@charset "UTF-8";
.effect-fade {
  opacity: 0;
  transition: all 1s;
  transform: translate(0, 45px);
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
.effect-fade.stop {
  opacity: 0;
  transition: all 1s;
  transform: translate(0, 0);
}
.effect-fade.stop.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
.effect-fade.left-in {
  opacity: 0;
  transition: all 1s;
  transform: translate(-45px, 0);
}
.effect-fade.left-in.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
.effect-fade.right-in {
  opacity: 0;
  transition: all 1s;
  transform: translate(45px, 0);
}
.effect-fade.right-in.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
.effect-fade.up-in {
  opacity: 0;
  transition: all 1s;
  transform: scale(0.8);
}
.effect-fade.up-in.effect-scroll {
  opacity: 1;
  transform: scale(1);
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b, strong {
  font-weight: bolder;
}

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

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;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #000000;
  background-color: #ffffff;
}
body.noscroll {
  overflow: hidden;
}

/* ios用の初期化 */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.pc {
  display: block;
}

.sp,
img.sp {
  display: none;
}

img.pc {
  display: inline-block;
}

a {
  display: block;
}

@media (width <= 600px) {
  .sp {
    display: block;
  }
  .pc,
  img.pc {
    display: none;
  }
  img.sp {
    display: inline-block;
  }
}
html {
  overflow-x: hidden;
}

body {
  background-color: #ebf0ff;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
}
.header .head_logo {
  position: fixed;
  z-index: 100;
  padding: 30px;
}
.header .head_logo img {
  width: 138px;
}
.header.is-active {
  z-index: 100;
  height: 100dvh;
  transition: 0.3s all;
}

.hamburger_wrap {
  position: absolute;
  top: 35px;
  right: 40px;
  z-index: 9998;
  display: block;
  width: 40px;
  height: 26px;
  pointer-events: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}
@media (width <= 600px) {
  .hamburger_wrap {
    top: 5.5vw;
    right: 6vw;
    width: 9.5vw;
  }
}

.hamburger {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}
.hamburger span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hamburger div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  overflow: hidden;
  border-radius: 3px;
  transition: ease-in-out 0.3s;
}
.hamburger div:nth-child(2) {
  top: 12px;
}
.hamburger div:nth-child(2) span {
  width: 90%;
  transition: 0.2s;
}
.hamburger div span span {
  background-color: #1c29a0;
  border-radius: 5px;
}
.hamburger:hover div:nth-child(2) span {
  width: 100%;
  transition: 0.2s;
}

#btn_txt {
  color: #1c29a0;
}

.is-active .hamburger > div:nth-child(1) {
  top: 10px;
  transform: rotate(35deg);
}
.is-active .hamburger > div:nth-child(2) {
  top: 10px;
  transform: rotate(-35deg);
}
.is-active .hamburger > div:nth-child(2) span {
  width: 100%;
}
.is-active .hamburger > div span span {
  background-color: #1c29a0;
  border-radius: 5px;
}

.kv_wrap {
  box-sizing: border-box;
  height: 100dvh;
  padding: 80px;
  background-color: #efefef;
}
@media (width <= 1024px) {
  .kv_wrap {
    background-color: #fff;
  }
}
@media (width <= 768px) {
  .kv_wrap {
    height: auto;
    padding: 25vw 8vw 0;
  }
}
@media (width <= 600px) {
  .kv_wrap {
    padding: calc(50dvh - 45vw) 0 15vw;
  }
}

