@charset "utf-8";
/*
Theme Name: TKSテーマ
Theme URI: https://madecom.co.jp
Description: onservice theme
Version: 1.0
Author: madecom
Author URI: https://madecom.co.jp
*/


/* 以下ブログテーマのスタイル */


a {
	outline: none;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	display: block;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: 170%;
	font-family: "Noto Serif JP", "メイリオ", Meiryo, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Helvetica, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	position: relative;
	font-weight: 600;
	color: #333;
	background-color: #fff;
	letter-spacing: 0.02em;
}


h1 {
	font-weight: 700;
}

h1 img {
	max-width: 100%;
}

h2 {
	font-size: 28px;
	margin: 0 0 30px 0;
	font-weight: 700;
	line-height: 1.6;
	padding: 0 0 0 0;
}

h3 {
	font-size: 25px;
	margin: 15px 0 10px 0;
	font-weight: 700;
	line-height: 1.6;
}

h3 .gfont_en {
	display: block;
	margin-bottom: 20px;
	color: #5c76a3;
	font-size: 220%;
}

h3 span.small {
	font-size: 70%;
	display: block;
	letter-spacing: 0.1em;
}

h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 15px 0;
}

a,
a:visited {
	color: #515cae;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #0066cf;
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
}

ol {
	counter-reset: num;
	list-style-type: none !important;
	padding: 0;
	margin: 0 0 20px 0;
}

ol li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.3em 0.5em 0.3em 30px;
}

ol li:before {
	position: absolute;
	counter-increment: num;
	content: counter(num);
	display: inline-block;
	background: #636464;
	color: #FFF;
	font-weight: 700;
	font-size: 14px;
	border-radius: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	top: 7px;
}

li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

p {
	padding: 10px 0;
}

hr {
	border: none;
	margin: 10px 0;
	clear: both;
}

input {
	margin: 3px;
	padding: 2px;
}

.aligncenter input {
	padding: 5px 20px;
}

table {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 5px 0;
	padding: 0;
	border-collapse: collapse;
}

th, td {
	padding: 8px 10px;
	text-align: left;
}

.alignright {
	float: right;
	margin: 0 0 15px 30px;
}

.alignleft {
	float: left;
	margin: 0 30px 15px 0;
}

.aligncenter {
	text-align: center;
	display: block;
	margin: 15px auto;
}
img.kadomaru{
	border-radius: 16px;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.mr20 {
	margin-right: 20px;
}

.mr40 {
	margin-right: 40px;
}

.pd0 {
	padding: 0px !important;
}

.pd20 {
	padding: 0 20px;
}

.pd30 {
	padding: 30px 0;
}

.pd60 {
	padding: 60px 0;
}

.pd120 {
	padding: 120px 0;
}

.clear {
	clear: both;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}

.flexwrap, .flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-b, .flex-2 {
	display: flex;
	justify-content: space-between;
}
.flex-c {
	display: flex;
	justify-content: center;
	gap: 14px;
}
.flex-3,.flex-4{
		display: flex;
		flex-wrap: wrap;
	gap: 16px;
}
.flex-2-c, .flex-2 li {
	width: 46%;
	margin-bottom: 20px;
}

.flex-3 li {
  flex: 0 0 calc((100% - 32px) / 3); /* gapの合計を引いて3等分 */
  box-sizing: border-box;
  padding: 16px;
	margin-bottom: 30px;
}

.flex-4 li {
flex: 0 0 calc((100% - 48px) / 4);
}

.flex-5 li {
	width: 20%;
}

.flex20 {
	width: 18%;
}

.flex30 {
	width: 28%;
}

.flex40 {
	width: 38%;
}

.flex50 {
	width: 50%;
}

.flex60 {
	width: 58%;
}

.flex70 {
	width: 67%;
}

.flex80 {
	width: 78%;
}

.flex-2-c li {
	width: 100%;
}

.alc {
	align-items: center;
}

.jcc {
	justify-content: center;
}

.reverse {
	flex-direction: row-reverse;
}

.bold {
	font-weight: 700;
}

.small {
	font-size: 80%;
	line-height: 1.5;
}

.big {
	font-size: 140%;
	line-height: 1.8;
	font-weight: 700;
}

.red {
	color: #c20a00;
}

.white {
	color: #fff;
}

.blue {
	color: #00479a;
}

.txr {
	text-align: right;
}

.txc {
	text-align: center;
}

.txc .centertxt {
	text-align: left;
	display: inline-block;
}

.noto{
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a.pdficon[href $='.pdf'] {
	padding: 4px 0 5px 25px;
	margin: 5px 5px 5px 0;
	line-height: 190%;
	background: transparent url(images/pdf.png) no-repeat left center;
}

.contents {
	position: relative;
}

.wrap800 {
	max-width: 800px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}

.wrap980 {
	max-width: 980px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}

.wrap1100 {
	width: 80%;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
}


.wrap1200 {
	max-width: 1200px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}

@media screen and (max-width: 1300px) {
	.wrap1100 {
		width: 96%;
	}
}

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

	.wrap1100 {
		width: 92%;
	}

	.wrap800, .wrap980 {
		padding: 0;
	}

	#header .wrap1100 {
		padding: 0;
		width: 94%;
		flex-direction: row;
	}

	.flex-b{
		flex-direction: column;
	}

	.flex-2-c, .flex30, .flex40, .flex50, .flex60, .flex70, .flex80, .flex20 {
		width: 100%;
	}

	.flex-3 li {
flex: 0 0 calc((100% - 16px) / 2); /* gapの合計を引いて3等分 */
padding: 0;
margin-bottom: 14px;
}

	.mb40, .mb30 {
		margin-bottom: 10px !important;
	}

	.mb60, .mb90, .mb120 {
		margin-bottom: 30px !important;
	}

	.mr20, .mr40 {
		margin-right: 0;
	}

	.pd30 {
		padding: 14px 0;
	}

	.pd60, .pd120 {
		padding: 30px 0;
	}
}


