@charset "UTF-8";
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
:root {
  --color-text: #000;
  --color-bg: #ffffff;
  --color-base: #004098;
  --color-base2: #1b73ec;
  --color-base3: #619edb;
  --color-link: #004098;
  --color-hover: #004098;
  --color-visited: #012659;
  --color-error: #dd0000;
  --swiper-theme-color: #004098;
}

/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* ---------------------------------------------
　acms.css初期化
------------------------------------------------ */
#adminBox {
  margin-bottom: 0 !important;
}
@media all and (max-width: 768px) {
  #adminBox {
    display: none;
  }
}

.acms-entry h2,
.acms-entry h3,
.acms-entry h4,
.acms-entry h5,
.acms-entry h6,
.acms-entry dl {
  margin-inline: 0;
}
.acms-entry .entry-container {
  margin-left: 10px;
  margin-right: 10px;
}

[class*=column-gf-map-] {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

/* ファイル配置（おまかせ） */
/* ファイル配置（左） */
.column-gf-file-left {
  text-align: left;
}

/* ファイル配置（右） */
.column-gf-file-right {
  text-align: right;
}

/* ファイル配置（中央） */
.column-gf-file-center {
  text-align: center;
}

/* 地図配置（おまかせ） */
.column-gf-map-auto {
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* 地図配置（左） */
.column-gf-map-left {
  float: left;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* 地図配置（右） */
.column-gf-map-right {
  float: right;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* 地図配置（中央） */
.column-gf-map-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* YouTube配置 (おまかせ) */
/* YouTube配置 (左) */
.column-gf-youtube-left {
  display: inline;
  float: left;
}

/* YouTube配置 (右) */
.column-gf-youtube-right {
  display: inline;
  float: right;
}

/* YouTube配置 (中央) */
.column-gf-youtube-center {
  margin-left: auto;
  margin-right: auto;
}

.acms-entry [class*=column-gf-youtube-] {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

/* ---------------------------------------------
  base
------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

:root {
  text-spacing-trim: trim-start;
  text-autospace: normal;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
  background: var(--color-bg);
}

body,
button,
input,
textarea,
select {
  color: var(--color-text);
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  letter-spacing: 0.075em;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-autospace: no-autospace;
}

::selection {
  background: rgb(0, 42.5263157895, 101);
  color: #fff;
}

:where(button, a, input, textarea, select, [tabindex]) {
  outline: none;
}
:where(button, a, input, textarea, select, [tabindex]):focus {
  outline: none;
}
:where(button, a, input, textarea, select, [tabindex]):focus-visible {
  outline: 2px solid var(--color-base);
}

/* -----------------------------------------------
  Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 3rem !important;
}

ol,
ul,
menu {
  list-style-type: "";
  margin: 0;
  padding: 0;
}

li {
  position: relative;
  line-height: 1.5;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 3rem 0;
}

strong {
  font-weight: bold;
}

u {
  border-bottom: 1px solid var(--color-text);
}

address {
  font-style: normal;
}

pre {
  text-spacing-trim: space-all;
  text-autospace: no-autospace;
}

time {
  text-autospace: no-autospace;
}

a {
  transition: 0.3s;
  color: #004098;
}
a[target=_blank] {
  text-decoration: underline;
}
a:visited {
  color: var(--color-visited);
}
@media all and (min-width: 769px) {
  a:hover {
    color: var(--color-hover);
    text-decoration: none;
  }
}
@media all and (min-width: 769px) {
  a[href^="tel:"] {
    color: var(--color-text);
    pointer-events: none;
    text-decoration: none;
  }
}

/* ---------- image ---------- */
img,
svg,
video {
  border: 0;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.caption,
figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 0.88em;
}

._nocss {
  margin: 0;
  position: relative;
  background: transparent;
}
._nocss::before, ._nocss::after {
  display: none;
}

/* ---------- form ---------- */
input[type=text],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=text],
textarea {
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
  padding: 0.75em 1em;
  width: 100%;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  background: #fff;
}

input[type=submit]:not(.acms-btn-admin):not(.acms-admin-btn-admin),
label,
button {
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
  cursor: pointer;
}

fieldset {
  padding: 0;
  border: none;
}

/* ---------- Element ---------- */
iframe {
  border: 0;
}

/**************************************************
  breadcrumb
***************************************************/
.topic-path {
  border-top: 1px solid #f5f5f5;
  background: rgba(255, 255, 255, 0.9);
  padding-block: 1.5rem;
}
@media all and (min-width: 769px) {
  .topic-path__inner {
    max-width: min(115rem, 88.4615384615vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .topic-path__inner {
    padding-inline: 4.8309178744vw;
  }
}
.topic-path ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.topic-path li {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.topic-path li a {
  color: #000;
  text-decoration: none;
}
.topic-path li:not(:last-child) {
  padding-right: 1.4rem;
  margin-right: 1.4rem;
}
.topic-path li:not(:last-child)::after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #000;
  content: "";
  display: inline-block;
  position: absolute;
  height: 4px;
  width: 4px;
  rotate: -45deg;
  right: 0;
}

.topic-path__inner {
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.topic-path__inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.topic-path__inner::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-text), 0.05);
  border-radius: 8px;
}

/**************************************************
  Button
***************************************************/
.c-button--link {
  position: relative;
  color: #fff;
  text-decoration: none !important;
  background: var(--color-link);
  padding: 2rem 6rem;
  border: 1px solid var(--color-link);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 30rem;
  margin-inline: auto;
  border-radius: 4px;
}
.c-button--link .c-icon {
  position: absolute;
  right: 2rem;
  margin-inline: 0;
  fill: #fff;
}
.c-button--link:any-link {
  color: #fff;
}
.c-button--link:hover {
  color: var(--color-link);
  background: #fff;
}
.c-button--link:hover .c-icon {
  fill: var(--color-link);
}
.c-button.is-style-outline .wp-block-button__link {
  border-color: var(--color-base);
  color: var(--color-base);
}
.c-button.is-style-outline .wp-block-button__link:hover, .c-button.is-style-outline .wp-block-button__link:focus {
  background: var(--color-base);
  color: var(--color-bg);
}

/* ---------------------------------------------
　header
------------------------------------------------ */
.header {
  position: sticky;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  z-index: 100;
}
@media all and (max-width: 768px) {
  .header {
    position: fixed;
  }
}
.header::before {
  content: none;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateY(-100%);
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.header__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: min(5rem, 3.8461538462vw);
}
@media all and (max-width: 768px) {
  .header__inner {
    height: 12.077294686vw;
    padding-left: 2rem;
  }
}
.header__logo {
  position: relative;
  max-width: min(19.2rem, 14.7692307692vw);
  margin-block: 0;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  .header__logo {
    max-width: 38.6473429952vw;
  }
}
.header__logo .logo-fv {
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  z-index: -1;
}
.header__logo img {
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .header .global-navigation {
    display: none;
  }
}
.header .global-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: min(4.2rem, 3.2307692308vw);
}
.header .global-navigation > ul li:last-child > a {
  padding-right: min(5rem, 3.8461538462vw);
}
.header .global-navigation li a {
  color: inherit;
  font-size: min(1.6rem, 1.2307692308vw);
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: min(8rem, 6.1538461538vw);
}
.header .global-navigation li a:hover {
  color: #004098 !important;
}
.header .global-navigation li a.parent::after {
  content: "+";
  position: relative;
  top: -0.1em;
  margin-left: 0.1em;
  font-family: "Barlow", sans-serif;
  font-size: min(2.4rem, 1.8461538462vw);
  font-weight: 500;
}
.header .global-navigation .m-header__child {
  position: absolute;
  left: min(-10rem, -7.6923076923vw);
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  padding: min(3rem, 2.3076923077vw);
  width: min(30rem, 23.0769230769vw);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.header .global-navigation .m-header__child li {
  width: 100%;
}
.header .global-navigation .m-header__child a {
  color: var(--color-text) !important;
  width: 100%;
  height: auto;
  flex-direction: row-reverse;
  justify-content: flex-end;
  column-gap: 1rem;
}
.header .global-navigation .m-header__child a:hover {
  text-decoration: underline;
}
.header .global-navigation li.has-child:hover > .m-header__child {
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 768px) {
  .header__contact {
    display: none;
  }
}
.header__contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(12rem, 9.2307692308vw);
  height: min(8rem, 6.1538461538vw);
  background: #004098;
  color: #fff;
  text-decoration: none;
}
.header__contact a:hover {
  background: #000;
}
.header__contact .icon-mail {
  width: min(3rem, 2.3076923077vw);
  fill: #fff;
}

#top .header:not([data-fixheader=true]) {
  background: none;
}
#top .header__logo .logo-fixed {
  opacity: 0;
}
#top .header .global-navigation li a {
  color: #fff;
}
#top .header[data-fixheader=true]::before {
  opacity: 1;
  transform: translateY(0);
}
#top .header[data-fixheader=true] .logo-fv {
  opacity: 0;
  transform: translateY(-150%);
}
#top .header[data-fixheader=true] .logo-fixed {
  opacity: 1;
  transform: translateY(0);
}
#top .header[data-fixheader=true] .global-navigation li a {
  color: #000;
}

