@charset "utf-8";
/* CSS Document */


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both}
p{ margin:0px; padding:0px}


/* 全体構造
---------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

hr {
  display:block;
  height:1px;
  border-top:1px solid #bbb;
  margin:0;
  padding:0;
	margin-bottom:20px
}
@media print, screen and (min-width: 768px){
  hr {
    margin-bottom:30px
  }
}
@media print, screen and (min-width: 992px){
  hr {
    margin-bottom:40px
  }
}
@media print, screen and (min-width: 1200px){
  hr {
    margin-bottom:50px
  }
}
@media print, screen and (min-width: 1500px){
  hr {
    margin-bottom:60px
  }
}

body{
  font-size:0.85em;
  line-height:1.8em;
	font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	letter-spacing: 0.05em;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  body{
    font-size:0.9em;
    line-height:1.9em;
  }
}
@media print, screen and (min-width: 1200px) {
  body{
    font-size:0.95em;
    line-height:2.0em;
  }
}


/* webfont
---------------------------------------------------- */
.gfont-e{ font-family: "Work Sans", sans-serif; font-weight: 700; text-transform: uppercase;}
.gfont-j{ font-family: "Yuji Mai", serif; font-weight: 500;}


/* link
---------------------------------------------------- */
a{transition: 0.3s ease;}
a:link,a:visited,a:active{text-decoration:underline; color:#333;}
/*a:hover{ color: #888;}*/

.phone a:link,
.phone a:visited{ color: #333; text-decoration: none;}

/* アンカーリンクの食い込み解除 */
.anchor{
	padding-top:55px;
	margin-top:-55px;	
}
@media print, screen and (min-width: 768px) {
  .anchor{
    padding-top:65px;
    margin-top:-67px;
  }
}
@media print, screen and (min-width: 992px) {
  .anchor{
    padding-top:77px;
    margin-top:-77px;
  }
}
@media print, screen and (min-width: 1200px) {
  .anchor{
    padding-top:80px;
    margin-top:-80px;
  }
}
@media print, screen and (min-width: 1500px) {
  .anchor{
    padding-top:90px;
    margin-top:-90px;
  }
}


/* header - nav
---------------------------------------------------- */
#header {
  background-color: #fff;
  /*box-shadow: 0px 0px 15px #eee;*/
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  padding: 10px 0;
}

.h_logo {
  position: absolute;
  top: 5px;
  z-index: 99!important;
}
.h_logo img{ 
  width: 200px;
}

.header_tel_xs{
  position: fixed;
  top: 17px;
  right: 60px;
  z-index: 100;
}
.header_tel_xs i{ font-size: 22px; color: #333;}

.mean-nav .container {
   padding: 0;
}
.nav li a {
  font-size: 1.0em;
  font-weight: 500;
}
.mean-container .mean-nav ul li .sub-menu li a{
  border-top: none!important;
}
.mean-container .mean-nav ul li .sub-menu li i{
  margin-right: 5px;
}
.mean-container .mean-nav ul li li a{
  padding: 10px 15px 10px!important;
}

.header_contact_xs{
  background-color: #162944;
  font-family: "Work Sans", sans-serif; font-weight: 700;
}
.header_contact_xs a{
  text-align: center!important;
}
.header_contact_xs a:link,
.header_contact_xs a:visited{color: #fff!important;}
.header_contact_xs i{ margin-right: 7px;}
@media print, screen and (min-width: 992px){
  #header {
    background-color: transparent;
    position: absolute;
    box-shadow: none;
    height: auto;
    padding: 0px 0;
  }
  /*#h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }*/
  .h_logo {
    top: 18px;
  }
  .h_logo img {
    width: 230px;
  }
    
  .h_nav{
    float: right;
    margin-top: 20px;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 10px;
    list-style: none;
  }
  #gNav li i{
    display: inline-block!important;
    margin-left: 3px;
    font-size: 0.8em;
  }
  #gNav li:last-child {
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,
  /*#gNav .current-menu-item a,
  #gNav .current-menu-parent a,*/
  #gNav ul > li a.active{
    color: #333;
    position: relative;
  }
  #gNav ul > li:hover a:before,
  #gNav .current-menu-item a:before,
  #gNav .current-menu-parent a:before,
  #gNav ul > li a.active:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: solid 5px #ff7e02;
    transform: translateX(-50%);
    animation: border_anim 0.2s linear forwards;
  }
  @keyframes border_anim {
    0%{
      width: 0%;
    }
    100%{
      width: 100%;
    }
  }
  .nav li a {
    font-size: 0.9em;
    font-weight: 500;
    padding-bottom: 20px;
  }
  #gNav ul > li a:link,
  #gNav ul > li a:visited{ text-decoration: none;}
  #gNav ul > li a:hover,
  #gNav ul > li a.active{
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #333;
  }
  
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 45px!important;
    left: 50%;
    margin-left: -60px;
    width: 170px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  nav .sub-menu,.mean-container .mean-nav ul ul {
    background: rgba(22,41,68,0.8);
  }
  #gNav .sub-menu a {
    padding: 5px 15px;
    display: block;
    border-bottom: none;
  }
  #gNav ul > li:hover .sub-menu li a:before,
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 0.9em;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #162944;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav .sub-menu li i{ margin-right: 5px;}
  #gNav li:hover ul.sub-menu {
    top: 30px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav .sub-menu li a.active:before{
    content: none;
  }
  #gNav li:hover ul.sub-menu a {
    color: #fff;
  }
  #gNav .sub-menu li a:hover,
  #gNav .sub-menu li a.active{
    background: #ff7e02;
  }
  
  .header_btn{
    float: right;
    margin-right: -15px;
  }
  .header_btn a,
  .header_btn span{
    display: inline-block;    
    padding:5px 0px;
    text-align: center;
    font-size: 0.75em;
    font-family: "Work Sans", sans-serif; font-weight: 700;
    color: #fff;
  }
  .header_btn1{ background-color: #ff7e02;width: 100px;}
  .header_btn2{ background-color: #162944;width: 75px;}
  .header_btn img,
  .header_btn img{ 
    display: block;
    margin: 5px auto 0px;
    width: 25px;
  }
  .header_btn a:link,
  .header_btn a:visited{ text-decoration: none; color: #fff!important;}
  .header_btn a:hover{ background-color: #ffb400!important;}
}
@media print, screen and (min-width: 1200px){
  .h_logo {
    top: 20px;
  }
  .h_logo img {
    width: 280px;
  }
    
  .h_nav{
    margin-top: 30px;
  }
  #gNav li {
    margin-right: 15px;
  }
  .nav li a {
    font-size: 0.95em;
    padding-bottom: 25px;
  }
  #gNav .sub-menu {
    top: 52px!important;
    width: 200px;
  }
  #gNav .sub-menu a {
    padding: 7px 20px;
  }
  
  .header_btn a,
  .header_btn span{
    padding:13px 0px;
    font-size: 0.9em;
  }
  .header_btn1{ width: 130px;}
  .header_btn2{ width: 100px;}
  .header_btn img{ 
    margin: 10px auto 0px;
    width: auto;
  }
}
@media print, screen and (min-width: 1500px){
  .h_logo {
    margin-left: 45px;
    top: 25px;
  }
  .h_logo img {
    width: auto;
  }
  
  .h_nav{
    margin-top: 35px;
  }
  #gNav li {
    margin-right: 30px;
  }
  .nav li a {
    font-size:1.0em;
    padding-bottom: 30px;
  }
  #gNav .sub-menu {
    top: 57px!important;
  }
  
  .header_btn a,
  .header_btn span{
    font-size: 1.2em;
  }
  .header_btn1{ width: 160px;}
  .header_btn2{ width: 130px;}
  .header_btn img{ 
    margin: 10px auto 7px;
    width: auto;
  }
}

@media print{
  #header {
    position: static;
  }
}


