@charset "UTF-8";

html {
  font-size               : 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust   : 100%;
  -ms-text-size-adjust    : 100%;
  text-size-adjust        : 100%;
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  color      : #070303;
  background : #fff;
}

a {
  display: block;
}

img {
  width    : 100%;
  max-width: 100%;
  display  : block;
}

.container {
  max-width: 1620px;
  margin   : 0 auto;
  padding  : 0 60px;
}

h2,
h3 {
  letter-spacing: -0.5px;
}

.btn_link {
  width        : 50%;
  max-width    : 600px;
  min-width    : 300px;
  font-size    : clamp(1.8rem, 1.8vw, 2.8rem);
  color        : #fff;
  background   : #0B5883;
  border-radius: 10px;
  padding      : 26px 0;
  margin       : 60px auto 0;
  text-align   : center;
  box-shadow   : 0px 10px 0px 0px #053753;
}

.btn_link.org {
  background: #DE9A00;
  box-shadow: 0px 10px 0px 0px #906709;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

/* --------------------------------------------------------------

レスポンシブ

----------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 960px) {
  .btn_link {
    font-size : clamp(1.6rem, 1.435rem + 0.44vw, 2.2rem);
    padding   : 3.2% 0 3%;
    margin    : 30px auto 0;
    box-shadow: 0px 6px 0px 0px #053753;
  }

  .btn_link.org {
    box-shadow: 0px 6px 0px 0px #906709;
  }

  .br_pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .btn_link {
    padding: 15px 0 13px;
  }

  .br_sp {
    display: block;
  }
}


/* =============================================================

header

===============================================================*/
header {
  background: #fff;
}

.h_container {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  padding        : 5px 30px;
  border-bottom  : 4px solid #156795;
}

.h_logo {
  width    : 50%;
  max-width: 650px;
  min-width: 280px;
}

.h_contact_pc {
  padding: 12px 0 3px;
}

header .h_mail {
  font-size      : 1.8rem;
  color          : #fff;
  background     : #DE9A00;
  padding        : 12px 20px 13px;
  border-radius  : 6px;
  background-size: 100%;
  display        : flex;
  align-items    : center;
}

header .h_mail::before {
  content        : "";
  display        : inline-block;
  width          : 28px;
  height         : 19px;
  background     : url(./img/h_mail.svg) no-repeat;
  background-size: 100%;
  margin-right   : 15px;
}

header .h_tel {
  font-size  : 2.5rem;
  font-weight: 500;
  text-align : right;
  margin-top : 7px;
}

header .h_tel::before {
  content     : "mobile.";
  display     : inline-block;
  font-size   : 1.6rem;
  color       : #156795;
  margin-right: 3px;
}

/* -------------------------
sp_menu_btn
---------------------------*/
.sp_menu_btn {
  width          : 60px;
  height         : 60px;
  background     : #156795;
  display        : flex;
  flex-direction : column;
  justify-content: center;
  align-items    : center;
  display        : none;
}

.sp_menu_btn span {
  width     : 30px;
  height    : 2px;
  display   : block;
  background: #fff;
  transition: all 0.3s;
}

.sp_menu_btn span:nth-child(2) {
  margin: 8px 0;
}

.sp_menu_btn.active span:nth-child(1) {
  transform : translateY(10px) rotate(-45deg);
  transition: all 0.3s;
}

.sp_menu_btn.active span:nth-child(2) {
  opacity   : 0;
  transition: all .3s;
}

.sp_menu_btn.active span:nth-child(3) {
  transform : translateY(-10px) rotate(45deg);
  transition: all 0.3s;
}

/* --------------------------------------------------------------

レスポンシブ

----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  header {
    position: fixed;
    top     : 0;
    left    : 0;
    right   : 0;
    z-index : 1000;
  }

  .h_container {
    padding: 0 0 0 10px;
  }

  .h_logo {
    width: 36%;
  }

  .h_contact_pc {
    display: none;
  }

  .sp_menu_btn {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .h_containerder {
    border-bottom: 3px solid #156795;
  }
}


/* =============================================================

mv / nav

===============================================================*/
.h_nav {
  padding   : 10px 40px;
  background: #0B5883;
  color     : #fff;
}

.h_nav ul {
  height         : 100%;
  display        : flex;
  justify-content: space-between;
  align-items    : center;
}

.h_nav ul li {
  width       : 25%;
  font-size   : clamp(1.6rem, 1.7vw, 2.8rem);
  text-align  : center;
  border-right: 2px solid #76A7C3;
}

.h_nav ul li:first-child {
  border-left: 2px solid #76A7C3;
}

.h_nav ul li a {
  display: block;
  padding: 15px 0;
}

.sp_nav_contact {
  padding: 0 20px;
  display: none;
}

.sp_nav_contact .inner {
  padding      : 20px;
  background   : #fff;
  font-weight  : 500;
  color        : #070303;
  border       : 2px solid #B9D2E0;
  border-radius: 10px;
  text-align   : center;
  margin       : 35px auto 0;
}

.sp_nav_contact p {
  font-size: 1.5rem;
}

.sp_nav_tel {
  font-size      : 3.2rem;
  display        : flex;
  align-items    : center;
  justify-content: center;
  margin         : 12px auto 10px;
}

.sp_nav_tel::before {
  content        : "";
  display        : inline-block;
  width          : 20px;
  height         : 29px;
  background     : url(./img/sp_icon.svg) no-repeat;
  background-size: 100%;
  margin-right   : 10px;
}

.sp_nav_contact span {
  font-size  : 1.0rem;
  font-weight: 400;
}

.sp_nav_mail {
  max-width     : 300px;
  font-size     : 1.5rem;
  color         : #fff;
  background    : #0B5883;
  border-radius : 6px;
  box-shadow    : 0 5px #053753;
  padding       : 16px;
  margin        : 20px auto 0;
  display       : flex;
  flex-direction: column;
  align-items   : center;
}

.sp_nav_mail::before {
  content        : "";
  display        : block;
  width          : 31px;
  height         : 22px;
  background     : url(./img/sp_nav_mail.svg) no-repeat;
  background-size: 100%;
  margin-bottom  : 13px;
}

/* --------------------------------------------------------------

レスポンシブ

----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .h_nav {
    width     : 100%;
    height    : 100vh;
    max-height: 100%;
    position  : fixed;
    top       : 60px;
    right     : 0;
    opacity   : 0;
    transition: all 0.3s;
    visibility: hidden;
    z-index   : -1;
    padding   : 0;
  }

  .h_nav.active {
    width     : 100%;
    position  : fixed;
    top       : 60px;
    right     : 0;
    opacity   : 1;
    visibility: visible;
    height    : 100vh;
    z-index   : 100;
    overflow-y: scroll;
    transition: all 0.3s;
    background: #156795;
  }

  .h_nav ul {
    width         : 100%;
    height        : auto;
    flex-direction: column;
    align-items   : flex-start;
    gap           : 0;
  }

  .h_nav ul li {
    width        : 100%;
    border-right : none;
    border-bottom: 1px solid #76A7C3;
    padding      : 20px;
    font-size    : 1.8rem;
    text-align   : left;
    display      : flex;
    align-items  : center;
  }

  .h_nav ul li::before {
    content        : '';
    display        : block;
    width          : 18px;
    height         : 18px;
    background     : url(./img/sp_nav.svg) no-repeat;
    background-size: 100%;
    margin-right   : 10px;
    margin         : 2px 10px 0 0;
  }

  .h_nav ul li:first-child {
    border-left: none;
    border-top : 1px solid #76A7C3;
  }

  .sp_nav_contact {
    display: block;
  }
}


/* =============================================================

contact

===============================================================*/
.contact {
  padding   : 80px 0;
  background: #F4F4F4;
}

.contact .contact_wrap {
  border       : 3px solid #B9D2E0;
  border-radius: 10px;
  background   : #fff;
  font-weight  : 500;
}

.contact_wrap .inner {
  max-width      : 1362px;
  margin         : 0 auto;
  padding        : 50px 4%;
  display        : flex;
  justify-content: space-between;
}

.contact_wrap .inner .left {
  width     : 50%;
  text-align: center;
}

.contact_wrap p {
  font-size     : clamp(2.0rem, 2.0vw, 3.0rem);
  letter-spacing: -0.5px;
}

.contact_wrap .tel {
  font-size      : clamp(4.5rem, 4.3vw, 6.5rem);
  display        : flex;
  justify-content: center;
  align-items    : center;
  margin         : 15px 0 20px;
}

.contact_wrap .tel::before {
  content        : "";
  display        : inline-block;
  width          : 40px;
  height         : 55px;
  background     : url(./img/contact_sp_icon.svg) no-repeat;
  background-size: 100%;
  margin-right   : 15px;
}

.contact_wrap span {
  font-size     : clamp(1.5rem, 1.2vw, 1.8rem);
  font-weight   : 400;
  letter-spacing: -0.5px;
}

.contact_wrap .inner .right {
  width: 45%;
}

.contact_wrap .mail {
  font-size     : clamp(2.0rem, 2.2vw, 3.0rem);
  font-weight   : 400;
  color         : #fff;
  background    : #0B5883;
  border-radius : 10px;
  box-shadow    : 0 10px #053753;
  display       : flex;
  flex-direction: column;
  align-items   : center;
  padding       : 30px 0 25px;
}

.contact_wrap .mail::before {
  content        : "";
  display        : block;
  width          : 15%;
  max-width      : 72px;
  min-width      : 31px;
  height         : 8vw;
  max-height     : 50px;
  min-height     : 22px;
  background     : url(./img/contact_mail_icon.svg) no-repeat;
  background-size: 100%;
  margin-bottom  : 4%;
}


/* --------------------------------------------------------------

レスポンシブ

----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .contact_wrap .inner {
    flex-direction: column;
  }

  .contact_wrap .inner .left {
    width: 100%;
  }

  .contact_wrap .inner .right {
    width    : 100%;
    max-width: 475px;
    margin   : 20px auto 0;
  }

  .contact_wrap .mail::before {
    width        : 12%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 960px) {
  .contact {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 30px 0;
  }

  .contact_wrap .inner {
    padding: 25px 25px 30px;
  }

  .contact_wrap .inner .right {
    max-width: 300px;
  }

  .contact_wrap p {
    font-size: clamp(1.5rem, 1.088rem + 1vw, 3rem);
  }

  .contact_wrap .tel {
    font-size: clamp(3rem, 2.038rem + 2.3vw, 6.5rem);
    margin   : 12px 0 10px;
  }

  .contact_wrap .tel::before {
    width       : 20px;
    height      : 28px;
    margin-right: 10px;
  }

  .contact_wrap span {
    font-size  : clamp(1rem, 0.78rem + 0.65vw, 1.8rem);
    line-height: 1.6;
  }

  .contact_wrap .mail {
    font-size : clamp(1.5rem, 1.088rem + 1vw, 3rem);
    padding   : 15px 0;
    box-shadow: 0 6px #053753;
  }

  .contact_wrap .mail::before {
    width        : 31px;
    height       : 25px;
    margin-bottom: 12px;
  }
}


/* =============================================================

footer

===============================================================*/
footer {
  background: #2E2A24;
  padding   : 30px 0 40px;
  text-align: center;
}

footer .footer_logo {
  width    : 12%;
  max-width: 150px;
  min-width: 64px;
  margin   : 0 auto 30px;
}

footer .copyright {
  font-size  : clamp(1rem, 0.78rem + 0.55vw, 1.8rem);
  font-weight: 300;
  color      : #fff;
}

/* --------------------------------------------------------------

レスポンシブ

----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0;
  }

  footer .footer_logo {
    margin: 0 auto 15px;
  }
}


/* /////////////////////////////////////////////////////////// */
/* =============================================================


下層ページ common parts


===============================================================*/
.page__h_nav li:nth-child(3) {
  width: 29%;
}

.page__ttlarea {
  height               : 25vw;
  max-height           : 250px;
  min-height           : 100px;
  background           : url(./img/page_ttlarea_bg.jpg) no-repeat;
  background-size      : 100%;
  background-position-y: 60%;
  position             : relative;
}

.page__ttl {
  font-size  : clamp(2.0rem, 3.2vw, 5.0rem);
  font-weight: 400;
  color      : #fff;
  padding    : 15px 40px;
  display    : inline-block;
  background : rgba(7, 3, 3, 0.7);
  position   : absolute;
  top        : 50%;
  left       : 50%;
  transform  : translate(-50%, -50%);
}

.page__main {
  padding: 120px 0 150px;
}

.page__layout {
  display        : flex;
  justify-content: space-between;
}

.page__content_wrap {
  width    : 70%;
  max-width: 1000px;
}

.page__sec_ttl {
  font-size    : clamp(1.6rem, 1.27rem + 0.8vw, 2.8rem);
  color        : #fff;
  padding      : 16px 40px;
  background   : #0B5883;
  display      : flex;
  align-items  : center;
  position     : relative;
  margin-bottom: 5%;
}

.page__sec_ttl::before {
  content   : "";
  display   : inline-block;
  width     : 10px;
  height    : 40px;
  background: #96CBE8;
  position  : absolute;
  top       : 50%;
  left      : 10px;
  transform : translate(0, -50%);
}

/* -------------------------------------------------------------

table

--------------------------------------------------------------*/
.table_span_sp {
  display      : none;
  font-size    : 1.4rem;
  color        : #156795;
  margin-bottom: 8px;
}

.page__table_wrap {
  /* overflow-x: scroll; */
  display                   : block;
  overflow-x                : auto;
  -webkit-overflow-scrolling: touch;
}

.page__table_wrap::-webkit-scrollbar {
  height: 12px;
}

.page__table_wrap::-webkit-scrollbar-track {
  background: #E3E3E3;
}

.page__table_wrap::-webkit-scrollbar-thumb {
  background   : #A2A2A2;
  border-radius: 10px;
}

.page__table {
  width    : 100%;
  margin   : 0 auto;
  font-size: clamp(1.4rem, 1.3vw, 2.0rem);
}

.page__table th {
  color          : #fff;
  font-weight    : 400;
  background     : #2E2A24;
  padding        : 15px 0;
  text-align     : center;
  border         : 1px solid #2E2A24;
  border-right   : 1px solid #fff;
  border-collapse: collapse;
}

.page__table th:last-child {
  border-right: 1px solid #2E2A24;
}

.page__table td {
  padding        : 15px;
  border         : 1px solid #2E2A24;
  border-collapse: collapse;
  line-height    : 1.6;
  vertical-align : middle;
}

.page__table td span.table_td_red {
  color      : #C31E1E;
  font-weight: 500;
}

/* -------------------------------------------------------------

page__side_nav

--------------------------------------------------------------*/
.page__side {
  width      : 26.666666%;
  max-width  : 400px;
  min-width  : 295px;
  height     : 100%;
  background : #F4F4F4;
  padding    : 40px 10px 43px 30px;
  margin-left: 4%;
  position   : -webkit-sticky;
  position   : sticky;
  top        : 50px;
}

.page__side_ttl {
  font-size    : clamp(1.6rem, 1.27rem + 0.85vw, 2.8rem);
  font-weight  : 500;
  margin-bottom: 13%;
}

.page__side_nav li {
  font-size    : clamp(1.6rem, 1.2vw, 1.8rem);
  line-height  : 1.4;
  margin-bottom: 35px;
  display      : flex;
}

.page__side_nav li:last-child {
  margin-bottom: 0;
}

.page__side_nav li::before {
  content     : url(./img/page-side-nav.svg);
  display     : inline-block;
  width       : 24px;
  height      : 24px;
  margin-right: 10px;
  margin-top  : 1px;
}

/* --------------------------------------------------------------

レスポンシブ

----------------------------------------------------------------*/
@media screen and (max-width: 1120px) {
  .page__content_wrap {
    width: 100%;
  }

  .page__side {
    display: none;
  }

  .page__table {
    font-size: clamp(1.2rem, 0.98rem + 0.6vw, 2rem);
  }
}


@media screen and (max-width: 1024px) {
  .page__ttlarea {
    margin-top: 64px;
  }

  .page__h_nav li:nth-child(3) {
    width: 100%;
  }

  .page__main {
    padding: 8% 0 10%;
  }

  .page__table_wrap {
    margin-bottom: 15px;
  }
}


@media screen and (max-width: 768px) {
  .page__ttl {
    padding: 10px 20px;
  }

  .page__main {
    padding: 40px 0 60px;
  }

  .page__sec_ttl {
    padding      : 12px 10px 12px 24px;
    margin-bottom: 25px;
  }

  .page__sec_ttl::before {
    width : 7px;
    height: 26px;
    left  : 7px;
  }

  .table_span_sp {
    font-size: 1.1rem;
  }

  .page__table_wrap {
    margin-bottom: 12px;
  }

  .page__table th {
    padding: 14px 10px;
  }

  .page__table td {
    line-height: 1.4;
  }
}