@charset "UTF-8";

:root {
  --black: #000;
  --white: #fff;
  --maincolor: #2039c6;
  --whiteblue: #f8fcff;
  --paleblue: #d3eaff;
  --skyblue: #00b1ff;
  --blue: #0076ff;
  --navy: #003086;
  --darknavy: #002362;
  --darkblue: #2f395a;
  --red: #ff0000;
  --dropshadow: drop-shadow(2px 2px 10px rgba(0 118 255/ 0.1));
  --footer-op: rgb(243 245 252 / 0.1);
  --transition: all 0.4s ease;
  --table-border: rgb(0 177 255 / 0.6);
  --articleborder: rgb(32 57 198 / 0.2);
  --op-border: rgb(0 177 255 / 0.2);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
a:link,
a:visited,
a:active {
  text-decoration: none;
}
a:link,
a:visited,
a:active {
  color: inherit;
}
a {
  transition: 0.3s;
}
ul,
li {
  list-style: none;
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  appearance: none;
}
select,
textarea,
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
main {
  display: block;
}
img {
  vertical-align: bottom;
}
.u-pc {
  display: none !important;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}
html {
  margin-top: 0 !important;
}

/* Component
----------------------------------------------------------------- */
.c-heading {
  font-size: 48px;
  line-height: 1.4;
  color: var(--maincolor);
  font-weight: 900;
  display: block;
}
.c-ja {
  font-size: 14px;
  font-weight: 700;
}
.c-btn__left {
  margin: 40px auto 0;
}
.c-btn__left-link {
  max-width: 240px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--maincolor);
  color: var(--white);
  font-weight: 700;
  padding: 8px 8px 8px 16px;
  font-size: 16px;
  border-radius: 6px;
  transition: 0.3s ease;
}
.c-btn__left-link.u-reverse {
  background-color: var(--white);
}
.c-btn__left-link.u-row-reverse {
  padding: 8px 16px 8px 8px;
}
.c-arrow__icon {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border-radius: 4px;
  padding: 8px;
}
.c-btn__left-link.u-reverse .c-arrow__icon {
  background-color: var(--maincolor);
}
.c-arrow {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--white);
  border: 1px solid var(--maincolor);
}
.c-btn__left-link.u-reverse .c-arrow {
  background-color: var(--maincolor);
  border: 1px solid var(--white);
}
.u-large .c-btn__left-link {
  max-width: 270px;
}
.c-btn__center .c-btn__left-link {
  margin: 0 auto;
}
.u-row-reverse .c-arrow img {
  transform: rotate(180deg);
}
.c-btn__center .c-btn__left-link .u-white {
  margin: 0 auto;
}
.c-news__List {
  border-top: 2px solid rgb(211 234 255 / 0.4);
}
.c-news__ListItem {
  border-bottom: 2px solid rgb(211 234 255 / 0.4);
}
.c-news__link {
  padding: 11px 10px;
  background-color: rgb(211 234 255 / 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-news__time {
  margin-bottom: 8px;
}
.c-date {
  display: inline-block;
  margin-right: 16px;
}
.c-tag {
  text-align: center;
  border-radius: 5px;
  background-color: rgb(211 234 255 / 0.6);
  font-size: 12px;
  color: var(--black);
  padding: 3px 2px 4px;
  line-height: 1.417;
  width: 160px;
  display: inline-block;
}
@media screen and (max-width: 374px) {
  .c-news__ListItem {
    font-size: 14px;
  }
  .c-date {
    margin-right: 8px;
  }
  .c-tag {
    width: 150px;
  }
}
.c-lead {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
  color: var(--navy);
}
@media screen and (max-width: 389px) {
  .c-lead {
    font-size: 18px;
  }
  .c-heading {
    font-size: 12.308vw;
  }
}
.c-title {
  color: var(--maincolor);
  font-size: 28px;
  font-weight: 900;
}
.c-title.black {
  color: #000;
}
.c-ttl {
  color: var(--maincolor);
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 374px) {
  .c-ttl {
    font-size: 21px;
  }
}

/* c-breadcrumb
----------------------------------------------------------------- */
.c-breadcrumb {
  margin: 96px auto 40px;
  width: calc(100% - 20px);
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
}
.c-breadcrumb__list {
  color: var(--navy);
  font-size: 16px;
  display: flex;
  align-items: center;
}
.c-breadcrumb_listItem {
  position: relative;
  flex: 0 0 auto;
}
.c-breadcrumb_listItem:not(:last-child) {
  margin-right: 1.625rem;
}
.c-breadcrumb_listItem a {
  text-decoration: underline;
}
.c-breadcrumb_listItem:not(:last-child) span::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -1.125rem;
  top: 0.5rem;
  width: 10px;
  height: 10px;
  background: url(../img/icon/arrow.svg) no-repeat center / contain;
}
@media screen and (max-width: 374px) {
  .c-breadcrumb_listItem {
    font-size: 14px;
  }
}

/* c-heading__h2~
----------------------------------------------------------------- */
.c-heading__h2,
.c-heading__h3,
.c-heading__h4 {
  font-weight: 700;
}
.c-heading__h2 {
  font-size: 32px;
  line-height: 1.5;
  padding-bottom: 4px;
  border-bottom: 6px solid var(--maincolor);
  margin-bottom: 34px;
}
.c-heading__h3 {
  padding-left: 12px;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 24px;
  position: relative;
}
.c-heading__h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 4px;
  height: 1.5rem;
  background: var(--maincolor);
}
.c-heading__h4 {
  font-size: 18px;
  line-height: 1.667;
  border-bottom: 2px solid var(--maincolor);
  padding-bottom: 5px;
  margin-bottom: 24px;
}
.c-list__ul,
.c-list__ol {
  margin: 24px auto 0;
  width: 79.487vw;
}
.c-list__ol {
  counter-reset: num;
}
.c-list {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}
.c-list__ol .c-list {
  counter-increment: num;
  padding-left: 1.25rem;
}
.c-list__ol .c-list:not(:last-child) {
  margin-bottom: 1rem;
}
.c-list__ol .c-list::before {
  content: counter(num) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--maincolor);
  font-weight: 700;
}
.c-outer {
  margin: 0 auto 40px;
}

/* c-pager
----------------------------------------------------------------- */
.c-pager {
  display: flex;
  justify-content: center;
  column-gap: 1.25rem;
}
.c-pager__item a,
.c-pager__item .is-current {
  width: 48px;
  height: 48px;
  font-weight: 700;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pager__item a {
  transition: var(--transition);
  background-color: var(--white);
  color: var(--maincolor);
  filter: drop-shadow(2px 2px 8px rgba(0 90 168/ 0.16));
}
.c-pager__item a:hover {
  color: var(--white);
  background-color: var(--maincolor);
  filter: none;
}
.c-pager__item .is-current {
  color: var(--white);
  background-color: var(--maincolor);
}
.c-pager__item.is-prev a,
.c-pager__item.is-next a {
  position: relative;
}
.c-pager__item.is-prev a::after,
.c-pager__item.is-next a::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  transition: var(--transition);
}
.c-pager__item.is-prev a::after {
  background: url(../img/icon/prev.svg) no-repeat center / contain;
}
.c-pager__item.is-next a::after {
  background: url(../img/icon/next.svg) no-repeat center / contain;
}
.is-disable .c-btn__left-link {
  background-color: #e7e7e8;
  transition: none;
}
.is-disable .c-arrow,
.is-disable .c-arrow img {
  transition: none;
}
.is-disable .c-arrow {
  border: 1px solid #e7e7e8;
}
.is-disable .c-arrow img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(9%) saturate(11%)
    hue-rotate(222deg) brightness(100%) contrast(93%);
}

/* Utility
----------------------------------------------------------------- */
.u-flex {
  display: flex;
}
.u-row-reverse {
  flex-direction: row-reverse;
}
.u-grid {
  display: grid;
}
.u-block {
  display: block;
}
.u-white {
  color: var(--white);
}
.u-blue {
  color: var(--maincolor);
}
.u-red {
  color: var(--red);
}
.u-bgwhiteblue {
  background-color: var(--whiteblue);
}
.u-bold {
  font-weight: 700;
}
.u-black {
  font-weight: 900;
}
.u-left {
  text-align: left;
}
.u-center {
  text-align: center;
}
.u-right {
  text-align: right;
}
.u-mb0 {
  margin-bottom: 0;
}
.u-text-xl {
  font-size: 20px;
}
.u-underline {
  text-decoration: underline;
}

/* ==========================================================================
   Layout
========================================================================== */
.l-inner,
.c-inner,
.p-inner {
  width: 89.744vw;
  margin: 0 auto;
}
.inner {
  margin: 0 auto;
}

/* l-header
----------------------------------------------------------------- */
.l-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.l-header__inner {
  position: fixed;
  top: 20px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 1;
}
.l-header__logo {
  width: 100%;
  height: 48px;
  border-radius: 32px;
  filter: drop-shadow(2px 2px 16px rgba(10 32 157/ 0.1));
  background-color: var(--white);
}
.l-header__logo a {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 220px;
  height: 40px;
}
.l-header__logo img {
  width: 220px;
  height: 40px;
}
.l-header__nav {
  visibility: hidden;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  padding: 120px 0;
  overflow-y: auto;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background-color: rgb(248 252 255 / 0.94);
  transition: 0.3s;
  flex-direction: column;
  opacity: 0;
}
.l-header__gnavList {
  font-size: 16px;
  line-height: 1.5;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
.l-header__gnavListItem {
  font-weight: 700;
}
.l-header__contact {
  margin: 40px auto 0;
}
.l-header__contact a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.444;
  display: block;
  width: 240px;
  padding: 10px 0;
  text-align: center;
  background-color: var(--maincolor);
  color: var(--white);
  border-radius: 10px;
}
/* hamburger */
.l-header__hamburger {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
  position: fixed;
  top: 26px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--navy);
}
.l-header__hamburgerLine {
  position: absolute;
  left: 9px;
  height: 2px;
  background-color: var(--white);
  transition: all 0.3s;
  width: 18px;
  border-radius: 10px;
}
.l-header .hamburger__line--1 {
  top: 8px;
}
.l-header .hamburger__line--2 {
  top: 14px;
}
.l-header .hamburger__line--3 {
  top: 20px;
}
.l-header__hamburger-text {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 0);
}
.l-header__hamburger-text::after {
  content: "MENU";
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 0;
  transform: translate(-50%, -50%);
  font-size: 8px;
  line-height: 1;
  transition: 0.3s;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  color: var(--white);
}
.l-header.is-open .l-header__nav {
  visibility: visible;
  opacity: 1;
}
.l-header.scroll-nav .l-header__logo {
  position: fixed;
}
.l-header__hamburger.is-open .hamburger__line--1 {
  transform: rotate(30deg);
  top: 14px;
}
.l-header__hamburger.is-open .hamburger__line--2 {
  opacity: 0;
}
.l-header__hamburger.is-open .hamburger__line--3 {
  transform: rotate(-30deg);
  top: 14px;
}
.l-header__hamburger.is-open .l-header__hamburger-text::after {
  content: "CLOSE";
}

/* l-kv
----------------------------------------------------------------- */
.l-kv {
  position: relative;
  background-color: var(--white);
  height: 640px;
}
.l-kv__videoArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-kv__videoArea video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-kv::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(
    0deg,
    rgb(255 255 255 / 1),
    rgb(255 255 255 / 0)
  );
}
.l-kv .l-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 184px 0 120px;
}
.l-kv__logo {
  max-width: 230px;
  margin: 0 auto 37px;
}
.l-kv__logo img {
  width: 100%;
  height: 124px;
  object-fit: cover;
}
.l-kv__copy {
  font-size: 28px;
  line-height: 1.5;
  color: var(--maincolor);
  font-weight: 900;
  margin-bottom: 33px;
  text-align: center;
}
.l-kv__scroll {
  background-color: var(--maincolor);
  color: var(--white);
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 12px;
  width: 120px;
  text-align: center;
  border-radius: 10px;
  padding: 1px 0;
}
@media screen and (max-width: 389px) {
  .l-kv__copy {
    font-size: 7.179vw;
  }
}

/* c-mv
----------------------------------------------------------------- */
.c-mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  min-height: 800px;
  z-index: -1;
}
.c-mv__videoArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  min-height: 800px;
  overflow: hidden;
}
.c-mv__videoArea video {
  width: 100%;
  height: 100svh;
  object-fit: cover;
  min-height: 800px;
}
.c-mv::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: rgb(248 252 255 / 0.94);
}
.u-bgwhiteblue main {
  position: relative;
}

/* l-topNews
----------------------------------------------------------------- */
.l-topNews {
  padding: 0 0 42px;
  position: relative;
  z-index: 1;
  background-color: rgb(255 255 255 / 0);
}
.l-topNews__headArea {
  max-width: 240px;
  margin: 40px 0;
}
.l-topNews .c-news__List {
  position: relative;
  background-color: rgb(255 255 255 / 0.8);
}

/* l-topAbout
----------------------------------------------------------------- */
.l-topAbout {
  margin-top: -280px;
  padding: 434px 0 310px;
  width: 100%;
  position: relative;
  z-index: 0;
  background: url(../img/top/about/bg_circle_sp.png) no-repeat center / cover;
}
@media screen and (min-width: 391px) and (max-width: 767px) {
  .l-topAbout {
    background: url(../img/top/about/bg_circle_sp.png) no-repeat center / 100vw
      auto;
  }
}
.l-topAbout .c-lead {
  margin: 64px auto 0;
}
.l-topAbout .l-inner {
  width: 100%;
}
.l-topAbout .u-center {
  width: 94.872vw;
  margin-inline: auto;
}
.l-about__List {
  display: flex;
  flex-wrap: wrap;
  width: 89.744vw;
  margin: 72px auto 0;
  row-gap: 10.256vw;
  column-gap: 7.692vw;
}
.l-about__ListItem a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 41.026vw;
  height: 41.026vw;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 4px 4px 40px 0 rgba(32 57 198 / 0.16),
    inset 0px 0px 32px 0px rgb(0 177 255 / 0.12);
  padding: 16px 0;
}
.l-about__ListItem.u-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.l-about__ListItem.u-main .u-flex {
  width: 64.103vw;
  height: 64.103vw;
  padding: 37px 0 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 4px 4px 40px 0 rgba(32 57 198 / 0.16),
    inset 0px 0px 32px 0px rgb(0 177 255 / 0.12);
}
.l-about__ListItem .u-logo {
  flex: 1;
  display: flex;
  align-items: center;
}
.l-about__ListItem .u-name {
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: 0.08em;
  column-gap: 2px;
  align-items: center;
}
.l-about__ListItem .u-kabu {
  background: url(../img/icon/kabu.svg) no-repeat center / contain;
  width: 1em;
  height: 1em;
}
.l-about__ListItem.u-main .c-cricle {
  margin-top: auto;
}
.l-about__ListItem.u-main .u-logo img {
  width: 43.59vw;
  height: 32.821vw;
}
.l-about__ListItem:nth-child(3) .u-logo img {
  width: 28.205vw;
  height: 12.308vw;
}
.l-about__ListItem:nth-child(2) .u-logo img,
.l-about__ListItem:nth-child(4) .u-logo img,
.l-about__ListItem:nth-child(5) .u-logo img {
  width: 22.051vw;
  height: 22.051vw;
}
@media screen and (min-width: 391px) and (max-width: 767px) {
  .l-about__ListItem .u-name {
    font-size: 3.077vw;
  }
}
@media screen and (max-width: 389px) {
  .l-about__ListItem a {
    padding: 4.103vw 0;
  }
  .l-about__ListItem .u-name {
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 374px) {
  .c-cricle img {
    width: 5.333vw;
    height: 5.333vw;
  }
}

/* l-about
----------------------------------------------------------------- */
.l-under .inner {
  width: 89.744vw;
  margin: 30px auto 0;
}
.l-about__lead {
  margin: 40px auto;
}
.l-about__pre {
  font-size: 16px;
  line-height: 2;
}

/* l-company
----------------------------------------------------------------- */
.l-company {
  margin: 64px auto 124px;
}
.l-company__dl {
  line-height: 2;
  font-size: 16px;
  border-top: 2px solid var(--table-border);
  margin: 40px auto 64px;
}
.l-company__dt {
  color: var(--navy);
  font-weight: 700;
  padding: 14px 10px 0;
  margin-bottom: 6px;
}
.l-company__dd {
  padding: 0 10px 14px;
  border-bottom: 2px solid var(--table-border);
}

/* l-privacy
----------------------------------------------------------------- */
.l-privacy {
  margin: 30px auto 116px;
}
.l-privacy__List {
  margin: 80px auto 40px;
  padding-bottom: 46px;
  border-bottom: 2px solid var(--maincolor);
}
.l-privacy__ListItem:not(:last-child) {
  margin-bottom: 80px;
}
.l-privacy .p-lead {
  margin: 24px auto 0;
}

/* l-thanks
----------------------------------------------------------------- */
.l-thanks {
  margin: 30px auto 120px;
}
.l-thanks .p-lead.u-red {
  margin: 48px auto 40px;
}

/* Contact
----------------------------------------------------------------- */
.l-contact {
  margin: 30px auto 110px;
}
.c-contactForm {
  margin: 40px auto 0;
}
.c-contactForm__dl {
  display: block;
}
.c-contactForm__dl:not(:last-of-type) {
  margin-bottom: 40px;
}
.c-contactForm__dt {
  width: 100%;
  margin-bottom: 12px;
}
.c-contactForm__dt .label {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.c-contactForm__dd {
  width: 100%;
}
.c-contactForm__dl.u-textarea {
  display: block;
}
.c-contactForm__ind {
  color: var(--white);
  font-weight: 500;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  padding: 1px 6px 0;
  margin-left: 0.5rem;
}
.c-contactForm__ind {
  background-color: #e50012;
}
.c-contactForm__dl input,
.c-contactForm__dl textarea {
  width: 100%;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  background: var(--white);
  border: 1px solid #222222;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  border-radius: 4px;
}
.c-contactForm__dl input {
  padding: 11px 10px;
}
.c-contactForm__dl textarea {
  padding: 10px;
  resize: none;
}
.c-contactForm__att {
  margin-top: 3px;
  display: block;
  font-weight: 400;
  font-size: 12px;
}
.c-contactForm .p-checkbox__text {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 12px;
  margin: 0 auto;
}
.c-contactForm .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: var(--white);
  border: 1px solid #222222;
  margin-right: 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s;
}
.c-contactForm .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border: 1px solid #fff;
  border-width: 0 0 2px 2px;
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 4px;
  transform: rotate(-45deg);
  transition: 0.4s;
}
.c-contactForm .wpcf7-list-item-label {
  display: flex;
  align-items: center;
}
.c-contactForm input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background: var(--maincolor);
}
.c-contactForm input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.c-contactForm__policy {
  margin: 40px auto;
  font-size: 18px;
}
.c-contactForm input[type="checkbox"] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-checkbox__text a {
  color: var(--maincolor);
  text-decoration: underline;
  position: relative;
  transition: var(--transition);
}
.p-checkbox__text .c-contactForm__ind {
  margin-left: 2rem;
}
.p-checkbox__text a:hover {
  opacity: 0.7;
}
.p-checkbox__text a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 4px;
  vertical-align: middle;
  background: url(../img/icon/tab.svg) no-repeat center / contain;
}
@media screen and (max-width: 362px) {
  .c-contactForm .p-checkbox__text {
    max-width: 326px;
    width: 100%;
  }
  .c-contactForm__policy {
    font-size: 4.42vw;
  }
  .c-contactForm .p-checkbox__text::before {
    margin-right: 8px;
  }
  .p-checkbox__text .c-contactForm__ind {
    margin-left: 28px;
  }
}

/* l-news
----------------------------------------------------------------- */
.l-news {
  margin: 30px auto 116px;
}
.l-news__inner {
  margin: 0 auto 56px;
  padding-bottom: 40px;
  border-bottom: 2px solid var(--op-border);
}
.l-news__inner .c-news__List {
  margin: 0 auto 40px;
}
.l-news .u-large .c-btn__left-link {
  max-width: 320px;
}

/* l-group
----------------------------------------------------------------- */
.l-group {
  margin: 0 auto 120px;
}
.l-group__list {
  margin: 0 auto 56px;
}
.l-group__listItem {
  padding-bottom: 40px;
  border-bottom: 2px solid rgb(0 177 255 / 0.4);
}
.l-group__listItem:not(:last-child) {
  margin-bottom: 40px;
}

.l-group__image {
  width: 84.615vw;
  height: 41.026vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: var(--white);
  border: 1px solid var(--paleblue);
  padding: 3px 0;
  margin: 0 auto 24px;
}
.l-group__image img {
  object-fit: cover;
}
.l-group__listItem:first-child .l-group__image img {
  width: 160px;
  height: 144px;
}
.l-group__listItem:nth-child(2) .l-group__image img {
  width: 176px;
  height: 76px;
}
.l-group__listItem:nth-child(3) .l-group__image img {
  width: 152px;
  height: 152px;
}
.l-group__listItem:last-child .l-group__image img {
  width: 154px;
  height: 154px;
}
@media screen and (max-width: 374px) {
  .l-group__listItem:first-child .l-group__image img {
    width: 42.667vw;
    height: 38.4vw;
  }
  .l-group__listItem:nth-child(2) .l-group__image img {
    width: 46.933vw;
    height: 20.267vw;
  }
  .l-group__listItem:nth-child(3) .l-group__image img {
    width: 40.533vw;
    height: 40.533vw;
  }
  .l-group__listItem:last-child .l-group__image img {
    width: 41.067vw;
    height: 41.067vw;
  }
}
.l-group__textbox {
  width: 84.615vw;
  margin: 0 auto;
}
.l-group__textbox .p-lead {
  margin: 30px auto;
}

/* l-article
----------------------------------------------------------------- */
.l-detail {
  margin: 0 auto 110px;
}
.l-article {
  margin: 30px auto 0;
}
.l-article h1,
.l-article__body h2,
.l-article__body h3,
.l-article__body h4,
.l-article__body h5,
.l-article__body h6 {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.l-article h1 {
  font-size: 28px;
  padding-bottom: 4px;
  line-height: 1.2;
  margin-bottom: 40px;
  border-bottom: 4px solid var(--maincolor);
}
.l-article__body h2 {
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 1.5;
  margin: 40px auto;
  border-bottom: 4px solid var(--maincolor);
}
.l-article__body h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
  padding-left: 0.75rem;
}
.l-article__body h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--maincolor);
}
.l-article__body h4 {
  font-size: 18px;
  padding-bottom: 5px;
  line-height: 1.5;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--maincolor);
}
.l-article__body h5 {
  font-size: 16px;
  color: var(--maincolor);
  line-height: 1.8;
  margin: 40px auto 24px;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--articleborder);
}
.l-article__body h6 {
  font-size: 14px;
  color: var(--maincolor);
  line-height: 1.8;
  margin-bottom: 24px;
  border-bottom: 2px solid var(--maincolor);
}
.l-article__body div {
  margin: 40px auto;
}
.l-article__body p {
  margin: 24px auto;
  line-height: 2;
  font-size: 16px;
}
.l-article__body a {
  font-size: 16px;
  line-height: 2;
  text-decoration: underline;
  color: var(--maincolor);
  position: relative;
  word-break: break-all;
}
.l-article__body a::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-left: 4px;
  background: url(../img/icon/arrow-circle.svg) no-repeat center / contain;
}
.l-article__body p > a::after {
  content: none;
}
.l-article__body a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 4px;
  vertical-align: middle;
  background: url(../img/icon/link.svg) no-repeat center / contain;
}
.l-article__body a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 1.125rem;
  margin-left: 4px;
  vertical-align: middle;
  background: url(../img/icon/pdf.svg) no-repeat center / contain;
}
.l-article__body ul,
.l-article__body ol {
  margin: 24px auto 40px;
  max-width: 720px;
}
.l-article__body ul li,
.l-article__body ol li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 1.25rem;
}
.l-article__body ol {
  counter-reset: list;
  list-style: none;
}
.l-article__body ul li:not(:last-child),
.l-article__body ol li:not(:last-child) {
  margin-bottom: 1rem;
}
.l-article__body ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.625rem;
  left: 0.375rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--maincolor);
}
.l-article__body ol li::before {
  content: counter(list) ".";
  counter-increment: list;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--maincolor);
  font-weight: 700;
}
.l-article__body ul li > ul,
.l-article__body ol li > ol {
  margin-top: 12px;
  margin-bottom: 0;
}
.l-article__body figcaption {
  font-size: 10px;
  line-height: 2;
  display: block;
  margin: 6px auto 0;
}
.l-article__body figure {
  background-color: var(--white);
  margin: 0 auto;
}
.l-article__body
  .wp-block-columns:not(.is-not-stacked-on-mobile)
  > .wp-block-column {
  flex-basis: inherit !important;
  flex-direction: column;
}
.l-article__body img {
  max-width: 89.744vw;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.l-article__body code {
  display: inline-block;
  padding: 0.1em 0.25em;
  color: var(--black);
  background-color: #edf2fa;
  border-radius: 3px;
  border: 1px solid #cad3e2;
}
.l-article__body blockquote {
  padding: 15px 20px;
  background-color: var(--white);
}
.l-article__body blockquote p {
  margin: 0 auto 15px;
  font-size: 14px;
}
.l-article__body blockquote p:last-child {
  margin: 0 auto;
}
.l-article__body strong,
.l-article__body b {
  font-weight: 700;
}
.l-article__body cite {
  font-style: normal;
  font-size: 12px;
  line-height: 1.667;
}
.l-article__body cite a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.667;
}
.l-article__body cite a::after {
  content: none;
}
.u-columns__2,
.l-article__body .wp-block-columns {
  display: flex;
  column-gap: 10px;
  margin: 24px auto 0;
}
.u-columns__2 figure,
.l-article__body .wp-block-columns figure {
  width: 100%;
}
.u-columns__2 figure img,
.l-article__body .wp-block-columns figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* --- テーブル --- */
.l-article__body .tableScroll {
  width: 100%;
  max-width: none;
  min-height: 0.01%;
  overflow: auto;
  overflow-y: hidden;
  margin: 30px 0;
}
.l-article__body .tableScroll::-webkit-scrollbar {
  height: 5px;
}
.l-article__body .tableScroll::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.l-article__body .tableScroll::-webkit-scrollbar-thumb {
  background: var(--navy);
}
.l-article__body table {
  width: 1000px;
}
.l-article__body table,
.l-article__body table tr,
.l-article__body table th,
.l-article__body table td {
  border: 1px solid var(--articleborder);
}
.l-article__body table th {
  background: #dae8f5;
  font-weight: 700;
  padding: 15px;
}
.l-article__body table td {
  padding: 15px;
  text-align: left;
}
.l-article__body table th a::after {
  content: none;
}
.l-article__body dl {
  margin: 40px auto;
  font-size: 16px;
}
.l-article__body dt {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.l-article__body dd {
  margin-bottom: 1rem;
}
/* [コードブロック] */
.l-article__body pre {
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
  background: #25292f;
  color: var(--white);
  overflow: auto;
  overflow-y: hidden;
}
.l-article__body pre::-webkit-scrollbar {
  height: 5px;
}
.l-article__body pre::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.l-article__body pre::-webkit-scrollbar-thumb {
  background: #cbcbcb;
}
.l-article__body mark {
  background: linear-gradient(transparent 70%, #ff6 70%);
}
.l-article__header {
  margin: 0 auto 40px;
}
.l-article__header .l-article__meta {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  column-gap: 40px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(32 57 198 / 0.2);
  margin-bottom: 24px;
}
@media screen and (max-width: 339px) {
  .l-article__header .l-article__meta {
    font-size: max(12px, 4.118vw);
  }
}
.l-article__header .l-article__publication {
  margin-right: 8px;
  flex-shrink: 0;
}
.l-article__header .c-cate {
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.417;
  padding: 3px 2px 4px;
  background-color: var(--white);
  text-align: center;
}
.l-article__body div {
  margin: 40px auto;
}
.l-article__body p {
  margin: 24px auto;
}
.p-news__foot {
  margin: 40px auto 0;
}
.p-news__pagenavi {
  margin: 0 auto 40px;
  justify-content: space-between;
}
.p-news__pagenavi .c-btn__left-link {
  width: 160px;
}
@media screen and (max-width: 374px) {
  .p-news__pagenavi .c-btn__left-link {
    width: 42.667vw;
    font-size: 14px;
  }
  .p-news__pagenavi .c-arrow__icon {
    width: 36px;
    height: 36px;
  }
  .p-news__pagenavi .c-arrow {
    width: 20px;
    height: 20px;
  }
}

/* Project
----------------------------------------------------------------- */
.p-attention {
  width: 95.455%;
  margin: 0 auto;
  background-color: var(--white);
  filter: var(--dropshadow);
  padding: 18px 20px 17px;
  border-radius: 14px;
}
.p-attention__tag,
.p-attention__ttl {
  font-weight: 700;
  display: inline-block;
}
.p-attention__tag {
  background-color: var(--maincolor);
  color: var(--white);
  font-size: 16px;
  line-height: 1.5;
  padding: 0 8px;
}
.p-attention__ttl {
  margin-top: 12px;
  color: var(--maincolor);
  font-size: 18px;
  line-height: 1.333;
}
.p-attention__text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}
.p-lead {
  line-height: 2;
  font-size: 16px;
}

/* l-footer
----------------------------------------------------------------- */
.l-footer__wrap {
  background-color: var(--whiteblue);
  position: relative;
}
.l-footer__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 41px;
  border-radius: 40px 40px 0 0;
  background: var(--darkblue);
}
.l-footer {
  color: var(--white);
  background-color: var(--darkblue);
  padding: 15px 0 0;
  position: relative;
  margin-top: -1px;
}
.l-footer .l-inner {
  width: 74.359vw;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 56px;
}
.l-footer__info {
  width: 100%;
}
.l-footer__corp {
  margin-bottom: 40px;
}
.l-footer__logo {
  margin: 0 auto 24px;
}
.l-footer__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 23px;
  background-color: var(--white);
  border-radius: 10px;
}
.l-footer__logo img {
  max-width: 244px;
  width: 100%;
  height: 130px;
  object-fit: cover;
}
@media screen and (max-width: 389px) {
  .l-footer__logo img {
    height: auto;
  }
}
.l-footer__add {
  line-height: 1.75;
}
.l-footer__contact {
  border-radius: 10px;
  background-color: var(--footer-op);
  padding: 24px 20px 18px;
  margin: 32px auto 0;
}
.l-footer__contact-head {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 900;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--footer-op);
  margin-bottom: 18px;
}
.l-footer__contact-desc {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 20px;
}
.l-footer__contact .c-btn__left {
  max-width: 240px;
  margin: 0;
}
.l-footer__navContents {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: 200px;
  margin: 0 auto;
}
.l-footer__nav {
  max-width: 200px;
}
.l-footer__MainLink,
.l-footer__Link {
  position: relative;
  padding-left: 1.625rem;
  transition: var(--transition);
}
.l-footer__MainLink:hover,
.l-footer__Link:hover,
.l-footer__privacy:hover {
  opacity: 0.7;
}
.l-footer__navListItem:not(:last-child) {
  margin-bottom: 10px;
}
.l-footer__Link::before,
.l-footer__MainLink::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background: var(--white);
}
.l-footer__MainLink::before {
  top: 0.6875rem;
  left: 0.5625rem;
  width: 6px;
  height: 6px;
}
.l-footer__Link::before {
  top: 0.75rem;
  left: 0.5rem;
  width: 4px;
  height: 4px;
}
.l-footer__navList {
  margin-top: 10px;
}
.l-footer__navList {
  padding-left: 14px;
}
.l-footer__bottom {
  margin-top: 38px;
  border-top: 1px solid rgb(255 255 255 / 0.7);
  padding: 25px 0 40px;
  color: rgb(255 255 255 / 0.7);
}
.l-footer__bottom .inner {
  width: 100%;
  text-align: center;
  flex-direction: column-reverse;
  font-weight: 500;
}
.l-footer__copy {
  display: block;
  margin: 49px auto 0;
  font-size: 16px;
}
.l-footer__privacy {
  font-size: 14px;
  line-height: 1.429;
}

/* wpcf7
----------------------------------------------------------------- */
.l-contact .wpcf7-spinner {
  display: none !important;
}
#under .wpcf7-list-item {
  margin: 0;
}
.l-contact .c-btn {
  margin: 0 auto;
  display: block;
  max-width: 320px;
  width: 100%;
  position: relative;
  transition: var(--transition);
}
.l-contact .wpcf7-submit {
  width: 100%;
  margin: 0 auto;
  background-color: var(--maincolor);
  color: var(--white);
  font-size: 16px;
  padding: 16px 64px 16px 16px;
  display: block;
  font-weight: 700;
  border-radius: 6px;
  line-height: 1.5;
  text-align: center;
  cursor: pointer !important;
}
@media screen and (max-width: 359px) {
  .l-contact .wpcf7-submit {
    padding: 16px 17.778vw 16px 4.444vw;
  }
}

.l-contact .c-btn .c-arrow__icon {
  position: absolute;
  top: 8px;
  right: 8px;
}
.l-contact .c-arrow {
  position: relative;
}
.l-contact .c-arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon/arrow-right.svg) no-repeat center / contain;
}

.l-article .alignright {
  margin-left: auto;
  margin-right: 0;
}
.l-article .alignleft {
  margin-left: 0;
  margin-right: auto;
}

/* news reset */
.l-article
  .wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption {
  scrollbar-color: inherit;
}
.l-article
  .wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption {
  position: relative;
  text-align: left;
  background: inherit;
  color: var(--black);
  line-height: 2;
  display: block;
  margin-top: 6px;
  text-shadow: none;
  overflow: visible;
  scrollbar-gutter: inherit;
  padding: 0;
  scrollbar-width: inherit;
}
.l-article .wp-block-gallery.has-nested-images figure {
  margin: 40px auto;
}
.l-article
  .wp-block-gallery.has-nested-images
  figure.wp-block-image:has(figcaption):before {
  display: none;
}
.wp-block-image .size-full {
  width: 100%;
}
.wp-block-image.size-full img {
  width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 3px;
  font-weight: 500;
  color: #e50012;
}
.wpcf7 form .wpcf7-response-output {
  display: none;
}
.c-contactForm__dl #form_yubin {
  max-width: 200px;
}
.c-line__text {
  padding: 10px;
}
