@charset "UTF-8";
/*------------------------------------*
  $Base
  $Header
  $Contents
  $Entry Area
  $Footer
  $Drawer
  $Media query
    $Tablet
    $Smart Phone
 *------------------------------------*/

/*------------------------------------*
  $Base
 *------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src:  url('./libs/fonts/icomoon.eot?t2zp2k');
  src:  url('./libs/fonts/icomoon.eot?t2zp2k#iefix') format('embedded-opentype'),
    url('./libs/fonts/icomoon.ttf?t2zp2k') format('truetype'),
    url('./libs/fonts/icomoon.woff?t2zp2k') format('woff'),
    url('./libs/fonts/icomoon.svg?t2zp2k#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}


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


html{
  -webkit-text-size-adjust: 100%;
}


body{
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  color: #3f3f3f;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 1px;

  padding-top: constant(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
}


ul,ol{
  list-style: none;
}


img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


p{
  margin: 0 0 40px;
}


em{
  font-weight: bold;
  font-style: normal;
}


a{
  color: #3f3f3f;
}
a:hover,
a:focus{
  text-decoration: none;
}


sub{
  font-size: 13px;
  vertical-align: baseline;
}


table{
  border-collapse: collapse;
  border-spacing: 0;
}


/*------------------------------------*
  $Header
 *------------------------------------*/

.header{
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 16px 15px 48px;
  overflow: hidden;
}


.logo-link{
  text-decoration: none;
  color: inherit;
  line-height: 1;
  float: left;
  font-size: 12px;
  width: 30%;
  max-width: 230px;
  display: block;
  margin: 34px 0 0;
}

.site-logo{
  overflow: hidden;
  margin: 0;
  font-size: inherit;
}
.site-logo .logo-img{
  max-width: 100px;
  float: left;
  margin: 0 7% 0 0;
}
.site-logo .site-caption{
  font-size: 12px;
  margin: 4px 0 8px;
  display: inline-block;
}

.site-logo .site-name{
  font-size: 24px;
  display: block;
}

.header-nav{
  float: right;
  width: 70%
}
.header-nav.sub{
  padding-bottom: 16px;
}

.nav-corporate{
  letter-spacing: -.5em;
  font-size: 13px;
  float: right;
}
.nav-corporate .nav-list{
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.nav-corporate .nav-map{
  background: #e60025;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  padding: 5px 14px;
  border-radius: 100px;
  margin: 0 16px 0 0;
}
.nav-corporate .nav-map:hover,
.nav-corporate .nav-map:focus{
  background-color: #d80012;
}
.nav-corporate .nav-map::before{
  display: inline-block;
  font-size: 12px;
  font-family: 'icomoon';
  content: "\e947";
  margin: 0 8px 0 0;
}
.nav-corporate .nav-corpTop{
  background: #ef7a00;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  padding: 5px 14px;
  border-radius: 100px;
}
.nav-corporate .nav-corpTop:hover,
.nav-corporate .nav-corpTop:focus{
  background-color: #ea6700;
}
.nav-corporate .nav-map::after,
.nav-corporate .nav-corpTop::after{
  display: inline-block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  content: "";
  position: relative;
  top: -1px;
  margin: 0 0 0 6px;
}

.global-nav{
  clear: both;
  letter-spacing: -.5em;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  background: #fff;
}
.global-nav .nav-list{
  display: inline-block;
  letter-spacing: normal;
  padding: 0 0 0 1.9%;
  overflow: hidden;
  border-radius: 100px;
  width: 33.3%;
}
.global-nav .company{
  display: inline-block;
}
.global-nav .empty{
  display: inline-block;
  width: 17%;
}
.global-nav .entry{
  display: inline-block;
  width: 33%;
}
.global-nav .menuList{
  display: none;
}
.global-nav .nav-list .nav-link{
  display: table-cell;
  height: 42px;
  width: 1000px;
  vertical-align: middle;
  background: #fde75e;
  border-radius: 100px;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.global-nav .nav-list .nav-link:hover,
.global-nav .nav-list .nav-link:focus{
  background-color: #fce04c;
}
.global-nav .nav-list .nav-link.active{
  background-color: #f9d516;
}


.header-adjust{
  display: none;
}


/*------------------------------------*
  $Topicpath
 *------------------------------------*/

.topicpath-list {
  display: table;
}
.topicpath-item {
  display: table-cell;
  font-size: 15px;
}
.topicpath-item:after{
  margin: 0 10px;
  display: inline-block;
  font-weight: 400;
  content: "＞";
}
.topicpath-entry{
  font-size: 13px;
  padding: 3px 0;
  display: table-cell;
}

.topicpath-item a {
  display: inline-block;
  margin-bottom: 12px;
  border: 1px solid #b09d7c;
  background-image: -webkit-linear-gradient(90deg, #d7d7d7 0, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #d7d7d7 0, #fff 100%);
  border-radius: 20px;
  padding: 3px 20px;
  color: #3f3f3f;
  font-size: 13px;
  text-decoration: none;
}
.topicpath-item a:active,
.topicpath-item a:focus,
.topicpath-item a:visited{
  color: #3f3f3f;
}

.topicpath-item span {
  font-size: 13px;
}


/*------------------------------------*
  $Contents
 *------------------------------------*/

.contents-main{
  margin-bottom: 100px;
  word-break: break-all;
}


.contentsInner{
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}


.cotnents-mainInner{
  width: 100%;
  border-left: 300px solid transparent;
  margin-left: -300px;
  margin-bottom: 80px;
  padding-left: 70px;
  float: right;
}


.local-nav{
  float: left;
  width: 100%;
  max-width: 300px;
  font-size: 18px;
  letter-spacing: normal;
}

.local-nav .nav-list{
  border-top: solid 1px #d3d3d3;
}
.local-nav .nav-link{
  font-weight: bold;
  display: block;
  padding: 20px 0 18px 30px;
  text-decoration: none;
  background: #fff;
  position: relative;
}

.local-nav .nav-link:hover,
.local-nav .nav-link:focus{
  text-decoration: underline;
}
.local-nav .nav-text::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 10px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #3f3f3f;
  border-right: solid 1px #3f3f3f;
  transform: rotate(45deg);
}
.local-nav .nest-list .nav-link{
  background: #f5f5f5;
  padding-left: 30px;
}
.local-nav .nest-list .nav-link::before{
  left: 12px;
}
.local-nav .nest-list.l3{
  font-size: 14px;
}
.local-nav .nest-list.l3 .nav-link{
  background: #f5f5f5;
  padding: 0;
}
.local-nav .nav-link.active{
  background-color: #ffffd9 !important;
}
.local-nav .nest-list.l3 .nav-text{
  display: block;
  padding: 15px 15px 13px 45px;
  position: relative;
}
.local-nav .nest-list.thumb-list .nav-text{
  padding-right: 60px;
}
.local-nav .nest-list.l3 .nav-link::before{
  content: none;
}
.local-nav .nest-list.l3 .nav-text::before{
  top: 22px;
  left: 27px;
}
.local-nav .nest-list.l3 .icon{
  background: #e60026;
  display: inline-block;
  line-height: 1;
  padding: 6px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff; 
  margin: 12px 0 0 45px;
}
.local-nav .nest-list.l3 .icon + .nav-text{
  margin-top: -4px;
}
.local-nav .nest-list.l3 .thumb{
  width: 68px;
  position: absolute;
  bottom: 0;
  right: 6px;
}

.local-nav .btnLink{
  background: #e60025;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  margin: 40px 0;
  padding: 12px 10px;
  display: block;
  min-width: auto;
  border-radius: 100px;
  text-align: center;
  letter-spacing: -1px;
}


.recommend-area{
  max-width: 1230px;
  margin: 0 auto 160px;
  padding: 0 15px;
  text-align: center;
}
.recommend-area .recommend-title{
  font-size: 24px;
  border: solid 2px #3f3f3f;
  padding: 20px 16px;
  line-height: 1.4;
  min-width: 320px;
  display: inline-block;
  margin: 0 auto 60px;
  font-weight: bold;
}

.recommend-area .recommend-list{
  text-align: left;
  letter-spacing: -.5em;
  margin: -24px 0 0 -24px;
}
.recommend-area .recommend-list .list{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 0 0 0 24px;
  margin: 24px 0 0;
}
.recommend-area .recommend-list.col2 .list{
  width: 50%;
}
.recommend-area .recommend-list.col3 .list{
  width: 33.3%;
}
.recommend-area .recommend-list.col4 .list{
  width: 25%;
}
.recommend-area .recommend-list.col5 .list{
  width: 20%;
}

.recommend-area .recommend-list .list-link{
  display: block;
  text-decoration: none;
  position: relative;
}
.recommend-area .recommend-list .list-link:hover,
.recommend-area .recommend-list .list-link:focus{
  opacity: 0.9;
}

.recommend-area .recommend-list .caption{
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  font-size: 14px;
  padding: 10px 12px;
  line-height: 1.4;
  display: inline-block;
  min-width: 50%;
  margin: 0;
  text-align: center;
  font-weight: bold;
}



.pagetop{
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  z-index: 10;
}
.pagetop .link{
  display: block;
  width: inherit;
  height: inherit;
}
.pagetop .link::before{
  content: "";
  display: block;
  background: #000;
  opacity: 0.8;
  border-radius: 100px;
  width: inherit;
  height: inherit;
}
.pagetop .link::after{
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -8px;
}
.pagetop .text{
  display: inline-block;
  position: absolute;
  z-index: -1;
  font-size: 10px;
  top: 0;
  left: 0;
  visibility: hidden;
}


/*------------------------------------*
  $Entry Area
 *------------------------------------*/

.entry-area{
  position: relative;
  margin: 0 0 100px;
  padding: 40px 0 0;
}


.entry-area .entry-title{
  color: #fff;
  margin: 0 0 56px;
  background: #ef7a00;
  padding: 22px 0;
  letter-spacing: -.5em;
}
.entry-area .title-contents{
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.entry-area .title-img{
  letter-spacing: normal;
  display: inline-block;
  width: 42.25%;
  position: absolute;
  bottom: -22px;
  text-align: right;
}
.entry-area .title-img img{
  max-width: 387px;
  width: 100%;
}
.entry-area .entry-title .title-text{
  letter-spacing: normal;
  display: inline-block;
  text-align: left;
  width: 57.75%;
  padding: 0 0 0 5%;
  margin: 0 0 0 42.25%;
  line-height: 1.6;
}


.entry-area .entry-list{
  letter-spacing: -.5em;
  margin: 0 0 0 -40px;
  font-size: 24px;
  font-weight: bold;
}
.entry-area .entry-list .list{
  width: 25%;
  padding: 0 0 0 40px;
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
  vertical-align: top;
}
.entry-area .entry-list .list .icon{
  margin: 0 0 24px;
}
.entry-area .entry-list .link{
  background: #fde75e;
  display: block;
  padding: 38px 0;
  text-decoration: none;
}
.entry-area .entry-list .link:hover,
.entry-area .entry-list .link:focus{
  background-color: #fce04c;
}

.entry-area .entry-list > .list:last-child{
  text-align: left;
}

.entry-area .entry-list .list:last-child .link{
  font-size: 22px;
  overflow: hidden;
  padding: 32px 11% 32px 13%;
}

.entry-area .entry-list .list:last-child .icon{
  float: left;
  width: 28%;
  margin-right: 5%;
  margin-bottom: 0;
}

.entry-area .entry-list .nest-list{
  margin: 20px 0 0 -20px;
  letter-spacing: -.5em;
}
.entry-area .entry-list .nest-list .list{
  width: 50%;
  padding: 0 0 0 20px;
}
.entry-area .entry-list .list .nest-list .link{
  font-size: 16px;
  padding: 10% 0;
}
.entry-area .entry-list .list .nest-list .icon{
  max-width: 56px;
  float: none;
  width: 48%;
  margin: 0 auto 10px;
}

.entry-area .entry-list .mainText{
  display: block;
  line-height: 1.4;
}
.entry-area .entry-list .subText{
  font-size: 14px;
  display: block;
  font-family: Arial;
  color: #e60025;
  margin-top: 6px;
  position: relative;
}
.entry-area .entry-list > .list:last-child .subText{
  display: none;
}

.entry-area .entry-list .subText::after{
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: solid 1px #e60025;
  border-right: solid 1px #e60025;
  transform: rotate(45deg);
  margin: 0 0 0 3%;
}


/*------------------------------------*
  $Footer
 *------------------------------------*/

.footer{
  border-top: solid 4px #d3d3d3;
  border-bottom: solid 40px #ef7a00;
  padding: 60px 0 46px;
}

.footer .grid-entrust{
  margin-bottom: 100px;
}

.footer .nav-list{
  font-size: 16px;
  font-weight: bold;
}
.footer .nav-list .list-text{
  padding: 0 0 0 1.2em;
  position: relative;
  margin: 0 0 24px;
  letter-spacing: normal;
}
.footer .nav-list .list-text.toplink{
  display: none;
}
.footer .nav-list .list-text::before{
  content: "ー";
  position: absolute;
  margin: 0 0 0 -1.2em;
}
.footer .nav-list a{
  text-decoration: none;
}
.footer .nav-list a:hover,
.footer .nav-list a:focus{
  text-decoration: underline;
}

.footer .nest-list{
  font-size: 14px;
  margin: 24px 0 0;
}

.footer .nest-list{
  font-size: 14px;
}
.footer .nest-list .list-text{
  padding: 0;
}
.footer .nest-list .list-text::before{
  content: none;
  margin: 0;
}

.copyright{
  font-size: 14px;
  margin-bottom: 0;
}


/*------------------------------------*
  $Drawer
 *------------------------------------*/

.drawer{
  display: none;
}


/*------------------------------------*
  $Media query
 *------------------------------------*/

  /* $Tablet */
@media (max-width: 1040px){
  body{
    font-size: 16px;
  }
  p{
    margin-bottom: 30px;
  }

  .header{
    padding-bottom: 30px;
  }
  .site-logo .site-caption{
    font-size: 11px;
  }
  .site-logo .logo-img{
    margin-right: 6%;
  }
  .site-logo .site-name{
    font-size: 22px;
  }
  .global-nav{
    font-size: 12px;
  }

  .cotnents-mainInner{
    border-left: 200px solid transparent;
    margin-left: -200px;
    padding-left: 40px;
  }

  .local-nav{
    max-width: 200px;
  }
  .local-nav{
    font-size: 16px;
  }
  .local-nav .nest-list.l3{
    font-size: 12px;
  }

  .recommend-area .recommend-list.col4 .list,
  .recommend-area .recommend-list.col5 .list{
    width: 33.3%;
  }

  .entry-area{
    margin-bottom: 60px;
  }
  .entry-area .entry-title{
    margin-bottom: 40px;
  }
  .entry-area .entry-title .title-text{
    font-size: 20px;
  }
  .entry-area .entry-list{
    margin-left: -20px;
    font-size: 18px;
  }
  .entry-area .entry-list .list{
    padding-left: 20px;
  }
  .entry-area .entry-list .list:last-child .link{
    font-size: 15px;
    padding: 45px 7% 46px 9%;
  }
  .entry-area .entry-list .list:last-child .nest-list{
    margin-left: -10px;
  }
  .entry-area .entry-list .list:last-child .nest-list .list{
    padding-left: 10px;
  }
  .entry-area .entry-list .list:last-child .nest-list .link{
    font-size: 12px;
    padding: 16px 2% 16px 2%;
    letter-spacing: -1px;
  }

  .footer{
    border-bottom-width: 30px;
    padding-bottom: 20px;
  }

  .footer .nav-list{
    font-size: 14px;
  }
  .footer .nest-list{
    font-size: 12px;
  }
  .footer .nav-list .list-text{
    margin-bottom: 18px;
  }

  .footer .grid-entrust{
    margin-bottom: 60px;
  }
  .copyright{
    font-size: 14px;
  }
}


  /* $Smart phone */
@media (max-width: 767px){
  body{
    letter-spacing: 0;
    font-size: 14px;
  }
  p{
    margin-bottom: 20px;
  }
  img{
    width: 100%;
  }

  .header{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .logo-link{
    width: 48%;
    max-width: 48%;
    margin-top: 0;
  }
  .site-logo{
    padding-left: 15px;
    letter-spacing: -.5em;
  }
  .site-logo .logo-img{
    vertical-align: middle;
    float: none;
    display: inline-block;
    max-width: 60px;
  }
  .site-logo .site-caption{
    display: none;
  }
  .site-logo .site-name{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: normal;
  }
  .header-nav{
    padding-right: 15px;
    width: 52%;
  }
  .header-nav.main{
    width: 100%;
    clear: both;
    float: none;
    padding-right: 0;
  }
  .nav-corporate{
    width: 100%;
  }
  .nav-corporate .nav-list:first-child{
    width: 47%;
  }
  .nav-corporate .nav-list:last-child{
    width: 53%;
  }
  .nav-corporate .nav-map,
  .nav-corporate .nav-corpTop{
    padding: 10px 5px;
    font-size: 10px;
    display: block;
    text-align: center;
  }
  .nav-corporate .nav-map{
    margin-right: 8px;
  }
  .nav-corporate .nav-map::before{
    margin-right: 1px;
    font-size: 10px;
  }
  .nav-corporate .nav-map::after,
  .nav-corporate .nav-corpTop::after{
    content: none;
  }

  .global-nav{
    font-size: 10px;
  }
  .global-nav .nav-list{
    padding-left: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 28%;
  }
  .global-nav .company{
    display: none;
  }
  .global-nav .empty{
    display: none;
  }
  .global-nav .entry{
    display: inline-block;
    width: 56%;
  }
  .global-nav .menuList{
    display: inline-block;
    width: 16%;
  }
  .global-nav .nav-list .nav-link{
    border-radius: 0;
    height: 5.4em;
    background: none;
    position: relative;
  }
  .global-nav .nav-list .nav-link.active{
    background-color: #fde75e;
  }
  .global-nav .menuList .nav-link{
    background: #ee7a00;
    color: #fff;
    cursor: pointer;
  }
  .global-nav .nav-list .nav-link::before{
    content: "";
    display: inline-block;
    width: 1px;
    border-left: solid 1px #3f3f3f;
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 0;
  }
  .global-nav .nav-list:first-child .nav-link::before,
  .global-nav .empty + .nav-list:nth-child(2) .nav-link[href $= "/fresh/"]::before,
  .global-nav .empty + .nav-list:nth-child(2) .nav-link[href $= "/career/"]::before,
  .global-nav .menuList .nav-link::before{
    content: none;
  }
  .global-nav .humberger-icon{
    height: 2px;
    width: 2.6em;
    background: #fff;
    display: block;
    margin: 0 auto 4px;
      -webkit-transition: all 200ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -moz-transition: all 200ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
           -o-transition: all 200ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
              transition: all 200ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

      -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
           -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
              transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
  }
  .global-nav .humberger-icon:first-child{
    margin-top: 6px;
  }

  .topicpath .topicpath-list{
    margin: 15px 0;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }


  .contents-main{
    margin-bottom: 60px;
  }
  .contents-main.top{
    margin-bottom: 0;
  }

  .cotnents-mainInner{
    padding-left: 0;
    border: none;
    margin-bottom: 20px;
  }

  .local-nav{
    display: none;
  }

  .recommend-area{
    margin-bottom: 60px;
  }
  .recommend-area .recommend-title{
    font-size: 16px;
    padding: 13px 15px 15px;
    min-width: 160px;
    margin-bottom: 30px;
  }
  .recommend-area .recommend-list{
    letter-spacing: normal;
    display: table;
    table-layout: fixed;
    margin-top: 0;
    margin-left: -16px;
  }
  .recommend-area .recommend-listWrap{
    overflow-x: scroll;
    -webkit-overflow-scrolling: tohch;
  }
  .recommend-area .recommend-list .list{
    display: table-cell;
    padding-left: 16px;
    margin-top: 0;
    position: relative;
  }
  .recommend-area .recommend-list.col2 .list,
  .recommend-area .recommend-list.col3 .list,
  .recommend-area .recommend-list.col4 .list,
  .recommend-area .recommend-list.col5 .list{
    width: auto;
    min-width: 180px;
  }
  .recommend-area .recommend-list .list-link{
    display: block;
    text-decoration: none;
  }
  .recommend-area .recommend-list .list-link:hover,
  .recommend-area .recommend-list .list-link:focus{
    opacity: 0.9;
  }
  .recommend-area .recommend-list .recommend-lazyload{
    max-height: 123px;
  }
  .recommend-area .recommend-list .caption{
    font-size: 12px;
    padding: 8px 4px;
    letter-spacing: -1px;
  }

  .pagetop{
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
  .pagetop .link::after{
    border-width: 2px;
    width: 12px;
    height: 12px;
    margin: -4px 0 0 -6px;
  }

  .entry-area{
    padding-top: 0;
    margin-bottom: 40px;
  }
  .entry-area .entry-title{
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    margin-bottom: 0;
  }
  .entry-area .title-img{
    float: none;
    width: auto;
    display: block;
    position: relative;
    bottom: 0;
    text-align: center;
    background: url(../img/entry-bgTitle.png) repeat-x 0% 100%;
    background-size: contain;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .entry-area .title-img img{
    max-width: 100%;
  }
  .entry-area .entry-title .title-text{
    float: none;
    width: auto;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    background: #ee7a00;
    text-align: center;
    font-size: 14px;
    display: block;
  }

  .entry-area .entry-list{
    margin-left: -16px;
    margin-right: -15px;
    font-size: 16px;
  }
  .entry-area .entry-list .list{
    width: 50%;
    padding-left: 1px;
    padding-bottom: 1px;
  }
  .entry-area .entry-list > .list:last-child{
    text-align: center;
  }
  .entry-area .entry-list .link{
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .entry-area .entry-list .list:last-child .link,
  .entry-area .entry-list .list:last-child .nest-list .link{
    font-size: inherit;
    padding: 22px 0;
    letter-spacing: 0;
  }
  .entry-area .entry-list .list .icon{
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .entry-area .entry-list .list:last-child .icon{
    float: none;
    width: 60px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .entry-area .entry-list .subText{
    margin-top: 2px;
  }
  .entry-area .entry-list > .list:last-child .subText{
    display: block;
  }
  .entry-area .entry-list .list:last-child .nest-list{
    margin-left: -100%;
    margin-top: 0;
  }
  .entry-area .entry-list .list:last-child .nest-list .list{
    width: auto;
    display: block;
    padding-left: 0;
    margin-top: 1px;
  }
  .entry-area .entry-list .list .nest-list .icon{
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 1;
  }
  .entry-area .nest-list .mainText{
    display: inline-block;
    vertical-align: middle;
  }

  .footer{
    padding-top: 0;
    border-top-width: 2px;
    border-bottom-width: 40px;
  }
  .footer .nav-list{
    text-align: center;
    font-size: 14px;
  }
  .footer .nav-list .list-text{
    padding-left: 0;
    margin-bottom: 0;
  }
  .footer .nav-list .list-text.toplink{
    display: block;
  }
  .footer .nav-list .list-text::before{
    content: none;
  }
  .footer .nav-list .nav-link{
    display: block;
    border-bottom: solid 1px #d3d3d3;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .nest-list{
    background: #f8f8f8;
    margin-top: 0;
    border-bottom: solid 1px #d3d3d3;
    font-size: 12px;
  }

  .footer .nest-list .nav-link{
    border-bottom: none;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: underline;
  }
  .footer .nest-list .list-text:first-child .nav-link{
    padding-top: 12px;
  }
  .footer .nest-list .list-text:last-child .nav-link{
    padding-bottom: 12px;
  }

  .footer .grid-entrust{
    margin-bottom: 40px;
  }

  .footer .copyright{
    text-align: center;
    font-size: 12px;
  }

  .drawer{
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 200ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition: all 200ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition: all 200ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition: all 200ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
 
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
            overflow-y: scroll;
  }
  .drawer-nav{
    font-size: 14px;
  }
  .drawer-nav .nav-list{
    border-top: solid 1px #d3d3d3;
  }
  .drawer-nav .nav-link{
    display: block;
    font-weight: bold;
    text-decoration: none;
    background: #fff;
    position: relative;
  }
  .drawer-nav .nav-link.js-accordionTitle1{
    padding-left: 0;
  }
  .drawer-nav .nav-text{
    display: block;
    padding: 16px 15px 15px 30px;
    line-height: 1.6;
    text-decoration: none;
  }
  .drawer-nav .nav-text::before{
    content: "";
    display: inline-block;
    position: absolute;
    margin: 7px 0 0;
    left: 12px;
    width: 7px;
    height: 7px;
    border-top: solid 1px #3f3f3f;
    border-right: solid 1px #3f3f3f;
    transform: rotate(45deg);
  }
  .drawer-nav .nest-list .nav-link{
    background: #f5f5f5;
  }
  .drawer-nav .nest-list .nav-text{
    padding-left: 45px;
  }
  .drawer-nav .nest-list .nav-text::before{
    left: 27px;
  }
  .drawer-nav .nest-list.l3{
    font-size: 12px;
  }
  .drawer-nav .nest-list.l3 .nav-link{
    background: #e6e6e6;
    background: #eaeaea;
    padding: 0;
  }
  .drawer-nav .nav-link.active{
    background-color: #ffffd9 !important;
  }
  .drawer-nav .nest-list.l3 .nav-text{
    display: block;
    padding: 12px 15px 10px 60px;
    position: relative;
  }
  .drawer-nav .nest-list.thumb-list .nav-text{
    padding-right: 74px;
  }
  .drawer-nav .nest-list.l3 .nav-link::before{
    content: none;
  }
  .drawer-nav .nest-list.l3 .nav-text::before{
    top: 10px;
    left: 42px;
  }
  .drawer-nav .nest-list .icon{
    background: #e60026;
    display: inline-block;
    line-height: 1;
    padding: 4px;
    border-radius: 4px;
    font-size: 10px;
    color: #fff; 
    margin: 14px 0 0 45px;
  }
  .drawer-nav .nest-list.l3 .icon{
    margin-left: 60px;
  }
  .drawer-nav .nest-list .icon + .nav-text{
    margin-top: -8px;
  }
  .drawer-nav .nest-list .thumb{
    width: 68px;
    position: absolute;
    bottom: 0;
    right: 6px;
  }

  .drawer-nav .btnLink{
    background: #e60025;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    margin: 20px 15px;
    padding: 12px 10px;
    display: block;
    min-width: auto;
    border-radius: 100px;
    text-align: center;
    letter-spacing: -1px;
  }
  .drawer-nav .btnLink.drawer-close{
    background-color: #8f8f8f;
  }

  .show{
    display: block;
  }
  .hide{
    display: none;
  }

  body.drawer-opened .main-contents{
    left: -100%;
  }
  body.drawer-opened .drawer{
      right: 0;
  }
  body.drawer-opened .global-nav .menuList .nav-link :nth-child(1){
      transform:translate(0,6px) rotate(40deg);
      -webkit-transform:translate(0,6px) rotate(40deg);
      width: 1.6em;
  }
  body.drawer-opened .global-nav .menuList .nav-link :nth-child(2){
    transform:translate(-20px ,0);
    -webkit-transform:translate(-20px ,0);
    opacity:0;
  }
  body.drawer-opened .global-nav .menuList .nav-link :nth-child(3){
    transform:translate(0,-6px) rotate(-40deg);
    -webkit-transform:translate(0,-6px) rotate(-40deg);
    width: 1.6em;
  }

  .absolute{
    position: absolute;
    z-index: 10;
  }
  .fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.1);
  }
}
