@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/* ホバーをPCでのみ有効
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #001A24;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
  color: #001A24;
}

/* 共通
--------------------------------------------------*/
body {
  word-break: break-word;
}

/* 404
--------------------------------------------------*/
#page_404 {
  margin-top: 122px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  #page_404 {
    margin-top: 74px;
  }
}
@media screen and (max-width: 768px) {
  #page_404 {
    margin-bottom: 60px;
  }
}
#page_404 .breadcrumbs {
  position: unset;
}
#page_404 .breadcrumbs a, #page_404 .breadcrumbs span {
  color: #808D92;
}
#page_404 .wrap_404 {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page_404 .wrap_404 {
    margin-top: 40px;
  }
}
#page_404 .wrap_404 .wrap_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page_404 .wrap_404 .wrap_title {
    margin-bottom: 30px;
  }
}
#page_404 .wrap_404 .wrap_title .error {
  color: #00AEEF;
}
#page_404 .wrap_404 .wrap_title h1 {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #page_404 .wrap_404 .wrap_title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 449px) {
  #page_404 .wrap_404 .wrap_title h1 {
    font-size: 6.8vw;
  }
}
#page_404 .wrap_404 .text {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #page_404 .wrap_404 .text {
    margin-bottom: 40px;
  }
}
#page_404 .wrap_404 .btn {
  margin-inline: auto;
}

/* 自動で改行
--------------------------------------------------*/
span.br_word {
  display: inline-block;
}

/* TOPに戻るボタン
--------------------------------------------------*/
#pageTopBtn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#pageTopBtn.show {
  opacity: 1;
  visibility: visible;
}

/* カレント
--------------------------------------------------*/
#nav_head .nav_list > li.current > a {
  color: #00AEEF;
  transition: none !important;
}

/* 下層KV
--------------------------------------------------*/
#kv_under {
  height: 380px;
  position: relative;
  margin-top: 122px;
}
@media screen and (max-width: 1199px) {
  #kv_under {
    margin-top: 74px;
  }
}
@media screen and (max-width: 768px) {
  #kv_under {
    height: 280px;
  }
}
#kv_under::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#kv_under .kv_img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#kv_under .kv_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#kv_under .page_title {
  position: absolute;
  left: 5%;
  top: 44%;
  transform: translateY(-50%);
  z-index: 10;
  height: -moz-fit-content;
  height: fit-content;
  width: 90%;
}
#kv_under .page_title .title_text {
  color: #fff;
  font-size: clamp(4.6rem, 5.98vw, 6rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kv_under .page_title .title_text {
    font-size: clamp(2.8rem, 8.75vw, 4.6rem);
  }
}
#kv_under .page_title .title_text::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #00AEEF;
  left: 0;
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  #kv_under .page_title .title_text::after {
    width: 80px;
    bottom: -20px;
  }
}

/* 組合専用ページKV
--------------------------------------------------*/
#kv_member {
  background-color: #003F57;
  height: 270px;
  position: relative;
  margin-top: 122px;
}
@media screen and (max-width: 1199px) {
  #kv_member {
    margin-top: 74px;
  }
}
@media screen and (max-width: 768px) {
  #kv_member {
    height: 220px;
  }
}
#kv_member .page_title {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  gap: 20px;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  #kv_member .page_title {
    gap: 10px;
  }
}
#kv_member .page_title img {
  width: clamp(20px, 6.66vw, 40px);
  flex-shrink: 0;
}
#kv_member .page_title .title_text {
  color: #fff;
  font-size: clamp(4.6rem, 5.98vw, 6rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #kv_member .page_title .title_text {
    font-size: clamp(2.4rem, 8vw, 4.2rem);
  }
}

/* パンくず
--------------------------------------------------*/
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    gap: 4px;
  }
}
.breadcrumbs a, .breadcrumbs span {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .breadcrumbs a, .breadcrumbs span {
    font-size: 1.2rem;
  }
}
.breadcrumbs a {
  transition-duration: 0.3s;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    opacity: 0.8;
  }
}
.breadcrumbs .no_link {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  min-width: 0;
  flex: 1;
}

