/*

base

*/
body {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  background: #fff;
  color: #2f2f2f;
  line-height: 1.5;
}
p {
  line-height: 2;
}
img {
  vertical-align: bottom;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
#wrapper {
  position: relative;
  max-width: 2000px;
  min-width: 1200px;
  margin: 0 auto;
}
.inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
a {
  transition: .2s;
  text-decoration: none;
}
a:hover {
  opacity: .6;
}
.pcnone {
  display: none;
}
@media (max-width: 640px) {
  body {
    /* font-size: 3.125vw; */
    font-size: 3.75vw;
  }
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 100%;
  }
  .pcnone {
    display: initial;
  }
  .spnone {
    display: none;
  }
}
/*

common

*/
.h2_title01 {
  font-size: 46px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 1.8;
}
.h2_title01 span {
  font-size: 60px;
}
.h2_title01 strong {
  background: #fff;
  color: #ad85ef;
  padding: 0 20px;
  margin-right: 10px;
}
.sec02 .h2_title01 strong {
  background: #b4c4f1;
  color: #fff;
}
.sec03 .h2_title01 strong {
  background: #c4b4f1;
  color: #fff;
}
.sec04 .h2_title01 strong {
  background: #b4c4f1;
  color: #fff;
}
@media (max-width: 640px) {
  .h2_title01 {
    font-size: 6.25vw;
  }
  .h2_title01 span {
    /* font-size: 8.4375vw; */
    font-size: 7vw;
  }
  .h2_title01 strong {
    /* font-size: 9.375vw; */
    font-size: 7vw;
  }
  .sec02 .h2_title01,
  .sec03 .h2_title01,
  .sec04 .h2_title01 {
    font-size: 9.375vw;
    line-height: 1.4;
  }
}
/*

header

*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background: rgba(119,115,125,.9);
  z-index: 3;
}
header::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right,  #957333 0%,#f2daa9 100%);
}
.header_inner {
  width: 100%;
  max-width: 2000px;
  /* min-width: 1200px; */
  /* min-width: 1000px; */
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.header_box01 {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: 20px;
}
.header_ul01 {
  display: flex;
  margin-left: auto;
}
.header_ul01 a {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 15px;
  /* font-size: 12px; */
  font-size: 14px;
  color: #fff;
}
.header_ul02 {
  display: flex;
}
.header_ul02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  width: 130px;
  font-size: 14px;
  color: #fff;
}
.header_ul02 a.web {
  background: #ad85ef;
}
.header_ul02 a.line {
  background: #06c755;
}
@media (max-width: 900px) {
  .header_ul01 {
    display: none;
  }
}
@media (max-width: 640px) {
  .header_inner {
    min-width: 100%;
  }
  .header_box01 {
    gap: 4.6875vw;
  }
  .header_box01>img:first-of-type {
    height: 6.25vw;
  }
  .header_box01>img:last-of-type {
    height: 4.6875vw;
  }
  .header_ul01 {
    display: none;
  }
  .header_ul02 a {
    /* width: 70px; */
    width: 10.9375vw;
    /* height: 70px; */
    height: 10.9375vw;
  }
  .header_ul02 a span {
    display: none;
  }
  .header_ul02 a.web img {
    height: 4.6875vw;
  }
  .header_ul02 a.line img {
    height: 3.90625vw;
  }
}
/*

sec_mv

*/

.sec_mv {
  height: 944px;
  background: url(../img/mv02_pc.png) no-repeat center top;
}
@media (max-width: 640px) {
  .sec_mv {
    height: auto;
  }
}
/*

sec01

*/
.sec01 {
  padding: 0 0 80px;
}
.sec01_ul01 {
  display: flex;
  /* gap: 60px; */
  gap: 30px;
  justify-content: center;
  margin-top: -40px;
}
.sec01_ul01>li {
  border-radius: 10px;
  background: #eff0fd;
  box-shadow: 0px 50px 50px -50px rgba(0,0,0,.3);
}
.sec01_ul01>li>figure {
  margin-top: -60px;
  /* margin-left: 70px; */
  /* margin-right: 70px; */
  margin-left: 30px;
  margin-right: 30px;
}
.sec01_ul01 .txt {
  margin: 20px 0;
}
.sec01_ul01 .txt p {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  line-height: 1.5;
}
.sec01_box01 {
  text-align: center;
  font-size: 28px;
  margin-top: 90px;
  margin-bottom: 0;
}
.sec01_box01 strong {
  font-size: 88px;
  font-family: "Zen Old Mincho", serif;
}
.sec01_box01 figure {
  display: inline-block;
  text-align: center;
}
@media (max-width: 640px) {
  .sec01 {
    padding-bottom: 10.9375vw;
  }
  .sec01_box01 {
    font-size: 4.375vw;
    margin-top: 10.9375vw;
  }
  .sec01_box01 strong {
    font-size: 13.75vw;
  }
  .sec01_box01 figure img {
    width: 46.875vw;
  }
  .sec01_ul01 {
    gap: 4.6875vw;
    padding: 0 4.6875vw;
    margin-top: -9.375vw;
  }
  .sec01_ul01>li>figure {
    margin-top: -7.8125vw;
    margin-left: 2.34375vw;
    margin-right: 2.34375vw;
  }
  .sec01_ul01 .txt {
    margin: 6.25vw 0;
  }
  .sec01_ul01 .txt p {
    font-size: 3.75vw;
    display: block;
    line-height: 1.5;
    text-align: center;
  }
  .sec01_ul01 .txt p img {
    display: inline-block;
    height: 3.4375vw;
    margin-right: 1.5625vw;
    vertical-align: -.1vw;
  }

  .sec01_ul01 {
    flex-direction: column;
  }
  .sec01_ul01>li {
    display: flex;
  }
  .sec01_ul01>li>figure {
    margin-top: 3vw;
    margin-bottom: 3vw;
    margin-left: -2vw;
    width: 35%;
  }
  .sec01_ul01 .txt {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec01_ul01 .txt p {
    display: flex;
    flex-direction: column;
    gap: 1vw;
  }
}
/*

sec02

*/
.sec02 {
  background: url(../img/sec02_bg01.png) no-repeat center top;
  padding: 100px 0 120px;
}
.sec02 .note {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}
.sec02 .note02 {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}
.sec02_ul01 {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.sec02_ul01>li {
  width: 570px;
  padding: 20px;
  background: #f2f5f7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  flex-direction: column;
}
.sec02_ul01 .txt {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
.sec02_ul01 .txt strong {
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  margin-top: 20px;
}
.sec02_ul01 .txt strong span {
  color: #fff;
  background: #afafbb;
  padding: .1em .5em;
  margin-right: .2em;
}
.sec02_ul01 .box01 {
  display: flex;
  align-items: center;
  gap: 60px;
  background: #fff;
  padding: 20px 20px 20px 50px;
}
.sec02_ul01 .box01+.box01 {
  margin-top: 20px;
}
.sec02_ul01 .box01 strong {
  font-size: 22px;
  font-weight: 500;
}
.sec02_ul01>li .title {
  background: #afafbb;
  margin: -20px -20px 20px;
  color: #fff;
  font-size: 30px;
  align-content: center;
  min-height: 90px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 500;
}
.sec02_ul01>li:nth-child(2) {
  background: rgba(133,183,239,.1);
}
.sec02_ul01>li:nth-child(2) .title {
  background: #85b7ef;
}
.sec02_ul01>li:nth-child(2) .txt strong span {
  background: #ad85ef;
}
.sec02_ul01>li:nth-child(2) .box01 p strong {
  color: #ad85ef;
}
@media (max-width: 640px) {
  .sec02 {
    background: url(../img/sec02_bg01_sp.png) no-repeat center top;
    background-size: cover;
    padding: 12.5vw 0 10.9375vw;
  }
  .sec02 .note p {
    font-size: 4.375vw;
  }
  .sec02_ul01 .box01 {
    /* gap: 9.375vw; */
    gap: 7.8125vw;
    padding-left: 7.8125vw;
  }
  .sec02_ul01 .box01 figure {
    flex-shrink: 0;
    width: 7.03125vw;
  }
  .sec02_ul01>li:nth-child(2) .box01 figure {
    width: 8.75vw;
  }
  .sec02_ul01 .box01 p {
    font-size: 3.125vw;
  }
  .sec02_ul01 .box01 p strong {
    font-size: 3.4375vw;
  }
  .sec02_ul01 {
    margin: 0 4.6875vw;
    flex-direction: column;
    align-items: center;
  }
  .sec02_ul01>li {
    width: 100%;
    padding: 3.125vw;
  }
  .sec02_ul01 .box01+.box01 {
    margin-top: 3.125vw;
  }
  .sec02_ul01>li .title {
    font-size: 5.625vw;
    min-height: 14.0625vw;
    margin-left: -3.125vw;
    margin-right: -3.125vw;
  }
  .sec02_ul01 .txt p {
    font-size: 3.75vw;
  }
  .sec02_ul01 .txt strong {
    font-size: 5.625vw;
  }
  .sec02 .note02 {
    font-size: 2.5vw;
    text-align: right;
    margin-right: 4.6875vw;
  }
}
/*

sec03

*/
.sec03 {
  padding: 120px 0 60px;
}
.sec03 .note {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}
.sec03 .note02 {
  font-size: 28px;
  margin-top: 90px;
  margin-bottom: 0;
}
.sec03 .note02 strong {
  font-size: 88px;
  font-family: "Zen Old Mincho", serif;
}
.sec03 .note02 figure {
  display: inline-block;
  text-align: center;
}
.sec03_ul01 {
  display: flex;
  gap: 170px;
  justify-content: center;
}
.sec03_ul01>li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sec03_ul01 .txt {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}
.sec03_ul01 .txt strong {
  font-size: 30px;
  color: #85b7ef;
  font-weight: 700;
}
@media (max-width: 640px) {
  .sec03 {
    padding: 9.375vw 0 9.375vw;
  }
  .sec03 .note p {
    font-size: 4.375vw;
  }
  .sec03_ul01 {
    flex-direction: column;
    gap: 7.8125vw;
  }
  .sec03_ul01 .txt {
    font-size: 4.0625vw;
  }
  .sec03_ul01 .txt strong {
    font-size: 4.6875vw;
  }
  .sec03_ul01 figure img {
    width: 56.25vw;
  }
}
/*

sec04

*/
.sec04 {
  padding: 110px 0 180px;
}
.sec04 .note {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}
.sec04_ul {
  display: flex;
  flex-wrap: wrap;
  /* gap: 110px 40px; */
  gap: 60px 40px;
}
.sec04_ul>li>div {
  position: relative;
  z-index: 2;
}
.sec04_ul>li>div>.txt>p {
  line-height: 2.5;
  font-size: 18px;
}
.sec04_ul .title {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.sec04_ul .title .num {
  background: linear-gradient(to right, rgba(140,190,240,1) 0%,rgba(190,190,240,1) 100%);
  color: transparent;
  background-clip: text;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  font-style: italic;
  margin-bottom: .1em;
}
.sec04_ul .title .txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  /* font-size: 26px; */
  font-size: 24px;
}
.sec04_ul>li {
  width: 580px;
  position: relative;
}
.sec04_ul>li>div {
  background: linear-gradient(to right,  rgba(231,241,252,.9) 0%,rgba(241,241,252,.9) 100%);
  padding: 20px 40px 40px;
  z-index: 2;
}
.sec04_ul>li>figure {
  flex-shrink: 0;
}
.sec04_ul>li:nth-child(1) {
  width: 100%;
}
.sec04_ul>li:nth-child(1)>div {
  width: 600px;
  /* position: absolute;
  right: 0;
  top: 130px; */
  margin-top: -290px;
  margin-left: auto;
}
.sec04_ul>li:nth-child(2) {
  width: 100%;
}
.sec04_ul>li:nth-child(2)>figure {
  display: flex;
  justify-content: flex-end;
}
.sec04_ul>li:nth-child(2)>div {
  width: 600px;
  /* position: absolute;
  right: 0;
  top: 130px; */
  margin-top: -290px;
  margin-right: auto;
}
.sec04_ul>li:nth-child(3) {
  width: 100%;
}
.sec04_ul>li:nth-child(3)>div {
  width: 600px;
  /* position: absolute; */
  /* right: 0; */
  /* top: 130px; */
  margin-top: -290px;
  margin-left: auto;
}
.sec04_ul>li:nth-child(4)>div,
.sec04_ul>li:nth-child(5)>div {
    margin: -60px 30px 0;
}
.sec04_ul>li .txt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  padding: 20px 40px;
  background: #fff;
  border-radius: 10px;
  margin: 10px 0;
}
.sec04_ul>li .txt ul>li {
  width: 48%;
  font-size: 16px;
  line-height: 2;
}
.sec04_ul>li .txt ul>li::before {
  content: "●";
  color: #85b7ef;
  /* font-size: 24px; */
  font-size: 12px;
  margin-right: 5px;
}
@media (max-width: 640px) {
  .sec04 {
    padding: 14.0625vw 0 28.125vw;
  }
  .sec04 .note {
    margin-top: 3.125vw;
    margin-bottom: 7.8125vw;
  }
  .sec04 .note p {
    font-size: 4.375vw;
  }
  .sec04_ul {
    gap: 7.8125vw;
  }
  .sec04_ul>li {
    padding: 0 4.6875vw;
  }
  .sec04_ul>li>figure {
    margin: 0 -4.6875vw;
  }
  .sec04_ul>li>div {
    /* width: calc(100% - 4.6875vw) !important; */
    width: 100% !important;
    padding: 3.125vw 4.6875vw 7.8125vw 4.6875vw ;
    /* margin: -60px 4.6875vw !important; */
    margin-top: -9.375vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sec04_ul .title {
    gap: 3.125vw;
  }
  .sec04_ul .title .num {
    font-size: 10.9375vw;
  }
  .sec04_ul .title .txt {
    font-size: 4.6875vw;
  }
  .sec04_ul>li>div>.txt>p {
    line-height: 2;
    font-size: 3.75vw;
  }
  .sec04_ul>li .txt ul {
    padding: 4.6875vw;
  }
  .sec04_ul>li .txt ul>li {
    font-size: 3.75vw;
    width: 100%;
  }
}
/*

sec05

*/
.sec04 {
  padding-bottom: 120px;
}
.sec05 {
  padding-bottom: 150px;
}
.sec05 .h2_title01 strong {
  background: #b4c4f1;
  color: #fff;
}
.sec05_table {
  font-size: 18px;
  line-height: 2;
  border-collapse: collapse;
  margin-top: 50px;
}
.sec05_table th {
  width: 260px;
  border-bottom: 3px solid #85b7ef;
  padding: 20px;
}
.sec05_table td {
  border-bottom: 1px solid #afafbb;
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .sec04 {
    padding-bottom: 18.75vw;
  }
  .sec05 {
    padding-bottom: 23.4375vw;
  }
  .sec05_table {
    margin-top: 7.8125vw;
    font-size: 3.75vw;
  }
  .sec05_table th {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*

sec_cta01

*/
.sec_cta01 {
  background: url(../img/sec_cta01_bg01.png) no-repeat center top;
  background-size: cover;
  padding: 85px 0;
}
.sec_cta01 .title {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
.sec_cta01 .title strong {
  color: #ad85ef;
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(transparent 75%, #fff262 75%);
}
.sec_cta01_box01 {
  background: #fff;
  padding: 50px;
  box-shadow: 0px 0px 10px 2px rgba(85,217,255,.4);
}
.sec_cta01_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
.sec_cta01_ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 80px;
  width: 320px;
  font-size: 18px;
  color: #fff;
  border-radius: 100px;
  font-weight: 500;
  gap: 30px;
}
.sec_cta01_ul a.web {
  background: #ad85ef;
}
.sec_cta01_ul a.web img {
  height: 38px;
}
.sec_cta01_ul a.line {
  background: #06c755;
}
.sec_cta01_ul a.line img {
  height: 30px;
}
@media (max-width: 640px) {
  .sec_cta01 {
    background: url(../img/sec_cta01_bg01_sp.png) no-repeat center top;
    background-size: cover;
    padding: 7.8125vw 4.6875vw;
  }
  .sec_cta01 .title {
    font-size: 4.0625vw;
    letter-spacing: -.05em;
    line-height: 2;
  }
  .sec_cta01 .title strong {
    /* font-size: 4.6875vw; */
    font-size: 4.375vw;
  }
  .sec_cta01_box01 {
    padding: 7.8125vw 7.8125vw 10.9375vw ;
  }
  .sec_cta01_ul {
    margin-top: 6.25vw;
    gap: 3.125vw;
  }
  .sec_cta01_ul>li {
    width: 100%;
  }
  .sec_cta01_ul a {
    font-size: 4.0625vw;
    height: 15.625vw;
    width: 100%;
  }
  .sec_cta01_ul a.web img {
    height: 5.9375vw;
  }
  .sec_cta01_ul a.line img {
    height: 5.9375vw;
  }
}
/*

sec_cta02

*/
.sec_cta02 {
  background: url(../img/sec_cta02_bg01.png) no-repeat center top;
  padding: 60px 0 80px;
  background-size: cover;
}
/* .sec_cta02 h2 {
  font-size: 46px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 1.8;
}
.sec_cta02 h2 span {
  font-size: 60px;
}
.sec_cta02 h2 strong {
  background: #fff;
  color: #ad85ef;
  padding: 0 20px;
  margin-right: 10px;
} */
.sec_cta02_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  margin-top: 70px;
}
.sec_cta02_ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100px;
  width: 370px;
  font-size: 22px;
  color: #fff;
  border-radius: 100px;
  font-weight: 500;
  gap: 30px;
}
.sec_cta02_ul a.tel {
  pointer-events: none;
}
.sec_cta02_ul a.web {
  background: #ad85ef;
}
.sec_cta02_ul a.line {
  background: #06c755;
}
@media (max-width: 640px) {
  .sec_cta02 {
    background: url(../img/sec_cta02_bg01_sp.png) no-repeat center top;
    padding: 9.375vw 0 15.625vw;
    background-size: cover;
  }
  .sec_cta02_ul {
    gap: 3.125vw;
    padding: 0 12.5vw;
    margin-top: 10.9375vw;
  }
  .sec_cta02_ul>li {
    width: 100%;
  }
  .sec_cta02_ul a {
    height: 15.625vw;
    width: 100%;
    font-size: 4.0625vw;
  }
  .sec_cta02_ul a.tel {
    pointer-events: fill;
  }
  .sec_cta02_ul a.line img,
  .sec_cta02_ul a.web img {
    height: 5.9375vw;
  }
}
/*

footer

*/
footer {
  padding: 70px 0 100px;
}
footer>div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
footer>ul {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
footer>ul a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
footer small {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-top: 70px;
  display: block;
}
@media (max-width: 640px) {
  footer {
    padding: 50px 0 50px;
  }
  footer>ul a {
    font-size: 3.125vw;
  }
  footer small {
    font-size: 2.8125vw;
  }
}