@charset "utf-8";


/*==================================================
    ■ share start
==================================================*/

@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

*{
	outline: none;
	color: #000000;
	margin:0;
	padding:0;
	font-family: "Kosugi Maru" ,Meiryo, "メイリオ", "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3";
	line-height: 160%;  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	letter-spacing: 1px;
	background-repeat: no-repeat;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

li,ul,dl,dt,dd {
	list-style:none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #F7D969;
	text-decoration: underline;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}

html {
     overflow-x: hidden;
     overflow-y: scroll; -webkit-overflow-scrolling: touch
}
 
body {
    text-align: center;
    font-size: 62.5%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.c_f:after {
  content: "";
  clear: both;
  display: block;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
    @media screen and (max-width:1024px) {
        .sp {  display: block !important; }
        .pc {  display: none !important; }
        img {  width: 100%; }
    }
.sawarabi {
	font-family: "Sawarabi Mincho";
}
.wf-hannari {
	font-family: "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-rounded {
	font-family: "Rounded Mplus 1c";
}
.kosugi{
	font-family: "Kosugi Maru";
}


/*==================================================
    ■ share end
==================================================*/

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/

.cd-header {
	margin: auto;
	padding: 0px 0px 0px 0px;
    height: 50px;
	position:relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    margin-bottom: 5%;
    top: 0;
	left: 0;
    position: fixed;
    z-index: 10;
    background-color: white;
}
.cd-header .header_cnt {
    padding: 10px 0 10px 0;
}
.cd-header .header_cnt ul {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.cd-header .header_cnt ul img {
    width: auto;
}
.cd-header .h1_pc {
    margin: 0;
    z-index: 1;
}
.navi-area{
    display:block;
    margin: auto;
}
#head_wrap {
    width: 100%;
    margin: 0 auto 0;
    line-height: 1;
    z-index: 999;
    background-color:white;
}
#head_wrap a {
    text-decoration: none;
}
#head_wrap .inner {
    margin: auto;
    position: relative;
}
#head_wrap .inner:after {
    content: "";
    clear: both;
    display: block;
    margin: auto;
}
#global-nav {
    position: relative;
    width: 100%;
    background: #238C00;
}
.gnav {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    font-size: 1.6em;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.gnav .gnav_ac {
    border-right: 1px #FFFFFF solid;
    width: calc(100% / 5);/*等分*/
    text-align: center;
    
}
.gnav .gnav_ac:hover {
}
.gnav .gnav_ac:nth-last-child(1) {
    border-right: none;
}
.gnav .gnav_ac .gnav_bt {
    padding: 0px 50px;
    text-align: center;
    cursor: pointer;
    display: block;
    color: white;
    line-height: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
}
.gnav .gnav_ac a {
    color: white;
    border-left: solid 1px #fefefe;
    line-height: 100%;
    padding: 20px 0;
    display: block;
}
#global-nav .gnav li:first-child a {
    border-left: none;
}
#global-nav .gnav li:last-child a {
    border-right: none;
}
#global-nav .gnav li a:hover {
    color: #F3C91D;
    background-color: #26C7E3;
}
#global-nav .gnav > li:last-child a {
    border-right: solid 1px #fefefe;
}
#global-nav .gnav .gnav_ac:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
    padding: 30px 0;
}
.megamenu {
    background: #cccccc;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    transition: all .2s ease-in;
    z-index: 999;
}
.megamenu ul {
    width: 1024px;
    margin: auto;
}
nav,.cd-primary-nav-trigger,.cd-menu-icon {
    display: none !important;
}
.h1_sp {
    display: none !important;
}
    @media only screen and (max-width: 1024px) {
        .h1_sp {
            display: block !important;
            z-index: 10;
            position: absolute;
            left: 10px;
            top: 10px;
        }
        .cd-header {
            margin-bottom: 0;
            margin: auto;
            min-width:inherit;
            padding: 0px 0 0;
            height: 100px;
            z-index: 1;
        }
        .navi-area {
            display:none;
        }
        img { 
            width:auto;
        }
        .cd-primary-nav-trigger {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 100px;
            z-index: 3;
            display: block!important;
        }
        .cd-primary-nav-trigger .cd-menu-text {
            color: white;
            text-transform: uppercase;
            font-weight: 700;
            display: none;
        }
        .cd-primary-nav-trigger .cd-menu-icon {
            position: absolute;
            left: 70%;
            top: 35%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            width: 35px;
            height: 4px;
            background-color:#26C7E3;
            -webkit-transition: background-color 0.3s;
            -moz-transition: background-color 0.3s;
            transition: background-color 0.3s;
            display: block!important;
        }
        .cd-primary-nav-trigger .cd-menu-icon::before,
        .cd-primary-nav-trigger .cd-menu-icon:after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            background-color:#26C7E3;
            right: 0;
            -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
            -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
            transition: transform .3s, top .3s, background-color 0s;
        }
        .cd-primary-nav-trigger .cd-menu-icon::before {
            top: -15px;
        }
        .cd-primary-nav-trigger .cd-menu-icon::after {
            top: 15px;
        }
        .cd-primary-nav-trigger .cd-menu-icon.is-clicked {
            background-color: rgba(255, 255, 255, 0);
        }
        .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, 
        .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
            background-color:#ff0000;
        }
        .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
            top: 0;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }
        .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
            top: 0;
            -webkit-transform: rotate(225deg);
            -moz-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
            -o-transform: rotate(225deg);
            transform: rotate(225deg);
        }
        /*--------------------------------*/
        .cd-primary-nav {
            position: fixed;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background:#FFFFFFc;
            z-index: 2;
            padding: 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            transition-property: transform;
            -webkit-transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            transition-duration: 0.4s;
            opacity:0.93;
            display: block!important;
        }
        .cd-primary-nav .cd-label {
            color: #06446e;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 14px;
            font-size: 0.875rem;
            margin: 2.4em 0 .8em;
        }
        .cd-primary-nav .cd-social {
            display: inline-block;
            margin: 0 .4em;
        }
        .cd-primary-nav .cd-social a {
            width: 44px;
            height: 44px;
            padding: 0;
            background-image: url("../img/cd-socials.svg");
            background-repeat: no-repeat;
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap;
        }
        .cd-primary-nav.is-visible {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        .h_sub .h_sub_ac {
            max-width: 1200px;
            margin: 0 auto;
        }
        .sub_ac1 {
            padding-top: 100px;
        }
        .h_sub .h_sub_ac .h_sub_ac_header {
            background-color: #003A81;
            color: #fff;
            font-size: 26px;
            font-weight: bold;
            padding: 20px 11%;
            text-align: center;
            position: relative;
            z-index: +1;
            cursor: pointer;
            transition-duration: 0.2s;
            border-bottom: dotted 1px #FFFFFF;
        }
        .h_sub .h_sub_ac:nth-of-type(2) .h_sub_ac_header {
            background-color: #003A81;
            border-bottom: dotted 1px #FFFFFF;
        }
        .h_sub .h_sub_ac:nth-of-type(3) .h_sub_ac_header {
            background-color: #003A81;
            border-bottom: dotted 1px #FFFFFF;
        }
        .h_sub .h_sub_ac .h_sub_ac_header:hover {
            opacity: .8;
        }
        .h_sub .h_sub_ac .h_sub_ac_header a {
            color: #fff;
            opacity: .8;
        }
        .h_sub .h_sub_ac .h_sub_ac_header .i_box {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 50%;
            right: 5%;
            width: 40px;
            height: 40px;
            border: 1px solid #fff;
            margin-top: -20px;
            box-sizing: border-box;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            transform-origin: center center;
            transition-duration: 0.2s;
        }
        .h_sub .h_sub_ac .h_sub_ac_header .i_box .one_i {
            display: block;
            width: 18px;
            height: 18px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            transform-origin: center center;
            transition-duration: 0.2s;
            position: relative;
        }
        .h_sub .h_sub_ac .h_sub_ac_header.open .i_box {
            -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
        }
        .h_sub .h_sub_ac .h_sub_ac_header .i_box .one_i:before, .h_sub .h_sub_ac .h_sub_ac_header .i_box .one_i:after {
            display: flex;
            content: '';
            background-color: #fff;
            border-radius: 10px;
            width: 18px;
            height: 4px;
            position: absolute;
            top: 7px;
            left: 0;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            transform-origin: center center;
        }
        .h_sub .h_sub_ac .h_sub_ac_header .i_box .one_i:before {
            width: 4px;
            height: 18px;
            top: 0;
            left: 7px;
        }
        .h_sub .h_sub_ac .h_sub_ac_header.open .i_box .one_i:before {
            content: none;
        }
        .h_sub .h_sub_ac .h_sub_ac_header.open .i_box .one_i:after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        .h_sub .h_sub_ac .h_sub_ac_inner {
            background-color: #FFFFFF;
            display: none;
            color: white;
        }
        .h_sub .h_sub_ac .h_sub_ac_inner li {
        }
        .h_sub .h_sub_ac .h_sub_ac_inner li a {
            color: #FFFFFF;
            font-size: 1.6em;
            padding-top: 10px;
            padding-bottom: 10px;
            display: block;
            text-decoration: none;
        }
        .h_sub .h_sub_ac:nth-of-type(2) .h_sub_ac_inner {
            border-left: 2px solid #ff9a05;
            border-right: 2px solid #ff9a05;
            border-bottom: 2px solid #ff9a05;
        }
        .h_sub .h_sub_ac:nth-of-type(3) .h_sub_ac_inner {
            border-left: 2px solid #1c85d8;
            border-right: 2px solid #1c85d8;
            border-bottom: 2px solid #1c85d8;
        }
        .h_sub .h_sub_ac .h_sub_ac_inner .box_one {
            height: 300px;
        }
        .h_sub .h_sub_ac .h_sub_ac_inner p.txt_a_ac {
            margin: 0;
        }
            @media screen and (max-width: 1024px) {
                .h_sub .h_sub_ac .h_sub_ac_header {
                    font-size: 18px;
                }
                .h_sub .h_sub_ac .h_sub_ac_header .i_box {
                    width: 30px;
                    height: 30px;
                    margin-top: -15px;
                }
            }
            @media screen and (max-width: 767px) {
                .h_sub .h_sub_ac .h_sub_ac_header {
                    font-size: 16px;
                    text-align: left;
                    padding: 15px 60px 15px 15px;
                }
            }
    }
/*====================================================================

====================================================================*/

footer {
    background-color: #238C00;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.footer_b {
    margin: auto;
    margin-bottom: 20px;
}
.footer_b ul {
    display: flex;
    justify-content: space-between;
}
.footer_b ul li {
}
.footer_b ul li a {
    color: #FFFFFF;
    font-size: 1.6em;
    border-bottom: dotted 1px #FFFFFF;
}
.footer_t {
    margin: auto;
}
.footer_t ul {
}
.footer_t ul li {
    padding-bottom: 20px;
}
    @media screen and (max-width:1500px){
        footer {
            width: 100%;
        }
        .footer_b {
            width: 100%;
        }
    }
/*---------- pagetop start ----------*/
#page_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
#page_top a {
    display: block;
    line-height: 100%;
    text-decoration: none;
    font-size: 1.4em;
    border-radius: 100%;
    padding: 15px 9px;
    color: #29A5E1;
    background-color: #FFFFFF;border: solid 2px #29A5E1;
}
#page_top a:hover {
    background-color: #29A5E1;
    color: #fFFFFF;
}
/*---------- pagetop end ----------*/












