@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-size: 1.6em;
  background: #fff;
  line-height: 1.7;
  font-weight: 500;
  margin: auto;
  max-width: 2000px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "MS ゴシック", sans-serif;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

.sec-inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 1099px) {
  .sec-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1099px) {
  .sp-only {
    display: block;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.color-main {
  color: #3ea1d7;
}

.sec-en-title {
  font-family: "Viga", sans-serif;
  font-size: 6.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-en-title {
    font-size: 4rem;
  }
}
.sec-en-title span {
  font-weight: bold;
}

.sec-title {
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-title {
    font-size: 2rem;
  }
}

.sec-sub-title {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .sec-sub-title {
    font-size: 1.8rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.header.black {
  background: #fff;
  color: #151515;
  border-bottom: 1px solid #e1e1e1;
}

.header--confirm,
.header--thanks {
  background: #3ea1d7;
}

.header.lower {
  background: #151515;
}

.header__inner {
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.4rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 172rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 6rem;
    padding-tpo: 1rem;
    padding-bottom: 1rem;
  }
}

.header__logo img {
  width: 19.5rem;
  height: auto;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 15rem;
  }
}

.header.black img {
  -webkit-filter: none;
          filter: none; /* 元の黒に戻す */
}

.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.5rem;
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .header__nav__list {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .header__nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100svh;
    background-color: rgba(0, 0, 0, 0.9098039216);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .header__nav__list.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__nav__link {
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav__link:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.black .header__nav__link {
  color: #151515;
}
@media screen and (max-width: 767px) {
  .black .header__nav__link {
    color: #fff;
  }
}
.black .header__nav__link--contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8c18), to(#ff644c));
  background-image: linear-gradient(180deg, #ff8c18, #ff644c);
  color: #fff;
}
.black .header__nav__link--contact:hover {
  border: 1px solid #ff8c18;
  color: #ff8c18;
}
.black .hamburger span {
  background: #151515;
}
.black .active .hamburger span {
  background: #fff;
}

.header__nav__link--contact {
  line-height: 1;
  padding: 1.4rem;
  border: 1px solid #fff;
  width: 15.8rem;
  text-align: center;
  display: inline-block;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .header__nav__link--contact {
    border: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8c18), to(#ff644c));
    background-image: linear-gradient(180deg, #ff8c18, #ff644c);
  }
}
.header__nav__link--contact:hover {
  opacity: 1;
  background: #fff;
  color: #151515;
}

.hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__inner.active .hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.header__inner.active .hamburger span:nth-child(2) {
  opacity: 0;
}

.header__inner.active .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(9px, -9px);
          transform: rotate(-45deg) translate(9px, -9px);
}

.top {
  height: 100vh;
  background: rgba(20, 22, 53, 0.33);
}

.top__bg {
  background: url(../img/about-bg.jpg) no-repeat 50% 80%/cover;
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .top__bg {
    background: url(../img/about-bg.jpg) no-repeat 60% 50%/cover;
  }
}

.top__inner {
  position: relative;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.top__text {
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: -5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top__text {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 2.6rem;
  }
}

.top__title img {
  max-width: 70rem;
  width: 100%;
  margin-left: -18.5rem;
}
@media screen and (max-width: 767px) {
  .top__title img {
    max-width: 33rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.about {
  background: #fff;
}

.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-top: 3rem;
  }
}

.about__container {
  margin: auto 0;
}

.about__sub-title {
  font-weight: 500;
  font-weight: bold;
}

.about__text {
  line-height: 2;
  font-size: 1.8rem;
  margin-top: 1rem;
  max-width: 48rem;
}
@media screen and (max-width: 1099px) {
  .about__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .about__text {
    margin-top: 1rem;
  }
}

.about__img {
  max-width: 52rem;
}
.about__img img {
  width: 100%;
  border-radius: 0.6rem;
}

.service {
  background: #f2f2f2;
}

.service__en-title,
.service__title {
  color: #151515;
  text-align: center;
}

.service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 1099px) {
  .service__items {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .service__items {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.service__item {
  max-width: 34rem;
}
@media screen and (max-width: 767px) {
  .service__item {
    margin: 0 auto;
    max-width: 50rem;
  }
}
.service__item img {
  width: 100%;
}

.service__item__img {
  display: block;
  height: 23rem;
}
.service__item__img img {
  height: 100%;
  border-radius: 0.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__item__head {
  color: #3ea1d7;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .service__item__head {
    margin-bottom: 0;
  }
}

.service__item__subhead {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}

.company {
  background: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
}

.company__item {
  margin-top: 4rem;
}

.company__item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.6rem;
  background: #f2f2f2;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
}
.company__item__container:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1099px) {
  .company__item__container {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .company__item__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: none;
    border-bottom: none;
    margin-top: 1rem;
  }
  .company__item__container:first-child {
    margin-top: 0;
  }
}

.company__item__head {
  text-align: center;
  background: #3a3a3a;
  padding: 1.3rem 0;
  width: 14.7rem;
  position: relative;
  color: #fff;
  border-radius: 0.6rem 0 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .company__item__head {
    width: auto;
    padding: 0.8rem 0;
  }
}
.company__item__head > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .company__item__head > span {
    position: static;
  }
}

.company__item__text {
  margin-left: 3.7rem;
  padding: 1.3rem 0;
}
@media screen and (max-width: 767px) {
  .company__item__text {
    padding: 1rem;
    margin-left: 0;
    text-align: center;
  }
}

.company__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
  gap: 20px;
}
@media screen and (max-width: 1099px) {
  .company__img {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company__img__item {
  max-width: 52rem;
}
.company__img__item img {
  width: 100%;
}

.company__img__item__text {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1099px) {
  .company__img__item__text {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.contact {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .contact {
    font-size: 1.6rem;
  }
}

.contact__inner {
  max-width: 98rem;
}

.contact__en-title,
.contact__title {
  text-align: center;
  color: #fff;
}

.contact__container {
  background: #fff;
  padding: 8rem 6rem;
  margin-top: 4rem;
  border-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
  .contact__container {
    padding: 4rem 2rem;
  }
}

.contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .contact__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.contact__label:first-child {
  margin-top: 0;
}

.contact__label__head-cont {
  width: 21rem;
}

.contact__item__head {
  display: inline-block;
  font-weight: bold;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .contact__item__head {
    width: auto;
  }
}

.req {
  width: 4rem;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.4rem;
  background: #dc1313;
  color: #fff;
  margin-left: 1.2rem;
  border-radius: 0.5rem;
  display: inline-block;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .req {
    font-size: 1.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
  }
}

.contact__input,
.contact__textarea {
  width: 100%;
  max-width: 61.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #878787;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.4em 0.8em;
  border-radius: 0.4rem;
}
.contact__input:focus,
.contact__textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.contact__input::-webkit-input-placeholder, .contact__textarea::-webkit-input-placeholder {
  color: #aaa;
}
.contact__input::-moz-placeholder, .contact__textarea::-moz-placeholder {
  color: #aaa;
}
.contact__input:-ms-input-placeholder, .contact__textarea:-ms-input-placeholder {
  color: #aaa;
}
.contact__input::-ms-input-placeholder, .contact__textarea::-ms-input-placeholder {
  color: #aaa;
}
.contact__input::placeholder,
.contact__textarea::placeholder {
  color: #aaa;
}

.contact__input {
  max-width: 40rem;
}

.contact__textarea {
  height: 22rem;
}

.contact__btn-cont {
  text-align: center;
}

.contact__btn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8c18), to(#ff644c));
  background-image: linear-gradient(180deg, #ff8c18, #ff644c);
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  margin: 0;
  font-weight: bold;
  padding: 1.8rem 8rem;
  text-decoration: none;
  margin-top: 5rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .contact__btn {
    margin-top: 3rem;
  }
}

.contact__btn:hover,
.contact__btn:focus {
  outline: none;
}

.contact__btn::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.footer {
  background: #3ea1d7;
  color: #fff;
}

.footer__inner {
  padding-top: 7rem;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-top: 4rem;
  }
}

.footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .footer__nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.footer__nav__item {
  position: relative;
}
.footer__nav__item::after {
  position: absolute;
  width: 0.1rem;
  height: 2.4rem;
  background: #fff;
  content: "";
  right: -2.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__nav__item:last-child:after {
  display: none;
}

.footer__nav__link {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    margin-top: 2rem;
  }
}
.footer__logo img {
  max-width: 22.4rem;
}

.footer__container {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.footer__container > div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__container > div {
    width: 100%;
  }
}

.footer__address__text {
  line-height: 1.7;
}

.footer__group__text {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .footer__address__text__text {
    margin-top: 0.6rem;
  }
}

.footer__group {
  max-width: 48rem;
}

.footer__group__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__group__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.footer__group__link {
  max-width: 22.5rem;
}
.footer__group__link img {
  width: 100%;
}

.footer__info__text {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .footer__info__text {
    margin-top: 4rem;
    font-size: 1.2rem;
  }
}

.thanks {
  background: #fff;
}

.thanks-header {
  background: #151515;
}

.thanks__inner {
  padding: 20rem 2rem 18rem;
  text-align: center;
  line-height: 2;
}

.thanks__btn-container {
  text-align: center;
}

.thanks__btn {
  margin-top: 6rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8c18), to(#ff644c));
  background-image: linear-gradient(180deg, #ff8c18, #ff644c);
  padding: 1.6rem 5rem;
  display: inline-block;
  border-radius: 50px;
}

.back__btn {
  background: #d5d5d5 !important;
  color: #fff;
  cursor: pointer;
  padding: 1.8rem 3rem;
  margin-right: 2.4rem;
  color: #555;
}

.privacy {
  background: #fff;
}

.privacy__inner {
  padding-top: 16rem;
  padding-bottom: 12rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .privacy__inner {
    padding-top: 10rem;
    padding-bottom: 6rem;
    line-height: 1.8;
  }
}

.privacy__title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .privacy__title {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 2.4rem;
  }
}

.privacy__section {
  margin-top: 4.8rem;
}
.privacy__section:first-of-type {
  margin-top: 0;
}

.privacy__section-title {
  font-size: 2.4rem;
  font-weight: bold;
  border-left: 4px solid #3ea1d7;
  padding-left: 1.2rem;
  margin-bottom: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .privacy__section-title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}

.privacy__lead {
  margin-bottom: 5rem;
}

.privacy__text {
  font-size: 1.6rem;
  color: #151515;
}
@media screen and (max-width: 767px) {
  .privacy__text {
    font-size: 1.5rem;
  }
}

.privacy__list {
  margin-top: 1.6rem;
  padding-left: 2rem;
}
.privacy__list li {
  list-style: decimal;
  margin-bottom: 0.8rem;
}

.page-header {
  background: #3ea1d7;
}