@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #222;
  background: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.8;
  word-wrap: break-word;
}

@font-face {
  font-family: DINPro-Bold;
  src: url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: DINPro-Regular;
  src: url("../fonts/DINPro-Regular.woff") format("woff"), url("../fonts/DINPro-Regular.ttf") format("truetype");
}
.sp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

a {
  color: #222;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  color: #dc650f;
}
a:hover img {
  opacity: 0.8;
}

.heading01 {
  font-family: DINPro-Bold, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  .heading01 {
    font-size: 16px;
  }
}
.heading01 .logo {
  height: auto;
  padding-top: 0.3em;
  width: 80px;
}
@media only screen and (min-width: 768px) {
  .heading01 .logo {
    padding-top: 0;
    width: auto;
  }
}

.heading02 {
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 1.1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .heading02 {
    font-size: 36px;
  }
}
.heading02 span.size-s {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .heading02 span.size-s {
    font-size: 28px;
  }
}

.heading03 {
  font-size: 20px;
  margin-bottom: 0.9em;
}
@media only screen and (min-width: 768px) {
  .heading03 {
    font-size: 28px;
  }
}

.heading04 {
  margin-bottom: 0.7em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .heading04 {
    font-size: 20px;
  }
}

.main-cont {
  /* slide */
}
.main-cont img {
  height: auto;
  max-width: 100%;
}
.main-cont figure {
  padding: 0;
  margin: 0 0 1.5em 0;
}
.main-cont figure img {
  margin: 0 auto;
}
.main-cont p {
  margin-top: 1.5em;
}
.main-cont ul {
  list-style: disc;
  margin: 1.5em 0 0 1.5em;
}
.main-cont ul ::marker {
  color: #ff7326;
}
.main-cont ul.check-list {
  font-weight: bold;
  font-size: 18px;
  list-style: none;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main-cont ul.check-list {
    font-size: 24px;
  }
}
.main-cont ul.check-list .check-list-item {
  background: url("../images/icon_check02.svg") left 0.8em no-repeat;
  background-size: 18px;
  padding: 0.35em 0 0.35em 1.5em;
}
@media only screen and (min-width: 768px) {
  .main-cont ul.check-list .check-list-item {
    background-size: 22px;
  }
}
.main-cont ol {
  position: relative;
  margin: 0;
  padding: 0;
}
.main-cont ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
}
.main-cont ol li span {
  position: absolute;
  left: 0;
  margin: 0;
}
.main-cont .slick-slider {
  padding-top: 20px;
}
.main-cont .slick-dots {
  top: -25px;
  bottom: auto;
}
.main-cont .slick-dots li {
  width: 10px;
}
.main-cont .slick-dots li button:before {
  font-size: 11px;
  content: "■";
  opacity: 1;
  color: #fff;
  text-shadow: 1px 1px 0 #ccc, -1px 1px 0 #ccc, 1px -1px 0 #ccc, -1px -1px 0 #ccc;
  width: 10px;
  margin-left: 5px;
}
.main-cont .slick-dots li.slick-active button:before {
  content: "■";
  opacity: 1;
  color: #ff7326;
}
.main-cont .slick-prev, .main-cont .slick-next {
  width: 30px;
  height: 30px;
  top: -7px;
  z-index: 100;
}
.main-cont .slick-prev {
  left: -10px;
}
.main-cont .slick-prev::before {
  content: url("../images/arrow_left30.png");
  opacity: 1;
}
.main-cont .slick-next {
  right: -10px;
}
.main-cont .slick-next::before {
  content: url("../images/arrow_right30.png");
  opacity: 1;
}
.main-cont .slick-dots {
  margin: 0;
}
.main-cont .no-margin {
  margin: 0;
}

.toggle-btn {
  border: #d0cdbf 2px solid;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 16px;
  height: 40px;
  margin: 0 auto;
  width: 120px;
}
.toggle-btn.active {
  font-weight: normal;
  font-size: 26px;
}

.toggle-cont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.toggle-cont-inner {
  padding: 1.2em 0;
}

.container {
  padding: 2em 1em;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 5.9em 3em;
  }
}
.header .container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
}

