@charset "UTF-8";
/* Reset margin, padding, border
 * *********************************** */
html, body, h1, h2, h3, h4, h5, h6, a, p, span,
em, small, strong, sub, sup, mark, del, ins, strike,
abbr, dfn, blockquote, q, cite, code, pre,
ol, ul, li, dl, dt, dd, div, section, article, main,
aside, nav, header, hgroup, footer, img, figure, figcaption,
address, time, audio, video, canvas, iframe, details, summary,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
  * *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Layout
  * *********************************** */
article, aside, footer, header, nav, section, main {
  display: block;
}

* {
  box-sizing: border-box;
}

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

/* Elements
  * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

img, video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* Attributes & states
  * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
  * *********************************** */
.sr-only {
  position: absolute;
  top: -9999px;
  left: -9999px;
  clip: rect(1px, 1px, 1px, 1px);
}

html, body {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  color: #000;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1180px) {
  html, body {
    overflow-x: hidden;
  }
}

a {
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  a:hover {
    text-decoration: none;
  }
}
a:focus {
  outline: none;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h2 {
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.text_center {
  text-align: center;
}

.content_inner {
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .content_inner {
    padding: 0 1.69492vw;
  }
}
@media screen and (max-width: 767px) {
  .content_inner {
    padding: 0;
    max-width: 100%;
  }
}

.KV {
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/secondcampaign/img/mv_bg.png?20251014") no-repeat center top #f08300;
  overflow-x: hidden;
}
@media screen and (max-width: 1180px) {
  .KV {
    background-size: calc(100% + 22.0339vw) auto;
  }
}
.KV .KV_inner {
  padding: 30px 0 60px;
  margin: 0 auto;
  width: 1180px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1180px) {
  .KV .KV_inner {
    padding: 2.54237vw 1.69492vw 5.08475vw;
    width: 100%;
  }
}
.KV .KV_inner::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/secondcampaign/img/mv_illust.png?20251014") no-repeat;
  width: 666px;
  height: 415px;
  z-index: -1;
  top: 172px;
  right: -90px;
}
@media screen and (max-width: 1180px) {
  .KV .KV_inner::before {
    width: 56.44068vw;
    height: 35.16949vw;
    top: 13.72881vw;
    right: -7.62712vw;
    background-size: 56.44068vw auto;
  }
}
@media screen and (max-width: 767px) {
  .KV .KV_inner::before {
    display: none;
  }
}
.KV .KV_inner::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/secondcampaign/img/mv_gift.png?20251014") no-repeat;
  width: 399px;
  height: 209px;
  z-index: 2;
  bottom: 115px;
  right: -10px;
}
@media screen and (max-width: 1180px) {
  .KV .KV_inner::after {
    width: 33.81356vw;
    height: 17.71186vw;
    bottom: 9.49153vw;
    right: -0.84746vw;
    background-size: 33.81356vw auto;
  }
}
@media screen and (max-width: 767px) {
  .KV .KV_inner::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .KV .KV_inner {
    max-width: 100%;
    width: 100%;
    padding: 0 0 8vw;
  }
}

.heading {
  background: #f08300;
  padding-bottom: 165px;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .heading {
    padding-bottom: 13.98305vw;
  }
}
@media screen and (max-width: 767px) {
  .heading {
    padding: 0 2.66667vw;
  }
}
.heading .content_inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .heading .content_inner {
    padding-bottom: 40.66667vw;
  }
}
.heading .content_inner::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 692px;
  height: 411px;
  right: -226px;
  bottom: -262px;
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/secondcampaign/img/heading_img02.png?20251014") no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1180px) {
  .heading .content_inner::before {
    width: 58.64407vw;
    height: 37.37288vw;
    right: -19.15254vw;
    bottom: -23.89831vw;
    background-size: 58.64407vw auto;
  }
}
@media screen and (max-width: 767px) {
  .heading .content_inner::before {
    width: 71.2vw;
    height: 52.93333vw;
    right: -2.66667vw;
    bottom: -12.66667vw;
    background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/secondcampaign/img/heading_img02_sp.png?20251014") no-repeat;
    background-size: 71.2vw auto;
  }
}
.heading .note {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .heading .note {
    margin: 2vw 0 0vw;
    font-size: 2.66667vw;
  }
}
.heading .note p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 4.5vw;
  text-indent: -4.5vw;
}
@media screen and (max-width: 767px) {
  .heading .note p {
    font-size: 2.66667vw;
  }
}

