@charset "UTF-8";
:root {
  --base: #2e2828;
  --white: #FFF;
  --regular: 400;
  --medium: 500;
  --bold: 700;
  --jp: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --en: "Montserrat", sans-serif;
  --s: .3s;
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}
html.is-modal-open {
  overflow: hidden;
}

body {
  color: var(--base);
  font-size: 1.5rem;
  font-family: var(--jp);
  font-weight: var(--medium);
  line-height: 1.5;
  background: var(--white);
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}
body.is-drawer-open {
  width: 100%;
  position: fixed;
  left: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin-top: 1.35em;
}

p, ul, ol, dl, blockquote, table {
  margin-top: 24px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, table {
  margin-bottom: 0;
}

figure {
  margin: 0;
}

*:first-child {
  margin-top: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

dd {
  margin-left: 0;
}

b, strong {
  font-weight: var(--bold);
}

em {
  font-style: normal;
}

small {
  font-size: inherit;
}

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

sup {
  top: -0.5em;
}

a {
  color: var(--base);
  background-color: transparent;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
}
a[tabindex] {
  outline: none;
}
a[href^="tel:"] {
  text-decoration: none;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

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

th {
  font-weight: normal;
  text-align: left;
}

hr {
  display: block;
  margin: 0;
  border: none;
}

a, button {
  touch-action: manipulation;
}

button {
  color: inherit;
  font: inherit;
  background: transparent;
  text-align: inherit;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  overflow: visible;
}
button:disabled, button[aria-disabled=true] {
  cursor: default;
}

.article-header {
  text-align: center;
  height: 80px;
  padding: 13px 10px;
  box-sizing: border-box;
}
.article-header > div {
  width: 236px;
  margin: 0 auto;
  position: relative;
}
.article-header .article-header_link {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.article-header .article-header_link > span {
  display: none;
}

.article-kv {
  position: relative;
}
.article-kv.is-animated .article-kv_pic,
.article-kv.is-animated .article-kv_title {
  opacity: 1;
}
.article-kv.is-animated .article-kv_title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.article-kv .article-kv_pic {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.article-kv .article-kv_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -35px;
  padding: 0 30px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-delay: 1s;
}
.article-kv .article-kv_title > span {
  color: var(--white);
  background: #005aaa;
}
.article-kv .article-kv_title > span:not(:last-child) {
  font-size: 1.35rem;
  padding: 3px 7px;
}
.article-kv .article-kv_title > span:last-child {
  font-size: 3.35rem;
  padding: 2px 10px;
}

.article-intro {
  margin-top: 50px;
  padding: 0 30px;
}

.article-profile {
  font-size: 1.2rem;
  line-height: 1.9583;
  background: #f0f0f0;
  margin-bottom: 50px;
  padding: 20px 25px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.article-profile.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.article-profile .article-profile_title {
  font-size: 1.2rem;
  font-weight: var(--bold);
}
.article-profile .article-profile_text {
  margin-top: 10px;
}

.article-lead {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.article-lead.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.article-body {
  margin-top: 50px;
  margin-bottom: 60px;
}

.article-media {
  padding: 0 30px;
}
.article-media:not(:first-child) {
  margin-top: 45px;
}
.article-media:nth-child(5) .article-media_note {
  text-align: right;
}
.article-media .article-media_pic {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.article-media .article-media_pic:not(:first-child) {
  margin-top: 50px;
}
.article-media .article-media_pic.is-animated {
  opacity: 1;
}
.article-media .article-media_body:not(:first-child) {
  margin-top: 50px;
}
.article-media .article-media_body > div:not(:first-child) {
  margin-top: 50px;
}
.article-media .article-media_note {
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-delay: 0.8s;
}
.article-media .article-media_ani.is-animated .article-title,
.article-media .article-media_ani.is-animated .article-text,
.article-media .article-media_ani.is-animated .article-media_note {
  opacity: 1;
}
.article-media .article-media_ani.is-animated .article-title > span {
  opacity: 1;
}
.article-media .article-media_ani.is-animated .article-text,
.article-media .article-media_ani.is-animated .article-media_note {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.article-title {
  font-size: 1.5rem;
  font-weight: var(--bold);
  line-height: 1.8;
  display: flex;
  padding-left: 33px;
  position: relative;
}
.article-title:before {
  content: "";
  display: block;
  background: #000;
  flex-shrink: 0;
  width: 0;
  height: 1.5px;
  margin-right: 10px;
  position: absolute;
  top: 0.8em;
  left: 0;
  transition: width 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.article-title > span {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-delay: 0.6s;
}
.article-title:not(:first-child) {
  margin-top: 45px;
}

.article-text {
  font-size: 1.4rem;
  line-height: 2;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-delay: 0.8s;
}
.article-text:not(:first-child) {
  margin-top: 15px;
}
.article-pic:not(:first-child) {
  margin-top: 50px;
}
.article-pic:not(:last-child) {
  margin-bottom: 50px;
}
.article-pic.article-pic--mt-small {
  margin-top: 30px;
}

.article-pic-layer:not(:first-child) {
  margin-top: 50px;
}
.article-pic-layer:not(:last-child) {
  margin-bottom: 50px;
}
.article-pic-layer.article-pic-layer--reverse > img:first-child {
  margin-left: auto;
}
.article-pic-layer.article-pic-layer--reverse > img:last-child {
  margin-left: 0;
}
.article-pic-layer > img {
  display: block;
}
.article-pic-layer > img:first-child {
  width: 90%;
}
.article-pic-layer > img:last-child {
  width: 41.588%;
  margin-left: auto;
  margin-top: -20.834%;
}

.article-youtube {
  padding: 0 30px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.article-youtube.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.article-youtube .article-youtube_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-height: 105px;
  border: 1px solid #f0efec;
}
.article-youtube .article-youtube_logo {
  width: 28.755%;
  flex-shrink: 0;
  margin-right: 8.307%;
}
.article-youtube .article-youtube_body {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.article-youtube .article-youtube_body > span:first-child {
  font-size: 1.2rem;
}
.article-youtube .article-youtube_body > span:last-child {
  font-size: 1.8rem;
  font-weight: var(--bold);
  margin-top: 4px;
}

.article-banner {
  margin-top: 60px;
  padding: 0 30px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.article-banner.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.article-banner .article-banner_btn {
  display: block;
  background: #2e2828;
}
.article-banner .article-banner_pic > img {
  width: 100%;
}
.article-banner .article-banner_body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
}
.article-banner .article-banner_body > img {
  width: 246px;
}

.footer {
  margin-top: 30px;
  padding-bottom: 25px;
}
.footer.article-footer {
  margin-top: 63px;
}
.footer .footer_logo {
  width: 136px;
  margin: 0 auto;
}
.footer .footer_social {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.footer .footer_social > li {
  width: 32.5px;
  margin: 0 13px;
}
.footer .footer_copy {
  color: #cccbc8;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
}

.ani-fadeinup {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  will-change: opacity;
}
.ani-fadeinup.is-animated {
  opacity: 1;
}

.ani-blur {
  -webkit-filter: blur(12px);
          filter: blur(12px);
  opacity: 0.5;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), filter 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), filter 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform, opacity, filter;
}
.ani-blur.is-animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  body.is-drawer-open {
    position: static;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .article-header {
    text-align: left;
    height: 150px;
    padding: 29px 0 30px 49px;
  }
  .article-header > div {
    width: 395px;
    margin: 0;
  }
  .article-header .article-header_link {
    width: 134px;
  }
  .article-kv {
    width: 83.8215%;
    margin-left: auto;
  }
  .article-kv .article-kv_title {
    margin-top: 0;
    padding: 0;
    position: absolute;
    bottom: 14.971%;
    left: -13%;
  }
  .article-intro {
    max-width: 683px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
  .article-profile {
    margin-bottom: 70px;
    padding: 20px 30px;
  }
  .article-body {
    margin-top: 120px;
    margin-bottom: 140px;
  }
  .article-media {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .article-media:not(:first-child) {
    margin-top: 135px;
  }
  .article-media:nth-child(1) {
    align-items: flex-start;
  }
  .article-media:nth-child(1) .article-media_body {
    padding-top: 20px;
  }
  .article-media:nth-child(3), .article-media:nth-child(5) {
    flex-direction: row-reverse;
  }
  .article-media:nth-child(5) {
    align-items: stretch;
  }
  .article-media:nth-child(5) .article-media_body {
    display: flex;
    flex-direction: column;
  }
  .article-media:nth-child(5) .article-media_ani {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 auto;
    padding-bottom: 40px;
    position: relative;
  }
  .article-media:nth-child(5) .article-media_note {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .article-media .article-media_pic {
    width: 43.924%;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .article-media .article-media_pic:not(:first-child) {
    margin-top: 0;
  }
  .article-media .article-media_body {
    flex: 1;
    padding: 0 7.321%;
  }
  .article-media .article-media_body:not(:first-child) {
    margin-top: 0;
  }
  .article-media .article-media_body > div:not(:first-child) {
    margin-top: 60px;
  }
  .article-media .article-media_note {
    font-size: 1.4rem;
    transition-delay: 1.4s;
  }
  .article-media .article-media_ani.is-animated .article-title:before {
    width: 30px;
  }
  .article-title {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 40px;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .article-title:before {
    width: 0;
    height: 1px;
    transition-duration: 0.8s;
  }
  .article-title > span {
    transition-delay: 1s;
  }
  .article-title:not(:first-child) {
    margin-top: 65px;
  }
  .article-text {
    font-size: 1.6rem;
    line-height: 2.2;
    letter-spacing: 0.04em;
    transition-delay: 1.4s;
  }
  .article-youtube {
    padding: 0 20px;
  }
  .article-youtube .article-youtube_btn {
    min-height: 154px;
    max-width: 924px;
    margin: 0 auto;
  }
  .article-youtube .article-youtube_logo {
    width: 25%;
    margin-right: 14.07%;
  }
  .article-youtube .article-youtube_body > span:first-child {
    font-size: 1.6rem;
  }
  .article-youtube .article-youtube_body > span:last-child {
    font-size: 3.2rem;
    margin-top: 0;
  }
  .article-banner {
    margin-top: 85px;
    padding: 0 20px;
  }
  .article-banner .article-banner_btn {
    display: flex;
    max-width: 924px;
    margin: 0 auto;
  }
  .article-banner .article-banner_pic {
    width: 45.13%;
  }
  .article-banner .article-banner_body {
    flex: 1;
    min-height: inherit;
  }
  .article-banner .article-banner_body > img {
    width: 69.232%;
  }
  .footer {
    margin-top: 55px;
    padding-bottom: 30px;
  }
  .footer.article-footer {
    margin-top: 140px;
  }
  .footer .footer_logo {
    width: 181px;
  }
  .footer .footer_social {
    margin-top: 50px;
  }
  .footer .footer_social > li {
    width: 43px;
    margin: 0 19px;
  }
  .footer .footer_copy {
    font-size: 1.2rem;
    margin-top: 40px;
  }
  .sp {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .article-kv .article-kv_title {
    left: -10.568%;
  }
  .article-kv .article-kv_title > span:not(:last-child) {
    font-size: 2rem;
    padding: 4px 18px;
  }
  .article-kv .article-kv_title > span:last-child {
    font-size: 5rem;
    padding: 0 20px 4px;
  }
}
@media print, screen and (min-width: 1040px) {
  body {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1366px) {
  .article-kv .article-kv_title {
    left: -121px;
  }
}
@media (hover: hover) {
  a {
    transition: opacity 0.5s;
  }
  a:hover {
    opacity: 0.8;
  }
  button {
    transition: opacity 0.3s;
  }
  button:hover {
    opacity: 0.8;
  }
  .article-header .article-header_link {
    transition: background 0.5s;
  }
  .article-header .article-header_link:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .article-profile {
    transition-delay: 1.5s;
  }
  .article-media .article-media_ani.is-animated .article-title:before {
    width: 23px;
  }
  .article-pic {
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .article-pic.is-animated {
    opacity: 1;
  }
  .pc {
    display: none;
  }
}
