@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  line-height: 1.6;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
q:after,
q:before {
  content: "";
}
embed,
object {
  vertical-align: top;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
abbr,
acronym,
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style-type: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
main {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}
address {
  font-style: normal;
}
caption,
td,
th {
  font-weight: 400;
  text-align: left;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #ccc;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
button {
  border: 0;
  background: 0 0;
  display: block;
  cursor: pointer;
}
input,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
a,
button {
  text-decoration: none;
  opacity: 1;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  word-break: break-all;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}
a,
a:focus {
  outline: 0;
}
button,
input,
input:focus {
  outline: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
}
.MoveUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .MoveUp.only_pc {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.MoveUpDone {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.Blur {
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    filter 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.BlurDone {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.MoveRight {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition: opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .MoveRight.only_pc {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.MoveRightDone {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.MoveLeft {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
  -webkit-transition: opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .MoveLeft.only_pc {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.MoveLeftDone {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.RotationContent {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1.5s cubic-bezier(0.36, 0.1, 0.16, 1),
    -webkit-transform 1.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.RotationContentDone {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.Rotation3dContent {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.Rotation3dContentDone {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.ZoominContent {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.ZoominContentDone {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.FadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.FadeInDone {
  opacity: 1;
}
.CoverInview {
  position: relative;
}
.CoverInview::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #74adba;
  position: absolute;
  -webkit-transition: width 680ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 680ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3000;
}
.CoverInviewBK::after {
  background: #000;
}
.CoverInviewDone::after {
  width: 0%;
}
.Delay100ms {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.Delay150ms {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.Delay200ms {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.Delay250ms {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.Delay300ms {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.Delay350ms {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.Delay400ms {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.Delay450ms {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.Delay500ms {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.Delay550ms {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}
.Delay600ms {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.Delay650ms {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}
.Delay700ms {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.Delay750ms {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.Delay800ms {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.Delay850ms {
  -webkit-transition-delay: 850ms;
  transition-delay: 850ms;
}
.Delay900ms {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.Delay950ms {
  -webkit-transition-delay: 950ms;
  transition-delay: 950ms;
}
.Delay1000ms {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.Delay1100ms {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.Delay1200ms {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.Delay1300ms {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.Delay1400ms {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.Delay1500ms {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.Delay1600ms {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.Delay1700ms {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.Delay1800ms {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.Delay1900ms {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.Delay2000ms {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
* {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow: auto;
}
body {
  letter-spacing: 0;
  line-height: 0;
  word-wrap: break-word;
  background-color: #f8f8f4;
  overflow: hidden;
}
main {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body,
html {
  min-width: 1200px;
  max-width: 100%;
  margin: auto;
  font-family: "Noto Sans JP", Oswald, "Yu Gothic Medium", "游ゴシック体",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #353e45;
}
a,
a:hover,
a:visited {
  text-decoration: none;
}
b {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: none;
}
.sp-block,
.sp-flex,
.sp-inline,
.sp-inline-block,
.sp-table-row {
  display: none !important;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  body,
  html {
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .sp-none {
    display: none !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-inline {
    display: inline !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  .sp-brNone br {
    display: none !important;
  }
  .sp-table-row {
    display: table-row !important;
  }
}
label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form__select {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.form__select .select {
  width: 100%;
  height: 50px;
  padding: 0 50px 0 12px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border-radius: 5px;
  border: 1px solid #1a1a1a;
  background: 0 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__select .select::-ms-expand {
  display: none;
}
.form__select .select.borderRed {
  border: solid 1px red;
}
.form__select {
  position: relative;
  border-radius: 5px;
  background: #fff;
  margin-top: 6px;
}
.form__select::before {
  position: absolute;
  top: 17px;
  right: 16px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 14px solid #000;
  pointer-events: none;
}
.form__input {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 50px;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 11px 18px 8px;
  margin-top: 5px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .form__input {
    margin-top: 0;
  }
}
.form__textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  resize: vertical;
  min-height: 222px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 14px 18px;
  margin-top: 7px;
  font-family: "Noto Sans JP", Oswald, "Yu Gothic Medium", "游ゴシック体",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .form__textarea {
    margin-top: 0;
  }
}
.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: #9a9a9a;
  font-family: "Noto Sans JP", Oswald, "Yu Gothic Medium", "游ゴシック体",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  color: #9a9a9a;
  font-family: "Noto Sans JP", Oswald, "Yu Gothic Medium", "游ゴシック体",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  color: #9a9a9a;
  font-family: "Noto Sans JP", Oswald, "Yu Gothic Medium", "游ゴシック体",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
  color: #9a9a9a;
  font-family: "Noto Sans JP", Oswald, "Yu Gothic Medium", "游ゴシック体",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form__input::placeholder,
.form__textarea::placeholder {
  color: #9a9a9a;
  font-family: "Noto Sans JP", Oswald, "Yu Gothic Medium", "游ゴシック体",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form__input,
.form__textarea {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__input:focus,
.form__select:focus,
.form__textarea:focus {
  border-color: #74adba;
  background: #fff;
  outline: 0;
}
.form__checkbox:checked,
.form__checkbox:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form__checkbox:checked + .form__checkLabel,
.form__checkbox:not(:checked) + .form__checkLabel {
  position: relative;
  padding-left: 42px;
  font-weight: 500;
  cursor: pointer;
}
.form__checkbox:checked + .form__checkLabel:before,
.form__checkbox:not(:checked) + .form__checkLabel:before {
  content: "";
  position: absolute;
  left: 1px;
  top: -3px;
  border-radius: 5px;
  width: 28px;
  height: 28px;
  border: 1px solid #353e45;
  background: #fff;
}
.form__checkbox:checked + .form__checkLabel:after,
.form__checkbox:not(:checked) + .form__checkLabel:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 23px;
  height: 20px;
  background: url(../img/common/icon_check.svg) no-repeat center/contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form__checkbox:not(:checked) + .form__checkLabel:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form__checkbox:checked + .form__checkLabel:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form__checkbox:disabled:checked + .form__checkLabel:before,
.form__checkbox:disabled:not(:checked) + .form__checkLabel:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.form__checkbox:disabled:checked + .form__checkLabel:after {
  color: #999;
}
.form__checkbox:disabled + .form__checkLabel {
  color: #aaa;
}
.form__checkLabel + .form__checkbox + .form__checkLabel {
  margin-left: 20px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .form__checkLabel + .form__checkbox + .form__checkLabel {
    margin-top: 10px;
  }
}
.form__radioBox + .form__radioBox {
  margin-top: 15px;
}
.form__radioBox {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form__radioBox:hover {
  opacity: 0.7;
}
.form__radio {
  display: none;
}
.form__radioLabel {
  position: relative;
  padding: 0 20px 0 33px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
}
.form__radioLabel a {
  text-decoration: underline;
  color: #74adba;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .form__radioLabel {
    padding-right: 10px;
  }
}
.form__radioLabel::before,
.form__radioLabel:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
.form__radioLabel:after {
  left: 0;
  margin-top: -11px;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.form__radioLabel::before {
  left: 5px;
  margin-top: -6px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 1;
}
.form__radio:checked + .form__radioLabel:before {
  background-color: #14707c;
}
.autoBr {
  word-wrap: break-word;
  white-space: pre-wrap;
}
.objectFit__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.enFont {
  font-family: Lato, sans-serif;
}
.relative {
  position: relative;
}
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.textCenter {
  text-align: center;
}
.container {
  width: 1160px;
  max-width: 92%;
  margin: 0 auto;
}
.titleBox {
  position: relative;
}
.titleEn {
  display: inline-block;
  padding: 12px 12px 6px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  font-size: 306px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: absolute;
  left: -102px;
  top: -180px;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .titleEn {
    font-size: 90px;
    left: -25px;
    top: -70px;
  }
}
.titleJa {
  margin-top: 22px;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.45;
  color: #74adba;
  position: relative;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .titleJa {
    margin-top: 16px;
    font-size: 32px;
  }
}
.textDesc {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  position: relative;
  margin-top: 18px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .textDesc {
    font-size: 15px;
    font-weight: 500;
  }
}
.cta {
  background: #31869a;
  padding: 38px 0 40px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .cta {
    padding: 30px 0;
  }
}
.cta__list {
  padding: 0 111px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .cta__list {
    padding: 0;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .cta__item {
    width: 100%;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .cta__item + .cta__item {
    margin-top: 20px;
  }
}
.cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cta__link--line,
.cta__link--mail {
  width: 253px;
  height: 75px;
  border-radius: 5px;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta__link--line:hover,
.cta__link--mail:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .cta__link--line,
  .cta__link--mail {
    width: 100%;
    height: 65px;
  }
}
.cta__link--mail {
  background: #cea76a;
}
.cta__link--line {
  background: #4dc764;
}
.cta__link--phone {
  background: #fff;
  width: 278px;
  height: 75px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta__link--phone:hover {
  opacity: 0.7;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .cta__link--phone {
    width: 100%;
    height: 65px;
  }
}
.cta__text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .cta__text {
    font-size: 18px;
  }
}
.cta__icon {
  position: relative;
}
.cta__icon--mail {
  margin-right: 9px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .cta__icon--mail {
    width: 30px;
    margin-right: 7px;
  }
}
.cta__icon--line {
  margin-right: 11px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .cta__icon--line {
    width: 35px;
    margin-right: 9px;
  }
}
.cta__icon--phone {
  margin-right: 13px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .cta__icon--phone {
    width: 30px;
    margin-right: 10px;
  }
}
.cta__link--phoneTextBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cta__link--phoneText {
  font-size: 12px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.41;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .cta__link--phoneText {
    font-size: 10px;
  }
}
.cta__link--phoneNumber {
  font-size: 21px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.19;
  margin-top: 6px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .cta__link--phoneNumber {
    font-size: 18px;
  }
}
body {
  position: relative;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  body {
    padding-bottom: 62px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 167px;
  padding: 0 26px 0 41px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__inner {
    height: 90px;
    padding: 0 4%;
  }
}
@media screen and (min-width: 681px),
  screen and (min-width: 738px) and (orientation: landscape) {
  .header__inner.active {
    height: 100px;
  }
  .header__inner.active .header__logoLink {
    padding: 14px 35px 11px 35px;
  }
  .header__inner.active .header__logoText {
    font-size: 10px;
  }
  .header__inner.active .header__logoImage {
    width: 240px;
  }
}
.header__logoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 105px;
  padding: 19px 39px 16px 38px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__logoLink {
    padding: 12px 20px;
  }
}
.header__logoLink:hover {
  opacity: 0.7;
}
.header__logoText {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  color: #86bc66;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1340px) {
  .header__logoText {
    font-size: 12px;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__logoText {
    font-size: 9px;
    letter-spacing: 0.05em;
  }
}
.header__logoImage {
  margin-top: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1340px) {
  .header__logoImage {
    width: 301px;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__logoImage {
    width: 200px;
    margin-top: 5px;
  }
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 9990;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__navList {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -100%;
    top: 0;
    -webkit-transition: left 0.25s ease;
    transition: left 0.25s ease;
    padding-bottom: 20px;
  }
}
.header__navList--active {
  left: 0;
}
.header__cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff !important;
}
.header__cta:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.header__cta:hover::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.header__ctaBtnText {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1340px) {
  .header__ctaBtnText {
    font-size: 13px;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__ctaBtnText {
    font-size: 12px;
  }
}
.header__cta--mail {
  background: #cea76a;
  padding: 0 26px;
}
@media screen and (max-width: 1340px) {
  .header__cta--mail {
    padding: 0 17px 0 19px;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__cta--mailOpen {
    background: #937951;
  }
}
.header__cta--line {
  background: #4dc764;
  padding: 0 18px;
}
@media screen and (max-width: 1340px) {
  .header__cta--line {
    padding: 0 10px 0 12px;
  }
}
.header__ctaBtnIcon {
  position: relative;
}
.header__ctaBtnIcon--line {
  margin-right: 8px;
  width: 27px;
}
@media screen and (max-width: 1340px) {
  .header__ctaBtnIcon--line {
    margin-right: 6px;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__ctaBtnIcon--line {
    width: 20px;
    margin-right: 5px;
  }
}
.header__ctaBtnIcon--mail {
  margin-right: 8px;
}
@media screen and (max-width: 1340px) {
  .header__ctaBtnIcon--mail {
    margin-right: 5px;
    width: 20px;
  }
}
.header__ctaBtnText--access {
  font-size: 15px;
}
@media screen and (max-width: 1340px) {
  .header__ctaBtnText--access {
    font-size: 13px;
  }
}
.header__cta--phone {
  background: #fff;
  border-radius: 5px;
  height: 75px;
  padding: 0 17px 0 18px;
  width: 100%;
  max-width: 300px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__cta--phone:hover {
  opacity: 0.7;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__cta--phone {
    margin: 0 auto;
    height: 65px;
    padding: 0 12px 0;
  }
}
.header__cta--phoneTextBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__cta--phoneText {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.41;
  color: #000;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__cta--phoneText {
    font-size: 10px;
  }
}
.header__cta--phoneNumber {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin-top: 6px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__cta--phoneNumber {
    font-size: 18px;
  }
}
.header__ctaBtnIcon--phone {
  margin-right: 13px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__ctaBtnIcon--phone {
    width: 27px;
    margin-right: 8px;
  }
}
.header__navItem {
  margin-right: 30px;
}
@media screen and (max-width: 1340px) {
  .header__navItem {
    margin-right: 23px;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__navItem {
    margin-right: 0;
  }
}
.header__navItem:last-child {
  margin-right: 0;
}
.header__navOpen {
  width: 100%;
  height: 100%;
  background-color: #cea76a;
  position: fixed;
  top: 0;
  z-index: 99999;
  left: -100%;
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__navOpen {
    width: 100%;
  }
}
.header__navOpen--active {
  left: 0;
}
.header__navOpenInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header__navOpenList {
  width: 100%;
  height: 100%;
  padding: 50px 50px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__navOpenList {
    width: 100%;
    padding: 70px 30px 100px;
  }
}
.header__navOpenItem {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__navOpenItem {
    width: 100%;
  }
}
.header__navOpenItem .header__cta {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__navOpenItem:first-child {
    margin-top: 0;
  }
}
.header__navOpenItem:last-child {
  padding-bottom: 50px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .header__navOpenItem:last-child {
    padding-bottom: 100px;
  }
}
.header__navOpenLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  color: #fff !important;
}
.menu__inner {
  display: none;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .menu__inner {
    position: fixed;
    right: 43px;
    top: 21px;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
  }
}
@media screen and (max-width: 680px) and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) and (max-width: 680px),
  screen and (max-width: 680px) and (max-width: 737px) and (orientation: landscape),
  screen and (max-width: 737px) and (orientation: landscape) and (max-width: 737px) and (orientation: landscape) {
  .menu__inner {
    right: 4%;
    top: 10px;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .menu__button {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 117px;
    height: 117px;
    background: #cea76a;
    border-radius: 50%;
  }
}
@media screen and (max-width: 680px) and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) and (max-width: 680px),
  screen and (max-width: 680px) and (max-width: 737px) and (orientation: landscape),
  screen and (max-width: 737px) and (orientation: landscape) and (max-width: 737px) and (orientation: landscape) {
  .menu__button {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .menu__button:hover {
    opacity: 1;
  }
  .menu__button span,
  .menu__button::after,
  .menu__button::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 67px;
    height: 2px;
    margin: auto;
    background: #fff;
  }
}
@media screen and (max-width: 680px) and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) and (max-width: 680px),
  screen and (max-width: 680px) and (max-width: 737px) and (orientation: landscape),
  screen and (max-width: 737px) and (orientation: landscape) and (max-width: 737px) and (orientation: landscape) {
  .menu__button span,
  .menu__button::after,
  .menu__button::before {
    width: 40px;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .menu__button span {
    overflow: hidden;
    z-index: 1;
    color: #fff;
  }
  .menu__button::before {
    z-index: 2;
    content: "";
    -webkit-transform: translate(0, -22px);
    transform: translate(0, -22px);
  }
}
@media screen and (max-width: 680px) and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) and (max-width: 680px),
  screen and (max-width: 680px) and (max-width: 737px) and (orientation: landscape),
  screen and (max-width: 737px) and (orientation: landscape) and (max-width: 737px) and (orientation: landscape) {
  .menu__button::before {
    -webkit-transform: translate(0, -13px);
    transform: translate(0, -13px);
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .menu__button::after {
    z-index: 2;
    content: "";
    -webkit-transform: translate(0, 22px);
    transform: translate(0, 22px);
  }
}
@media screen and (max-width: 680px) and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) and (max-width: 680px),
  screen and (max-width: 680px) and (max-width: 737px) and (orientation: landscape),
  screen and (max-width: 737px) and (orientation: landscape) and (max-width: 737px) and (orientation: landscape) {
  .menu__button::after {
    -webkit-transform: translate(0, 13px);
    transform: translate(0, 13px);
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .menu__button {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .menu__button span {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .menu__button::after,
  .menu__button::before {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .menu__button.active {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .menu__button.active span {
    color: #fff;
  }
  .menu__button.active span {
    opacity: 0;
  }
  .menu__button.active::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu__button.active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.sp__cta {
  display: none;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .sp__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    background-color: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
}
.sp__ctaItem {
  width: 49%;
}
.copyright {
  padding: 34px 0;
  text-align: center;
  background-color: #353e45;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .copyright {
    padding: 20px 0;
  }
}
.copyright__text {
  font-size: 13px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.23;
  word-break: keep-all;
  color: #fff;
}
.footer__sekou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  padding: 40px 0;
}
.footer__sekou img {
  margin-bottom: 20px;
}
@-webkit-keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask__box {
  display: inline-block;
}
.mask__box .mask__inner {
  position: relative;
  visibility: hidden;
}
.mask__box .mask__inner::after {
  content: "";
  background: #cea76a;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask__box .mask__inner.start {
  -webkit-animation-name: animate-content;
  animation-name: animate-content;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask__box .mask__inner.start::after {
  -webkit-animation-name: animate-panel;
  animation-name: animate-panel;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.marker-animation.active {
  background-position: -100% 0.9em;
}
.marker-animation {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, transparent),
    color-stop(50%, #ffde9e)
  );
  background-image: -webkit-linear-gradient(left, transparent 50%, #ffde9e 50%);
  background-image: linear-gradient(to right, transparent 50%, #ffde9e 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.45em;
  background-position: 0 0.9em;
  -webkit-transition: background-position 1.3s ease-in;
  transition: background-position 1.3s ease-in;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: inline;
  opacity: 1;
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #cea76a;
  -webkit-animation-name: Loading;
  animation-name: Loading;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.loading img {
  width: 200px;
  -webkit-animation-name: LoadingImage;
  animation-name: LoadingImage;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .loading img {
    width: 200px;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .loading {
    padding-bottom: 70px;
  }
}
@-webkit-keyframes Loading {
  0% {
    z-index: 9999;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  99% {
    z-index: 9999;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes Loading {
  0% {
    z-index: 9999;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  99% {
    z-index: 9999;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@-webkit-keyframes LoadingImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes LoadingImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.faq__inner {
  width: 92%;
  max-width: 1160px;
  margin: 59px auto 0;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .faq__inner {
    padding: 0 5%;
  }
}
.faq__title {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .faq__title {
    font-size: 21px;
  }
}
.faq__description {
  background-color: #f8f8f4;
  padding: 26px 20px 24px 86px;
  line-height: 2;
  font-size: 16px;
  border-radius: 10px;
  position: relative;
}
.faq__description::before {
  position: absolute;
  content: "A";
  color: #74adba;
  font-size: 39px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  letter-spacing: 0.07em;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .faq__description::before {
    font-size: 26px;
    left: 15px;
  }
}
.faq__description a {
  text-decoration: underline !important;
  color: #fff !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq__description a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .faq__description {
    font-size: 15px;
    padding: 15px 15px 15px 45px;
  }
}
.acc__box + .faq__title {
  margin-top: 50px;
}
.acc__box {
  margin: 0 0;
  padding: 0;
  background: #fff;
  border-radius: 10px;
}
.acc__box + .acc__box {
  margin-top: 21px;
}
.faq__title + .acc__box {
  margin-top: 22px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .faq__title + .acc__box {
    margin-top: 12px;
  }
}
.acc__box + .acc__box {
  border-top: none;
}
.acc__box label {
  display: block;
  padding: 33px 68px 32px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .acc__box label {
    padding: 15px 45px 15px 0;
  }
}
.acc__box label:hover {
  opacity: 0.7;
}
.acc__box label::after,
.acc__box label::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 1px;
  background-color: #74adba;
  position: absolute;
  right: 30px;
  top: 50%;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .acc__box label::after,
  .acc__box label::before {
    right: 15px;
  }
}
.acc__box label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.acc__boxTitle {
  font-size: 16px;
  line-height: 2;
  position: relative;
  padding-left: 76px;
  display: block;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .acc__boxTitle {
    font-size: 15px;
    padding-left: 50px;
  }
}
.acc__boxTitle::before {
  position: absolute;
  content: "Q";
  color: #cea76a;
  font-size: 39px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  letter-spacing: 0.07em;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .acc__boxTitle::before {
    font-size: 26px;
    left: 15px;
  }
}
.acc__box input {
  display: none;
}
.acc__box .acc__innerText {
  height: 0;
  padding: 0 22px;
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .acc__box .acc__innerText {
    padding: 0 15px;
  }
}
.acc__input:checked + label::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.acc__input:checked + label + .acc__innerText {
  height: auto;
  padding: 6px 22px 22px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .acc__input:checked + label + .acc__innerText {
    padding: 4px 15px 20px;
  }
}
.faq__linkBox {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .faq__linkBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 60px;
  }
}
.contact {
  margin-top: 106px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .contact {
    margin-top: 90px;
  }
}
.contact__inner {
  position: relative;
  width: 1160px;
  max-width: 92%;
  margin: auto;
  padding-bottom: 150px;
}
.form__table {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .form__table {
    margin-top: 30px;
  }
}
.form__table tr td,
.form__table tr th {
  vertical-align: middle;
}
.form__table tr th {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 32px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .form__table tr th {
    padding: 30px 0 0 0;
  }
}
.form__table tr th i {
  color: #01266d;
}
.form__table tr td {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .form__table tr td {
    padding: 10px 0 0 0 !important;
  }
}
.form__table tr:first-child th {
  padding: 51px 0 0 0;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .form__table tr:first-child th {
    padding: 30px 0 0 0;
  }
}
.form__table tr:nth-child(2) td {
  padding: 18px 0 0 0;
}
.form__table tr:nth-child(4) td {
  padding: 16px 0 0 0;
}
.form__table tr:nth-child(6) td {
  padding: 14px 0 0 0;
}
.form__table tr:nth-child(8) td {
  padding: 12px 0 0 0;
}
.hissu {
  color: #fff;
  background: #b12323;
  font-size: 14px;
  font-weight: 700;
  width: 60px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.form__submitBox {
  margin: 77px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .form__submitBox {
    margin-top: 50px;
  }
}
.form__link {
  width: 100%;
  height: 70px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: auto;
  position: relative;
  background-color: #cea76a;
  border-radius: 10px;
  font-size: 22px;
  font-family: "Noto Sans JP", Oswald, "Yu Gothic Medium", "游ゴシック体",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .form__link {
    width: 300px;
    height: 60px;
    font-size: 20px;
  }
}
.form__link:hover .form__linkIcon::after {
  right: -15px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .form__link:hover .form__linkIcon::after {
    right: -5px;
  }
}
.form__link--back {
  background-color: #000;
  margin-top: 50px;
}
.form__link--top {
  margin-top: 50px;
}
.form__privacy {
  padding-top: 45px !important;
}
.form__privacyText {
  text-align: left;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 151px;
  overflow: auto;
  padding: 20px 28px;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 55px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .form__privacyText {
    margin-bottom: 30px;
    padding: 20px 15px;
  }
}
.form__privacyText::-webkit-scrollbar {
  width: 6px;
}
.form__privacyText::-webkit-scrollbar-thumb {
  background-color: #535353;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.form__privacyText::-webkit-scrollbar-thumb:hover {
  background-color: #757373;
}
.form__checkLabel {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form__checkLabel:hover {
  opacity: 0.7;
}
.form__privacyLink {
  text-underline-offset: 2px;
  font-weight: 500;
  text-decoration: underline !important;
}
.borderRed {
  border: solid 1px red;
}
.errorMessage {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  padding: 15px;
  text-align: center;
  background-color: #fff5f5;
  color: #e1536a;
  z-index: 9000;
}
.mainv__inner {
  position: relative;
}
.mainv__image {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  min-width: 100%;
  -webkit-animation-name: Move;
  animation-name: Move;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes Move {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes Move {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.mainv__imageBox {
  min-height: 500px;
  overflow: hidden;
  position: relative;
  width: calc(80% + 4px);
  height: 100vh;
  margin-left: auto;
  border-radius: 0 0 0 133px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .mainv__imageBox {
    width: 92%;
    height: 100vh;
    min-height: 0;
  }
}
.mainv__textBox {
  position: absolute;
  bottom: 56px;
  z-index: 6;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .mainv__textBox {
    width: 92%;
    bottom: 60px;
  }
}
.mainv__textItem + .mainv__textItem {
  margin-top: 19px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .mainv__textItem + .mainv__textItem {
    margin-top: 12px;
  }
}
@media screen and (min-width: 681px),
  screen and (min-width: 738px) and (orientation: landscape) {
  .mainv__textItem:nth-child(1) .mainv__text {
    padding: 12px 35px 13px 35px;
  }
  .mainv__textItem:nth-child(2) .mainv__text {
    padding: 12px 29px 12px 35px;
  }
  .mainv__textItem:nth-child(3) .mainv__text {
    padding: 12px 36px 12px 35px;
  }
}
.mainv__text {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.43;
  background: #fff;
  color: #cea76a;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .mainv__text {
    font-size: 6vw;
    padding: 5px 15px;
  }
}
.about {
  margin-top: 195px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .about {
    margin-top: 120px;
  }
}
@media screen and (min-width: 681px),
  screen and (min-width: 738px) and (orientation: landscape) {
  .about__titleEn {
    left: -19px;
    top: -144px;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .about__titleEn {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.about__titleJa {
  line-height: 1.61;
}
.about__textDesc {
  font-weight: 400;
  font-size: 19px;
  line-height: 2.21;
  position: relative;
  margin-top: 19px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .about__textDesc {
    font-size: 17px;
    margin-top: 12px;
  }
}
.about__video {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 98px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .about__video {
    margin-top: 60px;
  }
}
.about__videoItem {
  width: calc(50% - 20px);
  border-radius: 20px;
  height: 358px;
  overflow: hidden;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .about__videoItem {
    width: 100%;
    height: calc(200px + 10vw);
  }
  .about__videoItem + .about__videoItem {
    margin-top: 30px;
  }
}
.about__videoItem iframe {
  width: 100%;
  height: 100%;
}
.about__slide {
  margin-top: 87px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .about__slide {
    margin-top: 60px;
  }
}
.about__slideItem {
  width: 519px;
  border-radius: 20px;
  margin-right: 36px;
  overflow: hidden;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .about__slideItem {
    margin-right: 20px;
  }
}
.sotonara {
  margin-top: 295px;
  padding-bottom: 412px;
  position: relative;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .sotonara {
    margin-top: 150px;
    padding-bottom: 0;
  }
}
.sotonara::after {
  position: absolute;
  content: "";
  width: 1505px;
  height: 100%;
  background: url(../img/top/sotonata-line.png) no-repeat center/contain;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .sotonara::after {
    width: 1000px;
  }
}
.sotonara__textBox {
  position: relative;
}
@media screen and (min-width: 681px),
  screen and (min-width: 738px) and (orientation: landscape) {
  .sotonara__titleEn {
    top: -209px;
    left: -102px;
  }
}
.sotonara__textDesc {
  line-height: 2;
  margin-top: 18px;
}
.sotonara__imgBox {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .sotonara__imgBox {
    position: relative;
  }
}
.sotonara__imgBox--01 {
  width: 457px;
  height: 457px;
  top: -100px;
  right: 12.7%;
}
@media screen and (max-width: 1340px) {
  .sotonara__imgBox--01 {
    right: 2.7%;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .sotonara__imgBox--01 {
    width: 60vw;
    height: 60vw;
    left: 35%;
    top: 0;
  }
}
.sotonara__imgBox--02 {
  width: 366px;
  height: 366px;
  bottom: 0;
  left: 34%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1340px) {
  .sotonara__imgBox--02 {
    left: 33.33%;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .sotonara__imgBox--02 {
    width: 50vw;
    height: 50vw;
    left: 26.33%;
    bottom: 45px;
  }
}
.sotonara__imgBox--03 {
  width: 341px;
  height: 341px;
  right: 12%;
  bottom: 67px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1340px) {
  .sotonara__imgBox--03 {
    right: 9.6%;
  }
}
@media screen and (max-width: 1280px) {
  .sotonara__imgBox--03 {
    right: 5%;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .sotonara__imgBox--03 {
    width: 45vw;
    height: 45vw;
    left: 79%;
    bottom: 0;
    margin-top: -205px;
  }
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .feature {
    margin-top: 120px;
  }
}
@media screen and (min-width: 681px),
  screen and (min-width: 738px) and (orientation: landscape) {
  .feature__titleEn {
    top: -178px;
  }
}
.feature__box {
  position: relative;
  width: 100%;
  padding-top: 129px;
  padding-right: 87px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .feature__box {
    padding-top: 0;
    padding-right: 0;
  }
}
.feature__textBox {
  width: 54.3%;
  max-width: 680px;
  padding-bottom: 18px;
  padding-left: 57px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .feature__textBox {
    width: 100%;
    padding: 30px 4%;
  }
}
.feature__imgBox {
  width: 45.7%;
  height: 472px;
  border-radius: 0 60px 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .feature__imgBox {
    width: 96%;
    height: calc(300px + 10vw);
  }
}
.merit {
  padding-top: 311px;
  position: relative;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .merit {
    padding-top: 150px;
  }
}
.merit::before {
  position: absolute;
  content: "";
  width: 811px;
  height: 335px;
  background: url(../img/top/bg_dog_cat.png) no-repeat center/contain;
  top: -13px;
  right: 87px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .merit::before {
    width: 450px;
    height: 186px;
    top: 25px;
    right: -72px;
  }
}
@media screen and (min-width: 681px),
  screen and (min-width: 738px) and (orientation: landscape) {
  .merit__titleEn {
    left: -102px;
  }
}
@media screen and (min-width: 681px),
  screen and (min-width: 738px) and (orientation: landscape) {
  .merit__titleJa {
    left: -12px;
  }
}
.merit__textDesc {
  margin-top: 9px;
}
.merit__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 31px;
}
.merit__item {
  width: 358px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .merit__item {
    width: 100%;
  }
  .merit__item + .merit__item {
    margin-top: 30px;
  }
}
.merit__card {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.merit__imgBox {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 67.03%;
}
.merit__imgBox > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.merit__textBox {
  background-color: #fff;
  padding: 18px 19px 17px;
  height: 100%;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .merit__textBox {
    padding: 15px;
  }
}
.merit__titleSub {
  line-height: 1.5;
  margin-top: 0;
}
.exercise {
  padding: 233px 0 72px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .exercise {
    padding: 150px 0 60px;
  }
}
.exercise__box {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-left: 91px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .exercise__box {
    padding-top: 0;
    padding-left: 0;
  }
}
.exercise__textBox {
  width: 54.1%;
  max-width: 680px;
  padding-bottom: 49px;
  padding-right: 57px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .exercise__textBox {
    width: 100%;
    padding: 30px 4%;
  }
}
.exercise__imgBox {
  width: 45.9%;
  height: 488px;
  border-radius: 60px 0 0 60px;
  overflow: hidden;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .exercise__imgBox {
    width: 96%;
    height: calc(300px + 10vw);
  }
}
.works {
  margin-top: 246px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .works {
    margin-top: 150px;
  }
}
@media screen and (min-width: 681px),
  screen and (min-width: 738px) and (orientation: landscape) {
  .works__titleEn {
    top: -192px;
    left: -102px;
  }
}
.works__textDesc {
  margin-top: 13px;
}
.works__list {
  margin-top: 36px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.works__item {
  width: calc(50% - 21px);
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .works__item {
    width: 100%;
  }
  .works__item + .works__item {
    margin-top: 30px;
  }
}
.works__card {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.works__imgBox {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 45.71%;
}
.works__imgBox > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.works__textBox {
  background-color: #fff;
  padding: 19px 24px 18px;
  height: 100%;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .works__textBox {
    padding: 15px;
  }
}
.works__titleSub {
  font-size: 21px;
  font-weight: 700;
  color: #74adba;
  line-height: 1.42;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .works__titleSub {
    font-size: 18px;
  }
}
.works__text {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .works__text {
    font-size: 14px;
  }
}
.works__instagram {
  margin-top: 34px;
}
.works__instagramLink {
  width: 405px;
  height: 70px;
  padding: 12px 23px;
  border-radius: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.works__instagramLink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .works__instagramLink {
    width: 100%;
    max-width: 320px;
    height: 60px;
    padding: 10px 15px;
  }
}
.works__instagramIcon {
  margin-right: 10px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .works__instagramIcon {
    margin-right: 8px;
    width: 35px;
  }
}
.works__instagramText {
  margin-top: 0;
}
.works__instagramBtn {
  width: 45px;
  height: 45px;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .works__instagramBtn {
    width: 35px;
    height: 35px;
  }
}
.works__instagramBtn::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 45px;
  border: 1px solid #74adba;
  top: 0;
  left: 0;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .works__instagramBtn::before {
    width: 35px;
    height: 35px;
  }
}
.works__instagramBtn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #74adba;
  border-right: 1px solid #74adba;
  top: 17px;
  left: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(-52deg) skew(-15deg);
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .works__instagramBtn::after {
    width: 8px;
    height: 8px;
    top: 14px;
    left: 12px;
  }
}
.point {
  padding: 204px 0 108px;
  position: relative;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .point {
    padding: 150px 0 90px;
  }
}
.point::before {
  position: absolute;
  content: "";
  width: 811px;
  height: 335px;
  background: url(../img/top/bg_dog_cat.png) no-repeat center/contain;
  top: 43.7%;
  right: 87px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .point::before {
    width: 450px;
    height: 186px;
    right: -72px;
    top: 190px;
  }
}
.point__list {
  margin-top: 72px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .point__list {
    margin-top: 0;
  }
}
.point__box:nth-child(1) .point__imgBox {
  height: 478px;
}
.point__box:nth-child(2) {
  margin-top: 119px;
}
.point__box:nth-child(2) .point__imgBox {
  height: 523px;
}
.point__box:nth-child(3) {
  margin-top: 70px;
  padding-right: 73px !important;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .point__box:nth-child(3) {
    padding-right: 0 !important;
  }
}
.point__box:nth-child(3) .point__textBox {
  width: 54.8%;
  max-width: 694px;
  padding-bottom: 12px !important;
}
.point__box:nth-child(3) .point__textDesc {
  margin-top: 23px;
}
.point__box:nth-child(3) .point__imgBox {
  width: 45.2%;
  height: 493px;
}
.point__box {
  position: relative;
  width: 100%;
  padding-left: 91px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .point__box {
    padding-left: 0;
  }
  .point__box + .point__box {
    margin-top: 40px !important;
  }
}
.point__box:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 87px;
  padding-left: 0;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .point__box:nth-child(odd) {
    padding-right: 0;
  }
}
.point__box:nth-child(odd) .point__textBox {
  padding-bottom: 18px;
  padding-left: 57px;
  padding-right: 0;
}
.point__box:nth-child(odd) .point__imgBox {
  border-radius: 0 60px 60px 0;
}
.point__textBox {
  width: 54.3%;
  max-width: 680px;
  padding-bottom: 15px;
  padding-right: 57px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .point__textBox {
    width: 100% !important;
    padding: 30px 4% !important;
  }
}
.point__imgBox {
  width: 45.7%;
  border-radius: 60px 0 0 60px;
  overflow: hidden;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .point__imgBox {
    width: 96% !important;
    height: calc(300px + 10vw) !important;
  }
}
.faq {
  padding: 254px 0 107px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .faq {
    padding: 120px 0 60px;
  }
}
@media screen and (min-width: 681px),
  screen and (min-width: 738px) and (orientation: landscape) {
  .faq__titleEn {
    top: -192px;
  }
}
.faq__textDesc {
  margin-top: 13px;
}
.acc__listBox {
  margin-top: 34px;
}
.faq .cta {
  margin-top: 83px;
  padding: 35px 0;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .faq .cta {
    margin-top: 60px;
  }
}
.contact {
  margin-top: 242px;
  padding-bottom: 135px;
}
@media screen and (max-width: 680px),
  screen and (max-width: 737px) and (orientation: landscape) {
  .contact {
    margin-top: 120px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 681px),
  screen and (min-width: 738px) and (orientation: landscape) {
  .contact__titleEn {
    top: -192px;
  }
}
.contact__inner {
  padding-bottom: 0;
}
.contact__textDesc {
  margin-top: 13px;
}
