@charset "utf-8";
@import url("style_mobile.css");
/* CSS Document */

@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff') format('woff'), /* Modern Browsers */
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
	font-weight: 400;
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
	height: auto;
	margin: 0;
	position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

dl,dt,dd { margin: 0; }

p{font-weight: 400;}

p,h1,h2,h3,h4,h5{margin: 0;}

img{width: 100%;}

h1,h2,h3,h4{font-family: 'Noto Sans JP', sans-serif;}

.sp{display: none;}

#loader {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
}

#load {
	width: 100%;
	height: 100%;
}

#warpper {
	margin: auto;
	padding: 0 auto;
}

/* header */
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0;
	z-index: 10;
}

header .logo { width: 340px; margin: 0 0 0 60px;  }
header .logo img{ width: 100%;  }
header .logo a {
	font-size: .8em;
    color: #fff;
    text-decoration: none;
    letter-spacing: .1em;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
header .logo a span {
	display: block;
	font-size: .58em;
	letter-spacing: .1em;
}

header #pc_nav { display: block; width: 38%; margin-right: 60px; }
header #pc_nav .menu {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
    flex-direction: row-reverse;
}
header #pc_nav .menu ul {
	width: 75%;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	font-style: normal;
	font-weight: 500;
}
header #pc_nav .menu ul li a { position: relative; color: #fff; text-decoration: none; font-weight: 400;}
header #pc_nav .menu ul li a::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #fff;
	transform: scale(0,1);
	transform-origin: left top;
	transition: transform .3s;
}
header #pc_nav .menu ul li a:hover::after {
	transform: scale(1,1);
}

header #pc_nav .menu .sns { width: 10%; display: flex; }
header #pc_nav .menu .sns .sns-icon01 { width: 50px; height: 50px; margin-right: 20px; }
header #pc_nav .menu .sns .sns-icon01 a {
	display: block;
	width: 50px;
	height: 50px;
	background: url("../image/common/instagram_icon_01.png") no-repeat;
	transition: .5s;
}
header #pc_nav .menu .sns .sns-icon01 a:hover { background: url("../image/common/instagram_icon_02.png") no-repeat; }
header #pc_nav .menu .sns .sns-icon02 { width: 50px; height: 50px; }
header #pc_nav .menu .sns .sns-icon02 a {
	display: block;
	width: 50px;
	height: 50px;
	background: url("../image/common/mail_icon_01.png") no-repeat;
	transition: .5s;
}
header #pc_nav .menu .sns .sns-icon02 a:hover { background: url("../image/common/mail_icon_02.png") no-repeat; }



/* space */
.space01 { width: 100%; height: 10px; }
.short_space { width: 100%; height: 40px; }


/* ※SMARTPHONE MENU */
.button_container { display: none; }
.overlay { display: none; }


/* content */
#content { width: 90%; max-width: 1200px; margin: 0px auto;}

#content_bgg {
    width: 100%;
    margin: 0 auto;
    background: #f8f7f0;
    background-image: url("../image/background_img.jpg");
    background-size: cover;
    background-attachment: fixed; /*--背景画像の固定--*/
    background-repeat: no-repeat; /*--背景画像の繰り返し--*/
    background-position: center center; /*--背景画像の位置--*/
	z-index: 2;
}

#content_bg {
    width: 100%;
    margin: 0 auto;
    background: #f8f7f0;
}

#content_by{
    margin: 0 auto;
    background: #f8f7f0;
}

/* slide */
#vegas {
    width: 100%;
    height: 100vh;
	margin: auto;
	position: relative;
}
#vegas .bg { background-color: rgba(0,0,0,0.2); width: 100%; height: 100%; }
#vegas .caption {
	position: absolute;
  	top: 60%;
  	left: 10%;
  	transform: translateY(-60%);
  	-webkit- transform: translateY(-60%);
  	margin: auto;
	font-size: 4em;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; 
	font-weight: 600; 
	font-style: normal; 
	line-height: 1.3em;
	color: #fff;
	padding-left: 60px;
}

#vegas .caption p {
    margin: 0;
    margin-top: -15px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.1em;
    font-weight: 700;
    font-size: 46px;
}

