@charset "UTF-8";

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

.w-in1100 {
    width: 76.389vw;
    max-width: 100%;
    margin: 0 auto;
}

.w-in1400 {
    width: 97.222vw;
    max-width: 98%;
    margin: 0 auto;
}

main {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes horizontal {
    0% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes vertical {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0.486vw;
    height: 0.347vw;
}

::-webkit-scrollbar-thumb {
    border-radius: 0.278vw;
    background: #22b573;
    ;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.sp {
    display: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

body {
    margin: 0;
    color: #1a1a1a;
}

p {
    margin: 0;
}

.pr {
    position: relative;
}

.link-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

nav.menu {
    width: 3.472vw;
    height: 3.472vw;
    top: 1.042vw;
    right: 2.431vw;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    z-index: 9999;
    background: white;
    border-radius: 0.694vw;
}

nav .menu1 {
    width: 2.083vw;
    height: 0.139vw;
    background-color: #29abe2;
    top: 0.556vw;
    position: absolute;
    left: 0.694vw;
}

nav .menu2 {
    width: 2.083vw;
    height: 0.139vw;
    background-color: #29abe2;
    top: 1.111vw;
    position: absolute;
    left: 0.694vw;
}

nav .menu3 {
    width: 2.083vw;
    height: 0.139vw;
    background-color: #29abe2;
    top: 1.667vw;
    position: absolute;
    left: 0.694vw;
}

nav .menu4 {
    font-size: 0.694vw;
    position: absolute;
    bottom: 0.278vw;
    left: 0.694vw;
    color: #29abe2;
}

nav .menu1,
nav .menu2,
nav .menu3 {
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    /* Opera */
    -moz-transition: all 0.5s ease-out;
    /* Firefox */
    -webkit-transition: all 0.5s ease-out;
    /* GoogleChrome, Safari */
    -ms-transition: all 0.5s ease-out;
    /* IE */
}

nav .menuclick1 {
    top: 1.111vw;
    -o-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
}

nav .menuclick2 {
    background-color: rgba(255, 255, 255, 0);
}

nav .menuclick3 {
    top: 1.111vw;
    -o-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
}

#menu {
    width: 100%;
    display: none;
    right: 0px;
    top: 0px;
    margin: 0;
    right: 0;
    list-style-type: none;
    padding: 6.944vw 0 6.944vw 0;
    z-index: 9990;
    position: absolute;
    background: #29abe2;
}

/*by misallychan.com*/
#menu li a {
    display: block;
    color: white;
    padding: 0px;
    text-align: center;
    font-size: 0.903vw;
    margin: 0px 0 0px 0;
    width: 20%;
    float: left;
    height: 4.167vw;
    line-height: 4.167vw;
    position: relative;
}

#menu li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.347vw 0 0.347vw 0.604vw;
    border-color: transparent transparent transparent white;
    position: absolute;
    left: 8%;
    top: 1.736vw;
}

#menu img {
    display: block;
    margin: 0 auto 0px auto;
}

div#nav-logo {
    margin-bottom: 3.472vw;
}

#nav-foot {
    width: 100%;
}

/**************************************************
---------end--------- default----------end--------
**************************************************/
header#main-header {
    background: url(./image/frame.png) no-repeat;
    background-position: top center;
}

header#main-header h1 {
    text-align: center;
    font-size: 1.111vw;
    color: #29abe2;
}

header#main-header h1 a {
    color: #29abe2;
}

nav#main-nav ul {
    padding: 1.389vw;
}

nav#main-nav ul li {
    margin-right: 1.389vw;
    padding-left: 1.389vw;
    background: url(./image/icon-4.svg) no-repeat;
    background-size: 0.417vw;
    background-position: 0.139vw;
}

nav#main-nav ul li a {
    color: white;
    font-size: 0.972vw;
}

nav#main-nav ul li a {
    position: relative;
    display: inline-block;
    transition: .3s;
}

nav#main-nav ul li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 0.069vw;
    background-color: white;
    transition: .3s;
}

nav#main-nav ul li a:hover::after {
    width: 100%;
}

.main-li a {
    color: #333433;
}

.main-li {
    width: 15.972vw;
    background: url(./image/icon-1.svg) no-repeat;
    padding-left: 2.083vw;
    background-size: 1.25vw;
    background-position: 0;
    font-size: 0.972vw;
}


.main-li a {
    position: relative;
    display: inline-block;
    transition: .3s;
    font-weight: bold;
}

.main-li a::before,
.main-li a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0.069vw;
    background-color: #22b573;
    transition: .3s;
}

.main-li a::before {
    top: 0;
    left: 0;
}

.main-li a::after {
    bottom: 0;
    right: 0;
}

.main-li a:hover::before,
.main-li a:hover::after {
    width: 100%;
}


main#top-main ul li span {
    display: block;
    font-size: 0.764vw;
    color: #999999;
    font-weight: normal;
    margin-bottom: 0.139vw;
}

main#top-main ul {
    justify-content: space-between;
    margin-bottom: 2.083vw;
}

.contact {
    background: url(./image/contact.png) no-repeat, #22b573;
    background-position: 1.389vw;
    border-radius: 0.694vw;
    width: 10.069vw;
    height: 2.431vw;
    line-height: 2.431vw;
}

.contact a {
    color: white;
    font-size: 0.972vw;
    padding-left: 2.778vw;
}

.contact:hover {
    background: url(./image/contact.png) no-repeat, #29abe2;
    background-position: 1.389vw;
    transition-duration: 0.3s;
}

div#main-visual {
    background: url(./image/main.png) no-repeat #f2f2f2;
    background-position: center;
    height: 30.556vw;
    position: relative;
}

div#main-visual h2 {
    position: absolute;
    top: 6.944vw;
    right: 4.861vw;
}

div#top2-box {
    margin: 0 2%;
}

div#top3-box:last-child {
    margin-left: 2%;
}

div#top1-box,
div#top2-box,
div#top3-box {
    width: 32%;
    background: #f2f2f2;
    padding: 0.694vw;
    color: #333333;
    margin-bottom: 1.736vw;
}

div#top1-box:hover,
div#top2-box:hover,
div#top3-box:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
}

div#top3-box {}

.w-in1100.flex.top1-wrap {
    justify-content: center;
    padding: 1.389vw 0;
}

.top1-text {
    position: absolute;
    top: 8.333vw;
    left: 1.389vw;
    color: white;
    text-shadow: 2px 2px 3px #000000;
    text-shadow: 2px 2px 1px #000000;
}

#top1-setsu {
    font-size: 0.833vw;
    color: #333433;
    padding: 0.556vw 0.694vw;
    line-height: 2;
}

a.top1-link {
    display: block;
    color: white;
    width: 100%;
    height: 2.778vw;
    background: #22b573 url(./image/icon-2.svg) no-repeat;
    background-size: 1.042vw;
    background-position: 0.694vw;
    font-size: 0.972vw;
    text-align: center;
    line-height: 2.778vw;
    padding-left: 2.083vw;
}

section#top2 {
    background: #29abe2;
    border-top: 10px solid #f2f2f2;
    border-bottom: 10px solid #f2f2f2;
    padding: 1.389vw 0;
}

section#top2 h2 {
    text-align: center;
    color: white;
    margin: 0.694vw 0 0.694vw 0;
    font-size: 1.736vw;
    letter-spacing: 0.208vw;
}

section#top2 h3 {
    text-align: center;
    color: white;
    font-size: 0.972vw;
    margin: 0px 0 2.083vw 0;
}

#top2 ul {
    justify-content: space-between;
}

#top2 ul.madori_s {
    padding-top: 1.389vw;
    /* justify-content: center; */
}

#top2 ul.madori_s li {}

#top2 ul.madori_s li a {
    display: block;
    width: 13.889vw;
    background: white;
    color: #29abe2;
    font-size: 0.972vw;
    text-align: center;
    line-height: 3.472vw;
    height: 3.472vw;
    margin-bottom: 1.389vw;
    position: relative;
    font-weight: bold;
}

#top2 ul.madori_s li a:hover {
    background: #22b573;
    color: white;
    transition-duration: 0.5s;
}

#top2 ul.madori_s li a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0.694vw 0.694vw;
    border-color: transparent transparent #29abe2 transparent;
    position: absolute;
    right: 0.347vw;
    bottom: 0.347vw;
    content: "";
}

li.top2-link {}

li.top2-link a {
    display: block;
    width: 13.889vw;
    background: white;
    color: #29abe2;
    font-size: 0.972vw;
    text-align: center;
    line-height: 3.472vw;
    height: 3.472vw;
    margin-bottom: 1.389vw;
    position: relative;
    font-weight: bold;
}

li.top2-link a:hover {
    background: #22b573;
    color: white;
    transition-duration: 0.5s;
}

li.title-3 {
    width: 13.889vw;
    position: relative;
}

li.title-3 img {
    position: absolute;
    top: 0.694vw;
    left: 0.694vw;
}

li.top2-link a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0.694vw 0.694vw;
    border-color: transparent transparent #29abe2 transparent;
    position: absolute;
    right: 0.347vw;
    bottom: 0.347vw;
    content: "";
}

li.top2-link a:hover:after {
    border-color: transparent transparent white transparent;
}

li.top2-link a.big {
    width: 24.306vw;
    height: 5.556vw;
    line-height: 5.556vw;
}

section#top3 {
    padding: 2.083vw 0;
}

section#top3 h2 {
    text-align: center;
    color: #333333;
    margin: 0.694vw 0 0.694vw 0;
    font-size: 1.944vw;
    letter-spacing: 0.278vw;
}

section#top3 h3 {
    text-align: center;
    color: #333333;
    font-size: 0.972vw;
    margin: 0px 0 2.083vw 0;
}

div#top3-title {
    background: url(./image/new.png) no-repeat;
    background-position: 33%;
}

.top3-box {
    width: 18.056vw;
    margin-bottom: 2.083vw;
    font-size: 0.972vw;
}

.top3-box .pic {
    position: relative;
    height: 11.458vw;
    width: 18.056vw;
    background: #f2f2f2;
}

.top3-box .pic img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top3-box .link-wrap:hover {
    background: rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s;
}

.top3-box p {
    margin: 0.347vw 0 0.694vw;
    font-size: 0.833vw;
}

.butken_name {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0.694vw;
    font-weight: bold;
}

.top3-box ul {
    margin-bottom: 0.694vw;
}

.top3-box ul li {
    padding: 0.347vw;
    font-size: 0.833vw;
}

.top3-box ul li:first-child {
    width: 20%;
    background: #29abe2;
    text-align: center;
    color: white;
}

.top3-box ul li:nth-child(2) {
    width: 80%;
    background: #f2f2f2;
    padding-left: 1.389vw;
}

.top3-wrap {
    justify-content: space-between;
}

section#top4 {
    background: url(./image/sec-4-back.png) no-repeat;
    height: 31.944vw;
    background-size: cover;
    padding-top: 1.389vw;
    border-top: 10px solid #f2f2f2;
    border-bottom: 10px solid #f2f2f2;
}

.top4-box.pr {
    width: 24.306vw;
    height: 27.778vw;
    background: white;
    padding: 0.694vw;
}

.top4-box.pr p {
    font-size: 0.833vw;
    line-height: 1.667vw;
    color: #333333;
    padding: 10px
}

.top4-box.pr img {
    display: block;
    margin: 0 auto;
}

.w-in1100.flex.top4-wrap {
    justify-content: space-between;
}

.top4-link {
    display: block;
    color: white;
    height: 4.861vw;
    line-height: 4.861vw;
    text-align: center;
    padding-left: 2.083vw;
    position: absolute;
    width: 22.917vw;
    bottom: 0.694vw;
    font-weight: bold;
}

#qa-button {
    background: #22b573 url(./image/q-icon.svg) no-repeat;
    background-size: 3.472vw;
    background-position: 4.167vw;
    color: #fff;
    font-size: 1.181vw;
    transition: 0.2s;
}

#qa-button:hover {
    opacity: 0.5;
}

#re-button {
    background: #22b573 url(./image/contact.svg) no-repeat;
    background-size: 2.778vw;
    background-position: 4.167vw;
    color: #fff;
    font-size: 1.181vw;
    transition: 0.2s;
}

#re-button:hover {
    opacity: 0.5;
}

#co-button {
    background: #22b573 url(./image/re-icon.svg) no-repeat;
    background-size: 2.083vw;
    background-position: 4.167vw;
    color: #fff;
    font-size: 1.181vw;
    transition: 0.2s;
}

#co-button:hover {
    opacity: 0.5;
}

div#foot-link {
    display: flex;
}

div#foot-link ul {
    width: 15.972vw;
}

div#foot-link ul li a {
    color: #333333;
    font-size: 0.833vw;
    height: 2.083vw;
    display: block;
    padding-left: 1.389vw;
    background: url(./image/icon-1.svg) no-repeat;
    background-size: 0.972vw;
    background-position: 0 10%;
}

div#foot-link ul li a:hover {
    color: #22b573;
}

div#foot-info h2 {
    color: #29abe2;
    font-size: 1.389vw;
    text-align: center;
}

div#sekahogo-info {
    border: 1px solid #999999;
    border-radius: 0.347vw;
    padding: 0.694vw;
}

div#sekahogo-info h3 {
    font-size: 1.111vw;
    margin: 0.694vw 0;
}

div#sekahogo-info p {
    font-size: 0.833vw;
    color: #999999;
    line-height: 1.389vw;
}

.nav_st a {
    color: #29abe2;
}

.contact-2 {
    color: white !important;
    background: #29abe2;
    display: block;
    text-align: center;
    font-size: 0.972vw;
    padding: 0.347vw 0;
    margin-top: 0.694vw;
}

.contact-2:hover {
    background: #22b573;
    transition-duration: 0.5s;
}

footer#main-footer {
    padding: 2.778vw 0 0px 0px;
}

.flex.w-in1100.foot-wrap {
    justify-content: space-between;
    padding-bottom: 30px
}

div#copy {
    background: #f2f2f2;
    text-align: center;
    color: #333333;
    font-size: 0.972vw;
    padding: 1.389vw 0 7.986vw;
}

div#bottom-text {
    color: white;
}

#tel {
    color: white;
    font-size: 1.944vw;
}

#time {
    color: white;
    background: white;
    color: #29abe2;
    border-radius: 0.694vw;
    text-align: center;
    font-size: 0.972vw;
    padding: px 0;
}

div#shindan-link img {
    position: absolute;
    top: -2.778vw;
    left: -2.778vw;
}

div#shindan-link a {
    color: white;
    display: block;
    background: #f7931e url(./image/icon-3.svg) no-repeat;
    background-size: 1.042vw;
    background-position: 2.083vw;
    padding-left: 2.083vw;
    width: 19.792vw;
    height: 4.167vw;
    border-radius: 0.694vw;
    border: 2px solid #ffff00;
    text-align: center;
    line-height: 4.167vw;
}

div#foot-bottom {
    background: #29abe2;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-in1100.flex.bottom-wrap {
    justify-content: space-between;
    align-items: center;
}

#kotei-main {
    background: url(./image/single-h1.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    height: 20.833vw;
    border-bottom: 5px solid #29abe2;
    border-bottom: 10px solid #f2f2f2;
    margin-bottom: 6.944vw;
    background-size: cover;
    background-position: center;
}

#kotei-main h1 {
    font-size: 33px !important;
    color: white !important;
    text-shadow: 2px 2px 2px #000000;
    padding-top: 12.014vw;
    text-align: left !important;
    letter-spacing: 0.347vw;
}

#kotei-main h1 span {
    display: block;
    font-size: 1.25vw;
    padding-left: 0px;
    letter-spacing: 0.069vw;
    margin-top: 0.694vw;

}

section#single_page ul {
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
    padding: 1.389vw;
}

section#single_page ul li:first-child {
    width: 20%;
}

section#single_page ul li:nth-child(2) {
    width: 80%;
    font-size: 0.972vw;
    line-height: 2.083vw;
    padding-top: 3.472vw;
}

#kotei-h2 {
    height: 6.944vw;
    line-height: 6.944vw;
    color: white;
    background-color: #29abe2;
    background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
}

#kotei-h2 h2 {
    margin: 0;
    letter-spacing: 0.208vw;
    position: relative;
    padding-left: 2.083vw;
}

#kotei-h2 h2:before {
    content: "";
    display: block;
    width: 0.694vw;
    height: 0.139vw;
    background: white;
    position: absolute;
    left: 0;
    top: 50%;
}

#kotei-h2 h2:after {
    content: "";
    display: block;
    width: 0.694vw;
    height: 0.139vw;
    background: white;
    position: absolute;
    right: 27.083vw;
    top: 50%;
}

div#single-point-1 {
    background: url(./image/point-1-back.png) no-repeat;
    height: 29.167vw;
    margin-bottom: 2.083vw;
}

div#point-1-box {
    width: 62.5vw;
    height: auto;
    position: absolute;
    top: 5.556vw;
    line-height: 2.778vw;
    padding: 2.778vw;
    box-shadow: 0.139vw 0.139vw 0.278vw;
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
    font-size: 0.972vw;
    right: 0;
}

div#single-point-2 {
    background: url(./image/point-2-back.png) no-repeat;
    height: 30.556vw;
    margin-bottom: 0;
}

div#point-2-box {
    width: 62.5vw;
    height: auto;
    position: absolute;
    top: 5.556vw;
    right: 0;
    line-height: 2.778vw;
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
    padding: 2.778vw;
    box-shadow: 0.139vw 0.139vw 0.278vw;
    font-size: 0.972vw;
}

div#single-point-2 h3 {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    width: 12.5vw;
    height: 12.5vw;
    line-height: 12.5vw;
    border-radius: 0%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: rgba(41, 171, 226, 0.8);
    position: absolute;
    top: 1.736vw;
    left: -11.111vw;
    font-size: 1.667vw;
}

section#single_page {
    margin-bottom: 3.472vw;
}

div#single-point-1 h3 {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    width: 12.5vw;
    height: 12.5vw;
    line-height: 12.5vw;
    border-radius: 0%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: rgba(34, 181, 115, 0.8);
    transition: .4s;
    position: absolute;
    top: 0;
    left: -11.111vw;
    font-size: 1.667vw;
}

section#single-3 ul {
    padding: 0.694vw;
    border: 2px solid #29abe2;
    border-radius: 0.694vw;
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
}

section#single-3 ul li:nth-child(1) {
    width: 60%;
    padding-top: 0.694vw;
}

section#single-3 ul li:nth-child(2) {
    width: 40%
}

section#single-3 ul li p {
    line-height: 2.083vw;
    font-size: 0.972vw;
}

.single-contact a {
    display: block;
    background: #29abe2 url(./image/contact.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: 2.083vw;
    background-position: 20%;
    width: 90%;
    text-align: center;
    line-height: 6.944vw;
    color: white;
    margin: 0 auto;
    font-size: 1.389vw;
    line-height: 5.556vw;
}

section#single-3 {
    margin-bottom: 0.694vw;
    width: 100%;
}

div#single-point-1 #number {
    position: absolute;
    top: -6.944vw;
    left: -3.472vw;
    font-size: 16.667vw;
    z-index: 2;
    color: rgba(0, 0, 0, 0.1);
}

div#single-point-2 #number {
    position: absolute;
    top: -6.944vw;
    right: 10.417vw;
    font-size: 16.667vw;
    z-index: 2;
    color: rgba(0, 0, 0, 0.1);
}

#privacy_page {
    padding-bottom: 6.944vw;
}

#privacy_page p {
    margin-bottom: 4.167vw;
}

#privacy_page dl {
    margin-bottom: 2.083vw;
    width: 62.5vw;
    max-width: 100%;
}

#privacy_page dl dt {
    font-size: 1.25vw;
    font-weight: bold;
    margin-bottom: 0.694vw;
}

#privacy_page dl dd {
    font-size: 0.972vw;
    margin-bottom: 0.694vw;
    line-height: 2.083vw;
}

#privacy_page ul {
    padding-left: 2.778vw;
}

#privacy_page ul li {
    line-height: 2.083vw;
}

section#company_page ul {
    border-bottom: 1px solid #e8e8e8;
}

section#company_page ul:nth-child(2) {
    border-top: 1px solid #e8e8e8;
}

section#company_page ul li:first-child {
    width: 30%;
    background: #29abe2;
    color: white;
}

section#company_page ul li {
    padding: 1.042vw;
}

section#company_page ul li:nth-child(2) {
    width: 70%;
}

section#company_page {
    margin-bottom: 6.944vw;
    position: relative;
}

section#company_page h2,
section#company-2 h2 {
    letter-spacing: 0.347vw;
    text-align: center;
    margin-bottom: 3.472vw;
}

section#company_page:after,
section#company-2:after {
    display: block;
    content: "";
    width: 2vw;
    height: 0.139vw;
    background: #29abe2;
    position: absolute;
    left: 49vw;
    top: 3.472vw;
}

section#company-2 {
    margin-bottom: 6.944vw;
    position: relative;
}

section#company-2 iframe {
    margin-bottom: 3.472vw;
}

.balloon1-top {
    position: relative;
    display: block;
    margin: 1.5em auto;
    padding: 0.486vw 1.389vw;
    font-weight: 600;
    max-width: 100%;
    color: #555;
    font-size: 1.181vw;
    background: #edeeef no-repeat;
    /* background-size: 2.083vw; */
    letter-spacing: .08em;
    width: 41.667vw;
    height: 6.944vw;
    line-height: 6.25vw;
    text-align: center;
}

.balloon1-top:before {
    content: "";
    position: absolute;
    top: -2.083vw;
    left: 50%;
    margin-left: -1.042vw;
    border: 15px solid transparent;
    border-bottom: 15px solid #edeeef;
}

#page-top {
    position: fixed;
    bottom: 1.389vw;
    right: 1.389vw;
    font-size: 77%;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 6.944vw;
    padding: 2.083vw 0;
    text-align: center;
    display: block;
    border-radius: 0.347vw;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

section#contact_page ul {
    border-bottom: 1px solid white;
}

section#contact_page ul li {
    padding: 1.389vw;
    position: relative;
}

section#contact_page ul li span {
    font-size: 0.833vw;
    color: #ffac01;
    right: 0.694vw;
    top: 40%;
    margin-left: 0.694vw;
}

section#contact_page p {
    width: 34.722vw;
    background: #29abe2 url(./image/contact.svg) no-repeat;
    background-size: 2.083vw;
    background-position: 30%;
    color: white;
    margin: 50px auto;
    height: 3.472vw;
    line-height: 3.472vw;
    text-align: center;
    letter-spacing: 3.125vw;
    padding-left: 3.472vw;
    font-size: 1.389vw;
}

section#contact_page ul li:first-child {
    width: 30%;
    background: #29abe2;
    color: white;
}

section#contact_page ul li:nth-child(2) {
    width: 70%;
    background: #f1f1f1;
}

.hd_logo {
    text-align: center;
}

.hd_logo a {
    color: #333;
}

#kotei-main {
    margin-bottom: 0px;
}

#breadcrumbs {
    margin-bottom: 3.472vw;
}

.wrap {
    width: 76.389vw;
    margin: auto;
}

.junbi {
    text-align: center;
    font-size: 2.222vw;
    padding: 6.944vw 0px;
}

.inpage_wrap {
    width: 76.389vw;
    margin: 0 auto;
}

.R {
    float: right;
}

.L {
    float: left;
}

.oh {
    overflow: hidden;
}

.inpage_top .R {
    width: 47.917vw;
}

.h1_ttl {
    color: #333;
    text-align: center;
    position: relative;
    padding: 3.472vw 0;
    font-size: 1.736vw;
    font-weight: 600;
    margin-bottom: 3.472vw;
}

.h1_ttl::before,
.h1_ttl::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 0.417vw;
    box-sizing: border-box;
}

.h1_ttl::before {
    top: 0;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.h1_ttl::after {
    bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.top_txt {

    font-weight: bold;
    padding: 2.083vw 0 2.083vw 9.722vw;
    font-size: 1.389vw;
    background-image: url(./image/finger.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0.069vw;
    margin: 2.778vw 0px;

}

.inpage_h2 {
    padding: 0.833vw;
    display: inline-block;
    background: #29abe2;
    color: #fff;

    font-size: 1.111vw;
    text-align: center;
    height: 9.028vw;
    line-height: 6.944vw;
}

.border_box {
    width: 100%;
    border: double;
    padding: 0 2.083vw;
    height: 7.292vw;
}

.inpage_h2.h02 {
    margin-left: 3.813vw;
    margin-right: 3.813vw;
}

.inpage_h2.h03 .border_box {
    line-height: normal;
    padding: 1.736vw 2.083vw;
}

.inpage_txt {

    line-height: 2;
    font-size: 0.972vw;

}

.inpage_sec01 {

    margin-bottom: 4.861vw;

}

.inpage_sec02 {
    font-size: 0.972vw;
    line-height: 2;
    margin-bottom: 3.472vw;
}

.inpage_sec02 .inpage_h2 {
    background: none;
    display: inherit;
    color: #333;
    font-size: 1.458vw;
    margin-bottom: 4.167vw;
    position: relative;
    padding: 0;
    line-height: 9.028vw;
}

.inpage_sec02 .inpage_h2::before,
.inpage_sec02 .inpage_h2::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 0.417vw;
    box-sizing: border-box;
}

.inpage_sec02 .inpage_h2::before {
    top: 0;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.inpage_sec02 .inpage_h2::after {
    bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.inpage_sec03 {
    font-size: 0.972vw;
    line-height: 2;
    margin-bottom: 3.472vw;
}

.inpage_sec03 .inpage_h2 {
    background: #29abe2;
}

.inpage_h3 {

    background-image: url(./image/hatena.png);
    background-repeat: no-repeat;
    background-size: 2.778vw;
    background-position: 0px 0.208vw;
    font-size: 1.389vw;
    padding: 1.389vw 0 0.694vw 3.472vw;

}

.inpage_txtbox {

    border: solid 1px #ffb03c;
    padding: 2.778vw;
    border-radius: 1.042vw;

}

.inpage_h4 span {

    background-image: url(./image/hand.png);
    background-size: 1.944vw;
    background-repeat: no-repeat;
    background-position: 0px 3.194vw;
    border-bottom: solid 2px #29abe2;
    padding: 3.472vw 2.778vw 0.694vw;
    font-size: 0.972vw;

}

.inpage_ul li {
    list-style: inside;

    font-size: 0.903vw;
}

.inpage_ul {

    margin-bottom: 0.694vw;

}

.inpage_txt {

    width: 61.111vw;

}

.inpage_img {
    width: 13.889vw;
    height: 25vw;
    background-image: url(./image/hogo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bold {
    font-weight: bold;
}

.loolig_room_box {
    overflow: hidden;
    margin-bottom: 3.472vw;
    border-bottom: 10px solid #29abe2;
    padding: 1.389vw 0;
    border-top: 10px solid #29abe2;
}

.loolig_room_boxL {
    width: 24.306vw;
    height: 24.306vw;
    background-image: url(./image/looling_page_01L.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin-right: 2.083vw;
}

.loolig_room_boxR {
    width: 50vw;
    float: right;
    font-size: 0.972vw;
    line-height: 2;
}

.loolig_room_boxR li {
    margin-bottom: 0.694vw;
}

#loolig_room_sec02 h2,
#loolig_room_sec03 h2 {
    font-weight: bold;
    padding: 2.083vw 0 2.083vw 9.722vw;
    font-size: 1.389vw;
    background-image: url(./image/finger.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0.069vw;
    margin: 2.778vw 0px;
}

.loolig_room_sec02_text p {
    font-size: 0.972vw;
    font-weight: bold;
    margin-bottom: 0.694vw;
    line-height: 2;
    border-bottom: 2px dotted #aba7a7;
    margin-bottom: 1.389vw;
    letter-spacing: 0.069vw;
    padding-bottom: 0.694vw;
}

.looling_cont {
    overflow: hidden;
    margin: 2.778vw 0 2.778vw;
    background-color: #eee;
    padding: 2.083vw 0;
    border: 2px solid #29abe2;
    border-radius: 1.042vw;
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
}

.looling_contL span,
.looling_contR span {
    display: block;
}

.looling_contL {
    float: left;
    width: 40%;
    text-align: center;
    line-height: 2.083vw;
    font-size: 1.042vw;
    font-weight: bold;
    background-color: #fcb13e;
    margin-left: 3.472vw;
}

.looling_contR {
    float: right;
    width: 40%;
    text-align: center;
    line-height: 2.083vw;
    font-size: 1.042vw;
    font-weight: bold;
    background-color: #29abe2;
    margin-right: 3.472vw;
}

.looling_contL a {
    color: #fff;
    display: block;
    padding: 0.694vw;
    background: #fcb13e url(./image/lookingtel_cont_icon.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: 2.083vw;
    background-position: 10%;
}

.looling_contR a {
    color: #fff;
    display: block;
    padding: 0.694vw;
    background: #29abe2 url(./image/contact.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: 2.083vw;
    background-position: 10%;
}

#loolig_room_sec03 li {
    color: #333;
    line-height: 2;
    margin-bottom: 0.694vw;
    padding: 0.694vw 0.694vw;
    font-size: 0.972vw;
    letter-spacing: 0.139vw;
    border: 2px solid #29abe2;
    border-radius: 0.347vw;
}

#loolig_room_sec03 p {
    margin: 2.083vw 0 2.778vw;
    font-size: 1.181vw;
    letter-spacing: 0.139vw;
    font-weight: bold;
    text-align: center;
}

#loolig_room_sec03 li span {
    color: #ff9d00;
}

#single-1 li:last-child {
    width: 82%;
    padding-top: 4.167vw;
}

#single-1 ul {
    justify-content: space-between;
}

#single-1 li p {
    font-size: 0.972vw;
    line-height: 2;
    text-align: justify;
}

.lease_box h2 {
    color: #29abe2;
    padding: 0.347vw 3.472vw 0.347vw;
    margin-bottom: 0.694vw;
    background-image: url(./image/hand.png);
    background-size: 1.944vw;
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-top: 4.861vw;
    letter-spacing: 0.069vw;
}

.lease_h2_top {
    background-image: url(./image/hatena.png) !important;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
    background-position: 0px 3px !important;
    font-size: 1.389vw;
    padding: 25px 0 10px 50px !important;
    color: #333 !important;
    margin-bottom: 30px !important;
}

.lease_text_big {
    font-size: 0.972vw;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 2.083vw;
    letter-spacing: 0.069vw;
}

.lease_boxLR {
    overflow: hidden;
    margin-bottom: 2.083vw;
}

.lease_boxL {
    background-image: url(./image/lease_page_01L.png);
    background-size: cover;
    background-position: center;
    height: 13.889vw;
    width: 27.778vw;
    float: left;
}

.lease_boxR {
    width: 41.667vw;
    float: right;
    font-size: 0.972vw;
    padding-top: 1.389vw;
}

.lease_boxR p {
    margin-bottom: 1.389vw;
    color: #888;
}

.lease_text {
    font-size: 0.972vw;
}

.lease_text {
    font-size: 0.972vw;
    letter-spacing: 0.069vw;
    line-height: 2;
    padding: 0.694vw;
    /* border: 2px solid #b5b5b5; */
    border-radius: 0.694vw;
}

.lease_text01 {
    font-size: 0.972vw;
    letter-spacing: 0.139vw;
}

#lease_room_page {
    margin-bottom: 3.472vw;
}

