body {
    color: #344d49;
}

body main,.free h1 a {
    font-family: sans-serif;
}

.free h1,.free h2,.free h3,.free h4,.free h5 {
    margin: 0;
    padding: 0;
    line-height: 1;
    background: unset;
    display: block;
    font-weight: bold;
    color: #344D49;
    text-align: left;
    border-bottom: unset;
}

.free p {
    text-align: justify
}

.free img {
    object-fit: cover;
}

main {
    overflow-x: hidden;
}

@media screen and (min-width: 681px) {
    body {
        min-width: 1200px;
    }
}


/* PC・SP 表示・非表示
***************************************************************/
.sp_only {
    display: none !important;
}

@media screen and (max-width: 680px) {
    .sp_only {
        display: inline-block !important;
    }

    .pc_only {
        display: none !important;
    }
}

/* フォント
***************************************************************/
.free .open_sans {
    font-family: "Open Sans", sans-serif;
}

.free .cantarell {
    font-family: "Cantarell", sans-serif;
}

/* コンテンツ幅
***************************************************************/
.free_inner {
    width: calc(100% - 60px);
    max-width: 1150px;
    margin: 0 auto;
}

/* フェードインテキスト
***************************************************************/
.barAnime {
    display: inline-block;
    transform: translate3d(0, 0, 0);
    position: relative;
    z-index: 0;
}

.barAnime span {
    font-family: "Hiragino Sans";
}

.barAnime::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
}

.barAnime.action::before {
    animation: passing-bar 0.6s ease .4s 1 normal forwards;
}

@keyframes passing-bar {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

.barAnime .barText {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 0, 0);
}

.barAnime.action .barText {
    animation: passing-txt 0s ease .7s 1 normal forwards;
}

.barAnime,
.barAnime span {
    line-height: 1;
}

@keyframes passing-txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* フェードイン
***************************************************************/
.free .fadeIn {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
}

.free .fadeIn2 {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
    transition-delay: 300ms;
    /* 500ミリ秒遅れて開始 */
}

.free .fadeIn-up {
    transform: translate(0, 50px);
}

.free .fadeIn-down {
    transform: translate(0, -50px);
}

.free .fadeIn-left {
    transform: translate(-50px, 0);
}

.free .fadeIn-right {
    transform: translate(50px, 0);
}

.free .scrollIn {
    opacity: 1;
    transform: translate(0, 0);
}

/* FV
***************************************************************/
.fv {
    position: relative;
}

.fv img {
    height: 675px;
}

.fv_inner {
    position: absolute;
    top: 288px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
}

.fv_inner .txt {
    font-size: 50px;
    letter-spacing: 0.15em;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    display: block;
    line-height: 1;
    position: relative;
    font-weight: bold;
}

.fv_inner p.txt2 {
    font-size: 20px;
    letter-spacing: 0.15em;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    margin-top: 20px;
    font-weight: 600;
}

.fv_inner2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.fv_inner2 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-end;
    gap: 10px;
    max-width: 1070px;
    margin: 50px auto 0;
}

.fv_inner2 ul li.action {}

.fv_inner2 ul li.action a {
    pointer-events: none;
}

.fv_innerul li {}

.fv_inner2 ul li a {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    color: #344d49;
    display: block;
    padding: 23px 0;
    background: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    font-weight: 600;
    transition: .3s;
	font-family: sans-serif;
}

.fv_inner2 ul li.action a::before {
    content: "";
    display: inline-block;
    width: 279px;
    height: 9px;
    background-image: url(../../image/free/common/icon_border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

@media screen and (min-width: 681px) {
    .fv_inner2 ul li a:hover {
        padding: 23px 0 33px;
        opacity: 1;
    }
}

@media screen and (max-width: 680px) {

    .fv img {
        height: calc(100svh - 135px);
    }
	
    .fv_inner {
        top: 242px;
    }
	
	.fv_inner {
        top: 45%;
        transform: translate(-50%, -50%);
    }
	
    .fv_inner .txt {
        font-size: 36px;
    }

    .fv_inner p.txt2 {
        font-size: 18px;
        margin-top: 10px;
    }

    .fv_inner2 ul {
        gap: 4px;
        margin: 0;
        padding: 0 14px;
    }

    .fv_innerul li {}

    .fv_inner2 ul li a {
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 20px;
        padding: 12px 0 9px;
    }

    .fv_inner2 ul li.action a::before {
        content: "";
        display: inline-block;
        width: 90px;
        height: 9px;
        background-image: url(../../image/free/common/icon_border_sp.svg);
        bottom: -4px;
    }
}

/*
***************************************************************/
.free_detail {
    padding: 156px 0 0;
    position: relative;
    background: #F7F7F7;
    overflow: hidden;
}

.free_detail.type2 {
    padding: 80px 0 0;
}

.free_detail .free_inner {
    max-width: 1000px;
}

.free_detail .txtInner.type2 {
    margin-top: 80px;
}

.free_detail .txtInner h3 {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.free_detail .txtInner h3::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 23px;
    background-image: url(../../image/free/common/icon_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.free_detail .txtInner h3::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 23px;
    background-image: url(../../image/free/common/icon_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transform: scale(-1, 1);
}

.free_detail .txtInner .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.free_detail .txtInner .flex a {
    display: block;
    position: relative;
    transition: .3s;
}

.free_detail .txtInner.type1 .flex a::before {
    content: "";
    display: inline-block;
    width: 33.78px;
    height: 5.4px;
    background-image: url(../../image/free/common/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: .3s;
}

.free_detail .txtInner.type2 .flex a img {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.free_detail .txtInner .flex a p.txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 30.6px;
    text-align: center;

    color: #fff;
    font-weight: 600;
}

.free_detail .txtInner2 {
    text-align: center;
}

.free_detail .txtInner2 p {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 44px;
    font-weight: 600;
    text-align: center;
}

.free_detail .txtInner2 h3 {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 72px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-top: 50px;
}

.free_detail .txtInner2 h3::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 23px;
    background-image: url(../../image/free/common/icon_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.free_detail .txtInner2 h3::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 23px;
    background-image: url(../../image/free/common/icon_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transform: scale(-1, 1);
}

.free_detail .txtInner2 a {
    display: block;
    max-width: 750px;
    margin: 10px auto 0;
    position: relative;
    transition: .3s;
}

.free_detail .txtInner2 a::before {
    content: "";
    display: inline-block;
    width: 33.78px;
    height: 5.4px;
    background-image: url(../../image/free/common/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: 34px;
    left: 50%;
    transition: .3s;
}

.free_detail .txtInner2 a .txtBox {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.free_detail .txtInner2 a .txtBox p.open_sans {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    line-height: 18px;
    padding: 0 24px;
    display: inline-block;
}

.free_detail .txtInner2 a .txtBox p.txt {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 30.6px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.free_detail .txtInner2 a .txtBox p.txt span {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 27px;
    font-weight: 600;
}

.free_select {
    text-align: center;
    margin-top: 130px;
}

.free_select h3 {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.free_select h3::before {
    content: "";
    display: inline-block;
    border-top: 2px solid #8291a0;
    width: 26px;
    border-radius: 5px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.free_select ul {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 58px;
}

.free_select ul li {}

.free_select ul li a {
    display: block;
    border: 2px solid #fff;
    background: #D2F24A;
    height: 182px;
    position: relative;
    transition: .3s;
}

.free_select ul li a.none {
    opacity: 0.45;
    background: #BAB9AD;
    pointer-events: none;
}

.free_select ul li a.active::after {
    content: "";
    display: inline-block;
    width: 171px;
    height: 171px;
    background-image: url(../../image/free/common/next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -60px;
    right: -5px;
}

.free_select ul li a::before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 10px;
    background-image: url(../../image/free/common/icon_arrow02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: .3s;
}

.free_select ul li a .txtBox {
    position: absolute;
    top: 39px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.free_select ul li a p.txt {
    font-family: "Cantarell", sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    position: relative;
    text-align: center;
}

.free_select ul li a p.txt::before {
    content: "";
    display: inline-block;
    border-top: 1px solid #344d49;
    width: 24px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
}

.free_select ul li a h4 {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-top: 28px;
    text-align: center;
}

@media screen and (min-width: 681px) {

    .free_detail .txtInner.type1 .flex a:hover::before,
    .free_detail .txtInner2 a:hover::before {
        left: 52%;
    }

    .free_detail .txtInner .flex a:hover,
    .free_detail .txtInner2 a:hover {
        opacity: 0.7;
    }

    .free_select ul li a:hover {
        background: #ECF24A;
        opacity: 1;
    }

    .free_select ul li a:hover::before {
        left: 52%;
    }
}

@media screen and (max-width: 680px) {
    .free_detail {
        padding: 62px 0 43px;
    }

    .free_detail .txtInner.type2 {
        margin-top: 40px;
    }

    .free_detail .txtInner+.txtInner {
        margin-top: 40px;
    }

    .free_detail .txtInner h3::before,
    .free_detail .txtInner h3::after {
        position: relative;
        top: -4px;
    }

    .free_detail .txtInner h3 {
        font-size: 18px;
        letter-spacing: 0.05em;
        line-height: 27px;
        gap: 10px;
        align-items: flex-end;
    }

    .free_select h3::before {
        bottom: -20px;
    }

    .free_detail .txtInner .flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 7px;
        margin-top: 23px;
    }

    .free_detail .txtInner.type2 .flex {
        gap: 20px;
    }

    .free_detail .txtInner.type1 .flex a::before {
        bottom: 30px;
    }

    .free_detail .txtInner .flex a p.txt {
        top: 30px;
        transform: translate(-50%, 0);
    }

    .free_detail .txtInner2 p {
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 24px;
    }

    .free_detail .txtInner2 h3 {
        font-size: 18px;
        letter-spacing: 0.05em;
        line-height: 27px;
        margin-top: 25px;
    }

    .free_detail .txtInner2 a {
        margin: 10px auto 0;
    }

    .free_detail .txtInner2 a::before {
        bottom: 25px;
        left: 45%;
    }

    .free_detail .txtInner2 a .txtBox {
        top: 20px;
    }

    .free_detail .txtInner2 a .txtBox p.open_sans {
        font-size: 13px;
        letter-spacing: 0.1em;
        padding: 0 15px;
    }

    .free_detail .txtInner2 a .txtBox p.txt {
        margin-top: 10px;
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 21px;
    }

    .free_detail .txtInner2 a .txtBox p.txt span {
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 27px;
        font-weight: 600;
    }






    .free_select {
        margin-top: 60px;
    }

    .free_select ul {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 48px;
        gap: 2px;
    }

    .free_select ul li {}

    .free_select ul li a {
        height: 120px;
    }

    .free_select ul li a.active::after {
        width: 121px;
        height: 121px;
        top: -52px;
        right: -5px;
    }

    .free_select ul li a::before {
        width: 35px;
        height: 8px;
        bottom: 20px;
    }

    .free_select ul li a .txtBox {
        position: absolute;
        top: 16px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
    }

    .free_select ul li a p.txt {
        font-family: "Cantarell", sans-serif;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.1em;
        position: relative;
    }

    .free_select ul li a p.txt::before {
        display: none;
    }

    .free_select ul li a h4 {
        margin-top: 13px;
    }
}