@charset "utf-8";

/* Base Style
---------------------------------------- */
html {
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition:all 0.2s ease-in;
}
body {
	font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	color:#000000;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.8;
	overflow: hidden;
	letter-spacing: 0.2em;
}
img {
	 border-style: none;
	 max-width:100%;
	 height:auto;
     image-rendering: -webkit-optimize-contrast;
}
a {
	 color:#000000;
}
a:link,
a:hover,
a:visited,
a:active{
	 color:#000000;
	 text-decoration:none;
}


/* ------------------------------------------------
mv-section
------------------------------------------------ */
@keyframes heartsize-animation {
	0% {transform: scale(1);}
	30% {transform: scale(1.3);}
	50% {opacity: 0;transform: scale(1);}
	51% {opacity: 1;}
	70% {transform: scale(1.34);}
	100% {opacity: 0;transform: scale(1);}
}
@-webkit-keyframes heartsize-animation {
	0% {transform: scale(1);}
	30% {transform: scale(1.3);}
	50% {opacity: 0;transform: scale(1);}
	51% {opacity: 1;}
	70% {transform: scale(1.34);}
	100% {opacity: 0;transform: scale(1);}
}

@keyframes copy-line-animation {
	0% {width: 0%;}
	100% {width: 100%;}
}
@-webkit-keyframes copy-line-animation {
	0% {width: 0%;}
	100% {width: 100%;}
}


/* ------------------------------------------------
header
------------------------------------------------ */
.header-section {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 999;
}
.header-inner{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}
.header-logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 14px;
	line-height: 1rem;
}
.header-navi{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	position: relative;
	width: 74%;
}
.header-btn a{
	display: flex;
	align-items: center;
    padding: 10px 35px;
    background: #B22425;
	margin: auto;
	color: #ffffff;
	height: 100%;
}
.header-btn a img{
    vertical-align: middle;
    padding-right: 14px;
}

@media screen and (max-width:1024px) {
	.header-inner{
		height: 60px;
	}
	.header-logo a {
	    width: 90%;
	}
}
@media screen and (max-width:768px) {
	.header-btn a {
		max-width: 200px;
		padding: 2vw 3vw;
		font-size: 1.4rem;
	}
	.header-btn a img {
	    padding-right: 1.6vw;
	}
}