/* スクロールしてナビ固定
---------------------------------------------------- */
@media print, screen and (min-width: 992px){
  .follow_menu {
    position: fixed;
    top: -100px;
    right: 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 15px #ddd;
    display: block;
    transition: .3s;
  }
  .follow_menu p{
    margin-top: 15px;
  }
  .follow_menu p img{
    width: 200px;
  }
  
  .follow_menu ul{  
    padding: 15px 0 0px;
    text-align: right;
  }
  .follow_menu li{
    position: relative;
    display: inline-block;
    padding-left: 8px;
  }
  .follow_menu li i{ margin-left: 3px; font-size: 0.8em;}
  .follow_menu li a {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 0.85em;
    font-weight: 500;
    padding-bottom: 14px;
  }
  .follow_menu li a:link,
  .follow_menu li a:visited{ text-decoration: none; color: #333;}
  .follow_menu li:hover a,
  .follow_menu li a.active{
    position: relative;
    color: #333;
    border-bottom: 5px solid #333;
  }
  .drop-menu {
    position: relative;
  }
  .follow_menu li:hover .drop-menu-list {
    transform: scaleY(1); /* ドロップダウンメニューの表示 */
  }
  .drop-menu-list {
    left: 0;
    position: absolute;
    top: 100%;
    transform: scaleY(0); /* ドロップダウンメニューの非表示 */
    transform-origin: center top;
    width: max-content;
    z-index: 1;
    padding:0px!important; 
    display: block!important;
  }
  .drop-menu li{
    display: block;
    border-bottom: 1px solid #162944;
    padding-left: 0px;
  }
  .drop-menu li a{
    background: rgba(22,41,68,0.8);
    transition: .3s;
    padding: 5px 20px;
    font-size: 0.8em;
    border-bottom: none!important;
  }
  .drop-menu li a:link,
  .drop-menu li a:visited{ text-decoration: none; color: #fff;}
  .drop-menu li a:hover,
  .drop-menu li a.active{ background-color: #ff7e02;}
  
  .header_btn-2{
    text-align: right;
    margin-right: -15px;
  }
  .header_btn-2 a,
  .header_btn-2 span{
    display: inline-block;
    width: 70px;
    padding:5px 0px;
    text-align: center;
    font-size: 0.75em;
    font-family: "Work Sans", sans-serif; font-weight: 700;
    color: #fff;
  }
  .header_btn-2 img{ 
    display: block;
    margin: 5px auto 0px;
    width: 25px;
  }
  .header_btn-2 a:link,
  .header_btn-2 a:visited{ text-decoration: none; color: #fff!important;}
  .header_btn-2 a:hover{ background-color: #ffb400!important;}
}
@media print, screen and (min-width: 1200px){
  .follow_menu p{
    margin-top: 15px;
  }
  .follow_menu p img{
    width: 250px;
  }
  
  .follow_menu li{
    padding-left: 20px;
  }
  .follow_menu li a {
    font-size: 0.9em;
    padding-bottom: 15px;
  }
  .drop-menu li{
    padding-left: 0px;
  }
  .drop-menu li a{
    padding: 5px 30px;
    font-size: 0.85em;
  }
}
@media print, screen and (min-width: 1500px) {
  .follow_menu li{
    padding-left: 30px;
  }
  .drop-menu li{
    padding-left: 0px;
  }
}

/* 印刷設定 */
@media print{
  .follow_menu {
    display: none!important;
    visibility: hidden;
  }
}


/* mainimage
---------------------------------------------------- */
/* ズームしながらフェード（1.25倍） */
@keyframes ZoomOut {
  0% {
		transform: scale(1.4);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes ZoomIn {
  0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.4);
	}
}
.swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { 
    animation: ZoomIn 30s linear 0s normal both; /* InかOutを設定 */
}
.slide-img {
  height: 60vh;
}
@media print, screen and (min-width: 768px){
  .slide-img {
    height: 70vh;
  }
}
@media print, screen and (min-width: 992px){
  .slide-img {
    height: 80vh;
  }
}
@media print, screen and (min-width: 1200px){
  .slide-img {
    height: 90vh;
  }
}
@media print, screen and (min-width: 1500px){
  .slide-img {
    height: 100vh;
  }
}


#mainimage{
  position: relative;
}
#mainimage .swiper-container {
  width: 100%;
}
.mainimage01{ 
  background-image: url("../images/mainimage01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage02{ 
  background-image: url("../images/mainimage02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage03{ 
  background-image: url("../images/mainimage03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage_text{
  background: url("../images/bg_mainimage.png") no-repeat right;
  background-size:cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index:1;
  height: 100%;
  padding:20% 0px 0px 10px; 
}
.mainimage_text h2{
  font-weight: 900;
  font-size: 1.7em;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: #fff;
  text-shadow: 0px 0px 10px #aa5401;
}
.mainimage_text p{
  font-family: "Work Sans", sans-serif; font-weight: 600;
  color: #fff;
  text-shadow: 0px 0px 10px #aa5401;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 30px;
}
.mainimage_text img{
  width: 110px;
}
@media print, screen and (min-width: 768px){
  .mainimage_text{
    padding:15% 12% 0px 5%; 
  }
  .mainimage_text h2{
    font-size: 3.0em;
    margin-bottom: 10px;
  }
  .mainimage_text p{
    font-size: 1.1em;
  }
  .mainimage_text img{
    width: 200px;
  }
}
@media print, screen and (min-width: 992px){
  .mainimage_text h2{
    font-size: 4.0em;
  }
  .mainimage_text p{
    font-size: 1.3em;
  }
  .mainimage_text img{
    width: 240px;
  }
}
@media print, screen and (min-width: 1200px){
  .mainimage_text h2{
    font-size: 5.0em;
  }
  .mainimage_text p{
    font-size: 1.4em;
  }
  .mainimage_text img{
    width: 270px;
  }
}
@media print, screen and (min-width: 1500px){
  .mainimage_text h2{
    font-size: 6.0em;
    margin-bottom: 20px;
  }
  .mainimage_text p{
    font-size: 1.5em;
    margin-bottom: 40px;
  }
  .mainimage_text img{
    width: auto;
  }
}
  
/* ヘッダー固定で上空ける */
#mainimage,
.h2-style{ margin-top: 60px;}
@media print, screen and (min-width: 768px) {
  #mainimage,
	.h2-style{  margin-top: 60px;}
}
@media print, screen and (min-width: 992px) {  
  #mainimage,
  .h2-style{  margin-top: 0px;}
}
@media print, screen and (min-width: 1200px) {
  #mainimage,
	.h2-style{  margin-top: 0px;}
}
@media print, screen and (min-width: 1500px) {
  #mainimage,
	.h2-style{  margin-top: 0px;}
}


/* pankuzu
---------------------------------------------------- */
.pankuzu{
  position: absolute;
  bottom: 5px;
  color: #666;
  font-size: 0.75em;
  line-height: 1.0em;
}
.pankuzu a{ 
  color: #666; 
  text-decoration: none;
  transition: 0.3s ease;
}
.pankuzu a:hover{ color: #999;}
.pankuzu i{ margin: 0px 5px;}
@media print, screen and (min-width: 768px){
  .pankuzu{
    bottom: 10px;
  }
}
@media print, screen and (min-width: 992px){
  .pankuzu{
    bottom: 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .pankuzu{
    bottom: 20px;
  }
}


/* footer
---------------------------------------------------- */
footer{
  border-top: 1px solid #162944;
  padding: 20px 0px;
  font-size: 0.9em;
}
footer a:link,
footer a:visited{ text-decoration: none;}
footer h3{
  margin-bottom: 15px;
}
footer h3 img{
  width: 200px;
}
.footer_radio{
  margin-top: 15px;
  background-color: #a2a2a2;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
}
.footer_radio audio{ 
  margin-top: 10px;
}
.footer_sns a{
  display:inline-block;
  margin-right: 15px;
}
.footer_sns img{
  width: 30px;
}
@media print, screen and (min-width: 768px){
  footer{
    padding: 30px 0px;
  }
  footer h3 img{
    width: 230px;
  }
  .footer_radio{
    margin-top: 20px;
    padding: 10px 20px;
    text-align: left;
  }
  .footer_sns{
    text-align: right;
  }
}
@media print, screen and (min-width: 922px) {
  footer{
    padding: 40px 0px;
  }
  footer h3 img{
    width: 270px;
  }
  .footer_radio{
    max-width: 500px;
  }
  .footer_radio img{
    margin-top: 15px;
  }
  .footer_sns{
    text-align: right;
  }
  .footer_sns a{
    margin-right: 20px;
  }
  .footer_sns img{
    width: 35px;
  }
}
@media print, screen and (min-width: 1200px) {
  footer{
    padding: 50px 0px;
  }
  footer h3 img{
    width: 330px;
  }
  .footer_sns img{
    width: auto;
  }
}
@media print, screen and (min-width: 1500px) {
  footer h3 img{
    width: auto;
  }
}

/* フッターテキストリンク */
@media print, screen and (min-width: 768px) {
  .footer-textlink ul{
    font-size: 0.9em;
  }
  .footer-textlink li{
    list-style: none;
  }
  .footer-textlink li a:link,
  .footer-textlink li a:visited{ text-decoration: none; color: #333;}
 .footer-textlink2 li:before{ content: "－"; margin-right: 2px;}
}
@media print, screen and (min-width: 992px) {
  
}
@media print, screen and (min-width: 1200px) {
  .footer-textlink ul{
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 1500px) {
}

/* copyright*/
#footer_bottom{
  background-color: #162944;
  color: #fff;
  font-size: 0.8em;
  padding: 5px 0px;
  text-align: center;
}
#footer_bottom small{
  font-size: 0.85em;
  opacity: 0.8;
  display: block;
}
@media print, screen and (min-width: 768px) {
  footer small{
    text-align: left;
  }
}


/* pagetop
---------------------------------------------------- */
#pagetop{
  position: fixed; 
  bottom:15px; 
  right:20px; 
  z-index: 100;
}
#pagetop img{
  width: 50px;
  float: right;
}
@media print, screen and (min-width: 768px){
  #pagetop{
    bottom:30px; 
    right:30px; 
  }
  #pagetop img{
    width: 60px;
  }
}
@media print, screen and (min-width: 992px){
  #pagetop img{
    width: 70px;
  }
}
@media print, screen and (min-width: 1200px){
  #pagetop{
    bottom:80px; 
    right:60px; 
  }
  #pagetop img{
    width:auto;
  }
}


/* index.html（トップページ）
---------------------------------------------------- */
#top_strength{
  background: url("../images/bg_top_strength.jpg") no-repeat center top;
  background-size: contain;
  padding: 40px 0px 30px;
}
#top_strength h2{
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 20px;
}
#top_strength h2 span{
  display: block;
  font-family: "Work Sans", sans-serif; 
  font-size: 2.5em;
  background: linear-gradient(180deg, #ff7e02 20%, #ffb400 80%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#top_strength dl{
  background-color:#f5f5f5;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: table;
  width: 100%;
  line-height: 1.3em;
}
#top_strength dt{
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  border-right: 2px solid #ffcfa0;
  font-family: "Work Sans", sans-serif; font-weight: 700;
  color: #ff7e02;
  font-size: 1.3em;
}
#top_strength dd{
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: 700;
  font-size: 0.8em;
}
#top_strength p{
  margin-top: 15px;
}
@media print, screen and (min-width: 768px){
  #top_strength{
    padding: 90px 0px 50px;
  }
  #top_strength h2{
    font-size: 1.0em;
    margin-bottom: 30px;
  }
  #top_strength h2 span{
    font-size: 3.0em;
  }
  #top_strength dl{
    padding: 15px 15px;
    margin-bottom: 10px;
  }
  #top_strength dt{
    width: 12%;
    font-size: 1.5em;
  }
  #top_strength dd{
    padding-left: 15px;
    font-size: 0.9em;
  }
  #top_strength p{
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 992px){
  #top_strength{
    padding: 130px 0px 70px;
  }
  #top_strength h2{
    font-size: 1.1em;
    margin-bottom: 40px;
  }
  #top_strength h2 span{
    font-size: 3.8em;
  }
  #top_strength dl{
    padding: 20px 20px;
    margin-bottom: 15px;
  }
  #top_strength dt{
    width: 12%;
    font-size: 1.8em;
  }
  #top_strength dd{
    padding-left: 20px;
    font-size: 1.1em;
  }
  #top_strength p{
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_strength{
    padding: 160px 0px 90px;
  }
  .top_strength_text{
    margin-left: 60px;
  }
  #top_strength h2{
    font-size: 1.2em;
    margin-bottom: 50px;
  }
  #top_strength h2 span{
    font-size: 4.5em;
  }
  #top_strength dl{
    padding: 25px 25px;
  }
  #top_strength dt{
    width: 15%;
    font-size: 2.2em;
    padding: 5px 0px;
  }
  #top_strength dd{
    padding-left: 25px;
    font-size: 1.2em;
  }
  #top_strength p{
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_strength{
    padding: 180px 0px 130px;
  }
  .top_strength_text{
    margin-left: 80px;
  }
  #top_strength h2{
    font-size: 1.3em;
    margin-bottom: 60px;
  }
  #top_strength h2 span{
    font-size: 5.2em;
  }
  #top_strength dl{
    padding: 30px 30px;
    margin-bottom: 20px;
  }
  #top_strength dt{
    width: 15%;
    font-size: 2.5em;
    padding: 15px 0px;
  }
  #top_strength dd{
    padding-left: 30px;
    font-size: 1.5em;
  }
  #top_strength p{
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1800px){
  #top_strength dt{
    width: 12%;
  }
  #top_strength dd{
    font-size: 1.8em;
  }
}

#top_awards{
  background: url("../images/bg_top_awards.jpg") no-repeat bottom center #f5f5f5;
  background-size: contain;
  padding: 40px 0px;
}
#top_awards h2{
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 20px;
}
#top_awards h2 span{
  display: block;
  font-family: "Work Sans", sans-serif; 
  font-size: 2.0em;
  background: linear-gradient(180deg, #ff7e02 20%, #ffb400 80%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#top_awards ul{
  display: flex;
  flex-wrap: wrap;
}
#top_awards li{
  display: block;
  width: calc(33.333333% - 10px);
  margin-right: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px #eee;
}
#top_awards li:nth-of-type(3n){ margin-right: 0px;}
@media print, screen and (min-width: 768px){
  #top_awards{
    padding: 70px 0px;
  }
  #top_awards h2{
    font-size: 1.0em;
    margin-bottom: 30px;
  }
  #top_awards h2 span{
    font-size: 2.4em;
  }
  #top_awards li{
    width: calc(33.333333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  #top_awards{
    padding: 90px 0px;
  }
  #top_awards h2{
    font-size: 1.1em;
    margin-bottom: 40px;
  }
  #top_awards h2 span{
    font-size: 2.7em;
  }
  #top_awards li{
    width: calc(20% - 24px);
    margin-bottom: 0px;
  }
  #top_awards li:nth-of-type(3n){ margin-right: 30px;}
  #top_awards li:nth-of-type(5n){ margin-right: 0px;}
}
@media print, screen and (min-width: 1200px){
  #top_awards{
    padding: 110px 0px;
  }
  #top_awards h2{
    font-size: 1.2em;
    margin-bottom: 50px;
  }
  #top_awards h2 span{
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 1500px){
  #top_awards{
    padding: 130px 0px;
  }
  #top_awards h2{
    font-size: 1.3em;
    margin-bottom: 60px;
  }
  #top_awards h2 span{
    font-size: 3.3em;
  }
  #top_awards li{
    width: calc(20% - 40px);
    margin-right: 50px;
    box-shadow: 0px 0px 15px #eee;
  }
  #top_awards li:nth-of-type(3n){ margin-right: 50px;}
  #top_awards li:nth-of-type(5n){ margin-right: 0px;}
}

#top_service{
  background: url("../images/bg_top_sevice.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0px;
}
#top_service h2{
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 20px;
}
#top_service h2 span{
  display: block;
  font-family: "Work Sans", sans-serif; 
  font-size: 2.5em;
  background: linear-gradient(180deg, #ff7e02 20%, #ffb400 80%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#top_service p{
  margin-bottom: 10px;
}
.top_service_btn{
  text-align: center;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px){
  #top_service{
    padding: 70px 0px;
  }
  #top_service h2{
    font-size: 1.0em;
    margin-bottom: 30px;
  }
  #top_service h2 span{
    font-size: 3.0em;
  }
  #top_service p{
    margin-bottom: 15px;
  }
  .top_service_btn{
    text-align: right;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 992px){
  #top_service{
    padding: 90px 0px;
  }
  #top_service h2{
    font-size: 1.1em;
    margin-bottom: 40px;
  }
  #top_service h2 span{
    font-size: 3.8em;
  }
  .top_service_btn{
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_service{
    padding: 110px 0px;
  }
  #top_service h2{
    font-size: 1.2em;
    margin-bottom: 50px;
  }
  #top_service h2 span{
    font-size: 4.5em;
  }
  .top_service_btn{
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_service{
    padding: 130px 0px;
  }
  #top_service h2{
    font-size: 1.3em;
    margin-bottom: 60px;
  }
  #top_service h2 span{
    font-size: 5.2em;
  }
  #top_service p{
    margin-bottom: 20px;
  }
  .top_service_btn{
    margin-top: 60px;
  }
}

#top_vehicles{
  background: url("../images/bg_top_vehicles.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0px;
}
#top_vehicles h2{
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 20px;
}
#top_vehicles h2 span{
  display: block;
  font-family: "Work Sans", sans-serif; 
  font-size: 2.0em;
  background: linear-gradient(180deg, #ff7e02 20%, #ffb400 80%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#top_vehicles ul{
  display: flex;
  flex-wrap: wrap;
}
#top_vehicles li{
  display: block;
  width: calc(50% - 7.5px);
  margin-right: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px #eee;
}
#top_vehicles li:nth-of-type(2n){ margin-right: 0px;}
@media print, screen and (min-width: 768px){
  #top_vehicles{
    padding: 70px 0px;
  }
  #top_vehicles h2{
    font-size: 1.0em;
    margin-bottom: 30px;
  }
  #top_vehicles h2 span{
    font-size: 2.4em;
  }
  #top_vehicles li{
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  #top_vehicles{
    padding: 90px 0px;
  }
  #top_vehicles h2{
    font-size: 1.1em;
    margin-bottom: 40px;
  }
  #top_vehicles h2 span{
    font-size: 2.7em;
  }
  #top_vehicles li{
    width: calc(25% - 22.5px);
    margin-bottom: 0px;
  }
  #top_vehicles li:nth-of-type(2n){ margin-right: 30px;}
  #top_vehicles li:nth-of-type(4n){ margin-right: 0px;}
}
@media print, screen and (min-width: 1200px){
  #top_vehicles{
    padding: 110px 0px;
  }
  #top_vehicles h2{
    font-size: 1.2em;
    margin-bottom: 50px;
  }
  #top_vehicles h2 span{
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 1500px){
  #top_vehicles{
    padding: 130px 0px;
  }
  #top_vehicles h2{
    font-size: 1.3em;
    margin-bottom: 60px;
  }
  #top_vehicles h2 span{
    font-size: 3.3em;
  }
}

#top_recruit{
  background: #162944;
  padding: 40px 0px;
}
#top_recruit h2{
  font-size: 0.8em;
  font-weight: 700;
  color: #fff;
}
#top_recruit h2 span{
  display: block;
  font-family: "Work Sans", sans-serif; 
  font-size: 2.5em;
}
#top_recruit p{
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
#top_recruit li{
  display: block;
  margin-bottom: 20px;
}
#top_recruit li a{
  display: block;
  color: #fff;
  background: url("../images/arrow_w.png") no-repeat right 15px bottom 20px;
}
#top_recruit li a:hover{
  background: url("../images/arrow_w.png") no-repeat right 0px bottom 20px;
}
#top_recruit li a:link,
#top_recruit li a:visited{ text-decoration: none;}
.top_rectuit_img{
  width: auto;
  overflow:hidden;
}
#top_recruit li img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}
#top_recruit li h3{
  border-bottom: 1px solid #fff;
  padding: 10px 0px;
  font-weight: 700;
  font-size: 1.3em;
}
#top_recruit li h3 span{
  display: block;
  font-family: "Work Sans", sans-serif; font-weight: 700;
  font-size: 0.6em;
  text-transform:uppercase;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px){
  #top_recruit{
    padding: 70px 0px;
  }
  #top_recruit h2{
    font-size: 1.0em;
  }
  #top_recruit h2 span{
    font-size: 3.0em;
  }
  #top_recruit ul{
    display: flex;
    flex-wrap: wrap;
  }
  #top_recruit li{
    width: calc(33.333333% - 10px);
    margin-right: 15px;
    margin-bottom: 0px;
  }
  #top_recruit li:nth-of-type(3n){ margin-right: 0px;}
  #top_recruit li h3{
    padding: 15px 0px;
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 992px){
  #top_recruit{
    padding: 90px 0px;
  }
  #top_recruit h2{
    font-size: 1.1em;
  }
  #top_recruit h2 span{
    font-size: 3.8em;
  }
  #top_recruit li{
    width: calc(33.333333% - 20px);
    margin-right: 30px;
  }
  #top_recruit li h3{
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 1200px){
  #top_recruit{
    padding: 110px 0px;
  }
  #top_recruit h2{
    font-size: 1.2em;
  }
  #top_recruit h2 span{
    font-size: 4.5em;
  }
  #top_recruit li a{
    background: url("../images/arrow_w.png") no-repeat right 15px bottom 30px;
  }
  #top_recruit li a:hover{
    background: url("../images/arrow_w.png") no-repeat right 0px bottom 30px;
  }
  #top_recruit li h3{
    font-size: 1.5em;
    padding: 15px 0px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_recruit{
    padding: 130px 0px;
  }
  #top_recruit h2{
    font-size: 1.3em;
  }
  #top_recruit h2 span{
    font-size: 5.2em;
  }
  #top_recruit li{
    width: calc(33.333333% - 40px);
    margin-right: 60px;
  }
  #top_recruit li a{
    background: url("../images/arrow_w.png") no-repeat right 15px bottom 40px;
  }
  #top_recruit li a:hover{
    background: url("../images/arrow_w.png") no-repeat right 0px bottom 40px;
  }
  #top_recruit li h3{
    font-size: 2.0em;
    padding: 20px 0px;
  }
  #top_recruit li h3 span{
    margin-top: 10px;
  }
}

#top_contents{
  background: url("../images/bg_top_contents.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0px;
}
#top_contents li{
  display: block;
  box-shadow: 0px 0px 10px #eee;
  margin-bottom: 15px;
}
.top_contents_w{
  background-color: #fff;
  padding:15px;
}
.top_contents_o{
  background-color: #ff7e02;
  padding:15px;
}
.top_contents_w h2{
  font-size: 0.8em;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}
.top_contents_o h2{
  font-size: 0.8em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.top_contents_w p{
  font-weight: 700;
}
.top_contents_o p{
  color: #fff;
  font-weight: 700;
}
#top_contents h2 span{
  display: block;
  font-family: "Work Sans", sans-serif; 
  font-size: 2.0em;
}
.top_company,
.top_masters,
.top_activities,
.top_sdgs{
  padding: 20px 20px 20px 0px;
  text-align: right;  
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.top_company:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/img_top_company.jpg") no-repeat center;
  background-size: cover;
  transition: all .3s ease-out;
}
.top_masters:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/img_top_masters.jpg") no-repeat center;
  background-size: cover;
  transition: all .3s ease-out;
}
.top_activities:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/img_top_activities.jpg") no-repeat center;
  background-size: cover;
  transition: all .3s ease-out;
}
.top_sdgs:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/img_top_sdgs.jpg") no-repeat center;
  background-size: cover;
  transition: all .3s ease-out;
}
.top_company:hover:after,
.top_masters:hover:after,
.top_activities:hover:after,
.top_sdgs:hover:after{
  transform: scale(1.2);
}
.top_company a,
.top_masters a,
.top_activities a,
.top_sdgs a{
  position: relative;
  z-index: 1;
  height: 100%;
}
#top_contents li a:link,
#top_contents li a:visited{ text-decoration: none;}
.top_contents_btn{
  background-color: #fff;
  box-shadow: 0px 0px 15px #aaa;
  width: 180px;
  font-family: "Work Sans", sans-serif; font-weight: 700;
  font-size: 0.9em;
  display: inline-block;
  padding: 10px 20px;
  text-align: left;
  user-select: none;
  transition: all 0.3s;
  position: relative;
}
.top_contents_btn:link,
.top_contents_btn:visited{text-decoration: none; color: #333;}
.top_contents_btn::after {
  position: absolute;
  right: 15px;
  top: 40%;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #333;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.top_contents_btn:hover::after {
  width: 15px;
  transform: scale(1.5, 1);
}
@media print, screen and (min-width: 768px){
  #top_contents{
    padding: 70px 0px;
  }
  .top_contents_w h2,
  .top_contents_o h2{
    font-size: 1.0em;
  }
  #top_contents h2 span{
    font-size: 2.4em;
  }
  #top_contents ul{
    display: flex;
    flex-wrap: wrap;
  }
  #top_contents li{
    display: block;
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px #eee;
  }
  #top_contents li:nth-of-type(2n){ margin-right: 0px;}
  .top_contents_w,
  .top_contents_o{
    padding:30px;
  }
  #top_contents li p{
    font-size: 0.9em;
    line-height: 1.6em;
  }
  .top_company,
  .top_masters,
  .top_activities,
  .top_sdgs{
    padding: 30px 30px 30px 0px;
  }
}
@media print, screen and (min-width: 992px){
  #top_contents{
    padding: 90px 0px;
  }
  .top_contents_w h2,
  .top_contents_o h2{
    font-size: 1.1em;
  }
  #top_contents h2 span{
    font-size: 2.7em;
  }
  .top_company,
  .top_masters,
  .top_activities,
  .top_sdgs{
    padding: 40px 30px 40px 0px;
  }
  #top_contents li p{
    font-size: 1.0em;
    line-height: 1.9em;
  }
  .top_contents_btn{
    padding: 15px 30px;
    width: 250px;
    font-size: 1.0em;
  }
  .top_contents_btn::after {
    right: 30px;
    width: 10px;
    height: 10px;
  }
  .top_contents_btn:hover::after {
    width: 20px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_contents{
    padding: 130px 0px;
  }
  .top_contents_w,
  .top_contents_o{
    padding:40px 50px 40px;
  }
  .top_contents_w h2,
  .top_contents_o h2{
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  #top_contents h2 span{
    font-size: 3.0em;
  }
  .top_company,
  .top_masters,
  .top_activities,
  .top_sdgs{
    padding: 50px 50px 50px 0px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_contents{
    padding: 160px 0px;
  }
  .top_contents_w,
  .top_contents_o{
    padding:50px 70px 60px;
  }
  .top_contents_w h2,
  .top_contents_o h2{
    font-size: 1.3em;
  }
  #top_contents h2 span{
    font-size: 3.3em;
    margin-top:10px; 
  }
  #top_awards li{
    box-shadow: 0px 0px 20px #eee;
  }
  .top_company,
  .top_masters,
  .top_activities,
  .top_sdgs{
    padding: 65px 70px 65px 0px;
  }
}

#top_contact{
  background:url("../images/bg_top_contact.jpg") no-repeat center;
  background-size: cover;
  padding: 30px 0px;
}
#top_contact h2{
  font-size: 0.8em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
#top_contact h2 span{
  display: block;
  font-family: "Work Sans", sans-serif; 
  font-size: 2.5em;
}
.top_contact_box{
  border: 2px solid #f5f5f5;
  max-width: 600px;
  padding: 15px;
  text-align: center;
  color: #fff;
}
.top_contact_box h3{
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.top_contact_box img{
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.top_contact_box span{
  font-family: "Work Sans", sans-serif; font-weight: 700;
  font-size: 1.8em;
}
.top_contact_box a:link,
.top_contact_box a:visited{text-decoration: none; color: #fff;}
.top_contact_box em{
  font-style: normal;
  font-size: 0.6em;
  margin-left: 5px;
}
.top_contact_mail{
  display: inline-block;
  background-color: #ff7e02;
  padding: 10px 50px;
  font-weight: 700;
}
.top_contact_mail:link,
.top_contact_mail:visited{ text-decoration: none; color: #fff;}
.top_contact_mail:hover{opacity: 0.7;}
@media print, screen and (min-width: 768px){
  #top_contact{
    padding: 50px 0px;
  }
  #top_contact h2{
    font-size: 1.0em;
    margin-bottom: 30px;
  }
  #top_contact h2 span{
    font-size: 3.0em;
  }
  .top_contact_box{
    padding: 20px 15px;
  }
  .top_contact_box h3{
    margin-bottom: 15px;
  }
  .top_contact_box img{
    width: 25px;
  }
  .top_contact_box span{
    font-size: 1.7em;
  }
}
@media print, screen and (min-width: 992px){
  #top_contact{
    padding: 70px 0px;
  }
  #top_contact h2{
    font-size: 1.1em;
  }
  #top_contact h2 span{
    font-size: 3.8em;
  }
  .top_contact_box{
    padding: 30px 20px;
  }
  .top_contact_box h3{
    font-size: 1.3em;
    margin-bottom: 20px;
  }
  .top_contact_box span{
    font-size: 2.2em;
  }
  .top_contact_mail{
    padding: 15px 60px;
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1200px){
  #top_contact{
    padding: 90px 0px;
  }
  #top_contact h2{
    font-size: 1.2em;
  }
  #top_contact h2 span{
    font-size: 4.5em;
  }
  .top_contact_box h3{
    font-size: 1.4em;
  }
  .top_contact_box img{
    width: auto;
    margin-left: 10px;
  }
  .top_contact_box span{
    font-size: 2.2em;
  }
}
@media print, screen and (min-width: 1500px){
  #top_contact h2{
    font-size: 1.3em;
    margin-bottom: 40px;
  }
  #top_contact h2 span{
    font-size: 5.2em;
  }
  
  .top_contact_box{
    padding: 40px 20px;
  }
  .top_contact_box h3{
    font-size: 1.6em;
    margin-bottom: 30px;
  }
  .top_contact_box span{
    font-size: 2.5em;
  }
  .top_contact_mail{
    padding: 15px 70px;
    font-size: 1.2em;
  }
}


