@charset "UTF-8";
/* COMMON
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

img.rendering {
  image-rendering: -webkit-optimize-contrast;
}

img {
  width: 100%;
}

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

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

@media only screen and (max-width:766px) {
  br.pc_tb_br {
    display: none;
  }
}

@media only screen and (max-width:1023px) {
  br.pc_br {
    display: none;
  }
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

strong, b {
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none;
  color: #4d4d4d;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

a:hover {
  opacity: 0.2;
  text-decoration: none;
  color: #4d4d4d;
}
@media only screen and (max-width:766px) {
  a:hover {
    opacity: 1 !important;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.list001 li {
  position: relative;
  padding-left: 1.2em;
}
.list001 li:last-child {
  margin-bottom: 0;
}
.list001 li:before {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.list002 li {
  position: relative;
  padding-left: 1.2em;
}
.list002 li:last-child {
  margin-bottom: 0;
}
.list002 li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-profile {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/* check柄の影 */
.btn-profile::after {
  content: "";
  position: absolute;
  inset: 8px -8px -8px 8px; /* 右下にずらす */
  background-image: url(../images/common/check.png);
  border-radius: 20px;
  z-index: 0;
}

.link001 {
  text-align: center;
}
.link001 a {
  padding: 15px 45px;
  background: #009aff;
  color: #fff;
  display: 　inline-block;
  text-align: center;
  border-radius: 12px;
  position: relative;
}
@media only screen and (max-width:766px) {
  .link001 a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.link001 a:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background-image: url(../images/common/arrow_r.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.line_icon001 {
  width: 20px;
  line-height: 1.8em;
}

.line_icon002 img {
  width: 20px;
}

.button001 span {
  width: 64px;
  height: 64px;
  background-color: #0050ff;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -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.6s all;
  transition: 0.6s all;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.button001 span:hover {
  cursor: pointer;
  opacity: 0.6;
}

select::-ms-expand {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

svg {
  width: 100%;
}
svg.fa-clone {
  width: auto;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 45.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.mugen_slider .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  /* 速度調整：30s〜40sくらいで様子を見てください */
  -webkit-animation: infinity-scroll 40s linear infinite !important;
          animation: infinity-scroll 40s linear infinite !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; /* 中身の幅をしっかり確保 */
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  .mugen_slider .swiper-wrapper {
    -webkit-animation: infinity-scroll 30s linear infinite !important;
            animation: infinity-scroll 30s linear infinite !important;
  }
}
@media only screen and (max-width:766px) {
  .mugen_slider .swiper-wrapper {
    -webkit-animation: infinity-scroll 30s linear infinite !important;
            animation: infinity-scroll 30s linear infinite !important;
  }
}

@-webkit-keyframes infinity-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    /* 画像2セット（12枚）のうち、1セット分（6枚）が流れたら戻る */
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes infinity-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    /* 画像2セット（12枚）のうち、1セット分（6枚）が流れたら戻る */
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* 隙間をミリ単位で埋める設定 */
.mugen_slider .swiper-slide {
  width: auto !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 !important;
}

.mugen_slider img {
  display: block;
  width: auto;
}

/* LAYOUT
-------------------------------------------------------------- */
body {
  height: 100%;
  min-height: 100%;
  font-family: "Zen Kaku Gothic New", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4d4d4d;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow-x: hidden;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2em;
}
body.active {
  overflow-y: hidden;
}

html {
  height: 100%;
  min-height: 100%;
}

main {
  display: block;
}
main#index_main {
  position: relative;
}
main#index_main:before {
  content: "";
  display: block;
  height: 35px;
  width: 100%;
  background-image: url(../images/common/check.png);
  background-size: 18px auto;
  position: absolute;
  top: 0px;
  left: 0;
}
main.page_main {
  padding-top: 80px;
}
@media only screen and (max-width:766px) {
  main.page_main {
    padding-top: 30px;
  }
}

.logo a {
  display: block;
  background-repeat: no-repeat;
  text-indent: -999999px;
  background-size: cover;
}

.menu_contact li a {
  display: block;
  border: 2px solid #009aff;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  padding: 15px 5px;
  width: 100%;
}

/* HEDDER
-------------------------------------------------------------- */
header {
  zoom: 1;
}
header:before, header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header {
  position: fixed;
  top: 16px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px -7px #777777;
          box-shadow: 0px 0px 24px -7px #777777;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (max-width:1023px) {
  header {
    height: 80px;
    top: 0px;
    left: 0;
  }
}
header.is-index {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header.is-index .logo_header {
  display: none;
}
header.is-index .logo_header.active {
  display: block;
}
header.is-index .gmenu li a {
  color: #fff !important;
}
header.is-index .menu-trigger span {
  background-color: #fff !important;
}
header.is-index .menu-trigger span:nth-of-type(4) {
  color: #fff !important;
}
header .header_inner {
  position: relative;
}
header .header_inner .logo_header {
  position: absolute;
  top: 15px;
  left: 26px;
}
@media only screen and (max-width:1023px) {
  header .header_inner .logo_header {
    top: 22px;
    left: 16px;
  }
  header .header_inner .logo_header.active {
    z-index: 110;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear, left top, right top, from(#009ce5), to(#0078ff));
    background: linear-gradient(to right, #009ce5 0%, #0078ff 100%);
    padding: 22px 0 0 16px;
  }
  header .header_inner .logo_header.active a {
    background-image: url(../images/common/logo_w002.svg);
  }
}
header .header_inner .logo_header a {
  width: 138px;
  height: 41px;
  background-image: url(../images/common/logo.svg);
  background-size: cover;
}
@media only screen and (max-width:1023px) {
  header .header_inner .logo_header a {
    width: 131px;
    height: 39px;
  }
}
header .header_inner nav {
  position: absolute;
  right: 25px;
  top: 15px;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav {
    display: none;
    float: none;
    background: -webkit-gradient(linear, left top, right top, from(#009ce5), to(#0078ff));
    background: linear-gradient(to right, #009ce5 0%, #0078ff 100%);
    height: 100%;
    min-height: 100%;
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
  }
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner {
    height: 100%;
    min-height: 100%;
    padding: 80px 10px 0 10px;
    overflow-y: auto;
  }
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu_wrap {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
header .header_inner nav .nav_inner .gmenu_wrap .gmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu_wrap .gmenu {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding: 50px 0px 0 0;
    text-align: left;
    max-width: 300px;
    -webkit-transform: translateX(6%);
            transform: translateX(6%);
  }
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu_wrap .gmenu li {
    width: 50%;
    margin-bottom: 50px;
  }
}
header .header_inner nav .nav_inner .gmenu_wrap .gmenu li.sm_menu {
  display: none;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu_wrap .gmenu li.sm_menu {
    display: block;
  }
}
header .header_inner nav .nav_inner .gmenu_wrap .gmenu li.contact_menu a {
  background: #0078ff;
  color: #fff;
  padding: 8px 50px;
  border-radius: 12px;
  position: relative;
  display: block;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu_wrap .gmenu li.contact_menu a {
    padding: 0;
    background: none;
  }
}
header .header_inner nav .nav_inner .gmenu_wrap .gmenu li.contact_menu a:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background-image: url(../images/common/arrow_r.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu_wrap .gmenu li.contact_menu a:after {
    display: none;
  }
}
header .header_inner nav .nav_inner .gmenu_wrap .gmenu li a {
  display: block;
  color: #009aff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1em;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu_wrap .gmenu li a {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu_wrap .gmenu li a span.en {
    display: none;
  }
}
header .header_inner nav .nav_inner .gmenu_wrap .gmenu li a span.jp {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  font-weight: 400;
  margin-top: 2px;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu_wrap .gmenu li a span.jp {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
  }
}
header .header_inner nav .nav_inner .gmenu_sns, header .header_inner nav .nav_inner .gmenu_address {
  display: none;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu_sns, header .header_inner nav .nav_inner .gmenu_address {
    display: block;
  }
}
header .header_inner nav .nav_inner .gmenu_sns {
  -webkit-transform: translateX(6%);
          transform: translateX(6%);
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
  }
}
header .header_inner nav .nav_inner .gmenu_sns li {
  width: 50%;
  margin-bottom: 1em;
}
header .header_inner nav .nav_inner .gmenu_sns li a {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
header .header_inner nav .nav_inner .gmenu_sns li a i {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
header .header_inner nav .nav_inner .gmenu_sns li.line_icon002 img {
  -webkit-transform: translate(-3px, 4px);
          transform: translate(-3px, 4px);
}
header .header_inner nav .nav_inner .gmenu_address {
  padding: 50px 0 30px 0;
  border-top: 1px solid #fff;
  color: #fff;
  text-align: center;
}
header .header_inner nav .nav_inner .gmenu_address h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
header .header_inner nav .nav_inner .gmenu_address p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
}
header .header_inner nav .nav_inner .gmenu_address p.gmenu_copy {
  margin-top: 1em;
}
header .header_inner nav .nav_inner .gmenu_address p a {
  color: #fff;
}
header .header_inner .sm_menu_bt {
  position: fixed;
  top: 24px;
  right: 22px;
  z-index: 110;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  display: none;
  isolation: isolate;
}
@media only screen and (max-width:1023px) {
  header .header_inner .sm_menu_bt {
    display: block;
  }
}
header .header_inner .sm_menu_bt .menu-trigger, header .header_inner .sm_menu_bt .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header_inner .sm_menu_bt .menu-trigger {
  position: relative;
  width: 44px;
  height: 35px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
header .header_inner .sm_menu_bt .menu-trigger span {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #009aff;
  width: 100%;
  left: 0px;
}
header .header_inner .sm_menu_bt .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .header_inner .sm_menu_bt .menu-trigger span:nth-of-type(2) {
  top: 7px;
}
header .header_inner .sm_menu_bt .menu-trigger span:nth-of-type(3) {
  top: 14px;
}
header .header_inner .sm_menu_bt .menu-trigger span:nth-of-type(4) {
  top: 24px;
  height: auto;
  background: none;
  line-height: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-weight: 600;
  color: #009aff;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}
header .header_inner .sm_menu_bt .menu-trigger:hover {
  cursor: pointer;
}
header .header_inner .sm_menu_bt .menu-trigger.active span {
  background-color: #fff !important;
}
header .header_inner .sm_menu_bt .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) translateX(0px) rotate(-25deg);
          transform: translateY(6px) translateX(0px) rotate(-25deg);
  width: 100%;
}
header .header_inner .sm_menu_bt .menu-trigger.active span:nth-of-type(3) {
  display: none;
}
header .header_inner .sm_menu_bt .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-1px) translateX(-1px) rotate(25deg);
          transform: translateY(-1px) translateX(-1px) rotate(25deg);
  width: 100%;
}
header .header_inner .sm_menu_bt .menu-trigger.active span:nth-of-type(4) {
  color: #fff !important;
}

/* FOOTER
-------------------------------------------------------------- */
footer {
  background: #fff;
}
footer .footer001 {
  background: #fff;
  padding: 90px 30px 25px 30px;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  footer .footer001 {
    padding: 50px 20px;
  }
}
@media only screen and (max-width:766px) {
  footer .footer001 {
    padding: 50px 0px;
  }
}
footer .footer001 .footer001_inner {
  max-width: 1220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width:1023px) {
  footer .footer001 .footer001_inner {
    display: block;
  }
}
footer .footer001 .footer001_inner .footer_map {
  width: 50%;
  padding-right: 34px;
}
@media only screen and (max-width:1023px) {
  footer .footer001 .footer001_inner .footer_map {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
footer .footer001 .footer001_inner .footer_map .gmap {
  position: relative;
  padding-bottom: 255px;
}
@media only screen and (max-width:766px) {
  footer .footer001 .footer001_inner .footer_map .gmap {
    padding-bottom: 160px;
  }
}
footer .footer001 .footer001_inner .footer_map .gmap:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 154, 255, 0.5); /* 薄い青 */
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
footer .footer001 .footer001_inner .footer_address_wrapper {
  width: 50%;
}
@media only screen and (max-width:1023px) {
  footer .footer001 .footer001_inner .footer_address_wrapper {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width:766px) {
  footer .footer001 .footer001_inner .footer_address_wrapper {
    padding: 0 30px;
  }
}
footer .footer001 .footer001_inner .footer_address_wrapper .footer_address_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width:1023px) {
  footer .footer001 .footer001_inner .footer_address_wrapper .footer_address_inner {
    display: block;
  }
}
footer .footer001 .footer001_inner .footer_address_wrapper .footer_address_inner > div {
  width: 50%;
  color: #009aff;
}
@media only screen and (max-width:1023px) {
  footer .footer001 .footer001_inner .footer_address_wrapper .footer_address_inner > div {
    width: 100%;
  }
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  footer .footer001 .footer001_inner .footer_address_wrapper .footer_address_inner > div.footer_address {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width:766px) {
  footer .footer001 .footer001_inner .footer_address_wrapper .footer_address_inner > div.footer_address {
    margin-bottom: 0px;
  }
}
footer .footer001 .footer001_inner .footer_address_wrapper .footer_address_inner > div.footer_address h4 {
  font-weight: 600;
  margin-bottom: 0.5em;
}
footer .footer001 .footer001_inner .footer_address_wrapper .footer_address_inner > div.footer_address p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75em;
}
footer .footer001 .footer001_inner .footer_address_wrapper .footer_address_inner > div.footer_address p a {
  color: #009aff;
}
footer .footer001 .footer001_inner .footer_address_wrapper .footer_address_inner > div.footer_sns001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer001 .footer001_inner .footer_address_wrapper .footer_address_inner > div.footer_sns001 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  font-size: 20px;
  font-size: 1.25rem;
}
footer .footer001 .footer001_inner .footer_address_wrapper .footer_address_inner > div.footer_sns001 ul a {
  color: #0078ff;
}
footer .footer001 .footer001_inner .footer_address_wrapper .footer_address_inner > div.footer_sns001 .totop {
  margin-left: 30px;
}
footer .footer001 .footer001_inner .footer_address_wrapper .footer_address_inner > div.footer_sns001 .totop a {
  display: block;
  height: 80px;
  width: 80px;
  background: #0078ff;
  border-radius: 80px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1em;
  padding-top: 35px;
}
footer .footer002 {
  padding: 25px 28px;
  background: #0078ff;
  color: #fff;
}
@media only screen and (max-width:1023px) {
  footer .footer002 {
    padding: 70px 25px 30px 25px;
  }
}
footer .footer002 a {
  color: #fff;
}
footer .footer002 .footer002_inner {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
footer .footer002 .footer002_inner .footer002_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:1023px) {
  footer .footer002 .footer002_inner .footer002_cont {
    display: block;
  }
}
footer .footer002 .footer002_inner .footer002_cont .footer_logo {
  width: 48%;
}
@media only screen and (max-width:1023px) {
  footer .footer002 .footer002_inner .footer002_cont .footer_logo {
    width: 100%;
    margin-bottom: 60px;
  }
}
footer .footer002 .footer002_inner .footer002_cont .footer_logo a {
  display: block;
  text-indent: -999999px;
  background-image: url(../images/common/logo_w003.svg);
  background-repeat: no-repeat;
  background-size: 197px auto;
  width: 197px;
  height: 61px;
}
@media only screen and (max-width:1023px) {
  footer .footer002 .footer002_inner .footer002_cont .footer_logo a {
    background-size: 158px auto;
    width: 158px;
    height: 47px;
    margin: 0 auto;
  }
}
footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap {
  width: 52%;
  padding-top: 10px;
}
@media only screen and (max-width:1023px) {
  footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap {
    width: 100%;
    padding-top: 0px;
  }
}
footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap .footer_menu {
  margin-bottom: 140px;
}
@media only screen and (max-width:1023px) {
  footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap .footer_menu {
    margin-bottom: 80px;
  }
}
footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap .footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
@media only screen and (max-width:1023px) {
  footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap .footer_menu ul {
    width: 80%;
    margin: 0 auto;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap .footer_menu ul li {
  width: 20%;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width:1023px) {
  footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap .footer_menu ul li {
    width: 50%;
  }
}
footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap .footer_menu ul li a {
  color: #fff;
}
footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap .footer_sns002 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media only screen and (max-width:1023px) {
  footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap .footer_sns002 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    gap: 0;
    margin: 0 auto;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:1023px) {
  footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap .footer_sns002 ul li {
    width: 50%;
    margin-bottom: 1em;
  }
}
footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap .footer_sns002 ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
}
footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap .footer_sns002 ul li a i {
  font-size: 20px;
  font-size: 1.25rem;
}
footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap .footer_sns002 div span {
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
footer .footer002 .footer002_inner .footer002_cont .footer_menu_wrap .footer_sns002 div span:hover {
  cursor: pointer;
  opacity: 0.6;
}
footer .footer002 .footer002_inner .footer_copy {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width:1023px) {
  footer .footer002 .footer002_inner .footer_copy {
    position: static;
    line-height: 1em;
  }
}
footer .footer002 .footer002_inner .footer_copy p {
  font-size: 10px;
  font-size: 0.625rem;
}

.sns_side_menu {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px 10px;
  background: #0078ff;
  z-index: 50;
}
.sns_side_menu ul li {
  text-align: center;
}
.sns_side_menu ul li a {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}

/* INDEX
-------------------------------------------------------------- */
.bg-fixed {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url(../images/index/index_back.jpg) center/cover no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.bg-fixed.is-active {
  opacity: 1;
}

#mv {
  width: 100%;
  height: 100vh; /* ウィンドウの高さにフィット */
  position: relative;
  background: #fff;
}
#mv .mv_slider {
  width: 100%;
  height: 100vh; /* 画面いっぱいの高さ */
  overflow: hidden;
}
#mv .mv_slider,
#mv .mv_slider .slick-list,
#mv .mv_slider .slick-track,
#mv .mv_slider .slick-slide {
  height: 100%;
}
#mv {
  /* 各スライド */
}
#mv .mv_slider .slider_cont {
  width: 100%;
  height: 100%;
  position: relative;
}
#mv {
  /* 画像フィット設定 */
}
#mv .mv_slider picture,
#mv .mv_slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 縦横比を維持して全画面フィット */
  display: block;
}

#mv_arrow {
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
#mv_arrow .scroll {
  position: relative;
  width: 1px;
}
#mv_arrow .scroll-text {
  color: #FFF;
  font-size: 14px;
  text-align: center;
}
#mv_arrow .scroll-border {
  position: relative;
  top: 0px;
  width: 100%;
  height: 140px;
  overflow: hidden;
}
#mv_arrow .scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
  -webkit-animation: scrollbar 2s ease-in-out infinite;
          animation: scrollbar 2s ease-in-out infinite;
  margin: auto;
}
@-webkit-keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}

