@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/* ================================================================= 
 common
================================================================= */
.inner {
	width: 940px;
	margin: 0 auto;
}

a:link {
  color: #515151;
}


a:visited {
  color: #515151;
}

/* ================================================================= 
 header
================================================================= */
header#global_header {
	height: auto;
}
header#global_header #header {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#siteID {
	padding: 12px 0 12px;
}
#siteID img {
	width: 300px;
}
#nav_header {
	margin: 10px 0 20px;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#nav_header li {
	text-align: right;
}
#nav_header li a {
	display: block;
	background-color: #0d2258;
	color: #fff;
	padding: 7px 15px 5px;
	margin-left: 10px;
	text-decoration: none;
	line-height: 1;
}
header#global_header #header h1 {
	clear: both;
	text-align: left;
	padding-bottom: 10px;
}
.fltR-640 {
  display: none;
}

/* ================================================================= 
 nav_global
================================================================= */
/* グローバルナビ（PC時） */
#nav_global .nav_inner {
  border-right: 1px solid #D5DEE2;
  margin: 0 auto;
  transition: max-height 0.4s ease;
  overflow: hidden;
  max-height: 1000px;
}
nav#nav_global {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(#F9FBFD, #E6ECEF);
  display: flex;
  flex-direction: row;
}
nav#nav_global ul {
  width: 940px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
nav#nav_global ul li {
  flex: 1;
  border-left: 1px solid #e3ece3;
}
nav#nav_global ul li a {
  color: #333333;
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  border-left: 1px solid #D5DEE2;
  border-right: 1px solid #ffffff;
  text-align: center;
  border-bottom: 5px solid #b9d5bf;
  border-top: 1px solid #ffffff;
}
nav#nav_global ul li a:hover {
  filter: brightness(1.1);
}

/* ハンバーガーボタン */
.hamburger {
  display: none;
  width: 30px;
  height: 24px;
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 2001;
  flex-direction: column;
  justify-content: space-between;
}
.hamburger span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: 0.3s ease;
}

/* バツ状態 */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 10px;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -10px;
}

/* モバイル表示時 */
@media screen and (max-width: 468px) {
  /* ハンバーガー表示 */
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2001;
  }

  nav#nav_global {
    display: block;
    position: relative;
    background: transparent;
  }

  #nav_global .nav_inner {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    z-index: 1000;
    background: rgba(186, 214, 192, 0.96);
  }

  #nav_global .nav_inner.open {
    max-height: 500px; /* メニュー全体が収まる高さに調整 */
  }

  #nav_global .nav_inner ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  #nav_global .nav_inner li {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }

  #nav_global .nav_inner li a {
    display: block;
    width: 100%;
    color: #333;
    text-decoration: none;
    border: none;
    padding: 10px 0;
  }
}




/* ================================================================= 
 main_image
================================================================= */
#main_image {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
#main_image ul li img {
	max-width: 100%;
	height: auto;
}

/* ================================================================= 
 footer
================================================================= */
nav#nav_footer {
	width: ;
	float: left;
	padding-top: 20px;
	margin-bottom: 30px;
}
nav#nav_footer .col {
	border-left: 5px solid #a3a3a3;
	padding: 0 0 0 10px;
	margin-right: 90px;
	color: #fff;
	float: left;
	text-align: left;
}
nav#nav_footer p {
	font-size: 116%;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
}
nav#nav_footer ul {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
nav#nav_footer ul li {
	padding-bottom: 5px;	
}
nav#nav_footer ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

#pagetop {
	float: right;
	padding-top: 20px;
}
#pagetop a.pagetop {
	font-size: 108%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-left: 25px;
}

#copyright {
	background: #333333;
	color: #fff;
	font-size: 93%;
	padding: 8px 0;
}
#nav_footer_sub {
	float: left;
}
#copyright small {
	float: right;
}
/* ================================================================= 
 contents
================================================================= */
#contents_wrap {
	background-color: #f1f1f1;
}
#contents {
	padding: 20px 0 60px 0;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
#side_col1 {
	margin-bottom: 20px;
}
#side_col2 {
	margin-bottom: 20px;
}
/* #main_col
------------------------------------------- */ 
.index_title {
	font-size: 154%;
	font-weight: bold;
	color: #0d2258;
	border-top: 14px solid #0d2258;
	position: relative;
}
.index_title:after {
	content: "";
	background: url(../images/common/ico_arrow02.jpg);
	width: 10px;
	height: 10px;
	position: absolute;
	top:  -12px;
	left: 2px;
	display: block;
	clear: both;
}
.index_title02 {
	line-height: 1.4;
	font-size: 139%;
	font-family: 'HG明朝E','ＭＳ Ｐ明朝','MS PMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;
}
.ico_01 {
	background: url(../images/common/ico_01.png) no-repeat left 0;
	padding: 0 0 0 25px;
}
.ico_02 {
	background: url(../images/common/ico_02.png) no-repeat left 0;
	padding: 0 0 0 25px;
}

div.blog_list {
  height: 120px;
  overflow-y: scroll;
  border: 1px solid #D2DBE0;
}

div.blog_list > div {
  border-bottom: none;
}

div.blog_list h3 {
  margin-bottom: 0;
}

div.blog_list div.blog_date {
  color:#333;
}

div.blog_list div.blog_text {
  display: flex;
  gap: 15px;
}

div.blog_list div.blog_photo {
  display: none;
}

div.blog_list div.blog_text a.more {
  display: none;
}

/* #side_col1
------------------------------------------- */
#nav_local h2 {
	background: #0d2258;
	font-size: 116%;
	line-height:1.4;
	padding: 10px 0 10px 15px;
	color: #fff;
	position: relative;
}
#nav_local h2:after {
	content: "";
	border-left: 4px solid #4760a2;
	width: 4px;
	height: 47%;
	position: absolute;
	top:  25%;
	left: 0px;
	display: block;
}
#nav_local ul {
	padding: 0;
}
#nav_local ul li {
	background: #fff;
}
#nav_local ul li a {
	display: block;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	text-decoration: none;
}
/* #side_col2
------------------------------------------- */



/* ================================================================= 
 unique page
================================================================= */


/* ================================================================= 
 タブレット　CSS
================================================================= */

@media screen and (min-width: 469px) and (max-width: 960px){
body {
  font-size: 13px;
}

header#global_header {
	width: 98%; /* 940/960*100 */
	margin: 0 auto;
	min-width: 98%;
}

.inner {
  width: 98%;
  min-width: 98%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}




/*-----------------------------------------
 header
------------------------------------------- */ 
header#global_header #header h1 {
	text-align: left;
	margin-top: 10px;
	clear:both;
}
/*-----------------------------------------
 nav_global
------------------------------------------- */ 
#nav_global .nav_inner {
  width: 100%;
}
nav#nav_global ul {
  width: 100%;
}



/*-----------------------------------------
 contents
------------------------------------------- */ 
#contents_wrap {
  width: 98%;
  min-width: 98%;
  margin: 0 auto;
}

#contents {
  width: 100%;
  flex-wrap: wrap;
}

#main {
  flex: 7;
}

#main #col_main {
  float: none;
  width: auto;
}


.banner {
	width: 100%;
}


}

@media screen and (min-width: 469px) and (max-width: 640px){
  .fltR {
    display: none;
  }
  .fltR-640 {
    display: flex;
    flex-direction: colomn;
  }
}




/* ================================================================= 
 blog
================================================================= */
section.blog {
  width: 940px;
  margin: 0 auto;
}

section.blog div.wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 10px;
}

section.blog div.wrap aside {
  min-width: 220px;
  width: 220px;
}

section.blog div#search {
  margin: 20px 0;
}

section.blog div#search form {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

section.blog div#search form button {
  min-width: 50px;
}

section.blog aside nav {
  text-align: left;
  margin-bottom: 30px;
}

section.blog aside nav h3 {
  font-weight: bold;
  padding: 10px;
  background: #F8FBFC;
  border: 1px solid #CCC;
  border-left: 3px solid green;
}

section.blog aside nav li a {
  display: block;
  padding: 15px;
  color: #333;
  line-height: 1.8;
}

section.blog aside nav li a:hover {
  background: #f5f5f5;
}


section.blog div.wrap #contents {
  width: 700px;
}

section.blog div.wrap #contents article {
  width: 100%;
  padding: 10px 15px 15px 15px;
  border: 1px solid #e9e9e9;
}

section.blog div#contents h2 {
  background: #F8FBFC;
  border: 1px solid #D2DBE0;
  border-top: 3px solid #178112;
  padding: 10px 15px 10px;
  margin-bottom: 20px;
  font-size: 26px;
  color: #2F4756;
  line-height: 1.3;
  font-weight: normal;
}

section.blog div#contents .date {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 3px 10px;
  margin: 0 0 5px auto;
  font-size: 12px;
  color: #FFFFFF;
  background: #3bac4b;
  width: 120px;
  text-align: center;
}

section.blog div#contents ul {
  text-align: right;
}


@media only screen and (max-width: 960px){
  section.blog {
    width: 98%;
    margin: 0 auto;
    min-width: 98%;
  }
  
  section.blog div.wrap #contents {
    flex: 1;
    width: 100%;
  }
  
  footer#global_footer.blog {
    min-width: 100%;
  }
}

@media only screen and (max-width: 768px){
  section.blog div.wrap {
    flex-direction: column-reverse;
  }
  
  section.blog div.wrap aside {
    min-width: 220px;
    width: 98%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/* ================================================================= 
 スマホ　CSS
================================================================= */
@media only screen and (max-width: 468px){
body {
  font-size: 13px;
}

.inner {
	width: 97.87234%; /* 920/940*100 */
	margin: 0 auto;
}
/* スマホサイズになった際の余白のため */
#contents {
	width: 98%;
	min-width: 98%;
	margin: 0 auto;
}

#side {
  display: block;
  float: none;
  margin: 50px 0 30px 0;
}
/*-----------------------------------------
 header
------------------------------------------- */ 
header#global_header #header h1 {
	text-align: left;
}

#siteID {
	text-align: left;
}
header#global_header .fltL,header#global_header .fltR {
	float:none;
}

.fltR {
  display: none;
}
.fltR-640 {
  display: flex;
  flex-direction: colomn;
}

#siteID {
  padding-top: 0;
}

.fltR-640 #nav_header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 1.2em;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  background: linear-gradient(#F9FBFD, #E6ECEF);
  color: #333;
  padding: 10px;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #CCC;
}


/*-----------------------------------------
 footer
------------------------------------------- */ 
nav#nav_footer {
	float: left;
	padding-top: 20px;
	margin-bottom: 30px;
}
nav#nav_footer ul {
  flex-direction: column;
  gap: 0px;
}
#pagetop {
	float: right;
	padding: 5px 0;
}
#pagetop a.pagetop {
	background:url(../images/common/ico_pagetop.png) no-repeat left 0;
	font-size: 108%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-left: 25px;
}
#copyright {
	background: #333333;
	color: #fff;
	font-size: 93%;
	padding: 8px 0;
}
#nav_footer_sub {
	display: none;
}
#copyright small {
	float: none;
}
.banner img {
	min-width: 100%;
	height: auto;
}

}

/* コンテンツ */

.main_image img {
  width: 100%;
  border: 1px solid #D4DDE1;
  background: #FFFFFF;
  padding: 3px;
  overflow: hidden;
  height: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 0;
  vertical-align: text-bottom;
  box-sizing: border-box;
}

.title_h2 h2 {
  border: 1px solid #D2DBE0;
  padding: 10px 15px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  color: #2F4756;
  line-height: 1.3;
  font-weight: normal;
  border-top: 4px solid #178112;
}

.title_h3 h3 {
  font-size: 20px;
  margin: 30px 0 15px;
  padding: 0 10px 5px;
  border-bottom: 2px dotted #CCC;
  line-height: 1.3;
  border-left: 5px solid #178112;
}

.title_h4 h4 {
  color: #097b0f;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 10px;
  padding: 0 0 5px;
  line-height: 1.3;
  border-bottom: 1px dotted #BDBDBD;
}
#col_main section {
  display: flex;
  flex-direction: column;
}
#col_main .main_cont {
  border: 1px solid #D2DBE0;
  padding: 1em;
  padding-top: 0;
  box-sizing: border-box;
}

.sidebox {
    font-size: 12px;
    padding: 1px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #DCDEE0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.sidebox .side_title {
    background: #188311;
    border: 1px solid #188311;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.sidebox h2 {
    padding: 7px 10px 7px 17px;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #94C4A9;
    color: #FFFFFF;
}

.sidebox .side_content {
  padding: 10px;
}

a.side_contact {
  display: block;
  padding: 20px 10px;
  text-decoration: none;
  text-align: center;
  background: #777;
  color: #fff;
  border-radius: 3px;
  outline: 1px solid #FFF;
  outline-offset: -3px;
}

.gallery_img {
  gap: 10px;
  justify-content: space-between;
}

.gallery_img div.box {
  width: calc((100% - 30px) / 3);
}

.gallery_img div.box img {
  border: 1px solid #D4DDE1;
  background: #FFFFFF;
  padding: 3px;
  overflow: hidden;
  height: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 0;
  vertical-align: text-bottom;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery_img div.box article div {
  display: none;
}

.gallery_img div.box article h3 {
  text-align: center;
  padding: 3px 5px;
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
  /* line-height: 1.5; */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

@media screen and (max-width: 468px) {
  .gallery_img div.box {
    width: calc((100% - 30px) / 2);
  }
}


/* company */
/* 追加CSS（スマホ表示の見た目改善） */
@media screen and (max-width: 768px) {
  .company .form_wrap dl {
    display: block;
  }

  .company .form_wrap  dt,
  .company .form_wrap  dd {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
  }

  .company .form_wrap  dt {
    background-color: #a8d5a3; /* 緑色背景 */
    padding: 0.8em 1em;
  }

  .company .form_wrap  dd {
    padding: 0.8em 1em;
    border: 1px solid #ddd;
    border-top: none;
  }
}