@charset "UTF-8";
.on_sp-min {
  display: none;
}
@media only screen and (max-width:425px) {
  .on_sp-min {
    display: block;
  }
}

body {
  background-color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
@media only screen and (max-width:1024px) {
  body {
    font-size: 14px;
  }
}

@media print, screen and (min-width:1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #333333;
    text-decoration: none;
  }
  .sp_only {
    display: none;
  }
}
@media only screen and (max-width:1024px) {
  .pc_only {
    display: none;
  }
}
.heisei {
  font-family: "heisei-kaku-gothic-std", sans-serif;
}

.ryumin {
  font-family: "a-otf-ryumin-pr6n", serif;
}

a {
  color: #004d82;
  text-decoration: none;
}

/*a:visited { color: $linkcolor_base; text-decoration: none; }*/
a:hover {
  color: #0a3c6a;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
}

a {
  transition: all 0.3s ease;
}

a img {
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

.fadein {
  opacity: 0;
  transform: translate(0px, 100px);
  transition: all 0.8s ease-in-out;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0px, 0px);
}

.page_center {
  width: 100%;
  padding: 0 3%;
}
@media only screen and (min-width:1558px) {
  .page_center {
    width: 1024px;
    margin: 0 auto;
    padding: 0 0;
  }
}
@media only screen and (max-width:1024px) {
  .page_center {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
    padding: 0 5.3%;
  }
}

.center {
  padding: 0 5.2%;
}
@media only screen and (max-width:1024px) {
  .center {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
    padding: 0 5.3%;
  }
}

.scroll_prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

header.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 125px;
  z-index: 5000;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:1024px) {
  header.header {
    display: block;
    height: auto;
  }
}
header.header .logo {
  padding: 1% 0 0 2%;
}
@media only screen and (max-width:1024px) {
  header.header .logo {
    padding: 0;
  }
}
header.header .logo img {
  display: none;
  width: 64px;
}
header.header .menu_btn {
  display: none;
}
@media only screen and (max-width:1024px) {
  header.header .menu_btn {
    display: block;
    position: absolute;
    top: 24px;
    right: 0;
    width: 44px;
    height: 52px;
    cursor: pointer;
    z-index: 8000;
  }
}
header.header .menu_btn .menu div {
  position: relative;
}
header.header .menu_btn .menu div span {
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  background-color: #004d82;
  transition: all 0.4s;
}
header.header .menu_btn .menu div span:nth-of-type(1) {
  top: 0;
}
header.header .menu_btn .menu div span:nth-of-type(2) {
  top: 10px;
}
header.header .menu_btn .menu div span:nth-of-type(3) {
  top: 20px;
}
header.header .menu_btn .menu div.on span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
header.header .menu_btn .menu div.on span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  transition: all 0.4s;
}
header.header .menu_btn .menu div.on span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
header.header .nav {
  display: flex;
  justify-content: end;
  position: relative;
}
header.header .nav .logo {
  display: none;
}
header.header .nav .gnav {
  padding: 10% 50% 0 0;
}
header.header .nav .gnav ul {
  display: flex;
  justify-content: flex-end;
}
header.header .nav .gnav ul li {
  padding: 0 8%;
  white-space: nowrap;
  letter-spacing: normal;
  position: relative;
}
header.header .nav .gnav ul li a {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}
header.header .nav .gnav ul li span {
  display: block;
  position: relative;
  color: #fff;
  cursor: pointer;
}
header.header .nav .gnav ul li span:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 44%;
  background-color: #fff;
  width: 14px;
  height: 8px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
