@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-margin: 100px;
}

.is_pc {
  display: block;
}
@media screen and (max-width: 599px) {
  .is_pc {
    display: none;
  }
}

.is_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .is_sp {
    display: block;
  }
}

body {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
}

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;
}

/*************************************************
アニメーション
*************************************************/
.fadeUpTrigger {
  opacity: 0;
  transform: translateY(50px);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  will-change: opacity, transform;
}
@media screen and (max-width: 599px) {
  .fadeUp {
    animation-duration: 0.3s;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}
@media screen and (max-width: 599px) {
  .delay-time02 {
    animation-delay: 0.1s;
  }
}

.delay-time04 {
  animation-delay: 0.4s;
}
@media screen and (max-width: 599px) {
  .delay-time04 {
    animation-delay: 0.2s;
  }
}

.delay-time06 {
  animation-delay: 0.6s;
}
@media screen and (max-width: 599px) {
  .delay-time06 {
    animation-delay: 0.3s;
  }
}

.delay-time08 {
  animation-delay: 0.8s;
}
@media screen and (max-width: 599px) {
  .delay-time08 {
    animation-delay: 0.4s;
  }
}

.delay-time1 {
  animation-delay: 1s;
}
@media screen and (max-width: 599px) {
  .delay-time1 {
    animation-delay: 0.5s;
  }
}

/*************************************************
fv
*************************************************/
header {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 599px) {
  header {
    padding-top: 20px;
  }
}
header a {
  display: block;
}
header a img {
  display: block;
  max-width: 200px;
}
@media screen and (max-width: 599px) {
  header a img {
    max-width: 120px;
  }
}

#fv {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  #fv {
    padding-bottom: 0;
  }
}
#fv::before {
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 0px 148px 0px 0px;
}
@media screen and (max-width: 599px) {
  #fv {
    mi-height: 217.9487179487vw;
    padding: 0 20px;
  }
}
#fv .fv_bg {
  position: absolute;
  z-index: -100;
  right: 0;
  bottom: -8.6805555556vw;
}
@media screen and (max-width: 599px) {
  #fv .fv_bg {
    display: none;
  }
}
#fv .fv_bg_right {
  position: absolute;
  z-index: -100;
  top: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  #fv .fv_bg_right {
    display: none;
  }
}
#fv .section_inner {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #fv .section_inner {
    display: block;
  }
}
#fv .section_inner .fv_left {
  max-width: 550px;
  width: 100%;
  flex-basis: 50%;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_left {
    margin-bottom: 30px;
  }
}
#fv .section_inner .fv_left p {
  background-color: #221815;
  width: 100%;
  padding: 10px 0 15px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 0.744px;
  margin: 0 auto 40px;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_left p {
    font-size: 15px;
    align-items: center;
  }
}
#fv .section_inner .fv_left p img {
  display: inline-block;
  margin-right: 15px;
}
#fv .section_inner .fv_left p span {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_left p span {
    font-size: 12px;
  }
}
#fv .section_inner .fv_left .all {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_left .all {
    align-items: center;
  }
}
#fv .section_inner .fv_left h2 {
  font-size: 31px;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_left h2 {
    font-size: 18px;
  }
}
#fv .section_inner .fv_left h2 span {
  font-size: 32px;
  letter-spacing: 0.2rem;
  background-image: radial-gradient(circle at center, #f24966 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.4em; /* 縦方向の位置調整 */
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_left h2 span {
    font-size: 24px;
  }
}
#fv .section_inner .fv_left h1 {
  margin-bottom: 10px;
}
#fv .section_inner .fv_left h1 img {
  margin-left: auto;
  margin-right: 0;
}
#fv .section_inner .fv_right {
  flex-basis: 50%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_right {
    height: 60vh;
  }
}
#fv .section_inner .fv_right .video_wrap {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 6;
  max-width: 570px;
  height: auto;
  aspect-ratio: 16/9;
  width: 560px;
  height: 315px;
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_right .video_wrap {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
#fv .section_inner .fv_right .video_wrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_right .video_wrap {
    bottom: 25.641025641vw;
  }
}
#fv .section_inner .fv_right .fv_q_01 {
  position: absolute;
  display: block;
  top: -4.1666666667vw;
  left: 8.75vw;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_right .fv_q_01 {
    top: 10.2564102564vw;
    left: 80px;
    max-width: 50%;
    width: 100%;
  }
}
#fv .section_inner .fv_right .fv_q_02 {
  position: absolute;
  display: block;
  top: 4.1666666667vw;
  left: 1.3888888889vw;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_right .fv_q_02 {
    top: 29.4871794872vw;
    left: 20px;
    max-width: 50%;
    width: 100%;
  }
}
#fv .section_inner .fv_right .hatena {
  position: absolute;
  display: block;
  top: 2.7777777778vw;
  left: 27.5vw;
  z-index: 10;
  width: 146px;
  height: 220px;
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_right .hatena {
    right: 20px;
    width: 100px;
    height: auto;
    top: 60px;
    left: auto;
  }
}
#fv .section_inner .fv_right .fv_treat_01 {
  position: absolute;
  display: block;
  bottom: 6.4583333333vw;
  left: 12.5vw;
  width: 387px;
  height: 228px;
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_right .fv_treat_01 {
    top: 160px;
    left: auto;
    right: 0;
    max-width: 80%;
    width: 100%;
  }
}
#fv .section_inner .fv_right .fv_treat_02 {
  position: absolute;
  display: block;
  bottom: 0;
  left: 9.9305555556vw;
  width: 71px;
  height: 228px;
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_right .fv_treat_02 {
    top: 220px;
    left: 30px;
    max-width: 12%;
    width: 100%;
  }
}
#fv .section_inner .fv_right .fv_treat_03 {
  position: absolute;
  bottom: 0;
  left: 29.5138888889vw;
  width: 53px;
  height: 201px;
}
@media screen and (max-width: 599px) {
  #fv .section_inner .fv_right .fv_treat_03 {
    top: 240px;
    left: auto;
    right: 50px;
    max-width: 10%;
    width: 100%;
  }
}
#fv .fv_triangle_01 {
  position: absolute;
  z-index: -1;
  left: 5.9722222222vw;
  top: 15.6944444444vw;
}
@media screen and (max-width: 599px) {
  #fv .fv_triangle_01 {
    display: none;
  }
}
#fv .fv_triangle_02 {
  position: absolute;
  z-index: -1;
  left: 45.8333333333vw;
  top: 25.3472222222vw;
}
@media screen and (max-width: 599px) {
  #fv .fv_triangle_02 {
    display: none;
  }
}
#fv .fv_triangle_03 {
  position: absolute;
  z-index: -1;
  right: 2.5vw;
  top: 0vw;
}
@media screen and (max-width: 599px) {
  #fv .fv_triangle_03 {
    display: none;
  }
}
#fv .fv_triangle_04 {
  position: absolute;
  z-index: -1;
  right: 0.6944444444vw;
  bottom: 2.7777777778vw;
}
@media screen and (max-width: 599px) {
  #fv .fv_triangle_04 {
    display: none;
  }
}

