@charset "UTF-8";

img{
    margin-top: 0%;
    width: 100%;
}

.wrapper{
    margin: 0 auto;
    text-align: center; 
  margin: o auto; 
}


body {
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
               "メイリオ", Meiryo, sans-serif;
  margin:0;           
}

.h2-re{
width: 85%;
margin: 0 auto -1% auto;
}
@media screen and (min-width:768px){
  .h2-re{
    width: 80%;
    margin: 0 auto 3% auto;
    }
}

/*レスポンシブ*/

.pc{
  display: none !important;
}
.sp{
  display: block !important;
}
.sp-cta{
  display: block;
}

@media screen and (min-width:768px){
  .sp-cta{
      display: none;
  }
  .spbr{
    display: none;
  }
}

@media screen and (min-width:768px){
  .pc{
      display: block !important;
  }
}


@media screen and (min-width:768px){
  .pc{
      display: block !important;
  }
  .sp{
      display: none !important;
  }
}

/*header*/

.site-header {
  width: 100%;
  background: #f5f5f5;
  position: relative;
  z-index: 999;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
}

.header-logo {
  display: block;
  width: 180px;
}

.header-logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px){
  .header-logo {
    display: block;
    width: 230px;
  }
}


/* SP */
@media screen and (max-width: 768px) {

  .header-inner {
    padding: 8px 12px;
  }

  .header-logo {
    width: 140px;
  }

}

/*tuiju*/
.fixed-button {
  position: fixed;
  bottom: 0;
  width: 100%;
  background:#fff;
  padding: 10px 10px 10px 10px;
  justify-content: center;
  gap: 5px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease;
  z-index: 1000;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

@media screen and (min-width: 768px){
.fixed-button {
  background: none;
  backdrop-filter: none;
  left:37%;
}}

.fixed-button img {
transition: transform 0.2s ease;
}

.fixed-button img:hover {
transform: scale(1.1);
cursor: pointer;
}

.hidden {
opacity: 0;
pointer-events: none;
}

@media screen and (min-width:768px){
   .fixed-button {
      text-align: center;
      margin: 0 auto;
      gap: 23px;
      padding: 12px 43px;
   }
   .fixed-button img {
   }
}

.image{
  width: 90%;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width:768px){
.image{
  width: 24%;
  margin: 0 auto;
}}

/*cta-area*/

.cta-area {
    position: relative;
}

.cta-tel {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 79%;
    overflow: hidden;
}
.cta-tel2 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 79%;
    overflow: hidden;
}
.cta-mail {
    position: absolute;
    top: 74%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 39%;
}

.cta-line{
width: 39%;
    position: absolute;
    top: 66.5%;
    left: 51%;
}


/* キラッ*/
.cta-tel::before,
.cta-tel2::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}

/* アニメーション定義 */
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

/*9*/
.cta-area9 {
    position: relative;
}

.cta-tel9 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 86%;
    overflow: hidden;
}
.cta-mail9 {
    position: absolute;
    top: 57%;
    left: 29%;
    transform: translate(-50%, -50%);
    width: 44%;
}

.cta-line9{
    width: 44%;
    position: absolute;
    top: 51.7%;
    left: 48%;
}

@media screen and (max-width: 768px) {
.cta-tel {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 79%;
    }
    
.cta-tel2 {
        position: absolute;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 79%;
    }

.cta-mail{
        position: absolute;
        top: 74%;
        left: 30%;
        transform: translate(-50%, -50%);
        width: 39%;
    }
    
.cta-line{
    width: 39%;
    position: absolute;
    top: 66.5%;
    left: 51%;
    }

.cta-tel9 {
        position: absolute;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 39%;
}

.cta-mail9{
        position: absolute;
        top: 57%;
        left: 40%;
        transform: translate(-50%, -50%);
        width: 20%;
}

.cta-line9 {
    width: 20%;
    position: absolute;
    top: 51.4%;
    left: 49%;
}
}

