@charset "UTF-8";
/* コンテナ */
#main .container {
  margin-inline: 20px;
}
@media screen and (min-width: 768px) {
  #main .container {
    margin-inline: auto;
    padding-inline: 50px;
    max-width: 1150px;
  }
}

/* パターン1: スマホ1列、タブレット2列、PC3列 */
.grid_123 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .grid_123 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1450px) {
  .grid_123 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* パターン2: スマホ1列、タブレット2列、PC2列 */
.grid_122 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .grid_122 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 見出し h2 */
.section_header {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
  color: #606367;
  margin-bottom: 16.2px;
}
@media screen and (min-width: 768px) {
  .section_header {
    font-size: 40px;
    margin-bottom: 19px;
  }
}
.section_header--center {
  text-align: center;
}
.section_header--line {
  padding-bottom: 3px;
  border-bottom: 1px solid #d7d8d8;
}
@media screen and (min-width: 768px) {
  .section_header--line {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 980px) {
  .section_header--line {
    line-height: 1.68;
    padding-bottom: 0px;
  }
}

/* 見出し h3 */
.sub_section_header {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
  color: #000;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .sub_section_header {
    font-size: 28px;
    margin-bottom: 13.8px;
  }
}
.sub_section_header--center {
  text-align: center;
}

/* 見出し h4 */
.sub_section_header_sm {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
  color: #000;
  margin-bottom: 12.8px;
}
@media screen and (min-width: 768px) {
  .sub_section_header_sm {
    font-size: 24px;
    margin-bottom: 5.4px;
  }
}

/* 見出し h4 */
.sub_section_header_xs {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
  color: #000;
  margin-bottom: 13.2px;
}
@media screen and (min-width: 768px) {
  .sub_section_header_xs {
    font-size: 20px;
    margin-bottom: 7px;
  }
}

/* リード文 */
.lead {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 1.8;
  margin-top: 8.6px;
  margin-bottom: 13.6px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}

/* 通常パラグラフ */
.text,
.list,
.list_order {
  font-size: 15px;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .text,
  .list,
  .list_order {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.list {
  list-style: none;
}

.list li {
  padding-left: 1.5em;
  position: relative;
}
.list li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.list_order > li + li {
  margin-top: 0;
}

/* 強調パラグラフ(strong) */
p.text_strong {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  p.text_strong {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.leading-relaxed {
  line-height: 1.8;
}

.tracking-wide {
  letter-spacing: 0.1em;
}

.md_button_a a:visited {
  color: #fff;
}

.md_button_a--blue a {
  background-color: #1731aa;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .md_button_a--blue a:after {
    right: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .md_button_b--back a {
    padding: 12px 15px 12px 43px;
  }
  .md_button_b--back a:after {
    right: unset;
    left: 10px;
    background-image: url("/shared/v0010/img/arr_line_left.svg");
  }
  .md_button_a--blue a {
    padding: 9px 43px 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .md_button_b--back a {
    padding: 15px 30px 15px 60px;
  }
  .md_button_b--back a:after {
    right: unset;
    left: 15px;
    background-image: url("/shared/v0010/img/arr_line_left.svg");
  }
  .md_button_a--blue a {
    padding: 12px 15px 12px 29px;
  }
}
/* pdfアイコン */
.icon_pdf {
  position: relative;
  top: -1px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .icon_pdf {
    width: 16px;
    height: 16px;
  }
}

/* テキストボタン */
.text_button {
  color: #000;
  text-decoration: none;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 15px;
  display: inline-block;
}
.text_button img {
  margin-left: 3px;
}
.text_button::before {
  display: inline-block;
  background-image: url("/shared/v0010/img/arr.svg");
  width: 6px;
  height: 11px;
  content: "";
  background-size: contain;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0px;
  top: 0.4em;
}
@media screen and (min-width: 768px) {
  .text_button::before {
    top: 0.55em;
  }
}
.text_button:hover {
  text-decoration: underline;
}
.text_button--white {
  color: white;
}
.text_button--white::before {
  background-image: url("/shared/v0010/img/arr_white.svg");
}
.text_button--arrow_down::before {
  top: 0.4em;
  transform: rotate(90deg);
}

/* 見出しテキストボタン */
.section_header .text_button {
  color: #606367;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .section_header .text_button {
    padding-left: 20px;
  }
}
.section_header .text_button--white {
  color: white;
}
.section_header .text_button::before {
  width: 8px;
  height: 15px;
  top: 11px;
}
@media screen and (min-width: 768px) {
  .section_header .text_button::before {
    width: 12px;
    height: 24px;
    top: 23px;
  }
}
.section_header .text_button .icon_blank {
  width: 17px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .section_header .text_button .icon_blank {
    width: 22px;
    height: 18px;
    margin-left: 12px;
  }
}
.section_header .text_button .icon_pdf {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .section_header .text_button .icon_pdf {
    width: 19px;
    height: 19px;
    margin-left: 12px;
  }
}

.sub_section_header .text_button,
.sub_section_header_sm .text_button,
.sub_section_header_xs .text_button {
  color: #000;
  padding-left: 16px;
}
.sub_section_header .text_button--white,
.sub_section_header_sm .text_button--white,
.sub_section_header_xs .text_button--white {
  color: white;
}
.sub_section_header .text_button::before,
.sub_section_header_sm .text_button::before,
.sub_section_header_xs .text_button::before {
  width: 7px;
  height: 14px;
  top: 0.55em;
}
@media screen and (min-width: 768px) {
  .sub_section_header .text_button::before,
  .sub_section_header_sm .text_button::before,
  .sub_section_header_xs .text_button::before {
    width: 9px;
    height: 18px;
    top: 0.6em;
  }
}
.sub_section_header .text_button .icon_blank,
.sub_section_header_sm .text_button .icon_blank,
.sub_section_header_xs .text_button .icon_blank {
  width: 17px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .sub_section_header .text_button .icon_blank,
  .sub_section_header_sm .text_button .icon_blank,
  .sub_section_header_xs .text_button .icon_blank {
    margin-left: 7px;
    width: 26px;
    height: 21px;
  }
}
.sub_section_header .text_button .icon_pdf,
.sub_section_header_sm .text_button .icon_pdf,
.sub_section_header_xs .text_button .icon_pdf {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .sub_section_header .text_button .icon_pdf,
  .sub_section_header_sm .text_button .icon_pdf,
  .sub_section_header_xs .text_button .icon_pdf {
    width: 16px;
    height: 16px;
  }
}

/* 外部リンクボタンは矢印を強制的になしにしているので矢印が欲しい場合のパターン */
@media print, screen and (min-width: 768px) {
  .md_button_a--arrow a[target=_blank] {
    padding: 15px 60px 15px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .md_button_a--arrow a[target=_blank] {
    padding: 12px 43px 12px 15px;
  }
}
.md_button_a--arrow a[target=_blank] {
  text-align: left;
}

.md_button_a--arrow a[target=_blank]:after {
  display: block;
}

/* ユーティリティクラス */
.text-white {
  color: #fff;
}

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

/* ユーティリティクラス */
.sp_block {
  display: unset;
}

.sp_none {
  display: none;
}

@media (min-width: 640px) {
  .sm_block {
    display: unset;
  }
  .sm_none {
    display: none;
  }
}
@media (min-width: 768px) {
  .tb_block {
    display: unset;
  }
  .tb_none {
    display: none;
  }
}
@media (min-width: 980px) {
  .pc_block {
    display: unset;
  }
  .pc_none {
    display: none;
  }
}
#global_nav .submenu {
  display: none;
  padding: 0 0 10px 26px;
}
#global_nav .submenu_title {
  display: none;
}
#global_nav .submenu li a {
  padding: 5px 25px;
  background-position: 10px 50%;
}
#global_nav .menu_link_button {
  position: relative;
}
#global_nav .menu_link_button .menu_link_button_icon {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url("/img/common/icon_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  #global_nav .menu_link_button .menu_link_button_icon {
    display: none;
  }
}
#global_nav .menu_link_button.active .menu_link_button_icon {
  background-image: url("/img/common/icon_minus.svg");
}
@media screen and (min-width: 768px) {
  #global_nav .menu_link_button + .submenu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 112px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 20px 35px;
    z-index: 999;
    transition: opacity 0.3s ease-in-out;
  }
  #global_nav .menu_link_button + .submenu .submenu_container {
    max-width: 1114px;
    margin-inline: auto;
  }
  #global_nav .menu_link_button + .submenu .submenu_title {
    display: block;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #global_nav .menu_link_button + .submenu .submenu_list {
    margin-top: 8px;
    display: flex;
    gap: 38px;
  }
  #global_nav .menu_link_button + .submenu .submenu_list a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: none;
  }
  #global_nav .menu_link_button + .submenu .submenu_list a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  #global_nav .menu_link_button.active + .submenu {
    visibility: visible;
    opacity: 1;
  }
}

