@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  p,
  a,
  li,
  dt,
  dd,
  th,
  td {
    line-height: 1.8;
  }
}

.display_w600 {
  display: none;
}

@media screen and (max-width: 600px) {
  .display_w600 {
    display: block;
  }
}

.f_en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body.home .header.scrolled {
  background: linear-gradient(136deg, #199be1 0%, #5ab9ed 40%, #5ab9ed 1%, #199be1 100%);
}

body:not(.home) .header {
  background: linear-gradient(136deg, #199be1 0%, #5ab9ed 40%, #5ab9ed 1%, #199be1 100%);
}

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

.header .header-box01 .logo {
  max-width: 300px;
}

@media screen and (max-width: 1300px) {
  .header .header-box01 .logo {
    max-width: 250px;
  }
}

.header .header-menu li a {
  position: relative;
  padding: 0 40px;
}

@media screen and (max-width: 1600px) {
  .header .header-menu li a {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1400px) {
  .header .header-menu li a {
    padding: 0 20px;
  }
}

.header .header-menu li a:hover {
  color: #199be1;
  opacity: 1;
}

.header .header-menu li.menu-item-has-children {
  position: relative;
}

.header .header-menu li.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 10px;
  height: 8px;
  background: url(../img/icon/arrow_bottom.png) no-repeat;
  background-size: contain;
}

.header .header-menu li .sub-menu {
  border-radius: 10px;
  overflow: hidden;
}

.header .header-menu li .sub-menu a {
  white-space: nowrap;
  padding: 10px 0;
}

.header .header-menu li .sub-menu a::after {
  content: none;
}

.header .header-menu li .sub-menu a:hover {
  background-color: #fff;
}

.header .header-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}

.header .nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
}

.header .g-sub-nav02 .g-sub-nav-list.flex {
  margin-bottom: 0;
}

.header .g-sub-nav02 .g-sub-nav-list.flex a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(136deg, #199be1 0%, #5ab9ed 40%, #5ab9ed 1%, #199be1 100%);
  border: solid 1px #199be1;
}

.header .g-sub-nav02 .g-sub-nav-list.flex a img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.header .g-sub-nav02 .g-sub-nav-list.flex a:hover img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sub-box__sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sub-box__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
  }
  .sub-box__sp li {
    width: 50%;
  }
  .sub-box__sp li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    color: #fff;
    width: 100%;
    height: 100%;
  }
  .sub-box__sp li a.time {
    background: #a46305;
  }
  .sub-box__sp li a.time img {
    width: 12px;
    height: 12px;
  }
  .sub-box__sp li a.tel {
    background: #51a5f3;
    font-family: "Poppins", sans-serif;
  }
  .sub-box__sp li a.tel img {
    width: 12px;
    height: 15px;
  }
}

@media screen and (max-width: 360px) {
  .sp-header-inner .logo img {
    max-width: 186px;
  }
}

#mobile-nav {
  display: none;
}

#mobile-nav.panelactive {
  display: block;
}

.home .header .header__content {
  max-width: 1880px;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .home .header .header__content {
    padding-left: 10px;
  }
}

#page-top img {
  max-width: unset;
  max-height: unset;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 1024px) {
  #page-top img {
    width: 40px;
  }
}

@media screen and (max-width: 1024px) {
  #page-top img {
    height: 40px;
  }
}

#loading {
  background: linear-gradient(136deg, #199be1 0%, #5ab9ed 40%, #5ab9ed 61%, #199be1 100%);
}

#loading .spin-wrap {
  width: 30%;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  #loading .spin-wrap {
    width: 50%;
    margin: auto;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp_only {
    display: block;
  }
}

