@charset "utf-8";

* {
  scroll-behavior: smooth;

}

body{
  margin: 0 auto;  
  padding: 0;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  color: #4d4d4d;
  background-color: #fbfbfb;
}

section:before {
  content: "";
  display: block;
  height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
  visibility: hidden;
}

.attention {
  text-align: center;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}

a.btn--line {
  color: #fff;
  background-color: #20d453;
  position: fixed;
  z-index: 9999997;
  top: 56%;
  right: 2%;
  transition: .3s;
}

a.btn--line:hover {
  color: #fff;
  background: #56ed81;
  transform: translateY(-4px);
  transition: .3s;
}

a.btn--line img {
  position: absolute;
  width: 50%;
  top: 54%;
  left: 50%;
  transform: translateY(-55%) translateX(-50%);
    -webkit-transform: translateY(-55%) translateX(-50%);
}


a.btn--instagram {
  color: #fff;
  background-color: #ff0b91;
  position: fixed;
  z-index: 9999997;
  top: 68%;
  right: 2%;
  transition: .3s;
}

a.btn--instagram:hover {
  color: #fff;
  background: #ff63b9;
  transform: translateY(-4px);
  transition: .3s;
}

a.btn--instagram img {
  position: absolute;
  width: 50%;
  top: 53%;
  left: 50%;
  transform: translateY(-55%) translateX(-50%);
    -webkit-transform: translateY(-55%) translateX(-50%);
}

a.btn--contact {
  color: #fff;
  background-color: #3895ff;
  position: fixed;
  z-index: 9999997;
  top: 80%;
  right: 2%;
  transition: .3s;
}

a.btn--contact:hover {
  color: #fff;
  background: #5ba8ff;
  transform: translateY(-4px);
  transition: .3s;
}

a.btn--contact img {
  position: absolute;
  width: 50%;
  top: 53%;
  left: 50%;
  transform: translateY(-55%) translateX(-50%);
    -webkit-transform: translateY(-55%) translateX(-50%);
}

/*
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
*/

a.btn--circle {
  border-radius: 50%;
  line-height: 100px;
  width: 80px;
  height:80px;
  padding: 0;
}

.slidein {
  animation: slideIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 2s;
  opacity: 0;
}
 
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}


.midashi {
  max-width: 800px;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #4d4d4d;
  padding: 50px 0 20px 0;
  margin: 50px auto 100px auto;
  border-bottom: 2px solid #fbb03b;
}

h2 span {
  font-size: 2.5rem;
}

.black {
  color: #080808 !important;
}

.detail_button {
  width: 350px !important;
  height: 60px !important;
  display: block !important;
  margin: 0 auto !important;
  color: #fff !important;
  font-size: 1.2rem !important;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 60px !important;
  margin-top: 10px !important;
  background-color: #fbb03b !important;
  border: 2px solid #fbb03b;
  transition: 0.3s !important;
  border-radius: 40px;
  font-size: 1.2rem;
}

.detail_button:hover {
  background-color: #FFF !important;
  color: #fbb03b !important;
  transition: 0.3s !important;
}

.detail_button_line {
  width: 350px !important;
  height: 60px !important;
  display: block !important;
  margin: 0 auto !important;
  color: #fff !important;
  font-size: 1.2rem !important;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 60px !important;
  margin-top: 10px !important;
  background-color: #20d453 !important;
  border: 2px solid #20d453;
  transition: 0.3s !important;
  border-radius: 40px;
  font-size: 1.2rem;
}

.detail_button_line:hover {
  background-color: #FFF !important;
  color: #20d453 !important;
  transition: 0.3s !important;
}


.dli-chevron-round-right {
  display: inline-block;
  line-height: 1;
  position: relative;
  width: 0.6em;
  height: 0.6em;
  font-size: 1.2rem;
  transform: translateX(-25%) translateY(-14%) rotate(45deg);
  margin-left: 8px;
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.15em;
  
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.15em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.13em;
}

.detail_button_box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail_button_leftline {
  width: 20%;
  border-bottom: 2px solid #4d4d4d;
}

.detail_button_rightline {
  width: 20%;
  border-bottom: 2px solid #4d4d4d;
}


/*ヘッダー*/

#header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100px;
  font-size: 2em;
  text-align: center;
  box-sizing: border-box;
  filter: drop-shadow(1px 1px 10px rgba(51, 51, 51, 0.2));
  transition: .5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.delay_menu {
  transition-delay: 2.5s;
}

#fixed-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100px;
  line-height: 2%;
  font-size: 2em;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  filter: drop-shadow(1px 1px 10px rgba(51, 51, 51, 0.2));
  transition: .5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  top: -100px;
  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}

#fixed-header img {
  margin-top: -5px;
}

.header-logo{
  color: #4d4d4d;
  width: 200px;
  height: 70px;
  margin: 0;
  padding-left: 20px;
}

.header-logo h1 {
  font-size: 0.9rem;
  text-align: right;
  padding-bottom: 3px;
  padding-right: 5px;
}

.header-logo img{
  width: 100%;
  color: #3e3e3e;
  object-fit: cover;
  margin-top: -25px;
}

.menu{
  width: 80%;
  height: 100%;
  margin-right: 50px;
  display: block;
  margin: 0 auto;
}

.menu nav { 
    width: 100%;
    height: 70px;
    text-align: right;
    padding-top: 5px;
    box-sizing: border-box;
  }

.menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 5px 0 0 0;
    padding: 0;
  }

.menu li {
    list-style: none;
    margin: 0 50px 0 auto;
    height: 30px;
  }

 .menu a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #777777;
    padding: 5px;
    transition: 0.4s;
    height: 100%;
    font-size: 1rem;
    text-align: center;
    text-wrap: nowrap;
    line-height: 30px;
  }

  .menu a:hover {
    color: #141414;
    transition: 0.1s;
    border-bottom: 2px solid #fbb03b;
  }
  
  .contact_button a {
    color: #fff;
    background-color: #fbb03b;
    border-radius: 20px;
    padding: 5px 20px 5px 20px;
    text-align: center;
    transition: 0.3s;
    border: 2px solid #fbb03b;
  }
  
  .contact_button a:hover {
    color: #fbb03b;
    background-color: #FFFFF9;
    transition: 0.3s;
  }

/*ヘッダー*/

/*レスポンシブメニュー*/
.drawer {
  display: none;
}
/*レスポンシブメニュー*/


.slide{
  position: relative;
  width: 100%;
  height: 100vh;
}
.slide img{
  object-fit: cover;
  width: 100%;
  height: auto;
}

.main {
  max-width: 1500px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: -50px;
}

.video_sp {
  display: none;
}

.catch{
  position: absolute;
  top:35%;
  left: 10%;
 -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 150px;
  height: 130px;
  border-radius: 30%;
  margin: 0 auto !important;
  padding: 0!important;
}

.catch p {
  text-align: center;
  font-size: 2.5rem;
  margin: 45px auto;
  color: #4d4d4d;
}

.catch02{
  position: absolute;
  top:18%;
  left: 30%;
 -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 120px;
  border-radius: 30%;
  margin: 0 auto !important;
  padding: 0!important;
}

.catch02 img {
  opacity: 0.8;
}
.catch03 img {
  opacity: 0.8;
}
.catch04 img {
  opacity: 0.8;
}
.catch05 img {
  opacity: 0.8;
}
.catch06 img {
  opacity: 0.8;
}

.catch03{
  position: absolute;
  top:24%;
  left: 65%;
 -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 120px;
  border-radius: 30%;
  margin: 0 auto !important;
  padding: 0!important;
}

.catch04{
  position: absolute;
  top:66%;
  left: 72%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 120px;
  border-radius: 30%;
  margin: 0 auto !important;
  padding: 0!important;
}

.catch05{
  position: absolute;
  top: 64%;
  left: 20%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 110px;
  border-radius: 30%;
  margin: 0 auto !important;
  padding: 0!important;
}

.catch06{
  position: absolute;
  top:40%;
  left: 80%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 120px;
  border-radius: 30%;
  margin: 0 auto !important;
  padding: 0!important;
}

.catch08{
  position: absolute;
  top:40%;
  left: 10%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 150px;
  border-radius: 30%;
  margin: 0 auto !important;
  padding: 0!important;
}

.catch07{
  position: absolute;
  top:61%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 30%;
  margin: 0 auto !important;
  padding: 0!important;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
}

.catch07 h2 {
  word-break: keep-all;
}

.catch07 h2 span {
  font-size: 1.7rem !important;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.anime-fuwafuwa {
  animation: 2.5s fuwafuwa infinite;
}

.anime-fuwafuwa02 {
  animation: 1s fuwafuwa infinite;
}

.catchcopy {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.catchcopy h2{
  width: 35%;
  font-size: 30px;
  background-color: #fbb03b;
  letter-spacing: 4px;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}

.catch h2 span {
  font-size: 40px;
  font-weight: bold;
  line-height: 70px;
}

.delay_top01 {
	transition-delay: 1.8s;
}

.delay_top02 {
	transition-delay: 1.9s;
}

.delay_top03 {
	transition-delay: 2s;
}

.delay_top04 {
	transition-delay: 2.1s;
}

.delay_top05 {
	transition-delay: 2.2s;
}

.delay_top06 {
	transition-delay: 2.3s;
}

.delay_top08 {
	transition-delay: 2.4s;
}

.delay_top07 {
	transition-delay: 2.7s;
}

.big {
  font-size: 50px !important;
  font-weight: bold;
}

.small {
  font-size: 15px !important;
}

.scroll{
  position: absolute;
  top:85%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 30%;
  width: 100%;
  margin: 0 auto !important;
  padding: 0!important;
  font-size: 1.5rem;
  text-align: center;
}

.scroll img {
  width: 70px;
  display: block;
  margin: 0 auto;
}

.delay_scroll {
	transition-delay: 2.9s;
}

/*top_about*/

#top_about {
  width: 100%;
  background-color: #fff5e4;
  margin-top: 100px;
}

.top_about_flexbox {
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 auto;
}

.top_about_flexbox02 {
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 0 50px 0;
  margin: 0 auto;
}

.top_abouttext {
  width: 50%;
  margin: 0 auto;
}

.top_abouttext02 {
  width: 50%;
  margin: 0 auto;
}

.top_abouttext h2 {
  margin-bottom: 50px;
}

.top_abouttext p {
  margin-bottom: 50px;
}

.top_aboutimage {
  width: 40%;
  height: 100%;
  margin-top: 100px;
}

.top_aboutimage img {
  width: 80%;
  object-fit: cover;
}

.top_aboutimage02 {
  width: 40%;
  height: 100%;
  margin-top: 100px;
}

.top_aboutimage02 img {
  width: 50%;
  display: block;
  margin: 0 auto 0 auto;
}


/*top_about*/

/*top_service*/
#top_service {
  width: 100%;
  margin: 0 auto;
}


.number {
  border: none !important;
}

#top_service p {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 50px 0 30px 0;
}

.features {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  justify-content: space-around;
}

.features_content {
  width: 300px;
  height: 300px;
  border: 3px solid #fbb03b;
  border-radius: 30px;
}

.features_content p {
  text-align: center;
}

