@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  width: 100%;
  min-width: 1200px;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.7;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 100vh;
  background-color: #1d3e7b;
  z-index: 1;
}
.header .logo {
  margin: 20px auto 0;
  display: block;
  text-align: center;
}
.header .menu_icon {
  margin: 55px auto 0;
  display: block;
}
.header .login_icon {
  margin: 35px auto 0;
  display: block;
  text-align: center;
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background-color: #1d3e7b;
  z-index: 10;
}
.menu.active {
  display: block;
}
.menu .logo {
  margin: 35px;
  display: block;
}
.menu ul {
  margin: 35px 0 0 35px;
}
.menu ul li {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
}
.menu ul li p, .menu ul li a {
  color: #ffffff;
  display: block;
  margin-top: 10px;
}
.menu ul li p + a, .menu ul li a + a {
  font-size: 14px;
  margin-top: 2px;
}
.menu ul li span {
  position: absolute;
  top: 0;
  left: 165px;
}
.menu .append li {
  font-size: 12px;
  line-height: 24px;
}
.menu .append li .under {
  margin-top: -4px;
}
.menu .append li .under span {
  position: static;
}
.menu .menu_link {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  background-color: #ffffff;
}
.menu .menu_link li {
  line-height: 50px;
  border-top: 1px solid #1e5a95;
}
.menu .menu_link li a {
  color: #1e5a95;
  padding-left: 20px;
}
.menu .menu_link li a img {
  vertical-align: -8px;
  margin-right: 5px;
}

.main {
  position: absolute;
  top: 0;
  left: 80px;
  width: calc(100% - 80px);
  min-width: 1120px;
}
.main .banner {
  width: 840px;
  margin: auto;
  text-align: center;
}
.main .banner ul {
  margin-left: 12.5px;
  font-size: 0;
}
.main .banner ul li {
  display: inline-block;
  width: 200px;
  margin-top: 15px;
  margin-left: 15px;
}
.main .banner ul li img {
  width: 200px;
}
.main .banner ul li.middle img {
  padding: 6px 0;
}
.main .contact {
  position: relative;
  background-image: url(../img/contact_bg.png);
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 304px;
  text-align: center;
  overflow: hidden;
  margin-top: 80px;
  padding-top: 80px;
}
.main .contact div {
  position: absolute;
  top: 80px;
  width: 100%;
}
.main .contact div h3 {
  font-size: 20px;
  color: #ffffff;
  margin-top: 20px;
}
.main .contact div p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 25px;
}
.main .contact div ul {
  margin-top: 40px;
}
.main .contact div ul li {
  display: inline-block;
  font-size: 0;
  margin: 0 20px;
}
.main .footer {
  width: 1040px;
  margin: auto;
  position: relative;
  padding: 40px 0;
}
.main .footer .sitemap {
  position: absolute;
  top: 40px;
  right: 0;
}
.main .footer .sitemap li {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin-right: 20px;
  vertical-align: top;
}
.main .footer .sitemap li:last-of-type {
  margin-right: 0;
}
.main .footer .sitemap li a {
  color: #222222;
  display: block;
}
.main .footer .append {
  position: absolute;
  right: 0;
  bottom: 45px;
  font-size: 0;
}
.main .footer .append li {
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #555555;
  vertical-align: top;
}
.main .footer .append li:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.main .footer .append li a {
  color: #555555;
  display: block;
}
.main .footer .corporate img {
  width: 180px;
}
.main .footer .corporate p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 25px;
}

.copyright {
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 1;
  width: 80px;
  text-align: center;
}

.to_top {
  position: fixed;
  right: 0;
  bottom: 10px;
}

body.fixed {
  overflow-y: scroll;
  position: fixed;
}

.modal_fix {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 138, 164, 0.4);
  padding-left: 80px;
  z-index: 100;
  overflow-y: auto;
  pointer-events: none;
  transition: 1s;
}
.modal_fix.active {
  opacity: 1;
  pointer-events: unset;
}
.modal_fix .modal_main {
  width: 1000px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 50px auto;
  padding: 20px;
  position: relative;
  cursor: initial;
}
.modal_fix .modal_main .modal_close {
  position: absolute;
  top: 18px;
  right: 18px;
}

