@charset "UTF-8";
/*reset css*/
body,
h1,
h2,
h3,
h4,
p,
ul,
li,
a,
dl,
dt,
dd,
table,
tr,
th,
td,
span,
figcaption {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  line-height: 1;
  outline: none;
  box-sizing: border-box;
  font-weight: bold;
}

p {
  line-height: 2;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

button,
input,
select,
textarea {
  background-color: unset;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

div,
section,
article,
figure,
picture {
  box-sizing: border-box;
  margin: 0;
  display: block;
  padding: 0;
}

/*common*/
html,
body {
  font-size: 62.5%;
  color: #222222;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  font-family: "zen-kaku-gothic-new", sans-serif;
}

a {
  font-size: 1.8rem;
  color: #222222;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  a {
    font-size: 1.6rem;
  }
}

a:hover {
  opacity: 0.7;
}

img,
svg {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.ly_inner {
  margin: 0 auto;
  width: 108rem;
}

.ly_inner_s {
  margin: 0 auto;
  padding: 0 2rem;
  width: 80rem;
}
@media (max-width: 767px) {
  .ly_inner_s {
    width: auto;
    padding: 0 2rem;
  }
}

@media (max-width: 767px) {
  .ly_inner {
    width: auto;
    padding: 0 2rem;
  }
}
main {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 2.6666666667vw;
  }
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 0.5208333333vw;
  }
}
/* common text size */
/* p{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
span{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
h2{
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.lead{
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
.txt{
  font-size: 1.8rem;
  letter-spacing: 0.02em;
} */
/* common animation ///////////////////////////////////////////////*/
.js-focus {
  filter: blur(24px);
  transform: scale(1.25);
  opacity: 0;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.focus-in {
  filter: blur(0px);
  transform: scale(1);
  opacity: 1;
}

@keyframes focus-in {
  0% {
    filter: blur(24px);
    transform: scale(1.25);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
  }
}
.js-u-fade {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.5s cubic-bezier(0.36, 0.46, 0, 1.01);
}

.js-mv-h {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.36, 0.46, 0, 1.01);
}

.js-r-fade {
  transform: translateX(50px);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.5s cubic-bezier(0.36, 0.46, 0, 1.01);
}

.js-l-fade {
  transform: translateX(-50px);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.5s cubic-bezier(0.36, 0.46, 0, 1.01);
}

._delay01 {
  transition-delay: 0.2s;
}

._delay02 {
  transition-delay: 0.4s;
}

._delay03 {
  transition-delay: 0.6s;
}

._delay04 {
  transition-delay: 0.8s;
}

.fade-in {
  opacity: 1;
  transform: translate(0);
}
.fade-in.fade-out {
  opacity: 0;
  transform: translateY(-100px);
}
.fade-in.fade-out._delay01 {
  transition-delay: 0.6s;
}
.fade-in.fade-out._delay02 {
  transition-delay: 0.4s;
}
.fade-in.fade-out._delay03 {
  transition-delay: 0.2s;
}

.js-spin {
  transform: rotateY(-450deg);
  transition-duration: 0.8s;
  will-change: transform;
  opacity: 0;
}

.js-spin.spin {
  transform: rotateY(0deg);
  opacity: 1;
}

@keyframes anm_coin {
  0% {
    transform: rotateY(-450deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
/* txt overflow animation */
/* js-m-txt wrapping to maskElem */
.js-m-txt {
  overflow: auto;
}

.js-m-txt .maskElem-y {
  transform: translateY(120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.js-m-txt .maskElem-x {
  transform: translateX(-120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

@keyframes mask {
  100% {
    transform: translate(0);
  }
}
.mask.animated .maskElement-y,
.mask.animated .maskElement-x {
  animation: mask cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation-duration: 1.5s;
  overflow: hidden;
}

/* images overflow animation */
.js-m-img {
  clip-path: inset(0 100% 0 0);
  /* display: inline-block; */
  transition: 1.5s 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition-property: clip-path;
}

.js-m-img.center {
  clip-path: inset(0 100% 100% 0);
}

.js-m-img.animated {
  clip-path: inset(0);
}

.js-clip-animation-u {
  clip-path: inset(100% 0 0 0);
  /* display: inline-block; */
  transition: 1.5s 0.2s cubic-bezier(0.1, 0.37, 0.09, 1);
  transition-property: clip-path;
}

.clip-in {
  clip-path: inset(0);
}

.js-zoom {
  transition-duration: 0.8s;
  transform: scale(0);
}
.js-zoom.zoom-in {
  transform: scale(1);
}

/* /////////////////////////////////////////////// */
.cm_inner {
  width: 146.2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cm_inner {
    width: 100%;
    padding: 0 2rem;
  }
}

.cm_head_60 {
  font-size: 6rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .cm_head_60 {
    font-size: 2.4rem;
  }
}

.cm_head_h2 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cm_head_h2 {
    width: 100%;
  }
}
.cm_head_h2_en {
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .cm_head_h2_en {
    font-size: 2.4rem;
  }
}
.cm_head_h2_en + .cm_head_h2_jp {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .cm_head_h2_en + .cm_head_h2_jp {
    margin-top: 2.4rem;
  }
}
.cm_head_h2_jp {
  font-size: 10.8rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .cm_head_h2_jp {
    font-size: 4.8rem;
  }
}

.cm_col_w {
  color: #fff;
}

.cm_btn_s {
  width: 17.7rem;
  height: 6.2rem;
  padding: 2.4rem 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5.6rem;
}
@media (max-width: 767px) {
  .cm_btn_s {
    width: 16.6rem;
    height: 6rem;
  }
}
.cm_btn_s .arrow {
  width: 0.9rem;
}
@media (max-width: 767px) {
  .cm_btn_s .arrow {
    width: 0.8rem;
  }
}
.cm_btn_s.__col_y {
  background: #D8E357;
  color: #222222;
}
.cm_btn_s.__col_b {
  background: #222222;
  color: #fff;
}
.cm_btn_s.__col_b .arrow path {
  stroke: #fff;
}

.cm_en {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
}

.cm_jp {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.js_tAnimation_01 {
  overflow: hidden;
}
.js_tAnimation_01 span {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  display: inline-block;
  overflow: hidden;
  color: inherit;
  line-height: inherit;
}

.c_linkBtn {
  display: inline-flex;
  align-items: center;
  gap: 0 0.8rem;
}
.c_linkBtn svg {
  width: 5.864rem;
}
@media (max-width: 767px) {
  .c_linkBtn svg {
    width: 4rem;
  }
}

.js_pllx_img {
  position: absolute;
  top: 0;
  left: 0;
}

.js_maskAnimation,
.js_bgMaskAnimation {
  display: block;
  position: relative;
  overflow: hidden;
}
.js_maskAnimation .js_maskAnimation_elem,
.js_bgMaskAnimation .js_maskAnimation_elem {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.js_maskAnimation .js_maskAnimation_txt,
.js_bgMaskAnimation .js_maskAnimation_txt {
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.js_maskAnimation.c_colW .js_maskAnimation_elem,
.js_bgMaskAnimation.c_colW .js_maskAnimation_elem {
  background: #fff;
}
.js_maskAnimation.c_colLG .js_maskAnimation_elem,
.js_bgMaskAnimation.c_colLG .js_maskAnimation_elem {
  background: #A9AEBB;
}
.js_maskAnimation.c_colG .js_maskAnimation_elem,
.js_bgMaskAnimation.c_colG .js_maskAnimation_elem {
  background: #707070;
}
.js_maskAnimation.c_colDB .js_maskAnimation_elem,
.js_bgMaskAnimation.c_colDB .js_maskAnimation_elem {
  background: #2F2C50;
}
.js_maskAnimation.c_bgElemW .js_maskAnimation_elem,
.js_bgMaskAnimation.c_bgElemW .js_maskAnimation_elem {
  background: #fff;
}
.js_maskAnimation.c_bgElemLG .js_maskAnimation_elem,
.js_bgMaskAnimation.c_bgElemLG .js_maskAnimation_elem {
  background: #A9AEBB;
}
.js_maskAnimation.c_bgElemG .js_maskAnimation_elem,
.js_bgMaskAnimation.c_bgElemG .js_maskAnimation_elem {
  background: #707070;
}
.js_maskAnimation.c_bgElemDB .js_maskAnimation_elem,
.js_bgMaskAnimation.c_bgElemDB .js_maskAnimation_elem {
  background: #2F2C50;
}
.js_maskAnimation.c_bgW,
.js_bgMaskAnimation.c_bgW {
  background: #fff;
}
.js_maskAnimation.c_bgLG,
.js_bgMaskAnimation.c_bgLG {
  background: #A9AEBB;
}
.js_maskAnimation.c_bgG,
.js_bgMaskAnimation.c_bgG {
  background: #707070;
}
.js_maskAnimation.c_bgDB,
.js_bgMaskAnimation.c_bgDB {
  background: #2F2C50;
}

.header {
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  height: 9.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 4.8rem 0 4.4rem;
  box-sizing: border-box;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .header {
    height: auto;
    background: transparent;
    transform: unset;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 0;
    justify-content: right;
  }
}

.header_btn {
  width: 18rem;
  height: 6rem;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_logo {
  width: 21.7rem;
}
@media (max-width: 767px) {
  .header_logo {
    display: none;
    width: 5.2rem;
    position: absolute;
    top: 1.6rem;
    left: 2rem;
    z-index: 1005;
  }
}

.header_logo__sp {
  display: none;
}
@media (max-width: 767px) {
  .header_logo__sp {
    display: block;
    width: 10.2rem;
    position: absolute;
    top: 2.6rem;
    left: 2rem;
    z-index: 1005;
  }
}

@media (max-width: 767px) {
  .header_links {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
  }
}

#global_nav {
  display: flex;
  align-items: center;
  gap: 0 3.2rem;
}
#global_nav .contact {
  padding: 1.6rem 3.2rem;
  justify-content: center;
  align-items: center;
  border-radius: 8rem;
  background: #222;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  #global_nav .contact {
    margin: 4.4rem auto 0;
    font-size: 1.6rem;
    width: 17.4rem;
    height: 4.8rem;
    padding: 0;
    display: flex;
  }
}

#global_nav > .main_menu {
  display: flex;
  align-items: center;
  gap: 0 4.4rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6.4rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 1.6rem 4rem;
}

#global_nav > .main_menu > li {
  position: relative;
}
@media (max-width: 767px) {
  #global_nav > .main_menu > li {
    text-align: left;
  }
}

#global_nav .megaMenu {
  position: absolute;
  top: 100%;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  display: none;
  padding: 1.2rem 2rem;
  border-radius: 0.4rem;
}
@media (max-width: 767px) {
  #global_nav .megaMenu {
    display: block;
    position: static;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    gap: 0.4rem 0;
    padding: 0;
    width: auto;
    height: auto;
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
#global_nav .megaMenu li a {
  display: flex;
  align-items: center;
  gap: 0 1.2rem;
  padding: 0.8rem 0;
  line-height: 1.6428571429;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #global_nav .megaMenu li a {
    padding: 0;
  }
}
#global_nav .megaMenu li a::before {
  content: "";
  width: 0.8rem;
  height: 1px;
  background: #473BCE;
  border-radius: 60%;
  display: inline-block;
}
.js-megaMenu {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .js-megaMenu {
    pointer-events: none;
  }
}
.js-megaMenu::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../images/megamenu_arrow.svg) no-repeat center center/cover;
  margin-left: 0.4rem;
}

