@charset "UTF-8";
/* ───────────────────────────────────
base
─────────────────────────────────── */
/* ───────────────────────────────────
header
─────────────────────────────────── */

#hero.about-us{
	background-image:url(/about/img/about-mv-01.jpg);
}

#hero.about-us .header-h1,
#hero.square .header-h1{
	color: #333;
}
#hero.square{
	background-image:url(/experience/img/square-mv-02.jpg);
}
@media screen and (max-width:767px){
	#hero.about-us{
		background-image:url(/about/img/about-mv-01_sp.jpg);
	}
	#hero.square{
		background-image:url(/experience/img/square-mv-02_sp.jpg);
	}
}

.section-box{
	overflow: hidden;
	padding-top: 120px;
	padding-bottom: 120px;
}
@media screen and (max-width:767px){
    .section-box{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width:479px){
    .section-box{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* ───────────────────────────────────
About-us
─────────────────────────────────── */
/* our-mission
─────────────────────────────────── */
#our-mission {
    margin: 0 auto;
}
#our-mission .section-box{
		padding-bottom: 40px;
	}
#our-mission .mission-conteiner {
    position: relative;
    max-width: 1200px;
    height: 600px;
    margin: 0 auto;
}
#our-mission .mission-img{
	position: absolute;
	left: 0;
	max-width: 800px;
}
#our-mission .mission-img img{
	width: 100%;
}
#our-mission .mission-txt {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #eee;
	padding: 50px 50px 25px;
	width: 500px;
}
#our-mission p{
	margin-bottom: 20px;
}

@media screen and (max-width:1199px){
	#our-mission .mission-img{
		max-width: 700px;
	}
	#our-mission .mission-txt {
		width: 45%;
	}
}
@media screen and (max-width:991px){
	#our-mission {
		max-width:93%;
	}
	#our-mission .section-box{
		padding-bottom: 20px;
	}
	#our-mission .mission-conteiner {
		height: auto;
	    max-height: 1000px;
	}
	#our-mission span {
		display:inline-block;
		line-height:1.4;
	}
	#our-mission .mission-img{
		position: static;
		max-width: 800px;
		margin: 0 auto;
	}
	#our-mission .mission-txt {
		position: static;
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width:767px){
	#our-mission {
		height: auto;
	}
	#our-mission br{
		display: none;
	}
}
@media screen and (max-width:479px){
	#our-mission .mission-txt {
		padding: 30px 30px 15px;
	}
}
@media screen and (max-width:359px){
}

/* our-team
─────────────────────────────────── */
#team-member .member{
	padding: 20px;
	font-weight: bold;
	text-align: center;
	width: 16.66%;
}
#team-member .member p.position {
	margin: 10px 0 0;
	font-size: 1.4rem;
	line-height: 1.5;
}

#team-member .member p.name {
    margin-top: 10px;
}

@media screen and (max-width:1199px){
	#team-member .member{
		width: 20%;
	}
}

@media screen and (max-width:991px){
	#team-member .member{
		width: 25%;
	}
}

@media screen and (max-width:767px){
	#team-member .member{
		width: 33.33%;
	}
}


@media screen and (max-width:479px){
	#team-member .member{
		width: 50%;
	}
}

/* company
─────────────────────────────────── */
#company .profile-inner.section-box{
	padding-top: 0;
	padding-bottom: 0;
}
.profile-inner .container{
	max-width:750px;
}
.profile-inner .table{
	width:100%;
	margin-bottom:0;
}
.profile-inner .table th,
.profile-inner .table td{
	padding:1em;
	font-size: 16px;
	font-size:1.6rem;
	text-align:left;
}
.profile-inner .table th {
    width: 30%;
}
@media screen and (max-width:767px){
	.profile-inner .table{
		width:100%;
		table-layout: fixed;
		word-break: break-word;
	}
}
@media screen and (max-width:479px){
	.profile-inner{
		padding-bottom:60px;
	}
	.profile-inner .table th,
	.profile-inner .table td{
		padding:1em;
		font-size: 14px;
		font-size:1.4rem;
		width: 100%;
    	display: block;
	}
	.profile-inner .table th{
		padding-bottom: 0.5em;
	}
	.profile-inner .table td{
		border-top: none;
		padding-top: 0;
	}
}

/* recruit
─────────────────────────────────── */
#recruit{
	text-align: center;
	background-color: #fff;
}
#recruit .container{
	max-width: 750px;
}
#recruit .btn-entry{
	margin-top: 40px;
}
#recruit .recruit-inner{
	text-align: center;
	margin-top: 40px;
}
#recruit .recruit-inner h3{
	text-align: left;
	border-bottom: 1px solid #ddd;
	font-size: 2.2rem;
	margin-top: 20px;
}
#recruit .recruit-inner h4{
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
}
#recruit .recruit-inner p{
	text-align: left;
}

@media screen and (max-width:479px){
	#recruit .recruit-inner h3{
		font-size: 1.6rem;
	}
	#recruit .recruit-inner h4{
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
}

/* square-banner
─────────────────────────────────── */
#square-banner{
	margin-bottom: 120px;
}
#square-banner a img{
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
}
#square-banner a:hover img{
	opacity: 0.9;
}
@media screen and (max-width:479px){
	#square-banner{
		margin-bottom: 40px;
	}
}



/* ───────────────────────────────────
DIYs SQUARE
─────────────────────────────────── */
.square-info{
	padding: 80px 0;
}
@media screen and (max-width:767px){
    .square-info{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width:479px){
    .square-info{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.square-info .flex {
    margin-top: 40px;
}
@media screen and (max-width:479px){
    .square-info .flex{
        margin-top: 20px;
    }
}
.square-info p{
	max-width: 800px;
	margin: 0 auto;
}
.square-info a{
	margin: 20px;
}
#square-img{
	background-color: #fff;
	margin:0;
}
#square-img .section-box{
	padding-top: 80px;
}
#square-img .square-img-section ul{
	padding: 0;
}
#square-img .square-img-section li{
	width: 33.33%;
	list-style: none;
	padding: 15px;
}

@media screen and (max-width:991px){
	#square-img .square-img-section li{
		padding: 10px;
	}
	.square-info br{
		display: none;
	}
}
@media screen and (max-width:479px){
	#square-img .square-img-section li{
		width: 50%;
	}
}

#square-detail .container, #sample .container, #onlinedemo .container{
	max-width: 840px;
}
#square-detail .section-box{
	padding-bottom: 0;
}
#square-detail .section, #sample .section, #onlinedemo .section{
	margin: 0 0 60px;
	padding: 0 15px 0 15px;
}
#square-detail h3, #sample h3, #onlinedemo h3{
	font-size: 2.2rem;
	font-weight: bold;
	border-bottom: 1px solid #707070;
	text-align: left;
}
#square-detail .table{
	width:100%;
	margin-bottom:30px;
}
#square-detail .table th,
#square-detail .table td{
	padding:1em;
	font-size: 16px;
	font-size:1.6rem;
	text-align:left;
	border: none;
}
#square-detail .aline-right{
	text-align: right;
}
#square-detail ul, #onlinedemo ul, #sample ul{
	padding: 0;
}
#square-detail li, #onlinedemo li, #sample li{
	list-style: none;
	font-size: 1.6rem;
	line-height: 2;
	padding-left: 1em;
	text-indent: -1em;
}
#square-detail p.fs-14{
	font-size: 1.4rem;
}

#calendar{
	padding-bottom: 120px;
}

#calendar .btn-entry, #sample .btn-entry, #onlinedemo .btn-entry{
	width: 300px;
}

#square-detail h4, #sample h4, #onlinedemo h4{
	font-weight: bold;
	margin-top: 20px;
}

.section .emphasis {
    color: red;
}

#square-detail .section .suspended {
    color: #aaa;
}

.btn-suspended {
    background-color: #ccc;
}

.btn-suspended:hover {
    background-color: #ccc;
}

@media screen and (max-width:767px){
	#square-detail .table{
		width:100%;
		table-layout: fixed;
		word-break: break-word;
	}
    #square-detail .section, #sample .section, #onlinedemo .section{
		margin: 0 0 40px;
	}
    #square-detail h3, #sample h3, #onlinedemo h3{
		font-size: 20px;
		font-size: 2.0rem;
	}
	#calendar{
		padding-bottom: 60px;
	}
}
@media screen and (max-width:479px){
    #square-detail h3, #sample h3, #onlinedemo h3{
		font-size: 18px;
		font-size:1.8rem;
	}
	#square-detail .table th,
	#square-detail .table td{
		padding:1em;
		font-size: 14px;
		font-size:1.4rem;
		width: 100%;
    	display: block;
	}
	#square-detail .table th{
		padding: 1.5em 1em 0.5em;
	}
	#square-detail .table td{
		padding: 0.2em 1em;
	}
    #square-detail li, #onlinedemo li, #sample li{
		font-size: 1.4rem;
	}
}

#square-contact .form-group{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#square-contact .form-group#transmission{
	border-bottom: none;
}
#square-contact .form-group .form-control{
	height: 40px;
}
#square-contact .form-group textarea.form-control{
	height: auto;
}
.form-group p{
	font-size: 1.4rem;
}
#square-contact .form-horizontal .control-label{
	padding-top: 10px;
	text-align: left;
}
#square-contact #where .control-label{
	padding-top: 0;
}
#square-contact .checkbox label, .radio label{
	margin-bottom: 10px;
	padding-right: 80px;
}
#square-contact{
	background-color: #f2f2f2;
}
#square-contact .panel-default{
	border: none;
}
#square-contact .panel{
	box-shadow: none;
	background-color: #f2f2f2;
}
#square-contact button{
	margin: 20px auto;
}

.iframe-googleform {
	padding: 60% 0 0 0;
	margin-bottom: 40px;
}

@media screen and (max-width:991px){
	.iframe-googleform {
		padding: 90% 0 0 0;
	}
}
@media screen and (max-width:767px){
	#square-contact .checkbox label, .radio label{
		padding-right: 30px;
	}
}
@media screen and (max-width:479px){
	#square-contact .panel-body{
		padding: 0;
	}
	#square-contact .checkbox label, .radio label{
		padding-right: 0;
	}
}


