@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  vertical-align: baseline;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff2?vcgpd8") format("woff2"), url("../fonts/icomoon.ttf?vcgpd8") format("truetype"), url("../fonts/icomoon.woff?vcgpd8") format("woff"), url("../fonts/icomoon.svg?vcgpd8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e902";
}

.icon-blank:before {
  content: "\e900";
}

.icon-house:before {
  content: "\e901";
}

html {
  --navy: #003067;
  --yellow:#E8DC67;
  --gothic:YakuHanJP, "Noto Sans JP", sans-serif;
  --zenkaku:YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  --icomoon: "icomoon";
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  scroll-behavior: smooth;
  font-feature-settings: normal;
  scroll-padding-top: 0px;
  scroll-behavior: smooth;
  /*! SP ***************************************************/
  /*! PC ***************************************************/
}
@media screen and (max-width: 768px) {
  html {
    min-width: 100%;
    scroll-padding-top: 0px;
  }
}
html body {
  color: var(--navy);
  font-family: var(--gothic);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  background: #fff;
  -webkit-text-size-adjust: none;
  position: relative;
  font-feature-settings: "palt";
}
html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html h1,
html h2,
html h3,
html h4 {
  font-weight: 500;
  line-height: 1.5;
}
html b {
  font-weight: 800;
  font-family: inherit;
}
html p {
  font-weight: 500;
}
html a {
  color: var(--navy);
  text-decoration: none;
  border: 0;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}
