/* 調整用スタイル */

.center{
	text-align: center;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.br_sen{
	display: none;
}

.pc_area{
	display: block;
}

.sp_area{
	display: none;
}

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

	.sp_area{
		display: block;
	}
}

main {
	margin-top: 80px 0px 0px 0px;
	background-color: #FFFFFF;
	font-size:15px; 
	line-height: 24px;
	color: #4e3c20;
	font-family: 'Shippori Mincho', serif;
}


.main {
  margin: auto;
}

.main_n1  {
	margin-top: -20px;
	padding: 20px;
	background-image: url("../images/bg_01.jpg")
}

.main_n2  {
	padding: 20px;
	background-color: #eef3ea;
}

.main_n3  {
	background-color: #eef3ea;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}


.main_n1-in  {
	width: 800px;
	margin: 0px auto;
}


.main_n4 {
	width: 800px;
	margin: 0px auto;
}

.main_n4_in{
	font-size: 20px;
	color: #4c841b;
	text-align: center;
}

.main_n4 span{
	background-color: #eef3ea;
	text-align: left;
	padding: 5px;

}


.box_01_area{
	width: 800px;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content:space-around;
}

.box_01{
	width: 360px;
	height: 120px;
	background-color: #fcfff5;
	border: 3px solid #99ba81;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	margin-bottom: 20px;
}

.box_01_title{
	font-size: 18px;
	color: #4c861b;
	font-family: 'Shippori Mincho', serif;
	margin-bottom: 10px;
	font-weight: bold;
}

.box_01_title span{
	font-size: 24px;
}

@media screen and (max-width: 500px) {
	.box_01_title{
		font-size: 16px;
		color: #4c861b;
		font-family: 'Shippori Mincho', serif;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.box_01_title span{
		font-size: 22px;
	}
	
	.box_01_text{
		font-size: 13px;
	}
}


.box_02_area{
	width: 700px;
	margin: 20px auto 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content:space-around;
}

.box_02{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	margin-bottom: 20px;
}


.box_04_area{
	width: 900px;
	margin: 20px auto 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box_04_area_r{
	width: 900px;
	margin: 20px auto 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box_04{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 20px;
}

.box_04_title{
	background-color: #eef3ea;
	text-align: left;
	padding: 10px;
	font-size: 20px;
	width: 100%;
	font-weight: bold;
}


.box_04{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 20px;
}



.main_n4_img{
	margin: 0px;
	width: 100%;
	text-align: center;
	vertical-align:bottom;	
}

.main_fotter_btn{
	text-align: center;
	background-color: #fff9e1;
	margin:0px;
	vertical-align:bottom;	
}

.main_fotter_btn img{
	vertical-align:bottom;	
}


	.jump_point{
		height: 1px;
		display: block;
		padding-top: 120px;
		margin-top: -120px;	
	}

@media screen and (max-width: 500px) {

	.jump_point{
		height: 1px;
		display: block;
		padding-top: 50px;
		margin-top: -50px;
	}
}
@media screen and (max-width: 500px) {
	.br_sen{
		display: block;
	}
	
	main{
		font-size: 14px;
	}
	
	
	.box_01_area{
	width: 90%;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	}

	.box_01{
		width: 90%;
		height: 120px;
		background-color: #fcfff5;
		border: 3px solid #99ba81;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
		margin-bottom: 0px auto 20px;
	}	
	
	.box_02_area{
		width: 90%;
		margin: 0px auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}	


	.box_04_area{
		width: 90%;
		margin: 20px auto 0px auto;
		display: flex;
		align-items: center;
		justify-content:space-around;
		flex-direction: column;
	}	
	
	.box_04_area_r{
		width: 90%;
		margin: 20px auto 0px auto;
		display: flex;
		align-items: center;
		justify-content:space-around;
		flex-direction:column-reverse;
	}		

	.box_04_area img{
		width: 100%;
	}	
	
	.box_04_area_r img{
		width: 100%;
	}			
	
	.box_04{
		margin-left: 0px;
	}
	
	.box_04_title{
		padding: 10px 0px 10px 10px;
		width: 95%;
	}

	.main_n4{
		width: 90%;
		margin: 0px auto;
	}
	
	.main_n4_img{
		margin: 0px auto;
		width: 100%;
		vertical-align:bottom;	
	}
	
	.main_n4_img img{
		margin: 0px auto;
		width: 100%;
		vertical-align:bottom;	
	}

	.main_fotter_btn{
		text-align: center;
		background-color: #fff9e1;
		margin:30px 0px 0px 0px;
		vertical-align:bottom;
		width: 100%;
	}

	.main_fotter_btn img{
		width: 80%;
		padding: 30px 0px;
		vertical-align:bottom;	
	}	
	
}

@media screen and (max-width: 500px) {
	.main_n1-in {
		width: 90%;
		margin: 0px auto;
	}
}



.image100{
	width: 100%;
}

.main_top{
	position: relative;
}

.main_top_btn{
	position: absolute;
	bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.btn_img_up{
	width: 100%;
}

@media screen and (max-width: 1250px) {
	.btn_img_up{
		width: 30vh;
	}

}

@media screen and (max-width: 850px) {
	.btn_img_up{
		width: 340px;
	}

}


.main_top_btn_sp{
	position: absolute;
	bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}



.footer {
  background-color: #FFFFFF;
  height: 200px;
  display: flex;
}

.footer div {
  margin: auto;
}


/* ヘッダー */


.header {
  background-color: white;
width: 100%;
    height: 132px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;


}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  width: 1244px;
  margin: 0px auto;
}

@media screen and (max-width: 960px) {
	.header {	
	  height: 80px;	
	  
	}
	
	.menu_off{
		display: none;
	}
	
	.header__inner {
	width: 90%;	
	}
}
	



/* ヘッダーのロゴ部分 */
.header__title {
  width: 200px;
}

@media screen and (min-width: 960px) {
  .header__title {
    width: 220px;
  }
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
}


@media screen and (min-width: 960px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 80%;
  }
}


@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}


@media screen and (min-width: 960px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);

  }
}

/* ナビのリンク */
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 24px;
  font-family: 'Shippori Mincho', serif;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}


/* ハンバーガーメニュー */

.header__hamburger {
  width: 48px;
  height: 100%;

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

h2{
	text-align: center;
	font-size: 30px;
	font-family: 'Shippori Mincho', serif;
	color: #4c841b;
	font-weight: lighter;
	position: relative;
	width: fit-content;
	margin: 40px auto;
	padding: 10px;
	border-bottom: 3px solid #4c841b;	
	line-height: 30px;
}

h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50%;
  height: inherit;
  border-bottom: 3px solid #97b880;
}

h2 span{
	font-size: 33px;
}


.ques_sen_q{
	display: flex;
	margin-bottom: 20px;
}

.ques_area{
	width: 100%;
}

.ques_q{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eef3ea;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}



.ques_sen_a{
	display: flex;
	margin-bottom: 50px;
	margin-left: -39px;
}

.ques_a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #97b880;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	color: #FFFFFF;
	margin-right: 10px;
}

.ques_a_an{
	display: block;
	width: 95%;
}

@media screen and (max-width: 500px) {
	.ques_a_an{
		display: block;
		width: 70%;
	}
}




.accordion-005 {
	width: 100%;
}

.accordion-005:not([open]) {
    margin-bottom: 0px;
}

.accordion-005 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0em 2em 0em 0em;
    border-left: 5px solid #ffffff;
    background-color: #ffffff;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-005 summary::-webkit-details-marker {
    display: none;
}

.accordion-005 summary::before,
.accordion-005 summary::after {
    width: 3px;
    height: .9em;
	margin-top:-20px;;
    border-radius: 5px;
    background-color: #cfcfcf;
    content: '';
}

.accordion-005 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-005 summary::after {
    transition: rotate .3s;
}

.accordion-005[open] summary::after {
    rotate: 90deg;
}

.accordion-005 .ac-in {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0 0 0 44px;
    padding: 1em 2em 2em 0em;
    color: #333333;
    transition: transform .5s, opacity .5s;
	width: 100%;
	overflow: inherit;
}

.accordion-005[open] .ac-in {
    transform: none;
    opacity: 1 ;
}

.fixed_btn { 
position: fixed;
top:20%;
right: 0px;
	z-index: 10000;
}

a:hover{
	transition: .3s ease-in-out;
	filter: brightness(1.2);
}
.youtube-wrap{
	flex-wrap: wrap;
}
.youtube-wrap .box_02{
	width: 100%;
}
.youtube__aspect-ratio {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%;
}

.recruit_area{
	display: flex;
	text-align: left;
	border: 1px solid #f0f5ec;
}

.recruit_area_left{
	width: 20%;
	font-weight: bold;
	background-color: #f0f5ec;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #FFFFFF!important;
}


.recruit_area_right{
	width: 80%;
	padding: 10px;
}

.recruit_area_02{
	display: flex;
	text-align: left;
	margin-bottom: 10px;
	align-items:flex-start;
	justify-content: space-around;
	border-bottom: 1px solid #f0f5ec;
	padding-bottom: 5px;
}

.recruit_area_02_end{
	display: flex;
	text-align: left;
	align-items:flex-start;
	justify-content: space-around;
}


.non-bo{
	padding-bottom: 5px;
}

.recruit_area_02_01{
	width: 20%;
}

.recruit_area_02_02{
	width: 40%;
}

.recruit_area_02_03{
	width: 40%;
}

.font-w{
	font-weight: bold;
}

