.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.sp-flex{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/*notes*/
header {
  background: top center / cover url(../img/0000.png) no-repeat;
  padding: 40px 2%;
}

header .header__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}

header .header__wrap .box__wrap {
  text-align: center;
  width: 44.79%;
}

header .header__wrap .box__wrap h1 {
  font-size: 3.2rem;
  line-height: 1.4;
}

header .header__wrap .box__wrap h1 span {
  color: #1d3490;
  font-size: 5.6rem;
  font-weight: 900;
  letter-spacing: .075em;
  line-height: 1.0;
}

header .header__wrap .box__wrap h1 span span {
  color: #1d3490;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: .05em;
}

header .header__wrap .box__wrap .logo {
  max-width: 418px;
  width: 100%;
}

header .header__wrap .box__wrap div {
  font-size: 1.2rem;
  margin: 1em auto;
  /* max-width: 310px; */
}

header  a {
  display: block;
  margin-bottom: .5em;
  filter: drop-shadow(0px 6px 0px #b34a40);
  transition: filter 0.3s ease, transform 0.3s ease;
}

header .header__wrap .box__wrap div a:hover {
  filter: none;
  transform: scale(0.99, 0.99) translateY(2px);
}

.microcopy {
  /* font-size: min(15px, 3.9vw); */
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}

.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 420px) {
  .slash {
    font-size: 4.8vw;
  }
}

header .header__wrap .box__wrap div .slash::before,
header .header__wrap .box__wrap div .slash::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #222;
  margin-bottom: -.2em;
}

header .header__wrap .box__wrap div .slash::before {
  transform: rotate(60deg);
}

header .header__wrap .box__wrap div .slash::after {
  transform: rotate(-60deg);
}

header .header__wrap .box__wrap .i1 {
  max-width: 418px;
  width: 100%;
}

header .header__wrap .item {
  width: 55.21%;
}

header .header__wrap .item>p {
  font-size: 12px;
  text-align: center;
  color: #333;
}

@media (max-width: 720px) {
  header .header__wrap .item {
    width: 100%;
  }
  header .header__wrap .item>p {
    font-size: 2.3vw;
  }
}

/*notes*/
:root {
  --c-main: 0, 32, 100;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed
}

.s01__wrap {
  position: relative;
  background: #fff;
  padding: 80px 5%;
}

.s01__wrap:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -48px;
  border: 48px solid transparent;
  border-top: 38px solid #fff;
}

.s01__wrap h2 {
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 2em;
  text-align: center;
}

.s01__wrap h2 span {
  font-size: 4.0rem;
}

.s01__wrap h2 span span {
  position: relative;
  color: #1d3490;
  font-size: 5.0rem;
}

.s01__wrap h2 span span:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0101.webp) no-repeat;
  width: 136px;
  height: 11px;
  bottom: -15%;
  left: 5%;
}

.s01__wrap ul {
  display: flex;
  justify-content: center;
  margin-top: 5em;
}

.s01__wrap li {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 1em;
  padding-left: 1em;
}

.s01__wrap li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0102.webp) no-repeat;
  width: 24px;
  height: 22px;
  top: 20%;
  left: 0;
}

.s01__wrap li span {
  background: linear-gradient(transparent 72%, #95b2ce 0%);
}

/*notes*/
.s02__wrap {
  background: #dbeaf3;
  overflow: hidden;
  padding: 100px 5% 60px;
}

.s02__wrap h2 {
  font-size: 3.8rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s02__wrap h2 span {
  color: #1d3490;
  font-size: 4.6rem;
}

.s02__wrap ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}

.s02__wrap ul:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0207.webp) no-repeat;
  width: 152px;
  height: 269px;
  top: -90%;
  right: -8%;
}

.s02__wrap ul li {
  align-items: center;
  background: #fff;
  border-radius: 4em;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 4px;
  width: 32.00%;
}

.s02__wrap ul li img {
  width: 25%;
}

.s02__wrap ul li div {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  width: 75%;
}

.s02__wrap ul li div h3 {
  color: #1d3490;
  font-size: 2.2rem;
}

.s02__wrap a {
  display: block;
  margin: 4em auto 0;
  max-width: 372px;
  text-align: center;
}

.s02__wrap a img {
  filter: drop-shadow(0px 6px 0px #b34a40);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.s02__wrap a img:hover {
  filter: none;
  transform: scale(0.99, 0.99) translateY(2px);
}

.s02__wrap a .microcopy {
  font-size: min(18px, 3.9vw);
  margin: 0;
  margin-top: .2em;
}

.s02__wrap a .slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0;
}

.s02__wrap a .slash::before,
.s02__wrap a .slash::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #222;
  margin-bottom: -.2em;
}

.s02__wrap a .slash::before {
  transform: rotate(60deg);
}

.s02__wrap a .slash::after {
  transform: rotate(-60deg);
}

/*notes*/
.s03__wrap {
  padding: 40px 5%;
  text-align: center;
}

.s03__wrap h3 {
  font-size: 3.2rem;
}

.s03__wrap img {
  max-width: 580px;
  width: 100%;
}

.s03__wrap p {
  font-size: 1.2rem;
}

/*notes*/
.s04__wrap {
  padding: 80px 5%;
}

.s04__wrap h2 {
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s04__wrap h2 span {
  color: #1d3490;
}

.s04__wrap h2 span span {
  font-size: 4.4rem;
}

.s04__wrap ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 700px;
}

.s04__wrap ul:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0401.webp) no-repeat;
  width: 177px;
  height: 235px;
  top: -40%;
  left: -16%;
}

.s04__wrap ul li {
  border: 2px solid #3a67ae;
  margin-top: 15px;
  text-align: center;
  width: 48.57%;
}

.s04__wrap ul li h3 {
  background: #3a67ae;
  color: #fff;
  font-size: 2.4rem;
  padding: .25em;
}

.s04__wrap ul li p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding: .75em;
}

.s04__wrap ul li:nth-child(4) p {
  line-height: 1.0;
}

.s04__wrap ul li p span {
  font-size: 3.2rem;
}

/*notes*/
.s05__wrap {
  background: #dbeaf3;
  padding: 80px 5%;
}

.s05__wrap h2 {
  font-size: 4.0rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}

.s05__wrap div {
  background: #fff;
  border: 2px solid #3a67ae;
  box-sizing: border-box;
  margin: auto;
  max-width: 960px;
  padding: 30px;
}