/* お知らせ カテゴリーで絞り込む
--------------------------------------------------*/
.news_category {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .news_category {
    margin-bottom: 30px;
  }
}
.news_category .category_list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 999px) {
  .news_category .category_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .news_category .category_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
@media screen and (max-width: 449px) {
  .news_category .category_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.news_category .category_list li a, .news_category .category_list li .member-cat_btn {
  font-weight: 700;
  padding: 15px;
  border: solid 1px #808D92;
  color: #808D92;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  cursor: pointer;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .news_category .category_list li a, .news_category .category_list li .member-cat_btn {
    padding: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .news_category .category_list li a, .news_category .category_list li .member-cat_btn {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .news_category .category_list li a:hover, .news_category .category_list li .member-cat_btn:hover {
    color: #00AEEF;
    border: solid 1px #00AEEF;
  }
}
.news_category .category_list li button {
  all: unset;
}
.news_category .category_list li a.current, .news_category .category_list li .member-cat_btn.current {
  border-color: #00AEEF;
  background-color: #00AEEF;
  color: #fff;
}

/* ページネーション
--------------------------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    padding-top: 10px;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  all: unset;
  width: 30px;
  height: 30px;
  border: solid 1px #00AEEF !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00AEEF;
  font-weight: 500;
  line-height: 1;
  font-size: 1.6rem;
  transition-duration: 0.3s;
  box-sizing: border-box;
}
.wp-pagenavi span:not(.current),
.wp-pagenavi a:not(.current) {
  cursor: pointer;
}
.wp-pagenavi span:not(.current):hover,
.wp-pagenavi a:not(.current):hover {
  opacity: 0.7;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #00AEEF;
  width: 30px;
  height: 30px;
  font-weight: 500 !important;
}
.wp-pagenavi .next,
.wp-pagenavi .prev {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 25'><path d='M24.175 12.7056H2.5V10.7056H24.175L18.575 5.10557L20 3.70557L28 11.7056L20 19.7056L18.575 18.3056L24.175 12.7056Z' fill='%2300AEEF'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 14px;
}
.wp-pagenavi .prev {
  transform: scaleX(-1);
}
.wp-pagenavi .extend {
  border: none !important;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* ヘッダー
--------------------------------------------------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 122px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  padding: 20px;
  border-bottom: solid 1px #EBECED;
  transition: top 0.3s ease;
}
@media screen and (max-width: 1199px) {
  header {
    height: 74px;
    padding: 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding-left: 10px;
  }
}
header .a_logo {
  z-index: 1;
  width: clamp(180px, 15vw, 200px);
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .a_logo {
    width: 142px;
  }
}
@media screen and (max-width: 449px) {
  header .a_logo {
    width: 122px;
  }
}
header .a_logo .logo {
  display: inline-block;
  height: auto;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease-in-out;
}
header .a_logo .logo img {
  display: block;
  height: auto;
  width: 100%;
  height: 100%;
}
header .a_logo .logo .logo_black {
  display: none;
}
@media screen and (max-width: 1199px) {
  header #nav_overlay {
    position: fixed;
    top: 74px;
    right: 0;
    width: 100%;
    height: calc(100vh - 74px);
    display: flex;
    pointer-events: none;
    z-index: 999;
    transition: opacity 0.4s ease;
    opacity: 0;
  }
  header #nav_overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
  header #nav_overlay .nav_bg {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
}
header #nav_head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
@media screen and (max-width: 1199px) {
  header #nav_head {
    position: fixed;
    right: -100%;
    width: 80%;
    max-width: 580px;
    min-width: 320px;
    height: calc(var(--vh, 1vh) * 100);
    background: #F3F5F5;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-top: 23px;
    padding-left: 30px;
    padding-right: 30px;
    transition: right 0.4s ease;
    top: 74px;
  }
}
@media screen and (max-width: 768px) {
  header #nav_head {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 360px) {
  header #nav_head {
    width: 100%;
    min-width: none;
  }
}
header #nav_head.active {
  right: 0;
}
header .btn_list {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1199px) {
  header .btn_list {
    flex-direction: column;
    order: 2;
    width: 100%;
  }
}
header .btn_list a {
  gap: 6px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.6rem;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1199px) {
  header .btn_list a {
    padding-top: 16px;
    padding-bottom: 16px;
    height: auto;
    width: 100%;
  }
}
@media (hover: hover) {
  header .btn_list a:hover {
    opacity: 0.8;
  }
}
header .btn_list li:nth-child(1) a {
  background-color: #003F57;
}
header .btn_list li:nth-child(2) a {
  background-color: #005B7D;
}
header .btn_list li:nth-child(3) a {
  background-color: #00AEEF;
}
@media screen and (max-width: 1199px) {
  header .btn_list li:nth-child(3) a {
    align-items: flex-end;
  }
  header .btn_list li:nth-child(3) a img {
    margin-bottom: 4px;
  }
}
header .nav_list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  header .nav_list {
    flex-direction: column;
    width: 100%;
    order: 1;
    margin-bottom: 20px;
    gap: 0;
  }
}
@media screen and (max-width: 1199px) {
  header .nav_list li {
    border-bottom: solid 1px #00AEEF;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .nav_list li a {
  font-size: clamp(1.4rem, 1.16vw, 1.6rem);
  font-weight: 500;
  position: relative;
  transition-duration: 0.3s;
}
@media (hover: hover) {
  header .nav_list li a:hover {
    color: #00AEEF;
  }
}
@media screen and (max-width: 1199px) {
  header .nav_list li a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #001A24;
    padding: 18px 0;
    width: 100%;
  }
}
header .nav_list li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
@media (hover: hover) {
  header .nav_list li a:hover::after {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 999px) {
  header .nav_list li .arrow {
    position: relative;
  }
}
@media screen and (max-width: 999px) and (max-width: 449px) {
  header .nav_list li .arrow {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 999px) {
  header .nav_list li .arrow::after {
    content: "";
    position: absolute;
    background-image: url(../img/common/arrow_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 10px;
  }
}
@media screen and (max-width: 999px) and (max-width: 449px) {
  header .nav_list li .arrow::after {
    width: 14px;
    height: 8px;
  }
}

.header_btn {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header_btn {
    position: absolute;
    top: 0;
    right: 74px;
    display: flex !important;
    gap: 4px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #fff;
    background-color: #003F57;
    width: 74px;
    height: 74px;
  }
  .header_btn img {
    width: 18px;
    height: auto;
  }
}

.hamburger_btn * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  list-style: none;
}

.hamburger_btn {
  display: none;
}
@media screen and (max-width: 1199px) {
  .hamburger_btn {
    display: block;
    padding: 0;
    width: 74px;
    height: 74px;
    position: absolute;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
    top: 0;
    right: 0;
  }
}

.hamburger_btn .hamburger_bar {
  display: block;
  width: 32px;
  height: 1px;
  transition: all 0.2s;
  transform-origin: center;
  position: absolute;
  left: 0;
  background-color: #00AEEF;
}
.hamburger_btn .hamburger_bar::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
}

.hamburger_btn .hamburger_bar1 {
  top: 20px;
  left: 21px;
}

.hamburger_btn .hamburger_bar2 {
  top: 28px;
  left: 21px;
}

.hamburger_btn .hamburger_bar3 {
  top: 36px;
  left: 21px;
}

.hamburger_btn.active .hamburger_bar1 {
  transform: rotate(45deg);
  top: 26px;
}

.hamburger_btn.active .hamburger_bar2 {
  opacity: 0;
}

.hamburger_btn.active .hamburger_bar3 {
  transform: rotate(-45deg);
  top: 26px;
}

.hamburger_btn.active .hamburger_close {
  display: block;
}

.hamburger_label {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-align: center;
  transition: 0.3s;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.hamburger_btn {
  background-color: #00AEEF;
}

.hamburger_btn .hamburger_bar {
  background-color: #fff;
}

header #nav_head.active {
  pointer-events: auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 100px;
  z-index: 9999;
}

body.no_scroll {
  overflow: hidden;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* フッター
--------------------------------------------------*/
footer {
  background-image: url(../img/common/footer_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  footer {
    background-image: url(../img/common/sp_footer_bg.webp);
    padding-top: 60px;
  }
}
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  footer::before {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
footer .footer_top {
  text-align: center;
  position: relative;
  z-index: 2;
}
footer .footer_top .a_logo {
  display: inline-block;
  width: 280px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .footer_top .a_logo {
    width: 240px;
    margin-bottom: 40px;
  }
}
footer .footer_top .a_logo .logo {
  height: auto;
  width: 100%;
}
footer .footer_top .a_logo .logo img {
  width: 100%;
}
footer .footer_top .footer_nav_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
}
@media screen and (max-width: 999px) {
  footer .footer_top .footer_nav_list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_nav_list {
    flex-direction: column;
    row-gap: 12px;
  }
}
footer .footer_top .footer_nav_list li {
  display: flex;
  justify-content: center;
}
footer .footer_top .footer_nav_list li a {
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
@media (hover: hover) {
  footer .footer_top .footer_nav_list li a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 999px) {
  footer .footer_top .footer_nav_list li a {
    font-size: clamp(1.3rem, 1.69vw, 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_nav_list li a {
    font-size: 1.4rem;
  }
}
footer .footer_top .footer_nav_list li a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #fff;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  footer .footer_top .footer_nav_list li a::after {
    right: -15px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_nav_list li a::after {
    content: none;
  }
}
footer .footer_top .footer_nav_list li:last-child a::after {
  content: none;
}
footer .footer_top .footer_nav_list li .icon_btn {
  font-weight: 400;
  gap: 4px;
}
@media screen and (max-width: 999px) {
  footer .footer_top .footer_nav_list li .icon_btn img {
    width: 14px;
  }
}
footer .footer_top .footer_nav_list.top {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_nav_list.top {
    margin-bottom: 12px;
  }
}
footer .footer_top .footer_btn_list {
  margin: 30px auto 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  /* 1番目のボタン */
  /* 2番目のボタン */
  /* 3番目のボタン */
  /* 4番目のボタン */
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_btn_list {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 106px;
    width: 90%;
  }
}
@media screen and (max-width: 449px) {
  footer .footer_top .footer_btn_list {
    width: 100%;
  }
}
footer .footer_top .footer_btn_list .icon_btn {
  width: 100%;
  max-width: 410px;
  height: 60px;
  justify-content: center;
  gap: 4px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 999px) {
  footer .footer_top .footer_btn_list .icon_btn {
    font-size: clamp(1.4rem, 1.82vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_btn_list .icon_btn {
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    max-width: none;
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 449px) {
  footer .footer_top .footer_btn_list .icon_btn {
    width: 100%;
  }
}
footer .footer_top .footer_btn_list .icon_btn img {
  width: auto;
  height: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_btn_list .icon_btn img {
    height: clamp(16px, 5.33vw, 20px);
  }
}
@media (hover: hover) {
  footer .footer_top .footer_btn_list .icon_btn:hover {
    opacity: 0.8;
  }
}
footer .footer_top .footer_btn_list li:nth-child(1) .icon_btn {
  background-color: #fff;
  color: #003F57;
}
footer .footer_top .footer_btn_list li:nth-child(2) .icon_btn {
  background-color: #005B7D;
}
footer .footer_top .footer_btn_list li:nth-child(3) .icon_btn {
  background-color: #0077A3;
}
footer .footer_top .footer_btn_list li:nth-child(4) .icon_btn {
  background-color: #0093C9;
}
footer .footer_top .footer_btn_list li:nth-child(5) .icon_btn {
  background-color: #00AEEF;
}
footer .footer_bottom {
  position: relative;
  z-index: 2;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 999px) {
  footer .footer_bottom {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bottom {
    justify-content: center;
    height: 32px;
  }
}
footer .footer_bottom .copy {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom .copy {
    font-size: 1rem;
  }
}
footer .footer_bottom .stop {
  position: absolute;
  right: 20px;
  height: 40px;
  width: auto;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom .stop {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: -56px;
  }
}

/* 流用パーツ
--------------------------------------------------*/
.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-view {
    display: block;
  }
}

.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-view {
    display: none;
  }
}

.lg-view {
  display: block;
}
@media screen and (max-width: 999px) {
  .lg-view {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  br.tab {
    display: none;
  }
}
br.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  br.pc-view {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  br.pc-view.blank {
    display: none;
  }
}
br.xl-view {
  display: block;
}
@media screen and (min-width: 1200px) {
  br.xl-view {
    display: none;
  }
}
br.lg-view {
  display: block;
}
@media screen and (min-width: 1000px) {
  br.lg-view {
    display: none;
  }
}
br.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  br.sp-view {
    display: none;
  }
}
br.sm-view {
  display: none;
}
@media screen and (max-width: 449px) {
  br.sm-view {
    display: block;
  }
}

span {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.x50 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 50%;
}

.x60 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 60%;
}

.x66 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 66.66%;
}

.x70 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 70%;
}

.x80 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 80%;
}

.x90 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 90%;
}

.x40 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 40%;
}

.x120 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 120%;
}

.x130 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 130%;
}

.x140 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 140%;
}

.x150 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 150%;
}

.mb0 {
  margin-bottom: 0;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.pt100 {
  padding-top: 100px;
}

.w90p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w90p {
    width: 90%;
  }
}

.w1000 {
  width: 75%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w1000 {
    width: 90%;
  }
}

.w1020 {
  width: 85%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w1020 {
    width: 90%;
  }
}

.w1200 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w1200 {
    width: 90%;
  }
}

.w1400 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w1400 {
    width: 90%;
  }
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

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

/* 共通パーツ
--------------------------------------------------*/
.btn {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #00AEEF;
  width: 100%;
  max-width: 380px;
  height: 65px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 1.6rem;
  }
}
@media (max-width: 359px) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 25'><path d='M24.175 12.7056H2.5V10.7056H24.175L18.575 5.10557L20 3.70557L28 11.7056L20 19.7056L18.575 18.3056L24.175 12.7056Z' fill='black'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 25'><path d='M24.175 12.7056H2.5V10.7056H24.175L18.575 5.10557L20 3.70557L28 11.7056L20 19.7056L18.575 18.3056L24.175 12.7056Z' fill='black'/></svg>");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  width: 25px;
  height: 20px;
  right: 16px;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn::after {
    width: 24px;
    height: 19.2px;
  }
}
@media (max-width: 359px) {
  .btn::after {
    width: 20px;
    height: 16px;
  }
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.8;
  }
  .btn:hover::after {
    right: 10px;
  }
}