@media screen and (min-width: 768px) {
  .cta-area{
    background-image: url("../img/cta_bg.jpg");
  }
  .cta-back{
    width: 1000px;
    margin: 0 auto;
    padding: 60px 30px;
  }
.cta-tel {
        position: absolute;
        top: 49%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 650px;
        padding: 0 40px;
    }
    
.cta-tel2 {
        position: absolute;
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 650px;
        padding: 0 40px;
    }

.cta-mail{
        position: absolute;
        top: 63.5%;
        left: 42.5%;
        transform: translate(-50%, -50%);
        width: 275px;
    }
    
.cta-line{
    width: 275px;
    position: absolute;
    top: 58.5%;
    left: 50.5%;
    }

.cta-tel9 {
        position: absolute;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 39%;
}

.cta-mail9{
        position: absolute;
        top: 57%;
        left: 40%;
        transform: translate(-50%, -50%);
        width: 20%;
}

.cta-line9 {
    width: 20%;
    position: absolute;
    top: 51.4%;
    left: 49%;
}
}

@media screen and (min-width: 768px) {

  .cta-area{
    background-image: url("../img/cta_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
  }

  .cta-inner{
    position: relative;
    width: min(1000px, calc(100% - 60px));
    margin: 0 auto;
  }

  .cta-back{
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .cta-tel, .cta-mail, .cta-line{
    display: block;
    position: absolute;
  }
  .cta-tel img, .cta-mail img, .cta-line img{
    width: 100%;
    height: auto;
    display: block;
  }

  .cta-tel{
    top: 48%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    min-width: 430px;
  }

  .cta-tel2{
    top: 50%;
    left: 50%;
    width: 57%;
    transform: translate(-50%, -50%);
    min-width: 430px;
  }

  .cta-mail{
    top: 78.5%;
    left: 37%;
    width: 27.5%;
    transform: translate(-50%, -50%);
  }

  .cta-line{
    top: 78.5%;
    left: 63%;
    width: 27.5%;
    transform: translate(-50%, -50%);
  }

  .cta-mail, .cta-line{
    width: clamp(170px, 25.5%, 275px);
  }
}


/*tuiju*/
.fixed-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 8px 10px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 3px;
  z-index: 9999;
  box-sizing: border-box;
}

.fixed-button .cta-btn {
  display: flex;
  align-items: stretch;
  height: 45px; 
  flex-shrink: 0;
}

.fixed-button .cta-btn img {
  height: 100%;
  width: auto; 
  display: block;
}

.fixed-button .cta-btn:hover {
  transform: none !important;
}

.fixed-button .cta-btn img:hover {
  transform: none !important;
  filter: none !important;
}

/*PC*/
@media screen and (min-width: 769px) {

  .fixed-button {
    padding: 10px 20px;
    gap: 15px;
  }

  .fixed-button .cta-btn {
    height: 65px; 
  }

}


/* solution */
.solution {
  position: relative;
  overflow: hidden;
}

.solution h2 {
  margin: 0;
}

.solution img {
  display: block;
  height: auto;
}

.solution-bg {
  width: 100%;
}

.solution-bg-pc {
  display: none;
}

.solution-slider {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

.slider-track {
  display: flex;
  width: max-content;
  animation: solutionLoop 28s linear infinite;
}

.slide {
  flex: 0 0 auto;
  width: 165px;
  margin-right: 12px;
}

.slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}


/* PC版 */
@media screen and (min-width: 769px) {
  .solution {
    background: #fffbb9;
    padding: 60px 0 80px;
  }

  .solution-bg-sp {
    display: none;
  }

  .solution-bg-pc {
    display: block;
    width: clamp(700px, 90vw, 900px);
    margin: 0 auto;
  }

  .solution-slider {
    left: 50%;
    bottom: auto;
    top: 62%;
    transform: translateX(-50%);
    width: clamp(650px, 87vw, 850px);
  }

  .slide {
    width: calc((900px - 24px) / 3);
    max-width: 292px;
    margin-right: 12px;
  }

  .slide img {
    width: 95%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .slide {
    width: calc((90vw - 24px) / 3);
  }
}

@keyframes solutionLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.rank h2 {
  margin: 0;
}

.rank-img {
  display: block;
  width: 100%;
  height: auto;
}

.rank-img-pc {
  display: none;
}


/* PC版 */
@media screen and (min-width: 769px) {
  .rank {
    background-image: url("../img/rank_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 60px 0;
  }

  .rank-img-sp {
    display: none;
  }

  .rank-img-pc {
    display: block;

    width: clamp(760px, 70vw, 800px);
    margin: 0 auto;
  }
}

/* problem */
@media screen and (min-width: 769px) {
  .problem {
    background-image: url("../img/problem_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 70px 0 93px;
  }

  .problem-img-sp {
    display: none;
  }

  .problem-pc-content {
    display: block;
  }

  .problem-ttl-pc {
    width: clamp(700px, 60vw, 760px);
    margin: 0 auto 30px;
  }

  .problem-img-pc {
    width: clamp(700px, 90vw, 900px);
    margin: 0 auto;
  }
}


/* consultation */
.consultation {
  position: relative;
  overflow: hidden;
}

.consultation-bg {
  width: 100%;
  display: block;
}

.consultation:not(.open) .consultation-bg {
  margin-bottom: -55%;
}

.consultation-accordion {
  position: relative;
  width: 100%;
  margin-top: -130%;
  z-index: 2;
}

.consultation-accordion:not(.active) {
  margin-bottom: 30px;
}

.consultation.open .consultation-accordion {
  margin-top: -55%;
}

.consultation-btn {
  width: 96%;
  background: #000;
  color: #fff;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 10px;
  cursor: pointer;
  border-radius: 60px;
}

.consultation-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}

.consultation-accordion.active .consultation-content {
  max-height: 3000px;
}

.consultation-content img {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px 20px 30px 20px;
}


/* PC版 */
@media screen and (min-width: 769px) {
  .consultation {
    background-image: url("../img/consultation_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 50px 0 80px;
  }

  .consultation-bg-sp {
    display: none;
  }

  .consultation-ttl-pc {
    display: block;
    width: clamp(700px, 90vw, 730px);
    margin: 0 auto 40px;
  }

  .consultation-accordion {
    width: clamp(700px, 90vw, 1000px);
    margin: 0 auto;
  }

  .consultation-img-sp {
    display: none;
  }

  .consultation-img-pc {
    display: block;
    width: 100%;
  }
  .consultation-btn {
    border: none;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 20px 10px;
}
.consultation-content img {
  width: 100%;
  height: auto;
  display: block;
  padding: 20px 20px 30px 20px;
}

}


/* achievements */
.achievements {
  background: url("../img/achievements_bg_sp.jpg") repeat top center;
  background-size: cover;
  padding: 7% 5% 10%;
  overflow: hidden;
}

.achievements-ttl {
  display: block;
  width: 48%;
  margin: 0 auto 5%;
}

.achievements-slider {
  position: relative;
  width: 100%;
}

.achievements-window {
  overflow: hidden;
  width: 100%;
}

.achievements-track {
  display: flex;
  gap: 12px;
  transition: transform .4s ease;
}

.achievements-slide {
  width: 100%;
  min-width: 100%;
  flex: 0 0 100%;
}

.achievements-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.achievements-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.achievements-arrow.prev {
  left: -14px;
  transform: translateY(-50%) rotate(180deg);
}

.achievements-arrow.next {
  right: -14px;
}

/* PC版 */
@media screen and (min-width: 769px) {

  .achievements {
    background-image: url("../img/achievements_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 60px 0 70px;
  }

  .achievements-ttl {
    display: block;
    width: clamp(300px, 22vw, 330px);
    height: auto;
    margin: 0 auto 30px;
  }

  .achievements-slider {
    width: clamp(700px, 90vw, 1100px);
    margin: 0 auto;
  }

  .achievements-slider .common-window {
    width: 100%;
    overflow: visible;
  }

  .achievements-slider .common-track {
    display: flex;
    justify-content: center;
    gap: 15px;
    transform: none !important;
    transition: none !important;
    width: 100% !important;
  }

  .achievements-slider .common-slide:nth-child(n+3) {
    display: none !important;
  }

  .achievements-slider .common-slide {
    flex: 0 0 calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2) !important;
    min-width: 0;
  }

  .achievements-slider .common-slide img {
    display: block;
    width: 100%;
    height: auto;
  }

  .achievements-slider .common-arrow {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .achievements-slider .common-dots {
    display: none;
  }
}


/* media */
.media {
  position: relative;
  overflow: hidden;
}

.media-bg {
  width: 100%;
  display: block;
}

.media-slider {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 21%;
  width: 86%;
  margin: 0 auto;
}

.common-window {
  overflow: hidden;
}

.common-track {
  display: flex;
  gap: 12px;
  transition: transform .4s ease;
}

.common-slide {
  flex: 0 0 100%;
}

.common-slide img {
  width: 100%;
  display: block;
}

.common-arrow {
  position: absolute;
  top: 45%;
  z-index: 5;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.common-arrow.prev {
  left: -14px;
  transform: translateY(-50%) rotate(180deg);
}

.common-arrow.next {
  right: -14px;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {

  .common-arrow {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .common-arrow.prev {
    left: -21px;
  }

  .common-arrow.next {
    right: -21px;
  }

}

/* PC版 */
@media screen and (min-width: 769px) {
  .media {
    background-image: url("../img/media_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 70px 0 80px;
    overflow: hidden;
  }

  .media-bg-sp {
    display: none;
  }

  .media-ttl-pc {
    display: block;
    width: clamp(700px, 90vw, 820px);
    height: auto;
    margin: 0 auto 40px;
  }

  .media-slider {
    position: relative;
    left: 50%;
    right: auto;
    top: auto;

    width: 100vw;
    margin: 0 0 25px;
    transform: translateX(-50%);
    overflow: hidden;
  }

  .media-slider .common-window {
    position: relative;
    width: 100vw;
    overflow: visible;
  }

  .media-slider .common-track {
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content;
    will-change: transform;
  }

  .media-slider .common-slide {
    flex: 0 0 clamp(560px, 42vw, 580px);
    width: clamp(320px, 42vw, 520px) !important;
    opacity: 0.45;
    transform: scale(0.82);
    transform-origin: center center;
    transition: opacity 0.45s ease, transform 0.45s ease;
  }

  .media-slider .common-slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
  }

  .media-slider .common-slide img {
    display: block;
    width: 100%;
    height: auto;
  }

  .media-slider .common-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin: 0;
    padding: 0;
  }

  .media-slider .common-arrow.prev {
    left: 51%;
    transform: translate(-330px, -50%) scaleX(-1);
  }

  .media-slider .common-arrow.next {
    right: 51%;
    transform: translate(330px, -50%);
  }

  .media-img-pc {
    display: block;
    width: clamp(700px, 90vw, 900px);
    height: auto;
    margin: 0 auto;
  }
}

/* reason */
@media screen and (min-width: 769px) {
  .reason {
    background-image: url("../img/reason_bg_pc.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 70px 0 80px;
  }

  .reason-pc-content {
    display: block;
  }

  .reason-ttl-pc {
    width: clamp(700px, 90vw, 900px);
    margin: 0 auto 40px;
  }

  .reason-img-pc {
    width: clamp(700px, 90vw, 900px);
    margin: 0 auto;
  }

  .reason-ttl-pc {
    width: clamp(400px, 70vw, 470px);
    margin: 0 auto 20px;
  }
}

/* flow */
@media screen and (min-width: 769px) {
  .flow {
    background: #fffbb9;
    padding: 60px 0 80px;
  }

  .flow-pc-content {
    display: block;
  }

  .flow-ttl-pc {
    width: clamp(600px, 90vw, 720px);
    margin: 0 auto 40px;
  }

  .flow-img-pc {
    width: clamp(700px, 90vw, 1000px);
    margin: 0 auto;
  }
}

/* voice */
.voice {
  background: url("../img/voice_bg_sp.jpg") repeat top center;
  background-size: cover;
  padding: 7% 5% 10%;
  overflow: hidden;
}

.voice-ttl {
  display: block;
  width: 60%;
  margin: 0 auto 5%;
}

.voice-slider {
  position: relative;
  width: 100%;
}

/* voice PC版 */
@media screen and (min-width: 769px) {
  .voice {
    background-image: url("../img/voice_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 70px 0 50px;
    overflow: hidden;
  }

  .voice-ttl {
    display: block;
    width: clamp(300px, 22vw, 380px);
    height: auto;
    margin: 0 auto 30px;
  }

  .voice-slider {
    position: relative;
    left: 50%;
    right: auto;
    top: auto;

    width: 100vw;
    margin: 0 0 45px;
    transform: translateX(-50%);
    overflow: hidden;
  }

  .voice-slider .common-window {
    position: relative;
    width: 100vw;
    overflow: visible;
  }

  .voice-slider .common-track {
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content;
    will-change: transform;
  }

  .voice-slider .common-slide {
    flex: 0 0 clamp(600px, 42vw, 600px);
    width: clamp(600px, 42vw, 600px) !important;
    opacity: 0.45;
    transform: scale(0.82);
    transform-origin: center center;
    transition: opacity 0.45s ease, transform 0.45s ease;
  }

  .voice-slider .common-slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
  }

  .voice-slider .common-slide img {
    display: block;
    width: 100%;
    height: auto;
  }

  .voice-slider .common-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin: 0;
    padding: 0;
  }

  .voice-slider .common-arrow.prev {
    left: 50%;
    transform: translate(-330px, -50%) scaleX(-1);
  }

  .voice-slider .common-arrow.next {
    right: 50%;
    transform: translate(330px, -50%);
  }
}


/* faq */
.faq {
  background-color: #ffffff;
}

.faq_wrapper {
  background-color: #ffffff;
  padding-bottom: 18px;
  text-align: left;
}

.faq_wrapper dt p{
  margin-right: 20px;
}

.faq .accordion {
  width: 90%;
  margin: 30px auto;
}

.faq_ttl {
  margin-bottom: 1%;
}

.faq .accordion dt {
  color: #000000;
  background-color: #cfcfcf;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.5s;
  position: relative;
}

@media screen and (min-width: 641px) {

  .faq .accordion dt p {
      font-size: 23px;
  }

  .faq .accordion dd p {
      font-size: 18px;
  }

}

.faq .accordion dt::after {
  content: '＋';
  position: absolute;
  right: 5%;
  top: 30%;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.5s;
}

.faq .accordion dt.active::after {
  content: '－';
}

@media screen and (min-width:641px) {
  .faq .accordion dt::after {
      font-size: 32px;
      top: 50%;
      transform: translateY(-50%);
  }

  .faq .accordion dt.active::after {
      content: '－';
      transform: translateY(-50%);
  }
}

.faq .accordion dd {
  padding: 15px;
  display: none;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}

.faq .accordion dt>div,
.faq .accordion dd>div {
  display: flex;
  gap: 10px;
}

.faq .accordion dt>div {
  align-items: center;
}

.faq .accordion dd>div {
  align-items: flex-start;
}

.faq .accordion dt>div img,
.faq .accordion dd>div img {
  width: 10%;
}

.faq .accordion dd+dt {
  margin-top: 15px;
}

/* PC用FAQ */
.faq_ttl_pc {
  display: none;
}

@media screen and (min-width: 769px) {

  .faq_wrapper {
    background-color: #fff;
    padding-bottom: 70px;
  }

  .faq {
    background-color: #fff;
  }

  .faq h2 {
    margin: 0;
  }

  .faq_ttl {
    background: #000;
    width: 100%;
    margin: 0 0 50px;
    padding: 45px 0;
    text-align: center;
  }

  .faq_ttl_sp {
    display: none;
  }

  .faq_ttl_pc {
    display: block;
    width: clamp(400px, 27vw, 430px);
    height: auto;
    margin: 0 auto;
  }

  .faq .accordion {
    width: clamp(700px, 90vw, 900px);
    margin: 0 auto;
  }

  /* 質問ボックス */
  .faq .accordion dt {
    background-color: #cfcfcf;
    color: #000;
    padding: 22px 70px 22px 28px;
    font-size: 1.3rem;
    border-radius: 0;
    cursor: pointer;
  }

  .faq .accordion dt + dd {
    margin-bottom: 18px;
  }

  .faq .accordion dt > div {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .faq .accordion dt p {
    font-size: 1.35rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }

  /* 回答ボックス */
  .faq .accordion dd {
    background-color: #fff;
    padding: 24px 28px 28px;
    border-top: none;
    border-radius: 0 0 10px 10px;
  }

  .faq .accordion dd > div {
    display: flex;
    align-items: flex-start;
    gap: 18px;
  }

  .faq .accordion dd p {
    font-size: 1.1rem;
    line-height: 1.9;
    margin: 0;
    padding: 0;
  }

  /* Q/Aアイコンサイズ */
  .faq .accordion dt > div img,
  .faq .accordion dd > div img {
    width: 48px;
    height: auto;
    flex-shrink: 0;
  }

  /* 右側の＋−アイコン */
  .faq .accordion dt::after {
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
  }

  .faq .accordion dt.active::after {
    transform: translateY(-50%);
  }
}

#wrapper2 {
  width: 100%;
  padding: 5% 4%;
  overflow: hidden;
  color: #222;
  background: #fffbb9;
}

#content {
  margin: 1% auto;
  max-width: 1050px;
  text-align: left;
  background-color: #fff;
  padding: 0 0 4%;
  border: 2px solid #000000;
}
#content .sec {
  max-width: 980px;
  margin: 0 3%;
  padding: 18px 0 0;
}
img.pics {
  max-width: 100%;
}


/*layout*/
  .input_title{
      color: #fff;
      color: #fffbb9;
  }


@media only screen and (max-width:639px) {
  .input_title{
      color: #000;
      text-align: center;
  }
  #wrapper2 {
      padding: 12% 0 7%;
  }
}

@media only screen and (min-width:640px) {
  .input_title{
      color: #fff;
      color: #000;
      line-height: 2;
      font-weight: bold;
      text-align: center;
      margin-top: 2%;
      padding-bottom: 0%;
  }
  .margin_b {
      margin-bottom: 2%;
  }
}

h4 {
  line-height: 2.4em;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding: 0.25em 0;
}
p {
  line-height: 1.6;
  word-wrap: break-word;
  padding-bottom: 10px;
  margin-top: 10px;
}
.pics {
  margin-bottom: 10px;
}
figure {
  margin-bottom: 10px;
  text-align: center;
}
figcaption {
  font-size: .8em;
  color: #999;
}
.box-voice {
  display: flex;
}
.t-r {
  text-align: right;
}


/*共通パーツ*/
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
  color: #999;
}
#content .ref {
  font-size: 12px;
}/*出典用*/
#content figcaption.ref a:link, #content figcaption a:link, #content figcaption a:hover, #content figcaption a:active {
  color: #666;
  text-decoration: underline;
}

#footer .tx-ss {
  font-size: 11px;
}

