@charset "UTF-8";

/*!------------------------------------*\
    Reset
\*!------------------------------------*/

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, textarea, button, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
        line-height: 1.85em;
}
/* 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;
}

/*!------------------------------------*\
    Common Css
\*!------------------------------------*/

/* Font Set */
body {
    font-family: 'Noto Sans JP', sans-serif;
}

.ff-Serif {
    font-family: 'Noto Serif JP', serif;
}

.ff-en-l {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.ff-en-m {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.mid {
    font-weight: 500;
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

#container {
    margin: 0 auto;
    color: #444;
    background-color: #fff;
}

a {
    text-decoration: none;
}

a:hover {
    color: #f4445d;
}

a:link,
a:visited,
a:active {
    color: #444;
}
a.linkLine {
    color: #f4445d;
}

a.linkLine:hover {
    text-decoration: underline;
}

.pc {
    display: block;
}
.pc02 {
    display: block;
    margin: 0 auto;
}

.sp {
    display: none;
}

strong {
    font-weight: 500;
}

sup {
    vertical-align:text-top;
    font-size: 10px;
    margin-right: 0.5em;
    line-height: 1em;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.section-inner-contents {
    display: flex;
}

.col2 {
   width: calc(100% / 2);
}

.col3 {
   width: calc(100% / 3);
}

.col3-2 {
   width: calc(100% / 1.5);
}

.col4 {
   width: calc(100% / 4);
}

.col4-3 {
   width: calc(100% * 0.75);
}

.col5 {
   width: calc(100% / 5);
}

.col5-2 {
   width: calc(100% * 0.4);
}

.col5-3 {
   width: calc(100% * 0.6);
}

ul.list {
    list-style-type: disc;
    margin: 30px 0 50px 1em;
    line-height: 1.83;
}

/*!------------------------------------*\
    Header
\*!------------------------------------*/

header {
    margin: 0px auto;
    width: 1400px;
    font-size: 13px;
    letter-spacing: 0px;
}

.navbar-fixed{
    /*background: #fff;*/
    display: flex;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    z-index: 99;

}

.navbar-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: 1200px;
    /*width: 1400px;*/
    margin: 0 auto;
}

.header-top {
    text-align: center;
    width: 226px;
}

.header-top a {
    display: flex;
    align-items: center;
}

.header-logo {
    line-height: 0;
}

.header-logo img {
    width: 213px;
    height: 63px;
}

.header-logo .ff-Serif {
    font-size: 9px;
    letter-spacing: 1px;
}

.header-logo .ff-en-m {
    font-size: 8px;
    letter-spacing: 0;
}

.overlay {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background:#fff;

    /*background: rgba(255, 255, 255, .5);*/
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
}

.overlay.mobile {
    opacity: 1;
    visibility: visible;
}

/*!------------------------------------*\
    Heder Responsive
\*!------------------------------------*/

@media only screen and (max-width: 1400px) {

    header {
        margin: 0px auto;
        width: 100%;
    }

    .navbar-container {
        flex: auto;
        width: 98%;
        flex-direction: column;
    }

    .header-top {
        text-align: center;
        width: 226px;
        position: fixed;

//        top: 40px;
//        left: 0px;
//        transform: translate(10%,-50%);

        top: 17px;
        left: 80px;
        /*left: 22px;*/
    }

//    .header-top h1#logo img{
//        width: 452px;
//        height: 46px;
//        backface-visibility: hidden;
//        -webkit-backface-visibility: hidden;
//          image-rendering: initial;
//    }

}

@media only screen and (max-width: 767px) {

    .navbar-container {
        height: 80px;
    }

    .header-top {
        width: 162px;
        top: 42px;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .header-logo img {
        width: 162px;
        height: 48px;
    }

    .overlay {
        top: 80px;
        /*top: 60px;*/
    }
}
/*!------------------------------------*\
    Menu
\*!------------------------------------*/

.Nav {

}
.Nav .navbtn {
    display: none;
}

.Nav ul.close {
    display: none;
    border-top: solid 1px #F5F4F0;
}

.Nav > ul {
    margin: 0 auto;
}

.Nav > ul > li {
    position: relative;
    font-size: 14px;
    display: inline-block;
}

.Nav > ul > li a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 25px 40px 25px 0px;
    /*font-size: 12px;*/
    font-size: 15px;
    color: #444;
    z-index: 2;
    font-weight:500;
}

.Nav > ul > li.parent > a {
    padding-right: 40px;
}

.Nav > ul > li.parent.open > a{
    color: #f4445d;
}
.Nav > ul > li.parent.open > a::after {
    background: #333;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.Nav > ul > li a:hover {
    color: #f4445d;
}

.Nav > ul > li a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

li.gNav:nth-last-child(6) {
    margin-right: 20px;
    /*border: 1px solid #f4445d;
    background-color: #f4445d;*/
    color: #fff;
    width: 200px;
}

li.gNav:nth-last-child(5) {
    margin-right: 20px;
    /*border: 1px solid #f4445d;
    background-color: #f4445d;*/
    color: #fff;
    width: 200px;
}
li.gNav:nth-last-child(4) {
    margin-right: 20px;
    /*border: 1px solid #f4445d;
    background-color: #f4445d;*/
    color: #fff;
    width: 200px;
}
li.gNav:nth-last-child(3) {
    margin-right: 20px;
    /*border: 1px solid #f4445d;
    background-color: #f4445d;*/
    color: #fff;
    width: 200px;
}
li.gNav:nth-last-child(2) {
    margin-right: 20px;
    /*border: 1px solid #f4445d;
    background-color: #f4445d;*/
    color: #fff;
    width: 200px;
}
li.gNav:last-child {
    /*border: 1px solid #f4445d;
    background-color: #f4445d;*/
    color: #fff;
    width: 200px;
}


li.gNav:last-child  a {
    background-color: #fff;
    border-color: #008cdd;
    border: 2px solid #008cdd;
    color: #444;
    padding: 10px;
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 50px;
    font-size: 22px;

}
li.gNav:nth-last-child(2) a {
    background-color: #fff;
    border-color: #008cdd;
    border: 2px solid #008cdd;
    color: #444;
    padding: 10px;
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 50px;
    font-size: 22px;

}
li.gNav:nth-last-child(3) a {
    background-color: #fff;
    border-color: #008cdd;
    border: 2px solid #008cdd;
    color: #444;
    padding: 10px;
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 50px;
    font-size: 22px;

}
li.gNav:nth-last-child(4) a {
    background-color: #fff;
    border-color: #008cdd;
    border: 2px solid #008cdd;
    color: #008cdd;
    padding: 10px;
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 50px;
    font-size: 22px;

}
li.gNav:nth-last-child(5) a {
    background-color: #fff;
    border-color: #008cdd;
    border: 2px solid #008cdd;
    color: #008cdd;
    padding: 10px;
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 50px;
    font-size: 22px;

}
li.gNav:nth-last-child(6) a {
    background-color: #fff;
    border-color: #008cdd;
    border: 2px solid #008cdd;
    color: #008cdd;
    padding: 10px;
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 50px;
    font-size: 22px;
}
li.gNav:last-child a:hover {
    background-color: #008cdd;
    color: #444;
    /*width:100%;
    height: 100%*/
}
li.gNav:nth-last-child(2) a:hover {
    background-color: #008cdd;
    color: #444;
   /* width:100%;
    height: 100%*/
}
li.gNav:nth-last-child(3) a:hover {
    background-color: #008cdd;
    color: #444;
   /* width:100%;
    height: 100%*/
}
li.gNav:nth-last-child(4) a:hover {
    background-color: #008cdd;
    color: #fff;
   /* width:100%;
    height: 100%*/
}
li.gNav:nth-last-child(5) a:hover {
    background-color: #008cdd;
    color: #fff;
   /* width:100%;
    height: 100%*/
}
li.gNav:nth-last-child(6) a:hover {
    background-color: #008cdd;
    color: #fff;
   /* width:100%;
    height: 100%*/
}
.Facebook span {
    display: none;
}

.Facebook {
    font-family: FontAwesome;
    margin-right: 40px;
    color: #f4445d;
}

li.gNav:nth-last-child(3) a {
    /*padding: 0px;*/
}

.fa-facebook-f:hover:before,
.fa-facebook:hover:before {
    background-color: #f4445d;
    color: #fff;
    transition-duration: 0.2s;
}

.fa-facebook-f:before,
.fa-facebook:before {
    display: inline-block;
    text-align: center;
    color: #f4445d;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    padding-top: 0px;
    border: 1px solid #f4445d;
    font-size: 14px;
    line-height: 26px;
}

.Contact-Tel {
    margin-left: -3px;
    margin-bottom: 20px;
}

.Contact-Us {
    margin-left: -3px;
}

/* 2階層 */
.Nav > ul > li > ul {
    display: none;
    position: absolute;
    top: 73px;
    left: 0;
    width: auto;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 0px 5px 0px #ddd;
    width: 240px;
}

.Nav > ul > li > ul li {
    white-space: nowrap;
}

.Nav > ul > li > ul li a {
    position: relative;
    padding: 25px 20px 25px 20px;
}

.Nav > ul > li > ul li ul li a {
    padding-left: 42px;
}

.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}

/*!------------------------------------*\
    Menu Responsive
\*!------------------------------------*/

@media screen and (max-width: 2400px) {

    .Nav {
        position: relative;
        width: 100%;
    }

    .Nav .navbtn {
        display: block;
        position: fixed;
        top: 20px;
        right: 120px;
        /*right: 80px;*/
    }

    .Nav .navbtn a,
    .Nav .navbtn a.close {
        display: block;
        position: relative;
        width: 48px;
        height: 48px;
        background: #018cdd;
border-radius: 50%;
border: 4px solid #018cdd;


    }

    .Nav .navbtn a::before,
    .Nav .navbtn a.close::before {
        position: absolute;
        top:12px;
        left:10px;
        content:"";
        width: 28px;
        height: 2px;
        background-color: #fff;
        transition: .2s;
    }

    .Nav .navbtn a.open::before {
        top:22px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .Nav .navbtn a::after,
    .Nav .navbtn a.close::after {
        position: absolute;
        bottom:12px;
        left:10px;
        content:"";
        width: 28px;
        height: 2px;
        background-color: #fff;
        transition: .2s;
    }

    .Nav .navbtn a.open::after {
        bottom:23px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
  }

    .Nav .navbtn a span {
        display: block;
        overflow: hidden;
        width: 1px;
        height: 1px;
    }

    .Nav .navbtn a span::after,
    .Nav .navbtn a.close span::after {
        position: absolute;
        top:23px;
        left:10px;
        content:"";
        width: 28px;
        height: 2px;
        background-color: #fff;
    }

    .Nav .navbtn a.open span::after {
        display: none;
    }

    .Nav > ul {
        display: none;
        position: fixed;
overflow: auto;
  -webkit-overflow-scrolling: touch;
height:80%;
         /*position: absolute;*/
        top: 80px;
        left: 0;
        right: 0;
        z-index: 9;
        /*background-color: #FFF;*/
    }

    .Nav > ul > li {
        display: block;
        /*border-bottom: solid 1px #ddd;*/
    }

    .Nav > ul > li.parent.gNav:first-child {
        display: block;
        border-top: solid 1px #ddd;
    }

    .Nav > ul > li.parent.gNav.open:first-child {
        display: block;
        border-bottom: none;
    }

    .Nav > ul > li.parent > a {
        padding-left: 20px;
        padding-right: 0px;
    }

    .Nav > ul > li a {
        padding: 25px 0px 25px 20px;
    }

    .Nav > ul > li.parent > a::before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 28px;
        width: 16px;
        height: 0px;
        margin: 0px 0 0 0;
        border-top: solid 2px #444;
        border-right: solid 2px #444;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .Nav > ul > li.parent > a::after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 28px;
        width: 16px;
        height: 0px;
        margin: 0px 0 0 0;
        border-top: solid 2px #444;
        border-right: solid 2px #444;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .Nav > ul > li.parent.open > a::before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .Nav > ul > li.parent.open {
        border-bottom: none;
    }

    .Nav > ul > li.parent.open > a {
        color: #444;
    }

    .Nav > ul > li.parent.open > a:hover {
        color: #f4445d;
    }

    .Nav > ul > li > ul {
        background-color: #f3f3f3;
        position: static;
        box-shadow: none;
        width: 100%;
    }

    .Nav > ul > li > ul li a {
        border-bottom: solid 1px #ddd;
        background-color: #f3f3f3;
        padding: 25px 0px 25px 20px;
    }

    .Nav > ul > li > ul.open li:first-child {
        white-space: nowrap;
        border-top: 1px solid #ddd;
    }

    .Facebook {
        margin-right: 0px;
    }

    li.gNav:nth-last-child(3) a {
        padding: 25px 0px 25px 20px;
    }

    .Nav > ul > li > ul li a:hover {
        background-color: #f3f3f3;
    }

    .Facebook span {
        display: block;
    }

    .Facebook i {
        display: none;
    }

    .Nav > ul > li.Facebook a:after {
        display: inline-block;
        content: '';
        width: 12px;
        height: 12px;
        top: 39%;
        right: 30px;
        background-image: url(../img/glink02.png);
        background-size: contain;
    }

    li.gNav:nth-last-child(6) {
        width: auto;
        margin: 20px 80px 20px 80px;
        /*width: 333px;
        margin: 20px auto 0;*/
    }
    li.gNav:nth-last-child(5) {
        width: auto;
        margin: 20px 80px 20px 80px;
    }
    li.gNav:nth-last-child(4) {
        width: auto;
        margin: 20px 80px 20px 80px;
    }
    li.gNav:nth-last-child(3) {
        width: auto;
        margin: 20px 80px 20px 80px;
    }
    li.gNav:nth-last-child(2) {
        width: auto;
        margin: 20px 80px 20px 80px;
    }

    li.gNav:last-child {
        width: auto;
        margin: 20px 80px 20px 80px;
    }

    li.gNav:last-child a {
        background-color: #fff;
        color: #008cdd;
        padding: 24px 0px;
        text-align: center;
        transition-duration: 0.2s;
    }
    li.gNav:nth-last-child(2) a {
        background-color: #fff;
        color: #008cdd;
        padding: 24px 0px;
        text-align: center;
        transition-duration: 0.2s;
    }
    li.gNav:nth-last-child(3) a {
        background-color: #fff;
        color: #008cdd;
        padding: 24px 0px;
        text-align: center;
        transition-duration: 0.2s;
    }
    li.gNav:nth-last-child(4) a {
        background-color: #fff;
        color: #008cdd;
        padding: 24px 0px;
        text-align: center;
        transition-duration: 0.2s;
    }
    li.gNav:nth-last-child(5) a {
        background-color: #fff;
        color: #008cdd;
        padding: 24px 0px;
        text-align: center;
        transition-duration: 0.2s;
    }
    li.gNav:nth-last-child(6) a {
        background-color: #fff;
        color: #008cdd;
        padding: 24px 0px;
        text-align: center;
        transition-duration: 0.2s;
    }

    li.gNav:last-child a:hover {
        background-color: #008cdd;
        color: #fff;
        width:100%;
        height: 100%
    }
    li.gNav:nth-last-child(2) a:hover {
        background-color: #008cdd;
        color: #fff;
        width:100%;
        height: 100%
    }
    li.gNav:nth-last-child(3) a:hover {
        background-color: #008cdd;
        color: #fff;
        width:100%;
        height: 100%
    }
    li.gNav:nth-last-child(4) a:hover {
        background-color: #008cdd;
        color: #fff;
        width:100%;
        height: 100%
    }
    li.gNav:nth-last-child(5) a:hover {
        background-color: #008cdd;
        color: #fff;
        width:100%;
        height: 100%
    }
    li.gNav:nth-last-child(6) a:hover {
        background-color: #008cdd;
        color: #fff;
        width:100%;
        height: 100%
    }

    .Contact-Tel {
        margin-left: 0px;
    }


    .Contact-Us {
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {

    .Nav .navbtn {
        top: 10px;
        right: 20px;
    }

    .Nav > ul {
        top: 80px;
    }
}

/*!------------------------------------*\
    Contents
\*!------------------------------------*/

#keyv {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#keyv img {
    padding-top: 80px;
    width: 100%;
    min-height: 260px;
    object-fit: cover;
}

#contents {
    margin: 0 auto;
    width: 1200px;
    line-height: 1.8;
    padding-top: 80px;
    margin-top: -80Px;
    background-color: #fff;
    font-size: 16px;
}

h2.sectTtl01 {
    position: absolute;
    font-size: 32px;
    font-weight: 500;
    color: #444;
    top: 50%;
    left: 50%;
    transform: translate(-50%,50%);
    text-align: center;
    width: 100%;
}

.sectFirst {
    position: relative;
    background-color: #fff;
    margin-top: 60px;
    padding-top: 0px;
}

.sectInner {
    margin: 0 auto;
    width: 1000px;
}

h3.sectTtl01 {
    width: 100%;
    background-color: #9ca1ac;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    margin-top: 60px;
    padding: 5px 0px;
    text-align: center;
    line-height: 1.8;
}

.button01 {
    position: relative;
    width: 378px;
    height: 52px;
    font-size: 14px;
    display: table;
    text-align: center;
    background-color: #f4445d;
    border: 1px solid #f4445d;
    font-weight: 500;
    margin: 60px auto 0px;
    border-radius: 27px;
}

.button01 a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
}

