@charset "utf-8";

/* ---------------------------------------- 
 - html
---------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}
html{
    font-size: 62.5%;
}
html.hamburger-active { /* ハンバーガーメニュー */
	height: 100%;
	overflow: hidden;
	touch-action: none;
}
@media screen and (max-width: 320px) {
	html{
		font-size: 52.5%;
	}
}

/* ---------------------------------------- 
 - img
---------------------------------------- */
img {
	width: 100%;
}

/* ---------------------------------------- 
 - body
---------------------------------------- */
body{
	font-family: 'Lato', 'Noto Sans JP', 'Yu Gothic Medium', '游ゴシック Medium', 'Yu Gothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size:16px;
	font-size:1.6em;
	color:#000;
	line-height:2.0;
	-webkit-text-size-adjust: none; /* 文字の拡大縮小を防ぐ */
}

/* font */
.ft-NotoSans {
	font-family: 'Noto Sans JP', sans-serif;
}
.ft-Lato {
	font-family: "Lato", sans-serif;
}
.ft-Barlow {
	font-family: "Barlow", sans-serif;
	letter-spacing: 0.05em;
}
.fc-red {
	color:#d90429;
}

/* inview */
.inview {
    transition: 0.8s;
    opacity: 0;
}
.inview.is-mv {
    opacity: 1.0;
}

/* telLink（スマホ用電話リンク） */
.telLink a {
	text-decoration: underline;
}

/* anchor-target（アンカーリンク箇所） */
.anchor-target { /* margin,paddingを使用しない箇所のみ */
	padding-top: 100px; 
	margin-top: -100px;
}

/* ---------------------------------------- 
 - #container
---------------------------------------- */
#container {
	width:100%;
	margin:0 auto;	
	overflow: hidden;
}
#container .pc {
	display:inline-block !important;
}
#container .sp {
	display:none !important;
}
@media screen and (max-width: 768px) {
	#container .sp {
		display:inline-block !important;
	}
	#container .pc {
		display:none !important;
	}
}

#container .flex {
    display: flex;
}
#container .flex.wrap {
  	flex-wrap: wrap;
}

/* ---------------------------------------- 
 - line 
---------------------------------------- */
.line-box {
	width: 90%; 
	max-width: 1200px; 
	margin: 0 auto; 
	position: relative;
	z-index: 1;
}
.line-box .line {
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	background: #52555f;
	height: 0; /* JS制御 */
}
.line-box .line::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background: #52555f;
	border-radius: 50%;
}
#mainVisual .line-box .line::before {
	content: "";
	position: absolute;
	bottom: 75px;
	left: -7px;
	width: 40px;
	height: 614px;
	background-image: url(../../assets/images/lp/line_txt_main.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#message-box .line-box .line::before {
	content: "";
	position: absolute;
	bottom: 75px;
	left: -11px;
	width: 54px;
	height: 251px;
	background-image: url(../../assets/images/lp/line_txt_message.png);
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.line-box {
		width: 86%;
	}
	.line-box .line {
		width: 1px;
	}
	.line-box .line::after {
		width: 7px;
		height: 7px;
	}
	#mainVisual .line-box .line::before {
		top: 0;
		bottom: 0;
		left: -1vw;
		width: 5vw;
		height: 75vw;
		background-size: contain;
		margin: auto;
		transform: translate(0, 55vw);
	}
	#message-box .line-box .line::before {
		top: 0;
		left: -1vw;
		width: 5vw;
		height: 23vw;
		background-size: contain;
		transform: translate(0, 55px);
	}
}