html a img {
  transition: all 0.4s ease;
  backface-visibility: hidden;
}
html .zenkaku {
  font-family: var(--zenkaku);
}
html .bold {
  font-weight: 700;
}
html .animation {
  transform: translate(0px, 10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left {
  transform: translate(-10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_right {
  transform: translate(10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_right.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_down {
  transform: translate(0px, -10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_down.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html #wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
html .tel {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  html .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  html .pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  html body {
    min-width: 320px;
    font-size: 1.6rem;
    position: relative;
  }
  html p {
    line-height: 2;
  }
  html img {
    max-width: 100%;
    height: auto;
  }
  html .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  html .sp {
    display: none !important;
  }
}
html .loding_cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 48, 103, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s ease;
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
html .loding_cover.hidden {
  opacity: 0;
  pointer-events: none;
}
html .loding_cover .guide {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.4s ease 1s;
}
html .loding_cover .guide.visible {
  transform: scale(1);
  opacity: 1;
}
html .loding_cover .guide img {
  width: 344px;
}
@media screen and (max-width: 767px) {
  html .loding_cover .guide img {
    width: 300px;
  }
}
html #slidemenuBtn {
  order: 2;
  flex-shrink: 0;
  width: 38px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html #slidemenuBtn.slide-open > span:before {
  width: 0%;
}
html #slidemenuBtn.slide-open > span:after {
  width: 0%;
}
html #slidemenuBtn.slide-open > span span:before {
  width: 100%;
  left: 0;
  transform: rotate(-20deg);
  transition: width 0.2s ease, top 0.2s ease, transform 0.2s ease 0.2s;
  backface-visibility: hidden;
}
html #slidemenuBtn.slide-open > span span:after {
  width: 100%;
  right: 0;
  transform: rotate(20deg);
  transition: width 0.2s ease, bottom 0.2s ease, transform 0.2s ease 0.2s;
  backface-visibility: hidden;
}
html #slidemenuBtn > span {
  width: 32px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html #slidemenuBtn > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: var(--navy);
  transition: width 0.2s ease;
  backface-visibility: hidden;
}
html #slidemenuBtn > span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--navy);
  transition: width 0.2s ease;
  backface-visibility: hidden;
}
html #slidemenuBtn > span span:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background: var(--navy);
  transition: transform 0.2s ease, top 0.2s ease 0.2s;
  backface-visibility: hidden;
}
html #slidemenuBtn > span span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background: var(--navy);
  transition: transform 0.2s ease, bottom 0.2s ease 0.2s;
  backface-visibility: hidden;
}
html #menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 48, 103, 0.8);
  padding: 100px 45px 30px;
  box-sizing: border-box;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease, z-index 0s ease 0.6s;
}
html #menu.slide-open {
  opacity: 1;
  pointer-events: auto;
}
html #menu.slide-open .menu_inner {
  transform: translateY(0px);
}
html #menu .menu_inner {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(23.4006996155px);
  --webkit-backdrop-filter: blur(23.400699615478516px);
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.6s ease;
}
html #menu .menu_inner .menu_box ul {
  line-height: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 25px 50px;
}
html #menu .menu_inner .menu_box ul li {
  text-align: center;
}
html #menu .menu_inner .menu_box ul li:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
html #menu .menu_inner .menu_box ul li:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
html #menu .menu_inner .menu_box ul li:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
html #menu .menu_inner .menu_box ul li:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
html #menu .menu_inner .menu_box ul li:nth-child(5) {
  grid-column: 1/3;
  grid-row: 3/4;
}
html #menu .menu_inner .menu_box .corp {
  margin: 25px 0 40px;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--navy);
}
html #menu .menu_inner .menu_box .corp .icon-blank {
  font-size: 1.2rem;
  margin-left: 10px;
}
html #menu .menu_inner .menu_box .guide {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  html #menu {
    padding: 59px 10px 12px;
  }
  html #menu.slide-open {
    opacity: 1;
    pointer-events: auto;
  }
  html #menu.slide-open .menu_inner {
    transform: translateY(0px);
  }
  html #menu .menu_inner {
    backdrop-filter: initial;
    background-color: rgba(255, 255, 255, 0.86);
  }
  html #menu .menu_inner .menu_box {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    padding: 0;
    box-sizing: border-box;
    justify-content: center;
  }
  html #menu .menu_inner .menu_box ul {
    line-height: 2;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  html #menu .menu_inner .menu_box ul li {
    padding: 1.5svh 0;
  }
  html #menu .menu_inner .menu_box .corp {
    margin: 0 0 30px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--navy);
  }
  html #menu .menu_inner .menu_box .corp .icon-blank {
    font-size: 1.2rem;
    margin-left: 10px;
  }
  html #menu .menu_inner .menu_box .guide {
    position: static;
  }
}
html header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 45px;
  box-sizing: border-box;
  z-index: 20;
}
html header .header_inner {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7vw;
  backdrop-filter: blur(23.4006996155px);
  --webkit-backdrop-filter: blur(23.400699615478516px);
  background-color: rgba(255, 255, 255, 0.5);
}
html header .header_inner .logo {
  flex-shrink: 0;
  padding-left: 24px;
}
html header .header_inner .logo a {
  display: block;
}
html header .header_inner .logo a img {
  vertical-align: middle;
}
html header .header_inner nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.5vw;
  width: 100%;
  padding-right: 10px;
  box-sizing: border-box;
}
html header .header_inner nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
html header .header_inner nav ul li a {
  font-size: 1.5rem;
  color: #94A5B9;
}
html header .header_inner nav ul li a.blank {
  position: relative;
}
html header .header_inner nav ul li a.blank::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 10px;
  background: url(../img/svg/blank-nav.svg) no-repeat;
  background-size: contain;
}
html header .header_inner nav ul li.active a {
  text-decoration: underline;
  text-underline-offset: 7.2px;
  text-decoration-color: var(--navy);
  color: var(--navy);
}
html header .header_inner nav ul li:not(.active) a:hover {
  text-decoration: underline;
  text-underline-offset: 7.2px;
  text-decoration-color: var(--navy);
  color: var(--navy);
}
html header .header_inner nav .btn_modelhouse {
  flex-shrink: 0;
  width: 182px;
  height: 53px;
  background: var(--navy);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
}
html header .header_inner nav .btn_modelhouse .icon-house {
  font-size: 1.7rem;
}
html header .header_inner nav .btn_modelhouse span {
  font-size: 1.6rem;
}
html header .header_inner #slidemenuBtn {
  display: none;
}
html header.top .header_inner nav ul li a {
  color: var(--navy);
}
html header.under .header_inner nav ul li:not(.active) a.blank::before {
  background-image: url(../img/svg/blank-nav-under.svg);
}
@media screen and (max-width: 1240px) {
  html header .header_inner nav {
    display: none;
  }
  html header .header_inner #slidemenuBtn {
    display: flex;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  html header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 12px 10px;
    box-sizing: border-box;
    z-index: 11;
  }
  html header.slide-open .header_inner {
    backdrop-filter: initial;
    background-color: rgba(255, 255, 255, 0.86);
  }
  html header .header_inner {
    width: 100%;
    height: 47px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  html header .header_inner .logo {
    flex-shrink: 0;
    padding-left: 7px;
  }
  html header .header_inner .logo a img {
    width: auto;
    height: 22px;
  }
  html header .header_inner #slidemenuBtn {
    display: flex;
    margin-right: 17px;
  }
}
html .mv {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  padding: 15px;
  box-sizing: border-box;
  z-index: -1;
}
html .mv .guide {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}
html .mv .guide img {
  width: 172px;
}
html .mv .guide.visible {
  opacity: 1;
}
html .mv img {
  width: 100%;
}
html .mv .mv01,
html .mv .mv02 {
  width: calc((100% - 12px) / 2);
  height: calc((100vh - 42px) * 482 / 758);
  position: relative;
  overflow: hidden;
}
html .mv .mv01 img,
html .mv .mv02 img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
html .mv .mv01 video,
html .mv .mv02 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html .mv .mv03,
html .mv .mv04,
html .mv .mv05 {
  position: relative;
  overflow: hidden;
  width: calc((100% - 24px) / 3);
  height: calc((100vh - 42px) * 276 / 758);
}
html .mv .mv03 img,
html .mv .mv04 img,
html .mv .mv05 img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
html .mv .mv03 video,
html .mv .mv04 video,
html .mv .mv05 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  html .mv {
    height: 100dvh;
    display: grid;
    grid-template-columns: calc(50% - 2.5px) calc(50% - 2.5px);
    grid-template-rows: calc((100% - 15px) * 260 / 650) calc((100% - 15px) * 110 / 650) calc((100% - 15px) * 110 / 650) calc((100% - 15px) * 170 / 650);
    gap: 5px;
    padding: 0;
    box-sizing: border-box;
    z-index: -1;
  }
  html .mv .guide {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
  }
  html .mv .guide img {
    width: 128px;
  }
  html .mv img {
    width: 100%;
  }
  html .mv .mv01 {
    grid-column: 1/3;
    grid-row: 1/2;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  html .mv .mv02 {
    grid-column: 1/3;
    grid-row: 4/5;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  html .mv .mv03 {
    grid-column: 1/2;
    grid-row: 2/4;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  html .mv .mv04 {
    grid-column: 2/3;
    grid-row: 2/3;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  html .mv .mv05 {
    grid-column: 2/3;
    grid-row: 3/4;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
}
html .section_wrap {
  margin-top: 100vh;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 54px solid #fff;
}
@media screen and (max-width: 767px) {
  html .section_wrap {
    margin-top: 100dvh;
    border-bottom: 30px solid #fff;
  }
}
html .intro {
  padding-top: 130px;
  text-align: center;
}
html .intro .text01 {
  font-size: 2rem;
  line-height: 2.2;
  font-weight: bold;
  text-align: center;
  padding-bottom: 60px;
}
html .intro h2 picture {
  display: block;
  margin: 0 auto;
}
html .intro h2 picture:nth-child(1) {
  padding-bottom: 45px;
}
html .intro .intro_box {
  display: grid;
  grid-template-columns: 277px 450px;
  grid-template-rows: auto 1fr;
  gap: 30px 80px;
  padding: 60px 90px;
  background: #fff;
  width: 988px;
  box-sizing: border-box;
  margin: 160px auto 200px;
}
html .intro .intro_box h3 {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-top: 10px;
}
html .intro .intro_box p {
  grid-column: 2/3;
  grid-row: 1/3;
  text-align: left;
}
html .intro .intro_box .btn {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  html .intro {
    padding: 54px 22px 40px;
  }
  html .intro .text01 {
    font-size: 1.6rem;
    padding-bottom: 34px;
  }
  html .intro h2 picture:nth-child(1) {
    width: 286px;
    padding-bottom: 25px;
  }
  html .intro h2 picture:nth-child(2) {
    width: 165px;
  }
  html .intro .intro_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 36px 20px 37px;
    width: 100%;
    margin: 40px auto 0;
  }
  html .intro .intro_box h3 {
    padding-top: 0;
  }
  html .intro .intro_box h3 picture {
    display: block;
    width: 172px;
    margin: 0 auto;
  }
  html .intro .intro_box p {
    max-width: 74.6666666667vw;
    margin: 0 auto;
  }
  html .intro .intro_box .btn {
    margin: 0 auto;
  }
}
html .btn {
  width: 230px;
  height: 54px;
  border-radius: 27px;
  background: var(--navy);
  border: 2px solid var(--navy);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
}
html .btn:before {
  content: "View more";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--navy);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease;
}
html .btn:hover {
  background: #fff;
}
html .btn:hover:before {
  opacity: 1;
}
html .btn:hover span {
  opacity: 0;
}
html .btn.fff {
  background: #fff;
  border: 2px solid #fff;
  color: var(--navy);
}
html .btn.fff:before {
  color: #fff;
}
html .btn.fff:hover {
  background: var(--navy);
}
html .movie {
  padding: 130px 0 160px;
  text-align: center;
  background: #fff;
}
html .movie h2 {
  padding-bottom: 48px;
}
html .movie h2 em {
  display: block;
  font-weight: 700;
  font-size: 5.4rem;
}
html .movie h2 em span {
  line-height: 1.5;
  display: block;
  font-size: 2.8rem;
}
html .movie .movie_inner {
  position: relative;
  width: 1111px;
  max-width: 100%;
  height: 618px;
  margin: 0 auto 80px;
}
html .movie .movie_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
html .movie .banner {
  width: 724px;
  height: 224px;
  margin: 0 auto;
}
html .movie .banner a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: var(--navy);
  color: #fff;
  text-align: left;
}
html .movie .banner a .text h3 {
  font-family: var(--zenkaku);
  font-weight: 700;
  text-align: left;
  font-size: 3.2rem;
}
html .movie .banner a .text p {
  padding: 10px 0;
  font-size: 1.5rem;
  line-height: 1.7;
}
html .movie .banner a .text .view {
  margin-left: auto;
  width: fit-content;
}
html .movie .banner a .text .view span {
  font-size: 1.5rem;
  position: relative;
}
html .movie .banner a .text .view span::before {
  content: "";
  background: #fff;
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -8px;
  transition: 0.5s;
}
html .movie .banner a .text .view .icon-blank {
  margin-left: 10px;
  font-size: 1.1rem;
}
html .movie .banner a figure {
  overflow: hidden;
}
html .movie .banner a figure img {
  transition: 0.5s;
}
html .movie .banner a:hover .text .view span::before {
  width: 135%;
}
html .movie .banner a:hover figure img {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  html .movie {
    padding: 53px 22px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
  }
  html .movie h2 {
    padding-bottom: 22px;
  }
  html .movie h2 em {
    font-size: 3.2rem;
  }
  html .movie h2 em span {
    font-size: 1.8rem;
  }
  html .movie .movie_inner {
    height: auto;
    aspect-ratio: 1111/618;
    margin-bottom: 20px;
  }
  html .movie .banner {
    width: 300px;
    height: auto;
    margin: 0 auto;
  }
  html .movie .banner a {
    display: block;
    width: 300px;
    height: auto;
    padding: 22px 22px 70px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
  html .movie .banner a .text h3 {
    text-align: center;
    font-size: 2.2rem;
  }
  html .movie .banner a .text p {
    padding: 15px 0 15px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  html .movie .banner a .text .view {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
  }
  html .movie .banner a .text .view span:before {
    width: 135%;
  }
}
html .sq {
  display: block;
  line-height: 1;
  padding-left: 22px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
}
html .sq:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--navy);
}
html .interview {
  width: 100%;
  height: 200vh;
  min-height: 800px;
  overflow: hidden;
  clip-path: inset(0);
  /* 切り抜き */
  z-index: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
html .interview.active figure {
  position: fixed;
}
html .interview.absolute figure {
  top: auto;
  bottom: 0;
  position: absolute;
}
html .interview figure {
  position: absolute;
  /* 背景を固定 */
  top: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/top/interview_bg.webp");
  background-position: center center;
  background-size: cover;
}
html .interview .interview_inner {
  position: relative;
  z-index: 1;
  width: 50vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(252, 250, 250, 0.95);
}
html .interview .interview_inner .interview_text {
  display: flex;
  flex-direction: column;
}
html .interview .interview_inner .interview_text h2 {
  padding: 58px 0 38px;
}
html .interview .interview_inner .interview_text p {
  padding-bottom: 60px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html .interview {
    width: 100vw;
    height: 250vw;
    min-height: auto;
    overflow: hidden;
    clip-path: inset(0);
    /* 切り抜き */
    z-index: 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  html .interview.active figure {
    position: static;
  }
  html .interview.active .interview_inner {
    position: fixed;
    left: 0;
    top: 0;
  }
  html .interview.absolute figure {
    position: static;
  }
  html .interview figure {
    position: absolute;
    /* 背景を固定 */
    top: 0;
    width: 100vw;
    height: 250vw;
    background-image: url("../img/top/interview_bg@sp.webp");
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
  html .interview .interview_inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
  }
  html .interview .interview_inner.bottom {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
  }
  html .interview .interview_inner .interview_text {
    padding: 80px 30px 50px;
    display: flex;
    flex-direction: column;
  }
  html .interview .interview_inner .interview_text h2 {
    padding: 25px 0 30px;
  }
  html .interview .interview_inner .interview_text h2 img {
    width: 193px;
    height: 71px;
    object-fit: contain;
  }
  html .interview .interview_inner .interview_text p {
    padding-bottom: 30px;
  }
  html .interview .interview_inner .interview_text .btn {
    margin: 0 auto;
  }
}
html .history {
  padding: 160px 0;
  width: 100%;
  background: #fff;
}
html .history .history_inner {
  width: 1100px;
  margin: 0 auto 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
html .history .history_inner .text h2 {
  padding: 58px 0 38px;
}
html .history .history_inner .text h2 em {
  font-weight: 700;
  font-size: 4.8rem;
}
html .history .history_inner .text p {
  font-weight: 600;
}
html .history .history_inner .btn {
  margin-bottom: 20px;
}
html .history .loop {
  width: 100%;
  overflow: hidden;
}
html .history .loop figure {
  animation: loop_animation_left 35s linear infinite;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
html .history .loop figure img {
  max-width: initial;
  height: 466px;
}
@keyframes loop_animation_left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  html .history {
    padding: 50px 30px;
    width: 100%;
    box-sizing: border-box;
  }
  html .history .history_inner {
    width: 100%;
    margin: 0 auto 40px;
    display: block;
  }
  html .history .history_inner .text h2 {
    padding: 30px 0 28px;
  }
  html .history .history_inner .text h2 img {
    width: 282px;
  }
  html .history .history_inner .text p {
    padding-bottom: 23px;
  }
  html .history .history_inner .btn {
    margin: 0 auto;
  }
  html .history .loop {
    width: calc(100% + 60px);
    margin-left: -30px;
    overflow: hidden;
  }
  html .history .loop figure {
    animation: loop_animation_left 10s linear infinite;
    gap: 18px;
  }
  html .history .loop figure img {
    height: 269px;
  }
}
html .message {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
html .message figure img {
  width: 100%;
}
html .message .message_inner {
  position: absolute;
  left: 50%;
  top: 31.25vw;
  transform: translate(-50%, 0);
  box-sizing: border-box;
}
html .message .message_inner .btn {
  margin: 0 auto;
  border-radius: 1.875vw;
  width: 15.9722222222vw;
  height: 3.75vw;
  border: 0.1388888889vw solid var(--navy);
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  html .message {
    padding: 0;
    box-sizing: border-box;
  }
  html .message .message_inner {
    top: 92.5333333333vw;
  }
  html .message .message_inner .btn {
    margin: 0 auto;
    border-radius: 7.2vw;
    width: 61.0666666667vw;
    height: 14.1333333333vw;
    border: 0.5333333333vw solid var(--navy);
    font-size: 4vw;
  }
}
html footer {
  background: var(--navy);
  padding: 68px 80px;
}
html footer .footer_inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
html footer .footer_inner .f_data {
  flex-shrink: 0;
  text-align: left;
  width: 280px;
}
html footer .footer_inner .f_data .f_logo {
  display: block;
  margin-bottom: 30px;
}
html footer .footer_inner .f_data ul li {
  padding: 10px 0;
}
html footer .footer_inner .f_data ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
html footer .footer_inner .f_data ul li a:before {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  margin-right: 12px;
}
html footer .footer_inner .f_data ul li a.blank i {
  font-size: 1.2rem;
  padding-left: 10px;
}
html footer .footer_inner .f_data ul li a:hover {
  text-decoration: underline;
}
html footer .footer_inner .f_data .corp {
  margin: 30px 0 35px;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 5px;
  position: relative;
}
html footer .footer_inner .f_data .corp::before {
  content: "";
  background: #fff;
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  transition: 0.5s;
}
html footer .footer_inner .f_data .corp .icon-blank {
  font-size: 1.2rem;
  margin-left: 10px;
}
html footer .footer_inner .f_data .corp:hover::before {
  width: 100%;
}
html footer .footer_inner .f_data .copy {
  font-size: 1rem;
  color: #fff;
  line-height: 15px;
}
html footer .footer_inner .f-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}
html footer .footer_inner .f-banner a {
  width: calc((100% - 17px) / 2);
  overflow: hidden;
}
html footer .footer_inner .f-banner a img {
  transition: 0.5s;
}
html footer .footer_inner .f-banner a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  html footer {
    padding: 40px 30px;
  }
  html footer .footer_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  html footer .footer_inner .f_data {
    order: 1;
    flex-shrink: 0;
    text-align: center;
    width: 100%;
  }
  html footer .footer_inner .f_data .f_logo {
    display: block;
    margin-bottom: 40px;
  }
  html footer .footer_inner .f_data ul {
    display: none;
  }
  html footer .footer_inner .f_data .corp {
    display: none;
  }
  html footer .footer_inner .f_data .copy {
    font-size: 1rem;
    color: #fff;
  }
  html footer .footer_inner .f-banner {
    order: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  html footer .footer_inner .f-banner a {
    width: 100%;
  }
}
html .subpage {
  margin-top: 220px;
  padding: 0 min(6.25vw, 80px) 160px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
html .subpage section {
  max-width: 1100px;
  margin: 0 auto;
}
html .subpage section .sect_ttl {
  font-family: var(--zenkaku);
  font-weight: 700;
  text-align: center;
  font-size: 3.8rem;
}
html .subpage .subpage_ttl {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
html .subpage .subpage_ttl .sq {
  margin-bottom: 50px;
  font-size: 2.2rem;
}
html .subpage .subpage_ttl h1 {
  font-family: var(--zenkaku);
  font-size: 5.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
html .subpage .subpage_ttl h1 + p {
  font-size: 16px;
  line-height: 2.5;
  margin-top: 55px;
}
html .subpage .subpage_ttl h1 picture, html .subpage .subpage_ttl h1 img {
  display: block;
  margin-top: 70px;
}
html .subpage .subpage_ttl h1 ~ figure {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  html .subpage {
    margin-top: 100px;
    padding: 35px 30px 70px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  html .subpage section {
    max-width: 1100px;
    margin: 0 auto;
  }
  html .subpage section .sect_ttl {
    text-align: center;
    font-size: 6.4vw;
  }
  html .subpage .subpage_ttl {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
  }
  html .subpage .subpage_ttl .sq {
    margin-bottom: 26px;
    font-size: 1.8rem;
  }
  html .subpage .subpage_ttl h1 {
    font-size: 7.8vw;
  }
  html .subpage .subpage_ttl h1 + p {
    font-size: 4vw;
    line-height: 2.1333333333;
    margin-top: 20px;
  }
  html .subpage .subpage_ttl h1 picture, html .subpage .subpage_ttl h1 img {
    margin-top: 8vw;
    margin-bottom: 12vw;
  }
  html .subpage .subpage_ttl h1 ~ figure {
    width: 46vw;
    padding-top: 20px;
    line-height: 1;
  }
}
html .subpage_nav {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
}
html .subpage_nav a {
  width: 33.3333333333%;
  height: 316px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--navy);
  border-left: 0;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
}
html .subpage_nav a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  transition: all 0.4s ease;
}
html .subpage_nav a:after {
  content: "View more";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
html .subpage_nav a:hover:before {
  opacity: 0;
}
html .subpage_nav a:hover span {
  opacity: 0;
}
html .subpage_nav a span {
  position: relative;
  z-index: 3;
  transition: all 0.4s ease;
}
html .subpage_nav a span .sq {
  font-size: 1.4rem;
  margin: 0 auto;
  width: fit-content;
}
html .subpage_nav a span .sq:before {
  top: 4px;
}
html .subpage_nav a span h3 {
  padding-top: 20px;
  font-family: var(--zenkaku);
  font-size: 3.4rem;
  font-weight: 600;
  text-align: center;
}
html .subpage_nav a.nav_interview {
  background-image: url("../img/top/subpage_nav01.webp");
}
html .subpage_nav a.nav_history {
  background-image: url("../img/top/subpage_nav02.webp");
}
html .subpage_nav a.nav_message {
  background-image: url("../img/top/subpage_nav03.webp");
}
html .subpage_nav a.nav_pledge {
  background-image: url("../img/top/subpage_nav04.webp");
}
html .subpage_nav a:last-child {
  border-right: 0;
}
html .subpage_nav.double {
  max-width: 960px;
  margin: 0 auto;
}
html .subpage_nav.double a {
  width: 50%;
}
html .subpage_nav.double a:first-child {
  border-left: 1px solid var(--navy);
}
html .subpage_nav.double a:last-child {
  border-right: 1px solid var(--navy);
}
@media screen and (max-width: 767px) {
  html .subpage_nav {
    max-width: initial;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
  }
  html .subpage_nav a {
    width: 100%;
    height: auto;
    padding: 20px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 0;
    border-top: 1px solid var(--navy);
    box-sizing: border-box;
  }
  html .subpage_nav a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    transition: all 0.4s ease;
  }
  html .subpage_nav a:after {
    content: "View more";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  html .subpage_nav a:hover:before {
    opacity: 0;
  }
  html .subpage_nav a:hover span {
    opacity: 0;
  }
  html .subpage_nav a span {
    position: static;
    z-index: 3;
    transition: all 0.4s ease;
  }
  html .subpage_nav a span:before {
    content: "";
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
    content: "";
    width: 12px;
    height: 20px;
    background: var(--navy);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  html .subpage_nav a span .sq {
    font-size: 1.4rem;
    width: fit-content;
    padding-left: 16px;
    margin-left: 0;
  }
  html .subpage_nav a span .sq:before {
    top: 3.5px;
  }
  html .subpage_nav a span h3 {
    padding-top: 5px;
    font-size: 2.2rem;
    text-align: left;
  }
  html .subpage_nav a span h3 br {
    display: none;
  }
  html .subpage_nav a:last-child {
    border-bottom: 1px solid var(--navy);
  }
  html .subpage_nav.double {
    max-width: 100%;
    margin: 0 auto;
  }
  html .subpage_nav.double a {
    width: 100%;
  }
  html .subpage_nav.double a:first-child {
    border-left: unset;
  }
  html .subpage_nav.double a:last-child {
    border-right: unset;
  }
}
html #modal .modalbox {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 100px;
  width: 678px;
  height: calc(100% - 100px);
  background: var(--navy);
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1);
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
}
html #modal .modalbox.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0%);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}
html #modal .modalbox .close {
  position: absolute;
  right: 0;
  width: 164px;
  height: 82px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
}
html #modal .modalbox .close:hover {
  color: var(--yellow);
}
html #modal .modalbox .close:hover em:before, html #modal .modalbox .close:hover em:after {
  background: var(--yellow);
}
html #modal .modalbox .close small {
  font-size: 1.6rem;
}
html #modal .modalbox .close em {
  width: 39px;
  height: 39px;
  position: relative;
  transform: rotate(45deg);
}
html #modal .modalbox .close em:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease;
}
html #modal .modalbox .close em:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
html #modal .modalbox .modalbox_head {
  flex-shrink: 0;
  width: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 40px;
  position: relative;
}
html #modal .modalbox .modalbox_head:before {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  width: 1px;
  height: calc(100% - 40px);
  background: #647689;
}
html #modal .modalbox .modalbox_head em {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
html #modal .modalbox .control {
  display: none;
}
html #modal .modalbox .modal_nav {
  padding-top: 200px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
html #modal .modalbox .modal_nav li a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.2s ease;
}
html #modal .modalbox .modal_nav li a:hover {
  color: var(--yellow);
  border-color: var(--yellow);
}
html #modal .modalbox .modal_nav li.prev a .icon-arrow {
  transform: rotate(180deg);
}
html #modal .modalbox .fraction {
  margin-top: 50px;
  width: 50px;
  height: 50px;
  position: relative;
  font-size: 1.5rem;
}
html #modal .modalbox .fraction:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}
html #modal .modalbox .fraction .numerator {
  position: absolute;
  left: 0;
  top: 0;
}
html #modal .modalbox .fraction .denominator {
  position: absolute;
  right: 0;
  bottom: 0;
}
html #modal .modalbox .modalbox_body {
  margin-top: 82px;
  padding: 0 40px 40px;
  height: calc(100% - 82px);
  box-sizing: border-box;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
html #modal .modalbox .modalbox_body::-webkit-scrollbar {
  display: none;
}
html #modal .modalbox .modalbox_body figure img {
  width: 100%;
}
html #modal .modalbox .modalbox_body h3 {
  font-family: var(--zenkaku);
  font-weight: 600;
  font-size: 2.2rem;
}
html #modal .modalbox .modalbox_body .name em {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  font-size: 2rem;
  font-family: var(--zenkaku);
  font-weight: 600;
}
html #modal .modalbox .modalbox_body .name em span {
  font-size: 1.2rem;
  font-weight: 400;
}
html #modal .modalbox .modalbox_body .name small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
html #modal .modalbox .modalbox_body .text {
  padding-top: 30px;
}
html #modal .modalbox .modalbox_body .text h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.55;
}
html #modal .modalbox .modalbox_body .text h4:before {
  top: 11px;
  background: #E8DC67;
}
html #modal .modalbox .modalbox_body .text p {
  font-size: 1.4rem;
  font-weight: 400;
}
html #modal .modalbox .modalbox_body .text p ~ h4 {
  margin-top: 50px;
}
html #modal.is-active .modalbox {
  opacity: 1;
  pointer-events: none;
}
html #modal.is-active .modalbox.is-delay-active {
  transform: translateX(0%);
}
html #modal.is-active .modalbox.is-active {
  transform: translateX(0%);
  z-index: 20;
  pointer-events: auto;
}
html #modal.is-active .modalbox.is-active .modalbox_body {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  html #modal .modalbox {
    top: 0;
    width: 100vw;
    height: 100vh;
    display: block;
  }
  html #modal .modalbox .close {
    position: absolute;
    right: 0;
    width: 74px;
    height: 85px;
    color: #fff;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    transition: all 0.2s ease;
  }
  html #modal .modalbox .close small {
    position: relative;
    top: -5px;
    display: block;
    line-height: 1;
    font-size: 1.6rem;
  }
  html #modal .modalbox .modalbox_head {
    flex-shrink: 0;
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 0px;
  }
  html #modal .modalbox .modalbox_head:before {
    content: none;
  }
  html #modal .modalbox .modalbox_head em {
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    font-size: 2.8rem;
    padding-left: 30px;
  }
  html #modal .modalbox .modalbox_head .modal_nav,
  html #modal .modalbox .modalbox_head .fraction {
    display: none;
  }
  html #modal .modalbox .control {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 24px 30px 28px;
    box-sizing: border-box;
    background: var(--navy);
  }
  html #modal .modalbox .control .fraction {
    margin: 0;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
  html #modal .modalbox .control .modal_nav {
    width: 100%;
    display: flex;
    flex-direction: unset;
    justify-content: space-between;
    padding: 0;
  }
  html #modal .modalbox .modalbox_body {
    margin-top: 0px;
    padding: 0 30px 100px;
    height: calc(100dvh - 116px);
    box-sizing: border-box;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  html #modal .modalbox .modalbox_body h3 {
    line-height: 1.5454545455;
  }
  html #modal .modalbox .modalbox_body h3 br {
    display: none;
  }
  html #modal .modalbox .modalbox_body .name {
    margin-top: -5px;
  }
  html #modal .modalbox .modalbox_body .name em {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    font-size: 2rem;
  }
  html #modal .modalbox .modalbox_body .name em span {
    font-size: 1.2rem;
    font-weight: 400;
  }
  html #modal .modalbox .modalbox_body .name small {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
  }
  html #modal .modalbox .modalbox_body .text {
    padding-top: 20px;
  }
  html #modal .modalbox .modalbox_body .text h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.55;
  }
  html #modal .modalbox .modalbox_body .text h4 br {
    display: none;
  }
  html #modal .modalbox .modalbox_body .text h4:before {
    top: 11px;
    background: #E8DC67;
  }
  html #modal .modalbox .modalbox_body .text p {
    font-size: 1.4rem;
  }
  html #modal .modalbox .modalbox_body .text p ~ h4 {
    margin-top: 40px;
  }
}

