@charset "UTF-8";

/*コーディング下敷き*/
/*
body{
	background-image:url(../../../layout_pc.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center top;
	opacity:0.6;
}
*/
/*コーディング下敷き ココマデ*/

/*ページ内スクロールなめら化*/
html{
	scroll-behavior: smooth;
	height:100%;
	overflow-y: scroll
}
/*フォント*/
*{
	font-family: YuMincho,"Hiragino Mincho ProN",serif;
}
h3{
	font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}
h3:before{
	float: left;
    margin-top: 15px;
    margin-right: 10px;
    content: "";
    width: 65px;
    height: 1px;
    background: #fff;
}
/*強調文字色*/
.navy{
	color:#01427b;
}
/*青グラデ背景*/
.bg_gradation {
	background-image: linear-gradient(0deg, #01427b, #075f78);
}

/*header*/
header {
	position: relative;
	width:100vw;
	height: 69.7vw;
	overflow: hidden;
}
header .mv_image{
	width: 100%;
	height: 69.7vw;
	position: absolute;
	top: 0;
	left: 0;
	animation: zoom 1.8s ease-out forwards ;
	scale: 1.2;
	filter: blur(40px);
	opacity: .8;
	object-fit: cover;
	object-position: center;
}
@keyframes zoom {
	0% {
		scale: 1.2;
		filter: blur(40px);
		opacity: .8;
	}
	100% {
		scale: 1;
		filter: blur(0);
		opacity: 1;
	}
}
header .mv_logo {
	width: 340px;
	height: 363px;
	display: block;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
}
header .mv_logo img {
	width: 100%;
}
/*section共通*/
.section{
	margin:0 auto;
	width:100vw;
	max-width:1020px;
	overflow: hidden;
}
.section.fullw{
	max-width:none;
	overflow: visible;
}
/*例外処理*/
.section.fullw .philosophies_wrap,
.section.fullw .chairman_wrap,
.section.fullw .seminar_wrap,
footer .footer_inner{
	margin:0 auto;
	width:100vw;
	max-width:1020px;
/*	overflow: hidden;*/
}
/*リード*/
.section#read .read_wrap{
	perspective: 1px;
	overflow: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.section#read .read_wrap .read_inner {
    padding-left: 70px;
}
.section#read .read_wrap .read_inner h4{
	font-size:22px;
	font-weight:bold;
	line-height: 2;
	margin-bottom: 1em;
}
.section#read .read_wrap .read_inner p {
	font-size: 18px;
	margin: -13px 0 50px;
	line-height: 2.7;
	letter-spacing: 0.3px;
}
.section#read .read_wrap .bg-parallax {
	position: absolute;
	top: -180px;
	right: 0;
	width: 50%;
	max-width: 465px;
	overflow: hidden;
	
	/* animation: parallax-anim linear forwards;
	animation-timeline: scroll(); */
}
/* @keyframes parallax-anim {
	from {
		transform: translateY(-100px);
	}
	to {
		transform: translateY(0px);
	}
} */
.section#read .read_wrap .bg-parallax img{
	width:100%
}

/*3つの理念*/
.section#philosophies{
	color:#fff;
}
.section#philosophies .philosophies_wrap img {
	display: block;
	max-width: 1075px;
    margin: 60px auto 0;
	padding: 0 75px;
}
/*理事長あいさつ*/
.section#chairman{
	background-image:url("../_img/chairman_bgimg.png");
	background-repeat: no-repeat;
	background-size: 310px;
	background-position: top -40px left 7vw;
	padding-bottom: 150px;
}

