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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html {
  height: -webkit-fill-available;
}

html, body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: clip;
  font-weight: 400;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  leading-trim: both;
  position: relative;
  color: #3C3C3C;
}
body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/body_bg.webp);
  background-size: 300px 300px;
  background-repeat: repeat;
}
.no-webp body:before {
  background-image: url(../images/body_bg.png);
}

.font_biz {
  font-family: "BIZ UDPGothic", sans-serif;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

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

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

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}
.containner.is-pb_none {
  padding-bottom: 0;
}

.innerBox {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}
@media (min-width: 768px) {
  .innerBox {
    padding: 0 2%;
  }
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0;
  }
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Yu Mincho", "YuMincho", serif;
}

.font_gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, arial, helvetica, sans-serif;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

main {
  min-height: calc(100vh - 160px);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  main {
    min-height: calc(100vh - 160px);
  }
}
@media (min-width: 1180px) {
  main {
    min-height: calc(100vh - 182px);
  }
}

#page__top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  border-radius: 50%;
  overflow: hidden;
}
#page__top img {
  background-color: #ffffff;
}
@media (min-width: 1180px) {
  #page__top {
    right: 20px;
    bottom: 20px;
  }
}

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

.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
}

.blogcard {
  width: 100%;
  padding: 24px 16px;
  background-color: #F7FAFB;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .blogcard {
    padding: 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .blogcard a {
    display: flex;
    align-items: center;
    color: #3C3C3C;
  }
}
.blogcard_thumbnail {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .blogcard_thumbnail {
    width: 200px;
    margin-bottom: 0;
    margin-right: 24px;
  }
}
@media (min-width: 1180px) {
  .blogcard_thumbnail {
    width: 350px;
  }
}
.blogcard_content {
  flex: 1;
}
.blogcard_title {
  color: #3C3C3C;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .blogcard_title {
    font-size: 20px;
  }
}
.blogcard_link {
  color: #3C3C3C;
  line-height: 2;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .blogcard_link {
    font-size: 16px;
  }
}

.is-image {
  position: relative;
}
.is-image .hover {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 62.5%;
  position: relative;
  border-radius: 5px;
}
.is-image .hover a:hover {
  opacity: 1;
}
.is-image .hover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: 1s all;
}
@media (min-width: 1024px) {
  .is-image .hover img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}

.l-header {
  width: 100%;
  height: 52px;
  background-color: transparent;
  display: none;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .l-header {
    display: flex;
    top: 0px;
    width: 100%;
    margin: auto;
    right: 0;
    left: 0;
    position: fixed;
    height: 80px;
    padding: 0 32px;
  }
}
@media (min-width: 1180px) {
  .l-header {
    padding: 0 40px;
  }
}
.l-header.is-bg {
  background-color: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.l-header__logo {
  width: 121px;
}
.l-header__list {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media (min-width: 1280px) {
  .l-header__list {
    gap: 0 32px;
  }
}
.l-header__list li a {
  color: #3C3C3C;
  font-size: 14px;
  font-weight: bold;
}
.l-header__list li.is-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  background-color: #F3A641;
  border: solid 1px #F3A641;
  border-radius: 24px;
  color: #ffffff;
  gap: 8px;
  position: relative;
  transition: 0.3s;
}
.l-header__list li.is-contact a:hover {
  opacity: 1;
  cursor: pointer;
  background-color: #ffffff;
  color: #F3A641;
}
.l-header__list li.is-contact a span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.3s;
}
.l-header__list li.is-contact a span:nth-child(2) img {
  width: 10px;
}
.l-header__list li.is-tel a {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.is-bg .l-header__list li.is-tel a {
  color: #07A5CD;
}
.l-header__list li.is-tel a .img {
  width: 32px;
}
.is-bg .l-header__list li.is-tel a .img img:nth-child(1) {
  display: none;
}
.l-header__list li.is-tel a .img img:nth-child(2) {
  display: none;
}
.is-bg .l-header__list li.is-tel a .img img:nth-child(2) {
  display: inline;
}
.l-header__list li.is-tel a .text p {
  line-height: 1.2;
}
.l-header__list li.is-tel a .text p:nth-child(1) {
  font-size: 20px;
}
@media (min-width: 1280px) {
  .l-header__list li.is-tel a .text p:nth-child(1) {
    font-size: 28px;
  }
}
.l-header__list li.is-tel a .text p:nth-child(2) {
  font-size: 12px;
  text-align-last: center;
  font-weight: 400;
}

.l-footer {
  background-color: #ffffff;
  padding: 20px 0 80px;
  text-align: center;
  color: #3C3C3C;
  font-size: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 20px 0;
  }
}