/* ------------------------------------------------
main
------------------------------------------------ */
main {
	 display: block;
	 padding-top: 80px;
	 background: #ffffff;
}
.container{
	background: #F8F8F8;
}
[class*="-section"] > h2{
	position: relative;
	padding: 34px 0 24px;
	margin-top: 24px;
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
}
[class*="-section"] > h2:before{
	position: absolute;
	content: "";
	width: 88px;
	height: 13px;
	top: -16px;
	left: 0;
	right: 0;
	margin:auto;
	background-image: url(../img/bg_heading.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
[class*="-section"] > h2 br:first-child{
	display: none;
}
p[class*="-lead"]{
	font-size: 1.9rem;
	padding-top: 16px;
	line-height: 1.9;
}
div[class$="-inner"]:not(.header-inner){
	width: 92%;
	margin:auto;
}
.animation{
	opacity: 0;
	transform: translate(0, -20px);
	transition:0.5s 0.3s;
	transition-property: opacity, transform;
}
.animation + .animation{
	transition:0.5s 0.4s;
}
.animation + .animation + .animation{
	transition:0.5s 0.5s;
}
.animation + .animation + .animation + .animation{
	transition:0.5s 0.6s;
}
.animation + .animation + .animation + .animation + .animation{
	transition:0.5s 0.7s;
}
.scroll-in{
	opacity: 1;
	transform: translate(0, 0);
}

@media screen and (max-width:1024px) {
	main {
		 padding-top: 60px;
	}
}
@media screen and (max-width:767px) {
	[class*="-section"] > h2{
		font-size: 2.4rem;
	}
	[class*="-section"] > h2 br:first-child{
		display: block;
	}
	p[class$="-lead"]{
		font-size: 1.6rem;
	}
}


/* ------------------------------------------------
about-section
 ------------------------------------------------ */
.about-section{
	padding-top: 64px;
	padding-bottom: 40px;
}
.about-inner{
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-lead-sec{
	width: 74%;
	max-width: 640px;
	line-height: 2.0;
	font-size: 2.7rem;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0.1rem;
}
.about-lead-sec span{
	color: #a30000;
}
.about-lead-sec p{
	padding-bottom: 60px;
}
.about-lead-sec img {
    width: 92%;
}
.about-guide-sec{
	position: relative;
	z-index: 1;
	width: 58%;
	max-width: 314px;
	letter-spacing: 0.1rem;
	font-size: 1.3rem;
	line-height: 1.4;
}
.about-guide-sec .about-guide-info{
	position: relative;
	z-index: 1;
	padding:10px 24px;
	margin-top: -24px;
	border-radius: 6px;
	background-color:#e8d6d6;
}
.about-guide-sec .about-guide-info .affiliation{
	font-size: 1.2rem;
}
.about-guide-sec .about-guide-info .name{
	font-size: 1rem;
}
.about-guide-sec .about-guide-info .name span{
	font-size: 2.0rem;
}
.about-guide-sec .about-guide-info .introduction{
	border-top: 2px solid #d2b5b5;
	padding-top:8px;
	margin-top: 8px;
	font-weight: 300;
}

@media screen and (max-width:1024px) {
	.about-lead-sec p{
		margin-right: -60px;
	}
	.about-guide-sec p {
	    text-align: right;
	}
	.about-guide-sec img {
	    width: 80%;
	}
	.about-lead-sec br:nth-child(n+2){
		display: none;
	}
}
@media screen and (max-width:768px) {
	.about-inner{
		display: block;
	}
	.about-lead-sec{
		width: 100%;
		margin:auto;
	}
	.about-lead-sec p {
	    margin-right: 0;
	}
	.about-lead-sec img {
	    width: 64%;
	}
	.about-guide-sec{
		width: 100%;
		max-width: 390px;
		margin-left: auto;
		margin-top: -24vw;
	}
	.about-guide-sec img{
		width: 64%;
	}
}
@media screen and (max-width:580px) {
	.about-lead-sec{
		font-size: 2.4rem;
	}
}
@media screen and (max-width:480px) {
	.about-guide-sec img {
	    width: 50%;
	}
	.about-lead-sec{
		font-size: 2.0rem;
	}
	.about-lead-sec br{
		display: none;
	}
}


/* ------------------------------------------------
experience-sec
 ------------------------------------------------ */
.experience-sec{
	margin:auto;
	max-width: 1000px;
	padding-top: 64px;
	transition:0s;
}
.experience-sec h3 {
	position: relative;
	z-index: 1;
	font-size: 2.4rem;
	color: #a30000;
	font-weight: 500;
	text-align: center;
}
.experience-sec h3 span{
	display: block;
	margin: auto;
	width: 60%;
	max-width: 300px;
    background: #F8F8F8;
}
.experience-sec h3:before{
	display: block;
	position: absolute;
	z-index: -1;
	content: "";
	width: 100%;
	height: 6px;
	left: 0;
	top: 50%;
    background: #a30000;
}
.experience-sec ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 64px;
}
.experience-sec ul li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
    position: relative;
    width: 280px;
    padding:50px 0 40px;
    margin: 20px 2% 40px;
    text-align: center;
    background: #ffffff;
    letter-spacing: 0.1rem;
}
.experience-sec ul li:before {
	display: block;
	position: absolute;
	content: "";
	width: 54%;
	height: 100%;
	left: 0;
	right: 0;
	margin:auto;
	top: -50%;
	background-image:url(../img/Illustrate01.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
}
.experience-sec ul li:nth-child(2):before {
	background-image:url(../img/Illustrate02.svg);
}
.experience-sec ul li:nth-child(3):before {
	background-image:url(../img/Illustrate03.svg);
}
.experience-sec ul li .counter{
    font-family: 'Arvo', serif;
    font-size: 70px;
    color: #B22425;
    display: inline-block;
    line-height: 1;
}
.experience-sec ul li b {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    padding-left: 5px;
}
.experience-sec ul li .unit_text {
    width: 100%;
}

@media screen and (max-width:768px) {
	.experience-sec ul li {
		width: 240px;
	}
}
@media screen and (max-width:580px) {
	.experience-sec ul li .counter{
		font-size: 60px;
	}
}


/* ------------------------------------------------
company-section
 ------------------------------------------------ */
.company-section{
	padding-top: 64px;
}
.company-inner{
	max-width: 1024px;
}
.company-inner .company-list{
	background:#ffffff;
	padding: 24px 0;
}
.company-inner .company-list ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.company-inner .company-list ul li {
	display: inline-flex;
	align-items: center;
	width: 25%;
	justify-content: center;
}
.company-inner .company-list ul li img{
	width: 100%;
}
.company-inner .company-list ul:after{
	content: "";
	display: block;
	width: 50%;
}

@media screen and (max-width:1600px) {
}
@media screen and (max-width:768px) {
	.company-inner .company-list ul li {
		width: 30%;
	}
	.company-inner .company-list ul:after{
		width: 30%;
	}
}


/* ------------------------------------------------
solution-section
 ------------------------------------------------ */
.solution-section{
	padding-top: 120px;
}
.solution-sec{
	margin-bottom: 64px;
	padding-bottom:48px;
	background:#ffffff;
}
.solution-inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1000px;
	padding-top: 64px;
}
.solution-sec .solution-title{
	color: #a30000;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.solution-sec .solution-title h3{
	text-align: left;
	line-height: 1.4;
	font-size: 3.2rem;
	font-weight: 600;
}
.solution-sec .solution-title span{
	padding-right: 16px;
	padding-bottom: 6px;
	font-size: 8rem;
	font-weight: 500;
}
.solution-txt-sec{
	width: 50%;
    text-align: justify;
    word-break: break-all;
}
.solution-txt-sec h4{
	text-align: left;
	line-height: 1.4;
	font-size: 2.6rem;
}
.solution-txt-sec p{
    padding-top: 24px;
}
.solution-txt-sec p span{
	color: #a30000;
}
.solution-txt-sec .solution-link a{
	display: block;
	margin-top: 16px;
	background-image:url(../img/icon_link.png);
	background-repeat:no-repeat;
	background-position:8% center;
	background-size:10px;
	background-color: #a30000;
	text-align:center;
	line-height: 1.4;
	padding:13px 5% 13px 13%;
	color: #ffffff;
}
.solution-img-sec{
	width: 48%;
	text-align: center;
}

@media screen and (max-width:768px) {
	.solution-inner{
		display: block;
	}
	.solution-lead-sec p br{
		display: none;
	}
	.solution-txt-sec{
		width: 100%;
	}
	.solution-img-sec{
		width: 100%;
		padding-top: 6vw;
	}
}
@media screen and (max-width:580px) {
	.solution-sec .solution-title h3{
		font-size: 2.6rem;
	}
	#solution01.solution-sec .solution-title h3 br{
		display: none;
	}
	.solution-txt-sec h4 {
	    font-size: 2.4rem;
	}
	.solution-txt-sec p{
	    font-size: 1.8rem;
	}
}


