@charset "utf-8";

body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

.org-header {
    height: 0;
}

#content,
#contents,
.l-main {
    width: 100%;
    padding-bottom: 0;
    background-color: #fff;
}

.org-main * {
    font-family: "Noto Sans JP";
    color: #4D3939;
}

.section__inner {
    width: 1140px;
    margin: 0 auto;
}

[class*="section__headline--"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 40px;
    font-weight: 700;
    color: #4D3939;
    margin-bottom: 31px;
    position: relative;
    z-index: 1;
}

[class*="section__headline--"] span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #FF5C21;
    text-align: center;
    position: relative;
    /* display: none; */
}

[class*="section__headline--"] span::before,
[class*="section__headline--"] span::after {
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    background: #FF5C21;
    position: absolute;
    top: -2px;
}

[class*="section__headline--"] span::before {
    left: -13px;
    transform: rotate(-19deg);
}

[class*="section__headline--"] span::after {
    right: -11px;
    transform: rotate(19deg);
}

[class*="section__headline--"]::before {
    content: '';
    display: block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.flow__section .section__headline--pink::before {
    top: -29px;
}

.section__headline--pink::before {
    background: #FFE7E0;
}

.section__headline--yellow::before {
    background: #FFFBE9;
}

.l-main a * {
    transition: .4s;
}

.bg__wrapper {
    background: url(../images/bg_top.webp) no-repeat top center / cover;
    padding-top: 148px;
}

#flow,
#preparation,
#thinking,
#expenses,
#point {
    padding-top: 120px;
    margin-top: -120px;
}

/* mv */
/* Figma catch_list: W1140, column, align center, gap 30 */
.mv__inner {
    box-sizing: border-box;
    width: 1140px;
    margin: 0 auto;
    padding-bottom: 99px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Figma catch: column, align center, gap 10 */
.mv__headline {
    margin: 0 0 32px;
}

/* Figma: Noto Sans JP 700 60px lh1.2, #DE6A6F */
.mv__headline-line {
    margin: 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
}

.mv__headline-line--orange {
    font-size: 66px;
    line-height: 1.2;
    color: #FF5C21;
}

/* Figma: Noto Sans JP 700 50px lh1.2, #1169AB */
.mv__headline-line--blue {
    font-size: 66px;
    line-height: 1.2;
    color: #1169AB;
}

/* Figma: Noto Sans 700 20px lh1.7, #4D3939 */
.mv__lead {
    margin: 0 0 30px;
    font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    color: #4D3939;
    text-align: center;
}

/* Figma mv_btn_list: row, gap 20, 5×212 + 4×20 = 1140 */
.mv__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mv__item {
    width: 212px;
    flex-shrink: 0;
}

.mv__item__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Figma btn frame: 212×70, padding 19 16, fill #DE6A6F, radius 10, shadow; arrow abs x179 y32, 9×6 */
.mv__item__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 212px;
    height: 70px;
    padding: 19px 34px 19px 20px;
    background-color: #FF5C21;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
    transition: 0.4s;
}

.mv__item__link:hover .mv__item__btn {
    background-color: #fff;
    transition: 0.4s;
}

.mv__item__text {
    display: block;
    box-sizing: border-box;
    width: 157px;
    margin: 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

.mv__item__link:hover .mv__item__text {
    color: #FF5C21;
}

.mv__item__arrow {
    position: absolute;
    top: 42%;
    right: 30px;
    width: 8px;
    height: 11px;
    transform: rotate(90deg) translateY(-50%);
    color: #fff;
    pointer-events: none;
    flex-shrink: 0;
    display: block;
    fill: none;
}

.mv__item__arrow path {
    color: #fff;
}

.mv__item__link:hover .mv__item__arrow path {
    color: #FF5C21;
}

.mv__item__link:focus {
    outline: none;
}

.mv__item__link:focus-visible .mv__item__btn {
    outline: 2px solid #1169AB;
    outline-offset: 2px;
}


.flow__section {
    padding: 30px 0 70px;
}

.flow__contents {
    display: flex;
    gap: 0 40px;
    position: relative;
    z-index: 1;
}

.flow__left-list {
    min-width: 80px;
    position: relative;
}

.flow__left-item--01 {
    position: absolute;
    top: 0;
    left: 0;
}

.flow__left-item--02 {
    position: absolute;
    top: 858px;
    left: 0;
}

.flow__left-item--03 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.flow__list {
    max-width: 1020px;
}

[class*="flow__item--"] {
    display: flex;
    gap: 30px;
    padding: 30px;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

[class*="flow__item--"]:not(:last-child) {
    margin-bottom: 20px;
}

[class*="flow__item--"]:first-child {
    margin-bottom: 23px;
}

.flow__item--first {
    .flow__number {
        background: #FAB340;
    }

    .flow__title {
        color: #FAB340;
    }
}

.flow__item--middle {
    .flow__number {
        background: #FF8B42;
    }

    .flow__title {
        color: #FF8B42;
    }
}

.flow__item--last {
    .flow__number {
        background: #FF5C21;
    }

    .flow__title {
        color: #FF5C21;
    }
}

.flow__number {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    padding: 24px 0 0 34px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 1.18;
    color: #FFF;
    font-family: "Zen Maru Gothic";
    position: absolute;
    top: -16px;
    left: -16px;
}

.flow__number span {
    display: block;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.36px;
    color: #FFF;
    font-family: "Zen Maru Gothic";
    position: relative;
    bottom: 2px;
}

.flow__image {
    min-width: 277px;
}

.flow__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.417;
    margin-bottom: 10px;
}

.flow__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.813;
    color: #4D3939;
}

.flow__more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 327px;
    height: 60px;
    padding-left: 12px;
    background: #FF5C21;
    border-radius: 99999px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.44);
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    margin-top: 10px;
    position: relative;
    transition: 0.4s;
}

.flow__more a:hover {
    color: #FF5C21;
    background: #fff;
    transition: 0.4s;
}

.icon-satei {
    width: 30px;
    height: 30px;
    fill: none;
    color: #FFF;
    position: absolute;
    top: 15px;
    left: 57px;
    transition: 0.4s;
}

.icon-satei use {
    color: #fff;
    transition: 0.4s;
}

.flow__more a:hover .icon-satei use {
    color: #FF5C21;
    transition: 0.4s;
}

.more__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
    transition: 0.4s;
}

.icon-arrow {
    width: 8px;
    height: 11px;
    fill: none;
    color: #FF5C21;
    transition: 0.4s;
}

.icon-arrow use {
    color: #FF5C21;
    transition: 0.4s;
}

.flow__more a:hover .more__arrow {
    background: #FF5C21;
    transition: 0.4s;
}

.flow__more a:hover .icon-arrow use {
    color: #fff;
    transition: 0.4s;
}

.preparation__section {
    padding: 70px 0;
}

.section__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.813;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.preparation__item {
    display: flex;
    gap: 0 40px;
    overflow: hidden;
    background: #FFF2EE;
}

.preparation__item:not(:last-child) {
    margin-bottom: 15px;
}

.preparation__image {
    min-width: 410px;
    position: relative;
}

.preparation__label {
    display: flex;
    align-items: center;
    gap: 0 10px;
    background: #FF5C21;
    width: fit-content;
    padding: 12px 29px 17px 23px;
    border-radius: 10px 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.preparation__number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 51px;
    height: 50px;
    background: url(../images/img_preparation-bg.webp) no-repeat center / cover;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1.08px;
    color: #FF5C21;
    font-family: "Zen Maru Gothic";
    position: relative;
    top: 2px;
}

.preparation__title {
    font-size: 26px;
    font-weight: 600;
    color: #FFF;
}

.preparation__title span {
    font-size: 26px;
    font-weight: 700;
    color: #FFE100;
}

.preparation__detail {
    padding: 30px 40px 30px 0;
}

.preparation__box:not(:last-of-type) {
    margin-bottom: 15px;
}

.preparation__box-title {
    display: flex;
    align-items: center;
    gap: 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #4D3939;
    margin-bottom: 5px;
    line-height: 1.7;
}

.preparation__box-title::before {
    content: '';
    background: url(../images/img_preparation-check.webp) no-repeat center / cover;
    display: block;
    width: 26px;
    height: 26px;
}

.preparation__box-text {
    font-size: 16px;
    font-weight: 500;
    color: #4D3939;
    line-height: 1.813;
}

.preparation__box-list {
    display: grid;
    grid-template-columns: 240px 250px;
    gap: 5px 0;
    margin-top: 2px;
}

.preparation__box-item {
    font-size: 16px;
    font-weight: 500;
    color: #4D3939;
}

.thinking__section {
    padding: 68px 0 70px;
    background: #FFF2EE;
}

.thinking__panel {
    background: #fff;
    border-radius: 10px;
}

.thinking__panel:not(:last-child) {
    margin: 0 0 30px;
}

.thinking__panel h3 {
    text-align: center;
    background: #FFD009;
    padding: 29px 0 26px;
    border-radius: 10px 10px 0 0;
}

.thinking__panel h3 span {
    color: #4D3939;
    font-size: 26px;
    position: relative;
    line-height: 1;
    padding: 0 0 0 60px;
}

.thinking__panel h3 span:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/icn_light.webp) no-repeat center / cover;
    width: 46px;
    height: 46px;
    left: 0;
    bottom: -2px;
}

.thinking__what-list {
    padding: 30px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.thinking__what-item h4 {
    font-size: 20px;
    line-height: 1.7;
    margin: 0 0 8px;
    padding: 0 0 0 22px;
    position: relative;
}

.thinking__what-item h4:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: #FF5C21;
    border-radius: 9999px;
}

.thinking__what-item p {
    font-size: 16px;
    line-height: 1.813;
    font-weight: 500;
}

.thinking__what-item p:not(:last-child) {
    margin: 0 0 8px;
}

.thinking__why-panel {
    display: flex;
    gap: 30px;
    padding: 30px 40px 54px;
}

.thinking__why-detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.thinking__why-detail p {
    font-size: 16px;
    line-height: 1.813;
    font-weight: 500;
}

.thinking__why-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.thinking__why-item {
    font-size: 16px;
    position: relative;
    padding: 0 0 0 34px;
    font-weight: 700;
    line-height: 1.813;
}

.thinking__why-item:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: url(../images/img_preparation-check.webp) no-repeat center / cover;
}

.thinking__why-img {
    width: 519px;
}

.expenses__section {
    padding: 69px 0 70px;
}

.expenses__panel {
    background: #FFF9E2;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.expenses__panel:not(:last-child) {
    margin: 0 0 30px;
}

.expenses__panel h3 {
    text-align: center;
    background: #FFD009;
    padding: 29px 0 26px;
    border-radius: 10px 10px 0 0;
}

.expenses__panel h3 span {
    color: #4D3939;
    font-size: 26px;
    position: relative;
    line-height: 1;
    padding: 0 0 0 58px;
}

.expenses__panel h3 span:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/icn_light.webp) no-repeat center / cover;
    width: 46px;
    height: 46px;
    left: 0;
    bottom: -2px;
}

.expenses__rest {
    padding: 30px 40px 40px;
}

.expenses__rest p {
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 600;
    margin: 0 0 20px;
}

.expenses__rest p span {
    color: #FF5C21;
}

.expenses__rest-list {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 0 0 30px;
}

[class^="expenses__rest-item--"] {
    width: 176px;
    height: 181px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: center;
    position: relative;
}

[class^="expenses__rest-item--"]:not(:last-of-type):after {
    position: absolute;
    content: "";
    display: block;
    background: #4D3939;
    right: -50px;
    top: 58px;
    width: 40px;
    height: 4px;
    border-radius: 9999px;
}

.expenses__rest-item--3:before {
    position: absolute;
    content: "";
    display: block;
    background: #FF5C21;
    width: 40px;
    height: 4px;
    border-radius: 9999px;
    right: -50px;
    top: 50px;
}

.expenses__rest-item--3:not(:last-of-type):after {
    background: #FF5C21;
    top: 65px;
}

.expenses__rest-detail h4 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 8px;
}

.expenses__rest-detail p {
    font-size: 16px;
    margin: 0;
    line-height: 1;
}

.expenses__rest--bottom {
    display: flex;
    gap: 20px;
}

[class^="expenses__rest--tax"] {
    background: #fff;
    border-radius: 10px;
    padding: 24px 21px 25px;
    flex: 1;
}

[class^="expenses__rest--tax"] h4 {
    font-size: 20px;
    line-height: 1.7;
    margin: 0 0 11px;
    position: relative;
    padding: 0 0 0 42px;
}

[class^="expenses__rest--tax"] h4:before {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: #4D3939;
    border-radius: 9999px;
    color: #fff;
    line-height: 1;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Zen Maru Gothic";
    font-weight: 500;
}

.expenses__rest--tax1 h4:before {
    content: "01";
}

.expenses__rest--tax2 h4:before {
    content: "02";
}

[class^="expenses__rest--tax"] h4 span {
    font-size: 14px;
}

[class^="expenses__rest--tax"] p {
    text-align: left;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
}

[class^="expenses__rest--tax"] .expenses__rest-paragraph {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 10px;
}

[class^="expenses__rest--tax"] .expenses__rest-paragraph:last-child {
    margin: 0;
}

.expenses__case-panel {
    padding: 30px 40px 20px;
}

.expenses__case-detail p {
    font-size: 16px;
    line-height: 1.813;
    font-weight: 500;
}

.expenses__case-list {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.expenses__case-item h4 {
    font-size: 20px;
    margin: 0 0 8px;
    padding: 0 0 0 22px;
    position: relative;
}

.expenses__case-item h4:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #FF5C21;
    width: 14px;
    height: 14px;
    border-radius: 9999px;
}

.expenses__case-item h4 span {
    color: #FF5C21;
    font-family: "Noto Sans";
    line-height: 1.7;
}

.expenses__case-item p {
    font-size: 16px;
    line-height: 1.813;
    font-weight: 500;
}

.expenses__case-item p:not(:last-child) {
    margin: 0 0 8px;
}

.point__section {
    padding: 70px 0;
    background: #FFF2EE;
}

.point__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    z-index: 1;
}

.point__item {
    padding: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
}

.point__item:nth-child(even) {
    flex-direction: row-reverse;
}

.point__detail {
    flex: 1;
}

.point__detail h3 {
    color: #FF5C21;
    font-size: 26px;
    line-height: 1.385;
    height: 50px;
    padding: 0 0 4px 0;
    margin: 0 0 24px;
    display: flex;
    align-items: center;
}

.point__detail h3 span {
    width: 51px;
    height: 50px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/img_point-bg.webp) no-repeat center / cover;
    position: relative;
    top: 1px;
    margin: 0 9px 0 0;
    text-align: center;
    line-height: 1;
    font-family: "Zen Maru Gothic";
    color: #fff;
}

.point__txt {
    font-size: 16px;
    line-height: 1.813;
    font-weight: 600;
}

.point__check--wrapper {
    margin: 10px 0;
}

.point__check--txt {
    font-size: 16px;
    line-height: 1.813;
    font-weight: 500;
}

.point__check--list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
    margin: 5px 0;
}

.point__item:nth-child(even) .point__check--list {
    width: 430px;
}

.point__check--item {
    font-size: 16px;
    line-height: 1.813;
    font-weight: 700;
    padding: 0 0 0 34px;
    width: 306px;
    position: relative;
}

.point__item:nth-child(even) .point__check--item {
    width: auto;
    min-width: 178px;
}

.point__item:last-of-type .point__check--item {
    width: 242px;
}

.point__check--item:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: url(../images/icn_check.webp) no-repeat center / cover;
}

.point__img {
    width: 338px;
}

.guide-book {
    position: relative;
    background-color: #fff;
    padding: 70px 0;
    overflow: hidden;
}

.guide-book__inner {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.guide-book__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 5px;
    margin: 0;
}

.guide-book__sub {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 9px;
    margin: 0;
}

.guide-book__sub-line {
    display: block;
    width: 2px;
    height: 21px;
    background-color: #ff5c21;
    flex-shrink: 0;
}

.guide-book__sub-line:first-child {
    transform: rotate(-19deg);
}

.guide-book__sub-text {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #ff5c21;
    text-align: center;
}

.guide-book__sub-line:last-child {
    transform: rotate(19deg);
}

.guide-book__decoration {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #FFFBE9;
    pointer-events: none;
}

.guide-book__title {
    margin: 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    color: #4d3939;
    text-align: center;
}

.guide-book__contents {
    position: relative;
    width: 1140px;
    height: 334px;
}

.guide-book__card {
    position: relative;
    box-sizing: border-box;
    width: 1140px;
    height: 334px;
}

.guide-book__appeal {
    position: absolute;
    left: -31px;
    top: -31px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 156px;
    height: 156px;
    pointer-events: none;
}

.guide-book__appeal-img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 156px;
    height: 156px;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.guide-book__card-inner {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    width: 1140px;
    height: 334px;
    padding: 20px 60px 20px 20px;
    background-color: #fff2ee;
    border-radius: 10px;
}

.guide-book__figure {
    display: block;
    margin: 0;
    flex-shrink: 0;
}

.guide-book__cover {
    display: block;
    width: 570px;
    height: 294px;
    border-radius: 10px;
    object-fit: cover;
}

.guide-book__body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: 440px;
    flex-shrink: 0;
}

.guide-book__lead {
    margin: 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    color: #4d3939;
    text-align: left;
}

.guide-book__cta {
    position: relative;
    align-self: stretch;
    box-sizing: border-box;
    width: 440px;
    min-height: 80px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
    border-radius: 99999px;
}

.guide-book__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 440px;
    height: 80px;
    padding: 17px 0;
    background-color: #ff5c21;
    border-radius: 99999px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .4s;
}

.guide-book__btn:hover {
    background-color: #fff;
    color: #ff5c21;
    transition: .4s;
}

.guide-book__btn-icon {
    position: absolute;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 52px;
    height: 52px;
    background: url(../images/icon_download.webp) no-repeat center / contain;
}

.guide-book__btn:hover .guide-book__btn-icon {
    background: url(../images/icon_download-on.webp) no-repeat center / contain;
}

.contact {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 70px 0 0;
}

.contact__decoration {
    position: absolute;
    left: 50%;
    top: 30px;
    z-index: 1;
    width: 170px;
    height: 170px;
    margin-left: -85px;
    border-radius: 50%;
    background-color: #fff1d5;
    pointer-events: none;
}

.contact__hero {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 80px;
}

.contact {
    height: 663px;
    background: url(../images/bg_contact.webp) center center / cover no-repeat;
}

.contact__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    box-sizing: border-box;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}

.contact__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.contact__sub {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 9px;
    margin: 0;
}

.contact__sub-line {
    display: block;
    width: 2px;
    height: 21px;
    background-color: #4d3939;
    flex-shrink: 0;
}

.contact__sub-line:first-child {
    transform: rotate(-19deg);
}

.contact__sub-line:last-child {
    transform: rotate(19deg);
}

.contact__sub-text {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #4d3939;
    text-align: center;
}

.contact__title {
    margin: 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    color: #4d3939;
    text-align: center;
}

.contact__subject {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    box-sizing: border-box;
    width: 1140px;
    max-width: 100%;
    padding: 40px 60px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
}

.contact__caption {
    margin: 0;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    color: #4d3939;
    text-align: center;
}

.contact__btn-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact__btn-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 327px;
    flex-shrink: 0;
    margin: 0;
}

.contact__bubble {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 220px;
    height: 49px;
    margin: 0 0 -17px;
    padding: 0 0 10px;
    background: url(../images/bg_contact_fukidashi.webp) center center / cover no-repeat;
    border-radius: 99999px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #4d3939;
    text-align: center;
}

.contact__btn-wrap {
    position: relative;
    align-self: stretch;
    box-sizing: border-box;
    width: 327px;
    height: 80px;
}

.contact__btn {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    width: 327px;
    height: 80px;
    padding: 17px 28px 17px 0;
    border-radius: 99999px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.44);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    text-align: left;
    text-decoration: none;
}

.contact__btn:hover {
    opacity: 0.92;
}

.contact__btn--assessment {
    background-color: #ff5c21;
    transition: .4s;
}

.contact__btn--line {
    background-color: #06c152;
    transition: .4s;
}

.contact__btn--mail {
    background-color: #1169ab;
    transition: .4s;
}

.contact__btn--assessment:hover {
    background-color: #fff;
}

.contact__btn--assessment:hover .contact__btn-label {
    color: #ff5c21;
}

.contact__btn--line:hover {
    background-color: #fff;
}

.contact__btn--line:hover .contact__btn-label {
    color: #06c152;
}

.contact__btn--mail:hover {
    background-color: #fff;
}

.contact__btn--mail:hover .contact__btn-label {
    color: #1169ab;
}

.contact__btn-ico {
    display: block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    object-fit: contain;
}

.contact__btn--assessment .contact__btn-ico-bg {
    background: url(../images/icon_contact_calc.webp) no-repeat center / cover;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.contact__btn--assessment:hover .contact__btn-ico-bg {
    background: url(../images/icon_contact_calc_hover.webp) no-repeat center / cover;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.contact__btn--line .contact__btn-ico-bg {
    background: url(../images/icon_contact_line.webp) no-repeat center / cover;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.contact__btn--line:hover .contact__btn-ico-bg {
    background: url(../images/icon_contact_line_hover.webp) no-repeat center / cover;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.contact__btn--mail .contact__btn-ico-bg {
    background: url(../images/icon_contact_mail.webp) no-repeat center / cover;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.contact__btn--mail:hover .contact__btn-ico-bg {
    background: url(../images/icon_contact_mail_hover.webp) no-repeat center / cover;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.contact__btn-label {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    display: block;
    color: #fff;
}

.contact__btn-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    flex-shrink: 0;
    pointer-events: none;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.contact__btn--assessment:hover .contact__btn-arrow {
    background-color: #ff5c21;
}

.contact__btn--line:hover .contact__btn-arrow {
    background-color: #06c152;
}

.contact__btn--mail:hover .contact__btn-arrow {
    background-color: #1169ab;
}

.contact__btn-arrow svg {
    width: 8px;
    height: 11px;
}

.contact__btn--assessment .contact__btn-arrow svg {
    fill: #FF5C21;
    stroke: #FF5C21;
}

.contact__btn--line .contact__btn-arrow svg {
    fill: #06c152;
    stroke: #06c152;
}

.contact__btn--mail .contact__btn-arrow svg {
    fill: #1169ab;
    stroke: #1169ab;
}

.contact__btn--assessment:hover .contact__btn-arrow svg {
    fill: #fff;
    stroke: #fff;
}

.contact__btn--line:hover .contact__btn-arrow svg {
    fill: #fff;
    stroke: #fff;
}

.contact__btn--mail:hover .contact__btn-arrow svg {
    fill: #fff;
    stroke: #fff;
}

.contact__phone {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 102px;
    margin-bottom: 0;
    overflow: visible;
}

.contact__phone-bg {
    position: absolute;
    inset: 0;
    background-color: rgba(17, 105, 171, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.contact__phone-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 42px;
    box-sizing: border-box;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
    top: -48px;
}

.contact__phone-face-wrap {
    position: relative;
    width: 240px;
    height: 150px;
    overflow: hidden;
    flex-shrink: 0;
}

.contact__phone-face {
    display: block;
    width: 240px;
    height: 150px;
    object-fit: cover;
    object-position: 50% 20%;
}

.contact__phone-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    padding-bottom: 15px;
}

.contact__phone-ttl {
    margin: 0;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
    color: #1169ab;
    text-align: center;
    white-space: nowrap;
}

.contact__phone-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.contact__phone-dial {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: inherit;
}

.contact__phone-dial:hover {
    opacity: 0.92;
}

.contact__phone-dial-icon {
    display: flex;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.contact__phone-dial-icon img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.contact__phone-num {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.8;
    color: #fff;
}

.contact__phone-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
}

.contact__phone-hours,
.contact__phone-holiday {
    margin: 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

.consultation {
    box-sizing: border-box;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-block: 70px;
    background-color: #ebf7ff;
}

.consultation__inner {
    box-sizing: border-box;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}

.consultation__bnr {
    position: relative;
}

.bnr-zoom__content {
    display: block;
    box-shadow: 0 0 0 transparent;
    transition: .4s;
}

.bnr-zoom__content:hover {
    transform: scale(1.01);
    transition: .4s;
    box-shadow: 0 2px 10px rgb(0 0 0 / 22%);
}

.bnr-zoom__content img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}