@charset "UTF-8";
/*--- color ---*/
/*--- category ---*/
/*--- z-index ---*/
/*--- breakpoint ---*/
/*--- color ---*/
/*--- category ---*/
/*--- z-index ---*/
/*--- breakpoint ---*/
/* =======================
  mixin
======================= */
/*--- 透過ホバー ---*/
/*--- color変更ホバー ---*/
/*--- background-color変更ホバー ---*/
/*--- color・background-colorホバー ---*/
/* =======================
  base
======================= */
html {
  font-size: 62.5%;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  position: relative;
  z-index: 0;
  color: #222222;
  background-color: #FFFFFF;
  font-weight: 400;
  line-height: 1.6;
}

main.is-dark {
  position: relative;
}
main.is-dark::after {
  content: "";
  display: inline-block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  height: var(--vh);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

a {
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

picture {
  display: block;
}

@media screen and (max-width: 767.9px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/* =======================
  layout
======================= */
/*--- wrapper ---*/
.l-wrapper {
  width: 100%;
  max-width: 166rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .l-wrapper {
    max-width: 100%;
  }
}

/*--- section ---*/
.l-section {
  position: relative;
  z-index: 1;
}

/*--- 両サイド ---*/
.l-either {
  display: flex;
  gap: 0 clamp(2rem, 7vw, 10rem);
}
@media screen and (max-width: 767.9px) {
  .l-either {
    display: block;
  }
}
.l-either-aside {
  height: -moz-fit-content;
  height: fit-content;
  top: 12rem;
  flex-shrink: 0;
  padding: 4rem 2rem;
  background: linear-gradient(90deg, #2D9EE4, #1D54A2);
  position: sticky;
  z-index: 98;
  margin-left: clamp(2rem, 100vw - 162rem, 15rem);
  margin-top: clamp(8rem, 12vw, 18rem);
}
.l-either-aside .tit {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #B8CEEC;
  margin-bottom: 2rem;
}
.l-either-aside nav ul li {
  border-bottom: 0.1rem solid #7297CB;
}
.l-either-aside nav ul li:first-child {
  border-top: 0.1rem solid #7297CB;
}
.l-either-aside nav ul li a {
  padding: 2rem 0;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1rem;
}
.l-either-aside nav ul li a .c-arrow {
  width: 1.5rem;
  background-color: transparent;
  border: 0.1rem solid #FFFFFF;
}
.l-either-aside nav ul li a .c-arrow::after {
  transform: rotate(90deg);
  width: 48%;
}
.l-either-aside nav ul li a[aria-current=page] {
  font-weight: 500;
}
.l-either-aside nav ul li a[aria-current=page] .c-arrow {
  background-color: #FFFFFF;
}
.l-either-aside nav ul li a[aria-current=page] .c-arrow::after {
  transform: rotate(90deg);
  filter: brightness(0) saturate(100%) invert(29%) sepia(23%) saturate(3058%) hue-rotate(188deg) brightness(94%) contrast(98%);
}
@media screen and (min-width: 768px) {
  .l-either-aside nav ul li a:hover {
    font-weight: 500;
  }
  .l-either-aside nav ul li a:hover .c-arrow {
    background-color: #FFFFFF;
  }
  .l-either-aside nav ul li a:hover .c-arrow::after {
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(29%) sepia(23%) saturate(3058%) hue-rotate(188deg) brightness(94%) contrast(98%);
  }
}
@media screen and (max-width: 767.9px) {
  .l-either-aside nav ul li a:active {
    font-weight: 500;
  }
  .l-either-aside nav ul li a:active .c-arrow {
    background-color: #FFFFFF;
  }
  .l-either-aside nav ul li a:active .c-arrow::after {
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(29%) sepia(23%) saturate(3058%) hue-rotate(188deg) brightness(94%) contrast(98%);
  }
}
@media screen and (max-width: 767.9px) {
  .l-either-aside {
    display: none;
    top: 0;
    padding: 4rem 3rem;
    position: relative;
    margin: 0 2rem 4rem 2rem;
  }
  .l-either-aside .tit {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #B8CEEC;
    margin-bottom: 2rem;
  }
  .l-either-aside nav ul li {
    padding: 2rem 0;
    border-bottom: 0.1rem solid #7297CB;
  }
  .l-either-aside nav ul li:first-child {
    border-top: 0.1rem solid #7297CB;
  }
  .l-either-aside nav ul li a {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 1rem;
  }
  .l-either-aside nav ul li a .c-arrow {
    width: 1.5rem;
    background-color: transparent;
    border: 0.1rem solid #FFFFFF;
  }
  .l-either-aside nav ul li a .c-arrow::after {
    transform: rotate(90deg);
    width: 50%;
  }
  .l-either-aside nav ul li a[aria-current=page] {
    font-weight: 500;
  }
  .l-either-aside nav ul li a[aria-current=page] .c-arrow {
    background-color: #FFFFFF;
  }
  .l-either-aside nav ul li a[aria-current=page] .c-arrow::after {
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(29%) sepia(23%) saturate(3058%) hue-rotate(188deg) brightness(94%) contrast(98%);
  }
}
@media screen and (max-width: 767.9px) and (min-width: 768px) {
  .l-either-aside nav ul li a:hover {
    font-weight: 500;
  }
  .l-either-aside nav ul li a:hover .c-arrow {
    background-color: #FFFFFF;
  }
  .l-either-aside nav ul li a:hover .c-arrow::after {
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(29%) sepia(23%) saturate(3058%) hue-rotate(188deg) brightness(94%) contrast(98%);
  }
}
@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .l-either-aside nav ul li a:active {
    font-weight: 500;
  }
  .l-either-aside nav ul li a:active .c-arrow {
    background-color: #FFFFFF;
  }
  .l-either-aside nav ul li a:active .c-arrow::after {
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(29%) sepia(23%) saturate(3058%) hue-rotate(188deg) brightness(94%) contrast(98%);
  }
}
.l-either-main {
  position: relative;
  z-index: 2;
}

/*--- フレーム ---*/
.l-frame {
  position: relative;
  padding-top: clamp(8rem, 12vw, 18rem);
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.9px) {
  .l-frame {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.l-frame .c-head {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .l-frame .c-head {
    padding: 0 2rem;
  }
}
.l-frame .c-num {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  color: #2D9EE4;
}
.l-frame-block {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  padding: clamp(4rem, 5vw, 10rem) clamp(2rem, 5vw, 15rem);
  margin-top: 6rem;
}
@media screen and (max-width: 767.9px) {
  .l-frame-block {
    padding: 4rem 2rem;
    margin-left: 2rem;
  }
}
.l-frame::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100vw - clamp(0rem, 100vw - 162rem, 15rem));
  height: auto;
  aspect-ratio: 177/65;
  top: 0;
  right: clamp(0rem, 100vw - 162rem, 15rem);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media screen and (max-width: 767.9px) {
  .l-frame::after {
    width: 100%;
    aspect-ratio: 375/406;
    background-position: center;
    right: 0;
  }
}
.l-frame.features::after {
  background-image: url(/media/images/cms/info_bg_01.jpg);
}
@media screen and (max-width: 767.9px) {
  .l-frame.features::after {
    background-image: url(/media/images/cms/info_bg_01_sp.jpg);
  }
}
.l-frame.merit::after {
  background-image: url(/media/images/cms/info_bg_02.jpg);
}
@media screen and (max-width: 767.9px) {
  .l-frame.merit::after {
    background-image: url(/media/images/cms/info_bg_02_sp.jpg);
  }
}
.l-frame.catprod::after {
  background-image: url(/media/images/cms/info_bg_03.jpg);
}
@media screen and (max-width: 767.9px) {
  .l-frame.catprod::after {
    background-image: url(/media/images/cms/info_bg_03_sp.jpg);
  }
}
.l-frame.catprod .catprod-list-item {
  display: flex;
  gap: 0.8rem clamp(2rem, 4vw, 8rem);
  padding-bottom: 4.8rem;
  border-bottom: 0.1rem solid #CCCCCC;
}
.l-frame.catprod .catprod-list-item:not(:first-child) {
  padding-top: 4.8rem;
}
.l-frame.catprod .catprod-list-item .c-num {
  flex-shrink: 0;
}
.l-frame.catprod .catprod-list-item--text .heading {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.l-frame.catprod .catprod-list-item--text .text {
  font-size: 1.6rem;
}
@media screen and (max-width: 999.9px) {
  .l-frame.catprod .catprod-list-item {
    gap: 0.8rem 2rem;
    padding-bottom: 4rem;
  }
  .l-frame.catprod .catprod-list-item:not(:first-child) {
    padding-top: 4rem;
  }
  .l-frame.catprod .catprod-list-item--text .heading {
    font-size: 2rem;
  }
}
.l-frame.target::after {
  background-image: url(/media/images/cms/info_bg_04.jpg);
}
@media screen and (max-width: 767.9px) {
  .l-frame.target::after {
    background-image: url(/media/images/cms/info_bg_04_sp.jpg);
  }
}
.l-frame.target .target-block .heading {
  font-size: 2.6rem;
  font-weight: 700;
}
.l-frame.target .target-block-list {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 0 2rem;
}
.l-frame.target .target-block-list ul {
  width: calc((100% - 4rem) / 3);
}
.l-frame.target .target-block-list ul li {
  line-height: 2;
}
.l-frame.target .target-block .lead {
  margin-top: 2rem;
}
@media screen and (max-width: 999.9px) {
  .l-frame.target .target-block .heading {
    font-size: 2rem;
  }
  .l-frame.target .target-block-list {
    flex-direction: column;
  }
  .l-frame.target .target-block-list ul {
    width: 100%;
  }
  .l-frame.target .target-block-list ul li {
    line-height: 1.6;
  }
}

/* =======================
  common
======================= */
.c-arrow {
  width: 3rem;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 3;
  background-color: #1D54A2;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.c-arrow::after {
  content: "";
  display: inline-block;
  width: 40%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  background: url(/media/images/cms/icon_arrow.svg) no-repeat center/cover;
  filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7492%) hue-rotate(135deg) brightness(111%) contrast(99%);
  transition: filter 0s;
}

[class*=btn] .c-arrow {
  background-color: #FFFFFF;
}
[class*=btn] .c-arrow::after {
  filter: brightness(0) saturate(100%) invert(22%) sepia(87%) saturate(1448%) hue-rotate(198deg) brightness(96%) contrast(87%);
}
@media screen and (min-width: 768px) {
  [class*=btn]:hover .c-arrow {
    background-color: #1D54A2;
  }
  [class*=btn]:hover .c-arrow::after {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7492%) hue-rotate(135deg) brightness(111%) contrast(99%);
  }
}
@media screen and (max-width: 767.9px) {
  [class*=btn]:active .c-arrow {
    background-color: #1D54A2;
  }
  [class*=btn]:active .c-arrow::after {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7492%) hue-rotate(135deg) brightness(111%) contrast(99%);
  }
}
[class*=btn][class$="--orange"] .c-arrow {
  background-color: #FFFFFF;
}
[class*=btn][class$="--orange"] .c-arrow::after {
  filter: brightness(0) saturate(100%) invert(38%) sepia(74%) saturate(3969%) hue-rotate(2deg) brightness(97%) contrast(100%);
}
@media screen and (min-width: 768px) {
  [class*=btn][class$="--orange"]:hover .c-arrow {
    background-color: #F5A92E;
  }
  [class*=btn][class$="--orange"]:hover .c-arrow::after {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7492%) hue-rotate(135deg) brightness(111%) contrast(99%);
  }
}
@media screen and (max-width: 767.9px) {
  [class*=btn][class$="--orange"]:active .c-arrow {
    background-color: #F5A92E;
  }
  [class*=btn][class$="--orange"]:active .c-arrow::after {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7492%) hue-rotate(135deg) brightness(111%) contrast(99%);
  }
}

.c-marubtn {
  margin: 1rem;
  width: 16rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 10rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: center;
}
.c-marubtn::before, .c-marubtn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  border-radius: 10rem;
}
.c-marubtn::before {
  background: linear-gradient(45deg, #2D9EE4, #1D54A2);
  z-index: 2;
  transition: opacity 0.3s;
}
.c-marubtn::after {
  background-color: #FFFFFF;
  z-index: 1;
  border: 0.2rem solid #1D54A2;
}
.c-marubtn p {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  z-index: 3;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .c-marubtn:hover::before {
    opacity: 0;
  }
  .c-marubtn:hover p {
    color: #1D54A2;
  }
}
@media screen and (max-width: 767.9px) {
  .c-marubtn {
    width: 14rem;
  }
  .c-marubtn p {
    font-size: 1.8rem;
  }
  .c-marubtn:active::before {
    opacity: 0;
  }
  .c-marubtn:active p {
    color: #1D54A2;
  }
}
.c-marubtn--orange::before {
  background: linear-gradient(45deg, #F39E16, #F24D00);
}
.c-marubtn--orange::after {
  border-color: #F5A92E;
}
@media screen and (min-width: 768px) {
  .c-marubtn--orange:hover p {
    color: #F5A92E;
  }
}
@media screen and (max-width: 767.9px) {
  .c-marubtn--orange:active p {
    color: #F5A92E;
  }
}

.c-rectbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.25);
  position: relative;
  min-height: 15rem;
  width: 100%;
  padding: 1rem calc(5.5rem + 0.5em);
}
.c-rectbtn::before, .c-rectbtn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  border-radius: 1rem;
  border-width: 0.2rem;
  border-style: solid;
}
.c-rectbtn::before {
  background: linear-gradient(45deg, #2D9EE4, #1D54A2);
  z-index: 2;
  border-color: #FFFFFF;
  transition: opacity 0.3s;
}
.c-rectbtn::after {
  background-color: #FFFFFF;
  z-index: 1;
  border-color: #1D54A2;
}
.c-rectbtn p {
  color: #FFFFFF;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  z-index: 3;
  transition: color 0.3s;
}
.c-rectbtn .c-arrow {
  position: absolute;
  right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-rectbtn:hover::before {
    opacity: 0;
  }
  .c-rectbtn:hover p {
    color: #1D54A2;
  }
}
@media screen and (max-width: 767.9px) {
  .c-rectbtn {
    min-height: 7rem;
    padding: 1rem calc(2.8rem + 0.5em);
  }
  .c-rectbtn p {
    font-size: 2rem;
  }
  .c-rectbtn .c-arrow {
    right: 1rem;
    width: 1.8rem;
  }
  .c-rectbtn:active::before {
    opacity: 0;
  }
  .c-rectbtn:active p {
    color: #1D54A2;
  }
}
.c-rectbtn--orange::before {
  background: linear-gradient(45deg, #F39E16, #F24D00);
}
.c-rectbtn--orange::after {
  border-color: #F5A92E;
}
.c-rectbtn--orange p span {
  font-size: 87%;
  color: #F5A92E;
  background-color: #FFE100;
  border-radius: 10rem;
  aspect-ratio: 1/1;
  padding: 1.9rem;
  margin-left: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-rectbtn--orange:hover p {
    color: #F5A92E;
  }
}
@media screen and (max-width: 767.9px) {
  .c-rectbtn--orange p {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .c-rectbtn--orange p span {
    font-size: 100%;
    border-radius: 0.5rem;
    aspect-ratio: auto;
    padding: 0 6rem;
    margin-left: 0;
  }
  .c-rectbtn--orange:active p {
    color: #F5A92E;
  }
}
.c-rectbtn--mini {
  min-height: 7rem;
  max-width: 46rem;
  padding-left: 3.2rem;
  justify-content: flex-start;
}
.c-rectbtn--mini p {
  font-size: 1.8rem;
  font-weight: 500;
}
.c-rectbtn--mini .c-arrow {
  width: 2.4rem;
}
@media screen and (max-width: 767.9px) {
  .c-rectbtn--mini {
    padding-left: 2rem;
  }
  .c-rectbtn--mini p {
    font-size: 1.6rem;
  }
  .c-rectbtn--mini .c-arrow {
    width: 1.8rem;
  }
}

.c-comment {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-comment-text {
  font-size: clamp(1rem, 1.5vw, 2.4rem);
  font-weight: 500;
  text-align: center;
  padding: 2rem clamp(1.2rem, 3vw, 4rem);
  background-color: #FFE100;
  border-radius: 2rem;
  display: inline-flex;
  flex-direction: column;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 5;
  margin-bottom: -1rem;
}
.c-comment-text strong {
  font-size: 125%;
  font-weight: 700;
  line-height: 1.4;
  color: #F5A92E;
}
.c-comment-text::after {
  content: "";
  background-color: #FFE100;
  width: 3rem;
  height: 2.2rem;
  clip-path: polygon(30% 0%, 0% 100%, 100% 0);
  position: absolute;
  bottom: -2rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .c-comment-text {
    font-size: 1.4rem;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    margin-bottom: -1rem;
  }
  .c-comment-text strong {
    font-size: 107%;
  }
  .c-comment-text::after {
    content: "";
    width: 1.5rem;
    height: 1.2rem;
    bottom: -1rem;
  }
  .c-comment .c-rectbtn {
    padding: 2.6rem calc(2.8rem + 0.5em) 2.3rem;
  }
}

.c-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #222222;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 calc((1em - 0.4rem) / 2);
}

.c-page-title {
  background-color: #0D8640;
  min-height: 30rem;
  display: grid;
  align-items: flex-end;
  grid-template-columns: 100%;
}
.c-page-title .heading {
  width: 100%;
  font-size: clamp(1.5rem, 2.2vw, 2.4rem);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 0 2rem 4rem max((100vw - 164rem) / 2, 2rem);
}
.c-page-title .heading strong {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 1.2;
}
@media screen and (max-width: 767.9px) {
  .c-page-title {
    min-height: auto;
  }
  .c-page-title .heading {
    font-size: clamp(1rem, 4vw, 2rem);
    padding: 10rem 2rem 4rem 2rem;
  }
  .c-page-title .heading strong {
    font-size: 2.5em;
  }
}

.c-head {
  font-size: 3.6rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
}
.c-head small {
  font-family: "Oswald", sans-serif;
  color: #1D54A2;
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .c-head {
    font-size: 3rem;
  }
}

.c-official-doc {
  max-width: 112rem;
  padding: 0 2rem;
  margin: 8rem auto 10rem auto;
}
@media screen and (max-width: 767.9px) {
  .c-official-doc {
    margin: 6rem 0 4rem 0;
  }
}
@media screen and (max-width: 767.9px) {
  .c-official-doc .lead {
    font-size: 1.4rem;
  }
}
.c-official-doc-block {
  margin-top: 4rem;
}
.c-official-doc-block > li {
  position: relative;
  padding-top: 2.4rem;
}
.c-official-doc-block > li:not(:first-child) {
  margin-top: 6.4rem;
}
.c-official-doc-block > li::before, .c-official-doc-block > li::after {
  content: "";
  display: inline-block;
  height: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.c-official-doc-block > li::before {
  background-color: #2E5182;
  width: 15rem;
  z-index: 2;
}
.c-official-doc-block > li::after {
  background-color: #CCCCCC;
  width: 100%;
  z-index: 1;
}
.c-official-doc-block > li .heading {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767.9px) {
  .c-official-doc-block > li .heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .c-official-doc-block > li .text {
    font-size: 1.4rem;
  }
}
.c-official-doc-block > li ul, .c-official-doc-block > li ol {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767.9px) {
  .c-official-doc-block > li ul li, .c-official-doc-block > li ol li {
    font-size: 1.4rem;
  }
}
.c-official-doc-block > li .link {
  display: inline-flex;
  align-items: center;
  gap: 0 0.8rem;
  margin-top: 0.8rem;
  color: #1D54A2;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-official-doc-block > li .link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.9px) {
  .c-official-doc-block > li .link:active {
    opacity: 0.6;
  }
}
.c-official-doc-block > li .link::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 2em;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/media/images/cms/icon_mail.svg) no-repeat center/78%;
}

.c-contact-block {
  margin-top: 4rem;
  padding: 4rem 2rem;
  background-color: #F3F6FA;
}
.c-contact-block .heading {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}
.c-contact-block .text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.c-contact-block .address {
  text-align: center;
}
.c-contact-block .link {
  position: relative;
  text-align: center;
  margin-top: 2rem;
}
.c-contact-block .link a {
  display: inline-flex;
  align-items: center;
  gap: 0 0.8rem;
  font-size: 2rem;
  font-weight: 500;
  color: #1D54A2;
  word-break: break-all;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-contact-block .link a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.9px) {
  .c-contact-block .link a:active {
    opacity: 0.6;
  }
}
.c-contact-block .link a::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 3.2rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/media/images/cms/icon_mail.svg) no-repeat center/78%;
}

.c-faq {
  padding: 10rem 0;
  margin-right: clamp(2rem, 7vw, 15rem);
}
.c-faq .faq {
  margin-top: 6rem;
}
.c-faq .faq-contents {
  padding: 2.8rem 2rem;
  border-bottom: 0.1rem solid #CCCCCC;
}
.c-faq .faq-contents:first-child {
  border-top: 0.1rem solid #CCCCCC;
}
.c-faq .faq-contents dl dt,
.c-faq .faq-contents dl dd {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
.c-faq .faq-contents dl dt::before,
.c-faq .faq-contents dl dd::before {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: auto;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.c-faq .faq-contents dl dt {
  position: relative;
  align-items: center;
  cursor: pointer;
}
.c-faq .faq-contents dl dt::before {
  content: "Q";
  color: #1D54A2;
  background-color: #FFFFFF;
  border: 0.1rem solid #CCCCCC;
}
.c-faq .faq-contents dl dt .text {
  font-size: 2rem;
  font-weight: 500;
  margin-right: 3.7rem;
}
.c-faq .faq-contents dl dt .c-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  padding: 0.5rem;
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
}
.c-faq .faq-contents dl dt .c-toggle::before, .c-faq .faq-contents dl dt .c-toggle::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.2rem;
  background-color: #1D54A2;
}
.c-faq .faq-contents dl dt .c-toggle::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.c-faq .faq-contents dl dt.is-on .c-toggle::after {
  transform: rotate(0);
}
.c-faq .faq-contents dl dd {
  display: flex;
  height: 0;
  overflow-y: hidden;
  margin-top: 0;
  align-items: flex-start;
  transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1), margin 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-faq .faq-contents dl dd::before {
  content: "A";
  color: #FFFFFF;
  background-color: #1D54A2;
}
.c-faq .faq-contents dl dd > div {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  padding-right: 6rem;
}
@media screen and (max-width: 999.9px) {
  .c-faq .faq-contents dl dd > div {
    padding-right: 0;
  }
}
.c-faq .faq-contents dl dd .link {
  display: inline-flex;
  align-items: center;
  gap: 0 0.8rem;
  color: #1D54A2;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-faq .faq-contents dl dd .link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.9px) {
  .c-faq .faq-contents dl dd .link:active {
    opacity: 0.6;
  }
}
.c-faq .faq-contents dl dd .link .c-arrow {
  width: 1.5rem;
  flex-shrink: 0;
}
.c-faq .faq-contents dl dd .link .c-arrow::after {
  width: 50%;
}
.c-faq .faq-contents dl dd.is-open {
  height: auto;
  margin-top: 3.2rem;
}
.c-faq .faq-contents dl dd .flow {
  width: 100%;
  max-width: 80rem;
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
}
.c-faq .faq-contents dl dd .flow li {
  background-color: #FFFFFF;
  border: 0.1rem solid #1D54A2;
  position: relative;
  line-height: 1.2;
  padding: 1.6rem 2rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 999.9px) {
  .c-faq .faq-contents dl dd .flow li {
    font-size: 1.6rem;
  }
}
.c-faq .faq-contents dl dd .flow li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -2.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.25rem solid transparent;
  border-left: 1.25rem solid transparent;
  border-top: 1rem solid #1D54A2;
  border-bottom: 0;
}
.c-faq .faq-contents dl dd .flow li:last-child {
  color: #FFFFFF;
  font-weight: 500;
  background-color: #E70027;
  border-color: #E70027;
}
@media screen and (max-width: 767.9px) {
  .c-faq {
    padding: 8rem 2rem;
    margin-right: 0;
  }
  .c-faq .faq {
    margin-top: 4rem;
  }
  .c-faq .faq-contents {
    padding: 2.8rem 0;
  }
  .c-faq .faq-contents dl dt,
  .c-faq .faq-contents dl dd {
    gap: 1.6rem;
  }
  .c-faq .faq-contents dl dt::before,
  .c-faq .faq-contents dl dd::before {
    font-size: 1.8rem;
    width: 3.2rem;
  }
  .c-faq .faq-contents dl dt .text {
    font-size: 1.6rem;
  }
}

