@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
/*=============================================================
 tools
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

ol,
ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt,
dd,
li,
caption,
th,
td,
input,
button,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6,
address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *,
p input,
p button,
p select,
li h1,
li h2,
li h3,
li h4,
li h5,
li h6,
li p,
li dt,
li dd,
li li,
li th,
li td,
li input,
li button,
li textarea,
li select,
dd h1,
dd h2,
dd h3,
dd h4,
dd h5,
dd h6,
dd p,
dd dt,
dd dd,
dd li,
dd th,
dd td,
dd input,
dd button,
dd textarea,
dd select,
tr h1,
tr h2,
tr h3,
tr h4,
tr h5,
tr h6,
tr p,
tr dt,
tr dd,
tr li,
tr input,
tr button,
tr textarea,
tr select {
  font-size: 100%;
}

input,
button,
select,
option,
textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.re-image {
  width: 100%;
  height: auto;
}

#header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 0 20px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #header {
    height: 14.0625vw;
    padding: 0 3.125vw;
  }
}
#header .header__logo {
  width: 322px;
}
@media only screen and (max-width: 768px) {
  #header .header__logo {
    width: 50.3125vw;
  }
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/bg.webp") no-repeat top center;
  background-size: cover;
  z-index: -1;
}

#keyvisual {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  #keyvisual {
    margin-bottom: 4.6875vw;
  }
}
#keyvisual img {
  width: 100%;
  height: auto;
}
#keyvisual .keyvisual__bnrBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw;
  width: 100%;
  padding: 20px;
  background-color: rgba(222, 106, 10, 0.9);
}
@media only screen and (max-width: 768px) {
  #keyvisual .keyvisual__bnrBox {
    display: flex;
    flex-direction: column;
    gap: 3.125vw 0;
    padding: 3.125vw;
  }
}
#keyvisual .keyvisual__bnrBox__right {
  display: grid;
  gap: 1vw 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual .keyvisual__bnrBox__right {
    gap: 3.125vw 0;
  }
}
#keyvisual .keyvisual__bnrBox__item {
  position: relative;
  background-color: #000;
}
#keyvisual .keyvisual__bnrBox__item img {
  transition: all 0.3s ease;
}
#keyvisual .keyvisual__bnrBox:hover .keyvisual__bnrBox__item img {
  opacity: 0.5;
}
#keyvisual .keyvisual__bnrBox:hover .keyvisual__bnrBox__item:hover img {
  opacity: 1;
}
#keyvisual .keyvisual__bnrBox__item::before,
#keyvisual .keyvisual__bnrBox__item::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 6px;
  background-color: #fff;
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 2;
  transition: right 0.3s ease;
}
#keyvisual .keyvisual__bnrBox__item::before {
  width: 80px;
}
#keyvisual .keyvisual__bnrBox__item::after {
  width: 36px;
  transform-origin: right center;
  transform: rotate(45deg);
}
#keyvisual .keyvisual__bnrBox__left .keyvisual__bnrBox__item::before,
#keyvisual .keyvisual__bnrBox__left .keyvisual__bnrBox__item::after {
  background-color: #DE6A0A;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
#keyvisual .keyvisual__bnrBox__item:hover::before,
#keyvisual .keyvisual__bnrBox__item:hover::after {
  right: 10px;
}
@media only screen and (max-width: 768px) {
  #keyvisual .keyvisual__bnrBox__item::before,
  #keyvisual .keyvisual__bnrBox__item::after {
    right: 4vw;
    bottom: 4vw;
    height: 1.25vw;
  }
  #keyvisual .keyvisual__bnrBox__item::before {
    width: 18.75vw;
  }
  #keyvisual .keyvisual__bnrBox__item::after {
    width: 8.4375vw;
  }
  #keyvisual .keyvisual__bnrBox__item:hover::before,
  #keyvisual .keyvisual__bnrBox__item:hover::after {
    right: 2vw;
  }
}
#keyvisual .keyvisual__bnrBox {
  pointer-events: none;
}
#keyvisual .keyvisual__bnrBox__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease 0.3s;
}
@media only screen and (max-width: 768px) {
  #keyvisual .keyvisual__bnrBox__item {
    transform: translateY(3.125vw);
  }
}
#keyvisual .keyvisual__bnrBox__right .keyvisual__bnrBox__item:nth-child(1) {
  transition-delay: 0.4s;
}
#keyvisual .keyvisual__bnrBox__right .keyvisual__bnrBox__item:nth-child(2) {
  transition-delay: 0.5s;
}
#keyvisual.move-on .keyvisual__bnrBox {
  pointer-events: auto;
}
#keyvisual.move-on .keyvisual__bnrBox__item {
  opacity: 1;
  transform: translateY(0px);
}

section img {
  width: 100%;
  height: auto;
}
section .sec__title {
  font-weight: 600;
}
section .sec__title span.en {
  font-family: "Google Sans Flex", sans-serif;
  opacity: 0;
  transform: scaleX(0.8);
  transition: all 0.4s 0.5s ease;
}
section .sec__title span.jp {
  display: block;
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.4s 0.7s ease;
  transform-origin: bottom center;
}
section.move-on .sec__title span.en {
  opacity: 1;
  transform: scaleX(1);
}
section.move-on .sec__title span.jp {
  opacity: 1;
  transform: scaleY(1);
}

#news {
  margin-bottom: 64px;
  opacity: 0;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 2000px) {
  #news {
    margin-bottom: 3.2vw;
  }
}
@media only screen and (max-width: 1350px) {
  #news {
    margin-bottom: 4.7407407407vw;
  }
}
@media only screen and (max-width: 768px) {
  #news {
    margin-bottom: 9.375vw;
  }
}
#news .news__wrap {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  width: 1900px;
  margin: 0 auto;
}
@media only screen and (max-width: 2000px) {
  #news .news__wrap {
    grid-template-columns: 11vw 1fr;
    width: 95vw;
  }
}
@media only screen and (max-width: 1350px) {
  #news .news__wrap {
    grid-template-columns: 16.2962962963vw 1fr;
    width: 96.2962962963vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__wrap {
    display: block;
    width: 93.75vw;
  }
}
#news .news__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  background-color: #de6a0a;
}
@media only screen and (max-width: 2000px) {
  #news .news__title {
    font-size: 0.9vw;
  }
}
@media only screen and (max-width: 1350px) {
  #news .news__title {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__title {
    font-size: 3.125vw;
    line-height: 1;
    height: 15vw;
  }
}
#news .news__title span.en {
  opacity: 1;
  display: block;
  line-height: 1;
  font-size: 48px;
  transform: scaleX(1);
}
@media only screen and (max-width: 2000px) {
  #news .news__title span.en {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 1350px) {
  #news .news__title span.en {
    font-size: 3.5555555556vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__title span.en {
    font-size: 7.5vw;
  }
}
#news .news__title span.jp {
  opacity: 1;
  transform: scaleY(1);
}
#news .news__list {
  padding-left: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 2000px) {
  #news .news__list {
    padding-left: 1.5vw;
  }
}
@media only screen and (max-width: 1350px) {
  #news .news__list {
    padding-left: 2.2222222222vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list {
    padding-left: 0;
  }
}
#news .news__list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 48px;
  padding: 20px 0;
  border-bottom: 1px dashed #b5b5b5;
}
@media only screen and (max-width: 2000px) {
  #news .news__list__item {
    gap: 0 2.4vw;
    padding: 1vw 0;
  }
}
@media only screen and (max-width: 1350px) {
  #news .news__list__item {
    gap: 0 3.5555555556vw;
    padding: 1.4814814815vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list__item {
    display: block;
    padding: 3.125vw;
  }
}
#news .news__list__item__date {
  font-size: 20px;
  color: #de6a0a;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 2000px) {
  #news .news__list__item__date {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1350px) {
  #news .news__list__item__date {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list__item__date {
    font-size: 3.125vw;
  }
}
#news .news__list__item__text {
  font-size: 20px;
}
@media only screen and (max-width: 2000px) {
  #news .news__list__item__text {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1350px) {
  #news .news__list__item__text {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list__item__text {
    font-size: 3.125vw;
  }
}
#news .news__list__item__text a {
  color: #000;
}
#news.move-on {
  opacity: 1;
}

#pickup {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1350px) {
  #pickup {
    margin-bottom: 8.8888888889vw;
  }
}
@media only screen and (max-width: 768px) {
  #pickup {
    margin-bottom: 15.625vw;
  }
}
#pickup .swiper {
  width: 1296px;
  margin: 0 auto;
}
@media only screen and (max-width: 1350px) {
  #pickup .swiper {
    width: 96vw;
  }
}
@media only screen and (max-width: 768px) {
  #pickup .swiper {
    width: 100vw;
  }
}
#pickup .pickup__title {
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1350px) {
  #pickup .pickup__title {
    font-size: 1.9259259259vw;
    margin-bottom: 2.2222222222vw;
  }
}
@media only screen and (max-width: 768px) {
  #pickup .pickup__title {
    font-size: 4.0625vw;
    line-height: 1.2;
    margin-bottom: 4.6875vw;
  }
}
#pickup .pickup__title span.en {
  display: block;
  font-size: 80px;
}
@media only screen and (max-width: 1350px) {
  #pickup .pickup__title span.en {
    font-size: 5.9259259259vw;
  }
}
@media only screen and (max-width: 768px) {
  #pickup .pickup__title span.en {
    font-size: 11.25vw;
  }
}
#pickup .pickup__list__item__bnr {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1350px) {
  #pickup .pickup__list__item__bnr {
    margin-bottom: 0.7407407407vw;
  }
}
@media only screen and (max-width: 768px) {
  #pickup .pickup__list__item__bnr {
    margin-bottom: 1.25vw;
  }
}
#pickup .pickup__list__item__text {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6666666667;
}
#pickup .pickup__list__item a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1350px) {
  #pickup .pickup__list__item__text {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #pickup .pickup__list__item__text {
    font-size: 2.8125vw;
  }
}
#pickup .pickup__list__item__text span {
  color: #df380b;
}
#pickup .swiper {
  opacity: 0;
  transition: all 0.4s 0.7s ease;
}
#pickup.move-on .swiper {
  opacity: 1;
}

#project {
  position: relative;
  margin-bottom: 120px;
  padding: 72px 0 100px;
  background-color: #de6a0a;
}
@media only screen and (max-width: 1350px) {
  #project {
    margin-bottom: 8.8888888889vw;
    padding: 5.3333333333vw 0 7.4074074074vw;
  }
}
@media only screen and (max-width: 768px) {
  #project {
    padding: 10.9375vw 0;
    margin-bottom: 15.625vw;
  }
}
#project .project__title {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1350px) {
  #project .project__title {
    font-size: 2.2222222222vw;
    margin-bottom: 2.2222222222vw;
  }
}
@media only screen and (max-width: 768px) {
  #project .project__title {
    font-size: 4.6875vw;
    margin-bottom: 8.75vw;
    line-height: 1;
    margin-bottom: 8.75vw;
  }
}
#project .project__title span.en {
  display: block;
  font-size: 112px;
}
@media only screen and (max-width: 1350px) {
  #project .project__title span.en {
    font-size: 8.2962962963vw;
  }
}
@media only screen and (max-width: 768px) {
  #project .project__title span.en {
    font-size: 15vw;
  }
}
#project .project__text1 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6666666667;
  text-align: center;
  margin-bottom: 18px;
  z-index: 2;
}
@media only screen and (max-width: 2000px) {
  #project .project__text1 {
    font-size: 1.2vw;
    margin-bottom: 0.9vw;
  }
}
@media only screen and (max-width: 1350px) {
  #project .project__text1 {
    font-size: 1.7777777778vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #project .project__text1 {
    font-size: 3.75vw;
    margin-bottom: 2.8125vw;
  }
}
#project .project__text2 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: #de6a0a;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 48px;
  z-index: 2;
}
@media only screen and (max-width: 2000px) {
  #project .project__text2 {
    font-size: 2vw;
    margin-bottom: 2.4vw;
  }
}
@media only screen and (max-width: 1350px) {
  #project .project__text2 {
    font-size: 2.962962963vw;
    margin-bottom: 3.5555555556vw;
  }
}
@media only screen and (max-width: 768px) {
  #project .project__text2 {
    font-size: 6.25vw;
    margin-bottom: 7.5vw;
  }
}
#project .project__text2 span {
  background-color: #fff;
  padding: 0 0.1em;
}
#project .project__text3 {
  position: relative;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-bottom: 48px;
  z-index: 2;
}
@media only screen and (max-width: 2000px) {
  #project .project__text3 {
    font-size: 1vw;
    margin-bottom: 2.4vw;
  }
}
@media only screen and (max-width: 1350px) {
  #project .project__text3 {
    font-size: 1.4814814815vw;
    margin-bottom: 3.5555555556vw;
  }
}
@media only screen and (max-width: 768px) {
  #project .project__text3 {
    font-size: 3.125vw;
    padding: 0 4.6875vw;
    margin-bottom: 7.5vw;
  }
}
#project .project__btn {
  width: 472px;
  height: 80px;
  border-radius: 80px;
  border: 4px solid rgba(255, 255, 255, 0.5);
  box-sizing: content-box;
  margin: 0 auto;
}
@media only screen and (max-width: 1350px) {
  #project .project__btn {
    width: 34.962962963vw;
    height: 5.9259259259vw;
    border-radius: 5.9259259259vw;
    border: 0.2962962963vw solid rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (max-width: 768px) {
  #project .project__btn {
    width: 73.75vw;
    height: 12.5vw;
    border-radius: 12.5vw;
    border: 0.625vw solid rgba(255, 255, 255, 0.5);
    margin-bottom: 10.9375vw;
  }
}
#project .project__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #de6a0a;
  border-radius: 80px;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1350px) {
  #project .project__btn a {
    font-size: 1.7777777778vw;
    border-radius: 5.9259259259vw;
  }
}
@media only screen and (max-width: 768px) {
  #project .project__btn a {
    font-size: 3.75vw;
    border-radius: 12.5vw;
  }
}
#project .project__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../img/arrow_wh.svg");
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 13px auto;
  background-color: #de6a0a;
  border-radius: 20px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1350px) {
  #project .project__btn a::after {
    right: 1.4814814815vw;
    width: 1.8518518519vw;
    height: 1.8518518519vw;
    background-position: 0.5185185185vw center;
    background-size: 0.962962963vw auto;
    border-radius: 1.4814814815vw;
  }
}
@media only screen and (max-width: 1350px) {
  #project .project__btn a::after {
    right: 1.4814814815vw;
    width: 1.8518518519vw;
    height: 1.8518518519vw;
    background-position: 0.5185185185vw center;
    background-size: 0.962962963vw auto;
    border-radius: 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  #project .project__btn a::after {
    right: 3.125vw;
    width: 3.90625vw;
    height: 3.90625vw;
    background-position: 1.09375vw center;
    background-size: 2.03125vw auto;
    border-radius: 3.125vw;
  }
}
#project .project__btn a:hover {
  background-color: #de6a0a;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #project .project__btn a:hover {
    color: #de6a0a;
    background-color: #fff;
  }
}
#project .project__btn a:hover::after {
  background-color: #fff;
  background-image: url("../img/arrow_or.svg");
}
@media only screen and (max-width: 768px) {
  #project .project__btn a:hover::after {
    background-color: #de6a0a;
    background-image: url("../img/arrow_wh.svg");
  }
}
#project .project__swiper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 344px;
  opacity: 0.5;
}
@media only screen and (max-width: 2000px) {
  #project .project__swiper {
    width: 17.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #project .project__swiper {
    position: relative;
    width: 100%;
    height: 33.125vw;
  }
}
#project .project__swiper.swiper1 {
  left: 12px;
}
@media only screen and (max-width: 1350px) {
  #project .project__swiper.swiper1 {
    left: 0.8888888889vw;
  }
}
@media only screen and (max-width: 768px) {
  #project .project__swiper.swiper1 {
    margin-bottom: 1.875vw;
  }
}
#project .project__swiper.swiper2 {
  right: 12px;
}
@media only screen and (max-width: 1350px) {
  #project .project__swiper.swiper2 {
    right: 0.8888888889vw;
  }
}
#project .project__slider {
  transition-timing-function: linear;
}
#project .project__slider .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#project .project__text1,
#project .project__text2,
#project .project__text3,
#project .project__btn {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.4s 1s ease;
}
#project.move-on .project__text1,
#project.move-on .project__text2,
#project.move-on .project__text3,
#project.move-on .project__btn {
  opacity: 1;
  filter: blur(0px);
}

#programs {
  margin-bottom: 120px;
}
@media only screen and (max-width: 2000px) {
  #programs {
    margin-bottom: 6vw;
  }
}
@media only screen and (max-width: 1350px) {
  #programs {
    margin-bottom: 8.8888888889vw;
  }
}
@media only screen and (max-width: 768px) {
  #programs {
    margin-bottom: 15.625vw;
  }
}
#programs .programs__title {
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 2000px) {
  #programs .programs__title {
    font-size: 1.3vw;
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 1350px) {
  #programs .programs__title {
    font-size: 1.9259259259vw;
    margin-bottom: 2.962962963vw;
  }
}
@media only screen and (max-width: 768px) {
  #programs .programs__title {
    font-size: 4.0625vw;
    margin-bottom: 6.25vw;
  }
}
#programs .programs__title span.en {
  display: block;
  font-size: 112px;
}
@media only screen and (max-width: 2000px) {
  #programs .programs__title span.en {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 1350px) {
  #programs .programs__title span.en {
    font-size: 8.2962962963vw;
  }
}
@media only screen and (max-width: 768px) {
  #programs .programs__title span.en {
    font-size: 15vw;
  }
}
#programs .programs__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  #programs .programs__box {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  #programs .programs__box:nth-of-type(even) .programs__box__detail {
    order: 1;
  }
}
#programs .programs__box__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#programs .programs__box__detail {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
  background-color: #fff;
}
@media only screen and (max-width: 2000px) {
  #programs .programs__box__detail {
    padding: 0 2.5vw;
  }
}
@media only screen and (max-width: 1350px) {
  #programs .programs__box__detail {
    padding: 3.7037037037vw 3.7037037037vw;
  }
}
@media only screen and (max-width: 768px) {
  #programs .programs__box__detail {
    padding: 9.375vw 3.125vw;
  }
}
#programs .programs__box__detail__number {
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 1;
  font-size: 160px;
  font-weight: 700;
  font-family: "Google Sans Flex", sans-serif;
  color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 2000px) {
  #programs .programs__box__detail__number {
    right: 0.75vw;
    font-size: 8vw;
  }
}
@media only screen and (max-width: 1350px) {
  #programs .programs__box__detail__number {
    right: 1.1111111111vw;
    font-size: 11.8518518519vw;
  }
}
@media only screen and (max-width: 768px) {
  #programs .programs__box__detail__number {
    right: 2.34375vw;
    font-size: 25vw;
  }
}
#programs .programs__box__detail__illust {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #programs .programs__box__detail__illust {
    display: none;
  }
}
#programs .programs__box__detail__new {
  width: 130px;
  padding: 0 0.5em;
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  background-color: #efebe9;
  border-radius: 20px;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 2000px) {
  #programs .programs__box__detail__new {
    width: 6.5vw;
    font-size: 1vw;
    border-radius: 1vw;
    margin-bottom: 0.5vw;
  }
}
@media only screen and (max-width: 1350px) {
  #programs .programs__box__detail__new {
    width: 9.6296296296vw;
    font-size: 1.4814814815vw;
    border-radius: 1.4814814815vw;
    margin-bottom: 0.7407407407vw;
  }
}
@media only screen and (max-width: 768px) {
  #programs .programs__box__detail__new {
    width: 20.3125vw;
    font-size: 3.125vw;
    border-radius: 3.125vw;
    margin-bottom: 1.5625vw;
  }
}
#programs .programs__box__detail__new span {
  font-family: "Inter", sans-serif;
}
#programs .programs__box__detail__name {
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 56px;
}
@media only screen and (max-width: 2000px) {
  #programs .programs__box__detail__name {
    font-size: 2.4vw;
    margin-bottom: 2.8vw;
  }
}
@media only screen and (max-width: 1350px) {
  #programs .programs__box__detail__name {
    font-size: 2.8148148148vw;
    line-height: 1.3157894737;
    margin-bottom: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #programs .programs__box__detail__name {
    font-size: 7.5vw;
    line-height: 1.0416666667;
    margin-bottom: 7.5vw;
  }
}
#programs .programs__box__detail__name span {
  background-image: linear-gradient(transparent 80%, #fff740 80%);
  background-position: center bottom 5px;
}
@media only screen and (max-width: 2000px) {
  #programs .programs__box__detail__name span {
    background-position: center bottom 0.25vw;
  }
}
@media only screen and (max-width: 1350px) {
  #programs .programs__box__detail__name span {
    background-position: center bottom 0.3703703704vw;
  }
}
@media only screen and (max-width: 768px) {
  #programs .programs__box__detail__name span {
    background-position: center bottom 0.78125vw;
  }
}
#programs .programs__box__detail__text {
  font-size: 18px;
  line-height: 1.7777777778;
  margin-bottom: 56px;
}
@media only screen and (max-width: 2000px) {
  #programs .programs__box__detail__text {
    font-size: 0.9vw;
    margin-bottom: 2.8vw;
  }
}
@media only screen and (max-width: 1350px) {
  #programs .programs__box__detail__text {
    font-size: 1.1851851852vw;
    line-height: 2;
    margin-bottom: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #programs .programs__box__detail__text {
    font-size: 3.125vw;
    line-height: 2;
    margin-bottom: 7.5vw;
  }
}
#programs .programs__box__detail__btns {
  display: flex;
  gap: 0 20px;
}
@media only screen and (max-width: 2000px) {
  #programs .programs__box__detail__btns {
    gap: 0 1vw;
  }
}
@media only screen and (max-width: 1350px) {
  #programs .programs__box__detail__btns {
    gap: 0 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  #programs .programs__box__detail__btns {
    flex-direction: column;
    gap: 3.75vw 0;
  }
}
#programs .programs__box__detail__btn {
  width: 300px;
  height: 56px;
  border-radius: 80px;
}
@media only screen and (max-width: 2000px) {
  #programs .programs__box__detail__btn {
    width: 16vw;
    height: 2.8vw;
    border-radius: 4vw;
  }
}
@media only screen and (max-width: 1350px) {
  #programs .programs__box__detail__btn {
    width: 22.2222222222vw;
    height: 4.1481481481vw;
    border-radius: 5.9259259259vw;
  }
}
@media only screen and (max-width: 768px) {
  #programs .programs__box__detail__btn {
    width: 87.8125vw;
    height: 10.9375vw;
    border-radius: 12.5vw;
    margin: 0 auto;
  }
}
#programs .programs__box__detail__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #fff;
  border-radius: 80px;
  background-color: #000;
  text-decoration: none;
  border: 1px solid #000;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 2000px) {
  #programs .programs__box__detail__btn a {
    font-size: 0.8vw;
    border-radius: 4vw;
  }
}
@media only screen and (max-width: 1350px) {
  #programs .programs__box__detail__btn a {
    font-size: 1.1851851852vw;
    border-radius: 5.9259259259vw;
  }
}
@media only screen and (max-width: 768px) {
  #programs .programs__box__detail__btn a {
    font-size: 3.4375vw;
    border-radius: 12.5vw;
  }
}
#programs .programs__box__detail__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img/arrow_bk.svg");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 10px auto;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 2000px) {
  #programs .programs__box__detail__btn a::after {
    right: 1vw;
    width: 0.9vw;
    height: 0.9vw;
    background-position: 0.25vw center;
    background-size: 0.5vw auto;
    border-radius: 1vw;
  }
}
@media only screen and (max-width: 1350px) {
  #programs .programs__box__detail__btn a::after {
    right: 1.4814814815vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    background-position: 0.3703703704vw center;
    background-size: 0.7407407407vw auto;
    border-radius: 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  #programs .programs__box__detail__btn a::after {
    right: 3.125vw;
    width: 3.90625vw;
    height: 3.90625vw;
    background-position: 1.09375vw center;
    background-size: 2.03125vw auto;
    border-radius: 3.125vw;
  }
}
#programs .programs__box__detail__btn a:hover {
  background-color: #fff;
  color: #000;
}
@media only screen and (max-width: 768px) {
  #programs .programs__box__detail__btn a:hover {
    color: #fff;
    background-color: #000;
  }
}
#programs .programs__box__detail__btn a:hover::after {
  background-color: #000;
  background-image: url("../img/arrow_wh.svg");
}
@media only screen and (max-width: 768px) {
  #programs .programs__box__detail__btn a:hover::after {
    background-color: #fff;
    background-image: url("../img/arrow_bk.svg");
  }
}
@-webkit-keyframes swayAndBounce {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  25% {
    transform: rotate(5deg) translateY(-5px);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  75% {
    transform: rotate(-5deg) translateY(-5px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes swayAndBounce {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  25% {
    transform: rotate(5deg) translateY(-5px);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  75% {
    transform: rotate(-5deg) translateY(-5px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
@-webkit-keyframes rotateYpause {
  0% {
    transform: rotateY(0deg);
  }
  70% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes rotateYpause {
  0% {
    transform: rotateY(0deg);
  }
  70% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotateXpause {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
@keyframes rotateXpause {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
#programs .programs__box.box1 .programs__box__detail__illust {
  width: 83px;
  top: 30px;
  left: 210px;
}
@media only screen and (max-width: 1350px) {
  #programs .programs__box.box1 .programs__box__detail__illust {
    width: 6.1481481481vw;
    top: 2.2222222222vw;
    left: 15.5555555556vw;
  }
}
#programs .programs__box.box1 .programs__box__detail__illust img {
  -webkit-animation: rotateYpause 3s ease-in-out infinite;
  animation: rotateYpause 3s ease-in-out infinite;
  transform-style: preserve-3d;
}
#programs .programs__box.box2 .programs__box__detail__illust {
  width: 76px;
  top: 12px;
  left: 210px;
}
@media only screen and (max-width: 1350px) {
  #programs .programs__box.box2 .programs__box__detail__illust {
    width: 5.6296296296vw;
    top: 0.8888888889vw;
    left: 15.5555555556vw;
  }
}
#programs .programs__box.box2 .programs__box__detail__illust img {
  -webkit-animation: swayAndBounce 2s infinite ease-in-out;
  animation: swayAndBounce 2s infinite ease-in-out;
}
#programs .programs__box.box3 .programs__box__detail__illust {
  width: 80px;
  top: 10px;
  left: 210px;
}
@media only screen and (max-width: 1350px) {
  #programs .programs__box.box3 .programs__box__detail__illust {
    width: 5.9259259259vw;
    top: 0.7407407407vw;
    left: 15.5555555556vw;
  }
}
#programs .programs__box.box3 .programs__box__detail__illust img {
  -webkit-animation: rotateXpause 3s ease-in-out infinite alternate;
  animation: rotateXpause 3s ease-in-out infinite alternate;
  transform-style: preserve-3d;
}
#programs .programs__box {
  opacity: 0;
  transition: all 0.4s 1s ease-out;
}
#programs .programs__box.box1 {
  transform: translateX(-300px);
}
#programs .programs__box.box2 {
  transform: translateX(300px);
  transition-delay: 1.1s;
}
#programs .programs__box.box3 {
  transform: translateX(-300px);
  transition-delay: 1.2s;
}
#programs.move-on .programs__box {
  opacity: 1;
}
#programs.move-on .programs__box.box1 {
  transform: translateX(0px);
}
#programs.move-on .programs__box.box2 {
  transform: translateX(0px);
}
#programs.move-on .programs__box.box3 {
  transform: translateX(0px);
}

#event {
  width: 1900px;
  padding: 40px 120px;
  background-image: linear-gradient(0deg, #62bbd3, rgba(98, 187, 211, 0.7));
  margin: 0 auto 120px;
}
@media only screen and (max-width: 2000px) {
  #event {
    width: 95vw;
    padding: 2vw 6vw;
    margin: 0 auto 6vw;
  }
}
@media only screen and (max-width: 768px) {
  #event {
    width: 100%;
    padding: 10.9375vw 6.25vw;
    margin-bottom: 15.625vw;
  }
}
@-webkit-keyframes float1 {
  0% {
    transform: rotate(0) translateX(0) translateY(0);
  }
  50% {
    transform: rotate(-5deg) translateX(-5px) translateY(-12px);
  }
  100% {
    transform: rotate(0) translateX(0) translateY(0);
  }
}
@keyframes float1 {
  0% {
    transform: rotate(0) translateX(0) translateY(0);
  }
  50% {
    transform: rotate(-5deg) translateX(-5px) translateY(-12px);
  }
  100% {
    transform: rotate(0) translateX(0) translateY(0);
  }
}
@-webkit-keyframes float2 {
  0% {
    transform: rotate(0) translateX(0) translateY(0);
  }
  50% {
    transform: rotate(5deg) translateX(5px) translateY(-22px);
  }
  100% {
    transform: rotate(0) translateX(0) translateY(0);
  }
}
@keyframes float2 {
  0% {
    transform: rotate(0) translateX(0) translateY(0);
  }
  50% {
    transform: rotate(5deg) translateX(5px) translateY(-22px);
  }
  100% {
    transform: rotate(0) translateX(0) translateY(0);
  }
}
#event .event__illust1 {
  position: absolute;
  top: 20px;
  left: calc(50% - 618px);
  width: 112px;
  transform: rotate(37deg);
}
#event .event__illust1 img {
  -webkit-animation: float1 3s ease-in-out infinite;
  animation: float1 3s ease-in-out infinite;
}
#event .event__illust2 {
  position: absolute;
  top: 108px;
  right: calc(50% - 622px);
  width: 126px;
  transform: rotate(-15deg);
}
#event .event__illust2 img {
  -webkit-animation: float2 3s 0.3s ease-in-out infinite;
  animation: float2 3s 0.3s ease-in-out infinite;
}
#event .event__title {
  font-size: 26px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 0 20px rgba(224, 121, 35, 0.2);
}
@media only screen and (max-width: 2000px) {
  #event .event__title {
    font-size: 1.3vw;
    margin-bottom: 2vw;
    text-shadow: 0 0 1vw rgba(224, 121, 35, 0.2);
  }
}
@media only screen and (max-width: 1350px) {
  #event .event__title {
    font-size: 1.9259259259vw;
    margin-bottom: 2.962962963vw;
    text-shadow: 0 0 1.4814814815vw rgba(224, 121, 35, 0.2);
  }
}
@media only screen and (max-width: 768px) {
  #event .event__title {
    font-size: 4.0625vw;
    margin-bottom: 6.25vw;
    text-shadow: 0 0 3.125vw rgba(224, 121, 35, 0.2);
  }
}
#event .event__title span.en {
  display: block;
  font-size: 112px;
}
@media only screen and (max-width: 2000px) {
  #event .event__title span.en {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 1350px) {
  #event .event__title span.en {
    font-size: 8.2962962963vw;
  }
}
@media only screen and (max-width: 768px) {
  #event .event__title span.en {
    font-size: 15vw;
    line-height: 1;
    margin-bottom: 3.125vw;
  }
}
#event .event__list {
  display: grid;
  grid-template-columns: repeat(3, 380px);
  justify-content: center;
  gap: 0 20px;
}
@media only screen and (max-width: 2000px) {
  #event .event__list {
    grid-template-columns: repeat(3, 19vw);
    gap: 0 1vw;
  }
}
@media only screen and (max-width: 1350px) {
  #event .event__list {
    grid-template-columns: repeat(3, 28.1481481481vw);
    gap: 0 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  #event .event__list {
    display: block;
  }
}
#event .event__list__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #event .event__list__item:not(:last-child) {
    margin-bottom: 6.25vw;
  }
}
#event .event__list__item__image {
  height: 280px;
}
@media only screen and (max-width: 2000px) {
  #event .event__list__item__image {
    height: 14vw;
  }
}
@media only screen and (max-width: 1350px) {
  #event .event__list__item__image {
    height: 20.7407407407vw;
  }
}
@media only screen and (max-width: 768px) {
  #event .event__list__item__image {
    height: 65vw;
  }
}
#event .event__list__item__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#event .event__list__item__detail {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  flex-grow: 1;
  padding: 20px;
}
@media only screen and (max-width: 2000px) {
  #event .event__list__item__detail {
    padding: 1vw;
  }
}
@media only screen and (max-width: 1350px) {
  #event .event__list__item__detail {
    padding: 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  #event .event__list__item__detail {
    padding: 3.125vw;
  }
}
#event .event__list__item__detail__date {
  display: inline-block;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 2.25;
  background-color: #f5f5f6;
  padding: 0 1em;
  border-radius: 30px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 2000px) {
  #event .event__list__item__detail__date {
    font-size: 0.8vw;
    border-radius: 1.5vw;
    margin-bottom: 0.4vw;
  }
}
@media only screen and (max-width: 1350px) {
  #event .event__list__item__detail__date {
    font-size: 1.1851851852vw;
    border-radius: 2.2222222222vw;
    margin-bottom: 0.5925925926vw;
  }
}
@media only screen and (max-width: 768px) {
  #event .event__list__item__detail__date {
    font-size: 3.125vw;
    border-radius: 4.6875vw;
    padding: 0 1.4em;
    margin-bottom: 1.25vw;
  }
}
#event .event__list__item__detail__text {
  flex-grow: 1;
  font-size: 18px;
  line-height: 1.6666666667;
  margin-bottom: 8px;
}
@media only screen and (max-width: 2000px) {
  #event .event__list__item__detail__text {
    font-size: 0.9vw;
    margin-bottom: 0.4vw;
  }
}
@media only screen and (max-width: 1350px) {
  #event .event__list__item__detail__text {
    font-size: 1.3333333333vw;
    margin-bottom: 0.5925925926vw;
  }
}
@media only screen and (max-width: 768px) {
  #event .event__list__item__detail__text {
    font-size: 2.8125vw;
    margin-bottom: 3.125vw;
  }
}
#event .event__list__item__detail__btn {
  width: 100%;
  height: 52px;
  border-radius: 80px;
}
@media only screen and (max-width: 2000px) {
  #event .event__list__item__detail__btn {
    height: 2.6vw;
    border-radius: 4vw;
  }
}
@media only screen and (max-width: 1350px) {
  #event .event__list__item__detail__btn {
    height: 3.8518518519vw;
    border-radius: 5.9259259259vw;
  }
}
@media only screen and (max-width: 768px) {
  #event .event__list__item__detail__btn {
    height: 9.375vw;
    border-radius: 12.5vw;
  }
}
#event .event__list__item__detail__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #000;
  font-size: 16px;
  border-radius: 80px;
  background-color: #fff;
  text-decoration: none;
  border: 1.5px solid #8a8a8a;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 2000px) {
  #event .event__list__item__detail__btn a {
    font-size: 0.8vw;
    border-radius: 4vw;
  }
}
@media only screen and (max-width: 1350px) {
  #event .event__list__item__detail__btn a {
    font-size: 1.1851851852vw;
    border-radius: 5.9259259259vw;
  }
}
@media only screen and (max-width: 768px) {
  #event .event__list__item__detail__btn a {
    font-size: 3.125vw;
    border-radius: 12.5vw;
  }
}
#event .event__list__item__detail__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img/arrow_wh.svg");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 10px auto;
  background-color: #8a8a8a;
  border-radius: 20px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 2000px) {
  #event .event__list__item__detail__btn a::after {
    right: 1vw;
    width: 0.9vw;
    height: 0.9vw;
    background-position: 0.25vw center;
    background-size: 0.5vw auto;
    border-radius: 1vw;
  }
}
@media only screen and (max-width: 1350px) {
  #event .event__list__item__detail__btn a::after {
    right: 1.4814814815vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    background-position: 0.3703703704vw center;
    background-size: 0.7407407407vw auto;
    border-radius: 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  #event .event__list__item__detail__btn a::after {
    right: 3.125vw;
    width: 3.90625vw;
    height: 3.90625vw;
    background-position: 1.25vw center;
    background-size: 1.71875vw auto;
    border-radius: 3.125vw;
  }
}
#event .event__list__item__detail__btn a:hover {
  background-color: #8a8a8a;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #event .event__list__item__detail__btn a:hover {
    color: #000;
    background-color: #fff;
  }
}
#event .event__list__item__detail__btn a:hover::after {
  background-color: #fff;
  background-image: url("../img/arrow_gy.svg");
}
@media only screen and (max-width: 768px) {
  #event .event__list__item__detail__btn a:hover::after {
    background-color: #8a8a8a;
    background-image: url("../img/arrow_wh.svg");
  }
}
#event .event__list__item {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.3s 1s ease;
}
#event.move-on .event__list__item {
  opacity: 1;
  transform: translateY(0px);
}

#footer {
  padding: 50px 0;
  background-color: #fff;
}
@media only screen and (max-width: 1350px) {
  #footer {
    padding: 3.7037037037vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 7.8125vw 6.25vw;
  }
}
#footer img {
  width: 100%;
  height: auto;
}
#footer .footer__contact {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1350px) {
  #footer .footer__contact {
    margin-bottom: 4.1481481481vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer__contact {
    margin-bottom: 8.75vw;
  }
}
#footer .footer__contact__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
@media only screen and (max-width: 1350px) {
  #footer .footer__contact__text {
    font-size: 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer__contact__text {
    font-size: 3.4375vw;
  }
}
#footer .footer__contact__address {
  font-size: 18px;
  line-height: 1.7777777778;
}
@media only screen and (max-width: 1350px) {
  #footer .footer__contact__address {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer__contact__address {
    font-size: 3.125vw;
  }
}
#footer .footer__contact__tell {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1350px) {
  #footer .footer__contact__tell {
    font-size: 1.1851851852vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer__contact__tell {
    font-size: 2.8125vw;
  }
}
#footer .footer__contact__tell a {
  color: #000;
}
#footer .footer__contact__mail {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1350px) {
  #footer .footer__contact__mail {
    font-size: 1.1851851852vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer__contact__mail {
    font-size: 2.8125vw;
  }
}
#footer .footer__contact__mail a {
  color: #3dadc9;
  background-image: linear-gradient(transparent 80%, #fff740 80%);
}
#footer .footer__btn {
  width: 520px;
  height: 96px;
  border-radius: 100px;
  margin: 0 auto 56px;
  text-align: center;
}
@media only screen and (max-width: 1350px) {
  #footer .footer__btn {
    width: 38.5185185185vw;
    height: 7.1111111111vw;
    border-radius: 7.4074074074vw;
    margin: 0 auto 4.1481481481vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer__btn {
    width: 81.25vw;
    height: 15vw;
    border-radius: 15.625vw;
    margin: 0 auto 8.75vw;
  }
}
#footer .footer__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #de6a0a;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  border-radius: 80px;
  text-decoration: none;
  background-color: #fff201;
  border: 2px solid #de6a0a;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1350px) {
  #footer .footer__btn a {
    font-size: 1.7777777778vw;
    border-radius: 5.9259259259vw;
    border: 0.1481481481vw solid #de6a0a;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer__btn a {
    font-size: 3.75vw;
    border-radius: 12.5vw;
    border: 0.3125vw solid #de6a0a;
  }
}
#footer .footer__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../img/arrow_yl.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 10px auto;
  background-color: #de6a0a;
  border-radius: 20px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1350px) {
  #footer .footer__btn a::after {
    right: 1.4814814815vw;
    width: 1.8518518519vw;
    height: 1.8518518519vw;
    background-position: 0.5925925926vw center;
    background-size: 0.7407407407vw auto;
    border-radius: 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer__btn a::after {
    right: 3.125vw;
    width: 3.90625vw;
    height: 3.90625vw;
    background-position: 1.25vw center;
    background-size: 1.5625vw auto;
    border-radius: 3.125vw;
  }
}
#footer .footer__btn a:hover {
  background-color: #de6a0a;
  color: #fff201;
}
@media only screen and (max-width: 768px) {
  #footer .footer__btn a:hover {
    color: #de6a0a;
    background-color: #fff201;
  }
}
#footer .footer__btn a:hover::after {
  background-color: #fff201;
  background-image: url("../img/arrow_or.svg");
}
@media only screen and (max-width: 768px) {
  #footer .footer__btn a:hover::after {
    background-color: #de6a0a;
    background-image: url("../img/arrow_yl.svg");
  }
}
#footer .footer__auxiliary {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: auto 280px;
  gap: 0 20px;
}
@media only screen and (max-width: 1350px) {
  #footer .footer__auxiliary {
    grid-template-columns: auto 20.7407407407vw;
    gap: 0 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer__auxiliary {
    grid-template-columns: auto 38.59375vw;
    gap: 0 3.125vw;
  }
}
#footer .footer__auxiliary__text {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1350px) {
  #footer .footer__auxiliary__text {
    font-size: 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer__auxiliary__text {
    font-size: 3.125vw;
  }
}
