html,body{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #191A1D;
  line-height: 1.9;
}
a{
  color: #191A1D;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
a svg path{
  transition: fill 0.3s, stroke 0.3s;
}
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.en{
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.bl{ color: #2645C8; }
.lb{ color: #3D69FA; }

.bg-bl{
  background: #2545C9;
  color: #fff;
}
.bg-lb{
  background: #3D69FA;
  color: #fff;
}
.bg-bk{
  background: #191A1D;
  color: #fff;
}
.bg-pa{
  background: #E6EAF0;
}
.bg-sl{
  position: relative;
}
.bg-sl::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg-slash.png) center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.2;
}
.bg-sl.bg-pa::before{
  opacity: 1;
}
.bg-sl.bg-bl::before{
  background: url(../images/common/bg-slash_bl.png) center top no-repeat;
  background-size: 100% auto;
  opacity: 1;
}




body{
  padding-top: 8rem;
}
.anchor{
  padding-top: 8rem;
  margin-top: -8rem;
}

.nav{
  width: 100%;
  height: 8rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav a.logo{
  display: flex;
  align-items: center;
  margin: 0 auto 0 min(1.54vw,2rem);
  position: relative;
  z-index: 2;
}
.nav a.logo img{
  width: min(12.6vw,18.2rem);
  margin-bottom: 5%;
}
.nav a.logo span{
  display: inline-block;
  line-height: 1.86em;
  border-radius: 0.93em;
  background: #F4F4F4;
  padding: 0 1em;
  font-size: min(0.97vw,1.4rem);
  font-weight: 700;
  margin-left: 0.86em;
}
.nav ul.nav-li{
  display: flex;
  justify-content: flex-end;
  margin-right: 1.6em;
  gap: 1.6em;
  font-size: min(1.2vw,1.6rem);
  font-weight: 700;
}
.nav > .arrow-btn{
  width: min(12vw,18rem);
  height: 3.25em;
  font-weight: 900;
  font-size: min(1.23vw,1.6rem);
  margin-right: min(1.54vw,2rem);
  padding-right: 1.5em;
}


.common-header{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 21.2rem;
  text-align: center;
  position: relative;
}
.common-header::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/header-bg.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}
.newgraduate .common-header.bg-pa{
  color: #3D69FA;
}
.common-header.bg-pa::before{
  opacity: 0.25;
}
.common-header h1{
  font-size: 3.6rem;
  letter-spacing: 0.04em;
}


.sec{
  padding: 8rem 0;
}


.content{
  position: relative;
  z-index: 1;
}


.ttl-1{
  font-size: 8rem;
  line-height: 1.1;
  text-align: center;
}
.ttl-1-ja{
  font-weight: 700;
  text-align: center;
  margin-bottom: 9rem;
}

.ttl-2{
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
}


.arrow-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  background-color: #2545C9;
  color: #fff;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.arrow-btn::before{
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico-arrow_w.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.arrow-btn.bg-pa{
  background-color: #3D69FA;
}
.arrow-btn.bg-wh{
  background-color: #fff;
  color: #2545C9;
}
.arrow-btn.bg-wh-lb{
  background-color: #fff;
  color: #3D69FA;
  border: 0.2rem solid #3D69FA;
}
.arrow-btn.bg-wh::before{
  background: url(../images/common/ico-arrow.svg) center center no-repeat;
  background-size: contain;
}
.arrow-btn.bg-wh-lb::before{
  background: url(../images/common/ico-arrow_lb.svg) center center no-repeat;
  background-size: contain;
  right: 1rem;
}


.insta-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  line-height: 5.6rem;
  border-radius: 2.8rem;
  background: #fff;
  font-weight: 700;
}
.insta-btn::before{
  content: "";
  display: block;
  width: 1.125em;
  height: 1.125em;
  background: url(../images/common/ico-instagram.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
.insta-btn.bg-bk{
  background: #191A1D;
  color: #fff;
}
.insta-btn.bg-bk::before{
  background: url(../images/common/ico-instagram_w.svg) center center no-repeat;
  background-size: contain;
}


.ext-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  line-height: 5.6rem;
  border-radius: 2.8rem;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.ext-btn::before{
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/common/ico-ext.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}


a.ext::after{
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/common/ico-ext.svg) center center no-repeat;
  background-size: contain;
  margin-left: 0.3em;
  vertical-align: -4%;
}


.wh-box{
  background: #fff;
  border-radius: 2rem;
  padding: 4rem 4.8rem;
}


ul.anchor-li{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin-top: 5rem;
}
ul.anchor-li li{
  display: block;
}
ul.anchor-li li a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 8.6rem;
  border-radius: 2rem;
  background: #F3F5F9;
  padding: 0 3.2rem;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
ul.anchor-li li a::before{
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico-arrow_bk.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}


.sec-about{
  padding: 8rem 0;
}
.home .sec-about{
  padding: 10rem 0;
}
.sec-about .wh-box + .wh-box{
  margin-top: 4rem;
}
.sec-about ul.link-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 3rem;
}
.sec-about ul.link-li li{
  display: block;
}
.sec-about ul.link-li li a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 8.6rem;
  border-radius: 2rem;
  background: #F3F5F9;
  padding: 0 3.2rem;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.sec-about ul.link-li li a::before{
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.sec-about .wh-box.has-img{
  display: flex;
  align-items: center;
  padding-right: 42.5rem;
  min-height: 40rem;
  overflow: hidden;
  position: relative;
}
.sec-about .wh-box.has-img .img{
  width: 42.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.sec-about .wh-box.has-img .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.sec-about .wh-box.has-img .img::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/home/about-flame.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-about .wh-box.has-img .arrow-btn{
  margin-top: 3rem;
}


.sec-contact{
  background: url(../images/common/contact-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 12rem 0;
}
.sec-contact h2{
  text-align: center;
}
.sec-contact .insta-btn{
  margin: 3rem auto 0;
}


.sec-bnr{
  padding: 5.4rem 0;
}
.sec-bnr ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
.sec-bnr ul li{
  display: block;
}
.sec-bnr ul li a{
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 2rem;
  align-items: center;
  width: 100%;
  border-radius: 2rem;
  background: #fff;
  padding: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.sec-bnr ul li a::before{
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico-arrow_bk.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.sec-bnr ul li a img.img{
  border-radius: 1.2rem;
}


footer .footer-1{
  background-color: #343C53;
  color: #fff;
  font-size: 1.4rem;
  padding: 12rem 0;
}
footer .footer-1 a{ color: #fff; }
footer .footer-1 .content{
  display: flex;
  justify-content: space-between;
}
footer .footer-1 .w-1 p{
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 3rem 0;
}
footer .footer-1 .w-1 a.logo{
  display: block;
  width: 24rem;
}
footer .footer-1 .w-1 .arrow-btn{
  font-size: 1.8rem;
  width: 100%;
}
footer .footer-1 .w-2{
  display: flex;
  gap: 12rem;
}
footer .footer-1 .w-2 ul.f-nav li{
  display: block;
}
footer .footer-1 .w-2 ul.f-nav li + li,
footer .footer-1 .w-2 ul.f-nav li ul{
  margin-top: 0.6em;
}
footer .footer-1 .w-2 ul.f-nav > li > a{
  font-weight: 700;
}
footer .footer-1 .w-2 ul.f-nav li ul li::before{
  content: "- ";
}
footer .footer-1 .w-3 p{
  font-size: 1.2rem;
  margin-bottom: 1em;
}
footer .footer-1 .w-3 p:not(:first-child){
  margin-top: 2.8rem;
}
ul.sns-li{
  display: flex;
  gap: 1.6rem;
}
ul.sns-li li{
  display: block;
}
ul.sns-li li a img{
  width: 2.6rem;
}
footer .footer-1 .w-3 a.logo-luxyd{
  display: block;
  width: 14.8rem;
}
footer .footer-2{
  padding: 2rem;
  font-size: 1.4rem;
}
footer .footer-2 .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-2 .copy{
  font-size: 1rem;
  opacity: 0.5;
}




/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 24rem;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background-color: #2645C8;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.6rem; }

.content{
  width: 100%;
	max-width: 118rem;
  padding: 0 5rem;
	margin: 0 auto;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1180px){

html{ font-size: 0.847vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.56vw; }
body{ font-size: 1.4rem; }

.content{
	width: 100%;
	padding: 0 1.6rem;
}


.bg-sl::before{
  background: url(../images/common/bg-slash_sp.png) center top no-repeat;
  background-size: 100% auto;
}
.bg-sl.bg-bl::before{
  background: url(../images/common/bg-slash_bl_sp.png) center top no-repeat;
  background-size: 100% auto;
}


body{
  padding-top: 6.4rem;
}
.anchor{
  padding-top: 6.4rem;
  margin-top: -6.4rem;
}

.nav{
  height: 6.4rem;
}
.nav a.logo{
  margin: 0 auto 0 1rem;
}
.nav a.logo img{
  width: 16.2rem;
  margin-bottom: 0;
}
.nav a.logo span{
  font-size: 1.4rem;
  margin-left: 0.5rem;
  margin-top: 5%;
}
.nav ul.nav-li{
  display: flex;
  justify-content: flex-end;
  margin-right: 1.75em;
  gap: 1.75em;
  font-size: min(1.23vw,1.6rem);
  font-weight: 700;
}
.nav > .arrow-btn{
  width: 11.25em;
  height: 3.25em;
  font-weight: 900;
  font-size: min(1.23vw,1.6rem);
  margin-right: min(1.54vw,2rem);
}


#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
  width: 2.6rem;
  border-radius: 1px;
  position: absolute;
  transition: .3s ease-in-out;
}
#nav-open span{
  transition: background 0s .15s;
}
#nav-open span:before {
  bottom: 0.8rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}
#nav-open span:after {
  bottom: -0.8rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}

#nav-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#nav-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: min(100% - 6.4rem);
  position: fixed;
  top: 6.4rem;
  right: 0;
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  transform: translateX(100%);
  transition: transform .3s;
}
#nav-bg::before,
#nav-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
#nav-bg::-webkit-scrollbar,
#nav-content::-webkit-scrollbar{
  display: none;
}
#nav-bg.active {
  pointer-events: inherit;
}
#nav-content.active {
  transform: translateX(0);
}
#nav-open.active span {
  background: transparent;
}
#nav-open.active span:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom .15s, transform .15s .15s;
}
#nav-open.active span:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .15s, transform .15s .15s;
}