/* ---------------------------------------- 
 - mainVisual 
---------------------------------------- */
#mainVisual{
	position:relative;
	background: #fff;
}
#mainVisual .mainVisual-inner {
	position: relative;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
	z-index: 2;
}
#mainVisual .visual-box {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
	padding: 120px 0 160px;
}
#mainVisual .visual-box .visual-ttl {
	width: 73%;
	max-width: 868px; 
    margin-left: -10%;
    position: relative;
    z-index: 1;
}
#mainVisual .visual-box .visual {
	width: 79.2%;
     max-width: 950px;
    position: absolute;
    right: -10%;
    top: 0;
}
.mainVisual-lead {
	margin-top: 35px;
	position: relative;
    z-index: 1;
}
.mainVisual-lead .lead {
    font-size: 2.2rem;
	margin-bottom: 1em;
    z-index: 1;
	font-weight: bold;
}
.mainVisual-lead .catch {
    font-size: 3.6rem;
	line-height: 1.4;
	font-weight: bold;
}
.mainVisual-lead .catch sup {
    font-size: 1.6rem;
}
.mainVisual-lead .catch .notice {
    font-size: 2rem;
	display: block;
	font-weight: 400;
	margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
	#mainVisual .visual-box {
		width: 100%;
		padding: 5vw 0 70px;
	}
	#mainVisual .visual-box .visual-ttl {
		width: 89.7%;
		margin-left: 0;
	}
	#mainVisual .visual-box .visual {
		width: 84.6%;
		right: 0;
		padding-top: 38vw;
		background: #fff;
	}
	.mainVisual-lead {
		margin-top: 19vw;
		margin-left: 7%;
		margin-right: 5%;
	}
	.mainVisual-lead .lead {
		font-size: clamp(1.6rem, 3.8vw, 3.2rem);
        line-height: 2.4;
        margin-bottom: 25vw;
	}
	.mainVisual-lead .catch {
		font-size: clamp(1.8rem, 4.6vw, 3.6rem);
	}
	.mainVisual-lead .catch sup {
		font-size: clamp(1.2rem, 1.8vw, 1.6rem);
	}
	.mainVisual-lead .catch .notice {
		font-size: clamp(1.2rem, 2.8vw, 2rem);
	}	
}