.footer_sitemap {
  overflow: unset;
}

@media screen and (min-width: 768px) {
  .footer_sitemap_container {
    margin-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer_sitemap_container > ul.horizontal.footer_link_list {
    display: flex;
    flex-wrap: wrap;
    width: 50vw;
    gap: 15px 0;
  }
}
@media screen and (min-width: 980px) {
  .footer_sitemap_container > ul.horizontal.footer_link_list {
    width: unset;
    flex-direction: column;
    width: unset;
    gap: 0;
    height: 245px;
  }
}
@media screen and (min-width: 768px) {
  .footer_sitemap_container > ul.horizontal.footer_link_list .footer_link_item {
    letter-spacing: 0.1em;
    padding-inline: 1.6vw;
    width: 50%;
    padding-inline: 0;
  }
}
@media screen and (min-width: 980px) {
  .footer_sitemap_container > ul.horizontal.footer_link_list .footer_link_item {
    width: unset;
    padding-inline: 1.7vw;
  }
}
@media screen and (min-width: 1450px) {
  .footer_sitemap_container > ul.horizontal.footer_link_list .footer_link_item {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 980px) {
  .footer_sitemap_container > ul.horizontal.footer_link_list .footer_link_item--single {
    height: 100%;
  }
}
@media screen and (min-width: 980px) {
  .footer_sitemap_container > ul.horizontal.footer_link_list .footer_link_item--mt {
    margin-top: 22px;
  }
}

/* ページヘッダー */
.page_header {
  background-image: url("/img/common/subpage_kv_sp.jpg");
  background-size: cover;
  min-height: 143px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .page_header {
    background-image: url("/img/common/subpage_kv_tb.jpg");
    min-height: 241px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 980px) {
  .page_header {
    background-image: url("/img/common/subpage_kv_pc.jpg");
    min-height: 255px;
    margin-bottom: 18px;
  }
}
.page_header .category {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .page_header .category {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.page_header .title {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  #main .page_header .container {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 980px) {
  #main .page_header .container {
    margin-top: 6px;
    margin-bottom: 0;
  }
}

/* パンくずリスト調整 */
.breadcrumb_list {
  display: block;
  margin: 12px 0;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.breadcrumb_list li {
  display: inline-block;
  margin-right: 4px;
}

.breakcrumb_list li:last-child {
  margin-right: 0;
}

.breadcrumb_list a {
  text-decoration: underline;
}

.breadcrumb_list li + li {
  margin-left: 0;
  padding-left: 11px;
  background: url(/shared/v0010/img/arr.svg) no-repeat 0 7px;
  background-size: 4px auto;
}

.breadcrumb_list li:not(:last-child) {
  flex-shrink: 0;
}

/* お問い合わせ */
.contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/contact_bg_sp.jpg");
  background-size: cover;
  color: white;
  padding: 59px 12px 70px;
}
@media (min-width: 768px) {
  .contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/contact_bg_tb.jpg");
    padding: 94px 58px 111px;
  }
}
@media (min-width: 980px) {
  .contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/contact_bg_pc.jpg");
    padding: 94px 58px 108px;
  }
}
.contact_title {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (min-width: 768px) {
  .contact_title {
    font-size: 2.5rem;
  }
}
.contact_lead {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 15px;
  margin-bottom: 22px;
  text-align: center;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .contact_lead {
    font-size: 1rem;
    margin-top: 8px;
    margin-bottom: 26px;
  }
}
@media (min-width: 980px) {
  .contact_lead {
    margin-top: 15px;
    margin-bottom: 28px;
  }
}
.contact .md_button_a {
  text-align: center;
}