@charset "UTF-8";
.c-area {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  padding-right: 30px !important;
  padding-left: 30px !important;
}
@media screen and (max-width: 414px) {
  .c-area {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
}

.section__contents {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.col {
  display: flex;
  justify-content: space-between;
}

.c-area--m {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1460px) {
  .c-area--m {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 414px) {
  .c-area--m {
    margin-right: 18px;
    margin-left: 18px;
  }
}

.c-area--n {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1220px) {
  .c-area--n {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 810px) {
  .c-area--n {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 414px) {
  .c-area--n {
    margin-right: 15px;
    margin-left: 15px;
  }
}

/* 矢印 */
/*++++++++++++++++++++++++++++++ reset ++++++++++++++++++++++++++++++*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, address, em {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
}

table, caption, th, td {
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
}

form, fieldset, input, button, select, optgroup, option, textarea, label, legend {
  margin: 0;
  padding: 0;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br, ins, del, a, img, object, figure {
  margin: 0;
  padding: 0;
  border: 0;
}

i, address {
  font-style: normal;
}

ul, dl, ol, li {
  list-style-position: outside;
  list-style-type: none;
}

em {
  font-weight: bold;
}

img {
  vertical-align: top;
}

a {
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

input[type=text],
input[type=button],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/*++++++++++++++++++++++++++++++ 基本設定 ++++++++++++++++++++++++++++++*/
html {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #444444;
  /*font-size: 62.5%;*/
  font-size: 100%;
}

body {
  min-width: 100%;
  line-height: 1.6;
  overflow-x: hidden;
  color: #444444;
}

a {
  color: #2cb7fe;
}
.isPC a {
  transition: all 0.3s ease;
}

a:hover {
  cursor: pointer;
}

img:not([class]) {
  width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 1080px) {
  html.is-fixed,
  html.is-fixed body {
    overflow: hidden;
  }
}
@media screen and (max-width: 1080px) {
  html.is-fixed header::before {
    opacity: 1;
    visibility: visible;
  }
}
html header::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

body,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.823rem + 0.2vw, 1rem);
}

a,
a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
  }
}

.no-tel {
  text-decoration: none !important;
  pointer-events: none;
  cursor: default;
}

.f-br {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.form .grecaptcha-badge {
  visibility: visible;
}

.grecaptcha-badge {
  bottom: 1px;
  z-index: 1;
}

.mt {
  margin-top: 3em;
}

html header::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

.l-header {
  width: calc(100% - 280px);
  height: 125px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1020;
  max-width: 100vw;
}
@media screen and (max-width: 1920px) {
  .l-header {
    max-width: 1700px;
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1360px) {
  .l-header {
    height: 90px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header {
    height: 80px;
    padding: 0;
  }
}
@media screen and (max-width: 414px) {
  .l-header {
    height: 70px;
  }
}
.clr-chg .l-header::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.l-header__logo {
  display: flex;
  width: 320px;
  aspect-ratio: 330/50;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 1022;
}
@media screen and (max-width: 1920px) {
  .l-header__logo {
    left: 30px;
  }
}
@media screen and (max-width: 1360px) {
  .l-header__logo {
    width: 256px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header__logo {
    left: 30px;
    z-index: 1009;
  }
}
@media screen and (max-width: 414px) {
  .l-header__logo {
    width: auto;
    height: 30px;
    left: 20px;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-front .l-header__logo a {
  color: #fff;
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__logo img.logo--wht {
  display: none;
}
.p-front .l-header__logo img.logo--cmn {
  display: none;
}
.p-front .l-header__logo img.logo--wht {
  display: block;
}
.clr-chg .l-header__logo img.logo--cmn {
  display: block;
}
.clr-chg .l-header__logo img.logo--wht {
  display: none;
}
.l-header-menu {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: auto;
  line-height: 1.5;
  position: relative;
  z-index: 1021;
}
@media screen and (max-width: 1080px) {
  .l-header-menu {
    display: block;
    width: calc(100% - 98px);
    height: calc(var(--dvh, 1dvh) * 100);
    padding: 15px 19px;
    position: fixed;
    top: 0;
    left: -100%;
    transform: translateX(100%);
    transform: translateX(0);
    transition-timing-function: ease-out;
    transition-duration: 0.5s;
  }
  .l-header-menu.open {
    visibility: visible;
    backface-visibility: hidden;
    transform: translateX(0);
    overflow-y: auto;
    opacity: 1;
    left: 0;
    background-color: #fff;
    transition-timing-function: ease-out;
    transition-duration: 0.5s;
  }
}
@media screen and (max-width: 414px) {
  .l-header-menu {
    width: calc(100% - 64px);
  }
}
.l-header-nav {
  flex: 1;
  display: flex;
  flex-wrap: wrap-reverse;
  margin-left: auto;
  align-items: flex-end;
}
@media screen and (max-width: 1080px) {
  .l-header-nav {
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .open .l-header-nav {
    display: block;
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
}
.l-header__list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .open .l-header__list {
    display: block;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
}
.l-header__item {
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.l-header__item:not(:first-of-type) {
  margin-left: 50px;
}
@media screen and (max-width: 1360px) {
  .l-header__item:not(:first-of-type) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header__item:not(:first-of-type) {
    margin-left: 0;
    font-size: clamp(1rem, 0.948rem + 0.2vw, 1.125rem);
  }
}
@media screen and (max-width: 1080px) {
  .open .l-header__item {
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 2px solid #dddddd;
    position: relative;
    backface-visibility: hidden;
  }
}
.l-header__item--contact {
  margin-left: 60px !important;
  position: relative;
}
@media screen and (max-width: 1360px) {
  .l-header__item--contact {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 1080px) {
  .l-header__item--contact {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1080px) {
  .open .l-header__item--contact {
    border-bottom: none;
  }
}
.l-header__item--contact::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #444444;
}
@media screen and (max-width: 1080px) {
  .l-header__item--contact::before {
    content: none;
  }
}
.p-front .l-header__item--contact::before {
  background-color: #fff;
}
.clr-chg .l-header__item--contact::before {
  background-color: #444444;
}
.l-header__item--contact .l-header__link {
  margin-left: 60px;
}
@media screen and (max-width: 1360px) {
  .l-header__item--contact .l-header__link {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 1080px) {
  .open .l-header__item--contact .l-header__link {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    padding-left: 0;
    margin: 30px auto 0 !important;
    border-radius: 9999px;
    background-color: #f5f5f5;
  }
  .open .l-header__item--contact .l-header__link::before, .open .l-header__item--contact .l-header__link::after {
    content: none;
  }
}
.l-header__item--contact .l-header__link span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1/1;
  margin-left: 12px;
  border-radius: 9999px;
  background-color: #008cd3;
}
@media screen and (max-width: 1080px) {
  .l-header__item--contact .l-header__link span {
    width: 40px;
  }
}
.l-header__item--contact .l-header__link span svg {
  width: 22px;
  aspect-ratio: 22/16;
}
@media screen and (min-width: 1081px) {
  .l-header__item.current > a::before {
    width: 100%;
  }
}
.l-header__link {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  line-height: 1;
  position: relative;
  color: #444444;
  transition-property: color;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.p-front .l-header__link {
  color: #fff;
}
.clr-chg .l-header__link {
  color: #444444;
}
@media screen and (min-width: 1081px) {
  .l-header__link:hover {
    color: #2cb7fe;
    transition-property: color;
    transition-delay: 15ms;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
}
@media screen and (max-width: 1080px) {
  .l-header__link {
    flex: 1 0 0;
    padding: 17px 0 17px 34px;
    margin-right: 10px;
    font-size: clamp(1.125rem, 0.968rem + 0.61vw, 1.5rem);
    line-height: 1.5;
    position: relative;
    padding-left: 70px;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    z-index: 11;
    color: #444444 !important;
  }
}
@media screen and (max-width: 1080px) and (max-width: 414px) {
  .l-header__link {
    padding-left: 64px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header__link::before, .l-header__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }
  .l-header__link::before {
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 9999px;
    background-color: #008cd3;
    left: 0;
    transform: translateY(-50%);
  }
  .l-header__link::after {
    width: 10px;
    aspect-ratio: 13/14;
    left: 10px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2014%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2213%2C6%206.9%2C0%205.2%2C1.7%209.5%2C6%200%2C6%200%2C8%209.5%2C8%205.2%2C12.3%206.9%2C14%2013%2C8%2013%2C8%2013%2C6%2013%2C6%20%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    transition-property: all;
    transition-delay: 15ms;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
  .isPC .l-header__link:hover::before {
    opacity: 0.8;
  }
  .isPC .l-header__link:hover::after {
    transform: translate(5px, -50%);
  }
}
@media screen and (max-width: 1080px) {
  .l-header__link::before {
    left: 20px;
  }
}
@media screen and (min-width: 1081px) {
  .l-header__link::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #2cb7fe;
    position: absolute;
    left: 0;
    bottom: -54px;
    bottom: -37px;
    opacity: 0;
    visibility: hidden;
  }
  .l-header__link::after:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1080px) {
  .l-header__link::after {
    left: 31px;
  }
}
@media screen and (max-width: 414px) {
  .l-header__link::after {
    left: 29px;
  }
}
.l-header__link:hover {
  color: #2cb7fe !important;
  transition-property: color;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 1081px) {
  .l-header__link:hover::after {
    visibility: visible !important;
    opacity: 1 !important;
    transition-property: opacity;
    transition-delay: 15ms;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
}
@media screen and (max-width: 1080px) {
  .l-header__link.has-mega-menu {
    display: none;
  }
}
.l-header__link:has(+ .mm-open) {
  color: #2cb7fe !important;
}
.l-header__link:has(+ .mm-open)::after {
  visibility: visible !important;
  opacity: 1 !important;
}
.l-header .mega-menu {
  width: 100vw;
  max-width: 1280px;
  padding-top: 37px;
  position: absolute;
  right: 0;
  top: 100%;
  pointer-events: none;
}
@media screen and (min-width: 1081px) {
  .l-header .mega-menu {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1360px) {
  .l-header .mega-menu {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu {
    width: 100%;
    max-width: none;
    padding-top: 0;
    position: relative;
    left: auto;
    top: auto;
    overflow: hidden;
  }
}
.l-header .mega-menu.mm-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition-property: opacity;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transition-property: color;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.l-header .mega-menu.mm-open .mega-menu__inner {
  opacity: 1 !important;
  transition-property: opacity;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
}
@media screen and (min-width: 1081px) {
  .l-header .mega-menu.mm-open::after {
    visibility: visible !important;
    opacity: 1 !important;
    transition-property: opacity;
    transition-delay: 15ms;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
}
.l-header .mega-menu.mm-open:has(+ .l-header__link) {
  color: #2cb7fe !important;
  background-color: #fff;
}
.open .l-header .mega-menu {
  position: relative;
}
.l-header .mega-menu.tglopen {
  visibility: visible !important;
  opacity: 1 !important;
}
.l-header .mega-menu__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(68, 68, 68, 0.9);
  color: #fff;
}
@media screen and (min-width: 1081px) {
  .l-header .mega-menu__inner {
    opacity: 0;
  }
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__inner {
    display: block;
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
  }
}
.l-header .mega-menu__box {
  flex: 1;
  padding: 37px 15px 30px 40px;
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__box {
    flex: none;
    padding: 0;
  }
}
.open .l-header .mega-menu__box {
  flex: none;
}
.l-header .mega-menu__title {
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__title {
    display: flex;
    position: relative;
  }
}
.l-header .mega-menu__title::after {
  content: "";
  display: block;
  width: calc(100% + 55px);
  height: 2px;
  background-color: #828282;
  margin-left: -40px;
  margin-top: 33px;
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__title::after {
    display: none;
  }
}
.l-header .mega-menu__title a {
  padding-left: 35px;
  color: #2cb7fe;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 50px;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-size: clamp(1.125rem, 0.968rem + 0.61vw, 1.5rem);
  pointer-events: all;
  transition-property: color;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 414px) {
  .l-header .mega-menu__title a {
    padding-left: 40px;
  }
}
.l-header .mega-menu__title a::before, .l-header .mega-menu__title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.l-header .mega-menu__title a::before {
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background-color: #008cd3;
  left: 0;
  transform: translateY(-50%);
}
.l-header .mega-menu__title a::after {
  width: 10px;
  aspect-ratio: 13/14;
  left: 10px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2014%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2213%2C6%206.9%2C0%205.2%2C1.7%209.5%2C6%200%2C6%200%2C8%209.5%2C8%205.2%2C12.3%206.9%2C14%2013%2C8%2013%2C8%2013%2C6%2013%2C6%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.isPC .l-header .mega-menu__title a:hover::before {
  opacity: 0.8;
}
.isPC .l-header .mega-menu__title a:hover::after {
  transform: translate(5px, -50%);
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__title a {
    display: flex;
    align-items: center;
    line-height: 1;
    flex: 1 0 0;
    padding: 17px 0 17px 34px;
    margin-right: 15px;
    position: relative;
    font-size: clamp(1.125rem, 0.968rem + 0.61vw, 1.5rem);
    line-height: 1.5;
    position: relative;
    padding-left: 70px;
    font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
    z-index: 11;
    color: #444444 !important;
  }
}
@media screen and (max-width: 1080px) and (max-width: 414px) {
  .l-header .mega-menu__title a {
    padding-left: 64px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__title a::before, .l-header .mega-menu__title a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }
  .l-header .mega-menu__title a::before {
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 9999px;
    background-color: #008cd3;
    left: 0;
    transform: translateY(-50%);
  }
  .l-header .mega-menu__title a::after {
    width: 10px;
    aspect-ratio: 13/14;
    left: 10px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2014%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2213%2C6%206.9%2C0%205.2%2C1.7%209.5%2C6%200%2C6%200%2C8%209.5%2C8%205.2%2C12.3%206.9%2C14%2013%2C8%2013%2C8%2013%2C6%2013%2C6%20%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    transition-property: all;
    transition-delay: 15ms;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
  .isPC .l-header .mega-menu__title a:hover::before {
    opacity: 0.8;
  }
  .isPC .l-header .mega-menu__title a:hover::after {
    transform: translate(5px, -50%);
  }
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__title a::before {
    left: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__title a::after {
    left: 31px;
  }
}
@media screen and (max-width: 414px) {
  .l-header .mega-menu__title a::after {
    left: 29px;
  }
}
.l-header .mega-menu__title a:hover {
  color: #2cb7fe !important;
}
.isPC .l-header .mega-menu__title a:hover {
  cursor: pointer;
}
.l-header .mega-menu__contents {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (min-width: 1081px) {
  .l-header .mega-menu__contents {
    padding-top: 27px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__contents {
    padding: 10px 25px 20px 70px;
    padding: 0 25px 0 70px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__contents {
    max-height: 0;
    transition: max-height 0.5s, padding 0.5s;
  }
  .l-header .mega-menu__contents.tglopen {
    max-height: 100vh;
    transition: max-height 1s, padding 0.5s;
    height: auto;
  }
}
.l-header .mega-menu__list {
  width: calc((100% - 40px) / 3);
  flex: 1;
  display: grid;
  gap: 10px 15px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__list {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 810px) {
  .l-header .mega-menu__list {
    gap: 20px 15px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .l-header .mega-menu__list {
    gap: 1em 0;
    grid-template-columns: 1fr;
  }
}
.l-header .mega-menu__item {
  margin: 6px 0;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__item {
    margin: 1px 0;
    font-size: clamp(1rem, 0.948rem + 0.2vw, 1.125rem);
  }
}
.l-header .mega-menu__item a {
  display: flex;
  padding-left: 22px;
  position: relative;
  color: #fff;
  position: relative;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  pointer-events: all;
}
.l-header .mega-menu__item a::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 13/14;
  position: absolute;
  top: 0.45em;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2014%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2213%2C6%206.9%2C0%205.2%2C1.7%209.5%2C6%200%2C6%200%2C8%209.5%2C8%205.2%2C12.3%206.9%2C14%2013%2C8%2013%2C8%2013%2C6%2013%2C6%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.isPC .l-header .mega-menu__item a:hover::after {
  transform: translateX(4px);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2014%22%3E%3Cpolygon%20fill%3D%22%232cb7fe%22%20points%3D%2213%2C6%206.9%2C0%205.2%2C1.7%209.5%2C6%200%2C6%200%2C8%209.5%2C8%205.2%2C12.3%206.9%2C14%2013%2C8%2013%2C8%2013%2C6%2013%2C6%20%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__item a {
    display: inline-block;
    color: #444444;
  }
  .l-header .mega-menu__item a::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2014%22%3E%3Cpolygon%20fill%3D%22%232cb7fe%22%20points%3D%2213%2C6%206.9%2C0%205.2%2C1.7%209.5%2C6%200%2C6%200%2C8%209.5%2C8%205.2%2C12.3%206.9%2C14%2013%2C8%2013%2C8%2013%2C6%2013%2C6%20%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media screen and (max-width: 480px) {
  .l-header .mega-menu__item a {
    font-size: clamp(0.875rem, 0.823rem + 0.2vw, 1rem);
  }
}
.l-header .mega-menu__item a:hover {
  color: #2cb7fe;
}
.l-header .mega-menu__item a:hover::before {
  left: 5px;
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__item a:hover::before {
    left: 18px;
  }
}
.l-header .mega-menu__item a.ext__link::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%3Cpath%20d%3D%22m6.909%2C1h4.091v4.091m-6.364-2.273H1v8.182h8.182v-3.636m-3.636-.909L10.545%2C1.455%22%20style%3D%22fill%3A%20none%3B%20stroke%3A%20%2315ab8d%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%201.429px%3B%22%2F%3E%0A%3C%2Fsvg%3E");
}
.l-header .mega-menu__img {
  width: 360px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.l-header .mega-menu__img img {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 100%;
}
@media screen and (max-width: 1080px) {
  .l-header .mega-menu__img {
    display: none;
  }
}
.l-header .mega-menu a:hover {
  color: #2cb7fe;
}
.l-header .l-menuBtn {
  display: none;
  position: relative;
  width: 38px;
  height: 30px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 1021;
}
@media screen and (max-width: 1080px) {
  .l-header .l-menuBtn {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .l-header .l-menuBtn {
    width: 28px;
    height: 22px;
    right: 18px;
  }
}
.l-header .l-menuBtn--box, .l-header .l-menuBtn--box span {
  display: inline-block;
  transition: all 0.4s;
}
.l-header .l-menuBtn--box {
  width: 100%;
  height: 100%;
}
.l-header .l-menuBtn--box > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #008cd3;
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.p-front .l-header .l-menuBtn--box > span {
  background-color: #fff;
}
.clr-chg .l-header .l-menuBtn--box > span {
  background-color: #008cd3 !important;
}
.l-header .l-menuBtn--box > span:nth-of-type(1) {
  top: 0;
}
.l-header .l-menuBtn--box > span:nth-of-type(2) {
  top: 14px;
}
@media screen and (max-width: 414px) {
  .l-header .l-menuBtn--box > span:nth-of-type(2) {
    top: 10px;
  }
}
.l-header .l-menuBtn--box > span:nth-of-type(3) {
  bottom: 0;
}
.l-header .l-menuBtn--box > span:nth-of-type(4) {
  display: none;
  top: 0;
  opacity: 0;
  transform: translateY(14px) rotate(-45deg);
}
@media screen and (max-width: 414px) {
  .l-header .l-menuBtn--box > span:nth-of-type(4) {
    transform: translateY(10px) rotate(-45deg);
  }
}
.l-header .l-menuBtn--box > span:nth-of-type(5) {
  display: none;
  bottom: 0;
  opacity: 0;
  transform: translateY(-14px) rotate(45deg);
}
@media screen and (max-width: 414px) {
  .l-header .l-menuBtn--box > span:nth-of-type(5) {
    transform: translateY(-10px) rotate(45deg);
  }
}
.l-header .l-menuBtn--box.active span {
  background-color: #fff !important;
}
.l-header .l-menuBtn--box.active span:nth-of-type(1) {
  display: none;
}
.l-header .l-menuBtn--box.active span:nth-of-type(2) {
  display: none;
}
.l-header .l-menuBtn--box.active span:nth-of-type(3) {
  display: none;
}
.l-header .l-menuBtn--box.active span:nth-of-type(4) {
  display: block;
  opacity: 1;
}
.l-header .l-menuBtn--box.active span:nth-of-type(5) {
  display: block;
  opacity: 1;
}
.l-header .tglBtn {
  width: 15px;
  aspect-ratio: 1/1;
  margin-right: 10px;
  align-self: center;
  border-radius: 9999px;
  position: relative;
  pointer-events: all;
  margin-left: auto;
}
@media screen and (min-width: 1081px) {
  .l-header .tglBtn {
    display: none;
  }
}
.l-header .tglBtn:hover {
  cursor: pointer;
}
.l-header .tglBtn::before, .l-header .tglBtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-color: #008cd3;
}
.l-header .tglBtn::before {
  transform: rotate(-180deg);
}
.l-header .tglBtn::after {
  transform: rotate(-90deg);
}
.l-header .tglBtn.flip::before {
  transform: rotate(0);
}
.l-header .tglBtn.flip::after {
  transform: rotate(0);
}

.contact {
  padding-bottom: 0;
  position: relative;
  color: #fff;
  background: url(../img/common/pattern--contact.png), linear-gradient(135deg, rgb(0, 140, 211) 0%, rgb(0, 182, 194) 81%, rgb(0, 182, 194) 81%);
  background-size: auto, cover;
  background-repeat: no-repeat;
  background-position: right bottom, 0 0;
}
@media screen and (max-width: 1360px) {
  .contact {
    background-size: 45% auto, cover;
  }
}
@media screen and (max-width: 667px) {
  .contact {
    background-size: 55% auto, cover;
  }
}
.contact__hd02 {
  font-size: clamp(1.063rem, 0.984rem + 0.3vw, 1.25rem);
  font-weight: 700;
}
.contact__hd02::after {
  content: attr(data-en);
  display: block;
  font-size: clamp(1.875rem, 1.193rem + 2.64vw, 3.5rem);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-top: 4px;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 1080px) {
  .contact__hd02::after {
    margin-top: 0;
  }
}
.contact__list {
  display: flex;
  flex-wrap: wrap;
}
.contact__item {
  width: 33.3333333333%;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .contact__item {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .contact__item {
    padding: 40px 18px 50px;
  }
}
@media screen and (max-width: 1080px) {
  .contact__item {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 667px) {
  .contact__item {
    padding: 25px 18px;
  }
}
@media screen and (max-width: 480px) {
  .contact__item {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 414px) {
  .contact__item {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.contact__item--hd::after, .contact__item--tel::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
}
@media screen and (max-width: 667px) {
  .contact__item--hd::after, .contact__item--tel::after {
    width: 80%;
    height: 1px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact__item--hd {
  text-align: left;
  padding-left: calc((100vw - 1640px) / 2);
}
@media screen and (max-width: 1700px) {
  .contact__item--hd {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .contact__item--hd {
    width: 30%;
  }
}
@media screen and (max-width: 1080px) {
  .contact__item--hd {
    width: 100%;
    display: flex;
    align-items: center;
    align-items: flex-end;
    justify-content: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 667px) {
  .contact__item--hd {
    flex-wrap: wrap;
    text-align: center;
    padding-top: 35px;
  }
}
@media screen and (max-width: 600px) {
  .contact__item--hd {
    padding-left: 30px;
  }
}
@media screen and (max-width: 414px) {
  .contact__item--hd {
    padding-left: 18px;
  }
}
@media screen and (max-width: 1080px) {
  .contact__item--hd::after {
    width: 100%;
    height: 1px;
    top: 100%;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 667px) {
  .contact__item--hd::after {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact__item--hd .contact__hd02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .contact__item--hd .contact__hd02 {
    margin-bottom: 0;
    margin-right: 50px;
  }
}
@media screen and (max-width: 667px) {
  .contact__item--hd .contact__hd02 {
    width: 100%;
    margin-right: 0;
  }
}
.contact__item--hd .contact__hd02::before {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .contact__item--hd p {
    margin: 1.5em auto 0;
    text-align: center;
  }
}
.contact__item--hd p .br {
  display: block;
}
@media screen and (max-width: 1360px) {
  .contact__item--hd p .br {
    display: inline;
  }
}
.contact__item--hd p br {
  display: none;
}
@media screen and (max-width: 1360px) {
  .contact__item--hd p br {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .contact__item--hd .br--sp {
    display: block;
  }
}
@media screen and (max-width: 1500px) {
  .contact__item--tel {
    width: 40%;
  }
}
@media screen and (max-width: 1080px) {
  .contact__item--tel {
    width: 50%;
  }
}
@media screen and (max-width: 667px) {
  .contact__item--tel {
    width: 100%;
  }
}
.contact__item--tel h3::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%220.9344%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M14.8%2C57.2C6.5%2C48.8%2C2%2C38.8%2C2%2C31.2l0%2C0c0-3.3%2C0.9-6.2%2C2.8-8.1l0%2C0c1.1-1%2C3.3-2.9%2C5.2-3.4l0%2C0l0.7-0.2l13.1%2C13L23%2C33.3c-1.3%2C1.6-2.2%2C4.1-2.2%2C6.8l0%2C0c0%2C2.9%2C1%2C5.9%2C3.1%2C8l0%2C0c2.1%2C2.1%2C5.1%2C3.1%2C8%2C3.1l0%2C0c2.7%2C0%2C5.2-0.8%2C6.8-2.2l0%2C0l0.9-0.7l13%2C13L52.4%2C62c-0.6%2C1.8-2.4%2C4.1-3.5%2C5.2l0%2C0c-2%2C2-4.9%2C2.8-8.1%2C2.8l0%2C0C33.2%2C70%2C23.2%2C65.5%2C14.8%2C57.2L14.8%2C57.2z%20M6.6%2C24.8c-1.4%2C1.3-2.1%2C3.5-2.1%2C6.4l0%2C0c0%2C6.6%2C4.1%2C16.3%2C12.1%2C24.2l0%2C0c7.9%2C8%2C17.6%2C12.1%2C24.2%2C12.1l0%2C0c2.9%2C0%2C5.1-0.8%2C6.4-2.1l0%2C0c0.6-0.6%2C2-2.4%2C2.6-3.5l0%2C0L39.3%2C51.5c-2.1%2C1.4-4.7%2C2.1-7.5%2C2.1l0%2C0c-3.4%2C0-7-1.1-9.7-3.8l0%2C0c-2.7-2.7-3.8-6.3-3.8-9.7l0%2C0c0-2.7%2C0.7-5.4%2C2.1-7.5l0%2C0L10%2C22.2C8.9%2C22.8%2C7.1%2C24.2%2C6.6%2C24.8L6.6%2C24.8z%20M38.6%2C50.8l0.9-0.9L38.6%2C50.8L38.6%2C50.8z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%220.9344%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M29.6%2C12.6l0%2C2.4l0%2C0c7.6%2C0%2C14.4%2C3.1%2C19.4%2C8c5%2C5%2C8%2C11.8%2C8%2C19.4l2.4%2C0c0-8.2-3.3-15.7-8.7-21.1S37.8%2C12.6%2C29.6%2C12.6z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%220.9344%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M58.1%2C13.9C50.8%2C6.5%2C40.7%2C2%2C29.6%2C2l0%2C2.4c10.5%2C0%2C20%2C4.3%2C26.9%2C11.1s11.1%2C16.4%2C11.1%2C26.9l2.4%2C0C70%2C31.3%2C65.5%2C21.2%2C58.1%2C13.9z%22%2F%3E%3C%2Fsvg%3E");
}
.contact__item--tel p {
  margin-top: 45px;
  margin-top: 0.75em;
  font-size: clamp(1.75rem, 1.213rem + 2.39vw, 3.75rem);
  line-height: 1;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.contact__item--tel p .fs--S {
  font-size: clamp(1.25rem, 0.896rem + 1.51vw, 2.5rem);
  font-size: clamp(1.625rem, 1.258rem + 1.42vw, 2.5rem);
  font-size: clamp(1.125rem, 0.756rem + 1.64vw, 2.5rem);
}
.contact__item--tel p a {
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .contact__item--mail {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .contact__item--mail {
    width: 30%;
  }
}
@media screen and (max-width: 1280px) {
  .contact__item--mail {
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 1080px) {
  .contact__item--mail {
    width: 50%;
  }
}
@media screen and (max-width: 667px) {
  .contact__item--mail {
    width: 100%;
    padding-bottom: 40px;
  }
}
.contact__item--mail h3::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%2C17.2v37.5h60V17.2H6zM36%2C39.7L11.2%2C20h49.7L36%2C39.7z%20M25.6%2C34.9L8.7%2C50.3V21.5L25.6%2C34.9z%20M27.8%2C36.6l8.2%2C6.5l8.2-6.5l17%2C15.4H10.8L27.8%2C36.6zM46.3%2C34.9l17-13.5v28.8L46.3%2C34.9z%22%2F%3E%3C%2Fsvg%3E");
}
.contact__item--mail .c-arrBtn {
  max-width: 320px;
  margin: 45px auto 0;
}
@media screen and (max-width: 1080px) {
  .contact__item--mail .c-arrBtn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .contact__item--mail .c-arrBtn {
    max-width: 280px;
    margin-top: 15px;
  }
}
.contact__item--mail .c-arrBtn a {
  width: 100%;
}
.contact h3 {
  margin-top: 4px;
  font-size: clamp(1.063rem, 0.984rem + 0.3vw, 1.25rem);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .contact h3 {
    margin-top: 0px;
  }
}
.contact h3::before {
  content: "";
  display: block;
  width: 72px;
  aspect-ratio: 1/1;
  margin: 0 auto 21px;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1500px) {
  .contact h3::before {
    width: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .contact h3::before {
    width: 48px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 640px) {
  .contact h3::before {
    width: 36px;
  }
}
@media screen and (max-width: 480px) {
  .contact h3::before {
    margin-bottom: 5px;
  }
}
.contact p {
  align-items: flex-start;
}
.contact p.c-arr__cir--rightBtn a {
  background-color: #fff;
  border-color: #fff;
}

.footer {
  background-color: #f5f5f5;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  padding: 55px 0 32px;
}
@media screen and (max-width: 1000px) {
  .footer__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 844px) {
  .footer__inner {
    flex-wrap: wrap;
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .footer__inner {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 844px) {
  .footer__inner--01 {
    width: 100%;
  }
}
.footer__inner--01 a {
  color: #888888;
}
.footer__inner--02 {
  display: flex;
  flex-wrap: wrap;
  max-width: 50%;
}
@media screen and (max-width: 844px) {
  .footer__inner--02 {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .footer__inner--02 {
    margin-top: 15px;
  }
}
.footer .philosophy {
  font-weight: 700;
}
.footer .logo {
  width: 300px;
  margin: 25px 0;
}
@media screen and (max-width: 810px) {
  .footer .logo {
    width: 240px;
  }
}
@media screen and (max-width: 600px) {
  .footer .logo {
    width: 220px;
    margin: 20px 0;
  }
}
.footer .address {
  color: #888888;
}
@media screen and (max-width: 480px) {
  .footer .address .br--sp {
    display: inline-block;
    margin-left: 3em;
  }
}
.footer__link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 844px) {
  .footer__link {
    justify-content: center;
  }
}
.footer__link > p:not(:last-of-type)::after {
  content: "｜";
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 480px) {
  .footer__link > p:not(:last-of-type)::after {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
}
.footer__link > p > a {
  font-weight: 700;
  color: #444444;
}
.footer .copyright {
  align-self: flex-end;
  width: auto;
  margin-top: auto;
  margin-left: auto;
  font-size: clamp(0.625rem, 0.52rem + 0.41vw, 0.875rem);
  color: #888888;
}
@media screen and (max-width: 844px) {
  .footer .copyright {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer .copyright {
    margin-top: 20px;
  }
}

.c-pageTop {
  width: 70px;
  aspect-ratio: 1/1;
  position: fixed;
  right: 20px;
  bottom: 57px;
  z-index: 10;
}
.c-pageTop a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2cb7fe;
  color: #fff;
  border-radius: 9999px;
  font-weight: 700;
  position: relative;
}
.isPC .c-pageTop a:hover {
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.75;
}
.c-pageTop a::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 13/14;
  position: absolute;
  top: 50%;
  z-index: 2;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2014%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2213%2C6%206.9%2C0%205.2%2C1.7%209.5%2C6%200%2C6%200%2C8%209.5%2C8%205.2%2C12.3%206.9%2C14%2013%2C8%2013%2C8%2013%2C6%2013%2C6%20%22%2F%3E%3C%2Fsvg%3E");
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 1080px) {
  .c-pageTop {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .c-pageTop {
    width: 40px;
    bottom: 23px;
  }
}
@media screen and (max-width: 414px) {
  .c-pageTop {
    right: 18px;
  }
}
.c-pageTop a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 140, 211, 0.7);
  border-radius: 9999px;
}
.c-pageTop a::after {
  left: 50%;
  transform: rotate(-90deg) translate(50%, -50%);
}

img[src*=".svg"] {
  width: 100%;
  height: auto;
}

.hd02 {
  margin-bottom: 45px;
  font-size: clamp(0.875rem, 0.718rem + 0.61vw, 1.25rem);
  font-weight: 700;
  color: #008cd3;
}
@media screen and (max-width: 1080px) {
  .hd02 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .hd02 {
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  .hd02 {
    margin-bottom: 10px;
  }
}
.hd02::after {
  content: attr(data-en);
  display: block;
  margin-top: 10px;
  font-size: clamp(1.813rem, 1.156rem + 2.54vw, 3.375rem);
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #444444;
}
@media screen and (max-width: 810px) {
  .hd02::after {
    margin-top: 6px;
  }
}

.hd03 {
  margin-bottom: 40px;
  margin-bottom: 1.1em;
  font-size: clamp(1.375rem, 1.008rem + 1.42vw, 2.25rem);
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 414px) {
  .hd03 {
    text-align: justify !important;
  }
}

.c-arrBtn {
  display: flex;
  justify-content: center;
}
.c-arrBtn a {
  display: flex;
  align-items: center;
  max-width: 320px;
  width: 100%;
  position: relative;
  padding-right: 58px;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  padding: 27px 80px 27px 40px;
  background-color: #f5f5f5;
  color: #444444;
  font-weight: bold;
  border-radius: 9999px;
}
@media screen and (max-width: 414px) {
  .c-arrBtn a {
    padding-right: 46px;
  }
}
.c-arrBtn a::before, .c-arrBtn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.c-arrBtn a::before {
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background-color: #008cd3;
  right: 0;
  transform: translateY(-50%);
}
.c-arrBtn a::after {
  width: 10px;
  aspect-ratio: 13/14;
  right: 10px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2014%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2213%2C6%206.9%2C0%205.2%2C1.7%209.5%2C6%200%2C6%200%2C8%209.5%2C8%205.2%2C12.3%206.9%2C14%2013%2C8%2013%2C8%2013%2C6%2013%2C6%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.isPC .c-arrBtn a:hover::before {
  opacity: 0.8;
}
.isPC .c-arrBtn a:hover::after {
  transform: translate(5px, -50%);
}
@media screen and (max-width: 414px) {
  .c-arrBtn a {
    max-width: 300px;
    padding: 20px 80px 20px 30px;
  }
}
.c-arrBtn a::before {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .c-arrBtn a::before {
    right: 26px;
  }
}
@media screen and (max-width: 414px) {
  .c-arrBtn a::before {
    right: 18px;
  }
}
.c-arrBtn a::after {
  right: 41px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .c-arrBtn a::after {
    right: 37px;
  }
}
@media screen and (max-width: 414px) {
  .c-arrBtn a::after {
    right: 29px;
  }
}
.isPC .c-arrBtn a:hover {
  cursor: pointer;
  color: #fff;
  background-color: #2cb7fe;
}
.c-arrBtn.btn-white a {
  background-color: #fff;
  border-color: #fff;
}
.c-arrBtn.btn-transp a {
  background-color: transparent;
  border-color: transparent;
}
.isPC .c-arrBtn.btn-transp a:hover {
  background-color: #f5f5f5;
}

.icon {
  margin-right: 5px;
}
.icon::before {
  content: none;
}
.icon::after {
  content: "";
  display: inline-block;
  width: 16px !important;
  aspect-ratio: 16/20;
  margin-bottom: 2px;
  margin-left: 5px;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon--ext::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20fill%3D%22%23008cd3%22%20d%3D%22M14.4%2C3.8v9h-9v-9H14.4%20M15.9%2C2.3h-12v12h12V2.3L15.9%2C2.3z%22%2F%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23008cd3%22%20stroke-width%3D%221.4201%22%20stroke-miterlimit%3D%2210%22%20points%3D%224.3%2C6.3%200.9%2C6.3%200.9%2C17.3%2011.9%2C17.3%2011.9%2C13.9%22%2F%3E%3C%2Fsvg%3E");
}
.icon--pdf::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20fill%3D%22%23F41D45%22%20d%3D%22M9.2%2C1.6c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1l4.3%2C4.5c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3V18c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-11c-0.2%2C0-0.4-0.2-0.4-0.4V2c0-0.2%2C0.2-0.4%2C0.4-0.4H9.2%20M9.2%2C0.1H2.5C1.4%2C0.1%2C0.6%2C1%2C0.6%2C2V18c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h11c1.1%2C0%2C1.9-0.9%2C1.9-1.9V6.6c0-0.5-0.2-0.9-0.5-1.3l-4.3-4.5C10.3%2C0.3%2C9.8%2C0.1%2C9.2%2C0.1L9.2%2C0.1z%22%2F%3E%3Cpath%20fill%3D%22%23F41D45%22%20d%3D%22M3.7%2C8H5c0.4%2C0%2C0.8%2C0.1%2C1%2C0.4c0.2%2C0.2%2C0.3%2C0.6%2C0.3%2C1v0.6c0%2C0.5-0.1%2C0.8-0.3%2C1c-0.2%2C0.2-0.5%2C0.4-1%2C0.4H4.6v2.3H3.7V8z%20M5%2C10.5c0.1%2C0%2C0.3%2C0%2C0.3-0.1s0.1-0.2%2C0.1-0.4V9.3c0-0.2%2C0-0.3-0.1-0.4C5.3%2C8.8%2C5.1%2C8.8%2C5%2C8.8H4.6v1.7H5z%22%2F%3E%3Cpath%20fill%3D%22%23F41D45%22%20d%3D%22M6.8%2C8h1.3c0.4%2C0%2C0.8%2C0.1%2C1%2C0.4c0.2%2C0.2%2C0.3%2C0.6%2C0.3%2C1v2.8c0%2C0.5-0.1%2C0.8-0.3%2C1c-0.2%2C0.2-0.5%2C0.4-1%2C0.4H6.8V8z%20M8.1%2C12.8c0.1%2C0%2C0.3%2C0%2C0.3-0.1c0.1-0.1%2C0.1-0.2%2C0.1-0.4V9.3c0-0.2%2C0-0.3-0.1-0.4C8.4%2C8.8%2C8.3%2C8.8%2C8.1%2C8.8H7.7v4H8.1z%22%2F%3E%3Cpath%20fill%3D%22%23F41D45%22%20d%3D%22M10%2C8h2.3v0.8h-1.4v1.6H12v0.8h-1.1v2.4H10V8z%22%2F%3E%3C%2Fsvg%3E");
}
.icon--ppt::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20fill%3D%22%23FC6A43%22%20d%3D%22M9.2%2C1.6c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1l4.3%2C4.5c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3V18c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-11c-0.2%2C0-0.4-0.2-0.4-0.4V2c0-0.2%2C0.2-0.4%2C0.4-0.4H9.2%20M9.2%2C0.1H2.5C1.4%2C0.1%2C0.6%2C1%2C0.6%2C2V18c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h11c1.1%2C0%2C1.9-0.9%2C1.9-1.9V6.6c0-0.5-0.2-0.9-0.5-1.3l-4.3-4.5C10.3%2C0.3%2C9.8%2C0.1%2C9.2%2C0.1L9.2%2C0.1z%22%2F%3E%3Cpath%20fill%3D%22%23FC6A43%22%20d%3D%22M11%2C10.3c0%2C1.7-0.9%2C2.5-2.5%2C2.5H7.6v2.6l0%2C1H5.3l0-1V8l0-1h3.3C10.2%2C7%2C11%2C7.8%2C11%2C9.5V10.3z%20M7.6%2C11H8c0.5%2C0%2C0.7-0.2%2C0.7-0.9V9.7c0-0.6-0.2-0.8-0.7-0.8H7.6V11z%22%2F%3E%3C%2Fsvg%3E");
}
.icon--excel::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20fill%3D%22%2315AB54%22%20d%3D%22M9.2%2C1.6c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1l4.3%2C4.5c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3V18c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-11c-0.2%2C0-0.4-0.2-0.4-0.4V2c0-0.2%2C0.2-0.4%2C0.4-0.4H9.2%20M9.2%2C0.1H2.5C1.4%2C0.1%2C0.6%2C1%2C0.6%2C2V18c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h11c1.1%2C0%2C1.9-0.9%2C1.9-1.9V6.6c0-0.5-0.2-0.9-0.5-1.3l-4.3-4.5C10.3%2C0.3%2C9.8%2C0.1%2C9.2%2C0.1L9.2%2C0.1z%22%2F%3E%3Cpath%20fill%3D%22%2315AB54%22%20d%3D%22M6.8%2C11.6L4.7%2C7h2.7l0.8%2C2.3h0.1L9.1%2C7h2.5l-2.1%2C4.6l2.1%2C4.8H9.1l-0.9-2.6H8.1l-0.9%2C2.6H4.6L6.8%2C11.6z%22%2F%3E%3C%2Fsvg%3E");
}
.icon--word::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20fill%3D%22%235589E0%22%20d%3D%22M9.2%2C1.6c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1l4.3%2C4.5c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3V18c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-11c-0.2%2C0-0.4-0.2-0.4-0.4V2c0-0.2%2C0.2-0.4%2C0.4-0.4H9.2%20M9.2%2C0.1H2.5C1.4%2C0.1%2C0.6%2C1%2C0.6%2C2V18c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h11c1.1%2C0%2C1.9-0.9%2C1.9-1.9V6.6c0-0.5-0.2-0.9-0.5-1.3l-4.3-4.5C10.3%2C0.3%2C9.8%2C0.1%2C9.2%2C0.1L9.2%2C0.1z%22%2F%3E%3Cpath%20fill%3D%22%235589E0%22%20d%3D%22M3.3%2C7h2.3l0.7%2C4.2h0.1L7.1%2C7H9l0.7%2C4.2h0.1L10.4%2C7h2.2l-1.8%2C9.4H8.7l-0.6-4H8l-0.6%2C4H5.1L3.3%2C7z%22%2F%3E%3C%2Fsvg%3E");
}
.icon--img::before, .icon--img::after {
  content: none !important;
}
.isPC .icon--img:hover img {
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.75;
}

.p-front section {
  position: relative;
}
.p-front--mainimg {
  aspect-ratio: 1920/960;
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
}
@media screen and (max-width: 810px) {
  .p-front--mainimg {
    aspect-ratio: auto;
    height: 80vh;
  }
}
.p-front--mainimg::after {
  content: "";
  display: block;
  width: 92.7083333333%;
  height: 50.8333333333%;
  margin-left: auto;
  background: url(../img/front/pattern_main.png) no-repeat left 0 bottom 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .p-front--mainimg::after {
    background-size: auto 181.762295082%;
    background-position: right 100% bottom 0;
  }
}
@media screen and (max-width: 810px) {
  .p-front--mainimg::after {
    background-size: auto 150%;
    background-position: right 78% bottom 0;
  }
}
@media screen and (max-width: 600px) {
  .p-front--mainimg::after {
    background-size: auto 45vh;
    background-position: right 82% bottom 0;
  }
}
.p-front--mainimg .movie {
  aspect-ratio: 1920/840;
  overflow: hidden;
  height: 87.5%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .p-front--mainimg .movie {
    aspect-ratio: inherit;
    height: 92.5%;
  }
}
.p-front--mainimg .movie img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 810px) {
  .p-front--mainimg .movie img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.p-front--mainimg .movie video {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 810px) {
  .p-front--mainimg .movie video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.p-front--mainimg .catch {
  width: 92.1354166667%;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 13.5416666667%;
  z-index: 100;
}
@media screen and (max-width: 810px) {
  .p-front--mainimg .catch {
    bottom: 9.5%;
  }
}
@media screen and (max-width: 600px) {
  .p-front--mainimg .catch {
    bottom: 7%;
  }
}
.p-front--mainimg .catch__text {
  margin-left: 5.0590219224%;
  margin-top: auto;
  font-size: clamp(1.75rem, 0.341rem + 7.05vw, 5.625rem);
  font-weight: 700;
  line-height: 1.2222222222;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .p-front--mainimg .catch__text {
    margin-left: 7vw;
  }
}
.p-front--mainimg .catch__text .br {
  display: block;
}
.p-front--information {
  padding-top: 95px;
  padding-bottom: 100px;
  margin-bottom: 180px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1080px) {
  .p-front--information {
    padding-top: 60px;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 414px) {
  .p-front--information {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.p-front--23 {
  position: relative;
}
.p-front--23::before {
  content: "";
  display: block;
  width: calc(50vw + 60px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/front/pattern_about.png) no-repeat right top;
  background-size: auto;
}
@media screen and (max-width: 1920px) {
  .p-front--23::before {
    width: 53.125%;
    background-size: 150%;
    background-size: 150vw;
  }
}
@media screen and (max-width: 1080px) {
  .p-front--23::before {
    content: none;
  }
}
@media screen and (max-width: 1080px) {
  .p-front--about {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .p-front--about {
    padding-bottom: 30px;
  }
}
.p-front--about::before {
  content: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/front/pattern_about.png) no-repeat right bottom;
  background-size: 150%;
}
@media screen and (max-width: 1080px) {
  .p-front--about::before {
    content: "";
    opacity: 0.6;
  }
}
@media screen and (max-width: 640px) {
  .p-front--about::before {
    background-size: 300%;
    opacity: 0.45;
    bottom: -100px;
  }
}
.p-front--about .about {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-front--about .about__img {
  width: 48.7804878049%;
  padding-top: 70px;
}
@media screen and (max-width: 1080px) {
  .p-front--about .about__img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .p-front--about .about__img {
    padding-top: 40px;
  }
}
.p-front--about .about__contents {
  width: 41.1585365854%;
  margin-top: -5px;
}
@media screen and (max-width: 1080px) {
  .p-front--about .about__contents {
    width: 100%;
  }
}
.p-front--about .about__contents .hd03 {
  margin-top: 55px;
  margin-top: 1.5em;
}
.p-front--about .about__text {
  margin-bottom: 50px;
  font-size: clamp(1rem, 0.948rem + 0.2vw, 1.125rem);
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-front--about .about__text {
    margin-bottom: 30px;
  }
}
.p-front--about .about__text p + p {
  margin-top: 1em;
}
.p-front--feature {
  padding-top: 100px;
  padding-bottom: 180px;
  margin-top: -10px;
  background: url(../img/front/img_feature.jpg) no-repeat center bottom;
  background-size: auto;
}
@media screen and (max-width: 1280px) {
  .p-front--feature {
    padding-top: 55px;
    padding-bottom: 60px;
    background-size: auto 50%;
  }
}
@media screen and (max-width: 810px) {
  .p-front--feature {
    background-size: auto 30%;
  }
}
.p-front--feature .feature {
  margin: 0 auto;
  text-align: center;
}
.p-front--feature .feature__list {
  display: flex;
  counter-reset: ol_li;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 84px auto 60px;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 1280px) {
  .p-front--feature .feature__list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 810px) {
  .p-front--feature .feature__list {
    gap: 40px;
    border: none;
  }
}
@media screen and (max-width: 640px) {
  .p-front--feature .feature__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-front--feature .feature__list {
    gap: 30px;
  }
}
.p-front--feature .feature__item {
  flex: 1;
  padding: 75px 70px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1360px) {
  .p-front--feature .feature__item {
    padding: 50px 45px;
  }
}
@media screen and (max-width: 1080px) {
  .p-front--feature .feature__item {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 810px) {
  .p-front--feature .feature__item {
    flex: auto;
    border: 1px solid #dddddd;
  }
}
@media screen and (max-width: 414px) {
  .p-front--feature .feature__item {
    padding: 30px 20px 25px;
  }
}
.p-front--feature .feature__item::before {
  content: counter(ol_li, decimal-leading-zero);
  counter-increment: ol_li;
  display: inline-block;
  font-size: 100px;
  font-size: clamp(2.5rem, 0.925rem + 6.09vw, 6.25rem);
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #008cd3;
  position: absolute;
  top: -0.5em;
  left: 0.3em;
}
@media screen and (max-width: 810px) {
  .p-front--feature .feature__item::before {
    left: 0.5em;
  }
}
@media screen and (max-width: 414px) {
  .p-front--feature .feature__item::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-front--feature .feature__item:not(:first-of-type) {
  border-left: 1px solid #dddddd;
}
@media screen and (max-width: 1080px) {
  .p-front--feature .feature__item:nth-of-type(1) .br {
    display: inline;
  }
}
@media screen and (max-width: 414px) {
  .p-front--feature .feature__item:nth-of-type(1) .br {
    display: block;
  }
}
.p-front--feature .feature__item:nth-of-type(1) h3::before {
  background-image: url(../img/front/icon_feature--01.svg);
}
.p-front--feature .feature__item:nth-of-type(2) h3::before {
  background-image: url(../img/front/icon_feature--02.svg);
}
.p-front--feature .feature__item:nth-of-type(3) h3::before {
  background-image: url(../img/front/icon_feature--03.svg);
}
.p-front--feature .feature__item h3 {
  margin-bottom: 1em;
  font-size: clamp(1.125rem, 0.968rem + 0.61vw, 1.5rem);
  font-weight: 700;
}
@media screen and (max-width: 414px) {
  .p-front--feature .feature__item h3 {
    margin-bottom: 0.6em;
  }
}
.p-front--feature .feature__item h3::before {
  content: "";
  width: 160px;
  aspect-ratio: 160/120;
  display: block;
  margin: 0 auto 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1360px) {
  .p-front--feature .feature__item h3::before {
    width: 125px;
  }
}
@media screen and (max-width: 1080px) {
  .p-front--feature .feature__item h3::before {
    width: 110px;
  }
}
@media screen and (max-width: 414px) {
  .p-front--feature .feature__item h3::before {
    width: 90px;
    margin-bottom: 13px;
  }
}
.p-front--feature .feature__item p {
  text-align: left;
}
.p-front--feature .feature__item .br {
  display: block;
}
@media screen and (max-width: 810px) {
  .p-front--feature .feature__item .br {
    display: inline;
  }
}
@media screen and (max-width: 414px) {
  .p-front--feature .feature__item .br {
    display: block;
  }
}
.p-front--feature .feature__item .c-arr__cir--rightBtn {
  margin-top: 120px;
}
@media screen and (max-width: 1280px) {
  .p-front--feature .feature__item .c-arr__cir--rightBtn {
    margin-top: 85px;
  }
}
@media screen and (max-width: 600px) {
  .p-front--feature .feature__item .c-arr__cir--rightBtn {
    margin-top: 40px;
  }
}
.p-front--news {
  margin-bottom: 180px;
  background: url(../img/front/pattern_news.png) no-repeat right top;
}
@media screen and (max-width: 1920px) {
  .p-front--news {
    background-size: 24.7395833333% auto;
  }
}
@media screen and (max-width: 1080px) {
  .p-front--news {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 810px) {
  .p-front--news {
    margin-bottom: 50px;
  }
}
.p-front--news .news {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 40px;
  max-width: 1220px;
  padding: 180px 30px 0 30px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-front--news .news {
    padding-top: 100px;
    gap: 0 30px;
  }
}
@media screen and (max-width: 810px) {
  .p-front--news .news {
    padding-top: 50px;
    padding-bottom: 125px;
    gap: 0;
  }
}
@media screen and (max-width: 414px) {
  .p-front--news .news {
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 100px;
  }
}
.p-front--news .news__hd {
  width: 240px;
  margin-top: -5px;
}
@media screen and (max-width: 810px) {
  .p-front--news .news__hd {
    width: 100%;
    margin-top: 0;
  }
}
.p-front--news .news__contents {
  margin-top: 2px;
  width: calc(100% - 320px);
}
@media screen and (max-width: 1080px) {
  .p-front--news .news__contents {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 810px) {
  .p-front--news .news__contents {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 810px) {
  .p-front--news .news .c-arrBtn {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.p-front--recruit {
  margin-bottom: 235px;
  max-width: 100vw;
}
@media screen and (max-width: 1700px) {
  .p-front--recruit {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 1080px) {
  .p-front--recruit {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 640px) {
  .p-front--recruit {
    margin-bottom: 60px;
  }
}
.p-front--recruit .recruit {
  max-width: 1640px;
  margin: 0 auto;
  padding: 80px 120px 70px;
  position: relative;
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2214%2C0%200%2C0%200%2C14%201%2C14%201%2C1%2014%2C1%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat;
  background-size: 8px 8px;
}
@media screen and (max-width: 1700px) {
  .p-front--recruit .recruit {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 1080px) {
  .p-front--recruit .recruit {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-front--recruit .recruit {
    padding-bottom: 0;
  }
}
.p-front--recruit .recruit::before, .p-front--recruit .recruit::after {
  content: "";
  display: block;
  position: absolute;
}
.p-front--recruit .recruit::before {
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-front--recruit .recruit::before {
    width: 100%;
    height: calc(100% - (50% + 80px));
    z-index: 0;
    top: auto;
    bottom: 0;
  }
}
.p-front--recruit .recruit::after {
  width: 65%;
  aspect-ratio: 1040/505;
  height: 100%;
  top: 40px;
  right: -30px;
  background: url(../img/front/img_recruit.png) no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .p-front--recruit .recruit::after {
    width: 50%;
    height: calc(50% + 40px);
    top: 50%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front--recruit .recruit::after {
    position: relative;
    width: 90%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: -30px;
  }
}
.p-front--recruit .recruit__contents {
  max-width: 510px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .p-front--recruit .recruit__contents {
    max-width: 420px;
  }
}
.p-front--recruit .recruit__contents .hd03 {
  margin-bottom: 30px;
  color: #008cd3;
}
@media screen and (max-width: 600px) {
  .p-front--recruit .recruit__contents .hd03 {
    text-align: left;
  }
}
.p-front--recruit .recruit__contents .hd03 .br {
  display: block;
}
@media screen and (max-width: 1080px) {
  .p-front--recruit .recruit__contents .hd03 .br {
    display: inline;
  }
}
.p-front--recruit .recruit__contents .hd03::before {
  content: attr(data-en);
  display: block;
  font-size: clamp(1.063rem, 0.984rem + 0.3vw, 1.25rem);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .p-front--recruit .recruit__contents .hd03::before {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 810px) {
  .p-front--recruit .recruit__contents .c-arrBtn {
    justify-content: flex-start;
  }
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1020;
  /*モーダル本体の擬似要素の指定*/
}
.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  display: inline-block;
  max-width: 100svw;
  max-height: 100svh;
  min-width: 60vw;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 414px) {
  .modal-body {
    min-width: 85svw;
  }
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 810px) {
  .modal-close {
    top: -35px;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
}

.modal-content {
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 810px) {
  .modal-content {
    border-width: 3px;
  }
}
.modal-content iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 560/315;
}

html.md-fixed,
html.md-fixed body {
  overflow: hidden;
}

.p-subpage {
  position: relative;
}
.p-subpage::before {
  content: "";
  display: block;
  height: 708px;
  aspect-ratio: 450/115;
  background: url(../img/common/bg--subpage.svg) no-repeat 0 0;
  background-size: auto 100%;
  position: absolute;
  right: 38.6979166667%;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .p-subpage::before {
    height: 36.875vw;
    opacity: 0.75;
  }
}
@media screen and (max-width: 414px) {
  .p-subpage::before {
    height: 36.875vw;
    height: 31.25vw;
    right: 29%;
  }
}
.p-subpage .intro__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
}
.p-subpage .intro__item {
  border: 1px solid #dddddd;
}
.p-subpage .main {
  padding-top: 160px;
}
@media screen and (max-width: 1360px) {
  .p-subpage .main {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1080px) {
  .p-subpage .main {
    padding-top: 110px;
  }
}
@media screen and (max-width: 414px) {
  .p-subpage .main {
    padding-top: 88px;
  }
}
.p-subpage .main .contact {
  margin-top: 200px;
}
@media screen and (max-width: 1080px) {
  .p-subpage .main .contact {
    margin-top: 100px;
  }
}
@media screen and (max-width: 414px) {
  .p-subpage .main .contact {
    margin-top: 50px;
  }
}
.p-subpage.mainimg--avl .title__block {
  padding-left: 140px;
}
@media screen and (max-width: 1920px) {
  .p-subpage.mainimg--avl .title__block {
    max-width: 1780px;
    padding-left: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1810px) {
  .p-subpage.mainimg--avl .title__block {
    margin-left: 30px;
  }
}
@media screen and (max-width: 414px) {
  .p-subpage.mainimg--avl .title__block {
    margin-left: 18px;
  }
}
.p-subpage.mainimg--avl .main {
  padding-top: 125px;
}
@media screen and (max-width: 1360px) {
  .p-subpage.mainimg--avl .main {
    padding-top: 125px;
  }
}
@media screen and (max-width: 1080px) {
  .p-subpage.mainimg--avl .main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 414px) {
  .p-subpage.mainimg--avl .main {
    padding-top: 70px;
  }
}
.p-subpage.mainimg--avl .mainimg {
  display: grid;
  grid-template-columns: 480px auto;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 2090px) {
  .p-subpage.mainimg--avl .mainimg {
    grid-template-columns: auto 1300px;
  }
}
@media screen and (max-width: 1920px) {
  .p-subpage.mainimg--avl .mainimg {
    grid-template-columns: auto 1300px;
  }
}
@media screen and (max-width: 1810px) {
  .p-subpage.mainimg--avl .mainimg {
    grid-template-columns: 24.7191011236% 73.0337078652%;
  }
}
@media screen and (max-width: 1080px) {
  .p-subpage.mainimg--avl .mainimg {
    grid-template-columns: 35% 65%;
  }
}
@media screen and (max-width: 600px) {
  .p-subpage.mainimg--avl .mainimg {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .p-subpage.mainimg--avl .mainimg .hd--01 .br {
    display: inline;
  }
}
.p-subpage.mainimg--avl .mainimg--img {
  height: 800px;
}
@media screen and (max-width: 1980px) {
  .p-subpage.mainimg--avl .mainimg--img {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-subpage.mainimg--avl .mainimg--img {
    margin-top: 15px;
  }
}
.p-subpage.mainimg--avl .mainimg--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
.p-subpage.mainimg--avl section:first-of-type {
  margin-top: 90px;
}
@media screen and (max-width: 1080px) {
  .p-subpage.mainimg--avl section:first-of-type {
    margin-top: 65px;
  }
}
@media screen and (max-width: 600px) {
  .p-subpage.mainimg--avl section:first-of-type {
    margin-top: 40px;
  }
}
.p-subpage .title__block .hd--01 {
  font-size: clamp(0.875rem, 0.718rem + 0.61vw, 1.25rem);
  font-weight: 700;
  color: #008cd3;
}
.p-subpage .title__block .hd--01::after {
  content: attr(data-en);
  display: block;
  margin-top: 10px;
  font-size: clamp(1.813rem, 1.156rem + 2.54vw, 3.375rem);
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #444444;
}
@media screen and (max-width: 810px) {
  .p-subpage .title__block .hd--01::after {
    margin-top: 6px;
  }
}
.p-subpage .title__block .breadcrumb {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-top: 1px solid #dddddd;
  padding-top: 16px;
  margin-top: 83px;
  margin-bottom: 85px;
  font-size: clamp(0.75rem, 0.698rem + 0.2vw, 0.875rem);
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  .p-subpage .title__block .breadcrumb {
    justify-content: flex-start;
    padding-top: 0.75em;
    margin-top: 4em;
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 810px) {
  .p-subpage .title__block .breadcrumb {
    margin-top: 2.5em;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 414px) {
  .p-subpage .title__block .breadcrumb {
    margin-top: 1.75em;
    margin-bottom: 3em;
  }
}
.p-subpage .title__block .breadcrumb ul {
  display: inline-block;
}
.p-subpage .title__block .breadcrumb li {
  display: inline;
}
.p-subpage .title__block .breadcrumb li a {
  color: #008cd3;
}
.p-subpage .title__block .breadcrumb li:not(:last-of-type)::after {
  content: "／";
  margin: 0 1em;
}
.p-subpage .title__block .breadcrumb li:last-of-type {
  margin-right: 0;
}
.p-subpage .title__block .mainimg + .breadcrumb {
  margin-top: 6px;
  margin-bottom: 0;
  border-top: none;
  padding-left: 0 !important;
}
@media screen and (max-width: 600px) {
  .p-subpage .title__block .mainimg + .breadcrumb {
    margin-bottom: 24px;
  }
}
.p-subpage section:first-of-type {
  margin-top: 95px;
}
@media screen and (max-width: 1080px) {
  .p-subpage section:first-of-type {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .p-subpage section:first-of-type {
    margin-top: 0;
  }
}
.p-subpage.entry-basic .title__block .hd--01 {
  font-size: clamp(1.688rem, 1.084rem + 2.33vw, 3.125rem);
  color: #444444;
}
.p-subpage.entry-basic .title__block .hd--01::after {
  content: none;
}
.p-subpage.entry-basic .title__block .hd--01--sub {
  font-size: clamp(1.063rem, 0.984rem + 0.3vw, 1.25rem);
  margin-bottom: 0.5em;
}
.p-subpage.entry-basic .breadcrumb {
  margin-top: 60px;
}
.p-subpage .hd--02 {
  margin-bottom: 0.7em;
  font-size: clamp(1.375rem, 1.008rem + 1.42vw, 2.25rem);
  font-weight: 700;
  line-height: 1.75;
  color: #008cd3;
}
@media screen and (max-width: 600px) {
  .p-subpage .hd--02 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  .p-subpage .hd--02 {
    margin-bottom: 0.5em;
  }
}
.p-subpage .hd--02 + .hd--03 {
  margin-top: -4px;
}
.p-subpage .hd--03 {
  margin-top: 1em;
  margin-bottom: 1.1em;
  font-size: clamp(1.125rem, 0.968rem + 0.61vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .p-subpage .hd--03 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  .p-subpage .hd--03 {
    margin-bottom: 0.5em;
  }
}
.p-subpage .sep {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 2px solid #f5f5f5;
}
@media screen and (max-width: 1080px) {
  .p-subpage .sep {
    padding-top: 25px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 480px) {
  .p-subpage .sep {
    padding-top: 15px;
    margin-top: 15px;
  }
}
.p-subpage .list {
  font-size: clamp(0.875rem, 0.823rem + 0.2vw, 1rem);
}
.p-subpage .list li {
  padding-left: 26px;
  padding-left: 1.625em;
  position: relative;
}
.p-subpage .list li::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  border: 2px solid #008cd3;
  border-radius: 9999px;
  position: absolute;
  left: 0;
  top: 0.325em;
}
.p-subpage .list li + li {
  margin-top: 10px;
  margin-top: 0.625em;
}
.p-subpage .anc__list {
  display: flex;
  gap: 40px;
  margin-top: 95px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  .p-subpage .anc__list {
    gap: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .p-subpage .anc__list {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 810px) {
  .p-subpage .anc__list {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .p-subpage .anc__list {
    gap: 10px;
    font-size: clamp(0.75rem, 0.698rem + 0.2vw, 0.875rem);
  }
}
@media screen and (max-width: 414px) {
  .p-subpage .anc__list {
    margin-bottom: 30px;
  }
}
.p-subpage .anc__list li {
  flex: 1;
}
.p-subpage .anc__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2cb7fe;
  color: #fff;
  border-radius: 9999px;
  font-weight: 700;
  position: relative;
}
.isPC .p-subpage .anc__list li a:hover {
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.75;
}
.p-subpage .anc__list li a::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 13/14;
  position: absolute;
  top: 50%;
  z-index: 2;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2014%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2213%2C6%206.9%2C0%205.2%2C1.7%209.5%2C6%200%2C6%200%2C8%209.5%2C8%205.2%2C12.3%206.9%2C14%2013%2C8%2013%2C8%2013%2C6%2013%2C6%20%22%2F%3E%3C%2Fsvg%3E");
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 1080px) {
  .p-subpage .anc__list li {
    flex: none;
  }
}
.p-subpage .anc__list li a {
  justify-content: flex-start;
  padding: 25px 50px 25px 40px;
}
@media screen and (max-width: 1280px) {
  .p-subpage .anc__list li a {
    padding: 20px 40px 20px 30px;
  }
}
@media screen and (max-width: 1080px) {
  .p-subpage .anc__list li a {
    padding: 15px 35px 15px 20px;
  }
}
@media screen and (max-width: 810px) {
  .p-subpage .anc__list li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.isPC .p-subpage .anc__list li a:hover::after {
  transform: rotate(90deg) translate(0, -50%);
}
.p-subpage .anc__list li a::after {
  right: 40px;
  transform: rotate(90deg) translate(-5px, -50%);
}
@media screen and (max-width: 1280px) {
  .p-subpage .anc__list li a::after {
    right: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .p-subpage .anc__list li a::after {
    transform: rotate(90deg) translate(-6px, -50%);
    right: 21px;
  }
}
.p-subpage .catchphrase {
  font-size: clamp(1.375rem, 1.008rem + 1.42vw, 2.25rem);
  font-weight: 700;
}
.p-subpage .catchphrase em {
  color: #008cd3;
}
.p-subpage .catchphrase .br {
  display: block;
}
@media screen and (max-width: 414px) {
  .p-subpage .catchphrase .br {
    display: inline;
  }
}
.p-subpage .archive {
  margin-top: 138px;
}
@media screen and (max-width: 1080px) {
  .p-subpage .archive {
    margin-top: 70px;
  }
}
@media screen and (max-width: 600px) {
  .p-subpage .archive {
    margin-top: 60px;
  }
}
.p-subpage .archive__hd {
  padding: 19px 0 11px 30px;
  margin-bottom: 80px;
  border-left: 10px solid #008cd3;
  font-size: clamp(1.375rem, 1.008rem + 1.42vw, 2.25rem);
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .p-subpage .archive__hd {
    padding: 16px 0 8px 20px;
    margin-bottom: 40px;
    border-left-width: 8px;
  }
}
@media screen and (max-width: 600px) {
  .p-subpage .archive__hd {
    padding: 14px 0 6px 16px;
    border-left-width: 7px;
  }
}
.p-subpage .archive__hd::before {
  content: attr(data-en);
  display: block;
  margin-bottom: 8px;
  font-size: clamp(0.875rem, 0.823rem + 0.2vw, 1rem);
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #008cd3;
}
@media screen and (max-width: 810px) {
  .p-subpage .archive__hd::before {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .p-subpage .archive__hd::before {
    margin-bottom: 2px;
  }
}
.p-subpage .archive__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
}
@media screen and (max-width: 1080px) {
  .p-subpage .archive__list {
    row-gap: 50px;
  }
}
@media screen and (max-width: 414px) {
  .p-subpage .archive__list {
    row-gap: 24px;
  }
}
.p-subpage .archive__item {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 4.2857142857%;
  border-left: 1px solid #dddddd;
}
@media screen and (max-width: 1080px) {
  .p-subpage .archive__item {
    padding: 0 25px;
  }
}
@media screen and (max-width: 600px) {
  .p-subpage .archive__item {
    width: 100%;
    padding: 0 18px;
    border-right: 1px solid #dddddd;
  }
}
@media screen and (max-width: 414px) {
  .p-subpage .archive__item {
    border: none !important;
    border-bottom: 1px solid #dddddd !important;
    padding: 0 0 24px 0;
  }
  .p-subpage .archive__item:last-of-type {
    border-bottom: none !important;
  }
}
.p-subpage .archive__item:nth-child(even) {
  border-right: 1px solid #dddddd;
}
.p-subpage .archive__item .c-arrBtn {
  margin-top: auto;
}
@media screen and (max-width: 414px) {
  .p-subpage .archive__img {
    margin: 0 10px;
  }
}
.p-subpage .archive__img img {
  border: 1px solid #dddddd;
}
.p-subpage .archive__title {
  margin: 31px auto 25px;
  font-size: clamp(1.125rem, 0.968rem + 0.61vw, 1.5rem);
  font-weight: 700;
  text-align: center;
  color: #008cd3;
}
@media screen and (max-width: 1080px) {
  .p-subpage .archive__title {
    margin: 25px auto 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-subpage .archive__title {
    margin: 20px auto 18px;
  }
}
@media screen and (max-width: 414px) {
  .p-subpage .archive__title {
    margin: 13px auto 5px;
    text-align: left;
  }
}
.p-subpage .archive__lead {
  margin-bottom: 25px;
}
@media screen and (max-width: 1080px) {
  .p-subpage .archive__lead {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .p-subpage .archive__lead {
    margin-bottom: 15px;
  }
}
.p-subpage .archive .c-arrBtn a {
  max-width: 240px;
}
.p-subpage .archive .c-arrBtn a::before {
  right: 38px;
}
.p-subpage .archive .c-arrBtn a::after {
  right: 48px;
}

.p-subpage .service__section {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .p-subpage .service__section {
    margin-bottom: 40px;
  }
}
.p-subpage .service__section .flex__box {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 810px) {
  .p-subpage .service__section .flex__box {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .p-subpage .service__section .flex__box {
    flex-direction: column-reverse;
    gap: 12px 0;
  }
}
.p-subpage .service__section .service__contents {
  display: flex;
  border: 3px solid #f5f5f5;
}
@media screen and (max-width: 480px) {
  .p-subpage .service__section .service__contents {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-subpage .service__section .service__hd--03 {
  align-self: center;
  width: 194px;
  padding: 33px 20px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 810px) {
  .p-subpage .service__section .service__hd--03 {
    width: 150px;
    width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .p-subpage .service__section .service__hd--03 {
    width: 100%;
    padding: 10px 15px;
  }
}
.p-subpage .service__section .service__hd--03 .br {
  display: block;
}
@media screen and (max-width: 810px) {
  .p-subpage .service__section .service__hd--03 .br {
    display: inline;
  }
}
.p-subpage .service__section .service__list {
  flex: auto;
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2214%2C0%200%2C0%200%2C14%201%2C14%201%2C1%2014%2C1%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat;
  background-size: 8px 8px;
}
.p-subpage .service__box {
  flex: 1;
  border-top: 1px solid rgba(0, 0, 0, 0);
}
@media screen and (max-width: 810px) {
  .p-subpage .service__box {
    flex: none;
    width: 100%;
  }
}
.p-subpage .service__box .c-arr__cir--rightBtn {
  justify-content: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .p-subpage .service__box .c-arr__cir--rightBtn {
    margin-top: 25px;
  }
}
.p-subpage .service__hd--02 {
  margin-top: -0.5em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.p-subpage .service__hd--03 {
  font-size: clamp(1rem, 0.948rem + 0.2vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.p-subpage .service__list {
  padding: 35px 40px;
}
@media screen and (max-width: 1080px) {
  .p-subpage .service__list {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 414px) {
  .p-subpage .service__list {
    padding: 15px 20px;
  }
}
.p-subpage .service__text {
  margin-bottom: 40px;
  font-size: clamp(0.875rem, 0.823rem + 0.2vw, 1rem);
}
@media screen and (max-width: 1080px) {
  .p-subpage .service__text {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .p-subpage .service__text {
    margin-bottom: 18px;
  }
}
.p-subpage .service--img {
  flex: 1;
}
@media screen and (max-width: 810px) {
  .p-subpage .service--img {
    flex: none;
    margin-right: auto;
    margin-left: auto;
    width: min(450px, 100%);
  }
}
.p-subpage .service__toppage__head {
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-subpage .service__toppage__head {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 414px) {
  .p-subpage .service__toppage__head {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
}
@media screen and (max-width: 1220px) {
  .p-subpage .service__toppage__head {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.p-subpage .service__toppage__head h2 {
  font-size: clamp(1.25rem, 0.988rem + 1.01vw, 1.875rem);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-subpage .service__toppage__head h2 .br {
    display: block;
  }
}
.p-subpage .service__toppage__head h2 .br::before {
  content: "・・・";
}
@media screen and (max-width: 480px) {
  .p-subpage .service__toppage__head h2 .br::before {
    content: none;
    content: "【";
  }
}
@media screen and (max-width: 480px) {
  .p-subpage .service__toppage__head h2 .br::after {
    content: "】";
  }
}
.p-subpage .service__toppage__head p {
  margin-top: 1.8em;
  font-size: clamp(0.875rem, 0.823rem + 0.2vw, 1rem);
}
@media screen and (max-width: 480px) {
  .p-subpage .service__toppage__head p {
    margin-top: 1.1em;
  }
}
.p-subpage .service__toppage__head p b {
  font-weight: normal;
  color: #008cd3;
}
.p-subpage .service__toppage .service__section {
  margin-bottom: 140px;
}
@media screen and (max-width: 810px) {
  .p-subpage .service__toppage .service__section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .p-subpage .service__toppage .service__section {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .p-subpage .service__toppage .service__section .flex__box {
    gap: 25px 0;
  }
}
.p-subpage .service__toppage__others {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .p-subpage .service__toppage__others {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .p-subpage .service__toppage__others {
    grid-template-columns: 1fr;
  }
}
.p-subpage .service__toppage__others__contents {
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2214%2C0%200%2C0%200%2C14%201%2C14%201%2C1%2014%2C1%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat;
  background-size: 8px 8px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.p-subpage .service__toppage__others .service__toppage__hd--03 {
  padding: 15px;
  text-align: center;
  color: #fff;
  background-color: #696161;
}
@media screen and (max-width: 480px) {
  .p-subpage .service__toppage__others .service__toppage__hd--03 {
    padding: 10px 15px;
  }
}
.p-subpage .service__subpage .hd--01 {
  margin-bottom: 1.5em;
  font-size: clamp(1.75rem, 1.278rem + 1.83vw, 2.875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.75;
  text-align: center;
  color: #008cd3;
}
@media screen and (max-width: 1080px) {
  .p-subpage .service__subpage .hd--01 {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 480px) {
  .p-subpage .service__subpage .hd--01 {
    margin-bottom: 0.5em;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: left;
  }
}

.news__hd {
  width: 200px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 810px) {
  .news__hd {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .news__hd {
    width: 100%;
  }
}
.news__hd .cat__list {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news__hd .cat__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .news__hd .cat__list {
    gap: 10px;
  }
}
.news__hd .cat__list li {
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news__hd .cat__list li {
    margin: 0;
  }
}
.news__hd .cat__list li:first-of-type {
  margin-top: 0;
}
.news__hd .cat__list a {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 12px 5px;
  font-weight: 700;
  border-radius: 9999px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .news__hd .cat__list a {
    padding: 0.5em 2em;
  }
}
@media screen and (max-width: 480px) {
  .news__hd .cat__list a {
    padding: 0.3em 1.5em 0.4em;
    padding: 4px 20px 5px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.isPC .news__hd .cat__list a:hover {
  background-color: #008cd3;
  color: #fff;
}
.news__contents {
  margin: 0 auto;
}
.news__contents .hd--02 {
  margin-top: clamp(-0.6875rem, (-1.165rem - 0.81vw) / 2, -1.875rem);
}
.news__contents .c-arrBtn a {
  max-width: 210px;
}
.news__list {
  flex: 1;
  border-top: 1px solid #dddddd;
}
.news__item {
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.isPC .news__item:hover .news__link {
  background-color: #EFFFFF;
}
.isPC .news__item:hover .news__link .news__date,
.isPC .news__item:hover .news__link .news__cat a,
.isPC .news__item:hover .news__link .news__title {
  color: #2cb7fe;
}
.news__link {
  display: block;
  position: relative;
  padding-right: 58px;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  padding: 27px 70px 15px 20px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 414px) {
  .news__link {
    padding-right: 46px;
  }
}
.news__link::before, .news__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.news__link::before {
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background-color: #008cd3;
  right: 0;
  transform: translateY(-50%);
}
.news__link::after {
  width: 10px;
  aspect-ratio: 13/14;
  right: 10px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2014%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2213%2C6%206.9%2C0%205.2%2C1.7%209.5%2C6%200%2C6%200%2C8%209.5%2C8%205.2%2C12.3%206.9%2C14%2013%2C8%2013%2C8%2013%2C6%2013%2C6%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.isPC .news__link:hover::before {
  opacity: 0.8;
}
.isPC .news__link:hover::after {
  transform: translate(5px, -50%);
}
@media screen and (max-width: 768px) {
  .news__link {
    padding: 18px 70px 18px 18px;
  }
}
@media screen and (max-width: 600px) {
  .news__link {
    padding: 18px 65px 18px 13px;
  }
}
@media screen and (max-width: 414px) {
  .news__link {
    padding: 14px 45px 14px 0;
  }
}
.news__link::before {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .news__link::before {
    right: 10px;
  }
}
.news__link::after {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .news__link::after {
    right: 20px;
  }
}
.news__date {
  display: block;
  line-height: 1;
  font-size: clamp(0.75rem, 0.698rem + 0.2vw, 0.875rem);
  font-weight: 700;
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  color: #888888;
}
.news__cat {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 26px;
  left: 9.5em;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .news__cat {
    top: 18px;
  }
}
@media screen and (max-width: 600px) {
  .news__cat {
    top: 17px;
  }
}
@media screen and (max-width: 414px) {
  .news__cat {
    left: 6rem;
    top: 12px;
  }
}
.news__cat a {
  color: #008cd3;
}
.isPC .news__item:hover .news__cat a {
  color: #2cb7fe;
}
.news__cat > a:not(:last-of-type)::after,
.news__cat > span:not(:last-of-type)::after {
  content: ",";
  margin-right: 1em;
  margin-left: 1em;
  color: #888888;
}
.news__title {
  display: inline-block;
  margin-top: 15px;
  position: relative;
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  color: #444444;
}
@media screen and (max-width: 768px) {
  .news__title {
    margin-top: 8px;
  }
}
@media screen and (max-width: 480px) {
  .news__title {
    margin-top: 7px;
  }
}

.information__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px 40px;
  margin-bottom: 95px;
}
@media screen and (max-width: 1700px) {
  .information__list {
    gap: 45px 30px;
  }
}
@media screen and (max-width: 1080px) {
  .information__list {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 810px) {
  .information__list {
    grid-template-columns: 1fr 1fr;
    gap: 30px 30px;
  }
}
@media screen and (max-width: 414px) {
  .information__list {
    gap: 20px 18px;
    margin-bottom: 45px;
  }
}
.p-front .information__list {
  margin-bottom: 57px;
}
@media screen and (max-width: 414px) {
  .p-front .information__list {
    margin-bottom: 30px;
  }
}
.isPC .information__link:hover .information__date,
.isPC .information__link:hover .information__title {
  color: #2cb7fe;
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.isPC .information__link:hover .information__img img {
  scale: 1.113;
}
.information__img {
  width: 100%;
  overflow: hidden;
}
.information__img img {
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.information__date {
  display: block;
  margin: 19px 0 20px;
  font-size: clamp(0.75rem, 0.698rem + 0.2vw, 0.875rem);
  font-weight: 700;
  line-height: 1;
  color: #888888;
}
@media screen and (max-width: 810px) {
  .information__date {
    margin: 14px 0;
  }
}
@media screen and (max-width: 414px) {
  .information__date {
    margin: 9px 0;
  }
}
.information__title {
  font-size: clamp(1rem, 0.948rem + 0.2vw, 1.125rem);
  font-weight: 700;
  color: #444444;
}
.information__cat {
  display: flex;
  flex-wrap: wrap;
  padding-top: 14px;
  margin-top: 13px;
  border-top: 1px solid #dddddd;
  font-size: clamp(0.75rem, 0.698rem + 0.2vw, 0.875rem);
}
@media screen and (max-width: 810px) {
  .information__cat {
    margin-top: 9px;
  }
}
@media screen and (max-width: 414px) {
  .information__cat {
    padding-top: 10px;
  }
}
.information__cat span:not(:last-of-type)::after {
  content: ",";
  margin-right: 1em;
  margin-left: 1em;
  color: #888888;
}
.information__cat a {
  color: #008cd3;
}
.isPC .information__cat a:hover {
  transition-property: all;
  transition-delay: 5ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  color: #2cb7fe;
}

.entry__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px 10px 30px;
  margin-bottom: 80px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 810px) {
  .entry__head {
    padding: 0.5em 1em;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .entry__head {
    flex-wrap: wrap;
  }
}
.entry__head .time {
  font-size: clamp(0.75rem, 0.698rem + 0.2vw, 0.875rem);
  font-weight: 700;
  color: #444444;
}
@media screen and (max-width: 600px) {
  .entry__head .time {
    width: 100%;
  }
}
.entry__head .category {
  font-size: clamp(0.75rem, 0.698rem + 0.2vw, 0.875rem);
}
@media screen and (max-width: 600px) {
  .entry__head .category {
    width: 100%;
    margin-top: 0.25em;
  }
}
.entry__head .category li {
  display: inline;
}
.entry__head .category li:not(:last-of-type)::after {
  content: ",";
  margin-right: 1em;
  margin-left: 1em;
  color: #888888;
}
.entry__body {
  padding-bottom: 100px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 1280px) {
  .entry__body {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  .entry__body {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}

/* ページ送り */
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 810px) {
  .pagination {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  aspect-ratio: 1/1;
  border: 1px solid #008cd3;
  border-radius: 9999px;
  color: #fff;
  background: #008cd3;
}
@media screen and (max-width: 600px) {
  .pagination .nav-links .page-numbers {
    width: 33px;
  }
}
.isPC .pagination .nav-links .page-numbers:hover {
  border-color: #2cb7fe;
  background: #2cb7fe;
}
.pagination .nav-links .page-numbers.current {
  color: #008cd3;
  background-color: #fff;
}
.isPC .pagination .nav-links .page-numbers.current {
  pointer-events: none;
}
.isPC .pagination .nav-links .page-numbers.dots {
  pointer-events: none;
}
.isPC .pagination .nav-links .page-numbers.dots:hover {
  color: #444444;
  background-color: transparent;
}

/* not found */
:root {
  --line-height-adjustment--15: calc((1.5 - 1) * 0.5rem); /* line-height の差分に基づいて調整 */
  --line-height-adjustment--16: calc((1.6 - 1) * 0.5rem); /* line-height の差分に基づいて調整 */
}

/* ブログコンテンツ */
.entry__body {
  max-width: 100%;
  word-break: break-word;
}
.entry__body::after {
  display: block;
  content: "";
  clear: both;
}
.entry__body * {
  min-height: 0vw;
  min-height: 0;
}
.entry__body > *:first-child {
  margin-top: 0 !important;
}
.entry__body > *:last-child {
  margin-bottom: 0 !important;
}
.entry__body .wp-block-group {
  margin-top: calc(40px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
}
@media screen and (max-width: 600px) {
  .entry__body .wp-block-group {
    margin-top: calc(30px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
  }
}
.entry__body .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.entry__body .wp-block-group > .wp-block-group {
  margin-top: 0;
}
.entry__body :where(.is-layout-flex) {
  gap: calc(40px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
}
@media screen and (max-width: 600px) {
  .entry__body :where(.is-layout-flex) {
    gap: calc(30px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
  }
}
.entry__body h2 {
  margin-top: 80px;
  padding: 0.3666666667em 0 0.4333333333em 53px;
  border-left: 7px solid #008cd3;
  font-size: clamp(1.25rem, 0.988rem + 1.01vw, 1.875rem);
  font-weight: 700;
  line-height: 1.68;
  position: relative;
}
@media screen and (max-width: 810px) {
  .entry__body h2 {
    padding-left: 35px;
    border-left-width: 5px;
  }
}
@media screen and (max-width: 414px) {
  .entry__body h2 {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    padding-left: 27px;
    border-left-width: 3px;
    line-height: 1.4;
  }
}
.entry__body h2::before, .entry__body h2::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 810px) {
  .entry__body h2::before, .entry__body h2::after {
    width: 5px;
  }
}
@media screen and (max-width: 414px) {
  .entry__body h2::before, .entry__body h2::after {
    width: 3px;
  }
}
.entry__body h2::before {
  background-color: #00a7d1;
  left: 7px;
}
@media screen and (max-width: 810px) {
  .entry__body h2::before {
    left: 5px;
  }
}
@media screen and (max-width: 414px) {
  .entry__body h2::before {
    left: 3px;
  }
}
.entry__body h2::after {
  background-color: #00b6c2;
  left: 21px;
}
@media screen and (max-width: 810px) {
  .entry__body h2::after {
    left: 15px;
  }
}
@media screen and (max-width: 414px) {
  .entry__body h2::after {
    left: 9px;
  }
}
.entry__body h3 {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 2em;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  line-height: 1.5;
  font-size: clamp(1.125rem, 0.968rem + 0.61vw, 1.5rem);
  font-weight: 700;
  position: relative;
  color: #008cd3;
}
@media screen and (max-width: 810px) {
  .entry__body h3 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 414px) {
  .entry__body h3 {
    padding-left: 30px;
  }
}
.entry__body h3::before {
  content: "";
  display: inline-block;
  width: 0.8333333333em;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: calc(0.4em + 25px);
  border-radius: 9999px;
  background-color: #008cd3;
}
.entry__body h4 {
  padding-left: 2.4em;
  font-size: clamp(1.063rem, 0.984rem + 0.3vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 810px) {
  .entry__body h4 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 414px) {
  .entry__body h4 {
    padding-left: 30px;
  }
}
.entry__body h4::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 20/5;
  position: absolute;
  left: 0;
  top: 0.75em;
  background-color: #00b6c2;
}
@media screen and (max-width: 414px) {
  .entry__body h4::before {
    height: 3px;
  }
}
.entry__body h5 {
  font-size: clamp(1rem, 0.948rem + 0.2vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
  color: #00b6c2;
}
.entry__body h6 {
  font-size: clamp(0.875rem, 0.823rem + 0.2vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
}
.entry__body h3, .entry__body h4, .entry__body h5, .entry__body h6 {
  margin-top: calc(40px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
}
@media screen and (max-width: 600px) {
  .entry__body h3, .entry__body h4, .entry__body h5, .entry__body h6 {
    margin-top: calc(30px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
  }
}
.entry__body p:not([class]) {
  font-size: clamp(0.875rem, 0.823rem + 0.2vw, 1rem);
}
.entry__body p:not([class]),
.entry__body p.has-text-align-left,
.entry__body p.has-text-align-center,
.entry__body p.has-text-align-right,
.entry__body p.caption,
.entry__body ol li,
.entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li,
.entry__body table th,
.entry__body table td,
.entry__body .map {
  font-size: clamp(0.875rem, 0.823rem + 0.2vw, 1rem);
  line-height: 1.6;
  margin-top: calc(40px - var(--line-height-adjustment--16)); /* 調整した値を使用 */
}
@media screen and (max-width: 600px) {
  .entry__body p:not([class]),
  .entry__body p.has-text-align-left,
  .entry__body p.has-text-align-center,
  .entry__body p.has-text-align-right,
  .entry__body p.caption,
  .entry__body ol li,
  .entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li,
  .entry__body table th,
  .entry__body table td,
  .entry__body .map {
    margin-top: calc(18px - var(--line-height-adjustment--16)); /* 調整した値を使用 */
  }
}
.entry__body strong {
  font-weight: 700;
}
.entry__body em {
  font-style: italic;
  font-weight: normal;
}
.entry__body sub {
  vertical-align: sub;
  font-size: clamp(0.5rem, 0.448rem + 0.2vw, 0.625rem);
}
.entry__body sup {
  vertical-align: super;
  font-size: clamp(0.5rem, 0.448rem + 0.2vw, 0.625rem);
}
.entry__body a:not(.wp-block-button__link, .wp-block-file__button) {
  display: inline-block;
  position: relative;
  color: #008cd3;
  text-decoration: none;
}
.entry__body a:not(.wp-block-button__link, .wp-block-file__button)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: #008cd3;
  opacity: 1;
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.isPC .entry__body a:not(.wp-block-button__link, .wp-block-file__button):hover::before {
  opacity: 0;
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.entry__body .wp-block-buttons {
  margin-top: 40px;
  margin-bottom: 40px;
  gap: calc(30px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
}
@media screen and (max-width: 600px) {
  .entry__body .wp-block-buttons {
    margin-top: 30px;
    margin-bottom: 30px;
    gap: calc(18px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
  }
}
.entry__body .wp-block-button__link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 40px !important;
  font-weight: bold;
  border-radius: 9999px;
  text-align: left;
  color: #444444;
  background-color: #f5f5f5 !important;
  border: 2px solid #f5f5f5;
}
@media screen and (max-width: 414px) {
  .entry__body .wp-block-button__link {
    padding: 18px 30px !important;
  }
}
.isPC .entry__body .wp-block-button__link:hover {
  background-color: #2cb7fe !important;
  border-color: #2cb7fe;
  color: #fff;
}
.entry__body .wp-block-button .wp-block-button__link:where(.is-style-outline),
.entry__body .wp-block-button:where(.is-style-outline) > .wp-block-button__link {
  border-color: #dddddd;
}
.entry__body .wp-block-file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(30px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
  margin-top: calc(40px - var(--line-height-adjustment--16)); /* 調整した値を使用 */
  margin-bottom: calc(40px - var(--line-height-adjustment--16)); /* 調整した値を使用 */
}
@media screen and (max-width: 600px) {
  .entry__body .wp-block-file {
    gap: calc(18px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
    margin-top: calc(30px - var(--line-height-adjustment--16)); /* 調整した値を使用 */
    margin-bottom: calc(30px - var(--line-height-adjustment--16)); /* 調整した値を使用 */
  }
}
.entry__body .wp-block-file .wp-block-file__embed {
  display: none;
}
.entry__body .wp-block-file a {
  font-size: clamp(0.875rem, 0.823rem + 0.2vw, 1rem);
  text-decoration: none !important;
}
.entry__body .wp-block-file a.wp-block-file__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px 40px;
  font-weight: bold;
  border-radius: 9999px;
  text-align: left;
  color: #444444;
  background-color: #f5f5f5;
}
@media screen and (max-width: 414px) {
  .entry__body .wp-block-file a.wp-block-file__button {
    padding: 20px 30px;
  }
}
.isPC .entry__body .wp-block-file a.wp-block-file__button:hover {
  background-color: #2cb7fe;
  color: #fff;
}
.entry__body .wp-block-file * + .wp-block-file__button {
  margin-left: 0;
}
.entry__body table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.entry__body table th,
.entry__body table td {
  padding: calc(30px - var(--line-height-adjustment--16)) calc(35px - var(--line-height-adjustment--16)); /* 調整した値を使用 */
  border: none;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
@media screen and (max-width: 600px) {
  .entry__body table th,
  .entry__body table td {
    padding: calc(14px - var(--line-height-adjustment--16)) calc(16px - var(--line-height-adjustment--16)); /* 調整した値を使用 */
    line-height: 1.5;
  }
}
.entry__body table th {
  font-weight: 700;
  color: #008cd3;
  text-align: left;
  background-color: #f5f5f5;
}
.entry__body table th.has-text-align-center {
  text-align: center;
}
.entry__body table th.has-text-align-right {
  text-align: right;
}
.entry__body table tr > th:first-of-type {
  border-left: none !important;
}
.entry__body .wp-block-table thead {
  border-bottom: none;
}
.entry__body .wp-block-table tfoot {
  border-top: 1px solid #dddddd;
}
.entry__body .wp-block-table .wp-element-caption {
  margin-top: 0.55em;
}
.entry__body .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.entry__body .wp-block-table.is-style-stripes th,
.entry__body .wp-block-table.is-style-stripes td {
  border-color: #dddddd;
}
.entry__body .wp-block-table.is-style-stripes th {
  color: #008cd3;
  font-weight: 700;
  background-color: #f5f5f5 !important;
}
.entry__body .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #fff !important;
}
.entry__body .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: #f5f5f5 !important;
}
.entry__body ol,
.entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
  margin-top: 1.8125em;
  list-style: none;
}
.entry__body ol li,
.entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li {
  padding-left: 1.875rem;
  position: relative;
}
.entry__body ol li::before,
.entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li::before {
  position: absolute;
  left: 0;
}
.entry__body ol li:first-of-type,
.entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li:first-of-type {
  margin-top: 0;
}
.entry__body ol li + li,
.entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li + li {
  margin-top: calc(20px - 0.3em);
}
@media screen and (max-width: 600px) {
  .entry__body ol li + li,
  .entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li + li {
    margin-top: calc(1em - var(--line-height-adjustment--16)) !important; /* 調整した値を使用 */
  }
}
.entry__body ol ol,
.entry__body ol ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations),
.entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ol,
.entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
  margin-top: calc(20px - 0.3em);
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .entry__body ol ol,
  .entry__body ol ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations),
  .entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ol,
  .entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
    margin-top: calc(1em - var(--line-height-adjustment--16)) !important; /* 調整した値を使用 */
  }
}
.entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) > li {
  list-style: none;
}
.entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) > li::before {
  content: "";
  display: block;
  width: 1.125em;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  top: 0.35em;
  border: 3px solid #008cd3;
  background-color: #fff;
}
.entry__body ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) > li ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) > li::before {
  background-color: #008cd3;
}
.entry__body ol {
  counter-reset: ol_li;
}
.entry__body ol > li::before {
  counter-increment: ol_li;
  content: counter(ol_li) ".";
  color: #008cd3;
  font-weight: 700;
  top: 0;
}
.entry__body .wp-block-separator {
  width: 100%;
  height: 1px;
  margin-top: 2.5em;
  border: none;
  background-color: #dddddd;
}
.entry__body .wp-block-separator.is-style-wide {
  height: 2px;
}
.entry__body .wp-block-separator.is-style-dots {
  border-top: 2px dotted #dddddd;
  background-color: transparent;
}
.entry__body .wp-block-separator.is-style-dots::before {
  content: none;
}
.entry__body .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.entry__body .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry__body .is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entry__body .wp-block-gallery {
  gap: 18px !important;
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery {
    gap: 40px !important;
  }
}
.entry__body .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: calc((100% - 18px) / 2) !important;
}
.entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
  width: calc((100% - 18px) / 2) !important;
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 80px) / 3) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 120px) / 4) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 160px) / 5);
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 200px) / 6) !important;
  }
}
.entry__body .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
  width: calc((100% - 120px) / 7) !important;
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 240px) / 7) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 280px) / 8) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 80px) / 3) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 40px) / 2) !important;
  }
}
.entry__body figcaption {
  margin-bottom: 0;
  margin-top: 0.25em;
  font-size: clamp(0.875rem, 0.823rem + 0.2vw, 1rem);
}
.entry__body .wp-block-image .aligncenter figcaption {
  text-align: center;
}
.entry__body .wp-block-image {
  margin-top: calc(40px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
}
@media screen and (max-width: 600px) {
  .entry__body .wp-block-image {
    margin-top: calc(30px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
  }
}
.entry__body .wp-block-image figcaption {
  margin-bottom: 0;
  margin-top: 0.25em;
  font-size: clamp(0.875rem, 0.823rem + 0.2vw, 1rem);
}
.entry__body .wp-block-image img {
  vertical-align: top !important;
}
.entry__body .wp-block-columns {
  margin-top: calc(40px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
  gap: calc(40px - var(--line-height-adjustment--15)) !important; /* 調整した値を使用 */
}
@media screen and (max-width: 600px) {
  .entry__body .wp-block-columns {
    margin-top: calc(30px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
    gap: calc(30px - var(--line-height-adjustment--15)) !important; /* 調整した値を使用 */
  }
}
.entry__body .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.entry__body > figure {
  margin-top: calc(40px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
}
@media screen and (max-width: 600px) {
  .entry__body > figure {
    margin-top: calc(30px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
  }
}
.entry__body .th-side table tbody tr td:first-of-type {
  font-weight: 700;
  color: #008cd3;
  background-color: #f5f5f5;
}
.entry__body .w-auto table {
  width: auto;
}
.entry__body .td-center table th {
  text-align: center;
}
.entry__body .td-center table tbody tr td:not(:first-of-type) {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .entry__body .sp-scrollbox {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.entry__body .sp-scrollbox::-webkit-scrollbar {
  height: 5px;
}
.entry__body .sp-scrollbox::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.entry__body .sp-scrollbox::-webkit-scrollbar-thumb {
  background: #008cd3;
}
@media screen and (max-width: 600px) {
  .entry__body .sp-scrollbox table {
    width: auto;
    max-width: 600px;
  }
}
.entry__body .border-group {
  border: 1px solid #dddddd;
  padding: calc(50px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
}
@media screen and (max-width: 1080px) {
  .entry__body .border-group {
    padding: calc(30px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
  }
}
@media screen and (max-width: 600px) {
  .entry__body .border-group {
    padding: calc(20px - var(--line-height-adjustment--15)); /* 調整した値を使用 */
  }
}
.entry__body .border-group .wp-block-group__inner-container *:first-child {
  margin-top: 0;
}
.entry__body .caption + * {
  margin-top: 0.75em;
}
.entry__body .map iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}
.entry__body .anchor {
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .entry__body .anchor {
    padding-bottom: 0;
  }
}
.entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
  margin-top: 0;
  display: flex;
  gap: calc(20px - 0.3em) 3em;
  border-bottom: 1px solid #dddddd;
  flex-wrap: wrap;
  padding-bottom: 1.25em;
}
@media screen and (max-width: 600px) {
  .entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
    gap: calc(1em - var(--line-height-adjustment--16)) 1.5em; /* 調整した値を使用 */
    padding-bottom: 1em;
  }
}
.entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li {
  display: flex;
  padding-left: 0;
  margin-top: 0 !important;
}
.entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li::before {
  content: none;
}
.entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li a {
  display: inline-block;
  z-index: 1;
  padding-left: 30px;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-size: clamp(1rem, 0.948rem + 0.2vw, 1.125rem);
  font-size: clamp(0.938rem, 0.859rem + 0.3vw, 1.125rem);
  position: relative;
}
@media screen and (max-width: 600px) {
  .entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li a {
    padding-left: 22px;
  }
}
.entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li a::before, .entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li a::after {
  content: "";
  display: block;
  position: absolute;
}
.entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li a::before {
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  left: 0;
  top: 3px;
  bottom: auto;
  border-radius: 9999px;
  border: 1px solid #008cd3;
  background-color: transparent;
}
@media screen and (max-width: 600px) {
  .entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li a::before {
    width: 16px;
    top: 4px;
  }
}
.entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li a::after {
  width: 10px;
  aspect-ratio: 13/14;
  top: 10px;
  left: 6px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2013%22%3E%3Cg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20transform%3D%22matrix(0%201%20-1%200%2014%20-0)%22%3E%3Cpolygon%20fill%3D%22%23008cd3%22%20points%3D%2213%2C6%206.9%2C0%205.2%2C1.7%209.5%2C6%200%2C6%200%2C8%209.5%2C8%205.2%2C12.3%206.9%2C14%2013%2C8%2013%2C8%2013%2C6%2013%2C6%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 600px) {
  .entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li a::after {
    width: 8px;
    top: 8px;
    left: 4px;
  }
}
.isPC .entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li a:hover {
  color: #2cb7fe;
}
.isPC .entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li a:hover::before {
  opacity: 0.8;
}
.isPC .entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2013%22%3E%3Cg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20transform%3D%22matrix(0%201%20-1%200%2014%20-0)%22%3E%3Cpolygon%20fill%3D%22%232cb7fe%22%20points%3D%2213%2C6%206.9%2C0%205.2%2C1.7%209.5%2C6%200%2C6%200%2C8%209.5%2C8%205.2%2C12.3%206.9%2C14%2013%2C8%2013%2C8%2013%2C6%2013%2C6%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2013%22%3E%3Cg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20transform%3D%22matrix(0%201%20-1%200%2014%20-0)%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2213%2C6%206.9%2C0%205.2%2C1.7%209.5%2C6%200%2C6%200%2C8%209.5%2C8%205.2%2C12.3%206.9%2C14%2013%2C8%2013%2C8%2013%2C6%2013%2C6%20%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  transform: translateY(3px);
}
.isPC .entry__body .anchor ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li a:hover::before {
  border-color: #2cb7fe;
  background-color: #2cb7fe;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.icon-ext::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M14.4%2C3.8v9h-9v-9H14.4%20M15.9%2C2.3h-12v12h12V2.3L15.9%2C2.3z%22%2F%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.4201%22%20stroke-miterlimit%3D%2210%22%20points%3D%224.3%2C6.3%200.9%2C6.3%200.9%2C17.3%2011.9%2C17.3%2011.9%2C13.9%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link::after {
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.icon-ext::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20fill%3D%22%2315AB8D%22%20d%3D%22M14.4%2C3.8v9h-9v-9H14.4%20M15.9%2C2.3h-12v12h12V2.3L15.9%2C2.3z%22%2F%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2315AB8D%22%20stroke-width%3D%221.4201%22%20stroke-miterlimit%3D%2210%22%20points%3D%224.3%2C6.3%200.9%2C6.3%200.9%2C17.3%2011.9%2C17.3%2011.9%2C13.9%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.icon-ext:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M14.4%2C3.8v9h-9v-9H14.4%20M15.9%2C2.3h-12v12h12V2.3L15.9%2C2.3z%22%2F%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.4201%22%20stroke-miterlimit%3D%2210%22%20points%3D%224.3%2C6.3%200.9%2C6.3%200.9%2C17.3%2011.9%2C17.3%2011.9%2C13.9%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.icon-pdf:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9.2%2C1.6c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1l4.3%2C4.5c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3V18c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-11c-0.2%2C0-0.4-0.2-0.4-0.4V2c0-0.2%2C0.2-0.4%2C0.4-0.4H9.2%20M9.2%2C0.1H2.5C1.4%2C0.1%2C0.6%2C1%2C0.6%2C2V18c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h11c1.1%2C0%2C1.9-0.9%2C1.9-1.9V6.6c0-0.5-0.2-0.9-0.5-1.3l-4.3-4.5C10.3%2C0.3%2C9.8%2C0.1%2C9.2%2C0.1L9.2%2C0.1z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M3.7%2C8H5c0.4%2C0%2C0.8%2C0.1%2C1%2C0.4c0.2%2C0.2%2C0.3%2C0.6%2C0.3%2C1v0.6c0%2C0.5-0.1%2C0.8-0.3%2C1c-0.2%2C0.2-0.5%2C0.4-1%2C0.4H4.6v2.3H3.7V8z%20M5%2C10.5c0.1%2C0%2C0.3%2C0%2C0.3-0.1s0.1-0.2%2C0.1-0.4V9.3c0-0.2%2C0-0.3-0.1-0.4C5.3%2C8.8%2C5.1%2C8.8%2C5%2C8.8H4.6v1.7H5z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6.8%2C8h1.3c0.4%2C0%2C0.8%2C0.1%2C1%2C0.4c0.2%2C0.2%2C0.3%2C0.6%2C0.3%2C1v2.8c0%2C0.5-0.1%2C0.8-0.3%2C1c-0.2%2C0.2-0.5%2C0.4-1%2C0.4H6.8V8z%20M8.1%2C12.8c0.1%2C0%2C0.3%2C0%2C0.3-0.1c0.1-0.1%2C0.1-0.2%2C0.1-0.4V9.3c0-0.2%2C0-0.3-0.1-0.4C8.4%2C8.8%2C8.3%2C8.8%2C8.1%2C8.8H7.7v4H8.1z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M10%2C8h2.3v0.8h-1.4v1.6H12v0.8h-1.1v2.4H10V8z%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.icon-pp:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9.2%2C1.6c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1l4.3%2C4.5c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3V18c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-11c-0.2%2C0-0.4-0.2-0.4-0.4V2c0-0.2%2C0.2-0.4%2C0.4-0.4H9.2%20M9.2%2C0.1H2.5C1.4%2C0.1%2C0.6%2C1%2C0.6%2C2V18c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h11c1.1%2C0%2C1.9-0.9%2C1.9-1.9V6.6c0-0.5-0.2-0.9-0.5-1.3l-4.3-4.5C10.3%2C0.3%2C9.8%2C0.1%2C9.2%2C0.1L9.2%2C0.1z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M11%2C10.3c0%2C1.7-0.9%2C2.5-2.5%2C2.5H7.6v2.6l0%2C1H5.3l0-1V8l0-1h3.3C10.2%2C7%2C11%2C7.8%2C11%2C9.5V10.3z%20M7.6%2C11H8c0.5%2C0%2C0.7-0.2%2C0.7-0.9V9.7c0-0.6-0.2-0.8-0.7-0.8H7.6V11z%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.icon-excel:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9.2%2C1.6c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1l4.3%2C4.5c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3V18c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-11c-0.2%2C0-0.4-0.2-0.4-0.4V2c0-0.2%2C0.2-0.4%2C0.4-0.4H9.2%20M9.2%2C0.1H2.5C1.4%2C0.1%2C0.6%2C1%2C0.6%2C2V18c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h11c1.1%2C0%2C1.9-0.9%2C1.9-1.9V6.6c0-0.5-0.2-0.9-0.5-1.3l-4.3-4.5C10.3%2C0.3%2C9.8%2C0.1%2C9.2%2C0.1L9.2%2C0.1z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6.8%2C11.6L4.7%2C7h2.7l0.8%2C2.3h0.1L9.1%2C7h2.5l-2.1%2C4.6l2.1%2C4.8H9.1l-0.9-2.6H8.1l-0.9%2C2.6H4.6L6.8%2C11.6z%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.icon-word:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9.2%2C1.6c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1l4.3%2C4.5c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3V18c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-11c-0.2%2C0-0.4-0.2-0.4-0.4V2c0-0.2%2C0.2-0.4%2C0.4-0.4H9.2%20M9.2%2C0.1H2.5C1.4%2C0.1%2C0.6%2C1%2C0.6%2C2V18c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h11c1.1%2C0%2C1.9-0.9%2C1.9-1.9V6.6c0-0.5-0.2-0.9-0.5-1.3l-4.3-4.5C10.3%2C0.3%2C9.8%2C0.1%2C9.2%2C0.1L9.2%2C0.1z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M3.3%2C7h2.3l0.7%2C4.2h0.1L7.1%2C7H9l0.7%2C4.2h0.1L10.4%2C7h2.2l-1.8%2C9.4H8.7l-0.6-4H8l-0.6%2C4H5.1L3.3%2C7z%22%2F%3E%3C%2Fsvg%3E");
}

.contact__section {
  margin-top: 73px;
}
@media screen and (max-width: 1080px) {
  .contact__section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .contact__section {
    margin-top: 0;
  }
}
.contact__contents {
  margin: 0 auto;
}
.contact__contents .hd--02 {
  margin-bottom: 40px;
  font-size: clamp(1.25rem, 0.988rem + 1.01vw, 1.875rem);
  font-weight: 700;
  line-height: 1.68;
  padding: 0.3666666667em 0 0.4333333333em 53px;
  border-left: 7px solid #008cd3;
  position: relative;
  color: #444444;
}
@media screen and (max-width: 810px) {
  .contact__contents .hd--02 {
    padding-left: 35px;
    margin-bottom: 30px;
    border-left-width: 5px;
  }
}
@media screen and (max-width: 414px) {
  .contact__contents .hd--02 {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    padding-left: 27px;
    margin-bottom: 20px;
    border-left-width: 3px;
    line-height: 1.4;
  }
}
.contact__contents .hd--02::before, .contact__contents .hd--02::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 810px) {
  .contact__contents .hd--02::before, .contact__contents .hd--02::after {
    width: 5px;
  }
}
@media screen and (max-width: 414px) {
  .contact__contents .hd--02::before, .contact__contents .hd--02::after {
    width: 3px;
  }
}
.contact__contents .hd--02::before {
  background-color: #00a7d1;
  left: 7px;
}
@media screen and (max-width: 810px) {
  .contact__contents .hd--02::before {
    left: 5px;
  }
}
@media screen and (max-width: 414px) {
  .contact__contents .hd--02::before {
    left: 3px;
  }
}
.contact__contents .hd--02::after {
  background-color: #00b6c2;
  left: 21px;
}
@media screen and (max-width: 810px) {
  .contact__contents .hd--02::after {
    left: 15px;
  }
}
@media screen and (max-width: 414px) {
  .contact__contents .hd--02::after {
    left: 9px;
  }
}
.contact__contents .tel {
  margin-top: 75px;
  margin-bottom: 135px;
}
@media screen and (max-width: 1080px) {
  .contact__contents .tel {
    margin-top: 50px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 414px) {
  .contact__contents .tel {
    margin-top: 35px;
    margin-bottom: 50px;
  }
}
.contact__contents .tel p {
  text-align: center;
}
.contact__contents .tel .number {
  padding-top: 60px;
  border-top: 1px solid #dddddd;
  font-size: clamp(1.75rem, 1.213rem + 2.39vw, 3.75rem);
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #008cd3;
}
@media screen and (max-width: 1080px) {
  .contact__contents .tel .number {
    padding-top: 40px;
  }
}
@media screen and (max-width: 414px) {
  .contact__contents .tel .number {
    padding-top: 20px;
  }
}
.contact__contents .tel .number::before {
  content: "";
  display: inline-block;
  width: 68px;
  aspect-ratio: 1/1;
  margin-right: 30px;
  background-position: center center;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%23008cd3%22%20stroke%3D%22%23008cd3%22%20stroke-width%3D%220.9344%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M14.8%2C57.2C6.5%2C48.8%2C2%2C38.8%2C2%2C31.2l0%2C0c0-3.3%2C0.9-6.2%2C2.8-8.1l0%2C0c1.1-1%2C3.3-2.9%2C5.2-3.4l0%2C0l0.7-0.2l13.1%2C13L23%2C33.3c-1.3%2C1.6-2.2%2C4.1-2.2%2C6.8l0%2C0c0%2C2.9%2C1%2C5.9%2C3.1%2C8l0%2C0c2.1%2C2.1%2C5.1%2C3.1%2C8%2C3.1l0%2C0c2.7%2C0%2C5.2-0.8%2C6.8-2.2l0%2C0l0.9-0.7l13%2C13L52.4%2C62c-0.6%2C1.8-2.4%2C4.1-3.5%2C5.2l0%2C0c-2%2C2-4.9%2C2.8-8.1%2C2.8l0%2C0C33.2%2C70%2C23.2%2C65.5%2C14.8%2C57.2L14.8%2C57.2z%20M6.6%2C24.8c-1.4%2C1.3-2.1%2C3.5-2.1%2C6.4l0%2C0c0%2C6.6%2C4.1%2C16.3%2C12.1%2C24.2l0%2C0c7.9%2C8%2C17.6%2C12.1%2C24.2%2C12.1l0%2C0c2.9%2C0%2C5.1-0.8%2C6.4-2.1l0%2C0c0.6-0.6%2C2-2.4%2C2.6-3.5l0%2C0L39.3%2C51.5c-2.1%2C1.4-4.7%2C2.1-7.5%2C2.1l0%2C0c-3.4%2C0-7-1.1-9.7-3.8l0%2C0c-2.7-2.7-3.8-6.3-3.8-9.7l0%2C0c0-2.7%2C0.7-5.4%2C2.1-7.5l0%2C0L10%2C22.2C8.9%2C22.8%2C7.1%2C24.2%2C6.6%2C24.8L6.6%2C24.8z%20M38.6%2C50.8l0.9-0.9L38.6%2C50.8L38.6%2C50.8z%22%2F%3E%3Cpath%20fill%3D%22%23008cd3%22%20stroke%3D%22%23008cd3%22%20stroke-width%3D%220.9344%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M29.6%2C12.6l0%2C2.4l0%2C0c7.6%2C0%2C14.4%2C3.1%2C19.4%2C8c5%2C5%2C8%2C11.8%2C8%2C19.4l2.4%2C0c0-8.2-3.3-15.7-8.7-21.1S37.8%2C12.6%2C29.6%2C12.6z%22%2F%3E%3Cpath%20fill%3D%22%23008cd3%22%20stroke%3D%22%23008cd3%22%20stroke-width%3D%220.9344%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M58.1%2C13.9C50.8%2C6.5%2C40.7%2C2%2C29.6%2C2l0%2C2.4c10.5%2C0%2C20%2C4.3%2C26.9%2C11.1s11.1%2C16.4%2C11.1%2C26.9l2.4%2C0C70%2C31.3%2C65.5%2C21.2%2C58.1%2C13.9z%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1500px) {
  .contact__contents .tel .number::before {
    width: 58px;
  }
}
@media screen and (max-width: 1080px) {
  .contact__contents .tel .number::before {
    width: 48px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .contact__contents .tel .number::before {
    width: 36px;
    margin-right: 10px;
  }
}
.contact__contents .tel .number .fs--S {
  font-size: clamp(1.125rem, 0.756rem + 1.64vw, 2.5rem);
}
.contact__contents .tel .number a {
  color: #008cd3;
}
.contact__contents .tel .time {
  margin-top: 20px;
  font-weight: 700;
}
@media screen and (max-width: 414px) {
  .contact__contents .tel .time {
    margin-top: 10px;
  }
}
.contact__contents .form {
  margin-top: 75px;
}
@media screen and (max-width: 1080px) {
  .contact__contents .form {
    margin-top: 50px;
  }
}
@media screen and (max-width: 414px) {
  .contact__contents .form {
    margin-top: 20px;
  }
}
.contactform__lead {
  margin-bottom: 35px;
}
@media screen and (max-width: 1080px) {
  .contactform__lead {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 414px) {
  .contactform__lead {
    margin-bottom: 15px;
  }
}
.contactform__List {
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 1080px) {
  .contactform__List {
    padding-top: 20px;
  }
}
@media screen and (max-width: 414px) {
  .contactform__List {
    padding-top: 10px;
  }
}
.contactform__Item {
  display: flex;
  gap: 20px;
  padding: 10px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contactform__Item {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .contactform__Item {
    padding: 5px 0;
    gap: 5px;
  }
}
.contactform__Label {
  padding-top: 10px;
  width: 240px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contactform__Label {
    width: 100%;
  }
}
.contactform__input {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .contactform__input {
    flex: none;
    width: 100%;
  }
}
.contactform__input input,
.contactform__input textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: #f5f5f5;
  vertical-align: top;
}
.contactform__input .ex {
  margin-top: 7px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #888888;
}
.contactform .req {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #d30000;
}
.contactform__Label .req, .contactform__Privacy .req {
  margin-left: 1em;
}
.contactform .error,
.contactform .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #008cd3;
  color: #d30000;
}
.contactform__Privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 38px auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .contactform__Privacy {
    margin: 20px auto;
  }
}
.contactform__Privacy-Check label input[type=checkbox] {
  width: 23px;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
  padding-left: 34px;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  position: relative;
  background: none;
}
.contactform__Privacy-Check label input[type=checkbox]::before, .contactform__Privacy-Check label input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.contactform__Privacy-Check label input[type=checkbox]::before {
  width: 23px;
  aspect-ratio: 1/1;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #fbf9f5;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contactform__Privacy-Check label input[type=checkbox]::after {
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #008cd3;
  border-left: 3px solid #008cd3;
  transform: rotate(-45deg);
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: 6px;
}
.contactform__Privacy-Check label input[type=checkbox]:checked::after {
  opacity: 1;
}
.contactform__Privacy-Check label .wpcf7-list-item-label {
  display: none;
}
@media screen and (max-width: 600px) {
  .contactform__Privacy-Check label .wpcf7-form-control-wrap {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .contactform__Privacy-Text {
    flex: 1;
    max-width: calc(100% - 34px);
  }
}
.contactform__Privacy-Text a {
  color: #008cd3;
  position: relative;
}
.contactform__Privacy-Text a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #008cd3;
  opacity: 1;
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.isPC .contactform__Privacy-Text a:hover::before {
  opacity: 0;
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.contactform__Privacy .error,
.contactform__Privacy .wpcf7-not-valid-tip {
  display: inline-flex;
  margin-top: 0;
}
.contactform__Privacy .wpcf7-list-item {
  margin: 0;
}
.contactform__Privacy .wpcf7-not-valid-tip {
  margin-right: 10px;
}
.contactform .Contact-Form__Btn__outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contactform .Contact-Form__Btn__outer {
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .contactform .Contact-Form__Btn__outer {
    gap: 15px;
  }
}
.contactform .Contact-Form__Btn__outer .contactform__Btn {
  margin: 0;
}
.contactform__Btn {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contactform__Btn {
    max-width: 360px;
  }
}
.contactform__Btn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 9999px;
}
.contactform__Btn__inner input[type=submit],
.contactform__Btn__inner input[type=button] {
  outline: none;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  flex: 1;
  color: #444444;
  padding: 28px 50px;
  background-color: #008cd3;
  color: #fff;
  font-weight: bold;
  border-radius: 9999px;
  transition-property: all;
  transition-delay: 15ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 768px) {
  .contactform__Btn__inner input[type=submit],
  .contactform__Btn__inner input[type=button] {
    padding: 27px 30px;
  }
}
@media screen and (max-width: 414px) {
  .contactform__Btn__inner input[type=submit],
  .contactform__Btn__inner input[type=button] {
    padding: 20px 25px;
  }
}
.isPC .contactform__Btn__inner:hover input[type=button], .isPC .contactform__Btn__inner:hover input[type=submit] {
  cursor: pointer;
  background-color: #2cb7fe;
}
.contactform .error__lead,
.contactform .wpcf7 form.invalid .wpcf7-response-output,
.contactform .wpcf7 form.unaccepted .wpcf7-response-output,
.contactform .wpcf7 form.payment-required .wpcf7-response-output {
  border: 2px solid #d30000;
  padding: 20px;
  margin: 25px auto;
  color: #008cd3;
  color: #d30000;
}
.contactform .wpcf7-spinner {
  display: none;
}

.company__lead {
  margin: 50px 0 60px;
  font-size: clamp(1rem, 0.948rem + 0.2vw, 1.125rem);
}
@media screen and (max-width: 810px) {
  .company__lead {
    margin: 35px 0 50px;
  }
}
@media screen and (max-width: 414px) {
  .company__lead {
    margin: 25px 0 35px;
  }
}
.company__lead .br {
  display: block;
}
.company__h3 {
  font-size: clamp(1.375rem, 1.008rem + 1.42vw, 2.25rem);
  font-weight: 700;
  color: #008cd3;
}
.company__list {
  margin-top: 50px;
  border-top: 1px solid #dddddd;
  counter-reset: ol_li;
}
@media screen and (max-width: 1080px) {
  .company__list {
    margin-top: 35px;
  }
}
@media screen and (max-width: 600px) {
  .company__list {
    margin-top: 15px;
  }
}
.company__item {
  display: grid;
  grid-template-columns: 64px 387px 1fr;
  grid-template-rows: auto;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  padding: 35px 25px;
}
@media screen and (max-width: 1080px) {
  .company__item {
    grid-template-columns: 64px auto 1fr;
    padding: 25px 15px;
  }
}
@media screen and (max-width: 600px) {
  .company__item {
    grid-template-columns: 43px auto 1fr;
  }
}
@media screen and (max-width: 414px) {
  .company__item {
    padding: 16px 8px;
  }
}
.company__item::before {
  content: counter(ol_li, decimal-leading-zero);
  counter-increment: ol_li;
  display: inline-block;
  font-size: clamp(1.375rem, 1.008rem + 1.42vw, 2.25rem);
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .company__item::before {
    left: 12px;
  }
}
.company__hd {
  font-size: clamp(1.125rem, 0.968rem + 0.61vw, 1.5rem);
  font-weight: 700;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .company__hd {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.company__hd::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 0.35em;
  background-color: #444444;
}
@media screen and (max-width: 1080px) {
  .company__text {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 1em;
  }
}
@media screen and (max-width: 414px) {
  .company__text {
    margin-top: 0.6em;
  }
}

.technology {
  margin: 0 auto;
  text-align: center;
}
.technology__list {
  display: flex;
  counter-reset: ol_li;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 76px auto 0;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .technology__list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1080px) {
  .technology__list {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .technology__list {
    gap: 45px;
  }
}
@media screen and (max-width: 600px) {
  .technology__list {
    margin-top: 50px;
  }
}
.technology__item {
  flex: 1;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .technology__item {
    flex: auto;
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-rows: auto;
    gap: 20px 18px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .technology__item {
    grid-template-columns: 100px 1fr;
    padding-top: 25px;
  }
}
@media screen and (max-width: 414px) {
  .technology__item {
    display: block;
    padding-top: 20px;
    padding-bottom: 82px;
  }
}
@media screen and (max-width: 414px) {
  .technology__item:nth-child(even) .technology__icon {
    left: 0;
  }
}
.technology__item::before {
  content: counter(ol_li, decimal-leading-zero);
  counter-increment: ol_li;
  display: inline-block;
  font-size: clamp(1.75rem, 0.91rem + 3.25vw, 3.75rem);
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #008cd3;
  position: absolute;
  top: -0.5em;
  left: 0.3em;
}
@media screen and (max-width: 768px) {
  .technology__item::before {
    left: 12px;
  }
}
@media screen and (max-width: 600px) {
  .technology__item::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .technology__item::before {
    background-color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 1;
  }
}
.technology__item:nth-of-type(1) .technology__icon::before {
  background-image: url(../img/technology/icon-01.svg);
}
.technology__item:nth-of-type(2) .technology__icon::before {
  background-image: url(../img/technology/icon-02.svg);
}
.technology__item:nth-of-type(3) .technology__icon::before {
  background-image: url(../img/technology/icon-03.svg);
}
.technology__item::after {
  content: none;
}
@media screen and (max-width: 600px) {
  .technology__item::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(100% - 36px);
    width: calc(100% - 40px);
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    border-top: 1px solid #dddddd;
  }
}
.technology__icon {
  padding: 60px 20px 55px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1360px) {
  .technology__icon {
    padding: 50px 20px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .technology__icon {
    padding: 35px 18px 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .technology__icon {
    padding: 30px 15px 20px;
    margin-bottom: 0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media screen and (max-width: 600px) {
  .technology__icon {
    padding: 15px 10px;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media screen and (max-width: 414px) {
  .technology__icon {
    background-color: transparent;
    width: calc(100vw - 30px);
    position: absolute;
    opacity: 0.25;
    padding: 0;
    right: 20px;
    bottom: 15px;
    bottom: 0;
    width: 120px;
  }
}
.technology__icon::before {
  content: "";
  width: 212px;
  aspect-ratio: 212/123;
  display: block;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1360px) {
  .technology__icon::before {
    width: 190.8px;
  }
}
@media screen and (max-width: 1080px) {
  .technology__icon::before {
    width: 127.2px;
  }
}
@media screen and (max-width: 768px) {
  .technology__icon::before {
    width: 75px;
  }
}
@media screen and (max-width: 600px) {
  .technology__icon::before {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .technology__icon::before {
    width: 55%;
    width: 100%;
  }
}
.technology__hd {
  padding-bottom: 17px;
  margin: 0 20px 24px;
  border-bottom: 1px solid #dddddd;
  font-size: clamp(1.125rem, 0.968rem + 0.61vw, 1.5rem);
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .technology__hd {
    padding-bottom: 15px;
    margin: 0 18px 18px;
  }
}
@media screen and (max-width: 768px) {
  .technology__hd {
    padding-bottom: 10px;
    margin: 0;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media screen and (max-width: 600px) {
  .technology__hd {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 414px) {
  .technology__hd {
    margin-bottom: 12px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.technology__text {
  padding: 0 20px;
}
@media screen and (max-width: 1080px) {
  .technology__text {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .technology__text {
    padding: 0;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media screen and (max-width: 600px) {
  .technology__text {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.business__intro {
  margin-top: 55px;
}
@media screen and (max-width: 1080px) {
  .business__intro {
    margin-top: 25px;
  }
}
.business__intro h3 {
  font-size: clamp(1.125rem, 0.968rem + 0.61vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1.5em;
}
.business__intro.col {
  gap: 0 40px;
}
@media screen and (max-width: 1080px) {
  .business__intro.col {
    flex-wrap: wrap;
    gap: 40px 0;
  }
}
.business__intro dl {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .business__intro dl {
    margin-top: 27px;
  }
}
.business__intro dl dt {
  font-size: clamp(1.125rem, 0.968rem + 0.61vw, 1.5rem);
  font-weight: 700;
  color: #008cd3;
}
.business__intro dl dd {
  padding: 1em;
  margin-top: 20px;
  background-color: #f5f5f5;
}
.business__contents, .business__img {
  flex: 1;
}
@media screen and (max-width: 1080px) {
  .business__contents, .business__img {
    width: 100%;
    flex: auto;
  }
}

.privacy__section {
  margin-top: 73px;
}
@media screen and (max-width: 1080px) {
  .privacy__section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .privacy__section {
    margin-top: 0;
  }
}
.privacy .hd--02 {
  margin-bottom: 40px;
  font-size: clamp(1.25rem, 0.988rem + 1.01vw, 1.875rem);
  font-weight: 700;
  line-height: 1.68;
  padding: 0.3666666667em 0 0.4333333333em 53px;
  border-left: 7px solid #008cd3;
  position: relative;
  color: #444444;
}
@media screen and (max-width: 810px) {
  .privacy .hd--02 {
    padding-left: 35px;
    margin-bottom: 30px;
    border-left-width: 5px;
  }
}
@media screen and (max-width: 414px) {
  .privacy .hd--02 {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    padding-left: 27px;
    margin-bottom: 20px;
    border-left-width: 3px;
    line-height: 1.4;
  }
}
.privacy .hd--02::before, .privacy .hd--02::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 810px) {
  .privacy .hd--02::before, .privacy .hd--02::after {
    width: 5px;
  }
}
@media screen and (max-width: 414px) {
  .privacy .hd--02::before, .privacy .hd--02::after {
    width: 3px;
  }
}
.privacy .hd--02::before {
  background-color: #00a7d1;
  left: 7px;
}
@media screen and (max-width: 810px) {
  .privacy .hd--02::before {
    left: 5px;
  }
}
@media screen and (max-width: 414px) {
  .privacy .hd--02::before {
    left: 3px;
  }
}
.privacy .hd--02::after {
  background-color: #00b6c2;
  left: 21px;
}
@media screen and (max-width: 810px) {
  .privacy .hd--02::after {
    left: 15px;
  }
}
@media screen and (max-width: 414px) {
  .privacy .hd--02::after {
    left: 9px;
  }
}
.privacy__contents {
  margin: 75px auto 0;
}
@media screen and (max-width: 1080px) {
  .privacy__contents {
    margin-top: 50px;
  }
}
@media screen and (max-width: 414px) {
  .privacy__contents {
    margin-top: 35px;
  }
}
.privacy__contents h2 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.privacy__contents h2 {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 2em;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  line-height: 1.5;
  font-size: clamp(1.125rem, 0.968rem + 0.61vw, 1.5rem);
  font-weight: 700;
  position: relative;
  color: #008cd3;
}
@media screen and (max-width: 810px) {
  .privacy__contents h2 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 414px) {
  .privacy__contents h2 {
    padding-left: 30px;
  }
}
.privacy__contents h2::before {
  content: "";
  display: inline-block;
  width: 0.8333333333em;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: calc(0.4em + 25px);
  border-radius: 9999px;
  background-color: #008cd3;
}/*# sourceMappingURL=style.css.map */