@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  トップページ index
--------------------------------------------------- */
.index_wrap {
  background: #0049A5;
}
.mv_slider,
.index_movie_slider,
.item_main_slider,
.area_gallery_slider,
.area_item_slider {
  opacity: 0;
  transition: opacity 1s linear;
}
.slick-initialized{
  opacity: 1!important;
}

#mainVisual {
  position: relative;
  z-index: 10;
}
.mv_wrap {
  position: relative;
  margin: 0 auto;
}
.mv_slider figure img {
  width: 100%;
  min-height: 960px;
  max-height: 1200px;
  object-fit: cover;
  object-position: bottom;
}
  @media screen and (max-width: 999px) {
    .mv_slider figure img {
      width: 100%;
      min-height: inherit;
      max-height: inherit;
      height: auto;
    }
  }

.mv_slide_wrap {
  color: #fff;
}
.mv_box {
  width: 100%;
  padding: 0 50px;
  position: absolute;
  left: 0;
  top: 24%;
  z-index: 10;
}
.mv_txt {
  max-width: 1480px;
  margin: 0 auto;
}
.mv_txt_inner {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.mv_txt_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #2F67A7;
  filter: blur(40px);
  opacity: 0.7;
  mix-blend-mode: multiply;
  z-index: -1;
  pointer-events: none;
}
.mv_ttl {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}
.mv_ttl span {
  display: block;
  font-size: min(4.2vw, 5.2rem);
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.15;
}
.mv_ttl small {
  display: block;
  font-size: min(2.2vw, 3.2rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.025em;
  font-style: italic;
}
.mv_txt p {
  position: relative;
  z-index: 5;
  font-size: min(1.5vw, 1.9rem);
  line-height: 1.9;
  letter-spacing: 0.015em;
}
.mv_caption {
  position: absolute;
  right: 30px;
  bottom: 21%;
  font-size: 1.6rem;
}
  @media screen and (max-width: 1749px) {
    .mv_caption {
      bottom: 25.5%;
    }
  }
  @media screen and (max-width: 1299px) {
    .mv_caption {
      bottom: 20%;
    }
  }
  @media screen and (max-width: 1099px) {
    .mv_caption {
      right: auto;
      left: 3%;
      bottom: 12%;
    }
  }
  @media screen and (max-width: 999px) {
    .mv_box {
      padding: 0 14vw 0 6vw;
      top: 32vw;
    }
    .mv_txt {
      max-width: 100%;
    }
    .mv_ttl {
      margin-bottom: 5.8vw;
    }
    .mv_ttl span {
      font-size: 7.15vw;
      margin-bottom: 3vw;
      line-height: 1.25;
    }
    .mv_ttl small {
      font-size: 5.15vw;
      line-height: 1.25;
    }
    .mv_txt p {
      font-size: 3.84vw;
      line-height: 1.8;
      letter-spacing: 0.015em;
    }
    .mv_txt p br {
      display: none;
    }
    .mv_caption {
      left: 5.12vw;
      bottom: 14vw;
      font-size: 3.58vw;
    }
  }

.mv_jpmap {
  position: absolute;
  right: 10%;
  bottom: -10%;
  z-index: 15;
}
  @media screen and (max-width: 1749px) {
    .mv_jpmap {
      right: 12%;
      bottom: -4.5vw;
    }
    .mv_jpmap img {
      max-width: 280px;
      width: 20vw;
    }
  }
  @media screen and (max-width: 1299px) {
    .mv_jpmap {
      right: 8%;
      bottom: -8.5vw;
    }
    .mv_jpmap img {
      max-width: 260px;
      width: 24.5vw;
    }
  }
  @media screen and (max-width: 1099px) {
    .mv_jpmap {
      right: 4.5%;
      bottom: -3.5%;
    }
    .mv_jpmap img {
      max-width: 290px;
      width: 27vw;
    }
  }
  @media screen and (max-width: 999px) {
    .mv_jpmap {
      right: 6.8vw;
      bottom: -46vw;
    }
    .mv_jpmap img {
      max-width: 42vw;
      width: 42vw;
    }
  }

.fig_people01 {
  position: absolute;
  right: 30%;
  bottom: 4.5%;
  z-index: 15;
}
  @media screen and (max-width: 1699px) {
    .fig_people01 {
      right: 36.5%;
    }
  }
  @media screen and (max-width: 1599px) {
    .fig_people01 {
      bottom: 2%;
    }
  }
  @media screen and (max-width: 999px) {
.fig_people01 {
  right: 6.8vw;
  bottom: 2vw;
}
.fig_people01 img {
  width: 14.87vw;
  height: auto;
}
  }

/* dot */
.slick-dots_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20%;
  padding: 0 50px;
}
  @media screen and (max-width: 1749px) {
    .slick-dots_wrap {
      bottom: 18%;
    }
  }
  @media screen and (max-width: 1099px) {
    .slick-dots_wrap {
      bottom: 24%;
    }
  }
  @media screen and (max-width: 999px) {
    .slick-dots_wrap {
      bottom: 30vw;
      padding: 0 10.25vw;
    }
  }

.slick-dots_inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
.slick-dots_box {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,0.7);
  padding: 7px 30px;
  border-radius: 25px;
}
.slick-dots {
  position: static;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100%;
}
.slick-dots li button {
  display: block;
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #78AEDE;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #0053b8;
}
.slick-pause {
  width: 24px;
  height: 24px;
  margin-left: 20px;
  border: none;
  padding: 0;
  background: url(../img/ico_pause01.svg) no-repeat center / contain;
  cursor: pointer;
}
.slick-pause.is-paused {
  background-image: url(../img/ico_play01.svg);
}
  @media screen and (max-width: 999px) {
    .slick-dots_inner {
      max-width: 100%;
    }
    .slick-dots_box {
      padding: 1vw 1vw 1vw 6.41vw;
      border-radius: 5vw;
    }
    .slick-dots {
      gap: 4vw;
    }
    .slick-dots li button {
      width: 2.66vw;
      height: 2.66vw;
    }
    .slick-pause {
      width: 7.69vw;
      height: 7.69vw;
      margin-left: 4vw;
    }
  }

/*エリアマップ*/
#index_map {
  position: relative;
  z-index: 5;
  top: -145px;
  padding-bottom: 100px;
  background: #0049A5;
}
#index_map::before {
  position: absolute;
  left: 0;
  bottom: -200px;
  content: "";
  width: 100%;
  height: 203px;
  background: url("../img/bg_wave01.png") center bottom repeat-x;
  animation: bg_wave01 30s linear infinite;
}
  @media screen and (max-width: 999px) {
    #index_map {
      top: 0!important;
      padding: 53.84vw 0 0!important;
      background: #CDE5F9;
    }
    #index_map::before {
      display: none;
    }
    #index_map::after {
      background: #0049A5!important;
      height: calc(100% - 50vw)!important;
      z-index: 0!important;
    }
  }
  @keyframes bg_wave01 {
    from {
      background-position-x: 0;
    }
    to {
      background-position-x: -840px; /* 元画像の横サイズ */
    }
  }

/*エリアマップ*/
.index_map_img {
  position: relative;
  text-align: center;
  z-index: 10;
}
.index_map_img img {
  width: 100%;
  max-width: 1920px;
  height: auto;
}
.index_searoute {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  text-align: center;
}
.index_searoute img {
  width: 100%;
  max-width: 1920px;
  height: auto;
}
  @media screen and (max-width: 1920px) {
    .index_map_img,
    .index_searoute_box {
      margin-left: -8vw;
      margin-right: -8vw;
    }
  }
  @media screen and (max-width: 1499px) {
    .index_map_img,
    .index_searoute_box {
      margin-left: -120px;
      margin-right: -120px;
    }
  }
  @media screen and (max-width: 1299px) {
    #index_map {
      padding-top: 150px;
    }
    #index_map::after {
      position: absolute;
      left:0 ;
      top: 0;
      z-index: 7;
      content: "";
      width: 100%;
      height: 150px;
      background: #1457AC;
    }
    .index_searoute {
      top: 200px;
    }
    .index_map_img,
    .index_searoute_box {
      margin-left: -400px;
      margin-right: -230px;
    }
  }
  @media screen and (max-width: 999px) {
    .index_searoute {
      top: 53.84vw;
    }
    .index_map_img,
    .index_searoute_box {
      margin-left: 0;
      margin-right: 0;
    }
    .index_map_img img {
      max-width: 100%;
    }
    .index_searoute img {
      max-width: 100%;
    }
  }

.index_searoute_box {
  background: url("../img/routepc.png?v=2") center center no-repeat;
  background-size: 1920px auto;
}
  @media screen and (max-width: 1649px) {
    .index_searoute_box {
      background: url("../img/routepc.png") center center no-repeat;
      background-size: 100% auto;
    }
  }
  @media screen and (max-width: 1299px) {
    .index_searoute_box {
      background: url("../img/routepc.png") 0 0 no-repeat;
      background-size: 100% auto;
    }
  }
  @media screen and (max-width: 1269px) {
    .index_searoute_box {
      background: url("../img/routepc.png") 0 0 no-repeat;
      background-size: 100% auto;
    }
  }
  @media screen and (max-width: 999px) {
    .index_searoute_box {
      background: url("../img/routesp.png") center center no-repeat;
      background-size: 100% auto;
    }
  }

/*エリアマップ カテゴリーボタン*/
.index_searoute_info {
  position: absolute;
  z-index: 20;
  top: 21.5%;
  width: 100%;
  padding: 0 30px;
}
.index_searoute_info_inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  text-align: left;
}
.index_searoute_info_box h2 {
  margin-bottom: 50px;
  padding-left: 55px;
  background: url("../img/ico_map01.svg") 0 10px no-repeat;
  background-size: 36px auto;
}
.index_searoute_info_box h2 span {
  display: block;
  font-size: 3.2rem;
  color: #fff;
}
.index_searoute_info_box h2 small {
  display: block;
  font-size: 2rem;
  color: #78AEDE;
  font-weight: 300;
  font-style: italic;
}
.index_searoute_info_box li {
  width: 220px;
  margin-bottom: 15px;
}
.index_searoute_info_box li a {
  width: 100%;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  text-decoration: none;
  color: #4A4A4A;
  border-radius: 10px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.24));
}
.index_searoute_info_box li a span {
  font-size: 1.8rem;
}
.index_searoute_info_box li a small {
  font-size: 1.5rem;
  font-weight: 400;
}
.index_searoute_cat01 span {
  color: #74217A;
}
.index_searoute_cat02 span {
  color: #217A77;
}
.index_searoute_cat03 span {
  color: #0049A5;
}
.index_searoute_cat04 span {
  color: #8F6D0D;
}
.index_searoute_cat01 a:hover,
.index_searoute_cat01.active a {
  background: #DDC8DE;
}
.index_searoute_cat02 a:hover,
.index_searoute_cat02.active a {
  background: #C7DDDD;
}
.index_searoute_cat03 a:hover,
.index_searoute_cat03.active a {
  background: #9AE7FF;
}
.index_searoute_cat04 a:hover,
.index_searoute_cat04.active a {
  background: #E0D6BB;
}
  @media screen and (max-width: 1599px) {
    .index_searoute_info_box h2 {
      margin-bottom: 2%;
    }
    .index_searoute_info_box li a {
      min-height: 80px;
    }
  }
  @media screen and (max-width: 1299px) {
    .index_searoute_info {
      top: 13.5%;
    }
    .index_searoute_info_box h2 {
      margin-bottom: 30px;
    }
    .index_searoute_info_box ul {
      display: flex;
    }
    .index_searoute_info_box li {
      margin: 0 15px 0 0;
    }
    .index_searoute_info_box li a {
      min-height: 80px;
    }
  }
  @media screen and (max-width: 1099px) {
    .index_searoute_info_box ul {
      display: flex;
      justify-content: space-between;
    }
    .index_searoute_info_box li {
      width: calc(25% - 10px);
      margin: 0;
    }
  }
  @media screen and (max-width: 999px) {
    .index_searoute_info {
      top: 10.25vw;
      background: url("../img/fig_wave02.svg") 27.69vw 0 no-repeat;
      background-size: 14.35vw;
    }
    .index_searoute_info {
      padding: 0 7.69vw;
    }
    .index_searoute_info_inner {
      max-width: 100%;
    }
    .index_searoute_info_box h2 {
      margin-bottom: 7.69vw;
      padding-left: 0;
      padding-top: 10.25vw;
      background: url("../img/ico_map01.svg") 0 0 no-repeat;
      background-size: 5.12vw auto;
      line-height: 1.4
    }
    .index_searoute_info_box h2 span {
      font-size: 6.41vw;
    }
    .index_searoute_info_box h2 small {
      font-size: 3.07vw;
      margin-top: 0.5vw;
    }
    .index_searoute_info_box ul {
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .index_searoute_info_box li {
      width: calc(50% - 1.33vw);
      margin-bottom: 2.66vw;
    }
    .index_searoute_info_box li a {
      min-height: 15.89vw;
      border-radius: 1.28vw;
    }
    .index_searoute_info_box li a span {
      font-size: 3.84vw;
    }
    .index_searoute_info_box li a small {
      font-size: 3.07vw;
    }
  }

/*グループ事業 カルーセルスライダー*/
.index_service_slider_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100%;
}
.index_service_slider_inner h2 {
  max-width: 1440px;
  padding: 0 30px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 20px;
}
.index_service_slider_inner h2 span {
  display: inline-block;
  margin-right: 15px;
  font-size: 2.2rem;
}
.index_service_slider_inner h2 small {
  display: inline-block;
  font-size: 1.8rem;
  color: #78AEDE;
}
.index_service_slider .slick-list {
  padding: 10px 0!important;
}
.index_service_box {
  width: 240px;
  margin: 0 9px;
  overflow: inherit;
}
.index_service_box a {
  position: relative;
  display: block;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.index_service_box figure {
  position: relative;
  overflow: hidden;
}
.index_service_box figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  opacity: 1!important;
  transition: all 0.4s ease-in-out 0s;
}
.index_service_box:hover figure img {
  transform: scale(1.08);
}
.index_service_box.slick-current a {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.index_service_box a:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.index_service_box .slide_txt {
  padding: 10px 15px;
}
.index_service_box h3 small {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #4A4A4A;
}
.index_service_box h3 span {
  display: block;
}
.index_service_box p {
  font-size: 1.5rem;
  color: #4A4A4A;
}
  @media screen and (max-width: 1449px) {
    .index_service_slider_wrap {
      bottom: -5%;
    }
  }
  @media screen and (max-width: 1299px) {
    .index_service_box {
      margin: 0 7px;
    }
  }
  @media screen and (max-width: 999px) {
    .index_service_slider_wrap {
      position: relative;
      bottom: auto;
      top: -45vw;
      padding-bottom: 25vw;
    }
    .index_service_slider_wrap::before {
      position: absolute;
      left: 0;
      content: "";
      width: 100%;
      background: url("../img/bg_wave01.png") center bottom repeat-x;
      background-size: 128vw auto;
      animation: bg_wave01_sp 30s linear infinite;
      bottom: -5vw;
      height: 15vw;
    }
    .index_service_slider_inner h2 {
      max-width: 100%;
      padding: 0 7.69vw;
      margin-bottom: 2.66vw;
    }
    .index_service_slider_inner h2 span {
      margin-right: 3.84vw;
      font-size: 4.1vw;
    }
    .index_service_slider_inner h2 small {
      font-size: 3.58vw;
    }
    .index_service_box {
      width: 56.41vw;
      margin: 0 2vw;
    }
    .index_service_box a {
      border-radius: 2.56vw;
    }
    .index_service_box:hover figure img {
      transform: scale(1);
    }
    .index_service_box .slide_txt {
      padding: 2.56vw 3.84vw;
    }
    .index_service_box h3 small {
      font-size: 3.33vw;
    }
    .index_service_box h3 span {
      font-size: 3.84vw;
    }
    .index_service_box p {
      font-size: 3.58vw;;
    }
  }
  @keyframes bg_wave01_sp {
    from {
      background-position-x: 0;
    }
    to {
      background-position-x: -840px; /* 元画像の横サイズ */
    }
  }

.cat_box {
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 10;
}
.cat_box span {
  vertical-align: top;
  min-width: 96px;
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  background: #fff;
  border: solid 1px #0049A5;
  border-radius: 4px;
  font-size: 1.4rem;
}
.cat_en-hiroshima .cat_box span {
  color: #74217A;
  border: solid 1px #74217A;
}
.cat_en-miyajima .cat_box span {
  color: #217A77;
  border: solid 1px #217A77;
}
.cat_en-shimanami .cat_box span {
  color: #0049A5;
  border: solid 1px #0049A5;
}
.cat_en-matsuyama .cat_box span {
  color: #8F6D0D;
  border: solid 1px #8F6D0D;
}
  @media screen and (max-width: 999px) {
    .cat_box span {
      min-width: 24.61vw;
      padding: 0 2.56vw;
      border-radius: 1.28vw;
      font-size: 3.58vw;
    }
  }

.cat_en-iroshima h3 span {
  color: #74217A;
}
.cat_en-miyajima h3 span {
  color: #217A77;
}
.cat_en-matsuyama h3 span {
  color: #8F6D0D;
}
.cat_en-hiroshima.slick-current a {
  background: #DDC8DE;
}
.cat_en-miyajima.slick-current a {
  background: #C7DDDD;
}
.cat_en-shimanami.slick-current a {
  background: #9AE7FF;
}
.cat_en-matsuyama.slick-current a {
  background: #E0D6BB;
}

.slick-arrow {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.slick-arrow img {
  filter: drop-shadow(0px 3px 6px rgba(0, 73, 165, 0.16));
}
.slick-arrow:hover img {
  filter: drop-shadow(0px 3px 6px rgba(255, 255, 255, 0.26));
}
.index_service_slider .slick-arrow  {
  bottom: -70px;
}
.index_service_slider .slick-arrow.prev_btn {
  right: 200px;
}
.index_service_slider .slick-arrow.next_btn {
  right: 130px;
}
  @media screen and (max-width: 999px) {
    .slick-arrow img {
      width: 11.79vw;
      height: auto;
    }
    .index_service_slider .slick-arrow  {
      bottom: -15vw;
    }
    .slick-arrow.prev_btn {
      right: 25.64vw!important;
    }
    .slick-arrow.next_btn {
      right: 7.69vw!important;
    }
  }

.index_service_slider_wrap .slick-toggle {
  position: absolute;
  right: 75px;
  bottom: -65px;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
}
  @media screen and (max-width: 999px) {
    .index_service_slider_wrap .slick-toggle {
      right: 44vw;
      bottom: -13.2vw;
    }
    .index_service_slider_wrap .slick-toggle img {
      width: 7.69vw;
      height: auto;
    }
  }

.fig_circle01 {
  position: absolute;
  bottom: -200px;
  left: 5%;
  z-index: 15;
}
.fig_circle01 span {
  display: inline-block;
  animation: floatingY 3s ease-in-out infinite;
}
@keyframes floatingY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
  @media screen and (max-width: 999px) {
    .fig_circle01 {
      bottom: 37.5vw;
      left: 7.69vw;
    }
    .fig_circle01 img {
      width: 24vw;
      height: auto;
    }
  }

/*動画 カルーセルスライダー*/
#index_movie {
  position: relative;
  background: #CDE5F9;
  padding: clamp(120px, 10vw, 180px) 0 80px;
}
.index_movie_slider_wrap {
  max-width: 1400px;
  padding: 0 0 80px 5px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
.index_movie_slider {
  display: flex;
  margin-right: calc(max(0px, 100vw - 1400px) * -1);
}
.index_movie_slider_wrap .slick-list {
  overflow: hidden;
  padding-right: calc(max(0px, 100vw - 1400px));
}
.index_movie_slider_wrap .slick-list {
  padding: 16px;
}
  @media screen and (max-width: 999px) {
    #index_movie {
      padding: 0 0 30vw 0;
    }
    .index_movie_slider_wrap {
      max-width: 100%;
      padding: 0 0 0 3.69vw;
      z-index: 5;
    }
    .index_movie_slider_wrap .slick-list {
      padding: 4vw;
    }
  }

.index_movie_slider .slick-arrow {
  bottom: -60px;
}
.index_movie_slider .slick-arrow.prev_btn {
  right: calc(50% - 430px);
}
.index_movie_slider .slick-arrow.next_btn {
  right: calc(50% - 500px);
}
  @media screen and (max-width: 1299px) {
    .index_movie_slider .slick-arrow.prev_btn {
      right: 100px;
    }
    .index_movie_slider .slick-arrow.next_btn {
      right: 30px;
    }
  }
  @media screen and (max-width: 999px) {
    .index_movie_slider .slick-arrow {
      bottom: -14vw;
    }
  }

.index_movie_box {
  width: 450px;
  margin-right: 40px;
  overflow: inherit;
}
  @media screen and (max-width: 1299px) {
    .index_movie_box {
      width: 380px;
      margin-right: 30px;
    }
  }
  @media screen and (max-width: 999px) {
    .index_movie_box {
      width: 76.92vw;
      margin-right: 6.41vw;
    }
  }

.index_movie_box a {
  display: block;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0px 3px 16px rgba(0, 73, 165, 0.16);
}
.index_movie_box a:hover {
  box-shadow: 0px 3px 16px rgba(255, 255, 255, 0.26);
}
.index_movie_box figure {
  position: relative;
  overflow: hidden;
}
.index_movie_box figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 1!important;
  transition: all 0.4s ease-in-out 0s;
}
.index_movie_box:hover figure img {
  transform: scale(1.08);
}
.index_movie_box figure::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/ico_play01.svg") rgba(0,0,0,0.2) center center no-repeat;
  background-size: 62px auto;
}
.index_movie_box .slide_txt {
  padding: 16px 20px;
}
.index_movie_box .slide_txt h3 {
  /*display: flex;
  align-items: center;*/
  font-weight: 500;
  font-size: 1.8rem;
}
  @media screen and (max-width: 999px) {
    .index_movie_box a {
      border-radius: 2.56vw;
      box-shadow: 0px 0.76vw 4vw rgba(0, 73, 165, 0.16);
    }
    .index_movie_box a:hover {
      box-shadow: 0px 0.76vw 4vw rgba(255, 255, 255, 0.26);
    }
    .index_movie_box:hover figure img {
      transform: scale(1);
    }
    .index_movie_box figure::after {
      background-size: 15.89vw auto;
    }
    .index_movie_box .slide_txt {
      padding: 4vw;
    }
    .index_movie_box .slide_txt h3 {
      font-size: 4.1vw;
    }
  }

#index_movie01 {
  position: relative;
}
#index_movie02 {
  position: relative;
}
#index_movie02 .index_movie_box {
  width: 300px;
  margin-right: 30px;
  overflow: inherit;
}
  @media screen and (max-width: 1299px) {
    #index_movie02 .index_movie_box {
      width: 250px;
      margin-right: 25px;
    }
  }
  @media screen and (max-width: 999px) {
    #index_movie01 {
      position: relative;
      top: -25.64vw;
    }
    #index_movie02 .index_movie_box {
      width: 61.53vw;
      margin-right: 6.41vw;
    }
  }

#index_movie02 .slide_txt {
  padding: 14px 15px;
}
#index_movie02 .slide_txt h3 {
  font-size: 1.6rem;
}
  @media screen and (max-width: 999px) {
    #index_movie02 .slide_txt {
      padding: 3.33vw;
    }
    #index_movie02 .slide_txt h3 {
      font-size: 3.84vw;
    }
  }

.index_movie01_fig01 {
  position: absolute;
  top: 0;
  right: calc(50% - 780px);
}
  @media screen and (max-width: 1599px) {
    .index_movie01_fig01 {
      right: 110px;
    }
  }
  @media screen and (max-width: 999px) {
    .index_movie01_fig01 {
      right: 16vw;
      z-index: 10;
    }
    .index_movie01_fig01 img {
      width: 14.35vw;
      height: auto;
    }
  }

.index_movie01_fig02 {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 900px);
}
  @media screen and (max-width: 1829px) {
    .index_movie01_fig02 {
      left: 30px;
    }
  }
  @media screen and (max-width: 1499px) {
    .index_movie01_fig02 {
      left: 400px;
      bottom: -30px;
    }
  }
  @media screen and (max-width: 999px) {
    .index_movie01_fig02 {
      left: 34vw;
      bottom: -13.33vw;
      z-index: 10;
    }
    .index_movie01_fig02 img {
      width: 14.35vw;
      height: auto;
    }
  }

.index_movie02_fig01 {
  position: absolute;
  bottom: 0;
  right: calc(50% - 300px);
}
  @media screen and (max-width: 999px) {
    .index_movie02_fig01 {
      display: none;
    }
  }

.index_movie02_fig02 {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 780px);
}
  @media screen and (max-width: 1599px) {
    .index_movie02_fig02 {
      left: 50px;
    }
  }
  @media screen and (max-width: 999px) {
    .index_movie02_fig02 {
      left: 7.69vw;
      bottom: -17vw;
    }
    .index_movie02_fig02 img {
      width: 14.35vw;
      height: auto;
    }
  }

.index_info {
  position: relative;
  padding-top: 150px;
  background: url("../img/bg_wave03.svg") #E6F4FF center -1vw no-repeat;
  background-size: 100% auto;
}
  @media screen and (max-width: 1920px) {
    .index_info {
      background: url("../img/bg_wave03.svg") #E6F4FF center 0 no-repeat;
      background-size: 100% auto;
    }
  }
  @media screen and (max-width: 1599px) {
    .index_info {
      padding-top: 100px;
    }
  }
  @media screen and (max-width: 999px) {
    .index_info {
      padding-top: 10.25vw;
      background: url("../img/bg_wave03_sp.svg") #E6F4FF center -1px no-repeat;
      background-size: 100% auto;
    }
  }

.fig_people02 {
  position: absolute;
  top: -4%;
  right: calc(50% - 840px);
}
  @media screen and (max-width: 1699px) {
    .fig_people02 {
      top: -30px;
      right: 80px;
    }
  }
  @media screen and (max-width: 999px) {
    .fig_people02 {
      top: -4.6vw;
      right: 10.25vw;
    }
    .fig_people02 img {
      width: 43.58vw;
      height: auto;
    }
  }

#index_news {
  position: relative;
  padding-top: 70px;
}
.index_news_wrap {
  position: relative;
  padding-left: 180px;
  min-height: 290px;
}
.index_news_ttl {
  position: absolute;
  left: 0;
  top: 12px;
}
#index_news .btn01 {
  position: absolute;
  left: 20px;;
  top: 155px;
  z-index: 10;
}
.index_news_box {
  display: flex;
  justify-content: flex-end;
}
.index_news_box .news_post_list {
  width: 100%;
  max-width: 1064px;
}
.news_post_list li {
  border-bottom: solid 1px #fff;
}
.news_post_list li a {
  display: flex;
  line-height: 1.5;
  text-decoration: none;
  color: #4A4A4A;
  padding: 24px 55px 24px 10px;
  background: url("../img/ico_arrow01.svg") right 25px center no-repeat;
  background-size: 12px auto;
}
.news_post_list li a:hover {
  color: #0049A5;
  background-color: rgba(255,255,255,0.35);
}
.news_post_list li time {
  display: block;
  color: #0049A5;
  width: 130px;
}
.news_post_list li h3 {
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
  @media screen and (max-width: 1099px) {
    .index_news_wrap {
      padding-left: 0;
      min-height: auto;
    }
    .index_news_ttl {
      position: static;
    }
    #index_news .btn01 {
      position: static;
      margin-top: 40px;
    }
  }
  @media screen and (max-width: 999px) {
    #index_news {
      padding-top: 15.38vw;
    }
    #index_news .btn01 {
      margin-top: 5.64vw;
      text-align: center;
    }
    .index_news_box {
      display: block;
    }
    .index_news_box .news_post_list {
      max-width: 100%;
    }
    .news_post_list li a {
      display: block;
      font-size: 4vw;
      padding: 3.33vw 6.41vw 3.33vw 0;
      background: url("../img/ico_arrow01.svg") right 0 center no-repeat;
      background-size: 3vw auto;
    }
    .news_post_list li a:hover {
      background-color: rgba(255,255,255,0)!important;
    }
    .news_post_list li time {
      width: 100%;
      margin-bottom: 1vw;
    }
    .news_post_list li h3 {
      -webkit-line-clamp: 2;
    }
  }

.index_news_fig {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 900px);
}
  @media screen and (max-width: 1829px) {
    .index_news_fig {
      left: 30px;
    }
  }
  @media screen and (max-width: 1499px) {
    .index_news_fig {
      bottom: 0;
    }
  }
  @media screen and (max-width: 1099px) {
    .index_news_fig {
      left: 250px;
      bottom: auto;
      top: 30px;
    }
  }
  @media screen and (max-width: 999px) {
    .index_news_fig {
      left: 58vw;
      bottom: auto;
      top: 22vw;
    }
    .index_news_fig img {
      width: 14.35vw;
      height: auto;
    }
  }

#group_company {
  position: relative;
  padding-top: 100px;
}
  @media screen and (max-width: 1099px) {
    #group_company {
      padding-top: 70px;
    }
  }
  @media screen and (max-width: 999px) {
    #group_company {
      padding-top: 14.1vw;
    }
  }

.group_company_fig01 {
  position: absolute;
  top: 100px;
  right: calc(50% - 780px);
}
  @media screen and (max-width: 1599px) {
    .group_company_fig01 {
      right: 110px;
    }
  }
  @media screen and (max-width: 1099px) {
    .group_company_fig01 {
      top: 0;
    }
  }
  @media screen and (max-width: 999px) {
    .group_company_fig01 {
      top: 10.25vw;
      right: 7.69vw;
    }
    .group_company_fig01 img {
      width: 14.35vw;
      height: auto;
    }
  }
  @media screen and (max-width: 999px) {
    .group_company_fig02 {
      position: absolute;
      bottom: -15vw;
      left: 45vw;
    }
    .group_company_fig02 img {
      width: 14.35vw;
      height: auto;
    }
  }

.group_company_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 15px;
  justify-content: flex-start;
}
.group_company_list li img {
  width: 208px;
  height: auto;
  filter: drop-shadow(0 3px 10px rgba(0,0,0,0.1));
}
.group_company_list li:hover img {
  filter: drop-shadow(0px 3px 6px rgba(255, 255, 255, 0.26));
  opacity: 0.9!important;
}
  @media screen and (min-width: 1360px) {
    .group_company_list {
      width: calc(208px * 6 + 20px * 5);
      margin-left: 0;
      margin-right: auto;
    }
  }
  @media screen and (max-width: 999px) {
    .group_company_list {
      gap: 0;
      padding-top: 1.66vw;
      justify-content: space-between;
    }
    .group_company_list li {
      width: calc(50% - 1.33vw);
      margin-bottom: 2.66vw;
    }
    .group_company_list li img {
      width: 100%;
    }
  }

/*----------------------------------------------------
  アイテム詳細 item
--------------------------------------------------- */
#item_lead {
  position: relative;
  z-index: 5;
}
#item_lead h2 {
  position: relative;
  top: -10px;
  font-size: 2.8rem;
  margin-bottom: 15px;
}
.item_lead_box {
  padding-right: 200px;
}
  @media screen and (max-width: 999px) {
    #item_lead h2 {
      position: relative;
      top: 0;
      font-size: 5vw;
      margin-bottom: 4vw;
    }
    .item_lead_box {
      padding-right: 0;
    }
  }

#item_main_img {
  position: relative;
  padding-top: 90px;
}
#item_main_img::before {
  position: absolute;
  left: 0;
  top: -10px;
  content: "";
  width: 100%;
  height: 250px;
  background: url("../img/lower_wave01r.png") center top no-repeat;
  background-size: 100% auto;
}
#item_main_img::after {
  position: absolute;
  left: 0;
  top: 200px;
  content: "";
  width: 100%;
  height: calc(100% - 300px);
  background: #CDE5F9;
}
.item_main_img_wrap {
  position: relative;
}
#item_main_img .item_main_img_wrap::before {
  position: absolute;
  left: 0;
  bottom: -50px;
  content: "";
  width: 100%;
  height: 250px;
  background: url("../img/lower_wave02r.png") center bottom no-repeat;
  background-size: 100% auto;
}
  @media screen and (max-width: 2214px) {
    #item_main_img::before {
      height: 250px;
      background-size: 2214px auto;
    }
    #item_main_img .item_main_img_wrap::before {
      position: absolute;
      left: 0;
      bottom: -50px;
      content: "";
      width: 100%;
      height: 250px;
      background: url("../img/lower_wave02r.png") center bottom no-repeat;
      background-size: 2214px auto;
    }
  }
  @media screen and (max-width: 999px) {
    #item_main_img {
      padding-top: 10vw;
      margin-top: 15.33vw;
      margin-left: -3.33vw;
      margin-right: -3.33vw;
    }
    #item_main_img::before {
      top: -4vw;
      height: 22vw;
      background: url("../img/lower_wave01r_sp.png") center top no-repeat;
      background-size: 100% auto;
    }
    #item_main_img::after {
      top: 12vw;
      height: calc(100% - 5vw);
    }
    #item_main_img .item_main_img_wrap::before {
      bottom: -14vw;
      height: 22vw;
      background: url("../img/lower_wave02r_sp.png") center bottom no-repeat;
      background-size: 100% auto;
    }
  }

.item_main_slider figure img {
  border-radius: 10px;
  aspect-ratio: 1200 / 500;
  object-fit: cover;
}
.item_main_slider .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  justify-content: flex-end;
}
.item_main_fig {
  position: absolute;
  right: 70px;
  top: -200px;
}
  @media screen and (max-width: 999px) {
    .item_main_slider figure img {
      border-radius: 2.56vw;
      aspect-ratio: 1200 / 600;
    }
    .item_main_slider .slick-dots {
      bottom: -6.66vw;
    }
    .item_main_fig {
      right: 5vw;
      top: -23.33vw;
    }
    .item_main_fig img {
      width: 18vw;
      height: auto;
    }
  }

#item_gallery {
  position: relative;
  z-index: 5;
  margin-top: 90px;
  padding-top: 40px;
  background: #0049A5;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#item_gallery .sub_ttl02 small {
  color: #fff;
}
.item_gallery_slider.no-slick {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.item_gallery_slider_wrap {
  position: relative;
  padding: 5px 0 50px;
}
.item_gallery_box {
  width: 320px;
  margin: 0 10px;
}
.item_gallery_slider.no-slick .item_gallery_box {
  margin: 0;
}
.item_gallery_box dt {
  margin-bottom: 12px;
}
.item_gallery_box dt:last-child {
  margin-bottom: 0;
}
.item_gallery_box dt img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.item_gallery_box dd {
  font-size: 1.5rem;
}
  @media screen and (max-width: 999px) {
    #item_gallery {
      margin-top: 18vw;
      padding-top: 8vw;
      margin-bottom: 5.33vw;
    }
    .item_gallery_slider.no-slick {
      gap: 2.66vw;
    }
    .item_gallery_slider_wrap {
      padding: 1.33vw 0 11.33vw;
    }
    .item_gallery_box {
      width: 84vw;
      margin: 0 2vw;
    }
    .item_gallery_box dt {
      margin-bottom: 3vw;
    }
    .item_gallery_box dt img {
      border-radius: 2.56vw;
    }
    .item_gallery_box dd {
      font-size: 3.58vw;
    }
  }

.item_gallery_slider .slick-arrow {
  position: absolute;
  bottom: -70px;
  z-index: 10;
}
.item_gallery_slider .prev_btn {
  right: 170px;
}
.item_gallery_slider .next_btn {
  right: 100px;
}
  @media screen and (max-width: 999px) {
    .item_gallery_slider .slick-arrow {
      bottom: -17vw;
    }
  }

#item_recommend {
  padding-top: 60px;
}
  @media screen and (max-width: 999px) {
    #item_recommend {
      padding-top: 7.69vw;
    }
  }

.white_wrap {
  padding: 60px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 16px rgba(0,0,0,0.16);
}
.white_wrap .sub_ttl02 {
  text-align: center;
}
  @media screen and (max-width: 999px) {
    .white_wrap {
      padding: 8vw 5vw;
      border-radius: 2.56vw;
    }
  }

#item_detail {
  padding-top: 60px;
}
.item_recommend_wrap {
  position: relative;
}
.item_recommend_inner {
  max-width: 960px;
  margin: 0 auto;
}
.item_recommend_lead {
  padding: 0 5% 40px;
  text-align: center;
}
.item_recommend_lead h2 {
  margin-bottom: 30px;
}
.item_recommend_lead p {
  font-size: 1.8rem;
  color: #0049a5;
}
.item_recommend_box {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #F2F2F2;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px 4%;
}
.item_reco_icon {
  width: 100px;
  flex: 0 0 auto;
}
.item_reco_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.item_recommend_box figure {
  width: 170px;
  flex: 0 0 auto;
}
.item_recommend_box figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.item_recommend_box dl {
  flex: 1 1 0;
  min-width: 0;
}
.item_recommend_box dt {
  line-height: 1.65;
  font-weight: 600;
  margin-bottom: 3px;
  color: #0049a5;
  font-size: 2rem;
}
.item_recommend_box dd {
  overflow-wrap: break-word;
}
.item_recommend_box dl {
  order: 3;
}
.item_recommend_box figure {
  order: 2;
}
.item_reco_icon {
  order: 1;
}
.fig_recommend {
  position: absolute;
  left: 6%;
  top: 2.5%;
}
  @media screen and (max-width: 999px) {
    #item_detail {
      padding-top: 7.69vw;
    }
    .item_recommend_inner {
      max-width: 100%;
    }
    .item_recommend_lead {
      padding: 0 0 6.66vw;
    }
    .item_recommend_lead h2 {
      margin-bottom: 6.66vw;
    }
    .item_recommend_lead p {
      font-size: 3.58vw;
      text-align: left;
    }
    .item_recommend_box {
      display: block;
      border-radius: 2.56vw;
      margin-bottom: 5vw;
      padding: 5vw;
    }
    .item_recommend_box:last-child {
      margin-bottom: 0;
    }
    .item_reco_icon {
      width: 100%;
      text-align: center;
      flex: auto;
      margin-top: 5vw;
    }
    .item_reco_icon img {
      width: 20vw;
      margin: 0 auto;
    }
    .item_recommend_box figure {
      width: 100%;
      flex: auto;
    }
    
    .item_recommend_box figure img {
      width: 100%;
      height: auto;
      border-radius: 1.28vw;
    }
    .item_recommend_box dl {
      flex: auto;
      min-width: 0;
      margin-top: 3.33vw;
    }
    .item_recommend_box dt {
      margin-bottom: 2.56vw;
      font-size: 4.61vw;
      text-align: center;
    }
    .fig_recommend {
      position: absolute;
      left: -3vw;
      top: 4.26vw;
    }
    .fig_recommend img {
      width: 13.33vw;
      height: auto;
    }
  }

.item_detail_inner {
  max-width: 960px;
  margin: 0 auto;
}
.item_detail_box dl {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 5px;
  background-image: linear-gradient(to right, #0049A5 50%, transparent 50%);
  background-size: 6px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
}
.item_detail_box dt {
  width: 250px;
  display: flex;
  align-items: center;
}
.item_detail_box dt b {
  margin-right: 8px;
}
.item_detail_box dt span {
  display: inline-block;
  line-height: 1.65;
  font-size: 1.8rem;
  color: #0049A5;
}
.item_detail_box dd {
  flex: 1 1 0;
  overflow-wrap: break-word;
}
.item_detail_inner .btn02 {
  text-align: center;
  margin-top: 40px;
}
  @media screen and (max-width: 999px) {
    .item_detail_inner {
      max-width: 100%;
    }
    .item_detail_box dl {
      display: block;
      padding: 3.33vw 1.33vw 4.26vw;
    }
    .item_detail_box dt {
      width: 100%;
      margin-bottom: 1.28vw;
    }
    .item_detail_box dt b {
      margin-right: 2vw;
    }
    .item_detail_box dt b img {
      width: 9.33vw;
    }
    .item_detail_box dt span {
      line-height: 1.65;
      font-size: 4.35vw;
    }
    .item_detail_box dd {
      flex: auto;
    }
    .item_detail_inner .sub_ttl02 {
      margin-bottom: 2.58vw;
    }
    .item_detail_inner .btn02 {
      margin-top: 6.66vw;
    }
  }

#item_search {
  background: url("../img/lower_wave01.png") center top no-repeat;
  background-size: 100% auto;
  padding-top: 130px;
  margin-top: 60px;
}
  @media screen and (max-width: 2214px) {
    #item_search {
      background-size: 2214px auto;
    }
  }
  @media screen and (max-width: 999px) {
    #item_search {
      background: url("../img/lower_wave01_sp.png") center top no-repeat;
      background-size: 100% auto;
      padding-top: 12vw;
      margin-top: 12.82vw;
    }
  }

.item_search_wrap {
  background: #CDE5F9;
  padding-bottom: 70px;
}
.area_search_box {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  border: solid 1px #0049A5;
  padding: 80px 20px 35px;
}
.area_search_box h2 {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  z-index: 5;
  text-align: center;
  color: #0049a5;
  background: url("../img/ico_search01.svg") center top no-repeat;
  background-size: 42px auto;
  padding-top: 48px;
}
.area_search_box h2 span {
  display: inline-block;
  background: #CDE5F9;
  font-size: 2.8rem;
  padding: 0 18px 3px 18px;
}
.area_search_box h2 small {
  display: block;
  font-style: italic;
  font-weight: 300;
  font-size: 1.8rem;
}
.area_search_cat {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.area_search_cat li a {
  display: block;
  min-width: 150px;
  padding: 8px 15px;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.area_search_cat li.current-cat a,
.area_search_cat li a:hover {
  background: #0049a5;
  color: #fff;
}
  @media screen and (max-width: 999px) {
    .item_search_wrap {
      padding-top: 10.25vw;
      padding-bottom: 10.25vw;
    }
    .area_search_box {
      max-width: 100%;
      padding: 16vw 2.56vw 6.66vw 2.56vw;
    }
    .area_search_box h2 {
      top: -15vw;
      background-size: 9.33vw auto;
      padding-top: 10.25vw;
    }
    .area_search_box h2 span {
      font-size: 6.15vw;
      padding: 0 4vw 0.76vw 4vw;
    }
    .area_search_box h2 small {
      font-size: 4.1vw;
    }
    .area_search_cat {
      gap: 2.56vw;
    }
    .area_search_cat li a {
      min-width: 35vw;
      padding: 2vw 4vw;
      border-radius: 6vw;
    }
  }

/*----------------------------------------------------
  地域カテゴリー area
--------------------------------------------------- */
#area_main_img {
  margin-bottom: 60px;
}
  @media screen and (max-width: 999px) {
    #area_main_img {
      margin-bottom: 12vw;
    }
    #area_main_img .slick-list {
      margin-left: -7.69vw;
      margin-right: -7.69vw;
    }
    #area_main_img figure img {
      border-radius: 0;
    }
  }

#area_gallery01 {
  padding: 0 20px;
}
.area_gallery01_list {
  gap: 28px;
  padding: 10px 0;
  opacity: 0;
  animation: area_gallery01_list 1.2s ease forwards;
}
@keyframes area_gallery01_list {
  to { opacity: 1; }
}
  @media screen and (max-width: 1199px) {
    .area_gallery01_list {
      gap: 18px;
    }
  }
  @media screen and (max-width: 999px) {
    #area_gallery01 {
      padding: 0 7.69vw;
    }
    .area_gallery01_list {
      gap: 0;
      padding: 2.56vw 0;
    }
  }

.area_gallery_box {
  display: block;
  width: 280px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0px 3px 10px rgba(0, 73, 165, 0.16);
}
.area_gallery_slider a {
  text-decoration: none;
}
.area_gallery_box figure {
  position: relative;
  overflow: hidden;
}
.area_gallery_box figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  opacity: 1!important;
  transition: all 0.4s ease-in-out 0s;
}
.area_gallery_box .slide_txt {
  padding: 16px 6.5%;
}
.area_gallery_box .slide_txt h3 {
  font-weight: 500;
  font-size: 1.8rem;
  color: #0049a5;
}
.area_gallery_box .slide_txt p {
  margin-top: 5px;
  font-size: 1.5rem;
  line-height: 1.7;
}
  @media screen and (max-width: 1199px) {
    .area_gallery_box .slide_txt h3 {
      font-size: 1.7rem;
    }
    .area_gallery_box .slide_txt p {
      font-size: 1.4rem;
    }
  }

.area_gallery_slider.no-slick {
  opacity: 1;
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 20px;
}
.area_gallery_slider.slick-slider {
  max-width: 1252px;
  margin: 0 auto;
  padding: 0 25px;
}
.area_gallery_slider.slick-slider .area_gallery_box {
  margin: 0 14px;
}
.area_gallery_slider.slick-slider .slick-list {
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}
.area_gallery_slider .slick-arrow {
  position: absolute;
  top: calc(50% - 23px);
  z-index: 10;
}
.area_gallery_slider .prev_btn {
  left: 10px;
}
.area_gallery_slider .next_btn {
  right: 10px;
}
  @media screen and (max-width: 1199px) {
    .area_gallery_slider.no-slick {
      gap: 18px;
    }
    .area_gallery_slider.slick-slider .area_gallery_box {
      width: 250px;
      margin: 0 9px;
    }
  }
  @media screen and (max-width: 1099px) {
    .area_gallery_slider.slick-slider .area_gallery_box {
      width: 230px;
      margin: 0 9px;
    }
  }
  @media screen and (max-width: 999px) {
    .area_gallery_slider.no-slick {
      gap: 6.66vw;
      padding: 2.56vw;
      flex-wrap: wrap;
    }
    .area_gallery_slider_wrap {
      padding: 0;
    }
    .area_gallery_box {
      width: 76vw;
      border-radius: 2.56vw;
      margin: 0 auto 6.66vw auto;
      box-shadow: 0px 3px 2.56vw rgba(0, 73, 165, 0.16);
    }
    .area_gallery_box dt {
      margin-bottom: 3vw;
    }
    .area_gallery_box dd {
      font-size: 3.58vw;
    }
    .area_gallery_box .slide_txt {
      padding: 3.33vw 4.61vw;
    }
    .area_gallery_box .slide_txt h3 {
      font-size: 4.35vw;
    }
    .area_gallery_box .slide_txt p {
      font-size: 3.58vw;
    }

    .area_gallery_slider.no-slick .area_gallery_box {
      margin: 0 2vw;
    }
    .area_gallery_slider.slick-slider .area_gallery_box {
      width: 76vw;
      margin: 0 2vw;
    }
    .area_gallery_slider.slick-slider {
      max-width: 100%;
      padding: 0;
    }
    .area_gallery_slider.slick-slider .slick-list {
      padding-top: 2.56vw!important;
      padding-bottom: 2.56vw!important;
    }
    .area_gallery_slider .prev_btn {
      left: 3.8vw!important;
    }
    .area_gallery_slider .next_btn {
      right: 3.8vw!important;
    }
  }

#area_item_gallery {
  margin-top: 80px;
  padding-top: 100px;
  background: url("../img/lower_wave01.png") center top no-repeat;
  background-size: 100% auto;
}
.area_item_gallery_wrap {
 background: #CDE5F9;
}
.area_item_gallery_wrap .sub_ttl02 {
  text-align: center;
  color: #0049a5;
  margin-bottom: 50px;
}
  @media screen and (max-width: 2214px) {
    #area_item_gallery {
      background-size: 2214px auto;
    }
  }
  @media screen and (max-width: 999px) {
    #area_item_gallery {
      background: url("../img/lower_wave01_sp.png") center top no-repeat;
      background-size: 100% auto;
      padding-top: 12vw;
      margin-top: 12vw;
    }
    .area_item_gallery_wrap .sub_ttl02 {
      margin-bottom: 6.41vw;
    }
  }

.area_item_slider_wrap {
  position: relative;
}
.area_item_fig01 {
  position: absolute;
  top: -70px;
  right: calc(50% - 680px);
}
.area_item_fig02 {
  position: absolute;
  bottom: -70px;
  left: calc(50% - 680px);
}
  @media screen and (max-width: 1399px) {
    .area_item_fig01 {
      right: 30px;
    }
    .area_item_fig02 {
      left: 30px;
    }
  }
  @media screen and (max-width: 999px) {
    .area_item_fig01 {
      top: -12vw;
      right: 5vw;
    }
    .area_item_fig01 img {
      width: 14.35vw;
      height: auto;
    }
    .area_item_fig02 {
      bottom: -13.33vw;
      left: 5vw;
    }
    .area_item_fig02 img {
      width: 14.35vw;
      height: auto;
    }
  }

.area_item_slider .slick-list {
  padding: 10px 0!important;
}
.area_item_slider.no-slick {
  display: flex;
  justify-content: center;
  gap: 28px;
  opacity: 1!important;
  padding: 0 20px;
}
.area_item_box {
  width: 350px;
  margin: 0 14px;
  background: #fff;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  color: #4A4A4A!important;
  box-shadow: 0px 3px 10px rgba(0, 73, 165, 0.16);
}
.area_item_box:hover {
  color: #0049a5!important;
}
.area_item_slider.no-slick .area_item_box {
  margin: 0;
}
.area_item_box dt {
  overflow: hidden;
}
.area_item_box dt img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  opacity: 1!important;
  transition: all 0.4s ease-in-out 0s;
}
.area_item_box:hover dt img {
  transform: scale(1.08);
}
.area_item_box .slide_txt {
  padding: 12px 5% 15px;
}
.area_item_box .slide_txt h3 {
  color: #0049a5;
  font-size: 1.9rem;
  margin-top: 5px;
}
.area_item_box .slide_txt p {
  font-size: 1.5rem;
}
  @media screen and (max-width: 1199px) {
    .area_item_slider.no-slick {
      gap: 18px;
    }
    .area_item_slider.slick-slider .area_item_box {
      width: 250px;
      margin: 0 9px;
    }
  }
  @media screen and (max-width: 999px) {
    #item_gallery {
      margin-top: 18vw;
      padding-top: 8vw;
      margin-bottom: 5.33vw;
    }
    .area_item_slider.no-slick {
      gap: 2.66vw;
      padding: 0;
    }
    .area_item_box {
      width: 84vw;
      margin: 0 auto;
      border-radius: 2.56vw;
    }
    .area_item_slider.slick-slider .area_item_box {
      width: 84vw;
      margin: 0 2vw;
    }
    .area_item_box .slide_txt {
      padding: 4vw 5vw;
    }
    .area_item_box .slide_txt h3 {
      font-size: 4.87vw;
    }
    .area_item_box .slide_txt p {
      font-size: 3.58vw;
      margin-top: 1.28vw;
    }
  }

.area_item_slider .slick-arrow {
  position: absolute;
  bottom: -70px;
  z-index: 10;
}
.area_item_slider .prev_btn {
  right: 170px;
}
.area_item_slider .next_btn {
  right: 100px;
}
#area_item_gallery .item_search_wrap {
  margin-top: 150px;
}
  @media screen and (max-width: 999px) {
    .area_item_slider .slick-arrow {
      bottom: -15vw;
    }
    #area_item_gallery .item_search_wrap {
      margin-top: 26vw;
    }
  }

/*----------------------------------------------------
  お知らせ information
--------------------------------------------------- */

/*お知らせ共通*/
.lower_column-2 {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.column-2_main {
  width: 75%;
  max-width: 900px;
}
.column-2_side {
  width: 22%;
  max-width: 220px;
}
  @media screen and (max-width: 999px) {
    .lower_column-2 {
      max-width: 100%;
      display: block;
    }
    .column-2_main {
      width: 100%;
      max-width: 100%;
      padding-bottom: 10.66vw;
    }
    .column-2_side {
      width: 100%;
      max-width: 100%;
    }
  }

.side_ttl {
  background: #0049A4;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  font-size: 1.8rem;
}
.side_menu li {
  background-image: linear-gradient(to right, #0049A4 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-color: transparent;
  background-repeat: repeat-x;
  background-position-y: bottom;
  padding-bottom: 1px;
}
.side_menu li a {
  text-decoration: none;
  display: block;
  padding: 10px 12px;
}
.side_menu li a:hover {
  background: rgba(255,255,255,0.35);
}
  @media screen and (max-width: 999px) {
    .side_ttl {
      border-radius: 2.56vw;
      padding: 2.56vw;
      font-size: 4.61vw;
    }
    .side_menu li a {
      padding: 2.56vw 3.84vw;
      font-size: 3.84vw;
    }
  }

.news_single_info {
  color: #0049A4;
}
.news_single_ttl {
  font-size: 2.3rem;
  margin-bottom: 25px;
}
  @media screen and (max-width: 999px) {
    .news_single_ttl {
      font-size: 5.12vw;
      margin-bottom: 3.84vw;
    }
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 999px) {
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 999px) {
  }

/*----------------------------------------------------
  共通WP
--------------------------------------------------- */
/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.alignright { float: right; }
.alignleft { float: left; }
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
img.alignleft {
  margin-right: 25px;
}
img.alignright {
  margin-left: 25px;
}
/* 画像だけ入った <p> の中で float を完結させる（モダン） */
p:has(> img.alignleft),
p:has(> img.alignright) {
  display: flow-root; /* または overflow: hidden; */
  margin-bottom: 0;
}
/* 左寄せ画像の直後の要素を回り込み解除 */
img.alignleft + * {
  clear: both;
}
/* 右寄せ画像の直後も同じ */
img.alignright + * {
  clear: both;
}

/*投稿詳細用*/
.entry-content {
  padding-bottom: 15px;
  border-bottom: solid 1px #B8CCE6;
}
.entry-content:after {
  content: ""; 
  display: block; 
  clear: both;
}
.entry-content h1 {
  font-size: 2rem;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 25px;
  background: #0049A4;
  color: #fff;
}
  @media screen and (max-width: 899px) {
    .entry-content h1 {
      font-size: 4.4vw;
      padding: 2vw 4vw;
      border-radius: 1.33vw;
      margin-bottom: 4vw;
    }
  }

.entry-content h2 {
  font-size: min(2.2vw, 2.2rem);
  padding-bottom: 12px;
  margin-bottom: 25px;
  border-bottom: solid 1px #0049A4;
}
  @media screen and (max-width: 899px) {
    .entry-content h2 {
      font-size: 4.4vw;
      padding-bottom: 3vw;
      margin-bottom: 4px;
    }
  }

.entry-content h3 {
  position: relative;
  font-size: 2rem;
  padding-left: 22px;
  margin-bottom: 15px;
}
.entry-content h3::after {
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 5;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0049A4;
}
  @media screen and (max-width: 899px) {
    .entry-content h3 {
      font-size: 4.26vw;
      padding-left: 5vw;
      margin-bottom: 3vw;
    }
    .entry-content h3::after {
      top: 1.8vw;
      width: 3.33vw;
      height: 3.33vw;
    }
  }

.entry-content h4 {
  font-size: 2rem;
  color: #0049A4;
  margin-bottom: 15px;
}
  @media screen and (max-width: 899px) {
    .entry-content h4 {
      font-size: 4.26vw;
      margin-bottom: 3vw;
    }
  }

.entry-content h5 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
  @media screen and (max-width: 899px) {
    .entry-content h5 {
      font-size: 4.13vw;
      margin-bottom: 3vw;
    }
  }

.entry-content h6 {
  font-size: 1.7rem;
  margin-bottom: 15px;
}
  @media screen and (max-width: 899px) {
    .entry-content h6 {
      font-size: 4vw;
      margin-bottom: 3vw;
    }
  }

.entry-content p {
  margin-bottom:30px;
}
  @media screen and (max-width: 999px) {
    .entry-content p {
      margin-bottom: 5vw;
    }
  }

.entry-content img {
  margin-bottom:30px;
}
  @media screen and (max-width: 999px) {
    .entry-content img {
      margin-bottom: 5vw;
    }
  }

.entry-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ul li ul {
  margin-bottom: 10px;
  font-size: 93%;
}
.entry-content ul li ul li {
  list-style-type:circle;
}
  @media screen and (max-width: 999px) {
    .entry-content ul {
      margin-bottom: 5vw;
      padding-left: 5.4vw;
    }
    .entry-content ul li ul {
      margin-bottom: 2vw;
    }
  }

.entry-content ol {
  counter-reset: section;
  margin-bottom: 30px;
}
.entry-content ol li {
  list-style: none;
}
.entry-content ol > li:before {
  content : counters(section, '-') '. ';
  counter-increment : section;
}
.entry-content ol li ol {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 93%;
}
  @media screen and (max-width: 999px) {
    .entry-content ol {
      margin-bottom: 5vw;
    }
    .entry-content ol li ol {
      padding-left: 5.4vw;
      margin-bottom: 2vw;
    }
  }

.entry-content table {
  width:100%;
  margin:0 0 35px 0;
}
.entry-content th {
  text-align: left;
  padding:7px 10px;
  border:solid 1px #B8CCE6;
}
.entry-content td {
  padding:7px 10px;
  border:solid 1px #B8CCE6;
}
  @media screen and (max-width: 999px) {
    .entry-content table {
      margin:0 0 5vw 0;
      font-size: 93%;
    }
    .entry-content th {
      padding:2vw;
    }
    .entry-content td {
      padding:2vw;
    }
  }

.entry-content table img {
  margin-bottom: 0;
}

.entry-content blockquote {
  position: relative;
  border: solid 2px #B8CCE6;
  padding: 20px 20px 20px 50px;
  margin-bottom: 35px;
}
.entry-content blockquote::before {
  position: absolute;
  left: 18px;
  top: 20px;
  content: "“";
  line-height: 1;
  font-size: 5rem;
  color: #B8CCE6;
}
  @media screen and (max-width: 999px) {
    .entry-content blockquote {
      padding: 4vw 3.33vw 4vw 9.33vw;
      margin-bottom: 5vw;
    }
    .entry-content blockquote::before {
      left: 2vw;
      top: 4vw;
      font-size: 12.33vw;
    }
  }

.entry-content u {
  text-decoration: none;
  border-bottom: solid 1px;
}

.entry-content .wp-caption.alignright {
  margin-left: 25px;
}
.entry-content .wp-caption.alignleft {
  margin-right: 25px;
}
  @media screen and (max-width: 999px) {
    .entry-content .wp-caption {
      width: 100%!important;
      float: none!important;
      margin: 0 0 5vw 0!important;
    }
  }

.entry-content .wp-caption img {
  margin-bottom: 5px;
}
.entry-content .wp-caption p {
  font-size: 90%;
  color: #757575;
  font-style: italic;
}
  @media screen and (max-width: 999px) {
    .entry-content .wp-caption img {
      margin-bottom: 2vw;
    }
  }

/*ページ分割ナビ*/
.wp-pagenavi {
  padding: 50px 0 0 0;
  text-align: center;
  overflow: hidden;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 44px;
  line-height: 42px;
  background: #fff;
  border: 1px solid #0049A5;
  color: #0049A5;
  margin: 0 3px 10px 3px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.8rem;
}
.wp-pagenavi a, .wp-pagenavi span.current {
  border-radius: 50%;
}
.wp-pagenavi span {
  background: #0049A5;
  color: #fff;
}
.wp-pagenavi a:hover {
  background: #0049A5;
  color: #fff;
  border: 1px solid #0049A5;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  line-height: 1;
  width: auto;
  border: none;
  color: #0049A5;
  font-size: 1.6rem;
  background: none;
}
.wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
  border: none;
  background: none;
  color: #0049A5;
  text-decoration: underline;
}
.wp-pagenavi .extend {
  line-height: 1;
  width: auto;
  border: none;
  color: #0049A5;
  background: none;
}
  @media screen and (max-width: 899px) {
    .wp-pagenavi {
      padding: 6.66vw 0 0 0;
    }
    .wp-pagenavi a, .wp-pagenavi span {
      width: 8vw;
      line-height: 8vw;
      margin: 0 0.33vw 2.33vw 0.33vw;
      font-size: 3.73vw;
    }
  }

/*記事詳細ナビ*/
.wp-detailnavi {
  position: relative;
  padding: 50px 0 0 0;
  text-align: center;
}
.prev_link {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 10;
}
.next_link {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 10;
}
  @media screen and (max-width: 899px) {
    .wp-detailnavi {
      padding: 8vw 0 0 0;
      margin-bottom: 3.33vw;
    }
    .wp-detailnavi a {
      font-size: 3.73vw;
    }
    .prev_link {
      bottom: 2vw;
    }
    .next_link {
      bottom: 2vw;
    }
    .wp-detailnavi .btn01 a {
      min-width: 35vw!important;
    }
  }

/*----------------------------------------------------
  404 Not Found
--------------------------------------------------- */
#notfound {
  padding-bottom: 60px;
}
#notfound p {
  padding-bottom: 20px;
}
#notfound .btn01 {
  margin-top: 40px;
}
  @media screen and (max-width: 999px) {
    #notfound {
      padding-bottom: 10.66vw;
    }
    #notfound p {
      padding-bottom: 4vw;
    }
    #notfound .btn01 {
      margin-top: 6.66vw;
    }
  }

/*----------------------------------------------------
  お問い合わせ contact
--------------------------------------------------- */
#contact_form {
  max-width: 1000px;
  margin: 0 auto;
}
.form_area table {
  margin-bottom: 40px;
  line-height: 1.6;
}
.form_area th {
  width: 300px;
  padding: 15px 20px;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: dotted 1px #B8CCE6;
  border-top: dotted 1px #B8CCE6;
  background: #CDE5F9;
}
.form_area th > span {
  display:block;
  position:relative;
  padding-right: 50px;
}
.form_area .require {
  position: absolute;
  color: #fff;
  background: #D78D38;
  font-style: normal;
  display: inline-block;
  font-size: 1.3rem;
  border-radius: 2px;
  width: 48px;
  line-height: 24px;
  text-align: center;
  right: 0;
  top: 2px;
}
.form_area td {
  padding: 15px 20px;
  border-bottom: dotted 1px #B8CCE6;
  border-top: dotted 1px #B8CCE6;
}
.form_area td .wpcf7-text, 
.form_area td textarea {
  padding: 13px 15px;
  background: #fff;
  border: solid 1px #CDE5F9;
  border-radius: 0;
  width: 100%;
  margin: 8px 0;
  outline: none;
}
.form_area td textarea {
  height: 250px;
}
.form_area td .wpcf7-list-item {
  display: block;
  margin: 5px 0;
}
.form_area td .wpcf7-list-item-label {
  margin: 0 0 0 5px;
}
  @media screen and (max-width: 999px) {
    .form_area {
      max-width: 100%;
      padding: 0;
    }
    .form_area table,
    .form_area tbody,
    .form_area tr,
    .form_area th,
    .form_area td {
      display: block;
      width: 100%!important;
    }
    .form_area table {
      margin-bottom: 2.66vw;
    }
    .form_area th {
      max-width: 100%;
      padding: 2.66vw 3vw;
      font-size: 4vw;
    }
    .form_area th span {
      margin: 0;
      padding-right: 12vw;
    }
    .form_area .require {
      font-size: 3.46vw;
      width: 10vw;
      line-height: 6vw;
    }
    .form_area th .require {
      right: 0;
      top: calc(50% - 3vw);
    }
    .form_area td {
      padding: 3vw 0;
      border: none;
    }
    .form_area td .wpcf7-text,
    .form_area td textarea {
      padding: 2.66vw 3vw;
      margin: 0;
      font-size:max(3.46vw,1.6rem);
    }
    .form_area td textarea {
      height: 54vw;
    }
  }

.doui_box {
  text-align: center;
  margin-bottom: 40px;
}
.doiu_privacy {
  margin-bottom: 15px;
}
.doui_box .wpcf7-list-item {
  margin-left: 0;
}
  @media screen and (max-width: 999px) {
    .doui_box {
      margin-bottom: 6.66vw;
    }
    .doiu_privacy {
      margin-bottom: 3vw;
    }
    .doui_box .wpcf7-list-item {
      margin-left: 0;
    }
  }

.con_step {
  padding: 45px 0 70px;
}
.box_step {
  position:relative;
  display:flex
}
.box_step:after {
  position:absolute;
  z-index:1;
  width:66.66667%;
  height:1px;
  background: #0049A5;
  content:"";
  left:0;
  right:0;
  bottom:-1em;
  margin:auto
}
.box_step li {
  color: #6F777C;
  width:33.33333%;
  text-align:center;
  position:relative;
  z-index:2
}
.box_step li:after {
  margin:0 auto;
  width:0.8em;
  height:0.8em;
  content:"";
  position:absolute;
  bottom:-1.35em;
  right:0;
  left:0;
  background:#fff;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:1px solid #6F777C;
  border-radius:200%
}
.box_step li.active {
  color:#0049A5
}
.box_step li.active:after {
  width:1.2em;
  height:1.2em;
  background:#0049A5;
  border:none;
  bottom:-1.55em
}
.box_step li .step_no {
  font-size: 3.8rem;
  font-weight: 400;
  display: block;
  line-height: 1;
}
.box_step li small {
  font-size: 1.6rem;
  margin-top: 5px;
  display: block;
  letter-spacing: 0.1em
}
  @media screen and (max-width: 999px) {
    .con_step {
      padding: 8.97vw 0 11.53vw;
    }
    .box_step:after {
      bottom: 0;
    }
    .box_step li {
      padding-bottom: 3.33vw;
    }
    .box_step li:after {
      width: 3vw;
      height: 3vw;
      bottom: -1.5vw;
    }
    .box_step li.active:after {
      width: 4vw;
      height: 4vw;
      bottom: -2vw;
    }
    .box_step li .step_no {
      font-size: 8vw;
    }
    .box_step li small {
      font-size: 3.84vw;
      margin-top: 0;
    }
  }

.contact_note {
  margin-bottom: 40px;
}
.entry_none {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.consent_box {
  margin-bottom: 40px;
}
.consent_box .wpcf7-list-item {
  margin: 0;
}
.consent_box .wpcf7-list-item-label {
  margin-left: 5px;
}
  @media screen and (max-width: 999px) {
    .form_area input[type="radio"],
    .form_area input[type="checkbox"] {
      transform: scale(1.5);
      vertical-align: middle;
    }
    .contact_note {
      font-size: 3.46vw;
      letter-spacing: 0;
      margin: 6.66vw 0;
    }
    .consent_box {
      margin-bottom: 6.66vw;
    }
  }
  @media screen and (max-width: 500px) {
    .form_area input[type="radio"],
    .form_area input[type="checkbox"] {
      transform: scale(1);
    }
  }

/*プレースホルダー*/
::-webkit-input-placeholder { color:#aaa; opacity: 1; }
:-moz-placeholder { color:#aaa; opacity: 1; }
::-moz-placeholder { color:#aaa; opacity: 1; }

:focus::-webkit-input-placeholder { color:transparent; }
:focus:-moz-placeholder { color:transparent; }
:focus::-moz-placeholder { color:transparent; }

  @media screen and (max-width: 999px) {
    ::-webkit-input-placeholder { color:#aaa; font-size: 3.46vw; }
    :-moz-placeholder { color:#aaa; font-size: 3.46vw; }
    ::-moz-placeholder { color:#aaa; font-size: 3.46vw; }
  }

/*ボタン*/
.submit-btn {
  position: relative;
  display: block;
  text-align: center;
}
.submit-btn input {
  display: inline-block;
  min-width: 300px;
  line-height: 60px;
  padding: 0 12px;
  border-radius: 30px;
  background: url("../img/ico_arrow02.svg") right 30px center no-repeat;
  background-size: 14px auto;
  background-color: #0049A5;
  border: solid 1px #0049A5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.08em;
  transition: all 0.2s ease-in-out 0s;
}
.submit-btn input:hover {
  background: url("../img/ico_arrow01.svg") right 30px center no-repeat;
  background-size: 14px auto;
  background-color: #fff;
  color: #0049A5;
}
.submit-btn [disabled] {
  color: #fff!important;
  opacity: 1!important;
  border: solid 1px #bbb!important;
  background: url("../img/ico_arrow02.svg") right 30px center no-repeat!important;
  background-size: 14px auto!important;
  background-color: #bbb!important;
}
  @media screen and (max-width: 999px) {
    .submit-btn input {
      min-width: 68vw;
      line-height: 12.8vw;
      padding: 0 2.66vw;
      border-radius: 6.66vw;
      font-size: 4vw;
      background: url("../img/ico_arrow02.svg") right 6.66vw center no-repeat;
      background-size: 3.33vw auto;
      background-color: #0049A5;
    }
    .submit-btn input:hover {
      background: url("../img/ico_arrow01.svg") right 6.66vw center no-repeat;
      background-size: 3.33vw auto;
      background-color: #fff;
    }
    .submit-btn [disabled] {
      background: url("../img/ico_arrow02.svg") right 6.66vw center no-repeat!important;
      background-size: 3.33vw auto!important;
      background-color: #bbb!important;
    }
  }

.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 35px)!important;
  bottom: -35px!important;
}
.wpcf7 .wpcf7-response-output {
  text-align: center!important;
}

.row-submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-submit > div {
  margin: 0 10px;
}
.return-btn input {
  display: inline-block;
  min-width: 300px;
  line-height: 60px;
  padding: 0 12px;
  border-radius: 30px;
  background-color: #aaa;
  border: solid 1px #aaa;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.08em;
  transition: all 0.2s ease-in-out 0s;
}
.return-btn input:hover {
  filter: brightness(1.1);
}
  @media screen and (max-width: 999px) {
    .row-submit {
      display: block;
    }
    .row-submit > div {
      margin: 0 auto;
      text-align: center;
    }
    .return-btn {
     margin-bottom: 4vw!important;
    }
    .return-btn input {
      min-width: 68vw;
      line-height: 12.8vw;
      padding: 0 2.66vw;
      border-radius: 6.66vw;
      font-size: 4vw;
    }
  }