.s05__wrap div h3 {
  background: #3a67ae;
  border-radius: 2em;
  color: #fff;
  display: table;
  font-size: 2.0rem;
  margin: -50px auto 1em;
  padding: .25em 1.5em;
}

/*notes*/
.s06__wrap {
  padding: 80px 5%;
  text-align: center;
}

.s06__wrap h2 {
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}

.s06__wrap .logo {
  margin: auto;
  max-width: 800px;
  width: 100%;
}

.s06__wrap p {
  font-size: 1.4rem;
  margin: 1em 0;
}

.s06__wrap p span {
  font-size: 1.8rem;
  font-weight: 700;
}

.s06__wrap a {
  display: block;
  margin: 4em auto 0;
  max-width: 372px;
  text-align: center;
}

.s06__wrap a img {
  filter: drop-shadow(0px 6px 0px #b34a40);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.s06__wrap a img:hover {
  filter: none;
  transform: scale(0.99, 0.99) translateY(2px);
}

.s06__wrap a .microcopy {
  font-size: min(18px, 3.9vw);
  margin: 0;
  margin-top: .2em;
}

.s06__wrap a .slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0;
}

.s06__wrap a .slash::before,
.s06__wrap a .slash::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #222;
  margin-bottom: -.2em;
}

.s06__wrap a .slash::before {
  transform: rotate(60deg);
}

.s06__wrap a .slash::after {
  transform: rotate(-60deg);
}

/*notes*/
.s07__wrap {
  background: #fef7e3;
  padding: 80px 5%;
}

.s07__wrap h2 {
  color: #f97316;
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s07__wrap h3 {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}

.s07__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 800px;
}

.s07__wrap ul li {
  background: #fff;
  border-radius: 24px;
  width: 47.25%;
}

.s07__wrap ul li h4 {
  background: #f97316;
  border-radius: 24px 24px 0 0;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: .075em;
  padding: .25em;
  text-align: center;
}

.s07__wrap ul li img {
  display: block;
  margin: 20px auto;
  width: 95%;
}

/*notes*/
.s08__wrap {
  padding: 80px 5%;
}

.s08__wrap h2 {
  font-size: 4.0rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s08__wrap h3 {
  position: relative;
  background: #1d3490;
  border-radius: 10px;
  color: #fff;
  display: table;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0 auto 1em;
  padding: .5em 1em;
  text-align: center;
}

.s08__wrap h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 12px solid #1d3490;
}

.s08__wrap h3 span {
  font-size: 3.4rem;
}

.s08__wrap ul {
  margin: auto;
  max-width: 840px;
}

.s08__wrap ul li {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.s08__wrap ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0804.webp) no-repeat;
  width: 82px;
  height: 32px;
  bottom: -32%;
  left: 0;
  right: 0;
  margin: auto;
}

.s08__wrap ul li:last-child:before {
  display: none;
}

.s08__wrap ul li img {
  width: 20.00%;
}

.s08__wrap ul li .box__wrap {
  width: 77.14%;
}

.s08__wrap ul li .box__wrap div {
  align-items: center;
  display: flex;
}

.s08__wrap ul li .box__wrap div p {
  color: #1d3490;
  font-weight: 700;
  line-height: 1;
  margin-right: 1em;
}

.s08__wrap ul li .box__wrap div p span {
  display: block;
  font-size: 5.6rem;
  font-weight: 900;
}

.s08__wrap ul li .box__wrap div h4 {
  font-size: 2.2rem;
}

.s08__wrap a {
  display: block;
  margin: auto;
  max-width: 372px;
  text-align: center;
}

.s08__wrap a img {
  filter: drop-shadow(0px 6px 0px #b34a40);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.s08__wrap a img:hover {
  filter: none;
  transform: scale(0.99, 0.99) translateY(2px);
}


.s08__wrap a .microcopy {
  font-size: min(18px, 3.9vw);
  margin-top: .2em;
}

.s08__wrap a .slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0;
}

.s08__wrap a .slash::before,
.s08__wrap a .slash::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #222;
  margin-bottom: -.2em;
}

.s08__wrap a .slash::before {
  transform: rotate(60deg);
}

.s08__wrap a .slash::after {
  transform: rotate(-60deg);
}

/*notes*/
.s09__wrap {
  background: #dbeaf3;
  padding: 80px 5%;
}

.s09__wrap h2 {
  font-size: 4.0rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s09__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 980px;
}

.s09__wrap ul li {
  background: #fff;
  border-radius: 24px;
  box-sizing: border-box;
  margin-top: 2%;
  padding: 20px;
  width: 48.97%;
}

.s09__wrap ul li .box__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

.s09__wrap ul li .box__wrap div {
  text-align: center;
  width: 71.83%;
}

.s09__wrap ul li .box__wrap div p {
  color: #3a67ae;
  font-size: 2.6rem;
  font-weight: 700;
}

.s09__wrap ul li .box__wrap div p span {
  font-size: 5.6rem;
}

.s09__wrap ul li .box__wrap div h3 {
  font-size: 2.0rem;
}

.s09__wrap ul li .box__wrap img {
  width: 27%;
}

/*notes*/
.s10__wrap {
  padding: 80px 5%;
}