/*ページネーション*/
.post-navigation {
	overflow: hidden;
	padding: 12px 5px;
	display: flex;
	margin-top: 60px;
	justify-content: space-between;

}

.prev, .all, .next {
	width: 33%;
}

.prev a, .all a, .next a {
	display: inline-block;
	padding: 2px 14px;
	font-size: 90%;
	border: 1px solid #666;
	color: #666;
	text-decoration: none;
	font-weight: 500;
}

.prev a:hover, .all a:hover, .next a:hover {
	border: 1px solid #2256b8;
	color: #2256b8;
	background-color: #ebe4e4;
}

/*パンくず*/


.pankuzu {
	padding: 2px 0;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}


.pankuzu a {
	background: #f2f2f3;
	color: #878787;
	text-decoration: none;
	margin: 0 10px;
	position: relative;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

.pankuzu a, span.breadcrumb_last {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	line-height: 26px;
	height: 26px;
	padding: 0 16px;
	border-radius: 3px;
}

span.breadcrumb_last {
	background-color: #007AC3;
	color: #FFF;
	margin-left: 10px;
}

.pankuzu a:hover {
	background: #dbdbdb;
}


#header {
	width: 100%;
	padding: 0;
	color: #333;
	background-color: #FFF;
	font-weight: 700;}


.head-r{
	display: flex;
	justify-content: flex-end;
}

.head-r01{
	display: flex;
	flex-direction: column;
}
.foot_tel{
	font-size: 180%;
}

.headbtnbox{
	display: flex;
	align-items: center;
}

.scroll {
	position: fixed;
	top: 0;
	left: 0;
}



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

	.pc_lhl {
		line-height: 2.4;
	}

	.pc_lsl {
		letter-spacing: 0.1em;
	}

	.pc_img_s {
		max-width: 75%;
	}
}

.logo {
	max-width: 300px;
	padding: 10px 0;
	margin-left: 10px;
	flex-wrap: nowrap;
	flex: 1;
}

.logo h1 {
	margin-right: 8px;
}

nav#navigation ul li a {
	font-weight: 700;
	text-decoration: none;
	color: #333;
	display: block;
	padding: 0px 20px;
	text-align: center;

}
nav#navigation ul li:last-child a{
	border: none;
}

@media (min-width: 767px) and (max-width: 1100px) {
	.headbtn a,.footcontact a{
	padding: 0.5em 0.8em;
	font-size: 90%;
}

nav#navigation ul li a {
	padding: 0px 16px;
}
}

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

	.pc_only {
		display: none !important;
	}

	.logo, .sp_menulogo {
		width: 60%;
		max-width: 400px;
		margin: 0;
		flex: none;
	}

	.sp_txl {
		text-align: left;
	}

	.sp_txc {
		text-align: center;
	}

	.sp_pd {
		padding: 0 16px;
	}

	.sp_pd_l {
		padding: 0 24px;
	}

	.sp_img_s {
		width: 60%;
		margin: 0 auto;
	}

	.sp_flex {
		display: flex;
	}

	.sp_txt {
		font-size: 90% !important;
		line-height: 1.6 !important;
	}

	.sp_small {
		font-size: 80%;
		line-height: 1.6;
	}

	.big {
		font-size: 120%;
	}

	.big2,.foot_tel{
		font-size: 110%;
		line-height: 1.3;
	}

	.big2 p {
		line-height: 1.7;
	}


	#header .wrap1200 {
		padding: 0 0 0 8px;
		align-items: flex-start;
	}




	/*メニュー*/

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#nav-tgl {
  display: none;
}
.nav-tgl-btn {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
}
.open {
  z-index: 50;
  width: 48px;
  height: 48px;
  background: #000;
  transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
  content: "";
}
.open span,
.open::before,
.open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 30%;
  width: 40%;
  border-bottom: 2px solid white;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
  transform: translateY(-8px);
}
.open::after {
  transform: translateY(8px);
}
.close {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}
#nav-tgl:checked + .open {
  background: #0a319b;
  transform: translateX(-250px);
}
#nav-tgl:checked + .open span {
  transform: scaleX(0);
}
#nav-tgl:checked + .open::before {
  transform: rotate(45deg);
}
#nav-tgl:checked + .open::after {
  transform: rotate(-45deg);
}
#nav-tgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0,0,0,.3);
}

.content-wrapper {
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-tgl:checked ~ .content-wrapper {
  transform: translateX(-250px);
}



/* メニューデザイン */
.drower-menu {
  z-index: 999;
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0 0 10px;
  box-sizing: border-box;
  background: #333;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drower-menu a {
  display: block;
  color: white;
  padding: 10px;
  text-decoration: inherit;
  transition: background .6s;
  font-size: 1.1rem;
}
.drower-menu a:hover {
  background: black;
}
#nav-tgl:checked ~ .drower-menu {
  transform: none;
}

	.footcontact .flex-c{
		flex-direction: column;
	}
	
}

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

	.sp_only,
	.sp_br {
		display: none !important;
	}

	.pc_txc {
		text-align: center;
	}

	.pc_txr {
		text-align: right;
	}

	.pc_alc {
		align-items: center;
	}

	.pc_reverse {
		flex-direction: row-reverse;
	}

	.sp_menu {
		right: -640px;
		width: 640px;
	}

	.sp_menu .main_link a {
		border-bottom: none;
		padding-left: 20px;
	}

}

@media screen and (max-width: 767px) {
	.headbtn {
		position: absolute;
		height: 50px;
		right: 50px;
		top: 0;
	}

	.headbtn a {
		padding: 0 1em;
		font-size: 100%;
	}

	#spMenu_btn {
		width: 50px;
		height: 50px;
	}

	#spMenu_btn a {
		width: 50px;
		height: 50px;
		background: url(images/menu.svg) 0 0 no-repeat;
		background-size: 50px 50px;
	}

	#spMenu_btn a.close {
		background: url(images/close.svg) 0 0 no-repeat;
		background-size: 50px 50px;
	}
}

/*----------トップページ------------------------*/

.mainimg{
	background: #004097;
background: linear-gradient(180deg,rgba(0, 64, 151, 1) 0%, rgba(0, 128, 203, 1) 50%, rgba(0, 159, 232, 1) 100%);
	height: 100vh;
	display: flex;
	justify-content: center;
	color: #FFF;
}
.mainimg h2 img{
	width: 600px;
	height: auto;
}
.mainimg_img{
	height: 100%;
	width: 50%;
	background: url(images/mainimg.png) center bottom no-repeat;
	background-size: cover;
}
.mainimg_txt{
	width: 50%;
	padding: 8%;
	display: flex;
	flex-direction: column;
}
a.btn01, a.btn01:visited {
	display: inline-block;
	margin-top: 20px;
	position: relative;
	font-weight: 700;
	padding: 12px 44px 12px 44px;
	text-decoration: none;
	color: #FFF;
	text-align: left;
	font-weight: 700;
	background: #00479a;
}

.btn01:hover {
	background: #2e6db4;
}


a.btn02, a.btn02:visited {
	display: inline-block;
	margin-top: 20px;
	position: relative;
	border: 4px solid #FFF;
	padding: 12px 40px 12px 40px;
	text-decoration: none;
	color: #FFF;
	min-width: 280px;
	border-radius: 50vh;
	background-color: #003193;
}

.btn02:hover {
	border: 4px solid #c5d8fd;
	background-color: #2651a8;
}
#topnews .wrap1100 {
	background-color: #edf2fa;
	padding: 2em 3em;
}

#topnews h2 {
	font-weight: 700;
	color: #052c83;
	margin: 16px 0 10px 0;
	letter-spacing: 0.05em;
}

#topnews ul {
	flex: 1;
}

#topnews ul li {
	width: 100%;
}

#topnews ul li a span {
	letter-spacing: 0.08em;
	color: #052c83;
	display: inline-block;
	margin-right: 14px;
}

#topnews li a,.newslist li a{
	display: block;
	padding: 14px 20px;
	text-decoration: none;
	color: #333;
	position: relative;
	border-bottom: 1px dashed #333;
}

#topnews li a::after,.newslist li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #b1ceea;
	border-right: 2px solid #b1ceea;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#topnews li a:hover,.newslist li a:hover{
	background-color: #d8e3ff;
}

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

  .mainimg {
    flex-direction: column; /* ← rowではなくcolumnにして縦並びにする方が自然 */
    height: auto;
  }
  .mainimg_img {
    width: 100%;
    height: 300px; /* 例えば */
    background: url(images/mainimg.png) center center no-repeat;
    background-size: cover;
  }
  .mainimg_txt {
    width: 100%;
    padding: 8%;
  }

	#topnews .wrap1100 {
		padding: 1em;
		flex-direction: column;
	}

}

/*--------------------お問い合わせフォーム-----------------------------*/

input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
}

.form {
	margin: 0 auto 30px;
}

.form table th, #wpcf7cpcnf table th {
	text-align: left;
	padding: 10px 10px;
	min-width: 20%;
}

.form table td, #wpcf7cpcnf table td {
	padding: 10px 20px;
	text-align: left;
}
#wpcf7cpcnf table th,#wpcf7cpcnf table td{
	border-bottom: 1px solid #dcdcdc;
	font-size: 90%;
    line-height: 1.4;
}

.form td p, .form th p, .form p,#wpcf7cpcnf table p{
	padding: 0;
}

.form .input-l input,
.form .input-l textarea {
	width: 100%;
}
.form .input-l textarea{
	min-height: 300px;
    font-size: 90%;
    line-height: 1.4;
}

input#zip {
	width: 150px;
}

.form input.wpcf7-submit, .form input.wpcf7-confirm, .wpcf7cp-btns .wpcf7-form-control {
	padding: 12px 40px;
	background-color: #1397a2;
	color: #FFF;
	border-radius: 5px;
	border: none;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: .4s;
}

.wpcf7cp-btns .wpcf7-form-control:hover {
	cursor: pointer;
	background-color: #067781;
}

input[type="submit"]:hover {
	background-color: #01656e;
	cursor: pointer;
}

