/* ===================================================================
共通スタイル
=================================================================== */

/* PC用のスタイル記述 */
.sp {display: none;}
.pc {display: block;}
.sp_img100 {max-width: 100%;height: auto;vertical-align: bottom;}
.none {display: none;}

img {
    max-width: 100%;
    height: auto;
}
.wrapper {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.wrapper img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1100px) {
    .wrapper {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
}

.head_logo {
   overflow: hidden;
text-indent: 100%;
white-space: nowrap;
position: absolute;
left: 6%;
top: 60px;
z-index: 2;
}
.head_logo a {
   background: url("../img/logo.png") top left no-repeat;
   width: 324px;
   height: 70px;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1100px) {
.head_logo {
left: 3%;
top: 10px;
width: 56%;
}
.head_logo a {
   background: url("../img/logo.png") top left no-repeat;
   background-size: contain;
   width: 100%;
    display: block;
    margin: inherit;
}
}

/* header */
/*------------------------------------------------------
header
------------------------------------------------------*/
#header {
    width: 100%;
    z-index: 9999;
    position: absolute;
   overflow: hidden;
}
@media screen and (max-width: 1100px) {
#header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
}
}
.subpage #header {
   position: fixed;
   top: 0;
   left: 0;
}
.subpage #header a {
  color: #313131;
}
h1 {
    position: absolute;
    right: -9999px;
    top: -9999px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    display: inline-block;
    background: #fff;
    padding: 18px 30px;
    z-index: 999;
}
@media screen and (max-width: 1100px) {
.logo {
   padding: 15px;
}
}


#navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  padding: 60px 5% 15px 300px;
}
#navigation_up {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 5% 14px 300px;
  font-size: 15px;
  z-index: 99;
  position: absolute;
right: 0;
}
@media screen and (max-width: 1000px) {
#navbar {padding-left: 0;}
}
.h_li a,
.li_txt a,
.li_txt_up a {
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    font-weight: 0;
    position: relative;
    color: #FFF;
}
@media screen and (max-width: 1000px) {
.h_li a,
.li_txt a,
.li_txt_up a {
   color: #313131;
}
}
.h_li a:after,
.li_txt a:after,
.li_txt_up a:after{
    background: #37a65e;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 0;
    height: 2px;
    transition: all 0.3s;
}

.h_li a:hover:after,
.li_txt a:hover:after,
.li_txt_up a:hover:after{
    width: 100%;
}
.drop-menu:hover .li_txt a:after {
        width: 100%;
}
.li_txt {
    position: relative;
    padding: 0 12px;
    cursor: pointer;
}
.li_txt_up {
    position: relative;
    padding: 0 12px;
    cursor: pointer;
    font-size: 14px;
    padding-top: 5px;
}

.nav_drop {
    
    background: #F5F5F5;
    display: none;
    position: absolute;
    top: 87%;
    left: 0;
    width: 100%;
    z-index: 999;
}
.drop_list {
    max-width: 1200px;
    width: 100%;
    margin: 20px auto 20px;
    padding: 20px;
}



.drop_list {
    display: flex;
    flex-flow: row wrap;
}
.drop_list > div {
    width: calc(14.2857142857% - 15px);
    margin: 0 7.5px 15px;
}
.drop_li {
    padding: 10px 5px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}
.drop_li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
}



.drop_li01 {
    background: #37a65e;
}
.drop_li02 {
    background: #fff;
}
.drop_li01,
.drop_li02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.drop_li02.have_link:hover {
    background: #e4babc;
}
.drop_li .imgbox {
    height: 6vw;
    overflow: hidden;
    margin-bottom: 10px;
}
.drop_li .imgbox img {
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: contain;
}