.s10__wrap h2 {
  font-size: 4.0rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s10__wrap h3 {
  font-size: 2.0rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s10__wrap table {
  border: 3px solid #222;
  font-weight: 700;
  margin: auto;
  max-width: 760px;
  width: 100%;
}

.s10__wrap table th {
  background: #3a67ae;
  border: 1.5px solid #222;
  color: #fff;
  padding: .5em;
  width: 33%;
}

.s10__wrap table td {
  border: 1.5px solid #222;
  padding: 1em;
  text-align: center;
}

.s10__wrap p {
  font-size: 1.4rem;
  margin-top: 1em;
  text-align: center;
}

/*notes*/
.s11__wrap {
  background: #f97316;
  padding: 80px 5%;
}

.s11__wrap h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s11__wrap div {
  background: #fff;
  border-radius: 24px;
  box-sizing: border-box;
  margin: auto;
  max-width: 720px;
  padding: 30px;
}

.s11__wrap .t1 {
  color: #fff;
  margin: 1.5em auto 0;
  max-width: 720px;
  text-align: right;
}

/*notes*/
.s12__wrap {
  background: #ffffff;
  padding: 80px 5%;
}

.s12__wrap h2 {
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}

.acc__wrap {
  margin: auto;
  max-width: 720px;
  padding-bottom: 1em;
}

.acc__wrap .question {
  position: relative;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: .5em;
  padding-right: 2.5em;
}

.acc__wrap .question p:nth-of-type(1) {
  align-items: center;
  background: #f97315;
  /* border-radius: 6px; */
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  margin-right: .5em;
  width: 36px;
}

.acc__wrap .question p:nth-of-type(2) {
  width: 90%;
}

.acc__wrap .question:before {
  position: absolute;
  content: "";
  top: 20%;
  right: 10px;
  width: 24px;
  height: 3px;
  transform: rotate(90deg);
  background: #f97315;
  transition: all .3s ease-in-out;
}

.acc__wrap .question:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 10px;
  width: 24px;
  height: 3px;
  background: #f97315;
  transition: all .1s ease-in-out;
}

.acc__wrap .question.open:before {
  background: #f97315;
  transform: rotate(180deg);
}

.acc__wrap .question.open:after {
  opacity: 0;
}

.acc__wrap .answer {
  background: #fff;
  border-radius: 10px;
  margin-bottom: .5em;
  padding: 1.5em;
}

.acc__wrap a:link,
.acc__wrap a:visited {
  color: #3a67ae;
  text-decoration: underline;
}

/*notes*/
.s13__wrap {
  background: #f97315;
  padding: 80px 5%;
}

.s13__wrap h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s13__wrap .box__wrap {
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  margin: auto;
  max-width: 720px;
  padding: 20px;
}

dl div {
  border-bottom: 1px solid #9E9E9E;
  display: flex;
  padding: .75em 0;
}

dl div:last-child {
  border-bottom: none;
}

dt {
  color: #f97315;
  font-weight: 700;
  max-width: 15em;
  width: 100%;
}

dd a:link,
dd a:visited {
  color: #3a67ae;
  text-decoration: underline;
}

.s13__wrap .privacy:link,
.s13__wrap .privacy:visited {
  color: #fff;
  display: block;
  margin: .5em 0 1.5em;
  text-align: center;
}

.s13__wrap .box__wrap h3 {
  border-bottom: 1px solid #9E9E9E;
  color: #f97315;
  font-weight: 700;
  margin-bottom: .5em;
  padding-bottom: .5em;
  text-align: center;
}

/*notes*/
.s14__wrap {
  padding: 80px 5%;
}

.s14__wrap h2 {
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 2em;
  text-align: center;
}

form {
  font-weight: 700;
  margin: auto;
  max-width: 720px;
}

form .input__wrap {
  align-items: flex-start;
  display: flex;
  margin-bottom: 16px;
}

form .item__wrap {
  margin-top: .5em;
  width: 35%;
}

form .item__wrap span {
  background: #de164e;
  color: #fff;
  font-size: 1.2rem;
  margin-right: .5em;
  padding: .2em .5em;
  text-align: center;
}

form .item__wrap span.any {
  background: #fff;
  border: 1px solid #222;
  color: #222;
}

form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 2%;
  width: 65%;
}

form textarea {
  font-family: Arial, 'Noto Sans JP', sans-serif;
  height: 150px;
}

form select {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2%;
  width: 32.5%;
}

.s14__wrap .radio__wrap,
.s14__wrap .checkbox__wrap {
  margin-top: .25em;
  width: 65%;
}

.s14__wrap .radio__wrap div,
.s14__wrap .checkbox__wrap div {
  align-items: baseline;
  display: flex;
  margin: .3em 0;
  width: 50%;
}

form input[type=submit] {
  background: #1d3490;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 1.5em auto 0;
  max-width: 240px;
  padding: .65em;
  transition: .4s;
  width: 100%;
}

form input[type=submit]:hover {
  background: #3a67ae;
}

::-webkit-input-placeholder {
  color: #cacaca;
  font-size: 1.6rem;
}

/*notes*/
footer {
  background: #f1f1f1;
  font-size: 1.4rem;
  padding: 20px 5% 10px;
  text-align: center;
}

footer img {
  margin-bottom: 1em;
  max-width: 216px;
}

/*notes*/
.s15__wrap {
  padding: 20px 0 80px;
  text-align: center;
}

.s15__wrap .logo {
  display: block;
  margin: 0 auto 2em;
  max-width: 160px;
}

.s15__wrap h2 {
  position: relative;
  background: #ff6c00;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 2em;
  padding: .25em;
}

.s15__wrap h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 12px solid #ff6c00;
}

.s15__wrap .box__wrap {
  font-size: 1.4rem;
  margin: auto;
  max-width: 600px;
}

.s15__wrap .box__wrap div {
  margin-bottom: 1em;
}

.s15__wrap .box__wrap div h3 {
  background: #ff7e00;
  color: #fff;
  padding: .25em .75em;
}

.s15__wrap .box__wrap div p {
  padding: .5em;
  font-weight: 400;
}

.s15__wrap .t1 {
  font-weight: 700;
  margin-top: 5em;
}

.s15__wrap .checkbox__wrap {
  display: table;
  font-weight: 700;
  margin: 3em auto;
}

.s15__wrap .checkbox__wrap a {
  color: #de164e;
  text-decoration: underline;
}

.s15__wrap .btn1 {
  background: #bbb;
  border-radius: 2em;
  color: #fff;
  display: table;
  font-weight: 700;
  margin: auto;
  padding: .55em 4em;
  background-color: rgb(var(--c-main));
}

.s15__wrap .btn2 {
  background: #bbb;
  border-radius: 2em;
  color: #fff;
  display: table;
  font-weight: 700;
  margin: 1.5em auto 0;
  padding: .45em 3em;
}

.s15__wrap .check-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem
}

.s15__wrap .check-buttons>.button {
  display: inline-block;
  width: 100%;
  padding: .5rem 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 100vmax;
  transition: opacity .6s
}

.s15__wrap .check-buttons>.button.-send {
  max-width: 16rem;
  padding: 1.75rem;
  font-size: 1.8rem;
  background-color: #ff6c00;
  border: 1px solid #ff6c00;
}

.s15__wrap .check-buttons>.button:focus {
  opacity: .6
}

.s15__wrap .check-buttons>.button.-back {
  max-width: 10.5rem;
  padding: 1.5rem 1rem;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  background-color: #bbb;
  border: 1px solid #bbb
}

@media screen and (max-width: 576px) {
  .s15__wrap .check-buttons {
    margin-top: 2.5rem
  }

  .s15__wrap .check-buttons>.button.-send {
    font-size: 1rem
  }

  .s15__wrap .check-buttons>.button.-back {
    font-size: .875rem
  }
}

