@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 900px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .is-sp {
    display: none !important;
  }
}
body {
  font-size: 14px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  background: #fff;
  font-weight: 500;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
}

#id4,
#id3,
#id2,
#id1 {
  position: relative;
  top: -63px;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.5px solid #9b9da0;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 10px;
  margin: 0;
  outline: none;
}

@media screen and (max-width: 900px) {
  .main {
    max-width: 450px;
    margin: 0 auto;
  }
}

.mv-slider {
  margin: 0;
}

.mv-slider .item img {
  width: 100%;
  height: auto;
  display: block;
}

/* 画像の下にドット分の余白（好みで） */
.mv {
  background: #000;
  padding-bottom: 60px;
}
.mv .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mv .slick-dots li button:before {
  font-size: 12px;
}
.mv .slick-dots li button:before {
  opacity: 1;
}
.mv .slick-dots li button:before {
  color: #ddd;
}
.mv .slick-dots li.slick-active button:before {
  color: #e90000;
}
.mv .slick-dots {
  bottom: -40px;
}

.drawer-icon {
  position: fixed;
  top: 16px;
  right: 12px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  background: #000;
  padding: 10px 8px;
}
@media screen and (min-width: 901px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 18px;
  height: 13px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 18px;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 6px;
}

.drawer-icon-bar3 {
  top: 12px;
}

.drawer-content {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(27, 19, 16, 0.9);
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 10;
  height: 100vh;
  padding-top: 180px;
}
.drawer-content.is-active {
  display: block;
}

.drawer-icon-nav {
  text-align: center;
}
.drawer-icon-nav ul li {
  margin-bottom: 50px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  padding: 10px 0;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}