.drop_li01 a,
.drop_li .li_en,
.drop_li .li_ja,
.drop_li02 a,
.drop_li .txt {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.drop_li01 a,
.drop_li .li_en,
.drop_li .li_ja {
    color: #fff;
}

.drop_li .li_en,
.drop_li .li_ja {
    font-size: 18px;
}
.drop_li .li_en {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
}
.drop_li01.have_link:hover {
    background: #fff;
}
.drop_li01.have_link:hover a,
.drop_li01.have_link:hover .li_en,
.drop_li01.have_link:hover .li_ja {
    color: #00427f;
}
.drop_li01.have_link:hover .li_en {
    border-bottom: 2px solid #00427f;
}
.drop_li02 a,
.drop_li .txt {
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
}
.drop_li02.have_link:hover .txt,
.drop_li02.have_link:hover .txt a {
    color: #fff;
}

.menu_sub {
   width: 30%;
   margin-bottom: 25px;
}
.menu_sub dt {
   border-bottom: 1px solid #313131;
   padding-bottom: 5px;
   margin-bottom: 5px;
   font-weight: bold;
}

.menu_sub dt a { text-decoration:none;
color:#222222;
}

.menu_sub dd {
   display: block;
   font-size: 15px;
   position: relative;
   padding-left: 15px;
   border-bottom: 1px dotted #363636;
}
.menu_sub dd::before {
   content: '▶';
   font-size: 10px;
   position: absolute;
   left: 0;
   top: 6px;
}
.menu_sub dd a {
   padding: 5px 0;
   color: #313131;
   letter-spacing: 0;
   line-height: 120%;
   text-decoration: none;
   display: block;
}
.menu_sub dd a:hover {
   color: #37a65e!important;
}
@media screen and (max-width: 1000px) {
.menu_sub {
   width: 100%;
   margin-bottom: 15px;
}
}


.earlier_block {
    z-index: 9;
}


.selectlang {
    position: relative;
    margin-left: 12px;
}

.selectlang_btn, .h_li03 a {
    background: #5f9e1b;
    color: #fff;
    font-weight: 600;
}
.selectlang_btn {
    display: block;
    padding: 1px 10px 2px;
    cursor: pointer;
    transition: all 0.3s;
    
}
.selectlang_btn:hover {
    background: #37a65e;
}
.selectlang_inner {
    position: absolute;
    right: 0;
    top: auto;
    width: 300px;
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #ccc;
    display: none;
    z-index: 100;
}
.selectlang_inner a {
    text-decoration: none;
    display: block;
    margin: 5px 0;
    color: #313131;
}
.h_li .selectlang_inner a {
    padding: 5px 10px;
}

@media screen and (max-width: 1000px) {
    .logo {
        position: relative;
        z-index: 1;
        max-width: 200px;
    }
    .globalmenu {
        overflow: auto;
        height: 100%;
    }
#navigation {
    display: block;
    padding: 30px 0 0 0;
}
#navigation_up {display: block;
   position: relative;
   padding: 0;
   padding: 0 0 0 10px;
width: 90%;
}

.li_txt:before,
.li_txt:after {
    background: #000;
    content: "";
    width: 12px;
    height: 3px;
    display: block;
    position: absolute;
    transition: all 0.3s;
}

.li_txt:before {
        right: 10px;
    top: 33px;
}
.li_txt:after {
    right: 10px;
    top: 33px;
    transform: rotate(90deg);
}
.drop-menu:hover .li_txt:after {
    transform: rotate(0deg);
}

    .h_li, .li_txt, .h_li a, .li_txt a,
    .selectlang_btn, .h_li03 a {
        font-size: 14px;
    }
    .h_li a, .li_txt a {
    padding: 18px 5px;
}
        .selectlang_btn {
    padding: 10px 10px;
margin-top: 10px;
}
    .li_txt {
    padding-right: 20px;
}
    .nav_drop {
        position: relative;
        top: auto;
        left: auto;
    }
    .drop_list {
    width: 90%;
    margin: 0 auto;
    padding: 15px 5px;
}
    .drop_list > div {
        width: calc(50% - 5px);
    margin: 0 auto 5px;
}
    .bnr_box .bnr_tit {
    font-size: 18px;
}
    .drop_li .li_en, .drop_li .li_ja,
    .bnr_box .txt {
    font-size: 14px;
}
    .drop_li .li_en {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .drop_li02 a, .drop_li .txt {
    font-size: 12px;
}
    .selectlang_inner {
        position: relative;
        right: auto;
        width: 100%;
        background: #ededed;
        padding: 0;
    }
    .h_li .selectlang_inner a {
        margin: 0;
    }
    .h_li a, .li_txt a {
        padding: 10px;
    }
    .h_li a {
        display: block;
    }
    .li_txt:before, .li_txt:after {
    top: 19px;
}
    
    .drop-menu:hover .li_txt a:after {
    width: 0;
}
    .drop-menu:hover .li_txt:after {
    transform: rotate(90deg);
}
    .nav_drop {
        height: 0!important;
        display: none!important;
        opacity: 0!important;
    }
    .drop_active .nav_drop {
        height: auto!important;
        display: block!important;
        opacity: 1!important;
    }
    
    .drop-menu.drop_active .li_txt a:after {
    width: 100%;
}
        .drop-menu.drop_active .li_txt:after {
    transform: rotate(0deg);
}
}

#header.HeightMin {
  position: fixed;
  z-index: 999;
  height: 80px;
  animation: DownAnime 0.5s forwards;
  background-color: #FFF;
}
@media screen and (max-width: 1100px) {
#header.HeightMin {
  height: 60px;
}
.drawer-open .HeightMin {
   height: 100vh!important;
   background-color: inherit!important;
}
}
#header.HeightMin a {
   color: #313131;
}
#header.HeightMin ul {
   padding: 40px 5% 0 0;
}
#header.HeightMin #navigation_up {top: -35px;}

@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-170px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
#header.HeightMin .nav_drop {
    top: 100%;
}
#header.HeightMin .logo {
   padding: 12px 30px 0;
}



.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sb {justify-content: space-between;}
.ai {align-items: center;}
.sa {justify-content: space-around;}
.jc {justify-content: center;}
.fs {justify-content: flex-start;}

#pageTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1;cursor: pointer;
}

@media screen and (max-width: 1000px) {
    #pageTop {
        right: 5px;
        bottom: 25px;
    }

    #pageTop img {
        width: 80%;
        height: auto;
        opacity: .8;
    }
}

#footer {
   background-color: #e7e7e7;
   padding: 25px 10%;
}
.foot_left {
    width: 45%;
}
.foot_right {
    width: 45%;
    text-align: right;
}
.foot_sub {
   text-align: right;
   padding: 10px 10%;
   display: block;
}
.foot_sub li {
   float: right;
   margin-left: 15px;
   font-size: 12px;
}
.foot_sub li a {
   color: #313131;
   text-decoration: none;
}

@media screen and (max-width: 1000px) {
#footer {}
.foot_left {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
}
.foot_right {
    width: 100%;
    text-align: left;
}
}

small {
    font-size: 12px;
    display: block;
    width: 100%;
    font-weight: 500;
    letter-spacing: 0;
}




.ggmap {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img[src*="analytics.global-websystem.net"] {
    display: none;
}

.contents_title {
   background: url("../img/title_bg.jpg") top center no-repeat;
   background-size: cover;
   color: #FFF;
   text-align: center;
   font-size: 24px;
   font-weight: bold;
   padding: 60px 0;
   margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
.contents_title {
   font-size: 20px;
   font-weight: bold;
   padding: 30px 0;
}
}
.cmshtml .rdBreadcrumb {
   margin-bottom: 40px;
   letter-spacing: 0;
   padding-top: 7px;
}
.cmshtml .rdBreadcrumb li {
   font-size: 14px!important;
}

.bt_list {
   text-align: center;
   margin: 0 auto 40px;
}
.bt_list li {
   display: inline-block;
   margin: 0 8px;
}
.bt_list li a {
   background-color: #0754ab;
   border-radius: 5px;
   display: inline-block;
   padding: 10px 1em;
   color: #FFF!important;
   text-decoration: none!important;
}
.bt_list li a:hover {
   background-color: #00a0e9;
}
@media screen and (max-width: 1100px) {
.bt_list li {
   width: 100%;
   display: inline-block;
   margin: 0 1% 7px;
}
.bt_list li a {
   display: block;
   padding: 10px 1em;
}
}


/* ===================================================================
    スマホ
=================================================================== */

@media screen and (max-width: 1000px) {

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .sp_img100 {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }
}