#nav-content .wrap-1,
#nav-content .wrap-2{
  padding: 2rem 4rem;
}
ul.h-nav > li{
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
ul.h-nav li a{
  color: #fff;
}
ul.h-nav > li > a{
  display: block;
  font-weight: 700;
  padding: 0.7em 0;
}
ul.h-nav > li:has(ul) > a{
  display: inline;
  padding: 0;
}
ul.h-nav li ul{
  margin: 0.4em 0 0.9em;
}
ul.h-nav li ul li::before{
  content: "- ";
}
ul.h-nav li ul li + li{
  margin-top: 0.2em;
}
#nav-content .wrap-1 .arrow-btn{
  width: 100%;
  margin-top: 2rem;
}
#nav-content .wrap-2{
  flex-grow: 1;
  background: rgba(255,255,255,0.1);
}
#nav-content .wrap-2 p{
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
#nav-content .wrap-2 .insta-btn{
  width: 27rem;
  margin: 2rem auto 0;
}


.common-header{
  height: 16rem;
}
.common-header::before{
  background: url(../images/common/header-bg_sp.png) center center no-repeat;
  background-size: cover;
}
.common-header h1{
  font-size: 2rem;
}

.sec{
  padding: 4rem 0;
}


.ttl-1{
  font-size: 3.6rem;
  line-height: 1.4;
}
.ttl-1-ja{
  margin-bottom: 4rem;
}

