@charset "utf-8";


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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');/*Noto Sans JP*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');/*Noto Serif Japanese*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');/* 【M PLUS Rounded 1c】 【M PLUS Rounded 1c】 */
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');/*Kosugi Maru*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');/*Noto Serif JP*/
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');/**/
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');/**/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');/*zen角ゴ*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.font1_1 {font-family: "Noto Sans JP", sans-serif;}
.font1_2 {font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic" , "Noto Sans JP", "Meiryo", "メイリオ" ,sans-serif ;}
.font1_3 {font-family: "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3" ,sans-serif ;}
.font1_4 {font-family: "Zen Kaku Gothic New", sans-serif;}
.font2_1 {font-family: "M PLUS Rounded 1c", sans-serif;}
.font2_2 {font-family: "M PLUS 1", sans-serif;}
.font2_3 {font-family: "Kosugi Maru", "Rounded Mplus 1c", "YuGothic", "游ゴシック", "Yu Gothic" ,  "Meiryo", "メイリオ" ,sans-serif ;}
.font3_1 {font-family: "Noto Serif JP", serif;}
.font3_2 {font-family: "游明朝", "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝" ,serif;}
.font3_3 {font-family: "Hannari", "Sawarabi Mincho" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝", serif;}
.font3_4 {font-family: "Sawarabi Mincho", "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝", serif;}

/*-----------------------------------------------------------
Noto Sans Japanese
Noto Sans JP
100	Thin	thin
200	Light	（無し)
300	DemiLight	light
400	Regular	regular
500	Medium	medium
700	Bold	bold
900	Black	black
-----------------------------------------------------------*/

*{
	outline: none;
	color: #333333;
	margin:0;
	padding:0;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 160%;  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	letter-spacing: 1px;
	background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
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: #000000;
	text-decoration: none;
}

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

html {
     overflow-x: hidden;
     overflow-y: scroll; -webkit-overflow-scrolling: touch
}
 
body {
    text-align: center;
    font-size: 62.5%;
    background-color: #5dc2d0;
    background-image: radial-gradient(circle, #55b0bd 1.5px, transparent 1.5px), radial-gradient(circle, #55b0bd 1.5px, transparent 1.5px);
    background-position: 0 0, 3px 6px;
    background-size: 6px 12px;
}
    @media (max-width: 640px) {
        body {
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
            -webkit-text-size-adjust: 100%;/*スマホでslick-sliderの文字が大きくなるバグの調整*/
        }
}
.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
-----------------*/
.image {
    display: flex;
}
.image li {
    width: calc(100% / 3);/*等分*/
}
.image li img {
    width: 100%;
}
.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;
}
.cd-header .h1_pc {
    margin: 0;
    z-index: 1;
}
.cd-header .h1_pc img {
    width: auto;
}

.navi-area{
    display:block;
    margin: auto;
}

.head_wrap {
    position: fixed;
    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;
}
.head_wrap .header_cnt {
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.head_wrap .header_cnt h1 {
    padding-top: 27px;
}
.head_wrap .header_cnt h1 a {
    color: black;
}
.head_wrap .header_cnt .h_right {
}

.head_wrap .header_cnt .h_right .lang {
    display: flex;
    justify-content:flex-end;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.head_wrap .header_cnt .h_right .lang li {
    background-color: #EEEEEE;
}
.head_wrap .header_cnt .h_right .lang li a {
    display: block;
    color: #333333;
    font-size: 1.3em;
    border-right: #FFFFFF 1px solid;
    padding: 4px 20px 5px 20px;
}
.head_wrap .header_cnt .h_right .lang .on a {
    background-color: #013686;
    color: #FFFFFF !important;
}
.head_wrap .header_cnt .h_right .lang li a:hover {
    background-color: #013686;
    color: #FFFFFF;
}
.head_wrap .header_cnt .h_right .sub_menu {
    display: flex;
    justify-content:flex-end;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
    width: 800px
}
.head_wrap .header_cnt .h_right .sub_menu li {
    background-color: #FFFFFF;
    width: 33%;
    text-align: center;
    border: 2px solid #013686;
    margin-left: 20px;
}
.head_wrap .header_cnt .h_right .sub_menu li a {
    display: block;
    color: #013686;
    font-size: 1.7em;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}
.head_wrap .header_cnt .h_right .sub_menu li a:hover {
    background-color: #E5EBF2;
    
}
.head_wrap .header_cnt .h_right .sub_menu li a img {
    margin-right: 10px;
}
    @media (max-width: 1350px) {
        .head_wrap .header_cnt .h_right .sub_menu {
            width: 700px
        }
    }
    @media (max-width: 1180px) {
        .head_wrap .header_cnt .h_right .sub_menu {
            width: 550px
        }
        .head_wrap .header_cnt .h_right .sub_menu li {
            margin-left: 10px;
        }
        .head_wrap .header_cnt .h_right .sub_menu li a img {
            margin-right: 0px;
            display: block;
            margin: auto;
        }
    }

#global-nav {
    position: relative;
    width: 100%;
    background: #013686;
}
.gnav {
    width: 1200px;
    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;
    text-align: center;
    width: calc(100% / 6);/*等分*/
}
.gnav .gnav_ac:hover {
    background: #4D72AA;
}
.gnav .gnav_ac:nth-last-child(1) {
    border-right: none;
}
.gnav .gnav_ac .gnav_bt {
    margin: auto;
    text-align: center;
    cursor: pointer;
    display: block;
    color: white;
    line-height: 100%;
    width: 100%;
    padding: 17px 0;
}
.gnav .gnav_ac  > a {
    color: white!important;
    padding: 17px 0;
}
#global-nav .gnav .gnav_ac a {
    line-height: 100%;
    height: 100%;
    display: block;
}
#global-nav .gnav .gnav_ac > a {
    border-left:none;
    display: block;
    color: white;
}
#global-nav .gnav li:first-child a {
    border-left: none!important;
}
#global-nav .gnav li:last-child a {
    border-right: none;
}
#global-nav .gnav li:nth-child(8) a {
    border-left: none!important;
}
#global-nav .gnav li a:hover {
    color: #FF7F00;
}
#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: #E5EBF2;
    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;
    display: flex;
    flex-wrap: wrap;
}
.megamenu ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-right: dotted 1px #000000;
}
.megamenu ul li:last-child {
    border-right: none;
}
.megamenu ul li a {
    color:  #000000;
}

/*---------------------
.header
---------------------*/
.cd-primary-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;
            text-align: left;
            width: 300px;
        }
        .h1_sp img {
            width: 100%;
        }
        .cd-header {
            margin-bottom: 0;
            margin: auto;
            min-width:inherit;
            padding: 0px 0 0;
            height: 50px;
            z-index: 1;
            background-color: #FFFFFF;
        }
        .navi-area {
            display:none;
        }
        .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: 55%;
            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:#013686;
            -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:#013686;
            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: -13px;
        }
        .cd-primary-nav-trigger .cd-menu-icon::after {
            top: 13px;
        }
        .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:#013686;
        }
        .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: 0px;
            height: 100%;
            width: 100%;
            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:1;
            display: block!important;
        }
        .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: 50px;
        }
        .h_sub .h_sub_ac .h_sub_ac_header {
            background-color: #013686;
            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: #013686;
        }
        .h_sub .h_sub_ac:nth-of-type(3) .h_sub_ac_header {
            background-color: #013686;
        }
        .h_sub .h_sub_ac .h_sub_ac_header:hover {
            opacity: .8;
        }
        .h_sub  .sub_ac3 .h_sub_ac_header {
            padding: 0px 0%;
        }
        .h_sub  .sub_ac3 .h_sub_ac_header a {
            padding-left: 11%;
            padding-right: 11%;
        }
        .h_sub  .sub_ac5 .h_sub_ac_header {
            padding: 0px 0%;
        }
        .h_sub  .sub_ac5 .h_sub_ac_header a {
            padding-left: 11%;
            padding-right: 11%;
        }
        .h_sub .h_sub_ac .h_sub_ac_header a {
            text-decoration: none;
            display: block;
            padding-top: 20px;
            padding-bottom: 20px;
            color: #FFFFFF;
        }
        .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 {
            border-bottom: 1px dotted #000000;
        }
        .h_sub .h_sub_ac .h_sub_ac_inner li a {
            color: #000000;
            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 {
        }
        .h_sub .h_sub_ac:nth-of-type(3) .h_sub_ac_inner {
        }
        .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;
                }
            }
    }
/*====================================================================

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


/*------------------------------------------------*/
main {
}
    @media (max-width: 1024px) {
        main {
        }
    }
    
/*------------------------------------------------*/

footer {
    padding-bottom: 30px;
}
footer .div1 {
    font-size: 2.0em;
    font-weight: 500;
    display: flex;
    justify-content: center;
}
    @media (max-width: 1024px) {
        footer .div1 {
            display: block;
            font-size: 1.8em;
            font-weight: 500;
        }
    }
footer .div1 .span1 {
    color: #FFF462;
}
    @media (max-width: 1024px) {
        footer .div1 .span1 {
            display: block;
        }
    }
footer .div1 .span2 {
    color: #FFFFFF;
}
footer .div2 {
    display: flex;
    justify-content: center;
}
    @media (max-width: 1024px) {
        footer .div2 {
            display: block;
        }
    }
footer .div2 .span1 {
    color: #FFFFFF;
    font-size: 2.6em;
    font-weight: 600;
}
    @media (max-width: 1024px) {
        footer .div2 .span1 {
            font-size: 2em;
        }
    }
footer .div2 .span2 {
    color: #FFFFFF;
    font-size: 1.6em;
    font-weight: 600;
    padding-top: 10px;
}
footer .div2 .span3 {
    color: #FFFFFF;
    font-size: 1.6em;
    font-weight: 600;
    padding-top: 10px;
}
footer .div2 .span3 a {
    color: #FFFFFF;
}
    @media (max-width: 1024px) {
        footer .div2 .span3 {
            display: block;
            padding-top: 0px;
        }
    }
    @media (max-width: 1024px) {
        footer .div2 .span3 {
            display: block;
        }
    }
footer .div2 .span3 img {
    width: 30px;
    margin-top: 3px;
    margin-right: 5px;
}
    @media (max-width: 1024px) {
        footer .div2 .span3 {
            display: block;
        }
    }
footer .div2 dl {
    padding-top: 10px;
}
footer .div2 dl dt {
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: 600;
}
footer .div2 dl dd {
    font-size: 1.4em;
    font-weight: 600;
}

/*---------- pagetop start ----------*/
#page_top {
    position: fixed;
    bottom: 0px;
    right: 0px;
}
#page_top a {
    display: block;
    line-height: 100%;
    text-decoration: none;
    font-size: 1.4em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    background-color: #5CC2CF;
    border: 2px #FFFFFF solid;
}
#page_top a:hover {
    background-color: #2B8491;
    color: #FFFFFF;
}
/*---------- pagetop end ----------*/