#mv_copy {
  position: absolute;
  top: 85px;
  left: 0px;
}
@media only screen and (max-width:766px) {
  #mv_copy {
    top: 45px;
    right: 15px;
  }
}
#mv_copy img {
  width: 266px;
  height: auto;
}
@media only screen and (max-width:766px) {
  #mv_copy img {
    width: 235px;
  }
}

#mv_name {
  position: absolute;
  bottom: 34px;
  right: 90px;
}
@media only screen and (max-width:766px) {
  #mv_name {
    bottom: 25px;
    right: 30px;
  }
}
#mv_name img {
  max-width: 288px;
}
@media only screen and (max-width:766px) {
  #mv_name img {
    width: 215px;
  }
}

.sec_ttl {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  color: #009aff;
  font-weight: 600;
}
.sec_ttl span {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  margin-left: 1.5em;
  font-weight: 700;
  font-family: "Shippori Mincho", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "MS Mincho", serif;
}
.bt_more {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
.bt_more a {
  color: #009aff;
}

.news_list {
  padding: 0px;
}
.news_list li {
  margin: 0;
  padding: 20px;
}
@media only screen and (max-width:1023px) {
  .news_list li {
    padding: 10px;
  }
}
.news_list li .index_news_list_inner .index_news_list_cont {
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px -7px #777777;
          box-shadow: 0px 0px 24px -7px #777777;
}
@media only screen and (max-width:1023px) {
  .news_list li .index_news_list_inner .index_news_list_cont {
    -webkit-box-shadow: 0px 0px 12px -5px #777777;
            box-shadow: 0px 0px 12px -5px #777777;
  }
}
.news_list li .index_news_list_inner .index_news_list_cont .index_news_list_meta {
  padding: 10px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #009aff;
}
.news_list li .index_news_list_inner .index_news_list_cont .index_news_list_meta h3 {
  font-weight: 900;
  margin-bottom: 0.5em;
}
.news_list li .index_news_list_inner .index_news_list_cont .index_news_list_meta .news_des {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
  font-weight: 600;
  min-height: 90px;
}
.news_list li .index_news_list_inner .index_news_list_cont .index_news_list_meta .news_day {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: right;
  font-weight: 600;
}

#index_news {
  padding: 135px 20px 0 20px;
  background: #fff;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  #index_news {
    padding: 90px 0 50px 90px;
  }
}
@media only screen and (max-width:766px) {
  #index_news {
    padding: 90px 0 100px 30px;
  }
}
#index_news #index_news_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
#index_news #index_news_inner .sec_ttl {
  margin-bottom: 10px;
}
#index_news #index_news_inner #index_news_list {
  margin: 0 -20px;
}
@media only screen and (max-width:1023px) {
  #index_news #index_news_inner #index_news_list {
    margin: 0 0 0 -20px;
  }
}
#index_news #index_news_inner #index_news_list .slick-track {
  margin-left: 0 !important;
  margin-right: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#index_news #index_news_inner #index_news_list .slick-slide {
  height: inherit !important;
}
#index_news #index_news_inner #index_news_list .slick-disabled {
  display: none !important;
  pointer-events: none;
}
#index_news #index_news_inner #index_news_list li .index_news_list_inner {
  -webkit-box-shadow: 14px 14px 0px 0px #009aff;
          box-shadow: 14px 14px 0px 0px #009aff;
  margin-bottom: 14px;
}
@media only screen and (max-width:1023px) {
  #index_news #index_news_inner #index_news_list li .index_news_list_inner {
    -webkit-box-shadow: 10px 10px 0px 0px #009aff;
            box-shadow: 10px 10px 0px 0px #009aff;
  }
}
#index_news #index_news_inner .slick-arrow {
  width: 80px;
  height: 80px;
  display: block !important;
  opacity: 1 !important;
  z-index: 10;
}
@media only screen and (max-width:1023px) {
  #index_news #index_news_inner .slick-arrow {
    width: 64px;
    height: 64px;
    top: auto;
    bottom: -100px;
  }
}
#index_news #index_news_inner .slick-arrow:hover {
  opacity: 1 !important;
  cursor: pointer;
}
#index_news #index_news_inner .slick-arrow:focus {
  opacity: 1 !important;
}
#index_news #index_news_inner .slick-arrow:before {
  display: none;
}
#index_news #index_news_inner .slick-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width:1023px) {
  #index_news #index_news_inner .slick-arrow:after {
    width: 64px;
    height: 64px;
  }
}
#index_news #index_news_inner .slick-next {
  right: -100px;
}
@media only screen and (max-width:1023px) {
  #index_news #index_news_inner .slick-next {
    right: 15px;
  }
}
#index_news #index_news_inner .slick-next:after {
  background-image: url(../images/index/icon_next.svg);
  background-size: 80px auto;
}
@media only screen and (max-width:1023px) {
  #index_news #index_news_inner .slick-next:after {
    background-size: 64px auto;
  }
}
#index_news #index_news_inner .slick-prev {
  left: -85px;
  z-index: 10 !important;
}
@media only screen and (max-width:1023px) {
  #index_news #index_news_inner .slick-prev {
    left: 15px;
  }
}
#index_news #index_news_inner .slick-prev:after {
  background-image: url(../images/index/icon_prev.svg);
  background-size: 80px auto;
}
@media only screen and (max-width:1023px) {
  #index_news #index_news_inner .slick-prev:after {
    background-size: 64px auto;
  }
}

