@charset "UTF-8";
.container {
  background: url(../img/index/bgCol02.jpg) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
}

.pnkz,
.page-ttl_wrap {
  position: relative;
  z-index: 1;
  background: #FFF;
  box-sizing: border-box;
}

.page-ttl {
  padding: 16px 0 41px;
  box-shadow: 4px 4px 8px 2px rgba(235, 243, 255, 0.5);
}

.pc-flex {
  display: flex;
  justify-content: center;
}

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

p,
caption {
  font-size: 1.5rem;
  line-height: 1.86;
  text-align: justify;
}

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

.atten {
  color: #c42629;
  font-weight: 600;
}

.atten_blue {
  color: #001f4b;
  font-weight: 600;
}

.btn_wrap {
  margin: 75px auto 0 auto;
  max-width: 390px;
}

@media screen and (max-width: 767px) {
  .container {
    background: #fff;
  }
  .container::before {
    display: none;
  }
  .pnkz ul li {
    color: #001f4b;
  }
  .pnkz ul li a {
    color: #99a5b7;
  }
  .pnkz ul li:not(:last-of-type)::after {
    border-top: 1px solid #99a5b7;
    border-right: 1px solid #99a5b7;
  }
  .page-ttl {
    padding: 0 0 8%;
    line-height: 1.4;
    color: #001f4b;
    padding: 4% 0;
  }
  .page-ttl::before {
    box-shadow: 3px 3px 4px rgba(144, 144, 144, 0.3);
  }
  .pc-flex {
    display: block;
  }
  p,
  caption {
    font-size: 3.733vw;
  }
}
/* ------------------------------
sec01
------------------------------ */
.sec01.inner {
  max-width: 1200px;
  padding: 75px 100px 50px 88px;
  background: #fff;
  box-sizing: border-box;
}
.sec01 .ttl_wrap {
  margin: 0 0 50px 0;
}
.sec01 .ttl_wrap .sec-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  margin: 0 0 30px 0;
  padding-left: 0;
  position: relative;
}
.sec01 .ttl_wrap .sec-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #001f4b;
}
.sec01 .ttl_wrap .sec-ttl span {
  position: relative;
  padding: 0 50px;
  background: #fff;
  z-index: 1;
}
.sec01 .ttl_wrap p.center {
  text-align: center;
}
.sec01 menu li {
  line-height: 1.85;
  position: relative;
  margin-bottom: 5px;
}
.sec01 menu li::before {
  position: absolute;
  content: "⚫︎";
  color: #001f4b;
  font-size: 1.2rem;
  left: -16px;
  line-height: 2.5;
}
.sec01 menu li a {
  border-bottom: 1px solid;
}

