#wrapper {
	position: relative;
}


/* CSS Document */

/*==================================================

メインイメージ

=================================================*/
.main-image{
	margin: 80px auto 0;
	position: relative;
	background: #22304f;
}
.main-image .Title{
	padding: 4% 0;
	text-align: center;
	
}
.main-image .Title h2{
	color: #fff;
	font-size: clamp(22px, 4vw, 40px);
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
	letter-spacing: 0.05em;
}
.main-image .Title .en{
	color: #fff;
	font-family: "Encode Sans", sans-serif;
	font-size: clamp(14px, 2.0vw, 20px);
	font-weight: 400;
	letter-spacing: 0.05em;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {
.main-image{
	margin: 60px auto 0;
	position: relative;
}

.main-image .Title{
	left: 3%;
	top: 35%;
	line-height: 1.6em;
}
	
.main-business .Title .en{
	margin-bottom: 0px;
}
}

@media print , screen and (min-width:1px) and (max-width: 530px) {
.main-sankaku{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	z-index: 10;
}

.main-image .Title{
	left: 3%;
	top: 35%;
	line-height: 1.2em;
}
	
}

/*common*/

section{
	position: relative;
}
section .contentb{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
}

.content{
	width: 100%;
	position: relative;
	z-index: 20 !important;
}

table td a{
	color: #22304f;
	text-decoration: underline;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	padding: 0 10px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
}
table td a:hover{
	color: #f77206;
}
.fCol_b,
section p{
	color: #22304f;
}


/*about*/

.businessmodel,
.strength,
.example{
	margin: 3% auto 5%;
}

.businessmodel ul.maru {
	margin-left: 30px;
}
.businessmodel ul.maru li{
	color: #22304f;
	text-align: left;
	list-style: disc;
	margin: 20px 0;
	
}.aboutFlex{
	margin: 5% auto 5%;
}
.aboutFlex .txt{
	width: 55%;
	padding: 0 30px 0 0;
}
.aboutFlex .photo{
	width: 45%;
}
.strength h4{
	padding:5px 10px;
	position: relative;
	color: #22304f;
	text-align: left;
	margin-bottom: 10px;
}

.strength h5.yline{
    display: flex;
    align-items: center;
	margin: 3% auto;
	color: #22304f;
}
.strength h5.yline::after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #22304f;
    margin-left: 1rem;
}
.strength h6.backg{
	background: #f3f3f3;
	margin: 0 auto 3%;
	text-align: left;
	padding: 5px 15px;
	color: #22304f;
}
.strength .gwaku{
	background: #f3f3f3;
	padding: 30px 50px;
	margin: 3% auto 5%;
}

.example .exbtn ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 5% auto;
}
.example .exbtn ul li{
	width: 50%;
	padding:5px 10px;
}
.example .exbtn ul li a{
    position: relative;
    display: block;
    padding: 8px 35px 8px 13px;
    color: #fff;
	text-decoration: none;
	text-align: left;
	font-size: clamp(14px, 2vw, 18px);
	background: #22304f;
	border: 1px solid #22304f;
	
}
.example .exbtn ul li a:hover{
	background: #fff;
}/*
.example .exbtn ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #22304f;
	border: 2px solid #22304f;
    transform: skewX(-25deg);
}*/

.example .exbtn ul li a .arrow{
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
}
.example .exbtn .arrow::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.example .exbtn .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	content: "";
	left: 5px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #22304f;
	border-right: 2px solid #22304f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.example .exbtn ul li.select a,
.example .exbtn ul li a:hover{
    color: #22304f;
}/*
.example .exbtn ul li.select a::before,
.example .exbtn ul li a:hover::before {
    background-color: #fff;
	border: 2px solid #22304f;
}*/

.example .exbtn ul li.select a .arrow::before,
.example .exbtn a:hover .arrow::before{
	background: #22304f;
}
.example .exbtn ul li.select a .arrow::after,
.example .exbtn a:hover .arrow::after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

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