/* ---------------------------------------- 
 - about-box 
---------------------------------------- */
#about-box{
	background-color: #eaecf4;
	padding: 0 0 140px;
}
.about-box-inner {
	position:relative;
	width: 90%;
    max-width: 1200px;
	margin: 0 auto;
}
.about-ttl {
    font-size: 5.4rem;
	line-height: 1.8;
	font-weight: bold;
	color: #fff;
	transform: translate(0, -50px);	
	margin-bottom: -20px;
	padding-right: 5%;
}
.about-ttl .marker {
	display: inline-block;
	background: #0e487d;
	padding: 0 0.2em;
	line-height: 1.2;
}
.about-ttl .marker:nth-child(3) {
	padding-right: 0;
}
.about-ttl .marker:last-child {
	padding: 0;
}
.about-lead {
    font-size: 2rem;
	margin-bottom: 50px;
	padding-right: 5%;
}
.about-catch {
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.6;
	color:#0e487d;
	margin-bottom: 35px;
	padding-right: 5%;
}
.about-catch .marker {
    background: linear-gradient(transparent 80%, #fff 80%);
	display: inline-block;
	line-height: 1.2;
}
/* about-question */
.about-question-ttl {
	position: relative;
	padding-left: 25px; 
	margin-bottom: 40px;
}
.about-question-ttl::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 8px;
	height: 85%;
	background: #0e487d;
}
.about-question-ttl .en {
	font-size: 4.4rem;
	line-height: 1.2;
	font-weight: bold;
}
.about-question-ttl .jp {
	font-size: 2.2rem;
	font-weight: bold;
}
/* about-question-slider-box */
.about-question-slider-box {
	display: block;
	width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
	background: #fff;
	box-shadow: 10px 15px 20px rgba(184, 199, 217, 0.8);
}
.about-question-slider-box .visual img,
.about-question-slider-box .visual picture {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
.about-question-slider-box .txt-box {
	width: 83%;
	margin: auto;
	text-align: left;
	padding: 25px 0 35px;
}
.about-question-slider-box .txt-box .ttl {
	font-size: clamp(1.6rem, 4.2vw, 2rem);
    line-height: 1.6;
	font-weight: bold;
	margin-bottom: 0.7em;
	padding-left: 20px;
	position: relative;
}
.about-question-slider-box .txt-box .ttl::after {
    content: "";
    position: absolute;
    bottom: 0.2em;
    left: 0;
    margin: auto;
    width: 8px;
    height: calc(100% + 50px);
    background: #0e487d;
	opacity: 0.85;
}
.about-question-slider-box .txt-box .txt {
	font-size: 1.2rem;
}
@media (min-width: 769px){
	/* about-question-slider */
	.about-question-slider{
		display:flex;
		justify-content: space-between;
	}
	.about-question-slider > div{
		width: 30%;
	}
}
@media screen and (max-width: 768px) {
	#about-box{
		padding: 0 0 70px;
	}
	.about-box-inner {
		width: 86%;
	}
	.about-ttl {
		font-size: clamp(2.6rem, 6.4vw, 5.4rem);
		transform: translate(0, -1em);	
		margin-bottom: 0;
		padding-right: 7%;
	}
	.about-ttl .marker:nth-child(3) {
		padding-right: 0.2;
	}
	.about-lead {
		font-size: clamp(1.2rem, 3.6vw, 1.6rem);
		margin-bottom: 7vw;
		padding-right: 7%;
	}
	.about-catch {
		font-size: clamp(2.2rem, 5.8vw, 4.2rem);
		margin-bottom: 3vw;
		padding-right: 7%;
	}
	/* about-question */
	.about-question-ttl {
		position: relative;
		padding-left: 25px; 
		margin-bottom: 40px;
	}
	.about-question-ttl::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 5px;
		height: 85%;
		background: #0e487d;
	}
	.about-question-ttl .en {
		font-size: clamp(2rem, 4.8vw, 4.4rem);
	}
	.about-question-ttl .jp {
		font-size: 2.2rem;
		font-size: clamp(1.4rem, 3.8vw, 2.2rem);
	}
	/* about-question-slider */
	.about-question-slider {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.about-question-slider img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover';
	}
	.about-question-slider .slick-track {
		display: flex;
	}
	.about-question-slider .slick-list {
		overflow: visible;
	}
	.about-question-slider .slick-slide {
		padding: 0 15px;
		height: auto !important;
	}
	.about-question-slider .slick-prev,
	.about-question-slider .slick-next {
		top:50%;
		width:40px;
		height:40px;
		background: #0a4578;
		border-radius: 50%;
		z-index: 10;
	}
	.about-question-slider .slick-prev {
		left:-20px;
	}
	.about-question-slider .slick-next {
		right:-20px;
	}
	.about-question-slider .slick-prev:before,
	.about-question-slider .slick-next:before,
	.about-question-slider .slick-prev:after,
	.about-question-slider .slick-next:after {
		font-family: 'slick';
		font-size: 20px;
		line-height: 1;
		opacity: 1;
		color: white;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}	
	.about-question-slider .slick-prev::after,
	.about-question-slider .slick-next::after {
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		width: 15px;
		height: 15px;
	}
	.about-question-slider .slick-prev::after {
		left: 15px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.about-question-slider .slick-next::after {
		left: 9px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.slick-initialized .slick-slide {
		 display: flex; 
	}
	/* about-question-slider-box */
	.about-question-slider-box {
		box-shadow: 8px 12px 15px rgba(184, 199, 217, 0.8);
	}
	.about-question-slider-box .txt-box {
		padding: 15px 0 25px;
	}
	.about-question-slider-box .txt-box .ttl {
		font-size: clamp(1.6rem, 4.2vw, 2rem);
		padding-left: 15px;
	}
	.about-question-slider-box .txt-box .ttl::after {
		width: 6px;
		height: calc(100% + 8vw);
	}
	.about-question-slider-box .txt-box .txt {
		font-size: clamp(1rem, 3.4vw, 1.2rem);
	}
}

/* ---------------------------------------- 
 - skills-box 
---------------------------------------- */
#skills-box{
	padding: 0 0 140px;
	background: #fff;
}
.skills-box-inner {
	position:relative;
	width: 90%;
    max-width: 1200px;
	margin: 0 auto;
}
.skills-ttl {
    font-size: 5.4rem;
	line-height: 1.8;
	font-weight: bold;
	color: #fff;
	transform: translate(0, -50px);
	margin-bottom: 40px;
}
.skills-ttl .marker {
	display: inline-block;
	background: #0e487d;
	padding: 0 0.2em;
	line-height: 1.2;
}
.skills-ttl .marker:nth-child(3) {
	padding-right: 0;
}
.skills-ttl .marker:last-child {
	padding: 0;
}
/* skills-list */
.skills-list li {
	width: 100%;
	max-width: 1200px;
	margin-bottom: 110px;
}
.skills-list li:last-child {
	margin-bottom: 0;
}
.skills-list-ttl {
	position: relative;
	margin-bottom: 50px;
}
.skills-list-ttl::after {
    content: "";
    position: absolute;
	top:0;
    bottom: 0;
    margin: auto;
    width: 110%;
	height: 2px;
    background: #52555f;
}
.skills-list li:nth-child(odd) .skills-list-ttl::after {
	left: -10%;
}
.skills-list li:nth-child(even) .skills-list-ttl::after {
	right: -10%;
}
.skills-list-ttl::before {
	content: "";
	position: absolute;
	top:0;
	bottom: 0;
	width: 10px;
	height: 10px;
	background: #52555f;
	border-radius: 50%;
	margin: auto;
}
.skills-list li:nth-child(odd) .skills-list-ttl::before {
	right: 0;
}
.skills-list li:nth-child(even) .skills-list-ttl::before {
	left: 0;
}
.skills-list-ttl .ttl {
	display: block;
	width: 153px;
	position: relative;
	background: #fff;
	z-index: 1;
	padding: 0 10px;
}
.skills-list li:nth-child(even) .skills-list-ttl .ttl {
	margin-left: auto;
}
.skills-list-ttl .sub {
	font-size: 1.2rem;
	font-weight: bold;
    position: absolute;
    z-index: 1;
    display: block;
    top: -0.7em;
}
.skills-list li:nth-child(odd) .skills-list-ttl .sub {
    left: 153px;
}
.skills-list li:nth-child(even) .skills-list-ttl .sub {
    right: 153px;
}
.skills-list-set {
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
}
.skills-list li:nth-child(even) .skills-list-set {
	flex-flow: row-reverse;
	margin-left: auto;
}
.skills-list-set .txt-box {
	width: 40%;
    max-width: 400px;
}
.skills-list-set .txt-box .ttl {
	max-width: 100%;
	height: 59px;
	margin-bottom: 30px;
}
.skills-list-set .txt-box .ttl img {
	width: auto;
	height: 100%;
}
.skills-list-set .txt-box .catch {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
}
.skills-list-set .txt-box .txt {
	font-size: 1.4rem;
}
.skills-list-set .visual {
	width: 56%;
}
@media screen and (max-width: 768px) {
	#skills-box{
		padding: 0 0 70px;
	}
	.skills-box-inner {
		width: 86%;
	}
	.skills-ttl {
		font-size: clamp(2.6rem, 6.4vw, 5.4rem);
        transform: translate(0, -1em);
        margin-bottom: 0;
        padding-right: 7%;
	}
	.skills-ttl .marker {
		display: inline-block;
		background: #0e487d;
		padding: 0 0.2em;
		line-height: 1.2;
	}
	.skills-ttl .marker:nth-child(3) {
		padding-right: 0.2em;
	}
	.skills-ttl .marker:last-child {
		padding: 0 0.2em;
	}	
	/* skills-list */
	.skills-list li {
		width: 90%;
		margin-bottom: 60px;
	}
	.skills-list li:nth-child(even) {
		margin-left: auto;
	}
	.skills-list-ttl {
		margin-bottom: 30px;
	}
	.skills-list-ttl::after {
		height: 1px;
	}
	.skills-list-ttl::before {
		width: 7px;
		height: 7px;
	}
	.skills-list-ttl .ttl {
		width: 20vw;
	}
	.skills-list-ttl .sub {
		font-size: 1.0rem;
		top: -1.2em;
	}
	.skills-list li:nth-child(odd) .skills-list-ttl .sub {
		left: 20vw;
	}
	.skills-list li:nth-child(even) .skills-list-ttl .sub {
		right: 20vw;
	}
	.skills-list-set {
		display: block;
	}
	.skills-list-set .txt-box {
		width: 100%;
		max-width: 100%;
	}
	.skills-list-set .txt-box .ttl {
		height: 10vw;
		margin-bottom: 20px;
	}
	.skills-list-set .txt-box .catch {
		font-size: clamp(2.4rem, 4.6vw, 3.2rem);
		margin-bottom: 20px;
	}
	.skills-list-set .txt-box .txt {
		font-size: clamp(1.2rem, 3.6vw, 1.4rem);
		margin-top: 15px;
	}
	.skills-list-set .visual {
		width: 110%;
	}	
	.skills-list li:nth-child(odd) .visual {
		margin-left: -10%;
	}
	.skills-list li:nth-child(even) .visual {
		margin-right: -10%;
	}
}