.inview.fadeup {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(10px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.delay01 {
	transition-delay: .2s;

}
.delay02 {
	transition-delay: .5s;

}
.delay03 {
	transition-delay: .8s;
}

.features_content img {
  display: block;
  margin: 50px auto 0 auto;
  width: 35%;
}

.under_line {
  width: 100%;
  padding-top: 200px;
  border-bottom: 2px solid #4d4d4d;
}

.initial_cost {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.initial_cost_content {
  width: 45%;
  height: 300px;
  border: 3px solid #fbb03b;
  border-radius: 20px;
}

.initial_cost_content h5 {
  font-size: 1.3rem;
  text-align: center;
  background-color: #fbb03b;
  border-radius: 10px 10px 0 0;
  height: 40px;
  color: #fff;
  margin: 0;
  padding: 10px;
  line-height: 40px;
}

.initial_cost_content p {
  text-align: center !important;
  font-size: 2.7rem !important;
  margin: 70px auto !important;
}

.plus {
  font-size: 3rem !important;
  line-height: 0px;
  text-align: center;
}

/*top_service*/


#instagram {
  max-width: 800px;
  height: 1500px;
  width: 100%;
  margin: 100px auto;
}

iframe {
  width: 30%;
  margin: 0 auto;
}


/*plan*/

#plan {
  width: 100%;
  margin: 100px auto;
  background-color: #f6f6f6;
  padding: 10px 0 100px 0;
}

.komidashi {
  max-width: 1100px;
  width: 300px;
  border: 1px solid #080808;
  color: #080808;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto 70px auto;
  border-radius: 20px;
}

.komidashi02 {
  max-width: 1100px;
  width: 300px;
  border: 1px solid #080808;
  background-color: #000;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto 70px auto;
  border-radius: 20px;
}

.plan_box {
  max-width: 1100px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 70px auto 100px auto;
}

.plan_content {
  width: 90%;
  height: 425px;
  border: 2px solid  #cdcdcd;
  border-radius: 20px;
  margin: 0 auto;
  transition: 0.4s;
  background: url(../img/plan_bg.jpg);
  background-size: cover;
  background-position: center;
}



.plan_content h3 {
  text-align: center;
  letter-spacing: 5px;
  font-size: 1.3rem;
  border-bottom: none !important;
  padding-top: 20px;
  margin: 0;
  color: #080808;
}

.plan_content h4 {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding-top: 20px;
  margin: 0 0 30px 0;
  color: #080808;
}


.plan_content02 {
  width: 90%;
  height: 325px;
  border: 2px solid  #cdcdcd;
  border-radius: 20px;
  margin: 0 auto;
  transition: 0.4s;
  background: url(../img/plan_bg.jpg);
  background-size: cover;
  background-position: center;
}

/*
.plan_content:hover {
  border: 5px solid  #fbb03b;
  transition: 0.2s;
  box-shadow: 2px 2px 4px #c3c3c3;
}

.content_red:hover {
  border: 5px solid rgb(232, 0, 0) !important;
  transition: 0.2s;
  box-shadow: 2px 2px 4px #c3c3c3;

}

.plan_content02:hover {
  border: 5px solid  #fbb03b;
  transition: 0.2s;
  box-shadow: 2px 2px 4px #c3c3c3;
}

.content_red:hover {
  border: 5px solid rgb(232, 0, 0) !important;
  transition: 0.2s;
  box-shadow: 2px 2px 4px #c3c3c3;

}

.content_green:hover {
  border: 5px solid rgb(21, 208, 0) !important;
  transition: 0.2s;
  box-shadow: 2px 2px 4px #c3c3c3;
}

.content_purple:hover {
  border: 5px solid rgb(184, 0, 208) !important;
  transition: 0.2s;
  box-shadow: 2px 2px 4px #c3c3c3;

}

.content_blue:hover {
  border: 5px solid rgb(0, 118, 229) !important;
  transition: 0.2s;
  box-shadow: 2px 2px 4px #c3c3c3;

}

*/

.plan_content02 h3 {
  text-align: center;
  letter-spacing: 5px;
  font-size: 1.3rem;
  border-bottom: none !important;
  padding-top: 20px;
  margin: 0;
  color: #080808;
}

.plan_content02 h4 {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding-top: 20px;
  margin: 0 0 30px 0;
  color: #080808;
}




.ryokin {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ryokin h5 {
  width: 35px;
  font-size: 1.1rem;
  writing-mode: vertical-lr;
  color: #fff;
  background-color: #fbb03b;
  padding: 10px 2px;
  border-radius: 10px;
  margin: 0 30px;
}

.ryokin p {
  width: 90% !important;
  height: auto !important;
  font-size: 2.8rem !important;
  font-weight: bold !important;
  margin: 0 auto!important;
  text-align: left !important;
  padding-left: 10px !important;
  color: #080808;
}

.ryokin p span {
  font-size: 1.5rem;
  padding-left: 10px;
}

.ryokin02 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ryokin02 h5 {
  width: 35px;
  font-size: 1.1rem;
  writing-mode: vertical-lr;
  color: #fff;
  background-color: #fbb03b;
  padding: 10px 2px;
  border-radius: 10px;
  margin: 0 30px;
}

.ryokin02 p {
  width: 90% !important;
  height: auto !important;
  font-size: 2.8rem !important;
  font-weight: bold !important;
  margin: 0 auto!important;
  text-align: left !important;
  padding-left: 0 !important;
  color: #080808;
}

.ryokin02 p span {
  font-size: 1.5rem;
  padding-left: 10px;
}

.red {
  background-color: rgb(232, 0, 0) !important;
}

.green {
  background-color: rgb(21, 208, 0) !important;
}

.purple {
  background-color: rgb(184, 0, 208) !important;
}

.blue {
  background-color: rgb(0, 118, 229) !important;
}

.plan_content p {
  width: 100%;
  height: 45px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: #080808;
}

.plan_content02 p {
  width: 100%;
  height: 45px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: #080808;

}

.plan_text {
  width: 100%;
}

.plan_text table {
  width: 90%;
  margin: 0 auto;
}

.plan_text table tr {
  width: 100%;
}

.plan_text table tr th {
  width: 30%;
  padding: 10px 0;
  letter-spacing: 2px;
  border-bottom: 1px solid #999;
}

.plan_text table tr:last-child th {
  border-bottom: none;
}

.plan_text table tr td {
  width: 70%;
  font-weight: bold;
  padding-left: 15px;
  border-bottom: 1px solid #999;
}

.plan_text table tr:last-child td {
  border-bottom: none;
}

/*plan*/


/*Works*/
#works {
  width: 100%;
  height: auto;
  margin: 100px auto;
}

.works-box{
  max-width: 1100px;
  width: 100%;
  height: auto;
  margin: 100px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

}

.works-content{
  width: 90%;
  height: 220px;
  margin: 40px auto;
  transition: 0.3s;
  border-radius: 1lh;
  overflow: hidden;
  box-shadow: 3px 3px 3px #d0d0d0;

}

.works-content p {
  text-align: left !important;
  width: 90% !important;
}

.works-content a {
  color: #3e3e3e;
  text-align: left !important;
  text-decoration: none;
}

.works-box img:hover {
  transform:scale(1.1,1.1);
  transition:0.3s all;
}

.works-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
}

