@charset "UTF-8";
/* === foundation ===  */
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

qbefore,
qafter,
blockquotebefore,
blockquoteafter {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #333333;
  text-decoration: none;
}

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

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

button,
input,
select,
textarea {
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button-moz-focus-inner,
input-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* base */
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  src: url("../../webfonts/Gotham/Gotham-Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url("../../webfonts/Gotham/Gotham-Light.otf") format("opentype");
  font-display: swap;
}
.u-gotham,
.test {
  font-family: "Gotham", sans-serif;
  font-weight: 600;
}

.test {
  font-weight: 400;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #2F3E55;
  min-height: -webkit-fill-available;
}

html {
  background-color: #fff;
  height: -webkit-fill-available;
}

b,
strong {
  font-weight: 400;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #D45D61;
  opacity: 1;
  text-decoration: none;
}

/* === layout ===  */
.l-header {
  position: fixed;
  width: 100%;
  height: 118px;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
  -webkit-transform: translateY(-118px);
  transform: translateY(-118px);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.l-header.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.l-header:before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 72px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
}

.l-header.is-scroll2,
.l-header.is-scroll {
  height: 72px;
}

.l-header.is-scroll2:before,
.l-header.is-scroll:before {
  opacity: 1;
}

.l-header.is-scroll2 .l-header__inner,
.l-header.is-scroll .l-header__inner {
  padding-top: 11px;
}

.l-header.is-scroll2 .l-header__logo,
.l-header.is-scroll .l-header__logo {
  width: 151px;
}

.l-header.is-scroll2 .l-header__logo-1,
.l-header.is-scroll .l-header__logo-1 {
  opacity: 0;
}

.l-header.is-scroll2 .l-header__logo-2,
.l-header.is-scroll .l-header__logo-2 {
  opacity: 1;
}

.l-header.is-scroll2 .l-header__link,
.l-header.is-scroll .l-header__link {
  color: #2F3E55;
}

.l-header.is-scroll2 .l-header__link:hover,
.l-header.is-scroll .l-header__link:hover {
  color: #D45D61;
  opacity: 1;
}

.l-header.is-scroll2 .l-header__link .c-icon._blank-w,
.l-header.is-scroll .l-header__link .c-icon._blank-w {
  display: none;
}

.l-header.is-scroll2 .l-header__link .c-icon._blank,
.l-header.is-scroll .l-header__link .c-icon._blank {
  display: inline-block;
}

.l-header.is-scroll2 .l-header__language,
.l-header.is-scroll .l-header__language {
  opacity: 0;
  top: -20px;
  pointer-events: none;
}

.l-header.is-scroll2.is-hidden {
  opacity: 1;
}

.l-header .l-header__language-link {
  background: rgba(47, 62, 85, 0.2);
}

.is-menu-open .l-header .l-header__language-link {
  background: transparent;
}

.wf-active .l-header,
.wf-active .l-header__sp-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 64px 24px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header._lower .l-header__inner,
.is-scroll .l-header__inner,
.is-scroll2 .l-header__inner {
  padding: 64px 16px 10px;
}

.l-header__logo {
  position: relative;
}

.l-header__logo-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  height: auto;
  min-width: 125px;
  height: auto;
}

.l-header__logo-2 {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: 0;
  opacity: 0;
  height: auto;
}

.l-header__logo-img {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}

.l-header__lists {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-left: 65px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: auto;
}

.l-header__lists:last-child {
  margin-right: 10px;
}

.l-header__list:last-child {
  margin-right: 30px;
}

.l-header__list + .l-header__list {
  margin-left: 40px;
}

.l-header__link {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  white-space: nowrap;
}

.l-header__link:hover {
  color: #D45D61;
  opacity: 1;
}

.l-header__link .c-icon {
  margin-left: 5px;
}

.l-header__link .c-icon._blank-w {
  display: inline-block;
}

.l-header__link .c-icon._blank {
  display: none;
}

.l-header__buttons {
  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;
  gap: 10px;
}

