html {
	box-sizing: border-box;
	overflow-y: scroll;
	font-size: 62.5%; /* 10px = 1rem */
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.6;
	
	background-color: #fff;
	overflow-x: hidden;
}

.clearfix::after{
	content: ".";
	display: block;
	height: 0; 
	font-size: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.palt {
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
.halt {
	-webkit-font-feature-settings: 'halt' 1;
	font-feature-settings: 'halt' 1;
}

h1, h2, h3, h4, h5, h6,strong,em{
	font-weight: 700;
}

input, textarea, select, optgroup, option, button {
	font: inherit;
}
button, input[type="button"], input[type="submit"] {
	border: none;
	cursor: pointer;
}

a:link{
	color: #5e72e4;
}

a:visited{
	color: #935cbd;
}

a:hover{
	color: #233ed6;
}
a:active{
	color: #d1526d;
}

a,
a img{
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

a img:hover{
	opacity: 0.7;
}

h2{font-size: 4.2rem;margin: 0 0 1.5rem 0;}
h3{font-size: 3.6rem;margin: 0 0 1.2rem 0;}
h4{font-size: 3.2rem;margin: 0 0 1.2rem 0;}
h5{font-size: 2.8rem;margin: 0 0 1.2rem 0;}
h6{font-size: 2rem;margin: 0 0 1.2rem 0;}

#intro .wrp,
#hero header .nav_wrp nav,
#intro .wrp,
#achievement .wrp,
#message .wrp,
#reform .wrp,
#results .wrp,
#about .wrp,
#contact .wrp,
#thanks .wrp,
footer .wrp{
	max-width: 1200px;
	margin: 0 auto;
}

.menu{
	display: none;
}
/********************************************************************
* header
********************************************************************/
#hero{
	width: 100%;
	position: relative;
	animation-name: fadein-hero;
	animation-duration: .8s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: 0s;
	z-index: 1000;
}
@keyframes fadein-hero {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#hero header{
	width: 100%;
	position: relative;
	z-index: 5;
}

#hero header .hdr_line{
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	padding: 24px 0 10px 0;
	z-index: 2;
}

#hero header .hdr_line .message{
	margin: 0 1em 0 0;
}

#hero header .hdr_line p{
	padding: 8px 0 0 0;
}

#hero header .nav_wrp{
	position: relative;
	width: 100%;
	padding: 20px 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 9000;
}

#hero header .is-fixed{
	position: fixed !important;
	top: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 9999 !important;
}


#hero header .nav_wrp nav{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	width: 1200px;
}

#hero header .nav_wrp nav h1{
	margin-right: auto;
	padding: 2px 0 4px 0;
}

#hero header .nav_wrp nav ul{
	width: 54%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin: 13px 0 0 0;
	padding: 0;
	list-style: none;
}

#hero header .nav_wrp nav ul li:first-child{display: none;}

#hero header .nav_wrp nav ul li a{
	padding: 4px 0;
	color: #000;
	text-decoration: none;
}

#hero header .nav_wrp nav ul li .active{
	border-bottom: 2px solid #999;
	font-weight: 700;
}

#hero header .nav_wrp nav ul li .cls-1{
	fill: #666;
}

#hero #hero_slider{
	width: 100%;
	position: relative;
	top: -169px;
	z-index: 1;
}

#hero #hero_slider div{
	width: 100%;
}

#hero #hero_slider img{
	width: 100%;
	height: auto;
}

#hero header .btn_sp{
	display: none;
}

/********************************************************************
* intro
********************************************************************/
#intro{
	padding: 150px 0 0 0;
}

#intro .wrp h2{
	margin: 0;
}

#intro .wrp h2 img{
	display: block;
	margin: 0 auto;
}

#intro .wrp .logo{
	margin: 300px 0 50px;
}

#intro .wrp .logo img{
	display: block;
	margin: 0 auto;
}

#intro .wrp .industry{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	text-align: center;
	padding: 0 0 100px 0;
}

#intro .wrp .industry p{
	margin: 0 40px;
	font-weight: bold;
}

#intro .wrp .photo{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

#intro .photo img{
	width: 100%;
	height: auto;
}

.loop{
	margin: 80px 0 0 0;
}

/********************************************************************
* achievement
********************************************************************/

#achievement{
	padding: 80px 0;
}

#achievement h2{
	position: relative;
	margin: 0 0 42px 0;
	padding: 0 0 16px 0;
	font-size: 1.8rem;
	text-align: center;
}

#achievement h2::after{
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left:50%;
	-webkit-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	width: 3em;
	height: 1px;
	background: #000;
}

#achievement h2+p img{
	margin: 0 auto;
}

#achievement .col3{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 60px auto 0 auto;
}

#achievement .col3 p{
	max-width: 356px;
}

#achievement .col3 h3{
	margin: 32px 0 16px 0;
	font-size: 2.4rem;
	text-align: center;
}

#achievement .soudan h3{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	width: 1048px;
	margin: 42px auto;
	padding: 24px;
	background: #d0eaf0;
	border-radius: 60px;
}

#achievement .soudan dl{
	text-align: center;
}

#achievement .soudan dl dt{
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 4px 0;
}

#achievement .soudan dl dd{
	margin: 0 0 24px 0;
}

#message .wrp{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

#message .photo{
	width: 550px;
}
#message .text{
	width: 530px;
}

#message .text h2{
	position: relative;
	margin: 70px 0 26px 0;
	padding: 0 0 42px 0;
	font-size: 1.8rem;
}

#message .text h2::after{
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left:0;
	width: 3em;
	height: 1px;
	background: #fff;
}

#message .text .mark{
	margin: 0 0 68px 0;
}

#message .text p{
	width: 430px;
	margin: 0 0 2em 0;
	text-align: justify;
}

#message .image{
	margin-top: 224px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

#message .image img{
	width: 100%;
	height: auto;
}

/********************************************************************
* reform
********************************************************************/

#reform{
	padding: 92px 0 114px 0;
	background: #e1edf5;
}

#reform .mark{
	width: 209px;
	margin: 0 auto 46px auto;
}

#reform .mark+h2{
	position: relative;
	margin: 0 0 42px 0;
	padding: 0 0 16px 0;
	font-size: 1.8rem;
	text-align: center;
}

#reform .mark+h2::after{
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left:50%;
	-webkit-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	width: 3em;
	height: 1px;
	background: #000;
}

#reform .mark+h2+p img{
	margin: 0 auto;
}

#reform .flow{
	margin: 100px 0 0 0;
}

#reform .flow h3{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	width: 432px;
	margin: 42px auto 48px auto;
	padding: 30px;
	background: #fff;
	border-radius: 60px;
}

#reform .flow dl{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

#reform .flow dl dt{
	margin: 0 60px 0 0;
	padding: 42px 0 0 0;
}

#reform .flow dl dd{
	margin: 0 0 40px 0;
}
#reform .flow dl dd+dt{
	margin: 0 79px 0 0;
}

#reform .kanou{
	padding: 34px;
	background: #fff;
	text-align: center;
}

#reform .kanou strong{
	font-size: 2rem;
}

#reform .col2{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin: 60px 0 0 0;
}

#reform .col2 .photo{
	width: 550px;
}

#reform .col2 .photo img:first-child{
	display: block;
	margin-bottom: 30px;
}

#reform .col2 .text{
	width: 580px;
}

#reform .col2 .text h2{
	position: relative;
	width: 580px;
	margin: 34px 0 26px 0;
	padding: 0 0 42px 0;
	font-size: 1.8rem;
}

#reform .col2 .text h2::after{
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left:0;
	width: 3em;
	height: 1px;
	background: #000;
}

#reform .col2 .text p{
	width: 430px;
	margin: 0 0 2em 0;
	text-align: justify;
}

/********************************************************************
* results
********************************************************************/

#results{
	padding: 92px 0 0 0;
}

#results h2{
	position: relative;
	margin: 0 0 42px 0;
	padding: 0 0 16px 0;
	font-size: 1.8rem;
	text-align: center;
}

#results h2::after{
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left:50%;
	-webkit-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	width: 3em;
	height: 1px;
	background: #000;
}