/* ---------------------------------------- 
 - learning-box 
---------------------------------------- */
#learning-box{
	background-color: #eaecf4;
	padding: 0 0 80px;
}
.learning-box-inner {
	position:relative;
	width: 90%;
    max-width: 1200px;
	margin: 0 auto;
}
.learning-ttl {
    font-size: 5.4rem;
	line-height: 1.8;
	font-weight: bold;
	color: #fff;
	transform: translate(0, -50px);	
	margin-bottom: -20px;
}
.learning-ttl .marker {
	display: inline-block;
	background: #0e487d;
	padding: 0 0.2em;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	#learning-box{
		padding: 0 0 60px;
	}
	.learning-box-inner {
		width: 86%;
	}
	.learning-ttl {
		font-size: clamp(2.6rem, 6.4vw, 5.4rem);
        transform: translate(0, -1em);
        margin-bottom: 0;
        padding-right: 7%;
	}
	.learning-ttl .marker {
		display: inline-block;
		background: #0e487d;
		padding: 0 0.2em;
		line-height: 1.2;
	}
}

/* ---------------------------------------- 
 - message-box 
---------------------------------------- */
#message-box{
    max-width: 1400px;
	min-height:536px;
	position: relative;
	margin: 0 auto;
}
#message-box::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 684px;
	height: 536px;
	background-image: url(../../assets/images/lp/message_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.message-box-inner {
	position:relative;
	width: 90%;
    max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 40px;
	z-index: 1;
}
.message-ttl {
    font-size: 4.6rem;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 30px;	
	padding-right: 5%;
}
.message-ttl .marker {
	position: relative;
	background: linear-gradient(transparent 94%, #0e487d 94%);
}
.message-btn {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	max-width: 864px;
}
.message-btn .btn {
	width: 49%;
	max-width: 400px;
	position: relative;
    z-index: 0;
    transition: opacity .3s;
}
.message-btn .btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 4px;
    left: 4px;
    background: #52555f;
    z-index: -1;
}
.message-btn .btn:hover{
	opacity: 0.6;
}
.message-btn .btn a {
	display: block;
	background: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em;
	border:solid 1px #52555f;
	position: relative;
	text-align: center;
}
.message-notice {
	margin-top: 40px;
	font-size:1.4rem;
}
@media screen and (max-width: 768px) {
	#learning-box{
		padding: 0 0 60px;
	}
	.learning-box-inner {
		width: 86%;
	}
	.learning-ttl {
		font-size: clamp(2.6rem, 4.6vw, 5.4rem);
        transform: translate(0, -1em);
        margin-bottom: 0;
        padding-right: 7%;
	}
	.learning-ttl .marker {
		display: inline-block;
		background: #0e487d;
		padding: 0 0.2em;
		line-height: 1.2;
	}
	
	#message-box{
		min-height:25%;
	}
	#message-box::after {
		width: 85vw;
		height: 67vw;
	}
	.message-box-inner {
		width: 86%;
		padding: 50px 0 30px;
	}
	.message-ttl {
		font-size: clamp(2.4rem, 5.8vw, 4.6rem);
		line-height: 2;
		margin-bottom: 20px;	
		padding-right: 7%;
	}
	.message-lead {
		font-size: clamp(1.2rem, 3.6vw, 1.6rem);	
		padding-right: 7%;
	}
	.message-btn {
		display: block;
		margin-top: 40px;
		width: 100%;
    	margin-left: auto;
	}
	.message-btn .btn {
		width: 100%;
		max-width: 100%;
		margin-bottom: 25px;
	}
	.message-btn .btn:last-child {
		margin-bottom: 0;
	}
	.message-btn .btn::after {
		top: 3px;
		left: 3px;
	}
	.message-btn .btn a {
		font-size: clamp(1.6rem, 3.6vw, 2.1rem);
	}
	.message-notice {
		margin-top: 30px;
		font-size: clamp(0.8rem, 2.4vw, 1.4rem);
		margin-left: 5%;
	}
}

/* ---------------------------------------- 
 - footer
---------------------------------------- */
#footer {
	position:relative;
	background: #eaecf4;
}
#footer .footer-inner {
	position:relative;
	width:94%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0;
}
#footer .logo {
	width: 75%;
	max-width:400px;
	margin: 0 auto 15px;
}
#footer .address {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
	color: #222;
}
@media screen and (max-width: 768px) {
	#footer .footer-inner {
		padding: 40px 0;
	}
	#footer .address {
		font-size: 2.4rem;
		font-size: clamp(1.6rem, 4vw, 2.4rem);
	}
}

/* ---------------------------------------- 
 - #recruitFooter
---------------------------------------- */
#recruitFooter {
	width: 100%;
	text-align:left;
	margin: 0 auto;	
	position: relative;
	box-sizing: border-box;
}
#recruitFooter #recruitFooter-inner{
	padding:30px 3%;
}
#recruitFooter #recruitFooter-inner a {
	color:#000;
}
#recruitFooter #recruitFooter-inner img {
	width:auto;
}