@charset "UTF-8";


/*-------------------------------------------

    0. anker--reset
    0. anker--release
    1. anker--class
    2. anker--temp
    2. anker--type01
    2. anker--type02
    2. anker--type03
    2. anker--type04
    2. anker--type05
    2. anker--type06
    2. anker--type07
    2. anker--type08

    -------------------------------------------*/


/* anker--reset
----------------------------------------------------------------*/

/* html{
    position: relative;
    height: 100%;
    color: #333;
    font-size: 62.5%;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', sans-serif;
} */

/* b, strong, .bold{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
} */



@media screen and (max-width: 750px){ }
/* body {
    font-size: 1.6rem;
    line-height: 1.85;
    letter-spacing: .1em;
} */

/* @media and (orientation: landscape) { body { -webkit-text-size-adjust: 100%; } } */

p {margin-bottom: 30px;/* font-weight: 400; */}
@media screen and (max-width: 750px) {
  p {
    font-size: 14px;
  }
}

/* a {
    color: #000;
    text-decoration: none;
} */


.pcmode{}
.ipadmode{display: none !important;}
.spmode{display: none !important;}

/* a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
  color: #333;
}
a[href^="mailto:"] {
  text-decoration: underline;
  color: #333;
} */


#wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
}

#container {
    width: 100%;
}
#container.sub-page {
    background-color: #F3EDE6;
}


body.notouch #container {
    position: relative;
    overflow-y: hidden;
    pointer-events: none;
}

@media screen and (max-width: 1024px){
    #wrapper {
        margin-top: 0;
        /* padding-bottom: 103px; */
    }
}
@media screen and (max-width: 767px){
    .spmode{display: inline-block !important;}
    .pcmode{display: none !important;}
    a[href^="tel:"] {
        pointer-events: auto;
        text-decoration: none;
    }
}

@media print {
    #wrapper {
        margin-top: 0;
    }
}





::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;'
}

/* FLOATERS & CLEARERS */
.lefty{
    float: left;
}.righty{
    float: right;
}.clearme{
    clear: both;
}.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

/*TEXT-ALIGN Class*/
.t_left {text-align: left;}
.t_center{text-align: center;}
.t_right{text-align: right;margin-bottom: 0;}

/* font-size */
.f14 {font-size: 1.4rem !important;}
.f16 {font-size: 1.6rem !important;}
.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;}

.mr20 {margin-right: 20px !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;}

    .mr20 {margin-right: 10px !important;}
}

.roboto { font-family: 'Roboto', sans-serif; }
/* .lato { font-family: 'Lato', sans-serif; }
.serif { font-family: 'Noto Serif JP', serif; } */
.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; }
.all-image {width: 100%;text-align: center;}
.all-image img {max-width: 100%;}
.out-link {
    padding-right: 16px;
    background: url(../img/lp/01/parts/out-links02.png) no-repeat 100% 50%;
}
.mask {
    position: relative;
    overflow: hidden;
}
.yellow-line {
    background: linear-gradient(transparent 60%, #ffff00 0%);
}


/* edit-area */
.edit-area {
    position: relative;
    width: 100%;
}
.inner {
    position: relative;
    margin: 0 auto;
}

.wfull {width: 100%;}
.wfull-100 {
    width: calc(100% - 100px);
}
.w1200 {max-width: 1200px;width: 90%;}
.w1080 {max-width: 1080px;width: 90%;}
.w960 {max-width: 960px;}
.w900 {max-width: 900px;width: 90%;}
.w840 {max-width: 840px;width: 90%;}
.w720 {max-width: 720px;width: 90%;}

/* ~sp */
@media screen and (max-width: 767px) {
    .wfull-100 {
    width: 94%;
}
}







/* anker--temp
----------------------------------------------------------------*/




/* ~sp */
@media screen and (max-width: 767px) {

}





/* anker--header
----------------------------------------------------------------*/

header {
    /* height: 70px; */
    background-color: #FFF;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}
header .inner {}
header .logomark {
    width: 300px;
    position: absolute;
    top: 20px;
    left: 50px;
}
header .logomark img {
    width: 100%;
}

header .contact {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header .contact .tel {
    margin-right: 32px;
}
header .contact .tel a {
    background-image: url(../img/lp/texted01/tel-icon01.svg);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #16245B;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 38px;
    letter-spacing: 0;
}
header .contact .tel span {
    font-weight: 500;
    font-size: 12px;
    color: #646464;
    display: block;
    letter-spacing: 0;
}

header .contact ul {
    display: flex;
}
header .contact ul li {}
header .contact ul li a {
    line-height: 70px;
    color: #FFF;
    width: 120px;
    text-align: center;
    font-weight: 600;
}

header .contact ul li:nth-of-type(1) a {
    background-color: #067FEF;
}
header .contact ul li:nth-of-type(2) a {
    background: #A2D728;
}


header .contact ul li a:hover {
    opacity: .7;
}


/* ~sp */
@media screen and (max-width: 767px) {
    header {}
    header .logomark {
    top: 24px;
    left: 10px;
    width: 50%;
}
    header .logomark img {}

    header .contact {}
    header .contact .tel {}
    header .contact .tel a {}
    header .contact .tel a img {}

    header .contact ul {}
    header .contact ul li {}
    header .contact ul li a {
    width: 84px;
}
}

@media print {
    header {
        position: relative;
        top: 0;
    }
}





/* anker--footer
----------------------------------------------------------------*/





/* anker--keyvisual
----------------------------------------------------------------*/

.edit-area.keyvisual {
    /* background-image: url(../img/lp/texted01/keyvisual-bg.jpg); */
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 653px;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.edit-area.keyvisual .inner {}
.edit-area.keyvisual .box {
    color: #FFF;
    width: 530px;
    margin: 0 0 0 auto;
}
.edit-area.keyvisual.mv-sp{
  background-color: #e7eef6;
}
.edit-area.keyvisual .box .catch {
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #16245B;
    background-color: #FFF;
    border-radius: 100px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 17px;
}
.edit-area.keyvisual .box .catch span {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    transform: translateY(2px);
    display: inline-block;
}
.edit-area.keyvisual .box .title {
    font-weight: 900;
    font-size: 49px;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
    line-height: 1.4;
}
.edit-area.keyvisual .box .title .line {
    position: relative;
}
.edit-area.keyvisual .box .title .line:after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 2px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.edit-area.keyvisual .box .title .num {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 88px;
    letter-spacing: -0.05em;
    padding-right: 10px;
    display: inline-block;
    transform: translateY(2px);
    line-height: 1;
}
.edit-area.keyvisual .box .title .num span {
    font-weight: 900;
    font-size: 44px;
    display: inline-block;
    padding: 0 0 0 10px;
}
.edit-area.keyvisual .box p {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}



/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.keyvisual {
        margin-bottom: 4%;
        height: 510px;
        background-image: url(../img/lp/texted01/keyvisual-bg_sp.jpg);
        background-position: 0% 100%;
        margin-top: 70px;
    }
    .edit-area.keyvisual .inner {}
    .edit-area.keyvisual .box {
    width: 100%;
}
    .edit-area.keyvisual .box .catch {
    font-size: 16px;
    padding: 5px 0;
}
    .edit-area.keyvisual .box .catch span {
    font-size: 24px;
}
    .edit-area.keyvisual .box .title {
    font-size: 31px;
    padding-left: 2%;
    letter-spacing: 0.09em;
}
    .edit-area.keyvisual .box .title .line {}
    .edit-area.keyvisual .box .title .line:after {}
    .edit-area.keyvisual .box .title .num {
    font-size: 52px;
    padding-right: 4px;
}
    .edit-area.keyvisual .box .title .num span {
    font-size: 30px;
    padding: 0 0 0 8px;
}
    .edit-area.keyvisual .box p {
    font-size: 20px;
    line-height: 1.4;
    padding-left: 2%;
}
}






/* anker--type01
----------------------------------------------------------------*/

.edit-area.type01 {
    margin-bottom: 80px;
}
.edit-area.type01 .inner {
    background-color: #E7EEF6;
    padding: 70px 0;
}
.edit-area.type01 .box {
    max-width: 800px;
    margin: 0 auto;
}
.edit-area.type01 h3 {
    font-weight: bold;
    font-size: 33px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #16245B;
    margin-bottom: 30px;
}
.edit-area.type01 h3 span {
    background: #16245B;
    color: #FFF;
    padding: 0 10px;
    margin: 10px 8px 0 0;
    display: inline-block;
}

.edit-area.type01 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #16245B;
    margin-bottom: 50px;
}


.edit-area.type01 .btn-style {
    text-align: center;
}
.edit-area.type01 .btn-style a {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #16245B;
    padding: 18px 60px;
    border: solid 2px #16245B;
    border-radius: 100px;
    position: relative;
}
.edit-area.type01 .btn-style a span {}
.edit-area.type01 .btn-style a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #1e253c;
    border-right: solid 2px #1e253c;
    margin-top: -3px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;

}
.edit-area.type01 .btn-style a:hover {
    background-color: #16245B;
    color: #FFF;
}
.edit-area.type01 .btn-style a:hover:after {
    border-color: #FFF;
}



/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.type01 {
    margin-bottom: 4%;
}
    .edit-area.type01 .inner {
        padding: 50px 6%;
        box-sizing: border-box;
    }
    .edit-area.type01 .box {}
    .edit-area.type01 h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
}
    .edit-area.type01 h3 span {
    margin: 6px 6px 0 0;
}
    .edit-area.type01 p {
    margin-bottom: 40px;
}
    .edit-area.type01 .btn-style {}
    .edit-area.type01 .btn-style a {}
    .edit-area.type01 .btn-style a span {}
    .edit-area.type01 .btn-style a:after {}
}