@media only screen and (max-width:767px) {
#content {
  width: 93%;
  padding: 6% 3% 0% 3%;
}
}

@media only screen and (max-width:839px) {
.content-main {
  width: 100%;
}
img.pics {
  width: 100%;
  height: auto;
}
.header-inner {
  width: 100%
}
h1 {
  font-size: 20px;
}
h3 {
  font-style: 17px;
}
.sns {
  display: none;
}
.box-voice {
  flex-direction: column;
}
.table-blue {
  width: 650px;
}
.table-wrap {
  width: 100%;
  overflow: auto;
  overflow-x: scroll;
}
.show-sp {
  display: block;
}
}

@media only screen and (max-width:839px) {
h4 {
  line-height: 2.0em;
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 10px;
}
.btn {
  line-height: 50px;
  margin-bottom: 40px;
}
.btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #A5D85F;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.0em;
  box-shadow: 3px 3px 0px 0px #73BD2F;
}
.btn a:hover {
  background: #B4D879;
  color: #FFFFFF;
  margin-left: 3px;
  margin-top: 3px;
  box-shadow: none;
}
#button a {
  transition: .05s linear;
  -webkit-transition: .05s linear;
  -moz-transition: .05s linear;
}
#button a:before {
  animation: shiny 2s infinite linear;
  -webkit-animation: shiny 2s infinite linear;
  -moz-animation: shiny 2s infinite linear;
}
}



