@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html{
  font-size: 62.5%;
  font-family: 'Noto Sans', sans-serif;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
body{
	margin-top: 0px;
	background-color: #fff;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	font-size: 1.6rem;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1,h2,h3,h4,h5,.sub_title {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 600;
}

/*p {
  font-size: 0.857rem;
  line-height: 180%;
  //font-weight: bold;
}*/
img{
max-width: 100%;
height: auto;
//width /***/:auto;
vertical-align:bottom;　
}
a:hover img.over{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
a {
transition: color 0.3s ease 0s;
}
.box_link {
	position:relative;
}
.box_link a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pc {
	display: block;
}
.mob {
	display: none;
}
.indentback1 {
	text-indent: -1em;
	padding-left: 1em;
}
.indentback2 {
	text-indent: -2em;
	padding-left: 2em;
}
.indentback3 {
	text-indent: -3em;
	padding-left: 3em;
}
.standard_btn {
	background-color: #9B8E54;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 150%;
	border-radius: 5px;
    -webkit-border-radius: 5px; /* Safari、Google Chrome */
    -moz-border-radius: 5px;
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
	position: relative;
}
.standard_btn.seminar {
	background-color: #54589B;
}
.standard_btn .arrow_right {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg) !important;
	margin-right: 5%;
	position: absolute;
	top: 40%;
	right:0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.standard_btn .arrow_bottom {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg) !important;
	margin-right: 5%;
	position: absolute;
	top: 40%;
	right:0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.standard.btn {
	background-color: #CFB833;
	color: #fff;
	padding: 30px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 150%;
	border-radius: 50px;
    -webkit-border-radius: 50px; /* Safari、Google Chrome */
    -moz-border-radius: 50px;
	position: relative;
	max-width: 750px;
	margin: 0px auto 20px;
}
.standard.btn.gr {
	background: linear-gradient(to right, #CFB833, #49B350);
}
.standard.btn.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	border-radius: 50px;
    -webkit-border-radius: 50px; /* Safari、Google Chrome */
    -moz-border-radius: 50px;
}
.standard.btn .arrow_right {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg) !important;
	margin-right: 5%;
	position: absolute;
	top: 40%;
	right:0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.standard.line.btn {
	background-color: transparent;
	color: #F26363;
	padding: 30px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	border-radius: 50px;
    -webkit-border-radius: 50px; /* Safari、Google Chrome */
    -moz-border-radius: 50px;
	position: relative;
	max-width: 750px;
	margin: 0px auto 20px;
	
}
.standard.line.btn span {
	font-size: 1.8em;
	vertical-align: middle;
}
.standard.btn.class {
	background-color: #EDB613;
}
main {
	width: 100%;
}
strong {
	font-weight: bold;
	color: #000;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
h2.standard {
	font-size: 3.4rem;
	line-height: 1.5;
	margin-bottom: 50px;
	color: #10651B;
	font-weight: 600;
}
h2.standard span {
	font-size: .8em;
}
h2.standard span.under_line {
	font-size: 1em;
	color: #CFB833;
}
h2.standard span.under_line:after {
}
.line {
	font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 50px;
	position: relative;
	padding: 0 60px;
	display: inline-block;
	color: #10651B;
}
.line:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #10651B;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
	left:0;
}
.line:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #10651B;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
	right: 0;
}
.circle {
	width: 120px;
	height: 120px;
	text-align: center;
	display: table;
	background-color: #CFB833;
	border-radius: 50%;
    -webkit-border-radius: 50%; /* Safari、Google Chrome */
    -moz-border-radius: 50%;
	color: #10651B;
	margin: -60px auto 0px;
	position: relative;
	z-index: 5;
}
.circle .fas {
	display: table-cell;
	vertical-align: middle;
	font-size: 5rem;
}
.wakubox {
	padding: 50px;
	margin: 50px auto;
	color: #0D661C;
	font-size: 2rem;
}
.wakubox .waku {
	background-color: #fff;
	padding: 30px;
	border: solid 3px #0D661C;
	border-radius: 10px;
    -webkit-border-radius: 10px; /* Safari、Google Chrome */
    -moz-border-radius: 10px;
	font-weight: bold;
	line-height: 1.3;
	max-width: 600px;
	margin: auto;
}
.wakubox .fas {
	margin: 30px;
}
.recommendation {
	max-width: 530px;
	margin: 80px auto 30px;
	text-align: left;
}
.recommendation h3 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.2rem;
	color: #0D661C;
}
.recommendation ul {
	margin-left: 1.5em;
}
.recommendation ul li {
	list-style: disc;
	line-height: 1.5;
	margin-bottom: 10px;
}
@media (max-width: 640px) {
	html{
		font-size: calc(100vw / 32);/*iPhoneの最小サイズ320pxに10px*/
	}
	h1 {
		font-size:2.0rem !important;/*320pxの時30pxに*/
	}
	p {
		font-size: 1.4rem !important;/*320pxの時14pxに*/
	}
	h2 {
		font-size: 1.8rem !important;
	}
	h3 {
		font-size: 1.6rem !important;
	}
	h4 {
		font-size: 1.4rem !important;
	}
h2.standard {
	margin-bottom: 30px;
}
.container {
	padding: 20px 20px 50px;
}
.pc {
	display: none;
}
.mob {
	display: block;
}
.circle .fas {
	font-size: 3rem;
}
.wakubox {
	padding: 20px;
	margin: 30px auto;
	font-size: 1em;
}
	.recommendation {
	margin: 40px auto 15px;
}
}
@media (max-width: 480px) {
	
}
/* header
-----------------------------------------------*/
header {
	width: 100%;
}
header img {
	width: 100%;
	height: auto;
}

@media (max-width: 640px) {
	
}
@media (max-width: 480px) {
	
}
/* float
-----------------------------------------------*/
#float {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
	z-index: 10;
}
#float .grid {
	float: right;
}
#float .grid .icon {
	padding: 15px 15px;
	text-align: center;
	color: #10651B;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 600;
	background-color: #CFB833;
	line-height: 1.5;
}
@media (max-width: 640px) {
	#float {
		position: fixed !important;
		width: 100%;
		bottom: 0 !important; 
		top:auto;
}

	#float .grid {
		width: 100%;
	float: none;
}
	#float .grid .icon {
		font-size: 1rem;
		padding: 20px 15px;
	}	
}

/* banner
-----------------------------------------------*/
.banner {
	max-width: 1000px;
	margin: 80px auto;
	text-align: center
}


/* modal
-----------------------------------------------*/
.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    max-width: 800px;
    background-color: #fff;
    cursor: pointer;
}

.onetime_popup_title {
    position: relative;
    padding: 10px 50px;
    margin: 0px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
}
.onetime_popup_title:before,
.onetime_popup_title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #000;
    content: "";
}
.onetime_popup_title:before {
    transform: rotate(45deg);
}
.onetime_popup_title:after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    padding: 5px 20px 20px;
    text-align: center;
}

@media (max-width: 640px) {
	.onetime_popup {
    width: 96%;
}
}


/* 1st
---------------------------------------------*/
#first {
	background-color: #fff;
}
#first .container {
	padding: 50px 0px 20px;
	max-width: 1000px;
	margin: auto;
	text-align: center;
}

#first .container p {
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 10px;
}

@media (max-width: 640px) {
	#first .container {
		padding: 30px 20px 0px;
	}
	
}
@media (max-width: 480px) {

}

/* 2nd
----------------------------------------------*/
#second {
	background-color: #F2F2F0;
}
#second h2.standard {
	color: #fff;
}
#second .container {
	max-width: 970px;
	padding: 80px 0px 30px;
	margin: 0px auto;
	text-align: center;
}
#second .container .reason {
	margin-bottom: 50px;
}
#second .container .reason .head {
	padding: 40px;
	background-color: #0D661C;
	text-align: center;
	border-radius:20px 20px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px; /* Safari、Google Chrome */
	-moz-border-radius: 10px 10px 0px 0px;
}
#second .container .reason .head h2 {
	color: #fff;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.5;
}
#second .container .reason .body {
	background-color: #fff;
	text-align: left;
	padding: 30px 30px;
	border-radius:0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 10px 10px; /* Safari、Google Chrome */
	-moz-border-radius: 0px 0px 10px 10px;
}
#second .container .reason .body p {
	font-size: 1.3em;
	line-height: 1.5;
}
#second .container .reason .body ul {
	margin-left: 1.5em;
}
#second .container .reason .body ul li {
	font-size: 1.3em;
	line-height: 1.5;
	list-style: disc;
}
@media (max-width: 640px) {
	#second .container {
	padding: 50px 20px 10px;
}
	#second .container .reason .head h2 {
	font-size: 1.8rem;
}
	#second .container .reason .body ul li {
	font-size: 1.4rem;
}
}
@media (max-width: 640px) {

}