#pledge.subpage {
  position: relative;
}
#pledge.subpage .pledge_intro .pledge_img {
  position: absolute;
  left: 55%;
  top: 0;
  width: 550px;
  height: 100%;
}
#pledge.subpage .pledge_intro .pledge_img .guide {
  position: absolute;
  right: 190px;
  top: 0;
}
#pledge.subpage .pledge_intro .pledge_img .img01 {
  position: absolute;
  right: 275px;
  top: 340px;
}
#pledge.subpage .pledge_intro .pledge_img .img02 {
  position: absolute;
  right: 32px;
  top: 540px;
}
#pledge.subpage .pledge_intro .pledge_img .img03 {
  position: absolute;
  right: 0px;
  top: 750px;
}
#pledge.subpage .pledge_intro .pledge_img .img04 {
  position: absolute;
  right: 263px;
  top: 1040px;
}
#pledge.subpage .pledge_intro .pledge_text {
  width: fit-content;
  position: relative;
  z-index: 1;
  padding: 90px 0 150px;
  line-height: 2.4;
}
#pledge.subpage .pledge_intro .pledge_text p {
  letter-spacing: 0.04em;
  color: #CFD7E0;
  font-weight: 700;
  transition: all 0.6s ease 0.5s;
}
#pledge.subpage .pledge_intro .pledge_text p.active {
  color: var(--navy);
}
#pledge.subpage .pledge_intro .konohoshi_san {
  width: 780px;
  padding: 30px 60px;
  box-sizing: border-box;
  background: #ECEEF0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 55px;
  margin: 0 auto;
}
#pledge.subpage .pledge_intro .konohoshi_san figure {
  flex-shrink: 0;
}
#pledge.subpage .pledge_intro .konohoshi_san p {
  font-size: 1.5rem;
}
#pledge.subpage .movie {
  padding-top: 180px;
  padding-bottom: 0;
}
#pledge.subpage .movie .movie_inner {
  margin-bottom: 0;
}
#pledge.subpage .new_pledge {
  padding: 130px 0 0px;
}
#pledge.subpage .new_pledge .new_pledge_inner .item {
  padding: 100px 0 125px;
  display: grid;
  grid-template-columns: 465px 550px;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 50px 80px;
  position: relative;
}
#pledge.subpage .new_pledge .new_pledge_inner .item:last-child {
  padding-top: 125px;
  padding-bottom: 0;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .text {
  grid-column: 1/2;
  grid-row: 1/2;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .text .item_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 38px;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .text .item_ttl .num {
  width: 32px;
  font-size: 2.8rem;
  font-family: var(--zenkaku);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--navy);
}
#pledge.subpage .new_pledge .new_pledge_inner .item .text .item_ttl .text small {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .text .item_ttl .text h3 {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: -4px;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .text .item_ttl .text h3 em {
  font-family: var(--zenkaku);
  font-size: 5.4rem;
  font-weight: 700;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .text .item_ttl .text h3 span {
  font-family: var(--zenkaku);
  font-weight: 700;
  padding-left: 5px;
  font-size: 3.2rem;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .text p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.2666666667;
  padding-top: 20px;
}
#pledge.subpage .new_pledge .new_pledge_inner .item figure {
  grid-column: 2/3;
  grid-row: 1/2;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab {
  grid-column: 1/3;
  grid-row: 2/3;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 50px;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_menu {
  flex-shrink: 0;
  width: 250px;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_menu li {
  padding: 40px 0;
  position: relative;
  color: #cfd7e0;
  transition: all 0.2s ease;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_menu li:not(.is-active) {
  cursor: pointer;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_menu li:before {
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  content: "";
  width: 12px;
  height: 20px;
  background: #CFD7E0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_menu li.is-active {
  color: var(--navy);
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_menu li.is-active:before {
  background: var(--navy);
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_menu li small {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_menu li em {
  font-family: var(--zenkaku);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_menu li + li {
  border-top: 1px solid var(--navy);
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_content {
  width: 100%;
  background: #ECEEF0;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_content > div {
  box-sizing: border-box;
  opacity: 0;
  transition: all 1s ease;
  padding: 60px;
  display: grid;
  grid-template-columns: 244px 367px;
  grid-template-rows: auto auto auto;
  justify-content: space-between;
  opacity: 0;
  transition: all 1s ease;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_content > div.is-active {
  opacity: 1;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_content > div figure {
  grid-column: 2/3;
  grid-row: 2/4;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_content > div figure img {
  width: 100%;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_content > div h4 {
  grid-column: 1/3;
  grid-row: 1/2;
  line-height: 1.4117647059;
  font-family: var(--zenkaku);
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 55px;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_content > div p {
  grid-column: 1/2;
  grid-row: 2/3;
  line-height: 2.1333333333;
  font-size: 1.5rem;
  font-weight: 400;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_content > div p + .pc .btn {
  margin-top: 38px;
}
#pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_content > div .btn {
  grid-column: 1/2;
  grid-row: 3/4;
}
#pledge.subpage .new_pledge .new_pledge_inner .item + .item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 1px;
  background: #ADADAD;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  #pledge.subpage .subpage_ttl .sq {
    line-height: 26px;
  }
  #pledge.subpage .subpage_ttl .sq:before {
    top: 50%;
    transform: translateY(-50%);
  }
  #pledge.subpage .pledge_intro .pledge_img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 112vw;
    margin-bottom: 50px;
  }
  #pledge.subpage .pledge_intro .pledge_img img {
    width: 100%;
  }
  #pledge.subpage .pledge_intro .pledge_img .guide {
    width: 40vw;
    position: absolute;
    right: 0;
    top: 0;
  }
  #pledge.subpage .pledge_intro .pledge_img .img01 {
    width: 43.7vw;
    position: absolute;
    right: auto;
    left: -30px;
    top: 16vw;
  }
  #pledge.subpage .pledge_intro .pledge_img .img02 {
    width: 37vw;
    position: absolute;
    right: auto;
    left: calc(-30px + 50.1333333333vw);
    top: 46.9vw;
  }
  #pledge.subpage .pledge_intro .pledge_img .img03 {
    width: 47.4vw;
    position: absolute;
    right: auto;
    left: calc(-30px + 4vw);
    top: auto;
    bottom: 0;
  }
  #pledge.subpage .pledge_intro .pledge_img .img04 {
    width: 40.8vw;
    position: absolute;
    right: -30px;
    top: auto;
    bottom: 8vw;
  }
  #pledge.subpage .pledge_intro .pledge_text {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 50px 0 0;
    line-height: 2.4;
  }
  #pledge.subpage .pledge_intro .pledge_text p {
    font-size: 3.99vw;
  }
  #pledge.subpage .pledge_intro .konohoshi_san {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #pledge.subpage .pledge_intro .konohoshi_san p {
    font-size: 1.4rem;
    line-height: 2.2666666667;
  }
  #pledge.subpage .movie {
    padding: 60px 0 0;
  }
  #pledge.subpage .new_pledge {
    padding: 60px 0 0px;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 20px;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .text .item_ttl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .text .item_ttl .text small {
    display: block;
    line-height: 1;
    font-size: 1.4rem;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .text .item_ttl .text h3 {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    line-height: 1.5;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .text .item_ttl .text h3 em {
    font-size: 4rem;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .text .item_ttl .text h3 span {
    font-size: 2rem;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .text p {
    font-size: 1.5rem;
    line-height: 2;
    padding-top: 20px;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item figure img {
    height: 60.8vw;
    object-fit: cover;
    object-position: top;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .tab {
    flex-direction: column;
    gap: 10px;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_menu {
    flex-shrink: 0;
    width: 100%;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_menu li {
    padding: 15px 0;
    color: var(--navy);
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_menu li:before {
    right: 16px;
    top: calc(50% - 6px);
    content: "";
    width: 20px;
    height: 12px;
    background: var(--navy);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_menu li em {
    line-height: 1.5;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_menu li + li {
    padding-top: 9px;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_content {
    width: 100%;
    background: #ECEEF0;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_content > div {
    opacity: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 17px;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_content > div h4 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_content > div p {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item .tab .tab_content > div .btn {
    margin: 8px auto 0;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item:last-child {
    padding-top: 50px;
  }
  #pledge.subpage .new_pledge .new_pledge_inner .item + .item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 1px;
    background: #ADADAD;
    transform: translateX(-50%);
  }
}
#message.subpage * {
  font-feature-settings: normal;
}
#message.subpage .ceo {
  padding-top: 140px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 128px 58px;
}
#message.subpage .ceo .item {
  width: calc((100% - 58px) / 2);
  display: flex;
  flex-direction: column;
}
#message.subpage .ceo .item .photo {
  position: relative;
}
#message.subpage .ceo .item .photo picture img {
  object-fit: cover;
  width: 100%;
  height: 330px;
}
#message.subpage .ceo .item .photo figcaption {
  position: absolute;
  right: 30px;
  top: 24px;
}
#message.subpage .ceo .item h3 {
  font-family: var(--zenkaku);
  font-size: min(2.9vw, 3.2rem);
  font-weight: 600;
  line-height: 1.4117647059;
  white-space: nowrap;
  margin: 30px 0;
}
#message.subpage .ceo .item .name small {
  display: block;
  font-size: 1.2rem;
}
#message.subpage .ceo .item .name figure {
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
#message.subpage .ceo .item .name figure figcaption {
  font-size: 1.4rem;
  font-weight: 400;
}
#message.subpage .ceo .item p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.2666666667;
  margin-top: 30px;
}
#message.subpage .ceo .item.wide {
  width: 100%;
  display: grid;
  grid-template-columns: 43% 50%;
  grid-template-rows: auto auto auto;
  gap: 0 7%;
}
#message.subpage .ceo .item.wide .photo {
  grid-column: 2/3;
  grid-row: 1/4;
}
#message.subpage .ceo .item.wide .photo picture img {
  object-fit: cover;
  width: 100%;
  height: 597px;
}
#message.subpage .ceo .item.wide h3 {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: min(3.09vw, 3.4rem);
  margin-top: 0;
}
#message.subpage .ceo .item.wide .name {
  grid-column: 1/2;
  grid-row: 2/3;
}
#message.subpage .ceo .item.wide p {
  grid-column: 1/2;
  grid-row: 3/4;
}
#message.subpage .staff {
  padding-top: 130px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 64px 3.45%;
}
#message.subpage .staff .item {
  width: 31.0333333333%;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