@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    height: 100%;
  }
  .header {
    width: 100%;
    height: 13.0208333333vw;
  }
  .header .logo {
    margin: 0;
    position: absolute;
    top: 1.8229166667vw;
    left: 4.6875vw;
  }
  .header .logo img {
    width: 9.375vw;
  }
  .header .menu_icon {
    margin: 0;
    position: absolute;
    top: 3.125vw;
    right: 5.2083333333vw;
  }
  .header .menu_icon img {
    width: 5.859375vw;
  }
  .header .login_icon {
    margin: 0;
    position: absolute;
    top: 3.125vw;
    right: 16.2760416667vw;
  }
  .header .login_icon img {
    width: 5.859375vw;
  }
  .menu {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  .menu .logo {
    margin: 1.8229166667vw 0 0 4.6875vw;
  }
  .menu .logo img {
    width: 9.2447916667vw;
  }
  .menu .close_icon {
    position: absolute;
    top: 4.4270833333vw;
    right: 5.7291666667vw;
  }
  .menu .close_icon img {
    width: 4.1666666667vw;
  }
  .menu ul {
    margin: 8.3333333333vw 5.2083333333vw 0;
  }
  .menu ul li {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 6.5104166667vw;
    color: #000000;
  }
  .menu ul li p, .menu ul li a {
    color: #000000;
    margin-top: 4.1666666667vw;
  }
  .menu ul li p + a, .menu ul li a + a {
    font-size: 15px;
    font-size: 3.90625vw;
    margin-top: 1.0416666667vw;
  }
  .menu ul li span {
    left: 42.96875vw;
  }
  .menu .append {
    margin: 3.125vw 5.2083333333vw 0;
    font-size: 0;
  }
  .menu .append li {
    font-size: 10px;
    font-size: 2.6041666667vw;
    line-height: 2.0833333333vw;
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .menu .append li a {
    margin-top: 4.1666666667vw;
  }
  .menu .append li .under {
    font-size: 10px;
    font-size: 2.6041666667vw;
    margin-top: 2.0833333333vw;
  }
  .menu .menu_link {
    position: relative;
    width: 100%;
    margin: 9.8958333333vw 0 0;
    text-align: center;
  }
  .menu .menu_link li {
    line-height: 8.0729166667vw;
    border-top: none;
    display: inline-block;
    width: 40%;
    vertical-align: top;
  }
  .menu .menu_link li a {
    background-color: #1792bc;
    padding-left: 0;
    padding: 2.6041666667vw 0;
    margin: 0 5%;
    width: 90%;
    color: #ffffff;
    height: 10.9375vw;
    margin-top: 2.0833333333vw;
  }
  .menu .menu_link li a img.sp {
    display: block;
    margin: auto;
    width: 5.2083333333vw;
  }
  .main {
    top: 13.0208333333vw;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: auto;
  }
  .main .banner {
    width: 100%;
  }
  .main .banner ul {
    margin-left: 0;
  }
  .main .banner ul li {
    width: 42%;
    margin: 1.3020833333vw 1.5%;
  }
  .main .banner ul li img {
    width: 100%;
  }
  .main .banner ul li.middle img {
    padding: 1.3020833333vw 0;
  }
  .main .banner ul {
    margin-left: 0;
  }
  .main .banner ul li {
    width: 42%;
    margin: 1.3020833333vw 1.5%;
  }
  .main .banner ul li:first-of-type {
    margin-left: 1.5%;
  }
  .main .banner ul li img {
    width: 100%;
  }
  .main .contact {
    height: 85.15625vw;
    margin-top: 18.2291666667vw;
    padding-top: 15.625vw;
  }
  .main .contact div {
    top: 15.625vw;
  }
  .main .contact div h2 img {
    height: 5.9895833333vw;
  }
  .main .contact div h3 {
    font-size: 15px;
    font-size: 3.90625vw;
    margin-top: 2.6041666667vw;
  }
  .main .contact div p {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
    margin-top: 6.5104166667vw;
  }
  .main .contact div ul {
    margin-top: 9.1145833333vw;
  }
  .main .contact div ul li {
    display: block;
    margin: 0 0 2.6041666667vw;
  }
  .main .contact div ul li img {
    width: 79.1666666667vw;
  }
  .main .footer {
    width: calc(100% - 10.66667vw);
    padding: 10.4166666667vw 0;
  }
  .main .footer .sitemap {
    position: static;
    top: 10.4166666667vw;
  }
  .main .footer .sitemap li {
    display: block;
    font-size: 0;
    line-height: 7.2916666667vw;
    margin-right: 0;
    padding: 2.0833333333vw 0;
    border-bottom: 1px solid #888888;
  }
  .main .footer .sitemap li p, .main .footer .sitemap li a {
    color: #222222;
    display: block;
    font-size: 15px;
    font-size: 3.90625vw;
    padding: 0.78125vw 0;
  }
  .main .footer .sitemap li p + a, .main .footer .sitemap li a + a {
    color: #555555;
    display: inline-block;
    width: 50%;
  }
  .main .footer .append {
    position: static;
    bottom: 11.71875vw;
    padding: 3.90625vw 0;
  }
  .main .footer .append li {
    font-size: 11px;
    font-size: 2.8645833333vw;
    line-height: 6.5104166667vw;
    margin-right: 0;
    padding: 0.78125vw 0;
    border-right: none;
    width: 50%;
  }
  .main .footer .corporate {
    margin-top: 14.3229166667vw;
    text-align: center;
  }
  .main .footer .corporate img {
    width: 33.8541666667vw;
  }
  .main .footer .corporate p {
    font-size: 14px;
    font-size: 3.6458333333vw;
    line-height: 6.25vw;
    margin-top: 6.5104166667vw;
  }
  .copyright {
    position: static;
    bottom: 5.2083333333vw;
    width: 100%;
    text-align: center;
    margin-top: 16.9270833333vw;
  }
  .copyright img {
    height: 2.6041666667vw;
  }
  .to_top {
    position: fixed;
    right: 0;
    bottom: 2.6041666667vw;
  }
  .to_top img {
    width: 12.5vw;
  }
  .modal_fix {
    padding-left: 0;
  }
  .modal_fix .modal_main {
    width: 88.0208333333vw;
    border-radius: 2.34375vw;
    margin: 5.2083333333vw auto;
    padding: 3.90625vw;
    border: 1px solid #000000;
  }
  .modal_fix .modal_main .modal_close {
    top: 4.1666666667vw;
    right: 4.1666666667vw;
  }
}
h3 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
}