.c-filter-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .c-filter-checkbox {
    gap: 8px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.c-filter-checkbox__label {
  font-size: 2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .c-filter-checkbox__label {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.c-filter-checkbox__item {
  display: flex;
  align-items: flex-start;
}
.c-filter-checkbox__item.-category01 .c-filter-checkbox__txt {
  border: 2px solid #42A737;
}
.c-filter-checkbox__item.-category01 .c-filter-checkbox__input:checked + .c-filter-checkbox__txt {
  background: #42A737;
  color: #FFFFFF;
}
.c-filter-checkbox__item.-category02 .c-filter-checkbox__txt {
  border: 2px solid #694230;
}
.c-filter-checkbox__item.-category02 .c-filter-checkbox__input:checked + .c-filter-checkbox__txt {
  background: #694230;
  color: #FFFFFF;
}
.c-filter-checkbox__item.-category03 .c-filter-checkbox__txt {
  border: 2px solid #595757;
}
.c-filter-checkbox__item.-category03 .c-filter-checkbox__input:checked + .c-filter-checkbox__txt {
  background: #595757;
  color: #FFFFFF;
}
.c-filter-checkbox__item.-category04 .c-filter-checkbox__txt {
  border: 2px solid #E2751C;
}
.c-filter-checkbox__item.-category04 .c-filter-checkbox__input:checked + .c-filter-checkbox__txt {
  background: #E2751C;
  color: #FFFFFF;
}
.c-filter-checkbox__item.-category05 .c-filter-checkbox__txt {
  border: 2px solid #E89211;
}
.c-filter-checkbox__item.-category05 .c-filter-checkbox__input:checked + .c-filter-checkbox__txt {
  background: #E89211;
  color: #FFFFFF;
}
.c-filter-checkbox__item.-category06 .c-filter-checkbox__txt {
  border: 2px solid #DEB500;
}
.c-filter-checkbox__item.-category06 .c-filter-checkbox__input:checked + .c-filter-checkbox__txt {
  background: #DEB500;
  color: #FFFFFF;
}
.c-filter-checkbox__input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.c-filter-checkbox__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3em 40px;
  background: #fff;
  transition: 0.3s ease background-color;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .c-filter-checkbox__txt {
    padding: 0.3em 8px;
    font-size: 1.2rem;
  }
}
.c-filter-freeword {
  display: flex;
  align-items: center;
  gap: 10px 30px;
}
@media screen and (max-width: 767.9px) {
  .c-filter-freeword {
    flex-wrap: wrap;
  }
}
.c-filter-freeword__label {
  flex: 0 0 auto;
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .c-filter-freeword__label {
    font-size: 1.4rem;
    width: 100%;
  }
}
.c-filter-freeword__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .c-filter-freeword__controls {
    flex-wrap: wrap;
  }
}
.c-filter-freeword__input {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px 16px;
  width: 100%;
  min-height: 55px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  .c-filter-freeword__input {
    min-height: 35px;
    font-size: 1.2rem;
  }
}
.c-filter-freeword__input::-moz-placeholder {
  color: #ccc;
}
.c-filter-freeword__input::placeholder {
  color: #ccc;
}
.c-filter-freeword__search {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  max-width: 180px;
  width: 100%;
  background: #E70027;
  transition: 0.3s ease opacity;
  cursor: pointer;
  min-height: 55px;
  font-size: 1.6rem;
}
.c-filter-freeword__search::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(/media/images/cms/icon_search.svg) no-repeat center/contain;
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .c-filter-freeword__search::before {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 1000px) {
  .c-filter-freeword__search {
    max-width: 100px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-filter-freeword__search {
    max-width: calc(100% - 120px);
    min-height: 35px;
    font-size: 1.2rem;
  }
}
.c-filter-freeword__search:hover {
  opacity: 0.6;
}
.c-filter-freeword__reset {
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 30px;
  font-size: 1.4rem;
  padding: 8px 24px;
  transition: 0.3s ease background-color;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c-filter-freeword__reset {
    padding: 8px 16px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-filter-freeword__reset {
    font-size: 1.2rem;
    margin-left: 0;
    padding: 8px 0;
    width: 110px;
  }
}
.c-filter-freeword__reset:hover {
  background: #ccc;
}
.c-filter-radio {
  display: grid;
  grid-template-columns: repeat(10, auto);
  padding-left: 210px;
  position: relative;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767.9px) {
  .c-filter-radio {
    padding-left: 0;
    grid-template-columns: repeat(5, auto);
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.c-filter-radio__label {
  font-size: 2rem;
  text-align: center;
  background: #1D54A2;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .c-filter-radio__label {
    position: inherit;
    top: auto;
    transform: translateY(0);
    width: 100%;
    font-size: 1.2rem;
    padding: 8px;
  }
}
.c-filter-radio__item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-left: 1px solid #ccc;
  transition: 0.3s ease background-color;
}
@media screen and (max-width: 767.9px) {
  .c-filter-radio__item:nth-of-type(n+6) {
    border-top: 1px solid #ccc;
  }
}
.c-filter-radio__item:hover {
  background: rgba(0, 74, 173, 0.1);
}
.c-filter-radio__input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.c-filter-radio__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .c-filter-radio__txt {
    height: 40px;
    font-size: 1.4rem;
  }
}
.c-filter-radio .c-filter-radio__input:checked + .c-filter-radio__txt {
  background: rgba(0, 74, 173, 0.1);
  color: #004AAD;
}
.c-filter-seminartype {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.4rem;
  padding: 1rem 0;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767.9px) {
  .c-filter-seminartype {
    width: 100%;
    max-width: 60rem;
    min-height: 3.5rem;
    padding: 0.8rem 0;
  }
}
.c-filter-seminartype__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(4rem, 5vw, 6.5rem);
  cursor: pointer;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-filter-seminartype__item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.9px) {
  .c-filter-seminartype__item:active {
    opacity: 0.6;
  }
}
.c-filter-seminartype__item + .c-filter-seminartype__item {
  border-left: 1px solid #CCCCCC;
}
@media screen and (max-width: 767.9px) {
  .c-filter-seminartype__item {
    padding: 0 2rem;
  }
}
.c-filter-seminartype__input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.c-filter-seminartype__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: 2rem;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .c-filter-seminartype__txt {
    gap: 1rem;
    font-size: 1.2rem;
  }
}
.c-filter-seminartype__txt::before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  border: 0.1rem solid #0D8640;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767.9px) {
  .c-filter-seminartype__txt::before {
    width: 2rem;
    height: 2rem;
    border-radius: 0.4rem;
  }
}
.c-filter-seminartype__txt::after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background: #0D8640 url("/media/images/cms/icon_checkbox.svg") no-repeat center/1.5rem auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.5rem;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767.9px) {
  .c-filter-seminartype__txt::after {
    width: 2rem;
    height: 2rem;
    background-size: 1.2rem auto;
    border-radius: 0.4rem;
  }
}
.c-filter-seminartype .c-filter-seminartype__input:checked + .c-filter-seminartype__txt::after {
  opacity: 1;
}

