@charset "UTF-8";
html {
    visibility: hidden
}
html.wf-active, html.loading-delay {
    visibility: visible
}
.l-content {
    transition: .3s all ease
}
.l-content * {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #494949;
    line-height: 1.75;
    letter-spacing: .05em;
    text-align: left;
    box-sizing: border-box
}
.l-content a {
    transition: .3s all ease
}
.l-content a:hover {
    opacity: .7
}
.l-content img {
    vertical-align: top
}
.l-content.is-active {
    opacity: 1
}
@media screen and (max-width: 767px) {
    .l-content * {
        font-size: 14px
    }
}
.m-section {
    padding: 6vw 0
}
.m-section__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px
}
.m-section__inner>*:first-child {
    margin-top: 0 !important
}
.m-section[data-bg=grey] {
    background: #f7f7f7
}
.m-section[data-bg=white] {
    background: #fff
}
.m-section[data-bg=beige] {
    background: #f1eee7
}
.m-section[data-bg=orange] {
    color: #fff;
    /*background: #f08404;*/
}
@media screen and (max-width: 767px) {
    .m-section {
        padding: 45px 0
    }
}
.m-hdg+* {
    margin-top: 45px !important
}
.m-hdg__hdg {
    font-size: 26px;
    font-weight: bold;
    color: #1e2024;
    line-height: 1;
    letter-spacing: .15em;
    text-align: center;
    position: relative;
	line-height: 2.5rem;
}
/*.m-hdg__hdg::before {
    width: 85px;
    height: 2px;
    margin: 10px auto 40px;
    display: block;
    transform: rotate(-15deg);
    background: #f08404;
    content: ""
}*/
.m-hdg__txt {
    margin: 28px 0 0;
    font-size: 18px;
    text-align: center
}
.m-hdg__txt a {
    font-size: 18px;
    color: #f08404;
    text-decoration: underline
}
.m-hdg__txt a:hover {
    text-decoration: none
}
@media screen and (max-width: 767px) {
    .m-hdg+* {
        margin-top: 25px !important
    }
    .m-hdg__hdg {
        font-size: 22px
    }
    .m-hdg__hdg::before {
        width: 45px;
        margin-bottom: 20px
    }
    .m-hdg__txt {
        margin-top: 20px;
        font-size: 16px
    }
    .m-hdg__txt a {
        font-size: 16px
    }
}
.m-listBtn {
    margin: 50px 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}
.m-listBtn li {
    width: 100%;
    max-width: 380px;
    margin: 0 10px
}
.m-listBtn li:first-child {
    margin-left: 0
}
.m-listBtn li:last-child {
    margin-right: 0
}

.m-listBtn03 {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.m-listBtn03 li {
    width: 100%;
    max-width: 380px;
    margin: 0 10px
}
.m-listBtn03 li:first-child {
    margin-left: 0
}
.m-listBtn03 li:last-child {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .m-listBtn {
        margin: 25px 0 0;
        display: block
    }
    .m-listBtn li {
        max-width: inherit;
        margin: 20px 0 0;
        padding: 0
    }
    .m-listBtn li:first-child {
        margin-top: 0
    }
	
	.m-listBtn03 {
        margin: 25px 0 0;
        display: none;
    }
    .m-listBtn03 li {
        max-width: inherit;
        margin: 20px 0 0;
        padding: 0
    }
    .m-listBtn03 li:first-child {
        margin-top: 0
    }
}
.m-btn {
    min-height: 52px;
    padding: 10px 45px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 30px;
    border: 1px solid #f08404;
    background: #fff
}
.m-btn::after {
    width: 8px;
    height: 8px;
    margin: -5px 0 0;
    transition: .3s all ease;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
    border-top: 2px solid #f08404;
    border-right: 2px solid #f08404;
    content: ""
}
.m-btn span {
    color: #f08404;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    transition: .3s all ease;
    display: block
}
.m-btn:hover {
    opacity: 1 !important;
    background: #f08404
}
.m-btn:hover::after {
    right: 25px;
    border-top-color: #fff;
    border-right-color: #fff
}
.m-btn:hover span {
    color: #fff
}
.m-btn[data-type=cv] {
    background: #f08404
}
.m-btn[data-type=cv]::after {
    border-top-color: #fff;
    border-right-color: #fff
}
.m-btn[data-type=cv] span {
    color: #fff
}
.m-btn[data-type=cv]:hover {
    background: #fff
}
.m-btn[data-type=cv]:hover::after {
    border-top-color: #f08404;
    border-right-color: #f08404
}
.m-btn[data-type=cv]:hover span {
    color: #f08404
}


.m-btn03 {
    min-height: 52px;
    padding: 10px 45px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 30px;
    border: 1px solid #f08404;
    background: #fff
}
.m-btn03::after {
    width: 8px;
    height: 8px;
    margin: -5px 0 0;
    transition: .3s all ease;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
    border-top: 2px solid #f08404;
    border-right: 2px solid #f08404;
    content: ""
}
.m-btn03 span {
    color: #f08404;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    transition: .3s all ease;
    display: block
}
.m-btn03:hover {
    opacity: 1 !important;
    background: #f08404
}
.m-btn03:hover::after {
    right: 25px;
    border-top-color: #fff;
    border-right-color: #fff
}
.m-btn03:hover span {
    color: #fff
}
.m-btn03[data-type=cv] {
    background: #f08404
}
.m-btn03[data-type=cv]::after {
    border-top-color: #fff;
    border-right-color: #fff
}
.m-btn03[data-type=cv] span {
    color: #fff
}
.m-btn03[data-type=cv]:hover {
    background: #fff
}
.m-btn03[data-type=cv]:hover::after {
    border-top-color: #f08404;
    border-right-color: #f08404
}
.m-btn03[data-type=cv]:hover span {
    color: #f08404
}



.m-btn04 {
    min-height: 52px;
    padding: 10px 45px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 30px;
    border: 1px solid #0D3778;
    background: #fff
}
.m-btn04::after {
    width: 8px;
    height: 8px;
    margin: -5px 0 0;
    transition: .3s all ease;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
    border-top: 2px solid #0D3778;
    border-right: 2px solid #0D3778;
    content: ""
}
.m-btn04 span {
    color: #0D3778;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    transition: .3s all ease;
    display: block
}
.m-btn04:hover {
    opacity: 1 !important;
    background: #0D3778
}
.m-btn04:hover::after {
    right: 25px;
    border-top-color: #fff;
    border-right-color: #fff
}
.m-btn04:hover span {
    color: #fff
}
.m-btn04[data-type=cv] {
    background: #0D3778
}
.m-btn04[data-type=cv]::after {
    border-top-color: #fff;
    border-right-color: #fff
}
.m-btn04[data-type=cv] span {
    color: #fff
}
.m-btn04[data-type=cv]:hover {
    background: #fff
}
.m-btn04[data-type=cv]:hover::after {
    border-top-color: #0D3778;
    border-right-color: #0D3778;
}
.m-btn04[data-type=cv]:hover span {
    color:#0D3778;
}




@media screen and (max-width: 767px) {
    .m-btn {
        min-height: 45px;
        padding: 5px 35px
    }
    .m-btn::after {
        width: 6px;
        height: 6px;
        right: 20px !important
    }
    .m-btn span {
        font-size: 14px
    }
	
	 .m-btn03 {
        min-height: 45px;
        padding: 5px 35px
    }
    .m-btn03::after {
        width: 6px;
        height: 6px;
        right: 20px !important
    }
    .m-btn03 span {
        font-size: 14px
    }
	
	.m-btn04 {
        min-height: 45px;
        padding: 5px 35px
    }
    .m-btn04::after {
        width: 6px;
        height: 6px;
        right: 20px !important
    }
    .m-btn04 span {
        font-size: 14px
    }
}
.m-bnr {
    max-width: 920px;
    margin: 50px auto 0
}
.m-bnr__inner {
    display: block
}
.m-bnr__img {
    position: relative;
	display: flex;
	justify-content: space-between;
}
.m-bnr__img img {
    width: 100%
}
.m-bnr__img span.is-pc {
    display: block
}
.m-bnr__img span.is-sp {
    display: none;
}
.m-bnr__txt {
    margin: 12px 0 0;
    font-style: normal;
    display: block
}
.m-bnr[data-type=simulation] .m-bnr__img {
    box-shadow: 0 0 10px #ccc
}
.m-bnr[data-type=dummy] .m-bnr__img::before {
    line-height: 1;
    position: absolute;
    bottom: 20px;
    left: 20px;
    content: "キャンペーンバナー枠"
}
@media screen and (max-width: 767px) {
    .m-bnr {
        margin-top: 25px
    }
    .m-bnr__img span.is-pc {
        display: none
    }
    .m-bnr__img span.is-sp {
        display: block;
		margin-bottom: 2.5rem;
    }
    .m-bnr__txt {
        margin-top: 7px
    }
    .m-bnr[data-type=dummy] .m-bnr__img::before {
        bottom: 15px;
        left: 15px
    }
	.m-bnr__img {
    position: relative;
	display: block;
	justify-content: space-between;
}
	
}
.m-popup {
    max-width: 300px;
    margin: 0;
    transition: .8s cubic-bezier(0.22, 1, 0.36, 1);
    position: fixed;
    bottom: -100%;
    right: 0;
    z-index: 100;
    background: #fff
}
.m-popup__btn {
    width: 100%;
    height: 30px;
    position: relative;
    display: block;
    overflow: hidden;
    background: #44474b
}
.m-popup__btn span {
    width: 30px;
    height: 30px;
    text-indent: -999em;
    transition: .3s all ease;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #64cbff
}
.m-popup__btn span::before, .m-popup__btn span::after {
    width: 14px;
    height: 1px;
    margin: 0 0 0 -7px;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    background: #fff;
    content: ""
}
.m-popup__btn span::before {
    transform: rotate(-45deg)
}
.m-popup__btn span::after {
    transform: rotate(45deg)
}
.m-popup__btn:hover span {
    opacity: .7
}
.m-popup__btn:active {
    opacity: 1
}
.m-popup__inner {
    display: block;
    border: 4px solid #64cbff
}
.m-popup__inner img {
    width: 100%;
    transition: .3s all ease
}
.m-popup__inner:hover {
    opacity: 1 !important
}
.m-popup__inner:hover img {
    opacity: .7
}
.m-popup.is-active {
    bottom: 0
}
.m-popup.is-hide {
    margin: -30px 0 0
}
.m-popup.is-hide .m-popup__btn span::before, .m-popup.is-hide .m-popup__btn span::after {
    width: 7px;
    height: 7px;
    margin: -1px 0 0 -4px;
    transition: .3s all ease;
    transform: rotate(-45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background: none
}
.m-popup.is-hide .m-popup__btn span::after {
    opacity: 0
}
@media screen and (max-width: 767px) {
    .m-popup {
        max-width: 200px
    }
    .m-popup__inner {
        border-width: 2px
    }
}
.m-hero[data-type=a], .m-hero[data-type=b] {
    background-position: center center;
    background-size: cover
}
.m-hero[data-type=a] .m-hero__outer, .m-hero[data-type=b] .m-hero__outer {
    width: 100%;
    max-width: 1000px;
    height: 480px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex
}
.m-hero[data-type=a] .m-hero__inner, .m-hero[data-type=b] .m-hero__inner {
    width: 100%;
    max-width: 440px;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.m-hero[data-type=a] .m-hero__head, .m-hero[data-type=b] .m-hero__head {
    display: flex;
    flex-direction: column
}
.m-hero[data-type=a] .m-hero__hdg, .m-hero[data-type=b] .m-hero__hdg {
    order: 2
}
.m-hero[data-type=a] .m-hero__hdg [data-type="1"], .m-hero[data-type=a] .m-hero__hdg [data-type="2"], .m-hero[data-type=b] .m-hero__hdg [data-type="1"], .m-hero[data-type=b] .m-hero__hdg [data-type="2"] {
    width: 100%;
    margin: 0 auto;
    display: block
}
.m-hero[data-type=a] .m-hero__hdg [data-type="1"], .m-hero[data-type=b] .m-hero__hdg [data-type="1"] {
    /* max-width: 150px;
    margin-top: 25px */
    max-width: 150px;
    margin-top: 20px;
	margin-bottom: 20px;
}
.m-hero[data-type=a] .m-hero__hdg [data-type="2"], .m-hero[data-type=b] .m-hero__hdg [data-type="2"] {
    max-width: 330px;
    margin-top: 40px
}
.m-hero[data-type=a] .m-hero__hdg img, .m-hero[data-type=b] .m-hero__hdg img {
    width: 100%
}
.m-hero[data-type=a] .m-hero__catch, .m-hero[data-type=b] .m-hero__catch {
    line-height: 1.2;
    order: 1
}
/* ▼20241118追加（KV内のテキスト追加のため）▼ */
    .m-hero[data-type=a] .m-hero__body_txt, .m-hero[data-type=b] .m-hero__body_txt {
        text-align: center;
        line-height: 1.6;
        font-size: 15px;
        margin-bottom: 20px
    }
 /* ▲20241118追加（KV内のテキスト追加のため）▲ */

.m-hero[data-type=a] .m-hero__list, .m-hero[data-type=b] .m-hero__list {
    /* margin: 40px 0 0*/
    margin: 0px 0 0
}
.m-hero[data-type=a] .m-hero__list li, .m-hero[data-type=b] .m-hero__list li {
    margin: 20px 0 0
}
.m-hero[data-type=a] .m-hero__list li:first-child, .m-hero[data-type=b] .m-hero__list li:first-child {
    margin-top: 0
}
.m-hero[data-type=a] .m-btn, .m-hero[data-type=b] .m-btn {
    box-shadow: 0 0 10px rgba(131, 131, 131, .25)
}
.m-hero[data-type=a] {
    background-image: url(../img/main_test05.png)
}
.m-hero[data-type=a] .m-hero__outer {
    align-items: center
}
/*.m-hero[data-type=a] .m-hero__inner {
    height: calc(100% - 120px);
    background: rgba(255, 255, 255, .8)
}*/
.m-hero[data-type=a] .m-hero__hdg [data-type="1"] {
    filter: drop-shadow(5px 5px 5px #fff)
}
.m-hero[data-type=a] .m-hero__hdg [data-type="2"] {
    display: none
}
.m-hero[data-type=a] .m-hero__catch {
    /* font-size: 20px; */
    font-size: 30px;
    color: #171717;
    line-height: 1.5;
    letter-spacing: .15em;
    text-align: center;
    text-shadow: 2px 2px 0 #fff;
	margin-bottom: 2vw;
	font-weight: bold;
}
.m-hero[data-type=b] {
    background-image: url(../img/main_b.png)
}
.m-hero[data-type=b] .m-hero__outer {
    display: block
}
.m-hero[data-type=b] .m-hero__inner {
    padding-top: 108px;
    position: relative
}
.m-hero[data-type=b] .m-hero__inner::before {
    width: 100000%;
    height: 1px;
    position: absolute;
    top: 192px;
    right: 0;
    background: #969595;
    content: ""
}
.m-hero[data-type=b] .m-hero__hdg [data-type="1"] {
    display: none
}
.m-hero[data-type=b] .m-hero__catch {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: .16em;
    text-align: justify
}
@media screen and (max-width: 1170px) {
    .main-wrap {
        overflow-x: hidden
    }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
    .m-hero[data-type=a] .m-hero__inner, .m-hero[data-type=b] .m-hero__inner {
        max-width: 380px;
        padding-left: 20px;
        padding-right: 20px
    }
    .m-hero[data-type=a] .m-hero__hdg [data-type="2"], .m-hero[data-type=b] .m-hero__hdg [data-type="2"] {
        max-width: 250px
    }
    .m-hero[data-type=a] .m-hero__list, .m-hero[data-type=b] .m-hero__list {
        transform: scale(0.9)
    }
    .m-hero[data-type=a] .m-hero__catch {
        font-size: 18px
    }
    .m-hero[data-type=b] .m-hero__catch {
        font-size: 20px
    }
}
@media screen and (max-width: 767px) {
    .m-hero[data-type=a], .m-hero[data-type=b] {
        background: none
    }
    .m-hero[data-type=a] .m-hero__outer, .m-hero[data-type=b] .m-hero__outer {
        height: auto;
        padding: 0;
        display: block
    }
    .m-hero[data-type=a] .m-hero__inner, .m-hero[data-type=b] .m-hero__inner {
        max-width: inherit;
        padding: 0;
        display: block
    }
    .m-hero[data-type=a] .m-hero__head, .m-hero[data-type=b] .m-hero__head {
        height: 470px;
        padding: 35px 20px 0;
        background-repeat: no-repeat;
        background-position: center center
    }
    .m-hero[data-type=a] .m-hero__body, .m-hero[data-type=b] .m-hero__body {
        padding: 25px 20px;
        background: #fff
    }
    /* ▼20241118追加（KV内のテキスト追加のため）▼ */
    .m-hero[data-type=a] .m-hero__body_txt, .m-hero[data-type=b] .m-hero__body_txt {
        text-align: center;
        line-height: 1.6;
        font-size: 15px;
        margin-bottom: 20px
    }
    /* ▲20241118追加（KV内のテキスト追加のため）▲ */
    .m-hero[data-type=a] .m-hero__hdg, .m-hero[data-type=b] .m-hero__hdg {
        margin: 30px 0 0
    }
    .m-hero[data-type=a] .m-hero__hdg [data-type="1"], .m-hero[data-type=b] .m-hero__hdg [data-type="1"] {
        display: none
    }
    .m-hero[data-type=a] .m-hero__hdg [data-type="2"], .m-hero[data-type=b] .m-hero__hdg [data-type="2"] {
        max-width: 300px;
        margin-top: 0;
        display: block
    }
    .m-hero[data-type=a] .m-hero__catch, .m-hero[data-type=b] .m-hero__catch {
        /* font-size: 19px;*/
        font-size: 7vw;
        color: #494949;
        line-height: 1.5;
        letter-spacing: .2em;
        text-align: center;
        text-shadow: 2px 2px 0 #fff, 0 0 10px #fff
    }
    .m-hero[data-type=a] .m-hero__list, .m-hero[data-type=b] .m-hero__list {
        margin: 0
    }
    .m-hero[data-type=a] .m-btn, .m-hero[data-type=b] .m-btn {
        box-shadow: none
    }
    .m-hero[data-type=a] .m-hero__inner {
        height: auto;
        background: none
    }
    .m-hero[data-type=a] .m-hero__head {
        background-image: url(../img/main_a_sp_n25.jpg);
        background-size: cover
    }
    .m-hero[data-type=a] .m-hero__hdg [data-type="2"] {
        filter: drop-shadow(5px 5px 5px #fff)
    }
    .m-hero[data-type=b] .m-hero__inner {
        padding-top: 0
    }
    .m-hero[data-type=b] .m-hero__inner::before {
        display: none
    }
    .m-hero[data-type=b] .m-hero__head {
        background-image: url(../img/main_b_sp.png);
        background-size: cover
    }
}
@media screen and (max-width: 375px) {
    .m-hero[data-type=a] .m-hero__head, .m-hero[data-type=b] .m-hero__head {
        height: 400px
    }
    .m-hero[data-type=a] .m-hero__hdg [data-type="2"], .m-hero[data-type=b] .m-hero__hdg [data-type="2"] {
        max-width: 250px
    }
    .m-hero[data-type=a] .m-hero__catch, .m-hero[data-type=b] .m-hero__catch {
        /*font-size: 16px*/
        font-size: 18px
    }
}
@media screen and (max-width: 320px) {
    .m-hero[data-type=a] .m-hero__head, .m-hero[data-type=b] .m-hero__head {
        height: 370px
    }
    .m-hero[data-type=a] .m-hero__hdg [data-type="2"], .m-hero[data-type=b] .m-hero__hdg [data-type="2"] {
        margin-top: -5px
    }
}
.m-topics {
    background: #f7f7f7;
	/*margin-bottom: 2.5vw;*/
}
.m-topics__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 30px;
    /*display: flex;*/
    flex-wrap: nowrap;
    align-items: stretch
}
.m-topics__head {
    min-width: 240px;
    max-width: 240px;
    transition: .3s all ease;
    border-right: 1px solid #969595;
    display: flex;
    align-items: center;
    justify-content: center
}
.m-topics__body {
    width: 100%;
    padding: 0 0 0 60px;
    transition: .3s all ease
}
.m-topics__hdg {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center
}
.m-topics__list li {
    margin: 10px 0 0;
    line-height: 1.5
}
.m-topics__list li:first-child {
    margin-top: 0
}
.m-topics__list li a {
    color: #f08404;
    text-decoration: underline
}
.m-topics__list li a:hover {
    text-decoration: none
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
    .m-topics__inner {
        padding-left: 0
    }
    .m-topics__head {
        min-width: 140px;
        max-width: 140px
    }
    .m-topics__body {
        padding-left: 30px
    }
}
@media screen and (max-width: 767px) {
    .m-topics__inner {
        display: block;
		padding: 3vw 0;
    }
    .m-topics__head {
        min-width: inherit;
        max-width: inherit;
        border: none;
        display: block
    }
    .m-topics__body {
        margin: 20px 0 0;
        padding: 0
    }
    .m-topics__hdg {
        font-size: 16px
    }
}
.m-intro {
    max-width: 920px;
    margin: 70px auto 0
}
.m-introLead em {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .1em;
    text-align: center;
    display: block
}
.m-introLead br {
    display: none
}
.m-introFeature {
    max-width: 875px;
    margin: 50px auto 0
}
.m-introFeature+* {
    margin-top: 60px !important
}
.m-introFeature__list {
    margin: 0 0 0 -30px;
    display: flex;
    flex-wrap: nowrap
}
.m-introFeature__item {
    width: 33.3333333333%;
    padding: 0 0 0 30px
}
.m-introFeature__img {
    margin: 0 auto;
    display: table
}
.m-introFeature__ttl {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.2;
    text-align: center;
    display: block
}
.m-introFeature__ttl br {
    display: none
}
.m-introText {
    margin: 30px 0 30px 0;
    font-size: 18px;
    text-align: center
}
.m-introNotes {
    margin: 35px 0 35px 0;
    padding: 0 20px
}
.m-introNotes li {
    padding: 0 0 0 1em;
    position: relative
}
.m-introNotes__sym, .m-introNotes__txt {
    font-size: 14px;
    line-height: 1.5;
    display: block
}
.m-introNotes__sym {
    position: absolute;
    top: 0;
    left: 0
}
.m-introNotes__txt a {
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline
}
.m-introNotes__txt a:hover {
    text-decoration: none
}
.m-introMedia {
    max-width: 720px;
    margin: 60px auto 0;
    padding: 20px;
    background: #f4f6f6
}
.m-introMedia__inner {
    padding: 56.25% 0 0;
    position: relative;
    overflow: hidden
}
.m-introMedia__inner iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    border: none
}
.m-introLink {
    margin: 20px 0 0;
    text-align: center
}
.m-introLink a {
    font-size: 18px;
    text-decoration: underline
}
.m-introLink a:hover {
    text-decoration: none
}
.m-introLink a * {
    font-size: 18px
}
.m-introLink a strong {
    color: red
}
@media screen and (max-width: 767px) {
    .m-intro {
        margin-top: 40px
    }
    .m-introLead em {
        font-size: 24px
    }
    .m-introLead br {
        display: block
    }
    .m-introFeature {
        margin-top: 30px
    }
    .m-introFeature+* {
        margin-top: 40px !important
    }
    .m-introFeature__list {
        margin-left: -20px
    }
    .m-introFeature__item {
        padding-left: 20px
    }
    .m-introFeature__ttl {
        margin-top: 10px;
        font-size: 14px
    }
    .m-introFeature__ttl br {
        display: block
    }
    .m-introText {
        margin-top: 20px;
        font-size: 16px;
        text-align: left
    }
    .m-introText br {
        display: none
    }
    .m-introNotes {
        margin-top: 20px;
        padding: 0
    }
    .m-introMedia {
        max-width: 100%;
        margin-top: 30px;
        padding: 15px
    }
    .m-introLink a {
        font-size: 16px
    }
    .m-introLink a * {
        font-size: 16px
    }
}
.m-reason>*:first-child {
    margin-top: 0
}
.m-reasonHdg {
    margin: 80px 0 0;
    position: relative;
    overflow: hidden
}
.m-reasonHdg::before {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    background: #969595;
    content: ""
}
.m-reasonHdg span {
    margin: 0 auto;
    padding: 0 30px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #f08404;
    display: table;
    position: relative;
    z-index: 1;
    background: #f1eee7
}
.m-reasonNotes {
    margin: 20px 0 0
}
.m-reasonNotes li {
    margin: 10px 0 0 auto;
    padding: 0 0 0 1.7em;
    display: table;
    position: relative
}
.m-reasonNotes li:first-child {
    margin-top: 0
}
.m-reasonNotes__sym, .m-reasonNotes__txt {
    font-size: 12px;
    text-align: left
}
.m-reasonNotes__sym {
    position: absolute;
    top: 0;
    left: 0;
    content: ""
}
.m-reasonNotes__txt {
    display: block
}
.m-reasonTips {
    margin: 60px 0 0;
    padding: 50px 30px 30px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #f08404;
    background: #fff
}
.m-reasonTips__head {
    width: 30%
}
.m-reasonTips__body {
    width: 70%;
    margin: 0 0 0 50px
}
.m-reasonTips__label {
    width: 130px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background: #f08404
}
.m-reasonTips__label em {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    line-height: 1
}
.m-reasonTips__ttl em {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.2
}
.m-reasonTips__txt {
    margin: 15px 0 0
}
.m-reasonTips__txt strong {
    font-weight: bold;
    font-style: normal;
    color: #f08404
}
.m-reasonFeature[data-type=corp] {
    margin: 60px 0 0;
    position: relative
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__item {
    margin: 50px 0 0;
    padding: 0 0 50px;
    display: flex;
    flex-wrap: nowrap
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__item:first-child {
    margin-top: 0
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__item:nth-child(odd) .m-reasonFeature__img {
    order: 1
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__item:nth-child(odd) .m-reasonFeature__body {
    margin: 0 0 0 -30px;
    order: 2
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__item:nth-child(odd) .m-reasonFeature__ttl em {
    right: 10px
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__item:nth-child(even) .m-reasonFeature__img {
    order: 2
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__item:nth-child(even) .m-reasonFeature__body {
    margin: 0 -30px 0 0;
    order: 1
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__item:nth-child(even) .m-reasonFeature__ttl em {
    left: 10px
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__img {
    width: 40%
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__body {
    width: calc(60% + 30px);
    padding: 45px 40px;
    position: relative;
    top: 45px;
    box-shadow: 0 0 10px rgba(127, 127, 127, .05);
    border-radius: 6px;
    background: #fff
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__ttl {
    font-size: 20px;
    font-weight: bold
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__ttl em {
    margin: -26px 0 0;
    font-size: 52px;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    color: #e56107;
    position: absolute;
    top: 0
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__ttl span {
    font-size: 20px;
    font-weight: bold;
    color: #e56107
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__txt {
    margin: 15px 0 0
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__catch {
    top: -90px;
    left: -15px
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__catchBody {
    padding: 10px 0 0;
    font-family: "游明朝", YuMincho, "Yu Mincho", serif;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    text-align: center
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__catchBody>em, .m-reasonFeature[data-type=corp] .m-reasonFeature__catchBody>span {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
    display: block
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__catchBody>em {
    font-family: "Times New Roman";
    font-size: 58px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0
}
.m-reasonFeature[data-type=corp] .m-reasonFeature__catchBody>em>span {
    font-size: 30px;
    font-family: "Times New Roman";
    color: #fff;
    letter-spacing: 0
}
.m-reasonFeature[data-type=member] {
    max-width: 1080px;
    margin: 50px auto 0;
    position: relative
}
.m-reasonFeature[data-type=member] .m-reasonFeature__list {
    margin: 0 0 0 -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.m-reasonFeature[data-type=member] .m-reasonFeature__item {
    width: 33.3333333333%;
    margin: 60px 0 0;
    padding: 0 0 0 30px
}
.m-reasonFeature[data-type=member] .m-reasonFeature__item:nth-child(-n+3) {
    margin-top: 0
}
.m-reasonFeature[data-type=member] .m-reasonFeature__head {
    width: 100%;
    height: 250px;
    padding: 180px 20px 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 10px rgba(127, 127, 127, .05);
    border-radius: 6px;
    background: #fff
}
.m-reasonFeature[data-type=member] .m-reasonFeature__body {
    margin: 15px 0 0
}
.m-reasonFeature[data-type=member] .m-reasonFeature__ttl {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.3;
    text-align: center
}
.m-reasonFeature[data-type=member] .m-reasonFeature__icn {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 0
}
.m-reasonFeature[data-type=member] .m-reasonFeature__catch {
    top: -55px;
    left: -15px
}
.m-reasonFeature[data-type=member] .m-reasonFeature__catchBody {
    font-family: "游明朝", YuMincho, "Yu Mincho", serif;
    font-size: 18px;
    color: #fff;
    text-align: center
}
.m-reasonFeature__catch {
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px #999;
    border-radius: 50%;
    background: #f08404
}
.m-reasonFeature__catchBody {
    font-family: "游明朝", YuMincho, "Yu Mincho", serif;
    font-size: 18px;
    color: #fff;
    text-align: center
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
    .m-reasonFeature[data-type=corp] .m-reasonFeature__catchBody {
        font-size: 14px
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__catchBody>em, .m-reasonFeature[data-type=corp] .m-reasonFeature__catchBody>span {
        font-size: 12px
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__catchBody>em {
        font-size: 38px
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__catchBody>em>span {
        font-size: 20px
    }
    .m-reasonFeature[data-type=member] .m-reasonFeature__catch {
        left: -15px
    }
    .m-reasonFeature[data-type=member] .m-reasonFeature__catchBody {
        font-size: 16px
    }
    .m-reasonFeature__catch {
        width: 100px;
        height: 100px
    }
    .m-reasonFeature__catchBody {
        font-size: 16px
    }
}
@media screen and (max-width: 767px) {
    .m-reasonHdg {
        margin-top: 45px
    }
    .m-reasonHdg span {
        padding: 0 20px;
        font-size: 20px
    }
    .m-reasonNotes {
        margin-top: 15px
    }
    .m-reasonNotes li {
        margin: 0 auto 0 0
    }
    .m-reasonTips {
        margin-top: 45px;
        padding: 40px 20px 20px;
        display: block
    }
    .m-reasonTips__head {
        width: 100%
    }
    .m-reasonTips__body {
        width: 100%;
        margin: 20px 0 0
    }
    .m-reasonTips__img img {
        width: 100%
    }
    .m-reasonTips__label {
        width: 130px;
        height: 25px
    }
    .m-reasonTips__label em {
        font-size: 16px;
        line-height: 25px
    }
    .m-reasonTips__ttl em {
        font-size: 18px
    }
    .m-reasonTips__txt {
        margin-top: 10px
    }
    .m-reasonFeature[data-type=corp] {
        margin-top: 25px
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__item {
        margin-top: 30px;
        padding: 0;
        flex-direction: column
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__item:first-child {
        margin-top: 0
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__item:nth-child(odd) .m-reasonFeature__body {
        margin: 0
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__item:nth-child(even) .m-reasonFeature__img {
        order: 1
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__item:nth-child(even) .m-reasonFeature__body {
        margin: 0;
        order: 2
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__item:nth-child(even) .m-reasonFeature__ttl em {
        left: inherit;
        right: 10px
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__img {
        width: 100%
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__img img {
        width: calc(100% - 40px);
        margin: 0 20px
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__body {
        width: 100%;
        padding: 25px;
        top: 0;
        box-shadow: 0 0 15px #ccc
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__ttl {
        font-size: 18px
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__ttl em {
        margin: -21px 0 0;
        margin-top: -21px;
        font-size: 32px;
        text-shadow: 0 0 2px #fff, 0 0 5px #fff
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__ttl span {
        font-size: 18px
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__ttl br {
        display: none
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__txt {
        margin-top: 10px
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__catch {
        top: -20px;
        left: -15px
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__catchBody {
        font-size: 14px
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__catchBody>em {
        font-size: 38px
    }
    .m-reasonFeature[data-type=corp] .m-reasonFeature__catchBody>em>span {
        font-size: 26px
    }
    .m-reasonFeature[data-type=member] {
        margin-top: 25px
    }
    .m-reasonFeature[data-type=member] .m-reasonFeature__list {
        margin: 0;
        display: block
    }
    .m-reasonFeature[data-type=member] .m-reasonFeature__item {
        width: 100%;
        margin-top: 30px;
        padding: 0
    }
    .m-reasonFeature[data-type=member] .m-reasonFeature__item:nth-child(-n+3) {
        margin-top: 30px
    }
    .m-reasonFeature[data-type=member] .m-reasonFeature__item:first-child {
        margin-top: 0
    }
    .m-reasonFeature[data-type=member] .m-reasonFeature__head {
        height: 200px;
        padding-top: 150px
    }
    .m-reasonFeature[data-type=member] .m-reasonFeature__body {
        margin-top: 10px
    }
    .m-reasonFeature[data-type=member] .m-reasonFeature__ttl {
        font-size: 16px
    }
    .m-reasonFeature[data-type=member] .m-reasonFeature__icn {
        top: 30px
    }
    .m-reasonFeature[data-type=member] .m-reasonFeature__catch {
        top: -20px;
        left: -15px
    }
    .m-reasonFeature[data-type=member] .m-reasonFeature__catchBody {
        font-size: 16px
    }
    .m-reasonFeature__catch {
        width: 100px;
        height: 100px
    }
    .m-reasonFeature__catchBody {
        font-size: 16px
    }
}
.m-example {
    margin: 0 -15px 100px;
    opacity: 0;
    transition: opacity .3s linear
}
.m-example.slick-initialized {
    opacity: 1
}
.m-example__item {
    width: 33.3333333333%;
    height: 100%;
	padding: 0 0.5vw;
    /*margin: 0 15px;*/
    display: flex !important;
    flex-direction: column;
}
.m-example__inner {
    height: 100%;
    display: block;
    background: #fff
}
.m-example__inner:hover {
    opacity: .7 !important
}
.m-example__inner:hover .m-example__img img {
    opacity: 1;
    transform: scale(1.05)
}
.m-example__img {
    overflow: hidden
}
.m-example__img img {
    width: 100%;
    transition: .3s all ease
}
.m-example__body {
    padding: 20px 20px 45px
}
.m-example__ttl {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0;
    transition: .3s all ease;
    display: block
}
.m-example__author {
    margin: 40px 0 0;
    font-size: 14px;
    transition: .3s all ease;
    display: block
}
.m-example .slick-track {
    display: flex
}
.m-example .slick-slide {
    height: auto !important;
}
.m-example .slick-prev, .m-example .slick-next {
    width: 56px;
    height: 56px;
    margin: -28px 0 0;
    text-indent: -999em;
    transition: .3s all ease;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    border-radius: 50%;
    background: #fff
}
.m-example .slick-prev::before, .m-example .slick-prev::after, .m-example .slick-next::before, .m-example .slick-next::after {
    transition: .3s all ease;
    position: absolute;
    content: ""
}
.m-example .slick-prev::before, .m-example .slick-next::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #494949
}
.m-example .slick-prev::after, .m-example .slick-next::after {
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    z-index: 2;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}
.m-example .slick-prev:hover::before, .m-example .slick-next:hover::before {
    opacity: .8
}
.m-example .slick-prev:active, .m-example .slick-next:active {
    opacity: 1
}
.m-example .slick-prev {
    left: -13px
}
.m-example .slick-prev::after {
    margin: -5px 0 0 -4px;
    transform: rotate(-135deg)
}
.m-example .slick-next {
    right: -13px
}
.m-example .slick-next::after {
    margin: -5px 0 0 -8px;
    transform: rotate(45deg)
}
.m-example .slick-dots {
    width: 100%;
    margin: 40px 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-self: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -50px
}
.m-example .slick-dots li {
    margin: 0 5px
}
.m-example .slick-dots li:first-child {
    margin-left: 0
}
.m-example .slick-dots li:last-child {
    margin-right: 0
}
.m-example .slick-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -999em;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    background: #ccc
}
.m-example .slick-dots li.slick-active button {
    background: #f08404
}
@media screen and (max-width: 1280px) {
    .m-example .slick-prev, .m-example .slick-next {
        width: 46px;
        height: 46px;
        margin-top: -23px
    }
    .m-example .slick-prev {
        left: -5px
    }
    .m-example .slick-next {
        right: -5px
    }
}
@media screen and (max-width: 767px) {
    .m-example {
        margin: 0 -15px 0
    }
    .m-example__item {
        width: 100%
    }
    .m-example__inner:hover .m-example__img img {
        transform: scale(1)
    }
    .m-example__body {
        padding: 10px 15px 15px
    }
    .m-example__ttl {
        font-size: 18px
    }
    .m-example__author {
        margin-top: 15px
    }
    .m-example .slick-prev, .m-example .slick-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background: rgba(0, 0, 0, 0)
    }
    .m-example .slick-prev::after, .m-example .slick-next::after {
        width: 8px;
        height: 8px
    }
    .m-example .slick-prev:hover::before, .m-example .slick-next:hover::before {
        opacity: 1
    }
    .m-example .slick-prev {
        left: -4px
    }
    .m-example .slick-next {
        right: -4px
    }
    .m-example .slick-dots {
        margin: 20px 0 0;
        position: static;
        bottom: 0
    }
}
.m-company>*:first-child {
    margin-top: 0 !important
}
.m-companyLogo {
    margin: 30px 0 0 -40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}
.m-companyLogo li {
    width: 16.6666666667%;
    margin: 30px 0 0;
    padding: 0 0 0 40px
}
.m-companyLogo li:nth-child(-n+6) {
    margin-top: 0
}
.m-companyLogo li img {
    width: 100%
}
.m-companyList {
    max-width: 920px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.m-companyList li::after {
    content: "／"
}
.m-companyList li:last-child::after {
    display: none
}
.m-companyRecommend {
    margin: 50px 0 0;
    padding: 50px 30px 30px;
    position: relative;
    border: 5px solid #f7f7f7;
    background: #fff
}
.m-companyRecommend__ttl {
    width: 100%;
    position: absolute;
    top: -0.5em;
    left: 0
}
.m-companyRecommend__ttl em {
    margin: 0 auto;
    padding: 0 25px;
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    line-height: 1;
    letter-spacing: .1em;
    display: table;
    background: #fff;
}
.m-companyRecommend__ttl br {
    display: none
}
.m-companyRecommend__img {
    margin: 0 auto;
    display: table
}
.m-companyRecommend__img img {
    width: 100%
}
.m-companyRecommend__img span.is-pc {
    display: block
}
.m-companyRecommend__img span.is-sp {
    display: none
}
.m-companyNotes {
    margin: 15px 0 0 auto;
    display: table
}
.m-companyNotes li {
    padding: 0 0 0 1.2em;
    position: relative
}
.m-companyNotes__sym, .m-companyNotes__txt {
    font-size: 12px
}
.m-companyNotes__sym {
    position: absolute;
    top: 0;
    left: 0
}
@media screen and (max-width: 767px) {
    .m-companyLogo {
        margin: 20px 0 0 -15px;
        justify-content: flex-start
    }
    .m-companyLogo li {
        width: 50%;
        margin-top: 15px;
        padding-left: 15px
    }
    .m-companyLogo li:nth-child(-n+6) {
        margin-top: 15px
    }
    .m-companyLogo li:nth-child(-n+2) {
        margin-top: 0
    }
    .m-companyList {
        margin-top: 30px;
        justify-content: flex-start
    }
    .m-companyRecommend {
        margin-top: 30px;
        padding: 20px
    }
    .m-companyRecommend__ttl {
        position: static;
        top: 0
    }
    .m-companyRecommend__ttl em {
        padding: 0;
        font-size: 16px;
        line-height: 1.4;
        text-align: center
    }
    .m-companyRecommend__ttl br {
        display: block
    }
    .m-companyRecommend__img {
        margin: 20px 0 0
    }
    .m-companyRecommend__img span.is-pc {
        display: none
    }
    .m-companyRecommend__img span.is-sp {
        display: block
    }
    .m-companyNotes {
        margin-top: 5px
    }
}
.m-resultGraph {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}
.m-resultGraph__img {
    width: 100%;
    margin: 0 0 0 50px;
    order: 2
}
.m-resultGraph__body {
    min-width: 330px;
    max-width: 330px;
    order: 1
}
.m-resultGraph__listItem {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #969595
}
.m-resultGraph__listItem:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none
}
.m-resultGraph__listTtl {
    min-height: 52px;
    padding: 0 0 0 65px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative
}
.m-resultGraph__listTtl::before, .m-resultGraph__listTtl::after {
    position: absolute;
    top: 50%;
    content: ""
}
.m-resultGraph__listTtl::before {
    width: 52px;
    height: 52px;
    margin: -26px 0 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #7a7a7a;
    background: #fff
}
.m-resultGraph__listTtl span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: block
}
.m-resultGraph__listTtl[data-type=corp]::after {
    width: 26px;
    height: 29px;
    margin-top: -13px;
    left: 15px;
    background-image: url(../img/icn_result_graph_01.png);
    background-size: 26px 29px
}
.m-resultGraph__listTtl[data-type=member]::after {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    left: 12px;
    background-image: url(../img/icn_result_graph_02.png);
    background-size: 32px 32px
}
.m-resultGraph__listNum {
    margin: 20px 0 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1
}
.m-resultGraph__listNum:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}
.m-resultGraph__listNum em {
    padding: 0 5px 0 0;
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    color: #f08404
}
.m-resultNotes {
    margin: 20px 0 0 auto;
    display: table
}
.m-resultNotes li {
    padding: 0 0 0 1.2em;
    position: relative
}
.m-resultNotes__sym, .m-resultNotes__txt {
    font-size: 14px
}
.m-resultNotes__sym {
    position: absolute;
    top: 0;
    left: 0
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
    .m-resultGraph__list {
        margin: 0 auto;
        display: table
    }
    .m-resultGraph__list li {
        padding-left: 40px;
        padding-right: 40px
    }
    .m-resultGraph__listTtl {
        min-height: 42px;
        padding-left: 55px
    }
    .m-resultGraph__listTtl::before {
        width: 42px;
        height: 42px;
        margin-top: -21px
    }
    .m-resultGraph__listTtl span {
        font-size: 18px
    }
    .m-resultGraph__listTtl[data-type=corp]::after {
        width: 16px;
        height: 19px;
        margin-top: -9px;
        background-size: 16px 19px
    }
    .m-resultGraph__listTtl[data-type=member]::after {
        width: 22px;
        height: 22px;
        margin-top: -11px;
        background-size: 22px 22px
    }
    .m-resultGraph__listNum {
        margin-top: 10px;
        font-size: 18px
    }
    .m-resultGraph__listNum em {
        font-size: 50px
    }
}
@media screen and (max-width: 767px) {
    .m-resultGraph {
        display: block
    }
    .m-resultGraph__img {
        margin: 30px 0 0
    }
    .m-resultGraph__body {
        min-width: inherit;
        max-width: inherit
    }
    .m-resultGraph__list {
        margin: 30px 0 0;
        display: flex;
        flex-wrap: wrap
    }
    .m-resultGraph__listItem {
        width: 50%;
        margin: 0;
        padding: 0 20px;
        border-top: none;
        border-left: 1px solid #969595
    }
    .m-resultGraph__listItem:first-child {
        padding-left: 0;
        border-left: none
    }
    .m-resultGraph__listItem:last-child {
        padding-right: 0
    }
    .m-resultGraph__listTtl {
        min-height: 40px;
        padding-left: 50px
    }
    .m-resultGraph__listTtl::before {
        width: 40px;
        height: 40px;
        margin-top: -20px
    }
    .m-resultGraph__listTtl span {
        font-size: 14px
    }
    .m-resultGraph__listTtl[data-type=corp]::after {
        left: 9px;
        transform: scale(0.7)
    }
    .m-resultGraph__listTtl[data-type=member]::after {
        left: 5px;
        transform: scale(0.7)
    }
    .m-resultGraph__listNum {
        margin-top: 10px;
        font-size: 14px
    }
    .m-resultGraph__listNum em {
        padding: 0;
        font-size: 30px
    }
}
.m-difference+* {
    margin-top: 30px
}
.m-difference__tbl thead th, .m-difference__tbl thead td, .m-difference__tbl tbody th, .m-difference__tbl tbody td {
    width: 25%;
    vertical-align: middle;
    border: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    background: #fff
}
.m-difference__tbl thead th:first-child, .m-difference__tbl thead td:first-child, .m-difference__tbl tbody th:first-child, .m-difference__tbl tbody td:first-child {
    width: 15%
}
.m-difference__tbl thead th {
    padding: 13px 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    background: #747474
}
.m-difference__tbl thead th span {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    display: block
}
.m-difference__tbl thead th:first-child {
    border-right-color: #f08404
}
.m-difference__tbl thead th:first-child+* {
    border-color: #f08404;
    background: #f08404
}
.m-difference__tbl tbody th, .m-difference__tbl tbody td {
    padding: 23px 30px;
    line-height: 1.5
}
.m-difference__tbl tbody th:first-child, .m-difference__tbl tbody td:first-child {
    border-right-color: #f08404
}
.m-difference__tbl tbody th:first-child+*, .m-difference__tbl tbody td:first-child+* {
    border-left-color: #f08404;
    border-right-color: #f08404;
    background: #fbf4e9
}
.m-difference__tbl tbody th {
    font-weight: bold;
    text-align: left
}
.m-difference__tbl tbody td {
    text-align: center
}
.m-difference__tbl tbody td em {
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    color: #f08404;
    text-align: center;
    display: block
}
.m-difference__tbl tbody tr:last-child th:first-child+*, .m-difference__tbl tbody tr:last-child td:first-child+* {
    border-bottom: 1px solid #f08404
}
@media screen and (max-width: 767px) {
    .m-difference+* {
        margin-top: 20px
    }
    .m-difference__inner {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }
    .m-difference__tbl {
        width: 767px;
        max-width: inherit
    }
    .m-difference__tbl thead th {
        padding: 10px 15px;
        font-size: 16px
    }
    .m-difference__tbl thead th span {
        font-size: 14px
    }
    .m-difference__tbl tbody th, .m-difference__tbl tbody td {
        padding: 15px
    }
}
.m-faq {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto
}
.m-faqItem {
    margin: 20px 0 0;
    font-size: 18px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(127, 127, 127, .05);
    border-radius: 10px;
    background: #fff
}
.m-faqItem>*:first-child {
    margin-top: 0
}
.m-faqBody, .m-faq__hdg button {
    position: relative
}
.m-faqBody::before, .m-faq__hdg button::before {
    width: 45px;
    height: 45px;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 30px;
    display: block;
    border-radius: 50%
}
.m-faqBody {
    margin: 20px 0 0;
    padding: 8px 30px 35px 100px;
    display: none
}
.m-faqBody::before {
    background: #9a9a9a;
    content: "A"
}
.m-faqBody>* {
    margin: 25px 0 0
}
.m-faqBody>*:first-child {
    margin-top: 0
}
.m-faq__hdg {
    display: block
}
.m-faq__hdg button {
    width: 100%;
    min-height: 70px;
    padding: 30px 90px 30px 100px;
    position: relative;
    display: block;
    border-radius: 10px 10px 0 0;
    background: #fff
}
.m-faq__hdg button::before {
    top: 22px;
    background: #f08404;
    content: "Q"
}
.m-faq__hdg button::after {
    width: 12px;
    height: 12px;
    transition: .3s all ease;
    transform: rotate(135deg);
    position: absolute;
    top: 34px;
    right: 38px;
    border-top: 2px solid #f08404;
    border-right: 2px solid #f08404;
    content: ""
}
.m-faq__hdg button.is-active::after {
    top: 43px;
    transform: rotate(-45deg)
}
.m-faq__hdg button:active {
    opacity: 1
}
.m-faq__list li {
    padding: 0 0 0 1.3em;
    position: relative
}
.m-faq__list li>span {
    position: absolute;
    top: 0;
    left: 0
}
@media screen and (max-width: 767px) {
    .m-faqItem {
        font-size: 16px
    }
    .m-faqBody::before, .m-faq__hdg button::before {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        left: 20px
    }
    .m-faqBody {
        margin-top: 10px;
        padding: 4px 20px 20px 65px
    }
    .m-faqBody>* {
        margin-top: 20px
    }
    .m-faq__hdg button {
        min-height: 50px;
        padding: 20px 55px 20px 65px
    }
    .m-faq__hdg button::before {
        top: 17px
    }
    .m-faq__hdg button::after {
        width: 8px;
        height: 8px;
        top: 25px;
        right: 23px
    }
    .m-faq__hdg button.is-active::after {
        top: 29px
    }
}
.m-news {
    margin: 90px 0 0 -55px;
    display: flex;
    flex-wrap: nowrap
}
.m-newsCreate {
    display: none
}
.m-newsSegment {
    width: 50%;
    padding: 0 0 0 55px
}
.m-newsHdg {
    margin: 0 0 55px;
    padding: 0 0 0 45px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #1e2024;
    position: relative
}
.m-newsHdg::before {
    width: 27px;
    height: 2px;
    margin: 1px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    background: #f08404;
    content: ""
}
.m-newsMain__inner {
    opacity: 1 !important;
    display: block
}
.m-newsMain__inner:hover .m-newsMain__category {
    background: #e38833
}
.m-newsMain__inner:hover .m-newsMain__img img {
    opacity: .7 !important
}
.m-newsMain__img {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee
}
.m-newsMain__img img {
    width: 100%;
    transition: .3s all ease
}
.m-newsMain__body {
    margin: 15px 0 0
}
.m-newsMain__ttl {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: #1e2024;
    line-height: 1.5;
    text-overflow: ellipsis;
    transition: .3s all ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}
.m-newsMain__txt {
    margin: 12px 0 0;
    text-overflow: ellipsis;
    transition: .3s all ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}
.m-newsMain__info {
    margin: 15px 0 0;
    display: flex
}
.m-newsMain__info li {
    margin: 0 24px 0 0
}
.m-newsMain__info li:last-child {
    margin-left: 0
}
.m-newsMain__author, .m-newsMain__date {
    font-size: 11px;
    line-height: 1;
    transition: .3s all ease;
    display: block
}
.m-newsMain__author {
    font-style: normal
}
.m-newsMain__date {
    color: #b1abb0;
    position: relative
}
.m-newsMain__date::before {
    width: 4px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -13px;
    background: #b1abb0;
    content: ""
}
.m-newsMain__category {
    height: 24px;
    padding: 0 10px;
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    transition: .3s all ease;
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000
}
.m-newsList {
    margin: 30px 0 0
}
.m-newsList__item {
    margin: 20px 0 0
}
.m-newsList__item:first-child {
    margin-top: 0
}
.m-newsList__inner {
    opacity: 1 !important;
    display: flex;
    flex-wrap: nowrap
}
.m-newsList__inner:hover {
    opacity: .7 !important
}
.m-newsList__img {
    width: 30%;
    border: 1px solid #eee;
    overflow: hidden
}
.m-newsList__img img {
    width: 100%;
    transition: .3s all ease
}
.m-newsList__body {
    width: 70%;
    margin: 0 0 0 20px
}
.m-newsList__ttl {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #1e2024;
    line-height: 1.6;
    text-overflow: ellipsis;
    transition: .3s all ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}
.m-newsList__date {
    margin: 10px 0 0;
    font-size: 11px;
    color: #b1abb0;
    line-height: 1;
    transition: .3s all ease;
    display: block
}
.m-news .m-listBtn {
    margin-top: 30px
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
    .m-news {
        margin-left: -35px
    }
    .m-newsSegment {
        padding-left: 35px
    }
}
@media screen and (max-width: 767px) {
    .m-news {
        margin: 45px 0 0;
        display: block
    }
    .m-newsSegment {
        width: 100%;
        margin: 45px 0 0;
        padding: 0
    }
    .m-newsSegment:first-child {
        margin-top: 0
    }
    .m-newsHdg {
        margin-bottom: 25px;
        padding-left: 30px;
        font-size: 20px
    }
    .m-newsHdg::before {
        width: 20px
    }
    .m-newsMain__ttl {
        font-size: 18px
    }
    .m-newsList {
        margin-top: 20px
    }
    .m-news .m-listBtn {
        margin-top: 25px
    }
}
.m-contact {
    margin: 0 0 -70px
}
.m-contact * {
    color: #fff
}
.m-contactHdg {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    text-align: center
}
.m-contactTxt {
    margin: 30px 0 0;
    font-size: 18px;
    text-align: center
}
.m-contactTxt span {
    font-size: 16px;
    text-align: center;
    display: block
}
.m-contactTxt a {
    font-size: 18px;
    text-decoration: underline
}
.m-contactTxt a:hover {
    text-decoration: none
}
.m-contactGrid {
    max-width: 1024px;
    margin: 55px auto 0
}
.m-contactGrid__list {
    margin: 0 0 0 -30px;
    display: flex;
    flex-wrap: nowrap
}
.m-contactGrid__item {
    width: 33.3333333333%;
    padding: 0 0 0 30px
}
.m-contactGrid__inner {
    opacity: 1 !important;
    display: block
}
.m-contactGrid__inner:hover .m-contactGrid__ttl span {
    opacity: .6
}
.m-contactGrid__inner:hover .m-contactGrid__txt {
    opacity: .7
}
.m-contactGrid__ttl {
    width: 100%;
    height: 160px;
    padding: 0 0 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #fff
}
.m-contactGrid__ttl span {
    font-size: 16px;
    color: #000;
    line-height: 1;
    transition: .3s all ease;
    display: block
}
.m-contactGrid__ttl span::before {
    position: absolute;
    left: 50%;
    content: ""
}
.m-contactGrid__ttl[data-type=download] span::before {
    width: 36px;
    height: 44px;
    margin: 0 0 0 -18px;
    top: 47px;
    background: url(../img/icn_contact_01.png);
    background-size: 36px 44px
}
.m-contactGrid__ttl[data-type=contact] span::before {
    width: 51px;
    height: 36px;
    margin: 0 0 0 -25px;
    top: 54px;
    background: url(../img/icn_contact_02.png);
    background-size: 51px 36px
}
.m-contactGrid__ttl[data-type=online] span::before {
    width: 56px;
    height: 49px;
    margin: 0 0 0 -28px;
    top: 44px;
    background: url(../img/icn_contact_03.png);
    background-size: 56px 49px
}
.m-contactGrid__ttl[data-type=tel] span::before {
    width: 56px;
    height: 49px;
    margin: 0 0 0 -28px;
    top: 44px;
    background: url(../img/icn_contact_04n.png);
    background-size: 56px 49px
}
.m-contactGrid__txt {
    margin: 20px 0 0;
    font-size: 14px;
    text-align: center;
    transition: .3s all ease
}
.m-contactAddress {
    margin: 30px 0 0;
    display: block
}
.m-contactAddress__inner {
    pointer-events: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}
.m-contactAddress__tel, .m-contactAddress__txt {
    font-style: normal;
    display: block
}
.m-contactAddress__tel {
    padding: 0 0 0 54px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    position: relative
}
.m-contactAddress__tel::before {
    width: 38px;
    height: 38px;
    margin: -19px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url(../img/icn_contact_04.png);
    background-size: 38px 38px;
    content: ""
}
.m-contactAddress__txt {
    margin: 0 0 0 20px;
    font-size: 14px
}
.m-contactLink {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.m-contactLink li {
    margin: 0 0 0 60px
}
.m-contactLink li:first-child {
    margin-left: 0
}
.m-contactLink a {
    font-size: 14px;
    text-decoration: underline
}
.m-contactLink a:hover {
    text-decoration: none
}
.m-contactFlow {
    /*max-width: 1024px;*/
    margin: 40px auto 0 auto;
    padding: 20px 20px;
    background: #f7f7f7;
}
.m-contactFlow__inner {
    padding: 40px;
    background: #fff
}
.m-contactFlow__img {
    margin: 0 auto;
    display: table
}
.m-contactFlow__img img {
    width: 100%
}
.m-contactFlow__img span.is-pc {
    display: block
}
.m-contactFlow__img span.is-sp {
    display: none
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
    .m-contactGrid__txt br {
        display: none
    }
}
@media screen and (max-width: 767px) {
    .m-contact {
        margin-bottom: -45px
    }
    .m-contactHdg {
        font-size: 22px
    }
    .m-contactTxt {
        margin-top: 20px;
        font-size: 16px;
        text-align: left
    }
    .m-contactTxt span {
        font-size: 14px;
        text-align: left
    }
    .m-contactTxt a {
        font-size: 16px
    }
    .m-contactTxt br {
        display: none
    }
    .m-contactGrid {
        margin-top: 30px
    }
    .m-contactGrid__list {
        margin: 0;
        display: block
    }
    .m-contactGrid__item {
        width: 100%;
        margin: 20px 0 0;
        padding: 0
    }
    .m-contactGrid__item:first-child {
        margin-top: 0
    }
    .m-contactGrid__ttl {
        height: 120px;
        padding-bottom: 20px
    }
    .m-contactGrid__ttl span {
        font-size: 14px
    }
    .m-contactGrid__ttl[data-type=download] span::before {
        top: 25px
    }
    .m-contactGrid__ttl[data-type=contact] span::before {
        top: 30px
    }
    .m-contactGrid__ttl[data-type=online] span::before {
        top: 24px
    }
	.m-contactGrid__ttl[data-type=tel] span::before {
        top: 24px
    }
    .m-contactGrid__txt {
        margin-top: 10px
    }
    .m-contactAddress__inner {
        pointer-events: inherit;
        display: block
    }
    .m-contactAddress__tel, .m-contactAddress__txt {
        text-align: center
    }
    .m-contactAddress__tel {
        margin: 0 auto;
        padding-left: 37px;
        font-size: 30px;
        display: table
    }
    .m-contactAddress__tel::before {
        width: 28px;
        height: 28px;
        margin-top: -14px;
        background-size: 28px 28px
    }
    .m-contactAddress__txt {
        margin: 10px 0 0
    }
    .m-contactAddress__txt br {
        display: none
    }
    .m-contactLink {
        margin-top: 15px;
        display: block
    }
    .m-contactLink li {
        margin: 5px 0 0;
        text-align: center
    }
    .m-contactLink li:first-child {
        margin-top: 0
    }
    .m-contactFlow {
        margin-top: 30px;
        padding: 15px 15px 0
    }
    .m-contactFlow__inner {
        padding: 30px
    }
    .m-contactFlow__img span.is-pc {
        display: none
    }
    .m-contactFlow__img span.is-sp {
        display: block
    }
}



/*2504_軽減効果の表の改修*/
.m-simulationComment__txt {
	margin: 30px 0 15px 0;
    padding: 22px 0 0 40px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}

.m-simulation {
	padding-top: 20px;
}

@media screen and (max-width: 743px) {
    .m-simulationTbl table thead tr th:nth-child(1), .m-simulationTbl table thead tr td:nth-child(1), .m-simulationTbl table tbody tr th:nth-child(1), .m-simulationTbl table tbody tr td:nth-child(1), .m-simulationTbl table tfoot tr th:nth-child(1), .m-simulationTbl table tfoot tr td:nth-child(1) {
     width: 180px;
    }
}


/* Navi_topはぐくみ企業年金紹介のカスタマイズ */
.m-i-lodo-b {
	width: 300px;
	margin: 50px auto;
}

/* Navi_top_KVのカスタマイズ */
.carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  /*padding: 1rem;*/
  scrollbar-width: none; /* Firefox */
}

.carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/*.card {
  flex: 0 0 calc((100% - 2rem) / 3);
  aspect-ratio: 30 / 9;
  border-radius: 6px;
  display: block;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #333;
  scroll-snap-align: start;
  min-width: 250px;
  max-width: 400px;
}*/

.carousel .card p {
  text-align: center;
  line-height: 1.6;
  font-size: 0.9rem;
  padding: 1vw 0 0 0;
}





.card:last-child{
}

/* スマホ：中央寄せカルーセル（3枚分表示、中央からスライド） */
@media (max-width: 768px) {
  .carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-left: 10vw;
    padding-right: 10vw;
	/*justify-content: center;*/
	display: block;
  }
  .carousel-item {
    flex: 0 0 80vw;
    max-width: 80vw;
    scroll-snap-align: center;
    margin-right: 1rem;
  }
  .carousel-item:last-child {
    margin-right: 0;
  }
  .carousel-container {
    padding: 2rem 0;
  }
  }
	
	
	
.fas_link_after02{
	text-decoration: none;
	/*color: #3366cc;*/
	font-size: 15px!important;
	text-align: left!important;
}
/*.fas_link_after:after{
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: url('../img/external_link.png');
	margin-left: 5px;
}*/


/* 提携銀行箇所のカスタマイズ */
.partnership_photo {
	text-align-last: center;
	margin: 0 auto;
	padding: 30px 0;
}

















/* 新規popup */
.floating-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  padding: 8px 12px 8px 8px;
  transition: 0.6s;
}

.floating-banner img {
  max-width: 250px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.close-btn {
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  margin-right: 8px;
  color: #333;
  line-height: 1;
  transition: 0.6s;
}

.open-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: #3CB8FE;
    color: #fff;
    border: none;
    /*border-radius: 5px;*/
    padding: 7px 140px;
    font-size: 16px;
    cursor: pointer;
    /* text-align: right; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.open-btn .open_class {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.9em;
  height: 0.9em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}


@media (max-width: 768px) {
  .floating-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  padding: 8px 12px 8px 8px;
  width: 70%;
}
}

.partnership_text {
	text-align: right;
}

.partnership_text p {
	font-size: 14px;
}











/* 新規スライダーUX更新 */
.logo-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 80px;
  mix-blend-mode: multiply;
}
.logo-track {
  display: flex;
  align-items: center;
  height: 100%;
  will-change: transform;
}
.logo-track img {
  height: 60px;
  margin: 0 32px;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  display: block;
}












/*2508-Navi_top改修*/
.n_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 0 40px 0;
  margin: 0 auto;
  justify-content: space-between;
}

.item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  width: calc(50% - 10px);
  box-sizing: border-box;
  font-size: 14px;
}

.icon {
  font-size: 28px;
  color: #f60;
  margin: 0 1.5vw 0 1vw;
  line-height: 1.2;
}

.orange {
  color: #f60;
  font-weight: bold;
}

.orange02 {
  color: #f60;
  font-weight: bold;
  font-size: 35px;
}

.m-example__author_text {
 font-size: 14px;
 text-align: right;
 padding: 20px 0;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin: 3.5vw 0 2.5vw 0;
}

.n_column {
    /*flex: 1 1 48%;*/
	width: 40%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	height: 500px;
}

.n_column02 {
    /*flex: 1 1 48%;*/
	width: 58%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	height: 500px;
}

.n_column h2 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin: 2vw 0;
}

.n_column02 h2 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin: 2vw 0;
}

.n_column_link {
	color: #f08404;
	font-size: 0.9rem;
}

.responsive-img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.responsive-img02 {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.caption {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
  margin-top: 2vw;
}

/*.m-company {
  margin-bottom: 5.5vw;
}*/

.n_example_title {
  margin: 7vw 0 2vw 0;
}


@media (max-width: 768px) {
  .item {
    width: 100%;
  }
	
  .column {
    flex: 1 1 100%;
  }
	
  .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin: 5.5vw 0 2.5vw 0;
}
	
 .icon {
  font-size: 28px;
  color: #f60;
  margin: 0 6vw 0 1vw;
  line-height: 1.2;
  width: 15%;
}
	
.item .text {
  width: 75%; 	
}
	
 .n_column {
    flex: 1 1 48%;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
	
 .n_column02 {
    flex: 1 1 48%;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
	
}







/*05用新規ソースコード↓ */
/*  CTAバナー全体 */
.cta-banner {
  display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e6762f;
    padding: 40px 40px;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto 6vw auto;
    border-radius: 20px;
    outline: 2px solid #FFFFFF;
    outline-offset: -15px;
	box-shadow: 2px 2px 4px gray;
}

/* テキスト部分 */
.cta-text {
  color: #000;
  line-height: 1.6;
}

.cta-text p {
  color: #fff;
}

.cta-sub {
  font-size: 25px;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.cta-main {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 1vw 0;
  /*color: #fff;*/
  text-align: center;
}

.cta_img_05 {
	width: 40%;
}

.cta-button {
	width: 60%;
	text-align: center;
}

/*  ボタン部分  */
.btn-download {
  display: inline-block;
  background-color: #fff; /* オレンジ */
  color: #e6762f;
  text-decoration: none;
  text-align: center;
  padding: 14px 150px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  transition: 0.3s;
  border-radius: 30px;
}

.btn-download:hover {
  background-color: #cf5d16; /* hover時に濃いオレンジ */
  color: #fff;
}







.cr-footer05 {
	width: 100%;
    max-width: 1240px;
    margin: 0 auto 30px auto;
    padding: 0 20px;
}

.cr-footer05 p {
	font-size: 12px;
}

.m-example__author_text2 {
 font-size: 14px;
 text-align: center;
 padding: 20px 0;
}

.m-example__author_text3 {
 font-size: 0.9rem;
 text-align: left;
 padding: 20px 0;
}

.retirement_allowance_system {
	text-align: center;
}

.structure_img {
	text-align: center;
	margin-top: 0vw !important;
}

.retirement_allowance_system_text {
	margin: 35px 0 35px 0;
    padding: 0 20px;
	/*font-size: 14px;*/
}

.retirement_allowance_system_text p {
	font-size: 0.9rem;
}

.retirement_allowance_text {
	margin: 6vw 0 3vw 0;
	font-size: 26px;
    font-weight: bold;
    color: #1e2024;
    line-height: 1;
    letter-spacing: .15em;
    text-align: center;
    position: relative;
    line-height: 2.5rem;
}

.card_s_text {
	font-weight: bold;
	font-size: 16px;
}

.m-sub_copy_s1 {
	font-size: 18px;
    font-weight: bold;
}

.m-sub_copy_s2 {
	margin-top: 1vw;
    font-size: 14px;
    text-align: center;
}

.point-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.point-card {
  position: relative;
  background: #fff;
  padding: 60px 30px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
}

.point-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e6762f;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 15px;
  line-height: 1.2;
  border-bottom-right-radius: 10px;
}

.point-badge span {
  display: block;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.point-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 2vw;
}

.point-title span {
  font-size: 14px;
}

.point-card hr {
  width: 30px;
  height: 2px;
  background-color: #e6762f;
  border: none;
  margin: 15px auto 20px;
  opacity: 30%;
}

.point-subtext {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align: center;
}

.point-small {
  font-size: 12px;
  color: #555;
  margin-top: 20px;
  text-align: left;
}

.point_sub_color {
	font-weight: bold;
	color: #e6762f;
}

.site-header {
  width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    z-index: 2;
    top: 0;
    padding: 1vw 0 0 0;
    height: 115px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-reasonFeature__txt02 {
	font-size: 16px;
}

/* --- ロゴ --- */
.logo img {
  /*height: 50px;*/
  width: 200px;
  /*position: absolute;*/
}

/* --- CTAボタン --- */
.cta-btn {
  display: inline-block;
  background-color: #e6762f; /* 通常時の背景色 */
  color: #ffffff;
  padding: 1vw 5vw;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s, transform 0.1s;
}

/* ホバー時（マウスオーバー時） */
.cta-btn:hover {
  background-color: #e6762f; /* 濃いブルー */
}

/* クリック時（押下時） */
.cta-btn:active {
  background-color: #e6762f; /* さらに濃いブルー */
  transform: scale(0.97); /* 押し込むような軽いアニメーション */
}

.m-example__author_link {
	text-decoration:underline;
	font-size: 0.9rem;
}










/*  レスポンシブ対応（スマホ）*/
@media screen and (max-width: 768px) {
  .cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 40px 0;
	margin: -30px 20px 50px 20px;
 }
	
  .cta {
	display: none;
}

  .cta-button {
    margin-top: 15px;
	width: 80%;
  }
	
  .cta-text p {
    font-size: 3.5vw;
}
	
   .container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        margin: 3vw 0;
    }
	
   .retirement_allowance_text {
	font-size: 22px;
    margin: 0;
}

  .btn-download {
    width: 100%;
    padding: 16px 0;
    font-size: 1.1rem;
  }

  .point-card {
    padding: 50px 15px 30px;
	margin: 0 0 7vw 0;
  }
  .point-badge {
    left: 0;
  }
	
	/*  ヘッダー */
	.site-header {
	width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    z-index: 2;
    top: 0;
    padding: 12.5vw 0 0 25%;
    height: auto;
}
	.container {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    margin-bottom: 10px;
  }

  .cta-btn {
    width: 100%;
    text-align: center;
  }
	
   .point-container {
    display: block;
    /*grid-template-columns: repeat(3, 1fr);*/
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}	
	
.cr-footer05 {
	width: 100%;
    margin: 5vw auto;	
}
	
}










/* 2次改修追加分 */
.card_s_text {
	font-size: 18px!important;
}
.participation_rate_sp {
	display: none;
}

.retirement_allowance_system_sp {
	display: none;
}

.structure_img_sp {
	display: none;
}


@media screen and (max-width: 768px) {
.participation_rate_pc {
	display: none;
}
.participation_rate_sp {
	display: block;
	margin-top: 5vw;
}
	
.retirement_allowance_system {
	display: none;
}
	
.structure_img {
	display: none;
}
	
.structure_img_sp {
	display: block;
	margin-top: 5vw;
}
	
.retirement_allowance_system_sp {
	display: block;
    margin-top: 5vw;
}
	
.caption {
  font-size: 12px;
  color: #555;
  line-height: 1.5;
  margin-top: 2vw;
}
	
.m-example__author_text {
 font-size: 12px;
 text-align: right;
 padding: 20px 0;
}
	
.m-example__author_text3 {
 font-size: 12px;
 text-align: left;
 padding: 20px 0;
}

.m-example__author_link {
 text-decoration:underline;
 font-size: 12px;
}
	
.retirement_allowance_system_text p {
	font-size: 12px;
}
	
.retirement_allowance_system {
    text-align: center;
    margin-top: 5vw;
}
	
.m-hdg-br {
	display: none;
}
	
.retirement_allowance_system_text {
    margin: 35px 0 0 0;
    padding: 0;
    /* font-size: 14px; */
}
	
}