@charset "UTF-8";
/* CSS Document */


.inner {
	width: 1100px;
	margin: 0 auto;
}
h2 {
	font-size: 38px;
	letter-spacing: 0.2em;
	line-height: 1.3em;
	margin-bottom: 65px;
	text-align: center;
	font-weight: bold;
	color: #000;
}


/*
	メインビジュアル
======================================*/
#main_visual {
	background: url("../images/main_bg.jpg") no-repeat center;
	background-size: cover;
	height: 710px;
}
#main_visual .inner {
	position: relative;
}
#main_visual h1 {
	position: absolute;
	top: 70px;
	right: 0;
}



/*
	リンクボックス
======================================*/
#nav_block {
	background: url("../images/link_bg.png") repeat-x center center;
	margin-top: -98px;
	margin-bottom: 70px;
}

/* 3項目
#nav_block ul {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
} */

/* 2項目の場合 */
#nav_block ul {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	height: 312px;
}

#nav_block ul li {
	width: 350px;
	height: 312px;
	box-shadow: 0 14px 15px rgba(0,0,0,0.07);
	background: #FFF;
	text-align: center;
	position: relative;
	margin-top: 0;
		-webkit-transition: margin-top 0.3s ease 0s;
	-moz-transition: margin-top 0.3s ease 0s;
	-o-transition: margin-top 0.3s ease 0s;
	transition: margin-top 0.3s ease 0s;
}
/* 2項目の場合 */
#nav_block ul li {
	margin-left: 20px;
	margin-right: 20px;
}

#nav_block ul li a{
	display: block;
	color: #000;
	text-decoration: none;
	height: 100%;
	background: url("../images/link_arrow.png") no-repeat center bottom 30px;
	background-size: 57px;
}
#nav_block ul li.soon {
	background: #F1F1F1;
	box-shadow: none;
}
#nav_block ul li .img {
	padding: 50px 0 20px;
  line-height: 0;
}
#nav_block ul li .text {
	font-size: 25px;
	line-height: 1.1em;
	letter-spacing: 0.2em;
	font-weight: bold;
}
#nav_block ul li .text .note {
	font-size: 18px;
}
#nav_block ul li .soon_text {
	color: #999;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
}
#nav_block ul li .contact_text {
	color: #999;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	/*position: absolute;*/
	width: 100%;
	/*bottom: 60px;*/
	margin-top: 1.5rem;
	left: 0;
}
#nav_block ul li .contact_text.pc_img {
	display: block;
}
#nav_block ul li .mark {
	width: 118px;
	height: 118px;
	background: #eaf400;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.3em;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: -15px;
}
#nav_block ul li .mark span {
	display: block;
	padding: 29px 0 7px;
}
#nav_block ul li.link:hover {
	margin-top: -30px;
}