/*Works*/

/*Q&A*/

.accordion {
  max-width: 900px;
  width: 100%;
  margin: 50px auto 150px auto;
}

.accordion-content {
  display: none;
  width: 100%;
  margin-top: 10px;
  border: 2px solid #797979;
}

.accordion-header {
  width: 90%;
  height: 50px;
  font-size: 1.2rem;
  border: 2px solid #fbb03b;
  padding: 12px 20px 10px 20px;
  margin: 30px auto;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  border-radius: 50px;
}

.accordion-header::before,
.accordion-header::after {
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
.accordion-header::after {
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  width: 90%;
  margin: 0 auto 50px auto;
  font-size: 1.2rem;
  background-color: #FFF;
  padding: 12px 20px 10px ;
  border-radius: 30px;
}

.accordion-header p,
.accordion-content p{
  width: 95%;
  padding: 5px 10px 5px 30px;
  position: relative;
}

.accordion-header p {
  line-height: 0;
}

.accordion-header p::before{
  position: absolute;
  content:"Q";
  top: 7px;
  left: 0;
  color: #151E2F;
  font-size: 17px;
}


.accordion-content p::before{
  position: absolute;
  content:"A";
  top: 7px;
  left: 0;
  color: #151E2F;
  font-size: 17px;
}

/* hover */
.accordion-header:hover {
  background-color: #fae6c2;
}

/*Q&A*/


/*flow*/

#flow {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 250px auto;
}

.flow_box {
  width: 100%;  
}

.flow_content {
  margin: 50px auto;
  padding: 40px 50px 50px 50px;
  border: 3px solid #fbb03b;
  border-radius: 20px;
}

