@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
main,
figure {
  margin: 0;
  padding: 0;
}

table {
  font-size: 100%;
  font-family: inherit;
}

fieldset,
img {
  border: 0;
}

img,
svg {
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

select,
input,
textarea {
  font-size: 100%;
}

header,
footer,
nav,
main,
section,
article,
figure,
aside,
picture {
  display: block;
}

.clearfix:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #1f1f1f;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.slick-slider * {
  outline: none;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
/* slick
============================================================================================================ */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* pc / sp
============================================================================================================ */
@media screen and (min-width: 768px), print {
  .sp,
.sps {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc,
.sps {
    display: none !important;
  }
}
@media screen and (max-width: 370px) {
  .sps {
    display: block !important;
  }
}
/* transition
============================================================================================================ */
@media screen and (min-width: 768px) {
  a[href],
a[href]::before,
a[href]::after {
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, border-radius 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
}
/* spパディング
============================================================================================================ */
@media screen and (max-width: 767px) {
  .sp_pd {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }

  .sp_full {
    margin-left: -6vw !important;
    margin-right: -6vw !important;
  }

  .sp_full_l {
    margin-left: -6vw !important;
  }

  .sp_full_r {
    margin-right: -6vw !important;
  }
}
/* object-fit
============================================================================================================ */
img.of {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* site_logo
============================================================================================================ */
.site_logo {
  position: absolute;
  left: 25px;
  top: 30px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .site_logo {
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  .site_logo {
    left: 15px;
    top: 15px;
    width: 100px;
  }
}
/* fix_btn
============================================================================================================ */
.fix_btn {
  position: fixed;
  z-index: 100;
}

@media screen and (min-width: 768px), print {
  .fix_btn {
    right: 25px;
    top: 25px;
  }
}
@media print {
  .fix_btn {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .fix_btn {
    bottom: 25px;
    right: 5vw;
    left: 5vw;
    transition: opacity 0.3s, transform 0.3s;
  }

  .fix_btn .box_btn {
    display: block;
  }

  .fix_btn .box_btn .a {
    right: 7%;
  }

  .btn-hide .fix_btn {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
  }
}
/* footer
============================================================================================================ */
#footer {
  position: relative;
  padding-top: 170px;
  background-color: #4476b4;
  color: #fff;
}

#footer > * {
  position: relative;
  z-index: 3;
}

#footer .bg {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 600px;
  background-color: #fff;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  #footer .img img {
    display: block;
    width: 1120px;
    height: auto;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #footer .bg {
    height: 280px;
  }
}
/* contents
------------------------------------------------------------- */
#footer .contents {
  padding-bottom: 80px;
  font-size: 1.3rem;
}

#footer .freee {
  position: relative;
}

#footer .freee a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#footer .freee dt {
  margin-bottom: 10px;
  font-weight: bold;
}

#footer .freee dd {
  font-size: 1.1rem;
}

#footer .nav ul a {
  color: #fff;
  text-decoration: none;
}

#footer .nav ul a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  #footer .contents {
    width: 1000px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
  }

  #footer .freee {
    padding: 95px 0 0 165px;
  }

  #footer .freee .logo {
    position: absolute;
    top: 0;
    left: 0;
  }

  #footer .freee dl {
    position: relative;
    z-index: 2;
  }

  #footer .nav {
    width: 580px;
  }

  #footer .nav ul {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  #footer .nav ul li {
    margin: 0 20px;
  }

  #footer .nav ul a:hover {
    text-decoration: underline;
  }

  #footer .nav .box_btn {
    height: 110px;
    border-radius: 55px;
  }
}
@media screen and (max-width: 767px) {
  #footer .contents {
    margin-top: 50px;
    padding-bottom: 30px;
    font-size: 1.3rem;
  }

  #footer .freee a {
    width: 210px;
    margin: 0 auto;
    text-align: center;
  }

  #footer .freee .logo {
    margin-bottom: 20px;
  }

  #footer .nav p {
    margin-top: 40px;
    padding: 0 7.5vw;
  }

  #footer .nav ul {
    margin-top: 30px;
  }

  #footer .nav ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}
/* small
------------------------------------------------------------- */
#footer small {
  display: block;
  padding: 15px;
  background-color: #fff;
  font-size: 1.1rem;
  text-align: center;
  color: #555555;
}

@media screen and (max-width: 767px) {
  #footer small {
    font-size: 1rem;
    padding: 40px 0;
    /*padding-bottom: 100px;*/
  }
}
/* container
============================================================================================================ */
#container {
  position: relative;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.8;
}

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

	パーツ

=================================================================================================================== */
/* box_btn
============================================================================================================ */
a.box_btn {
  position: relative;
  display: table;
  margin: auto;
  padding: 15px 40px 15px 25px;
  background-color: #28bfbf;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

a.box_btn .a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 20px;
  overflow: hidden;
}

a.box_btn .a::before,
a.box_btn .a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: 100% 0;
  transform: rotate(45deg);
  opacity: 0.6;
}

a.box_btn .a::after {
  right: 10px;
  opacity: 0;
}

a.box_btn .s {
  margin-left: 0.2em;
  font-size: 80%;
}

a.box_btn.m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 580px;
  height: 110px;
  margin: auto;
  border-radius: 55px;
  font-size: 2rem;
}

a.box_btn.l {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 146px;
  border-radius: 73px;
  font-size: 2rem;
}

a.box_btn .ar {
  position: absolute;
  top: 50%;
  right: 70px;
  width: 25px;
  border-top: 2px solid #fff;
  margin-top: -1px;
}

a.box_btn .ar::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -3px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: 100% 0;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px), print {
  a[href].box_btn:hover {
    background-color: #42dbdb !important;
    border-radius: 0 !important;
    box-shadow: 5px 5px 10px rgba(17, 95, 95, 0.2);
  }

  a.box_btn .a::before,
a.box_btn .a::after,
a.box_btn .ar {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  a.box_btn .a::before {
    transition-delay: 0.1s;
  }

  a[href].box_btn:hover .a::before,
a[href].box_btn:hover .a::after {
    transform: translateX(5px) rotate(45deg);
  }

  a[href].box_btn:hover .a::before {
    opacity: 0;
  }

  a[href].box_btn:hover .a::after {
    transition-delay: 0.1s;
    opacity: 0.8;
  }

  a[href].box_btn:hover .ar {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 767px) {
  a.box_btn.l {
    height: 82px;
    font-size: 1.6rem;
  }

  a.box_btn .ar {
    right: 20px;
  }

  a.box_btn.m {
    width: 100%;
    height: 82px;
    font-size: 1.6rem;
  }
}
/* color
============================================================================================================ */
.c_theme {
  color: #2864f0;
}

/* point_title
============================================================================================================ */
.point_title {
  position: relative;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 0.8em;
}

.point_title::before,
.point_title::after {
  content: "";
  position: absolute;
}

.point_title::before {
  top: -5px;
  left: -15px;
  width: 4px;
  height: 4px;
  background-color: #4476b4;
}

.point_title::after {
  top: -10px;
  left: -20px;
  width: 6px;
  height: 6px;
  background-color: #c1d5ef;
}

@media screen and (max-width: 767px) {
  .point_title {
    font-size: 2.3rem;
  }
}


/* ul / ol
============================================================================================================ */
.dot_li > li {
  position: relative;
  padding-left: 1em;
}

.dot_li > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.circle_li > li {
  position: relative;
  padding-left: 1.1em;
}

.circle_li > li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #005f8b;
  transform-origin: 0;
  transform: scale(0.8);
}

.parentheses_li > li {
  position: relative;
  padding-left: 2.8em;
}

.parentheses_li > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.parentheses_li_h > li {
  position: relative;
  padding-left: 1.6em;
}

.parentheses_li_h > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.parentheses_li_hh > li {
  position: relative;
  padding-left: 2.2em;
}

.parentheses_li_hh > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.point_li > li {
  position: relative;
  padding-left: 1.2em;
}

.point_li > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.square_li > li {
  position: relative;
  padding-left: 0.8em;
}

.square_li > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 5px;
  height: 5px;
  background-color: #14143c;
}

@media screen and (max-width: 767px) {
  .square_li > li::before {
    top: 0.6em;
  }
}
.num_li {
  margin-left: 1.8em;
  list-style: decimal;
}

.alphabet_li {
  margin-left: 1.8em;
  list-style: lower-latin;
}

.mt_li > li + li {
  margin-top: 0.8em;
}

@media screen and (max-width: 767px) {
  .sp_mt_li > li + li {
    margin-top: 0.8em;
  }
}
.inline_li > li {
  display: inline-block;
  margin-right: 0.3em;
}

/* mov_show
============================================================================================================ */
@media screen {
  .mov_show.fade {
    display: block;
    opacity: 0;
  }

  .mov_show.fade.showed {
    transition: opacity 1.5s;
    opacity: 1;
  }

  .mov_show.fade_up {
    transform: translateY(60px);
  }

  .mov_show.fade_up.showed {
    transition: all ease 0.4s;
    transform: translateY(0);
  }

  .mov_show.fade_up2 {
    transform: translateY(20px);
  }

  .mov_show.fade_up2.showed {
    transition: all 0.8s;
    transform: translateY(0);
  }

  .mov_show.fade_left {
    transform: translateX(30px);
  }

  .mov_show.fade_left.showed {
    transition: all 0.6s;
    transform: translateX(0);
  }

  .mov_show.fade_right {
    transform: translateX(-30px);
  }

  .mov_show.fade_right.showed {
    transition: all 0.6s;
    transform: translateX(0);
  }

  .mov_show.fade_delay01.showed {
    transition-delay: 0.1s;
  }

  .mov_show.fade_delay02.showed {
    transition-delay: 0.2s;
  }

  .mov_show.fade_delay03.showed {
    transition-delay: 0.3s;
  }

  .mov_show.fade_delay04.showed {
    transition-delay: 0.4s;
  }

  .mov_show.fade_delay05.showed {
    transition-delay: 0.5s;
  }

}
.arrow {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px;
}

@media screen and (max-width: 767px) {
  .arrow {
    padding: 10px 10px 20px;
  }
}
.arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #2864f0;
  border-right: solid 2px #2864f0;
  position: absolute;
  left: -10px;
  top: 20px;
}

.arrow.arrow-right::before {
  transform: rotate(45deg);
}

a.bu {
  color: #2864f0;
  font-size: 1.5rem;
}

a.bu:hover {
  opacity: 0.7;
}

a.bu:visited {
  color: #2864f0;
}