/*************************************************
CTA
*************************************************/
.cta {
  background-color: #221815;
}
@media screen and (max-width: 599px) {
  .cta {
    display: none;
  }
}
.cta .cta_inner {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 33px;
}
.cta .cta_inner .tel,
.cta .cta_inner .form {
  display: block;
  position: relative;
}
.cta .cta_inner .tel p,
.cta .cta_inner .form p {
  color: #221815;
  font-size: 14px;
  letter-spacing: 0.42px;
  padding: 5px 30px;
  border-radius: 30px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.cta .cta_inner .tel svg,
.cta .cta_inner .form svg {
  position: absolute;
  left: 50%;
}
.cta .cta_inner .tel div,
.cta .cta_inner .form div {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Montserrat";
  font-size: 26px;
  letter-spacing: 0.78px;
  font-weight: 600;
  border-radius: 80px;
  padding: 5px 55px;
  color: #221815;
}
.cta .cta_inner .tel div img,
.cta .cta_inner .form div img {
  display: inline-block;
}
.cta .cta_inner .tel span,
.cta .cta_inner .form span {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.36px;
  display: block;
  text-align: center;
  margin-top: 3px;
}

.cta_fv .tel p {
  background-color: #fff;
}
.cta_fv .tel svg path {
  fill: #fff;
}
.cta_fv .tel div {
  background-color: #40c9ac;
  border: 3px solid #fff;
}
.cta_fv .form p {
  background-color: #40c9ac;
}
.cta_fv .form svg path {
  fill: #40c9ac;
}
.cta_fv .form div {
  background-color: #fff;
  border: 3px solid #40c9ac;
}

.cta_worries .tel p {
  background-color: #fff;
}
.cta_worries .tel svg path {
  fill: #fff;
}
.cta_worries .tel div {
  background-color: #ffab68;
  border: 3px solid #fff;
}
.cta_worries .form p {
  background-color: #ffab68;
}
.cta_worries .form svg path {
  fill: #ffab68;
}
.cta_worries .form div {
  background-color: #fff;
  border: 3px solid #ffab68;
}

.cta_price .hosoku {
  padding-top: 50px;
  text-align: center;
  color: #fff;
}
.cta_price .tel p {
  background-color: #fff;
}
.cta_price .tel svg path {
  fill: #fff;
}
.cta_price .tel div {
  background-color: #7cacfc;
  border: 3px solid #fff;
}
.cta_price .form p {
  background-color: #7cacfc;
}
.cta_price .form svg path {
  fill: #7cacfc;
}
.cta_price .form div {
  background-color: #fff;
  border: 3px solid #7cacfc;
}

.cta_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .cta_sp {
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 99999;
  }
  .cta_sp .cta_inner {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cta_sp .cta_inner .tel {
    flex-basis: 50%;
    position: relative;
    background-color: #221815;
  }
  .cta_sp .cta_inner .tel div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: "Montserrat";
    font-size: 16px;
    letter-spacing: 0.78px;
    font-weight: 600;
    color: #fff;
    padding: 5px;
  }
  .cta_sp .cta_inner .tel div img {
    display: inline-block;
    width: 15px;
  }
  .cta_sp .cta_inner .tel span {
    font-family: "Montserrat";
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.36px;
    display: block;
    text-align: center;
    padding-bottom: 5px;
  }
  .cta_sp .cta_inner .form {
    flex-basis: 50%;
    position: relative;
    background-color: #d9d9d9;
  }
  .cta_sp .cta_inner .form div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: "Montserrat";
    font-size: 16px;
    letter-spacing: 0.78px;
    font-weight: 600;
    padding: 5px;
    color: #221815;
  }
  .cta_sp .cta_inner .form div img {
    display: inline-block;
    width: 15px;
  }
  .cta_sp .cta_inner .form span {
    font-family: "Montserrat";
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.36px;
    display: block;
    text-align: center;
    color: #221815;
    padding-bottom: 5px;
  }
}

.cta_message {
  background-color: #fff823;
  text-align: center;
}
.cta_message > div {
  position: relative;
  display: inline-block;
}
.cta_message > div .hukidashi {
  position: absolute;
  top: 30px;
  left: -25%;
  padding: 6px 10px 5px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  .cta_message > div .hukidashi {
    top: -23px;
    left: -10px;
    padding: 6px 10px 3px;
  }
}
.cta_message > div .hukidashi p {
  position: relative;
  font-size: 17px;
  letter-spacing: 1px;
}
@media screen and (max-width: 599px) {
  .cta_message > div .hukidashi p {
    font-size: 13px;
  }
}
.cta_message > div .hukidashi p::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #fff;
  border-right: 0;
  border-radius: 2px;
}
@media screen and (max-width: 599px) {
  .cta_message > div .hukidashi p::before {
    top: auto;
    bottom: -10px;
    right: 16px;
    rotate: 90deg;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
  }
}
.cta_message > div > p {
  font-size: 29px;
  letter-spacing: 1px;
  text-align: center;
  padding: 30px 0 16px;
}
@media screen and (max-width: 599px) {
  .cta_message > div > p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    padding: 20px 0 10px;
  }
}
.cta_message > div > p span {
  font-size: 32px;
}
@media screen and (max-width: 599px) {
  .cta_message > div > p span {
    font-size: 16px;
  }
}
.cta_message > div > p .dotto {
  position: relative;
}
.cta_message > div > p .dotto::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .cta_message > div > p .dotto::before {
    width: 4px;
    top: -7px;
  }
}
@media screen and (max-width: 599px) {
  .cta_message.u-pc {
    display: none;
  }
}

/*************************************************
スライド
*************************************************/
#slide {
  margin: 30px auto 60px;
}
@media screen and (max-width: 599px) {
  #slide {
    margin-bottom: 120px;
  }
}
#slide p {
  width: fit-content;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
}
#slide p span {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
}
#slide p::before {
  content: url(../images/left.svg);
  position: absolute;
  left: -40px;
}
#slide p::after {
  content: url(../images/right.svg);
  position: absolute;
  right: -40px;
}