.aboutFlex .txt{
	width: 50%;
	padding: 0 20px 0 0;
}
.aboutFlex .photo{
	width: 50%;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.aboutFlex .txt{
	width: 100%;
	padding: 0 10px;
}
.aboutFlex .photo{
	width: 90%;
	text-align: center;
	padding: 20px;
	margin: auto;
}

.service .gwaku{
	padding: 20px 30px;
}
}

/*company*/

.message,
.profile,
.history{
	margin: 3% auto 6%;
}

.profile table,
.history table{
	margin-top: 0;
}

.message h3.line{
	border-bottom: 1px solid #cccccc;
	padding:5px 30px;
	margin: 0 auto 5%;
	position: relative;
	color: #22304f;
	text-align: left;
}
.message h3.line::before{
	content: "";
	width: 6px;
	height: 90%;
	border-radius: 3px;
	background: #22304f;
	position: absolute;
	left: 5px;
	top: 5%;
}
.message .sign{
	font-size: clamp(15px, 1.8vw, 18px);
	text-align: right;
	color: #22304f;
	margin-top: 5%;
	padding: 10px;
	
}
.greetingwaku{
	background: rgba(255,255,255,0.7);
	padding: 30px 50px;
	margin: 3% auto;
}
.sign{
	margin: 3% 0 0 auto;
	text-align: right;
}

.page-title{
	width: 90%;
	margin: 5% 0 3% auto;
	position: relative;
}
.page-title .page-t{
	position: absolute;
	left: 5%;
	bottom: 8%;
	color: #fff;
}
.page-title .page-t h3{
	color: #fff;
	font-size: clamp(22px, 4vw, 40px);
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	letter-spacing: 0.05em;
}
.page-title .page-t .en{
	color: #fff;
	font-family: "Encode Sans", sans-serif;
	font-size: clamp(11px, 1.8vw, 18px);
	font-weight: 500;
	letter-spacing: 0.05em;
}


@media print , screen and (min-width:1px) and (max-width: 1350px) {
.page-title{
	width: 90%;
	margin: 5% 0 3% auto;
	position: relative;
}
}

@media print , screen and (min-width:1px) and (max-width: 1280px) {
.page-title{
	width: 98%;
	margin: 5% 0 3% auto;
	position: relative;
}
.page-title .page-t{
	position: absolute;
	left: 3%;
	bottom: 8%;
	color: #fff;
}
}

@media print , screen and (min-width:1px) and (max-width: 768px) {
.greetingwaku{
	padding: 20px 30px;
	margin: 3% auto;
}	
}
@media print , screen and (min-width:1px) and (max-width: 530px) {
.greetingwaku{
	padding: 10px 10px;
	margin: 3% auto;
}
}


/*services*/

.service{
	margin: 3% auto 6%;
}
.service p{
	color: #22304f;
}
.service .txt{
	width: 55%;
	padding: 0 30px 0 0;
}
.service .photo{
	width: 45%;
}
.service .exbtn ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 5% auto;
}
.service .exbtn ul li{
	width: 33.3333%;
	padding: 20px 20px;
}
.service .exbtn ul li a{
    position: relative;
    display: block;
    padding: 22px 30px;
    color: #fff;
	text-decoration: none;
	text-align: left;
	font-size: clamp(15px, 2vw, 20px);
	
}
.service .exbtn ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #22304f;
	border: 2px solid #22304f;
    transform: skewX(-25deg);
}

.service .exbtn ul li a .arrow{
	display: block;
	position: absolute;
	right: 15%;
	top: 50%;
}
.service .exbtn .arrow::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.service .exbtn .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	content: "";
	left: 8px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #22304f;
	border-right: 2px solid #22304f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.service .exbtn ul li.select a,
.service .exbtn ul li a:hover{
    color: #22304f;
}
.service .exbtn ul li.select a::before,
.service .exbtn ul li a:hover::before {
    background-color: #fff;
	border: 2px solid #22304f;
}

.service .exbtn ul li.select a .arrow::before,
.service .exbtn a:hover .arrow::before{
	background: #22304f;
}
.service .exbtn ul li.select a .arrow::after,
.service .exbtn a:hover .arrow::after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}


.service h4.line{
	border-bottom: 1px solid #cccccc;
	padding:5px 30px;
	margin: 8% auto 5%;
	position: relative;
	color: #22304f;
	text-align: left;
}
.service h4.line::before{
	content: "";
	width: 6px;
	height: 90%;
	border-radius: 3px;
	background: #22304f;
	position: absolute;
	left: 5px;
	top: 5%;
}
.service h5.yline{
    display: flex;
    align-items: center;
	margin: 3% auto;
	color: #22304f;
}
.service h5.yline::after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #22304f;
    margin-left: 1rem;
}
.service h6.line{
	border-bottom: 1px solid #cccccc;
	padding:5px 25px;
	margin: 3% auto;
	position: relative;
	color: #22304f;
	text-align: left;
}
.service h6.line::before{
	content: "";
	width: 6px;
	height: 80%;
	border-radius: 3px;
	background: #22304f;
	position: absolute;
	left: 5px;
	top: 10%;
}
.service h6.backg{
	background: #f3f3f3;
	margin: 0 auto 3%;
	text-align: left;
	padding: 5px 15px;
	color: #22304f;
}
.service .gwaku{
	background: #f3f3f3;
	padding: 30px 50px;
	margin: 3% auto 5%;
}

.service .gwaku .w50{
	color: #22304f;
	width: 50%;
	padding: 0px;
	text-align: left;
	list-style: disc;
	font-weight: 500;
	line-height: 1.4em;
	padding: 8px 20px 8px 0;
}

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

.service .txt{
	width: 50%;
	padding: 0 20px 0 0;
}
.service .photo{
	width: 50%;
}
.service .exbtn ul li{
	width: 33.3333%;
	padding: 20px 15px;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.service .txt{
	width: 100%;
	padding: 0 10px;
}
.service .photo{
	width: 90%;
	text-align: center;
	padding: 20px;
	margin: auto;
}
	
	
.service .exbtn ul li{
	width: 50%;
	padding: 15px 15px;
}
.service .exbtn ul li a{
    position: relative;
    display: block;
    padding: 22px 30px;
    color: #fff;
	text-decoration: none;
	text-align: left;
	font-size: clamp(15px, 2vw, 20px);
	
}
.service .exbtn ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #22304f;
	border: 2px solid #22304f;
    transform: skewX(-25deg);
}

.service .exbtn ul li a .arrow{
	display: block;
	position: absolute;
	right: 18%;
	top: 50%;
}
.service .exbtn .arrow::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.service .exbtn .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	content: "";
	left: 7px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #22304f;
	border-right: 2px solid #22304f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.service .gwaku{
	padding: 20px 30px;
}
.service .gwaku .w50{
	color: #22304f;
	width: 100%;
	padding: 5px 0;
	text-align: left;
	list-style: disc;
	font-weight: 500;
}	
}
@media print , screen and (min-width:1px) and (max-width: 530px) {
	
.service .exbtn ul li{
	width: 50%;
	padding: 10px;
}
	
}

.contact-btn{
	width: 40%;
	max-width: 400px;
	padding: 3% 0 5%;
	margin: auto;
}

/*Recruit*/

.recruit{
	margin: 0% auto 8%;
}
.recruitFlex{
	max-width: 1200px;
	padding: 0 10px;
	margin: auto;
	text-align: center;
}
.recruit-l{
	width: 24%;
	padding: 0 10px 0 0;
}
.recruit-c{
	width: 52%;
}
.recruit-c h4.lb{
	position: relative;
	margin: 3% auto 8%;
	padding: 30px 20px;
	color: #22304f;
}
.recruit-c h4.lb::after{
	content: "";
	left: 0;
	right: 0;
	bottom: 3px;
	width: 120px;
	height: 6px;
	border-radius: 5px;
	background: #22304f;
	position: absolute;
	text-align: center;
	margin: auto;
}
.recruit-c p{
	text-align: center;
}
.recruit-r{
	width: 24%;
	padding: 0 0 0 10px;
}
.mynavilink{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 0;
	
}
.mynavi{
	width: 120px;
	display: inline-block;
	margin: auto;
	padding: 10px 0;
}
.mynavilink p.tS{
	text-align: left;
	margin: 0 auto 0 0;
	width: calc(100% - 120px);
}

