@charset "UTF-8";
html {
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
html body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
html body main {
  padding-top: 80px;
  color: #1F3D55;
}
@media screen and (max-width: 1199px) {
  html body main {
    padding-top: 60px;
  }
}
html body header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  padding-left: 3.75rem;
}
@media screen and (max-width: 1199px) {
  html body header {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 991px) {
  html body header {
    padding-left: 1rem;
  }
}
html body header .header_inner {
  display: flex;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 1199px) {
  html body header .header_inner {
    height: 60px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  html body header .header_inner .logo_wrapper img {
    width: 301px;
    width: 25.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  html body header .header_inner .logo_wrapper {
    width: 138px;
  }
}
html body header .header_inner .logo_wrapper a {
  display: inline-block;
}
html body header .header_inner .pc_nav {
  max-width: 1100px;
  width: 100%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 1199px) {
  html body header .header_inner .pc_nav {
    display: none;
  }
}
html body header .header_inner .pc_nav nav > ul {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  html body header .header_inner .pc_nav nav > ul {
    gap: 50px;
    gap: 4.1666666667vw;
  }
}
html body header .header_inner .pc_nav nav > ul > li {
  text-align: center;
}
html body header .header_inner .pc_nav nav > ul > li a {
  color: #1F3D55;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 1.25rem 0;
  letter-spacing: 0.1em;
  transition: 0.3s all ease;
}
html body header .header_inner .pc_nav nav > ul > li a span {
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
  margin-top: 5px;
}
html body header .header_inner .pc_nav nav > ul > li a:hover {
  opacity: 0.6;
}
html body header .header_inner .pc_nav nav > ul > li.drop-menu {
  position: relative;
  z-index: 0;
}
html body header .header_inner .pc_nav nav > ul > li.drop-menu::after {
  content: "";
  position: relative;
  background-image: url("../../images/common/ico-arw-menu.svg");
  background-size: 100% auto;
  width: 14px;
  height: 11px;
  display: inline-block;
  transform: rotate(0deg);
  left: 0.3em;
  transition: 0.3s all ease;
}
html body header .header_inner .pc_nav nav > ul > li.drop-menu:hover::after {
  transform: rotate(180deg);
}
html body header .header_inner .pc_nav nav > ul > li.drop-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleY(0);
  /* ドロップダウンメニューの非表示 */
  transform-origin: center top;
  /* 変形を適応する基準を設定 */
  transition: transform 0.3s;
  /* 表示の変化をアニメーション化 */
  background: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  z-index: 1;
}
html body header .header_inner .pc_nav nav > ul > li.drop-menu ul li {
  text-align: left;
}
html body header .header_inner .pc_nav nav > ul > li.drop-menu ul li a {
  padding: 1em;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  z-index: 0;
}
html body header .header_inner .pc_nav nav > ul > li.drop-menu:hover ul {
  transform: scaleY(1);
  /* ドロップダウンメニューの表示 */
}
html body header .header_inner .pc_nav nav > ul > li.md-ika {
  display: none;
}
html body header .header_inner .menu_button_wrapper {
  margin-left: auto;
  z-index: 11;
  display: none;
}
@media screen and (max-width: 1199px) {
  html body header .header_inner .menu_button_wrapper {
    display: block;
  }
}
html body header .header_inner .menu_button_wrapper #menuButton {
  color: #0C204B;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1;
  display: inline-block;
  padding: 16px 12px;
  width: 50px;
  height: 50px;
  z-index: 1;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}
html body header .header_inner .menu_button_wrapper #menuButton span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #0C204B;
  transition: 0.4s;
}
html body header .header_inner .menu_button_wrapper #menuButton span::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #0C204B;
  opacity: 1;
  transition: 0.4s;
}
html body header .header_inner .menu_button_wrapper #menuButton span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #0C204B;
  transition: 0.4s;
}
html body header .header_inner .menu_button_wrapper {
  /* #menu_open */
}
html body header .header_inner .menu_button_wrapper.menu_open #menuButton span {
  animation: none;
  width: 18px;
  transition: 0.4s;
  transform: translate(0, 2px) rotate(45deg);
}
html body header .header_inner .menu_button_wrapper.menu_open #menuButton span::before {
  transition: 0.4s;
  opacity: 0;
}
html body header .header_inner .menu_button_wrapper.menu_open #menuButton span::after {
  animation: none;
  width: 18px;
  transition: 0.4s;
  transform: translate(0px, -8px) rotate(90deg);
}
html body header .header_inner .sp_nav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: 0.4s ease-in;
  z-index: 10;
  opacity: 0;
}
html body header .header_inner .sp_nav nav {
  height: 100%;
  background-color: #fff;
  padding: 3.5rem 0 0;
  overflow-y: scroll;
}
html body header .header_inner .sp_nav nav > ul {
  border-top: 1px solid #0C204B;
}
html body header .header_inner .sp_nav nav > ul > li {
  text-align: left;
  padding: 0 1rem;
  opacity: 0;
  transition: 0.6s;
  border-bottom: 1px solid #0C204B;
}
html body header .header_inner .sp_nav nav > ul > li a {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: block;
  padding: 1rem 0;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  html body header .header_inner .sp_nav nav > ul > li a {
    font-size: 1rem;
  }
}
html body header .header_inner .sp_nav nav > ul > li a span {
  font-size: 0.625rem;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
html body header .header_inner .sp_nav nav > ul > li.drop-menu {
  position: relative;
  z-index: 0;
}
html body header .header_inner .sp_nav nav > ul > li.drop-menu::after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/ico-arw-menu.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 11px;
  top: 1.45rem;
  bottom: 0;
  left: 0;
  right: 2rem;
  margin: 0 0 auto auto;
  z-index: -1;
  transition: 0.3s all ease;
}
html body header .header_inner .sp_nav nav > ul > li.drop-menu > a {
  cursor: pointer;
}
html body header .header_inner .sp_nav nav > ul > li.drop-menu ul {
  display: none;
  padding-bottom: 10px;
}
html body header .header_inner .sp_nav nav > ul > li.drop-menu ul li:first-child a {
  padding-top: 0;
}
html body header .header_inner .sp_nav nav > ul > li.drop-menu ul a {
  font-weight: 500;
  padding: 10px 0 10px 1rem;
}
html body header .header_inner .sp_nav nav > ul > li.drop-menu.active_li::after {
  transform: rotate(180deg);
}
html body header .header_inner .sp_nav.menu_open {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in;
}
html body header .header_inner .sp_nav.menu_open nav ul li {
  opacity: 1;
  transition: 0.6s;
}
html body footer {
  background-color: #00397B;
  padding: 80px 0 calc(60px + 1rem);
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body footer {
    padding-top: 40px;
    margin-top: -1px;
  }
}
html body footer .f-content {
  display: grid;
  place-content: center;
}
html body footer .f-content figure {
  text-align: center;
}
html body footer .f-content-inner {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}
html body footer .f-content-inner dl {
  display: grid;
  grid-template-columns: 9em 1fr;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  html body footer .f-content-inner dl {
    grid-template-columns: 1fr;
    padding-left: 1em;
  }
  html body footer .f-content-inner dl dt:first-child {
    margin-left: -2em;
  }
}
html body footer .f-content-inner dl dt,
html body footer .f-content-inner dl dd {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media (width <= 1100px) {
  html body footer .f-content-inner dl dt,
  html body footer .f-content-inner dl dd {
    font-size: 18px;
    font-size: 1.6363636364vw;
  }
}
@media screen and (max-width: 767px) {
  html body footer .f-content-inner dl dt,
  html body footer .f-content-inner dl dd {
    font-size: 14px;
  }
}
html body footer .footer_link {
  margin-top: 50px;
  display: flex;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  html body footer .footer_link {
    display: none;
  }
}
html body footer .footer_link-inner dl dt,
html body footer .footer_link-inner dl dd {
  font-weight: 500;
  text-align: left;
}
html body footer .footer_link-inner dl dt a,
html body footer .footer_link-inner dl dd a {
  text-decoration: underline;
}
html body footer .footer_link-inner dl dt a:hover,
html body footer .footer_link-inner dl dd a:hover {
  text-decoration: none;
}
html body footer .footer_link-inner dl dt {
  font-size: 18px;
  line-height: 2.7777777778;
  letter-spacing: 0.05em;
}
html body footer .footer_link-inner dl dt::before {
  content: "●";
  margin-right: 0.5em;
}
html body footer .footer_link-inner dl dd {
  margin-top: -5px;
  padding-left: 1.7em;
}
html body footer .footer_link-inner dl dd a {
  font-size: 16px;
  line-height: 2.2222222222;
  letter-spacing: 0em;
}
html body footer .copyright {
  text-align: center;
  margin-top: 2rem;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  html body footer .copyright {
    font-size: 10px;
  }
}
html body .subvisual {
  background-image: url("../../images/common/h1-bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  height: 100px;
}
@media (1921px <= width) {
  html body .subvisual {
    background-size: cover;
  }
}
@media screen and (max-width: 575px) {
  html body .subvisual {
    background-image: url("../../images/common/h1-bg-sp.webp");
    background-size: 100% auto;
    height: 40px;
    height: 10.6666666667vw;
  }
}
html body .subvisual h1 {
  max-width: calc(1100px + 2rem);
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  display: grid;
  align-items: center;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.1842105263;
  letter-spacing: 0.1em;
}
@media (width <= 1100px) {
  html body .subvisual h1 {
    font-size: 38px;
    font-size: 3.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  html body .subvisual h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  html body .subvisual h1 {
    text-align: center;
  }
}
@media screen and (max-width: 380px) {
  html body .subvisual h1 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
html body .contents_breadcrumb {
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  html body .contents_breadcrumb .breadcrumb {
    font-size: 14px;
  }
}
html body .contents_breadcrumb .breadcrumb a {
  border-bottom: 1px solid #555;
}
html body .contents_breadcrumb .breadcrumb span.bread-list {
  padding: 0 0.625rem;
}
html body .contents_breadcrumb .breadcrumb span.bread-nolink {
  padding: 0 0.625rem;
}
html body .contents_breadcrumb .breadcrumb span.current-item {
  padding: 0 0.625rem;
}
html body .pagetop {
  position: fixed;
  z-index: 11;
  right: 20px;
  bottom: 60px;
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  border-radius: 50%;
  padding-top: 15px;
  background-color: #888;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body .pagetop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
  }
}
html body .pagetop::after {
  content: "";
  position: absolute;
  top: 14px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #fff transparent;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body .pagetop::after {
    top: 10px;
    left: calc(50% - 6px);
    border-width: 0 6px 10px 6px;
  }
}
html body .pagetop span {
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  html body .pagetop span {
    font-size: 0.625rem;
  }
}
html body .f-cta {
  position: fixed;
  z-index: 5;
}
@media screen and (min-width: 767px) {
  html body .f-cta {
    width: 110px;
    height: 420px;
    top: 40%;
    bottom: 0;
    right: 0;
    margin: auto 0 auto auto;
  }
  html body .f-cta a {
    border-radius: 20px 0 0 20px;
    writing-mode: vertical-rl;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  html body .f-cta {
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    padding-bottom: env(safe-area-inset-bottom);
    transform: translateZ(0);
  }
  html body .f-cta a {
    font-size: 16px;
  }
}
html body .f-cta a {
  background-color: #CB3993;
  transition: 0.3s all ease;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
html body .f-cta a:hover {
  background-color: #00397B;
}
html body .contents {
  color: #1F3D55;
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .contents {
    padding: 3.75rem 0;
  }
}
html body .contents .title_wrapper {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  html body .contents .title_wrapper {
    margin-bottom: 1.5rem;
  }
}
html body .contents .title_wrapper h2 {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
html body .contents .title_wrapper h2 span {
  display: block;
  font-size: 1.5rem;
  position: relative;
  margin-top: 0.75rem;
}
html body .contents h2.h2-ttl-1 {
  color: #3B709B;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3888888889;
  letter-spacing: 0.1em;
  padding-bottom: 28px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}
@media (width <= 1100px) {
  html body .contents h2.h2-ttl-1 {
    font-size: 36px;
    font-size: 3.2727272727vw;
  }
}
@media screen and (max-width: 767px) {
  html body .contents h2.h2-ttl-1 {
    font-size: 24px;
    letter-spacing: 0;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 380px) {
  html body .contents h2.h2-ttl-1 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
html body .contents h2.h2-ttl-1::after {
  content: "";
  position: absolute;
  background-color: #3B709B;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 75px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
@media (width <= 1100px) {
  html body .contents h2.h2-ttl-1::after {
    width: 75px;
    width: 6.8181818182vw;
    height: 5px;
    height: 0.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  html body .contents h2.h2-ttl-1::after {
    width: 50px;
    height: 3px;
  }
}
html body .contents h2.h2-ttl-2 {
  color: #033D72;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3888888889;
  letter-spacing: 0.1em;
  padding-bottom: 28px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}
@media (width <= 1100px) {
  html body .contents h2.h2-ttl-2 {
    font-size: 36px;
    font-size: 3.2727272727vw;
  }
}
@media screen and (max-width: 767px) {
  html body .contents h2.h2-ttl-2 {
    font-size: 24px;
    letter-spacing: 0;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 380px) {
  html body .contents h2.h2-ttl-2 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
html body .contents h2.h2-ttl-2::after {
  content: "";
  position: absolute;
  background-color: #033D72;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 75px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .contents h2.h2-ttl-2::after {
    width: 50px;
    height: 3px;
  }
}
html body .contents p {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html body .contents p {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}
html body .contents a.txt_link {
  color: #0A91FF;
  text-decoration: underline;
}
html body .contents a.txt_link:hover {
  text-decoration: none;
}
html body .contents .more {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .contents .more {
    margin-top: 3rem;
  }
}
html body .contents .more a {
  color: #fff;
  background-color: #333;
  display: inline-block;
  padding: 0.75rem 2.5rem;
  border-radius: 25px;
  transition: ease 0.4s;
}
html body .contents .more a:hover {
  color: #333;
  background-color: #fff;
}
html body .contents .btn-large-1 {
  max-width: 700px;
  width: 100%;
  margin: auto;
}
html body .contents .btn-large-1 a {
  width: 100%;
  height: 120px;
  display: grid;
  place-content: center;
  background-color: #3B709B;
  border: 2px solid #3B709B;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s all ease;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-large-1 a {
    height: 60px;
    font-size: 20px;
  }
}
html body .contents .btn-large-1 a {
  position: relative;
  z-index: 0;
}
html body .contents .btn-large-1 a::after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/ico-arw-1.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 36px;
  height: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50px;
  margin: auto 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-large-1 a::after {
    width: 30px;
    height: 18px;
    right: 15px;
  }
}
html body .contents .btn-large-1 a:hover {
  background-color: #00397B;
}
html body .contents .btn-large-pink {
  max-width: 700px;
  width: 100%;
  margin: auto;
  container-type: inline-size;
}
html body .contents .btn-large-pink a {
  width: 100%;
  height: 120px;
  display: grid;
  place-content: center;
  background-color: #CB3993;
  border: 2px solid #CB3993;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-right: 50px;
  transition: 0.3s all ease;
}
@container (max-width:350px) {
  html body .contents .btn-large-pink a {
    font-size: 18px;
    height: 60px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .contents .btn-large-pink a {
    padding-right: 30px;
    height: 60px;
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 380px) {
  html body .contents .btn-large-pink a {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
html body .contents .btn-large-pink a {
  position: relative;
  z-index: 0;
}
html body .contents .btn-large-pink a::after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/ico-arw-1.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 36px;
  height: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50px;
  margin: auto 0 auto auto;
  z-index: -1;
}
@container (max-width:350px) {
  html body .contents .btn-large-pink a::after {
    width: 30px;
    height: 18px;
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  html body .contents .btn-large-pink a::after {
    width: 30px;
    height: 18px;
    right: 5px;
  }
}
html body .contents .btn-large-pink a:hover {
  background-color: #00397B;
  border-color: #00397B;
}
html body .contents .btn-1 {
  max-width: 350px;
  width: 100%;
  margin: auto;
  container-type: inline-size;
}
html body .contents .btn-1 a {
  width: 100%;
  height: 80px;
  display: grid;
  place-content: center;
  background-color: #fff;
  border: 2px solid #3B709B;
  color: #3B709B;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s all ease;
}
@container (max-width: 349px) {
  html body .contents .btn-1 a {
    font-size: 20px;
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width: 767px) {
  html body .contents .btn-1 a {
    height: 60px;
    font-size: 18px;
  }
}
html body .contents .btn-1 a {
  position: relative;
  z-index: 0;
}
html body .contents .btn-1 a::after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/ico-arw-2.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 26px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 20px;
  margin: auto 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-1 a::after {
    width: 24px;
    height: 15px;
    right: 15px;
  }
}
html body .contents .btn-1 a:hover {
  background-color: #3B709B;
  color: #fff;
}
html body .contents .btn-1 a:hover::after {
  background-image: url("../../images/common/ico-arw-1.svg");
}
html body .contents .btn-2 {
  max-width: 260px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-2 {
    max-width: 220px;
  }
}
html body .contents .btn-2 a {
  width: 100%;
  height: 60px;
  display: grid;
  place-content: center;
  background-color: #fff;
  border: 2px solid #3B709B;
  color: #3B709B;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s all ease;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-2 a {
    height: 60px;
    font-size: 20px;
  }
}
html body .contents .btn-2 a {
  position: relative;
  z-index: 0;
}
html body .contents .btn-2 a::after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/ico-arw-2.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 26px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 20px;
  margin: auto 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-2 a::after {
    width: 24px;
    height: 15px;
    right: 9px;
  }
}
html body .contents .btn-2 a:hover {
  background-color: #3B709B;
  color: #fff;
}
html body .contents .btn-2 a:hover::after {
  background-image: url("../../images/common/ico-arw-1.svg");
}
html body .contents .btn-350-blue {
  max-width: 350px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-350-blue {
    max-width: 310px;
  }
}
html body .contents .btn-350-blue a {
  width: 100%;
  height: 80px;
  display: grid;
  place-content: center;
  background-color: #00397B;
  border: 2px solid #00397B;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s all ease;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-350-blue a {
    height: 60px;
    font-size: 20px;
  }
}
html body .contents .btn-350-blue a {
  position: relative;
  z-index: 0;
}
html body .contents .btn-350-blue a::after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/ico-arw-1.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 26px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 25px;
  margin: auto 0 auto auto;
  z-index: -1;
  transition: 0.3s all ease;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-350-blue a::after {
    width: 24px;
    height: 15px;
    right: 15px;
  }
}
html body .contents .btn-350-blue a:hover {
  background-color: #3B709B;
  border-color: #3B709B;
  color: #fff;
}
html body .contents .btn-350-blue a:hover::after {
  right: 20px;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-350-blue a:hover::after {
    right: 10px;
  }
}
html body .contents .btn-300-white {
  max-width: 300px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-300-white {
    max-width: 310px;
  }
}
html body .contents .btn-300-white a {
  width: 100%;
  height: 80px;
  display: grid;
  place-content: center;
  background-color: #fff;
  border: 2px solid #00397B;
  color: #00397B;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s all ease;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-300-white a {
    height: 60px;
    font-size: 20px;
  }
}
html body .contents .btn-300-white a {
  position: relative;
  z-index: 0;
}
html body .contents .btn-300-white a::after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/ico-arw-2.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 26px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 25px;
  margin: auto 0 auto auto;
  z-index: -1;
  transition: 0.3s all ease;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-300-white a::after {
    width: 24px;
    height: 15px;
    right: 15px;
  }
}
html body .contents .btn-300-white a:hover {
  background-color: #01397B;
  color: #fff;
}
html body .contents .btn-300-white a:hover::after {
  background-image: url("../../images/common/ico-arw-1.svg");
}
html body .contents .btn-300-white a:hover::after {
  right: 20px;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-300-white a:hover::after {
    right: 10px;
  }
}
html body .contents .btn-home {
  max-width: 200px;
  width: 100%;
  margin: 45px auto auto;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-home {
    max-width: 160px;
    margin-top: 25px;
  }
}
html body .contents .btn-home a {
  width: 100%;
  height: 50px;
  display: grid;
  place-content: center;
  background-color: #fff;
  border: 2px solid #00397B;
  color: #00397B;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s all ease;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-home a {
    height: 40px;
    font-size: 16px;
  }
}
html body .contents .btn-home a {
  position: relative;
  z-index: 0;
}
html body .contents .btn-home a:hover {
  background-color: #01397B;
  color: #fff;
}
html body .contents .btn-page_link {
  max-width: 335px;
  width: 100%;
  margin-inline: auto;
  container-type: inline-size;
}
@media screen and (max-width: 767px) {
  html body .contents .btn-page_link {
    max-width: 170px;
  }
}
html body .contents .btn-page_link a {
  width: 100%;
  height: 80px;
  display: grid;
  place-content: center;
  background-color: #fff;
  border: 2px solid #00397B;
  color: #3B709B;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
}
@container (max-width:170px) {
  html body .contents .btn-page_link a {
    flex-direction: column;
    gap: 5px;
    padding-top: 7px;
    height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  html body .contents .btn-page_link a {
    flex-direction: column;
    gap: 5px;
    padding-top: 7px;
    height: 60px;
    font-size: 18px;
  }
}
html body .contents .btn-page_link a {
  position: relative;
  z-index: 0;
}
html body .contents .btn-page_link a::after {
  content: ">";
  width: 1em;
  height: 1em;
  line-height: 1;
  transform: rotate(90deg);
  z-index: -1;
  padding-left: 0.15em;
  margin-left: 1em;
}
@container (max-width:170px) {
  html body .contents .btn-page_link a::after {
    display: block;
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  html body .contents .btn-page_link a::after {
    display: block;
    padding-left: 0;
    margin-left: 0;
  }
}
html body .contents .btn-page_link a:hover {
  background-color: #00397B;
  color: #fff;
}
@media screen and (min-width: 767px) {
  html body .contents.sec-case .contents-list-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, 350px);
    gap: 30px 25px;
    justify-content: center;
  }
}
html body .contents.sec-case .contents-list-wrapper .contents-list {
  display: block;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  html body .contents.sec-case .contents-list-wrapper .contents-list {
    max-width: 350px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.sec-case .contents-list-wrapper .contents-list + .contents-list {
    margin-top: 30px;
  }
}
html body .contents.sec-case .contents-list-wrapper .contents-list a {
  display: block;
  height: 100%;
  border: 1px solid #0C204B;
  transition: 0.3s all ease;
}
html body .contents.sec-case .contents-list-wrapper .contents-list a:hover {
  opacity: 0.6;
}
html body .contents.sec-case .contents-list-wrapper .contents-list figure a {
  transition: 0.3s all ease;
}
html body .contents.sec-case .contents-list-wrapper .contents-list figure a:hover {
  opacity: 0.6;
}
html body .contents.sec-case .contents-list-wrapper .contents-list figure img {
  aspect-ratio: 350/190;
  width: 100%;
  height: auto;
  object-fit: cover;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .tag-wrap {
  background-color: #F4F4F4;
  padding: 5px 2px;
  height: auto;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .tag-wrap ul {
  padding: 0 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 4px;
  min-height: 3em;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .tag-wrap ul li {
  min-width: calc(25% - 3px);
  width: fit-content;
  display: inline-block;
  margin: 0;
  height: 20px;
  display: grid;
  place-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: -0.05em;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .tag-wrap ul li a {
  transition: 0.3s all ease;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .tag-wrap ul li a:hover {
  opacity: 0.6;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .box-contents {
  padding: 10px 10px;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .box-contents > a {
  transition: 0.3s all ease;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .box-contents > a:hover {
  opacity: 0.6;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .box-contents dl,
html body .contents.sec-case .contents-list-wrapper .contents-list .box-contents p {
  margin-bottom: 5px;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .box-contents dt,
html body .contents.sec-case .contents-list-wrapper .contents-list .box-contents dd,
html body .contents.sec-case .contents-list-wrapper .contents-list .box-contents p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .box-contents dl dt {
  padding: 2px 10px 2px 5px;
  border: 1px solid #0C204B;
  border-right: none;
  margin-bottom: 5px;
  width: fit-content;
  position: relative;
  z-index: 0;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .box-contents dl dt::before {
  content: "";
  position: absolute;
  background-color: #0C204B;
  width: 15px;
  height: 1px;
  transform: rotate(60deg);
  top: 6px;
  bottom: 0;
  left: 0;
  right: -11px;
  margin: 0 0 auto auto;
  z-index: -1;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .box-contents dl dt::after {
  content: "";
  position: absolute;
  background-color: #0C204B;
  width: 14px;
  height: 1px;
  transform: rotate(-60deg);
  top: 0;
  bottom: 5px;
  left: 0;
  right: -10px;
  margin: auto 0 0 auto;
  z-index: -1;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .box-contents ul.tag-pn {
  display: flex;
  gap: 6px 4px;
  flex-wrap: wrap;
}
html body .contents.sec-case .contents-list-wrapper .contents-list .box-contents ul.tag-pn li {
  display: inline-block;
  background-color: #BFDDE3;
  width: calc(25% - 3px);
  height: 20px;
  display: grid;
  place-content: center;
  border-radius: 20px;
  font-size: 14px;
}
html body .contents.f_contact {
  background-image: url("../../images/common/f-contact-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (1921px <= width) {
  html body .contents.f_contact {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 575px) {
  html body .contents.f_contact {
    background-image: url("../../images/common/f-contact-bg-sp.png");
    background-size: 100% auto;
  }
}
html body .contents.f_contact h2 {
  color: #1F3D55;
  text-align: center;
  font-size: 36px;
  line-height: 1.3888888889;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media (width <= 1100px) {
  html body .contents.f_contact h2 {
    font-size: 36px;
    font-size: 3.2727272727vw;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.f_contact h2 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 380px) {
  html body .contents.f_contact h2 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
html body .contents.f_contact p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media (width <= 1100px) {
  html body .contents.f_contact p {
    font-size: 18px;
    font-size: 1.6363636364vw;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.f_contact p {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 380px) {
  html body .contents.f_contact p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
html body .contents.f_contact .btn-wrap {
  display: grid;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  html body .contents.f_contact .btn-wrap {
    gap: 25px;
  }
}
html body .contents.f_contact .btn-wrap .btn-f-contact {
  max-width: 700px;
  width: 100%;
  margin: auto;
}
html body .contents.f_contact .btn-wrap .btn-f-contact a {
  background-color: #CB3993;
  width: 100%;
  height: 120px;
  display: grid;
  place-content: center;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  transition: 0.3s all ease;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body .contents.f_contact .btn-wrap .btn-f-contact a {
    height: 60px;
    font-size: 18px;
    padding-right: 1rem;
  }
}
html body .contents.f_contact .btn-wrap .btn-f-contact a::after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/ico-arw-1.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 36px;
  height: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 55px;
  margin: auto 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .contents.f_contact .btn-wrap .btn-f-contact a::after {
    width: 30px;
    height: 18px;
    right: 15px;
  }
}
html body .contents.f_contact .btn-wrap .btn-f-contact a:hover {
  background-color: #00397B;
}
html body .contents.f_contact .btn-wrap .btn-f-contact.download a {
  background-color: #3B709B;
}
html body .contents.f_contact .btn-wrap .btn-f-contact.download a:hover {
  background-color: #00397B;
}
html body .wrapper {
  max-width: calc(1100px + 2rem);
  margin: 0 auto;
  padding: 0 1rem;
}
html body img {
  height: auto;
  max-width: 100%;
}
html body .cf::before, html body .cf::after {
  display: table;
  clear: both;
  content: "";
}
html body .alpha {
  transition: opacity 250ms;
}
html body .alpha:hover {
  opacity: 0.75;
}
html body figure {
  text-align: center;
}
html body br.pc {
  display: none;
}
@media screen and (min-width: 376px) {
  html body br.pc {
    display: block;
  }
}
html body br.sp {
  display: none;
}
@media screen and (max-width: 575px) {
  html body br.sp {
    display: block;
  }
}
html body .pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  html body .pc_only {
    display: none;
  }
}
html body .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sp_only {
    display: block;
  }
}
html body .t_r {
  text-align: right;
}
html body .t_c {
  text-align: center;
}
html body .img-500 {
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
html body .img-600 {
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
}
html body .img-800 {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}
html body .img-900 {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}
html body .mb-1em {
  margin-bottom: 1em;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.fadein-bottom-2 {
  transform: translate(0, 30px);
  transition-delay: 0.3s;
}
.fadein.fadein-bottom-3 {
  transform: translate(0, 30px);
  transition-delay: 0.5s;
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*# sourceMappingURL=common.css.map */