.flow_content h3 {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.flow_content h3 span {
  font-size: 1.5rem;
  letter-spacing: 2px;
  padding-bottom: 5px;
}

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

.flow_content_text img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.flow_content_text p {
  width: 80%;
}





/*flow*/


/*footer*/

#footer{
  width: 100%;
  height: 50vh;
  margin: 0 auto;
  background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0, 0, 0, 0.4)),url(../img/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.footer_top {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -50px;
}

.footer_content {
  width: 50%;

}

.footer_content img {
  width: 300px;
  display: block;
  margin: 0 auto;
}

.footer_menu {
  max-width: 900px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.footer_menu nav {
  width: 100%;
}

.footer_menu ul {
  width: 100%;
  display: flex;
}

.footer_menu ul li {
  list-style: none;
  margin: 20px auto;
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.footer_menu ul li a {
  color: #fff;
}

.footer_menu ul li a:hover {
  border-bottom: 1px solid #fff;
}

.go_contact{
  width: 50%;
  height: auto;
}

.go_contact a {
  width: 350px;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.3s;
  margin: 20px auto;

}

.go_contact p {
  width: 70%;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: 2px;
}

.contract p {
  letter-spacing: 3px !important;
}


.contract:hover{
  background-color: #20d453;
  transform: translateY(-4px);
  transition: 0.3s;
}

.contact:hover{
  background-color: #3895ff;
  transform: translateY(-4px);
  transition: 0.3s;
}

.contact_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: #fff 1px solid;
  border-radius: 30px;
}

.go_contact img {
  height: 1lh;
  margin-right: 20px;
  margin-left: 10%;
}

/*footer*/

/*copyrights{*/
.copyrights{
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  bottom: 5px;
}

.footer_privacypolicy {
  max-width: 900px;
  width: 50%;
  display: flex;
  margin: 0 auto;
}

.footer_privacypolicy a {
  color: #fff;
  margin-left: 20px;
}

.copyrights p{
  text-align: right;
  color: #fff;
  margin: 0 auto;
  font-size: small;
}
/*copyrights{*/

.heading{
  width: 100%;
  height: 30vh;
  background-color: #3e3e3e;
}

.heading h2 {
  z-index: 2;
  color: #fff;
}

@media (max-width: 1200px) {

  section:before {
    height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: 0; /* heightと同じ分のネガティブマージン */
  }

  #header {
    display: none;
  }

  #fixed-header {
    display: none;
  }

  #subpage_header {
    display: none !important;
  }

  .midashi {
    width: 80%;
    display: block;
    margin: 0 auto 50px auto;
  }

  a.btn--circle {
    line-height: 50px;
    width: 50px;
    height:50px;
  }

  a.btn--line {
    top:68%
  }

  a.btn--instagram {
    top:76%
  }

  a.btn--contact {
    top:84%
  }

  /*レスポンシブメニュー*/
  .drawer {
    display: contents;
  }
  /* ハンバーガーボタンのデザイン */
  .drawer__button {
    position: fixed;
    top: 8px;
    right: 2%;
    width: 3rem;
    height: 3rem;
    margin-top: 15px;
    background-color: #fbb03b;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
  }
  /* ハンバーガーボタン内の線 */
  .drawer__button > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.6rem;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
  }
  .drawer__button > span:first-child {
    transform: translate(-50%, calc(-50% - 0.5rem));
    transition: transform 0.3s ease;
  }
  .drawer__button > span:nth-child(2) {
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
  }
  .drawer__button > span:last-child {
    transform: translate(-50%, calc(-50% + 0.5rem));
    transition: transform 0.3s ease;
  }
  /* 展開時のデザイン */
  .drawer__button.active > span:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .drawer__button.active > span:nth-child(2) {
    opacity: 0;
  }
  .drawer__button.active > span:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  /* メニューのデザイン */
  .drawer__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: opacity 0.5s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
  }
  .drawer__nav.active {
    opacity: 1;
    visibility: visible;
  }
  .drawer__nav__inner {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #fbb03b;
    margin: 0 auto;
    transition: transform 0.3s ease;
  }
  .drawer__nav.active .drawer__nav__inner {
    transform: translateX(-80);
  }
  .drawer__nav__menu {
    list-style: none;
    padding-left: 0;
    overflow-y: scroll;
    padding-top: 60px;
    margin: 0;
  }
  .drawer__nav__link {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    padding: 1rem;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    line-height: 40px;
  }

  /* ハンバーガーメニュー展開時、背景を固定 */
  body.active {
    height: 100%;
    overflow: hidden;
  }

  .drawer_convertion {
    width: 100%;
    height: auto;
    border-top: 1px solid #806551;
    margin-top: 30px;
  }

  .drawer_convertion_application {
    width: 80%;
    height: 50px;
    background-color: #CC1C19;
    border: 3px solid #FFFFF9;
    box-shadow: 3px 3px 2px #464646;
    border-radius: 50px;
    position: relative;
    margin-right: 15px;
    transition: 0.5s;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #464646;
    color: #FFFFF9;
    text-decoration: none;
    line-height: 3px;
    padding: 20px 0;
    display: block;
    margin: 20px auto 0 auto;
  }

  .drawer_convertion_flex {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 25px auto 0 auto;
  }


  /*レスポンシブメニュー*/


  #top_about {
    margin-bottom: 50px;
  }

  #instagram {
    margin: 0 auto 100px auto;
  }

  #plan {
    margin: 0 auto;
  }

  #works {
    margin: 0 auto;
  }

  #flow {
    margin-top: -100px;
    margin-bottom: 100px;
  }


}

