@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

body {
    margin: 0 auto;
    font-family: "秀英明朝 L", "Shuei Mincho L", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "sans-serif";
}
/* body.scroll-stop {
    overflow: hidden;
} */
li {
    line-height: 1;
}
p,a,span,h1,h2,h3,h4,h5,li,figcaption {
    color: #464646;
}
a {display: block;}
div,ul,li,section,figure,dl,dt,dd {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: 0;
}
sup {
    vertical-align: baseline;
}


.w600 {
max-width: 640px;
}
.w1040 {
max-width: 1040px;
padding: 0 25px;
margin: 0 auto;
}
.w1200 {
max-width: 1280px;
padding: 0 40px;
margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .w1200 {
        padding: 0 35px;
    }
    .notes {
        font-size: 12px;
    }
}


.btn {
    position: relative;
}
.next-ico:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-bottom: 1px solid #464646;
    width: 25px;
    height: 1px;
    display: inline-block;
}
.next-ico:before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    border-right: 1px solid #464646;
    width: 1px;
    height: 5px;
    display: inline-block;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}


.ttl_line:after {
    content: "";
    display: block;
    height: 4px;
    width: 60px;
    background-color: #b3c5c9;
    border-radius: 2px;
    margin: 1em auto 0 auto;
}


/** HEADER
==============================================*/
/* .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.site-header .header-wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 35px;
}
@media only screen and (max-width: 768px) {
    .site-header .header-wrap {
        padding: 25px 17px 25px 25px;
        align-items: flex-end;
    }
    .site-header .header-wrap .masthead .brand-logo a img {
        max-width: 67px;
    }
} */



/* .site-header .masthead */
/* .site-header .header-content .site--name {
    font-size: 14px;
    padding-bottom: 1em;
}
.site-header .header-content .header-item {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.site-header .header-content .header-item .my_menu {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-header .header-content .header-item .my_menu li {
    padding: 0 13px;
}
.site-header .header-content .header-item .my_menu li img {
    width: auto;
    height: 30px;
}
@media only screen and (max-width: 768px) {
    .site-header .header-content .site--name {
        font-size: 10px;
    }
    .site-header .header-content .header-item .my_menu li {
        padding: 0 7.5px;
    }
    .site-header .header-content .header-item .my_menu li img {
        height: 21px;
    }
}
@media only screen and (max-width: 360px) {
    .site-header .header-content .site--name {
        letter-spacing: -0.08em;
    }
}
 */



/** GLOBAL NAV
==============================================*/
/*
.globalnav_wrap {
    display: none;
}
.globalnav {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #f5f5f5;
    padding: 180px 50px 60px 40px;
    height: 100%;
    box-sizing: border-box;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    animation-duration: 1.2s;
    opacity: 0;
    -webkit-animation-name: slideout;
    animation-name: slideout;
}
.nav-open .globalnav {
    opacity: 1;
    -webkit-animation-name: slidein;
    animation-name: slidein;
}
@keyframes slidein {
    0% {
       opacity: 0;
       transform: translate(100%,0);
   }
    100% {
       opacity: 1;
       transform: translate(0,0);
   }
}
@-ms-keyframes slidein {
 0% {
    opacity: 0;
    transform: translate(100%,0);
}
 100% {
    opacity: 1;
    transform: translate(0,0);
}
}
@keyframes slideout {
    0% {
        opacity: 1;
        transform: translate(0,0);
   }
    100% {
        opacity: 0;
        transform: translate(100%,0);
   }
}
@-ms-keyframes slideout {
    0% {
        opacity: 1;
        transform: translate(0,0);
   }
    100% {
        opacity: 0;
        transform: translate(100%,0);
   }
}
.globalnav .gn-concept.item:before {
    background-image: url(../img/ico_item.png);
}
.globalnav .gn-concept.news:before {
    background-image: url(../img/ico_news.png);
}
.globalnav .gn-concept.beginner:before {
    background-image: url(../img/ico_beginner.png);
}
.globalnav .gn-concept.guide:before {
    background-image: url(../img/ico_guide.png);
}
.globalnav .gn-concept.qa:before {
    background-image: url(../img/ico_qa.png);
}
.globalnav .gn-concept.law:before {
    background-image: url(../img/ico_law.png);
}
.globalnav .gn-concept.mail:before {
    background-image: url(../img/ico_mail.png);
}
.globalnav .gn-concept:before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: calc(50% - 10px);
    left: 20px;
}
.globalnav .gn-concept {
    position: relative;
    border-bottom: 1px solid #aebabf;
}
.globalnav .gn-concept a {
    display: block;
    font-size: 20px;
    padding: 20px 70px 20px 75px;
}

.globalnav .sns-list {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 60px 50px 60px 40px;
    width: 100%;
}
.sns-list ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sns-list li .sns_icon {
    display: inline-block;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
.globalnav .sns-list li:not(:last-child) {
    margin-right: 30px;
}
.globalnav .sns-list li .sns_icon img {
    vertical-align: middle;
}
.globalnav .sns-list .line .sns_icon img {
    width: 27px;
    height: 26px;
}
.globalnav .sns-list .youtube .sns_icon img {
    width: 25px;
    height: 18px;
}
.globalnav .sns-list .twitter .sns_icon img {
    width: 25px;
    height: 21px;
}
.globalnav .sns-list .facebook .sns_icon img {
    width: 13px;
    height: 23px;
}
.globalnav .sns-list .instagram .sns_icon img {
    width: 21px;
    height: 21px;
}
@media only screen and (max-width: 768px) {
    .globalnav {
        width: 65%;
        padding: 120px 0 30px 0;
    }
    .globalnav .gn-concept:before {
        width: 18.5px;
        height: 12px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        position: absolute;
        top: calc(50% - 6px);
        left: 20px;
    }
    .globalnav .gn-concept a {
        font-size: 12px;
        padding: 20px 12px 20px 45px;
    }
    .globalnav .gn-concept a.next-ico:after,
    .globalnav .gn-concept a.next-ico:before {
        right: 20px;
    }
    .globalnav .sns-list {
        padding: 30px 20px;
    }
    .globalnav .sns-list li:not(:last-child) {
        margin-right: 24px;
    }
    .globalnav .sns-list .line .sns_icon img {
        width: 20px;
        height: 19.5px;
    }
    .globalnav .sns-list .youtube .sns_icon img {
        width: 18.5px;
        height: 13.5px;
    }
    .globalnav .sns-list .twitter .sns_icon img {
        width: 18.5px;
        height: 15.5px;
    }
    .globalnav .sns-list .facebook .sns_icon img {
        width: 9.5px;
        height: 17px;
    }
    .globalnav .sns-list .instagram .sns_icon img {
        width: 15.5px;
        height: 15.5px;
    }
}
 */


.gn-nav {
    position: inherit;
    padding-left: 13px;
}
.hamburger {
    position: relative;
    border-radius: 50%;
    padding: 0;
}
.hamburger-box {
    width: 58px;
    height: 58px;
    /* left: calc(50% - 15px); */
    left: 0;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    height: 2px;
    background-color: #575552;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hamburger-inner {
    top: calc(50% + 1px);
    /* top: 50%; */
    left: calc(50% - 15px);
    width: 30px;
}
.hamburger-inner::before {
    top: -6px;
}
.hamburger-inner::after {
    top: 6px;
}
.hamburger-inner::before,
.hamburger-inner::after {
    width: 18px;
    left: 6px;
}
@media only screen and (max-width: 768px) {
    .hamburger-box {
        width: 38px;
        height: 38px;
        left: calc(50% - 14px);
    }
    .hamburger-inner {
        width: 20px;
    }
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 12px;
        left: 4px;
    }
}

.nav-open .hamburger-inner::before {
    transform: scale(0,0);
}
.nav-open .hamburger-inner {
    transform: rotate(45deg);
    width: 30px;
    /* left: 0; */
    right: inherit;
}
.nav-open .hamburger-inner::after {
    transform: rotate(-90deg);
    width: 30px;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 768px) {
    .nav-open .hamburger-box {
        left: calc(50% - 13px);
    }
}

/** MAIN CONTAINERS
==============================================*/