@media print , screen and (min-width:1px) and (max-width: 1000px) {
.mynavi{
	width: 95px;
	display: inline-block;
	margin: auto;
	padding: 5px 0 0 0;
}
.mynavilink p.tS{
	text-align: left;
	margin: 0 auto 0 0;
	width: calc(100% - 95px);
}	
}

@media print , screen and (min-width:1px) and (max-width: 860px) {
.recruit-l{
	width: 44%;
	padding: 20px 10px 0 0;
	order: 2;
	max-width: 270px;
}
.recruit-c{
	width: 100%;
	order: 1;
	padding: 0 0 20px 0;
}
.recruit-r{
	width: 45%;
	padding: 20px 0 0 10px;
	order: 3;
	max-width: 280px;
}
	
.recruit-c h4.lb{
	padding: 20px 10px;
}
.recruit-c h4.lb::after{
	content: "";
	left: 0;
	right: 0;
	bottom: 3px;
	width: 80px;
	height: 4px;
	border-radius: 5px;
	background: #22304f;
	position: absolute;
	text-align: center;
	margin: auto;
}

}
.recruit .recbtn{
	border-top: 1px solid #ccc;
	margin-top: 6%;
}
.recruit .recbtn ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 5% auto;
}
.recruit .recbtn ul li{
	width: 40%;
	padding: 20px 20px;
}
.recruit .recbtn ul li a.link{
    position: relative;
    display: block;
    padding: 22px 30px;
    color: #fff;
	text-decoration: none;
	text-align: left;
	font-size: clamp(15px, 2vw, 20px);
	
}
.recruit .recbtn ul li a.link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #22304f;
	border: 2px solid #22304f;
    transform: skewX(-25deg);
}

.recruit .recbtn ul li a.link .arrow{
	display: block;
	position: absolute;
	right: 15%;
	top: 50%;
}
.recruit .recbtn .arrow::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.recruit .recbtn .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	content: "";
	left: 8px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #22304f;
	border-right: 2px solid #22304f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.recruit .recbtn ul li.select a,
.recruit .recbtn ul li a.link:hover{
    color: #22304f;
}
.recruit .recbtn ul li.select a::before,
.recruit .recbtn ul li a.link:hover::before {
    background-color: #fff;
	border: 2px solid #22304f;
}

.recruit .recbtn ul li.select a.link .arrow::before,
.recruit .recbtn a:hover .arrow::before{
	background: #22304f;
}
.recruit .recbtn ul li.select a.link .arrow::after,
.recruit .recbtn a:hover .arrow::after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}/*
.recruit .recbtn ul li p{
	text-align: center;
	padding-top: 5px;
}*/

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

.recruit .recbtn ul li{
	width: 45%;
	padding: 20px 15px;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.recruit .recbtn ul li{
	width: 50%;
	padding: 15px 15px;
}
.recruit .recbtn ul li a.link{
    position: relative;
    display: block;
    padding: 22px 30px;
    color: #fff;
	text-decoration: none;
	text-align: left;
	font-size: clamp(15px, 2vw, 20px);	
}
.recruit .recbtn ul li a.link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #22304f;
	border: 2px solid #22304f;
    transform: skewX(-25deg);
}

.recruit .recbtn ul li a.link .arrow{
	display: block;
	position: absolute;
	right: 50px;
	top: 50%;
}
.recruit .recbtn .arrow::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.recruit .recbtn .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	content: "";
	left: 7px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #22304f;
	border-right: 2px solid #22304f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
}
@media print , screen and (min-width:1px) and (max-width: 600px) {	
.recruit .recbtn ul li{
	width: 90%;
	padding: 10px;
}
.mynavilink{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	
}.mynavi{
	width: 110px;
	display: inline-block;
	margin: auto;
	padding: 0;
}
.mynavilink p.tS{
	text-align: left;
	width: auto;
}
}


/*contact*/

.contact .sankakur{
	position: absolute;
	right: 0;
	top: 0%;
	width: 28%;
}
.contact .linel{
	position: absolute;
	left: 0;
	top: 15%;
	width: 12%;
}
.contact .liner{
	position: absolute;
	right: 0;
	bottom: 20%;
	width: 12%;
}
.contact{
	margin: 5% auto 0;
	position: relative;
	z-index: 5;
}
.contact .contact-message {
    text-align: center;
	z-index: 5;
}
.contact dl.address {
    width: 100%;
    display: table;
    border: 3px solid #006998;
	background: rgba(255,255,255,0.7);
	margin: 5% auto 8%;
    padding: 20px 0;
}
.contact dl.address dt {
    width: 300px;
    display: table-cell;
    font-size: clamp(1.8rem, 2.2vw, 2.2rem);
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #FFF;
    padding: .5em 1em;
	font-weight: 700;
}
.contact dl.address dd {
    display: table-cell;
    font-size: clamp(1.6rem, 2vw, 2rem);
    text-align: left;
    vertical-align: middle;
    padding: .5em 2em;
	line-height: 2.2em;
}
.contact dl.address dd strong {
    display: inline;
    font-size: clamp(2rem, 3vw, 3rem);
}
.contact dl.address dd span {
    display: inline-block;
}

.contact .contact-list{
	text-align: left;
	margin: 8% auto 3%;
}
.contact .contact-list li{
	text-align: left;
}
.contact .privacy-link {
    width: 100%;
    text-align: center;
    padding: 1em 1em 0;
}

.contact .c-privacy {
    width: 100%;
	margin: 3% auto 5%;
	z-index: 5;
}
.contact .c-privacy h3 {
    width: 100%;
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
	font-weight: 700;
	color: #006998;
}
.contact .c-privacy p {
    line-height: 180%;
    margin-top: 30px;
    padding-top: 30px;
	background: rgba(255,255,255,0.7);
	background: #fff;
	padding: 3% 5%;
	border-top: 1px solid #dfdfdf;
}

.contact .info{
	background: #fff;
	padding: 3% 0;
	border: 1px solid #006998;
}
.contact .info h3 {
	width: 90%;
    max-width: 500px;font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    line-height: 180%;
    text-align: center;
    border: 1px solid #999;
    border-radius: 24px;
    padding: .8em 1em;
	margin: auto;
}
.contact .info p {
    line-height: 180%;
    margin-top: 20px;
	text-align: center;
}

.contact .data-t-style th {
    background-color: #90f420;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
    
.contact {
        margin: 8% auto 0;
        z-index: 5!important;
    }
.contact .contact-inner {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
        padding-bottom: 15%;
    }
.contact dl.address {
        width: 100%;
        display: block;
        margin: 6% auto;
        padding: 0;
    }
.contact dl.address dt {
        width: 100%;
        display: block;
        font-size: clamp(1.8rem, 2.4vw, 2.4rem);
        text-align: center;
        vertical-align: middle;
        border-right: none;
        padding: .8em 1em 0;
    }
.contact dl.address dd {
        width: 100%;
        display: block;
        font-size: clamp(1.6rem, 2vw, 2rem);
        text-align: center;
        vertical-align: middle;
        padding: .8em 1em;
    }
.contact dl.address dd span:nth-of-type(1) {
        margin-right: 0;
    }
.contact dl.address dd strong {
        display: inline;
        font-size: clamp(2rem, 3vw, 3rem);
    }
.contact .privacy-link {
        width: 100%;
        text-align: center;
        padding: 1em 1em 0;
    }
    
.contact .c-privacy {
        width: 100%;
        margin-bottom: 8%;
    }
.contact .c-privacy p {
        font-size: 1.4rem;
        line-height: 180%;
        border-top: 2px solid #999;
        margin-top: 5%;
        padding-top: 5%;
    }

.contact .info h2 {
        max-width: 400px;
        font-size: 1.4rem;
        line-height: 180%;
        text-align: center;
        border: 1px solid #999;
        border-radius: 24px;
        padding: .8em 1em;
    }
.contact .info p {
        font-size: 1.4rem;
        line-height: 180%;
        margin-top: 5%;
    }
}



/* CSS Document */

/*==================================================

contents
=================================================*/

.contact-att {
	width: 100%;
	background-color: #FFF;
	text-align: center;
    border: 3px solid #F00;
	margin: 0 auto 5%;
	padding: 3%;
}
.contact-att p {
	text-align: center;
}
.contact-att-send {
	width: 100%;
	max-width: 800px;
	text-align: center;
	color: #000;
	background-color: #FFF;
    border: 2px solid #00c3fb;
    border-radius: 12px;
	margin: 0 auto 0;
	padding: 5% 3%;
}
.contact-att-send p {
	text-align: center;
    line-height: 180%;
}
.contact-att-send p strong {
	font-size: clamp(1.6rem, 2vw, 2rem);
}
.contact-att .icon {
	width: 58px;
	margin: 0 auto 3%;
}
.contact-att span {
	color: #F00;
}
.check {
	width: 100%;
	max-width: 800px;
	text-align: center;
    border: 2px solid #999;
	margin: 3% auto 0;
	padding: 15px;
	background: rgba(255,255,255,0.8);
}
.check label {
    cursor: pointer;
}
.check label dl {
    display: table;
    margin: 0 auto;
}
.check label dl dt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #F00;
    padding: 3px;
}
.check label dl dd {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 3px 1em;
}
.check p {
	text-align: center;
}
.contact-contents {
	width: 100%;
}
.contact-contents .att {
	color: #000;
	text-align: left;
	background-color: #fffc00;
	margin-bottom: 40px;
	padding: 30px;
}
.contact-contents p span {
	color: #F00;
}
.contact-contents p.ce {
	text-align: center;
}
.contact-contents p.contact {
	width: 100%;
	max-width: 700px;
	text-align: center;
	background-color: #FFF;
	margin: 40px auto 0;
	padding: 40px 10px;
}

.privacy-att {
	width: 100%;
	margin: 5% auto 0;
}
.privacy-att p {
	text-align: left;
}
.privacy-att .inner {
	width: 100%;
	height: 20em;
    font-size: 1.2rem;
	line-height: 180%;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #CCC;
	padding: 2em;
}
.privacy-att .inner h3 {
    font-size: 1.5rem;
	text-align: left;
}
.privacy-att .inner h4 {
	font-size: 1.3rem;
    margin-top: 1em;
}
.privacy-att .inner h5 {
	font-size: 1.3rem;
    margin-top: 1em;
}

/* form-table */

.contact-item {
    width: 100%;
    color: #000;
    border-bottom: 1px solid #CCC;
    padding: 40px 0;
}
.confirm .contact-item dl{
	background: #fff;
}
.contact-item dt {
    font-size: clamp(1.4rem, 1.8vw, 2rem);
    margin-bottom: 15px;
	text-align: left;
	background: #fff;
	padding: 5px;
}
.contact-item dt span {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 160%;
    color: #FFF;
    border-radius: 6px;
    background-color: #ff0100;
    margin-left: 1em;
    padding: .4em 1.2em;
}
.contact-item dd,
.contact-item dd ul {
   text-align: left;
}
.contact-item dd ul li {
   width: 300px;
    display: inline-block;
    padding: 5px 0;
}
.contact-item dl.helf {
    width: 48%;
}
.contact-item label {
    cursor: pointer;
    padding-right: 2em;
}
.contact-item dd span {
    color: #ff0100;
}

.contact-item dd p {
	background: #fff;
	padding-bottom: 10px;
}

.fl-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-link {
    width: 90%;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    margin: 0 auto 80px;
}
.contact-link a {
    width: 47%;
    display: block;
    font-size: 2rem;
    color: #000;
    text-align: left;
    text-decoration: none;
    background-color: #FFF;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    
    background-image: url("../../images/arrow_ub.png");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: auto;
    
    padding: 1.5em 60px;
}