@media (max-width: 850px) {

  .delay01 {
    transition-delay: .1s;
  
  }
  .delay02 {
    transition-delay: .1s;
  
  }
  .delay03 {
    transition-delay: .1s;
  }

  
  .midashi {
    margin-top: -100px;
  }

  video {
    margin-top: -30px;
  }

  .video_pc {
    display: none;
  }

  .video_sp {
    display: block;
  }

  .catch02 {
    width: 80px;
  }

  .catch03 {
    width: 80px;
  }

  .catch04 {
    top: 70%;
    width: 70px;
  }

  .catch05 {
    top: 71%;
    width: 70px;
  }

  .catch06 {
    width: 80px;
  }

  .catch07 {
    top: 60%;
    font-size: 1.3rem;
  }

  .catch07 h2 span {
    font-size: 1.6rem !important;
}

  .catch08 {
    width: 80px;
  }

  .scroll {
    top: 80%;
  }

  .top_about_flexbox {
    display: block;
    height: auto;
    margin-bottom: 100px;
  }

  .top_about_flexbox02 {
    display: block;
    height: auto;
  }

  .top_abouttext {
    width: 80%;
  }

  .top_abouttext02 {
    width: 80%;
  }

  .top_aboutimage {
    width: 60%;
    display: block;
    margin: -50px auto 0 auto;
  }

  .top_aboutimage02 {
    width: 60%;
    display: block;
    margin: -50px auto 0 auto;
  }

  .top_aboutimage img {
    width: 100%;
  }

  .top_aboutimage02 img {
    width: 100%;
  }

  .features_content img {
    margin-top: 25px;
  }

  #top_service p {
    margin-top: 20px;
    font-size: 1rem;
  }

  .features_content {
    display: block;
    margin: 20px auto;
    width: 230px;
    height: 200px;
  }

  #instagram {
    width: 80%;
  }

  .plan_box {
    display: block;
  }

  .plan_content {
    width: 70%;
    height: auto;
    padding-bottom: 20px;
    margin: 50px auto;
  }

  .plan_content02 {
    width: 70%;
    height: auto;
    padding-bottom: 20px;
    margin: 50px auto;
  }

  #instagram {
    height: 1100px;
  }

  .ryokin {
    width: 60%;
    margin: 0 auto;
    justify-content: center;
  }

  .ryokin p {
    width: 90% !important;
  }

  .ryokin02 {
    width: 70%;
    margin: 0 auto;
    justify-content: center;
  }

  .ryokin02 p {
    width: 90% !important;
    padding-left: 10px !important;
  }

  .works-box{
    grid-template-columns: 1fr 1fr;
  }

  .accordion {
    width: 80%;
    display: block;
  }

  .flow_box {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .flow_content {
    padding: 40px 40px 30px 40px;
  }

  .flow_content_text img {
    width: 70px;
    height: 70px;
  }

  .footer_top {
    display: block;
  }

  .footer_content {
    width: 40%;
    margin: 0 auto;

  }

  .footer_content img {
    width: 100%;
  }

  .go_contact {
    width: 80%;
    margin: -20px auto 0 auto;
  }

  .go_contact p {
    display: block;
    margin: 0 auto 0 20px;
    width: 180px;
    font-size: 1rem;
    padding: 10px 0;
    text-wrap: nowrap;
  }

  .go_contact img {
    margin: 0 0 0 auto;
  }

  .contact_flex {
    width: 100%;
    justify-content: right;
    margin: 0 auto;
  }

  .go_contact {
    width: 60%;
  }

  .go_contact a {
    width: 90%;
    height: 60px;
  }

  .footer_top {
    margin-top: -100px;
  }

  .footer_menu {
    display: none;
  }


}

