@charset "UTF-8";
/*==================================================
                 tenplate
==================================================*/
*,*::before,*::after {
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin-top: 0px!important;
	scroll-behavior: smooth;
}

*{
	margin: 0px;
	padding: 0px;
    font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 1px;
	color: #000;
	font-feature-settings: "palt";
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
a:hover{
	text-decoration: none!important;
}
p{
	line-height: 2;
	font-size:16px;
	letter-spacing: 1px;
	font-weight: 400;
}
main{
	width: 100%;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	margin-bottom: 50px;
	font-weight: 500;
	line-height: 1.5;
}
h1,.h1 {
	font-size: 2.5rem
}
h2,.h2 {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
h3,.h3 {
	font-size: 1.75rem;
	font-weight: 700;
}
h4,.h4 {
	font-size: 1.5rem
}
h5,.h5 {
	font-size: 1.25rem
}
h6,.h6 {
	font-size: 1rem
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}
.font-mon{
	font-family: "Montserrat", sans-serif;
}
@media(min-width:768px) {
	.container {
		max-width: 720px
	}
}
@media(min-width:992px) {
	.container {
		max-width: 960px
	}
}
@media(min-width:1200px) {
	.container {
		max-width: 1140px
	}
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
@media(min-width:769px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}
@media(min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}
.text-center{
	text-align: center!important;
}
/*==================================================
                   共通
==================================================*/
.section{
	padding: 100px 20px;
}
.title_box{
	margin-bottom: 40px;
}
.title_box h2{margin-bottom: 10px;}
.title_box p{
	color: #BD9F79;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
}
.m_b_0{
	margin-bottom: 0px!important;
}
.m_b_5{
	margin-bottom: 5px!important;
}
.m_b_10{
	margin-bottom: 10px!important;
}
.m_b_20{
	margin-bottom: 20px!important;
}
.m_b_30{
	margin-bottom: 30px!important;
}
.m_b_40{
	margin-bottom: 40px!important;
}
.m_b_50{
	margin-bottom: 50px!important;
}
.m_b_60{
	margin-bottom: 60px!important;
}
.n_992{
	display: block!important;
}
.b_992{
	display: none!important;
}
.n_768{
	display: block;
}
.b_768{
	display: none!important;
}
.n_480{
	display: block;
}
.b_480{
	display: none;
}
.text_center{
	text-align: center;
}
.menu {
	display: none;
	text-align: center;
	letter-spacing: -.40em;
	position: fixed;
	z-index:999;
}
.fv_btn{
	max-width: 650px;
    width: 100%;
	text-align: left;
}
.fv_btn p{
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px!important;
	text-align: center!important;
	padding-left: 0px!important;
}

.fv .fv_btn .row{
	align-items: flex-end;
}
.fv .fv_btn .row .col-md-6{
	padding-right: 15px;
	padding-left: 0px;
}
.annotation{
	font-size: 11px;
}
.btn,
a.btn,
button.btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 20px 30px;
	border-radius: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
}
a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 20px 30px;
  color: #fff;
  border-radius: 50px;
  background-image: -webkit-linear-gradient(
    335deg,
    #2E7CF6 0%,
    #1353b6 100%
  );
  background-image: linear-gradient(
    115deg,
   #2E7CF6  0%,
    #1353b6 100%
  );
}
a.btn-c p {
  position: relative;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0px;
	margin-right: 10px;
}

a.btn-c:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	  border-radius: 50px;;
  background-image: -webkit-linear-gradient(
    335deg,
    #4CACCF 0%,
    #2E7CF6 100%
  );
  background-image: linear-gradient(
    115deg,
    #4CACCF 0%,
    #2E7CF6 100%
  );
}