#vegas .caption span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: .1em;
	margin-top: 30px;
	margin-bottom: -5px;
}

#vegas .caption br{display: block; content: ""; margin: 10px 0;}
#vegas .caption .sp-br { display: none; }



/* scroll */
.scroll-Block { position: absolute; bottom: 3rem; right: 0px; z-index: 5; }
.scroll-Block .Txt {
    display: block;
    font-size: .8em;
	font-weight: bold;
    line-height: 1;
	position: relative;
	bottom: 1.7rem;
	right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.scroll-Block .Txt a { color: #fff; text-decoration: none; letter-spacing: .1em; }
.scroll-Block .Line {
    position: relative;
    margin: 50px 0 0 55px;
    width: 2px;
    height: 60px;
    overflow: hidden;
    z-index: 10;
}
.scroll-Block .Line:after, .scroll-Block .Line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2px; 
    height: 100%;
}
.scroll-Block .Line:before {
    background: #FFF;
    z-index: 10;
    -webkit-animation: scroll 2s infinite normal;
    animation: scroll 2s infinite normal;
}
.scroll-Block .Line:after {
    background: transparent;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
	}
	15% {
		-webkit-transform: translate3d(0,-98%,0);
	}
	85% {
		-webkit-transform: translate3d(0,98%,0);
	}
	100% {
		-webkit-transform: translate3d(0,100%,0);
	}
}

/*お知らせ*/
.topics_content{
    display: flex;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 120px 0;
    margin: 0 auto;
}

.topics_tit{
    width: 350px;
    max-width: 350px;
}

.tit_en{
    position: relative;
    padding-left: 45px;
}

.tit_en span::before{
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    background-color: #41A884;
    content: "";
}

.topics_tit h3{
    font-size: 2.4em;
    margin-bottom: 50px;
}

.topics_tit p{
    color: #00A26A;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: -10px;
}

.topics_Box{
    width: 850px;
    max-width: 850px;
    box-shadow: 15px 15px 0 #C3E2D7;
    background: #fff;
    border: solid 1px #00A26A;
    padding: 40px 70px;
    border-radius: 6px;
}

.topics_Box ul{
    margin: 0;
    padding: 0;
}

.topics_Box li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: solid 1px #ACACAC;
    padding-bottom: 20px;
}

.topics_Box li .day{
    margin-right: 15px;
    background: #fff;
    color: #00A26A;
    border: solid 1px #00A26A;
    padding: 5px 10px;
}

.topics_Box li .text a{
    color: #333333;
    font-size: 1.2em;
    text-decoration-line: none;
}

.topics_Box li .text a:hover{
    color: #00A26A;
}

/*お知らせ一覧*/

.topics ul{
    margin: 0;
    padding: 0;
}

.topics li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: solid 1px #00A26A;
    padding-bottom: 20px;
}

.topics li .day{
    margin-right: 15px;
    background: #fff;
    color: #00A26A;
    border: solid 1px #00A26A;
    padding: 0 10px;
}

.topics li .text a{
    color: #333333;
    font-size: 1.2em;
    text-decoration-line: none;
}

.topics li .text a:hover{
    color: #00A26A;
}

.page_tit{
    margin-bottom: 25px;
}

