@media screen and (max-width:834px){
body {
	font-size: -webkit-calc(1.6rem + 2 * (100vw - 320px) / (960 - 320));
	font-size: calc(1.6rem + 2 * (100vw - 320px) / (960 - 320));
}

img {
	max-width: 100%;
	height: auto !important;
}

input[type="submit"], input[type="button"], input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="datetime"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime-local"], input[type="number"], textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="datetime"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime-local"], input[type="number"], input[type="range"], textarea {
	width: 100%;
	margin: 0;
	padding: 5px;
}

.sp_none,
#path {
	display: none;
}

.pc_none {
	display: block;
}

body{
	min-width: inherit;
}

#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:100%;
	width:100%;
	margin: 0 auto;
	padding: 0 20px;
}

/********************************************************************
* parts
********************************************************************/

/* scroll */
.wrp_scroll::-webkit-scrollbar {
	height: 5px;
}
.wrp_scroll::-webkit-scrollbar-track {
	background: #ebebeb;
}
.wrp_scroll::-webkit-scrollbar-thumb {
	background: #969696;
}
.wrp_scroll {
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 0 0 10px;
	/*-webkit-overflow-scrolling: touch;*/
}
.scroll {
	min-width: 768px;
}

/* iframe/googlemap */
.wrp_iframe {
	display: block;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 56.25%;
}
.wrp_iframe iframe,
.googlemap object,
.googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


nav.pc{display: none;}
nav.sp{display:block;}

/********************************************************************
* header
********************************************************************/
#hero header .hdr_line{
	display: none;
}

#hero header .nav_wrp{
	padding: 0;
}

#hero header .nav_wrp nav{
	width: 100%;
	padding: 0;
}

#hero header .nav_wrp nav h1{
	width: 200px;
	margin: 0 auto;
	padding: 15px 0 0 40px;
}

.menu{
	display: block;
  width : 50px;
  height: 50px;
	margin: 5px;
	position: relative;
	z-index : 9001;
  cursor: pointer;
  text-align: center;
}

.menu span {
  display : block;
  position: absolute;
  width   : 32px;
  height  : 1px ;
  left    : 9px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.menu span:nth-child(1) {
  top: 14px;
}
.menu span:nth-child(2) {
  top: 24px;
}
.menu span:nth-child(3) {
  top: 34px;
}

.menu.active span:nth-child(1) {
  top : 24px;
  left: 8px;
  background :#555;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.menu.active span:nth-child(2),
.menu.active span:nth-child(3) {
  top: 24px;
  background :#555;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav ul {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content:left !important;
  width: 100% !important;
	margin: 60px 0 0 0 !important;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
	visibility: hidden;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav ul li {
  list-style-type: none;
  padding: 0 !important;
  width: 100% !important;
  transition: .4s all;
}

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

nav ul li:last-child {
  padding-bottom: 0 !important;
}

nav ul li:last-child img{
	display: block;
	margin: 0 auto;
}

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

nav ul li:hover{
  background :#ddd !important;
}

nav ul li a {
  display: block !important;
  color: #fff !important;
  padding: 1.5em 0 !important;
  text-decoration :none !important;
}

nav ul.active {
	height: 100vh !important;
	visibility: visible !important;
  opacity: 100 !important;
}

#hero #hero_slider{
	top: 0;
}




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

#intro .wrp .logo{
	width: 150px;
	margin: 60px auto 30px auto;
}

#intro .wrp .industry{
	flex-wrap: wrap;
	padding: 0 0 60px 0;
}

#intro .wrp .industry p{
	margin: 0;
}

#intro .wrp .industry p+p{
	margin: 5px 0 0 0;
}

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

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

#achievement{
	padding: 60px 0;
}

#achievement h2{
	margin: 0 0 28px 0;
	padding: 0 0 12px 0;
}

#achievement .col3{
	flex-wrap: wrap;
	max-width: 100%;
	width: 100%;
	margin: 40px auto 0 auto;
}

#achievement .col3 p{
	max-width: 100%;
	width: 100%;
	margin-bottom: 30px;
	text-align: justify;
}

#achievement .col3 h3{
	margin: 20px 0 10px 0;
	font-size: 2rem;
	text-align: center;
}

#achievement .soudan h3{
	flex-wrap: wrap;
	width: 100%;
	margin: 20px auto;
	padding: 24px 20px;
}

#achievement .soudan h3 img{
	display: block;
}

#achievement .soudan h3 img:first-child{
	margin-bottom: 8px;
}

#achievement .soudan dl dt{
	font-size: 1.8rem;
}

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

#message .wrp{
	flex-wrap: wrap;
}

#message .photo{
	order: 2;
	width: 100%;
}

#message .photo img{
	width:100%;
	height: 250px !important;
	object-fit: cover;
}

#message .text{
	order: 1;
	width: 100%;
}

#message .text h2{
	margin: 0 0 26px 0;
	padding: 0 0 24px 0;
	font-size: 1.8rem;
}

#message .text h2::after{
	left:50%;
	-webkit-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
}

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