a.btn-c:hover {
  color: #fff;
}
a.btn-c:hover:before {
  opacity: 0;
}
a.btn-c:hover .dli-arrow-right  {
 right: 10px;
}
.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 15px;
  height: 2px;
  background: currentColor;
  position: absolute;
  top: 49%;
  right: 20px;
  margin: 0;
  padding: 0;
  content: "\f30b";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dli-arrow-right::before {
  content: '';
  width: 10px;
  height:10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.dli-arrow-left {
  display: inline-block;
  vertical-align: middle;
  color: #2E7CF6;
  line-height: 1;
  width: 15px;
  height: 2px;
  background: currentColor;
  position: absolute;
  top: 49%;
 left: 30px;
  margin: 0;
  padding: 0;
  content: "\f30b";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dli-arrow-left::before {
  content: '';
  width: 10px;
  height:10px;
  border: 2px solid currentColor;
border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
  position: absolute;
  top: 50%;
  left: -0.05em;
  box-sizing: border-box;
}
a.btn-w {
    font-size: 1.8rem;
    position: relative;
    padding: 40px 60px;
    color: #fff;
    border-radius: 50px;
    background: #fff;
}
a.btn-w p {
  position: relative;
	color: #2E7CF6;
	font-size: 25px;
	letter-spacing: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}
a.btn-w:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	  border-radius: 50px;;
background: #fff;
}

a.btn-w:hover {
  color: #2E7CF6;
	background: rgba(255,255,255,.7);
}
a.btn-w:hover:before {
  opacity: 0;
}

a.btn-w:hover .dli-arrow-right  {
  right: 20px;
}
a.btn-w .dli-arrow-right {
  color: #2E7CF6;
width: 25px;
 right: 40px;
}
a.btn-w .dli-arrow-right::before {
  content: '';
  width: 15px;
  height: 15px;
}
a.btn-l:hover .dli-arrow-left  {
  left: 20px;
}
a.btn-l {
    font-size: 16px;
    position: relative;
    padding: 15px 60px;
    color: #fff;
    border-radius: 50px;
    background: none;
	border: 2px solid #2E7CF6;
    max-width: 250px;
    width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn-l:hover {
	background: rgba(255,255,255,.5);
}
a.btn-l p {
  position: relative;
	color: #2E7CF6;
	font-size: 18px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
a.btn-l:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	border-radius: 50px;;
    background: none;
}
a.btn-l:hover {
  color: #2E7CF6;
}
a.btn-l:hover:before {
  opacity: 0;
}
a.btn-l:hover .dli-arrow-right  {
  right: 20px;
}
a.btn-l .dli-arrow-right {
  color: #2E7CF6;
width: 15px;
 right: 40px;
}
a.btn-l .dli-arrow-right::before {
  content: '';
  width: 10px;
  height: 10px;
}

/*==================================================
                  header
==================================================*/
header img{
	width: 200px;
}
header{
	text-align: center;
	width: 100%;
}
.header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header__inner {
  padding: 10px 20px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.fixed_header .header__inner{
	background: #fff;
    box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.03);	
	padding: 15px 20px;
}
.fixed_header .header__nav {
    padding: 0px 0px;
    border-radius: 0px;
    box-shadow: none
}
.header_title{
	margin-bottom: 0px;
}
.header_title .scroll{
	display: none;
}
.header_title img {
  display: block;
  width: auto;
  height: 50px;
	margin-left: 20px;
}
.fixed_header .header__inner .header_title .scroll{
	display: block;
}
.fixed_header .header__inner .header_title .top{
	display: none;
}
.nav-items__item a.btn-gradient_o{
	width: fit-content;
	margin-right: 12px;
}
.nav-items__item a.btn-gradient_b {
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.fixed_header .header__inner .nav-items__item a {
    color: #092D40;
}
.fixed_header .header_title {
    padding: 0px 0px 0px 0px;
    border-radius:0 0 0 0;
    box-shadow: none;
}
.fixed_header .hamburger span {
  background-color: #fff;
}
.sp_menu_on{
	display: none!important;
}
.sp_menu_on_logo{
	display: none!important;
}
.sp_menu_btnbox{
	display: none!important;
}
@media screen and (min-width: 992px) {
  .header__nav {
    position: static;
    transform: initial;
    height: inherit;
    display: flex;
    justify-content: end;
   width: fit-content;
  }
}
@media screen and (min-width: 992px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}
.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.nav-items li{
	list-style: none;
	display: flex;
}
@media screen and (min-width: 992px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);

  }
}
.nav-items__item a {
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0px;
	font-weight: 500;
}
.nav-items__item:last-child a {
  margin-bottom: 0;
}
.nav-items_link{
	padding: 0 30px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}
.nav_hover a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 3px;
background: #97C5EC;
bottom: -8px;
transform: scale(0, 1);
transform-origin: center top; 
transition: transform 0.3s; 
}
.nav_hover a:hover::after {
transform: scale(1, 1);
}
.nav_hover a {
position: relative;
}
@media screen and (min-width: 992px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}
.header__hamburger {
  width: 80px;
  height: 80px;
}
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
background: linear-gradient(70deg, #4CACCF, #2E7CF6);
	border: 0px;
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 992px) {
.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
  z-index: 900;
}
.nav_hover a::after {
position: relative;
background: none;
}
    .nav-items__item a:hover {
        color:#7090a1;
    }
.nav-items li {
    padding: 35px 0px;
}
	.nav-items .nav_txt{
    border-bottom: 2px solid #4CACCF;
	max-width: 600px;
		width: 90%;
	margin: 0 auto
	}
.header__nav.active .nav-items__item a {
           font-size: 30px;
        text-align: left;
        letter-spacing: 2px;
	font-weight: 500;
    }
.nav-items li:last-child {
    border-bottom: none;
}
.nav-items {
    width: 100%;
}
.btn_menu {
    max-width: 400px!important;
	}
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 40px;
	margin: 0 auto;
  height: 2px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 10px auto;
}
.hamburger span:nth-child(3) {
  top: 0;
}
.header__nav.active {
  transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
	    background: #fff;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
    background: #fff;
}
	.nav-items .no_under{
	border-bottom: 0px;
		padding-bottom: 100px;
	}
	.nav-items .no_under img{
	width: 25px;
	    padding-bottom: 5px;
    margin-left: 10px;
	}