#message.subpage .staff .item figure img {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 216px;
}
#message.subpage .staff .item h3 {
  font-family: var(--zenkaku);
  font-size: min(2.2rem, 1.55vw);
  font-weight: 700;
  margin: 10px 0 15px;
}
#message.subpage .staff .item h3.ls--5 {
  letter-spacing: -0.05em;
}
#message.subpage .staff .item h3.ls--9 {
  letter-spacing: -0.09em;
}
#message.subpage .staff .item .name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#message.subpage .staff .item .name em {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  font-family: var(--zenkaku);
  font-weight: 500;
  letter-spacing: 0.1em;
}
#message.subpage .staff .item .name em.ls--5 {
  letter-spacing: -0.05em;
}
#message.subpage .staff .item .name em span {
  padding-left: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
}
#message.subpage .staff .item .name small {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 400;
}
#message.subpage .staff .item .circle {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--navy);
  color: #fff;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #message.subpage .ceo {
    padding-top: 35px;
    flex-direction: column;
    gap: 60px;
  }
  #message.subpage .ceo .item {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  #message.subpage .ceo .item .photo {
    order: 1;
    position: relative;
  }
  #message.subpage .ceo .item .photo picture img {
    object-fit: initial;
    width: 100%;
    height: auto;
    aspect-ratio: initial;
  }
  #message.subpage .ceo .item .photo figcaption {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 90px;
  }
  #message.subpage .ceo .item h3 {
    order: 0;
    font-size: min(5.8vw, 2.2rem);
    line-height: 1.5454545455;
    margin-bottom: 21px;
  }
  #message.subpage .ceo .item .name {
    order: 2;
    margin-top: 3px;
  }
  #message.subpage .ceo .item .name small {
    display: block;
    font-size: 1.4rem;
  }
  #message.subpage .ceo .item .name figure {
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }
  #message.subpage .ceo .item .name figure figcaption {
    font-size: 1.2rem;
  }
  #message.subpage .ceo .item p {
    order: 3;
    line-height: 2;
  }
  #message.subpage .ceo .item.wide {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #message.subpage .ceo .item.wide .photo picture img {
    object-fit: initial;
    width: 100%;
    height: auto;
    aspect-ratio: initial;
  }
  #message.subpage .ceo .item.wide h3 {
    font-size: min(5.8vw, 2.2rem);
    margin: 0;
  }
  #message.subpage .ceo .item.wide p {
    margin-top: 10px;
  }
  #message.subpage .ceo .item + .item h3 {
    margin-top: 0;
  }
  #message.subpage .ceo .item:not(.wide) .name {
    margin-top: 23px;
  }
  #message.subpage .staff {
    padding: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 16px;
  }
  #message.subpage .staff .item {
    width: calc((100% - 16px) / 2);
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
  }
  #message.subpage .staff .item figure img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: auto;
    aspect-ratio: 150/95;
  }
  #message.subpage .staff .item h3 {
    display: none;
  }
  #message.subpage .staff .item .name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #message.subpage .staff .item .name em {
    display: block;
    font-size: 2rem;
    line-height: 1;
  }
  #message.subpage .staff .item .name em.ls--5 {
    letter-spacing: -0.15em;
    font-size: 1.8rem;
  }
  #message.subpage .staff .item .name em.ls--9 {
    letter-spacing: -0.09em;
  }
  #message.subpage .staff .item .name em span {
    display: block;
    padding: 5px 0 0 0;
    font-size: 1.2rem;
    font-weight: 400;
  }
  #message.subpage .staff .item .name small {
    display: block;
    width: 100%;
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: 400;
  }
  #message.subpage .staff .item .circle {
    position: absolute;
    right: 7px;
    top: calc(0.63 * (100vw - 76px) / 2 - 28px);
    bottom: auto;
    width: 21px;
    height: 21px;
    color: #fff;
    font-size: 1rem;
  }
}
#history.subpage {
  padding-bottom: 115px;
}
#history.subpage * {
  box-sizing: border-box;
}
#history.subpage .fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
#history.subpage .fadein.active {
  opacity: 1;
  transform: translateY(0);
}
#history.subpage .histories {
  width: 1100px;
  max-width: 100%;
  margin: 125px auto 0;
  position: relative;
}
#history.subpage .histories::before {
  content: "";
  position: absolute;
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 39px);
  background: var(--navy);
}
#history.subpage .histories .pin {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--navy);
}
#history.subpage .histories .pin span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--navy);
}
#history.subpage .histories .cautions {
  position: absolute;
  left: 0;
  top: 10px;
}
#history.subpage .histories .cautions li {
  font-size: 12px;
  line-height: 3.3333333333;
}
#history.subpage .histories .history-item {
  position: relative;
  width: calc(50% - 1px);
}
#history.subpage .histories .history-item.right {
  margin: 0 auto;
  margin-right: 0;
}
#history.subpage .histories .history-item.right .date {
  padding-left: 213px;
}
#history.subpage .histories .history-item.right .date:before {
  width: 179px;
  left: 0;
  right: unset;
}
#history.subpage .histories .history-item.right .date:after {
  right: unset;
  left: -8px;
}
#history.subpage .histories .history-item.right .ttl, #history.subpage .histories .history-item.right .txt, #history.subpage .histories .history-item.right img {
  margin: 0 auto;
  margin-right: 0;
}
#history.subpage .histories .history-item.right .ttl {
  margin-top: 14px;
}
#history.subpage .histories .history-item.right .ttl span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 9px;
}
#history.subpage .histories .history-item.right * + img {
  margin-top: 20px;
}
#history.subpage .histories .history-item .date {
  z-index: 10;
  background: #fff;
  position: relative;
  display: flex;
  align-items: flex-end;
}
#history.subpage .histories .history-item .date:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  right: 0;
  background: var(--navy);
  height: 2px;
  top: 60%;
  transform: translateY(-50%);
}
#history.subpage .histories .history-item .date:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 15px;
  height: 15px;
  background: var(--navy);
  top: 60%;
  transform: translateY(-50%);
  right: -9px;
  border-radius: 50%;
}
#history.subpage .histories .history-item .date span {
  background: #fff;
  color: #94A5B9;
}
#history.subpage .histories .history-item .date span.year {
  font-size: 78px;
  height: 94px;
  display: inline-flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#history.subpage .histories .history-item .date span.year.small {
  font-size: 34px;
  height: 41px;
}
#history.subpage .histories .history-item .date span.year.small ~ * {
  height: 41px;
  display: inline-flex;
  align-items: center;
}
#history.subpage .histories .history-item .date span.year.small + .nen {
  font-size: 34px;
}
#history.subpage .histories .history-item .date span.nen {
  font-size: 56px;
  font-weight: 600;
  height: 94px;
  display: inline-flex;
  align-items: baseline;
  padding-right: 8px;
}
#history.subpage .histories .history-item .date span.month {
  font-size: 34px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