.ttl-2{
  font-size: 2.4rem;
  margin-bottom: 0.6em;
}


.arrow-btn{
  width: 100%;
  height: 4.6rem;
  font-size: 1.6rem;
}
.arrow-btn::before{
  width: 2rem;
  height: 2rem;
}


.insta-btn{
  width: 31rem;
  height: 4.6rem;
}


.ext-btn{
  font-size: 1.6rem;
}


.wh-box{
  border-radius: 1.2rem;
  padding: 3rem 1.6rem;
}


ul.anchor-li{
  grid-template-columns: 100%;
  margin-top: 3rem;
}
ul.anchor-li li{
  display: block;
}
ul.anchor-li li a{
  height: 6.8rem;
  border-radius: 1.6rem;
  padding: 0 1.4rem;
  font-size: 1.6rem;
}
ul.anchor-li li a::before{
  width: 2.2rem;
  height: 2.2rem;
  right: 1.4rem;
}


.sec-about,
.home .sec-about{
  padding: 4rem 0;
}
.sec-about .wh-box + .wh-box{
  margin-top: 2rem;
}
.sec-about ul.link-li{
  grid-template-columns: 100%;
  gap: 1rem;
  margin-top: 2rem;
}
.sec-about ul.link-li li a{
  width: 100%;
  height: 5.6rem;
  border-radius: 1.2rem;
  padding: 0 1.2rem;
  font-size: 1.6rem;
}
.sec-about ul.link-li li a::before{
  width: 2rem;
  height: 2rem;
  right: 1.2rem;
}
.sec-about .wh-box.has-img{
  display: block;
  padding: 20rem 1.6rem 3rem;
  min-height: unset;
}
.sec-about .wh-box.has-img .img{
  width: 100%;
  height: 20rem;
}
.sec-about .wh-box.has-img .img::before{
  background: url(../images/home/about-flame_sp.png) center bottom no-repeat;
  background-size: contain;
}
.sec-about .wh-box.has-img .arrow-btn{
  margin-top: 2rem;
}


