@charset "utf-8";

body {
  /*font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;*/
  font-family: -apple-system, "Helvetica Neue", "Roboto", "游ゴシック体", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #202020;
  font-size: 16px;
  line-height: 1.6;
/* 案件によって
  text-align: justify;
  text-justify: distribute;
  word-break: normal;
  line-break: strict;
*/
}
a {color: #01a249; outline: none;}
a:hover {
  text-decoration: none;
}
img {vertical-align: bottom;}
.clearfix:after {
  content:"";
  display:block;
  clear:both;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* common
   ---------------------------------------------------------- */

.ml00 {margin-left: 0!important;}
.ml05 {margin-left: 5px!important;} 
.ml10 {margin-left: 10px!important;} 
.ml20 {margin-left: 20px!important;} 
.ml30 {margin-left: 30px!important;} 

.mb00 {margin-bottom: 0!important;} 
.mb10 {margin-bottom: 10px!important;} 
.mb20 {margin-bottom: 20px!important;} 
.mb30 {margin-bottom: 30px!important;} 
.mb40 {margin-bottom: 40px!important;} 
.mb50 {margin-bottom: 50px!important;} 

.pb00 {padding-bottom: 0!important;} 
.pb10 {padding-bottom: 10px!important;} 
.pb20 {padding-bottom: 20px!important;} 
.pb30 {padding-bottom: 30px!important;} 
.pb40 {padding-bottom: 40px!important;} 
.pb50 {padding-bottom: 50px!important;} 

.pt00 {padding-top: 0!important;} 
.pt10 {padding-top: 10px!important;} 
.pt20 {padding-top: 20px!important;} 
.pt30 {padding-top: 30px!important;} 
.pt40 {padding-top: 40px!important;} 
.pt50 {padding-top: 50px!important;} 

.sp { display: none; }
.fMincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: rotate(.001deg);
}
strong {font-weight: bold;}
textarea,
input[type=tel],
input[type=text] {
  padding: 8px;
}
@media all and (min-width: 768px) {
  a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media all and (max-width: 767px) {
  #main img { width: 100%; }
  .sp { display: block; }
  .pc { display: none!important; }
  body {font-size: 14px}
}

/* 追加 (改行設定)
---------------------------------- */
@media all and (min-width: 601px){
	.br-sp{ display: none; }
	.br-pc{ display: block; }
}

@media all and (max-width: 600px){
	.br-sp{ display: block;}
	.br-pc{ display: none; }
}



/* =================================
header
================================= */
.headerPc .headerInr {
  max-width: 1820px;
  margin: 0 auto;
  padding: 20px 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerPc .logo {
  padding-top: 25px;
}
.headerPc .visual {
  text-align: center;
}
.headerPc .visual img {
  vertical-align: bottom;
}
.headerPc .visual .pc {
  display: inline-block;
}
.headerInr-right {
  display: flex;
}
.hBtn-list a,
.hNavi .sub em,
.hNavi .sub > span,
.hNavi a {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: rotate(.01deg);
  text-decoration: none;
  font-weight: bold;
}
.headerInr-right .hNavi {
  display: flex;
  padding-top: 10px;
}
.headerInr-right .hNavi  em,
.headerInr-right .hNavi a {
  font-size: 20px;
  margin: 0 15px;
  position: relative;
  font-weight: bold;
}
.headerInr-right .hNavi em:after,
.headerInr-right .hNavi a:after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  content:" ";
  width: 55px;
  height: 2px;
  background: #555;
  margin-left: -27px;
}
.headerInr-right .hNavi em:hover:after,
.headerInr-right .hNavi a:hover:after {
  background: none;
}
.hBtn-list {
  display: flex;
}
.hBtn-list a {
  font-size: 20px;
  background: #009462;
  margin-left: 24px;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center; 
}
.headerInr-right .hNavi a:hover,
.hBtn-list a:hover {
  opacity: 0.7;
}
.hBtn-list li:last-child a {
  background: #005bac;
}
.headerSp {
  display: none;
}
.g-page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 104px;
    background-color: #fff;
}
.g-page--top .g-page{
    background: transparent;
}
.g-page--top .headerInr-right .hNavi em,
.g-page--top .hNavi a {
  color: #fff;
}
.g-page--top .headerInr-right .hNavi em:after,
.g-page--top .headerInr-right .hNavi a:after {
  background: #fff;
}
.g-page--top .headerFixed,
.headerFixed {
  background: #fff;
  z-index: 1000;
   -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background .5s cubic-bezier(0.165, 0.84, 0.44, .8);
    transition: background .5s cubic-bezier(0.165, 0.84, 0.44, .8);
}
.logo {
  position: relative;
}
.logo img {
  position: absolute;
  left: 0;
  top: 0;
}
.g-page--top .headerFixed .headerInr-right .hNavi em,
.headerFixed .headerInr-right .hNavi em,
.headerInr-right .hNavi em,
.g-page--top .headerFixed .hNavi a,
.headerFixed .hNavi a,
.g-page .hNavi a  {
  color: #555;
  cursor: pointer;
}
.g-page--top .hNavi a {
  color: #fff;
}


.g-page .hNavi .crnt a{
  color: rgb(0,148,98);
}
.g-page .hNavi .crnt a:hover{
  color: rgb(85,85,85);
}


.headerFixed .headerInr-right .hNavi em:after,
.headerFixed .headerInr-right .hNavi a:after,
.headerInr-right .hNavi a:after {
  background: #555;
}
.g-page--top .headerFixed  .logo img {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .1s cubic-bezier(0.165, 0.80, 0.45, .5) 0s;
  transition: all .1s cubic-bezier(0.165, 0.80, 0.45, .5) 0s;
}
.g-page--top .logo-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .1s cubic-bezier(0.165, 0.80, 0.45, .5) 0s;
  transition: all .1s cubic-bezier(0.165, 0.80, 0.45, .5) 0s;
}
.g-page--top .headerFixed .logo .logo-hidden {
  display: block;
  opacity: 1;
  filter: alpha(opacity=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@media all and (min-width: 768px) {
  .g-page--top .headerPc {
    background-image: url(/img/main-bg.jpg);
    position: relative;  
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 953px;
  }
  .headerPc {
    padding-bottom: 104px;
  }
  .g-page--top .headerPc {
    padding-bottom: 0;
  }
  .hBtn-list a {
    box-shadow: 4px 4px 0 0 rgba(37,42,52,.5);
  }
  .headerPc .logo {
    width: 25%;
  }
  .headerPc .logo img {
    max-width: 100%;
  }
  .headerPc .visual {
    max-width: 966px;
    margin: 0 auto;
    height: 903px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px 0;
    box-sizing: border-box;
  }
  .hNavi li {
    min-width:55px;
    position: relative;
    text-align:center;
  }
  #header .sMenu {
    left: 50%;
    position: absolute;
    top: 35px;
    width: 240px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: none;
    overflow: hidden;
    height: 0;
    z-index: 100;
  }
  #header .col03 {width: 340px;}
  #header .col05 {width: 300px;}
  #header .sub .open-menu {
    transition: height .5s ease;
  }
  #header .sub .col01.open-menu { height: 260px; }
  #header .sub .col02.open-menu { height: 180px; }
  #header .sub .col03.open-menu { height: 260px; }
  #header .sub .col04.open-menu { height: 360px; }
  #header .sub .col05.open-menu { height: 480px; }
  #header .sMenu li a {
    background-color: #009462;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 60px;
    padding: 0 20px;
    text-align: left;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    letter-spacing: 1px;
  }
  .headerInr-right .sMenu li > a:after {
    background: none!important; 
  }
  #header .sMenu .crnt a,
  #header .sMenu li:hover a{
    background: #036a47;
    opacity: 1; 
  }
}
@media all and (min-width: 768px)and (max-width: 1330px)  {
  .headerInr-right .hNavi em,
  .headerInr-right .hNavi a {
    margin: 0 7px;
    font-size: 16px;
  }
  .hBtn-list a {
    font-size: 16px;
    width: 160px;
  }
}
@media all and (min-width: 1025px) {
  .ip-only {
    display: none;
  }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
  .pc-only {
    display: none;
  }
  .ip-only {
    display: block;
  }
  .hNavi em {
    color: #555;
  }
  #header .sub .col01.open-menu { height: 330px; }
  #header .sub .col02.open-menu { height: 250px; }
  #header .sub .col03.open-menu { height: 330px; }
  #header .sub .col04.open-menu { height: 430px; }
}
@media all and (min-width: 768px)and (max-width: 1024px)  {
  .headerInr-right .hNavi a {
    display:none;
  }
  .headerInr-right .hNavi em {
    font-size: 12px;
  }
  .hBtn-list a {
    font-size: 14px;
    width: 120px;
    margin-left: 14px;
    height: 40px;
  }
}
@media all and (max-width: 767px) {
  .ip-only {
    display: none;
  }
  .g-page,
  .headerFixed {
    height: 45px;
  }
  .g-page--top .headerSp {
    padding-bottom: 0;
  }
  .visual img {
    width: 100%; 
  }
  .headerPc {
    display: none;
  }
  .headerSp {
    display: block;
    position: relative;
    padding-bottom: 45px;
  }
  .hBtn-list {
    padding-bottom: 60px;
  }
  .nav-content {
    padding-bottom: 60px;
  }
  .iphone .nav-content {
    padding-bottom: 0;
  }
  .hBtn-list li{
    width: 50%;
  }
  .hBtn-list li a {
    width: 100%;
    margin: 0;
    font-size: 12px;
  }
  .hBtn-list li a span {
    background: url(/common/img/ico-white-01.png) no-repeat right center;
    background-size: 7px auto;
    display: inline-block;
    padding-right: 15px;
  }
  .ac-open .headerInr {
    background: #fff;
    min-height: 45px;
  }
  .headerInr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .headerInr-box {
    position: relative;
  }
  .headerInr .logo {
    width: 60%;
  }
  /*.ac-open .logo {
    position: absolute;
    left: 15%;
    top: 0;
  }*/
  .headerInr .logo img {
    max-width: 100%;
    margin: 12px 0 0 11px;
  }
  .headerInr .menu {
    position: absolute;
    right: 0;
    top: 0;
  }
  .headerInr .menu span {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
  }
  .headerInr .menu span img {
    height: 44px;
  }
  /*.headerInr .open span {
    background: #009462;
  }*/
  .headerInr .open span:after {
    background-color: #ccc;
    position: absolute;
    left: 22px;
    top: 10px;
    width: 2px;
    height: 25px;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .headerInr .open span:before {
    background-color: #ccc;
    position: absolute;
    left: 22px;
    top: 10px;
    width: 2px;
    height: 25px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .ac-open .headerInr .logo img,
  .headerInr .open img {
    display: none;
  }
  .headerInr .logo-open,
  .headerInr .close {
    display: none;
  }
  .ac-open .headerInr .logo .logo-hidden,
  .headerInr .open .close {
    display: block;
    opacity: 1;
    transition:all 0.3s ease; -webkit-transition:all 0.3s ease; 
    -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease;
  }
  .bodyScroll {overflow-y: hidden;}
  .nav-content {
    position: absolute;
    width: 100%;
    z-index: 100;
    left: 0;
    top: 45px;
    /*z-index: 100;*/
    background: #fff;
    -webkit-transition: 1.5s top;
    transition: 1.5s top; 
    display: none;
  }
  .nav-content {
    background: #fff;
    height: 100vh;
    overflow: scroll;
  }
  .nav-content ul.hNavi {
    width: 100%;   
    padding: 0;
    margin-bottom: 10px;
  }
  .nav-content ul.hNavi li {
    font-weight: bold;
    border-top: 1px solid #b5b5b5;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
  }
  .nav-content ul.hNavi .sub {
    position: relative;
    -webkit-touch-callout:none;
    -webkit-text-size-adjust:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-select:none;
    cursor: pointer;
  }
  .nav-content ul.hNavi .sub > span {
    position: absolute;
    right: 6px;
    top: 7px;
    width: 37px;
    height: 38px;
    background: #ccc;
    border-radius: 4px;
  }
  .nav-content ul.hNavi .sub > span i {
    display: block;
    width: 37px;
    height: 38px;
    position: relative;
  }
  .nav-content ul.hNavi .sub > span i:after {
    position: absolute;
    left: 10px;
    top: 19px;
    height: 2px;
    width: 16px;
    content: "";
    background: #fff;
    margin-top: -2px;
  }
  .nav-content ul.hNavi .sub > span i:before {
    position: absolute;
    left: 17px;
    top: 10px;
    height: 17px;
    width: 2px;
    content: "";
    background: #fff;
    margin-left: 0;
  }
  .nav-content ul.hNavi .sub > .open i:before {
    background: none;
  }
  .nav-content ul.hNavi li:last-child {
    border-bottom: 1px solid #b5b5b5;
  }
  .nav-content ul.hNavi li a {
   background: url(/common/img/ico-01.png) no-repeat right 30px center; 
   background-size: 9px auto;
   padding: 15px 0;
   text-decoration: none;
   display: block;
   color: #2c2c2c;
  }
  
  .nav-content ul.hNavi .sMenu {
    display: none;
  }
  .nav-content ul.hNavi .sMenu li a {
    font-weight: normal;
    background: #009462;
    color: #fff;
    padding: 15px 0;
    font-size: 12px;
    
  }
  .nav-content ul.hNavi .sMenu li a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-content ul.hNavi .sMenu li {
    border: none;
    border-top: 1px solid #fff;
  } 
  .nav-content ul.hNavi .sMenu li:last-child {
    padding-bottom: 0;
  }
}
@media all and (max-width: 320px) {
  .headerInr .logo img {
    margin-top: 15px;
  }
}

/* =================================
main
================================= */

.section {
  max-width: 1120px;
  margin: 0 auto;
  /*padding: 0 10px;*/
}
.section .text01 {
  padding-bottom: 20px;
}
.inr1040 {
  max-width: 1040px;
  margin: 0 auto; 
}
.headText {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}
.btn-return {
  display: block;
  text-align: center;
  /*max-width: 196px;*/
  margin: 0 auto;
  font-size: 19px;
  color: #2e2e2e;
  text-decoration: none;
}
.btn-return span {
  background:url(/common/img/arrow-return.png) no-repeat left bottom; 
  position: relative;
  padding: 0 14px 2px 30px;
}

/* key main
---------------------------------------------------------- */

.kv .inner span {
    display: inline-block;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    /*writing-mode: vertical-rl; */   
    color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: rotate(.01deg);
    letter-spacing: 3px;
    font-size: 30px;
    margin: 80px 30px 0 0;
}
.kv .inner .kv-txt {
    display: flex;
    justify-content: center;
    padding: 140px 130px 0 0; 
}
.kv .inner .kv-ttl {
    font-size: 60px;
    font-weight: bold;
    margin-top: 0;
}

@media all and (min-width: 768px) {
  .kv {
/*    background: url(/common/img/bg-kv-top.jpg) no-repeat center 0; */
    position: relative; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .kv-bg {
    background: url(/common/img/bg-kv-line-top.png) no-repeat center 0;
    height: 600px;
  }
  .btn-return:hover {
    font-size: 17px;
  }
  .kv .inner .kv-txt {
    height: 550px;
  }
}
@media all and (max-width: 767px) {
  .kv img {
    width: 100%;
  }
  #main {
    margin-top: 0;
  }
  .kv .inner .kv-txt {
    position: absolute;
    left: 50%;
    top: 120px;
    padding: 0;
    margin-left: -55px;
    width: 120px;
  }
  .kv .inner .kv-txt--w {
    width: auto;
    width: 45px;
  }
  .kv .inner .kv-txt--w span {
    margin-right: 0;
  }
  .kv .inner span {
    font-size: 4.0625vw;   
    margin: 30px 20px 0 0;
    letter-spacing: 2px;
  }
  .kv .inner .kv-ttl {
    font-size: 7.1875vw;
    letter-spacing: 3px;
  }
  .btn-return {
    font-size: 3.125vw;
  }
  .btn-return span {
    padding: 0 12px 3px 25px;
  }
}

@media all and (max-width: 320px) {
  .kv .inner .kv-txt {
    top: 100px;
    margin-left: -40px;
  }
}


/* breadBox
---------------------------------------------------------- */
.breadBox {
  max-width: 1120px;
  margin: 0 auto;
  z-index: 50;
  position: relative;
}
.breadList {
  padding: 30px 30px 30px 0;
}
.breadList li {
  position: relative;
  float: left;
  font-size: 12px;
  letter-spacing: 0;
  color: #009462;
}
.breadList li + li{
  margin-left: 7px;
  padding-left: 14px;
}
.breadList li + li:before{
  content: '>';
  position: absolute;
  left: 0;
  color: #202020;
}
.breadList a {
  color: #202020;
  -webkit-transition: color .3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color .3s cubic-bezier(0.77, 0, 0.175, 1);
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .breadList a:hover {
    color: #009462;
  }
}
@media all and (max-width: 767px) {
  .breadList {
    padding: 15px 10px 20px; 
  }
}
@media all and (min-width: 768px)and (max-width: 1600px)  {
  .breadBox {
    padding-left: 10px;
  }
}

/* bnrList
---------------------------------------------------------- */

.bnrList {
  display: flex;
}
/*.bnrList li a > img {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 100;
}*/
.bnrList li a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: rotate(.01deg);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.bnrList li a > .bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.bnrList li a .bg {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-size: cover; 
  background-position: 0 0;
}
.bnrList li:nth-child(1) a .bg { background-image: url(/common/img/bg-bnrlist-01.jpg);}
.bnrList li:nth-child(2) a .bg { background-image: url(/common/img/bg-bnrlist-02.jpg);}
.bnrList li:nth-child(3) a .bg { background-image: url(/common/img/bg-bnrlist-03.jpg);}
.bnrList li:nth-child(4) a .bg { background-image: url(/common/img/bg-bnrlist-04.jpg);}
.bnrList li a .text {
  color: #fff;
  position: relative;
  z-index: 10;
  padding-bottom: 0;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 34px;
  width: 100px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  letter-spacing: 4px;
  text-decoration: none;
  line-height: 1.4;
}
.bnrList li a .font30 {
  font-size: 25px;
  letter-spacing: 2px;
}
@media all and (min-width: 768px) {
  .bnrList {
    margin: 50px auto -3%;
    justify-content: space-between;
    flex-flow: row wrap;
    position: relative;
    z-index: 10;
  }
  .bnrList li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 1.5% 3%;
  }
  .bnrList li a {
    height: 350px;
  }
  .bnrList .text {
  -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .bnrList li a:hover:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 350px;
    width: 100%;
    background: rgba(0,148,98,.5);
    content: "";
  }
  .bnrList a:hover {
    opacity: 1;
  }
  .bnrList a:hover .bg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .bnrList a:hover .text {
    color: #009462;
    background: #fff;
  }
}
@media all and (max-width: 767px) {
  .bnrList {
    display: block;
    margin-top: 25px;
  }
  .bnrList li a .text {
    font-size: 5.625vw;
    width: auto;
    min-width: 66px;
    min-height: 168px;
    height: auto;
    font-weight: bold;
    padding: 10px 10px;
  }
  .bnrList li a .two-line {
    line-height: 1.2;
  }
  .bnrList li a {
    padding: 20px 0;
    margin-bottom: 15px;
  }
  .bnrList li:last-child a {
    margin-bottom: 0;
  }
  .bnrList li a .font30 {
    font-size: 4.4vw;
    letter-spacing: 2px;
    padding: 10px 16px;
  }
}


/* =================================
footer
================================= */
#footer {
  background: #efefef;
  margin-top: 90px;
  position: relative;
}
.footerInr {
  max-width: 1120px;
  margin: 0 auto;
}
.totop {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 100;
}
.totop {
  height: 60px;
  width: 60px;
  background-color: #efefef;
  border: 3px solid #565656;
  cursor: pointer;
  box-sizing: border-box;
}
.totop:hover {
  cursor: pointer;
}
.totop:hover:after {
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.totop:after {
  width: 14px;
  height: 14px;
  border-top: 4px solid #251e1c;
  border-left: 4px solid #251e1c;
  transition: transform .2s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  /*border-top: 4px solid #251e1c;
  border-left: 4px solid #251e1c;*/
  -moz-transform: translate(-50%, -30%) rotate(45deg);
  -ms-transform: translate(-50%, -30%) rotate(45deg);
  -webkit-transform: translate(-50%, -30%) rotate(45deg);
  transform: translate(-50%, -30%) rotate(45deg);
}
#footer a {
  text-decoration: none;
  color: #555;
}
#footer a:hover {
  color: #009462;
}
.footer01 {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.footer01 .fLink {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fLink01 { width: 30%; }
.fLink02 { width: 40%; }
.fLink03 { width: 30%; }
.fLink04 { width: 30%; }
.fLink05 { width: 40%; }
.fLink06 { width: 30%; }
.footer01-left {
  width: 86%;
}
.footer01 .fLink dl {
  display: flex;
  padding-right: 2px;
  box-sizing: border-box;
}
.footer01 .fLink dl.last {
  padding-top: 40px;
}
.footer01 .fLink dl dt {
  width: 28px;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  height: 100px;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  font-size: 16px;
  line-height: 1.2;
}
.footer01 .fLink dl dd {
  width: 82%;
}
#footer .footer01 .fLink li {
  padding: 5px 20px 5px 0;
}

.footer01 .fLink dl dd ul.left{
  float:left;
}


.logo-msa {
  width: 110px;
  float: right;
  padding-bottom: 30px;
}
.logo-msa .img {
  padding: 0 0 10px 10px;
} 
.logo-msa p {
  font-size: 12px;
}
.footer02 {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.footer02 .fNavi {
  display: flex;
}
.footer02 .fNavi li {
  padding-right: 25px;
}
.footer02 .fNavi.sp {
  display: none;
}
@media all and (min-width: 768px) {
  .footer02,
  #footer .footer01 .fLink li {
    font-size: 13px;
  }  
}
@media all and (min-width: 768px)and (max-width: 1024px)  {
  .footer01 {
    padding: 30px 10px 0;
  }
  #footer .footer01 .fLink li {
    padding-right: 0;
  }
  .footer01 .fLink dl dt {
    margin-right: 5px;
  }
  .footer01 .fLink dl dd {
    width: 80%;
    font-size: 13px;
  }
  .footer02 {
    display: block;
    text-align: center;
  }
  .footer02 .fNavi {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  .footer02 .fNavi li {
    display: inline;
  }
  .footer01-right {
    padding-right: 0;
  }
  .footer01-left {
    width: auto;
  }
  .totop {
    width: 50px;
    height: 50px;
  }
}
@media all and (max-width: 767px) {
  .footer02 .fNavi.sp {
    display: block;
    text-align: center;
  }
  .footer02 .fNavi.sp li {
    display: inline;

  }
  #footer {
    margin-top: 30px;
  }
  .footer02 {
    display: block;
    padding: 10px 15px 10px;
  }
  .logo-tobu {
    text-align: center;
    padding-bottom: 15px;
  }
  .logo-tobu img {
    width: 100%;
  }
  .footer02 .fNavi {
    justify-content: center;
    padding-bottom: 10px;
  }
  .footer02 .fNavi li {
    font-size: 12px;
  }
  .footer02 .fNavi li:last-child {
    padding-right: 0;
  }
  #copyright {
    font-size: 12px;
    text-align: center;
  }
  .totop {
    width: 36px;
    height: 36px;
    border: 1px solid #565656;
    right: 10px;
    bottom: 15px;
  }
  .totop:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #251e1c;
    border-left: 2px solid #251e1c;
  }
}
@media (max-width: 320px) {
  #copyright {
    padding: 0 40px 0 0; 
  }
}

/* list 
---------------------------------------------------------- */

.list-col li {
  box-sizing: border-box;
  text-align: center;
}
.list-col li a {
  color: #000;
  text-decoration: none;
}
.list-col li img {
  width: 100%;
}
.list-col li .list-col-ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 0 5px;
}
.list-col li .list-col-txt {
  line-height: 1.2;
}
.list-col li .list-col-txt span {
  font-size: 24px;
  display: block;
  padding: 0 0 2px 5px;
}
.list-col.col3 li p {
  height: 208px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#main .list-col.col3 li img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
@media (min-width: 768px) {
  .list-col {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .list-col li {
    width: 50%;
    padding: 20px;
  }
  .list-col.col3 li {
    width: 33.3333%;
    padding: 0 15px 40px;
    font-size: 20px;
  }
  .list-col li a:hover {
    opacity: 0.7;
  }
  .list-col li a:hover {
    color: #01a249;
  }
}
@media (max-width: 767px) {
  .list-col {
    padding-top: 15px;
  }
  .list-col li {
    box-sizing: border-box;
    padding: 0 0 25px;
    text-align: center;
  }
  .list-col li .list-col-ttl {
    font-size: 4.6875vw;
    padding: 10px 0 5px;
  }
  .list-col li .list-col-txt {
    font-size: 2.1875vw;
  }
  .list-col li .list-col-txt span {
    font-size: 4.375vw; 
  }
  .list-col.col3 li p {
    max-width: 290px;
    margin: 0 auto 10px;
    height: 177px;
  }
}
@media (max-width: 320px) {
  .list-col.col3 li p {
    height: 182px;
    width: 100%;
  }  
}

/* gallary 
---------------------------------------------------------- */

.des_slide {
    max-width: 1174px;
}
.bx-wrapper {
    box-shadow: none;
    border: none;
    left: 0;
}
.bx-wrapper .bx-prev:hover, 
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
  opacity: 0.6;
}
.bx-wrapper {
  margin-bottom: 0px;
}
.bxslider li {
  position: relative;
}
.bx-pager {
  padding: 10px 0;
  margin: 0 -5px;
}
.bx-pager li {
  float: left;
  width: calc( 100% / 5);
  padding: 0 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  height: 108px;
}
.bx-pager li a {
  width: 100%;
  height: 100%;
  display: flex!important;
  justify-content: center;
}
.bx-pager li img {
  width: auto;
  height: 100%;
  display: inline;
  margin: 0 auto;
}
.bx-pager li .active {
    background-color: #909090;
}
.bx-pager li a {
  background-color: #ccc;
  display: block;
}
.bx-pager li a:hover {
    background-color: #fff;
    display: block;
}
.bx-pager li img {
    max-width: 100%;
}
.bx-pager li:hover img {
    max-width: 100%;
    opacity: 0.7;
}
.bx-pager li .active img {
    opacity: 0.5;
}
@media screen and (min-width: 768px){
  .bx-wrapper .bx-controls-direction a {
      width: 40px;
      height: 80px;
      margin-top: -40px;
      z-index: 99;
  }
  .bxslider {
    height: 100%;
  }
  .bxslider li {
    height: 558px;
  }
  .bx-wrapper img {
    height: 100%;
  }
}
@media screen and (max-width: 767px){
  .bx-pager {
    display: none;
  }
  .bx-wrapper .bx-controls-direction a {
    width: 13px;
    height: 40px;
    margin-top: -7px;
  }
  .bxslider li > p {
    bottom: 3px;
    right: 0px;
    font-size: 1.0em;
  }
  .bx-wrapper .bx-prev {
    left: 0;
    background: url(/common/img/ico-prev.png) left top no-repeat;
    background-size: 14px auto;

  }
  .bx-wrapper .bx-next {
    right: 0;
    background: url(/common/img/ico-next.png) right top no-repeat;
    background-size:  14px auto;
  }
  .bxslider,
  .bxslider li {
    height: 218px;
  }
}

@media screen and (max-width: 375px){
  .bxslider,
  .bxslider li {
    height: 190px;
  }
}

/* contact, privacy, sitemap common kv
---------------------------------------------------------- */

@media all and (min-width: 768px) {
  .kv .inner .kv-ttl {
    font-weight: normal;
    letter-spacing: 8px;
  }
	
/* -- kvModule common --- */
  .kvModule-sub{
	height: 450px;
	margin-bottom: 70px;
	background-position: center center;
	background-size: cover;
  }
	
  .kvModule-sub {
	background-image: url(/common/img/bg-kv-sub.jpg);
  } 
  .kvModule .kv-txt {
  	padding-bottom: 50px;
  }
}

@media all and (min-width: 568px)and (max-width: 767px)  {
  .bnrList li a .text {
    font-size: 30px;
    min-width: 94px;
  }
  .kv .inner .kv-txt {
    top: 155px;
  } 
}

/* 追加記入
---------------------------------------------------------- */

.bxslider li span,
.bx-pager li a,
.list-col.col3 li p {
  position: relative;
}
.bxslider li span img,
.bx-pager li a img,
.list-col.col3 li p img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}