#index_message {
  background-image: url(../images/index/index_message_gr.png), url(../images/index/index_message_bottom.svg);
  background-repeat: repeat-x;
  background-position: top left, bottom -1px left;
  background-size: 1227px auto, 8147px auto;
  padding-top: 110px;
  padding-bottom: 80px;
  border-left: 50px solid #fff;
}
@media only screen and (max-width:1023px) {
  #index_message {
    border-left: 17px solid #fff;
    padding: 95px 0px 0 0px;
  }
}
#index_message #index_message_inner {
  max-width: 980px;
  margin: 0 auto;
}
#index_message #index_message_inner .sec_ttl {
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width:1023px) {
  #index_message #index_message_inner .sec_ttl {
    padding: 0 20px;
  }
  #index_message #index_message_inner .sec_ttl span {
    margin-left: 0;
    margin-top: 0.5em;
    display: block;
  }
}
#index_message #index_message_inner #index_message_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:1023px) {
  #index_message #index_message_inner #index_message_cont {
    display: block;
  }
}
#index_message #index_message_inner #index_message_cont #index_message_text {
  width: calc(100% - 315px);
  padding-right: 30px;
}
@media only screen and (max-width:1023px) {
  #index_message #index_message_inner #index_message_cont #index_message_text {
    width: 100%;
    background-image: url(../images/index/index_message_bottom.svg);
    background-repeat: no-repeat;
    background-position: bottom -1px left;
    padding: 0 20px 160px 20px;
  }
}
#index_message #index_message_inner #index_message_cont #index_message_text p {
  color: #fff;
  font-weight: 700;
  margin-bottom: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
