@charset "UTF-8";
@font-face {
  font-family: "A-OTF-R";
  font-style: normal;
  font-weight: 400;
  src: url(./../fonts/A-OTF-RyuminPro-Regular.otf);
}
@font-face {
  font-family: "Yu Mincho";
  font-style: normal;
  font-weight: 600;
  src: url(./../fonts/yumindb.ttf);
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  overflow-y: auto;
}
body {
  top: 0 !important;
  color: #111111;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: hidden;
}
body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}
.font-mei {
  font-family: Meiryo, sans-serif !important;
}
.font-yumincho {
  font-family: "Yu Mincho" !important;
}

.font-yugothic {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
ul {
  list-style-type: none;
}
a {
  color: currentColor;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.5;
}
.w--1300 {
  width: 1300px;
}
.c-blockcenter {
  margin-left: auto;
  margin-right: auto;
}
.c-main {
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .c-main {
    padding-bottom: 60px;
  }
}
.c-logo.c-logo--custom {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 20px;
}
.c-logo.c-logo--custom img {
  display: block;
  width: 550px;
  flex-shrink: 0;
}
.c-logo.c-logo--custom p {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0;
  color: #043491;
}
@media only screen and (max-width: 1199px) {
  .c-logo.c-logo--custom img {
    width: 250px;
  }
  .c-logo.c-logo--custom p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .c-logo.c-logo--custom p {
    display: none;
  }
}
/* ======================================================== */
/* ULTILITIES */
.u-cl--primary {
  color: #043491;
}
.u-cl--red {
  color: #ff0000;
}
.u-cl--gray {
  color: #cccccc;
}
.u-cl--gray2 {
  color: #707070;
}
.c-text-bg {
  background-color: #043491;
  color: #fff;
  border-radius: 5px;
  padding: 8px 12px;
}
.c-text-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.fw--500 {
  font-weight: 500;
}
.fw--700 {
  font-weight: 700;
}
.ls--1 {
  letter-spacing: 0.1em;
}
.lh--26 {
  line-height: 26px;
}
.lh--30 {
  line-height: 30px;
}
.lh--34 {
  line-height: 34px;
}
.lh--36 {
  line-height: 36px;
}
.c-text--15 {
  font-size: 15px;
}
.c-text--16 {
  font-size: 16px;
}
.c-text--18 {
  font-size: 18px;
}
.c-text--22 {
  font-size: 22px;
}
.c-title1 {
  position: relative;
  padding-top: 48px;
}
.c-title1::before,
.c-title1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #043491;
}
.c-title1::before {
  width: 60px;
  height: 1px;
  top: 0;
}
.c-title1::after {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  top: -6px;
}
.c-title1 strong {
  display: block;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 32px;
  margin-bottom: 14px;
}
.c-title1 small {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-text-underline {
    text-underline-offset: 6px;
  }
  .c-text-bg {
    padding: 4px 8px;
  }
  .lh--26,
  .lh--30,
  .lh--34,
  .lh--36 {
    line-height: 1.6;
  }
  .c-text--15,
  .c-text--16,
  .c-text--18 {
    font-size: 15px;
    line-height: 1.6;
  }
  .c-text--22 {
    font-size: 15px;
  }
  .c-title1 {
    padding-top: 25px;
  }
  .c-title1::after {
    width: 8px;
    height: 8px;
    top: -3px;
  }
  .c-title1 strong {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .c-title1 small {
    font-size: 11px;
  }
}
/* RADIUS */
.u-radius--10 {
  border-radius: 10px;
}
.u-radius--30 {
  border-radius: 30px;
}
.u-radius--50 {
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .u-radius--30,
  .u-radius--50 {
    border-radius: 10px;
  }
}
/* BOX SHADOW */
.u-bs {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
/* ======================================================== */
/* IMAGE */
img {
  object-fit: cover;
  max-width: 100%;
}
img.svg-img {
  object-fit: contain;
}
img.base-img {
  display: block;
  width: 100%;
}
img.base-img-auto {
  display: block;
  max-width: 100%;
}
img.base-img-auto-center {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.c-imgwrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c-imgwrapper.as42 {
  padding-top: 42%;
}
.c-imgwrapper.as45 {
  padding-top: 45%;
}
.c-imgwrapper.as52 {
  padding-top: 52%;
}
.c-imgwrapper.as62 {
  padding-top: 62%;
}
.c-imgwrapper.as65 {
  padding-top: 65%;
}
.c-imgwrapper.as66 {
  padding-top: 66%;
}
.c-imgwrapper.as67 {
  padding-top: 67%;
}
.c-imgwrapper.as75 {
  padding-top: 75%;
}
.c-imgwrapper.as100 {
  padding-top: 100%;
}
.c-imgwrapper.as107 {
  padding-top: 107%;
}
.c-imgwrapper .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
}
.c-imgwrapper__trigger:hover {
  opacity: 1;
}
.c-imgwrapper__trigger:hover .img {
  transform: scale(1.2);
}

.c-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.c-bg2 {
  position: relative;
  z-index: 1;
}
.c-bg2::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-overlay {
  position: relative;
  z-index: 1;
}
.c-overlay.before::before,
.c-overlay.after::after {
  content: "";
  /* background: linear-gradient(
    to bottom,
    rgba(18, 18, 18, 0) 0%,
    rgba(18, 18, 18, 0) 50%,
    rgba(18, 18, 18, 1)
  ); */
  background: #111;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* =============================================================== */
/* ICON */
.c-icon-before,
.c-icon-after {
  position: relative;
}
.c-icon-before::before,
.c-icon-after::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
/* ======================================================== */
/* ======================================================== */
/* ===================================================================== */
/* ======================================================== */
/* BREAD */
.c-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 42px;
  padding: 80px 20px 40px;
  border-bottom: 1px solid #cccccc;
}
.c-bread li a {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .c-bread {
    padding: 15px 20px;
  }
  .c-bread li a {
    font-size: 11px;
  }
}
/* END BREAD */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* SECTION TEXT IMG */
.c-section1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-section1--aligncenter {
  align-items: center;
}
.c-section1__img {
  width: 50%;
}
.c-section1__text {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .c-section1__img,
  .c-section1__text {
    width: 100% !important;
    flex: 0 1 auto !important;
  }
}
.c-section2 + .c-section2 {
  margin-top: 170px;
}
.c-section2 {
  background-color: #f3f9ff;
  border-radius: 30px;
  padding: 50px 100px;
}
.c-section2__title {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0;
  margin-top: -74px;
  margin-bottom: 60px;
}
.c-section2 .c-btn2 {
  margin-bottom: -76px;
}
@media screen and (max-width: 1024px) {
  .c-section2 {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-section2 + .c-section2 {
    margin-top: 30px;
  }
  .c-section2 {
    padding: 40px 20px;
    border-radius: 10px;
  }
  .c-section2__title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .c-section2 .c-btn2 {
    margin-bottom: 0;
  }
}
/* ======================================================== */
/* LIST IMAGE 2 */
.c-imagelist2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.c-imagelist2 img {
  display: block;
  width: calc((100% - 60px) / 3);
}
.c-imagelist2 img:nth-child(3n + 1) {
  border-radius: 10px 0 0 10px;
}
.c-imagelist2 img:nth-child(3n) {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .c-imagelist2 {
    gap: 5px;
  }
  .c-imagelist2 img {
    width: calc((100% - 10px) / 3);
  }
}
/* END LIST IMAGE 2 */
/* ======================================================== */
/* CARD 1 */
.c-card1__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.c-card1__list-item {
  width: calc((100% - 120px) / 4);
}
.c-card1__img {
  margin-bottom: 24px;
}
.c-card1__index {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  padding: 0 10px;
  border-bottom: 1px solid currentColor;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .c-card1__list {
    gap: 40px 10px;
  }
  .c-card1__list-item {
    width: calc((100% - 10px) / 2);
  }
  .c-card1__img {
    margin-bottom: 12px;
  }
  .c-card1__index {
    font-size: 11px;
    margin-bottom: 8px;
    padding: 0 5px;
  }
}
/* END CARD 1 */
/* ======================================================== */
.c-anchor {
  position: relative;
  top: -160px;
}
@media screen and (max-width: 1199px) {
  .c-anchor {
    position: relative;
    top: -60px;
  }
}
/* ======================================================== */
/* DL 1 */
.c-dl1 > dl + dl {
  margin-top: 70px;
}
.c-dl1 > dl > dt {
  background-color: #043491;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 21px 20px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
}
.c-dl1 > dl > dt::before,
.c-dl1 > dl > dt::after {
  content: "";
  background-color: #ffffff;
  flex: 1;
  height: 1px;
  min-width: 100px;
}
.c-dl1 > dl > dd {
  border-radius: 0 0 10px 10px;
  background-color: #ebf2ff;
  padding: 45px 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .c-dl1 > dl + dl {
    margin-top: 30px;
  }
  .c-dl1 > dl > dt {
    gap: 10px;
    padding: 15px 10px;
    font-size: 16px;
  }
  .c-dl1 > dl > dt::before,
  .c-dl1 > dl > dt::after {
    min-width: 60px;
  }
  .c-dl1 > dl > dd {
    padding: 25px 20px;
    font-size: 15px;
    line-height: 1.6;
  }
}
/* END DL 1 */
/* DL 2 */
.c-dl2 > dl + dl {
  margin-top: 62px;
}
.c-dl2 > dl > dt {
  display: flex;
  align-items: flex-start;
  padding-left: 24px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #707070;
  margin-bottom: 24px;
}
.c-dl2__index {
  flex-shrink: 0;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0;
  color: #043491;
  border: 1px solid currentColor;
  border-radius: 5px;
  padding: 10px 12px;
  margin-right: 25px;
}
.c-dl2 > dl > dt p {
  padding-top: 8px;
}
.c-dl2 > dl > dd {
  padding-left: 120px;
}
@media screen and (max-width: 767px) {
  .c-dl2 > dl + dl {
    margin-top: 30px;
  }
  .c-dl2 > dl > dt {
    padding-left: 0;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .c-dl2 > dl > dt p {
    padding-top: 2px;
    font-size: 18px;
  }
  .c-dl2__index {
    font-size: 11px;
    border-radius: 5px;
    padding: 2px 5px;
    margin-right: 10px;
  }
  .c-dl2 > dl > dd {
    padding-left: 0;
  }
}
/* END DL 2 */
/* DL 3 */
.c-dl3 > dl {
  display: flex;
}
.c-dl3 > dl > dt,
.c-dl3 > dl > dd {
  padding: 24px 0;
}
.c-dl3 > dl > dt {
  width: 240px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  border-bottom: 2px solid #043491;
  padding-left: 20px;
  padding-right: 20px;
}
.c-dl3 > dl > dd {
  flex: 1;
  padding-left: 40px;
  border-bottom: 1px solid #111111;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-dl3 > dl > dt,
  .c-dl3 > dl > dd {
    padding: 15px 0;
  }
  .c-dl3 > dl > dt {
    text-align: center;
    width: 110px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-dl3 > dl > dd {
    font-size: 13px;
    padding-left: 10px;
  }
}
/* END DL 3 */
/* ======================================================== */
/* IMAGES LIST */
.c-imagelist {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.c-imagelist a {
  display: block;
  width: calc((100% - 32px) / 3);
}
.c-imagelist img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-imagelist {
    gap: 10px;
  }
  .c-imagelist a {
    width: calc((100% - 10px) / 2);
  }
}
/* END IMAGES LIST */
/* ======================================================== */
/* LIST 1 */
.c-list1 > li {
  position: relative;
  border-bottom: 1px dashed #111111;
  padding: 24px 40px 24px 80px;
}
.c-list1__icon {
  display: block;
  position: absolute;
  top: 32px;
  left: 42px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .c-list1 > li {
    padding: 24px 0 24px 30px;
  }
  .c-list1__icon {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list1 > li {
    padding: 15px 0 15px 20px;
  }
  .c-list1__icon {
    top: 18px;
    width: 13px;
    height: 13px;
  }
  .c-list1 .c-text--15 {
    font-size: 11px;
  }
}
/* END LIST 1 */
/* ======================================================== */
/* TABLE 1 */
.c-table1__item {
  padding: 1px;
}
.c-table1__item + .c-table1__item {
  margin-top: 50px;
}
.c-table1 {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  border-style: hidden; /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 1px #ccc; /* this draws the table border  */
}

.c-table1 tbody tr:nth-child(even) {
  background-color: #ebf2ff;
}

.c-table1 th,
.c-table1 td {
  text-align: center;
  max-width: 0;
  border: 1px solid #ccc;
}
.c-table1 th {
  background-color: #043491;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  padding: 20px 30px;
}
.c-table1 tr th:first-child {
  border-radius: 10px 0 0 0;
}
.c-table1 tr th:last-child {
  border-radius: 0 10px 0 0;
}
.c-table1 td {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0;
  padding: 19px 30px;
}
@media screen and (max-width: 767px) {
  .c-table1 th {
    font-size: 14px;
    padding: 10px;
  }
  .c-table1 td {
    font-size: 13px;
    line-height: 1.6;
    padding: 12px 10px;
  }
}
/* END TABLE 1 */
/* ======================================================== */
/* BANNER */
.c-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.c-banner__list .c-banner {
  width: calc((100% - 40px) / 2);
}
.c-banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.c-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #043491;
  opacity: 0.7;
}
.c-banner__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-banner__wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 65px 20px;
  color: #fff;
}
.c-banner__title strong {
  display: block;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0;
}
.c-banner__title small {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
}
.c-banner .c-btn1 {
  margin-top: 35px;
}
.c-banner--small .c-banner__wrapper {
  padding: 20px 20px 32px;
}
.c-banner--small .c-banner__title strong {
  font-size: 26px;
  margin-bottom: -4px;
}
.c-banner--small .c-banner__title small {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .c-banner__list {
    gap: 20px;
  }
  .c-banner__list .c-banner {
    width: 100%;
  }
  .c-banner__title strong {
    font-size: 26px;
  }
  .c-banner__title small {
    font-size: 13px;
  }
  .c-banner .c-btn1 {
    margin-top: 25px;
  }
}
/* END BANNER */
/* ======================================================== */
/* BTN 1 */
.c-btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  border-radius: 100px;
  border: 2px solid #fff;
  color: #fff;
  padding: 18px 30px;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  transition: 0.4s;
}
.c-btn1__trigger:hover .c-btn1,
.c-btn1:hover {
  opacity: 1;
  background-color: #fff;
  color: #043491;
}
.c-btn1--small {
  font-size: 15px;
  max-width: 140px;
  padding: 8px 5px;
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    max-width: 100%;
    border: 1px solid #fff;
    padding: 15px 20px;
    font-size: 14px;
  }
  .c-btn1--small {
    font-size: 14px;
    padding: 8px 5px;
  }
}
/* END BTN 1 */
/* BTN 2 */
.c-btn2__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 40px;
}

.c-btn2 {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  background-color: #0393bf;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  padding: 17px 10px;
}
.c-btn2--center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-btn2 {
    max-width: unset;
    font-size: 14px;
    padding: 12px 10px;
  }
}
/* END BTN 2 */
/* BTN 3 */
.c-btn3 {
  display: inline-block;
  padding: 10px 28px;
  border: 2px solid currentColor;
  color: #043491;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-btn3 {
    padding: 6px 15px;
    border: 1px solid currentColor;
    font-size: 14px;
  }
}
/* END BTN 3 */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