.button01 a::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../img/arrow02-w.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 23px;
}

.button01 a:hover {
    background-color:#fff;
    color: #f4445d;
    border-radius: 27px;
}

.button01 a:hover::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../img/arrow02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 23px;
    transition: .2s;
}


.buttonY01 {
    position: relative;
    width: 290px;
    height: 52px;
    font-size: 14px;
    display: table;
    text-align: center;
    background-color: #f4445d;
    border: 1px solid #f4445d;
    font-weight: 500;
    margin: 60px auto 10px auto;
    border-radius: 27px;
}

.buttonY01 a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
}

.buttonY01 a::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../img/arrow02-w.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 23px;
}

.buttonY01 a:hover {
    background-color:#fff;
    color: #f4445d;
    border-radius: 27px;
}

.buttonY01 a:hover::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../img/arrow02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 23px;
    transition: .2s;
}

.button02 {
    position: relative;
    width: 378px;
    height: 52px;
    font-size: 14px;
    display: table;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f4445d;
    font-weight: 500;
    margin: 60px auto 0px;
    border-radius: 27px;
}

.button02:hover {
    border: 1px solid #fff;
}

.button02 a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #444;
}

.button02 a::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../img/arrow02-b.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 23px;
}

.button02 a:hover {
    background-color:#f4445d;
    color: #fff;
    border-radius: 27px;
}

.button02 a:hover::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../img/arrow02-w.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 23px;
    transition: .2s;
}


.button02l {
    position: relative;
    width: 740px;
    height: 52px;
    font-size: 14px;
    display: table;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f4445d;
    font-weight: 500;
    margin: 60px auto 0px;
    border-radius: 27px;
}

.button02l:hover {
    border: 1px solid #fff;
}

.button02l a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #444;
}

.button02l a::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../img/arrow02-b.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 23px;
}

.button02l a:hover {
    background-color:#f4445d;
    color: #fff;
    border-radius: 27px;
}

.button02l a:hover::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../img/arrow02-w.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 23px;
    transition: .2s;
}




.button03 {
    position: relative;
    width: 378px;
    height: 52px;
    font-size: 14px;
    display: table;
    text-align: center;
    background-color: #fff;
    border: 1px solid #444;
    font-weight: 500;
    margin: 60px auto 0px;
    border-radius: 27px;
}

.button03:hover {
    border: 1px solid #f4445d;
}

.button03 a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #444;
}

.button03 a::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../img/arrow02-b.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 23px;
}

.button03 a:hover {
    background-color:#fff;
    color: #f4445d;
    border-radius: 27px;
}

.button03 a:hover::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../img/arrow02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 23px;
    transition: .2s;
}

/*!------------------------------------*\
    Contents Responsive
\*!------------------------------------*/

@media only screen and (max-width: 1400px) {

	    .button02l {
        width: 740px;
        height: 52px;
        margin: 40px auto 0px;
        border-radius: 27px;
    }   
    
    .button02l a::after {
        top: 16px;
    }     
    .button02l a:hover {
        border-radius: 20px;
    }
    .button02l a:hover::after {
        top: 16px;
    } 
	
	
	.buttonY01 {
    width: 350px;
    height: 52px;

}
	
    #contents {
        margin: -80px auto 0;
        width: 94%;
    }

    .sectInner {
        margin: 0 auto;
        width: 88%;
    }
}
@media only screen and (max-width: 767px) {

	
    #contents {
        padding-top: 60px;
        margin-top: -60px;
        font-size: 14px;
    }

    #keyv img {
        min-height: 130px;
        padding-top: 60px;
    }

    .sectFirst {
        margin-top: 30px;
    }

    .sectInner {
        width: 96%;
    }

    h2.sectTtl01 {
        font-size: 24px;
    }

    h3.sectTtl01 {
        margin-top: 30px;
        font-size: 16px;
    }

    .buttonY01,
    .button01,
    .button02,
    .button03 {
        width: 335px;
        height: 38px;
        margin: 15px auto 15px auto;
        border-radius: 20px;
    }
 
    .buttonY01 a::after,
    .button01 a::after,
    .button02 a::after,
    .button03 a::after {
        top: 16px;
    }


    .buttonY01 a:hover,
    .button01 a:hover,
    .button02 a:hover,
    .button03 a:hover {
        border-radius: 20px;
    }


    .buttoYn01 a:hover::after,
    .button01 a:hover::after,
    .button02 a:hover::after,
    .button03 a:hover::after {
        top: 16px;
    }

    .button02l {
        width: 358px;
        height: 38px;
        margin: 40px auto 0px;
        border-radius: 20px;
    }   
    
    .button02l a::after {
        top: 14px;
    }     
    .button02l a:hover {
        border-radius: 20px;
    }
    .button02l a:hover::after {
        top: 16px;
    }   
	
	
}

@media screen and (max-width: 420px) {


li.gNav:last-child  a {
    background-color: #fff;
    border-color: #008cdd;
    border: 2px solid #008cdd;
    color: #008cdd;
    padding: 10px;
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 50px;
    font-size: 15px;

}
li.gNav:nth-last-child(2) a {
    background-color: #fff;
    border-color: #008cdd;
    border: 2px solid #008cdd;
    color: #008cdd;
    padding: 10px;
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 50px;
    font-size: 15px;

}
li.gNav:nth-last-child(3) a {
    background-color: #fff;
    border-color: #008cdd;
    border: 2px solid #008cdd;
    color: #008cdd;
    padding: 10px;
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 50px;
    font-size: 15px;

}
li.gNav:nth-last-child(4) a {
    background-color: #fff;
    border-color: #008cdd;
    border: 2px solid #008cdd;
    color: #008cdd;
    padding: 10px;
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 50px;
    font-size: 15px;

}
li.gNav:nth-last-child(5) a {
    background-color: #fff;
    border-color: #008cdd;
    border: 2px solid #008cdd;
    color: #008cdd;
    padding: 10px;
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 50px;
    font-size: 15px;

}
li.gNav:nth-last-child(6) a {
    background-color: #fff;
    border-color: #008cdd;
    border: 2px solid #008cdd;
    color: #008cdd;
    padding: 10px;
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 50px;
    font-size: 15px;
}

    li.gNav:nth-last-child(6) {
        width: auto;
        margin: 20px 20px 20px 20px;
    }
    li.gNav:nth-last-child(5) {
        width: auto;
        margin: 20px 20px 20px 20px;
    }
    li.gNav:nth-last-child(4) {
        width: auto;
        margin: 20px 20px 20px 20px;
    }
    li.gNav:nth-last-child(3) {
        width: auto;
        margin: 20px 20px 20px 20px;
    }
    li.gNav:nth-last-child(2) {
        width: auto;
        margin: 20px 20px 20px 20px;
    }

    li.gNav:last-child {
        width: auto;
        margin: 20px 20px 20px 20px;
    }



    
    .buttonY01,
    .button01,
    .button02,
    .button03 {
        width:90%;
    }

    .button02l {
        width:90%;
    }    
}

/*!------------------------------------*\
    Footer
\*!------------------------------------*/

footer {
    margin-top: 150px;
    padding: 0px 0px 0px 0px;
}

.fNav-inner {
    margin: 0px auto;
    text-align: center;
}

.fNav-inner p {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.fNav {
    background-color: #f4445d;
    display: table-cell;
    vertical-align: middle;
}

.footer-inner01 {
    background-color: #f4445d;
    width: 100%;
    /*height: 260px;*/
	height: 160px;
    display: table;
}

.footer-inner02 {
    width: 100%;
    height: 134px;
    display: table;
}

.footer-menu {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .Document-request {
    position: relative;
    width:458px;
    height: 54px;
    font-size:20px;
    display: table;;
    text-align:center;
    background-color:#fff;
    border: 1px solid #fff;
    border-radius: 27px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

footer .Document-request a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #f4445d;
}

footer .Document-request a:hover {
    background-color:#f4445d;
    border-radius: 27px;
    color: #fff;
}

footer .Document-request a::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../img/arrow02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 23px;
}

footer .Document-request a:hover::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../img/arrow02-w.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 23px;
    transition: .2s;
}

footer .Contact-Tel {

}

footer .Contact-Tel a {
    position: relative;
    font-weight: 500;
    color: #fff;
	font-size: 22px;/*追加2020.7.1*/
}