@media(hover: hover)and (pointer: fine) {
  .s15__wrap .check-buttons>.button:hover {
    opacity: .6
  }
}

.send-button {
  max-width: 70%;
  margin: 3.75rem auto 0
}

@media screen and (max-width: 992px) {
  .send-button {
    margin-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem)
  }
}

@media screen and (max-width: 576px) {
  .send-button {
    max-width: 100%
  }
}

.send-button>.button {
  display: block;
  width: 100%;
  padding: 1.5rem 1rem;
  margin: 0 auto;
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  background-color: rgb(249 115 21);
  border: 2px solid rgb(249 115 21);
  transition: background-color .6s, color .6s
}

.send-button>.button:focus {
  color: rgb(var(--c-main));
  background-color: #fff
}

@media(hover: hover)and (pointer: fine) {
  .send-button>.button:hover {
    color: rgb(var(--c-main));
    background-color: #fff
  }
}

@media screen and (max-width: 992px) {
  .send-button>.button {
    max-width: 80%;
    padding: clamp(1rem, 0.696rem + 1.3vw, 1.5rem) 1rem;
    font-size: clamp(1.125rem, 0.669rem + 1.94vw, 1.875rem)
  }
}

/*notes*/
.s16__wrap {
  padding: 20px 0 80px;
  text-align: center;
}

.s16__wrap .logo {
  display: block;
  margin: 0 auto 2em;
  max-width: 160px;
}

.s16__wrap p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  margin: 8em 0;
}

.s16__wrap .btn {
  background: #ff6c00;
  border-radius: 2em;
  color: #fff;
  display: table;
  font-weight: 700;
  margin: auto;
  padding: .55em 4em;
}



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

  .sp {
    display: block !important;
  }

  .sp-flex{
    display: flex;
  }

  body {
    font-size: 1.4rem;
  }

  /*notes*/
  header {
    padding: 40px 5% 20px;
  }

  header .header__wrap {
    display: block;
  }

  header .header__wrap .box__wrap {
    width: 100%;
  }

  header .header__wrap .box__wrap h1 {
    font-size: 2.4rem;
  }

  header .header__wrap .box__wrap h1 span {
    font-size: 4.2rem;
  }

  header .header__wrap .box__wrap h1 span span {
    font-size: 3.2rem;
  }

  header .header__wrap .box__wrap .logo {
    width: 90%;
  }

  header .header__wrap .box__wrap div {
    width: 100%;
  }

  /*notes*/
  .s01__wrap {
    padding: 50px 5%;
  }

  .s01__wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }

  .s01__wrap h2 span {
    font-size: 2.2rem;
  }

  .s01__wrap h2 span span {
    font-size: 2.8rem;
  }

  .s01__wrap h2 span span:before {
    width: 76px;
    height: 6px;
  }

  .s01__wrap ul {
    display: table;
    margin: auto;
  }

  .s01__wrap li {
    font-size: 1.8rem;
    margin-top: 1em;
  }

  .s01__wrap li:before {
    width: 20px;
    height: 18px;
  }

  /*notes*/
  .s02__wrap {
    padding: 50px 5%;
  }

  .s02__wrap h2 {
    font-size: 2.2rem;
  }

  .s02__wrap h2 span {
    font-size: 2.6rem;
  }

  .s02__wrap ul {
    display: block;
  }

  .s02__wrap ul:before {
    width: 90px;
    height: 130px;
    top: -11%;
    right: -5%;
  }

  .s02__wrap ul li {
    width: 100%;
  }

  .s02__wrap ul li div {
    margin-right: 2em;
  }

  .s02__wrap a {
    width: 90%;
  }

  /*notes*/
  .s03__wrap {
    padding: 20px 5%;
  }

  .s03__wrap h3 {
    font-size: 2.0rem;
  }

  .s03__wrap img {
    margin: .5em 0;
  }

  .s03__wrap p {
    font-size: .8rem;
  }

  /*notes*/
  .s04__wrap {
    padding: 50px 5%;
  }

  .s04__wrap h2 {
    font-size: 2.2rem;
  }

  .s04__wrap h2 span span {
    font-size: 2.6rem;
  }

  .s04__wrap ul {
    display: block;
    width: 85%;
  }

  .s04__wrap ul:before {
    width: 95px;
    height: 130px;
    top: -15%;
    left: -14%;
  }

  .s04__wrap ul li {
    width: 100%;
  }

  .s04__wrap ul li h3 {
    font-size: 2.0rem;
  }

  .s04__wrap ul li p {
    font-size: 1.8rem;
  }

  .s04__wrap ul li p span {
    font-size: 2.6rem;
  }

  /*notes*/
  .s05__wrap {
    padding: 50px 5%;
  }

  .s05__wrap h2 {
    font-size: 2.4rem;
    margin-bottom: 2em;
  }

  .s05__wrap div {
    background: #fff;
    border: 2px solid #3a67ae;
    box-sizing: border-box;
    margin: auto;
    max-width: 960px;
    padding: 30px;
  }

  .s05__wrap div h3 {
    font-size: 1.7rem;
  }

  /*notes*/
  .s06__wrap {
    padding: 50px 5%;
  }

  .s06__wrap h2 {
    font-size: 2.2rem;
  }

  .s06__wrap p {
    font-size: 1.2rem;
  }

  .s06__wrap p span {
    font-size: 1.5rem;
  }

  .s06__wrap a {
    width: 90%;
  }

  /*notes*/
  .s07__wrap {
    padding: 50px 5%;
  }

  .s07__wrap h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5em;
  }

  .s07__wrap h3 {
    font-size: 1.8rem;
  }

  .s07__wrap ul {
    display: block;
    width: 90%;
  }

  .s07__wrap ul li {
    border-radius: 20px;
    margin-top: 20px;
    width: 100%;
  }

  .s07__wrap ul li h4 {
    border-radius: 20px 20px 0 0;
    font-size: 2.2rem;
  }

  .s07__wrap ul li img {
    margin: 20px auto 0;
    padding-bottom: 20px;
  }

  /*notes*/
  .s08__wrap {
    padding: 50px 5%;
  }

  .s08__wrap h2 {
    font-size: 2.4rem;
  }

  .s08__wrap h3 {
    font-size: 1.8rem;
    margin: 0 auto 2em;
    padding: .55em 1.5em;
  }

  .s08__wrap h3 span {
    font-size: 2.8rem;
  }

  .s08__wrap ul {
    margin: auto;
    max-width: 840px;
  }

  .s08__wrap ul li:before {
    width: 64px;
    height: 24px;
    bottom: -26%;
  }

  .s08__wrap ul li:last-child {
    margin-bottom: 40px;
  }

  .s08__wrap ul li img {
    width: 20.00%;
  }

  .s08__wrap ul li .box__wrap {
    width: 100%;
  }

  .s08__wrap ul li .box__wrap div {
    align-items: center;
    display: flex;
  }

  .s08__wrap ul li .box__wrap div p {
    margin-left: 1em;
  }

  .s08__wrap ul li .box__wrap div p span {
    font-size: 4.6rem;
  }

  .s08__wrap ul li .box__wrap div h4 {
    font-size: 1.8rem;
  }

  .s08__wrap ul li .box__wrap .t1 {
    align-items: center;
    display: flex;
  }

  .s08__wrap ul li .box__wrap .t1 img {
    margin-right: 20px;
    width: 100px;
  }

  .s08__wrap a {
    width: 90%;
  }

  /*notes*/
  .s09__wrap {
    padding: 50px 8%;
  }

  .s09__wrap h2 {
    font-size: 2.4rem;
  }

  .s09__wrap ul {
    display: block;
  }

  .s09__wrap ul li {
    border-radius: 20px;
    margin-top: 20px;
    width: 100%;
  }

  .s09__wrap ul li .box__wrap {
    display: block;
  }

  .s09__wrap ul li .box__wrap div {
    width: 100%;
  }

  .s09__wrap ul li .box__wrap div p {
    font-size: 2.2rem;
  }

  .s09__wrap ul li .box__wrap div p span {
    font-size: 4.6rem;
  }

  .s09__wrap ul li .box__wrap div h3 {
    font-size: 1.8rem;
  }

  .s09__wrap ul li .box__wrap img {
    display: block;
    margin: 1em auto;
    width: 100px;
  }

  /*notes*/
  .s10__wrap {
    padding: 50px 5%;
  }

  .s10__wrap h2 {
    font-size: 2.4rem;
  }

  .s10__wrap h3 {
    font-size: 1.8rem;
  }

  .s10__wrap table td {
    padding: 1em 0;
  }

  .s10__wrap p {
    font-size: 1.2rem;
  }

  /*notes*/
  .s11__wrap {
    padding: 50px 5%;
  }

  .s11__wrap h2 {
    font-size: 2.2rem;
  }

  .s11__wrap div {
    border-radius: 20px;
  }

  /*notes*/
  .s12__wrap {
    padding: 50px 5%;
  }

  .s12__wrap h2 {
    font-size: 2.2rem;
    margin-bottom: 2em;
  }

  .acc__wrap .question {
    font-size: 1.4rem;
  }

  .acc__wrap .question p:nth-of-type(1) {
    font-size: 2.0rem;
    height: 30px;
    width: 30px;
  }

  .acc__wrap .question:before {
    right: 10px;
    width: 20px;
    height: 2px;
  }

  .acc__wrap .question:after {
    width: 20px;
    height: 2px;
  }

  .acc__wrap .question.open:after {
    opacity: 0;
  }

  /*notes*/
  .s13__wrap {
    padding: 50px 5%;
  }

  .s13__wrap h2 {
    font-size: 2.2rem;
  }

  .s13__wrap .box__wrap {
    border-radius: 10px;
    font-size: 1.3rem;
    padding: 20px 10px;
  }

  dl div {
    display: block;
    padding: .5em 0;
  }

  .s13__wrap .privacy:link,
  .s13__wrap .privacy:visited {
    font-size: 1.3rem;
    margin: .5em 0 2.5em;
  }

  .s13__wrap .box__wrap h3 {
    text-align: left;
  }

  /*notes*/
  .s14__wrap {
    padding: 50px 5%;
  }

  .s14__wrap h2 {
    font-size: 2.2rem;
  }

  form .input__wrap {
    display: block;
  }

  form .item__wrap {
    width: 100%;
  }

  form .item__wrap span {
    font-size: 1.0rem;
  }

  form input[type=text],
  form input[type=mail],
  form input[type=tel],
  form input[type=number],
  form textarea {
    padding: 3%;
    width: 100%;
  }

  form select {
    padding: 3%;
    width: 50%;
  }

  .radio__wrap,
  .checkbox__wrap {
    width: 100%;
  }

  .radio__wrap div,
  .checkbox__wrap div {
    width: 100%;
  }

  form input[type=submit] {
    font-size: 2.0rem;
    max-width: 200px;
  }

  /*notes*/
  footer {
    font-size: 1.2rem;
  }

  footer img {
    max-width: 180px;
  }

  /*notes*/
  .s15__wrap .box__wrap {
    text-align: left;
    width: 90%;
  }

  .s15__wrap .box__wrap div p {
    padding: .5em;
  }

  /*notes*/
  .s16__wrap p {
    font-size: 1.5rem;
    margin: 6em 0 2em;
  }
}