/*************************************************
悩み
*************************************************/
#worries {
  position: relative;
  padding-top: 80px;
  background-color: #fffcf3;
  padding-bottom: 60px;
}
@media screen and (max-width: 599px) {
  #worries {
    padding-top: 60px;
  }
}
#worries .w_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 43.6111111111vw;
}
@media screen and (max-width: 599px) {
  #worries .w_bg {
    display: none;
  }
}
#worries .section_inner {
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #worries .section_inner {
    padding: 0 20px;
  }
}
#worries .section_inner .worries_treat_01 {
  position: absolute;
  left: 0;
  top: 80px;
}
@media screen and (max-width: 599px) {
  #worries .section_inner .worries_treat_01 {
    width: 80px;
    top: -80px;
    left: 15px;
  }
}
#worries .section_inner .worries_treat_02 {
  position: absolute;
  right: 15px;
  top: 80px;
}
@media screen and (max-width: 599px) {
  #worries .section_inner .worries_treat_02 {
    width: 60px;
    top: -80px;
  }
}
#worries .section_inner .worries_ttl h2 {
  width: fit-content;
  margin: 0 auto 30px;
}
@media screen and (max-width: 599px) {
  #worries .section_inner .worries_ttl h2 img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
#worries .section_inner .worries_ttl span {
  display: block;
  font-family: senobi-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #7b7b7b;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1.263px;
  text-align: center;
  margin-bottom: 30px;
  transform: rotate(-3deg);
}
@media screen and (max-width: 599px) {
  #worries .section_inner .worries_ttl span {
    font-size: 18px;
  }
}
#worries .section_inner .worries_ttl p {
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width: 599px) {
  #worries .section_inner .worries_ttl p img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
#worries .section_inner .worries_img {
  width: fit-content;
  margin: 0 auto 50px;
}
#worries .section_inner .worries_img img {
  display: block;
}
@media screen and (max-width: 599px) {
  #worries .section_inner .worries_img img {
    width: 100%;
    margin: 0 auto;
  }
}
#worries .section_inner .solution .solution_ttl {
  margin-bottom: 60px;
}
#worries .section_inner .solution .solution_ttl span {
  font-family: senobi-gothic, sans-serif;
  font-size: 32px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #worries .section_inner .solution .solution_ttl span {
    font-size: 20px;
  }
}
#worries .section_inner .solution .solution_ttl img {
  display: block;
  margin: 0 auto 45px;
}
@media screen and (max-width: 599px) {
  #worries .section_inner .solution .solution_ttl img {
    width: 100%;
  }
}
#worries .section_inner .solution .solution_ttl p {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  #worries .section_inner .solution .solution_ttl p {
    font-size: 18px;
  }
}
#worries .section_inner .solution .solution_ttl p::before {
  content: url(../images/coz.svg);
  position: absolute;
  left: -5px;
  top: -10px;
}
@media screen and (max-width: 599px) {
  #worries .section_inner .solution .solution_ttl p::before {
    left: -15px;
    top: -30px;
  }
}
#worries .section_inner .material_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  #worries .section_inner .material_wrap {
    align-items: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  #worries .section_inner .material_wrap .material_inner {
    flex-basis: 30%;
  }
}
#worries .section_inner .material_wrap .material_inner span {
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #worries .section_inner .material_wrap .material_inner span {
    font-size: 20px;
  }
}
#worries .section_inner .material_wrap .material_inner p {
  text-align: center;
}
@media screen and (max-width: 599px) {
  #worries .section_inner .material_wrap .material_inner p {
    font-size: 14px;
  }
}
#worries .section_inner .solution_plan {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto 60px;
  color: #FF8F36;
  padding: 16px 20px;
}
#worries .section_inner .solution_plan p {
  font-family: "Senobi Gothic";
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.72px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #worries .section_inner .solution_plan p {
    font-size: 22px;
  }
}
#worries .section_inner .solution_plan p span {
  font-size: 36px;
  letter-spacing: -1.08px;
}
#worries .section_inner .solution_plan::before {
  position: absolute;
  content: url(../images/kigo_01.svg);
  top: -6%;
}
#worries .section_inner .solution_plan::after {
  position: absolute;
  content: url(../images/kigo_02.svg);
  bottom: -10%;
  right: 0%;
}
#worries .section_inner .sample_btn {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
}
#worries .section_inner .sample_btn:hover img {
  scale: 1.2;
  transition: all 0.3s;
}
#worries .section_inner .sample_btn img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #worries .section_inner .sample_btn img {
    width: 100%;
  }
}