.contact-tel {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.contact-tel h2 {
    color: #FFF;
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 180%;
    background-color: #1d287b;
    margin-bottom: 20px;
    padding: 1em 1.5em;
}
.contact-tel .telno {
    font-size: clamp(2rem, 4vw, 6rem);
    color: #333;
    text-align: center;
    margin-top: 20px;
}
.contact-tel .telno span {
    display: inline-block;
    font-size: 1.5rem;
    color: #FFF;
    vertical-align: middle;
    border-radius: 6px;
    background-color: #666;
    margin-right: 10px;
    padding: 0 1em;
}
.contact-tel p {
    text-align: center;
}

.contact-mail {
    width: 100%;
    position: relative;
    margin: 60px auto 0;
}
.contact-mail h2 {
    color: #FFF;
    font-size: clamp(1.6rem, 2vw, 2rem);
    text-align: center;
    line-height: 180%;
    background-color: #333;
    padding: 1em 1.5em;
}

/* form */


.form-style {
	margin: 3% auto 20%;
	
}
.form-style input {
	font-size: 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 #666;
	/*border-radius: 6px;*/
	background: #FFF;
	margin: 5px 10px 10px 0;
	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 #666;
	background: #FFF;
	outline: 0;
}

.form-style input[type="number"] {
	border: 1px solid #666;
	border-radius: 6px;
	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 #999;
	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;
}
.form-style select:focus {
	border: 1px solid #666;
	outline: 0;
}

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: 100%;
}
.regi-buttun {
	text-align: center;
	margin: 3% 0 0;
}

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

/* ボタン */

.add-bu {
	font-size: 1.5rem!important;
	-webkit-appearance: none;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	background: #333;
	border-radius: 6px;
    margin-left: .5em;
	padding: 5px 1em;
}

.entry-b {
	width: 100%;
	max-width: 560px;
	display: block;
	-webkit-appearance: none;
	cursor: pointer;
	font-size: 1.8rem;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #1071c4;
	margin: 80px auto 0;
	padding: 30px 10px;
}
.back-b {
	width: 100%;
	max-width: 260px;
	display: block;
	-webkit-appearance: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #b5b5b5;
	margin: 80px auto 0;
	padding: 3% 0;
}

.button-rd {
	border: 3px solid #232f53;
	background: #232f53;
}
.button-rd:hover {
	color: #232f53;
	background: #FFF;
}
.button-gr {
	border: 3px solid #CCC;
	background: #CCC;
}
.button-gr:hover {
	color: #CCC;
	background: #FFF;
}
.button-gr2 {
	width: 100%!important;
	background: #b5b5b5;
}
.button-gr2:hover {
	background: #CCC;
}

[class^="button-"] {
	width: 50%;
	display: block;
	-webkit-appearance: none;
	cursor: pointer;
	float: left;
	font-size: 1.5rem;
	text-align: center;
	color: #FFF;
	padding: 4% 0;
}

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

/* cf */

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


@media only screen and (max-width: 768px) {
	
	.title-s {
		font-size: 1.8rem;
		margin-bottom: 6%;
	}
	.contact-contents .att {
		margin-bottom: 4%;
		padding: 5%;
	}
	.contact-contents p.contact {
		margin: 8% auto 0;
		padding: 4% 10px;
	}
	.contact-att-send {
		width: 100%;
		padding: 5%;
	}
	.contact-att-send p strong {
		font-size: 1.8rem;
	}
    
    .contact-item {
        width: 100%;
        border-bottom: none;
        padding: 0;
    }
    .contact-item dl {
        border-bottom: 1px solid #CCC;
        padding: 3% 0;
    }
    .contact-item dt {
        font-size: 1.4rem;
        margin-bottom: 2%;
    }
    .contact-item dt span {
        font-size: 1.3rem;
    }
    .contact-item dd ul {
       text-align: left;
    }
    .contact-item dd ul li {
        width: 100%;
        display: inline-block;
        padding: 2px 0;
    }
    .contact-item dl.helf {
        width: 100%;
    }
    
    
    .contact-tel h2 {
        margin-bottom: 4%;
    }
    .contact-tel .telno {
        margin-top: 4%;
    }
    .contact-mail {
        margin: 6% auto 0;
    }
    
	.entry-area {
		width: 100%;
		margin: 8% auto 0;
	}
	.form-style input[type="text"],.form-style textarea {
		padding: .2em .7em;
	}
	.formwidth-m,.formwidth-l {
		width: 98%;
	}
	.formwidth-s {
		width: 4.5em;
	}
	.formwidth-ss {
		width: 100px;
	}
	.entry-b {
		font-size: 1.5rem;
		margin: 8% auto 0;
		padding: 20px 10px;
	}
	.back-b {
		font-size: 1.5rem;
		margin: 8% auto 0;
		padding: 3% 0;
	}
    [class^="button-"] {
        font-size: 1.3rem!important;
    }
    .contact-link {
        width: 90%;
        max-width: 1000px;
        display: block;

        margin: 0 auto 8%;
    }
    .contact-link a {
        width: 100%;
        display: block;
        font-size: 1.6rem;

        padding: 1.5em 60px;
    }
    .contact-link a:nth-of-type(n+2) {
        margin-top: 5%;
    }

    .contact-tel {
        margin: 12% auto 0;
    }
    .contact-tel h3 {
        margin-bottom: 20px;
    }
    .contact-tel .telno {
        font-size: 3rem;
        color: #333;
        text-align: center;
        margin-bottom: 20px;
    }
    .contact-tel .telno span {
        font-size: 1.4rem;
    }
    
    .privacy-att .inner {
        padding: 2em 1em;
    }
}

