@charset "UTF-8";
/********************************
settings
********************************/
/* h2
ーーーーーーーーーーーーーーー---- */
h2.h2_block {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #03314B;
  line-height: 1;
  margin: 0 auto 80px;
  position: relative;
  z-index: 1;
}
h2.h2_block span {
  font-size: 15rem;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans JP", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Meiryo", sans-serif;
  color: rgba(232, 238, 240, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
h2.h2_block em {
  display: block;
  font-style: normal;
  font-size: 2.8rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  h2.h2_block {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
  h2.h2_block span {
    font-size: 10rem;
  }
  h2.h2_block em {
    font-size: 2.2rem;
  }
}
/********************************
sec_mv
********************************/
section.sec_mv {
  padding: 90px 0 0;
  position: relative;
  overflow-x: hidden;
}
section.sec_mv::after {
  display: block;
  content: "";
  width: 100%;
  height: 335px;
  background: #03314B;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
section.sec_mv .mv_block {
  text-align: center;
  position: relative;
  z-index: 2;
}
section.sec_mv .mv_block .catch {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #03314B;
  text-align: center;
  margin-bottom: 18px;
}
section.sec_mv .mv_block .catch span.logo {
  display: inline-block;
  background: #fff;
  padding: 5px;
  margin-right: 5px;
  line-height: 1;
  vertical-align: text-bottom;
}
section.sec_mv .mv_block .catch span.logo img {
  width: 300px;
}
section.sec_mv .mv_block .catch span {
  color: #1DCC98;
}
section.sec_mv .mv_block .catch em {
  font-size: 3.5rem;
  font-style: normal;
}
section.sec_mv .mv_block .txt {
  color: #03314B;
  margin-bottom: 30px;
}
section.sec_mv .mv_block .txt span {
  font-weight: bold;
}
section.sec_mv .mv_block .btn {
  width: 280px;
  margin: 0 auto 100px;
}
section.sec_mv .mv_block .btn a {
  font-size: 1.6rem;
  padding: 18px;
}
section.sec_mv .mv_block .mv {
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
section.sec_mv .mv_block .mv img {
  border-radius: 10px;
}
section.sec_mv .bg {
  width: 110%;
  position: absolute;
  top: 360px;
  left: 50%;
  transform: translateX(-50%);
  filter: invert(87%) sepia(45%) saturate(62%) hue-rotate(128deg) brightness(111%) contrast(94%);
}

@media only screen and (max-width: 767px) {
  section.sec_mv {
    padding-top: 70px;
  }
  section.sec_mv::after {
    height: 150px;
  }
  section.sec_mv .mv_block .catch {
    font-size: 3rem;
    line-height: 1.4;
  }
  section.sec_mv .mv_block .catch span.logo img {
    width: 240px;
  }
  section.sec_mv .mv_block .catch span {
    font-size: 3.4rem;
  }
  section.sec_mv .mv_block .catch em {
    font-size: 2.4rem;
    margin-left: 2px;
    margin-right: 2px;
  }
  section.sec_mv .mv_block .txt {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  section.sec_mv .mv_block .btn {
    width: 80%;
    margin-bottom: 50px;
  }
  section.sec_mv .bg {
    top: 500px;
  }
}
/********************************
sec_intro
********************************/
section.sec_intro {
  padding: 40px 0 32px;
  background: #03314B;
}
section.sec_intro h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}
section.sec_intro ul {
  display: flex;
  gap: 20px;
  list-style: none;
}
section.sec_intro ul li {
  width: calc((100% - 40px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 30px 5px;
  font-size: 2rem;
  font-weight: 700;
  color: #03314B;
}
section.sec_intro ul li span {
  text-align: center;
}
section.sec_intro ul li em {
  font-style: normal;
  color: #1DCC98;
}

@media only screen and (max-width: 767px) {
  section.sec_intro {
    padding: 30px 0;
  }
  section.sec_intro h2 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  section.sec_intro ul {
    flex-direction: column;
    gap: 15px;
  }
  section.sec_intro ul li {
    width: 100%;
    padding: 15px;
    line-height: 1.2;
    font-size: 1.8rem;
  }
}
/********************************
sec_trust
********************************/
section.sec_trust {
  padding: 170px 0 110px;
  background: rgba(232, 238, 240, 0.5);
  text-align: center;
  position: relative;
}
section.sec_trust::before {
  display: block;
  content: "";
  background: #03314B;
  width: 100%;
  height: 77.9422863406px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: -0.3px;
  left: 50%;
  transform: translateX(-50%);
}
section.sec_trust h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #03314B;
  text-align: center;
  margin-bottom: 30px;
}
section.sec_trust h2 em {
  display: inline-block;
  background: #fff;
  padding: 5px;
  margin-right: 5px;
  line-height: 1;
  vertical-align: text-bottom;
}
section.sec_trust h2 em img {
  width: 252px;
}
section.sec_trust h2 span {
  color: #1DCC98;
}
section.sec_trust .txt {
  margin-bottom: 30px;
  color: #03314B;
}
section.sec_trust .block {
  display: flex;
  gap: 20px;
}
section.sec_trust .block .box {
  width: calc((100% - 40px) / 3);
  border-radius: 12px;
  border: 3px solid #03314B;
  position: relative;
}
section.sec_trust .block .box h3 {
  background: #03314B;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 15px;
}
section.sec_trust .block .box .sub {
  padding: 18px 10px;
}
section.sec_trust .block .box:not(:last-child)::before {
  display: block;
  content: "";
  width: 43px;
  height: 43px;
  background: url(../images/top/ico_arrow.png) no-repeat top center/cover;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  section.sec_trust {
    padding: 110px 0 80px;
  }
  section.sec_trust::before {
    top: -0.2px;
  }
  section.sec_trust h2 {
    font-size: 2.8rem;
  }
  section.sec_trust .block {
    flex-direction: column;
    gap: 25px;
  }
  section.sec_trust .block .box {
    width: 100%;
  }
  section.sec_trust .block .box h3 {
    font-size: 2.4rem;
  }
  section.sec_trust .block .box:not(:last-child)::before {
    top: auto;
    right: auto;
    bottom: -55px;
    left: 45%;
    transform: rotate(90deg) translateX(-50%);
  }
}
/********************************
sec_feat
********************************/
section.sec_feat {
  padding: 140px 0 120px;
  background: url(../images/top/bg_feat.jpg) no-repeat bottom right/contain;
}
section.sec_feat .block {
  display: flex;
  gap: 30px;
}
section.sec_feat .block .box {
  width: calc((100% - 60px) / 3);
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px 70px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
section.sec_feat .block .box .num {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans JP", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Meiryo", sans-serif;
  line-height: 1;
  color: #1DCC98;
  text-align: center;
  margin-bottom: 5px;
}
section.sec_feat .block .box h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #03314B;
  text-align: center;
  margin-bottom: 20px;
}
section.sec_feat .block .box figure {
  margin-bottom: 20px;
}
section.sec_feat .block .box dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #3D4A62;
  padding: 5px;
  border-radius: 6px;
  margin-bottom: 15px;
}
section.sec_feat .block .box dl dd {
  margin-bottom: 20px;
}
section.sec_feat .block .box dl dd ul {
  list-style: none;
}
section.sec_feat .block .box dl dd ul li {
  position: relative;
  padding-left: 20px;
}
section.sec_feat .block .box dl dd ul li::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #3D4A62;
  position: absolute;
  top: 5px;
  left: 0;
}
section.sec_feat .block .box dl.sol dt {
  border: 2px solid #03314B;
  background: #fff;
  color: #03314B;
}
section.sec_feat .block .box dl.sol dd ul li::before {
  border: 1px solid #03314B;
  background: #fff;
}
section.sec_feat .block .box .btn {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
section.sec_feat .block .box .btn a {
  background: #03314B;
  padding: 13px 18px;
}
section.sec_feat .block .box .btn a span {
  position: relative;
  padding-right: 36px;
}
section.sec_feat .block .box .btn a span::before {
  display: block;
  content: "";
  width: 29px;
  height: 20px;
  background: url(../images/top/ico_manga.png) no-repeat top center/cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
section.sec_feat .block .box .btn a:hover {
  background: #1DCC98;
}

.modaal-wrapper .modaal-container {
  overflow: inherit !important;
  border-radius: 14px;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #03314B;
  border-radius: 50%;
}

.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
  width: 2px;
}

.modaal-wrapper .modaal-close:hover {
  background: #1DCC98;
}

.modaal-wrapper .modaal-close:hover::before, .modaal-wrapper .modaal-close:hover::after {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  section.sec_feat {
    padding: 80px 0;
  }
  section.sec_feat .block {
    flex-direction: column;
    gap: 30px;
  }
  section.sec_feat .block .box {
    width: 100%;
  }
  section.sec_feat .block .box figure {
    width: 60%;
    margin: 0 auto 20px;
  }
}
/********************************
sec_slide
********************************/
section.sec_slide .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 24px;
}
section.sec_slide .inner h1 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #03314B;
  margin-bottom: 20px;
}
section.sec_slide .inner .slide_block {
  margin-bottom: 56px;
}
section.sec_slide .inner .slide_block ul {
  width: 80%;
  margin: 0 auto;
}
section.sec_slide .inner .txt_block dl {
  display: flex;
  align-items: center;
  gap: 18px;
}
section.sec_slide .inner .txt_block dl dt {
  width: 90px;
}
section.sec_slide .inner .txt_block dl dd {
  width: calc(100% - 108px);
}
section.sec_slide .inner .txt_block dl dd span {
  color: #1DCC98;
  font-weight: 700;
}

.slick-prev, .slick-next {
  width: 48px;
  height: 48px;
}
.slick-prev::before, .slick-next::before {
  display: none;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
  background: url(../images/top/ico_arrow01.png) no-repeat top center/cover;
  left: -60px;
}

.slick-next, .slick-next:hover, .slick-next:focus {
  background: url(../images/top/ico_arrow02.png) no-repeat top center/cover;
  right: -60px;
}

.slick-dots {
  width: 100% !important;
  bottom: -35px;
}
.slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 1px solid #03314B;
  margin: 0 6px;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background: #03314B;
}

@media only screen and (max-width: 767px) {
  section.sec_slide .inner h1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  section.sec_slide .inner .slide_block {
    margin-bottom: 50px;
  }
  section.sec_slide .inner .txt_block dl {
    flex-direction: column;
    gap: 5px;
  }
  section.sec_slide .inner .txt_block dl dd {
    width: 100%;
  }
  .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev, .slick-prev:hover, .slick-prev:focus {
    left: -45px;
  }
  .slick-next, .slick-next:hover, .slick-next:focus {
    right: -45px;
  }
}
/********************************
sec_work
********************************/
section.sec_work {
  padding: 140px 0;
  background: #E8EEF0;
}
section.sec_work h2.h2_block span {
  color: #fff;
}
section.sec_work .block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.sec_work .block .box {
  padding: 50px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 30px;
}
section.sec_work .block .box:nth-child(2n+1) {
  flex-direction: row-reverse;
}
section.sec_work .block .box figure {
  width: 42%;
}
section.sec_work .block .box .txt_area {
  width: calc(58% - 30px);
}
section.sec_work .block .box .txt_area h3 {
  font-size: 3.4rem;
  line-height: 1.2;
  color: #03314B;
  margin-bottom: 24px;
}
section.sec_work .block .box .txt_area h3 span {
  color: #1DCC98;
}
section.sec_work .block .box .txt_area ul {
  list-style: none;
}
section.sec_work .block .box .txt_area ul li {
  font-size: 1.8rem;
  position: relative;
  padding-left: 18px;
}
section.sec_work .block .box .txt_area ul li::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #8495AB;
  position: absolute;
  top: 8px;
  left: 0;
}
section.sec_work .block .box .txt_area ul li:not(:last-child) {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  section.sec_work {
    padding: 80px 0;
  }
  section.sec_work .block .box {
    padding: 30px 20px;
    flex-direction: column;
    gap: 20px;
  }
  section.sec_work .block .box:nth-child(2n+1) {
    flex-direction: column;
  }
  section.sec_work .block .box figure {
    width: 100%;
    margin-bottom: 20px;
  }
  section.sec_work .block .box .txt_area {
    width: 100%;
  }
  section.sec_work .block .box .txt_area h3 {
    font-size: 2.8rem;
    text-align: center;
  }
  section.sec_work .block .box .txt_area ul li {
    font-size: 1.6rem;
  }
}
/********************************
sec_recomend
********************************/
section.sec_recomend {
  padding: 130px 0;
  background: url(../images/top/bg_reco.jpg) no-repeat bottom center/contain;
}
section.sec_recomend h2.h2_block span {
  font-size: 13rem;
}
section.sec_recomend .block {
  height: 400px;
  padding-top: 50px;
  position: relative;
}
section.sec_recomend .block figure {
  width: 230px;
  margin: 0 auto;
}
section.sec_recomend .block ul {
  list-style: none;
}
section.sec_recomend .block ul li {
  display: inline-block;
  min-width: 340px;
  text-align: center;
  padding: 24px;
  border-radius: 8px;
  background: #E8EEF0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #03314B;
  position: absolute;
}
section.sec_recomend .block ul li::before {
  display: block;
  content: "";
  background: #E8EEF0;
  height: 17.3205080757px;
  width: 30px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
}
section.sec_recomend .block ul li:nth-child(1) {
  top: 20px;
  right: 33px;
}
section.sec_recomend .block ul li:nth-child(1)::before {
  bottom: -15px;
  left: 10px;
  transform: rotate(-55deg);
}
section.sec_recomend .block ul li:nth-child(2) {
  top: 180px;
  right: 13px;
}
section.sec_recomend .block ul li:nth-child(2)::before {
  bottom: 20px;
  left: -20px;
  transform: rotate(20deg);
}
section.sec_recomend .block ul li:nth-child(3) {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
section.sec_recomend .block ul li:nth-child(3)::before {
  top: 0;
  left: 45%;
  transform: rotate(90deg) translateX(-50%);
}
section.sec_recomend .block ul li:nth-child(4) {
  padding: 15px;
  top: 180px;
  left: 14px;
}
section.sec_recomend .block ul li:nth-child(4)::before {
  bottom: 20px;
  right: -20px;
  transform: rotate(-205deg);
}
section.sec_recomend .block ul li:nth-child(5) {
  padding: 15px;
  top: 20px;
  left: 34px;
}
section.sec_recomend .block ul li:nth-child(5)::before {
  bottom: -15px;
  right: 10px;
  transform: rotate(-125deg);
}

@media only screen and (max-width: 899px) {
  section.sec_recomend {
    padding: 80px 0;
  }
  section.sec_recomend h2.h2_block {
    font-size: 2.7rem;
    margin-bottom: 40px;
  }
  section.sec_recomend h2.h2_block span {
    font-size: 10rem;
  }
  section.sec_recomend .block {
    height: auto;
    padding-top: 0;
  }
  section.sec_recomend .block figure {
    width: 60%;
    max-width: 300px;
  }
  section.sec_recomend .block ul li {
    display: block;
    min-width: auto;
    width: 100%;
    padding: 20px 10px;
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
  }
  section.sec_recomend .block ul li::before {
    display: none;
  }
  section.sec_recomend .block ul li + li {
    margin-top: 20px;
  }
}
/********************************
sec_plan
********************************/
section.sec_plan {
  width: calc(100% - 40px);
  margin: -10px auto 0;
  padding: 130px 0 180px;
  border-radius: 20px;
  background: #E8EEF0;
}
section.sec_plan h2.h2_block span {
  color: #fff;
}
section.sec_plan .sub {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #03314B;
  margin-bottom: 53px;
}
section.sec_plan .sub span {
  font-weight: bold;
}
section.sec_plan .block {
  display: flex;
  gap: 14px;
}
section.sec_plan .block .box {
  width: 300px;
  padding: 15px 15px 100px;
  border-radius: 12px;
  background: #fff url(../images/top/bg_plan.png) no-repeat bottom right/266px 260px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
section.sec_plan .block .box.free {
  margin-top: 24px;
  margin-bottom: 24px;
}
section.sec_plan .block .box .hd_area {
  background: #03314B;
  color: #fff;
  border-radius: 12px;
  padding: 20px 15px 15px;
  text-align: center;
  margin-bottom: 20px;
}
section.sec_plan .block .box .hd_area .icon {
  margin-bottom: 5px;
}
section.sec_plan .block .box .hd_area .icon img {
  width: auto;
  height: 32px;
}
section.sec_plan .block .box .hd_area h3 {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
section.sec_plan .block .box .hd_area h3 span {
  display: block;
  font-family: "Poppins", "Noto Sans JP", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Meiryo", sans-serif;
  font-size: 3rem;
}
section.sec_plan .block .box .hd_area .price {
  font-size: 1.8rem;
  line-height: 1;
}
section.sec_plan .block .box .hd_area .price span {
  font-family: "Poppins", "Noto Sans JP", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Meiryo", sans-serif;
  font-size: 4rem;
  margin-right: 5px;
  vertical-align: sub;
}
section.sec_plan .block .box .hd_area .ex {
  font-size: 1rem;
  margin-top: 10px;
}
section.sec_plan .block .box .txt_area dl + dl {
  margin-top: 20px;
}
section.sec_plan .block .box .txt_area dl dt {
  color: #03314B;
  font-weight: 700;
  padding-left: 28px;
  position: relative;
}
section.sec_plan .block .box .txt_area dl dt::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/top/ico_check.png) no-repeat top center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.sec_plan .block .box .txt_area dl dt + dd {
  margin-top: 8px;
}
section.sec_plan .block .box .txt_area dl dd ul {
  list-style: none;
}
section.sec_plan .block .box .txt_area dl dd ul li {
  font-size: 1.2rem;
  line-height: 1.3;
  padding-left: 15px;
  position: relative;
}
section.sec_plan .block .box .txt_area dl dd ul li::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #3D4A62;
  position: absolute;
  top: 3px;
  left: 0;
}
section.sec_plan .block .box .txt_area dl dd ul li:not(:last-child) {
  margin-bottom: 8px;
}
section.sec_plan .block .box .btn {
  width: calc(100% - 30px);
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
section.sec_plan .block .box .btn a {
  font-size: 1.2rem;
}
section.sec_plan .block .wrap {
  border: 4px solid #FC0;
  padding: 20px;
  display: flex;
  gap: 17px;
  position: relative;
}
section.sec_plan .block .wrap .lead_box {
  width: calc(100% + 8px);
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}
section.sec_plan .block .wrap .lead_box .txt {
  padding: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #03314B;
  background: #FC0;
}
section.sec_plan .block .wrap .lead_box .txt span {
  padding: 0 10px;
  margin: 0 5px;
  background: #fff;
}
section.sec_plan .block .wrap .lead_box .s_txt {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  section.sec_plan .block .box {
    width: 30%;
  }
  section.sec_plan .block .box .txt_area dl dt::before {
    top: 13px;
  }
  section.sec_plan .block .box .btn a {
    padding: 13px 10px;
    line-height: 1.2;
  }
  section.sec_plan .wrap {
    width: calc(70% - 14px);
  }
  section.sec_plan .wrap .box {
    width: calc((100% - 17px) / 2);
  }
  section.sec_plan .wrap .box .hd_area .price {
    font-size: 1.4rem;
  }
  section.sec_plan .wrap .box .hd_area .price span {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  section.sec_plan {
    width: calc(100% - 20px);
    padding: 80px 0 130px;
    border-radius: 14px;
  }
  section.sec_plan .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  section.sec_plan .sub {
    margin-bottom: 40px;
  }
  section.sec_plan .block {
    flex-direction: column;
    gap: 20px;
  }
  section.sec_plan .block .box {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  section.sec_plan .block .box.free {
    margin-top: 0;
    min-height: auto;
  }
  section.sec_plan .block .box .hd_area .icon {
    margin-bottom: 0;
  }
  section.sec_plan .block .box .hd_area h3 {
    margin-bottom: 10px;
  }
  section.sec_plan .block .box .hd_area .price {
    font-size: 1.8rem;
    line-height: 1;
  }
  section.sec_plan .block .box .hd_area .ex {
    font-size: 1.1rem;
  }
  section.sec_plan .block .box .txt_area dl dt {
    font-size: 1.8rem;
  }
  section.sec_plan .block .box .txt_area dl dd ul li {
    font-size: 1.5rem;
  }
  section.sec_plan .block .box .txt_area dl dd ul li::before {
    top: 5px;
  }
  section.sec_plan .block .box .btn a {
    font-size: 1.4rem;
  }
  section.sec_plan .block .wrap {
    padding: 8px;
    flex-direction: column;
    gap: 20px;
  }
  section.sec_plan .block .wrap .box {
    width: 100%;
  }
  section.sec_plan .block .wrap .lead_box {
    bottom: -110px;
  }
  section.sec_plan .block .wrap .lead_box .txt {
    padding: 10px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  section.sec_plan .block .wrap .lead_box .s_txt {
    margin-top: 5px;
  }
}
/********************************
sec_faq
********************************/
section.sec_faq {
  padding: 120px 0;
}
section.sec_faq .block dl {
  background: rgba(232, 238, 240, 0.5);
  padding: 30px;
  border-radius: 12px;
  position: relative;
}
section.sec_faq .block dl::before, section.sec_faq .block dl::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #03314B;
  position: absolute;
  top: 42px;
  right: 30px;
  transition: 0.3s;
}
section.sec_faq .block dl::after {
  transform: rotate(90deg);
}
section.sec_faq .block dl.open::after {
  transform: rotate(0);
}
section.sec_faq .block dl dt, section.sec_faq .block dl dd {
  position: relative;
  padding-left: 48px;
}
section.sec_faq .block dl dt::before, section.sec_faq .block dl dd::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", "Noto Sans JP", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  color: #FFF;
  background: #03314B;
  border: 2px solid #03314B;
  position: absolute;
  top: -5px;
  left: 0;
}
section.sec_faq .block dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #03314B;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
}
section.sec_faq .block dl dt::before {
  content: "Q";
}
section.sec_faq .block dl dd {
  display: none;
  margin-top: 20px;
}
section.sec_faq .block dl dd::before {
  content: "A";
  background: #FFF;
  color: #03314B;
  top: 0;
}
section.sec_faq .block dl + dl {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  section.sec_faq {
    padding: 80px 0;
  }
  section.sec_faq .block dl {
    padding: 20px 15px;
  }
  section.sec_faq .block dl dt, section.sec_faq .block dl dd {
    position: relative;
    padding-left: 44px;
  }
  section.sec_faq .block dl dt::before, section.sec_faq .block dl dd::before {
    font-size: 2.2rem;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    top: 0;
  }
  section.sec_faq .block dl dt {
    font-size: 2rem;
  }
}