.flexbox {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .flexbox {
    gap: 3.2em;
  }
}
@media only screen and (max-width: 767px) {
  .flexbox.sp-one {
    flex-direction: column;
  }
}
.flexbox .flex-item {
  flex: 1;
}
.flexbox.point {
  gap: 0.4em;
  margin: 0;
  max-width: 628px;
}
.flexbox.point .flex-item {
  align-items: center;
  background: #fff;
  border: 2px solid;
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .flexbox.point .flex-item {
    border: 3px solid;
  }
}
.flexbox.point .flex-item .header-txt {
  margin: 0;
}
.flexbox.point .flex-item .size-s {
  font-size: 10px;
}
.flexbox.point .flex-item .size-l {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .flexbox.point .flex-item .size-l {
    font-size: 24px;
  }
}
.flexbox.point .flex-item .txt-orange {
  display: inline-block;
  font-family: DINPro-Bold, sans-serif;
  font-size: 25px;
  margin-top: 0.1em;
}
@media only screen and (min-width: 768px) {
  .flexbox.point .flex-item .txt-orange {
    font-size: 40px;
  }
}
.flexbox.point .flex-item:last-child {
  padding-bottom: 0.4em;
}
.flexbox.point .flex-item:last-child .txt-orange {
  margin-top: 0;
}

.bg-orange {
  background: #ff7326;
  color: #fff;
  display: inline-block;
  font-size: 0.95em;
  line-height: 1;
  padding: 0.1em 0.2em 0.15em;
}

.txt-orange {
  color: #ff7326;
}