.lease_text_red {
    color: #29abe2;
    font-weight: 600;
}

.lease_text_bold {
    font-weight: bold;
}

.top_015_box ul {
    overflow: hidden;
}

.top_015_box li {
    width: 49%;
    float: left;
    margin-right: 1.528vw;
    background-color: #f2f2f2;
    padding: 0.694vw;
}

.top_015_box li:last-child {
    margin-right: 0px;
}

#top_015 {
    padding: 0px 0 2.083vw;
}

.top_015img01 {
    background-image: url(./image/looling_page_01L.png);
    background-size: cover;
    background-position: center;
    height: 13.889vw;
    position: relative;
}

.top_015img02 {
    background-image: url(./image/lease_page_01L.png);
    background-size: cover;
    background-position: center;
    height: 13.889vw;
    position: relative;
}

.top_015_titl {
    display: block;
    color: white;
    width: 100%;
    height: 2.778vw;
    background: #22b573 url(./image/icon-2.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: 1.042vw;
    background-position: 2.083vw;
    font-size: 0.972vw;
    text-align: center;
    line-height: 2.778vw;
    padding-left: 2.083vw;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top_015_titl_img {
    position: absolute;
    bottom: 4.167vw;
    left: 1.736vw;
}

#main-footer02 {
    padding-top: 3.472vw;
}

div#main-visual\ pc {
    background: url(./image/main.png) no-repeat #f2f2f2;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center;
    height: 37.5vw;
    position: relative;
    border: 5px solid #f2f2f2;
    background-size: cover;
    padding-top: 3.472vw;
}

.top_view_pc h2 {
    text-align: center;
}

.top_view_pc a.emergency_btn {
    display: block;
    width: 37.5vw;
    height: 8.333vw;
    background: #f7931e;
    position: absolute;
    top: 24.306vw;
    left: calc(50% - 18.75vw);
    color: white;
    display: block;
    background: #f7931e url(./image/icon-3.svg) no-repeat;
    background-size: 1.736vw;
    background-position: 1.389vw;
    border-radius: 0.694vw;
    border: 2px solid #ffff00;
    text-align: center;
    padding-top: 1.042vw;
    transition: .3s;
}

.top_view_pc a.emergency_btn:hover {
    background-color: #f4a64c;
}

.top_view_pc a.emergency_btn span.big02 {
    color: #ffff00;
}

.top_view_pc a.emergency_btn span.big {
    display: block;
    font-size: 1.389vw;
    margin: 0.347vw 0;
}

.top_view_pc a.emergency_btn span.acc {
    background: #fff;
    color: #f7931e;
    padding: 0.347vw 1.389vw;
    display: inline-block;
    border-radius: 1.389vw;
    margin-top: 0.347vw;
}

.top_view_pc a.emergency_btn span.normal {
    margin: 0 0.347vw;
    font-size: 13px
}

.top_view_pc.pc ul {
    overflow: hidden;
    position: absolute;
    top: 18.75vw;
    width: 48.611vw;
    margin: 0 auto;
    right: 0;
    left: 0;
    padding: 0.694vw;
}

.top_view_pc.pc li {
    background-color: #22b573;
    width: 20.833vw;
    font-size: 1.181vw;
    line-height: 3.125vw;
    text-align: center;
    display: inline-block;
    margin: 0 1.319vw;
    border-radius: 0.694vw;
    box-shadow: 0px -2px 2px #007212 inset;
    border: 1px solid #009c24;
    background-image: url(./image/icon-2.svg);
    background-repeat: no-repeat;
    background-size: 1.042vw;
    background-position: 10% center;
}

.top_view_pc.pc li:hover {
    transform: translate3d(0, 3px, 0);
}

.top_view_pc.pc li a {
    display: block;
    color: #fff;
}

.qa_page dt {
    background-color: #29abe2;
    color: #fff;
    padding: 0.694vw 0px 0.694vw 4.167vw;
    font-size: 1.042vw;
    border-radius: 0.347vw 0.347vw 0px 0px;
    background-image: url(./image/q&a_icon.png);
    background-repeat: no-repeat;
    background-size: 3.125vw;
    background-position: 5px center;
}

.qa_page dd {
    margin-bottom: 2.083vw;
    padding: 1.389vw;
    background-color: #eee;
    font-size: 0.903vw;
    line-height: 1.736vw;
    border-radius: 0 0 0.347vw 0.347vw;
    text-align: justify;
    border: 1px solid #c1c1c1;
}

.staff_sec {
    position: relative;
    overflow: hidden;
}

.plof_box {
    width: 38.889vw;
    margin: 0 auto;
    padding: 1.389vw;
    height: 41.667vw;
    float: left;
}

.plofR {
    width: 32.639vw;
    height: 20.139vw;
    position: absolute;
    top: 18.75vw;
    background: #fff;
    left: 4.167vw;
    bottom: 0;
    border: solid 3px #8d8d8d;
}

.plofL {
    position: absolute;
    top: 2.083vw;
    left: 2.083vw;
    width: 100%;
}

.staff_sec .h2_kurasumon {
    position: absolute;
    top: -1.042vw;
    left: 1.389vw;
}

.h2_ttl {
    background: #29abe2;
    font-size: 1.042vw;
    color: #fff;
    padding: 0.694vw 0.694vw 0.694vw 6.944vw;
    border-radius: 0px 1.389vw 1.389vw 0;
    font-weight: 600;
    margin-bottom: 2.778vw;
}

.staff_name {
    font-size: 2.778vw;
    text-align: center;
    margin-top: 1.736vw;
}

.yakusyoku {
    display: block;
    font-size: 1.389vw;
    margin-bottom: 0.347vw;
}

.staff_name02 {
    text-align: center;
    font-size: 1.389vw;
}

.aisatsu {
    text-align: center;
    font-size: 0.903vw;
    margin-top: 0.694vw;
    letter-spacing: 0.069vw;
    font-weight: 500;
    border-top: solid 2px;
    padding-top: 0.694vw;
}

.staff_page .h2_ttl {
    font-weight: 400;
    letter-spacing: 0.139vw;
    font-size: 1.25vw;
    margin-bottom: 2.778vw;
}

.staff_table {
    width: 31.944vw;
    margin: 30px auto;
}

.staff_table th {
    font-size: 1.042vw;
    background: #000;
    color: #fff;
    font-weight: 400;
}

.staff_table td {
    font-size: 1.042vw;
    padding: 0.694vw 0.347vw;
    border: solid;
}

.staff_page .contentLR {
    padding-top: 2.778vw;
}

.staff_box {
    width: 25.694vw;
    height: 29.167vw;
    display: inline-block;
    margin: 0 4.861vw 3.472vw 0;
}

.staff_img {
    width: 25.694vw;
    height: 19.444vw;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

ul.topics li {
    padding: 1.389vw 0px;
    border-bottom: 1px dotted #555;
    position: relative;
}

ul.topics li .title {
    font-size: 1.25vw;
    margin-bottom: 0.694vw;
    letter-spacing: 0.139vw;
    border-left: 4px solid #29abe2;
    padding-left: 0.833vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

ul.topics li .text {
    margin-bottom: 0.694vw;
    font-size: 0.972vw;
    color: #555;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ丸ゴシック Pro W3', 'Hiragino maru Gothic Pro', 'Helvetica', 'sans-serif';
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

ul.topics li .date {
    color: #666;
    font-style: italic;
}

ul.topics li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

h2.naibu_h2 {
    font-weight: bold;
    padding: 2.083vw 0 2.083vw 9.722vw;
    font-size: 1.389vw;
    background-image: url(./image/finger.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0.069vw;
    margin: 2.778vw 0px;
}

ul.naibu_list_item li {
    color: #333;
    line-height: 2;
    margin-bottom: 0.694vw;
    padding: 0.694vw 0.694vw;
    font-size: 0.972vw;
    letter-spacing: 0.139vw;
    border: 2px solid #29abe2;
    border-radius: 0.347vw;
}

p.naibu_p {
    margin: 2.083vw 0 2.778vw;
    font-size: 1.181vw;
    letter-spacing: 0.139vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.5
}

.shokihiyou_page_LR .L {
    width: 20%;
}

.shokihiyou_page_LR .R {
    width: 77%;
    font-size: 1.042vw;
    line-height: 1.6;
}

.shokihiyou_page_LR .R .r {
    color: #f00;
    font-weight: bold;
}

.no_initial_box {
    overflow: hidden;
    margin-bottom: 3.472vw;
    border-bottom: 10px solid #29abe2;
    padding: 1.389vw 0;
    border-top: 10px solid #29abe2;
}

.no_initial_boxL {
    width: 24.306vw;
    height: 24.306vw;
    background-image: url(./image/Initialcost_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin-right: 2.083vw;
}

#elderly_page .no_initial_boxL {
    background-image: url(./image/elderly_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no_initial_boxR {
    width: 50vw;
    float: right;
    font-size: 0.972vw;
    line-height: 2;
}

.no_initial_boxR li {
    margin-bottom: 0.694vw;
}

#no_initial_sec02 h2 {
    font-weight: bold;
    padding: 2.083vw 0 2.083vw 9.722vw;
    font-size: 1.389vw;
    background-image: url(./image/finger.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0.069vw;
    margin: 2.778vw 0px;
}

.no_initial_sec02_text p {
    font-size: 0.972vw;
    font-weight: bold;
    margin-bottom: 0.694vw;
    line-height: 2;
    border-bottom: 2px dotted #aba7a7;
    margin-bottom: 1.389vw;
    letter-spacing: 0.069vw;
    padding-bottom: 0.694vw;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

#eme_page h2 {
    background-image: url(./image/hatena.png);
    background-repeat: no-repeat;
    background-size: 2.778vw;
    background-position: 0px 0.208vw;
    font-size: 1.389vw;
    padding: 1.389vw 0 0.694vw 3.472vw;
    margin-bottom: 2.083vw;
}

#eme_page .main_textArea {
    margin-bottom: 2.778vw;
}

#eme_page .main_textArea p {
    text-align: center;
    font-size: 1.111vw;
}

#eme_page .main_textArea p span {
    margin: 0 0.694vw;
    padding: 0.694vw 1.736vw;
    border-radius: 1.389vw;
    width: 20.833vw;
    display: inline-block;
    background: #29abe2;
    color: #fff;
}

#eme_page .example_wrap {
    margin-bottom: 3.472vw;
}

#eme_page .example_wrap .imageArea {
    width: 48%;
    border-radius: 0.694vw;
    overflow: hidden;
}

#eme_page .example_wrap.type01 .imageArea {
    height: 18.056vw;
}

#eme_page .example_wrap.type02 .imageArea {
    /*   height: 34.722vw; */
}

#eme_page .example_wrap .imageArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#eme_page .example_wrap .textArea {
    width: 48%;
    border: 2px solid #f2f2f2;
    padding: 1.389vw;
    border-radius: 0.694vw;
}

#eme_page .example_wrap .textArea ul {
    position: relative;
    margin-bottom: 1.389vw;
}

#eme_page .example_wrap .textArea p {
    position: relative;
    padding-left: 3.472vw;
    font-size: 1.111vw;
    line-height: 2;
    text-decoration: underline;
    color: #ffad00;
}

#eme_page .example_wrap .textArea p:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.389vw 0 1.389vw 1.389vw;
    border-color: transparent transparent transparent #ffad00;
    position: absolute;
    left: 0;
    top: calc(50% - 1.042vw);
}

#eme_page .example_wrap .textArea ul li {
    font-size: 1.111vw;
    padding: 0.694vw 0;
    padding-left: 1.736vw;
    position: relative;
    border-bottom: 2px dashed #f2f2f2;
}

#eme_page .example_wrap .textArea ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.694vw;
    color: #434343;
}

#eme_page .example_wrap.type02 .textArea {
    order: -1;
}

#eme_page .flow_wrap {
    margin-bottom: 3.472vw;
}

#eme_page .flow_wrap ul {
    border: solid 1px #ffb03c;
    padding: 2.778vw;
    border-radius: 1.042vw;
}

#eme_page .flow_wrap ul li {
    margin-bottom: 1.389vw;
    line-height: 2;
}

#eme_page .flow_wrap ul li .image_wrap {
    margin-top: 0.694vw;
}

#eme_page .flow_wrap ul li .image_wrap .image {
    width: 32%;
}

#eme_page .flow_wrap ul li h4 {
    font-size: 1.111vw;
    margin-top: 0;
    margin-bottom: .1em;
}

#eme_page .flow_wrap ul li p {
    font-size: 0.972vw;
}

#eme_page .flow_wrap ul li h3 {
    position: relative;
    border-bottom: 2px solid #333;
    padding-bottom: 0.694vw;
    padding-left: 3.125vw;
}

#eme_page .flow_wrap ul li h3 span.num {
    display: block;
    width: 2.083vw;
    height: 2.083vw;
    line-height: 2.083vw;
    text-align: center;
    background: #333;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

#eme_page .flow_wrap ul li .shopWrap {
    margin: 1.389vw 0;
}

#eme_page .flow_wrap ul li .shopWrap .shop {
    border-bottom: 1px dashed #ccc;
    padding: 0.694vw 0;
}

#eme_page .flow_wrap ul li .shopWrap .shop .imageArea {
    width: 50%;
}

#eme_page .flow_wrap ul li .shopWrap .shop .imageArea .image {
    width: 48%;
    height: 9.028vw;
    position: relative;
}

#eme_page .flow_wrap ul li .shopWrap .shop .imageArea .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#eme_page .flow_wrap ul li .shopWrap .shop .textArea {
    width: 45%;
}

#eme_page .flow_wrap ul li .shopWrap .shop .textArea a {
    display: block;
    width: 13.889vw;
    line-height: 1.736vw;
    color: #fff;
    background: #f7931e;
    text-align: center;
    transition: .3s;
    border-radius: 0.347vw;
    margin-top: 0.694vw;
}

#eme_page .flow_wrap ul li .shopWrap .shop .textArea a:hover {
    opacity: .8;
}

#eme_page .flow_wrap ul li dl dt {
    padding: 1em 2em;
    font-size: 0.972vw;
    background: #f1f1f1;
    width: 15%;
    align-items: center;
    justify-content: center;
    position: relative;
}

#eme_page .flow_wrap ul li dl dt:before {
    font-family: "Font Awesome 5 Free";
    content: '\f54e';
    font-weight: 900;
    position: absolute;
    left: calc(50% - 0.694vw);
    top: calc(50% - 3.472vw);
    color: #434343;
    font-size: 1.389vw;
}

#eme_page .flow_wrap ul li dl dd {
    font-size: 0.833vw;
    width: 80%;
}

#eme_page .merit_wrap {
    margin-bottom: 3.472vw;
}

#eme_page .merit_wrap ul {
    border: solid 1px #29abe2;
    padding: 2.778vw;
    border-radius: 1.042vw;
}

#eme_page .merit_wrap ul li {
    font-size: 1.111vw;
    position: relative;
    padding: 1.389vw 0;
    padding-left: 4.167vw;
}

#eme_page .merit_wrap ul li span.text {
    background: linear-gradient(transparent 60%, #ffff66 60%);

}

#eme_page .merit_wrap ul li span.num {
    display: block;
    width: 2.778vw;
    height: 2.778vw;
    line-height: 2.778vw;
    text-align: center;
    background: #29abe2;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 1.389vw);
}

.other_wrap p {

    font-weight: bold;
    padding: 1.389vw 0 1.389vw 10.139vw;
    font-size: 1.389vw;
    background-image: url(./image/finger.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0.069vw;
    margin: 2.778vw 0px;
}

.attention_wrap {
    margin-bottom: 3.472vw;
}

.attention_wrap .imageArea {
    width: 35%;
}

.attention_wrap .textArea {
    width: 60%;
}

.attention_wrap .textArea p {
    font-size: 0.972vw;
    line-height: 2;
}

section.for_medical .sec_text_area {
    margin-bottom: 4.861vw;
}

section.for_medical .sec_text_area .image {
    width: 35%;
}

section.for_medical .sec_text_area .textArea {
    width: 62%;
}

section.for_medical .sec_text_area .textArea p {
    font-size: 1.042vw;
    line-height: 2;
}

section.for_medical .sec_text_area .inBox {
    align-items: center;
}

section.for_medical .sec_text_area .inBox:first-child {
    margin-bottom: 3.472vw;
}

section.for_medical .contactSec {
    margin-bottom: 3.472vw;
}

section.for_medical .contactSec .hukidashi {
    position: relative;
    margin: 1.5em 0;
    padding: 1em;
    color: #fff;
    font-size: 1.389vw;
    background: #29abe2;
    text-align: center;
    line-height: 2;
}

section.for_medical .contactSec .hukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1.042vw;
    border: 15px solid transparent;
    border-top: 15px solid #29abe2;
}

section.for_medical .contactSec dl {
    background: #f1f1f1;
    padding: 1em;
}

section.for_medical .contactSec dl dt,
section.for_medical .contactSec dl dd {
    margin: 0;
    padding: 1em;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.for_medical .contactSec dl dt {
    width: 30%;
    font-size: 1.389vw;
}

section.for_medical .contactSec dl dd {
    width: 69%;
    font-size: 2.431vw;
}

section.for_medical .contactSec dl dd i {
    margin-right: .5em;
}

section.for_medical .colona_area {
    margin-bottom: 3.472vw;
}

section.for_medical .colona_area .image {
    width: 35%;
}

section.for_medical .colona_area .textArea {
    width: 62%;
}

section.for_medical .colona_area .textArea h2 {
    color: #29abe2;
    font-size: 1.389vw;
}

section.for_medical .colona_area .textArea p {
    font-size: 1.042vw;
    line-height: 2;
}

/*スタッフ紹介*/

.staff_page {
    padding: 0 0 4.861vw;
}

.common_page_h2Box {
    margin: 0 0 2.778vw;
    text-align: center;
}

.common_page_h2 {
    font-size: 2.778vw;
    letter-spacing: 0.15rem;
    color: #29abe2;
    margin: 0 0 0.694vw;
}

.common_page_sub_h2 {
    font-size: 1.111vw;
    letter-spacing: 0.1rem;
}

.staff_page_list {
    padding: 0 0.5%;
}

.staff_page_list li {
    width: 16.2%;
    margin-right: 0.5%;
    position: relative;
}

.staff_page_list li:nth-of-type(6n) {
    margin-right: 0;
}

.staff_page_list li:nth-of-type(n + 7) {
    margin-top: 0.5%;
}

.staff_page_list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #1a1a1a;
    position: relative;
    z-index: 1;
}

.staff_page_list li a .image {
    height: 17.361vw;
    position: relative;
    overflow: hidden;
}

.staff_page_list li a .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.staff_page_list li a .image img.hover {
    opacity: 0;
    transition: .3s;
    z-index: 1;
}

.staff_page_list li a:hover .image img.hover {
    opacity: 1;
}

.staff_page_list li a .hoverBox {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .2s;
    opacity: 0;
}

.staff_page_list li a:hover .hoverBox {
    opacity: 1;
}

.staff_page_list li a .hoverBox .textBox {
    text-align: center;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.staff_page_list li a .hoverBox .textBox .name {
    font-size: 1.25vw;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.staff_page_list li a .hoverBox .textBox .sub_name {
    font-size: 0.972vw;
    font-style: italic;
    font-weight: bold;
    color: #707070;
    border-bottom: 1px solid #707070;
    letter-spacing: 0.04rem;
    margin: 0 0 0.694vw;
    padding: 0 0 0.486vw;
}

.staff_page_list li a .hoverBox .textBox .job {
    font-size: 0.903vw;
    letter-spacing: 0.04rem;
}

div#foot-bottom {
    z-index: 1000;
}

.staff_child_main {
    position: relative;
    z-index: 1;
}

.staff_child_main::before {
    display: block;
    content: "";
    width: 100%;
    height: 80%;
    background-color: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.staff_child_main .image {
    width: 60%;
    margin-left: auto;
}

.staff_child_main .image img {
    display: block;
    width: 100%;
    border-radius: 2.083vw 0 0 2.083vw;
}

.staff_child_main .textBox {
    width: 55%;
    background-color: #29abe2;
    padding: 80px 80px 80px calc(50vw - 550px);
    color: #fff;
    border-radius: 0 2.083vw 2.083vw 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.staff_child_main .textBox .nameBox {
    padding-left: 5.903vw;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 4.167vw;
    background-image: url(./image/staff_icon01.png);
}

.staff_child_main .textBox .nameBox.women {
    background-image: url(./image/staff_icon02.png);
}

.staff_child_main .textBox .name {
    font-size: 1.944vw;
    font-weight: 600;
    letter-spacing: 0.2rem;
    margin: 0 0 0.694vw;
}

.staff_child_main .textBox .name .small {
    font-size: 1.389vw;
    font-style: italic;
    display: inline-block;
    letter-spacing: 0.1rem;
    margin-left: 0.694vw;
}

.staff_child_main .textBox .job {
    font-size: 1.389vw;
    letter-spacing: 0.2rem;
    font-weight: 600;
}

.staff_child_info {
    padding: 6.944vw 0;
    background-color: #f2f2f2;
    position: relative;
}

.staff_child_info .image {
    width: 60%;
}

.staff_child_info .image img {
    display: block;
    width: 100%;
    border-radius: 0 2.083vw 2.083vw 0;
}

.staff_child_info .textBox {
    width: 55%;
    background-color: #29abe2;
    padding: 80px calc(50vw - 550px) 80px 80px;
    color: #fff;
    border-radius: 2.083vw 0 0 2.083vw;
    position: absolute;
    bottom: 6.944vw;
    right: 0;
}

.staff_child_info .textBox .text {
    font-size: 1.25vw;
    line-height: 2;
    letter-spacing: 0.04rem;
    font-weight: 600;
}

.staff_child_sliderBox {
    background-color: #f2f2f2;
    overflow: hidden;
}

.staff_child_sliderBox .bx-wrapper {
    width: 100%;
    max-width: 100% !important;
}

.staff_child_sliderBox .bx-viewport {
    overflow: visible !important;
}

.staff_child_sliderBox .staff_page_list li:nth-of-type(n + 7) {
    margin-top: 0;
}

.staff_child_sliderBox .staff_page_list li {
    margin-right: 0;
}

section.top_column {
    padding: 100px 0 0 0;
}

section.top_column .main_ttl {
    text-align: center;
    position: relative;
    font-size: 2.778vw;
    font-weight: 600;
    letter-spacing: .08em;
    padding-top: 5.347vw;
}

section.top_column .site_btn {
    margin: 50px auto 0 auto;
    width: 22vw;
}

ul.column_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

ul.column_list li a {
    color: initial;
}

ul.column_list li .el_columnsListItem_img {
    height: 12vw;
    margin-bottom: 10px;
}

ul.column_list li .el_columnsListItem_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.column_list li .el_columnsListItem_infoTtl.f_genju {
    font-size: 1.15vw;
    color: #1993C6;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

ul.column_list li .el_columnsListItem_infoTxt.f_genju {
    font-size: 1vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}

ul.column_list li .el_columnsListItem_infoDate.f_filson {
    font-size: .9vw;
    color: #797979;
    text-align: right;
}

.common_page_title_box {
    text-align: center;
    margin: 0 0 40px;
}

.common_page_title_box .title {
    font-size: 25px;
    margin: 0 0 15px;
}

/* 生活保護の引越し費用の上限とは？引越し支援制度の詳細解説 */

.moving_sec {
    margin-bottom: 70px;
}

.moving_sec .moving_list ul li {
    display: flex;
    gap: 0 50px;
    align-items: center;
}

.moving_sec .moving_list ul li .img_box {
    width: 400px;
    flex-shrink: 0;
}

.moving_sec .moving_list ul li .img_box img {
    width: 100%;
    aspect-ratio: 40/26;
    object-fit: cover;
}

.moving_sec .moving_list ul li+li {
    margin-top: 50px;
}

.moving_sec .moving_list ul li .text_box .text {
    font-size: 16px;
    letter-spacing: .03em;
}

.provision_sec {
    margin-bottom: 70px;
}

.provision_sec .item {
    padding: 40px;
    background-color: #f1fbff;
}

.provision_sec .item+.item {
    margin-top: 20px;
}

.provision_sec .item .title {
    font-size: 20px;
    letter-spacing: 0.1em;
    border-bottom: 2px dashed #29ABE2;
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
}

.provision_sec .item .text {
    font-size: 16px;
    letter-spacing: .03em;
}


.page_moving .flow_sec {
    margin-bottom: 70px;
}


.page_moving .flow_sec .flow_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 60px;
}

.page_moving .flow_sec .flow_list ul li {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    padding: 20px 20px;
    position: relative;
}

.page_moving .flow_sec .flow_list ul li+li::before {
    content: "";
    width: 30px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: -72px;
    translate: 100% -50%;
    background: #29ABE2;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.page_moving .flow_sec .flow_list ul li+li {
    position: relative;
}

.page_moving .flow_sec .flow_list ul li h3 {
    text-align: center;
    font-size: 22px;
    margin: 0 0 .5em 0;
    letter-spacing: .06em;
}

.page_moving .flow_sec .flow_list ul li h3 .num {
    display: block;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0em;
    font-weight: 700;
    color: #29ABE2;
}

.page_moving .flow_sec .flow_list ul li .image {
    width: 200px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    min-width: 0;
    overflow: hidden;
    margin: 0 auto 20px;
}

.page_moving .flow_sec .flow_list ul li .image img {
    aspect-ratio: 1/1;
}

.page_moving .flow_sec .flow_list ul li .text_box .text {
    font-size: 16px;
    letter-spacing: .03em;
}

.update_sec {
    margin-bottom: 70px;
}

.update_sec .updat_list ul li {
    border: 1px solid #c2b9b9;
    padding: 24px;
    border-radius: 15px;
}

.update_sec .updat_list ul li .text_box {
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 2px dashed #c2c2c2;
    margin-bottom: 10px;
}

.update_sec .updat_list ul li .text_box .catch {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    font-weight: 700;
}

.update_sec .updat_list ul li .text_box .catch .num {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    background: #22b573;
    color: #fff;
    border-radius: 40px;
    padding: 7px 20px;
    margin-right: 20px;
}

.update_sec .updat_list ul li .txt {
    font-size: 16px;
    letter-spacing: .03em;
}

.update_sec .updat_list ul li+li {
    margin-top: 20px;
}

.update_sec .updat_list ul li .text_box .catch .num.orange {
    background-color: #f7931e;
}

.update_sec .updat_list ul li .text_box .catch .num.blue {
    background-color: #29ABE2;
}

.page_moving .savings_sec {
    margin-bottom: 70px;
}

.page_moving .savings_sec .text_box {
    background-color: #f9f9f9;
    padding: 35px;
}

.page_moving .savings_sec .text_box .text_area .catch {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .03em;
    position: relative;
    margin-bottom: .3em;
}

.page_moving .savings_sec .text_box .text_area .catch::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #29ABE2;
    margin-right: 10px;
    vertical-align: 5%;
}

.page_moving .savings_sec .text_box .text_area .text {
    font-size: 16px;
    letter-spacing: .03em;
}

.page_moving .savings_sec .text_box .text_area+.text_area {
    margin-top: 15px;
}

.single_mother .pet_trouble_sec.page_merit_contents .customer_voice {
    gap: 20px;
    max-width: 1060px;
}

.single_mother .pet_trouble_sec.page_merit_contents .customer_voice .block {
    padding: 14px;
}

.single_mother .pet_trouble_sec.page_merit_contents .customer_voice .block .title {
    font-size: 14px;
    text-align: left;
    border: unset;
    padding: unset;
    margin: unset;
}

.single_mother .pet_trouble_sec.page_merit_contents .block .textArea {
    display: flex;
    gap: 10px;
    align-items: center;
}

.single_mother .pet_trouble_sec.page_merit_contents .block .image {
    width: 70px;
    flex-shrink: 0;
    margin: 0 0 13px;
}

.single_mother .pet_trouble_sec.page_merit_contents .block .textArea .text {
    border-top: 2px dashed #29abe2;
    padding-top: 0.6em;
}

.single_mother .pet_trouble_sec.page_merit_contents .customer_voice .block .text {
    border-top: 2px dashed #29abe2;
    padding-top: 0.8em;
    line-height: 1.7;
}

.single_mother .pet_trouble_sec.page_merit_contents .common_main_title .text {
    margin: 0 0 0.3em 0;
}

.single_mother .pet_trouble_sec.page_merit_contents .common_main_title .text .size {
    font-size: 15px;
    display: block;
    font-weight: 500;
}

.single_mother .pet_trouble_sec.page_merit_contents .common_main_title {
    margin-bottom: 30px;
}

.single_mother .pet_trouble_sec.page_merit_contents .customer_voice .block .title .city {
    font-weight: 600;
}

.article_side_box .top_blog_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wrap {
    width: 79.167vw;
    margin: 0 auto;
}

.wrap_01 {
    width: 93.056vw;
    margin: 0 auto;
}

html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", sans-serif;
}

.pr {
    position: relative;
}

body {
    color: #2b2b2b;
    font-size: 1.111vw;
    line-height: 1.7;
    margin: 0px;
    background-color: #ffffff;
    overflow: hidden;
    min-width: 93.056vw;
    margin-bottom: 8vw;
}

.hel {
    font-family: "Helvetica", "sans-serif";
}

/* ヘッダー　PC */
header#main_header .logo {
    width: 11.458vw;
}

header#main_header .hd_conts ul li a {
    display: block;
    transition: 0.3s;
    font-size: 0.833vw;
    letter-spacing: 0.08em;
    color: #2b2b2b;
    padding: 0 2.153vw;
}

header#main_header ul li a .bold {
    font-size: 0.972vw;
    font-weight: 600;
    display: block;
    line-height: 1.4;
}

header#main_header ul li+li a {
    position: relative;
}

header#main_header .hd_conts ul li+li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.139vw;
    height: 100%;
    background: #ebebeb;
}

.hd_conts nav {
    margin-left: auto;
}

.custom_box .btn {
    display: block;
    transition: 0.3s;
    color: #3c3c3c;
    padding-top: 2.986vw;
    position: relative;
    text-align: center;
    font-size: 0.903vw;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.custom_box .btn:hover {
    color: #29abe2;
}

.custom_box .btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    background: url(./image/his_sk.png) center no-repeat;
    background-size: contain;
    width: 2.708vw;
    height: 2.361vw;
    transition: 0.3s;
}

.custom_box .btn:hover::before {
    background: url(./image/his_bl.png) center no-repeat;
    background-size: contain;
}

.custom_box .btn.req::before {
    background: url(./image/req_sk.png) center no-repeat;
    background-size: contain;
}

.custom_box .btn.fav::before {
    background: url(./image/fav_sk.png) center no-repeat;
    background-size: contain;
}

.custom_box .btn:hover.req::before {
    background: url(./image/req_bl.png) center no-repeat;
    background-size: contain;
}

.custom_box .btn:hover.fav::before {
    background: url(./image/fav_bl.png) center no-repeat;
    background-size: contain;
}

.custom_box .btn+.btn {
    margin-left: 2.431vw;
}

.hamburger span {
    display: block;
    background: #29abe2;
    height: 0.243vw;
}

.hamburger {
    width: 2.5vw;
    height: 1.667vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -1.736vw;
}

.hd_conts {
    align-items: center;
    flex-wrap: nowrap;
    gap: 3vw;
    justify-content: flex-start;
    width: 100%;
}

header#main_header nav ul {
    flex-wrap: nowrap;
}

#main_header.active,
#sp_header.active {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

header#main_header {
    padding: 0.972vw 0 1.042vw;
    background: #f1fbff;
    position: fixed;
    width: 100%;
    top: 0;
    min-width: 93.056vw;
    z-index: 10000;
    transition: 0.3s;
}

header#main_header ul li a:hover {
    color: #29abe2;
}

/* メインビジュアル　PC */
#mv .text_box {
    text-align: center;
    position: relative;
    z-index: 1;
}

#mv {
    margin-top: 6.528vw;
    padding: 6.375vw 0 5.167vw;
    position: relative;
    background: #f1fbff;
}

#mv::before {
    content: "";
    position: absolute;
    left: 3vw;
    right: 3vw;
    top: 1.042vw;
    bottom: 1.042vw;
    background: url(./image/mv.jpg) center no-repeat;
    background-size: cover;
}

#mv::after {
    content: "";
    position: absolute;
    top: 2vw;
    bottom: 2vw;
    left: 4vw;
    right: 4vw;
    border: 2px solid #fff;
}

#mv>* {
    position: relative;
    z-index: 10;
}

#mv .text_box h1 {
    width: 23.514vw;
    margin: auto;
}

.mv_phrase {
    font-size: 2.639vw;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    position: relative;
    margin: 15px auto 40px;
    line-height: 1.5;
    text-align: center;
}

#mv .catch_list {
    margin-bottom: 2vw;
}

#mv .catch_list .text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
}

#mv .catch_list ul {
    justify-content: center;
    gap: 0 1vw;
    margin-bottom: 2vw;
}

#mv .catch_list ul li {
    width: 10%;
    border-radius: 8px;
    text-align: center;
    padding: 1vw 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.1vw;
    letter-spacing: 0.03em;
    line-height: 1.3;
}

#mv .catch_list ul li::before {
    content: "";
    position: absolute;
    top: 0.2vw;
    bottom: 0.2vw;
    left: 0.2vw;
    right: 0.2vw;
    border-radius: 8px;
}

#mv .catch_list ul li:first-child {
    background-color: #7fb754;
}

#mv .catch_list ul li:first-child::before {
    background-color: #518926;
}

#mv .catch_list ul li:nth-child(2) {
    background-color: #df4b43;
}

#mv .catch_list ul li:nth-child(2)::before {
    background-color: #a53731;
}

#mv .catch_list ul li:nth-child(3) {
    background-color: #6857c5;
}

#mv .catch_list ul li:nth-child(3)::before {
    background-color: #4d4093;
}

#mv .catch_list ul li:last-child {
    background-color: #f6d949;
}

#mv .catch_list ul li:last-child::before {
    background-color: #8f7e2b;
}

#mv .catch_list ul li .inner {
    z-index: 1;
}

.mv_search_box ul {
    justify-content: center;
}

.mv_search_box .btn {
    border-radius: 2.778vw;
    display: block;
    color: #2b2b2b;
    transition: 0.3s;
    position: relative;
    width: 20.361vw;
    line-height: 5.556vw;
    background: #fff;
    font-weight: 600;
    padding-left: 4.583vw;
    letter-spacing: 0.08em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 1.1vw;
}

.mv_search_box .btn.area {
    margin: 0 0.694vw;
}

.mv_search_box .btn:hover {
    background: #29abe2;
    color: #fff;
}

.mv_search_box .btn::before {
    content: "";
    position: absolute;
    left: 1.736vw;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(./image/train_icon.png) center no-repeat;
    background-size: contain;
    width: 3.333vw;
    height: 3.056vw;
    transition: 0.3s;
}

.mv_search_box .btn.area::before {
    background: url(./image/area_icon.png) center no-repeat;
    background-size: contain;
}

.mv_search_box .btn.school::before {
    background: url(./image/school_icon.png) center no-repeat;
    background-size: contain;
}

.mv_search_box .btn:hover::before {
    background: url(./image/train_icon_wh.png) center no-repeat;
    background-size: contain;
}

.mv_search_box .btn:hover.area::before {
    background: url(./image/area_icon_wh.png) center no-repeat;
    background-size: contain;
}

.mv_search_box .btn:hover.school::before {
    background: url(./image/school_icon_wh.png) center no-repeat;
    background-size: contain;
}

.mv_search_box {
    margin-top: 1.542vw;
}

.mv_phrase .bg {
    width: 53.472vw;
    height: 11.111vw;
    display: block;
    position: absolute;
    top: -0.208vw;
    left: 0;
    border: solid 1px #fff;
    filter: blur(6px);
    background: #000;
    opacity: 0.3;
    right: 0;
    margin: auto;
    z-index: -1;
}

#mv #form {
    width: 53.472vw;
    display: flex;
    justify-content: center;
    margin: 1.88vw auto 0;
    position: relative;
}

#form .sbox {
    background: #fff;
    width: 100%;
    border-radius: 2.431vw;
    border: none;
    padding-left: 3.472vw;
    line-height: 4.167vw;
    border: solid 0.138vw #29abe2;
}

#form .sbox::placeholder {
    color: #d4d4d4;
    font-weight: 600;
    font-size: 1.25vw;
    letter-spacing: 0.08em;
}

#form .sbtn {
    width: 11.111vw;
    position: absolute;
    right: 0;
    line-height: 4.35vw;
    background: #29abe2;
    border: none;
    font-size: 1.25vw;
    font-weight: 600;
    color: #fff;
    border-radius: 0 2.431vw 2.431vw 0;
    letter-spacing: 0.08em;
}

#mv .wrap_01 {
    position: relative;
}

#mv .wrap_01::before {
    content: "";
    position: absolute;
    left: 7.736vw;
    bottom: -3.6vw;
    background: url(./image/mv_cov.png) center no-repeat;
    background-size: contain;
    width: 13.694vw;
    height: 8.958vw;
}

.mv_phrase::before {
    content: "";
    position: absolute;
    right: 17.431vw;
    bottom: -6.903vw;
    background: url(./image/mv_man.png) center no-repeat;
    background-size: contain;
    width: 8.417vw;
    height: 19.458vw;
}

/* 物件探しサポート　PC */
.common_main_title .text {
    text-align: center;
    position: relative;
    font-size: 2vw;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding-top: 5.347vw;
}

.common_main_title .text::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url(./image/search_sp_ill.png) center no-repeat;
    background-size: contain;
    width: 22.431vw;
    height: 4.722vw;
    margin: auto;
}

#search_support {
    padding-top: 5.556vw;
}

.search_support_box li a {
    display: block;
    color: #2b2b2b;
}

.search_support_box li {
    width: 25.694vw;
}

.search_support_box .text {
    color: #707070;
    font-size: 0.972vw;
    letter-spacing: 0.1em;
    margin-top: 0.486vw;
}

.search_support_box .ttl {
    text-align: center;
    font-size: 1.667vw;
    letter-spacing: 0.08em;
    transition: 0.3s;
    margin: 0;
}

.search_support_box a:hover .ttl {
    color: #29abe2;
}

.search_support_box .text_box {
    padding: 1.042vw 0.694vw 0;
}

.search_support_box .cmn_btn {
    width: 22.917vw;
    line-height: 4.861vw;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 1.25vw;
    font-weight: 600;
    border-radius: 2.778vw;
    letter-spacing: 0.08em;
    margin-top: 1.389vw;
    transition: 0.3s;
}

.search_support_box a:hover .cmn_btn {
    background: #29abe2;
    color: #fff;
}

.search_support_box {
    margin-top: 1.389vw;
}

.search_support_box li:nth-child(n + 4) {
    margin-top: 4.861vw;
}

/* セカホゴで解決　PC */
#solution {
    padding-top: 10.139vw;
}

.solution_box {
    width: 45.139vw;
    position: relative;
}

.solution_box .color {
    font-size: 3.472vw;
    font-weight: 900;
    color: #1993c6;
    line-height: 1;
}

.solution_box h2 {
    font-size: 2.639vw;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.solution_box .site_btn {
    width: 21.528vw;
}

.solution_box .text {
    letter-spacing: 0.08em;
    margin-top: 2.292vw;
}

.solution_box .btn_box {
    margin-top: 4.167vw;
}

.site_btn {
    display: block;
    transition: 0.3s;
    width: 16.319vw;
    line-height: 5.556vw;
    padding-left: 4.514vw;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 2.778vw;
    text-align: center;
    color: #2b2b2b;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: #fff;
}

.site_btn::before {
    content: "";
    position: absolute;
    left: 2.431vw;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(./image/note_icon_bk.png) center no-repeat;
    background-size: contain;
    width: 3.611vw;
    height: 3.819vw;
    transition: 0.3s;
}

.site_btn.pig::before {
    background: url(./image/pig_icon_bk.png) center no-repeat;
    background-size: contain;
}

.site_btn:hover {
    color: #fff;
    background: #29abe2;
}

.site_btn:hover::before {
    background: url(./image/note_icon.png) center no-repeat;
    background-size: contain;
}

.site_btn:hover.pig::before {
    background: url(./image/pig_icon.png) center no-repeat;
    background-size: contain;
}

#solution .wrap::before {
    content: "";
    position: absolute;
    right: -10.417vw;
    top: -2.778vw;
    background: url(./image/solv_img.png) center no-repeat;
    background-size: contain;
    width: 47.5vw;
    height: 30.833vw;
}

#solution .wrap {
    position: relative;
}

/* 新着物件　PC */
#bukken_new {
    padding: 10vw 0 7.5vw;
    position: relative;
}

#bukken_new .main_text_box {
    width: 40.278vw;
    text-align: left;
    margin: 0 60px 0 auto;
}

#bukken_new .wrap {
    position: relative;
}

#bukken_new .main_text_box h2 {
    font-size: 2.778vw;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 1.042vw;
}

#bukken_new .main_text_box .main_text {
    font-size: 0.972vw;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

#bukken_new .main_text_box .main_text+.main_text {
    margin-top: 1.389vw;
}

#bukken_new .wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: -5.694vw;
    background: url(./image/bukken_new_ill.png) center no-repeat;
    background-size: contain;
    width: 26.25vw;
    height: 24.792vw;
}

.bukken_flame_box li {
    width: 18.75vw;
}

.bukken_flame_box li a {
    display: block;
    color: #2b2b2b;
    letter-spacing: 0.05em;
}

.bukken_flame_box .img {
    height: 20.833vw;
    /* background: url(./image/bukken_demo.jpg) center no-repeat; */
    /* background-size: contain; */
    background-color: #eee;
    position: relative;
    overflow: hidden;
}

.bukken_flame_box li+li {
    margin-left: 1.389vw;
}

.bukken_flame_box li:nth-child(4n + 1) {
    margin-left: 0;
}

.bukken_flame_box li:nth-child(n + 5) {
    margin-top: 5.069vw;
}

.bukken_flame_box {
    margin-top: 3.472vw;
}

.bukken_flame_box .text_box {
    padding: 1.389vw 0.694vw 0;
}

.bukken_flame_box .name {
    font-size: 1.389vw;
    font-weight: 600;
    transition: 0.3s;
}

.bukken_flame_box .place {
    color: #3c3c3c;
    font-size: 0.972vw;
    padding-left: 1.458vw;
    position: relative;
}

.bukken_flame_box .place::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(./image/ensen_icon.png) center no-repeat;
    background-size: contain;
    height: 1.319vw;
    width: 0.903vw;
}

.bukken_flame_box .place.walk::before {
    background: url(./image/walk_icon.png) center no-repeat;
    background-size: contain;
}

.bukken_flame_box .let {
    display: inline-block;
    font-size: 0.972vw;
    width: 4.167vw;
    line-height: 1.944vw;
    background: #e4e4e4;
    text-align: center;
    margin-right: 0.694vw;
    transition: 0.3s;
}

.bukken_flame_box .small {
    font-size: 0.972vw;
    margin-left: 0.208vw;
}

.bukken_flame_box .walk {
    margin-bottom: 0.694vw;
}

.bukken_flame_box .cmn {
    font-size: 1.667vw;
    font-weight: 600;
    color: #3c3c3c;
}

.bukken_flame_box li a:hover .name {
    color: #29abe2;
}

.bukken_flame_box a:hover .let {
    background: #f1fbff;
}

#contact {
    text-align: center;
    padding: 4.861vw 0 6.944vw;
    position: relative;
}

.contact_btn_box {
    justify-content: center;
    margin-top: 1.875vw;
}

.contact_btn_box a:hover {
    color: #1993c6;
}

.contact_btn_box a:hover::before {
    background: url(./image/mail_icon_bl.png) center no-repeat;
    background-size: contain;
}

.contact_btn_box a.welfare:hover::before {
    background: url(./image/welfare_icon_bl.png) center no-repeat;
    background-size: contain;
}

.contact_btn_box a {
    transition: 0.3s;
    display: block;
    width: 16.667vw;
    background: #fff;
    color: #7dc7e8;
    font-size: 1.389vw;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 9.097vw 0 2.083vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0.694vw;
    position: relative;
}

#contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(./image/contact_bg.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
}

#contact>* {
    position: relative;
}

#contact .ttl_box {
    color: #fff;
    width: 50.208vw;
    margin: auto;
    position: relative;
}

#contact .ttl_box h2 {
    font-size: 2.083vw;
    font-weight: 900;
    letter-spacing: 0.08em;
}

#contact .ttl_box .tel {
    font-size: 3.611vw;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.833vw;
}

#contact .hour {
    letter-spacing: 0.08em;
}

.contact_btn_box a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3.472vw;
    right: 0;
    margin: auto;
    background: url(./image/mail_icon.png) center no-repeat;
    background-size: contain;
    width: 4.722vw;
    height: 4.236vw;
    transition: 0.3s;
}

.contact_btn_box a.req::before {
    background: url(./image/req_icon_big.png) center no-repeat;
    background-size: contain;
}

.contact_btn_box a.welfare::before {
    background: url(./image/welfare.png) center no-repeat;
    background-size: contain;
}

.contact_btn_box a.req:hover::before {
    background: url(./image/req_icon_dbl.png) center no-repeat;
    background-size: contain;
}

.contact_btn.req {
    margin: 0 2.083vw;
}

#contact .hour .hel {
    font-size: 1.319vw;
}

#contact .ttl_box::before {
    content: "";
    position: absolute;
    left: 0.903vw;
    top: 0;
    background: url(./image/contact_icons.png) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 10.833vw;
}

/* フッター　PC */

.ft_map_box ul {
    gap: 0.696vw 1vw;
}

.footer_search_box a {
    color: #2b2b2b;
    font-size: 0.972vw;
    transition: 0.3s;
    letter-spacing: 0.06em;
    word-break: keep-all;
}

.footer_search_box h3 {
    font-size: 1.111vw;
    margin-bottom: 0.694vw;
    letter-spacing: 0.01em;
}

.footer_search_box a:hover {
    color: #1993c6;
}

.ft_logo {
    width: 16.042vw;
    margin: auto;
}

.ft_map_box {
    /* width: 27.847vw; */
    width: 75%;
}

.footer_search_box {
    margin-top: 2vw;
    padding-bottom: 2vw;
    border-bottom: solid 1px #dedede;
    flex-wrap: nowrap;
}

footer {
    padding-top: 4.097vw;
}

.ft_adori {
    width: 13.403vw;
    margin-left: 1.736vw;
}

.ft_adori li {
    width: 50%;
}

footer .site_btn {
    width: 13.194vw;
    border-radius: 0.694vw;
    line-height: 4.167vw;
    text-align: left;
    padding-left: 5.208vw;
}

footer .site_btn::before,
header#main_header .site_btn::before {
    width: 2.361vw;
    left: 1.1vw;
    background: url(./image/his_bl.png) center no-repeat;
    background-size: contain;
}

/* .ft_map_box li:nth-child(n + 5) {
  margin-top: 0.694vw;
} */

.ft_particular li+li {
    margin-top: 0.694vw;
}

.ft_madori li:nth-child(n + 3) {
    margin-top: 0.694vw;
}

.ft_madori li {
    width: 50%;
}

.copy_right {
    background: #1993c6;
    color: #fff;
    line-height: 4.167vw;
}

.copy_right .copy_eng {
    font-size: 0.833vw;
    letter-spacing: 0.08em;
}

.copy_right .wrap {
    align-items: center;
}

.copy_right li a {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 0.833vw;
    letter-spacing: 0.08em;
    padding: 0 1.389vw;
}

.copy_right li:first-child a {
    padding-left: 0;
}

.copy_right li+li a {
    position: relative;
}

.copy_right li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    height: 0.903vw;
    width: 0.069vw;
    transform: rotate(25deg);
}

.footer_menu li {
    text-align: center;
}

.footer_menu ul {
    justify-content: center;
}

.footer_menu li a {
    display: block;
    transition: 0.3s;
    font-size: 0.972vw;
    color: #2b2b2b;
    padding: 0 1.736vw;
    letter-spacing: 0.05em;
}

.footer_menu li:nth-child(n + 6) {
    margin-top: 1.042vw;
}

.footer_menu {
    padding: 1vw 0 4vw;
}

.footer_menu li a:hover {
    color: #1993c6;
}

/* ハンバーガーメニュー　PC */
#hamburger_menu_cont {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    z-index: 10000;
    background: linear-gradient(to bottom, #cdecf9, #fff);
    padding-top: 3vw;
    overflow: scroll;
}

#hamburger_menu_cont.active {
    opacity: 1;
    visibility: visible;
}

#hamburger_menu_cont .site_btn:hover {
    color: #fff;
}

.hamburger_menu {
    z-index: 20000;
    width: 2.5vw;
    height: 1.667vw;
    color: #fff;
    letter-spacing: 0.069vw;
    font-size: 0.903vw;
    cursor: pointer;
    position: relative;
    margin-top: -1.389vw;
    z-index: 20000;
    /* margin-left: auto; */
}

.hamburger_menu .icon {
    background: #29abe2;
    width: 100%;
    height: 0.243vw;
    display: block;
    transition: 0.3s;
    border-radius: 0.417vw;
    position: absolute;
    left: 0;
}

.hamburger_menu .icon:nth-child(3) {
    bottom: 0;
}

.hamburger_menu .icon:nth-child(2) {
    top: 43%;
}

#hamburger_menu_cont .site_btn {
    width: 15vw;
    border-radius: 0.694vw;
    line-height: 4.167vw;
    text-align: left;
    padding-left: 4vw;
}

#main_header .site_btn::before {
    width: 2.361vw;
    left: 1.944vw;
}

.ft_madori {
    margin-left: 1.042vw;
}

footer .site_btn+.site_btn {
    margin-top: 0.694vw;
}

footer .site_btn:hover {
    color: #fff;
}

footer .site_btn.req::before,
header#main_header .site_btn.req::before {
    background: url(./image/req_bl.png) center no-repeat;
    background-size: contain;
}

footer .site_btn.fav::before,
header#main_header .site_btn.fav::before {
    background: url(./image/fav_bl.png) center no-repeat;
    background-size: contain;
}

.site_btn.his:hover::before,
header#main_header .site_btn.his:hover::before {
    background: url(./image/his_wh.png) center no-repeat;
    background-size: contain;
}

.site_btn.fav:hover::before,
header#main_header .site_btn.fav:hover::before {
    background: url(./image/fav_wh.png) center no-repeat;
    background-size: contain;
}

.site_btn.req:hover::before,
header#main_header .site_btn.req:hover::before {
    background: url(./image/req_wh.png) center no-repeat;
    background-size: contain;
}

/* 物件サーチ　PC */
#bukken_search {
    padding: 5vw 0 0;
}

#bukken_search .search_ttl {
    text-align: center;
    position: relative;
    font-size: 1.4vw;
    letter-spacing: 0.08em;
    padding-left: 7.472vw;
    margin: 0 0 1vw;
}

#bukken_search .search_ttl::before {
    content: "";
    position: absolute;
    left: -3.167vw;
    top: -4.5vw;
    background: url(./image/bukken_search_bg.png) center no-repeat;
    background-size: contain;
    width: 28.917vw;
    height: 7.083vw;
    right: 0;
    margin: auto;
}

.bukken_search_box {
    margin-top: 5.903vw;
    position: relative;
}

.bukken_search_box .text_box {
    width: 40%;
    padding-top: 70px;
}

.bukken_search_box .text_box .text {
    font-size: 0.972vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.bukken_search_box .text_box .text+.text {
    margin-top: 1.2vw;
}

#bukken_search .bukken_map .ttl {
    font-size: 2.431vw;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0;
    position: relative;
}

.select_box .inner_ttl {
    font-size: 2.083vw;
    letter-spacing: 0.08em;
    margin: 0 0 0.833vw;
    padding-left: 1.389vw;
}

.particular_box .tab a {
    display: inline-block;
    color: #2b2b2b;
    font-size: 1.389vw;
    letter-spacing: 0.08em;
    line-height: 3.472vw;
    padding: 0 1.944vw;
    border: solid 1px;
    text-align: center;
    border-radius: 4.167vw;
    transition: 0.3s;
}

.particular_box .tab.add {
    display: inline-block;
}

.particular_box .tab.add+.tab.add {
    margin-left: 0.347vw;
}

.particular_box .tab:nth-child(n + 3) {
    margin-top: 0.833vw;
}

.select_box .madori_box {
    margin-top: 6.569vw;
}

.select_box .madori_box .tab a {
    display: block;
    font-size: 1.389vw;
    font-weight: 600;
    color: #2b2b2b;
    border: solid 1px;
    line-height: 3.472vw;
    border-radius: 4.167vw;
    text-align: center;
    transition: 0.3s;
}

.select_box .madori_box .tab {
    width: 31.3%;
    margin: 0.347vw;
}

.select_box .madori_box .tab.size a {
    width: 11.111vw;
}

.select_box .madori_box .tab:nth-child(3n + 1) {
    margin-left: 0;
}

.select_box .tab a:hover {
    background: #29abe2;
    color: #fff;
}

#map {
    margin-top: -8.681vw;
    width: 42.5vw;
    height: 41.59vw;
}

#map path {
    transition: 0.3s;
    fill: #bbe8fc;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1;
    cursor: pointer;
}

#map path[data-area="active"] {
    fill: #29abe2;
}

.map_name {
    display: inline-block;
    transition: 0.1s;
    background: #fff;
    border-radius: 2.778vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 1.389vw;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #2b2b2b;
    line-height: 2.361vw;
    position: absolute;
    width: auto;
    text-align: center;
}

.map_name.higashiyodogawaku {
    top: 2.917vw;
    left: 25.556vw;
}

.map_name.asahiku {
    left: 31.042vw;
    top: 5.833vw;
}

.map_name.miyakojimaku {
    top: 8.681vw;
    left: 26.181vw;
}

.map_name.yodogawaku {
    top: 6.111vw;
    left: 16.875vw;
}

.map_name.kitaku {
    top: 11.25vw;
    left: 21.806vw;
}

.map_name.tsurumiku {
    top: 11.042vw;
    left: 35.833vw;
}

.map_name.jotoku {
    top: 13.264vw;
    left: 29.583vw;
}

.map_name.chuoku {
    top: 16.319vw;
    left: 23.681vw;
}

.map_name.fukushimaku {
    top: 13.889vw;
    left: 16.25vw;
}

.map_name.nishiyodogawaku {
    top: 10.278vw;
    left: 9.375vw;
}

.map_name.konohanaku {
    top: 16.875vw;
    left: 9.583vw;
}

.map_name.nishiku {
    top: 17.431vw;
    left: 17.986vw;
}

.map_name.higashinariku {
    top: 18.264vw;
    left: 30.903vw;
}

.map_name.tennojiku {
    top: 20.833vw;
    left: 24.444vw;
}

.map_name.naniwaku {
    top: 21.667vw;
    left: 17.778vw;
}

.map_name.minatoku {
    top: 21.181vw;
    left: 11.875vw;
}

.map_name.taisyoku {
    top: 26.181vw;
    left: 11.736vw;
}

.map_name.nishinariku {
    top: 25.556vw;
    left: 18.681vw;
}

.map_name.abenoku {
    top: 28.264vw;
    left: 22.778vw;
}

.map_name.ikunoku {
    left: 29.792vw;
    top: 23.611vw;
}

.map_name.suminoeku {
    top: 31.25vw;
    left: 12.431vw;
}

.map_name.sumiyoshiku {
    top: 34.514vw;
    left: 20.694vw;
}

.map_name.higashisumiyoshiku {
    top: 31.806vw;
    left: 25.694vw;
}

.map_name.hiranoku {
    top: 33.681vw;
    left: 32.847vw;
}

.map_name:hover {
    color: #29abe2;
}

.select_box .links_box {
    padding-left: 1.389vw;
}

#bukken_search .select_box {
    width: 30.556vw;
}

.particular_box .links_box {
    padding-left: 1.389vw;
}

#hamburger_menu_cont .site_btn+.site_btn {
    margin-top: 0.694vw;
}

.hamburger_menu.active .icon {
    transform: rotate(45deg);
}

.hamburger_menu.active .icon:nth-child(2),
.hamburger_menu.active .icon:nth-child(3) {
    transform: rotate(-45deg);
    top: 0px;
}

.bukken_search_ill {
    width: 24.097vw;
    margin: -120px 0 -9px 0;
}

#bukken_new::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f4f4f4;
    background-size: contain;
    width: 100%;
    height: 50.194vw;
}

.follow_banner {
    display: flex;
    position: fixed;
    right: 1.389vw;
    z-index: 1000;
    bottom: 10vw;
    width: 11.042vw;
    height: 11.042vw;
    background: #f7931d;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
    color: #fff;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
}

.follow_banner.show {
    opacity: 1;
    visibility: visible;
}

.follow_banner .bold {
    font-size: 1.389vw;
    line-height: 1;
    margin-top: 4.444vw;
    font-weight: 900;
}

.follow_banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.667vw;
    right: 0;
    margin: auto;
    background: url(./image/follow_hand.png) center no-repeat;
    background-size: contain;
    width: 7.5vw;
    height: 3.819vw;
}

.follow_banner:hover {
    opacity: 0.8;
}

.common-page_main {
    position: relative;
    padding: 7.569vw 0 6.528vw;
    margin-top: 15.417vw;
}

.common-page_main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100vw - (50vw - 43.056vw));
    min-width: 89.583vw;
    background-image: url(./image/page_mv_bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.common-page_main>* {
    position: relative;
}

.common-page_main .title_box {
    color: #fff;
    letter-spacing: 0.1em;
}

.common-page_main .title {
    font-size: 2.083vw;
    margin: 4.444vw 0 0;
    letter-spacing: 0.15em;
}

.common-page_main .sub_title {
    font-size: 1.25vw;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.common-page_main .wrap::before {
    content: "";
    position: absolute;
    left: -11.667vw;
    top: -15vw;
    background: url(./image/page_mv_house.png) center no-repeat;
    background-size: contain;
    width: 34.028vw;
    height: 9.028vw;
}

.common-page_main::after {
    content: "";
    position: absolute;
    right: 3.472vw;
    bottom: -4.167vw;
    background: url(./image/mv_rd_gr.png) center no-repeat;
    background-size: contain;
    width: 32.639vw;
    height: 18.75vw;
    z-index: -1;
}

#breadcrumbs {
    margin: 1.389vw 0 8.861vw;
}

section#single-1 .text {
    text-align: center;
    width: 54.167vw;
    font-size: 1.042vw;
    margin: auto;
    line-height: 2;
    letter-spacing: 0.08em;
    padding: 4.861vw 0;
}

div#foot-bottom {
    display: none !important;
}

.page_cmn_ttl {
    text-align: center;
    font-size: 1.389vw;
    letter-spacing: 0.08em;
    padding-top: 2.778vw;
    position: relative;
    /* padding-left: 6.875vw; */
}

.page_cmn_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 0.089vw;
    width: 60%;
    background: #eee;
}

.page_cmn_ttl::after {
    content: "";
    position: absolute;
    left: 20%;
    margin: auto;
    top: 0;
    height: 0.079vw;
    width: 10%;
    background: #333;
}

.page_single_2_flame .text {
    font-size: 1.111vw;
    letter-spacing: 0.05em;
    line-height: 2;
    width: 75%;
    margin: -153px 0 0 auto;
}

.page_single_2_flame {
    margin-top: 4.5vw;
}

.cmn_sub_ttl {
    display: flex;
    font-size: 1.111vw;
    letter-spacing: 0.08em;
    position: relative;
    line-height: 2.222vw;
    background: #5b5b5b;
    color: #fff;
    padding: 0 1.875vw;
    border-radius: 50%;
    width: 10vw;
    height: 10vw;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cmn_sub_ttl .num {
    font-size: 1vw;
    margin-right: 0.417vw;
    display: block;
    line-height: 1.5;
}

/* 生活保護賃貸のお部屋探し　PC */
.looking_room_flame .text_box {
    font-size: 1.042vw;
    letter-spacing: 0.08em;
    /* width: 78%; */
    text-align: justify;
    line-height: 1.7;
}

.looking_room_flame .page_cmn_ttl {
    text-align: left;
}

.looking_room_flame .page_cmn_ttl::before {
    right: auto;
}

.looking_room_flame .page_cmn_ttl::after {
    left: 0;
}

.looking_room_flame .text_box p+p {
    margin-top: 1.042vw;
}

.loolig_room_box {
    border: none;
}

.looking_room_flame+.looking_room_flame {
    margin-top: 4.861vw;
}

.looking_room_flame.flame_2 li {
    font-size: 1.042vw;
    border-bottom: dashed 1px #ccc;
    padding: 0.833vw 0;
    line-height: 1.8;
    border-bottom: 2px dotted #aba7a7;
}

#loolig_room_sec02 h2 {
    background-position: 37.778vw;
    padding-left: 0;
    margin-bottom: 2.083vw;
    background: no-repeat;
    border-left: solid 5px #29abe2;
    padding: 0 0 0 1.042vw;
}

section#loolig_room_sec02 {
    /* border: solid 1px #333; */
    padding: 1.389vw 2.778vw 2.778vw;
    margin-top: 4.861vw;
    border-radius: 1.042vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#page_contact_cv {
    text-align: center;
    margin-top: 5.556vw;
    font-size: 1.111vw;
    line-height: 2;
    padding-bottom: 6.944vw;
    position: relative;
    letter-spacing: 0.05em;
}

#page_contact_cv .btn {
    display: block;
    width: 22.917vw;
    line-height: 4.861vw;
    text-align: center;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    font-size: 1.25vw;
    font-weight: 600;
    border-radius: 2.778vw;
    letter-spacing: 0.08em;
    margin: 20px auto;
    transition: 0.3s;
    color: #2b2b2b;
}

#page_contact_cv .btn:hover {
    background: #29abe2;
    color: #fff;
}

/* 生活保護の受給対象者について PC */
.page_about_korekara_box ul {
    justify-content: center;
}

.page_about_korekara_box ul li {
    width: 17.361vw;
    height: 17.361vw;
    background: #ccc;
    font-size: 1.181vw;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 2;
    margin: 2.778vw 1.389vw 0;
}

.page_about_korekara .text {
    margin-top: 3.472vw;
    text-align: center;
    font-size: 1.25vw;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding-bottom: 5.903vw;
    position: relative;
}

.page_about_korekara .text::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: url(./image/page_arraw.png) center no-repeat;
    background-size: contain;
    width: 3.472vw;
    height: 3.472vw;
}

.inpage_sec01 {
    margin-top: 5.556vw;
}

.inpage_txt.R {
    width: 55%;
    margin-top: 1.667vw;
}

.inpage_img.L {
    width: 40%;
    background-image: url(./image/cost_img.jpg);
    background-size: contain;
}

.inpage_txtbox {
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.inpage_h3 {
    background: #ccc;
    line-height: 3.056vw;
    padding: 0 0 0 3.472vw;
    font-size: 1.181vw;
    letter-spacing: 0.08em;
    margin-top: 2.778vw;
    position: relative;
}

.inpage_h3::before {
    content: "";
    position: absolute;
    left: 0.694vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.972vw 0.486vw 0 0.486vw;
    border-color: #333333 transparent transparent transparent;
}

.shokihiyou_page_LR .L {
    width: 28%;
}

.shokihiyou_page_LR .R {
    width: 68%;
    font-size: 1.111vw;
    line-height: 2;
    margin-top: 3.472vw;
}

.shokihiyou_page_LR.oh {
    margin-top: 3.819vw;
    border-bottom: solid 1px #ccc;
    padding-bottom: 3.472vw;
}

.shokihiyou_page_LR .R .r {
    color: #00aee7;
}

.system_detail_box ul {
    justify-content: center;
}

.system_detail_box li {
    width: 25.694vw;
    margin: 3.472vw 3.472vw 1.389vw;
    padding-bottom: 2.778vw;
    position: relative;
}

.system_detail_box .num {
    background: #333;
    color: #fff;
    line-height: 1.528vw;
    display: inline-block;
    width: 4.167vw;
    text-align: center;
    font-size: 0.833vw;
    letter-spacing: 0.08em;
}

.system_detail_box .ttl {
    font-size: 1.319vw;
    letter-spacing: 0.1em;
    margin-top: 1.389vw;
    padding-bottom: 0.278vw;
    border-bottom: solid 1px;
}

.system_detail_box .text {
    font-size: 1.042vw;
    letter-spacing: 0.08em;
    margin-top: 1.111vw;
    line-height: 1.7;
}

.system_detail_box li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #333;
    width: 2.778vw;
    height: 0.069vw;
}

.bukken_flame_box .img img {
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.areaListTableCell a {
    color: #2b2b2b;
}

.sort_L {
    margin-top: 1.042vw;
}

.penguin__h1 {
    text-align: center;
    font-size: 0.833vw;
    letter-spacing: 0.1em;
}

.sec01_kurasumon {
    display: none;
}

.inpage_ttl {
    text-align: center;
}

/* 運営会社情報　PC */
section#company_page ul li:first-child {
    background: #edeeef;
    color: #2b2b2b;
    font-weight: 600;
    text-align: center;
}

/* 初期費用不要　PC */
#no_initial_sec02 h2 {
    background: no-repeat;
    text-align: left;
    padding: 2.083vw 0;
    margin: 4.861vw 0 0.694vw;
}

section#no_initial_sec02 .page_cmn_ttl::before {
    right: auto;
}

section#no_initial_sec02 .page_cmn_ttl::after {
    left: 0;
}

/* 保証人でお困りの方　PC */
.lease_text_big {
    text-align: center;
    margin-top: 2.431vw;
}

.lease_boxLR {
    margin: 50px auto;
    width: 77%;
}

.lease_boxR {
    width: auto;
}

.lease_text01 {
    text-align: center;
    font-size: 1.042vw;
}

/* 初期費用でお困りの方 PC */
#syunyu_page .shokihiyou_page_LR .R {
    margin-top: 0;
}

h2.naibu_h2 {
    background-image: none;
    padding: 0;
    background: #eee;
    line-height: 3.958vw;
    padding-left: 1.389vw;
}

ul.naibu_list_item li {
    border: none;
    font-size: 1.042vw;
    margin-bottom: 0;
    border-bottom: dotted 2px #ccc;
}

.naibu_p_caution {
    padding: 1.389vw 0;
    border: solid 1px #26abe2;
    margin: 3.472vw 0;
    border-radius: 0.694vw;
}

p.naibu_p {
    font-size: 1.042vw;
    line-height: 2;
    margin-bottom: 1.042vw;
}

#eme_page .main_textArea p span {
    background: #ccc;
    color: #333;
    font-weight: 600;
    height: 13.889vw;
    border-radius: 50%;
    width: 13.889vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25vw;
    margin: 0;
}

#eme_page .main_textArea p {
    display: flex;
    justify-content: center;
}

#eme_page .main_textArea p span.s02 {
    margin-top: -11.458vw;
}

#eme_page {
    padding-top: 10.417vw;
}

#eme_page .main_textArea {
    position: relative;
}

#eme_page .main_textArea::before {
    content: "";
    position: absolute;
    left: 0;
    top: -13.75vw;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(./image//triangle.png) center no-repeat;
    background-size: contain;
    width: 25.764vw;
    height: 20.833vw;
    z-index: -1;
}

/* 緊急のご相談の方　PC */
#eme_page .main_textArea {
    position: relative;
}

#eme_page .main_textArea::before {
    content: "";
    position: absolute;
    left: 0;
    top: -13.75vw;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(./image//triangle.png) center no-repeat;
    background-size: contain;
    width: 25.764vw;
    transform: rotate(180deg);
    height: 20.833vw;
    z-index: -1;
}

#eme_page .example_wrap .textArea {
    border: none;
    padding: 0;
}

#eme_page .example_wrap .textArea p {
    color: #2b2b2b;
    font-weight: 600;
    text-decoration: none;
    background: #ccc;
    padding: 2.083vw 3.472vw;
    border-left: solid 5px;
    border-radius: 0 0.694vw 0.694vw 0;
}

#eme_page .example_wrap .textArea p:before {
    /* border-color: rebeccapurple; */
    border-color: transparent transparent transparent #29abe2;
    opacity: 0;
}

.example_wrap.type01 {
    margin-top: 6.944vw;
}

.example_wrap.type02 {
    margin-top: 3.472vw;
}

#eme_page .example_wrap {
    margin-bottom: 0;
    padding-bottom: 3.472vw;
    border-bottom: solid 1px #ccc;
}

#eme_page h2 {
    background-image: none;
    padding: 0.694vw 1.389vw;
    background-color: #ccc;
}

#eme_page .flow_wrap {
    margin: 3.472vw 0;
}

#eme_page .flow_wrap ul {
    border: none;
    padding: 0;
}

#eme_page .flow_wrap ul li h3 {
    margin-top: 3.472vw;
}

#eme_page .flow_wrap ul li .shopWrap .shop .textArea a {
    background: #29abe2;
}

#eme_page .merit_wrap ul {
    border: none;
    padding: 0;
}

#eme_page .merit_wrap ul li span.num {
    background: #333;
}

#eme_page .merit_wrap ul li span.text {
    background: no-repeat;
}

#eme_page .merit_wrap ul li {
    border-bottom: dotted 2px #ccc;
}

.other_wrap p {
    background-image: none;
}

#eme_page .page_cmn_ttl.em {
    background: no-repeat;
    margin-top: 4.861vw;
}

/* よくある質問　PC */
.qa_page dt {
    background: #4285f4;
    padding: 1.389vw;
    letter-spacing: 0.05em;
}

.qa_page dd {
    border: none;
    font-size: 1.042vw;
    background-color: #f1fbff;
}

.qa_page dd,
.qa_page dt {
    position: relative;
    padding-left: 4.167vw;
}

.qa_page dt::before,
.qa_page dd::before {
    content: "Q";
    position: absolute;
    left: 1.389vw;
    top: 1.042vw;
    font-size: 1.389vw;
    font-family: "Helvetica", "sans-serif";
}

.qa_page dd::before {
    content: "A";
    top: 1.389vw;
}

#faq_page {
    padding: 0 0 5.556vw;
}

#faq_page.share .common_main_title h2 {
    text-align: center;
    font-size: 2.5vw;
}

/* ご契約事例　PC */
#syunyu_page {
    padding: 0 0 4.861vw;
}

.common-page_main .title.det {
    font-weight: 600;
}

/* 店舗紹介　PC */
.page_store_flame .img_box {
    width: 60%;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
}

.page_store_flame {
    flex-wrap: nowrap;
    padding: 2.778vw 0;
    border-bottom: dotted 2px #ccc;
}

.page_store_flame .img_box .img {
    width: 48%;
}

/* 店舗紹介　PC */
.page_store_box .name {
    background: #29abe2;
    padding: 0.486vw 0.694vw;
    color: #fff;
    font-size: 1.181vw;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-radius: 0.347vw;
}

.page_store_box .tel,
.page_store_box .address {
    font-size: 1.181vw;
    letter-spacing: 0.05em;
    margin-top: 0.694vw;
}

.page_store_flame .btn {
    display: block;
    width: 22.917vw;
    line-height: 3.472vw;
    text-align: center;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    font-size: 1.25vw;
    font-weight: 600;
    border-radius: 2.778vw;
    letter-spacing: 0.08em;
    margin: 30px auto 0;
    transition: 0.3s;
    color: #2b2b2b;
}

.page_store_flame .btn:hover {
    background: #29abe2;
    color: #fff;
}

.page_store_box {
    padding-bottom: 5.556vw;
}

.page_store_box .page_cmn_ttl {
    font-size: 1.181vw;
    margin-top: 4.861vw;
}

.page_store_box .page_cmn_ttl .small {
    display: block;
    font-size: 0.972vw;
    margin-top: 1.389vw;
}

/* スタッフ紹介　PC */
.staff_page_list li {
    width: 24.2%;
}

.staff_page_list li a .image {
    height: 24.306vw;
}

.staff_page_list li:nth-child(n + 5) {
    margin-top: 0.347vw;
    margin-right: 0.5%;
}

.staff_page .wrap {
    position: relative;
}

.staff_page .wrap::before {
    content: "";
    position: absolute;
    left: -20.833vw;
    top: 0;
    width: 48.611vw;
    height: 48.611vw;
    background: #f1fbfe;
    border-radius: 50%;
    z-index: -1;
}

.staff_page .wrap::after {
    content: "";
    position: absolute;
    right: -13.889vw;
    bottom: -13.889vw;
    width: 41.667vw;
    height: 41.667vw;
    background: #fafafa;
    border-radius: 50%;
    z-index: -1;
}

.railwayAreaListTableCell a {
    color: #2b2b2b;
}

/* サイトマップ　PC */
ul.sitemap li a {
    color: #2b2b2b;
    background: #eee;
    display: block;
    padding: 0.694vw;
    font-weight: 600;
    letter-spacing: 0.08em;
}

ul.sitemap li {
    padding: 0;
    border: none;
}

ul.sitemap li a:hover {
    color: #29abe2;
}

.sitemap+.sitemap {
    padding: 2.083vw 0 6.944vw;
    border-top: dotted 1px#ccc;
    margin-top: 2.083vw;
}

.railwayLineListTableCell a {
    color: #2b2b2b;
}

section#page_single_2 {
    padding-bottom: 6.94vw;
}

#cushion_page {
    margin-top: -5vw;
    padding: 0 0 120px;
}

#cushion_page .cont .text_box .illust {
    width: 290px;
    line-height: 1;
    margin: 0 auto 30px;
}

#cushion_page .cont .text_box .illust img {
    width: 100%;
}

#cushion_page .cont .text_box .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 40px;
}

#cushion_page .cont .text_box .btn {
    display: block;
    width: 400px;
    line-height: 70px;
    background-color: #29abe2;
    border: 2px solid #29abe2;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-align: center;
    transition: 0.5s;
    border-radius: 100vmax;
}

#cushion_page .cont .text_box .btn:hover {
    color: #29abe2;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* 選ばれる理由 */

#pageReason {
    padding: 0 0 120px;
}

#pageReason .reason_list_sec .list ul li {
    padding: 120px 0;
}

#pageReason .reason_list_sec .list ul li:nth-child(odd) {
    background-color: #f5f5f5;
    padding-left: calc(50vw - 570px);
}

#pageReason .reason_list_sec .list ul li:nth-child(even) {
    padding-right: calc(50vw - 570px);
}

#pageReason .reason_list_sec .list ul li .img {
    position: absolute;
    width: calc((50vw - 520px) + 35%);
    top: 50px;
    bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#pageReason .reason_list_sec .list ul li:nth-child(odd) .img {
    right: 50px;
}

#pageReason .reason_list_sec .list ul li:nth-child(even) .img {
    left: 50px;
}

#pageReason .reason_list_sec .list ul li.reason1 .img {
    background-image: url(./image/reason1_img.jpg);
}

#pageReason .reason_list_sec .list ul li.reason2 .img {
    background-image: url(./image/reason2_img.jpg);
}

#pageReason .reason_list_sec .list ul li.reason3 .img {
    background-image: url(./image/reason3_img.jpg);
}

#pageReason .reason_list_sec .list ul li.reason4 .img {
    background-image: url(./image/reason4_img.jpg);
}

#pageReason .reason_list_sec .list ul li .text_box {
    width: 60%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 60px 5% 40px;
}

#pageReason .reason_list_sec .list ul li:nth-child(even) .text_box {
    margin-left: auto;
}

#pageReason .reason_list_sec .list ul li .text_box .num {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 50px;
    line-height: 1;
    color: #29abe2;
    font-style: italic;
}

#pageReason .reason_list_sec .list ul li .text_box .ttl {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 20px;
}

#pageReason .reason_list_sec .list ul li .text_box .text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.9;
}

/* 追従 */

.under_fixed_cont {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 0.694vw 0.694vw 0 0;
    opacity: 0;
    z-index: 9990;
    transition: 0.5s;
    visibility: hidden;
    pointer-events: none;
    background-color: #fff;
}

.under_fixed_cont.show {
    pointer-events: inherit;
    opacity: 1;
    visibility: visible;
}

.under_fixed_cont .header_wrap {
    padding: 1.736vw 0;
    position: relative;
    width: 95vw;
    margin: 0 auto;
}

.under_fixed_cont .cont {
    align-items: center;
}

.under_fixed_cont .cont .logo {
    display: block;
    width: 11.889vw;
    line-height: 1;
    margin-right: 2.356vw;
}

.under_fixed_cont .cont .logo img {
    width: 100%;
}

.under_fixed_cont .cont .tel_box {
    width: 18.114vw;
}

.under_fixed_cont .cont .tel_box .num_box {
    width: 100%;
    margin-bottom: 0.347vw;
    align-items: center;
}

.under_fixed_cont .cont .tel_box .num_box .icon {
    width: 2.047vw;
    line-height: 1;
}

.under_fixed_cont .cont .tel_box .num_box .icon img {
    width: 100%;
}

.under_fixed_cont .cont .tel_box .num_box .num {
    font-size: 2.278vw;
    color: #29abe2;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.01em;
}

.under_fixed_cont .cont .tel_box .time {
    font-size: 0.872vw;
    letter-spacing: 0.05em;
    line-height: 1;
}

.under_fixed_cont .cont .btn_list {
    width: 61.128vw;
    margin-left: auto;
}

.under_fixed_cont .cont .btn_list li a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 1.875vw;
}

.under_fixed_cont .cont .btn_list li a .arrow {
    width: 1.111vw;
    line-height: 1;
}

.under_fixed_cont .cont .btn_list li a .arrow img {
    width: 100%;
}

.under_fixed_cont .cont .btn_list .contact_btn {
    width: 16.672vw;
    height: 3.75vw;
}

.under_fixed_cont .cont .btn_list .contact_btn a {
    background-color: #29abe2;
}

.under_fixed_cont .cont .btn_list .contact_btn .text {
    font-size: 0.8vw;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-right: 0.689vw;
}

.under_fixed_cont .cont .btn_list .line_btn {
    width: 16.672vw;
    height: 3.75vw;
}

.under_fixed_cont .cont .btn_list .line_btn a {
    background-color: #00b900;
}

.under_fixed_cont .cont .btn_list .line_btn .icon {
    width: 1.806vw;
    line-height: 1;
    margin-right: 0.694vw;
}

.under_fixed_cont .cont .btn_list .line_btn .icon img {
    width: 100%;
}

.under_fixed_cont .cont .btn_list .line_btn .text {
    font-size: 0.8vw;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-right: 1.189vw;
}

.under_fixed_cont .cont .btn_list .reserve_btn {
    width: 9.911vw;
    height: 3.75vw;
}

.under_fixed_cont .cont .btn_list .reserve_btn a {
    border: 2px solid #306fb6;
}

.under_fixed_cont .cont .btn_list .reserve_btn .text {
    font-size: 0.8vw;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1;
    color: #29abe2;
}

.under_fixed_cont .cont .btn_list .reserve_btn .icon {
    width: 0.903vw;
    line-height: 1;
    margin-right: 0.694vw;
}

.under_fixed_cont .cont .btn_list .reserve_btn .icon img {
    width: 100%;
}

.page_outline.article_page {
    padding: 0 0 5.556vw;
}

.page_outline.article_page .single_area {
    width: 62%;
}

.page_outline.article_page .single_area h1 {
    font-size: 20px;
    margin-top: 0;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

.page_outline.article_page .single_area h2 {
    background: #29abe2;
    color: #fff;
    padding: 0.5em;
    font-size: 18px;
}

.page_outline.article_page .single_area h3 {
    font-size: 18px;
}

.page_outline.article_page .single_area p {
    font-size: 14px;
    line-height: 2;
}

.page_outline.article_page .article_side {
    width: 27%;
}

.article_side_box {
    margin-bottom: 30px;
}

.article_side_box .title {
    text-align: center;
    background: #29abe2;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 10px;
}

.article_side_box .link a {
    background: #333;
    color: #fff;
    width: 100%;
    line-height: 40px;
    display: block;
    border-radius: 30px;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.article_side_box .pr {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

.article_side_box .top_blog_img {
    width: 80px;
    height: 80px;
    box-shadow: none;
}

.article_side_box .top_blog_text {
    width: 210px;
    padding: 0;
    font-size: 12px;
    padding-left: 10px;
}

.article_side_box .top_blog_text h3 {
    font-size: 14px;
    margin: 0 0 10px;
}

.article_side_box .pa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 生活保護　審査ページ */
.examination-ttlBox .img {
    width: 450px;
    margin-inline: auto;
}

.examination-ttlBox .img img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
}

.examination-ttlBox .img img.contain {
    aspect-ratio: unset;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.examination-ttlBox .ttl {
    font-size: 25px;
    text-align: center;
    margin-top: 0;
    margin: 0;
}

.examination-ttlBox .txt {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
}

.examination-ttlBox {
    margin-bottom: 60px;
    padding: 30px;
    background: #f4f4f4;
}

.sec_text_area.examination .textArea h3 {
    font-size: 21px;
    margin: 0 0 15px;
}

.sec_text_area.examination .textArea p {
    font-size: 16px !important;
}

.sec_text_area.examination .inBox {
    margin-bottom: 50px;
}

section.examination-paper .ttl-box {
    text-align: center;
}

section.examination-paper {
    margin-bottom: 80px;
}

section.examination-paper .paper-container {
    width: 700px;
    margin: 0 auto;
    padding: 30px;
    background: #ebf9ff;
}

section.examination-paper .paper-container ul li .txt {
    font-size: 20px;
    font-weight: bold;
}

section.examination-paper .paper-container ul li {
    border-bottom: 2px dashed #ababab;
    padding: 10px 10px 5px;
    margin-bottom: 5px;
}

/* 保証人ページ */
.examination-ttlBox .txt .bold {
    color: #d92727;
}

/* お部屋探しの流れ　開始 */

.flow-top-text {
    text-align: center;
}

.flow-top-text .txt {
    font-size: 16px;
    font-weight: bold;
}

.pg-flow-container ul li .step {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    background: #29abe2;
    color: #fff;
    border-radius: 40px;
    padding: 5px 20px;
}

.pg-flow-container ul li .ttl {
    display: inline-block;
    font-size: 20px;
    margin-left: 20px;
    line-height: 1;
    margin: 0;
    margin-left: 20px;
}

.sub-title-box {
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 2px dashed #c2c2c2;
    margin-bottom: 8px;
}

section.page-flow-list {
    margin: 50px 0 100px;
}

.pg-flow-container ul li {
    border: 1px solid #c2b9b9;
    padding: 20px;
    border-radius: 15px;
}

.pg-flow-container ul li+li {
    margin-top: 30px;
}

.pg-flow-container ul li .txt {
    font-size: 16px;
}

.pg-flow-container {
    margin-bottom: 50px;
}

.page-flow-bt {
    background: #e9e9e9;
    padding: 20px;
    border-radius: 8px;
}

.page-flow-bt .txt {
    font-size: 16px;
}

.pg-flow-container ul li .color1 {
    background: #22b573;
}

.pg-flow-container ul li .color2 {
    background: #f7931e;
}

.pg-flow-container ul li .color3 {
    background: #1993c6;
}

.pg-flow-container ul li .color4 {
    background: #d1ae00;
}

.pg-flow-container ul li .color5 {
    background: #c359f4;
}

.pg-flow-container ul li .color6 {
    background: #d0006b;
}

/* お部屋探しの流れ　終了 */

/* 必要な書類ページ */

.page_need_contens .ttl {
    text-align: center;
}

.page_need_contens .txt {
    text-align: center;
    margin: 0 0 40px;
}

.page_need_contens .block {
    padding: 20px;
    background: #00aee7;
}

.page_need_contens .block+.block {
    margin-top: 20px;
}

.page_need_contens .block .title {
    color: #fff;
    margin: 0 0 15px;
    line-height: 1;
}

.page_need_contens .block .text_box {
    padding: 30px 30px 20px;
    background: #fff;
}

.page_need_contens_list {
    padding: 30px;
    background-color: #fff;
}

.page_need_contens_list li {
    margin: 0 25px 10px 0;
}

.page_need_contens_list li::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f7931d;
    margin-right: 10px;
    vertical-align: 5%;
}

.common_other_contents {
    padding: 70px 0;
}

.common_other_contents .ttl {
    text-align: center;
    margin: 0 0 30px;
}

.common_other_contents .block+.block {
    margin-top: 100px;
}

.common_other_contents_list li {
    width: 32%;
    margin-right: 2%;
}

.common_other_contents_list li .image {
    height: 250px;
}

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

.common_other_contents_list li:nth-child(3n) {
    margin-right: 0;
}

.common_other_contents_list li:nth-child(n + 4) {
    margin-top: 2%;
}

.common_other_contents_list li a {
    display: block;
    text-align: center;
    color: #000;
    transition: 0.3s;
}

.common_other_contents_list li a:hover {
    color: #00aee7;
}

.common_other_contents_list li .textBox {
    margin-top: 15px;
}

.common_other_contents_list li .title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.08em;
    margin: 0 0 7px;
}

.common_other_contents_list li .text {
    color: #707070;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-align: justify;
}

.common_other_contents_list li .cmn_btn {
    width: 70%;
    line-height: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    letter-spacing: 0.08em;
    margin: 20px auto 0;
    transition: 0.3s;
}

.common_other_contents_list li a:hover .cmn_btn {
    background-color: #00aee7;
    color: #fff;
}

/* 生活保護の受給者対象についてページ */

.credit_title_box {
    text-align: center;
}

table.credit_limit_table {
    width: 100%;
    border-collapse: collapse;
}

table.credit_limit_table th {
    background: #4285f4;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #cecece;
}

table.credit_limit_table td {
    width: 20%;
    text-align: center;
    border: 1px solid #cecece;
    padding: 10px;
}

table.credit_limit_table .number {
    background: #f1fbff;
}

section.about_credit_limit {
    margin-top: 100px;
}

section.about_credit_limit .text-box {
    font-size: 15px;
}

section.about_credit_limit .reference-box {
    text-align: right;
    font-size: 12px;
    margin-bottom: 50px;
}

section.about_credit_limit .reference-box a {
    color: #4285f4;
}

/* トップ追加セクション */

.common_button {
    margin-top: 1.389vw;
    text-align: center;
}

.common_button a {
    display: inline-block;
    padding: 0 3vw;
    line-height: 4.861vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 1.25vw;
    font-weight: 600;
    border-radius: 2.778vw;
    letter-spacing: 0.08em;
    color: #2b2b2b;
    transition: 0.3s;
}

.common_button a:hover {
    background: #29abe2;
    color: #fff;
}

section.about_credit_limit.top_about_credit {
    margin: 0 0 100px;
}

/* 生活保護のメリット */

.page_merit_contents {
    padding: 0 0 100px;
}

.page_merit_contents .block+.block {
    margin-top: 40px;
}

.page_merit_contents .block {
    padding: 40px;
    background-color: #f1fbff;
}

.page_merit_contents .block .title {
    font-size: 20px;
    letter-spacing: 0.1em;
    border-bottom: 2px dashed #29abe2;
    padding: 0 0 7px;
    margin: 0 0 10px;
}

.page_merit_contents .block .text {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

/* 生活保護　調査ページ */

.common_survey_title-box {
    text-align: center;
    margin-bottom: 40px;
}

.sec_text_area.examination .textArea .sub-ttl {
    font-size: 21px;
    margin: 0 0 15px;
    border-bottom: 2px dashed #cbcbcb;
}

/* 生活保護　調査ページ　終了 */

/* 初期費用でお困りの方 追加CSS */

.shokihiyou_about {
    padding: 100px 0;
}

.shokihiyou_about .block {
    padding: 3vw;
    background-color: #f1fbff;
}

.shokihiyou_about .block+.block {
    margin-top: 3vw;
}

.shokihiyou_about .block .title {
    font-size: 1.22vw;
    letter-spacing: 0.1em;
    margin: 0 0 0.7vw;
}

.shokihiyou_about .block .text {
    font-size: 1.1vw;
    letter-spacing: 0.04em;
    line-height: 1.8;
}

.shokihiyou_about_table {
    margin-top: 2vw;
}

.shokihiyou_about_table table {
    width: 100%;
    border-collapse: collapse;
}

.shokihiyou_about_table table th,
.shokihiyou_about_table table td {
    padding: 1.1vw;
    text-align: center;
    font-size: 1.1vw;
    border: 1px solid #ddd;
    font-weight: 600;
}

.shokihiyou_about_table table th {
    background-color: #29abe2;
    color: #fff;
}

.shokihiyou_about_table table td {
    background-color: #fff;
}

.shokihiyou_flow_flex {
    align-items: center;
    margin: auto;
    background-color: #f4f4f4;
    padding: 2vw 3vw;
    margin: 0 0 1vw;
}

.shokihiyou_flow_flex .shokihiyou_flow_title {
    font-size: 1.5vw;
    letter-spacing: 0.1em;
    flex-shrink: 0;
    width: 15%;
    font-weight: 600;
    color: #29abe2;
}

.shokihiyou_flow_flex .shokihiyou_flow_text {
    letter-spacing: 0.08em;
    width: 85%;
    font-size: 1.22vw;
    font-weight: 600;
}

.shokihiyou_flow .text {
    font-size: 1.1vw;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 3vw 0 0;
}

/* 初期費用でお困りの方 追加CSS 終了 */

/* 生活保護トラブルについて */
.page_trouble .for_medical.flow .sec_text_area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 80px;
}

.page_trouble .for_medical.flow .sec_text_area .inBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    margin-bottom: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    padding: 20px 30px;
    position: relative;
}

.page_trouble .for_medical.flow .sec_text_area .inBox::before {
    content: "";
    width: 40px;
    height: 80px;
    position: absolute;
    top: 50%;
    right: -20px;
    translate: 100% -50%;
    background: #29abe2;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.page_trouble .for_medical.flow .sec_text_area .inBox:last-child::before {
    display: none;
}

.page_trouble .for_medical.flow .sec_text_area .inBox .image {
    width: 200px;
    aspect-ratio: 1;
    margin-inline: auto;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.page_trouble .for_medical.flow .sec_text_area .inBox .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_trouble .for_medical.flow .sec_text_area .textArea {
    width: 100%;
}

.page_trouble .for_medical.flow .sec_text_area .inBox h3 {
    text-align: center;
    font-size: 20px;
    margin: 0;
}

.page_trouble .for_medical.flow .sec_text_area .inBox h3 .num {
    display: block;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0em;
    font-weight: 700;
    color: #29abe2;
}

/* PC生活保護トラブルページ 共通セクション */
.common_page_sec {
    padding-bottom: 100px;
}

.common_page_sec .cont_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 100px;
}

.common_page_sec .cont_box .img {
    width: 150px;
    flex-shrink: 0;
}

.common_page_sec .cont_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_room_size .common_page_sec .cont_box .img {
    width: 380px;
}

.common_page_sec .cont_box .text_box {
    width: 600px;
}

.common_page_sec .cont_box .text_box .point {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-top: 7px;
    margin-bottom: 0;
}

.common_page_sec .cont_box .text_box .point::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #29abe2;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.common_page_sec .cont_box .text_box .text {
    font-size: 16px;
    margin-top: 30px;
}

.common_page_sec .flex_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
}

.common_page_sec .flex_box .cont {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px 40px;
}

.common_page_sec .index {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0.3em;
    border-bottom: 3px solid #f7931d;
}

.common_page_sec .cont .index {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin: 0;
}

.common_page_sec .cont .index::before {
    content: "";
    background-color: #f7931d;
    width: 10px;
    aspect-ratio: 1;
    display: block;
    border-radius: 50%;
}

.common_page_sec .flex_box .cont .text_box {
    padding: 30px 0 0;
}

.common_page_sec .flex_box .cont .text_box .text {
    font-size: 16px;
}

.common_page_sec .cont_list ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 10px;
}

.common_page_sec .cont_list ul li {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 1em;
}

.common_page_sec .cont_list ul li .index {
    text-align: center;
}

.common_page_sec .cont_list ul li .text_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
    padding-top: 22px;
}

.common_page_sec .cont_list ul li .text_box .img img {
    width: 75px;
    aspect-ratio: 1;
    object-fit: contain;
}

.common_page_sec .cont_list ul li .text_box .text {
    font-size: 16px;
}

.page_assistance .common_page_sec .cont_list ul li .text_box .text {
    font-weight: 600;
    text-align: center;
}

.common_page_sec .cont_list ul li .text_box .text .small {
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.page_need .reason_sec {
    margin-bottom: 100px;
}

.page_need .reason_sec .cont .item+.item {
    margin-top: 80px;
}

.page_need .reason_sec .cont .item {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.page_need .reason_sec .cont .item .img {
    flex-shrink: 0;
    width: 450px;
}

.page_need .reason_sec .cont .item:nth-child(even) .img {
    order: 1;
}

.page_need .reason_sec .cont .item .text_box {
    width: 100%;
}

.page_need .reason_sec .cont .item .text_box .title {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: 0 0 15px;
    border-left: 3px solid #29abe2;
    line-height: 1.5;
    padding-left: 0.7em;
}

.page_need .reason_sec .cont .item .text_box .text {
    letter-spacing: 0.05em;
    line-height: 1.9;
}

.page_need .point_sec {
    margin-bottom: 100px;
}

.page_need .point_sec .cont ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

.page_need .point_sec .cont li .img {
    margin-bottom: 10px;
}

.page_need .point_sec .cont li .text_box .title {
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
}

.page_need .point_sec .cont li .text_box .text {
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #505050;
}

.page_need .fire_sec {
    margin-bottom: 100px;
}

.page_need .fire_sec .fire_cont {
    display: flex;
    gap: 0 20px;
}

.page_need .fire_sec.price .fire_cont {
    flex-direction: row-reverse;
}

.page_need .fire_sec .fire_cont .box+.box {
    margin-top: 20px;
}

.page_need .fire_sec .fire_cont .box {
    background: #f1fbff;
    padding: 40px;
}

.page_need .fire_sec .fire_cont .box .text_box .theme {
    font-size: 20px;
    letter-spacing: 0.03em;
    padding-bottom: 0.5em;
    margin: 0 0 1em;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.page_need .fire_sec .fire_cont .box .text_box .theme::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 10%;
    height: 1px;
    background: #29abe2;
}

.page_need .fire_sec .fire_cont .box .text_box .text {
    font-size: 16px;
    letter-spacing: 0.03em;
}

.page_need .fire_sec .fire_cont .box .text_box .text+.text {
    margin-top: 0.6em;
}

.page_need .fire_sec .fire_cont .img_box {
    width: 370px;
    flex-shrink: 0;
}

.page_need .fire_sec .fire_cont .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_reason_rejection .common_main_title .text {
    font-size: 32px;
    margin-bottom: 50px;
}

#page_reason_rejection .sec_text_area {
    margin-bottom: 4.861vw;
}

#page_reason_rejection .sec_text_area .inBox {
    align-items: center;
}

#page_reason_rejection .sec_text_area .inBox:first-child {
    margin-bottom: 3.472vw;
}

#page_reason_rejection .sec_text_area .textArea {
    width: 100%;
}

#page_reason_rejection .textArea h3 {
    font-size: 21px;
    margin: 0 0 15px;
    position: relative;
    padding-left: 150px;
}

#page_reason_rejection .textArea h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: -55px;
    background: url(./image/bukken_search_bg.png) center no-repeat;
    background-size: contain;
    width: 400px;
    height: 100px;
    right: 0;
}

#page_reason_rejection .sec_text_area .textArea p {
    font-size: 1.042vw;
    line-height: 2;
}

#page_reason_rejection .sec_text_area .textArea .subBox {
    background-color: #f1f1f1;
    padding: 20px;
    margin-top: 20px;
}

#page_reason_rejection .sec_text_area .textArea .subBox h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

#page_reason_rejection .sec_text_area .textArea .subBox h4::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f7931d;
    margin-right: 10px;
    vertical-align: 5%;
}

#page_reason_rejection .sec_text_area .textArea .subBox p {
    font-size: 14px;
    margin-bottom: 10px;
}

#page_reason_rejection .sec_advice {
    padding-bottom: 100px;
}

#page_reason_rejection .sec_advice .inner {}

#page_reason_rejection .sec_advice .inner ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 15px;
}

#page_reason_rejection .sec_advice .inner ul li {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 1em;
}

#page_reason_rejection .sec_advice .inner ul li h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0.3em;
    border-bottom: 3px solid #f7931d;
}

#page_reason_rejection .sec_advice .inner ul li .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

#page_reason_rejection .sec_advice .inner ul li .img img {
    width: 200px;
    object-fit: contain;
}

#page_reason_rejection .sec_advice .inner ul li .txt {
    font-size: 16px;
}

.pet_price_sec {
    padding: 0 0 100px;
}

.pet_price_sec .cont .table_box {
    margin-bottom: 1.5vw;
}

.pet_price_sec .cont .table_box table {
    width: 100%;
    border-collapse: collapse;
}

.pet_price_sec .cont .table_box table th,
.pet_price_sec .cont .table_box table td {
    border: 1px solid #e0e0e0;
    padding: 1em;
    letter-spacing: 0.05em;
}

.pet_price_sec .cont .table_box table th {
    background: #fafafa;
    white-space: nowrap;
}

.pet_price_sec .cont .table_box table th.head {
    background: #f1fbff;
}

.pet_price_sec .cont .table_box table th.result {
    background: #f7931d;
    color: #fff;
}

.pet_price_sec .cont .table_box table td .color {
    color: #f7931d;
    font-weight: 700;
}

.pet_price_sec .cont .note_box .text {
    letter-spacing: 0.05em;
}

.pet_price_sec .cont .note_box .text+.text {
    margin-top: 1em;
}

.pet_price_sec .cont .note_box .text b {
    color: #f7931d;
}

/* 生活保護受給者の引越し費用の上限と支給条件を徹底解説【大阪市対応】 */
.page_payment .page_need_contens {
    padding-bottom: 100px;
}

.page_payment .common_page_sec .ttl_box {
    text-align: center;
    margin-bottom: 40px;
}

.page_payment .common_page_sec .ttl_box .ttl {
    font-size: 25px;
    margin: 0;
}

.page_payment .common_page_sec .cont_box .theme {
    margin: 0 0 30px;
    font-size: 20px;
}

.page_payment .common_page_sec .cont_box .text {
    margin-top: 15px;
}

.page_payment .common_page_sec .cont_box+.cont_box {
    margin-top: 50px;
}

.page_payment .page_need_contens .ttl_box .ttl {
    margin: 0;
    font-size: 25px;
}

.page_payment .page_need_contens .ttl_box {
    margin-bottom: 30px;
}

.page_payment .common_page_title_box {
    margin: 0 0 30px;
}

.page_payment .page_moving .flow_sec {
    margin-bottom: 100px;
}

.page_payment .common_page_sec .cont_box .img {
    width: 400px;
}

.page_payment .common_page_sec .cont_box .text_box .point {
    font-size: 18px;
    font-weight: 600;
}

.page_payment .common_page_sec .cont_box {
    gap: 0 50px;
}

.page_payment .page_moving .flow_sec .flow_list ul li h3 {
    font-size: 18px;
}

.page_payment .page_moving .flow_sec .flow_list li {
    padding: 20px 15px;
}

.page_payment .page_moving .flow_sec .flow_list ul li .image img {
    object-fit: cover;
}

/* 大阪で生活保護・高齢者の方に優しい賃貸物件をお探しなら */
.page_oldpeople .page_need {
    padding-bottom: 100px;
}

.page_oldpeople .page_need_contens .block {
    margin-bottom: 40px;
}

.page_oldpeople .page_need_contens .text-box .txt {
    margin-bottom: 0;
}

.page_oldpeople .page_need_contens .text-box .txt:not(:last-child) {
    margin-bottom: 5px;
}

.page_oldpeople .page_need .fire_sec {
    margin-bottom: 0;
}

.page_oldpeople .question {
    color: #fff;
    font-size: 1.042vw;
    font-weight: normal;
    margin: 0;
}

.page_oldpeople #faq_page {
    padding: 0 0 100px;
}

.page_oldpeople .qa_page dd:last-of-type {
    margin-bottom: 0;
}

.page_oldpeople section.for_medical .sec_text_area {
    margin-bottom: 100px;
}

.page_oldpeople .examination-ttlBox {
    margin-bottom: 0;
}

.page_oldpeople .fin_contents {
    padding-bottom: 100px;
}

.page_oldpeople section.for_medical .sec_text_area .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_oldpeople section.for_medical .sec_text_area .image {
    height: 260px;
}

.page_oldpeople .fin_contents .examination-ttlBox {
    background: #f1fbff;
    position: relative;
    padding: 50px 30px;
}

.page_oldpeople .fin_contents .examination-ttlBox .ttl {
    width: 80%;
    margin: 0 auto 20px;
}

.page_oldpeople .fin_contents .examination-ttlBox::before {
    content: "";
    position: absolute;
    top: 0.75vw;
    bottom: 0.75vw;
    left: 0.75vw;
    right: 0.75vw;
    border: 2px solid #29abe2;
    pointer-events: none;
}

.page_oldpeople .fin_contents .examination-ttlBox::after {
    content: "";
    position: absolute;
    top: 1.25vw;
    bottom: 1.25vw;
    left: 1.25vw;
    right: 1.25vw;
    border: 2px solid #29abe2;
    pointer-events: none;
}

.page_oldpeople .page_merit_contents .block .title {
    font-weight: bold;
}

.page_oldpeople .reason_list_sec .common_page_title_box .title {
    position: relative;
    padding-top: 5.347vw;
}

.page_oldpeople .reason_list_sec .common_page_title_box .title::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 22.431vw;
    height: 4.722vw;
    background: url(./image/search_sp_ill.png) center center / contain no-repeat;
    margin: auto;
}

.page_oldpeople #pageReason {
    padding: 0;
}

.page_oldpeople #pageReason .reason_list_sec .list ul li.reason1 .img {
    background-image: url(./image/hosyou-img03.jpg);
}

.page_oldpeople #pageReason .reason_list_sec .list ul li.reason2 .img {
    background-image: url(./image/survey-img03.jpg);
}

.page_oldpeople #pageReason .reason_list_sec .list ul li.reason3 .img {
    background-image: url(./image/page_oldpeople_support03.jpg);
}

.page_oldpeople #pageReason .reason_list_sec .list ul li.reason4 .img {
    background-image: url(./image/station-kodawari_mansion.jpg);
}

.page_oldpeople .customer_voice .page_merit_contents .block+.block {
    margin: 0;
}

.page_oldpeople .customer_voice {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    max-width: 940px;
    margin: 0 auto;
}

.page_oldpeople .customer_voice .block {
    padding: 30px;
}

.page_oldpeople .customer_voice .block+.block {
    margin: 0;
}

.page_oldpeople .customer_voice .image {
    width: 120px;
    margin: 0 auto 20px;
}

.page_oldpeople .customer_voice.share .image {
    aspect-ratio: 1;
}

.page_oldpeople .customer_voice.share .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background-color: #fff;
}

.page_oldpeople .customer_voice .block .title {
    font-size: 16px;
    text-align: center;
}

.page_oldpeople .customer_voice .block .text {
    font-size: 14px;
}

.page_oldpeople .fin_contents .examination-ttlBox .text-box {
    margin-bottom: 20px;
}

.page_oldpeople .fin_contents .examination-ttlBox .btn_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.page_oldpeople .fin_contents .examination-ttlBox .btn_box_link .arrow {
    width: 100%;
    height: auto;
    display: flex;
}

.page_oldpeople .fin_contents .examination-ttlBox .btnicon {
    display: flex;
}

.page_oldpeople .fin_contents .examination-ttlBox .btnicon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_oldpeople .fin_contents .examination-ttlBox .btn_box_link {
    display: grid;
    grid-template-columns: 25px 68% 25px;
    gap: 2%;
    align-items: center;
    justify-content: center;
    border-radius: 10vw;
    padding: 0 10px;
    font-weight: 600;
    transition: all 0.2s;
    height: 100%;
}

.page_oldpeople .fin_contents .examination-ttlBox .btn_box_link .text {
    text-align: center;
    padding: 10px 0;
}

.page_oldpeople .fin_contents .examination-ttlBox .inquiry,
.page_oldpeople .fin_contents .examination-ttlBox .line,
.page_oldpeople .fin_contents .examination-ttlBox .request {
    height: 100%;
}

.page_oldpeople .fin_contents .examination-ttlBox .inquiry .btn_box_link {
    color: #fff;
    background: #29abe2;
    border: 2px solid #29abe2;
}

.page_oldpeople .fin_contents .examination-ttlBox .line .btn_box_link {
    color: #fff;
    background: #00b900;
    border: 2px solid #00b900;
}

.page_oldpeople .fin_contents .examination-ttlBox .request .btn_box_link {
    color: #29abe2;
    background: #fff;
    border: 2px solid #306fb6;
}

.page_oldpeople .fin_contents .examination-ttlBox .btn_box_link:hover {
    opacity: 0.6;
}

/* 一人暮らしを始めたい方へ */
.for_medical .cont {
    align-items: center;
    gap: 0 50px;
    justify-content: center;
}

.for_medical .cont .img {
    margin-inline: unset;
}

.for_medical .cont .list_box ul {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.for_medical .cont .list_box ul li {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .05em;
    border-bottom: 2px dashed #f4f4f4;
    padding: .3em 0;
}

.for_medical .cont .list_box ul li::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f7931d;
    margin-right: 10px;
    vertical-align: 5%;
}

.for_medical .txt+.txt {
    margin-top: 1em;
}

.common_page_title_box .text_box {
    margin-top: 1em;
}

.common_page_title_box .text_box .text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .05em;
}

.common_page_title_box .text_box .text .size {
    font-size: 1.2em;
    font-weight: 700;
}

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

.page_start_living .common_page_sec .cont_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.page_start_living .page_need_contens {
    padding-bottom: 100px;
}

.page_start_living .page_need_contens_list li {
    width: 100%;
}

.page_start_living .page_need_contens .bottom_text {
    text-align: center;
    margin-top: 1em;
}

.page_start_living .customer_voice {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    justify-content: center;
    gap: 50px;
    margin: 0 auto;
}

.page_start_living .page_merit_contents .block+.block {
    margin-top: 0;
}

.page_start_living .customer_voice .image {
    width: 120px;
    margin: 0 auto 20px;
}

.page_start_living .customer_voice .block {
    padding: 30px;
}

.page_start_living .customer_voice .block .title {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}

.page_start_living .customer_voice .block .text {
    font-size: 14px;
}

.page_start_living .question {
    margin: 0;
}

/* 老後の暮らし、こんなお悩みはありませんか？ */
.page_reliability.page_oldpeople #pageReason .reason_list_sec .list ul li.reason1 .img {
    background-image: url(./image/hosyou-img03.jpg);
}

.page_reliability.page_oldpeople #pageReason .reason_list_sec .list ul li.reason2 .img {
    background-image: url(./image/ceiling_on_rents_img5.jpg);
}

.page_reliability.page_oldpeople #pageReason .reason_list_sec .list ul li.reason3 .img {
    background-image: url(./image/ceiling_on_rents_img2.jpg);
}

.page_reliability.page_oldpeople #pageReason .reason_list_sec .list ul li.reason4 .img {
    background-image: url(./image/fee_choose_img1.jpg);
}

.page_reliability.page_oldpeople .common_page_sec .cont_box .img {
    width: 250px;
}

.page_reliability.page_oldpeople .common_page_sec .cont_box {
    gap: 0 70px;
}

.page_reliability.page_oldpeople .page_merit_contents {
    padding: 50px 0 100px;
}

.page_reliability.page_oldpeople .common_page_sec {
    padding-bottom: 80px;
}

.page_reliability.page_oldpeople .page_need {
    padding-bottom: 130px;
}

.page_reliability.page_oldpeople .shokihiyou_about {
    padding: 0 0 130px;
}

.page_reliability.page_oldpeople .customer_voice .block {
    padding: 30px 26px;
}

.reliability_price_sec .txt {
    text-align: center;
    margin-bottom: 1.5em;
}

.reliability_price_sec .text {
    margin-top: 1em;
}

/* 生活保護 */

.page_seikatsuhogo .reason_sec .cont .item {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.page_seikatsuhogo .reason_sec .cont .item .img {
    flex-shrink: 0;
    width: 450px;
}

.page_seikatsuhogo .reason_sec .cont .item:nth-child(even) .img {
    order: 1;
}

.page_seikatsuhogo .reason_sec .cont .item .text_box {
    width: 100%;
}

.page_seikatsuhogo .reason_sec .cont .item .text_box .title {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: 0 0 15px;
    border-left: 3px solid #29abe2;
    line-height: 1.5;
    padding-left: 0.7em;
}

.page_seikatsuhogo .reason_sec .cont .item .text_box .text {
    letter-spacing: 0.05em;
    line-height: 1.9;
}

.page_seikatsuhogo .page_need_contens {
    margin-bottom: 100px;
}

.page_seikatsuhogo .reason_sec {
    margin-bottom: 100px;
}

/* .page_seikatsuhogo .pg-flow-container ul li:nth-child(even) .step {
    background: #f7931e;
}

.page_seikatsuhogo .pg-flow-container ul li:nth-child(odd) .step {
    background: #22b573;
} */

.page_seikatsuhogo .page-flow-list {
    margin-top: 0;
}

.page_seikatsuhogo .page-flow-list .pg-flow-container {
    margin-bottom: 20px;
}

.page_seikatsuhogo .page-flow-list .note {
    font-size: 16px;
    letter-spacing: .03em;
}

.page_seikatsuhogo .customer_voice {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    max-width: 940px;
    margin: 0 auto;
}

.page_seikatsuhogo .customer_voice .block {
    padding: 30px;
}

.page_seikatsuhogo .customer_voice .block+.block {
    margin: 0;
}

.page_seikatsuhogo .customer_voice .image {
    width: 120px;
    margin: 0 auto 20px;
}

.page_seikatsuhogo .customer_voice .block .title {
    font-size: 16px;
    text-align: center;
}

.page_seikatsuhogo .customer_voice .block .text {
    font-size: 14px;
}

.page_seikatsuhogo .customer_voice .image {
    background-color: #fff;
    border-radius: 50%;
}

.page_seikatsuhogo section#faq_page .question {
    margin: 0;
}

.page_seikatsuhogo section#faq_page dt::before {
    top: 1.242vw;
}

.page_seikatsuhogo .fin_contents {
    padding-bottom: 100px;
}

.page_seikatsuhogo section.for_medical .sec_text_area .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_seikatsuhogo section.for_medical .sec_text_area .image {
    height: 260px;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox {
    background: #f1fbff;
    position: relative;
    padding: 50px 30px;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox .ttl {
    width: 80%;
    margin: 0 auto 20px;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox::before {
    content: "";
    position: absolute;
    top: 0.75vw;
    bottom: 0.75vw;
    left: 0.75vw;
    right: 0.75vw;
    border: 2px solid #29abe2;
    pointer-events: none;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox::after {
    content: "";
    position: absolute;
    top: 1.25vw;
    bottom: 1.25vw;
    left: 1.25vw;
    right: 1.25vw;
    border: 2px solid #29abe2;
    pointer-events: none;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox .text-box {
    margin-bottom: 20px;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox .btn_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox .btn_box_link .arrow {
    width: 100%;
    height: auto;
    display: flex;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox .btnicon {
    display: flex;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox .btnicon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox .btn_box_link {
    display: grid;
    grid-template-columns: 25px 68% 25px;
    gap: 2%;
    align-items: center;
    justify-content: center;
    border-radius: 10vw;
    padding: 0 10px;
    font-weight: 600;
    transition: all 0.2s;
    height: 100%;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox .btn_box_link .text {
    text-align: center;
    padding: 10px 0;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox .inquiry,
.page_seikatsuhogo .fin_contents .examination-ttlBox .line,
.page_seikatsuhogo .fin_contents .examination-ttlBox .request {
    height: 100%;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox .inquiry .btn_box_link {
    color: #fff;
    background: #29abe2;
    border: 2px solid #29abe2;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox .line .btn_box_link {
    color: #fff;
    background: #00b900;
    border: 2px solid #00b900;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox .request .btn_box_link {
    color: #29abe2;
    background: #fff;
    border: 2px solid #306fb6;
}

.page_seikatsuhogo .fin_contents .examination-ttlBox .btn_box_link:hover {
    opacity: 0.6;
}

/* 夫婦ページ */
.page_spouses .reason_sec {
    margin-top: 100px;
}

.page_spouses .provision_sec {
    margin-bottom: 100px;
}

.page_spouses .for_medical {
    margin-bottom: 100px;
}

.page_spouses #pageReason {
    padding: 0 0 70px;
}

.page_spouses .common_page_sec .flex_box .cont {
    padding: 20px;
}

.page_spouses .common_page_sec {
    padding-bottom: 0;
}

.page_spouses .page-flow-list {
    margin: 100px 0;
}

.page_spouses .page_need_contens {
    margin-top: 100px;
}

.page_spouses #faq_page {
    margin-top: 100px;
}

.page_spouses #faq_page.share .common_main_title h2 {
    font-size: 25px;
}

.page_spouses.page_need .fire_sec .fire_cont .img_box img {
    object-position: 77%;
}

.page_spouses #pageReason .reason_list_sec .list ul li.reason1 .img {
    background-image: url(./image/page_spouses_img10.jpg);
}

.page_spouses #pageReason .reason_list_sec .list ul li.reason2 .img {
    background-image: url(./image/page_spouses_img11.jpg);
}

.page_spouses #pageReason .reason_list_sec .list ul li.reason3 .img {
    background-image: url(./image/page_spouses_img12.jpg);
}

.page_spouses #pageReason .reason_list_sec .list ul li.reason4 .img {
    background-image: url(./image/page_spouses_img13.jpg);
}

#page_reason_rejection .sec_advice .inner.screening ul li h3 {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

#page_reason_rejection .sec_advice .inner.screening ul li h3 .accent {
    font-size: 1.5rem;
}

.page_screening #page_reason_rejection .sec_advice .inner.screening ul li .img img {
    width: 100%;
    object-fit: cover;
    height: unset;
}

.page_screening #page_reason_rejection .sec_advice .inner ul li .img img {
    height: 125px;
}

.page_screening section.for_medical .sec_text_area .image {
    height: 300px;
}

.page_screening section.for_medical .sec_text_area .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F5F5F5;
    padding-block: 140px;
    margin-block: 0 1em;
}

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

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

.common_page_wrap {
    padding: 100px 0;
}

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

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

/* パンくず */
.breadcrumb {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-size: 0.764vw;
    margin: 1em 0 6em;
}

.breadcrumb a {
    text-decoration: none;
    color: #32abe2;
}

/* 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 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: var(--main-color);
    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;
}

.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%;
    font-size: 1vw;
}

.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;
}

/* ハンバーガーボタン */



/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 18px;
    left: 0;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.hamburger p.ttl {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.globalMenuSp_main_menu_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    z-index: 500;
    display: none;
}

.globalMenuSp_main_menu_box .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 100%;
}

.globalMenuSp_main_menu_box ul {
    width: 100%;
}

.globalMenuSp_main_menu_box ul li a {
    display: block;
    color: #000;
    font-weight: bold;
    text-align: center;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 10px;
    font-size: 13px;
}



/* サブメニュー */

.sp_sub_menu .inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 89%;
    padding: 0 6vw;
    overflow-y: scroll;
}

.js-sp_sub_menu {
    position: fixed;
    z-index: 600;
    height: 100%;
    width: 100%;
    background-color: #ddd;
    display: none;
    background: linear-gradient(to bottom, #cdecf9, #fff);
}

.sp_sub_menu .inner p.ttl {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .08em;
}

.sp_sub_menu .inner ul {
    margin-top: 50px;
    justify-content: center;
}

.sp_sub_menu .inner ul li a {
    color: #000;
    font-weight: bold;
}


/* 戻るボタン */

.sp_sub_menu .inner p.back_btn {
    width: 150px;
    text-align: center;
    font-weight: bold;
    margin: 50px auto 0;
    border: 2px solid #000;
    border-radius: 100px;
    padding: 3px 0;
    font-size: 16px;
}

.common_menu_cont .common_menu_logo {
    display: block;
    width: 16vw;
    margin-bottom: 2.78vw;
}

.page_sitemap .common_menu_cont {
    padding: 5vw 0 0;
}

.page_sitemap .common_menu_cont .common_menu_logo {
    display: none;
}

.common_menu_cont .common_menu_logo img {
    width: 100%;
}

.common_menu_cont .common_menu_block {
    border-bottom: 1px solid #B1B1B1;
    padding-bottom: 2.2vw;
}

.common_menu_cont .common_menu_block+.common_menu_block {
    padding-top: 2.2vw;
}

.common_menu_cont .common_menu_block .block_head {
    font-size: 1.1vw;
    color: #1D7EA8;
    letter-spacing: .06em;
    font-weight: 800;
    margin-bottom: 1em;
}

.common_menu_cont .common_menu_block .block_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.83vw 2.08vw;
}

.common_menu_cont .common_menu_block .block_menu .block_menu_link {
    font-size: 0.972vw;
    position: relative;
    line-height: 1;
    display: block;
    letter-spacing: .06em;
    font-weight: 600;
    color: #2B2B2B;
    transition: .3s;
}

.common_menu_cont .common_menu_block .block_menu .block_menu_link:hover,
.common_menu_cont .common_menu_sub_block .sub_block_inner .sub_block_menu_link:hover {
    color: #29abe2;
}

.common_menu_cont .common_menu_block .block_menu .block_menu_link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.04vw;
    width: 1px;
    background-color: #C9C9C9;
}

.common_menu_cont .common_menu_block .block_menu .block_menu_link.no_giji::before {
    content: unset;
}

.common_menu_cont .common_menu_sub_block {
    display: flex;
    gap: 4vw;
    justify-content: space-between;
    padding: 2.2vw 0 4.16vw;
}

.common_menu_cont .common_menu_sub_block .sub_block_inner .sub_block_menu_link {
    display: block;
    width: fit-content;
    font-size: 0.972vw;
    letter-spacing: .06em;
    line-height: 1.4;
    transition: .3s;
    color: #606060;
    font-weight: 600;
}

.common_menu_cont .common_menu_sub_block .sub_block_inner .sub_block_menu_link+.sub_block_menu_link {
    margin-top: 1.1em;
}

@media (max-width: 910px) {
    header#main_header nav {
        display: none;
    }

    #main_header .custom_box {
        margin-left: 50vw;
    }
}

