@charset "utf-8";

h1{
	color: #ffffff;
	font-size: 2rem;
	letter-spacing: .1em;
	text-align: center;
	padding: 45px 10px;
}
.inner950c {
	display: block;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 45px 10px 4px;
}
.mainVisual{
	background-image: url(../img/mainvisual.jpg);
	background-size: cover;
	margin-bottom: -45px;
}
.mainVisual .inner950c {
	padding: 60px 10px;
}
.link__box{
	display: flex;
	flex-wrap: wrap;
}
.link__button{
	color: #ffffff;
	font-size: 20px;
	width: 100%;
	margin-bottom: 10px;
	background-color: #5c96fd;
	position: relative;
	transition: .3s;
}
.link__button:hover{
	opacity: 0.8;
}
.link__button:nth-child(2){
	background-color: #6bcef9;
}
.link__button:nth-child(3){
	background-color: #35aef3;
}
.link__button::after{
	content: "";
	position: absolute;
	top: 23%;
	right: 20px;
	width: 20px;
	height: 20px;
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(135deg);
}
.link__text{
	color: #ffffff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
  letter-spacing: 0.1em;
	padding: 10px 5px;

}
h2{
	color: #ffffff;
	font-size: 2rem;
	text-align: center;
  letter-spacing: 0.1em;
	margin-bottom: 3rem;
}
.h3__bg{
	margin: 35px auto 65px;
	position: relative;
}
h3{
	color: #ffffff;
	padding: 15px;
	font-size: 2rem;
  letter-spacing: 0.1em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.text__wrapper{
	max-width: 600px;
	margin: 0 auto 30px;
}
.text__wrapper p {
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.inner--narrow{
	max-width: 900px;
}
section::before{
	content: "";
	width: 100%;
	height: calc( (600/ 750) * 100vw );
	background-color:#5698fe;
	position: absolute;
	z-index: -1;
}
section.sectionTechnical::before{
	background-color:#6bcef9;

}
section.sectionProfessional::before{
	background-color:#35aef3;

}
.sectionRegular {
	padding-top: 56px;
}
.sectionRegular h3{
	background-color:#5698fe ;
}
.sectionTechnical {
	padding-top: 56px;
}
.sectionTechnical h3 {
	background-color: #6bcef9;
}
.sectionProfessional {
	padding-top: 56px;
}
.sectionProfessional h3 {
	background-color: #35aef3;
}
h4{
	color: #ffffff;
	font-size: 2rem;
	text-align: center;
  letter-spacing: 0.1em;
	padding: 20px 10px;
	margin-bottom: 30px;
}
.sectionRegular h4{
	background-color:#5698fe ;
}

.sectionTechnical h4 {
	background-color: #6bcef9;
}
.sectionProfessional h4 {
	background-color: #35aef3;
}

.m_linkBox{
	width: 40%;
	margin: 10px 0 0 auto;
}
.m_linkBox .p_mark{
	font-size: 2vw;
}
/************
	追加
*************/
.subTtl {
	color: #fff;
	text-align: center;
	margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
h2:has( + .subTtl) {
	margin-bottom: 2rem;
}
.m_linkBox:nth-child(2) {
	margin-top: 20px;
}
.m_linkBox .p_mark::before {
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
	transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 375px) {
	section::before {
		height: calc( (300/ 375) * 100vw );
	  }
}
@media screen and (min-width: 751px) {
	.link__button{
		width: 50%;
	}
	.m_linkBox .p_mark{
		font-size: 1.4rem;
		line-height: 1.3;
	}
	section::before {
		height: 300px;
	}
}
@media screen and (min-width: 960px) {
	.link__button{
		width: calc(100%/3);
	}
	.link__text{
		padding: 35px 5px;

	}
	.link__button::after{
		top: 35%;
	}
	.m_linkBox .p_mark::before {
		top: calc(50% - 6px);
	}
}
