@charset "utf-8";

/* CSS Document */

.main-visual {
    height: 90vh;
    width: 100%;
	background-size: cover;
	background-position: center 30%;
	position:relative;
	padding-top:0!important;
}
.header-top-adjust {
	width:100%;
	height:80px;
}
.top-img-new{
	background-image: url("../images/top-new/top-new1-1.webp");	
	background-position:top;
}
.top-catch{
	position:absolute;
	bottom:5%;
	left:0;
}
.main-visual p{
    background-color:#1CBDF1;
	display:inline;
	padding:5px 0;
	line-height:120px;
	color:#fff;
	font-weight:bold;
	font-size: 60px;
}
.main-visual p span{
    display:inline-block;
	padding:0 15px;
}
@media(max-width:1109px){
.header-top-adjust {
	width:100%;
	height:0;
}	
}
@media(max-width:768px){
.main-visual {
    height: 70vh;
}
.main-visual p{
    background-color:#1CBDF1;
	display:inline;
	padding:2px 0;
	line-height:80px;
	color:#fff;
	font-weight:bold;
	font-size: 45px;
}	
.top-catch{
	position:absolute;
	bottom:10%;
	left:0;
}
}
@media(max-width:640px){
.main-visual p{
    background-color:#1CBDF1;
	display:inline;
	padding:2px 0;
	line-height:70px;
	color:#fff;
	font-weight:bold;
	font-size: 40px;
}	
}
@media(max-width:520px){
.main-visual p{
    background-color:#1CBDF1;
	display:inline;
	padding:2px 0;
	line-height:50px;
	color:#fff;
	font-weight:bold;
	font-size: 30px;
}	
.main-visual p span{
    display:inline-block;
	padding:0 10px;
}
}
/*導入部分*/
.intro1 {
	
}

.intro-flex {
	display:flex;
	justify-content:space-between;
	width:90%;
	max-width:1300px;
	margin:50px auto;
}

.intro-flex1 {
	width:55%;
}
.intro-flex1 .text1{
	font-weight:bold;
	font-size:60px;
	margin:0;
	font-family: 'Meiryo', 'Arial Black', sans-serif;
	letter-spacing: 0.1em;
}
.intro-flex1 .text1 span{
}
.intro-flex1 .text2{
	font-size:20px;
	font-weight:bold;
}
.intro-flex1 .text2 .text-color{
	color:#1CBDF1;
	font-size:25px;
}
@media(max-width:640px){
.intro-flex1 .text2 .text-color{
	font-size:22px;
}	
}
.cut{
	display:inline-block;
}
.color-bold1{
	color:#1CBDF1;
}

.intro-flex2 {
	width:40%;
}
.intro-flex2 img{
	width:100%;
	display:block;
	border-radius:10px;
}
@media(max-width:960px){
.intro-flex1 .text1{
	font-size:50px;
	letter-spacing: 0.1em;
}
}
@media(max-width:768px){
.intro-flex {
	display:flex;
	justify-content:space-between;
	margin:50px auto;
	flex-direction:column;
}
.intro-flex1 {
	width:100%;
}	
.intro-flex2 {
	width:100%;
	max-width:500px;
	margin:10px 0;
}
}
@media(max-width:640px){
.intro-flex1 .text1{
	font-size:40px;
	letter-spacing: 0.1em;
}
.intro-flex1 .text2{
	font-size:18px;
}
}