@media (max-width: 767px) {
  .header_btnWrap {
    margin-left: auto;
    margin-right: auto;
  }
}

#global_nav ul li a {
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  #global_nav ul li a {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  #global_nav {
    display: block;
  }
  .gnavi nav {
    position: fixed;
    top: 0;
    right: -100vw;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    z-index: 10;
    width: 100vw;
    transition-duration: 0.8s;
  }
  .gnavi.open nav {
    right: 0;
  }
  .gnavi {
    position: relative;
    background: transparent;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    transition-duration: 0.4s;
    z-index: 1000;
  }
  .header_gnavi_humbWrapper {
    width: 2.55rem;
    height: 1.35rem;
    position: relative;
    width: 8rem;
    height: 8rem;
    background: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .gnavi .header_gnavi_humb {
    position: absolute;
    width: 2.4rem;
    height: 0.15rem;
    background: #fff;
    border-radius: 10px;
    transition: all 400ms;
    z-index: 300;
  }
  .gnavi .header_gnavi_humb:nth-of-type(1) {
    top: 3.6rem;
  }
  .gnavi .header_gnavi_humb:nth-of-type(2) {
    bottom: 3.6rem;
  }
  .gnavi.open .header_gnavi_humb {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 4rem;
  }
  .gnavi.open .header_gnavi_humb:nth-of-type(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  #global_nav > .main_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
    gap: 4rem 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #global_nav > .main_menu {
    align-items: flex-start;
    gap: 2.4rem 0;
    padding: 12rem 3.2rem 0;
    background: transparent;
    box-shadow: unset;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header_menuImg {
    width: 8rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header_menuImg {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #global_nav > .main_menu > li a {
    font-size: 1.6rem;
  }
  #global_nav .megaMenu > li a {
    font-size: 1.2rem;
  }
}
.cm_cta {
  padding: 14.5rem 0 8.8rem;
  background: #F2CECE;
  position: relative;
}
@media (max-width: 767px) {
  .cm_cta {
    padding: 6.4rem 0;
  }
}
.cm_cta::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/cta_bg.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .cm_cta::before {
    content: "";
    background: url(../images/cta_bg.png) no-repeat left center/cover;
    opacity: 0.2;
  }
}
.cm_cta h2 {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cm_cta h2 {
    font-size: 2.4rem;
  }
}
.cm_cta .btn {
  position: relative;
  z-index: 2;
  width: 33.6rem;
  height: 9.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  border-radius: 5.6rem;
  background: var(--Black, #222);
  margin: 7.4rem auto 0;
  color: #fff;
}
@media (max-width: 767px) {
  .cm_cta .btn {
    width: 22.4rem;
    height: 6rem;
    font-size: 1.6rem;
    margin-top: 4.4rem;
  }
}

.footer {
  padding: 8.6rem 8.8rem 4rem;
  background: #EEEFF5;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer {
    padding: 6.4rem 1.6rem 1.6rem;
  }
}
.footer .linklist {
  display: flex;
  gap: 0 5.6rem;
}
@media (max-width: 767px) {
  .footer .linklist {
    flex-wrap: wrap;
    gap: 3.2rem 0;
    gap: 3.2rem 2.4rem;
  }
}
.footer .linklist > li a,
.footer .linklist > li span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .footer .linklist > li a,
  .footer .linklist > li span {
    font-size: 1.4rem;
  }
}
.footer .linklist > li a.__outLink,
.footer .linklist > li span.__outLink {
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
}
.footer .linklist > li a.__outLink::after,
.footer .linklist > li span.__outLink::after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_102_516)%22%3E%3Cpath%20d%3D%22M2.4375%200V10.5625H13V0H2.4375ZM11.9844%209.54688H3.45312V1.01562H11.9844V9.54688Z%22%20fill%3D%22%23222222%22/%3E%3Cpath%20d%3D%22M1.01562%2011.9844V7.51562V3.45312V2.4375H0V13H10.5625V11.9844H9.54688H1.01562Z%22%20fill%3D%22%23222222%22/%3E%3Cpath%20d%3D%22M5.91143%207.94303L8.90394%204.95049V7.10354H9.91957V3.2168H6.03285V4.23242H8.18587L5.19336%207.22494L5.91143%207.94303Z%22%20fill%3D%22%23222222%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_102_516%22%3E%3Crect%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.footer .linklist .child {
  display: flex;
  margin-top: 2.4rem;
  gap: 0 4rem;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  min-width: 88.5rem;
}
@media (max-width: 767px) {
  .footer .linklist .child {
    min-width: unset;
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
.footer .linklist .child li a {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .footer .linklist .child li a {
    font-size: 1.2rem;
  }
}
.footer .detail {
  margin-top: 3.4rem;
  display: flex;
  align-items: center;
  gap: 0 3.2rem;
}
@media (max-width: 767px) {
  .footer .detail {
    margin-top: 5.2rem;
    display: block;
  }
}
.footer .detail .logo {
  width: 18.7rem;
}
@media (max-width: 767px) {
  .footer .detail .logo {
    display: block;
    width: 18rem;
    margin: 0 auto;
  }
}
.footer .detail .address {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer .detail .address {
    font-size: 1.2rem;
    margin-top: 4.2rem;
  }
}
.footer .copy {
  margin-top: 3.2rem;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer .copy {
    margin-top: 1.6rem;
    text-align: left;
    font-size: 1.2rem;
  }
}
.footer .copyRight {
  margin-top: 3.2rem;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .footer .copyRight {
    font-size: 1.2rem;
  }
}

.errorPage {
  padding: 16rem 0 10rem;
  width: 100vw;
  text-align: center;
}
.errorPage h1 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 3.2rem;
  line-height: 2;
}
.errorPage p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3.2rem;
}
.errorPage a {
  text-align: center;
  text-decoration: underline;
  font-size: 1.8rem;
  text-align: center;
}