#history.subpage .histories .history-item .ttl {
  margin-top: 14px;
  max-width: 335px;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5454545455;
}
#history.subpage .histories .history-item .ttl sup {
  font-size: 14px;
  position: relative;
  top: -8px;
  left: 5px;
}
#history.subpage .histories .history-item .ttl + .txt {
  margin-top: 14px;
}
#history.subpage .histories .history-item .txt {
  max-width: 335px;
  font-size: 14px;
  line-height: 1.7142857143;
}
#history.subpage .histories .history-item .txt + .ttl {
  margin-top: 65px;
}
#history.subpage .histories .history-item img {
  max-width: 335px;
  height: 189px;
  object-fit: cover;
  display: block;
}
#history.subpage .histories .history-item * + img {
  margin-top: 20px;
}
#history.subpage .histories .history-item.item-10 {
  padding-top: 112px;
}
#history.subpage .histories .history-item.item-10 .date::before {
  width: 223px;
}
#history.subpage .histories .history-item.item-20 {
  margin-top: -87px;
}
#history.subpage .histories .history-item.item-30 {
  margin-top: -400px;
}
#history.subpage .histories .history-item.item-30 .date::before {
  width: 215px;
}
#history.subpage .histories .history-item.item-40 {
  margin-top: 115px;
}
#history.subpage .histories .history-item.item-40 .date::before {
  width: 314px;
}
#history.subpage .histories .history-item.item-50 {
  margin-top: -260px;
}
#history.subpage .histories .history-item.item-60 {
  margin-top: -145px;
}
#history.subpage .histories .history-item.item-60 .date::before {
  width: 324px;
}
#history.subpage .histories .history-item.item-60 .ttl {
  max-width: 404px;
}
#history.subpage .histories .history-item.item-70 {
  margin-top: -140px;
}
#history.subpage .histories .history-item.item-80 {
  margin-top: 25px;
}
#history.subpage .histories .history-item.item-80 .date::before {
  width: 330px;
}
#history.subpage .histories .history-item.item-90 {
  margin-top: 25px;
}
#history.subpage .histories .history-item.item-100 {
  margin-top: -70px;
}
#history.subpage .histories .history-item.item-100 .ttl, #history.subpage .histories .history-item.item-100 .txt {
  max-width: 407px;
}
#history.subpage .histories .history-item.item-100 .date::before {
  width: 272px;
}
#history.subpage .histories .history-item.item-110 {
  margin-top: -60px;
}
#history.subpage .histories .history-item.item-120 {
  margin-top: 43px;
}
#history.subpage .histories .history-item.item-130 {
  margin-top: -60px;
}
#history.subpage .histories .history-item.item-130 .ttl, #history.subpage .histories .history-item.item-130 .txt {
  max-width: 392px;
}
#history.subpage .histories .history-item.item-130 .date::before {
  width: 292px;
}
#history.subpage .histories .history-item.item-140 {
  margin-top: -284px;
}
#history.subpage .histories .history-item.item-150 {
  margin-top: 78px;
}
#history.subpage .histories .history-item.item-160 {
  margin-top: 26px;
}
#history.subpage .histories .history-item.item-160 .date::before {
  width: 286px;
}
#history.subpage .histories .history-item.item-170 {
  margin-top: -302px;
}
#history.subpage .histories .history-item.item-180 {
  margin-top: 97px;
}
#history.subpage .histories .history-item.item-190 {
  margin-top: -48px;
}
#history.subpage .histories .history-item.item-190 img {
  max-width: 342px;
  height: auto;
  margin-top: 35px;
}
#history.subpage .histories .history-item.item-190 .date::before {
  width: 202px;
}
#history.subpage .histories .history-item.item-200 {
  margin-top: -124px;
}
#history.subpage .histories .history-item.item-210 {
  margin-top: -22px;
}
#history.subpage .histories .history-item.item-210 .date::before {
  width: 223px;
}
#history.subpage .histories .history-item.item-220 {
  margin-top: -291px;
}
#history.subpage .histories .history-item.item-230 {
  margin-top: 30px;
}
#history.subpage .histories .history-item.item-230 .date::before {
  width: 223px;
}
#history.subpage .histories .history-item.item-240 {
  margin-top: -304px;
}
#history.subpage .histories .history-item.item-250 {
  margin-top: 80px;
  padding-bottom: 125px;
}
#history.subpage .pledge-area {
  width: 1290px;
  height: 500px;
  max-width: 100%;
  margin: 0 auto;
  background: url(../img/history/bg-pledge-area.webp) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
}
#history.subpage .pledge-area .box {
  background: var(--navy);
  width: 465px;
  height: 306px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#history.subpage .pledge-area .box * {
  text-align: center;
}
#history.subpage .pledge-area .box h2 {
  color: #fff;
  font-size: 33px;
  line-height: 1.2424242424;
}
#history.subpage .pledge-area .box h2 img {
  margin: 38px auto 37px;
}
#history.subpage .pledge-area .box h2 + img {
  margin: 0 auto 35px;
}

@media screen and (max-width: 767px) {
  #history.subpage {
    padding-bottom: 51px;
    padding-right: 0;
    padding-left: 0;
  }
  #history.subpage .fadein {
    transform: translateY(30px);
  }
  #history.subpage .subpage_ttl {
    padding: 0 30px;
  }
  #history.subpage .subpage_ttl h1 picture {
    margin: 7.2vw auto 10.6666666667vw;
  }
  #history.subpage .subpage_ttl h1 picture img {
    width: 71.2vw;
    height: auto;
    margin: 0;
  }
  #history.subpage .histories {
    width: 100%;
    margin: 75px auto 0;
    padding-right: 40px;
    padding-left: 30px;
  }
  #history.subpage .histories::before {
    top: 24px;
    left: 42px;
    transform: unset;
    height: calc(100% - 24px);
  }
  #history.subpage .histories .pin {
    left: 30px;
    transform: unset;
    width: 24.76px;
    height: 24.76px;
    border: 2px solid var(--navy);
  }
  #history.subpage .histories .pin span {
    width: 9.52px;
    height: 9.52px;
  }
  #history.subpage .histories .cautions {
    left: 0;
    top: 3px;
    width: 100%;
    text-align: right;
    padding-right: 52px;
  }
  #history.subpage .histories .cautions li {
    line-height: 17px;
  }
  #history.subpage .histories .history-item {
    width: 100%;
    padding-left: 14px;
    margin-top: 39px !important;
  }
  #history.subpage .histories .history-item.right {
    margin-right: auto;
  }
  #history.subpage .histories .history-item.right .date {
    padding-left: 24.5px;
  }
  #history.subpage .histories .history-item.right .date:after {
    left: -6px;
  }
  #history.subpage .histories .history-item.right .ttl, #history.subpage .histories .history-item.right .txt, #history.subpage .histories .history-item.right img {
    margin: 0 auto;
    margin-right: 0;
  }
  #history.subpage .histories .history-item.right .ttl {
    margin-top: 8px;
  }
  #history.subpage .histories .history-item.right .ttl span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 9px;
  }
  #history.subpage .histories .history-item.right * + img {
    margin-top: 10px;
  }
  #history.subpage .histories .history-item .date {
    background: unset;
    padding-left: 24.5px;
  }
  #history.subpage .histories .history-item .date:before {
    display: none;
  }
  #history.subpage .histories .history-item .date:after {
    width: 9.52px;
    height: 9.52px;
    right: unset;
    left: -6px;
    top: 50%;
  }
  #history.subpage .histories .history-item .date span {
    background: unset;
  }
  #history.subpage .histories .history-item .date span.year {
    font-size: 42px;
    height: 50px;
  }
  #history.subpage .histories .history-item .date span.year.small {
    font-size: 26px;
    height: 41px;
  }
  #history.subpage .histories .history-item .date span.year.small ~ * {
    height: 41px;
  }
  #history.subpage .histories .history-item .date span.year.small + .nen {
    font-size: 26px;
    transform: translateY(-3px);
  }
  #history.subpage .histories .history-item .date span.year.small + .nen + .month {
    top: 0;
  }
  #history.subpage .histories .history-item .date span.nen {
    font-size: 26px;
    height: 50px;
    padding-right: 0px;
    position: relative;
    top: 4px;
  }
  #history.subpage .histories .history-item .date span.month {
    font-size: 26px;
    line-height: 50px;
    position: relative;
    top: 6px;
  }
  #history.subpage .histories .history-item .ttl {
    margin-top: 4px;
    max-width: 100%;
    white-space: normal;
    font-size: 18px;
    line-height: 1.4444444444;
    padding-left: 24.5px;
  }
  #history.subpage .histories .history-item .ttl sup {
    font-size: 12px;
    top: -7px;
  }
  #history.subpage .histories .history-item .ttl + .txt {
    margin-top: 8px;
  }
  #history.subpage .histories .history-item .txt {
    max-width: 100%;
    padding-left: 24.5px;
  }
  #history.subpage .histories .history-item .txt + .ttl {
    margin-top: 29px;
  }
  #history.subpage .histories .history-item img {
    max-width: 71.7333333333vw;
    height: auto;
  }
  #history.subpage .histories .history-item * + img {
    margin: 10px auto;
    margin-right: 0;
  }
  #history.subpage .histories .history-item.item-10 {
    padding-top: 57px;
    margin-top: 0 !important;
  }
  #history.subpage .histories .history-item.item-20 {
    margin-top: 32px !important;
  }
  #history.subpage .histories .history-item.item-190 img {
    max-width: 272px;
    margin-top: 24px;
  }
  #history.subpage .histories .history-item.item-250 {
    padding-bottom: 67px;
  }
  #history.subpage .pledge-area {
    width: calc(100% - 28px);
    height: 150.6666666667vw;
    background: url(../img/history/bg-pledge-area-top@sp.webp) no-repeat top, url(../img/history/bg-pledge-area-bottom@sp.webp) no-repeat bottom;
    background-size: contain;
  }
  #history.subpage .pledge-area .box {
    height: 56.8vw;
  }
  #history.subpage .pledge-area .box h2 {
    font-size: 33px;
    line-height: 1.2424242424;
  }
  #history.subpage .pledge-area .box h2 img {
    width: 57.3333333333vw;
    height: auto;
    margin: 7.4666666667vw auto 4.5333333333vw;
  }
  #history.subpage .pledge-area .box h2 + img {
    width: 37.0666666667vw;
    height: auto;
    margin: 0 auto 6.1333333333vw;
  }
}
* {
  font-feature-settings: normal;
}

