@charset "UTF-8";
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}li{list-style:none}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}li {list-style:none;}

/* CSS Document */
html {
    font-size: 62.5%;
    font-weight: 500;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
	list-style: none;
}
body {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    font-size: 1.6rem; /*16px*/
    line-height: 1.5;
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: #fff;
    position: relative;
}
.dispNon--pc, .dispNon--pctab, .dispNon--pcsp  {display: none;}
.dispNon--tab, .dispNon--sp, .dispNon--tabsp {display: block;}
a {
    text-decoration: none;
    color: #000;
    display: block;
}
a, img {
    width: 100%;
    display: block;
    vertical-align: bottom;
    transition: all .3s ease;
}
a:hover, a:hover img {
    transition: all .3s ease;
}
.posi--center {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%); 
}
.fadeIn {
    transition: all .3s ease;
    transition-delay: .3s;
}
.fadeUp {
    transition: all .3s ease;
    transition-delay: .3s;
}
.fadeLeft,
.fadeRight {
    transition: all .3s ease;
    transition-delay: .3s;
}
.txtalign__r {
    text-align: right;
}
.txtalign__l {
    text-align: left;
}
.txtalign__j {
    text-align: justify;
}
.inner {
    width: min(100%, 1160px);
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    position: relative;
}
.flex {
    display: flex;
}
.js-fade {
    opacity: 0;
}
.loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102;
    background-color: #fff;
    transition: all .3s ease;
}
.loading.opacitynone {
    display: none;
}
.loading__img {
    color: #00478a;
    font-size: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: -9999em;
    -webkit-animation: load4 2s infinite linear;
            animation: load4 2s infinite linear;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
@-moz-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

/* header */
.header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}
.header .inner {
    height: 100%;
}
.header__logo {
    width: 197px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.nav--pc {
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
}
.nav__list {
    display: flex;
}
.nav__list li {
    margin-right: 55px;
}
.nav__list li:last-child {
    margin-right: 0;
}
.nav__list li a {
    font-size: 16px;
    font-weight: 600;
    color: #0080ad;
}
.nav.nav--sp {
    display: none;
}

/* main */
.content {
    padding-top: 80px;
    padding-bottom: 95px;
    position: relative;
}
.content::after {
    content: "";
    width: 197px;
    height: 164px;
    background: url("../img/anabuki02.png") no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    right: 40px;
}
.sec__ttl {
    text-align: center;
    margin: 0 auto 50px;
}
.sec__ttl span {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding: .2em 40px .3em;
    line-height: 1em;
    border-radius: 100vw;
    display: inline-block;
    letter-spacing: .2em;
    position: relative;
    background: url("../img/sec__ttl__bg.png") no-repeat center right #0080ad;
    background-size: auto 100%;
}

/* fv */
.fv {
    width: 100%;
    position: relative;
    background-color: #f3f2e9;
}
.fv__list__wrap {
    position: relative;
}
.fv__list__wrap .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    display: flex;
    justify-content: center;
}
.fv__list__wrap .slick-dots li {
    margin: 0 7px;
}
.fv__list__wrap .slick-dots li.slick-active button {
    background-color: #0080ad;
}
.fv__list__wrap .slick-dots button {
    text-indent: -9999vw;
    width: 11px;
    height: 11px;
    border: none;
    background-color: #fff;
    border-radius: 100vw;
    cursor: pointer;
    padding: 0;
}
.fv__good {
    padding: 141px 0 100px;
}
.fv__good__ttl {
    width: 983px;
    margin: 0 auto;
    position: relative;
}
.fv__good__ttl img {
    margin-left: 30px;
}
.fv__good__ttl::after {
    content: "";
    width: 206px;
    height: 175px;
    background: url("../img/fv__good__dokoga.png") no-repeat top left;
    background-size: 100% auto;
    position: absolute;
    top: -117px;
    right: -25px;
}
.fv__good__txt {
    margin-top: -45px;
    font-size: 20px;
    color: #7b7b7b;
    line-height: 2.2em;
    text-align: center;
}

/* CMギャラリー */
.gallery {
    padding-top: 90px;
}
.gallery__list {
    width: 100%;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}
.gallery__list__item {
    width: calc((100% - 26px) / 3);
    margin-right: 13px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.gallery__list__item:nth-child(3n) {
    margin-right: 0;
}
.gallery__list__item a {
    position: relative;
    cursor: pointer;
}
.gallery__list__play {
    width: 12.6%;
    position: absolute;
    bottom: 5%;
    left: 3.5%;
    z-index: 3;
}
/*.gallery__list__item a .gallery__list__play {
    transition: all .3s ease;
}
.gallery__list__item a:hover .gallery__list__play {
    transform: scale(1.2);
    transition-delay: .7s;
}*/
.gallery__list__ttl {
    text-align: center;
    color: #7b7b7b;
    font-size: 18px;
    line-height: 1.3em;
    margin-top: .5em;
    font-weight: 400;
}
.gallery__inner {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
.modal {
    display: none;
}
.gallery__inner iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.gallery__list__img--shine {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    border-radius: 7px;
}
.gallery__list__img--shine::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -30%;
    width: 0%;
    height: 200%;
    background: #0080ad;
    transform: skewX(-45deg);
    opacity: 1;
}
.gallery__list__item a:hover .gallery__list__img--shine::before {
    animation: shine .5s;
}
@keyframes shine {
	47% {
		width: 180%;
		left: -30%;
	}
	53% {
		width: 180%;
		left: -30%;
	}
	100% {
		width: 180%;
		left: calc(100% + 8em);
	}
}
.gallery__list__item .gallery__list__img {
    display: block;
    transform: scale(1);
    transition: all .5s ease;
    z-index: 1;
}
.gallery__list__item a:hover .gallery__list__img {
    transform: scale(1.15);
    transition: all .5s ease;
    transition-delay: .7s;
    z-index: 3;
}

/* あなぶきにしてどこがよかった？ */
.point {
    padding-top: 140px;
    padding-bottom: 280px;
    position: relative;
}
.point .inner::after {
    content: "";
    width: 253px;
    height: 405px;
    background: url("../img/point__anabuki_04.png") no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    bottom: -220px;
    right: -40px;
}
.point .sec__ttl span::after{
    content: "";
    width: 154px;
    height: 146px;
    background: url("../img/point__ttl__02.png") no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    top: -122px;
    right: -120px;
}
.point__list li {
    margin-bottom: 50px;
}
.point__list li:last-child {
    margin-bottom: 130px;
}
.point__list__ttl {
    text-align: center;
    font-size: 37px;
    color: #eb78aa;
    font-weight: 600;
    letter-spacing: .3em;
    margin-bottom: .3em;
}
.point__list__question {
    text-align: center;
    color: #0080ad;
    font-size: 30px;
    font-weight: 500;
    margin: 0 auto;
    line-height: 1em;
    padding: 1.1em 0 2.5em;
    letter-spacing: .17em;
    position: relative;
}
.point__list__item--01 .point__list__question {
    background: url("../img/point__list__question_bg01.png") no-repeat top center;
    background-size: 100% auto;
    width: 828px;
}
.point__list__item--02 .point__list__question,
.point__list__item--04 .point__list__question {
    background: url("../img/point__list__question_bg02.png") no-repeat top center;
    background-size: 100% auto;
    width: 964px;
}
.point__list__item--03 .point__list__question {
    background: url("../img/point__list__question_bg03.png") no-repeat top center;
    background-size: 100% auto;
    width: 964px;
}
.point__list__item--01 .point__list__question::after {
    content: "";
    width: 182px;
    height: 334px;
    background: url("../img/point__anabuki_01.png") no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    top: -280px;
    left: -163px;
}
.point__list__item--03 .point__list__question::after {
    content: "";
    width: 230px;
    height: 180px;
    background: url("../img/point__anabuki_02.png") no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    top: -201px;
    right: -65px;
}
.point__list__item--04 .point__list__question::after {
    content: "";
    width: 211px;
    height: 310px;
    background: url("../img/point__anabuki_03.png") no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    top: -170px;
    left: -93px;
}
.point__list__anser {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.point__list__item__txt {
    width: 57%;
    font-size: 22px;
    color: #0080ad;
    text-align: justify;
    line-height: 1.7em;
    letter-spacing: .08em;
}
.point__list__item__img {
    width: 39%;
}
.point_more__txt {
    text-align: center;
    font-size: 49px;
    color: #eb78aa;
    font-weight: 600;
    letter-spacing: .2em;
    margin-bottom: .7em;
}
.point_more__link {
    width: 490px;
    margin: 0 auto;
    background-color: #9fcfe0;
    border-radius: 100vw;
    text-align: center;
    padding: 1.6em 0;
}
.point_more__link:hover {
    opacity: .7;
}
.point_more__link span {
    text-align: center;
    font-size: 20px;
    color: #0080ad;
    line-height: 1em;
    padding-right: 1.5em;
    background: url("../img/link.svg") no-repeat center right;
    background-size: 1em auto;
}

/* 管理 */
.kanri .fv__good__ttl::after {
    width: 250px;
    height: 235px;
    background: url("../img/fv__good__kanri.png") no-repeat top left;
    background-size: 100% auto;
    top: -187px;
    left: -77px;
}
.kanri__txt01 {
    width: 304px;
    margin: 55px auto 40px;
    line-height: 1em;
}
.kanri__img {
    width: 493px;
    margin: 0 auto;
    position: relative;
}
.kanri__img img {
    margin-left: -38px;
}
.kanri__img::after {
    content: "";
    width: 294px;
    height: 210px;
    background: url("../img/kanri__txt02.png") no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    top: 180px;
    right: -250px;
}
.kanri .point_more__link {
    width: 365px;
    background-color: #eb78aa;
    padding: 1.6em 0;
}
.kanri .point_more__link span {
    color: #fff;
    background: url("../img/link-w.svg") no-repeat center right;
    background-size: 1em auto;
}

/* footer */
.footer {
    background-color: #f3f2e9;
    padding: 50px 0 20px;
}
.footer__logo {
    width: 320px;
    margin: 0 auto 25px;
}
.footer__copyright {
    font-size: 12px;
    text-align: center;
    color: #7b7b7b;
    letter-spacing: .2em;
    font-weight: 400;
}

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint TAB -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/


@media (max-width: 1159px) {
    html {
        font-size: .85vw;
    }
    body {
        font-size: 1rem;
    }
    .dispNon--tab, .dispNon--pctab, .dispNon--tabsp {display: none;}
    .dispNon--pc, .dispNon--sp, .dispNon--pcsp  {display: block;}
    
    /* header */
    .header {
        height: 70px;
    }
    .header__logo {
        width: 16.98vw;
        left: 2rem;
    }
    .nav--pc {
        right: 4.5rem;
    }
    .nav__list li {
        margin-right: 5.5rem;
    }
    .nav__list li a {
        font-size: 1.6rem;
    }

    /* main */
    .content {
        padding-top: 70px;
        padding-bottom: 9.5rem;
    }
    .content::after {
        width: 16.98vw;
        height: 14.13vw;
        right: 4rem;
    }
    .sec__ttl {
        margin-bottom: 5rem
    }
    .sec__ttl span {
        font-size: 2.6rem;
        padding: .3em 4rem .4em;
    }

    /* fv */
    .fv__list__wrap .slick-dots {
        bottom: 2.58vw;;
        left: 0;
    }
    .fv__list__wrap .slick-dots li {
        margin: 0 .6vw;
    }
    .fv__list__wrap .slick-dots button {
        width: 1.1rem;
        height: 1.1rem;
    }
    .fv__good {
        padding: 14.1rem 0 10rem;
    }
    .fv__good__ttl {
        width: 84.74vw;
    }
    .fv__good__ttl img {
        margin-left: 3rem;
    }
    .fv__good__ttl::after {
        width: 17.75vw;
        height: 15.1vw;
        top: -11.7rem;
        right: -2.5rem;
    }
    .fv__good__txt {
        margin-top: -4.5rem;
        font-size: 2rem;
    }

    /* CMギャラリー */
    .gallery {
        padding-top: 9rem;
    }
    .gallery__list__item {
        width: calc((100% - 2.6rem) / 3);
        margin-right: 1.3rem;
        margin-bottom: 3rem;
    }
    .gallery__list__ttl {
        font-size: 1.8rem;
    }

    /* あなぶきにしてどこがよかった？ */
    .point {
        padding-top: 14.5rem;
        padding-bottom: 28.5rem;
    }
    .point .inner::after {
        width: 21.8vw;
        height: 34.91vw;
        bottom: -22rem;
        right: -4rem;
    }
    .point .sec__ttl span::after{
        width: 13.27vw;
        height: 12.58vw;
        top: -12.2rem;
        right: -12rem;
    }
    .point__list li {
        margin-bottom: 5rem;
    }
    .point__list li:last-child {
        margin-bottom: 13rem;
    }
    .point__list__ttl {
        font-size: 3.7rem;
    }
    .point__list__question {
        font-size: 3rem;
    }
    .point__list__item--01 .point__list__question {
        width: 71.37vw;
    }
    .point__list__item--02 .point__list__question,
    .point__list__item--04 .point__list__question {
        width: 83.10vw;
    }
    .point__list__item--03 .point__list__question {
        width: 83.10vw;
    }
    .point__list__item--01 .point__list__question::after {
        width: 15.68vw;
        height: 28.79vw;
        top: -28rem;
        left: -16.3rem;
    }
    .point__list__item--03 .point__list__question::after {
        width: 19.82vw;
        height: 15.51vw;
        top: -20.1rem;
        right: -6.5rem;
    }
    .point__list__item--04 .point__list__question::after {
        width: 18.18vw;
        height: 26.72vw;
        top: -17rem;
        left: -9.3rem;
    }
    .point__list__item__txt {
        font-size: 2.2rem;
    }
    .point_more__txt {
        font-size: 4.9rem;
    }
    .point_more__link {
        width: 42vw;
        padding: 2.6em 0;
    }
    .point_more__link span {
        font-size: 2rem;
    }

    /* 管理 */
    .kanri .fv__good__ttl::after {
        width: 21.55vw;
        height: 20.25vw;
        top: -18.7rem;
        left: -7.7rem;
    }
    .kanri__txt01 {
        width: 26.2vw;
        margin: 5.5rem auto 4rem;
    }
    .kanri__img {
        width: 42.5vw;
    }
    .kanri__img img {
        margin-left: -3.8rem;
    }
    .kanri__img::after {
        width: 25.34vw;
        height: 18.24vw;
        top: 18rem;
        right: -25rem;
    }
    .kanri .point_more__link {
        width: 31.46vw;
        padding: 2.6em 0;
    }
    /* footer */
    .footer {
        padding: 5rem 0 2rem;
    }
    .footer__logo {
        width: 27.58vw;
        margin: 0 auto 2.5rem;
    }
    .footer__copyright {
        font-size: 1.2rem;
    }

    
    
    
}

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint SP -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {

    html {
        font-size: 1.5vw;
    }
	body {
		width: 100%;
		min-width: 320px;
		max-width: 100%;
        font-size: 1rem;
        overflow: hidden;
	}
    .dispNon--sp, .dispNon--pasp, .dispNon--pcsp, .dispNon--tabsp {display: none;}
    .dispNon--pc, .dispNon--tab, .dispNon--pctab {display: block;}   
    .inner {
        padding-left: 8.4vw;
        padding-right: 8.4vw;
    }
    
    /* header */
    .header {
        height: 10.6vw;
    }
    .header__logo {
        width: 26.32vw;
        left: 2rem;
    }
    .header__menubtn {
        width: 4.8vw;
        height: 4vw;
        position: absolute;
        top: 50%;
        right: 3.4vw;
        transform: translateY(-50%);
    }
    .header__menubtn span {
        width: 100%;
        height: 2px;
        background-color: #0080ad;
        position: absolute;
        left: 0;
        transition: all 0.3s ease;
    }
    .header__menubtn span:first-child {
        top: 0;
    }
    .header__menubtn span:last-child {
        bottom: 0;
    }
    .header__menubtn span:nth-child(2) {
        top: 50%;
        margin-top: -1px;
    }
    .header__menubtn.active span:nth-child(2) {
        opacity: 0;
    }
    .header__menubtn.active span:nth-child(1) {
        transform: rotate(-45deg);
        top: 50%;
    }
    .header__menubtn.active span:nth-child(3) {
        transform: rotate(45deg);
        top: 50%;
    }
    .nav.nav--pc {
        display: none;
    }
    .nav.nav--sp {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 10.6vw;
        left: 0;
        background-color: #fff;
    }
    .nav__inner {
        width: 100%;
        height: calc(100vh - 10.6vw);
        position: relative;
        text-align: center;
        overflow-y: scroll;
    }
    .nav__top {
        background-color: #f3f2e9;
        padding-top: 14.9vw;
    }
    .nav__top__ttl {
        width: 82.12vw;
        margin: 0 auto 3.4rem;
        position: relative;
    }
    .nav__top__ttl img {
        margin-left: 1.5rem;
    }
    .nav__top__ttl::after {
        content: "";
        width: 17.2vw;
        height: 14.66vw;
        background: url(../img/fv__good__dokoga.png) no-repeat top left;
        background-size: 100% auto;
        position: absolute;
        top: -7.4rem;
        right: -1.5rem;
    }
    .nav__list {
        display: block;
        width: 44.43vw;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }   
    .nav__list li {
        margin-right: 0;
        margin-bottom: 5.8rem;
    }
    .nav__list li:last-child {
        margin-bottom: 8.7rem;
    }
    .nav__list li a {
        font-size: 2.6rem;
        padding: .3em 4rem .4em;
        background: url(../img/sec__ttl__bg.png) no-repeat center right;
        background-size: auto 100%;
        border-radius: 100vw;
        color: #fff;
        letter-spacing: .2em;
    }
    .nav__top__img {
        width: 52.26vw;
        margin-left: 20.8vw;
    }
    .nav__bottm {
        position: relative;
        z-index: 2;
        padding: 12.8vw 0 3.1vw;
    }
    .nav__companylogo {
        width: 42.58vw;
        margin: 0 auto 11vw;
    }
    .nav__copyright {
        text-align: center;
        font-size: 1.2rem;
        color: #7b7b7b;
        font-weight: 400;
        line-height: 2em;
        letter-spacing: .2em;
    }

    /* main */
    .content {
        padding-top: 10.6vw;
        padding-bottom: 17rem;
    }
    .content::after {
        width: 26.35vw;
        height: 21.83vw;
        right: 3rem;
    }
    .sec__ttl {
        margin-bottom: 3.5rem;
    }
    .sec__ttl span {
        font-size: 2.6rem;
        padding: .3em 4rem .4em;
    }

    /* fv */
    .fv__list__wrap .slick-dots {
        bottom: 2.58vw;
    }
    .fv__list__wrap .slick-dots li {
        margin: 0 1vw;
    }
    .fv__list__wrap .slick-dots button {
        width: 1.2vw;
        height: 1.2vw;
    }
    .fv__good {
        padding: 9rem 0 8rem;
    }
    .fv__good__ttl {
        width: 82.12vw;
        margin: 0 auto 3.4rem;
    }
    .fv__good__ttl img {
        margin-left: 1.5rem;
    }
    .fv__good__ttl::after {
        width: 17.2vw;
        height: 14.66vw;
        top: -7.4rem;
        right: -1.5rem;
    }
    .fv__good__txt {
        margin-top: -4.5rem;
        font-size: 1.6rem;
        line-height: 2.5em;
    }
    .kanri .fv__good__txt {
        font-size: 2.2rem;
        line-height: 2em;
    }

    /* CMギャラリー */
    .gallery {
        padding-top: 6rem;
    }
    .gallery .inner {
        padding: 0;
    }
    .gallery__list {
        padding-left: 8.4vw;
        padding-right: 8.4vw;
        display: block;
    }
    .gallery__list__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3rem;
    }
    .gallery__list__ttl {
        font-size: 2.6rem;
    }
    .gallery__list .slick-arrow {
        width: 8.4vw;
        height: 4.1vw;
        position: absolute;
        top: 21vw;
        text-indent: -9999vw;
        border: none;
    }
    .gallery__list .slick-prev  {
        background: url("../img/arrow-prev.svg") no-repeat left 1vw center;
        background-size: 2.1vw auto;
        left: 0;
    }
    .gallery__list .slick-next {
        background: url("../img/arrow-next.svg") no-repeat right 1vw center;
        background-size: 2.1vw auto;
        right: 0;
    }
    .gallery__list .slick-dots {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .gallery__list .slick-dots li {
        margin: 0 1vw;
    }
    .gallery__list .slick-dots button {
        width: 1.6vw;
        height: 1.6vw;
        background-color: #7d7d7d;
        padding: 0;
        text-indent: -9999vw;
        border: none;
        border-radius: 100vw;
    }
    .gallery__list .slick-dots li.slick-active button {
        background-color: #eb78aa;
    }
    .gallery__list__item a:hover .gallery__list__img {
        transform: scale(1);
        transition: all .5s ease;
        transition-delay: .7s;
        z-index: 3;
    }


    /* あなぶきにしてどこがよかった？ */
    .point {
        padding-top: 14rem;
        padding-bottom: 23rem;
    }
    .point .inner::after {
        width: 23.7vw;
        height: 40.8vw;
        bottom: -16rem;
        right: 2rem;
    }
    .point .sec__ttl span::after{
        width: 20.47vw;
        height: 19.28vw;
        top: -14.2rem;
        right: -4rem;
    }
    .point__list li {
        margin-bottom: 6.5rem;
    }
    .point__list li:last-child {
        margin-bottom: 8.5rem;
    }
    .point__list__ttl {
        letter-spacing: .15em;
        margin-bottom: .5em;
    }
    .point__list__question {
        padding: .95em 0 2.5em;
        margin-bottom: 1rem;
    }
    .point__list__item--01 .point__list__question,
    .point__list__item--02 .point__list__question,
    .point__list__item--03 .point__list__question,
    .point__list__item--04 .point__list__question {
        width: 100%;
        background: url("../img/point__list__question_bg04.png") no-repeat top center;
        background-size: 100% auto;
        letter-spacing: 0;
        font-size: 2.8rem;
    }
    .point__list__item--01 .point__list__question::after {
        width: 17.15vw;
        height: 31.08vw;
        top: -11vw;
        left: -8.4vw;
    }
    .point__list__item--03 .point__list__question::after {
        width: 21.45vw;
        height: 17vw;
        top: -20.5vw;
        right: -10vw;
    }
    .point__list__item--04 .point__list__question::after {
        width: 19.71vw;
        height: 28.49vw;
        top: -10.5vw;
        left: -8.4vw;
    }
    .point__list__anser {
        flex-wrap: wrap;
    }
    .point__list__item__txt {
        width: 100%;
        font-size: 2.5rem;
        order: 2;
        letter-spacing: .15em;
    }
    .point__list__item__img {
        width: 100%;
        order: 1;
        margin-bottom: 4rem;
    }
    .point_more__txt {
        font-size: 4.2rem;
        margin-bottom: 1em;
    }
    .point_more__link {
        width: 65.33vw;
        padding: 2.6em 0;
    }

    /* 管理 */
    .kanri .fv__good__ttl::after {
        width: 23.4vw;
        height: 21.86vw;
        top: -13.7rem;
        left: -3.5vw;
    }
    .kanri__txt01 {
        width: 40.6vw;
        margin: 4rem auto;
    }
    .kanri__img {
        width: 65.8vw;
    }
    .kanri__img img {
        margin-left: -3rem;
    }
    .kanri__img::after {
        width: 24.34vw;
        height: 18.28vw;
        top: 4rem;
        right: -8rem;
    }
    .kanri .point_more__link {
        width: 65.33vw;
        padding: 2.6em 0;
    }
    
    /* footer */
    .footer {
        padding: 8rem 0 3rem;
    }
    .footer__logo {
        width: 42.58vw;
        margin: 0 auto 3rem;
    }
    .footer__copyright {
        font-size: 1.2rem;
        letter-spacing: .2em;
    }
    
}





