@charset "UTF-8";

:root {
  --Primary-color: #191919;
  --Accent-color: #fed52f;
  --Accent-text-color:#e59500;
  --bg-color: #fdf6c0;
  --Gray-color: #5475a1;
}

body {
  font-family:'游ゴシック','Yu Gothic','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background-color: #eee;
}

section {
  padding: 100px 10px 100px;
}

img {
  width: 100%;
}

.spbr {
  display: none;
}

header {
  padding: 0 25px;
  background-color: var(--Accent-color);
}

header img {
  width: 130px;
}

h2 {
  display: inline-block;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 0 15px;
  border-bottom: 2px #333 solid;
}

.header_wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0;
}

#mv a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  padding: 10px 30px;
  border: solid 3px var(--Accent-color);
  border-radius: 30px;
  background: var(--Accent-color);
  transition: all 0.5s;
  width: 235px;
  text-align: center;
  margin: 30px 0 0 10px;
  text-shadow: initial;
}

#mv a:hover {
  transition: all 0.5s;
  border: solid 3px var(--Accent-color);
  color: var(--Accent-color);
  background-color: #fff;
  transform: scale(1.05);
}

.black {
  color: #333;
}

.accent {
  color: var(--Accent-text-color);;
}
.border_accent {
  background: linear-gradient(transparent 60%, var(--Accent-color) 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.minus {
  color: var(--Gray-color);
}

.wrap {
  max-width: 900px;
  margin: 0 auto;
}

.large_text {
  font-size: 3rem;
}

#mv {
  padding: 40px 25px 40px;
  background-color: #fff;
  overflow: hidden;
}

.mv_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 480px;
  margin: 0 auto;
  max-width: 1200px;
  align-items: center;
}

.lead {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 100;
  text-shadow: 0 0 5px white;
}

.sub_lead {
  color: var(--Accent-text-color);
  font-size: 1.5rem;
  font-weight: bold;
}

.main_lead {
  font-size: 2rem;
  font-weight: bold;
  /* margin-top: 15px; */
}

.mv_img_box {
  width: 73%;
  position: absolute;
  right: -170px;
  top: 50%;
  transform: translate(0, -50%);
}

.lp_book {
  object-fit: cover;
}

#movie {
  background-color: var(--Primary-color);
  text-align: center;
  padding-bottom: 80px;
}

#movie h2 {
  color: #fff;
  border-bottom: 2px #fff solid;
}

#movie a {
  margin: 20px;
  border: solid 3px var(--Accent-color);
  background: var(--Accent-color);
  display: inline-block;
  text-decoration: none;
  color: var(--Primary-color);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  padding: 10px 30px;
  border-radius: 30px;
  transition: all 0.5s;
}

#movie a:hover {
  border: solid 3px var(--Accent-color);
  color: var(--Accent-color);
  transition: all 0.5s;
  background-color: var(--Primary-color);
  transform: scale(1.05);
}

.movie_box {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#solution {
  text-align: center;
}

.solution-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
}

#solution p {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.triangle{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid var(--Primary-color);
  margin: 25px auto 30px;
}

.triangle_white{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  margin: 25px auto 30px;
}

#about {
  border: 20px var(--Primary-color) solid;
  background-color: #fff;
  text-align: center;
  padding: 40px 0 40px;
}

#about p{
  font-size: 1.3rem;
  margin-bottom: 20px;
}

#about img{
  max-width: 650px;
}

#about .wrap {
  padding: 15px;
}

#point {
  background-color: var(--Primary-color);
  color: #fff;
  padding: 50px 30px 50px;
  text-align: center;
}

#point h2{
  border-bottom: 2px #fff solid;
}

#point p {
  font-size: 2.1rem;
  font-weight: bold;
  padding-bottom: 20px;
}

#point ul{
  position: relative;
  margin: 0 auto;
  font-size: 1.5rem;
}

#point ul li:before{
  content: url(../img/point.png);
  margin-right: 15px;
}

#point ul li{
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
  background: #fff;
  color: #333;
  margin: 15px 0;
  border-radius: 5px;
  text-align: left;
}

#feature {
  background-color: #fff;
  text-align: center;
}

#feature .fl_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 860px;
  margin: 30px auto 0;
  justify-content: space-around;
  gap: 20px;
  padding: 0 25px;
}

#feature .fl_box:nth-child(3),
#feature .fl_box:nth-child(5) {
    flex-wrap: wrap-reverse;
}

#feature .text {
	max-width: 400px;
  text-align: center;
	padding: 30px 0 0;
	background-color: #fff;
  flex: 1;
}

#feature .feature_img {
	margin: 0 20px 10px;
	max-width: 350px;
  max-height: 400px;
  flex: 1;
}

#feature .fl_box:nth-child(4) .feature_img {
  padding-top: 50px;
}


#feature .feature_img img{
  max-height: 340px;
  width: auto;
  max-width: 100%;
}

