@charset "utf-8";
/* common */
html {
	width:100%;
}
body {
	width: 100%;
    font-family: 'Noto Sans JP',sans-serif;
	background-color: #FFF;
    color: #3B4043;
}
#wapper {
    width: 100%;
    color: #333333;
    font-size: 0.9rem;
    line-height: 1.8;
}
li{
	list-style-type: none;
}
.fluidimg {
    max-width: 100%;
    height: auto;
} 
img {
	max-width: 100%;
	height: auto;
}
section {
    padding: 80px 0px 40px;
    text-align: center;
}
section .inner {
    max-width: 1140px;
    padding: 0 30px;
	margin: 0 auto;
}
h3 {
	border-bottom: 4px solid #f4b400;
	margin-bottom: 80px;
	font-size: 1.8rem;
    font-weight: 400;
	letter-spacing: 1.5px;
	display: block;
	line-height: 1.3;
    padding-bottom: 10px;
}
h3 span {
    font-size: 1rem;
    letter-spacing: 1.8px;
    color: #BFBFBF;
}
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
}
#pagetop a {
    display: block;
    color: #FFFFFF;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    background-color: #34a853;
}
.bg_gray{
	background: #f4f4f4;
}
.en{
	font-family: 'Hind', sans-serif;
} 
.txt_C{
	text-align: center;
}
.mt30{
	margin-top: 30px;
}

/* ヘッダー */
#header {
    width: 100%;
    border-bottom: 1px solid #eee;
    position: fixed;
    margin: 0px auto;
    transition: .5s;
    background-color: #FFF;
    z-index: 100;
    top: 0;
}
#header #headerinnr {
    max-width: 1140px;
	margin: 0 auto;
    height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#headerinnr #logo {
    width: 180px;
}
#headerinnr .headContBtn a {
    text-align: center;
    color: #FFFFFF;
    background-color: #34a853;
    padding: 6px 35px 6px 25px;
    display: block;
    transition: .2s linear;
    position: relative;
    border-radius: 30px;
    font-size: 1.1rem;
}
#headerinnr .headContBtn {
    display: block;
}
#headerinnr .headContBtn i{
    margin-right: 5px;
}

/* グローバルナビ */
#g_navi {
    background: #34a853;
}
#g_navi ul {
    display: flex;
    margin: 0 auto;
    padding: 0 3%;
    width: 94%;
    max-width: 1220px;
}
#g_navi ul li {
    width: 22%;
    line-height: 1;
    border-left: 1px solid #fff;
	color: #fff;
}
#g_navi ul li:first-child {
    width: 34%;
}
.firstNav {
    position: relative;
    transition: all 0.2s;
}
#g_navi ul li a {
    display: block;
    padding: 14px 5% 12px;
    text-align: center;
    text-decoration: none;
    font-size: 1.0rem;
    font-weight: 500;
	letter-spacing: 1.6px;
	line-height: 1.4;
    transition: .2s linear;
}
#g_navi ul li:last-child {
    border-right: 1px solid #fff;
}
#g_navi ul li:hover {
    background: #f4b400;
	color: #626262;
}


/* top */
.top{
    padding: 118px 0px 0px;
    background-image:url("../img/topvisual_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.top_area{
    height:320px;
    max-width: 80%;
    margin: 0 auto;
	font-weight: 700;
}
.top_area h1{
    color: #34a853;
	font-size: 2.8rem;
	letter-spacing: 2.4px;
	padding-top: 80px;
	font-weight: 500;
}

/* section01 */
h2 {
	font-size: 1.6rem;
	color: #34a853;
	margin-bottom: 50px;
}
h2 span{
	font-size: 2rem;
}
h2 span.en{
	font-size: 2.2rem;
}

/* section02 */
.ttl01 {
	margin-top: 30px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.worry{
    font-size: 1.5rem;
	width: 430px;
	margin: 0 auto;
}
.worry span{
    font-size: 1.9rem;
	color: #34a853;
}
.ttl01 ul{
	text-align: left;
	font-size: 1.1rem;
	width: 720px;
	margin-right: auto;
    margin-left : auto;
	line-height: 3.2;
}
.ttl01 ul li{
	border-bottom: dotted 2px #f4b400;
	text-align: left;
	line-height: 3;
    padding-top: 5px;
}
.ttl01  i{
	color: #34a853;
	font-size: 1.5rem;
	margin: 0 16px;
}
.ttl02{
    display: flex;
	justify-content:center;
}
.ttl02 li:first-child{
    margin-right: 30px;
}
.ttl02 li:last-child{
    margin-left: 30px;
}
h5{
	font-size: 1.5rem;
	letter-spacing: 1.2px;
	margin: 70px 0 30px;
}
h5:before {
    transform: rotate(-35deg);
}
h5:after {
    transform: rotate(35deg);
}
h5:before,h5:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #f4b400;
    width: 2px;
    height: 2em;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
}

/* section03 */
.ttl03{
	text-align: left;
	border-left:8px solid #34a853;
	padding: 0 0 0 16px;
	font-size: 1.3rem;
}
.ttl04{
	text-align: left;
	font-size: 1.1rem;
	padding: 10px 0 5px 0;
    color: #34a853;
}
.table01 {
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    width: 100%;
    margin: 20px 0 70px;
    line-height: 1.5;
}
.table01 thead {
    border-right: 3px solid #fff;
    line-height: 1.2;
}
.table01 tr {
    border-bottom: 2px solid #fff;
}
.table01 .item01 {
    width: 30%;
	border-right: 2px solid #fff;
}
.table01 tr {
    border-bottom: 2px solid #fff;
	padding: 0.8rem 0 0.8rem 0.8rem;

}
.table01 tbody tr td.table_ttl,.table01 th {
    font-weight: normal;
	padding: 0.8rem 0 0.8rem 0.8rem;
	background: #def1e3;
	color: #333;
}
.table01 tbody tr td.table_ttl {
	background: #ebf7ee;
}
.table01 th {
	text-align: center;
	background: #34a853;
	font-size: 1.1rem;
	color: #fff;
}
.table01 td {
    border-bottom: 1px solid #f4f4f4;
	padding: 0.5rem 0 0.8rem 0.8rem;
    font-weight: normal;
}
.table01 .color01 {
    background: #f4f4f4;
}
.table01 .color01,.table01.color02 {
	border-right: 2px solid #f4f4f4;
	border-left: 2px solid #fff;
}

.table02 {
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    width: 100%;
    margin: 5px 0 50px;
    line-height: 1.5;
}
.table02 thead {
    border-right: 3px solid #fff;
    line-height: 1.2;
}
.table02 tr {
    border-bottom: 2px solid #fff;
}
.table02 .item01 {
    width: 5%;
}
.table02 .item02 {
    width: 23%;
}
.table02 .item03 {
    width: 16%;
}
.table02 tr {
    border-bottom: 2px solid #fff;
	padding: 0.8rem 0 0.8rem 0.8rem;

}
.table02 tbody tr td.table_no,.table02 th {
    font-weight: normal;
	padding: 0.8rem;
	color: #333;
}
.table02 tbody tr td.table_no {
	text-align: center;
	color: #267c3d;
}
.table02 th {
	text-align: center;
	background: #34a853;
	font-size: 1rem;
	color: #fff;
	border-right: 2px solid #fff;
}
.table02 td {
    border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 0.8rem;
    font-weight: normal;
	background: #f4f4f4;
}
.table02 td.row {
    text-align: center;
    display: table-cell;
    vertical-align: inherit;
}
.table02 tr.color01 td {
    background: #f4f4f4;
}
.table02 tr.color02 td {
    background: #edecec;
}


/* section05 */
.txt02 {
    text-align: left;
    font-size: 0.8rem;
}
.txt03{
	font-size: 0.8rem;
	margin-top: 40px;
}

/* お問い合わせ */
.contact{
    background-color: #f4f4f4;
	font-size: 1.3rem;
	color: #13192f;
	text-align: center;
}  
.contactInn{
    max-width: 1200px;
    margin: 0 auto;
}
.contactTitle.en{
    font-size: 2rem;
	margin-bottom: 30px;
	font-weight: 700;
    letter-spacing: 1.2px;
}
.contactInn p{
    font-size: 1rem;
	color: #13192f;
	margin-bottom: 10px;
}
.contact .contactText{
    line-height: 1.6;
	margin: 30px 20px 30px 0;
	font-size: 1.7rem;
	width: 240px;
	letter-spacing: 1.2px;
}
.contactBtn{
	width: 240px; 
	margin-left: 20px;
}
.contactBtn i{
	margin-right: 10px;
}
.contact_wrapper{
	display: flex;
	justify-content:center;
	align-items:center	
}
.contactBtn a{
	text-align: center;
    color: #FFFFFF;
    background-color: #34a853;
    line-height: 1;
    padding: 10px 35px 10px 25px;
    display: block;
    transition: .2s linear;
    position: relative;
    border-radius: 30px;
}
.contactInn p.comment{
	display: flex;
	align-items: center;
	font-size: 0.7rem;
    width: 510px;
    text-align: left;
    margin: 0 auto;
    padding-top: 40px;
	line-height: 1.4;
	font-weight: normal;
}
.contactInn p.comment span{
	color: #13192f;
	padding: 5px 7px;
	border: solid 1px #13192f;
	display: inline-block;
    margin-bottom: 3px;
	margin-right: 10px;
}
section.contact{
	padding: 60px 0px 30px;
}


#headerinnr .headDocsBtn a:hover, #headerinnr .headDocsBtn a:active, #headerinnr .headContBtn a:hover, #headerinnr .headContBtn a:active, .contact .contactBtn a:hover, .contact .contactBtn a:active {
    color: #626262;
    text-decoration: none;
    background-color: #f4b400;
}