.o-btn.is-fixed {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: -60px;
  left: 0;
  z-index: 9999;
  padding: 5px 0;
}
.o-btn.is-fixed.UpMove {
  animation: UpAnime 0.5s forwards;
}
.o-btn.is-fixed.DownMove {
  animation: DownAnime 0.5s forwards;
}
@media (min-width: 768px) {
  .o-btn.is-fixed {
    display: none !important;
  }
}
.o-btn.is-fixed .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.o-btn.is-fixed .inner a {
  width: 48%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 48px;
  color: #ffffff;
  border-radius: 12px;
}
.o-btn.is-fixed .inner a.tel {
  background: #07A5CD;
  line-height: 1.1;
}
.o-btn.is-fixed .inner a.tel span {
  letter-spacing: 0.8px;
}
.o-btn.is-fixed .inner a.tel span:nth-child(1) {
  font-size: 24px;
}
.o-btn.is-fixed .inner a.tel span:nth-child(2) {
  font-size: 12px;
}
.o-btn.is-fixed .inner a.contact {
  background: #F3A641;
  line-height: 1.1;
}
.o-btn.is-fixed .inner a.contact span:nth-child(1) {
  font-size: 14px;
}
.o-btn.is-fixed .inner a.contact span:nth-child(2) {
  font-size: 20px;
}

.o-fixed {
  background-color: rgba(51, 51, 51, 0.9);
  width: 100%;
  height: 102px;
  position: fixed;
  bottom: -94px;
  left: 0;
  z-index: 1;
  padding: 20px 7px 18px;
}
.o-fixed.UpMove {
  animation: UpAnime 0.5s forwards;
}
.o-fixed.DownMove {
  animation: DownAnime 0.5s forwards;
}
@media (min-width: 768px) {
  .o-fixed {
    display: none !important;
  }
}
.o-fixed__title {
  text-align: center;
  color: #822433;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
}
.o-fixed__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.o-fixed__inner a {
  width: 48%;
  font-size: 14px;
  height: 64px;
  color: #ffffff;
  border-radius: 12px;
}
.o-fixed__inner a.tel {
  background: #D72A22;
}
.o-fixed__inner a.contact {
  background: #F3A641;
}

