@charset "UTF-8";


/*-------------------------------------------

    0. anker--reset
    1. anker--class
    3. anker--temp
    2. anker--header
    4. anker--footer

    -------------------------------------------*/


/* anker--reset
----------------------------------------------------------------*/
header 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%;background:0 0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}dl,li,ol,ul{list-style:none}blockquote,q{quotes:none}a{display:inline-block;margin:0;padding:0;text-decoration:none}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}img{vertical-align:top;-webkit-backface-visibility:hidden;backface-visibility:hidden;display: block;}strong{font-weight:700}body,html{width:100%}


html{
    position: relative;
    height: 100%;
    color: #000;
    font-size: 62.5%;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
}

b, strong, .bold{
    font-family:'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 750px){ html{font-size: 2.2vw;} }


body {
    font-size: 1.6rem;
    line-height: 1.85;
    /* letter-spacing: .1em; */
}
body.notouch {}
body.notouch:after {
    content:"";
    display: block;
    position: fixed;
    top: 0;
    background-color: rgb(0 0 0 / 50%);
    width: 100vw;
    height: 100vh;
    z-index: 1;
}


a {
    color: #313131;
    text-decoration: none;
}
a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
  pointer-events: none;
  color: #313131;
}
a[href^="mailto:"] {
  text-decoration: underline;
  color: #313131;
}


.pcmode{}
.ipadmode{display: none !important;}
.spmode{display: none !important;}

@media screen and (max-width: 767px){
    .spmode{display: inline-block !important;}
    .pcmode{display: none !important;}
    a[href^="tel:"] {
        pointer-events: auto;
        /* text-decoration: underline; */
    }
}



#wrapper {
    padding-top: 80px;
}
/* ~sp */
@media screen and (max-width: 767px) {
    #wrapper {
        padding-top: 60px;
    }
}

@media print{
    #wrapper {
        padding-top: 0px;
    }
}


::selection {
    background:#EEE;
}
::-webkit-selection {
    background:#EEE;
}
::-moz-selection {
    background:#EEE;
}






/* anker--class
----------------------------------------------------------------*/

.object-fit {
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;'
}


/* font-size */
.f18 {font-size: 1.8rem !important;}
.f20 {font-size: 2rem !important;}
.f22 {font-size: 2.2rem !important;}
.f24 {font-size: 2.4rem !important;}
.f26 {font-size: 2.6rem !important;}
.f28 {font-size: 2.8rem !important;}
.f30 {font-size: 3.0rem !important;}
.f32 {font-size: 3.2rem !important;}
.f34 {font-size: 3.4rem !important;}

/*  margin */
.mb00 {margin-bottom: 0px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}
.mb120 {margin-bottom: 120px !important;}
@media screen and (max-width: 750px) {
.mb00 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 5px !important;}
.mb20 {margin-bottom: 10px !important;}
.mb30 {margin-bottom: 15px !important;}
.mb40 {margin-bottom: 20px !important;}
.mb50 {margin-bottom: 25px !important;}
.mb60 {margin-bottom: 30px !important;}
.mb70 {margin-bottom: 35px !important;}
.mb80 {margin-bottom: 40px !important;}
.mb90 {margin-bottom: 45px !important;}
.mb100 {margin-bottom: 50px !important;}
.mb120 {margin-bottom: 60px !important;}
}


/*TEXT-ALIGN Class*/
.t_left {text-align: left;}
.t_center{text-align: center;}
.t_right{text-align: right;margin-bottom: 0;}

.red{color: #e23b2b;}
.f-weight-blod{font-weight: bold;}
.f-weight-normal{font-weight: normal;}

.underline{text-decoration: underline;}
.no_border{border-bottom: none !important;}
.lineblock { display: inline-block; }

.mask {
    position: relative;
    overflow: hidden;
}


.inner {
    position: relative;
    margin: 0 auto;
}
.inner.w1080 {
    max-width: 1080px;
    width: 90%;
}
.inner.w960 {
    max-width: 960px;
    width: 90%;
}
.inner.w900 {
    max-width: 900px;
    width: 90%;
}







/* anker--temp
----------------------------------------------------------------*/


/* h-style */

.h-style09 {
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 0.08em;
    text-align: center;
    color: #2274b3;
    letter-spacing: .12em;
}
.h-style08 {
    font-weight: 700;
    font-size: 2rem;
    padding-left: 20px;
    border-left: solid 7px #2274B3;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
.h-style09 {
    font-size: 2.4rem;
}
.h-style08 {
    font-size: 1.9rem;
    padding-left: 14px;
    border-width: 4px;
}
}


/* p-style */

.p-style01 {
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 28px;
}
.p-style02 {
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
.p-style01 {
    font-size: 1.7rem;
    line-height: 1.8;
}
.p-style02 {
    font-size: 1.6rem;
    line-height: 1.8;
}
}


/* ol-style01 */

.ol-style01 {
    font-size: 1.4rem;
}

.ul-style01 {
    font-size: 1.4rem;
}
.ul-style01 li {}
.ul-style01 li:before {
    content: "・";
}

@media screen and (max-width: 767px) {
.ol-style01 {
    font-size: 1.6rem;
}
.ul-style01 {
    font-size: 1.6rem;
}
.ul-style01 li {}
.ul-style01 li:before {}
}



/* anker--header
----------------------------------------------------------------*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 100;
    background: #FFF;
}
header .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
header .logomark {
    width: 200px;
}
header .logomark a {}
header .logomark a img {
    width: 100%;
    display: block;
}

header .other {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header .tel {
    margin-right: 40px;
    display: flex;
}
header .tel a {}
header .tel a img {}

header .contact-btn {}
header .contact-btn a {
    background: #EE6F00;
    color: #FFF;
    padding: 16px 24px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    border-radius: 100px;
    transition: all .3s;
}
header .contact-btn a span {
    padding-left: 22px;
    background-image: url(../img/main-icon-white.svg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

header .contact-btn a:hover {
    
background: #fd9031;
}


@media screen and (max-width: 767px) {
    header {
        height: 60px;
    }
    header .inner {
        padding: 6px 0 0;
        box-sizing: border-box;
    }
    header .logomark {}
    header .logomark a {}
    header .logomark a img {
        width: 190px;
    }

    header .other {}
    header .tel {
        margin-right: 10px;
    }
    header .tel a {}
    header .tel a img {
        width: 45px;
        height: 45px;
    }

    header .contact-btn {}
    header .contact-btn a {
        padding: 0;
        background: transparent;
    }
    header .contact-btn a img {
        width: 45px;
        height: 45px;
    }
    header .contact-btn a span {}
}


@media screen and (max-width: 340px) {
    header {}
    header .inner {}
    header .logomark {}
    header .logomark a {}
    header .logomark a img {
    width: 150px;
}
    header .other {}
    header .tel {}
    header .tel a {}
    header .tel a img {
    width: 40px;
    height: 40px;
}
    header .contact-btn {}
    header .contact-btn a {}
    header .contact-btn a img {
    width: 40px;
    height: 40px;
}
    header .contact-btn a span {}
}

@media print {
    header {
        position: relative;
    }
}






/* anker--main
----------------------------------------------------------------*/

/* edit-area.keyvisual */

.edit-area.keyvisual {
    background-image: url(../img/keyvisual-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    margin-bottom: 64px;
}
.edit-area.keyvisual .inner {
    padding: 50px 0 0px;
}
.edit-area.keyvisual img {
    margin: 0 auto;
    max-width: 100%;
}



@media screen and (max-width: 767px) {
.edit-area.keyvisual {
    background-image: url(../img/keyvisual-bg_sp.jpg);
    margin-bottom: 40px;
}
.edit-area.keyvisual .inner {}
.edit-area.keyvisual h1 {text-align: center;}
.edit-area.keyvisual img {
    width: 90%;
}
}




/* .edit-area.type01 */

.edit-area.type01 {
    margin-bottom: 30px;
}
.edit-area.type01 .inner {}
.edit-area.type01 h2 {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
}
.edit-area.type01 h2 img {}
.edit-area.type01 .block {
    max-width: 1022px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.edit-area.type01 .block dl {
    width: 48%;
    margin-bottom: 80px;
}
.edit-area.type01 .block dl dt {
    background: #2274B3;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 2.6rem;
    padding: 1px 0;
    margin-bottom: 30px;
}
.edit-area.type01 .block dl dd {}
.edit-area.type01 .block dl dd ul {
    font-size: 2.4rem;
    font-weight: 500;
    /* line-height: 2; */
}
.edit-area.type01 .block dl dd ul li {
    background-image: url(../img/check-icon.svg);
    background-repeat: no-repeat;
    background-position: 0% 2px;
    padding-left: 42px;
    line-height: 1.3;
    margin-bottom: 16px;
    /* letter-spacing: 0.05em; */
}
.edit-area.type01 .block dl dd ul li:last-of-type {
  margin-bottom:0;
}


@media screen and (max-width: 767px) {
.edit-area.type01 {
    margin-bottom: 20px;
}
.edit-area.type01 .inner {}
.edit-area.type01 h2 {
    margin-bottom: 26px;
}
.edit-area.type01 h2 img {
    width: 90%;
}
.edit-area.type01 .block {
    width: 90%;
}
.edit-area.type01 .block dl {
    width: 100%;
    margin-bottom: 40px;
}
.edit-area.type01 .block dl dt {
    font-size: 2rem;
    margin-bottom: 20px;
}
.edit-area.type01 .block dl dd {}
.edit-area.type01 .block dl dd ul {
    font-size: 1.8rem;
}
.edit-area.type01 .block dl dd ul li {
    background-size: auto 84%;
    padding-left: 3.2rem;
    margin-bottom: 8px;
}
.edit-area.type01 .block dl dd ul li:last-of-type {}
}




/* edit-area.type02 */

.edit-area.type02 {
    background-image: url(../img/type02-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% auto;
    background-color: #F3F3F3;
    padding: 100px 0 120px;
}
.edit-area.type02 .inner {}
.edit-area.type02 h2 {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
}
.edit-area.type02 h2 img {}
.edit-area.type02 .inner > p {
    text-align: center;
    margin-bottom: 50px;
}
.edit-area.type02 .block {
    background-color: #FFF;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 60px 94px;
    margin-bottom: 50px;
}
.edit-area.type02 .block:last-of-type {
  margin-bottom:0;
}
.edit-area.type02 .block h3 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #B42B00;
    margin-bottom: 30px;
}
.edit-area.type02 .block h3 span {
    padding-left: 76px;
    background-image: url(../img/type02-icon.svg);
    background-repeat: no-repeat;
    background-position: 0px 0;
    background-size: auto 52px;
    line-height: 52px;
    display: inline-block;
    letter-spacing: .12em;
}
.edit-area.type02 .block p {}
.edit-area.type02 .block .photo {

text-align: center;
}
.edit-area.type02 .block .photo img {
    margin: 0 auto;
    max-width: 100%;
}
.edit-area.type02 .block .photo span {
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 21px;
    margin: 16px 0 0;
    display: inline-block;
}


.edit-area.type02 .block.num01 p {
    max-width: 680px;
    margin: 0 auto;
}

.edit-area.type02 .block.num02 .box {}
.edit-area.type02 .block.num02 p {
    max-width: 680px;
    margin: 0 auto 70px;
}
.edit-area.type02 .block.num02 .box dl {
    border: solid 4px #2274B3;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 30px 40px;
}
.edit-area.type02 .block.num02 .box dl dt {
    text-align: center;
    position: relative;
    top: -34px;
}
.edit-area.type02 .block.num02 .box dl dt img {
    margin: 0 auto;
    background: #fff;
}
.edit-area.type02 .block.num02 .box dl dd {}
.edit-area.type02 .block.num02 .box dl dd p {
    max-width: 590px;
    margin-bottom: 30px;
}
.edit-area.type02 .block.num02 .box dl dd img {margin: 0 auto;max-width: 100%;}


.edit-area.type02 .block.num03 p {
    max-width: 680px;
    margin: 0 auto 50px;
}
.edit-area.type02 .block.num03 .photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.edit-area.type02 .block.num03 .photo img {}



@media screen and (max-width: 767px) {
.edit-area.type02 {
    padding: 60px 0;
}
.edit-area.type02 .inner {}
.edit-area.type02 h2 {
    margin-bottom: 40px;
}
.edit-area.type02 h2 img {
    width: 75%;
}
.edit-area.type02 .inner > p {
    text-align: left;
}
.edit-area.type02 .block {
    padding: 40px 6%;
    position: relative;
}
.edit-area.type02 .block:before {
    content:
    "";
    background: no-repeat url(../img/type02-icon_sp.svg) 50% 50% / 100% auto;
    width: 50px;
    height: 58px;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.edit-area.type02 .block:last-of-type {}
.edit-area.type02 .block h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.edit-area.type02 .block h3 span {
    padding: 0;
    background: transparent;
    line-height: 1.4;
}
.edit-area.type02 .block p {}
.edit-area.type02 .block .photo {}
.edit-area.type02 .block .photo img {}
.edit-area.type02 .block .photo span {
    line-height: 1.6;
}
.edit-area.type02 .block.num01 p {}
.edit-area.type02 .block.num02 .box {}
.edit-area.type02 .block.num02 p {}
.edit-area.type02 .block.num02 .box dl {}
.edit-area.type02 .block.num02 .box dl dt {
    top: -3.4rem;
}
.edit-area.type02 .block.num02 .box dl dt img {
    width: 80%;
}
.edit-area.type02 .block.num02 .box dl dd {
    text-align: center;
}
.edit-area.type02 .block.num02 .box dl dd p {
    width: 86%;
    text-align: left;
}
.edit-area.type02 .block.num02 .box dl dd img {}
.edit-area.type02 .block.num03 p {
    margin-bottom: 30px;
}
.edit-area.type02 .block.num03 .photo {
    width: 100%;
}
.edit-area.type02 .block.num03 .photo img {
    width: 90%;
}
}





/* edit-area.type03 */

.edit-area.type03 {
    position: relative;
    background-image: url(../img/type03-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    /* min-height: 540px; */
    margin-bottom: 120px;
}
.edit-area.type03:after {
    content:
    "";
    display:
    block;
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-image: url(../img/type03-bg_filter.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
}

.edit-area.type03 .inner {
    padding: 100px 0 0;
    z-index: 1;
}
.edit-area.type03 h2 {
    margin-bottom: 110px;
}
.edit-area.type03 h2 img {
    margin: 0 auto;
    max-width: 100%;
}
.edit-area.type03 .catch {
    background: #2274B3;
    position: relative;
    padding: 36px 20px 36px 270px;
}
.edit-area.type03 .catch .cap {
    position: absolute;
    top: -40px;
    left: 0;
}
.edit-area.type03 .catch .cap img {}
.edit-area.type03 .catch img {
    max-width: 100%;
}


@media screen and (max-width: 767px) {
.edit-area.type03 {
    margin-bottom: 60px;
    background-size: auto 70%;
    background-position: 80% 0%;
}
.edit-area.type03:after {height: 70%;}
.edit-area.type03 .inner {
    padding: 50px 0 0;
}
.edit-area.type03 h2 {
    margin-bottom: 40px;
}
.edit-area.type03 h2 img {
    width: 100%;
    filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.6));
}
.edit-area.type03 .catch {
    padding: 22px 0 26px 130px;
}
.edit-area.type03 .catch .cap {
    top: 20px;
    left: -2%;
}
.edit-area.type03 .catch .cap img {
    width: 120px;
}
.edit-area.type03 .catch img {
    width: 88%;
}
}






/* edit-area.type04 */

.edit-area.type04 {
    margin-bottom: 80px;
}
.edit-area.type04 .inner {}
.edit-area.type04 .h-style09 {
    margin-bottom: 40px;
}
.edit-area.type04 p {
    text-align: center;
    margin-bottom: 56px;
}
.edit-area.type04 .youtube {
    margin: 0 auto;/* 
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; */
}
.edit-area.type04 .youtube .caption {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #ee6f01;
    margin: 0 0 20px;
}
.edit-area.type04 .youtube iframe {
    width: 600px;
    height: 360px;
    display: block;
    margin: 0 auto;
}

.edit-area.type04 img {
    max-width: 100%;
}


@media screen and (max-width: 767px) {
    .edit-area.type04 {
        margin-bottom: 40px;
    }
    .edit-area.type04 .inner {}
    .edit-area.type04 .h-style09 {
        margin-bottom: 20px;
    }
    .edit-area.type04 p {
        text-align: left;
        margin-bottom: 40px;
    }
    .edit-area.type04 .youtube.captiob {}
    .edit-area.type04 .youtube {}
    .edit-area.type04 .youtube iframe {
        width: 100%;
        height: 200px;
    }
    .edit-area.type04 img {
        width: 100%;
        margin: 0 auto 30px;
    }
}




/* edit-area.type05 */

.edit-area.type05 {
    padding-bottom: 180px;
}
.edit-area.type05 .inner {}
.edit-area.type05 .h-style09 {
    margin-bottom: 80px;
}

.edit-area.type05 .box {
    margin-bottom: 140px;
    position: relative;
}
.edit-area.type05 .box .box-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.edit-area.type05 .box .photo {
    width: 47%;
}
.edit-area.type05 .box .photo img {
    width: 100%;
}
.edit-area.type05 .box .txt {
    width: 47%;
}
.edit-area.type05 .box .txt dl {}
.edit-area.type05 .box .txt dl dt {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.edit-area.type05 .box .txt dl dt .num {
    position: relative;
    padding-right: 33px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.edit-area.type05 .box .txt dl dt .num:after {
    content:
    "";
    display: block;
    position: absolute;
    width: 3px;
    height: 70px;
    background: #B4B4B4;
    right: 0;
}
.edit-area.type05 .box .txt dl dt .num img {}
.edit-area.type05 .box .txt dl dt .catch {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .1em;
}
.edit-area.type05 .box .txt dl dt .catch span {
    position: relative;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1;
}
.edit-area.type05 .box .txt dl dd {}
.edit-area.type05 .box .txt dl dd p {}
.edit-area.type05 .box .txt dl dd p span {
    color: #EE6F00;
    font-weight: 700;
}

.edit-area.type05 .box.type01 {}
.edit-area.type05 .box.type01 .photo {order:1;}

.edit-area.type05 .box.type02 {}
.edit-area.type05 .box.type02 .photo {}

.edit-area.type05 .box.num01 .txt dl dt .catch span {
    color: #d84342;
}
.edit-area.type05 .box.num02 .txt dl dt .catch span {
    color: #11b4e8;
    top: 3px;
}
.edit-area.type05 .box.num03 .txt {
    width: 50%;
}
.edit-area.type05 .box.num03 .txt dl dt .catch span {
    color: #fabf22;
}
.edit-area.type05 .box.num04 .txt dl dt .catch span {
    color: #6032a5;
}
.edit-area.type05 .box.num05 .txt dl dt .catch span {
    color: #31a59f;
}

.edit-area.type05 .box.num01:before,
.edit-area.type05 .box.num03:before,
.edit-area.type05 .box.num05:before {
    content: "";
    position: absolute;
    bottom: -80px;
    width: 60%;
    height: 236px;
    z-index: -1;

    background: #F8F8F8;
    background-repeat: no-repeat;
}

.edit-area.type05 .box.num01:before {
    background-position: 100% 0%;
    background-image: url(../img/type05-bg.svg);
    left: 0;
}

.edit-area.type05 .box.num03:before,
.edit-area.type05 .box.num05:before {
    background-position: 0% 0%;
    background-image: url(../img/type05-bg02.svg);
    right: 0;
}


@media screen and (max-width: 767px) {
.edit-area.type05 {
    padding-bottom: 100px;
}
.edit-area.type05 .inner {}
.edit-area.type05 .h-style09 {
    margin-bottom: 30px;
}
.edit-area.type05 .box {
    margin-bottom: 60px;
}
.edit-area.type05 .box .box-inner {
    flex-direction: column;
}
.edit-area.type05 .box .photo {
    width: 90%;
    margin-bottom: 20px;
}
.edit-area.type05 .box .photo img {}
.edit-area.type05 .box .txt {
    width: 90%;
}
.edit-area.type05 .box.num03 .txt {
    width: 90%;
}
.edit-area.type05 .box .txt dl {}
.edit-area.type05 .box .txt dl dt {
    margin-bottom: 20px;
}
.edit-area.type05 .box .txt dl dt .num {
    padding-right: 23px;
    margin-right: 20px;
}
.edit-area.type05 .box .txt dl dt .num:after {
    height: 40px;
}
.edit-area.type05 .box .txt dl dt .num img {
    width: auto;
    height: 50px;
}
.edit-area.type05 .box .txt dl dt .catch {
    font-size: 2.4rem;
}
.edit-area.type05 .box .txt dl dt .catch span {
    font-size: 3.2rem;
}
.edit-area.type05 .box .txt dl dd {}
.edit-area.type05 .box .txt dl dd p {}
.edit-area.type05 .box .txt dl dd p span {}
.edit-area.type05 .box.type01 {}
.edit-area.type05 .box.type01 .photo {
    order: 0;
}
.edit-area.type05 .box.type02 {}
.edit-area.type05 .box.type02 .photo {}
.edit-area.type05 .box.num01 .txt dl dt .catch span {}
.edit-area.type05 .box.num02 .txt dl dt .catch span {}
.edit-area.type05 .box.num03 .txt dl dt .catch span {}
.edit-area.type05 .box.num04 .txt dl dt .catch span {}
.edit-area.type05 .box.num05 .txt dl dt .catch span {}

.edit-area.type05 .box.num01:before,
.edit-area.type05 .box.num03:before,
.edit-area.type05 .box.num05:before {
    width: 90%;
    height: 200px;
    bottom: -30px;
}
.edit-area.type05 .box.num01:before {}
.edit-area.type05 .box.num03:before,
.edit-area.type05 .box.num05:before {}
}




/* edit-area.type06 */

.edit-area.type06 {
    background: #F3F3F3;
    padding: 110px 0;
}
.edit-area.type06 .inner {
    overflow: hidden;
}
.edit-area.type06 .h-style09 {
    margin-bottom: 30px;
}
.edit-area.type06 .swiper {
    width: 1080px;
    margin: 0 auto 80px;
    overflow: unset;
}
.edit-area.type06 .swiper .swiper-inner {}
.edit-area.type06 .swiper .swiper-wrapper {}
.edit-area.type06 .swiper .swiper-slide {
    background: #fff;
    padding: 10px 0;
    box-sizing: border-box;
}
.edit-area.type06 .swiper .swiper-slide img {
    margin: 0 auto;
    width: auto;
    height: 400px;
}

.edit-area.type06 .swiper .swiper-button-next,
.edit-area.type06 .swiper .swiper-button-prev {
    width: 60px;
    height: 60px;
}

.edit-area.type06 .swiper .swiper-button-next {
    right: -30px;
}
.edit-area.type06 .swiper .swiper-button-prev {
    left: -30px;
}



.swiper-button-next:after, .swiper-button-prev:after {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60px 60px;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    background-image: url(../img/slider-arrow-right.svg);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    background-image: url(../img/slider-arrow-left.svg);
}




@media screen and (max-width: 1200px) {
    .edit-area.type06 .swiper {
        width: 700px;
    }
}


@media screen and (max-width: 767px) {
.edit-area.type06 {
    padding: 50px 0 60px;
}
.edit-area.type06 .inner {}
.edit-area.type06 .h-style09 {
    margin-bottom: 20px;
}
.edit-area.type06 .swiper {
    width: 90%;
    margin-bottom: 40px;
}
.edit-area.type06 .swiper .swiper-inner {}
.edit-area.type06 .swiper .swiper-wrapper {}
.edit-area.type06 .swiper .swiper-slide {}
.edit-area.type06 .swiper .swiper-slide img {
    width: 90%;
    height: auto;
}
.edit-area.type06 .swiper .swiper-button-next,
.edit-area.type06 .swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
}
.edit-area.type06 .swiper .swiper-button-next {
    right: -15px;
}
.edit-area.type06 .swiper .swiper-button-prev {
    left: -15px;
}


.swiper-button-next:after, .swiper-button-prev:after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {}
}




/* edit-area.type07 */

.edit-area.type07 {
    padding: 120px 0 90px;
}
.edit-area.type07 .inner {}
.edit-area.type07 .h-style09 {
    margin-bottom: 50px;
}
.edit-area.type07 .photo-set {}
.edit-area.type07 .photo-set .photo {}
.edit-area.type07 .photo-set .photo img {}
.edit-area.type07 .photo-set .txt {}
.edit-area.type07 .photo-set .txt .h-style08 {}
.edit-area.type07 .photo-set .txt .p-style02 {}
.edit-area.type07 .box {margin-bottom: 80px;}
.edit-area.type07 .box.photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.edit-area.type07 h4 {
    margin-bottom: 34px;
}
.edit-area.type07 .box > p {
    margin-bottom: 24px;
}
.edit-area.type07 .box .ol-style01 {}
.edit-area.type07 .box .ol-style01 li {}
.edit-area.type07 .box .ol-style01 li span {
    color: #2274B3;
}
.edit-area.type07 .box .ol-style01 li ul {
    padding-left: 16px;
}
.edit-area.type07 .box .ol-style01 li ul li {}
.edit-area.type07 .box .ol-style01 li ul li:before {
}
.edit-area.type07 .box dl {
    font-size: 1.4rem;
    margin-bottom: 24px;
}
.edit-area.type07 .box dl dt {
    color: #2274B3;
}
.edit-area.type07 .box dl dd {}
.edit-area.type07 .box dl dd ul {}
.edit-area.type07 .box dl dd ul li {}
.edit-area.type07 .box.photo .photo {}
.edit-area.type07 .box.photo .txt {
    width: calc(100% - 160px);
    box-sizing: border-box;
    padding-left: 60px;
}


@media screen and (max-width: 767px) {
.edit-area.type07 {
    padding: 60px 0 50px;
}
.edit-area.type07 .inner {}
.edit-area.type07 .h-style09 {
    margin-bottom: 30px;
}
.edit-area.type07 .photo-set {}
.edit-area.type07 .photo-set .photo {}
.edit-area.type07 .photo-set .photo img {}
.edit-area.type07 .photo-set .txt {}
.edit-area.type07 .photo-set .txt .h-style08 {}
.edit-area.type07 .photo-set .txt .p-style02 {}
.edit-area.type07 .box {
    margin-bottom: 40px;
}
.edit-area.type07 .box.photo {
    flex-direction: column;
}
.edit-area.type07 h4 {
    margin-bottom: 20px;
}
.edit-area.type07 .box > p {
    margin-bottom: 14px;
}
.edit-area.type07 .box .ol-style01 {}
.edit-area.type07 .box .ol-style01 li {}
.edit-area.type07 .box .ol-style01 li span {}
.edit-area.type07 .box .ol-style01 li ul {}
.edit-area.type07 .box .ol-style01 li ul li {}
.edit-area.type07 .box .ol-style01 li ul li:before {}
.edit-area.type07 .box dl {
    margin-bottom: 14px;
}
.edit-area.type07 .box dl dt {}
.edit-area.type07 .box dl dd {}
.edit-area.type07 .box dl dd ul {}
.edit-area.type07 .box dl dd ul li {}
.edit-area.type07 .box.photo .photo {
    margin-bottom: 20px;
}
.edit-area.type07 .box.photo .photo img {
    margin: 0 auto;
}
.edit-area.type07 .box.photo .txt {
    width: 100%;
    padding: 0;
}
}






/* edit-area.type08 */

.edit-area.type08 {
    background: #FF7881;
    padding: 50px 0 60px;
}
.edit-area.type08 .inner {}
.edit-area.type08 .h-style09 {
    color: #FFF;
    margin: 0 0 30px;
}
.edit-area.type08 .btn {
    max-width: 600px;
    margin: 0 auto;
    background-color: #FFF;
    text-align: center;
}
.edit-area.type08 .btn a {
    display: block;
    padding: 18px 0;
    position: relative;
    transition: all .3s;
}

.edit-area.type08 .btn a:hover {
    background: #fffdaa;
}

.edit-area.type08 .btn a:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: #FF7881;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.edit-area.type08 .btn a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    margin-top: -4px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 40px;
}
.edit-area.type08 .btn a img {
    width: 390px;
    margin: 0 auto;
}


@media screen and (max-width: 767px) {
.edit-area.type08 {
    padding: 40px 0 50px;
}
.edit-area.type08 .inner {}
.edit-area.type08 .h-style09 {
    margin-bottom: 20px;
}
.edit-area.type08 .btn {}
.edit-area.type08 .btn a {
    padding: 26px 26px 26px 30px;
}
.edit-area.type08 .btn a:before {}
.edit-area.type08 .btn a:after {}
.edit-area.type08 .btn a img {
    width: 80%;
    margin: 0;
}
}






/* edit-area.type09 */

.edit-area.type09 {
    background: #F3F3F3;
    padding: 110px 0;
}
.edit-area.type09 .inner {}
.edit-area.type09 .photo-set {
    background: #FFF;
    box-sizing: border-box;
    padding: 76px 94px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.edit-area.type09 .photo-set .photo {
    width: 260px;
}
.edit-area.type09 .photo-set .photo img {
    width: 100%;
    margin-bottom: 22px;
}
.edit-area.type09 .photo-set .photo dl {
    text-align: center;
}
.edit-area.type09 .photo-set .photo dl dt {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 14px;
    margin-bottom: 8px;
    position: relative;
}
.edit-area.type09 .photo-set .photo dl dt:after {
    content:
    "";
    width:160px;
    height:2px;
    background-color:#2274B3;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.edit-area.type09 .photo-set .photo dl dd {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
}
.edit-area.type09 .photo-set .txt {
    width: calc(100% - 260px);
    box-sizing: border-box;
    padding-left: 80px;
}
.edit-area.type09 .photo-set .txt h4 {
    font-size: 3.4rem;
    line-height: 1.4;
    padding-bottom: 26px;
    border-bottom: solid 2px #2274B3;
    margin-bottom: 26px;
    letter-spacing: .1em;
}
.edit-area.type09 .photo-set .txt h4 span {
    color: #2274B3;
}

.edit-area.type09 .photo-set .txt h4 img {
    max-width: 100%;
}


.edit-area.type09 .photo-set .txt p {}


.edit-area.type09 .photo-set.type02 .photo {
    order: 1;
}
.edit-area.type09 .photo-set.type02 .txt {
    padding: 0 80px 0 0;
}


@media screen and (max-width: 767px) {
.edit-area.type09 {
    padding: 60px 0;
}
.edit-area.type09 .inner {}
.edit-area.type09 .photo-set {
    padding: 40px 6%;
    flex-direction: column;
}
.edit-area.type09 .photo-set .photo {
    width: 240px;
    margin: 0 auto 20px;
}
.edit-area.type09 .photo-set .photo img {}
.edit-area.type09 .photo-set .photo dl {}
.edit-area.type09 .photo-set .photo dl dt {}
.edit-area.type09 .photo-set .photo dl dt:after {}
.edit-area.type09 .photo-set .photo dl dd {
    line-height: 1.4;
}
.edit-area.type09 .photo-set .txt {
    width: 100%;
    padding: 0;
}
.edit-area.type09 .photo-set .txt h4 {
    font-size: 2.6rem;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.edit-area.type09 .photo-set .txt h4 span {}
.edit-area.type09 .photo-set .txt p {}
.edit-area.type09 .photo-set.type02 .photo {
    order: 0;
}
.edit-area.type09 .photo-set.type02 .txt {
    padding: 0;
}
}





/* edit-area.type10 */

.edit-area.type10 {
    padding: 110px 0;
}
.edit-area.type10 h3 {
    margin-bottom: 56px;
}
.edit-area.type10 h3 span {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
.edit-area.type10 h3 span:before,
.edit-area.type10 h3 span:after {
    content:
    "";
    width: 14px;
    height: 4px;
    background: #616161;
    display: block;
    position: absolute;
    top: 50%;
}
.edit-area.type10 h3 span:before {
    left: 0;
}
.edit-area.type10 h3 span:after {
    right: 0;
}

.edit-area.type10 .inner {}
.edit-area.type10 table {
    width: 100%;
    margin-bottom: 110px;
}
.edit-area.type10 table tr {
    border-bottom: solid 1px #D6D6D6;
}
.edit-area.type10 table tr th {
    text-align: left;
    color: #2274B3;
    font-size: 1.6rem;
    font-weight: 700;
    width: 136px;
    vertical-align: top;
    padding: 16px 0;
}
.edit-area.type10 table tr td {
    font-weight: 500;
    padding: 16px 0;
}
.edit-area.type10 table tr td ul {}
.edit-area.type10 table tr td ul li {
    font-weight: 400;
    padding-left: 18px;
    margin-bottom: 10px;
}
.edit-area.type10 table tr td ul li:last-of-type {
    margin-bottom:0;
}
.edit-area.type10 table tr td ul li span {
    font-weight: 500;
    text-indent: -18px;
    display: inline-block;
}
.edit-area.type10 table tr td ul li span:before {
    content:
    "・";
    color: #2273b3;
}
.edit-area.type10 table tr td ul li .photo {
    display: flex;
    flex-wrap: wrap;
    margin: 14px 0 0;
}
.edit-area.type10 table tr td ul li .photo div {
    font-size: 1.4rem;
    font-weight: 500;
    margin-right: 30px;
}
.edit-area.type10 table tr td ul li .photo div img {}
.edit-area.type10 .tel-block {
    border: solid 4px #EE6F00;
    border-radius: 4px;
    text-align: center;
    padding: 4px 0 36px;
}
.edit-area.type10 .tel-block dt {
    font-size: 2.6rem;
    color: #FFF;
    background: #ee6f01;
    max-width: 560px;
    margin: 0 auto;
    border-radius: 4px;
    font-weight: 700;
    position: relative;
    top: -26px;
    letter-spacing: .1em;
    padding: 6px 0;
}
.edit-area.type10 .tel-block dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-content: flex-end; */
}
.edit-area.type10 .tel-block dd img {}
.edit-area.type10 .tel-block dd span {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: 14px;
    margin-left: 14px;
}


@media screen and (max-width: 767px) {
.edit-area.type10 {
    padding: 60px 0;
}
.edit-area.type10 h3 {
    margin-bottom: 30px;
}
.edit-area.type10 h3 span {}
.edit-area.type10 h3 span:before,
.edit-area.type10 h3 span:after {}
.edit-area.type10 h3 span:before {}
.edit-area.type10 h3 span:after {}
.edit-area.type10 .inner {}
.edit-area.type10 table {
    margin-bottom: 50px;
}
.edit-area.type10 table tr {
    display: flex;
    flex-wrap: wrap;
}
.edit-area.type10 table tr th {width: 90px;}
.edit-area.type10 table tr td {
    width: calc(100% - 90px);
}
.edit-area.type10 table tr td ul {}
.edit-area.type10 table tr td ul li {}
.edit-area.type10 table tr td ul li:last-of-type {}
.edit-area.type10 table tr td ul li span {}
.edit-area.type10 table tr td ul li span:before {}
.edit-area.type10 table tr td ul li .photo {}
.edit-area.type10 table tr td ul li .photo div {
    margin: 0 0 12px;
}
.edit-area.type10 table tr td ul li .photo div:last-of-type {
    margin: 0;
}
.edit-area.type10 table tr td ul li .photo div img {
    max-width: 100%;
}
.edit-area.type10 .tel-block {
    padding: 0 0 20px;
}
.edit-area.type10 .tel-block dt {
    top: 0;
    font-size: 2.2rem;
    line-height: 1.3;
    padding: 10px 0;
    border-radius: 0;
    max-width: none;
}
.edit-area.type10 .tel-block dd {
    flex-direction: column;
    padding: 20px 0 0;
}
.edit-area.type10 .tel-block dd a {
    display: block;
    margin: 0 auto 10px;
}
.edit-area.type10 .tel-block dd img {
    max-width: 100%;
    margin: 0 auto;
    width: 80%;
}
.edit-area.type10 .tel-block dd span {
    top: 0;
    margin: 4px auto 0;
}
}








/* edit-area.type11 */

.edit-area.type11 {}
.edit-area.type11 .inner {}
.edit-area.type11 .title {
    text-align: center;
    padding: 30px 0;
    background: #2274B3;
    font-size: 3rem;
    color: #fff;
    position: relative;
    margin-bottom: 42px;
    letter-spacing: .1em;
}
.edit-area.type11 .title:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border: solid 25px transparent;
    border-left: solid 30px #2273b3;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -36px;
    transform: rotate(90deg);
}
.edit-area.type11 p {
    text-align: center;
}


@media screen and (max-width: 767px) {
.edit-area.type11 {}
.edit-area.type11 .inner {}
.edit-area.type11 .title {
    font-size: 2.4rem;
    padding: 20px 0;
}
.edit-area.type11 .title:after {}
.edit-area.type11 p {
    word-break: break-all;
}
}










/* anker--footer
----------------------------------------------------------------*/


footer {}

footer #page-top {
    position: fixed;
    right: 30px;
    bottom: 80px;
    z-index: 10;
}
footer #page-top a {}
footer #page-top a span {}

footer small {
    background: #2274B3;
    color: #FFF;
    display: block;
    font-size: 1.2rem;
    text-align: center;
    line-height: 4;
}



@media screen and (max-width: 767px) {
footer {}
footer #page-top {}
footer #page-top a {}
footer #page-top a span {}
footer small {}
}

@media print{
    footer #page-top {
        position: absolute;
    }
}