@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
@import url("remodal/remodal.css");
@import url("remodal/remodal-default-theme.css");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

ul, ol { list-style: none; }

button, input, select, textarea { margin: 0; }

html, * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*, ::before, ::after { background-repeat: no-repeat; box-sizing: inherit; }

img, embed, iframe, object, audio, video { height: auto; max-width: 100%; }

img { -webkit-backface-visibility: hidden; backface-visibility: hidden; vertical-align: bottom; }

iframe { border: 0; }

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

td, th { padding: 0; text-align: left; }

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

a { background-color: transparent; -webkit-text-decoration-skip: objects; }

a:active, a:hover { outline-width: 0; }

b, strong { font-weight: bold; }

.clear { clear: both; }

.cf:before, .cf:after { content: ""; display: block; }

.cf:after { clear: both; }

.cf { zoom: 1; overflow: hidden; }

.fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; }

.table_w { width: 100%; display: table; table-layout: fixed; }

.table_c { display: table-cell; vertical-align: top; }

.fa { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.align_center { text-align: center !important; }

.align_left { text-align: left !important; }

.align_right { text-align: right !important; }

.flex { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 { margin-top: 5px; }

.mt10 { margin-top: 10px; }

.mt20 { margin-top: 20px; }

.mt30 { margin-top: 30px; }

.mt40 { margin-top: 40px; }

.mt50 { margin-top: 50px; }

.mt60 { margin-top: 60px; }

.txt_c { text-align: center; }

/* ===================================================================
	form
=================================================================== */
button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; }

button { overflow: visible; }

button, select { text-transform: none; }

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

button[disabled], html input[disabled] { cursor: default; }

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

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0; }