/*************************************************
制作実績
*************************************************/
#works {
  position: relative;
  padding-top: 120px;
  margin-bottom: 190px;
}
@media screen and (max-width: 599px) {
  #works {
    margin-bottom: 120px;
  }
}
#works h2 {
  text-align: center;
  margin-bottom: 60px;
}
#works h2 img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #works h2 img {
    height: 40px;
    width: auto;
  }
}
#works .works_inner {
  margin-left: 161px;
}
@media screen and (max-width: 599px) {
  #works .works_inner {
    margin-left: 0;
    padding-left: 20px;
  }
}
#works .works_inner ul {
  overflow-x: auto;
  display: flex;
  gap: 50px;
  padding-bottom: 60px;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 599px) {
  #works .works_inner ul {
    gap: 30px;
  }
}
#works .works_inner ul li iframe {
  width: 400px;
  height: 225px;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  #works .works_inner ul li iframe {
    width: 200px;
    height: 113px;
  }
}
#works .works_inner ul li .works_name {
  margin-top: 15px;
}
#works .works_inner ul li .works_name p {
  display: flex;
  gap: 10px;
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  #works .works_inner ul li .works_name p {
    font-size: 16px;
  }
}
#works .works_inner ul li .works_name span {
  display: flex;
  gap: 10px;
  color: #777777;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #works .works_inner ul li .works_name span {
    font-size: 14px;
  }
}
#works .video-thumbnail {
  position: relative;
  width: 400px;
  height: 225px;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  #works .video-thumbnail {
    width: 200px;
    height: 113px;
  }
}
#works .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#works .video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
#works .video-thumbnail .play-button:hover .play-button-bg {
  fill: #ff0000;
}
#works .video-thumbnail .play-button svg .play-button-bg {
  fill: #212121;
}
#works .video-thumbnail .play-button svg .play-button-icon {
  fill: #ffffff;
}
#works .works_triangle_01 {
  position: absolute;
  z-index: 0;
  left: 0.2083333333vw;
  top: 32.9861111111vw;
}
@media screen and (max-width: 599px) {
  #works .works_triangle_01 {
    width: 40px;
  }
}
#works .works_triangle_02 {
  position: absolute;
  z-index: -1;
  right: 0.2083333333vw;
  top: 1.3888888889vw;
}
@media screen and (max-width: 599px) {
  #works .works_triangle_02 {
    width: 70px;
  }
}
#works .works_triangle_03 {
  position: absolute;
  z-index: -1;
  right: 0vw;
  bottom: -10.4166666667vw;
}
@media screen and (max-width: 599px) {
  #works .works_triangle_03 {
    width: 60px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.modal .modal-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 200px auto 100px;
}
.modal .modal-content .close-modal {
  position: absolute;
  right: -40px;
  top: -40px;
  color: #fff;
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
}
.modal .modal-content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.modal .modal-content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*************************************************
料金
*************************************************/
#price {
  position: relative;
  margin-bottom: 120px;
  background: #f9fbff;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #price {
    padding: 60px 0 0;
  }
}
#price .price_bg {
  display: block;
  width: 100%;
  position: absolute;
  z-index: -5;
  height: 270px;
  top: -270px;
  left: 0;
}
@media screen and (max-width: 599px) {
  #price .price_bg {
    display: none;
  }
}
#price .section_inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #price .section_inner {
    padding: 0 20px;
  }
}
#price .section_inner h2 {
  width: fit-content;
  margin: 0 auto 60px;
}
#price .section_inner h2 img {
  display: block;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  #price .section_inner h2 img {
    height: 40px;
    width: auto;
  }
}
#price .section_inner .price_wrap {
  position: relative;
  z-index: -15;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 140px;
}
@media screen and (max-width: 599px) {
  #price .section_inner .price_wrap {
    display: block;
  }
}
#price .section_inner .price_wrap .price_inner {
  max-width: 340px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  #price .section_inner .price_wrap .price_inner {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
#price .section_inner .price_wrap .price_inner span {
  display: block;
  font-size: 28px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
  padding: 8px 0;
  color: #fff;
}
#price .section_inner .price_wrap .price_inner .price_content {
  padding: 80px 30px;
}
@media screen and (max-width: 599px) {
  #price .section_inner .price_wrap .price_inner .price_content {
    padding: 40px 20px;
  }
}
#price .section_inner .price_wrap .price_inner .price_content .plan {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #price .section_inner .price_wrap .price_inner .price_content .plan {
    font-size: 20px;
  }
}
#price .section_inner .price_wrap .price_inner .price_content p {
  color: #221815;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  #price .section_inner .price_wrap .price_inner .price_content p {
    margin-bottom: 30px;
  }
}
#price .section_inner .price_wrap .price_inner .price_content .kakaku {
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  #price .section_inner .price_wrap .price_inner .price_content .kakaku {
    font-size: 36px;
  }
}
#price .section_inner .price_wrap .price_inner .price_content .kakaku span {
  font-size: 24px;
  display: inline-block;
  background: none;
  color: #221815;
}
#price .section_inner .price_wrap .price_l {
  border: 1px solid #bed6fe;
}
#price .section_inner .price_wrap .price_l span {
  background: #bed6fe;
}
#price .section_inner .price_wrap .price_s {
  border: 1px solid #9dc1fd;
}
#price .section_inner .price_wrap .price_s span {
  background: #9dc1fd;
}
#price .section_inner .price_wrap .price_p {
  border: 1px solid #7cacfc;
}
#price .section_inner .price_wrap .price_p span {
  background: #7cacfc;
}
#price .cta_price_img {
  position: absolute;
  left: 17.5vw;
  bottom: 22.5694444444vw;
  z-index: -10;
}
@media screen and (max-width: 599px) {
  #price .cta_price_img {
    width: 80px;
    bottom: -100px;
    left: 20px;
  }
}

/*************************************************
強み
*************************************************/
#strengths {
  margin-bottom: 200px;
}
#strengths .section_inner {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #strengths .section_inner {
    padding: 0 20px;
  }
}
#strengths .section_inner h2 {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #strengths .section_inner h2 {
    margin-bottom: 60px;
  }
}
#strengths .section_inner h2 img {
  display: block;
}
@media screen and (max-width: 599px) {
  #strengths .section_inner h2 img {
    height: 40px;
    width: auto;
  }
}
#strengths .section_inner .strengths_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  #strengths .section_inner .strengths_wrap {
    display: block;
  }
}
#strengths .section_inner .strengths_wrap .strengths_inner {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #strengths .section_inner .strengths_wrap .strengths_inner {
    max-width: 100%;
    margin-bottom: 60px;
  }
}
#strengths .section_inner .strengths_wrap .strengths_inner img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #strengths .section_inner .strengths_wrap .strengths_inner img {
    width: 200px;
    margin: 0 auto 20px;
  }
}
#strengths .section_inner .strengths_wrap .strengths_inner h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
#strengths .section_inner .strengths_wrap .strengths_inner p {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  #strengths .section_inner .strengths_wrap .strengths_inner p {
    text-align: center;
  }
}
#strengths .section_inner .strengths_wrap .strengths_inner p span {
  color: #f18a9e;
}
#strengths .section_inner .strengths_wrap .strengths_inner:nth-child(2) {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  #strengths .section_inner .strengths_wrap .strengths_inner:nth-child(2) {
    margin-top: 0;
  }
}
#strengths .section_inner .strengths_wrap .strengths_inner:nth-child(3) {
  margin-top: 120px;
}
@media screen and (max-width: 599px) {
  #strengths .section_inner .strengths_wrap .strengths_inner:nth-child(3) {
    margin-top: 0;
  }
}
#strengths .section_inner .genre {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background-color: #fce6ea;
  padding: 35px 100px;
  box-shadow: 10px 10px 0px 0px #f18a9e;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #strengths .section_inner .genre {
    padding: 15px 30px;
  }
}
#strengths .section_inner .genre h4 {
  font-size: 32px;
  text-align: center;
  font-family: senobi-gothic, sans-serif;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #221815;
}
#strengths .section_inner .genre ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  #strengths .section_inner .genre ul {
    gap: 15px;
  }
}
#strengths .section_inner .genre ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}
#strengths .section_inner .genre .genre_01 {
  display: block;
  position: absolute;
  bottom: 0;
  left: -17px;
}
@media screen and (max-width: 599px) {
  #strengths .section_inner .genre .genre_01 {
    width: 40px;
    left: 0;
  }
}
#strengths .section_inner .genre .genre_02 {
  display: block;
  position: absolute;
  top: -47px;
  right: -27px;
}
@media screen and (max-width: 599px) {
  #strengths .section_inner .genre .genre_02 {
    width: 60px;
    right: 0;
  }
}
#strengths .section_inner .genre_text {
  font-size: 20px;
  text-align: center;
  font-family: senobi-gothic, sans-serif;
}
@media screen and (max-width: 599px) {
  #strengths .section_inner .genre_text {
    padding: 0 20px;
  }
}

/*************************************************
流れ
*************************************************/
#flow {
  margin-bottom: 270px;
  position: relative;
}
@media screen and (max-width: 599px) {
  #flow {
    margin-bottom: 200px;
  }
}
#flow .flow_bg {
  position: absolute;
  left: 0;
  top: -230px;
}
@media screen and (max-width: 599px) {
  #flow .flow_bg {
    display: none;
  }
}
#flow .section_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  #flow .section_inner {
    padding: 0 20px;
  }
}
#flow .section_inner .flow_img_01 {
  position: absolute;
  display: block;
  left: 0;
  top: 250px;
}
@media screen and (max-width: 599px) {
  #flow .section_inner .flow_img_01 {
    width: 80px;
    top: 0;
  }
}
#flow .section_inner .flow_img_02 {
  position: absolute;
  display: block;
  right: 0;
  bottom: 100px;
}
@media screen and (max-width: 599px) {
  #flow .section_inner .flow_img_02 {
    width: 70px;
    bottom: -140px;
  }
}
#flow .section_inner h2 {
  width: fit-content;
  margin: 0 auto 80px;
}
@media screen and (max-width: 599px) {
  #flow .section_inner h2 img {
    height: 40px;
    width: auto;
  }
}
#flow .section_inner .flow_list {
  position: relative;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 75px 100px;
}
@media screen and (max-width: 599px) {
  #flow .section_inner .flow_list {
    display: block;
    padding: 0 20px;
  }
  #flow .section_inner .flow_list::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    background-color: #09c699;
    z-index: -1;
    left: 60px;
  }
}
#flow .section_inner .flow_list li {
  position: relative;
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #flow .section_inner .flow_list li {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
#flow .section_inner .flow_list li img {
  max-width: 200px;
  width: 100%;
  display: block;
  margin: 0 auto 15px;
}
@media screen and (max-width: 599px) {
  #flow .section_inner .flow_list li img {
    max-width: 80px;
  }
}
#flow .section_inner .flow_list li span {
  display: block;
  color: #35c9a6;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #flow .section_inner .flow_list li span {
    text-align: left;
  }
}
#flow .section_inner .flow_list li h3 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  #flow .section_inner .flow_list li h3 {
    text-align: left;
  }
}
#flow .section_inner .flow_list li p {
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #flow .section_inner .flow_list li p {
    text-align: left;
  }
}
#flow .section_inner .flow_list li:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background: #09c699;
  top: 100px;
  z-index: -1;
  right: -120px;
}
@media screen and (max-width: 599px) {
  #flow .section_inner .flow_list li:nth-child(1)::after {
    content: none;
  }
}
#flow .section_inner .flow_list li:nth-child(3)::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background-image: linear-gradient(to right, #09c699 50%, transparent 50%);
  background-size: 8px 2px; /* 点の間隔と高さ */
  background-repeat: repeat-x;
  top: 100px;
  z-index: -1;
  right: -95px;
}
@media screen and (max-width: 599px) {
  #flow .section_inner .flow_list li:nth-child(3)::after {
    content: none;
  }
}
#flow .section_inner .flow_list li:nth-child(4)::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background-image: linear-gradient(to right, #09c699 50%, transparent 50%);
  background-size: 8px 2px; /* 点の間隔と高さ */
  background-repeat: repeat-x;
  top: 100px;
  z-index: -1;
  left: -120px;
}
@media screen and (max-width: 599px) {
  #flow .section_inner .flow_list li:nth-child(4)::before {
    content: none;
  }
}
#flow .section_inner .flow_list li:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background: #09c699;
  top: 100px;
  z-index: -1;
  right: -120px;
}
@media screen and (max-width: 599px) {
  #flow .section_inner .flow_list li:nth-child(2)::after {
    content: none;
  }
}
#flow .section_inner .flow_list li:nth-child(4)::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background: #09c699;
  top: 100px;
  z-index: -1;
  right: -120px;
}
@media screen and (max-width: 599px) {
  #flow .section_inner .flow_list li:nth-child(4)::after {
    content: none;
  }
}
#flow .section_inner .flow_list li:nth-child(5)::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background: #09c699;
  top: 100px;
  z-index: -1;
  right: -120px;
}
@media screen and (max-width: 599px) {
  #flow .section_inner .flow_list li:nth-child(5)::after {
    content: none;
  }
}