footer .Contact-Tel a:hover {
    opacity: 0.5;
}

footer .Contact-Tel a:before {
    content: '';
    display: inline-block;
    text-align: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
    line-height: 24px;
    color: #fff;
}

footer .Contact-Tel a:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
/*	top: 8px;*/
	top: 12px;
}

footer .Contact-Tel a:hover::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
/*	top: 8px;*/
	top: 12px;
    transition: .2s;
}


footer .Contact-Us {

}

footer .Contact-Us a {
    position: relative;
    font-weight: 500;
    color: #fff;
	font-size: 22px;/*追加2020.7.1*/
}

footer .Contact-Us a:hover {
    opacity: 0.5;
}

footer .Contact-Us a:before {
    content: '';
    display: inline-block;
    text-align: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
    line-height: 24px;
    color: #fff;
}

footer .Contact-Us a:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
/*	top: 8px;*/
	top: 12px;
}

footer .Contact-Us a:hover::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
/*	top: 8px;*/
	top: 12px;
    transition: .2s;
}

.copyright { 
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    font-size: 14px;
}

.copyright a:after {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(../img/glink01.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: -4px;
}

.copyright a:hover {
    color: #f4445d;
}

.copyright p {
    display: inline-block;
    margin-right: 15px;
}

/*!------------------------------------*\
    Footer Responsive
\*!------------------------------------*/

@media screen and (max-width: 767px) {

    footer {
        margin-top: 75px;
    }

    .footer-inner01 {
        background-color: #f4445d;
        width: 100%;
        height: 220px;
        display: table;
    }

    .footer-inner02 {
        width: 100%;
        height: 142px;
        display: table;
    }

    .fNav-inner p {
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        line-height: 1.8;
    }

    footer .Document-request {
        width:333px;
        height: 38px;
        font-size:16px;
        border-radius: 20px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    footer .Document-request a:hover {
        border-radius: 20px;
    }

    footer .Document-request a::after {
        width: 28px;
        height: 28px;
        right: 20px;
        top: 16px;
    }

    footer .Document-request a:hover::after {
        width: 28px;
        height: 28px;
        right: 15px;
        top: 16px;
        transition: .2s;
    }

    .copyright { 
        font-size: 12px;
        line-height: 1.8;
    }

    .copyright p {
        margin-right: 0px;
    }

    .copyright p:last-child {
        display: block;
        margin-top: 8px;
    }

    .copyright p a:last-child {
        color: #f4445d;
    }
}

@media screen and (max-width: 420px) {

    footer .Document-request {
        width:90%;
    }
}

/*!------------------------------------*\
    Common Responsive
\*!------------------------------------*/

@media only screen and (max-width: 1400px) {



}

@media screen and (max-width: 767px) {

    .pc {
        display: none;
    }
    .pc02 {
        display: none;
    }

    .sp {
        display: block;
    }
}

@media screen and (max-width: 420px) {



}
