/*スライドショー*/

.top-image{
	width: 100%;
	position: relative;
	z-index: 6!important;
	margin: 0 auto;
}

.top-image .main-photo{
	width: 100%;
	height: auto;
}
.top-image .main-photo img{
	width: 100%;
	height: auto;
}
.top-image .catch{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 10%;
	max-width: 140px;
	top:50%;
	transform: translateY(-50%);
}
.top-image .catch ul li{
	width: 50%;
	
}

@media print , screen and (min-width:1px) and (max-width: 960px) {

.top-image .catch{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 12%;
	max-width: 130px;
	top:65%;
	transform: translateY(-50%);
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

}
@media print , screen and (min-width:1px) and (max-width: 480px) {

.top-image{
	width: 100%;
	position: relative;
	z-index: 6!important;
	margin: 0 auto;
	height: 100vh;
	background: url("../img/top/main_sp.png") center center no-repeat;
	background-size: cover;
}
.top-image .main-photo{
	display: none;
}
.top-image .catch{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 20%;
	max-width: 500px;
	top:50%;
	transform: translateY(-50%);
}	
}
section{
	background: url("../img/common/back.png") center top repeat-y;
	background-size: 100% auto;
}

section .title {
	margin: 3% auto 20px;
}
section .title .en{
	text-align: left;
	width: 90%;
	max-width: 730px;
	margin-bottom: 10px;
}
section .title h3{
	text-align: left;
}

/* Bisiness */
.business{
	position: relative;
	padding: 5% 0;
}
.business .awal{
	position: absolute;
	width: 30%;
	left: 0;
	bottom: 10%;
}
.business .awar{
	position: absolute;
	width: 50%;
	right: 0;
	top: 10%;
}
.business .photo{
	width: 50%;
	padding: 20px;
}
.business .txt{
	width: 50%;
	padding: 20px;
}
.business .waku{
	border: 1px solid #0ca3aa;
	background: #fff;
	border-radius: 20px;
	padding: 10px;
	margin: 5% auto;
}
.business .waku h4{
	text-align: center;
	color: #0ca3aa;
}
.business .waku ul{
	margin: 3% auto;
	display: flex;
	flex-wrap: wrap;
}
.business .waku ul li{
	width: 50%;
	text-align: left;
	padding-left: 20px;
	font-size: 0.9em;
}
.business .waku ul li::before{
	content: "● ";
	color: #0ca3aa;
	font-size: 0.7em;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {
.business .photo{
	width: 50%;
	padding: 10px;
}
.business .txt{
	width: 50%;
	padding: 10px;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {
.business .photo{
	width: 100%;
	padding: 10px;
}
.business .txt{
	width: 100%;
	padding: 10px;
}
}
@media print , screen and (min-width:1px) and (max-width: 480px) {

.business .waku ul li{
	width: 100%;
	text-align: left;
	padding-left: 20px;
	font-size: 0.9em;
}
}

/* Point */
.point{
	position: relative;
	padding: 5% 0;
}
.point .awa{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10%;
}
.point .photo{
	width: 35%;
	padding: 20px;
}
.point .txt{
	width: 65%;
	padding: 20px;
}
.point .photo .num,
.point .txt .num{
	width: 20%;
	padding: 0 20px 0 10px;
}
.point .photo h4,
.point .txt h4{
	width: 80%;
	padding: 0 10px;
	text-align: left;
}
.point .pointFlex{
	padding: 3% 0;
}
.point .pointFlex.blb{
	border-bottom: 1px solid #ed6e2b;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {
.point .photo{
	width: 35%;
	padding: 10px;
}
.point .txt{
	width: 65%;
	padding: 10px;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {
.point .photo{
	width: 100%;
	text-align: center;
	padding: 10px;
}
.point .photo .img{
	width: 70%;
	margin: 20px auto 0;
}
.point .txt{
	width: 100%;
	padding: 10px;
}
}
@media print , screen and (min-width:1px) and (max-width: 460px) {

.point .photo .num,
.point .txt .num{
	width: 20%;
	padding: 0 10px 0 5px;
}
}

.backw{
	/*background: url("../img/top/outline_back.png") top center no-repeat;
	background-size: cover;
	padding: 5% 0 0;*/
	background: #f0fcff;
}
.backc{
	background: url("../img/top/contact_back.png") top center no-repeat;
	background-size: cover;
	padding: 3% 0 3%;
	margin-top: 3%;
}

.nami,
.namib {
	margin: 0;
	overflow: hidden;
}
.nami ul,
.namib ul {
	display: flex;
	margin: 0;
	padding: 0;
	width: max-content;
}
.nami ul li,
.namib ul li {
	list-style: none;
	padding: 0; /* 余白 */
	width: calc(100vw / 3); /* 3 写真の枚数にあわせる */
}
.nami img,
.namib img {
	display: block;
	width: 100%;
}


.company{
	position: relative;
	padding: 5% 0 0;
	margin-top: -5%;
}
.company .awa{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0%;
}
.company .waku{
	border: 1px solid #0ca3aa;
	background: #fff;
	border-radius: 20px;
	padding: 10px;
	margin: 5% auto;
}
.company .waku h4{
	text-align: center;
	color: #0ca3aa;
}
.company .waku .rinen{
	color: #111;
	margin: 3% auto;
	text-align: center;
	font-size: clamp(17px, 2.2vw, 22px);
	font-weight: 700;
}
.company .waku hr{
	border: none;
	border-bottom: 1px solid #0ca3aa;
}
.company .waku ol{
	max-width: 750px;
	margin: auto auto 3%;
}
.company .waku ol li{
	text-align: left;
	line-height: 1.8em;
	margin: 5px 0 5px 10px;  
	text-indent: -1.5em;
	padding-left: 1em;
}
.company .waku ol li .num{
	color: #0ca3aa;
	font-weight: 700;
	padding: 0 5px;
}
.company .waku ol li strong{
	font-size: 1.2em;
	color: #ea9e2f;
}
.company .titles .en{
	color: #0ca3aa;
	font-family: "Jost", sans-serif;
	font-size: clamp(20px, 2.6vw, 26px);
	font-weight: 600;
	letter-spacing: 0.1em;
}
.company .map{
	margin: 20px auto;
}

.company table td dl{
	display: flex;
}
.company table td dl dt{
	width: 100px;
}
.company table td .kogyo .photo{
	width: 25%;
	padding: 10px;
}
.company table td .kogyo .txt{
	width: 75%;
	padding: 10px 20px;
}
.company table td .kogyo .txt .maplink{
	background: #0ca3aa;
	display: inline-block;
	color: #fff;
	font-size: 0.9em;
	padding: 0 5px;
	text-decoration: none;
	font-weight: 500;
	line-height: 1.5em;
}

@media print , screen and (min-width:1px) and (max-width: 768px) {

.company table td .kogyo .photo{
	width: 25%;
	padding: 10px 0px;
}
.company table td .kogyo .txt{
	width: 75%;
	padding: 10px 10px 10px 20px;
}
.company table td dl dt{
	width: 60px;
}
}

.historytable{
	width: 50%;
	padding: 20px;
}
.historytable table th,
.historytable table td{
	font-size: 1.4rem;
	padding: 10px;
	line-height: 1.6em;
	border-bottom: none;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {
.historytable{
	width: 50%;
	padding: 10px;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {
	.histry_t{
		margin: 8% auto 3%;
	}
.historytable{
	width: 100%;
	padding: 0 10px;
	}
	.historytable table{
		margin: 0 auto;
	}
}
.contact{
	padding: 5% 0;
	position: relative;
}
.contact .awa{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0%;
}

.contactex{
	padding-top: 80px;
}
/*  */

@media print , screen and (min-width:1px) and (max-width: 1050px) {

}
@media print , screen and (min-width:1px) and (max-width: 830px) {
	
}

@media print , screen and (min-width:1px) and (max-width: 768px) {
}
/* form */


.form-style {
	
}
.form-style table th{
	color: #4f4a46;
	
}
.form-style input {
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.form-style input[type="checkbox"] {
	margin: 0 0.5em;
}
.form-style input[type="text"],.form-style textarea {
	color: #000 !important;
	border: 1px solid #dfdfdf;
	background: #FFF;
	padding: .5em 1em;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.form-style textarea {
	display: block;
	margin-bottom: 0;
}
.form-style input[type="text"]:focus,.form-style textarea:focus {
	border: 1px solid #8cbbd2;
	background: #FFF;
	outline: 0;
}

.form-style #checkbox label{
	display: inline-block;
	margin-right: 20px;
}
.form-style input[type="number"] {
	border: 1px solid #8cbbd2;
	background: #FFF;
	margin: 10px 10px 10px 0;
	padding: 3px;
}
.form-style input[type="radio"] {
	margin-left: 2px;
	margin-right: 6px;
}
.form-style select::-ms-expand {
	display: none;
}
.form-style select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.1em;
	border-radius: 5px;
	border: 1px solid #8cbbd2;
	background-image: url(../img/common/arrow_u.png);
	background-repeat: no-repeat;
	background-size: 10px 7px;
	background-position: right 10px center;
	background-color: #FFF;
	padding: 7px 30px 7px 10px;
	margin: 10px 10px 10px 0;
}
.form-style select:focus {
	border: 1px solid #8cbbd2;
	outline: 0;
}
.form-style dl{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.form-style dl dt{
	width: 20%;
	font-size: 0.9em;
}

.form-style dl dd{
	width: 80%;
}


input::-webkit-input-placeholder {
	color: #CCC;
}
input:-ms-input-placeholder {
	color: #CCC;
}
input::-moz-placeholder {
	color: #CCC;
}

.formwidth-ss {
	width: 100px;
}
.formwidth-s {
	width: 15%;
}
.formwidth-ms {
	width: 25%;
}
.formwidth-m {
	width: 60%;
}
.formwidth-l {
	width: 80%;
}
.regi-buttun {
	text-align: center;
	margin: 3% 0 0;
}

.entry-area {
	width: 550px;
	margin: 60px auto 0;
}

/* ボタン */

.entry-area{
	overflow: hidden;
}
.button-rd {
	border: 3px solid #2d7aea;
	background: #2d7aea;
	color: #fff;
}
.button-rd:hover {
	color: #2d7aea;
	background: #FFF;
}
.button-gr {
	border: 3px solid #dfdfdf;
	background: #dfdfdf;
	color: #333;
}
.button-gr:hover {
	color: #CCC;
	background: #FFF;
	color: #333;
}

[class^="button-"] {
	width: 46%;
	display: block;
	-webkit-appearance: none;
	cursor: pointer;
	float: left;
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	text-align: center;
	padding: 4% 0;
	margin: 0 2%;
	font-weight: 500;
}

#submit[disabled] { 
	cursor: default;
	background: #CCC;
	border: 3px solid #CCC;
}
#submit[disabled]:hover {
	color: #FFF;
}

/* cf */

.entry-area:after {
    content:" ";
    display:block;
    clear:both;
}

.privacy{
	border: 1px solid #0ca3aa;
	background: rgba(255,255,255,0.7);
	padding: 10px 30px;
	margin: 5% auto;
	height: 300px;
	overflow-y:scroll;
}
.privacy h3{
	text-align: center;
	color: #0ca3aa;
	margin: 3% auto;
}
.privacy h4{
	margin: 20px 10px 10px;
	text-align: left;
	color: #0ca3aa;
}
.privacy p{
	line-height: 1.7em;
}
.doui{
	margin: 10px auto;
}

@media only screen and (max-width: 768px) {
    
	.entry-area {
		width: 100%;
		margin: 8% auto 0;
	}
	.form-style input[type="text"],.form-style textarea {
		padding: .4em .7em;
	}
	.formwidth-m,.formwidth-l {
		width: 98%;
	}
	.formwidth-s {
		width: 4.5em;
	}
	.formwidth-ss {
		width: 100px;
	}
    [class^="button-"] {
		width: 50%;
        font-size: 1.3rem!important;
		margin: 0 auto;
		
    }

}

.btn_entry{
	background: #2d7aea;
	padding: 5% 0;
}
.btn_entry a{
	width: 80%;
	max-width:800px; 
	display: block;
	margin: auto;
}


@media (max-width: 960px) {

	.company{
		padding-top: 50px;
	}
	.business,
	.point,
	.contact{
		margin-top: -80px;
		padding-top: 80px;
	}
	
}
