@charset "utf-8";
/* ==========================================================================
   RESET
   ========================================================================== */
/*
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* form */
input,textarea {
    /* padding: 0; */
    /* border: none; */
    /* border-radius: 0; */
    /* outline: none; */
    /* background: none; */
    /* box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* -webkit-box-sizing: border-box; */
    /* -webkit-appearance: none; */
    max-width: 100%;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #ff0000;
}

input[type="reset"] {
   display: none;
}
input[type="checkbox"]:checked + label {
    background: #ff0000;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
.mark-required {
    color: #EC75A9;
    margin-left:0.5rem;
}
/* add */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

* {
    box-sizing: border-box;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

b {
    font-weight: bold;
}

img {
    width: 100%;
    height: auto;
	-webkit-backface-visibility: hidden;
}


/* ==========================================================================
 *
 * ========================================================================== */
html {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Helvetica, Arial, Meiryo, メイリオ, sans-serif;
    font-size: 62.5%;
    color: #221714;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
}

.noScroll {
    overflow: hidden;
}

.en,
.en * {
    font-family: 'Helvetica neue', Helvetica, sans-serif;
}

.disp-pc { display: block; }
.disp-sp { display: none; }

br.disp-pc {
    display: inline-block;
}

.tellink{ pointer-events: none;}


@media only screen and (max-width: 768px) {
    .disp-pc { display: none; }
    .disp-sp { display: block; }
    br.disp-pc { display: none; }
	.tellink{ pointer-events: visible;}
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

.layout-full {
    width: 100%;
    padding: 0 0;
    font-size: 1.6rem;
}

.layout-inner {
    width: 1054px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .layout-inner {
        /*! width: 84%; */
        max-width: 100%;
    }
}

.text,
.text * {
    /* 15px / 27px */
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    .text,
    .text * {
        /* 25px / 42px */
    font-size: 1.8rem;
    line-height: 1.5;
    }
}

.text-sub {
    font-size: 70%;
    vertical-align: bottom;
    position: relative;
}

.hover-opacity {
    opacity: 1;
    transition: all 300ms;
}

.hover-opacity:hover {
    opacity: .6;
}

@media only screen and (max-width: 768px) {
    .hover-opacity:hover {
        opacity: 1;
    }
}

/* ==========================================================================
 * header
 * ========================================================================== */
#gHeader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
}

.gHeader_container {
    width: 1054px;
    margin:0 auto;
    background: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding: 0 0 5px 0;
}


.gHeaderBtn_container {
    display: flex;
    justify-content: flex-end;
}

.gHeaderBtn {
    width: 85px;
    height: auto;
    margin: 5px 15px 0 0;
}

.gHeaderLogo {
    width: 20px;
    height: auto;
    margin: 12px 25px 0 0;
}

.gHeaderLogo:last-of-type{
    margin: 12px 0 0 0;
}

@media only screen and (max-width: 768px) {
   .gHeader_container {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }
    .gHeaderBtn {
        width: 30px;
        height: auto;
        margin: 0 15px 0 0;
    }

    .gHeaderLogo:last-of-type{
        margin: 12px 0 0 0;
    }

/* ==========================================================================
   gNavSwitch
   ========================================================================== */
    #gNavSwitch {
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #gNavSwitch .gNavSwitch_bars {
        width: 27px;
        height: 20px;
        position: relative;
        transition: all 400ms;
    }

    #gNavSwitch .gNavSwitch_bars span {
        display: block;
        width: 27px;
        height: 3px;
        background: #515B88;
        position: absolute;
        left: 0;
        transition: all 400ms;
    }

    #gNavSwitch .gNavSwitch_bars span:nth-child(1) {  top: 0;  }
    #gNavSwitch .gNavSwitch_bars span:nth-child(2) {  top: 9px;  }
    #gNavSwitch .gNavSwitch_bars span:nth-child(3) {  bottom: 0;  }

    /* active */
    #gNavSwitch.active .gNavSwitch_bars {  transform: rotate(360deg);  }
    #gNavSwitch.active .gNavSwitch_bars span:nth-child(1) {  /*! transform: translateY(9px) rotate(-45deg); */  }
    #gNavSwitch.active .gNavSwitch_bars span:nth-child(2) {  transform: rotate(45deg);  }
    #gNavSwitch.active .gNavSwitch_bars span:nth-child(3) {  opacity: 0;  }

    #gNavSwitch .gNavSwitch_bars span:nth-child(2) {  top: 8px;  }

    /* active / hover */
    #gNavSwitch.active .gNavSwitch_bars span:nth-child(1) {  transform: translateY(8px) rotate(-45deg);  }
    
    .gHeaderLogo {
        width: 50px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        margin: 0;
        height: auto;
    }

/* ==========================================================================
   GHeaderNav
   ========================================================================== */
    #gNav {
        width: calc(750 / 750 * 100vw);
        top: 47px;
        right: 0;
        position: fixed;
        z-index: 1000;
        transition: all 400ms;
        right: calc(750 / 750 * -100vw);
    }

    #gNav_ov {
        width: 100%;
        height: 100vh;
        background: rgba(70, 70, 70, .8);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
    }

    #gNav .gNav_inner {
        height: calc(100vh - 47px);
        background: #39A4AC;
        overflow-y: scroll;
    }

    #gNav .gNavTitle {
        margin: 52px 0 45px 15px;
    }

    #gNav .gNavTitle img {
        height: 12px;
        width: auto;
    }

    #gNav .gNav_list {
        width: 100%;
    }

    #gNav .gNav_list-second {
        padding-left: 30px;
        display: none;
    }

    #gNav .gNav_item {
        margin-top: -1px;
    }

    #gNav .gNav_item > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding: 13px 0 13px 7px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    #gNav .gNav_item img{
        height:20px;
        width:auto;
        margin: 0 auto;
    }
    
    #gNav.active {
        right: 0;
    }
}

/* ==========================================================================
 * main
 * ========================================================================== */
#main {
    margin: 40px 0 0 0;
    background: #C8DCD6;
}

#main .layout-full{
    position: relative;
}

#main .layout-full:after{
    content: "";
    height: 10px;
    background: #ecf2f0;
    width: 100%;
    top:0;
    left:0;
    position: absolute;
    opacity: .8;
}

@media only screen and (max-width: 768px) {
    #main {
        margin: 47px 0 0 0;
        background: #fff;
    }
    #main .layout-full:after{
        content: none;
    }

}

/* ==========================================================================
   pcNav
   ========================================================================== */
#pcNav{
    width: 100%;
}

.pcNav{
    width: 1054px;
    margin: 2px auto 10px auto;
    display: flex;
    justify-content: space-between;
}

.pcNav_list{
    height:auto;
    display: flex;
}
.pcNav_list li{
    width: 174px;
    margin:0 2px 0 0;
}

/* ------------------------------
 * fIndex
 * ------------------------------ */
#fIndex {
    width: 1054px;
    margin: 20px auto 50px auto;
}

.fIndex_list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.fIndex_item {
    width: 25%;
}

.fIndex_link {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

li.fIndex_item:nth-child(1) > a:nth-child(1) > div:nth-child(1) img{
    border: 1px solid #AAA;
    -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}
.fIndex_icon img {
    height: 80px;
    width: auto;
}

.fIndex_text {
    font-size: 1.6rem;
    margin: 10px 0 0 0;
}

/* hover */
.fIndex_link,
.fIndex_link * {
    transition: all 400ms;
}

.fIndex_link:hover img {
    opacity: .8;
}

@media only screen and (max-width: 768px) {
    #fIndex {
        width: 100%;
    }

    .fIndex_list {
        width: 100%;
        padding: 0 5%;
    }

    .fIndex_item {
        width: 50%;
        margin: 0 0 30px 0;
    }

    .fIndex_link {
        display: flex;
        flex-flow: wrap;
        justify-content: left;
        align-items: center;
        width: auto;
        height: auto;
    }

    .fIndex_icon img {
        height: 55px;
        width: auto;
    }

    .fIndex_text {
        font-size: 1.1rem;
        margin: 0 0 0 10px;
    }

    /* hover */
    .fIndex_link,
    .fIndex_link * {
        transition: all 400ms;
    }

    .fIndex_link:hover img {
        opacity: .8;
    }


    /* hover */
    .fIndex_link:hover img,
    .fIndex_link:hover .fIndex_text {
        transform: scale(1);
    }
}
@media screen and (max-width: 320px){
    .fIndex_icon img {
        height: 45px;
        width: auto;
    }
    .fIndex_text {
        margin: 0 0 0 5px;
    }
}



/* ==========================================================================
 * footer
 * ========================================================================== */
#gFooter {
    background: #C8DCD6;
    position: relative;
}

#gFooter .gFooter_container {
    padding: 40px 0 15px 0;
}

#gFooter .fNav { 
    width: 1054px;
    margin: 0 auto;
    background: #39A4AC;
    color:#fff;
    display: flex;
}

#gFooter .fNav_list{
    display: flex;
}

#gFooter .fNav_list.fNav_list_txt{
    line-height: 1;
    padding:15px;
}

#gFooter .fNav_list.fNav_list_txt li{
    /*! border-right:1px solid #fff; */
    padding:12px 20px 0 0;
    /*! margin:12px 10px 4px 0; */
    line-height: 1;
    position: relative;
}

#gFooter .fNav_list.fNav_list_txt li:after{
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    width: 1px;
    height: 17px;
    right:10px;
    top:11px;
}

#gFooter .fNav_list.fNav_list_txt li:last-of-type:after{
    content: none;
}

#gFooter .fNav_list_icon{
   width: 270px;
   padding:20px 20px 0 20px;
   justify-content: space-between;
}

#gFooter .fNav_list_icon li{ 
    width: 36px;
    height:auto;
}

#gFooter .fNav_list:last-child {
    margin-left: auto;
}

#gFooter .gFooter_container{
    padding: 20px;
    display: flex;
}

#gFooter .gFooter_container .copyright {
    font-size: 1.3rem;
    margin-top: auto;
}

#gFooter .gFooterLogo {
    display: flex;
    margin: 0;
    font-size:1.6rem;
    line-height:1.6;
}

#gFooter .gFooterLogo img {
    height: 54px;
    width: 54px;
    margin-right:40px;
}

#gFooter .gFooterLogo:last-child {
    margin-left: auto;
}

@media only screen and (max-width: 768px) {
    #gFooter .gFooter_container {
        padding: 40px 0 15px 0;
    }

    #gFooter .fNav { 
        width: 100%;
        margin: 0;
        display: block;
        color: #d2e3ea;
    }

    #gFooter .fNav_list{
        display: flex;
        flex-flow: row wrap;
    }

    #gFooter .fNav_list.fNav_list_txt{
        line-height: 1;
        padding:20px 0 0 20px;
        font-size: 1.3rem;
        flex-direction: column row;
    }

    #gFooter .fNav_list.fNav_list_txt li{
        border-right:none;
        padding:0 10px 0 0;
        margin:0 0 5px 0;
        line-height: 1;
        width: 50%;
        position:relative;
        padding: 0em 0.3em 0.3em 1.3em;
    }
    #gFooter .fNav_list.fNav_list_txt li:before {
        position:absolute;
        content:'';
        top: 0.1em;
        left: 0.2em;
        height:0;
        width:0;
        border-style: solid;
        border-width: 4px 0 4px 7px;
        border-color: transparent transparent transparent #d2e3ea;
        background: none;
    }
    #gFooter .fNav_list.fNav_list_txt li:after{
        content: none;
    }
    #gFooter .fNav_list_icon{
       width: 270px;
       padding:20px;
       justify-content: space-between;
    }

    #gFooter .fNav_list_icon li{ 
        width: 36px;
        height:auto;
    }

    #gFooter .fNav_list:last-child {
        margin-left: auto;
    }

    #gFooter .gFooter_container{
        padding: 0 20px 40px 20px;
        position: relative;
    }

    #gFooter .gFooter_container .copyright {
        font-size: 1.2rem;
        margin-top:0;
        position: absolute;
        bottom: 10px;
        left:0;
        right: 0;
        text-align: center;
    }

    #gFooter .gFooterLogo {
        display: flex;
        margin-right: auto;
        font-size:1.2rem;
        line-height:1.4;
        align-items: center;
    }

    #gFooter .gFooterLogo img {
        height: 54px;
        width: auto;
        margin-right:10px;
    }
}

/* ------------------------------
 * pageNav
 * ------------------------------ */
#pFooter .pageNav{
    width:660px;
    margin:73px auto 10px auto;
    display: flex;
}

#pFooter p{
    text-align: center;
    margin:0 0 40px 0;
    font-size: 1.6rem;
    line-height: 1.9;
}

@media only screen and (max-width: 768px) {
    #pFooter{
        width:94%;
        margin:50px auto 60px auto;
        font-size: 1.3rem;
        line-height: 1.8;
    }
    
    #pFooter .pageNav{
        width:100%;
        display: block;
        margin:0 0 10px 0;
    }
    #pFooter p{
        font-size: 1.7rem;
        line-height: 1.8;
    }
}

    /* ==========================================================================
	 * Helper classes
	 * ========================================================================== */
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}