/*フッター*/
#footer {
  padding: 0px;
  background-color: #34a853;
}
#footer .logo {
	padding: 40px 10px;
	text-align: center;
	background-color: #FFF;
}
#footer .footerinnr {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 20px 0px;
}
#footer .footerinnr .footerNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
#footer .footerinnr .footerNav li {
	width: auto;
}
#footer .footerinnr .footerNav li:last-child {
	width: auto;
}
#footer .footerinnr .footerNav li a {
	display: block;
	padding: 10px 15px;
}
#footer .copy {
  text-align: center;
  font-size: 0.6rem;
  letter-spacing: 1.2px;
  background-color: #13192f;
  color: #fff;
  line-height: 1.4;
  padding: 7px 5px 5px;
}

/* リンク*/
#footer .footerinnr .footerNav li a:link, #footer .footerinnr .footerNav li a:visited {
	color: #fff;
	text-decoration: none;
}
#footer .footerinnr .footerNav li a:hover, #footer .footerinnr .footerNav li a:active {
	color: #f4b400;
	text-decoration: underline;
}

.sp{
	display: none;
}

/* ふわっと表示 */
.scr-target {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}


/*****************************************************
	タブレット
******************************************************/
@media screen and (max-width: 1024px) {
  　.pc_none{
        display: none;
	}
	#header #headerinnr {
		padding: 0 40px;
		width: 100%;
	}
	.sp{
		display: none;
    }
	.ttl01,.ttl01 ul {
		width: 100%;
	}
	h5 {
		font-size: 1.2rem;
	}	
	.txt01{
		width: 88%;
        margin: 0 auto;
	}
	#g_navi ul li a {
		font-size: 0.9rem;
		width: 100%;
	}
}
/*****************************************************
	タブレット／スマホ横
******************************************************/
@media screen and (max-width: 767px){
    .pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
}

/*****************************************************
	スマホ
******************************************************/
@media only screen and (max-device-width: 599px) {
	.sp_none{
        display: none;
    }
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	#header {
		padding: 0 10px;
	}
	#headerinnr #logo {
		width: 130px;
	}
	#headerinnr .headContBtn a {
		padding: 6px 20px 6px 10px;
		font-size: 1rem;
	}
	#header #headerinnr {
		justify-content: space-between;
		width: 100%;
		padding: 0;
	}
	section {
		padding: 30px 0px;
	}
	section .inner {
		max-width: 100%;
		padding: 0 16px;
	}
	#g_navi {
		display: none;
	}
	.top{
		padding: 100px 0px 0px;
    }
	.top_area h1 {
		font-size: 1.7rem;
		line-height: 1.5;
		padding-top: 60px;
	}
	.top_area {
		height: 260px;
	}
	.worry {
		font-size: 1.3rem;
	}
	.worry span {
		font-size: 1.7rem;
	}
	.worry,.ttl01,.ttl01 ul {
		width: 100%;
	}
	.ttl01 i {
		font-size: 1.2rem;
		margin: 0 8px 0 0;
	}
	.ttl01 ul li {
		line-height: 1.5;
		padding: 10px 0;
		font-size: 1rem;
		text-indent: -0.8em;
        padding-left: 2.2em;
	}
	h2 {
		font-size: 1.4rem;
		margin-bottom: 30px;
		line-height: 1.3;
	}
	h2 span {
		font-size: 1.4rem;
	}
	h2 span.en {
		font-size: 1.8rem;
	}
	h5:before, h5:after {
		display: none;
	}
	.table02 .item01 {
		display: none;
	}
	.table02 tbody tr td.table_no {
		display: none;
	}
	.table01 .item01 {
		width: 38%;
	}
	.table02 .item02 {
		width: 26%;
	}
	.table02 .item03 {
		width: 20%;
	}
	.table02 td {
		padding: 0.8rem 0.3em;
	}
    .contact {
        padding: 50px 20px 0;
    }
	.contact_wrapper {
        flex-direction:column;	
	}
	.contactBtn {
        margin-left: 0;
		margin-bottom: 50px;
    }
	.contact .contactText {
		margin: 30px 20px 15px 0;
	}
	.contactInn p {
		margin: 0 20px;
	}
	.contactInn p.comment {
		width: 95%;
	}
	#footer .logo {
		padding: 20px 10px;
	}
	#footer .footerinnr .footerNav {
		justify-content: space-between;
	}
	#footer .footerinnr .footerNav li {
		width: 50%;
	}
	#footer .footerinnr .footerNav li:last-child {
		width: 100%;
	}
	#footer .footerinnr .footerNav li a {
		padding: 10px 0px;
	}	
}
