@charset "utf-8";
/* CSS Document */
@import url("style.css");
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
}
#wrap {
  width: 100%;
}
.wrapper {
  width: 100%;
}
p {
  font-size: 16px;
  line-height: 1.8;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
/* ===================
ヘッダー関連
====================== */
#header {
  width: 100%;
  text-align: right;
  margin: 0 auto;
  position: fixed;
  z-index: 5000;
  background-color: #ffffff;
  top: 0;
}

.header-group {
  position: relative;
}
.head-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
		position: relative;
  border-bottom:#0081B1 solid 5px;
}

.head-logo-color img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top:-25px;
}

/*下層ページ用ヘッダー*/
.page-header {
  width: 100%;

  background-color: #fff;
}
.head-logo-color {
position: absolute;
top:1em;
left:1em;
width:100%;
max-width:350px;
z-index: 1000;
}

/*サブページのヘッダー*/
.contents-header{

}

/*各ページのヘッダー画像指定*/
.services{
  padding:3%;
  background: url("../img/service_img.jpg") no-repeat;
  background-size:contain;
  background-position:center center;
margin-top: 38px;
}

.section_text{
  text-align:center;
  line-height:180%;
  font-size:26px;
  font-family: serif;
font-weight: bold;
padding-top: 3.5em;
}

.contents-header h1{
  text-align:center;
  margin-top:10%;
  font-size:2em;
  color:#fff;
  text-shadow: 1px 2px 3px #000;
}

.contents-header .header_caption{
  display:block;
  text-align:center;
  color:#fff;
  font-size:0.8em;
  line-height:2em;
}

.section_wrap h2{
  font-weight: bold;
  font-size:1.5em;
}

.image_wrap{
  display:flex;
  justify-content:space-between;
padding-top: 0.5em;
}

.image_wrap > div{
  max-width:30%;
}

.section_wrap{
  max-width:1200px;
padding: 0 2em 0 2em;
  margin:0 auto;
}

.image_caption{
  text-align:center;
  line-height:2.5em;
font-size: 17px;
}


/* ===================
 ナビゲーションメニュー
====================== */
#menubar01 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1 !important;
  margin-top: -10px;
}
#dropmenu {
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
#dropmenu li {
  position: relative;
  padding: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#dropmenu li a img {
  width: 24%;
  display: block;
  margin: 0 auto;
  padding: 0;
}
#dropmenu li a {
  line-height: 160%;
  text-decoration: none;
  display: block;
  font-weight: 700;
  transition: .3s;
  margin: 0 3px;
  padding: 5px 15px;
  font-size: 16px;
  color: #362210;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .3s;
  border-style: none;
}
#dropmenu li ul li a {
  display: block;
  padding: 1em;
  line-height: 1;
  background-color: #CAC6C6;
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
}
#dropmenu > li:hover > a {
  background: #362210;
  color: #fff;
}
#dropmenu > li:hover li:hover > a {
  /*    background: #006934; */
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#dropmenu > li:hover > ul > li {
  /*overflow: visible;*/
  height: 50px;
  border-style: none;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
}
#dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: 50px;
  background: #362210;
}
#dropmenu li ul li ul li a {
  background: #EEE;
}
#dropmenu li:hover ul li ul li a:hover {
  background: #362210;
}

/* ===================
 ハンバーガー
====================== */
#hamburger {
  width: 15%;
  display: block;
  margin: 0px 0 0 0px;
  z-index: 2000;
}

#hamburger .head-link{
  display: none;
}

#hamburger ul {
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: 100%;
	
}
.inmenu input {
  display: none;
}
button {
  border: none;
  background: none;
  outline: none;
}
a:hover, a img:hover, label img:hover {
  opacity: 0.8;
}
.inmenu, .inmenu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}
.inmenu {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 68px;
  z-index: 10;
  width: 68px;
  /*長さ*/
  background-color: #0081b1;
}
.inmenu span {
  position: absolute;
  left: 13.5px;
  width: 100%;
  height: 2px;
  z-index: 10;
}
.inmenu span:nth-of-type(1) {
top: 23px;
background-color: #fff;
width: 40px;
}
.inmenu span:nth-of-type(2) {
top: 33px;
background-color: #fff;
width: 40px;
}
.inmenu span:nth-of-type(3) {
bottom: 23px;
background-color: #fff;
width: 40px;
}
.inmenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.inmenu.active span:nth-of-type(2) {
  opacity: 0;
}
.inmenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
/*------*/
.hammenu {
  /*background-color: #0081B1;
  height: 68px;
  width: 68px;
  margin-top: 0em;
  /*position: absolute;*/
  /*z-index: 1000;
  right: 0px;
  top: 0px;
  color: #fff;
  font-size: 12px;*/
}
.menu_text {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 20%;
}
/*------*/
#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 30%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  margin-top: 70px;
  /*  padding-top: 80px;*/}


#nav.active {
  right: 0;
  opacity: 1;
  height: 100vh;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  margin-top: 58px;
	overflow:auto;
-webkit-overflow-scrolling: touch;
  /*  padding-top: 80px;*/
}
#nav ul {
  padding: 30px 0 10em 0px;
	
}
#nav ul li {
  list-style-type: none;
}
#nav ul li a {
  display: block;
  padding: 0.5em;
  transition: all 0.2s ease-in-out;
  text-align: left;
  text-decoration: none;
  color: #515151;
  list-style-type: none;
  font-size: 18px;
font-family: 'Noto Sans JP', sans-serif;
  line-height: 20px;