#families-lives {
  padding: 0;
}
#families-lives .familyWrap2 {
  padding: 140px 0 160px;
}
#families-lives .familyWrap2 .familyArchiveList {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.4166666667vw;
}
#families-lives .familyWrap2 .familyArchiveList .li1 {
  height: 19.467999vw;
}
#families-lives .familyWrap2 .familyArchiveList .li1.coming-soon {
  pointer-events: none;
}
#families-lives .familyWrap2 .familyArchiveList .fami_link1 {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#families-lives .familyWrap2 .familyArchiveList .fami_thumb1, #families-lives .familyWrap2 .familyArchiveList .fami_thumb2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#families-lives .familyWrap2 .familyArchiveList .fami_thumb1 {
  z-index: 3;
  transition: opacity 0.3s ease;
}
@media all and (min-width: 768px) {
  #families-lives .familyWrap2 .familyArchiveList a:hover .fami_thumb1 {
    opacity: 0;
  }
}
@media all and (max-width: 767px) {
  #families-lives .familyWrap2 {
    padding: 0 0 21.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  #families-lives .subpage_ttl {
    padding: 35px 30px 13.3333333333vw;
  }
  #families-lives .subpage_ttl img {
    width: 48.2666666667vw;
    height: auto;
  }
}
/* mvWrap
***************************************************************/
@media all and (min-width: 768px) {
  .mvWrapIn {
    background-image: url(../img/family/mv_family.jpg);
  }
  .mvTitle {
    padding-top: 160px;
  }
  .mvTitle .t1 {
    width: 566px;
  }
  .mv_p1 {
    margin-top: 110px;
  }
  .single .mvTitle {
    padding-top: 55px;
  }
  .single .mvTitle .t1 {
    width: 332px;
  }
  .w_title1_cRight {
    top: 170px;
  }
}
@media all and (max-width: 767px) {
  .mvWrapIn {
    background-image: url(../img/family/mv_family_sp.jpg);
  }
  .mvTitle .t1 {
    width: 278px;
  }
  .mv_p1 {
    margin-top: 75px;
  }
  .single .mvWrapIn {
    height: 100vw;
  }
}
/* familyWrap1
***************************************************************/
.familyWrap1 {
  padding: 60px 0 75px;
}

.familyWrap1_inner {
  width: 780px;
  margin: 0 auto;
}

.fami1_h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #0064a7;
}

.fami1_p1 {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2.22;
  margin-top: 15px;
}

@media all and (max-width: 767px) {
  .familyWrap1 {
    padding: 30px 7% 45px;
  }
  .familyWrap1_inner {
    width: 100%;
  }
  .fami1_h2 {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  .fami1_p1 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 2;
    margin-top: 10px;
  }
}
@media all and (max-width: 370px) {
  .fami1_h2 {
    font-size: 18px;
  }
  .fami1_p1 {
    font-size: 14px;
  }
}
/* familyWrap2
***************************************************************/
.familyWrap2 {
  padding: 0 0 70px;
}

.familyArchiveList .fami_link1 {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.familyArchiveList .fami_thumb1, .familyArchiveList .fami_thumb2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.familyArchiveList .fami_thumb1 {
  z-index: 3;
  transition: opacity 0.3s ease;
}

@media all and (min-width: 768px) {
  .familyArchiveList a:hover .fami_thumb1 {
    opacity: 0;
  }
}
@media all and (max-width: 767px) {
  #families-lives .familyWrap2 .familyArchiveList {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8vw;
  }
  #families-lives .familyWrap2 .familyArchiveList .li1 {
    height: 50vw;
  }
}
/* singleWrap1
***************************************************************/
.movieModal.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
}
.movieModal .fancybox-bg {
  background-color: rgb(30, 30, 30);
}

.singleWrap1 {
  padding: 65px 0 0;
}
.singleWrap1 .singleWrap1_inner {
  width: 1200px;
  margin: 0 auto;
}
.singleWrap1 .singleWrap1_inner .single1_p1 {
  color: var(--navy);
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
}
.singleWrap1 .singleWrap1_inner .single_h1 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 23px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.singleWrap1 .singleWrap1_inner .single_h1 span {
  font-size: 14px;
}