@media only screen and (max-width:1023px) {
  #index_message #index_message_inner #index_message_cont #index_message_text p {
    line-height: 1.75em;
  }
}
#index_message #index_message_inner #index_message_cont #index_message_text p:last-child {
  margin-bottom: 0;
}
#index_message #index_message_inner #index_message_cont #index_message_img {
  width: 315px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media only screen and (max-width:1023px) {
  #index_message #index_message_inner #index_message_cont #index_message_img {
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: #fff;
    text-align: center;
  }
}
@media only screen and (max-width:1023px) {
  #index_message #index_message_inner #index_message_cont #index_message_img #index_message_person {
    max-width: 245px;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
#index_message #index_message_inner #index_message_cont #index_message_img .bt_profile {
  display: block;
  text-align: center;
}
@media only screen and (max-width:1023px) {
  #index_message #index_message_inner #index_message_cont #index_message_img .bt_profile {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
#index_message #index_message_inner #index_message_cont #index_message_img .bt_profile img {
  max-width: 254px;
}

#index_policy {
  background: #fff;
  padding-top: 125px;
}
@media only screen and (max-width:1023px) {
  #index_policy {
    padding-top: 0px;
  }
}
#index_policy #index_policy_inner {
  padding: 95px 25px 90px 25px;
  background-image: url(../images/index/index_policy_back.png);
  background-size: cover;
}
@media only screen and (max-width:766px) {
  #index_policy #index_policy_inner {
    padding: 120px 25px 75px 25px;
    background-image: url(../images/index/index_policy_back_sm.png);
  }
}
#index_policy #index_policy_inner .sec_ttl {
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
}
#index_policy #index_policy_inner #index_policy_text {
  margin-bottom: 60px;
}
@media only screen and (max-width:766px) {
  #index_policy #index_policy_inner #index_policy_text {
    margin-bottom: 75px;
  }
}
#index_policy #index_policy_inner #index_policy_text p {
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.5em;
}
@media only screen and (max-width:766px) {
  #index_policy #index_policy_inner #index_policy_text p {
    text-align: left;
    line-height: 1.75em;
  }
}
#index_policy #index_policy_inner #index_policy_text p:last-child {
  margin-bottom: 0;
}
#index_policy #index_policy_slider {
  height: 320px;
}
@media only screen and (max-width:766px) {
  #index_policy #index_policy_slider {
    height: 215px;
  }
}
#index_policy #index_policy_slider img {
  height: 320px;
  width: auto;
  display: block;
}