.mw_wp_form_confirm .contact_bottom {
  display: none !important;
}

.index .wrapper {
  position: relative;
  z-index: 2;
}
.index .bg_obj {
  position: absolute;
  z-index: 1;
  filter: blur(10px);
}
.index .mv {
  height: 100vh;
  position: relative;
  padding: 50.462962963vh 0 0 72.2rem;
}
@media (max-width: 767px) {
  .index .mv {
    height: 100vh;
    padding: 27.0935960591vh 0 0;
  }
}
.index .mv .ttl {
  font-size: 8.5rem;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .index .mv .ttl {
    font-size: 4.8rem;
    text-align: center;
  }
}
.index .mv .cap {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-top: 6.6666666667vh;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .index .mv .cap {
    margin-top: 4.9261083744vh;
    text-align: center;
    font-size: 2.4rem;
  }
}
.index .mv .scroll {
  width: 5.6rem;
  position: absolute;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .index .mv .scroll {
    width: 4.4rem;
  }
}
.index .mv .scroll .bar {
  width: 1px;
  height: 6.4rem;
  background: #222222;
  display: block;
  margin: 2.4rem auto 0;
}
@media (max-width: 767px) {
  .index .mv .scroll .bar {
    margin: 2.2rem auto 0;
    height: 4rem;
  }
}
.index .mv .movieArea {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(2px);
}
.index .mv .movieArea video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.index .mv .movieArea_thumb {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index .mv .movieArea_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .about {
  background: url(../images/topic_bg.png) no-repeat top center/cover;
  padding: 8rem 0 15.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .index .about {
    padding: 4rem 0 6rem;
    background: url(../images/topic_bg_sp.png) no-repeat top center/cover;
  }
}
.index .about .topicSlider .thumbnail {
  background: #fff;
  aspect-ratio: 516/266;
  position: relative;
}
.index .about .topicSlider .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.index .about .topicSlider .swiper {
  overflow: auto;
  padding: 8.1rem 0 0;
}
.index .about .topicSlider .swiper-wrapper {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .index .about .topicSlider .swiper-wrapper {
    padding-top: 0;
  }
}
.index .about .topicSlider .swiper-slide {
  overflow: hidden;
}
.index .about .topicSlider .swiper-slide-active {
  transition: all 0.4s;
  transform: translateY(-2rem);
}
@media (max-width: 767px) {
  .index .about .topicSlider .swiper-slide-active {
    transform: translateY(0);
  }
}
.index .about .topicSlider .swiper-slide-active .thumbnail {
  position: relative;
}
.index .about .topicSlider .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  gap: 0 2.4rem;
}
@media (max-width: 767px) {
  .index .about .topicSlider .swiper-pagination {
    display: none;
  }
}
.index .about .topicSlider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 60%;
  background: #fff;
  cursor: pointer;
}
.index .about .topicSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4838FF;
}
.index .about .topicSlider .swiper-button {
  width: 5.6rem;
  position: absolute;
  top: calc(50% - 2rem);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .index .about .topicSlider .swiper-button {
    top: 50%;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.index .about .topicSlider .swiper-button:hover {
  transform: translateY(-50%) scale(1.15);
}
.index .about .topicSlider .swiper-button-next {
  right: 5rem;
}
@media (max-width: 767px) {
  .index .about .topicSlider .swiper-button-next {
    right: 1.5rem;
  }
}
.index .about .topicSlider .swiper-button-prev {
  left: 5rem;
}
@media (max-width: 767px) {
  .index .about .topicSlider .swiper-button-prev {
    left: 1.5rem;
  }
}
.index .about .unit {
  display: flex;
  margin-top: 13.5rem;
}
@media (max-width: 767px) {
  .index .about .unit {
    display: block;
    margin-top: 6.4rem;
  }
}
.index .about .unit .imgArea .img {
  position: relative;
}
.index .about .unit .imgArea .img.__01 {
  width: 68rem;
}
@media (max-width: 767px) {
  .index .about .unit .imgArea .img.__01 {
    width: 26.3rem;
  }
}
.index .about .unit .imgArea .img.__02 {
  width: 57.2rem;
  margin-top: 12.6rem;
  margin-left: 24rem;
}
@media (max-width: 767px) {
  .index .about .unit .imgArea .img.__02 {
    width: 22.2rem;
    margin-top: 3.2rem;
    margin-left: 7.6rem;
  }
}
.index .about .unit .imgArea .img.__03 {
  width: 44.8rem;
  margin-top: 6.6rem;
  margin-left: 11.6rem;
}
@media (max-width: 767px) {
  .index .about .unit .imgArea .img.__03 {
    width: 16.3rem;
    margin-top: 3.2rem;
    margin-left: 1.6rem;
  }
}
.index .about .unit .txtArea {
  padding-top: 21.2rem;
  margin-left: 17.2rem;
}
@media (max-width: 767px) {
  .index .about .unit .txtArea {
    padding: 6rem 1.6rem 0;
    margin: 0;
  }
}
.index .about .unit .txtArea .txt {
  width: 69.5rem;
  font-weight: bold;
  margin-top: 9.2rem;
}
@media (max-width: 767px) {
  .index .about .unit .txtArea .txt {
    width: auto;
    margin-top: 3.3rem;
  }
}
.index .about .bg_obj.__01 {
  width: 109.4rem;
  top: 66.4rem;
  left: -29rem;
}
.index .about .bg_obj.__02 {
  width: 99.4rem;
  top: 80.4rem;
  left: -26rem;
}
.index .about .bg_obj.__03 {
  width: 141.2rem;
  top: 20rem;
  right: -36rem;
}
.index .philosophy {
  background: #473BCE;
  padding: 16rem 0;
}
@media (max-width: 767px) {
  .index .philosophy {
    padding: 6.4rem 0;
  }
}
.index .philosophy .unit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .index .philosophy .unit {
    display: block;
  }
}
.index .philosophy .lead {
  font-size: 3.2rem;
  color: #fff;
  margin-top: 9.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .index .philosophy .lead {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 5.1rem;
  }
}
.index .philosophy .txt {
  color: #fff;
  margin-top: 4.4rem;
  width: 106rem;
}
@media (max-width: 767px) {
  .index .philosophy .txt {
    width: auto;
    margin-top: 3.2rem;
  }
}
.index .philosophy .rBlk {
  margin-top: 4rem;
}
.index .service {
  background: url(../images/service_bg.png) no-repeat top center/cover;
  padding: 16rem 0 16rem 24rem;
  position: relative;
}
@media (max-width: 767px) {
  .index .service {
    background: url(../images/service_bg.png) no-repeat top center/cover;
    padding: 6.4rem 0 6.4rem;
    position: relative;
  }
}
.index .service .ttlUnit {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .index .service .ttlUnit {
    display: block;
    padding: 0 1.6rem;
  }
}
.index .service .ttlUnit .lead {
  font-size: 2.4rem;
  margin-left: 8.8rem;
  padding-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .index .service .ttlUnit .lead {
    font-size: 2rem;
    line-height: 1.5;
    margin-left: 0;
    margin-top: 5.1rem;
    padding-bottom: 0;
  }
}
.index .service .sliderWrapper {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .index .service .sliderWrapper {
    padding-left: 1.6rem;
  }
}
.index .service .serviceSlider {
  margin-top: 8.4rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .index .service .serviceSlider {
    margin-top: 3.5rem;
  }
}
.index .service .swiper-slide {
  display: inline-block;
  position: relative;
  width: 69.6rem !important;
  height: 69.6rem !important;
}
@media (max-width: 767px) {
  .index .service .swiper-slide {
    width: 28.3rem !important;
    height: 28.3rem !important;
  }
}
.index .service .thumbnail {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.index .service .thumbnail.__01 {
  background: url(../images/service_img_01.jpg) no-repeat center center/cover;
}
.index .service .thumbnail.__02 {
  background: url(../images/service_img_02.jpg) no-repeat center center/cover;
}
.index .service .thumbnail.__03 {
  background: url(../images/service_img_03.jpg) no-repeat center center/cover;
}
.index .service .thumbnail.__04 {
  background: url(../images/service_img_04_.jpg) no-repeat center center/cover;
}
.index .service .thumbnail.__05 {
  background: url(../images/service_img_05.jpg) no-repeat center center/cover;
}
.index .service .thumbnail .txtArea {
  position: relative;
  padding: 11.8rem 4.8rem 4.8rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 767px) {
  .index .service .thumbnail .txtArea {
    padding: 3rem 2rem 2.8rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}
.index .service .thumbnail .txtArea .lead {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .index .service .thumbnail .txtArea .lead {
    font-size: 1.2rem;
  }
}
.index .service .thumbnail .txtArea .ttl {
  margin-top: 2.8rem;
  color: #fff;
  min-height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .index .service .thumbnail .txtArea .ttl {
    margin-top: 1rem;
    min-height: 4.1rem;
  }
}
.index .service .thumbnail .txtArea .ttl .main {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .index .service .thumbnail .txtArea .ttl .main {
    font-size: 2rem;
  }
}
.index .service .thumbnail .txtArea .ttl .sub {
  font-size: 2.8rem;
  margin-top: 1.2rem;
  list-style: none;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .index .service .thumbnail .txtArea .ttl .sub {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
}
.index .service .thumbnail .txtArea .btn {
  display: block;
  width: 7.8rem;
  position: absolute;
  bottom: 5.2rem;
  right: 4.4rem;
}
@media (max-width: 767px) {
  .index .service .thumbnail .txtArea .btn {
    width: 3.2rem;
    bottom: 3.2rem;
    right: 2rem;
  }
}
.index .service .bg_obj.__01 {
  width: 159.5rem;
  top: 50.1rem;
  left: -74rem;
  filter: blur(4.5px);
}
.index .service .bg_obj.__02 {
  width: 58.7rem;
  top: 75.4rem;
  right: 0rem;
  filter: blur(6px);
}
.index .case {
  position: relative;
  z-index: 2;
  background: #D8E357;
  padding: 16rem 0 11rem 0;
}
@media (max-width: 767px) {
  .index .case {
    padding: 6.4rem 0;
  }
}
.index .case .ttlUnit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .index .case .ttlUnit {
    display: block;
  }
}
.index .case .lBlk {
  padding-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .index .case .lBlk {
    padding-bottom: 0;
    display: none;
  }
}
.index .case .sliderWrapper {
  margin-top: 9rem;
  padding-left: 24rem;
}
@media (max-width: 767px) {
  .index .case .sliderWrapper {
    margin-top: 5.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.index .case .caseSlider .unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .index .case .caseSlider .unit {
    display: block;
  }
}
.index .case .caseSlider .unit .txtArea {
  padding-right: 12.4rem;
}
@media (max-width: 767px) {
  .index .case .caseSlider .unit .txtArea {
    padding-right: 0;
  }
}
.index .case .caseSlider .unit .txtArea .ttl {
  font-size: 4.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .index .case .caseSlider .unit .txtArea .ttl {
    font-size: 2rem;
  }
}
.index .case .caseSlider .unit .txtArea .lead {
  margin-top: 6.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここが行数指定 */
  overflow: hidden;
}
@media (max-width: 767px) {
  .index .case .caseSlider .unit .txtArea .lead {
    margin-top: 3.4rem;
  }
}
.index .case .caseSlider .unit .txtArea .tagList {
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .index .case .caseSlider .unit .txtArea .tagList {
    margin-top: 2rem;
  }
}
.index .case .caseSlider .unit .txtArea .tagList span, .index .case .caseSlider .unit .txtArea .tagList a {
  padding: 1.6rem;
  border-radius: 5.6rem;
  border: 1px solid var(--Gray, #9F9FAE);
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .index .case .caseSlider .unit .txtArea .tagList span, .index .case .caseSlider .unit .txtArea .tagList a {
    font-size: 1.2rem;
    padding: 0.8rem 1.2rem;
    border-radius: 1.6rem;
    font-size: 1.2rem;
  }
}
.index .case .caseSlider .unit .media {
  width: 81.2rem;
  height: 81.2rem;
  flex: 0 0 81.2rem;
  background: #fff;
}
@media (max-width: 767px) {
  .index .case .caseSlider .unit .media {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin-top: 4rem;
  }
}
.index .case .caseSlider .unit .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .case .caseSlider .swiper-pagination {
  display: flex;
  margin-left: 86.8rem;
  margin-top: 4rem;
  gap: 0 2.4rem;
}
@media (max-width: 767px) {
  .index .case .caseSlider .swiper-pagination {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 2.4rem;
  }
}
.index .case .caseSlider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 60%;
  background: #fff;
  cursor: pointer;
}
.index .case .caseSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4838FF;
}
@media (min-width: 768px) {
  .index .case .spBtn {
    display: none;
  }
}
@media (max-width: 767px) {
  .index .case .spBtn {
    margin: 4rem auto 0;
  }
}
.index .scene {
  background: url(../images/scene_bg.png) no-repeat top center/cover;
  padding: 16rem 0 16rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .index .scene {
    background: url(../images/scene_bg_sp.png) no-repeat top center/cover;
    padding: 6.4rem 0;
  }
}
.index .scene .ttlUnit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .index .scene .ttlUnit {
    display: block;
  }
}
.index .scene .ttlUnit .lead {
  font-size: 2.4rem;
  margin-left: 8.8rem;
  padding-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .index .scene .lBlk {
    display: none;
  }
}
.index .scene .sliderWrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 9.4rem;
  padding-left: 24rem;
}
@media (max-width: 767px) {
  .index .scene .sliderWrapper {
    margin-top: 5.6rem;
    padding-left: 1.6rem;
  }
}
.index .scene .swiper-slide {
  display: inline-block;
  position: relative;
  width: 57.2rem !important;
  height: auto !important;
}
@media (max-width: 767px) {
  .index .scene .swiper-slide {
    width: 28.3rem !important;
  }
}
.index .scene .item .thumb {
  aspect-ratio: 512/320;
  background: #fff;
}
.index .scene .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .scene .item .ttl {
  font-size: 3.2rem;
  line-height: 1.6;
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .index .scene .item .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-top: 2rem;
  }
}
.index .scene .item .txt {
  margin-top: 1.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここが行数指定 */
  overflow: hidden;
}
.index .scene .item .tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .index .scene .item .tagList {
    margin-top: 1.2rem;
  }
}
.index .scene .item .tagList li, .index .scene .item .tagList a {
  display: inline-flex;
  padding: 1.6rem;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border-radius: 5.6rem;
  border: 1px solid var(--Black, #222);
}
@media (max-width: 767px) {
  .index .scene .item .tagList li, .index .scene .item .tagList a {
    padding: 0.8rem 1.2rem;
    border-radius: 1.6rem;
    font-size: 1.2rem;
  }
}
.index .scene .bg_obj.__01 {
  width: 159.6rem;
  top: -6.1rem;
  left: -57rem;
  filter: blur(14px);
}
@media (max-width: 767px) {
  .index .scene .bg_obj.__01 {
    display: none;
  }
}
.index .scene .bg_obj.__02 {
  width: 67.3rem;
  top: 29.4rem;
  right: 0rem;
  filter: blur(2.5px);
}
@media (max-width: 767px) {
  .index .scene .bg_obj.__02 {
    display: none;
  }
}
@media (min-width: 768px) {
  .index .scene .spBtn {
    display: none;
  }
}
@media (max-width: 767px) {
  .index .scene .spBtn {
    margin: 4rem 0 0 1.6rem;
  }
}
.index .news {
  background: #473BCE;
  padding: 16rem 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .index .news {
    padding: 6.4rem 0;
  }
}
.index .news .ttlUnit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index .news .lBlk {
  padding-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .index .news .lBlk {
    display: none;
  }
}
.index .news .list {
  margin-top: 8rem;
  flex-direction: column;
  display: flex;
}
@media (max-width: 767px) {
  .index .news .list {
    margin-top: 5.6rem;
  }
}
.index .news .list .item {
  border-top: 1px solid #fff;
  padding: 3.2rem 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .index .news .list .item {
    padding: 1.6rem 0;
    flex-wrap: wrap;
  }
}
.index .news .list .item::before {
  content: "";
  width: 0.9rem;
  height: 1.6rem;
  background: url(../images/arrow_w.svg) no-repeat center center/cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.index .news .list .item:last-of-type {
  border-bottom: 1px solid #fff;
}
.index .news .list .item .date {
  color: #fff;
  flex: 0 0 13.7rem;
}
@media (max-width: 767px) {
  .index .news .list .item .date {
    flex: 0 0 11rem;
    font-size: 1.4rem;
  }
}
.index .news .list .item .tag {
  min-width: 10.4rem;
  padding: 0.8rem 1.6rem;
  background: #D8E357;
  line-height: 1;
}
@media (max-width: 767px) {
  .index .news .list .item .tag {
    font-size: 1.4rem;
    min-width: auto;
  }
}
.index .news .list .item .content {
  color: #fff;
  margin-left: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 115rem;
}
@media (max-width: 767px) {
  .index .news .list .item .content {
    width: 100%;
    margin-left: 0;
    margin-top: 1.6rem;
    font-size: 1.4rem;
    padding-right: 1.6rem;
  }
}
@media (min-width: 768px) {
  .index .news .spBtn {
    display: none;
  }
}
@media (max-width: 767px) {
  .index .news .spBtn {
    margin: 4rem auto 0;
  }
}

.fs_72 {
  font-size: 7.2rem;
}
@media (max-width: 767px) {
  .fs_72 {
    font-size: 3.2rem;
  }
}

.fs_64 {
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .fs_64 {
    font-size: 3.2rem;
  }
}

.fs_56 {
  font-size: 5.6rem;
}
@media (max-width: 767px) {
  .fs_56 {
    font-size: 2.8rem;
  }
}

.fs_48 {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .fs_48 {
    font-size: 2.8rem;
  }
}

.fs_40 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .fs_40 {
    font-size: 2.8rem;
  }
}

.fs_36 {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .fs_36 {
    font-size: 2.4rem;
  }
}

.fs_32 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .fs_32 {
    font-size: 2.4rem;
  }
}

.fs_24 {
  font-size: 2.3rem;
}
@media (max-width: 767px) {
  .fs_24 {
    font-size: 2rem;
  }
}

.fs_20 {
  font-size: 2rem;
}

h1, h2, h3, h4 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

h1 {
  line-height: 120%;
}

h2, h3, h4, h5, h6 {
  line-height: 140%;
}

p {
  font-size: 1.8rem;
  line-height: 200%;
}
@media (max-width: 767px) {
  p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.flx {
  display: flex;
}

.jcsa {
  justify-content: space-around;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tac {
  text-align: center;
}

.detail_a_wrapper {
  margin: 7rem auto 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .detail_a_wrapper {
    margin-top: 5rem;
  }
}
.detail_a_wrapper .detail_a {
  background-color: #222;
  width: 21.3rem;
  height: 6rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .detail_a_wrapper .detail_a {
    font-size: 1.3rem;
    width: 16rem;
    height: 5rem;
    line-height: 3rem;
    border-radius: 2.5rem;
  }
}
.detail_a_wrapper .detail_a .detail_a_p {
  color: #fff;
  line-height: 0;
  margin-right: 1.6rem;
}
@media (max-width: 767px) {
  .detail_a_wrapper .detail_a .detail_a_p {
    margin-right: 0;
  }
}
.detail_a_wrapper .detail_a .arrow {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  width: 1rem;
  height: 1rem;
  border-bottom: #fff solid 1.5px;
  border-right: #fff solid 1.5px;
  rotate: -45deg;
}
.detail_a_wrapper .detail_a:not(:last-child) {
  margin-right: 5.6rem;
}
@media (max-width: 767px) {
  .detail_a_wrapper .detail_a:not(:last-child) {
    margin-right: 3rem;
  }
}

.detail_a_explore_wrapper {
  text-align: center;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .detail_a_explore_wrapper {
    margin-top: 3rem;
  }
}
.detail_a_explore_wrapper .detail_a_explore span {
  text-decoration: underline;
}

.sbpg_mv {
  background-color: #F5F5F5;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 21rem 1.6rem 11rem 1.6rem;
}
@media (max-width: 767px) {
  .sbpg_mv {
    padding: 8rem 1rem;
  }
}
.sbpg_mv::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/service_mv_bg.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .sbpg_mv::before {
    content: "";
    background: url(../images/service_mv_bg.png) no-repeat left center/cover;
    opacity: 0.2;
  }
}
.sbpg_mv h1 {
  color: #222;
  text-align: center;
  font-size: 6.4rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .sbpg_mv h1 {
    font-size: 3.2rem;
  }
}

.sbpg_wrapper {
  padding: 0 22rem;
}
@media (max-width: 767px) {
  .sbpg_wrapper {
    padding: 0 1.5rem;
  }
}

.sbpg_feature {
  padding: 20rem 0;
  background-color: #473BCE;
  color: #fff;
}
@media (max-width: 767px) {
  .sbpg_feature {
    padding: 8rem 0;
  }
}
.sbpg_feature .feature_mv {
  margin-bottom: 8.8rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_mv {
    margin-bottom: 4.4rem;
  }
}
.sbpg_feature .feature_lead {
  padding: 0 24rem;
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead {
    padding: 0;
    margin-bottom: 5.6rem;
  }
}
.sbpg_feature .feature_lead h2 {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead h2 {
    margin-bottom: 3.5rem;
  }
}
.sbpg_feature .feature_lead p {
  margin-bottom: 11rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead p {
    margin-bottom: 4rem;
  }
}
.sbpg_feature .feature_lead .feature_wall {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead .feature_wall {
    display: block;
  }
}
.sbpg_feature .feature_lead .feature_wall .img {
  width: 50rem;
  margin-right: 6rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead .feature_wall .img {
    width: 32rem;
    margin: 0 auto 2rem auto;
  }
}
.sbpg_feature .feature_lead .feature_wall .wall_list p:first-child {
  margin-top: 3rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead .feature_wall .wall_list p:first-child {
    margin-top: 1.2rem;
  }
}
.sbpg_feature .feature_lead .feature_wall .wall_list p:not(:first-child) {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead .feature_wall .wall_list p:not(:first-child) {
    margin-top: 0;
  }
}
.sbpg_feature .feature_lead .feature_lead_img {
  margin-bottom: 17rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead .feature_lead_img {
    margin-bottom: 6rem;
  }
}
.sbpg_feature .feature_lead_philosophy_p {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead_philosophy_p {
    margin-top: 4rem;
  }
}
.sbpg_feature .feature_content .fs_40 {
  text-align: center;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_content .fs_40 {
    margin-bottom: 0;
  }
}
.sbpg_feature .feature_content .feature_item_outer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_content .feature_item_outer {
    display: block;
    margin-top: 3rem;
  }
}
.sbpg_feature .feature_content .feature_item_outer .feature_item {
  width: 44.8rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_content .feature_item_outer .feature_item {
    width: 33rem;
    margin: 2rem auto 0 auto;
  }
}
.sbpg_feature .feature_content .feature_item_outer .feature_item .img img {
  width: 100%;
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_content .feature_item_outer .feature_item .img img {
    height: auto;
  }
}
.sbpg_feature .feature_content .feature_item_outer .feature_item .text {
  color: #222;
  padding: 4rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_content .feature_item_outer .feature_item .text {
    padding: 2rem 1.5rem;
  }
}
.sbpg_feature .feature_content .feature_item_outer .feature_item .text .fs_24 {
  margin-bottom: 3.2rem;
  letter-spacing: -0.1rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_content .feature_item_outer .feature_item .text .fs_24 {
    margin-bottom: 1.5rem;
  }
}
.sbpg_feature .feature_content .detail_a_wrapper .detail_a {
  background-color: yellow;
  color: #222;
}
.sbpg_feature .feature_content .detail_a_wrapper .detail_a .detail_a_p {
  color: #222;
}
.sbpg_feature .feature_content .detail_a_wrapper .arrow {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  width: 1rem;
  height: 1rem;
  border-bottom: #222 solid 1.5px;
  border-right: #222 solid 1.5px;
  rotate: -45deg;
}
.sbpg_feature .feature_lead_g {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead_g {
    display: block;
    margin-bottom: 5.6rem;
  }
}
.sbpg_feature .feature_lead_g .feature_lead_text {
  width: 100rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead_g .feature_lead_text {
    width: auto;
    margin-bottom: 5.6rem;
  }
}
.sbpg_feature .feature_lead_g .feature_lead_text h2 {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead_g .feature_lead_text h2 {
    margin-bottom: 4rem;
  }
}
.sbpg_feature .feature_lead_g .feature_lead_text .w-807 {
  width: 80.7rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead_g .feature_lead_text .w-807 {
    width: auto;
  }
}
.sbpg_feature .feature_lead_g .feature_lead_img .img:first-child {
  width: 32rem;
  margin: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead_g .feature_lead_img .img:first-child {
    position: static;
  }
}
.sbpg_feature .feature_lead_g .feature_lead_img .img:nth-child(2) {
  width: 32rem;
  position: relative;
  top: 8rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead_g .feature_lead_img .img:nth-child(2) {
    position: static;
    margin: 2rem auto 0 auto;
  }
}
.sbpg_feature .feature_lead_g .feature_lead_img .img:nth-child(3) {
  width: 42rem;
  position: relative;
  top: 4rem;
  right: -22rem;
}
@media (max-width: 767px) {
  .sbpg_feature .feature_lead_g .feature_lead_img .img:nth-child(3) {
    position: static;
    width: 32rem;
    margin: 2rem auto 0 auto;
  }
}

.course {
  padding: 18.5rem 0 20rem 0;
  position: relative;
  background: url(../images/topic_bg.png) no-repeat top center/cover;
}
.course :before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/sbpg_service_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50rem;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .course :before {
    display: none;
  }
}
@media (max-width: 767px) {
  .course {
    padding: 7rem 0 8rem 0;
    background: url(../images/topic_bg_sp.png) no-repeat top center/cover;
  }
}
.course .course_lead h2, .course .course_lead p {
  color: #222;
}
.course .course_lead p {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .course .course_lead p {
    margin-top: 2rem;
  }
}
.course .course_lead_mentor p {
  width: 100rem;
}
@media (max-width: 767px) {
  .course .course_lead_mentor p {
    width: 100%;
  }
}
.course .course_item_outer h3, .course .course_item_outer p {
  color: #222;
}
.course .course_item_outer .course_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .course .course_item_outer .course_item {
    display: block;
    width: 33rem;
    margin: 4rem auto 0 auto;
  }
}
.course .course_item_outer .course_item .img {
  width: 57.2rem;
}
@media (max-width: 767px) {
  .course .course_item_outer .course_item .img {
    width: 100%;
  }
}
.course .course_item_outer .course_item .text {
  width: 71rem;
}
@media (max-width: 767px) {
  .course .course_item_outer .course_item .text {
    width: 100%;
  }
}
.course .course_item_outer .course_item .text h3 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .course .course_item_outer .course_item .text h3 {
    margin: 1.4rem 0 0.8rem 0;
  }
}
.course .course_item_outer .course_item:nth-child(even) {
  flex-direction: row-reverse;
}

