@charset "UTF-8";
/*  reset
-------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  zoom: 1;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

ol,
ul,
li {
  list-style: none;
  zoom: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus,
*:focus {
  outline: none;
}

img {
  border-style: none;
  vertical-align: bottom;
}

[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/*  html / body
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8461538462vw;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1281px) {
  body {
    font-size: 1.6em;
  }
}

/*  animation
-------------------------------------------------------------------------------*/
.js-fade {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  will-change: opacity, transform;
}

.js-fade.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*  utils
-------------------------------------------------------------------------------*/
.inner {
  position: relative;
  margin: 0 auto;
  width: 89.7435897436vw;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .inner {
    width: calc(100% - 9.375vw);
  }
}
@media screen and (min-width: 1281px) {
  .inner {
    width: calc(100% - 120px);
  }
}

.text p {
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .text p {
    line-height: 1.75em;
  }
}
.text p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .none--pc {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .br--pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .br--pc {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .br--sp {
    display: none;
  }
}

.img--fit {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  #header
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5.1282051282vw;
  width: 100%;
  height: 31.7948717949vw;
  z-index: 8888;
}
@media screen and (min-width: 751px) {
  .header {
    padding: 0 2.34375vw;
    height: 9.375vw;
  }
}
@media screen and (min-width: 1281px) {
  .header {
    padding: 0 30px;
    height: 120px;
  }
}

.header__logo {
  position: relative;
  width: 25.641025641vw;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .header__logo {
    width: 7.8125vw;
  }
}
@media screen and (min-width: 1281px) {
  .header__logo {
    width: 100px;
  }
}

.header__logo a {
  display: block;
}
@media screen and (min-width: 751px) {
  .header__logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 751px) {
  .header__logo a:hover {
    opacity: 0.7;
  }
}

.header__btn {
  width: 51.2820512821vw;
}
@media screen and (min-width: 751px) {
  .header__btn {
    width: 18.75vw;
  }
}
@media screen and (min-width: 1281px) {
  .header__btn {
    width: 240px;
  }
}

/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  min-height: calc(100dvh - 19.7435897436vw);
}
@media screen and (min-width: 751px) {
  .contents {
    min-height: calc(100dvh - 7.1875vw);
  }
}
@media screen and (min-width: 1281px) {
  .contents {
    min-height: calc(100dvh - 92px);
  }
}

/* SVG描画アニメーション背景（.contents::beforeの代替） */
.contents__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* PC用：769px以上で表示 */
.contents__bg--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .contents__bg--pc {
    display: block;
  }
}
.contents__bg--pc .contents__bg-svg {
  display: block;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 115%;
  top: 0%;
}

/* SP用：768px以下で表示 */
.contents__bg--sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .contents__bg--sp {
    display: none;
  }
}
.contents__bg--sp .contents__bg-svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 0;
}
.contents__bg--sp .stroke2 {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

/* 筆書きアニメーション - 白いストローク（最初に描画） */
.stroke1 {
  -webkit-animation: contents-draw 0.67s ease-out forwards;
          animation: contents-draw 0.67s ease-out forwards;
}

/* 筆書きアニメーション - ピンクのグラデーション（2番目に描画） */
.stroke2 {
  -webkit-animation: contents-draw 0.83s ease-out 0.67s forwards;
          animation: contents-draw 0.83s ease-out 0.67s forwards;
}

/* 筆書きアニメーション - 赤いグラデーション（最後に描画） */
.stroke3 {
  -webkit-animation: contents-draw 0.5s ease-out 1.5s forwards;
          animation: contents-draw 0.5s ease-out 1.5s forwards;
}

/* 線を描くアニメーション */
@-webkit-keyframes contents-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes contents-draw {
  to {
    stroke-dashoffset: 0;
  }
}
.contents--frt {
  background-color: #f7f7f7;
}

.contents--lower {
  padding: 35.3846153846vw 0 15.3846153846vw 0;
}
@media screen and (min-width: 751px) {
  .contents--lower {
    padding: 12.5vw 0 7.8125vw 0;
  }
}
@media screen and (min-width: 1281px) {
  .contents--lower {
    padding: 160px 0 100px 0;
  }
}
.contents--lower:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../img/common/bg_sp.svg);
  background-size: 100%;
}
@media screen and (min-width: 751px) {
  .contents--lower:before {
    background-image: url(../img/common/bg.svg);
  }
}