/* -----------------------------------------------
  SP
-------------------------------------------------- */
.m-hamburger__item {
  border-bottom: 1px solid #6f90bc;
}
.m-hamburger__item.has-child .m-hamburger__link.parent {
  position: relative;
  width: 79.1062801932vw;
  padding-right: 3.6231884058vw;
}
.m-hamburger__item.has-child .m-hamburger__link.parent::after {
  content: "";
  position: absolute;
  right: 0;
  inset-block: 0;
  margin-block: auto;
  width: 1px;
  height: 4rem;
  background: #6f90bc;
}
.m-hamburger__item .check {
  display: none;
}
.m-hamburger__item .label {
  position: absolute;
  top: 3.1rem;
  right: 2.7rem;
}
.m-hamburger__item .label::before, .m-hamburger__item .label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 14px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.m-hamburger__item .label::before {
  rotate: -90deg;
}
.m-hamburger__item .check:checked + .label + .m-hamburger__child {
  height: auto;
  opacity: 1;
  padding-block: 1rem;
  visibility: visible;
}
.m-hamburger__item .check:checked + .label::before {
  rotate: -180deg;
}
.m-hamburger__link {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
}
.m-hamburger__link:any-link {
  color: #fff;
}
.m-hamburger__child {
  border-top: 1px solid #6f90bc;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.3s;
}
.m-hamburger__child .m-hamburger__link {
  padding: 1rem;
  justify-content: flex-start;
}
.m-hamburger__child .m-hamburger__link .c-icon {
  order: -1;
}
.m-hamburger__div {
  margin-bottom: 4rem;
}
.m-hamburger__div p {
  margin-block: 4rem 1rem;
  font-weight: bold;
  text-align: center;
}
.m-hamburger__div .catalog__list .contact__button a {
  position: relative;
  padding-block: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.m-hamburger__div .catalog__list .contact__button a .c-icon {
  position: absolute;
  right: 3.6231884058vw;
}
.m-hamburger__div .contact__tel {
  font-weight: bold;
  text-align: center;
}
.m-hamburger__div .contact__button a {
  width: 78.2608695652vw;
  margin-inline: auto;
  padding-inline: 4.8309178744vw;
  font-weight: bold;
}
.m-hamburger__div .contact__button a .icon-mail {
  width: 2rem;
  height: 2rem;
}
.m-hamburger__toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.4927536232vw;
  height: 12.077294686vw;
  background: #0b1e2f;
  cursor: pointer;
  z-index: 1001;
}
@media all and (min-width: 769px) {
  .m-hamburger__toggle {
    display: none;
  }
}
.m-hamburger__toggle-bars {
  display: inline-block;
  width: 8.2125603865vw;
  height: 2px;
  background: var(--color-bg);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.m-hamburger__toggle-bars::before, .m-hamburger__toggle-bars::after {
  content: "";
  display: block;
  width: 8.2125603865vw;
  height: 2px;
  background: var(--color-bg);
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.m-hamburger__toggle-bars::before {
  top: -8px;
}
.m-hamburger__toggle-bars::after {
  top: 8px;
}
.is-drawer-open .m-hamburger__toggle-bars {
  background: transparent;
}
.is-drawer-open .m-hamburger__toggle-bars::before {
  translate: 0 8px;
  rotate: 45deg;
}
.is-drawer-open .m-hamburger__toggle-bars::after {
  translate: 0 -8px;
  rotate: -45deg;
}
.m-hamburger__drawer {
  background-image: url("../images/common/bg-menu-sp.png");
  background-position: left 4rem;
  background-repeat: no-repeat;
  color: #fff;
  position: fixed;
  top: 12.077294686vw;
  right: -100%;
  width: 100%;
  height: calc(100vh - 12.077294686vw);
  height: 100%;
  padding-block: 2rem 4rem;
  padding-inline: 2rem;
  background-color: var(--color-base);
  transition: right 0.3s ease-in-out;
  z-index: 1000;
  overflow-y: auto;
}
@media all and (min-width: 769px) {
  .m-hamburger__drawer {
    display: none;
  }
}
.m-hamburger__drawer .c-icon {
  fill: #fff;
}
.m-hamburger__drawer[aria-hidden=true] {
  display: none;
}
.m-hamburger__drawer[aria-hidden=false] {
  right: 0;
}

body:not(.page-lv4) .m-hamburger__list .js-link_match_location.stay > .m-hamburger__link {
  color: #000 !important;
  pointer-events: none;
}
body:not(.page-lv4) .m-hamburger__list .js-link_match_location.stay > .m-hamburger__link .c-icon {
  fill: #000;
}

.products-top .m-hamburger__item.products-link_match_location > a {
  color: #000 !important;
  pointer-events: none;
}
.products-top .m-hamburger__item.products-link_match_location > a .c-icon {
  fill: #000;
}

.recruit-top .m-hamburger__item.recruit-link_match_location > a {
  color: #000 !important;
  pointer-events: none;
}
.recruit-top .m-hamburger__item.recruit-link_match_location > a .c-icon {
  fill: #000;
}

body.is-drawer-open {
  overflow: hidden;
}
body.is-drawer-open #top .header {
  background: #fff;
}
body.is-drawer-open #top .header__logo .logo-fixed {
  opacity: 1;
}

.m-header__skip-link {
  display: block;
  margin-top: 50px;
}

