/*
Theme Name: wazumi
Description: wazumi
Theme URI: https://www.wazumi.jp
Version: 1.0
License: wazumi
License URI: https://www.wazumi.jp
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*Noto Sans JP*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/*Noto Serif JP*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/*Quicksand,Zen Maru Gothic*/


/****************************************

リセットCSSここから

*****************************************/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /*1em=10px */
    overflow-y: scroll;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}


body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/****************************************

body設定(主に書式)

*****************************************/

body {
    min-width: 1200px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333;
    line-height: 1.8;
    background: url(images/header_top_bg.jpg);
    letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
    body {
        min-width: inherit;
    }

}


/****************************************

ページ共通

*****************************************/

#wrapper {
    float: none;
    width: 100%;
    min-width: 1240px;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
}


@media screen and (max-width: 767px) {
    #wrapper {
        float: none;
        width: 100%;
        min-width: 0;
        min-height: 100%;
        margin: 0 auto;
        overflow: hidden;
        background-size: contain;
    }

}


/****************************************

フォント指定

*****************************************/

li,
tt,
tr,
dt,
dd,
p {
    font-size: 1.6rem;
}

h1 {
    color: #333;
    font-weight: bold;
    font-size: 3.0rem;
}

h2 {
    color: #333;
    font-weight: bold;
    font-size: 2.4rem;
}

h3 {
    color: #333;
    font-weight: bold;
    font-size: 2.0rem;
}

@media screen and (max-width: 767px) {

    li,
    tt,
    tr,
    dt,
    dd,
    p {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 2.4rem;
        line-height: 1.5;
    }

    h2 {
        font-size: 2.0rem;
        line-height: 1.5;
    }

    h3 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}


/****************************************

リンク指定

*****************************************/

a:link,
a:visited {
    font-weight: normal;
    color: #333;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
}

a:hover,
a:active {
    font-weight: normal;
    color: #E1CD57;
    text-decoration: underline;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/

a:hover img.img_opacity {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

a img.img_opacity {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}


/****************************************

pcヘッダー

*****************************************/

@media print,
screen and (min-width:768px) {

    header {
        width: 100%;

    }

    .header_top {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .logo {
        padding: 30px 0 0 30px;
    }

    .header_top_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 170px 0 0;
    }

    .contact_btn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .header_contact {
        font-size: 2.8rem;
        font-weight: bold;
        font-family: "Quicksand", sans-serif;
        line-height: 1.4;
    }

    .header_tel {
        background: url(images/header_tel_bg.png) no-repeat top 5px left;
        padding-left: 35px;
    }

    .header_fax {
        background: url(images/header_fax_bg.png) no-repeat top 5px left;
        padding-left: 35px;
    }
}

@media (min-width: 768px) and (max-width: 1450px) {

    .header_top {
        flex-wrap: wrap;
    }

    .header_top_inner {
        margin: 0 auto;
        padding: 15px 110px 0 0;
    }
}


/****************************************

spヘッダー・spナビ

*****************************************/
@media screen and (max-width:767px) {
    img {
        max-width: 100%;
        height: auto;
    }

    header {
        display: block;
        width: 100%;
    }

    .header_logo {
        width: 100%;
        padding: 5px 0;
    }

    .logo a {
        display: block;
        width: 40%;
        margin: 15px auto;
    }

    .navi_box {
        display: none;
    }

    #toggle {
        position: fixed;
        right: 0px;
        top: 0px;
        width: 55px;
        height: 55px;
        cursor: pointer;
        z-index: 9999;
        border: 1px solid #0A88D6;
        padding: 14px 8px;
        background: rgba(255, 255, 255, 0.85);
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #0A88D6;
        border-radius: 4px;
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }

    #toggle span:first-child {
        top: 0;
    }

    #toggle span:nth-child(2) {
        top: 11px;
    }

    #toggle span:nth-child(3) {
        top: 22px;
    }

    .open_navi #toggle {
        position: fixed;
        border: 1px solid #0A88D6;
    }

    .open_navi #toggle span {
        background: #0A88D6;
    }

    .open_navi #toggle span:first-of-type {
        -webkit-transform: translateY(11px) rotate(-315deg);
        -ms-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }

    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }

    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        -ms-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
    }

    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background: url(images/sp_navi_bg.jpg) no-repeat right bottom #FFF;
        z-index: 999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    #sp_navi .menu {
        padding: 65px 20px 30px;
        text-align: center;
    }

    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
        cursor: pointer;
        color: #333;
        margin: 0 auto;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: bold;
    }

    #sp_navi .menu .menu-item-home {
        border-top: rgba(0, 0, 0, 0.2) 1px solid;
    }

    #sp_navi .menu-item a,
    #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }

    #sp_navi .menu-item a:active,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited {
        color: #333;
        text-decoration: none;
        font-weight: bold;
    }

    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }

    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
        border-top: #FFF 1px solid;
    }

    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #FFF;
        background-color: rgba(10, 136, 214, 0.9);
    }

    #sp_navi .sub-menu li a:active,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited {
        color: #FFF;
        text-decoration: none;
    }

    #sp_navi .sub-menu li a:hover {
        color: #FFF;
        background: none;
    }

    #sp_navi .menu-item-has-children {
        position: relative;
    }

    #sp_navi .menu-item-has-children:before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0;
        border-top: solid 3px #0A88D6;
        border-right: solid 3px #0A88D6;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }

    #sp_navi .menu-item-has-children.menu_open:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        top: 22px;
    }

    #g_navi {
        display: none;
    }

    .header_top_inner,
    .contact_btn {
        display: none;
    }

    .sp_navi_info {
        margin: 0 20px 20px;
        padding: 25px;
        background: rgba(10, 136, 214, 0.12);
        text-align: center;
    }

    .sp_navi_info dt {
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 1px solid #0A88D6;
        color: #0A88D6;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.03em;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1;
        font-family: "Zen Maru Gothic", sans-serif;
    }

    .sp_navi_info dd {
        text-shadow: 0 0 3px #FFF, 0 0 3px #FFF;
    }

    .sp_navi_info dd.tel a {
        display: inline-block;
        margin: 12px 0;
        background-size: 18px;
        color: #E1CD57;
        font-family: "Quicksand", sans-serif;
        letter-spacing: 0.03em;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 1;
    }
}



/****************************************

pc用 横ナビ

*****************************************/

@media print,
screen and (min-width: 768px) {

    #sp_navi,
    #toggle {
        display: none;
    }

}

#g_navi {
    width: auto;
}

#g_navi .menu {
    list-style-type: none;
    display: flex;
    margin-right: 40px;
}


#g_navi .menu>li {
    position: relative;
    width: auto;
    text-align: center;
    line-height: 1;
}

#g_navi .menu>li>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

#g_navi .menu>li>a::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #0A88D6;
    bottom: -5px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

#g_navi .menu>li>a:hover::before {
    transform: scale(1, 1);
}


#g_navi .menu li ul {
    display: block;
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 126%;
    left: 0;
    margin: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

#g_navi .menu li ul li {
    width: 100%;
}

#g_navi .menu li ul li a {
    display: block;
    padding: 13px 2px;
    border: 1px solid #626262;
    border-bottom: none;
    font-size: 1.3rem;
    line-height: 1.5;
    background: #FFF;
    color: #383838;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    visibility: hidden;
    transition: .5s;
}

#g_navi .menu li ul li:last-child a {
    border-bottom: 1px solid #626262;
}

#g_navi .menu li ul li a:hover {
    background: #626262;
    color: #FFF;
    transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

/****************************************

ティーザー

*****************************************/

/* TOPスライダー共通 */

@media print,
screen and (min-width: 768px) {

    #teaser_top {
        position: relative;
        height: 750px;
    }

    #teaser_top figure img {
        position: absolute;
        top: 0;
        left: calc(50% - 960px);
    }

    .teaser_top_txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #teaser_page {
        position: relative;
        height: 400px;
    }

    #teaser_page img {
        position: absolute;
        top: 0;
        left: calc(50% - 960px);
    }

    .teaser_page_txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3.6rem;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: bold;
    }

    .teaser_page_txt::after {
        position: absolute;
        content: "";
        background: url(images/teaser_page_txt_bg.png) no-repeat;
        width: 400px;
        height: 110px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

}

@media screen and (max-width: 767px) {

    #teaser_top,
    #teaser_page {
        position: relative;
    }

    .teaser_top_txt {
        width: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .teaser_page_txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2.5rem;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: bold;
        white-space: nowrap
    }

    .teaser_page_txt::after {
        position: absolute;
        content: "";
        background: url(images/teaser_page_txt_bg.png) no-repeat;
        background-size: 100%;
        width: 240px;
        height: 66px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }


}


/****************************************

content 共通設定

*****************************************/

#contents {
    width: 100%;
    margin: 0 auto;
}

main#top_main {
    width: 100%;
    margin: 0 auto;
}

main#page_main {
    width: 1200px;
    margin: 0 auto 120px;
}

.breadcrumb_area {
    width: 100%;
    margin: 20px auto 10px;
    text-align: right;
}

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

.breadcrumb p {
    color: #5D5D5D;
    font-size: 1.6rem;
}

.breadcrumb p a:link,
.breadcrumb p a:visited {
    color: #5D5D5D;
    text-decoration: none;
}

.breadcrumb p a:hover,
.breadcrumb p a:active {
    color: #A18F81;
    text-decoration: underline;
}

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

    .pc_none {
        display: none;
    }

}

@media screen and (max-width: 767px) {

    main#top_main {
        margin: 0 auto 50px;
    }

    main#page_main {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto 50px;
    }

    main#page_main figure {
        margin: 0 auto;
    }

    .breadcrumb_area {
        padding: 0 10px;
        margin: 0 auto 30px;
    }

    .breadcrumb {
        width: 100%;
    }

    .breadcrumb p {
        font-size: 1.2rem;
    }

    .sp_none {
        display: none;
    }

}


/****************************************

contentトップ用

*****************************************/

/* 1カラム目 */
.top_box01 {
    padding: 110px calc((100% - 1200px)/2) 100px;
    background: url(images/top_box01_bg.jpg) no-repeat bottom center;
    display: flex;
    justify-content: space-between;
}

.top_box01_inner {
    width: 640px;
}

.top_box01_tit {
    position: relative;
    font-size: 3.4rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 50px;
    letter-spacing: 0.12em;
}

.top_box01_tit span {
    display: block;
    font-size: 2.4rem;
    color: #0A88D6;
}

.top_box01_tit::after {
    position: absolute;
    content: "";
    width: 220px;
    height: 167px;
    background: url(images/top_box01_tit_bg01.png) no-repeat;
    top: -50px;
    left: -130px;
}

.top_box01_tit::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: url(images/top_box01_tit_bg02.png) no-repeat;
    bottom: -20px;
    left: 0;
}

.top_box01_txt p {
    letter-spacing: 0.06em;
}

.top_box01 figure img {
    border-radius: 15px;
}

.top_box02 {
    padding: 110px calc((100% - 1120px)/2) 100px;
    background: url(images/top_box02_bg.jpg) no-repeat;
}

.top_box02_tit {
    position: relative;
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 80px;
    letter-spacing: 0.12em;
}

.top_box02_tit::after {
    position: absolute;
    content: "";
    width: 72px;
    height: 34px;
    background: url(images/top_box02_tit_after.png) no-repeat;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.top_box02_tit::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: url(images/top_box02_tit_before.png) no-repeat;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.top_box02_tit span {
    font-size: 5.2rem;
}

.top_box02_post {
    display: flex;
    justify-content: center;
    gap: 0 80px;
    margin-bottom: 40px;
}

.top_box02_list {
    position: relative;
}

.top_box02_list::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 290px;
    background: url(images/top_box02_list_after.png) no-repeat;
    top: 0;
    right: -40px;
}

.top_box02_list:last-child:after {
    content: none;
}

.top_box02_list_tit {
    position: relative;
    font-size: 2.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 40px 0 40px 130px;
    line-height: 1.5;
    letter-spacing: 0.12em;
}

.top_box02_list_tit::after {
    position: absolute;
    content: "";
    width: 190px;
    height: 1px;
    background-color: #000;
    bottom: 20px;
    left: 130px
}

.top_box02_list:first-child .top_box02_list_tit {
    background: url(images/top_box02_list_tit_bg01.png) no-repeat;
}

.top_box02_list:nth-child(2) .top_box02_list_tit {
    background: url(images/top_box02_list_tit_bg02.png) no-repeat;
}

.top_box02_list:nth-child(3) .top_box02_list_tit {
    background: url(images/top_box02_list_tit_bg03.png) no-repeat;
}

.top_box02_list_txt p {
    letter-spacing: 0.06em;
    line-height: 2.0;
}

.top_box03 {
    position: relative;
    padding: 110px 0 60px;
    background: url(images/top_box03_bg.jpg) no-repeat bottom center;
    z-index: 0;
}

.top_box03_tit {
    position: relative;
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 80px;
}

.top_box03_tit::after {
    position: absolute;
    content: "";
    width: 72px;
    height: 34px;
    background: url(images/top_box03_tit_after.png) no-repeat;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.top_box03_tit::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: url(images/top_box03_tit_before.png) no-repeat;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.top_box03_content {
    position: relative;
    margin-bottom: 40px;
    padding: 0 calc((100% - 780px) / 4);
}

.top_box03_inner {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    width: 100%;
    max-width: 780px;
    padding: 60px;
    margin: 45px 0;
}

.top_box03_content figure {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.top_box03_content:nth-child(3) figure {
    right: 0;
    left: auto;
}

.top_box03_content figure img {
    border-radius: 0 14px 14px 0;
}

.top_box03_content:nth-child(3) figure img {
    border-radius: 14px 0 0 14px;
}

.top_box03_inner_tit {
    position: relative;
    font-size: 3.6rem;
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 0 0 10px 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #AAAAAA;
}

.top_box03_inner_tit::after {
    position: absolute;
    content: "";
    top: -30px;
    left: -100px;
}

.top_box03_content:nth-child(2) .top_box03_inner_tit::after {
    width: 145px;
    height: 80px;
    background: url(images/top_box03_inner_tit_01.png) no-repeat;
}

.top_box03_content:nth-child(3) .top_box03_inner_tit::after {
    width: 195px;
    height: 104px;
    background: url(images/top_box03_inner_tit_02.png) no-repeat;
}

.top_box03_content:nth-child(4) .top_box03_inner_tit::after {
    width: 139px;
    height: 77px;
    background: url(images/top_box03_inner_tit_03.png) no-repeat;
}

.top_box04 {
    padding: 140px calc((100% - 1200px)/2) 100px;
}

.top_box04_tit {
    position: relative;
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 80px;
}

.top_box04_tit::after {
    position: absolute;
    content: "";
    width: 72px;
    height: 34px;
    background: url(images/top_box03_tit_after.png) no-repeat;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.top_box04_tit::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: url(images/top_box03_tit_before.png) no-repeat;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.top_box04_post {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-bottom: 40px;
}

.top_box04_list {
    width: 100%;
    max-width: 285px;
}

.top_box04_list figure {
    position: relative;
    margin-bottom: 20px;
}


.top_box04_list figure a {
    display: block;
    position: relative;
    overflow: hidden;
}

.top_box04_list figure a:after {
    display: block;
    content: "";
    padding-top: 75%;
}

.top_box04_list figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 15px;
}

.top_box04_list_tit {
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 15px;
}

.top_box04 .btn_box02 {
    margin: 0 auto;
}

.top_box05 {
    padding: 120px calc((100% - 1200px)/2) 100px;
    background: url(images/top_box05_bg.jpg) no-repeat bottom center;
}

.top_box05_tit {
    position: relative;
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 80px;
    letter-spacing: 0.12em;
}

.top_box05_tit::after {
    position: absolute;
    content: "";
    width: 72px;
    height: 34px;
    background: url(images/top_box02_tit_after.png) no-repeat;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.top_box05_tit::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: url(images/top_box02_tit_before.png) no-repeat;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.top_box05_post {
    display: flex;
    justify-content: center;
    gap: 0 90px;
    margin-bottom: 40px;
}

.top_box05_list_inner {
    position: relative;
    margin-bottom: 30px;
}

.top_box05_list_inner::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 80px;
    background: url(images/top_box05_list_arrow.png) no-repeat;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
}

.top_box05_list:last-child .top_box05_list_inner::after {
    content: none;
}

.top_box05_list_tit {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 97%;
    background-color: rgba(247, 240, 198, 0.85);
    border-radius: 0 0 15px 15px;
    text-align: center;
    font-size: 2.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}


@media (min-width: 768px) and (max-width: 1450px) {
    .top_box01_tit::after {
        left: 0px;
    }
}





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

@media screen and (max-width: 767px) {

    .top_box01 {
        padding: 30px 20px;
        flex-direction: column;
    }

    .top_box01_inner {
        width: 100%;
        margin-bottom: 10px;
    }

    .top_box01_tit {
        font-size: 2.3rem;
        margin-bottom: 20px;
    }

    .top_box01_tit span {
        font-size: 2.0rem;
    }

    .top_box01_tit::before {
        bottom: -10px;
    }

    .top_box01_tit::after {
        background-size: 60%;
        top: -20px;
        left: -20px;
    }

    .top_box01 figure {
        margin: 0 auto;
    }

    .top_box02 {
        padding: 50px 20px;
        background-size: cover;
    }

    .top_box02_tit {
        font-size: 2.0rem;
        margin-bottom: 30px;
    }

    .top_box02_tit span {
        font-size: 3.5rem;
    }

    .top_box02_post {
        flex-direction: column;
    }

    .top_box02_list_tit {
        font-size: 2.0rem;
    }

    .top_box03 {
        padding: 70px 10px 0;
    }

    .top_box03_tit {
        font-size: 2.3rem;
        margin-bottom: 40px;
    }


    .top_box03_inner {
        padding: 30px;
        margin: 0 0 10px 0;
    }

    .top_box03_inner_tit {
        font-size: 2.3rem;
        padding: 0 0 10px 80px;
    }

    .top_box03_inner_tit::after {
        left: -30px;
    }

    .top_box03_content:nth-child(2) .top_box03_inner_tit::after,
    .top_box03_content:nth-child(3) .top_box03_inner_tit::after,
    .top_box03_content:nth-child(4) .top_box03_inner_tit::after {
        background-size: 70%;
    }

    .top_box03_content figure {
        position: static;
    }

    .top_box03_content figure img,
    .top_box03_content:nth-child(3) figure img {
        border-radius: 14px;
    }

    .top_box03_content .btn_box02 {
        margin: 0 auto;
    }

    .top_box04 {
        padding: 70px 20px 40px;
    }

    .top_box04_post {
        justify-content: center;
    }

    .top_box04_tit {
        font-size: 2.3rem;
        margin-bottom: 50px;
    }

    .top_box05 {
        padding: 70px 20px 30px;
        background-size: cover;
    }

    .top_box05_tit {
        font-size: 2.3rem;
        margin-bottom: 30px;
    }

    .top_box05_post {
        flex-direction: column;
        margin-bottom: 0;
    }

    .top_box05_list {
        margin-bottom: 50px;
        position: relative;
    }

    .top_box05_list:after {
        position: absolute;
        content: "";
        width: 30px;
        height: 80px;
        background: url(images/top_box05_list_arrow.png) no-repeat;
        top: auto;
        right: 50%;
        bottom: -70px;
        transform: translateX(50%) rotate(90deg);

    }

    .top_box05_list:last-child:after {
        content: none;
    }

    .top_box05_list_inner {
        max-width: 340px;

        margin: 0 auto 10px;
    }

    .top_box05_list_inner::after {
        content: none;
    }

}

/****************************************

news トップ用

*****************************************/

#news_box {
    padding: 100px calc((100% - 1200px)/2);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 100px;
    background: url(images/news_box.jpg) no-repeat bottom left;
}

.news_box_tit {
    position: relative;
    width: 25%;
    font-size: 3.8rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
}

.news_box_tit:after {
    position: absolute;
    content: "";
    background: url(images/news_box_tit_bg.png) no-repeat;
    width: 157px;
    height: 106px;
    top: -60px;
    left: 0;
}

.news_post {
    width: 75%;
    height: 320px;
    overflow: hidden;
    overflow-y: scroll;
}

.news_list {
    position: relative;
    width: auto;
    margin-right: 20px;
    border-bottom: 1px dashed rgb(204, 204, 204);
    transition: 0.3s linear;
}

.news_list a {
    display: flex;
    align-items: baseline;
    padding: 20px 10px 20px 20px;
    text-decoration: none;
}

.news_list a:hover {
    background: #ECF8FA;
}

.news_date {
    width: 160px;
    position: relative;
    color: #999999;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    padding-left: 30px;
}

.news_content {
    width: calc(100% - 160px);
}

.news_date::after {
    position: absolute;
    content: "";
    background-color: #EAD666;
    width: 20px;
    height: 3px;
    top: 13px;
    left: 0;
}

.news_list_tit {
    font-size: 1.7rem;
    color: #0A88D6;
    margin-bottom: 10px;
}

.news_list_txt {
    font-size: 1.4rem;
    color: #333;
}


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

@media screen and (max-width: 767px) {

    #news_box {
        padding: 70px 20px 30px;
        flex-direction: column;
    }

    .news_box_tit {
        width: 100%;
        font-size: 2.3rem;
        margin-bottom: 20px;
    }

    .news_box_tit:after {
        background-size: 50%;
        top: -30px;
        left: 70px;
    }

    .news_post {
        width: 100%;
    }

    .news_list a {
        flex-direction: column;
    }

    .news_content {
        width: 100%;
    }

}


/****************************************

content下層用

*****************************************/

/* 全ページ共通　フレックスボックス*/
.flex {
    display: flex;
    justify-content: space-between;
}

.flex_r {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.txt720 {
    width: 720px;
}

.red {
    color: #f24545;
}

#page_main img {
    border-radius: 15px;
}


@media screen and (max-width: 767px) {

    .flex,
    .flex_r {
        flex-direction: column;
    }

    #page_main img {
        margin: 10px 0;
    }

    .txt720 {
        width: 100%;
    }

}

/* 新築住宅施工 */

.housing_box {
    background: url(images/housing_box_bg.jpg) no-repeat;
    text-align: center;
    padding: 50px 0;
}

.housing_box .btn_box03 {
    margin: 0 auto;
}

/* リフォーム工事 */

.renovation_box01_inner {
    display: flex;
    justify-content: center;
    gap: 0 200px;
}

.renovation_box01_inner figure:first-child {
    position: relative;
}

.renovation_box01_inner figure:first-child::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 100px;
    background: url(images/renovation_arrow.png) no-repeat;
    top: 50%;
    right: -135px;
    transform: translateY(-50%);
}

.renovation_box01_inner figure figcaption {
    font-size: 2.0rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border-bottom: 4px dashed #e2cb5b;
    letter-spacing: 0.12em;
}

.renovation_box02_txt {
    background: url(images/renovation_box02_txt_bg.png) no-repeat bottom center;
    padding: 47px;
}

.renovation_box03 ul li {
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    background: url(images/renovation_box03_li_bg.png) no-repeat top 10px left 10px;
    padding: 5px 0 5px 50px;
    margin-bottom: 10px;
}

/* 店舗・商業施設 */

.store_post {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.store_post li {
    margin-bottom: 40px;
}


/* ご依頼の流れ */

.flow_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: #fdf9e5;
    border-radius: 20px;
    margin-bottom: 100px;
}

.flow_box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 75px solid transparent;
    border-left: 75px solid transparent;
    border-top: 60px solid #fdf9e5;
    border-bottom: 0;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.flow_box:last-child:after {
    content: none;
}

.flow_box_tit {
    font-size: 2.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #aaaaaa;
}

.flow_box_tit span {
    color: #008ae0;
    font-size: 3.0rem;
}

.flow_contact {
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}


/* 実績のご紹介 */

.performance_post {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.performance_list {
    width: 100%;
    max-width: 380px;
    margin-bottom: 40px;
}

.performance_list figure {
    position: relative;
    margin-bottom: 15px;
    max-width: 380px;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.performance_list figure a {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.performance_list figure a:after {
    display: block;
    content: "";
    padding-top: 75%;
}

.performance_list figure a::before {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 98;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
    content: "拡大する";
    transition: 0.6s;
}

.performance_list figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.4s;
}




/* お問い合わせ */

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

.contact_txt_inner {
    display: flex;
    justify-content: center;
    gap: 0 60px;
    font-size: 2.8rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}

.contact_tel {
    background: url(images/contact_tel_bg.png) no-repeat top 15px left;
    padding: 0 0 0 30px;
}

.contact_fax {
    background: url(images/contact_fax_bg.png) no-repeat top 15px left;
    padding: 0 0 0 40px;
}

.policy {
    background-color: #bde5fe;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}

.policy dt {
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}



/* 3列投稿 */

.three_column_post {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.three_column_parts {
    width: 320px;
    height: auto;
    margin: 0 40px 40px 0;
}

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

    /* お問い合わせ */

    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

    /*  */



    /*  */

}

@media screen and (max-width: 767px) {


    /* 新築住宅施工 */

    .housing_box {
        text-align: left;
        padding: 20px 10px;
    }


    /* リフォーム工事 */

    .renovation_box01_inner {
        flex-direction: column;
    }

    .renovation_box01_inner figure:first-child {
        margin-bottom: 80px !important;
    }

    .renovation_box01_inner figure:first-child::after {
        top: auto;
        right: 50%;
        bottom: -70px;
        transform: translateX(50%) rotate(90deg);
        width: 35px;
        height: 50px;
        background-size: 100%;
    }

    .renovation_box01_inner figure figcaption {
        padding: 0 0 5px 0;
    }

    .renovation_box02_txt {
        background-size: cover;
        padding: 20px 10px;
    }

    .renovation_box03 ul li {
        font-size: 1.6rem;
    }

    /* 店舗・商業施設 */

    .store_post li {
        max-width: 380px;
        width: 48%;
    }

    /* ご依頼の流れ */

    .flow_box {
        flex-direction: column;
        padding: 20px;
    }

    .flow_box_tit {
        font-size: 2.0rem;
    }

    .flow_box_tit span {
        font-size: 2.5rem;
    }

    /* 実績のご紹介 */

    .performance_list {
        width: 48%;
    }


    /* お問い合わせ */

    .contact_txt_inner {
        flex-direction: column;
    }

    .contact_fax,
    .contact_tel {
        margin: 0 auto;
    }

    .contact_txt,
    .policy dd {
        text-align: left;
    }



    /* 3列投稿 */




}

/****************************************

single.php

*****************************************/

h1.single_headline {
    padding-bottom: 15px;
    margin-bottom: 45px;
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #DDD;
}

#single_box img {
    max-width: 1200px;
    padding: 10px 0;
    height: auto;
}

.nav-below {
    margin: 50px 0;
    font-size: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-below a {
    margin: 0 5px;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {

    h1.single_headline {
        margin-bottom: 30px;
    }

    #single_box img {
        width: auto;
        max-width: 100%;
        padding: 10px 0px;
    }
}



/****************************************

投稿　pager設定

*****************************************/

.pager {
    clear: both;
    text-align: center;
    padding: 20px 0;
}

a.page-numbers,
.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
}

.pager .current {
    background: rgba(0, 0, 0, 1);
    border: solid 1px rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}


@media screen and (max-width: 767px) {

    .pager {
        padding: 30px 0;
    }
}



/****************************************

sp_footer

*****************************************/

@media screen and (max-width: 767px) {

    #pc_footer,
    .pagetop,
    .sitemap {
        display: none;
    }

    #sp_bnr {
        display: flex;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        z-index: 4;
        text-align: center;
    }

    #sp_bnr div {
        position: relative;
        width: 25%;
        background: #0A88D6;
        border-top: 1px solid #FFF;
    }

    #sp_bnr div:nth-child(4) {
        background: #3F3933;
    }

    #sp_bnr div:not(:last-child) {
        border-right: 1px solid #FFF;
    }

    #sp_bnr div img {
        width: auto;
        height: 20px;
        margin: 10px 0 7px;
    }

    #sp_bnr div:nth-child(3) img {
        width: 20px;
    }

    #sp_bnr div p {
        color: #FFF;
        font-size: 1.2rem;
        line-height: 1;
        text-align: center;
    }

    #sp_bnr a {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .copyright {
        padding: 25px 0 80px;
        text-align: center;
        background: #0A88D6;
        color: #FFF;
        font-size: 1.2rem;
    }

    .footer_box {
        padding: 30px 20px;
        text-align: center;
    }

    .footer_logo {
        width: 50%;
        margin: 0 auto 20px;
    }

    iframe {
        padding: 10px;
    }
}


/****************************************

pc_footer

*****************************************/
@media print,
screen and (min-width: 768px) {
    #sp_bnr {
        display: none;
    }

    #pc_footer {
        position: relative;
        width: 100%;
    }

    .pagetop {
        display: none;
        position: fixed;
        z-index: 4;
        right: 30px;
        bottom: 50px;
    }

    .footer_box {
        text-align: center;
        padding: 60px calc((100% - 1200px)/2) 30px;

    }

    .footer_logo {
        margin-bottom: 20px;
    }

    .footer_txt {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #DADADA;
    }

    .sitemap a {
        font-size: 1.5rem;
    }

    .copyright_area {
        text-align: center;
        padding: 12px 0;
        background-color: #0A89D6;
    }

    .copyright_area p {
        color: #FFF;
        font-size: 1.4rem;
    }

}


/****************************************

sidebar/aside

*****************************************/

@media print,
screen and (min-width: 768px) {


    .bottom_box {
        padding: 60px calc((100% - 1200px)/2);
        text-align: center;
        color: #FFF;
        background: url(images/bottom_box_bg.jpg) no-repeat bottom center;
    }

    .bottom_box_tit {
        position: relative;
        font-size: 3.8rem;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: bold;
        margin-bottom: 30px;
        color: #FFF;
    }

    .bottom_box_tit::before {
        position: absolute;
        content: "";
        background: url(images/bottom_box_tit_bg.png) no-repeat;
        width: 155px;
        height: 104px;
        top: -30px;
        left: 360px;
    }

    .bottom_box dt {
        position: relative;
        font-size: 2.0rem;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .bottom_box dt::before {
        position: absolute;
        content: "";
        background: url(images/bottom_box_dt_before.png) no-repeat;
        width: 15px;
        height: 24px;
        left: 220px;
        bottom: 5px;
    }

    .bottom_box dt::after {
        position: absolute;
        content: "";
        background: url(images/bottom_box_dt_after.png) no-repeat;
        width: 15px;
        height: 24px;
        right: 230px;
        bottom: 5px;
    }

    .bottom_box dd {
        margin-bottom: 30px;
    }

    .bottom_box_wrapper {
        display: flex;
        justify-content: center;
        gap: 0 100px
    }

    .bottom_inner {
        position: relative;
    }

    .bottom_inner::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 90px;
        background: url(images/bottom_inner_line.png)no-repeat;
        top: 0;
        right: -50px;
    }

    .bottom_inner_txt {
        font-size: 1.5rem;
        line-height: 1.7;
    }

    .bottom_tel {
        font-size: 3.6rem;
        font-family: "Quicksand", sans-serif;
        font-weight: bold;
        letter-spacing: 0.04em;
        line-height: 1.3;
        background: url(images/bottom_tel_bg.png) no-repeat top left;
        padding-left: 55px;
    }

    .bottom_fax {
        font-size: 3.6rem;
        font-family: "Quicksand", sans-serif;
        font-weight: bold;
        letter-spacing: 0.04em;
        line-height: 1.3;
        background: url(images/bottom_fax_bg.png) no-repeat top left;
        padding-left: 55px;
    }

    .bottom_btn {
        position: relative;
        width: 300px;
        background-color: #E1CD57;
        text-align: center;
        border-radius: 40px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .bottom_btn a {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 20px 0 0 40px;
        color: #FFF;
        border-radius: 40px;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 1.6rem;
        text-decoration: none;
        font-weight: bold;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
        border: transparent
    }

    .bottom_btn::after {
        position: absolute;
        content: "";
        width: 26px;
        height: 16px;
        background: url(images/bottom_btn_bg.png) no-repeat;
        top: 50%;
        left: 45px;
        transform: translateY(-50%);
    }

    .bottom_btn a:hover {
        background: #2C67B2;
        border: 1px solid rgba(255, 255, 255, .7);
    }
}

@media screen and (max-width: 767px) {

    .bottom_box {
        padding: 30px 20px;
        text-align: center;
        color: #FFF;
        background: url(images/bottom_box_bg.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .bottom_box_tit {
        font-size: 2.3rem;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: bold;
        margin-bottom: 20px;
        color: #FFF;
    }

    .bottom_box dt {
        position: relative;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .bottom_box dt::before {
        position: absolute;
        content: "";
        background: url(images/bottom_box_dt_before.png) no-repeat;
        width: 15px;
        height: 24px;
        left: 0;
        bottom: 5px;
    }

    .bottom_box dt::after {
        position: absolute;
        content: "";
        background: url(images/bottom_box_dt_after.png) no-repeat;
        width: 15px;
        height: 24px;
        right: 0;
        bottom: 5px;
    }

    .bottom_box dd {
        margin-bottom: 30px;
    }

    .bottom_inner {
        position: relative;
        margin-bottom: 10px;
    }

    .bottom_inner::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 90px;
        background: url(images/bottom_inner_line.png)no-repeat;
        top: 0;
        right: -50px;
    }

    .bottom_inner_txt {
        font-size: 1.5rem;
        line-height: 1.7;
    }

    .bottom_tel {
        font-size: 2.8rem;
        font-family: "Quicksand", sans-serif;
        font-weight: bold;
        letter-spacing: 0.04em;
        line-height: 1.3;
    }

    .bottom_fax {
        font-size: 2.8rem;
        font-family: "Quicksand", sans-serif;
        font-weight: bold;
        letter-spacing: 0.04em;
        line-height: 1.3;
    }

    .bottom_btn {
        position: relative;
        width: 300px;
        margin: 0 auto;
        background-color: #E1CD57;
        text-align: center;
        border-radius: 40px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .bottom_btn a {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 10px 0 10px 40px;
        color: #FFF;
        border-radius: 40px;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 1.6rem;
        text-decoration: none;
        font-weight: bold;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .bottom_btn::after {
        position: absolute;
        content: "";
        width: 26px;
        height: 16px;
        background: url(images/bottom_btn_bg.png) no-repeat;
        top: 50%;
        left: 45px;
        transform: translateY(-50%);
    }

    .bottom_btn a:hover {
        background: #2C67B2;
    }
}


/****************************************

タイトル

*****************************************/

/* 下層ページ共通見出し */

.headline {
    position: relative;
    font-size: 3.0rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 40px 0 10px;
    margin-bottom: 70px;
}

.headline::before {
    position: absolute;
    content: "";
    background: url(images/headline_before.png) no-repeat;
    width: 72px;
    height: 34px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.headline::after {
    position: absolute;
    content: "";
    background: url(images/headline_after.png) no-repeat;
    width: 40px;
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


.subhead01 {
    font-size: 2.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    background: url(images/subhead01_before.png) no-repeat top 10px left;
    padding: 0 0 15px 50px;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 30px;
}

.subhead02 {
    font-size: 2.0rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border-bottom: 4px dashed #e2cb5b;
    letter-spacing: 0.12em;
}

.subhead03 {}

.subhead04 {}

@media screen and (max-width: 767px) {

    .headline {
        font-size: 2.3rem;
        margin-bottom: 20px;
    }

    .subhead01 {
        font-size: 1.8rem;
        padding: 0 0 10px 50px;
        background-position: top left;
        margin-bottom: 10px;
    }

    .subhead02 {
        font-size: 1.8rem;
    }

    .subhead03 {
        font-size: 1.6rem;
    }

    .subhead04 {
        font-size: 1.6rem;
    }

}


/****************************************

共通div

*****************************************/

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {

    .mb40 {
        margin-bottom: 30px;
    }

    .mb50 {
        margin-bottom: 40px;
    }

    .mb60,
    .mb70,
    .mb80,
    .mb90,
    .mb100 {
        margin-bottom: 50px;
    }

    .mb10_sp {
        margin-bottom: 10px;
    }

    .mb20_sp {
        margin-bottom: 20px;
    }

    .mb30_sp {
        margin-bottom: 30px;
    }

}

/****************************************

テーブル

*****************************************/

/* 会社概要 */

.overview_table {
    width: 100%;
    border-collapse: collapse;
}

.overview_table th {
    width: 33%;
    line-height: 1.5;
    padding: 16px 0 16px 40px;
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
    border: 1px solid #008ae0;
    text-align: left;
    vertical-align: middle;
    background-color: #bde5fe;
}

.overview_table td {
    width: 67%;
    line-height: 1.5;
    padding: 16px 0 16px 40px;
    color: #333333;
    font-size: 1.8rem;
    border: 1px solid #008ae0;
    text-align: left;
    vertical-align: text-top;
    background-color: transparent;
}

.overview_table td a {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {

    .overview_table th {
        display: block;
        width: 100%;
        padding: 10px 13px;
        border-bottom: none;
        font-size: 1.6rem;
    }

    .overview_table td {
        display: block;
        width: 100%;
        padding: 10px 13px;
        font-size: 1.6rem;
    }

    .overview_table tr:not(:last-child) td {
        margin-bottom: 15px;
    }

}

/****************************************

P

*****************************************/

/* 改行 */
.line_break {
    padding-top: 20px;
}

@media print,
screen and (min-width: 768px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}


/****************************************

ボタン

*****************************************/

/* ピンクボタン */

.btn_box01 {
    position: relative;
    width: 260px;
    background-color: #E1CD57;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box01 a {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 14px 0 17px;
    color: #FFF;
    border-radius: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box01::after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    top: 40%;
    right: 20px;
}

.btn_box01 a:hover {
    background: #0A89D6;
}

/* 紺色枠ボタン */

.btn_box02 {
    position: relative;
    width: 260px;
    background-color: #0A89D6;
    text-align: center;
    border-radius: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box02 a {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 14px 0 17px;
    color: #FFF;
    border-radius: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box02::after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    top: 40%;
    right: 20px;
}

.btn_box02 a:hover {
    background: #E1CD57;
}

/* 下層青色ボタン */

.btn_box03 {
    position: relative;
    width: 260px;
    background-color: #0A89D6;
    text-align: center;
    border-radius: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box03 a {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 14px 0 17px;
    color: #FFF;
    border-radius: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box03 a:hover {
    background: #E1CD57;
}



@media screen and (max-width: 767px) {

    .btn_box01 {}

}

/****************************************

Contact Form7

*****************************************/

.wpcf7 {
    width: 100%;
}

.form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 0 20px 30px 20px;
    border-bottom: 1px dotted #AAA;
}

.form_row .form_label {
    width: 300px;
}

.form_row .form_label .required {
    display: inline-block;
    color: #FFF;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 2px 5px;
    background: #CC0000;
    margin-right: 10px;
    border-radius: 3px;
    line-height: initial;
}

.form_row .form_label .any {
    display: inline-block;
    color: #797979;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 2px 5px;
    background: #D7D7D7;
    margin-right: 10px;
    border-radius: 3px;
    line-height: initial;
}

.form_row .form_input {
    width: calc(100% - 300px);
}

.wpcf7-form-control {
    width: 100%;
}

.wpcf7-form input {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.form_input_radio input {
    margin-bottom: 5px;
}

.wpcf7-form textarea {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.form_row .form_input_post {
    width: 180px;
}

.form_row .form_input_post_txt {
    color: #B20000;
    font-weight: normal;
    font-size: 1.3rem;
}

.form_row .last_row {
    padding-bottom: 0;
    border-bottom: none;
}

.tc {
    text-align: center;
}

.tc input[type=submit] {
    cursor: pointer;
    width: 360px;
    max-width: 100%;
    padding: 18px;
    border: 1px solid #FFF;
    border-radius: 8px;
    background-color: #0A88D6;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    margin: 10px auto 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.wpcf7 .tc input[type=submit]:hover {
    background-color: #CCC;
    color: #333;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.wpcf7-response-output {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {

    .form_row {
        flex-direction: column;
        padding: 0 0 20px 0;
    }

    .form_row .form_label {
        width: 100%;
        margin-bottom: 5px;
    }

    .form_row .form_input {
        width: 100%;
    }

}


/****************************************

clearfix

*****************************************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End Hack */



/****************************************

追加用

*****************************************/