@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  outline: none;
}

/*ALL Settings*/
html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  height: 100%;
  background: #FFFFFF;
  color: #1E1E1E;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt" 1;
}

a {
  color: inherit;
  text-decoration: underline;
  line-height: 1;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

::-moz-selection {
  background: #005BAC;
  color: #FFFFFF;
}

::selection {
  background: #005BAC;
  color: #FFFFFF;
}

::-moz-selection {
  background: #005BAC;
  color: #FFFFFF;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 850px) {
  body {
    font-size: 1.4rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.btn {
  text-align: center;
}
.btn p {
  margin-top: 20px;
  color: #E60012;
  font-size: 0.8em;
}
.btn .msg_end {
  font-size: 1.3em;
}

.btn_main {
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 0.5em 1em;
  border: none;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #005BAC;
  color: #005BAC;
  background-color: #FFEA00;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

@media screen and (min-width: 851px) {
  a.btn_main:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 850px) {
  .btn_main {
    font-size: 1.6rem;
  }
}
.btn_more {
  position: relative;
  display: inline-block;
  margin-top: 2em;
}
.btn_more a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #FFFFFF;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
}
.btn_more a::after {
  margin-left: 2px;
  transition: all 0.3s;
}

@media screen and (min-width: 851px) {
  .btn_more a {
    transition: color 0.3s;
  }
  .btn_more a:hover {
    color: #005BAC;
  }
  a:hover::after {
    border-color: #005BAC;
    margin-left: 6px;
  }
}
.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

h2, h3, h4 {
  line-height: 1.6;
}

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 3rem;
  letter-spacing: 0.05em;
}

h4 {
  font-size: 1.8rem;
}

@media screen and (max-width: 850px) {
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.6rem;
  }
}
.thumb {
  position: relative;
  line-height: 0;
  text-align: center;
}
.thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image img {
  width: 100%;
}

.content_body section {
  position: relative;
}
.content_body .content_inner {
  padding: 70px 8vw 160px;
}

@media screen and (max-width: 850px) {
  .content_body .content_inner {
    padding-top: max(10vw, 60px);
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 90px;
  }
}
.c-box {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px;
  background-color: #F4EFE0;
  border-radius: 15px;
}
.c-box .c-txt {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1em;
}

@media screen and (max-width: 850px) {
  .c-box {
    padding: 5vw;
    border-radius: 10px;
  }
  .c-box .c-txt {
    font-size: 1.6rem;
  }
}
.title {
  position: relative;
  margin-bottom: 60px;
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.title span {
  display: inline-block;
  padding: 0.25em 0.8em 0.3em;
  background-color: #005BAC;
  color: #FFFFFF;
  border-radius: 1em;
}

@media screen and (max-width: 850px) {
  .title {
    margin-bottom: 5vw;
  }
}
.fade {
  opacity: 0;
  transition: opacity 1s 0.2s;
}

.fadein {
  opacity: 1;
}

.scrollfade {
  opacity: 0;
  transform: translate(0, 40px);
  transition: transform 0.8s 0.15s, opacity 0.8s 0.15s;
}

.scrollfadein {
  opacity: 1;
  transform: translate(0, 0);
}

.bg_circle {
  position: relative;
  top: 1px;
  bottom: auto;
  z-index: 1;
  font-size: 0;
  line-height: 1;
}
.bg_circle svg {
  width: 100%;
}

.bg_wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  aspect-ratio: 1440/485;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: -2;
}

.bg_wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.st_wave01 {
  fill: url(#bg_wave01);
}

.st_wave02 {
  fill: url(#bg_wave02);
}

.st_wave03 {
  fill: url(#bg_wave03);
}

.st_wave04 {
  fill: url(#bg_wave04);
}

.bg_cloud span {
  position: absolute;
  width: 100%;
  aspect-ratio: 11/7;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
.bg_cloud .cloud01 {
  left: -15vw;
  top: -1vw;
  width: 40vw;
  transform: translateY(0) scale(1) rotate(-13deg);
}
.bg_cloud .cloud02 {
  right: -14vw;
  top: 20vw;
  width: 40vw;
  -webkit-animation-duration: 6.3s;
          animation-duration: 6.3s;
  transform: translateY(0) scale(1);
}
.bg_cloud .cloud03 {
  left: 20vw;
  bottom: 20vw;
  width: 25vw;
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
  transform: translateY(0) scale(1);
}

@media screen and (max-width: 850px) {
  .bg_cloud .cloud03 {
    left: 10vw;
    width: 35vw;
  }
}
.list_definition {
  display: flex;
  flex-wrap: wrap;
}
.list_definition dt, .list_definition dd {
  padding: 10px 0;
  border-bottom: solid 1px #ffffff;
}
.list_definition dt {
  width: 120px;
  padding-right: 10px;
  font-weight: bold;
}
.list_definition dt:last-of-type {
  border-bottom: none;
}
.list_definition dd {
  width: calc(100% - 120px);
}
.list_definition dd:last-of-type {
  border-bottom: none;
}
.list_definition dd ul {
  margin-left: 0.5em;
}
.list_definition dd ul li {
  text-indent: -0.5em;
}
.list_definition dd ul + P {
  margin-top: 10px;
}

@media screen and (max-width: 850px) {
  .list_definition dt {
    width: 70px;
  }
  .list_definition dd {
    width: calc(100% - 70px);
  }
}
.block_notice.content_inner {
  padding-top: 0;
}
.block_notice .c-box {
  max-width: 800px;
  padding: 0;
  background: none;
  border: solid 5px #E60012;
}
.block_notice .c-box .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #E60012;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.2em 1em 0.4em;
}
.block_notice .c-box .heading .icon {
  line-height: 1;
}
.block_notice .c-box .detail {
  padding: 1.6em;
}
.block_notice .c-box .detail .title {
  margin-bottom: 0.5em;
  color: #E60012;
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
}

@media screen and (max-width: 850px) {
  .block_notice .c-box .detail {
    padding: 1.2em;
  }
}
.notice {
  color: #E60012;
}

.caption {
  font-size: 0.8em;
}

.msg_end {
  font-size: 1em;
}

footer {
  position: relative;
  text-align: center;
}
footer .footer_body {
  background-color: #005BAC;
  color: #FFFFFF;
  padding: 20px 6vw 50px;
  font-size: 1.2rem;
}
footer .footer_body .privacy {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (min-width: 851px) {
  footer .footer_body a {
    transition: opacity 0.3s;
  }
  footer .footer_body a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 850px) {
  footer .footer_body {
    padding: 8vw 6vw 6vw;
  }
  footer .footer_body .copyright {
    font-size: 1rem;
  }
}
.kv h1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bg_kv.jpg) repeat-x left top;
  background-size: auto 100%;
}
.kv h1 figure {
  max-width: 1800px;
  line-height: 1;
}
.kv h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2vw;
  background: linear-gradient(180deg, rgba(237, 201, 112, 0) 0%, #EDC970 90%);
}
.kv .eventinfo {
  position: relative;
  padding: 20px 0 70px;
  background: linear-gradient(180deg, #EDC970 0%, #ffffff 100%);
  text-align: center;
}
.kv .eventinfo .block_info {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}
.kv .eventinfo .block_info .c-r {
  background-color: #E60012;
  color: #ffffff;
}
.kv .eventinfo .block_info .c-b {
  background-color: #005BAC;
  color: #ffffff;
}
.kv .eventinfo .info01 {
  gap: 1.5em;
  margin-bottom: 1.5em;
}
.kv .eventinfo .info01 .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.kv .eventinfo .info01 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 0.8em;
}
.kv .eventinfo .info01 p {
  line-height: 1.5;
  text-align: left;
}
.kv .eventinfo .info01 .date p {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 3rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.kv .eventinfo .info01 .date p strong {
  font-weight: normal;
  font-size: 2em;
}
.kv .eventinfo .info01 .location p {
  max-width: 300px;
}
.kv .eventinfo .info02 {
  gap: 2%;
  margin-bottom: 1em;
}
.kv .eventinfo .info02 .tab {
  padding: 0.3em;
  width: 35%;
  max-width: 200px;
}
.kv .eventinfo .info02 .tab span {
  font-size: 0.6em;
}
.kv .eventinfo .caption {
  padding: 0 1em;
}

@media screen and (max-width: 850px) {
  .kv .eventinfo {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .kv .eventinfo .block_info {
    font-size: 1.4rem;
  }
  .kv .eventinfo .info01 {
    display: block;
    margin-bottom: 2em;
  }
  .kv .eventinfo .info01 span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .kv .eventinfo .info01 p {
    min-width: 51vw;
  }
  .kv .eventinfo .info01 .date {
    margin-bottom: 1.3em;
  }
  .kv .eventinfo .info01 .date p {
    font-size: max(1.8rem, 5vw);
  }
  .kv .eventinfo .info01 .location p {
    max-width: 51vw;
  }
  .kv .eventinfo .info02 .tab {
    padding: 0.5em;
  }
}
.nav_link {
  margin: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.nav_link .btn_main {
  min-width: 0;
  font-size: min(3.2vw, 2rem);
}

.about {
  text-align: center;
  overflow: hidden;
}
.about h2 {
  margin-bottom: 40px;
}
.about h2 span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: linear-gradient(transparent 10%, #005BAC 0%);
  color: #ffffff;
  padding: 0.2em 0.4em 0.1em;
}
.about .thumb {
  width: 200px;
  margin: 0 auto 1.5em;
}
.about .t-lead {
  margin-bottom: 1em;
  line-height: 1.8;
  font-weight: bold;
  font-size: min(4vw, 2.6rem);
}
.about .t-body {
  line-height: 2.3;
}

@media screen and (max-width: 850px) {
  .about h2 {
    margin-bottom: 20px;
    font-size: 4.5vw;
  }
  .about .t-body {
    text-align: left;
  }
}
.area_detail {
  background-color: #F4F1D5;
  z-index: 1;
}
.area_detail .block_area {
  position: relative;
}
.area_detail .block_area + .block_area {
  margin-top: 50px;
}
.area_detail .block_area.area01 {
  color: #E60012;
}
.area_detail .block_area.area02 {
  color: #005BAC;
}
.area_detail .block_area.area03 {
  color: #00A54F;
}
.area_detail .block_area.area04 {
  color: #ED008C;
}
.area_detail .block_area .area_deco {
  display: inline-block;
  position: absolute;
  top: -37px;
}
.area_detail .block_area .area_deco.tab {
  left: 0;
  height: 37px;
  padding: 0 30px;
  line-height: 37px;
  font-size: 0.87em;
  font-weight: bold;
  background-color: #FFFFFF;
  border-radius: 20px 20px 0 0;
}
.area_detail .block_area .area_deco.eye {
  right: 30px;
  width: 100px;
}
.area_detail .block_area .c-box {
  background-color: #FFFFFF;
  border-top-left-radius: 0;
  padding-top: 60px;
}
.area_detail .block_area .area_head .thumb {
  opacity: 0;
  transition: opacity 0.8s 0.2s ease, translate 0.8s 0.2s ease;
  translate: 0 10%;
}
.area_detail .block_area .area_head .text {
  font-weight: bold;
}
.area_detail .block_area .area_head .text h3 {
  font-size: clamp(2rem, 2.8vw, 3rem);
}
.area_detail .block_area .area_head .text h3 span {
  position: relative;
  background: linear-gradient(transparent 65%, #FFEA00 50%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 1s 0.8s;
}
.area_detail .block_area .area_head .text .point {
  margin-top: 1em;
  padding: 1.3em 1.5em;
  border: solid 1px currentColor;
  border-radius: 10px;
}
.area_detail .block_area .area_head .text .point li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
.area_detail .block_area .area_head .text .point li::before, .area_detail .block_area .area_head .text .point li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 4px;
  width: 20px;
  height: 20px;
}
.area_detail .block_area .area_head .text .point li::before {
  background-color: currentColor;
  border-radius: 50%;
}
.area_detail .block_area .area_head .text .point li::after {
  background: url(../img/icon_check.svg) no-repeat center center/contain;
}
.area_detail .block_area .area_head .text .point li:last-child {
  margin-bottom: 0;
}
.area_detail .block_area .area_body {
  margin-top: 1.5em;
  background-color: #F4EFE0;
  border-radius: 10px;
}
.area_detail .block_area .area_body .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: currentColor;
  padding: 0.5em 1em;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
}
.area_detail .block_area .area_body .heading span {
  color: #ffffff;
}
.area_detail .block_area .area_body .heading .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}
.area_detail .block_area .area_body .heading .icon img {
  width: 100%;
}
.area_detail .block_area .area_body .detail {
  padding: 30px;
}
.area_detail .block_area .area_body .detail .list_peek {
  text-align: center;
  font-weight: bold;
}
.area_detail .block_area .area_body .detail .list_peek li {
  position: relative;
  max-width: 360px;
}
.area_detail .block_area .area_body .detail .list_peek li .block_peek {
  position: relative;
  aspect-ratio: 265/203;
  margin: 0.5em auto;
  cursor: pointer;
}
.area_detail .block_area .area_body .detail .list_peek li .block_peek figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.area_detail .block_area .area_body .detail .list_peek li .block_peek figure.cover {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: -webkit-backdrop-filter 0.2s;
  transition: backdrop-filter 0.2s;
  transition: backdrop-filter 0.2s, -webkit-backdrop-filter 0.2s;
}
.area_detail .block_area .area_body .detail .list_peek li .block_peek figure.cover::before {
  content: "";
  position: absolute;
  left: 3%;
  top: 3%;
  width: 94%;
  height: 94%;
  background-color: currentColor;
  z-index: -1;
  opacity: 0.4;
  transition: all 0.4s;
}
.area_detail .block_area .area_body .detail .list_peek li .block_peek .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 126px;
  height: 26px;
  line-height: 26px;
  font-size: 0.87em;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: opacity 0.2s;
}
.area_detail .block_area .area_body .detail .list_peek li .block_peek .icon span {
  display: inline-block;
  margin-right: 3px;
  width: 16px;
  height: 16px;
  line-height: 1;
}
.area_detail .block_area .area_body .detail .list_peek li .block_peek.on figure.cover, .area_detail .block_area .area_body .detail .list_peek li .block_peek:hover figure.cover {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.area_detail .block_area .area_body .detail .list_peek li .block_peek.on figure.cover::before, .area_detail .block_area .area_body .detail .list_peek li .block_peek:hover figure.cover::before {
  height: 0;
}
.area_detail .block_area .area_body .detail .list_peek li .block_peek.on .icon, .area_detail .block_area .area_body .detail .list_peek li .block_peek:hover .icon {
  opacity: 0;
}
.area_detail .block_area .area_body .detail .list_peek li p {
  line-height: 1.5;
  font-size: 0.87em;
}
.area_detail .block_area .area_body .detail .list_peek li p span {
  display: inline-block;
  font-size: 1.1rem;
}
.area_detail .block_area .area_body .detail .list_peek li .fukidashi {
  position: absolute;
  top: 0;
  width: 24vw;
  max-width: 215px;
  z-index: 2;
  opacity: 0;
  transform: scale(0) translateY(100px) rotate(0.00001deg);
  transition: 0.6s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition-property: opacity, transform;
  pointer-events: none;
}
.area_detail .block_area .area_body .detail .list_peek li .fukidashi.f_1 {
  left: 3vw;
  margin-left: max(-14vw, -120px);
}
.area_detail .block_area .area_body .detail .list_peek li .fukidashi.f_2 {
  right: 3vw;
  margin-right: max(-14vw, -120px);
}
.area_detail .block_area .area_body .detail .list_peek li .fukidashi.f_line1 {
  top: 2vw;
}
.area_detail .block_area .area_body .detail .list_peek li.inview.is-show .fukidashi {
  opacity: 1;
  transform: scale(1) translateY(0) rotate(0.00001deg);
}
.area_detail .block_area.inview.is-show .area_head .thumb {
  translate: 0 0;
  opacity: 1;
}
.area_detail .block_area.inview.is-show .area_head .text h3 span {
  background-size: 100% 100%;
}

.area_detail .block_area.area01 .area_body .detail .list_peek li .fukidashi.f_1 {
  top: 30px;
}
.area_detail .block_area.area02 .area_body .detail .list_peek li .fukidashi.f_2 {
  top: 45px;
  right: 2vw;
}
.area_detail .block_area.area03 .area_body .detail .list_peek li .fukidashi.f_2 {
  top: 45px;
  right: 2vw;
}

@media screen and (min-width: 851px) {
  .area_detail .block_area + .block_area {
    margin-top: 77px;
  }
  .area_detail .block_area .area_head {
    display: flex;
  }
  .area_detail .block_area .area_head .thumb {
    width: 30%;
  }
  .area_detail .block_area .area_head .text {
    width: 70%;
    padding-left: 30px;
  }
  .area_detail .block_area .area_body .detail .list_peek {
    display: flex;
    justify-content: center;
  }
  .area_detail .block_area .area_body .detail .list_peek li {
    width: 48%;
  }
  .area_detail .block_area .area_body .detail .list_peek li .block_peek {
    max-width: 250px;
  }
  .area_detail .block_area .area_body .detail .list_peek li .fukidashi {
    width: min(16vw, 215px);
    z-index: 2;
  }
  .area_detail .block_area .area_body .detail .list_peek li .fukidashi.f_1 {
    margin-left: max(-14vw, -200px);
  }
  .area_detail .block_area .area_body .detail .list_peek li .fukidashi.f_2 {
    margin-right: max(-14vw, -200px);
  }
}
@media screen and (max-width: 850px) {
  .area_detail .title {
    margin-bottom: 7vw;
  }
  .area_detail .block_area .c-box {
    padding-top: 40px;
  }
  .area_detail .block_area .area_deco {
    top: -20px;
    pointer-events: none;
  }
  .area_detail .block_area .area_deco.tab {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 10px 10px 0 0;
  }
  .area_detail .block_area .area_deco.eye {
    right: 15px;
    width: 65px;
  }
  .area_detail .block_area .area_head .thumb {
    width: 72%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  .area_detail .block_area .area_head .text .point {
    padding: 1em 1.2em;
  }
  .area_detail .block_area .area_head .text .point li::before, .area_detail .block_area .area_head .text .point li::after {
    top: -2px;
  }
  .area_detail .block_area .area_body .detail {
    padding: 15px;
  }
  .area_detail .block_area .area_body .detail .list_peek li {
    margin: 0 auto;
  }
  .area_detail .block_area .area_body .detail .list_peek li .block_peek {
    width: 70%;
  }
  .area_detail .block_area .area_body .detail .list_peek li + li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #ffffff;
  }
  .area_detail .block_area .area_body .detail .list_peek li .fukidashi.f_2 {
    top: 2vw;
  }
}
.block_area.area04 .area_body.schedule {
  position: relative;
  margin-top: 3.7em;
}
.block_area.area04 .area_body.schedule::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.2em;
  width: 100%;
  height: 5px;
  background: url(../img/line_dot_pink.png) repeat-x left top;
  background-size: 11px 5px;
}
.block_area.area04 .area_body.schedule .detail {
  width: 100%;
  color: #1E1E1E;
}
.block_area.area04 .area_body.schedule .detail .block_instagram {
  background-color: #ffffff;
  border-radius: 10px;
  max-width: clamp(180px, 80%, 250px);
  margin: 0 auto 10px;
  padding: 20px 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
}
.block_area.area04 .area_body.schedule .detail .block_instagram figure {
  width: 45%;
  max-width: 72px;
  margin: 0 auto;
}
.block_area.area04 .area_body.schedule .detail a {
  font-weight: bold;
}

@media screen and (min-width: 851px) {
  .block_area.area04 .area_body.schedule .detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .block_area.area04 .area_body.schedule .detail a {
    transition: color 0.3s;
  }
  .block_area.area04 .area_body.schedule .detail a:hover {
    color: #005BAC;
  }
  .block_area.area04 .area_body.schedule .detail a:hover {
    color: #ED008C;
  }
  .block_area.area04 .area_body.schedule .detail .block_instagram {
    width: 180px;
    margin: 0;
  }
  .block_area.area04 .area_body.schedule .detail .text {
    width: calc(100% - 210px);
  }
}
.block_area.area05 .area_lead {
  position: relative;
  margin-top: 4.7em;
}
.block_area.area05 .area_lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3.2em;
  width: 100%;
  height: 5px;
  background: url(../img/line_dot.png) repeat-x left top;
  background-size: 11px 5px;
}
.block_area.area05 .area_lead .c-txt {
  margin-bottom: 1em;
}
.block_area.area05 .list_photo {
  display: flex;
  gap: 1vw;
}
.block_area.area05 .lecturer {
  display: flex;
  justify-content: space-between;
}
.block_area.area05 .lecturer .image {
  width: 200px;
}
.block_area.area05 .lecturer .image img {
  border-radius: 5px;
}
.block_area.area05 .lecturer .text {
  width: calc(100% - 230px);
}
.block_area.area05 .lecturer .text .name {
  margin-bottom: 0.8em;
  font-size: 1.25em;
  font-weight: bold;
}
.block_area.area05 .lecturer .text .caption {
  margin-top: 1em;
  padding: 1.2em 1.5em;
  background-color: #FFFFFF;
  border-radius: 10px;
  font-size: 0.87em;
}
.block_area.area05 .msg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.block_area.area05 .msg .icon {
  width: 60px;
  line-height: 1;
}
.block_area.area05 .msg p {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .block_area.area05 .list_photo {
    display: block;
  }
  .block_area.area05 .lecturer .image {
    width: 30%;
  }
  .block_area.area05 .lecturer .text {
    width: 65%;
  }
  .block_area.area05 .lecturer .text .caption {
    border-radius: 5px;
  }
  .block_area.area05 .msg {
    gap: 10px;
  }
  .block_area.area05 .msg .icon {
    width: 40px;
  }
}
@media screen and (max-width: 540px) {
  .block_area.area05 .lecturer {
    display: block;
  }
  .block_area.area05 .lecturer .image {
    width: 40%;
    margin: 0 auto 10px;
  }
  .block_area.area05 .lecturer .text {
    width: 100%;
  }
}
.sway {
  transform-origin: bottom;
  -webkit-animation: sway 3s linear infinite;
          animation: sway 3s linear infinite;
}

.fluffy {
  animation: fluffy 4.2s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes sway {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}

@keyframes sway {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes fluffy {
  0% {
    transform: translateY(-6%);
  }
  100% {
    transform: translateY(6%);
  }
}
@keyframes fluffy {
  0% {
    transform: translateY(-6%);
  }
  100% {
    transform: translateY(6%);
  }
}
.map {
  padding-bottom: 230px;
}
.map h3 {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.map h3 span {
  display: block;
  font-size: 0.87em;
}
.map .c-box + h3 {
  margin-top: 60px;
}
.map .c-box .caption {
  padding-top: 1em;
}

@media screen and (max-width: 850px) {
  .map {
    padding-bottom: 130px;
  }
  .map h3 {
    font-size: 1.6rem;
  }
  .map .c-box {
    padding: 3vw;
  }
  .map .c-box + h3 {
    margin-top: 30px;
  }
  .map .c-box .caption {
    padding: 2vw;
  }
}
.sns {
  padding-bottom: 160px;
  background: linear-gradient(to bottom, #FFEA00 50%, #F4F1D5 50%);
  text-align: center;
  z-index: 1;
}
.sns::after {
  content: "FOLLOW ME!";
  position: absolute;
  top: -7vw;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FEFEFB;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: min(16rem, 14vw);
  line-height: 1;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  z-index: -1;
}
.sns .scrollfade {
  overflow: hidden;
  padding-bottom: 10px;
}
.sns .text {
  padding: 0 5vw;
}
.sns h3 {
  margin-bottom: 0.5em;
  font-size: min(4vw, 2.6rem);
}
.sns .block_instagram {
  position: relative;
  width: min(80vw, 360px);
  margin: 100px auto 0;
  padding: 45px 30px 30px;
  background-color: #ffffff;
  border-radius: 15px;
}
.sns .block_instagram .block_deco {
  position: absolute;
  left: 0;
  top: -84px;
  height: 85px;
  width: 100%;
  overflow: hidden;
}
.sns .block_instagram .block_deco .icon {
  display: inline-block;
  width: 170px;
  height: 170px;
  background-color: #ffffff;
  border-radius: 50%;
}
.sns .block_instagram .block_deco .icon span {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 85px;
}
.sns .block_instagram .block_deco .icon span img {
  width: 60px;
  height: 60px;
}
.sns .block_instagram .block_search {
  display: flex;
  align-items: center;
  margin: 25px auto 0;
  width: 100%;
  max-width: 240px;
  background-color: #ffffff;
  border: solid 2px #005BAC;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
.sns .block_instagram .block_search .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #005BAC;
}
.sns .block_instagram .block_search p {
  padding: 8px;
}
.sns .block_instagram .thumb {
  width: 65%;
  max-width: 200px;
  margin: 0 auto;
}
.sns .btn {
  margin-top: 30px;
}

@media screen and (max-width: 850px) {
  .sns {
    padding-bottom: 6vw;
  }
  .sns .block_instagram {
    margin-top: 80px;
  }
  .sns .block_instagram .block_deco {
    top: -69px;
    height: 70px;
  }
  .sns .block_instagram .block_deco .icon {
    width: 140px;
    height: 140px;
  }
  .sns .block_instagram .block_deco .icon span {
    height: 70px;
  }
  .sns .block_instagram .block_deco .icon span img {
    width: 50px;
    height: 50px;
  }
  .sns .block_instagram .block_search .icon {
    width: 30px;
    height: 30px;
  }
}
.company {
  text-align: center;
}
.company.content_inner {
  padding-bottom: 0;
}
.company .order {
  font-size: 0.87em;
}

@media screen and (min-width: 851px) {
  .company.content_inner {
    padding-bottom: 50px;
  }
  .company .c-box {
    padding: 50px 30px;
  }
}
.list_company {
  position: relative;
  margin-top: 15px;
}
.list_company ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
.list_company ul li {
  margin-bottom: 10px;
}

@media screen and (min-width: 851px) {
  .list_company li a {
    transition: color 0.3s;
  }
  .list_company li a:hover {
    color: #005BAC;
  }
}
.overview .c-box {
  max-width: 800px;
}

@media screen and (min-width: 851px) {
  .overview a {
    transition: color 0.3s;
  }
  .overview a:hover {
    color: #005BAC;
  }
  .overview .c-box {
    padding: 50px 30px;
  }
}
/*# sourceMappingURL=style.css.map */