@charset "UTF-8";
/*!
Theme Name: テーマ名に置き換え
Theme URI: http://underscores.me/
Author: Heads.Inc
Author URI: -------
Description: テーマ名に置き換え Theme
Version: 1.0.0
License: GNU General Public License v2 or later
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。a
--------------------------------------------------------------- */
/* 基本設定
============================================================================ */
/* base > color
============================================================================================================ */
/* 基本色一覧*/
/*白*/
/*ベージュ*/
/*黒*/
/*灰色*/
/*黄*/
/*赤*/
/*青*/
/*緑*/
/* mixin
============================================================================ */
/* フォントサイズをremに変換するmixin ($base-font-sizeはbase/_base.scssに)*/
/* フレックスボックス */
/* SCSS メディアクエリ */
/*最後の要素の余白リセット*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*-------------------------------------------------------------
display指定class

【only】
.pc-only / .tab-only / .pad-only / .sp-only /.se-only 
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}
.pc-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}
.tab-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}
.pad-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}
.sp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .sp-only--flex {
    display: flex !important;
  }
}

.se-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}
.se-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only--flex {
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pctab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}
.pctab-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pctab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabpad-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabpad-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tabpad-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tabpad-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tabpad-only {
    display: none !important;
  }
}
.tabpad-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .tabpad-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tabpad-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .tabpad-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tabpad-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}
.tabsp-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media (max-width: 320px) {
  .sp-none {
    display: none;
  }
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  backface-visibility: hidden;
}

/* 共通部分
============================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

a {
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.15s ease 0s;
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  /* ress.cssだとunderlineがつくのを阻止 */
  text-decoration: none;
}

select {
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.css用 */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 100%;
}
html,
body {
  line-height: 1.8;
  color: #333333;
  font-family: "Sawarabi Mincho", serif;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  -webkit-print-color-adjust: exact;
  contain: paint;
  scrollbar-width: none; /* Firefox 対応 */
}
@media (max-width: 1024px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 2.0625;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

#Wrapper {
  background: #fffef8;
}

/* body.Android{
  font-family: $android-font-family;
} */
/* _:-ms-lang(x)::-ms-backdrop, body {
  font-family: $android-font-family;
} */
/* _:-ms-lang(x)::backdrop, body {
  font-family: $android-font-family;
} */
a {
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.15s ease 0s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

img.object_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.l__wrapper {
  display: flex;
  flex-direction: column;
  background: #fffef8;
  min-height: 100vh;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l__wrapper {
    border: none;
  }
}
.l__footer {
  margin-top: auto;
  height: 100%;
}

/* base > heading
============================================================================================================ */
/* 基本設定 */
h1 {
  font-size: 34px;
  font-size: 2.125rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

/* base > paragraph
============================================================================================================ */
/* layout
============================================================================ */
/* layout > 404
============================================================================================================ */
.page-404 {
  padding-top: 200px;
}
@media (max-width: 767px) {
  .page-404 {
    padding-top: 38.4vw;
  }
}
.page-404 h2 {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1;
  color: black;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .page-404 h2 {
    font-size: 12px;
    font-size: 6.4vw;
    margin-bottom: 7.4666666667vw;
  }
}
.page-404 h3 {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  color: black;
  line-height: 1;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .page-404 h3 {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 1.6666666667;
    margin-bottom: 8.5333333333vw;
  }
}
.page-404__icn {
  max-width: 240px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .page-404__icn {
    max-width: 53.3333333333vw;
    margin-bottom: 9.6vw;
  }
}
.page-404__info {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-404__info {
    text-align: left;
    max-width: 76.5333333333vw;
  }
}
.page-404__info a {
  text-decoration: underline;
  text-underline-offset: 1px;
}

/* layout > common
============================================================================================================ */
.common-main {
  width: 100%;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .common-main {
    padding-bottom: 32vw;
  }
}

.single .common-main {
  padding-bottom: 92px;
}
@media (max-width: 767px) {
  .single .common-main {
    padding-bottom: 24.5333333333vw;
  }
}

/* layout > header
============================================================================== */
.common-header {
  position: fixed;
  top: 0;
  left: 0;
}

/*  layout > footer
============================================================================================================ */
.common-footer {
  background: white;
}
.common-footer__inner {
  padding: 25px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .common-footer__inner {
    padding: 7.4666666667vw 0 2.6666666667vw;
    flex-direction: column;
  }
}
.common-footer__cont {
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .common-footer__cont {
    padding-left: 2.1333333333vw;
  }
}
.common-footer__logo {
  width: 130px;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .common-footer__logo {
    width: 27.7333333333vw;
    margin-right: 4.5333333333vw;
  }
}
.common-footer__name {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .common-footer__name {
    font-size: 7px;
    font-size: 3.7333333333vw;
    margin-bottom: 0.2666666667vw;
  }
}
.common-footer__copyright {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .common-footer__copyright {
    font-size: 6px;
    font-size: 3.2vw;
    margin-top: 4.5333333333vw;
  }
}

/*  layout > page-top
============================================================================================================ */
.common__page_top {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 767px) {
  .common__page_top {
    bottom: 21.3333333333vw;
    right: auto;
    left: 20px;
  }
}
.common__page_top--wrap {
  position: relative;
  width: 74px;
  height: 70px;
}
@media (max-width: 767px) {
  .common__page_top--wrap {
    width: 25.3333333333vw;
    height: 24.2666666667vw;
  }
}

.fixed__btn {
  transform: translateX(180%);
  transition: 1s;
}
.fixed__btn.view {
  transform: translateX(0);
  transition: 1s;
}
@media (max-width: 767px) {
  .fixed__btn {
    transform: translateX(-180%);
  }
}

/*  layout > container
============================================================================================================ */
.l-container--1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-container--1000 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--1000 {
    max-width: 184vw;
  }
}

/*  layout > top
============================================================================================================ */
/*  layout > top
============================================================================================================ */
.single-post__inner {
  max-width: 773px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .single-post__inner {
    max-width: 91.2vw;
  }
}
.single-post__intro {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 737px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .single-post__intro {
    font-size: 8px;
    font-size: 4.2666666667vw;
    max-width: 81.0666666667vw;
  }
}
.single-post__intro.high {
  text-align: center;
  padding-top: 48px;
}
@media (max-width: 767px) {
  .single-post__intro.high {
    padding-top: 14.6666666667vw;
  }
}
.single-post__intro.bottom {
  text-align: left;
  padding-top: 80px;
}
.single-post__cont {
  width: 682px;
  padding-top: 120px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .single-post__cont {
    width: 100%;
    padding-top: 14.9333333333vw;
  }
}
.single-post__contInfo {
  width: 100%;
  padding: 0 39px;
}
@media (max-width: 767px) {
  .single-post__contInfo {
    padding: 0;
  }
}
.single-post__contInfo > h1 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .single-post__contInfo > h1 {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 2;
  }
}
.single-post__contInfo > span {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .single-post__contInfo > span {
    font-size: 6px;
    font-size: 3.2vw;
    margin-top: 0;
  }
}
.single-post__contVideo {
  width: 682px;
  aspect-ratio: 16/9;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .single-post__contVideo {
    width: 68.2666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.single-post__contVideo > iframe {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post__editor {
  padding-bottom: 70px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .single-post__editor {
    width: 84vw;
    padding-bottom: 18.6666666667vw;
    padding-bottom: 0;
    margin: 10.6666666667vw auto 0;
  }
}
.single-post__editor button {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-bottom: 18px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .single-post__editor button {
    font-size: 7px;
    font-size: 3.7333333333vw;
    padding-bottom: 2.9333333333vw;
    bottom: -12.8vw;
  }
}
.single-post__editor button:hover > span {
  transform: translate(-50%, 20%);
}
@media (max-width: 767px) {
  .single-post__editor button:hover > span {
    transform: translate(-50%, 0%);
  }
}
.single-post__editor button > span {
  line-height: 1;
  width: 25px;
  height: 19px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  transition: 0.4s;
}
@media (max-width: 767px) {
  .single-post__editor button > span {
    width: 5.0666666667vw;
    height: 1.8666666667vw;
  }
}
.single-post__editor button > span > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.single-post__editor button > span > svg path {
  fill: transparent;
}
.single-post__editor .editor-content {
  position: relative;
  overflow: hidden; /* テキストを隠す */
}
.single-post__editor .editor-content:before {
  content: "";
  width: 100%;
  height: 87px;
  background: linear-gradient(180deg, rgba(255, 254, 248, 0) 0%, #fffef8 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 1;
  transition: 0.6s;
}
@media (max-width: 767px) {
  .single-post__editor .editor-content:before {
    height: 24vw;
  }
}
.single-post__editor .editor-content.is-fade:before {
  opacity: 0;
}
.single-post__editor .editor-content.is-hide {
  height: 128px;
}
@media (max-width: 767px) {
  .single-post__editor .editor-content.is-hide {
    height: 67.2vw;
  }
}
.single-post__editor .editor-content > p {
  font-size: 16px;
  line-height: 2;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .single-post__editor .editor-content > p {
    font-size: 7px;
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw 0;
  }
}
.single-post__editor .editor-content > p:first-of-type {
  margin-top: 0;
}
.single-post__editor .editor-content > p:last-of-type {
  margin-bottom: 0;
}
.single-post__editor .editor-content .wp-block-image {
  margin: 24px 0;
}
@media (max-width: 767px) {
  .single-post__editor .editor-content .wp-block-image {
    padding: 0 2.6666666667vw;
    margin: 10.6666666667vw 0;
  }
}
.single-post__editor .editor-content .wp-block-image:last-of-type {
  margin-bottom: 0;
}
.single-post__voice {
  padding-top: 136px;
}
@media (max-width: 767px) {
  .single-post__voice {
    padding-top: 32vw;
  }
}
.single-post__voice > h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .single-post__voice > h2 {
    font-size: 9px;
    font-size: 4.8vw;
  }
}
.single-post__voice > h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .single-post__voice > h3 {
    font-size: 9px;
    font-size: 4.8vw;
    margin-top: 8.5333333333vw;
  }
}
.single-post__voiceList {
  width: 622px;
  padding-top: 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .single-post__voiceList {
    width: 89.6vw;
    padding-top: 8.8vw;
  }
}
.single-post__voiceItem:nth-of-type(n + 2) {
  margin-top: 81px;
}
@media (max-width: 767px) {
  .single-post__voiceItem:nth-of-type(n + 2) {
    margin-top: 16.8vw;
  }
}
.single-post__voiceItem > p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .single-post__voiceItem > p {
    font-size: 7px;
    font-size: 3.7333333333vw;
    width: 82.9333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}
.single-post__voiceCont {
  text-align: center;
}
.single-post__voiceCont > h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .single-post__voiceCont > h4 {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.single-post__voiceCont > h4 > small {
  font-size: 12px;
  display: block;
  white-space: nowrap;
  position: absolute;
  left: calc(100% + 15px);
  bottom: 5px;
}
@media (max-width: 767px) {
  .single-post__voiceCont > h4 > small {
    font-size: 5px;
    font-size: 2.6666666667vw;
    top: calc(100% + 2.6666666667vw);
    left: calc(100% - 12.8vw);
    bottom: auto;
  }
}
.single-post__voiceCont > span {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  display: block;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .single-post__voiceCont > span {
    font-size: 6px;
    font-size: 3.2vw;
    margin-top: 0;
  }
}
.single-post__voiceChange {
  width: 540px;
  padding-top: 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .single-post__voiceChange {
    width: 64vw;
    padding-top: 5.3333333333vw;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.single-post__voiceChangeItem {
  width: 240px;
}
@media (max-width: 767px) {
  .single-post__voiceChangeItem {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-post__voiceChangeItem:nth-of-type(n + 2) {
    margin-top: 8.5333333333vw;
  }
}
.single-post__voiceChangeItem > span {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 767px) {
  .single-post__voiceChangeItem > span {
    font-size: 7px;
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.single-post__voiceChangeItem > figure {
  aspect-ratio: 4/3;
}
.single-post__btn {
  padding: 80px 6px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .single-post__btn {
    padding: 16vw 0.8vw 0;
  }
}
.single-post__btn > a {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 17px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .single-post__btn > a {
    font-size: 7px;
    font-size: 3.7333333333vw;
    padding-left: 4.5333333333vw;
  }
}
.single-post__btn > a:hover {
  opacity: 1;
}
.single-post__btn > a:hover > span > svg {
  left: 0;
}
.single-post__btn > a > span {
  line-height: 1;
  width: 142px;
  height: 16px;
  display: block;
  position: absolute;
  right: 2px;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-post__btn > a > span {
    width: 36.5333333333vw;
    height: 4.2666666667vw;
  }
}
.single-post__btn > a > span > svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 6px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .single-post__btn > a > span > svg {
    left: 0;
  }
}
.single-post__btn > a > span > svg path {
  fill: transparent;
}

/* module
============================================================================ */
/* module > btn & cta
============================================================================ */
input[type=text], input[type=email], select, textarea {
  width: 100%;
  border: 0;
  padding: 5px 10px;
  background-color: white;
  border: solid 1px #ccc;
  border-radius: 3px;
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
}
input[type=text]:-moz-placeholder-shown, input[type=email]:-moz-placeholder-shown, select:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #aaa;
}
input[type=text]:placeholder-shown, input[type=email]:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
  color: #aaa;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}

select {
  height: 39px;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  position: relative;
  background-image: url("img/common/arw_select.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  box-sizing: border-box;
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

input[type=radio] {
  vertical-align: 0.15em;
  margin-right: 5px;
}

[data-scroll] {
  transition: 1s;
}

[data-scroll=in] {
  opacity: 1;
}

.mod-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
}
.mod-heading > h2 {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 1024px) {
  .mod-heading > h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .mod-heading > h2 {
    font-size: 12px;
    font-size: 6.4vw;
  }
}
.mod-heading > p {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .mod-heading > p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .mod-heading > p {
    font-size: 8px;
    font-size: 4.2666666667vw;
    margin-top: 1.0666666667vw;
  }
}

/* module > btn & cta
============================================================================ */
.page-fv {
  height: 361px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .page-fv {
    height: 101.3333333333vw;
  }
}
.page-fv__inner {
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .page-fv__inner {
    padding: 5.3333333333vw;
  }
}
.page-fv__inner > hgroup > h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .page-fv__inner > hgroup > h2 {
    font-size: 12px;
    font-size: 6.4vw;
  }
}
.page-fv__inner > hgroup > p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .page-fv__inner > hgroup > p {
    font-size: 8px;
    font-size: 4.2666666667vw;
    margin-top: 1.0666666667vw;
  }
}

/*  module > breadcrumbs
============================================================================================================ */
/* module > parts
============================================================================ */
.mod-line {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .mod-line {
    margin-top: 32vw;
  }
}
.mod-line.building .mod-line__img {
  width: 53.125%;
}
@media screen and (max-width: 1280px) {
  .mod-line.building .mod-line__img {
    width: 680px;
  }
}
@media screen and (max-width: 1230px) {
  .mod-line.building .mod-line__img {
    width: calc(100% - 550px);
  }
}
@media (max-width: 1024px) {
  .mod-line.building .mod-line__img {
    width: calc(100% - 480px);
  }
}
@media (max-width: 767px) {
  .mod-line.building .mod-line__img {
    width: 100%;
    height: 74.9333333333vw;
  }
}
.mod-line.building .mod-line__cont {
  width: 600px;
  padding: 0 73px;
}
@media screen and (max-width: 1280px) {
  .mod-line.building .mod-line__cont {
    width: 550px;
    padding: 0 63px;
  }
}
@media (max-width: 1024px) {
  .mod-line.building .mod-line__cont {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .mod-line.building .mod-line__cont {
    width: 84vw;
    padding: 5.3333333333vw 0 0;
    margin: 0 auto;
  }
}
.mod-line.building .mod-line__cont > a {
  pointer-events: none;
}
.mod-line.life .mod-line__inner {
  padding-left: 48px;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1280px) {
  .mod-line.life .mod-line__inner {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .mod-line.life .mod-line__inner {
    padding-left: 0;
    flex-direction: column;
  }
}
.mod-line.life .mod-line__img {
  width: 53.125%;
}
@media screen and (max-width: 1280px) {
  .mod-line.life .mod-line__img {
    width: 680px;
  }
}
@media screen and (max-width: 1200px) {
  .mod-line.life .mod-line__img {
    width: calc(100% - 480px);
  }
}
@media (max-width: 1024px) {
  .mod-line.life .mod-line__img {
    width: calc(100% - 400px);
  }
}
@media (max-width: 767px) {
  .mod-line.life .mod-line__img {
    width: 100%;
    height: 75.2vw;
  }
}
.mod-line.life .mod-line__cont {
  margin-right: 132px;
}
@media screen and (max-width: 1280px) {
  .mod-line.life .mod-line__cont {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .mod-line.life .mod-line__cont {
    width: 84vw;
    padding-top: 5.3333333333vw;
    margin: 0 auto;
  }
}
.mod-line.life .mod-line__cont > p {
  line-height: 1.8;
}
.mod-line__inner {
  height: 510px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media screen and (max-width: 1280px) {
  .mod-line__inner {
    height: auto;
  }
}
@media (max-width: 767px) {
  .mod-line__inner {
    height: auto;
    flex-direction: column;
  }
}
.mod-line__img {
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .mod-line__img {
    height: auto;
    aspect-ratio: 3/2.25;
  }
}
.mod-line__img.blur-out > img {
  filter: blur(0);
}
.mod-line__img > img {
  filter: blur(4px);
  transition: filter 0.8s ease;
}
@media (max-width: 767px) {
  .mod-line__img > img {
    filter: blur(1.0666666667vw);
  }
}
.mod-line__cont {
  margin-top: 10px;
}
.mod-line__cont > .mod-heading {
  align-items: stretch;
}
@media (max-width: 767px) {
  .mod-line__cont > .mod-heading {
    align-items: center;
  }
}
.mod-line__cont > .mod-heading > h2 {
  text-align: left;
}
@media (max-width: 767px) {
  .mod-line__cont > .mod-heading > h2 {
    text-align: center;
  }
}
.mod-line__cont > p {
  margin-top: 44px;
}
@media (max-width: 767px) {
  .mod-line__cont > p {
    margin-top: 10.6666666667vw;
  }
}
.mod-line__cont > a {
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  margin-top: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .mod-line__cont > a {
    justify-content: flex-end;
    margin-top: 3.2vw;
  }
}
.mod-line__cont > a:hover {
  opacity: 1;
}
.mod-line__cont > a:hover:before {
  width: 48px;
  margin-right: 16px;
  opacity: 1;
  transition: width 0.24s linear, margin 0.24s linear, opacity 0.14s 0.1s linear;
}
.mod-line__cont > a:before {
  content: "";
  background: #333333;
  width: 0;
  height: 1px;
  margin: 0;
  display: block;
  opacity: 0;
  transition: all 0.24s linear;
}
@media (max-width: 1024px) {
  .mod-line__cont > a:before {
    display: none;
  }
}

/* module > top
============================================================================ */
.top-kv {
  background: gray;
  width: 100%;
  height: 594px;
  position: relative;
  margin-top: -115px;
  /*&__btn {
    color: $white00;
    background: $white00;
    width: 240px;
    position: absolute;
    top: calc(100% - 68px);
    right: 19px;
    z-index: 3;
    border-radius: 61.5px;
    overflow: hidden;
    @include mq_sp{
      width: size_sp(152);
      top: calc(100% - 10.9333333333vw);
      right: size_sp(10);
      border-radius: size_sp(61.5);
    }
    & > a {
      background: $red01;
      padding: 10px 0;
      @include flex(flex, wrap, flex-start, center, normal, column);
      transition: .4s;
      @include mq_sp{
        padding: size_sp(9) 0 size_sp(4);
      }
      & span {
        display: block;
        &.txt {
          font-size: 24px;
          line-height: (26/24);
          letter-spacing: 0em;
          @include flex(flex, wrap, flex-start, center, normal, column);
          @include mq_sp{
            @include fz_vw(16);
            line-height: (18/16);
          }
          & > small {
            font-size: 16px;
            line-height: (26/16);
            @include mq_sp{
              @include fz_vw(13);
              line-height: (14/13);
            }
            &:first-of-type {
              @include mq_sp{
                margin-bottom: size_sp(2);
              }
            }
            &:nth-of-type(2) {
              @include mq_sp{
                margin-top: size_sp(2);
              }
            }
          }
        }
        &.arw {
          line-height: 1;
          width: 146px;
          height: 16px;
          margin-top: 1px;
          @include mq_sp{
            width: size_sp(87);
            height: size_sp(16);
            margin-top: size_sp(2);
          }
          & > svg {
            width: 100%;
            height: 100%;
            display: block;
          }
        }
      }
    }
  }*/
}
@media (max-width: 767px) {
  .top-kv {
    height: 156.2666666667vw;
    margin-top: -32.5333333333vw;
  }
}
.top-kv:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(53, 40, 40, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.top-kv__img {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-kv__img > img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 767px) {
  .top-kv__img > img {
    -o-object-position: center;
       object-position: center;
  }
}
.top-kv__cont {
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0em;
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 3;
}
@media (max-width: 767px) {
  .top-kv__cont {
    font-size: 18px;
    font-size: 9.6vw;
    left: 1.8666666667vw;
    bottom: 13.8666666667vw;
  }
}
.top-kv__cont span {
  color: white;
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .top-kv__cont span {
    text-shadow: 0px 0.8vw 6.6666666667vw rgba(0, 0, 0, 0.5);
  }
}
.top-kv__cont span.line {
  display: block;
}

.top-intro__img {
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 840px;
  position: sticky;
  top: 0;
  left: 0;
  pointer-events: none;
}
.top-intro__imgList {
  max-width: 1178px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .top-intro__imgList {
    width: 92.03125vw;
  }
}
.top-intro__imgList.fade-in > figure {
  opacity: 1;
}
.top-intro__imgList > figure {
  position: absolute;
  top: 50%;
  opacity: 0;
  transition-duration: 0.8s;
}
.top-intro__imgList > figure:first-of-type {
  width: 334px;
  height: 403px;
  left: 0;
  transform: translateY(-89%);
  transition-delay: 0.3s;
}
@media screen and (max-width: 1280px) {
  .top-intro__imgList > figure:first-of-type {
    width: 26.09375vw;
    height: 31.484375vw;
  }
}
.top-intro__imgList > figure:nth-of-type(2) {
  width: 331px;
  height: 275px;
  right: 0;
  transform: translateY(-100.4%);
  transition-delay: 0.9s;
}
@media screen and (max-width: 1280px) {
  .top-intro__imgList > figure:nth-of-type(2) {
    width: 25.859375vw;
    height: 21.484375vw;
  }
}
.top-intro__imgList > figure:nth-of-type(3) {
  width: 271px;
  height: 202px;
  left: 62px;
  transform: translateY(45%);
  transition-delay: 1.2s;
}
@media screen and (max-width: 1280px) {
  .top-intro__imgList > figure:nth-of-type(3) {
    width: 21.171875vw;
    height: 15.78125vw;
    left: 4.84375vw;
  }
}
.top-intro__imgList > figure:nth-of-type(4) {
  width: 248px;
  height: 328px;
  right: 30px;
  transform: translateY(17.6%);
  transition-delay: 0.6s;
}
@media screen and (max-width: 1280px) {
  .top-intro__imgList > figure:nth-of-type(4) {
    width: 19.375vw;
    height: 25.624vw;
    right: 2.34375vw;
  }
}
.top-intro__cont {
  line-height: 2;
  text-align: center;
  padding: 70px 0 264px;
  margin-top: -100vh;
  margin-top: -100svh;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .top-intro__cont {
    padding: 5.46875vw 0 20.625vw;
  }
}
@media (max-width: 767px) {
  .top-intro__cont {
    padding: 26.6666666667vw 0 32vw;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .top-intro__contImg {
    width: 315px;
    margin-top: 60px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .top-intro__contImg {
    width: 84vw;
    margin-top: 16vw;
  }
}
.top-intro__contImg.fade-in > figure {
  opacity: 1;
}
@media (max-width: 1024px) {
  .top-intro__contImg.high {
    height: 369px;
  }
}
@media (max-width: 767px) {
  .top-intro__contImg.high {
    height: 98.4vw;
  }
}
@media (max-width: 1024px) {
  .top-intro__contImg.high > figure:first-of-type {
    width: 216px;
    height: 260px;
    top: 0;
    left: 0;
    z-index: 1;
    transition-delay: 0.3s;
  }
}
@media (max-width: 767px) {
  .top-intro__contImg.high > figure:first-of-type {
    width: 57.6vw;
    height: 69.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .top-intro__contImg.high > figure:nth-of-type(2) {
    width: 200px;
    height: 149px;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition-delay: 0.6s;
  }
}
@media (max-width: 767px) {
  .top-intro__contImg.high > figure:nth-of-type(2) {
    width: 53.3333333333vw;
    height: 39.7333333333vw;
  }
}
@media (max-width: 1024px) {
  .top-intro__contImg.low {
    height: 387px;
  }
}
@media (max-width: 767px) {
  .top-intro__contImg.low {
    height: 103.2vw;
  }
}
@media (max-width: 1024px) {
  .top-intro__contImg.low > figure:first-of-type {
    width: 200px;
    height: 167px;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition-delay: 0.6s;
  }
}
@media (max-width: 767px) {
  .top-intro__contImg.low > figure:first-of-type {
    width: 53.3333333333vw;
    height: 44.5333333333vw;
  }
}
@media (max-width: 1024px) {
  .top-intro__contImg.low > figure:nth-of-type(2) {
    width: 216px;
    height: 260px;
    top: 0;
    right: 0;
    z-index: 1;
    transition-delay: 0.3s;
  }
}
@media (max-width: 767px) {
  .top-intro__contImg.low > figure:nth-of-type(2) {
    width: 57.6vw;
    height: 69.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .top-intro__contImg > figure {
    position: absolute;
    opacity: 0;
    transition-duration: 0.8s;
  }
}
.top-intro__cont > h2 {
  font-size: 32px;
}
@media (max-width: 1024px) {
  .top-intro__cont > h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .top-intro__cont > h2 {
    font-size: 14px;
    font-size: 7.4666666667vw;
  }
}
.top-intro__cont > p {
  font-size: 20px;
  margin-top: 150px;
}
@media (max-width: 1024px) {
  .top-intro__cont > p {
    font-size: 16px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .top-intro__cont > p {
    font-size: 9px;
    font-size: 4.8vw;
    margin-top: 16vw;
  }
}

.top-message {
  width: 100%;
  min-height: 460px;
  background-image: url("./img/top/bg_message.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .top-message {
    min-height: 95.7333333333vw;
    background-image: url("./img/top/bg_message-sp.jpg");
  }
}
.top-message__inner {
  padding: 41px 0;
}
@media (max-width: 767px) {
  .top-message__inner {
    padding: 6.1333333333vw 0;
  }
}
.top-message__inner p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
}
@media (max-width: 767px) {
  .top-message__inner p {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.8;
    text-align: left;
    max-width: 84vw;
    width: 100%;
    margin: 0 auto;
  }
}

.top-mission {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .top-mission {
    margin-top: 32vw;
  }
}
.top-mission__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-mission__inner {
    max-width: 84vw;
  }
}
.top-mission__intro {
  max-width: 645px;
  width: 100%;
  padding-top: 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-mission__intro {
    line-height: 1.8;
    max-width: 100%;
    padding-top: 10.6666666667vw;
  }
}
.top-mission__list {
  padding-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .top-mission__list {
    max-width: 80.5333333333vw;
    width: 100%;
    padding-top: 10.6666666667vw;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
  }
}
.top-mission__list > li {
  width: 301px;
  margin-right: 48px;
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media (max-width: 1024px) {
  .top-mission__list > li {
    width: 29.39453125vw;
    margin-right: 3.125vw;
  }
}
@media (max-width: 767px) {
  .top-mission__list > li {
    width: 100%;
    margin-top: 13.3333333333vw;
    margin-right: 0;
  }
}
.top-mission__list > li.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.top-mission__list > li:last-of-type {
  margin-right: 0;
}
.top-mission__list > li:first-of-type {
  margin-top: 0;
}
.top-mission__list > li > h3 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .top-mission__list > li > h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .top-mission__list > li > h3 {
    font-size: 10px;
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.top-mission__list > li > figure {
  width: 100%;
  height: 230px;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .top-mission__list > li > figure {
    height: 22.4609375vw;
  }
}
@media (max-width: 767px) {
  .top-mission__list > li > figure {
    height: 61.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
.top-mission__list > li > p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
  .top-mission__list > li > p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .top-mission__list > li > p {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}

.top-meaning {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .top-meaning {
    margin-top: 32vw;
  }
}
.top-meaning__inner {
  max-width: 1000px;
  width: 100%;
  padding-top: 60px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-meaning__inner {
    max-width: 84vw;
    padding-top: 10.6666666667vw;
  }
}
.top-meaning__txt {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .top-meaning__txt {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}
.top-meaning__txt.low {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .top-meaning__txt.low {
    text-align: left;
    margin-top: 8.5333333333vw;
  }
}
.top-meaning__flow {
  width: 492px;
  padding-top: 60px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-meaning__flow {
    width: 100%;
    padding-top: 8.5333333333vw;
  }
}

.top-project {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .top-project {
    margin-top: 32vw;
  }
}
.top-project__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-project__inner {
    max-width: 84vw;
  }
}
.top-project__intro {
  max-width: 672px;
  width: 100%;
  padding-top: 40px;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .top-project__intro {
    line-height: 2;
    max-width: 100%;
    padding-top: 10.6666666667vw;
  }
}
.top-project__list {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .top-project__list {
    max-width: 80.5333333333vw;
    width: 100%;
    padding-top: 10.9333333333vw;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
  }
}
.top-project__list > li {
  width: 280px;
  margin-right: 100px;
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media (max-width: 767px) {
  .top-project__list > li {
    width: 100%;
    margin-top: 13.3333333333vw;
    margin-right: 0;
  }
}
.top-project__list > li.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.top-project__list > li:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .top-project__list > li:first-of-type {
    margin-top: 0;
  }
}
.top-project__list > li > figure {
  width: 100%;
  height: 210px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .top-project__list > li > figure {
    height: 60.2666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}
.top-project__list > li > h3 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .top-project__list > li > h3 {
    font-size: 10px;
    font-size: 5.3333333333vw;
    margin-bottom: 2.9333333333vw;
  }
}
.top-project__list > li > p {
  text-align: center;
}
@media (max-width: 767px) {
  .top-project__list > li > p {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0.03em;
  }
}

.top-support {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .top-support {
    margin-top: 32vw;
  }
}
.top-support__inner {
  max-width: 1000px;
  width: 100%;
  padding-top: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .top-support__inner {
    max-width: 83.3333333333vw;
  }
}
@media (max-width: 767px) {
  .top-support__inner {
    max-width: 84vw;
    padding-top: 10.6666666667vw;
  }
}
.top-support__primaryList > li.blur-out > figure > img {
  filter: blur(0);
}
.top-support__primaryList > li:nth-of-type(odd) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .top-support__primaryList > li:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}
.top-support__primaryList > li:nth-of-type(odd) > p {
  width: 336px;
}
@media (max-width: 767px) {
  .top-support__primaryList > li:nth-of-type(odd) > p {
    width: 100%;
  }
}
.top-support__primaryList > li:nth-of-type(even) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .top-support__primaryList > li:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.top-support__primaryList > li:nth-of-type(even) > p {
  width: 347px;
}
@media (max-width: 767px) {
  .top-support__primaryList > li:nth-of-type(even) > p {
    line-height: 1.8;
    width: 100%;
  }
}
.top-support__primaryList > li:nth-of-type(n + 2) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .top-support__primaryList > li:nth-of-type(n + 2) {
    margin-top: 10.6666666667vw;
  }
}
.top-support__primaryList > li figure {
  width: 572px;
  aspect-ratio: 3/2.25;
}
@media screen and (max-width: 1200px) {
  .top-support__primaryList > li figure {
    width: calc(100% - 43.3333333333vw);
  }
}
@media screen and (max-width: 880px) {
  .top-support__primaryList > li figure {
    width: calc(100% - 47.3333333333vw);
  }
}
@media (max-width: 767px) {
  .top-support__primaryList > li figure {
    width: 100%;
    height: 62.9333333333vw;
  }
}
.top-support__primaryList > li figure > img {
  filter: blur(4px);
  transition: filter 0.8s ease;
}
@media (max-width: 767px) {
  .top-support__primaryList > li figure > img {
    filter: blur(1.0666666667vw);
  }
}
@media (max-width: 767px) {
  .top-support__primaryList > li > p {
    line-height: 1.8;
    padding-bottom: 10.6666666667vw;
  }
}
.top-support__primary > p {
  width: 572px;
  padding-top: 60px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-support__primary > p {
    line-height: 1.8;
    width: 100%;
    padding-top: 10.6666666667vw;
  }
}
.top-support__secondary {
  max-width: 777px;
  width: 100%;
  padding-top: 100px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .top-support__secondary {
    max-width: 688px;
  }
}
@media (max-width: 767px) {
  .top-support__secondary {
    max-width: 100%;
    padding-top: 16.2666666667vw;
  }
}
.top-support__secondary > h3 {
  font-weight: 24px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .top-support__secondary > h3 {
    font-size: 9px;
    font-size: 4.8vw;
    white-space: nowrap;
  }
}
.top-support__secondaryCont {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .top-support__secondaryCont {
    padding-top: 5.0666666667vw;
  }
}
@media (max-width: 767px) {
  .top-support__secondaryCont > p {
    line-height: 1.8;
  }
}
.top-support__secondaryCont > p:nth-of-type(n + 2) {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .top-support__secondaryCont > p:nth-of-type(n + 2) {
    margin-top: 4.2666666667vw;
  }
}
.top-support__secondaryCont > ul {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .top-support__secondaryCont > ul {
    line-height: 1.8;
    margin-top: 4.2666666667vw;
  }
}

.top-stickyBtn {
  color: white;
  width: 194px;
  position: sticky;
  left: calc(100vw - 194px);
  top: calc(100vh - 155px);
  z-index: 10;
  border-top-left-radius: 61.5px;
  border-bottom-left-radius: 61.5px;
  overflow: hidden;
  transition: opacity 0.4s ease;
}
@media (max-width: 767px) {
  .top-stickyBtn {
    width: 40.5333333333vw;
    top: calc(100% - 47.2vw);
    left: calc(100vw - 40.5333333333vw);
    border-top-left-radius: 16.4vw;
    border-bottom-left-radius: 16.4vw;
  }
}
.top-stickyBtn > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
  transition: 0.4s;
}
.top-stickyBtn-top {
  position: relative;
  width: 100%;
  height: 65px;
}
@media (max-width: 767px) {
  .top-stickyBtn-top {
    height: 12.8vw;
  }
}
.top-stickyBtn-top > p {
  color: #4e4e4e;
  margin-top: 17px;
  margin-left: 41px;
  letter-spacing: -0.02em;
  font-size: 15px;
  line-height: 1.3;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-stickyBtn-top > p {
    margin-top: 3.2vw;
    margin-left: 7.4666666667vw;
    font-size: 3.4666666667vw;
  }
}
.top-stickyBtn-top > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 0;
}
.top-stickyBtn-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  width: 100%;
  background: #e97c51;
}
.top-stickyBtn-bottom > p {
  font-size: 19px;
  line-height: 2.2;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .top-stickyBtn-bottom > p {
    font-size: 4.2666666667vw;
    margin-left: 4vw;
  }
}
.top-stickyBtn-bottom > svg {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .top-stickyBtn-bottom > svg {
    margin-left: 1.6vw;
  }
}/*# sourceMappingURL=style.css.map */