@charset "UTF-8";

/*====================================================
animation
=====================================================*/
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.bounce-up {
  opacity: 0;
  transform: translateY(50px) scale(0.7);
}

.bounce-up.is-visible {
  animation: bounceIn 0.6s ease forwards;
  opacity: 1;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.7);
  }
  60% {
    opacity: 1;
    transform: translateY(0) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/*====================================================
loading
=====================================================*/
.load-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  text-align: center;
}

.load-logo-icon {
  width: 70px;
  margin: 0 auto 30px;
  animation: spin 5s linear infinite;
  transform-origin: center center;
  will-change: transform;
}

.load-logo-txt {
  width: 300px;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0);
}

.yt-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e55354;
  z-index: 9999;
  transform-origin: top;
}

/*====================================================

Font

=====================================================*/

.youho-tube {
  .en {
    font-family: "Poppins", sans-serif;
  }
}

/*====================================================

Header

=====================================================*/

.header {
  width: 100%;
}

.header-nav-wrap a {
  transition-duration: 0.3s;
}

.header-nav-wrap a:hover {
  color: #e55354;
}

/*====================================================

Common

=====================================================*/

.youho-tube {
  background-color: #f7f5ed;

  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  li,
  a,
  dt,
  dd,
  input {
    font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #362313;
  }

  img {
    width: 100%;
  }

  .yt-inner01 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }

  .yt-inner02 {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }

  .yt-inner03 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
  }

  .yt-inner04 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }

  .yt-inner05 {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

  .ttl01-wrap {
    margin-bottom: 60px;
  }

  .ttl01-wrap .ttl01-en {
    text-align: center;
    font-size: 4.6rem;
    font-weight: bold;
  }

  .ttl01-wrap .ttl01-ja {
    font-weight: 800;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.05em;
  }

  .w-txt {
    color: #fff !important;
  }

  .r-txt {
    color: #dd4247;
  }

  .b-txt {
    color: #258adc;
  }

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

  .btn01 a {
    display: block;
    background-color: #e55354;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 999px;
    transition-duration: 0.3s;
    border: 2px solid #e55354;
    max-width: 400px;
    margin: 0 auto;
  }

  .btn01 a i {
    margin-right: 5px;
  }

  .btn01 a:hover {
    background-color: #fff;
    color: #e55354;
  }

  .btn02 a {
    display: block;
    background-color: #e55354;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 999px;
    margin-top: 30px;
    transition-duration: 0.3s;
    border: 2px solid #e55354;
  }

  .btn02 a i {
    margin-left: 5px;
  }

  .btn02 a:hover {
    background-color: #fff;
    color: #e55354;
  }

  .page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    width: 80px;
    height: auto;
  }

  .side-bnr {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    z-index: 10;
    transition-duration: 0.3s;
  }

  .side-bnr:hover {
    opacity: 0.7;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/*====================================================

HEADER

=====================================================*/

.header {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 60px;
  width: 90%;
  align-items: center;
  padding: 0;
}

.logo {
  width: 320px;
}

.logo img {
  transition-duration: 0.3s;
}

.logo img:hover {
  opacity: 0.7;
}

.header-nav-wrap {
  padding: 20px 25px;
  background-color: #fff;
  border-radius: 999px;

  li {
    padding: 0 10px;
  }

  a {
    font-size: 1.4rem;
    font-weight: bold;
  }
}

/*====================================================

MV

=====================================================*/

.youho-tube {
  .mv {
    position: relative;
    width: 100%;
    padding-bottom: 0;
    z-index: 5;
  }

  .mv-lead-wrap {
    overflow: hidden;
  }

  .mv-inner {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 240px 20px 140px;
    align-items: center;
  }

  .mv-catch {
    width: 50%;
    margin: 0;
  }

  .cta-btn01 {
    margin-top: 40px;
  }

  .cta-btn01 a {
    display: inline-block;
    background-color: #e55354;
    color: #fff;
    font-size: 2rem;
    padding: 10px 15px;
    transition-duration: 0.3s;
    border: 2px solid #e55354;
    border-radius: 999px;
    max-width: 400px;
    width: 100%;
    text-align: center;
  }

  .cta-btn01 a i {
    margin-right: 5px;
  }

  .cta-btn01 a:hover {
    background-color: #fff;
    color: #e55354;
  }

  .mv-mov-wrap {
    width: 45%;
  }

  .mv-mov {
    width: 45%;
    border-radius: 20px;
  }

  .mv-mov02 {
    position: relative;
  }

  .mv-illust02 {
    position: absolute;
    z-index: 2;
    bottom: -20px;
    right: -20px;
    width: 180px;
    z-index: 1;
  }

  video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: contain;
  }

  .catch {
    font-size: 7rem;
    font-weight: 800;
    letter-spacing: 0em;
  }

  .sub-catch {
    font-size: 2rem;
    margin-top: 40px;
    font-weight: 700;
  }
}