.single1_movie {
  display: block;
  width: 100%;
  height: 800px;
  margin-top: 65px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single1_movie::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.single1_movie::after {
  content: "";
  width: 138px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/common/ico_movie1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.single1_movie_02 {
  display: block;
  width: 100%;
  height: 720px;
  margin-top: 65px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 75px;
}

@media all and (min-width: 768px) {
  .single1_movie:hover::before {
    opacity: 0;
  }
}
@media all and (max-width: 767px) {
  .singleWrap1_inner {
    width: 100%;
  }
  .single1_p1 {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .single_h1 {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 12px;
  }
  .single1_movie {
    height: 57vw;
    margin-top: 40px;
  }
  .single1_movie::after {
    width: 60px;
    height: 44px;
  }
  .single1_movie_02 {
    /* height: 45.3vw; */
    height: 65vw;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .movieModal .fancybox-slide {
    padding: 44px 10px;
  }
}
/* familyEditWrap
***************************************************************/
.familyEditItem + .familyEditItem,
.familyEditWrap + #satori__creative_container {
  margin-top: 40px;
}

/* familyEdit_textBox1 */
.familyEdit_textBox1 {
  width: 920px;
  margin: 0 auto;
  padding: 40px 0;
}

.familyEdit_textBox1_h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.2rem;
}

.familyEdit_textBox1_p1 {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.4;
}

.familyEdit_textBox1_h2 + .familyEdit_textBox1_p1 {
  margin-top: 30px;
}

/* familyEdit_imgBox1 */
.familyEdit_imgBox1 {
  width: 1200px;
  margin: 0 auto;
}

.familyEdit_imgBox1_thumb1 {
  width: 100%;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.familyEdit_imgBox_p1 {
  font-size: 13px;
  font-weight: 500;
  text-align: justify;
  margin-top: 8px;
  line-height: 1.5384615385;
}

/* familyEdit_imgBox_clm2 */
.familyEdit_imgBox_clm2 {
  display: flex;
  justify-content: space-between;
}
.familyEdit_imgBox_clm2.un-background {
  max-width: 1180px;
}

.familyEdit_imgBox_clm2In {
  width: 580px;
}

.familyEdit_imgBox1_thumb1.type2 {
  width: 100%;
  height: 380px;
}
.familyEdit_imgBox1_thumb1.type3 {
  width: 100%;
  height: 812px;
}

/* alignItem2 */
.alignItem2 {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.alignItem2In + .alignItem2In {
  margin-top: 15px;
}

/* archiveLink1 */
.archiveLink1 {
  background-color: #000;
  margin: 95px auto 0;
}

@media all and (max-width: 767px) {
  .familyEditItem + .familyEditItem,
  .familyEditWrap + #satori__creative_container {
    margin-top: 20px;
  }
  /* familyEdit_textBox1 */
  .familyEdit_textBox1 {
    width: 100%;
    padding: 50px 35px 20px;
  }
  .familyEdit_textBox1_h2 {
    font-size: 18px;
    line-height: 1.8333333333;
  }
  .familyEdit_textBox1_p1 {
    font-size: 14px;
    text-align: justify;
    letter-spacing: 0;
    line-height: 2;
  }
  .familyEdit_textBox1_h2 + .familyEdit_textBox1_p1 {
    margin-top: 14px;
  }
  /* familyEdit_imgBox1 */
  .familyEdit_imgBox1 {
    width: 100%;
    padding: 0 20px;
  }
  .familyEdit_imgBox1_thumb1 {
    width: 100%;
    height: 57vw;
  }
  .familyEdit_imgBox_p1 {
    font-size: 13px;
    margin-top: 6px;
  }
  /* familyEdit_imgBox_clm2 */
  .familyEdit_imgBox_clm2 {
    display: block;
    justify-content: space-between;
  }
  .familyEdit_imgBox_clm2In {
    width: 100%;
  }
  .familyEdit_imgBox_clm2In + .familyEdit_imgBox_clm2In {
    margin-top: 20px;
  }
  .familyEdit_imgBox1_thumb1.type2 {
    width: 100%;
    height: 57vw;
  }
  .familyEdit_imgBox1_thumb1.type3 {
    width: 100%;
    height: 118vw;
  }
  /* alignItem2 */
  .alignItem2 {
    display: block;
  }
  .alignItem2In + .alignItem2In {
    margin-top: 15px;
  }
  /* archiveLink1 */
  .archiveLink1 {
    margin-top: 60px;
  }
}
/* familyOtherWrap
***************************************************************/
.familyOtherWrap {
  border-top: 1px solid #000;
  padding: 40px 0;
  margin-top: 100px;
}

.familyOther_h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
}

.familyOther_list1 {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.familyOther_list1 .li1 {
  width: 25%;
  height: 25vw;
}
.familyOther_list1 .fami_link1 {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.familyOther_list1 .fami_thumb1, .familyOther_list1 .fami_thumb2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.familyOther_list1 .fami_thumb1 {
  z-index: 3;
  transition: opacity 0.3s ease;
}

@media all and (min-width: 768px) {
  .familyOther_list1 a:hover .fami_thumb1 {
    opacity: 0;
  }
}
@media all and (max-width: 767px) {
  .familyOtherWrap {
    padding: 20px 0;
    margin-top: 50px;
  }
  .familyOther_h2 {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .familyOther_list1 {
    margin-top: 20px;
  }
  .familyOther_list1 .li1 {
    width: 50%;
    height: 50vw;
  }
}
/* 資料請求モーダル
***************************************************************/
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-bg {
  background-color: rgba(0, 85, 148, 0.95);
}

.fancybox-content {
  background: none;
}

.contactModal {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  z-index: 8888;
  top: 0;
  left: 0;
}

.conMdl_siteID {
  display: block;
  width: 125px;
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 5555;
}

.conMdl_toggleBtn {
  position: fixed;
  right: 54px;
  top: 28px;
  width: 60px;
  height: 61px;
  cursor: pointer;
  z-index: 5555;
  box-sizing: border-box;
  transition: 0.3s ease;
  display: none;
}
.conMdl_toggleBtn > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.conMdl_toggleBtn span {
  display: block;
  position: absolute;
  height: 5px;
  width: 46px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease;
  background: #fff;
}
.conMdl_toggleBtn span:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
  top: 19.5px;
}
.conMdl_toggleBtn span:nth-child(2) {
  width: 0;
}
.conMdl_toggleBtn span:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
  top: 35.5px;
}

.conMdlWrap {
  width: 868px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conMdl_in {
  width: 100%;
}

.conMdl_tit1 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.25em;
  color: #fff;
}

.conMdl_list {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.conMdl_list .li1 {
  width: 274px;
}
.conMdl_list .link1 {
  width: 100%;
  height: 66px;
  background-color: #fff;
  border: 2px solid #fff;
  color: #0064a7;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (min-width: 768px) {
  .conMdl_siteID:hover {
    opacity: 0.7;
  }
  .conMdl_list .li1:nth-of-type(1n + 4) {
    margin-top: 26px;
  }
  .conMdl_list .link1:hover {
    background-color: #0064a7;
    border: 2px solid #fff;
    color: #fff;
  }
}
@media all and (max-width: 767px) {
  .conMdl_siteID {
    display: none;
  }
  .conMdl_toggleBtn {
    right: auto;
    left: 24px;
    top: 20px;
    width: 32px;
    height: 19px;
    pointer-events: auto;
    opacity: 1;
  }
  .conMdl_toggleBtn span {
    height: 3px;
    width: 100%;
  }
  .conMdl_toggleBtn span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    top: 0;
  }
  .conMdl_toggleBtn span:nth-child(2) {
    width: 0;
  }
  .conMdl_toggleBtn span:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
    top: 16px;
  }
  .conMdlWrap {
    width: 100%;
    padding: 30px 7%;
  }
  .conMdl_tit1 {
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .conMdl_list {
    margin-top: 20px;
  }
  .conMdl_list .li1 {
    width: 48%;
  }
  .conMdl_list .li1:nth-of-type(1n + 3) {
    margin-top: 15px;
  }
  .conMdl_list .link1 {
    height: 50px;
    font-size: 18px;
  }
}
.fancybox-close-small {
  /* display: none; */
  width: 60px !important;
  height: 60px !important;
}

.fancybox-button svg {
  width: 42px !important;
  height: 42px !important;
}

.contactModal .fancybox-button svg path {
  color: #fff !important;
}

@media all and (max-width: 767px) {
  .fancybox-close-small {
    left: 0 !important;
    right: auto !important;
  }
}
.under-families-lives {
  padding-top: 145px;
}
.under-families-lives * {
  box-sizing: border-box;
}
.under-families-lives .firstView {
  max-width: 1100px;
  margin: 0 auto;
}
.under-families-lives .firstView .mvWrapIn {
  height: 600px;
  background-size: cover;
  position: relative;
}
.under-families-lives .firstView .mvWrapIn.families-2001 {
  background-image: url(../img/families-lives/2001/2001_matsudo_01-1.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2002 {
  background-image: url(../img/families-lives/2002/2002_01.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2003 {
  background-image: url(../img/families-lives/2003/single_mv2003.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2004 {
  background-image: url(../img/families-lives/2004/2004_kamakura_01.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2005 {
  background-image: url(../img/families-lives/2005/2005_noda_01_2.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2006 {
  background-image: url(../img/families-lives/2006/20@2x-80-1.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2007 {
  background-image: url(../img/families-lives/2007/20family_2.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2008 {
  background-image: url(../img/families-lives/2008/2008_setagaya_01.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2009 {
  background-image: url(../img/families-lives/2009/2009_urayasu_01.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2010 {
  background-image: url(../img/families-lives/2010/2010_wksk_01-1.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2011 {
  background-image: url(../img/families-lives/2011/アセット-26@2x-100.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2012 {
  background-image: url(../img/families-lives/2012/2012_yamato_01-scaled.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2013 {
  background-image: url(../img/families-lives/2013/2013_kisarazu_20-scaled.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2014 {
  background-image: url(../img/families-lives/2014/2014_yachiyoshi_01.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2015 {
  background-image: url(../img/families-lives/2015/2015_saitama_292-scaled.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2016 {
  background-image: url(../img/families-lives/2016/2016_asahi_01.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2017 {
  background-image: url(../img/families-lives/2017/single_mv2017.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2018 {
  background-image: url(../img/families-lives/2018/02@2x-80.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2019 {
  background-image: url(../img/families-lives/2019/mv.webp);
}
.under-families-lives .firstView .mvWrapIn.families-2020 {
  background-image: url(../img/families-lives/2020/2020_kofu_01.jpg);
}
.under-families-lives .firstView .mvWrapIn.families-2021 {
  background-image: url(../img/families-lives/2021/mv.webp);
}
.under-families-lives .firstView .mvWrapIn.families-2023 {
  background-image: url(../img/families-lives/2023/mv.webp);
}
.under-families-lives .firstView .mvWrapIn .mvTitle {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.others {
  margin: 150px auto 120px;
}
.others h2 {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 2.2727272727;
  margin-bottom: 45px;
}
.others ul {
  display: flex;
  justify-content: center;
  gap: 55px;
  position: relative;
}
.others ul li {
  max-width: 419px;
  width: 100%;
}
.others ul li .ttl {
  font-size: 16px;
  margin-bottom: 7px;
  display: block;
  width: 100%;
}
.others ul li a {
  display: block;
}
.others ul li a .images {
  position: relative;
  margin-bottom: 24px;
}
.others ul li a .images > * {
  transition: 0.3s;
}
.others ul li a .images img {
  display: block;
  width: 419px;
  height: 267px;
  object-fit: cover;
}
.others ul li a .images .before {
  position: relative;
  z-index: 1;
}
.others ul li a .images .hover {
  display: none;
}
.others ul li a .images:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 43px;
  height: 79px;
  background: url(../img/families-lives/other/other-arrow.svg) no-repeat;
  background-size: contain;
}
.others ul li a .txt {
  width: 100%;
  position: relative;
}
.others ul li a .txt .name {
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.5384615385;
}
.others ul li a .txt .title {
  line-height: 1.5555555556;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.others ul li.prev a .images:before {
  left: -76px;
}
.others ul li.next .ttl {
  text-align: right;
}
.others ul li.next a .images:before {
  right: -76px;
  transform: translateY(-50%) rotate(180deg);
}
.others > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--navy);
  width: 230px;
  height: 53px;
  margin: 80px auto 0;
  color: var(--navy);
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
}

.float-menu {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 10;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.float-menu.active {
  opacity: 1;
  pointer-events: auto;
}
.float-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  width: 216px;
  height: 52px;
  position: relative;
  padding-left: 18px;
}
.float-menu a.top {
  background: #fff url(../img/families-lives/float-menu-arrow.svg) no-repeat;
  background-size: 13.07px 17.58px;
  background-position: right 20px center;
}
.float-menu a.back {
  margin-top: 11px;
  background: #fff url(../img/families-lives/float-menu-arrow-back.svg) no-repeat;
  background-size: 17.58px 13.07px;
  background-position: right 18px center;
}

@media screen and (max-width: 767px) {
  .under-families-lives {
    padding-top: 71px;
  }
  .under-families-lives .firstView {
    max-width: 100%;
    margin: 0 auto;
  }
  .under-families-lives .firstView .mvWrapIn {
    height: 100vw;
    background-size: cover;
    background-position: center;
  }
  .under-families-lives .firstView .mvWrapIn.families-2019, .under-families-lives .firstView .mvWrapIn.families-2021, .under-families-lives .firstView .mvWrapIn.families-2023 {
    height: 148vw;
  }
  .under-families-lives .firstView .mvWrapIn .mvTitle {
    left: 8.2666666667vw;
    bottom: unset;
    top: 12vw;
  }
  .under-families-lives .firstView .mvWrapIn.families-2019 {
    background-image: url(../img/families-lives/2019/mv@sp.webp);
  }
  .under-families-lives .firstView .mvWrapIn.families-2021 {
    background-image: url(../img/families-lives/2021/mv@sp.webp);
  }
  .under-families-lives .firstView .mvWrapIn.families-2023 {
    background-image: url(../img/families-lives/2023/mv@sp.webp);
  }
  .under-families-lives .singleWrap1 {
    padding: 0;
  }
  .under-families-lives .singleWrap1_inner {
    width: 100%;
    padding: 21.6vw 0 0;
  }
  .under-families-lives .singleWrap1_inner .single1_p1 {
    font-size: 27px;
    line-height: 1.6666666667;
  }
  .under-families-lives .singleWrap1_inner .single_h1, .under-families-lives .singleWrap1_inner .single_h1 span {
    font-size: 13px;
    line-height: 3.0769230769;
  }
  .under-families-lives .singleWrap1_inner .single_h1 {
    margin-bottom: 0;
    margin-top: 2px;
  }
  .under-families-lives .singleWrap1_inner .single_h1 span {
    margin-left: -4px;
  }
  .others {
    margin: 50px auto 52px;
    padding: 0 35px;
  }
  .others h2 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .others ul {
    gap: 40px;
    flex-direction: column;
  }
  .others ul li {
    max-width: 100%;
  }
  .others ul li .ttl {
    font-size: 13px;
    line-height: 1.0769230769;
    margin-bottom: 9px;
  }
  .others ul li a .images {
    margin-bottom: 8px;
  }
  .others ul li a .images img {
    width: 100%;
    height: 51.7333333333vw;
  }
  .others ul li a .images:before {
    display: none;
  }
  .others ul li a .txt {
    position: relative;
  }
  .others ul li a .txt:before {
    content: "";
    width: 45px;
    height: 45px;
    background: var(--navy) url(../img/families-lives/other/arrow.svg) no-repeat center;
    background-size: 14px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 8px;
  }
  .others ul li a .txt .name {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.6666666667;
  }
  .others ul li a .txt .title {
    line-height: 1.8666666667;
    font-size: 15px;
    letter-spacing: 0.025em;
    max-width: 85%;
  }
  .others > a {
    width: 195px;
    height: 48px;
    margin: 40px auto 0;
  }
  .float-menu {
    bottom: 20px;
  }
  .float-menu a {
    font-size: 14px;
    font-weight: 500;
    width: 196px;
    height: 44px;
    padding-left: 18px;
  }
  .float-menu a.top {
    background: #fff url(../img/families-lives/float-menu-arrow.svg) no-repeat;
    background-size: 12.22px 16.44px;
    background-position: right 20px center;
  }
  .float-menu a.back {
    margin-top: 11px;
    background: #fff url(../img/families-lives/float-menu-arrow-back.svg) no-repeat;
    background-size: 16.44px 12.22px;
    background-position: right 18px center;
  }
}

/*# sourceMappingURL=master.css.map */