/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  background-color: #F64B4A;
}

.footer .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 19.7435897436vw;
}
@media screen and (min-width: 751px) {
  .footer .inner {
    height: 7.1875vw;
  }
}
@media screen and (min-width: 1281px) {
  .footer .inner {
    height: 92px;
  }
}

.footer__policy a {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.2em;
  color: #ffffff;
  font-size: 3.0769230769vw;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .footer__policy a {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1281px) {
  .footer__policy a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 751px) {
  .footer__policy a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #FF9796;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
}
@media screen and (min-width: 751px) {
  .footer__policy a:hover:after {
    width: 100%;
  }
}

.footer__copyright {
  color: #ffffff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 3.0769230769vw;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .footer__copyright {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1281px) {
  .footer__copyright {
    font-size: 1.4rem;
  }
}

/*  heading
-------------------------------------------------------------------------------*/
.heading {
  position: relative;
}

.heading__en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 7.6923076923vw;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .heading__en {
    font-size: 3.90625vw;
  }
}
@media screen and (min-width: 1281px) {
  .heading__en {
    font-size: 5rem;
  }
}

.heading__ja {
  margin-top: 0.5em;
  color: #F64B4A;
  font-size: 3.0769230769vw;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .heading__ja {
    font-size: 1.015625vw;
  }
}
@media screen and (min-width: 1281px) {
  .heading__ja {
    font-size: 1.3rem;
  }
}