/* ---------------------------------------------
　footer
------------------------------------------------ */
.contact {
  background: #0b1e2f;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
}
.contact p {
  margin-block: 0 1rem;
}
@media all and (min-width: 769px) {
  .contact__inner {
    margin: 3rem auto 5rem;
    max-width: min(115rem, 88.4615384615vw);
  }
}
@media all and (max-width: 768px) {
  .contact__inner {
    text-align: center;
  }
}
.contact__upper {
  display: flex;
  align-items: flex-end;
  gap: min(7rem, 5.3846153846vw);
  padding-bottom: 7rem;
  border-bottom: 1px solid #747e86;
}
@media all and (max-width: 768px) {
  .contact__upper {
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    gap: 0;
    padding-bottom: 2rem;
  }
}
.contact__upper-div {
  display: flex;
  gap: min(7rem, 5.3846153846vw);
}
@media all and (max-width: 768px) {
  .contact__upper-div {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .contact__upper-div .contact__upper-child {
    padding-block: 3rem;
  }
  .contact__upper-div .contact__upper-child:first-child {
    border-bottom: 1px solid #747e86;
  }
}
.contact__tel {
  color: #fff;
  font-size: 2.4rem;
}
.contact__tel a {
  font-size: 3rem;
  color: #fff;
}
.contact__tel span {
  display: block;
  font-size: 1.4rem;
}
.contact__button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(28rem, 21.5384615385vw);
  height: 6rem;
  padding-inline: min(2rem, 1.5384615385vw);
  color: #000;
  background: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 4px;
}
@media all and (max-width: 768px) {
  .contact__button a {
    width: 76.8115942029vw;
    height: 6.6rem;
    margin-inline: auto;
    margin-top: 1rem;
    font-size: 1.8rem;
    padding-inline: 4.8309178744vw;
  }
  .contact__button a .c-icon {
    width: 2rem;
    height: 2rem;
  }
}
.contact__button a .c-icon {
  fill: #0b1e2f;
}
.contact__button a:hover {
  background: none;
  color: #fff;
}
.contact__button a:hover .c-icon {
  fill: #fff;
}
.contact__under {
  padding-top: 6rem;
}
.contact .sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .sitemap ul, .contact .sitemap li {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.contact .sitemap .footer-navigation li ul {
  font-weight: normal;
  margin-left: min(2rem, 1.5384615385vw);
}
.contact .sitemap .footer-navigation li a {
  color: #fff;
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .contact .sitemap .footer-navigation li a:hover {
    color: #1B74EC;
  }
}
.contact .sitemap .footer-catalog {
  border-left: 1px solid #747e86;
  padding-left: min(4rem, 3.0769230769vw);
}
.contact .sitemap .footer-catalog p {
  margin-block: 1rem 3rem;
}
.contact .sitemap .catalog__list li a {
  width: min(24rem, 18.4615384615vw);
  padding-inline: min(1rem, 0.7692307692vw);
}
.contact .section__title {
  margin-bottom: 3rem;
}
@media all and (max-width: 768px) {
  .contact .section__title {
    margin-bottom: 3rem;
  }
}
.contact .section__title .en {
  font-size: 8rem;
}
@media all and (max-width: 768px) {
  .contact .section__title .en {
    font-size: 5rem;
  }
}

body:not(.page-lv4) .footer-navigation li.stay > a {
  color: #1B74EC;
  pointer-events: none;
}

.products-top .footer-navigation .products-link_match_location > a {
  color: #1B74EC !important;
  pointer-events: none;
}

.recruit-top .footer-navigation .recruit-link_match_location > a {
  color: #1B74EC !important;
  pointer-events: none;
}

.contact__button.stay a {
  background: none;
  color: #fff;
  pointer-events: none;
}
.contact__button.stay a .c-icon {
  fill: #fff;
}

.footer {
  padding-block: 4rem 1.5rem;
  font-weight: bold;
  background: url("../images/footer-bg.png");
  background-size: contain;
}
@media all and (max-width: 768px) {
  .footer {
    background-size: 50%;
  }
}
@media all and (min-width: 769px) {
  .footer__inner {
    margin-inline: auto;
    max-width: min(115rem, 88.4615384615vw);
  }
}
@media all and (max-width: 768px) {
  .footer__inner {
    padding-inline: 2rem;
  }
}
.footer__upper {
  display: flex;
  flex-wrap: nowrap;
}
@media all and (max-width: 768px) {
  .footer__upper {
    flex-flow: wrap column;
    text-align: center;
  }
}
.footer__logo {
  max-width: min(27.7rem, 21.3076923077vw);
  margin-right: min(4rem, 3.0769230769vw);
}
@media all and (max-width: 768px) {
  .footer__logo {
    max-width: 60.38647343vw;
    margin-inline: auto;
    margin-bottom: 2rem;
  }
}
.footer__address p {
  margin-block: 0 1rem;
}
@media all and (max-width: 768px) {
  .footer__address p {
    margin-bottom: 3rem;
  }
}
.footer__address .numbers {
  display: inline-flex;
  column-gap: min(3rem, 2.3076923077vw);
}
@media all and (max-width: 768px) {
  .footer__address .numbers {
    flex-direction: column;
  }
  .footer__address .numbers a:any-link {
    color: var(--color-text);
  }
  .footer__address .numbers p:first-child {
    margin-bottom: 0;
  }
}
.footer__banner {
  display: flex;
  flex-wrap: nowrap;
  gap: min(1rem, 0.7692307692vw);
  margin-bottom: min(2rem, 1.5384615385vw);
}
@media all and (min-width: 769px) {
  .footer__banner {
    max-width: min(34.5rem, 26.5384615385vw);
    margin-left: auto;
  }
}
@media all and (max-width: 768px) {
  .footer__banner {
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
.footer__banner li {
  flex: 1;
  background: #fff;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
}
@media all and (min-width: 769px) {
  .footer__banner li {
    max-height: min(11.5rem, 8.8461538462vw);
  }
}
.footer__banner li img {
  max-height: 100%;
}
.footer__banner li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__banner li:first-child {
  flex: 0 0 min(13.2rem, 10.1538461538vw);
  min-width: min(13.2rem, 10.1538461538vw);
}
@media all and (max-width: 768px) {
  .footer__banner li:first-child {
    flex: 0 0 13.2rem;
    min-width: 13.2rem;
  }
}
.footer .copyright {
  text-align: right;
  font-size: 1.2rem;
  color: #888;
  margin: 0;
}
@media all and (max-width: 768px) {
  .footer .copyright {
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .footer {
    margin-bottom: 14.4927536232vw;
  }
}

.footer__fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 14.4927536232vw;
  padding-inline: 4.8309178744vw;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 2.4154589372vw;
  z-index: 10;
}
@media all and (min-width: 769px) {
  .footer__fixed {
    display: none;
  }
}
.footer__fixed .button-tel {
  color: var(--color-text);
  font-size: 3.3816425121vw;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  padding-block: 0.4830917874vw 0.7246376812vw;
  padding-inline: 4.8309178744vw;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}
.footer__fixed .button-tel a {
  color: var(--color-text);
  font-size: 5.5555555556vw;
}
.footer__fixed .button-tel span {
  color: #666;
  font-size: 3.1400966184vw;
  font-weight: bold;
  display: block;
}
.footer__fixed .button-mail {
  flex: 1;
}
.footer__fixed .button-mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14.4927536232vw;
  background: var(--color-link);
  color: #fff;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.footer__fixed .button-mail a .c-icon {
  fill: #fff;
  width: 7.2463768116vw;
  height: 7.2463768116vw;
}

/* ---------------------------------------------
　element
------------------------------------------------ */
.has-bg .body-bg {
  position: fixed;
  width: min(300rem, 230.7692307692vw);
  max-width: none;
  top: min(11rem, 8.4615384615vw);
  left: min(58rem, 44.6153846154vw);
  z-index: -1;
}
@media all and (max-width: 768px) {
  .has-bg .body-bg {
    width: 362.3188405797vw;
    top: 41.7874396135vw;
    left: 4.8309178744vw;
  }
}

@media all and (min-width: 769px) {
  #adminBox + .has-bg .body-bg {
    top: calc(min(11rem, 8.4615384615vw) + 8.7rem);
  }
}

.section__title {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.section__title .en {
  font-size: min(8rem, 6.1538461538vw);
}
@media all and (max-width: 768px) {
  .section__title .en {
    font-size: 5rem;
  }
}
.section__title .ja {
  font-size: min(1.8rem, 1.3846153846vw);
}
@media all and (max-width: 768px) {
  .section__title .ja {
    font-size: 1.5rem;
  }
}

.section__link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #000 !important;
  text-decoration: none;
  margin-top: 6rem;
}
.section__link .button__link {
  margin-left: min(1rem, 0.7692307692vw);
}
@media all and (max-width: 768px) {
  .section__link .button__link {
    background: var(--color-link);
    margin-left: 1.5rem;
  }
}
@media all and (max-width: 768px) and (max-width: 768px) {
  .section__link .button__link {
    fill: #fff;
  }
}
.section__link:hover .button__link {
  background: #004098;
}
.section__link:hover .button__link .c-icon {
  fill: #fff;
}

.button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ebebeb;
  border-radius: 4px;
  transition: 0.3s;
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .button__link {
    width: 4rem;
    height: 4rem;
  }
}
.button__link .c-icon {
  width: 1.4rem;
}

.overall__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.overall__link:hover + * .button__link {
  background: #004098;
}
.overall__link:hover + * .button__link .c-icon {
  fill: #fff;
}

.rich-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rich-button__link a {
  background: #004098;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 0.5rem;
  min-width: 25rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.5rem;
}
.rich-button__link a:hover {
  background: none;
  color: #004098;
}
.rich-button__link a:hover .button__link {
  background: #004098;
}
.rich-button__link .button__link {
  background: rgba(255, 255, 255, 0.2);
  width: 3.5rem;
  height: 3.5rem;
}
.rich-button__link .button__link .c-icon {
  fill: #fff;
}

.column__wrapper {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 6rem;
}
@media all and (max-width: 768px) {
  .column__wrapper {
    flex-wrap: wrap;
  }
}
.column__wrapper.--align-center {
  align-items: center;
}
.column__wrapper.--gap-10 {
  gap: 1rem;
}
.column__wrapper.--gap-20 {
  gap: 2rem;
}
.column__wrapper.--gap-30 {
  gap: 3rem;
}
.column__wrapper.--gap-40 {
  gap: 4rem;
}
.column__wrapper.--gap-50 {
  gap: 5rem;
}
.column__wrapper.--gap-60 {
  gap: 6rem;
}
.column__wrapper.--gap-70 {
  gap: 7rem;
}
.column__wrapper.--gap-80 {
  gap: 8rem;
}
.column__wrapper.--gap-90 {
  gap: 9rem;
}
.column__wrapper.--gap-100 {
  gap: 10rem;
}
.column__wrapper .col-item {
  width: 100%;
}
@media all and (min-width: 769px) {
  .column__wrapper .col-item {
    flex: 1;
  }
  .column__wrapper .col-item.--col-100 {
    flex: 0 0 min(10rem, 7.6923076923vw);
  }
  .column__wrapper .col-item.--col-110 {
    flex: 0 0 min(11rem, 8.4615384615vw);
  }
  .column__wrapper .col-item.--col-120 {
    flex: 0 0 min(12rem, 9.2307692308vw);
  }
  .column__wrapper .col-item.--col-130 {
    flex: 0 0 min(13rem, 10vw);
  }
  .column__wrapper .col-item.--col-140 {
    flex: 0 0 min(14rem, 10.7692307692vw);
  }
  .column__wrapper .col-item.--col-150 {
    flex: 0 0 min(15rem, 11.5384615385vw);
  }
  .column__wrapper .col-item.--col-160 {
    flex: 0 0 min(16rem, 12.3076923077vw);
  }
  .column__wrapper .col-item.--col-170 {
    flex: 0 0 min(17rem, 13.0769230769vw);
  }
  .column__wrapper .col-item.--col-180 {
    flex: 0 0 min(18rem, 13.8461538462vw);
  }
  .column__wrapper .col-item.--col-190 {
    flex: 0 0 min(19rem, 14.6153846154vw);
  }
  .column__wrapper .col-item.--col-200 {
    flex: 0 0 min(20rem, 15.3846153846vw);
  }
  .column__wrapper .col-item.--col-210 {
    flex: 0 0 min(21rem, 16.1538461538vw);
  }
  .column__wrapper .col-item.--col-220 {
    flex: 0 0 min(22rem, 16.9230769231vw);
  }
  .column__wrapper .col-item.--col-230 {
    flex: 0 0 min(23rem, 17.6923076923vw);
  }
  .column__wrapper .col-item.--col-240 {
    flex: 0 0 min(24rem, 18.4615384615vw);
  }
  .column__wrapper .col-item.--col-250 {
    flex: 0 0 min(25rem, 19.2307692308vw);
  }
  .column__wrapper .col-item.--col-260 {
    flex: 0 0 min(26rem, 20vw);
  }
  .column__wrapper .col-item.--col-270 {
    flex: 0 0 min(27rem, 20.7692307692vw);
  }
  .column__wrapper .col-item.--col-280 {
    flex: 0 0 min(28rem, 21.5384615385vw);
  }
  .column__wrapper .col-item.--col-290 {
    flex: 0 0 min(29rem, 22.3076923077vw);
  }
  .column__wrapper .col-item.--col-300 {
    flex: 0 0 min(30rem, 23.0769230769vw);
  }
  .column__wrapper .col-item.--col-310 {
    flex: 0 0 min(31rem, 23.8461538462vw);
  }
  .column__wrapper .col-item.--col-320 {
    flex: 0 0 min(32rem, 24.6153846154vw);
  }
  .column__wrapper .col-item.--col-330 {
    flex: 0 0 min(33rem, 25.3846153846vw);
  }
  .column__wrapper .col-item.--col-340 {
    flex: 0 0 min(34rem, 26.1538461538vw);
  }
  .column__wrapper .col-item.--col-350 {
    flex: 0 0 min(35rem, 26.9230769231vw);
  }
  .column__wrapper .col-item.--col-360 {
    flex: 0 0 min(36rem, 27.6923076923vw);
  }
  .column__wrapper .col-item.--col-370 {
    flex: 0 0 min(37rem, 28.4615384615vw);
  }
  .column__wrapper .col-item.--col-380 {
    flex: 0 0 min(38rem, 29.2307692308vw);
  }
  .column__wrapper .col-item.--col-390 {
    flex: 0 0 min(39rem, 30vw);
  }
  .column__wrapper .col-item.--col-400 {
    flex: 0 0 min(40rem, 30.7692307692vw);
  }
  .column__wrapper .col-item.--col-410 {
    flex: 0 0 min(41rem, 31.5384615385vw);
  }
  .column__wrapper .col-item.--col-420 {
    flex: 0 0 min(42rem, 32.3076923077vw);
  }
  .column__wrapper .col-item.--col-430 {
    flex: 0 0 min(43rem, 33.0769230769vw);
  }
  .column__wrapper .col-item.--col-440 {
    flex: 0 0 min(44rem, 33.8461538462vw);
  }
  .column__wrapper .col-item.--col-450 {
    flex: 0 0 min(45rem, 34.6153846154vw);
  }
  .column__wrapper .col-item.--col-460 {
    flex: 0 0 min(46rem, 35.3846153846vw);
  }
  .column__wrapper .col-item.--col-470 {
    flex: 0 0 min(47rem, 36.1538461538vw);
  }
  .column__wrapper .col-item.--col-480 {
    flex: 0 0 min(48rem, 36.9230769231vw);
  }
  .column__wrapper .col-item.--col-490 {
    flex: 0 0 min(49rem, 37.6923076923vw);
  }
  .column__wrapper .col-item.--col-500 {
    flex: 0 0 min(50rem, 38.4615384615vw);
  }
  .column__wrapper .col-item.--col-510 {
    flex: 0 0 min(51rem, 39.2307692308vw);
  }
  .column__wrapper .col-item.--col-520 {
    flex: 0 0 min(52rem, 40vw);
  }
  .column__wrapper .col-item.--col-530 {
    flex: 0 0 min(53rem, 40.7692307692vw);
  }
  .column__wrapper .col-item.--col-540 {
    flex: 0 0 min(54rem, 41.5384615385vw);
  }
  .column__wrapper .col-item.--col-550 {
    flex: 0 0 min(55rem, 42.3076923077vw);
  }
}
@media all and (min-width: 769px) {
  .column__wrapper .col-item-lg {
    flex: 0 0 min(55rem, 42.3076923077vw);
  }
}