.section#chairman h3:before{
    background: #01427b;
}
.section#chairman .chairman_wrap .chairman_inner {
    display: flex;
	justify-content:space-between;
	padding: 55px 75px 0;
}
.section#chairman .chairman_wrap .chairman_inner .chairman_inner_right{
	width: 64%;
}
.section#chairman .chairman_wrap .chairman_inner .chairman_inner_right p{
	font-size: 18px;
	letter-spacing: 0.3px;
	line-height: 1.6;
}
.section#chairman .chairman_wrap .chairman_inner .chairman_inner_right img{
    width: 23%;
}
.section#chairman .chairman_wrap .chairman_inner .chairman_inner_right .record{
	margin-top: 30px;
}
.section#chairman .chairman_wrap .chairman_inner .chairman_inner_right .record p{
	font-weight: 600;
	font-size: 24px;
	text-align: right;
}
.section#chairman .chairman_wrap .chairman_inner .chairman_inner_right .record p span{
	display: block;
	font-size: 15px;
	margin-bottom: .4em;
}
.section#chairman .chairman_wrap .chairman_inner .chairman_inner_left{
	width:36%;
}
.section#chairman .chairman_wrap .chairman_inner .chairman_inner_left img {
    width: 80%;
	max-width: 250px;
}
/*セミナー*/
.section#seminar{
	background-color: rgba(243, 247, 249, 1);
	background-image: url(../_img/seminar_bgimg.png);
	background-repeat: no-repeat;
	background-size: 42%;
	background-position: top 650px right 90px;
	padding-bottom: 300px;
}
.section#seminar:before{
	content: "";
	display: block;
	width:100vw;
	height: 10vw;
	
	background-image:url(../_img/seminar_ofptxt.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: left top;
	
	position: absolute;
	top: -75px;
	left:0;
}
.section#seminar .seminar_wrap{
	padding: 0 75px;
	max-width: 1170px;
}
.section#seminar .seminar_wrap img {
	width: 100%;
}
.section#seminar .seminar_wrap p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.section#seminar .seminar_wrap p span {
	font-size: 1.2em;
	line-height: 8;
	font-weight: bold;
}
/*お問い合わせ*/
.section#seminar .seminar_wrap .contact {
	margin: 0 auto;
	text-align: center;
	width: 530px;
}
.section#seminar .seminar_wrap .contact a{
	display: block;
	width:100%;
	height:100%;
}
.section#seminar .seminar_wrap .contact a img {
	transition-duration: 0.3s;
}
.section#seminar .seminar_wrap .contact a img:hover{
	transition-duration: 0.3s;
	opacity:.7;
}
.section#seminar .seminar_wrap .contact p {
	font-size: 14.7px;
	font-weight: bold;
	line-height: 2.5;
	margin-bottom: 0;
}
/*footer*/
footer {
    width: 100vw;
    height: 200px;
    background-image: linear-gradient(180deg, #01427b, #075f78);
    margin-top: -35px;
}
footer:before{
	content: "";
    width: 100vw;
    height: 115px;
    position: absolute;
    top: -114px;
	
	background-color: rgba(243, 247, 249, 1);
    background-image: url(../_img/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
footer .footer_inner{
	color:#fff;
	padding: 20px 75px 0;
	max-width: 1170px;
}
footer .footer_inner .footer_logo img {
	width: 82px;
	float: left;
	margin-right: 25px;
}
footer .footer_inner h2.name{
	font-size: 16px;
	letter-spacing: 0.25px;
	margin-bottom: 20px;
}
footer .footer_inner .mail {
	font-size: 12.3px;
}

/*以下スマホ*/
@media screen and (max-width: 599px){
	/*コーディング下敷き*/
/*
	body{
		background-image:url(../../../layout_sp.jpg);
		background-repeat: no-repeat;
		background-size:cover;
		background-position: top -230px left;
		opacity:0.6;
	}
*/
	/*コーディング下敷き ココマデ*/
	
	h3:before {
    	margin-left: 7.5%;
    	width: 40px;
	}
	
	/*header*/
	header {
		height: 120vw;
		max-height: 500px;
	}
	header .mv_image{
		width: 100%;
		height: 120vw;
		max-height: 500px;
	}
	header .mv_logo {
    	width: 250px;
    	height: auto;
    	top: 50%;
	}
	/*リード*/
	.section#read .read_wrap .read_inner {
		padding: 0 5%;
	}
	.section#read .read_wrap .read_inner h4 {
		font-size: 16px;
    	line-height: 1.75;
	}
	.section#read .read_wrap .read_inner p {
		font-size: 14px;
		margin: -13px 0 40px;
		line-height: 2;
		letter-spacing: 0;
		font-feature-settings: "palt"
	}
	.section#read .read_wrap .bg-parallax {
    	top: 10px;
    	right: -30px;
    	width: 90%;
    	animation: none;
	}
	/*3つの理念*/
	.section#philosophies .philosophies_wrap img {
		padding: 0 5%;
    	margin: 45px auto 0;
	}
	/*理事長あいさつ*/
	.section#chairman {
    	background-size: 60%;
		padding-bottom: 100px;
	}
	.section#chairman .chairman_wrap .chairman_inner {
		flex-wrap: wrap;
		padding: 40px 7.5% 0;
	}
	.section#chairman .chairman_wrap .chairman_inner .chairman_inner_left {
    	width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	.section#chairman .chairman_wrap .chairman_inner .chairman_inner_left img{
		width: 50%;
		max-width: 180px;
	}
	.section#chairman .chairman_wrap .chairman_inner .chairman_inner_right {
    	width: 100%;
    	margin: 0 auto;
	}
	.section#chairman .chairman_wrap .chairman_inner .chairman_inner_right p {
    	font-size: 14px;
		line-height: 2;
		letter-spacing: 0;
		font-feature-settings: "palt"
	}
	.section#chairman .chairman_wrap .chairman_inner .chairman_inner_right img {
    	position: absolute;
    	right: 0;
    	bottom: -60px;
    	width: 33%;
	}
	.section#chairman .chairman_wrap .chairman_inner .chairman_inner_right .record{
		margin-top: 1em;
		line-height: 1.75;
	}
	.section#chairman .chairman_wrap .chairman_inner .chairman_inner_right .record p{
		font-size: 20px;
	}
	.section#chairman .chairman_wrap .chairman_inner .chairman_inner_right .record p span{
		margin-bottom: 0;
		font-size: 14px;
	}
	/*セミナー*/
	.section#seminar{
    	background-size: 100%;
    	background-position: top 700px right -100px;
		padding-top:0;
		padding-bottom: 135px;
	}
	.section#seminar:before {
    	height: 41px;
    	background-position: left -10px top;
	}
	.section#seminar:after{
		content: "";
        display: block;
        width: 100%;
        height: 50px;
        background-color: rgba(243, 247, 249, 1);
        z-index: -1;
        position: absolute;
        top: -50px;
        left: 0;
	}
	.section#seminar .seminar_wrap {
		width:100%;
		padding: 0 5%;
    	margin-top: -110px;
	}
	.section#seminar .seminar_wrap img {
    	margin: 6px auto 20px;
	}
	.section#seminar .seminar_wrap p {
    	font-size: 14px;
		line-height: 2;
		letter-spacing: 0;
		font-feature-settings: "palt"
	}
	.section#seminar .seminar_wrap p span {
		font-size: 1em;
		letter-spacing: 0.03em;
	}
	/*お問い合わせ*/
	.section#seminar .seminar_wrap .contact {
		width: 100%;
	}
	.section#seminar .seminar_wrap .contact p {
    	font-size: 13px;
    	font-weight: normal;
    	line-height: 1.3;
	}
	/*footer*/
	footer{
		margin-top: -55px;
		height:400px;
		background-color: rgba(243, 247, 249, 1);
		background-image:url("../_img/footer_bg_sp.png");
		background-size:cover;
		background-position: center bottom;
	}
	footer:before{
		display:none;
	}
	footer .footer_inner{
		text-align: center;
		padding: 120px 0 0;
	}
	footer .footer_inner .footer_logo img {
		display: block;
        width: 18%;
        float: none;
        margin: 0 auto;
	}
	footer .footer_inner h2.name {
    	margin-top: 55px;
	}
}