#results h2+p{
	margin: 0 0 80px 0;
}


#results h2+p img{
	margin: 0 auto;
}

#results .result_loop_reverse{
	margin: 80px 0;
}

#results .case{
	margin: 80px 0 100px 0;
	text-align: center;
}


#results .image{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

#results .image img{
	width: 100%;
	height: auto;
}

/********************************************************************
* about
********************************************************************/

#about{
	padding: 92px 0 114px 0;
}

#about h2{
	position: relative;
	margin: 0 0 42px 0;
	padding: 0 0 16px 0;
	font-size: 1.8rem;
	text-align: center;
}

#about h2::after{
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left:50%;
	-webkit-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	width: 3em;
	height: 1px;
	background: #000;
}

#about h2+p img{
	margin: 0 auto;
}

#about .col2{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin: 60px 0 0 0;
}

#about .col2 .photo{
	width: 550px;
}

#about .col2 .text{
	width: 534px;
}

#about .col2 .text .president{
	position: relative;
	width: 580px;
	margin: 34px 0 26px 0;
	padding: 0 0 30px 0;
	font-size: 2.2rem;
}

#about .col2 .text .president::after{
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left:0;
	-webkit-transform:translate(0, 0);
	transform:translate(0, 0);
	width: 3em;
	height: 1px;
	background: #000;
}

#about .col2 .text .mark{
	margin: 0 0 48px 0;
}

#about .col2 .text p{
	width: 430px;
	margin: 0 0 60px 0;
	text-align: justify;
}

#about .col2 .text dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 1em 0;
}

#about .col2 .text dl dt{
	width: 100px;
	margin: 0 0 6px 0;
}

#about .col2 .text dl dd{
	width: 415px;
	margin: 0 0 6px 0;
}

#about .company{
	width: 100%;
	border-collapse: collapse;
	border-spacing:0;
	font-size: 2.2rem;
}
#about .company tr{
	border-top: 1px solid #000;
}

#about .company th{
	width: 25%;
	padding: 32px;
	vertical-align: top;
}

#about .company td{
	width: 75%;
	padding: 32px;
	vertical-align: top;
}

/********************************************************************
* contact
********************************************************************/
#contact{
	border-top: 42px solid #e1edf5;
	padding: 100px 0;
}

#contact h2 img{
	margin: 0 auto;
}

#contact h2+p{
	margin: 30px 0 80px 0;
	text-align: center;
}

#contact dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#contact dl dt{
	width: 340px;
	margin: 0 0 30px 0;
	padding: 30px 30px 30px 0;
	font-size: 2rem;
	font-weight:700;
}

#contact dl dt span{
	position: relative;
	padding-left: 124px;
}

#contact dl dt .hissu::before{
	content: "必須";
	position: absolute;
	top: -3px;
	left: 0;
	width: 108px;
	height: 40px;
	padding: 1px 0 0 0;
	background: #ffe5e9;
	border-radius: 50px;
	font-weight: normal;
	text-align: center;
}

#contact dl dd{
	width: 840px;
	margin: 0 0 30px 0;
}

#contact dl dt:nth-child(9),
#contact dl dd:last-child{
	width: 100%;
}
#contact dl dt:nth-child(9){
	display: flex;
	display: -webkit-flex;
	margin-bottom: 0;
}
#contact dl dt:nth-child(9) p{
	margin-left: 115px;
	font-size: 1.8rem;
	font-weight: normal;
}

#contact dl dt:last-child,
#contact dl dd:last-child{
	margin-bottom: 0;
}

#contact dl dd input[type="text"],
#contact dl dd input[type="email"],
#contact dl dd textarea{
	width: 100%;
	padding: 30px;
	background: #f2f2f2;
	border: 1px solid #000;
}

#contact dl dd input[type="file"]{
	width: 100%;
	padding: 30px 30px 30px 0;
}

#contact .btns{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin: 24px auto;
}

#contact .btns input{
	width: 220px;
	margin: 0 30px;
	font-size: 2.2rem;
	font-weight: 700;
}

#contact .btns .btn-reset{
	display: block;
	padding: 16px 32px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	background: #fff;
	border: 1px solid #000;
  border-radius: 0;
  outline: none;
	cursor: pointer;
}

