/*
Theme Name: maruyama
Theme URI: http://maruyama.com/
Author: maruyama
Author URI: http://maruyama.com/
Description: maruyama
Version: 1.0

*/

@charset "utf-8";

/*--------------------------------
common
--------------------------------*/
html {
	scroll-behavior: smooth;
}
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 18px;
}
article{
	overflow: hidden;
}
#sec01, #sec03, #sec04{
	padding-top: 70px;
	margin-top: -70px;
}
#sec02{
	padding-top: 100px;
	margin-top: -100px;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*--------------------------------
header
--------------------------------*/
header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color:rgba(0,0,0,0.8);
	color: #fff;
	z-index: 10;
}
.header_wrap{
	max-width: 1320px;
	width: 96%;
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0 auto;
}
h1{
	max-width: 211px;
	width: 15.98%;
	margin: 10px 0;
    line-height: 1;
	transition: 0.5s;
}
.nav{
	width : calc(100% - 211px) ;
	text-align: right;
	padding: 20px 0 0;
}
.nav .text{
	font-size: 12px;
	text-align: right;
	margin: 0 0 8px;
}
.nav .tel{
	line-height: 1;
	margin: 0 0 25px;	
}
.nav ul{
	max-width: 520px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0 0 0 auto;
}
.nav ul li:not(:last-child){
	margin: 0 5.77% 0 0;
}
.nav ul li a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	height: 37px;
}
.nav ul li a:hover{
	color: #facc22;
	border-bottom: 3px solid #c21817;
}
.scroll-nav h1{
	width: 112px;
}
.scroll-nav .header_wrap{
	align-items: flex-end;	
}
.scroll-nav .nav > div{
    display: none;
}

/*--------------------------------
fv
--------------------------------*/
/*------　スライダー -------*/
.slide div{
	line-height: 0;
	padding: 0;
	margin: 0;
}
.slide li{
	position: relative;
}
.slide li div{
	display: block;
	max-width: 1320px;
	width: 96%;
	position: absolute;
	top: 160px;
	right: 0;
	left: -2.05%;
	margin: 0 auto;
}
.slide li:nth-child(2) div{
	left: 0;
}
.slide li:first-child p{
	max-width: 722px;
	width: 54.7%;
}
.slide li:nth-child(2) p{
	max-width: 723px;
	width: 54.77%;	
}
.slide li img{
	width: 100%;
}
/*------　アニメーション 画像拡大 -------*/
.slide {
	margin-inline: auto;
	overflow: hidden;
}
@keyframes zoomUp {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(1.15);
	}
}
.add-animation .zoom {
	animation: zoomUp 10s linear 0s normal both;
}
/*------　アニメーション テキスト -------*/
.animation{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
	width: 128px;
  }
  .keyframe6 {
	animation-name: poyopoyo;
  }
  @keyframes poyopoyo {
	0%, 40%, 60%, 80% {
	  transform: scale(1.0);
	}
	50%, 70% {
	  transform: scale(0.95);
	}
  }

/*--------------------------------
sec01
--------------------------------*/
.sec01 .wrap{
	position: relative;
    z-index: 0;
    max-width: 1320px;
    width: 96%;
	padding: 6.61% 0 3.23%;
    margin: 0 auto;
}
.sec01 .wrap::before{
	position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin-left: calc(-50vw + 50%);
    content: "";
    background-image: url(img/sec01_bg_img01.png), url(img/bg_img01.png);
    background-size: 74.84% 100%, auto;
    background-repeat: no-repeat, repeat;
    background-position: bottom right, top center;
}
.sec01 h2{
	position: relative;
	float: right;
	max-width: 301px;
	width: 22.8%;	
}
.sec01 h2:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 90%;
	display: block;
}
.sec01 h2:after{
    position: absolute;
    content: '';
    left: -39.2%;
    bottom: 0;
    display: block;
    max-width: 551px;
    width: 183.06%;
    height: 63.63%;
    background-image: url(img/sec01_img03.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.sec01 h2 img{
	position: relative;
	z-index: 1;
}
.sec01 .text_area{
	float: right;
	max-width: 365px;
	width: 27.65%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	margin: 0 4.32% 0 0;
}
.sec01 .img_area{
	float: left;
	position: relative;
	max-width: 806px;
	width: 61.06%;
	margin: 0 0 0 -20.08%;
}
.sec01 .sec01_img02{
	position: absolute;
	right: -27.92%;
	bottom: -7.69%;
	max-width: 470px;
	width: 58.31%;
}

/*--------------------------------
parallax-bg
--------------------------------*/
.parallax-bg{
	position: relative;
	background-image: url(img/parallax_img01.png);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	padding: 25%;
}
.parallax-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 300px;
    background: url(img/sec01_bg_img02.png) no-repeat center top;
    background-size: 100%;
}
.parallax-bg:after {
    content: "";
    position: absolute;
    left: 0;
	bottom: -0.5px;
    display: block;
    width: 100%;
    height: 300px;
    background: url(img/sec02_bg_img03.png) no-repeat center bottom;
    background-size: 100%;
}

/*--------------------------------
sec02
--------------------------------*/
.sec02{
	position: relative;
}
.sec02 .wrap{
	position: relative;
    z-index: 0;
    max-width: 1320px;
    width: 96%;
    padding: 1.89% 0 7.58%;
    margin: 0 auto;
}
.sec02 .wrap::before{
	position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin-left: calc(-50vw + 50%);
    content: "";
	background-image: url(img/sec02_bg_img01.png), url(img/sec02_bg_img02.png), url(img/bg_img01.png);
    background-size: 79.22%, 47.45%, auto;
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top left, bottom right, top center;
}
.sec02 h2{
	max-width: 1272px;
	width: 96.36%;
	margin: 0 auto;
}
.sec02 .lead_text{
	text-align: center;
	margin: 3.41% auto 0;
}
.sec02 .course:first-of-type{
    display: flex;
    flex-direction: row-reverse;
	align-items: center;
    justify-content: space-between;
	margin: 8.33% auto 0;
}
.sec02 .course:nth-of-type(2){
    display: flex;
	align-items: top;
    justify-content: space-between;
	margin: 8.33% auto 0;
}
.sec02 .course .course_img_area{
	max-width: 761px;
	width: 57.65%;
}
.sec02 .course:first-of-type .course_img_area{
	margin: 0 -7.95% 0 0;
}
.sec02 .course:nth-of-type(2) .course_img_area{
	margin: 0 0 0 -7.95%;
}
.sec02 .course:first-of-type .course_text_area{
	max-width: 558px;
	width: 42.27%;
	margin: 0 5.68% 0 0;
}
.sec02 .course:nth-of-type(2) .course_text_area{
	max-width: 600px;
	width: 45.45%;	
	margin: 0 0 0 4.7%;
}
.sec02 .course_text_area .notes{
	font-size: 14px;
	margin: 8.06% 0 0;
}

/*--------------------------------
sec03
--------------------------------*/
.sec03{
	background: url(img/sec03_bg_img01.png) no-repeat top center;
	background-size: cover;
}
.sec03 .wrap{
	max-width: 1320px;
	width: 96%;
	padding: 7.58% 0 2%;
	margin: 0 auto;
}
.sec03 h2{
	max-width: 581px;
	width: 44.02%;
	margin: 0 0 0 auto;
}
.sec03 .lead_text{
	color: #fff;
	text-align: center;
	margin: 3.03% auto 0;
}
.sec03 .img_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 5.3% auto 0;
}
.sec03 .img_list li{
	max-width: 421px;
	width: 31.89%;
}

