@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


html,
body,
button,
input,
select,
textarea {
    font-family: "Zen Maru Gothic", serif;
}

.f_rub {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

body {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    padding-top: 122px;
    background: #FFFFF7;
    min-width: 1440px;
}

:root {
    --main-color: #EF8A33;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 23px;
    height: 27px;
    background-image: url(image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PCヘッダー */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    min-width: 1440px;
}

#header .hd_cont .hd_box {
    padding: 13px 100px;
    background: #fff;
    display: flex;
    align-items: center;
}

#header .hd_cont .hd_box .logo {
    width: 220px;
}

#header .hd_cont .hd_box .logo .link {
    display: block;
    width: 100%;
}

#header .hd_cont .hd_box .logo .link img {
    width: 100%;
}

#header .hd_ban {
    display: block;
    width: 250px;
    margin-left: auto;
    margin-right: 30px;
    transition: .3s;
}

#header .hd_ban:hover {
    opacity: .8;
}

#header .hd_ban img {
    width: 100%;
}

#header .hd_cont .hd_box .search_box {
    /* margin-left: auto; */
}

#header .hd_cont .hd_box .search_box form {
    position: relative;
}

#header .hd_cont .hd_box .search_box form .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    translate: 0 -50%;
}

#header .hd_cont .hd_box .search_box form .icon svg {
    display: block;
}

#header .hd_cont .hd_box .search_box form input {
    padding: 0 20px 0 64px;
    border-radius: 5px 0 0 5px;
    width: 322px;
    min-block-size: 40px;
    border: 1px solid #D0D0D0;
    background: #FFFFF7;
    font-size: 15px;
    letter-spacing: .08em;
    outline: none;
}

#header .hd_cont .hd_box .search_box form input::placeholder {
    color: #ACACAC;
}

#header .hd_cont .hd_box .search_box form button {
    font-size: 16px;
    letter-spacing: .08em;
    min-block-size: 40px;
    padding: 0.2em;
    width: 80px;
    color: #fff;
    background: var(--main-color);
    border: none;
    border-radius: 0 5px 5px 0;
    text-align: center;
    margin-left: -0.4em;
}

#header .hd_cont .hd_menu {
    background: var(--main-color);
    padding: 6.2px 0;
}

#header .hd_cont .hd_menu ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
}

#header .hd_cont .hd_menu li+li {
    position: relative;
}

#header .hd_cont .hd_menu li+li::before {
    content: "";
    width: 2px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    translate: -1px -50%;
}

#header .hd_cont .hd_menu li .link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

#header .hd_cont .hd_menu li .link .icon {
    width: 38px;
    flex-shrink: 0;
}

#header .hd_cont .hd_menu li .link .icon img {
    width: 100%;
}

#header .hd_cont .hd_menu li .link .text {
    font-size: 14px;
    letter-spacing: .08em;
    color: #fff;
    background-image: linear-gradient(#fff, #fff);
    background-position: bottom left;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: .3s;
}

#header .hd_cont .hd_menu li .link:hover .text {
    background-size: 100% 1px;
}

/* PCトップ メインビジュアル */
.top_mv {
    background: #FFFFED;
    padding: 35px 0 22px;
    background-image: linear-gradient(0deg, transparent calc(100% - 0.5px), #F4F4DE calc(100% - 0.5px)), linear-gradient(90deg, transparent calc(100% - 0.5px), #F4F4DE calc(100% - 0.5px));
    background-size: 20px 20px;
    background-repeat: repeat;
    background-position: center;
    background-color: #FFFFED;
}

.top_mv .mv_cont {
    display: grid;
    grid-template-columns: 640px 1fr;
    gap: 55px;
}

.top_mv .mv_cont .main_box .box .link {
    display: block;
}

.top_mv .mv_cont .main_box .box .link .img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 12px;
    position: relative;
    aspect-ratio: 64/33;
}

.top_mv .mv_cont .main_box .box .link .img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
    opacity: 0;
    transition: .3s;
    z-index: 1;
}

.top_mv .mv_cont .main_box .box .link:hover .img::before {
    opacity: 0.2;
}

.top_mv .mv_cont .main_box .box .link .img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: .3s;
}

.top_mv .mv_cont .main_box .box .link:hover .img img {
    scale: 1.1;
}

.top_mv .mv_cont .main_box .box .link .info_box {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 6px;
}

.top_mv .mv_cont .main_box .box .link .info_box .date_box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.top_mv .mv_cont .main_box .box .link .info_box .date_box .icon {
    width: 20px;
    flex-shrink: 0;
}

.top_mv .mv_cont .main_box .box .link .info_box .date_box .icon svg {
    display: block;
    width: 100%;
}

.top_mv .mv_cont .main_box .box .link .info_box .date_box .date {
    font-size: 16px;
    color: #9A9A9A;
}

.top_mv .mv_cont .main_box .box .link .info_box .cate_box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.top_mv .mv_cont .main_box .box .link .info_box .cate_box .icon {
    width: 15px;
    flex-shrink: 0;
}

.top_mv .mv_cont .main_box .box .link .info_box .cate_box .icon svg {
    display: block;
    width: 100%;
}

.top_mv .mv_cont .main_box .box .link .info_box .cate_box .text {
    font-size: 15px;
    letter-spacing: .08em;
    color: var(--main-color);
}

.top_mv .mv_cont .main_box .box .link .ttl_box {
    background-image: linear-gradient(#333, #333);
    background-position: bottom left;
    background-size: 0 2px;
    background-repeat: no-repeat;
    padding-bottom: 0.4em;
    transition: .3s;
}

.top_mv .mv_cont .main_box .box .link:hover .ttl_box {
    background-size: 100% 2px;
}

.top_mv .mv_cont .main_box .box .link .ttl_box .ttl {
    font-size: 20px;
    letter-spacing: .08em;
    line-height: 1.4;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.top_mv .mv_cont .sub_box {
    margin: 4px 0 15px;
}

.top_article .article_cont .ban {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    transition: .3s;
    aspect-ratio: 388/181;
}

.top_article .article_cont .ban:hover {
    opacity: .8;
}

.top_article .article_cont .ban img {
    width: 100%;
}

.top_mv .mv_cont .sub_box .ttl_box .ttl {
    font-size: 24px;
    letter-spacing: .08em;
    line-height: 1;
}

.top_mv .mv_cont .sub_box .list li .link {
    padding: 20px 0;
    border-bottom: 1px dashed #9F6912;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.top_mv .mv_cont .sub_box .list li .link .text_box .ttl {
    font-size: 15px;
    letter-spacing: .08em;
    line-height: 1.6;
    color: #505050;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    background-image: linear-gradient(#505050, #505050);
    background-position: bottom left;
    background-size: 0 2px;
    background-repeat: no-repeat;
    transition: .3s;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
}

.top_mv .mv_cont .sub_box .list li .link:hover .text_box .ttl {
    background-size: 100% 2px;
}

.top_mv .mv_cont .sub_box .list li .link .text_box .cate_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top_mv .mv_cont .sub_box .list li .link .text_box .cate_box .icon {
    width: 12px;
    flex-shrink: 0;
}

.top_mv .mv_cont .sub_box .list li .link .text_box .cate_box .icon svg {
    display: block;
    width: 100%;
}

.top_mv .mv_cont .sub_box .list li .link .text_box .cate_box .text {
    font-size: 12px;
    letter-spacing: .08em;
    color: var(--main-color);
}

.top_mv .mv_cont .sub_box .list li .link .img {
    width: 140px;
    overflow: hidden;
    border-radius: 5px;
    aspect-ratio: 14/9;
    flex-shrink: 0;
    position: relative;
}

.top_mv .mv_cont .sub_box .list li .link .img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: 0;
    transition: .3s;
    z-index: 1;
}

.top_mv .mv_cont .sub_box .list li .link:hover .img::before {
    opacity: 0.2;
}

.top_mv .mv_cont .sub_box .list li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.top_mv .mv_cont .sub_box .list li .link:hover .img img {
    scale: 1.1;
}

/* PCトップ 記事一覧 */
.top_article {
    padding: 50px 0 200px;
}

.top_article .article_cont {
    display: flex;
    gap: 70px;
    justify-content: space-between;
}

.top_article .main_area .banner_top {
    margin-bottom: 125px;
}

.top_article .main_area .banner_top .link {
    display: block;
    width: 100%;
}

.top_article .main_area .banner_top .link img {
    width: 100%;
    aspect-ratio: 79/35;
    object-fit: cover;
}

/* .top_article .main_area .article_sec {
    margin-bottom: 175px;
} */

.top_article .main_area .article_sec .box+.box {
    margin-top: 80px;
}

.top_article .main_area .article_sec .box .ttl_box {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 20px;
}

.top_article .main_area .article_sec .box .ttl_box .icon {
    width: 40px;
    aspect-ratio: 1;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.top_article .main_area .article_sec .box .ttl_box .icon img {
    width: 65%;
}

.top_article .main_area .article_sec .box .ttl_box .ttl {
    font-size: 25px;
    letter-spacing: .08em;
    color: var(--main-color);
}

.top_article .main_area .article_sec .box .list {
    margin-bottom: 50px;
}

.top_article .main_area .article_sec .box .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}

.top_article .main_area .article_sec .box .list li .link {
    display: block;
}

.top_article .main_area .article_sec .box .list li .link .img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
    aspect-ratio: 5/3;
}

.top_article .main_area .article_sec .box .list li .link .img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: 0;
    transition: .3s;
    z-index: 1;
}

.top_article .main_area .article_sec .box .list li .link:hover .img::before {
    opacity: 0.2;
}

.top_article .main_area .article_sec .box .list li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.top_article .main_area .article_sec .box .list li .link:hover .img img {
    scale: 1.1;
}

.top_article .main_area .article_sec .box .list li .link .text_box .cate_box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.top_article .main_area .article_sec .box .list li .link .text_box .cate_box .icon {
    width: 12px;
    flex-shrink: 0;
}

.top_article .main_area .article_sec .box .list li .link .text_box .cate_box .icon svg {
    display: block;
    width: 100%;
}

.top_article .main_area .article_sec .box .list li .link .text_box .cate_box .text {
    font-size: 12px;
    letter-spacing: .08em;
    color: #967D4E;
}

.top_article .main_area .article_sec .box .list li .link .text_box .ttl {
    font-size: 16px;
    letter-spacing: .08em;
    line-height: 1.5;
    color: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    background-image: linear-gradient(#333, #333);
    background-position: bottom left;
    background-size: 0 2px;
    background-repeat: no-repeat;
    transition: .3s;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
}

.top_article .main_area .article_sec .box .list li .link:hover .text_box .ttl {
    background-size: 100% 2px;
}

.top_article .main_area .article_sec .box .list li .link .text_box .date_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top_article .main_area .article_sec .box .list li .link .text_box .date_box .icon {
    width: 10px;
    flex-shrink: 0;
}

.top_article .main_area .article_sec .box .list li .link .text_box .date_box .icon svg {
    display: block;
    width: 100%;
}

.top_article .main_area .article_sec .box .list li .link .text_box .date_box .text {
    font-size: 12px;
    color: #9A9A9A;
}

.common_link_btn .link {
    display: block;
    font-size: 18px;
    letter-spacing: .08em;
    line-height: 58px;
    color: #fff;
    background: var(--main-color);
    width: 320px;
    text-align: center;
    border-radius: 100vmax;
    margin: 0 auto;
    border: 2px solid var(--main-color);
    transition: .3s;
}

.common_link_btn .link:hover {
    color: var(--main-color);
    background: #fff;
}

.top_article .main_area .banner_bottom .link {
    display: block;
    width: 100%;
}

.top_article .main_area .banner_bottom .link img {
    width: 100%;
    aspect-ratio: 79/32;
    object-fit: cover;
}

/* PC サイドバー */
.common_side_area {
    width: 300px;
}

.common_side_area .banner_area {
    width: 100%;
}

.common_side_area .banner_area.top {
    margin-bottom: 40px;
}

.common_side_area .banner_area.bottom {
    margin-bottom: 52px;
}

.common_side_area .banner_area .link {
    display: block;
}

.common_side_area .banner_area .link img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.common_side_area .adsence_area {
    margin-bottom: 10px;
    text-align: center;
}

.common_side_area .category_area {
    margin-bottom: 40px;
}

.common_side_area .category_area .cont {
    position: relative;
    background: #F5F5F5;
}

.common_side_area .category_area .cont::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 8px;
    aspect-ratio: 1;
    min-width: 0;
    border-left: 1.5px solid #333;
    border-bottom: 1.5px solid #333;
    rotate: -45deg;
}

.common_side_area .category_area .cont form select {
    width: 100%;
    padding: 10.4px 34px 10.4px 20px;
    font-size: 16px;
    letter-spacing: .08em;
    border-radius: 5px;
    cursor: pointer;
    background: transparent;
    border-color: #E2E2E2;
    position: relative;
}

.common_side_area .category_area .side_ttl_box {
    margin-bottom: 10px;
}

.common_side_area .side_ttl_box {
    background: var(--main-color);
    border-radius: 5px;
    padding: 15px;
}

.common_side_area .side_ttl_box .ttl {
    font-size: 18px;
    letter-spacing: .08em;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.common_side_area .article_area.weekly {
    margin-bottom: 50px;
}

.common_side_area .article_area .side_ttl_box {
    margin-bottom: 10px;
}

.common_side_area .article_area .list li+li {
    margin-top: 15px;
}

.common_side_area .article_area .list li .link {
    display: flex;
    gap: 10px;
}

.common_side_area .article_area .list li .link .img {
    width: 100px;
    aspect-ratio: 10/7;
    flex-shrink: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
}

.common_side_area .article_area .list li .link:hover .img {
    opacity: 0.8;
}

.common_side_area .article_area .list li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_side_area .article_area .list li .link .img .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    aspect-ratio: 1;
    min-width: 0;
    background: #644A34;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    padding-left: 6px;
}

.common_side_area .article_area .list li:nth-child(1) .link .img .num {
    background: #C4B24B;
}

.common_side_area .article_area .list li:nth-child(2) .link .img .num {
    background: #B5B5B5;
}

.common_side_area .article_area .list li:nth-child(3) .link .img .num {
    background: #9B521D;
}

.common_side_area .article_area .list li .link .text_box {
    display: flex;
    flex-direction: column;
}

.common_side_area .article_area .list li .link .text_box .ttl {
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 1.56;
    font-weight: 500;
    color: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .3s;
}

.common_side_area .article_area .list li .link:hover .text_box .ttl {
    color: #777;
}

.common_side_area .article_area .list li .link .text_box .date {
    font-size: 12px;
    line-height: 1;
    color: #9A9A9A;
    margin-top: auto;
}

.common_side_area .article_area.type {
    margin-bottom: 60px;
}

.common_side_area .article_area .list+.list {
    margin-top: 10px;
}

.common_side_area .article_area .list .label {
    font-size: 16px;
    letter-spacing: .08em;
    color: #9F6912;
    border-bottom: 1px dashed;
    margin-bottom: 0.8em;
	font-weight: 700;
}

.common_side_area .tag_area .ttl_box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #9F6912;
}

.common_side_area .tag_area .ttl_box .icon {
    width: 30px;
    aspect-ratio: 1;
    background: #9F6912;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_side_area .tag_area .ttl_box .icon svg {
    display: block;
    width: 100%;
}

.common_side_area .tag_area .ttl_box .text {
    font-size: 16px;
    letter-spacing: .08em;
    color: #9F6912;
	font-weight: 700;
}

.common_side_area .tag_area .list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.common_side_area .tag_area .list li .link {
    display: block;
    background: #fff;
    border: 1px solid #9F6912;
    border-radius: 100vmax;
    padding: 2px 36px 2px 16px;
    font-size: 15px;
    letter-spacing: .08em;
    color: #9F6912;
    transition: .3s;
}

.common_side_area .tag_area .list li .link:hover {
    opacity: 0.8;
}

/* PCフッター */
#footer {
    padding: 80px 0 30px;
    background: var(--main-color);
}

#footer .ft_cont .logo {
    width: 400px;
    margin: 0 auto 40px;
}

#footer .ft_cont .logo .link {
    display: block;
    width: 100%;
}

#footer .ft_cont .logo .link img {
    width: 100%;
}

#footer .ft_cont .menu_list {
    margin-bottom: 66px;
}

#footer .ft_cont .menu_list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .ft_cont .menu_list li .link {
    display: block;
    font-size: 14px;
    letter-spacing: .06em;
    line-height: 1;
    color: #fff;
    padding: 0.2em 0 0.3em;
    background-image: linear-gradient(#fff, #fff);
    background-position: bottom left;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: .3s;
}

#footer .ft_cont .menu_list li .link:hover {
    background-size: 100% 1px;
}

#footer .ft_cont .menu_list li {
    padding: 0 12px;
}

#footer .ft_cont .menu_list li+li {
    border-left: 1px solid #fff;
}

#footer .ft_cont .cr_box .cr {
    font-size: 12px;
    letter-spacing: .06em;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

/* PC固定ページ 共通設定 */
.common_page_wrap {
    padding: 52px 0;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    margin-top: 0.5em;
}

.breadcrumb a {
    text-decoration: none;
    color: var(--main-color);
}

/* PC 共通部分 */
.common_page_main {
    padding: 30px 0 20px;
    background-image: linear-gradient(0deg, transparent calc(100% - 0.5px), #F4F4DE calc(100% - 0.5px)), linear-gradient(90deg, transparent calc(100% - 0.5px), #F4F4DE calc(100% - 0.5px));
    background-size: 20px 20px;
    background-repeat: repeat;
    background-position: center;
    background-color: #FFFFED;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 32px;
    letter-spacing: .08em;
    line-height: 1;
    margin-bottom: 0.3em;
}

.common_page_main .title_box .sub_title {
    font-size: 16px;
    letter-spacing: .08em;
    line-height: 1;
    color: var(--main-color);
    text-transform: uppercase;
}

/* PC固定ページ 会社概要 */
.page_company .profile_sec+.profile_sec {
    margin-top: 100px;
}

.page_company .profile_sec .ttl_box {
    display: flex;
    align-items: baseline;
    gap: 16px;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.page_company .profile_sec.offshore .ttl_box {
    margin-bottom: 40px;
}

.page_company .profile_sec .ttl_box .ttl {
    font-size: 28px;
    letter-spacing: .08em;
}

.page_company .profile_sec .ttl_box .en_ttl {
    font-size: 14px;
    letter-spacing: .08em;
    color: var(--main-color);
}

.page_company .profile_sec .table_box {
    margin-bottom: 30px;
}

.page_company .profile_sec .table_box table {
    width: 100%;
}

.page_company .profile_sec .table_box table th,
.page_company .profile_sec .table_box table td {
    font-size: 16px;
    letter-spacing: .08em;
    vertical-align: middle;
    padding: 1em 0.5em;
    border-bottom: 1px dashed #ddd;
}

.page_company .profile_sec .table_box table th {
    width: 24%;
    color: var(--main-color);
}

.page_company .profile_sec .table_box table td {
    font-weight: 500;
}

.page_company .profile_sec .table_box table td .link {
    display: block;
    color: initial;
    text-decoration: underline;
}

.page_company .profile_sec .map_box {
    width: 100%;
}

.page_company .profile_sec .map_box iframe {
    width: 100%;
    aspect-ratio: 3/1;
}

.page_company .profile_sec .box+.box {
    margin-top: 70px;
}

.page_company .profile_sec .box .label {
    border-left: 4px solid var(--main-color);
    padding-left: 1em;
    font-size: 20px;
    letter-spacing: .08em;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

/* PC固定ページ お問い合わせ */
#page_contact table {
    width: 74%;
    border-collapse: collapse;
    margin: 0 auto 50px;
    border-right: solid 1px #dfdfdf;
}

#page_contact table th,
#page_contact table td {
    padding: 20px;
    font-size: 14px;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    vertical-align: middle;
    background: #fff;
}

#page_contact table th {
    width: 25%;
    background: #f7f7f7;
    white-space: nowrap;
    letter-spacing: .05em;
}

#page_contact table th .hissu,
#page_contact table th .ninni {
    background: #c70000;
    margin-right: 15px;
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
}

#page_contact table th .ninni {
    background: #333;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact #zip {
    width: 85%;
    height: 44px;
    border: 1.2px solid #a4a4a4;
    border-radius: 4px;
    padding: 1em;
}

#page_contact input.tel {
    padding: 1em;
    width: 18.8%;
    border: 1.2px solid #a4a4a4;
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1.2px solid #a4a4a4;
}

#page_contact textarea {
    width: 85%;
    padding: 1em;
    height: 200px;
    border: 1.2px solid #a4a4a4;
}

#page_contact .attention {
    font-size: 12px;
}

#page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

#page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 600;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

#page_contact #btn_wrap button[name="submitBack"] {
    text-decoration: underline;
    background: transparent;
    color: #333;
    width: auto;
    display: inline-block;
}

#page_contact #btn_wrap button:hover {
    opacity: .8;
}

.contact_form_disc {
    width: 74%;
    font-size: 15px;
    margin: 0 auto 50px;
    letter-spacing: .02em;
}

.contact_form_disc .caution {
    font-size: 14px;
    color: #373636;
}

.contact_form_disc .text {
    margin-bottom: 10px;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 12px;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
    margin-bottom: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    bottom: 0;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}


/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::after,
.radio_btns .radio_btns__item+span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1.2px solid #a4a4a4;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 12px;
    height: 12px;
    top: 0px;
    left: 4px;
    border: none;
    background: #333;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    font-weight: 600;
}

.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
#page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* サンクスページ */

#page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

#page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

#page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

#page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

#page_contact .thanks_textArea .contact_text .space {
    display: block;
}

#page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
#page_contact .progressbar {
    margin-bottom: 60px;
    justify-content: center;
}

#page_contact .progressbar .item {
    position: relative;
    width: 18%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 43px 0 13px;
    line-height: 1.5;
    letter-spacing: .05em;
}

#page_contact .progressbar .item .en {
    display: block;
    color: #7b7b7b;
    font-size: 14px;
}

#page_contact .progressbar .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    margin: auto;
}

#page_contact .progressbar .item.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #333;
    margin: auto;
}

#page_contact .progressbar #step_2 .en {
    position: relative;
}

#page_contact .progressbar #step_2 .en::before,
#page_contact .progressbar #step_2 .en::after {
    content: "";
    height: 1px;
    width: 100px;
    background: #a5a5a5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -47px;
}

#page_contact .progressbar #step_2 .en::after {
    left: auto;
    right: -47px;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 個人情報保護方針 */
#page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

#page_privacy dl {
    margin-bottom: 50px;
}

#page_privacy dl:last-child {
    margin-bottom: 0;
}

#page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 3px solid #ccc;
    padding-left: 1em;
}

#page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
}

#page_privacy dl dd ul {
    margin: 0.5em 0;
}

#page_privacy dl dd li {
    display: flex;
}

#page_privacy dl dd li .num {
    margin-right: 0.2em;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ 利用規約 */
.page_rule .rule_sec dl+dl {
    margin-top: 50px;
}

.page_rule .rule_sec dt {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .03em;
    margin-bottom: .5em;
    border-left: 3px solid #ccc;
    padding-left: 1em;
}

.page_rule .rule_sec dd {
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 2;
}

/* PC固定ページ お金の研究所とは */
.page_about .about_sec {
    padding: 70px;
    background: #fff;
    border: 1px solid var(--main-color);
}

.page_about .about_sec .logo {
    width: 220px;
    margin: 0 auto 50px;
}

.page_about .about_sec .logo img {
    width: 100%;
}

.page_about .about_sec .ttl_box {
    margin-bottom: 30px;
}

.page_about .about_sec .ttl_box .ttl {
    font-size: 32px;
    letter-spacing: .08em;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.page_about .about_sec .ttl_box .ttl::before,
.page_about .about_sec .ttl_box .ttl::after {
    content: "";
    height: 2px;
    background: var(--main-color);
    flex-grow: 1;
    flex-shrink: 0;
}

.page_about .about_sec .text_box .text {
    font-size: 18px;
    letter-spacing: .08em;
    line-height: 2;
    text-align: center;
}

.page_about .about_sec .text_box .text+.text {
    margin-top: 1em;
}

.page_about .about_sec .step_img {
    width: 550px;
    margin: 30px auto;
}

.page_about .about_sec .step_img .img {
    width: 100%;
}

.page_about .about_sec .step_img .img img {
    width: 100%;
}

.page_about .about_sec .service_img {
    width: 100%;
    margin: 60px 0 40px;
}

.page_about .about_sec .service_img .img {
    width: 100%;
}

.page_about .about_sec .service_img .img img {
    width: 100%;
}

.c-categoryList__link {
    background: none;
    color: inherit;
    box-shadow: inset 0 0 0 1px currentcolor;
    pointer-events: none;
}

.c-pageTitle__subTitle {
    display: none;
}

.iframe_outer iframe {
    max-width: 100%;
}

.l-mainContent__inner .ban {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    transition: .3s;
}

.l-mainContent__inner .ban:hover {
    opacity: .8;
}

.l-mainContent__inner .ban img {
    width: 100%;
}

.page_ai_prediction .ai_iframe {
    height: 800px;
    overflow: hidden;
}

.page_ai_prediction .ai_iframe iframe {
    height: 100%;
}

#sidebar .-type-list .p-postList__title,
.-type-card .p-postList__excerpt {
    display: none;
}

.post_content a {
    word-break: break-all;
}

.p-articleThumb {
    margin: 2em auto 0 !important;
    width: 70% !important;
}

.p-blogCard {
    max-width: 100% !important;
    background-color: #fff;
}

[data-type=type1] .p-blogCard__inner:before {
    border-color: var(--main-color) !important;
}

.p-blogCard__caption {
    font-size: 16px !important;
    background-color: var(--main-color);
    color: #fff;
}

.p-authorBox__name {
    pointer-events: none;
}

.p-authorContent .p-postList__item {
    display: none;
    /* 初期状態では非表示 */
}

.p-authorContent #loadMore {
    display: block;
    width: 320px;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 5px;
    padding: .8em;
    margin: 0 auto;
    text-align: center;
    position: relative;
    transition: .3s;
}

.p-authorContent #loadMore:hover {
    color: var(--main-color);
    background: #fff;
}

.p-authorContent #loadMore .icon {
    display: block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    z-index: 1;
}

.p-authorContent #loadMore .icon::before,
.p-authorContent #loadMore .icon::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s;
    border-radius: 100vmax;
}

.p-authorContent #loadMore:hover .icon::before,
.p-authorContent #loadMore:hover .icon::after {
    background-color: var(--main-color);
}

.p-authorContent #loadMore .icon::before {
    transform: translateX(-50%);
}

.p-authorContent #loadMore .icon::after {
    transform: translateX(-50%) rotate(90deg);
}

.wp-block-column.img_parts {
    width: 20% !important;
    flex-shrink: 0;
    flex-basis: unset !important;
    flex-grow: unset !important;
    border-radius: 50%;
    overflow: hidden;
}

.author_parts {
    line-height: 1.7 !important;
}

.author_parts .wp-block-column.text_parts {
    flex: unset !important;
    flex-grow: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.author_parts .cap_box_content {
    padding: 30px !important;
}

.author_parts .u-fz-xs {
    font-size: 1em !important;
}

.author_parts .wp-block-column.text_parts .size {
    margin-bottom: .7em;
    font-size: 18px;
    border-left: 4px solid var(--main-color);
    padding-left: .5em;
}

.author_parts .wp-block-column.text_parts .normal {
    font-size: 15px;
}

.author_parts .wp-block-columns {
    flex-wrap: nowrap !important;
}

.author_parts .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: unset !important;
}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
        width: 90vw;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 13px;
        line-height: 1.5;
        padding-top: 50px;
        min-width: unset;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        /* height: 100px; */
    }

    #sp_header .hd_cont {
        background: #fff;
    }

    #sp_header .hd_cont .hd_box {
        padding: 8px 5vw;
        min-block-size: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #sp_header .hd_cont .hd_box .logo {
        width: 167px;
        margin: 0 auto;
        aspect-ratio: 167/26;
    }

    #sp_header .hd_cont .hd_box .logo a {
        display: block;
        height: 100%;
    }

    #sp_header .hd_cont .hd_box .logo a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .sp_search_box {
        position: fixed;
        top: 13px;
        right: 5vw;
        z-index: 99999;
    }

    .sp_search_box .icon {
        width: 30px;
        height: 25px;
    }

    .sp_search_box .icon svg {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .sp_search_box .modal_area {
        position: fixed;
        top: 0;
        /* bottom: 0; */
        height: 50px;
        left: calc(30px + 10vw);
        width: 100%;
        z-index: 1;
        display: none;
        place-content: center;
    }

    .sp_search_box .modal_area .modal_bg {
        position: absolute;
        inset: 0;
        /* background: #fff; */
        opacity: 0.8;
    }

    .sp_search_box .modal_area .modal_cont form {
        position: relative;
        overflow: hidden;
    }

    .sp_search_box .modal_area .modal_cont form input {
        background: #FFFFF7;
        padding: 0 5vw 0 5vw;
        width: calc(100% - 54px - 20vw);
        font-size: 12px;
        letter-spacing: .08em;
        min-block-size: 42px;
        border: 1px solid var(--main-color);
        border-radius: 5px;
    }

    .sp_search_box .modal_area .modal_cont form button {
        font-size: 3.6vw;
        letter-spacing: .08em;
        padding: 0;
        color: #fff;
        background: var(--main-color);
        border: none;
        width: calc(30px + 10vw);
        min-block-size: 50px;
        /* margin-left: -0.4em; */
        border-radius: 0 5px 5px 0;
        opacity: 0;
    }

    .sp_search_box .modal_area .modal_cont .close_btn {
        position: absolute;
        top: 12px;
        right: 4vw;
        background: var(--main-color);
        width: 8vw;
        font-size: 5vw;
        color: #fff;
        line-height: 8vw;
        text-align: center;
        border-radius: 50%;
        display: none;
    }

    #sp_header .hd_cont .hd_menu {
        background: var(--main-color);
        padding: 7px calc(5vw - 12px);
        overflow-x: scroll;
        display: none;
    }

    #sp_header .hd_cont .hd_menu ul {
        display: grid;
        grid-template-columns: repeat(7, auto);
        align-items: center;
        width: max-content;
    }

    #sp_header .hd_cont .hd_menu li+li {
        position: relative;
    }

    #sp_header .hd_cont .hd_menu li+li::before {
        content: "";
        width: 2px;
        height: 30px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        translate: -1px -50%;
    }

    #sp_header .hd_cont .hd_menu li .link {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 0 12px;
    }

    #sp_header .hd_cont .hd_menu li .link .icon {
        width: 25px;
        flex-shrink: 0;
    }

    #sp_header .hd_cont .hd_menu li .link .icon img {
        width: 100%;
    }

    #sp_header .hd_cont .hd_menu li .link .text {
        font-size: 12px;
        letter-spacing: .08em;
        color: #fff;
    }

    /* SPトップ メインビジュアル */
    .top_mv {
        padding: 0 0 8vw;
    }

    .top_mv .mv_cont {
        grid-template-columns: 1fr;
        gap: 7vw;
    }

    .top_mv .mv_cont .main_box .box .link .img {
        width: 100vw;
        border-radius: 0;
        margin: 0 -20px 4vw;
        aspect-ratio: 39/24;
    }

    .top_mv .mv_cont .main_box .box .link .img::before {
        display: none;
    }

    .top_mv .mv_cont .main_box .box .link:hover .img img {
        scale: 1;
    }

    .top_mv .mv_cont .main_box .box .link .info_box {
        gap: 5vw;
        margin-bottom: 2vw;
    }

    .top_mv .mv_cont .main_box .box .link .info_box .date_box {
        gap: 1.2vw;
    }

    .top_mv .mv_cont .main_box .box .link .info_box .date_box .icon {
        width: 3.8vw;
    }

    .top_mv .mv_cont .main_box .box .link .info_box .date_box .date {
        font-size: 3vw;
    }

    .top_mv .mv_cont .main_box .box .link .info_box .cate_box {
        gap: 1.2vw;
    }

    .top_mv .mv_cont .main_box .box .link .info_box .cate_box .icon {
        width: 3vw;
    }

    .top_mv .mv_cont .main_box .box .link .info_box .cate_box .text {
        font-size: 3vw;
    }

    .top_mv .mv_cont .main_box .box .link:hover .ttl_box {
        background-size: 0 2px;
    }

    .top_mv .mv_cont .main_box .box .link .ttl_box .ttl {
        font-size: 4vw;
        line-height: 1.6;
    }

    .top_mv .mv_cont .sub_box {
        margin: 0;
    }

    .top_article .article_cont .ban {
        margin-bottom: 7vw;
        aspect-ratio: 1;
    }

    .top_mv .mv_cont .sub_box .ttl_box {
        display: flex;
        align-items: center;
        gap: 3.8vw;
    }

    .top_mv .mv_cont .sub_box .ttl_box::after {
        content: "";
        height: 1px;
        background: #77776B;
        flex-grow: 1;
    }

    .top_mv .mv_cont .sub_box .ttl_box .ttl {
        font-size: 5vw;
    }

    .top_mv .mv_cont .sub_box .list li .link {
        padding: 3.8vw 0;
        gap: 5vw;
        flex-direction: row-reverse;
    }

    .top_mv .mv_cont .sub_box .list li .link .text_box .ttl {
        font-size: 3.3vw;
        line-height: 1.5;
        margin-bottom: 1em;
        padding-bottom: 0;
    }

    .top_mv .mv_cont .sub_box .list li .link:hover .text_box .ttl {
        background-size: 0 2px;
    }

    .top_mv .mv_cont .sub_box .list li .link .text_box .cate_box {
        gap: 2.5vw;
    }

    .top_mv .mv_cont .sub_box .list li .link .text_box .cate_box .icon {
        width: 3vw;
    }

    .top_mv .mv_cont .sub_box .list li .link .text_box .cate_box .text {
        font-size: 3vw;
    }

    .top_mv .mv_cont .sub_box .list li .link .img {
        width: 25.6vw;
        aspect-ratio: 10/7;
    }

    .top_mv .mv_cont .sub_box .list li .link .img::before {
        display: none;
    }

    .top_mv .mv_cont .sub_box .list li .link:hover .img img {
        scale: 1;
    }

    /* SPトップ 記事一覧 */
    .top_article {
        padding: 7vw 0 12.7vw;
    }

    .top_article .article_cont {
        display: block;
    }

    .top_article .main_area {
        margin-bottom: 20vw;
    }

    .top_article .main_area .banner_top {
        margin-bottom: 17vw;
    }

    .top_article .main_area .banner_top .link img {
        aspect-ratio: 7/4;
    }

    .top_article .main_area .article_sec {
        margin-bottom: 0;
    }

    .top_article .main_area .article_sec .box+.box {
        margin-top: 15.4vw;
    }

    .top_article .main_area .article_sec .box .ttl_box {
        gap: 5vw;
        padding-bottom: 2vw;
        margin-bottom: 7.7vw;
    }

    .top_article .main_area .article_sec .box .ttl_box .icon {
        width: 10vw;
    }

    .top_article .main_area .article_sec .box .ttl_box .ttl {
        font-size: 5vw;
    }

    .top_article .main_area .article_sec .box .sp_item {
        margin-bottom: 5vw;
    }

    .top_article .main_area .article_sec .box .sp_item .link {
        display: block;
    }

    .top_article .main_area .article_sec .box .sp_item .link .img {
        width: 100%;
        margin-bottom: 3.5vw;
        aspect-ratio: 7/4;
    }

    .top_article .main_area .article_sec .box .sp_item .link .img img {
        width: 100%;
        border-radius: 5px;
        height: 100%;
        object-fit: cover;
    }

    .top_article .main_area .article_sec .box .sp_item .link .text_box .cate_box {
        display: flex;
        align-items: center;
        gap: 2.5vw;
        margin-bottom: 1.6vw;
    }

    .top_article .main_area .article_sec .box .sp_item .link .text_box .cate_box .icon {
        width: 3vw;
    }

    .top_article .main_area .article_sec .box .sp_item .link .text_box .cate_box .icon svg {
        display: block;
        width: 100%;
    }

    .top_article .main_area .article_sec .box .sp_item .link .text_box .cate_box .text {
        font-size: 3vw;
        letter-spacing: .08em;
        color: #967D4E;
    }

    .top_article .main_area .article_sec .box .sp_item .link .text_box .ttl {
        font-size: 3.8vw;
        letter-spacing: .05em;
        line-height: 1.4;
        color: initial;
        margin-bottom: 0.8em;
    }

    .top_article .main_area .article_sec .box .sp_item .link .text_box .date_box {
        display: flex;
        align-items: center;
        gap: 2.5vw;
    }

    .top_article .main_area .article_sec .box .sp_item .link .text_box .date_box .icon {
        width: 3vw;
    }

    .top_article .main_area .article_sec .box .sp_item .link .text_box .date_box .icon svg {
        display: block;
        width: 100%;
    }

    .top_article .main_area .article_sec .box .sp_item .link .text_box .date_box .text {
        font-size: 3vw;
        color: #9A9A9A;
    }

    .top_article .main_area .article_sec .box .list {
        overflow-x: scroll;
        margin-bottom: 10vw;
        /* width: 95vw; */
    }

    .top_article .main_area .article_sec .box .list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.8vw;
    }

    .top_article .main_area .article_sec .box .list li .link {
        display: block;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .top_article .main_area .article_sec .box .list li .link .img {
        border-radius: 5px;
        margin-bottom: 3.5vw;
        aspect-ratio: 240/135;
    }

    .top_article .main_area .article_sec .box .list li .link .img::before {
        display: none;
    }

    .top_article .main_area .article_sec .box .list li .link:hover .img img {
        scale: 1;
    }

    .top_article .main_area .article_sec .box .list li .link .text_box {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .top_article .main_area .article_sec .box .list li .link .text_box .cate_box {
        gap: 2.5vw;
        margin-bottom: 1.2vw;
    }

    .top_article .main_area .article_sec .box .list li .link .text_box .cate_box .icon {
        width: 3vw;
    }

    .top_article .main_area .article_sec .box .list li .link .text_box .cate_box .text {
        font-size: 3vw;
    }

    .top_article .main_area .article_sec .box .list li .link .text_box .ttl {
        font-size: 3.6vw;
        letter-spacing: .05em;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        margin-bottom: 0.4em;
    }

    .top_article .main_area .article_sec .box .list li .link:hover .text_box .ttl {
        background-size: 0 2px;
    }

    .top_article .main_area .article_sec .box .list li .link .text_box .date_box {
        gap: 2.5vw;
        margin-top: auto;
    }

    .top_article .main_area .article_sec .box .list li .link .text_box .date_box .icon {
        width: 3vw;
    }

    .top_article .main_area .article_sec .box .list li .link .text_box .date_box .text {
        font-size: 3vw;
    }

    .common_link_btn .link {
        font-size: 4vw;
        line-height: 15vw;
        width: 80vw;
        border: none;
    }

    .common_link_btn .link:hover {
        color: #fff;
        background: var(--main-color);
    }

    .top_article .main_area .banner_bottom {
        display: none;
    }

    /* SP サイドバー */
    .common_side_area {
        width: 100%;
        margin-top: 10vw;
    }

    .common_side_area .banner_area.top {
        margin-bottom: 10vw;
    }

    .common_side_area .banner_area.bottom {
        margin-bottom: 7.7vw;
    }

    .common_side_area .banner_area .link img {
        aspect-ratio: 7/4;
    }

    .common_side_area .category_area {
        margin-bottom: 6.4vw;
    }

    .common_side_area .category_area .cont::before {
        top: 5vw;
        right: 5vw;
        width: 2vw;
    }

    .common_side_area .category_area .cont form select {
        font-size: 4vw;
        padding: 3vw 8vw 3vw 5vw;
    }

    .common_side_area .category_area .side_ttl_box {
        margin-bottom: 2.5vw;
    }

    .common_side_area .side_ttl_box {
        padding: 3vw;
    }

    .common_side_area .side_ttl_box .ttl {
        font-size: 4.6vw;
    }

    .common_side_area .article_area.weekly {
        margin-bottom: 6.4vw;
    }

    .common_side_area .article_area .side_ttl_box {
        margin-bottom: 3.8vw;
    }

    .common_side_area .article_area .list li+li {
        margin-top: 3.8vw;
    }

    .common_side_area .article_area .list li .link {
        gap: 2.5vw;
    }

    .common_side_area .article_area .list li .link .img {
        width: 25.6vw;
        border-radius: 5px;
    }

    .common_side_area .article_area .list li .link:hover .img {
        opacity: 1;
    }

    .common_side_area .article_area .list li .link .img .num {
        width: 10vw;
        font-size: 3.8vw;
        padding-left: 1.8vw;
    }

    .common_side_area .article_area .list li .link .text_box {
        display: flex;
        flex-direction: column;
    }

    .common_side_area .article_area .list li .link .text_box .ttl {
        font-size: 3.8vw;
        line-height: 1.46;
    }

    .common_side_area .article_area .list li .link:hover .text_box .ttl {
        color: initial;
    }

    .common_side_area .article_area .list li .link .text_box .date {
        font-size: 3vw;
    }

    .common_side_area .article_area.type {
        margin-bottom: 10vw;
    }

    .common_side_area .article_area .list+.list {
        margin-top: 3.8vw;
    }

    .common_side_area .article_area .list .label {
        font-size: 4vw;
    }

    /* .common_side_area .tag_area {
        margin-bottom: 10vw;
    } */

    .common_side_area .tag_area .ttl_box {
        gap: 2.5vw;
        padding-bottom: 2.5vw;
        margin-bottom: 3.8vw;
    }

    .common_side_area .tag_area .ttl_box .icon {
        width: 7.7vw;
    }

    .common_side_area .tag_area .ttl_box .text {
        font-size: 4vw;
    }

    .common_side_area .tag_area .list ul {
        gap: 2.5vw;
    }

    .common_side_area .tag_area .list li .link {
        padding: 0.8vw 10vw 0.8vw 4vw;
        font-size: 3.8vw;
    }

    .common_side_area .tag_area .list li .link:hover {
        opacity: 1;
    }

    /* SPフッター */
    #footer {
        padding: 18vw 0 10vw;
    }

    #footer .ft_cont .logo {
        width: 70vw;
        margin: 0 auto 15vw;
    }

    #footer .ft_cont .logo .link {
        display: block;
        width: 100%;
    }

    #footer .ft_cont .logo .link img {
        width: 100%;
    }

    #footer .ft_cont .cr_box .cr {
        font-size: 3vw;
    }


    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 8vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* PC 共通部分 */
    .common_page_main {
        padding: 7vw 0 5vw;
    }

    .common_page_main .title_box {
        text-align: left;
    }

    .common_page_main .title_box .title {
        font-size: 6.5vw;
    }

    .common_page_main .title_box .sub_title {
        font-size: 3.6vw;
    }

    /* SP固定ページ 会社概要 */
    .page_company .profile_sec+.profile_sec {
        margin-top: 15vw;
    }

    .page_company .profile_sec .ttl_box {
        gap: 3vw;
        margin-bottom: 2vw;
        padding-bottom: 2vw;
    }

    .page_company .profile_sec.offshore .ttl_box {
        margin-bottom: 6vw;
    }

    .page_company .profile_sec .ttl_box .ttl {
        font-size: 5.5vw;
    }

    .page_company .profile_sec .ttl_box .en_ttl {
        font-size: 3vw;
    }

    .page_company .profile_sec .table_box {
        margin-bottom: 5vw;
    }

    .page_company .profile_sec .table_box table th,
    .page_company .profile_sec .table_box table td {
        font-size: 3.6vw;
        display: block;
    }

    .page_company .profile_sec .table_box table th {
        width: 100%;
        border: none;
        padding: 1em 0.5em 0;
    }

    .page_company .profile_sec .table_box table td {
        padding: 0.5em 0.5em 1em;
        font-size: 3.4vw;
    }

    .page_company .profile_sec .map_box iframe {
        aspect-ratio: 2/1;
    }

    .page_company .profile_sec .box+.box {
        margin-top: 10vw;
    }

    .page_company .profile_sec .box .label {
        border-left: 3px solid var(--main-color);
        padding-left: 0.8em;
        font-size: 4vw;
        letter-spacing: .08em;
        margin-bottom: 0;
    }

    /* SP固定ページ お問い合わせ */
    #page_contact table {
        margin-bottom: 10vw;
        width: 100%;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
        border-bottom: none;
        padding: 5vw 4vw;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding: 3vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    #page_contact table td {
        width: 100%;
    }

    #page_contact input[type="text"],
    #page_contact input[type="email"],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 29%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 4px;
        font-size: 4vw;
    }

    #page_contact #btn_wrap button[name="submitBack"] {
        width: 100%;
        line-height: 1.4;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }


    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    #page_contact .progressbar {
        margin-bottom: 7vw;
    }

    .contact_form_disc {
        width: 100%;
        font-size: 3.5vw;
        letter-spacing: .02em;
    }

    .contact_form_disc .caution {
        font-size: 3.4vw;
    }

    .contact_form_disc .text {
        margin-bottom: 3vw;
    }

    #page_contact table th .hissu,
    #page_contact table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
    }

    #page_contact table {
        border-bottom: solid 1px #dfdfdf;
    }

    #page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        padding-bottom: 4vw;
        margin-bottom: 5vw;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_detail::before {
        width: 2.5vw;
        height: 2.5vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
        width: 100%;
    }

    #page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 4vw;
        line-height: 1.4;
        padding: 13vw 0px 2vw;
        width: 31%;
    }


    #page_contact .progressbar .item .en {
        display: block;
        color: #7b7b7b;
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #page_contact .progressbar .item::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        /* top: -10vw; */
        width: 8vw;
        height: 8vw;
        border: solid 1px #a5a5a5;
        border-radius: 50%;
        margin: auto;
    }

    #page_contact .progressbar .item.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 2vw;
        width: 4vw;
        height: 4vw;
        border-radius: 50%;
        background: #333;
        margin: auto;
    }

    #page_contact .progressbar #step_2 .en {
        position: relative;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        content: "";
        position: absolute;
        left: -47px;
        height: 1px;
        width: 100px;
        background: #a4a5a4;
    }

    #page_contact .progressbar #step_2 .en::after {
        left: auto;
        right: -4vw;


    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    /* SP固定ページ 個人情報保護方針 */
    #page_privacy .main_text {
        font-size: 3.5vw;
    }

    #page_privacy dl {
        margin-bottom: 10vw;
    }

    #page_privacy dl dt {
        font-size: 4vw;
    }

    #page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    /* SP固定ページ 利用規約 */
    .page_rule .rule_sec dl+dl {
        margin-top: 10vw;
    }

    .page_rule .rule_sec dt {
        font-size: 4vw;
    }

    .page_rule .rule_sec dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* SP固定ページ お金の研究所とは */
    .page_about .about_sec {
        padding: 8vw 5vw;
    }

    .page_about .about_sec .logo {
        width: 40vw;
        margin: 0 auto 7vw;
    }

    .page_about .about_sec .ttl_box {
        margin-bottom: 3vw;
    }

    .page_about .about_sec .ttl_box .ttl {
        font-size: 5vw;
        gap: 3vw;
    }

    .page_about .about_sec .text_box .text {
        font-size: 3.6vw;
        line-height: 1.8;
    }

    .page_about .about_sec .step_img {
        width: 90%;
        margin: 5vw auto;
    }

    .page_about .about_sec .service_img {
        margin: 5vw 0;
        overflow-x: scroll;
    }

    span.p-pnLinks__title {
        font-size: 2.5vw;
    }

    .post_content>p {
        font-size: 3.6vw;
    }

    .post_content>h2 {
        font-size: 4vw;
    }

    .post_content .p-toc__list {
        font-size: 3.4vw;
    }

    .p-toc.-double .p-toc__ttl {
        font-size: 3.6vw;
    }

    .follow_ban_area {
        opacity: 0;
        visibility: hidden;
        bottom: 0;
        left: 0;
        width: 100%;
        transition: .3s;
        z-index: 100;
        position: fixed;
    }

    .follow_ban_area.active {
        opacity: 1;
        visibility: visible;
    }

    .follow_ban_area .ban {
        position: relative;
        transition: .3s;
    }

    .follow_ban_area .ban .close_btn {
        position: absolute;
        top: 0;
        right: 3vw;
        transform: translateY(-100%);
        background-color: var(--main-color);
        width: 8vw;
        height: 8vw;
        border-radius: 4px 4px 0 0;
        cursor: pointer;
    }

    .follow_ban_area .ban .close_btn::before,
    .follow_ban_area .ban .close_btn::after {
        content: "";
        position: absolute;
        inset: 0;
        margin: auto;
        width: 70%;
        height: 2px;
        background-color: #fff;
    }

    .follow_ban_area .ban .close_btn::before {
        transform: rotate(-45deg);
    }

    .follow_ban_area .ban .close_btn::after {
        transform: rotate(45deg);
    }

    .follow_ban_area .ban.close {
        opacity: 0;
        visibility: hidden;
    }

    .follow_ban_area .ban .link {
        display: block;
        width: 100%;
        transition: .3s;
    }

    .follow_ban_area .ban .link img {
        width: 100%;
    }

    .l-mainContent__inner .ban {
        margin-bottom: 7vw;
    }

    .top_article .main_area .article_sec .box .list li:first-child {
        display: none;
    }

    .p-blogCard__inner {
        padding-left: 3vw;
        padding-right: 3vw;
        padding-bottom: 3vw;
    }

    .p-blogCard__caption {
        font-size: 3vw !important;
    }

    .p-blogCard__title {
        font-size: 3.6vw !important;
    }

    .p-authorContent #loadMore {
        display: block;
        width: 100%;
        font-size: 3.6vw;
    }

    .wp-block-table {
        overflow: scroll;
    }

    .wp-block-table .has-fixed-layout {
        width: 100%;
        min-width: 200vw;
        max-width: unset !important;
        /* background-color: #fff; */
    }

    .wp-block-column.img_parts {
        width: 25% !important;
    }

    .author_parts {
        line-height: 1.7 !important;
    }

    .author_parts .wp-block-column.text_parts {
        flex: unset !important;
        flex-grow: 1 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .author_parts .cap_box_content {
        padding: 5vw !important;
    }

    .author_parts .u-fz-xs {
        font-size: 1em !important;
    }

    .author_parts .wp-block-column.text_parts .size {
        font-size: 3.6vw;
    }

    .author_parts .wp-block-column.text_parts .normal {
        font-size: 3.2vw;
    }

}