.title01 .deco {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.title01 .line {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.title01.is-show .deco {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.title01.is-show .line {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.title_en .deco {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.title_en .txt {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.title_en.is-show .deco {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.title_en.is-show .txt {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.deco__wrap .deco {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.deco__wrap.is-show .deco {
  opacity: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.deco__wrap.is-show .deco:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.deco__wrap.is-show .deco:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.deco__wrap.is-show .deco:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.deco__wrap.is-show .deco:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.deco__wrap.is-show .deco:nth-of-type(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.deco__wrap.is-show .deco:nth-of-type(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.deco__wrap.is-show .deco:nth-of-type(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.deco__wrap.is-show .deco:nth-of-type(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.js-fadeUp {
  opacity: 0;
}

.js-fadeUp.is-show {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.js-fadeIn {
  opacity: 0;
}

.js-fadeIn.is-show {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.js-fadeInRight {
  opacity: 0;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-transition: 2s;
  transition: 2s;
}

.js-fadeInRight.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.js-fadeInLeft {
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 2s;
  transition: 2s;
}

.js-fadeInLeft.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.js-diagonal {
  opacity: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: 2s;
  transition: 2s;
}

.js-diagonal.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.f-about li:nth-of-type(2) .js-diagonal.is-show {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.f-about li:nth-of-type(3) .js-diagonal.is-show {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.f-about li:nth-of-type(4) .js-diagonal.is-show {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js-UpDown {
  opacity: 0;
}

.js-UpDown.is-show {
  -webkit-animation-name: slideTextY-100;
          animation-name: slideTextY-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes slideTextY-100 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextY-100 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .title01 {
    margin-bottom: 10px;
  }
}

.title01 .ja {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .title01 .ja {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.title01 .en {
  display: block;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 208px;
  font-size: 6.4rem;
  line-height: 1.25;
}

@media screen and (max-width: 1024px) {
  .title01 .en {
    font-size: clamp(12px, 3.2rem, 3.2rem);
  }
}

.deco {
  display: block;
  position: absolute;
}

.inner {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .inner {
    width: 90%;
  }
}

.slider_wrap {
  background-image: url(../img/bg_graduation.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/bg_gradation_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-top: 150px;
  padding-bottom: 200px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .slider_wrap {
    padding-top: 75px;
  }
}

@media screen and (max-width: 1024px) {
  .slider_wrap {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .slider_wrap {
    background-position: top;
  }
}

.slider_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 26.04167vw;
  background: url(../img/shape_cloud_white.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  background-position: bottom;
}

.slider_wrap .slider {
  width: 80%;
  border-radius: 80px;
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .slider_wrap .slider {
    border-radius: 40px;
  }
}
/*
.slider_wrap .deco._sun {
  width: 10.41667vw;
  height: 10.41667vw;
  background-image: url(../img/deco_sun.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4.16667vw;
  right: 4.16667vw;
  z-index: 1;
}*/

@media screen and (max-width: 1024px) {
  .slider_wrap .deco._sun {
    top: 10.41667vw;
  }
}

/*.slider_wrap .deco._birds {
  width: 10.41667vw;
  height: 10.41667vw;
  background-image: url(../img/deco_two_birds_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 7.8125vw;
  left: 1.04167vw;
  z-index: 1;
}*/

@media screen and (max-width: 1024px) {
  .slider_wrap .deco._birds {
    top: 20.83333vw;
  }
}

.f-greeting {
  position: relative;
  background-color: #fff;
  padding-top: 0;
  background-image: url(../img/bg_rainbow.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top;
}

.f-greeting .title01 {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .f-greeting .title01 {
    text-align: center;
  }
}

.f-greeting .lead {
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #199be1;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .f-greeting .lead {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

@media screen and (max-width: 1024px) {
  .f-greeting .lead {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .f-greeting .lead {
    text-align: center;
  }
}

.f-greeting__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .f-greeting__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.f-greeting .txtArea {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .f-greeting .txtArea {
    width: 100%;
  }
}

.f-greeting .txtArea .txt {
  background-color: #fff;
  padding: 20px 20px 0 0;
  width: 140%;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  border-radius: 0 40px 0 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .f-greeting .txtArea .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

@media screen and (max-width: 1024px) {
  .f-greeting .txtArea .txt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.f-greeting .imgArea {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .f-greeting .imgArea {
    width: 100%;
  }
}

.f-greeting .imgArea img {
  border-radius: 40px;
}

@media screen and (max-width: 1024px) {
  .f-greeting .imgArea img {
    border-radius: 20px;
  }
}

.f-business {
  position: relative;
  background-color: #fff;
  background-image: url(../img/bg_greeting.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 200px;
  padding-bottom: 150px;
}

@media screen and (max-width: 1024px) {
  .f-business {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .f-business {
    padding-bottom: 75px;
  }
}

.f-business__lead {
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .f-business__lead {
    margin-bottom: 40px;
  }
}

.f-business__lead p {
  color: #199be1;
  font-size: 2.2rem;
}

@media screen and (max-width: 1024px) {
  .f-business__lead p {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}

.f-business__card__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(16rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 4%;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .f-business__card__container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-bottom: 360px;
  }
}

@media screen and (max-width: 600px) {
  .f-business__card__container {
    margin-bottom: 300px;
  }
}

@media screen and (max-width: 500px) {
  .f-business__card__container {
    margin-bottom: 250px;
  }
}

.f-business__card__container .card:nth-child(1) .box .icon .iconBox {
  background: linear-gradient(136deg, #199be1 0%, #5ab9ed 40%, #5ab9ed 61%, #199be1 100%);
}

.f-business__card__container .card:nth-child(2) .box .icon .iconBox {
  background: #147bb3;
  background: linear-gradient(136deg, #168bca 0%, #43b0ea 40%, #43b0ea 61%, #168bca 100%);
}

.f-business__card__container .card:nth-child(3) .box .icon .iconBox {
  background: #5ab9ed;
  background: linear-gradient(136deg, #5ab9ed 0%, #88cdf2 40%, #88cdf2 61%, #5ab9ed 100%);
}

.f-business__card__container .card-inner {
  position: relative;
  width: inherit;
  aspect-ratio: 1.5;
  height: auto;
  background: var(--clr);
  border-radius: 40px;
  border-bottom-right-radius: 0;
  overflow: hidden;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .f-business__card__container .card-inner {
    border-radius: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .f-business__card__container .card-inner {
    margin-bottom: 20px;
  }
}

.f-business__card__container .card-inner .box {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.f-business__card__container .card-inner .box .imgBox {
  position: absolute;
  inset: 0;
}

.f-business__card__container .card-inner .box .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.f-business__card__container .card-inner .box .icon {
  position: absolute;
  bottom: -3px;
  right: -5px;
  width: 9rem;
  height: 9rem;
  background: var(--clr);
  border-top-left-radius: 50%;
}

.f-business__card__container .card-inner .box .icon:hover .iconBox {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.f-business__card__container .card-inner .box .icon::before {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  left: -1.25rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  -webkit-box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
          box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

.f-business__card__container .card-inner .box .icon::after {
  position: absolute;
  content: "";
  top: -1.25rem;
  right: 0.375rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  -webkit-box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
          box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

.f-business__card__container .card-inner .box .icon .iconBox {
  position: absolute;
  inset: 10px;
  background: #282828;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.f-business__card__container .card-inner .box .icon .iconBox svg {
  width: 30%;
}

.f-business__card__container .card-inner .box .icon .iconBox svg path {
  fill: #fff;
}

.f-business .tableArea {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .f-business .tableArea {
    margin-bottom: 15px;
  }
}

.f-business .mapArea iframe {
  width: 100%;
  aspect-ratio: 1.6;
  height: auto;
}

.f-business .deco._birds {
  display: block;
  width: 300px;
  height: 300px;
  background-image: url(../img/deco_birds.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.52083vw;
  bottom: 10.41667vw;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .f-business .deco._birds {
    width: 150px;
  }
}

@media screen and (max-width: 1024px) {
  .f-business .deco._birds {
    height: 150px;
  }
}

.f-news {
  background-image: url(../img/bg_gradation_01_circle.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 20.83333vw;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .f-news {
    padding-bottom: 180px;
  }
}

.f-news::after {
  content: "";
  display: block;
  width: 100%;
  height: 26.04167vw;
  background: url(../img/shape_cloud_white.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -100px;
  background-position: bottom;
}

@media screen and (max-width: 1024px) {
  .f-news::after {
    bottom: -1vw;
  }
}

.f-news .fullwidth {
  background-color: #9bd8f6;
  margin-top: -15.625vw;
}

.f-news .title01 .en,
.f-news .title01 .ja {
  color: #fff;
}

.f-news .title02 {
  background-image: url(../img/title_bg_cloud_gradation.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 160px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .f-news .title02 {
    height: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .f-news .title02 {
    padding-bottom: 10px;
  }
}

.f-news .title02 .ja {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #199be1;
}

@media screen and (max-width: 1024px) {
  .f-news .title02 .ja {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}

.f-news__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .f-news__box {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .f-news__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.f-news__box div {
  width: 47%;
}

@media screen and (max-width: 1024px) {
  .f-news__box div {
    width: 100%;
  }
}

.f-news__box .news-list01 {
  background: linear-gradient(136deg, #199be1 0%, #5ab9ed 40%, #5ab9ed 1%, #199be1 100%);
  background: #fff;
  border-radius: 40px;
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .f-news__box .news-list01 {
    border-radius: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .f-news__box .news-list01 {
    padding: 20px;
  }
}

.f-news ._insta {
  position: relative;
}

.f-news ._insta .title01 {
  background-image: url(../img/title_bg_cloud_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 160px;
  line-height: 160px;
}

@media screen and (max-width: 1024px) {
  .f-news ._insta .title01 {
    height: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .f-news ._insta .title01 {
    line-height: 80px;
  }
}

.f-news ._insta .deco._bloon {
  display: block;
  width: 200px;
  height: 400px;
  background-image: url(../img/deco_bloon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.52083vw;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .f-news ._insta .deco._bloon {
    width: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .f-news ._insta .deco._bloon {
    height: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .f-news ._insta .deco._bloon {
    right: -10%;
  }
}

.f-news .deco._plane {
  display: block;
  width: 31.25vw;
  height: 10.41667vw;
  background-image: url(../img/deco_plane.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 10.41667vw;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .f-news .deco._plane {
    top: 20.83333vw;
    left: -40%;
  }
}

@media screen and (max-width: 500px) {
  #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_mob_col_1 #sbi_images {
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
  }
}

.f-corp {
  background-color: #fff;
  padding-top: 0;
}

.tablepress tbody td.column-1 {
  background-color: rgba(228, 244, 252, 0.5);
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .tablepress tbody td.column-1 {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

@media screen and (max-width: 600px) {
  .tablepress tbody td.column-1 {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
}

.tablepress tbody td.column-2 {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .tablepress tbody td.column-2 {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

@media screen and (max-width: 600px) {
  .tablepress tbody td.column-2 {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
}

.sub-header {
  margin-top: 88px;
}

@media screen and (max-width: 1024px) {
  .sub-header {
    margin-top: 44px;
  }
}

.sub-header .sub-header-txt {
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .sub-header .sub-header-txt {
    border-radius: 5px;
  }
}

.business .sub-header,
.schedule .sub-header,
.guide .sub-header,
.contact .sub-header {
  width: 90%;
  height: 100px;
  aspect-ratio: 1900/700;
  height: auto;
  margin: auto;
  margin-top: 112px;
  border-radius: 60px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .business .sub-header,
  .schedule .sub-header,
  .guide .sub-header,
  .contact .sub-header {
    margin-top: 56px;
  }
}

.business .sub-header .sub-header-txt,
.schedule .sub-header .sub-header-txt,
.guide .sub-header .sub-header-txt,
.contact .sub-header .sub-header-txt {
  position: absolute;
  bottom: -3px;
  left: -5px;
  width: 40%;
  height: 9rem;
  background: #fff;
  border-top-right-radius: 40px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .business .sub-header .sub-header-txt,
  .schedule .sub-header .sub-header-txt,
  .guide .sub-header .sub-header-txt,
  .contact .sub-header .sub-header-txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    position: unset;
    border-top-right-radius: 0;
  }
}

.business .sub-header .sub-header-txt .en,
.schedule .sub-header .sub-header-txt .en,
.guide .sub-header .sub-header-txt .en,
.contact .sub-header .sub-header-txt .en {
  text-transform: capitalize;
  display: block;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .business .sub-header .sub-header-txt .en,
  .schedule .sub-header .sub-header-txt .en,
  .guide .sub-header .sub-header-txt .en,
  .contact .sub-header .sub-header-txt .en {
    display: none;
  }
}

.business .sub-header .sub-header-txt::before,
.schedule .sub-header .sub-header-txt::before,
.guide .sub-header .sub-header-txt::before,
.contact .sub-header .sub-header-txt::before {
  position: absolute;
  content: "";
  bottom: 3px;
  right: -39px;
  background: transparent;
  width: 40px;
  height: 40px;
  background-image: url(../img/deco_border-circle_left_bottom.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1024px) {
  .business .sub-header .sub-header-txt::before,
  .schedule .sub-header .sub-header-txt::before,
  .guide .sub-header .sub-header-txt::before,
  .contact .sub-header .sub-header-txt::before {
    content: none;
  }
}

.business .sub-header .sub-header-txt::after,
.schedule .sub-header .sub-header-txt::after,
.guide .sub-header .sub-header-txt::after,
.contact .sub-header .sub-header-txt::after {
  position: absolute;
  content: "";
  top: -59px;
  left: 4px;
  background: transparent;
  width: 60px;
  height: 60px;
  background-image: url(../img/deco_border-circle_left_bottom.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1024px) {
  .business .sub-header .sub-header-txt::after,
  .schedule .sub-header .sub-header-txt::after,
  .guide .sub-header .sub-header-txt::after,
  .contact .sub-header .sub-header-txt::after {
    content: none;
  }
}

.p-title01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: bold;
  color: #199be1;
  text-align: center;
  margin-bottom: 60px;
  background: url(../img/title_bg_cloud_03.png), url(../img/title_bg_cloud_03.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 80px, 80px;
  background-position: top left, bottom right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-left: 40px;
  margin: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .p-title01 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

@media screen and (max-width: 1024px) {
  .p-title01 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .p-title01 {
    padding-top: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .p-title01 {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .p-title01 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .p-title01 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .p-title01 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .p-title01 {
    background-size: 40px, 40px;
  }
}

.btn.btn01 {
  position: relative;
}

.btn.btn01 .arrow {
  width: 17px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.btn.btn01 .arrow svg path {
  fill: #fff;
}

.btn.btn01:hover {
  background: #fff !important;
}

.second {
  background: linear-gradient(136deg, #caeafa 0%, #ebf9fe 40%, #ebf9fe 1%, #caeafa 100%);
  border-radius: 80px 80px 0 0;
}

.business .txtArea p {
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .business .txtArea p {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.business .com-box01 {
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .business .com-box01 {
    margin-bottom: 50px;
  }
}

.business .com-box01:nth-of-type(2n) .com-box01-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .business .com-box01:nth-of-type(2n) .com-box01-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.business .com-box01:nth-of-type(2n) .com-box01-txt-inner {
  background-color: #fff;
  padding: 20px;
  width: 140%;
  margin-left: -40%;
}

@media screen and (max-width: 1024px) {
  .business .com-box01:nth-of-type(2n) .com-box01-txt-inner {
    padding: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .business .com-box01:nth-of-type(2n) .com-box01-txt-inner {
    width: 100%;
    margin-left: 0;
  }
}

.business .com-box01:last-of-type {
  margin-bottom: 0;
}

.business .com-box01-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .business .com-box01-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.business .com-box01 .com-box01-txt {
  width: 35%;
  overflow: visible;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .business .com-box01 .com-box01-txt {
    width: 100%;
    margin-bottom: 20px;
  }
}

.business .com-box01 .com-box01-img {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .business .com-box01 .com-box01-img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.business .com-box01 .com-box01-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 40px;
}

@media screen and (max-width: 1024px) {
  .business .com-box01 .com-box01-img img {
    border-radius: 20px;
  }
}

.business .com-box01 .com-box01-tit {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #199be1;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .business .com-box01 .com-box01-tit {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .business .com-box01 .com-box01-tit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: auto;
    font-size: 15px;
  }
}

.business .com-box01 .com-box01-tit::after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #199be1;
  display: block;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .business .com-box01 .com-box01-tit::after {
    width: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .business .com-box01 .com-box01-tit::after {
    height: 2.5px;
  }
}

@media screen and (max-width: 1024px) {
  .business .com-box01 .com-box01-tit::after {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .business .com-box01 .com-box01-tit::after {
    margin: auto;
    margin-bottom: 20px;
  }
}

.business .com-box01 .com-box01-txt-inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  width: 140%;
}

@media screen and (max-width: 1024px) {
  .business .com-box01 .com-box01-txt-inner {
    border-radius: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .business .com-box01 .com-box01-txt-inner {
    padding: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .business .com-box01 .com-box01-txt-inner {
    width: 100%;
  }
}

.business .com-box01 .com-box01-txt-inner p {
  font-size: 1.8rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .business .com-box01 .com-box01-txt-inner p {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.business .com-box01 .com-box01-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.schedule .flow_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.schedule .flow_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .schedule .flow_list li {
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .schedule .flow_list li {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 400px) {
  .schedule .flow_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.schedule .flow_list li .time {
  font-size: 2.2rem;
  font-weight: 700;
  color: #199be1;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #199be1;
  padding-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .schedule .flow_list li .time {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}

@media screen and (max-width: 400px) {
  .schedule .flow_list li .time {
    text-align: center;
  }
}

.schedule .flow_list li .name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .schedule .flow_list li .name {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

@media screen and (max-width: 400px) {
  .schedule .flow_list li .name {
    text-align: center;
  }
}

.guide .contact-band {
  padding: 0;
  background-color: unset;
}

.guide .contact-band-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: bold;
  color: #199be1;
  text-align: center;
  margin-bottom: 60px;
  background: url(../img/title_bg_cloud_03.png), url(../img/title_bg_cloud_03.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 80px, 80px;
  background-position: top left, bottom right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-left: 40px;
  margin: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .guide .contact-band-title {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

@media screen and (max-width: 1024px) {
  .guide .contact-band-title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .guide .contact-band-title {
    padding-top: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .guide .contact-band-title {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .guide .contact-band-title {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .guide .contact-band-title {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .guide .contact-band-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .guide .contact-band-title {
    background-size: 40px, 40px;
  }
}

.guide .com-flow01-box {
  background-color: #fff;
  border-radius: 40px;
}

@media screen and (max-width: 1024px) {
  .guide .com-flow01-box {
    border-radius: 20px;
  }
}

.guide .com-flow01-box::before {
  border: 25px solid transparent;
  border-top: 25px solid #fff;
}

.guide .com-flow01-head h3 {
  background-color: #199be1;
}

.single-info-wrap {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .single-info-wrap {
    margin-bottom: 50px;
  }
}

.single-info-article p {
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .single-info-article p {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.elementor-button {
  background-color: #75c1af !important;
}

.elementor-button span {
  color: #fff;
}

.archive-info-wrap {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .archive-info-wrap {
    margin-bottom: 50px;
  }
}

.archive-time-cat time {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .archive-time-cat time {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

@media screen and (max-width: 1024px) {
  .contact-band .contact-band-tel-block.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .contact-band .contact-band-tel-box {
    margin-bottom: 20px;
  }
}

.contact-band .contact-band-tel-box:nth-child(1) .cf-cb-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  margin: auto;
  background: #199be1 !important;
}

.contact-band .contact-band-tel-box:nth-child(2) .cf-cb-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  margin: auto;
  background: #147bb3 !important;
}

.contact-band .contact-band-tel-box:nth-child(3) .cf-cb-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  margin: auto;
  background: #5ab9ed !important;
}

.footer {
  background-color: unset;
  background: linear-gradient(136deg, #199be1 0%, #5ab9ed 40%, #5ab9ed 1%, #199be1 100%);
}

.footer-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 40px;
}

.footer-logo a {
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .footer-logo a {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

.footer-logo a span {
  font-size: 6rem;
}

@media screen and (max-width: 1024px) {
  .footer-logo a span {
    font-size: clamp(12px, 3rem, 3rem);
  }
}

@media screen and (max-width: 1024px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-address p,
.footer-address a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.13;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .footer-address p,
  .footer-address a {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.footer-bnr {
  width: 30%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1024px) {
  .footer-bnr {
    width: 80%;
    margin-bottom: 60px;
  }
}

.footer-bnr a {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 20px;
  border: solid 8px #a46305;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .footer-bnr a {
    border-radius: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-bnr a {
    padding: 10px;
  }
}

.footer-bnr a > img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-bnr a:hover {
  background: rgba(255, 255, 255, 0.7);
}

.footer-bnr a:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-bnr__txt {
  text-align: center;
  color: #5a3603;
}

.footer-bnr__txt img {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: initial;
}
