@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
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: "M PLUS 1p", serif;
}

/*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 #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg) !important;
	margin-right: 5%;
	position: absolute;
	top: 36%;
	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: #F9B708;
	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.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: #F9B708;
	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: #10C3C5;
}
h2.standard span {
	color: #0E49EC;
	background: linear-gradient(transparent 60%, #FFEA00 50%);
	font-size: 1.1em;
}
.line {
	font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 50px;
	position: relative;
	padding: 0 60px;
	display: inline-block;
	color: #10C3C5;
}
.line:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #10C3C5;
  -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: #10C3C5;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
	right: 0;
}
.circle {
	width: 120px;
	height: 120px;
	text-align: center;
	display: table;
	background-color: #F9B708;
	border-radius: 50%;
    -webkit-border-radius: 50%; /* Safari、Google Chrome */
    -moz-border-radius: 50%;
	color: #fff;
	margin: -60px auto 0px;
	position: relative;
	z-index: 5;
}
.circle .fas {
	display: table-cell;
	vertical-align: middle;
	font-size: 5rem;
}
.wakubox {
	background-color: #E9F3F0;
	padding: 50px;
	margin: 50px auto;
	color: #10C3C5;
	font-size: 2rem;
}
.waku {
	background-color: #fff;
	padding: 30px;
	border: solid 3px #10C3C5;
	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;
	text-align: left;
}
.wakubox .fas {
	margin: 30px;
}
.waku h3 span {
	color: #5EC2D0;
	background: linear-gradient(transparent 60%, #FFEA00 50%);
	font-size: 1.1em;
}
@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;
	}
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;
}
	.standard_btn {
	padding-right: 50px;
}

}
@media (max-width: 480px) {
	
}
/* header
-----------------------------------------------*/
header {
	width: 100%;
}
header img.main {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
	background-color: #EFF4ED;
}

@media (max-width: 640px) {
	header img.main {
	padding-bottom: 0px;
	background-color: #EFF4ED;
}
}
@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;
	display: grid;
	grid-column: 1fr;
}
#float .grid .icon {
	padding: 30px 15px;
	text-align: center;
	color: #fff;
	font-family: 'M+ P Type-2 (basic latin) bold','M+ Type-2 (general-j) bold', sans-serif;
	font-weight: bold;
	background-color: #F9B708;
}
#float .grid .icon.green {
	background-color: limegreen;
}
#float .grid .icon.blue {
	background-color: dodgerblue
}
@media (max-width: 640px) {
	#float {
		position: fixed !important;
		width: 100%;
		bottom: 0 !important; 
		top:auto;
}

	#float .grid {
		width: 100%;
	float: none;
		grid-column: 1fr 1fr;
}
	#float .grid .icon {
		font-size: 1rem;
		padding: 15px !important;
	}
	#float .grid .icon.orange {
		grid-column: 1 / 3;
  grid-row: 1 / 2;
	}
	#float .grid .icon.green {
		grid-column: 1 / 2;
  grid-row: 2 / 3;
	}
	#float .grid .icon.blue {
		grid-column: 2 / 3;
  grid-row: 2 / 3;
	}
}

/* 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%;
}
}


/* 4th
----------------------------------------------*/
#fourth {
}
#fourth .container {
	max-width: 1000px;
	padding: 50px 0px;
	margin: 0px auto;
	text-align: center;
}
#fourth .container p {
	font-size: 1.4em;
	line-height: 1.5;
	max-width: 600px;
	margin: 0px auto 20px;
	text-align: left;
}

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

/* 8th
----------------------------------------------*/

#eighth {
	
}
#eighth .container {
	max-width: 1000px;
	padding: 30px 0px 0px;
	margin: 0px auto;
	text-align: center;
}
#eighth .container p {
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 10px;
	max-width: 600px;
	margin: auto;
	text-align: left;
}
#eighth .container .grid {
	display: grid;
	grid-gap: 50px;
	grid-template-columns: 1fr 1fr 1fr;
}
#eighth .container .grid .number {
	font-family: 'M+ P Type-2 (basic latin) bold','M+ Type-2 (general-j) bold', sans-serif;
	font-weight: bold;
	font-size: 5rem;
	color: #ECB514;
	margin-bottom: 20px;
}
#eighth .container .grid h3 {
	font-size: 2rem;
	margin-bottom: 30px;
	line-height: 1.5;
}
#eighth .container .grid p {
	font-size: 1.4rem
}
#eighth .container .profile {
	text-align: left;
	margin-bottom: 100px;
}
#eighth .container .profile img {
	float: left;
	margin: 0px 20px 10px 0px;
	border-radius: 50%;
    -webkit-border-radius: 50%; /* Safari、Google Chrome */
    -moz-border-radius: 50%;
}
#eighth .container .profile .title {
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: bold;
	padding-top: 3%;
}
#eighth .container .profile .message {
	clear: both;
	padding-top: 20px;
	font-size: 1.4em;
	line-height: 1.5;
}
@media (max-width: 640px) {
	#eighth .container {
	padding: 30px 20px 0px;
}
	#eighth .container .grid {
	grid-template-columns: 1fr;
}
	#eighth .container .profile {
	margin-bottom: 50px;
}
#eighth .container .profile img {
	width: 50%;
	height: auto;
	max-width: 100px;
}	
#eighth .container .profile .title {
	font-size: 1.2rem;
}
	#eighth .container .profile .message {
	font-size: 1rem;
}
}

/* 5th
----------------------------------------------*/
#fifth {
   background-color: #EFF4ED;
}
#fifth .container {
	max-width: 800px;
	margin: auto;
	padding: 100px 0px;
	text-align: center;
}
#fifth .container .waku {
	margin-bottom: 30px;
}
#fifth .container .waku h3 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 2rem;
	color: #10C3C5;
}
#fifth .container .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) {
	#fifth .container {
	padding: 100px 20px;
}
#fifth .container .waku h3 {
	font-size: 1.6rem;
}
#fifth .container .waku p {
	font-size: 1rem;
}
}

/* eighth_1st
----------------------------------------------*/
#eighth_1st {
	background-color: #10C3C5;
	text-align: center;
}
#eighth_1st .container {
	padding: 100px 0px 50px;
	max-width: 650px;
	margin: auto;
	width: 100%;
	margin-top: -60px;
}
#eighth_1st h2 {
	font-weight: bold;
	color: #fff;
	margin-bottom: 50px;
}
#eighth_1st ul {
	margin-bottom: 80px;
}
#eighth_1st ul li {
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
    -webkit-border-radius: 5px; /* Safari、Google Chrome */
    -moz-border-radius: 5px;
	color: #10C3C5;
	font-size: 1.6rem;
	font-weight: bold;
	max-width: 590px;
	width: 80%;
	margin: 0px auto 20px;
	line-height: 1.3;
}

@media (max-width: 640px) {
	#eighth_1st {
}
	#eighth_1st .container {
	padding: 100px 0px 30px;
}
	#eighth_1st ul {
		margin: 0 10px;
	}
	#eighth_1st ul li  {
		font-size: 1.4rem;
}
#eighth_1st .standard.btn {
	width: 70%;
}
}



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

#sixth {
	
}
#sixth .container {
	max-width: 700px;
	padding: 50px 0px;
	margin: 0px auto;
	text-align: center;
}
#sixth .container h3 {
	text-align: center;
	font-size: 2.4rem;
	margin: 30px auto;
}
#sixth .container ul {
	text-align: left;
	margin-bottom: 30px;
}
#sixth .container ul li {
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 1.4rem;
}
#sixth .container p {
	text-align: left;
	margin-bottom: 30px;
	line-height: 150%;
	font-size: 1.4rem;
}

#sixth .container .step ul {
	margin-bottom: 50px;
	text-align: center;
}
#sixth .container .step ul li {
	background-color: #10C3C5;
	padding: 20px;
	border-radius: 5px;
    -webkit-border-radius: 5px; /* Safari、Google Chrome */
    -moz-border-radius: 5px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	max-width: 590px;
	width: 80%;
	margin: 0px auto;
	line-height: 1.3;
}
#sixth .container .step .fas {
	margin: 10px;
	font-size: 3rem;
	color: #F9B708;
}
@media (max-width: 640px) {
	#sixth .container {
	padding: 30px 20px;
}
	#sixth .container .step ul {
		margin: 0 10px;
	}
	#sixth .container .step ul li  {
		font-size: 1.4rem;
}
}

/* faq
-----------------------------------------------*/
#faq {
	background-color: #EFF4ED;
}
#faq .container {
	max-width: 970px;
	padding: 80px 0px;
	margin: 0px auto;
}
#faq .container h2 {
	font-size:4rem;
	line-height: 1.3;
	letter-spacing:.1em;
	margin-bottom: 50px;
	text-align: center;
}
#faq .container article {
	background-color: #fff;
	padding: 30px 80px 10px;
	margin-bottom: 30px;
}
#faq .container article h3 {
	font-size: 2.4rem;
	line-height: 1.8;
	margin-bottom: 10px;
	font-weight: bold;
	color: #F9B708;
}
#faq .container article p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 30px;
}
#faq .container .grid {
	display: grid;
	grid-gap: 50px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 30px;
}
@media (max-width: 640px) {
	#faq .container {
	padding: 50px 20px;
}
	#faq .container h2 {
	font-size: 1.6rem;
		margin-bottom: 30px;
}
	#faq .container article {
	padding: 20px 30px 10px;
}
	#faq .container article h3 {
	font-size: 1.2rem;
}
	#faq .container article p {
	font-size: 1rem;
}
	#faq .container .grid {
	grid-template-columns: 1fr;
}
}

/* anchor_form
-----------------------------------------------*/
#anchor_form {
	width: 100%;
	background-color: #EFF4ED;
}
#anchor_form .container {
	padding: 80px 0px 100px;
	max-width: 800px;
	margin: auto;
}
#anchor_form .container p {
	margin-bottom: 30px;
	line-height: 150%;
	font-size: 1.8rem;
	text-align: center;
}
#anchor_form h2 {
	font-size: 3.2rem;
	color: #10C3C5;
	text-align: center;
}

@media (max-width: 767px) {
	#anchor_form {
	margin: 50px auto;
}
	#anchor_form .container {
	padding: 30px 20px 50px;
}
}

/* message
----------------------------------------------*/

#message {
	
}
#message .container {
	max-width: 700px;
	padding: 80px 0px 50px;
	margin: 0px auto;
	text-align: center;
}
#message .container p {
	text-align: left;
	margin-bottom: 30px;
	line-height: 150%;
	font-size: 1.8rem;
}

/* counseling
----------------------------------------------*/
#counseling {
	background-color: #10C3C5;
	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: #10C3C5;
	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 {
	background-color: #EFF4ED;
}
#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;
	color: #10C3C5;
}
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.3rem; 
	line-height: 1.6;
}
footer .standard.btn {
	background-color: #F9B708;
}
@media (max-width: 640px) {
	footer .container {
	padding: 50px 20px 150px;
}
	footer .container p {
	font-size: 1.2rem;
}
	footer .copy {
	font-size: 1rem; 
}
}