/* anker--type02
----------------------------------------------------------------*/

.edit-area.type02 {
    padding: 0px 0px 60px;
    /* background-color: #F2F2F2; */
}
/* .edit-area.type02:before {
    content: "";
    display: block;
    width: 100%;
    height: 540px;
    background-image: url(../img/lp/texted01/type02-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
} */
.edit-area.type02 h3 {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 86px 0;
}
.edit-area.type02 .white-zone {
    position: relative;
    width: calc( 100% - 110px );
    margin: 0 0 0 0;
    background: #fff;
    padding: 80px 0;
    margin: 0 auto;
    /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
}
.edit-area.type02 .inner {
    /* padding-left: 110px; */
    margin-bottom: 10px;
    margin: 0 auto;
}

.edit-area.type02 .block.column {
    display: flex;
    flex-wrap: wrap;
    padding-right: 60px;
    max-width: 1080px;
    margin: 0 auto;
}
.edit-area.type02 .block.column h4 {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 33px;
    color: #16245B;
    padding: 20px 0 0;
    border-top: solid 2px #16245B;
    width: 170px;
}
.edit-area.type02 .block.column .box {
    width: calc(100% - 170px);
    box-sizing: border-box;
    padding-left: 66px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.edit-area.type02 .block.column .box .item {
    width: 100%;
}
.edit-area.type02 .block.column .box .item.half {
    width: 48%;
    margin-bottom: 60px;
}

.edit-area.type02 .block.column .box .item dl {}
.edit-area.type02 .block.column .box .item dl dt {
    position: relative;
    border-top: solid 2px #F0F0F0;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #16245B;
    padding: 22px 0 0;
    margin-bottom: 30px;
}

.edit-area.type02 .block.column .box .item dl dt span {
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 6px;
}
.edit-area.type02 .block.column .box .item dl dd {
    font-family: 'Amiri', serif;
    font-weight: bold;
    font-size: 62px;
    line-height: 1;
    color: #16245B;
}

.edit-area.type02 .block.column .box .item dl dd span {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.1em;
    /* line-height: 41px; */
    color: #16245B;
    padding-left: 8px;
}
.edit-area.type02 .block.column .box .item dl dd ul {
    font-family: 'Amiri','Noto Sans JP', serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #16245B;
    display: flex;
    flex-wrap: wrap;
}
.edit-area.type02 .block.column .box .item dl dd ul li {
    margin: 0 26px 16px 0;
}
.edit-area.type02 .block.column .box .item dl dd ul li:before {
  content:"・";
}
.edit-area.type02 .block.column .box .item dl dd ul:after {
  content:"他多数";
  width: 100%;
  text-align: right;
  padding: 30px 0 0;
}



.edit-area.type02 .block.column .box .item.voice {
    padding: 50px;
    border: solid 3px #F2F2F2;
    margin: 0 0 30px;
    box-sizing: border-box;
}
.edit-area.type02 .block.column .box .item.voice .title {
    position: relative;
    padding-left: 60px;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 32px;
    color: #16245B;
}
.edit-area.type02 .block.column .box .item.voice .title:before {
    content: "";
    display: block;
    width: 44px;
    height: 36px;
    background-image: url(../img/lp/texted01/chat-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;

    position: absolute;
    top: 0;
    left: 0;
}
.edit-area.type02 .block.column .box .item.voice .title .name {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #8d8d8d;
    display: block;
    padding: 0 0 0 2px;
}
.edit-area.type02 .block.column .box .item.voice .comment {}
.edit-area.type02 .block.column .box .item.voice .comment dt {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #333;
    border: 0;
    margin-bottom: 8px;
}
.edit-area.type02 .block.column .box .item.voice .comment dd {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
}



.edit-area.type02 .block.faq {
    margin: 80px 0 40px;
}
.edit-area.type02 .block.faq h4 {
    background: #16245B;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    font-size: 28px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    padding: 50px 60px 50px 0;
    margin: 0 0 70px;
}
.edit-area.type02 .block.faq h4 span {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    display: block;
    margin: 12px 0 0;
    font-family: 'Noto Sans JP', serif;
}
.edit-area.type02 .block.faq .photo-set {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1080px;
    margin: 0 auto;
}
.edit-area.type02 .block.faq .photo-set:after {
    content:"";
    display:block;
    height:0;
    clear:both;
}
.edit-area.type02 .block.faq .photo {
    width: 380px;
    float: right;
    margin: 0 0 40px 60px;
}
.edit-area.type02 .block.faq .photo img {
    width: 100%;
}
.edit-area.type02 .block.faq dl {}
.edit-area.type02 .block.faq dl dt {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 32px;
    color: #333;
    margin: 0 0 20px;
    padding: 0 0 0 36px;
}
.edit-area.type02 .block.faq dl dt:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/lp/texted01/q-icon.svg);

    position: absolute;
    left: 0;
    top: 0;
}

.edit-area.type02 .block.faq dl dt span {}
.edit-area.type02 .block.faq dl dd {
    position: relative;
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #333;
    padding: 0 0 0 36px;
}
.edit-area.type02 .block.faq dl dd:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/lp/texted01/a-icon.svg);

    position: absolute;
    left: 0;
    top: 0;
}






