@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;
}

.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%;
  z-index: 5000;
}
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: 800;
  }
}
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;
}
header.header nav .gnav {
  padding: 3% 3% 0 0;
}
header.header nav .gnav ul {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width:1024px) {
  header.header nav .gnav ul {
    display: none;
  }
}
header.header nav .gnav ul li {
  padding: 0 8%;
  white-space: nowrap;
  letter-spacing: normal;
}
header.header nav .gnav ul li a {
  color: #333333;
  font-size: 19px;
  font-weight: 500;
}
header.header nav .gnav ul li span {
  display: block;
  position: relative;
  cursor: pointer;
}
header.header nav .gnav ul li span:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 44%;
  background-color: #333333;
  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 .button_nav {
  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: block;
  width: 100%;
  height: 100%;
  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:first-of-type a {
  background-color: #afc2c7;
}

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;
}

/* ----------------------------------------------------
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;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/* ----------------------------------------------------
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 + .c-inner {
  margin-top: 110px;
}
.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__head .ttl-section {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  color: #333333;
}
@media only screen and (max-width:1024px) {
  .contents__head .ttl-section {
    font-size: 30px;
  }
}
.contents__head .ttl-section span {
  font-size: 30px;
  line-height: 1.76;
  display: block;
  color: #004d82;
}
@media only screen and (max-width:1024px) {
  .contents__head .ttl-section span {
    font-size: 18px;
  }
}
.contents__head .ttl-section:after {
  content: "";
  display: block;
  width: 116px;
  height: 3px;
  background: #004d82;
  margin: 18px auto 0 auto;
}
@media only screen and (max-width:1024px) {
  .contents__head .ttl-section:after {
    width: 80px;
    height: 2px;
    margin-top: 5px;
  }
}
.contents__read {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .contents__read {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
.contents__read p {
  font-size: 25px;
  line-height: 1.76;
  letter-spacing: 0.08em;
}
@media only screen and (max-width:1024px) {
  .contents__read p {
    font-size: 15px;
  }
}
.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;
  }
}

.diagonal-cutout {
  width: 90%;
  margin: 0 auto;
  counter-reset: number 0;
}
.diagonal-cutout__wrap {
  padding-bottom: 95px;
  background: url(../images/common/frame_large_bottom.svg) center bottom/100% no-repeat;
  position: relative;
}
@media (max-width: 1558px) {
  .diagonal-cutout__wrap {
    padding-bottom: 6.098vw;
  }
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout__wrap {
    padding-bottom: 32px;
  }
}
.diagonal-cutout__wrap + .diagonal-cutout__wrap {
  margin-top: 110px;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout__wrap + .diagonal-cutout__wrap {
    margin-top: 60px;
  }
}
.diagonal-cutout__wrap:before {
  content: "";
  display: block;
  aspect-ratio: 1558/95;
  background: url(../images/common/frame_large_top.svg) center top/100% no-repeat;
}
.diagonal-cutout--number .diagonal-cutout__wrap:before {
  content: "";
  display: block;
  aspect-ratio: 1558/95;
  background: url(../images/common/frame_large_top_number.svg) center top/100% no-repeat;
}
.diagonal-cutout--number .diagonal-cutout__wrap:after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) "";
  display: inline-block;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  color: #004d82;
  position: absolute;
  top: -54px;
  left: 65px;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout--number .diagonal-cutout__wrap:after {
    font-size: 28px;
    top: -15px;
    left: 2.865vw;
  }
}
@media (max-width: 375px) {
  .diagonal-cutout--number .diagonal-cutout__wrap:after {
    font-size: 22px;
    top: -13px;
    left: 12px;
  }
}
.diagonal-cutout__head {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout__head {
    margin-bottom: 25px;
  }
}
.diagonal-cutout .ttl_primary {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.76;
  color: #004d82;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout .ttl_primary {
    font-size: 23px;
  }
}
.diagonal-cutout .ttl_primary span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: block;
  color: #c8cacd;
  text-transform: uppercase;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout .ttl_primary span {
    font-size: 12px;
  }
}
.diagonal-cutout .ttl_secondary {
  margin-left: -18px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout .ttl_secondary {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
  }
}
.diagonal-cutout .ttl_secondary:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 50px;
  background: #004d82;
  position: relative;
  top: 10px;
  margin-right: 12px;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout .ttl_secondary:before {
    width: 3px;
    height: 32px;
    top: 7px;
    margin-right: 6px;
  }
}
.diagonal-cutout * .ttl_secondary {
  margin-top: 50px;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout * .ttl_secondary {
    margin-top: 30px;
  }
}
.diagonal-cutout__inner {
  background: url(../images/common/frame_large_bg.svg) center center/100% repeat-y;
}
.diagonal-cutout__item {
  margin: 0 auto;
}
.diagonal-cutout__item p {
  line-height: 1.76;
}
.diagonal-cutout__item p.fs25 {
  font-size: 25px;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout__item p.fs25 {
    font-size: 15px;
  }
}
.diagonal-cutout__item p.fs30 {
  font-size: 30px;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout__item p.fs30 {
    font-size: 15px;
  }
}
.diagonal-cutout__item--large {
  width: 1325px;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout__item--large {
    padding: 0 20px;
    width: 100%;
  }
}
.diagonal-cutout__item--medium {
  width: 1169px;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout__item--medium {
    padding: 0 20px;
    width: 100%;
  }
}
.diagonal-cutout__item--small {
  width: 920px;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout__item--small {
    padding: 0 20px;
    width: 100%;
  }
}
.diagonal-cutout__item--xs {
  width: 737px;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout__item--xs {
    padding: 0 20px;
    width: 100%;
  }
}
.diagonal-cutout__notice p + p {
  margin-top: 36px;
}
@media only screen and (max-width:1024px) {
  .diagonal-cutout__notice p + p {
    margin-top: 30px;
  }
}/*# sourceMappingURL=common_noisuke.css.map */