@charset "UTF-8";
@media screen and (min-width: 768px),print {
#reform_menu {
    max-width: 1830px;
    width: 100%;
    margin-inline: auto;
    position: relative;
}
a[name^="link"] {
    position: relative;
    display: block;
    top: -120px; 
}

/* mv
-------------------------------------*/
.mv {
    background: url(../images/reform_menu/mv-bg.png)no-repeat;
    background-size: contain;
    position: relative;
}
.mv::before {
    position: absolute;
    content: "";
    background: url(../images/reform_menu/bottom-sec-deco.png) no-repeat;
    background-size: contain;
    width: 56px;
    height: 65px;
    top: -31px;
    left: 50%;
    transform: translateX(-50%);
}
.mv .inner{
    width: min(95%, 1100px);
    margin-inline: auto;
    position: relative;
    text-align: center;
    padding: 61px 0 70px;
}
.mv .inner::before {
    position: absolute;
    content: "";
    background: url(../images/reform_menu/mv-human01.png)no-repeat;
    background-size: contain;
    width: 163px;
    height: 336px;
    top: 34px;
    left: 51px;
}
.mv .inner::after {
    position: absolute;
    content: "";
    background: url(../images/reform_menu/mv-human02.png)no-repeat;
    background-size: contain;
    width: 155px;
    height: 336px;
    top: 35px;
    right: 77px;
}
.mv h2 {
    font-weight: 900;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 1.4444;
    text-align: center;
    display: inline-block;
}
.mv h2 span {
    font-weight: bold;
    font-size: 60px;
    letter-spacing: 0.03em;
    line-height: 1;
    text-align: center;
    color: #0249ad;
    background: #fff;
    border: 1px solid #252525;
    display: block;
    margin: 11px 0 20px;
    padding: 11px 15px 16px;
}
.mv .subt {
    font-weight: 900;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 1.27777;
    text-align: center;
    color: #fff;
    background: #0249AD;
    margin-bottom: 40px;
    display: inline-block;
    padding: 1px 6px;
}
.mv .menu-box {
    border-radius: 10px;
    background: #eae3d3;
    padding: 46px 27px 37px 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 19px 5px;
}

/* sec
-------------------------------------*/
.section-wrap {
    background: #f2f0eb;
    padding: 145px 0 203px;
    display: grid;
    gap: 139px;
    margin-bottom: -185px;
}

.sec {
    width: min(95%, 1100px);
    margin-inline: auto;
    border: 1px solid #252525;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
    position: relative;
}
.sec::before {
    position: absolute;
    content: "";
    width: 91px;
    height: 91px;
    top: -79px;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.sec h3{
    font-weight: 900;
    font-size: 36px;
    letter-spacing: 0.02em;
    line-height: 1.3333;
    text-align: center;
    color: #fff;
    background: #0249ad;
    padding: 23px 0;
}
.sec .content{
    background: #fff;
    border: 1px solid #c5c5c5;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
    padding: 42px 0 0;
}
.sec .content .inBox {
    width: min(95%, 1000px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 44% 1fr;
    gap: 40px;
    padding-bottom: 42px;
}
.sec .content .inBox .txt {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 32px;
}
.sec .content .inBox .txt:nth-last-of-type(1) {
    margin-bottom: 0;
}
.sec .content .inBox .photo{padding: 5px 0 0;}
.sec .content .recommend-box {
    background: #f7f6f3;
    text-align: center;
    padding: 20px 82px 46px;
}
.sec .content .recommend-box h4 {
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    background: url(../images/reform_menu/recommend-ttl-bg.png)no-repeat center bottom;
    background-size: contain;
    padding: 0 115px 19px 11px;
    position: relative;
    display: inline-block;
    margin-bottom: 23px;
}
.sec .content .recommend-box h4::after {
    position: absolute;
    content: "";
    background: url(../images/reform_menu/recommend-human.png)no-repeat;
    background-size: contain;
    width: 97px;
    height: 101px;
    top: -40px;
    right: 11px;
}
.sec .content .recommend-box h4 span {
    font-size: 36px;
    line-height: 1.4444;
    letter-spacing: 0.05em;
}
.sec .content .recommend-box .list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
}
.sec .content .recommend-box .list li{
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    border-bottom: 1px solid #D1D1D1;
    position: relative;
    padding: 0 0 6px 45px;
    text-align: left;
}
.sec .content .recommend-box .list li::before {
    position: absolute;
    content: "";
    background: url(../images/reform_menu/check-icon.svg)no-repeat;
    background-size: contain;
    width: 29px;
    height: 29px;
    top: 0;
    left: 11px;
}
.sec .content .link-box {
    padding: 42px 0 48px;
}
.sec .content .link-box .list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 38px;
    width: min(95%, 1000px);
    margin-inline: auto;
}
.sec .content .link-box .list li a {box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);width: 220px;display: block;height: 160px;border-radius: 6px;}
.sec .content .link {
    padding: 42px 0 48px;
    text-align: center;
}
.sec .content .link a {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: block;
    width: 460px;
    height: 120px;
    margin-inline: auto;
    border-radius: 6px;
}

/* sec01
-------------------------------------*/
.sec01::before {
    background: url(../images/reform_menu/sec01-icon.png)no-repeat center / contain;
}
.sec01 .content .recommend-box .list li{
    width: 320px;
}
.sec01 .content .recommend-box .list li:nth-child(2),
.sec01 .content .recommend-box .list li:nth-child(5) {
    width: 250px;
}

/* sec02
-------------------------------------*/
.sec02::before {
    background: url(../images/reform_menu/sec02-icon.png)no-repeat center / contain;
}
.sec02 .content .recommend-box {
    padding: 20px 71px 46px;
}
.sec02 .content .recommend-box .list li{
    width: 420px;
}
.sec02 .content .recommend-box .list li:nth-child(2),
.sec02 .content .recommend-box .list li:nth-child(5) {
    width: 270px;
}
.sec02 .content .recommend-box .list li:nth-child(3) {
    width: 220px;
}

/* sec03
-------------------------------------*/
.sec03::before {
    background: url(../images/reform_menu/sec03-icon.png)no-repeat center / contain;
}
.sec03 .content .recommend-box {
    padding: 20px 78px 46px;
}
.sec03 .content .recommend-box .list li:nth-child(odd) {
    width: 360px;
}
.sec03 .content .recommend-box .list li:nth-child(even) {
    width: 560px;
}

/* sec04
-------------------------------------*/
.sec04::before {
    background: url(../images/reform_menu/sec04-icon.png)no-repeat center / contain;
}
.sec04 .content .recommend-box {
    padding: 20px 67px 46px;
}
.sec04 .content .recommend-box .list li:nth-child(1),
.sec04 .content .recommend-box .list li:nth-child(4) {
    width: 390px;
}
.sec04 .content .recommend-box .list li:nth-child(2),
.sec04 .content .recommend-box .list li:nth-child(5) {
    width: 281px;
}
.sec04 .content .recommend-box .list li:nth-child(3) {
    width: 250px;
}

/* sec05
-------------------------------------*/
.sec05::before {
    background: url(../images/reform_menu/sec05-icon.png)no-repeat center / contain;
}
.sec05 .content .recommend-box {
    padding: 20px 163px 46px;
}
.sec05 .content .recommend-box .list li:nth-child(odd) {
    width: 290px;
}
.sec05 .content .recommend-box .list li:nth-child(even) {
    width: 460px;
}

/* sec06
-------------------------------------*/
.sec06::before {
    background: url(../images/reform_menu/sec06-icon.png)no-repeat center / contain;
}
.sec06 .content .recommend-box {
    padding: 20px 132px 46px;
}
.sec06 .content .recommend-box .list li:nth-child(odd) {
    width: 470px;
}
.sec06 .content .recommend-box .list li:nth-child(even) {
    width: 340px;
}