.flex-div {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-bottom: 1em;
}
.flex-div dd {
  flex: 1;
  margin-left: 1em;
}

/**************************************************
  Contact
***************************************************/
.telephone .contact__tel {
  color: var(--color-base);
  font-weight: bold;
  text-align: center;
}
.telephone .contact__tel a {
  color: var(--color-base);
}
.telephone .contact__tel span {
  color: var(--color-text);
  margin-top: 0.25em;
}

/* -----------------------------------------------
  flow
-------------------------------------------------- */
.m-flow {
  position: relative;
  margin: 0 auto 2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 32rem;
}
.m-flow li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.3333333333%;
  color: #999999;
  font-weight: bold;
  counter-increment: steps;
  font-size: 1.4rem;
  padding-left: 0;
}
.m-flow li:before {
  position: relative;
  z-index: 1;
  display: block;
  width: 26px;
  height: 26px;
  margin: 7px auto 10px auto;
  content: "";
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(237.15, 237.15, 237.15);
  content: counter(steps);
}
.m-flow li:after {
  position: absolute;
  top: 19px;
  left: -50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgb(237.15, 237.15, 237.15);
}
.m-flow li:first-child:after {
  content: none;
}
.m-flow li[aria-current=page], .m-flow li.complete {
  color: var(--color-base);
}
.m-flow li[aria-current=page]:before, .m-flow li.complete:before {
  background-color: var(--color-base);
  color: var(--color-bg);
}
.m-flow li[aria-current=page]:after, .m-flow li.complete:after {
  background-color: var(--color-base);
}

/* -----------------------------------------------
  content
-------------------------------------------------- */
.ablogcmsForm {
  width: 100%;
}
.ablogcmsForm .u-text-error {
  margin-block: 0 0.5em;
}
.ablogcmsForm th {
  white-space: nowrap;
}
.ablogcmsForm th label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ablogcmsForm th label span {
  background-color: rgb(229.5, 229.5, 229.5);
  font-size: 1rem;
  line-height: 1;
  padding: 0.5rem;
  margin-left: 1rem;
  border-radius: 2px;
}
.ablogcmsForm th label .required {
  background-color: var(--color-base2);
  color: #fff;
}

#contact-form .input__list li {
  margin-bottom: 0.5rem;
}
#contact-form .input__list li input[type=radio] {
  margin-right: 1rem;
}
#contact-form .acceptance p {
  text-align: center;
}
@media all and (max-width: 768px) {
  #contact-form .acceptance p {
    text-align: left;
  }
}
#contact-form .acceptance .text {
  border: 1px solid rgb(229.5, 229.5, 229.5);
  max-height: 20rem;
  overflow-y: auto;
  padding: 2rem;
  margin-bottom: 2rem;
  background: #fff;
}
#contact-form .acceptance .text p {
  text-align: left;
}
#contact-form .acceptance .text p:first-child {
  margin-top: 0;
}
#contact-form .acceptance .text h2:first-of-type {
  margin-top: 0;
}
#contact-form .acceptance label {
  display: block;
  text-align: center;
  padding: 0.75em 1em;
  background: #f1f6f7;
}
#contact-form .acceptance label input[type=checkbox] {
  margin-right: 1rem;
}

/* フォームボタン */
.m-btngroup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 5rem;
}
@media all and (max-width: 768px) {
  .m-btngroup {
    margin: 2.5rem;
    flex-direction: column-reverse;
  }
}
.m-btngroup > div {
  position: relative;
}
.m-btngroup [type=button],
.m-btngroup [type=submit] {
  cursor: pointer;
}
.m-btngroup [type=button]:disabled,
.m-btngroup [type=submit]:disabled {
  cursor: not-allowed;
}
.m-btngroup .acms-form-control {
  width: 30rem;
  padding: 1.5rem;
}
.m-btngroup .acms-submit {
  position: relative;
  color: #fff;
  background: var(--color-link);
  border: 1px solid var(--color-link);
  transition: 0.3s;
}
.m-btngroup .acms-submit:hover, .m-btngroup .acms-submit:focus {
  color: var(--color-link);
  background: #fff;
  border-color: var(--color-link);
}
.m-btngroup .acms-submit:disabled {
  color: #fff;
  background: #aaa;
  border-color: #aaa;
}
.m-btngroup .acms-previous {
  background-color: #eee;
  color: #666;
  transition: 0.3s;
}
.m-btngroup .acms-previous:hover, .m-btngroup .acms-previous:focus {
  background: #aaa;
  color: #fff;
}

.wrap {
  overflow-x: clip;
}
@media all and (max-width: 768px) {
  .wrap {
    padding-top: 12.077294686vw;
  }
}

.container {
  background-color: rgba(255, 255, 255, 0.95);
  overflow-x: clip;
}

/**************************************************
  content
***************************************************/
@media all and (min-width: 769px) {
  .content {
    max-width: min(110rem, 84.6153846154vw);
    margin-inline: auto;
    padding-block: min(6rem, 4.6153846154vw) min(10rem, 7.6923076923vw);
  }
}
@media all and (max-width: 768px) {
  .content {
    padding-inline: 4.8309178744vw;
    padding-block: 3rem 5rem;
  }
}

.l-content__has-column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .l-content__has-column {
    max-width: min(110rem, 84.6153846154vw);
    margin-inline: auto;
    padding-block: min(6rem, 4.6153846154vw) min(10rem, 7.6923076923vw);
  }
}
@media all and (max-width: 768px) {
  .l-content__has-column {
    flex-direction: column;
    padding-inline: 4.8309178744vw;
    padding-block: 3rem 5rem;
  }
}

.l-content__main {
  width: 100%;
}
@media all and (min-width: 769px) {
  .l-content__main {
    flex: 0 0 min(76rem, 58.4615384615vw);
    max-width: min(76rem, 58.4615384615vw);
  }
}