.kv {
  position: relative;
  display: flex;
  gap: 5vw;
  align-items: center;
  justify-content: center;
  height: calc(100dvh - 160px);
  background-color: #fff;
  border-radius: 80px;
}
@media (width <= 768px) {
  .kv {
    flex-flow: column-reverse;
    gap: 47vw;
    height: auto;
    padding: 16vw 0 0;
    background-color: #fff;
    border-radius: 10vw;
  }
}
@media (width <= 600px) {
  .kv {
    gap: calc(50dvh - 30vw);
  }
}
.kv .kv_left {
  position: relative;
  width: 30vw;
  max-width: 436px;
}
.kv .kv_left p {
  display: none;
  writing-mode: vertical-rl;
  /* 縦書きで右から左に流れる */
  text-orientation: upright;
  /* 文字を縦向きに表示 */
}
@media (width <= 768px) {
  .kv .kv_left {
    width: 90vw;
  }
  .kv .kv_left p {
    position: absolute;
    top: 93px;
    left: calc(50% - 1.7em);
    display: flex;
    flex-flow: column;
    gap: 0;
    align-items: flex-start;
    width: auto;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .kv .kv_left span {
    display: inline-block;
    padding: 3px;
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (width <= 600px) {
  .kv .kv_left {
    top: 18vw;
    left: 0;
    z-index: 1;
    font-size: 3.8vw;
  }
}
.kv .kv_right {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 533px;
  height: 100%;
  margin: 0 0 20px;
  text-align: center;
}
@media (width <= 1024px) {
  .kv .kv_right {
    width: 45vw;
    margin: 0;
  }
}
@media (width <= 768px) {
  .kv .kv_right {
    width: 75vw;
  }
}
.kv .kv_right::after {
  position: absolute;
  top: calc(50% - 250px);
  display: block;
  width: 100%;
  height: 533px;
  content: "";
  background: url(../img/kv_round.svg) top/100% no-repeat;
  animation: rotateAnimation 25s linear infinite;
}
@media (width <= 1024px) {
  .kv .kv_right::after {
    top: 2vw;
    left: 0;
    width: 45vw;
    height: 45vw;
  }
}
@media (width <= 768px) {
  .kv .kv_right::after {
    top: calc(50% - 35vw);
    left: calc(50% - 37.5vw);
    display: block;
    width: 75vw;
    height: 75vw;
  }
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.kv .kv_right img {
  width: 380px;
  margin: 100px 0 45px;
}
@media (width <= 1024px) {
  .kv .kv_right img {
    width: 70%;
    margin: 5vw auto 3vw;
  }
}
@media (width <= 768px) {
  .kv .kv_right img {
    width: 47vw;
    margin: 3vw 0 6vw;
  }
}
.kv .kv_right h2 {
  margin: 0 0 100px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (width <= 768px) {
  .kv .kv_right h2 {
    margin: 0 0 6vw;
    font-size: 20px;
  }
}
@media (width <= 600px) {
  .kv .kv_right h2 {
    font-size: 3.4vw;
  }
}

.kv-scroll {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  padding: 80px 0;
  margin: auto;
  text-align: center;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 2.3s;
}
@media (width <= 768px) {
  .kv-scroll {
    bottom: 83vw;
    left: 0;
    padding: 11vw 0;
  }
}
@media (width <= 600px) {
  .kv-scroll {
    bottom: 140vw;
  }
}

.kv-scroll::after,
.kv-scroll::before {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 76px;
  margin: 0 auto;
  content: "";
  background-color: #1c29a0;
}
@media (width <= 600px) {
  .kv-scroll::after,
  .kv-scroll::before {
    height: 11vw;
  }
}

.kv-scroll::before {
  top: 0;
  animation: scroll-line-pc01 1.5s linear infinite normal;
}
@media (width <= 600px) {
  .kv-scroll::before {
    animation: scroll-line-sp01 1.5s linear infinite normal;
  }
}

.kv-scroll::after {
  top: 101px;
  animation: scroll-line-pc02 1.5s linear infinite normal;
  animation-delay: 0.1s;
}
@media (width <= 600px) {
  .kv-scroll::after {
    top: 16vw;
    animation: scroll-line-sp02 1.5s linear infinite normal;
  }
}
@keyframes scroll-line-pc01 {
  0% {
    height: 0;
  }
  30% {
    height: 76px;
  }
  to {
    height: 76px;
  }
}
@keyframes scroll-line-pc02 {
  0% {
    height: 0;
  }
  20% {
    height: 0;
  }
  45% {
    height: 76px;
  }
  90% {
    height: 76px;
  }
  90.1% {
    height: 0;
  }
  to {
    height: 0;
  }
}
@keyframes scroll-line-sp01 {
  0% {
    height: 0;
  }
  30% {
    height: 11vw;
  }
  to {
    height: 11vw;
  }
}
@keyframes scroll-line-sp02 {
  0% {
    height: 0;
  }
  20% {
    height: 0;
  }
  45% {
    height: 11vw;
  }
  90% {
    height: 11vw;
  }
  90.1% {
    height: 0;
  }
  to {
    height: 0;
  }
}
.kv-scroll-text {
  font-size: 14px;
  color: #1c29a0;
}

.header_menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 18vh;
  visibility: hidden;
  background: url(../img/wave.svg) top 100px center/auto 200px repeat-x, linear-gradient(180deg, #fff 0%, #fff 25%, #ebf0ff 25%, #ebf0ff 100%);
  opacity: 0;
  animation: slide 40s linear infinite;
  /* アニメーションの適用 */
}
@media (width <= 600px) {
  .header_menu {
    background: url(../img/wave.svg) top 100px center/auto 25vw repeat-x, linear-gradient(180deg, #fff 0%, #fff 25%, #ebf0ff 25%, #ebf0ff 100%);
  }
}
@keyframes slide {
  0% {
    background-position: 0% 25%;
    /* 開始位置 */
  }
  100% {
    background-position: 100% 25%;
    /* 終了位置 */
  }
}
.is-active .header_menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.8s;
  transition-delay: 0.3s;
}
.is-active .header_menu > a {
  width: 40vw;
  max-width: 220px;
  margin-bottom: 170px;
}
@media (width <= 600px) {
  .is-active .header_menu > a {
    margin-bottom: 21vw;
  }
}
.header_menu nav ul {
  display: flex;
  flex-direction: column;
  gap: 35px;
  justify-content: center;
  margin: 0 0 100px;
  text-align: center;
}
@media (width <= 1024px) {
  .header_menu nav ul {
    gap: 25px;
  }
}
@media (width <= 600px) {
  .header_menu nav ul {
    gap: 10vw;
    margin: 0 0 10vw;
  }
}
.header_menu nav ul li {
  position: relative;
}
.header_menu nav ul li a {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #474747;
  letter-spacing: 0.2em;
}
@media (width <= 600px) {
  .header_menu nav ul li a {
    font-size: 3.6vw;
  }
}
.header_menu nav ul li a span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media (width <= 600px) {
  .header_menu nav ul li a span {
    margin-top: 2vw;
    font-size: 3vw;
  }
}
.header_menu nav ul li a:hover {
  color: #1c29a0;
  transition: 0.2s;
}
.header_menu nav ul li:not(:last-child)::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #1c29a0;
  border-radius: 50%;
}

.common_ttl {
  position: relative;
  max-width: 1100px;
}
.common_ttl h2 {
  position: relative;
  display: inline-block;
  margin: -20px 0 60px;
  font-size: 40px;
  color: #1c29a0;
  letter-spacing: 0.1em;
}
@media (width <= 600px) {
  .common_ttl h2 {
    margin: -4vw 0 20vw;
    font-size: 8vw;
  }
}
.common_ttl h2::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  content: "";
  background-color: #1c29a0;
}
@media (width <= 600px) {
  .common_ttl h2::before {
    width: 10vw;
  }
}
.common_ttl > p {
  position: absolute;
  top: 0;
  right: 0;
  height: 500px;
  font-size: 18px;
  line-height: 2;
  color: #4d4d4d;
  text-align: left;
  letter-spacing: 0.25em;
  writing-mode: vertical-rl;
}
@media (width <= 600px) {
  .common_ttl > p {
    right: 0vw;
    font-size: 3.6vw;
    line-height: 1.5;
    letter-spacing: 0.3em;
  }
}

.concept {
  position: relative;
  padding: 0 0 100px;
  overflow-x: hidden;
  background: linear-gradient(180deg, #fff 0%, white 250px, #ebf0ff 250px, #ebf0ff 100%);
}
@media (width <= 600px) {
  .concept {
    background: linear-gradient(180deg, #fff 0%, white 45vw, #ebf0ff 45vw, #ebf0ff 100%);
  }
}
.concept .common_ttl {
  margin-top: -70px;
}
@media (width <= 600px) {
  .concept .common_ttl {
    margin-top: -20vw;
  }
}
.concept .common_ttl .img01 {
  position: absolute;
  top: 250px;
  right: -22px;
  width: 140px;
}
@media (width <= 600px) {
  .concept .common_ttl .img01 {
    top: 54vw;
    right: -6vw;
    width: 21vw;
  }
}
.concept .common_ttl .img02 {
  position: absolute;
  top: 450px;
  right: 0;
  width: 484px;
}
@media (width <= 1024px) {
  .concept .common_ttl .img02 {
    top: 550px;
    right: 0;
    width: 42vw;
    max-width: 484px;
  }
}
@media (width <= 600px) {
  .concept .common_ttl .img02 {
    top: 23vw;
    right: auto;
    left: 0;
    width: 66vw;
  }
}
.concept > .concept_inner {
  width: 85%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (width <= 600px) {
  .concept > .concept_inner {
    margin: 0 auto 50vw;
  }
}
.concept > .concept_inner h3 {
  margin: 0 0 50px;
  font-size: 32px;
  line-height: 2;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media (width <= 600px) {
  .concept > .concept_inner h3 {
    margin: 48vw 0 10vw;
    font-size: 5vw;
    font-weight: 500;
  }
}
.concept > .concept_inner > p {
  width: 100%;
  max-width: 500px;
  margin: 0 0 80px;
  font-size: 16px;
  line-height: 3;
  color: #4d4d4d;
  letter-spacing: 0.15em;
}
@media (width <= 600px) {
  .concept > .concept_inner > p {
    margin: 0 0 15vw;
    font-size: 3.8vw;
    line-height: 2.5;
    letter-spacing: 0.1em;
  }
}
.concept > .concept_inner .concept_img {
  position: relative;
  width: 100%;
  max-width: 525px;
  height: 480px;
}
@media (width <= 600px) {
  .concept > .concept_inner .concept_img {
    height: 106vw;
  }
}
.concept > .concept_inner .concept_img img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 367px;
}
@media (width <= 600px) {
  .concept > .concept_inner .concept_img img:first-child {
    width: 53vw;
  }
}
.concept > .concept_inner .concept_img img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 282px;
}
@media (width <= 600px) {
  .concept > .concept_inner .concept_img img:nth-child(2) {
    width: 60vw;
  }
}
.concept svg {
  width: 100%;
  height: 250px;
}

.menu_wrapper {
  position: relative;
}

.menu_jp_ttl {
  position: absolute;
  top: 180px;
  right: calc(50% - 550px);
  z-index: 10;
  font-size: 18px;
  line-height: 2;
  color: #4d4d4d;
  text-align: left;
  letter-spacing: 0.25em;
  writing-mode: vertical-rl;
}
@media (width <= 1024px) {
  .menu_jp_ttl {
    right: 5vw;
  }
}
@media (width <= 600px) {
  .menu_jp_ttl {
    right: 10vw;
    font-size: 3.6vw;
    line-height: 1.5;
    letter-spacing: 0.3em;
  }
}
.menu_jp_ttl.fixed {
  position: fixed;
  top: 180px;
  right: calc(50% - 550px);
}
@media (width <= 1024px) {
  .menu_jp_ttl.fixed {
    right: 5vw;
  }
}
@media (width <= 600px) {
  .menu_jp_ttl.fixed {
    right: 10vw;
  }
}
.menu_jp_ttl.fixed.none {
  opacity: 0;
  transition: 0.5s;
}
.menu_jp_ttl .img01 {
  position: absolute;
  top: 250px;
  right: -45px;
  width: 140px;
  max-width: none;
}
@media (width <= 768px) {
  .menu_jp_ttl .img01 {
    display: none;
  }
}
@media (width <= 600px) {
  .menu_jp_ttl .img01 {
    top: 41vw;
    right: -5vw;
    display: block;
    width: 25vw;
  }
}

.menu {
  padding: 180px 0 250px;
  overflow-x: hidden;
  background: url(../img/menu_bg.webp) bottom/cover no-repeat;
  background-color: #fff;
  border-radius: 150px 150px 0 0;
}
@media (width <= 600px) {
  .menu {
    padding: 20vw 0 30vw;
    border-radius: 15vw 15vw 0 0;
  }
}
.menu > .menu_inner {
  width: 85%;
  max-width: 1100px;
  margin: 0 auto;
}
.menu > .menu_inner .common_ttl {
  text-align: center;
}
.menu > .menu_inner .common_ttl h2 {
  margin: -20px 0 80px;
}
@media (width <= 600px) {
  .menu > .menu_inner .common_ttl h2 {
    margin: -4vw 0 20vw;
    font-size: 8vw;
  }
}
.menu > .menu_inner .common_ttl h2::before {
  left: calc(50% - 25px);
}
.menu .menu_list {
  width: 100%;
  max-width: 830px;
}
@media (width <= 768px) {
  .menu .menu_list {
    width: 90%;
  }
}
.menu .menu_list h3 {
  margin: 0 0 50px;
  font-size: 20px;
  color: #4d4d4d;
}
@media (width <= 600px) {
  .menu .menu_list h3 {
    margin: 0 0 5vw;
    font-size: 4vw;
  }
}
.menu .menu_list h3::before {
  display: inline-block;
  margin-right: 0.5em;
  content: "-";
}
.menu .menu_list ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 100px;
}
@media (width <= 600px) {
  .menu .menu_list ul {
    flex-flow: column;
    gap: 6vw;
  }
}
.menu .menu_list ul li {
  width: 31%;
  text-align: center;
}
@media (width <= 600px) {
  .menu .menu_list ul li {
    width: 66%;
  }
}
.menu .menu_list ul li:nth-child(2) {
  transition-delay: 0.1s;
}
.menu .menu_list ul li:nth-child(3) {
  transition-delay: 0.2s;
}
.menu .menu_list ul li dt {
  margin: 0 0 10px;
  font-size: 18px;
  color: #1c29a0;
  letter-spacing: 0.1em;
}
@media (width <= 600px) {
  .menu .menu_list ul li dt {
    margin: 0 0 1vw;
    font-size: 4vw;
  }
}
.menu .menu_list ul li dd {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (width <= 600px) {
  .menu .menu_list ul li dd {
    margin: 0 0 1vw;
    font-size: 3.6vw;
  }
}
.menu .menu_list ul li dd:last-child {
  text-align: left;
}
.menu .menu_list ul li img {
  margin: 0 0 15px;
  margin: 0 0 3vw;
}

.access {
  padding: 180px 0 250px;
  overflow-x: hidden;
  background-color: #ebf0ff;
  border-radius: 150px 150px 0 0;
}
@media (width <= 600px) {
  .access {
    padding: 25vw 0 25vw;
    border-radius: 15vw 15vw 0 0;
  }
}
.access > .access_inner {
  width: 85%;
  max-width: 1100px;
  margin: 0 auto;
}
.access > .access_inner .common_ttl {
  margin: -20px 0 100px;
}
@media (width <= 600px) {
  .access > .access_inner .common_ttl {
    margin: -4vw 0 0vw;
    font-size: 10vw;
    text-align: center;
  }
  .access > .access_inner .common_ttl h2::before {
    left: calc(50% - 5vw);
  }
  .access > .access_inner .common_ttl > p {
    top: 5vw;
  }
}
.access > .access_inner .common_ttl .img01 {
  position: absolute;
  top: 492px;
  right: -91px;
  z-index: 3;
  width: 196px;
}
@media (width <= 768px) {
  .access > .access_inner .common_ttl .img01 {
    top: 1000px;
    right: -54px;
    z-index: 3;
    width: 189px;
  }
}
@media (width <= 600px) {
  .access > .access_inner .common_ttl .img01 {
    top: 149vw;
    right: -9vw;
    z-index: 3;
    width: 30vw;
  }
}
.access > .access_inner .common_ttl::after {
  position: absolute;
  right: -62px;
  bottom: -577px;
  /* または transform-origin: 0% 50%; */
  z-index: 2;
  display: block;
  width: 65px;
  height: 40px;
  content: "";
  background: url(../img/access_cat_tail.webp) center/100% no-repeat;
  transform-origin: left center;
  /* アニメーションの指定 */
  animation: spin 3s infinite linear;
}
@media (width <= 768px) {
  .access > .access_inner .common_ttl::after {
    right: -44px;
    bottom: -1090px;
    width: 70px;
    height: 50px;
  }
}
@media (width <= 600px) {
  .access > .access_inner .common_ttl::after {
    right: -5vw;
    bottom: -146vw;
    width: 10vw;
    height: 6vw;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(-25deg);
  }
  60% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.access .access_box {
  display: flex;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50px;
}
@media (width <= 768px) {
  .access .access_box {
    flex-flow: column;
    border-radius: 10vw;
  }
}
.access .access_box .map {
  width: 50%;
}
@media (width <= 768px) {
  .access .access_box .map {
    width: 100%;
    height: 50vw;
  }
}
.access .access_box .txt {
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  width: 50%;
  padding: 70px 80px 85px;
  text-align: center;
}
@media (width <= 1024px) {
  .access .access_box .txt {
    padding: 70px 20px 50px;
  }
}
@media (width <= 768px) {
  .access .access_box .txt {
    width: 100%;
    padding: 15vw 8vw;
  }
}
.access .access_box .txt img {
  width: 210px;
  margin: 0 auto 60px;
}
@media (width <= 768px) {
  .access .access_box .txt img {
    width: 36vw;
    margin: 0 auto 12vw;
  }
}
.access .access_box .txt dl {
  display: flex;
  margin: 0 0 15px;
}
.access .access_box .txt dl dt {
  width: 30%;
  font-size: 18px;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media (width <= 1024px) {
  .access .access_box .txt dl dt {
    font-size: 16px;
  }
}
@media (width <= 600px) {
  .access .access_box .txt dl dt {
    font-size: 3.6vw;
  }
}
.access .access_box .txt dl dd {
  width: 70%;
  font-size: 18px;
  color: #4d4d4d;
  text-align: left;
  letter-spacing: 0.1em;
}
@media (width <= 1024px) {
  .access .access_box .txt dl dd {
    font-size: 16px;
  }
}
@media (width <= 600px) {
  .access .access_box .txt dl dd {
    font-size: 3.6vw;
  }
}

.gallery {
  padding: 180px 0 200px;
  overflow-x: hidden;
  background-color: #fff;
}
@media (width <= 600px) {
  .gallery {
    padding: 25vw 0 25vw;
  }
}
.gallery > .gallery_inner {
  width: 85%;
  max-width: 1100px;
  margin: 0 auto;
}
.gallery > .gallery_inner > p {
  margin: 0 0 100px;
  font-size: 16px;
  line-height: 2;
  color: #4d4d4d;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (width <= 600px) {
  .gallery > .gallery_inner > p {
    margin: 0 0 20vw;
    font-size: 3.6vw;
  }
}
.gallery > .gallery_inner .common_ttl {
  text-align: center;
}
.gallery > .gallery_inner .common_ttl h2 {
  margin: -20px 0 100px;
}
@media (width <= 600px) {
  .gallery > .gallery_inner .common_ttl h2 {
    margin: -4vw 0 30vw;
    font-size: 8vw;
  }
}
.gallery > .gallery_inner .common_ttl h2::before {
  left: calc(50% - 25px);
}
@media (width <= 600px) {
  .gallery > .gallery_inner .common_ttl > p {
    top: -2vw;
  }
}
.gallery > .gallery_inner ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 85%;
  max-width: 1300px;
  margin: 0 auto 80px;
}
.gallery > .gallery_inner ul::before {
  position: absolute;
  top: -58px;
  left: calc(50% + 104px);
  display: block;
  width: 150px;
  height: 50px;
  content: "";
  background: url(../img/gallery_msg.svg) center/100% no-repeat;
}
@media (width <= 600px) {
  .gallery > .gallery_inner ul::before {
    left: calc(50% + 5vw);
  }
}
@media (width <= 600px) {
  .gallery > .gallery_inner ul {
    flex-wrap: wrap;
    gap: 4%;
    width: 100%;
  }
}
.gallery > .gallery_inner ul li {
  width: 22.5%;
}
@media (width <= 600px) {
  .gallery > .gallery_inner ul li {
    width: 48%;
    margin: 0 0 4vw;
  }
}
.gallery > .gallery_inner ul li:nth-child(2) {
  transition-delay: 0.1s;
}
.gallery > .gallery_inner ul li:nth-child(3) {
  transition-delay: 0.2s;
}
.gallery > .gallery_inner ul li:nth-child(4) {
  transition-delay: 0.3s;
}
.gallery > .gallery_inner ul li:hover img {
  transform: scale(1.5);
}
.gallery > .gallery_inner ul .zoom-box {
  overflow: hidden;
}
.gallery > .gallery_inner ul .zoom-box a img {
  transition: all 0.3s;
}
.gallery > .gallery_inner ul .zoom-box a:hover img {
  transform: scale(1.1);
}

.hover_btn {
  position: relative;
  display: block;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid #1c29a0;
  border-radius: 50px;
  transition: all 0.3s;
}
.hover_btn:hover {
  color: #fff;
}

.hover_btn_arw {
  position: relative;
  z-index: 2;
  width: 270px;
  overflow: hidden;
  transition-duration: 0.4s;
}
.hover_btn_arw::before {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  background-color: #1c29a0;
  border-radius: 50%;
  transition: all 0.5s;
}
.hover_btn_arw:hover::before {
  background-color: #fff;
}
.hover_btn_arw::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin: auto;
  pointer-events: none;
  content: "";
  background: #1c29a0;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
  transform: translateY(-50%) scale(0.1);
}
.hover_btn_arw:hover::after {
  opacity: 1;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition-delay: 0s;
  transform: translateY(-50%) scale(1.1);
}

.footer {
  position: relative;
  height: 660px;
  overflow: hidden;
}
@media (width <= 600px) {
  .footer {
    height: 114vw;
  }
}
.footer::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(171, 219, 255, 0.6588235294);
}
.footer video {
  width: 100%;
}
@media (width <= 1024px) {
  .footer video {
    width: auto;
  }
}
.footer svg {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 280px;
  transform: rotate(180deg);
}
@media (width <= 600px) {
  .footer svg {
    left: -1vw;
    width: 101.1%;
    height: 46vw;
  }
}
.footer .msg {
  position: absolute;
  top: calc(50% - 1em);
  left: calc(50% - 5em);
  z-index: 11;
  font-size: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (width <= 600px) {
  .footer .msg {
    top: calc(50% + 2em);
    left: calc(50% - 6.5em);
    z-index: 11;
    font-size: 4vw;
  }
}
.footer img {
  position: absolute;
  bottom: 65px;
  left: 50px;
  z-index: 12;
  width: 150px;
}
@media (width <= 600px) {
  .footer img {
    top: 38vw;
    bottom: auto;
    left: calc(50% - 20vw);
    z-index: 12;
    width: 40vw;
  }
}
.footer .copy {
  position: absolute;
  bottom: 0;
  z-index: 12;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 12px;
  color: #1c29a0;
  text-align: right;
  letter-spacing: 0.1em;
  background-color: #fff;
}
@media (width <= 600px) {
  .footer .copy {
    padding: 2vw;
    font-size: 3vw;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */