@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

:root {
    --c-font: #000000;
    --c-base: #f4f5f7;
    --c-main: #003f6c;
    --c-accent: #e0701e;
    --f-sans: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', '游ゴシック', sans-serif;
    --f-serif: 'Noto Serif JP', 'ヒラギノ明朝 ProN', '游明朝', serif;
}

.un_guideAbout {
    text-align: center;
    position: relative;
}

.un_guideAbout::after {
    display: block;
    content: '';
    width: 65%;
    height: auto;
    aspect-ratio: 530 / 672;
    background-image: url('https://ec.sakamoto-corp.net/user_data/packages/raku2pc/image/about/bg_about.webp');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -220px;
    z-index: -1;
}

.un_guideAbout_head {
    margin-bottom: 40px !important;
    font-size: 30px !important;
    font-family: var(--f-serif);
    font-weight: 700;
}

.un_guideAbout_lead {
    margin-bottom: 40px;
    font-size: 20px;
    font-family: var(--f-serif);
    font-weight: 700;
    line-height: 2.4;
}

.un_guideAbout_lead small {
    color: #919191;
    font-size: 12px;
    font-family: var(--f-sans);
    font-weight: 500;
}

.un_guideAbout_text {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.4;
}

.un_guideAchievement {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 500px;
    height: 120px;
    margin: 0 auto 40px auto;
    position: relative;
}

.un_guideAchievement::before {
    display: block;
    content: '';
    width: 60px;
    height: 100%;
    background-image: url('https://ec.sakamoto-corp.net/user_data/packages/raku2pc/image/about/achievement_left.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.un_guideAchievement::after {
    display: block;
    content: '';
    width: 60px;
    height: 100%;
    background-image: url('https://ec.sakamoto-corp.net/user_data/packages/raku2pc/image/about/achievement_right.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.un_guideAchievement_inner {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 25px 20px rgba(255, 255, 255, 0.8);
}

.un_guideAchievement_textSub {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.un_guideAchievement_textMain {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
}

.un_guideAchievement_textMain span {
    font-size: 30px;
    font-weight: 900;
}

.un_guideAchievement_textMain strong {
    display: inline-block;
    padding: 0 5px;
    color: var(--c-accent);
    font-size: 74px;
    font-family: 'Arimo', var(--f-sans), sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0;
}

.un_guideAboutExp {
    width: calc(100% - 40px);
    max-width: 535px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    border: 2px solid #f2f2f2;
    border-radius: 10px;
}

.un_guideAboutExp_head {
    margin-bottom: 15px !important;
    font-size: 16px;
    font-weight: 600;
}

.un_guideAboutExp_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.un_guideAboutExp_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background-color: #f7f3ef;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-align: end;
}

.un_guideAboutExp_item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
}

.un_guideAboutExp_item:nth-child(2) {
    grid-area: 1 / 3 / 2 / 5;
}

.un_guideAboutExp_item:nth-child(3) {
    grid-area: 1 / 5 / 2 / 7;
}

.un_guideAboutExp_item:nth-child(4) {
    grid-area: 2 / 2 / 3 / 4;
}

.un_guideAboutExp_item:nth-child(5) {
    grid-area: 2 / 4 / 3 / 6;
}

.un_guideAbout_btnLead {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.un_guideAbout_btnLead strong {
    color: var(--c-accent);
    font-family: 'Inter', var(--f-sans);
    font-weight: 600;
}

.un_guideAbout_btnLead span {
    font-size: 16px;
}

.un_guidePoint {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: calc(100% - 40px - 60px);
    margin: 80px auto 0 auto;
    padding: 30px 30px;
    background-color: #ffffff;
    border-top: 0px solid transparent;
    border-right: 3px solid #f2f2f2;
    border-bottom: 3px solid #f2f2f2;
    border-left: 3px solid #f2f2f2;
    position: relative;
}

.un_guidePoint::before {
    display: block;
    content: '';
    width: calc(100% + 6px);
    height: 25px;
    background-color: var(--c-main);
    position: absolute;
    top: -25px;
    left: -3px;
}

.un_guidePoint_title {
    display: block;
    margin-bottom: 40px;
    color: var(--c-main);
    font-weight: 600;
    text-align: center;
}

.un_guidePoint_titleSub {
    display: block;
    font-size: 20px;
}

.un_guidePoint_titleMain {
    display: block;
    font-size: 30px;
}

.un_guidePoint_titleMain strong {
    font-size: 40px;
    font-family: 'Inter', var(--f-sans);
    font-weight: 600;
}

.un_guidePoint_list {
    width: 100%;
    margin-top: 40px;
}

.un_guidePoint_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 30px;
    padding: 60px 0;
    border-top: 1px solid #d9d9d9 !important;
}

.un_guidePoint_item__reverse {
    flex-direction: row-reverse;
}

.un_guidePoint_pic {
    display: block;
    width: 100%;
    margin: 0 !important;
}

.un_guidePoint_pic__35 {
    width: 35%;
}

.un_guidePoint_pic img {
    width: 100%;
    height: auto;
}

.un_guidePoint_inner {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: 100%;
}

.un_guidePoint_inner__65 {
    width: calc(65% - 30px);
}

.un_guidePoint_head {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    color: var(--c-main);
}

.un_guidePoint_head__num {
    color: #1a72a8;
    font-weight: 600;
}

.un_guidePoint_head__num strong {
    font-size: 30px;
    font-family: 'Arimo', var(--f-sans), sans-serif;
    font-weight: 400;
    font-style: italic;
}

.un_guidePoint_head__sub {
    font-size: 16px;
    font-weight: 600;
}

.un_guidePoint_head__main {
    font-size: 24px;
    font-weight: 600;
}

.un_guidePoint_mark {
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
    background-color: #fff7df;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.un_guidePoint_shadow {
    display: inline-block;
    padding: 0 5px;
    font-size: 34px;
    font-weight: 600;
    text-shadow: 3px 3px 0 #fff7df;
    position: relative;
}

.un_guidePoint_shadow::after {
    display: inline-block;
    content: url('https://ec.sakamoto-corp.net/user_data/packages/raku2pc/image/about/dot.svg');
    width: 8.5px;
    height: 8px;
    position: absolute;
    top: 2px;
    right: -2px;
}

.un_guidePoint_text {
    font-size: 16px;
}

.un_guidePoint_text__bold {
    font-weight: 600;
}

.un_point1 {
    padding: 20px;
    background-color: #f7f3ef;
    border-radius: 10px;
    position: relative;
}

.un_point1_text {
    font-size: 16px;
    font-weight: 600;
}

.un_point1_text strong {
    color: #e0701e;
    font-size: 20px;
    font-weight: 700;
}

.un_guidePointCheck {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px 0;
}

.un_guidePointCheck_list {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 5px;
    width: auto;
    height: 40px;
    padding: 0 1em;
    font-size: 16px;
    font-weight: 600;
    background-color: #f7f3ef;
    border-radius: 40px;
    position: relative;
}

.un_guidePointCheck_list::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: url('https://ec.sakamoto-corp.net/user_data/packages/raku2pc/image/about/icon_check.webp');
    width: 23px;
    height: 23px;
    background-color: var(--c-accent);
    border-radius: 23px;
}

.un_point3_wrap {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 0;
}

.un_point3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px 0;
    font-weight: 600;
}

.un_point3_sub {
    display: block;
    font-size: 14px;
    text-align: center;
}

.un_point3_main {
    display: inline-block;
    padding: 5px 1em;
    background-color: #f7f3ef;
    font-size: 20px;
    text-align: center;
}

.un_point3_main strong {
    color: var(--c-accent);
    font-weight: 600;
}

.un_process {
    margin: 40px 0 80px 0;
}

.un_process_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.un_process_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px 0;
    padding: 40px 0;
    background-color: #f7f3ef;
    border-radius: 10px;
    position: relative;
}

.un_process_item:not(:last-child):after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: '▼';
    width: 50px;
    height: 50px;
    color: #ffffff;
    background-color: #e7c254;
    border-radius: 40px;
    font-size: 24px;
    text-align: center;
    transform: rotate(-90deg);
    position: absolute;
    top: 40%;
    right: -40px;
    z-index: 2;
}

.un_process_badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    color: #ffffff;
    background-color: var(--c-main);
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Arimo', var(--f-sans), sans-serif;
    font-weight: 600;
}

.un_process_pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 127px;
    margin: 0 auto !important;
}

.un_process_pic img {
    width: 100%;
    height: auto;
}

.un_process_head {
    color: var(--c-main);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.un_process_text {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.un_process_text a {
    text-decoration: underline;
}