.l-content__sidebar {
  flex: 0 0 min(25rem, 19.2307692308vw);
}
@media all and (max-width: 768px) {
  .l-content__sidebar {
    flex: 1;
    margin-top: 5rem;
  }
}
.l-content__sidebar--sticky {
  order: -1;
}
@media all and (min-width: 769px) {
  .l-content__sidebar--sticky {
    position: sticky;
    top: min(9rem, 6.9230769231vw);
    max-height: 100vh;
    overflow-y: auto;
    flex: 0 0 min(25rem, 19.2307692308vw);
  }
}
@media all and (max-width: 768px) {
  .l-content__sidebar--sticky {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.l-content__sidebar--sticky::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.l-content__sidebar--sticky::-webkit-scrollbar-thumb {
  background: rgba(var(--color-text), 0.05);
  width: 6px;
  border-radius: 9999px;
}

/**************************************************
  entry-card
***************************************************/
.m-entry-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3rem, 2.3076923077vw);
}
@media all and (max-width: 768px) {
  .m-entry-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 7.2463768116vw 4.8309178744vw;
  }
}
.m-entry-card .m-article__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--color-text);
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .m-entry-card .m-article__link:hover .m-article__thumb img {
    transform: scale(1.05);
  }
  .m-entry-card .m-article__link:hover .m-article__thumb::before {
    opacity: 0.7;
  }
  .m-entry-card .m-article__link:hover .m-article__thumb figcaption {
    opacity: 1;
    z-index: 1;
  }
}
.m-entry-card .m-article__content {
  order: 2;
}
.m-entry-card .m-article__title {
  font-size: 1em;
  line-height: 1.6;
  margin-block: 2rem 0.5rem;
}
@media all and (max-width: 768px) {
  .m-entry-card .m-article__title {
    margin-block: 1rem 0.5rem;
  }
}
.m-entry-card .m-article__date {
  font-size: 1.4rem;
}
.m-entry-card .m-article__thumb {
  position: relative;
  order: 1;
  overflow: hidden;
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
}
.m-entry-card .m-article__thumb img {
  transition: 0.3s;
}
.m-entry-card .m-article__thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-base);
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.m-entry-card .m-article__thumb figcaption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: min(1.6rem, 1.2307692308vw);
  color: #fff;
  opacity: 0;
  transition: 0.3s;
}
.m-entry-card .m-article__thumb figcaption .c-icon {
  fill: #fff;
}
.m-entry-card .m-article__thumb img:not(.noimage) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
}

/* 導入事例 */
.case__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: min(3rem, 2.3076923077vw) min(7rem, 5.3846153846vw);
}
@media all and (max-width: 768px) {
  .case__list {
    gap: 7.2463768116vw 4.8309178744vw;
  }
}
.case__list .article__link {
  color: #333;
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .case__list .article__link:hover .article__image img {
    transform: scale(1.05);
  }
  .case__list .article__link:hover .article__image::before {
    opacity: 0.7;
  }
  .case__list .article__link:hover .article__image figcaption {
    opacity: 1;
    z-index: 1;
  }
}
.case__list .article__image {
  position: relative;
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  overflow: hidden;
}
.case__list .article__image img {
  transition: 0.3s;
}
.case__list .article__image figcaption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 1.6rem;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
}
.case__list .article__image figcaption .c-icon {
  fill: #fff;
}
.case__list .article__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-base);
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.case__list .article__image img:not(.noimage) {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}
.case__list .article__title {
  font-size: 2rem;
  line-height: 1.6;
  margin-block: 2rem 0.5rem;
}
@media all and (max-width: 768px) {
  .case__list .article__title {
    font-size: 1.7rem;
    margin-block: 1rem 0.5rem;
  }
}

/**************************************************
  entry-list
***************************************************/
.m-entry-list {
  border-top: 1px solid #ddd;
}
.m-entry-list .article__link {
  display: flex;
  align-items: baseline;
  row-gap: 1rem;
  color: #333;
  text-decoration: none;
  padding-block: 3rem;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 768px) {
  .m-entry-list .article__link {
    flex-wrap: wrap;
    padding-block: 2rem;
  }
}
@media all and (min-width: 769px) {
  .m-entry-list .article__link:hover {
    color: #004098;
  }
  .m-entry-list .article__link:hover .article__category {
    color: #fff;
    border-color: #004098;
    background: #004098;
  }
  .m-entry-list .article__link:hover .c-icon {
    fill: #004098;
  }
}
.m-entry-list .article__date {
  flex: 0 0 min(10.6rem, 8.1538461538vw);
}
@media all and (max-width: 768px) {
  .m-entry-list .article__date {
    flex-basis: 10.5rem;
  }
}
.m-entry-list .article__category {
  font-weight: bold;
  text-align: center;
  border: 1px solid #ddd;
  flex: 0 0 min(14rem, 10.7692307692vw);
  margin-right: min(2rem, 1.5384615385vw);
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .m-entry-list .article__category {
    font-size: 1.4rem;
    flex-basis: 14rem;
  }
}
.m-entry-list .article__category:empty::before {
  content: "お知らせ";
}
.m-entry-list .article__title {
  font-size: 1.6rem;
  margin: 0;
}
@media all and (max-width: 768px) {
  .m-entry-list .article__title {
    width: 82.1256038647vw;
    flex: initial;
  }
}
.m-entry-list .article__icon {
  margin-left: auto;
  text-align: center;
  flex: 0 0 5rem;
}
@media all and (max-width: 768px) {
  .m-entry-list .article__icon {
    flex: 0 0 6.038647343vw;
  }
}

/**************************************************
  entry
***************************************************/
@media all and (min-width: 769px) {
  .entry-content {
    max-width: 76rem;
    margin-inline: auto;
  }
}

/* -----------------------------------------------
  header
-------------------------------------------------- */
.m-entry-header {
  position: relative;
  color: #fff;
  background: rgba(0, 64, 152, 0.9);
  padding: 2rem 3rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .m-entry-header {
    padding: 1.5rem 1.5rem 1rem;
  }
}
.m-entry-header__bg {
  position: absolute;
  top: 2rem;
  left: -2rem;
  height: 120%;
  opacity: 0.2;
}
.m-entry-header .entry-title {
  font-size: 2.6rem;
  line-height: 1.7;
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .m-entry-header .entry-title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.m-entry-header .entry-meta {
  margin: 0;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-end;
  column-gap: 1rem;
}
.m-entry-header .entry-category a {
  color: #fff;
  text-decoration: none;
  padding-right: 1rem;
}
.m-entry-header .entry-category::after {
  content: "｜";
}

/* -----------------------------------------------
  nav
-------------------------------------------------- */
.entry-navigation ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entry-navigation li {
  flex: 1;
  text-align: center;
  white-space: nowrap;
}
.entry-navigation li.entry-old {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.entry-navigation li.entry-old .button__link {
  margin-inline: 0 min(1rem, 0.7692307692vw);
}
.entry-navigation li.entry-old .c-icon {
  transform: rotate(180deg);
}
.entry-navigation li.entry-new {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.entry-navigation li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}
.entry-navigation li a:any-link {
  color: var(--color-text);
}
@media all and (min-width: 769px) {
  .entry-navigation li a:hover {
    color: var(--color-link);
  }
}
.entry-navigation .button__link {
  margin: 0;
}

/**************************************************
  faq
***************************************************/
.m-faq__item {
  background: rgba(0, 64, 152, 0.1);
  margin-bottom: 1rem;
  overflow: hidden;
}
.m-faq__item[open] .m-faq__question::before {
  content: "−";
  color: var(--color-base);
  background: #fff;
}

.m-faq__question {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 3rem;
  padding-left: 7.2rem;
  /* デフォルトアイコン: + */
  /* マーカーを非表示に */
}
@media all and (max-width: 768px) {
  .m-faq__question {
    padding: 4.8309178744vw;
    padding-left: 13.8888888889vw;
  }
}
.m-faq__question::before {
  content: "＋";
  display: block;
  position: absolute;
  left: 3rem;
  width: 3.2rem;
  height: 3.2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: var(--color-base);
  border-radius: 3.2rem;
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .m-faq__question::before {
    left: 3.6231884058vw;
  }
}
.m-faq__question::-webkit-details-marker {
  display: none;
}
.m-faq__question h2 {
  font-size: 1.8rem;
  line-height: inherit;
  margin-block: 0;
}

.m-faq__answer {
  overflow: hidden;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 5rem;
}
@media all and (max-width: 768px) {
  .m-faq__answer {
    padding: 4.8309178744vw;
    padding-top: 0;
  }
}
.m-faq__answer-content p:first-child {
  margin-top: 0;
}
.m-faq__answer-content p:last-child {
  margin-bottom: 0;
}

/* CSS Document */
/**************************************************
  Icon
***************************************************/
.c-icon {
  width: 1em;
  height: 1em;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
  transition: 0.3s;
}
.c-icon-blank {
  max-height: 1em;
  max-width: 1em;
  fill: currentColor;
}
.c-icon-file {
  height: 1em;
}

/**************************************************
  List
***************************************************/
.entry-container ul,
.entry-container ol,
[class^=c-list] {
  margin-block: 3rem;
}

/* 非順序リスト */
.entry-container ul li,
.c-list--bullet li {
  margin-left: 3rem;
}
.entry-container ul li:not(:last-child),
.c-list--bullet li:not(:last-child) {
  margin-bottom: 0.75em;
}
.entry-container ul li::before,
.c-list--bullet li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -2rem;
  width: 0.65rem;
  height: 0.65rem;
  background: var(--color-base);
}
.entry-container ul li:has(a)::before,
.c-list--bullet li:has(a)::before {
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: var(--color-base);
  content: "";
  display: inline-block;
  position: absolute;
  height: 6px;
  width: 6px;
  rotate: -45deg;
  border-radius: 0;
  background: transparent;
  z-index: 1;
}
.entry-container ul li:has(a)::after,
.c-list--bullet li:has(a)::after {
  content: "";
  position: absolute;
  top: 0.15em;
  left: -2.6rem;
  width: 1.93rem;
  height: 1.93rem;
  background: #ebebeb;
  border-radius: 0.4rem;
}
.entry-container ul ol,
.entry-container ul ul,
.c-list--bullet ol,
.c-list--bullet ul {
  margin-top: 0;
  margin-bottom: 0;
}

.c-list--checkbox li {
  margin-left: 2em;
}
.c-list--checkbox li:not(:last-child) {
  margin-bottom: 0.75em;
}
.c-list--checkbox li::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: -2em;
  width: 1.3em;
  height: 1.3em;
  background: #ebebeb;
  border-radius: 0.4rem;
}
.c-list--checkbox li::after {
  content: "";
  position: absolute;
  top: 0.3em;
  left: -1.6em;
  width: 1.2em;
  height: 0.6em;
  border-left: 0.2em solid var(--color-base2);
  border-bottom: 0.2em solid var(--color-base2);
  transform: rotate(-45deg);
}