/* header */
.header {
  background: url("../images/mv_sp.webp") right 0 no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .header {
    background: url("../images/mv.webp") center 0 no-repeat;
    background-size: cover;
  }
}
.header.container {
  padding-bottom: 2.2em;
  padding-top: 1.5em;
}
@media only screen and (min-width: 768px) {
  .header.container {
    padding-bottom: 4em;
  }
}
@media only screen and (min-width: 1024px) {
  .header.container {
    padding-bottom: 3em;
    padding-top: 3em;
  }
}
.header .heading02 {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0.4em 0 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .header .heading02 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .header .heading02 {
    margin: 1.2em 0 0;
  }
}
.header .bg-orange:first-child {
  margin-right: 0.1em;
}
.header-txt {
  font-weight: bold;
  font-size: 15px;
  margin: 0.5em 0 1.5em;
  max-width: 250px;
}
@media only screen and (min-width: 768px) {
  .header-txt {
    font-size: 20px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .header-txt {
    margin: 1.4em 0 2.8em;
  }
}
.header .check {
  background: url("../images/icon_check.svg") left center no-repeat;
  background-size: 14px;
  display: inline-block;
  padding: 0 0.8em 0 1.2em;
}
@media only screen and (min-width: 768px) {
  .header .check {
    background-size: auto;
  }
}
.header .period {
  font-size: 10px;
  margin: 1.2em 0 0;
}
@media only screen and (min-width: 1024px) {
  .header .period {
    margin: 1.7em 0 0;
  }
}

.cont01 {
  background: url("../images/bg_cont01.png") center center no-repeat;
  background-size: cover;
}
.cont01 .heading02 {
  margin-bottom: 0.7em;
}
.cont01 .flexbox {
  justify-content: center;
}

.cont02 {
  background: #f4f3ef;
}
.cont02 .flexbox {
  max-width: 1000px;
}
.cont02 .flex-item {
  background: #fff;
  flex: auto;
  width: 46%;
}
.cont02 .ttl-box {
  height: 200px;
  position: relative;
}
.cont02 .ttl-box.bg01 {
  background: url("../images/img_cont02-01.webp") center;
  background-size: cover;
}
.cont02 .ttl-box.bg02 {
  background: url("../images/img_cont02-02.webp") center;
  background-size: cover;
}
.cont02 .ttl-box.bg03 {
  background: url("../images/img_cont02-03.webp") center;
  background-size: cover;
}
.cont02 .ttl-box.bg04 {
  background: url("../images/img_cont02-04.webp") center;
  background-size: cover;
}
.cont02 .ttl-txt {
  bottom: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
  margin: 0.8em 1.2em;
  position: absolute;
  text-shadow: #000 0 0 7px;
}
@media only screen and (min-width: 768px) {
  .cont02 .ttl-txt {
    font-size: 18px;
  }
}
.cont02 .txt-name {
  top: 0.7em;
  color: #fff;
  font-weight: bold;
  margin: 0;
  position: absolute;
  right: 1em;
  text-shadow: #000 0 0 7px;
}
@media only screen and (min-width: 768px) {
  .cont02 .txt-name {
    font-size: 18px;
  }
}
.cont02 .annotation {
  font-size: 10px;
  margin: 0;
  padding: 0.5em 0.8em;
}
.cont02 .txt-box {
  padding: 1.8em 1.2em;
}
.cont02 .cont02-fig {
  text-align: center;
  margin: 0;
}
.cont02 .cont02-fig img {
  display: block;
}
.cont02-b.flexbox {
  justify-content: center;
  margin-top: 0.4em;
}
@media only screen and (max-width: 767px) {
  .cont02-b .cont02-b-inner p:first-child {
    margin: 0;
  }
}
.cont02-b p, .cont02-b ul {
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .cont02-b p, .cont02-b ul {
    font-size: 24px;
  }
}
.cont02-b .bottom-txt {
  line-height: 1.4;
  margin-top: 1.4em;
}
@media only screen and (min-width: 768px) {
  .cont02-b .bottom-txt {
    font-size: 28px;
  }
}
.cont02-b .size-l {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .cont02-b .size-l {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .cont03.container {
    padding-bottom: 3em;
  }
}
.cont03-inner {
  background: #f4f3ef;
  margin: 0 auto 1em;
  max-width: 998px;
  padding: 0 1em 2em;
}
@media only screen and (min-width: 768px) {
  .cont03-inner {
    margin: 0 auto 3.5em;
    padding: 0.8em 3em 3em;
  }
}
.cont03 .ttl-box {
  text-align: center;
}
.cont03 .ttl-sub {
  border-bottom: #ff7326 2px solid;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 768px) {
  .cont03 .ttl-sub {
    font-size: 24px;
    margin-bottom: 1.6em;
  }
}
.cont03 .flexbox figure {
  margin: 0;
}
.cont03 .flexbox p {
  margin-top: 0.8em;
}
.cont03 .cont-a .flexbox {
  align-items: center;
  gap: 1.5em;
}
.cont03 .cont-a .flexbox p {
  margin-top: 0.4em;
}
.cont03 .cont-a .heading04 {
  margin: 0;
  text-align: left;
}
.cont03 .cont-b .toggle-cont .heading03 {
  margin: 1em 0 0.6em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cont03 .cont-b .toggle-cont .heading03 {
    margin: 1em 0 1.4em;
  }
}
.cont03 .cont-b .point {
  gap: 0.5em;
  margin: 0 auto 0.7em;
}
@media only screen and (min-width: 768px) {
  .cont03 .cont-b .point {
    gap: 1.3em;
  }
}
.cont03 .cont-c-cont {
  justify-content: center;
}
.cont03 .cont-c-cont .heading04 {
  margin: 1.7em 0 0;
  text-align: left;
}
.cont03 .cont-c ul {
  font-weight: bold;
  margin-top: 0.5em;
}
.cont03 .cont-c ul li {
  margin: 0.7em 0;
}

.cont04 {
  background: #f4f3ef;
}
.cont04-inner {
  margin: 0 auto;
  max-width: 998px;
}
.cont04 .flexbox {
  background: url(../images/bg_line.png) 40px 60px repeat-y;
  background-size: 3px;
  gap: 1em;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .cont04 .flexbox {
    background: url(../images/bg_cont04.svg) center 0 no-repeat;
    background-size: 100%;
    gap: 1.5em;
  }
}
.cont04 .flexbox::before {
  background: #f4f3ef;
  content: "";
  left: 0;
  position: absolute;
  height: 30px;
  top: 0;
  width: 80px;
}
@media only screen and (min-width: 768px) {
  .cont04 .flexbox::before {
    display: none;
  }
}
.cont04 .flexbox::after {
  background: #f4f3ef;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  height: 80px;
  width: 80px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .cont04 .flexbox::after {
    display: none;
  }
}
.cont04 .flex-item {
  padding-left: 90px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cont04 .flex-item {
    padding-left: 0;
  }
}
.cont04 .heading03 {
  font-size: 16px;
  margin: 0;
  padding-left: 0.8em;
}
@media only screen and (min-width: 768px) {
  .cont04 .heading03 {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    justify-content: center;
    height: 5.4vw;
    margin: 0 0 0 1em;
    padding: 0;
  }
}
@media only screen and (min-width: 820px) {
  .cont04 .heading03 {
    font-size: 15px;
    height: 5.8vw;
  }
}
@media only screen and (min-width: 1024px) {
  .cont04 .heading03 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1108px) {
  .cont04 .heading03 {
    height: auto;
    margin: 0.8em 0 1em 0.8em;
  }
}
.cont04 .cont04-fig {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0.7em;
}
@media only screen and (min-width: 768px) {
  .cont04 .cont04-fig {
    height: 140px;
    position: static;
  }
}
.cont04 p {
  border-bottom: #d0cdbf 1px solid;
  margin-top: 0.4em;
  padding: 0 0 1em 0.8em;
}
@media only screen and (min-width: 768px) {
  .cont04 p {
    border: none;
    padding: 0;
  }
}
.cont04 p.no-border {
  border: none;
  padding-bottom: 0;
}

.cont05 .heading02 {
  margin-bottom: 0.2em;
}
.cont05 .accordion-item {
  border-bottom: 2px solid #d0cdbf;
  margin: 0 auto;
  max-width: 998px;
}
.cont05 .accordion-item .accordion-header {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  line-height: 1.6;
  padding: 1em 0 1em 2em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cont05 .accordion-item .accordion-header {
    font-size: 18px;
    padding: 1.5em 0 1.5em 2.8em;
  }
}
.cont05 .accordion-item .accordion-header::before {
  content: "Q.";
  font-family: DINPro-Bold, sans-serif;
  font-size: 24px;
  left: 0;
  position: absolute;
  top: 0.4em;
}
@media only screen and (min-width: 768px) {
  .cont05 .accordion-item .accordion-header::before {
    font-size: 30px;
    top: 0.6em;
  }
}
.cont05 .accordion-item .accordion-header::after {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 2px solid #b4ad8a;
  border-right: 2px solid #b4ad8a;
  content: "";
  transition: transform 0.3s;
}
.cont05 .accordion-item .accordion-content {
  height: 0;
  overflow: hidden;
  padding-left: 2em;
  position: relative;
  opacity: 0;
  transform: translateY(-10px);
  transition: height 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .cont05 .accordion-item .accordion-content {
    padding-left: 3.2em;
  }
}
.cont05 .accordion-item .accordion-content::before {
  color: #ff7326;
  content: "A.";
  font-family: DINPro-Bold, sans-serif;
  font-size: 24px;
  left: 0;
  position: absolute;
  top: -0.3em;
}
@media only screen and (min-width: 768px) {
  .cont05 .accordion-item .accordion-content::before {
    font-size: 30px;
    top: -0.5em;
  }
}
.cont05 .accordion-item .accordion-content-txt {
  margin: 0 0 1.5em;
}
.cont05 .accordion-item.active .accordion-header::after {
  transform: rotate(225deg);
}
.cont05 .accordion-item.active .accordion-content {
  opacity: 1;
  transform: translateY(0);
}

.cta-box {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  position: fixed;
  width: 100%;
}

.cta-box-bt {
  align-items: center;
  background: #ff7326;
  border: #fff 2px solid;
  border-radius: 35px;
  box-shadow: 0px 0px 4.1px 0.9px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  justify-content: center;
  margin: 0.5em auto;
  max-width: 480px;
  padding: 0.4em;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .cta-box-bt {
    background: #ff7326;
    font-size: 24px;
  }
}
.cta-box-bt:hover {
  background: #e66700;
  color: #fff;
}
.cta-box-bt::after {
  background: url(../images/icon_arrow.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 20px;
  margin-left: 1.2em;
  width: 20px;
}
@media only screen and (min-width: 768px) {
  .cta-box-bt::after {
    height: 24px;
    width: 24px;
  }
}

/* footer */
.footer {
  background: #222;
  color: #fff;
  overflow: hidden;
  padding-bottom: 4.5em;
}
.footer-txt {
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 1.2em 1em;
}
@media only screen and (min-width: 768px) {
  .footer-txt {
    font-size: 16px;
    margin: 45px 1em;
  }
}
.footer .copyright {
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .footer .copyright {
    font-size: 14px;
  }
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #ff7326;
}

.form-background {
  background-color: #ffe1ab;
  padding: 4em 1em 2em;
}
@media only screen and (min-width: 768px) {
  .form-background {
    padding: 5em 0 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  .entry-form_form-box {
    font-size: 75%;
  }
}
.form-ttl {
  background: #e66700;
  border: 2px solid #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  letter-spacing: 0.12em;
  margin: 0 auto;
  padding: 0.6em 0.2em;
  position: absolute;
  right: 0;
  text-align: center;
  top: -4.5em;
  width: 340px;
}
@media only screen and (min-width: 768px) {
  .form-ttl {
    font-size: 24px;
    top: -110px;
    width: 500px;
  }
}

.form-ttl:after, .form-ttl:before {
  border: solid transparent;
  content: "";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

.form-ttl:after {
  border-bottom-width: 8px;
  border-color: rgba(242, 160, 2, 0);
  border-left-width: 8px;
  border-right-width: 8px;
  border-top-color: #e66700;
  border-top-width: 8px;
  margin-left: -8px;
}

.form-ttl:before {
  border-bottom-width: 10px;
  border-color: rgba(255, 15, 0, 0);
  border-left-width: 10px;
  border-right-width: 10px;
  border-top-color: #fff;
  border-top-width: 10px;
  margin-left: -10px;
  margin-top: 2px;
}