#index_vision {
  background-color: #fff7ee;
  background-image: url(../images/index/vision_back_ill.svg);
  background-size: 1100px auto;
  background-repeat: no-repeat;
  background-position: center top 75px;
  padding: 220px 18px 220px 18px;
}
@media only screen and (max-width:766px) {
  #index_vision {
    padding: 150px 18px 180px 18px;
    background-size: 230px auto;
  }
}
#index_vision #index_vision_inner {
  max-width: 1200px;
  margin: 0 auto;
}
#index_vision .sec_ttl {
  text-align: center;
  margin-bottom: 35px;
}
#index_vision #index_vision_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:766px) {
  #index_vision #index_vision_list {
    display: block;
  }
}
#index_vision .index_vision_sec {
  -webkit-box-shadow: 0px 0px 24px -7px #777777;
          box-shadow: 0px 0px 24px -7px #777777;
  width: calc(50% - 20px);
  background: #fff;
  padding-bottom: 70px;
  position: relative;
}
@media only screen and (max-width:766px) {
  #index_vision .index_vision_sec {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 90px;
  }
  #index_vision .index_vision_sec:last-of-type {
    margin-bottom: 0;
  }
}
#index_vision .index_vision_sec .index_vision_ill {
  position: relative;
}
#index_vision .index_vision_sec .index_vision_ill .index_vision_ill_img {
  width: auto;
  position: absolute;
  bottom: 0;
}
#index_vision .index_vision_sec #index_vision_ill001 .index_vision_ill_img {
  max-width: 138px;
  right: 22px;
}
@media only screen and (max-width:766px) {
  #index_vision .index_vision_sec #index_vision_ill001 .index_vision_ill_img {
    right: 0;
  }
}
#index_vision .index_vision_sec #index_vision_ill002 .index_vision_ill_img {
  max-width: 177px;
  right: 3px;
}
#index_vision .index_vision_sec #index_vision_ill003 .index_vision_ill_img {
  max-width: 174px;
  right: 4px;
}
#index_vision .index_vision_sec #index_vision_ill004 .index_vision_ill_img {
  max-width: 143px;
  right: 10px;
}
#index_vision .index_vision_sec .index_vision_ttl {
  background: #0078ff;
  padding: 50px 35px 35px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  gap: 0 20px;
}
@media only screen and (max-width:766px) {
  #index_vision .index_vision_sec .index_vision_ttl {
    display: block;
    padding: 55px 40px 45px 40px;
  }
}
#index_vision .index_vision_sec .index_vision_ttl .vision_number {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}
@media only screen and (max-width:766px) {
  #index_vision .index_vision_sec .index_vision_ttl .vision_number {
    display: block;
    text-align: center;
    margin-bottom: 0.5em;
  }
}
#index_vision .index_vision_sec .index_vision_ttl h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  #index_vision .index_vision_sec .index_vision_ttl h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.7em;
  }
}
#index_vision .index_vision_sec .index_vision_ttl h3 span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
@media only screen and (max-width:766px) {
  #index_vision .index_vision_sec .index_vision_ttl h3 span {
    margin-top: 10px;
  }
}
#index_vision .index_vision_sec .index_vision_img {
  line-height: 0;
}
#index_vision .index_vision_sec .index_vision_cont002 {
  padding: 30px;
}
@media only screen and (max-width:766px) {
  #index_vision .index_vision_sec .index_vision_cont002 {
    padding: 20px 10px;
  }
}
#index_vision .index_vision_sec .index_vision_cont002 .index_vision_text {
  color: #009aff;
  font-weight: 600;
  line-height: 1.75em;
}
#index_vision .index_vision_sec .index_vision_cont002 .index_vision_text001 p {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
#index_vision .index_vision_sec .index_vision_cont002 .index_vision_text002 {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 40px;
  display: none;
  padding-bottom: 20px;
}
@media only screen and (max-width:766px) {
  #index_vision .index_vision_sec .index_vision_cont002 .index_vision_text002 {
    padding-bottom: 10px;
  }
}
#index_vision .index_vision_sec .index_vision_cont002 .button001 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ABOUT
-------------------------------------------------------------- */
#about_main {
  padding-top: 170px;
}