.main .mv {
  position: relative;
  width: 100%;
}
.main .mv > img {
  width: 100%;
}
.main .mv .mv_over {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.main .mv .mv_over h1 {
  font-size: 58px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}
.main .mv .mv_over p {
  font-size: 34px;
  line-height: 52px;
  color: #ffffff;
}
.main .pan {
  width: 1040px;
  margin: 35px auto 0;
  font-size: 16px;
}
.main .pan a {
  color: #1792bc;
}
.main .contents #president {
  width: 960px;
  margin: 95px auto 100px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.main .contents #president h2 {
  text-align: center;
  font-size: 20px;
  line-height: 1.1em;
  margin: 0 0 35px;
}
.main .contents #president h2 img {
  display: block;
  margin: 0 auto 15px;
}
.main .contents #president p {
  margin: 0 0 25px;
}
.main .contents #president p#president_sine {
  text-align: right;
}
.main .contents #company_data {
  background: #f8f8f8;
  position: relative;
  padding: 0 0 100px;
}
.main .contents #company_data::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
.main .contents #company_data h2 {
  text-align: center;
  font-size: 20px;
  line-height: 1.1em;
  margin: -15px 0 45px;
  position: relative;
}
.main .contents #company_data h2 img {
  display: block;
  margin: 0 auto 15px;
}
.main .contents #company_data dl {
  width: 740px;
  margin: 0 auto;
  display: table;
}
.main .contents #company_data dl dt {
  width: 150px;
  display: table-cell;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  color: #ffffff;
  background: #1792bc;
  padding: 22px 0;
  text-align: center;
  border-bottom: solid 2px #fff;
  border-right: solid 5px #fff;
}
.main .contents #company_data dl dd {
  display: table-cell;
  font-size: 16px;
  line-height: 1.4em;
  padding: 22px 25px;
  border-bottom: solid 2px #1792bc;
  background: #fff;
}
.main .contents #office {
  width: 960px;
  margin: 95px auto 100px;
  font-size: 16px;
  line-height: 32px;
}
.main .contents #office h2 {
  text-align: center;
  font-size: 20px;
  line-height: 1.1em;
  margin: 0 0 35px;
}
.main .contents #office h2 img {
  display: block;
  margin: 0 auto 15px;
}
.main .contents #office iframe {
  width: 300px;
  height: 185px;
}
.main .contents #office ul {
  height: 100%;
  overflow: hidden;
}
.main .contents #office ul li {
  width: 300px;
  float: left;
  margin: 0 30px 45px 0;
}
.main .contents #office ul li:nth-child(3n) {
  margin: 0 0 45px 0;
}
.main .contents #office ul li dl dt h3 {
  text-align: left;
  margin: 10px 0 15px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.main .contents #office ul li dl dt h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px 0 0;
}
.main .contents #office ul li dl dt h3::after {
  content: "";
  background: linear-gradient(to right, #1e5995, #7bcee0);
  width: 100%;
  height: 2px;
  top: 15px;
  right: 0;
  position: absolute;
  z-index: -1;
}
.main .contents #office ul li dl dd {
  font-size: 16px;
  line-height: 22px;
}
.main .contents #office ul li dl dd p {
  margin: 5px 0;
}
.main .contents #office ul li dl dd p img {
  margin: 0 5px 0 0;
}

@media screen and (max-width: 768px) {
  h2 img {
    height: 6.1197916667vw;
  }
  h3 {
    font-size: 15px;
    font-size: 3.90625vw;
    margin-top: 2.6041666667vw;
  }
  .main .mv .mv_over h1 {
    font-size: 34px;
    font-size: 8.8541666667vw;
  }
  .main .mv .mv_over p {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 6.5104166667vw;
  }
  .main .pan {
    width: 100%;
    margin: 4.6875vw auto 0;
    padding: 0 5.2083333333vw;
    font-size: 10px;
    font-size: 2.6041666667vw;
    box-sizing: border-box;
  }
  .main .contents #president {
    width: auto;
    margin: 7.8125vw auto 10.4166666667vw;
    padding: 0 5.2083333333vw;
    font-size: 14px;
    font-size: 3.6458333333vw;
    line-height: 1.8em;
  }
  .main .contents #president h2 {
    text-align: center;
    font-size: 14px;
    font-size: 3.6458333333vw;
    line-height: 1.1em;
    margin: 0 0 7.8125vw;
  }
  .main .contents #president h2 img {
    display: block;
    margin: 0 auto 2.6041666667vw;
    height: 12px;
  }
  .main .contents #president p {
    margin: 0 0 25px;
  }
  .main .contents #president p br.p_br {
    display: none;
  }
  .main .contents #president p#president_sine img {
    height: 12px;
  }
  .main .contents #company_data {
    background: #f8f8f8;
    position: relative;
    padding: 0 5.2083333333vw 10.4166666667vw;
  }
  .main .contents #company_data h2 {
    text-align: center;
    font-size: 14px;
    font-size: 3.6458333333vw;
    line-height: 1.1em;
    margin: -7px 0 5.2083333333vw;
  }
  .main .contents #company_data h2 img {
    display: block;
    margin: 0 auto 2.6041666667vw;
    height: 12px;
  }
  .main .contents #company_data dl {
    width: 100%;
    margin: 0 auto;
    display: table;
  }
  .main .contents #company_data dl dt {
    font-size: 14px;
    font-size: 3.6458333333vw;
    line-height: 1.1em;
    padding: 10px 0;
    width: 80px;
    vertical-align: middle;
  }
  .main .contents #company_data dl dd {
    font-size: 11px;
    font-size: 2.8645833333vw;
    line-height: 1.4em;
    padding: 10px 0;
    vertical-align: middle;
  }
  .main .contents #office {
    width: auto;
    margin: 7.8125vw auto 10.4166666667vw;
    padding: 0 5.2083333333vw;
    font-size: 14px;
    font-size: 3.6458333333vw;
    line-height: 1.8em;
  }
  .main .contents #office h2 {
    text-align: center;
    font-size: 14px;
    font-size: 3.6458333333vw;
    line-height: 1.1em;
    margin: 0 0 7.8125vw;
  }
  .main .contents #office h2 img {
    display: block;
    margin: 0 auto 2.6041666667vw;
    height: 12px;
  }
  .main .contents #office iframe {
    width: 100%;
    height: 185px;
  }
  .main .contents #office ul li {
    width: 100%;
    float: none;
    margin: 0 0 10.4166666667vw;
  }
  .main .contents #office ul li:nth-child(3n) {
    margin: 0 0 10.4166666667vw;
  }
  .main .contents #office ul li dl dt h3 {
    font-size: 18px;
    font-size: 4.6875vw;
    line-height: 1.4em;
    margin: 1.0416666667vw 0 2.0833333333vw;
  }
  .main .contents #office ul li dl dt h3::after {
    top: 45%;
  }
  .main .contents #office ul li dl dd {
    font-size: 14px;
    font-size: 3.6458333333vw;
    line-height: 1.4em;
  }
}