/*************************************************
faq
*************************************************/
#faq {
  position: relative;
  margin-bottom: 265px;
}
@media screen and (max-width: 599px) {
  #faq {
    margin-bottom: 120px;
  }
}
#faq .faq_triangle_01 {
  position: absolute;
  right: 2.0833333333vw;
  top: -11.1111111111vw;
}
@media screen and (max-width: 599px) {
  #faq .faq_triangle_01 {
    width: 80px;
    top: -50px;
  }
}
#faq .faq_triangle_02 {
  position: absolute;
  right: 3.4722222222vw;
  top: -6.9444444444vw;
}
@media screen and (max-width: 599px) {
  #faq .faq_triangle_02 {
    width: 60px;
    right: 0;
    top: 20px;
  }
}
#faq .section_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #faq .section_inner {
    display: block;
    padding: 0 20px;
  }
}
#faq .section_inner div h2 {
  margin-bottom: 330px;
}
@media screen and (max-width: 599px) {
  #faq .section_inner div h2 {
    margin-bottom: 80px;
  }
  #faq .section_inner div h2 img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  #faq .section_inner div .faq_img {
    display: none;
  }
}
#faq .section_inner .faq_wrap {
  max-width: 700px;
  width: 100%;
}
#faq .section_inner .faq_wrap .qa-8 .faq-item {
  margin-bottom: 15px;
}
#faq .section_inner .faq_wrap .qa-8 dt {
  padding: 15px 30px;
  color: #333333;
  font-weight: 600;
  background: rgba(109, 213, 237, 0.4);
  font-size: 20px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  #faq .section_inner .faq_wrap .qa-8 dt {
    font-size: 16px;
  }
}
#faq .section_inner .faq_wrap .qa-8 dt span {
  display: inline-block;
  color: #3fa2bc;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 600;
  margin-right: 15px;
}
@media screen and (max-width: 599px) {
  #faq .section_inner .faq_wrap .qa-8 dt span {
    font-size: 24px;
  }
}
#faq .section_inner .faq_wrap .qa-8 dt .accordion-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  /* 横線 */
  /* 縦線 */
}
#faq .section_inner .faq_wrap .qa-8 dt .accordion-icon::before, #faq .section_inner .faq_wrap .qa-8 dt .accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #3fa2bc;
  transition: transform 0.25s ease-out;
}
#faq .section_inner .faq_wrap .qa-8 dt .accordion-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
#faq .section_inner .faq_wrap .qa-8 dt .accordion-icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
#faq .section_inner .faq_wrap .qa-8 dt.active {
  border-radius: 4px 4px 0 0;
}
#faq .section_inner .faq_wrap .qa-8 dt.active .accordion-icon::after {
  transform: rotate(90deg);
}
#faq .section_inner .faq_wrap .qa-8 dt:hover {
  background: rgba(109, 213, 237, 0.5);
}
#faq .section_inner .faq_wrap .qa-8 dd {
  display: none;
  margin-top: -5px;
  padding: 15px 30px;
  background: rgba(109, 213, 237, 0.1);
  color: #333333;
  border-radius: 0 0 4px 4px;
}
#faq .section_inner .faq_wrap .qa-8 .faq-item:first-child dt {
  border-radius: 4px 4px 0 0;
}
#faq .section_inner .faq_wrap .qa-8 .faq-item:first-child dt .accordion-icon::after {
  transform: rotate(90deg);
}
#faq .section_inner .faq_wrap .qa-8 .faq-item:first-child dd {
  display: block;
}

