@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;600&display=swap");
@keyframes inview {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes inview-scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.u-lineBreak {
  display: block;
}

.u-lineBreak--sp {
  display: block;
}
@media screen and (max-width: 750px) {
  .u-lineBreak--sp {
    display: inline;
  }
}

.u-lineBreak--pc {
  display: inline;
}
@media screen and (min-width: 750px) {
  .u-lineBreak--pc {
    display: block;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased !important;
  word-break: break-all;
  line-break: strict;
  hanging-punctuation: force-end;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 15px;
  }
}

a {
  transition: all 0.3s ease 0s;
  transition-property: color, background-color, border-color, opacity;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

main {
  background: #ffffff;
}

@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
  a:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
.global-header__nav__btn, .btn-cv, .btn-cta {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  text-align: center;
  line-height: 1.5;
  border: none;
  border-radius: 3em;
  padding: 1.25em 1em;
  position: relative;
  transition: all 0.3s ease 0s;
  transition-property: color, background-color, border-color, box-shadow, transform;
}
@media screen and (min-width: 750px) {
  .global-header__nav__btn, .btn-cv, .btn-cta {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .global-header__nav__btn, .btn-cv, .btn-cta {
    font-size: 15px;
  }
}
@media screen and (min-width: 750px) {
  .global-header__nav__btn, .btn-cv, .btn-cta {
    width: 100%;
    margin: 1em auto;
    cursor: pointer;
  }
}
@media screen and (max-width: 750px) {
  .global-header__nav__btn, .btn-cv, .btn-cta {
    width: 100%;
    margin: 1em auto;
  }
}

@media screen and (min-width: 750px) {
  .btn-cv, .btn-cta {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .btn-cv, .btn-cta {
    font-size: 16px;
  }
}
@media screen and (min-width: 750px) {
  .btn-cv, .btn-cta {
    max-width: 400px;
  }
}

@media screen and (min-width: 750px) {
  .global-header__nav__btn {
    width: auto;
    font-size: 14px;
    padding: 1em 1.5em;
  }
}

.global-header__nav__btn, .btn-cv, .btn-cta {
  background: #ff7c80;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  .global-header__nav__btn:hover, .btn-cv:hover, .btn-cta:hover {
    transform: translate(0, -5px);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  }
}
.btn-cv {
  border-radius: 24px;
  padding: 1em;
}

/*
.btn {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  background-color: $primary;
  background-size: 100% 200%;
  background-position: 0 0;
  color: $white;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 3em;
  cursor: pointer;
  @include transition;
  transition-property: background, transform, box-shadow;
  &::before {}
  &::after{}
  a { display: block;}

  @include media(pc){

    padding: 1rem 2rem;
    margin: 0 auto;
    &:hover {
      background-position: 0 100%;
      transform: translate(0,-5px);
      box-shadow: 0 5px 30px rgba(0,0,0,0.2);
    }
  }
  @include media(sp){
    font-size: 16px;
    line-height: 1;
    padding: 1.5em 1em;
  }
}
*/
.title-section {
  font-family: "Jost", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  opacity: 0;
}
.title-section span {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  .title-section {
    font-size: 80px;
    letter-spacing: 0.1em;
    margin: 0 0 1em;
  }
  .title-section span {
    font-size: 20px;
    letter-spacing: 0.21em;
  }
}
@media screen and (max-width: 750px) {
  .title-section {
    font-size: 40px;
    margin: 0 0 1em;
  }
  .title-section span {
    font-size: 16px;
  }
}

.is_inview .title-section {
  animation: fadein 1s ease-out forwards;
}

.center {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .font-xs {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .font-xs {
    font-size: 10px;
  }
}

.bg--grad {
  background: linear-gradient(90deg, #EE6E20 0%, #EF4F6E 100%);
}
@media screen and (min-width: 750px) {
  .bg--grad {
    border-radius: 50px;
  }
}
@media screen and (max-width: 750px) {
  .bg--grad {
    border-radius: 25px;
  }
}

::-webkit-input-placeholder {
  color: #a1a1a1;
}

::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #a1a1a1;
}

:-moz-placeholder {
  color: #a1a1a1;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number],
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-color: white;
  color: #000000;
  border-radius: 2px;
  border: none;
  border: 1px solid #ff7c80;
  box-shadow: none;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus {
  background-color: #ffffff;
  border-color: #00b050;
}
input[type=text][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=url][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
input[type=date][disabled] {
  color: #a1a1a1;
}
input[type=text][readonly],
input[type=search][readonly],
input[type=tel][readonly],
input[type=url][readonly],
input[type=email][readonly],
input[type=password][readonly],
input[type=number][readonly],
input[type=date][readonly] {
  color: #a1a1a1;
}
@media screen and (min-width: 750px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=date] {
    font-size: 16px;
    padding: 0 1em;
  }
}
@media screen and (max-width: 750px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=date] {
    font-size: 16px;
    padding: 1em 0.5em;
  }
}
input[type=text].input-full,
input[type=search].input-full,
input[type=tel].input-full,
input[type=url].input-full,
input[type=email].input-full,
input[type=password].input-full,
input[type=number].input-full,
input[type=date].input-full {
  width: 100%;
}
input[type=text].input-half,
input[type=search].input-half,
input[type=tel].input-half,
input[type=url].input-half,
input[type=email].input-half,
input[type=password].input-half,
input[type=number].input-half,
input[type=date].input-half {
  display: inline-block;
  width: 49%;
}
input[type=text].input-third,
input[type=search].input-third,
input[type=tel].input-third,
input[type=url].input-third,
input[type=email].input-third,
input[type=password].input-third,
input[type=number].input-third,
input[type=date].input-third {
  display: inline-block;
  width: 32%;
}
input[type=text].input-quarter,
input[type=search].input-quarter,
input[type=tel].input-quarter,
input[type=url].input-quarter,
input[type=email].input-quarter,
input[type=password].input-quarter,
input[type=number].input-quarter,
input[type=date].input-quarter {
  display: inline-block;
  width: 24%;
}
input[type=number],
input[type=date] {
  display: inline-block;
  width: auto;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-color: white;
  color: #000000;
  border-radius: 2px;
  border: none;
  border: 1px solid #ff7c80;
  box-shadow: none;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s ease 0s;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-image: url(../img/icon-chevron.svg);
  background-size: 1.5rem;
  border-radius: 0;
  border-color: #101010;
}
select:focus {
  background-color: #ffffff;
  border-color: #00b050;
}
select[disabled] {
  color: #a1a1a1;
}
select[readonly] {
  color: #a1a1a1;
}
@media screen and (min-width: 750px) {
  select {
    font-size: 16px;
    padding: 0 1em;
  }
}
@media screen and (max-width: 750px) {
  select {
    font-size: 16px;
    padding: 1em 0.5em;
  }
}
select.input-full {
  width: 100%;
}
select.input-half {
  display: inline-block;
  width: 49%;
}
select.input-third {
  display: inline-block;
  width: 32%;
}
select.input-quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (min-width: 750px) {
  select {
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 0.5em;
  }
}
@media screen and (max-width: 750px) {
  select {
    height: 50px;
    padding: 1em 30px 1em 0.5em;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select:not(:target) {
    padding-right: 0;
    background-image: none;
  }
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-color: white;
  color: #000000;
  border-radius: 2px;
  border: none;
  border: 1px solid #ff7c80;
  box-shadow: none;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s ease 0s;
  width: 100%;
  min-height: 6em;
}
textarea:focus {
  background-color: #ffffff;
  border-color: #00b050;
}
textarea[disabled] {
  color: #a1a1a1;
}
textarea[readonly] {
  color: #a1a1a1;
}
@media screen and (min-width: 750px) {
  textarea {
    font-size: 16px;
    padding: 0 1em;
  }
}
@media screen and (max-width: 750px) {
  textarea {
    font-size: 16px;
    padding: 1em 0.5em;
  }
}
textarea.input-full {
  width: 100%;
}
textarea.input-half {
  display: inline-block;
  width: 49%;
}
textarea.input-third {
  display: inline-block;
  width: 32%;
}
textarea.input-quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (min-width: 750px) {
  textarea {
    padding: 1em;
  }
}
@media screen and (max-width: 750px) {
  textarea {
    padding: 1em 0.5em;
  }
}

form label {
  display: inline-block;
  position: relative;
  margin: 7px 5px 7px 0;
  cursor: pointer;
}
form label input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
form label.input-full {
  width: 100%;
}
form label.input-half {
  display: inline-block;
  width: 49%;
}
form label.input-third {
  display: inline-block;
  width: 32%;
}
form label.input-quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (max-width: 750px) {
  form label {
    display: inline-block;
    padding: 5px 0;
  }
}
form label input[type=checkbox] + span {
  display: block;
  padding: 0 1em 0 25px;
}
form label input[type=checkbox] + span a {
  color: #00b050;
  text-decoration: underline;
  text-decoration-color: #00b050;
}
form label input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #000000;
  position: absolute;
  left: 0;
  transition: all 0.3s ease 0s;
}
form label input[type=checkbox] + span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  margin: 0;
  left: 8px;
  top: 50%;
  transform: rotate(45deg);
  opacity: 0;
}
@media screen and (min-width: 750px) {
  form label input[type=checkbox] + span::before {
    top: 0.2em;
  }
}
@media screen and (max-width: 750px) {
  form label input[type=checkbox] + span::before {
    top: 0.5em;
  }
}
form label input[type=checkbox]:checked + span::before {
  background: #00b050;
  border-color: #00b050;
}
form label input[type=checkbox]:checked + span::after {
  width: 5px;
  height: 10px;
  opacity: 1;
  margin-top: -6px;
}
form label input[type=radio] + span {
  display: inline-block;
  padding: 0 1em 0 25px;
}
form label input[type=radio] + span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #E9ECEF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 750px) {
  form label input[type=radio] + span::before {
    top: 0.2em;
  }
}
@media screen and (max-width: 750px) {
  form label input[type=radio] + span::before {
    top: 0.5em;
  }
}
form label input[type=radio]:checked + span::before {
  background: #ffffff;
  border: 5px solid #ff7c80;
}

.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-left: 1%;
}

.wpcf7-list-item {
  margin: 0 !important;
}

@media screen and (max-width: 750px) {
  .wpcf7-not-valid-tip {
    font-size: 12px !important;
  }
}

div.wpcf7 .ajax-loader {
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

.list-form {
  display: block;
}
.list-form dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.list-form dt.required::after {
  content: "【必須】";
  font-size: 16px;
  color: #ff0000;
  padding: 0.1em 0.5em;
}
.list-form dt.optional::after {
  content: "任意";
  font-size: 12px;
  color: #ffffff;
  padding: 0.1em 0.5em;
  background: #ABABAB;
  border-radius: 2px;
}
.list-form dd {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .list-form {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    margin: 30px auto;
  }
  .list-form dt {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  .list-form dd {
    padding: 0.5em 0 1.5em;
  }
  .list-form dd p {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .list-form {
    margin: 20px 0;
  }
  .list-form dt {
    font-size: 16px;
    font-weight: bold;
    background: #ffffff;
    margin: 2em 0 0.5em;
  }
}
.list-form .address dd {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.list-form .address dd p {
  display: block;
}
.list-form .address dd p:first-of-type {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.list-form .address dd p:first-of-type span:first-of-type {
  margin-right: 1.5rem;
}
.list-form .address__text {
  padding: 1em 0;
}
@media screen and (min-width: 750px) {
  .list-form .address__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .list-form .address__text {
    font-size: 12px;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0, 2vw);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.global-header {
  width: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 99;
}
.global-header__logo {
  display: block;
  line-height: 0;
}
.global-header__nav a:hover {
  opacity: 0.4;
}
@media screen and (min-width: 750px) {
  .global-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 3%;
    transition: background-color 0.3s;
  }
  .global-header__logo {
    line-height: 0;
  }
  .global-header__logo img {
    width: 200px;
  }
  .global-header__nav {
    display: flex;
    width: calc(100% - 200px);
  }
  .global-header__nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
  .global-header__nav ul li {
    margin: 0 1rem;
  }
  .global-header__nav ul li:last-of-type {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .global-header__nav ul li {
    margin: 0 0.75rem;
  }
  .global-header__nav ul li:last-of-type {
    margin-right: 0px;
  }
  .global-header__nav ul li a {
    font-size: 12px;
  }
  .global-header__nav__btn {
    padding: 0.75rem 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .global-header {
    height: 60px;
    padding: 15px 3%;
    background: #ffffffee;
  }
  .global-header__logo img {
    height: 30px;
  }
  .global-header__nav {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 60px;
    background: #ffffffee;
    border-top: 1px solid #E9ECEF;
    transition: right 0.3s ease 0s;
  }
  .global-header__nav li:not(.global-header__nav__btn) a, .global-header__nav li:not(.global-header__nav__btn) label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 1em 8%;
    border-bottom: 1px solid #E9ECEF;
    position: relative;
  }
  .global-header__nav li:not(.global-header__nav__btn) a::after, .global-header__nav li:not(.global-header__nav__btn) label::after {
    content: "";
    width: 0.7em;
    height: 0.7em;
    line-height: 0;
    border-top: 2px solid #101010;
    border-right: 2px solid #101010;
    transform: rotate(45deg);
    margin-top: -0.35em;
    position: absolute;
    right: 5%;
    top: 50%;
  }
  .global-header__nav__btn {
    width: 100%;
    max-width: 80vw;
    margin: 2rem 10%;
    padding: 1.25em 10%;
  }
  .global-header__nav__btn + .global-header__nav__btn {
    padding-top: 0;
  }
  .global-header__nav__btn a {
    font-size: 15px;
    border-radius: 1.75em;
  }
}
@media screen and (min-width: 750px) {
  .global-header__humberger {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .global-header__humberger {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
  }
  .global-header__humberger span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 20px;
    top: 50%;
    transition: all 0.3s ease 0s;
    transition-property: margin, transform;
  }
  .global-header__humberger span:nth-of-type(1) {
    margin-top: -8px;
  }
  .global-header__humberger span:nth-of-type(2) {
    margin-top: -1px;
  }
  .global-header__humberger span:nth-of-type(3) {
    margin-top: 6px;
  }
}

@media screen and (max-width: 750px) {
  .drawer-open .global-header__humberger span:nth-of-type(1) {
    margin-top: 0;
    transform: rotate(-45deg);
  }
  .drawer-open .global-header__humberger span:nth-of-type(2) {
    transform: scale(0, 1);
  }
  .drawer-open .global-header__humberger span:nth-of-type(3) {
    margin-top: 0;
    transform: rotate(45deg);
  }
  .drawer-open .global-header__nav {
    right: 0;
  }
}

@media screen and (min-width: 750px) {
  .scrolled .global-header {
    background: #ffffffee;
  }
}

.global-footer {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 750px) {
  .global-footer {
    padding: 80px 10% 200px;
  }
}
@media screen and (max-width: 750px) {
  .global-footer {
    padding: 40px 5% 100px;
  }
}
@media screen and (min-width: 750px) {
  .global-footer__logo {
    width: 370px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  .global-footer__logo {
    width: 175px;
    margin: 0 auto 20px;
  }
}
.global-footer__address {
  margin-top: 2em;
}
.global-footer h2 {
  margin-bottom: 1em;
}
.global-footer address {
  font-style: normal;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
}
.global-footer p {
  text-align: left;
  margin-bottom: 0.5em;
}
.global-footer__nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.global-footer__nav__list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.global-footer__nav__list li {
  width: 33.333%;
}
.global-footer__nav__list li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 750px) {
  .global-footer__nav__list {
    width: 50%;
    height: auto;
    position: fixed;
    left: 25%;
    bottom: 0;
  }
  .global-footer__nav__list li a:hover {
    opacity: 0.8;
  }
}

.global-footer__inner h2 {
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .global-footer__inner h2 {
    font-size: 28px;
  }
}

.global-footer__inner h2 img {
  width: auto;
}
@media screen and (max-width: 750px) {
  .global-footer__inner h2 img {
    width: 18%;
  }
}

.global-footer__address {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .global-footer__address {
    font-size: 16px;
  }
}

.section-link__head {
  color: #ffffff;
  background-color: #ff7c80;
  border-radius: 31px 31px 0 0;
  padding: 1.5rem 0;
}
.section-link__head h2 {
  font-size: clamp(1.375rem, 0.852rem + 2.61vw, 2.813rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.section-link__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border: 5px solid #ff7c80;
  border-radius: 0 0 31px 31px;
  padding: 1.5rem 3%;
}
.section-link__list li:nth-of-type(2) {
  margin-left: -15px;
}
.section-link__list li:nth-of-type(3) {
  margin-right: -5px;
}
.section-link__list li:last-of-type {
  margin-top: 15px;
}

.section-products {
  background-color: #ff7c80;
  padding: 2rem 3%;
  margin: 1.5rem 0;
}

.list-products {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.list-products li {
  width: calc(50% - 5px);
  background-color: #ffffff;
  padding: 1em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .list-products li {
    padding: 5px;
  }
}
.list-products__top {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .list-products__top figure img {
    height: 75px;
  }
}
.list-products__function p {
  font-size: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem);
  color: #ffffff;
  text-align: center;
  border-radius: 7px;
  padding: 0 10px;
}
.list-products__function p:not(:first-of-type) {
  margin-top: 4px;
}
.list-products__image {
  margin-top: -80px;
}
@media screen and (max-width: 750px) {
  .list-products__image {
    margin-top: -40px;
  }
}
.list-products__title {
  font-size: clamp(12.5px, 2.78vw, 25px);
  font-weight: 400;
  text-align: center;
}
.list-products__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .list-products__detail__option img {
    width: 45px;
  }
}
.list-products__detail__dis {
  background-image: url(../img/product-bg.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 0 25px;
}
@media screen and (max-width: 750px) {
  .list-products__detail__dis {
    padding: 0;
  }
}
.list-products__detail__dis p {
  color: #f15a24;
  font-size: clamp(10px, 2.78vw, 14px);
  font-weight: 500;
}
.list-products__detail__dis--big {
  font-size: clamp(15px, 2.78vw, 30px);
}
.list-products__price__taxout {
  color: #f15a24;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.list-products__price__taxout--big {
  font-size: 65px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .list-products__price__taxout--big {
    font-size: 32px;
  }
}
.list-products__price__taxout__detail p {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .list-products__price__taxout__detail p {
    font-size: 12px;
  }
}
.list-products__price__taxout__detail p:last-of-type {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .list-products__price__taxout__detail p:last-of-type {
    font-size: 10px;
  }
}
.list-products__price__taxin {
  color: #000000;
  position: absolute;
  text-align: center;
  right: 55px;
  bottom: -5px;
}
@media screen and (max-width: 750px) {
  .list-products__price__taxin {
    font-size: 10px;
    right: 8vw;
  }
}
.list-products__price__taxin p {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .list-products__price__taxin p {
    font-size: 10px;
  }
}
.list-products__btn {
  font-size: 15px;
  color: #ffffff;
  background-color: #f15a24;
  text-align: center;
  width: 100%;
  margin-top: 1em;
  padding: 0.25em;
  /*
  &::after {
    content: url(../img/product-arrow.svg);
    width: 8px;
    display: inline-block;
    @include media(sp) { width: 4px; }
  }
  */
}
@media screen and (max-width: 750px) {
  .list-products__btn {
    font-size: 10px;
  }
}

.section-casestudy {
  background-color: #f9dbe1;
  overflow: hidden;
}
.section-casestudy__inner {
  padding: 72px 40px 45px 40px;
}
@media screen and (max-width: 750px) {
  .section-casestudy__inner {
    padding: 32px 40px 45px 40px;
  }
}
.section-casestudy__title {
  color: #ff7c80;
  text-align: center;
  position: relative;
  padding-bottom: 92px;
}
.section-casestudy__title h2 {
  font-size: 72px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .section-casestudy__title h2 {
    font-size: 56px;
    margin-bottom: 20px;
  }
}
.section-casestudy__title p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .section-casestudy__title p {
    font-size: 14px;
  }
}
.section-casestudy__title__image {
  width: 220px;
  position: absolute;
  left: -30px;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .section-casestudy__title {
    padding-bottom: 52px;
  }
  .section-casestudy__title__image {
    left: -50px;
    width: 110px;
  }
}
.section-casestudy .js-swiper {
  position: relative;
}
.section-casestudy .swiper-button-next,
.section-casestudy .swiper-button-prev {
  width: 40px;
  height: 40px;
}
.section-casestudy .swiper-button-next::after,
.section-casestudy .swiper-button-prev::after {
  content: "";
  background-image: url(../img/swiper-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.section-casestudy .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -30px);
}
.section-casestudy .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -30px);
}
.section-casestudy .swiper-button-prev::after {
  transform: rotate(180deg);
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-estimate {
  background-color: #ff7c80;
}
.section-estimate__inner {
  padding: 60px 30px 30px 20px;
}
.section-estimate__title {
  color: #ffffff;
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
.section-estimate__title h2 {
  font-size: 64px;
  line-height: 1.3;
}
.section-estimate__title p {
  font-size: 27px;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .section-estimate__title p {
    font-size: 16px;
    margin-top: 20px;
  }
}
.section-estimate__title__image {
  height: 250px;
  position: absolute;
  right: 0;
  bottom: -63px;
}
@media screen and (max-width: 750px) {
  .section-estimate__title__image {
    bottom: -38px;
  }
}
.section-estimate__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .section-estimate__title {
    padding-bottom: 30px;
  }
  .section-estimate__title h2 {
    font-size: 32px;
  }
  .section-estimate__title__image {
    height: 150px;
  }
}

.section-reason {
  background-color: #fceef4;
}
.section-reason__inner {
  padding: 22px 0;
}
.section-reason__title {
  color: #ffffff;
  text-align: center;
  background-color: #ff7c80;
  position: relative;
  padding: 10px 0;
}
.section-reason__title h2 {
  font-size: 42px;
}
.section-reason__title p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  .section-reason__title p {
    font-size: 16px;
  }
}
.section-reason__title__image {
  width: 220px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .section-reason h2 {
    font-size: 32px;
  }
  .section-reason__title__image {
    width: 110px;
  }
}

.list-reason {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  padding: 40px 28px;
}
.list-reason li {
  width: calc(50% - 10px);
}
.list-reason li p {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .list-reason li p {
    font-size: 13.5px;
    letter-spacing: -0.03em;
  }
}

.section-faq {
  background-color: #8ddeff;
}
.section-faq__title {
  color: #ffffff;
  background-color: #054cb7;
  text-align: center;
}
.section-faq__title h2 {
  font-size: 32px;
  font-weight: bold;
  padding: 10px 0;
}
.section-faq .list-faq {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-faq .list-faq li {
  background: white;
  border-radius: 16px;
  padding: 16px;
}
.section-faq .list-faq h3 {
  color: #054cb7;
  padding-bottom: 8px;
  border-bottom: solid 3px #3f3f3f;
  font-size: 18px;
  font-weight: bold;
}
.section-faq .list-faq h3 span {
  padding-left: 27px;
}
.section-faq .list-faq p {
  padding-top: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
.section-faq .list-faq p span {
  font-weight: bold;
  color: #ff2d27;
}

.section-store {
  background-color: #ff7c80;
}
.section-store__inner {
  padding: 30px 12px;
}
.section-store__title {
  color: white;
  text-align: center;
  margin-bottom: 25px;
}
.section-store__title h2 {
  font-size: 70px;
  display: inline-block;
  border-bottom: solid 1px white;
  padding: 0 0.5em;
}
@media screen and (max-width: 750px) {
  .section-store__title h2 {
    font-size: 35px;
  }
}
.section-store img {
  width: 100%;
  margin-bottom: 32px;
}
.section-store__content h3 {
  font-size: 35px;
  text-align: center;
  color: white;
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .section-store__content h3 {
    font-size: 24px;
  }
}
.section-store__content dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 3%;
  margin-bottom: 1em;
  color: white;
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  .section-store__content dl {
    font-size: 16px;
  }
}
.section-store__content dl dt {
  font-weight: 500;
  width: 25%;
  padding: 0.5em 0;
  padding-left: 0.5em;
}
.section-store__content dl dt:not(:first-of-type) {
  border-top: solid 1px white;
}
.section-store__content dl dt:last-of-type {
  border-bottom: solid 1px white;
}
.section-store__content dl dd {
  width: 75%;
  padding: 0.5em 0;
}
.section-store__content dl dd:not(:first-of-type) {
  border-top: solid 1px white;
}
.section-store__content dl dd:last-of-type {
  border-bottom: solid 1px white;
}

.section-contact {
  margin-top: 24px;
  background-color: #ff7c80;
  padding: 5% 3%;
}
@media screen and (max-width: 750px) {
  .section-contact {
    padding: 12% 3%;
  }
}
.section-contact__head {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .section-contact__head {
    display: block;
    position: relative;
  }
}
.section-contact__image {
  height: 340px;
}
.section-contact__image img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-contact__title {
  color: #ffffff;
  text-align: center;
}
.section-contact__title h2 {
  font-size: 50px;
  font-weight: 700;
}
.section-contact__title h2 span {
  font-size: 75px;
  display: block;
}
.section-contact__title p {
  font-size: 25px;
  margin-bottom: 24px;
  font-weight: bold;
}
.section-contact__inner {
  background-color: #ffffff;
  padding: 3%;
}
@media screen and (max-width: 750px) {
  .section-contact__image {
    height: 170px;
    position: absolute;
    top: -24px;
    left: 0;
  }
  .section-contact__title h2 {
    font-size: 25px;
  }
  .section-contact__title h2 span {
    font-size: 32px;
  }
  .section-contact__title p {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */