@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

:root {
    /*使用しない場合も必ず設定*/
    --i_bg_color: #ffffff;
    /*背景色*/
    --i_txt_color: #37332d;
    /*テキスト*/
    --i_main_color: #e93a10;
    /*メイン*/
    --i_sub_color: #e93a10;
    /*アクセント*/
    --i_sub2_color: #ffede9;
    /*薄い色*/
    --i_btn_color: #e93a10;
    /*ボタン*/
    --i_btn_hover_color: #e93a10;
    /*ボタンhover*/
    --i_btn_txt_color: #fff;
    /*ボタンテキスト*/
    --i_btn_hover_txt_color: #fff;
    /*ボタンテキスト*/
    --i_shadow_color: rgba(0, 0, 0, 0.05);
    /*シャドウ*/
    --i_border_color: rgba(0, 0, 0, 0.13);
    /*ボーダー*/
    --i_noimg_bg_color: #ffede9;
    /*画像無し*/
    --i_padding: 20px;
    /*左右余白*/
}

@media screen and (max-width: 500px) {
    :root {
        --i_padding: 20px;
    }
}

/*-----------------------------base---------------------------------*/

html {
    font-size: 62.5%;
}

body {
    font-size: 1.65rem;
    line-height: 1.9;
    letter-spacing: 0.02rem;
    -webkit-text-size-adjust: 100%;
    color: var(--i_txt_color);
    font-weight: 500;
}

body {
    background: var(--i_bg_color);
}

@media screen and (max-width: 480px) {
    body.index:before {
        font-size: 10rem;
        left: -80px;
    }
}

main {
    background: none !important;
}

@media screen and (max-width: 850px) {
    html {
        font-size: 60.606%;
    }

    body {
        letter-spacing: 0px;
    }
}

a {
    outline: 0;
    text-decoration: none;
    color: var(--i_txt_color);
}
section[style*=" color:"]:not([style*=" color: inherit"]) a,
div[style*=" color:"]:not([style*=" color: inherit"]) a {
    color: inherit;
}
/*composite_boxの最大高さとトリミングの起点*/
/*基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img {
    object-position: 50% 50%;
    font-family: 'object-position: 50% 50%;';
}
@media screen and (max-width: 850px) {
    #sidebar {
        border: 5px solid var(--i_sub2_color) !important;
    }
}
.no_img {
    background: var(--i_noimg_bg_color, rgba(200, 200, 200, 0.3));
}
/*----------------------------loader----------------------------*/

#load div:nth-of-type(1) {
    background: var(--i_bg_color);
}
#load .loader,
.popup .loader {
    border: 1px solid var(--i_main_color);
    /*★*/
}

#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before {
    border-top-color: var(--i_main_color);
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after {
    /*★*-1*/
    left: -1px;
    top: -1px;
}
#load img {
    max-width: 60px;
}
#load .loader,
.popup .loader {
    border: 1px solid var(--i_main_color);
    /*★*/
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before {
    border-top-color: var(--i_main_color) !important;
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after {
    /*★*-1*/
    left: -1px;
    top: -1px;
}
#load img {
    max-width: 310px;
}
@media screen and (max-width: 650px) {
    #load img {
        max-width: 250px;
    }
}
/*----------------------------header----------------------------*/
header {
    font-size: 1.4rem;
    color: var(--i_txt_color);
}
header .wraper {
    max-width: 1300px;
}
header h1 {
    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: normal;
    opacity: 0.7;
    fill: var(--i_txt_color);
}
body.scrolled header .logo {
    padding: 20px 0 !important;
}
header .logo,
body header .logo a img {
    max-width: 310px;
}
body.scrolled header .logo a img {
    max-height: 45px;
}
header .header_contents .header_col1 {
    /* ▼水平方向レイアウト */
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
header .header_contents .header_col1 .tel {
    position: relative;
    font-size: 26px;
    line-height: 1;
    padding-left: 26px;
    font-weight: bold;
    fill: var(--i_txt_color);
}
header .header_contents .header_col1 .tel svg,
header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg {
    fill: var(--i_txt_color);
}
header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after {
    background: var(--i_txt_color);
}
header .header_contents .header_col1 .tel svg {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    left: 0;
}
header .header_contents .header_col1 .btn>a {
    display: block;
    text-align: center;
    background: var(--i_btn_color);
    color: var(--i_btn_txt_color);
    font-weight: bold;
    padding: 10px 10px 11px;
    border-radius: 5px;
}
header .header_contents .header_col1 .btn>a:hover {
    background-position: right center;
    background-size: 200% auto;
    animation: btn 1.5s infinite;
}
@keyframes btn {
    0% {
        box-shadow: 0 0 0 0 var(--i_txt_color);
    }

    70% {
        box-shadow: 0 0 0 10px rgb(86, 66, 61, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(86, 66, 61, 0);
    }
}
header .header_contents .header_col1 .btn .translate a svg {
    max-width: 74%;
    max-height: 74%;
    margin: 13% auto 0;
}
header .header_contents .header_col1 .btn .translate a:hover {
    opacity: 0.8;
}
header#pattern1 nav,
header#pattern3 nav {
    position: relative;
}
header nav * {
    color: var(--i_txt_color);
}
header nav ul.nav_1st {
    width: 100%;
    max-width: 1500px !important; /*任意*/
}
header nav ul.nav_1st>li {
    box-sizing: border-box;
    position: relative;
}
header nav ul.nav_1st>li:after {
    /*罫線*/
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 0;
}
header nav ul.nav_1st>li:last-child:before {
    /*罫線*/
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    top: 25%;
    right: 0;
}
header nav ul.nav_1st>li>a {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    padding-left: 1vw;
    padding-right: 1vw;
}
header nav ul.nav_1st>li>a span {
    /*ナビの高さはline-heightで調整*/
    line-height: 3;
    /* マージン普通選択時 */
    letter-spacing: 0.1rem;
    transition: 0.4s ease-in-out;
    font-size: 1.45rem;
    font-weight: 600;
}
body.scrolled header:not(.nofixed) nav ul.nav_1st>li>a span {
    line-height: 4;
}
header nav ul.nav_1st>li>a:hover span {
    color: var(--i_main_color);
}
header#pattern2 nav ul.nav_1st>li>a span {
    line-height: 4;
}
body.scrolled header#pattern2 nav ul.nav_1st>li>a span {
    line-height: 3.5;
}
body.margin header nav ul.nav_1st>li>a span {
    line-height: 4;
}
header nav ul.nav_2nd {
    padding-top: 20px;
}
header nav ul.nav_1st>li:hover ul.nav_2nd {
    padding-top: 15px;
    box-shadow: 2px 2px 5px var(--i_shadow_color);
}
header nav ul.nav_2nd>li {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid var(--i_border_color);
}
header nav ul.nav_2nd>li:nth-last-of-type(1) {
    border-bottom: none;
}
header nav ul.nav_2nd li a {
    padding: 10px 20px;
    font-weight: normal;
    font-size: 1.4rem;
}
header nav ul.nav_2nd>li>a {
    padding-right: 30px;
}
header nav ul.nav_2nd>li>a:after {
    height: 5px;
    width: 5px;
    transform: rotate(-45deg);
    border-right: 1px solid var(--i_sub_color);
    border-bottom: 1px solid var(--i_sub_color);
    top: calc(50% - 2.5px);
    right: 20px;
}
header nav ul.nav_3rd {
    padding-left: 20px;
}
header nav ul.nav_3nd li a {
    padding: 5px 20px;
}
header nav ul.nav_3rd>li>a:after {
    height: 1px;
    width: 4px;
    background: var(--i_sub_color);
    top: calc(50% - 0.5px);
    left: 5px;
}
@media screen and (min-width: 901px) {
    header nav ul.nav_1st>li>a span {
        line-height: 4;
    }

    header nav ul.nav_1st {
        background: #fff;
        border-radius: 50px;
        padding: 0 25px !important;
        border: 3px solid var(--i_main_color);
    }

    .scrolled header .nav_1st {
        top: 15px;
        position: relative;
    }

    body:not(.scrolled) header .logo a {
        display: inline-block;
        margin-top: -40px;
    }
}
@media screen and (max-width: 900px) {
    body.scrolled header .logo {
        padding: 10px 0 !important;
    }
	header .logo, body header .logo a img {
    	max-width: 240px;
	}
    header.open:after,
    header .header_contents {
        background: rgb(255 253 245 / 95%);
    }
    header .burger li.sp_translate a svg {
        height: 28px;
        width: 28px;
        margin: 10% auto;
    }
    header .header_sns,
    header .header_contents .header_col1,
    header .header_contents .header_col2 {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid var(--i_border_color);
    }
    header .header_sns {
        border-bottom: none;
    }
    header .header_sns:empty,
    header .header_contents .header_col1:empty,
    header .header_contents .header_col2:empty {
        border: none;
    }
    header .header_contents .header_col1 .tel,
    header .header_contents .header_col1 .btn {
        float: none;
    }
    header .header_contents .header_col2 {
        display: block !important;
    }
    header nav {
        border-bottom: 1px solid var(--i_border_color);
    }
    header nav ul.nav_1st {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-top: 1px solid var(--i_border_color);
    }
    header nav ul.nav_1st li {
        border-bottom: 1px solid var(--i_border_color);
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    header nav ul.nav_1st>li:before,
    header nav ul.nav_1st>li:after {
        display: none !important;
    }
    header nav ul.nav_1st>li i:before,
    header nav ul.nav_1st>li i:after {
        background: var(--i_sub_color);
    }
    header nav ul.nav_2nd {
        border-top: 1px solid var(--i_border_color);
    }
    header nav ul.nav_2nd>li {
        box-shadow: none;
    }
    header nav ul.nav_2nd>li * {
        color: var(--i_txt_color);
    }
    header nav ul.nav_3rd {
        border-top: 1px solid var(--i_border_color);
    }
    header nav ul.nav_3rd>li:nth-last-of-type(1) {
        border-bottom: none;
    }
    header nav ul.nav_1st>li>a:hover:before {
        transform: scale(0, 0);
    }
    header#pattern1 nav,
    header#pattern3 nav {
        border-bottom: 0;
        border-top: 0;
    }
    header .header_contents .header_col1 .btn>a {
        padding: 9px 15px 10px;
    }
    header nav ul.nav_1st>li>a:hover {
        background: none;
    }
    header nav ul.nav_1st>li>a span {
        color: var(--i_txt_color);
    }
    header#pattern2 nav ul.nav_1st {
        border-bottom: 0px;
    }
    header .wraper>.inner {
        min-height: 45px !important;
    }
    body.scrolled header {
        background: rgb(255 253 245 / 90%);
    }
}

/*----------------------------余白設定----------------------------*/
main>section:first-child:not([class*="pt"]),
main>div:first-child:not([class*="pt"]),
div[class*='pb']+.contents_related,
section[class*='pb']+.contents_related,
div[class*='pb']+.contents_related_tags,
section[class*='pb']+.contents_related_tags {
    padding-top: 60px;
}
main>section:not([class*="pt"]),
main>div:not([class*="pt"]),
aside>section:not([class*="pt"]),
aside>div:not([class*="pt"]) {
    padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
    main>section:first-child:not([class*="pt"]),
    main>div:first-child:not([class*="pt"]),
    div[class*='pb']+.contents_related,
    section[class*='pb']+.contents_related,
    div[class*='pb']+.contents_related_tags,
    section[class*='pb']+.contents_related_tags {
        padding-top: 40px;
    }
    main>section:not([class*="pt"]),
    main>div:not([class*="pt"]),
    aside>section:not([class*="pt"]),
    aside>div:not([class*="pt"]) {
        padding-bottom: 40px;
    }
}
/*----------------------------見出し----------------------------*/
section .content_wrapper>.heading:first-child:last-child {
    margin-bottom: 0;
}
section:not([class*="pt"]) .content_wrapper>.heading:first-child:last-child {
    margin-bottom: 0;
}
.heading.block_header_1,
.heading.block_header_6 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}
.heading.block_header_1 p,
.heading.block_header_6 .h {
    font-weight: 600;
    font-size: 3.8rem;
    line-height: 1.5;
    position: relative;
    color: var(--i_main_color);
	letter-spacing: 0.2rem;
}
.index .heading.block_header_1 p,
.index .heading.block_header_6 .h {
    font-weight: 600;
    font-size: 4.5rem;
}
section[style*=" color: rgb(255, 255, 255);"] .heading.block_header_1 p,
section[style*=" color: rgb(255, 255, 255);"] .heading.block_header_6 .h,
div[style*=" color: rgb(255, 255, 255);"] .heading.block_header_1 p,
div[style*=" color: rgb(255, 255, 255);"] .heading.block_header_6 .h {
    color: #fff !important;
}
.heading.block_header_1 .h,
.heading.block_header_6 p {
    font-size: 1.85rem;
    font-weight: 600;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px) {
    .heading.block_header_1,
    .heading.block_header_6 {
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    .heading.block_header_1 p,
    .heading.block_header_6 .h {
        font-size: 2.8rem;
    }
    .heading.block_header_1 .h,
    .heading.block_header_6 p {
        font-size: 1.65rem;
    }
    .index .heading.block_header_1 p,
    .index .heading.block_header_6 .h {
        font-size: 3rem;
    }
}
.heading.block_header_2 {
    margin-bottom: 30px;
}
.heading.block_header_2 .h {
    display: inline-block;
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 1.5;
    position: relative;
    color: var(--i_main_color);
}
.heading.block_header_2 p {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--i_txt_color);
}
.news_archive .heading.block_header_2,
.glossary_archive .heading.block_header_2,
.widget_gallery01 .heading.block_header_2,
.gallery_archive .heading.block_header_2 {
    border: none;
}
.widget_gallery01.add_design4 .inner_item .heading.block_header_2 {
    padding-left: 2em !important;
}
@media screen and (max-width: 800px) {
    .heading.block_header_2 {
        margin-bottom: 20px;
    }

    .heading.block_header_2 .h {
        font-size: 2.1rem;
    }
}

/*用語一覧*/
.glossary_archive .content_wrapper .heading.block_header_2 .h {
    padding-left: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h a {
    color: var(--i_txt_color);
}
.glossary_archive .content_wrapper .heading.block_header_2 .h:before,
.glossary_archive .content_wrapper .heading.block_header_2 .h:after,
.glossary_archive .content_wrapper .heading.block_header_2:before,
.glossary_archive .content_wrapper .heading.block_header_2:after {
    display: none !important;
}
.heading.block_header_3 {
    overflow: hidden;
    background: #fae8cc;
    padding: 10px 10px 10px 10px;
    margin-bottom: 30px;
}
.heading.block_header_3 .h {
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1.5;
    color: var(--i_txt_color);
}
.heading.block_header_3 p {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--i_txt_color);
}
@media screen and (max-width: 800px) {
    .heading.block_header_3 {
        padding: 5px 5px 5px 5px;
        margin-bottom: 20px;
    }

    .heading.block_header_3 .h {
        font-size: 2.0rem;
    }

    .heading.block_header_3 p {
        font-size: 1.3rem;
    }
}
.heading.block_header_4 {
    margin-bottom: 15px;
}
.heading.block_header_4:before {
    display: none;
}
.heading.block_header_4 .h {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
    color: var(--i_main_color);
}

.heading.block_header_4 p {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--i_txt_color);
}
.heading.block_header_5 {
    margin-bottom: 15px;
}
.heading.block_header_5 .h {
    display: inline;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.heading.block_header_5 p {
    display: inline;
    font-size: 1.4rem;
}

.heading.block_header_5 p:before {
    content: "　/　";
}

#sidebar .heading.block_header_5 {
    background: var(--i_sub2_color);
    color: var(--i_txt_color);
    padding: 5px 15px;
}

/*----------------------------背景パララックス----------------------------*/

.parallax {
    box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

/*----------------------------ボタン----------------------------*/

.contents_btn01 {
    overflow: visible;

}

.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
    border: 1px solid var(--i_btn_color);
    background: var(--i_btn_color);
    color: #fff !important;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    transition: .4s ease-in-out;
    font-family: inherit;
    border-radius: 5px;
}

main form .submit span input {
    color: #fff !important;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    transition: .4s ease-in-out;
    font-family: inherit;
	border-radius: 100px;
  background: #e93a10;
  border: none;
  border-bottom: 5px solid #c92600;
}

main form .submit {
    position: relative;
}

.contents_btn01 a:hover,
main form .submit span input:hover {
    background-position: right center;
    background-size: 200% auto;
    animation: btn 1.5s infinite;
}

@keyframes btn {
    0% {
        box-shadow: 0 0 0 0 var(--i_btn_hover_color);
    }

    70% {
        box-shadow: 0 0 0 10px rgb(0 166 237 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(0 166 237 / 0%);
    }
}

.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after {
    background: var(--i_btn_hover_color);
}

.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after {
    border: 1px solid var(--i_btn_txt_color);
}

.contents_btn01 a span {
    text-align: center;
    line-height: 1.6;
    font-size: 1.5rem;
    padding: 11px 25px 11px;
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.contents_faq01.accordion .mymore a {
    padding: 0 0 3px;
    border-radius: 50px;
}

/*--------------------------------MV--------------------------------*/

#mv_outer {
    /*mvに背景とかはここを利用する*/
    position: relative;
}

#mv {
    width: 100%;
    height: 82vh;
    min-height: 500px;
}

#mv:after {
    /*スライドに重ねる色*/
    pointer-events: none;
    z-index: 6;
}

#mv:after,
#mv .mv_img li {
    border-radius: 50px 0 0 0;
}

#mv .mv_text {
    height: 90%;
    align-items: flex-end;
    /*垂直方向中央*/
    width: 100% !important;
    left: 0 !important;
    bottom: 10% !important;

}

#mv .mv_text>div {
    max-width: none !important;
    box-sizing: border-box;
    width: 95%;
    position: relative;
    color: var(--i_bg_color);
}

#mv .mv_text h2 {
    font-size: 60px;
    /* ←max-font-size的意味合いで使用する。動作はjs。*/
    line-height: 1.1;
    font-weight: 600;
    font-size: 4rem !important;
    position: relative;
    display: inline-block;
}

#mv .mv_text h2 span {
    background: var(--i_bg_color);
    color: var(--i_txt_color);
    padding: 0 5px;
}

#mv .mv_text h2 span:first-of-type {
    margin-right: 15px;
}

#mv .mv_text h2 span:last-of-type {
    margin-left: 15px;
}

#mv .mv_text p {
    padding-top: 10px;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    text-shadow: 0 0 5px rgba(86, 66, 61, 0.3), 0 0 10px rgba(86, 66, 61, 0.3), 0 0 15px rgba(86, 66, 61, 0.3);
}

#mv .mv_scroll,
#mv .mv_pointer,
#mv .mv_arrow {
    display: none;
}

@media screen and (max-width: 100vh) {
    #mv {
        height: 72vh;
    }
}

@media screen and (min-width: 901px) {
    #mv {
        margin-top: -20px;
    }
}

@media screen and (max-width: 650px) {
    #mv .mv_text h2 {
        font-size: 6vw !important;
        line-height: 1.5;
    }

    #mv .mv_text p {
        padding-top: 0px;
        font-size: 2rem;
    }
}

/*--------------------------------IV--------------------------------*/

#lv {
    background: var(--i_txt_color);
    height: 250px;
    padding-bottom: 0;
    width: 100%;
}

#lv_outer {
    /*mvに背景とかはここを利用する*/
    position: relative;
}

header.over+#lv_outer #lv {
    min-height: 300px;
}

#lv div {
    opacity: 0.5;
}

#lv p {
    left: 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 0;
}

#lv p span {
    display: inline-block;
    font-size: 4.0rem;
    font-weight: 600;
    text-align: center;
    position: relative;
    word-break: break-all;
    line-height: 1.2;
    color: #fff;
}

@media screen and (max-width: 800px) {
    #lv {
        height: 200px;

    }

    #lv p span {
        font-size: 2.8rem;
    }
}

/*----------------------------パンくず----------------------------*/

#pan {
    padding: 0;
    border-bottom: 1px solid var(--i_border_color);
}

#pan li {
    font-size: 1.2rem;
    padding: 5px 0 3px 30px;
}
#pan li:before,
#pan li:after {
    border-top: 1px solid var(--i_border_color);
    border-right: 1px solid var(--i_border_color);
}
/*----------------------------other parts----------------------------*/
.default_ul li:before {
    border-top: 1px solid var(--i_sub_color);
    border-right: 1px solid var(--i_sub_color);
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
    top: 8px;
    left: 0;
}
/*--アーカイブページ カテゴリー--*/
.category1 li a {
    border: 1px solid var(--i_sub_color);
    border-radius: 50px;
    font-size: 1.4rem;
    color: var(--i_sub_color);
    font-weight: 600;
}

.category1 li a:hover,
.category1 li a.current {
    background: var(--i_sub_color);
    color: #fff;
}

/*--sidebar--*/

#sidebar section,
#sidebar>div {
    border-bottom: 1px solid var(--i_border_color);
}

#sidebar h2 {
    text-align: left;
    font-size: 2.2rem;
}

#sidebar .sidebar_tag li {
    border: 1px solid var(--i_border_color);
    background: var(--i_sub2_color);
}

#sidebar .sidebar_list a {
    position: relative;
    padding-left: 15px;
}

#sidebar .sidebar_list a:before {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid var(--i_sub_color);
    border-right: 1px solid var(--i_sub_color);
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    left: 0;
}

/*----------------------------pager----------------------------*/
/*アーカイブページページャー*/
.pager li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid var(--i_sub_color);
    font-size: 1.4rem;
    color: var(--i_sub_color);
    font-weight: 600;
}

.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a {
    background: var(--i_sub_color);
    color: #fff;
}

.pager li.arrow a {
    background: none;
}

/*----------------------------pager2----------------------------*/

/*シングルページページャー*/
.pager2 li a {
    border: 1px solid var(--i_sub_color);
    line-height: 45px;
    padding: 0 15px;
    font-size: 1.4rem;
    color: var(--i_sub_color);
    font-weight: 600;
}

.pager2 li a:hover {
    background: var(--i_sub_color);
    color: #fff;
}

/*----------------------------popup----------------------------*/

/*画像ポップアップ拡大表示*/
.popup {
    background: rgba(255, 255, 255, 0.7);
}

.poptxt {
    font-size: 1.2rem;
}

/*----------------------------footer----------------------------*/

#fixbtn {
    margin-bottom: 30px;
    font-size: 1.55rem;
}

#fixbtn .fixbtnwrap {
    background: #ffede9;
    border-top: 1px solid rgba(0,0,0,0.1);
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap {
    background-color: transparent;
}

#fixbtn .fixbtntel {
	padding: 8px 5px !important;
}

#fixbtn .fixbtntel:nth-last-of-type(2) {
    border-right: none;
}

#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
    font-size: 3.2rem;
    line-height: 1;
    margin-right: 10px;
    color: var(--i_txt_color);
    font-weight: bold;
}

#fixbtn .contents_btn01 a:hover {
    transform: none;
}

#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child {
    margin-right: 0;
}

#fixbtn .fixbtntel svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    fill: var(--i_txt_color);
}

#fixbtn .contents_btn01 {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#fixbtn .contents_btn01:nth-of-type(1) {
    border-left: none;
}

#fixbtn .contents_btn01:nth-of-type(1) {
    /*▼ TELない場合中央揃え*/
    margin-left: auto;
    margin-right: auto;
}

#fixbtn .contents_btn01 a,
#fixbtn .contents_btn01 span {
    white-space: nowrap;
}

#fixbtn .contents_btn01 a {
    padding: 0;
}

#fixbtn .contents_btn01 span {
    text-align: center;
    padding: 12px 14px 10px;
    line-height: 1.6;
}

#fixbtn .contents_btn01 a:before,
#fixbtn .contents_btn01 a:after {
    display: none;
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn #scrolltop:nth-of-type(1) {
    margin-left: auto;
    /*▼ 右揃え*/
    margin-right: 0;
    /*▼ 中央揃え*/
    margin-right: auto;
}

#fixbtn #scrolltop a {
    height: 40px;
    width: 40px;
}

#fixbtn #scrolltop a:before {
    transition: 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    border: none !important;
    background: #e93a10;
    mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%235F6368%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M29.6%2C28.3l-2%2C2l-7.9-7.9l-7.9%2C7.9l-2-2l9.9-9.9L29.6%2C28.3z%20M29.7%2C12.5h-20V9.7h20V12.5z%22%2F%3E%3C%2Fsvg%3E');
}

#fixbtn #scrolltop a:hover:before {
    opacity: 0.7;
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no #scrolltop a:before {
    border-color: rgba(120, 120, 120, 0.6);
}

#fixbtn.no #scrolltop a:hover:before {
    border-left: 2px solid rgba(120, 120, 120, 1);

    border-top: 2px solid rgba(120, 120, 120, 1);
}

@media screen and (max-width: 600px) {
    #fixbtn {
        margin-bottom: 0;
    }

    #fixbtn,
    #fixbtn .fixbtntel a,
    #fixbtn .fixbtntel span {
        font-size: 1.7rem;
    }

    #fixbtn .fixbtntel a,
    #fixbtn .fixbtntel span {
        font-size: 2rem;
    }

    #fixbtn .fixbtntel svg {
        width: 18px!important;

        height: 18px!important;
    }

    #fixbtn .contents_btn01 a {
        padding: 0;
        letter-spacing: 0;
    }

    #fixbtn .contents_btn01 a:before {
        display: none;
    }

    #fixbtn .contents_btn01 a span {
        padding: 7px 5px 7px;
        white-space: nowrap;
    }
}

footer {
    background: #fff;
    padding: 0;
    color: var(--i_txt_color);
    text-align: center;
    font-size: 1.35rem;
}

footer a {
    color: var(--i_txt_color);
}

footer nav li {
    letter-spacing: 0.2rem;
    padding: 5px 0;
}

footer nav li a {
    font-weight: 600 !important;
}

footer .logo {
    width: 230px;
}

footer .sns {
    margin: 0 auto 30px;
}

footer .sns svg {
    width: 40px;
    height: 40px;
    padding: 10px 10px;
    fill: var(--i_txt_color);
    transition: 0.2s ease-in-out;
}

footer .sns a:hover svg {
    opacity: 0.8;
}

#cp {
    padding: 10px 0;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 600px) {
    footer {
        padding: 0 0 20px;
    }
}

@media screen and (max-width: 600px) {
    footer {
        background-position: center;
    }

    footer nav ul {
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }

    footer nav ul li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }

    footer nav ul li:nth-last-of-type(2n) {
        border-right: 1px solid rgba(0, 0, 0, 0.13);
    }

    footer nav ul li:nth-last-of-type(2n+1) {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer nav ul li:nth-of-type(1),
    footer nav ul li:nth-of-type(1),
    footer nav ul li:nth-of-type(2),
    footer nav ul li:nth-of-type(3):nth-last-of-type(2n-1) {
        border-top: 1px solid rgba(0, 0, 0, 0.13);
    }

    footer nav ul li:nth-last-of-type(1),
    footer nav ul li:nth-last-of-type(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer .logo {
        width: 240px;
    }
	footer.add_design4 .logo a,
	footer.add_design5 .logo a {
		min-width: 240px;
	}

    #fixbtn .fixbtnwrap {
        border-bottom: none;
    }

    #fixbtn .inner {
        padding: 0;
        padding-top: 5px;
    }
}

/*----------------------------widget--------------------------------*/
/*----------------------------contents_faq01----------------------------*/
.contents_faq01 dt {
    padding-left: 5rem;
    margin-bottom: 25px;
    min-height: 35px;
    width: 100%;
    padding-right: 15px;
    box-sizing: border-box;
}
.contents_faq01 dd {
    padding-left: 7.3rem;
    margin-bottom: 15px;
    width: 100%;

    padding-right: 15px;
    box-sizing: border-box;
}
.contents_faq01 dt:before,
.contents_faq01 dd:before {
    width: 4rem;
    height: 4rem;
    font-size: 2.6rem;
    line-height: 1.35;
    box-sizing: border-box;
    font-weight: 600;
    background: var(--i_main_color);
    color: var(--i_bg_color);
    text-align: center;
    border-radius: 50px;
}
.contents_faq01 dd:before {
    background: var(--i_btn_color);
    padding-left: 1px;
}
.contents_faq01.accordion .mymore a {
    font-weight: 600;
}
.contents_faq01.accordion .mymore a:hover {
    background: var(--i_main_color);
}

/*----------------------------contents_related_tags----------------------------*/
.contents_related_tags .inner_item {
    border: 1px solid var(--i_border_color);
}
.contents_related_tags .inner_item:hover {
    background: var(--i_sub2_color);
}
.contents_related .inner_item a:hover {
    background: var(--i_sub2_color);
    opacity: 0.8;
}

/*----------------------------block_table_1----------------------------*/
.block_table_1 table thead {
    background: var(--i_sub2_color);
}
.block_table_1 table thead th,
.block_table_1 table thead td {
    background-color: var(--i_sub2_color);
}
.block_table_1 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle;
}
.block_table_1 table td {
    background-color: #fff;
    border: 1px solid var(--i_border_color);
    vertical-align: middle;
}
.block_table_1 table thead td {
    text-align: center;
    font-weight: bold;
}

/*----------------------------block_table_2,5,6----------------------------*/
.block_table_2 table thead,
.block_table_2 table thead th,
.block_table_2 table thead td,
.block_table_5 table thead,
.block_table_5 table thead th,
.block_table_5 table thead td,
.block_table_6 table thead,
.block_table_6 table thead th,
.block_table_6 table thead td {
    background-color: var(--i_sub2_color);
}
.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle;
}
.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td {
    background-color: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
    vertical-align: middle;
}
.block_table_2 table thead td,
.block_table_5 table thead td,
.block_table_6 table thead td {
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 500px) {
    .block_table_2 table {
        border-bottom: 1px solid var(--i_border_color);
    }
    .block_table_2 table th {
        border-top: 1px solid var(--i_border_color);
    }
    .block_table_2 table td {
        border-top: 1px dotted var(--i_border_color);
    }
}
/*----------------------------block_table_3----------------------------*/
.block_table_3 table thead,
.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td {
    background-color: var(--i_sub2_color);
}
.block_table_3 table th,
.block_table_7 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle;
}
.block_table_3 table td,
.block_table_7 table td {
    background-color: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
    vertical-align: middle;
}
@media screen and (max-width: 500px) {
    .block_table_3 table {
        border-bottom: 1px solid var(--i_border_color);
    }
    .block_table_3 table th {
        border-top: 1px solid var(--i_border_color);
    }
    .block_table_3 table td {
        border-top: 1px dotted var(--i_border_color);
    }
}
.block_table_3_item li {
    vertical-align: middle;
}

/*----------------------------gallery_archive / gallery_single----------------------------*/
.gallery_archive .inner_item a,
.gallery_single .inner_item a {
    transition: 0.2s ease-in-out;
    background-color: transparent;
}
.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover {
    background-color: #dedede;
}
.gallery_archive .inner_item a:hover img,
.gallery_single .inner_item a:hover img {
    opacity: 0.8;
}
.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after {
    color: #fff;
}
.gallery_archive .inner_item p span,
.gallery_single .inner_item p span {
    color: #fff;
}
.gallery_single_slider .slick-arrow::before {
    border-color: var(--i_btn_color);
}

/*----------------------------widget_gallery01----------------------------*/
.widget_gallery01 .slick-arrow {
    height: 40px;
    width: 30px;
    top: calc(50% - 20px);
    left: 0;
}
.widget_gallery01 .slick-next {
    left: auto;
    right: 0;
}

/*----------------------------gallery hover効果----------------------------*/
main .widget_gallery01 a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a {
    overflow: hidden;
}
main .widget_gallery01 a img,
main .gallery_archive .inner_item a img,
main .gallery_single .inner_item a img {
    /*▼ 位置調整 美容院などの人物の場合は50% 30%あたり*/
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    backface-visibility: visible;
    transition: 1s ease-out !important;
    transition-property: transform opacity !important;
    transform: scale(1.001, 1.001);
}
main .widget_gallery01 a:hover img,
main .gallery_archive .inner_item a:hover img,
main .gallery_single .inner_item a:hover img {
    transform: scale(1.1, 1.1);
    opacity: 0.8;
}

/*----------------------------news_archive----------------------------*/
.news_archive article .inner_item_img:hover {
    opacity: 0.8;
}

.news_archive article .entry_meta {
    font-size: 1.3rem;
}
.add_design5 #primary article .inner_item_img a i:nth-last-child(1) {
    background-size: 50% !important;
}
#sidebar .widget_news02 li a div span i {
    background-size: 50% !important;
}

/*----------------------------widget_coupon----------------------------*/
.widget_coupon .content_wrapper {
    max-width: 900px !important;
}
.widget_coupon .inner_item>div,
.widget_coupon .inner_item>dl {
    font-size: 1.4rem;
    line-height: 1.7;
}

/*----------------------------widget_form----------------------------*/
.widget_form .privacypolicy {
    border: 1px solid var(--i_border_color);
}
.widget_form form {
    border-top: 1px solid var(--i_border_color);
}
.widget_form form dl {
    border-bottom: 1px solid var(--i_border_color);
}
.widget_form form dt,
.widget_form form dd {
    vertical-align: middle;
}
.widget_form form dt span {
    color: var(--i_sub2_color);
    color: #D43B3B !important;
    font-size: 1.2rem;
    font-weight: bold;
}
@media screen and (max-width: 770px) {
    .widget_form form dt {
        border-bottom: 1px dotted var(--i_border_color);
    }
}
main form dl input,
main form textarea {
    background: var(--i_sub2_color);
    border: 1px solid transparent;
    letter-spacing: 1px;
}
main form dl input:focus,
main form textarea:focus {
    background: #fff;
    border: 1px solid var(--i_border_color);
}
main form .submit input {
    letter-spacing: 3px;
    border: none;
}
main form select {
    background: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
    letter-spacing: 1px;
}
main form input[type=radio]+label,
main form input[type=checkbox]+label {
    padding: 0 15px 0 22px;
}
main form input[type=radio]+label::before,
main form input[type=checkbox]+label::before {
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -9px;
    background: var(--i_sub2_color);
}
main form input[type=radio]+label::before {
    border-radius: 30px;
}
main form input[type=radio]:checked+label::after,
main form input[type=checkbox]:checked+label::after {
    left: 4px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: var(--i_sub_color);
}
main form input[type=radio]:checked+label::after {
    border-radius: 100%;
}

/*----------------------------widget_link----------------------------*/
.widget_link .inner_item_txt {
    font-size: 2rem;
}
.widget_link .inner_item_url {
    color: var(--i_main_color) !important;
    font-weight: 600;
}
.widget_link.block_link_1 .wrapper_item a {
    border-left: 3px solid var(--i_main_color) !important;
}

/*----------------------------widget_lp01----------------------------*/
.widget_lp01 li a:hover {
    opacity: 0.8;
}
.widget_lp01 li a div span {
    background-size: 60% auto;
}

/*----------------------------widget_menu01----------------------------*/
.widget_menu01 h3 {
    vertical-align: central;
    font-size: 1.7rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.widget_menu01 li dd {
    font-size: 1.3rem;
    letter-spacing: 0;
}

/*----------------------------widget_menu02----------------------------*/
.widget_menu02 h3 {
    vertical-align: central;
    font-size: 1.7rem;
    letter-spacing: 1px;
}
.widget_menu02 li>p {
    font-size: 1.3rem;
    letter-spacing: 0;
}

/*----------------------------widget_news02----------------------------*/
.block_news_2 li {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05) !important;
}
.block_news_2 li a {
    padding: 30px;
}
.block_news_2 li a:after {}
.block_news_2 li a:hover:after {
    border-width: 10px !important;
}
.block_news_2 li:nth-child(2n) {
    background: #fff !important;
}

/*----------------------------widget_shop01----------------------------*/
.widget_staff01 .inner_item a:hover * {
    opacity: 0.8;
}
.widget_staff01 .sub {
    font-size: 1.2rem;
    font-weight: bold;
}

/*----------------------------widget_tel----------------------------*/
.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span {
    font-size: 3.6rem;
    letter-spacing: 0.1rem;
    line-height: 1.1;
    padding: 20px;
}
@media screen and (max-width: 450px) {
    .widget_tel .inner_item_tel a,
    .widget_tel .inner_item_tel span {
        font-size: 2.6rem;
        padding: 15px 10px;
    }
    .widget_tel .inner_item_tel img {
        margin: 0 5px -2px 0;
    }
    .widget_tel .inner_item_tel svg {
        height: 16px;
        width: 16px;
    }
}

/*------------------glossary_archive------------------------*/
.glossary_archive .content_wrapper article {
    margin-bottom: 30px;
    padding-bottom: 30px;
    /*★1*/
}
.glossary_archive .content_wrapper .heading.block_header_2 {
    margin-bottom: 10px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h {
    font-size: 1.8rem;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
    content: "View More";
    position: absolute;
    width: 150px;
    bottom: 32px;
    /*★1 + 数px*/
    right: 0;
    text-align: center;
    font-size: 1.5rem;
    padding: 3px 10px;
    font-weight: 600;
}
.glossary_archive .content_wrapper article .entry_body {
    padding-right: 180px;
}
@media screen and (max-width: 1224px) {
    .glossary_archive .content_wrapper .heading.block_header_2 a:after {
        bottom: calc(32px + 1.8rem);
        /*★1 + 数px*/
    }
}
@media screen and (max-width: 650px) {
    .glossary_archive .content_wrapper article {
        padding-bottom: 60px;
    }
    .glossary_archive .content_wrapper .heading.block_header_2 a:after {
        bottom: 30px;
        /*★1*/
    }
    .glossary_archive .content_wrapper article .entry_body {
        padding-right: 0;
    }
}

/*------------------recruit------------------------*/
.recruit_archive.add_design1 .recruitment_list .inner_item {
    background: rgba(255, 255, 255, .8);
}
.index main>section:first-child+div.composite_box01 .heading.block_header_4 .h,
.index main>section:first-child+div+div.composite_box01 .heading.block_header_4 .h {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px) {
    .index main>section:first-child+div.composite_box01 .heading.block_header_4 .h,
    .index main>section:first-child+div+div.composite_box01 .heading.block_header_4 .h {
        font-size: 2.1rem;
    }
}

/*------------------blog------------------------*/
.block_news_2 li {
    border: 1px solid var(--i_border_color);
}

/*------------------btn中央寄せ------------------*/
@media screen and (max-width: 950px) {
    .index .contents_box01 .inner_item_txt .contents_btn01 {
        text-align: center;
    }
}

/*------------------ft調整------------------*/
@media screen and (min-width: 701px) {
    footer nav:nth-last-child(2),
    footer .logo {
        margin-bottom: 20px !important;
    }
}

/*------------------見出し中央寄せ------------------*/
@media screen and (max-width: 900px) {
    .heading.block_header_1.align-left,
    .heading.block_header_6.align-left {
        align-items: center;
    }
    #feature+section .heading.block_header_2 {
        text-align: center;
    }
}

/*------------------con------------------*/
#con+div .heading.block_header_4 .h {
    font-size: 4rem !important;
}
#con+div .inner_item_img img {
    border-radius: 20px;
    height: auto !important;
}
@media screen and (min-width: 901px) {
    #con+div .inner_item:nth-child(1) {
        width: 20%;
    }
    #con+div .inner_item:nth-child(2) {
        align-self: center;
    }
    #con+div .inner_item:nth-child(3) {
        width: 40%;
        align-self: center;
    }
    #con+div .inner_item:nth-child(1) .heading.block_header_4 .h {
        writing-mode: vertical-rl;
    }
    #con+div .contents_btn01 {
        text-align: left;
    }
}

@media screen and (max-width: 900px) {
    #con+div .inner_item {
        width: 100%;
        margin-left: 0 !important;
    }
    #con+div .inner_item:nth-child(2) {
        order: 3;
    }
    #con+div .inner_item:nth-child(3) {
        order: 2;
    }
    #con+div .inner_item_img img {
        width: 75% !important;
        aspect-ratio: 3 /2;
    }
}

@media screen and (max-width: 800px) {
    #con+div .heading.block_header_4 .h {
        font-size: 2.8rem !important;
    }
}

/*------------------top_txt------------------------*/
#top_txt+section {
    background-position: 40% 50% !important;
}

@media screen and (min-width: 1201px) {
    #top_txt+section>.content_wrapper {
        margin-right: 10%;
    }
    #top_txt+section .contents_btn01 .content_wrapper {
        text-align: left;
    }
}

@media screen and (max-width: 1200px) {
    #top_txt+section::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        background: var(--i_bg_color);
        opacity: 0.5;
    }
    #top_txt+section .heading.block_header_1 {
        align-items: center;
    }
}

/*------------------c2------------------------*/
#c2+.composite_box01 .inner_item>a {
    position: relative;
}
#c2+.composite_box01 .inner_item>a:before {
    display: block;
    position: absolute;
    content: "";
    background: var(--i_main_color);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    bottom: -25px;
    right: 25px;
    z-index: 2;
    transition: all 0.3s ease;
}
#c2+.composite_box01 .inner_item>a:after {
    display: block;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    bottom: -6px;
    right: 46px;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    z-index: 2;
}
#c2+.composite_box01 .inner_item:hover a:before {
    transform: scale(1.2);
}
#c2+.composite_box01 .wrapper_item {
    justify-content: space-between;
}
a[id^="c2"]+div .inner_item_txt {
    margin-top: 30px !important;
}
a[id^="c2"]+.composite_box01 .heading.block_header_4 .h {
    font-size: 3.4rem !important;
    color: var(--i_main_color);
    line-height: 1.4;
}
a[id^="c2"]+.composite_box01 .heading.block_header_4 p {
    color: var(--i_txt_color);
    font-size: 1.6rem !important;
}
a[id^="c2"]+.composite_box01 .inner_item_img img {
    border-radius: 20px;
}
@media screen and (max-width: 760px) {
    #c2+.composite_box01 .inner_item,
    #c2+.composite_box01 .inner_item:nth-of-type(2n-1):nth-last-of-type(2),
    #c2+.composite_box01 .inner_item:nth-of-type(2n-1):nth-last-of-type(2) {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px !important;
    }
    #c2+.composite_box01.block_images_1 .inner_item:nth-of-type(2n) {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 800px) {
    a[id^="c2"]+.composite_box01 .heading.block_header_4 .h {
        font-size: 2.5rem !important;
    }
    a[id^="c2"]+.composite_box01 .heading.block_header_4 p {
        font-size: 1.5rem !important;
    }
}
@media screen and (max-width: 900px) {
    #c2+.composite_box01 .content_wrapper {
        padding-top: 65px;
    }
}

/*------------------blog_type07------------------*/
#blog_type07+.block_news_1.add_design6 .content_wrapper li a span {
    overflow: hidden
}
#blog_type07+.block_news_1.add_design6 ul li {
    background: var(--i_bg_color);
    margin-bottom: 15px;
}
#blog_type07+.block_news_1.add_design6 ul li:last-child {
    margin-bottom: 0;
}
#blog_type07+.block_news_1.add_design6 ul li a span,
#blog_type07+.block_news_1.add_design6 ul li a span img {
    border-radius: 20px;
}
#blog_type07+.block_news_1.add_design6 ul li a span img {
    transition: transform .3s ease-in-out;
}
#blog_type07+.block_news_1.add_design6 ul li a:hover span img {
    transform: scale(1.1);
}
#blog_type07+.block_news_1.add_design6 .content_wrapper li:nth-of-type(n+2) a span {
    left: 15px;
}
#blog_type07+.block_news_1.add_design6 li a>*:not(span) {
    padding-right: 15px;
}
#blog_type07+.block_news_1.add_design6 .content_wrapper li>p,
#blog_type07+.block_news_1.add_design6 .content_wrapper li a>p,
#blog_type07+.block_news_1.add_design6 .content_wrapper li div {
    box-sizing: border-box;
}
#blog_type07+.block_news_1.add_design6 .content_wrapper li a span {
    left: 15px;
}
#blog_type07+.block_news_1.add_design6 ul li {
    border: none !important;
}
@media screen and (min-width: 851px) {
    #blog_type07+.block_news_1.add_design6 ul {
        display: grid;
        grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
        min-width: 0;
        align-items: stretch;
        justify-content: space-between;
    }
    #blog_type07+.block_news_1.add_design6 ul li:first-child {
        grid-row: 1 / 5;
        grid-column: 1;
        border-bottom: none;
        padding: 15px;
        align-items: start;
        margin-bottom: 0;
    }
    #blog_type07+.block_news_1.add_design6 ul li:nth-of-type(n+2) {
        grid-column: 2;
        border-bottom: none;
        margin-bottom: 15px;
    }
    #blog_type07+.block_news_1.add_design6 ul li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    #blog_type07+.block_news_1.add_design6 .content_wrapper ul>li {
        width: 100%;
    }
    #blog_type07+.block_news_1.add_design6 ul li:first-child,
    #blog_type07+.block_news_1.add_design6 .content_wrapper ul>li:nth-of-type(2) {
        border-top: none;
    }
    #blog_type07+.block_news_1.add_design6 ul li:first-child a {
        display: block;
        padding: 0;
    }
    #blog_type07+.block_news_1.add_design6 ul li:first-child a span {
        width: 100%;
        position: relative;
        top: 0;
        aspect-ratio: 16 / 9;
        padding: 0;
        height: auto;
        margin-bottom: 20px;
        left: 0;
    }
    #blog_type07+.block_news_1.add_design6 .content_wrapper li:first-child a>div p:first-child {
        font-size: 2.0rem;
    }
}

@media screen and (max-width: 1223px) {
    #blog_type07+.block_news_1.add_design6 .content_wrapper li a {
        padding: 15px 0 15px 20vw;
    }
}

@media screen and (max-width: 650px) {
    #blog_type07+.block_news_1.add_design6 .content_wrapper li a {
        padding: 10px 0 10px 28vw;
    }
    #blog_type07+.block_news_1.add_design6 ul li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 450px) {
    #blog_type07+.block_news_1.add_design6 .content_wrapper li a {
        padding: 10px 0 10px 32vw;
    }
}

/*------------------blog_type05------------------*/
#blog_type05+.block_news_2>.content_wrapper {
    display: grid;
    grid-template-columns: 30% 65%;
    align-items: center;
    justify-content: space-between;
    max-width: none !important;
    width: 85%;
    margin-right: 0;
}
#blog_type05+.block_news_2 .content_wrapper>.heading {
    grid-row: 1;
    grid-column: 1;
}
#blog_type05+.block_news_2 .content_wrapper>.add_text {
    grid-row: 2;
    grid-column: 1;
    font-size: 95%;
}
#blog_type05+.block_news_2 .content_wrapper>ul {
    grid-row: 1/4;
    grid-column: 2;
    min-width: 0;
    width: 100%;
}
#blog_type05+.block_news_2 ul li::before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    bottom: 28px;
    right: 24px;
    z-index: 1;
    transition: .3s ease-in-out;
}
#blog_type05+.block_news_2 ul li::after {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    background: var(--i_sub_color);
    border: 1px solid var(--i_sub_color);
    border-radius: 50%;
    bottom: 20px;
    right: 15px;
    transition: .3s ease-in-out;
}
#blog_type05+.block_news_2 .content_wrapper>.contents_btn01 {
    grid-row: 3;
    grid-column: 1;
    padding-top: 0;
    padding-left: 0;
}
#blog_type05+.block_news_2 .content_wrapper li a p {
    font-size: 90%;
}
#blog_type05+.block_news_2 li {
    width: 31%;
    position: relative;
    border: 1px solid var(--i_border_color);
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.05) !important;
    border-radius: 20px;
}
#blog_type05+.block_news_2 li a:after {
    border-radius: 20px;
}
#blog_type05+.block_news_2 li a>p:nth-of-type(1)::before {
    display: none;
}
#blog_type05+.block_news_2 li a>p {
    padding-left: 0;
}
#blog_type05+div .content_wrapper .contents_btn01 .content_wrapper {
    text-align: left;
}
@media screen and (max-width: 1400px) {
    #blog_type05+.block_news_2>.content_wrapper {
        width: 100%;
        margin-right: auto;
    }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
    #blog_type05+.block_news_2 .content_wrapper>.contents_btn01 a {
        box-sizing: border-box;
    }
}
@media screen and (max-width: 768px) {
    #blog_type05+.block_news_2>.content_wrapper {
        display: block;
    }
    #blog_type05+.block_news_2 .content_wrapper>.contents_btn01 {
        padding-top: 30px;
        padding-left: 8px;
    }
    #blog_type05+.block_news_2 .content_wrapper>.contents_btn01>.content_wrapper {
        text-align: center;
    }
    #blog_type05+.block_news_2 .content_wrapper>.contents_btn01 a {
        min-width: 200px;
    }
}
@media screen and (max-width: 700px) {
    #blog_type05+.block_news_2 li {
        width: 47%;
    }
    #blog_type05+.block_news_2 li:nth-of-type(3) {
        display: none;
    }
}

/*------------------feature------------------*/
#feature+section {
    background-position: 65% 50% !important;
}
#feature+section>.content_wrapper {
    background: rgb(255 255 255 / 85%);
}
/*中央寄せ*/
@media screen and (max-width: 900px) {

    .index .heading.block_header_1.align-left,
    .index .heading.block_header_6.align-left {
        align-items: center;
    }
    .index .contents_box01.block_text_2 .contents_btn01 .content_wrapper,
    .index .heading.block_header_1 p,
    .index .heading.block_header_6 .h,
    #con+div .heading.block_header_4 .h {
        text-align: center;
    }
}

/*mv調整*/
#mv .mv_img li img {
    object-position: 80% 90% !important;
}
section.gallery_archive .category1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
}
section.gallery_archive .category1 li {
    width: calc(25% - 1rem * 3 / 4);
    margin-bottom: 0;
}
section.gallery_archive .category1 li a {
    margin: 0;
    padding: 7px 0px;
}
@media screen and (max-width: 900px) {
    section.gallery_archive .category1 {
        max-width: 450px;
    }
    section.gallery_archive .category1 li {
        width: calc(50% - 1rem * 1 / 2);
    }
}
@media screen and (max-width: 400px) {
    section.gallery_archive .category1 li a {
        font-size: 1.3rem;
    }
}

