@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&display=swap');

/*base*/
/*------------------------------------------------------------------------------*/
body {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Meiryo", sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

a img {
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img {
  opacity: 0.7;
}

/*layout*/
/*------------------------------------------------------------------------------*/
.inner01 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

.pc_tb {
  display: inherit;
}

.tb_sp {
  display: none;
}

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

.tel {
  pointer-events: none;
}

.in_bl {
  display: inline-block;
}

.flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.txt_c {
  text-align: center;
}

.mb10 {
  margin-bottom: 10px;
}

.m10_sph {
  margin-bottom: clamp(6px, 0.8vw, 10px) !important;
}

.m30_sph {
  margin-bottom: clamp(20px, 2.5vw, 30px) !important;
}

.m50_sph {
  margin-bottom: clamp(30px, 4.8vw, 50px) !important;
}

.m70_sph {
  margin-bottom: clamp(40px, 5.8vw, 70px) !important;
}

.pl30_sph {
  padding-left: clamp(15px, 2.5vw, 30px) !important;
}

.f18_sph {
  font-size: clamp(16px, 1.5vw, 18px);
}

.f20_sph {
  font-size: clamp(18px, 1.6vw, 20px);
}

.f24_sph {
  font-size: clamp(20px, 2vw, 24px);
}

.f28_sph {
  font-size: clamp(22px, 2.3vw, 28px);
}

/*header*/
/*------------------------------------------------------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

#header_in {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo {
  line-height: 0;
}

#logo img {
  max-width: 212px;
}

#h_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
}

#h_menu a {
  color: #fff;
  line-height: 1em;
}
#h_menu a span{
display: block;
text-align: center;
font-size: 0.7em;
font-weight: normal;
  line-height: 1em;
}

#h_menu li {
  margin-left: 20px;
  border: 2px solid #fff;
  padding: 5px 20px;
  font-size: 16px;
}

#h_menu .h_tel {
  border: none;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
}

/*title*/
/*------------------------------------------------------------------------------*/
.title01 {
  font-size: 80px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #00005A;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0;
}

.title01 .sub {
  font-size: 34px;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Meiryo", sans-serif;
  display: block;
  letter-spacing: 0.05em;
  position: relative;
}

.title01 .sub::before {
  content: '';
  width: 500px;
  height: 2px;
  background: #00005A;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.title01.white {
  color: #FFF;
}

.title01.white .sub::before {
  background: #FFF;
}

.subtext {
  text-align: center;
}

.title_box .title01 {
  margin: 0 0 0.3em;
}

.title_box .subtext {
  margin: 0 0 2.5em;
}

.title02 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 130px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #00005A;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

.title02 .sub {
  font-size: 42px;
  display: block;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
}

/*btn*/
/*------------------------------------------------------------------------------*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn a {
  margin: 0 20px;
  min-width: 290px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8e800;
  font-weight: 500;
}

.btn a:last-of-type {
  background: #FFF;
}

/*mv*/
/*------------------------------------------------------------------------------*/
#mv {
  width: 100%;
  background: url(../image/mv.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#mv .inner01 {
  padding: 120px 0 90px;
}

#mv h2 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 30px;
}

#mv h2 .sub01 {
  font-size: 38px;
  margin-bottom: 20px;
  display: block;
}

#mv h2 .sub02 {
  font-size: 120px;
  font-weight: 100;
  display: block;
  line-height: 0.8;
}

#mv .txt {
  font-size: 22px;
  line-height: 2;
  margin-bottom: 50px;
}

/*progress*/
/*------------------------------------------------------------------------------*/
#progress .in {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0 50px;
}

#progress .box {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
}

#progress .box:nth-child(3n) {
  margin-right: 0;
}

#progress .txt01 {
  color: #00005A;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 15px 0 0;
}

/*reason*/
/*------------------------------------------------------------------------------*/
#reason {
  background: url(../image/reason_bg.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0 80px;
}

#reason .in {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#reason .box {
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
  margin-bottom: 40px;
}

#reason .box:nth-child(2n) {
  flex-direction: row-reverse;
}

#reason .txt_box {
  width: 68%;
}

#reason p {
  margin: 0;
}
#reason p span{
font-size: 0.7em;
}

#reason .sub01 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 52px;
  margin-top: 10px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}

#reason .sub01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}

#reason .txt01 {
  font-weight: bold;
  font-size: 28px;
  margin: 15px 0;
  line-height: 1.3;
}

#reason .img_box {
  width: 30%;
}

/*VICEO*/
/*------------------------------------------------------------------------------*/
#video {
  padding: 60px 0 80px;
}

.movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.movie iframe,
.movie object,
.movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*cta*/
/*------------------------------------------------------------------------------*/
.cta {
  background: #00005A;
  text-align: center;
  color: #FFF;
  padding: 60px 0;
}

.thanks .cta {
  padding: 160px 0 80px;
}

.cta .headline {
  font-size: 2em;
  margin: 0 0 0.5em;
}

.cta p {
  margin: 0 0 1.5em;
}


/*WORKS*/
/*------------------------------------------------------------------------------*/
#works {
  padding: 50px 0;
}

.works_title {
  background: #00005A;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 1.3em 0.5em;
}

.works_list {
  list-style: none;
  padding: 0;
}

.works_list li {
  display: flex;
  margin-bottom: 10px;
}

.works_list .main {
  border: 1px solid #00005A;
  padding: 0.5em 2em;
  color: #00005A;
  font-weight: bold;
  flex: 1;
}