/* =======================
  header
======================= */
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0 auto;
  padding: 1.5rem 3rem;
  width: 100%;
  background-color: #303030;
}
@media screen and (max-width: 767.9px) {
  .header {
    position: static;
    padding: 2rem;
  }
}
.header-logo {
  width: 25rem;
  height: auto;
  aspect-ratio: 250/50;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header-logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.9px) {
  .header-logo:active {
    opacity: 0.6;
  }
}
.header-visit-entry-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  min-width: 25rem;
  background-color: #E70027;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 1rem;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header-visit-entry-button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.9px) {
  .header-visit-entry-button:active {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.9px) {
  .header-visit-entry-button {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    border-radius: 0;
    z-index: 100;
  }
}
.header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .header-block {
    justify-content: center;
  }
}

/* =======================
  footer
======================= */
.footer {
  background-color: #303030;
  padding: 6rem 0 6.7rem;
  border-top: 0.5rem solid #0D8640;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding: 3.5rem 0 4rem;
  }
}
.footer .l-wrapper {
  position: relative;
  z-index: 1;
}
.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
}
.footer-content p {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: bold;
}
.footer-content p small {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
.footer-content p span {
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .footer-content p {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.footer-content .tel {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.footer-content .tel strong {
  font-size: 1.8rem;
}
.footer-content .tel span {
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .footer-content .tel {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .footer-content .tel strong {
    font-size: 2rem;
  }
}
.footer-content address {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.footer-content address span {
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .footer-content address {
    font-size: 1.4rem;
  }
}
.footer-content .copyright {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.9px) {
  .footer-content .copyright {
    font-size: 1.2rem;
  }
}
.footer-topbtn {
  width: 5rem;
  height: auto;
  aspect-ratio: 1/1;
  background: #0D8640;
  position: fixed;
  z-index: 98;
  right: 4rem;
  bottom: 4rem;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 0.1rem solid transparent;
  transition: background 0.3s, border-color 0.3s;
  cursor: pointer;
}
.footer-topbtn::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(/media/images/cms/icon_doglegged.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7468%) hue-rotate(310deg) brightness(120%) contrast(100%);
}
.footer-topbtn::after {
  content: "Top";
  margin-top: -0.25lh;
  color: #FFFFFF;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-top: -0.25lh;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .footer-topbtn.is-bottom {
    bottom: 11rem;
    position: absolute;
  }
  .footer-topbtn:hover {
    background: #FFFFFF;
    border-color: #0D8640;
  }
  .footer-topbtn:hover::before {
    filter: brightness(0) saturate(100%) invert(22%) sepia(87%) saturate(1448%) hue-rotate(130deg) brightness(96%) contrast(87%);
  }
  .footer-topbtn:hover::after {
    color: #0D8640;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-topbtn {
    right: 0;
    bottom: 6rem;
  }
  .footer-topbtn.is-bottom {
    bottom: 6rem;
  }
  .footer-topbtn:active {
    background: #FFFFFF;
    border-color: #0D8640;
  }
  .footer-topbtn:active::before {
    filter: brightness(0) saturate(100%) invert(22%) sepia(87%) saturate(1448%) hue-rotate(130deg) brightness(96%) contrast(87%);
  }
  .footer-topbtn:active::after {
    color: #0D8640;
  }
}