#profile {
  background-image: url(../images/about/profile_back_pc.jpg);
  background-color: #009ce6;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1280px auto;
  height: 460px;
  margin-bottom: 120px;
}
@media only screen and (max-width:766px) {
  #profile {
    background-image: url(../images/about/profile_back_sm.jpg), linear-gradient(#009ce6 332px, #ffffff 332px);
    background-size: auto 332px, 100% 100%;
  }
}
@media only screen and (max-width:1023px) {
  #profile {
    height: auto;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  #profile {
    background-color: #fff;
  }
}
#profile #profile_inner {
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width:1023px) {
  #profile #profile_inner {
    padding: 0 30px;
  }
}
#profile #profile_inner h2 {
  -webkit-transform: translateY(-42px);
          transform: translateY(-42px);
}
#profile #profile_inner #profile_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width:1023px) {
  #profile #profile_inner #profile_cont {
    display: block;
  }
}
#profile #profile_inner #profile_cont #profile_img {
  width: 430px;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}
@media only screen and (max-width:766px) {
  #profile #profile_inner #profile_cont #profile_img {
    width: 300px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@media only screen and (max-width:1023px) {
  #profile #profile_inner #profile_cont #profile_img {
    margin: 0 auto;
    text-align: center;
  }
}
#profile #profile_inner #profile_cont #profile_text {
  width: calc(100% - 430px);
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  padding-top: 20px;
}
@media only screen and (max-width:1023px) {
  #profile #profile_inner #profile_cont #profile_text {
    color: #009aff;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  #profile #profile_inner #profile_cont #profile_text {
    max-width: 400px;
    margin: -40px auto 0 auto;
  }
}
@media only screen and (max-width:766px) {
  #profile #profile_inner #profile_cont #profile_text {
    margin-top: -25px;
  }
}
#profile #profile_inner #profile_cont #profile_text h3 {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Shippori Mincho", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "MS Mincho", serif;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#profile #profile_inner #profile_cont #profile_text h3 span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Zen Kaku Gothic New", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  margin-top: 0.5em;
}
#profile #profile_inner #profile_cont #profile_text p {
  font-weight: 600;
  margin-bottom: 1.5em;
  line-height: 1.8em;
  letter-spacing: 1px;
}
#profile #profile_inner #profile_cont #profile_text p:last-child {
  margin-bottom: 0;
}

#profile_gallery {
  position: relative;
  width: 100%;
  height: 575px;
  overflow: hidden;
  margin-bottom: 100px;
}
#profile_gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 260px;
  height: 407px;
}
@media only screen and (max-width:766px) {
  #profile_gallery h3 {
    width: 168px;
    height: 263px;
  }
}
#profile_gallery #profile_gallery_img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#profile_gallery #profile_gallery_img picture,
#profile_gallery #profile_gallery_img img {
  width: 100%;
  height: 100%;
  display: block;
}
#profile_gallery #profile_gallery_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

#backbone {
  margin-bottom: 120px;
}
#backbone #backbone_gallery {
  height: 475px;
}
#backbone #backbone_gallery .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
}
#backbone #backbone_gallery img {
  max-height: 100%;
  width: auto;
  display: block;
}

#faq {
  margin-bottom: 150px;
  padding: 0 30px;
}
#faq #faq_inner {
  max-width: 950px;
  margin: 0 auto;
}
#faq #faq_inner .sec_ttl {
  margin-bottom: 88px;
}
#faq #faq_inner dl dt, #faq #faq_inner dl dd {
  position: relative;
  color: #009aff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  padding-left: 90px;
}
#faq #faq_inner dl dt a, #faq #faq_inner dl dd a {
  color: #009aff;
  text-decoration: underline;
}
#faq #faq_inner dl dt:before, #faq #faq_inner dl dd:before {
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}
#faq #faq_inner dl dt {
  margin-bottom: 70px;
}
@media only screen and (max-width:766px) {
  #faq #faq_inner dl dt {
    margin-bottom: 60px;
  }
}
#faq #faq_inner dl dt:before {
  content: "Q.";
}
#faq #faq_inner dl dd {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px dashed #009aff;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
@media only screen and (max-width:766px) {
  #faq #faq_inner dl dd {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
#faq #faq_inner dl dd:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
#faq #faq_inner dl dd:before {
  content: "A.";
}

.link_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 14px;
}
@media only screen and (max-width:766px) {
  .link_list ul {
    gap: 15px 0px;
  }
}
.link_list ul li {
  width: calc(50% - 7px);
}
@media only screen and (max-width:766px) {
  .link_list ul li {
    width: 100%;
  }
}
.link_list ul li.link_list_100 {
  width: 100%;
}
.link_list ul li a {
  display: block;
  border: 1px solid #fff;
  padding: 25px 10px 20px 10px;
  text-align: center;
  border-radius: 12px;
  position: relative;
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  line-height: 1em;
}
@media only screen and (max-width:766px) {
  .link_list ul li a {
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 20px 10px 18px 10px;
  }
}
.link_list ul li a span {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin-top: 10px;
  letter-spacing: 1px;
}
@media only screen and (max-width:766px) {
  .link_list ul li a span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
  }
}
.link_list ul li a i, .link_list ul li a img {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width:766px) {
  .link_list ul li a i, .link_list ul li a img {
    left: 25px;
  }
}
.link_list ul li a i {
  font-size: 30pxpx;
  font-size: 1.875pxrem;
}
@media only screen and (max-width:766px) {
  .link_list ul li a i {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.link_list ul li a img {
  width: 30px;
}
@media only screen and (max-width:766px) {
  .link_list ul li a img {
    width: 23px;
  }
}

#contact {
  padding: 130px 30px 90px 30px;
  background-color: #009aff;
  color: #fff;
}
#contact #contact_inner {
  max-width: 908px;
  margin: 0 auto;
}
#contact .sec_ttl {
  color: #fff;
  margin-bottom: 0.5em;
}
@media only screen and (max-width:766px) {
  #contact .sec_ttl {
    margin-bottom: 70px;
  }
}
#contact #contact_cont h3 {
  font-family: "Shippori Mincho", "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "MS Mincho", serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