.formReq {
	background-color: #da452a;
	color: #FFF;
	font-size: 70%;
	font-weight: bold;
	padding: 3px 5px 5px 5px;
	line-height: 100%;
	display: inline-block;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.wpcf7c-conf {
	border: none !important;
	background-color: #fefefe !important;
}

.form input.wpcf7-back {
	background-color: #dcdcdc;
	color: #000;
	padding: 12px 46px;
	display: inline-block;
	margin-left: 5px;
}

.privacyp {
	padding: 20px 10px;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

form input,
form textarea {
	box-sizing: border-box;
	padding: 8px 10px;
	border-radius: 5px;
  border: 1px solid #999;
  background-color: #f3f3f3;
}

.form .wpcf7-submit:disabled {
	background-color: #dcdcdc !important;
	color: #999 !important;
	padding: 12px 40px;
}

.form input[type="checkbox"],
.form input[type="radio"],
input#consentCheckbox {
	accent-color: #e40000;
	transform: scale(1.5);
}

.form .wpcf7-list-item label {
	padding: 2px 8px;
}


.wpcf7cp-form-hide{
	display: none;
}
div#wpcf7cpcnf{
	position:  relative !important;
}
.form .wpcf7-list-item label:has(input:checked) {
	background-color: #feffd8;
}

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

	.form {
		padding: 0 20px;
	}
}

.wpcf7-checkbox label {
	margin-right: 10px;
}

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

	.form table, #wpcf7cpcnf table,
	.form table tbody, #wpcf7cpcnf table tbody,
	.form table tr, #wpcf7cpcnf table tr,
	.form table th, #wpcf7cpcnf table th,
	.form table td, #wpcf7cpcnf table td,
	.form textarea, #wpcf7cpcnf textarea {

		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	.form textarea, form input, form textarea {
		max-width: 100% !important;
		
	}

	.sp-l input {
		width: 100%;
	}

	.sp-vertical .mwform-checkbox-field {
		display: block;
		margin-left: 0 !important;
	}

	.wpcf7-submit, .form input.wpcf7-confirm {
		font-size: 17px;
		padding: 3px 25px;
		background: #e9e9e9;
		color: #363B3F;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: solid 4px #dcdcdc;
	}

	.wpcf7-submit:hover, .form input.wpcf7-confirm:hover {
		background-color: #dcdcdc;
		color: #dc143c;
	}
}

/*---------フッター--------------------------*/


.footer {
	margin: 0 auto 0;
	padding: 0 0 0 0;
	background-color: #efefef;
	color: #333;
}

.footcontact{
	background-color: #333;
	color: #FFF;
	padding: 40px 0;
	margin-bottom: 30px;
}
.foot-c{gap: 60px;}

.footer h3 {
	width: 200px;
}

.footer a {
	text-decoration: none;
}
a.tel {
	color: #00479a;
	text-decoration: none;
	font-size: 150%;
	font-weight: 700;

}
.footer p.copy {
	font-size: 12px;
	padding: 0;
	margin-top: 30px;
	clear: both;
}

.footer p.copy a, .footer p.copy a:visited {
	color: #8a8a8a;
}

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

	.footer {
		padding: 20px 8px 50px;
	}

	.footer h3 {
		text-align: center;
		width: 100%;
	}
	.footer h3 img{
		width: 30%;
	margin: 0 auto
	}
	footer p {
		padding-top: 0px;
		font-size: 85%;
		line-height: 1.6;
		text-align: center;
	}
	.foot-c{gap: 20px;
	justify-content: center;}


	.foot_tel .big{
		font-size: 120%;
	}

	.footer p.copy {
		font-size: 10px;
		margin: 0 0 10px 0;
		line-height: 1.3;
		padding-bottom: 0;
	}

	.footcontact_c{
		flex-direction: column;
	}



}

/*---------------------------*/

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	padding: 3px 10px !important;
	margin: 2px 5px !important;
}

.wp-pagenavi {
	margin-bottom: 30px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#page-top a img {
	width: 60px;
	display: block;
}

.contactbox {
	position: relative;
}

.g_map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed,
.g_map video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------下層ページ---------------------*/
.contents-page {
	position: relative;
	background-color: #FFF;
	color: #333;
	border-radius: 20px;
	padding: 40px;
}

.pagettl {
	padding: 60px 0 60px 0;
	color: #FFF;
background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
	margin-bottom:40px;
}

.pagettl h1 {
	text-align: center;
	display: inline-block;
	font-size: 160%;
	letter-spacing: 0.2em;
	font-weight: 700;
}

.top_ttl{
	font-weight: 700;
	font-size: 300%;
}

.top_ttl .small{
	font-size: 30%;
	display: block;
}
.sttl {
	line-height:1.5;
	font-size: 150%;
	padding: 0;
	margin-bottom: 20px;
}

.sttl2 {
	font-size: 120%;
	padding: 8px 10px 8px 12px;
	line-height: 1.3;
	margin-bottom: 14px;
	color: #FFF;
	border-radius: 8px;
	background: linear-gradient(90deg,rgba(0, 64, 151, 1) 0%, rgba(0, 128, 203, 1) 50%, rgba(0, 159, 232, 1) 100%);
}

.table01{
	margin: 0 0 30px 0;
	line-height: 1.6;
}
.table01, .table02,#wpcf7cpcnf table{
	margin: 0 0 30px 0;
	line-height: 1.6;
	background-color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.table01 th {
	white-space: nowrap;

	
}

.table01 th, .table01 td {
	border-bottom: 1px solid #d4d4cb;
	padding: 14px 30px;
}


.table02 th, .table02 td {
	border-bottom: 1px solid #dee4e8;
	padding: 6px 20px;
}

.table02 td.short, .table02 th.short {
	min-width: 20%;
}

.nowrap {
	white-space: nowrap;
}

.simplebox {
	padding: 30px 30px;
	border: 3px solid #ffe347;
	background-color: rgba(255,255,255,0.6);
	border-radius: 20px;
	margin-bottom: 20px;
}

.list01 li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}

.list01 li::before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #003193;
	position: absolute;
	top: 16px;
	left:0;
	margin-top: -4px;}

	.list02 li {
	list-style-type:none;
	padding:4px 14px 4px 24px;
	background-color: #dae3f5;
	border-radius: 8px;
	position: relative;
	width: calc(50% - 6px);
}
.list02{
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.list02 li::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 10px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #5682c5;
	border-right: 2px solid #5682c5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);}

.top_service {
	z-index: 20;
	position: relative;
	color: #333;
}

.top_service .flex-b{
	justify-content: center;
	gap: 5px;}

.top_service li{
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
    overflow: hidden;
	flex: 0 0 calc((100% - 5px) / 2);
	color:#FFF;
	text-align: center;
	display: block;
	padding: 120px 20px 120px 20px;
		font-size: 150%;
			text-shadow: 
	black 1px 1px 10px, black -1px 1px 10px,
	black 1px -1px 10px, black -1px -1px 10px;
}


.ts01{
    background: url(images/isetsu.jpg) no-repeat center center;}
.ts02 {
    background: url(images/soe.jpg) no-repeat center center;}

.ts03 {
    background: url(images/tekkyo.jpg) no-repeat center center;}

.ts04 {
    background: url(images/mainte.jpg) no-repeat center center;}


.top_recruit_txt{
	padding: 3% 8% 3% 0;
}

.top_recruit_txt h2{
	width: 70%;
}

.service_list li.flex-b{
margin-bottom: 30px;
border-bottom: 3px dotted #003193;
padding-bottom: 30px;
}
.service_list h3{
	margin: 0;
	padding-left: 10px;
	line-height: 1.3;
	border-left: 6px solid #003193;
	color: #003193;
	font-size: 120%;
}


.top_newp_wrap{
	background-color: #efefef;
	color: #333;
}
.top_newp{
	background-color: #FFF;
	padding: 60px;
	border-radius: 14px;
}
.top_newp-l{
	width: 130px;
	margin-right: 40px;
}
.top_newp-l a{
	position: relative;
	padding-left: 20px;
	text-decoration: none;
}
.top_newp-l a:hover{
	text-decoration: underline;
}
.top_newp-l a::before{
	position: absolute;
	transition: .4s;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 0px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #00589c;
	border-right: 2px solid #00589c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top_newp-c{
	flex: 1;
}

.top_newp li {
	border-bottom: 1px dotted #828b92;
	width: 100%;
}
.top_newp li a{
	color: #333;
	text-decoration: none;
	width: 100%;
	padding: 12px 20px;
}
.top_newp li a:hover{
		background-color: #c5d6e4;
}

img.top_moji_t{
	height: 90px;
	width: auto;}

.newsblock {
	padding-bottom: 60px;
	border-bottom:1px solid #c6d1db;	
}
.newsblock h2{
	font-size: 120%;
	margin-bottom: 30px;
	padding-left: 10px;
	border-left:6px solid #0066cf;
}
.newsblock h2 a{
	color: #333;
	text-decoration: none;
}
.newsblock_c{
		padding-left: 16px;
		
}


@media screen and (max-width: 767px) {
	.pagettl {
		padding: 16px 0 16px 0;
		margin: 0 0 10px;
	}

	.pagettl h1 {
		font-size: 110%;
		padding: 20px 10px 20px 10px;
	}

	.pagettl h1 span {
		margin-bottom: 10px;
		font-size: 160%;
	}
.top_ttl{
	text-align: center;
}
	.sttl {
		font-size: 120%;
		line-height: 1.6;
		margin-bottom: 10px;
	}

	.table01, .table02,
	.table01 tbody, .table02 tbody,
	.table01 tr, .table02 tr,
	.table01 th, .table02 th,
	.table01 td, .table02 td {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	.table01 th {
		border-bottom: none;
		padding: 5px;
	}

	.table01 td {
		line-height: 1.6;
		font-size: 90%;
		padding: 5px;
	}

	.table-scroll {
		overflow: auto;
	}

	.table-scroll table {
		width: 100%;
		white-space: nowrap;
	}

	.table-scroll table td, .table-scroll table th {
		padding: 6px 10px;
		font-size: 90%;
	}

	.table-scroll::-webkit-scrollbar {
		height: 5px;
	}

	.table-scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}

	.table-scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}

	h2, h3 {
		font-size: 120%;
	}

	.simplebox {
		padding: 10px 14px;
		margin-bottom: 10px;
	}
	.top_newp{
		flex-direction: column;
		padding: 10px;
	}
	.top_newp-l{
		display: flex;
		width: 100%;
		align-items: center;
		margin: 0;
		padding: 10px 14px;
		justify-content: space-between;
	}
	.top_newp-l img{
		width: 80px;
	}
	
.top_newp-l h2{
		margin-bottom: 0;
	}
	.list01 li {
		line-height: 1.5;
	}

	.contents-page {
	border-radius: 0;
	padding: 20px 10px;
}

.newsblock h2{
	line-height: 1.5;
}
.top_newp li a.flex{
	flex-direction: column;
	align-items: baseline;
}

.top_service_c{
	flex-direction: column;
}

.top_service ul{
	padding: 0 14px;
	flex-direction: row;
}
.top_service .flex-b{
		gap: 8px;
}
.top_service li{
	flex:0 0 100%;
	font-size: 90%;
	padding: 0;
	margin-bottom: 0;
}

.top_service li a{
	padding: 30px 10px 30px 10px;;
}
.service_list h3{
	text-align: center;
	color:#FFF;
	border: none;
	padding: 4px;
	background-color: #003193;
}
.top_recruit_txt{
	padding: 8% 8% 8% 8%;
}
	.list02 li {
	width: 100%;
}
.list02{
	display: flex;
	gap: 8px;
	flex-direction: column;
	flex-wrap: wrap;
}

.nagare li{
	width: 100%;
	padding: 10px;
}

.top_recruit{
	background: #ebebeb url(images/top_recruit_bg.png) center top 20px no-repeat;
	background-size: 50% auto;
}
}

.torikumi{
	background: #f3f3f3 url(images/tenken_img.png) right 14px bottom no-repeat;
	padding: 4%;
	border-radius: 10px;
}
.servicelist h3{
	margin-top: 0;
	font-size: 120%;
	border-left: 5px solid #3d3393;
	padding-left: 7px;
	line-height: 1.2;

}


.servicelist p{
	line-height: 1.6;
	font-size: 90%;
	letter-spacing: 0.02em;
}

.tsuyomi{
	background: linear-gradient(90deg,rgba(0, 64, 151, 1) 0%, rgba(0, 128, 203, 1) 50%, rgba(0, 159, 232, 1) 100%);
		padding: 0 0 20px;
		color: #FFF;
}
.tsuyomi p{
	padding: 10px 10px 0;
}
@media screen and (min-width: 768px) {
.jissekilist li{
	margin-bottom: 30px;
}
}

@media screen and (max-width: 767px) {
	.torikumi{
	background: #f3f3f3;
	padding: 2%;
	border-radius: 10px;
}

.servicelist{
	flex-direction: column;
}

.servicelist li{
	width: 100%;
}
}