.section01 {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .section01 {
    padding: 13.33333vw 2.66667vw;
  }
}
.section01 h2 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .section01 h2 {
    width: 24.26667vw;
    margin: 0 auto 5.33333vw;
  }
}
.section01 .back_gray {
  background: #f6f6f6;
  border-radius: 5px;
}
.section01 .back_gray.b02 {
  position: relative;
  text-align: center;
  padding: 65px 0 75px;
}
@media screen and (max-width: 1180px) {
  .section01 .back_gray.b02 {
    padding: 5.50847vw 0 6.35593vw;
  }
}
@media screen and (max-width: 767px) {
  .section01 .back_gray.b02 {
    padding: 7.33333vw 0 5.86667vw;
  }
}
.section01 .back_gray.b02::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 198px;
  height: 133px;
  right: 12px;
  top: -25px;
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/secondcampaign/img/section01_illust02.png?20251014") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1180px) {
  .section01 .back_gray.b02::after {
    top: -2.11864vw;
    right: 1.01695vw;
    width: 16.77966vw;
    height: 11.27119vw;
  }
}
@media screen and (max-width: 767px) {
  .section01 .back_gray.b02::after {
    width: 26.4vw;
    height: 17.73333vw;
    right: -3.33333vw;
    top: -3.46667vw;
  }
}
.section01 .back_gray.b02::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 165px;
  height: 134px;
  left: 63px;
  top: -25px;
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/secondcampaign/img/section01_illust01.png?20251014") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1180px) {
  .section01 .back_gray.b02::before {
    top: -2.11864vw;
    left: 5.33898vw;
    width: 13.98305vw;
    height: 11.35593vw;
  }
}
@media screen and (max-width: 767px) {
  .section01 .back_gray.b02::before {
    width: 22vw;
    height: 17.86667vw;
    left: 4.66667vw;
    top: -3.46667vw;
  }
}
.section01 .back_gray.b02 .img {
  margin-bottom: 33px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .section01 .back_gray.b02 .img {
    margin-bottom: 2.79661vw;
  }
}
@media screen and (max-width: 1180px) {
  .section01 .back_gray.b02 .img img {
    width: 16.10169vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section01 .back_gray.b02 .img img {
    width: 25.33333vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section01 .back_gray.b02 .img {
    width: 70.66667vw;
    margin: 0 auto 5.33333vw;
  }
}
.section01 .back_gray.b02 .entry_list {
  padding-bottom: 32px;
}
@media screen and (max-width: 1180px) {
  .section01 .back_gray.b02 .entry_list {
    padding-bottom: 2.71186vw;
  }
}
@media screen and (max-width: 767px) {
  .section01 .back_gray.b02 .entry_list {
    padding-bottom: 6.66667vw;
  }
}
.section01 .back_gray.b02 .entry_list li {
  margin: 0 auto 60px;
  position: relative;
  width: 960px;
}
@media screen and (max-width: 1180px) {
  .section01 .back_gray.b02 .entry_list li {
    margin: 0 auto 5.08475vw;
    width: 81.35593vw;
  }
}
@media screen and (max-width: 767px) {
  .section01 .back_gray.b02 .entry_list li {
    margin-bottom: 11.33333vw;
  }
}
.section01 .back_gray.b02 .entry_list li::after {
  content: "";
  display: block;
  width: 102px;
  height: 48px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/secondcampaign/img/section01_arrow.png?20251014") no-repeat left top;
  background-size: 102px auto;
}
@media screen and (max-width: 1180px) {
  .section01 .back_gray.b02 .entry_list li::after {
    width: 8.64407vw;
    height: 4.0678vw;
    bottom: -3.38983vw;
    background-size: 8.64407vw auto;
  }
}
@media screen and (max-width: 767px) {
  .section01 .back_gray.b02 .entry_list li::after {
    width: 21.06667vw;
    height: 10vw;
    bottom: -7.33333vw;
    background-size: 21.06667vw auto;
  }
}
@media screen and (max-width: 767px) {
  .section01 .back_gray.b02 .entry_list li:last-child {
    margin-bottom: 0;
  }
}
.section01 .back_gray.b02 .entry_list li:last-child::after {
  content: none;
}
.section01 .back_gray.b02 .entry_list li .text01 {
  position: absolute;
  bottom: 43px;
  left: 107px;
  font-size: 16px;
}
@media screen and (max-width: 1180px) {
  .section01 .back_gray.b02 .entry_list li .text01 {
    bottom: 3.64407vw;
    left: 9.0678vw;
    font-size: 1.35593vw;
  }
}
@media screen and (max-width: 767px) {
  .section01 .back_gray.b02 .entry_list li .text01 {
    bottom: 42.66667vw;
    left: 18vw;
    font-size: 3.2vw;
  }
}
.section01 .back_gray.b02 .entry_list li .text01 a {
  padding-bottom: 5px;
  border-bottom: 1px solid #0ca600;
  color: #0ca600;
}
@media screen and (max-width: 1180px) {
  .section01 .back_gray.b02 .entry_list li .text01 a {
    padding-bottom: 0.42373vw;
  }
}
.section01 .back_gray .btn.orange {
  margin-bottom: 40px;
}
@media screen and (max-width: 1180px) {
  .section01 .back_gray .btn.orange {
    margin-bottom: 3.38983vw;
  }
}
@media screen and (max-width: 767px) {
  .section01 .back_gray .btn.orange {
    width: 74.66667vw;
    margin: 0 auto 6.66667vw;
  }
}
@media screen and (max-width: 767px) {
  .section01 .back_gray .btn.green {
    width: 86.66667vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1180px) {
  .section01 .back_gray .btn.green img {
    width: 55.9322vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section01 .back_gray .btn.green img {
    width: 86.66667vw;
  }
}
.section01 .back_gray .qr_area {
  position: relative;
}

.section02 {
  position: relative;
  background: #fff0e0;
  text-align: center;
}
.section02::after {
  bottom: -50px;
  left: 0;
  margin: 0 auto;
  right: 0;
  position: absolute;
  display: inline-block;
  content: "";
  width: 95px;
  height: 51px;
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/secondcampaign/img/section02_arrow.png?20251014") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1180px) {
  .section02::after {
    width: 8.05085vw;
    height: 4.32203vw;
    bottom: -4.23729vw;
    background-size: 8.05085vw auto;
  }
}
@media screen and (max-width: 767px) {
  .section02::after {
    width: 12.66667vw;
    height: 6.8vw;
    bottom: -6.66667vw;
  }
}
.section02 .content_inner {
  padding: 80px 0 50px;
}
@media screen and (max-width: 1180px) {
  .section02 .content_inner {
    padding: 6.77966vw 0 4.23729vw;
  }
}
@media screen and (max-width: 767px) {
  .section02 .content_inner {
    padding: 10vw 0 5.33333vw;
  }
}
.section02 h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1180px) {
  .section02 h2 {
    margin-bottom: 5.08475vw;
  }
}
@media screen and (max-width: 767px) {
  .section02 h2 {
    width: 78.66667vw;
    margin: 0 auto 5.33333vw;
  }
}
@media screen and (max-width: 1180px) {
  .section02 h2 img {
    width: 49.91525vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section02 h2 img {
    width: auto;
  }
}
.section02 .img {
  margin-bottom: 40px;
}
@media screen and (max-width: 1180px) {
  .section02 .img {
    margin-bottom: 3.38983vw;
  }
}
@media screen and (max-width: 767px) {
  .section02 .img {
    margin: 0 5.33333vw 4vw;
  }
}
@media screen and (max-width: 1180px) {
  .section02 .img img {
    width: 63.22034vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section02 .img img {
    width: auto;
  }
}
.section02 .btn {
  margin-bottom: 30px;
}
@media screen and (max-width: 1180px) {
  .section02 .btn {
    margin-bottom: 2.54237vw;
  }
}
@media screen and (max-width: 767px) {
  .section02 .btn:first-of-type {
    margin: 3vw auto 5.33333vw;
  }
  .section02 .btn:last-of-type {
    margin: 0 auto 8vw;
    width: 74.66667vw;
  }
}

.section03 {
  background: #f08300;
}
.section03 .content_inner {
  padding: 80px 130px;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .section03 .content_inner {
    padding: 6.77966vw 11.01695vw;
  }
}
@media screen and (max-width: 767px) {
  .section03 .content_inner {
    padding: 10.66667vw 5.33333vw 5.33333vw;
  }
}
.section03 .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  .section03 .img {
    margin-bottom: 1.69492vw;
  }
}
@media screen and (max-width: 767px) {
  .section03 .img {
    margin: 0 auto 5.33333vw;
  }
}
@media screen and (max-width: 1180px) {
  .section03 .img img {
    width: 71.18644vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section03 .img img {
    width: auto;
  }
}
.section03 .note {
  text-align: left;
  padding: 0 30px;
}
@media screen and (max-width: 1180px) {
  .section03 .note {
    padding: 0 2.54237vw;
  }
}
@media screen and (max-width: 767px) {
  .section03 .note {
    padding: 0;
  }
}
.section03 .note p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  text-indent: -1.9rem;
  padding-left: 1.9rem;
}
@media screen and (max-width: 767px) {
  .section03 .note p {
    font-size: 2.66667vw;
  }
}
@media screen and (max-width: 1180px) {
  .section03 .note p {
    font-size: 1.44068vw;
  }
}
@media screen and (max-width: 767px) {
  .section03 .note p {
    text-indent: -1.2em;
    padding-left: 1.2em;
    margin-bottom: 2.66667vw;
    font-size: 2.66667vw;
    line-height: 1.5;
  }
}
.section03 .note p a {
  display: inline;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.section03 .cond {
  margin: 40px 0 0;
}
@media screen and (max-width: 1180px) {
  .section03 .cond {
    margin: 3.38983vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section03 .cond {
    margin: 4vw 0 0;
  }
}
.section03 .cond p {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 1180px) {
  .section03 .cond p {
    font-size: 1.77966vw;
    margin-bottom: 0.84746vw;
  }
}
@media screen and (max-width: 767px) {
  .section03 .cond p {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .section03 .cond .img {
    padding: 0 5vw;
  }
}

.section04 {
  padding: 80px 0 45px;
}
@media screen and (max-width: 1180px) {
  .section04 {
    padding: 6.77966vw 0 3.81356vw;
  }
}
@media screen and (max-width: 767px) {
  .section04 {
    padding: 9.33333vw 5.33333vw 8vw;
  }
}
.section04 h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1180px) {
  .section04 h2 {
    margin-bottom: 2.54237vw;
  }
}
@media screen and (max-width: 767px) {
  .section04 h2 {
    margin-bottom: 5.33333vw;
  }
}
@media screen and (max-width: 767px) {
  .section04 h2 {
    width: 41.73333vw;
    margin: 0 auto 6.66667vw;
  }
}
@media screen and (max-width: 1180px) {
  .section04 h2 img {
    width: 26.52542vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section04 h2 img {
    width: auto;
  }
}
.section04 ul {
  padding: 0 130px;
}
@media screen and (max-width: 1180px) {
  .section04 ul {
    padding: 0 11.01695vw;
  }
}
@media screen and (max-width: 767px) {
  .section04 ul {
    padding: 0;
  }
}
.section04 ul li {
  position: relative;
  margin-bottom: 35px;
  font-weight: 700;
  line-height: 1.7;
  padding-left: 20px;
}
@media screen and (max-width: 1180px) {
  .section04 ul li {
    margin-bottom: 2.9661vw;
    padding-left: 1.69492vw;
    font-size: 1.35593vw;
  }
}
@media screen and (max-width: 767px) {
  .section04 ul li {
    font-size: 2.66667vw;
    margin-bottom: 2.66667vw;
    padding-left: 4vw;
  }
}
.section04 ul li::before {
  position: absolute;
  display: inline-block;
  content: "●";
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0;
}
@media screen and (max-width: 1180px) {
  .section04 ul li::before {
    width: 1.35593vw;
    height: 1.35593vw;
  }
}
@media screen and (max-width: 767px) {
  .section04 ul li::before {
    width: 2.66667vw;
    height: 2.66667vw;
    left: 0;
    top: -1px;
  }
}

.section05 {
  padding: 80px 0 50px;
  background: #f6f6f6;
}
@media screen and (max-width: 1180px) {
  .section05 {
    padding: 6.77966vw 0 4.23729vw;
  }
}
@media screen and (max-width: 767px) {
  .section05 {
    padding: 10vw 2.66667vw 6.66667vw;
  }
}
.section05 h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1180px) {
  .section05 h2 {
    margin-bottom: 3.38983vw;
  }
}
@media screen and (max-width: 767px) {
  .section05 h2 {
    width: 53.33333vw;
    margin: 0 auto 6.66667vw;
  }
}
@media screen and (max-width: 1180px) {
  .section05 h2 img {
    width: 33.81356vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section05 h2 img {
    width: auto;
  }
}
.section05 dl.faq {
  background: #fff;
  border-radius: 35px;
  padding: 0 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  .section05 dl.faq {
    border-radius: 2.9661vw;
    padding: 0 2.54237vw;
  }
}
@media screen and (max-width: 767px) {
  .section05 dl.faq {
    border-radius: 2vw;
    padding: 0 2.66667vw;
    margin-bottom: 5.33333vw;
  }
}
.section05 dl.faq dt {
  position: relative;
  padding: 25px 0 25px 35px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: solid 1px #e5e5e5;
}
@media screen and (max-width: 1180px) {
  .section05 dl.faq dt {
    padding: 2.11864vw 0 2.11864vw 2.9661vw;
    font-size: 1.52542vw;
  }
}
@media screen and (max-width: 767px) {
  .section05 dl.faq dt {
    font-size: 3.73333vw;
    padding: 4vw 6.66667vw 2.66667vw;
  }
}
.section05 dl.faq dt::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 23px;
  height: 32px;
  left: 0;
  top: 25px;
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/secondcampaign/img/section05_icon.png?20251014") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1180px) {
  .section05 dl.faq dt::before {
    width: 1.94915vw;
    height: 2.71186vw;
    top: 2.11864vw;
  }
}
@media screen and (max-width: 767px) {
  .section05 dl.faq dt::before {
    width: 4vw;
    height: 5.46667vw;
    top: 5vw;
  }
}
.section05 dl.faq dd {
  padding: 15px 0 25px 35px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 1180px) {
  .section05 dl.faq dd {
    padding: 1.27119vw 0 2.11864vw 2.9661vw;
    font-size: 1.35593vw;
  }
}
@media screen and (max-width: 767px) {
  .section05 dl.faq dd {
    padding: 2.66667vw 6.66667vw 4vw;
    font-size: 3.2vw;
  }
}
.section05 dl.faq dd img {
  margin-top: 15px;
}
@media screen and (max-width: 1180px) {
  .section05 dl.faq dd img {
    margin-top: 1.27119vw;
    width: 30.76271vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section05 dl.faq dd img {
    margin-top: 2.66667vw;
    width: 48.4vw;
  }
}
.section05 .btn {
  margin: 10px auto 0;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .section05 .btn {
    margin: 0.84746vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .section05 .btn {
    width: 54.66667vw;
    margin-top: 0vw;
  }
}

.section06 {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .section06 {
    padding: 8vw 0 0;
  }
}
.section06 h2 {
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1180px) {
  .section06 h2 {
    font-size: 3.83333vw;
    margin-bottom: 3.38983vw;
  }
}
@media screen and (max-width: 767px) {
  .section06 h2 {
    font-size: 6.13333vw;
    margin-bottom: 6.66667vw;
    line-height: 1.4;
  }
}
.section06 .back_gray {
  background: #f6f6f6;
  padding: 35px 0 40px;
  border-radius: 5px;
}
@media screen and (max-width: 1180px) {
  .section06 .back_gray {
    padding: 2.9661vw 0 3.38983vw;
    border-radius: 0.42373vw;
  }
}
@media screen and (max-width: 767px) {
  .section06 .back_gray {
    padding: 5.33333vw 2.66667vw;
    margin: 0 auto 8vw;
    width: 94.66667vw;
  }
}
.section06 .back_gray h3 {
  font-size: 3.2rem;
  color: #f08300;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1180px) {
  .section06 .back_gray h3 {
    font-size: 2.66667vw;
    margin-bottom: 2.9661vw;
  }
}
@media screen and (max-width: 767px) {
  .section06 .back_gray h3 {
    font-size: 4.8vw;
    margin-bottom: 5.33333vw;
  }
}
.section06 .back_gray .back_white {
  width: 900px;
  border-radius: 35px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  padding: 20px 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 1180px) {
  .section06 .back_gray .back_white {
    width: 75vw;
    border-radius: 2.91667vw;
    margin-bottom: 2.9661vw;
    padding: 1.69492vw 0;
  }
}
@media screen and (max-width: 767px) {
  .section06 .back_gray .back_white {
    display: block;
    width: 100%;
    border-radius: 2vw;
    padding: 5.33333vw 4vw;
    margin-bottom: 5.33333vw;
  }
}
.section06 .back_gray .back_white:last-of-type {
  margin-bottom: 0;
}
.section06 .back_gray .back_white .left {
  width: 320px;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .section06 .back_gray .back_white .left {
    width: 26.66667vw;
  }
}
@media screen and (max-width: 767px) {
  .section06 .back_gray .back_white .left {
    width: 100%;
    border-bottom: solid 1px #b3b3b3;
    padding-bottom: 2.66667vw;
  }
}
.section06 .back_gray .back_white .left p {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1180px) {
  .section06 .back_gray .back_white .left p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .section06 .back_gray .back_white .left p {
    font-size: 4.26667vw;
  }
}
.section06 .back_gray .back_white .right {
  border-left: solid 1px #b3b3b3;
  text-align: center;
  padding-left: 20px;
}
@media screen and (max-width: 1180px) {
  .section06 .back_gray .back_white .right {
    padding-left: 1.66667vw;
  }
}
@media screen and (max-width: 767px) {
  .section06 .back_gray .back_white .right {
    border-left: none;
    padding-left: 0;
    padding-top: 2vw;
  }
}
.section06 .back_gray .back_white .right .exp {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1180px) {
  .section06 .back_gray .back_white .right .exp {
    font-size: 1.33333vw;
    margin-bottom: 0.83333vw;
  }
}
@media screen and (max-width: 767px) {
  .section06 .back_gray .back_white .right .exp {
    text-align: center;
    font-size: 3.2vw;
    line-height: 2;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 1180px) {
  .section06 .back_gray .back_white .right .btn {
    width: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .section06 .back_gray .back_white .right .btn {
    width: 54.66667vw;
    margin: 0 auto;
  }
}

.summary {
  padding: 80px 0 40px;
}
@media screen and (max-width: 1360px) {
  .summary {
    padding: 6.77966vw 0 10.16949vw;
  }
}
@media screen and (max-width: 767px) {
  .summary {
    padding: 0vw 5.33333vw 8vw;
  }
}
.summary h2 {
  font-size: 4.6rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1180px) {
  .summary h2 {
    margin-bottom: 4.23729vw;
    font-size: 3.83333vw;
  }
}
@media screen and (max-width: 767px) {
  .summary h2 {
    font-size: 6.13333vw;
    margin-bottom: 8vw;
    line-height: 1.5;
  }
}
.summary .summary_txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 1180px) {
  .summary .summary_txt {
    margin-bottom: 3.38983vw;
  }
}
@media screen and (max-width: 767px) {
  .summary .summary_txt {
    margin-bottom: 8vw;
  }
}
.summary .summary_txt p {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 1180px) {
  .summary .summary_txt p {
    font-size: 1.35593vw;
    margin-bottom: 0.42373vw;
    padding-left: 1.69492vw;
  }
}
@media screen and (max-width: 767px) {
  .summary .summary_txt p {
    font-size: 3.2vw;
    padding-left: 4vw;
  }
}
.summary .summary_txt p::before {
  position: absolute;
  display: inline-block;
  content: "●";
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0;
}
@media screen and (max-width: 1180px) {
  .summary .summary_txt p::before {
    width: 1.35593vw;
    height: 1.35593vw;
  }
}
@media screen and (max-width: 767px) {
  .summary .summary_txt p::before {
    width: 4vw;
    height: 4vw;
    top: 1px;
  }
}
.summary .date p {
  font-size: 1.6rem;
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 1180px) {
  .summary .date p {
    font-size: 1.35593vw;
  }
}
@media screen and (max-width: 767px) {
  .summary .date p {
    font-size: 3.2vw;
  }
}

.following {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #f6f6f6;
  z-index: 999;
}
.following .inner {
  width: 1160px;
  padding: 0 100px 0 115px;
  margin: 0 auto;
  display: flex;
  height: 120px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  .following .inner {
    width: 100%;
    padding: 0 8.47458vw 0 8.47458vw;
    height: 10.16949vw;
  }
}
@media screen and (max-width: 767px) {
  .following .inner {
    width: 100%;
    padding: 0;
    justify-content: center;
    height: 20vw;
  }
}
.following .inner .btn {
  margin: auto;
}
@media screen and (max-width: 1180px) {
  .following .inner .btn {
    width: 55.08475vw;
  }
}
@media screen and (max-width: 767px) {
  .following .inner .btn {
    width: 86.66667vw;
    height: 14.66667vw;
  }
}

.ftr {
  border-top: #d9dee1 1px solid;
  padding: 20px 0 155px;
  color: #000000;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .ftr {
    padding: 1.69492vw 0 13.13559vw;
    font-size: 1.18644vw;
  }
}
@media screen and (max-width: 767px) {
  .ftr {
    border: #d9dee1 1px solid;
    margin-top: 16vw;
    padding: 6.4vw 6.4vw 20vw;
  }
}

.ftr__pagetop {
  width: min(100% - 40px, 1440px);
  position: absolute;
  top: -100px;
  left: 50%;
  text-align: right;
  transform: translate(-50%, 0);
}
.ftr__pagetop a {
  display: inline-block;
}
@media screen and (max-width: 1180px) {
  .ftr__pagetop {
    width: calc(100% - 3.33333vw);
    top: -8.33333vw;
  }
}
@media screen and (max-width: 767px) {
  .ftr__pagetop {
    width: calc(100% - 6.4vw);
    top: -18.66667vw;
  }
}

.ftr__pagetop__btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5) url("https://d18f657670wm8u.cloudfront.net/otona/ldp/secondcampaign/img/icon_arrow.png?20251014") no-repeat center center/30px 16px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1180px) {
  .ftr__pagetop__btn {
    width: 6.77966vw;
    height: 6.77966vw;
    background-size: 2.54237vw auto;
  }
}
@media screen and (max-width: 767px) {
  .ftr__pagetop__btn {
    width: 13.33333vw;
    height: 13.33333vw;
    background-size: 5.33333vw auto;
  }
}

.ftr__inner {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  .ftr__inner {
    padding: 0 1.69492vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ftr__inner {
    width: 100%;
  }
}

.ftr__link {
  display: flex;
}
@media screen and (max-width: 767px) {
  .ftr__link {
    display: block;
  }
}

.ftr__link__item {
  line-height: 2.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ftr__link__item {
    margin: 0;
    line-height: 1.5;
  }
}

.ftr__link__item:first-child a {
  padding-left: 0;
}

.ftr__link__item a {
  color: #000000;
  line-height: 1;
  padding: 0 10px;
  border-right: solid 1px #000;
}
@media screen and (max-width: 1180px) {
  .ftr__link__item a {
    padding: 0 0.84746vw;
  }
}
@media screen and (max-width: 767px) {
  .ftr__link__item a {
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 2;
    color: #6c6c6c;
    padding: 0;
    border: none;
  }
}

.ftr__link__item:last-child a {
  border: none;
}

.ftr__link__item a:hover {
  text-decoration: underline;
}

.ftr__copyright {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ftr__copyright {
    margin: 8vw 0 5.33333vw;
    color: #6c6c6c;
    font-size: 2.93333vw;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */