
.intro-yoko {
	width:90%;
	margin:20px auto 45px;
}
.intro-yoko dt{
	font-size:22px;
	font-weight:bold;
}
.intro-yoko dd{
	font-size:16px;
	font-weight:bold;
}

.title-area {
	background: url("../img/common/page-hero.png") no-repeat;
	min-height:200px;
	padding-top:85px;
}

.title-area .page-title{
	margin:25px;
	padding:0;
	line-height:1;
}
.title-area .page-title .main{
	font-size:26px;
	line-height:1.1;
	padding-bottom:0.1em;
}
.title-area .page-title .sub{
	font-size:18px;
	line-height:1.1;
}

.list-pdf {
	width:80%;
	list-style: none;
	margin:12px auto;
	padding:0;
}
.list-pdf li{
	margin:6px;
	list-style:inside;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
}

.file-icon:after {
	margin-left:5px;
	text-decoration: none;
    content:" ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background:url("../img/common/icon-pdf.png") no-repeat;
}

/* エントリーフォーム */

.form-area {
	padding:1em 0.5em;
	background: rgba(255,255,255,0.7);
}

.Form {
	width:96%;
	max-width: 750px;
	margin:40px auto 40px auto;
}
.Form-Item {
  border-top: 1px solid #ddd;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 16px;
	padding-bottom: 16px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
    max-width: inherit;
  letter-spacing: 0.05em;
  font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.Form-Item-Label.isMsg {
    margin-top: 0;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
	border-radius: 4px;
	margin-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding:4px;
	width: 3em;
	display: inline-block;
	text-align: center;
	background: #FF3000;
	color: #fff;
	font-size: 14px;
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
    margin-left: 0;
    margin-top: 18px;
  padding-left: 1em;
  padding-right: 1em;
    height: 40px;
    flex: inherit;
  width: 100%;
  max-width: 700px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
    margin-top: 18px;
    margin-left: 0;
  padding-left: 1em;
  padding-right: 1em;
    height: 200px;
    flex: inherit;
  width: 100%;
  max-width: 700px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Btn {
  border-radius: 6px;
    margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
  display: block;
  letter-spacing: 0.05em;
  background: #FF3000;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

ol.privacy-list {
	width:90%;
    font-size: 16px;
    line-height: 160%;
    margin: 24px auto 100px auto;
}

ol.privacy-list li {
    color: #333333;
}

ol.privacy-list li + li {
    margin-top: 1em;
}

ol.privacy-list h3 {
    font-weight: bold;
    color: #4a4a4a;
    font-size: 20px;
}

section.sec-privacy {
	width:100%;
	max-width:1024px;
	margin:50px auto;
}

section.sec-privacy h2{
	font-family: "Noto Sans JP", sans-serif;
	font-size:36px;
	text-align: center;
}
section.sec-privacy h2::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #D6281B;
    margin-top: 25px;
	margin-left:auto;
	margin-right:auto;
}
section.sec-privacy p{
	padding:0.25em 1.25em;
}

section.sec-privacy > p {
    font-size: 16px;
    margin-left: 2%;
    color: #333333;
}

.entry-intro {
	width:90%;
	margin:20px auto 45px;
}
.entry-intro dt{
	font-size:22px;
	font-weight:bold;
	margin-bottom:0.25em;
}
.entry-intro dd{
	font-size:16px;
}
.entry-intro dd p{
	margin-bottom:0.2em;
	margin-left:-1em;
	text-indent: -1em;
	padding-left: 2em;
}

ul.type {
	margin:8px 8px 0;
	padding:0;
	list-style: none;
	display: flex;
	gap:8px;
}
ul.type li{
	margin:3px;
	padding:0;
	list-style: none;
	font-weight:bolder;
}

.page-title {
	position: relative;
	width:100%;
	max-width:1024px;
	margin:150px auto 0;
	z-index:500;
}
.page-title h1 .main{
	font-family: "futura-pt", sans-serif;
	font-size:40px;
	color:#2A0505;
}
.page-title h1 .sub{
	font-family: "futura-pt", sans-serif;
	display: block;
	font-size:20px;
	color:#2A0505;
}

section.sec-message {
	width:100%;
	max-width:1440px;
	margin:50px auto;
/*
	padding-bottom:100px;
*/
	background: url("../img/common/bg-sec.jpg") no-repeat;
}

section.sec-message h2{
	font-family: "Noto Sans JP", sans-serif;
	font-size:48px;
	font-weight:bold;
	line-height:1.6;
	text-align: center;
	padding:80px 0 40px;
}

img.president {
	position: relative;
	disokay:block;
	margin:0 auto -15px;
	z-index: 1;
}

.message {
	position: relative;
	width:100%;
	max-width:944px;
	margin:0 auto 75px;
	padding:36px 110px;
	box-shadow: 0 0 14px #FC780B;
	border-radius: 8px;
	background: linear-gradient(
	120deg,
	rgba(255, 243, 207, 1) 0%,
	rgba(255, 255, 255, 1) 100%
	);
	z-index: 2;
}
.message p{
	font-family: "Noto Sans JP", sans-serif;
	font-size:20px;
	line-height:1.6;
	margin-bottom:2em;
	letter-spacing: 0.02;
}

@media screen and (min-width: 769px) {

	.message p{
		max-width:724px;
		font-size:20px;
		line-height:40px;
	}

}
@media screen and (max-width: 768px) {

	.message p{
		font-size:20px;
	}

}

.photo01,
.photo02,
.photo03 {
	position: relative;
}

.photo01 img{
	position:absolute;
	top:-80px;
	right:0;
}
.photo02 img{
	position:absolute;
	top:-24px;
	right:-60px;
}
.photo03 img{
	position:absolute;
	top:80px;
	right:-30px;
}

section.sec-number {
	width:100%;
	max-width:1440px;
	margin:50px auto;
	background: url("../img/common/bg-sec.jpg") repeat-y;
}

.flex-number {
	margin:0 auto;
	padding:50px 0 75px;
	width:100%;
	max-width:1024px;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:24px;
}

@media screen and (max-width: 768px) {
	section.sec-message h2{
		font-family: "Noto Sans JP", sans-serif;
		font-size:30px;
		padding:40px 0 20px;
	}
	.page-title {
		width:100%;
		margin:100px auto 0;
		padding:16px;
	}
	.message {
		margin:0 auto 50px;
		padding:12px;
	}
	.photo01 img{
		position:relative;
		top:0;
		left:0;
		right:0;
		margin:0 auto 12px;
	}
	.photo02 img{
		position:relative;
		top:0;
		left:0;
		right:0;
		margin:0 auto 12px;
	}
	.photo03 img{
		position:relative;
		top:0;
		left:0;
		right:0;
		margin:0 auto 12px;
	}

}

.page-intro {
	padding:45px 0 0;
	margin:0 auto;
	text-align:center;
	font-size:22px;
}

.page-intro-nop {
	padding:0 0 0;
	margin:0 auto;
	text-align:center;
	font-size:22px;
}
@media screen and (max-width: 768px) {
	.page-intro,
	.page-intro-nop {
		font-size:18px;
	}
}

.img-dummy {
	display:none;
}

@media screen and (min-width: 769px) {

	.img-dummy {
		display:block;
		width:325px;
		height:341px;
	}

}

section.sec-faq {
	width:100%;
	max-width:1440px;
	margin:50px auto;
	background: url("../img/common/bg-sec.jpg") repeat-y;
	padding:50px 0 0;
}

.accordion-008 {
    max-width: 1024px;
	margin:0 auto 24px;
    border-radius: 12px;
    box-shadow: 0 0 8px #FDA968;
    background-color: #fff;
}
.accordion-008:last-of-type {
    margin-bottom:75px;
}

.accordion-008 summary {
    display: flex;
    justify-content: space-between;
	font-size:18px;
    align-items: center;
    position: relative;
    padding: 1.5em 2em;
	background: -webkit-linear-gradient(left, #FF3000 0%, #FF9100 50%);
	background: -o-linear-gradient(left, #FF3000 0%,#FF9100 50%);
	background: linear-gradient(to right, #FF3000 0%,#FF9100 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: 600;
    cursor: pointer;
}

.accordion-008 summary::-webkit-details-marker {
    display: none;
}

.accordion-008 summary::before,
.accordion-008 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #333333b3;
    content: '';
}

.accordion-008 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-008 summary::after {
    transition: rotate .3s;
}

.accordion-008[open] summary::after {
    rotate: 90deg;
}

.accordion-008 p {
	border-top:#FC7E17 1px solid;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-008[open] p {
    transform: none;
    opacity: 1;
}

section.sec-oneday {
	width:100%;
	max-width:1440px;
	margin:50px auto;
	background: url("../img/common/bg-sec.jpg") repeat-y;
	padding:50px 0 0;
}

.flex-oneday {
	width:96%;
	margin:0 auto 50px;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-start;
	gap:12px;
}

.oneday-flow {
	margin-top:30px;
	display:flex;
	justify-content: center!important;
	flex-direction: column;
	text-align: center;
	gap:12px;
}
.oneday-flow h2 {
	font-size:32px;
	background: -webkit-linear-gradient(left, #FF3000 0%, #FF9100 50%);
	background: -o-linear-gradient(left, #FF3000 0%,#FF9100 50%);
	background: linear-gradient(to right, #FF3000 0%,#FF9100 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.oneday-flow img{
	margin:0 auto;
}

.flow-area {
	width:100%;
	max-width:800px;
	margin:30px auto 50px;
	padding:24px;
	background:#fff;
}

.flow-area dl dt {
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,243,207,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,243,207,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,243,207,1) 100%);
}

.flow-area dl dt.bg-none {
	background:none !imporatnt;
}

.flow-area dl dt .title {
	font-size: 20px;
	font-weight:500;
	background: -webkit-linear-gradient(left, #FF3000 0%, #FF9100 50%);
	background: -o-linear-gradient(left, #FF3000 0%,#FF9100 50%);
	background: linear-gradient(to right, #FF3000 0%,#FF9100 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	padding-left:0.5em;
}

.flow-area dl dt .title-black {
	font-size: 20px;
	font-weight:500;
	color:#000;
	background:none;
	padding-left:0.5em;
}

.flow-area dl dt .icon {
	width:5em;
	font-size: 16px!important;
	color: #fff !important;
	background: rgb(255,48,0);
	background: -moz-linear-gradient(left, rgba(255,48,0,1) 0%, rgba(255,145,0,1) 100%)!important;
	background: -webkit-linear-gradient(left, rgba(255,48,0,1) 0%,rgba(255,145,0,1) 100%)!important;
	background: linear-gradient(to right, rgba(255,48,0,1) 0%,rgba(255,145,0,1) 100%)!important;
	padding: 0.25em 0.5em;
	margin-bottom: 10px;
	border-radius: 20px;
}
.flow-area dl dd {
	margin:0.25em 0.25em 0.25em 2.25em;
	padding:0.5em 1.5em 2em;
	border-left:#FF3000 2px solid;
	font-size: 16px;
	line-height:1.5;
}
.flow-area dl dd.line-none {
	border-left:none;
}


section.sec-company {
	width:100%;
	max-width:1440px;
	margin:0 auto;
	background: url("../img/common/bg-sec.jpg") repeat-y;
	padding:50px 0 0;
}

.page-inner {
	width:96%;
	max-width:1024px;
	margin:0 auto;
}

.list-disclosure {
	width:96%;
	max-width:800px;
	margin:30px auto 50px;
	background: #fff;
	padding:12px;
	border-radius: 8px;
}
.list-disclosure dt{
	font-size:20px;
	font-weight:500;
}
.list-disclosure dd{
	font-size:18px;
	padding:0.25em 1.5em 0.25em;
}
.list-disclosure dd:before{
	content: "・";
}

a[href*=".pdf"]:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background-image:url("../img/company/icon-pdf.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}




.tbl-company,
.tbl-history {
	width:96%;
	max-width:800px;
	border-collapse:  collapse;
	margin:30px auto 50px;
	background: #fff;
	padding:12px;
	border-radius: 8px;
}
.tbl-company th,
.tbl-company td,
.tbl-history th,
.tbl-history td{
	font-size:16px;
	line-height:1.6;
	font-weight:normal;
	border-bottom:#ccc 1px solid;
	text-align: left;
}
.tbl-company th,
.tbl-history th{
	padding:0.75em 1em;
}
.tbl-company td,
.tbl-history td{
	padding:0.75em 1em;
}
@media screen and (max-width: 769px){
	.tbl-company th,
	.tbl-company td,
	.tbl-history th,
	.tbl-history td{
		display:block;
		width:100%;
	}
	.tbl-company td,
	.tbl-history td{
		padding-left:2em;
	}
}

@media screen and (min-width: 769px){
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

.page-hline {
	width: fit-content;
	margin:0 25px 30px 0;
	padding:10px 25px;
	background: #FF3000;
	color:#fff;
}
.page-hline .main {
	display:block;
	font-size:18px;
	font-weight:bolder;
	line-height:1;
}
.page-hline .sub {
	paddingtop:3px;
	display:block;
	font-size:16px;
	line-height:1;
}

@media screen and (max-width: 768px) {
	.page-hline {
		margin-left:0!important;
	}
}

.service-info {
	width:96%;
	max-width:1024px;
	background:#fff;
	margin:0 auto 24px;
	padding:20px;
	display:flex;
	flex-wrap:wrap;
	gap:20px 30px;
	align-items: center;
}

.service-data p.title{
	font-weight:500;
	font-size:20px;
	margin:0 0 0.75em;
}

.service-data table{
	border-collapse:  collapse;
	margin:0;
	padding:0;
}
.service-data table th,
.service-data table td{
	margin:0;
	padding:0.25em 1em;
	line-height:1.6;
}
.service-data table th{
	font-size:16px;
	font-weight:500;
}
.service-data table td{
	font-size:18px;
}
@media screen and (max-width: 768px) {
	.service-data p.title{
		text-align: center;
	}
	.service-info {
		justify-content: center;
	}
	.service-data table th,
	.service-data table td{
		display:block;
		width:100%;
	}
	.service-data table th{
		text-align: left;
	}
	.service-data table th{
		padding-left:2em;
	}
}

.cred-flex {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-start;
	gap:24px;
/*
	font-family: "Zen Old Mincho", serif;
*/
	margin:0 auto;
	padding:20px 0 75px;
}


.cred {
	width:96%;
	max-width:400px;
	padding:16px 36px;
	outline: 1px solid rgb(0, 0, 0);
    outline-offset: -10px;
	background:#fff;
	min-height:420px;
}
.cred dd.type {
	position:relative;
	text-align:center;
	font-size:16px;
	font-weight:600;
	padding:0.5em 0;
}
.cred dd.type::after {
	position: absolute;
	content: "";
	width:10px;
	bottom:0;
	left:50%;
	transform: translateX(-50%); 
	border-bottom:#000 1px solid;
}
.cred dt {
	padding:0.25em 0 0;
	text-align:center;
	font-size:26px;
	line-height:1.6;
	font-weight:600;
}

.cred dd.s-vision {
	padding:3em 0 2em;
	text-align:center;
	font-size:26px;
	line-height:1.6;
	font-weight:600;
}

.cred dd.smission {
	padding:1.75em 0 0 0;
	text-align:center;
	font-size:18px;
	line-height:1.8;
}

.cred dd.sslogan {
	padding:2em 0 0 0;
	text-align:center;
	font-size:28px;
	line-height:1.8;
}

.cred dd.value-sub {
	text-align:center;
	font-size:20px;
	line-height:1.8;
}

ul.growth {
	list-style:none;
}
ul.growth li{
	list-style:none;
	position: relative;
	padding-left:1.5em;
	font-size:15px;
}
ul.growth li:before{
	position: absolute;
	content: "一.";
	left:3px;
}

.scred {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-start;
	gap:0;
	margin:0 auto;
	padding:0 0 75px;
}

section.sec-credo {
	width:100%;
	max-width:1440px;
	margin:0 auto;
	padding:50px 0;
	background: #ffffee;
}

.vision-mission {
	width:96%;
	margin:0 auto;
	padding:30px 0 50px;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-start;
	gap:24px;
}

section.sec-mission {
	width:100%;
	max-width:1440px;
	margin:0 auto;
	background: url("../img/common/bg-sec.jpg") repeat-y;
	padding:50px 0 75px;
/*
	width:100%;
	max-width:1440px;
	margin:0 auto;
	padding:50px 0;
	background: #EDF7FF;
*/
}

section.sec-mission dl{
	width:96%;
	max-width:960px;
	display:flex;
	flex-wrap:wrap;
	font-size:24px;
	margin:0 auto;
}
section.sec-mission dl dt,
section.sec-mission dl dd{
	padding:0.25em;
	line-height:30px;
}
section.sec-mission dl dt{
	width:5%;
	font-size:30px;
	font-weight:600;
}
section.sec-mission dl dd{
	width:95%;
}
@media screen and (max-width: 768px) {
	section.sec-mission dl{
		flex-direction: column;
	}
	section.sec-mission dl dt,
	section.sec-mission dl dd{
		width:100%;
		text-align: center;
	}
	section.sec-mission dl dt{
		font-size:24px;
	}
	section.sec-mission dl dd{
		font-size:20px;
	}
}

.mission-img {
	padding:0 0 60px;
}

section.sec-facility {
	width:100%;
	max-width:1440px;
	margin:0 auto;
	background: url("../img/common/bg-sec.jpg") repeat-y;
	padding:50px 0 75px;
/*
	width:100%;
	max-width:1440px;
	margin:0 auto;
	padding:50px 0;
	background: #EDF7FF;
*/
}

.contents-access{
	padding:50px 0;
}
.contents-access iframe{
	width:96%;
	max-width:960px;
	margin:0 auto;
}

.access-navi {
	width:96%;
	max-width:960px;
	background:#fff;
	padding:12px;
	border-radius:8px;
	margin:20px auto;
}

.access-navi p:before{
	content:"●";
	color:#AE352C;
	padding-right:0.25em;
}


.facility-title {
	text-align:center;
	font-weight:600;
	font-size:32px;
	line-height:1.8;
	padding:0 0 24px;
}
@media screen and (max-width: 768px) {
	.facility-title {
		font-size:24px;
		padding:0 0 18px;
	}
}
.hero {
	width:100%;
	max-width:1024px;
	margin:0 auto;
	padding:0 0 40px 0;
}

.bg-none {
	background: none !important;
}

section.sec-contact {
	width:100%;
	max-width:1440px;
	margin:0 auto;
	background: url("../img/common/bg-sec.jpg") repeat-y;
	padding:50px 0 75px;
}

section.sec-service {
	width:100%;
	max-width:1440px;
	margin:0 auto;
	background: #ffffee;
	padding:50px 0 50px;
}

.service-data a,
.privacy-list li a,
.tbl01 td a,
.form-area a,
.tbl-company a,
.tbl-history a,
.list-disclosure dd a{
	color:#00f;
}
.service-data .title a {
	color:#333;	
}
.service-data a:hover,
.privacy-list li a:hover,
.tbl01 td a:hover,
.form-area a:hover,
.tbl-company a:hover,
.tbl-history a:hover,
.list-disclosure dd a:hover{
	color:#f60;
}

#photo-area-page{
	margin:35px 0;
	background:none;
}

#photo-area-page .slide-item {
	max-width:1280px;
	text-align: center;
	margin:0 auto;
}

#photo-area-page .slide-item img {
	width:100%;
	max-width:464px;
	height:auto;
}

#photo-area-page .slide-item .sttl {
	font-size:12px;
	line-height:1.4;
}

.facility-intro {
	width:96%;
	max-width:640px;
	margin:30px auto;
}
.facility-intro h1{
	padding:0.25em 0;
	font-size:26px;
	line-height:1.5;
	text-align: center;
}
.facility-intro h2{
	font-size:22px;
	line-height:1.6;
	text-align: center;
}
.facility-intro p{
	font-size:18px;
	line-height:1.6;
	margin:0;
	text-align: left;
	padding:1em;
}

dl.features{
	margin:12px auto 18px;
	width:96%;
	max-width:860px;
	padding:12px;
	background: rgba(255,255,255,0.75);
}
dl.features dt{
	font-weight:600;
	font-size:22px;
	line-height:2;
}
dl.features dd{
	font-size:18px;
	padding:0.5em 1.25em;
}

.contents-access .flex{
	display:flex;
	gap:30px;
}
.contents-access .flex h2{
	font-size:22px;
	line-height:1.6;
	text-align: left !important;
	margin:0;
	padding-top:0.5em;
}

.check {
	text-align: center;
}

 input#submit-btn {
/*
    padding: 10px 30px;
*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666;
/*
    font-weight: bold;
*/
    color: #ffffff;
    letter-spacing: 1px;
    border: 0;
	cursor: pointer;
}
input#submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}