@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

:root {
    --main-color: #000;
    --sub-color: #fff;
}

.font_outfit {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}

.font_Montserrat {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

html,
button,
input,
select,
textarea {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
}

body {
    color: #000F36;
    font-size: 16px;
    line-height: 1.7;
    overflow: hidden;
    background: #FFFDED;
    min-width: 1400px;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    margin-block: 0 1em;
    background-image: url(./image/footer_back.png);
    background-size: cover;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 100px;
}

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

.common_page_main .title_box .sub_title {
    font-size: 24px;
    color: #FF8014;
    text-transform: capitalize;
}

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 100px 0 0 0;
}

.not_found .text {
    text-align: center;
}

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

/* パンくず */
.breadcrumb {
    font-size: 14px;
    color: #000F36;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #5D5D5D;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

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

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form .form_box dl dd .date_box .title {
    margin-bottom: 10px;
}

.common_contact_form .form_box dl dd .date_box+.date_box {
    margin-top: 10px;
}

.page_welfare_single .section_reserved .cont .common_contact_form .form_box dl dd .radio_btns {
    display: block;
}

.page_welfare_single .section_reserved .cont .common_contact_form .form_box dl dd .horizontal-item {
    display: block;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

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

.page_contact #btn_wrap button {
    background-color: #000F36;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
    border-radius: 50px;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

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

.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: 1em;
    margin-bottom: 5px;
}

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

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 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;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

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

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

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

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

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

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.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 label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

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

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    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;
    aspect-ratio: 2/1;
    min-width: 0;
    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 {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.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固定ページ 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固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
}

header#pc_header {
    position: fixed;
    width: 1400px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    ;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 0 5px rgba(34, 34, 34, .14);
    padding: 11px 30px;
    z-index: 10;
}

header#pc_header .flex_box {
    align-items: center;
}

header#pc_header .site_contents {
    align-items: center;
}

header#pc_header .header_nav {
    margin-right: 30px;
}

header#pc_header .header_nav ul.parent_list {
    gap: 40.5px;
}

header#pc_header .header_nav li a.parent {
    padding-left: 55px;
    font-size: 15px;
    position: relative;
    line-height: 1;
}

header#pc_header .header_nav li a.parent:hover .text {
    text-decoration: underline;
    text-underline-offset: 5px;
}

header#pc_header .header_nav li.drop_down:hover a.parent {
    text-decoration: underline;
    text-underline-offset: 5px;
}

header#pc_header .header_nav li a.parent:before {
    content: "";
    width: 45px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

header#pc_header .header_nav li.drop_down a.parent {
    padding-right: 19px;
}

header#pc_header .header_nav li.drop_down a.parent .arrow {
    position: absolute;
    right: 0;
    top: 0;
}

header#pc_header .header_nav li.drop_down a.parent svg {
    vertical-align: middle;
}

header#pc_header .header_nav li.drop_down:hover a.parent svg,
header#pc_header .header_nav li.drop_down a.parent:hover svg {
    transform: scale(-1);
}

header#pc_header .header_nav li.home a.parent {
    color: #FF8014;
}

header#pc_header .header_nav li.service a.parent {
    color: #187FC4;
}

header#pc_header .header_nav li.company a.parent {
    color: #41A34C;
}

header#pc_header .header_nav li.recruit a.parent {
    color: #E58399;
}

header#pc_header .header_nav li.information a.parent {
    color: #D5A300;
}

header#pc_header .header_nav li.home a.parent:before {
    background-image: url(./image/icon_home.svg);
}

header#pc_header .header_nav li.service a.parent:before {
    background-image: url(./image/icon_service.svg);
}

header#pc_header .header_nav li.company a.parent:before {
    background-image: url(./image/icon_company.svg);
}

header#pc_header .header_nav li.recruit a.parent:before {
    background-image: url(./image/icon_recruit.svg);
}

header#pc_header .header_nav li.information a.parent:before {
    background-image: url(./image/icon_information.svg);
}

header#pc_header .header_nav li.drop_down {
    position: relative;
}

header#pc_header .header_nav li .child_menu {
    position: absolute;
    left: 50%;
    top: 100%;
    padding-top: 34px;
    width: 220px;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
}

header#pc_header .header_nav li.drop_down:hover .child_menu {
    opacity: 1;
    pointer-events: initial;
}

header#pc_header .header_nav li .child_menu ul.child_list {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(34, 34, 34, .10);
    padding: 6px 22px;
}

header#pc_header .header_nav li .child_menu ul.child_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 12px 18px;
    color: #000F36;
    position: relative;
}

header#pc_header .header_nav li .child_menu ul.child_list li a:hover {
    color: #187fc4;
}

header#pc_header .header_nav li .child_menu ul.child_list li a .arrow svg {
    overflow: visible;
}

header#pc_header .header_nav li .child_menu ul.child_list li a:hover .arrow svg #path_59 {
    fill: #fff;
    stroke: #187fc4;
}

header#pc_header .header_nav li .child_menu ul.child_list li a:hover .arrow svg #path_39,
header#pc_header .header_nav li .child_menu ul.child_list li a:hover .arrow svg #path_40 {
    stroke: #187fc4;
}

header#pc_header .header_nav li .child_menu ul.child_list li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #000F36;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
}

header#pc_header .header_nav li .child_menu ul.child_list li+li {
    border-top: 1px solid rgba(0, 15, 54, .2);
}

.common_button a {
    align-items: center;
    background: #000F36;
    border: 2px solid #000F36;
    border-radius: 40px;
    color: #fff;
    width: 240px;
    line-height: 56px;
    padding-left: 20px;
    gap: 14.2px;
    position: relative;
    transition: .3s;
    overflow: hidden;
}

.common_button.tel a {
    pointer-events: none;
}

.common_button a * {
    position: relative;
    z-index: 2;
}

.common_button a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 300px;
    height: 300px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%) scale(0);
    transition: transform .4s ease-out;
}

.common_button a svg path {
    transition: .3s;
}

header#pc_header .common_button a {
    width: 180px;
    padding-left: 14px;
    gap: 10.2px;
    line-height: 48px;
}

.common_button a .text {
    font-size: 15px;
    font-weight: 700;
}

.common_button.tel a .text {
    font-size: 20px;
    font-weight: 400;
}

.common_button a .icon svg {
    vertical-align: middle;
    margin-bottom: 5px;
}

.home .main_visual {
    position: relative;
}

.home .main_visual:before {
    content: "";
    width: 100%;
    height: 1084px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(./image/fv_mask.png);
    background-position: top center;
    background-size: cover;
    pointer-events: none;
}

.home .main_visual .wrap {
    position: relative;
    height: 720px;
    padding-top: 474px;
}

.home .main_visual .picture {
    position: absolute;
    z-index: 3;
}

.home .main_visual .picture_1 {
    width: 673px;
    top: 55px;
    left: 111px;
}

.home .main_visual .picture_2 {
    width: 381px;
    top: 69.3px;
    right: -137px;
}

.home .main_visual .picture_3 {
    width: 256px;
    top: 372px;
    right: -7px;
}

.home .main_visual .picture_4 {
    width: 222px;
    top: 366px;
    left: -123px;
}

.home .main_visual .accent {
    position: absolute;
    z-index: 1;
}

.home .main_visual .accent.pink {
    left: 5px;
    top: 67px;
}

.home .main_visual .accent.orange {
    left: 550px;
    top: 190px;
}

.home .main_visual .accent.green {
    right: 275px;
    top: 54.9px;
}

.home .main_visual .accent.blue {
    right: -40px;
    top: 432px;
}

.home .main_visual .accent.yellow {
    right: -170px;
    top: 0;
}

.home .main_visual .accent.light_blue {
    left: -172px;
    top: 387px;
}

.home .main_visual .ribbon {
    position: absolute;
}

.home .main_visual .ribbon_1 {
    top: -119px;
    left: -233px;
}

.home .main_visual .ribbon_2 {
    top: 269px;
    right: 0;
}

.home .main_visual .moya {
    position: absolute;
}

.home .main_visual .moya.defo {
    width: 588px;
    right: -380px;
    bottom: -20px;
}

.home .main_visual .moya.white {
    width: 628px;
    left: -320px;
    top: -110px;
}

.home .main_visual .moya.black {
    width: 759px;
    left: 94px;
    top: 6px;
    z-index: 2;
}

.home .main_visual .text_box {
    position: relative;
    z-index: 3;
    margin-left: -50px;
}

.home .main_visual .text_box .catch {
    font-size: 55px;
}

.home .main_visual .text_box .catch small {
    font-size: 46px;
    margin: 0 -.15em;
}

.home .main_visual .text_box .catch .line {
    background: #fff;
    border-radius: 8px;
    padding: 0 10px 1px 20px;
    letter-spacing: -.06em;
}

.home .main_visual .text_box .catch .line:last-child {
    margin-left: 70px;
}

.home .main_visual .text_box .catch .blue {
    color: #187FC4;
}

.home .main_visual .text_box .catch .green {
    color: #41A34C;
}

.home .main_visual .text_box .catch .pink {
    color: #F097AB;
}

.home .main_visual .text_box .catch .yellow {
    color: #F7BE00;
}

.home .main_visual .scroll_down {
    position: absolute;
    right: -106px;
    bottom: -23px;
    text-align: center;
    transition: .3s;
}

.home .main_visual .scroll_down .text {
    font-weight: 500;
    margin-bottom: 3px;
}

.home .main_visual .text_box .lead {
    font-size: 15px;
    margin-top: 127px;
    line-height: 2;
    letter-spacing: .15em;
    margin-left: 89px;
}

.home .main_visual .text_box .lead .orange {
    color: #FF8014;
}

.common_title .en {
    color: #FF8014;
    font-size: 50px;
    line-height: 1;
}

.common_title .title {
    font-size: 18px;
}

.common_view_more a {
    width: 240px;
    background: #FF8014;
    line-height: 50px;
    border-radius: 100px;
    padding-left: 30.6px;
    padding-right: 16.5px;
    color: #fff;
    font-weight: 700;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    border: 2px solid #FF8014;
}

.common_view_more a * {
    position: relative;
    z-index: 2;
}

.common_view_more a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 300px;
    height: 300px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%) scale(0);
    transition: transform .4s ease-out;
}

.common_view_more a .arrow svg {
    vertical-align: middle;
    margin-bottom: 5px;
}

.mask_wrap_section {
    /* background: url(./image/news_back.png) no-repeat;
    background-size: cover;
    background-position: center; */
    position: relative;
}

.mask_wrap_section .mask_image {
    position: absolute;
    left: 0;
    top: -87px;
    z-index: -1;
}

.home .section_information {
    padding: 74px 0 100px;
    position: relative;
    z-index: 2;
}

.section_information .title_area {
    width: 200px;
}

.section_information .title_area .common_view_more {
    margin-top: 52px;
}

.section_information .title_area .common_view_more a {
    width: 200px;
}

.section_information .contents_area {
    width: 880px;
}

.common_information_list li a {
    padding: 29px 24px;
    border-bottom: 1px solid #9D9D9D;
    align-items: center;
    background-image: url(./image/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: right 16.4px center;
    position: relative;
}

.common_information_list li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.5s ease;
    z-index: -1;
}

.common_information_list li a .data {
    color: #626262;
    font-weight: 400;
    width: 100px;
}

.common_information_list li a .category {
    width: 100px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #333;
    border-radius: 6px;
    margin-left: 24px;
    margin-right: 32px;
    font-size: 15px;
}

.common_information_list li a .category_news {
    background: #FFA53C;
}

.common_information_list li a .category_real_estate {
    background: #41A34C;
}

.common_information_list li a .category_welfare {
    background: #E58399;
}

.common_information_list li a .title {
    width: 506px;
    color: #000F36;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.section_top_slider .slide {
    padding: 0 15px;
}

.section_top_slider .slide img {
    width: 320px;
    height: 213px;
    object-fit: cover;
    border-radius: 24px;
}

.section_service {
    padding: 174px 0 50px;
    margin-bottom: -70px;
}

.section_service .common_title {
    text-align: center;
    margin-bottom: 30px;
}

.section_service .box {
    align-items: flex-start;
}

.section_service .box+.box {
    margin-top: 45px;
}

.section_service .box .text_box {
    width: 500px;
    position: relative;
}

.section_service .box.welfare .text_box {
    margin-left: 100px;
    padding-top: 70px;
}

.section_service .box.real_estate .text_box {
    margin-right: 100px;
    padding-top: 142px;
}

.section_service .box .text_box .info_box {
    margin-top: 26.5px;
    padding-top: 26.5px;
    border-top: 2px dashed #D8D8D8;
}

.section_service .box .text_box .info_box .name {
    font-size: 24px;
    margin-bottom: 10px;
}

.section_service .box .text_box .info_box .name a {
    font-size: 16px;
    color: #000F36;
    border-bottom: 1px solid;
    transform: translateY(-2px);
    display: inline-block;
    margin-left: 30px;
}

.section_service .box .text_box .info_box .name a .icon svg {
    vertical-align: middle;
    margin-bottom: 3px;
}

.section_service .box .title {
    font-size: 36px;
    font-weight: 700;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.section_service .box .title .icon svg {
    vertical-align: middle;
    margin-bottom: 5px;
}

.section_service .box .view_more {
    margin-top: 40px;
}

.section_service .box .view_more #group_18 path {
    stroke: #fff;
}

.section_service .box .view_more a {
    display: inline-block;
}

.section_service .box .view_more a .text {
    margin-right: 10px;
}

.section_service .box.welfare .view_more a .text {
    color: #FF8014;
    border-bottom: 1px dashed;
    transition: .3s;
}

.section_service .box .view_more a path {
    transition: .3s;
}

.section_service .box.real_estate .view_more a .text {
    color: #187FC4;
    border-bottom: 1px dashed;
}

.section_service .box.welfare .image {
    width: 750px;
    margin-right: -50px;
    margin-left: 40px;
}

.section_service .box.real_estate .image {
    width: 752px;
    order: -1;
    margin-left: -100px;
    margin-right: 80px;
}

.section_service .box.welfare .text_box .illust {
    position: absolute;
    right: -200px;
    bottom: 0;
}

.section_service .box.real_estate .text_box .illust {
    position: absolute;
    right: -100px;
    bottom: -95px;
}

.section_about {
    position: relative;
}

.section_about:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(./image/wave_back.png) no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    left: 0;
    top: 0;
}

.section_about .wrap {
    position: relative;
    padding-top: 200px;
    padding-bottom: 165px;
}

.section_about .picture {
    position: absolute;
}

.section_about .picture_1 {
    top: 177px;
    left: -50px;
    width: 371px;
}

.section_about .picture_2 {
    top: 220px;
    right: -50px;
    width: 341px;
}

.section_about .picture_3 {
    top: 532px;
    left: 0;
    width: 310px;
}

.section_about .picture_4 {
    top: 540px;
    right: 0;
    width: 315px;
}

.section_about .text_box {
    width: 510px;
    margin: 0 auto;
    text-align: center;
}

.section_about .text_box .common_title {
    text-align: center;
    margin-bottom: 50px;
}

.section_about .text_box .catch {
    font-size: 24px;
    line-height: 1.55;
    margin-bottom: 30px;
    letter-spacing: .2em;
}

.section_about .text_box .lead {
    line-height: 1.75;
    margin-bottom: 50px;
}

.section_about .text_box .common_view_more a {
    margin: 0 auto;
}

.section_recruit {
    padding-bottom: 165px;
    background: #fff;
}

.section_recruit .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.section_recruit .cont .box {
    background: #F7F6EF;
    border-radius: 16px;
    padding: 47px;
    text-align: center;
    position: relative;
}

.section_recruit .cont .box .common_title {
    text-align: center;
    margin-bottom: 17px;
}

.section_recruit .cont .box .lead {
    margin-bottom: 27px;
}

.section_recruit .cont .box .common_view_more a,
.section_recruit .cont .box .common_button a {
    margin: 0 auto;
}

.section_recruit .cont .box:nth-child(1) .illust {
    position: absolute;
    left: -50px;
    bottom: -20px;
}

.section_recruit .cont .box:nth-child(2) .illust {
    position: absolute;
    right: -32px;
    bottom: -17px;
}

footer#main_footer {
    padding: 95px 0 20px;
    background-image: url(./image/footer_back.png);
    background-size: cover;
    background-position: center;
}

footer#main_footer .wrap {
    position: relative;
}

footer#main_footer .flex_box {
    margin-bottom: 90px;
}

footer#main_footer .information {
    width: 250px;
}

footer#main_footer .information .logo {
    margin-bottom: 8.8px;
}

footer#main_footer .information .logo img {
    width: 216px;
}

.page-template-page-w_happiness_ooimazato footer#main_footer .information .logo img {
    width: 285px;
}

footer#main_footer .information .name {
    font-size: 20px;
    margin-bottom: 5px;
}

footer#main_footer .information .address {
    font-size: 14px;
    margin-bottom: 36px;
}

.common_site_information .insta a {
    display: block;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 100%;
    position: relative;
}

.common_site_information .insta a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

footer#main_footer .site_contents {
    width: 402px;
    margin-left: 190px;
    margin-right: 157px;
    gap: 80px;
}

footer#main_footer .site_contents ul li a {
    color: #000F36;
    transition: .3s;
}

footer#main_footer .site_contents ul li a.parent {
    position: relative;
    padding-left: 22px;
    display: inline-block;
}

footer#main_footer .site_contents ul li+li {
    margin-top: 16px;
}

footer#main_footer .site_contents ul li a.parent:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #000F36;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

footer#main_footer .site_contents ul.child_menu {
    margin-left: 22px;
    margin-top: 10px;
}

footer#main_footer .site_contents ul.child_menu li+li {
    margin-top: 0;
}

footer#main_footer .site_contents ul.child_menu li a {
    font-size: 14px;
    color: #000F36;
}

.common_site_information .contact_box {
    width: 240px;
}

.common_site_information .contact_box .box+.box {
    margin-top: 30px;
}

.common_site_information .contact_box .title {
    position: relative;
    padding-left: 22px;
    display: inline-block;
    margin-bottom: 10px;
}

.common_site_information .contact_box .title:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #000F36;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.common_site_information .contact_box .box .time {
    font-size: 12px;
    margin-top: 4px;
}

footer#main_footer .page_top a {
    position: absolute;
    right: -50px;
    bottom: 20px;
    transition: .3s;
}

footer#main_footer .page_top a span {
    display: block;
}

footer#main_footer .page_top a .text {
    text-align: center;
    color: #000F36;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: .04em;
}

.common_site_information .copyright {
    text-align: center;
}

.common_site_information .copyright small {
    font-size: 12px;
}

/* 事業紹介（福祉）-詳細ページ（PC） */

.common_main_visual {
    position: relative;
    margin-top: 70px;
}

.common_main_visual .mask {
    position: absolute;
    left: 0;
    top: -170px;
    z-index: -1;
}

@media screen and (min-width: 1500px) {

    .common_main_visual .mask {
        top: -15vw;
    }

}

.common_main_visual .flex_box {
    margin-left: 100px;
    align-items: flex-end;
}

.common_main_visual .text_box {
    width: 420px;
    padding-bottom: 30px;
}

.common_main_visual .text_box .title_box {
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.common_main_visual .text_box .title_box .en {
    font-size: 24px;
    color: #FF8014;
    text-transform: capitalize;
}

.common_main_visual.page_version .text_box .title_box {
    margin-bottom: 200px;
}

.common_main_visual.page_version .text_box .title_box .title {
    font-size: 50px;
}

.common_main_visual .text_box .welfare_name_box {
    margin-bottom: 156.5px;
}

.common_main_visual .text_box .welfare_name_box .title {
    font-size: 24px;
    margin-bottom: 7px;
}

.common_main_visual .text_box .welfare_name_box .name {
    background: #FF8014;
    color: #fff;
    border-radius: 0 20px;
    line-height: 80px;
    text-align: center;
    font-size: 32px;
}

.common_main_visual .image {
    width: 742px;
    height: 584px;
    mask-image: url("./image/mv_img.png");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100%;
    -webkit-mask-image: url("./image/mv_img.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.common_main_visual .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_welfare_single .section_information .cont {
    position: relative;
    min-height: 420px;
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

.page_welfare_single .section_information .cont .back {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    pointer-events: none;
}

.page_welfare_single .section_information .cont .in_box {
    position: relative;
    text-align: center;
}

.page_welfare_single .section_information .cont .in_box .logo {
    margin-bottom: 23px;
}

.page_welfare_single .section_information .cont .in_box .text {
    width: 530px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .1em;
}

.common_page_title {
    text-align: center;
    margin-bottom: 30px;
}

.common_page_title .en {
    font-size: 18px;
    color: #FF8014;
}

.common_page_title .title {
    font-size: 34px;
}

.common_page_title .lead {
    font-weight: 400;
    margin-top: 1em;
}

.page_welfare_single .section_feature {
    padding-top: 58px;
}

.page_welfare_single .section_feature ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.page_welfare_single .section_feature ol li {
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 60.8px 25px 41.8px 25px;
    overflow: hidden;
    text-align: center;
}

.page_welfare_single .section_feature ol li .num {
    position: absolute;
    top: 0.5px;
    left: 9.5px;
    font-size: 25px;
    color: #fff;
    line-height: 1;
}

.page_welfare_single .section_feature ol li .num small {
    font-size: 12px;
}

.page_welfare_single .section_feature ol li .accent {
    position: absolute;
    left: -18.4px;
    top: -15.6px;
}

.page_welfare_single .section_feature ol li .title {
    font-size: 22px;
    margin-bottom: 16px;
}

.page_welfare_single .section_feature ol li .text {
    line-height: 1.88;
    font-weight: 400;
}

.page_welfare_single .section_program {
    margin-bottom: 115px;
}

.page_welfare_single .section_program .cont {
    background-color: #fff;
    background-image: url(./image/mask_math.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #D5D4CF;
    border-radius: 30px;
    position: relative;
    padding: 95px 62px 87px;
}

.page_welfare_single .section_program .cont .title_box {
    position: absolute;
    left: 50%;
    top: -100px;
    transform: translateX(-50%);
}

.page_welfare_single .section_program .cont .title_box .title {
    position: absolute;
    left: 50%;
    top: 20px;
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
    font-size: 42px;
    line-height: 1.2;
    min-width: 100%;
    padding-right: .5em;
}

.page_welfare_single .section_program .cont .title_box .title small {
    font-size: 28px;
}

.page_welfare_single .section_program .cont ol li.flex {
    position: relative;
}

.page_welfare_single .section_program .cont ol li.flex:before {
    content: "";
    width: 2px;
    height: calc(100% + 60px);
    background: #FFA53C;
    position: absolute;
    left: 63px;
}

.page_welfare_single .section_program .cont ol li.flex:last-child::before {
    display: none;
}

.page_welfare_single .section_program .cont ol li.flex+li.flex {
    margin-top: 60px;
}

.page_welfare_single .section_program .cont ol li .num {
    width: 123px;
    height: 123px;
    background: #FDF8E7;
    border-radius: 100%;
    border: 3px dashed #FFA53C;
    text-align: center;
    font-size: 43px;
    line-height: 1;
    color: #FF8014;
    position: relative;
    padding-top: 5px;
}

.page_welfare_single .section_program .cont ol li .num small {
    font-size: 18px;
}

.page_welfare_single .section_program .cont ol li .info_box {
    width: calc(100% - 123px);
    padding-left: 30px;
    padding-top: 20px;
}

.page_welfare_single .section_program .cont ol li .info_box .title {
    font-size: 24px;
    color: #FF8014;
    margin-bottom: 8px;
}

.page_welfare_single .section_program .cont ol li .info_box ul li {
    position: relative;
    padding-left: 1em;
    font-weight: 400;
}

.page_welfare_single .section_program .cont ol li .info_box ul li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

.page_welfare_single .section_program .cont ol li .info_box ul li+li {
    margin-top: 8px;
}

.page_welfare_single .section_slider {
    margin-bottom: 220px;
}

.page_welfare_single .section_slider li.slide {
    margin: 0 15px;
}

.page_welfare_single .section_slider li.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.page_welfare_single .section_slider li.slide_2,
.page_welfare_single .section_slider li.slide_4 {
    width: 460px;
    height: 306px;
}

.page_welfare_single .section_slider li.slide_1,
.page_welfare_single .section_slider li.slide_3 {
    width: 364px;
    height: 242px;
}

.page_welfare_single .section_slider li.slide_1 {
    margin-top: 30px;
}

.page_welfare_single .section_slider li.slide_3 {
    margin-top: 64px;
}

.page_welfare_single .section_slider .js_welfare_slider_head {
    margin-bottom: 25px;
}

.page_welfare_single .section_access {
    position: relative;
    margin-bottom: 164px;
}

.page_welfare_single .section_access .mask {
    position: absolute;
    left: 0;
    top: -77px;
    width: 100%;
    z-index: -1;
}

@media screen and (min-width: 1500px) {

    .page_welfare_single .section_access .mask {
        top: -15vw;
    }

}

.page_welfare_single .section_access .flex_box {
    background: #fff;
    position: relative;
    padding-left: 60px;
}

.page_welfare_single .section_access .flex_box .accent {
    position: absolute;
    left: 10px;
    bottom: -71.5px;
}

.page_welfare_single .section_access .flex_box .map {
    width: 660px;
    height: 350px;
    transform: translateY(-50px);
}

.page_welfare_single .section_access .flex_box .map iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.page_welfare_single .section_access .flex_box .text_box {
    padding-top: 55px;
    padding-left: 57px;
}

.page_welfare_single .section_access .flex_box .text_box .common_page_title {
    text-align: left;
    margin-bottom: 20px;
}

.page_welfare_single .section_access .flex_box .text_box .common_page_title .en {
    font-size: 20px;
    color: #FFA53C;
}

.page_welfare_single .section_access .flex_box .text_box .common_page_title .title {
    font-size: 28px;
    line-height: 1;
}

.page_welfare_single .section_access .flex_box .text_box .address {
    margin-bottom: 5px;
}

.page_welfare_single .section_access .flex_box .text_box .tel {
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.page_welfare_single .section_access .flex_box .text_box .tel .text {
    font-size: 32px;
    line-height: 1;
}

.page_welfare_single .section_access .flex_box .text_box .tel .icon {
    transform: translateY(3px);
}

.page_welfare_single .section_access .flex_box .text_box .tel .icon svg #path_2080 {
    fill: #000F36;
}

.page_welfare_single .section_access .flex_box .text_box .tel .icon svg #phone path {
    fill: #fff;
}

.page_welfare_single .section_access .flex_box .text_box .time {
    font-size: 12px;
}

.page_welfare_single .section_reserved .cont {
    background: #fff;
    padding: 60px 148.5px 80px;
    border-radius: 24px;
    border: 1px solid #F2EFEA;
}

.page_welfare_single .section_reserved .cont .box:first-child {
    padding-bottom: 64.5px;
    margin-bottom: 64.5px;
    border-bottom: 1px dashed #B9B9B9;
}

.page_welfare_single .section_reserved .cont .box .box_title {
    font-size: 30px;
    text-align: center;
    color: #000F36;
    font-weight: 700;
    margin-bottom: 20px;
}

.page_welfare_single .section_reserved .cont .box:nth-child(2) .box_title {
    margin-bottom: 40px;
}

.page_welfare_single .section_reserved .cont .box .banner {
    width: 580px;
    margin: 0 auto;
    transition: .3s;
}

main.page_main {
    padding-bottom: 146px;
}

/* サイトマップ（PC） */

#page_sitemap #sitemap_list {
    background: none;
}

/* 福祉事業（PC） */

.page_welfare .section_contents .main_lead {
    margin-bottom: 100px;
    text-align: center;
}

.page_welfare .section_contents .main_lead .catch {
    font-size: 24px;
    margin-bottom: .5em;
}

.page_welfare .section_contents .main_lead .text {
    font-weight: 400;
    line-height: 2;
}

.page_welfare .section_contents ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.page_welfare .section_contents ul li {
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    text-align: center;
    border: 1px solid #D5D4CF;
}

.page_welfare .section_contents ul li .name {
    font-size: 20px;
    border-bottom: 2px dashed;
    padding-bottom: .4em;
    margin-bottom: .4em;
}

.page_welfare .section_contents ul li .info_text a {
    color: #000F36;
}

.page_welfare .section_contents ul li .common_view_more {
    margin-top: 20px;
}

.page_welfare .section_contents ul li .common_view_more a {
    margin: 0 auto;
}

/* 不動産事業（PC） */

.page_realestate .section_main {
    margin-bottom: 100px;
}

.page_realestate .section_main .flex_box {
    align-items: center;
}

.page_realestate .section_main .image {
    width: 45%;
    height: 500px;
    mask-image: url("./image/mask_wave.png");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100%;
    -webkit-mask-image: url("./image/mask_wave.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.page_realestate .section_main .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_realestate .section_main .text_box {
    width: 50%;
}

.page_realestate .section_main .text_box .title {
    font-size: 24px;
    letter-spacing: .1em;
    font-weight: 700;
    margin-bottom: 1em;
    line-height: 1.4;
}

.page_realestate .section_main .text_box .title .dotted {
    color: #187FC4;
    font-size: 35px;
}

.page_realestate .section_main .text_box .text {
    margin-bottom: 1.5em;
    font-size: 18px;
}

.page_realestate .section_main .text_box ul {
    background: #fff;
    padding: 20px 30px;
    border-radius: 30px;
}

.page_realestate .section_main .text_box ul li {
    font-size: 20px;
    padding: 10px 0 10px 30px;
    background: url(./image/icon_check.svg) no-repeat;
    background-size: 20px;
    background-position: 0;
    text-decoration: underline;
    text-underline-offset: 5px;
    letter-spacing: .05em;
}

.page_realestate .section_for_owner {
    text-align: center;
}

.page_realestate .section_for_owner .catch {
    font-size: 30px;
    margin-bottom: 1em;
}

.page_realestate .section_for_owner .catch .icon {
    margin: 0 15px;
}

.page_realestate .section_for_owner .catch .icon svg {
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin-bottom: 10px;
}

.page_realestate .section_for_owner .lead {
    line-height: 2;
    margin-bottom: 2em;
}

.page_realestate .section_for_owner .common_button a {
    margin: 0 auto;
}

.page_welfare_single .section_reserved .cont .privacy_check_list span.mwform-radio-field-text {
    text-indent: -9999px;
}

.page_welfare_single .section_reserved .cont .privacy_check_list .text a {
    color: #000F36;
    text-decoration: underline;
    text-underline-offset: 7px;
}

body.single-post {
    margin-top: 100px;
}

.page_welfare_single .section_access .flex_box .text_box .sns_box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.page_welfare_single .section_access .flex_box .text_box .sns_box .link {
    display: block;
    width: 40px;
    height: 40px;
}

.page_welfare_single .section_access .flex_box .text_box .sns_box .link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page_w_happiness_sec_common_flex {
    padding-top: 120px;
}

.page_w_happiness_sec_common_flex.mb {
    margin-bottom: 180px;
}

.page_w_happiness_sec_common_flex .common_flex_cont {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.page_w_happiness_sec_common_flex .common_flex_cont .cont_item {
    width: calc((100% - 60px) / 3);
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.page_w_happiness_sec_common_flex.event .common_flex_cont .cont_item .text_area .item_ttl,
.page_w_happiness_sec_common_flex.event .common_page_title .en {
    color: #e58399;
}

.page_w_happiness_sec_common_flex.work .common_flex_cont .cont_item .text_area .item_ttl,
.page_w_happiness_sec_common_flex.work .common_page_title .en {
    color: #f7be00;
}

.page_w_happiness_sec_common_flex.support .common_flex_cont .cont_item .text_area .item_ttl,
.page_w_happiness_sec_common_flex.support .common_page_title .en {
    color: #f98016;
}

.page_w_happiness_sec_common_flex .common_flex_cont .cont_item .item_img {
    width: 100%;
    height: 210px;
}

.page_w_happiness_sec_common_flex .common_flex_cont .cont_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_w_happiness_sec_common_flex .common_flex_cont .cont_item .text_area {
    padding: 20px 15px;
}

.page_w_happiness_sec_common_flex .common_flex_cont .cont_item .text_area .item_ttl {
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .02em;
    margin-bottom: .5em;
}

.page_w_happiness_sec_common_flex .common_flex_cont .cont_item .text_area .item_text {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    width: fit-content;
    margin: 0 auto;
}

@media screen and (min-width: 750px) {

    .home .main_visual .scroll_down:hover {
        transform: translateY(10px);
    }

    .common_button a:hover .text {
        color: #000F36;
    }

    .common_button.tel a:hover .text {
        color: #fff;
    }

    .common_button.tel a:hover::after {
        transform: translate(-50%, -50%) scale(0);
    }

    .common_button a:hover::after {
        transform: translate(-50%, -50%) scale(1)
    }

    .common_button a:hover #path_2079,
    .common_button a:hover #path_2080 {
        fill: #000F36;
    }

    .common_button a:hover #path_2067,
    .common_button a:hover #path_2081 {
        fill: #fff;
    }

    .common_button.tel a:hover #path_2079,
    .common_button.tel a:hover #path_2080 {
        fill: #fff;
    }

    .common_button.tel a:hover #path_2067,
    .common_button.tel a:hover #path_2081 {
        fill: #000F36;
    }

    .common_view_more a:hover::after {
        transform: translate(-50%, -50%) scale(1)
    }

    .common_view_more a:hover .text {
        color: #FF8014;
    }

    .common_view_more a:hover #path_59 {
        fill: #FF8014;
    }

    .common_view_more a:hover #path_39 {
        stroke: #fff;
    }

    .common_view_more a:hover #path_40 {
        stroke: #fff;
    }

    .common_information_list li a:hover::before {
        transform: scaleX(1);
    }

    .section_service .box .view_more a:hover .text {
        color: #000F36;
    }

    .section_service .box .view_more a:hover #path_59 {
        fill: #000F36;
    }

    footer#main_footer .site_contents ul li a:hover {
        opacity: .5;
    }

    footer#main_footer .page_top a:hover {
        opacity: .7;
    }

    .page_welfare_single .section_reserved .cont .box .banner:hover {
        opacity: .7;
    }


}

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

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

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

    body {
        font-size: 3.5vw;
        min-width: unset;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 2.5%;
        top: 10px;
        width: 95%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999999;
        height: 64px;
        border-radius: 10px;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 8.9px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 46px;
    }

    #sp_header .mail {
        position: absolute;
        right: 60px;
        top: 4.8px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-top: 30vw;
        padding-bottom: 20vw;
    }

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

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

    .common_page_wrap {
        padding: 15vw 0 0 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

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

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

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

    .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;
        margin: 5vw 0;
    }

    .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;
        margin-bottom: 1.5vw;
    }

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

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

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

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

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

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

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* 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;
    }

    .home .main_visual {
        background: url(./image/sp_fv.png) no-repeat;
        background-size: cover;
        background-position: center top;
    }

    .home .main_visual:before {
        display: none;
    }

    .home .main_visual .wrap {
        height: auto;
        padding-top: 118vw;
        padding-bottom: 14.2vw;
    }

    .home .main_visual .picture_1 {
        width: 104vw;
        top: 8.6vw;
        left: 0;
    }

    .home .main_visual .picture_4 {
        width: 45vw;
        top: 96vw;
        left: -5vw;
    }

    .home .main_visual .picture_5 {
        width: 61vw;
        top: 89vw;
        right: -22vw;
    }

    .home .main_visual .accent.pink {
        left: -2.5vw;
        top: 51vw;
        width: 50vw;
    }

    .home .main_visual .accent.orange {
        left: auto;
        right: -9.7vw;
        top: 10px;
        width: 57vw;
    }

    .home .main_visual .accent.yellow {
        right: -25vw;
        top: 80vw;
        width: 42vw;
    }

    .home .main_visual .accent.light_blue {
        left: -11vw;
        top: 100vw;
        width: 34vw;
    }

    .home .main_visual .ribbon img {
        width: 100%;
    }

    .home .main_visual .ribbon_1 {
        top: 46vw;
        left: -5vw;
        width: 87vw;
    }

    .home .main_visual .ribbon_2 {
        top: 120vw;
        right: -40vw;
        width: 182vw;
    }

    .home .main_visual .moya {
        position: absolute;
    }

    .home .main_visual .moya.defo {
        width: 588px;
        right: -380px;
        bottom: -20px;
    }

    .home .main_visual .moya.white {
        width: 628px;
        left: -320px;
        top: -110px;
    }

    .home .main_visual .text_box {
        margin-left: 0;
    }

    .home .main_visual .text_box .catch {
        font-size: 10.3vw;
    }

    .home .main_visual .text_box .catch small {
        font-size: 8.2vw;
        margin: 0 -.15em;
    }

    .home .main_visual .text_box .catch .line {
        border-radius: 6px;
        padding: 0 1.5vw 0 4vw;
    }

    .home .main_visual .text_box .catch .line:last-child {
        margin-left: 6.4vw;
    }

    .home .main_visual .scroll_down {
        right: 0;
        bottom: -3.7vw;
    }

    .home .main_visual .scroll_down .text {
        font-size: 3.07vw;
    }

    .home .main_visual .scroll_down img {
        width: 11vw;
    }

    .home .main_visual .text_box .lead {
        font-size: 3.5vw;
        margin-top: 6.4vw;
        margin-left: 0;
        line-height: 2.1;
    }

    .home .section_information {
        padding: 8.2vw 0 43vw;
    }

    .section_information .title_area {
        width: 100%;
        margin-bottom: 6.7vw;
    }

    .section_information .title_area .common_view_more {
        margin-top: 0;
        position: absolute;
        left: 50%;
        bottom: 21vw;
        transform: translateX(-50%);
    }

    .section_information .title_area .common_view_more a {
        width: 51vw;
    }

    .section_information .contents_area {
        width: 100%;
    }

    .common_information_list li a {
        padding: 6vw 0;
        background-position: right 0 bottom 11vw;
        position: relative;
    }

    .common_information_list li:first-child a {
        border-top: 1px solid #9D9D9D;
    }

    .common_information_list li a:before {
        display: none;
    }

    .common_information_list li a .data {
        font-size: 3.5vw;
        width: auto;
    }

    .common_information_list li a .category {
        width: 23vw;
        line-height: 6.6vw;
        margin-left: 5.12vw;
        margin-right: 0;
        font-size: 3.07vw;
    }

    .common_information_list li a .title {
        width: 100%;
        -webkit-line-clamp: 2;
        margin-top: 4.1vw;
        margin-right: 15vw;
    }

    .section_top_slider .slide {
        padding: 0 5px;
    }

    .section_top_slider .slide img {
        width: 46vw;
        height: 35vw;
        border-radius: 10px;
    }

    .section_service {
        padding: 25vw 0 19.4vw;
        margin-bottom: 0;
        position: relative;
    }

    .section_service .mask {
        position: absolute;
        left: 0;
        z-index: -1;
        top: -17vw;
    }

    .section_service .common_title {
        margin-bottom: 11vw;
    }

    .section_service .box+.box {
        margin-top: 12vw;
    }

    .section_service .box .text_box {
        width: 100%;
    }

    .section_service .box.welfare .text_box {
        margin-left: 0;
        padding-top: 0;
    }

    .section_service .box.real_estate .text_box {
        margin-right: 0;
        padding-top: 0;
    }

    .section_service .box .text_box .info_box {
        margin-top: 6.15vw;
        padding-top: 6.15vw;
    }

    .section_service .box .text_box .info_box .name {
        font-size: 5.12vw;
        margin-bottom: 3.5vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .section_service .box .text_box .info_box .name a {
        font-size: 4.1vw;
        margin-left: 0;
    }

    .section_service .box .text_box .info_box .info_text a {
        color: #000F36;
    }

    .section_service .box .title {
        font-size: 6.15vw;
        gap: 5.12vw;
        margin-bottom: 3vw;
    }

    .section_service .box.real_estate .title {
        justify-content: flex-end;
    }

    .section_service .box .title .icon svg {
        width: 3.6vw;
    }

    .section_service .box .view_more {
        margin-top: 7.6vw;
    }

    .section_service .box .view_more a {
        gap: 0;
        justify-content: space-between;
        font-size: 4.1vw;
        display: flex;
    }

    .section_service .box .view_more a .text {
        min-width: 75vw;
        margin: 0;
    }

    .section_service .box .image {
        margin-bottom: -8vw;
    }

    .section_service .box .image img {
        width: calc(100% + 3.5vw);
        max-width: unset;
    }

    .section_service .box.welfare .image {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        order: -1;
    }

    .section_service .box.real_estate .image {
        width: 100%;
        margin-left: -3.5vw;
        margin-right: 0;
    }

    .section_about:before {
        background: url(./image/wave_back_sp.png) no-repeat;
        background-size: 100%;
        background-position: top center;
    }

    .section_about .wrap {
        padding-top: 22vw;
        padding-bottom: 64vw;
    }

    .section_about .picture_1 {
        top: 45vw;
        left: -4.2vw;
        width: 56vw;
    }

    .section_about .picture_2 {
        top: 65vw;
        right: -3vw;
        width: 43vw;
    }

    .section_about .picture_3 {
        top: auto;
        left: 0;
        width: 40vw;
        bottom: 25vw;
    }

    .section_about .picture_4 {
        top: auto;
        right: 0;
        width: 51vw;
        bottom: 12vw;
    }

    .section_about .text_box {
        width: 100%;
    }

    .section_about .text_box .common_title {
        margin-bottom: 58vw;
    }

    .section_about .text_box .catch {
        font-size: 5.6vw;
        margin-bottom: 4.35vw;
    }

    .section_about .text_box .lead {
        margin-bottom: 10vw;
    }

    .section_recruit {
        padding-bottom: 22.5vw;
    }

    .section_recruit .cont {
        grid-template-columns: repeat(1, 1fr);
        gap: 5.12vw;
    }

    .section_recruit .cont .box {
        padding: 7vw 14vw;
    }

    .section_recruit .cont .box .common_title {
        margin-bottom: 5.12vw;
    }

    .section_recruit .cont .box .lead {
        margin-bottom: 7.6vw;
    }

    .section_recruit .cont .box:nth-child(1) .illust {
        left: -2vw;
        bottom: auto;
        top: -10vw;
        width: 21vw;
    }

    .section_recruit .cont .box:nth-child(2) .illust {
        right: -3vw;
        bottom: 0;
        width: 13.8vw;
    }

    .common_button a {
        width: 61.5vw;
        line-height: 12.6vw;
        padding-left: 3.4vw;
        gap: 3.5vw;
    }

    .common_button.tel a {
        pointer-events: initial;
    }

    .common_button a .text {
        font-size: 4.1vw;
    }

    .common_button.tel a .text {
        font-size: 4.1vw;
        font-weight: 700;
    }

    .common_button a .icon svg {
        width: 8.4vw;
    }

    .common_view_more a {
        width: 61.5vw;
        line-height: 12.6vw;
        padding-left: 8.6vw;
        padding-right: 5.12vw;
    }

    .common_view_more a .arrow svg {
        margin-bottom: 1vw;
        width: 7.6vw;
    }

    .common_title .en {
        font-size: 10.2vw;
    }

    .common_title .title {
        font-size: 4.1vw;
    }

    .section_recruit .cont .box .common_title .en {
        font-size: 8.2vw;
    }

    footer#main_footer {
        padding: 10vw 0 5.6vw;
        background-image: url(./image/footer_back_sp.png);
        background-size: cover;
        background-position: center;
    }

    footer#main_footer .flex_box {
        margin-bottom: 4.6vw;
    }

    footer#main_footer .information {
        width: 100%;
        text-align: center;
    }

    footer#main_footer .information .logo {
        margin-bottom: 4.6vw;
        text-align: center;
    }

    footer#main_footer .information .logo img {
        width: 51vw;
    }

    .page-template-page-w_happiness_ooimazato footer#main_footer .information .logo img {
        width: 61vw;
    }

    footer#main_footer .information .name {
        font-size: 4.6vw;
        margin-bottom: 2.5vw;
    }

    footer#main_footer .information .address {
        font-size: 3.5vw;
        margin-bottom: 4.6vw;
    }

    .common_site_information .insta a {
        width: 15.2vw;
        height: 15.2vw;
        margin: 0 auto 7.6vw auto;
    }

    .common_site_information .insta a img {
        width: 7.6vw;
    }

    footer#main_footer .site_contents {
        display: none;
    }

    .common_site_information .contact_box {
        width: 100%;
        text-align: center;
    }

    .common_site_information .contact_box .common_button a {
        margin: 0 auto;
    }

    .common_site_information .contact_box .box+.box {
        margin-top: 5.12vw;
    }

    .common_site_information .contact_box .title {
        padding-left: 4.1vw;
        margin-bottom: 2.5vw;
    }

    .common_site_information .contact_box .title:before {
        width: 1.5vw;
        height: 1.5vw;
    }

    .common_site_information .contact_box .box .time {
        font-size: 3.07vw;
    }

    .common_site_information .copyright small {
        font-size: 3.07vw;
    }

    .common_site_information .other_menu ul {
        display: flex;
        justify-content: center;
        margin-bottom: 5.12vw;
    }

    .common_site_information .other_menu ul li:after {
        content: "|";
        margin: 0 6.15vw;
    }

    .common_site_information .other_menu ul li:last-child::after {
        display: none;
    }

    .common_site_information .other_menu ul li a {
        color: #333333;
    }

    /* 事業紹介（福祉）-詳細ページ（SP） */

    .common_main_visual {
        margin-top: 0;
        padding-top: 82vw;
    }

    .common_main_visual .mask {
        top: 0;
    }

    .common_main_visual .flex_box {
        margin-left: 0;
    }

    .common_main_visual .text_box {
        width: 100%;
        padding-bottom: 0;
    }

    .common_main_visual .text_box .title_box {
        align-items: center;
        gap: 14px;
        margin-bottom: 16px;
    }

    .common_main_visual .text_box .title_box .en {
        font-size: 4.6vw;
    }

    .common_main_visual .text_box .title_box .title {
        font-size: 3.3vw;
    }

    .common_main_visual .text_box .welfare_name_box {
        margin-bottom: 12.8vw;
    }

    .common_main_visual .text_box .welfare_name_box .title {
        font-size: 4.6vw;
        margin-bottom: 7px;
    }

    .common_main_visual .text_box .welfare_name_box .name {
        border-radius: 0 5.12vw;
        line-height: 14.1vw;
        font-size: 6.15vw;
        display: inline-block;
        padding: 0 5vw;
    }

    .common_main_visual .image {
        width: 112vw;
        height: 88vw;
        position: absolute;
        top: -7.6vw;
        right: -22vw;
    }

    .page_welfare_single .section_information {
        padding-top: 20vw;
    }

    .page_welfare_single .section_information .cont {
        min-height: unset;
        display: block;
        padding: 15vw 10vw;
        background: #fff;
        border-radius: 44vw;
        background-color: #fff;
        box-shadow: 0px 0px 20px 20px #fff;
        width: 95%;
        margin: 0 auto;
    }

    .page_welfare_single .section_information .cont:before {
        content: "";
        width: 110%;
        height: 110%;
        position: absolute;
        left: -5%;
        top: -5%;
        background: #F7EFD6;
        z-index: -1;
        border-radius: 44vw;
        box-shadow: 0px 0px 20px 20px #F7EFD6;
    }

    .page_welfare_single .section_information .cont .back {
        display: none;
    }

    .page_welfare_single .section_information .cont .in_box .logo {
        margin-bottom: 4vw;
    }

    .page_welfare_single .section_information .cont .in_box .logo img {
        width: 60vw;
    }

    .page_welfare_single .section_information .cont .in_box .text {
        width: 100%;
    }

    .common_page_title {
        margin-bottom: 5vw;
    }

    .common_page_title .en {
        font-size: 4vw;
    }

    .common_page_title .title {
        font-size: 5.6vw;
    }

    .page_welfare_single .section_feature {
        padding-top: 20vw;
    }

    .page_welfare_single .section_feature ol {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw;
    }

    .page_welfare_single .section_feature ol li {
        padding: 15vw 5vw 10vw 5vw;
    }

    .page_welfare_single .section_feature ol li .num {
        top: .1em;
        left: .5em;
        font-size: 6vw;
    }

    .page_welfare_single .section_feature ol li .num small {
        font-size: 3vw;
    }

    .page_welfare_single .section_feature ol li .accent {
        left: -6vw;
        top: -3vw;
        width: 24vw;
    }

    .page_welfare_single .section_feature ol li .title {
        font-size: 5vw;
        margin-bottom: 2vw;
    }

    .page_welfare_single .section_program {
        margin-bottom: 20vw;
    }

    .page_welfare_single .section_program .cont {
        padding: 20vw 4vw;
    }

    .page_welfare_single .section_program .cont .title_box {
        top: -10vw;
        width: 90%;
    }

    .page_welfare_single .section_program .cont .title_box .title {
        top: 4vw;
        font-size: 6vw;
    }

    .page_welfare_single .section_program .cont .title_box .title small {
        font-size: 4vw;
    }

    .page_welfare_single .section_program .cont ol li.flex:before {
        height: calc(100% + 10vw);
        left: 10vw;
    }

    .page_welfare_single .section_program .cont ol li.flex+li.flex {
        margin-top: 10vw;
    }

    .page_welfare_single .section_program .cont ol li .num {
        width: 20vw;
        height: 20vw;
        border: 2px dashed #FFA53C;
        font-size: 7vw;
        padding-top: 2vw;
    }

    .page_welfare_single .section_program .cont ol li .num small {
        font-size: 4vw;
    }

    .page_welfare_single .section_program .cont ol li .info_box {
        width: calc(100% - 20vw);
        padding-left: 4vw;
        padding-top: 4vw;
    }

    .page_welfare_single .section_program .cont ol li .info_box .title {
        font-size: 5vw;
        margin-bottom: 2vw;
    }

    .page_welfare_single .section_program .cont ol li .info_box ul li+li {
        margin-top: 5vw;
    }

    .page_welfare_single .section_slider {
        margin-bottom: 30vw;
    }

    .page_welfare_single .section_slider li.slide {
        margin: 0 10px;
    }

    .page_welfare_single .section_slider li.slide img {
        border-radius: 14px;
    }

    .page_welfare_single .section_slider li.slide_2,
    .page_welfare_single .section_slider li.slide_4 {
        width: 60vw;
        height: 40vw;
    }

    .page_welfare_single .section_slider li.slide_1,
    .page_welfare_single .section_slider li.slide_3 {
        width: 50vw;
        height: 30vw;
    }

    .page_welfare_single .section_slider li.slide_1 {
        margin-top: 5vw;
    }

    .page_welfare_single .section_slider li.slide_3 {
        margin-top: 10vw;
    }

    .page_welfare_single .section_slider .js_welfare_slider_head {
        margin-bottom: 5vw;
    }

    .page_welfare_single .section_access {
        margin-bottom: 20vw;
    }

    .page_welfare_single .section_access .mask {
        top: auto;
        bottom: -45vw;
    }

    .page_welfare_single .section_access .flex_box {
        padding: 5vw;
    }

    .page_welfare_single .section_access .flex_box .accent {
        left: -10vw;
        bottom: -10vw;
        width: 60vw;
        z-index: -1;
    }

    .page_welfare_single .section_access .flex_box .map {
        width: 100%;
        height: 60vw;
        transform: translateY(0);
    }

    .page_welfare_single .section_access .flex_box .text_box {
        padding-top: 5vw;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .page_welfare_single .section_access .flex_box .text_box .common_page_title {
        margin-bottom: 3vw;
        text-align: center;
    }

    .page_welfare_single .section_access .flex_box .text_box .common_page_title .en {
        font-size: 4vw;
    }

    .page_welfare_single .section_access .flex_box .text_box .common_page_title .title {
        font-size: 5vw;
    }

    .page_welfare_single .section_access .flex_box .text_box .tel {
        justify-content: center;
    }

    .page_welfare_single .section_access .flex_box .text_box .tel a {
        color: #000F36;
    }

    .page_welfare_single .section_access .flex_box .text_box .tel .text {
        font-size: 8vw;
    }

    .page_welfare_single .section_access .flex_box .text_box .time {
        font-size: 3.2vw;
    }

    .page_welfare_single .section_reserved .cont {
        padding: 10vw 4vw 10vw 4vw;
        border-radius: 14px;
    }

    .page_welfare_single .section_reserved .cont .box:first-child {
        padding-bottom: 10vw;
        margin-bottom: 10vw;
    }

    .page_welfare_single .section_reserved .cont .box .box_title {
        font-size: 5vw;
        margin-bottom: 4vw;
    }

    .page_welfare_single .section_reserved .cont .box:nth-child(2) .box_title {
        margin-bottom: 10vw;
    }

    .page_welfare_single .section_reserved .cont .box .banner {
        width: 100%;
    }

    main.page_main {
        padding-bottom: 20vw;
    }

    /* 福祉事業（PC） */

    .page_welfare .section_contents .main_lead {
        margin-bottom: 20vw;
    }

    .page_welfare .section_contents .main_lead .catch {
        font-size: 5.12vw;
    }

    .page_welfare .section_contents ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10vw;
    }

    .page_welfare .section_contents ul li {
        border-radius: 14px;
        padding: 8vw 6vw;
    }

    .page_welfare .section_contents ul li .name {
        font-size: 5vw;
    }

    .page_welfare .section_contents ul li .info_text {
        font-size: 3.8vw;
    }

    .page_welfare .section_contents ul li .common_view_more {
        margin-top: 4vw;
    }

    /* 不動産事業（SP） */

    .page_realestate .section_main {
        margin-bottom: 20vw;
    }

    .page_realestate .section_main .image {
        width: 100%;
        height: 70vw;
        margin-bottom: 6vw;
    }

    .page_realestate .section_main .text_box {
        width: 100%;
    }

    .page_realestate .section_main .text_box .title {
        font-size: 4.5vw;
        text-align: center;
    }

    .page_realestate .section_main .text_box .title .dotted {
        font-size: 6.5vw;
    }

    .page_realestate .section_main .text_box .text {
        font-size: 4vw;
        text-align: center;
    }

    .page_realestate .section_main .text_box ul {
        padding: 4vw;
    }

    .page_realestate .section_main .text_box ul li {
        font-size: 4.3vw;
        padding: 3vw 0 3vw 7vw;
        background-size: 5vw;
    }

    .page_realestate .section_for_owner .catch {
        font-size: 5vw;
        position: relative;
    }

    .page_realestate .section_for_owner .catch .icon {
        margin: 0;
        position: absolute;
        top: 10%;
    }

    .page_realestate .section_for_owner .catch .icon:nth-child(1) {
        left: 5vw;
    }

    .page_realestate .section_for_owner .catch .icon:last-child {
        right: 5vw;
    }

    .page_realestate .section_for_owner .catch .icon svg {
        width: 5vw;
        margin-bottom: 2vw;
    }

    .mask_wrap_section {
        background: none;
    }

    .mask_wrap_section .mask_image {
        top: -5.12vw;
    }

    .common_main_visual.page_version .text_box .title_box .title {
        font-size: 6vw;
    }

    .common_main_visual.page_version .text_box .title_box .title {
        font-size: 6vw;
    }

    .common_main_visual.page_version .text_box .title_box {
        margin-bottom: 16px;
    }

    .page_welfare_single .section_access .flex_box .text_box .sns_box {
        justify-content: center;
        gap: 3.8vw;
        margin-top: 4vw;
    }

    .page_welfare_single .section_access .flex_box .text_box .sns_box .link {
        width: 10vw;
        height: 10vw;
    }

    .page_w_happiness_sec_common_flex {
        padding-top: 20vw;
    }

    .page_w_happiness_sec_common_flex.mb {
        margin-bottom: 30vw;
    }

    .page_w_happiness_sec_common_flex .common_flex_cont {
        gap: 5vw;
    }

    .page_w_happiness_sec_common_flex .common_flex_cont .cont_item {
        width: 100%;
    }

    .page_w_happiness_sec_common_flex .common_flex_cont .cont_item .item_img {
        height: 49vw;
    }

    .page_w_happiness_sec_common_flex .common_flex_cont .cont_item .text_area {
        padding: 3.8vw;
    }

    .page_w_happiness_sec_common_flex .common_flex_cont .cont_item .text_area .item_ttl {
        font-size: 4.2vw;
    }

    .page_w_happiness_sec_common_flex .common_flex_cont .cont_item .text_area .item_text {
        font-size: 3.5vw;
    }
}