@media (max-width: 635px) {

  .midashi {
    width: 80%;
    display: block;
    margin: 0 auto 50px auto;
    font-size: 1.4rem;
  }

  .features {
    display: block;
  }

  .features_content {
    width: 80%;
    height: auto;
  }
  .features_content img {
    width: 25%;
  }

  .go_contact {
    width: 80%;
  }

  .go_contact a {
    height: auto;
  }

  #instagram {
    height: 1000px;
  }

  .footer_top {
    margin-top: -50px;
  }


} 

@media (max-width: 460px) {

  section:before {
    height: 50px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: 0; /* heightと同じ分のネガティブマージン */
  }

  a.btn--line {
    top:75%
  }

  a.btn--instagram {
    top:83%
  }

  a.btn--contact {
    top:91%
  }

  .midashi {
    width: 80%;
    display: block;
    margin: 0 auto 50px auto;
    font-size: 1.3rem;
  }

  h2 span {
    font-size: 1.5rem;
  }

  .komidashi {
    width: 60%;
    display: block;
    font-size: 1rem;
    padding: 5px 0;
    margin-bottom: 0;
  }

  .komidashi02 {
    width: 60%;
    display: block;
    font-size: 1rem;
    padding: 5px 0;
    margin-bottom: 0;
  }

  .detail_button {
    width: 250px !important;
    height: 50px !important;
    font-size: 0.9rem !important;
    line-height: 50px !important;
  }

  .detail_button_line {
    width: 250px !important;
    height: 50px !important;
    font-size: 0.9rem !important;
    line-height: 50px !important;
  }

  .catch02 {
    top: 20%;
    left: 28%;
  }

  .catch04 {
    top: 65%;
    left: 64%;
  }

  .catch05 {
    top: 65%;
  }

  .catch07 {
    top: 55%;
    font-size: 1rem;
  }

  .catch07 h2 span {
    font-size: 1.3rem !important;
  }

  .catch08 {
    left: 1%;
  }

  #top_about {
    margin: 0 auto;
    padding: 100px 0 50px 0;
  }

  .top_about_flexbox {
    padding-bottom:70px;
    margin-bottom: 0;
  }

  .top_abouttext {
    width: 100%;
  }

  .top_abouttext02 {
    width: 100%;
  }

  .features {
    margin-bottom: 50px;
  }

  #instagram {
    width: 90%;
    height: 1000px;
    margin-bottom: 0;
  }

  .plan_box {
    margin-top: 40px;
  }

  .plan_content {
    margin: 30px auto;
  }

  .plan_content {
    width: 80%;
  }

  .plan_content02 {
    width: 80%;
  }

  .ryokin {
    width: 100%;
  }

  .ryokin02 {
    width: 100%;
  }

  .ryokin02 p {
    padding: 0 !important;
  }

  .works-box{
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .accordion-header {
    height: auto;
  }

  .accordion-header p {
    width: 80%;
    font-size: 1rem !important;
    line-height: 20px;
  }

  .accordion-content p {
    font-size: 1rem;
  }

  .flow_box {
    width: 90%;
  }

  .flow_content {
    padding: 40px 10px 30px 10px;
}

  .flow_content_text {
    display: block;
  }

  .flow_content_text img {
    display: block;
    margin: 20px auto;
  }

  .flow_content_text p {
    width: 85%;
    display: block;
    margin: 0 auto;
  }

  .flow_content h3 {
    width: 80%;
    margin-bottom: 30px;
  }

  #footer {
    height: 40vh;
  }





}