font-weight: 600;
}
ul.dl-menu {
  padding: 0px;
  margin: 0px 0 0 0;
  width: 100%;
  height: 100%;
right: 0;
}
ul.dl-menu li {
  list-style-type: none;
  /*float: left;*/
  width: 95%;
  border-bottom: dotted 1px #89898a;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 20px;
}
ul.dl-menu li {
  margin-top: 10px;
}
ul.dl-menu li {
  margin-right: 8px;
  margin-left: 8px;
  padding: 0.1em;
}
.accbox {
  margin: 0;
  padding: 0.5em;
  width: 100%;
}
/*ラベル*/
.accbox label {
  padding: 0.5em;
  color: #342009;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  display: block;
  text-align: left;
}
/*ラベルホバー時*/
.accbox label:hover {
  background-color: #fff
}
/*チェックは隠す*/
.accbox input {
  display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}
#sample01 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
#sample01 p {
  text-align: left;
  font-size: 15px;
  color: #fff;
  margin: 2px 0;
  border-left: solid #007EA8 5px;
}
#sample01 a {
  list-style-type: none;
  width: 100%;
  margin: 5px 0;
  padding: 2px 0;
  border-left: none;
  font-size: 14px;
  background-color: #fff;
}
#sample01 p:nth-child(2) {
  margin: 2px
}
.locked {
  overflow-y: hidden;
}

/* ===================
 ブロック要素
====================== */
.lay-block {
  width: 100%;
  background-color: #FFF;
}
.lay-block-11 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-12 {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-top {
  width: 100%;
  position: relative;
  text-align: center;
		padding-top:2.8em;
}
.lay-block-page {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 6.5rem;
}
.lay-block-bottom {
  width: 100%;
  background-color: #0081B1;
padding-top: 1em;
margin-top: 10%;
}
/* ===================
 見出し
====================== */
.content-ttl {}
.content-ttl h2 {
  font-family: 'Jost', sans-serif;
  font-size: 40px;
}
/* ===================
 ボタン
====================== */
.btn {
  width: 15%;
  display: inline-block;
  padding: 0.5em;
  font-weight: 400;
  align-items: center;
  text-decoration: none !important;
  font-size: 1.5rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  text-align: center;
  background-color: #1470a9;
  margin: 1em;
  border-radius: 10px;
}
.btn a {
  color: #fff !important;
  font-size: 1.5rem;
}
.btn:hover {
  opacity: 0.7;
}
.btn-box {
  width: 100%;
  text-align: center;
}
/* ===================
 フッターのリスト
====================== */
.footer-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}
.footer-link {
  width: 100%;
  /*display: flex;
  justify-content: space-between;*/
  margin-top:0.5em;
  margin-bottom: 3em;
}


ul.ft_menu_wrap{
  max-width: 80%;
  list-style: none;
  display: flex;
  justify-content :space-around;
  margin:2em auto 0 auto;
}
.ft_menu_wrap li a:first-child{
  font-size:21px;
}

.ft_menu_wrap li a{
  display:block;
  text-underline-offset:1ex;
}

.foot-contact-box {
	width:100%;
	max-width:900px;
  display: flex;
justify-content: center;
margin: 0 auto;
	padding:1em;
}
.contact-txt {
  width: 37%;
  text-align: left;
	color:#FFF;
}
.contact-btn-box {
  width: 35%;
padding-left: 1em;
padding-top: 0.2em;
}
.contact-btn {
  color: #fff;
  background-color: #d0962d;
  padding: 20px;
  display: block;
  width: 15%;
  min-width: 280px;
  text-align: center;
  margin-bottom: 2em;
}
.contact-btn a {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.contact-btn a:hover {
  opacity: 0.8;
}

.tel-info {
  font-size: 18px;
  color:#FFF;
}
.tel-number {
font-size: 24px;
font-weight: bold;
}

.tel-number a{
  color:#FFF;
}

.zip-code{
  color:#FFF;
font-size: 17px;
}

.address{
color:#FFF;
font-size: 17px;
}

.okigaru{
color:#FFF;
font-size: 17px;
font-feature-settings: "palt";
}



.accbox {
  margin: 0;
  padding: 0.5em;
  width: 100%;
}
/*ラベル*/
.accbox label {
  padding: 0.5em;
  color: #515151;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 18px;
font-family: 'Noto Sans JP', sans-serif;
  line-height: 20px;
font-weight: 600;
  display: block;
  text-align: left;
}
/*ラベルホバー時*/
.accbox label:hover {
  background-color: #cfe5f1;
}
/*チェックは隠す*/
.accbox input {
  display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}




.fax-info {
  font-size: 14px;
}
.fax-number {
  font-size: 1.3em;
  margin-bottom: 10px;
}



.link-wrap:nth-child(1) {
  width: 100%;
}


.link-wrap:nth-child(2) {
  width: 100%;
}
.link-wrap:nth-child(2) a {
  color: #fff;
}
.link-wrap:nth-child(3) a {
  width: 100%;
  color: #fff;
}
.link-wrap a {
  /*display: flex;*/
  font-size: 17px;
  padding: 6px;
}
.link-wrap:nth-child(3) a:hover {
  text-decoration: none;
}
.link-wrap a:hover {
  text-decoration: underline;
}
.logo-white img {
  width: 280px;
  padding:0 0 5% 0%;
}
.link-wrap-bnr {
  width: 20%;
  margin: 5% auto;
  background-color: #FFFFFF;
  padding:0.2em;
}
.link-wrap-box {
  width: 100%;
  background-color: #d0962d;
  padding: 10px;
  text-align: center;
  margin: 20px 20px 0px 0px;
  color: #FFF;
	justify-content: center;
}


.linkwraptex-strong{
	margin:1em 0 0 0;
	font-size:20px;
	color:#FFF;
	line-height: 160%;
}

.linkwraptex-strong a{
	color:#FFF;
}

.linkwraptex01{
	font-size:15px;
	color:#FFF;
	aline-height: 160%;
	
}

.linkwrapbtn {
 width: 100%;
 height:7vh;
  background-color: #d0962d;
  padding: 0px;
  text-align: center;
  margin: 20px 20px 0px 0px;
  color: #FFF;
	display: flex;
	align-items: center; /* 垂直方向の指定*/
	font-size:20px!important;
}




.link-wrap-box-none {
  width: 110%;
  /*margin: 0 auto;*/
  display: block;
  margin: 10px 10px 10px -8px;
}
.copy {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 3em 0 1em 0;
  padding: 20px 0;
  padding-bottom: 3px;
}


  .consent-btn {
    color: #222;
    border: 1px solid #CCC;
	background-color: #EEE;
    padding:0;
    border-radius: 30px;
    width: 330px;
    margin: 10px auto;
	font-weight: bold;
	font-size:17px;
	  display: flex;
  justify-content: center;
  align-items: center;
	  height:5vh;
	  cursor: pointer;
  }



/* ===================
 ニュース
====================== */
.news-wrap {
  width: 100%;
  margin: 0 auto;
}
.news-ttl {
  width: 96%;
  max-width: 1200px;
  color: #fff;
  margin-bottom: 2em;
  margin: 0 auto;
}
.news-ttl h2 {
  font-family: 'Jost', sans-serif;
  font-size: 40px;
  display:none;
}
.news-box {
  width: 100%;
  margin: 0 auto 2em;
  padding: 3em 0 3em;
}

.news-area {
width: 100%;
max-width: 980px;
margin:0 auto;
max-height:360px;
overflow:auto;
/*border:#d5d5d5 solid 1px;*/
}


/*news のtable*/
table.table-news {
  width: 90%;
  max-width: 860px;
  text-align: left;
  border-collapse: collapse;
  margin: 0 auto;
  padding-top: 2em;
  margin-bottom: 0em;
}
table.table-news th {
padding: 2.2em 1em 2.2em 1em;
  border-bottom: 1px #ccc solid;
  font-size: 17px;
  line-height: 180%;
  text-align: center;
  vertical-align: top;
  color: #000;
  font-weight: normal;
  width: 0%;
}
table.table-news td {
padding: 2.2em 1em 2.2em 1em;
border-bottom: 1px #ccc solid;
  font-size: 17px;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  width: 80%;
}
table.table-news tr th a, table.table-news tr td a {
  text-decoration: none;
  color: #333;
}


  .form-table {
    width: 100%;
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 10px;
    padding: 0em 4em;
	
  }
  .form-table th {
    padding: 1em;
    line-height: 180%;
    text-align: left;
    vertical-align:middle;
    color: #222;
    width: 30%;
	 font-size:16px;
	  background-color: #F8F8F8;
  border: 1px #666 solid;
  border-width: 0 0px 1px 5px;
  }
  .form-table td {
    padding: 0.5em;
    line-height: 160%;
    text-align: left;
    vertical-align: top;
    color: #222;
    width: 80%;
	 border: 1px #CCC solid;
	  font-size:16px;
  border-width: 0 0px 1px 1px;
  }







.news-archive {
  color: #000;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  width: 15%;
  min-width: 220px;
  text-align: center;
  border:#000 solid 1px;
margin-top: 25px;
}
.news-archive a {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
.news-archive a:hover {
color: #FFFFFF;
font-weight: bold;
opacity: 1.0;
}
.news-archive:hover {
background-color: #0081b1;
border:#0081b1 solid 1px;
}

/* ===================
 グーグルマップ
====================== */
.access-wrap {
  width: 100%;
  margin: 0 auto 3em;
  background-color: #fff;
}
.access-wrap p {
  padding:1em;
  font-size: 14px;
  text-align: left;
}
.access-wrap .content-ttl {
  color: #000;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding-top: 2.5em;
  font-family: 'Jost', sans-serif;
}
.map-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.gmap {
  width: 70%;
  height: 350px;
  position: relative;
  margin: 0 auto;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}
/* ===================
 フォーム関連
====================== */
input, select {
  border: solid 1px #CCC;
  background-color: #FFFFFF;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
  
  /*cursor: pointer;*/
  vertical-align: middle;
}
textarea {
  border: solid 1px #CCC;
  background-color: #FFFFFF;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
}
input#submit_button {
  width: 18%;
  cursor: pointer;
}
input#reset_button {
  width: 18%;
  cursor: pointer;
}

::placeholder {
  color:#CCC;
  font-size: 1em;
}


.hissu {
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  color: #FFF;
  background-color: #D8070B;
  display: inline-block;
  padding: 5px;
  margin: 0px 0 0 10px;
}
table.table-form {
  width: 100%;
  margin: 0px auto;
  border-collapse: separate;
  border-spacing: 10px;
}
table.table-form th {
  padding: 1.7em 0px 1.7em 0px;
  border: 1px #003366 solid;
  border-width: 0 0px 1px 0px;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  color: #000;
  font-size: 1.2rem;
  width: 30%;
}
table.table-form td {
  padding: 1.7em 0px 1.7em 0px;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 0px;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  background-color: #FFF;
}
table.table-footer th {
  padding: 1em 0px 1em 0px;
  line-height: 180%;
  text-align: center;
  vertical-align: top;
  color: #000;
  font-size: 1rem;
  width: 20%;
}
table.table-footer td {
  padding: 1em 0px 1em 0px;
  line-height: 180%;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}
/* ===================
 お問い合わせ
====================== */
.contact-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 5em;
  text-align: center;
  border: 1px solid #f15a24;
  padding-bottom: 3em;
}
.contact-box {
  width: 100%;
  margin: 1em auto 3em;
  text-align: center;
  background-color: #ebeefb;
  padding-bottom: 2em;
}
.contact-ttl {
  font-size: 28px;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background-color: #f15a24;
}
.table-contact {
  width: 100%;
  margin: 0px auto;
  border-collapse: separate;
  border-spacing: 10px;
  padding: 2em 4em;
}
.table-contact th {
  padding: 1em 0;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  color: #222;
  width: 24%;
}
.table-contact td {
  padding: 0.5em 0;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  color: #222;
  width: 76%;
}
.personal-info {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.personal-info div {
  height: 250px;
  border: 1px solid #ddd;
  padding: 2em;
  overflow: auto;
  background-color: #fff;
}
.personal-info div p {
  text-align: left;
  line-height: 180%;
  word-wrap: break-word;
}
.consent-text {
  font-weight: bold;
  color: #365AD4;
  vertical-align: middle;
}
/* ===================
 ページトップへ
====================== */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #2ea8e1;
  opacity: 0.8;
  border-radius: 50%;
z-index: 5000;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*==================================================
** 中央電設
==================================================*/
.bg-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-size: 1.6rem;
  position: relative;
  background-position: top;
  background-size: 100% auto;
}
.head-link {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right:2em;
  align-items: end;
  align-items: stretch;
}
.head-link a {
  padding: 5px 20px;
  color: #000;
  font-size: 27px;
  margin: 0 5px;
	line-height: 70%;
  display: grid;
   align-items: center;
}

.head-link a{
font-size: 22px;
font-weight: bold;
font-feature-settings: "palt";
line-height: 100%;
}

.head-link .sublink{
display: block;
font-size: 14px;
font-weight: bold;
font-feature-settings: "palt";
}


.head-catch {
  width: 35%;
  position: absolute;
  top: 30%;
  left: 5%;
}


.open-logo {
  width: 15%;
  position: absolute;
  top: 20%;
  right: 5%;
}


.about {
  position: relative;
  margin-bottom: 2em;
}
.about-wrap {
  width: 100%;
  margin: 0;
  padding-top:0px;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background: url("../img/hall_img01_pc.jpg") no-repeat;
  background-position: top;
  background-size: 100% auto;
	position: relative;
	z-index: 0;
}
.about-wrap::before {
  content: "";
  display: block;
  padding-top: 24%;
}
.about-lead {
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.concept-wrap {
  margin-bottom: 2em;
}
.concept-wrap .concept-ttl {
  font-family: 'Jost', sans-serif;
  color: #fff;
  text-align: left;
  font-size: 40px;
}
.concept-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.concept-img {
  width: calc(60% - 30px);
  margin: 15px 15px 15px 0;
}


.bk_text_left{
	font-size:16px;
	color:#222;
	line-height: 160%;
	text-align: left;
	width:900px;
	margin:0 auto;
}

.concept-txt {
  width: calc(40% - 30px);
  margin: 5px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 1.7;
}
.link-box {
  display: flex;
}
.link-cnt {
  display: block;
}
.link-img {}
.link-btn {
  display: flex;
  justify-content: center;
  color: #fff;
  width: 70%;
  margin: 0 auto;
  /*transform: translateY(15px);*/ /***テキストを重ねる***/
  position: relative;
  z-index: 500;
}
.link-btn p {
  font-size: 18px;
  margin: 0;
}
.arrow-thin {
  display: inline-block;
  width: 30px;
  height: 10px;
  margin-top: 8px;
  margin-left: 40px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(45deg);
}
.download-cnt {
  padding-bottom: 2em;
}
.download-cnt p {
  color: #fff;
  font-size: 60px;
  text-align: center;
  padding: 80px 0 20px;
  font-family: 'Jost', sans-serif;
}
.basic-btn {
  color: #fff;
  background-color: #d0962d;
  padding: 10px;
  display: block;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  max-width: 260px;
}
.basic-btn a {
  display: block;
  color: #fff;
  font-size: 18px;
}
.basic-btn a:hover {
  opacity: 0.7;
}
.download-btn {
  color: #fff;
  background-color: #d0962d;
  padding: 10px;
  display: block;
  margin: 0 auto;
  width: 30%;
  text-align: center;
  max-width: 260px;
}
.download-btn a {
  display: block;
  color: #fff;
  font-size: 18px;
}
.download-btn a:hover {
  opacity: 0.7;
}
.canvas-link {
  padding-top: 8em;
}
.canvas-link .content-ttl {
  color: #000;
  text-align: left;
}
.canvas-brn {
  width: 100%;
  text-align: center;
  padding: 50px 0 150px;
  }
.canvas-brn img {
  width: 25%;
  margin:0 auto;
}
.bottom-img {
  width: 80%;
  margin: 0 auto;
}
/*footer 追加クラス*/
.bottom-link {
  display: flex;
  justify-content: center;
}
.bottom-link a {
  color: #fff;
  font-size: 13px;
  margin: 0 1em;
}
.bottom-link a:hover {
  text-decoration: underline;
}
.page-ttl-cnt {
  position: absolute;
  top: 50%;
  left: 8%;
}
.page-ttl-cnt h2 {
  color: #fff;
  text-align: left;
  font-size: calc(1.8vw + 2rem);
  margin: 0;
  padding: 0;
  font-family: 'Jost', sans-serif;
}
.page-ttl-cnt p {
  color: #fff;
  text-align: left;
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
/*共通タイトル*/
.page-top-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5em 0 1.2em;
  margin-bottom: 1.5em;
}
.page-top-ttl h2 {
  text-align: center;
  color: #fff;
  font-size: calc(1.5vw + 1rem);
  font-family: 'Jost', sans-serif;
  margin-bottom: 1em;
}
.page-top-ttl h2::after {
  content: attr(data-ttl);
  display: block;
  color: #fff;
  text-align: center;
  font-size: calc(0.5vw + 0.5rem);
}


.page-top-ttl2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5em 0 1.2em;
  margin-bottom: 0.5em;
}
.page-top-ttl2 h2 {
  text-align: center;
  color: #fff;
  font-size:2rem;
  font-family: 'Jost', sans-serif;
  margin-bottom: 1em;
}


.page-top-txt {
  padding: 0 2%;
}
.page-top-txt p {
  color: #fff;
  text-align: center;
  font-size: calc(0.5vw + 0.5rem);
}
.page-sub-ttl {
  margin-bottom: 2.5em;
}
.page-sub-ttl h3 {
  color: #129192;
  font-weight: bold;
}


.button-037 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin: 0 auto;
    padding: 10px;
    border: 0px solid #CCC;
    border-radius: 5px;
    background-color: #CCA82C;
    color: #2589d0;
    font-size: 0.8em;
}

.button-037:hover {
    border: none;
    background-color:#036652;
    color: #fff;
    font-weight: 600;
}

.button-037 a {
  color: #00a88e;
	width: 100%;
	height:100%;
	display: flex;
	justify-content: center;
  align-items: center;
	color: #fff;
}


.cont-wh {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.bg-wh {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.top-btn-box01 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 0.5em 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.top-btn-box01 .button-036 {
  width: calc(100% / 4 - 10px);
  margin: 5px;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 10px;
  min-height: 70px;
  border: 1px solid #00a88e;
  border-radius: 5px;
  background-color: #fff;
  color: #00a88e;
  font-size: 1em;
  
}
.top-btn-box01 .button-036 a {
  color: #00a88e;
  font-size: max(0.729166vw, 13px);
	width: 100%;
	height:100%;
	display: flex;
	justify-content: center;
  align-items: center;
}
.top-btn-box01 .button-036:hover {
  border: none;
  background-color: #00a88e;
  color: #fff;
  font-weight: 600;
}
.top-btn-box01 .button-036:hover a {
  color: #fff;
}
.top-btn-box02 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2em 0.5em 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top-btn-box02 .button-036 {
  width: calc(100% / 3 - 30px);
  margin: 15px;
  display: flex;
  align-items: center;
  padding: 10px;
  min-height: 70px;
  border: 1px solid #00a88e;
  border-radius: 5px;
  background-color: #fff;
  color: #00a88e;
  font-size: 1em;
}
.top-btn-box02 .button-036 a {
  width: 100%;
  color: #00a88e;
  font-size: 15px;
  text-align: center;
}
.top-btn-box02 .button-036:hover {
  border: none;
  background-color: #00a88e;
  color: #fff;
  font-weight: 600;
}
.top-btn-box02 .button-036:hover a {
  color: #fff;
}
/*アクセス*/
.access-map {}
.access-detail-box {
  margin-bottom: 6em;
  padding: 3em 0;
}
.access-map-txt {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  padding: 2em 0;
}
.detail-img {
  padding: 0 1em;
  width:80%;
	text-align: center;
	margin:0 auto;
}
/*施設案内*/
.floor-guide {}
.floor-guide .page-top-txt p {
  text-align: left;
  margin: 0 auto 1em;
}
.floor-cnt {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 3em;
  text-align: center;
  padding-top: 3em;
}
.floor-cnt-img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 3em;
}
.floor-cnt-box {
  width: 100%;
  display: flex;
  padding: 0 1em 1em;
		align-items: center;
}
.floor-cnt-box:nth-of-type(3) {
  align-items: center;
  margin-bottom: 10em;
}
.floor-cnt-box-img {
  width: 50%;
  margin: 0 1em;
}
.floor-cnt-box-txt {
  width: 50%;
  font-size: 1rem;
  text-align: left;
  margin: 0 1em;
		line-height: 160%;
}
.table-box {
  width: 50%;
  display: flex;	
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  margin: 0 1em;  
}
table.table-flex {
  width: 100%;
  border: 1px #CCC solid;
}
table.table-flex th {
  padding: 0.5em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: left;
  font-size: 16px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #666 solid;
  border-width: 0 0px 1px 5px;
}
table.table-flex td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
}



table.table-flex-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  /*border: 1px #CCC solid;*/
  
}
table.table-flex-2 th {
  padding: 0.5em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: left;
  font-size: 16px;
  margin: 1em;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px #666 solid;
  border-width: 0 0px 1px 0px;
}
table.table-flex-2 td {
  padding: 0;
  border: 0px #CCC solid;
  border-width: 0 0px 0px 0px;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
}


table.table-normal-1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  /*border: 1px #CCC solid;*/
  
}
table.table-normal-1 th {
  padding: 0.3em;
  font-weight: normal;
  color: #000;
  line-height: 130%;
  text-align: left;
  font-size: 15px;
  margin: 1em;
  vertical-align: top;
  background-color: #FFF;
  border: 1px #666 solid;
  border-width: 0 0px 0px 0px;
}
table.table-normal-1 td {
  padding: 0.3em;
  border: 0px #CCC solid;
  border-width: 0 0px 0px 0px;
  line-height: 130%;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
width:65%;
}


.right_box_lay{
	text-align: right;
}

.r_tex01{
font-size:16px;
padding:0 0 0.5em 0;
}

.note-txt {
　width:100%;
  font-size: 14px;
  text-align: left;
	display:inline-block;
	padding:0 1em 3em 0;
	line-height: 160%;
}

.note-txt-2{
　width:100%;
  font-size: 14px;
  text-align: left;
  line-height: 160%;
}



/*運営サポート*/
.support {}
.support-cnt {
  padding-top: 5em;
  margin-bottom: 3em;
  padding: 0em 1em 2em;
  text-align: center;
}
.support-box01 {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  padding-top: 3em;
  padding-right: 1em;
}
.support-ttl {
  width: 30%;
  text-align: center;
}
.support-ttl h2 {
  font-size: 2.5rem;
}
.support-ttl::after {
  content: attr(data-ttl);
  font-size: 14px;
  display: block;
  border-bottom: 5px solid #5a5858;
  margin: 0 20%;
  padding-bottom: 0.5em;
}
.support-box01 .support-txt {
  width: 70%;
  text-align: left;
  margin-bottom: 0;
  padding-right: 2em;
}
.support-box02 {
  display: flex;
  padding-bottom: 4em;
	align-items: center;
}
.support-box-img {
  width: 50%;
  margin: 0 1em;
}
.support-box02 .support-txt {
  width: 50%;
  margin: 0 1em;
  text-align: left;
}
/*ご利用案内*/
.users-guide {
  padding-bottom: 5em;
}
.users-cnt {
  margin-bottom: 1.5em;
  padding: 2em;
}
/*
.users-cover {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
*/
.users-txt {
  font-size: 16px;
}
.users-ttl {
  display: flex;
  align-items: center;
  color: #129192;
  margin-bottom: 0.5em;
  padding-left: 0;
}
.users-ttl-lg {
  display: flex;
  align-items: center;
  color: #129192;
  margin-bottom: 0.5em;
  padding-left: 0%;
}
.users-ttl h3 {
  text-align: center;
  border: 1px solid #129192;
  font-size: 26px;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 10px 10px 10px 0;
}
.users-ttl-lg h3 {
  text-align: center;
  border: 1px solid #129192;
  font-size: 26px;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 10px;
}
.users-guide-ttl p {
  font-size: 16px;
  font-weight: bold;
}
.users-img {}
.users-apply {
  font-size: 14px;
  text-align: right;
  padding: 0.5em 2em 2em;
}
.users-guide .page-top-ttl {
  margin-bottom: 0;
}
.users-guide .page-top-ttl h2 {
  margin-bottom: 0;
  font-size: 1.8rem;
}
.indent-1 {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}

.indent-1-02 {
  font-size: 16px;
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.indent-1-03 {
  font-size: 16px;
  padding-left: 1.7em;
  text-indent: -1.7em;
}

.indent-1-04 {
  font-size: 16px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}


.mb-1 {
  margin-bottom: 1em;
}
.mb-2 {
  margin-bottom: 1em;
}
/*ご利用料金*/
.rates-fees {
  padding-bottom: 5em;
}
.rates-fees .page-top-txt p {
  text-align: left;
  margin: 0 auto 1em;
}
table.table-01 {
  width: 100%;
  border: 1px #ccc solid;
}
table.table-01 th {
  padding: 0.5em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 16px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-01 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}
table.table-02 {
  width: 100%;
  border: 1px #ccc solid;
}
table.table-02 th {
  padding: 0.5em 0.3em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 13px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
		width:15%;
}
table.table-02 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}


table.table-02-02 {
  width: 100%;
  border: 1px #ccc solid;
}

table.table-02-02 th {
  padding: 0.5em 0.3em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 13px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-02-02 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}

table.table-02-02 th:nth-of-type(1) {width:5%}
table.table-02-02 th:nth-of-type(2) {width:45%}
table.table-02-02 th:nth-of-type(3) {width:45%}




table.table-03 {
  width: 100%;
  border: 1px #ccc solid;
}
table.table-03 th {
  padding: 0.5em 0.3em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 13px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-03 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  vertical-align: middle;
  font-size: 15px;
}

table.table-03 th:nth-of-type(1) {width:25%}
table.table-03 th:nth-of-type(2) {}
table.table-03 th:nth-of-type(3) {width:15%}
table.table-03 th:nth-of-type(4) {width:15%;}
table.table-03 td:nth-of-type(3) {width:15%;text-align: right;}
table.table-03 td:nth-of-type(4) {width:15%;text-align: center;}


table.table-03-02 {
  width: 100%;
  border: 1px #ccc solid;
}
table.table-03-02 th {
  padding: 0.5em 0.3em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 13px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-03-02 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
}


table.table-03-02 th:nth-of-type(1) {width:25%}
table.table-03-02 th:nth-of-type(2) {}
table.table-03-02 th:nth-of-type(3) {width:15%}
table.table-03-02 td:nth-of-type(3) {width:30%;text-align: center;}



table.table-04 {
  width: 100%;
  border: 1px #ccc solid;
}
table.table-04 th {
  padding: 0.5em 0.3em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 13px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-04 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
}


table.table-04 th:nth-of-type(1) {width:5%}
table.table-04 th:nth-of-type(2) {width:20%}
table.table-04 th:nth-of-type(3) {width:12%}
table.table-04 th:nth-of-type(4) {width:12%}
table.table-04 th:nth-of-type(5) {width:12%}
table.table-04 th:nth-of-type(6) {width:12%}
table.table-04 th:nth-of-type(7) {width:12%}
table.table-04 th:nth-of-type(8) {width:12%;}



table.table-04-02 {
  width: 100%;
  border: 1px #ccc solid;
}
table.table-04-02 th {
  padding: 0.5em 0.3em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 13px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-04-02 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
}


table.table-04-03 {
  width: 100%;
  border: 1px #ccc solid;
}
table.table-04-03 th {
  padding: 0.5em 0.3em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 13px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-04-03 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
width:24%;
}



table.table-dl {
  width: 100%;
  border: 0px #ccc solid;
}
table.table-dl th {
  padding:1em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 16px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #666 solid;
  border-width: 0 0px 0px 5px;
}
table.table-dl td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 0px 0px;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
}



.rates-fees .page-top-ttl {
  margin-bottom: 0;
  padding-bottom: 0;
}
.rates-fees .page-top-ttl h2 {
  font-size: 2rem;
}
/*+-+-+-+-+-*/
.pic-box {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.pic-box img {
  display: block;
  width: calc(50% - 20px);
  margin: 20px;
}
.bk-lead01 {
  color: #000;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
}

/* service */

.service{
  
}

.service_text_wrap{
align-content: center;
align-items: center;
}

.service_text_wrap02{
align-content: center;
align-items: center;
}

.service_link{
color: #fff;
display: block;
margin-top:91px;
width: 100%;
text-align: center;
border:#fff solid 1px;
position:relative;
z-index:1;
margin-left: 1em;
min-width: 220px;
max-width: 332px;
}
.service_link a {
display: block;
color: #fff;
font-size: 17px;
padding: 10px;
}
.service_link:hover {
background-color: #FFFFFF;
transition-duration: 0.5s;
}
.service_link a:hover {
color: #2e4d94;
font-weight: bold;
opacity: 1.0;
transition-duration: 0.5s;
}

.service_link02{
color: #fff;
display: block;
margin-top:91px;
width: 100%;
text-align: center;
border:#fff solid 1px;
position:relative;
z-index:1;
margin-left: 1em;
min-width: 220px;
max-width: 332px;
}
.service_link02 a {
display: block;
color: #fff;
font-size: 17px;
padding: 10px;
}
.service_link02:hover {
background-color: #FFFFFF;
transition-duration: 0.5s;
}
.service_link02 a:hover {
color: #2e4d94;
font-weight: bold;
opacity: 1.0;
transition-duration: 0.5s;
}

.top_company{
  position:relative;
}

.top_company img{
width: 100%;
height: 1000px;
object-fit: cover;
}

.sp_img{
  display:none;
}

.top_company .service_text_wrap{
  /*max-width:30%;*/
  height:100%;
  padding:3%;
  position:absolute;
  top:0;
  left:0;
}

.service_text_wrap:before{
  content: '';
  display: block;
width: 500px;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  background-color: rgba(112, 155, 176, 1.0);
  mix-blend-mode: multiply;
}

.top_company .service_text_wrap p{
  font-size:28px;
font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
font-weight: 500;
  line-height:180%;
  color:#fff;
  position:relative;
  z-index:2;
/*font-feature-settings: "palt";*/
letter-spacing:3px;
padding-left: 1em;
}

.top_company .service_text_wrap02{
  /*max-width:30%;*/
  height:100%;
  padding:3%;
  position:absolute;
  top:0;
  left:0;
}

.service_text_wrap02:before{
  content: '';
  display: block;
width: 500px;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  background-color: rgba(112, 155, 176, 1.0);
  mix-blend-mode: multiply;
}

.top_company .service_text_wrap02 p{
  font-size:28px;
font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
font-weight: 500;
  line-height:180%;
  color:#fff;
  position:relative;
  z-index:2;

letter-spacing:3px;
padding-left: 1em;
}

.top_service{
  position:relative;
}

.top_service img{
width: 100%;
height: 1000px;
object-fit: cover;
}



.top_service .service_text_wrap{
  max-width:500px;
  height:100%;
  padding:3%;
  position:absolute;
  top:0;
  right:0;
}

.top_service .service_text_wrap:before{
  content: '';
  display: block;
width: 500px;
  height:100%;
  position: absolute;
  top:0;
  z-index: 1;
  background-color: rgba(112, 155, 176, 1.0);
  mix-blend-mode: multiply;
}

.top_service .service_text_wrap p{
  font-size:17px;
  color:#fff;
  position:relative;
  z-index:2;
padding-left: 1em;
padding-right: 1em;
line-height: 160%;
  /*max-width:300px;*/
}

.topser{
font-size: 21px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
}
/* top_link */

.top_link{
  margin:10% 0;
  display: flex;
justify-content: center;
  /*justify-content: space-evenly;*/
}


.top_recruit{
  width:30%;
  position:relative;
max-width: 527px;
margin-right: 1.8em;
/*overflow: hidden;*/
}

/*.top_recruit:hover img{
transform: scale(1.2);
transition-duration: 0.5s;
}*/

.top_recruit .link_text_wrap{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.top_recruit:before{
  content: '';
  display: block;
  width:100%;
max-height: 527px;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  background-color: rgba(112, 155, 176, 0.7);
  mix-blend-mode: multiply;
}





.top_access{
  width:30%;
  position:relative;
max-width: 527px;
margin-left: 1.8em;
}

.top_access .link_text_wrap{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.top_access:before{
  content: '';
  display: block;
  width:100%;
max-height: 527px;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  background-color: rgba(112, 155, 176, 1);
  mix-blend-mode: multiply;
}

.link_text_wrap p{
  /*width:50%;*/
  text-align:center;
  margin:0 auto;
  font-size:43px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
  color:#fff;
  position:relative;
  /*top:32%;*/
  z-index:2;
}

.top_link_button{
  color: #fff;
  
  margin:0 auto;
  display: block;
    width: 90%;
    min-width: 220px;
	max-width: 332px;
  text-align: center;
  border:#fff solid 1px;
  position:relative;
  /*top:43%;*/
  z-index:1;
margin-top: 1.7em;
}
.top_link_button a {
display: block;
color: #fff;
font-size: 17px;
padding: 10px;
}
.top_link_button a:hover {
color: #2e4d94;
font-weight: bold;
opacity: 1.0;
background-color: #FFFFFF;
transition-duration: 0.5s;
}

.naibutop{
position: relative;
}

.naibuttl{
position: absolute;
top:39%;
left: 0;
right: 0;
}

.naibuttl01{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
color: #FFFFFF;
font-size: 50px;
text-shadow: 1px 2px 3px #000;
text-align: center;
letter-spacing:2px;
}

.naibuttl02{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
color: #FFFFFF;
font-size: 20.5px;
text-shadow: 1px 2px 3px #000;
padding-top: 1em;
text-align: center;
letter-spacing:3px;
}

.naibutop img{
width: 100%;
height: 330px;
object-fit: cover;
}

.naibukoumoku{
font-size: 43px;
letter-spacing:3px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
padding-top: 2.7em;
}

.naibukoumoku02{
font-size: 41px;
letter-spacing:1px;
font-family: serif;
color: #0081b1;
font-weight: 600;
padding-top: 2.7em;
}

.section_header_caption{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
font-size: 23px;
color:#2E4D94;
display:block;
padding-top: 0.5em;
}

.bun{
font-size: 17px;
line-height: 160%;
padding-top: 2.2em;
padding-bottom: 1.2em;
}

.results-table{
width: 100%;
text-align: left;
margin: 0 auto;
font-size: 19px;
margin-top: 3.5em;
}

.results-table th{
width: 25%;
padding: 1em 0 1em 1.5em;
font-weight: normal;
line-height: 190%;
border-top: 1px solid #bccbde;
border-bottom: 1px solid #bccbde;
}

.results-table td{
width: 75%;
padding: 1em 0 1em 1.5em;
line-height: 190%;
border-top: 1px solid #bccbde;
border-bottom: 1px solid #bccbde;
}

.koudouflex{
display: flex;
padding-top: 2em;
align-content: center;
align-items: center;
}

.sisin{
font-size: 26px;
letter-spacing:1px;
font-family: serif;
color: #000;
font-weight: 500;
line-height: 250%;
}

.sisinimg{
padding-left: 5em;
}

.messageflex{
display: flex;
padding-top: 1.5em;
}

.kaicyo img{
width: 200px;
margin-left: auto;
padding-top:1em;
}

.kaicyoimg{
padding-left: 2em;
width: 100%;
}

.bun02{
font-size: 17px;
line-height: 190%;
padding-top: 0em;
padding-bottom: 1.2em;
}

.recruitflex{
display: flex;
padding-top: 4em;
padding-bottom: 2.5em;
align-content: center;
align-items: center;
}

.recruit{
font-size: 38px;
letter-spacing:1px;
font-family: serif;
color: #0081b1;
font-weight: 500;
line-height: 190%;
}

.jinbutu{
font-size: 23px;
font-family: serif;
color: #000;
font-weight: 500;
line-height: 240%;
padding-top: 0.7em;
}

.recruitimg{
width: 100%;
max-width: 580px;
padding-right: 3em;
}

.accessttl{
font-size: 27px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
padding-top: 5em;
text-align: center;
}

.accesssabu{
font-size: 17px;
line-height: 190%;
padding-top: 1em;
padding-bottom: 2em;
text-align: center;
}






/*-----iPadPro用------*/
/*　画面サイズが980pxから1024pxまではここを読み込む　*/	
@media screen and (min-width:769px) and ( max-width:1024px) {
.head-logo-color {
position: absolute;
top:1em;
left:1em;
width:100%;
max-width:250px;
z-index: 1000;
margin-top:10px;
}

.news-wrap {
  width: 100%;
  margin: 3em auto;
}

.canvas-link {
  padding-top: 2em;
}


.map-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
		padding:1em;
}


.open-logo {
  width: 15%;
  position: absolute;
  top: 30%;
  right: 5%;
}

.sisinimg{
padding-left: 3em;
}

.recruitimg{
width: 100%;
max-width: 480px;
padding-right: 3em;
}


.news-box {
width: 100%;
margin: 0 auto;
padding: 1em 0 1em 0;
}

.top_recruit .link_text_wrap{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
	
.top_access .link_text_wrap{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
	
.top_company .service_text_wrap02{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
	
.service_text_wrap{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

}


/*　iPad Air　*/
@media (max-width: 1180px)  {

	
/* ===================
 ナビゲーションメニュー
====================== */

#dropmenu li {
  position: relative;
  padding: 0 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#dropmenu li a {
  line-height: 160%;
  text-decoration: none;
  display: block;
  font-weight: 700;
  transition: .3s;
  margin: 0 3px;
  padding: 5px 20px;
  font-size: 12px;
  color: #362210;
}

	
}