@media screen and (max-width: 500px) {
	.recruit_area{
		display: flex;
		text-align: left;
		margin-bottom: 20px;
		align-items:flex-start;
		flex-direction: column;
	}

	.recruit_area_left{
	width: 100%;
	font-weight: bold;
	padding: 5px 0px;
	}
	
	.recruit_area_right{
	width: 95%;
	}

	.recruit_area_02_01{
	width: 25%;
	}	
	
	.recruit_area_02_02{
	width: 35%;
	}

	.recruit_area_02_03{
		margin-left: 30px;
		width: 35%;
	}
	
	.non-bo{
		padding-top: 10px;
		padding-bottom: 5px;
	}
	
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


.box_03_area_all{
	display: flex;
	justify-content:space-around;
	width: 800px;
	margin: 0px auto;
}

.box_03_area_text{
	margin-left: 70px;
	padding: 0px 10px 10px 0px;
}

.box_03_area_img{
	text-align: center;
	
}

.box_03_area_img img{
	width: 100%;
	
}

.ribbon14-wrapper {  
  display: block;
  position: relative;
  margin: 15px 15px;
  padding: 10px;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #8fb080;
  border-radius: 15px;
  }

.ribbon14-wrapper-no {  
  display: block;
  position: relative;
  margin: 15px 15px;
  padding: 10px;
  width: 100%;
  }

.ribbon14 {  
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 10px;
  margin: 0;
  padding: 20px 10px ;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 17px;
  color: white;
  background: #8fb080;
}

.ribbon14:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 30px solid #8fb080;
  border-right: 30px solid #8fb080;
  border-bottom: 10px solid transparent;
}


	.box_03_end{
		width: 800px;
		margin: 0px auto;
	}	

	.box_03_end img{
		width: 100%;
	}		

.bg_stone{
	background-image:url("../images/bg.jpg");
	background-repeat: repeat;
	padding-top: 10px;
}

.box_05_area{
	display: flex;
	justify-content:space-around;
	width: 800px;
	margin: 0px auto;
}

.box_05{
	width: 90%;
	background-color: #FFFFFF;
	border-radius: 15px;
	text-align: center;
	padding: 10px;
	margin: 0px 10px 20px 10px;
}		

.box_05_text{
	padding: 50px 10px 60px 10px;
	text-align: center;
	background-image: url("../images/img_customer_05.jpg");
	color: #4c801b;
	font-weight: bold;
	line-height: 46px;
	background-size: 150%;
	font-size: 26px;	
	
	
	
}

.customer_area{
	width: 95%;
	margin: 0px auto;
	text-align: left;
}

.customer_b{
	width: 80%;
	margin: 10px auto;
	height: 2px;
	background-color: #8fb080;
	border-radius: 15px;
}

.customer_area_in{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0px;
}	

.customer_area_in div{
	margin: 0px 5px;
}	

.customer_g{
	background-color: #8fb080;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 5px;
}

.customer_g_text{
	color: #4c801b;
}

.customer_o{
	background-color: #d27272;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 5px;
}

.box_check{
	background-color: #e6ebe2;
	text-align: left;
	padding-left: 30px;
	padding: 5px 0px 5px 30px ;
	color: #4c801b;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
}

.box_05 ul {
  list-style-type: none;
}
.box_05 li {
  position: relative;
}
.box_05 li::after {
  content: '';
  display: block;
  position: absolute;
  top: .3em;
  left: -1.2em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #8fb080;
  border-bottom: 3px solid #8fb080;
  transform: rotate(-45deg);
  font-weight: bold;
}

.box_text{
	padding: 5px 10px 15px 30px;
	text-align: left;
}

@media screen and (max-width: 500px) {

	.box_03_area_all{
	display: flex;
	justify-content:space-around;
	align-items: flex-start;
	flex-direction:column;
	width: 90%;
	margin: 0px auto;
	}

	.ribbon14-wrapper {  
	  display: block;
	  position: relative;
	  margin: 0px 0px 25px 0px;
	  padding: 10px;
	  width: 100%;
	  background: #ffffff;
	  box-sizing: border-box;
	  border: 1px solid #8fb080;
	  border-radius: 15px;

	  }
	
	.ribbon14-wrapper-no {  
	  display: none;
	  position: relative;
	  margin: 15px 15px;
	  padding: 10px;
	  width: 100%;
	  }	

	
	.box_03_area{
		width: 90%;
		margin: 20px auto 0px auto;
		display: flex;
		justify-content:flex-start;

	}
	
	.box_03{
		display: flex;
		justify-content:flex-start;
		flex-direction: column-reverse;
		text-align: left;
		align-items: flex-start;
	}
	
	.box_03_sp{
		margin-left: 20px;
	}

	.box_03_end{
		width: 90%;
		margin: 0px auto;
	}	

	.box_03_end img{
		width: 100%;
	}
	
	.box_05_area{
		width: 95%;
		margin: 0px auto 0px auto;
		display: flex;
		align-items: center;
		justify-content:space-around;
		flex-direction: column;
	}

	.box_05_text{
		padding: 10px 10px 30px 10px;
		text-align: center;
		background-image: url("../images/img_customer_05.jpg");
		color: #4c801b;
		font-weight: bold;
		line-height: 30px;
		background-size: 150%;
		font-size: 16px;
	}
		

}


.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.fee{
	margin-bottom: 40px;
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #4c801b;
}
.fee th,.fee td{
	padding: 10px;
	border: 1px solid #4c801b;
	text-align: center;
}
.fee th.gen,.fee td.gen{
	color: red;
	font-weight: 800;
}
.fee .head{
	background-color: #99ba81;
}
.fee th:not(.head){
	background-color: bisque;
}