@media screen and (min-width: 768px) {
  .pc-mp4-back {
    position: relative;
    display: inline-block;
  }

  video {
    width: 625px;
  }

  .pc-mp4-back video {
    position: absolute;
    right: 21%;
    top: 11%;
  }

  .pc-mp4-back p {
    position: absolute;
    color: #1f1f1f;
  }

  .pc-mp4-back p:nth-of-type(1) {
    top: 80px;
    left: 205px;
    font-size: 20px;
    line-height: 1.2;
  }

  .pc-mp4-back p:nth-of-type(1) strong {
    font-size: 26px;
  }

  .pc-mp4-back p:nth-of-type(2) {
    top: 240px;
    left: 30px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
  }

  .pc-mp4-back p:nth-of-type(2) small {
    font-size: 28px;
  }

  .pc-mp4-back p span {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  video {
    width: 90%;
    margin-top: 35px;
  }
}
section.books {
  margin: 0 auto 80px;
  width: 1200px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  section.books {
    margin: 0 20px 60px;
    width: 90%;
    font-size: 1.6rem;
  }
}
.btn-form {
  text-align: center;
}

.w-h {
  width: 60% !important;
  height: 100px !important;
}

@media screen and (max-width: 767px) {
  .w-h {
    width: 100% !important;
    height: 60px !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  #footer .contents .notes {
    padding: 0px 20px 30px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

.main *,
.fv__bottom *,
.sec2 *,
.sec3 *,
.sec4 *,
.sec5 *,
.sec6 *,
.sec7 *,
.sec8 * {
  letter-spacing: 0;
}
.main img,
.fv__bottom img,
.sec2 img,
.sec3 img,
.sec4 img,
.sec5 img,
.sec6 img,
.sec7 img,
.sec8 img {
  width: 100%;
}

img {
  height: auto;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  br.is-pc,
img.is-pc {
    display: none;
  }
}
br.is-sp,
img.is-sp {
  display: none;
}
@media (max-width: 767px) {
  br.is-sp,
img.is-sp {
    display: block;
  }
}

.c-blue {
  color: #2864f0;
}

.c-black {
  color: #1e1e1e;
}

.sec8__container, .sec7__container, .sec6__container, .sec5__container, .sec4__container, .sec3__container, .sec2__container {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec8__container, .sec7__container, .sec6__container, .sec5__container, .sec4__container, .sec3__container, .sec2__container {
    padding: 0 1.4563106796vw;
  }
}
@media (max-width: 767px) {
  .sec8__container, .sec7__container, .sec6__container, .sec5__container, .sec4__container, .sec3__container, .sec2__container {
    max-width: 375px;
  }
}
@media (max-width: 374px) {
  .sec8__container, .sec7__container, .sec6__container, .sec5__container, .sec4__container, .sec3__container, .sec2__container {
    padding: 0 4vw;
  }
}

.sec8__main, .sec6__main, .sec5__main, .sec4__main, .sec3__main, .sec2__main {
  font-size: 30px;
  font-weight: bold;
  color: #2864f0;
  text-align: center;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  line-height: 31px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec8__main, .sec6__main, .sec5__main, .sec4__main, .sec3__main, .sec2__main {
    font-size: 2.9126213592vw;
    line-height: 3.0097087379vw;
  }
}
@media (max-width: 767px) {
  .sec8__main, .sec6__main, .sec5__main, .sec4__main, .sec3__main, .sec2__main {
    font-size: 23px;
    line-height: 33px;
  }
}
.sec8__main span:not(.c-black), .sec6__main span:not(.c-black), .sec5__main span:not(.c-black), .sec4__main span:not(.c-black), .sec3__main span:not(.c-black), .sec2__main span:not(.c-black) {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #1e1e1e;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec8__main span:not(.c-black), .sec6__main span:not(.c-black), .sec5__main span:not(.c-black), .sec4__main span:not(.c-black), .sec3__main span:not(.c-black), .sec2__main span:not(.c-black) {
    font-size: 1.9417475728vw;
  }
}
@media (max-width: 767px) {
  .sec8__main span:not(.c-black), .sec6__main span:not(.c-black), .sec5__main span:not(.c-black), .sec4__main span:not(.c-black), .sec3__main span:not(.c-black), .sec2__main span:not(.c-black) {
    font-size: 17px;
  }
}

.cta {
  display: block;
  font-size: 20px;
  padding-left: 105px;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: bold;
  max-width: 370px;
  width: 100%;
  height: 75px;
  line-height: 75px;
  border-radius: 38px;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
  background-color: #00b9b9;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.26);
}
@media (min-width: 768px) and (max-width: 1029px) {
  .cta {
    max-width: 35.9223300971vw;
    font-size: 1.9417475728vw;
    padding-left: 10.1941747573vw;
    height: 7.2815533981vw;
    line-height: 7.2815533981vw;
    border-radius: 3.6893203883vw;
    box-shadow: 0.3883495146vw 0.3883495146vw 0.9708737864vw rgba(0, 0, 0, 0.26);
  }
}
@media (min-width: 768px) {
  .cta {
    transition: all 0.3s;
  }
  .cta:hover {
    background-color: #42dbdb;
  }
}
@media (max-width: 767px) {
  .cta {
    font-size: 17px;
    padding-left: 96px;
  }
}
@media (max-width: 374px) {
  .cta {
    font-size: 4.5333333333vw;
    padding-left: 25.6vw;
  }
}
.cta::after {
  content: "";
  background-image: url(../img/cta-arrow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1029px) {
  .cta::after {
    width: 1.8446601942vw;
    height: 1.8446601942vw;
  }
}
@media (max-width: 767px) {
  .cta::after {
    right: 40px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 374px) {
  .cta::after {
    right: 10.6666666667vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}

.sec2 {
  padding-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2 {
    padding-bottom: 11.6504854369vw;
  }
}
@media (max-width: 767px) {
  .sec2 {
    padding-bottom: 115px;
  }
}
.sec2__container {
  max-width: 980px;
}
@media (max-width: 767px) {
  .sec2__container {
    max-width: 375px;
  }
}
.sec2__wrapper {
  display: flex;
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__wrapper {
    margin-bottom: 9.7087378641vw;
  }
}
@media (max-width: 767px) {
  .sec2__wrapper {
    display: block;
    margin-bottom: 50px;
  }
}
.sec2__links {
  display: flex;
}
@media (max-width: 767px) {
  .sec2__links {
    justify-content: space-between;
  }
}
.sec2__links:not(:last-of-type) {
  margin-right: 33.75px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__links:not(:last-of-type) {
    margin-right: 3.2766990291vw;
  }
}
@media (max-width: 767px) {
  .sec2__links:not(:last-of-type) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sec2__links:last-of-type {
    width: 258px;
    margin: 20px auto 0;
  }
}
@media (max-width: 374px) {
  .sec2__links:last-of-type {
    width: 68.8vw;
    margin: 5.3333333333vw auto 0;
  }
}
.sec2__link {
  width: 163px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__link {
    width: 15.8252427184vw;
  }
}
@media (max-width: 767px) {
  .sec2__link {
    width: 118px;
  }
}
@media (max-width: 374px) {
  .sec2__link {
    width: 31.4666666667vw;
  }
}
.sec2__link:not(:last-of-type) {
  margin-right: 33.75px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__link:not(:last-of-type) {
    margin-right: 3.2766990291vw;
  }
}
@media (max-width: 767px) {
  .sec2__link:not(:last-of-type) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .sec2__link {
    transition: all 0.3s;
  }
  .sec2__link:hover a {
    color: #fff;
  }
  .sec2__link:hover::before {
    background-image: url(../img/sec2_2.png);
  }
}
.sec2__link::before {
  content: "";
  background-image: url(../img/sec2_1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 164px;
  height: 162px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__link::before {
    width: 15.9223300971vw;
    height: 15.7281553398vw;
  }
}
@media (max-width: 767px) {
  .sec2__link::before {
    width: 118px;
    height: 116px;
  }
}
@media (max-width: 374px) {
  .sec2__link::before {
    width: 31.4666666667vw;
    height: 30.9333333333vw;
  }
}
.sec2__link a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  color: #2864f0;
  text-decoration: none;
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__link a {
    font-size: 1.5533980583vw;
    height: 13.786407767vw;
  }
}
@media (max-width: 767px) {
  .sec2__link a {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.25;
    height: 98px;
  }
}
@media (max-width: 374px) {
  .sec2__link a {
    font-size: 3.7333333333vw;
    height: 26.1333333333vw;
  }
}
.sec2__main {
  margin-bottom: 50px;
  background-color: #ebf3ff;
  padding: 81px 0;
  line-height: 40px;
}
.sec2__main p {
  color: #1e1e1e;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__main {
    margin-bottom: 8.0582524272vw;
  }
}
@media (max-width: 767px) {
  .sec2__main {
    margin-bottom: 38px;
    padding: 40px 0 30px;
    line-height: 30px;
  }
  .sec2__main p {
    font-size: 1.5rem;
    line-height: 26px;
  }
}
.sec2__lists {
  width: 440px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__lists {
    width: 42.7184466019vw;
  }
}
@media (max-width: 767px) {
  .sec2__lists {
    width: 100%;
    padding-top: 13px;
  }
}
.sec2__lists::before {
  content: "";
  background-image: url(../img/sec2_3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 783px;
  height: 382px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__lists::before {
    width: 76.0194174757vw;
    height: 37.0873786408vw;
    top: -0.9708737864vw;
  }
}
@media (max-width: 767px) {
  .sec2__lists::before {
    background-image: url(../img/sec2_3_sp.png);
    width: 345px;
    height: 395px;
    top: -4px;
    left: 2px;
    transform: none;
  }
}
@media (max-width: 374px) {
  .sec2__lists::before {
    top: -6px;
    width: 94.2666666667vw;
  }
}
.sec2__list {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__list {
    font-size: 1.5533980583vw;
  }
}
@media (max-width: 767px) {
  .sec2__list {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .sec2__list {
    font-size: 3.7333333333vw;
  }
}
.sec2__list:not(:last-of-type) {
  margin-bottom: 34px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__list:not(:last-of-type) {
    margin-bottom: 3.3009708738vw;
  }
}
@media (max-width: 767px) {
  .sec2__list:not(:last-of-type) {
    margin-bottom: 27.4px;
  }
}
@media (max-width: 374px) {
  .sec2__list:not(:last-of-type) {
    margin-bottom: 7.6vw;
  }
}
.sec2__list span {
  color: #2864f0;
}
.sec2__list:nth-of-type(1) {
  margin-left: 23px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__list:nth-of-type(1) {
    margin-left: 5.3398058252vw;
  }
}
@media (max-width: 767px) {
  .sec2__list:nth-of-type(1) {
    margin-left: 34px;
  }
}
/*@media (max-width: 374px) {
  .sec2__list:nth-of-type(1) {
    margin-left: 9.0666666667vw;
  }
}*/
.sec2__list:nth-of-type(2) {
  margin-right: 35px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__list:nth-of-type(2) {
    margin-right: 1.5533980583vw;
  }
}
@media (max-width: 767px) {
  .sec2__list:nth-of-type(2) {
    margin-right: 48px;
  }
}
/*@media (max-width: 374px) {
  .sec2__list:nth-of-type(2) {
    margin-right: 7.7333333333vw;
  }
}*/
.sec2__list:nth-of-type(3) {
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__list:nth-of-type(3) {
    margin-left: 1.7475728155vw;
  }
}
@media (max-width: 767px) {
  .sec2__list:nth-of-type(3) {
    margin-left: 86px;
  }
}
/*@media (max-width: 374px) {
  .sec2__list:nth-of-type(3) {
    margin-left: 7.4666666667vw;
  }
}*/
.sec2__list:nth-of-type(4) {
  margin-right: 35px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__list:nth-of-type(4) {
    margin-right: 2.8155339806vw;
  }
}
@media (max-width: 767px) {
  .sec2__list:nth-of-type(4) {
    margin-right: 68px;
  }
}
.sec2__list:nth-of-type(5) {
  margin-left: 22px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__list:nth-of-type(5) {
    margin-left: 2.427184466vw;
  }
}
@media (max-width: 767px) {
  .sec2__list:nth-of-type(5) {
    margin-left: 100px;
  }
}
/*@media (max-width: 374px) {
  .sec2__list:nth-of-type(5) {
    margin-left: 8vw;
  }
}*/
.sec2__list:nth-of-type(6) {
  margin-right: 38px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec2__list:nth-of-type(6) {
    margin-right: 3.6893203883vw;
  }
}
@media (max-width: 767px) {
  .sec2__list:nth-of-type(6) {
    margin-right: 53px;
  }
}
/*@media (max-width: 374px) {
  .sec2__list:nth-of-type(6) {
    margin-right: 14.1333333333vw;
  }
}*/

.sec3 {
  background-color: #ebf3ff;
  position: relative;
  padding-top: 128px;
  padding-bottom: 75px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3 {
    padding-top: 12.427184466vw;
    padding-bottom: 9.7087378641vw;
  }
}
@media (max-width: 767px) {
  .sec3 {
    padding-top: 55px;
    padding-bottom: 10px;
  }
}
.sec3::before {
  content: "";
  border-style: solid;
  border-width: 84px 174px 0 174px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3::before {
    border-width: 8.1553398058vw 16.8932038835vw 0 16.8932038835vw;
  }
}
@media (max-width: 767px) {
  .sec3::before {
    border-width: 42px 112px 0 112px;
  }
}
.sec3__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
} 
@media (max-width: 767px) {
  .sec3__wrapper {
    display: block;
    margin-bottom: 45px;
  } 
}
.sec3__left {
  text-align: center;
  margin-left: 70px;
  margin-right: 80px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .sec3__left {
    margin: auto;
  }
  .sec3__right {
    display: block;
    width: 285px;
    margin: 10px auto 0;
  }
}
.sec3__catch {
  color: #2864f0;
  font-size: 30px;
  line-height: 37px;
}
.sec3__catch span {
  color: #1e1e1e;
  font-size: 20px;
}
@media (max-width: 767px) {
  .sec3__catch {
    font-size: 2.2rem;
    line-height: 28px;
    font-feature-settings: "palt";
    letter-spacing: 0.2em;
  }
  .sec3__catch span {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.sec3__text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 57px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__text {
    font-size: 1.9417475728vw;
    margin-bottom: 5.5339805825vw;
  }
}
@media (max-width: 767px) {
  .sec3__text {
    font-size: 17px;
    line-height: 1.7352941176;
    margin-bottom: 35px;
  }
}
@media (max-width: 374px) {
  .sec3__text {
    font-size: 4.5333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.sec3__main {
  line-height: 37px;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__main {
    margin-bottom: 5.8252427184vw;
  }
}
@media (max-width: 767px) {
  .sec3__main {
    line-height: 27px;
    margin-bottom: 20px;
  }
}
.sec3__main span {
  display: inline-block;
  width: 203px;
  background-image: url(../img/sec3_shape.png);
  background-repeat: no-repeat;
  background-size: 203px 18px;
  background-position: center center;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__main span {
    width: 19.7087378641vw;
    background-size: 19.7087378641vw 1.7475728155vw;
  }
}
@media (max-width: 767px) {
  .sec3__main span {
    width: 168px;
    background-size: 168px 15px;
  }
}
.sec3__lists {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sec3__lists {
    display: block;
  }
}
.sec3__lists:nth-of-type(1) {
  margin-bottom: 28px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__lists:nth-of-type(1) {
    margin-bottom: 2.7184466019vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.sec3__lists:nth-of-type(1) .sec3__img {
  height: 165px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__lists:nth-of-type(1) .sec3__img {
    height: 16.0194174757vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(1) .sec3__img {
    height: auto;
  }
}
.sec3__lists:nth-of-type(1) .sec3__description {
  height: 90px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__lists:nth-of-type(1) .sec3__description {
    height: 8.7378640777vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(1) .sec3__description {
    height: 110px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(1) .sec3__description {
    height: 29.3333333333vw;
  }
}
.sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(1) .sec3__top::before {
  background-image: url(../img/no_1.png);
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(1) .sec3__img {
    right: 20px;
    bottom: 4px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(1) .sec3__img {
    right: 5.3333333333vw;
    bottom: 1.0666666667vw;
  }
}
.sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(1) .sec3__img img {
  width: 226px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(1) .sec3__img img {
    width: 21.9417475728vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(1) .sec3__img img {
    width: 158px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(1) .sec3__img img {
    width: 42.1333333333vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(1) .sec3__description {
    width: 140px;
    padding-top: 9px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(1) .sec3__description {
    width: 37.3333333333vw;
    padding-top: 2.4vw;
  }
}
.sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(2) .sec3__top::before {
  background-image: url(../img/no_2.png);
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(2) .sec3__img {
    right: 2px;
    bottom: 23px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(2) .sec3__img {
    right: 0.5333333333vw;
    bottom: 6.1333333333vw;
  }
}
.sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(2) .sec3__img img {
  width: 270px;
  left: 10px;
  top: -28px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(2) .sec3__img img {
    width: 26.213592233vw;
    left: 0.9708737864vw;
    top: -2.7184466019vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(2) .sec3__img img {
    width: 177px;
    left: 0;
    top: 0;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(2) .sec3__img img {
    width: 47.2vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(2) .sec3__description {
    width: 136px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(2) .sec3__description {
    width: 36.2666666667vw;
  }
}
.sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(3) .sec3__top h3 {
  font-feature-settings: "palt";
}
.sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(3) .sec3__top::before {
  background-image: url(../img/no_3.png);
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(3) .sec3__img {
    right: 43px;
    bottom: 22px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(3) .sec3__img {
    right: 11.4666666667vw;
    bottom: 5.8666666667vw;
  }
}
.sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(3) .sec3__img img {
  width: 136px;
  top: 13px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(3) .sec3__img img {
    width: 13.2038834951vw;
    top: 1.2621359223vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(3) .sec3__img img {
    width: 91px;
    top: 0;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(3) .sec3__img img {
    width: 24.2666666667vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(3) .sec3__description {
    width: 150px;
    padding-top: 11px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(1) .sec3__list:nth-of-type(3) .sec3__description {
    width: 40vw;
    padding-top: 2.9333333333vw;
  }
}
.sec3__lists:nth-of-type(2) .sec3__img {
  height: 155px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__lists:nth-of-type(2) .sec3__img {
    height: 15.0485436893vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(2) .sec3__img {
    height: auto;
  }
}
.sec3__lists:nth-of-type(2) .sec3__description {
  height: 100px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__lists:nth-of-type(2) .sec3__description {
    height: 9.7087378641vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(2) .sec3__description {
    height: 110px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(2) .sec3__description {
    height: 29.3333333333vw;
  }
}
.sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(1) .sec3__top::before {
  background-image: url(../img/no_4.png);
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(1) .sec3__img {
    right: 30px;
    bottom: 22px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(1) .sec3__img {
    right: 8vw;
    bottom: 5.8666666667vw;
  }
}
.sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(1) .sec3__img img {
  width: 171px;
  top: 18px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(1) .sec3__img img {
    width: 16.6019417476vw;
    top: 1.7475728155vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(1) .sec3__img img {
    top: 0;
    width: 120px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(1) .sec3__img img {
    width: 32vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(1) .sec3__description {
    width: 150px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(1) .sec3__description {
    width: 40vw;
  }
}
.sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(2) .sec3__top::before {
  background-image: url(../img/no_5.png);
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(2) .sec3__img {
    right: 14px;
    bottom: 37px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(2) .sec3__img {
    right: 3.7333333333vw;
    bottom: 9.8666666667vw;
  }
}
.sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(2) .sec3__img img {
  width: 237px;
  top: 23px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(2) .sec3__img img {
    width: 23.0097087379vw;
    top: 2.2330097087vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(2) .sec3__img img {
    top: 0;
    width: 147px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(2) .sec3__img img {
    width: 39.2vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(2) .sec3__description {
    width: 150px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(2) .sec3__description {
    width: 40vw;
  }
}
.sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(3) .sec3__top::before {
  background-image: url(../img/no_6.png);
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(3) .sec3__img {
    right: 20px;
    bottom: 22px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(3) .sec3__img {
    right: 5.3333333333vw;
    bottom: 5.8666666667vw;
  }
}
.sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(3) .sec3__img img {
  width: 183px;
  top: 21px;
  left: 9px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(3) .sec3__img img {
    width: 17.7669902913vw;
    top: 2.0388349515vw;
    left: 0.8737864078vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(3) .sec3__img img {
    top: 0;
    left: 0;
    width: 128px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(3) .sec3__img img {
    width: 34.1333333333vw;
  }
}
@media (max-width: 767px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(3) .sec3__description {
    width: 150px;
  }
}
@media (max-width: 374px) {
  .sec3__lists:nth-of-type(2) .sec3__list:nth-of-type(3) .sec3__description {
    width: 40vw;
  }
}
.sec3__lists:last-of-type {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .sec3__lists:last-of-type {
    margin-bottom: 15px;
  }
}
.sec3__list {
  width: calc((100% - 52px) / 3);
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .sec3__list {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
  }
}
@media (max-width: 374px) {
  .sec3__list {
    margin-bottom: 2.6666666667vw;
  }
}
.sec3__top {
  display: flex;
  align-items: center;
  height: 139px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__top {
    height: 13.4951456311vw;
  }
}
@media (max-width: 767px) {
  .sec3__top {
    height: 84px;
  }
}
@media (max-width: 374px) {
  .sec3__top {
    height: 22.4vw;
  }
}
.sec3__top::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 47px;
  height: 47px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__top::before {
    width: 4.5631067961vw;
    height: 4.5631067961vw;
    left: 1.7475728155vw;
  }
}
@media (max-width: 767px) {
  .sec3__top::before {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 374px) {
  .sec3__top::before {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.sec3__top h3 {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  padding-left: 80px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__top h3 {
    font-size: 1.9417475728vw;
    padding-left: 7.7669902913vw;
  }
}
@media (max-width: 767px) {
  .sec3__top h3 {
    font-size: 17px;
    line-height: 1.3823529412;
    padding-left: 70px;
  }
}
@media (max-width: 374px) {
  .sec3__top h3 {
    font-size: 4.5333333333vw;
    padding-left: 18.6666666667vw;
  }
}
.sec3__img {
  text-align: center;
}
@media (max-width: 767px) {
  .sec3__img {
    position: absolute;
    text-align: left;
  }
}
.sec3__img img {
  position: relative;
}
@media (max-width: 767px) {
  .sec3__description {
    width: 294px;
    margin-left: 20px;
  }
}
@media (max-width: 374px) {
  .sec3__description {
    width: 78.4vw;
    margin-left: 5.3333333333vw;
  }
}
.sec3__description p {
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__description p {
    padding: 0 1.9417475728vw;
    font-size: 1.5533980583vw;
  }
}
@media (max-width: 767px) {
  .sec3__description p {
    font-size: 14px;
    line-height: 1.3928571429;
    padding: 0;
  }
}
@media (max-width: 374px) {
  .sec3__description p {
    font-size: 3.7333333333vw;
  }
}
.sec3__cta {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec3__cta {
    margin-top: 7.7669902913vw;
  }
}
@media (max-width: 767px) {
  .sec3__cta {
    margin-top: 40px;
  }
}
@media (max-width: 374px) {
  .sec3__cta {
    margin-top: 10.6666666667vw;
  }
}

.sec4 {
  padding-top: 92px;
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4 {
    padding-top: 8.932038835vw;
    padding-bottom: 9.7087378641vw;
  }
}
@media (max-width: 767px) {
  .sec4 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.sec4__container {
  max-width: 910px;
}
.sec4__main {
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__main {
    margin-bottom: 7.7669902913vw;
  }
}
@media (max-width: 767px) {
  .sec4__main {
    margin-bottom: 28px;
  }
}
.sec4__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__wrapper {
    margin-bottom: 6.7961165049vw;
  }
}
@media (max-width: 767px) {
  .sec4__wrapper {
    display: block;
    width: 100%;
    max-width: 375px;
    margin: 0 auto 33px;
  }
}
.sec4__wrapper p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__wrapper p {
    font-size: 1.5533980583vw;
  }
}
.sec4__wrapper p span {
  margin-left: -5px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__wrapper p span {
    margin-left: -0.4854368932vw;
  }
}
@media (max-width: 767px) {
  .sec4__wrapper p {
    font-size: 14px;
    line-height: 1.5357142857;
  }
}
.sec4__left {
  width: 361px;
  height: 325px;
  background-image: url(../img/sec4_be.png);
  background-repeat: no-repeat;
  background-size: 361px 325px;
  background-position: center center;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__left {
    background-size: 35.0485436893vw 31.5533980583vw;
    width: 35.0485436893vw;
    height: 31.5533980583vw;
  }
}
@media (max-width: 767px) {
  .sec4__left {
    width: 322px;
    background-image: url(../img/sec4_be_sp.png);
    background-size: 322px 100px;
    height: 106px;
    margin-left: 8px;
  }
}
@media (max-width: 374px) {
  .sec4__left {
    width: 85.8666666667vw;
    background-size: 85.8666666667vw 26.6666666667vw;
    height: 28.2666666667vw;
    margin-left: 2.1333333333vw;
  }
}
.sec4__left p {
  padding: 64px 0 0 100px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__left p {
    padding: 6.213592233vw 0 0 9.7087378641vw;
  }
}
@media (max-width: 767px) {
  .sec4__left p {
    padding: 45px 0 0 60px;
  }
}
@media (max-width: 374px) {
  .sec4__left p {
    padding: 12vw 0 0 16vw;
  }
}
.sec4__left-img {
  position: absolute;
  width: 99px;
  top: 132px;
  left: 131px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__left-img {
    width: 9.6116504854vw;
    top: 12.8155339806vw;
    left: 12.7184466019vw;
  }
}
@media (max-width: 767px) {
  .sec4__left-img {
    width: 61px;
    top: -3px;
    right: 26px;
    left: auto;
  }
}
@media (max-width: 374px) {
  .sec4__left-img {
    width: 16.2666666667vw;
    top: -0.8vw;
    right: 6.9333333333vw;
  }
}
.sec4__arrow {
  width: 99px;
  margin-top: 126px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__arrow {
    width: 9.6116504854vw;
    margin-top: 12.2330097087vw;
  }
}
@media (max-width: 767px) {
  .sec4__arrow {
    margin: 7px auto -15px;
    width: 73px;
  }
}
@media (max-width: 374px) {
  .sec4__arrow {
    margin: 1.8666666667vw auto -4vw;
    width: 19.4666666667vw;
  }
}
.sec4__right {
  width: 361px;
  height: 325px;
  background-image: url(../img/sec4_af.png);
  background-repeat: no-repeat;
  background-size: 361px 325px;
  background-position: center center;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__right {
    width: 35.0485436893vw;
    height: 31.5533980583vw;
    background-size: 35.0485436893vw 31.5533980583vw;
  }
}
@media (max-width: 767px) {
  .sec4__right {
    width: 322px;
    background-image: url(../img/sec4_af_sp.png);
    background-size: 322px 100px;
    height: 106px;
    margin-left: 8px;
  }
}
@media (max-width: 374px) {
  .sec4__right {
    width: 85.8666666667vw;
    background-size: 85.8666666667vw 26.6666666667vw;
    height: 28.2666666667vw;
    margin-left: 2.1333333333vw;
  }
}
.sec4__right p {
  padding: 64px 0 0 105px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__right p {
    padding: 6.213592233vw 0 0 10.1941747573vw;
  }
}
@media (max-width: 767px) {
  .sec4__right p {
    padding: 45px 0 0 60px;
  }
}
@media (max-width: 374px) {
  .sec4__right p {
    padding: 12vw 0 0 16vw;
  }
}
.sec4__right-img {
  position: absolute;
  width: 279px;
  top: 114px;
  left: 60px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__right-img {
    width: 27.0873786408vw;
    top: 11.067961165vw;
    left: 5.8252427184vw;
  }
}
@media (max-width: 767px) {
  .sec4__right-img {
    width: 109px;
    left: auto;
    right: -4px;
    top: 0px;
  }
}
@media (max-width: 374px) {
  .sec4__right-img {
    width: 29.0666666667vw;
    right: -1.0666666667vw;
  }
}
.sec4__text-top {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__text-top {
    font-size: 1.9417475728vw;
    margin-bottom: 2.427184466vw;
  }
}
@media (max-width: 767px) {
  .sec4__text-top {
    font-size: 17px;
    line-height: 1.7352941176;
    margin-bottom: 8px;
  }
}
@media (max-width: 374px) {
  .sec4__text-top {
    font-size: 4.5333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.sec4__text-bottom {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__text-bottom {
    font-size: 1.5533980583vw;
    margin-bottom: 1.9417475728vw;
  }
}
@media (max-width: 767px) {
  .sec4__text-bottom {
    font-size: 14px;
    line-height: 1.5357142857;
    margin-bottom: 25px;
  }
}
@media (max-width: 374px) {
  .sec4__text-bottom {
    font-size: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.sec4__text-bottom::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/sec4_shape.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 573px;
  height: 73px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__text-bottom::after {
    top: -2.427184466vw;
    width: 55.6310679612vw;
    height: 7.0873786408vw;
  }
}
@media (max-width: 767px) {
  .sec4__text-bottom::after {
    width: 348px;
    height: 50px;
    top: -10px;
  }
}
@media (max-width: 374px) {
  .sec4__text-bottom::after {
    width: 92.8vw;
    height: 13.3333333333vw;
    top: -2.6666666667vw;
  }
}
.sec4__price {
  position: relative;
  margin-top: 100px;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__price {
    margin-top: 9.7087378641vw;
    margin-bottom: 5.8252427184vw;
  }
}
@media (max-width: 767px) {
  .sec4__price {
    width: 100%;
    max-width: 375px;
    margin: 80px auto 40px;
  }
}
@media (max-width: 374px) {
  .sec4__price {
    margin: 21.3333333333vw auto 10.6666666667vw;
  }
}
.sec4__top {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #2864f0;
  position: absolute;
  z-index: 2;
  top: -66px;
  left: 75px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__top {
    font-size: 1.5533980583vw;
    top: -6.4077669903vw;
    left: 7.2815533981vw;
  }
}
@media (max-width: 767px) {
  .sec4__top {
    font-size: 14px;
    top: -55px;
    left: 35px;
  }
}
@media (max-width: 374px) {
  .sec4__top {
    font-size: 3.7333333333vw;
    top: -14.6666666667vw;
    left: 9.3333333333vw;
  }
}
.sec4__top::after {
  content: "";
  background-image: url(../img/sec4_huki.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 347px;
  height: 67px;
  position: absolute;
  top: -8px;
  left: -21px;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__top::after {
    width: 33.6893203883vw;
    height: 6.5048543689vw;
    top: -0.7766990291vw;
    left: -2.0388349515vw;
  }
}
@media (max-width: 767px) {
  .sec4__top::after {
    background-image: url(../img/sec4_huki_sp.png);
    width: 305px;
    height: 47px;
    top: 0px;
    left: -15px;
  }
}
@media (max-width: 374px) {
  .sec4__top::after {
    width: 81.3333333333vw;
    height: 12.5333333333vw;
    left: -4vw;
  }
}
.sec4__top span {
  font-weight: bold;
}
.sec4__lists {
  display: flex;
  background-image: url(../img/sec4_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 880px;
  height: 331px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__lists {
    width: 85.4368932039vw;
    height: 32.1359223301vw;
  }
}
@media (max-width: 767px) {
  .sec4__lists {
    background-image: url(../img/sec4_bg_sp.png);
    width: 345px;
    height: 337px;
    display: block;
  }
}
@media (max-width: 374px) {
  .sec4__lists {
    width: 92vw;
    height: 89.8666666667vw;
  }
}
.sec4__list {
  width: 264px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__list {
    width: 25.6310679612vw;
  }
}
@media (max-width: 767px) {
  .sec4__list {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec4__list:nth-of-type(1) {
    height: 96px;
  }
}
@media (max-width: 374px) {
  .sec4__list:nth-of-type(1) {
    height: 25.6vw;
  }
}
@media (max-width: 767px) {
  .sec4__list:nth-of-type(1) h3 {
    height: 96px;
  }
}
@media (max-width: 374px) {
  .sec4__list:nth-of-type(1) h3 {
    height: 25.6vw;
  }
}
.sec4__list:nth-of-type(1) .sec4__inner p {
  margin-left: 13px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__list:nth-of-type(1) .sec4__inner p {
    margin-left: 1.2621359223vw;
  }
}
.sec4__list:nth-of-type(1) .sec4__img {
  width: 55px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__list:nth-of-type(1) .sec4__img {
    width: 5.3398058252vw;
  }
}
@media (max-width: 767px) {
  .sec4__list:nth-of-type(1) .sec4__img {
    width: 59px;
    margin-left: 27px;
  }
}
@media (max-width: 374px) {
  .sec4__list:nth-of-type(1) .sec4__img {
    width: 15.7333333333vw;
    margin-left: 7.2vw;
  }
}
.sec4__list:nth-of-type(1) .sec4__description {
  margin-top: 2px;
  padding-left: 15px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__list:nth-of-type(1) .sec4__description {
    margin-top: 0.1941747573vw;
    padding-left: 1.4563106796vw;
  }
}
.sec4__list:nth-of-type(2) {
  width: calc(100% - 528px);
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__list:nth-of-type(2) {
    width: calc(100% - 51.2621359223vw);
  }
}
@media (max-width: 767px) {
  .sec4__list:nth-of-type(2) {
    width: 100%;
    height: 146px;
  }
}
@media (max-width: 374px) {
  .sec4__list:nth-of-type(2) {
    height: 38.9333333333vw;
  }
}
.sec4__list:nth-of-type(2) h3 {
  color: #fff;
}
@media (max-width: 767px) {
  .sec4__list:nth-of-type(2) h3 {
    height: 146px;
  }
}
@media (max-width: 374px) {
  .sec4__list:nth-of-type(2) h3 {
    height: 38.9333333333vw;
  }
}
.sec4__list:nth-of-type(2) .sec4__inner {
  color: #2864f0;
}
.sec4__list:nth-of-type(2) .sec4__img {
  width: 77px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__list:nth-of-type(2) .sec4__img {
    width: 7.4757281553vw;
  }
}
@media (max-width: 767px) {
  .sec4__list:nth-of-type(2) .sec4__img {
    width: 61px;
    margin-left: 18px;
  }
}
@media (max-width: 374px) {
  .sec4__list:nth-of-type(2) .sec4__img {
    width: 16.2666666667vw;
    margin-left: 4.8vw;
  }
}
.sec4__list:nth-of-type(2) .sec4__description {
  margin-top: -3px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__list:nth-of-type(2) .sec4__description {
    margin-top: -0.2912621359vw;
  }
}
@media (max-width: 767px) {
  .sec4__list:nth-of-type(3) {
    height: 96px;
  }
}
@media (max-width: 374px) {
  .sec4__list:nth-of-type(3) {
    height: 25.6vw;
  }
}
@media (max-width: 767px) {
  .sec4__list:nth-of-type(3) h3 {
    height: 96px;
  }
}
@media (max-width: 374px) {
  .sec4__list:nth-of-type(3) h3 {
    height: 25.6vw;
  }
}
.sec4__list:nth-of-type(3) .sec4__description {
  margin-top: -8px;
  padding-left: 15px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__list:nth-of-type(3) .sec4__description {
    margin-top: -0.7766990291vw;
    padding-left: 1.4563106796vw;
  }
}
@media (max-width: 374px) {
  .sec4__list:nth-of-type(3) .sec4__description {
    margin-top: -2.1333333333vw;
    padding-left: 4vw;
  }
}
.sec4__list h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: left;
  line-height: 71px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__list h3 {
    font-size: 1.9417475728vw;
    line-height: 6.8932038835vw;
  }
}
@media (max-width: 767px) {
  .sec4__list h3 {
    line-height: 1.0263157895;
    font-size: 14px;
    width: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 374px) {
  .sec4__list h3 {
    font-size: 3.7333333333vw;
    width: 28.5333333333vw;
  }
}
@media (max-width: 767px) {
  .sec4__group {
    width: calc(100% - 107px);
  }
}
@media (max-width: 374px) {
  .sec4__group {
    width: calc(100% - 28.5333333333vw);
  }
}
.sec4__inner {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__inner {
    padding-top: 2.9126213592vw;
  }
}
@media (max-width: 767px) {
  .sec4__inner {
    padding-top: 0;
    justify-content: flex-start;
    padding-left: 70px;
  }
}
@media (max-width: 374px) {
  .sec4__inner {
    padding-left: 18.6666666667vw;
  }
}
.sec4__inner p {
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__inner p {
    font-size: 2.9126213592vw;
  }
}
@media (max-width: 767px) {
  .sec4__inner p {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .sec4__inner p {
    font-size: 3.7333333333vw;
  }
}
.sec4__inner p span {
  font-size: 60px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__inner p span {
    font-size: 5.8252427184vw;
  }
}
@media (max-width: 767px) {
  .sec4__inner p span {
    font-size: 33px;
  }
}
@media (max-width: 374px) {
  .sec4__inner p span {
    font-size: 8.8vw;
  }
}
.sec4__img {
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__img {
    margin-left: 2.9126213592vw;
  }
}
@media (max-width: 767px) {
  .sec4__img {
    margin-left: 0;
  }
}
.sec4__description {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  margin-top: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__description {
    font-size: 1.5533980583vw;
    margin-top: 0.9708737864vw;
    padding-left: 0.9708737864vw;
  }
}
@media (max-width: 767px) {
  .sec4__description {
    font-size: 14px;
    line-height: 1.25;
  }
}
@media (max-width: 374px) {
  .sec4__description {
    font-size: 3.7333333333vw;
  }
}
.sec4__caption {
  font-size: 16px;
  color: #2864f0;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__caption {
    font-size: 1.5533980583vw;
    margin-top: 0.9708737864vw;
  }
}
@media (max-width: 767px) {
  .sec4__caption {
    font-size: 14px;
    line-height: 1.1785714286;
    margin-top: 5px;
  }
}
@media (max-width: 374px) {
  .sec4__caption {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.sec4__caption::before {
  content: "";
  background-image: url(../img/sec4_caption.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 315px;
  height: 55px;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__caption::before {
    width: 30.5825242718vw;
    height: 5.3398058252vw;
    top: -1.6504854369vw;
  }
}
@media (max-width: 767px) {
  .sec4__caption::before {
    background-image: url(../img/sec4_caption_sp.png);
    width: 220px;
    height: 48px;
    top: -10px;
  }
}
@media (max-width: 374px) {
  .sec4__caption::before {
    width: 58.6666666667vw;
    height: 12.8vw;
    top: -2.6666666667vw;
  }
}
.sec4__caption span {
  font-weight: bold;
}
.sec4__bottom {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec4__bottom {
    font-size: 1.067961165vw;
    margin-top: 0.7766990291vw;
  }
}
@media (max-width: 767px) {
  .sec4__bottom {
    font-size: 10px;
    line-height: 1.6;
    text-align: left;
  }
}
@media (max-width: 374px) {
  .sec4__bottom {
    font-size: 2.6666666667vw;
  }
}

.sec5 {
  background-color: #ebf3ff;
  padding-top: 85px;
  padding-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5 {
    padding-top: 8.2524271845vw;
    padding-bottom: 9.7087378641vw;
  }
}
@media (max-width: 767px) {
  .sec5 {
    padding-top: 45px;
    padding-bottom: 10px;
  }
}
.sec5__main {
  margin-bottom: 60px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__main {
    margin-bottom: 6.3106796117vw;
  }
}
@media (max-width: 767px) {
  .sec5__main {
    margin-bottom: 32px;
  }
}
.sec5__main span {
  padding-right: 8px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__main span {
    padding-right: 0.7766990291vw;
  }
}
.sec5 ol {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec5 ol {
    margin-bottom: 10px;
  }
}
.sec5__list {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0 0 42px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list {
    padding: 9.7087378641vw 0 0 4.0776699029vw;
  }
}
@media (max-width: 767px) {
  .sec5__list {
    padding: 0;
  }
}
.sec5__list:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list:not(:last-of-type) {
    margin-bottom: 1.9417475728vw;
  }
}
@media (max-width: 767px) {
  .sec5__list:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.sec5__list:last-of-type h3::after {
  width: 473px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list:last-of-type h3::after {
    width: 45.9223300971vw;
  }
}
.sec5__list h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.06em;
  position: relative;
  margin-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list h3 {
    font-size: 1.9417475728vw;
    margin-bottom: 1.7475728155vw;
  }
}
.sec5__list h3 .small {
  font-size: 12px;
  vertical-align: text-top;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list h3 .small {
    font-size: 1.1650485437vw;
  }
}
@media (max-width: 767px) {
  .sec5__list h3 .small {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .sec5__list h3 {
    font-size: 17px;
    line-height: 1.5882352941;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 238px;
  }
}
@media (max-width: 374px) {
  .sec5__list h3 {
    font-size: 4.5333333333vw;
    padding-top: 18.6666666667vw;
    margin-bottom: 60vw;
  }
}
.sec5__list h3::after {
  content: "";
  width: 375px;
  height: 1px;
  background-color: #d7d2d2;
  display: block;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list h3::after {
    width: 36.4077669903vw;
    margin-top: 1.9417475728vw;
  }
}
@media (max-width: 767px) {
  .sec5__list h3::after {
    content: none;
  }
}
.sec5__list h4 {
  font-size: 16px;
  line-height: 1.5625;
  color: #2864f0;
  letter-spacing: 0.06em;
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list h4 {
    font-size: 1.5533980583vw;
    margin-top: 2.427184466vw;
  }
}
@media (max-width: 767px) {
  .sec5__list h4 {
    font-size: 14px;
    line-height: 1.5357142857;
    padding: 0 15px;
  }
}
@media (max-width: 374px) {
  .sec5__list h4 {
    font-size: 3.7333333333vw;
    padding: 0 4vw;
  }
}
.sec5__list:nth-of-type(1) {
  background-image: url(../img/sec5_bg1.png);
  height: 465px;
  background-size: 1000px 465px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list:nth-of-type(1) {
    height: 45.145631068vw;
    background-size: 97.0873786408vw 45.145631068vw;
  }
}
@media (max-width: 767px) {
  .sec5__list:nth-of-type(1) {
    background-image: url(../img/sec5_bg1_sp.png);
    background-size: 345px 576px;
    height: 576px;
  }
}
@media (max-width: 374px) {
  .sec5__list:nth-of-type(1) {
    background-size: 92vw 153.6vw;
    height: 153.6vw;
  }
}
.sec5__list:nth-of-type(1) .sec5__description {
  width: 375px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list:nth-of-type(1) .sec5__description {
    width: 36.4077669903vw;
  }
}
@media (max-width: 767px) {
  .sec5__list:nth-of-type(1) .sec5__description {
    width: 100%;
  }
}
.sec5__list:nth-of-type(1) .sec5__img {
  width: 571px;
  top: 115px;
  right: 15px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list:nth-of-type(1) .sec5__img {
    width: 48.8349514563vw;
    top: 11.1650485437vw;
    right: 3.6893203883vw;
  }
}
@media (max-width: 767px) {
  .sec5__list:nth-of-type(1) .sec5__img {
    width: 304px;
    top: 150px;
    right: 20px;
  }
}
@media (max-width: 374px) {
  .sec5__list:nth-of-type(1) .sec5__img {
    width: 81.0666666667vw;
    top: 40vw;
    right: 5.3333333333vw;
  }
}
.sec5__list:nth-of-type(2) {
  background-image: url(../img/sec5_bg2.png);
  height: 424px;
  background-size: 1000px 424px;
  padding: 165px 0 0 42px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list:nth-of-type(2) {
    height: 41.1650485437vw;
    background-size: 97.0873786408vw 41.1650485437vw;
  }
}
@media (max-width: 767px) {
  .sec5__list:nth-of-type(2) {
    background-image: url(../img/sec5_bg2_sp.png);
    background-size: 345px 451px;
    height: 451px;
    padding: 0;
  }
}
@media (max-width: 374px) {
  .sec5__list:nth-of-type(2) {
    background-size: 92vw 141.6vw;
    height: 141.6vw;
  }
}
.sec5__list:nth-of-type(2) .sec5__description {
  width: 375px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list:nth-of-type(2) .sec5__description {
    width: 36.4077669903vw;
  }
}
@media (max-width: 767px) {
  .sec5__list:nth-of-type(2) .sec5__description {
    width: 100%;
  }
}
.sec5__list:nth-of-type(2) .sec5__small {
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list:nth-of-type(2) .sec5__small {
    margin-top: 2.427184466vw;
  }
}
.sec5__list:nth-of-type(2) .sec5__img {
  width: 470px;
  top: 52px;
  right: 40px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list:nth-of-type(2) .sec5__img {
    width: 45.6310679612vw;
    top: 5.0485436893vw;
    right: 3.8834951456vw;
  }
}
@media (max-width: 767px) {
  .sec5__list:nth-of-type(2) .sec5__img {
    width: 302px;
    top: 120px;
  }
}
@media (max-width: 374px) {
  .sec5__list:nth-of-type(2) .sec5__img {
    width: 80.5333333333vw;
    top: 36.8vw;
    right: 10.6666666667vw;
  }
}
.sec5__list:nth-of-type(3) {
  background-image: url(../img/sec5_bg3.png);
  height: 561px;
  background-size: 1000px 561px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list:nth-of-type(3) {
    height: 54.4660194175vw;
    background-size: 97.0873786408vw 54.4660194175vw;
  }
}
@media (max-width: 767px) {
  .sec5__list:nth-of-type(3) {
    background-image: url(../img/sec5_bg3_sp.png);
    background-size: 345px 681px;
    height: 681px;
  }
}
@media (max-width: 374px) {
  .sec5__list:nth-of-type(3) {
    background-size: 92vw 181.6vw;
    height: 181.6vw;
  }
}
.sec5__list:nth-of-type(3) .sec5__description {
  width: 480px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list:nth-of-type(3) .sec5__description {
    width: 46.6019417476vw;
  }
}
@media (max-width: 767px) {
  .sec5__list:nth-of-type(3) .sec5__description {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec5__list:nth-of-type(3) .sec5__small {
    padding-left: 0;
  }
}
.sec5__list:nth-of-type(3) .sec5__img {
  width: 434px;
  top: 161px;
  right: 40px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__list:nth-of-type(3) .sec5__img {
    width: 42.1359223301vw;
    top: 15.6310679612vw;
    right: 3.8834951456vw;
  }
}
@media (max-width: 767px) {
  .sec5__list:nth-of-type(3) .sec5__img {
    width: 249px;
    top: 153px;
    right: 45px;
  }
}
@media (max-width: 374px) {
  .sec5__list:nth-of-type(3) .sec5__img {
    width: 66.4vw;
    top: 40.8vw;
    right: 12vw;
  }
}
.sec5__description {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__description {
    font-size: 1.5533980583vw;
  }
}
@media (max-width: 767px) {
  .sec5__description {
    font-size: 14px;
    line-height: 1.5357142857;
    padding: 0 15px;
  }
}
@media (max-width: 374px) {
  .sec5__description {
    font-size: 3.7333333333vw;
    padding: 0 4vw;
  }
}
.sec5__inner {
  display: flex;
}
@media (max-width: 767px) {
  .sec5__inner {
    padding-left: 15px;
  }
}
@media (max-width: 374px) {
  .sec5__inner {
    padding-left: 4vw;
  }
}
.sec5__ul:nth-of-type(1) {
  width: 238px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__ul:nth-of-type(1) {
    width: 23.1067961165vw;
  }
}
@media (max-width: 767px) {
  .sec5__ul:nth-of-type(1) {
    width: 192px;
  }
}
@media (max-width: 374px) {
  .sec5__ul:nth-of-type(1) {
    width: 51.2vw;
  }
}
.sec5__li {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  color: #2864f0;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__li {
    font-size: 1.5533980583vw;
  }
}
@media (max-width: 767px) {
  .sec5__li {
    font-size: 14px;
    line-height: 1.5357142857;
  }
}
@media (max-width: 374px) {
  .sec5__li {
    font-size: 3.7333333333vw;
  }
}
.sec5__li::before {
  content: "・";
}
.sec5__small {
  font-size: 11px;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__small {
    font-size: 1.067961165vw;
  }
}
@media (max-width: 767px) {
  .sec5__small {
    font-size: 10px;
    padding-left: 15px;
  }
}
@media (max-width: 374px) {
  .sec5__small {
    font-size: 2.6666666667vw;
    padding-left: 4vw;
  }
}
.sec5__contact {
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__contact {
    margin-top: 2.427184466vw;
  }
}
@media (max-width: 767px) {
  .sec5__contact {
    padding-left: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 374px) {
  .sec5__contact {
    padding-left: 4vw;
    margin-top: 5.3333333333vw;
  }
}
.sec5__contact-text {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__contact-text {
    font-size: 1.5533980583vw;
  }
}
@media (max-width: 767px) {
  .sec5__contact-text {
    font-size: 14px;
    line-height: 1.5357142857;
    margin-top: 20px;
  }
}
@media (max-width: 374px) {
  .sec5__contact-text {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.sec5__contact-text::before {
  content: "";
  background-image: url(../img/sec5_check.jpg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  width: 18px;
  height: 18px;
  display: inline-block;
  top: 3px;
  position: relative;
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__contact-text::before {
    background-size: 1.7475728155vw 1.7475728155vw;
    width: 1.7475728155vw;
    height: 1.7475728155vw;
    top: 0.2912621359vw;
    margin-right: 0.4854368932vw;
  }
}
.sec5__contact-tel {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #2864f0;
  text-decoration: none;
  position: relative;
  margin-top: 16px;
  margin-left: 88px;
  padding-left: 33px;
  margin-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__contact-tel {
    font-size: 1.9417475728vw;
    margin-top: 1.5533980583vw;
    margin-left: 8.5436893204vw;
    padding-left: 3.2038834951vw;
    margin-bottom: 2.1359223301vw;
  }
}
@media (max-width: 767px) {
  .sec5__contact-tel {
    font-size: 17px;
    margin-left: 85px;
    padding-left: 22px;
    margin-top: 2px;
    margin-bottom: 33px;
  }
}
@media (max-width: 374px) {
  .sec5__contact-tel {
    font-size: 4.5333333333vw;
    margin-left: 22.6666666667vw;
    padding-left: 5.8666666667vw;
    margin-top: 0.5333333333vw;
    margin-bottom: 8.8vw;
  }
}
.sec5__contact-tel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/sec5_tel.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__contact-tel::after {
    width: 2.3300970874vw;
    height: 2.3300970874vw;
  }
}
@media (max-width: 767px) {
  .sec5__contact-tel::after {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 374px) {
  .sec5__contact-tel::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.sec5__contact-link {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #2864f0;
  position: relative;
  margin-top: 20px;
  margin-left: 98px;
  padding-left: 34px;
  margin-bottom: 26px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__contact-link {
    font-size: 1.5533980583vw;
    margin-top: 1.9417475728vw;
    margin-left: 9.5145631068vw;
    padding-left: 3.3009708738vw;
    margin-bottom: 2.5242718447vw;
  }
}
@media (max-width: 767px) {
  .sec5__contact-link {
    font-size: 14px;
    margin-left: 93px;
    margin-top: 8px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 374px) {
  .sec5__contact-link {
    font-size: 3.7333333333vw;
    margin-left: 24.8vw;
    margin-top: 2.1333333333vw;
    padding-left: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.sec5__contact-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/sec5_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__contact-link::after {
    width: 2.3300970874vw;
    height: 2.3300970874vw;
  }
}
@media (max-width: 767px) {
  .sec5__contact-link::after {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 374px) {
  .sec5__contact-link::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.sec5__img {
  position: absolute;
}
.sec5__cta {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec5__cta {
    margin-top: 7.7669902913vw;
  }
}
@media (max-width: 767px) {
  .sec5__cta {
    margin-top: 40px;
  }
}

.sec6 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec6 {
    padding-top: 9.7087378641vw;
    padding-bottom: 9.7087378641vw;
  }
}
@media (max-width: 767px) {
  .sec6 {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
.sec6__main {
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec6__main {
    margin-bottom: 9.7087378641vw;
  }
}
@media (max-width: 767px) {
  .sec6__main {
    margin-bottom: 30px;
  }
}
.sec6__list {
  background-repeat: no-repeat;
  background-size: 889px 191px;
  background-position: center center;
  width: 889px;
  height: 191px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec6__list {
    background-size: 86.3106796117vw 18.5436893204vw;
    width: 86.3106796117vw;
    height: 18.5436893204vw;
  }
}
@media (max-width: 767px) {
  .sec6__list {
    background-size: 350px 140px;
    width: 350px;
    height: 140px;
  }
}
@media (max-width: 374px) {
  .sec6__list {
    background-size: 93.3333333333vw 37.3333333333vw;
    width: 93.3333333333vw;
    height: 37.3333333333vw;
  }
}
.sec6__list:nth-of-type(1) {
  background-image: url(../img/sec6_1.png);
  margin-bottom: 68px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec6__list:nth-of-type(1) {
    margin-bottom: 6.6019417476vw;
  }
}
@media (max-width: 767px) {
  .sec6__list:nth-of-type(1) {
    background-image: url(../img/sec6_1_sp.png);
    margin-bottom: 28px;
  }
}
@media (max-width: 374px) {
  .sec6__list:nth-of-type(1) {
    margin-bottom: 7.4666666667vw;
  }
}
.sec6__list:nth-of-type(2) {
  margin-left: auto;
  background-image: url(../img/sec6_2.png);
}
@media (max-width: 767px) {
  .sec6__list:nth-of-type(2) {
    margin-left: -5px;
    background-image: url(../img/sec6_2_sp.png);
  }
}
@media (max-width: 374px) {
  .sec6__list:nth-of-type(2) {
    margin-left: -1.3333333333vw;
  }
}
.sec6__list:nth-of-type(2) p {
  margin-left: auto;
}
@media (max-width: 767px) {
  .sec6__list:nth-of-type(2) p {
    width: 240px;
  }
}
@media (max-width: 374px) {
  .sec6__list:nth-of-type(2) p {
    width: 64vw;
  }
}
@media (max-width: 767px) {
  .sec6__list:nth-of-type(2) p:nth-of-type(2) {
    letter-spacing: 0.04em;
  }
}
.sec6__list p {
  width: 650px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec6__list p {
    width: 63.1067961165vw;
  }
}
@media (max-width: 767px) {
  .sec6__list p {
    width: 237px;
  }
}
@media (max-width: 374px) {
  .sec6__list p {
    width: 63.2vw;
  }
}
.sec6__list p:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  padding-top: 37px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec6__list p:nth-of-type(1) {
    font-size: 1.9417475728vw;
    padding-top: 3.5922330097vw;
    margin-bottom: 0.9708737864vw;
  }
}
@media (max-width: 767px) {
  .sec6__list p:nth-of-type(1) {
    font-size: 14px;
    line-height: 1.3928571429;
    padding-top: 13px;
    margin-bottom: 8px;
    padding-left: 10px;
  }
}
@media (max-width: 374px) {
  .sec6__list p:nth-of-type(1) {
    font-size: 3.7333333333vw;
    padding-top: 3.4666666667vw;
    margin-bottom: 2.1333333333vw;
    padding-left: 2.6666666667vw;
  }
}
.sec6__list p:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec6__list p:nth-of-type(2) {
    font-size: 1.5533980583vw;
  }
}
@media (max-width: 767px) {
  .sec6__list p:nth-of-type(2) {
    font-size: 12px;
    line-height: 1.25;
  }
}
@media (max-width: 374px) {
  .sec6__list p:nth-of-type(2) {
    font-size: 3.2vw;
  }
}

.sec7 {
  background-color: #ebf3ff;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7 {
    padding-top: 9.7087378641vw;
    padding-bottom: 9.7087378641vw;
  }
}
@media (max-width: 767px) {
  .sec7 {
    padding-top: 42px;
    padding-bottom: 10px;
  }
}
.sec7__main {
  font-size: 20px;
  text-align: center;
  color: #2864f0;
  font-weight: bold;
  position: relative;
  margin-bottom: 33px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__main {
    font-size: 1.9417475728vw;
    margin-bottom: 3.2038834951vw;
  }
}
@media (max-width: 767px) {
  .sec7__main {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
@media (max-width: 374px) {
  .sec7__main {
    font-size: 4.5333333333vw;
    margin-bottom: 4vw;
  }
}
.sec7__main::after {
  content: "";
  background-image: url(../img/sec7_shape.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 345px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__main::after {
    width: 33.4951456311vw;
    height: 3.8834951456vw;
  }
}
@media (max-width: 767px) {
  .sec7__main::after {
    width: 268px;
    height: 26px;
  }
}
@media (max-width: 374px) {
  .sec7__main::after {
    width: 71.4666666667vw;
    height: 6.9333333333vw;
  }
}
.sec7__list {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 887.5px 420.5px;
  background-position: center center;
  height: 420.5px;
  width: 887.5px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__list {
    background-size: 86.1650485437vw 40.8252427184vw;
    height: 40.8252427184vw;
    width: 86.1650485437vw;
  }
}
@media (max-width: 767px) {
  .sec7__list {
    width: 100%;
  }
}
.sec7__list:nth-of-type(1) {
  background-image: url(../img/sec7_1.png);
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__list:nth-of-type(1) {
    margin-bottom: 6.7961165049vw;
  }
}
@media (max-width: 767px) {
  .sec7__list:nth-of-type(1) {
    background-image: url(../img/sec7_1_sp.png);
    background-size: 345px 568px;
    height: 568px;
    margin-bottom: 10px;
  }
}
@media (max-width: 374px) {
  .sec7__list:nth-of-type(1) {
    background-size: 92vw 151.4666666667vw;
    height: 151.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec7__list:nth-of-type(1) .sec7__img {
  width: 413px;
  top: 78px;
  right: 68px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__list:nth-of-type(1) .sec7__img {
    width: 40.0970873786vw;
    top: 7.572815534vw;
    right: 6.6019417476vw;
  }
}
@media (max-width: 767px) {
  .sec7__list:nth-of-type(1) .sec7__img {
    width: 282px;
    top: 85px;
    right: 32px;
  }
}
@media (max-width: 374px) {
  .sec7__list:nth-of-type(1) .sec7__img {
    width: 75.2vw;
    top: 22.6666666667vw;
    right: 8.5333333333vw;
  }
}
.sec7__list:nth-of-type(1) h3 {
  padding-top: 2px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__list:nth-of-type(1) h3 {
    padding-left: 0.9708737864vw;
  }
}
@media (max-width: 767px) {
  .sec7__list:nth-of-type(1) h3 {
    padding-top: 7px;
    padding-left: 0;
  }
}
.sec7__list:nth-of-type(1) h4 {
  position: relative;
  padding: 40px 0 0 100px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__list:nth-of-type(1) h4 {
    padding: 3.8834951456vw 0 0 9.7087378641vw;
  }
}
@media (max-width: 767px) {
  .sec7__list:nth-of-type(1) h4 {
    padding: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 374px) {
  .sec7__list:nth-of-type(1) h4 {
    margin-bottom: 2.6666666667vw;
  }
}
.sec7__list:nth-of-type(1) h4::after {
  content: "";
  background-image: url(../img/sec7_obj.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 301px;
  height: 61px;
  position: absolute;
  top: 21px;
  left: 102px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__list:nth-of-type(1) h4::after {
    width: 29.2233009709vw;
    height: 5.9223300971vw;
    top: 2.0388349515vw;
    left: 9.9029126214vw;
  }
}
@media (max-width: 767px) {
  .sec7__list:nth-of-type(1) h4::after {
    background-image: url(../img/sec7_obj_sp.png);
    width: 239px;
    height: 35px;
    top: 0;
    left: 71px;
  }
}
@media (max-width: 374px) {
  .sec7__list:nth-of-type(1) h4::after {
    width: 63.7333333333vw;
    height: 9.3333333333vw;
    left: 18.9333333333vw;
  }
}
.sec7__list:nth-of-type(1) p {
  text-align: center;
  width: 364px;
  line-height: 1.5625;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__list:nth-of-type(1) p {
    width: 35.3398058252vw;
  }
}
@media (max-width: 767px) {
  .sec7__list:nth-of-type(1) p {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 374px) {
  .sec7__list:nth-of-type(1) p {
    margin-bottom: 2.6666666667vw;
  }
}
.sec7__list:nth-of-type(2) {
  background-image: url(../img/sec7_2.png);
}
@media (max-width: 767px) {
  .sec7__list:nth-of-type(2) {
    background-image: url(../img/sec7_2_sp.png);
    background-size: 345px 543px;
    height: 543px;
  }
}
@media (max-width: 374px) {
  .sec7__list:nth-of-type(2) {
    background-size: 92vw 144.8vw;
    height: 144.8vw;
  }
}
.sec7__list:nth-of-type(2) .sec7__img {
  width: 494px;
  top: 67px;
  right: 4px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__list:nth-of-type(2) .sec7__img {
    width: 47.9611650485vw;
    top: 6.5048543689vw;
    right: 0.3883495146vw;
  }
}
@media (max-width: 767px) {
  .sec7__list:nth-of-type(2) .sec7__img {
    width: 300px;
    top: 88px;
    right: 16px;
  }
}
@media (max-width: 374px) {
  .sec7__list:nth-of-type(2) .sec7__img {
    width: 80vw;
    top: 23.4666666667vw;
    right: 4.2666666667vw;
  }
}
.sec7__list:nth-of-type(2) h4 {
  padding-top: 40px;
  width: 330px;
  margin-left: 35px;
  text-align: center;
  margin-bottom: 13px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__list:nth-of-type(2) h4 {
    padding-top: 3.8834951456vw;
    width: 32.0388349515vw;
    margin-left: 3.3980582524vw;
    margin-bottom: 1.2621359223vw;
  }
}
@media (max-width: 767px) {
  .sec7__list:nth-of-type(2) h4 {
    padding-top: 0;
    width: 100%;
    margin-left: 0;
    line-height: 27px;
  }
}
@media (max-width: 374px) {
  .sec7__list:nth-of-type(2) h4 {
    line-height: 7.2vw;
  }
}
.sec7__list:nth-of-type(2) p:nth-of-type(1) {
  margin-bottom: 26px;
  margin-left: 35px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__list:nth-of-type(2) p:nth-of-type(1) {
    margin-bottom: 2.5242718447vw;
    margin-left: 3.3980582524vw;
  }
}
@media (max-width: 767px) {
  .sec7__list:nth-of-type(2) p:nth-of-type(1) {
    margin-left: 13px;
    margin-bottom: 22px;
  }
}
@media (max-width: 374px) {
  .sec7__list:nth-of-type(2) p:nth-of-type(1) {
    margin-left: 3.4666666667vw;
    margin-bottom: 5.8666666667vw;
  }
}
@media (max-width: 767px) {
  .sec7__list:nth-of-type(2) p:nth-of-type(2) {
    margin-left: 13px;
  }
}
@media (max-width: 374px) {
  .sec7__list:nth-of-type(2) p:nth-of-type(2) {
    margin-left: 3.4666666667vw;
  }
}
.sec7__list h3 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__list h3 {
    font-size: 2.9126213592vw;
  }
}
@media (max-width: 767px) {
  .sec7__list h3 {
    font-size: 23px;
    line-height: 1.2608695652;
    padding-top: 5px;
    margin-bottom: 250px;
  }
}
@media (max-width: 374px) {
  .sec7__list h3 {
    font-size: 6.1333333333vw;
    padding-top: 1.3333333333vw;
    margin-bottom: 66.6666666667vw;
  }
}
.sec7__list h4 {
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #2864f0;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__list h4 {
    font-size: 1.9417475728vw;
    margin-bottom: 1.9417475728vw;
  }
}
@media (max-width: 767px) {
  .sec7__list h4 {
    font-size: 17px;
    text-align: center;
  }
}
@media (max-width: 374px) {
  .sec7__list h4 {
    font-size: 4.5333333333vw;
  }
}
.sec7__list p {
  font-size: 16px;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  margin-left: 35px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__list p {
    font-size: 1.5533980583vw;
    margin-left: 3.3980582524vw;
    margin-bottom: 1.9417475728vw;
  }
}
@media (max-width: 767px) {
  .sec7__list p {
    font-size: 14px;
    margin-left: 0;
    line-height: 1.5357142857;
  }
}
@media (max-width: 374px) {
  .sec7__list p {
    font-size: 3.7333333333vw;
  }
}
.sec7__img {
  position: absolute;
}
.sec7__ul {
  margin-left: 60px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__ul {
    margin-left: 5.8252427184vw;
  }
}
@media (max-width: 767px) {
  .sec7__ul {
    margin-left: 42px;
  }
}
@media (max-width: 374px) {
  .sec7__ul {
    margin-left: 11.2vw;
  }
}
.sec7__li {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  position: relative;
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__li {
    font-size: 1.9417475728vw;
    padding-left: 2.9126213592vw;
  }
}
@media (max-width: 767px) {
  .sec7__li {
    font-size: 17px;
    line-height: 1.8235294118;
    padding-left: 25px;
  }
}
@media (max-width: 374px) {
  .sec7__li {
    font-size: 4.5333333333vw;
    padding-left: 6.6666666667vw;
  }
}
.sec7__li::before {
  content: "";
  background-image: url(../img/sec7_check.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 20px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__li::before {
    width: 1.9417475728vw;
    height: 1.359223301vw;
  }
}
@media (max-width: 767px) {
  .sec7__li::before {
    width: 17px;
    height: 12px;
  }
}
@media (max-width: 374px) {
  .sec7__li::before {
    width: 4.5333333333vw;
    height: 3.2vw;
  }
}
.sec7__cta {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec7__cta {
    margin-top: 7.7669902913vw;
  }
}
@media (max-width: 767px) {
  .sec7__cta {
    margin-top: 40px;
  }
}
@media (max-width: 374px) {
  .sec7__cta {
    margin-top: 10.6666666667vw;
  }
}

.sec8 {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec8 {
    padding-top: 9.7087378641vw;
    padding-bottom: 9.7087378641vw;
  }
}
@media (max-width: 767px) {
  .sec8 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.sec8__container {
  max-width: 910px;
}
@media (max-width: 767px) {
  .sec8__container {
    max-width: 375px;
  }
}
.sec8__main {
  letter-spacing: 0.06em;
  margin-bottom: 90px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec8__main {
    margin-bottom: 8.7378640777vw;
  }
}
@media (max-width: 767px) {
  .sec8__main {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.sec8__group {
  border-top: 2px solid #f5f4f4;
  padding-top: 30px;
  padding-bottom: 52px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec8__group {
    border-top: 0.1941747573vw solid #f5f4f4;
    padding-top: 2.9126213592vw;
    padding-bottom: 5.0485436893vw;
  }
}
@media (max-width: 767px) {
  .sec8__group {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.sec8__group dt,
.sec8__group dd {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5625;
  position: relative;
  padding-left: 47px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec8__group dt,
.sec8__group dd {
    font-size: 1.5533980583vw;
    padding-left: 4.5631067961vw;
  }
}
@media (max-width: 767px) {
  .sec8__group dt,
.sec8__group dd {
    font-size: 12px;
    padding-left: 28px;
  }
}
.sec8__group dt::before,
.sec8__group dd::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec8__group dt::before,
.sec8__group dd::before {
    width: 3.1067961165vw;
    height: 3.1067961165vw;
  }
}
@media (max-width: 767px) {
  .sec8__group dt::before,
.sec8__group dd::before {
    width: 20px;
    height: 20px;
  }
}
.sec8__group dt {
  color: #2864f0;
  font-weight: bold;
  margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec8__group dt {
    margin-bottom: 3.3980582524vw;
  }
}
@media (max-width: 767px) {
  .sec8__group dt {
    font-feature-settings: "palt";
    line-height: 1.3214285714;
    margin-bottom: 23px;
  }
}
.sec8__group dt::before {
  background-image: url(../img/sec8_q.png);
}
.sec8__group dd {
  font-weight: 300;
}
@media (max-width: 767px) {
  .sec8__group dd {
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: normal;
  }
}
.sec8__group dd::before {
  background-image: url(../img/sec8_a.png);
}
.sec8__group li::before {
  content: "・";
}
.sec8__text {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 42px;
  text-align: center;
  font-feature-settings: "palt";
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec8__text {
    font-size: 2.9126213592vw;
    margin-top: 5.8252427184vw;
    margin-bottom: 5.8252427184vw;
  }
}
@media (max-width: 767px) {
  .sec8__text {
    font-size: 23px;
    letter-spacing: 0.08em;
    line-height: 1.2608695652;
    margin-top: 50px;
    margin-bottom: 22px;
  }
}
.sec8__box {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec8__box {
    margin-bottom: 0;
  }
}
.sec8__img {
  width: 837px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec8__img {
    width: 81.2621359223vw;
  }
}
@media (max-width: 767px) {
  .sec8__img {
    width: 345px;
  }
}
.sec8__cta {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .sec8__cta {
    margin-top: 7.7669902913vw;
  }
}
@media (max-width: 767px) {
  .sec8__cta {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px), print {
  #footer .freee .logo {
    position: static;
  }
}
@media screen and (min-width: 768px), print {
  #footer .freee {
    padding: 0;
  }
}
@media screen and (min-width: 768px), print {
  #footer .contents {
    display: block;
    width: 910px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1029px), print and (min-width: 768px) and (max-width: 1029px) {
  #footer .contents {
    width: 88.3495145631vw;
    padding: 0 1.4563106796vw;
  }
}
@media screen and (min-width: 768px), print {
  #footer .nav {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px), print {
  #footer .contents {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  #footer .freee a {
    width: 100%;
  }
}
#footer {
  padding-top: 10px;
  background-color: #2864f0;
}
#footer .contents {
  font-size: 14px;
}
@media (max-width: 767px) {
  #footer .contents {
    width: 100%;
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
  }
}
#footer .freee a {
  display: flex;
}
@media (max-width: 767px) {
  #footer .freee a {
    display: block;
  }
}
#footer .freee .logo {
  width: 223px;
  margin-right: 32px;
  margin-left: 148px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  #footer .freee .logo {
    width: 21.6504854369vw;
    margin-right: 3.1067961165vw;
    margin-left: 14.3689320388vw;
  }
}
@media (max-width: 767px) {
  #footer .freee .logo {
    width: 145px;
    margin: 0 auto 27px;
  }
}
#footer .freee .logo img {
  width: 100%;
  height: auto;
}
#footer .freee dl {
  padding-top: 7px;
}
#footer .freee dt {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1029px) {
  #footer .freee dt {
    font-size: 1.9417475728vw;
  }
}
@media (max-width: 767px) {
  #footer .freee dt {
    font-size: 14px;
    line-height: 1.5416666667;
  }
}
#footer .freee dd {
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  #footer .freee dd {
    font-size: 1.359223301vw;
  }
}

.fv__bottom {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  text-align: left;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .fv__bottom {
    max-width: 77.6699029126vw;
    margin-top: 2.9126213592vw;
    padding: 0 1.4563106796vw;
  }
}
@media (max-width: 767px) {
  .fv__bottom {
    max-width: 375px;
  }
}
.fv__bottom::after {
  content: "";
  background-image: url(../img/fv_huki.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 717px;
  height: 74px;
  position: absolute;
  top: 80px;
  left: 51%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1029px) {
  .fv__bottom::after {
    width: 69.6116504854vw;
    height: 7.1844660194vw;
    top: 7.7669902913vw;
  }
}
@media (max-width: 767px) {
  .fv__bottom::after {
    background-image: url(../img/fv_huki_sp.png);
    width: 285px;
    height: 38px;
    top: 50px;
    left: 50%;
  }
}
.fv__bottom-text {
  position: absolute;
  top: 50px;
  left: 135px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .fv__bottom-text {
    top: 4.854368932vw;
    left: 13.1067961165vw;
  }
}
@media (max-width: 767px) {
  .fv__bottom-text {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
  }
}
.fv__bottom-text p {
  font-size: 16px;
  font-feature-settings: "palt";
}
@media (min-width: 768px) and (max-width: 1029px) {
  .fv__bottom-text p {
    font-size: 1.5533980583vw;
  }
}
@media (max-width: 767px) {
  .fv__bottom-text p {
    display: none;
  }
}
.fv__bottom-text p span {
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .fv__bottom-text p span {
    font-size: 11px;
  }
}
.fv__bottom-text h2 {
  font-size: 27px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.4444444444;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .fv__bottom-text h2 {
    font-size: 2.6213592233vw;
  }
}
@media (max-width: 767px) {
  .fv__bottom-text h2 {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
}
.fv__bottom-img {
  width: 290px;
  margin-left: auto;
  margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .fv__bottom-img {
    width: 28.1553398058vw;
    margin-right: 9.7087378641vw;
  }
}
@media (max-width: 767px) {
  .fv__bottom-img {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

.telnum .c_theme {
  padding-left: 8px;
}

.main__inner {
  position: relative;
}
.main__inner img {
  max-width: 1080px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .main__inner img {
    max-width: 104.854368932vw;
  }
}
.main__inner video.pc {
  position: absolute;
  top: 52.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 1029px) {
  .main__inner video.pc {
    width: 60.6796116505vw;
  }
}

/* 縮小 */