/* 3rd
----------------------------------------------*/
#third {

}
#third .container {
	padding: 80px 0px;
	max-width: 970px;
	margin: auto;
	text-align: center;
}
#third .container ul {
}
#third .container ul li {
	font-size: 1.4em;
	margin-bottom: 10px;
	line-height: 1.5;
}
#third .container p {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 10px;
	margin: auto;
	text-align: left;
}
#third .container .center {
	text-align: center;
	margin-bottom: 80px;
}
#third .container .center img {
	margin: auto;
}
#third .container article {
	background-color: #F2F2F0;
	padding: 50px;
	text-align: left;
	margin: 50px auto;
}
#third .container article h3 {
	font-size: 3rem;
	color: #0D661C;
	margin-bottom: 20px
}
#third .container article h4 {
	font-size: 1.8rem;
	color: #0D661C;
	margin: 30px auto 10px;
}
#third .container article.profile {
	background-color: #fff;
	margin-top: 50px;
}
#third .container article.profile h3 {
	text-align: center;
}
#third .container article.profile img.face {
	float: left;
	width:120px;
	height:120px;
	object-fit:cover;
	border-radius:50%;
	margin: 0 20px 20px 0px;
}
#third .container article.profile h4 {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.5;
}
#third .container ul {
	margin-left: 1.5em;
}
#third .container ul ol {
	margin-left: 1.5em;
}
#third .container ul li {
	list-style: disc;
	margin-bottom: 20px;
}
#third .container ul ol li {
	list-style: decimal;
}

@media (max-width: 640px) {
	#third .container {
		padding: 50px 20px;
}
	#third .container .center {
	margin-bottom: 50px;
}
	#third  .container article {
	padding: 30px;
}
	#third .container ul li {
	font-size: 1.4rem;
}
	#third .container article.profile img.face {
	width:100px;
	height:100px;
}
}
/* 4th
----------------------------------------------*/
#fourth {
	background-color: #10651C;
}
#fourth .container {
	max-width: 970px;
	padding: 80px 0px;
	margin: 0px auto;
	text-align: center;
	color: #fff;
}
#fourth .container h2 {
	color: #CFB833;
	margin-bottom: 20px;
}

#fourth .container p {
	line-height: 1.8;
	margin-bottom: 50px;
}

@media (max-width: 640px) {
	#fourth .container {
	padding: 50px 20px;
}
}


/* 5th
----------------------------------------------*/
#fifth {
   background-color: #F5F5F5;
	margin-top: -60px;
}
#fifth .container {
	max-width: 970px;
	margin: auto;
	padding: 100px 0px 50px;
	text-align: center;
	color: #fff;
}

#fifth .container p {
	line-height: 1.8;
}
@media (max-width: 640px) {
	#fifth.container {
	padding: 80px 20px 30px;
}
}

/* white
----------------------------------------------*/
.white {
	
}
.white .container {
	max-width: 970px;
	margin: auto;
	padding: 100px 0px 80px;
	text-align: center;
}
@media (max-width: 640px) {
	.white .container {
	padding: 50px 20px 30px;
}
}


/* 6th
----------------------------------------------*/

#sixth {
  
}

@media (max-width: 640px) {
	
}


/* 7th
----------------------------------------------*/
#seventh {
	
}

@media (max-width: 640px) {
	
}
/* 8th
----------------------------------------------*/

#eighth  {
	background-color: #EEEEEE;
}
#eighth .container h2.standard {

}
#eighth .container p {
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 50px;
}
#eighth .container {
	max-width: 1000px;
	padding: 50px 0px 0px;
	margin: 0px auto;
	text-align: center;
}
#eighth .container .wakubox {
	margin-bottom: 0px;
	padding-top: 0px;

}
#eighth .container .wakubox .waku {
	margin-bottom: 30px;
}

#eighth .container .wakubox .waku p {
	font-size: 1.6rem;
	margin: 10px auto 0px;
	color: #000;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}
@media (max-width: 640px) {
	#eighth .container {
	padding: 30px 20px;
}
}



/* voice
----------------------------------------------*/
#voice {
	background-color: #F5F5F5;
}
#voice .container {
	max-width: 1000px;
	padding: 80px 0px;
	margin: 0px auto;
	text-align: center;
	
}
#voice .container p {
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 50px;
	text-align: left;
}
@media (max-width: 640px) {
	#voice .container {
	padding: 50px 20px;
}
}

/* 8.5th
----------------------------------------------*/
#eighth_fifth .container {
	max-width: 1000px;
	padding: 80px 0px;
	margin: 0px auto;
	text-align: center;
}
#eighth_fifth .container p {
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 50px;
}
@media (max-width: 640px) {
	#eighth_fifth .container {
	padding: 50px 20px;
}
}

/* 9th
----------------------------------------------*/
#ninth {
	background-color: #0D661C;
}
#ninth .container {
	max-width: 1000px;
	padding: 50px 0px 80px;
	margin: 0px auto;
	text-align: center;
}
#ninth .container h2.standard {
	color: #fff;
}
#ninth .container p {
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 10px;
}
#ninth .container article {
	background-color: #fff;
	padding: 30px 50px;
	text-align: left;
}
#ninth .container article img {
	float: right;
	margin: 0 0 0 20px;
}
#ninth .container .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26.0px 15px 0 15px;
	border-color: #ffffff transparent transparent transparent;
	margin: 0 auto 30px;
}
#ninth .container article .step {
	background-color: #0D661C;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	padding: 15px 10px 5px;
	width: 60px;
	height: 60px;
	line-height: 1.1;
	float: left;
}
#ninth .container article .step span {
	font-size: 4rem;
}
#ninth .container article .content {
	margin-left: 140px;
}
#ninth .container article .content .term {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#ninth .container article .content h3 {
	font-size: 2rem;
	color: #0D661C;
	margin: 5px auto 15px;
}
/*#ninth .container article:last-child .content {
	padding: 0px 0px;
	text-align: center;
	margin: auto;
}*/
@media (max-width: 640px) {
	#ninth .container {
	padding: 30px 20px 50px;
}
	#ninth .container article {
	padding: 20px;
}
	#ninth .container article .step {
		font-size: .9rem;
	padding: 15px 10px 5px;
	line-height: 1;
}
	#ninth .container article .step span {
	font-size: 2.2rem;
}
	#ninth .container article .content {
	margin-left: 100px;
}
	#ninth .container article .content .term {
	font-size: 1.6rem;
}
	#ninth .container article .content h3 {
	font-size: 1.4rem !important;
	line-height: 1.4;
}

}

/* 10th
----------------------------------------------*/

#tenth {
	
}
#tenth .container {
	max-width: 1000px;
	padding: 80px 0px;
	margin: 0px auto;
	text-align: center;
}
#tenth .container p {
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 50px;
}

@media (max-width: 640px) {
	#tenth .container {
	padding: 50px 20px;
}

}

/* form
----------------------------------------------*/

#form {
	
}
#form .container {
	max-width: 1000px;
	padding: 80px 0px;
	margin: 0px auto;
	text-align: center;
}

@media (max-width: 640px) {
	#form .container {
	padding: 50px 20px;
}

}

/* faq
-----------------------------------------------*/
#faq {
	background-color: #eee;
}
#faq .container {
	max-width: 1000px;
	padding: 50px 0px;
	margin: 0px auto;
	text-align: center;
}
.accordionbox{
	max-width: 580px;
	margin: 50px auto;
	width: 100%;
}
.accordionlist dt{
	display: block;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	text-indent: -1.4em;
	border-bottom: 1px dotted #eee;
}
.accordionlist dt:last-child{
    border-bottom: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;
	width: 85%;
	float: left;
	text-align: left;
}
.accordionlist dt .title p{
	
}
.accordionlist dd{
	display: none;
	text-align: left;
	padding-top: 10px;;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: 1.7rem;
	line-height: 150%;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #CCCCCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
@media (max-width: 640px) {
	#faq .container {
	padding: 30px 20px;
}

	.accordionbox{
	margin: 0px auto 50px;
	width: 100%;
}
	.accordionlist dd{
	font-size: 1.3rem;
}
}