/* 電話CTA追加 */
.adlp-outer {
  height: 50px;
  display: flex;
  justify-content: space-between;
  padding: 6px 10px;
}

.adlp-outer img {
  height: 100%;
}

.adlp-outer .header-right img {
  height: 100%;
  filter: drop-shadow(0px 4px 0px #b34a40);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.adlp-outer .header-right img:hover {
  filter: none;
  transform: scale(0.99, 0.99) translateY(2px);
}

.header-right {
  display: flex;
  justify-content: end;
}

.header-right a {
  display: contents;
}

.tel-tracking {
  position: relative;
  height: 100%;
  margin-right: 3px;
}

.adlp-outer .header-right .tel-tracking img,
#floating-banner .tel-tracking img {
  filter: drop-shadow(0px 4px 0px #15438d);
}

.adlp-outer .header-right .tel-tracking img:hover,
#floating-banner .tel-tracking img:hover {
  filter: none;
  transform: scale(0.99, 0.99) translateY(2px);
}

.tel-tracking span {
  position: absolute;
  color: #fff;
  left: 22.3%;
  font-size: 23px;
  line-height: 1;
  top: 10%;
  transition: transform 0.3s ease;
}

.tel-tracking img:hover+span {
  /* transform: translate(-50%, -50%) translateY(2px); */
  /* テキストも同時に移動 */
}

@media screen and (max-width:1000px) {
  .adlp-outer {
    height: 6.3vw;
    padding: 6px 2px;
  }

  .tel-tracking span {
    position: absolute;
    left: 22%;
    font-size: 3vw;
  }
}