.works_list .sub {
  background: #D9D6D1;
  padding: 0.5em 1em;
  font-weight: 500;
  flex-basis: 40%;
}

.accordion-menu {
  margin-bottom: 2em;
}

.accordion-toggle {
  position: relative;
  cursor: pointer;
  padding-right: 50px;
  line-height: 1.5;
}

.accordion-toggle::after {
  content: '▼';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 1em;
  color: #FFF;
}

.accordion-toggle.is-open::after {
  content: '▲';
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-content.is-open {
  max-height: auto;
}

.accordion-menu .works_content,
.accordion-menu .works_list {
  display: block;
}

/* slider */
.works_in {
  margin-bottom: 3em;
}

.slide-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.prev-arrow {
  left: 32vw;
  border-right: 29px solid #ffffff;
  border-left: 0;
}

.next-arrow {
  right: 32vw;
  border-left: 29px solid #ffffff;
  border-right: 0;
}

/*voice*/
/*------------------------------------------------------------------------------*/
#voice {
  background: url(../image/voice_bg.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0 80px;
  color: #fff;
}

#voice h2 {
  color: #fff;
}

#voice .in {
  max-width: 900px;
  margin: 0 auto;
}

#voice .box {
  width: 45%;
}

#voice .txt01 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 15px;
  line-height: 1.3;
}

#voice .sub01 {
  display: block;
  position: relative;
}

#voice .sub01:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 200px;
  height: 1px;
  transform: rotate(-20deg);
  top: 1em;
  left: 3em;
}

#voice .sub02 {
  display: block;
  padding-top: 1.5em;
}

#voice p {
  padding: 5px 0;
}

/*STEP*/
/*------------------------------------------------------------------------------*/
#step {
  padding: 50px 0 0;
}

.step_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 3.5%;
}

.step_item {
  flex-basis: 31%;
  flex-grow: 1;
}

/*OVERVIEW*/
/*------------------------------------------------------------------------------*/
#overview {
  padding: 50px 0;
}

.caption {
  background: #00005A;
  color: #FFF;
  text-align: center;
  font-size: 1.7em;
  margin: 0;
  padding: 1em 0.5em;
}

.js-accordion-content {
  margin-bottom: 60px;
}

.table01 {
  width: 100%;
  border: 2px solid #00005A;
}

.table01 th {
  width: 30%;
  border: 2px solid #00005A;
  padding: 1em;
  font-weight: normal;
  background: #F2EADF;
  color: #00005A;
}

.table01 td {
  width: 70%;
  border: 2px solid #00005A;
  padding: 1em 2em;
}

.table01 td.btn01 a {
  width: 100%;
  max-width: 340px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cc0000;
  color: #FFF;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  font-weight: bold;
}

/*FAQ*/
/*------------------------------------------------------------------------------*/
#faq {
  padding: 50px 0 100px;
}

#faq .question p {
  clip-path: polygon(2% 0, 98% 0, 100% 25%, 100% 75%, 98% 100%, 2% 100%, 0 75%, 0 25%);
  background: #9C9A85;
  font-size: 26px;
  color: #FFF;
  font-weight: bold;
  padding: 20px 60px;
}

#faq .answer p {
  padding: 0 60px;
}


/*CONTACTFORM*/
/*------------------------------------------------------------------------------*/
#contact {
  padding: 50px 0 100px;
  background: #F0ECE1;
}

#contact .title01{
margin: 0;
}
#contact .title01 + p{
font-family: "Barlow Condensed", sans-serif;
text-align: center;
font-size: 40px;
font-weight: bold;
color: #00005A;
 letter-spacing: 0.1em;
}
#contact .title01 + p span{
display: block;
font-size:13px;
 letter-spacing: 0.05em;
 }

#contact table {
  border: none;
  width: 100%;
}

#contact table th {
  text-align: right;
  font-weight: 400;
  border: none;
  padding: 0.25em 1em 0.25em 0.5em;
}

#contact table td {
  border: none;
  padding: 0.6em 0;
  width: 720px;
}

#contact table input[type="text"],
#contact table textarea {
  padding: 0.5em;
  width: 100% !important;
  max-width: 720px;
  border: none;
}

#contact table textarea {
  height: 210px !important;
}

#contact table input[type="submit"] {
  width: 150px;
  height: 60px;
  border: none;
  float: right;
  background: #00005A;
  color: #FFF;
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
  cursor: pointer;
  transition: 0.3s;
}

#contact table input[type="submit"]:hover {
  filter: none;
  opacity: 0.7;
}

/*footer*/
/*------------------------------------------------------------------------------*/
footer {
  background: #DAD7D0;
  padding: 40px 0;
}

.footer_in {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.f_logo {
  width: 90px;
}

footer h3,
footer p {
  margin: 0;
  color: #00005A;
  font-size: 16px;
  font-weight: 400;
}

.footer_box:last-of-type {
  text-align: right;
}

.f_tel a {
  color: #00005A;
}

.f_tel a:first-of-type {
  margin-right: 0.5em;
}

.f_sns a {
  margin: 0 0.5em;
}

.f_sns a:first-of-type img {
  width: 37px;
}

.f_sns a:last-of-type img {
  width: 53px;
}

.copy {
  font-size: 12px;
  margin-top: 30px;
}

#fnavi{
position: fixed;
z-index: -999;
opacity: 0;
transition: 0.4s;
}