/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.type02 {
        padding-bottom: 40px;
    }
    .edit-area.type02:before {}
    .edit-area.type02 h3 {padding: 50px 0;font-size: 26px;}
    .edit-area.type02 .white-zone {
    margin: 0 auto;
    box-sizing: border-box;
    width: 96%;
    padding: 0 0 40px 0;
}
    .edit-area.type02 .inner {
    padding: 0;
}
    .edit-area.type02 .block.column {
    flex-direction: column;
    padding: 0 0 0 4%;
}
    .edit-area.type02 .block.column h4 {
    width: 100%;
    font-size: 24px;
    margin-bottom: 30px;
    border: 0;
    border-bottom: solid 2px #16245B;
    padding: 0 0 14px 0;
}
    .edit-area.type02 .block.column .box {
    width: 100%;
    flex-direction: column;
    padding: 0 4% 0 0;
}
    .edit-area.type02 .block.column .box .item {}
    .edit-area.type02 .block.column .box .item.half {
    width: 100%;
    margin-bottom: 20px;
}
    .edit-area.type02 .block.column .box .item dl {
    border-bottom: solid 1px #F0F0F0;
    padding-bottom: 20px;
}
    .edit-area.type02 .block.column .box .item dl dt {border: 0;/* border-bottom: solid 1px #F0F0F0; */padding: 0 0 10px 0;margin-bottom: 10px;font-size: 18px;}
    .edit-area.type02 .block.column .box .item dl dt span {
    font-size: 12px;
}
    .edit-area.type02 .block.column .box .item dl dd {
    font-size: 50px;
}
    .edit-area.type02 .block.column .box .item dl dd span {
    font-size: 30px;
}
    .edit-area.type02 .block.column .box .item dl dd ul {
    font-size: 16px;
    width: 90%;
}
    .edit-area.type02 .block.column .box .item dl dd ul li {
    margin: 0 10px 10px 0;
}
    .edit-area.type02 .block.column .box .item dl dd ul li:before {}
    .edit-area.type02 .block.column .box .item dl dd ul:after {
    padding: 10px 0 0;
}
    .edit-area.type02 .block.column .box .item.voice {
    padding: 30px;
}
    .edit-area.type02 .block.column .box .item.voice .title {
    padding: 60px 0 0 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
}
    .edit-area.type02 .block.column .box .item.voice .title:before {
    right: 0;
    margin: 0 auto;
}
    .edit-area.type02 .block.column .box .item.voice .title .name {}
    .edit-area.type02 .block.column .box .item.voice .comment {
    border: 0;
    padding: 0;
}
    .edit-area.type02 .block.column .box .item.voice .comment dt {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 10px 0px;
}
    .edit-area.type02 .block.column .box .item.voice .comment dd {
    font-size: 14px;
    line-height: 1.6;
}

    .edit-area.type02 .block.faq {margin: 40px 0 40px;}
    .edit-area.type02 .block.faq h4 {
    font-size: 22px;
    padding: 30px 0 30px 0;
    margin-bottom: 20px;
}
    .edit-area.type02 .block.faq h4 span {
    font-size: 14px;
}
    .edit-area.type02 .block.faq .photo-set {
    padding: 0;
}
    .edit-area.type02 .block.faq .photo-set:after {}
    .edit-area.type02 .block.faq .photo {width: 90%;float: none;margin: 0 auto 30px;}
    .edit-area.type02 .block.faq .photo img {}
    .edit-area.type02 .block.faq dl {
    width: 90%;
    margin: 0 auto 0;
}
    .edit-area.type02 .block.faq dl dt {
    font-size: 18px;
    line-height: 1.4;
}
    .edit-area.type02 .block.faq dl dt:before {width: 22px;height: 24px;background-size: 100% auto;}
    .edit-area.type02 .block.faq dl dt span {}
    .edit-area.type02 .block.faq dl dd {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
    .edit-area.type02 .block.faq dl dd:before {
    width: 22px;
    height: 24px;
    background-size: 100% auto;
}
}





/* anker--type03
----------------------------------------------------------------*/

.edit-area.type03 .inner {}
.edit-area.type03 .group h3 {
    font-weight: bold;
    font-size: 33px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #16245B;
    /* margin-bottom: 110px; */
    text-align: center;
}
.edit-area.type03 .group h3 span {
    background: #16245B;
    color: #FFF;
    padding: 0 10px;
    margin: 10px 8px 0 0;
    display: inline-block;
}
.edit-area.type03 .photo-set {}
.edit-area.type03 .photo-set .photo {

}
.edit-area.type03 .photo-set .photo img {
    width: 100%;
}
.edit-area.type03 .photo-set .txt {}
.edit-area.type03 .photo-set .txt h4 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 34px;
    color: #16245B;
    padding-bottom: 16px;
    border-bottom: solid 1px #C4C4C4;
    margin-bottom: 30px;
    position: relative;
    display: flex;
}

.edit-area.type03 .photo-set .txt h4:before {
    content: attr(title)".";
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 66px;
    color: #16245B;
    opacity: 0.2;
    position: absolute;
}



.edit-area.type03 .photo-set .txt h4[title="01"] {}
.edit-area.type03 .photo-set .txt h4[title="01"]:before {
    top: -60px;
}

.edit-area.type03 .photo-set .txt h4[title="02"] {}
.edit-area.type03 .photo-set .txt h4[title="02"]:before {
    top: -60px;
}

.edit-area.type03 .photo-set .txt h4[title="03"] {}
.edit-area.type03 .photo-set .txt h4[title="03"]:before {
    top: -60px;
}




.edit-area.type03 .photo-set .txt dl {}
.edit-area.type03 .photo-set .txt dl dt {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #16245B;
    margin-bottom: 16px;
}
.edit-area.type03 .photo-set .txt dl dd {}
.edit-area.type03 .photo-set .txt dl dd p {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.edit-area.type03 .photo-set .txt dl dd p.cap {
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    padding-left: 14px;
    text-indent: -14px;
}
.edit-area.type03 .photo-set .txt dl dd p.cap:before {
    content:"※";
}
.edit-area.type03 .quote-box {
    padding: 30px 50px;
    border: solid 2px #F2F2F2;
    box-sizing: border-box;
}
.edit-area.type03 .quote-box dl {
    margin-bottom: 20px;
}
.edit-area.type03 .quote-box dl:last-of-type {
    margin-bottom:0;
}
.edit-area.type03 .quote-box dl dt {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0 0 8px;
}
.edit-area.type03 .quote-box dl dd {}
.edit-area.type03 .quote-box dl dd ul {
}
.edit-area.type03 .quote-box dl dd ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
}
.edit-area.type03 .quote-box dl dd ul li:before {
    content:"・";
    position: absolute;
    left: 0;
    top: 3px;
}
.edit-area.type03 .quote-box dl dd ul li a {
    font-weight: normal;
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;
    color: #2a80b9;
}


.edit-area.type03 .photo-set.type01 {}
.edit-area.type03 .photo-set.type01 .photo {
    width: 500px;
    float: right;
    margin: 0 0 120px 60px;
}

.edit-area.type03 .photo-set.type02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.edit-area.type03 .photo-set.type02 .photo {
    margin-bottom: 22px;
}
.edit-area.type03 .photo-set.type02 .box {
    width: 100%;
}

/* ~sp */
@media screen and (max-width: 767px) {
.edit-area.type03 .inner {}
.edit-area.type03 h3 {
    font-size: 23px;
    text-align: left;
    margin-bottom: 50px;
}
.edit-area.type03 h3 span {}
.edit-area.type03 .photo-set {}
.edit-area.type03 .photo-set .photo {}
.edit-area.type03 .photo-set .photo img {}
.edit-area.type03 .photo-set .txt {
    margin: 0 0 0px;
}
.edit-area.type03 .photo-set .txt h4 {
    font-size: 24px;
    line-height: 1.4;
}
.edit-area.type03 .photo-set .txt h4:before {
    font-size: 24px;
}

.edit-area.type03 .photo-set .txt h4[title="01"] {
    margin: 0;
}
.edit-area.type03 .photo-set .txt h4[title="01"]:before {
    top: -40px;
}

.edit-area.type03 .photo-set .txt h4[title="02"] {
    margin: 0;
}
.edit-area.type03 .photo-set .txt h4[title="02"]:before {
    top: -40px;
}

.edit-area.type03 .photo-set .txt h4[title="03"] {
    margin: 0;
}
.edit-area.type03 .photo-set .txt h4[title="03"]:before {
    top: -40px;
}

.edit-area.type03 .photo-set .txt dl {
    margin: 0 0 20px;
}
.edit-area.type03 .photo-set .txt dl:last-of-type {
    /* margin-bottom:0; */
}
.edit-area.type03 .photo-set .txt dl dt {}
.edit-area.type03 .photo-set .txt dl dd {}
.edit-area.type03 .photo-set .txt dl dd p {
    margin: 0;
}
.edit-area.type03 .photo-set .txt dl dd p.cap {}
.edit-area.type03 .photo-set .txt dl dd p.cap:before {}
.edit-area.type03 .quote-box {
    padding: 20px;
}
.edit-area.type03 .quote-box dl {}
.edit-area.type03 .quote-box dl:last-of-type {}
.edit-area.type03 .quote-box dl dt {}
.edit-area.type03 .quote-box dl dd {}
.edit-area.type03 .quote-box dl dd ul {
}
.edit-area.type03 .quote-box dl dd ul li {}
.edit-area.type03 .quote-box dl dd ul li:before {}
.edit-area.type03 .quote-box dl dd ul li a {
    font-size:14px;
}
.edit-area.type03 .photo-set.type01 {
    padding: 40px 0 0;
}
.edit-area.type03 .photo-set.type01 .photo {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.edit-area.type03 .photo-set.type02 {
    padding-top: 30px;
    flex-direction: column;
    margin-bottom: 0px !important;
}
.edit-area.type03 .photo-set.type02 .photo {}
.edit-area.type03 .photo-set.type02 .box {
    width: 100%;
}
}










/* anker--type04
----------------------------------------------------------------*/

.edit-area.type04 {
    margin-top: 80px;
}
.edit-area.type04 .inner {
    padding: 100px 0;
    background-color: #E7EEF6;
    box-sizing: border-box;
    max-width: 100%;
}
.edit-area.type04 h3 {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 33px;
    text-align: center;
    color: #16245B;
    margin: 0 0 60px;
}
.edit-area.type04 .photo-set {
    max-width: 1080px;
    margin: 0 auto 60px;
}
.edit-area.type04 .photo-set:last-of-type {
    margin-bottom: 0px;
}
.edit-area.type04 .photo-set:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.edit-area.type04 .photo-set .txt {
    width: 55%;
    float: left;
}
.edit-area.type04 .photo-set .txt h4 {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #16245B;
    margin: 0 0 14px;
}
.edit-area.type04 .photo-set .txt p {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #000;
}
.edit-area.type04 .photo-set .txt dl {}
.edit-area.type04 .photo-set .txt dl dt {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #16245B;
    padding: 0 0 10px 12px;
    position: relative;
    border-bottom: solid 1px #C4C4C4;
    margin-bottom: 16px;
}
.edit-area.type04 .photo-set .txt dl dt:before {
    content:"";
    display:block;
    width:4px;
    height:28px;
    background-color:#16245B;
    position:absolute;
    top: 4px;
    left:0;
}
.edit-area.type04 .photo-set .txt dl dd {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
}
.edit-area.type04 .photo-set .photo {
    max-width: 490px;
    width: 40%;
    float: right;
}
.edit-area.type04 .photo-set .photo img {
    width: 100%;
}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.type04 {
      margin-top: 20px;
    }
    .edit-area.type04 .inner {
    padding: 40px 20px;
}
    .edit-area.type04 h3 {
    font-size: 25px;
    margin: 0 0 30px;
}
    .edit-area.type04 .photo-set {}
    .edit-area.type04 .photo-set:last-of-type {}
    .edit-area.type04 .photo-set:after {}
    .edit-area.type04 .photo-set .txt {
    width: 100%;
    float: none;
}
    .edit-area.type04 .photo-set .txt h4 {
    font-size: 18px;
    margin: 0 0 7px 0px;
}
    .edit-area.type04 .photo-set .txt p {
    font-size: 16px;
}
    .edit-area.type04 .photo-set .txt dl {}
    .edit-area.type04 .photo-set .txt dl dt {}
    .edit-area.type04 .photo-set .txt dl dt:before {}
    .edit-area.type04 .photo-set .txt dl dd {
    /* font-size: 14px; */
    line-height: 1.8;
}
    .edit-area.type04 .photo-set .photo {
    width: 100%;
    float: none;
    margin: 0 0 30px 0px;
}
    .edit-area.type04 .photo-set .photo img {}
}







/* anker--type05
----------------------------------------------------------------*/

.edit-area.type05 {
    margin-bottom: 100px;
}
.edit-area.type05 .inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1080px;
}
.edit-area.type05 h3 {
    width: 100%;
    background: #16245B;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 28px 0;
    margin-bottom: 50px;
}
.edit-area.type05 .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.edit-area.type05 .block .box {
    width: 300px;
}
.edit-area.type05 .block .box .photo {
    margin: 0 0 14px;
}
.edit-area.type05 .block .box .photo img {
    width: 100%;
    height: 186px;
}
.edit-area.type05 .block .box dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.edit-area.type05 .block .box dl dt {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.0025em;
    line-height: 30px;
    color: #16245B;
    margin-bottom: 10px;
    text-align: center;
}
.edit-area.type05 .block .box dl dd {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 24px;
}

/* ~sp */
@media screen and (max-width: 767px) {
.edit-area.type05 {
    margin: 0 0 50px;
}
.edit-area.type05 .inner {}
.edit-area.type05 h3 {
    font-size: 20px;
}
.edit-area.type05 .block {
    flex-direction: column;
}
.edit-area.type05 .block .box {
    width: 100%;
    margin: 0 0 30px 0;
}
.edit-area.type05 .block .box .photo {}
.edit-area.type05 .block .box .photo img {}
.edit-area.type05 .block .box dl {}
.edit-area.type05 .block .box dl dt {}
.edit-area.type05 .block .box dl dd {}
}









/* anker--type06
----------------------------------------------------------------*/

.edit-area.type06 {
    padding: 100px 0;
}
.edit-area.type06 h3 {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 33px;
    text-align: center;
    color: #16245B;
    margin: 0 0 14px;
}
.edit-area.type06 p {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 33px;
    text-align: center;
    color: #16245B;
    opacity: 0.72;
    margin-bottom: 60px;
}
.edit-area.type06 .inner {}
.edit-area.type06 .inner iframe {
    width: 100%;
    height: 540px;
}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.type06 {}
    .edit-area.type06 h3 {
    font-size: 24px;
}
    .edit-area.type06 p {}
    .edit-area.type06 .inner {}
    .edit-area.type06 .inner iframe {
    height: 240px;
}
}








/* anker--type07
----------------------------------------------------------------*/

.edit-area.type07 {}
.edit-area.type07 h3 {
font-weight: bold;
font-size: 32px;
letter-spacing: 0.1em;
line-height: 33px;
text-align: center;
color: #16245B;

    margin: 0 auto 60px;
}
.edit-area.type07 .inner {
    box-sizing: border-box;
    margin: 0 auto 0 0;
    padding: 100px 0 100px 50px;
    background: #F0F0F0;
    width: calc( 100% - 50px );
}
.edit-area.type07 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}
.edit-area.type07 ul li {
    width: 49%;
}
.edit-area.type07 ul li img {
    width: 100%;
}

/* ~sp */
@media screen and (max-width: 767px) {
.edit-area.type07 {}
.edit-area.type07 h3 {
    font-size: 24px;
    margin: 0 0 30px;
}
.edit-area.type07 .inner {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 0;
}
.edit-area.type07 ul {
    flex-direction: column;
    width: 90%;
}
.edit-area.type07 ul li {
    width: 100%;
    margin: 0 0 10px;
}
.edit-area.type07 ul li img {}
}





/* anker--type08
----------------------------------------------------------------*/

.edit-area.type08 {
    padding: 100px 0;
}
.edit-area.type08 h3 {
font-weight: bold;
font-size: 32px;
letter-spacing: 0.1em;
line-height: 33px;
text-align: center;
color: #16245B;

    margin: 0 auto 30px;
}
.edit-area.type08 .inner {}
.edit-area.type08 .inner dl {
    border-bottom: solid 1px #C4C4C4;
}
.edit-area.type08 .inner dl dt {
    cursor: pointer;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 32px;
    text-align: left;
    color: #333;
    padding: 34px 0;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
}
.edit-area.type08 .inner dl dt:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/new/type08-icon03_open.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    position: absolute;
    top: 40px;
    right: 0;
}
.edit-area.type08 .inner dl dt.open:after {
    background-image: url(../img/new/type08-icon03_close.png);
}

.edit-area.type08 .inner dl dt span {
    display: inline-block;
    font-weight: 600;
}
.edit-area.type08 .inner dl dt span:before {
    margin-right: 10px;
    content: "Q.";
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 38.4px;
    text-align: left;
    color: #16245B;
}

.edit-area.type08 .inner dl dd {
    padding-bottom: 60px;
    display: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #000;
    display: none;
}
.edit-area.type08 .inner dl dd span {
    display: flex;
}
.edit-area.type08 .inner dl dd span:before {
    position: relative;
    margin-right: 10px;
    content: "A.";
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 38.4px;
    text-align: left;
    color: #aaa;
    top: -6px;
}

/* ~sp */
@media screen and (max-width: 767px) {
.edit-area.type08 {
    padding: 40px 0;
}
.edit-area.type08 h3 {
    font-size: 24px;
}
.edit-area.type08 .inner {}
.edit-area.type08 .inner dl {}
.edit-area.type08 .inner dl dt {
    font-size: 18px;
    line-height: 1.6;
    padding: 20px 40px 20px 0;
}
.edit-area.type08 .inner dl dt:after {}
.edit-area.type08 .inner dl dt.open:after {}
.edit-area.type08 .inner dl dt span {
    position: relative;
    padding: 0 0 0 40px;
}
.edit-area.type08 .inner dl dt span:before {
    position: absolute;
    left: 0;
}
.edit-area.type08 .inner dl dd {
    padding-bottom: 30px;
}
.edit-area.type08 .inner dl dd span {}
.edit-area.type08 .inner dl dd span:before {}
}










/* anker--type09
----------------------------------------------------------------*/

.edit-area.type09 { margin-top: 20px;}
.edit-area.type09 .inner {
    padding: 68px 0;
    width: 100%;
    max-width: 100%;
    background: #F0F0F0;
    box-sizing: border-box;
}
.edit-area.type09 h3 {
    font-weight: bold;
    font-size: 33px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #16245B;
    margin-bottom: 60px;
    text-align: center;
}
.edit-area.type09 h3 span {
    background: #16245B;
    color: #FFF;
    padding: 0 10px;
    margin: 10px 8px 0 0;
    display: inline-block;
}
.edit-area.type09 .qa {
    max-width: 960px;
    margin: 0 auto;
}
.edit-area.type09 .qa dt {
    margin: 0 0 26px 0;
}
.edit-area.type09 .qa dt span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 0.05em;
    line-height: 32px;
    color: #16245B;
    position: relative;
    padding: 0 0 0 60px;
}
.edit-area.type09 .qa dt span:before {
    content: "Q.";
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 1;
    color: #4b4b4b;
    position: absolute;
    top: 0;
    left: 0;
}
.edit-area.type09 .qa dd {
    padding-left: 16px;
}
.edit-area.type09 .qa dd p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #000;
    display: inline-block;
}
.edit-area.type09 .qa dd p span {
    display: inline-flex;
    position:relative;
    padding: 6px 0 0 40px;
    display: block;
    font-weight: normal;
    }
.edit-area.type09 .qa dd p span:before {
    content: "A.";
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 38.4px;
    text-align: left;
    color: #4b4b4b;
    position: absolute;
    top: 0;
    left: 0;
}
.edit-area.type09 .qa dd p a {
    width: auto;
    display: inline;
    font-family: 'Noto Sans JP', sans-serif;
    text-decoration: underline;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #0031ff;
}
.edit-area.type09 .qa dd p a:hover {
    opacity: .7;    
}

.edit-area.type09 .box {
    position: relative;
    max-width: 960px;
    margin: 0 auto 80px;
    background-color: #FFF;
    padding: 60px 50px 50px;
    box-sizing: border-box;
}
.edit-area.type09 .box:before {
    content: "";
    display: block;
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 154px;
    height: 82px;
    background-image: url(../img/lp/texted01/type09-icon01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
}


.edit-area.type09 .box dt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 32px;
    text-align: center;
    color: #067fef;
    margin-bottom: 23px;
}
.edit-area.type09 .box dd {}
.edit-area.type09 .box dd p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 34px;
    text-align: left;
    color: #000;
    margin: 0;
}
.edit-area.type09 .box dd p span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 34px;
    text-align: left;
    color: #e22300;

}
.edit-area.type09 .box dd p a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-decoration: underline;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 34px;
    text-align: left;
    color: #0031ff;
    display: inline;
}

.edit-area.type09 .box dd p a:hover {
    opacity: .7;
}

.edit-area.type09 .achievement {
    text-align: center;
}
.edit-area.type09 .achievement h4 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 42px;
    color: #000;
    margin: 0 0 40px;
}
.edit-area.type09 .achievement h4 .sub {
    font-size: 28px;
}
.edit-area.type09 .achievement h4 .line {
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 0.05em;
    color: #fff;
    background: #16245B;
    display: inline-block;
    margin: 14px 10px 0 0;
    padding: 6px 8px;
}

.edit-area.type09 .achievement .caption {
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0.05em;
    line-height: 37px;
    text-align: center;
    color: #000;
    border-top: solid 1px #16245B;
    border-bottom: solid 1px #16245B;
    display: inline-block;
    margin: 0 0 40px;
}
.edit-area.type09 .achievement .caption span {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 37px;
}

.edit-area.type09 .achievement .ratio {
    display: flex;
    align-items: center;
    justify-content: center;
}
.edit-area.type09 .achievement .ratio dt {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: left;
    color: #000;
    margin-right: 50px;
    position: relative;
    top: -5px;
}
.edit-area.type09 .achievement .ratio dt span {
    font-size: 18px;
    letter-spacing: 0.1em;
    display: block;
}
.edit-area.type09 .achievement .ratio dd {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 46px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #000;
}
.edit-area.type09 .achievement .ratio dd .num {
    font-family: 'Amiri', serif;
    font-weight: bold;
    font-size: 130px;
    line-height: 1;
    color: #e22300;
    display: inline-block;
}
.edit-area.type09 .achievement .ratio dd .unit {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 67px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-right: 10px;
    margin-left: -5px;
}



/* ~sp */
@media screen and (max-width: 767px) {
.edit-area.type09 {
}
.edit-area.type09 .inner {
    width: 100%;
    padding: 60px 2% 60px;
}
.edit-area.type09 h3 {
    font-size: 26px;
    margin-bottom: 40px;
}
.edit-area.type09 h3 span {}
.edit-area.type09 .qa {}
.edit-area.type09 .qa dt {}
.edit-area.type09 .qa dt span {
    padding: 0 0 0 40px;
    display: block;
    font-size: 26px;
}
.edit-area.type09 .qa dt span:before {
    font-size: 30px;
}
.edit-area.type09 .qa dd {
    padding: 0;
}
.edit-area.type09 .qa dd p {}
.edit-area.type09 .qa dd p span {}
.edit-area.type09 .qa dd p span:before {}
.edit-area.type09 .qa dd p a {}
.edit-area.type09 .box {
    padding: 60px 4% 50px;
    margin-bottom: 40px;
}
.edit-area.type09 .box:before {}
.edit-area.type09 .box dt {
    font-size: 24px;
}
.edit-area.type09 .box dd {}
.edit-area.type09 .box dd p {
    font-size: 16px;
    line-height: 1.6;
}
.edit-area.type09 .box dd p span {}
.edit-area.type09 .box dd p a {
    font-size: 16px;
    line-height: 1.8;
}
.edit-area.type09 .achievement {
    text-align: left;
}
.edit-area.type09 .achievement h4 {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}
.edit-area.type09 .achievement h4 .cap {
    text-align: left;
    display: block;
    font-size: 22px;
    width: 96%;
    margin: 0 auto;
}
.edit-area.type09 .achievement h4 .sub {
    font-size: 22px;
    text-align: center;
    display: inline-block;
    margin: 0 0 10px;
}
.edit-area.type09 .achievement h4 .line {
    font-size: 24px;
    margin: 0;
    background: transparent;
    padding: 6px 0;
    display: block;
}
.edit-area.type09 .achievement h4 .line span {
    background: #16245B;
    padding: 6px 10px;
}

.edit-area.type09 .achievement .caption {
    font-size: 16px;
    line-height: 1.4;
    padding: 14px 0;
    margin-bottom: 20px;
}
.edit-area.type09 .achievement .caption span {
    line-height: 1;
}
.edit-area.type09 .achievement .ratio {
    flex-direction: column;
    flex-wrap: wrap;
    /* align-items: baseline; */
    width: 90%;
    margin: 0 auto;
}
.edit-area.type09 .achievement .ratio dt {
    font-size: 24px;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
}
.edit-area.type09 .achievement .ratio dt span {
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    padding-left: 6px;
}
.edit-area.type09 .achievement .ratio dd {
    font-size: 30px;
}
.edit-area.type09 .achievement .ratio dd .num {
    font-size: 80px;
}
.edit-area.type09 .achievement .ratio dd .unit {
    font-size: 48px;
    margin: 0 -8px 0 5px;
}
}









/* anker--type10
----------------------------------------------------------------*/

.edit-area.type10 {
    padding: 70px 0;
    background-color: #16245B;
}
.edit-area.type10 .inner {}
.edit-area.type10 h3 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 33px;
    text-align: center;
    color: #fff;
    margin: 0 0 12px;
}
.edit-area.type10 p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 33px;
    text-align: center;
    color: #fff;
    opacity: 0.72;
    margin: 0 auto 40px;
}
.edit-area.type10 ul {
    max-width: 626px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.edit-area.type10 ul li {
    width: 48%;
}
.edit-area.type10 ul li a {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 0 0 18px 0;
    display: block;
    position: relative;
    border-bottom: solid 1px #FFF;
}
.edit-area.type10 ul li a:hover {
    opacity:.7;
}
.edit-area.type10 ul li a:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
}
.edit-area.type10 ul li a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    margin-top: -10px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 7px;
}
.edit-area.type10 ul li a span {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
    padding: 0 0 0 8px;
}

/* ~sp */
@media screen and (max-width: 767px) {
.edit-area.type10 {
    padding: 60px 0;
}
.edit-area.type10 .inner {
    width: 100%;
}
.edit-area.type10 h3 {
    font-size: 22px;
}
.edit-area.type10 p {
    font-size: 14px;
    line-height: 1.4;
}
.edit-area.type10 ul {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
}
.edit-area.type10 ul li {
    width: 100%;
    margin-bottom: 18px;
}
.edit-area.type10 ul li a {
    /* padding-top: 18px; */
}
.edit-area.type10 ul li a:before {}
.edit-area.type10 ul li a:after {}
.edit-area.type10 ul li a span {}
}









/* anker--banner
----------------------------------------------------------------*/


.edit-area.banner {
    padding: 80px 0;
}
.edit-area.banner .inner {}
.edit-area.banner a {
    display: block;
}
.edit-area.banner a img {
    width: 100%;
}
.edit-area.banner a:hover img {
    opacity: .7;
}


/* ~sp */
@media screen and (max-width: 767px) {
.edit-area.banner {}
.edit-area.banner .inner {}
.edit-area.banner a {}
.edit-area.banner a img {}
}









/* anker--contact
----------------------------------------------------------------*/

.edit-area.contact {
    padding: 86px 0;
    background-image: url(../img/lp/texted01/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.edit-area.contact .inner {
    
}
.edit-area.contact .title {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
    margin: 0 0 20px;
}
.edit-area.contact .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.edit-area.contact .tel {}
.edit-area.contact .tel a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 42px;
    text-align: right;
    color: #fff;
    padding-left: 70px;
    background-image: url(../img/lp/texted01/tel-icon02.svg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
.edit-area.contact .tel span {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #fff;
    display: block;
    margin: 6px 0 0;
}
.edit-area.contact .link {
    width: 300px;
}
.edit-area.contact .link li {
    border-bottom: solid 1px #FFF;
    margin-bottom: 18px;
    cursor: pointer;
    position: relative;
}
.edit-area.contact .link li a {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 0 0 18px 0;
    display: block;
    position: relative;
    cursor: pointer;
}
.edit-area.contact .link li a:hover {
    opacity:.7;
}
.edit-area.contact .link li a:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
}
.edit-area.contact .link li a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    margin-top: -10px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 7px;
}
.edit-area.contact .link li a span {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
    padding: 0 0 0 8px;
}



/* ~sp */
@media screen and (max-width: 767px) {
.edit-area.contact {padding: 40px 0;}
.edit-area.contact .inner {}
.edit-area.contact .title {
    font-size: 26px;
    text-align: center;
}
.edit-area.contact .box {
    flex-direction: column;
}
.edit-area.contact .tel {
    margin: 0 0 20px;
}
.edit-area.contact .tel a {
    font-size: 36px;
}
.edit-area.contact .tel span {
    font-size: 12px;
}
.edit-area.contact .link {
    width: 100%;
}
.edit-area.contact .link li {}
.edit-area.contact .link li a {
    padding-left: 8px;
}
.edit-area.contact .link li a:before {}
.edit-area.contact .link li a:after {}
.edit-area.contact .link li a span {}
}












/* anker--footer
----------------------------------------------------------------*/

footer {
    line-height: 1.4;
    letter-spacing: 0;
}
footer p {
    line-height: 1.4;
    margin-bottom: 0;
}


/* fsa logo追加 */
table.fsa-logo {margin-top: 2em;margin-left: auto;text-align:center;background:#fff;}
table.fsa-logo td {vertical-align: middle;padding: 13px 0 4px;}
table.fsa-logo td.fsa-logoR {border-right:5px solid #9b002c}
table.fsa-logo td img {margin: 0 auto;width:70%;vertical-align: middle;}

@media (max-width: 767px) {
table.fsa-logo {margin-left:auto;margin-right:auto }
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT
(https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/* margin padding */
.mt0 {margin-top:0 !important;}
.mt1 {margin-top:1em;}
.mt15 {margin-top:1.5em;}
.mt2 {margin-top:2em;}
.mt3 {margin-top:3em;}
.mt4 {margin-top:4em;}
.mt5 {margin-top:5em;}
.mb0 {margin-bottom:0 !important;}
.mb1 {margin-bottom:1em;}
.mb15 {margin-bottom:1.5em;}
.mb2 {margin-bottom:2em;}
.mb3 {margin-bottom:3em;}
.mb4 {margin-bottom:4em;}
.mb5 {margin-bottom:5em;}

.pt0 {padding-top:0 !important;}
.pt1 {padding-top:1em;}
.pt2 {padding-top:2em;}
.pt3 {padding-top:3em;}
.pt4 {padding-top:4em;}
.pt5 {padding-top:5em;}
.pb0 {padding-bottom:0 !important;}
.pb1 {padding-bottom:1em;}
.pb2 {padding-bottom:2em;}
.pb3 {padding-bottom:3em;}
.pb4 {padding-bottom:4em;}
.pb5 {padding-bottom:5em;}

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.big-container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .container {
    padding-right: 2%;
    padding-left: 2%;
  }
  .big-container {
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 710px;
  }
  .big-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
  .big-container {
    width: 980px;
  }
}
@media (min-width: 1170px) {
  .container {
    width: 1000px;
  }
  .big-container {
    width: 1080px;
  }
  #welcome .big-container {
    max-width: 1220px;
    width: 96%;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1170px;
  }
  .big-container {
    width: 1280px;
  }
  #welcome .big-container {max-width:1550px; width:96%;}
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: auto;
  margin-left: auto;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}




/*----- pagetop -----*/
.pagetop {
    width:100%;
    margin:0 auto;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    }
.pagetop a {
    float: right;
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #9b002c;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
}
.pagetop img {width: 50%;}
@media (min-width: 1281px) {
    .pagetop {right: 5%;}
}
@media (max-width: 480px) {
    .pagetop {right: 1%;}
    .pagetop a {
        float: right;
        /* display: block; */
        width: 100px;
        height: 40px;
        }
        .pagetop img {width: 80%;}
}

/*----- foot-contact -----*/
#foot-contact {
    padding: 40px 0 60px;
}
#foot-contact h2 {
    text-align: center;
    color: #d11126;
    font-size: 4.4rem;
    font-weight: 500;
}
#foot-contact p.fsize17 {
    margin: .75em auto 1.25em;
}
.inline-list-btn {text-align: center; width: 684px; margin: auto; overflow:
hidden;}
.inline-list-btn li {
    float: right;
    width: 340px;
    height: 120px;
    }
    .inline-list-btn li:first-child {margin-left: 4px;}
.inline-list-btn li a {
    display: block;
    line-height: 120px;
    /* Permalink - use to edit and share this gradient:
http://colorzilla.com/gradient-editor/#4bae4f+0,4bae4f+95,229527+95 */
    background: #4bae4f; /* Old browsers */
    background: -moz-linear-gradient(top, #93cb59 0%, #93cb59 95%, #4a6f34
95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #93cb59 0%,#93cb59 95%,#4a6f34
95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #93cb59 0%,#93cb59 95%,#4a6f34
95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#93cb59', endColorstr='#4a6f34',GradientType=0 ); /* IE6-9 */
}
.inline-list-btn li a img {width: 70%; margin: auto;}
.tel-content {
    width: 821px;
    margin:2em auto 0;
}

@media (max-width: 992px) {
    .inline-list-btn {width: 100%;}
    .inline-list-btn li {
        float: none;
        display: block;
        width: 60%;
        height: auto;
        margin: 2em auto 0;
        }
        .inline-list-btn li:first-child {margin-left: auto;}
        .inline-list-btn li a {height: 100px; line-height: 100px;}
    .tel-content {
        width: 90%;
        display: block;
        text-align: center;
        height: auto;
        font-size: 1.8rem;
        padding:0;
        }
        .tel-content div.flex-center {width: 100%; margin: 0.5em 0;}
}
@media (max-width: 768px) {
    #foot-contact {padding: 25px 0 4em;}
    #foot-contact h2 {font-size: 2.4em;}
    #foot-contact p.fsize17.text-center {text-align: left; font-size: 1.4rem;}
    .tel-content .text-center {display: block; width: 70%; margin: auto;}
    .tel-content .text-center img {width: 100%;}
}
@media (max-width: 480px) {
    #foot-contact h2 {font-size: 1.8rem;}
    .inline-list-btn li {width: 70%;}
    .inline-list-btn li a {height: 74px; line-height: 74px;}
    .inline-list-btn li img {width: 70%; }
}
/*----- foot-media -----*/
#foot-media {padding: 0 0 50px;}
#foot-media ul.inline-list {
    text-align: center;
}
#foot-media ul.inline-list li {
    display: inline-block;
    margin: 15px 20px;
}
#foot-media .sp-img {display: none;}
#foot-media p {
    max-width: 900px;
    margin: 2em auto 0;
}

@media (max-width: 768px) {
    #foot-media ul.inline-list li {
        display: inline-block;
        width: 48%;
        margin: 15px 0;
        text-align: center;
        }
        #foot-media ul.inline-list li img {width: 100%;}
        #foot-media ul {display: none;}
        #foot-media .sp-img {display: block; margin: 0;}
}
@media (max-width: 480px) {
    #foot-media p {font-size: 1.2rem; line-height: 2;}
}

/*----- footer -----*/
#footer {
    width:100%;
    margin:auto;
    }
#footer_info {
    color: #fff;
    padding: 35px 0;
    /* Permalink - use to edit and share this gradient:
http://colorzilla.com/gradient-editor/#9b002c+0,5b0016+100 */
    background: #9b002c; /* Old browsers */
    background: -moz-linear-gradient(top, #9b002c 0%, #5b0016 100%); /*
FF3.6-15 */
    background: -webkit-linear-gradient(top, #9b002c 0%,#5b0016 100%); /*
Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9b002c 0%,#5b0016 100%); /* W3C,
IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#9b002c', endColorstr='#5b0016',GradientType=0 ); /* IE6-9 */
    }
#footer_info a, #footer_info a:link {color: #fff;}
#footer_info a:hover {opacity:.7;}
#footer_info .big-container {max-width: 1170px;}
#footer_info ul li {overflow: hidden;}
#footer_info ul li:first-child {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
}
#footer_info figure {
    float: left;
    max-width: 240px;
}
#footer_info figure img {width: 100%;}
#footer_info .info-txt {
    float: right;
    width: 74%;
    max-width: 890px;
}
#footer_info .info-txt .ex-small {margin-left: 20px;}

