.split {
    display: table;
    width: 100%;
}
.split-item {
    display: table-cell;
}
.split-left {
    color: #fff;
    position: relative;
    width: 65%;
}
.split-left__inner {
    height: 100%;
    position: fixed;
    background: no-repeat center/cover url("../image/99-pc/background.png");
    width: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .split-left {
        width: 60%;
    }
}
@media screen and (max-width: 880px) {
    .split-left {
        width: 55%;
    }
}
@media screen and (max-width: 800px) {
    .split-left {
        width: 53%;
    }
}

@media screen and (max-width: 768px) {
    .split {
        display: block;
    }
    .split-item {
        display: block;
        width: auto;
    }
    .split-left {
        display: none;
    }
    .split-left__inner {
        position: inherit;
        width: auto;
    }
}

.left_mainContent {
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 1160px) {
    .left_mainContent {
        width: 83%;
    }
}
.left_top {
    display: flex;
    align-items: center;
    margin-left: 24px;
}
.left_logo {
    background: no-repeat center/contain url("../image/00-common/logo_white.png");
    height: 100px;
    width: 35%;
}
.left_content {
    font-family: titleFont;
    letter-spacing: 3px;
    margin-top: 50px;
    margin-left: 24px;
}
.left_content_outline {
    font-size: 24px;
    margin-top: 16px;
}
.left_content_block_left {
    margin-left: 12px;
    margin-top: 24px;
    position: relative;
}
.left_content_block_left::before {
    position: absolute;
    top: 23px;
    left: -8px;
    display: inline-block;
    width: 1px;
    height: 85%;
    content: '';
    background: white;
}

@media screen and (max-width: 1380px) {
    .left_content_block_left::before {
        left: -2.5px;
    }
}

@media screen and (max-width: 1280px) {
    .left_content_block_left::before {
        left: -1px;
    }
}
@media screen and (max-width: 1024px) {
    .left_content_block_left::before {
        top: 20px;
        left: 2px;
    }
}
@media screen and (max-width: 950px) {
    .left_content_block_left::before {
        top: 20px;
        left: 5.5px;
    }
}

.left_content_text {
    font-size: 20px;
    padding: 10px;
}
.left_content_text::before {
    position: relative;
    top: -2px;
    left: -24px;
    display: inline-block;
    width: 12px;
    height: 12px;
    content: '';
    background: white;
}
.left_content_text.is-active::before {
    background: #8DCEC8;
}

.left_bottom_group {
    margin-top: 40px;
    margin-left: 12px;
}
.left_bottom_text {
    font-size: 30px;
    text-shadow: 3px 3px 3px #000000;
    font-family: titleFont;
    letter-spacing: 3px;
    margin-left: 6px;
}
.left_bottom_btn_group {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 12px;
}
.left_bottom_btn_group img {
    width: 90%;
}
.left_bottom_btn_group a:hover {
    opacity: .5;
}

@media screen and (max-width: 1380px) {
    .left_content_text {
        font-size: 20px;
    }
    .left_content_text::before {
        width: 12px;
        height: 12px;
        left: -18px;
    }
}

@media screen and (max-width: 1280px) {
    .left_content_block_right {
        margin-left: 24px;
    }
    .left_content_text {
        font-size: 18px;
        padding: 10px;
    }
    .left_content_text::before {
        left: -16px;
    }
    .left_bottom_text {
        font-size: 26px;
    }
}
@media screen and (max-width: 1205px) {
    .left_content_text {
        font-size: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .left_content_block_right {
        margin-left: 20px;
    }
    .left_content_text {
        font-size: 14px;
        padding: 8px;
    }
    .left_content_text::before {
        left: -12px;
    }
    .left_bottom_text {
        font-size: 20px;
    }
}

@media screen and (max-width: 950px) {
    .left_content_text {
        font-size: 12px;
    }
    .left_content_text::before {
        left: -6px;
        width: 8px;
        height: 8px;
    }
    .left_bottom_text {
        font-size: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .left_scrollImage {
        height: 60px;
        width: 60px;
    }
}
.mv {
    
}

.offer01 {
    position: relative;
    display: block;
}
.lineBtn1 {
    position: absolute;
    bottom: 32%;
    left: 8.5%;
}
.lineBtn1Img {
    width: 90.5%;
}
.lineBtn2 {
    position: absolute;
    bottom: 21.7%;
    left: 8.5%;
}
.lineBtn2Img {
    width: 90.5%;
}
.offer02 {
    position: relative;
    display: block;
}
.webBtn1 {
    position: absolute;
    bottom: 13.5%;
    left: 8.5%;
    width: 40.5%;
}
.webBtn1Img {
    width: 100%;
}
.telBtn1 {
    position: absolute;
    bottom: 13.5%;
    right: 8.5%;
    display: flex;
    justify-content: end;
    width: 40.5%;
}
.telBtn1Img {
    width: 100%;
}
.webBtn2 {
    position: absolute;
    bottom: 9%;
    left: 8.5%;
    width: 40.5%;
}
.webBtn2Img {
    width: 100%;
}
.telBtn2 {
    position: absolute;
    bottom: 9%;
    right: 8.5%;
    display: flex;
    justify-content: end;
    width: 40.5%;
}
.telBtn2Img {
    width: 100%;
}


.header {
}

.headerCompanyName {
    text-align: center;
    margin: 10px 0;
    background-color: white;
    font-size: 11px;
    font-weight: lighter;
}
.headerCompanyNameSpan {
    font-size: 15px;
}

.fv {
    position: relative;
}
.fvImgGroup {
    position: relative;
}
.fvImg1 {
    width: 100%;
}
.fvImg3 {
    width: 90%;
    position: absolute;
    bottom: 0%;
    left: 5%;
}
.fvMeritUl {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 20px 0;
}
.fvMeritList {
    margin-right: 8px;
}
.fvMeritList:nth-child(2) {
    margin-right: 0;
}
.fvBottomText {
    font-size: 9px;
    margin: 16px 0 12px 22px;
    font-weight: lighter;
    line-height: 2;
}

.about {
    
}
.aboutTop {
    background-color: #F5FEFD;
}
.aboutTitle {
    color: #5D9D96;
    font-size: 21px;
    text-align: center;
    padding-top: 32px;
    margin-bottom: 5px;
    font-family: "Noto Serif JP", serif;
}
.aboutTitleSpan {
    font-size: 35px;
}

@media screen and (min-width: 1380px) {
    .aboutTitle {
        font-size: 26px;
    }
    .aboutTitleSpan {
        font-size: 42px;
    }
}

.aboutText {
    font-family: "Noto Serif JP", serif;
    text-align: end;
    margin-right: 16px;
    font-size: 9px;
    padding-bottom: 22px;
    font-weight: bold;
}

.aboutUl {

}
.aboutList {
    background-color: white;
    padding-bottom: 36px;
    position: relative;
}
.aboutList:nth-child(1) {
    background-color: #F5FEFD;
    padding-bottom: 56px;
}
.aboutListLabel {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 85%;
    background-color: #8DCEC8;
    text-align: center;
    color: white;
    font-size: 17px;
    padding: 8px;
    font-family: "Noto Serif JP", serif;
}
.aboutListText {
    font-size: 11px;
    text-align: center;
    line-height: 3;
    margin-top: 20px;
    font-weight: lighter;
}
.aboutListText3 {
    font-size: 10px;
    text-align: center;
    line-height: 3;
    margin-top: 20px;
    letter-spacing: 0;
    font-weight: lighter;
}
.aboutListImg {
    width: 100%;
}
.aboutListImg2 {
    width: 90%;
    margin: 0 auto;
}
.aboutListTitle {
    margin-top: 27px;
    font-size: 25px;
    color: #5D9D96;
    text-align: center;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
}
.aboutListTitleSpan {
    font-size: 33px;
    display: inline-block;
    background: linear-gradient(90deg, #90D1CB 0%, #B1EDE5 19%, #5EBD9D 59%, #B6F4E9 85%, #8FD0CA 100%);
    -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.aboutListBottomText {
    font-size: 8px;
    margin-top: 12px;
    margin-left: 16px;
    font-weight: lighter;
}

.step {
    background-color: #F5FEFD;
    padding: 32px 0;
}
.stepUl {
    margin-left: 20px;
}

.stepList {
    display: flex;
    justify-content: center;
}

.stepListImg {
    width: 30px;
}
.stepListRight {
    margin-left: 20px;
}
.stepListRightImgGroup {
    display: flex;
    align-items: center;
}
.stepListRightImg1 {
    width: 65%;
}
.stepListRightImg2 {
    width: 35%;
    max-height: 115px;
}

@media screen and (min-width: 1380px) {
    .stepListRightImg2 {
        max-height: 180px;
    }
}
.stepListRightTitle {
    margin-top: 10px;
    font-size: 18px;
    color: #5D9D96;
    font-family: "Noto Serif JP", serif;
}
.stepListRightText {
    font-size: 10px;
    font-weight: lighter;
    line-height: 2.5;
    margin-top: 6px;
}
.stepListRightBottomText {
    font-size: 8px;
    font-weight: lighter;
    text-align: end;
    margin-right: 16px;
}

.merit {
    padding-top: 26px;
}

.meritTitle {
    text-align: center;
    margin-bottom: 56px;
    font-size: 25px;
    color: #5D9D96;
    font-family: "Noto Serif JP", serif;
}

.meritListImg {
    width: 100%;
}
.meritListText {
    background-color: #F5FEFD;
    text-align: center;
    font-size: 11px;
    line-height: 3;
    font-weight: lighter;
}

.meritBottomText {
    background-color: #F5FEFD;
    font-size: 23px;
    text-align: center;
    color: #6B9B95;
    padding-top: 28px;
    padding-bottom: 12px;
    font-family: "Noto Serif JP", serif;
}

.meritBottomImg1 {
    width: 100%;
}
.meritBottomImg2 {
    width: 100%;
    margin: 0 auto;
}

.plan {

}
.planTop {
    margin: 22px auto 0;
}
.planTopTitle {
    font-size: 23px;
    text-align: center;
    margin-top: 18px;
    font-family: "Noto Serif JP", serif;
}
.planTopTitleSpan {
    color: #5D9D96;
    font-size: 36px;
}
.planTopText {
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
    font-family: "Noto Serif JP", serif;
}
.planTopTextSpan {
    color: #5D9D96;
    font-size: 22px;
}
.planUl {
    margin-bottom: 32px;
}
.planList {
    width: 90%;
    margin: 70px auto 0;
    border: 1px solid;
    border-image: linear-gradient(to right, #90D1CB 0%, #B1EDE5 19%, #5EBD9D 59%, #B6F4E9 85%, #8FD0CA 100%) 1;
    padding: 60px 15px 25px;
    position: relative;
}
.planListTitle {
    position: absolute;
    text-align: center;
    color: white;
    font-size: 22px;
    background-color: #5D9D96;
    padding: 4px 32px;
    width: 80%;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Noto Serif JP", serif;
}
.planListMiddle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.planListMiddleCircle {
    color: white;
    background-color: #8DCEC8;
    width: 90px;
    border-radius: 50%;
    height: 90px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
    .planListMiddleCircle {
        width: 120px;
        height: 120px;
    }
}

.planListMiddleCenter {
    margin: 0px 15px;
}
.planListText {
    font-size: 14px;
    text-align: center;
    margin-top: 29px;
    font-family: "Noto Serif JP", serif;
}
.planListBottom {
    position: relative;
    background-color: #F1F1F1;
    padding: 19px 17px 10px;
    margin-top: 35px;
}
.planListBottomImg {
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
}
.planListBottomUl {

}
.planListBottomList {
    font-size: 9px;
    font-weight: lighter;
    position: relative;
    margin-top: 8px;
    padding-left: 14px;
}
.planListBottomList::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #6C9B95;
    border-radius: 50%;
    transform: translateY(-50%);
}
.planBottomText {
    font-size: 17px;
    text-align: center;
    margin: 35px auto 0;
    font-family: "Noto Serif JP", serif;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #90D1CB 0%, #B1EDE5 19%, #5EBD9D 59%, #B6F4E9 85%, #8FD0CA 100%) 1;
    padding: 4px 0 6px;
    width: 80%;
}
.planBottomTextSpan {
    color: #5D9D96;
    font-size: 28px;
}
.intro {
    margin-bottom: 41px;
}
.introTitle {
    margin-top: 26px;
    text-align: center;
    font-size: 26px;
    font-family: "Noto Serif JP", serif;
}
.introBlock {
    margin-top: 35px;
    position: relative;
}
.introBlockImg {
    width: 51px;
    margin-top: 56px;
    margin-right: 16px;
    position: absolute;
    top: 0;
    left: 17px;
}
.introBlockUl {
}
.introBlockList {
    padding-left: 85px;
    background-color: #F5FEFD;
    padding-top: 13px;
    margin-top: 10px;
    padding-bottom: 13px;
}
.introBlockListTitle {
    color: #5D9D96;
    margin-top: 13px;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
}
.introBlockListText {
    margin-top: 10px;
    font-size: 10px;
    font-weight: lighter;
    line-height: 2.5;
}

.question {
    background: #F4FDFD;
    margin-bottom: 14px;
}
.questionTitle {
    font-size: 27px;
    text-align: center;
    padding-top: 42px;
    font-family: "Noto Serif JP", serif;
}
.questionUl {
    margin: 43px auto 0;
    width: 90%;
    padding-bottom: 18px;
}
.questionList {
    border-top: 1px solid;
    border-image: linear-gradient(to right, #90D1CB 0%, #B1EDE5 19%, #5EBD9D 59%, #B6F4E9 85%, #8FD0CA 100%) 1;
    margin-top: 30px;
    position: relative;
}
.questionListTop {
    margin-top: 30px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.questionList.arrow:after {
    content: url('../image/06-question/openArrow.png');
    display: block;
position: absolute;
top: 22px;
right: 6px;
}
.questionList.arrow.active:after {
    content: url('../image/06-question/closeArrow.png');
    display: block;
position: absolute;
top: 22px;
right: 6px;
}
.questionListTextOuter {
    height: 0;
  padding: 0;
  overflow: hidden;
  transition: .5s;
  margin:0;
}
.questionListText {
    margin-top: 14px;
    font-size: 10px;
    font-weight: lighter;
    line-height: 2.5;
}



.footer_fixed {
    display: none;

}

.footer_fixed img {
    width: 90%;
    margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
    .footer_fixed {
        position: fixed;
        bottom: 0;
        z-index: 100;
        left: 0;
        display: block;
    }
}

.footer {
}

@media screen and (max-width: 768px) {
    .footer {
        padding-bottom: 100px;
    }
}