@media screen and (max-width: 900px) {
  .header {
    max-width: 450px;
    margin: 0 auto;
  }
}
.header.active {
  background: #333840;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}
.header .logo {
  width: 30%;
  margin-right: auto;
}
.header .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .logo a:hover {
  opacity: 0.6;
}
.header .logo img {
  vertical-align: middle;
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex .line-btn {
  max-width: 130px;
  margin-right: 40px;
}
.header .flex .line-btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .flex .line-btn a:hover {
  opacity: 0.6;
}

.header2 {
  background: #333840;
}

.section {
  padding: 55px 0 70px;
}

.section-title {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.section-btn {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}
.section-btn a {
  display: block;
  padding: 10px 20px;
  background: #333840;
  border: 1.5px solid #333840;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.section-btn a::after {
  position: absolute;
  content: "";
  top: 45%;
  right: 20px;
  border-left: 1.3px solid #fff;
  border-bottom: 1.3px solid #fff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.section-btn a:hover {
  opacity: 0.6;
}

.footer {
  padding: 40px 0 20px;
  background: #333840;
  color: #fff;
  font-weight: 600;
}
.footer .logo {
  width: 30%;
  margin-bottom: 10px;
}
.footer .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .logo a:hover {
  opacity: 0.6;
}
.footer .address {
  font-size: 11px;
  line-height: 1.5;
}
.footer .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.footer .heading .right {
  max-width: 31px;
}
.footer .heading .right a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .heading .right a:hover {
  opacity: 0.6;
}
.footer .h-link {
  margin-bottom: 10px;
}
.footer .h-link a {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}
.footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}
.footer .sns .item {
  padding: 0 10px;
}
.footer .sns .item a {
  width: 25px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .sns .item a:hover {
  opacity: 0.6;
}

html {
  scroll-behavior: smooth;
}

.copyright {
  text-align: center;
  font-size: 10px;
  font-family: serif;
  font-weight: 400;
  padding-top: 10px;
  border-top: 0.7px solid #fff;
  width: 80%;
  margin: 0 auto;
}

.mv {
  position: relative;
  padding-bottom: 0;
}
.mv img {
  margin-bottom: -1px;
}
.mv .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.mv .contents {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  z-index: 3;
}
.mv .text1 {
  width: 80%;
}
.mv .text2 {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.header .logo {
  max-width: 35px;
}

.footer .logo {
  width: 100%;
}
.footer a {
  color: #fff;
}

.footer .logo {
  margin-bottom: 3px;
}
.footer .logo a {
  font-size: 18px;
  line-height: 1;
}
.footer .ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.footer .ul1 li a {
  padding: 0 10px;
  font-size: 13px;
  border-right: 1px solid #fff;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 370px) {
  .footer .ul1 li a {
    font-size: 11px;
  }
}
.footer .ul1 li:last-child a {
  border-right: none;
}
.footer .ul2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.footer .ul2 li a {
  padding: 0 10px;
  font-size: 10px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 370px) {
  .footer .ul2 li a {
    font-size: 10px;
  }
}

.sns-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}
.sns-drawer .item {
  padding: 0 10px;
}
.sns-drawer .item a {
  width: 25px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sns-drawer .item a:hover {
  opacity: 0.6;
}

.about {
  color: #fff;
  font-weight: 500;
  position: relative;
  background: #000;
  z-index: 4;
}
.about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/about-bg2.webp) no-repeat center center/cover;
}
@media screen and (min-width: 901px) {
  .about::before {
    background: url(../img/about-bg-pc2.webp) no-repeat center center/cover;
  }
}
.about::before {
  opacity: 0.9;
  z-index: 1;
}
.about .inner {
  position: relative;
  z-index: 2;
}
.about .section-title {
  color: #fff;
  font-size: 20px;
}
.about .lead {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 30px;
}
.about p {
  font-size: 14px;
}

.support {
  background: #e5e3df;
  position: relative;
}
.support .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.support .bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.support .inner {
  position: relative;
  z-index: 3;
}
.support h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.support p {
  font-weight: 500;
}
.support .ul1 .img {
  margin-bottom: 10px;
}
.support .ul1 .li {
  margin-bottom: 30px;
}
.support .box {
  background: rgba(255, 255, 255, 0.75);
  padding: 30px 20px;
  border-radius: 40px;
}
.support .box .ul2 li {
  font-weight: 600;
}
.support .box .box-inner {
  max-width: 320px;
  margin: 0 auto;
}

.profile .img {
  width: 60%;
  margin: 0 auto 10px;
}
.profile .name {
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.last-bg {
  background: url(../img/faq-bg3.webp) no-repeat top center/cover;
}
@media screen and (min-width: 901px) {
  .last-bg {
    background: url(../img/faq-bg3-pc.webp) no-repeat top center/cover;
  }
}

.qa .section-title {
  color: #4f4649;
}
.qa .box {
  border-radius: 20px;
  background: #fff;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.qa .box:last-child {
  margin-bottom: 0;
}
.qa .box .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qa .box .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qa .box .bottom .text {
  padding-top: 10px;
  border-top: 0.7px solid #000;
}
.qa .box .cion {
  font-weight: 700;
  font-size: 30px;
  margin-right: 15px;
  color: #4f4649;
}
.qa .box .text {
  line-height: 1.5;
}

.contact .section-title {
  color: #4f4649;
}

.section-title {
  color: #4f4649;
}

.contact {
  line-height: 1;
}
.contact .row {
  margin-bottom: 30px;
}
.contact .row .dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7px;
}
.contact .row .dt .required {
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 5px;
  display: block;
}
.contact textarea {
  resize: none;
  height: 100px;
}
.contact .submit {
  text-align: center;
}
.contact .submit input {
  color: #Fff;
  background: #333840;
  max-width: 250px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.common-mv {
  background: #333840;
  padding: 70px 0 40px;
}
.common-mv h1 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
}

/* テーブル */
.company-table {
  width: 100%;
  border-collapse: collapse;
}

.company-table th,
.company-table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.company-table th {
  background: #f7f7f7;
  width: 130px;
  font-weight: bold;
  font-size: 13px;
}

.company-table td {
  width: calc(100% - 130px);
  font-size: 13px;
}

.privacy h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.privacy p {
  margin-bottom: 15px;
}

.wpcf7-spinner {
  display: none !important;
}

@media screen and (min-width: 901px) {
  .mv .text2 {
    font-size: 30px;
  }
  .mv .contents {
    bottom: 60px;
  }
  .header {
    background: #333840;
  }
  .header .sns-drawer {
    padding-bottom: 0;
  }
  .header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .right ul li {
    margin-right: 30px;
  }
  .header .right ul li a {
    color: #fff;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .right ul li a:hover {
    opacity: 0.6;
  }
  .mv .text1 {
    width: 60%;
  }
  .header .logo {
    width: 100%;
    max-width: 100%;
  }
  .header .logo span {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
  }
  .inner {
    padding: 0 40px;
    max-width: 1000px;
  }
  .support .ul1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .support .ul2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .support .ul2 li {
    width: 30%;
  }
  .support .ul1 .li {
    margin-bottom: 60px;
    width: 31.5%;
  }
  .support .box .box-inner {
    max-width: 100%;
  }
  .support .box {
    padding: 40px;
  }
  .about .lead {
    font-size: 22px;
  }
  .about p {
    font-size: 16px;
  }
  .support h3 {
    font-size: 18px;
  }
  .support p {
    font-size: 16px;
  }
  .support .box .ul2 li {
    font-size: 16px;
  }
  .support .inner {
    position: relative;
    z-index: 3;
  }
  .profile {
    position: relative;
    z-index: 4;
  }
  .header .logo {
    white-space: nowrap;
    margin-right: 10px;
  }
  .profile p {
    font-size: 16px;
  }
  .profile .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .profile .flex .left {
    width: 40%;
  }
  .profile .flex .right {
    width: 55%;
  }
  .profile .img {
    width: 100%;
  }
  .profile .name {
    font-size: 18px;
    margin-bottom: 0;
  }
  .section {
    padding: 100px 0 120px;
  }
  .section-title {
    font-size: 40px;
  }
  .about .section-title {
    font-size: 40px;
  }
  .qa .box .text {
    font-size: 16px;
  }
  .qa .box .cion {
    line-height: 1;
  }
  .qa .box .bottom .text {
    padding-top: 20px;
  }
  .qa .box .bottom .cion {
    padding-top: 20px;
  }
  .qa .box .heading .text {
    padding-bottom: 20px;
  }
  .qa .box .heading .cion {
    padding-bottom: 20px;
  }
  .qa .box {
    padding: 30px;
  }
  .contact .row .dt {
    font-size: 16px;
  }
  .contact .row .dt .required {
    font-size: 16px;
  }
  input[type=text], input[type=email], input[type=submit], select, textarea {
    padding: 10px;
  }
  .contact textarea {
    resize: none;
    height: 200px;
  }
  .footer .logo a {
    font-size: 22px;
  }
  .footer .address {
    font-size: 16px;
  }
  .footer .heading .right {
    max-width: 43px;
  }
  .footer .ul1 li a {
    font-size: 16px;
  }
  .footer .ul2 li a {
    font-size: 14px;
  }
  .copyright {
    font-size: 14px;
  }
  .qa {
    padding-top: 50px;
  }
  .company-table th {
    font-size: 16px;
    width: 200px;
  }
  .company-table td {
    font-size: 16px;
    width: calc(100% - 200px);
  }
  .privacy p {
    font-size: 16px;
  }
  .privacy h2 {
    font-size: 20px;
  }
  .common-mv h1 {
    font-size: 30px;
  }
  .common-mv {
    padding: 120px 0 80px;
  }
  .contact .submit input {
    color: #Fff;
    background: #333840;
    max-width: 250px;
    margin: 0 auto;
    font-size: 18px;
    padding: 20px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .contact .submit input:hover {
    opacity: 0.6;
  }
  .support .bg1 {
    display: none;
  }
}