/* company.html
---------------------------------------------------- */
.bg_company2{
  background: url("../images/bg_company2.jpg") repeat-x bottom #fff;
  padding: 40px 0px;
}
@media print, screen and (min-width: 768px){
  .bg_company2{
    padding: 70px 0px;
  }
}
@media print, screen and (min-width: 992px){
  .bg_company2{
    padding: 90px 0px 0px;
  }
  .bg_company2 .sign{
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1200px){
  .bg_company2{
    padding: 110px 0px 0px;
  }
  .bg_company2 .sign{
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1500px){
  .bg_company2{
    padding: 130px 0px 0px;
  }
}

.bg_company{
  background: url("../images/bg_company.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0px;
}
.bg_company h3{
  font-weight: 600;
  font-size: 1.5em;
  color: #fff;
  text-shadow: 0px 0px 10px #666;
}
.bg_company h3 span{
  display: block;
  font-family: "Work Sans", sans-serif; font-weight: 700;
  font-size: 0.5em;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px){
  .bg_company{
    padding: 60px 0px;
  }
  .bg_company h3{
    font-size: 2.0em;
  }
}
@media print, screen and (min-width: 992px){
  .bg_company{
    background-attachment: fixed;
    padding: 90px 0px;
  }
  .bg_company h3{
    font-size: 2.0em;
  }
}
@media print, screen and (min-width: 1200px){
  .bg_company{
    padding: 110px 0px;
  }
  .bg_company h3{
    font-size: 2.4em;
  }
}
@media print, screen and (min-width: 1500px){
  .bg_company{
    padding: 130px 0px;
  }
  .bg_company h3{
    font-size: 2.8em;
  }
}

.company_access{
  border-left: 3px solid #ccc;
  padding:10px 0px 10px 20px;
}
@media print, screen and (min-width: 768px){
  .company_access{
    border-left: 4px solid #ccc;
    padding:15px 0px 15px 30px;
  }
}


/* service.html
---------------------------------------------------- */
.service_strength{
  display: flex;
  flex-wrap: wrap;
}
.service_strength li{
  display: block;
  width: calc(50% - 5px);
  margin-right: 10px;
  background-color: #162944;
  color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
.service_strength li:nth-of-type(2n){ margin-right: 0px;}
.service_strength li h4{
  font-family: "Work Sans", sans-serif; font-weight: 700; text-transform:uppercase;
  text-align: center;
  font-size: 2.5em;
  color: #ff7e02;
}
.service_strength li img{
  display: block;
  margin: 0px auto;
  width: 100px;
}
.service_strength li p{
  text-align: center;
  font-weight: 500;
}
@media print, screen and (min-width: 768px){
  .service_strength li{
    width: calc(50% - 10px);
    margin-right: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px){
  
}
@media print, screen and (min-width: 1200px){
  .service_strength li{
    width: calc(25% - 15px);
    padding: 30px 20px;
  }
  .service_strength li:nth-of-type(2n){ margin-right: 20px;}
  .service_strength li:nth-of-type(4n){ margin-right: 0px;}
  .service_strength li h4{
    margin-bottom: 15px;
  }
  .service_strength li img{
    margin: 0px auto 15px;
  }
}
@media print, screen and (min-width: 1600px){
  .service_strength li h4{
    font-size: 2.8em;
  }
  .service_strength li p{
    font-size: 1.1em;
  }
}


/* recruit.html
---------------------------------------------------- */
.flow{
	border-collapse: collapse;
	border-left:4px solid #162944;
}
.flow .sen{
	border-collapse: collapse;
	border-bottom: 1px solid #162944;
	padding-top: 20px;
	padding-bottom: 20px;
}
.flow .sen.last{border-bottom: 0;}
.step{
	background: url(../images/recruit_flow.gif) no-repeat left center;
  background-size: 15px 1px;
	padding-left: 25px;
	color: #162944;
  font-family: "Work Sans", sans-serif; font-weight: 700; text-transform:uppercase;
}
.flow .step .num{
	font-size: 150%;
	line-height: 1.4em;
	padding-left: 5px;
}
.flow .title{
	/*padding-left: 25px;*/
	margin-bottom: 10px;
	font-size: 110%;
	line-height: 1.4em;
  font-weight: 700;
}
.flow .text{
	padding-left: 25px;
	padding-top: 10px;
	font-size: 100%;
	line-height: 1.8em;
}
.flow .time{
	padding-left: 25px;
	padding-top: 5px;
	font-size: 100%;
	line-height: 1.8em;
	font-weight: bold;
}
.flow .time i {margin-right: 5px;}
.flow .text .photo{
	margin-bottom: 10px;
	max-width: 134px;
	width: 62px;
}
@media print, screen and (min-width: 576px){
	.flow .text {
		display: table;
	}
	.flow .text .photo,
	.flow .text .moji{
		display: table-cell;
		vertical-align: middle;
	}
	.flow .text .moji{
		padding-left: 30px;
	}
}

.flow_box{
	border-collapse: collapse;
	border-bottom: 1px solid #dcdcdc;
	padding-top: 20px;
	padding-bottom: 20px;
}

.flow_box.last{
	border-bottom: none;
}
@media print, screen and (min-width: 576px) {
	.flow_box{
		display: table;
		width: 100%;
	}
	.flow_box .migi,
	.flow_box .hidari{
		display: table-cell;
		/*vertical-align: middle;*/
		padding: 20px 0;
	}
	.flow_box .hidari{
		width: 120px;
	}
}
@media print, screen and (min-width: 992px) {
	.flow_box .hidari{ width: 150px;}
}
@media print, screen and (min-width: 1200px) {
	.flow_box .hidari{ width: 170px;}
}

.accordion-container {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px;
}
.accordion-container .accordion-title {
  display: block;
  position: relative;
}
.accordion-title_icon{
  position: relative;
  cursor: pointer;
}
.accordion-title_icon:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title_icon.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
  display: none;
  cursor:auto;
}
@media print, screen and (min-width: 768px){
  .accordion-container{
    padding: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .accordion-container{
    padding: 40px;
  }
  .accordion-title_icon:after {
    width: 15px;
    height: 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .accordion-container{
    padding: 40px 60px;
  }
}
@media print, screen and (min-width: 1500px){
  .accordion-container{
    padding: 40px 60px;
  }
}
.faq_q{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.faq_a{
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.faq_q_icon,
.faq_a_icon{ 
  display: flex;
  width: 20%;
}
.faq_q_icon span,
.faq_a_icon span{
  color: #fff;  
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 8px 0px 0px 0px;
  font-family: "Work Sans", sans-serif; font-weight: 700; text-transform:uppercase;
  text-align: center;
  font-size: 22px;
}
.faq_q_icon span{background-color: #162944;}
.faq_a_icon span{background-color: #ff7e02;}
.faq_q_title,
.faq_a_text{ 
  display: flex;
  width: 80%;
}
.faq_q_title h4{
  width: 100%;
  padding-right:25px;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.8em;
}
.faq_a_text p{
  padding:0px 25px 0px 0px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .faq_q_icon,
  .faq_a_icon{ 
    width: 10%;
  }
  .faq_q_icon span,
  .faq_a_icon span{
    padding: 6px 0px 0px 0px;
  }
  .faq_q_title,
  .faq_a_text{ 
    width: 90%;
  }
  .faq_q_title h4{
    padding-right:30px;
    font-size: 1.1em;
  }
  .faq_a_text p{
    padding:0px 30px 0px 0px;
  }
}
@media print, screen and (min-width: 992px) {
  .faq_a{
    margin-top: 15px;
  }
  .faq_q_icon,
  .faq_a_icon{ 
    width: 8%;
  }
  .faq_q_icon span,
  .faq_a_icon span{
    width: 45px;
    height: 45px;
    font-size: 25px;
    padding: 9px 0px 0px 0px;
  }
  .faq_q_title,
  .faq_a_text{ 
    width: 92%;
  }
  .faq_q_title h4{
    padding-top: 5px;
    padding-right:40px;
    font-size: 1.15em;
  }
  .faq_a p{
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 1200px) {
  .faq_q_icon span,
  .faq_a_icon span{
    width: 55px;
    height: 55px;
    font-size: 30px;
    padding: 10px 0px 0px 0px;
  }
  .faq_q_title h4{
    padding-top: 7px;
    padding-right:50px;
    font-size: 1.25em;
  }
}


/* forfamily.html
---------------------------------------------------- */
.forfamily_award{
  display: flex;
  flex-wrap: wrap;
}
.forfamily_award li{
  display: block;
  width: calc(33.333333% - 10px);
  margin-right: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px #eee;
}
.forfamily_award li:nth-of-type(3n){ margin-right: 0px;}
@media print, screen and (min-width: 768px){
  .forfamily_award li{
    width: calc(33.333333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .forfamily_award li{
    width: calc(20% - 24px);
    margin-bottom: 0px;
  }
  .forfamily_award li:nth-of-type(3n){ margin-right: 30px;}
  .forfamily_award li:nth-of-type(5n){ margin-right: 0px;}
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
  .forfamily_award li{
    width: calc(20% - 40px);
    margin-right: 50px;
    box-shadow: 0px 0px 15px #eee;
  }
  .forfamily_award li:nth-of-type(3n){ margin-right: 50px;}
  .forfamily_award li:nth-of-type(5n){ margin-right: 0px;}
}


/* contact.html
---------------------------------------------------- */
.contact_tel{
  text-align: center;
  font-weight: 900;
  margin-bottom: 5px;
}
.contact_tel i{
  font-size: 1.3em;
}
.contact_tel span{
  margin-left: 7px;
  font-family: "Work Sans", sans-serif; font-weight: 700;
  font-size: 1.6em;
}
.contact_tel a:link,
.contact_tel a:visited{ color: #fff;}
.contact_tel p{
  font-weight: 400;
  font-size: 0.9em;
}
@media print, screen and (min-width: 768px){
  .contact_tel{
    margin-bottom: 0px;
  }
  .contact_tel i{
    font-size: 1.5em;
  }
  .contact_tel span{
    margin-left: 10px;
    font-size: 2.0em;
  }
  .contact_tel p{
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 992px){
  .contact_tel i{
    font-size: 1.7em;
  }
  .contact_tel span{
    margin-left: 15px;
    font-size: 2.2em;
  }
  .contact_tel p{
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 1200px){
  .contact_tel i{
    font-size: 1.9em;
  }
  .contact_tel span{
    font-size: 2.2em;
  }
}
@media print, screen and (min-width: 1500px){
  .contact_tel i{
    font-size: 2.8em;
  }
  .contact_tel span{
    font-size: 2.3em;
  }
}


/* ページ内タブ切り替え
---------------------------------------------------- */
.nav-tabs{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1px;
  border-bottom: none;
}
.nav-tabs .nav-item{ 
  display: flex;
  /*width: auto;*/
  width: 105px;
  margin-right:3px;
}
.nav-tabs .nav-link{ 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border:none!important;
  border-radius: 0px!important;
  background-color: #fafbfc;
  box-shadow: 1px 1px 5px #ccc;
  color: #333!important;
  padding: 10px 0px!important;
  font-family: "Noto Serif JP", serif;
  font-size: 0.9em;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover{ 
  /*border-top: 1px solid #880000!important;
  border-left: 1px solid #880000!important;
  border-right: 1px solid #880000!important;
  border-bottom: 1px solid #880000!important;*/
  color: #fff!important; 
  background-color: #333!important;
}
.nav-tabs a:link,
.nav-tabs a:visited{ text-decoration: none;}
.tab-content{
  /*background-color: #fff;*/
  padding: 15px 0px 0px;
}
@media print, screen and (min-width: 768px){
  .nav-tabs .nav-item{ 
    width: 120px;
    margin-right: 5px;
  }
  .nav-tabs .nav-link{ 
    padding: 12px 0px!important;
  }
  .tab-content{
    padding: 30px 0px 0px;
  }
}
@media print, screen and (min-width: 992px){
  .nav-tabs .nav-item{ 
    width: 150px;
    margin-right: 10px;
  }
  .nav-tabs .nav-link{ 
    padding: 15px 0px!important;
  }
  .tab-content{
    padding: 40px 0px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  .nav-tabs{
    margin-top: 25px;
  }
  .nav-tabs .nav-item{ 
    width: 170px;
  }
  .nav-tabs .nav-link{ 
    padding: 15px 0px!important;
  }
  .tab-content{
    padding: 50px 0px 0px;
  }
}
@media print, screen and (min-width: 1500px){
  .nav-tabs{
    margin-top: 35px;
  }
}


/* カテゴリータブ
---------------------------------------------------- */
.category_tab{
  list-style: none;
  width: 100%;
  display: flex;
  /*flex-wrap: wrap;*/
}
.category_tab li{  
  display: flex;
  width: calc(33.333333% - 3.333333px);
  margin-right: 5px;
  /*margin-bottom: 5px;  */
}
.category_tab li:nth-of-type(3n){ margin-right: 0px;}
.category_tab li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15px 0px;
  text-decoration: none!important;
  border: 1px solid #162944;
  background-color:#162944;
  border-radius: 0.25rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.85em;
  line-height: 1.5em;
  transition: all 0.3s ease 0s;
}
.category_tab li a:hover,
.category_tab li a.active{border: 1px solid #162944;background-color: #162944; color: #ffb400;}
@media print, screen and (min-width: 768px){
  .category_tab li{
    width: calc(33.333333% - 6.666666px);
    margin-right: 10px;
  }
  .category_tab li a{
    padding: 20px 0px;
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 992px){
  .category_tab li{
    width: calc(33.333333% - 20px);
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .category_tab li{
    width: calc(33.333333% - 10px);
    margin-right: 30px;
  }
  .category_tab li a{
    font-size: 1.2em;
  }
}

.category_tab2{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category_tab2 li{  
  display: flex;
  width: calc(50% - 2.5px);
  margin-right: 5px;
  margin-bottom: 5px;
}
.category_tab2 li:nth-of-type(2n){ margin-right: 0px;}
.category_tab2 li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15px 0px;
  text-decoration: none!important;
  border: 1px solid #162944;
  background-color:#162944;
  border-radius: 0.25rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.85em;
  line-height: 1.5em;
  transition: all 0.3s ease 0s;
}
.category_tab2 li a:hover,
.category_tab2 li a.active{border: 1px solid #162944;background-color: #162944; color: #ffb400;}
@media print, screen and (min-width: 768px){
  .category_tab2 li{
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .category_tab2 li a{
    padding: 20px 0px;
    font-size: 0.95em;
  }
}
@media print, screen and (min-width: 992px){
  .category_tab2 li{
    width: calc(25% - 7.5px);
    margin-bottom: 0px;
  }
  .category_tab2 li:nth-of-type(2n){ margin-right: 10px;}
  .category_tab2 li:nth-of-type(4n){ margin-right: 0px;}
}
@media print, screen and (min-width: 1200px){
  .category_tab2 li{
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .category_tab2 li:nth-of-type(2n){ margin-right: 20px;}
  .category_tab2 li:nth-of-type(4n){ margin-right: 0px;}
  .category_tab2 li a{
    font-size: 1.0em;
  }
}


/* タイトル
---------------------------------------------------- */
#h2-company{background: url("../images/bg_h2_company.jpg") no-repeat center; background-size: cover;}
#h2-service{background: url("../images/bg_h2_service.jpg") no-repeat center; background-size: cover;}
#h2-ownedvehicle{background: url("../images/bg_h2_ownedvehicle.jpg") no-repeat center; background-size: cover;}
#h2-recruit{background: url("../images/bg_h2_recruit.jpg") no-repeat center; background-size: cover;}
#h2-interview{background: url("../images/bg_h2_interview.jpg") no-repeat center; background-size: cover;}
#h2-forfamily{background: url("../images/bg_h2_forfamily.jpg") no-repeat center; background-size: cover;}
#h2-sdgs{background: url("../images/bg_h2_sdgs.jpg") no-repeat center; background-size: cover;}
#h2-activities{background: url("../images/bg_h2_activities.jpg") no-repeat center; background-size: cover;}
#h2-contact{background: url("../images/bg_h2_contact.jpg") no-repeat center; background-size: cover;}
.h2-style{
  background: url("../images/bg_mainimage.png") no-repeat left /*rgba(255,255,255,0.2)*/;
  background-size: contain;
  padding: 40px 0px;
  text-align: center;
}
.h2-style h2{
  color: #fff;
  font-size: 1.0em;
  font-weight: 700;
  text-shadow: 0px 0px 10px #444;
}
.h2-style h2 span{
  display: block;  
  font-family: "Work Sans", sans-serif; font-weight: 700;
  font-size: 2.0em;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .h2-style{
    padding: 70px 0px;
  }
  .h2-style h2{
    font-size: 1.1em;
  }
  .h2-style h2 span{
    font-size: 2.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .h2-style{
    padding: 160px 0px 90px;
  }
  .h2-style h2{
    font-size: 1.2em;
  }
  .h2-style h2 span{
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 1200px) {
  .h2-style{
    padding: 200px 0px 130px;
  }
  .h2-style h2 span{
    font-size: 3.5em;
  }
}
@media print, screen and (min-width: 1500px) {
  .h2-style{
    padding: 240px 0px 160px;
  }
  .h2-style h2{
    font-size: 1.3em;
    text-shadow: 0px 0px 20px #444;
  }
  .h2-style h2 span{
    font-size: 4.0em;
  }
}

.title01{
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.title01 span{
  display: block;
  font-family: "Work Sans", sans-serif;  text-transform: uppercase;
  font-size: 2.0em;
  background: linear-gradient(180deg, #ff7e02 20%, #ffb400 80%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media print, screen and (min-width: 768px){
  .title01{
    font-size: 1.0em;
    margin-bottom: 30px;
  }
  .title01 span{
    font-size: 2.4em;
  }
}
@media print, screen and (min-width: 992px){
  .title01{
    font-size: 1.1em;
    margin-bottom: 40px;
  }
  .title01 span{
    font-size: 2.7em;
  }
}
@media print, screen and (min-width: 1200px){
  .title01{
    font-size: 1.2em;
    margin-bottom: 50px;
  }
  .title01 span{
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 1500px){
  .title01{
    font-size: 1.3em;
    margin-bottom: 60px;
  }
  .title01 span{
    font-size: 3.3em;
  }
}

.title02{
  font-size: 1.1em;
  font-weight: 700;
  color: #162944;
  padding-bottom: 10px;
  border-bottom:2px solid #162944;  
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px){
  .title02{
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px){
  .title02{
    font-size: 1.4em;    
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1200px){
  .title02{
    padding-bottom: 20px;    
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  .title02{
    font-size: 1.5em;
    margin-bottom: 50px;
  }
}

.title03{
  font-size: 1.5em;
  font-weight: 800;
  color: #162944;
  margin-bottom: 20px;
}
.title03 span{
  display: block;
  font-family: "Work Sans", sans-serif; font-weight: 700; text-transform:uppercase;
  font-size: 0.6em;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px){
  .title03{
    font-size: 1.6em;
  }  
  .title03 span{
    display: inline-block;
    writing-mode: vertical-rl;
    margin-right: 10px;
  }
  .title03 strong{
    display:inline-block;
    vertical-align: top;
  }
}
@media print, screen and (min-width: 992px){
  .title03{
    font-size: 2.0em;
  }
  .title03 span{
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1200px){
  .title03{
    font-size: 2.2em;
  }
}
@media print, screen and (min-width: 1500px){
  .title03{
    font-size: 2.4em;
  }
  .title03 span{
    font-size: 0.5em;
  }
}

.title04{
  font-size: 1.0em;
  font-weight: 700;
  color: #162944;
  position: relative;
  padding-left: 40px;
  margin-bottom: 5px;
}
.title04::after{
  position: absolute;
  left:0;
  top: 10px;
  content: '';
  width: 30px;
  height:1px;  
  background-color: #162944;
}
@media print, screen and (min-width: 768px){
  .title04{
    padding-left: 50px;
    margin-bottom: 10px;
  }
  .title04::after{
    width: 40px;
  }
}
@media print, screen and (min-width: 992px){
  .title04{
    font-size: 1.05em;
    padding-left: 60px;
  }
  .title04::after{
    width: 50px;
  }
}

.title05{
  background-color: #162944;
  padding: 15px;
  font-size: 1.0em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px){
  .title05{
    font-size: 1.05em;
  }
}
@media print, screen and (min-width: 992px){
  .title05{
    padding: 20px;
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
  .title05{
    font-size: 1.15em;
  }
}


/* table
---------------------------------------------------- */
.table-style{
	width:100%;
}
.table-style th{
  display: block;
  vertical-align:top;
  font-weight: 500;
	padding:10px 0px 2px 0px;
}
.table-style td{
  display: block;
	padding:0px 0px 10px 0px;
  border-bottom: 1px solid #ddd;
}
.table-style ul{
  margin-left: 18px;
}
@media print, screen and (min-width: 768px){
  .table-style th{
    width: 25%;
    display: table-cell;
    padding: 10px 30px 10px 0px;
    border-bottom: 1px solid #ddd;
  }
  .table-style td{
    display: table-cell;
    padding: 10px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  .table-style ul{
    margin-left: 0px;
  }
  .table-style li{
    display: inline-block;
    width: 48%;
  }
}

.table-style2{
	width:100%;
  border-collapse: collapse;
  font-size: 0.9em;
}
.table-style2 th{
  padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #eee;
  font-weight: 700;
  text-align: center;
}
.table-style2 td{
	padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
}

.table-style3{
	width:100%;
  border-collapse: collapse;
}
.table-style3 th{
  padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #eee;
  font-weight: 700;
}
.table-style3 td{
	padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media print, screen and (min-width: 768px){
  .table-style3 th{
    padding:10px 20px;
  }
  .table-style3 td{
    padding:10px 20px;
  }
}
@media print, screen and (min-width: 992px){
  .table-style3 th{
    width: 25%;
  }
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
}

.table-wrap {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  /*scrollbar-color: #39bc1b #eee;
  scrollbar-width: thin;*/
}
.table-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.table-wrap::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
}
.table-wrap::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
.table-wrap::after{
  font-size: 0.9em;
  display: block;
  padding: 2px 0px;
  content: "表は左右にスクロールできます";
  color: #999;
}
@media print, screen and (min-width: 992px){
  .table-wrap {
    overflow-x: hidden;
    white-space:normal;
  }
  .table-wrap::after{
    display: none;
  }
}


/* ボタン
---------------------------------------------------- */
.btn-style{
  background-color: #162944;
  width: 180px;
  font-family: "Work Sans", sans-serif; font-weight: 700;
  font-size: 0.9em;
  display: inline-block;
  padding: 10px 20px;
  text-align: left;
  user-select: none;
  transition: all 0.3s;
  position: relative;
}
/*.btn-style:before{ content:"\f101";font-family: "Font Awesome 5 Free"; font-weight: 900; float: right;}*/
.btn-style:link,
.btn-style:visited{text-decoration: none; color: #fff;}
.btn-style::after {
  position: absolute;
  right: 15px;
  top: 40%;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #fff;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.btn-style:hover::after {
  width: 15px;
  transform: scale(1.5, 1);
}
@media print, screen and (min-width: 992px){
  .btn-style{
    padding: 15px 30px;
    width: 250px;
    font-size: 1.0em;
  }
  .btn-style::after {
    right: 30px;
    width: 10px;
    height: 10px;
  }
  .btn-style:hover::after {
    width: 20px;
  }
}

.btn-detail{
  border: 1px solid #fff;
  display: inline-block;  
  padding:5px 15px;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s!important;
}
.btn-detail i{ margin-left: 10px;}
.btn-detail:link,
.btn-detail:visited{text-decoration: none; color: #fff;}
.btn-detail:hover{ opacity: 0.7;}

.btn-detail2{
  border: 1px solid #ddd;
  display: inline-block;  
  padding:5px 15px;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s!important;
}
.btn-detail2 i{ margin-right: 10px;}
.btn-detail2:link,
.btn-detail2:visited{text-decoration: none; color: #333;}
.btn-detail2:hover{ opacity: 0.7;}

/* 戻るボタン */
.btn-back{
  margin-top: 20px;
  border-top:1px solid #ddd;
  padding-top: 15px;
}
.btn-back a{
  background-color: #666;
	padding:10px 0px;
	text-align:center;
	display:inline-block;
  border-radius: 50px;
  width: 250px;
}
.btn-back a:link,
.btn-back a:visited{ color:#fff;text-decoration:none}
.btn-back a:before{ content:" \f104";font-family: "Font Awesome 5 Free"; font-weight: 900;line-height:1.5em; padding-right:10px}
@media print, screen and (min-width: 768px) {
  .btn-back{
    margin-top: 40px;
    padding-top: 30px;
  }
  .btn-back a{
    width: 300px;
  }
}

/* マップへのボタン */
.btn-map{
	background-color:#333;
  border-radius: 50px;
	padding:10px 0px;
	text-align:center;
	display:block;
}
.btn-map:link,
.btn-map:visited{ color:#fff;text-decoration:none}
.btn-map:before{ content:" \f3c5";font-family: "Font Awesome 5 Free"; font-weight: 900; line-height:1.5em; padding-right:5px}
@media print, screen and (min-width: 768px) {
  .btn-map{ margin-top:12px; text-align:right}
  .btn-map{
    padding:10px 40px;
    display:inline;
  }
}


/* form
---------------------------------------------------- */
.table_form{
  width:100%;
  border-collapse:collapse;
  background-color: #fff;
  border-top: 1px solid #ddd;
  color: #333;
}
.table_form th{
  padding:10px 15px 5px 15px;
  vertical-align:middle;
  text-align:left;
  font-weight: 500;
  display: block;
}
.table_form td{
  border-bottom: 1px solid #ddd;
  padding:0px 15px 10px 15px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .table_form th{
    border-bottom: 1px solid #ddd;
    padding:10px 30px 10px 20px;
    display:table-cell;
    width: 35%;
  }
  .table_form td{
    padding:10px 20px 10px 0px;
    display:table-cell;
  }
}
@media print, screen and (min-width: 992px) {
  .table_form th{
    width: 30%;
  }
}
@media print, screen and (min-width: 1200px) {
  .table_form th{
    padding:15px 0px 15px 30px;
    width: 25%;
  }
  .table_form td{
    padding:15px 30px;
  }
}

/* 必須・任意 */
p.need:before{ content: "必須";background-color:#800; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; margin-right:5px;vertical-align:middle;border-radius: 3px;}
/*.table_form*/ th.need:after{ content: "必須";background-color:#800; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; line-height: normal;vertical-align:middle; float: right;border-radius: 3px;}
/*.table_form*/ th.any:after { content: "任意";background-color:#999; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; line-height: normal;vertical-align:middle; float: right; border-radius: 3px;}

/* テキストボックスのサイズ */
.form-xs{ width:90px!important;}
.form-s{width:120px!important}
.form-m,.form-l,.form100{width:100%!important}
.form-h{  width:100%; height: 100px;}
@media print, screen and (min-width: 768px) {
  .form-xs{ width:120px!important;}
  .form-s{width:200px!important}
  .form-m{width:300px!important}
  .form-h{ height:150px;}
}

/* フォーム関係タグの初期設定とデザイン */
input[type="checkbox"],
input[type="radio"]{vertical-align:text-top;}
label{font-weight: normal;}

input[type="text"],
input[type="password"],
select,
textarea{vertical-align:middle; line-height: 1.0em; border:1px solid #ddd; background-color: #fff; padding:12px; border-radius:4px;outline: none;}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{border:1px solid #999;background-color:#f5f5f5;}

.form_slim input[type="text"],
.form_slim input[type="password"],
.form_slim select,
.form_slim textarea{padding:7px 7px;}

.need input[type="text"],
.need input[type="password"],
.need select,
.need textarea{border:1px solid #fcc;}
.need input[type="text"]:focus,
.need input[type="password"]:focus,
.need select:focus,
.need textarea:focus{border:1px solid #c00;background-color:#fff6f6;}

/* ラジオボタンのデザイン */
input[type="radio"] { 
  vertical-align: middle;
  display:none;
  width:20px;
  height:20px;
}
input[type="radio"]+label {
  display:inline-block;
  font-size:100%;
  border:1px solid #333;
  border-radius:5px;
  background:#fff;
  color:#333;
  line-height: 1.0em;
	padding:10px 10px;
  cursor: pointer;
  margin-bottom: 5px;
}
input[type="radio"]:checked+label {
  background:#333;
  color:#fff;
}
@media print, screen and (min-width: 1200px){
  input[type="radio"]+label {
    padding: 12px 15px;
  }
}

/* チェックボックスのデザイン */
input[type="checkbox"]+label{
	padding-left:	40px;	
	display:inline-block;
	cursor:	pointer;
	position:	relative;
}
input[type="checkbox"]+label:before {
	content:'';
	width:30px;	
	height:	30px;
	display:inline-block;
	position:	absolute;
	left:	0;
	background-color:	#fff;
  border: 1px solid #666;
	border-radius:5px;
}
input[type="checkbox"] {display:none;}
input[type="checkbox"]:checked + label:before {
	content:"\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-size:20px;	
	color:#fff;
	background-color:	#666;
  vertical-align: middle;
  text-align: center;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}

/* プライバシーポリシー */
.contact_privacy{
	height:300px;
	overflow:auto;
	font-size:0.9em;
	line-height:1.5em;
	background-color:#fff;
  border: 1px solid #ddd;
	padding:15px;
}
.contact_privacy h3{
	font-size:1.4em;
	text-align:center;
	line-height:normal;
	margin-bottom:10px;
}
.contact_privacy h3 span{
  display: block;
  font-size: 80%;
}
.contact_privacy h4{
	margin-top:15px;
	overflow:hidden;
  font-size: 100%;
  font-weight: bold;
	margin-bottom:15px
}
.contact_privacy h4 span {
  position: relative;
  display: inline-block;
  margin-right: 0 2.5em;
  padding-right:0.5em;
  text-align: left;
}
.contact_privacy h4 span::before,
.contact_privacy h4 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 800%;
  height: 1px;
  background-color: #333;
}
.contact_privacy h4 span::before { right: 100%;}
.contact_privacy h4 span::after { left: 100%;}
.contact_privacy ul,
.contact_privacy ol{
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact_privacy{
    padding:30px;
  }
  .contact_privacy h3{
    font-size:1.5em;
    margin-bottom:20px;
  }
}

/* buttonのデザイン */
input[type="button"],input[type="submit"]{-webkit-appearance: none; border-radius: 0;}/* iosのグラデ、角丸解除 */
.submit{
	width:100%;
	display:block;
	background-color:#666;
	border:1px solid #666;
	color: #fff;
	font-weight:normal;
	cursor:pointer;
	padding:10px 20px;
  border-radius: 40px;
  font-size: 0.8em;
}
.submit2{
	display:block;
	background-color:#fff;
	border:1px solid #333;
  color: #333!important;
  font-weight: 600;
	cursor:pointer;
	padding:10px 0px;
  width: 100%;
}
.submit2-2{
	display:block;
	background-color:#333;
	border:1px solid #333;
  color: #fff;
  font-weight: 600;
	cursor:pointer;
	padding:10px 0px;
  width: 100%;
}
.submit3{
	display:inline-block;
	background-color:#888;
	border:1px solid #888;
  border-radius: 4px;
  /*font-size: 0.8em;*/
  font-weight: 700;
	color: #fff;
	cursor:pointer;
	padding:4px 10px;
}
.submit4{
	display:inline-block;
  background: none;
  border: none;
  font-size: 0.9em;
  font-weight: 600;
	color: #333;
	cursor:pointer;
}
@media print, screen and (min-width: 768px) {
  .submit{
    width:auto;
    display:inline-block;
    padding:12px 50px;
    height:auto;
    font-size: 0.9em;
  }
  .submit2,
  .submit2-2{
  	padding:15px 0px;
    transition: 0.3s ease;
  }
  .submit2:hover,
  .submit2-2:hover{ opacity: 0.7;}
}
@media print, screen and (min-width: 992px) {
  .submit{
    padding:13px 80px;
    font-size: 1.0em;
  }
  .submit2,
  .submit2-2{
  	padding:20px 0px;
  }
  .submit3{
    padding:2px 7px;
  }
}

  
/* CMSページ関係
---------------------------------------------------- */
/* 縦横比固定 */
.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	background-color: transparent;
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.photo-ofi img {
  max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

/* paging */
div.paging{
  margin-top: 20px;
  text-align: center;
  line-height: normal;
  font-size: 0.9em;
  font-weight: 700;
}
div.paging span.current,
div.paging span.paging-text{
  margin:0px;
  /*background-color: #fff;*/
  color:#333;
  zoom:1;
  display:inline-block;
  overflow:hidden;
  text-decoration:none;
  border-radius: 5px;
}
div.paging span.paging-text a{
  padding:5px 8px;
  display:block;
  color: #333;
  border: 1px solid #fff;
  border-radius: 5px;
}
div.paging span.current{
  background-color: #333;
  border: 1px solid #666;
  color:#fff;
  zoom:1;
  padding:5px 8px;
  text-decoration:none;
  display:inline-block;
  cursor:pointer;
}
div.paging span.paging-text a:hover{
  /*background-color: #eee;*/
  color: #333;
  border: 1px solid #666;
  text-decoration:none;
  cursor:pointer;
}
@media print, screen and (min-width: 768px) {
  div.paging{
    margin-top: 30px;
  }
  div.paging span.paging-text a{
    padding:10px 15px;
  }
  div.paging span.current{
    padding:10px 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  div.paging{
    margin-top: 50px;
  }
}


/* googlemap
---------------------------------------------------- */
.googlemap{
  border: 1px solid #333;
}
.googlemap iframe{
  height: 300px;
}
@media print, screen and (min-width: 768px){
  .googlemap iframe{
    height: 400px;
  }
}
@media print, screen and (min-width: 992px){
  .googlemap iframe{
    height: 450px;
  }
}
@media print, screen and (min-width: 1200px){
  .googlemap iframe{
    height: 450px;
  }
}


/* youtube
---------------------------------------------------- */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


/* common
---------------------------------------------------- */
a img{transition: 0.3s ease;}
a:hover img {	opacity:0.7;}
.img-round{border-radius: 10px;}
@media print, screen and (min-width: 768px){
  .img-round{border-radius: 15px;}
}
@media print, screen and (min-width: 992px){
  .img-round{border-radius: 20px;}
}
.img-100{ width: 100%;}

iframe{ vertical-align: bottom;}

.box{
  border: 1px solid #333;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .box{padding: 30px 30px;}
}
@media print, screen and (min-width: 992px) {
  .box{padding: 30px 40px;}
}@media print, screen and (min-width: 1200px) {
  .box{ padding: 40px 60px;}
}

.box2{
  background-color: #162944;
  color: #fff;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box2{ padding:30px;}
}
@media print, screen and (min-width: 992px) {
  .box2{padding: 30px 40px;}
}
@media print, screen and (min-width: 1200px) {
  .box2{padding: 40px 60px;}
}

.f-left {float: left;}
.f-right {float: right;}

.ul-check li{
  list-style: none;
  text-indent:-1.5em; 
  margin-left:1.5em;
}
.ul-check li:before{ content:" \f058";font-family: "Font Awesome 5 Free"; font-weight: 900;line-height:1.5em; padding-right:7px; color: #0098e7;}


.ul-square li{
  list-style:square;
  margin-left:1em;
}
.ul-circle li{
  list-style:circle;
  margin-left:1em;
}

.ol-kakko{
	margin-left: 30px; /* サイトに合せて調整 */
}
.ol-kakko li{
  list-style-type: none;
	counter-increment: cnt;
  position: relative;
  margin-bottom: 5px;
}
.ol-kakko li::before {
	content: "(" counter(cnt) ") ";
  display:inline-block;
	margin-left:-3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
  text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.ol-round{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ol-round li{
  line-height: 1.5em;
  padding-left: 35px;
  position: relative;
  margin-bottom: 8px;
}
.ol-round li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #888;
  /*border: 1px solid #333;*/
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  /*font-size: 0.9em;*/
  line-height: 1.0em;
  letter-spacing: normal;
  position: absolute;
  top: 0;
  left: 0;
}

.lsn{ list-style: none;}
.lss{ list-style: square;}
.lsa{ list-style: upper-alpha;}
.block{ display:block}
.dib{ display: inline-block!important;}
.bold{ font-weight:bold;}
.fw400{ font-weight: 400;}
.fw500{ font-weight: 500;}
.fw600{ font-weight: 600;}
.fw700{ font-weight: 700;}
.fw800{ font-weight: 800;}
.fw900{ font-weight: 900;}
.fsn{ font-style: normal;}
.lh16{ line-height: 1.6em;}
.lh18{ line-height: 1.8em;}
.lh20{ line-height: 2.0em;}
.lh22{ line-height: 2.2em;}
.lh24{ line-height: 2.4em;}
.indent{ text-indent:-1em; margin-left:1em;}
.lesp{ letter-spacing: 0.35em;}
.tdn a:link,
.tdn a:visited{ text-decoration: none;}
.db-mobile{ display: block;}
@media print, screen and (min-width: 992px) {.db-mobile{ display: inline;}}
.ofh{ overflow: hidden;}

/* フォントサイズ */
.xx-small{ font-size:0.6em;line-height:1.5em;font-weight:normal;}
.x-small{ font-size:0.8em;line-height:1.5em;font-weight:normal;}
.small{font-size:0.85em;line-height:1.5em; font-weight:normal;}
.fs70{ font-size: 0.7em;}
.fs80{ font-size: 0.8em;}
.fs90{ font-size: 0.9em;}
.fs100{ font-size: 1.0em;}
.fs105{ font-size: 1.05em;}
.fs110{ font-size: 1.1em;}
.fs120{ font-size: 1.2em;}
.fs130{ font-size: 1.3em;}
.middle{font-size:1.1em;}
@media print, screen and (min-width: 768px) {.middle{font-size:1.2em;}}
@media print, screen and (min-width: 992px) {.middle{font-size:1.3em;}}
@media print, screen and (min-width: 1200px) {.middle{font-size:1.4em;}}
@media print, screen and (min-width: 1500px) {.middle{font-size:1.5em;}}
.large{font-size:1.35em;}
@media print, screen and (min-width: 768px) {.large{font-size:1.7em;}}
@media print, screen and (min-width: 992px) {.large{font-size:2.0em;}}
@media print, screen and (min-width: 1200px) {.large{font-size:2.1em;}}
@media print, screen and (min-width: 1500px) {.large{font-size:2.3em;}}
.x-large{font-size:1.6em;}
@media print, screen and (min-width: 768px) {.x-large{font-size:2.2em;}}
@media print, screen and (min-width: 992px) {.x-large{font-size:2.6em;}}
@media print, screen and (min-width: 1200px) {.x-large{font-size:2.8em;}}
@media print, screen and (min-width: 1500px) {.x-large{font-size:3.0em;}
}
@media print, screen and (min-width: 768px) {.sentence{ font-size: 1.05em; line-height: 1.8em;}}
@media print, screen and (min-width: 992px) {.sentence{ font-size: 1.1em; line-height: 2.2em;}}
@media print, screen and (min-width: 1200px) {.sentence{ font-size: 1.15em; line-height: 2.2em;}}

/* カラー */
.red{ color:#85061b;}
.white{ color: #fff!important;}
.white a:link,
.white a:visited{ color: #fff!important;}
.gray{ color:#999;}
.orange{ color: #ff7e02;}
.navy{ color:#162944; }


.bg-color01{ background-color: #2aa99b;}

.color_pdf{ color: #c03;}
.color_excel{ color: #063;}
.color_word{ color: #339;}
.color_ppt{ color: #f93;}
.color_zip{ color: #fc6;}

/* サイズ指定 */
.w-10{ width:10%}
.w-15{ width:15%}
.w-20{ width:20%}
.w-25{ width:25%}
.w-30{ width:30%}
.w-40{ width:40%}
.w-48{ width:48%}
.w-50{ width:50%}
.w-60{ width:60%}
.w-70{ width:70%}
.w-80{ width:80%}

.mb05{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb80{ margin-bottom:80px}
.mt05{ margin-top:5px}
.mt10{ margin-top:10px}
.mt15{ margin-top:15px}
.mt20{ margin-top:20px}
.mt30{ margin-top:30px}
.ml05{ margin-left:5px}
.ml10{ margin-left:10px}
.ml18{ margin-left:18px}
.ml20{ margin-left:20px}
.mr05{ margin-right:5px}
.mr10{ margin-right:10px}
.mr15{ margin-right:15px}
.mr20{ margin-right:20px}

.mb-xs{ margin-bottom: 15px;}
@media print, screen and (min-width: 576px) { .mb-xs{ margin-bottom: 0px;}}
.mb-sp{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mb-sp{ margin-bottom: 0px;}}
.mb-mobile{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mb-mobile{ margin-bottom: 30px;}}
@media print, screen and (min-width: 992px) { .mb-mobile{ margin-bottom: 0px;}}
.mb-pc{ margin-bottom: 30px;}
@media print, screen and (min-width: 1200px) { .mb-pc{ margin-bottom: 0px;}}

.content{ padding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content{padding: 110px 0px;}}
@media print, screen and (min-width: 1500px) {.content{padding: 130px 0px;}}

.content-s{ padding: 20px 0px 40px;}
@media print, screen and (min-width: 768px) {.content-s{padding: 40px 0px 70px;}}
@media print, screen and (min-width: 992px) {.content-s{padding: 60px 0px 90px;}}
@media print, screen and (min-width: 1200px) {.content-s{padding: 60px 0px 110px;}}
@media print, screen and (min-width: 1500px) {.content-s{padding: 90px 0px 130px;}}

.content-bg{background:#f5f5f5; padding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content-bg{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content-bg{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content-bg{padding: 110px 0px;}}
@media print, screen and (min-width: 1500px) {.content-bg{padding: 130px 0px;}}

.mtop{ margin-top: 40px;}
@media print, screen and (min-width: 768px) { .mtop{ margin-top: 70px;}}
@media print, screen and (min-width: 992px) { .mtop{ margin-top: 90px;}}
@media print, screen and (min-width: 1200px) { .mtop{ margin-top: 110px;}}
@media print, screen and (min-width: 1500px) { .mtop{ margin-top: 130px;}}

.mbottom{ margin-bottom: 40px;}
@media print, screen and (min-width: 768px) { .mbottom{ margin-bottom: 70px;}}
@media print, screen and (min-width: 992px) { .mbottom{ margin-bottom: 90px;}}
@media print, screen and (min-width: 1200px) { .mbottom{ margin-bottom: 110px;}}
@media print, screen and (min-width: 1500px) { .mbottom{ margin-bottom: 130px;}}
.mbottom2{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mbottom2{ margin-bottom: 40px;}}
@media print, screen and (min-width: 992px) { .mbottom2{ margin-bottom: 50px;}}
@media print, screen and (min-width: 1200px) { .mbottom2{ margin-bottom: 60px;}}
@media print, screen and (min-width: 1500px) { .mbottom2{ margin-bottom: 90px;}}
.mbottom3{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mbottom3{ margin-bottom: 30px;}}
@media print, screen and (min-width: 992px) { .mbottom3{ margin-bottom: 40px;}}
@media print, screen and (min-width: 1200px) { .mbottom3{ margin-bottom: 50px;}}
.mbottom4{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mbottom4{ margin-bottom: 20px;}}
@media print, screen and (min-width: 992px) { .mbottom4{ margin-bottom: 30px;}}
@media print, screen and (min-width: 1200px) { .mbottom4{ margin-bottom: 30px;}}

@media print, screen and (min-width: 992px){
  .yohaku_top{ margin-top: 15px;}
  .yohaku_left{ margin-left: 15px;}
  .yohaku_right{ margin-right: 15px;}
}
@media print, screen and (min-width: 1200px){
  .yohaku_top{ margin-top: 30px;}
  .yohaku_left{ margin-left: 30px;}
  .yohaku_right{ margin-right: 30px;}
}
@media print, screen and (min-width: 1500px){
  .yohaku_top{ margin-top: 40px;}
  .yohaku_left{ margin-left: 40px;}
  .yohaku_right{ margin-right: 40px;}
}


/* 左右の余白
---------------------------------------------------- */
/*左右の余白*/
@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.666667%;
		margin-right: 16.666667%;
	}
}

/*左右の余白2*/
@media print, screen and (min-width: 768px){
	.yohaku2{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}


/* 背景アニメーション
---------------------------------------------------- */
.bg1,
.bg2,
.bg3{
  position: relative;
}
.bg1::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background:#f5f5f5; 
  transition: 0.5s;
  z-index: -1;
}
.bg2::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background:#0c55a2; 
  transition: 0.5s;
  z-index: -1;
}
.bg3::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background:url("../images/bg-green2.jpg") repeat; 
  transition: 0.5s;
  z-index: -1;
}
.fadebg::before {
  width: 100%;
}


/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_wrap input {
  display: none;
}
.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal_content {
  width: 80%;
  box-sizing: border-box;
  align-self: center;
  background: #fff;
  border:3px solid #162944;
  border-radius: 10px;
  padding: 30px 20px 20px;
  transition: 0.5s;
}
.modal_content_inr{
  height: 400px;
  overflow: auto;
  padding-right: 15px;
}
.modal_content h4{
  margin-top: 10px;
  font-size: 1.3em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px;
}
.modal_content p {
  padding-top: 0;
}
.close_button {
  background-color: #162944;
  border-radius: 100px;
  color: #fff;
  padding: 5px 20px;
  font-weight: 800;
  cursor: pointer;
}
.close_button i{ margin-right:5px;}
.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}
.open_button {
  cursor :pointer;
  transition: all 0.3s;
  display: block;
  border: 1px solid #162944;
  font-weight: 700;
  text-align: center;
  padding: 0px 0px 10px;
  margin-bottom: 20px;
}
.open_button img{
  margin-bottom: 7px;
}
.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/
}
/*アイコンを表示*/
.open-button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d0";
  padding-left: 8px;
}
/*ラベルホバー時*/
.open_button:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px){
  .open_button{
    margin-bottom: 30px;
  }
  .modal_content {
    padding: 30px 30px 30px;
  }
  .modal_content_inr{
    height: 500px;
  }
  .modal_content img{
    display: block;
    width: 300px;
    margin: 0px auto;
  }
  .modal_content h4{
    font-size: 1.6em;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px){
  .modal_content {
    padding: 40px 40px 40px;
  }
  .open_button{
    font-size: 1.2em;
    padding: 0px 0px 20px;
  }
  .open_button img{
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .modal_content {
    width: 60%;
  }
}