/* form */
.form-ttl {
  display: block;
  width: 100%;
  margin: 0 auto 5%;
}

.form-ttl02 {
  display: block;
  width: 60%;
  max-width: 550px;
  margin: 0 auto 5%;
}

.privacy-row td {
  text-align: left;
  padding-top: 12px;
}

.privacy-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 10px;
  padding-left: 10px;
  white-space: nowrap;
}

.privacy-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
}

.privacy-check span {
  font-size: 16px;
  line-height: 1;
}

.privacy-link {
  padding-left: 10px;
  text-align: left;
}

.privacy-link a {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-decoration: underline;
  line-height: 1.5;
}

/* SP */
@media screen and (max-width: 768px) {

  .form-ttl {
    display: block;
    width: 93%;
    margin: 0 auto 5%;
  }
  
  .form-ttl02 {
    display: block;
    width: 75%;
    max-width: 550px;
    margin: 0 auto 5%;
  }

  .privacy-row td {
    padding-top: 14px;
  }

  .privacy-check {
    gap: 6px;
    margin-top: 12px;
    padding-left: 0;
  }

  .privacy-check span {
    font-size: 14px;
  }

  .privacy-link {
    margin-top: 12px;
    padding-left: 0;
  }

  .privacy-link a {
    font-size: 14px;
    text-align: left !important;
  }
}


.flow {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.flow__bg {
  display: block;
  width: 100%;
  height: auto;
}

.flow__movie {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 78%;
  height: auto;
  z-index: 2;
  display: block;
}


.footer {
  background: #000;
  padding: 28px 0 30px;
  text-align: center;
}

.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__nav li:last-child {
  margin-bottom: 0;
}

.footer__nav a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer__nav a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .footer__nav a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-decoration: none;
}

.footer {
  background: #000;
  padding: 65px 0 65px;
  text-align: center;
  line-height: 2;
}
}

/* PC版 */
@media screen and (min-width: 769px) {
  .movie-section {
    background-image: url("../img/movie_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 70px 0 80px;
  }

  .movie-section .flow__bg {
    display: none;
  }

  .flow__logo-pc {
    display: block;
    width: clamp(300px, 22vw, 330px);
    height: auto;
    margin: 0 auto 40px;
  }

  .flow__movie {
    position: static;
    transform: none;
    width: clamp(700px, 90vw, 700px);
    margin: 0 auto;
  }
}

/* スライダードット */
.common-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.common-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #000;
  opacity: 0.3;
  cursor: pointer;
}

.common-dot.active {
  opacity: 1;
}

.faq .accordion dt::after{ 
  top: 50%; transform: translateY(-50%);
}