.section-content {
	
}
/*ページタイトル*/
.toppage-title-1 {
	background-color:#EEF7FF;
	padding:50px;
	width:100%;
	box-sizing: border-box;
}
.toppage-title-1 p{
	color:#1CBDF1;
	text-align:center;
	margin:0;
	font-weight:bold;
	font-size:20px;
}
.toppage-title-1 h2{
	color:#1CBDF1;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	margin:0;
	font-size:30px;
}
.toppage-title-1 h2 span{
	display:inline-block;
}
.toppage-title-1 h2::before{
	content:"";
	background-color:#1CBDF1;
	height:2px;
	width:100px;
	display:block;
	margin-right:10px;
}
.toppage-title-1 h2::after{
	content:"";
	background-color:#1CBDF1;
	height:2px;
	width:100px;
	display:block;
	margin-left:10px;
}
.toppage-title-1-white {
	background-color:#1CBDF1;
	padding-bottom:80px;
}
.toppage-title-1-white p{
	color:#fff;
}
.toppage-title-1-white h2{
	color:#fff;
}
.toppage-title-1-white h2::before{
	background-color:#fff;
}
.toppage-title-1-white h2::after{
	background-color:#fff;
}
@media(max-width:640px){
.toppage-title-1-white h2::before{
	content:"";
	height:2px;
	width:30px;
	display:block;
	margin-right:10px;
}
.toppage-title-1-white h2::after{
	content:"";
	height:2px;
	width:30px;
	display:block;
	margin-left:10px;
}		
}
@media(max-width:520px){
.toppage-title-1 {
	padding:30px 20px;
}
.toppage-title-1 h2::before{
	content:"";
	height:2px;
	width:50px;
	display:block;
	margin-right:10px;
}
.toppage-title-1 h2::after{
	content:"";
	height:2px;
	width:50px;
	display:block;
	margin-left:10px;
}	
.toppage-title-1-white h2::before{
	content:"";
	height:2px;
	width:30px;
	display:block;
	margin-right:10px;
}
.toppage-title-1-white h2::after{
	content:"";
	height:2px;
	width:30px;
	display:block;
	margin-left:10px;
}		
}
.toppage-title-2 {
	background-color:#1CBDF1;
	padding:20px;
	width:100%;
	box-sizing: border-box;
}
.toppage-title-2 h2{
	color:#fff;
	text-align:center;
	font-size:35px;
	margin:0;
}
.toppage-title-2 h2 span{
	display:inline-block;
}
@media(max-width:520px){
.toppage-title-2 h2{
	color:#fff;
	text-align:center;
	font-size:30px;
	margin:0;
}	
}
/*選ばれる理由内容*/
.top-reason {
	
}
.top-reason ul{
}
.top-reason ul li{
}
.reason-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:90%;
	max-width:1200px;
	margin:30px auto;
	padding:50px 0;
}
.reverse-1{
	background-color:#EEF7FF;
}
.reason-img {
	width:48%;
}
.reason-img img{
	width:100%;
	display:block;
	border-radius:20px;
}
.reason-text{
	width:50%;
}
.reason-text .text1{
	color:#1CBDF1;
	font-weight:bold;
	font-size:25px;
	display:flex;
	align-items:flex-start;
	margin:0;
}
.reason-text .number{
	font-size:80px;
	margin-right:25px;
	line-height:60px;
}
.reason-text .sub-title{
	display:block;
}
.reason-text .box{
	display:inline-block;
	background-color:#1CBDF1;
	color:#fff;
	padding:5px 15px;
	font-size:45px;
	line-height:65px;
	margin-bottom:15px;
	border-radius:5px;
}
.reason-text .border-1{
	height:2px;
	width:50px;
	background-color:#1CBDF1;
	content:"";
	margin-right:10px;
	display:inline-block;
	margin-bottom:10px;
}
.reason-text .right-text{
}
@media(max-width:1200px){
.reason-img {
	width:40%;
}
.reason-text{
	width:58%;
}	
}
@media(max-width:960px){
	.reason-box{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	flex-direction:column-reverse;
	padding:50px 0;
}
	.reason-text{
	width:100%;
}
	.reason-img {
	width:100%;
	margin-top:10px;
}
	.reverse-1 .reason-box{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	flex-direction:column;
}
}
@media(max-width:640px){
.top-reason ul{
	padding:0 0 20px 0;
}
.reason-text .text1{
	color:#1CBDF1;
	font-weight:bold;
	font-size:28px;
	display:flex;
	align-items:flex-start;
	margin:0;
}
.reason-box{
	padding:40px 0;
}
}
@media(max-width:520px){
.reason-box{
}
.reverse-1 .reason-box{
}
.top-reason {
	padding-bottom:30px;
}
.reason-text .box{
	padding:0 15px;
	font-size:38px;
}
}
@media(max-width:480px){
.reason-text .text1{
	font-size:23px;
	display:flex;
	align-items:flex-start;
	margin:0;
}
.reason-text .number{
	font-size:50px;
	margin-right:25px;
	line-height:50px;
}
.reason-text .sub-title{
}
}
@media(max-width:430px){
.reason-text .text1{
	font-size:20px;
	display:flex;
	align-items:flex-start;
	margin:0;
}
.reason-text .number{
	font-size:40px;
	margin-right:25px;
	line-height:40px;
}
.reason-text .sub-title{
}
}
/*数値で見る*/
.top-number {
	background-image: url("../images/top-new/top-new1-6.jpg");
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
	background-size: cover;
	background-position: center;
}