/*--------------------------------
sec04
--------------------------------*/
.sec04 .wrap{
	position: relative;
    z-index: 0;
	display: flex;
	max-width: 1320px;
	width: 96%;
	padding: 7.58% 0;
	margin: 0 auto;
}
.sec04 .wrap::before{
	position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin-left: calc(-50vw + 50%);
    content: "";
    background: url(img/bg_img02.png);
}
.sec04 .logo_area{
	max-width: 600px;
	width: 45.45%;
}
.sec04 .logo{
	max-width: 167px;
	width: 27.83%;
	margin: 0 auto 14.67%;
}
.sec04 .tel{
	max-width: 293px;
	width: 48.83%;
	margin: 0 auto;
}
.sec04 .text_area{
	max-width: 600px;
	width: 45.45%;	
}
.sec04 .text_area dl{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 5%;
}
.sec04 .text_area dl:last-of-type{
	margin: 0;
}
.sec04 .text_area dl dt{
	width: 128px;
}
.sec04 .text_area dl dd{
	width : calc(100% - 128px);
}
.sec04 .map{
	height: 0;
	overflow: hidden;
	padding-bottom: 23.44%;
	position: relative;
}
.sec04 iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/*--------------------------------
footer
--------------------------------*/
.footer_wrap{
	background: url(img/footer_bg.png) no-repeat;
	background-size: cover;
}
.footer_nav{
	max-width: 1360px;
	width: 96%;
	border-bottom: 1px solid #444;
	padding: 1.89% 0;
	margin: 0 auto;
}
.footer_nav ul{
	display: flex;
    align-items: center;
	justify-content: center;
	line-height: 1;
}
.footer_nav ul li:not(:last-child){
	border-right: 1px solid #fff;
	padding: 0 15px 0 0;
    margin: 0 15px 0 0;
}
.footer_nav ul li a{
	color: #fff;
}
.footer_nav ul li a:hover{
	opacity: 0.7;
}
.copywriter_area{
	max-width: 1360px;
	width: 96%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	padding: 1.89% 0;
	margin: 0 auto;
}

@media screen and (max-width: 1200px){
	.header_wrap{
		align-items: flex-end;
	}
	h1{
		width: 112px;
	}
	.nav .text,
	.nav .tel{
		display: none;
	}
	.nav ul{
		max-width: 500px;
	}
	.nav ul li:not(:last-child){
		margin: 0;
	}
	.nav ul li a{
		font-size: 16px;
	}
	.slide li div{
		top: 85px;
		left: -4.05%;
	}
}

@media screen and (max-width: 1100px){
	body{
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-size: 1.5vw;
	 }
	 .sec02 .course_text_area .notes{
		font-size: 1.2vw;
	 }
}

@media screen and (max-width: 780px){

}

/* 固定ページ(サンプルページ) */
.fv .wrap img{
	width: 100%;
}
section.test{
	width: 100%;
	/*height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;*/
}
section.test p{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

/* form */
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 22px;
    font-weight: bold;
    border-width: 5px;
    border-color: #ff0000;	
}













