@charset "utf-8";

/*******************************
 JS
*******************************/
.js-slick {
  overflow: hidden;
  opacity: 0;
  transition: all 300ms;
}

.js-slick.slick-initialized {
  opacity: 1;
}

/* ============================================
  KV
============================================ */
.kv {
}
.kv img {
	width: 100%;
}
/* ============================================
  共通
============================================ */
.pcObj{
	display: block;
}
.spObj{
	display: none;
}
#pankuz{
	display: flex;
	max-width: 1300px;
	margin: 10px auto;
	padding: 0 50px;
}

#pankuz li{
	font-size:1.4rem;
	padding-right: 10px;
}

#pankuz li a{
	margin-right: 10px;
}

#pankuz li:after{
	content:'>';
}

#pankuz li:last-child:after{
	content:'';
}
@media (min-width: 415px) and (max-width: 1500px) {
	#pankuz li{
		font-size: 1vw;
	}
}
@media (max-width: 414px) {
	.spObj{
		display: block;
	}
	.pcObj{
		display: none;
	}
	#pankuz{
	padding: 0 10px;
	}
	#pankuz li{
		font-size: 1.3rem;
	}
}



/* ============================================
  Contents
============================================ */
.contents {
  overflow: hidden;
	padding-bottom: 60px;
}

.contents::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 80.6666666666vw;
    z-index: -1;
    background: linear-gradient(204.99deg,rgba(183,225,248,1) 0,rgba(74,149,209,1) 99.97%);
    opacity: .2;
    transform: skewX(-18.5deg);
    transform-origin: top right;
    width: 100%;
    height: 100%;
}
@media (min-width: 415px) and (max-width: 1500px) {
}

@media (max-width: 414px) {
}

/* ============================================
  section
============================================ */
.section {
  position: relative;
  padding: 0 0 55px;
}

.heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #152267;
  font-size: 7.2rem;
  line-height: 1;
  width: 100%;
  max-height: 255px;
  height: 17vw;
}

.heading > span {
  color: #3e7fa7;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 5px 0 0 0;
}

.section .btn {
  font-size: 1.6rem;
  max-width: 208px;
  width: 13.866666666vw;
  max-height: 52px;
  height: 3.466666666vw;
  margin: 55px 0 0 auto;
}

@media (min-width: 415px) and (max-width: 1500px) {
  .section {
    padding: 0 0 3.666666666vw;
  }

  .section .btn {
    font-size: 1.066666666vw;
    margin: 3.666666666vw 0 0 auto;
  }

  .heading {
    font-size: 4.8vw;
  }

  .heading > span {
    font-size: 1.2vw;
    margin: 0.33333333vw 0 0 0;
  }
}

@media (max-width: 414px) {
  .section {
    padding: 0;
  }
  .heading {
    font-size: 3.6rem;
    height: auto;
	margin: 30px 0 20px;
  }

  .heading > span {
    color: #3e7fa7;
    font-size: 1.3rem;
    margin-top: calc(5 / 414 * 100vw);
  }

  .section .btn {
    font-size: 1.2rem;
    max-width: unset;
    width: calc(210 / 414 * 100vw);
    max-height: unset;
    height: calc(52 / 414 * 100vw);
    margin: calc(40 / 414 * 100vw) auto 0;
  }
}