/*==================================================
                   fv
==================================================*/
.main_imgBox {
    height: 900px;
    overflow: hidden;
    position: relative; }

  .main_logo {
    z-index:11;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:50%;
    height:auto;
}
  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 680px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }
    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }
    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }
  .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }
  .main_imgM {
    opacity: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_imgM:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_imgM:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_imgM:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_imgM:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }
  .main_imgM:nth-of-type(6) {
      -webkit-animation-delay: 30s;
     animation-delay: 30s; }

@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}
@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}
.fv{
	position: relative;
}
.fv_ttl{
	position: absolute;
	left: 10%;
	bottom: 100px;
	z-index: 99;
	width: calc(100% - 10%);
}
.fv_ttl h1{
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 3px;
}
.fv_ttl p{
	color: #fff;
}
.sp_fv_btn{
	display: none;
	text-align: right;
	margin-top: 30px;
}
.sp_fv_btn .btn-c {
    padding: 20px 30px;
    border-radius: 50px 0 0 50px;
	width: 250px;
}
.sp_fv_btn .btn-c:before {
    border-radius: 50px 0 0 50px;
}
/*==================================================
               company
==================================================*/
.company{
	background: linear-gradient(70deg, #A9D8EF, #63A4FF, #4195EA);
	padding: 100px 0 0 0;
}
.mission{
	text-align: center;
	margin-bottom: 100px;
}
.mission h2{
	color: #fff;
	letter-spacing: 3px;
	font-weight: 500;
}
.mission p{
	color: #fff;
	letter-spacing: 1px;
}
.mission .ttl p{
	color: #fff;
	margin-bottom: 30px;
	letter-spacing: 2px;	
}
.vision{
	text-align: left;
	margin-bottom: 100px;
}
.vision h2{
	color: #fff;
	font-size: 400;
	letter-spacing: 3px;
	font-weight: 500;
	text-align: left;
}
.vision p{
	color: #fff;
	letter-spacing: 1px;
}
.vision .ttl p{
	color: #fff;
	margin-bottom: 30px;
}
.vision img{
	max-width: 320px;
	width: 100%;
}
.vision .col-md-5{
	text-align: center;
}
.vision .row{
	align-items: center;
}
.value{
	margin-bottom: 100px;
}
.value .ttl p{
	color: #fff;
	margin-bottom: 30px;
}
.value .col-md-4{
	padding: 10px;
}
.value .col-md-4 .inner{
	background: rgba(255,255,255,.8);
	border-radius: 20px;
	padding:50px 30px;
	text-align: center;
box-shadow: 0px 0px 15px #187dee;
}
.value .col-md-4 .inner img{
	width: 60px;
	margin: 0 auto 5px auto;
}
.value .col-md-4 .inner .item_ttl p{
	color: #4CACCF;
	margin-bottom: 5px;
	font-size: 16px;
	text-align: center;
}
.value .col-md-4 .inner .item_ttl h3{
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}
.value .col-md-4 .inner p{
	font-size: 14px;
	text-align: left;
	letter-spacing: 0px;
}

    .l-inner {
      position: relative;
      box-sizing: content-box;
      margin: 0 auto;
      padding: 0;
    }
    .c-temp {
      line-height: 1;
    }
    .c-temp .l-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    .c-temp .text {
      font-size: 2.4rem;
      font-weight: bold;
    }

    .c-temp .button {
      font-size: 1.4rem;
      font-weight: bold;
      display: block;
      width: 12rem;
      padding: 1.6rem 0 1.2rem;
      text-align: center;
      letter-spacing: 0.1em;
      color: #fff;
      border-radius: 100px;
      background-color: var(--color-theme);
    }
    .c-footer .l-inner {
      padding-top: 0;
    }
    .c-footer .text {
      color: var(--color-gray);
    }
    .c-info {
      font-size: 1.4rem;
      display: inline-block;
      margin-top: 4rem;
      margin-bottom: 6.4rem;
    }
    .c-info li {
      position: relative;
      padding-left: 16px;
      color: #fff;
    }
    .c-info li::before {
      position: absolute;
      top: 0.6em;
      left: 0;
      display: inline-block;
      width: 8px;
      height: 2px;
      content: "";
      background-color: var(--color-gray);
    }
    .c-info li+li {
      margin-top: 0.8rem;
    }
    .c-title {
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.6;
      display: inline-block;
      min-width: 32rem;
      margin-bottom: 6.4rem;
      vertical-align: top;
      color: #fff;
    }
    .c-title [class*=ico-] {
      font-size: 1.3rem;
      line-height: 1;
      display: block;
      width: 10rem;
      margin-bottom: 1.2rem;
      padding: 0.8rem 0 0.6rem;
      text-align: center;
      letter-spacing: 0.05em;
      border-radius: 100px;
      background-color: var(--color-theme-darken);
    }
    .c-title .ico-advanced {
      color: #fff;
      background-color: #333;
    }
    .splide {
      z-index: 0;
    }
	  .splide__pagination {
      font-size: 0;
    }

    .splide__pagination__page:focus-visible {
      outline: 3px solid rgba(180, 233, 0, 0.8);
      outline-offset: 3px;
      z-index: 1;
      transition: none;
    }

    .splide__slide:focus-visible {
      outline: 3px solid rgba(180, 233, 0, 0.8);
      outline-offset: 3px;
      z-index: 1;
      transition: none;
    }
    .splide-wrapper {
      position: relative;
    }
    .card02 {
      overflow: hidden;
    }

    .card02 .splide__track {
      overflow: visible;
    }
    .card02 .splide-controller {
      display: flex;
      gap: 1.6rem;
      align-items: center;
      margin-top: 3.2rem;
    }
    .card02 .splide__pagination {
      display: flex;
      flex-wrap: wrap;
      gap: 0 20px;
      justify-content: flex-start;
      margin: 0 auto 0 auto;
      text-align: center;
    }
    .card02 .splide__pagination>li {
      font-size: 0;
      /* liタグの下にある余白を消すため */
    }
    .card02 .splide__pagination__page {
    width: 14px;
    background: #508AD6;
    height: 14px;
	    border-radius: 10px;
    border: 0px;
      cursor: pointer;
      transition: var(--transition);
      vertical-align: top;
    }

    .card02 .splide__pagination__page.is-active {
    width: 14px;
    background: #fff;
    height: 14px;
    border-radius: 10px;
    border: 0px;
    }
    .card02 .splide__slide {
      width: max-content;
      transition: opacity var(--transition);
    }

    .card02 .splide__slide.is-active {
      opacity: 1;
    }
    .card02 .slide {
      overflow: hidden;
      border-radius: 4px;
    }
    .card02 .slide-content {
      padding: 3.2rem;
      background-color: #3c3c3c;
    }
/*==================================================
               img_loop
==================================================*/
	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
	padding: 0 10px;
}
.scroll-infinity__item>img {
      width: 100%;
}
.life .scroll-infinity__item>img {
    border-radius: 15px;
}
/*==================================================
                aboutus
==================================================*/
.aboutus{
	background: #ECF8FD;
	padding: 100px 0;
}
.aboutus h2{
    color: #2E7CF6;
    font-size: 3rem;
    font-weight: 500;
    text-align: right;
	margin-bottom: 60px;
}
.aboutus h3{
color: #2E7CF6;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 2px;
    margin-bottom: 0px;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.business{
	margin-bottom: 100px;
}
.aboutus .container{
	max-width: 100%;
	width: calc(100% - 40%);
	padding: 0px;
}
.business .row{
	flex-flow: row;
}
.business_contents{
	display: flex;
	flex-flow: row;
}
.business_contents figure{
	width: 50%;
	flex-shrink: 0;
	padding: 0 30px 0 0;
}
.buniness_txt{
	padding: 0 0 0 30px;
}
.buniness_txt p{
	line-height: 1.8;
	letter-spacing: 0px;
	margin-bottom: 30px;
}
.timeline .line_half{
  position: relative;
  border-bottom: 1px solid #2E7CF6;
}
.timeline .line{
  position: relative;
  border-bottom: 1px solid #2E7CF6;
}
.timeline .line_half::before{
  content: '';
  position: absolute;
  bottom: -1px;
  width: 50%;
  height: 1px;
  background: #ecf8fe;
}
.timeline{
	display: flex;
padding-left: 20%;
}
.timeline .inner{
    overflow: scroll;
overflow-x: auto;
	overflow-y: hidden;
}
.about_ttl{
	width: 180px;
	flex-shrink: 0;
}
.timeline_flow .row{
display: flex;
    flex-flow: row;
    width: 100%;
}
.timeline_contents{
	width: 350px;
	flex-shrink: 0;
}
.timeline_contents .inner{
	margin-top: 40px;
	padding: 0 15px 25px 15px;
flex-shrink: 0;
}
.line_dot{
	height: 10px;
}
.line_dot span{
	width: 10px;
    height: 10px;
    background: #2E7CF6;
    border: 20px;
    position: absolute;
    border-radius: 10px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 999;
    bottom: -5px;
}
.time_line .year{
	text-align: center;
	color: #2E7CF6;
	margin-bottom: 0px;
}

/*============================================
             life
============================================*/
.life{
	background: linear-gradient(70deg, #63A4FF, #A9D8EF, #D6F4FF);
}
.life .container {
    display: flex;
	height: 600px;
justify-content: space-between;
}
.life_slider {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
}
.life_slider-list {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    align-items: center;
    animation: slideShow 20s infinite linear;
    list-style: none;
}
.life_slider-item {
    width: 400px;
    height: 250px;
	padding: 10px;
}
.life_slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0.5rem;
	border-radius: 10px;
}
.life_slider:hover .life_slider-list {
    animation-play-state: paused;
}
@keyframes slideShow {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(100%);
    }
}
.life_circle img{
	width: 100px;
}
.life_txt{
	width: 50%;
}
.life_txt .inner{
	padding-top: 80px;	
}
.life_txt ul{
	display: flex;
	list-style: none;
	width: 100%;
}
.life_txt ul li{
	width: 33.333%;
}
.life_txt ul li .inner{
	text-align: center;
	padding-top: 0px;
}
.life_txt ul li .inner p{
	padding: 0px;
}
.life h2 {
    color: #2E7CF6;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 30px;
	text-align: left;
	padding-left: 40px;
}
.life_txt p{
	margin-bottom: 40px;
	padding-left: 40px;
}
.life_circle{
	margin-bottom: 5px;
}
.life_txt .btn{
	margin-left: 40px;
	max-width: 300px;
}