@keyframes show {
  0% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes top_title {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@keyframes top_worries_content {
  0% {
    bottom: -25px;
    @media (min-width: 768px) {
      bottom: -50px;
    }
  }
  50% {
    bottom: -35px;
    @media (min-width: 768px) {
      bottom: -90px;
    }
  }
  100% {
    bottom: -25px;
    @media (min-width: 768px) {
      bottom: -50px;
    }
  }
}
@keyframes show_text {
  0% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes show_text_right {
  0% {
    transform: translate(100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes load {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
    visibility: hidden;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes ham_open {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes ham_close {
  0% {
    top: 0;
  }
  100% {
    top: -120%;
  }
}
@keyframes ham_opacity {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes UpAnime {
  from {
    transform: translateY(188px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes DownAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(94px);
  }
}
@keyframes DownOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes UpOpacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bgroop_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -700px 0;
  }
}
@keyframes bgroop_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1400px 0;
  }
}
@keyframes bou {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes btn_hover {
  from {
    width: 0px;
  }
  to {
    width: calc(100% - 10px);
  }
}
@keyframes zoom_image {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05, 1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes image_opacity_left {
  0% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes image_opacity_right {
  0% {
    opacity: 0;
    left: 100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes hover_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
}

.fadein_first {
  opacity: 0;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.downup {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}

.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}

.leftin {
  opacity: 0;
}

.leftInto {
  -webkit-animation-name: leftInto;
  animation-name: leftInto;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media (min-width: 768px) {
  .left01 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
}

@media (min-width: 768px) {
  .left02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
}

@media (min-width: 768px) {
  .left03 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
}

@media (min-width: 768px) {
  .left04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}

@media (min-width: 768px) {
  .left05 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}

@media (min-width: 768px) {
  .left06 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes leftInto {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leftInto {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom_back {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom_back_lower {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom_image_top {
  0% {
    transform: scale(1);
    left: 0;
  }
  50% {
    transform: scale(1.2);
    left: 100px;
  }
  100% {
    transform: scale(1);
    left: 0;
  }
}
@keyframes mv_zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.fade_group div,
.fade_group2 div {
  content: "";
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

.fade_group div {
  z-index: 99999;
  transition: 0.6s;
}

.fade_group2 div {
  z-index: 99998;
  transition: 0.8s;
}

.fade_group div:nth-of-type(1) {
  background: rgba(255, 255, 255, 0.3);
}

.fade_group div:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.5);
  transition-delay: 0.1s;
}

.fade_group div:nth-of-type(3) {
  background: rgba(255, 255, 255, 0.7);
  transition-delay: 0.2s;
}

.fade_group div:nth-of-type(4) {
  background: rgb(255, 255, 255);
  transition-delay: 0.3s;
}

.fade_group2 div:nth-of-type(1) {
  background: rgba(255, 255, 255, 0.8);
  transition-delay: 0.2s;
}

.fade_group2 div:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.8);
  transition-delay: 0.3s;
}

body.o-page_link_loading .fade_group div {
  left: 0;
}

body.o-page_link_loading .fade_group2 div {
  left: 100vw;
}

.fade {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9000;
  background-color: #ffffff;
}

.fade p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 225px;
  height: 47px;
}

@keyframes top_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes top_mv {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.o-mv {
  padding: 96px 16px 48px;
  position: relative;
}
@media (min-width: 768px) {
  .o-mv {
    padding: 96px 16px;
  }
}
@media (min-width: 1024px) {
  .o-mv {
    padding: 192px 0 148px;
  }
}
.o-mv__image {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .o-mv__image {
    display: block;
  }
}
.o-mv__image__left {
  position: absolute;
  width: 300px;
  left: 0;
  bottom: 48px;
}
@media (min-width: 1180px) {
  .o-mv__image__left {
    width: 416px;
  }
}
.o-mv__image__right {
  position: absolute;
  width: 300px;
  top: 0;
  right: 0;
}
@media (min-width: 1180px) {
  .o-mv__image__right {
    width: 387.5px;
  }
}
.o-mv__top_text {
  text-align: center;
  color: #07A5CD;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 4px;
  position: relative;
}
@media (min-width: 768px) {
  .o-mv__top_text {
    font-size: 18px;
  }
}
.o-mv__title {
  text-align: center;
  color: #3C3C3C;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 32px;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 768px) {
  .o-mv__title {
    font-size: 58px;
  }
}
.o-mv__title img {
  max-width: 544px;
  width: 100%;
}
.o-mv__title .small {
  font-size: 20px;
}
@media (min-width: 768px) {
  .o-mv__title .small {
    font-size: 40px;
  }
}
.o-mv__title .last {
  position: relative;
}
.o-mv__title .last:before {
  content: "※";
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  right: -4px;
  bottom: -20px;
}
@media (min-width: 768px) {
  .o-mv__title .last:before {
    bottom: -12px;
  }
}
.o-mv__sub_title {
  text-align: center;
  color: #3C3C3C;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 48px;
  position: relative;
}
@media (min-width: 768px) {
  .o-mv__sub_title {
    margin-bottom: 84px;
    font-size: 32px;
  }
}
.o-mv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 63px;
  background-color: #F3A641;
  border: solid 1px #F3A641;
  border-radius: 37.8px;
  color: #ffffff;
  gap: 12px;
  position: relative;
  transition: 0.3s;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
}
.o-mv__btn:hover {
  opacity: 1;
  cursor: pointer;
  background-color: #ffffff;
  color: #F3A641;
}
.o-mv__btn span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.5px;
  height: 31.5px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.3s;
}
.o-mv__discription {
  position: absolute;
  width: 91.4%;
  max-width: 1200px;
  bottom: 24px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}
.o-title {
  text-align: center;
  color: #3C3C3C;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.6;
}
.o-title span {
  display: inline-block;
}
.o-title span.is-blue {
  font-size: 32px;
  color: #07A5CD;
}
@media (min-width: 768px) {
  .o-title span.is-blue {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .o-title span.is-blue {
    font-size: 56px;
  }
}
.o-title.is-blue {
  color: #07A5CD;
}
.o-title span {
  display: inline-block;
}
.o-title.is-white {
  color: #ffffff;
}
@media (min-width: 768px) {
  .o-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .o-title {
    font-size: 40px;
  }
}

.o-cta {
  padding: 40px 16px;
  background-color: #07A5CD;
  position: relative;
  z-index: 1;
}
.o-cta.is-mb {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .o-cta.is-mb {
    margin-bottom: 80px;
  }
}
.o-cta.is-max1302 {
  max-width: 1302px;
  margin: 0 auto;
  width: 100%;
}
.o-cta__bg {
  background-color: #ffffff;
  padding: 24px 16px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.14);
}
@media (min-width: 768px) {
  .o-cta__bg {
    padding: 48px 16px;
  }
}
.o-cta__sub_title {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .o-cta__sub_title {
    font-size: 20px;
  }
}
.o-cta__title {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .o-cta__title {
    font-size: 32px;
  }
}
.o-cta__title span {
  display: inline-block;
}
@media (min-width: 768px) {
  .o-cta__btn {
    display: flex;
    justify-content: center;
    gap: 0 24px;
  }
}
@media (min-width: 1024px) {
  .o-cta__btn {
    gap: 0 64px;
  }
}
.o-cta__btn__detail:nth-child(1) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .o-cta__btn__detail:nth-child(1) {
    width: 357px;
    margin-bottom: 0;
  }
  .o-cta__btn__detail:nth-child(2) {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .o-cta__btn__detail:nth-child(2) {
    width: 380px;
  }
}
.o-cta__btn__detail-discription {
  margin-bottom: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: "BIZ UDPGothic", sans-serif;
}
.o-cta__btn__detail-discription span {
  position: relative;
}
.o-cta__btn__detail-discription span:before, .o-cta__btn__detail-discription span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #3C3C3C;
  bottom: -1px;
}
.o-cta__btn__detail-discription span:before {
  left: -12px;
  transform: rotate(-30deg);
}
.o-cta__btn__detail-discription span:after {
  right: -12px;
  transform: rotate(30deg);
}
.o-cta__btn__detail-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3C3C3C;
  line-height: 1.1;
}
.o-cta__btn__detail-tel p:nth-child(1) {
  width: 40px;
}
@media (min-width: 768px) {
  .o-cta__btn__detail-tel p:nth-child(1) {
    width: 64px;
  }
}
.o-cta__btn__detail-tel p:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.o-cta__btn__detail-tel p:nth-child(2) span:nth-child(1) {
  font-size: 48px;
}
@media (min-width: 768px) {
  .o-cta__btn__detail-tel p:nth-child(2) span:nth-child(1) {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .o-cta__btn__detail-tel p:nth-child(2) span:nth-child(1) {
    font-size: 48px;
  }
}
.o-cta__btn__detail-tel p:nth-child(2) span:nth-child(2) {
  font-size: 20px;
  text-align: left;
}
.o-cta__btn__detail-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  background-color: #F3A641;
  border: solid 1px #F3A641;
  border-radius: 37.8px;
  color: #ffffff;
  gap: 12px;
  position: relative;
  transition: 0.3s;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .o-cta__btn__detail-contact {
    height: 80px;
    border-radius: 76px;
    font-size: 20px;
  }
}
.o-cta__btn__detail-contact:hover {
  opacity: 1;
  cursor: pointer;
  background-color: #ffffff;
  color: #F3A641;
}
.o-cta__btn__detail-contact span:nth-child(2) {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.5px;
  height: 31.5px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.3s;
}

.p-top {
  position: relative;
}
.p-top__worried {
  width: 91.4%;
  max-width: 1200px;
  margin: 0 auto 24px;
  padding: 40px 16px 72px;
  background-image: url(../images/worried_bg.webp);
  background-size: cover;
  background-position: center bottom;
}
@media (min-width: 768px) {
  .p-top__worried {
    width: 95.3%;
    background-image: url(../images/worried_bg.webp);
  }
}
.p-top__worried__content {
  position: relative;
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .p-top__worried__content {
    padding-bottom: 280px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1180px) {
  .p-top__worried__content {
    padding-bottom: 148px;
  }
}
.p-top__worried__content-image {
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .p-top__worried__content-image {
    position: absolute;
    bottom: 0;
    width: 298px;
    right: 0;
    left: 0;
  }
}
.p-top__worried__list li {
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 8px;
  font-weight: 500;
  line-height: 1.4;
  font-size: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .p-top__worried__list li {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .p-top__worried__list li {
    margin-bottom: 0;
    min-height: 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .p-top__worried__list li span {
    display: inline-block;
  }
  .p-top__worried__list li:nth-child(1) {
    margin-bottom: 46px;
  }
  .p-top__worried__list li:nth-child(2) {
    margin-bottom: 76px;
  }
  .p-top__worried__list li.is-big {
    width: 406px;
  }
  .p-top__worried__list li.is-middle {
    width: 386px;
  }
  .p-top__worried__list li.is-small {
    width: 283px;
  }
}
@media (min-width: 1024px) {
  .p-top__worried__left {
    width: 49%;
    max-width: 495px;
  }
  .p-top__worried__left li:before {
    content: "";
    position: absolute;
    width: 63px;
    height: 75px;
    right: 53px;
    bottom: -55px;
    background-image: url(../images/worried_right.svg);
    background-size: 100% 100%;
  }
  .p-top__worried__left li:nth-child(1) {
    margin-bottom: 46px;
    margin-left: auto;
  }
  .p-top__worried__left li:nth-child(2) {
    margin-bottom: 76px;
    margin-left: 52px;
  }
}
@media (min-width: 1024px) {
  .p-top__worried__right {
    width: 49%;
    max-width: 461px;
  }
  .p-top__worried__right li:before {
    content: "";
    position: absolute;
    width: 63px;
    height: 75px;
    left: 26px;
    bottom: -55px;
    background-image: url(../images/worried_right.svg);
    background-size: 100% 100%;
  }
  .p-top__worried__right li:nth-child(2) {
    margin-left: auto;
  }
  .p-top__worried__right li:nth-child(3) {
    margin-left: 33px;
  }
}
.p-top__service {
  width: 91.4%;
  max-width: 1200px;
  margin: 0 auto 96px;
}
@media (min-width: 768px) {
  .p-top__service {
    width: 95.3%;
  }
}
.p-top__service__content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top__service__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 72px 0;
  }
}
@media (min-width: 1024px) {
  .p-top__service__content {
    justify-content: center;
    max-width: 100%;
    gap: 72px 2.6%;
  }
}
.p-top__service__detail {
  width: 100%;
  max-width: 276px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top__service__detail {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .p-top__service__detail {
    width: 23%;
  }
}
.p-top__service__detail:not(:last-child) {
  margin: 0 auto 32px;
}
@media (min-width: 768px) {
  .p-top__service__detail:not(:last-child) {
    margin: 0;
  }
}
.p-top__service__detail-image {
  margin-bottom: 16px;
}
.p-top__service__detail-text p {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.p-top__service__detail-text p span {
  display: inline-block;
}
.p-top__service__detail-text p:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #07A5CD;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top__feature {
  background-color: #F3A641;
  padding: 256px 0 96px;
  border-radius: 160px 160px 80px 80px;
  position: relative;
  top: -216px;
  margin-bottom: -180px;
}
@media (min-width: 768px) {
  .p-top__feature {
    padding: 250px 0 96px;
    top: -210px;
    margin-bottom: -160px;
  }
}
@media (min-width: 1024px) {
  .p-top__feature {
    padding: 222px 0 96px;
    top: -180px;
    margin-bottom: -96px;
  }
}
.p-top__feature__inner {
  width: 91.4%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top__feature__inner {
    width: 95.3%;
  }
}
@media (min-width: 768px) {
  .p-top__feature__flex {
    display: flex;
    justify-content: space-between;
  }
}
.p-top__feature__content:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-top__feature__content {
    width: 48%;
  }
}
.p-top__feature__content-title {
  position: relative;
  background-color: #ffffff;
  padding: 16px 8px;
  border-radius: 8px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1180px) {
  .p-top__feature__content-title {
    padding: 32px 12px 32px 0px;
    position: relative;
    min-height: 140px;
    display: flex;
    align-items: center;
  }
}
.p-top__feature__content-title p:nth-child(1) {
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1180px) {
  .p-top__feature__content-title p:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: 24px;
  }
}
.p-top__feature__content-title p:nth-child(2) {
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 1180px) {
  .p-top__feature__content-title p:nth-child(2) {
    padding-left: 180px;
  }
}
@media (min-width: 1280px) {
  .p-top__feature__content-title p:nth-child(2) {
    padding-left: 208px;
  }
}
.p-top__feature__content-title p:nth-child(2) span {
  background: linear-gradient(transparent 70%, #F3A641 70%);
  font-size: 20px;
}
@media (min-width: 1024px) {
  .p-top__feature__content-title p:nth-child(2) span {
    font-size: 24px;
  }
}
.p-top__feature__content-detail li {
  position: relative;
  background-color: #ffffff;
  padding: 24px 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  font-weight: 500;
  border-radius: 8px;
}
@media (min-width: 1180px) {
  .p-top__feature__content-detail li {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-top__feature__content-detail li:not(:last-child) {
  margin-bottom: 24px;
}
.p-top__feature__content-detail li p:first-child {
  padding-left: 24px;
  position: relative;
}
.p-top__feature__content-detail li p:first-child:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #07A5CD;
  border-radius: 50%;
  left: 0;
  top: 4px;
}
.p-top__feature__content-detail li p:not(:last-child) {
  margin-bottom: 8px;
}
.p-top__risk {
  width: 91.4%;
  max-width: 1200px;
  margin: 0 auto 80px;
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .p-top__risk {
    margin: 0 auto 108px;
    width: 95.3%;
  }
}
.p-top__risk__image {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 1180px) {
  .p-top__risk__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -200px;
    width: 685px;
    max-width: 685px;
  }
}
@media (min-width: 1180px) {
  .p-top__risk__text {
    padding-left: 46%;
  }
}
.p-top__risk__text-section:not(:last-child) {
  margin-bottom: 48px;
}
.p-top__risk__text-section h3 {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-top__risk__text-section ul {
  padding: 24px 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
  color: #3C3C3C;
  font-weight: 500;
  line-height: 1.4;
}
.p-top__risk__text-section ul li {
  padding-left: 1em;
  position: relative;
}
.p-top__risk__text-section ul li:before {
  content: "・";
}
.p-top__flow {
  width: 91.4%;
  max-width: 1000px;
  margin: 0 auto 96px;
}
@media (min-width: 768px) {
  .p-top__flow {
    width: 95.3%;
  }
}
.p-top__flow__sp_image {
  width: 100%;
  max-width: 468px;
  margin: 0 auto;
}
.p-top__flow__sp_image-detail:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-top__flow__sp_image {
    display: none;
  }
}
.p-top__flow__pc {
  display: none;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top__flow__pc {
    display: block;
  }
}
.p-top__price {
  width: 91.4%;
  max-width: 1200px;
  margin: 0 auto 96px;
}
@media (min-width: 768px) {
  .p-top__price {
    width: 95.3%;
  }
}
@media (min-width: 768px) {
  .p-top__price__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 64px 0;
  }
}
@media (min-width: 768px) {
  .p-top__price__content {
    width: 48%;
  }
}
.p-top__price__content-title {
  padding: 12px 0;
  line-height: 1.4;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-align-last: center;
}
@media (min-width: 1024px) {
  .p-top__price__content-title {
    font-size: 28px;
  }
}
.is-black .p-top__price__content-title {
  background-color: #3C3C3C;
}
.is-blue .p-top__price__content-title {
  background-color: #07A5CD;
}
.p-top__price__content-bg {
  padding: 32px 16px;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .p-top__price__content-bg {
    padding: 32px;
  }
}
@media (min-width: 1180px) {
  .p-top__price__content-bg {
    padding: 32px 48px;
  }
}
.p-top__price__content-list {
  margin-bottom: 16px;
}
.p-top__price__content-list li {
  line-height: 1.4;
  font-weight: 500;
}
.p-top__price__content-list li:before {
  content: "・";
}
.p-top__price__content-money {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .p-top__price__content-money {
    font-size: 32px;
    padding: 19px 0;
  }
}
.p-top__price__content-money span {
  font-size: 32px;
}
@media (min-width: 1024px) {
  .p-top__price__content-money span {
    font-size: 42px;
  }
}
.is-black .p-top__price__content-money {
  background-color: #3C3C3C;
}
.is-blue .p-top__price__content-money {
  background-color: #07A5CD;
}
.p-top__price__content-discription {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.p-top__price__zeimu {
  padding: 24px 16px;
  border-radius: 8px;
  background: #F3FCFF;
  width: 100%;
}
.p-top__price__zeimu-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-top__price__zeimu-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media (min-width: 768px) {
  .p-top__price__zeimu-title {
    font-size: 20px;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .p-top__price__zeimu-title {
    font-size: 24px;
  }
}
.p-top__price__zeimu-flex {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-top__price__zeimu-flex {
    display: flex;
    justify-content: space-between;
  }
}
.p-top__price__zeimu-content:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-top__price__zeimu-content:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-top__price__zeimu-content {
    width: 48%;
  }
}
.p-top__price__zeimu-content p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 8px;
}
.p-top__price__zeimu-content p span {
  background-color: #07A5CD;
  padding: 4px 16px;
  border-radius: 8px;
  color: #ffffff;
}
.p-top__price__zeimu-content ul li {
  color: #3C3C3C;
  line-height: 1.4;
  font-size: 16px;
  position: relative;
}
.p-top__price__zeimu-content ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .p-top__price__zeimu-content ul li {
    display: flex;
  }
}
.p-top__price__zeimu-content ul li span {
  font-weight: 500;
}
.p-top__price__zeimu-content ul li span:nth-child(1) {
  width: 112px;
  position: relative;
}
.p-top__price__zeimu-content ul li span:nth-child(1):before {
  content: "・";
}
.p-top__price__zeimu-content ul li span:nth-child(2) {
  flex: 1;
}
.p-top__price__zeimu-discription {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 24px;
}
.p-top__price__zeimu-discount {
  border: solid 3px #F3A641;
}
.p-top__price__zeimu-discount p:nth-child(1) {
  background-color: #F3A641;
  padding: 8px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 22.4px;
}
.p-top__price__zeimu-discount p:nth-child(2) {
  padding: 16px 8px;
  background-color: #ffffff;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top__price__zeimu-discount p:nth-child(2) {
    padding: 16px 12px;
  }
}
.p-top__price__zeimu-discount p:nth-child(2) span {
  display: inline-block;
}
.p-top__qa {
  width: 91.4%;
  max-width: 1200px;
  margin: 0 auto 96px;
}
@media (min-width: 768px) {
  .p-top__qa {
    width: 95.3%;
  }
}
.p-top__qa__h3_title {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: solid 1px rgba(60, 60, 60, 0.4);
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-top__qa__h3_title {
    font-size: 26px;
  }
}
.p-top__qa__content dl {
  padding: 16px;
  background-color: #ffffff;
  position: relative;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-top__qa__content dl {
    padding: 16px 32px;
  }
}
.p-top__qa__content dl:not(:last-child) {
  margin-bottom: 24px;
}
.p-top__qa__content dl dt {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 32px;
}
.p-top__qa__content dl dt:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #07A5CD;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top__qa__content dl dt:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background-color: #07A5CD;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top__qa__content dl dt.is-active {
  margin-bottom: 16px;
}
.p-top__qa__content dl dt.is-active:after {
  opacity: 0;
}
.p-top__qa__content dl dt:hover {
  cursor: pointer;
}
.p-top__qa__content dl dt span:nth-child(1) {
  width: 39px;
  font-size: 32px;
  color: #07A5CD;
}
.p-top__qa__content dl dt span:nth-child(2) {
  flex: 1;
}
.p-top__qa__content dl dd {
  max-height: 0;
  overflow: hidden; /* 高さを超えるコンテンツは非表示 */
  transition: max-height 0.3s ease-out;
  display: flex;
}
@media (min-width: 1024px) {
  .p-top__qa__content dl dd {
    padding-right: 32px;
  }
}
.p-top__qa__content dl dd span:nth-child(1) {
  width: 39px;
  font-size: 32px;
  color: #F3A641;
}
.p-top__qa__content dl dd span:nth-child(2) {
  flex: 1;
}
.p-top__qa__section:not(:last-child) {
  margin-bottom: 64px;
}
.p-top__company {
  width: 91.4%;
  max-width: 1200px;
  margin: 0 auto 96px;
}
@media (min-width: 768px) {
  .p-top__company {
    width: 95.3%;
  }
}
.p-top__company__content {
  background-color: #ffffff;
  padding: 48px 16px;
}
.p-top__company__content-inner {
  width: 100%;
  max-width: 685px;
  margin: 0 auto;
}
.p-top__company__content dl {
  padding-bottom: 24px;
  border-bottom: solid 1px #eeeeee;
  font-size: 16px;
  line-height: 1.8;
}
.p-top__company__content dl:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-top__company__content dl:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .p-top__company__content dl {
    display: flex;
    padding-bottom: 32px;
  }
}
.p-top__company__content dl dt {
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-top__company__content dl dt {
    width: 275px;
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  .p-top__company__content dl dd {
    flex: 1;
  }
}
/*# sourceMappingURL=style.css.map */