.assignment {
  padding: 20rem 0;
  position: relative;
  background: url(../images/topic_bg.png) no-repeat top center/cover;
}
@media (max-width: 767px) {
  .assignment {
    padding: 0;
    background: url(../images/topic_bg_sp.png) no-repeat top center/cover;
  }
}
.assignment .assignment_lead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .assignment .assignment_lead {
    display: block;
    width: 33rem;
    margin: 8rem auto 0 auto;
  }
}
.assignment .assignment_lead .img {
  width: 57.2rem;
}
@media (max-width: 767px) {
  .assignment .assignment_lead .img {
    width: 100%;
  }
}
.assignment .assignment_lead .text {
  width: 70rem;
}
@media (max-width: 767px) {
  .assignment .assignment_lead .text {
    width: 100%;
  }
}
.assignment .assignment_lead .text h3 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .assignment .assignment_lead .text h3 {
    margin: 2rem 0 1.2rem 0;
  }
}
.assignment .assignment_item_outer {
  margin-top: 12rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .assignment .assignment_item_outer {
    margin: 0;
    padding-bottom: 6rem;
    display: block;
  }
}
.assignment .assignment_item_outer .assignment_item {
  width: 45rem;
  height: 45rem;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .assignment .assignment_item_outer .assignment_item {
    width: 24rem;
    height: 24rem;
    margin: 1rem auto 0 auto;
  }
}
.assignment .assignment_item_outer .assignment_item:nth-child(odd) {
  background-color: #473BCE;
  color: white;
}
.assignment .assignment_item_outer .assignment_item:nth-child(even) {
  background-color: #D9E828;
  color: black;
}
.assignment .assignment_item_outer .assignment_item_inner {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .assignment .assignment_item_outer .assignment_item_inner .fs_32 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .assignment .assignment_item_outer .assignment_item_inner .fs_48 {
    font-size: 2.4rem;
  }
}
.assignment .assignment_item_outer h3 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .assignment .assignment_item_outer h3 {
    margin-bottom: 2rem;
  }
}
.assignment .assignment_item_outer h4 {
  margin-bottom: 4.8rem;
}
@media (max-width: 767px) {
  .assignment .assignment_item_outer h4 {
    margin-bottom: 2.4rem;
  }
}
.assignment .assignment_item_outer p {
  line-height: 150%;
}

.assignment::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/sbpg_service_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .assignment::before {
    display: none;
  }
}