#contact .btns .btn-submit{
	display: block;
	padding: 16px 60px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	background: #339fb1;
  border-radius: 50px;
	color: #fff;
  outline: none;
	cursor: pointer;
}

#contact .btns .btn-confilm{
	display: block;
	width: 320px;
	margin: 0 auto;
	padding: 16px 60px;
	align-items: center;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	background: #339fb1;
  border-radius: 50px;
	color: #fff;
  outline: none;
	cursor: pointer;
}

.alert{position:relative;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}
.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;padding: 5px 8px;}
.alert-danger hr{border-top-color:#f1b0b7}
.alert-danger .alert-link{color:#491217}
@-webkit-keyframes progress-bar-stripes{
	from{background-position:1rem 0}
	to{background-position:0 0}
}
@keyframes progress-bar-stripes{
	from{background-position:1rem 0}
	to{background-position:0 0}
}

#thanks{
	position: relative;
}

#thanks .wrp{
	position: relative;
	width: 100%;
	height: 80vh;
}

#thanks p{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}

#powered_by_me{
	display: block;
	width: 100%;
	margin: 4px 0 0 0;
	font-size: 1.2rem;
	color: #999;
	text-align: right;
}

#powered_by_me a{
	color: #999;
}

/********************************************************************
* footer
********************************************************************/
#cntpanel{
	opacity: 0;
	width: 280px;
	padding: 18px 36px;
	background: #d0eaf0;
	z-index: 8888;
}

#cntpanel .ttl img{
	display: block;
	margin: 0 auto 16px auto;
}

#cntpanel .tel img{
	display: block;
	margin: 0 auto 8px auto;
}

#cntpanel .time img{
	display: block;
	margin: 0 auto 8px auto;
}

#cntpanel a{
	display: block;
	width: 200px;
	margin: 0 auto 8px auto;
}

#cntpanel .area img{
	display: block;
	margin: 0 auto;
}

.floating{
	opacity: 1 !important;
	position: fixed !important;
	top: 200px;
	right: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.pgtop{
	width: 100%;
	position: relative;
	opacity: 0;
	-webkit-transition: .35s;
	transition: .35s;
}
.pgtop a{
	display: block;
	background: #2a4f61;
	width: 54px;
	height: 54px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-indent: -9999px;
	border-radius: 80px;
}

.pgtop a::before {
	content:  '';
	width: 12px;
	height: 12px;
	display:  block;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	top:45%;
	left: 39%;
	-webkit-transform:translate(-39%, -45%);
	transform:translate(-39%, -45%);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position:  absolute;
	margin:  auto;
}

.pgtop a:hover{}

.fixed{
	opacity: .6;
	position: fixed !important;
	bottom: 10px;
	right: 10px;
	-webkit-transition: .5s;
	transition: .5s;
}

.fixed:hover{
	opacity: 1 !important;
}

footer{
	padding: 60px 0 0 0;
	background: #e1edf5;
}

footer .wrp{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	padding: 0 0 60px 0;
}

footer .logo{
	width: 215px;
	margin-right: 60px;
}

footer .info{
	width: 728px;
}

footer .info .text{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: bold;
}

footer .info .text p{
	width: 365px;
}

footer .info .text p span:first-child{
	margin: 0 16px 0 0;
}

footer .info .text p img{
	display: inline;
	vertical-align: middle;
}

footer .info .text address{
	font-style: normal;
}

footer .info .tel{
	margin: 10px 50px 0 0;
}

footer .info .mail{
	margin: 10px 0 0 0;
}

footer .info .insta{
	margin: 40px 0 0 0;
	padding: 30px;
	background: #d0eaf0;
}

footer .info .insta a{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

footer .info .insta .account{
	margin: 0 50px 0 0;
}

footer .info .insta p{
	position: relative;
	padding: 0 20px 0 0;
}

footer .info .insta p::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 31px;
	background: url("../img/ftr_insta_arrow.svg") left top no-repeat;
}

footer .copy{
	padding: 18px 0;
	background: #7a9fb1;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}