.l-header__buttons .c-button__inner-mask {
  height: 88px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header__language {
  position: absolute;
  right: 24px;
  top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header__language-wrap.is-open .l-header__language-baloon {
  pointer-events: initial;
  opacity: 1;
  bottom: 60px;
}

.l-header__language-wrap.is-open .l-header__language-link {
  color: #1d1d1d;
  background: #fff;
}

.l-header__language-wrap.is-open .l-header__language-link .c-icon {
  opacity: 0;
}

.l-header__language-wrap.is-open .l-header__language-link .c-icon._hover {
  opacity: 1;
}

.l-header__login-link {
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.l-header__login-link:hover {
  color: #D45D61 !important;
}

.l-header__language-link {
  color: #fff;
  font-size: 13px;
  width: 113px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 1em;
  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;
  gap: 7px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

.l-header__language-link .c-icon {
  display: block;
  position: relative;
  top: 1px;
}

.l-header__language-link ._hover {
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 1px;
}

.l-header__language-baloon {
  position: absolute;
  width: 140px;
  height: 95px;
  padding: 13px 24px 0;
  top: 25px;
  right: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header__language-baloon-link {
  font-weight: 500;
  font-size: 15px;
  line-height: 240%;
  color: #1D1D1D;
}

.l-header__language-baloon-link:hover {
  text-decoration: underline;
}

.l-header__close {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.l-header._lower {
  -webkit-transition-delay: unset;
  transition-delay: unset;
  height: 76px;
}

.l-header._lower:before {
  opacity: 1;
  height: 71px;
}

.l-header._lower .l-header__inner {
  padding-bottom: 11px;
  height: 71px;
  padding-top: 11px;
}

.l-header._lower .l-header__logo {
  width: 151px;
}

.l-header._lower .l-header__logo-1 {
  width: 175px;
}

.l-header._lower .l-header__logo-2 {
  width: 175px;
  opacity: 1;
}

.l-header._lower .l-header__link {
  color: #2F3E55;
}

.l-header._lower .l-header__link .c-icon._blank-w {
  display: none;
}

.l-header._lower .l-header__link .c-icon._blank {
  display: inline-block;
}

.l-header._lower .l-header__link:hover {
  color: #D45D61;
  opacity: 1;
}

.l-header._lower .l-header__buttons .c-button._white {
  background: #DD7D43;
  color: #fff;
  border: 1px solid #DD7D43;
}

.l-header._lower .l-header__buttons .c-button._white .c-button__icon {
  background: #fff;
}

.l-header._lower .l-header__buttons .c-button._white .c-icon {
  opacity: 0;
}

.l-header._lower .l-header__buttons .c-button._white .c-icon._hover {
  opacity: 1;
}

.l-header._lower .l-header__buttons .c-button._white:hover {
  background: #fff;
  color: #2F3E55;
  border: 1px solid #E6E6E6;
}

.l-header._lower .l-header__buttons .c-button._white:hover .c-button__icon {
  background: #DD7D43;
}

.l-header._lower .l-header__buttons .c-button._white:hover .c-icon {
  opacity: 1;
}

.l-header._lower .l-header__buttons .c-button._white:hover .c-icon._hover {
  opacity: 0;
}

.l-header._lower .l-header__language {
  top: 0;
  width: 100%;
  right: auto;
  left: 0;
  background: #F3F5F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 74px;
}

.l-header._lower .l-header__login-link {
  color: #2F3E55;
  position: relative;
}

.l-header._lower .l-header__language-link {
  color: #2F3E55;
  background: #fff;
  position: relative;
}

.l-header._lower .c-icon._language-w {
  opacity: 0;
}

.l-header._lower .c-icon._language {
  opacity: 1;
}

.l-header._lower .c-icon._arrow-bottom-w {
  opacity: 0;
}

.l-header._lower .c-icon._arrow-bottom {
  opacity: 1;
}

.l-header._lower .l-header__language-baloon {
  right: 74px;
  top: 33px;
}

.l-wrap {
  width: 100%;
  position: relative;
}

.l-wrap._lower {
  padding-top: 70px;
}

.l-section,
.p-cta-block {
  display: none;
}

.c-title__inner {
  display: block;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-filter: blur(1.5rem);
  filter: blur(1.5rem);
}

.in-view.c-title .c-title__inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.in-view.se-section-4__tora-inner:before {
  height: 0;
}

.in-view.se-section-4__speaker-image-inner {
  height: 100%;
}

[data-observetarget-animation] {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
}

[data-observetarget-animation=fade-in-bottom] {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

[data-observetarget-animation=fade-in-blur] {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-filter: blur(1.5rem);
  filter: blur(1.5rem);
}

.se-mainvisual__block[data-observetarget-animation=fade-in-bottom] {
  -webkit-transform: translateY(100px) translateX(-50%);
  transform: translateY(100px) translateX(-50%);
}

.p-qa[data-observetarget-animation=fade-in-bottom] {
  -webkit-transform: translateY(100px) translateX(133px);
  transform: translateY(100px) translateX(133px);
}

.in-view[data-observetarget-animation=fade-in-bottom] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.in-view[data-observetarget-animation=fade-in-blur] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.in-view.se-mainvisual__block[data-observetarget-animation=fade-in-bottom] {
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}

.in-view.p-qa[data-observetarget-animation=fade-in-bottom] {
  -webkit-transform: translateY(0) translateX(133px);
  transform: translateY(0) translateX(133px);
}

/* === utility ===  */
.u-pc-none {
  display: none;
}

.u-tablet-item._pc-none {
  display: none;
}

.u-tablet-item._tb-none {
  display: block;
}

.u-sp-none {
  display: block;
}

.u-relative {
  position: relative;
}

.u-cinzel {
  font-family: "Cinzel", serif;
}

.u-mincho {
  font-family: YuMincho, "Yu Mincho", serif;
}

[data-observetarget] {
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  opacity: 0;
}

[data-observetarget].in-view {
  opacity: 1;
}

/* === component ===  */
.c-breadcrumb {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 0;
  z-index: 1;
  border-top: 1px solid #E6E6E6;
}

.c-breadcrumb._bottom {
  border-top: none;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
}

.c-breadcrumb__lists {
  padding: 10px 10px 0 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  z-index: 1;
}

.c-breadcrumb__list {
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
}

.c-breadcrumb__list:last-child .c-breadcrumb__link {
  text-decoration: none;
  pointer-events: none;
}

.c-breadcrumb__text {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-breadcrumb__link {
  text-decoration: underline;
}

.c-breadcrumb__link:hover:before {
  width: 100%;
}

.c-breadcrumb__link:hover {
  color: #D45D61;
  opacity: 1;
  text-decoration: underline;
}

.c-breadcrumb__list:after {
  content: " / ";
  font-size: 12px;
  line-height: 25px;
  display: inline-block;
  margin: 0 5px;
}

.c-breadcrumb__list:last-child:after {
  content: "";
}

.c-button {
  border-radius: 50px;
  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;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.c-button._white {
  background: #fff;
  color: #1D1D1D;
}

.c-button._white .c-button__icon {
  background: #DD7D43;
}

.c-button._white:hover {
  background: #DD7D43;
  color: #fff;
}

.c-button._white:hover .c-button__icon {
  background: #fff;
}

.c-button._red {
  background: #D45D61;
  color: #fff;
  border: 1px solid #D45D61;
}

.c-button._red .c-button__icon {
  background: #fff;
}

.c-button._red:hover {
  background: #fff;
  color: #1D1D1D;
  border: 1px solid #E6E6E6;
}

.c-button._red:hover .c-button__icon {
  background: #D45D61;
}

.c-button._orange {
  background: #DD7D43;
  color: #fff;
  border: 1px solid #DD7D43;
}

.c-button._orange .c-button__icon {
  background: #fff;
}

.c-button._orange:hover {
  background: #fff;
  color: #1D1D1D;
  border: 1px solid #E6E6E6;
}

.c-button._orange:hover .c-button__icon {
  background: #DD7D43;
}

.c-button:hover .c-icon {
  opacity: 0;
}

.c-button:hover .c-icon._hover {
  opacity: 1;
}

.c-button._small {
  width: 200px;
  height: 50px;
  padding-left: 26px;
}

.c-button._small .c-button__icon {
  width: 36px;
  height: 36px;
  left: 7px;
}

.c-button._medium {
  width: 272px;
  height: 64px;
  padding-left: 20px;
}

.c-button._medium .c-button__icon {
  width: 42px;
  height: 42px;
  left: 10px;
}

.c-button._large {
  width: 500px;
  height: 64px;
}

.c-button._large .c-button__icon {
  width: 44px;
  height: 44px;
  left: 9px;
}

.c-button._w320 {
  width: 320px;
  margin: 0 auto;
  height: 56px;
}

.c-button._w320 .c-button__icon {
  left: 7px;
}

.c-button._minimun {
  width: 100px;
  margin: 0 auto;
  height: 50px;
  border: 1px solid #D1DBE0;
  background: #fff;
}

.c-button__text._fz15 {
  font-size: 15px;
}

.c-button__text._fz16 {
  font-size: 16px;
}

.c-button__text._fz20 {
  font-size: 20px;
}

.c-button__icon {
  position: absolute;
  display: block;
  border-radius: 50% 50%;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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-transition: all 0.3s;
  transition: all 0.3s;
}

.p-cta {
  display: none;
}

.c-icon {
  display: inline-block;
}

.c-icon._hover {
  opacity: 0;
  position: absolute;
}

.c-icon._user {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -56px -49px;
  width: 18px;
  height: 18px;
  background-size: 96px 83px;
  width: 18px;
  height: 18px;
}

.c-icon._user-w {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -38px -49px;
  width: 18px;
  height: 18px;
  background-size: 96px 83px;
  width: 18px;
  height: 18px;
}

.c-icon._language {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -81px -33px;
  width: 14px;
  height: 14px;
  background-size: 96px 83px;
  width: 14px;
  height: 14px;
}

.c-icon._language-w {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -81px -19px;
  width: 14px;
  height: 14px;
  background-size: 96px 83px;
  width: 14px;
  height: 14px;
}

.c-icon._document-l {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: 0px -49px;
  width: 19px;
  height: 22px;
  background-size: 96px 83px;
  width: 19px;
  height: 22px;
}

.c-icon._document-l-w {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -59px -22px;
  width: 19px;
  height: 22px;
  background-size: 96px 83px;
  width: 19px;
  height: 22px;
}

.c-icon._document {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -81px 0px;
  width: 15px;
  height: 19px;
  background-size: 96px 83px;
  width: 15px;
  height: 19px;
}

.c-icon._document-w {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -44px -27px;
  width: 15px;
  height: 19px;
  background-size: 96px 83px;
  width: 15px;
  height: 19px;
}

.c-icon._check-1 {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -37px 0px;
  width: 22px;
  height: 22px;
  background-size: 96px 83px;
  width: 20px;
  height: 20px;
  background-position: -38px -1px;
}

.c-icon._check-2 {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: 0px -27px;
  width: 22px;
  height: 22px;
  background-size: 96px 83px;
  width: 20px;
  height: 20px;
  background-position: -1px -28px;
}

.c-icon._check-3 {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -22px -27px;
  width: 22px;
  height: 22px;
  background-size: 96px 83px;
  width: 20px;
  height: 20px;
  background-position: -23px -28px;
}

.c-icon._check-4 {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -59px 0px;
  width: 22px;
  height: 22px;
  background-size: 96px 83px;
  width: 20px;
  height: 20px;
  background-position: -60px -1px;
}

.c-icon._blank {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -12px -71px;
  width: 12px;
  height: 12px;
  background-size: 96px 83px;
  width: 12px;
  height: 12px;
}

.c-icon._blank-w {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: 0px -71px;
  width: 12px;
  height: 12px;
  background-size: 96px 83px;
  width: 12px;
  height: 12px;
}

.c-icon._arrow-right {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -74px -49px;
  width: 5px;
  height: 9px;
  background-size: 96px 83px;
  width: 5px;
  height: 9px;
}

.c-icon._arrow-right2 {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -81px -59px;
  width: 15px;
  height: 12px;
  background-size: 96px 83px;
  width: 15px;
  height: 12px;
}

.c-icon._arrow-right2-w {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -81px -47px;
  width: 15px;
  height: 12px;
  background-size: 96px 83px;
  width: 15px;
  height: 12px;
}

.c-icon._arrow-double {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: 0px 0px;
  width: 37px;
  height: 27px;
  background-size: 96px 83px;
  width: 37px;
  height: 27px;
}

.c-icon._arrow-bottom {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -34px -71px;
  width: 10px;
  height: 7px;
  background-size: 96px 83px;
  width: 10px;
  height: 7px;
}

.c-icon._arrow-bottom-w {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -24px -71px;
  width: 10px;
  height: 7px;
  background-size: 96px 83px;
  width: 10px;
  height: 7px;
}

.c-icon._question {
  background-image: url(../../ja/img/common/sprite.webp);
  background-position: -19px -49px;
  width: 19px;
  height: 19px;
  background-size: 96px 83px;
  width: 17px;
  height: 17px;
  background-position: -20px -50px;
}

:root {
  --swiper-theme-color: #ccc;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0; /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  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;
  background: #222;
  top: 70px;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* === section ===  */
.se-mainvisual {
  min-height: 825px;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 10px;
}

.se-mainvisual__movie {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.se-mainvisual__movie:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0;
  left: 0;
}

.wf-active .se-mainvisual__movie {
  opacity: 1;
}

.se-mainvisual__movie-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.se-mainvisual__mask-parts {
  background: #fff;
  display: block;
  position: absolute;
  z-index: 1;
}

.se-mainvisual__mask-parts:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../ja/img/top/mv-corner.svg) no-repeat center center;
  position: absolute;
}

.se-mainvisual__mask-parts._top {
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
}

.se-mainvisual__mask-parts._top:before {
  top: 0;
  left: 0;
}

.se-mainvisual__mask-parts._right {
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
}

.se-mainvisual__mask-parts._right:before {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.se-mainvisual__mask-parts._bottom {
  width: 100%;
  height: 10px;
  bottom: 0;
  right: 0;
}

.se-mainvisual__mask-parts._bottom:before {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.se-mainvisual__mask-parts._left {
  width: 10px;
  height: 100%;
  bottom: 0;
  left: 0;
}

.se-mainvisual__mask-parts._left:before {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.se-mainvisual__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.wf-active .se-mainvisual__image {
  opacity: 1;
}

.se-mainvisual__img {
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.se-mainvisual__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.se-mainvisual__texts {
  position: absolute;
  left: 100px;
  bottom: 64px;
  color: #fff;
}

.se-mainvisual__texts .c-button {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.se-mainvisual__texts .c-button.is-view {
  opacity: 1;
}

.se-mainvisual__title {
  margin-bottom: 40px;
}

.se-mainvisual__title-1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: block;
  margin-bottom: 8px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.se-mainvisual__title-1.is-view {
  opacity: 1;
}

.se-mainvisual__title-2 {
  font-weight: 700;
  font-size: 72px;
  line-height: 133%;
}

.se-mainvisual__text {
  font-weight: 500;
  font-size: 17px;
  line-height: 200%;
  margin-bottom: 48px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.se-mainvisual__text.is-view {
  opacity: 1;
}

.se-mainvisual__title .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.se-mainvisual__title .letters {
  display: block;
  overflow: hidden;
  opacity: 0;
}

.se-mainvisual__title .letters.is-loaded {
  opacity: 1;
}

.se-mainvisual__title .letter {
  display: inline-block;
  line-height: 1em;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.se-mainvisual__notes {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
  opacity: 0;
  line-height: 1.3em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.se-mainvisual__notes.is-view {
  opacity: 1;
}

.se-mainvisual._lower {
  min-height: 625px;
  height: calc(100vh - 106px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 10px;
}

@media screen and (min-width: 751px) and (max-width: 1023px) {
  .c-breadcrumb__lists {
    padding: 10px 10px 0 10px;
  }
  .se-mainvisual__title-2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1260px) {
  .se-mainvisual__title-2 {
    font-size: 60px;
  }
  .se-mainvisual__text {
    max-width: 80vw;
  }
  .se-mainvisual._lower {
    height: calc(100vh - 146px);
  }
  .se-mainvisual._lower .se-mainvisual__title-2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1480px) {
  .l-header__inner {
    padding: 64px 24px 10px;
  }
  .l-header__list + .l-header__list {
    margin-left: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .l-header .l-header__buttons .c-button._small {
    width: 170px;
  }
  .l-header .l-header__buttons .c-button__text._fz15 {
    font-size: 12px;
  }
  .l-header .l-header__lists {
    margin-left: 30px;
  }
  .l-header .l-header__list + .l-header__list {
    margin-left: 20px;
  }
  .l-header .l-header__link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1185px) {
  .l-header .l-header__link {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1164px) {
  .l-header .l-header__buttons .c-button._small {
    width: 150px;
    padding-left: 40px;
  }
  .l-header .c-button._login {
    width: 70px;
  }
  .l-header .l-header__lists {
    margin-left: 20px;
  }
  .l-header .l-header__list + .l-header__list {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1056px) {
  .l-header .l-header__link {
    font-size: 11px;
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .l-header._lower .l-header__language {
    padding: 0 30px;
  }
  .c-breadcrumb__lists {
    padding: 10px 10px 0 30px;
  }
}
@media screen and (max-width: 1520px) {
  .l-header__lists {
    margin-left: 30px;
  }
}
@media screen and (min-width:1024px) {
  .l-header__inner {
    height: auto !important;
  }
}
@media screen and (max-width: 1023px) {
  .l-header {
    height: 0;
    overflow: visible;
    top: 0;
  }
  .l-header:before {
    display: none;
  }
  .l-header.is-scroll2,
.l-header.is-scroll {
    height: 0;
  }
  .l-header.is-scroll2:before,
.l-header.is-scroll:before {
    opacity: 1;
  }
  .l-header.is-scroll2 .l-header__inner,
.l-header.is-scroll .l-header__inner {
    padding-top: 130px;
  }
  .l-header.is-scroll2.is-hidden {
    opacity: 1;
  }
  .l-header__inner {
    width: 100%;
    height: 100vh !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #D45D61;
    position: absolute;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 130px 0 0;
    overflow: auto;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-header__inner.is-open {
    opacity: 1;
    pointer-events: initial;
  }
  .l-header__inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 400px;
    background: #fff;
    width: 100%;
    height: calc(100vh - 400px);
  }
  .l-header__sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    z-index: 10;
  }
  .l-header__logo {
    margin: 0;
    width: 175px;
    height: auto;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 10;
  }
  .l-header__lists {
    display: block;
    z-index: 1;
    -webkit-transition: all 0s;
    transition: all 0s;
    margin: 0 30px 30px;
    min-height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l-header__list {
    position: relative;
    padding-left: 24px;
  }
  .l-header__list:before {
    content: "";
    display: block;
    width: 12px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
  }
  .l-header__list + .l-header__list {
    margin-left: 0;
    margin-top: 32px;
  }
  .l-header__link {
    display: block;
    font-size: 20px;
    line-height: 20px;
  }
  .l-header__link .c-icon._blank-w {
    display: inline-block;
    -webkit-transform: scale(1.3) translate(2px, -2px);
    transform: scale(1.3) translate(2px, -2px);
  }
  .l-header__link .c-icon._blank {
    display: none;
  }
  .l-header .l-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 34px 30px;
    background: #fff;
  }
  .l-header .l-header__buttons .c-button._small {
    width: 100%;
  }
  .l-header .l-header__buttons .c-button:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .l-header .l-header__language {
    position: relative;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 30px 100px;
    background: #fff;
    opacity: 1;
    width: 100%;
    pointer-events: initial;
  }
  .l-header .l-header__language:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .l-header.is-scroll2 .l-header__language,
.l-header.is-scroll .l-header__language {
    opacity: 1;
    top: 0;
    pointer-events: none;
  }
  .l-header.is-scroll2 .l-header__logo,
.l-header.is-scroll .l-header__logo {
    width: 175px;
  }
  .l-header.is-scroll2 .l-header__logo-1,
.l-header.is-scroll .l-header__logo-1 {
    opacity: 1;
  }
  .l-header.is-scroll2 .l-header__logo-2,
.l-header.is-scroll .l-header__logo-2 {
    opacity: 0;
  }
  .l-header.is-scroll2 .l-header__link,
.l-header.is-scroll .l-header__link {
    color: #fff;
  }
  .l-header.is-scroll2 .l-header__link:hover,
.l-header.is-scroll .l-header__link:hover {
    color: #fff;
  }
  .l-header.is-scroll2 .l-header__link .c-icon._blank-w,
.l-header.is-scroll .l-header__link .c-icon._blank-w {
    display: inline-block;
    -webkit-transform: scale(1.3) translate(2px, -2px);
    transform: scale(1.3) translate(2px, -2px);
  }
  .l-header.is-scroll2 .l-header__link .c-icon._blank,
.l-header.is-scroll .l-header__link .c-icon._blank {
    display: none;
  }
  .l-header .l-header__language-wrap {
    width: 50%;
    top: auto;
    bottom: 55px;
  }
  .l-header .l-header__language-wrap.is-open .l-header__language-baloon {
    top: auto;
    bottom: 60px;
  }
  .l-header .l-header__language-wrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 36px;
    left: 50%;
    top: 0;
    margin-left: -2px;
    background: #EAEEF0;
  }
  .l-header .l-header__login-link {
    color: #2F3E55;
    font-size: 13px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    text-align: center;
    width: 50%;
  }
  .l-header .l-header__login-link:hover {
    text-decoration: underline;
  }
  .l-header .l-header__language-link {
    color: #2F3E55;
    width: 100%;
    height: 36px;
    border-radius: 0;
    border: none;
    cursor: pointer;
  }
  .l-header .l-header__language-link .c-icon {
    display: block;
    position: relative;
    top: 1px;
  }
  .l-header .l-header__language-link ._hover {
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 1px;
  }
  .l-header .l-header__language-icon .c-icon,
.l-header .l-header__language-arrow .c-icon {
    opacity: 0;
  }
  .l-header .l-header__language-icon .c-icon._hover,
.l-header .l-header__language-arrow .c-icon._hover {
    opacity: 1;
  }
  .l-header .l-header__language-text {
    font-weight: 700;
  }
  .l-header .l-header__language-baloon {
    position: absolute;
    width: 140px;
    height: 95px;
    padding: 13px 24px 0;
    top: auto;
    bottom: 55px;
    right: auto;
    left: 75%;
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    background: #FFFFFF;
    -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header .l-header__language-baloon-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 240%;
    color: #1D1D1D;
  }
  .l-header .l-header__language-baloon-link:hover {
    text-decoration: underline;
  }
  .l-header__menu,
.l-header__close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #D45D61;
    border-radius: 50%;
  }
  .l-header__menu:before,
.l-header__menu:after,
.l-header__close:before,
.l-header__close:after {
    content: "";
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__menu:before,
.l-header__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    margin-top: -8px;
  }
  .l-header__menu:after,
.l-header__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    margin-top: 8px;
  }
  .l-header__menu span,
.l-header__close span {
    width: 24px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  .l-header__close {
    position: fixed;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    background: #fff;
  }
  .l-header__close:before,
.l-header__close:after {
    background: #D45D61;
  }
  .l-header__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 0px;
  }
  .l-header__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-top: 0px;
  }
  .l-header__close span {
    width: 0;
  }
  .is-menu-open .l-header__close {
    visibility: visible;
    pointer-events: initial;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 999;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 1, 0.01);
    transition-timing-function: cubic-bezier(1, 0, 1, 0.01);
  }
  .l-header__buttons .c-button._login {
    display: none;
  }
  .l-header.is-scroll .l-header__inner,
.l-header__inner.is-open {
    padding: 130px 0 0;
  }
  .l-header._lower {
    height: 0;
  }
  .l-header._lower .l-header__logo,
.l-header._lower .l-header__logo-1,
.l-header._lower .l-header__logo-2 {
    width: 175px;
  }
  .l-header._lower + .l-header__sp-menu .l-header__logo-img {
    width: 175px;
  }
  .l-header._lower .l-header__logo-2 {
    display: none;
  }
  .l-header._lower .l-header__link {
    color: #fff;
  }
  .l-header._lower.is-scroll .l-header__logo,
.l-header._lower.is-scroll .l-header__logo-1,
.l-header._lower.is-scroll .l-header__logo-2,
.l-header._lower.is-scroll2 .l-header__logo,
.l-header._lower.is-scroll2 .l-header__logo-1,
.l-header._lower.is-scroll2 .l-header__logo-2 {
    width: 175px;
  }
  .l-header._lower.is-scroll .l-header__language,
.l-header._lower.is-scroll2 .l-header__language {
    top: 0;
  }
  .l-header._lower.is-scroll .l-header__inner,
.l-header._lower.is-scroll2 .l-header__inner {
    padding: 130px 0 0;
  }
  .l-header._lower .l-header__inner {
    padding: 130px 0 0;
  }
  .l-header._lower .l-header__link .c-icon._blank-w {
    display: inline-block;
    -webkit-transform: scale(1.3) translate(2px, -2px);
    transform: scale(1.3) translate(2px, -2px);
  }
  .l-header._lower .l-header__link .c-icon._blank {
    display: none;
  }
  .l-header._lower .l-header__language {
    height: 140px;
    background: #fff;
    padding: 0 30px 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-header._lower .l-header__language-baloon {
    top: auto;
    bottom: 55px;
    right: auto;
    left: 75%;
  }
  .is-menu-open.is-scroll .l-header.is-scroll .l-header__language {
    pointer-events: initial;
  }
  .l-wrap._lower {
    padding-top: 110px;
  }
  .u-tablet-item._pc-none {
    display: block;
  }
  .u-tablet-item._tb-none {
    display: none;
  }
  .p-cta {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    bottom: -74px;
    left: 0;
    padding: 12px;
    height: 74px;
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: visible;
    pointer-events: initial;
    z-index: 100;
  }
  .p-cta.is-nav-view {
    bottom: 0;
  }
  .p-cta .l-header__menu {
    position: relative;
    visibility: visible;
    pointer-events: initial;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #F3F5F6;
  }
  .p-cta .l-header__menu:before,
.p-cta .l-header__menu:after,
.p-cta .l-header__menu span {
    background-color: #2F3E55;
  }
  .p-cta .c-button {
    width: calc((100% - 30px - 44px) / 2);
    padding-left: 0;
    height: 50px;
  }
  .p-cta .c-button .c-button__text._fz15 {
    font-size: 15px;
  }
  .p-cta .c-button._white {
    color: #fff;
    background: #DD7D43;
  }
  .p-cta .c-button._red {
    background: #D45D61;
    color: #fff;
    border: none;
  }
  .p-cta .c-button._red:hover {
    border: none;
  }
  .is-scroll .p-cta {
    bottom: 0;
  }
  .is-menu-open .p-cta {
    bottom: -74px;
  }
}
@media screen and (max-width: 750px) {
  body {
    min-width: 414px;
  }
  [data-observetarget-animation=fade-in-bottom] {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  .se-mainvisual__block[data-observetarget-animation=fade-in-bottom] {
    -webkit-transform: translateY(50px) translateX(0);
    transform: translateY(50px) translateX(0);
  }
  .p-qa[data-observetarget-animation=fade-in-bottom] {
    -webkit-transform: translateY(50px) translateX(0);
    transform: translateY(50px) translateX(0);
  }
  .in-view.se-mainvisual__block[data-observetarget-animation=fade-in-bottom] {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  .in-view.p-qa[data-observetarget-animation=fade-in-bottom] {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  .u-pc-none {
    display: block;
  }
  .u-sp-none {
    display: none;
  }
  .c-breadcrumb__lists {
    padding-left: 10px;
  }
  .l-wrap .c-button._small,
.l-wrap .c-button._medium,
.l-wrap .c-button._large {
    width: 100%;
  }
  .se-mainvisual {
    min-height: 600px;
    min-height: -webkit-fill-available;
    height: calc(var(--vh, 1vh) * 100);
  }
  .se-mainvisual:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .se-mainvisual__texts {
    left: 20px;
    bottom: 25px;
    width: calc(100% - 40px);
  }
  .se-mainvisual__title {
    margin-bottom: 20px;
  }
  .se-mainvisual__title-1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .se-mainvisual__title-2 {
    font-size: 32px;
  }
  .se-mainvisual__text {
    font-size: 14px;
    line-height: 175%;
    margin-bottom: 24px;
  }
  .se-mainvisual._lower {
    min-height: unset;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: calc(100vh - 146px);
    height: calc(var(--vh, 1vh) * 100 - 146px);
  }
  .se-mainvisual._lower .se-mainvisual__title-1 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 4px;
    white-space: nowrap;
  }
  .se-mainvisual__notes {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width:1023px) {
  .l-header .l-header__login-link,
  .l-header .l-header__language-wrap,
  .l-header .l-header__language {
    pointer-events: none;
  }
  .is-menu-open .l-header .l-header__login-link,
  .is-menu-open .l-header .l-header__language-wrap,
  .is-menu-open .l-header .l-header__language {
    pointer-events: initial;
  }
}