.achievements {
  padding: 19rem 0 20rem 0;
  background-color: #D8E357;
}
.achievements h2, .achievements h3, .achievements p {
  color: #222;
}
@media (max-width: 767px) {
  .achievements {
    padding: 7.5rem 0 8rem 0;
  }
}
.achievements .achievements_lead {
  width: 95rem;
  margin: 8rem auto 0 auto;
}
@media (max-width: 767px) {
  .achievements .achievements_lead {
    width: auto;
    margin-top: 4rem;
  }
}
.achievements h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .achievements h2 {
    margin: 0;
  }
}
.achievements .achievements_item_outer {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .achievements .achievements_item_outer {
    margin-top: 4rem;
    display: block;
  }
}
.achievements .achievements_item_outer .achievements_item {
  width: 46rem;
}
@media (max-width: 767px) {
  .achievements .achievements_item_outer .achievements_item {
    width: 33rem;
    margin: 4rem auto 0 auto;
  }
}
.achievements .achievements_item_outer .achievements_item .text {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .achievements .achievements_item_outer .achievements_item .text {
    margin-top: 1rem;
  }
}
.achievements .achievements_item_outer_explore {
  margin-top: 13.6rem;
}
@media (max-width: 767px) {
  .achievements .achievements_item_outer_explore {
    margin-top: 4rem;
  }
}
.achievements .list {
  text-align: center;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .achievements .list {
    margin: 3rem 0 0 0;
  }
}
.achievements .list .list_item {
  margin-top: 4.8rem;
}
@media (max-width: 767px) {
  .achievements .list .list_item {
    margin-top: 1rem;
  }
}
.achievements .list .list_item span:not(:first-child) {
  margin-left: 8rem;
}
@media (max-width: 767px) {
  .achievements .list .list_item span:not(:first-child) {
    margin: 0;
  }
}
.achievements .list .list_item span {
  font-size: 1.8rem;
  line-height: 200%;
}
@media (max-width: 767px) {
  .achievements .list .list_item span {
    font-size: 1.6rem;
    display: block;
    margin-top: 0;
  }
}
.achievements .list .list_item + .list_item {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .achievements .list .list_item + .list_item {
    margin-top: 0;
  }
}
.achievements .list .list_second {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .achievements .list .list_second {
    margin: 0;
  }
}

.provide {
  padding: 19rem 0 20rem 0;
  background-color: #D8E357;
}
@media (max-width: 767px) {
  .provide {
    padding: 8rem 0;
  }
}
.provide .provide_lead {
  text-align: center;
}
.provide .provide_lead h2 {
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .provide .provide_lead h2 {
    margin-bottom: 3rem;
  }
}
.provide .provide_lead .img {
  width: 95rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .provide .provide_lead .img {
    width: 100%;
  }
}
.provide .provide_item_outer .provide_item {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .provide .provide_item_outer .provide_item {
    display: block;
    margin-top: 4rem;
  }
}
.provide .provide_item_outer .provide_item .img {
  width: 57.2rem;
}
@media (max-width: 767px) {
  .provide .provide_item_outer .provide_item .img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.provide .provide_item_outer .provide_item .text {
  width: 70rem;
}
@media (max-width: 767px) {
  .provide .provide_item_outer .provide_item .text {
    width: 100%;
  }
}
.provide .provide_item_outer .provide_item .text h3 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .provide .provide_item_outer .provide_item .text h3 {
    margin-bottom: 1rem;
  }
}
.provide .provide_item_outer .provide_item:nth-child(even) {
  flex-direction: row-reverse;
}

.article {
  padding: 20rem 0;
  background: url(../images/topic_bg.png) no-repeat top center/cover;
}
@media (max-width: 767px) {
  .article {
    padding: 8rem 0;
    background: url(../images/topic_bg_sp.png) no-repeat top center/cover;
  }
}
.article h2 {
  text-align: center;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .article h2 {
    margin-bottom: 3rem;
  }
}
.article .img {
  width: 95rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .article .img {
    width: 100%;
  }
}
.article .text {
  width: 95rem;
  line-height: 200%;
  margin: 4.8rem auto 0 auto;
}
@media (max-width: 767px) {
  .article .text {
    width: 100%;
    margin-top: 3rem;
  }
}