header.header .nav .gnav ul li .sub {
  display: none;
}
header.header .nav .gnav ul li.open .sub {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  padding: 98px 0 0;
}
header.header .nav .gnav ul li.open .sub li {
  background-color: #004d82;
  padding: 2% 8%;
  white-space: normal;
}
header.header .nav .gnav ul li.open .sub li a {
  display: block;
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
header.header .nav .gnav ul li.open .sub li a:hover {
  text-decoration: none;
  color: #0a3c6a;
}
header.header .nav .gnav ul li.open .sub li:last-of-type a {
  border-bottom: none;
}
header.header .nav .button_nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 8%;
  min-width: 125px;
}
@media only screen and (max-width:1024px) {
  header.header .nav .button_nav {
    display: none;
  }
}
header.header .nav .button_nav ul li {
  width: 100%;
  aspect-ratio: 1/1;
}
header.header .nav .button_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  text-align: center;
  color: #333333;
  font-size: 14px;
  background-color: #d0cdce;
}
header.header .nav .button_nav ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
header.header .nav .button_nav ul li a img {
  width: 58px;
  height: auto;
}
header.header .nav .button_nav ul li a span {
  display: block;
}
header.header .nav .button_nav ul li:first-of-type a {
  background-color: #afc2c7;
}
@media only screen and (max-width:1024px) {
  header.header .nav {
    display: none;
  }
  header.header .nav.on {
    display: block;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f1f6f7;
    z-index: 5000;
  }
  header.header .nav.on .logo {
    display: block;
    padding: 2% 0 0 5.3%;
  }
  header.header .nav.on .logo img {
    display: block;
    width: 10%;
  }
  header.header .nav.on .gnav {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
    padding: 0 0 5%;
  }
  header.header .nav.on .gnav ul {
    display: block;
    padding: 5% 0 0;
  }
  header.header .nav.on .gnav ul li {
    width: 100%;
    color: #333333;
    border-bottom: 1px solid #004d82;
    padding: 0;
  }
  header.header .nav.on .gnav ul li:first-of-type {
    border-bottom: 2px solid #004d82;
  }
  header.header .nav.on .gnav ul li a {
    display: block;
    width: 100%;
    color: #333333;
    font-size: 14px;
    padding: 2% 5%;
  }
  header.header .nav.on .gnav ul li span {
    display: block;
    width: 100%;
    color: #004d82;
    font-weight: 500;
    font-size: 14px;
    padding: 2% 5%;
  }
  header.header .nav.on .gnav ul li span:after {
    display: none;
  }
  header.header .nav.on .gnav ul li .sub {
    display: block;
    padding: 0;
  }
  header.header .nav.on .gnav ul li .sub li {
    padding: 0 0 0 3%;
  }
  header.header .nav.on .gnav ul li .sub li:first-of-type {
    border-bottom: 1px solid #004d82;
  }
}
header.header.scrolled {
  background-color: #fff;
}
header.header.scrolled .logo img {
  display: block;
}
header.header.scrolled nav .gnav ul li a {
  color: #333333;
}
header.header.scrolled nav .gnav ul li span {
  color: #333333;
}
header.header.scrolled nav .gnav ul li span:after {
  background-color: #333333;
}

footer.footer {
  background-color: #004d82;
  color: #fff;
  overflow-x: hidden;
}
footer.footer a {
  color: #fff;
}
footer.footer .footer_inner {
  padding: 6.4% 0 10%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:1024px) {
  footer.footer .footer_inner {
    display: block;
    max-width: 525px;
    margin: 0 auto;
  }
}
footer.footer .footer_inner .company_area {
  width: 30%;
}
@media only screen and (max-width:1024px) {
  footer.footer .footer_inner .company_area {
    width: 100%;
    padding: 0 0 6%;
  }
}
footer.footer .footer_inner .company_area .address {
  padding: 5% 0 0;
  font-size: 17px;
  font-weight: 500;
}
@media only screen and (max-width:1024px) {
  footer.footer .footer_inner .company_area .address {
    font-size: 15px;
  }
}
footer.footer .footer_inner .footer_nav {
  width: 66%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:1024px) {
  footer.footer .footer_inner .footer_nav {
    width: 100%;
    display: block;
  }
}
footer.footer .footer_inner .footer_nav .block {
  width: 25%;
  font-size: 16px;
}
@media only screen and (max-width:1024px) {
  footer.footer .footer_inner .footer_nav .block {
    font-size: 14px;
    width: 100%;
  }
}
footer.footer .footer_inner .footer_nav .block ul li .sub li {
  padding: 0 0 0 8%;
  background: url("../images/common/i_li_sub.svg") no-repeat top 12px left;
  background-size: 9px auto;
}
footer.footer .logo .en {
  width: 186px;
}
footer.footer .logo .jp {
  width: 158px;
}

/* ----------------------------------------------------
other
---------------------------------------------------- */
@media only screen and (max-width:1024px) {
  .pc-v {
    display: none;
  }
}

.sp-v {
  display: none;
}
@media only screen and (max-width:1024px) {
  .sp-v {
    display: block;
  }
}

/* ----------------------------------------------------
breadcrumbs
---------------------------------------------------- */
.breadcrumbs {
  height: 43px;
}
@media only screen and (max-width:1024px) {
  .breadcrumbs {
    height: 30px;
  }
}
.breadcrumbs ul {
  padding-left: 120px;
  font-size: 15px;
  line-height: 2.1;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width:1024px) {
  .breadcrumbs ul {
    padding: 0 12px;
    overflow-x: auto;
    font-size: 12px;
  }
}
.breadcrumbs ul li:after {
  content: "＞";
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}
.breadcrumbs ul li a {
  color: #333333;
}