/*  button
-------------------------------------------------------------------------------*/
/* ------------------------------------------- contact - */
.btn-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F64B4A;
}
@media screen and (min-width: 751px) {
  .btn-contact {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
.btn-contact span {
  position: relative;
  color: #ffffff;
  font-size: 4.1025641026vw;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (min-width: 751px) {
  .btn-contact span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1281px) {
  .btn-contact span {
    font-size: 1.6rem;
  }
}
.btn-contact span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background-image: url(../img/common/handshake.gif);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .btn-contact:hover {
    background-color: #222222;
  }
}

.btn-contact--header {
  height: 13.3333333333vw;
  border-radius: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
  .btn-contact--header {
    height: 4.6875vw;
    border-radius: 2.34375vw;
  }
}
@media screen and (min-width: 1281px) {
  .btn-contact--header {
    height: 60px;
    border-radius: 30px;
  }
}
.btn-contact--header span {
  padding-left: 7.6923076923vw;
}
@media screen and (min-width: 751px) {
  .btn-contact--header span {
    padding-left: 3.28125vw;
  }
}
@media screen and (min-width: 1281px) {
  .btn-contact--header span {
    padding-left: 42px;
  }
}
.btn-contact--header span:before {
  width: 6.1538461538vw;
  height: 6.1538461538vw;
}
@media screen and (min-width: 751px) {
  .btn-contact--header span:before {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 1281px) {
  .btn-contact--header span:before {
    width: 32px;
    height: 32px;
  }
}

.btn-contact--inquiry {
  height: 15.3846153846vw;
  border-radius: 7.6923076923vw;
}
@media screen and (min-width: 751px) {
  .btn-contact--inquiry {
    height: 4.6875vw;
    border-radius: 2.34375vw;
  }
}
@media screen and (min-width: 1281px) {
  .btn-contact--inquiry {
    height: 60px;
    border-radius: 30px;
  }
}
.btn-contact--inquiry span {
  padding-left: 10.7692307692vw;
}
@media screen and (min-width: 751px) {
  .btn-contact--inquiry span {
    padding-left: 3.28125vw;
  }
}
@media screen and (min-width: 1281px) {
  .btn-contact--inquiry span {
    padding-left: 42px;
  }
}
.btn-contact--inquiry span:before {
  width: 8.2051282051vw;
  height: 8.2051282051vw;
}
@media screen and (min-width: 751px) {
  .btn-contact--inquiry span:before {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 1281px) {
  .btn-contact--inquiry span:before {
    width: 32px;
    height: 32px;
  }
}

/* ------------------------------------------- more - */
.btn-more {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.3333333333vw;
  border-radius: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
  .btn-more {
    height: 4.0625vw;
    border-radius: 2.03125vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 1281px) {
  .btn-more {
    height: 52px;
    border-radius: 26px;
  }
}
.btn-more span {
  position: relative;
  padding: 0 5.1282051282vw 0 8.2051282051vw;
  color: #ffffff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 4.1025641026vw;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (min-width: 751px) {
  .btn-more span {
    padding: 0 1.5625vw 0 2.5vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1281px) {
  .btn-more span {
    padding: 0 20px 0 32px;
    font-size: 1.6rem;
  }
}
.btn-more span:before, .btn-more span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-more span:before {
  left: 0;
  width: 6.1538461538vw;
  height: 6.1538461538vw;
}
@media screen and (min-width: 751px) {
  .btn-more span:before {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media screen and (min-width: 1281px) {
  .btn-more span:before {
    width: 24px;
    height: 24px;
  }
}
.btn-more span:after {
  right: 0;
  width: 3.0769230769vw;
  height: 2.5641025641vw;
  background-image: url(../img/common/external-wh.svg);
}
@media screen and (min-width: 751px) {
  .btn-more span:after {
    width: 0.9375vw;
    height: 0.78125vw;
  }
}
@media screen and (min-width: 1281px) {
  .btn-more span:after {
    width: 12px;
    height: 10px;
  }
}

.btn-more--eyes {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.2564102564vw;
}
@media screen and (min-width: 751px) {
  .btn-more--eyes {
    height: 4.0625vw;
    border-width: 0.078125vw;
    border-radius: 2.03125vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 1281px) {
  .btn-more--eyes {
    height: 52px;
    border-width: 1px;
    border-radius: 26px;
  }
}
.btn-more--eyes span:before {
  background-image: url(../img/common/eyes.gif);
}
@media screen and (min-width: 751px) {
  .btn-more--eyes:hover {
    background-color: #ffffff;
  }
  .btn-more--eyes:hover span {
    color: #222222;
  }
  .btn-more--eyes:hover span:after {
    background-image: url(../img/common/external-bk.svg);
  }
}

.btn-more--sparkles {
  background-color: #F64B4A;
}
.btn-more--sparkles span:before {
  background-image: url(../img/common/sparkles.gif);
}
@media screen and (min-width: 751px) {
  .btn-more--sparkles:hover {
    background-color: #222222;
  }
}

::-webkit-full-page-media,
:future,
:root .btn-more--eyes span:after {
  -webkit-transition: none;
  transition: none;
}

/*  #fv
-------------------------------------------------------------------------------*/
.fv {
  position: relative;
  overflow: hidden;
}

.fv .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100dvh;
}

.fv__text {
  font-size: 7.6923076923vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .fv__text {
    font-size: 3.671875vw;
  }
}
@media screen and (min-width: 1281px) {
  .fv__text {
    font-size: 4.7rem;
  }
}

.fv__btn {
  position: absolute;
  right: 0;
  bottom: 4.1025641026vw;
}
@media screen and (min-width: 751px) {
  .fv__btn {
    bottom: 3.90625vw;
  }
}
@media screen and (min-width: 1281px) {
  .fv__btn {
    bottom: 50px;
  }
}

.fv__btn a {
  position: relative;
  display: block;
  width: 21.7948717949vw;
  height: 21.7948717949vw;
  border-color: rgba(68, 68, 68, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
}
@media screen and (min-width: 751px) {
  .fv__btn a {
    width: 8.4375vw;
    height: 8.4375vw;
    border-width: 0.1203125vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 1281px) {
  .fv__btn a {
    width: 108px;
    height: 108px;
    border-width: 1.54px;
  }
}
.fv__btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 7.9487179487vw;
  height: 7.4358974359vw;
  background-image: url(../img/fv/arrow-bk.svg);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 751px) {
  .fv__btn a span {
    width: 3.203125vw;
    height: 3.046875vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
}
@media screen and (min-width: 1281px) {
  .fv__btn a span {
    width: 41px;
    height: 39px;
  }
}
@media screen and (min-width: 751px) {
  .fv__btn a:hover {
    background-color: #222222;
  }
  .fv__btn a:hover span {
    background-image: url(../img/fv/arrow-wh.svg);
  }
}

::-webkit-full-page-media,
:future,
:root .fv__btn a span {
  -webkit-transition: none;
  transition: none;
}

/*  #aboutus
-------------------------------------------------------------------------------*/
.aboutus {
  position: relative;
  padding: 20.5128205128vw 0;
  background-color: rgba(242, 242, 242, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
@media screen and (min-width: 751px) {
  .aboutus {
    padding: 10.15625vw 0;
  }
}
@media screen and (min-width: 1281px) {
  .aboutus {
    padding: 130px 0;
  }
}

@media screen and (min-width: 751px) {
  .aboutus .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.aboutus__heading {
  margin-bottom: 11.5384615385vw;
}
@media screen and (min-width: 751px) {
  .aboutus__heading {
    margin-bottom: 0;
    width: 42.2%;
  }
}

@media screen and (min-width: 751px) {
  .aboutus__content {
    padding-top: 1.5625vw;
    width: 45%;
  }
}
@media screen and (min-width: 1281px) {
  .aboutus__content {
    padding-top: 20px;
  }
}
.aboutus__content p {
  font-size: 4.5128205128vw;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .aboutus__content p {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1281px) {
  .aboutus__content p {
    font-size: 2rem;
  }
}

/*  #service
-------------------------------------------------------------------------------*/
.service {
  position: relative;
  padding: 15.3846153846vw 0 17.9487179487vw 0;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .service {
    padding: 8.59375vw 0 14.453125vw 0;
  }
}
@media screen and (min-width: 1281px) {
  .service {
    padding: 110px 0 185px 0;
  }
}

.service__heading {
  margin-bottom: 8.9743589744vw;
}
@media screen and (min-width: 751px) {
  .service__heading {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1281px) {
  .service__heading {
    margin-bottom: 40px;
  }
}

.service__box {
  position: relative;
  padding: 12.8205128205vw 5.1282051282vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6D66), to(#F64B4A));
  background: -webkit-linear-gradient(top, #FF6D66 0%, #F64B4A 100%);
  background: linear-gradient(180deg, #FF6D66 0%, #F64B4A 100%);
  border-radius: 3.5897435897vw;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .service__box {
    padding: 7.8125vw 5.859375vw 6.25vw 5.859375vw;
    border-radius: 1.5625vw;
  }
}
@media screen and (min-width: 1281px) {
  .service__box {
    padding: 100px 75px 80px 75px;
    border-radius: 20px;
  }
}

.service__ttl {
  margin-bottom: 0.8em;
  color: #ffffff;
  font-size: 7.9487179487vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .service__ttl {
    margin-bottom: 0;
    font-size: 3.90625vw;
  }
}
@media screen and (min-width: 1281px) {
  .service__ttl {
    font-size: 5rem;
  }
}

.service__text {
  margin-top: 6.4102564103vw;
}
@media screen and (min-width: 751px) {
  .service__text {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 1281px) {
  .service__text {
    margin-top: 40px;
  }
}
.service__text p {
  color: #ffffff;
  line-height: 1.5em;
}

.service__image {
  position: relative;
  margin: 0 auto 7.6923076923vw auto;
  width: 79.4871794872vw;
}
@media screen and (max-width: 750px) {
  .service__image {
    padding: 3.8461538462vw 0 0 2.5641025641vw;
    background-color: #E74847;
    border-radius: 2.5641025641vw;
  }
}
@media screen and (min-width: 751px) {
  .service__image {
    position: absolute;
    margin: 0;
    top: 4.53125vw;
    right: -4.6875vw;
    width: 57%;
  }
}
@media screen and (min-width: 1281px) {
  .service__image {
    top: 58px;
    right: -60px;
  }
}

@media screen and (min-width: 751px) {
  .service__content {
    width: 39%;
  }
}

.service__btn {
  margin-top: 7.6923076923vw;
  width: 48.7179487179vw;
}
@media screen and (min-width: 751px) {
  .service__btn {
    margin-top: 3.125vw;
    width: 14.84375vw;
  }
}
@media screen and (min-width: 1281px) {
  .service__btn {
    margin-top: 40px;
    width: 190px;
  }
}

/*  #joinus
-------------------------------------------------------------------------------*/
.joinus {
  position: relative;
  padding: 15.3846153846vw 0 20.5128205128vw 0;
  background-color: rgba(247, 247, 247, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
@media screen and (min-width: 751px) {
  .joinus {
    padding: 8.59375vw 0;
  }
}
@media screen and (min-width: 1281px) {
  .joinus {
    padding: 110px 0;
  }
}
.joinus:before {
  content: "";
  position: absolute;
  top: 40.2564102564vw;
  right: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../img/joinus/main_sp.png);
  background-size: 100%;
  background-position: right top;
}
@media screen and (min-width: 751px) {
  .joinus:before {
    top: 10.3125vw;
    background-image: url(../img/joinus/main.png);
  }
}
@media screen and (min-width: 1281px) {
  .joinus:before {
    top: 132px;
  }
}

.joinus__heading {
  margin-bottom: 108.9743589744vw;
}
@media screen and (min-width: 751px) {
  .joinus__heading {
    margin-bottom: 51.5625vw;
  }
}
@media screen and (min-width: 1281px) {
  .joinus__heading {
    margin-bottom: 660px;
  }
}

.joinus__ttl {
  margin-bottom: 1.2em;
  font-size: 5.6153846154vw;
  font-weight: 500;
  line-height: 1.6em;
}
@media screen and (min-width: 751px) {
  .joinus__ttl {
    font-size: 2.8125vw;
  }
}
@media screen and (min-width: 1281px) {
  .joinus__ttl {
    font-size: 3.6rem;
  }
}

.joinus__text p {
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .joinus__text p {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1281px) {
  .joinus__text p {
    font-size: 2rem;
  }
}

.joinus__btn {
  margin-top: 7.6923076923vw;
  width: 48.7179487179vw;
}
@media screen and (min-width: 751px) {
  .joinus__btn {
    margin-top: 3.515625vw;
    width: 14.84375vw;
  }
}
@media screen and (min-width: 1281px) {
  .joinus__btn {
    margin-top: 45px;
    width: 190px;
  }
}

/*  #company
-------------------------------------------------------------------------------*/
.company {
  position: relative;
  padding: 17.9487179487vw 0;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .company {
    padding: 7.8125vw 0;
  }
}
@media screen and (min-width: 1281px) {
  .company {
    padding: 100px 0;
  }
}

.company .inner {
  position: relative;
}
@media screen and (max-width: 750px) {
  .company .inner {
    padding-top: 25.641025641vw;
    width: 79.4871794872vw;
  }
}
@media screen and (min-width: 751px) {
  .company .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.company__map {
  margin-bottom: 10.2564102564vw;
  border-radius: 3.5897435897vw;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .company__map {
    margin-bottom: 0;
    width: 49.7%;
    border-radius: 1.171875vw;
  }
}
@media screen and (min-width: 1281px) {
  .company__map {
    border-radius: 15px;
  }
}
.company__map .ggmap {
  padding-bottom: 66.8%;
}
@media screen and (min-width: 751px) {
  .company__map .ggmap {
    padding-bottom: 56.25%;
  }
}

@media screen and (min-width: 751px) {
  .company__content {
    width: 37%;
  }
}

@media screen and (max-width: 750px) {
  .company__heading {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 751px) {
  .company__heading {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 1281px) {
  .company__heading {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 751px) {
  .company__en {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1281px) {
  .company__en {
    font-size: 4rem;
  }
}

.company__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5.641025641vw 0;
}
@media screen and (min-width: 751px) {
  .company__data {
    gap: 1.71875vw 0;
  }
}
@media screen and (min-width: 1281px) {
  .company__data {
    gap: 22px 0;
  }
}
.company__data dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  font-weight: 500;
  line-height: 1.5em;
}
.company__data dt {
  width: 5em;
}
.company__data dd {
  width: calc(100% - 7em);
}

/*  #inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  padding: 15.3846153846vw 0;
  background-color: rgba(255, 103, 102, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media screen and (min-width: 751px) {
  .inquiry {
    padding: 5.9375vw 0;
  }
}
@media screen and (min-width: 1281px) {
  .inquiry {
    padding: 76px 0;
  }
}

.inquiry__box {
  padding: 15.3846153846vw 7.6923076923vw;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3.5897435897vw;
}
@media screen and (min-width: 751px) {
  .inquiry__box {
    padding: 6.25vw;
    border-radius: 1.5625vw;
  }
}
@media screen and (min-width: 1281px) {
  .inquiry__box {
    padding: 80px;
    border-radius: 20px;
  }
}

.inquiry__heading {
  margin-bottom: 10.2564102564vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .inquiry__heading {
    margin-bottom: 3.515625vw;
  }
}
@media screen and (min-width: 1281px) {
  .inquiry__heading {
    margin-bottom: 45px;
  }
}

.inquiry__en {
  font-size: 10.2564102564vw;
}
@media screen and (min-width: 751px) {
  .inquiry__en {
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 1281px) {
  .inquiry__en {
    font-size: 6rem;
  }
}

@media screen and (min-width: 751px) {
  .inquiry__ja {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1281px) {
  .inquiry__ja {
    font-size: 1.6rem;
  }
}

.inquiry__text {
  font-size: 3.8461538462vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .inquiry__text {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1281px) {
  .inquiry__text {
    font-size: 2rem;
  }
}

.inquiry__btn {
  margin: 5.1282051282vw auto 0 auto;
  width: 61.5384615385vw;
}
@media screen and (min-width: 751px) {
  .inquiry__btn {
    margin-top: 2.34375vw;
    width: 18.75vw;
  }
}
@media screen and (min-width: 1281px) {
  .inquiry__btn {
    margin-top: 30px;
    width: 240px;
  }
}

/*  contact
-------------------------------------------------------------------------------*/
.contact {
  position: relative;
  margin: 0 auto;
  padding: 20.5128205128vw 6.4102564103vw;
  width: 89.7435897436vw;
  background-color: rgba(242, 242, 242, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 5.1282051282vw;
}
@media screen and (min-width: 751px) {
  .contact {
    padding: 8.59375vw 14.0625vw;
    width: 75vw;
    border-radius: 1.5625vw;
  }
}
@media screen and (min-width: 1281px) {
  .contact {
    padding: 110px 180px;
    width: 960px;
    border-radius: 20px;
  }
}

.contact__heading {
  margin-bottom: 12.8205128205vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .contact__heading {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 1281px) {
  .contact__heading {
    margin-bottom: 50px;
  }
}

.contact__en {
  font-size: 10.2564102564vw;
}
@media screen and (min-width: 751px) {
  .contact__en {
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 1281px) {
  .contact__en {
    font-size: 6rem;
  }
}

.contact__ja {
  font-size: 3.5897435897vw;
}
@media screen and (min-width: 751px) {
  .contact__ja {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1281px) {
  .contact__ja {
    font-size: 2rem;
  }
}

/* ------------------------------------------- input - */
.form-item:nth-of-type(n + 2) {
  margin-top: 10.2564102564vw;
}
@media screen and (min-width: 751px) {
  .form-item:nth-of-type(n + 2) {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 1281px) {
  .form-item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.form-item__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7em;
  color: #222222;
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .form-item__ttl {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1281px) {
  .form-item__ttl {
    font-size: 1.4rem;
  }
}
.form-item__ttl span {
  color: #FF2A51;
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 751px) {
  .form-item__ttl span {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1281px) {
  .form-item__ttl span {
    font-size: 1.2rem;
  }
}

.form-item input[type=text],
.form-item input[type=email],
.form-item input[type=tel],
.form-item input[type=date],
.form-item select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  width: 100%;
  height: 15.3846153846vw;
  background-color: #ffffff;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.5384615385vw;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.1025641026vw;
  font-weight: 400;
  line-height: 1.2em;
}
@media screen and (max-width: 750px) {
  .form-item input[type=text],
  .form-item input[type=email],
  .form-item input[type=tel],
  .form-item input[type=date],
  .form-item select {
    font-size: max(3.5vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .form-item input[type=text],
  .form-item input[type=email],
  .form-item input[type=tel],
  .form-item input[type=date],
  .form-item select {
    height: 4.6875vw;
    border-width: 0.078125vw;
    border-radius: 0.46875vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1281px) {
  .form-item input[type=text],
  .form-item input[type=email],
  .form-item input[type=tel],
  .form-item input[type=date],
  .form-item select {
    height: 60px;
    border-width: 1px;
    border-radius: 6px;
    font-size: 16px;
  }
}

.form-item textarea {
  padding: 1em;
  width: 100%;
  height: 51.2820512821vw;
  background-color: #ffffff;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.5384615385vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.1025641026vw;
  font-weight: 400;
  line-height: 1.2em;
}
@media screen and (max-width: 750px) {
  .form-item textarea {
    font-size: max(3.5vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .form-item textarea {
    height: 18.75vw;
    border-width: 0.078125vw;
    border-radius: 0.46875vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1281px) {
  .form-item textarea {
    height: 240px;
    border-width: 1px;
    border-radius: 6px;
    font-size: 16px;
  }
}

/* ------------------------------------------- placeholder - */
.form-item input::-webkit-input-placeholder,
.form-item select::-webkit-input-placeholder,
.form-item textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-item input:-ms-input-placeholder,
.form-item select:-ms-input-placeholder,
.form-item textarea:-ms-input-placeholder,
.form-item input::-ms-input-placeholder,
.form-item textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-item input::-moz-placeholder,
.form-item select::-moz-placeholder,
.form-item textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

/* ------------------------------------------- agree - */
.form__agree {
  margin-top: 10.2564102564vw;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .form__agree {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 1281px) {
  .form__agree {
    margin-top: 40px;
  }
}

/* ---------------------------------- checkbox */
.form .checkbox-group {
  margin-top: 3.8461538462vw;
}
@media screen and (min-width: 751px) {
  .form .checkbox-group {
    margin-top: 1.171875vw;
  }
}
@media screen and (min-width: 1281px) {
  .form .checkbox-group {
    margin-top: 15px;
  }
}

/* チェックボックス本体は非表示 */
.form .checkbox-group input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* ラベル */
.form .checkbox-group label {
  display: inline-block;
  cursor: pointer;
}

/* テキスト部分 */
.form .checkbox-group label span {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8.7179487179vw;
  height: 7.1794871795vw;
  font-size: 4.1025641026vw;
  font-weight: 400;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .form .checkbox-group label span {
    padding-left: 2.65625vw;
    height: 2.1875vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1281px) {
  .form .checkbox-group label span {
    padding-left: 34px;
    height: 28px;
    font-size: 1.6rem;
  }
}

/* チェックボックス外枠 */
.form .checkbox-group input[type=checkbox] + label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-color: #ffffff;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.2820512821vw;
}
@media screen and (min-width: 751px) {
  .form .checkbox-group input[type=checkbox] + label span::before {
    width: 2.03125vw;
    height: 2.03125vw;
    border-width: 0.078125vw;
    border-radius: 0.390625vw;
  }
}
@media screen and (min-width: 1281px) {
  .form .checkbox-group input[type=checkbox] + label span::before {
    width: 26px;
    height: 26px;
    border-width: 1px;
    border-radius: 5px;
  }
}

/* チェック時 */
.form .checkbox-group input[type=checkbox]:checked + label span::after {
  content: "";
  position: absolute;
  top: 1.0256410256vw;
  left: 1.0256410256vw;
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  background-image: url(../img/contact/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  .form .checkbox-group input[type=checkbox]:checked + label span::after {
    top: 0.3125vw;
    left: 0.3125vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media screen and (min-width: 1281px) {
  .form .checkbox-group input[type=checkbox]:checked + label span::after {
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
  }
}

.form-txt {
  font-size: 2.8205128205vw;
  text-align: center;
  line-height: 1.7em;
}
@media screen and (min-width: 751px) {
  .form-txt {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1281px) {
  .form-txt {
    font-size: 1.2rem;
  }
}
.form-txt a {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media screen and (min-width: 751px) {
  .form-txt a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 751px) {
  .form-txt a:hover {
    color: rgba(0, 0, 0, 0.4);
  }
}

/* ------------------------------------------- submit - */
.form__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7.6923076923vw auto 0 auto;
  width: 76.9230769231vw;
  height: 15.3846153846vw;
  background-color: #222222;
  border-radius: 7.6923076923vw;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.6153846154vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form__btn {
    margin-top: 2.34375vw;
    width: 28.90625vw;
    height: 4.6875vw;
    border-radius: 2.34375vw;
    font-size: 1.40625vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 1281px) {
  .form__btn {
    margin-top: 30px;
    width: 370px;
    height: 60px;
    border-radius: 30px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .form__btn:hover {
    background-color: #F64B4A;
  }
}

/* ------------------------------------------- error - */
.form .checkbox-group label.is-error span::before {
  border-color: #FF2A51 !important;
}

.form-item input.is-error,
.form-item textarea.is-error {
  border-color: #FF2A51;
}

.error-text {
  margin-top: 0.5em;
  padding-left: 1em;
  color: #FF2A51;
  font-size: 3.0769230769vw;
  text-indent: -1em;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .error-text {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1281px) {
  .error-text {
    font-size: 1.2rem;
  }
}
.error-text:before {
  content: "※";
}

/* ------------------------------------------- thanks - */
.contact__txt {
  font-size: 3.5897435897vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.7em;
}
@media screen and (min-width: 751px) {
  .contact__txt {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1281px) {
  .contact__txt {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */