@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 {
	position: relative;
    display: inline-block;
    font-size: 1.7rem;
    padding-bottom: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 50px;
	letter-spacing: 1.4px;
}
h3::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 0.15rem;
    width: 50px;
    margin-left: -25px;
    background-color: #e94235;
}
h3 span {
    font-size: 0.8rem;
    letter-spacing: 2px;
    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: #e94235;
}
.bg_gray{
	background: #f4f4f4;
}
.en{
	font-family: 'Hind', sans-serif;
} 
.mt30{
	margin-top: 30px;
}
.mt80{
	margin-top: 80px;
}
.txt_L{
	text-align: left;
}
.txt_R{
	text-align: right;
}

/* ヘッダー */
#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: #e94235;
    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: #e94235;
}
#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_inner{
	max-width: 1140px;
	margin: 0 auto;
	box-sizing: border-box;
}
.top_area{
    max-width: 80%;
	font-weight: 700;
	position: relative;
	height:320px;
}
.top_area h1{
    color: #e94235;
	font-size: 2.6rem;
	letter-spacing: 2.4px;
	padding: 30px 50px;
	font-weight: 500;
	background: rgba(255,255,255,0.7); 
	line-height: 1.4;
	position: absolute;
	top:76px;
}

/* section01 */
h2 {
	font-size: 1.6rem;
	color: #e94235;
	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;
	background: linear-gradient(transparent 70%, #f0eeee 0%); 
}
.worry span{
    font-size: 1.9rem;
	color: #e94235;
}
.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: #e94235;
	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;
}
.ttl06{
	font-size: 1.6rem;
    position: relative;
    padding: 0 7rem;
    text-align: center;
    color: #535353;
    margin: 5rem 0 2.5rem;
} 
.ttl06::before{
	position: absolute;
    top: calc(50% - 1px);
    width: 60%;
    height: 1px;
    left: 20%;
    content: '';
    background: #535353;
}   
.ttl06 span{
	position: relative;
    padding: 0 1em;
    background: #fff;
    font-weight: normal;
}
h5{
	font-size: 1.5rem;
	letter-spacing: 1.1px;
	margin: 50px 0 20px;
}
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;
}
.task{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.task li{
	width: 24%;
	border: solid 2px #e94235;
	margin-bottom: 18px;
	height: 256px;
}
.task_ttl{
	background: #e94235;
	padding: 0.3rem 0;
	color: #fff;
	font-size: 1.2rem;
}
.task_txt01{
	padding: 0.8rem 0.5rem 0;
	letter-spacing: 0;
}
.task_txt02{
	font-size: 1.2rem;
	color: #e94235;
	padding: 0 0.5rem 0.8rem;
	line-height: 1.4;
	position: relative;
	margin-top: 50px;
}
.task_txt02::before {
    content: '';
    display: block;
    position: absolute;
	top:-40px;
    left: 80px;
    width: 94px;
    height: 37px;
    background-image: url(../img/arrow.png);
}
.line01{
	padding: 1.4rem 0 1rem;
}

/* section03 */
.ttl03 {
    color: #fff;
    padding: 0.1em 0;
	border-top: solid 4px #e7e6e6;
    border-bottom: solid 4px #e7e6e6;
    font-size: 1.7rem;
	letter-spacing: 1.4px;
    margin: 0 auto;
	background:  #e94235;
}
.ttl04 {
	margin: 30px 0;
}
.ttl04 span{
	font-size: 1.6rem;
	font-weight: bold;
}
.ttl04::before,.ttl04::after,.ttl05::before,.ttl05::after {
	display: none;	
}
.ttl05 {
    text-align: left;
    border-left: 8px solid #e94235;
    padding: 0 0 0 16px;
    font-size: 1.5rem;
}
.ttl05 .en{
    font-size: 2rem;
}
.txt05{
	color: #e94235;
	margin-right: 10px;
}
.point{
	display: flex;
	justify-content:space-around;
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}
.point li{
	background: #f4b400;
	color: #fff;
	padding: 5rem 1rem 1rem 1rem;
	width: 200px;
    height: 200px;
	border-radius: 50%;
    text-align: center;
    line-height: 1.2;
    font-size: 1.7rem;
	letter-spacing: 2.4px;
}
.point li span{
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.point .line02{
	padding: 4.5rem 1rem 1rem 1rem;
}
.pattern{
	display: flex;
	flex-direction: column;
	max-width: 1140px;
    padding: 0 30px 50px;
	margin: 0 auto;
}
.img_left{
	display: flex;
	justify-content: space-between;
    align-items: center;
	margin: 50px 0;
}
.img_left img{
	display: block;
    height: auto;
}
.table01 {
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    width: 100%;
    margin: 30px 0 30px 30px;
    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: 26%;
	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{
    font-weight: normal;
	padding: 0.8rem;
}
.table01 tbody tr td.table_ttl {
	background: #e94235;
	color: #fff;
}
.table01 th {
	text-align: center;
	background: #e94235;
	color: #fff;
	letter-spacing: 1.5px;
	padding: 0.4rem 0;
	font-weight: normal;
}
.table01 td {
    border-bottom: 1px solid #f4f4f4;
	padding: 0.8rem;
    font-weight: normal;
	background: #f4f4f4;
	line-height: 1.2;
}
.table01 i{
	font-size: 0.3rem;
	color: #e94235;
}
.table01 .circle{
	font-weight: bold;
	color: #e94235;
}
.table01 .indent {
    text-indent: -1.3em;
    padding-left: 1.3em;
	letter-spacing: 1px;
}
.table02 {
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.9rem;
    width: 100%;
    line-height: 1.5;
	margin-left: 30px
}
.table02 thead {
    border-right: 3px solid #fff;
    line-height: 1.2;
}
.table02 tr {
    border-bottom: 2px solid #fff;
}
.table02 .item01 {
    width: 38%;
}
.table02 .item02 {
    width: 20%;
}
.table02 tr {
    border-bottom: 2px solid #fff;
}
.table02 th {
	text-align: center;
	background: #e94235;
	color: #fff;
	border-right: 2px solid #fff;
	font-weight: normal;
	padding: 0.4rem;
}
.table02 td {
    border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 0.5rem 0.8rem;
    font-weight: normal;
	background: #f4f4f4;
	vertical-align: middle;
}
.txt01{
	width: 100%;
    text-align: right;
    font-size: 0.8rem;
    margin-left: 30px;
}

/* section05 */
.table02 tr.color01 td{
	background: #edecec;
}
.table02 .item03 {
    width: 12%;
}
.table02 .item04 {
    width: 20%;
}
.table03{
	margin: 0 0 30px 0;
}
.txt02 {
    text-align: left;
    font-size: 0.8rem;
}
.table02 td.txt04{
    padding: 1.1rem 0 1.1rem 0.8rem;
}

/* section06 */
.txt03{
	font-size: 0.8rem;
	margin-top: 40px;
}


/* お問い合わせ */
.contact{
    background-color: #f4f4f4;
	font-size: 1.3rem;
	color: #13192f;
	text-align: center;
	letter-spacing: 0;
}  
.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: #e94235;
    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: #e94235;
}
#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,.point {
		width: 100%;
	}
	h5 {
		font-size: 1.2rem;
	}	
	.txt01{
		width: 88%;
        margin: 0 auto;
	}
	.top_area h1 {
		font-size: 2.2rem;
		padding: 30px;
		font-weight: 500;
		left: 40px;
	}
	.top_area {
		height: 300px;
	}
	section {
		padding: 30px 0px 40px;
	}
	.task_txt02::before {
		left: 40px;
	}
	.task li {
		height: 280px;
	}
	.task_txt02 {
		font-size: 1.1rem;
	}
	.ttl03 {
		font-size: 1.6rem;
	}
	.ttl05 {
		font-size: 1.4rem;
	}
	.img_left img {
		width: 340px;
	}
	#g_navi ul li a {
		font-size: 0.9rem;
		width: 100%;
	}	
}
/*****************************************************
	タブレット／スマートフォン用
******************************************************/
@media screen and (max-width: 767px){
    .pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.sp_none{
       display: none;
    }
}