@media only screen and (max-width: 568px) {
	
	
}
	
@media only screen and (max-width: 480px) {
	
	
}




.inline{
	max-width: 800px;
	width: 90%;
	padding: 50px 40px;
	margin: auto;
	background: #fff;
	position: relative;
}

.inline .popup-modal-dismiss{
	position: absolute;
	right: 0px;
	top:10px;
	width: 60px;
}

.inline .people-btn{
	width: 80%;
	max-width: 250px;
	margin:20px auto;
}

.inline h3{
	border-bottom: 1px solid #cccccc;
	padding:5px 30px;
	margin: 0 auto 5%;
	position: relative;
	color: #22304f;
	text-align: left;
	font-size: clamp(18px, 2.5vw, 25px);
}
.inline h3::before{
	content: "";
	width: 6px;
	height: 90%;
	border-radius: 3px;
	background: #22304f;
	position: absolute;
	left: 5px;
	top: 5%;
}
.inline h4{
	background: #f3f3f3;
	margin: 0 auto 3%;
	text-align: left;
	padding: 5px 15px;
	color: #22304f;
	font-size: clamp(16px, 2.0vw, 20px);
}

.examplebox{
	margin: 5% auto;
	display: block;
	position: relative;
}
.inline .Flexbox .txt{
	width: 60%;
	padding-right: 20px;
}
.inline .Flexbox .txt p{
	line-height: 1.8em;
	margin: 15px auto;
	font-size: clamp(14px, 1.5vw, 15px);
}
.inline .Flexbox .photo{
	width: 40%;
}

.ex01,
.ex02,
.ex03,
.ex04,
.ex05,
.ex06,
.ex07,
.ex08,
.ex09,
.ex10{
	position: absolute;
	width: 8%;
	max-width: 80px;
}

.ex01{
	right: 15%;
	top: 23%;
}
.ex02{
	right: 17%;
	top: 42%;
}
.ex03{
	left: 19%;
	top: 38%;
}
.ex04{
	left: 32%;
	top: 32%;
}
.ex05{
	right: 26%;
	top: 25%;
}
.ex06{
	left: 28%;
	top: 22%;
}
.ex07{
	right: 5%;
	top: 32%;
}
.ex08{
	left: 2%;
	top: 42%;
}
.ex09{
	left: 36%;
	top: 47%;
}
.ex10{
	left: 13%;
	top: 61%;
}

@media print , screen and (max-width: 768px) {
	
.inline{
	padding: 30px 20px;
}
.inline .Flexbox .txt{
	width: 100%;
	padding-right: 0px;
}
.inline .Flexbox .photo{
	width: 80%;
	margin: auto;
}
}
@media print , screen and (max-width: 530px) {

.inline .Flexbox .photo{
	width: 90%;
	margin: auto;
}
}
