/*背景*/

body {
  background: linear-gradient(-30deg, #edf0fa, #ecf2f7, #edf6fe, #effaf7,#edf0fa, #ecf2f7, #edf6fe, #effaf7);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100%;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#wrapper {
	position: relative;
}
#wrapper::after{
	content: "";
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0));
	background-size: 100% 500px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
	z-index: -1;
}
/* CSS Document */

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

メインイメージ

=================================================*/
.main-image{
	margin: 100px auto 0;
	position: relative;
	background-size: 100% auto;
}
.main-image::after{
	content: "";
	background: url("../img/common/main_line.png") left bottom no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	bottom: 5%;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.main-image.service-main::after{
	height: 20%;
}
.main-image .photo{
	margin: auto;
	width: 65%;
	height: auto;
	margin: 0 0 0 auto;
	z-index: 1;
	position: relative;
}
.main-image .Title{
	position: absolute;
	left: 8%;
  top: 47%;
  transform: translateY(-50%);
	z-index: 10;
}
.main-image .Title .en{
	color: rgba(255,255,255,0.5);
	font-family: "Oswald", sans-serif;
	font-size: 2.0vw;
	color: #28a2dd;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.main-image .Title h2{
	color: #231815;
	font-size: 2.8vw;
	font-weight: 700;
	text-align: left;
	line-height: 1.5em;
	position: relative;
	letter-spacing: 0em;
}


.main-image .profile{
	position: absolute;
	left: 30px;bottom: 15%;
	text-align: center;
	width: 40%;
	font-weight: 500;
}
.main-image .photo img{
	width: 100%;
	height: auto;
}
.main-image .service-lnav{
	width: 100%;
	margin: 50px auto 20px;
}
.main-image .service-lnav li a{
	margin: 10px auto;
	border-radius: 30px;
	border: 1px solid #bfd2d8;
	padding: 10px;
	display: block;
	text-align: center;
	color: #28a2dd;
	background: #fff;text-decoration: none;
	position: relative;
}


.main-image .service-lnav li a::after{
	content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #28a2dd;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
	position: absolute;
	right: 15px;
	top: 38%;
}

.main-image .service-lnav li a.active,
.main-image .service-lnav li a:hover{
	color: #fff;
	background: #28a2dd;
	opacity: 1;
}
.main-image .service-lnav li a.active::after,
.main-image .service-lnav li a:hover::after{
	content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
	position: absolute;
	right: 15px;
	top: 38%;
}


.main-image .photo{
	position: relative;
}
.main-image .photo .pin01 .off,
.main-image .photo .pin02 .off,
.main-image .photo .pin03 .off,
.main-image .photo .pin04 .off,
.main-image .photo .pin01 .on,
.main-image .photo .pin02 .on,
.main-image .photo .pin03 .on,
.main-image .photo .pin04 .on{
	position: absolute;
/*	max-width: 150px;*/
	width: 14%;
	height: auto;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.main-image .photo .pin01,
.main-image .photo .pin02,
.main-image .photo .pin03,
.main-image .photo .pin04{
	display: block;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.main-image .photo .pin01 .on,
.main-image .photo .pin02 .on,
.main-image .photo .pin03 .on,
.main-image .photo .pin04 .on{
	opacity: 0;
}
.main-image .photo .pin01:hover .off,
.main-image .photo .pin02:hover .off,
.main-image .photo .pin03:hover .off,
.main-image .photo .pin04:hover .off,
.main-image .photo .pin01.active .off,
.main-image .photo .pin02.active .off,
.main-image .photo .pin03.active .off,
.main-image .photo .pin04.active .off{
	opacity: 0;
}
.main-image .photo .pin01 a:hover,
.main-image .photo .pin02 a:hover,
.main-image .photo .pin03 a:hover,
.main-image .photo .pin04 a:hover{
	opacity: 1;
}
.main-image .photo .pin01:hover .on,
.main-image .photo .pin02:hover .on,
.main-image .photo .pin03:hover .on,
.main-image .photo .pin04:hover .on,
.main-image .photo .pin01.active .on,
.main-image .photo .pin02.active .on,
.main-image .photo .pin03.active .on,
.main-image .photo .pin04.active .on{
	opacity: 1;
}
.main-image .photo .pin01 .on,
.main-image .photo .pin01 .off{
	left: 70%;
	top: 30%;
}
.main-image .photo .pin02 .on,
.main-image .photo .pin02 .off{
	left: 69%;
	top: 51%;
}
.main-image .photo .pin03 .on,
.main-image .photo .pin03 .off{
	left: 22%;
	top: 33%;
}
.main-image .photo .pin04 .on,
.main-image .photo .pin04 .off{
	left: 82.5%;
	top: 28%;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {
.main-image{
	margin: 80px auto 0;
	position: relative;
}
.main-image .Title h2{
	font-size: 3rem;
	text-align: left;
}	
}
@media print , screen and (min-width:1px) and (max-width: 768px) {
.main-image .Title h2{
	font-size: 2.5rem;
}
	
}

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

.main-image .photo{
	margin: auto;
	width: 92%;
	height: auto;
	margin-right: 0%;
	z-index: 1;
}
.main-image .Title{
	position: relative;
	left: inherit;
  top: inherit;
  transform: translateY(0%);
	z-index: 10;
	margin: 10px 10%;
}
.main-image .Title .en{
	font-size: 1.5rem;
}
.main-image .Title h2{
	font-size: 2rem;
	padding: 5px 0;
}
.main-image::after{
	content: "";
	background: url("../img/common/main_line.png") left top no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 40px;
	bottom: inherit;
	width: 100%;
	height: 30%;
}
.main-image .service-lnav ul{
	display: flex;
	flex-wrap: wrap;
}
	.main-image .service-lnav li{
		width: 50%;
		padding: 0 5px;
		margin: 0;
	}
	
.main-image .photo .pin01 .off,
.main-image .photo .pin02 .off,
.main-image .photo .pin03 .off,
.main-image .photo .pin04 .off,
.main-image .photo .pin01 .on,
.main-image .photo .pin02 .on,
.main-image .photo .pin03 .on,
.main-image .photo .pin04 .on{
	width: 15%;
}
	
}

/*common*/

#content{
	width: 100%;
	position: relative;
	z-index: 20 !important;
}
#content p{
	padding: 20px 0;
}
#content h3{
	text-align: left;
	margin: 5% auto 3%;
	
}

p.lead{
	margin: 5% auto;
	text-align: center;
	font-weight: 500;
	
}
h4.wh{
	background: #fff;
	border-radius: 10px;
	padding: 5px 10px;
	text-align: center;
	color: #28a2dd;
	margin:0 auto 3% auto;
}
.technology,
.recruit,
.news,
.form,
.privacy,
.service,
.message{
	margin: 3% auto 8%;
}


/*company*/

.philosophy,
.outline,
.history{
	margin: 5% auto 8%;
	border-top: 1px solid #28a2dd;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
}
.contactflex{
	margin: 5% auto 0;
	border-top: 1px solid #28a2dd;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
}
.philosophy .title,
.outline .title,
.history .title{
	width: 15%;
	padding: 10px;
	background: url("../img/common/maru.png") left -25px no-repeat;
	background-size: 70% auto;
}
.philosophy .title .en,
.outline .title .en,
.history .title .en{
	text-align: left;
	font-family: "Oswald", sans-serif;
	font-size: 1.3vw;
	color: #28a2dd;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.contactflex .title{
	width: 20%;
	padding: 10px 0 10px 10px;
	background: url("../img/common/maru.png") left -25px no-repeat;
	background-size: 70% auto;
}
.contactflex .content{
	width: 80%;
	padding: 30px 30px 0;
}
.contactflex .title .en{
	text-align: left;
	font-family: "Oswald", sans-serif;
	font-size: 1.3vw;
	color: #28a2dd;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.philosophy .title h3,
.outline .title h3,
.history .title h3,
.contactflex .title h3{
	text-align: left;
}
.philosophy .content,
.outline .content,
.history .content{
	width: 85%;
	padding: 50px;
}
ul.num{
	margin: 3% auto 5%;
	text-align: left;
}
ul.num li{
	text-align: left;
	font-size: 96%;
	border-bottom: 1px solid #28a2dd;
	position: relative;
	padding: 10px 10px 10px 35px;
	text-indent: -2.5em; 
}
ul.num li span{
	font-size:150%;
	padding: 0 10px;
	font-family: "Oswald", sans-serif;
	color: #28a2dd;
	font-weight: 200;
}

.company .tab-container{
	text-align: center;
	margin: auto;
	border: 1px solid #28a2dd;
	background: #fff;
	border-radius: 50px;
	width: 60%;
}
.company .tab-container .tab{
	color: #28a2dd;
	background: none;
	width: 50%;
}
.company .tab-container .tab.active{
	color: #fff;
	background: #28a2dd;
	border-radius: 50px;
}

.company table td strong{
	color: #28a2dd;
}
.company table td .map{
	margin: 15px auto 30px;
}
.company table td a.maplink{
	display: inline-block;
	margin: 0 10px;
	background: #28a2dd;
	color: #fff;
	padding: 2px 10px 7px 20px;
	border-radius: 30px;
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: none;
	line-height: 1;
	position: relative;
}
.company table td a.maplink:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
}