/*.adlp-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.adlp-header {
  box-shadow: 0px min(calc((4 / 1080) * 100vw), 4px)
      min(calc((6 / 1080) * 100vw), 6px) 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 999;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #F4733C;
}

.adlp-header .txt1 {
  position: absolute;
  top: min(calc((13 / 1080) * 100vw), 13px);
  left: min(calc((1242 / 1080) * 100vw), 1242px);
  font-size: min(calc((26 / 1080) * 100vw), 26px);
  line-height: 1;
  font-weight: 700;
}

.adlp-header .txt2 {
  position: absolute;
  top: min(calc((46 / 1080) * 100vw), 46px);
  left: min(calc((1242 / 1080) * 100vw), 1242px);
  font-size: min(calc((12 / 1080) * 100vw), 12px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: min(calc((1 / 1080) * 100vw), 1px);
}

.adlp-header .header_switch {
  width: min(calc((36 / 1080) * 100vw), 36px);
  height: min(calc((38 / 1080) * 100vw), 36px);
  position: absolute;
  top: min(calc((18 / 1080) * 100vw), 18px);
  left: min(calc((1464 / 1080) * 100vw), 1464px);
  cursor: pointer;
}

.adlp-header .header_switch > span {
  background: #fff;
  position: absolute;
}
.adlp-header .header_switch .switch-close {
  display: none;
}

.adlp-header .header_switch .switch-close.show {
  display: block;
  z-index: 9999;
}

.adlp-header .adlp-header_nav {
  display: none;
  position: relative;
}

.adlp-header .adlp-header_nav.show {
  display: block;
}

.adlp-header .header_nav_inner {
  background: #fff;
  width: fit-content;
  padding: min(calc((48 / 1080) * 100vw), 48px);
  position: absolute;
  top: 0;
  right: min(calc((420 / 1080) * 100vw), 420px);
  z-index: 950;
}

.adlp-header .header_nav_btn {
  display: block;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-top: min(calc((19 / 1080) * 100vw), 19px);
  margin-bottom: min(calc((13 / 1080) * 100vw), 13px);
}

.adlp-header .header_nav_btn:hover {
  filter: brightness(130%);
}

.adlp-header .header_nav_btn {
  transition: filter 0.3s;
}

.adlp-header .header_nav_close {
  cursor: pointer;
}

.adlp-wrapper .cv01_btn_2 {
  position: absolute;
  width: min(calc((380 / 1080) * 100vw), 380px);
  top: min(calc((256 / 1080) * 100vw), 256px);
  left: 50%;
  transform: translateX(-50%);
}

.adlp-wrapper .cv01 .txt1 {
  position: absolute;
  top: min(calc((125 / 1080) * 100vw), 125px);
  left: min(calc((818 / 1080) * 100vw), 818px);
  font-size: min(calc((55 / 1080) * 100vw), 55px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: min(calc((1 / 1080) * 100vw), 1px);
}

.adlp-wrapper .cv01 .txt2 {
  position: absolute;
  top: min(calc((198 / 1080) * 100vw), 198px);
  left: min(calc((820 / 1080) * 100vw), 820px);
  font-size: min(calc((24 / 1080) * 100vw), 24px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: min(calc((2 / 1080) * 100vw), 2px);
}

.adlp-wrapper .adlp-pc {
  display: block;
  color: #F4733C;
}

.adlp-wrapper .adlp-sp {
  display: none;
}

.adlp-relative {
  position: relative;
}

@media all and (min-width: 0px) and (max-width: 767.9px) {
  .adlp-header {
      box-shadow: 0px calc((4 / 750) * 100vw) calc((6 / 750) * 100vw) 0px
          rgba(0, 0, 0, 0.1);
  }

  .adlp-header .header_btn {
      position: absolute;
      width: calc((359 / 750) * 100vw);
      top: calc((14 / 750) * 100vw);
      left: calc((375 / 750) * 100vw);
  }

  .adlp-header .header_switch {
      width: calc((50 / 750) * 100vw);
      height: calc((56 / 750) * 100vw);
      top: calc((16 / 750) * 100vw);
      left: calc((671 / 750) * 100vw);
  }

  .adlp-header .header_nav_inner {
      width: calc((570 / 750) * 100vw);
      padding: calc((60 / 750) * 100vw) calc((40 / 750) * 100vw);
      right: 0;
  }

  .adlp-header .header_nav_btn {
      margin-top: calc((42 / 750) * 100vw);
      margin-bottom: calc((35 / 750) * 100vw);
  }

  .adlp-wrapper .cv01_btn_1 {
      position: absolute;
      width: calc((596 / 750) * 100vw);
      top: calc((215 / 750) * 100vw);
      left: 50%;
      transform: translateX(-50%);
  }

  .adlp-wrapper .cv01_btn_2 {
      width: calc((598 / 750) * 100vw);
      top: calc((355 / 750) * 100vw);
  }

  .adlp-header .sec11_btn {
      width: calc((391 / 750) * 100vw);
      height: calc((42 / 750) * 100vw);
      margin-top: calc((40 / 750) * 100vw);
      margin-left: calc((30 / 750) * 100vw);
  }

  .adlp-header .sec12_btn {
      position: absolute;
      width: calc((400 / 750) * 100vw);
      height: calc((42 / 750) * 100vw);
      top: calc((433 / 750) * 100vw);
      left: calc((217 / 750) * 100vw);
  }

  .adlp-header .adlp-footer {
      margin-bottom: calc((188 / 750) * 100vw);
  }

  .adlp-header .adlp-footer_inner {
      width: calc((253 / 750) * 100vw);
      top: calc((68 / 750) * 100vw);
      display: block;
  }

  .adlp-header .adlp-footer_inner div {
      margin-bottom: calc((8 / 750) * 100vw);
  }

  .adlp-header .adlp-footer_inner div:first-child {
      width: 100%;
  }

  .adlp-header .adlp-footer_inner div:nth-child(2) {
      width: 100%;
  }

  .adlp-header .adlp-footer_inner div:nth-child(3) {
      width: 100%;
  }

  .adlp-header .adlp-footer_inner div:last-child {
      margin-bottom: 0;
  }

  .adlp-header .adlp-floating {
      width: 100%;
  }

  .adlp-header .adlp-floating_btn_1 {
      position: absolute;
      width: calc((346 / 750) * 100vw);
      top: calc((66 / 750) * 100vw);
      left: calc((25 / 750) * 100vw);
  }

  .adlp-header .adlp-floating_btn_2 {
      position: absolute;
      width: calc((338 / 750) * 100vw);
      top: calc((66 / 750) * 100vw);
      left: calc((383 / 750) * 100vw);
  }

  .adlp-wrapper .adlp-pc {
      display: none;
  }

  .adlp-wrapper .adlp-sp {
      display: block;
  }
} */

/* フローティングバナー */
footer {
  padding-bottom: 104px;
}

#floating-banner {
  display: none;
  opacity: 0;
  /* 最初は透明 */
  transform: translateY(100px);
  /* 下から上にスライド */
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* アニメーションのスピード */
  justify-content: center;
}

#floating-banner.show {
  opacity: 1;
  /* 表示時は不透明 */
  transform: translateY(0);
  /* 位置を元に戻す */
}

.floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #cee0fe;
  text-align: center;
  padding: 15px 0;
  z-index: 1000;
}

.floating-banner img {
  width: auto;
  height: 64px;
  padding: 0 10px;
  filter: drop-shadow(0px 4px 0px #b34a40);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.floating-banner img:hover {
  filter: none;
  transform: scale(0.99, 0.99) translateY(2px);
}

.floating-banner .tel-tracking {
  position: relative;
  height: 100%;
  margin-right: 0;
}

.floating-banner .tel-tracking span {
  left: 24%;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.tel-tracking img:hover + span {
  /* transform: translate(-50%, -50%) translateY(2px); */
  /* テキストも同時に移動 */
}

@media screen and (max-width:767px) {
  .floating-banner a {
    display: block;
  }

  .floating-banner img {
    height: auto;
    width: 97%;
    padding: 0;
  }

  .floating-banner .tel-tracking span {
    left: 23%;
    font-size: 3.7vw;
  }
}


/*追加 0731*/
.header-triangle {
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 120px solid white;
  margin-top: -1px;
  background-color: #ecf1ff;
}
@media (max-width: 500px) {
  .header-triangle {
    border-top: 80px solid white;
  }
}

.trouble-list-bg {
  background-color: #ecf1ff;
  padding: 80px 40px;
}
@media screen and (max-width:560px) {
  .trouble-list-bg {
    padding: 40px 10px;
  }
}

.trouble-list-section {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

.list-header-img {
  width: 100%;
  max-width: 1000px;
  /* margin-bottom: -20px; */
}

.list-box {
  background: #eee;
  border-radius: 16px;
  padding: 30px 20px;
  /* box-shadow: 4px 4px 0 rgba(0,0,0,0.2); */
  border: 4px solid #333;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.8rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: url('../img/checkmark.webp') no-repeat center / contain;
}

.check-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 420px) {
  .list-box {
    padding: 20px 10px;
  }
  .check-list li::before{
    width: 20px;
    height: 20px;
  }
  .check-list li {
  font-size: 1.4rem;
  padding-left: 26px;
  }
}

.small-triangle {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 80px solid #ecf1ff;
  margin: 0 auto;
}

.solve-section {
  padding: 60px 20px;
  background: #fff;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.balloon {
  display: inline-block;
  background: #fff;
  color: #2b4acb;
  border: 2px solid #2b4acb;
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
}

/* 下に青い影の三角形（縁用） */
.balloon::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 14px solid #2b4acb;
  z-index: 0;
}

/* 上に白い三角形（中身用） */
.balloon::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #fff;
  z-index: 1;
}

/* タイトル */
.section-title {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 720px) {
  .balloon {
    font-size: 1.5rem;
}
}

.section-title .highlight {
  color: #ff7e00;
}

/* 手書きライン */
.pen-line {
  display: block;
  margin: 0 auto 40px;
  max-width: 600px;
  height: auto;
}

@media (max-width: 650px) {
  .pen-line {
    width: 90%;
  }
}

/* レイアウト */
.content-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.text-block {
  flex: 1;
  min-width: 300px;
  text-align: left;

}

.text-block p {
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.8;
}

.image-block {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.cta-area {
  background: #fde7d6;
  padding: 40px 20px;
  text-align: center;
}

.cta-button-wrap {
  margin: 0 auto 5px;
  max-width: 500px;
  position: relative;
}

.cta-button img {
  width: 100%;
  height: auto;
  display: block;
  height: 100%;
    filter: drop-shadow(0px 4px 0px #b34a40);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.cta-button img:hover {
  filter: none;
  transform: scale(0.99, 0.99) translateY(2px);
}

.cta-note {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 20px;
}

.cta-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}

.cta-icon {
  font-size: 1.6rem;
}

.cta-icon img{
  width: 40px;
}
.cta-number {
  font-size: 3.4rem;
  font-weight: bold;
  padding-right: 12px;
  border-right: 3px solid #333;
}

.cta-time {
  font-size: 1.8rem;
  font-weight: normal;
}

.features-section {
  padding: 60px 20px 100px 20px;
  background: #fff;
  position: relative;
}

.features-person {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px; /* サイズはお好みで調整可能 */
  max-width: 30%;
  height: auto;
  z-index: 1;
  pointer-events: none; /* 邪魔にならないように */
}

.section-title .highlight {
  color: #ff7e00;
}

/* レイアウト */
.features-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* 左：1〜3 縦並び */
.features-left,
.features-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 300px;
  max-width: 350px;
}

.feature-box {
  background: #fff5eb;
  border: 2px solid #ff7e00;
  /* border-radius: 8px; */
  padding: 20px 20px 20px;
  position: relative;
  text-align: left;
  padding-top: 60px;
  position: relative;
}

.feature-box h3 {
  background: #ff7e00;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.feature-box p{
  font-size: 1.8rem;
}

.feature-box .number {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #fff;
  border: 2px solid #ff7e00;
  color: #ff7e00;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 2.4rem;
  z-index: 2;
}

/* 時計アイコンなど */
.feature-box.with-icon {
  position: relative;
}

.orange{
  color: #ff7e00;
}

.box-icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 62px;
  height: auto;
}