.top-number-content1 {
	padding:100px 0;
}
.top-number-content1 ul{
	width:90%;
	max-width:1200px;
	margin:auto;
	display:flex;
	gap:20px;
	grid-row-gap: 85px;
	flex-wrap:wrap;
}
.top-number-content1 ul li{
	width:48%;
	margin:auto;
	background-color:#fff;
	border-radius:20px;
	position:relative;
	box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
}
.top-number-content1 ul li p{
	font-weight:bold;
	text-align:center;
	margin:0;
}
.top-number-content1 ul li .text-1{
	background-color:#1CBDF1;
	color:#fff;
	border-radius:50px;
	padding:10px;
	font-size:18px;
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	bottom:90%;
	width:240px;
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-number-content1 ul li .text-2{
	font-size:45px;
	color:#1CBDF1;
	position:relative;
	display:flex;
	justify-content: center;
	align-items:center;
	height:155px;
	padding-top:20px;
}
.top-number-content1 ul li .text-2::after{
	content:"";
	position:absolute;
	bottom:-10px;
	left:50%;
	transform: translateX(-50%);
	background: #ffffff;
	height: calc(tan(40deg) * 40px / 2);
	width: 40px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-number-content1 ul li .text-4{
	font-size:30px;
}
.top-number-content1 ul li .text-3{
	background-color:#1CBDF1;
	color:#fff;
	/*padding:0px 10px 0px 10px;*/
	font-size:18px;
	border-radius:0 0 20px 20px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:140px;
}
.top-number-content1 ul li .dotted-border{
	display:block;
	border-bottom:dotted 1px #fff;
	padding:0 0 5px 0;
	margin-bottom:5px;
	width:90%;
}
.top-number-content1 ul li .cut{
	display:inline-block;
}
@media(max-width:768px){
	.top-number-content1 ul li{
		width:90%;
		max-width:500px;
}
}
.top-interview {
	position:relative;
}
.top-interview .toppage-title-1-white{
	position:absolute;
	top:0;
	left:0;
}
.top-interview ul{
	width:90%;
	max-width:960px;
	padding-top:180px;
	padding-bottom:50px;
	margin:auto;
	display:flex;
	justify-content:space-between;
	position:relative;
	z-index:2;
}
.top-interview ul li{
	width:48%;
	margin-bottom:30px;
}

.top-interview-img {
	width:100%;
}
.top-interview-img img{
	width:100%;
	border-radius:10px;
	display:block;
}

.top-interview-text {
	
}
.top-interview-text .name{
	font-weight:bold;
	font-size:20px;
	color:#1CBDF1;
}
.top-interview-text .text{
	height:110px;
}
@media(max-width:960px){
	.top-interview-text .text{
	height:140px;
}
}
@media(max-width:640px){
.top-interview ul{
	flex-direction:column;
}
.top-interview ul li{
	width:100%;
	max-width:480px;
	margin:auto auto 70px auto;
}
.top-interview-text .text{
	height:auto;
}
}
@media(max-width:520px){
.top-interview ul{
	padding-top:160px;
	padding-bottom:0px;
}	
}
/*.interview-btn {
	
}
.interview-btn a{
	display:block;
	width:100%;
	background-color:#1CBDF1;
	text-align:center;
	color:#fff;
}*/
.interview-btn {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 50px;
 background: #1CBDF1;
 font-family: "Montserrat", sans-serif;
 box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
 overflow: hidden;
 border: none;
}

.interview-btn:after {
 content: " ";
 width: 0%;
 height: 100%;
 background: #ddd;
 position: absolute;
 transition: all 0.4s ease-in-out;
 right: 0;
}

.interview-btn:hover::after {
 right: auto;
 left: 0;
 width: 100%;
}

.interview-btn a {
 text-align: center;
 text-decoration: none;
 width: 100%;
 padding: 5px 10px;
 color: #fff;
 font-size: 16px;
 font-weight: 700;
 letter-spacing: 0.3em;
 z-index: 20;
 transition: all 0.3s ease-in-out;
}

.interview-btn:hover a {
 color: #1CBDF1;
 animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
 0% {
  transform: scale(1);
 }

 50% {
  transform: scale(0.95);
 }

 100% {
  transform: scale(1);
 }
}
.toppages-end {
	
}
.toppages-end::before {
	content:"";
	display:block;
	height:60px;
	width:100%;
	background-color:#1CBDF1;
}
.toppages-end::after {
	content:"";
	display:block;
	height:60px;
	width:100%;
	background-color:#1CBDF1;
}
.toppages-end-content {
	width:90%;
	max-width:1000px;
	margin:50px auto;
	display:flex;
	justify-content:space-between;
}

.toppages-end-content-img {
	width:44%;
}
.toppages-end-content-img img{
	width:100%;
	border-radius:10px;
	display:block;
}

.toppages-end-content-text {
	width:54%;
}
.toppages-end-content-text .text1{
	font-weight:bold;
	font-size:30px;
	font-family: 'Meiryo', 'Arial Black', sans-serif;
	letter-spacing: 0.1em;
}
.toppages-end-content-text .text1 .text-color{
	color:#1CBDF1;
	font-size:40px;
	margin-right:8px;
}
.toppages-end-content-text .text2{
	font-size:18px;
}
@media(max-width:640px){
.toppages-end-content {
	width:90%;
	max-width:960px;
	margin:50px auto;
	display:flex;
	justify-content:space-between;
	flex-direction: column;
}	
.toppages-end-content-img {
	width:100%;
	max-width:450px;
	margin:auto;
}

.toppages-end-content-text {
	width:100%;
}
}



/*スライド*/
.splide__slide img {
  height: auto;
  width: 100%;
}


/*.end-word {
	font-weight:bold;
	font-size:35px;
	text-align:center;
	background-color:#1CBDF1;
	display:block;
	margin:0;color:#fff;padding:10px;
}*/
.end-slide{
	position:relative;
}
.end-word {
	font-weight:bold;
	font-size:50px;
	text-align:center;
	display:block;
	box-sizing: border-box;
	width:100%;
	margin:0;
	padding:20px 10px;
	position:absolute;
	bottom:30px;
	left:50%;
	transform: translateX(-50%);
	z-index:100;
	color:#fff;
  	line-height: 1.2;
  	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.end-word span{
	display:inline-block;
}
@media(max-width:768px){
	.end-word {
	font-size:35px;
	bottom:20px;
}
}
@media(max-width:480px){
	.end-word {
	font-size:30px;
	bottom:40px;
}
}
.end-slide-img{
}
.end-slide-img img{
	width:100%;
	display:block;
}

/*パンくずについて*/
.breadcrumb {
    margin:0px 0 0 0;
  }