/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  margin: auto;
  width: auto;
  color: #42454d;
  background: #fdf8ec;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(66, 69, 77, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
body.menu-open::before {
  opacity: 1;
  visibility: visible;
}

html.menu-open,
body.menu-open {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

.h1box,
.h2box {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .h1box,
  .h2box {
    margin-bottom: 25px;
  }
}
.h1box h1, .h1box h2,
.h2box h1,
.h2box h2 {
  margin-bottom: 2.6vw;
  font-family: "LINE Seed JP", sans-serif;
  color: #0b7ac1;
  font-size: clamp(5rem, 5.8vw, 10rem);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .h1box h1, .h1box h2,
  .h2box h1,
  .h2box h2 {
    margin-bottom: 15px;
  }
}
.h1box h1 span.bar, .h1box h2 span.bar,
.h2box h1 span.bar,
.h2box h2 span.bar {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: transparent;
  display: block;
  overflow: hidden;
  -webkit-transition: color 0ms 0.5s;
  transition: color 0ms 0.5s;
}
.h1box h1 span.bar::after, .h1box h2 span.bar::after,
.h2box h1 span.bar::after,
.h2box h2 span.bar::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0abcc7;
  top: 0;
  left: -1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.h1box h1 span.bar.active, .h1box h2 span.bar.active,
.h2box h1 span.bar.active,
.h2box h2 span.bar.active {
  color: #0b7ac1;
}
.h1box h1 span.bar.active::after, .h1box h2 span.bar.active::after,
.h2box h1 span.bar.active::after,
.h2box h2 span.bar.active::after {
  -webkit-animation: linebar 1s;
          animation: linebar 1s;
}
.h1box small,
.h2box small {
  font-size: clamp(1.8rem, 1.5vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
  transform: rotate(0.1deg);
}
.h1box small span.bar,
.h2box small span.bar {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: transparent;
  display: block;
  overflow: hidden;
  -webkit-transition: color 0ms 0.5s;
  transition: color 0ms 0.5s;
  transform: rotate(0.1deg);
}
.h1box small span.bar::after,
.h2box small span.bar::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0abcc7;
  top: 0;
  left: -1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.h1box small span.bar.active,
.h2box small span.bar.active {
  color: #42454d;
}
.h1box small span.bar.active::after,
.h2box small span.bar.active::after {
  -webkit-animation: linebar 1s;
          animation: linebar 1s;
}

@media (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
@media (min-width: 481px) {
  .sp2_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

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

.txt_base {
  font-size: 1rem;
}
.txt_base p {
  font-size: clamp(1.6rem, 1.19vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.txt_base p + p {
  padding-top: 2em;
}

.circle_arrow {
  position: relative;
  width: clamp(2.5rem, 2.6vw, 5rem);
  height: clamp(2.5rem, 2.6vw, 5rem);
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* @media (max-width: 820px) {
  .circle_arrow {
    width: 40px;
    height: 40px;
  }
} */
@media (max-width: 767px) {
  .circle_arrow {
    width: 30px;
    height: 30px;
  }
}
.circle_arrow::before {
  position: absolute;
  content: "";
  width: clamp(2.5rem, 2.6vw, 5rem);
  height: clamp(2.5rem, 2.6vw, 5rem);
  border: 2px solid #42454d;
  border-radius: 50%;
  top: 0;
  right: 0;
}
/* @media (max-width: 820px) {
  .circle_arrow::before {
    width: 40px;
    height: 40px;
  }
} */
@media (max-width: 767px) {
  .circle_arrow::before {
    width: 30px;
    height: 30px;
  }
}
.circle_arrow::after {
  position: absolute;
  content: "";
  width: clamp(0.5rem, 0.52vw, 1rem);
  height: clamp(0.5rem, 0.52vw, 1rem);
  border-top: 2px solid #42454d;
  border-right: 2px solid #42454d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 3px);
  left: calc(50% - clamp(0.5rem, 0.52vw, 1rem));
}
@media (max-width: 767px) {
  .circle_arrow::after {
    width: 5px;
    height: 5px;
    top: calc(50% - 2px);
    left: calc(50% - 7px);
  }
}
.circle_arrow:hover::before {
  border: 2px solid #0b7ac1;
}
.circle_arrow:hover::after {
  border-top: 2px solid #0b7ac1;
  border-right: 2px solid #0b7ac1;
}
.circle_arrow.white::before {
  border: 2px solid #FFF;
}
.circle_arrow.white::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.circle_arrow.blue::before {
  border: 2px solid #0b7ac1;
}
.circle_arrow.blue::after {
  border-top: 2px solid #0b7ac1;
  border-right: 2px solid #0b7ac1;
}

.more_btn a {
  position: relative;
  margin: 0 auto;
  padding: 10px 80px 10px 40px;
  color: #FFF;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #0b7ac1;
  border: 2px solid #0b7ac1;
  border-radius: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .more_btn a {
    border-radius: 5px;
  }
}
.more_btn a:hover {
  color: #0b7ac1;
  background: #FFF;
}
.more_btn a.arrow::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 20px;
  background: url(../img/common/ico-arrow-w.png) no-repeat 0 0/contain;
  top: calc(50% - 8px);
  right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 820px) {
  .more_btn a.arrow::after {
    width: 5px;
    height: 10px;
    top: calc(50% - 4px);
    right: 15px;
  }
}
.more_btn a.arrow:hover::after {
  background: url(../img/common/ico-arrow-b.png) no-repeat 0 0/contain;
  right: 25px;
}
@media (max-width: 820px) {
  .more_btn a.arrow:hover::after {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .gmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
}
.gmap iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 767px) {
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  margin: auto;
  width: calc(100% - 200px);
  max-width: 1720px;
}
@media (min-width: 1025px) {
  .main_width {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .main_width {
    width: calc(100% - 15.64vw);
  }
}

section.sec {
  padding-top: 5.2vw;
  padding-bottom: 5.2vw;
}
@media (max-width: 1024px) {
  section.sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
main.top {
  background: #fdf8ec;
}
@media (max-width: 767px) {
  main.top {
    padding-top: 60px;
  }
}

/*=============================================*/
/*  top_fv_block     */
/*=============================================*/
.top_fv_block {
  position: relative;
  aspect-ratio: 1920/1168;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .top_fv_block {
    aspect-ratio: auto;
    height: 100dvh;
  }
}
@media (max-width: 767px) {
  .top_fv_block {
    aspect-ratio: auto;
    height: calc(100dvh - 100px);
  }
}
.top_fv_block .fv_catch {
  position: absolute;
  bottom: 5.729vw;
  left: 10vw;
  z-index: 2;
}
@media (max-width: 767px) {
  .top_fv_block .fv_catch {
    bottom: 26%;
    left: 15px;
  }
}
.top_fv_block .fv_catch .fv_catch01 {
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top_fv_block .fv_catch .fv_catch01 {
    margin-bottom: 10px;
  }
}
.top_fv_block .fv_catch .fv_catch01 .fv_catch_inner {
  position: relative;
  padding: 2px 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .top_fv_block .fv_catch .fv_catch01 .fv_catch_inner {
    padding: 2px 5px 0;
  }
}
.top_fv_block .fv_catch .fv_catch01 .fv_catch_bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0b7ac1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.top_fv_block .fv_catch .fv_catch01 .fv_catch_txt {
  position: relative;
  opacity: 0;
  color: #FFF;
  font-size: clamp(2.4rem, 3vw, 6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .top_fv_block .fv_catch .fv_catch01 .fv_catch_txt {
    font-size: clamp(2.4rem, 4vw, 3rem);
  }
}
.top_fv_block .fv_catch .fv_catch01.active .fv_catch_bar {
  -webkit-animation: barSlide 0.8s ease forwards;
          animation: barSlide 0.8s ease forwards;
}
.top_fv_block .fv_catch .fv_catch01.active .fv_catch_txt {
  -webkit-animation: textShow 0.5s ease forwards;
          animation: textShow 0.5s ease forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.top_fv_block .fv_catch .fv_catch01_02.active .fv_catch_bar {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.top_fv_block .fv_catch .fv_catch01_02.active .fv_catch_txt {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.top_fv_block .fv_catch .fv_catch01_03.active .fv_catch_bar {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.top_fv_block .fv_catch .fv_catch01_03.active .fv_catch_txt {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.top_fv_block .fv_catch .fv_catch01_04.active .fv_catch_bar {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.top_fv_block .fv_catch .fv_catch01_04.active .fv_catch_txt {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.top_fv_block .fv_scroll {
  position: absolute;
  top: 48%;
  left: 40px;
  z-index: 2;
}
@media (max-width: 1300px) {
  .top_fv_block .fv_scroll {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .top_fv_block .fv_scroll {
    display: none;
  }
}
.top_fv_block .fv_scroll span {
  position: relative;
  color: #FFF;
  font-size: clamp(1.25rem, 1.4vw, 2.5rem);
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.top_fv_block .fv_scroll span::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 124px;
  top: 70px;
  left: 10px;
  background: url(../img/top/scroll-arrow.png) no-repeat 0 0/contain;
}
@media (max-width: 1300px) {
  .top_fv_block .fv_scroll span::after {
    width: 7px;
    height: 62px;
    top: 45px;
    left: 6px;
  }
}
.top_fv_block .fv_bnr {
  position: absolute;
  bottom: 30px;
  right: 17px;
  z-index: 2;
}
@media (max-width: 1300px) {
  .top_fv_block .fv_bnr {
    right: 80px;
  }
}
@media (max-width: 767px) {
  .top_fv_block .fv_bnr {
    right: 15px;
    bottom: 5%;
  }
}
.top_fv_block .fv_bnr a {
  position: relative;
  padding-left: 30px;
  width: 330px;
  height: 90px;
  font-size: 2rem;
  font-weight: 500;
  background: #FFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  transform: rotate(0.1deg);
}
@media (max-width: 1300px) {
  .top_fv_block .fv_bnr a {
    padding-left: 15px;
    font-size: 1.5rem;
    width: 200px;
    height: 54px;
  }
}
@media (max-width: 767px) {
  .top_fv_block .fv_bnr a {
    font-size: 1.2rem;
    width: 172px;
    height: 67px;
  }
}
.top_fv_block .fv_bnr a::before {
  position: absolute;
  content: "";
  width: 152px;
  height: 195px;
  background: url(../img/top/mls_l.png) no-repeat 0 0/100% auto;
  top: 0;
  right: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .top_fv_block .fv_bnr a::before {
    width: 73px;
    height: 94px;
  }
}
@media (max-width: 767px) {
  .top_fv_block .fv_bnr a::before {
    right: 5px;
  }
}
.top_fv_block .fv_bnr a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_fv_block #fv_slider_wrap {
  position: absolute;
  inset: 0;
}
.top_fv_block #fv_slider {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .top_fv_block .swiper-wrapper {
    height: 60%;
  }
}
.top_fv_block .swiper-slide picture,
.top_fv_block .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top_fv_block #swiper-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  bottom: 30px;
  left: 30px;
  gap: 0 25px;
}
@media (max-width: 767px) {
  .top_fv_block #swiper-button {
    bottom: 10%;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .top_fv_block #swiper-button .swiper-button-prev.circle_arrow::before,
  .top_fv_block #swiper-button .swiper-button-next.circle_arrow::before {
    border: 2px solid #0b7ac1;
  }
  .top_fv_block #swiper-button .swiper-button-prev.circle_arrow::after,
  .top_fv_block #swiper-button .swiper-button-next.circle_arrow::after {
    top: calc(50% - 1px);
    border-top: 2px solid #0b7ac1;
    border-right: 2px solid #0b7ac1;
  }
}
.top_fv_block #swiper-button .swiper-button-prev:hover.circle_arrow::before,
.top_fv_block #swiper-button .swiper-button-next:hover.circle_arrow::before {
  background: #FFF;
}
.top_fv_block #swiper-button .swiper-button-prev:hover.circle_arrow::after,
.top_fv_block #swiper-button .swiper-button-next:hover.circle_arrow::after {
  border-top: 2px solid #0b7ac1;
  border-right: 2px solid #0b7ac1;
}
.top_fv_block #swiper-button .swiper-button-prev.circle_arrow::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: calc(50% - 6px);
}
@media (max-width: 767px) {
  .top_fv_block #swiper-button .swiper-button-prev.circle_arrow::after {
    left: calc(50% - 4px);
  }
}
.top_fv_block .swiper-pagination {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
  bottom: 52px;
  left: 200px;
}
@media (max-width: 820px) {
  .top_fv_block .swiper-pagination {
    left: 26vw;
  }
}
@media (max-width: 767px) {
  .top_fv_block .swiper-pagination {
    max-width: 80%;
    bottom: 20%;
    left: 15px;
  }
}
.top_fv_block .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  border-radius: 999px;
  background: #dcdcdc;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .top_fv_block .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
  }
}
@media (max-width: 767px) {
  .top_fv_block .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
  }
}
.top_fv_block .swiper-pagination .swiper-pagination-bullet-active {
  background: #0b7ac1;
}

/*=============================================*/
/*  top_news_block     */
/*=============================================*/
.top_news_block {
  position: relative;
  padding-top: 200px !important;
}
@media (max-width: 767px) {
  .top_news_block {
    padding-top: 0 !important;
  }
}
.top_news_block .airplane {
  position: absolute;
  width: 345px;
  top: 50px;
  right: 10vw;
  z-index: 2;
}
@media (max-width: 767px) {
  .top_news_block .airplane {
    width: 172px;
    top: 30px;
    right: 15px;
  }
}
@media (max-width: 480px) {
  .top_news_block .airplane {
    top: 38px;
  }
}
.top_news_block .airplane .img {
  overflow: hidden;
  width: 345px;
  height: 97px;
}
@media (max-width: 767px) {
  .top_news_block .airplane .img {
    width: 172px;
    height: 48px;
  }
}
.top_news_block .airplane .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.top_news_block .top_news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 820px) {
  .top_news_block .top_news_inner {
    gap: 0 4vw;
  }
}
@media (max-width: 767px) {
  .top_news_block .top_news_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
  }
}
.top_news_block .top_news_inner.main_width {
  max-width: 1520px;
}
.top_news_block .top_news_inner .ttlbox {
  width: 300px;
}
@media (max-width: 820px) {
  .top_news_block .top_news_inner .ttlbox {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .top_news_block .top_news_inner .ttlbox {
    width: 100%;
  }
}
.top_news_block .top_news_inner .icn {
  width: 51px;
}
.top_news_block .top_news_inner .icn span {
  width: 51px;
  height: 18px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  background: #0b7ac1;
  border-radius: 3px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_news_block .top_news_inner .top_news_list {
  margin-bottom: 50px;
  width: 100%;
  padding-left: clamp(5rem, 5.2vw, 10rem);
}
@media (max-width: 767px) {
  .top_news_block .top_news_inner .top_news_list {
    display: none;
  }
}
.top_news_block .top_news_inner .top_news_list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  transform: rotate(0.1deg);
}
.top_news_block .top_news_inner .top_news_list .box .line {
  padding-bottom: 6px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 70px;
  border-bottom: 1px solid #42454d;
  transform: rotate(0.1deg);
}
@media (max-width: 820px) {
  .top_news_block .top_news_inner .top_news_list .box .line {
    gap: 0 2vw;
  }
}
.top_news_block .top_news_inner .top_news_list .box .line .date {
  width: 100px;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  font-weight: 500;
  transform: rotate(0.1deg);
}
.top_news_block .top_news_inner .top_news_list .box .line a {
  width: 100%;
  min-height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotate(0.1deg);
}
@media (max-width: 820px) {
  .top_news_block .top_news_inner .top_news_list .box .line a {
    width: 100%;
  }
}
.top_news_block .top_news_inner .top_news_list .box .line a p {
  width: calc(100% - 80px);
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  font-weight: 500;
  transform: rotate(0.1deg);
}
.top_news_block .top_news_inner .top_news_list .box .line a:hover {
  color: #0b7ac1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.top_news_block .top_news_inner .top_news_list .box .line a:hover .circle_arrow::before {
  border: 2px solid #0b7ac1;
}
.top_news_block .top_news_inner .top_news_list .box .line a:hover .circle_arrow::after {
  border-top: 2px solid #0b7ac1;
  border-right: 2px solid #0b7ac1;
}
@media (max-width: 767px) {
  .top_news_block .top_news_inner .more_btn {
    text-align: center;
  }
}
.top_news_block .top_news_inner .more_btn a.arrow {
  padding: 10px 30px;
  width: 220px;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}
@media (max-width: 820px) {
  .top_news_block .top_news_inner .more_btn a.arrow {
    padding: 5px 15px;
    width: 136px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .top_news_block .top_news_inner .more_btn a.arrow {
    padding: 6px 0;
    width: 76%;
    max-width: 285px;
    font-size: 1.6rem;
  }
}
.top_news_block .top_news_inner .more_btn a.arrow span {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .top_news_block .top_news_inner .top_news_list_sp {
    display: none;
  }
}
.top_news_block .top_news_inner .top_news_list_sp {
  margin-top: -50px;
}
.top_news_block .top_news_inner .top_news_list_sp .box {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #42454d;
}
.top_news_block .top_news_inner .top_news_list_sp .box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
.top_news_block .top_news_inner .top_news_list_sp .box .info .date {
  font-weight: 500;
}
.top_news_block .top_news_inner .top_news_list_sp .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 15px;
}
.top_news_block .top_news_inner .top_news_list_sp .box a p {
  width: calc(100% - 45px);
  font-size: 1.4rem;
  font-weight: 500;
}
.top_news_block .top_news_inner .top_news_list_sp .box a .circle_arrow::after {
  right: 0;
}
.top_news_block .top_news_inner .top_news_list_sp .box a:hover::after {
  right: 0;
}

/*=============================================*/
/*  top_profile_block     */
/*=============================================*/
.top_profile_block .top_profile_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 5.2vw;
}
@media (max-width: 820px) {
  .top_profile_block .top_profile_inner {
    gap: 0 3vw;
  }
}
@media (max-width: 767px) {
  .top_profile_block .top_profile_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px 0;
  }
}
.top_profile_block .top_profile_inner.main_width {
  max-width: 1520px;
}
.top_profile_block .top_profile_inner .imgbox {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media (max-width: 649px) {
  .top_profile_block .top_profile_inner .imgbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 0;
  }
}
.top_profile_block .top_profile_inner .imgbox .img {
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 820px) {
  .top_profile_block .top_profile_inner .imgbox .img {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .top_profile_block .top_profile_inner .imgbox .img {
    width: 100%;
    aspect-ratio: 630/330;
    border-radius: 15px;
  }
}
.top_profile_block .top_profile_inner .imgbox .img a {
  position: relative;
  display: block;
  height: 100%;
}
.top_profile_block .top_profile_inner .imgbox .img a img {
  border-radius: 1.5625vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 820px) {
  .top_profile_block .top_profile_inner .imgbox .img a img {
    border-radius: 15px;
  }
}
.top_profile_block .top_profile_inner .imgbox .img a h3 {
  position: absolute;
  color: #FFF;
  font-size: clamp(1.8rem, 2vw, 3.5rem);
  line-height: 1;
  bottom: 1.82vw;
  left: 1.82vw;
  z-index: 2;
  transform: rotate(0.1deg);
}
@media (max-width: 820px) {
  .top_profile_block .top_profile_inner .imgbox .img a h3 {
    bottom: 30px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .top_profile_block .top_profile_inner .imgbox .img a h3 {
    bottom: 20px;
    left: 20px;
  }
}
.top_profile_block .top_profile_inner .imgbox .img a .circle_arrow {
  position: absolute;
  top: auto;
  bottom: 1.5625vw;
  right: 1.5625vw;
  z-index: 2;
}
@media (max-width: 820px) {
  .top_profile_block .top_profile_inner .imgbox .img a .circle_arrow {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .top_profile_block .top_profile_inner .imgbox .img a .circle_arrow {
    bottom: 15px;
    right: 15px;
  }
}
.top_profile_block .top_profile_inner .imgbox .img a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*=============================================*/
/*  top_recruit_block     */
/*=============================================*/
.top_recruit_block .top_recruit_inner {
  padding: 150px 5.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 27px;
  background: #FFF;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top_recruit_block .top_recruit_inner {
    padding: 50px 7.82vw 7.82vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_recruit_block .top_recruit_inner.main_width {
  max-width: 1720px;
}
.top_recruit_block .top_recruit_inner .txt {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .top_recruit_block .top_recruit_inner .txt {
    width: 100%;
  }
}
.top_recruit_block .top_recruit_inner .txt::before {
  position: absolute;
  content: "";
  width: 110%;
  aspect-ratio: 810/888;
  top: 0;
  left: -80px;
  background: url(../img/top/recruit-bg.png) no-repeat 0 0/contain;
}
@media (max-width: 1439px) {
  .top_recruit_block .top_recruit_inner .txt::before {
    width: 100%;
    left: -4vw;
  }
}
@media (max-width: 767px) {
  .top_recruit_block .top_recruit_inner .txt::before {
    content: none;
  }
}
.top_recruit_block .top_recruit_inner .txt .h2box {
  margin-bottom: 50px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .top_recruit_block .top_recruit_inner .txt .txt_01 {
    padding-top: 50px;
    padding-bottom: 70px;
    line-height: 1.7;
    background: url(../img/top/recruit-bg.png) no-repeat 0 0/100% auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .top_recruit_block .top_recruit_inner .txt .txt_01 {
    background: url(../img/top/recruit-bg.png) no-repeat center 0/auto 100%;
  }
}
@media (max-width: 767px) and (max-width: 390px) {
  .top_recruit_block .top_recruit_inner .txt .txt_01 {
    background: url(../img/top/recruit-bg.png) no-repeat center 0/94% auto;
  }
}
.top_recruit_block .top_recruit_inner .txt .catch {
  margin-bottom: 40px;
  color: #0abcc7;
  font-size: clamp(1.7rem, 2vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .top_recruit_block .top_recruit_inner .txt .catch {
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}
.top_recruit_block .top_recruit_inner .txt p {
  margin-bottom: 70px;
  width: 90%;
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .top_recruit_block .top_recruit_inner .txt p {
    margin-bottom: 50px;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .top_recruit_block .top_recruit_inner .txt .more_btn {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .top_recruit_block .top_recruit_inner .txt .more_btn a {
    padding: 12px 90px 12px 30px;
  }
}
@media (max-width: 767px) {
  .top_recruit_block .top_recruit_inner .txt a.arrow {
    padding: 6px 0;
    width: 90%;
    max-width: 285px;
    font-size: 1.6rem;
  }
}
.top_recruit_block .top_recruit_inner .txt a.arrow span {
  display: block;
  text-align: center;
}
.top_recruit_block .top_recruit_inner .txt #rec_slider_sp {
  margin-bottom: 5px;
}
.top_recruit_block .top_recruit_inner #rec_slider {
  width: 44%;
  max-width: 760px;
}
.top_recruit_block .top_recruit_inner #rec_slider .swiper-wrapper {
  align-items: center;
}
.top_recruit_block .top_recruit_inner #rec_slider img {
  border-radius: 20px;
}

/*=============================================*/
/*  top_instagram_block     */
/*=============================================*/
.top_instagram_block .top_intagram_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4vw;
}
@media (min-width: 1920px) {
  .top_instagram_block .top_intagram_inner {
    gap: 0 5.6vw;
  }
}
@media (max-width: 767px) {
  .top_instagram_block .top_intagram_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}
.top_instagram_block .top_intagram_inner.main_width {
  max-width: 1520px;
}
.top_instagram_block .top_intagram_inner .instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
@media (max-width: 767px) {
  .top_instagram_block .top_intagram_inner .instagram {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: inherit;
  }
}
.top_instagram_block .top_intagram_inner .instagram .box {
  width: 30%;
  max-width: 330px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top_instagram_block .top_intagram_inner .instagram .box {
    max-width: 206px;
  }
}
.top_instagram_block .top_intagram_inner .instagram .box a {
  position: relative;
}
.top_instagram_block .top_intagram_inner .instagram .box a::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/ico-external-w.png) no-repeat 0 0/contain;
  top: 20px;
  right: 20px;
  z-index: 2;
}
@media (max-width: 767px) {
  .top_instagram_block .top_intagram_inner .instagram .box a::before {
    width: 10px;
    height: 10px;
    top: 10px;
    right: 10px;
  }
}
.top_instagram_block .top_intagram_inner .instagram .box a .img {
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .top_instagram_block .top_intagram_inner .instagram .box a .img {
    border-radius: 10px;
  }
}
.top_instagram_block .top_intagram_inner .instagram .box a .img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .top_instagram_block .top_intagram_inner .instagram .box a .img img {
    border-radius: 10px;
  }
}
.top_instagram_block .top_intagram_inner .instagram .box a:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top_instagram_block .top_intagram_inner h2 {
  margin-bottom: 100px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1440px) {
  .top_instagram_block .top_intagram_inner h2 {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .top_instagram_block .top_intagram_inner h2 {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
.top_instagram_block .top_intagram_inner h2 span:not(.bar) {
  position: relative;
  padding-left: 45px;
  padding-right: 0.2em;
  font-family: "LINE Seed JP", sans-serif;
  color: #0b7ac1;
  font-size: 4rem;
  font-weight: 400;
}
@media (max-width: 1439px) {
  .top_instagram_block .top_intagram_inner h2 span:not(.bar) {
    padding-left: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .top_instagram_block .top_intagram_inner h2 span:not(.bar) {
    padding-left: 22px;
    font-size: 2rem;
  }
}
.top_instagram_block .top_intagram_inner h2 span:not(.bar)::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/common/ico-instagram-b.png) no-repeat 0 0/contain;
  top: 10px;
  left: 0;
}
@media (max-width: 1439px) {
  .top_instagram_block .top_intagram_inner h2 span:not(.bar)::before {
    width: 20px;
    height: 20px;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .top_instagram_block .top_intagram_inner h2 span:not(.bar)::before {
    width: 15px;
    height: 15px;
    top: 5px;
  }
}
@media (min-width: 768px) {
  .top_instagram_block .top_intagram_inner .txt {
    min-width: 300px;
  }
}
@media (min-width: 1440px) {
  .top_instagram_block .top_intagram_inner .txt {
    min-width: 380px;
  }
}
@media (min-width: 768px) {
  .top_instagram_block .top_intagram_inner .txt .chk {
    text-align: center;
  }
}
.top_instagram_block .top_intagram_inner .txt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
@media (max-width: 1439px) {
  .top_instagram_block .top_intagram_inner .txt a {
    gap: 0 20px;
  }
}
@media (max-width: 767px) {
  .top_instagram_block .top_intagram_inner .txt a {
    gap: 0 15px;
  }
}
@media (max-width: 1439px) {
  .top_instagram_block .top_intagram_inner .txt a .circle_arrow {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1439px) {
  .top_instagram_block .top_intagram_inner .txt a .circle_arrow.blue::before {
    width: 38px;
    height: 38px;
  }
}
.top_instagram_block .top_intagram_inner .txt a .circle_arrow.blue::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: calc(50% - 6px);
}
@media (max-width: 767px) {
  .top_instagram_block .top_intagram_inner .txt a .circle_arrow.blue::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: calc(50% - 7px);
  }
}
.top_instagram_block .top_intagram_inner .txt a span {
  font-family: "LINE Seed JP", sans-serif;
  color: #0b7ac1;
  font-size: clamp(2.5rem, 2.6vw, 7rem);
  font-weight: 400;
}

/*=============================================*/
/*  swiper_marquee     */
/*=============================================*/
.top_marquee_block {
  padding-top: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top_marquee_block {
    padding-top: 50px;
  }
}
.top_marquee_block .top_marquee_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
  gap: 0 66px;
}
.top_marquee_block .top_marquee_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  overflow: hidden;
}
.top_marquee_block .top_marquee_content span {
  font-family: "LINE Seed JP", sans-serif;
  color: rgba(10, 188, 199, 0.2);
  font-size: 17.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  line-height: 0.86;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .top_marquee_block .top_marquee_content span {
    font-size: 10.625rem;
  }
}
@media (max-width: 767px) {
  .top_marquee_block .top_marquee_content span {
    font-size: 8.625rem;
    letter-spacing: 0;
  }
}
.top_marquee_block .top_marquee_content img {
  padding-left: 30px;
  width: 200px;
}
@media (max-width: 820px) {
  .top_marquee_block .top_marquee_content img {
    padding-left: 25px;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .top_marquee_block .top_marquee_content img {
    padding-left: 20px;
    width: 100px;
  }
}

/*=============================================*/
/*  top_contact_block     */
/*=============================================*/
.top_contact_block {
  position: relative;
  padding: 290px 0 250px;
  background: url(../img/top/contact-bg.webp) repeat 0 0;
}
@media (max-width: 820px) {
  .top_contact_block {
    padding: 114px 0 144px;
  }
}
.top_contact_block .block_en {
  color: #F5DCDC;
  top: 0;
  right: 50px;
  z-index: 2;
}
@media (min-width: 768px) {
  .top_contact_block .footprints_01_sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .top_contact_block .footprints_01_sp {
    position: absolute;
    width: 74px;
    top: -60px;
    right: 54px;
    z-index: 2;
  }
}
.top_contact_block .footprints_02 {
  position: absolute;
  top: -20px;
  left: 13vw;
}
@media (max-width: 820px) {
  .top_contact_block .footprints_02 {
    width: 73px;
  }
}
@media (max-width: 767px) {
  .top_contact_block .footprints_02 {
    display: none;
  }
}
.top_contact_block .top_contact_inner .h2box_wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/top/contact-mail.svg) no-repeat center top;
}
@media (max-width: 767px) {
  .top_contact_block .top_contact_inner .h2box_wrap {
    background: url(../img/top/contact-mail.svg) no-repeat center top/162px 100px;
  }
}
.top_contact_block .top_contact_inner .txt_base {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .top_contact_block .top_contact_inner .txt_base {
    margin-right: -10px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .top_contact_block .top_contact_inner .txt_base p {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .top_contact_block .more_btn {
    width: 100%;
  }
}
.top_contact_block .more_btn .bird_01 {
  position: absolute;
  content: "";
  width: 89px;
  height: 99px;
  right: 18px;
  bottom: -30px;
  background: url(../img/top/bird-06.svg) no-repeat 0 0/contain;
  z-index: 2;
}
@media (max-width: 767px) {
  .top_contact_block .more_btn .bird_01 {
    width: 78px;
    height: 87px;
    right: -10px;
    bottom: -56px;
  }
}
.top_contact_block .more_btn a {
  position: relative;
  width: 641px;
  height: 116px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 2rem;
}
@media (max-width: 767px) {
  .top_contact_block .more_btn a {
    width: 100%;
    height: 100px;
  }
}

/*=============================================*/
/*  swiper-wrapper     */
/*=============================================*/
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-slide {
  height: auto;
}
.swiper-slide a {
  padding: 20px;
  width: 100%;
  max-width: 384px;
  height: 100%;
  color: #42454d;
  background: #FFF;
  display: block;
}
.swiper-slide a .img {
  width: auto;
  max-width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.swiper-slide a .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-slide a .ttl {
  margin-bottom: 15px;
  color: #0b7ac1;
  font-size: clamp(1.8rem, 1.4vw, 2.3rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.swiper-slide a p {
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.swiper-slide a:hover {
  opacity: 0.9;
}
.swiper-slide a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top_swiper-controls {
  margin-top: 40px;
  min-height: 45px;
  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;
  gap: 30px;
}
.top_swiper-controls .swiper-pagination {
  position: static;
  width: auto;
}
.top_swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
}
.top_swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFF;
}
.top_swiper-controls .swiper-button-prev,
.top_swiper-controls .swiper-button-next {
  position: static;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  width: 45px;
  height: 45px;
}
.top_swiper-controls .swiper-button-prev::after,
.top_swiper-controls .swiper-button-next::after {
  content: none;
}
.top_swiper-controls .swiper-button-prev {
  background: url(../img/common/arrow-01-left.svg) no-repeat 0 0/contain;
}
.top_swiper-controls .swiper-button-next {
  background: url(../img/common/arrow-01-right.svg) no-repeat 0 0/contain;
}

/*=============================================*/
/*  swiper_marquee     */
/*=============================================*/
.swiper_marquee {
  width: 100%;
  height: 100%;
  position: relative;
}

/*=============================================*/
/*  form_block     */
/*=============================================*/
.form_block ::-webkit-input-placeholder {
  color: rgba(66, 69, 77, 0.5);
}
.form_block ::-moz-placeholder {
  color: rgba(66, 69, 77, 0.5);
}
.form_block :-ms-input-placeholder {
  color: rgba(66, 69, 77, 0.5);
}
.form_block ::-ms-input-placeholder {
  color: rgba(66, 69, 77, 0.5);
}
.form_block ::placeholder {
  color: rgba(66, 69, 77, 0.5);
}
.form_block input[type=text],
.form_block input[type=email],
.form_block input[type=tel],
.form_block textarea,
.form_block select {
  padding: 28px 40px;
  width: 100%;
  font-size: clamp(1.2rem, 1.6vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #FFF;
  border: 2px solid #FFF;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .form_block input[type=text],
  .form_block input[type=email],
  .form_block input[type=tel],
  .form_block textarea,
  .form_block select {
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  .form_block input[type=text],
  .form_block input[type=email],
  .form_block input[type=tel],
  .form_block textarea,
  .form_block select {
    font-size: 1.4rem;
    border-radius: 5px;
  }
}
.form_block input[type=text]:focus,
.form_block input[type=email]:focus,
.form_block input[type=tel]:focus,
.form_block textarea:focus,
.form_block select:focus {
  border: 2px solid #0b7ac1;
}
.form_block input.short {
  width: 40%;
}
@media (max-width: 1024px) {
  .form_block input.short {
    width: 60%;
  }
}
.form_block textarea {
  min-height: 250px;
}
.form_block input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.form_block .mwform-checkbox-field label {
  cursor: pointer;
  display: inline-block;
}
.form_block .mwform-checkbox-field .mw-class + span {
  position: relative;
  padding-left: 28px;
  display: inline-block;
  transform: rotate(0.1deg);
}
.form_block .mwform-checkbox-field .mw-class + span::before, .form_block .mwform-checkbox-field .mw-class + span::after {
  position: absolute;
  content: "";
  top: 0;
  display: block;
}
.form_block .mwform-checkbox-field .mw-class + span::before {
  width: 20px;
  height: 20px;
  color: #0b7ac1;
  background: #FFF;
  border: 1px solid #0b7ac1;
  border-radius: 3px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form_block .mwform-checkbox-field .mw-class + span::after {
  width: 20px;
  height: 20px;
  background: #0b7ac1 url(../img/common/ico-check.png) no-repeat center center/16px 13px;
  border: 1px solid #0b7ac1;
  border-radius: 3px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form_block .mwform-checkbox-field .mw-class:checked + span::after {
  display: block;
}
.form_block .submit--container {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .form_block .submit--container {
    gap: 0 20px;
  }
}
.form_block .submit--container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .form_block .submit--container div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.form_block .submit--container input[type=submit][disabled], .form_block .submit--container input[type=submit][disabled]:hover {
  opacity: 0.4;
}
.form_block .submit--container .b_submit {
  position: relative;
  display: inline-block;
  min-width: 276px;
  height: 62px;
  padding: 0.8em 30px;
  color: #FFF;
  background: #0b7ac1 url(../img/common/ico-arrow-w.png) no-repeat right 30px center/13px 23px;
  border: 2px solid #0b7ac1;
  border-radius: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .form_block .submit--container .b_submit {
    height: 52px;
    border-radius: 5px;
    background: #0b7ac1 url(../img/common/ico-arrow-w.png) no-repeat right 30px center/10px 20px;
  }
}
.form_block .submit--container .b_submit:hover {
  color: #0b7ac1;
  background: #FFF url(../img/common/ico-arrow-b.png) no-repeat right 25px center/13px 23px;
  border: 2px solid #0b7ac1;
}
.form_block .mw_wp_form_confirm .submit--container .b_return {
  position: relative;
  padding-left: 110px;
  margin-right: 100px;
  height: 62px;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: url(../img/common/btn-form-back.png) no-repeat 0 center/50px 50px;
  color: #42454D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 820px) {
  .form_block .mw_wp_form_confirm .submit--container .b_return {
    padding-left: 80px;
    margin-right: 60px;
    background: url(../img/common/btn-form-back.png) no-repeat 0 center/40px 40px;
  }
}
@media (max-width: 767px) {
  .form_block .mw_wp_form_confirm .submit--container .b_return {
    padding-left: 50px;
    margin-right: 50px;
    height: 52px;
    letter-spacing: 0.05em;
    background: url(../img/common/btn-form-back.png) no-repeat 50px center/30px 30px;
  }
}
.form_block .mw_wp_form_confirm .submit--container .b_return:hover {
  color: #0b7ac1;
  background: url(../img/common/btn-form-back_blue.png) no-repeat 50px center/30px 30px;
}
@media (max-width: 767px) {
  .form_block .mw_wp_form_confirm .submit--container .b_return:hover {
    color: #0b7ac1;
    background: url(../img/common/btn-form-back_blue.png) no-repeat 50px center/30px 30px;
  }
}
.form_block .mw_wp_form_confirm .submit--container .b_submit {
  min-width: 266px;
}
@media (max-width: 767px) {
  .form_block .mw_wp_form_confirm .submit--container .b_submit {
    text-align: center;
  }
}
.form_block .mw_wp_form_complete .txt_base {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .form_block .mw_wp_form_complete .txt_base {
    padding-bottom: 50px;
  }
}