.btn_white {
  color: #00AEEF;
  background-color: #fff;
  border: solid 1px #00AEEF;
}
.btn_white::after {
  background-color: #00AEEF;
}

.back_btn {
  margin-inline: auto;
  justify-content: center;
}
.back_btn::after {
  left: 16px;
  transform: rotate(180deg);
}
@media (hover: hover) {
  .back_btn:hover::after {
    left: 10px;
  }
}

.icon_btn {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
}
.icon_btn img {
  width: 18px;
  height: auto;
}

.data {
  color: #808D92;
  font-size: 1.4rem;
}

.cat_btn {
  background-color: #F0F2F2;
  color: #005B7D;
  padding: 2px 15px;
  min-width: 100px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  transition-duration: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (hover: hover) {
  .cat_btn:hover {
    opacity: 0.7;
  }
}

.center_line_title {
  font-size: 3.4rem;
  color: #00AEEF;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .center_line_title {
    margin-bottom: 36px;
    font-size: 2.6rem;
  }
}
.center_line_title::after {
  content: "";
  position: absolute;
  background-color: #00AEEF;
  width: 70px;
  height: 1px;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.title {
  font-size: 2.8rem;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: clamp(2.2rem, 6.15vw, 2.8rem);
    margin-bottom: 30px;
  }
}
.title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #00AEEF;
  left: 0;
  bottom: -10px;
}