.tel-nub {
    font-size: 3.2rem;
    padding: 3px 0 0 46px;
    line-height: 1.1;
    background: url(https://hedgefund-direct.co.jp/images/common/fd_ico.png) no-repeat left 3px;
    background-size: auto 28px;
}
.f_contact-btn {margin-bottom: 1.5em;}
.f_contact-btn a {
    padding: 8px 30px 6px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 1.3rem;
    }
    .f_contact-btn a:hover {
        background-color: #fff;
        color: #9b002c !important;
        }
#footer_info .img-btn {text-align: right;}

#footer_nav {
    background-color: #f2f2f2;
    padding: 20px 0 30px;
    position: relative;
}
#footer_nav nav > ul {
    width: 18%;
    float: left;
    }
    #footer_nav nav > ul.list-wm {width: 26%}
    #footer_nav nav > ul.list-wl {width: 26%}
    #footer_nav nav > ul.blank_list {width: 30%;}
#footer_nav nav > ul > li {
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 1.4;
    }
#footer_nav nav > ul > li a {color: #222;}
#footer_nav nav > ul.blank_list > li > a:after {
    content: url(https://hedgefund-direct.co.jp/images/common/ico_blank.png);
    padding: 5px 0 0 10px;
    }
    #footer_nav nav > ul.blank_list > li.blank_none > a:after {
        display: none;
    }
#footer_nav nav > ul > li > ul > li {
    font-size: 1.2rem;
    margin-top: 8px;
    }
    #footer_nav nav > ul > li > ul > li a {
        color: #666;
        position: relative;
        padding-left: 20px;
        display: inline-block;
}
#footer_nav nav > ul > li > ul > li a:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 8px;
}

#footer_txt p {
    width: 96%;
    margin: 2em auto;
    font-size: 1.2rem;
    line-height: 2;
    color: #666;
}
#copyright {
    background-color: #9b002c;
    text-align: center;
    padding: 12px 0 80px;
}
#copyright small {
    font-size: 1.2rem;
    color: #fff;
}

@media (max-width: 1169px) {
    #footer_info .info-txt {
        float: right;
        width: 65%;
        padding-top: 10px;
    }
}
@media (max-width: 992px) {
    #footer_info figure {float: none; text-align: center; width: 80%; margin:
auto;}
    #footer_info .info-txt {float: none; width: 100%;}
    #footer_nav nav > ul {
        width: 48%;
        float: left;
        }
        #footer_nav nav > ul:nth-child(odd) {margin-right: 4%;}
        #footer_nav nav > ul.list-wl, #footer_nav nav > ul.list-wm, #footer_nav
nav > ul.blank_list {width: 48%;}
}
@media (max-width: 768px) {
    #footer_info figure {max-width: 320px; margin-bottom: 1em;}
    #footer_info .info-txt .img-btn {width: 100%;}
    #footer_info .info-txt .img-btn img {width: 100%;}
    #footer_nav {padding-left: 4%; padding-right: 4%;}
}
@media (max-width: 480px) {
    #footer_info {padding: 25px 0 35px;}
        #footer_info figure {max-width: none; margin-bottom: .75em;}
        #footer_info .info-txt .fsize17, #footer_info .info-txt .fsize16
{font-size: 1.4rem;}
        #footer_info .info-txt .fsize20 {font-size: 1.6rem;}
        .f_contact-btn a {font-size: 1.2rem; padding: 8px 20px 6px; }
    #footer_nav nav > ul {
        width: 100%;
        float: none;
        }
        #footer_nav nav > ul:nth-child(odd) {margin-right: 0;}
        #footer_nav nav > ul.list-wl, #footer_nav nav > ul.list-wm, #footer_nav
nav > ul.blank_list {width: 100%;}
        #footer_nav nav > ul > li {font-size: 1.4rem;}
        #footer_txt p {font-size: 1.1rem;}
        #copyright small {font-size: 1.1rem;}
}

/*----- common -----*/
@media (max-width: 992px) {
    .pc--only {display: none;}
}
@media (min-width: 992px) {
    .tab--only {display: none;}
    .nav--target {display: none;}
    .sp--only {display: none;}
}

/* 埋め込みフォーム */
@media screen and  (min-width:769px){
  .wp-block-contact-form-7-contact-form-selector{
    width: 65%;
    margin: auto;
  }
  .contactForm__cap{
    padding: 2.6666666667vw 0 0;
  }
}
@media screen and (max-width: 768px){
  #document_form_in_page_marker{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
  }  
}
.document_form_in_page{
  text-align: center;
}
.document_form_in_page > h2{
  margin-bottom: 1%;
  font-size: 2em;
}
.cm_title{
  text-align: center;
  font-size: 1.5em;
}

/* SP用ページ内リンク位置修正 */
@media screen and (max-width: 768px){
  .in_page_anchor {
    padding-top: 70px;
  }
    .in_page_anchor_innner {
      padding-top: 70px;
      margin-top:-70px;
  }
}

/* 2023_01_10_ファンド実績グラフの期間掲載 */
.type04 .photo{
  text-align: center;
}
.type04 .photo small{
  font-size: 70%;
}

/* 20230221要素入れ替え */
#howToProceed {
  margin-top: 50px;
}
.photo-set.type01.mb100>.photo>img{
	margin-top: 15px;
}

/* 20230315デビットテッパー */
.font_size_05em{
	font-size: 0.5em;
}

/* 2023_04_12_CTA下部固定 */
#bottomCta {
	height : 6.5vw;
	background-color : rgba(255, 255, 255, 0.8);
	width : 100%;
	position : fixed;
	bottom : 0px;
	z-index : 1000;
	display:none;
}

#bottomCta ul {
  width : 85%;
  margin : auto;
  display : flex;
  justify-content : center;
}

#bottomCta ul li {
  margin : 0.5%;
}

#bottomCta ul a {
  width : 100%;
}

#bottomCta ul li:hover {
  opacity : 0.7;
}

#bottomCta .tell {
  font-family : "Noto Sans JP", sans-serif;
}

.bottomCtaInner {
  margin-top : 0.3%;
}
@media screen and (min-width: 768px) {
  #bottomCta .tell a {
    background-image : url("https://hedgefund-direct.net/wp-content/themes/hedgefund/img/lp/texted01/tel-icon01.svg");
    font-weight : 500;
    font-size : 25px;
    color : rgb(29, 36, 62);
    background-repeat : no-repeat no-repeat;
    background-position : 0% 50%;
    padding-left : 38px;
    letter-spacing : 0px;
  }
}
#bottomCta .tell span {
  font-size : 12px;
  display : block;
  letter-spacing : 0px;
}

.requestCtaButton {
  width : 30%;
  line-height : 1.5;
  text-align : center;
  font-weight : 600;
  border-radius: 12px;
  display: flex;
  align-items: center;

}

.requestCtaButton a {
  color : rgb(255, 255, 255);
  padding: 16px 20px;
}

.requestCtaButton {
  position: relative;
}

.requestCtaButton::after {
  content: "";
  position: absolute;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid #fff;
  top: 33%;
  right: 16px;
}

.requestCtaButton a span {
  color: #ffff00;
}

.requestCtaButton a small {
  font-size: 14px;
  font-weight: 600;
}

.requestDocument {
  background-color : #16245B;
}

.requestContact {
  background-color : #29ABE2;
}

header {
  position : unset;
}

#wrapper {
  margin : 0px;
}
@media screen and (max-width: 767px) {
  #bottomCta {
    height : 10vw;
  }

  #bottomCta ul {
    width : 100%;
  }

  .requestCtaButton {
    width : 40%;
    line-height : 42px;
  }

  #bottomCta .tell .spmode {
    line-height : 55px;
  }

  .bottomCtaInner {
    margin-top : 1%;
  }
}
div.keyvisual {
  margin : 0px 0px 15px 0px !important;
}