.bwaku{
	background: #28a2dd;
	border-radius: 20px;
	color: #fff;
	padding: 20px 30px;
	margin-bottom: 8%;
}
.bwaku h4{
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.bwaku .wh_back{
	background: #fff;
	padding: 20px;
	color: #111;
	border-radius: 20px;
	margin: 10px auto;
}
.bwaku .wh_back .tel{
	color: #28a2dd;
	font-size: 250%;
	font-family: "Oswald", sans-serif;
	padding: 15px;
}



@media only screen and (max-width: 960px) {

.philosophy .title,
.outline .title,
.history .title{
	width: 100%;
	padding: 10px;
	background: url("../img/common/maru.png") left -25px no-repeat;
	background-size: 100px auto;
}
.philosophy .content,
.outline .content,
.history .content{
	width: 100%;
	padding: 20px;
}
.philosophy .title .en,
.outline .title .en,
.history .title .en{
	font-size: 1.5rem;
}
	
.contactflex .title{
	width: 100%;
	padding: 10px;
	background: url("../img/common/maru.png") left -25px no-repeat;
	background-size: 100px auto;
}
.contactflex .content{
	width: 100%;
	padding: 0 10px 20px;
}
.contactflex .title .en{
	font-size: 1.5rem;
}
.bwaku .wh_back .tel{
	font-size: 1.5em;
	padding: 10px;
}
	
}

/*technology*/
.technology .tab-container{
	text-align: center;
	margin: auto;
	border: 1px solid #28a2dd;
	background: #fff;
	border-radius: 20px 20px 0 0;
	width: 100%;
	margin-bottom: 5%;
}
.technology .tab-container .tab{
	color: #28a2dd;
	background: none;
	width: 20%;
	border-right: 1px solid #28a2dd;
}
.technology .tab-container .tab.tabr{
	border-right: none;
}
.technology .tab-container .tab.active{
	color: #fff;
	background: #28a2dd;
	border-radius: 0;
}
.technology .tab-container .tab.tabl.active{
	border-radius: 20px 0 0 0;
}
.technology .tab-container .tab.tabr.active{
	border-radius: 0 20px 0 0;
}

.technology .wwaku{
	background: #fff;
	margin: 3% auto;
	border: 1px solid #bfd2d8;
	padding: 30px;
	border-radius: 20px;
}

.technology .wwaku h4.bback{
	background: #28a2dd;
	color: #fff;
	text-align: left;
	padding: 2px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.technology .wwaku h4 span.cat{
	background: #fff;
	border-radius: 5px;
	padding: 0px 10px;
	color: #28a2dd;
	font-size: 1.4rem;
	display: inline-block;
	line-height: 1.8em;
	margin: 0 15px 0 0;
}
.technology .wwaku .pdf_btn{
	text-align: right;
	margin: 10px 0 0 auto;
}
.technology .wwaku .pdf_btn a{
	display: inline-block;
	padding: 5px 10px 5px 40px;
	color: #333;
	text-decoration: none;
	border: 1px solid #bdd0d9;
	border-radius: 5px;
	background: url("../img/common/ico_pdf.svg") 10px center no-repeat;
	background-size: 20px;
}


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


.technology .wwaku{
	padding: 15px;
}
.technology .wwaku h4.bback{
	background: #28a2dd;
	color: #fff;
	text-align: left;
	padding: 2px 20px 7px;
	border-radius: 10px;
	margin-bottom: 20px;
	display: block;
	align-items: center;
}
.technology .wwaku h4 span.cat{
	display: block;
	width: 120px;
	text-align: center;
	font-size: 1.3rem;
	margin: 10px auto 5px 0;
}
}

@media only screen and (max-width: 540px) {

.technology .wwaku{
	padding: 10px;
}
.technology .tab-container{
	border-radius: 10px 10px 0 0;
	width: auto;
	margin: auto;
}
.technology .tab-container .tab{
	width: 20%;
	padding: 8px 5px;
	font-size: 1.2rem;
}
.technology .tab-container .tab.tabl.active{
	border-radius: 10px 0 0 0;
}
.technology .tab-container .tab.tabr.active{
	border-radius: 0 10px 0 0;
}
}

/*service*/
.service .service-nav{
	text-align: center;
	margin: auto;
	border-radius: 30px 30px 0 0;
	width: 100%;
	margin-bottom: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #28a2dd;
}
.service .service-nav .stab{
	color: #28a2dd;
	background: none;
	width: 20%;
	padding: 10px;
	border-right: 1px solid #28a2dd;
	border-top: 1px solid #28a2dd;
	background: #fff;
}
.service .service-nav .stab a{
	text-decoration: none;
	display: block;
}
.service .service-nav .stab.tabl{
	border-radius: 20px 0 0 0;
	border-left: 1px solid #28a2dd;
}
.service .service-nav .stab.tabr{
	border-radius: 0 20px 0 0;
}
.service .service-nav .stab.active{
	color: #fff;
	background: #28a2dd;
	border-radius: 0;
}
.service .service-nav .stab.active a{
	color: #fff;
}
.service .service-nav .stab.tabl.active{
	border-radius: 20px 0 0 0;
}
.service .service-nav .stab.tabr.active{
	border-radius: 0 20px 0 0;
}

.service .servicelink{
	width: 80%;
	margin: 3% auto;
}
.service .servicelink ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.service .servicelink li+li{
    position: relative;
}
.service .servicelink li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #28a2dd;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.service .servicelink ul li a{
	color: #333;
	display: block;
	padding: 5px 35px 5px 15px;
	text-decoration: none;
	font-size: 0.9em;
	background: url("../img/common/arrow_u.png") 95% center no-repeat;
}

.service .servicelink ul li a:hover{
	color: #28a2dd;
}


.service .wwaku{
	background: #fff;
	margin: 3% auto;
	border: 1px solid #bfd2d8;
	padding: 30px;
	border-radius: 20px;
	text-align: left;
}

.service .wwaku h3.bback{
	background: #28a2dd;
	color: #fff;
	text-align: left;
	padding: 2px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.service .wwaku h3 span.cat{
	background: #fff;
	border-radius: 5px;
	padding: 0px 10px;
	color: #28a2dd;
	font-size: 1.4rem;
	display: inline-block;
	line-height: 1.8em;
	margin: 0 15px 0 0;
}

.service .wwaku p{
	margin: 10px 0;
}
.service .linkwaku{
	background: #f3f3f3;
	border-radius: 30px;
	padding: 0 20px 10px;
}
.service .linkwaku a{
	color: #0e628b;
}
.service .linkwaku a:hover{
	color: #28a2dd;
}
.service .wwaku h4{
	text-align: left;
	border-bottom: 1px solid #28a2dd;
	padding: 8px 20px;
	margin-bottom: 20px;
	color: #28a2dd;
	font-weight: 500;
}
.service .wwaku h5{
	text-align: left;
	border-left: 5px solid #28a2dd;
	padding: 0 10px;
	margin: 30px 10px 20px;
}

.service .wwaku h6{
	color: #116c98;
	font-weight: 500;
	margin: 10px 0;
}
.service .wwaku .photo{
	width: 50%;
	padding: 20px;
}

.service .wwaku .txt{
	width: 50%;
	padding: 20px 10px;
	text-align: left;
}
.service .wwaku p strong{
	display: inline-block;
	background: #eaf6fc;
	border-radius: 5px;
	padding: 0 12px;
	color: #28a2dd;
	margin: 10px 0 0;
}
.service .wwaku ul.wp-block-list{
	margin-bottom: 15px;
}
.service .wwaku ul.wp-block-list li{
  display: flex; /* 点とリストを横並びに */
  align-items: flex-start; /* 垂直方向に中央揃い */
	margin-left: 10px;
	margin-bottom: 15px;
	line-height: 1.5em;
	text-align: left;
}
.service .wwaku ul.wp-block-list li::before{
 content: "⚫︎"; /* 記号(黒丸)を挿入 */
 color: #28a2dd;
 font-size: 0.8em; /* 黒丸の大きさに差異があるので調整 */
 margin-right: 0.5em; /* 余白 */
}
.service .wwaku .wp-block-image{
	text-align: center;
	margin: auto;
}
.service .wwaku .wp-block-image img{
 max-width: 100%;
 max-height: 100%;
 width: auto;
 height: auto;
	border-radius: 10px;
	border: 1px solid #cccccc;
	
}

.service .wwaku .pdf_btn{
	text-align: right;
	margin: 10px 0 0 auto;
}
.service .wwaku .pdf_btn a{
	display: inline-block;
	padding: 5px 10px 5px 40px;
	color: #333;
	text-decoration: none;
	border: 1px solid #bdd0d9;
	border-radius: 5px;
	background: url("../img/common/ico_pdf.svg") 10px center no-repeat;
	background-size: 20px;
}
.service hr.wp-block-separator{
	border: none;
	border-top: 1px solid #cccccc;
}


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

.service .wwaku{
	padding: 15px;	
	}
.service .wwaku h3.bback{
	margin-bottom: 10px;
}

.service .wwaku .photo{
	width: 100%;
	padding: 10px;
}

.service .wwaku .txt{
	width: 100%;
	padding: 20px 10px;
	text-align: left;
}
.service .servicelink{
	width: 100%;
	margin: 10px auto;
}
}
@media print , screen and (min-width:1px) and (max-width: 540px) {

.service .wwaku{
	padding: 10px;	
	}
.service .wwaku .photo{
	width: 100%;
	padding: 10px;
}
.service .service-nav .stab{
	width: auto;
	padding: 10px 5px;
}
.service .service-nav .stab.tabl{
	border-radius: 10px 0 0 0;
}
.service .service-nav .stab.tabr{
	border-radius: 0 10px 0 0;
}
.service .service-nav .stab.active a{
	padding: 0 12px;
}
.service .service-nav .stab.tabl.active{
	border-radius: 10px 0 0 0;
}
.service .service-nav .stab.tabr.active{
	border-radius: 0 10px 0 0;
}
.service .servicelink ul li a{
	color: #333;
	display: block;
	padding: 5px 25px 5px 15px;
	text-decoration: none;
	font-size: 0.9em;
	background: url("../img/common/arrow_u.png") 95% center no-repeat;
}

	
}



/*STRENGTH:当社の強み*/
.strength{
	margin: 5% auto;
	max-width: 1300px;
}
.strength .strengthbox{
	justify-content: flex-end;
	margin-bottom: 5%;
}
.strength .strengthbox .txt{
	width: 50%;
	padding: 20px;
	max-width: 600px;
	position: relative;
}
.strength .strengthbox .txt .maru{
	position: absolute;
	left: -10px;
	top: -10px;
	width: 150px;
	z-index: -1;
}
.strength .strengthbox .txt h3{
	font-weight: 700;
	margin-bottom: 20px;
	background-size: 100px;
	padding: 10px 0 10px 10px;
}
.strength .strengthbox .txt h3 span{
	color: #28a2dd;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 1.4em;
	font-weight: 500;
}
.waku{
	width: 120%;
	padding: 50px 22% 50px 50px;
	background: #fff;
	border: 1px solid #bfd2d8;
	border-radius: 30px;
}

.strength .strengthbox .photo{
	width: 50%;
	padding: 0px;
	position: relative;
	z-index: 1;
}
@media print , screen and (min-width:1300px) {

.strength .strengthbox .photo img{
	border-radius: 30px;
}
}


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

.waku{
	width: 120%;
	padding: 30px 20% 30px 30px;
	background: #fff;
	border: 1px solid #bfd2d8;
	border-radius: 30px;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.strength .strengthbox .txt{
	width: 100%;
	padding: 20px;
	max-width: 100%;
}
.waku{
	width: 100%;
	padding: 20px 20px 50px;
	background: #fff;
	border: 1px solid #bfd2d8;
	border-radius: 30px;
}
.strength .strengthbox .photo{
	width: 80%;
	padding: 0px;
	margin: -50px 0 0 auto;
}
}




/*Contact*/

.check {
	width: 100%;
	max-width: 800px;
	text-align: center;/*
    border: 2px solid #999;*/
	margin: 3% auto 0;
	padding: 15px;
}
.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: 2px;
}
.check label dl dd {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 3px 1em;
}
.check p {
	text-align: center;
}


/* form-table */