/* ----------------------------------------------------
page
---------------------------------------------------- */
.c-inner {
  margin: 0 auto;
}
@media (max-width: 525px) {
  .c-inner {
    margin: 0 20px;
  }
}
.c-inner--large {
  max-width: 1558px;
}
@media only screen and (max-width:1024px) {
  .c-inner--large {
    width: 525px;
  }
}
@media (max-width: 525px) {
  .c-inner--large {
    width: auto;
  }
}
.c-inner--medium {
  max-width: 1400px;
}
@media only screen and (max-width:1024px) {
  .c-inner--medium {
    width: 525px;
  }
}
@media (max-width: 525px) {
  .c-inner--medium {
    width: auto;
  }
}
.c-inner--small {
  max-width: 1220px;
}
@media only screen and (max-width:1024px) {
  .c-inner--small {
    width: 525px;
  }
}
@media (max-width: 525px) {
  .c-inner--small {
    width: auto;
  }
}

.fv {
  height: 25.521vw;
}
@media (max-width: 375px) {
  .fv {
    height: 96px;
  }
}
.fv__inner {
  height: 100%;
}

.contents {
  padding-top: 50px;
  padding-bottom: 130px;
  background: #f1f6f7;
}
@media only screen and (max-width:1024px) {
  .contents {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.contents__head {
  margin-bottom: 65px;
}
@media only screen and (max-width:1024px) {
  .contents__head {
    margin-bottom: 35px;
  }
}
.contents__head h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .contents__head h1 {
    font-size: 30px;
  }
}
.contents__head h1 span {
  font-size: 30px;
  line-height: 1.76;
  display: block;
  color: #004d82;
}
@media only screen and (max-width:1024px) {
  .contents__head h1 span {
    font-size: 18px;
  }
}
.contents__head h1:after {
  content: "";
  display: block;
  width: 116px;
  height: 3px;
  background: #004d82;
  margin: 18px auto 0 auto;
}
@media only screen and (max-width:1024px) {
  .contents__head h1:after {
    width: 80px;
    height: 2px;
    margin-top: 5px;
  }
}
.contents h2 {
  margin-bottom: 18px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.75;
  color: #004d82;
}
@media only screen and (max-width:1024px) {
  .contents h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.contents dl.dl-base {
  font-size: 25px;
  line-height: 1.28;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width:1024px) {
  .contents dl.dl-base {
    font-size: 15px;
    line-height: 1.5;
    display: block;
  }
}
.contents dl.dl-base dt {
  padding: 40px 0;
  width: 20%;
  font-weight: 400;
  border-top: 2px solid #969696;
}
@media only screen and (max-width:1024px) {
  .contents dl.dl-base dt {
    padding: 20px 0 0 0;
    width: 100%;
    border-top: 1px solid #969696;
  }
}
.contents dl.dl-base dd {
  padding: 40px 0;
  width: 80%;
  border-top: 2px solid #969696;
}
@media only screen and (max-width:1024px) {
  .contents dl.dl-base dd {
    padding: 0 0 20px 0;
    width: 100%;
    border-top: 0;
  }
}
.contents dl.dl-base dd p {
  font-size: 25px;
  line-height: 1.28;
}
@media only screen and (max-width:1024px) {
  .contents dl.dl-base dd p {
    font-size: 15px;
    line-height: 1.5;
  }
}
.contents .contents__item p {
  font-size: 18px;
  line-height: 1.77;
}
@media only screen and (max-width:1024px) {
  .contents .contents__item p {
    font-size: 15px;
    line-height: 1.5;
  }
}

.sec-bg {
  background: url("../images/common/bg_sec.png") repeat-y top center;
  background-size: 100% auto;
  background-color: #f1f6f7;
}
.sec-tit {
  text-align: center;
  position: relative;
  line-height: 1;
  color: #004d82;
}
.sec-tit:after {
  content: "";
  display: block;
  width: 115px;
  height: 3px;
  background-color: #004d82;
  margin: 25px auto 0 auto;
}
@media only screen and (max-width:1024px) {
  .sec-tit:after {
    margin-top: 15px;
    width: 90px;
  }
}
.sec-tit .ja {
  font-size: 60px;
  margin-bottom: 45px;
  color: #333;
}
@media only screen and (max-width:1024px) {
  .sec-tit .ja {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.sec-tit .en {
  color: #004d82;
  font-size: 30px;
}
@media only screen and (max-width:1024px) {
  .sec-tit .en {
    font-size: 15px;
  }
}

.pos-c {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}/*# sourceMappingURL=common.css.map */