/*
	講習会のお知らせ
======================================*/
#seminar_block {
	background: #EEE;
	padding: 100px 0;
}
/* 2項目の場合
#seminar_block .seminar_box_wrap {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	-webkit-box-align: stretch;
     -ms-flex-align: stretch;
        align-items: stretch;
}*/
/* 1項目の場合 */
#seminar_block .seminar_box_wrap {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	-webkit-box-align: stretch;
     -ms-flex-align: stretch;
        align-items: stretch;
}
#seminar_block .seminar_box_wrap .seminar_box {
	width: 529px;
}
.seminar_box .target_text {
	position: relative;
	background: #ffffff;
	border: 1px solid #2a4052;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	padding: 17px 10px;
	margin-bottom: 40px;
}
.seminar_box .target_text:after,
.seminar_box .target_text:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.seminar_box .target_text:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
.seminar_box .target_text:before {
	border-color: rgba(42, 64, 82, 0);
	border-top-color: #2a4052;
	border-width: 16px;
	margin-left: -16px;
}
.seminar_box .text_box {
	border: 1px solid #2a4052;
	padding: 55px 70px;
	background: #FFF;
	position: relative;
	/*height: 86%;*/
	box-sizing: border-box;
}
.seminar_box .text_box .time {
	background: #2a4052;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 17px;
	padding: 8px 12px;
	line-height: 1em;
	letter-spacing: 0.1em;
}
.seminar_box .text_box h3 {
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin-bottom: 44px;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.seminar_box .text_box h3.long {
	font-size: 27px;
	letter-spacing: 0.05em;
}
.seminar_box .text_box h3 strong {
	font-weight: bold;
	background: #eaf400;
}
.seminar_box .text_box h3 span {
	position: absolute;
	bottom: -35px;
	left: 0;
	font-size: 13px;
	width: 100%;
	text-align: center;
	color: #999;
	letter-spacing: normal;
	font-weight: normal;
}
.seminar_box .text_box .day {
	font-size: 23px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.seminar_box .text_box .day.soon {
	color: #CCC;
}
.seminar_box .text_box .day span {
	background: #eaf400;
}
.seminar_box .text_box .btn a,
.seminar_box .text_box .btn span{
	display: block;
	text-decoration: none;
	background: #2a4052;
	color: #eaf400;
	font-size: 23px;
	line-height: 1em;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 30px 20px;
	text-align: center;
	margin-bottom: 30px;
}
.seminar_box .text_box .btn a:hover {
	opacity: 0.9;
}
.seminar_box .text_box .btn span {
	background-color: #EEE;
	color:  #CCC;
}
.seminar_box .text_box h4 {
	border-top:1px dotted #2a4052;
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.seminar_box .text_box ul {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.seminar_box .text_box ul li {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	border: 1px solid #000;
	padding: 10px;
	box-sizing: border-box;
	width: 48.5%;
	margin-top: 12px;
	text-align: center;
}
.seminar_box .text_box ul li.w100 {
	width: 100%;
}



/*
	マルコ
======================================*/
#maruko_block {
	padding: 140px 0 120px;
	overflow: hidden;
}
#maruko_block h2 {
	padding-bottom: 40px;
	margin-bottom: 90px;
  border-bottom: 1px solid #000;
}
#maruko_block .wrap {
	position: relative;
}
#maruko_block .wrap .point_box {
	position: relative;
	z-index: 1;
	background: rgba(255,255,255,0.8);
	width: 60%;
}
#maruko_block .wrap .point_box li {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	 -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	margin-bottom: 40px;
}
#maruko_block .wrap .point_box li .img {
	margin-right: 20px;
}
#maruko_block .wrap .point_box li .text_box h3 {
	font-size: 32px;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-weight:bold;
	letter-spacing: 0.1em;
}
#maruko_block .wrap .point_box li .text_box p {
	font-size: 18px;
}
#maruko_block .photo {
	position: absolute;
	top: -20px;
  right: -230px;
}
#maruko_block .text_details {
	padding: 20px;
  line-height: 1.7em;
  font-size: 16px;
}
#maruko_block .about_box {
	background: #f0f4f7;
	padding: 60px 40px 40px;
	margin-top: 50px;
}
#maruko_block .about_box h3 {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin-bottom: 50px;
	text-align: center;
}
#maruko_block .about_box h3:nth-child(2) {
	margin-top: 50px;
}

/*#maruko_block .about_box .wrap {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}*/
#maruko_block .about_box .wrap .text {
	max-width: 900px;
	line-height: 2em;
	font-size: 16px;
	margin: 0 auto;
}
#maruko_block .about_box .wrap ul {
	width: auto;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
justify-content: space-around;
}
#maruko_block .about_box .wrap ul li {
	width: 309px;
	line-height: 0;
	margin-bottom: 15px;
	margin-right: 15px;
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: flex-start;
     -ms-flex-align: flex-start;
        align-items: flex-start;
}


/*
	体制
======================================*/

#support_block {
	padding: 100px 0;
	background: #F1F1F1;
	margin-bottom: 5px;
}
#support_block .logo_box {
	background: #FFF;
	padding: 20px;
	text-align: center;
	line-height: 0;
	margin-bottom: 30px;
}
#support_block .wrap {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
#support_block .wrap .text {
	  max-width: 360px;
    line-height: 2em;
    margin-top: 60px;
    font-size: 17px;
}
#support_block .tel {
	text-align: center;
	margin-top: 50px;
}



/*
	お問い合わせ
======================================*/

#contact_block {
	background: #E9EFEF;
	padding: 130px 0;
}
#contact_block .inner {
	background: #FFF;
	padding: 5%;
	box-sizing: border-box;
}
#contact_block .tel {
	margin-top: 50px;
	text-align: center;
}
.hs-form-9657685e-08bd-486b-a479-8840ef73da4e_332b9431-3664-4006-8b77-15f9ffc1c694 .hs-submit > .actions {
	text-align: center;
}
.hs-button {
	min-width: 200px;
    font-size: 22px;
    letter-spacing: 0.3em;
    padding: 25px 0;
    margin: 0 auto;
}