/* 順序リスト */
.entry-container ol,
.c-list--number {
  counter-reset: num;
}
.entry-container ol li,
.c-list--number li {
  padding-left: 3rem;
}
.entry-container ol li:not(:last-child),
.c-list--number li:not(:last-child) {
  margin-bottom: 0.75em;
}
.entry-container ol li::before,
.c-list--number li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num) ".";
  display: inline-block;
  top: 0;
  left: 0.5rem;
  font-weight: bold;
  color: var(--color-base);
}
.entry-container ol ol,
.entry-container ol ul,
.c-list--number ol,
.c-list--number ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* ※付きリスト */
.c-list--rice li {
  margin: 0 0 0.25em 1em;
  font-size: 1.5rem;
  text-indent: -1em;
}
.c-list--rice li::before {
  display: none;
}

/* テーブルの中のリスト */
table ul,
table ol {
  margin: 0;
}

.l-content__upper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  column-gap: 3rem;
  min-height: 3.5rem;
  margin-bottom: 3rem;
}
@media all and (max-width: 768px) {
  .l-content__upper {
    justify-content: flex-start;
  }
}

.l-widget__category {
  margin-right: 22rem;
}
@media all and (max-width: 768px) {
  .l-widget__category {
    flex: 1;
    margin-right: 31.4009661836vw;
  }
}
.l-widget__category ul {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 3rem;
}
@media all and (max-width: 768px) {
  .l-widget__category ul {
    column-gap: 4.8309178744vw;
  }
}
@media all and (max-width: 768px) {
  .l-widget__category li {
    font-size: 1.4rem;
  }
}
.l-widget__category li a {
  color: var(--color-text);
  font-weight: bold;
  text-decoration: none;
}
.l-widget__category li a:any-link {
  color: var(--color-text);
}
@media all and (min-width: 769px) {
  .l-widget__category li a:hover {
    color: var(--color-link);
    text-decoration: underline;
  }
}

.l-widget__archive {
  position: absolute;
  top: 0;
  right: 0;
  width: 18rem;
  background: #fff;
  border: 1px solid #ebebeb;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .l-widget__archive {
    width: 31.4009661836vw;
  }
}
.l-widget__archive li {
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 1.4rem;
}
.l-widget__archive li:not(:last-child) {
  margin-bottom: 1em;
}
.l-widget__archive li::before {
  content: "";
  display: inline-block;
  width: 1.93rem;
  height: 1.93rem;
  border-radius: 4px;
  background: #ebebeb;
}
.l-widget__archive li::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 0.15rem var(--color-link);
  border-right: solid 0.15rem var(--color-link);
  transform: rotate(45deg);
  position: absolute;
  inset-block: 0;
  left: 0.6rem;
  margin: auto;
}
.l-widget__archive li a {
  color: var(--color-link);
}
.l-widget__archive li a:hover {
  text-decoration: none;
}

.accordion_check {
  display: none;
}
.accordion_label {
  display: flex;
  align-items: center;
  height: 3.3rem;
  padding-inline: 1.2rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .accordion_label {
    padding-inline: 2.4154589372vw 0;
    font-size: 1.3rem;
  }
}
.accordion_label:hover {
  color: var(--color-link);
}
.accordion_label::after {
  content: "＋";
  color: var(--color-link);
  font-weight: bold;
  position: absolute;
  right: 1.2rem;
  line-height: 1;
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .accordion_label::after {
    right: 1.2077294686vw;
  }
}

.accordion_check:checked + .accordion_label::after {
  content: "−";
}

.accordion_content {
  position: relative;
  z-index: 2;
  height: 0;
  padding-inline: 1.2rem 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .accordion_content {
    padding-inline: 2.4154589372vw 0;
  }
}

.accordion_check:checked + .accordion_label + .accordion_content {
  height: auto;
  opacity: 1;
  padding-block: 1rem;
  visibility: visible;
}

.l-navi {
  background: #f1f6f7;
  padding-block: 5rem;
}
@media all and (max-width: 768px) {
  .l-navi {
    padding-block: 3rem;
  }
}
.l-navi li.stay a {
  pointer-events: none;
  color: var(--color-link);
}
.l-navi__link {
  background: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 10rem;
  overflow: hidden;
}
.l-navi__link:any-link {
  color: var(--color-text);
}
@media all and (min-width: 769px) {
  .l-navi__link:hover {
    color: var(--color-link);
  }
  .l-navi__link:hover .button__link {
    background: var(--color-link);
  }
  .l-navi__link:hover .button__link .c-icon {
    fill: #fff;
  }
}
.l-navi__thumb {
  width: 10rem;
  height: 10rem;
}
.l-navi__thumb img {
  object-fit: cover;
  opacity: 1 !important;
}
.l-navi__text {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 3rem;
  margin-right: auto;
}
.l-navi__text .c-en {
  display: block;
  color: var(--color-base);
  font-size: 1.4rem;
}
.l-navi .button__link {
  margin-right: 2rem;
}

body.page-lv4 .l-navi li.stay a {
  pointer-events: inherit;
}
body.page-lv4 .l-navi li.stay a:not(:hover) {
  color: inherit;
}