/*====================================================

SP MENU

=====================================================*/

button {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: 0;
  background: transparent;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button:hover {
  cursor: pointer;
}

.sp-btn {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 35px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 105;
}

.btn-line {
  width: 100%;
  height: 3px;
  background-color: #e55354;
  position: relative;
  transition: 0.2s;
}

.btn-line::before,
.btn-line::after {
  position: absolute;
  transition: 0.5s;
}

.btn-line::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e55354;
  transform: translateY(-12px);
}

.btn-line::after {
  content: "menu";
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  transform: translateY(8px);
  color: #e55354;
}

.btn-line.open::after {
  transform: translateY(0);
}

.btn-line.open {
  transition: 0.5s;
}

.btn-line.open::before {
  content: "";
  background-color: #ffffff;
}

.btn-line.open::after {
  content: "close";
  color: #ffffff;
}

.sp-menu-wrap {
  position: fixed;
  transform: translateX(100%);
  width: 100%;
  top: 0;
  height: 100vh;
  right: 0;
  background-color: #e55354;
  transition: transform 0.3s;
  z-index: 100;
}

.sp-menu-wrap.open {
  transform: translateX(0);
}

.sp-menu {
  margin-top: 60px;
}

.sp-menu li {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.sp-menu li a {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}

.sp-menu li:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  cursor: pointer;
}

.sp-btn,
.sp-menu-wrap {
  display: none;
}

/*====================================================

なぜ動画

=====================================================*/

.lead-section {
  position: relative;
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/ameba01.png);
  background-position: top center;
  background-size: 600px auto;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}

.lead-head {
  margin-bottom: 40px;
}

.lead-head,
.lead-head span {
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.05em;
}

.lead-img-wrap01 {
  position: absolute;
  left: 0;
  top: 0px;
  width: 25%;
  height: auto;
  z-index: 1;
}

.lead-img-wrap02 {
  position: absolute;
  right: 0;
  bottom: 150px;
  width: 25%;
  height: auto;
  z-index: 1;
}

.lead-img01,
.lead-img02 {
  position: relative;
}

.lead-img01 img {
  border-radius: 0 30px 30px 0;
}

.lead-img02 img {
  border-radius: 30px 0 0 30px;
}

.stand-wrap {
  position: absolute;
  top: -168px;
  left: 100px;
}

.stand {
  position: relative;
}

.stand img {
  height: 170px;
  width: auto;
  border-radius: 0;
}

.stand-sp {
  display: none;
}

.light {
  position: absolute;
  left: 124px;
  top: -915px;
  height: auto;
  z-index: 1;
}

.light img {
  display: block;
  height: 1000px;
  width: auto;
  --origin-x: 2%;
  --origin-y: 98.5%;
  transform-origin: var(--origin-x) var(--origin-y);
  opacity: 0;
  transform: scale(0.001);
}

.lead-illust {
  position: absolute;
  top: -240px;
  right: 140px;
}

.lead-illust img {
  height: 240px;
  width: auto;
  border-radius: 0;
}

.lead-txt {
  max-width: 650px;
  margin: 0 auto;
}
.lead-txt p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2em;
}

.lead-btn {
  margin-top: 40px;
}

.lead-txt .lead-txt02 {
  text-align: center;
  margin-top: 20px;
  font-size: 2.8rem;
}

.lead-illust02 {
  position: absolute;
  bottom: 0;
  left: 200px;
  width: 270px;
  height: auto;
  z-index: -1;
}

/*====================================================

選ばれる理由

=====================================================*/

.reason-section {
  padding: 0 60px 0;
  overflow: hidden;
}

.reason-inner {
  padding: 100px 25px;
  border-radius: 40px;
  width: calc(100% - 100px);
  margin: 0 auto;
  background-color: #fff;
}

.reason-box {
  width: 30%;
}

.reason-illust {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 20px;
}

.reason-head {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  position: relative;
}

.reason-head::after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  background-color: #2083d4;
  margin: 0 auto;
}

/*====================================================

コンテンツ例

=====================================================*/

.ex-section {
  padding: 150px 0 200px;
  position: relative;
}

.ex-block {
  position: relative;
  align-items: flex-start;
}

.ex-ttl {
  width: 140px;
  position: sticky;
  top: 150px;
  align-self: flex-start;
}

.ex-ttl-en {
  font-size: 7rem;
  letter-spacing: 0.05em;
  font-weight: 800;
  writing-mode: vertical-rl;
  line-height: 1em;
}

.ex-ttl-ja {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 800;
  writing-mode: vertical-rl;
}

.ex-content {
  width: calc(100% - 240px);
}

.tab-panel-a .panel {
  display: none;
}
.tab-panel-a .panel.is-show {
  display: block;
}
.tab-panel-a .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab-panel-a .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  padding: 10px 25px;
  font-weight: 700;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  border-radius: 999px;
  background-color: #fff;
}
.tab-panel-a .tab:hover {
  cursor: pointer;
  background-color: #40b279;
  color: #fff;
}
.tab-panel-a .tab.is-active,
.tab-panel-a .tab:hover {
  background-color: #40b279;
  color: #fff;
}

.ex-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

.ex-img {
  border-radius: 30px;
  background-color: #dd4247;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  position: relative;
  background-size: 100% auto;
}

.ex-img01 {
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/ex-img02.png);
}

.ex-img02 {
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/ex-img03.png);
  background-color: #e0ab41;
}

.ex-img03 {
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/ex-img04.png);
  background-color: #ecd300;
}

.ex-img04 {
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/ex-img05.png);
  background-color: #41b57b;
}

.ex-img05 {
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/ex-img06.png);
  background-color: #2083d4;
}

.ex-img06 {
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/ex-img07.png);
  background-color: #a043cf;
}

.ex-img07 {
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/ex-img10.png);
}

.ex-img08 {
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/ex-img09.png);
}

.ex-img09 {
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/ex-img13.png);
}

.ex-img10 {
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/ex-img11.png);
}

.ex-img11 {
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/ex-img08.png);
}

.ex-img12 {
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/ex-img12.png);
}

.ex-txt-wrap {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 0;
  right: 0;
  border-top-width: 15px;
  width: calc(100% - 30px);
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.ex-head {
  font-size: 2rem;
  margin-bottom: 10px;
}

.ex-txt {
  margin-bottom: 0;
}

.ex-illust01 {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 300px;
  height: auto;
  z-index: -1;
}

.ex-illust02 {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 200px;
  height: auto;
  z-index: -1;
}

/*====================================================

サービス内容

=====================================================*/

.service-section {
  padding: 140px 0;
  background-color: #2083d4;
}

.service-box {
  background-color: #fff;
  padding: 60px 60px 50px;
  border-radius: 30px;
  width: 47%;
}

.service-icon {
  width: 120px;
  margin: 0 auto 10px;
}

.service-ttl-wrap {
  margin-bottom: 50px;
  position: relative;
}

.service-ttl-wrap::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 50px;
  margin: 0 auto;
  height: 3px;
  background-color: #dd4247;
}