/* counseling
----------------------------------------------*/
#counseling {
	background-color: #10651C;
	text-align: center;
	background-size: cover;
	color: #fff;
}
#counseling .container {
	max-width: 800px;
	padding: 50px 0px;
	margin: 0px auto;
	text-align: center;
}
#counseling .container h2.standard {
	color: #fff;
}
#counseling .container p {
	font-size: 1.4em;
	line-height: 1.8;
	margin-top: 40px;
}
#counseling .container .grid {
	display: grid;
	grid-gap: 20px;
}
#counseling .container .mail {
    grid-row: 1/2;
	padding-left: 110px;
}
#counseling .container .counseling {
	grid-row: 1/2;
	padding-left: 120px;
}
#counseling .container .tel {
	grid-row: 2/3;
	grid-column:1 / 3;
	padding: 18px;
}
#counseling .container .tel .grid2 {
	display: grid;
	grid-template-columns: 4fr 1fr;
}
#counseling .container .tel .time {
	text-align: left;
	line-height: 1.2;
	margin-top: 5px;
}
#counseling .container .btn {
	background-color: #fff;
	color: #10651C;
	padding: 30px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 50px;
    -webkit-border-radius: 50px; /* Safari、Google Chrome */
    -moz-border-radius: 50px;
	border: none;
}
#counseling .container .btn span {
	font-size: 5rem;
	vertical-align: middle;
}
#counseling .container .btn.box_link a {
	border-radius: 50px;
    -webkit-border-radius: 50px; /* Safari、Google Chrome */
    -moz-border-radius: 50px;
}
#counseling .container .box_link a:hover{
    background-color:#052581;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#counseling .container p a {
	color: #fff;
}
#counseling .container p a:hover {
	color: #FCE849;
}
@media (max-width: 640px) {
	#counseling .container {
	padding: 50px 10px;
}

	#counseling .container p {
	font-size: 1rem;
	margin-top: 30px;
}
	#counseling .container .grid {
	grid-template-columns: 1fr;
}
	#counseling .container .mail {
	grid-row: 1/2;
	grid-column:1 / 3;
		text-align: center;
		background-position: 60px center;
}
#counseling .container .counseling {
	grid-row: 2/3;
	grid-column:1 / 3;
	text-align: center;
	background-position: 60px center;
}
#counseling .container .tel {
	grid-row: 3/4;
	grid-column:1 / 3;
	line-height: 1.2;
}
	#counseling .container .btn {
	font-size: 1.2rem;
}
	#counseling .container .btn span {
	font-size: 2rem;
}
	#counseling .container .tel .grid2 {
	grid-template-columns: 2fr 1fr;
}
	#counseling .container .tel .time {
	margin-top: 8px;
		font-size: 1.2rem;
}
}

/* seminar
----------------------------------------------*/
#seminar {
}
#seminar .container {
	max-width: 910px;
	padding: 80px 0px;
	margin: 0px auto;
	text-align: center;
}

@media (max-width: 640px) {
	#seminar .container {
	padding: 50px 20px;
}

}

/* download
----------------------------------------------*/
#download .container {
	max-width: 1000px;
	padding: 80px 0px 30px;
	margin: 0px auto;
	text-align: center;
}
#download .container h2 {
	font-size: 3rem;
	margin-bottom: 20px;
}
@media (max-width: 640px) {
	#download .container {
	padding: 80px 20px 30px;
}
	#download .container h2 {
	font-size: 1.6rem;
}
}

/* footer
-----------------------------------------------*/

footer {
	background-color: #fff;
}
footer .container {
	max-width: 970px;
	padding: 80px 0px;
	margin: 0px auto;
	text-align: center;
}
footer .container p {
	max-width: 700px;
	text-align: left;
	margin: 0 auto ;
	line-height: 1.8;
	font-size: 1.6rem;
}
footer .container .logo {
	margin: 80px auto;
}
footer .copy {
	margin-top: 30px;
	font-size: 1.2rem; 
}

@media (max-width: 640px) {
	footer .container {
	padding: 50px 20px 100px;
}
	footer .container p {
	font-size: 1.2rem;
}
	footer .copy {
	font-size: 1rem; 
}
}
