@charset "UTF-8";
/* *****************************************************************
リセット
共通フレーム
文字
共通パーツ
ヘッダー
pcメニュー
spメニュー
フッター
オープニング
ページナビ
アーカイブリンク
***************************************************************** */

/* *****************************************************************
リセット
***************************************************************** */
* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {line-height:1;}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #c2c2c1;
    margin:10px 0;
    padding:0;
}
input, select {vertical-align:middle;}
ul, ol {list-style: outside none none;}
article, aside, details, footer, header, main, menu, nav, section, summary {display: block;}
@media (min-width: 850px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}


/* *****************************************************************
共通フレーム
***************************************************************** */
html, body {
    height: 100%;
    width: 100%;
	word-wrap: break-word;
}
html {overflow-y: scroll;}
#wrapper {
	width: 100%;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
}
.contents {
    width: 100%;
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
	overflow: hidden;
	margin: auto;
    position: relative;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 1;
}
.pagetop a {
    width: 60px;
    height: 60px;
    display: block;
    border: 3px solid #323333;
    background: url("../../images/common/icon_top.svg") no-repeat;
    background-size: 22px 22px;
    background-position: center;
    background-color: #fff;
    border-radius: 50%;
}
.pagetop a:hover {
    display: block;
    background: url("../../images/common/icon_top_white.svg") no-repeat;
    background-size: 22px 22px;
    background-position: center;
    background-color: #323333;
}
@media screen and (max-width: 850px) {
    main{
        margin-top: 80px;
    }
    .contents {
        padding-left: 5%;
        padding-right: 5%;
    }	
}
@media screen and (max-width: 640px) {
    main{
        margin-top: 60px;
    }
    .pagetop {
        bottom: 10px;
        left: 10px;
    }
    .pagetop a {
        width: 45px;
        height: 45px;
    }
}

/* *****************************************************************
文字
***************************************************************** */
body {
    font-family: "Helvetica Neue",Arial,"Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #333;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.justify{text-align: justify; text-justify: inter-character;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
h2.title{
    font-size: 32px;
    display: flex;
    align-items: center;
}
h2.title::before{
    content: "・";
    font-size: 1.5em;
    color: #008f6b;
    margin-right: .1em;
}
h2.title span.sub_kome{
    font-size: 16px;
    font-weight: 500;
    padding-top: 8px;
    padding-left: 10px;
}
.indent {
    padding-bottom: 1.2em;
}
.indent_down {
    padding-left:-1em;
    text-indent:1em;
}
rt {
	translate: 0 2px;
}
@-moz-document url-prefix() {
	rt {
		position: relative;
		top: 2px;
	}
}
a, a:link {color: #333333;}
a:visited {color: #333333;}
a:hover, a:active,.dropmenu li ul li a:hover{color: #00ae73;}
a:focus {outline: medium none;}
.bold{font-weight: bold;}
.normal{font-weight: normal;}
.v_center{vertical-align: middle;}
.black{color: #000;}
.green{color: #008f6b;}
.blue{color: #3561ac;}
.orenji{color: #f49b20;}
.txt14{font-size: 14px;}
.txt16{font-size: 16px;}
.txt18{font-size: 18px;}
.resize{font-size: .9em;}
@media screen and (max-width: 640px) {
    h2.title{
        font-size: 24px;
        line-height: 1.5;
    }
    h2.title span.sub_kome{
        font-size: 12px;
        padding-top: 6px;
        padding-left: 10px;
    }
}

/* *****************************************************************
共通パーツ
***************************************************************** */
img {
    width: 100%;
    height: auto;
    border: medium none;
    vertical-align: middle;
}
a, a img,a p{transition: all 0.3s ease;}
a:hover img.link{opacity: .7;}
.flex{display: flex;flex-wrap: wrap;}
.between{justify-content: space-between;}
.tate{align-items: center;}
.block{display: block;}
.posi{position: relative;}
.no_border{border: none!important;}
.btn{
    display: block;
    width: 100%;
    max-width: 220px;
    height: 50px;
    padding-left: 1em;
    padding-right: 2em;
    border: 1px solid #00ae73;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0;
    position: relative;
}
.btn::after{
    content: "";
    width: 10px;
    height: 11px;
    display: inline-block;
    background: url("../../images/common/icon_arrow_r.svg") no-repeat;
    background-size: 10px 11px;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}
.btn:hover{
    background-color: #00ae73;
    color: #fff;
}
.btn:hover::after{
    background: url("../../images/common/icon_arrow_r_white.svg") no-repeat;
    background-size: 10px 11px;
}
.mrg_b1{margin-bottom: 1em;}
.pa_l1{padding-left: 1em;}
.pc,.pc_only{display: block;}
.sp,.tab,.sp_mini{display: none;}
@media screen and (max-width: 850px) {
    .pc_only{display: none;}
    .tab{display: block;}
}
@media screen and (max-width: 640px) {
    .pc{display: none;}
    .sp{display: block;}
}
@media screen and (max-width: 350px) {
    .sp_mini{display: block;}
}

/* *****************************************************************
ヘッダー
***************************************************************** */
header {
    width: 100%;
    position: relative;
    z-index: 10;
}
header .head{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c2c2c1;
    background-color: rgba(255,255,255,0.9);
    z-index: 2;
}
header .head .logo{
    width: calc(100% - 145px);
    padding-left: 20px;
}
header .head .logo img{
    width: 256px;
}
header .head .head_btn{
    width: 145px;
}
header .head .head_btn a.access{
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-color: #2280b7;
    margin-right: 5px;
    padding-top: 15px;
    color: #fff;
}
header .head .head_btn a.access img{
    display: block;
    width: 19px;
    height: 25px;
    margin: auto;
}
header .head .head_btn a.access span{
    width: 100%;
    display: block;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
}
header a.menu {
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-color: #145cab;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}
header .head .head_btn a.access:hover,
header a.menu:hover{
    opacity: .8;
}
@media screen and (max-width: 640px) {
    header .head{
        height: 60px;
    }
    header .head .logo{
        width: calc(100% - 125px);
        padding-left: 10px;
    }
    header .head .logo img{
        width: 200px;
    }
    header .head .head_btn{
        width: 125px;
    }
    header .head .head_btn a.access{
        width: 60px;
        height: 60px;
        padding-top: 10px;
    }
    header .head .head_btn a.access img{
        width: 19px;
        height: 25px;
    }
    header a.menu {
        width: 60px;
        height: 60px;
    }
}


/* *****************************************************************
pcメニュー
***************************************************************** */
.pc_nav{
    width: 100%;
    margin-top: 70px;
}
@media screen and (max-width: 850px) {
    .pc_nav{display: none;}
}
.dropmenu{
    position: relative; 
    z-index: 1;
    *zoom: 1;
    list-style-type: none;
    width: 100%;
    margin:auto;
    padding: 0;
    border-bottom: 1px solid #c2c2c1;
}
.dropmenu:before, .dropmenu:after{
    content: "";
    display: table;
}
.dropmenu:after{
    clear: both;
}
.dropmenu li{
    position: relative;
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
.dropmenu li a,.dropmenu li .no_link_btn{
    display: block;
    height: 46px;
    line-height: 46px;
    font-weight: bold;
    margin: 0;
    background: #fff;
    text-decoration: none;
}
.dropmenu li .no_link_btn{
    color: #aaa;
}
.dropmenu li a:hover{color: #fff;}
.dropmenu li a span.triangle{
    display: inline-block;
    width: 8px;
    height: 7px;
    margin-left: 5px;
    background: url("../../images/common/icon_arrow.svg") no-repeat;
    background-size: contain;
}
.dropmenu li a:hover span.triangle{
    background: url("../../images/common/icon_arrow_white.svg") no-repeat;
}
.dropmenu li ul{
    width: 100%;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}
.dropmenu li ul li{
    width: 100%;
    overflow: hidden;
    height: 0;
    transition: .3s;
}
.dropmenu li:hover ul li{
    overflow: visible;
    height: 44px;
}
.dropmenu li ul li a,
.dropmenu li ul li .not_link{
    font-weight: normal; 
    font-size: 14px;
    color: #000;
}
.dropmenu li ul li.big a{
    height: 60px;
}
.dropmenu li:hover ul li.big{
    height: 58px;
}
.dropmenu li ul li a::before,
.dropmenu li ul li .not_link::before,
.dropmenu li ul.download li a span::before{
    content: "・";
    color: #00ae73;
    font-weight: bold;
}
.dropmenu li ul.download li.pdf a span::before{
    content: "";
}
.dropmenu li ul.download li a span{
    display: inline-block;
}
.dropmenu li ul.download li a::before{
    content: "";
}
.dropmenu li ul li a,
.dropmenu li ul li .not_link{
    padding: 14px 1em;
    line-height: 1;
    border-top: 1px solid #c2c2c1;
    border-left: 1px solid #c2c2c1;
    border-right: 1px solid #c2c2c1;
    background: #00ae73;
    text-align: left;
}
.dropmenu li ul li a:last-child,
.dropmenu li ul li .not_link{
    border-bottom: 1px solid #c2c2c1;
}
.dropmenu li ul li .not_link{
    color: #aaa;
}
.dropmenu li:hover ul li.big a{
    line-height: 1.3;
    padding: 10px 1em;
}
.dropmenu li ul li a img{
    width: 16px;
    vertical-align: top;
    margin-right: 3px;
}
.dropmenu li:hover > a{
    background: #00ae73;
}
.dropmenu li ul li a,
.dropmenu li ul li .not_link,
.dropmenu li ul li a:hover{
    background-color: #fff;
}
.dropmenu li ul.download li.pdf a{
    display: flex;
    align-items: center;
    padding: 0 10px;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
}
.dropmenu li ul.download li.pdf a img{
    height: 16px;
    margin-right: 5px;
}
@media screen and (max-width: 1000px) {
    .dropmenu li ul.download li.pdf a{
        font-size: 1.411vw;
        margin-right: 3px;
        padding: 0 5px;
    }
}


/* *****************************************************************
spメニュー
***************************************************************** */
/*hamburger*/
.btn_hamburger{
    width: 36px;
    height: 36px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 78%;
    border-radius: 30px;
    margin-left: 11%;
}
.menu__line--middle{
    top: 8px;
}
.menu__line--bottom {
    bottom: 18px;
}
.menu__line--top.active {
    top: 4px;
    transform: rotate(45deg);
}
.menu__line--bottom.active {
    bottom: 30px;
    transform: rotate(135deg);
}
.menu__line--middle.active {
    display: none;
}
.menu__title {
    font-size: 0.6rem;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
}
.menu__title::after{
    content: "MENU";
}
.menu__title.active {
  color: #f4f6f7;
}
.menu__title.active::after{
    content: "CLOSE";
    letter-spacing: 0;
}

/*gnav*/
.gnav {
    background-color: #145cab;
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
}
.gnav__wrap {
    display: flex;
    width: 100%;
    margin: auto;
    position: absolute;
    overflow-y: auto;
}
.gnav__wrap ul{
    width: 100%;
    padding: 5%;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: .05em;
}
.gnav__wrap ul li{
    width: auto;
    display: inline-block;
    padding-right: 1.5em;
    padding-left: 1em;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    border-left: 1px solid #fff;
    margin-bottom: 1em;
}
.gnav__wrap ul li .no_link_btn{
    color: #89add5;
}
.gnav__wrap ul li:last-child{
    padding-right: 0;
}
.gnav__wrap li a{
    display: flex;
    color: #fff;
    margin-bottom: .5em;
}
.gnav__wrap ul li a:hover{
    transform: translateX(7px);
}
.gnav__wrap li .icon{
    width: 12px;
    margin-right: 5px;
    opacity: .5;
}
.gnav__wrap ul li ul{
    padding: 0;
    margin-top: .5em;
    display: block;
}
.gnav__wrap ul li ul li{
    display: block;
    width: 100%;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
    border-left: none;
}
.gnav__wrap ul li ul li a,
.gnav__wrap ul li ul li .not_link{
    display: flex;
    align-items: center;
    padding-left: .5em;
}
.gnav__wrap ul li ul li.pdf a{
    align-items: flex-start;
    padding-left: 0;
}
.gnav__wrap ul li ul li a::before,
.gnav__wrap ul li ul li .not_link::before{
    content: "";
    display: block;
    height: 1px;
    width: 13px;
    background-color: #89add5;
    margin-right: 7px;
}
.gnav__wrap ul li ul li.pdf a::before{
    width: 0;
    margin-right: 0;
}
.gnav__wrap li ul li a img{
    width: 16px;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 5px;
}
.gnav__wrap ul li ul li .not_link{
    color: #89add5;
}
@media screen and (max-width: 1100px) {
    .gnav__wrap ul li{
        width: 33.333%;
        margin-bottom: 2em;
    }
    .gnav__wrap ul li ul li{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 850px) {
    .gnav__wrap {
        align-items:center;
        justify-content: center;
    }
    .gnav__wrap ul li ul li{
        padding-left: 0;
    }
}
@media screen and (max-width: 640px) {
    .btn_hamburger{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -35%);
    }
    .menu__title {
        font-size: 0.5em;
    }
    .menu__line--top.active {
        top: 6px;
    }
    .menu__line--bottom.active {
        bottom: 28px;
    }
    .gnav__wrap ul {
        height: 100vh;
        padding: 60px 10%;
        overflow-y: auto!important;
        display: block;
    }
    .gnav__wrap ul li{
        width: 100%;
        margin-bottom: 0;
        border-left: none;
        padding: 0;
    }
    .gnav__wrap ul li ul{
        height: auto;
    }
    .gnav__wrap ul li ul li{
        padding-left: 1em;
    }
}

/* *****************************************************************
フッター
***************************************************************** */
footer {
    width: 100%;
    text-align: center;
    margin-top: 120px;
}
footer .footer_link{
    width: 100%;
    background-color: #cecece;
    padding: 35px 0;
}
footer .footer_link .title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1em;
}
footer .footer_link ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .footer_link ul li{
    width: 23.636%;
    margin: 0 .682% 1.364%;
}
footer .footer_logo{
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .footer_logo .logo{
    width: 210px;
    margin: auto;
}
footer .footer_logo p{
    line-height: 1.6;
    margin-top: 1.2em;
}
footer .copy{
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    background-color: #00ae73;
}
@media screen and (max-width: 850px) {
    footer {
        margin-top: 10.416vw;
    }
    footer .footer_link {
        padding: 4.117vw 0;
    }
    footer .footer_link .title {
        margin-bottom: .5em;
    }
    footer .footer_link ul li{
        width: 47%;
        margin: 0 1.5% 3%;
    }
}
@media screen and (max-width: 640px) {
    footer .footer_link .title {
        font-size: 20px;
    }
}

/* *****************************************************************
オープニング
***************************************************************** */
.opening_area{
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}
.opening{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url( "../../images/start_view/main_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
}
.opening img{
    width: 60%;
    max-width: 682px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
@media screen and (max-width: 640px) {
    .opening img{
        width: 80%;
    }
}

/* *****************************************************************
 *ページナビ
***************************************************************** */
.wp-pagenavi {
  display: flex;
          justify-content: center;
          align-items: center;
  margin: 3rem auto 0;
}
.wp-pagenavi span,
.wp-pagenavi a {
    display: inline-block;
    padding: 0.1em 0.65em;
    font-size: 16px;
    color: #fff;
    margin: 0.2em;
    background-color: #008f6b;
    border: 1px solid #008f6b!important;
}
.wp-pagenavi .current {
  color: #008f6b;
  background-color: #fff;
}
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
  color: #008f6b!important;
  background-color: #fff!important;
}
.navigation{
    width: 100%;
    position: relative;
    display: block;
    margin-top: 50px;
    font-size: 14px;
}
.navigation .prev{
    position: absolute;
    left: 0;
}
.navigation .next{
    position: absolute;
    right: 0;
    top: 0;
}
.navigation .cent{
    text-align: center;
}

/* *****************************************************************
アーカイブリンク（.contents、footer、pagetopも変更）
***************************************************************** */
.movie_link{
    position: fixed;
    bottom: 20px;
    right: 0;
}
.movie_link a{
    width: 6.729vw;
    max-width: 86px;
    min-width: 50px;
    height: auto;
    background-color: #e83828;
}
.movie_link a:hover{
    background-color: #666;
}
.movie_link .pc_link{display: block;}
.movie_link .sp_link{display: none;}
@media screen and (max-width: 850px) {
    .contents {
        padding-right: 75px;
    }	
    .movie_link a{
        width: 60px;
    }
}
@media screen and (max-width: 640px) {
    .contents {
        padding-right: 5%;
    }
    footer{padding-bottom: 50px;}
    .pagetop {
        bottom: 60px;
    }
    .movie_link{
        width: 100%;
        position: fixed;
        bottom: 0;
        right: 0;
    }
    .movie_link a{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 50px;
        text-align: center;
    }
    .movie_link a img{
        width: auto;
        height: 100%;
    }
    .movie_link .pc_link{display: none;}
    .movie_link .sp_link{display: block;}
}
@media screen and (max-width: 375px) {
    .movie_link a{
        display: flex;
        align-content: center;
    }
    .movie_link a img{
        width: 100%;
        height: auto;
    }
}