.sec-contact{
  background: url(../images/common/contact-bg_sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 8rem 0;
}
.sec-contact .insta-btn{
  margin: 2rem auto 0;
}


.sec-bnr{
  padding: 4rem 0;
}
.sec-bnr ul{
  grid-template-columns: 100%;
  gap: 1.2rem;
}
.sec-bnr ul li a{
  grid-template-columns: 9.2rem 1fr;
  gap: 1.2rem;
  border-radius: 1.2rem;
  padding: 1rem;
  font-size: 1.6rem;
}
.sec-bnr ul li a::before{
  width: 2rem;
  height: 2rem;
  right: 1.2rem;
}
.sec-bnr ul li a img.img{
  border-radius: 1rem;
}


footer .footer-1{
  padding: 8rem 0;
}
footer .footer-1 .content{
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding: 0 4rem;
}
footer .footer-1 .w-1{
  width: 100%;
}
footer .footer-1 .w-1 p{
  font-size: 1.4rem;
  margin: 2rem 0;
}
footer .footer-1 .w-1 a.logo{
  width: 22.8rem;
  margin: 0 auto;
}
footer .footer-1 .w-1 .arrow-btn{
  font-size: 1.4rem;
}
footer .footer-1 .w-2{
  width: 100%;
  justify-content: space-between;
  gap: 0;
}
footer .footer-1 .w-3 p{
  font-size: 1.4rem;
  text-align: center;
}
footer .footer-1 .w-3 p:not(:first-child){
  margin-top: 4rem;
}
ul.sns-li{
  justify-content: center;
  gap: 1.6rem;
}
ul.sns-li li a img{
  width: 3.2rem;
}
footer .footer-2{
  font-size: 1.2rem;
  text-align: center;
}
footer .footer-2 .content{
  display: block;
}
footer .footer-2 .copy{
  margin-top: 1em;
}




}/*　スマホここまで */