.sbpg_custom {
  background-color: #473BCE;
  padding: 20rem 20rem;
}
@media (max-width: 767px) {
  .sbpg_custom {
    padding: 8rem 1.5rem 8rem 1.5rem;
  }
}
.sbpg_custom .list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sbpg_custom .list {
    flex-wrap: wrap;
    gap: 1rem 0;
  }
}
.sbpg_custom .list .list_a {
  color: white;
  line-height: 200%;
}
.sbpg_custom .list .list_a p {
  padding: 0 3.2rem;
  border-left: rgba(255, 255, 255, 0.4) solid 1px;
  border-right: rgba(255, 255, 255, 0.4) solid 1px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .sbpg_custom .list .list_a p {
    padding: 0 1.2rem;
    font-size: 1.6rem;
  }
}
.sbpg_custom .introduce_item_outer {
  margin-top: 9rem;
  gap: 6.4rem 4.8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .sbpg_custom .introduce_item_outer {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.sbpg_custom .introduce_item_outer .introduce_item {
  width: 32rem;
  background-color: white;
}
.sbpg_custom .introduce_item_outer .introduce_item .img {
  width: 100%;
}
.sbpg_custom .introduce_item_outer .introduce_item .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sbpg_custom .introduce_item_outer .introduce_item .terms {
  display: flex;
  margin: 1.6rem 0 0 1.6rem;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .sbpg_custom .introduce_item_outer .introduce_item .terms {
    margin: 1.6rem 1.2rem 0 1.2rem;
  }
}
.sbpg_custom .introduce_item_outer .introduce_item .terms .mention {
  padding: 1.2rem;
  height: 3.3rem;
  border-radius: 1.65rem;
  border: #9F9FAE solid 1px;
  line-height: 0.9rem;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .sbpg_custom .introduce_item_outer .introduce_item .terms .mention {
    padding: 0.2rem 0.5rem;
    height: 2.4rem;
    line-height: 2rem;
  }
}
.sbpg_custom .introduce_item_outer .introduce_item .introduce_text {
  margin: 2.4rem 2.4rem 4rem 2.4rem;
}
@media (max-width: 767px) {
  .sbpg_custom .introduce_item_outer .introduce_item .introduce_text {
    margin: 0.8rem 1.2rem 1.2rem 1.2rem;
  }
}
.sbpg_custom .introduce_item_outer .introduce_item .introduce_text p {
  margin-top: 2.4rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .sbpg_custom .introduce_item_outer .introduce_item .introduce_text p {
    margin-top: 0.2rem;
  }
}
.sbpg_custom .introduce_item_outer .introduce_item .introduce_text .text_limit1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sbpg_custom .introduce_item_outer .introduce_item .introduce_text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sbpg_custom .news_item_outer {
  width: 94rem;
  margin: 8rem auto 0 auto;
}
@media (max-width: 767px) {
  .sbpg_custom .news_item_outer {
    width: auto;
    margin-top: 4rem;
  }
}
.sbpg_custom .news_item_outer .news_item_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid rgba(255, 255, 255, 0.4) 1px;
}
.sbpg_custom .news_item_outer .news_item_wrapper .news_item {
  padding: 3.2rem 0;
}
@media (max-width: 767px) {
  .sbpg_custom .news_item_outer .news_item_wrapper .news_item {
    padding: 2.4rem 0;
  }
}
.sbpg_custom .news_item_outer .news_item_wrapper .news_item h2, .sbpg_custom .news_item_outer .news_item_wrapper .news_item p {
  color: #fff;
}
.sbpg_custom .news_item_outer .news_item_wrapper .news_item .terms {
  display: flex;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .sbpg_custom .news_item_outer .news_item_wrapper .news_item .terms {
    margin-bottom: 1.2rem;
  }
}
.sbpg_custom .news_item_outer .news_item_wrapper .news_item .terms .date {
  margin-right: 2rem;
  line-height: 140%;
}
.sbpg_custom .news_item_outer .news_item_wrapper .news_item .terms .mention_outer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
@media (max-width: 767px) {
  .sbpg_custom .news_item_outer .news_item_wrapper .news_item .terms .mention_outer {
    gap: 1rem 1rem;
  }
}
.sbpg_custom .news_item_outer .news_item_wrapper .news_item .terms .mention_outer .mention {
  border: solid rgba(255, 255, 255, 0.4) 1px;
  padding: 0.5rem 2rem;
  height: 3rem;
  line-height: 2rem;
  border-radius: 1.5rem;
}
@media (max-width: 767px) {
  .sbpg_custom .news_item_outer .news_item_wrapper .news_item .terms .mention_outer .mention {
    font-size: 1.2rem;
    padding: 0.2rem 0.5rem;
    height: 2.4rem;
  }
}
.sbpg_custom .news_item_outer .news_item_wrapper .arrow {
  content: "";
  display: inline-block;
  margin-right: 3rem;
  width: 1rem;
  height: 1rem;
  border-bottom: #fff solid 1.5px;
  border-right: #fff solid 1.5px;
  rotate: -45deg;
}
@media (max-width: 767px) {
  .sbpg_custom .news_item_outer .news_item_wrapper .arrow {
    display: none;
  }
}
.sbpg_custom .news_item_outer .news_item_wrapper:first-child {
  border-top: solid rgba(255, 255, 255, 0.4) 1px;
}
.sbpg_custom .sbpg_custom_lead {
  width: 95rem;
  margin: 0 auto;
  color: white;
}
@media (max-width: 767px) {
  .sbpg_custom .sbpg_custom_lead {
    width: auto;
  }
}
.sbpg_custom .sbpg_custom_lead .article_date {
  display: flex;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .sbpg_custom .sbpg_custom_lead .article_date {
    display: inline-block;
    margin-bottom: 2rem;
  }
}
.sbpg_custom .sbpg_custom_lead .article_date .date {
  line-height: 140%;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .sbpg_custom .sbpg_custom_lead .article_date .date {
    margin-bottom: 1rem;
  }
}
.sbpg_custom .sbpg_custom_lead .article_date .mention_outer {
  display: flex;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sbpg_custom .sbpg_custom_lead .article_date .mention_outer {
    gap: 1rem 1rem;
  }
}
.sbpg_custom .sbpg_custom_lead .article_date .mention_outer .mention {
  font-size: 1.6rem;
  border: solid #fff 0.5px;
  padding: 0.5rem 2rem;
  height: 3rem;
  line-height: 2rem;
  border-radius: 1.5rem;
}
@media (max-width: 767px) {
  .sbpg_custom .sbpg_custom_lead .article_date .mention_outer .mention {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
}
.sbpg_custom .sbpg_custom_lead .fs_48 {
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .sbpg_custom .sbpg_custom_lead .fs_48 {
    margin-bottom: 2rem;
  }
}
.sbpg_custom .sbpg_custom_lead .custom_img {
  margin-bottom: 4.8rem;
}
@media (max-width: 767px) {
  .sbpg_custom .sbpg_custom_lead .custom_img {
    margin-bottom: 2rem;
  }
}
.sbpg_custom .sbpg_custom_lead .custom_text h2, .sbpg_custom .sbpg_custom_lead .custom_text h3, .sbpg_custom .sbpg_custom_lead .custom_text h4, .sbpg_custom .sbpg_custom_lead .custom_text h5, .sbpg_custom .sbpg_custom_lead .custom_text h6 {
  font-size: 4.8rem;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .sbpg_custom .sbpg_custom_lead .custom_text h2, .sbpg_custom .sbpg_custom_lead .custom_text h3, .sbpg_custom .sbpg_custom_lead .custom_text h4, .sbpg_custom .sbpg_custom_lead .custom_text h5, .sbpg_custom .sbpg_custom_lead .custom_text h6 {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
}
.sbpg_custom .sbpg_custom_lead .custom_text p {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .sbpg_custom .sbpg_custom_lead .custom_text p {
    margin-bottom: 4rem;
  }
}
.sbpg_custom .sbpg_custom_lead .custom_list_a {
  background-color: #D9E828;
  color: #222;
  margin: 0 auto;
  width: 18rem;
  height: 6rem;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sbpg_custom .sbpg_custom_lead .custom_list_a {
    margin-top: 0;
  }
}
.sbpg_custom .sbpg_custom_lead .custom_list_a .arrow {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  width: 1rem;
  height: 1rem;
  border-bottom: #000 solid 1.5px;
  border-right: #000 solid 1.5px;
  rotate: -45deg;
}

.course_other {
  padding: 10rem 0;
  background-color: #473BCE;
}
@media (max-width: 767px) {
  .course_other {
    padding: 8rem 0;
  }
}
.course_other .course_item_outer {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .course_other .course_item_outer {
    margin-bottom: 0;
  }
}
.course_other .course_item_outer h3, .course_other .course_item_outer p {
  color: #fff;
}
.course_other .course_item_outer .course_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .course_other .course_item_outer .course_item {
    display: block;
    width: 33rem;
    margin: 5rem auto 0 auto;
  }
}
.course_other .course_item_outer .course_item .img {
  width: 57.2rem;
}
@media (max-width: 767px) {
  .course_other .course_item_outer .course_item .img {
    width: 100%;
  }
}
.course_other .course_item_outer .course_item .text {
  width: 70rem;
}
@media (max-width: 767px) {
  .course_other .course_item_outer .course_item .text {
    width: 100%;
  }
}
.course_other .course_item_outer .course_item .text h3 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .course_other .course_item_outer .course_item .text h3 {
    margin: 2rem 0;
  }
}
.course_other .course_item_outer .course_item .text .detail_a_wrapper {
  justify-content: left;
  margin: 4rem 0 0 0;
}
@media (max-width: 767px) {
  .course_other .course_item_outer .course_item .text .detail_a_wrapper {
    margin-top: 1rem;
  }
}
.course_other .course_item_outer .course_item .text .detail_a_wrapper .detail_a {
  background-color: #D8E357;
}
.course_other .course_item_outer .course_item .text .detail_a_wrapper .detail_a .detail_a_p {
  color: #222;
}
.course_other .course_item_outer .course_item .text .detail_a_wrapper .detail_a .arrow {
  border-bottom: #222 solid 1.5px;
  border-right: #222 solid 1.5px;
}
@media (max-width: 767px) {
  .course_other .course_item_outer .course_item:first-child {
    margin-top: 0;
  }
}
.course_other .course_item_outer .course_item:nth-child(even) {
  flex-direction: row-reverse;
}

.column_pager {
  text-align: center;
  margin: 7rem auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .column_pager {
    margin-top: 4rem;
  }
}
.column_pager .page-numbers {
  display: inline-block;
  margin: 0.8rem;
  padding: 1.8rem 0;
  font-size: 1.6rem;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 1.2rem;
  border-radius: 50%;
  background-color: white;
  color: black;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}
@media (max-width: 767px) {
  .column_pager .page-numbers {
    font-size: 1.2rem;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 2rem;
    padding: 0.6rem 0;
  }
}
.column_pager .current {
  background-color: yellow;
}
.column_pager .next, .column_pager .prev {
  background-color: #EEEFF5;
  position: relative;
}
.column_pager .next::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: #222 solid 1px;
  border-right: #222 solid 1px;
  rotate: -45deg;
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.column_pager .prev::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: #222 solid 1px;
  border-left: #222 solid 1px;
  rotate: 45deg;
  position: absolute;
  top: 55%;
  left: 45%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.column_pager .dots {
  background-color: transparent;
  color: white;
}

.contact_wrapper {
  background: #473BCE;
  display: flex;
  justify-content: center;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .contact_wrapper {
    padding: 4rem 0;
  }
}
.contact_wrapper iframe {
  width: 640px;
  height: 2270px;
  background: #fff;
}
@media (max-width: 639px) {
  .contact_wrapper iframe {
    height: 2690px;
    width: 375px;
  }
}/*# sourceMappingURL=style.css.map */