#contact #contact_cont #contact_text {
  font-weight: 600;
  margin-bottom: 45px;
}
#contact #contact_cont #contact_text p {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
#contact #contact_cont #contact_text p:first-child {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#contact #contact_cont #contact_text p:first-child:after {
  content: "";
  display: block;
  width: 170px;
  background: #fff;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#sns {
  padding: 130px 30px 90px 30px;
  background-color: #43b4ff;
  color: #fff;
}
@media only screen and (max-width:766px) {
  #sns {
    padding: 90px 30px 90px 30px;
  }
}
#sns #sns_inner {
  max-width: 908px;
  margin: 0 auto;
}
#sns .sec_ttl {
  color: #fff;
  margin-bottom: 0.5em;
}
@media only screen and (max-width:766px) {
  #sns .sec_ttl {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:1023px) {
  #sns #sns_link ul li {
    width: 100% !important;
  }
}

/* NEWS
-------------------------------------------------------------- */
.news_main {
  padding-top: 120px;
}

.news_wrapper {
  max-width: 960px;
  padding: 0 30px;
  margin: 0 auto;
}
.news_wrapper .sec_ttl {
  font-size: 36px;
  font-size: 2.25rem;
}
.news_wrapper .sec_ttl span {
  margin-left: 1em;
}
.news_wrapper .news_list_top_wrap .news_list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 0 -20px;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  .news_wrapper .news_list_top_wrap .news_list_top {
    margin: 0 -10px;
  }
}
@media only screen and (max-width:766px) {
  .news_wrapper .news_list_top_wrap .news_list_top {
    display: block;
    margin: 0;
  }
}
.news_wrapper .news_list_top_wrap .news_list_top li {
  width: calc(33.3333333333% - 11px);
}
@media only screen and (max-width:766px) {
  .news_wrapper .news_list_top_wrap .news_list_top li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.wp-pagenavi {
  text-align: center;
  line-height: 1em;
  margin-top: 90px;
}
@media only screen and (max-width:1023px) {
  .wp-pagenavi {
    margin-top: 50px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #009aff;
  padding-top: 12px;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.wp-pagenavi span.current {
  border: 1px solid #009aff !important;
  border-radius: 40px;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  text-indent: -999999px;
  width: 11px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.wp-pagenavi a.previouspostslink {
  background-image: url(../images/common/arrow_navi_l.svg);
  margin-right: 20px;
}
.wp-pagenavi a.nextpostslink {
  background-image: url(../images/common/arrow_navi_r.svg);
  margin-left: 20px;
}

.news_detail_wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width:766px) {
  .news_detail_wrap {
    display: block;
  }
}
.news_detail_wrap .news_detail_cont {
  width: 640px;
}
@media only screen and (max-width:766px) {
  .news_detail_wrap .news_detail_cont {
    width: 100%;
    margin-bottom: 120px;
  }
}
.news_detail_wrap .news_detail_cont .news_detail_thumbnail {
  margin-bottom: 40px;
}
@media only screen and (max-width:766px) {
  .news_detail_wrap .news_detail_cont .news_detail_thumbnail {
    margin: 0 -30px 40px -30px;
  }
}
.news_detail_wrap .news_detail_cont h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.news_detail_wrap .news_detail_cont .news_detail_day {
  color: #009aff;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 30px;
}
.news_detail_wrap .news_detail_cont .blog_body {
  font-weight: 700;
  line-height: 1.75em;
}
.news_detail_wrap .news_detail_cont .blog_body p {
  margin-bottom: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.news_detail_wrap .news_detail_cont .blog_body p a {
  color: #009aff;
}
.news_detail_wrap .news_detail_cont .blog_body p:last-child {
  margin-bottom: 0;
}
.news_detail_wrap .news_detail_cont .blog_body figure {
  margin-bottom: 1.5em;
}
.news_detail_wrap .news_detail_cont .blog_body figure:last-child {
  margin-bottom: 0;
}
.news_detail_wrap .news_detail_cont .blog_body a {
  text-decoration: underline;
}
.news_detail_wrap .news_detail_cont .blog_body a img {
  text-decoration: none;
}
.news_detail_wrap .news_detail_cont .blog_body ul,
.news_detail_wrap .news_detail_cont .blog_body ol,
.news_detail_wrap .news_detail_cont .blog_body blockquote,
.news_detail_wrap .news_detail_cont .blog_body table {
  margin-bottom: 1.5em;
}
.news_detail_wrap .news_detail_cont .blog_body ul:last-child,
.news_detail_wrap .news_detail_cont .blog_body ol:last-child,
.news_detail_wrap .news_detail_cont .blog_body blockquote:last-child,
.news_detail_wrap .news_detail_cont .blog_body table:last-child {
  margin-bottom: 0;
}
.news_detail_wrap .news_detail_cont .blog_body ul li {
  position: relative;
  padding-left: 0.9em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 0.2em;
  line-height: 1.6em;
}
.news_detail_wrap .news_detail_cont .blog_body ul li:last-child {
  margin-bottom: 0;
}
.news_detail_wrap .news_detail_cont .blog_body ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 2px;
}
.news_detail_wrap .news_detail_cont .blog_body ol {
  padding-left: 1.5em;
}
.news_detail_wrap .news_detail_cont .blog_body ol li {
  list-style: decimal;
  list-style-position: outside;
}
.news_detail_wrap .news_detail_cont .blog_body table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.news_detail_wrap .news_detail_cont .blog_body table tr th,
.news_detail_wrap .news_detail_cont .blog_body table tr td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
.news_detail_wrap .news_detail_cont .blog_body blockquote {
  position: relative;
  padding: 40px 15px 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
.news_detail_wrap .news_detail_cont .blog_body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.news_detail_wrap .news_detail_cont .blog_body blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.news_detail_wrap .news_detail_cont .blog_body blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.news_detail_wrap .news_detail_cont .blog_navi {
  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;
  gap: 16px;
  margin-top: 140px;
}
@media only screen and (max-width:766px) {
  .news_detail_wrap .news_detail_cont .blog_navi {
    margin-top: 120px;
  }
}
.news_detail_wrap .news_detail_cont .blog_navi a {
  color: #009aff;
  font-weight: 700;
}
@media only screen and (max-width:766px) {
  .news_detail_wrap .news_detail_cont .blog_navi a {
    text-indent: -999999px;
    text-align: left;
  }
}
.news_detail_wrap .news_detail_cont .blog_navi .blog_navi_l,
.news_detail_wrap .news_detail_cont .blog_navi .blog_navi_r {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.news_detail_wrap .news_detail_cont .blog_navi .blog_navi_l a,
.news_detail_wrap .news_detail_cont .blog_navi .blog_navi_r a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-size: 0.875rem;
  background-repeat: no-repeat;
  background-size: 11px 16px;
}
.news_detail_wrap .news_detail_cont .blog_navi .blog_navi_l {
  text-align: left;
}
.news_detail_wrap .news_detail_cont .blog_navi .blog_navi_l a {
  background-image: url(../images/common/arrow_navi_l.svg);
  background-position: center left;
  padding-left: 1.5em;
}
.news_detail_wrap .news_detail_cont .blog_navi .blog_navi_r {
  text-align: right;
}
.news_detail_wrap .news_detail_cont .blog_navi .blog_navi_r a {
  background-image: url(../images/common/arrow_navi_r.svg);
  background-position: center right;
  padding-right: 1.5em;
}
.news_detail_wrap .news_detail_cont .blog_navi .blog_navi_c {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  white-space: nowrap;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.news_detail_wrap .news_detail_aside {
  position: sticky;
  top: 100px;
  width: 300px;
}
@media only screen and (max-width:766px) {
  .news_detail_wrap .news_detail_aside {
    width: 100%;
  }
}
.news_detail_wrap .news_detail_aside > ul {
  padding: 40px 25px;
  background-color: #43b4ff;
}
.news_detail_wrap .news_detail_aside > ul > li h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 600;
  color: #fff;
}
.news_detail_wrap .news_detail_aside > ul > li ul li a {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.news_detail_wrap .news_detail_aside > ul > li ul.aside_newpost {
  margin-bottom: 30px;
}
.news_detail_wrap .news_detail_aside > ul > li ul.aside_newpost li {
  position: relative;
  padding-left: 0.5em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.news_detail_wrap .news_detail_aside > ul > li ul.aside_newpost li:last-child {
  margin-bottom: 0;
}
.news_detail_wrap .news_detail_aside > ul > li ul.aside_newpost li:before {
  content: "・";
  position: absolute;
  left: -5px;
  top: 0;
  color: #fff;
}
.news_detail_wrap .news_detail_aside > ul > li ul.aside_newpost li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_detail_wrap .news_detail_aside > ul > li ul.aside_archive li a {
  letter-spacing: 1px;
}

/* Not found
-------------------------------------------------------------- */
#notfound {
  padding: 200px 30px;
  text-align: center;
}
#notfound h1 {
  text-align: center;
  font-weight: bold;
  text-align: center;
  color: #0078ff;
  font-size: 1.5em;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  margin-bottom: 2em;
}
#notfound #notfound_text {
  display: inline-block;
}
#notfound #notfound_text p {
  text-align: left;
}

/* Privacy policy
-------------------------------------------------------------- */
.privacy-policy {
  display: none;
  position: fixed;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 200;
  overflow-y: auto;
  padding: 0 30px;
}
.privacy-policy .privacy-policy_inner {
  max-width: 886px;
  margin: 0 auto;
  color: #009aff;
  font-weight: 600;
  padding: 180px 0;
}
@media only screen and (max-width:766px) {
  .privacy-policy .privacy-policy_inner {
    padding: 130px 0 100px 0;
  }
}
.privacy-policy .privacy-policy_inner h2 {
  margin-bottom: 2em;
}
@media only screen and (max-width:766px) {
  .privacy-policy .privacy-policy_inner h2 {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width:766px) {
  .privacy-policy .privacy-policy_inner h2.sec_ttl span {
    display: block;
    margin-left: 0;
    margin-top: 1em;
  }
}
.privacy-policy .privacy-policy_inner > p {
  margin-bottom: 2em;
}
.privacy-policy .privacy-policy_inner section {
  margin-bottom: 2em;
}
.privacy-policy .privacy-policy_inner section h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.2em;
}
@media only screen and (max-width:766px) {
  .privacy-policy .privacy-policy_inner section h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.privacy-policy .privacy-policy_inner section div {
  margin-top: 1em;
}
.privacy-policy .privacy-policy_inner section div a {
  color: #009aff;
}

.close_bt {
  position: fixed;
  top: 24px;
  right: 22px;
  z-index: 110;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  isolation: isolate;
}
.close_bt span {
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.close_bt .close_bt_inner {
  position: relative;
  width: 44px;
  height: 35px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.close_bt .close_bt_inner span {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #009aff;
  width: 100%;
  left: 0px;
}
.close_bt .close_bt_inner span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(6px) translateX(0px) rotate(-25deg);
          transform: translateY(6px) translateX(0px) rotate(-25deg);
  width: 100%;
}
.close_bt .close_bt_inner span:nth-of-type(2) {
  top: 7px;
  -webkit-transform: translateY(-1px) translateX(-1px) rotate(25deg);
          transform: translateY(-1px) translateX(-1px) rotate(25deg);
  width: 100%;
}
.close_bt .close_bt_inner span:nth-of-type(3) {
  top: 24px;
  height: auto;
  background: none;
  line-height: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-weight: 600;
  color: #009aff;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.close_bt .close_bt_inner:hover {
  cursor: pointer;
}

/* WORDPRESS
-------------------------------------------------------------- */
.slick-dots {
  bottom: 3px;
  text-align: right;
}
@media only screen and (max-width:766px) {
  .slick-dots {
    text-align: center;
    bottom: -30px;
  }
}
@media only screen and (max-width:766px) {
  .slick-dots li {
    width: 10px;
  }
}
.slick-dots li button {
  width: 10px;
}
@media only screen and (max-width:766px) {
  .slick-dots li button {
    width: 5px;
  }
}
.slick-dots li button:before {
  font-size: 16px;
  content: "";
  opacity: 1;
  display: block;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
}
@media only screen and (max-width:766px) {
  .slick-dots li button:before {
    height: 5px;
    width: 5px;
  }
}
.slick-dots li.slick-active button:before {
  background: #009aff;
  border: 1px solid #009aff;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-disabled {
  display: none !important;
}

.wpcf7-spinner {
  display: block !important;
  margin: 0 auto !important;
}
.wpcf7-spinner:before {
  left: 0 !important;
}

.wpcf7-response-output {
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width:766px) {
  .wpcf7-response-output {
    text-align: left !important;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}