.contact-item {
    width: 100%;
    color: #000;
    text-align: left;
    padding: 30px 0;
}
.fl-box{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.contact-item dt {
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    margin-bottom: 15px;
}
.contact-item dt span {
    display: inline-block;
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    line-height: 160%;
    color: #FFF;
    border-radius: 6px;
    background-color: #ff0100;
    margin-left: 1em;
    padding: .4em 1.2em;
}
.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%;
	margin: 10px 1%;
}
.contact-item label {
    cursor: pointer;
    padding-right: 2em;
}
.contact-item dd span {
    color: #ff0100;
}

.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: clamp(1.6rem, 2vw, 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_u.png");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: auto;
    
    padding: 1.5em 60px;
}

.contact-tel p {
    text-align: center;
}

/* form */


.form-style {
	
}
.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 #8cbbd2;
	border-radius: 6px;
	background: #FFF;
	margin: 10px 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 #8cbbd2;
	background: #FFF;
	outline: 0;
}

.form-style #checkbox label{
	display: inline-block;
	margin-right: 20px;
}
.form-style input[type="number"] {
	border: 1px solid #8cbbd2;
	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 #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;
}

/* ボタン */

.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;
}

.button-rd {
	border: 3px solid #28a2dd;
	background: #28a2dd;
	border-radius: 30px;
	color: #fff;
}
.button-rd:hover {
	color: #28a2dd;
	background: #FFF;
}
.button-gr {
	border: 3px solid #dfdfdf;
	background: #dfdfdf;
	border-radius: 30px;
	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%;
	border-radius: 30px;
	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;
}


@media only screen and (max-width: 768px) {
	
    .attention {
        margin-bottom: 4%;
        padding: .5em 1em;
    }
	.title-s {
		font-size: clamp(1.6rem, 1.8vw, 1.8rem);
		margin-bottom: 6%;
	}
	.contact-att-send {
		width: 100%;
		padding: 5%;
	}
	.contact-att-send p strong {
		font-size: clamp(1.6rem, 1.8vw, 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: clamp(1.4rem, 1.6vw, 1.6rem);
        margin-bottom: 3%;
    }
    .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%;
    }
    
    
	.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;
		
    }
	
.form-style dl dt{
	width: 100%;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}

.form-style dl dd{
	width: 100%;
	margin: 0;
}
	
}


.newsnav{
	display: flex;
	flex-wrap: wrap;
	margin: 2% auto;
}

.year {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.year::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #28a2dd;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.year select {
    appearance: none;
   /* min-width: 230px;*/
	min-width: 200px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #28a2dd;
    border-radius: 25px;
    background-color: #fff;
    color: #001e57;
    font-size: 1em;
    cursor: pointer;
}

.news ul.cat{
	display: flex;
	text-align: center;
	margin: auto;
	border: 1px solid #28a2dd;
	background: #fff;
	border-radius: 50px;
	width: 70%;
}
.news ul.cat li{
	width: 33.3333%;
}
.news ul.cat li a{
	color: #28a2dd;
	background: none;
	width: 50%;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	font-weight: 500;
}
.news ul.cat li.active a,
.news ul.cat li.current-cat a{
	color: #fff;
	background: #28a2dd;
	border-radius: 50px;
}



.newsbox{
	width: 48%;
	margin: 20px 1%;
	background: #fff;
	border:1px solid #bfd2d8;
	border-radius: 10px;
	padding: 20px;
	text-align: left;
}
.newsbox a{
	display: block;
}
.newswaku{
	width: 98%;
	margin: 20px 1%;
	background: #fff;
	border:1px solid #bfd2d8;
	border-radius: 10px;
	padding: 50px 50px;
	text-align: left;
}
.newsbox a{
	color: #333;
	text-decoration: none;
}
.newswaku h3{
	padding: 10px;
	border-bottom:1px solid #28a2dd;
	margin-bottom: 30px;
}
.newswaku .date{
	padding: 0 10px;
}
.newsbox .date{
	color: #28a2dd;
	font-weight: 500;
	margin-bottom: 10px;
}
.newsbox .date .cat{
	display: inline-block;
	background: #fff;
	margin: 0 10px;
	border-radius: 30px;
	padding: 0 20px;
}
.newsbox h3{
	display: inline;
	padding: 5px 0;
	text-align: left;
	border-bottom: 2px dashed #fff;
	font-size: 1.6rem;
	line-height: 2.2em;
}
.newsbox .photo{
	margin: 10px auto;
}
.news h3.title{
	color: #3962b7;
	border-bottom:2px solid #61c1f9;
	position: relative;
	font-size: 2.5rem;
	padding: 5px ;
	font-weight: 700;
}
.news h3.title::after{
	content: "";
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	position: absolute;
	width: 220px;
	border-bottom:2px solid #28a2dd;
}
.news .date{
	color: #28a2dd;
}
.newscontent{
	margin: 5% auto;
	padding: 20px 10px;
}