/*=========================================
             team
=========================================*/
.team{
    background: #ECF8FD;
    padding: 100px 0;
}
.team .arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.team .arrow::before,
.team .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.team_arrow::before{
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.team_arrow::after{
	left: 4px!important;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.team_base ul{
	list-style: none;
	width: 100%;
}
.team_base ul li .team_li_ttl{
	display: flex;
	align-items: center;
}
.team_base ul li .team_li_ttl p{
	margin-bottom: 0px;
	margin-right: 8px;
}
.team_base ul li{
	background: #DFF2FA;
    border-radius: 30px;
	margin-bottom: 15px;
}
.team_base .dot{
	height: 10px;
	width: 10px;
	border-radius: 10px;
	margin-right: 10px;
}
.team_li_ttl{
    background: #C0E7FF;
    border-radius: 30px;
    padding: 5px 20px;
	width: 260px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team_li_ttl:hover{
    background: #92d6ff;
}
.team_base .dot01{
	background: #8DE2FE;
}
.team_base .dot02{
	background: #85E0F9;
}
.team_base .dot03{
	background: #77D3F1;
}
.team_base .dot04{
	background: #7ABAFF;
}
.team_base .dot05{
	background: #4290EF;
}
.team_base{
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: center;
}
.team_base .x_p{
	writing-mode: vertical-rl;
    margin-right: 20px;
}
.team_box02{
    position: absolute;
    right: 10px;
    bottom: 34px;
}
.team_square{
	margin-top: 20px;
}
.team_square .inner{
background: #fff;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 220px;
}
.team_square .inner img{
	width: 60px;;
}
.team_item .btn01{
	background: #FF6969;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team_item .btn02{
	background: #4CACCF;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team_item .btn03{
	background: #5076D6;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team_item .inner{
	text-align: center;
	padding: 0 15px;
}
.team_item .btn01:hover {
    background: #ec3e3e;
}
.team_item .btn02:hover {
    background: #3293b7;
}
.team_item .btn03:hover {
    background: #365dc1;
}
.team_btn{
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team_ttl{
	    display: flex;
    width: 100%;
    justify-content: space-between;
	margin-bottom: 120px;
}
.team_ttl h2{
color: #2E7CF6;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 40px;
}
.team_item .box{
	height: 50px;
}
.btn01 .arrow {
    color: #FF6969;
}
.team_btn .team_arrow::before {
    background: #fff;
    border: 1px solid #fff;
}
.btn01 .team_arrow::after {
    border-top: 1px solid #FF6969;
    border-right: 1px solid #FF6969;
}
.btn02 .team_arrow::after {
    border-top: 1px solid #4CACCF;
    border-right: 1px solid #4CACCF;
}
.btn03 .team_arrow::after {
    border-top: 1px solid #5076D6;
    border-right: 1px solid #5076D6;
}
.team_item .team_arrow{
	margin-left: 5px;
}
.team .container .annotation{
	text-align: right;
	font-size: 16px;
}
/*=========================================
              news
=========================================*/
.news {
    background: linear-gradient(70deg, #D6F4FF, #A9D8EF,  #63A4FF);
	padding: 100px 0;
}
.news h2{
	color: #2E7CF6;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: left;
}
.news_contents a:hover .news_ttl{
	color: #2E7CF6;
}
.news .row{
	flex-flow: row;
	margin-bottom: 40px;
}
.news_contents{
	width: 25%;
	padding: 10px;
}
.news_contents figure{
	margin-bottom: 10px;
}
.news_contents .time{
	font-size: 12px;
}
.news_contents .news_ttl{
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 1.5;
	margin-bottom: 0px;
}
.news_btn{
	width: 100%;
	text-align: center;
}
.news .news_contents figure img{
	height: 150px;
    object-fit: cover;
    object-position: 100% 100%;
}
/*=========================================
              career_pitch_deck
=========================================*/

.career_pitch_deck{
    background: #ECF8FD;
    padding: 100px 0;
}
.career_pitch_deck h2 {
    color: #2E7CF6;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}
.career_pitch_deck .file{
	text-align: center;
}
.career_pitch_deck .file iframe{
aspect-ratio: 728 / 408;
    max-width: 728px;
    width: 100%;
}
/*=========================================
             cv
=========================================*/
.cv{
    background: linear-gradient(30deg, #63A4FF, #A9D8EF);
	padding: 100px 0;
}
.cv .cv_ttl{
	width: 50%;	
}
.cv .cv_btn{
	width: 50%;
}
.cv h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left
}
.cv p{
    color: #fff;	
}
.cv .cv_btn .btn-w {
    font-size: 1.5rem;
    padding: 30px 20px;
    border-radius: 80px;
    width: 450px;
}
.cv .cv_btn .btn-w:before {
    border-radius: 80px;
}
.cv .cv_btn .btn-w p{
	font-weight: 500;
}
/*=========================================
             footer
=========================================*/
footer{
	background: #F5F5F5;
	padding: 100px 0;
}
footer .row_01{
	margin-bottom: 100px;
}
footer .row_01 .footer_logo{
	width: 250px;
}
footer .row_01 .col-lg-6 ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}
footer .row_01 .col-lg-6 ul li{
	text-align: left;
}
footer .row_01 .col-lg-6 ul li a{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .row_01 .col-lg-6 ul li a:hover{
color: rgba(0,0,0,.6);
}

footer .row_01 .col-lg-6 .link02 {
    display: flex;
    align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .row_01 .col-lg-6 .link02:hover{
color: rgba(0,0,0,.6);
}
footer .row_01 .col-lg-6 .link02 img{
	width: 20px;
	margin-left: 10px;
}
footer .row_02 ul{
    list-style: none;
    display: flex;	
}
footer .row_02 ul li{
	width: 180px;
	font-size: 14px;
}
footer .row_02 ul li a{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .row_02 ul li a:hover{
color: rgba(0,0,0,.6);
}
footer .row_02 .inc{
	line-height: 1;
	font-size: 12px;
}
/*=========================================
              responsive
=========================================*/
@media screen and (max-width:1700px){
.aboutus .container{
	width: calc(100% - 30%);
}
.timeline {
    padding-left: 15%;
}
.about_ttl {
    width: 150px;
}
}
@media screen and (max-width:1440px){
.aboutus .container{
	width: calc(100% - 20%);
}
.timeline {
    padding-left: 10%;
}
}
@media screen and (max-width:1280px){
.nav-items__item a {
    font-size: 13px;
}
.header__nav {
    padding: 10px 0px 10px 10px;
}
.nav-items_link {
    padding: 0 20px;
}
.aboutus h3 {
font-size: 1.5rem;
}
.about_ttl {
        width: 120px;
    }
.aboutus h2 {
    font-size: 2rem;
}
	}
@media screen and (max-width:1200px){
.value .col-md-4 .inner {
    padding: 40px 20px;
}
.aboutus .container{
	width: calc(100% - 10%);
}
.timeline {
    padding-left: 5%;
}
.team_square .inner {
    width: 180px;
    height: 180px;
}
.team_btn {
    font-size: 12px;
    letter-spacing: 0px;

}
.team_base ul li .team_li_ttl p {
    font-size: 12px;
    letter-spacing: 0px;
}
.team_li_ttl {
    width: 210px;
}
}
@media screen and (max-width:1080px){
.nav-items__item a {
    font-size: 1.1vw;
}	
}
@media screen and (max-width:992px){
footer .row_02 ul {
    width: fit-content;
    margin: 0 auto;
}
	footer .row_01 .col-lg-6{
		text-align: center;
	}
	footer .row_01 .footer_logo{
		margin-bottom: 30px;
	}
footer .row_01 .col-lg-6 ul li {
  width: 50%;
}
	footer .row_02{
		flex-flow: column-reverse;
	}
	footer .row_02 .col-lg-6{
	margin-bottom: 20px;
		text-align: center;
	}
footer .row_01 .col-lg-6 .link02 {
    width: fit-content;
    margin: 0 auto;
}
footer .row_01 .col-lg-6 ul li {
    text-align: center;
}
footer .row_01 {
    margin-bottom: 80px;
}
.cv .row {
flex-flow: column;
}
.cv .cv_ttl {
    width: 100%;
	text-align: center;
}
.cv h2 {
    font-size: 3rem;
    text-align: center;
}
.cv .cv_btn {
        width: 100%;
        text-align: center;
        padding-top: 30px;
}
.news_container{
		max-width: 100%;
		padding: 0px;
	overflow: scroll;
        overflow-x: auto;
        overflow-y: hidden;
		margin-bottom: 20px;
	}
.news .row {
width: 1300px;
}
.team .container .annotation {
    text-align: left;
}
.team_ttl {
    margin-bottom: 40px;
}
.team_ttl {
flex-flow: column;
}
.team_ttl h2 {
    padding-left: 0px;
}
.team .team_container02{
		max-width: 100%;
		padding: 0px;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: hidden;
	}
.life_txt {
    width: 100%;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: hidden;
}
.team_base ul li .team_li_ttl p {
        font-size: 16px;
    }
    .team_li_ttl {
        width: 260px;
    }
.team_square .inner {
        width: 220px;
        height: 220px;
    }
.team_box02 {
    bottom: 90px;
}
.team_btn {
        font-size: 16px;
    }
.team_base {
        width: 1100px;
        padding-left: 20px;
        height: 420px;
        margin-bottom: -40px;
}
.life {
background: linear-gradient(20deg, #e6f8ff, #8fd3f6, #67a3f8);
padding: 30px 0;
}
.life_txt ul li .inner p {
    color: #000;
}
.life_txt .inner {
        text-align: center;
        max-width: 680px;
        width: 100%;
}
.life_txt p {
    padding-left: 60px;
}
.life h2 {
    padding-left: 60px;
    color: #fff;
}
.life_txt .btn {
    margin-left: 0px;
    max-width: 300px;
}
.life_txt .btn p {
    padding-left: 50px;
}
.life_txt p {
    color: #fff;
	text-align: left;
}
.life_txt ul li .inner p{
	text-align: center;
	line-height: 1.5;
}
.life_circle {
    margin-bottom: 10px;
}
	.timeline_contents .inner figure{
		margin-bottom: 20px;
	}
	.buniness_txt{
		text-align: center;
	}
	.buniness_txt p{
		text-align: left;
		}
    .about_ttl {
        width: 100%;
	text-align: left;
		margin-bottom: 30px;
    }
.buniness_txt {
    padding: 0 0;
}
.timeline {
flex-flow: column;
}
.aboutus .container{
	width: calc(100% - 40px);
}
.timeline {
    padding-left: 20px;
}
.business .row{
    flex-flow: column;
}
    .aboutus h3 {
        writing-mode: horizontal-tb;
        width: fit-content;
    }
.business_contents {
    flex-flow: column;
}
.business_contents figure {
    width: 100%;
    padding: 0;
	margin-bottom: 30px;
}
.buniness_txt p {
    margin-bottom: 30px;
}
.header__inner {
    padding: 0;
}
a.btn-gradient_n {
	display: flex!important;
}
.header__nav.active {
    background: #ECF8FD;
	visibility: visible;
    opacity: 1;
}
.nav-items__item a {
    color: #092D40;
}
.n_992{
	display: none!important;
}
.b_992{
	display: block!important;
}
.fixed_header .header__inner {
    padding: 0px;
	background: #fff;
}
.header__nav {
    border-radius: 0;
	padding: 0;
}
.nav-items__item a {
    font-size: 16px;
}
.btn_menu {
    width: 100% !important;
    margin: 0 auto;
}
.nav-items li:last-child{
		border-bottom:0px;
	}
.nav-items a.btn-gradient_o{
	margin: 0 auto 15px auto;
	}
.nav-items li {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.nav-items__item a.btn-gradient_b {
    margin: 0 auto 15px auto;
    }
.header__inner .active .sp_menu_on_logo{
		display: block!important;
		width: fit-content;
	}
.header__inner .active .sp_menu_on{
		display: block!important;
        max-width: 600px;
        width: 90%;
        margin: 0 auto;
	}
.header__inner .active .sp_menu_btnbox{
		display: block!important;
	   background: linear-gradient(70deg, #A9D8EF, #63A4FF);
		padding: 60px 30px;
	}
.header__inner .active .sp_menu_off{
		display: none!important;
	}
.header__inner .active .sp_menu_on_logo img{
        padding: 15px 20px 15px 30px;
        width: 300px;
        margin: 0 auto 0 0;
	}
.header {
    height: 80px;
}
.fixed_header .header__inner {
    box-shadow: 0px;
}
	.sp_menu_btnbox p{
color: #fff;
        font-size: 4.5rem;
        line-height: 0.8;
        font-weight: 500;
        margin-bottom: 40px;
	}
	.sp_menu_btnbox p span{
       color: #fff;
        font-size: 20px;
        line-height: 0;
	}
.value .col-md-4 {
    padding: 10px;
}
.vision h2 {
    text-align: center;
}
.vision p {
    text-align: center;
}
.vision .col-lg-5 figure{
	text-align: center;
padding-top: 50px;
	}
	.value .ttl{
		text-align: center;
	}
	.value .container{
		padding: 0px 10px;
	}
.value .col-md-4 .inner .item_ttl h3 {
    font-size: 13px;
}
.value .col-md-4 .inner p {
    font-size: 12px;
}
.sp_fv_btn{
	display: block;
}
.main_imgBox {
    height: 1500px;
}
    .aboutus h2 {
        text-align: center;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:768px){
.life .container {
    height: auto;
}
.main_imgBox {
    height: 1000px;
	}
.n_768{
	display: none!important;
}
.b_768{
	display: block!important;
}
p {
    font-size: 14px;
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 30px;
}
.section {
    padding: 60px 15px;
}
col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
}
    .card02 .splide__slide {
      opacity: 0.6;
    }
	.value .container{
		max-width: 100%;
		padding: 0px;
	}
	.slider_01{
		margin-left: 20px!important;
	}
.value .col-md-4 .inner .item_ttl h3 {
    font-size: 16px;
}
.value .col-md-4 .inner p {
    font-size: 14px;
}
.fv_ttl {
    left: 30px;
    width: calc(100% - 30px);
}
.scroll-infinity__item {
  width: calc(100vw / 2);
}
.life_txt .inner {
    padding-top: 40px;
}
}
@media screen and (max-width: 600px) {
.main_imgBox {
    height: 800px;
	}
.sp_menu_btnbox p {
        font-size: 12vw;
    }
    .header__nav.active .nav-items__item a {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .sp_menu_btnbox p span {
        font-size: 16px;
		letter-spacing:0px;
    }
    .nav-items .no_under {
        padding-bottom: 50px;
    }
	.container{
		padding: 0 15px;
	}
.fv_ttl h1 {
	font-size: 12vw;
    letter-spacing: 2px;
	line-height: 1.4;
}
.fv_ttl p {
   font-size: 16px;
}
.scroll-infinity__item {
  width: calc(100vw / 1);
}
.nav-items .no_under img {
    padding-bottom: 0px;
}
    .life_txt p {
        padding-left: 0px;
    }
    .life h2 {
        padding-left: 0px;
    }
footer .row_01 .col-lg-6 ul {
flex-flow: wrap;
        max-width: 350px;
        margin: 0 auto 10px auto;
}
    footer .row_01 .col-lg-6 ul li {
        padding: 10px;
    }
footer {
    padding: 60px 0 50px 0;
}
.cv .cv_btn .btn-w {
max-width: 400px;
    width: 100%;
}
}
@media screen and (max-width:480px){
    .cv h2 {
    font-size: 2.4rem;
    }
    .aboutus h2 {
font-size: 18px;
    }
.value .ttl p {
font-size: 18px;
}
.vision .ttl p {
font-size: 18px;
}
.mission .ttl p {
font-size: 18px;
}
.vision h2 {
        font-size: 22px;
        letter-spacing: 1px;
        }
.mission h2 {
   font-size: 22px;
}
.life h2 {
    font-size: 2.4rem;
}

.main_imgBox {
height: 100vh;
	}
    .fv_ttl {
        left: 15px;
        width: calc(100% - 15px);
		bottom: 20px;
    }
a.btn-w p {
    font-size: 20px;
}
.header__inner .active .sp_menu_btnbox {
        padding: 30px 20px;
    }
    .header__nav.active .nav-items__item a {
        font-size: 20px;
    }
a.btn-w {
	padding: 40px 20px;
	width: 100%;
}
.header_title img {
    height: 40px;
margin-left: 15px;
}
.nav-items li {
    padding: 20px 0px;
}
.nav-items__item a {
    font-size: 14px;
}
.n_480{
	display: none!important;
}
.b_480{
	display: block!important;
}
    .header__inner .active .sp_menu_on_logo img {
        padding: 15px 20px 15px 20px;
        width: 280px;
    }
    .nav-items .no_under {
        padding-bottom: 30px;
    }
    .life_txt p {
        letter-spacing: 0px;
    }
.team_ttl h2 {
    font-size: 2.4rem;
}
.news h2 {
    font-size: 2.4rem;
}
.career_pitch_deck h2 {
    font-size: 2.4rem;
}
.company {
    padding: 60px 0 0 0;
}
.aboutus {
    padding: 60px 0;
}
.team {
    padding: 60px 0;
}
.news {
    padding: 60px 0;
}
.career_pitch_deck {
    padding: 60px 0;
}
.card02 .splide-controller {
    margin-top: 25px;
}
.value {
    margin-bottom: 60px;
}
.vision {
    margin-bottom: 60px;
}
    .nav-items {
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
}
@media screen and (max-width:400px){
    .vision h2 {
        font-size: 5.4vw;
	}
.team_ttl h2 {
    font-size: 2rem;
}
.news h2 {
    font-size: 2rem;
	}
.career_pitch_deck h2 {
    font-size: 2rem;
	}
.life h2 {
    font-size: 2rem;
	}
    .cv h2 {
    font-size: 2rem;
    }
}