/* ------------------------------------------------
seminar-section
 ------------------------------------------------ */
.seminar-section {
    padding: 40px 0;
}
.seminar-inner{
    max-width: 1140px;
}
.seminar-section .lead{
	padding-top: 40px;
	font-size: 1.8rem;
	width: 94%;
	margin: auto;
}
.seminar-sec{
	padding-top: 40px;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.seminar-sec:after{
	content: "";
	display: block;
	width: 31%;
}
.seminar-sec .seminar{
	position: relative;
	width: 31%;
	max-width: 360px;
	padding-bottom: 80px;
	margin-bottom: 40px;
	line-height: 1.4;
	font-size: 1.5rem;
}
.seminar-sec .seminar .seminar-img{
    width: 100%;
    height: 188px;
    background: #F8F8F8;
    overflow: hidden;
}
.seminar-sec .seminar .seminar-date{
	padding-top: 13px;
	word-break: break-all;
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
}
.seminar-sec .seminar .seminar-date span:first-child{
	display: block;
	font-weight:300;
	font-size: 1.3rem;
}
.seminar-sec .seminar .seminar-date span:last-child{
	font-size: 1.5rem;
}
.seminar-sec .seminar .seminar-title{
	padding-top: 8px;
	font-weight: 500;
}
.seminar-sec .seminar .seminar-speaker{
	padding-top: 8px;
	font-weight:300;
	font-size: 1.3rem;
}
.seminar-sec .seminar .seminar-entry{
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 230px;
}
.seminar-sec .seminar .seminar-entry.open a{
	display: block;
    padding: 13px 5% 13px 13%;
    background-image: url(../img/icon_seminar_link.png);
    background-repeat: no-repeat;
    background-position: 8% center;
    background-size: 8px;
	border:1px solid #a30000;
	font-weight:300;
	font-size: 1.3rem;
	text-align: center;
	color: #a30000;
}
.seminar-sec .seminar .seminar-entry.open a:hover{
    background-image: url(../img/icon_link.png);
	background-color: #a30000;
	color: #ffffff;
}
.seminar-sec .seminar .seminar-entry.close{
	display: block;
    padding: 13px 5% 13px 5%;
	border:1px solid #a0a0a0;
	font-weight:300;
	font-size: 1.3rem;
	text-align: center;
	color: #a0a0a0;
}


@media screen and (max-width:1200px) {
	.seminar-sec .seminar .seminar-img{
	    height: 15vw;
	}
}
@media screen and (max-width:768px) {
	.seminar-section .lead{
		font-size: 1.8rem;
	}
	.seminar-sec .seminar{
		width: 48%;
	}
	.seminar-sec .seminar .seminar-img{
	    height: 23vw;
	}
}
@media screen and (max-width:580px) {
	.seminar-sec .seminar{
		width: 90%;
		margin:0 auto 8vw;
	}
	.seminar-sec .seminar .seminar-img{
	    height: auto;
	    background: none;
	}
}

/* ------------------------------------------------
inquiry-section
 ------------------------------------------------ */
.inquiry-section {
    padding: 80px 0;
	background: #a30000;
	color: #ffffff;
    text-align:center;
}
.inquiry-inner{
    max-width: 720px;
}
.inquiry-inner .lead{
    font-size: 2.2rem;
}
.inquiry-inner .btn {
	display: flex;
	justify-content:space-between;
    padding-top: 40px;
}
.inquiry-inner .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    max-width: 420px;
    padding: 30px;
    font-weight: 500;
    font-size: 2.0rem;
    text-align: center;
    line-height: 3rem;
    background: #ffffff;
}
.inquiry-inner .btn a img{
	padding-right: 13px;
}