/* ───────────────────────────────────
Login
─────────────────────────────────── */

.login .flex{
	align-items: baseline;
}
.login  h1{
	margin-top: 60px;
}
.login h2{
	color: #000;
	font-size: 2.2rem;
	margin: 10px 0 20px;
	font-weight: bold;
	line-height: 1.5;
}
.login-form,.sign-up{
	width: 400px;
	height: auto;
	margin: 10px 20px;
	padding: 20px;
}
.sign-up{
	padding-bottom: 30px;
}
.login-form .form-control{
	height: 40px;
}
.login-form .forgot-pass{
	font-size: 1.4rem;
}
.login .btn{
	margin-top: 20px;
}
.login-form .checkbox{
	margin-left: 20px;
}
.login-form .forgot p{
	font-size: 1.4rem;
}
.btn-sign-up{
	color:#fff;
	background-color: #5CA1E6;
}.btn-sign-up:hover{
	background-color: #528FCC;
}
.sign-up a:hover{
	text-decoration: none;
}

@media screen and (max-width:479px){
	.login h2{
		font-size: 1.8rem;
	}
}

/* ───────────────────────────────────
complete
─────────────────────────────────── */
#complete .flex a{
	margin: 0 15px;
}
#complete .flex a:hover{
	text-decoration: none;
}

/* ───────────────────────────────────
greeting
─────────────────────────────────── */
#greeting {
	padding: 0 0 35px;
	background: #F4F4F4;
  }
  #greeting .section-box{
	max-width: 1200px;
    margin: 0 auto;
	background: url("../../../about/img/greeting.png") bottom right -100px no-repeat;
  }
  #greeting h2 {
	text-align: left;
	margin-bottom: 60px;
  }
  #greeting .sec04-contents {
	padding-right: 15%;
  }
  #greeting p {
	font-size: 16px;
  }
  #greeting .name {
	text-align: right;
	margin: 1em 0 0 auto;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-right: 30px;
  }
  #greeting .name > div {
	text-align: left;
	display: inline-block;
  }
  #greeting .name span {
	font-size: 26px;
  }
  @media (max-width: 768px) {
	#greeting {
	  margin: 60px 0;
	}
	#greeting .section-box {
		background: none;
	}
	#greeting .sec04-contents {
	  padding: 0 0px 50% 0;
	  background: url("../../../about/img/greeting.png") bottom right 80% no-repeat;
	  background-size: 120% auto;
	}
	#greeting p {
	  font-size: 14px;
	}
	#greeting .name {
	  text-align: left;
	  margin: 2em 0 0 auto;
	}
	#greeting .name span {
	  font-size: 22px;
	}
  }

/* ───────────────────────────────────
history
─────────────────────────────────── */
#history {
	/* background: #f5f5f5; */
}
#history .c-h2 {
	font-size: 32px;
  font-weight: bold;
  color: #003046;
  text-align: center;
	margin-bottom: 60px;
}
#history table th {
	font-weight: normal;
}

.c-slider {
	margin-top: 60px;
}
.c-slider .bx-wrapper {
	box-shadow: none;
	border: 0;
	margin: 0;
  }
  .c-slider .bx-wrapper .bx-prev {
	background: url("../../about/img/slider_arrow_prev.svg");
  }
  .c-slider .bx-wrapper .bx-next {
	background: url("../../about/img/slider_arrow_next.svg");
  }
  .c-slider .bx-wrapper .bx-prev,
  .c-slider .bx-wrapper .bx-next {
	top: 41%;
	opacity: 0.4;
  }

  figcaption {
    font-size: 12px;
    margin: 0.5em 0 1em;
}

@media (max-width: 768px) {
	#history .c-h2 {
		font-size: 21px;
		margin-bottom: 40px;
	}
}

/* ───────────────────────────────────
access
─────────────────────────────────── */
#access {
	background: #e0e0e0;
}
#access .c-h2 {
	font-size: 32px;
  font-weight: bold;
  color: #003046;
  text-align: center;
	margin-bottom: 60px;
}
#access h3 {
	text-align: left;
  font-size: 22px;
  font-weight: bold;
  margin: 60px 0 20px;
}
#access h4 {
  font-weight: bold;
  margin: 40px 0 20px;
}
#access li {
	font-size: 1.6rem;
    line-height: 1.8;
}
#access .flex{
	justify-content: space-between;
}
#access .flex img {
	max-width: 50%;
}
#access iframe {
  width: 100%;
  aspect-ratio: 16/9;
	margin: 30px 0 40px;
}
#access img {
	max-width: 100%;
}
#access .access_map {
	margin-bottom: 40px;
}
#access .parking-img {
	margin-top: 30px;
}

@media (max-width: 768px) {
	#access .c-h2 {
		font-size: 21px;
		margin-bottom: 40px;
	}
	#access h3 {
		font-size: 18px;
	}
	#access h4 {
		font-size: 16px;
	}
	#access iframe {
		margin: 15px 0 30px;
	}
}
