@charset "utf-8";
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,
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 {
  border: 0;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
button,
img {
  border: 0;
  padding: 0;
}
img {
  font: inherit;
  margin: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  appearance: none;
}
* {
  margin-left: auto;
  margin-right: auto;
}
.morning {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
a {
  color: #000;
  text-decoration: none;
}
:root {
  --white: #fff;
  --black: #262828;
  --gray: #eee;
  --darkgray: #ccc;
  --lightgray: #f4f5f4;
  --green: #18ae7f;
  --green_base: #028057;
  --orange: #e04000;
  --lightorange: #f1b500;
  --dark_blue: #072c3e;
  --light_blue: #9cabb2;
  --aqua: #4a8acb;
  --red: #ce0600;
}
.small,
a.arrow_bk {
  font-size: 14px;
}
a.arrow_bk {
  font-weight: 700;
}
a.arrow_bk .icon {
  background-color: var(--dark_blue);
  border-radius: 6px;
  display: inline-flex;
  height: 27px;
  justify-content: center;
  overflow: hidden;
  place-items: center;
  transition: background-color 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  width: 27px;
  margin-left: 11px;
}
a.arrow_bk.white {
  color: var(--white);
}
a.arrow_bk.white .icon {
  background-color: var(--white);
}
a.arrow_bk.white .icon svg path {
  fill: var(--dark_blue);
}
a.arrow_bk.green .icon,
footer .footer__inner .footer__flex__right .login a {
  color: #5a6d76;
}
.pc {
  display: none !important;
}
.sp {
  display: block;
}
h2.h2__common {
  text-align: center;
  margin-bottom: 30px;
}
h2.h2__common p {
  color: #111;
  font-size: 2em;
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: "Cardo", serif;
  margin: 0 0 5px;
}
h2.h2__common span {
  font-size: 0.9em;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
.color_wht {
  color: var(--white) !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 999;
}
.hamburger__box__inner,
footer,
header.active {
  background-color: var(--dark_blue);
}
header .head__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
}
header .head__flex .logo {
  width: 100px;
}
header .head__flex .logo a figure img.white,
header .head__flex .right__box nav,
header.active .head__flex .logo a figure img.dark_blue {
  display: none;
}
header.active .head__flex .logo a figure img.white {
  display: block;
}
header .head__flex .right__box {
  margin-top: 10px;
}
header .hamburger__box__inner .hamburger__box__pc {
  display: none;
}
header.active .hamburger__box__inner {
  transition: all 1s;
  top: 100px;
  height: calc(100% - 200px);
}
header .hamburger__box__inner .hamburger__box__sp {
  position: absolute;
  bottom: 50px;
}
header .hamburger__box__inner .hamburger__box__sp__inner ul.hamburger__box__menu__list li a {
  color: var(--white);
  font-size: 2em;
  line-height: 2;
}
.hamburger__box__inner,
footer {
  position: relative;
}
footer .footer__inner {
  padding: 80px 0;
}
footer .footer__inner .videos {
  border-radius: 32px 32px 0 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
footer .footer__inner .videos::after {
  background-color: #0006;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
}
footer .footer__inner video {
  font-family: "object-fit: cover";
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}
footer .footer__inner .footer__flex {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-left: 6.4vw;
  margin-right: 6.4vw;
  z-index: 1;
  margin-bottom: 40px;
}
footer .footer__inner .footer__flex__left {
  margin-bottom: 50px;
}
footer .footer__inner .footer__flex__left a figure img {
  height: 56px;
}
footer .footer__inner .footer__flex__right ul.footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 15px;
}
footer .footer__inner .footer__flex__right ul.footer__list li {
  margin-bottom: 25px;
}
footer .footer__inner .footer__flex__right ul.footer__list li a {
  color: var(--white);
  font-size: 1.2em;
}
footer .footer__inner .footer__flex__right input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #5a6d76;
  border-radius: 8px;
  color: #fff;
  font-size: 0.6666666667rem;
  outline: 0;
  padding: 16px;
  resize: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 25px;
}
footer .footer__inner .copyright {
  position: relative;
  z-index: 1;
  margin-left: 6.4vw;
  margin-right: 6.4vw;
  border-top: 1px solid #5a6d76;
  padding-top: 25px;
}
footer .footer__inner .copyright .copyright__inner p.copyright__text {
  color: var(--white);
  font-size: 10px;
}
footer .footer__inner .copyright .copyright__inner ul li a {
  color: var(--white);
}
header.active .hamburger__box {
  position: relative;
}
.hamburger__box__inner {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  padding: 50px 8%;
  z-index: 8;
  transition: all 1s;
}
div.hamburger {
  position: absolute;
  top: 0;
  z-index: 999999;
  padding-top: 83px;
  padding-bottom: 35px;
  width: 100vw;
  transition: all 0.5s;
  overflow: hidden;
  opacity: 0;
  height: 100%;
  display: none;
}
div.hamburger.active {
  width: 100vw;
  max-width: 650px;
  opacity: 1;
  height: 100vh;
  padding: 85px 25px 0;
  box-sizing: border-box;
  display: block;
}
.menu__hamburger__button {
  overflow: hidden;
  right: 15px;
  top: 30px;
  z-index: 99999999;
  display: block;
  background-color: var(--dark_blue);
  border-radius: 5px;
  width: 50px;
  margin: -10px 0 0;
}
header.active .menu__hamburger__button {
  background-color: #051f2b;
}
.menu__hamburger__button .menu__hamburger {
  border-radius: 70px;
  width: 25px;
  text-align: center;
  padding: 14px 14px 14px 13px;
  cursor: pointer;
}
.menu__hamburger__button .menu__line {
  display: block;
  height: 1px;
  transition: all 0.2s;
  background-color: var(--white);
  line-height: 1.5;
  margin: 0 0 6px;
}
div.hamburger,
div.hamburger.active,
header.is-animation .menu__hamburger__button .menu__line {
  background-color: var(--black);
}
.menu__hamburger__button .menu__line:nth-child(3) {
  margin: 0;
}
.menu__hamburger__button .menu__line.active {
  background-color: var(--white);
}
.menu__hamburger__button .menu__line.active:nth-of-type(1) {
  transform: translateY(7px) rotate(138deg);
}
.menu__hamburger__button .menu__line.active:nth-of-type(2) {
  opacity: 0;
}
.menu__hamburger__button .menu__line.active:nth-of-type(3) {
  transform: translateY(-7px) rotate(-138deg);
}
.menu__hamburger__button .menu_close,
.menu__hamburger__button .menu_op {
  font-size: 8px;
  color: var(--white);
  line-height: 1;
  display: block;
  margin-top: 7px;
}
.header__menu.active .menu__hamburger__button .menu_op,
.menu__hamburger__button .menu_close,
.menu__hamburger__button .menu_op.active {
  display: none;
}
.header__menu.active .menu__hamburger__button .menu_close,
.menu__hamburger__button .menu_close.active {
  display: block;
}
@media screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
  header .head__flex .logo a figure img.white {
    display: none;
  }
  header .head__flex .right__box {
    display: flex;
    align-items: anchor-center;
  }
  header .head__flex .right__box nav {
    display: block;
    margin-right: 84px;
  }
  header .head__flex .right__box nav ul.menu__list {
    display: flex;
    gap: 80px;
  }
  header .head__flex .right__box nav ul.menu__list li a {
    color: var(--dark_blue);
  }
  header.active .head__flex .right__box nav ul.menu__list li a {
    color: var(--white);
  }
  .menu__hamburger__button {
    right: 50px;
    display: none;
  }
  header .hamburger__box__inner {
    padding: 50px 10%;
  }
  header .hamburger__box__inner .hamburger__box__pc {
    display: block;
    position: absolute;
    bottom: 50px;
    width: 80%;
  }
  header .hamburger__box__inner .hamburger__box__pc__flex {
    display: flex;
    gap: 110px;
    align-items: end;
  }
  header .hamburger__box__inner .hamburger__box__pc__flex__left a {
    color: var(--white);
    font-size: 3em;
    line-height: 2;
  }
  header .hamburger__box__inner .hamburger__box__pc__flex__right ul.news__list li a {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -moz-column-gap: 32px;
    column-gap: 32px;
    display: grid;
    transition: opacity 0.35s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    color: var(--white);
    grid-template-areas: "title arrow" "date arrow";
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
    padding: 24px 0;
    row-gap: 0;
  }
  header .hamburger__box__inner .hamburger__box__pc__flex__right ul.news__list li p.medium {
    grid-area: title;
  }
  header .hamburger__box__inner .hamburger__box__pc__flex__right h2,
  header .hamburger__box__inner .hamburger__box__pc__flex__right ul.news__list li p.small {
    color: var(--light_blue);
  }
  header .hamburger__box__inner .hamburger__box__pc__flex__right ul.news__list li svg {
    grid-area: arrow;
    justify-content: end;
  }
  header .hamburger__box__inner .hamburger__box__sp {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  h2.h2__common {
    margin-bottom: 80px;
  }
  h2.h2__common p {
    font-size: 2.6em;
  }
  h2.h2__common span {
    font-size: 1.1em;
  }
  header .head__flex .logo a figure img.white {
    display: none;
  }
  footer .footer__inner {
    padding: 80px 0 30px;
  }
  footer .footer__inner .footer__flex {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    margin-bottom: 120px;
  }
  footer .footer__inner .footer__flex__right ul.footer__list li a {
    font-size: 1.5em;
  }
  footer .footer__inner .footer__flex__right .sign__up__flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 19px;
  }
  footer .footer__inner .copyright .copyright__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  header .head__flex .logo a figure img.white {
    display: none;
  }
  header .hamburger__box__inner .hamburger__box__pc {
    bottom: 100px;
  }
  header .hamburger__box__inner .hamburger__box__pc__flex {
    gap: 200px;
    justify-content: space-between;
  }
  header .hamburger__box__inner .hamburger__box__pc__flex__left a {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  header .hamburger__box__inner .hamburger__box__pc__flex__right {
    width: 50%;
  }
}