.about-section {
  background: #fde7d6;
  padding: 60px 20px;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.about-title {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.about-text {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5em;
  position: relative;
  text-align: left;
}

/* マーカー風下線（spanで囲んだ部分） */
.about-text span {
  background: linear-gradient(transparent 70%, #ffe784 70%);
  font-weight: bold;
}

/* 画像 */
.about-image {
  text-align: center;
  margin-top: 40px;
}

.about-image img {
  max-width: 100%;
  height: auto;
}

.merit-section {
  background: #ff6f00; /* オレンジ背景 */
  padding: 60px 20px;
  color: #333;
}

.merit-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.merit-title {
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.merit-title span {
  color: #ffe800; /* 黄色強調 */
}

.merit-image {
  max-width: 200px;
  height: auto;
}

.merit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.merit-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  padding: 1rem;
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.merit-icon {
  flex-shrink: 0;
  margin-right: 20px;
}

.merit-icon img {
  width: 60px;
  height: auto;
}

.merit-text {
  flex: 1;
}

.merit-heading {
  font-weight: bold;
  color: #ff6f00;
  /* margin: 0 0 4px; */
  font-size: 2.2rem;
}

.merit-sub {
  font-size: 1.8rem;
  margin: 0;
}

/* スマホ対応 */
@media (max-width: 600px) {
  
}


.contract-flow {
  background: #fff;
  padding: 60px 20px;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.contract-title {
  font-size: 3.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}

.sub{
  font-size: 2rem;
}

.contract-title .orange {
  color: #ff7e00;
}

/* オレンジ囲みタイトル */
.contract-box-title {
  display: inline-block;
  padding: 10px 0px;
  border: 2px solid #ff7e00;
  border-radius: 24px;
  background:#ffe8d2;
  color: #ff7e00;
  font-weight: bold;
  margin-bottom: 30px;
  width: 100%;
}

/* テキスト＋画像 横並び */
.contract-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  text-align: left;
}

.contract-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 2;
  flex: 1;
  min-width: 60%;
  font-size: 1.8rem;
  font-weight: bold;
}

.contract-images {
  text-align: center;
}

.contract-images img {
  max-width: 360px; 
  height: auto;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .contract-items {
    flex-direction: column;
    text-align: center;
  }

  .contract-list {
    text-align: left;
  }

  .contract-images {
    justify-content: center;
  }
  .contract-images img {
    max-width: 100%; 
  }
}

/* 初期状態：PC表示、SP非表示 */
.step.pc {
  display: block;
}

.step.sp {
  display: none;
}

/* 700px以下：PC非表示、SP表示 */
@media (max-width: 700px) {
  .step.pc {
    display: none;
  }

  .step.sp {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
}
}

.voice-section {
  padding: 30px 20px;
  background: #fff;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.voice-title {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 80px;
  color: #333;
}

.voice-title span {
  color: #ff6f00;
}

.voice-cards {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.voice-card {
  position: relative;
  padding-top: 60px;
  background: #fff;
  border: 2px solid #ff6f00;
  border-radius: 12px;
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 5px 5px 7px #ff6f002e; 
}

.voice-icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #ff6f00;
  background: #fff;
  overflow: hidden;
  z-index: 2;
}

.voice-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-content h3 {
  color: #ff6f00;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.voice-content p {
  /* font-size: 1.2rem; */
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.voice-text{
  padding: 20px;
  min-height: 250px;
}

.voice-summary {
  font-size: 1.6rem!important;
  color: #333;
  margin-top: auto;
  padding: 20px;
  border-top: 2px solid #ff6f00;
}

/* レスポンシブ対応 */
@media (max-width: 900px) {
  .voice-card {
    flex: 1 1 100%;
  }
}

@media (max-width: 720px) {
  .balloon {
    font-size: 1.5rem;
}
  .section-title {
    font-size: 2.4rem;
  }
  .text-block p {
    font-size: 1.6rem;
}
.about-text {
  font-size: 1.6rem;
}
.merit-title {
  font-size: 2.6rem;
}
.contract-title {
  font-size: 2.6rem;
}
.sub {
  font-size: 2rem;
}
.voice-title {
  font-size: 2.4rem;
}
.voice-cards {
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.voice-card{
  max-width: 300px;
}
.cta-note {
  text-align: left;
}
.contract-flow {
  padding: 60px 10px;
}
}
@media (max-width: 500px) {
  .merit-section {
    padding: 60px 10px;
}
  .merit-icon img {
    width: 30px;
}
.merit-heading {
  font-size: 4.5vw;
}
.merit-sub {
  font-size: 3.5vw;
}
.merit-icon {
  flex-shrink: 0;
  margin-right: 10px;
}
}
@media (max-width: 500px) {
.cta-phone {
  gap: 5px;
  flex-wrap: wrap;
}
.cta-number {
  border-right: none;
}
}


/*-------------------------
サンクスページ
-------------------------*/
.s16__wrap.thanks {
  max-width: 700px;
  width: 96%;
  margin: auto;
}

.s16__wrap.thanks .section-inner.-sm {
  max-width: unset;
  padding: 0;
}

.s16__wrap.thanks .text-wrap {
  width: 96%;
  margin: auto;
  text-align: left;
}

.s16__wrap.thanks p.thanks-title {
  font-size: 2.4rem;
  margin: 3em 0 0;
  padding-bottom: .4em;
  text-align: center;
  border-bottom: 3px #000 dashed;
}

.s16__wrap.thanks p.text {
  font-weight: 400;
  margin: 2em 0 1em;
}

.s16__wrap.thanks p.text02 {
  font-weight: 400;
  line-height: normal;
  margin: 1em 0;
}

.s16__wrap.thanks p.text02 .bold {
  font-weight: 700;
}

.s16__wrap.thanks p.text02 .underline {
  text-decoration: underline;
}

.s16__wrap.thanks p.text02 a {
  color: #002edf;
}

.s16__wrap.thanks p.tel {
  margin: 1em 0 2em;
  padding: .6em 0;
  display: inline-block;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
}

@media screen and (max-width:720px) {
  .s16__wrap.thanks p.thanks-title {
      font-size: 5vw;
      margin: 2em 0 0;
  }

  .s16__wrap.thanks p.text {
      margin: 1em 0 0;
  }
}
/* -----------------------------
新フォーム
----------------------------- */
form .input__wrap>div.error {
  display: flex;
  flex-direction: column;
  width: 65%;
}

form .input__wrap>div.error input {
  width: 100%;
  padding: 3%;
}

form .input__wrap.remarks {
  max-width: 70%;
  text-align: center;
  margin: 3.75rem auto 0;
  flex-direction: column;
  gap: 6px;
}

form .input__wrap.remarks textarea {
  width: 100%;
}

form .input__wrap.remarks .item__wrap {
  width: 100%;
  padding: 6px 0;
  border: 1px solid #222;
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  form .input__wrap.remarks {
    margin-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem);
  }
}

@media screen and (max-width: 720px) {
  form .input__wrap>div.error {
    width: 100%;
  }
  form .input__wrap>div.error input {
    padding: 3.5%;
  }
  form .input__wrap.remarks {
    max-width: 100%;
  }
}