@media screen and (max-width:768px) {
	.inquiry-inner .btn {
		display: block;
	}
	.inquiry-inner .btn a {
		margin:0 auto 20px;
		width: 90%;
	}
}


/* ------------------------------------------------
info-section
 ------------------------------------------------ */
.info-section{
    padding: 70px 0;
    text-align: center;
    background: #ffffff;
}
.info-inner p{
	width: 80%;
	margin:auto;
}
.info-inner ul{
	display: flex;
	justify-content: center;
    padding-top: 16px;
}
.info-inner ul li{
	width: 45px;
	margin: 0 8px;
}


/* ------------------------------------------------
side_link
 ------------------------------------------------ */
.side_link {
    position: fixed;
    right: 20px;
    bottom: 5%;
    z-index: 999;
    max-width: 298px;
    transition: all .5s ease;
    transform: translateX(1000px);
}
.side_link a{
	display: block;
    line-height: 1;
}
.side_link a img{
	display: block;
    line-height: 1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
}
.side_link.is-active {
    transform: translateX(0);
}

@media screen and (max-width:768px) {
	.side_link {
		display: none;
	}
}


/* ------------------------------------------------
footer
 ------------------------------------------------ */
#page_top {
    display: block;
    height: auto;
    width: 100%;
    padding: 16px 0 30px;
    background: #900001;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-image: url(../img/icon_top.png);
    background-repeat:no-repeat;
    background-position: center 84%;
    background-size: 16px;
    font-size:1rem;
}
.footer-section {
    background: #B22425;
    color: #fff;
    padding: 55px 0;
}
.footer-inner {
    max-width: 895px;
    width: 100%;
    margin: 0 auto;
}
.footer-inner p {
    font-size: 11px;
    letter-spacing: 0.1rem;
    text-align: center;
    padding-left: 10px;
}