legend { padding: 0; border: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

@media only screen and (min-width: 1081px) { .pc_tab { display: block; }
  .sp { display: none !important; }
  .sp_tab { display: none !important; } }
@media only screen and (max-width: 1080px) { .pc_tab { display: block; }
  .pc { display: none !important; }
  .sp_tab { display: block !important; }
  .sp { display: none; } }
@media only screen and (max-width: 640px) { .pc { display: none !important; }
  .pc_tab { display: none !important; }
  .sp_tab { display: block !important; }
  .sp { display: block !important; } }
@media only screen and (max-width: 640px) { #sp_menu { display: none; position: absolute; z-index: 100; top: 0; left: 0; width: 100%; margin: 0; padding: 0; background: #fff; text-align: center; height: 100vh; padding: 40px 60px; }
  #sp_menu ul { padding: 30px 20px 0; }
  #sp_menu ul li { border-bottom: 2px solid #000; }
  #sp_menu ul li a { display: block; text-decoration: none; padding: 15px 0; }
  #sp_menu ul li span { display: inline-block; font-size: 10px; color: #060054; margin-left: 10px; }
  .logo2 { width: 140px; margin: 30px auto 0; }
  .header_menu { position: absolute; width: 55px; height: 55px; top: 0; right: 0; padding: 11px 0 0 12px; z-index: 200; }
  .menu-trigger, .menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; }
  .menu-trigger { position: relative; width: 30px; height: 30px; }
  .menu-trigger span { position: absolute; left: 0; width: 100%; height: 1px; background-color: #000; border-radius: 4px; }
  .menu-trigger span:nth-of-type(1) { top: 7px; }
  .menu-trigger span:nth-of-type(2) { top: 15px; }
  .menu-trigger span:nth-of-type(3) { bottom: 5px; }
  .menu-trigger span:nth-of-type(1) { -webkit-animation: menu-bar01 .5s forwards; animation: menu-bar01 .5s forwards; }
  @-webkit-keyframes menu-bar01 { 0% { -webkit-transform: translateY(8px) rotate(-45deg); }
    100% { -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar01 { 0% { transform: translateY(8px) rotate(-45deg); }
    100% { transform: translateY(0) rotate(0); } }
  .menu-trigger span:nth-of-type(2) { -webkit-animation: menu-bar02 .5s forwards; animation: menu-bar02 .5s forwards; }
  @-webkit-keyframes menu-bar02 { 0% { opacity: 0; }
    100% { opacity: 1; } }
  @keyframes menu-bar02 { 0% { opacity: 0; }
    100% { opacity: 1; } }
  .menu-trigger span:nth-of-type(3) { -webkit-animation: menu-bar03 .5s forwards; animation: menu-bar03 .5s forwards; }
  @-webkit-keyframes menu-bar03 { 0% { -webkit-transform: translateY(-8px) rotate(45deg); }
    100% { -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar03 { 0% { transform: translateY(-8px) rotate(45deg); }
    100% { transform: translateY(0) rotate(0); } }
  .menu-trigger::after { position: absolute; top: 50%; left: 50%; display: block; content: ''; width: 16px; height: 16px; margin: -8px 0 0 -8px; border-radius: 50%; border: 1px solid rgba(204, 183, 86, 0.3); transition: all .1s; opacity: 0; }
  .menu-trigger.close::after { -webkit-animation: circle .5s; animation: circle .5s; }
  @-webkit-keyframes circle { 0% { -webkit-transform: scale(0.1); opacity: 0; }
    50% { opacity: 1; }
    100% { -webkit-transform: scale(3.5); opacity: 0; } }
  @keyframes circle { 0% { transform: scale(0.1); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: scale(3.5); opacity: 0; } }
  .menu-trigger.close span:nth-of-type(1) { -webkit-animation: active-menu-bar01 .5s .5s forwards; animation: active-menu-bar01 .5s .5s forwards; }
  @-webkit-keyframes active-menu-bar01 { 0% { -webkit-transform: translateY(0) rotate(0); }
    100% { -webkit-transform: translateY(8px) rotate(-45deg); } }
  @keyframes active-menu-bar01 { 0% { transform: translateY(0) rotate(0); }
    100% { transform: translateY(8px) rotate(-45deg); } }
  .menu-trigger.close span:nth-of-type(2) { -webkit-animation: active-menu-bar02 .5s .5s forwards; animation: active-menu-bar02 .5s .5s forwards; }
  @-webkit-keyframes active-menu-bar02 { 0% { opacity: 1; }
    100% { opacity: 0; } }
  @keyframes active-menu-bar02 { 0% { opacity: 1; }
    100% { opacity: 0; } }
  .menu-trigger.close span:nth-of-type(3) { -webkit-animation: active-menu-bar03 .5s .5s forwards; animation: active-menu-bar03 .5s .5s forwards; }
  @-webkit-keyframes active-menu-bar03 { 0% { -webkit-transform: translateY(0) rotate(0); }
    100% { -webkit-transform: translateY(-9px) rotate(45deg); } }
  @keyframes active-menu-bar03 { 0% { transform: translateY(0) rotate(0); }
    100% { transform: translateY(-9px) rotate(45deg); } } }


.kumagaya_project {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #32261b;
  text-align: left;
}
.kumagaya_project .pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .kumagaya_project .pc_none {
    display: block;
  }
  .kumagaya_project .sp_none {
    display: none !important;
  }
}
.kumagaya_project .cont_wrap {
  background: url('./img/dotted_bg.png') repeat top left / 21px;
  position: relative;
  padding: 0 0 90px;
}
.kumagaya_project .cont_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 70vh;
  background-color: #f0f5f9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .kumagaya_project .cont_wrap::after {
    height: 28em;
  }
}
.kumagaya_project .cont_inner {
  padding: clamp(36px, 5vw, 60px) 0 0;
  position: relative;
  z-index: 1;
}
.kumagaya_project .inner {
  width: min(1200px,92%);
  margin-inline: auto;
}
.kumagaya_project .main_ttl {
  width: fit-content;
  margin: 0 auto;
  padding: clamp(20px, 4.17vw, 50px) min(200px,18%);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kumagaya_project .main_ttl {
    width: 100%;
    padding: 2em 8%;
  }
}
.kumagaya_project .main_ttl::before,
.kumagaya_project .main_ttl::after {
  content: "";
  display: block;
  width: min(246px,20%);
  height: 100%;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 425px) {
  .kumagaya_project .main_ttl::before,
  .kumagaya_project .main_ttl::after {
    width: 24%;
  }
}
.kumagaya_project .main_ttl::before {
  background: url(./img/mv_ttl_left.png) no-repeat center top / contain;
  top: 0;
  left: 0;
}
.kumagaya_project .main_ttl::after {
  background: url(./img/mv_ttl_right.png) no-repeat center bottom / contain;
  top: 0;
  right: 0;
}
.kumagaya_project .main_ttl_jp {
  display: block;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.kumagaya_project .main_ttl_b {
  font-size: clamp(20px, 3vw, 36px);
}
.kumagaya_project .main_ttl_en {
  display: block;
  padding: 0.2em 0 0;
  font-size: clamp(32px, 5vw, 60px);
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}
.kumagaya_project .anchor_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em 6%;
  margin: clamp(32px, 4.17vw, 50px) auto 36px;
}
.kumagaya_project .anchor_list a {
  display: grid;
  grid-template-columns: auto 1.2em;
  align-items: center;
  justify-content: center;
  gap: 0 0.8em;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .kumagaya_project .anchor_list a {
    grid-template-columns: auto 0.8em;
    gap: 0 0.2em;
  }
}
.kumagaya_project .anchor_list a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-right: 2px solid #32261b;
  border-bottom: 2px solid #32261b;
  transform: rotate(45deg) translateY(-0.2em);
}
@media screen and (max-width: 768px) {
  .kumagaya_project .anchor_list a::after {
    width: 0.5em;
    height: 0.5em;
  }
}
@media screen and (max-width: 1200px) {
  .kumagaya_project .mv_img {
    margin: 32px 0 0;
  }
}
.kumagaya_project .box {
  background-color: #fff;
  border: 10px solid #f9f4ee;
  padding: clamp(28px, 3.33vw, 40px) 4% clamp(40px, 6.67vw, 80px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .kumagaya_project .box {
    border-width: 5px;
  }
}
.kumagaya_project .box1 {
  margin: 60px 0 20px;
  padding: clamp(28px, 3.33vw, 40px) 4% clamp(64px, 6.67vw, 80px);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .kumagaya_project .box1 {
    margin: 60px 0 32px;
  }
}
.kumagaya_project .box1::before,
.kumagaya_project .box1::after {
  content: "";
  display: block;
  position: absolute;
}
.kumagaya_project .box1::before {
  width: min(160px,13vw);
  height: min(124px,10vw);
  background: url(./img/concept_left.png) no-repeat center center / contain;
  bottom: 2em;
  left: -8%;
}
.kumagaya_project .box1::after {
  width: min(140px,11vw);
  height: min(110px,9vw);
  background: url(./img/concept_right.png) no-repeat center center / contain;
  bottom: 10em;
  right: -9%;
}
@media screen and (max-width: 1200px) {
  .kumagaya_project .box1::before {
    width: 7em;
    height: 5em;
    bottom: -1.5em;
    left: -4%;
  }
  .kumagaya_project .box1::after {
    width: 6em;
    height: 5em;
    bottom: -2em;
    right: -4%;
  }
}
.kumagaya_project .box2 {
  margin: 28px 0 0;
}
.kumagaya_project .cont_ttl {
  display: grid;
  align-items: end;
  gap: 0.8em 0;
  width: fit-content;
  max-width: 900px;
  min-height: clamp(80px, 10vw, 120px);
  margin: 0 auto;
  padding: 0 min(140px,12%) 0;
  text-align: center;
  position: relative;
}
.kumagaya_project .cont_ttl::before,
.kumagaya_project .cont_ttl::after {
  content: "";
  display: block;
  width: min(120px,12%);
  height: 100%;
  position: absolute;
}
.kumagaya_project .cont_ttl::before {
  background: url(./img/ttl_left.png) no-repeat center bottom / contain;
  bottom: 0;
  left: 0;
}
.kumagaya_project .cont_ttl::after {
  background: url(./img/ttl_right.png) no-repeat center bottom / contain;
  bottom: 0;
  right: 0;
}
.kumagaya_project .cont_ttl:has(.cont_ttl_bord)::before,
.kumagaya_project .cont_ttl:has(.cont_ttl_bord)::after {
  bottom: 1em;
}
.kumagaya_project .cont_ttl_sub {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: center;
  gap: 0 0.4em;
  font-size: clamp(14px, 2.17vw, 26px);
  font-weight: 700;
  color: #235c8a;
}
@media screen and (max-width: 768px) {
  .kumagaya_project .cont_ttl_sub {
    grid-template-columns: 0.8em auto 0.8em;
    gap: 0 0.2em;
  }
}
.kumagaya_project .cont_ttl_sub::before,
.kumagaya_project .cont_ttl_sub::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #235c8a;
}
.kumagaya_project .cont_ttl_bord {
  width: clamp(100px, 14vw, 168px);
  padding: 0.6em 0 0.4em;
  background: url(./img/ttl_bord.png) no-repeat center center / contain;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  color: #fff;
  transform: rotate(-3deg);
}
.kumagaya_project .cont_ttl_txt {
  display: block;
  font-size: clamp(24px, 3.5vw, 42px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .kumagaya_project .cont_ttl_txt_s {
    font-size: 18px;
  }
}
.kumagaya_project .box_txt {
  display: grid;
  gap: clamp(20px, 2.67vw, 32px) 0;
  max-width: 960px;
  margin: clamp(28px, 4.5vw, 54px) auto 0;
}
.kumagaya_project .box_txt p {
  font-size: clamp(16px, 1.5vw, 18px);
  text-align: center;
  line-height: 2;
}
.kumagaya_project .box_txt_s {
  font-size: 14px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .kumagaya_project .box_txt p {
    text-align: left;
  }
}
.kumagaya_project .loop {
  display: flex;
  width: 100vw;
  overflow: hidden;
}
.kumagaya_project .loop_txt {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: clamp(48px, 6.67vw, 80px);
  overflow: hidden;
  padding-left: 20px;
  font-family: "Jost", sans-serif;
  color: #d5e3ee;
}
.kumagaya_project .loop_txt span {
  color: #fff;
  text-shadow:1px 1px 0 #90b0ca, -1px -1px 0 #90b0ca,
  -1px 1px 0 #90b0ca, 1px -1px 0 #90b0ca,
  0px 1px 0 #90b0ca,  0 -1px 0 #90b0ca,
  -1px 0 0 #90b0ca, 1px 0 0 #90b0ca;
}
.kumagaya_project .loop_txt:nth-child(odd) {
  animation: loop 56s -28s linear infinite;
}
.kumagaya_project .loop_txt:nth-child(even) {
  animation: loop2 56s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.kumagaya_project .block_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0.8em 3%;
  max-width: 960px;
  margin: clamp(24px, 5.83vw, 70px) auto 0;
}
@media screen and (max-width: 768px) {
  .kumagaya_project .block_list {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}
.kumagaya_project .block_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2%;
  background-color: #f0f5f9;
  border: 3px solid #f0f5f9;
  outline: 1px solid #235c8a;
  outline-offset: -3px;
  border-radius: 0.4em;
  font-size: clamp(16px, 1.67vw, 20px);
  font-weight: 700;
  text-align: center;
  position: relative;
}
.kumagaya_project .bg1 {
  background-color: #f0f5f9;
  padding: clamp(48px, 7.5vw, 90px) 0 clamp(60px, 10vw, 120px);
}
.kumagaya_project .unit {
  padding: clamp(24px, 5.83vw, 70px) 0 clamp(24px, 7.5vw, 90px);
  background-color: #fff;
}
.kumagaya_project .unit_inner {
  width: min(1000px,92%);
  margin: 0 auto;
}
.kumagaya_project .talk {
  margin: clamp(30px, 5vw, 60px) 0 0;
}
.kumagaya_project .talk_img {
  width: min(480px,80%);
  margin: 0 auto;
}
.kumagaya_project .talk_name {
  display: block;
  padding: 0.5em 0 0;
  text-align: right;
}
.kumagaya_project .talk_txt {
  display: grid;
  gap: 1.5em 0;
  margin: clamp(24px, 4vw, 48px) 0 0;
}
.kumagaya_project .talk_txt p {
  display: block;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.8;
}
.kumagaya_project .talk_txt p span {
  display: block;
  font-size: clamp(18px, 1.67vw, 20px);
  font-weight: 700;
  padding: 0 0 0.2em;
}
.kumagaya_project .perth_img {
  margin: clamp(24px, 4vw, 48px) 0 0;
}
.kumagaya_project .bg2 {
  background-color: #f9f4ed;
  padding: clamp(48px, 7.5vw, 90px) 0 clamp(60px, 10vw, 120px);
}
.kumagaya_project .story_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(16px, 3.2vw, 48px);
  margin: clamp(28px, 4vw, 48px) 0 0;
}
@media screen and (max-width: 768px) {
  .kumagaya_project .story_list {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: clamp(28px, 4vw, 48px) auto 0;
  }
}
.article_date {
  padding: 0.5em 0 0;
  font-size: 16px;
  text-align: left;
}
.kumagaya_project .story_card {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.kumagaya_project .story_img img {
  display: block;
  width: 100%;
}
.kumagaya_project .story_movie {
  position: relative;
}
.kumagaya_project .story_movie::after {
  content: "";
  display: block;
  width: clamp(90px, 10vw, 120px);
  height: clamp(90px, 10vw, 120px);
  background: url(./img/movie_icon.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kumagaya_project .story_caption {
  padding: clamp(20px, 2vw, 24px);
}
.kumagaya_project .story_date {
  font-size: 16px;
  color: #4e4e4e;
}
.kumagaya_project .story_ttl {
  min-height: 3.2em;
  padding: 0.4em 0 0;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .kumagaya_project .story_ttl {
    min-height: initial
  }
}
@media screen and (max-width: 768px) {
  .remodal-close:before {
    top: 0 !important;
  }
}
.lightbox {
  display: none;
}
.remodal {
  max-height: 80vh;
}
.remodal_inner {
  overflow-y: scroll;
  max-height: 70vh;
  text-align: left;
  font-size: 18px;
}