@media (max-width: 750px) {

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

    nav.menu {
        width: 41px;
        height: 45px;
        top: 5px;
        right: 5px;
        position: absolute;
        cursor: pointer;
        overflow: hidden;
        z-index: 9999;
        background: none;
    }

    nav .menu1 {
        width: 25px;
        height: 2px;
        background-color: white;
        top: 8px;
        position: absolute;
        left: 8px;
    }

    nav .menu2 {
        width: 25px;
        height: 2px;
        background-color: white;
        top: 16px;
        position: absolute;
        left: 8px;
    }

    nav .menu3 {
        width: 25px;
        height: 2px;
        background-color: white;
        top: 24px;
        position: absolute;
        left: 8px;
    }

    nav .menu4 {
        display: none;
    }

    nav .menu1,
    nav .menu2,
    nav .menu3 {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        /* Opera */
        -moz-transition: all 0.5s ease-out;
        /* Firefox */
        -webkit-transition: all 0.5s ease-out;
        /* GoogleChrome, Safari */
        -ms-transition: all 0.5s ease-out;
        /* IE */
    }

    nav .menuclick1 {
        top: 16px;
        -o-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    nav .menuclick2 {
        background-color: rgba(255, 255, 255, 0);
    }

    nav .menuclick3 {
        top: 16px;
        -o-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    #menu {
        width: 100%;
        display: none;
        right: 0px;
        top: 0px;
        margin: 0;
        right: 0;
        list-style-type: none;
        padding: 50px 0 80px 0;
        z-index: 9990;
        position: absolute;
        background: #29abe2;
    }

    /*by misallychan.com*/
    #menu li a {
        display: block;
        color: white;
        padding: 0px;
        text-align: center;
        background-size: 9px auto;
        background-position: 10px;
        font-size: 10px;
        margin: 0px 0 0px 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        height: 40px;
        line-height: 40px;
        position: relative;
    }

    #menu li:nth-child(2) a {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    #menu li a:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8.7px;
        border-color: transparent transparent transparent white;
        position: absolute;
        left: 4%;
        top: 15px;
    }

    #menu li:last-child a {
        /* border-bottom: 1px solid rgba(255,255,255,0.4); */
    }

    #menu img {
        display: block;
        margin: 0 auto 0px auto;
    }

    /**************************************************
-----end---responsive-------default--------end----
**************************************************/
    header#main-header {
        background: url(./image/frame.png) no-repeat;
        background-position: top center;
        padding-top: 50px;
    }

    header#main-header h1 {
        text-align: center;
        font-size: 12px;
        color: #29abe2;
    }

    header#main-header h1 a {
        color: #29abe2;
    }

    nav#main-nav ul {
        display: none
    }

    nav#main-nav ul li {
        margin-right: 20px;
        padding-left: 20px;
    }

    nav#main-nav ul li a {
        color: white;
        font-size: 14px;
    }

    nav#main-nav ul li a {
        position: relative;
        display: inline-block;
        transition: .3s;
    }

    nav#main-nav ul li a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 0;
        height: 1px;
        background-color: white;
        transition: .3s;
    }

    nav#main-nav ul li a:hover::after {
        width: 100%;
    }

    .main-li a {
        color: #333433;
    }

    .main-li {
        width: 100%;
        background: url(./image/icon-1.svg) no-repeat;
        padding-left: 30px;
        background-size: 18px;
        background-position: 5%;
        font-size: 14px;
        margin-bottom: 0px;
        border-bottom: 1px solid #22b573;
    }

    .main-li:first-child {
        border-top: 1px solid #22b573;
    }

    .main-li a {
        position: relative;
        display: inline-block;
        transition: .3s;
        width: 90%;
        padding: 10px 0;
        text-align: center;
    }

    .main-li a::before,
    .main-li a::after {
        position: absolute;
        content: '';
        width: 0;
        height: 1px;
        background-color: #22b573;
        transition: .3s;
    }

    .main-li a::before {
        top: 0;
        left: 0;
    }

    .main-li a::after {
        bottom: 0;
        right: 0;
    }


    main#top-main ul li span {
        display: block;
        font-size: 12px;
        color: #999999;
    }

    main#top-main ul {
        justify-content: space-between;
        margin-bottom: 0px;
        padding: 30px 0;
    }

    .contact {
        background: url(./image/contact.png) no-repeat, #22b573;
        background-position: 20px;
        border-radius: 10px;
        width: 130px;
        height: 30px;
        line-height: 30px;
    }

    .contact a {
        color: white;
        font-size: 12px;
        padding-left: 40px;
    }

    .contact:hover {
        background: url(./image/contact.png) no-repeat, #29abe2;
        background-position: 20px;
        transition-duration: 0.3s;
    }

    div#main-visual {
        background: url(./image/main.png) no-repeat #f2f2f2;
        background-size: cover;
        background-position: center;
        height: 140px;
        position: relative;
    }

    div#main-visual h2 {
        position: absolute;
        top: 40px;
        right: 0px;
    }

    div#top1-box,
    div#top2-box,
    div#top3-box {
        width: 100%;
        background: #f2f2f2;
        padding: 10px;
        color: #333333;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    div#top1-box:hover,
    div#top2-box:hover,
    div#top3-box:hover {
        opacity: 0.5;
        transition-duration: 0.5s;
    }

    .w-in1100.flex.top1-wrap {
        justify-content: space-between;
        padding: 20px 0;
    }

    .top1-text {
        position: absolute;
        top: 35vw;
        left: 5px;
        color: white;
        text-shadow: 2px 2px 3px #000000;
        text-shadow: 2px 2px 1px #000000;
    }

    #top1-setsu {
        font-size: 12px;
        color: #333433;
        padding: 5px 10px;
        line-height: 25px;
        height: auto;
    }

    a.top1-link {
        display: block;
        color: white;
        width: 330px;
        height: 40px;
        background: #22b573 url(./image/icon-2.svg) no-repeat;
        background-size: 15px;
        background-position: 30px;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        padding-left: 30px;
    }

    section#top2 {
        background: #29abe2;
        border-top: 10px solid #f2f2f2;
        border-bottom: 10px solid #f2f2f2;
        padding: 20px 0;
    }

    section#top2 h2 {
        text-align: center;
        color: white;
        margin: 10px 0 10px 0;
        font-size: 18px;
    }

    section#top2 h3 {
        text-align: center;
        color: white;
        font-size: 10px;
        margin: 0px 0 30px 0;
    }

    #top2 ul {
        justify-content: space-around;
    }

    #top2 ul li:nth-child(n + 10) a {
        display: none;
    }

    li.top2-link {
        width: 100%;
    }

    li.top2-link a {
        display: block;
        width: 100%;
        background: white;
        color: #29abe2;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        height: 50px;
        margin-bottom: 5px;
        position: relative;
    }

    li.top2-link a.big {
        width: 100%;
    }

    li.top2-link a:hover {
        background: #22b573;
        color: white;
        transition-duration: 0.5s;
    }

    li.title-3 {
        width: 200px;
        height: 50px;
        position: relative;
    }

    li.title-3 img {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    li.top2-link a:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent #29abe2 transparent;
        position: absolute;
        right: 5px;
        bottom: 5px;
        content: "";
    }

    li.top2-link a:hover:after {
        border-color: transparent transparent white transparent;
    }

    section#top3 {
        padding: 90px 0 30px 0;
        position: relative;
    }

    section#top3 .w-in1100 {
        overflow-x: scroll;
    }

    section#top3 h2 {
        text-align: center;
        color: #333333;
        margin: 10px 0 10px 0;
        font-size: 18px;
    }

    section#top3 h3 {
        text-align: center;
        color: #333333;
        font-size: 10px;
        margin: 0px 0 30px 0;
    }

    div#top3-title {
        background: url(./image/new.png) no-repeat;
        background-position: 0 10px;
        height: 100px;
        position: absolute;
        top: 10px;
        left: 10px;
        padding-left: 60px;
    }

    .top3-box {
        /* width: 120vw; */
        margin-bottom: 30px;
        font-size: 14px;
    }

    .top3-box .link-wrap:hover {
        background: rgba(0, 0, 0, 0.1);
        transition-duration: 0.3s;
    }

    .top3-box p {
        margin: 20px 0;
    }

    .top3-box ul {
        margin-bottom: 10px;
    }

    .top3-box ul li {
        padding: 5px;
        font-size: 12px;
    }

    .top3-box ul li:first-child {
        width: 20%;
        background: #29abe2;
        text-align: center;
        color: white;
    }

    .top3-box ul li:nth-child(2) {
        width: 80%;
        background: #f2f2f2;
        padding-left: 20px;
    }

    .top3-wrap {
        flex-wrap: nowrap;
        width: 550vw;
        overflow: hidden;
        justify-content: space-around;
    }

    section#top4 {
        background: url(./image/sec-4-back.png) no-repeat;
        height: auto;
        background-size: cover;
        padding-top: 20px;
        border-top: 10px solid #f2f2f2;
        border-bottom: 10px solid #f2f2f2;
    }

    .top4-box.pr {
        width: 90%;
        height: 400px;
        background: white;
        padding: 10px;
        margin: 0 auto 30px auto;
    }

    .top4-box.pr p {
        font-size: 12px;
        line-height: 24px;
        color: #333333;
        padding: 10px
    }

    .top4-box.pr img {
        display: block;
        margin: 0 auto;
    }

    .w-in1100.flex.top4-wrap {
        justify-content: space-between;
    }

    .top4-link {
        display: block;
        color: white;
        height: 70px;
        line-height: 70px;
        text-align: center;
        padding-left: 30px;
        position: absolute;
        left: 10%;
        width: 80%;
        bottom: 10px;
    }

    #qa-button {
        background: #22b573 url(./image/q-icon.svg) no-repeat;
        background-size: 50px;
        background-position: 10%;
    }

    #re-button {
        background: #22b573 url(./image/contact.svg) no-repeat;
        background-size: 40px;
        background-position: 20px;
    }

    #co-button {
        background: #22b573 url(./image/re-icon.svg) no-repeat;
        background-size: 30px;
        background-position: 10%;
    }

    div#foot-link {
        display: none;
    }

    div#foot-link ul:first-child {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 30px 2%;
    }

    div#foot-info h2 {
        color: #29abe2;
        font-size: 20px;
        text-align: center;
    }

    div#foot-info h2 img {
        width: 200px;
        display: block;
        margin: 0 auto;
    }

    div#sekahogo-info {
        border: 1px solid #999999;
        border-radius: 5px;
        padding: 10px;
        width: 95%;
        margin: 0 auto;
    }

    div#sekahogo-info h3 {
        font-size: 16px;
        margin: 10px 0;
    }

    div#sekahogo-info p {
        font-size: 12px;
        color: #999999;
        line-height: 20px;
    }

    .contact-2 {
        color: white;
        background: #29abe2;
        display: block;
        text-align: center;
        font-size: 14px;
        padding: 5px 0;
        margin-top: 10px;
    }

    .contact-2:hover {
        background: #22b573;
        transition-duration: 0.5s;
    }

    footer#main-footer {
        padding: 0px 0 0 0;
    }

    .flex.w-in1100.foot-wrap {
        display: block;
        padding-bottom: 30px
    }

    div#copy {
        background: #f2f2f2;
        text-align: center;
        color: #333333;
        font-size: 12px;
        padding: 20px 0;
    }

    #tel {
        color: white;
        font-size: 28px;
    }

    #time {
        color: white;
        background: white;
        color: #29abe2;
        border-radius: 10px;
        text-align: center;
        font-size: 14px;
        padding: px 0;
    }

    div#shindan-link img {
        position: absolute;
        top: -40px;
        left: 0px;
    }

    div#shindan-link a {
        color: white;
        display: block;
        background: #f7931e url(./image/icon-3.svg) no-repeat;
        background-size: 15px;
        background-position: 30px;
        padding-left: 30px;
        width: 285px;
        height: 60px;
        border-radius: 10px;
        border: 2px solid #ffff00;
        text-align: center;
        line-height: 60px;
        margin: 80px auto 0 auto;
    }

    div#foot-bottom {
        background: #29abe2;
        padding: 20px 2%;
    }

    div#foot-bottom h2 img {
        width: 200px;
        margin: 0 auto;
        display: block;
    }

    .w-in1100.flex.bottom-wrap {
        display: block;
    }

    li#sp-more {
        width: 90%;
        height: 40px;
        background: white;
        text-align: center;
        line-height: 40px;
        margin: 30px 0;
        position: relative;
    }

    li#sp-more a {
        display: block !important;
        color: #29abe2;
    }

    li#sp-more:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 0 7.5px 13.0px;
        border-color: transparent transparent transparent #29abe2;
        position: absolute;
        content: "";
        left: 10%;
        top: 13px;
    }

    a.sp.sp-contact {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 9999;
    }

    li#sp-nav-contact a {
        position: absolute;
        bottom: 15px;
        left: 10%;
        background: url(./image/contact-2.svg) no-repeat, white;
        color: #29abe2;
        background-position: 30px;
        background-size: 30px;
        font-size: 16px;
        width: 80%;
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        border-bottom: none;
    }

    li#sp-nav-contact a:before {
        display: none;
    }

    #kotei-main {
        background: url(./image/single-h1.png) no-repeat;
        background-size: cover;
        height: 100px;
        border-bottom: 5px solid #29abe2;
        border-bottom: 10px solid #f2f2f2;
        margin-bottom: 30px;
        line-height: 25px;
    }

    #kotei-main h1 {
        font-size: 20px !important;
        color: white !important;
        text-shadow: 2px 2px 2px #000000;
        padding: 20px 2% 0 2%;
        text-align: left !important;
        margin: 0;
        letter-spacing: 2px;
    }

    #kotei-main h1 img {
        width: 160px;
    }

    #kotei-main h1 span {
        display: block;
        font-size: 12px;
        padding-left: 10px;
    }

    section#single_page ul {
        background-color: #ffffff;
        background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
        padding: 10px;
    }

    section#single_page ul li:first-child {
        width: 20%;
    }

    section#single_page ul li:nth-child(2) {
        width: 80%;
        font-size: 12px;
        line-height: 25px;
        padding-top: 20px;
    }

    #kotei-h2 {
        height: 100px;
        line-height: 27px;
        color: white;
        padding-top: 20px;
        text-align: center;
        background-color: #29abe2;
        background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
    }

    #kotei-h2 h2 {
        margin: 0;
        letter-spacing: 3px;
        font-size: 16px;
        padding-left: 0;
    }

    #kotei-h2 h2 span {
        display: block;
    }

    div#single-point-1 {
        background: url(./image/point-1-back.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
        background-position: center;
        height: 500px;
        margin-bottom: 0px;
        background-size: cover;
        padding: 40px 0;
    }

    div#point-1-box {
        width: 90%;
        height: auto;
        position: static;
        top: 240px;
        left: 5%;
        line-height: 25px;
        background: white;
        padding: 20px;
        box-shadow: 2px 2px 4px;
        font-size: 14px;
        margin: 0px auto;
    }

    div#single-point-2 {
        background: url(./image/point-2-back.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
        background-position: left;
        height: 620px;
        margin-bottom: 0px;
        padding: 40px 0;
        background-position: center;
        background-size: cover;
        margin-top: 20px;
    }

    div#point-2-box {
        width: 90%;
        height: auto;
        position: static;
        top: 280px;
        left: 5%;
        line-height: 25px;
        background: white;
        padding: 20px 20px 20px 20px;
        box-shadow: 2px 2px 4px;
        font-size: 14px;
        margin: 0 auto;
    }

    div#single-point-2 h3 {
        display: inline-block;
        text-decoration: none;
        color: #FFF;
        width: 180px;
        height: 110px;
        line-height: 120px;
        border-radius: 0%;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        transition: .4s;
        position: static;
        font-size: 20px;
        margin: 0px auto 20px auto;
        display: block;
    }

    section#single_page {
        margin-bottom: 50px;
    }

    div#single-point-1 h3 {

        display: inline-block;
        text-decoration: none;
        color: #FFF;
        width: 180px;
        height: 110px;
        line-height: 110px;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        transition: .4s;
        position: static;
        font-size: 20px;
        margin: 0px auto 20px auto;
        display: block;

    }

    section#single-3 ul {
        width: 90%;
        margin: 0 auto;
        padding: 10px;
        border: 2px solid #29abe2;
        border-radius: 10px;
        background-color: #ffffff;
        background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
    }

    section#single-3 ul li:nth-child(1) {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 10px;
    }

    section#single-3 ul li:nth-child(2) {
        width: 100%
    }

    section#single-3 ul li p {
        line-height: 25px;
        font-size: 12px;
    }

    .single-contact a {
        display: block;
        background: #29abe2 url(./image/contact.svg) no-repeat;
        background-size: 30px;
        background-position: 20%;
        width: 90%;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: white;
        margin: 0 auto;
        font-size: 20px;
    }

    section#single-3 {
        margin-bottom: 50px;
    }

    div#single-point-1 #number {
        position: absolute;
        top: -100px;
        left: -50px;
        font-size: 240px;
        z-index: 2;
        color: rgba(0, 0, 0, 0.1);
    }

    div#single-point-2 #number {
        position: absolute;
        top: -100px;
        right: 150px;
        font-size: 240px;
        z-index: 2;
        color: rgba(0, 0, 0, 0.1);
    }

    #privacy_page {
        padding: 0 2%;
    }

    #privacy_page p {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 25px;
    }

    #privacy_page dl {
        margin-bottom: 0px;
        width: 900px;
        max-width: 100%;
    }

    #privacy_page dl dt {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #privacy_page dl dd {
        font-size: 12px;
        margin: 10px;
        line-height: 22px;
    }

    #privacy_page ul {
        padding-left: 10px;
        font-size: 14px;
        text-align: right;
    }

    #privacy_page ul li {
        line-height: 30px;
    }

    section#company_page ul {
        border-bottom: none;
    }

    section#company_page ul:nth-child(2) {
        border-top: none;
    }

    section#company_page ul li:first-child {
        width: 100%;
        background: #29abe2;
        color: white;
    }

    section#company_page ul li {
        padding: 10px;
        font-size: 14px;
    }

    section#company_page ul li:nth-child(2) {
        width: 100%;
    }

    section#company_page ul:nth-child(11) img {
        width: 100px;
    }

    section#company_page {
        margin-bottom: 50px;
        position: relative;
    }

    section#company_page h2,
    section#company-2 h2 {
        letter-spacing: 5px;
        text-align: center;
        margin-bottom: 50px;
    }

    section#company_page:after,
    section#company-2:after {
        display: block;
        content: "";
        width: 5vw;
        height: 2px;
        background: #29abe2;
        position: absolute;
        left: 0;
        top: 38px;
        right: 0;
        margin: auto;
    }

    section#company-2 {
        margin-bottom: 0px;
        position: relative;
    }

    section#company-2 iframe {
        height: 250px;
        margin-bottom: 0px;
    }

    .balloon1-top {
        position: relative;
        display: block;
        margin: 1.5em auto;
        padding: 10px;
        min-width: 120px;
        max-width: 100%;
        color: #555;
        font-size: 16px;
        background: #edeeef no-repeat;
        background-size: 20px;
        background-position: 5px;
        width: 90%;
        height: 100px;
        line-height: 90px;
    }

    .balloon1-top:before {
        content: "";
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #edeeef;
    }

    div#access-text p {
        padding-left: 10px;
        font-size: 12px;
    }

    #page-top a {
        background: rgba(0, 0, 0, 0.5);
        text-decoration: none;
        color: #fff;
        width: 80px;
        height: 80px;
        line-height: 20px;
        padding: 30px 0;
        text-align: center;
        display: block;
        border-radius: 100%;
    }

    #kotei-h2 h2:before {
        content: "";
        display: block;
        width: 10px;
        height: 2px;
        background: white;
        position: absolute;
        left: 10px;
        top: 50%;
    }

    #kotei-h2 h2:after {
        content: "";
        display: block;
        width: 10px;
        height: 2px;
        background: white;
        position: absolute;
        right: 10px;
        top: 50%;
    }

    section#contact-1 ul {
        border-bottom: 1px solid white;
        margin-bottom: 20px;
    }

    section#contact-1 ul li {
        padding: 10px;
        position: relative;
    }

    section#contact-1 ul li span {
        font-size: 12px;
        color: #ffac01;
        right: 10px;
        top: 40%;
        margin-left: 10px;
    }

    section#contact-1 p {
        width: 80%;
        background: #29abe2 url(./image/contact.svg) no-repeat;
        background-size: 20px;
        background-position: 10%;
        color: white;
        margin: 50px auto 0 auto;
        height: 50px;
        line-height: 50px;
        text-align: center;
        letter-spacing: 45px;
        padding-left: 50px;
        font-size: 16px;
    }

    section#contact-1 ul li:first-child {
        width: 100%;
        background: #29abe2;
        color: white;
    }

    section#contact-1 ul li:nth-child(2) {
        width: 100%;
        background: #f1f1f1;
    }

    .inpage_wrap {
        width: 100%;
    }

    .h1_ttl {
        font-size: 16px;
    }

    .inpage_h2 {
        height: auto;
        line-height: 22px;
        display: block;
        width: 100%;
        font-size: 12px;
        margin-top: 0px;

    }

    .inpage_h2.h02 {
        margin: 0px auto;
        display: block;
        height: auto;
        margin-bottom: 10px;
    }

    .inpage_sec02 .inpage_h2 {
        width: 94%;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
        height: auto;
        line-height: 20px;
        display: block;
        padding: 25px 0px;
    }

    .border_box {
        height: auto;
        padding: 20px 5px;
    }

    .inpage_img {
        width: 94%;
        margin: 0 auto;
        height: 150px;
        background-size: cover;
        margin-bottom: 15px;
        float: none;
    }

    .inpage_txt {
        width: 92%;
        margin: auto;
        float: none;
        line-height: 26px;
    }

    .inpage_wrap .top_txt {
        background-size: 80px;
        background-position: center top;
        padding: 70px 10px 10px;
    }

    .inpage_txtbox {
        width: 92%;
        margin: 0 auto;
        padding: 20px 10px;
    }

    .single-contact a {
        background-position: 15px center;
        background-size: 24px;

    }

    section#single-3 {
        margin-bottom: 50px;
        display: none;
    }

    .wrap {
        width: 96%;
    }

    .loolig_room_boxL {
        width: 100%;
        height: 160px;
        margin-bottom: 10px;
    }

    .loolig_room_boxR {
        width: 100%;
        text-align: justify;
    }

    #loolig_room_sec02 h2,
    #loolig_room_sec03 h2 {
        font-weight: bold;
        padding: 60px 0 0px 0px;
        font-size: 20px;
        background-size: 80px;
        background-position: center 0px;
        margin: 20px 0px;
    }

    #loolig_room_sec03 p {
        text-align: justify;
        line-height: 1.5;
    }

    .looling_contL {
        float: none;
        width: 90%;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
        background-color: #fcb13e;
        margin-left: 0;
        margin: 0 auto 20px;
    }

    .looling_contR {
        float: none;
        width: 90%;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
        background-color: #fcb13e;
        margin-left: 0;
        margin: 0 auto 0px;
    }

    .looling_contL a,
    .looling_contR a {
        background-size: 23px;
        background-position: 5%;
    }

    #loolig_room_sec03 li {
        text-align: justify;
    }

    .lease_text_big {
        text-align: justify;
    }

    .lease_boxL {
        float: none;
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }

    .lease_boxR {
        float: none;
        width: 100%;
        text-align: justify;
    }

    .lease_text01 {
        line-height: 2;
    }

    .lease_box h2 {
        padding: 5px 0px 5px 50px;
    }

    .top_015_box li {
        width: 100%;
        float: none;
        margin-right: 0;
        background-color: #f2f2f2;
        padding: 10px;
        margin-bottom: 20px;
    }

    .top_015_titl_img {
        left: 5px;
        top: 10px;
        position: absolute;
    }

    #single-1 ul {
        justify-content: space-between;
        display: block;
        overflow: hidden;
    }

    #single-1 li {
        float: left;
        width: 30%;
        margin-right: 20px;
    }

    #single-1 li:last-child {
        width: 99%;
        padding-top: 0;
        float: initial;
        margin-bottom: 20px;
    }

    #single-1 ul {
        justify-content: space-between;
        display: block;
        overflow: hidden;
        width: 96%;
        margin: 0 auto;
    }

    #main-visual\ pc {
        display: none;
    }

    div .top_view_sp.sp {
        background-image: url(./image/main_sp.png);
        height: 90vw;
        position: relative;
        background-size: cover;
        background-position: center;
        padding-top: 5vw;
        border: 5px solid #f2f2f2;
    }

    .top_view_sp h2 {
        padding: 0 2vw;
    }

    .top_view_sp.sp ul {
        position: absolute;
        top: 26vw;
        width: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0;
    }

    .top_view_sp.sp li {
        background-color: #22b573;
        margin-bottom: 2vw;
        line-height: 8.5vw;
        text-align: center;
        border-radius: 10px;
        box-shadow: 0px -2px 2px #007212 inset;
        border: 1px solid #009c24;
        background-image: url(./image/icon-2.svg);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: 10% center;
    }

    .top_view_sp.sp li a {
        display: block;
        color: #fff;
    }

    a.top1-link {
        width: 100%;
    }

    .qa_page {
        width: 96%;
        margin: 0 auto;
    }

    .qa_page dt {
        padding: 10px 10px 10px 50px;
        font-size: 14px;
        border-radius: 5px 5px 0px 0px;
        background-size: 41px;
        background-position: 5px center;
        text-align: justify;
        line-height: 25px;
    }

    .qa_page dd {
        margin-bottom: 20px;
        padding: 10px;
        font-size: 13px;
    }

    #top2 ul.madori_s li {
        width: 30%;
    }

    #top2 ul.madori_s li a {
        width: 100%;
    }

    .plof_box {
        width: 100%;
        float: none;
        padding: 0px;
        height: auto;
    }

    .plofL {
        position: static;
        float: none;
    }

    .plofR {
        width: 90%;
        position: static;
        margin: auto;
        height: auto;

    }

    .staff_name {
        font-size: 25px;
        margin-top: 10px;
    }

    .aisatsu {
        text-align: left;
        padding: 10px;
    }

    .staff_table {
        width: 100%;
        float: none;
    }

    ul.topics {
        padding: 2%;
    }

    .shokihiyou_page_LR .L,
    .shokihiyou_page_LR .R {
        width: 100%;
    }

    h2.naibu_h2 {
        font-weight: bold;
        padding: 60px 0 0px 0px;
        font-size: 20px;
        background-size: 80px;
        background-position: center 0px;
        margin: 20px 0px;
    }

    ul.naibu_list_item li {
        text-align: justify;
    }

    .no_initial_boxL {
        width: 100%;
        height: 160px;
        margin-bottom: 10px;
    }

    .no_initial_boxR {
        width: 100%;
        text-align: justify;
    }

    #no_initial_sec02 h2 {
        font-weight: bold;
        padding: 60px 0 0px 0px;
        font-size: 20px;
        background-size: 80px;
        background-position: center 0px;
        margin: 20px 0px;
    }

    section#eme_page {
        padding: 0 2%;
    }

    #eme_page .main_textArea p span {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 80%;
        font-size: 4vw;
    }

    #eme_page .example_wrap .imageArea {
        width: 100%;
        margin-bottom: 5vw;
    }

    #eme_page .example_wrap .textArea {
        width: 100%;
    }

    #eme_page .example_wrap .textArea p {
        padding-left: 0;
        font-size: 3.5vw;
        border: solid 1px #ffb03c;
        padding: 5vw;
        border-radius: 15px;
    }


    #eme_page .example_wrap .textArea p:before {
        display: none;
    }

    #eme_page .example_wrap .textArea ul li {
        font-size: 3.5vw;
        padding: 2vw 0;
        padding-left: 7vw;
    }

    #eme_page .flow_wrap ul {
        padding: 5vw;
    }

    #eme_page .flow_wrap ul li dl {
        display: block;
    }


    #eme_page .flow_wrap ul li dl dt {
        width: 100%;
        display: block;
        text-align: center;
        padding-left: 0;
    }

    #eme_page .merit_wrap ul {
        padding: 5vw;
    }

    #eme_page .merit_wrap ul li {
        font-size: 3.5vw;
        line-height: 1.5;
        padding-left: 13vw;
    }

    #eme_page .merit_wrap ul li span.num {
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
        font-size: 4vw;
    }

    .other_wrap p {
        background-size: 80px;
        background-position: center top;
        padding: 70px 10px 10px;
        font-size: 16px;
    }

    .top_view_sp a.emergency_btn {
        width: 90%;
        height: auto;
        top: 58vw;
        left: 5%;
        color: white;
        display: block;
        background: #f7931e url(./image/icon-3.svg) no-repeat;
        background-size: 5vw;
        background-position: 3vw;
        border: 2px solid #ffff00;
        text-align: center;
        padding: 2vw;
        padding-top: 15px;
        transition: .3s;
        position: absolute;
        border-radius: 10px;
    }

    .top_view_sp a.emergency_btn:hover {
        background-color: #f4a64c;
    }

    .top_view_sp a.emergency_btn span.big02 {
        color: #ffff00;
    }

    .top_view_sp a.emergency_btn span.big {
        display: block;
        font-size: 4vw;
        margin: 1vw 0;
    }

    .top_view_sp a.emergency_btn span.acc {
        background: #fff;
        color: #f7931e;
        padding: 1vw 5vw;
        display: inline-block;
        border-radius: 20px;
        margin-top: 1vw;
    }

    .top_view_sp a.emergency_btn span.normal {
        margin: 0 1vw;
        font-size: 3vw;
    }

    #eme_page .flow_wrap ul li .shopWrap .shop .imageArea {
        width: 100%;
    }

    #eme_page .flow_wrap ul li .shopWrap .shop .textArea {
        width: 100%;
    }

    #eme_page .flow_wrap ul li .shopWrap .shop .textArea h4 {
        font-size: 14px;
        margin: 0;
        margin-top: 10px;
    }

    #eme_page .flow_wrap ul li .shopWrap .shop .imageArea .image {
        width: 48%;
        height: 30vw;
        position: relative;
    }

    #eme_page .flow_wrap ul li .shopWrap .shop .textArea p {
        font-size: 12px;
    }

    #eme_page .flow_wrap ul li .shopWrap .shop .textArea a:hover {
        opacity: 1;
    }

    #eme_page .flow_wrap ul li dl dd {
        width: 100%;
    }

    #eme_page .flow_wrap ul li .shopWrap .shop .textArea a {
        margin: 0 auto;
    }

    .attention_wrap .imageArea {
        width: 100%;
        margin-bottom: 10px;
    }

    .attention_wrap .textArea {
        width: 100%;
    }

    #eme_page .example_wrap.type01 .imageArea {
        height: 60vw;
    }

    #eme_page .example_wrap.type02 .imageArea {
        height: 60vw;
    }

    #eme_page .example_wrap.type02 .textArea {
        order: 2;
    }

    #eme_page .flow_wrap ul li dl dt:before {
        display: none;
    }

    #eme_page .flow_wrap ul li .image_wrap .image {
        width: 100%;
        padding: 0 3%;
    }

    section.for_medical .sec_text_area {
        margin-bottom: 5vw;
    }

    section.for_medical .sec_text_area .image {
        width: 80%;
        margin: 0 auto 2vw;
    }

    section.for_medical .sec_text_area .textArea {
        width: 100%;
    }

    section.for_medical .sec_text_area .textArea p {
        font-size: 3.2vw;
    }

    section.for_medical .sec_text_area .inBox:first-child {
        margin-bottom: 10vw;
    }

    section.for_medical .contactSec {
        margin-bottom: 10vw;
    }

    section.for_medical .contactSec .hukidashi {
        font-size: 4vw;
    }

    section.for_medical .contactSec dl {
        padding: 2vw;
    }

    section.for_medical .contactSec dl dt,
    section.for_medical .contactSec dl dd {
        display: block;
    }

    section.for_medical .contactSec dl dt {
        width: 100%;
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    section.for_medical .contactSec dl dd {
        width: 100%;
        font-size: 6vw;
    }

    section.for_medical .contactSec dl dd a {
        color: initial;
    }

    section.for_medical .colona_area {
        margin-bottom: 10vw;
    }

    section.for_medical .colona_area .image {
        width: 80%;
        margin: 0 auto 2vw;
    }

    section.for_medical .colona_area .textArea {
        width: 100%;
    }

    section.for_medical .colona_area .textArea h2 {
        font-size: 3.9vw;
        text-align: center;
    }

    section.for_medical .colona_area .textArea p {
        font-size: 3.2vw;
    }

    div#top2-box {
        margin-left: 0;
        margin-right: 0;
    }

    div#top3-box:last-child {
        margin-left: 0;
    }

    /*スタッフ紹介*/

    .staff_page {
        padding: 0 0 12vw;
    }

    .staff_page_list {
        padding: 0 1%;
    }

    .staff_page_list li {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    .staff_page_list li:nth-of-type(even) {
        margin-right: 0;
    }

    .staff_page_list li:nth-of-type(n + 3) {
        margin-top: 1%;
    }

    .staff_page_list li a .image {
        height: 60vw;
    }

    .staff_page_list li a .hoverBox {
        opacity: 1;
        height: 22vw;
        bottom: 4%;
        width: 92%;
        right: 0;
        margin: auto auto 0;
    }

    .staff_page_list li a .hoverBox .textBox .name {
        font-size: 15px;
        letter-spacing: 0.06rem;
    }

    .staff_page_list li a .hoverBox .textBox .sub_name {
        font-size: 12px;
        letter-spacing: 0.02rem;
        margin: 0 0 5px;
        padding: 0 0 4px;
    }

    .staff_page_list li a .hoverBox .textBox .job {
        font-size: 11px;
        letter-spacing: 0.02rem;
    }

    .staff_child_main {
        padding: 0 4%;
    }

    .staff_child_main .image {
        width: 100%;
    }

    .staff_child_main .image img {
        border-radius: 10px 10px 0 0;
    }

    .staff_child_main .textBox {
        width: 100%;
        background-color: #29abe2;
        padding: 4vw;
        color: #fff;
        border-radius: 0 0 10px 10px;
        position: static;
        bottom: 0;
        left: 0;
    }

    .staff_child_main .textBox .nameBox {
        padding-left: 42px;
        background-size: 30px;
    }

    .staff_child_main .textBox .name {
        font-size: 20px;
        letter-spacing: 0.1rem;
        margin: 0 3vw 1vw 0;
        display: inline-block;
    }

    .staff_child_main .textBox .name .small {
        font-size: 13px;
        letter-spacing: 0.06rem;
        display: block;
        margin-left: 0;
    }

    .staff_child_main .textBox .job {
        font-size: 13px;
        letter-spacing: 0.1rem;
        display: inline-block;
    }

    .staff_child_info {
        padding: 12vw 4%;
    }

    .staff_child_info .image {
        width: 100%;
    }

    .staff_child_info .image img {
        border-radius: 10px 10px 0 0;
    }

    .staff_child_info .textBox {
        width: 100%;
        background-color: #29abe2;
        padding: 4vw;
        color: #fff;
        border-radius: 0 0 10px 10px;
        position: static;
        bottom: 0;
        left: 0;
    }

    .staff_child_info .textBox .text {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.02rem;
    }

    .staff_child_sliderBox .staff_page_list li {
        margin-bottom: 0;
    }

    .staff_child_sliderBox .staff_page_list li:nth-of-type(n + 3) {
        margin-top: 0;
    }

    section.top_column {
        padding: 10vw 0 0 0;
    }

    section.top_column .site_btn {
        margin: 10vw auto 0 auto;
        width: 100%;
        border-radius: 20vw;
    }

    ul.column_list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 10px;
    }

    ul.column_list li .el_columnsListItem_img {
        height: 32vw;
    }

    ul.column_list li .el_columnsListItem_infoTtl.f_genju {
        font-size: 4vw;
    }

    ul.column_list li .el_columnsListItem_infoTxt.f_genju {
        font-size: 3.5vw;
        margin-bottom: 2vw;
    }

    ul.column_list li .el_columnsListItem_infoDate.f_filson {
        font-size: 3vw;
        text-align: left;
    }

    .common_page_title_box {
        margin: 0 0 6vw;
    }

    .common_page_title_box .title {
        font-size: 4.5vw;
        margin: 0 0 3vw;
    }

    /* 生活保護の引越し費用の上限とは？引越し支援制度の詳細解説 */

    .moving_sec {
        margin-bottom: 10vw;
    }

    .moving_sec .moving_list ul li {
        flex-direction: column;
        gap: 0;
    }

    .moving_sec .moving_list ul li .img_box {
        width: 100%;
    }

    .moving_sec .moving_list ul li .img_box img {
        aspect-ratio: 40 / 20;
    }

    .moving_sec .moving_list ul li .text_box .text {
        font-size: 3.5vw;
    }

    .moving_sec .moving_list ul li+li {
        margin-top: 10vw;
    }

    .provision_sec {
        margin-bottom: 10vw;
    }

    .provision_sec .item {
        padding: 5vw;
    }

    .provision_sec .item .title {
        margin-top: unset;
        font-size: 4.2vw;
    }

    .provision_sec .item .text {
        font-size: 3.4vw;
    }

    .provision_sec .item+.item {
        margin-top: 6vw;
    }

    .page_moving .flow_sec {
        margin-bottom: 10vw;
    }

    .page_moving .flow_sec .flow_list ul {
        grid-template-columns: 1fr;
        gap: 5vw 0;
    }

    .page_moving .flow_sec .flow_list ul li {
        padding: 5vw;
    }

    .page_moving .flow_sec .flow_list ul li+li::before {
        top: 0;
        left: 50%;
        translate: -60% -61%;
        rotate: 90deg;
        width: 5vw;
        height: 20vw;
    }

    .page_moving .flow_sec .flow_list ul li h3 {
        font-size: 4.2vw;
        margin: 0 0 0.8em 0;
    }

    .page_moving .flow_sec .flow_list ul li h3 .num {
        font-size: 7vw;
    }

    .page_moving .flow_sec .flow_list ul li .image {
        width: 28vw;
        margin: 0 auto 4.5vw;
    }

    .page_moving .flow_sec .flow_list ul li .text_box .text {
        font-size: 3.5vw;
    }

    .update_sec {
        margin-bottom: 10vw;
    }

    .update_sec .updat_list ul li {
        padding: 4vw;
    }

    .update_sec .updat_list ul li .text_box {
        padding-bottom: 2vw;
        margin-bottom: 2vw;
    }

    .update_sec .updat_list ul li .text_box .catch {
        font-size: 3.8vw;
    }

    .update_sec .updat_list ul li .text_box .catch .num {
        display: block;
        width: fit-content;
        margin: 0 0 2.5vw 0;
        font-size: 3.4vw;
        padding: 1.5vw 4.5vw;
    }

    .update_sec .updat_list ul li .txt {
        font-size: 3.6vw;
    }

    .update_sec .updat_list ul li+li {
        margin-top: 5vw;
    }

    .page_moving .savings_sec {
        margin-bottom: 10vw;
    }

    .page_moving .savings_sec .text_box {
        padding: 4.5vw;
    }

    .page_moving .savings_sec .text_box .text_area .catch {
        font-size: 3.8vw;
    }

    .page_moving .savings_sec .text_box .text_area .text {
        font-size: 3.4vw;
    }

    .page_moving .savings_sec .text_box .text_area+.text_area {
        margin-top: 3.5vw;
    }

    .single_mother .pet_trouble_sec.page_merit_contents .block .image {
        margin: 0 0 2vw;
        width: 15vw;
    }

    .single_mother .pet_trouble_sec.page_merit_contents .block .textArea {
        gap: 3vw;
    }

    .single_mother .pet_trouble_sec.page_merit_contents .customer_voice .block .title {
        font-size: 3.6vw;
    }

    .single_mother .pet_trouble_sec.page_merit_contents .common_main_title {
        margin-bottom: 5vw;
    }

    .single_mother .pet_trouble_sec.page_merit_contents .customer_voice {
        max-width: 100%;
        gap: 5vw;
    }

    .single_mother .pet_trouble_sec.page_merit_contents .common_main_title .text .size {
        font-size: 3.6vw;
    }

    .common-page_main::before {
        width: 95%;
        min-width: 95%;
        background-size: cover;
        background-position: right top;
    }

    .common-page_main {
        padding: 20vw 0;
        margin-top: 31vw;
    }

    .common-page_main::after {
        display: none;
        bottom: -15vw;
    }

    .common-page_main .title {
        font-size: 5vw;
        letter-spacing: 0.08em;
        margin-top: 4vw;
    }

    .common-page_main .sub_title {
        font-size: 3vw;
        letter-spacing: 0.1em;
    }

    #breadcrumbs {
        margin: 3vw 0 12vw;
    }

    .common-page_main .wrap::before {
        width: 54vw;
        top: -46vw;
        left: -2vw;
        height: 41vw;
    }

    #breadcrumbs li {
        font-size: 2vw;
        padding-left: 4vw;
    }

    .common-page_main .title_box {
        max-width: 90%;
    }

    /* シングルマザー　SP */
    section#single-1 .text {
        width: 100%;
        line-height: 1.7;
        font-size: 3.8vw;
        text-align: left;
        letter-spacing: 0.03em;
        padding: 0 4vw;
    }

    #page_single_2 {
        margin-top: 10vw;
    }

    .page_cmn_ttl {
        font-size: 4.8vw;
        padding-top: 5vw;
    }

    .page_single_2_flame .text {
        font-size: 3.8vw;
        margin: 3vw 0 0;
        width: 100%;
        line-height: 1.7;
    }

    .wrap {
        width: 91.1vw;
    }

    .cmn_sub_ttl {
        flex-direction: row;
        width: 100%;
        border-radius: 0;
        font-size: 4vw;
    }

    .cmn_sub_ttl .num {
        font-size: 4vw;
        margin-right: 2vw;
    }

    /* 生活保護で賃貸を探す方　 SP */
    .loolig_room_boxR {
        font-size: 3.8vw;
        line-height: 1.7;
        letter-spacing: 0.02em;
    }

    .loolig_room_box {
        margin-bottom: 0;
        padding: 0;
    }

    .looking_room_flame .page_cmn_ttl {
        text-align: center;
    }

    .looking_room_flame .text_box {
        font-size: 3.8vw;
        letter-spacing: 0.05em;
    }

    .looking_room_flame .text_box p+p {
        margin-top: 2vw;
    }

    .looking_room_flame+.looking_room_flame {
        margin-top: 10vw;
    }

    .looking_room_flame.flame_2 li {
        font-size: 3.8vw;
        line-height: 1.6;
        padding: 3vw 0;
    }

    section#loolig_room_sec02 {
        margin-top: 10vw;
        border-radius: 0.694vw;
        padding: 4vw;
    }

    #loolig_room_sec02 h2 {
        padding: 0;
        margin-top: 3vw;
        font-size: 5vw;
    }

    .loolig_room_sec02_text p {
        font-size: 3.5vw;
        line-height: 1.5;
        padding: 3vw 2vw;
        margin-bottom: 2vw;
        font-weight: 400;
    }

    #page_contact_cv {
        margin: 10vw 0;
        font-size: 4vw;
        padding: 0 5vw;
        line-height: 1.7;
    }

    #page_contact_cv .btn {
        font-size: 4vw;
        width: 85%;
        line-height: 16vw;
        background: #29abe2;
        color: #fff;
        border-radius: 10vw;
    }

    #loolig_room_sec02 h2 {
        border-left: solid 2px #29abe2;
        padding-left: 2vw;
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .looking_room_flame .page_cmn_ttl::before {
        right: 0;
    }

    .looking_room_flame .page_cmn_ttl::after {
        left: 20%;
    }

    /*個人情報保護方針　SP */
    #privacy_page p {
        font-size: 1.111vw;
    }

    #privacy_page p {
        font-size: 4vw;
        line-height: 1.7;
    }

    /* 受給対象者について　SP */
    .page_about_korekara_box ul li {
        width: 45%;
        height: 40vw;
        font-size: 3.5vw;
        line-height: 1.5;
        letter-spacing: 0.02em;
        margin: 2vw;
    }

    .page_about_korekara_box {
        margin-top: 6vw;
        position: relative;
    }

    .page_about_korekara_box ul li:last-child {
        margin-top: 0;
    }

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

    .page_about_korekara_box::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url(./image//triangle.png) center no-repeat;
        background-size: contain;
        width: 76%;
        height: 99%;
        z-index: -1;
        right: 0;
        margin: auto;
    }

    .page_about_korekara .text {
        font-size: 4vw;
        margin-top: 6vw;
        padding-bottom: 16vw;
    }

    .page_about_korekara .text::before {
        width: 10vw;
        height: 10vw;
    }

    .inpage_txt.R {
        width: 100%;
        padding: 0 3vw;
        font-size: 4vw;
    }

    .inpage_img.L {
        width: 90%;
    }

    .inpage_sec01 {
        margin: 10vw 0 15vw;
    }

    .inpage_h3 {
        font-size: 4vw;
        text-align: center;
        padding: 0;
        margin-top: 5vw;
        line-height: 10vw;
    }

    .inpage_h3::before {
        display: none;
    }

    .inpage_wrap {
        width: 97%;
    }

    .inpage_txtbox {
        padding: 5vw 3vw;
        width: 100%;
    }

    .inpage_txtbox {
        font-size: 4vw;
        line-height: 1.7;
    }

    .inpage_sec02 .inpage_txtbox {
        font-size: 4.2vw;
        line-height: 1.7;
    }

    .inpage_ul {
        margin-bottom: 4vw;
    }

    .inpage_ul li {
        font-size: 3.6vw;
    }

    .inpage_h4 span {
        padding: 1vw;
        font-size: 4.5vw;
        background-image: none;
    }

    /*　生活保護制度の詳細　SP */
    .shokihiyou_page_LR .L {
        width: 71%;
        float: none;
        margin: auto;
    }

    .shokihiyou_page_LR.oh {
        margin-top: 7vw;
        padding-bottom: 10vw;
    }

    .shokihiyou_page_LR .R {
        width: 93%;
        float: none;
        margin: 4vw auto 0;
        font-size: 4vw;
    }

    .system_detail_box li {
        width: 90%;
        margin: 8vw auto 0;
        padding-bottom: 4vw;
    }

    .system_detail_box .text {
        font-size: 4vw;
        letter-spacing: 0.05em;
        margin-top: 3vw;
    }

    .system_detail_box .ttl {
        font-size: 5vw;
        margin-top: 3vw;
    }

    .system_detail_box .num {
        font-size: 3vw;
        width: 13vw;
        line-height: 6vw;
    }

    /* TOP SP ここから　*/
    body {
        min-width: 100%;
    }

    .wrap_01 {
        max-width: 96%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*********************************************
* SPヘッダー
*********************************************/
    header#sp_header .logo h1 {
        margin: 0;
    }

    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #f1fbff;
        /* box-shadow: 1px 1px #ccc; */
        z-index: 999;
        height: 55px;
        transition: 0.3s;
    }

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

    header#sp_header .logo img {
        height: 24px;
        /* width: 58px; */
    }

    header#sp_header a.icon {
        color: #000;
        position: absolute;
    }

    header#sp_header a.mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    header#sp_header a.tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 99999;
        right: 5px;
        top: 10px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2.5px;
        left: 6px;
        background: #29abe2;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        color: #000;
        background: #fff;
        text-align: center;
        transform: translateX(100%);
        transition: all 0.6s;
        width: 100%;
        height: 100vh;
        align-items: center;
        background: #ccc;
        overflow: scroll;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    nav.globalMenuSp ul li:hover {
        background: #ddd;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #000;
        padding: 1em 0;
        text-decoration: none;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateX(0%);
    }

    body {
        font-size: 3.6vw;
        line-height: 1.6;
        overflow: hidden;
        min-width: 100%;
        margin-bottom: 20vw;
    }

    .breadcrumb {
        font-size: 2.8vw;
    }

    .wrap,
    .wrap_01 {
        max-width: 96%;
    }

    .common_main_title .text {
        font-size: 6vw;
        letter-spacing: 0.07em;
        padding-top: 18vw;
        margin-top: 1vw;
    }

    .common_main_title .text::before {
        width: 100%;
        height: 14vw;
    }

    #search_support {
        padding-top: 10vw;
    }

    .search_support_box li {
        width: 100%;
    }

    .search_support_box .img {
        height: 44vw;
        position: relative;
        overflow: hidden;
    }

    .search_support_box .img img {
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .search_support_box .ttl {
        font-size: 4.5vw;
        letter-spacing: 0.05em;
    }

    .search_support_box .text {
        margin-top: 1vw;
        font-size: 3.5vw;
        letter-spacing: 0.08em;
    }

    .search_support_box .text_box {
        padding: 3vw 2vw;
    }

    .search_support_box .cmn_btn {
        width: 100%;
        line-height: 13vw;
        margin-top: 3vw;
        font-size: 4vw;
        background: #29abe2;
        color: #fff;
        border-radius: 10vw;
    }

    .search_support_box li+li {
        margin-top: 6vw;
    }

    .search_support_box a:hover .ttl {
        color: #2b2b2b;
    }

    .search_support_box li:nth-child(n + 4) {
        margin-top: 6vw;
    }

    #solution {
        padding-top: 24vw;
    }

    #solution .wrap::before {
        width: 85%;
        height: 41vw;
        right: -22vw;
        top: -25vw;
    }

    .solution_box {
        width: 100%;
    }

    .solution_box .color {
        display: block;
        font-size: 8vw;
        margin-bottom: 1vw;
        text-shadow: 1px 1px 2px #f2f2f2;
    }

    .solution_box h2 {
        font-size: 5vw;
        line-height: 1.7;
    }

    .solution_box .text {
        margin-top: 3vw;
        font-size: 3.8vw;
        letter-spacing: 0.05em;
    }

    .solution_box .btn_box {
        display: block;
        margin-top: 8vw;
    }

    .site_btn {
        width: 100%;
        padding-left: 2vw;
        line-height: 17vw;
        font-size: 4vw;
        color: #fff;
        background: #29abe2;
    }

    .site_btn::before {
        width: 10vw;
        height: 10vw;
        left: 11vw;
    }

    .site_btn.pig {
        margin-top: 5vw;
    }

    .site_btn::before {
        background: url(./image/note_icon.png) center no-repeat;
        background-size: contain;
    }

    .site_btn.pig::before {
        background: url(./image/pig_icon.png) center no-repeat;
        background-size: contain;
    }

    #bukken_new .wrap::before {
        width: 36%;
        height: 33vw;
        left: 0;
        right: 0;
        margin: auto;
        top: -35vw;
    }

    #bukken_new .main_text_box h2 {
        font-size: 7vw;
        text-align: center;
        margin-bottom: 3vw;
    }

    #bukken_new {
        padding: 38vw 0 10vw;
    }

    #bukken_new .main_text_box {
        width: 100%;
        margin: auto;
    }

    #bukken_new .main_text_box .main_text {
        font-size: 3.9vw;
        line-height: 1.7;
        letter-spacing: 0.07em;
    }

    #bukken_new .main_text_box .main_text+.main_text {
        margin-top: 2vw;
    }

    .bukken_flame_box {
        margin-top: 10vw;
    }

    .bukken_flame_box li {
        width: 58vw;
    }

    .bukken_flame_box .img {
        height: 70vw;
    }

    .bukken_flame_box .name {
        font-size: 4.2vw;
        margin-bottom: 1vw;
    }

    .bukken_flame_box .place {
        font-size: 3.5vw;
        padding-left: 6vw;
    }

    .bukken_flame_box .place::before {
        width: 5vw;
        height: 5vw;
    }

    .bukken_flame_box .text_box {
        padding: 2vw 0 0;
    }

    .bukken_flame_box .cmn {
        font-size: 4vw;
    }

    .bukken_flame_box .let {
        font-size: 3.3vw;
        width: 15vw;
        line-height: 7vw;
    }

    .bukken_flame_box .cmn.madori {
        margin-top: 1vw;
    }

    .bukken_flame_box {
        overflow-x: scroll;
    }

    .bukken_flame_box ul {
        width: 1024vw;
    }

    .bukken_flame_box li:nth-child(n + 5) {
        margin-top: 0;
    }

    .bukken_flame_box li:nth-child(4n + 1) {
        margin-left: 6vw;
    }

    .bukken_flame_box li+li {
        margin-left: 6vw;
    }

    .bukken_flame_box li:first-child {
        margin-left: 0;
    }

    #contact {
        padding: 15vw 0;
    }

    #contact .ttl_box {
        width: 100%;
    }

    #contact .ttl_box h2 {
        font-size: 5vw;
    }

    #contact .ttl_box .tel {
        font-size: 8vw;
        margin-top: 0vw;
        letter-spacing: 0.05em;
    }

    #contact .hour .hel {
        font-size: 4vw;
    }

    #tel_icon {
        height: 7vw;
        width: 5vw;
    }

    #contact .ttl_box::before {
        height: 37vw;
        left: -6vw;
        width: 118%;
        top: -13vw;
    }

    #contact {
        padding: 15vw 0;
    }

    #contact .ttl_box {
        width: 100%;
    }

    #contact .ttl_box h2 {
        font-size: 5vw;
    }

    #contact .ttl_box .tel {
        font-size: 8vw;
        margin-top: 0vw;
        letter-spacing: 0.05em;
    }

    #contact .hour .hel {
        font-size: 4vw;
    }

    #tel_icon {
        height: 7vw;
        width: 5vw;
    }

    #contact .ttl_box::before {
        height: 37vw;
        left: -2vw;
        width: 106%;
        top: -13vw;
    }

    .contact_btn_box a {
        width: 100%;
        padding: 0;
        line-height: 15vw;
        font-size: 5vw;
        border-radius: 1vw;
        padding-left: 35vw;
        text-align: left;
        color: #1993c6;
    }

    .contact_btn.req {
        margin: 4vw 0;
    }

    .contact_btn_box a::before {
        width: 8vw;
        height: 8vw;
        left: 15vw;
        right: auto;
        top: 0;
        bottom: 0;
    }

    .contact_btn_box a.req::before {
        background: url(./image/req_icon_dbl.png) center no-repeat;
        background-size: contain;
    }

    .contact_btn_box a::before {
        background: url(./image/mail_icon_bl.png) center no-repeat;
        background-size: contain;
    }

    #mv::before {
        width: 89vw;
    }

    #mv::before {
        width: 89vw;
        background: url(./image/sp_mv.jpg) center no-repeat;
        background-size: cover;
        margin: auto;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
    }

    #mv::after {
        content: none;
    }

    #mv {
        margin-top: 3.194vw;
        padding: 27.2vw 0 10vw;
    }

    #mv .text_box h1 {
        width: 69.3vw;
    }

    .mv_phrase {
        font-size: 4.7vw;
        line-height: 1.5;
        letter-spacing: 0.05em;
        margin: 15px auto 9vw;
    }

    .mv_phrase::before {
        width: 25vw;
        height: 37vw;
        right: -7vw;
        bottom: -2vw;
    }

    #mv .catch_list .text {
        font-size: 3.4vw;
    }

    #mv .catch_list {
        margin-bottom: 6vw;
    }

    #mv .catch_list ul {
        gap: 2vw 2vw;
    }

    #mv .catch_list ul li {
        width: 37%;
        padding: 2vw 0;
        font-size: 3.4vw;
    }

    #mv .catch_list ul li::before {
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
        border-radius: 8px;
    }

    .mv_search_box .btn {
        width: 29.3vw;
        line-height: initial;
        font-size: 3.5vw;
        padding: 13vw 0 3vw;
        border-radius: 2vw;
        background: #29abe2;
        color: #fff;
    }

    .mv_search_box .btn::before {
        top: -6vw;
        width: 12vw;
        left: 0;
        right: 0;
    }

    .mv_search_box .btn.area {
        margin: 0 2vw;
        width: 50vw;
    }

    .mv_search_box ul {
        flex-wrap: nowrap;
    }

    .mv_search_box {
        margin-top: 8vw;
    }

    .mv_search_box .btn::before {
        background: url(./image/train_icon_wh.png) center no-repeat;
        background-size: contain;
        width: 9vw;
        height: 9vw;
        top: -7vw;
    }

    .mv_search_box .btn.area::before {
        background: url(./image/area_icon_wh.png) center no-repeat;
        background-size: contain;
        width: 14vw;
        height: 9vw;
        top: -7vw;
    }

    .mv_search_box .btn.school::before {
        background: url(./image/school_icon_wh.png) center no-repeat;
        background-size: contain;
    }

    #mv .wrap_01::before {
        bottom: -134vw;
        left: -2vw;
        width: 34vw;
        z-index: 10;
        top: 0;
        margin: auto;
        height: 17vw;
    }

    input[type="submit"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        border: none;
        outline: none;
    }

    #mv #form {
        width: 100%;
        margin-top: 4vw;
    }

    #form .sbox {
        line-height: 15.5vw;
        padding-left: 3vw;
        border-radius: 10vw;
    }

    #form .sbtn {
        line-height: 16.6vw;
        width: 20vw;
        font-size: 4vw;
        border-radius: 0 10vw 10vw 0 !important;
    }

    #form .sbox::placeholder {
        font-size: 3.5vw;
    }

    .follow_bar {
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 10000;
        background: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        width: 100%;
        justify-content: center;
        align-items: flex-end;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .follow_bar svg {
        display: block;
        /* margin: 0 auto 1vw; */
    }

    .follow_bar a {
        font-size: 2.5vw;
        font-weight: 600;
        color: #1993c6;
        letter-spacing: 0.08em;
        width: 25%;
        padding: 2vw 0;
        display: block;
    }

    .follow_bar a.em {
        background: #f7931d;
        color: #fff;
    }

    .follow_bar a .icon {
        width: auto;
        margin: 0 auto;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 5vw;
        margin-bottom: 1vw;
        position: relative;
    }

    .follow_bar a .icon svg,
    .follow_bar a .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        inset: 0;
        margin: auto;
    }

    .follow_bar a .icon svg#sp_ban_mail {
        width: 80%;
        height: 80%;
    }

    .follow_bar a.line_btn .text {
        color: #00b900;
    }

    .follow_bar a:first-child,
    .follow_bar a:nth-child(2) {
        position: relative;
    }

    .follow_bar a:first-child::before,
    .follow_bar a:nth-child(2)::before {
        content: "";
        width: 0.069vw;
        height: 7vw;
        background: #2b2b2b;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .mv_phrase .bg {
        width: 100%;
        height: 100%;
    }

    .mv_phrase .bg {
        width: 100%;
        height: 100%;
    }

    .contact_btn_box a.welfare::before {
        background: url(./image/welfare_icon_bl.png) center no-repeat;
        background-size: contain;
    }

    footer {
        /* margin-bottom: 20vw; */
        padding-top: 8vw;
    }

    .ft_logo {
        width: 46%;
    }

    .copy_right .wrap {
        justify-content: center;
    }

    .copy_right .copy_eng {
        letter-spacing: 0.05em;
        font-size: 3vw;
        line-height: 12vw;
    }

    .copy_right {
        margin-top: 8vw;
    }

    .solution_box .site_btn {
        width: 100%;
        border-radius: 10vw;
    }

    .select_box .inner_ttl {
        font-size: 5vw;
        padding: 0;
        text-align: center;
        margin-bottom: 4vw;
    }

    .particular_box .links_box {
        padding-left: -0;
    }

    .select_box .links_box {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
    }

    .select_box .madori_box .tab {
        width: 30%;
        margin: 0.208vw;
        flex: 1 0 auto;
    }

    .select_box .madori_box .tab a {
        font-size: 4vw;
        line-height: 9vw;
    }

    .particular_box .tab a {
        font-size: 4vw;
        line-height: 12vw;
        letter-spacing: 0.05em;
        padding: 0 4vw;
    }

    .bukken_search_ill {
        width: 61%;
        margin: 10vw auto -2vw;
    }

    #bukken_search .search_ttl {
        font-size: 4vw;
        margin: 0 0 6vw;
        padding-left: 29.1vw;
    }

    #bukken_search .search_ttl::before {
        left: 0;
        width: 100%;
        top: -18vw;
        height: 30vw;
    }

    /* 物件サーチ　SP */
    #bukken_search .bukken_map .ttl {
        font-size: 5vw;
        text-align: center;
        letter-spacing: 0.08em;
        margin-bottom: 4vw;
    }

    .bukken_search_box {
        display: block;
        margin-top: 7vw;
    }

    .bukken_search_box .text_box {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 10vw;
    }

    .bukken_search_box .text_box .text {
        font-size: 3.4vw;
        line-height: 1.7;
    }

    .bukken_search_box .text_box .text+.text {
        margin-top: 2vw;
    }

    #bukken_search .select_box {
        width: 100%;
        margin-top: 10vw;
    }

    .particular_box .tab:nth-child(even) {
        margin-left: 1.3vw;
    }

    #bukken_search {
        padding: 18vw 0 0;
    }

    #bukken_search .select_box .tab a {
        color: #fff;
        background: #29abe2;
        border-radius: 10vw;
    }

    .select_box .madori_box .tab.size a {
        width: auto;
    }

    .map_name {
        position: static;
        width: 44%;
        padding: 0;
        margin: 2vw;
        line-height: 10vw;
        border-radius: 10vw;
    }

    .map_name:hover {
        color: #2b2b2b;
    }

    #sp_header svg {
        display: block;
        margin: 0 auto 3px;
    }

    .sp_hd_his {
        position: absolute;
        right: 112px;
        top: 9px;
    }

    #sp_header a {
        display: block;
        color: #29abe2;
        text-align: center;
        font-weight: 600;
        font-size: 8px;
        letter-spacing: 0.08em;
        width: 54px;
    }

    body .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        left: 10px;
    }

    body .hamburger.active span:nth-child(1) {
        left: 10px;
    }

    .sp_hd_fav {
        position: absolute;
        top: 10px;
        right: 56px;
    }

    #sp_header .logo a {
        width: 85px;
    }

    .globalMenuSp_main_menu_box {
        background: linear-gradient(to bottom, #cdecf9, #fff);
    }

    .globalMenuSp_main_menu_box ul li+li {
        margin-top: 20px;
    }

    .sp_sub_menu .inner ul li+li {
        margin: 0;
    }

    .sp_sub_menu.menu5 .inner ul li {
        width: 48%;
        text-align: center;
    }

    .sp_sub_menu .inner ul {
        width: 100%;
    }

    .sp_sub_menu.menu5 .inner ul li a {
        display: block;
        padding: 0 0 16px 10vw;
        text-align: left;
        font-size: 13px;
        letter-spacing: 0.05em;
    }

    .sp_sub_menu.menu4 .inner ul li a,
    .sp_sub_menu.menu6 .inner ul li a,
    .sp_sub_menu.menu7 .inner ul li a,
    .sp_sub_menu.menu8 .inner ul li a {
        padding: 8px 8px 8px 20px;
        display: block;
        letter-spacing: 0.08em;
        border-bottom: dotted 1px #ccc;
        font-size: 13px;
        position: relative;
    }

    .sp_sub_menu.menu4 .inner ul li a::before,
    .sp_sub_menu.menu6 .inner ul li a::before,
    .sp_sub_menu.menu7 .inner ul li a::before,
    .sp_sub_menu.menu8 .inner ul li a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background: #333;
        width: 8px;
        height: 8px;
        margin: auto;
    }

    .follow_bar.active {
        opacity: 1;
        visibility: visible;
        display: flex;
    }

    /* TOP SP ここまで*/
    /* 初期費用不要　SP */
    #no_initial_sec02 h2 {
        margin: 10vw 0 0;
        font-size: 4vw;
        text-align: center;
        padding: 6vw 0 4vw;
    }

    section#no_initial_sec02 .page_cmn_ttl::before {
        right: 0;
    }

    section#no_initial_sec02 .page_cmn_ttl::after {
        left: 20%;
    }

    .lease_text_big {
        font-size: 3.5vw;
        line-height: 1.7;
        letter-spacing: 0.03em;
        text-align: left;
        margin-top: 4vw;
        font-weight: 400;
    }

    .lease_boxLR {
        width: 100%;
        margin: 7vw 0 0;
    }

    .lease_boxR {
        font-size: 3.5vw;
    }

    .lease_boxR p {
        margin-bottom: 2vw;
    }

    .lease_text01 {
        font-size: 3.3vw;
        letter-spacing: 0.02em;
        margin-top: 8vw;
    }

    /*　保証人でお困りの方　SP */
    .lease_box h2 {
        margin: 3vw 0 0;
        font-size: 4.5vw;
        background-size: 7vw;
    }

    .lease_text {
        font-size: 3.5vw;
        line-height: 1.7;
        padding-top: 0;
    }

    #syunyu_page .shokihiyou_page_LR .L {
        width: 64%;
        height: 30vw;
        overflow: hidden;
        position: relative;
    }

    #syunyu_page .shokihiyou_page_LR .R {
        font-size: 3.5vw;
        padding: 5vw 1vw 2vw;
    }

    h2.naibu_h2 {
        font-size: 4.5vw;
        padding: 0;
        text-align: center;
        line-height: 12vw;
        width: 95%;
        margin: 10vw auto 5vw;
    }

    ul.naibu_list_item li {
        font-size: 3.5vw;
        letter-spacing: 0.02em;
        line-height: 1.7;
    }

    ul.naibu_list_item {
        padding: 0 2vw;
    }

    p.naibu_p {
        font-size: 3.5vw;
        text-align: left;
        line-height: 1.7;
        letter-spacing: 0.05em;
        margin: 4vw 0;
    }

    .naibu_p_caution {
        padding: 1vw 3vw;
    }

    #syunyu_page .shokihiyou_page_LR .L img {
        object-fit: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    /* 緊急のご相談　SP */
    #eme_page .main_textArea p span {
        font-size: 3.5vw;
        line-height: 1.4;
        width: 28vw;
        height: 29vw;
        padding: 0;
    }

    #eme_page .main_textArea p span.s02 {
        margin-top: -30vw;
    }

    section#eme_page {
        margin-top: 40vw;
    }

    #eme_page .main_textArea::before {
        width: 90%;
        height: 40vw;
        top: -37vw;
    }

    #eme_page .example_wrap {
        margin-top: 7vw;
        padding-bottom: 7vw;
    }

    #eme_page .main_textArea {
        margin: 0;
    }

    #eme_page .example_wrap.type01 .imageArea {
        height: 50vw;
        width: 80%;
        margin: auto;
    }

    #eme_page .example_wrap .textArea {
        margin-top: 3vw;
    }

    #eme_page .example_wrap .textArea p {
        border: none;
        padding: 3vw;
        border-radius: 0;
        text-align: center;
        border-top: solid 2px;
        font-size: 3.8vw;
    }

    #eme_page h2 {
        font-size: 4vw;
        text-align: center;
        background: #29abe2;
        color: #fff;
    }

    #eme_page .flow_wrap ul li h3 {
        font-size: 4vw;
        line-height: 1.6;
        padding-left: 10vw;
        border-bottom: solid 1px;
    }

    #eme_page .flow_wrap ul li h3 span.num {
        width: 7vw;
        height: 7vw;
        line-height: 7vw;
        font-size: 3vw;
    }

    #eme_page .flow_wrap ul li p {
        font-size: 3.8vw;
    }

    #eme_page .flow_wrap ul li dl dt {
        padding: 2vw 0;
        font-weight: 600;
    }

    #eme_page .flow_wrap ul li .shopWrap .shop .textArea a {
        margin: 3vw auto;
        width: 50vw;
        line-height: 9vw;
        font-size: 3.5vw;
    }

    #eme_page .page_cmn_ttl.em {
        color: #2b2b2b;
        padding: 5vw 0 0;
        margin: 5vw;
    }

    .attention_wrap {
        margin-bottom: 7vw;
        border-bottom: solid 1px #ccc;
        padding-bottom: 7vw;
    }

    .attention_wrap .textArea p {
        font-size: 4vw;
        line-height: 1.8;
    }

    /* よくある質問SP */
    .qa_page dd,
    .qa_page dt {
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: 0.03em;
        padding: 4vw 4vw 4vw 9vw;
    }

    .qa_page dt::before,
    .qa_page dd::before {
        font-size: 5vw;
        left: 3vw;
        top: 4vw;
    }

    #faq_page {
        padding: 0 0 10vw;
    }

    /* ご契約事例　SP */
    ul.topics li .title {
        font-size: 4vw;
        letter-spacing: 0.03em;
    }

    ul.topics li .text {
        font-size: 3.5vw;
    }

    /* 事例　詳細ページ　SP */
    .page_outline.article_page {
        padding: 0 0 6vw;
    }

    .page_outline.article_page h1 {
        font-size: 4.5vw;
    }

    .common-page_main .title.det {
        font-size: 4.5vw;
    }

    /* 店舗紹介　SP */
    .page_store_flame {
        display: block;
        padding: 10vw 0;
    }

    .page_store_flame .img_box {
        width: 100%;
        margin-top: 4vw;
    }

    .page_store_box .tel,
    .page_store_box .address {
        font-size: 4vw;
    }

    .page_store_flame .btn {
        width: 80%;
        font-size: 4vw;
        margin-top: 5vw;
        line-height: 14vw;
    }

    .page_store_flame .btn:hover {
        background: #fff;
        color: #2b2b2b;
    }

    .page_store_box .name {
        font-size: 4.2vw;
        padding: 2vw 2vw 2vw 4vw;
    }

    .page_store_box .page_cmn_ttl {
        font-size: 4vw;
        letter-spacing: 0.02em;
        margin-top: 10vw;
    }

    .page_store_box .page_cmn_ttl .small {
        font-size: 3.5vw;
    }

    /* スタッフ紹介 SP */
    .staff_page_list li {
        width: 49%;
        margin: 0;
    }

    .staff_page_list li a .image {
        height: 69vw;
    }

    .staff_page_list {
        justify-content: space-between;
    }

    .common_page_sub_h2 {
        font-size: 4vw;
        letter-spacing: 0.05em;
    }

    .common_page_h2 {
        font-size: 8vw;
        letter-spacing: 0.05em;
        margin-bottom: 1vw;
    }

    /* スタッフ紹介　SP */
    .staff_page .wrap::before {
        width: 60vw;
        height: 60vw;
        left: -21vw;
    }

    .common_page_h2Box {
        margin-bottom: 10vw;
    }

    .staff_page .wrap::after {
        right: -24vw;
        bottom: -25vw;
        width: 60vw;
        height: 60vw;
    }

    div#shindan-link a {
        margin: 19vw auto 10vw;
    }

    .staff_child_info .textBox .text {
        font-size: 3.5vw;
    }

    .staff_child_info .textBox {
        background: #fff;
        color: #2b2b2b;
    }

    /* サイトマップ　SP */
    ul.sitemap {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        justify-content: center;
    }

    section#sitemap_page ul.sitemap li {
        width: 48%;
        background: #eee;
        display: flex;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
    }

    .sitemap+.sitemap {
        padding-bottom: 10vw;
        margin-top: 10vw;
    }

    ul.sitemap li a:hover {
        color: #2b2b2b;
    }

    .w-in1100 {
        width: 95vw;
    }

    .sp_sub_menu.menu4 .inner p.ttl {
        opacity: 0;
    }

    .pagerTableOtherPageCell {
        width: 6vw;
    }

    .pagerTableCurrentPageCell {
        width: 6vw;
    }

    .currentSearchConditionAreasTableTitleCell {
        width: 20vw;
    }

    #cushion_page {
        margin-top: -1vw;
        padding: 0 0 15vw;
    }

    #cushion_page .cont .text_box .illust {
        width: 50vw;
        margin: 0 auto 4vw;
    }

    #cushion_page .cont .text_box .text {
        font-size: 3.5vw;
        margin-bottom: 9vw;
    }

    #cushion_page .cont .text_box .btn {
        width: 100%;
        line-height: 13vw;
        border: none;
        font-size: 4vw;
    }

    #cushion_page .cont .text_box .btn:hover {
        color: #fff;
        background-color: #29abe2;
        box-shadow: none;
    }

    /* 選ばれる理由 */

    #pageReason {
        padding: 0 0 15vw;
    }

    #pageReason .reason_list_sec {
        padding: 0 3%;
    }

    #pageReason .reason_list_sec .list ul li {
        padding: 0;
    }

    #pageReason .reason_list_sec .list ul li+li {
        margin-top: 40px;
    }

    #pageReason .reason_list_sec .list ul li:nth-child(odd) {
        background-color: transparent;
        padding-left: 0;
    }

    #pageReason .reason_list_sec .list ul li:nth-child(even) {
        padding-right: 0;
    }

    #pageReason .reason_list_sec .list ul li .img {
        position: relative;
        height: 55vw;
        width: 100%;
        top: 0;
        bottom: 0;
    }

    #pageReason .reason_list_sec .list ul li:nth-child(odd) .img {
        right: 0;
    }

    #pageReason .reason_list_sec .list ul li:nth-child(even) .img {
        left: 0;
    }

    #pageReason .reason_list_sec .list ul li .text_box {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        padding: 7vw 3.5vw 20px;
    }

    #pageReason .reason_list_sec .list ul li:nth-child(even) .text_box {
        margin-left: 0;
    }

    #pageReason .reason_list_sec .list ul li .text_box .num {
        top: -4vw;
        font-size: 8vw;
        text-shadow: 1px 1px 2px #fff;
    }

    #pageReason .reason_list_sec .list ul li .text_box .ttl {
        font-size: 4vw;
        margin-bottom: 15px;
    }

    #pageReason .reason_list_sec .list ul li .text_box .text {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    .page_outline.article_page .single_area {
        width: 100%;
    }

    .page_outline.article_page .single_area h1 {
        font-size: 4.5vw;
    }

    .page_outline.article_page .single_area h2 {
        font-size: 4vw;
    }

    .page_outline.article_page .single_area h3 {
        font-size: 4vw;
    }

    .page_outline.article_page .single_area p {
        font-size: 3.5vw;
    }

    .page_outline.article_page .article_side {
        width: 100%;
        margin-top: 10vw;
    }

    .article_side_box .top_blog_img {
        width: 30vw;
        height: 20vw;
    }

    .article_side_box .top_blog_text {
        width: 60vw;
    }

    /* 審査ページ */
    .examination-ttlBox .img {
        width: 65vw;
    }

    .examination-ttlBox {
        padding: 20px;
        margin-bottom: 15vw;
    }

    .examination-ttlBox .ttl {
        font-size: 4.5vw;
        text-align: center;
        margin-top: 0;
    }

    .examination-ttlBox .txt {
        font-size: 3.5vw;
        text-align: left;
    }

    .sec_text_area.examination .textArea h3 {
        font-size: 4vw;
        margin: 0 0 10px;
    }

    .sec_text_area.examination .textArea p {
        font-size: 3.5vw !important;
    }

    section.examination-paper .paper-container {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        background: #ebf9ff;
    }

    section.examination-paper .paper-container ul li .txt {
        font-size: 4.3vw;
        font-weight: bold;
    }

    /* お部屋探しの流れ */
    .pg-flow-container ul li .step {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 11px;
    }

    .pg-flow-container ul li .ttl {
        display: inline-block;
        display: block;
        font-size: 16px;
        margin-left: 20px;
        line-height: 1.3;
        margin: 0;
        margin-left: 0px;
    }

    .pg-flow-container ul li .txt {
        font-size: 14px;
    }

    .sub-title-box {
        display: block;
    }

    .page-flow-bt .txt {
        font-size: 14px;
    }

    .flow-top-text .txt {
        font-size: 14px;
        font-weight: bold;
    }

    /* 必要な書類ページ */

    .page_need_contens .txt {
        margin: 0 0 6vw;
    }

    .page_need_contens .block {
        padding: 4vw;
    }

    .page_need_contens_list {
        padding: 4vw;
    }

    .page_need_contens_list li {
        margin: 0 15px 5px 0;
    }

    .common_other_contents {
        padding: 10vw 0;
    }

    .common_other_contents .ttl {
        margin: 0 0 6vw;
    }

    .common_other_contents_list li {
        width: 100%;
        margin-right: 0;
    }

    .common_other_contents_list li:nth-child(n + 2) {
        margin-top: 8vw;
    }

    .common_other_contents_list li .image {
        overflow: hidden;
        position: relative;
        height: 45vw;
    }

    .common_other_contents_list li .image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .common_other_contents_list li .textBox {
        margin-top: 4vw;
    }

    .common_other_contents_list li .title {
        font-size: 4.5vw;
        letter-spacing: 0.05em;
        margin: 0 0 2vw;
    }

    .common_other_contents_list li .text {
        font-size: 3.5vw;
        letter-spacing: 0.08em;
    }

    .common_other_contents_list li .cmn_btn {
        width: 100%;
        line-height: 13vw;
        margin-top: 3vw;
        font-size: 4vw;
        background: #29abe2;
        color: #fff;
        border-radius: 10vw;
    }

    /* トップ追加セクション */

    .common_button {
        margin-top: 3vw;
    }

    .common_button a {
        display: block;
        padding: 0;
        line-height: 13vw;
        font-size: 4vw;
        background: #29abe2;
        color: #fff;
        border-radius: 10vw;
    }

    /* 生活保護のメリット */

    .page_merit_contents {
        padding: 0 0 15vw;
    }

    .page_merit_contents .block+.block {
        margin-top: 6vw;
    }

    .page_merit_contents .block {
        padding: 5vw;
    }

    .page_merit_contents .block .title {
        font-size: 4.2vw;
        padding: 0 0 1vw;
        margin: 0 0 2.5vw;
    }

    .page_merit_contents .block .text {
        font-size: 3.4vw;
        line-height: 1.7;
    }

    /* 初期費用でお困りの方 追加CSS */

    .shokihiyou_about {
        padding: 12vw 0;
    }

    .shokihiyou_about .block {
        padding: 5vw;
    }

    .shokihiyou_about .block+.block {
        margin-top: 5vw;
    }

    .shokihiyou_about .block .title {
        font-size: 4vw;
        margin: 0 0 2.2vw;
    }

    .shokihiyou_about .block .text {
        font-size: 3.4vw;
        text-align: justify;
    }

    .shokihiyou_about_table {
        margin-top: 4vw;
    }

    .shokihiyou_about_table table th,
    .shokihiyou_about_table table td {
        padding: 2vw 3vw;
        font-size: 3.4vw;
    }

    .shokihiyou_flow_flex {
        padding: 3vw 4vw;
        margin: 0 0 2vw;
    }

    .shokihiyou_flow_flex .shokihiyou_flow_title {
        font-size: 4vw;
        width: 100%;
        margin: 0 0 1.5vw;
    }

    .shokihiyou_flow_flex .shokihiyou_flow_text {
        width: 100%;
        font-size: 3.4vw;
        line-height: 1.6;
    }

    .shokihiyou_flow .text {
        font-size: 3.4vw;
        letter-spacing: 0.04em;
        line-height: 1.8;
        margin: 5vw 0 0;
    }

    .shokihiyou_flow {
        padding: 0 0 10vw;
    }

    /* 初期費用でお困りの方 追加CSS 終了 */

    /* 生活保護トラブルについて */
    .page_trouble .for_medical.flow .sec_text_area {
        grid-template-columns: 1fr;
        gap: 5vw 0;
    }

    .page_trouble .for_medical.flow .sec_text_area .inBox {
        gap: 4vw 0;
        padding: 4vw;
    }

    .page_trouble .for_medical.flow .sec_text_area .inBox .image {
        width: 28vw;
    }

    .page_trouble .for_medical.flow .sec_text_area .inBox h3 {
        font-size: 4.3vw;
    }

    .page_trouble .for_medical.flow .sec_text_area .inBox h3 .num {
        font-size: 7vw;
    }

    .page_trouble .for_medical.flow .sec_text_area .inBox::before {
        top: unset;
        bottom: 0;
        right: 50%;
        translate: 50% 63%;
        rotate: 90deg;
        width: 5vw;
        height: 20vw;
    }

    /* PC生活保護トラブルページ 共通セクション */
    .common_page_sec {
        padding-bottom: 17vw;
    }

    .common_page_sec .cont_box {
        display: block;
    }

    .common_page_sec .cont_box .img {
        width: 100%;
        margin: 0 auto;
    }

    .common_page_sec .cont_box .text_box {
        width: 95%;
        margin-inline: auto;
        margin-top: 3vw;
    }

    .common_page_sec .cont_box .text_box .point {
        font-size: 4.5vw;
        gap: 0 2vw;
        margin-top: 1vw;
    }

    .common_page_sec .cont_box .text_box .point::before {
        width: 3vw;
        height: 3vw;
    }

    .common_page_sec .cont_box .text_box .text {
        font-size: 3.6vw;
        margin-top: 5vw;
    }

    .common_page_sec .flex_box {
        grid-template-columns: 1fr;
        gap: 7vw 0;
    }

    .common_page_sec .flex_box .cont {
        padding: 5vw 8vw;
    }

    .common_page_sec .index {
        font-size: 4.5vw;
        border-bottom: 2px solid #f7931d;
    }

    .common_page_sec .cont .index {
        gap: 0 3vw;
    }

    .common_page_sec .cont .index::before {
        width: 2vw;
    }

    .common_page_sec .flex_box .cont .text_box {
        padding: 5vw 0 0;
    }

    .common_page_sec .flex_box .cont .text_box .text {
        font-size: 3.6vw;
    }

    .common_page_sec .cont_list ul {
        grid-template-columns: 1fr;
        gap: 3vw 0;
    }

    .common_page_sec .cont_list ul li {
        padding: 2em;
    }

    .common_page_sec .cont_list ul li .text_box {
        gap: 3vw 0;
        padding-top: 4vw;
    }

    .common_page_sec .cont_list ul li .text_box .img img {
        width: 18vw;
    }

    .common_page_sec .cont_list ul li .text_box .text {
        font-size: 3.6vw;
    }

    .common_page_sec .cont_list ul li .text_box .text .small {
        font-size: 3vw;
    }

    .page_need .reason_sec {
        margin-bottom: 15vw;
    }

    .page_need .reason_sec .cont .item+.item {
        margin-top: 10vw;
    }

    .page_need .reason_sec .cont .item {
        display: block;
    }

    .page_need .reason_sec .cont .item .img {
        width: 100%;
        margin-bottom: 1.5vw;
    }

    .page_need .reason_sec .cont .item .text_box .title {
        font-size: 4.2vw;
        margin: 0 0 3vw;
    }

    .page_need .reason_sec .cont .item .text_box .text {
        font-size: 3.5vw;
        line-height: 1.7;
    }

    .page_need .point_sec {
        margin-bottom: 15vw;
    }

    .page_need .point_sec .cont ul {
        grid-template-columns: 1fr;
        gap: 7vw 0;
    }

    .page_need .point_sec .cont li .img {
        margin-bottom: 2vw;
    }

    .page_need .point_sec .cont li .text_box .title {
        font-size: 4.2vw;
        margin: 0 0 2vw;
    }

    .page_need .point_sec .cont li .text_box .text {
        font-size: 3.5vw;
    }

    .page_need .fire_sec {
        margin-bottom: 15vw;
    }

    .page_need .fire_sec .fire_cont {
        flex-direction: column-reverse;
        gap: 3vw;
    }

    .page_need .fire_sec.price .fire_cont {
        flex-direction: column-reverse;
    }

    .page_need .fire_sec .fire_cont .box+.box {
        margin-top: 3vw;
    }

    .page_need .fire_sec .fire_cont .box {
        padding: 5vw;
    }

    .page_need .fire_sec .fire_cont .box .text_box .theme {
        font-size: 4vw;
    }

    .page_need .fire_sec .fire_cont .box .text_box .theme::after {
        width: 20%;
    }

    .page_need .fire_sec .fire_cont .box .text_box .text {
        font-size: 3.4vw;
    }

    .page_need .fire_sec .fire_cont .box .text_box .text+.text {
        margin-top: 0.6em;
    }

    .page_need .fire_sec .fire_cont .img_box {
        width: 100%;
        height: 50vw;
    }

    #page_reason_rejection .common_main_title .text {
        font-size: 6vw;
    }

    #page_reason_rejection .textArea h3 {
        font-size: 4.5vw;
        padding-left: 30vw;
    }

    #page_reason_rejection .textArea h3::before {
        width: 80vw;
    }

    #page_reason_rejection .sec_text_area .inBox:first-child {
        margin-bottom: 15vw;
    }

    #page_reason_rejection .sec_advice .inner ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .page_screening #page_reason_rejection .sec_advice .inner ul li+li {
        margin-top: 2.5vw;
    }

    #page_reason_rejection .sec_advice .inner ul li h3 {
        font-size: 4.5vw;
    }

    #page_reason_rejection .sec_advice .inner ul li .img img {
        width: 50vw;
    }

    #page_reason_rejection .sec_advice .inner ul li .txt {
        font-size: 3.5vw;
    }

    #page_reason_rejection .sec_advice .inner.screening ul li h3 {
        font-size: 4.3vw;
    }

    #page_reason_rejection .sec_advice .inner.screening ul li h3 .accent {
        font-size: 1.3rem;
    }

    .pet_price_sec {
        padding: 0 0 15vw;
    }

    .pet_price_sec .cont .table_box {
        margin-bottom: 4vw;
    }

    .pet_price_sec .cont .table_box table th,
    .pet_price_sec .cont .table_box table td {
        font-size: 3.4vw;
    }

    .pet_price_sec .cont .note_box .text {
        font-size: 3.4vw;
    }

    .common_other_contents_list li .image {
        height: 50vw;
    }

    /* 生活保護受給者の引越し費用の上限と支給条件を徹底解説【大阪市対応】 */
    .page_payment .page_need_contens .ttl_box .ttl {
        font-size: 4.5vw;
    }

    .page_payment .page_need_contens {
        padding-bottom: 15vw;
    }

    .page_payment .common_page_sec .ttl_box {
        margin-bottom: 5vw;
    }

    .page_payment .common_page_sec .ttl_box .ttl {
        font-size: 4.5vw;
    }

    .page_payment .common_page_sec .cont_box .theme {
        margin: 0 0 3.5vw;
        font-size: 4vw;
    }

    .page_payment .common_page_sec .cont_box .text {
        margin-top: 2.5vw;
    }

    .page_payment .common_page_sec .cont_box+.cont_box {
        margin-top: 10vw;
    }

    .page_payment .page_need_contens .ttl_box {
        margin-bottom: 5vw;
    }

    .page_payment .common_page_title_box {
        margin: 0 0 5vw;
    }

    .page_payment .page_moving .flow_sec {
        margin-bottom: 15vw;
    }

    .page_payment .common_page_sec .cont_box .img {
        width: 100%;
    }

    .page_payment .common_page_sec .cont_box .text_box .point {
        font-size: 3.6vw;
    }

    .page_payment .common_page_sec .cont_box {
        gap: 0 5vw;
    }

    .page_payment .common_page_sec {
        padding-bottom: 15vw;
    }

    .page_payment .common_page_sec .cont_box .img img {
        aspect-ratio: 2/1;
    }

    /* 大阪で生活保護・高齢者の方に優しい賃貸物件をお探しなら */
    .page_oldpeople .page_need .fire_sec {
        margin-bottom: 0;
    }

    .page_oldpeople .page_need,
    .page_oldpeople .fin_contents,
    .page_oldpeople .page_merit_contents {
        padding-bottom: 17vw;
    }

    .page_oldpeople #faq_page {
        padding: 0 0 17vw;
    }

    .page_oldpeople section.for_medical .sec_text_area,
    .page_oldpeople section.page-flow-list {
        margin-bottom: 17vw;
    }

    .page_oldpeople .page_need_contens .block {
        margin-bottom: 6vw;
    }

    .page_oldpeople .page_need_contens .text-box .txt:not(:last-child) {
        margin-bottom: 2vw;
    }

    .page_oldpeople .common_page_sec .cont_box .img {
        width: 26%;
    }

    .page_oldpeople section.for_medical .sec_text_area .image {
        width: 100%;
    }

    .page_oldpeople .sec_text_area.examination .inBox {
        margin-bottom: 12vw;
    }

    .page_oldpeople .question {
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: 0.03em;
    }

    .page_oldpeople .fin_contents .examination-ttlBox .ttl {
        margin-bottom: 2vw;
    }

    .page_oldpeople .fin_contents .examination-ttlBox {
        padding: 8vw 6vw;
    }

    .page_oldpeople .fin_contents .examination-ttlBox::before {
        top: 1vw;
        bottom: 1vw;
        left: 1vw;
        right: 1vw;
    }

    .page_oldpeople .fin_contents .examination-ttlBox::after {
        top: 2.25vw;
        bottom: 2.25vw;
        left: 2.25vw;
        right: 2.25vw;
    }

    .page_oldpeople #pageReason {
        padding: 0;
    }

    .page_oldpeople .reason_list_sec .common_page_title_box .title {
        padding-top: 17vw;
    }

    .page_oldpeople .reason_list_sec .common_page_title_box .title::before {
        width: 100%;
        height: 14vw;
    }

    .page_oldpeople .customer_voice {
        grid-template-columns: 1fr;
        gap: 8vw;
    }

    .page_oldpeople .customer_voice .block {
        padding: 5vw;
    }

    .page_oldpeople .customer_voice .block+.block {
        margin: 0;
    }

    .page_oldpeople .customer_voice .block .title {
        font-size: 4.2vw;
        text-align: left;
    }

    .page_oldpeople .customer_voice .block .text {
        font-size: 3.4vw;
    }

    .page_oldpeople .fin_contents .examination-ttlBox .btn_box {
        grid-template-columns: 1fr;
        gap: 2vw;
        max-width: 70vw;
    }

    .page_oldpeople .fin_contents .examination-ttlBox .btn_box_link {
        grid-template-columns: 6.5vw 68% 6.5vw;
        padding: 0 2vw;
    }

    .page_oldpeople .fin_contents .examination-ttlBox .btn_box_link .text {
        padding: 2.5vw 0;
    }

    /* 一人暮らしを始めたい方へ */
    .for_medical .cont {
        gap: 3vw;
    }

    .for_medical .cont .list_box ul {
        padding: 4vw;
        margin-bottom: 5vw;
    }

    .for_medical .cont .list_box ul li {
        font-size: 3.5vw;
    }

    .common_page_title_box .text_box .text {
        font-size: 3.6vw;
    }

    .page_start_living .common_page_sec .cont_list ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw;
    }

    .page_start_living .page_need_contens .bottom_text {
        font-size: 3.8vw;
    }

    .page_start_living .page_need_contens {
        padding-bottom: 18vw;
    }

    .page_start_living .customer_voice {
        display: flex;
        overflow-x: scroll;
        padding-bottom: 1vw;
        justify-content: flex-start;
        gap: 4vw;
    }

    .page_start_living .customer_voice .block {
        width: 60vw;
        flex-shrink: 0;
    }

    .page_start_living .customer_voice .image {
        width: 20vw;
        margin: 0 auto 3vw;
    }

    .page_start_living .customer_voice .block {
        padding: 4vw;
    }

    .page_start_living .customer_voice .block .title {
        font-size: 3.6vw;
    }

    .page_start_living .customer_voice .block .text {
        font-size: 3.4vw;
    }

    /* 老後の暮らし、こんなお悩みはありませんか？ */
    .page_reliability.page_oldpeople .page_merit_contents {
        padding: 17vw 0;
    }

    .page_reliability.page_oldpeople .common_page_sec {
        padding-bottom: 4vw;
    }

    .page_reliability.page_oldpeople .page_need {
        padding-bottom: 17vw;
    }

    .page_reliability.page_oldpeople .shokihiyou_about {
        padding: 0 0 17vw;
    }

    .page_reliability.page_oldpeople .customer_voice .block {
        padding: 5vw;
    }

    .page_reliability.page_oldpeople .common_page_sec .cont_box .img {
        width: 36%;
    }

    /* 生活保護 */

    .page_seikatsuhogo .reason_sec .cont .item+.item {
        margin-top: 10vw;
    }

    .page_seikatsuhogo .reason_sec .cont .item {
        display: block;
    }

    .page_seikatsuhogo .reason_sec .cont .item .img {
        width: 100%;
        margin-bottom: 1.5vw;
    }

    .page_seikatsuhogo .reason_sec .cont .item .text_box .title {
        font-size: 4.2vw;
        margin: 0 0 3vw;
    }

    .page_seikatsuhogo .reason_sec .cont .item .text_box .text {
        font-size: 3.5vw;
        line-height: 1.7;
    }


    .page_seikatsuhogo .customer_voice {
        grid-template-columns: 1fr;
        gap: 8vw;
    }

    .page_seikatsuhogo .customer_voice .block {
        padding: 5vw;
    }

    .page_seikatsuhogo .customer_voice .block+.block {
        margin: 0;
    }

    .page_seikatsuhogo .customer_voice .block .title {
        font-size: 4.2vw;
        text-align: left;
    }

    .page_seikatsuhogo .customer_voice .block .text {
        font-size: 3.4vw;
    }

    .page_seikatsuhogo .fin_contents .examination-ttlBox .btn_box {
        grid-template-columns: 1fr;
        gap: 2vw;
        max-width: 70vw;
    }

    .page_seikatsuhogo .fin_contents .examination-ttlBox .btn_box_link {
        grid-template-columns: 6.5vw 68% 6.5vw;
        padding: 0 2vw;
    }

    .page_seikatsuhogo .fin_contents .examination-ttlBox .btn_box_link .text {
        padding: 2.5vw 0;
    }

    .page_seikatsuhogo .fin_contents .examination-ttlBox .ttl {
        margin-bottom: 2vw;
    }

    .page_seikatsuhogo .fin_contents .examination-ttlBox {
        padding: 8vw 6vw;
        margin-bottom: 0;
    }

    .page_seikatsuhogo .fin_contents .examination-ttlBox::before {
        top: 1vw;
        bottom: 1vw;
        left: 1vw;
        right: 1vw;
    }

    .page_seikatsuhogo .fin_contents .examination-ttlBox::after {
        top: 2.25vw;
        bottom: 2.25vw;
        left: 2.25vw;
        right: 2.25vw;
    }

    .page_seikatsuhogo .page_need_contens {
        margin-bottom: 15vw;
    }

    .page_seikatsuhogo .reason_sec {
        margin-bottom: 15vw;
    }

    .page_seikatsuhogo .page-flow-list {
        margin: 0 0 15vw;
    }

    .page_seikatsuhogo .page_need_contens .page_need_contens_list.flex {
        padding: 3.5vw;
    }

    .page_seikatsuhogo .page_need_contens .page_need_contens_list.flex li {
        margin: 0 0 1vw 0;
    }

    .page_seikatsuhogo section#faq_page dt::before {
        top: 4vw;
    }

    #faq_page.share .common_main_title h2 {
        font-size: 6.4vw;
    }

    /* 夫婦ページ */
    .page_spouses .reason_sec {
        margin-top: 12vw;
    }

    .page_spouses .provision_sec {
        margin-bottom: 12vw;
    }

    .page_spouses .for_medical {
        margin-bottom: 12vw;
    }

    .page_spouses #pageReason {
        padding: 0 0 15vw;
    }

    .page_spouses .common_page_sec .flex_box .cont {
        padding: 4vw;
    }

    .page_spouses .page-flow-list {
        margin: 12vw 0;
    }

    .page_spouses .page_need_contens {
        margin-top: 12vw;
    }

    .page_spouses #faq_page {
        margin-top: 12vw;
    }

    .page_spouses #faq_page.share .common_main_title h2 {
        font-size: 4.5vw;
    }

    .page_spouses.page_need .fire_sec .fire_cont .img_box img {
        object-position: center;
    }

    .page_screening section.for_medical .sec_text_area .image {
        height: 45vw;
        width: 100%;
    }

    .page_screening #page_reason_rejection .sec_advice .inner ul li .img img {
        height: 32vw;
    }

    .common_menu_cont .common_menu_logo {
        width: 30vw;
        margin: 0 auto;
    }

    .page_sitemap .common_menu_cont {
        padding: 10vw 0;
    }

    .page_sitemap .common_menu_cont .pc {
        display: block !important;
    }

    .common_menu_cont .common_menu_block {
        padding-bottom: 4vw;
    }

    .common_menu_cont .common_menu_block+.common_menu_block {
        padding-top: 4vw;
    }

    .common_menu_cont .common_menu_block .block_head {
        font-size: 4vw;
    }

    .common_menu_cont .common_menu_block .block_menu {
        gap: 4vw 6vw;
    }

    .common_menu_cont .common_menu_block .block_menu .block_menu_link {
        font-size: 3.6vw;
    }

    .common_menu_cont .common_menu_block .block_menu .block_menu_link::before {
        left: -3vw;
    }

    .common_menu_cont .common_menu_sub_block {
        flex-direction: column;
        gap: 4vw;
        padding: 4vw 0 0;
    }

    .common_menu_cont .common_menu_sub_block .sub_block_inner .sub_block_menu_link {
        font-size: 3.4vw;
    }
}