/* sec07
-------------------------------------*/
.sec07::before {
    background: url(../images/reform_menu/sec07-icon.png)no-repeat center / contain;
}
.sec07 .content .recommend-box {
    padding: 20px 67px 46px;
}
.sec07 .content .recommend-box .list li:nth-child(odd) {
    width: 550px;
}
.sec07 .content .recommend-box .list li:nth-child(even) {
    width: 390px;
}

/* sec08
-------------------------------------*/
.sec08::before {
    background: url(../images/reform_menu/sec08-icon.png)no-repeat center / contain;
}
.sec08 .content .recommend-box {
    padding: 20px 0 46px;
}
.sec08 .content .recommend-box .list {
    display: grid;
    width: min(95%, 780px);
    margin-inline: auto;
}
.sec08 .content .recommend-box .list li {width: 100%;}


/* sec09
-------------------------------------*/
.sec09::before {
    background: url(../images/reform_menu/sec09-icon.png)no-repeat center / contain;
}
.sec09 .content .inBox {padding-bottom: 0;}
.sec09 .content .link {padding: 29px 0 48px;}
}


@media screen and (max-width: 767px) {
a[name^="link"] {
    position: relative;
    display: block;
    top: -17vw; 
}
/* mv
-------------------------------------*/
.mv {
    background: url(../images/reform_menu/mv-bg_sp.png)no-repeat;
    background-size: contain;
    position: relative;
    margin-top: 14vw;
}
.mv::before {
    position: absolute;
    content: "";
    background: url(../images/reform_menu/sp-bottom-sec-deco.png) no-repeat;
    background-size: contain;
    width: 11.11vw;
    height: 13.04vw;
    top: -7vw;
    left: 50%;
    transform: translateX(-50%);
}
.mv .inner{
    position: relative;
    text-align: center;
    padding: 8vw 0 10vw;
}
.mv .inner::before {
    position: absolute;
    content: "";
    background: url(../images/reform_menu/mv-human01_sp.png)no-repeat;
    background-size: contain;
    width: 17.15vw;
    height: 27.29vw;
    top: 32.5vw;
    left: 7vw;
}
.mv .inner::after {
    position: absolute;
    content: "";
    background: url(../images/reform_menu/mv-human02_sp.png)no-repeat;
    background-size: contain;
    width: 16.43vw;
    height: 27.29vw;
    top: 32.5vw;
    right: 7vw;
}
.mv h2 {
    font-weight: 900;
    font-size:5.314vw;
    letter-spacing: 0.05em;
    line-height: 1.04545;
    text-align: center;
    display: inline-block;
    margin-bottom: 2.5vw;
}
.mv h2 span {
    font-weight: bold;
    font-size:8.696vw;
    letter-spacing: 0.03em;
    line-height: 1;
    text-align: center;
    color: #0249ad;
    background: #fff;
    border: 0.2vw solid #252525;
    display: block;
    margin: 2vw 0 1vw;
    padding: 2vw 1vw;
    width: 84vw;
}
.mv .subt {
    font-weight: 900;
    font-size:5.314vw;
    letter-spacing: 0.05em;
    line-height: 1.2727;
    text-align: center;
    color: #fff;
    margin-bottom: 3.5vw;
}
.mv .subt span {
    background: #0249AD;
    display: inline-block;
    padding: 0vw 1vw 0.8vw;
    margin: 0 0 0.8vw;
}
.mv .menu-box {
    background: #eae3d3;
    padding: 7vw 2.2vw 3vw;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1vw 1.9vw;
}

/* sec
-------------------------------------*/
.section-wrap {
    background: #f2f0eb;
    padding: 21vw 0 8vw;
    display: grid;
    gap: 28vw;
}

.sec {
    width:94.20vw;
    margin-inline: auto;
    border: 0.2vw solid #252525;
    position: relative;
}
.sec::before {
    position: absolute;
    content: "";
    width: 18.12vw;
    height: 18.12vw;
    top: -16vw;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.sec h3{
    font-weight: 900;
    font-size:5.797vw;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: center;
    color: #fff;
    background: #0249ad;
    padding: 2vw 0 3.4vw;
}
.sec .content{
    background: #fff;
    border: 0.2vw solid #c5c5c5;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);   
}
.sec .content .inBox {
    display: grid;
    padding: 4vw 0 8vw;
    width: 82.13vw;
    margin-inline: auto;
    gap: 1.6vw;
}
.sec .content .inBox .txt {
    font-weight: 500;
    font-size:3.865vw;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 7.8vw;
}
.sec .content .inBox .txt:nth-last-of-type(1) {
    margin-bottom: 0;
}
.sec .content .recommend-box {
    background: #f7f6f3;
    text-align: center;
    padding: 5.6vw 5.55vw 7vw;
}
.sec .content .recommend-box h4 {
    font-weight: 900;
    font-size:4.348vw;
    letter-spacing: 0.05em;
    text-align: center;
    background: url(../images/reform_menu/recommend-ttl-bg_sp.png)no-repeat center bottom;
    background-size: contain;
    padding: 0 20.2vw 4vw 2vw;
    position: relative;
    display: inline-block;
    margin-bottom: 4.2vw;
}
.sec .content .recommend-box h4::after {
    position: absolute;
    content: "";
    background: url(../images/reform_menu/recommend-human_sp.png)no-repeat;
    background-size: contain;
    width: 17.87vw;
    height: 18.84vw;
    top: -7.5vw;
    right: 2vw;
}
.sec .content .recommend-box h4 span {
    font-size:6.522vw;
    line-height: 1.4444;
    letter-spacing: 0.05em;
}
.sec .content .recommend-box .list {
    display: grid;
    gap: 2.85vw;
}
.sec .content .recommend-box .list li{
    font-size:3.865vw;
    letter-spacing: 0.05em;
    line-height: 1.625;
    border-bottom: 0.2vw solid #D1D1D1;
    position: relative;
    padding: 0 0 2.5vw 10vw;
    text-align: left;
}
.sec .content .recommend-box .list li::before {
    position: absolute;
    content: "";
    background: url(../images/reform_menu/check-icon.svg)no-repeat;
    background-size: contain;
    width: 7.00vw;
    height: 7.00vw;
    top: -0.5vw;
    left: 2vw;
}
.sec .content .link-box {
    width: 82.13vw;
    margin-inline: auto;
    padding: 5.8vw 0 5vw;
}
.sec .content .link-box .list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4.6vw;
}
.sec .content .link-box li:not(:first-child) {
    margin-top: -1.8vw;
}
.sec .content .link-box .list li a {
    display: block;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.sec .content .link {
    text-align: center;
    padding: 6.6vw 0 4.5vw;
    width: 82.13vw;
    margin-inline: auto;
}
.sec .content .link a {
    display: block;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

/* sec01
-------------------------------------*/
.sec01::before {
    background: url(../images/reform_menu/sec01-icon.png)no-repeat center / contain;
}

/* sec02
-------------------------------------*/
.sec02::before {
    background: url(../images/reform_menu/sec02-icon.png)no-repeat center / contain;
}

/* sec03
-------------------------------------*/
.sec03::before {
    background: url(../images/reform_menu/sec03-icon.png)no-repeat center / contain;
}

/* sec04
-------------------------------------*/
.sec04::before {
    background: url(../images/reform_menu/sec04-icon.png)no-repeat center / contain;
}

/* sec05
-------------------------------------*/
.sec05::before {
    background: url(../images/reform_menu/sec05-icon.png)no-repeat center / contain;
}

/* sec06
-------------------------------------*/
.sec06::before {
    background: url(../images/reform_menu/sec06-icon.png)no-repeat center / contain;
}

/* sec07
-------------------------------------*/
.sec07::before {
    background: url(../images/reform_menu/sec07-icon.png)no-repeat center / contain;
}

/* sec08
-------------------------------------*/
.sec08::before {
    background: url(../images/reform_menu/sec08-icon.png)no-repeat center / contain;
}

/* sec09
-------------------------------------*/
.sec09::before {
    background: url(../images/reform_menu/sec09-icon.png)no-repeat center / contain;
}

}