#feature .ft_book {
  box-shadow: 0px 0px 10px #bdbdbd;
}

#feature .text h3{
  margin: 0 0 18px;
	font-size: 1.8rem;
  text-align: left;
	line-height: 2.2rem;
	font-weight: bold;
}

#feature .text h3 span {
  display: inline-block;
  margin-bottom: 10px;
}

#feature .text p{
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.4rem;
}

#message {
  background-color: #000;
  text-align: center;
}

#message a {
  margin: 10px;
  border: solid 3px var(--Accent-color);
  background: var(--Accent-color);
  display: inline-block;
  text-decoration: none;
  color: var(--Primary-color);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  padding: 10px 30px;
  border-radius: 30px;
  transition: all 0.5s;
}

#message a:hover {
  border: solid 3px var(--Accent-color);
  color: var(--Accent-color);
  transition: all 0.5s;
  background-color: var(--Primary-color);
  transform: scale(1.05);
}

#message h2 {
  color: #fff;
  border: none;
}

#form {
  text-align: center;
  padding: 30px 0;
  background-color: #fff;
}

#form h2 {
  position: relative;
}

#form .wrap {
  max-width: 700px;
  padding: 15px 25px;
}

#faq {
  text-align: center;
	background-color: #f8f8f8;
}

#faq .wrap {
  padding: 0 25px;
}

.faq_box{
  max-width: 800px;
  margin: 50px auto 0;
}

.faq_one {
  text-align: left;
  border-bottom: solid 1px #dedede;
  padding: 30px 0;
  margin-bottom: 50px;
}

.faq_q {
  font-size: 1.1rem;
  letter-spacing: 0.03rem;
  font-weight: 600;
  cursor: pointer;
}

.fq_button {
  margin-top: 20px;
}

.faq_box input {
  display: none;
}

.faq_box .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}

.cssacc:checked + .accshow {
  height: auto;
  padding-top: 10px;
  opacity: 1;
}

.faq_q p {
	padding-right: 20px;
	position: relative;
}

.faq p.open {
}

.faq_q p {
	padding-right: 20px;
}

.faq p.open {
	position: relative;
}

.faq_q p::before,
.faq_q p::after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background: var(--Primary-color);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq_q p::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.faq_q p.open::after {
  transform: rotate(0);
  transition: 0.5s;
}

.reference {
	font-size: 0.4rem;
	letter-spacing: 0rem;
	color: #828282;
	margin-top: 5px;
}

#company {
  text-align: center;
}

#company a{
  display: inline-block;
  text-decoration: none;
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
}

#company .wrap {
  padding: 0 25px;
}

#company table {
  text-align: left;
  max-width: 600px;
  margin: 30px auto;
}

#company table td,
#company table th {
  padding: 12px 8px;
}

#company tr {
  border-bottom: 1px solid #dfdfdf;
}

#company th {
  width: 30%;
  padding: 24px 0;
}

#company td {
  width: 70%;
  padding: 24px 0;
}

footer {
  text-align: center;
  color: #fff;
  background-color: var(--Primary-color);
  padding: 50px 0;
}

.thanks {
  background: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 150px 20px 50px;
}

.announce {
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 50px 20px 100px;
}

.announce a {
  margin: 30px;
  border: solid 3px var(--Primary-color);
  background: var(--Primary-color);
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  padding: 10px 30px;
  border-radius: 30px;
  transition: all 0.5s;
}

.announce a:hover {
  border: solid 3px var(--Primary-color);
  color: var(--Primary-color);
  transition: all 0.5s;
  background-color: #fff;
  transform: scale(1.05);
}


@media screen and (max-width: 950px) {

  html {
    font-size: 75%;
  }

  h2 {
    font-size: 1.6rem;
  }

  .spbr {
    display: block;
  }

  #mv {
    padding: 20px 25px 0;
  }

  #mv .mv_box {
    height: auto;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  #mv .mv_img_box {
    width: 100%;
    position: relative;
    right: -50px;
    top: 0;
    transform: initial;
  }

  #mv a {
    margin: 30px auto 60px;
  }

  .large_text {
    font-size: 1.4em;
  }

  .main_lead {
    font-size: 1.6rem;
  }

  .lead {
    margin-top: 0;
  }
  .lead p {
    font-size: 5vw;
    line-height: 1.5;
  }
  .lead p.sub_lead {
    font-size: 3.5vw;
    line-height: 1.5;
  }

  #solution p {
    font-size: 1.5rem;
  }

  #point ul{
    width: auto;
    text-align: left;
  }

  #feature .fl_box {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  #feature .text p {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  #feature .fl_box:nth-child(3),
  #feature .fl_box:nth-child(5) {
    flex-direction: column-reverse;
  }

  #feature .text {
    max-width: 600px;
  }

  #feature .feature_img {
    max-width: 450px;
  }

  #feature .fl_box:nth-child(4) .feature_img {
    padding-top: 0px;
  }
}