/* ============================================
business用
============================================ */
.contents{
	font-size: 1.5rem;
}
.contents h2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #152267;
  font-size: 4rem;
  line-height: 1;
  width: 100%;
  max-height: 255px;
  padding-left: 60px;
  position: relative;
	margin: 30px 0;
}
.contents h2 > span {
  color: #3e7fa7;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 5px 0 0 0;
}
.contents .solution_area h2::before {content: "01";}
.contents .planning_area h2::before {content: "02";}
.contents .consulting_area h2::before {content: "03";}
.contents h2::before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    font-size: 50px;
    font-size: 6rem;
    color: #8c92b4;
    font-weight: 400;
    line-height: 1;
}
.solution_area{
	max-width: 1300px;
	margin: 20px auto;
	padding: 0 50px;
}
.solution_cassette{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 40px 0 100px;
}
.solution_cassette figure{
	width: 45%;
}
.solution_cassette figure img{
	width: 100%;
}
.solution_right{
	width: 50%;
}
.solution_right img{
	max-width: 410px;
	width: 30vw;
}
.solution_right p{
	margin: 20px 0;
}
.contents .btn {
  font-size: 1.6rem;
  max-width: 303px;
  width: 20.2vw;
  max-height: 60px;
  height: 4vw;
  margin: 60px auto 0;
}
.btn-arrow01 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(90deg,rgba(0,100,201,1) 0,rgba(33,26,126,1) 100%);
    color: #fff;
    width: 100%;
    height: 100%;
}
.planning_area{
	background-color: #eef7fc;
}
.planning_area_inn{
	max-width: 1300px;
	padding: 30px 50px 50px;
	margin: 0 auto;
}
.planning_area_inn h3,.consulting_area h3{
	font-size: 2.6rem;
	margin: 30px 0;
}
.consulting_area{
	max-width: 1300px;
	margin: 60px auto;
	padding: 0 50px;
}
.consulting_area_inn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.consulting_area_inn figure{
	width: 50%;
}
.consulting_area_inn figure img{
	width: 100%;
}
.consulting_area_inn div{
	width: 45%;
}


@media (min-width: 415px) and (max-width: 1500px) {
	.contents {
		font-size: 1vw;
	}
  .contents .btn {
    font-size: 1.066666666vw;
    margin: 6vw auto 0;
  }
	.contents h2{
		font-size: 2.6vw;
		padding-left: 4.2vw;
	}
	.contents h2 > span{
		font-size: 1vw;
	}
	.contents h2::before{
		font-size: 4vw;
	}
	.planning_area_inn h3, .consulting_area h3 {
		font-size: 1.7vw;
	}
}
@media (max-width: 768px) {
	
}


@media (max-width: 414px) {
	.contents {
		font-size: 1.3rem;
	}
	.contents h2{
		font-size: 3rem;
	}
	.contents h2 span{
		font-size: 1.2rem;
	}
	.solution_area{
		padding: 0 20px;
	}
	.solution_cassette {
		display: block;
		margin: 40px 0 70px;
	}
	.solution_cassette figure {
		width: 100%;
	}
	.solution_cassette h3 img{
		width: 80%;
		margin-top: 20px;
	}
	.solution_right{
		width: 100%;
	}
	.solution_right p {
		margin: 0px 0 20px 0;
	}
	.contents .btn {
		font-size: 1.2rem;
		max-width: unset;
		width: calc(210 / 414 * 100vw);
		max-height: unset;
		height: calc(45 / 414 * 100vw);
		margin: calc(30 / 414 * 100vw) auto 0;
	}
	.planning_area_inn {
		padding: 30px 20px 50px;
	}
	.planning_area_inn h3, .consulting_area h3 {
	    font-size: 2rem;
		margin: 15px 0;
	}
	.consulting_area{
		padding: 0 20px;
	}
	.consulting_area_inn{
		display: block;
	}
	.consulting_area_inn figure,.consulting_area_inn div{
		width: 100%;
	}
	.contents h2::before{
		top: 0;
	}
}


/*-------臨時対応--------*/
.snsList {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 1 1 auto;
    opacity: 0;
    pointer-events: none;
}



.solution_cassette {align-items: center !important;}
.solution_cassette figure {width: 100% !important;}
.consulting_area_inn figure {width: 100% !important;}
.consulting_area_inn div {width: 100% !important;}
.btn-arrow01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(90deg,rgba(0,100,201,1) 0,rgba(33,26,126,1) 100%);
    color: #fff;
    width: 100%;
    height: 100%;
}

@media (max-width: 414px) {
.solution_cassette {
    display: block !important;
    margin: 40px 0 70px;
}
}