@media only screen and (max-width: 960px) {
.newsbox{
	width: 31.333%;
	padding: 10px;
}
.newsbox h3{
	font-size: 1.6rem;
}
.newswaku{
	padding: 30px;
}
}
@media only screen and (max-width: 768px) {
.newsbox{
	width: 48%;
	margin: 10px 1%;
	padding: 10px;
}
.newsbox h3{
	font-size: 1.5rem;
}
.news h3.title{
	font-size: 1.8rem;
}
.newswaku{
	padding: 20px;
}
.year {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.news ul.cat{
	width: 100%;
	margin: 10px 0;
}
	
}

@media only screen and (max-width: 480px) {
.newsbox h3{
	font-size: 1.3rem;
}
.newsbox{
	width: 98%;
	margin: 10px 1%;
}
}

.news_main{
	width: 80%;
	padding: 20px;
}
.news_main .news_content{
	padding: 3% 10px 8%;
}
.news_nav{
	width: 20%;
	padding: 20px 10px;
}
.news_nav .waku{
	border: 1px solid #dfdfdf;
	padding: 20px;
	border-radius: 10px;
}
.news_nav h4{
	text-align: center;
	color: #4261b1;
	font-size: 1.6rem;
}
.news_nav ul{
	margin: 10px auto 30px;
}
.news_nav ul li a{
	color: #333;
	font-size: 1.5rem;
	line-height: 1.5em;
	text-decoration: none;
}
.news_nav ul li a:hover{
	color: #4261b1;
}


.news_fnav{
	margin: 3% auto 5%;
}
.news_fnav ul{
	display: flex;
	justify-content: space-between;
}
.news_fnav ul li a{
	color: #333;
	font-size: 1.5rem;
	text-decoration: none;
}
.news_fnav ul li.back a{
	display: block;
	position: relative;
	padding-right: 25px;
}
.news_fnav ul li.next a{
	display: block;
	position: relative;
	padding-left: 25px;
}

.news_fnav ul li.back a::before,
.news_fnav ul li.back a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.news_fnav ul li.next a::before,
.news_fnav ul li.next a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.news_fnav ul li.back a::before{
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news_fnav ul li.back a::after{
	right: 8px;
	box-sizing: border-box;
	width: 5px;
	height:5px;
	border: 5px solid transparent;
	border-right: 5px solid #fff;
}
.news_fnav ul li.next a::before{
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news_fnav ul li.next a::after{
	left:8px;
	box-sizing: border-box;
	width: 5px;
	height:5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}


.news_fnav ul li a:hover{
	color: #4261b1;
}
.news_fnav ul li.back a:hover::before{
	background: #4261b1;
}
.news_fnav ul li.next a:hover::before{
	background: #4261b1;
}

.news_fnav ul li.tolist a{
	display: block;
	border: 1px solid #333;
	border-radius: 15px;
	padding: 5px 30px;
}
.news_fnav ul li.tolist a:hover{
	border: 1px solid #4261b1;
	color: #4261b1;
}
.news_main .photo{
	width: 40%;
	padding: 20px;
}
.news_main .txt{
	width: 60%;
	padding: 20px;
}

@media only screen and (min-width:1px) and (max-width: 1020px) {
	
.news_nav ul li a{
	color: #333;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.5em;
}
}

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

.news_main{
	width: 100%;
	padding: 10px;
}
.news_nav{
	width: 100%;
	padding: 10px 10px;
}
.news_nav ul{
	display: flex;
	flex-wrap: wrap;
}
.news_nav ul li{
	width: 50%;
	text-align: center;
}	
}
@media only screen and (min-width:1px) and (max-width: 680px) {

.news_fnav ul li a{
	color: #333;
	font-size: 1.4rem;
}
.news_main .photo{
	width: 80%;
	padding: 20px;
	margin: auto;
}
.news_main .txt{
	width: 100%;
	padding: 10px;
}
}

@media only screen and (min-width:1px) and (max-width: 480px) {

.news_fnav ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news_fnav ul li.tolist{
	width: 80%;
	margin: 20px 10%;
	order: 3;
	text-align: center;
	}
.news_fnav ul li.back{
	width: 120px;
	order: 1;
	text-align: center;
	}
.news_fnav ul li.next{
	width: 120px;
	order: 2;
	text-align: center;
	}
	
}

/*プライバシーポリシー*/

.policy{
	margin: 5% auto 8%;
}
.policy h3{
	background: #fff;
	border-radius: 10px;
	color: #28a2dd;
	text-align: center;
	margin-bottom: 20px;
}
.policy h4{
	color: #28a2dd;
	border-bottom: 1px solid #28a2dd;
	margin: 5% auto 3%;
	padding: 10px;
	
}


.tab-container {
  display: flex;
  flex-wrap: wrap;
}
.tab-container {
    margin: 0 0 15px;
}
.tab {
	padding: 10px;
}
/*
.tab {
  font-weight: 500;
  text-align:center;
  width: calc(100% / 3);
  padding: 10px;
  background-color: #f8f8f8;
  cursor: pointer;
}

.tab.active {
  background-color: lightblue;
}
*/
.tabcontent {
  display: none;
}
.tabcontent.show {
  display: block;
}



.recruit{
	padding: 3% 0 10%;
	position: relative;
}
.recruit .suimon01{
	position: absolute;
	right: -5%;
	top: -10%;
	width: 25%;
}
.recruit .suimon02{
	position: absolute;
	bottom: -15%;
	left: -3%;
	width: 35%;
}
.recruit .backmaru{
	padding: 2% 0 ;
	margin-bottom: 3%;
	background: url("../img/common/maru.png") center center no-repeat;
	background-size: 130px auto;
}

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

.recruit .backmaru{
	padding: 30px 0 ;
	margin-bottom: 3%;
	background-size: 100px auto;
}
}


@media only screen and (min-width:1px) and (max-width: 530px) {

.recruit .suimon01{
	position: absolute;
	right: -5%;
	top: -8%;
	width: 30%;
}
.recruit .suimon02{
	position: absolute;
	bottom: -10%;
	left: -3%;
	width: 40%;
}
}

.recruit h3.line{
	color: #3f3f3f;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.recruit h3.line:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #28a2dd;
    margin-left: 2rem;
}
.recruit h4.fcolb{
	text-align: left;
	color: #28a2dd;
	margin: 20px 0;
}
.recruit .w-back{
		background: #fff;
		padding: 3% 0;
	margin: 5% auto;
	}

.recruit .Flexbox .photo{
	width: 50%;
	padding: 20px;
}
.recruit .Flexbox .txt{
	width: 50%;
	padding: 20px;
}

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

.recruit .Flexbox .photo{
	padding: 10px;
}
.recruit .Flexbox .txt{
	padding: 10px;
}
}
@media only screen and (min-width:1px) and (max-width: 768px) {

.recruit .Flexbox .photo{
	width: 100%;
	padding: 10px;
}
.recruit .Flexbox .txt{
	width: 100%;
	padding: 10px;
}
}