/*****************************************************
	スマホ
******************************************************/
@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: 60px 0px;
	}
	section .inner {
		max-width: 100%;
		padding: 0 16px;
	}
	.top_area h1 {
		padding: 20px;
		top:0;
		font-size: 2rem;
		background: rgba(255,255,255,0.8);
		left: 0;
		top: 2rem;
     }
	.top_area {
		height: 300px;
		width: 90%;
		max-width: 100%;
		margin: 0 auto;
	}
	.top {
		background-position: right center;
	}
	h2 {
		font-size: 1.2rem;
		line-height: 1.3;
	}
	h2 span {
		font-size: 1.4rem;
	}
	.worry {
		font-size: 1rem;
	}
	.worry span {
        font-size: 1.7rem;
    }
	.worry,.ttl01,.ttl01 ul,.task li,.point {
		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;
	}
	h5:before, h5:after,#g_navi {
		display: none;
	}
	.ttl06 {
		font-size: 1.3rem;
		padding: 0 2rem;
	}
	.task,.point,.img_left {
		flex-direction:column;
		align-items: center;
	}
	.task_txt02::before {
		left: 120px;
	}
	.task li {
		height: auto;
	}
	.ttl03 {
		font-size: 1.2rem;
		letter-spacing: 1px;
		padding: 0.5em 0;
		line-height: 30px;
	}
	h5 {
		font-size: 1.3rem;
	}
	.point li {
		padding: 1rem 1rem 1rem 1rem;
		width: 320px;
		height: 70px;
		margin-bottom: 10px;
		border-radius: 0;
	}
	.point .line02 {
		padding: 1rem 1rem 1rem 1rem;
	}
	.pattern {
		padding:0;
	}
	.point {
		padding: 30px 0;
	}
	.table01 {
		margin: 30px 0 30px 0;
	}
	.table02,.txt01 {
		margin-left: 0;
	}
	.ttl05 {
		font-size: 1.4rem;
		line-height: 34px;
	}
	.table02 .item04 {
		width: 22%;
	}
	.table02 th {
		vertical-align: middle;
	}
	.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;
	}	
}
