@charset "utf-8";

html {
  font-size: 62.5%;
}

/* 基本リセット */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  background-image: url(../../img/kanko/bg.png);
  box-sizing: border-box;
  overflow-x: hidden;
}

span#pagetop,
.link_skip.hide {
  display: block;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

h2 {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.6rem;
  text-align: center;
  margin-bottom: 5.8rem;
}

h2::before {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 147px;
  height: 8px;
  background: url(../../img/kanko/h2_before.png) no-repeat;
}

@media (max-width:768px) {
  h2 {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}

/* ===============================
ヘッダーここから
================================= */
#header {
  position: relative;
  height: 223px;
  z-index: 3;
  pointer-events: none;
}

.main_header {
  width: 100%;
}

.logo_img {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  max-width: 1500px;
}

.logo_img img {
  margin-top: 3rem;
}

@media (max-width: 1440px) {
  .logo_img img {
    max-width: 400px;
    margin: 2.5rem 0 0 5rem;
  }
}

@media (max-width: 1024px) {
  .logo_img img {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .logo_img {
    padding-left: 2rem;
  }

  .logo_img img {
    max-width: 200px;
    margin: 0;
  }
}

@media (max-width:440px) {
  .logo_img img {
    max-width: 150px;
  }
}

/* ===============================
ヘッダーここまで
================================= */

/* ===============================
スライダーここから
================================= */
.swiper_container {
  position: relative;
  margin-top: -232px;
}

.swiper_container::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../../img/kanko/slider_before.png) no-repeat;
  width: 80%;
  height: auto;
  z-index: 2;
  aspect-ratio: 960/166;
  background-size: contain;
  pointer-events: none;
}

.swiper_container::after {
  position: absolute;
  bottom: -30px;
  left: 0;
  content: "";
  background: url(../../img/kanko/slider_after.png) no-repeat;
  width: 100%;
  height: 500px;
  z-index: -2;
  pointer-events: none;
  pointer-events: none;
  background-size: contain;
  background-position: bottom;
  bottom: 0;
}

.mySwiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 85%;
}

.swiper-watch-progress .swiper-slide-visible,
.swiper:not(.swiper-watch-progress) {
  clip-path: url(#slider-clip-path);
  -webkit-clip-path: url(#slider-clip-path);
  aspect-ratio: 19 / 9;
}

.mySwiper .swiper-slide img {
  width: auto !important;
  height: 100% !important;
  object-fit: cover;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.mySwiper .swiper-slide {
  flex-shrink: 0;
}

/* ページネーション */
.swiper-controls {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  flex-direction: column;
  bottom: 60px;
  left: 40px;
  gap: 2rem;
}

.swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  width: auto !important;
}

.swiper-pagination-bullet {
  width: 0.5rem;
  height: 3rem;
  background: #fff;
  opacity: 1;
  border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
  background: #FFA810;
}

.swiper_pause img {
  display: block;
  width: 2rem;
  height: 2rem;
}

@media (max-width: 1024px) {
  .swiper-pagination-bullet {
    height: 2.5rem;
  }
}

@media (max-width:768px) {

  .swiper-watch-progress .swiper-slide-visible,
  .swiper:not(.swiper-watch-progress) {
    aspect-ratio: 15 / 9;
  }

  .swiper_container::after {
    height: 200px;
    bottom: 15px;
  }

  .mySwiper .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
}

/* ==========================
  Swiperコントロール
   ========================== */
.swiper-pagination {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.swiper-pagination-bullet {
  width: 0.5rem;
  height: 3rem;
  background: #fff;
  opacity: 1;
  border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
  background: #FFA810;
}

button.swiper_pause {
  z-index: 99;
  cursor: pointer;
  position: static;
  background: none;
  border: none;
  padding: 0;
}

.swiper_pause img {
  display: block;
  width: 20px;
  height: 20px;
}


@media (max-width: 1024px) {
  .swiper-pagination-bullet {
    height: 2.5rem;
  }

  .swiper-controls {
    gap: 20px;
  }
}

@media (max-width: 768px) {

  .swiper-watch-progress .swiper-slide-visible,
  .swiper:not(.swiper-watch-progress) {
    aspect-ratio: 15 / 9;
  }

  .mySwiper .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: cover;
  }

  .swiper_container::after {
    height: 200px;
    bottom: 15px;
  }

  .swiper-controls {
    bottom: 10px;
    left: 5px;
  }

  .swiper-pagination-bullet {
    height: 1.5rem;
  }

  .swiper-pagination {
    gap: 1rem;
  }
}


/* ===============================
スライダーここまで
================================= */

/* ===============================
メインボタンここから
================================= */
.main_wrapper {
  position: relative;
  margin: 5rem auto;
  max-width: 1120px;
  padding: 0 1rem;
}

.main_btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}

.main_btn {
  margin-bottom: 8rem;
}

.main_btn ul li {
  list-style: none;
  font-size: 2.2rem;
  font-weight: bold;
}

.main_btn ul li a {
  position: relative;
  display: block;
  width: 340px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  line-height: 90px;
  padding-left: 4rem;
  text-decoration: none;
  color: #333;
  transition: .5s all;
}

.main_btn ul li a:hover {
  opacity: .7;
}

.main_btn ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../../img/kanko/arrow_1.png) no-repeat;
  width: 22px;
  height: 22px;
}


.main_btn ul li:nth-child(1) a {
  background-color: #FFF2F3;
}

.main_btn ul li:nth-child(1) a::before {
  position: absolute;
  content: "";
  background-color: #EB697F;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
}

.main_btn ul li:nth-child(2) a {
  background-color: #C4EDF3;
}

.main_btn ul li:nth-child(2) a::before {
  position: absolute;
  content: "";
  background-color: #23ADC2;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
}

.main_btn ul li:nth-child(3) a {
  background-color: #E3F9E3;
}

.main_btn ul li:nth-child(3) a::before {
  position: absolute;
  content: "";
  background-color: #129412;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width:768px) {
  .main_wrapper {
    margin-top: 4rem;
  }

  .main_btn {
    margin-bottom: 4rem;
  }
}

@media (max-width:440px) {
  .main_btn ul {
    gap: 3rem;
  }

  .main_btn ul li {
    flex: 1 1 calc((100% - 4rem) / 3);
    max-width: 340px;
    min-width: 280px;
    font-size: 1.6rem;
  }

  .main_btn ul li a {
    line-height: 65px;
    width: 100%;
  }
}

/* ===============================
メインボタンここまで
================================= */

/* ===============================
メインリストここから--3001--
================================= */
.main_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 7rem 4rem;
  position: relative;
  z-index: 3;
}

.free_box2 {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 340px;
  width: 100%;
}

.free_box2 a {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  padding-top: 2.5rem;
  text-align: center;
  transition: .5s all;
}

.free_box2 a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.free_box2 a:hover {
  opacity: .5;
}

.free_box2 img {
  border-radius: 20px;
}

.free_box2 a::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 35px;
  bottom: -10px;
  left: 40px;
  background: url(../../img/kanko/main-list_before.png) no-repeat;
  z-index: -1;
}

.free_box2 img {
  border-radius: 20px;
  transition: box-shadow 0.5s ease;
  max-width: 340px;
  width: 100% !important;
  height: 100% !important;
}

.free_box2 a:hover+p img,
.free_box2 img:hover {
  box-shadow: 0 0 0 4px #FFA810;
}

@media (max-width:1119px) {
  .main_list_wrapper {
    justify-content: center;
  }
}

@media (max-width:440px) {
  .main_list_wrapper {
    gap: 4rem;
  }

  .free_box2 a {
    font-size: 1.8rem;
    padding-top: 1.6rem;
  }
}

/* ===============================
メインリストここまで
================================= */

/* ===============================
新着情報ここから
================================= */
#news {
  position: relative;
  margin: 24rem auto 0;
  background: url(../../img/kanko/news_area_bg.jpg);
  width: 100%;
  height: 100%;
}

#news::before {
  position: absolute;
  content: "";
  top: -175px;
  left: 0;
  background: url(../../img/kanko/news_area_before.png) repeat-x;
  width: 100%;
  height: 196px;
  z-index: -1;
}

.section_information_item {
  position: relative;
  overflow: visible;
  width: 100%;
  z-index: 2;
  height: 100%;
  max-width: 1560px;
  margin: 0 auto;
  z-index: 5;
}

.section_information_item::before {
  position: absolute;
  content: "";
  background: url(../../img/kanko/illustration_person_1.png) no-repeat center / contain;
  width: clamp(170px, 15vw, 296px);
  height: clamp(125px, 12.5vw, 248px);
  top: clamp(-250px, -13vw, -250px);
  left: clamp(20px, 6vw, 100px);
  transform: translateX(-40px);
}

.section_information_item::after {
  position: absolute;
  content: "";
  background: url(../../img/kanko/illustration_person_2.png) no-repeat center / contain;
  width: clamp(130px, 10vw, 192px);
  height: clamp(130px, 9.7vw, 186px);
  top: clamp(-250px, -14vw, -270px);
  right: clamp(120px, 2vw, 160px);
  transform: translateX(40px);
}

.section_information_item::before,
.section_information_item::after {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.section_information_item.show::before,
.section_information_item.show::after {
  opacity: 1;
  transform: translateX(0);
}

.section_information_list_item {
  position: relative;
  width: 100%;
  height: 710px;
}

.section_information_list_item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../../img/kanko/news_area_3.png) no-repeat center / contain;
  width: clamp(200px, 45vw, 580px);
  height: clamp(256px, 65vw, 743px);
  z-index: 3;
}

.section_information_list_item::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../../img/kanko/news_area_4.png) no-repeat center / contain;
  width: clamp(200px, 50vw, 654px);
  height: clamp(900px, 90vw, 1188px);
  z-index: 2;
}

.section_information_list_item_list {
  position: relative;
  width: 100%;
  height: 100%;
}

.section_information_list_item_list::before {
  position: absolute;
  content: "";
  bottom: -205px;
  left: 0;
  width: 100%;
  background: url(../../img/kanko/news_area_after.png) no-repeat;
  height: 244px;
  z-index: 2;
}

.section_information_list_item_list::after {
  position: absolute;
  content: "";
  bottom: -210px;
  left: 0;
  background: url(../../img/kanko/news_area_2.png) no-repeat;
  width: 100%;
  height: 640px;
  background-position: top center;
  z-index: 3;
}

h2.section_information_ttl.acc_title {
  position: relative;
  z-index: 10;
}

.section_information_list_item_list2 {
  position: relative;
  width: 100%;
  height: 100%;
}

.section_information_list_item_list2::before {
  position: absolute;
  content: "";
  background: url(../../img/kanko/news_area_5.png) no-repeat center / contain;
  top: 0;
  right: clamp(10px, 5vw, 50px);
  width: clamp(150px, 25vw, 399px);
  height: clamp(200px, 35vw, 544px);
  z-index: 3;
}

.section_information_list_item_list2::after {
  position: absolute;
  content: "";
  background: url(../../img/kanko/news_area_6.png) no-repeat center / contain;
  top: clamp(-50px, -5vw, -50px);
  /* 必要に応じて微調整 */
  left: clamp(20px, 10vw, 140px);
  /* 画面幅に応じて位置調整 */
  width: clamp(150px, 25vw, 315px);
  /* 最小150px〜最大315pxで可変 */
  height: clamp(540px, 60vw, 912px);
  /* 比率維持で高さ調整 */
  z-index: 4;
}

@media (max-width:768px) {
  .section_information_item::before {
    top: -180px;
  }

  .section_information_item::after {
    top: -200px;
    right: 40px;
  }
}

@media (max-width:440px) {
  .section_information_item::before {
    left: 0;
    left: 0px;
    width: 140px;
  }

  .section_information_item::after {
    width: 110px;
    right: 10px;
    top: -230px;
  }
}

/* ===============================
新着情報掲載エリア
================================= */
.section_information_item,
.section_information_list_item,
.swiper_container,
.mySwiper {
  max-width: 100%;
  box-sizing: border-box;
}

.section_information_list_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: calc(100% - 20px);
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
  padding: 7.7rem 5rem 5rem;
  border-radius: 20px;
  z-index: 5;
}

.section_information_list_container {
  padding: 4rem 1rem 0;
}

.news_area_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.news_area_wrapper::before {
  position: absolute;
  content: "";
  display: block;
  top: -320px;
  left: 0;
  background: url(../../img/kanko/news_area_1.png) no-repeat;
  width: 100%;
  height: 640px;
  background-position: top center;
  pointer-events: none;
}

.section_information_list {
  font-size: 1.8rem;
  color: #333;
}

.section_information_list ul li {
  list-style: none;
  font-weight: 500;
  padding-bottom: 2rem;
  background-image: repeating-linear-gradient(to right,
      #000 0px,
      #000 1px,
      transparent 1px,
      transparent 6px);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto 1px;
  margin-bottom: 2rem;
  z-index: -1;
}

.text_d2 {
  font-size: 1.8rem;
  max-width: 290px;
  width: 100%;
  margin: 5rem 3rem 0 auto;
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.article_title a {
  color: #333;
  text-decoration: none;
  padding-left: 5rem;
  transition: .5s all;
}

.article_title a:hover {
  opacity: .5;
}

img.icon_new {
  display: none;
}

@media (max-width:768px) {
  .section_information_list ul li {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .article_title a {
    padding: 0;
  }

  .section_information_list_wrap {
    padding: 4rem 2rem;
  }

  .section_information_list {
    font-size: 1.6rem;
  }
}

/* ===============================
新着情報ボタン・RSSボタン
================================= */
.link_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
  margin-top: 5rem;
}

.link_box a {
  display: block;
  text-decoration: none;
  transition: .5s all;
}

/* ===============================
新着情報ボタン（左側）
================================= */
.link_box .link_ichiran a {
  position: relative;
  font-weight: 500;
  color: #fff;
  background: #016901;
  padding: 1.5rem 7.2rem 1.5rem 3.2rem;
  border-radius: 30px;
  line-height: 1.27;
  outline: 1px solid #016901;
}

/* hover時（反転） */
.link_box .link_ichiran a:hover {
  background: #fff;
  color: #016901;
}

/* 矢印アイコン（通常） */
.link_box .link_ichiran a::before,
.link_box .link_ichiran a::after {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  transition: opacity 0.5s;
}

/* 通常時矢印 */
.link_box .link_ichiran a::before {
  background-image: url(../../img/kanko/arrow_2.png);
}

/* hover時矢印 */
.link_box .link_ichiran a::after {
  background-image: url(../../img/kanko/arrow_2_hover.png);
  opacity: 0;
}

/* hoverで切り替え */
.link_box .link_ichiran a:hover::before {
  opacity: 0;
}

.link_box .link_ichiran a:hover::after {
  opacity: 1;
}

/* ===============================
RSSアイコンリンク（右側）
================================= */
.link_box .link_rss a {
  all: unset;
  display: inline-block;
  cursor: pointer;
  transition: .5s all;
}

/* hoverで薄くなる */
.link_box .link_rss a:hover {
  opacity: .5;
}

/* RSSアイコン画像 */
.link_box .link_rss img {
  display: block;
  width: 24px;
  height: 24px;
}

@media (max-width:768px) {
  .link_box {
    justify-content: center;
    margin-top: 4rem;
  }
}

@media (max-width:440px) {
  .link_box .link_ichiran a {
    padding: 1.5rem 5.3rem 1.5rem 2.5rem
  }

  .link_box .link_ichiran a::before,
  .link_box .link_ichiran a::after {
    right: 20px;
  }
}

/* 新着情報ないとき */
.section_information_list_item.no_data_mode {
  height: 550px;
}

p.no_data {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
  max-width: 1100px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 20px);
  z-index: 10;
  font-size: 1.8rem;
  border-radius: 20px;
  padding: 5rem 3rem;
}

@media (max-width:440px) {
  .section_information_list_item.no_data_mode {
    height: 300px;
  }

  p.no_data {
    font-size: 1.6rem;
  }
}

/* ===============================
新着情報ここまで
================================= */

/* ===============================
バナーエリアここから--専用フッタ--
================================= */
.bnr_wrap {
  position: relative;
  width: 100%;
  background: url(../../img/kanko/link_bg.jpg) no-repeat;
  background-size: cover;
}

.bnr_wrap::after {
  position: absolute;
  content: "";
  background: url(../../img/kanko/illustration_person_3.png) no-repeat center / contain;
  width: clamp(100px, 10vw, 190px);
  height: clamp(87px, 9vw, 165px);
  top: clamp(-20px, -2vw, -30px);
  right: clamp(20px, 6vw, 110px);
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s ease, transform 1s ease;
  z-index: 3;
}

.section_information_item.show::after,
.bnr_wrap.show::after {
  opacity: 1;
  transform: translateX(0);
}

.link_title {
  padding-top: 23rem;
}

#site_footer {
  padding: 0 1rem 17rem;
  z-index: 3;
  width: 100%;
}

div#site_footer_box {
  position: relative;
  max-width: 856px;
  margin: 0 auto;
  display: flex;
  gap: 2rem 5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div#site_footer_box a {
  transition: .5s all;
}

div#site_footer_box a:hover {
  opacity: .8;
}

div#site_footer_box a img {
  display: block;
}

@media (max-width:876px) {
  div#site_footer_box {
    max-width: 554px
  }
}

@media (max-width:768px) {
  .bnr_wrap::after {
    top: 50px;
  }
}

@media (max-width:573px) {
  div#site_footer_box {
    justify-content: center;
  }
}

@media (max-width:440px) {
  #site_footer {
    padding-bottom: 13rem;
  }
}

/* ===============================
バナーエリアここまで
================================= */

/* フッター */
#footer {
  position: relative;
  background-color: #FFF8BE;
  padding: 0 1rem;
}

#footer::before {
  position: absolute;
  content: "";
  background: url(../../img/kanko/illustration_person_4.png) no-repeat center / contain;
  width: clamp(110px, 8vw, 150px);
  height: clamp(112px, 8.5vw, 158px);
  top: clamp(-110px, -8vw, -150px);
  left: clamp(20px, 10vw, 150px);
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}

#footer.show::before {
  opacity: 1;
  transform: translateX(0);
}

.footer_inner {
  display: flex;
  max-width: 1066px;
  margin: 0 auto;
  align-items: flex-end;
  padding: 3rem 1rem 0;
  flex-wrap: wrap;
}

.footer_flex_left {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.footerLogo img {
  max-width: 316px;
  width: 100%;
}

.footer_flex_left dl {
  margin-left: 4rem;
}

.footer_flex_left dl dt {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
}

.d_flex {
  font-size: 1.6rem;
  line-height: 1.3;
  gap: 10rem;
}

.d_flex p:nth-child(1) {
  padding-bottom: 0.5rem;
}

.d_flex p:nth-child(2),
.d_flex p:nth-child(3) {
  display: inline-block;
  margin-right: 1rem;
}

.footer_flex_right.d_flex {
  max-width: 223px;
  width: 100%;
}

.footer_flex_right.d_flex a {
  position: relative;
  display: block;
  height: 53px;
  line-height: 53px;
  color: #333;
  text-decoration: none;
  outline: 3px solid #FFA810;
  background-color: #fff;
  padding: 0 3.5rem;
  border-radius: 30px;
  transition: .5s all;
}

.footer_flex_right.d_flex a:hover {
  background-color: #FFA810;
  color: #fff;
}

.footer_flex_right.d_flex a::before,
.footer_flex_right.d_flex a::after {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  content: "";
  width: 22px;
  height: 22px;
  transition: opacity .5s;
  background-repeat: no-repeat;
}

.footer_flex_right.d_flex a::before {
  background-image: url(../../img/kanko/arrow_1.png);
}

.footer_flex_right.d_flex a::after {
  background-image: url(../../img/kanko/arrow_1_hover.png);
  opacity: 0;
}

.footer_flex_right.d_flex a:hover::before {
  opacity: 0;
}

.footer_flex_right.d_flex a:hover::after {
  opacity: 1;
}

#copyright {
  text-align: center;
  font-size: 1.2rem;
  padding: 2.7rem 0 1.5rem;
}

@media (max-width:1032px) {
  .d_flex {
    gap: 4rem;
  }
}

@media (max-width:708px) {
  .footer_flex_right.d_flex {
    max-width: 400px;
  }

  .d_flex,
  .footer_flex_left {
    justify-content: center;
    gap: 2rem;
  }
}

@media (max-width:440px) {
  .footer_flex_right.d_flex {
    max-width: 320px;
  }

  .footer_flex_left dl {
    margin-left: 0;
  }

  .footerLogo img {
    max-width: 240px;
  }
}

/* トップに戻るボタン */
#p-scroll {
  position: fixed;
  right: 40px;
  bottom: 10px;
  display: none;
  z-index: 1000;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

#p-scroll img {
  width: 80px;
  height: auto;
  transition: .5s all;
}

#p-scroll img:hover {
  transform: translateY(-5px);
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, .2));
}

@media (max-width:768px) {
  #p-scroll {
    right: 20px;
    bottom: 30px;
  }

  #p-scroll img {
    width: 60px;
  }
}

@media (max-width:440px) {
  #p-scroll {
    bottom: 20px;
  }
}

/* 外部リンク表示を非表示 */
span.external_link_text {
  display: none;
}