/*************************************************
contact
*************************************************/
#contact {
  margin-bottom: 120px;
}
#contact .section_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #contact .section_inner {
    padding: 0 20px;
  }
}
#contact .section_inner h2 {
  width: fit-content;
  margin: 0 auto 80px;
}
#contact .section_inner h2 img {
  display: block;
}
@media screen and (max-width: 599px) {
  #contact .section_inner h2 img {
    height: 40px;
    width: auto;
  }
}
#contact .section_inner .contact_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #contact .section_inner .contact_wrap {
    display: block;
  }
}
#contact .section_inner .contact_wrap .contact_left .contact_img_01 {
  display: block;
  margin-top: 50px;
  margin-bottom: 30px;
}
#contact .section_inner .contact_wrap .contact_left .message {
  padding: 20px 30px;
  width: 470px;
  height: 100px;
  background: #ededed;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #contact .section_inner .contact_wrap .contact_left .message {
    width: 100%;
    height: auto;
    font-size: 14px;
  }
}
#contact .section_inner .contact_wrap .contact_left .tel {
  margin-bottom: 100px;
  display: block;
  position: relative;
  width: fit-content;
  margin-left: 50px;
}
@media screen and (max-width: 599px) {
  #contact .section_inner .contact_wrap .contact_left .tel {
    margin: 0 auto 60px;
  }
}
#contact .section_inner .contact_wrap .contact_left .tel p {
  color: #221815;
  font-size: 14px;
  letter-spacing: 0.42px;
  padding: 5px 30px;
  border-radius: 30px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: fit-content;
}
#contact .section_inner .contact_wrap .contact_left .tel svg {
  position: absolute;
  left: 50%;
}
#contact .section_inner .contact_wrap .contact_left .tel svg path {
  fill: #fff;
}
#contact .section_inner .contact_wrap .contact_left .tel div {
  width: 350px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Montserrat";
  font-size: 25px;
  letter-spacing: 0.78px;
  font-weight: 600;
  border-radius: 80px;
  padding: 5px 55px;
  color: #221815;
  background-color: #bf95ce;
  color: #fff;
}
#contact .section_inner .contact_wrap .contact_left .tel div img {
  display: inline-block;
}
#contact .section_inner .contact_wrap .contact_left .tel span {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.36px;
  display: block;
  text-align: center;
  margin-top: 3px;
}
#contact .section_inner .contact_wrap .contact_left .contact_img_02 {
  display: block;
  margin-left: 50px;
}
@media screen and (max-width: 599px) {
  #contact .section_inner .contact_wrap .contact_left .contact_img_02 {
    display: none;
  }
}
#contact .section_inner .contact_wrap .contact_right {
  height: 100%;
  max-width: 650px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 60px 75px;
}
@media screen and (max-width: 599px) {
  #contact .section_inner .contact_wrap .contact_right {
    padding: 30px 10px;
  }
}

.thanks {
  margin-top: 60px;
}
.thanks .contact_thanks {
  padding: 120px 75px !important;
  height: fit-content;
}
@media screen and (max-width: 599px) {
  .thanks .contact_thanks {
    padding: 60px 10px !important;
  }
}
.thanks .contact_thanks h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
}
.thanks .contact_thanks p {
  text-align: center;
}

/*************************************************
footer
*************************************************/
footer {
  background: #221815;
}
footer .footer_inner {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  footer .footer_inner {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 599px) {
  footer .footer_inner a {
    display: block;
    width: 100px;
  }
}
footer .footer_inner small {
  font-family: "Montserrat";
  color: #fff;
}
@media screen and (max-width: 599px) {
  footer .footer_inner small {
    font-size: 10px;
  }
}

/*************************************************
会社概要
*************************************************/
#company {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 599px) {
  #company {
    padding: 0 15px;
  }
}
#company .inner .ttl_wrap02 h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
#company .inner table {
  border: 1px solid #707070;
}
#company .inner table, #company .inner tbody {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
}
#company .inner tr {
  display: flex;
  border-bottom: 1px solid #707070;
}
#company .inner tr:last-child {
  border-bottom: none;
}
@media screen and (max-width: 599px) {
  #company .inner tr {
    display: block;
  }
}
#company .inner tr th {
  width: 300px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 599px) {
  #company .inner tr th {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #707070;
    text-align: center;
  }
  #company .inner tr th:last-child {
    border-bottom: none;
  }
}
#company .inner tr td {
  width: 100%;
  padding: 1rem;
}
@media screen and (max-width: 599px) {
  #company .inner tr td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  #company .inner .sp_none {
    display: none;
  }
}