/*------------------20260331圧縮--------------------*/
.ss header:not(.nofixed){top:0!important;opacity:1!important;position:fixed!important}#recommen+div .inner_item .heading>p,body[data-type="gallery2_archive"] section.gallery_archive .inner_item .heading p,body[data-type="gallery2_detail"] section.gallery_single .heading.block_header_2 p{display:none}#recommen+div .inner_item .heading>div:first-of-type,body[data-type="gallery2_archive"] section.gallery_archive .inner_item .heading{margin-bottom:10px}#recommen+div .inner_item .heading p,body[data-type="gallery2_archive"] section.gallery_archive .inner_item .infotxt p,body[data-type="gallery2_detail"] section.gallery_single .inner_item_txt p{line-height:1.4}#recommen+div .inner_item .heading p.subsidy{color:#D43B3B;font-weight:600;margin-top:5px}body[data-type="gallery2_archive"] section.gallery_archive .inner_item .heading,body[data-type="gallery2_archive"] section.gallery_archive .inner_item .infotxt,body[data-type="gallery2_detail"] section.gallery_single .heading.block_header_2,body[data-type="gallery2_detail"] section.gallery_single .inner_item_txt{text-align:center}body[data-type="gallery2_detail"] section.gallery_single .heading.block_header_2 .h{color:var(--i_txt_color)}#top_flow+div.dec3_9.composite_box01.block_images_1 .heading+.add_text{margin-bottom:40px}#top_flow+div.dec3_9.composite_box01.block_images_1 .wrapper_item{justify-content:center}#top_flow+div.dec3_9.composite_box01.block_images_1 .inner_item.empty{display:none}#top_flow+div.dec3_9.composite_box01.block_images_1 .inner_item:before{content:counter(number);width:8rem}#top_flow+div .inner_item{position:relative}#top_flow+div .inner_item:not(:nth-child(5))::after{content:"";display:block;width:6rem;height:8rem;position:absolute;top:0;right:-6rem;pointer-events:none;background:url(/common/upload_data/eco-sumajp/image/arrow.png) no-repeat center / contain;transform:scale(0);opacity:0;transition:transform 0.4s ease,opacity 0.4s ease}#top_flow+div .inner_item.inner_item.show::after{transform:scale(1);opacity:1}#top_flow+div .inner_item:nth-child(3)::after{transform:translate(-6rem,1rem) rotate(135deg) scale(0)}#top_flow+div .inner_item.show:nth-child(3)::after{transform:translate(-6rem,1rem) rotate(135deg) scale(1)}@media screen and (min-width:769px) and (max-width:900px){#top_flow+div .inner_item:nth-child(2)::after{display:none}#top_flow+div .inner_item:nth-child(3)::after{transform:translate(0,0) rotate(0deg) scale(0)}#top_flow+div .inner_item.show:nth-child(3)::after{transform:translate(0,0) rotate(0deg) scale(1)}#top_flow+div .inner_item:nth-child(4)::after{transform:translate(-6rem,1rem) rotate(135deg) scale(0);top:auto;bottom:-8vw;left:13rem}#top_flow+div .inner_item.show:nth-child(4)::after{transform:translate(-6rem,1rem) rotate(135deg) scale(1)}}@media screen and (max-width:768px){#top_flow+div .inner_item:not(:nth-child(5)){padding-bottom:80px}#top_flow+div .inner_item:not(:nth-child(5))::after{width:5rem;top:auto;bottom:-1rem;left:50%;transform:translateX(-50%) rotate(90deg) scale(0);transform-origin:center center}#top_flow+div .inner_item.show:not(:nth-child(5))::after{transform:translateX(-50%) rotate(90deg) scale(1)}}a[id^="system"]+div .heading+.add_text{font-weight:600;font-size:2.4rem}a[id^="system"]+div .inner_item{justify-content:center}a[id^="system"]+div .inner_item_txt h3{font-size:2.5rem;margin-bottom:10px}a[id^="system"]+div .inner_item_txt dl{display:flex;justify-content:space-between}a[id^="system"]+div .inner_item_txt .before,a[id^="system"]+div .l_1>div>p{color:#D43B3B}a[id^="system"]+div .inner_item_txt .after{color:#1e58bb}a[id^="system"]+div .inner_item_img img{width:auto!important;height:auto!important;object-fit:contain}a[id^="system"]+div .l_1,a[id^="system"]+div .l_2,a[id^="system"]+div .r_1,a[id^="system"]+div .r_1 .collect{border-radius:20px;padding:30px}a[id^="system"]+div .l_1{background:#fbdcb0}a[id^="system"]+div .l_1>div{background:#fff;border-radius:20px;padding:20px;margin-top:20px;box-shadow:6px 6px 13px 0 rgb(163 141 111 / 20%)}a[id^="system"]+div .l_1>div>p{text-align:center!important;font-weight:600;margin-top:5px}a[id^="system"]+div .l_2{background:#ffd1b4;margin-top:20px}a[id^="system"]+div .r_1{background:#fdc775;height:100%;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}a[id^="system"]+div .r_1 .bar{position:relative;background:var(--i_bg_color);height:5px;border-radius:10px;margin:20px 0}a[id^="system"]+div .r_1 .bar::before{content:"";display:block;width:65%;height:100%;position:absolute;top:0;left:0;border-radius:10px;pointer-events:none;background:#06d6a0}a[id^="system"]+div .r_1 .bar+dl dd{font-weight:600}a[id^="system"]+div .r_1 .collect{background:#fff;box-shadow:6px 6px 13px 0 rgb(185 141 75 / 25%);margin-top:20px}a[id^="system"]+div .r_1 .collect p{font-size:2.2rem;line-height:1.5;margin-bottom:0}a[id^="system"]+div .r_1 .collect em{font-size:5rem;font-style:normal;font-weight:600;color:var(--i_main_color);font-family:'Noto Sans JP',"Open Sans","Helvetica Neue",Helvetica,Arial,Verdana,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif}a[id^="system"]+div .r_1 .collect span{font-size:1.6rem}@media screen and (max-width:900px){a[id^="system"]+div .l_1,a[id^="system"]+div .l_2,a[id^="system"]+div .r_1,a[id^="system"]+div .r_1 .collect{padding:20px}}@media screen and (max-width:800px){a[id^="system"]+div .r_1 .collect em{font-size:3.5rem}a[id^="system"]+div .heading+.add_text{font-size:1.7rem}a[id^="system"]+div .inner_item_txt h3{font-size:2rem}}@media screen and (max-width:480px){a[id^="system"]+div .l_1>div{padding:5%}}#system_sb+div .inner_item_img img{max-width:220px}#system_solar+div .inner_item_img img{border-radius:20px}@media screen and (max-width:768px){#system_ec+div .inner_item_img img{width:60%!important}#system_sb+div .inner_item_img img{width:30%!important}}#top_guide+div .heading.block_header_1 p{margin-bottom:10px}#top_guide+div .inner_item{background:#fff;border-radius:20px;border:3px solid var(--i_txt_color)}#top_guide+div .inner_item .heading{background:#06d6a0;border-radius:17px 17px 0 0;padding:30px}#top_guide+div .inner_item:nth-child(2) .heading{background:#239ec5}#top_guide+div .inner_item:nth-child(3) .heading{background:#ea5472}#top_guide+div .inner_item .heading.block_header_4 .h{color:var(--i_txt_color);font-size:3rem!important}#top_guide+div .inner_item .inner_item_txt{padding:0 20px 20px 20px}#top_guide+div .inner_item .inner_item_txt>p{font-weight:600}#top_guide+div .inner_item .inner_item_txt dl{display:flex;justify-content:space-between}#top_guide+div .inner_item .inner_item_txt>p.point{margin-top:20px;margin-bottom:5px}#top_guide+div .inner_item .inner_item_txt ul{text-align:left}#top_guide_t+section.dec1_1:not(.block_images_21)>.content_wrapper{background:#fbdcb0}#top_guide_t+section .block_header_4 .h{font-size:2.6rem!important;color:var(--i_txt_color)}@media screen and (max-width:800px){#top_guide_t+section .block_header_4 .h{font-size:2.1rem!important}}#top_guide+div .inner_item .inner_item_txt>p:first-child{padding-top:95px}#top_guide+div .inner_item .inner_item_txt>p:first-child{background:url(/common/upload_data/eco-sumajp/image/i1_1.png) no-repeat center top / 120px auto}#top_guide+div .inner_item:nth-child(2) .inner_item_txt>p:first-child{background:url(/common/upload_data/eco-sumajp/image/i2_1.png) no-repeat center top / 120px auto}#top_guide+div .inner_item:nth-child(3) .inner_item_txt>p:first-child{background:url(/common/upload_data/eco-sumajp/image/i3_1.png) no-repeat center top / 120px auto}@media screen and (max-width:900px){#top_guide+div .inner_item .inner_item_txt>p:first-child{padding-top:80px}#top_guide+div .inner_item .inner_item_txt>p:first-child,#top_guide+div .inner_item:nth-child(2) .inner_item_txt>p:first-child,#top_guide+div .inner_item:nth-child(3) .inner_item_txt>p:first-child{background-size:95px auto}}.popimgwrap .popclose{width:48px;height:48px;top:-40px;right:-60px;font-size:12rem}@media screen and (min-width:901px) and (max-height:700px){.popimgwrap .popclose{top:-30px}}@media screen and (max-width:700px){.popimgwrap .popclose{top:-35px;right:-40px;font-size:7rem}}a#ird+.widget_gallery01.add_design2 .wrapper_item .inner_item>a{background:#ffede9}a#ird+.widget_gallery01.add_design2 .wrapper_item .inner_item>a:after{color:var(--i_txt_color)}a#ird+.widget_gallery01.add_design2 .inner_item .heading.block_header_2 .h{color:var(--i_txt_color)}#recommen+div .inner_item .heading p.subsidy{font-weight:800;font-size:3rem;letter-spacing:-.1rem;text-shadow:1px 1px #1a5634,1px 1px #1a5634,1px 1px #1a5634,1px 1px #1a5634}#recommen+div .inner_item .heading p.subsidy span{text-shadow:3px 3px 3px #000,-3px -3px 3px #000,-3px 3px 3px #000,3px -3px 3px #000,3px 0 3px #000,-3px 0 3px #000,0 3px 3px #000,0 -3px 3px #000;font-size:3.4rem}@media screen and (max-width:900px){#recommen+div .inner_item .heading p.subsidy{font-size:2.8rem}#recommen+div .inner_item .heading p.subsidy span{font-size:3.2rem}}.footer_bar1,.footer_bar2,.footer_bar3{display:none}header .gsc-control-cse{background-color:transparent;border:0}header table.gsc-search-box td.gsc-input{padding-right:0}header table.gsc-search-box tr{position:relative}header table.gsc-search-box .gsc-search-button{position:absolute;top:50%;transform:translateY(-50%);left:5px;margin-left:0;width:auto}header .gsc-search-button-v2{border:none;background:transparent;padding:0;transition:.4s ease-in-out}header .gsc-search-button-v2:hover{background:none;border:none;opacity:.7}header .gsc-search-button-v2 svg{fill:#9e9e9e;width:18px;height:18px;cursor:pointer}header .gsib_a{padding-left:35px}header .gsst_a{pointer-events:auto!important;margin:0!important;display:flex}header input.gsc-input{background:none!important}header .gsc-input-box{background:#eee;min-width:200px}header .gsst_a .gscb_a{color:#9e9e9e}header .gsc-control-cse{padding:0 0 0 5px;margin-top:8px}@media screen and (max-width:900px){#___gcse_0{display:none}}.gallery_archive.add_design2 .inner_item a img{object-fit:contain}#fixbtn .fixbtntel{flex-grow:inherit}#fixbtn .inner{max-width:1000px}.header_col1 .teli{display:none}.footer_btn1 .br,.footer_btn2 .br{display:none}.footer_btn1 a,.footer_btn2 a{position:relative;font-weight:600;color:#fefb00;font-size:1.8rem;background:#01ba52;padding:13px 25px 13px 55px;border-radius:7px;box-shadow:0 0 0 3px #45d987;margin:6px 0;transition:.3s ease-in-out;line-height:1.35;display:flex;align-items:center}.footer_btn1 a{margin-right:2px;margin-left:8px}.footer_btn2 a{margin-left:2px;margin-right:8px}.footer_btn2 a{background:#ff9600;box-shadow:0 0 0 3px #ffbf63}.footer_btn1 a:hover,.footer_btn2 a:hover{opacity:.75}.footer_btn1 a::before,.footer_btn2 a::before{position:absolute;content:"";left:15px;width:29px;height:29px;background:url(/common/upload_data/eco-sumajp/image/contact_ico2.png) top left no-repeat;background-size:contain}.footer_btn2 a::before{background:url(/common/upload_data/eco-sumajp/image/contact_ico4.png) top left no-repeat;width:29px;height:29px;background-size:contain}.footer_btn2{padding-left:0px!important}#fixbtn .teli{background:#e93a10;padding:3px;color:#fff;letter-spacing:.1rem}@media screen and (max-width:1000px){.footer_btn1 .br,.footer_btn2 .br{display:block}}@media screen and (max-width:750px){.footer_btn1 a,.footer_btn2 a{font-size:1.6rem}.footer_btn1 a,.footer_btn2 a{padding:8px 21px 8px 50px}}@media screen and (max-width:400px){#fixbtn .fixbtntel>a{font-size:2.6rem!important}}header .nav_1st>li:nth-child(3)>a{pointer-events:none}.index .heading.block_header_1 p,.index .heading.block_header_6 .h{font-size:4.4rem;color:#37332d;position:relative;padding-bottom:15px}.index .heading.block_header_1 .h,.index .heading.block_header_6 p{color:#e93a10;margin-top:10px}.index .heading.block_header_1 p:after,.index .heading.block_header_6 .h:after{position:absolute;display:block;content:"";width:80px;height:4px;bottom:0;left:calc(50% - 40px);background:#e93a10;pointer-events:none}@media screen and (max-width:900px){.index .heading.block_header_1 p,.index .heading.block_header_6 .h{font-size:2.9rem;padding-bottom:15px}.index .heading.block_header_1 p:after,.index .heading.block_header_6 .h:after{width:44px;left:calc(50% - 22px)}}.heading.block_header_4 .h{color:#e93a10}header#pattern2 nav ul.nav_1st>li>a span{line-height:2.5}header{background:rgba(255,255,255,.85)}header nav ul.nav_1st{background:none;border-radius:0;padding:0px!important;border:none}header nav ul.nav_1st>li>a:hover span{color:#e93a10}header .header_contents .header_col1 .btn>a,.contents_btn01 a{border-radius:100px;background:#e93a10;border:none;border-bottom:5px solid #c92600}header .header_contents .header_col1 .btn>a span{padding:11px 5px 7px!important}.contents_btn01 a span{padding:14px 25px 11px}.contents_btn01 a:hover,main form .submit span input:hover{background-position:right center;background-size:200% auto;animation:btn 1.5s infinite}@keyframes btn{0%{box-shadow:0 0 0 0 #e93a10}70%{box-shadow:0 0 0 10px rgb(233 58 16 / 0%)}100%{box-shadow:0 0 0 0 rgb(233 58 16 / 0%)}}@media screen and (max-width:600px){#fixbtn .contents_btn01 a span{padding:9px 10px 7px}}#mv .mv_img{z-index:0}#mv{width:65%;height:90vh;max-height:900px!important}#mv .mv_img li img{object-fit:contain!important}#mv_outer{position:relative;background:url(/common/upload_data/eco-sumajp/image/20250909125309.png) #fff;background-position:center center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width:901px){.view_gallery_archive[data-type="gallery2_archive"] .inner_item{width:23.5%;margin:0 2% 0 0;border:3px solid #e93a10;padding:5px}.view_gallery_archive[data-type="gallery2_archive"] .inner_item:nth-of-type(3n){margin-right:2%}.view_gallery_archive[data-type="gallery2_archive"] .inner_item:nth-of-type(4n){margin-right:0}}@media screen and (max-width:900px){.view_gallery_archive[data-type="gallery2_archive"] .inner_item{border:2px solid #e93a10;padding:5px}}@media screen and (max-width:600px){.view_gallery_archive[data-type="gallery2_archive"] .wrapper_item{display:flex}.view_gallery_archive[data-type="gallery2_archive"] .inner_item{width:48%!important;margin:0 4% 0 0!important}.view_gallery_archive[data-type="gallery2_archive"] .wrapper_item .inner_item:nth-last-child(n+1){margin-bottom:30px!important}.view_gallery_archive[data-type="gallery2_archive"] .inner_item:nth-of-type(2n){margin-right:0!important}}.heading.block_header_1 p,.heading.block_header_6 .h{padding-bottom:15px;color:var(--i_txt_color)}.heading.block_header_1 p:after,.heading.block_header_6 .h:after{position:absolute;display:block;content:"";width:80px;height:4px;bottom:0;left:calc(50% - 40px);background:var(--i_main_color);pointer-events:none}@media screen and (max-width:900px){.heading.block_header_1 p:after,.heading.block_header_6 .h:after{width:44px;left:calc(50% - 22px)}}.heading.block_header_1 .h,.heading.block_header_6 p{margin-top:10px;color:var(--i_main_color)}.heading.block_header_2 .h,.heading.block_header_4 .h,.heading.block_header_5 .h,.gallery_archive.add_design2 .inner_item .heading.block_header_2 .h{background:linear-gradient(transparent 70%,#ffd8cf 30%);display:inline!important}#map+section .heading.block_header_2 .h{background:none;display:block}#sidebar .heading.block_header_5 h4.h{background:none}#contact_bnr+div .inner_item a+.inner_item_txt{margin-top:0}#contact_bnr+div .inner_item .heading.block_header_4 .h{padding-left:46px;position:relative}#contact_bnr+div .inner_item .heading.block_header_4 .h::before{position:absolute;content:"";top:0;left:0;width:40px;height:100%;background:url(/common/upload_data/eco-sumajp/image/contact_ico1_1.png) top left no-repeat;background-size:contain}#contact_bnr+div .inner_item:nth-child(2) .heading.block_header_4 .h::before{background:url(/common/upload_data/eco-sumajp/image/contact_ico2.png) top left no-repeat;background-size:contain;width:40px}#contact_bnr+div .inner_item:nth-child(3) .heading.block_header_4 .h::before{background:url(/common/upload_data/eco-sumajp/image/contact_ico3_1.png) top left no-repeat;background-size:contain;width:40px}#contact_bnr+div .inner_item>a{padding:55px;background:#4171cf;transition:.3s ease-in-out;border-radius:8px;border-bottom:6px solid rgba(0,0,0,.25);box-shadow:0 0 0 3px #fff;margin:3px}#contact_bnr+div .inner_item:nth-child(2)>a{background:#01ba52}#contact_bnr+div .inner_item:nth-child(3)>a{background:#ff9600}#contact_bnr+div .inner_item>a:hover{background:#6091f0}#contact_bnr+div .inner_item:nth-child(2)>a:hover{background:#1dcb69}#contact_bnr+div .inner_item:nth-child(3)>a:hover{background:#ffb141}#contact_bnr+div .inner_item_txt .heading{height:115px!important}#contact_bnr+div .inner_item_txt .heading::before{display:none}#contact_bnr+div .heading.block_header_4 .h{font-size:2.5rem!important;display:inline-block;width:auto;margin:0 auto;line-height:1.3;letter-spacing:-.1rem;background:none}#contact_bnr+div .inner_item:first-child .heading.block_header_4 .h{font-size:2.9rem!important;letter-spacing:.2rem;line-height:1}#contact_bnr+div .heading.block_header_4 p{font-size:1.6rem;margin-top:5px}#contact_bnr+div .inner_item{position:relative;margin-top:62px;width:30%}#contact_bnr+div .inner_item::before{width:30%;position:absolute;content:"";top:-58px;left:auto;right:auto;width:100%;height:50px;background:url(/common/upload_data/eco-sumajp/image/contact_text1_1.png) top center no-repeat;background-size:contain}#contact_bnr+div .inner_item:nth-child(2)::before{background:url(/common/upload_data/eco-sumajp/image/contact_text2_1.png) top center no-repeat;background-size:contain}#contact_bnr+div .inner_item:nth-child(3)::before{background:url(/common/upload_data/eco-sumajp/image/contact_text3_2.png) top center no-repeat;background-size:contain}@media screen and (max-width:900px){#contact_bnr+div .heading.block_header_4 .h{font-size:2.4rem!important}#contact_bnr+div .inner_item:first-child .heading.block_header_4 .h{font-size:2.5rem!important}#contact_bnr+div .inner_item:nth-of-type(3):nth-last-of-type(1){margin-left:3.5%!important}}@media screen and (max-width:768px){#contact_bnr+div .inner_item{width:97%!important;margin-left:1.5%!important;margin-right:1.5%!important}#contact_bnr+div .inner_item:nth-of-type(3):nth-last-of-type(1){margin-left:1.5%!important}}@media screen and (max-width:480px){#contact_bnr+div .inner_item .heading.block_header_4 .h{padding-left:35px}#contact_bnr+div .inner_item_txt .heading{height:100px!important}#contact_bnr+div .heading.block_header_4 .h{font-size:2.1rem!important}#contact_bnr+div .inner_item>a{padding:45px}#contact_bnr+div .inner_item{margin-top:48px;margin-bottom:20px}#contact_bnr+div .inner_item::before{top:-48px;height:40px}}body.introduction section.gallery_archive .content_wrapper{max-width:1600px!important}body.introduction section.gallery_archive .category1{max-width:1160px}body.introduction section.gallery_archive .inner_item{padding:12px;box-shadow:3px 3px 3px rgba(0,0,0,.2)}body.introduction section.gallery_archive .hojyo{background:#e93a10;color:#fff;padding:3px 0 2px 0;margin-top:10px!important;margin-bottom:-5px}body.introduction section.gallery_archive .inner_item .heading p{font-size:1.4rem!important;margin-top:5px;line-height:1.5}body.introduction section.gallery_archive .price{color:#e93a10;font-size:3.7rem;font-weight:600;line-height:1.4}body.introduction section.gallery_archive .subsidy .tax{color:#37332d;font-size:1.5rem;font-weight:600}body.introduction section.gallery_archive .subsidy .en{color:#37332d;font-size:1.9rem;font-weight:600}body.introduction section.gallery_archive .inner_item .heading p{font-size:1.4rem!important;margin-top:5px;line-height:1.5}body.introduction section.gallery_archive .subsidy{margin-top:5px}@media screen and (max-width:1000px){body.introduction section.gallery_archive .inner_item .heading.block_header_2 .h{font-size:1.6rem!important}body.introduction section.gallery_archive .inner_item .heading p{font-size:1.15rem!important}body.introduction section.gallery_archive .subsidy span{font-size:2.5rem}body.introduction section.gallery_archive .subsidy .tax{font-size:1.3rem}body.introduction section.gallery_archive .subsidy .en{font-size:1.5rem}}@media screen and (max-width:600px){body.introduction section.gallery_archive .subsidy span{font-size:2rem}body.introduction section.gallery_archive .subsidy .tax,body.introduction section.gallery_archive .subsidy .en{font-size:1.25rem}}@media screen and (max-width:400px){body.introduction section.gallery_archive .subsidy span{font-size:1.95rem;letter-spacing:-.1rem}body.introduction section.gallery_archive .subsidy .tax,body.introduction section.gallery_archive .subsidy .en{font-size:1.1rem}}#map+section .inner_item_img a,#reason+section .inner_item_img a{pointer-events:unset!important}div#___gcse_0{display:none}
/*-------------------ここまで--------------------------*/

/*----------画像再現b-----------*/
a#eco_parts+section .wrapper_item {
    background: var(--i_sub2_color);
    border: 5px solid #fdc4b8;
}
a#eco_parts+section .heading.block_header_3 {
    background: var(--i_btn_color);
    border: 1px solid rgb(106 106 106 / 15%);
    position: relative;
    top: 40px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
a#eco_parts+section .heading.block_header_3 .h {
    color: #fff;
    font-size: 2.5rem;
}
a#eco_parts+section p {
    margin-bottom: 0;
}
a#eco_parts+section a {
    min-width: 400px;
}
a#eco_parts+section a span {
    font-size: 3.0rem;
    letter-spacing: 0.3rem;
}
span.gr {
    background: #01ba52;
    padding: 10px;
    font-size: 2.0rem;
    color: #fff;
    border-radius: 20px;
    position: relative;
    top: 10px;
}
span.maru {
    background: #ff9600;
    border-radius: 100%;
    font-size: 3.5rem;
    color: #fff;
    padding: 10px;
    aspect-ratio: 1 / 1;
    height: 40px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff);
}
span.num {
    filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff);
    font-size: 2.5rem;
    position: relative;
    top: 10px;
}
span.num_txt {
    font-size: 8.5rem;
    background: linear-gradient(to top, #e93a10 0%, #ff9600 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
span.mon {
    font-size: 3.5rem;
    background: linear-gradient(to top, #e93a10 0%, #ff9600 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
span.hosyo {
    font-size: 3.5rem;
}

.wk {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 110px;
}
.wk+p {
    font-size: 1.7rem;
    text-align: center;
}
span.wk_maru {
    position: relative;
    top: 16px;
}
@media screen and (max-width: 800px) {
    .wk {
    flex-direction: column;
        height: 170px;
}
span.wk_maru {
    position: relative;
    top: 40px;
}
a#eco_parts+section .heading.block_header_3 .h {
    font-size: 2.3rem;
}
    a#eco_parts+section a {
    min-width: 300px;
}
    a#eco_parts+section a span {
    font-size: 2.5rem;
}
}
@media screen and (max-width: 480px) {
    a#eco_parts+section a {
    min-width: 250px;
}
    a#eco_parts+section a span {
    font-size: 2.0rem;
}
.wk+p {
    font-size: 1.6rem;
}
}