@charset "UTF-8";

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

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

a {
    text-decoration: none;
}

a:link {
    color: #004CCA;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#menu {
    display: none;
}

.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;
}

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

/* 共通
   ========================================================================== */
@font-face {
    font-family: 'antro';
    src: url('/penguin/resources/css/sumika/home/fonts/antro.eot') format('oldIE'),
        url('/penguin/resources/css/sumika/home/fonts/antro.woff') format('woff'),
        url('/penguin/resources/css/sumika/home/fonts/antro.ttf') format('truetype');
}

.font_01 {
    font-family: 'antro', sans-serif;
}

@font-face {
    font-family: 'carrois';
    src: url('/penguin/resources/css/sumika/home/fonts/chancery.eot') format('oldIE'),
        url('/penguin/resources/css/sumika/home/fonts/chancery.woff') format('woff'),
        url('/penguin/resources/css/sumika/home/fonts/chancery.ttf') format('truetype');
}

.font_02 {
    font-family: 'carrois', sans-serif;
}

a.common_button {
    display: block;
    width: 380px;
    text-align: center;
    line-height: 60px;
    margin: 35px auto 0;
    border: 1px solid #c4c5c5;
    background: url(/penguin/resources/image/sumika/home/arrow_black.png)no-repeat, #fff;
    background-size: 5px;
    background-position: center right 20px;
    border-radius: 5px;
    color: #231815;
    font-weight: bold;
    transition: .3s;
}

a.common_button:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    transform: translate(0, -3px);
}

.common_title {
    margin-bottom: 35px;
}

.common_title h2.common_h2 {
    font-size: 20px;
    letter-spacing: 0.2em;
    padding-left: 20px;
    margin-bottom: 20px;
    border-left: 2px solid #0068a6;
    line-height: 1.2;
}

.common_title p.sub {
    line-height: 1.4;
    letter-spacing: 0.1em;
}

/* ==========================================================================
   トップ
   ========================================================================== */

/* ヘッダー
   ========================================================================== */
.header_nav {
    position: fixed;
    width: 100%;
    top: 50px;
    z-index: 200000;
}

.header_nav>.flex-sb {
    align-items: center;
}

.header_nav_left {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 40px;
    padding: 20px 30px;
    width: 775px;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}

.header_nav_left a.logo {
    width: 190px;
    line-height: 0;
}

.header_nav_left ul.link {
    /* width: 380px; */
    flex-grow: 1;
    gap: 20px;
}

.header_nav_left ul.link li a {
    color: #000;
    font-weight: bold;
    transition: .3s;
    position: relative;
    font-size: 16px;
}

.header_nav_left ul.link li a:hover {
    color: #005ea6;
}

.header_nav_left ul.link li a::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: rgba(0, 94, 166, 0.2);
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: .3s;
}

.header_nav_left ul.link li a:hover::before {
    opacity: 1;
}

.header_nav_left button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: initial;
    border: none;
    width: 25px;
    height: 21px;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.header_nav_left button span.line {
    width: 100%;
    height: 3px;
    background: #005ea0;
    display: block;
    position: absolute;
    transition: 0.2s;
    border-radius: 100px;
}

.header_nav_left button span.line:nth-child(1) {
    top: 0;
}

.header_nav_left button.close:hover span.line:nth-child(1) {
    top: 2px;
}

.header_nav_left button span.line:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}

.header_nav_left button span.line:nth-child(3) {
    bottom: 0;
}

.header_nav_left button.close:hover span.line:nth-child(3) {
    bottom: 2px;
}

.header_nav_right {
    /* width: 320px; */
    /* position: relative; */
    /* z-index: 200000; */
}

.header_nav_right ul {
    gap: 8px;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.header_nav_right li {
    flex: 1;
}

.header_nav_right li a {
    display: block;
    background: #fff;
    color: #000;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    width: 70px;
    height: 70px;
    background-size: 25px !important;
    background-position: center top 15px !important;
    background-repeat: no-repeat !important;
    padding-top: 40px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    transition: .3s;
}

.header_nav_right li a:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.header_nav_right li.line a {
    background-image: url(/penguin/resources/image/sumika/home/icon_line.png);
}

.header_nav_right li.yoyaku a {
    background-image: url(/penguin/resources/image/sumika/home/icon_house.png);
}

.header_nav_right li.online_yoyaku a {
    background-image: url(/penguin/resources/image/sumika/home/icon_headset.png);
}

.header_nav_right li.insta a {
    background-image: url(/penguin/resources/image/sumika/home/logo_instagram.svg);
}

.header_nav_right li.contact a {
    background: #a92b73;
    background-image: url(/penguin/resources/image/sumika/home/icon_mail.png);
    color: #fff;
}

.header_link {
    font-size: 12px;
    position: relative;
    z-index: 10;
    top: 15px;
}

.header_link a {
    color: #fff;
    transition: .3s;
    text-shadow: 0 0 5px #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.header_link a:hover {
    opacity: .7;
}

.header_link ul {
    width: 340px;
    margin-left: auto;
}

.header_link li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #fff;
    vertical-align: middle;
    margin-left: 10px;
}

.header_nav_menu {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    width: 100vw;
    height: 100vh;
    background: #005ea6;
    visibility: hidden;
    -webkit-transition: opacity .5s .1s;
    transition: opacity .5s .1s;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
}

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

/* メインビジュアル
   ========================================================================== */
#main_visual {
    margin-top: -25px;
    position: relative;
}

.main_img {
    height: 720px;
    overflow: hidden;
}

.main_img .bx-viewport {
    height: 720px !important;
}

section#main_visual .bx-controls-direction {
    display: none;
}

.main_img ul li {
    height: 720px;
}

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

.main_img .bx-wrapper {
    box-shadow: none;
    border: none;
    background: initial;
    margin-bottom: 0;
}

.main_text {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 194px;
    right: 0;
    left: 0;
    width: 1340px;
    margin: auto;
    text-align: center;
}

.main_text .inner {
    width: 475px;
    height: 720px;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 150px 50px 0 50px;
}

.main_text h1 {
    font-size: 16px;
    margin-bottom: 1rem;
    letter-spacing: 0.2em;
}

.main_text .logo {
    width: 350px;
    margin: 1rem auto;
}

.main_text p.eng {
    font-size: 43px;
    color: #a92b73;
    text-align: right;
    text-shadow: 0 0 1px #a92b73;
}

#main_visual .news_box {
    background: #005ea6;
    padding: 50px 0;
}

#main_visual .news_box .wrap {
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main_visual .news_box a.news_link {
    padding: 15px 35px;
    display: block;
    background: url(/penguin/resources/image/sumika/home/arrow_black.png)no-repeat, #fff;
    background-position: center right 30px;
    border-radius: 5px;
    background-size: 5px;
    color: #231815;
    align-items: center;
    transition: .3s;
    width: 500px;
}

#main_visual .news_box a.news_link:hover {
    background-position: center right 20px;
}

#main_visual .news_box span.cate {
    background: #005ea6;
    color: #fff;
    font-weight: bold;
    width: 110px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
}

#main_visual .news_box a.news_link .title {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    transition: .3s;
    margin-top: 10px;
}

#main_visual .news_box a.news_link:hover .title {
    color: #035da6;
}

#main_visual .news_box span.date {
    color: #838383;
    font-size: 12px;
    text-align: center;
    width: 80px;
    margin: 0 20px;
    display: inline-block;
}

#main_visual .news_box a.news_ichiran {
    text-align: right;
    display: block;
    color: #fff;
    font-weight: bold;
    padding-right: 30px;
    background: url(/penguin/resources/image/sumika/home/arrow_white.png)no-repeat;
    background-position: center right 10px;
    background-size: 5px;
    line-height: 1;
    transition: .3s;
    width: 150px;
}

#main_visual .news_box a.news_ichiran:hover {
    background-position: center right 0px;
}

.main_img .bx-wrapper .bx-pager {
    padding-top: 0;
    width: 1200px;
    margin: auto;
}

.main_img .bx-wrapper .bx-pager,
.main_img .bx-wrapper .bx-controls-auto {
    bottom: 80px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: right;
    z-index: 10;
}

.main_img .bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 5px 0 0 auto;
}

.main_img .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main_img .bx-wrapper .bx-pager.bx-default-pager a.active,
.main_img .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #005ea6;
}

.main_img .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}

.main_img .bx-wrapper .bx-pager-item {
    display: block;
}

/* secBanner
   ========================================================================== */
#secBanner {
    padding: 35px 0 0;
}

#secBanner .bx-wrapper {
    background: initial;
    border: none;
    box-shadow: none;
}

ul.secBanner_slider {
    left: calc((100vw - 825px) / 2);
}

ul.secBanner_slider li {
    overflow: hidden;
    padding: 5px;
    line-height: 0;
}

ul.secBanner_slider li img {
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

/* secCorona
   ========================================================================== */
#secCorona {
    margin: 65px 0 45px;
}

#secCorona .wrap {
    background: #f2f1ee;
    text-align: center;
    padding: 20px 0 25px;
}

#secCorona dl dt {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#secCorona dl dd {
    font-size: 14px;
}

/* secSearch
   ========================================================================== */
#secSearch {
    background: #f2f3f3;
    padding: 45px 0;
}

.secSearch_flex {
    align-items: center;
}

.secSearch_left {
    width: 465px;
}

ul.secSearch_button {
    margin-bottom: 30px;
}

ul.secSearch_button li {
    width: 225px;
    height: 180px;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    background-size: 50px !important;
    background-position: center top 30px !important;
    background-repeat: no-repeat !important;
    transition: .3s;
}

ul.secSearch_button li:hover {
    background: #045ea9;
}

ul.secSearch_button li.area {
    background-image: url(/penguin/resources/image/sumika/home/icon_area.png);
}

ul.secSearch_button li.area:hover {
    background-image: url(/penguin/resources/image/sumika/home/icon_area_white.png);
}

ul.secSearch_button li.station {
    background-image: url(/penguin/resources/image/sumika/home/icon_station.png);
}

ul.secSearch_button li.station:hover {
    background-image: url(/penguin/resources/image/sumika/home/icon_station_white.png);
}

ul.secSearch_button li a {
    padding-top: 90px;
    height: 100%;
    color: #231815;
    display: block;
    line-height: 1.5;
    transition: .3s;
}

ul.secSearch_button li:hover a {
    color: #fff;
}

ul.secSearch_button li a h3 {
    font-size: 20px;
}

ul.secSearch_button li a h3 span {
    font-size: 22px;
}

ul.secSearch_button li a p.eng {
    font-size: 12px;
    color: #005ea6;
    letter-spacing: 0;
    transition: .3s;
}

ul.secSearch_button li a:hover p.eng {
    color: #fff;
}

.secSearch_left #form {
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.secSearch_left #form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

.secSearch_left #form input.text {
    width: calc(100% - 60px);
    height: 100%;
    padding: 5px 20px;
    margin-left: 20px;
}

.secSearch_left #form input.text::placeholder {
    color: #d5d6d6;
    font-weight: bold;
}

.secSearch_left #form input.submit {
    width: 20px;
    height: 20px;
    background: url(/penguin/resources/image/sumika/home/icon_search.png)no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.secSearch_left .categolyBox li {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    margin-right: 10px;
}

.secSearch_left .categolyBox li a {
    color: #707070;
}

.secSearch_right {
    width: 685px;
}

.secSearch_right li {
    width: 48%;
    height: 60px;
    overflow: hidden;
    background: url(/penguin/resources/image/sumika/home/arrow_black.png)no-repeat, #fff;
    background-position: center right 15px !important;
    background-size: 5px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    transition: .3s;
}

.secSearch_right li:hover {
    background-position: center right 10px !important;
}

.secSearch_right li:nth-child(n + 3) {
    margin-top: 10px;
}

.secSearch_right li .img_box {
    width: 30%;
    line-height: 0;
}

.secSearch_right li .img_box img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.secSearch_right li .text_box {
    width: 70%;
    color: #231815;
    font-weight: bold;
    padding: 0 20px;
    line-height: 60px;
    transition: .3s;
}

/* secBlog
   ========================================================================== */
.secBlog {
    background: #f2f3f3;
    padding: 50px 0 0;
}

.secBlog .wrap {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    padding: 30px 45px;
    border-radius: 5px;
}

#secBukken {
    padding-bottom: 50px;
}

.secBlog h2 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    position: relative;
    margin-bottom: 35px;
}

.secBlog h2::before {
    content: "";
    display: inline-block;
    width: 410px;
    height: 4px;
    background: #005ea6;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: auto;
}

#secBukken .bx-wrapper {
    box-shadow: none;
    max-width: 100% !important;
    border: none;
}

#secBukken .bx-wrapper .bx-pager,
#secBukken .bx-wrapper .bx-controls-auto {
    bottom: -50px;
}

#secBukken .bx-wrapper .bx-pager.bx-default-pager a:hover,
#secBukken .bx-wrapper .bx-pager.bx-default-pager a.active,
#secBukken .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #005ea6;
}

#secBukken .bx-wrapper .bx-pager.bx-default-pager a {
    background: #e9e9e9;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

ul.secBlog_flex li {
    width: 250px;
}

ul.secPick_flex li {
    margin-left: 35px;
}

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

ul.secBlog_flex li .img_box {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    line-height: 0;
    transition: .3s;
    background: #f1f1f1;
}

ul.secBlog_flex li .img_box img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

ul.secBlog_flex li:hover .img_box {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

ul.secBlog_flex li .img_box span.cate {
    background: #005ea6;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 10px;
    letter-spacing: 0.2em;
    line-height: 1.8;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
}

ul.secBlog_flex li .text_box {
    padding-top: 10px;
}

ul.secBlog_flex li .text_box .date {
    color: #838383;
    letter-spacing: 0.2em;
    font-size: 12px;
    font-weight: bold;
}

ul.secBlog_flex li .text_box h3 {
    font-size: 16px;
    color: #231815;
    transition: .3s;
}

ul.secBlog_flex li:hover .text_box h3 {
    color: #035da6;
}

ul.secBlog_flex li .text_box p {
    font-size: 12px;
    color: #000;
    line-height: 1.6;
}

ul.secBlog_flex li .text_box p.price span {
    font-size: 14px;
    color: #e10319;
}

/* secStaff
   ========================================================================== */
#secStaff {
    padding: 45px 0;
}

ul.secStaff_list li {
    width: 280px;
    margin-left: 25px;
    transition: .3s;
}

ul.secStaff_list li:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

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

ul.secStaff_list li .img_box {
    line-height: 0;
    position: relative;
    height: 280px;
}

.secStaff_list li .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.secStaff_list li .img_box span.history {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2em;
    background: #005ea6;
    padding: 1px 20px;
    color: #fff;
    line-height: 1.8;
}

ul.secStaff_list li .text_box {
    margin-top: -20px;
}

ul.secStaff_list li .text_box p.eng {
    color: #005ea6;
    font-size: 30px;
    padding-left: 10px;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}

ul.secStaff_list li .text_box .name {
    font-size: 16px;
    font-weight: 600;
    color: #231815;
    margin-top: 10px;
}

/* secReview
   ========================================================================== */
#secReview .bx-wrapper {
    box-shadow: none;
    border: none;
    background: initial;
    max-width: 100% !important;
}

/* フッター
   ========================================================================== */
#main_footer {
    margin-top: 120px;
}

#main_footer .wrap {
    overflow: visible;
}

.footer_head {
    background: #f1f1f1;
    padding-bottom: 50px;
}

.footer_head_circle {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    position: relative;
    top: -65px;
}

.footer_head_circle::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/penguin/resources/image/sumika/home/mv_circle_text.png)no-repeat;
    background-position: center;
    background-size: contain;
    animation-name: moveCircle;
    animation-iteration-count: infinite;
    animation-duration: 15s;
    animation-timing-function: linear;
}

@keyframes moveCircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.footer_head_circle a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(/penguin/resources/image/sumika/home/logo_favicon.png)no-repeat;
    background-position: center;
    background-size: 68px;
}

.footer_head_circle img {
    width: 70px;
    height: 50px;
}

.footer_head_left {
    width: 525px;
    border-right: 1px solid #d6d7d7;
    padding-right: 50px;
    align-items: center;
}

.footer_head_right {
    width: 635px;
}

.footer_head_left .title_box p.eng {
    color: #005ea6;
    font-size: 38px;
    line-height: 1;
}

.footer_head_left .title_box .ttl {
    font-size: 24px;
    font-weight: 600;
}

.footer_head_left .tel_box {
    padding-left: 55px;
    background: url(/penguin/resources/image/sumika/home/icon_tel.png)no-repeat;
    background-position: center left;
    background-size: 30px;
    line-height: 1.2;
}

.footer_head_left .tel_box a {
    pointer-events: none;
    font-size: 32px;
    color: #3e3a39;
}

.footer_head_left .tel_box p.time {
    font-size: 10px;
}

.footer_head_right li {
    width: 48%;
    line-height: 45px;
    text-align: center;
    background: url(/penguin/resources/image/sumika/home/arrow_black.png)no-repeat, #fff;
    background-position: center right 20px;
    background-size: 5px;
    border: 1px solid #c4c5c5;
    border-radius: 5px;
    transition: .3s;
}

.footer_head_right li:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    transform: translate(0, -3px);
}

.footer_head_right li:nth-child(n + 3) {
    margin-top: 10px;
}

.footer_head_right li a {
    color: #000;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
}

dl.footer_bottom_seo {
    padding: 40px 0;
    margin-bottom: 45px;
    border-bottom: 1px solid #d6d7d7;
}

dl.footer_bottom_seo dt {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

dl.footer_bottom_seo dd {
    margin: 10px 0 0;
    letter-spacing: 0.1em;
}

.footer_bottom_nav {
    margin-bottom: 50px;
}

.footer_bottom_nav_left {
    width: 340px;
}

.footer_bottom_nav_right {
    width: 735px;
}

.footer_bottom_nav_right dl {
    margin: 0;
}

.footer_bottom_nav_right dl:not(:first-child) {
    margin-top: 15px;
}

.footer_bottom_nav_right dt {
    font-weight: bold;
}

.footer_bottom_nav_right dd {
    margin: 0;
}

.footer_bottom_nav_right dd li {
    margin-right: 5px;
}

.footer_bottom_nav_right dd a {
    color: #3e3a39;
    transition: .3s;
    font-size: 14px;
    line-height: 32px;
}

.footer_bottom_nav_right dd a:hover {
    opacity: .7;
}

.footer_bottom_nav_left .text {
    font-size: 12px;
}

ul.footer_bottom_nav_banner {
    margin-top: 25px;
}

ul.footer_bottom_nav_banner li {
    width: 49%;
}

ul.footer_bottom_nav_banner li.credit {
    width: 230px;
    margin: 20px auto 0;
}

.footer_copy {
    background: #005ea6;
    color: #fff;
    font-size: 12px;
}

.footer_copy .flex-sb {
    height: 55px;
    align-items: center;
}

.hg_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 160000;
    background-color: #035da6;
    overflow: scroll;
    padding: 150px 75px 100px;
    display: none;
}

.hg_menu_inner {
    padding: 75px 100px 110px;
    justify-content: space-around;
}

.hg_menu_cont {
    border-radius: 30px;
    overflow: hidden;
    background-color: #fff;
    /* padding: 100px; */
}

.hg_menu_box p.ttl {
    font-weight: bold;
    letter-spacing: 0.04em;
    font-size: 18px;
    border-left: 3px solid #035da6;
    line-height: 1.3;
    padding-left: 10px;
}

.hg_menu_box_list {
    margin-top: 16px;
    margin-left: 18px;
}

.hg_menu_box_list ul li a {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.02em;
    display: inline-block;
    position: relative;
    padding-left: 16px;
    font-weight: 700;
    transition: 0.2s;
}

.hg_menu_box_list ul+ul {
    margin-left: 70px;
}

.hg_menu_box_list ul li+li {
    margin-top: 4px;
}

.hg_menu_box_list ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #035da6;
    border-right: 2px solid #035da6;
    transform: rotate(45deg);
    transition: 0.1s;
}

.hg_menu_box_list ul li a:hover::before {
    left: 2px;
}

.hg_menu_box_list ul li a:hover {
    color: #035da6;
}

.hg_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #015ea6;
    border-radius: 50%;
    width: 0;
    height: 0;
    z-index: 150000;
    transform: translate(-50%, -50%);
}

.header_nav_left button.open span.line:nth-child(1) {
    transform: rotate(35deg);
    transform-origin: left;
    width: 31px;
}

.header_nav_left button.open span.line:nth-child(2) {
    opacity: 0;
}

.header_nav_left button.open span.line:nth-child(3) {
    transform: rotate(-35deg);
    transform-origin: left;
    width: 31px;
}

/* ローディング */

.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.loading .footer_head_circle {
    top: 0;
}

.common_page_h1_box {
    background-image: url(/penguin/resources/image/sumika/home/main_img02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20px;
    position: relative;
    padding: 160px 0 30px;
    margin-bottom: 30px;
}

.common_page_h1_box:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    content: "";
}

.common_page_h1_cont {
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px 50px;
}

.common_page_h1_cont h1 {
    font-size: 24px;
    letter-spacing: 2px;
}

.common_page_h1_cont h1 span {
    font-size: 12px;
    margin-left: 10px;
    font-weight: normal;
}

.common_page_h1_cont .en {
    font-size: 12px;
    color: #a92b73;
    text-align: left;
    text-shadow: 0 0 1px #a92b73;
    font-family: 'antro', sans-serif;
    text-align: center;
}

/**追加CSS PC END**/

/* TOP追加CSS */

#secBanner {
    overflow: hidden;
}

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

ul.secBanner_slider {
    left: 0 !important;
}

#secBanner .bx-wrapper {
    position: relative;
}

#secBanner .bx-wrapper .bx-prev,
#secBanner .bx-wrapper .bx-next {
    background: none;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #005ea6;
    width: 40px;
    height: 40px;
}

#secBanner .bx-wrapper .bx-prev {
    transform: rotate(180deg);
    left: -50px;
}

#secBanner .bx-wrapper .bx-next {
    right: -50px;
}

#secBanner .bx-wrapper .bx-prev::before,
#secBanner .bx-wrapper .bx-next::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: solid #005ea6;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 3px;
    bottom: 0;
    margin: auto;
}

#top_house_maker {
    background: #f2f3f3;
}

.house_maker_list li {
    width: 49%;
}

.house_maker_list li a {
    align-items: center;
    background-color: #fff;
    color: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.house_maker_list li a .image {
    width: 30%;
    overflow: hidden;
}

.house_maker_list li a .image img {
    display: block;
    transition: .5s;
}

.house_maker_list li a .textBox {
    width: 70%;
    padding: 15px 40px 15px 20px;
    background: url(/penguin/resources/image/sumika/home/arrow_black.png)no-repeat;
    background-position: center right 15px;
    background-size: 7px;
}

.house_maker_list li a .textBox .sub_title {
    color: #005ea6;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.house_maker_list li a .textBox .text {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: justify;
}

.house_maker_list li a:hover .image img {
    transform: scale(1.2);
    opacity: 0.7;
}


.terms_price_sec {
    padding: 100px 0 0;
    padding: 80px 0 70px;
    background-color: #f5f5f5;
}

.terms_price_sec h2 {
    text-align: center;
    color: #3e82bc;
}

.terms_price_sec .tab-area {
    display: flex;
    border: 2px solid #3e82bc;
    cursor: pointer;
    /* カーソルポインターに */
}

.terms_price_sec .tab {
    width: calc(100%/4);
    padding: 10px;
    text-align: center;
    background-color: #fff;
}

.terms_price_sec .tab:nth-child(n+2) {
    border-left: 2px solid #3e82bc;
}

.terms_price_sec .tab.active {
    background-color: #3e82bc;
    color: #fff;
}

.terms_price_sec .panel {
    display: none;
    text-align: center;
    padding: 30px;
    background-color: #fff;
}

.terms_price_sec .panel.active {
    display: block;
}

.terms_price_sec .price_table_wrap {
    padding: 40px 0;
    background-color: #f4f4f4;
}

.terms_price_sec .price_table_wrap table {
    width: 100%;
    border-collapse: collapse;
}

.terms_price_sec .price_table_wrap table a {
    text-decoration: underline;
}

.terms_price_sec .price_table_wrap table th,
.terms_price_sec .price_table_wrap table td {
    padding: 10px 20px;
    text-align: left;
    border: 1px solid #ccc;
}

.terms_price_sec .price_table_wrap table th {
    background-color: #525252;
    color: #fff;
    text-align: center;
}

.terms_price_sec .price_table_wrap table .th01,
.terms_price_sec .price_table_wrap table .td01 {
    width: 30%;
}

.terms_price_sec .price_table_wrap table .td02 {
    width: 25%;
}

.terms_price_sec .price_table_wrap table .td03 {
    width: 45%;
}

.terms_price_sec .price_table_wrap table .td03 .bar {
    display: block;
    background-color: #3e82bc;
    height: 10px;
}

.terms_price_sec .price_table_wrap .price_table_text {
    margin-top: 15px;
    color: #909090;
    text-align: right;
    font-size: 13px;
}

.terms_ranking_sec {
    /* padding: 100px 0 0; */
}

.terms_ranking_sec .terms_ranking_block {
    padding: 40px;
    background-color: #f4f4f4;
}

.terms_ranking_sec .terms_ranking_box {
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    align-items: center;
}

.terms_ranking_sec .terms_ranking_box:last-child {
    border-bottom: none;
}

.terms_ranking_sec .terms_ranking_box .title {
    width: 15%;
    padding: 0 15px;
    text-align: center;
    margin: 0;
}

.terms_ranking_sec .terms_ranking_box h4.title {
    border: 0px;
    font-size: 16px;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list {
    width: 85%;
    align-items: center;
    counter-reset: count 0;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list li {
    width: 25%;
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
    font-size: 14px;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list li a {
    text-decoration: underline;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list li::before {
    display: block;
    content: counter(count) "";
    counter-increment: count 1;
    width: 30px;
    line-height: 30px;
    height: 30px;
    background-color: #f3c237;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list li:nth-child(n + 4):before {
    background-color: #e4e4e4;
}

.terms_termlist_sec .terms_termlist_wrap {
    padding: 40px;
    background-color: #f4f4f4;
}

.terms_termlist_sec .terms_termlist {
    padding: 20px 20px 10px;
    background-color: #fff;
}

.terms_termlist_sec .terms_termlist li {
    margin: 0 20px 10px 0;
}

.terms_termlist_sec .terms_termlist li a {
    text-decoration: underline;
}

/* トップエリア紹介・会社情報セクション */

#top_area {
    padding: 80px 0;
}

#top_area .block {
    background: #ecf0f7;
    flex-direction: row-reverse;
    border-radius: 7px;
    display: flex;
    overflow: hidden;
}

#top_area .block .image {
    width: 33%;
    position: relative;
}

#top_area .block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_area .block .textBox {
    width: 67%;
    padding: 50px;
}

#top_area .block .textBox .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #005ea6;
    padding: 5px 20px 3px;
    display: inline-block;
    border-radius: 7px;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
}

#top_area .block .text_area {
    height: 190px;
    overflow-y: scroll;
}

#top_area .block .textBox .text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.06em;
    color: #474747;
}

#top_area .block .textBox .text.last {
    margin-top: 25px;
}

#top_area .block .textBox .sub_title {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin: 10px 0 2px;
}

#top_area .block .textBox .sub_title::before {
    display: inline-block;
    content: "◼️";
    color: #005ea6;
    margin-right: 5px;
}

.terms_slider_area .slick-arrow {
    width: 3.5vw;
    height: 3.5vw;
    background: #fff;
    border: 3px solid #005ea0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    margin: 0;
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.terms_slider_area .slick-arrow.slick_prev::before,
.terms_slider_area .slick-arrow.slick_next::before {
    content: "";
    width: 1vw;
    height: 1vw;
    display: inline-block;
    border-bottom: #005ea0 3px solid;
    border-left: #005ea0 3px solid;
}

.terms_slider_area .slick-arrow.slick_prev::before {
    transform: rotate(45deg);
    margin-left: 5px;
}

.terms_slider_area .slick-arrow.slick_next::before {
    transform: rotate(-135deg);
    margin-right: 5px;
}

.terms_slider_area .slick-arrow.slick_prev {
    left: -6.9vw;
}

.terms_slider_area .slick-arrow.slick_next {
    right: -6.9vw;
}


#top_company {
    background-color: #ecf0f7;
    position: relative;
    padding: 70px 0;
}

#top_company .image {
    right: 0;
    position: absolute;
    top: 0;
    width: 37%;
    height: 100%;
}

#top_company .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top_company_cont .logo {
    width: 260px;
}

.top_company_cont .ttl {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-top: 12px;
    margin-bottom: 15px;
}

.top_company_cont .sub-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #005ea6;
}

.top_company_cont .text {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

/* 住んでいる人の口コミ */
.common_review_sec {
    padding: 80px 0;
}

.common_review_sec .review_cont {
    margin-top: 50px;
}

.common_review_sec .review_cont .review_box {
    border: 2px solid #005ea6;
    border-radius: 10px;
    padding: 20px;
}

.common_review_sec .review_cont .review_box+.review_box {
    margin-top: 30px;
}

.common_review_sec .review_cont .review_box .ttl_box {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 20px;
}

.common_review_sec .review_cont .review_box .ttl_box .icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.common_review_sec .review_cont .review_box .ttl_box .ttl {
    font-size: 20px;
    font-weight: 600;
}

.common_review_sec .review_cont .review_box .star_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 20px;
}

.common_review_sec .review_cont .review_box .star_list .star_box {
    font-size: 18px;
    letter-spacing: 0.1em;
    background: #f4f4f4;
    border-radius: 7px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    gap: 0 10px;
}

.common_review_sec .review_cont .review_box .star_list .star_box .text {
    display: inline-block;
    width: 40%;
    font-size: 18px;
    flex-shrink: 0;
}

.common_review_sec .review_cont .review_box .star_list .star_box .inner_box {
    display: flex;
    gap: 0 10px;
}

.common_review_sec .review_cont .review_box .star_list .star_box .inner_box .stars {
    display: inline-block;
    color: #005ea0;
    flex-shrink: 0;
}

.common_review_sec .review_cont .review_box .star_list .star_box .inner_box .num {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}

.common_review_sec .review_cont .review_box .comment_box .ttl {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #005ea0;
    padding: 5px 20px 3px;
    display: inline-block;
    border-radius: 7px;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
}

.common_review_sec .review_cont .review_box .comment_box .text {
    font-size: 14px;
    letter-spacing: .06em;
}

.common_review_sec .review_cont .review_box .comment_box .item {
    background-color: #ecf0f7;
    padding: 20px;
    border-radius: 8px;
}


/* おすすめポイント */
.common_recommend_sec {
    padding: 80px 0;
}

.common_recommend_sec .cont {
    margin-top: 50px;
}

.common_recommend_sec .cont .item {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.common_recommend_sec .cont .item+.item {
    margin-top: 30px;
}

.common_recommend_sec .cont .item .img {
    width: 300px;
    flex-shrink: 0;
}

.common_recommend_sec .cont .item .img img {
    width: 100%;
    aspect-ratio: 3/2;
    min-width: 0;
    object-fit: cover;
}

.common_recommend_sec .cont .item .text_area .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #0068a6;
    padding: 5px 20px 3px;
    display: inline-block;
    border-radius: 7px;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
}

.common_recommend_sec .cont .item .text_area .text {
    font-size: 14px;
}

#top_search_box_new {
    background: rgba(255 255 255 / 80%);
    padding: 40px;
    width: 600px;
    position: absolute;
    right: calc( (100vw - 1200px) / 2 );
    top: 170px;
    z-index: 9999;
    border-radius: 10px;
}

#top_search_box_new .main_title {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

#top_search_box_new .main_title .en {
    font-size: 30px;
    margin-right: 1em;
    font-family: "DIN Condensed Bold", sans-serif;
    color: #005ea0;
}

#top_search_box_new .inner {
    margin-bottom: 20px;
}

#top_search_box_new .inner .ttl {
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    border-left: 4px solid #005ea0;
    line-height: 1.4;
}

#top_search_box_new .inner .check_box ul {
    gap: 10px;
}

#top_search_box_new .inner .check_box li {
    width: calc(25% - 9px);
}

#top_search_box_new .inner.madori .check_box li {
    width: calc(20% - 9px);
}

#top_search_box_new .inner .check_box li.none {
    display: none;
}

#top_search_box_new .inner .check_box li input[type=checkbox] {
    display: none;
}

#top_search_box_new .inner .check_box li label {
    background: #fff;
    display: block;
    border-radius: 10px;
    text-align: center;
    line-height: 35px;
    color: #13253C;
    border: 1px solid #13253C;
    transition: .3s;
    font-size: 14px;
    font-weight: bold;
}

#top_search_box_new .inner .check_box li input[type=checkbox]:checked+label {
    background: #13253C;
    color: #fff;
}

#top_search_box_new .inner .rent_inner_wrap {
    align-items: center;
}

#top_search_box_new .inner .rent_inner_wrap .space {
    margin: 0 10px;
}

#top_search_box_new .inner select {
    background: #fff;
    display: block;
    border-radius: 10px;
    text-align: center;
    height: 35px;
    color: #13253C;
    border: 1px solid #13253C;
    transition: .3s;
    width: 230px;
    font-size: 16px;
    font-weight: bold;
}

#top_search_box_new .submit {
    margin-top: 40px;
}

#top_search_box_new #btnQuickSearch {
    display: block;
    border-radius: 50px;
    text-align: center;
    height: 50px;
    background: #a92b73;
    transition: .3s;
    color: #fff;
    width: 100%;
    box-shadow: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
}

#secBukken .cont .panel_box p.count_text {
    font-size: 18px;
    letter-spacing: .03em;
    margin-bottom: .3em;
}

#secBukken .cont .panel_box p.count_text .count.Black {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 .2em;
    color: #FA9F22;
}


#secBukken .cont .panel_box .butken_box ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px 15px;
}

#secBukken .cont .panel_box .butken_box ul .link .img {
    width: 100%;
    height: 250px;
    margin-bottom: 1em;
}

#secBukken .cont .panel_box .butken_box ul .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#secBukken .cont .panel_box .butken_box ul .link .text_area .butken_ttl {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0.7em;
    letter-spacing: .03em;
}

#secBukken .cont .panel_box .butken_box ul .link .text_area .size_box .box {
    display: flex;
    align-items: anchor-center;
    gap: 10px;
}

#secBukken .cont .panel_box .butken_box ul .link .text_area .size_box .box .tag {
    flex-shrink: 0;
}

#secBukken .cont .panel_box .butken_box ul .link .text_area .size_box .box .theme {
    color: #000;
    flex-shrink: 0;
    width: 4.7em;
    display: flex;
    align-items: center;
    background-color: #005ea6;
    color: #fff;
    justify-content: center;
    font-size: 12px;
    border-radius: 0.3em;
    min-block-size: 2em;
}

#secBukken .cont .panel_box .butken_box ul .link .text_area .size_box .box .number.Black {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    color: #e10319;
    line-height: 1;
}

#secBukken .cont .panel_box .butken_box ul .link .text_area .size_box .box + .box {
    margin-top: 5px;
}

#secBukken .cont .panel_box .butken_box ul .link .text_area .size_box .box .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    letter-spacing: .03em;
}

#secBukken .cont .panel_box .top_butken_btn {
    display: block;
    width: 23.8em;
    text-align: center;
    line-height: 3em;
    margin: 2.2em auto 0;
    border: 1px solid #c4c5c5;
    background: url(/penguin/resources/image/sumika/home/arrow_black.png) no-repeat, #fff;
    background-size: .3em;
    background-position: center right 20px;
    border-radius: 5px;
    color: #231815;
    font-weight: 700;
    transition: .3s;
    font-size: 16px;
}

#secBukken .cont .panel_box .top_butken_btn:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    transform: translate(0, -3px);
}

/**追加CSS SP START**/
@media (max-width: 750px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*spmenu~*/
    .sp_hd {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
        background-color: #fff;
        height: 50px;
    }

    .sp_pr {
        position: relative;
    }

    .slicknav_menu .slicknav_menutxt {
        display: none !important;
    }

    .slicknav_menu .slicknav_icon {
        width: 100%;
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        width: 25px !important;
        height: 3px !important;
    }

    a.slicknav_btn {
        background: #fff;
        border-radius: 0px;
        margin: 12px 3px 3px 0px;
        padding: 0px 0 0 0px;
        height: 25px;
        width: 25px;
    }

    .sp_hd_insta a {
        display: block;
        width: 30px;
    }

    .sp_hd_insta {
        position: absolute;
        top: 50%;
        right: 65px;
        translate: 0 -50%;
    }

    /*SPMENU kurukuru*/
    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
        top: 5px;
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
        top: 0.4px;
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
        opacity: 0;
    }

    span.slicknav_icon-bar {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
    }

    .slicknav_menu .slicknav_icon {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        position: relative;
    }

    /*kokomade*/
    .slicknav_menu {
        background-color: #fff;
    }

    .slicknav_menu .slicknav_icon {
        height: 16px !important;
        display: block;
    }

    .slicknav_menu .slicknav_icon:after {
        display: block;
        font-size: 70%;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: 0 auto;
    }

    .slicknav_nav a {
        color: #333 !important;
        display: inline-block;
        font-weight: bold;
        line-height: 2;
        width: 100%;
        text-align: left;
        margin: 0;
        letter-spacing: normal;
        font-size: 80%;
        border: solid #ccc;
        border-width: 0 0px 1px 0;
        line-height: 30px;
        padding-left: 25px;
    }

    /*~spmenu*/
    .sp_hd_logo {
        position: absolute;
        width: 220px;
        top: 12.5px;
        left: 5px;
    }

    .sp_hd_tel {
        position: absolute;
        width: 20px;
        top: 12.5px;
        right: 5px;
    }

    .sp_hd_mail {
        position: absolute;
        width: 20px;
        top: 12.5px;
        right: 5px;
    }

    .wrap {
        max-width: 96%;
    }

    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 10011;
        top: 0px;
        right: 0px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        text-align: center;
        transition: .3s;
        background: #000;
    }

    body.home .hamburger {
        right: 10px;
        top: 10px;
    }

    body .transform .hamburger {
        top: 0px;
        right: 0px;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 16px;
    }

    .hamburger span:nth-child(2) {
        top: 24px;
    }

    .hamburger span:nth-child(3) {
        top: 32px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 25px;
        left: 0px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 25px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        color: #005ea6;
        background: #fff;
        text-align: center;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity .6s ease, visibility .6s ease;
        padding-top: 50px;
    }

    nav.globalMenuSp .inner {
        height: calc(100% - -56px);
        width: 100%;
        padding: 0 5vw;
        margin: auto;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    nav.globalMenuSp .switch_ttl {
        margin-bottom: 1em;
        background: #005ea6;
        padding: 0.5em;
        color: #fff;
        position: relative;
        font-size: 3vw;
    }

    nav.globalMenuSp .logo {
        width: 80%;
        margin: 0 auto 1.5rem;
    }

    nav.globalMenuSp .spNav01 {
        margin: 0 auto 1.5rem;
    }

    nav.globalMenuSp ul.list_link {
        margin-bottom: 1em;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul.list_link li {
        list-style-type: none;
        padding: 0;
        width: 48%;
        margin: auto;
        transition: .4s all;
        border-bottom: 1px solid #005ea6;
    }

    nav.globalMenuSp ul.list_link p.closeBtnHat {
        display: none;
    }

    nav.globalMenuSp ul.list_link li:first-child,
    nav.globalMenuSp ul.list_link li:nth-child(2) {
        border-top: 1px solid #005ea6;
    }

    nav.globalMenuSp ul.list_link li:hover {
        /* background :#ddd; */
    }

    nav.globalMenuSp ul.list_link li a {
        display: block;
        color: #005ea6;
        font-weight: bold;
        padding: 1em 10px;
        text-decoration: none;
        text-align: left;
        position: relative;
        font-size: 3vw;
    }

    nav.globalMenuSp ul.list_link li a::before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 5px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    nav.globalMenuSp a.button_link {
        display: block;
        width: 100%;
        line-height: 45px;
        text-align: center;
        margin-top: 30px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.08em;
        background: url(/wp-content/uploads/2021/10/icon_mail.png)no-repeat, #005ea6;
        background-position: center left 50px;
        background-size: 20px;
        padding-left: 20px;
        color: #fff;
        border-radius: 5px;
    }

    nav.globalMenuSp ul.sns_box {
        justify-content: center;
        margin-top: 1em;
    }

    nav.globalMenuSp ul.sns_box li a {
        display: block;
        line-height: 0;
        width: 30px;
        margin: 0 10px;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        z-index: 10010;
        opacity: 1;
    }

    header#main_header {
        display: none;
    }

    .main_text .inner {
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .main_text {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: auto;
        right: auto;
        left: auto;
        height: 79vw;
    }

    .main_text .logo {
        width: 45%;
        margin: 0 auto 0;
    }

    #main_visual {
        margin-top: 0;
    }

    .main_img {
        height: auto;
        transform: scale(1.4);
        transform-origin: top;
    }

    body {
        margin-top: 50px;
        overflow: hidden;
    }

    .main_text h1 {
        font-size: 14px;
        letter-spacing: 0.08em;
        margin-bottom: 16px;
    }

    .main_text p.eng {
        text-align: center;
        font-size: 20px;
    }

    #main_visual .news_box {
        margin: 70px 0 0;
        padding: 22px 0;
        position: relative;
        z-index: 1000;
    }

    #main_visual .news_box a.news_link {
        padding: 8px 60px 8px 22px;
    }

    #main_visual .news_box a.news_link .title {
        width: 100%;
        font-size: 14px;
    }

    #main_visual .news_box span.cate {
        font-size: 12px;
        width: auto;
        padding: 0 12px;
        line-height: 1.6;
        display: inline-block;
    }

    #main_visual .news_box span.date {
        margin: 0 0 0 8px;
        width: auto;
    }

    #main_visual .news_box a.news_ichiran {
        /* right: 0; */
        font-size: 14px;
        /* left: 0; */
        margin: 14px auto 0;
        padding: 0;
        text-align: center;
        width: 120px;
    }

    #secCorona dl {
        padding: 0 16px;
        margin: 0 0;
    }

    #secCorona .wrap {
        padding: 24px 20px;
    }

    #secCorona dl dd {
        margin: 10px 0 0;
        font-size: 13px;
    }

    #secCorona dl dt {
        font-size: 16px;
    }

    a.common_button {
        width: 90%;
        font-size: 14px;
        line-height: 48px;
    }

    .common_title h2.common_h2 {
        font-size: 18px;
        letter-spacing: 0.1em;
        padding-left: 10px;
    }

    .common_title p.sub {
        font-size: 13px;
    }

    #secSearch {
        padding: 35px 0;
    }

    .common_title {
        margin-bottom: 25px;
    }

    ul.secSearch_button li {
        width: 49%;
        background-size: 40px !important;
        background-position: top 18px center !important;
        height: 122px;
    }

    ul.secSearch_button li a .ja {
        font-size: 13px;
        font-weight: 600;
    }

    ul.secSearch_button li a .ja span {
        font-size: 18px;
    }

    ul.secSearch_button li a {
        padding-top: 63px;
    }

    ul.secSearch_button li a h3 span {
        font-size: 17px;
    }

    ul.secSearch_button li a h3 {
        font-size: 14px;
    }

    ul.secSearch_button li a p.eng {
        font-size: 10px;
    }

    ul.secSearch_button {
        margin-bottom: 16px;
    }

    .secSearch_right {
        width: 100%;
        margin-top: 34px;
    }

    .secSearch_right li .img_box {
        display: none;
    }

    .secSearch_right li .text_box {
        width: 100%;
        line-height: 40px;
        font-size: 14px;
    }

    .secSearch_right li {
        height: auto;
        border-radius: 4px;
    }

    .secBlog h2::before {
        width: 200px;
        top: 0;
    }

    .secBlog h2 {
        font-size: 4.2vw;
        padding-top: 30px;
        margin-bottom: 5vw;
    }

    .secBlog .wrap {
        padding: 0 20px 50px;
    }

    ul.secBlog_flex li {
        width: 100%;
        margin-left: 0;
    }

    ul.secBlog_flex li .text_box .date {
        font-size: 10px;
    }

    ul.secBlog_flex li .text_box h3 {
        margin-top: -5px;
    }

    ul.secBlog_flex li .img_box {
        width: 40%;
        height: 35vw;
    }

    ul.secBlog_flex li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /* align-items: center; */
    }

    ul.secBlog_flex li .img_box span.cate {
        padding: 0 6px;
        top: 0;
        left: 0;
    }

    ul.secBlog_flex li .text_box {
        width: 55%;
        padding-top: 0;
        margin-top: 0;
    }

    ul.secBlog_flex li .text_box p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    ul.secBlog_flex li+li {
        margin-top: 28px;
    }

    ul.secStaff_list li {
        width: 49%;
        margin-left: 0;
    }

    ul.secStaff_list ul {
        justify-content: space-between;
    }

    ul.secStaff_list {
        justify-content: space-between;
    }

    ul.secStaff_list li .img_box span.history {
        top: 0;
        left: 0;
        padding: 0 6px;
        font-size: 10px;
    }

    ul.secStaff_list li .text_box p.eng {
        font-size: 20px;
    }

    ul.secStaff_list li .text_box .name {
        text-align: right;
        font-size: 15px;
        margin-top: -8px;
        padding-right: 10px;
    }

    ul.secStaff_list li:nth-child(n + 3) {
        margin-top: 28px;
    }

    .footer_head_left {
        width: 100%;
        justify-content: center;
        padding-right: 0;
    }

    .footer_head_left .title_box {
        width: 100%;
        text-align: center;
    }

    .footer_head_left .tel_box {
        background-size: 24px;
        padding-left: 34px;
        margin-top: 8px;
    }

    .footer_head_left .tel_box a {
        font-size: 28px;
    }

    .footer_head_right {
        width: 100%;
        margin-top: 20px;
    }

    .footer_head_right li {
        width: 49%;
        font-size: 13px;
        line-height: 38px;
    }

    .footer_head_right li:nth-child(n + 3) {
        margin-top: 7px;
    }

    .footer_head_flex {
        margin-top: -22px;
    }

    .footer_head {
        padding-bottom: 32px;
    }

    dl.footer_bottom_seo dt {
        font-size: 14px;
        letter-spacing: 0.06em;
        line-height: 1.5;
    }

    dl.footer_bottom_seo dd {
        font-size: 12px;
    }

    .footer_bottom_nav_right {
        display: none;
    }

    .footer_bottom_nav_left {
        width: 100%;
    }

    .footer_bottom_nav_left .logo {
        width: 250px;
    }

    .footer_copy p.text {
        font-size: 11px;
    }

    .footer_copy .flex-sb {
        height: auto;
        justify-content: center;
    }

    .footer_copy p.copy {
        font-size: 10px;
    }

    .footer_copy {
        padding: 8px 0;
    }

    ul.secBanner_slider {
        left: 0;
    }

    #secBanner .bx-viewport {
        overflow: inherit !important;
    }

    #secBanner {
        overflow: hidden;
    }

    #secBanner .bx-wrapper {
        margin: auto;
    }

    #secCorona {
        margin: 40px 0;
    }

    #main_visual .news_box .wrap {
        display: block;
    }

    #main_visual .news_box .wrap>a {
        width: 100%;
    }


    .sp_ft_contact {
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        /*height: 50px;*/
        background: rgba(11, 11, 11, 0.83);
        color: #fff;
        z-index: 11111;
    }

    .sp_ft_contact ul {
        overflow: hidden;
        padding: 6px 1px;
        list-style: none;
    }

    .sp_ft_contact li {
        width: 25%;
        float: left;
        text-align: center;
        padding: 0 1%;
    }

    .sp_ft_contact li img {
        width: 18px;
        margin-bottom: 3px;
    }

    .sp_ft_contact li span {
        display: block;
        color: #fff;
        font-size: 9px;
        font-weight: bold;
    }

    .sp_ft_contact li.text {
        width: 40%;
        text-align: center;
        font-weight: bold;
        font-size: 11px;
        color: #fff709;
    }

    .sp_ft_contact a {
        text-decoration: none;
        display: block;
        background: #333;
        border-radius: 10px;
        padding: 5px 0;
        width: 100%;
        border: 0;
        line-height: 1.4;
    }

    .sp_ft_contact button {
        text-decoration: none;
        display: block;
        background: #333;
        border-radius: 10px;
        padding: 5px 0;
        width: 100%;
        border: 0;
        line-height: 1.4;
    }

    .sp_ft_contact li:nth-child(2) button {
        background: #095ea6;
    }

    .sp_ft_contact li:nth-child(3) a {
        background: #FF5722;
    }

    .sp_ft_contact li:nth-child(4) button {
        background: #00c300;
    }

    .main_img .bx-viewport {
        height: 60vw !important;
    }

    .main_img ul li {
        height: 60vw;
    }

    /*モーダルウィンドウ*/
    .popup {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: .6s;
    }

    .popup.is-show {
        opacity: 1;
        visibility: visible;
    }

    .popup-inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-width: 600px;
        padding: 30px;
        background-color: #fff;
        z-index: 2;
    }

    .popup-inner img {
        width: 100%;
    }

    .close-btn {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 25px;
        height: 25px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
        background-color: #4379af;
        border-radius: 15px;
        background-image: url(/penguin/resources/image/sumika/home/modal_icon.png);
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: center;
    }

    .close-btn i {
        font-size: 20px;
        color: #333;
    }

    .black-background {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .8);
        z-index: 1;
        cursor: pointer;
    }

    p.spTel_popup_title {
        font-weight: 800 !important;
        font-size: 15px;
        color: #165a9c;
        text-align: center;
        margin: 0;
    }

    p.spTel_popup_title:after {
        content: "";
        display: block;
        width: 20px;
        height: 1px;
        background-color: #165a9c;
        margin: 10px auto 15px auto;
    }

    p.spTel_popup_text {
        margin: 0;
        text-align: center;
        color: #165a9c;
        border: 1px solid #165a9c;
        border-width: 1px 1px 0px 1px;
        padding: 3px 0 3px 0;
        width: 150px;
        margin: 0 auto;
    }

    .popup-inner a {
        display: block;
        width: 100%;
        line-height: 40px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        background-color: #4379af;
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 800 !important;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    p.spTel_popup_Timetext {
        margin: 0;
        text-align: center;
    }

    .popup.is-show_line {
        opacity: 1;
        visibility: visible;
    }


    p.spTel_popup_title.line {
        color: #00b901;
    }

    .close-btn.line {
        background-color: #00b901;
    }

    p.spTel_popup_title.line:after {
        background-color: #00b901;
    }

    p.spTel_popup_text.line {
        border: 1px solid #00b901;
        color: #00b901;
        border-width: 1px 1px 0px 1px;
    }

    .popup-inner a.line {
        background-color: #00b901;
        font-size: 19px;
    }

    p.spTel_popup_logo.line {
        width: 40%;
        margin: 30px auto 30px auto;
    }

    .common_page_h1_box {
        margin: 0;
        padding: 30px 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .common_page_h1_cont {
        padding: 20px 50px;
    }

    .common_page_h1_cont h1 {
        font-size: 18px;
    }

    .common_page_h1_cont h1 span {
        display: none;
    }

    /* TOP追加CSS */

    #secBanner .bx-wrapper .bx-prev,
    #secBanner .bx-wrapper .bx-next {
        width: 30px;
        height: 30px;
    }

    #secBanner .bx-wrapper .bx-prev::before,
    #secBanner .bx-wrapper .bx-next::before {
        width: 7px;
        height: 7px;
        right: 3px;
    }

    #secBanner .bx-wrapper .bx-prev {
        left: -7.5vw;
    }

    #secBanner .bx-wrapper .bx-next {
        right: -7.5vw;
    }

    .house_maker_list li {
        width: 100%;
    }

    .house_maker_list li:nth-of-type(n + 2) {
        margin-top: 15px;
    }

    .house_maker_list li a .image {
        width: 100%;
        height: 40vw;
    }

    .house_maker_list li a .textBox {
        width: 100%;
        padding: 10px 30px 10px 15px;
        background-position: center right 12px;
        background-size: 5px;
    }

    .house_maker_list li a .textBox .sub_title {
        font-size: 15px;
        text-align: center;
    }

    .house_maker_list li a .textBox .text {
        font-size: 13px;
        letter-spacing: 0.02em;
    }

    .terms_price_sec {
        padding: 40px 0 0;
    }

    .terms_price_sec .price_table_wrap {
        padding: 15px 0;
    }

    .terms_price_sec .tab {
        padding: 5px 10px;
        font-size: 12px;
    }

    .terms_price_sec .panel {
        padding: 15px;
    }

    .terms_price_sec .price_table_wrap table .th01,
    .terms_price_sec .price_table_wrap table .td01,
    .terms_price_sec .price_table_wrap table .td02 {
        width: 50%;
    }

    .terms_price_sec .price_table_wrap table .td03 {
        display: none;
    }

    .terms_price_sec .price_table_wrap table th,
    .terms_price_sec .price_table_wrap table td {
        padding: 7px 10px;
        font-size: 12px;
    }

    .terms_price_sec .price_table_wrap .price_table_text {
        margin-top: 7px;
        font-size: 11px;
    }

    .terms_ranking_sec {
        /* padding: 40px 0 0; */
    }

    .terms_ranking_sec .terms_ranking_block {
        padding: 15px;
    }

    .terms_ranking_sec .terms_ranking_box .title {
        width: 100%;
        padding: 0 0 10px;
    }

    .terms_ranking_sec .terms_ranking_box .terms_ranking_list li {
        width: 50%;
        padding-left: 30px;
        padding-right: 10px;
    }

    .terms_ranking_sec .terms_ranking_box .terms_ranking_list li:nth-child(n + 3) {
        margin-top: 10px;
    }

    .terms_ranking_sec .terms_ranking_box .terms_ranking_list li:last-child {
        width: 100%;
    }

    .terms_ranking_sec .terms_ranking_box .terms_ranking_list li::before {
        width: 24px;
        line-height: 24px;
        height: 24px;
    }

    .terms_ranking_sec .terms_ranking_box .terms_ranking_list.railway li {
        width: 100%;
    }

    .terms_ranking_sec .terms_ranking_box .terms_ranking_list.railway li:nth-child(n + 2) {
        margin-top: 10px;
    }

    .terms_termlist_sec {
        padding: 40px 0 0;
    }

    .terms_termlist_sec .terms_termlist_wrap {
        padding: 15px;
    }

    .terms_termlist_sec .terms_termlist {
        padding: 15px 15px 5px;
    }

    /* トップエリア紹介・会社情報セクション */

    #top_area {
        padding: 15vw 0;
    }

    #top_area .terms_slider_area {
        display: flex;
        gap: 0 3vw;
        overflow: scroll;
        padding-bottom: 2vw;
    }

    #top_area .block {
        width: 80vw;
        flex-shrink: 0;
        flex-direction: column;
        gap: 0;
    }

    #top_area .block .image {
        width: 100%;
        height: 45vw;
    }

    #top_area .block .textBox {
        width: 100%;
        padding: 4vw;
    }

    #top_area .block .textBox .title {
        font-size: 14px;
        text-align: center;
        margin: 0 0 3vw;
    }

    #top_area .block .text_area {
        height: 45vw;
    }

    #top_area .block .textBox .text {
        font-size: 13px;
        letter-spacing: 0.02em;
    }

    #top_area .block .textBox .sub_title {
        font-size: 13px;
        margin: 3vw 0 1vw;
    }

    #top_company {
        padding: 12vw 0;
        z-index: 2;
    }

    #top_company:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgb(255, 255, 255, 0.8);
        z-index: -1;
    }

    #top_company .image {
        width: 100%;
        z-index: -2;
    }

    .top_company_cont .logo {
        width: 180px;
    }

    #top_company .ttl {
        font-size: 4.7vw;
    }

    #top_company .sub-ttl {
        font-size: 4.2vw;
        margin-bottom: 10px;
    }

    #top_company .text {
        font-size: 3.5vw;
        font-weight: 500;
    }

    /* 住んでいる人の口コミ */
    .common_review_sec {
        padding: 15vw 0;
    }

    .common_review_sec .review_cont {
        margin-top: 6vw;
        display: flex;
        gap: 0 3vw;
        padding-bottom: 2vw;
        overflow-x: scroll;
    }

    .common_review_sec .review_cont .review_box {
        padding: 4vw;
        width: 83vw;
        flex-shrink: 0;
    }

    .common_review_sec .review_cont .review_box+.review_box {
        margin-top: 0;
    }

    .common_review_sec .review_cont .review_box .ttl_box {
        gap: 0 3vw;
        margin-bottom: 4vw;
    }

    .common_review_sec .review_cont .review_box .ttl_box .icon {
        width: 15vw;
        height: 15vw;
    }

    .common_review_sec .review_cont .review_box .ttl_box .ttl {
        font-size: 4.8vw;
        line-height: 1.5;
    }

    .common_review_sec .review_cont .review_box .star_list {
        margin-bottom: 4vw;
    }

    .common_review_sec .review_cont .review_box .star_list .star_box {
        font-size: 3.8vw;
        padding: 2vw;
        flex-direction: column;
        gap: 1vw 0;
    }

    .common_review_sec .review_cont .review_box .star_list .star_box .text {
        width: 100%;
        font-size: 3.2vw;
    }

    .common_review_sec .review_cont .review_box .star_list .star_box .inner_box {
        gap: 0 2vw;
    }

    .common_review_sec .review_cont .review_box .star_list .star_box .inner_box .num {
        font-size: 4vw;
    }

    .common_review_sec .review_cont .review_box .comment_box .ttl {
        font-size: 3.8vw;
        text-align: center;
    }

    .common_review_sec .review_cont .review_box .comment_box .text_area {
        height: 50vw;
        overflow-y: scroll;
    }

    .common_review_sec .review_cont .review_box .comment_box .text {
        font-size: 3.6vw;
    }

    .common_review_sec .review_cont .review_box .comment_box .item {
        padding: 3vw;
    }

    /* おすすめポイント */
    .common_recommend_sec {
        padding: 15vw 0;
    }

    .common_recommend_sec .cont {
        margin-top: 8vw;
    }

    .common_recommend_sec .cont .item {
        flex-direction: column;
        gap: 5vw;
    }

    .common_recommend_sec .cont .item+.item {
        margin-top: 8vw;
    }

    .common_recommend_sec .cont .item .img {
        width: 100%;
    }

    .common_recommend_sec .cont .item .img img {
        aspect-ratio: 2/1;
    }

    .common_recommend_sec .cont .item .text_area .title {
        font-size: 3.8vw;
        text-align: center;
        padding: 2vw 4vw;
    }

    .common_recommend_sec .cont .item .text_area .text {
        font-size: 3.6vw;
    }

    #top_search_box_new {
        padding: 32vw 5% 15vw 5%;
        width: 100%;
        background: #E6E6E6;
        margin-top: 20vw;
        position: relative;
        right: auto;
        top: auto;
    }

    #top_search_box_new .main_title {
        font-size: 4vw;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: -6vw;
        width: 100%;
        line-height: 1.5;
        text-align: center;
    }

    #top_search_box_new .main_title:before {
        content: "";
        width: 20px;
        height: 2px;
        background: #13253C;
        position: absolute;
        left: calc(50% - 10px);
        bottom: -10vw;
    }

    #top_search_box_new .main_title .en {
        font-size: 8vw;
        margin-right: 0;
        display: block;
    }

    #top_search_box_new .inner {
        margin-bottom: 10vw;
    }

    #top_search_box_new .inner .ttl {
        padding-left: 4vw;
        margin-bottom: 4vw;
    }

    #top_search_box_new .inner .check_box ul {
        column-gap: 0;
        row-gap: 10px;
        justify-content: space-between;
    }

    #top_search_box_new .inner .check_box ul::after {
        content: "";
        display: block;
        width: 32%;
    }

    #top_search_box_new .inner .check_box li {
        width: 32%;
    }

    #top_search_box_new .inner.madori .check_box li {
        width: calc(20% - 5px);
    }

    #top_search_box_new .inner .check_box li label {
        border-radius: 10vw;
        line-height: 8vw;
        font-size: 10px;
        font-weight: bold;
    }

    #top_search_box_new .inner select {
        border-radius: 10vw;
        height: 8vw;
        width: 38vw;
        font-size: 4vw;
    }

    #top_search_box_new .submit {
        margin-top: 10vw;
    }

    #top_search_box_new #btnQuickSearch {
        border-radius: 10vw;
        height: 10vw;
        font-size: 4vw;
    }

    .secSearch_right li .text_box p {
    font-size: 3.4vw;
}

#secBukken {
    padding-bottom: 10vw;
}

#secBukken .cont .panel_box p.count_text {
    font-size: 3.6vw;
    margin-bottom: 0.7em;
}

#secBukken .cont .panel_box .butken_box ul {
    grid-template-columns: 1fr;
    gap: 4vw;
}

#secBukken .cont .panel_box .butken_box ul .link .img {
    height: 34vw;
    width: 29vw;
    flex-shrink: 0;
    margin-bottom: 0;
}

#secBukken .cont .panel_box .butken_box ul li .link {
    display: flex;
    gap: 3vw;
    align-items: center;
}

#secBukken .cont .panel_box .butken_box ul .link .text_area .butken_ttl {
    font-size: 4vw;
}

#secBukken .cont .panel_box .butken_box ul .link .text_area .size_box .box .theme {
    font-size: 3.5vw;
}

#secBukken .cont .panel_box .butken_box ul .link .text_area .size_box .box .number.Black {
    font-size: 4.4vw;
}

#secBukken .cont .panel_box .butken_box ul .link .text_area .size_box .box .text {
    font-size: 3.6vw;
}

#secBukken .cont .panel_box .top_butken_btn {
    width: 100%;
}


}

/* ==========================================================================
   セクションコメントブロック
   ========================================================================== */

/* サブ・セクションコメントブロック
   ========================================================================== */

/*
 * グループコメントブロック
 * 複数行になるドキュメントや説明の際に最適
 */

/* 基本コメント */