.square_title {
  font-size: 2.4rem;
  padding-left: 23px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .square_title {
    font-size: 2rem;
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
.square_title::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #00AEEF;
  left: 0;
  top: 13px;
}
@media screen and (max-width: 768px) {
  .square_title::before {
    width: 12px;
    height: 12px;
    top: 11px;
  }
}

.square_title_sm {
  font-size: 2rem;
  padding-left: 19px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .square_title_sm {
    font-size: 1.6rem;
    padding-left: 16px;
    margin-bottom: 6px;
  }
}
.square_title_sm::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #00AEEF;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .square_title_sm::before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
}

.square_line_title {
  font-size: 2.8rem;
  padding-left: 30px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .square_line_title {
    font-size: 2.2rem;
    padding-left: 22px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 449px) {
  .square_line_title {
    font-size: 2rem;
    padding-left: 18px;
  }
}
.square_line_title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #00AEEF;
  left: 0;
  top: 13px;
}
@media screen and (max-width: 768px) {
  .square_line_title::before {
    width: 16px;
    height: 16px;
    top: 11px;
  }
}
@media screen and (max-width: 449px) {
  .square_line_title::before {
    width: 12px;
    height: 12px;
  }
}
.square_line_title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #00AEEF;
  left: 0;
  bottom: -10px;
}
@media screen and (max-width: 768px) {
  .square_line_title::after {
    bottom: -8px;
  }
}