@media screen and (max-width: 767px) {
  .sec01.inner {
    max-width: inherit;
    padding: 10% 0 0;
  }
  .sec01 .inner {
    padding: 5% 0 10% 0;
    width: 100%;
  }
  .sec01 .ttl_wrap {
    margin: 0 0 5% 0;
  }
  .sec01 .ttl_wrap .sec-ttl {
    font-size: 5.867vw;
    letter-spacing: 0.05em;
    margin: 6% 0;
    line-height: 1.5;
    padding-left: 0;
  }
  .sec01 .ttl_wrap .sec-ttl span {
    padding: 0 10px;
  }
  .sec01 menu {
    padding: 0 5%;
  }
  .sec01 menu li {
    font-size: 3.733vw;
    margin-bottom: 2%;
  }
}
/* ------------------------------
sec02
------------------------------ */
.sec02.inner {
  max-width: 1200px;
  padding: 50px 100px 50px 88px;
  background: #FFF;
  box-sizing: border-box;
}
.sec02 .ttl_wrap {
  margin: 0 0 50px 0;
}
.sec02 .ttl_wrap .sec-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  margin: 0 0 30px 0;
  padding-left: 0;
}
.sec02 .ttl_wrap .sec-ttl span {
  border-bottom: #001f4b 1px solid;
}
.sec02 .ttl_wrap p.center {
  text-align: center;
}
.sec02 .box {
  margin-bottom: 100px;
}
.sec02 .box h3 {
  position: relative;
  color: #001f4b;
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.sec02 .box h3 span {
  position: relative;
  background: #fff;
  padding-right: 30px;
}
.sec02 .box h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #001f4b;
}
.sec02 .box h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #001f4b;
  margin: 10px 0;
}
.sec02 .box h4.list {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}
.sec02 .box h4.list::before {
  position: absolute;
  content: "";
  background: url(../img/common/ico_check.svg) no-repeat center center;
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
}
.sec02 .box p {
  font-size: 1.5rem;
  /*.atten_blue {
    &::after {
      content: "：";
      margin: 0 5px;
    }
  }*/
}
.sec02 .box h5 {
  margin: 20px 0;
}
.sec02 .box h5 span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #001f4b;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 10px;
}
.sec02 .box h5 span.bg_blue {
  background: #ebf3ff;
}
.sec02 .box h5 span.bg_pink {
  background: #ffe8e9;
}
.sec02 .box .boxIn {
  margin: 30px auto;
}
.sec02 .box .boxIn h4 {
  position: relative;
  color: #fff;
  text-align: center;
  margin: 0;
}
.sec02 .box .boxIn h4.ma_ttl {
  background-color: #205196;
  width: 30%;
  border-radius: 10px 0 0 10px;
}
.sec02 .box .boxIn h4.ma_ttl span {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.sec02 .box .boxIn h4.fe_ttl {
  background-color: #f38182;
  width: 30%;
  border-radius: 10px 0 0 10px;
}
.sec02 .box .boxIn h4.fe_ttl span {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.sec02 .box .boxIn .ma_box,
.sec02 .box .boxIn .fe_box {
  background-color: #ebf3ff;
  padding: 30px;
  width: 70%;
  border-radius: 0 10px 10px 0;
}
.sec02 .box .boxIn .ma_box p.list,
.sec02 .box .boxIn .fe_box p.list {
  position: relative;
  padding-left: 20px;
}
.sec02 .box .boxIn .ma_box p.list::before,
.sec02 .box .boxIn .fe_box p.list::before {
  content: "";
  background: url(../img/common/ico_check.svg) no-repeat center center;
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
}
.sec02 .box .boxIn .fe_box {
  background-color: rgba(255, 232, 233, 0.6);
}
.sec02 .box .boxText {
  margin-bottom: 35px;
}
.sec02 .box .tb_container {
  margin-inline: auto;
}
.sec02 .box .tb_container table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.sec02 .box .tb_container table th {
  color: #fff;
  border: 1px solid #a5a5a5;
  padding: 15px;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 600;
}
.sec02 .box .tb_container table th.ttl {
  white-space: nowrap;
}
.sec02 .box .tb_container table th.bg_pink {
  background: #f38182;
}
.sec02 .box .tb_container table th.bg_blue {
  background: rgba(32, 81, 150, 0.7);
}
.sec02 .box .tb_container table th.bg_pailblue {
  background: rgba(32, 81, 150, 0.4);
}
.sec02 .box .tb_container table th.col_ttl {
  position: relative;
  text-align: center;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #205196;
  border: 1px solid #a5a5a5;
  padding: 10px;
  white-space: nowrap;
}
.sec02 .box .tb_container table td {
  padding: 10px;
  border: 1px solid #a5a5a5;
  text-align: center;
  line-height: 1.5;
}
.sec02 .box .tb_container table td span.num {
  font-size: 2rem;
  font-weight: 600;
}
.sec02 .box .tb_container table td.left {
  text-align: left;
}
.sec02 .box:last-of-type {
  margin-bottom: 0;
}
.sec02 #link01, .sec02 #link02, .sec02 #link03, .sec02 #link04, .sec02 #link05, .sec02 #link06, .sec02 #link07 {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

@media screen and (max-width: 767px) {
  .sec02.inner {
    max-width: inherit;
    padding: 5% 0 0;
  }
  .sec02 .wrap {
    padding: 5% 0 10% 0;
    width: 100%;
  }
  .sec02 .ttl_wrap .sec-ttl {
    font-size: 6.4vw;
    letter-spacing: 0.05em;
    margin: 6% 0;
    line-height: 1.5;
    padding-left: 0;
  }
  .sec02 .ttl_wrap .sec-ttl span {
    border-bottom: #001f4b 1px solid;
  }
  .sec02 .box {
    margin-bottom: 15%;
  }
  .sec02 .box h3 {
    font-size: 5.333vw;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 5%;
  }
  .sec02 .box h3 span {
    padding: 0;
  }
  .sec02 .box h3::before {
    content: none;
  }
  .sec02 .box h4 {
    font-size: 4.8vw;
    margin: 0 0 5% 0;
  }
  .sec02 .box h5 {
    margin: 10% 0 5%;
    font-size: 4.267vw;
  }
  .sec02 .box h5 span {
    font-weight: bold;
    color: #001f4b;
    padding: 2% 5%;
  }
  .sec02 .box h5 span.bg_blue {
    padding: 1vw 3vw;
  }
  .sec02 .box h5 span.bg_pink {
    padding: 1vw 3vw;
  }
  .sec02 .box p {
    font-size: 3.733vw;
  }
  .sec02 .box p.sp {
    text-align: center;
    font-size: smaller;
  }
  .sec02 .box .boxIn {
    margin: 5% auto;
  }
  .sec02 .box .boxIn h4 {
    margin: 0;
  }
  .sec02 .box .boxIn h4.ma_ttl {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 8% 0;
  }
  .sec02 .box .boxIn h4.fe_ttl {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 8% 0;
  }
  .sec02 .box .boxIn .ma_box,
  .sec02 .box .boxIn .fe_box {
    width: auto;
    border-radius: 0 0 10px 10px;
    padding: 5% 5% 10% 5%;
  }
  .sec02 .box .boxIn .ma_box p.list,
  .sec02 .box .boxIn .fe_box p.list {
    position: relative;
    padding-left: 20px;
  }
  .sec02 .box .boxIn .ma_box p.list::before,
  .sec02 .box .boxIn .fe_box p.list::before {
    content: "";
    background: url(../img/common/ico_check.svg) no-repeat center center;
    position: absolute;
    top: 9px;
    left: 0;
    width: 12px;
    height: 12px;
  }
  .sec02 .box .boxIn .fe_box {
    background-color: rgba(255, 232, 233, 0.6);
  }
  .sec02 .box .boxText {
    margin-bottom: 10%;
  }
  .sec02 .box .tb_container {
    margin-inline: auto;
    margin-top: 5%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .sec02 .box .tb_container table {
    font-size: 3vw;
    width: 150%;
  }
  .sec02 .box .tb_container table th {
    font-size: 3vw;
  }
  .sec02 .box .tb_container table th.col_ttl {
    padding: 2% 0;
    letter-spacing: 0;
  }
  .sec02 .box .tb_container table th.line_ttl {
    font-size: 3vw;
    text-align: left;
    background-color: #ebf3ff;
  }
  .sec02 .box .tb_container table td {
    line-height: 1.5;
  }
  .sec02 .box .tb_container table td span.num {
    font-size: 3vw;
  }
  .sec02 .box .tb_container table td.left {
    text-align: left;
  }
  .sec02 #link01, .sec02 #link02, .sec02 #link03, .sec02 #link04, .sec02 #link05, .sec02 #link06, .sec02 #link07 {
    display: block;
    padding-top: 10%;
    margin-top: -10%;
  }
}
/* ------------------------------
sec03
------------------------------ */
.sec03.inner {
  max-width: 1200px;
  padding: 75px 100px 50px 88px;
  background: #FFF;
  box-sizing: border-box;
}
.sec03 .ttl_wrap {
  margin: 0 0 50px 0;
}
.sec03 .ttl_wrap .sec-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  margin: 0 0 30px 0;
  padding-left: 0;
  position: relative;
}
.sec03 .ttl_wrap .sec-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #001f4b;
}
.sec03 .ttl_wrap .sec-ttl span {
  position: relative;
  padding: 0 50px;
  background: #fff;
  z-index: 1;
}
.sec03 .ttl_wrap p.center {
  text-align: center;
}
.sec03 .flex-box {
  margin-bottom: 20px;
}
.sec03 .buton_wrap.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sec03 .buton_wrap a {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  width: calc((100% - 50px) / 4);
  height: 80px;
  position: relative;
  box-shadow: 3px 3px 9px rgba(144, 144, 144, 0.3);
}
.sec03 .buton_wrap a span {
  color: #001f4b;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 47%;
  width: 80%;
}
.sec03 .buton_wrap a::after {
  content: "";
  background: url(../img/common/ico-arrow.svg) no-repeat center center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 92%;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .sec03.inner {
    max-width: inherit;
    padding: 5% 0 0;
    margin-bottom: 15vw;
  }
  .sec03 .inner {
    padding: 5% 0 10% 0;
  }
  .sec03 .ttl_wrap .sec-ttl {
    font-size: 5.33vw;
    letter-spacing: 0.05em;
    margin: 6% 0;
    line-height: 1.5;
    padding-left: 0;
  }
  .sec03 .ttl_wrap .sec-ttl span {
    padding: 0 30px;
  }
  .sec03 .flex-box {
    margin-bottom: 5%;
  }
  .sec03 .buton_wrap a {
    margin-bottom: 3%;
    width: 48.5%;
    position: relative;
    padding: 0;
    height: 8vh;
  }
  .sec03 .buton_wrap a span {
    font-size: 3.467vw;
    left: 50%;
    width: 90%;
  }
  .sec03 .buton_wrap a span small {
    font-size: 2.667vw;
  }
  .sec03 .buton_wrap a::after {
    width: 6%;
    height: inherit;
  }
}
/* ------------------------------
btn_back
------------------------------ */
.btn_wrap .btn_back .btn {
  background: #c9c9c9;
  margin: 50px auto 75px;
}
.btn_wrap .btn_back .btn::after {
  left: 22px;
  top: 50%;
  transform: rotate(180deg);
}
.btn_wrap .bg_red {
  background: #c42629;
}

@media screen and (max-width: 767px) {
  .btn_wrap {
    margin: 10% auto 0 auto;
    max-width: 100%;
  }
  .btn_wrap .btn_back .btn {
    margin: 10% auto;
  }
}