.recruit .data_btn{
	text-align: center;
	margin: auto;
	border: 1px solid #28a2dd;
	background: #fff;
	border-radius: 50px;
	width: 60%;
}
.recruit .data_btn ul{
	display: flex;
}
.recruit .data_btn li{
	color: #28a2dd;
	background: none;
	width: 50%;
}
.recruit .data_btn li.select{
	color: #fff;
	background: #28a2dd;
	border-radius: 50px;
}
.recruit .data_btn li a{
	display: block;
	padding: 10px;
	text-decoration: none;
}

.recruit .data_btn li.select a{
	color: #fff;
}
.recruit .rec_back{
	position: absolute;
	bottom: -8%;
	width: 100%;
	left: 0;
	right: 0;
	z-index: -1;
}

.rec_contact {
	padding: 3% 0;
}
.rec_contact h3{
	margin-bottom: 20px;
	color: #28a2dd;
}
.rec_contact .contact_btn{
	width: 80%;
	max-width: 320px;
	margin: 20px auto;
}
.rec_contact .tel{
	margin:10px auto;
}
.rec_contact .tel p{
	font-size: 1.6rem;
}
.rec_contact .num{
	font-family: "Oswald", sans-serif;
	color: #28a2dd;
	font-size: 2.5em;
	line-height: 1.2em;
}
.rec_contact .num span{
	font-size: 2.5rem;
	display: inline-block;
	margin: 0 5px;
}
.rec_contact p.sub{
	font-size: 1.5rem;
}