@charset "UTF-8";

/** ベース
---------------------------------------------**/
html{ font-size: 62.5%;}

body{
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
  font-family: "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #333;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  height: auto !important;
}

*{ box-sizing: border-box;}

img{
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
  margin: 0;
}

h3{
  border-left: 10px solid #008555;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 20px;
}

a { color: #333;}

a:link {}

a:visited {}

a:hover {
  color: #2E3192;
}

i,em{ font-style: italic; }

iframe{ max-width: 100%!important;}


/*====================================================================
　グローバルヘッダー
====================================================================*/
header {
  z-index: 12000;
}
header a { text-decoration: none;}
#logo img {
  display: block;
  height: 60px;
}

header .nav-list li.twitter img{ width: 33px; }

.sp-menu-btn{
  display: none;
}

/* 言語切替セクション
---------------------------------------------------------*/
#languageChanger li.current a{ background-color: #008654; }

#languageChanger li:first-of-type a{
  border-radius: 23px 0 0 23px;
  padding-left: 8px;
  padding-right: 5px;
  margin-right: 0;
}

#languageChanger li:last-of-type a{
  border-radius: 0 23px 23px 0;
  padding-left: 5px;
  padding-right: 8px;
}

.menu-area .search-area {
  display: none;
}

.menu-area .sp-sub-nav{
  display: none;
}

#globalNav{
  background-color: #008654;
  color: #fff;
  position: relative;
}

#globalNav ul.inner {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}

#globalNav ul li{
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

#globalNav ul li a{
  color: #fff;
  display: block;
  padding: 10px 0;
}

#globalNav .toggle-btn{
  display: none;
}

#globalNav .child-menu{
  display: none;
  width: 100%;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  z-index: 100;
}

/*#globalNav ul li:hover .child-menu{
  display: block;
}*/

#globalNav .child-menu .inner{
  max-width: 1220px;
  margin: 0 auto;
  padding: 18px 10px 20px;
}

#globalNav .child-menu h2{
  margin-bottom: 6px;
  color: #008654;
  font-size: 1.5rem;
  text-align: left;
  position: relative;
  padding: 0;
}

#globalNav .pull-list li:nth-of-type(4n),
#globalNav .pull-list li:last-child{
  margin-right: 0;
}

#globalNav .pull-list a{
  position: relative;
  padding: 0;
  color: #333;
}

#globalNav .pull-list a:hover img,
#globalNav .pull-list a:hover h3{
  opacity: 0.6;
}

#globalNav .pull-list h3{
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

#globalNav .pull-list h3{
  background-color: #333;
  border-left: none;
  padding: 5px 20px 5px 10px;
  color: #fff;
  position: relative;
  text-align: left;
  font-size: 1.7rem;
}

#globalNav .pull-list h3::after{
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#globalNav .mega-parent{
  min-width: 310px;
  width: 310px;
  position: relative;
}

#globalNav .mega-parent a{
  padding: 10px;
  background-color: #333;
  font-size: 1.8rem;
  color: #fff;
  text-align: left;
  position: relative;
}

#globalNav .mega-parent a::after{
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#globalNav .mega-parent > li:hover a,
#globalNav .mega-parent > li:focus a{
  background-color: #f2f2f2;
  color: #008555;
}

#globalNav .mega-parent > li:hover a::after,
#globalNav .mega-parent > li:focus a::after{
  border-top: solid 2px #008555;
  border-right: solid 2px #008555;
}

#globalNav .mega-parent .mega-area{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 310px;
}

#globalNav .mega-parent li:hover .mega-area{
  width: 690px;
  display: block;
}

#globalNav .mega-child{
  height: 100%;
  display: flex;
  padding-left: 35px;
}

#globalNav .mega-child li{
  min-width: 310px;
  width: 310px;
  margin-right: 35px;
  text-align: left;
}

#globalNav .mega-child li:nth-child(2n){
  margin-right: 0;
}

#globalNav .mega-child .child li{
  position: relative;
}

#globalNav .mega-child .child li::after{
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#globalNav .mega-child h3{
  margin: 0 0 20px;
  padding: 0;
  border-left: none;
  border-bottom: 1px solid #333;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}

#globalNav .mega-child a{
  display: inline;
  padding: 0;
  background-color: transparent;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333 !important;
}

#globalNav .mega-child a:hover{
  text-decoration: underline;
  color: #333 !important;
}

#globalNav .mega-child a::after{
  content: none;
}

#globalNav .child li {
  font-weight: normal;
  text-align: left;
}
#globalNav .child li a {
  display: block;
  position: relative;
  padding-left: 10px;
}
#globalNav .child li a:hover,
#globalNav .child li a:active {
  color: #0094d0;
}
#globalNav .child li a:after{
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #333;
}
#globalNav .child li a:hover:after,
#globalNav .child li a:active:after{
  border-color: transparent transparent transparent #0094d0;
}


/* ヘッダー内検索セクション
---------------------------------------------------------*/
#siteSearch .inputText {
  display: inline-block;
  outline: 0;
  padding: 3px 6px;
  border-radius: 23px;
  color: #fff;
  width: 170px;
  height: 31px;
  border: none;
  background-color: #E6E6E6;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  font-size: 95%;
  line-height: 1;
  transition: color .3s, background-color .3s;
}

#siteSearch .inputText:focus {
  color: #000;
  background-color: #fff;
}

#siteSearch .iconSearch{
  margin-left: -25px;
  width: 32px;
}


/*====================================================================
　Footer
====================================================================*/
footer {
  background-color: #4D4D4D;
  color: #fff;
  padding: 60px 0 30px;
}

footer a{ text-decoration: none;}

footer .inner{
  width: 1200px;
  margin: auto;
}

footer .nav-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer .nav-list li{ margin: 15px; }

footer .nav-list li a{ color: #fff; }

#footerNav .nav-list li a { font-weight: bold;}

#footerLogo{
  display: flex;
  justify-content: center;
  margin: 30px auto;
}

#footerLogo img{ height: 50px; }

footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
}

#pagetop{
  position: fixed;
  right: 20px;
  bottom: 30px;
}

/*
pagetop
---------------------------------------------------------*/

#pagetop {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 30px;
}
#pagetop img {
  display: block;
  width: 50px;
  height: 50px;
  transition: all .3s;
}
#pagetop a:hover img{
  opacity: 0.7;
}

@media (max-width: 961px) {
  #pagetop {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  #pagetop {
    right: 0;
    bottom: 0;
  }
  #pagetop img {
      width: 40px;
      height: 40px;
    }
}


.more{
  min-width: 260px;
  width: 260px;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #008654;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.more:hover{
  color: #fff;
}

.more.arrow{
  position: relative;
}

.more.arrow::before{
  content: '';
  width: 30px;
  position: absolute;
  top: 50%;
  right: 50px;
  height: 1px;
  background: #fff;
  transform: translate(30px, 0px);
}

.more.arrow::after{
  content: '';
  width: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  height: 1px;
  background: #fff;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(40deg);
}

.more-area .more{
  margin: 0 auto 0 0;
}


@media screen and (min-width: 1281px) {
  /* 1281px以上共通 */    

}

@media screen and (min-width: 1001px) {
  /* 1001px以上共通 */    
  #headerInner{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 5px 0;
    justify-content: space-between;
    align-items: center;
  }

  #subNav { display: flex; }

  header a:hover{ text-decoration: none; }

  header .nav-list{
    display: flex;
    align-items: center;
  }

  header .nav-list li a{ margin-right: 8px; }

  header .nav-list li a{
    display: block;
    background-color: #333333;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 16px;
    padding: 4px 13px;
  }

  header .nav-list li.twitter a{
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
  .menu-area.pc-show {
    display: block!important;
  }

  #globalNav .toggle-wrap{
    height: 100%;
  }

  #globalNav ul li a.title-menu{
    padding: 10px 21px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #globalNav ul li:first-child  a.title-menu:before,
  #globalNav ul li a.title-menu:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #b1dccb;
    top: 50%;
    transform: translateY(-50%);
  }
  #globalNav ul li:first-child a.title-menu:before {
    left: 0;
  }
  #globalNav ul li a.title-menu:after {
    right: 0;
  }

  #globalNav ul li:hover a.title-menu{
    color: #ffe200;
  }

  #globalNav .child {
    display: flex;
    flex-wrap: wrap;
    margin-top: -16px;
  }
  #globalNav .child:not(:last-child) {
    margin-bottom: 16px;
  }

  #globalNav .child li {
    position: relative;
    text-align: left;
    width: calc(25% - 15px);
    margin-top: 16px;
  }
  #globalNav .child li:nth-child(4n),
  #globalNav .child li:nth-child(4n+2),
  #globalNav .child li:nth-child(4n+3) {
    margin-left: 15px;
  }
  #globalNav .child li a {
    font-size: 1.4rem;
    line-height: 1.357;
  }
  #globalNav .child-menu{
    top: 100%;
  }

}
  
@media screen and (min-width: 1001px) and (max-width: 1280px) {
  /* 1001px～1250px */    
  #globalNav ul li{ font-size: 1.44rem;}
  #headerInner,
  #globalNav ul.inner,
  footer .inner { max-width: 98%;}

}

@media screen and (min-width: 769px) and (max-width: 1060px){
  /* スマホ～1060px */
}
  
@media screen and (max-width: 1000px){
  /* 1000px以下、スマホ共通 */
  .englishPcOnly{
    display: none;
  }
  #globalNav,
  #subNav{ display: none;}

    /* スマホ～1060px */
    #headerInner,
    #globalNav ul.inner,
    footer .inner { max-width: 100%;}

    
  header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11001;
    background-color: #fff;
  }

  #headerInner{
    display: flex;
  }

  #logoArea{
    padding: 10px 20px;
  }

  #logo img{
    height: 40px;
  }

  .sp-menu-btn{
    display: block;
    max-width: 60px;
    max-height: 60px;
    padding: 18px;
    background-color: #333;
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
  }

  .btn-trigger {
    position: relative;
    width: 25px;
    height: 25px;
    cursor: pointer;
  }

  .btn-trigger,
  .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }

  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
  }

  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }

  .btn-trigger span:nth-of-type(2) {
    top: 12px;
  }

  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-area{
    width: 100%;
    max-height: calc(100% - 65px);
    overflow-y: auto;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
  }

  .menu-area .search-area {
    display: flex;
  }

  .menu-area .search-area{
    height: 45px;
    overflow: hidden;
  }

  .search-area{
    display: flex;
    justify-content: space-between;
    background-color: #333;
  }

  .search-area .sp-nav-list{
    min-width: 60px;
    width: 60px;
    border-left: 1px solid #fff;
  }

  .search-area .sp-nav-list li{
    height: 100%;
  }

  .search-area .sp-nav-list a{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
  }

  #SpSiteSearch{
    width: 100%;
    padding: 10px 20px;
  }

  #SpSiteSearch input{
    width: 100%;
    height: 25px;
    border: none;
    border-radius: 13px;
  }

  #SpSiteSearch .searchform{
    position: relative;
  }

  #SpSiteSearch .iconSearch{
    width: 22px !important;
    height: 22px !important;
    position: absolute;
    top: 2px;
    right: 3px;
  }

  #globalNav{
    display: block;
    width: 100%;
    z-index: 100;
  }

  #globalNav ul.inner{
    width: 100%;
    justify-content: inherit;
    flex-direction: column;
    display: block;
  }

  #globalNav ul li{
    text-align: left;
  }

  #globalNav .toggle-btn{
    min-width: 60px;
    width: 60px;
    display: block;
    border-left: 1px solid #fff;
  }

  #globalNav .toggle-wrap{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
  }

  #globalNav .toggle-wrap .title-menu{
    width: 100%;
    padding: 10px 20px 10px 40px;
    position: relative;
  }

  #globalNav .toggle-wrap .title-menu::before{
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .accordion{
    width: 100%;
    padding: 0;
  }
  
  .accordion li {
    position: relative;
  }
  
  .accordion > li > a {
    display: block;
    cursor: pointer;
    position: relative;
  }
  
  .accordion li .accordion_icon,
  .accordion li .accordion_icon span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
  }
  
  .accordion li .accordion_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 22px;
    right: 20px;
  }
  
  .accordion li .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  
  .accordion li .accordion_icon span:nth-of-type(1) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  
  .accordion li .accordion_icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  
  .accordion li .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }
  
  .accordion li .accordion_icon.active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  /*#globalNav ul li:hover .child-menu{
    display: none;
  }*/

  #globalNav .child-menu{
    position: static;
    padding: 17px 20px 10px;
  }

  #globalNav .child-menu .inner{
    width: 100%;
    padding: 0;
  }

  #globalNav .child:not(:last-child){
    margin-bottom: 18px;
  }
  #globalNav .child li{
    margin-bottom: 7px;
  }
  #globalNav .child a{
    font-size: 1.4rem;
    line-height: 1.357;
  }
  #globalNav .child li a:after{
    top: 6px;
  }
  #globalNav .child + h2{
    margin-top: 22px;
  }
  #globalNav .child-menu h2{
    margin-bottom: 0;
    line-height: 1.266;
  }

  .menu-area .sp-sub-nav{
    display: flex;
  }

  .sp-sub-nav .sp-nav-list{
    width: 100%;
    display: flex;
  }

  .sp-sub-nav .sp-nav-list li{
    flex: 1;
    border-right: 1px solid #fff;
  }
  
  .sp-sub-nav .sp-nav-list li:last-child{
    border-right: none;
  }

  .sp-sub-nav .sp-nav-list img{
    width: 100%;
  }

  #SplanguageChanger li{
    display: none;
    border-right: none;
  }

  #SplanguageChanger .current{
    width: 100%;
    display: block;
  }

}

@media screen and (max-width: 768px){
  /* スマホ */
  body{
    position: relative;
  }




  footer{
    padding: 60px 0 20px;
  }

  footer .nav-list li{
    margin: 0 0 20px;
  }

  #footerNav{
    margin-bottom: 30px;
  }

  #footerNav .nav-list{
    flex-direction: column;
    padding: 0 20px;
  }

  #footerNav .nav-list li a{
    width: 100%;
    display: block;
    font-size: 1.5rem;
    text-align: center;
  }

  #footerSubNav .nav-list li{
    width: 50%;
    margin: 0 0 20px;
  }

  #footerSubNav .nav-list li a{
    width: 100%;
    display: block;
    font-size: 1.2rem;
    text-align: center;
  }

  #footerLogo{
    margin: 20px 0;
  }

  #pagetop{
    right: 20px;
    bottom: 30px;
}