@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット  */
input[type="submit"],
input[type="button"],
input[type="radio"],
input[type="tel"],
input[type="email"],
input[type="text"],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="radio"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
input[type="radio"]::focus,
input[type="tel"]::focus,
input[type="email"]::focus,
input[type="text"]::focus,
textarea::focus {
  outline-offset: -2px;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

main {
  display: block;
}

body {
  background-color: #ffffff;
  color: #333333;
  font-size: 1.2vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}

body a {
  color: #333333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body a:hover {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 500px) {
  body a {
    color: #333333;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  body a:hover {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 500px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 500px) {
  .sp {
    display: block !important;
  }
}

img {
  width: 100%;
}

.header {
  width: 100%;
}

.header-container {
  width: 1090px;
  height: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-tit {
  width: 259px;
  margin-top: 29px;
}

.header-tit img {
  width: 100%;
}

.header-line {
  display: table;
  width: 186px;
  margin: 13px 0 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-line img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
}

.header-box {
  margin: 13px 0 0 auto;
  display: table;
  width: 245px;
}

.header-box img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
}

main {
  width: 100%;
}

main .container {
  overflow: hidden;
  width: 1090px;
  margin: 0 auto;
}

main .fv {
  position: relative;
  width: 100%;
  height: 613px;
  background-image: url(../img/fv-bg.webp);
  background-size: cover;
}

main .fv .container {
  position: relative;
  width: 1090px;
  height: 613px;
}

main .fv-tit {
  width: 617.21px;
  position: absolute;
  left: 0;
  top: 131px;
}

main .cv {
  background-color: #5DB4FC;
  height: 114px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .cv--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1090px;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main .cv--pic {
  width: 467.48px;
  margin-top: 11px;
}

main .cv--box {
  width: 241px;
  margin: 18px 0 0 auto;
  display: block;
}

main .cv--box img {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

main .cv--line {
  width: 262px;
  margin: 18px 0 0 27px;
  display: block;
}

main .cv--line img {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

main .info {
  width: 100%;
  background-color: #3DA3FC;
}

main .info-tit {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin-top: 79px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

main .info-tit br {
  display: none;
}

main .info-txt {
  background-color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  color: #3DA3FC;
  text-align: center;
  margin-top: 18px;
  padding: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

main .info-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

main .info-left {
  background-color: #ffffff;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 17px;
  width: 720px;
  padding-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .info-box_1 {
  margin-left: 55px;
  margin-top: 16px;
}

main .info-box_1-txt {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 7px;
  font-weight: 500;
}

main .info-box_1-txt .orange {
  font-size: 19px;
  line-height: 1.47368;
  color: #FBB03B;
  font-weight: bold;
}

main .info-box_1-txt .time {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}

main .info-tel {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}

main .info-box_2 {
  margin-left: 82px;
  margin-top: 17px;
}

main .info-box_2-txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}

main .info-mail {
  display: block;
  background-color: #FBB03B;
  width: 297px;
  height: 45px;
  margin-top: 3px;
  margin-bottom: 21px;
  padding-top: 11px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 9px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

main .info-mail img {
  width: 176px;
}

main .info-line {
  width: 350px;
  height: 110px;
  margin-top: 30px;
  margin-left: 19px;
  display: block;
  background-color: #2AAD38;
  padding-top: 42px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 17px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

main .info-line img {
  width: 220px;
}

main .contents_0 {
  width: 100%;
  position: relative;
}

main .contents_0 .container {
  height: 732px;
  background-image: url(../img/contents_0-bg.webp);
  background-size: cover;
}

main .contents_0-tit {
  width: 469px;
  margin: 0 auto;
  margin-top: 81px;
}

main .contents_0-tit img {
  width: 100%;
}

main .contents_0-txt_1 {
  margin-top: 60px;
  margin-left: 328px;
  margin-bottom: 0;
}

main .contents_0-txt_1 li {
  margin-top: 22px;
}

main .contents_0-txt_1 li img {
  width: 27.38px;
  margin-right: 8px;
}

main .contents_0-txt_1 li span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

main .contents_0-txt_1 :first-of-type {
  margin-top: 0;
}

main .contents_0-txt_2 {
  text-align: center;
}

main .contents_0-txt_2 img {
  width: 163px;
  margin-top: 45.8px;
}

main .contents_0-banner {
  width: 632px;
  margin: 40px auto 0;
}

main .contents_1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F7F7F7;
}

main .contents_1-tit_1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

main .contents_1-tit_2 {
  height: 86px;
  background-color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  margin-top: 48px;
  padding-top: 24px;
  border-radius: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .contents_1-tit_2 .img1 {
  width: 70.27px;
  vertical-align: text-bottom;
  padding-top: 0px;
}

main .contents_1-tit_2 .img2 {
  width: 70.83px;
  vertical-align: text-bottom;
  padding-right: 2px;
  padding-top: 0px;
}

main .contents_1-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 63.9px;
  padding: 48px 0px 48px 74px;
  height: auto;
  background-color: #fff;
  border-radius: 17px;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .contents_1-box:nth-of-type(2) {
  margin-top: 40px;
}

main .contents_1-box-pic {
  width: 391px;
}

main .contents_1-box-right {
  width: 528.21px;
  margin-top: 16px;
}

main .contents_1-box-right-number {
  width: 75px;
}

main .contents_1-box-right-tit {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.46667;
  color: #333333;
  margin-top: 16px;
}

main .contents_1-banner {
  width: 786px;
  margin: 80px auto 0;
}

main .contents_2 {
  width: 100%;
  background-color: #FDFDFD;
}

main .contents_2 br {
  display: none;
}

main .contents_2-tit {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  margin-top: 79px;
  font-weight: bold;
}

main .contents_2 ul {
  margin-top: 94px;
  margin-bottom: 64px;
}

main .contents_2 ul li:first-of-type {
  margin-top: 0;
}

main .contents_2-inner {
  width: 100%;
  margin-top: 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main .contents_2-txt {
  width: 489px;
  margin-top: 10px;
}

main .contents_2-txt_1 {
  font-family: 'Noto Sans JP', sans-serif;
  border-bottom: 2px dashed #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

main .contents_2-txt_1_last {
  font-size: 22px;
  line-height: 1.5;
}

main .contents_2-txt_1 img {
  width: 55.92px;
}

main .contents_2-txt_2 {
  margin-top: 10.5px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2.0625;
  letter-spacing: 0.03em;
  font-weight: 400;
}

main .contents_2-txt_2 span {
  display: block;
}

main .contents_2-num_1 {
  width: 48.55px;
}

main .contents_2-num_2 {
  width: 81.62px;
}

main .contents_2-num_3 {
  width: 78.3px;
}

main .contents_2-num_4 {
  width: 85.92px;
}

main .contents_2-pic {
  width: 450px;
}

main .contents_3 {
  width: 100%;
  background-color: #F7F7F7;
}

main .contents_3-tit {
  margin: 0 auto;
  margin-top: 79px;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
}

main .contents_3 ul {
  margin-top: 58px;
  margin-bottom: 80px;
}

main .contents_3 ul li {
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 32px;
  padding-right: 25px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
}

main .contents_3 ul li:last-of-type {
  margin-bottom: 0;
}

main .contents_3-txt {
  margin-top: 46px;
}

main .contents_3-txt div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .contents_3-txt img {
  margin-right: 8px;
  width: 31.82px;
}

main .contents_3-txt span {
  border-bottom: 1px dashed #000000;
}

main .contents_3-txt br {
  display: none;
}

main .contents_3-txt_1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

main .contents_3-txt_2 {
  width: 608px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

main .contents_3-txt .letter_set {
  letter-spacing: -0.04em;
}

main .contents_3-pic {
  width: 376px;
  margin-top: 32px;
  display: block;
}

main .contents_4-link {
  width: 800px;
  height: 112px;
  display: block;
  background-color: #FD6C21;
  margin: 40px auto;
  padding-top: 23px;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 14px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

main .contents_4 img {
  width: 756px;
}

main .contents_5 {
  background-color: #F7F7F7;
}

main .contents_5-tit {
  margin-top: 80px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

main .contents_5 ul {
  width: 100%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80.3px;
}

main .contents_5 ul li {
  width: 272.5px;
}

main .contents_5 .bg-1 {
  background-image: url(../img/contents_5-bg-1.svg);
  margin-top: -2px;
}

main .contents_5 .bg-2 {
  background-image: url(../img/contents_5-bg-2.svg);
}

main .contents_5 .bg-3 {
  background-image: url(../img/contents_5-bg-3.svg);
}

main .contents_5 .bg-4 {
  background-image: url(../img/contents_5-bg-4.svg);
}

main .contents_5 .n_margin {
  margin-top: -8px;
}

main .contents_5-txt_1 {
  width: 225px;
  font-size: 24px;
  line-height: 1.29167;
  font-weight: 500;
  text-align: center;
}

main .contents_5-txt_2 {
  width: 100%;
  height: 322.74px;
  margin-top: 21px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  overflow: hidden;
  font-weight: normal;
}

main .contents_5-txt_2 p {
  width: 190px;
  margin-left: 22.5px;
  margin-top: 165px;
}

main .contents_6 {
  width: 100%;
  background-color: #FDFDFD;
  padding-top: 100px;
  padding-bottom: 100px;
}

main .contents_6-tit {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

main .contents_6 ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 72px;
}

main .contents_6 li {
  width: 342px;
}

main .contents_6-pic {
  border-radius: 17px;
  overflow: hidden;
  width: 100%;
  height: 228px;
  background-size: cover;
}

main .contents_6-pic_1 {
  background-image: url(../img/contents_6-pic_1.webp);
}

main .contents_6-pic_2 {
  background-image: url(../img/contents_6-pic_2.webp);
}

main .contents_6-pic_3 {
  background-image: url(../img/contents_6-pic_3.webp);
}

main .contents_6-txt_1 {
  font-size: 20px;
  line-height: 1;
  margin-top: 30px;
  text-align: left;
  font-weight: bold;
}

main .contents_6-txt_2 {
  font-size: 16px;
  line-height: 1.625;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 12px;
  font-weight: normal;
  letter-spacing: 0.03em;
}

main .contents_7 {
  width: 100%;
  background-color: #F7F7F7;
  font-family: 'Noto Sans JP', sans-serif;
}

main .contents_7 ul {
  width: 900px;
  margin: 0 auto;
  margin-top: 78px;
  margin-bottom: 80px;
}

main .contents_7 li {
  margin-top: 50px;
}

main .contents_7-tit {
  font-size: 32px;
  line-height: 1.5;
  margin-top: 80px;
  text-align: center;
  font-weight: bold;
}

main .contents_7-txt_1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}

main .contents_7-txt_2 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}

main .contents_7-txt_2 img {
  margin-right: 5px;
}

main .contents_7-txt_3 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  margin-top: 15px;
  background-color: #ffffff;
  padding: 20px 20px 14px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

main .contents_8 {
  width: 100%;
}

main .contents_8 .container {
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .contents_8-tit {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

main .contents_8-QA {
  font-size: 24px;
  line-height: 1.22222;
  font-weight: bold;
  color: #FDD831;
  margin-right: 21px;
  font-family: 'Noto Serif', serif;
}

main .contents_8-Q {
  margin-top: -3px;
}

main .contents_8-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

main .contents_8-inner p {
  font-size: 16px;
  width: 896.34px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: normal;
}

main .contents_8 .arrow-bottom {
  width: 18px;
  height: 18px;
  margin: 0 33px 0 auto;
  border-bottom: 4px solid #FDD831;
  border-right: 4px solid #FDD831;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .5s;
  transition: .5s;
}

main .contents_8 .acd-check {
  display: none;
}

main .contents_8 .acd-label {
  background: #ffffff;
  color: #000000;
  display: block;
  border-top: 1px dashed #707070;
  padding-top: 23px;
  padding-bottom: 21px;
  padding-left: 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.29167;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}

main .contents_8 .acd-label_last {
  border-bottom: 1px dashed #707070;
}

main .contents_8 .acd-label p {
  display: inline;
  width: 896.34px;
  margin-right: 81px;
  font-weight: 500;
}

main .contents_8 .acd-label_first {
  margin-top: 61.5px;
}

main .contents_8 .acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  visibility: hidden;
}

main .contents_8 .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 0 0 29.7px 20px;
  visibility: visible;
  border-bottom: none;
}

main .contents_8 .acd-check:checked + .acd-label_last + .acd-content {
  border-bottom: 1px dashed #707070 !important;
}

main .contents_8 .acd-check:checked + .acd-label {
  border-bottom: none;
}

main .contents_8 .acd-check:checked + .acd-label .arrow-bottom {
  -webkit-transform: scale(1, -1) rotate(45deg);
          transform: scale(1, -1) rotate(45deg);
  margin-top: 9px;
}

main .contents_9-1 {
  width: 100%;
  background-color: #FFF;
  padding: 100px 0;
}

main .contents_9-1 .container {
  width: 900px;
}

main .contents_9-1-tit {
  font-size: 32px;
  text-align: center;
}

main .contents_9-1-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #707070;
}

main .contents_9-1-flex:nth-of-type(1) {
  margin-top: 80px;
  border-top: 1px solid #707070;
}

main .contents_9-1-txt_1 {
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 20px;
  font-weight: 500;
}

main .contents_9-1-txt_2 {
  width: 42%;
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 10px;
  font-weight: normal;
}

main .contents_9 {
  width: 100%;
  background-color: #F7F7F7;
  padding: 100px 0;
}

main .contents_9 .container {
  width: 900px;
}

main .contents_9-tit {
  font-size: 32px;
  text-align: center;
}

main .contents_9-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 68.5px;
}

main .contents_9-inner*:nth-of-type(2) {
  margin-top: 80px;
}

main .contents_9-inner iframe {
  display: block;
  width: 400px;
  height: 300px;
}

main .contents_9-txt_1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}

main .contents_9-txt_2 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 17.5px;
  font-weight: normal;
}

main .contents_9-txt_3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

main .contents_9-txt_4 {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}

main .contents_9-txtarea {
  margin-top: 55px;
}

main .contents_9-txt_box {
  width: 460px;
  background-color: #ffffff;
  margin-top: 53.7px;
  padding: 27px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

main .contents_10 {
  width: 100%;
  background-color: #FEFEFF;
}

main .contents_10-tit {
  font-size: 32px;
  line-height: 1.475;
  text-align: center;
  margin-top: 100px;
  font-weight: bold;
}

main .contents_10 ul {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}

main .contents_10 ul :nth-of-type(n+7) {
  margin-bottom: 0;
}

main .contents_10 li {
  width: 330px;
  padding: 27px 25px 29px 25px;
  background-color: #F7F7F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 27px;
  border-radius: 10px;
}

main .contents_10-nopic {
  margin-top: 0 !important;
  padding: 30px 0 !important;
}

main .contents_10-nopic .contents_10-txt_1 {
  margin-top: 0;
}

main .contents_10-pic {
  width: 280px;
  display: block;
  margin: 0 auto;
}

main .contents_10-txt_1 {
  width: 280px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-top: 19px;
  font-weight: 500;
}

main .contents_10-txt_2 {
  width: 280px;
  margin: 0 auto;
  font-size: 27px;
  line-height: 1.48148;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
}

main .contents_10-txt_3 {
  width: 280px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  text-align: center;
}

main .merit {
  background-color: #F7F7F7;
  padding-top: 100px;
  padding-bottom: 100px;
}

main .merit--tit {
  font-size: 32px;
  text-align: center;
}

main .merit--steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 86px;
}

main .merit--step {
  width: 350px;
  height: 226px;
  border-radius: 34px;
  background-color: #FFFFFF;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 37.1px;
  padding-top: 55.1px;
}

main .merit--step--number {
  position: absolute;
  top: -26px;
  left: 34px;
  height: 52.39px;
}

main .merit--step--number img {
  width: auto;
  height: 100%;
}

main .merit--step--tit {
  font-size: 20px;
  letter-spacing: 0.05em;
}

main .merit--step--txt {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 11px;
  width: 282px;
  letter-spacing: 0.05em;
}

.voice {
  padding: 100px 0;
}

.voice--tit {
  font-size: 32px;
  text-align: center;
}

.voice--customers {
  margin-top: 68px;
}

.voice--customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F7F7F7;
  gap: 0 34px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 40px 34px;
}

.voice--customer:nth-of-type(n+2) {
  margin-top: 30px;
}

.voice--customer--number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FBB03B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 87px;
  height: 40px;
}

.voice--customer--pic {
  width: 170px;
}

.voice--customer--right {
  width: 801px;
}

.voice--customer--right--tit {
  margin-top: 10px;
  font-size: 20px;
}

.voice--customer--right--old {
  font-size: 16px;
  margin-top: 13px;
  position: relative;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice--customer--right--old:before {
  content: "";
  left: 0;
  width: 11px;
  height: 1px;
  background-color: #333333;
  position: absolute;
}

.voice--customer--right--txt {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 12px;
}

.sponcer {
  padding-bottom: 100px;
}

.sponcer--tit {
  font-size: 32px;
  text-align: center;
}

.sponcer--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 69px;
}

.sponcer--item {
  width: 330px;
  height: 222px;
  background-color: #F7F7F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 36px;
  border-radius: 10px;
}

.sponcer--item--tit {
  font-size: 27px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sponcer--item--tit:after {
  content: "";
  background-color: #333333;
  height: 1px;
  width: 70px;
  position: absolute;
  bottom: -24.5px;
}

.sponcer--item--txt {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-top: 47px;
}

.sponcer--item--name {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 9px;
}

.footer {
  width: 100%;
  background-color: #F7F7F7;
  overflow: hidden;
}

.footer-wrap {
  width: 1090px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.footer-pic {
  width: 323px;
  margin-top: 50px;
}

.footer-txt_1 {
  font-size: 26px;
  line-height: 1.46154;
  margin-left: 42px;
  margin-top: 50px;
  font-weight: 500;
}

.footer-txt_2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin-left: 42px;
  margin-top: 23px;
  font-weight: normal;
}

.footer-txt_3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 42px;
  margin-top: 9px;
  font-weight: normal;
}

.footer-txt_4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.1875;
  margin-left: 42px;
  margin-top: 0;
  font-weight: normal;
}

.footer .copy {
  width: 100%;
  background-color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 500px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #fff;
  }
  .header-container {
    width: 350px;
    height: 60px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-tit {
    width: 162px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .header-tit img {
    width: 100%;
  }
  .header-line {
    display: table;
    width: 83px;
    margin: 0px 0 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header-line img {
    display: none;
    border-radius: 9px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 100%;
  }
  .header-box {
    margin: 0px 0 0 auto;
    display: table;
    width: 79px;
  }
  .header-box img {
    display: none;
    border-radius: 9px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 100%;
  }
  main {
    width: 100%;
  }
  main .container {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  main .fv {
    position: relative;
    width: 100%;
    height: 460px;
    background-image: url(../img/fv-bg-sp.webp);
    background-size: cover;
  }
  main .fv .container {
    position: relative;
    width: 350px;
    height: 460px;
  }
  main .fv-tit {
    width: 90%;
    position: absolute;
    left: 13px;
    top: 123px;
    display: none;
  }
  main .cv {
    background-color: #5DB4FC;
    height: 301px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 16.1px;
  }
  main .cv--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .cv--pic {
    width: 100%;
    margin-top: 0px;
    display: none;
  }
  main .cv--box {
    width: 100%;
    margin: 0;
    display: none;
  }
  main .cv--box img {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  main .cv--line {
    width: 100%;
    margin: 16px 0 0;
    display: none;
  }
  main .cv--line img {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  main .info {
    width: 100%;
    height: 487px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    padding-top: 49px;
  }
  main .info .container {
    width: 350px;
  }
  main .info-tit {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    margin-top: 0px;
    font-weight: 500;
  }
  main .info-tit br {
    display: block;
  }
  main .info-txt {
    width: 100%;
    font-size: 17px;
    line-height: 1.36364;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    margin-top: 18px;
    padding: 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
  }
  main .info-main {
    display: block;
    margin-bottom: 0px;
  }
  main .info-left {
    height: auto;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 12px;
    border-radius: 9px;
    width: 100%;
    height: 167px;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  main .info-box_1 {
    margin: 17.6px auto 0;
    text-align: center;
    display: none;
    width: 177.9px;
  }
  main .info-box_2 {
    margin-left: 0;
    margin-top: 20.8px;
  }
  main .info-box_2-txt {
    font-size: 16px;
    line-height: 1.3125;
    text-align: center;
  }
  main .info-mail {
    display: block;
    margin: 0 auto;
    width: 297px;
    height: 46px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 9px;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  }
  main .info-mail img {
    width: 177px;
  }
  main .info-line {
    display: none;
  }
  main .info-line-sp {
    margin: 16px auto 0;
    width: 100%;
    height: 62px;
  }
  main .info-line-sp img {
    border-radius: 9px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  main .contents_0 {
    width: 100%;
    position: relative;
  }
  main .contents_0 .container {
    height: 792px;
    background-image: url(../img/contents_0-bg-sp.webp);
    background-size: cover;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 79.5px;
  }
  main .contents_0-tit {
    display: none;
    width: 303px;
    margin: 0 auto;
  }
  main .contents_0-tit img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  main .contents_0-txt_1 {
    margin-top: 42.8px;
    margin-left: 42.9px;
    margin-bottom: 0;
  }
  main .contents_0-txt_1 li {
    margin-top: 22.5px;
  }
  main .contents_0-txt_1 li img {
    width: 23.08px;
    margin-right: 7.1px;
  }
  main .contents_0-txt_1 li span {
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
  }
  main .contents_0-txt_1 :first-of-type {
    margin-top: 0;
  }
  main .contents_0-txt_2 {
    text-align: center;
  }
  main .contents_0-txt_2 img {
    width: 141px;
    margin-top: 34.2px;
  }
  main .contents_0-banner {
    display: none;
    width: 350px;
    margin: 40px auto 0;
  }
  main .contents_1 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F7F7F7;
  }
  main .contents_1 .container {
    width: 350px;
  }
  main .contents_1-tit_1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  main .contents_1-tit_2 {
    width: 100%;
    line-height: 1.44444;
    margin: 0 auto;
    height: 131px;
    font-size: 17px;
    margin-top: 28px;
    padding-top: 18px;
    border-radius: 17px;
  }
  main .contents_1-tit_2 span {
    display: block;
    margin: 6px 0 3px;
  }
  main .contents_1-tit_2 .img1 {
    width: 48px;
    vertical-align: text-bottom;
  }
  main .contents_1-tit_2 .img2 {
    width: 48px;
    vertical-align: text-bottom;
  }
  main .contents_1-box {
    display: block;
    padding-left: 11px;
    padding-top: 31.7px;
    height: 384px;
    margin-top: 24px;
  }
  main .contents_1-box:nth-of-type(2) {
    margin-top: 24px;
  }
  main .contents_1-box-pic {
    width: 322px;
  }
  main .contents_1-box-right {
    width: 331px;
    margin-top: 24.3px;
  }
  main .contents_1-box-right br {
    display: none;
  }
  main .contents_1-box-right-number {
    width: 55px;
  }
  main .contents_1-box-right-tit {
    font-size: 17px;
    line-height: 1.44444;
    color: #333333;
    margin-top: 5px;
  }
  main .contents_1-banner {
    display: none;
    width: 100%;
    margin: 40px auto 0;
  }
  main .contents_2 {
    width: 100%;
  }
  main .contents_2 br {
    display: block;
  }
  main .contents_2-tit {
    font-size: 24px;
    line-height: 1.33333;
    text-align: center;
    margin-top: 80px;
  }
  main .contents_2 ul {
    margin: 0 auto;
    margin-bottom: 80px;
    width: 335px;
  }
  main .contents_2 ul li:first-of-type {
    margin-top: 31px;
  }
  main .contents_2 ul li:first-of-type p img {
    width: 18px;
    margin-right: 20px;
  }
  main .contents_2-inner {
    width: 100%;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 50px;
  }
  main .contents_2-txt {
    width: 100%;
    margin-top: 25px;
  }
  main .contents_2-txt br {
    display: block;
  }
  main .contents_2-txt_1 {
    border-bottom: 1px solid #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 15px;
    padding-left: 0;
    height: auto;
    font-size: 17px;
  }
  main .contents_2-txt_1 img {
    width: 30px;
    margin-right: 15px;
    margin-left: 10px;
  }
  main .contents_2-txt_1 span {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 10px;
  }
  main .contents_2-txt_2 {
    margin-top: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 1.5;
  }
  main .contents_2-pic {
    width: 100%;
    margin-top: 0;
  }
  main .contents_3 {
    width: 100%;
  }
  main .contents_3-tit {
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
    font-size: 24px;
    line-height: 1.33333;
  }
  main .contents_3 ul {
    width: 355px;
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 80px;
  }
  main .contents_3 ul li {
    overflow: hidden;
    width: 100%;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 3.2vw;
    padding-right: 2.5vw;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 50px;
  }
  main .contents_3 ul li:last-of-type {
    margin-bottom: 0;
  }
  main .contents_3-txt {
    width: 100%;
    margin-top: 32px;
  }
  main .contents_3-txt div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main .contents_3-txt img {
    margin-right: 10px;
    width: 24px;
  }
  main .contents_3-txt span {
    border-bottom: 0.1vw dashed #000000;
  }
  main .contents_3-txt br {
    display: block;
  }
  main .contents_3-txt_1 {
    font-size: 17px;
    font-weight: bold;
    display: block;
  }
  main .contents_3-txt_2 {
    margin-top: 15px;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    width: 335px;
  }
  main .contents_3-pic {
    width: 100%;
    margin-top: 36px;
    margin-bottom: 36px !important;
    display: block;
  }
  main .contents_4-link {
    width: 355px;
    height: auto;
    display: block;
    margin: 50px auto;
    padding: 0;
    padding-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 14px;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  main .contents_4 img {
    width: 305px;
    margin: 20px auto;
  }
  main .contents_5-tit {
    margin-top: 80px;
    font-size: 24px;
    line-height: 1.33333;
    text-align: center;
  }
  main .contents_5 ul {
    width: 355px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 80px;
  }
  main .contents_5 ul li {
    width: 47vw;
    margin: 0;
    margin-top: 10vw;
  }
  main .contents_5 .bg-1 {
    background-image: url(../img/contents_5-bg-1.svg);
  }
  main .contents_5 .bg-2 {
    background-image: url(../img/contents_5-bg-2.svg);
  }
  main .contents_5 .bg-3 {
    background-image: url(../img/contents_5-bg-3.svg);
  }
  main .contents_5 .bg-4 {
    background-image: url(../img/contents_5-bg-4.svg);
  }
  main .contents_5-txt_1 {
    font-size: 17px;
    width: 150px;
    text-align: center;
    font-weight: 500;
  }
  main .contents_5-txt_2 {
    background-size: cover;
    width: 100%;
    height: 56vw;
    margin-top: 2.1vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
  }
  main .contents_5-txt_2 p {
    width: 37vw;
    margin-left: 2vw;
    margin-top: 26.5vw;
  }
  main .contents_6 {
    width: 100%;
    background-color: #FDFDFD;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  main .contents_6-tit {
    font-size: 24px;
    line-height: 37.5px;
    text-align: center;
    font-weight: bold;
  }
  main .contents_6 ul {
    width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 28px auto 0;
  }
  main .contents_6 li {
    width: 100%;
  }
  main .contents_6 li:nth-of-type(n+2) {
    margin-top: 60px;
  }
  main .contents_6-pic {
    overflow: hidden;
    width: 100%;
    height: 222px;
    background-size: cover;
  }
  main .contents_6-pic_1 {
    background-image: url(../img/contents_6-pic_1.webp);
  }
  main .contents_6-pic_2 {
    background-image: url(../img/contents_6-pic_2-sp.webp);
  }
  main .contents_6-pic_3 {
    background-image: url(../img/contents_6-pic_3.webp);
  }
  main .contents_6-txt_1 {
    font-size: 17px;
    line-height: 1;
    margin-top: 24px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  main .contents_6-txt_2 {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 11.5px;
    font-weight: normal;
    letter-spacing: 0.03em;
  }
  main .contents_7 {
    width: 100%;
  }
  main .contents_7 ul {
    width: 335px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 80px;
  }
  main .contents_7 li {
    margin-top: 50px;
  }
  main .contents_7-tit {
    font-size: 24px;
    line-height: 1.33333;
    margin-top: 80px;
    text-align: center;
  }
  main .contents_7-txt_1 {
    font-size: 17px;
    line-height: 1.33333;
  }
  main .contents_7-txt_2 {
    font-size: 14px;
    line-height: 1.3125;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .contents_7-txt_2 img {
    margin-right: 5px;
  }
  main .contents_7-txt_3 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main .contents_8 {
    width: 100%;
  }
  main .contents_8 .container {
    width: 350px;
    padding-bottom: 80px;
  }
  main .contents_8-tit {
    font-size: 24px;
    line-height: 1.33333;
    text-align: center;
  }
  main .contents_8-QA {
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    margin-right: 9.605px;
  }
  main .contents_8-Q {
    margin-top: 0;
  }
  main .contents_8-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 7px;
  }
  main .contents_8-inner p {
    font-size: 16px;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    width: 285px;
  }
  main .contents_8 .arrow-bottom {
    width: 2.2vw;
    height: 2.2vw;
    margin: 0 10px;
    margin-top: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 0.4vw solid #FDD831;
    border-right: 0.4vw solid #FDD831;
  }
  main .contents_8 .acd-check {
    display: none;
  }
  main .contents_8 .acd-label {
    border-top: 0.5px dashed #707070;
    background: #ffffff;
    color: #000000;
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 7px;
    font-size: 16px;
    line-height: 1.33333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main .contents_8 .acd-label_last {
    border-bottom: 0.5px dashed #707070;
  }
  main .contents_8 .acd-label p {
    display: inline;
    width: 285px;
    margin-right: 0;
  }
  main .contents_8 .acd-label br {
    display: none;
  }
  main .contents_8 .acd-label_first {
    margin-top: 28px;
  }
  main .contents_8 .acd-label .margin-top_2px {
    margin-top: 2px;
  }
  main .contents_8 .acd-content {
    height: 0;
    opacity: 0;
    padding: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    visibility: hidden;
  }
  main .contents_8 .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px 0 24px;
    visibility: visible;
  }
  main .contents_8 .acd-check:checked + .acd-label_last + .acd-content {
    border-bottom: 0.5px dashed #707070 !important;
  }
  main .contents_8 .acd-check:checked + .acd-label {
    border-bottom: none;
  }
  main .contents_8 .acd-check:checked + .acd-label .arrow-bottom {
    margin-top: 18px;
  }
  main .contents_8 .acd-check:checked + .acd-label .margin-top_2px {
    margin-top: 8px;
  }
  main .contents_9-1 {
    width: 100%;
    background-color: #FFF;
    padding: 80px 0;
  }
  main .contents_9-1 .container {
    width: 330px;
  }
  main .contents_9-1-tit {
    font-size: 24px;
  }
  main .contents_9-1-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 0.5px solid #333;
  }
  main .contents_9-1-flex:nth-of-type(1) {
    margin-top: 60px;
    border-top: 0.5px solid #333;
  }
  main .contents_9-1-txt_1 {
    font-size: 14px;
    margin: 20px 10px;
  }
  main .contents_9-1-txt_2 {
    width: 50%;
    font-size: 14px;
    margin: 20px 10px;
  }
  main .contents_9 {
    width: 100%;
    padding: 80px 0;
  }
  main .contents_9 .container {
    width: 330px;
  }
  main .contents_9-tit {
    font-size: 24px;
    line-height: 1;
    text-align: center;
  }
  main .contents_9-inner {
    display: block;
    margin-top: 32px;
  }
  main .contents_9-inner:nth-of-type(2) {
    margin-top: 60px;
  }
  main .contents_9-inner iframe {
    display: block;
    width: 330px;
    height: 248px;
    margin: 0 auto;
  }
  main .contents_9-txt_1 {
    font-size: 16px;
    margin-top: 0px;
    text-align: left;
  }
  main .contents_9-txt_2 {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-top: 4px;
    text-align: left;
  }
  main .contents_9-txt_3 {
    font-size: 16px;
    line-height: 1;
    text-align: left;
  }
  main .contents_9-txt_4 {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-top: 6px;
    text-align: left;
  }
  main .contents_9-txtarea {
    margin-top: 24px;
    text-align: left;
  }
  main .contents_9-txt_box {
    width: 350px;
    height: 97px;
    margin: 0 auto;
    margin-top: 24px;
    padding-top: 30.1px 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main .contents_10 {
    width: 100%;
  }
  main .contents_10-tit {
    font-size: 24px;
    line-height: 1.325;
    text-align: center;
    margin-top: 80px;
  }
  main .contents_10 ul {
    width: 350px;
    margin: 0 auto;
    margin-top: 31.7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px 30px;
    margin-bottom: 80px;
  }
  main .contents_10 ul :nth-of-type(n+7) {
    margin-bottom: 0px;
  }
  main .contents_10 ul :last-of-type {
    margin-bottom: 0;
  }
  main .contents_10 .sp {
    padding-top: 8px;
  }
  main .contents_10 li {
    width: 160px;
    height: 245px;
    padding: 13px 12px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0px;
  }
  main .contents_10 li.margin {
    margin-top: 16px !important;
  }
  main .contents_10 .contents_10-nopic {
    height: auto;
    padding: 12px 0 0 0 !important;
    height: 76px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main .contents_10-pic {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  main .contents_10-txt_1 {
    width: auto;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    margin-top: 11.9px;
  }
  main .contents_10-txt_2 {
    width: auto;
    margin: 6.3px auto 0;
    font-size: 15px;
    line-height: 1;
    text-align: center;
  }
  main .contents_10-txt_3 {
    width: auto;
    margin: 0 auto;
    font-size: 10px;
    line-height: 1;
    margin-top: 4.6px;
  }
  main .merit {
    background-color: #F7F7F7;
    padding: 80px 0;
  }
  main .merit .container {
    width: 350px;
  }
  main .merit--tit {
    font-size: 24px;
    text-align: center;
  }
  main .merit--steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 72px;
  }
  main .merit--step {
    width: 100%;
    height: 184px;
    border-radius: 20px;
    padding-left: 33.4px;
    padding-top: 52.4px;
  }
  main .merit--step:nth-of-type(n+2) {
    margin-top: 60px;
  }
  main .merit--step--number {
    position: absolute;
    top: -26.7px;
    left: 35.3px;
    height: 52.39px;
  }
  main .merit--step--tit {
    font-size: 17px;
  }
  main .merit--step--txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8.5px;
    width: 282px;
  }
  .voice {
    padding: 80px 0;
  }
  .voice .container {
    width: 350px;
  }
  .voice--tit {
    font-size: 24px;
    text-align: center;
  }
  .voice--customers {
    margin-top: 48px;
  }
  .voice--customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    position: relative;
    overflow: hidden;
  }
  .voice--customer:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .voice--customer--pic {
    width: 140px;
  }
  .voice--customer--right {
    width: 330px;
    margin-top: 12px;
  }
  .voice--customer--right--tit {
    font-size: 16px;
    line-height: 1.44444;
  }
  .voice--customer--right--old {
    font-size: 14px;
    margin-top: 8px;
    padding-left: 15px;
  }
  .voice--customer--right--txt {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin-top: 10.5px;
  }
  .sponcer {
    padding: 0px 0 80px;
  }
  .sponcer .container {
    overflow: initial;
  }
  .sponcer--tit {
    font-size: 24px;
    text-align: center;
  }
  .sponcer--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
  .sponcer--item {
    width: 330px;
    height: 137px;
    padding-top: 22.7px;
  }
  .sponcer--item--tit {
    font-size: 17px;
  }
  .sponcer--item--tit:after {
    content: "";
    background-color: #333333;
    height: 1px;
    width: 70px;
    position: absolute;
    bottom: -15.9px;
  }
  .sponcer--item--txt {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    margin-top: 35.6px;
  }
  .sponcer--item--name {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
  }
  .footer {
    width: 100%;
    overflow: hidden;
  }
  .footer-wrap {
    width: 330px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
    text-align: left;
  }
  .footer-pic {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .footer-txt_1 {
    font-size: 16px;
    line-height: 1;
    margin-left: 0;
    margin-top: 35px;
    font-weight: 500;
  }
  .footer-txt_1 br {
    display: block;
  }
  .footer-txt_2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-left: 0;
    margin-top: 15px;
  }
  .footer-txt_3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    line-height: 1;
    margin-left: 0;
    margin-top: 8.5px;
  }
  .footer-txt_4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    line-height: 1.58333;
    margin-left: 0;
    margin-top: 8.5px;
  }
  .footer .copy {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 13px 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */