@charset "UTF-8";
:root {
  --color01: #002262;
  --color02: #FFA41C;
  --color03: #E40211;
  --color04: #1D619A;
  --color05: #FFFAE5;
  --color06: #43B4C9;
  --white: #FFFFFF;
  --black: #263238;
  --gray: #818181;
}

:root {
  --font-family01: "Zen Maru Gothic", sans-serif;
  --font-family02: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  --font-family03: "Noto Sans JP", sans-serif;
}

:root {
  --width01: 1720px;
  --width02: 1400px;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

main {
  display: block;
}

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

ul, ol {
  list-style: none;
}

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

a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  appearance: none;
  background: none;
  outline: 0;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
}

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

svg {
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

strong {
  font-weight: bold;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

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

* {
  box-sizing: border-box;
}

body {
  position: relative;
  color: var(--black);
  font-family: var(--font-family01);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}
body.is-active {
  overflow: hidden;
}

main {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  display: block;
  width: 100%;
  height: 100%;
}

*:focus {
  outline: none;
}

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

.u-tab-under {
  display: block;
}
@media screen and (min-width: 811px) {
  .u-tab-under {
    display: none;
  }
}

.u-tab-over {
  display: none;
}
@media screen and (min-width: 811px) {
  .u-tab-over {
    display: block;
  }
}

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

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 811px) {
  .u-tel {
    pointer-events: none;
  }
}

.u-en {
  font-family: var(--font-family03);
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mb-40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .u-mb-40 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .u-link-hover {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .u-link-hover:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .u-flex-order {
    order: 1;
  }
}

.c-accordion:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-accordion:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .c-accordion:not(:last-child) {
    margin-bottom: 70px;
  }
}
.c-accordion__header {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  padding-bottom: 10px;
  padding-right: 20px;
  border-bottom: 3px dotted var(--gray);
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-accordion__header {
    border-bottom: 4px dotted var(--gray);
    padding-bottom: 15px;
    padding-right: 40px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .c-accordion__header {
    border-bottom: 5px dotted var(--gray);
    padding-bottom: 20px;
    padding-right: 50px;
    margin-bottom: 20px;
  }
}
.c-accordion__header.open .c-accordion__icon::after {
  height: 0;
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-accordion__header:hover {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .c-accordion__header:hover:hover {
    opacity: 0.7;
  }
}
.c-accordion__header__question {
  display: block;
  position: relative;
  padding-left: 25px;
  color: var(--color03);
}
@media screen and (min-width: 768px) {
  .c-accordion__header__question {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .c-accordion__header__question {
    padding-left: 60px;
  }
}
.c-accordion__header__question::before {
  position: absolute;
  content: "Q";
  left: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--font-family02);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-accordion__header__question::before {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .c-accordion__header__question::before {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.c-accordion__header__question-text {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__header__question-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-accordion__header__question-text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-accordion__icon {
  position: absolute;
  top: 7px;
  right: 0;
  width: 20px;
  height: 20px;
  background: var(--black);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-accordion__icon {
    top: 8px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-accordion__icon {
    top: 10px;
    width: 40px;
    height: 40px;
  }
}
.c-accordion__icon::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid var(--white);
  width: 10px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .c-accordion__icon::before {
    width: 17px;
    right: 7px;
    border-top: 3px solid var(--white);
  }
}
@media screen and (min-width: 1200px) {
  .c-accordion__icon::before {
    width: 20px;
    right: 10px;
    border-top: 4px solid var(--white);
  }
}
.c-accordion__icon::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid var(--white);
  width: 0;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .c-accordion__icon::after {
    height: 17px;
    right: 14px;
    border-left: 3px solid var(--white);
  }
}
@media screen and (min-width: 1200px) {
  .c-accordion__icon::after {
    height: 20px;
    right: 18px;
    border-left: 4px solid var(--white);
  }
}
.c-accordion__body {
  display: none;
}
.c-accordion__body__answer {
  display: block;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .c-accordion__body__answer {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .c-accordion__body__answer {
    padding-left: 60px;
  }
}
.c-accordion__body__answer::before {
  position: absolute;
  content: "A";
  left: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--font-family02);
  color: var(--color03);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-accordion__body__answer::before {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .c-accordion__body__answer::before {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.c-accordion__body__answer-text {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__body__answer-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-accordion__body__answer-text {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-accordion__body__answer-text:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-accordion__body__answer-text:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c-accordion__body__answer-text:not(:last-child) {
    margin-bottom: 30px;
  }
}

.c-section01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .c-section01 {
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .c-section01 {
    margin-bottom: 120px;
  }
}
.c-section01__contents01:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c-section01__contents01:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .c-section01__contents01:not(:last-child) {
    margin-bottom: 120px;
  }
}
.c-section01.is-bg-img09 {
  background-image: url(../img/top/top_img09_bg_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-section01.is-bg-img09 {
    background-image: url(../img/top/top_img09_bg_pc.png);
    padding: 120px 0;
  }
}
.c-section01.is-bg-navy {
  background: var(--color01);
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .c-section01.is-bg-navy {
    padding: 120px 0;
  }
}
.c-section01.is-bg-navy > div:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c-section01.is-bg-navy > div:not(:last-child) {
    margin-bottom: 80px;
  }
}
.c-section01.is-bg-footer {
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  .c-section01.is-bg-footer {
    margin-top: -80px;
  }
}
@media (min-width: 1200px) {
  .c-section01.is-bg-footer {
    margin-top: -120px;
  }
}

.c-section02 {
  margin-bottom: 40px;
  background: var(--color06);
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .c-section02 {
    margin-bottom: 80px;
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .c-section02 {
    margin-bottom: 100px;
    padding: 100px 0;
  }
}
.c-section02__contents01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c-section02__contents01 {
    margin-bottom: 60px;
  }
}
.c-section02__contents02 {
  background: var(--white);
  border-radius: 20px;
  padding: 30px 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c-section02__contents02 {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    padding: 30px 70px;
    border-radius: 75px;
  }
}
.c-section02__contents03 {
  background: var(--white);
  border-radius: 20px;
  padding: 30px 10px;
}
@media screen and (min-width: 768px) {
  .c-section02__contents03 {
    padding: 60px 70px;
    border-radius: 75px;
  }
}
@media screen and (min-width: 768px) {
  .c-section02__contents03__wrap {
    display: flex;
    align-items: center;
  }
}
.c-section02__contents04 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-section02__contents04 {
    margin-bottom: 40px;
  }
}
.c-section02__contents05 {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .c-section02__contents05 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  .c-section03 {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .c-section03 {
    margin-bottom: 120px;
  }
}

.c-inner01 {
  margin: 0 auto;
  max-width: 1720px;
}
@media screen and (min-width: 768px) {
  .c-inner01 {
    padding: 0 20px;
  }
}

.c-inner02 {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .c-inner02 {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-inner02 {
    padding: 0 60px;
  }
}

.c-inner03 {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-inner03 {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-inner03 {
    padding: 0 60px;
  }
}

.c-inner04 {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-inner04 {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-inner04 {
    padding: 0 60px;
  }
}

.c-inner05 {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-inner05 {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-inner05 {
    padding: 0 60px;
  }
}

.c-button {
  display: block;
  background: var(--color02);
  border: 2px solid var(--color02);
  color: var(--white);
  font-size: 16px;
  font-size: 1rem;
  border-radius: 100px;
  padding: 10px 5px;
  line-height: 1.4;
  text-align: center;
  transition: 0.3s;
}
.c-button-wrap {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  max-width: 500px;
  padding: 0 10px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button-wrap {
    left: auto;
    transform: none;
    right: 10px;
    padding: 0;
    max-width: 260px;
  }
}
@media (min-width: 1200px) {
  .c-button-wrap {
    max-width: 400px;
  }
}
.c-button-wrap.is-hidden {
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 480px) {
  .c-button {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .c-button {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-button:hover {
    background: var(--white);
    color: var(--color02);
    transition: 0.3s;
  }
}

.c-button02 {
  background: url(../img/top/top_banner.png) center/cover no-repeat;
  aspect-ratio: 375/109;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.c-button02-wrap {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  max-width: 400px;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-button02-wrap {
    left: auto;
    transform: none;
    right: 15px;
    bottom: 15px;
    width: 30vw;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  }
}
.c-button02-wrap.is-active {
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
}
.c-button02-wrap.is-hidden {
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.c-button02::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #eef9ff;
  transition: 0.3s;
  animation: shinyshiny 2s ease-in-out infinite;
}
@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media (any-hover: hover) {
  .c-button02:hover {
    background: url(../img/top/top_banner02.png) center/cover no-repeat;
  }
}

.c-button03 {
  font-family: var(--font-family03);
  font-weight: 900;
  line-height: 1.2;
  color: white;
  text-align: center;
  padding: 10px 5px 15px;
  border-radius: 10px;
  font-size: clamp(1.625rem, 0.551rem + 5.37vw, 3.125rem);
  background-image: linear-gradient(150deg, rgb(255, 69, 69) 10%, rgb(255, 178, 178) 50%, rgb(255, 69, 69) 90%);
  box-shadow: 0 6px 0 rgb(195, 37, 37);
  transition: box-shadow 0.3s, transform 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button03 {
    font-size: clamp(2.875rem, 0.431rem + 5.09vw, 4.25rem);
    border-radius: 15px;
    box-shadow: 0 10px 0 rgb(195, 37, 37);
  }
}
@media (any-hover: hover) {
  .c-button03:hover {
    box-shadow: none;
    transform: translateY(6px);
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-button03:hover {
    transform: translateY(10px);
  }
}
.c-button03__wrap {
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .c-button03__wrap {
    margin-bottom: 120px;
  }
}
.c-button03__wrap.is-small {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-button03__wrap.is-small a {
    font-size: clamp(1.438rem, -0.451rem + 3.94vw, 2.5rem);
  }
}

.l-footer__logo {
  width: 100px;
  height: 100px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 150px;
    height: 150px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__logo {
    margin-bottom: 120px;
  }
}
.l-footer__copyright {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  padding: 20px 0;
  background: var(--color01);
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*=========
accordion
=========*/
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #09357f;
  font-size: 20px;
  font-weight: bold;
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}

@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
}

@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
.p-kv {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-kv {
    margin-bottom: 90px;
  }
}
.p-kv__logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 4.16666vw;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-kv__logo {
    display: none;
  }
}
.p-kv__under {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-kv__under {
    margin-bottom: 90px;
  }
}
.p-kv__price {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  width: calc(100% - 20px);
  overflow: hidden;
}
.p-kv__price::after {
  content: "";
  position: absolute;
  top: -200%;
  left: -150%;
  height: 500%;
  width: 120px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transform: rotate(45deg);
  animation: 1.5s shine infinite linear;
}
@media screen and (min-width: 1024px) {
  .p-kv__price::after {
    width: 180px;
    animation: 2s shine infinite linear;
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__price {
    left: 5%;
    bottom: 3%;
    width: 47vw;
  }
}
.p-kv__price02 {
  position: absolute;
  bottom: 18%;
  right: 10px;
  z-index: 1;
  width: 32%;
  animation: anime1 1s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(0.98, 0.98);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
@media screen and (min-width: 768px) {
  .p-kv__price02 {
    right: 48%;
    bottom: 28%;
    width: 13.5%;
  }
}

.p-contents01 {
  background: var(--color06);
  padding: 20px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-contents01 {
    padding: 30px 0;
    margin-bottom: 60px;
  }
}

.p-contents02:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-contents02:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-contents02__wrap {
    display: flex;
  }
}
.p-contents02__wrap:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-contents02__wrap:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-contents03 {
    margin: 0 calc(50% - 50vw);
  }
}
.p-contents03:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-contents03:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-contents03 img {
    border-radius: 60px;
    border: 5px solid var(--color01);
  }
}

.p-contents04:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-contents04:not(:last-child) {
    margin-bottom: 60px;
  }
}

.p-contents05:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-contents05:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-contents05__flex-box {
    display: flex;
  }
}
.p-contents05__flex-box__item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-contents05__flex-box__item:not(:last-child) {
    margin-bottom: 0;
  }
}

.p-faq__title {
  background: var(--color04);
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    padding: 80px 0;
  }
}
.p-faq__accordion-area {
  background: var(--color05);
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .p-faq__accordion-area {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__accordion-area {
    padding: 60px;
  }
}

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