@media all and (min-width: 769px) {
  .local-navigation {
    max-width: min(110rem, 84.6153846154vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .local-navigation {
    margin-inline: 4.8309178744vw;
  }
}
.local-navigation ul {
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 768px) {
  .local-navigation ul {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.local-navigation ul li {
  width: 100%;
}
@media all and (min-width: 769px) {
  .local-navigation ul:first-child {
    justify-content: center;
    column-gap: 6rem;
  }
  .local-navigation ul:first-child li {
    max-width: 45rem;
  }
}
.local-navigation ul:last-child {
  margin-top: 5rem;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .local-navigation ul:last-child {
    margin-top: 2rem;
  }
}
@media all and (min-width: 769px) {
  .local-navigation ul:last-child li {
    max-width: 35rem;
  }
}

.m-localNavi li {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.m-localNavi .link {
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  opacity: 0.5;
}
.m-localNavi .link::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-link);
  border-radius: 0.2rem;
  transition: 0.3s;
  opacity: 0;
}
.m-localNavi .link:any-link {
  color: var(--color-text);
}
.m-localNavi .link:hover {
  opacity: 1;
}
.m-localNavi .link:hover::before {
  opacity: 1;
}
@media all and (max-width: 768px) {
  .m-localNavi .link {
    opacity: 1;
  }
  .m-localNavi .link::before {
    opacity: 1;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**************************************************
  page title
***************************************************/
.page-title {
  position: relative;
}
.page-title .page-title-inner,
.page-title h1 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  min-height: 24.3rem;
  margin-block: 1rem;
}
@media all and (min-width: 769px) {
  .page-title .page-title-inner,
  .page-title h1 {
    max-width: min(110rem, 84.6153846154vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .page-title .page-title-inner,
  .page-title h1 {
    padding-inline: 4.8309178744vw;
  }
}
@media all and (max-width: 768px) {
  .page-title .page-title-inner,
  .page-title h1 {
    min-height: 21.3rem;
  }
}
.page-title .page-title-inner .c-en,
.page-title h1 .c-en {
  font-size: 8rem;
  letter-spacing: 0;
  color: var(--color-base);
}
@media all and (max-width: 768px) {
  .page-title .page-title-inner .c-en,
  .page-title h1 .c-en {
    font-size: 6rem;
    word-wrap: normal;
  }
}

/* サイズ調整 */
@media all and (max-width: 768px) {
  .page-title .page-title-inner .c-en.--sm,
  .page-title h1 .c-en.--sm {
    font-size: 5rem;
  }
}

body.blogtpl .page-title .page-title-inner .c-en,
body.blogtpl .page-title h1 .c-en {
  text-transform: capitalize;
}

/**************************************************
  pagination
***************************************************/
.pager-navigation {
  margin-top: 6rem;
}
.pager-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 1px;
}
.pager-navigation ul li {
  font-size: 1.8rem;
}
.pager-navigation ul span,
.pager-navigation ul a {
  width: 4rem;
  height: 4rem;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  text-decoration: none;
}
.pager-navigation ul span.cur, .pager-navigation ul span:hover,
.pager-navigation ul a.cur,
.pager-navigation ul a:hover {
  background: var(--color-link);
  color: #fff;
}

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  background: rgba(0, 0, 0, 0.9);
}

.remodal-wrapper {
  position: fixed;
  z-index: 11000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper::after {
  display: inline-block;
  height: 100%;
  content: "";
}

.remodal {
  position: relative;
  outline: none;
  width: 100%;
  max-width: get_min_pc(1100);
  text-align: left;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing,
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: fadeIn;
}

.remodal-overlay.remodal-is-closing {
  animation-name: fadeIn;
  animation-direction: reverse;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening;
}
.remodal.remodal-is-opening.--modeleft {
  animation-name: remodal-opening-left;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing;
}
.remodal.remodal-is-closing.--modeleft {
  animation-name: remodal-opening-left;
  animation-direction: reverse;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@keyframes remodal-opening {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes remodal-closing {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
/**************************************************
  share
***************************************************/
.m-share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-block: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(var(--color-text), 0.1);
}
@media all and (max-width: 768px) {
  .m-share {
    flex-direction: column;
  }
}
.m-share .title {
  margin-top: 0;
  font-size: 1.6rem;
  color: #666;
}
@media all and (min-width: 769px) {
  .m-share .title {
    margin-right: 3rem;
    margin-bottom: 0;
  }
}
.m-share .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
.m-share .nav li {
  width: 6rem;
  height: 6rem;
}
.m-share .nav .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.m-share .nav .link .c-icon {
  fill: currentColor;
  width: 3rem;
  height: 3rem;
}
.m-share .nav .link:hover {
  opacity: 0.6;
}
.m-share .nav .facebook a {
  color: #1877f2;
  width: auto;
}
.m-share .nav .facebook a .c-icon {
  width: 6rem;
  height: 6rem;
  margin: 0;
  fill: currentColor;
}
.m-share .nav .twitter a {
  background: #000;
}
.m-share .nav .twitter a .c-icon {
  fill: var(--color-bg);
}
.m-share .nav .line a {
  background: #00c300;
}
.m-share .nav .line a .c-icon {
  fill: var(--color-bg);
}

/**************************************************
  Sidebar
***************************************************/
.l-content__side__archive {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-content__side__archive li {
  width: 50%;
}

/* -----------------------------------------------
  MARK: ウィジェット
-------------------------------------------------- */
.m-widget {
  margin-bottom: 3rem;
}
.m-widget__title {
  margin-block: 0.67em;
}
.m-widget__title:first-of-type {
  margin-top: 0 !important;
}
.m-widget__archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 2rem;
}
.m-widget__archive li {
  flex: 1;
}
.m-widget .c-list--bullet {
  margin-top: 0;
}
.m-widget a {
  color: var(--color-text);
  text-decoration: none;
}
.m-widget a:any-link {
  color: var(--color-text);
}
@media all and (min-width: 769px) {
  .m-widget a:hover {
    color: var(--color-link);
  }
}

/**************************************************
  Table（Flexible Table プラグイン）
***************************************************/
/* -----------------------------------------------
  Default
-------------------------------------------------- */
.entry-container table,
.c-table--border table {
  margin-block: 3rem;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-container table th, .entry-container table td,
.c-table--border table th,
.c-table--border table td {
  padding-block: 2.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
@media all and (max-width: 768px) {
  .entry-container table th, .entry-container table td,
  .c-table--border table th,
  .c-table--border table td {
    padding-block: 1.3rem;
  }
}
.entry-container table th,
.c-table--border table th {
  position: relative;
  width: 25%;
  padding-right: 2.6rem;
  text-align: left;
}
.entry-container table tr > th:first-child::before, .entry-container table tr > th:first-child::after,
.c-table--border table tr > th:first-child::before,
.c-table--border table tr > th:first-child::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 1px;
  background-color: var(--color-base);
  top: -1px;
  left: 0;
}
.entry-container table tr > th:first-child::after,
.c-table--border table tr > th:first-child::after {
  top: auto;
  bottom: -1px;
}
@media all and (max-width: 768px) {
  .entry-container table.is-stacked-on-mobile,
  .c-table--border table.is-stacked-on-mobile {
    border-top: none;
  }
  .entry-container table.is-stacked-on-mobile th, .entry-container table.is-stacked-on-mobile td,
  .c-table--border table.is-stacked-on-mobile th,
  .c-table--border table.is-stacked-on-mobile td {
    width: 100% !important;
    display: block;
  }
  .entry-container table.is-stacked-on-mobile th,
  .c-table--border table.is-stacked-on-mobile th {
    border: none;
    padding-bottom: 0;
    font-size: 1.6rem;
    background: url("../images/common/bg_table-border.png") no-repeat;
    background-size: 200% 1px;
    background-position: left top 1px;
  }
  .entry-container table.is-stacked-on-mobile th::before, .entry-container table.is-stacked-on-mobile th::after,
  .c-table--border table.is-stacked-on-mobile th::before,
  .c-table--border table.is-stacked-on-mobile th::after {
    content: none !important;
  }
  .entry-container table.is-stacked-on-mobile td,
  .c-table--border table.is-stacked-on-mobile td {
    border: none;
    padding-bottom: 3rem;
    padding-inline: 0;
  }
}
.entry-container table.th-nowrap th,
.c-table--border table.th-nowrap th {
  white-space: nowrap;
}

.entry-container table td {
  padding-inline: 1rem;
}

/* -----------------------------------------------
  SPのみスクロール
-------------------------------------------------- */
@media all and (max-width: 768px) {
  .c-table--border.is-scroll-on-mobile {
    cursor: grab;
    overflow-x: scroll;
  }
  .c-table--border.is-scroll-on-mobile:active {
    cursor: grabbing;
  }
  .c-table--border.is-scroll-on-mobile::before {
    content: "※この表は横にスクロールできます";
    position: sticky;
    top: 0;
    left: 0;
    font-size: 90%;
  }
  .c-table--border.is-scroll-on-mobile table {
    min-width: 760px;
    overflow-x: scroll;
  }
  .c-table--border.is-scroll-on-mobile td, .c-table--border.is-scroll-on-mobile th {
    white-space: nowrap;
  }
}

.column-table- > .entry-container:has(.acms-table-scrollable) {
  cursor: grab;
  overflow-x: scroll;
}
.column-table- > .entry-container:has(.acms-table-scrollable):active {
  cursor: grabbing;
}
.column-table- > .entry-container:has(.acms-table-scrollable)::before {
  content: "※この表は横にスクロールできます";
  position: sticky;
  top: 0;
  left: 0;
  font-size: 90%;
}
.column-table- > .entry-container:has(.acms-table-scrollable) table {
  min-width: 760px;
  overflow-x: scroll;
}
.column-table- > .entry-container:has(.acms-table-scrollable) td, .column-table- > .entry-container:has(.acms-table-scrollable) th {
  white-space: nowrap;
}
.column-table- > .entry-container:has(.acms-table-scrollable) td {
  padding-inline: 1rem;
}

@media all and (max-width: 768px) {
  .column-table- > .entry-container:has(.js-table-unit-scroll-hint) {
    cursor: grab;
    overflow-x: scroll;
  }
  .column-table- > .entry-container:has(.js-table-unit-scroll-hint):active {
    cursor: grabbing;
  }
  .column-table- > .entry-container:has(.js-table-unit-scroll-hint)::before {
    content: "※この表は横にスクロールできます";
    position: sticky;
    top: 0;
    left: 0;
    font-size: 90%;
  }
  .column-table- > .entry-container:has(.js-table-unit-scroll-hint) table {
    min-width: 760px;
    overflow-x: scroll;
  }
  .column-table- > .entry-container:has(.js-table-unit-scroll-hint) td, .column-table- > .entry-container:has(.js-table-unit-scroll-hint) th {
    white-space: nowrap;
  }
}
.column-table- > .entry-container:has(.js-table-unit-scroll-hint) td {
  padding-inline: 1rem;
}

/**************************************************
  Typography
***************************************************/
/* -----------------------------------------------
  Heading
-------------------------------------------------- */
h2.c-heading {
  font-size: 3rem;
}

h3.c-heading {
  font-size: 2.4rem;
}

.c-heading {
  margin-top: 3rem;
  color: var(--color-base);
}
.c-heading--center {
  position: relative;
  margin-top: 10rem;
  margin-bottom: 6rem;
  font-size: 3rem;
  text-align: center;
  padding-bottom: 3rem;
}
@media all and (max-width: 768px) {
  .c-heading--center {
    margin-top: 6rem;
    margin-bottom: 3rem;
  }
}
.c-heading--center .subtitle {
  display: block;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
.c-heading--center::before, .c-heading--center::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 3rem;
  margin: auto;
  width: 3rem;
  height: 0.3rem;
  background: var(--color-base);
}
.c-heading--center::after {
  right: -3rem;
  background: rgba(0, 0, 0, 0.1);
}
.c-heading--lv2 {
  margin-top: 10rem;
  margin-bottom: 3rem;
  font-size: 2.6rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 2.5rem;
}
@media all and (max-width: 768px) {
  .c-heading--lv2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-heading--lv2 .c-en {
  font-size: 5rem;
  color: var(--color-base);
}
.c-heading--lv2 .c-ja {
  font-size: 1.8rem;
  margin-top: 0.5em;
}
.c-heading--lv3 {
  margin-top: 6rem;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  color: var(--color-base);
  padding-left: 2rem;
  border-left: 3px solid var(--color-base);
}
.c-heading--lv4 {
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  color: var(--color-base);
}
.c-heading--lv5 {
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  color: var(--color-base);
}

.entry-container h2:not([class^=c-heading]) {
  position: relative;
  margin-top: 4rem;
  padding-top: 2.5rem;
  font-size: 2.6rem;
  color: var(--color-base);
  border-top: 0.3rem solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 768px) {
  .entry-container h2:not([class^=c-heading]) {
    font-size: 2.4rem;
  }
}
.entry-container h2:not([class^=c-heading])::before {
  content: "";
  position: absolute;
  top: -0.3rem;
  position: 0;
  width: 10rem;
  height: 0.3rem;
  background: var(--color-base);
}
.entry-container h3:not([class^=c-heading]) {
  margin-top: 6rem;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  color: var(--color-base);
  padding-left: 2rem;
  border-left: 3px solid var(--color-base);
}
@media all and (max-width: 768px) {
  .entry-container h3:not([class^=c-heading]) {
    font-size: 2.2rem;
  }
}
.entry-container h4:not([class^=c-heading]) {
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  color: var(--color-base);
}
.entry-container h5:not([class^=c-heading]) {
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  color: var(--color-base);
}

.m-widget h2 {
  position: relative;
  padding-top: 1.5rem;
  font-size: 2.4rem;
  color: var(--color-base);
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.m-widget h2::before {
  content: "";
  position: absolute;
  top: -2px;
  position: 0;
  width: 6rem;
  height: 2px;
  background: var(--color-base);
}

/* -----------------------------------------------
  Variation
-------------------------------------------------- */
.en,
.c-en {
  font-family: "Barlow", sans-serif;
}

.c-attention {
  color: var(--color-error);
}

.c-lead {
  font-size: 2rem;
}

/**************************************************
  utilities
***************************************************/
/* ---------- clear ---------- */
.u-clearfix {
  zoom: 1;
}
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media all and (min-width: 769px) {
  .u-float-left {
    float: left;
  }
  .u-float-right {
    float: right;
  }
}
.u-clear {
  clear: both;
}

.u-hidden {
  display: none;
}

/* ---------- text ---------- */
.u-text-bold {
  font-weight: bold;
}

.u-text-color {
  color: var(--color-base);
}

.u-text-error {
  color: var(--color-error);
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-sm {
  font-size: 88%;
}

.u-text-xs {
  font-size: 75%;
}

.u-text-lg {
  font-size: 113%;
}

.u-text-x-lg {
  font-size: 140%;
}

.u-valign-top {
  vertical-align: top;
}

.u-valign-middle {
  vertical-align: middle;
}

.u-valign-bottom {
  vertical-align: bottom;
}

.u-text-center,
.u-text-center th,
.u-text-center td {
  text-align: center;
}

.u-text-right,
.u-text-right th,
.u-text-right td {
  text-align: right;
}

.u-text-left,
.u-text-left th,
.u-text-left td {
  text-align: left;
}

.u-image-text {
  overflow: hidden;
}

.u-text-top {
  vertical-align: top;
}

.u-text-middle {
  vertical-align: middle;
}

.u-text-bottom {
  vertical-align: bottom;
}

.u-word-break {
  word-break: break-all;
}

.u-nowrap {
  white-space: nowrap;
}

.u-text-ls {
  letter-spacing: 0;
}

/* ---------- margin ---------- */
.u-margin-first {
  margin-top: 0 !important;
}

.u-margin-zero {
  margin-bottom: 0;
}

.u-margin-half {
  margin-bottom: calc(3rem / 2);
}

.u-margin-default {
  margin-bottom: 3rem;
}

.u-margin-double {
  margin-bottom: calc(3rem * 2);
}

.u-margin-block {
  margin-block: 0 !important;
}

.u-margin-inline {
  margin-inline: 0 !important;
}

.u-margin-10 {
  margin-bottom: 1rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-10 {
    margin-bottom: 0.5rem !important;
  }
}

.u-margin-20 {
  margin-bottom: 2rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-20 {
    margin-bottom: 1rem !important;
  }
}

.u-margin-30 {
  margin-bottom: 3rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-30 {
    margin-bottom: 1.5rem !important;
  }
}

.u-margin-40 {
  margin-bottom: 4rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-40 {
    margin-bottom: 2rem !important;
  }
}

.u-margin-50 {
  margin-bottom: 5rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-50 {
    margin-bottom: 2.5rem !important;
  }
}

.u-margin-60 {
  margin-bottom: 6rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-60 {
    margin-bottom: 3rem !important;
  }
}

.u-margin-70 {
  margin-bottom: 7rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-70 {
    margin-bottom: 3.5rem !important;
  }
}

.u-margin-80 {
  margin-bottom: 8rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-80 {
    margin-bottom: 4rem !important;
  }
}

.u-margin-90 {
  margin-bottom: 9rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-90 {
    margin-bottom: 4.5rem !important;
  }
}

.u-margin-100 {
  margin-bottom: 10rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-100 {
    margin-bottom: 5rem !important;
  }
}

.u-margin-110 {
  margin-bottom: 11rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-110 {
    margin-bottom: 5.5rem !important;
  }
}

.u-margin-120 {
  margin-bottom: 12rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-120 {
    margin-bottom: 6rem !important;
  }
}

.u-margin-130 {
  margin-bottom: 13rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-130 {
    margin-bottom: 6.5rem !important;
  }
}

.u-margin-140 {
  margin-bottom: 14rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-140 {
    margin-bottom: 7rem !important;
  }
}

.u-margin-150 {
  margin-bottom: 15rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-150 {
    margin-bottom: 7.5rem !important;
  }
}

.u-margin-160 {
  margin-bottom: 16rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-160 {
    margin-bottom: 8rem !important;
  }
}

.u-margin-170 {
  margin-bottom: 17rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-170 {
    margin-bottom: 8.5rem !important;
  }
}

.u-margin-180 {
  margin-bottom: 18rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-180 {
    margin-bottom: 9rem !important;
  }
}

.u-margin-190 {
  margin-bottom: 19rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-190 {
    margin-bottom: 9.5rem !important;
  }
}

.u-margin-200 {
  margin-bottom: 20rem !important;
}
@media all and (max-width: 768px) {
  .u-margin-200 {
    margin-bottom: 10rem !important;
  }
}

@media all and (min-width: 769px) {
  .u-width-700 {
    max-width: min(70rem, 53.8461538462vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-710 {
    max-width: min(71rem, 54.6153846154vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-720 {
    max-width: min(72rem, 55.3846153846vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-730 {
    max-width: min(73rem, 56.1538461538vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-740 {
    max-width: min(74rem, 56.9230769231vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-750 {
    max-width: min(75rem, 57.6923076923vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-760 {
    max-width: min(76rem, 58.4615384615vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-770 {
    max-width: min(77rem, 59.2307692308vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-780 {
    max-width: min(78rem, 60vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-790 {
    max-width: min(79rem, 60.7692307692vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-800 {
    max-width: min(80rem, 61.5384615385vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-810 {
    max-width: min(81rem, 62.3076923077vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-820 {
    max-width: min(82rem, 63.0769230769vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-830 {
    max-width: min(83rem, 63.8461538462vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-840 {
    max-width: min(84rem, 64.6153846154vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-850 {
    max-width: min(85rem, 65.3846153846vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-860 {
    max-width: min(86rem, 66.1538461538vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-870 {
    max-width: min(87rem, 66.9230769231vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-880 {
    max-width: min(88rem, 67.6923076923vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-890 {
    max-width: min(89rem, 68.4615384615vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-900 {
    max-width: min(90rem, 69.2307692308vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-910 {
    max-width: min(91rem, 70vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-920 {
    max-width: min(92rem, 70.7692307692vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-930 {
    max-width: min(93rem, 71.5384615385vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-940 {
    max-width: min(94rem, 72.3076923077vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-950 {
    max-width: min(95rem, 73.0769230769vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-960 {
    max-width: min(96rem, 73.8461538462vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-970 {
    max-width: min(97rem, 74.6153846154vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-980 {
    max-width: min(98rem, 75.3846153846vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-990 {
    max-width: min(99rem, 76.1538461538vw);
    margin-inline: auto;
  }
}
@media all and (min-width: 769px) {
  .u-width-1000 {
    max-width: min(100rem, 76.9230769231vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .sdgs-image {
    width: 36.231884058vw;
  }
}

.u-alignfull-right {
  margin-right: calc((min(110rem, 84.6153846154vw) - 100vw) / 2);
}

.u-alignfull-left {
  margin-left: calc((min(110rem, 84.6153846154vw) - 100vw) / 2);
}

/* ---------- devices ---------- */
@media all and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}
/* ---------- spacing ---------- */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

/* -----------------------------------------------
  Accessibility
-------------------------------------------------- */
.screen-reader-text {
  position: absolute;
  top: -1000em;
  transition: 0.3s;
}
.screen-reader-text:focus {
  left: 6px;
  top: 6px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f0f0f1;
  color: #2271b1;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.is-current {
  pointer-events: none;
  text-decoration: none;
}

/* -----------------------------------------------
  admin bar
-------------------------------------------------- */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  transition: 0.3s;
  opacity: 0.2;
}
#wpadminbar:hover {
  opacity: 1;
}
@media all and (max-width: 768px) {
  #wpadminbar {
    display: none;
  }
}