.page_tit p{
    display: inline-block;
    background: #fff;
    color: #00A26A;
    border: solid 1px #00A26A;
    padding: 0 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.page_tit h2{
    font-size: 1.8em;
}

.topics_nav{
    display: flex;
    margin-top: 25px;
}

.topics_nav a{
    padding: 0.5em;
    text-decoration: none;
    font-size: 1.1em;
    color: #00A26A;
}

.topics_nav .topics_nav_list::before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 10px 0 0;
    background: url("../image/itiran.svg")no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.topics_nav .topics_nav_after::after{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 0 0 10px;
    background: url("../image/yazirushi.svg")no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.topics_nav .topics_nav_before::before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 10px 0 5px;
    background: url("../image/yazirushi.svg")no-repeat;
    transform: scale(-1,1);
    background-size: contain;
    vertical-align: middle;
}

.topics_nav a:hover{ color: #8CC63F;}

/*トップ会社案内*/

.inner{padding: 7em 0 8em 0;}

.top_company_Box{
    background: #00A26A;
    color: #fff;
    padding: 50px 60px;
    border-radius: 6px;
}

.top_company_flex{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    align-items: center;
}

.top_text_item{ width: 48%;}

.top_text_item p{
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 55px;
}

.top_text_item h4{
    font-size: 2em;
    margin-bottom: 10px;
}

.top_img_item{ width: 48%;}

.top_img_item img{
    width: 100%;
    vertical-align: top;
}

.top-tit02{text-align: center; margin: 0 auto 40px auto; }
.top-tit02 p{
    /*color: #00A26A;*/
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
}

.top-tit02 h3{ font-size: 2.4em; color: #fff;}

.more_btn_inner{
    text-align: left;
}
.more_btn_01{
    background: #00A26A;
    text-decoration: none;
    padding: 13px 40px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border: solid 6px #fff;
    font-weight: bold;
    border-radius: 6px;
}

.more_btn_02{
    background: #00A26A;
    text-decoration: none;
    padding: 10px 30px;
    color: #FFFFFF;
    font-size: 1em;
    text-align: center;
    border: solid 6px #00A26A;
    font-weight: bold;
    border-radius: 6px;
}

.more_btn_03{
    background: #00A26A;
    text-decoration: none;
    padding: 10px 35px;
    color: #FFFFFF;
    font-size: 1.4em;
    text-align: center;
    border: solid 6px #00A26A;
    font-weight: bold;
}

.more_btn_01:hover{background: #8CC63F;}
.more_btn_02:hover{ background: #8CC63F; border: solid 6px #8CC63F;}
.more_btn_03:hover{ background: #8CC63F; border: solid 6px #8CC63F;}


/*トップ求人情報*/

.top_banner{
    background: #fff;
    border: solid 1px #00A26A;
    box-shadow: 15px 15px 0 #C3E2D7;
    padding: 50px 0 60px 0;
    margin: 100px 0;
}

.top_banner_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.banner_illust img{
    max-width: 435px;
    vertical-align: top;
    padding-top: 10px;
}

.banner_illust{
    text-align: center;
    max-width: 480px;
    width: 480px;
}

.banner_text{
    max-width: 520px;
    width: 520px;
    /*width: 35%;
    padding: 60px 0 60px 100px;*/
}

.banner_text h3{
    font-size: 2.4em;
    margin-left: -5px;
    margin-bottom: 10px;
}

.banner_text h5{
    margin-bottom: 40px;
    font-size: 1.2em;
    font-weight: 400;
}

.banner_text p{
    color: #00A26A;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: -10px;
}

.banner_btn{text-align: left; margin-top: 5px;}

/*トップお問い合わせ*/

.contact_box{
    display: flex;
    justify-content: center;
    padding: 90px 0;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    background: #fff;
    border-radius: 6px;
}

.fb{
    background: #fff;
    border-radius: 25px;
}

.contact_tit{
    width: 600px;
    max-width: 600px;
    text-align: center;
    border-right: solid 4px #E8E3E3;
}

.contact_text{
    width: 600px;
    max-width: 600px;
    text-align: center;
}

.contact_inner{padding: 100px 0;}


.contact_tit h3{
    font-size: 2em;
}

.contact_text h4{
    font-weight: bold;
    font-size: 2.2em;
    margin-bottom: 30px;
}


.contact_tit h5{
    font-size: 1.2em;
    color: #333;
    margin-top: 10px;
    font-weight: 400;
}

.contact_tit p{
    color: #00A26A;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: -10px;
}

/* common */
.page-head {
    overflow: hidden;
    padding: 340px 0 140px;
	background: url("../image/company/page_head_back01.jpg")no-repeat;
	background-position: 30%;
    position: relative;
}
.page-head-ttl {
	width: 50%;
	/*max-width: 1200px;*/
	margin: 0 auto;
    background-color: #f8f7f0;
    text-align: center;
    /*position: relative;*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 40px;
    padding-bottom: 15px;
    
}
.page-head-ttl__main {
	position: relative;
    display: block;
    /*margin: 0 0 10px;*/
    font-size: 1.4em;
    font-weight: 800;
    font-style: normal;
	/*color: #00A26A;*/
    z-index: 1;
}

.page-head-ttl__main h2{
    font-size: 40px;
}

.page-head-ttl__sub {
	position: relative;
    display: block;
    font-size: .9em;
    color: #00A26A;
    letter-spacing: .1em;
    z-index: 1;
    font-size: 25px;
}

/* about */
.company-box { width: auto; height: auto; }
.company-box { width: auto; height: auto; }
.container{ width: auto; height: auto; padding: 85px 0 100px 0;}

/*会社案内*/
.company_flex{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}
.company_img_item{
    width: 46%;
}

.company_img_item img{
    border-radius: 6px;
    width: 100%;
    vertical-align: top;
}
.company_text_item{ width: 52%;}

.company_text_item h4{
    background: #fff;
    color: #00A26A;
    font-size: 27px;
    margin-bottom: 10px;
    padding: 5px 15px;
}

.company_text_item p{font-size: 19px;}

.service_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:10px;
    margin-top: 40px;
}

.service_img img{width: 100%; border-radius: 6px;}
.service_img{ width: 32%; position: relative;}

.name_img{
    position: absolute;
    bottom: -15px;
    left: 0;
    margin: 0 auto;
    background: #00A26A;
    color: #fff;
    width: 190px;
    text-align: center;
    padding: 10px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.service_list{
    display: flex;
    width: 100%;
}

.service_list dt{
    width: 12%;
    padding: 24px 24px 0px 8px;
    font-weight: bold;
    color: #fff;
    border-bottom: solid 1px #fff;
}

.service_list dd{
    width: 88%;
    padding: 24px;
    border-bottom: solid 1px #fff;
}

.service_list dt p{font-weight: bold; font-size: 16px;}

.service_list dd p{ font-size: 16px; margin-bottom: 15px;}

.setubi_table{
    width: 100%;
}

.setubi_td01{width: 180px;}

.h2_tit{
    color: #00A26A;
    position: relative;
}

.span_ja{
    font-size: 32px;
    margin-left: 70px;
}

.span_ja::before{
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 45px;
    height: 2px;
    margin: auto;
    background-color: #41A884;
    content: "";
}

.sub_text{margin-top: 10px;}

.sub_text p{ color: #FF5313;}

.common_text{
    margin-top: 40px;
    margin-bottom: 10px;
}
.common_list{
    display: flex;
    width: 100%;
}

.common_list dt{
    width: 12%;
    padding: 24px 24px 0px 8px;
    font-weight: bold;
    color: #00A26A;
    border-bottom: solid 1px #00A26A;
}

.common_list dd{
    width: 88%;
    padding: 24px;
    border-bottom: solid 1px #DDDD;
}

.common_list dt p{font-weight: bold; font-size: 16px;}

.common_list dd p{ font-size: 16px;}

.common_list dl{
    border-bottom: solid 2px #333;
}

.common_wrapper{
    background: #fff;
    padding: 50px 40px;
    border: solid 1px #00A26A;
    box-shadow: 15px 15px 0 #c3e2d7;
    border-radius: 10px;
    margin-bottom: 60px;
}

.common_wrapper:last-child{ margin-bottom: 0;}

.company_wrapper{
    background: #00A26A;
    color: #fff;
    border-radius: 10px;
    padding: 50px 40px 70px 40px;
    margin-bottom: 60px;
}

.company_wrapper .h2_tit{color: #fff;}

.company_wrapper .h2_tit .span_ja::before{background: #fff;}

.company_table{
    width: 100%;
    border-collapse:collapse;
}

.company_table th{
    border: solid 1px #DDDD;
    padding: 10px 0;
    font-weight: 400;
}

.company_table td{
    border: solid 1px #DDDD;
    text-align: center;
    padding: 10px 0;
}

/*求人情報*/
.recruit_content01{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recruit_content01 .recruit_img{
    width: 40%;
    margin-left: 20px;
    position: relative;
}

.recruit_content01 .recruit_tit{
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    color: #00A26A;
    border: solid 3px #00A26A;
    font-size: 1.6em;
    position: absolute;
    bottom: -5%;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 310px;
    border-radius: 5px; 
}

.recruit_content01 .recruit_tit p{
    font-weight: bold;
}

.recruit_content01 .recruit_txt{
    width: 52%;
}


.recruit_content01 .recruit_txt p{
    font-size: 24px; 
    color: #00A26A; 
    font-weight: bold;
}

.rec_inner{padding: 0 0 100px 0;}
.rec_box{max-width: 100%;}

/* footer */
#footer {
	background: #333333;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding: 50px 0;
	text-align: center;
	color: #FFF;
}

#footer p { box-sizing: border-box; font-size: 100%; font-weight: 400; margin: 0px; }
#footer .company-name {margin-bottom: 30px;}

#footer .company-name a {
	font-size: 1.5em;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	letter-spacing: .1em;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
#footer .company-name a span {
	display: block;
	font-size: .55em;
	letter-spacing: .1em;
}

#footer .copy {
    font-weight: 200;
    font-size: 0.8em;
    margin-top: 40px;
    letter-spacing: 0.05em;
    padding: 10px;
}

.footer_nav ul {
	width: 100%;
	margin: 0;
	margin-bottom: 30px;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.footer_nav li {
	padding: 10px;
	margin: 0 5px;
	display: inline-block;
	font-size: 1em;
    font-style: normal;
    font-weight: 500;
	letter-spacing: .05em;
}

.footer_nav li a {
	text-decoration: none;
	padding-bottom: 3px;
	display: block;
	position: relative;
	font-weight: 400;
	color: #fff;
}

.footer_nav li a:hover {color: #B5B5B5;}

/* ※slide */
#wideslider_box1 {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	z-index: 15;
	line-height: 0px;
	padding-bottom: 0px;
}

.wideslider { width: 100%; text-align: left; position: relative; overflow: hidden; }
.wideslider ul,.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}
.wideslider ul li img { display: none; width: 100%; text-align: center; }
.wideslider_base { top: 0; position: absolute; }
.wideslider_wrap { top: 0; position: absolute; overflow: hidden; }

.slider_prev,.slider_next { top: 0; overflow: hidden; position: absolute; z-index: 100px; cursor: pointer; }
.slider_prev { background: #222 url(../image/prev.jpg) no-repeat right center; }
.slider_next { background: #222 url(../image/next.jpg) no-repeat left center; }

.pagination { bottom: 30px; left: 0; width: 100%; height: 15px; text-align: center; position: absolute; z-index: 10; }
.pagination a { margin: 0 5px; width: 15px; height: 15px; display: inline-block; overflow: hidden; border: 2px solid #ddd; }
.pagination a.active { filter:alpha(opacity=100)!important; -moz-opacity: 1!important; opacity: 1!important; background: #316055; }

/* ClearFixElements */

.wideslider ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; }
.wideslider ul { display: inline-block; overflow: hidden; }

/* ※CONTACT */
.contact-box h2 {
	font-size: 1.7em;
	color: #004EA2;
	margin: 60px 0 50px 30px;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 1px solid #004EA2;
}
.contact-box h2::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    border-left: 10px solid #004EA2;
    height: 100%;
    height: calc(100% + 1px);
}

.toi_sub_tit01 { font-size: 1em; line-height: 1.6em; color: #222; margin-bottom: 30px; }

.toi_m_tit01 {
	font-size: 40px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: 400;
	border-left: 5px rgba(69,177,199,1) solid;
	line-height: 45px;
}
.toi_m_tit02 {
	font-size: 18px;
	padding-left: 15px;
	color: rgba(69,177,199,1);
	border-left: 5px rgba(69,177,199,1) solid;
	margin-bottom: 30px;
}

.toi_box01 { background: rgba(255,255,255,1); margin-top: 30px; margin-bottom: 80px;}
.toi_box01 a { text-align: center; color: #009964; }

.toi_tit01 { width: 100%; padding-bottom: 5px; text-align: center; }
.toi_tit01 h1 { margin: 0px; font-size: 28px; font-weight: 600; line-height: 35px; color: #444; }

.toi_txt01 { line-height: 22px; text-align: justify; padding-bottom: 20px; }
.toi_txt02 { font-size: 18px; font-weight: 500; color: #009964; line-height: 28px; margin-bottom: 30px; }
.toi_txt02 br { display: none; }

.toi_btn_l { text-align: center; margin-left: 40%; float: left; }
.toi_btn_l input { width: 80px; }

.toi_btn_r { width: 100px; text-align: center; margin-left: 20px; float: left; }
.toi_btn_r input { width: 80px; }

.toi_td1 { padding: 15px 0px 5px 0px; color: #222; font-weight: 400; font-size: 1.1em;}
.toi_td1 span { color: #666; font-size: 12px; }

.toi_td2 { padding: 0px; color: #333333; }
.toi_td3 { clear: both; height: 20px; border-bottom: solid 1px #ccc; }

.toi_txt1 { font-size: 13px; font-weight: 400; margin-bottom: 20px; }
.toi_tel1 { font-size: 17px; color: #3578D9; font-weight: bold; }
.toi_input1 { height: 25px; float: left; border-color: #999; border-width: 0px 0px 1px 0px; border-style: dotted; }

.t_from_text { padding: 5px; border: 1px #CCC solid; }

.from_text01 { padding: 5px; border: 1px #ccc solid; border-radius: 3px; }
.from_text02 { padding: 5px; border: 1px #ccc solid; border-radius: 3px; }
.from_text03 { padding: 5px; border: 1px #ccc solid; border-radius: 3px; width: 100%;}

.t_from_text { padding: 5px; border: 1px #00A26A solid; border-radius: 3px; }

.toi_space_40_01 { clear: both; height: 40px; }

.toi_btn_l input{
    background: #00A26A;
    text-decoration: none;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 1em;
    text-align: center;
    border: solid 6px #00A26A;
    font-weight: bold;
    width: 180px;
    height: 50px;
    font-size: 1.2em;
    margin-top: 40px;
    margin-bottom: 40px;
}

.toi_btn_l input:hover{
    background: #8CC63F;
    border: solid 6px #8CC63F;
    cursor: pointer;
}

.contact_btn{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap:20px;
}

.contact_btn input{
    background: #00A26A;
    text-decoration: none;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 1em;
    text-align: center;
    border: solid 6px #00A26A;
    font-weight: bold;
    width: 180px;
    height: 50px;
    font-size: 1.2em;
}

.contact_btn input:hover{
    background: #8CC63F;
    border: solid 6px #8CC63F;
    cursor: pointer;
}

/* curtain */
.color-curtain {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1;
}
.scroll-pos.on-02 .color-curtain {
	-webkit-animation: scroll-pos-out 600ms cubic-bezier(0.77, 0, 0.175, 1) both;
	animation: scroll-pos-out 600ms cubic-bezier(0.77, 0, 0.175, 1) both;
}
.scroll-pos.on-01 .color-curtain:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #0b8767;
	-webkit-animation: scroll-pos-in 500ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
	animation: scroll-pos-in 500ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

@-webkit-keyframes scroll-pos-in {
	0% {
		-webkit-transform: translate(-102%, 0);
		transform: translate(-102%, 0);
	}
	100% {
		-webkit-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
}
@keyframes scroll-pos-in {
	0% {
		-webkit-transform: translate(-102%, 0);
		transform: translate(-102%, 0);
	}
	100% {
		-webkit-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
}
@-webkit-keyframes scroll-pos-out {
	0% {
		-webkit-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
	100% {
		-webkit-transform: translate(102%, 0);
		transform: translate(102%, 0);
	}
}
@keyframes scroll-pos-out {
	0% {
		-webkit-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
	100% {
		-webkit-transform: translate(102%, 0);
		transform: translate(102%, 0);
	}
    
}

/* 改行調整 */
@media screen and (min-width: 480px){
	.br-pc { display: block; }
	.br-sp { display: none; }
}
@media screen and (max-width: 480px){
	.br-pc { display: none; }
	.br-sp { display: block; }
}


