@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap');
/* CSS Document */
html {}
body {
  font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #ECEEEF;
  color: #323942;
}
html {
  font-size: 16px;
}
body p, h1, h2, h3, h4 {
  font-weight: 500;
  letter-spacing: 0.05em;
}
:root {
  --header-space: clamp(60px, 11vw, 140px);
}
/* ---------- common ---------- */
.fix_bt {
  position: fixed;
  z-index: 99;
  width: 36%;
  max-width: 220px;
  right: 2%;
  bottom: 20px;
}
.mg_t1 {
  margin-top: 60px;
}
.mg_b1 {
  margin-bottom: 80px;
}
.pagelinks_a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, auto));
  gap: 5px;
  width: 100%;
  justify-content: center;
}
.pagelinks_a .tab-wrap {
  display: block;
  cursor: pointer;
}
.pagelinks_a .jp {
  background-color: #CECECE;
  color: #323942;
  line-height: 1;
  padding: 10px 12px;
  display: block;
  text-align: center;
}
.pagelinks_a .tab-wrap:hover .jp, .pagelinks_a .tab-wrap.on .jp {
  background-color: #323942;
  color: #fff;
}
/* ---------- more ---------- */
.more a {
  align-items: center;
  justify-content: space-between;
  min-width: 290px;
  padding: 18px 28px;
  background: #fff;
  border: 2px solid #323942;
  box-shadow: 5px 5px 0 #323942;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.more a:hover {
  transform: translate(5px, 5px);
  box-shadow: 0 0 0 #323942;
}
.more a > div {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
.more a > div p {
  width: auto;
  margin: 0;
  color: #323942;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.more a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.more a .icon img {
  display: block;
  width: 26px;
  height: auto;
}
/* ---------- header ---------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
}
.header > div {
  position: relative;
  z-index: 3;
}
.header .logo {
  padding-left: 40px;
  padding-top: 30px;
}
.header .logo img {
  display: block;
  width: clamp(120px, 12vw, 240px);
  height: auto;
}
.header .menu-bt {
  flex-direction: column;
  cursor: pointer;
  aspect-ratio: 2/ 1;
  width: 120px;
  background-color: none;
}
.header .menu-bt .line {
  position: relative;
  width: 40px;
  height: 16px;
}
.header .menu-bt p {
  padding-bottom: 8px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.header .menu-bt .line div {
  height: 2px;
  background-color: #323942;
  position: absolute;
  left: 0;
  transition: ease 0.3s;
}
.header .menu-bt .line div:nth-of-type(1) {
  width: 100%;
  top: 0;
}
.header .menu-bt .line div:nth-of-type(2) {
  width: 100%;
  bottom: 0;
}
.header .menu-bt.active .line div:nth-of-type(1) {
  width: 100%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .menu-bt.active .line div:nth-of-type(2) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header.on::after {
  opacity: 1;
  background-color: rgba(36, 38, 35, 0.9);
}
.menu-wrap.burgermenu_d {
  z-index: 9998;
}
.menu-wrap.burgermenu_d::after {
  background-color: #323942;
}
.menu-wrap.burgermenu_d .ul .menu_box a p.en {
  font-family: "Roboto", sans-serif;
}
.menu-wrap.burgermenu_d .ul .menu_box a {
  border-bottom: 2px solid #fff;
}
.header.active .logo img {
  filter: invert(1);
}
.header.active .menu-bt p {
  color: #fff;
}
.header.active .menu-bt .line div {
  background-color: #fff;
}
/* ---------- pagetitle ---------- */
.pagetitle {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding-top: var(--header-space);
}
.pagetitle {
  width: 100%;
}
.pagetitle .bg_img_wrap2 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 450px;
  clip-path: polygon(220px 0, 100% 0, 100% 100%, 0 100%, 0 220px);
}
.pagetitle .bg_img_wrap2 > img {
  width: 100%;
  object-fit: cover;
  display: block;
}
body:not(.gjs-dashed) .pagetitle .bg_img_wrap2::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.23);
  z-index: 1;
}
body:not(.gjs-dashed) .pagetitle .bg_img_wrap2 .txtbox {
  width: 100%;
  position: absolute;
  inset: 0;
  flex-direction: column;
  z-index: 3;
}
.pagetitle .bg_img_wrap2 .txtbox h1 {
  color: #fff;
  font-size: 14px;
}
.pagetitle .bg_img_wrap2 .txtbox p {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
/* ---------- footer ---------- */
.footer_b {
  background-color: #323942;
  color: #ffffff;
  position: relative;
}
.footer_b .leftbox .snsbox a i {
  color: #ffffff;
  font-size: 27px;
}
.footer_b .footer-logo {
  max-width: 280px;
  text-align: center;
}
.footer_b .rightbox {
  gap: 60px;
  align-items: flex-start;
}
.footer_b .rightbox .title {
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
.footer_b .rightbox .item p {
  color: #fff;
}
.footer_b .rightbox .item i {
  color: #fff;
  padding-left: 5px;
  font-size: 20px;
}
.footer_b .rightbox .item:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer-bottom_b {
  background-color: #323942;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
/* ---------- font ---------- */
.en_title, .en_title1 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.en_title2 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.default_title {
  font-size: 30px;
  letter-spacing: 0.05em;
}
.default_title2 {
  font-size: 26px;
  letter-spacing: 0.05em;
}
.default_txt {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.default_txt2 {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.default_txt3 {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.font-roboto {
  font-family: "Roboto", sans-serif;
}
.font-normal {
  font-weight: normal;
}
.font-bold {
  font-weight: bold;
}
/* ---------- default ---------- */
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
.title_item1 {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.title_item1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #323942;
  z-index: 1;
}
.title_item1 .title {
  position: relative;
  z-index: 2;
  background-color: #ECEEEF;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.bg-white .title_item1 .title {
  background-color: #fff;
}
.morewrap {
  gap: 30px 50px;
}
.more2 a {
  min-width: 160px;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.more2 a p {
  color: #fff;
}
.more2 a img {
  width: 6px;
}
.more3 a {
  min-width: 160px;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #323942;
}
.more3 a p {
  color: #323942;
}
.more3 a img {
  width: 6px;
}
.point_layout {
  gap: 20px;
  align-items: stretch;
}
.point_layout .box {
  width: calc(100% / 3 - 40px / 3);
  background-color: #fff;
  padding: 40px 30px;
  color: #323942;
  gap: 20px;
}
.point_layout .box:nth-of-type(2) {
  animation-delay: 0.2s;
}
.point_layout .box:nth-of-type(3) {
  animation-delay: 0.4s;
}
.point_layout .box .title .num {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.point_layout .box .title .num::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: #000000;
}
.point_layout .box img {
  width: 40px;
}
.faq_a .box .abox {
  position: relative;
  padding: 20px 25px;
}
.faq_a .box .abox > div {
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.faq_a .box .abox img {}
.info_layout {
  background-color: #fff;
  padding: 5%;
}
.info_layout .box {
  padding: 20px 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.info_layout .box.snsbox {
  gap: 10px 20px;
  padding-left: 15px;
}
.info_layout .box:not(:last-of-type) {
  border-bottom: 1px solid #DEDEDE;
}
.info_layout .box .title {
  width: 30%;
}
.info_layout .box > div {
  width: 70%;
}
.flow_a .item {
  padding-bottom: 50px;
}
/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .title_item1 .title {
    padding-right: 20px;
  }
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .flow_a .col-num {
    margin-bottom: 0;
  }
  .title_item1 .title {
    padding-right: 15px;
  }
  .morewrap {
    gap: 20px 30px;
  }
  .point_layout {
    gap: 20px;
    align-items: stretch;
  }
  .point_layout .box {
    width: 100%;
    padding: 30px 20px;
    gap: 20px;
  }
  .point_layout .box img {
    width: 30px;
  }
  .point_layout .box:nth-of-type(2) {
    animation-delay: 0s;
  }
  .point_layout .box:nth-of-type(3) {
    animation-delay: 0s;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #919191
}
.txt-color2 {
  color: #F1F1E9
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  .pagetitle .bg_img_wrap2 {
    height: 340px;
    clip-path: polygon(160px 0, 100% 0, 100% 100%, 0 100%, 0 160px);
  }
  /* ---------- header ---------- */
  .header .logo {
    padding-left: 20px;
    padding-top: 40px;
  }
  .header .menu-bt {
    width: 100px;
  }
  /* ---------- footer ---------- */
  /* ---------- font ---------- */
  .en_title, .en_title1 {
    font-size: 36px;
  }
  .en_title2 {
    font-size: 28px;
  }
  .default_title {
    font-size: 26px;
  }
  .default_title2 {
    font-size: 22px;
  }
  .default_txt {
    font-size: 20px;
  }
  .default_txt2 {
    font-size: 18px;
  }
  .default_txt3 {
    font-size: 16px;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  .pagetitle .bg_img_wrap2 {
    height: 300px;
    clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%, 0 120px);
  }
  .more a {
    min-width: 210px;
    padding: 14px 22px;
  }
  .more a > div p {
    font-size: 16px;
  }
  .more a .icon img {
    width: 22px;
  }
  .mg_t1 {
    margin-top: 60px;
  }
  .mg_b1 {
    margin-bottom: 60px;
  }
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
  /* ---------- font ---------- */
  .en_title, .en_title1 {
    font-size: 32px;
  }
  .en_title2 {
    font-size: 26px;
  }
  .default_title {
    font-size: 24px;
  }
  .default_title2 {
    font-size: 20px;
  }
  .default_txt {
    font-size: 20px;
  }
  .default_txt2 {
    font-size: 18px;
  }
  .default_txt3 {
    font-size: 16px;
  }
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  html {
    font-size: 14px;
  }
  html p {
    font-size: 14px;
  }
  .pagetitle .bg_img_wrap2 {
    height: 220px;
    clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%, 0 100px);
  }
  .pagetitle .bg_img_wrap2 .txtbox p {
    font-size: 26px;
  }
  .mg_t1 {
    margin-top: 40px;
  }
  .mg_b1 {
    margin-bottom: 40px;
  }
  /* ---------- header ---------- */
  .header .menu-bt p {
    padding-bottom: 5px;
    font-weight: 500;
  }
  .header .menu-bt .line {
    position: relative;
    width: 32px;
    height: 12px;
  }
  .header .logo {
    padding-left: 10px;
    padding-top: 20px;
  }
  .header .logo img {
    width: 100px;
  }
  .header .menu-bt {
    width: 80px;
  }
  /* ---------- footer ---------- */
  .footer_b .footer-logo {
    max-width: 160px;
  }
  /* ---------- font ---------- */
  .en_title, .en_title1 {
    font-size: 28px;
  }
  .en_title2 {
    font-size: 24px;
  }
  .default_title {
    font-size: 22px;
  }
  .default_title2 {
    font-size: 20px;
  }
  .default_txt {
    font-size: 18px;
  }
  .default_txt2 {
    font-size: 16px;
  }
  .default_txt3 {
    font-size: 14px;
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}