.service-ttl-wrap .en {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

.service-ttl-wrap .ja {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

/*====================================================

よくある質問

=====================================================*/

.faq-section {
  padding: 150px 0;
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/faq-illust01.png),
    url(/wp-content/themes/insp_theme02/img/yt-img/faq-illust02.png);
  background-size: 120px auto;
  background-repeat: no-repeat;
  background-position: bottom left 250px, bottom right 250px;
  position: relative;
}

.faq-box {
  padding: 25px 65px 25px 25px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
}

.faq-box:hover {
  cursor: pointer;
}

.faq-box dt {
  font-size: 2rem;
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/q-icon.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: left top 3px;
  padding-left: 40px;
}

.faq-box dd {
  display: none;
  font-size: 2rem;
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/a-icon.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: left top 3px;
  padding-left: 40px;
  margin-top: 15px;
}

.faq-btn {
  position: absolute;
  right: 35px;
  top: 42px;
  z-index: 1;
}

.faq-btn .line01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 5px;
  background-color: #e55354;
  transform: translate(-50%, -50%);
}

.faq-btn .line02 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 5px;
  background-color: #e55354;
  transform: translate(-50%, -50%) rotate(90deg);
  transition-duration: 0.3s;
}

.faq-btn.active .line02 {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-illust {
  position: absolute;
  width: 300px;
  right: 10%;
  top: 100px;
  z-index: -1;
}

/*====================================================

お問い合わせ

=====================================================*/

.contact-section {
  padding: 0 60px 180px;
  background-image: url(/wp-content/themes/insp_theme02/img/yt-img/illust05.png),
    url(/wp-content/themes/insp_theme02/img/yt-img/house.png);
  background-size: 400px auto, 240px auto;
  background-repeat: no-repeat;
  background-position: bottom right 15%, bottom left 15%;
}

.contact-inner {
  padding: 100px 15px;
  border-radius: 40px;
  width: calc(100% - 100px);
  margin: 0 auto;
  background-color: #fff;
}

.contact-txt01 {
  margin-bottom: 60px;
}

.contact-txt01 a {
  color: #e55354;
}

.contact-txt01 a:hover {
  text-decoration: underline;
}

.youho-tube {
  input[type="text"],
  textarea,
  input[type="email"],
  input[type="tel"] {
    background-color: #f7f5ed;
    border-radius: 5px;
    font-size: 1.4rem;
    padding: 10px 15px;
    width: 100%;
    color: #1a1a1a;
    font-weight: 500 !important;
  }

  .contact-form01 {
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-form01 tbody {
    border-bottom: none;
  }
  .contact-form01 th {
    font-size: 1.6rem;
    width: 30%;
    vertical-align: middle;
    padding: 10px 0;
    border-bottom: 1px solid #362313;
    font-weight: 700;
  }
  .contact-form01 td {
    font-size: 1.6rem;
    width: 70%;
    padding: 25px 0;
    vertical-align: middle;
    border-bottom: 1px solid #362313;
    background-color: #fff;
  }
  .contact-form01 td .wpcf7-list-item {
    display: block;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .contact-form01 tbody tr:last-of-type th,
  .contact-form01 tbody tr:last-of-type td {
    border-bottom: none;
  }
  .required {
    padding: 5px 10px;
    color: #fff;
    background-color: #e55354;
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 10px;
    border-radius: 5px;
  }
  input[type="submit"],
  input[type="button"] {
    padding: 15px 20px;
    background: #e55354;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 300px;
    margin: 0 auto;
    border: 2px solid #e55354;
    margin: 0 auto;
    border-radius: 10px;
  }
  input[type="submit"]:hover,
  input[type="button"]:hover {
    color: #e55354;
    background: #fff;
    cursor: pointer;
  }
  input[type="checkbox"] {
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 3px;
    width: 22px !important;
    height: 22px !important;
    background: #eceae0;
    border: none !important;
  }
  input[type="checkbox"]:checked {
    background: #e55354;
    border: none !important;
  }
  input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    width: 15px;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .privacy-check {
    text-align: center;
    margin-bottom: 30px;
  }
  .privacy-check .wpcf7-list-item-label {
    font-size: 1.6rem;
    vertical-align: -3px;
  }
  .privacy-check .wpcf7-list-item {
    margin-bottom: 10px;
  }
  .privacy-check a {
    font-size: 1.4rem;
    display: block;
  }
  .privacy-check a:hover {
    text-decoration: underline;
  }
  .complete-txt {
    text-align: center;
    margin-bottom: 60px;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    border: none;
    background-color: #fcd13e;
    padding: 15px;
    color: #362312;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
    line-height: 1.75em;
  }

  .wpcf7 form .wpcf7-response-output {
    padding: 20px;
    background-color: #e0ab41;
    border: none;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5em;
    border-radius: 10px;
    text-align: center;
  }

  .wpcf7-not-valid-tip {
    color: #e55354;
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    margin-top: 5px;
  }
}

/*====================================================

Footer

=====================================================*/

.youho-tube {
  .footer {
    background-color: #41b57b;
    padding: 100px 20px 40px;
  }

  .footer-bnr {
    max-width: 500px;
    margin: 0 auto 30px;
    width: 100%;
    transition-duration: 0.3s;
  }

  .footer-bnr:hover {
    transform: translateY(-20px);
  }

  .footer-menu {
    justify-content: center;
    margin-bottom: 40px;
  }

  .footer-menu li {
    padding: 0 10px;
  }

  .footer-menu li a {
    color: #fff;
  }

  .footer-menu li a:hover {
    text-decoration: underline;
  }

  .footer-logo {
    max-width: 300px;
    margin: 0 auto 40px;
  }

  .copyright {
    color: #fff !important;
    text-align: center;
  }
}

@media screen and (max-width: 1600px) {
  .youho-tube .catch {
    font-size: 4.3vw;
  }

  .youho-tube .mv-inner {
    padding: 240px 20px 200px;
  }

  .youho-tube .yt-inner03 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1400px) {
  .youho-tube .yt-inner01 {
    padding: 0 20px;
  }

  .youho-tube .ttl01-wrap {
    margin-bottom: 40px;
  }

  .youho-tube .ttl01-wrap .ttl01-en {
    font-size: 2.8rem;
  }

  .youho-tube .ttl01-wrap .ttl01-ja {
    font-size: 1.5rem;
  }

  .header-nav-wrap a {
    font-size: 1.2rem;
  }

  .lead-section {
    padding-bottom: 120px;
  }

  .lead-img-wrap01 {
    width: 250px;
  }

  .lead-img-wrap02 {
    width: 250px;
  }

  .lead-illust img {
    height: 140px;
  }

  .lead-illust {
    top: -139px;
    right: 60px;
  }

  .lead-head,
  .lead-head span {
    font-size: 2rem;
  }

  .lead-txt {
    padding: 0 20px;
    max-width: 450px;
  }

  .lead-txt p {
    font-size: 1.4rem;
  }

  .lead-illust02 {
    left: 200px;
    width: 170px;
  }

  .stand-wrap {
    top: -110px;
    left: 20px;
  }

  .stand img {
    height: 110px;
  }

  .light {
    left: 77px;
    top: -840px;
  }

  .light img {
    height: 900px;
  }

  .reason-inner {
    padding: 80px 0;
    border-radius: 25px;
  }

  .reason-section {
    padding: 0 10px 0;
  }

  .reason-inner {
    width: 100%;
  }

  .reason-head {
    font-size: 1.6rem;
  }

  .reason-txt {
    font-size: 1.4rem;
    margin-bottom: 0;
  }

  .reason-btn {
    margin-top: 25px;
  }

  .ex-section {
    padding: 100px 0;
  }

  .ex-head {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .ex-txt {
    font-size: 1.3rem;
  }

  .ex-ttl {
    width: 70px;
    top: 60px;
  }

  .ex-ttl-en {
    font-size: 3.2rem;
  }

  .ex-ttl-ja {
    font-size: 1.6rem;
  }

  .ex-content {
    width: calc(100% - 100px);
  }

  .ex-illust01 {
    left: 30px;
    width: 200px;
  }

  .ex-illust02 {
    right: 30px;
    width: 140px;
  }

  .service-section {
    padding: 80px 0;
  }

  .service-icon {
    width: 60px;
  }

  .service-ttl-wrap .en {
    font-size: 2.2rem;
  }

  .service-ttl-wrap .ja {
    font-size: 1.5rem;
  }

  .service-box p {
    font-size: 1.4rem;
  }

  .faq-section {
    padding: 100px 0 150px;
    background-size: 60px auto;
    background-position: bottom left 250px, bottom right 250px;
  }

  .faq-box dt {
    font-size: 1.4rem;
    background-size: 20px auto;
    padding-left: 25px;
  }

  .faq-box dd {
    font-size: 1.4rem;
    background-size: 20px auto;
    padding-left: 25px;
  }

  .faq-box {
    padding: 15px 50px 15px 20px;
    border-radius: 10px;
  }

  .faq-btn {
    right: 25px;
    top: 27px;
  }

  .faq-btn .line01 {
    height: 4px;
  }

  .faq-btn .line02 {
    height: 4px;
  }

  .faq-illust {
    width: 200px;
    right: 60px;
    top: 60px;
  }

  .contact-section {
    padding: 0 10px 150px 10px;
  }

  .contact-inner {
    width: 100%;
    border-radius: 25px;
  }

  .youho-tube .contact-form01 th {
    font-size: 1.4rem;
  }

  .youho-tube .contact-form01 td {
    font-size: 1.4rem;
  }

  .youho-tube input[type="text"],
  .youho-tube textarea,
  .youho-tube input[type="email"],
  .youho-tube input[type="tel"] {
    font-size: 1.4rem;
  }

  .youho-tube input[type="submit"],
  .youho-tubeinput[type="button"] {
    font-size: 1.6rem;
    width: 240px;
  }

  .youho-tube .required {
    padding: 3px 5px;
    font-size: 1rem;
  }

  .contact-section {
    padding: 0 10px 120px;
    background-size: 240px auto, 120px auto;
    background-repeat: no-repeat;
    background-position: bottom right 30px, bottom left 30px;
  }

  .contact-txt01 {
    margin-bottom: 30px;
  }

  .contact-txt01 p {
    font-size: 1.4rem;
  }

  .youho-tube .privacy-check .wpcf7-list-item-label {
    font-size: 1.4rem;
  }

  .youho-tube .footer-menu li a {
    font-size: 1.3rem;
  }

  .youho-tube .footer-logo {
    max-width: 240px;
    margin: 0 auto 40px;
  }

  .youho-tube .copyright {
    font-size: 1.2rem;
  }

  .youho-tube .footer {
    padding: 40px 20px 20px;
  }
}

@media screen and (max-width: 1200px) {
  .logo {
    width: 220px;
  }

  .ex-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    top: 20px;
    width: 100%;
  }

  .logo {
    width: 160px;
    margin-left: 10px;
  }

  .header-nav-wrap {
    display: none;
  }

  .youho-tube .mv-catch {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .youho-tube .catch {
    font-size: 4rem;
    text-align: center;
  }

  .youho-tube .sub-catch {
    text-align: center;
  }

  .youho-tube .mv-inner {
    padding: 70px 20px 120px;
    flex-wrap: wrap-reverse;
  }

  .youho-tube .mv-mov-wrap {
    width: 100%;
    justify-content: center;
  }

  .youho-tube .mv-mov {
    max-width: 200px;
    width: 45%;
    margin: 0 2.5%;
  }

  .youho-tube .mv-mov02 {
    margin-top: 40px;
  }

  .youho-tube .cta-btn01 {
    margin-top: 40px;
  }

  .youho-tube .cta-btn01 a {
    margin: 0 auto;
    font-size: 1.5rem;
    display: block;
    max-width: 340px;
    width: 100%;
    text-align: center;
  }

  .youho-tube .btn01 a {
    margin: 0 auto;
    font-size: 1.5rem;
    display: block;
    max-width: 340px;
    width: 100%;
    text-align: center;
  }

  .youho-tube .btn02 a {
    margin: 0 auto;
    font-size: 1.5rem;
    display: block;
    max-width: 340px;
    width: 100%;
    text-align: center;
  }

  .lead-section {
    background-position: top 250px center;
    background-size: 300px auto;
    padding-bottom: 160px;
    padding-top: 100px;
  }

  .stand-wrap {
    top: -110px;
    left: 20px;
  }

  .stand img {
    height: 110px;
  }

  .stand-sp {
    display: block;
  }

  .stand-pc {
    display: none;
  }

  .light {
    left: -382px;
    top: -1646px;
    transform: rotate(-30deg);
  }

  .light img {
    height: 1000px;
  }

  .lead-img-wrap01 {
    width: 160px;
  }

  .lead-img-wrap02 {
    width: 160px;
    bottom: auto;
    top: 0;
  }

  .lead-illust {
    top: -139px;
    right: 20px;
  }

  .lead-illust02 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .reason-box {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 70%;
  }

  .reason-block .reason-box:last-of-type {
    margin-bottom: 0;
  }

  .reason-illust {
    max-width: 200px;
  }

  .ex-section {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .tab-panel-a .tab-group {
    margin-bottom: 10px;
  }

  .tab-panel-a .tab {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .ex-txt-wrap {
    padding: 15px;
  }

  .service-box {
    padding: 30px 20px 15px;
    border-radius: 20px;
  }

  .faq-section {
    padding: 80px 0 120px;
    background-size: 60px auto;
    background-position: bottom left 50px, bottom right 50px;
  }

  .contact-inner {
    padding: 80px 15px 60px;
  }

  .youho-tube .side-bnr {
    display: none;
  }

  .youho-tube .page-top {
    bottom: 10px;
    right: 10px;
    width: 50px;
  }

  .sp-btn {
    display: flex;
  }

  .sp-menu-wrap {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .youho-tube .yt-inner04 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 820px) {
  .ex-ttl-en {
    font-size: 2.6rem;
  }

  .ex-ttl-ja {
    font-size: 1.4rem;
  }

  .ex-ttl {
    width: 55px;
  }

  .ex-content {
    width: calc(100% - 70px);
  }

  .ex-list {
    gap: 20px;
  }

  .ex-txt-wrap {
    bottom: 0;
    width: 100%;
    padding: 15px;
    border-radius: 0 0 20px 20px;
  }

  .ex-head {
    font-size: 1.4rem;
    margin-bottom: 0;
  }

  .ex-txt {
    font-size: 1.2rem;
    line-height: 1.4em;
  }

  .service-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .service-box:last-of-type {
    margin-bottom: 0;
  }

  .youho-tube .contact-form01 th,
  .youho-tube .contact-form01 td {
    width: 100%;
    display: block !important;
  }

  .youho-tube .contact-form01 th {
    border-bottom: none !important;
    padding-top: 15px;
  }

  .youho-tube .contact-form01 td {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .load-logo-icon {
    width: 40px;
    margin: 0 auto 20px;
  }

  .load-logo-txt {
    width: 200px;
  }

  .youho-tube .catch {
    font-size: 2.4rem;
  }

  .youho-tube .sub-catch {
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .youho-tube .sub-catch br {
    display: none;
  }

  .lead-section {
    padding-top: 200px;
  }

  .reason-box {
    max-width: 100%;
  }

  .ex-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .faq-illust {
    width: 140px;
    right: 40px;
    top: 40px;
  }

  .contact-section {
    background-size: 200px auto, 120px auto;
    background-position: bottom right 30px, bottom left -30px;
  }

  .footer-menu li {
    width: 100%;
    padding: 0 !important;
  }

  .footer-menu li a {
    display: block;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
  }
}