#message .text .mark img{
	display: block;
	width: 70%;
	margin: 0 auto;
}

#message .text p{
	width: 100%;
	margin: 0 0 16px 0;
	text-align: justify;
}

#message .image{
	margin-top: 25px;
}

/********************************************************************
* reform
********************************************************************/
#reform{
	padding: 60px 0;
}

#reform .mark{
	width: 150px;
	margin: 0 auto 40px auto;
}

#reform .mark+h2{
	margin: 0 0 28px 0;
	padding: 0 0 12px 0;
}

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

#reform .flow h3{
	width: 100%;
	margin: 0 auto 28px auto;
	padding: 25px;
	background: #fff;
	border-radius: 60px;
}

#reform .flow dl{
	flex-direction: column;
	flex-wrap: wrap;
}

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

#reform .flow dl dt img{
	display: block;
	margin: 0 auto;
}

#reform .flow dl dd{
	margin: 0 0 30px 0;
}
#reform .flow dl dd+dt{
	margin: 0 0 10px 0;
}

#reform .kanou{
	margin: 20px 0 0 0;
	padding: 20px;
}

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

#reform .col2{
	flex-wrap: wrap;
	margin: 60px 0 0 0;
}

#reform .col2 .photo{
	order: 2;
	margin: 20px 0 0 0;
	width: 100%;
}

#reform .col2 .photo img{
	width:100%;
	height: 200px !important;
	object-fit: cover;
	object-position: top center;
}

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

#reform .col2 .text{
	order: 1;
	width: 100%;
}

#reform .col2 .text h2{
	width: 100%;
	margin: 0 0 28px 0;
	padding: 0 0 16px 0;
}

#reform .col2 .text h2::after{
	left:50%;
	-webkit-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
}

#reform .col2 .text p{
	width: 100%;
}

/********************************************************************
* results
********************************************************************/
#results{
	padding: 60px 0 0 0;
}

#results h2{
	margin: 0 0 28px 0;
	padding: 0 0 12px 0;
}

#results h2+p{
	margin: 0 0 40px 0;
	padding: 0 20px;
}

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

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

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

#about{
	padding: 60px 0 45px 0;
}

#about h2{
	margin: 0 0 28px 0;
	padding: 0 0 12px 0;
}

#about .col2{
	flex-wrap: wrap;
	margin: 30px 0 0 0;
}

#about .col2 .photo{
	width: 100%;
	margin: 0 0 10px 0;
}

#about .col2 .text{
	width: 100%;
}

#about .col2 .text .president{
	width: 100%;
	margin: 15px 0 26px 0;
	padding: 0 0 12px 0;
	font-size: 1.8rem;
}

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

#about .col2 .text .mark img{
	width: 70%;
}

#about .col2 .text p{
	width: 100%;
	margin: 0 0 30px 0;
	text-align: justify;
}

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

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

#about .company{
	font-size: 1.8rem;
}

#about .company th{
	display: block;
	width: 100%;
	text-align: left;
	padding: 15px 10px 0 10px;
	vertical-align: top;
}

#about .company td{
	display: block;
	width: 100%;
	padding: 0 10px 15px 10px;
	vertical-align: top;
}

#about .company td span{
	display: block;
}

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

#contact h2+p{
	margin: 26px 0 20px 0;
	text-align: center;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}

#contact dl dt{
	width: 100%;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 0;
	font-size: 1.8rem;
}

#contact dl dt span{
	width: 100%;
	padding-left: 90px;
}

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

#contact dl dd{
	width: 100%;
	margin: 0 0 20px 0;
}

#contact dl dt:nth-child(9){
	flex-wrap: wrap;
}

#contact dl dt:nth-child(9) p{
	margin:10px 0 0 0;
	font-size: 1.6rem;
	font-weight: normal;
}

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

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

#contact .btns{
	justify-content: space-between;
	margin: 10px auto 0 auto;
}

#contact .btns input{
	width: 48%;
	margin: 0;
	font-size: 1.8rem;
}

#contact .btns .btn-confilm{
	width: 65%;
}

#thanks{
	height: 90vh;
}

#thanks p{
	width: 80%;
}

/********************************************************************
* footer
********************************************************************/

#cntpanel,
.floating{
	display: none !important;
}

footer .wrp{
	flex-wrap: wrap;
	padding: 0 20px 30px 20px;
}

footer .logo{
	width: 150px;
	margin: 0 0 30px 0;
}

footer .info{
	width: 100%;
}

footer .info .text{
	flex-direction: column;
	flex-wrap: wrap;
}

footer .info .text p{
	width: 100%;
}

footer .info .text p span{
	display: block;
	text-align: center;
}

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

footer .info .text address{
	text-align: center;
}

footer .info .tel{
	margin: 20px auto 0 auto;
}

footer .info .mail{
	margin: 15px auto 0 auto;
}

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

footer .info .insta a{
	flex-direction: column;
	flex-wrap: wrap;
}

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

footer .info .insta p{
	padding: 0;
	font-size: 1.6rem;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}

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

footer .copy{
	padding: 15px 0;
	font-size: 1.2rem;
}