/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */


a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

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

td,
th {
    padding: 0;
}

html {
    font-size: 62.5%;
    line-height: 2.1;
    padding: 0;
    margin: 0;
}
body {
    font-size: 1.6em;
    color: #000;
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4,h5,h6,p {
    font-size: 100%;
    padding: 0;
    margin: 0;
}
img {
    vertical-align: bottom;
    transition-duration:0.5s;
}
a {
    text-decoration: none;
    color: #000;
    transition-duration:0.5s;
}
a:hover {
    transition-duration:0.5s;
}
a:hover img {
    opacity: 0.6;
    transition-duration:0.5s;
}
ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.6;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    clear: both;
    width: 100%;
    background: rgba(24,24,24,0.9);
    z-index: 25;
}
.header_logo img {
    width: 420px;
    height: 100px;
    transition: all 0.3s ease;
}
.header_nav {
    float: right;
}
.header_btn {
    overflow: hidden;
    clear: both;
}
.header_btn li {
    float: left;
    text-align: center;
}
.header_btn li a {
    display: block;
    padding: 25px 30px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
}
.header_btn li a span{
    display: block;
    font-size: 10px;
}
.header_btn li a i {
    font-size: 130%;
}
.header_contact {

}
.header_contact:hover {
    background: #777;
}
.min_header	 {
    box-shadow:0px 0px 6px -3px #777;
}
.min_header .header_logo img {
    width: 350px;
    height: 82px;
    transition: all 0.5s ease;
}
.min_header li a {
    display: block;
    padding: 16px 30px;
    font-size: 1.4rem;
    font-weight: bold;
}
.header_sp_btn {
    display: none;
}
@media screen and (max-width: 1091px) {
    .header {
        height: 60px;
        overflow: inherit;
    }
    .header_sp_btn {
        position: relative;
        float: right;
        display: block;
        width: 60px;
        height: 60px;
    }
    .header_sp_btn span {
        display: block;
        position: absolute;    /* .navToggle縺ｫ蟇ｾ縺励※ */
        width: 30px;
        border-bottom: solid 3px #fff;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 6px;
    }
    .header_sp_btn span:nth-child(1) { top: 18px;}
    .header_sp_btn span:nth-child(2) { top: 28px;}
    .header_sp_btn span:nth-child(3) { top: 38px;}
    .header_sp_btn.active span:nth-child(1) {
        top: 28px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header_sp_btn.active span:nth-child(2),
    .header_sp_btn.active span:nth-child(3) {
        top: 28px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header_logo img {
        width: 272px;
        height: 100%;
    }
    .min_header .header_logo img {
        width: 272px;
        height: 100%;
    }
    .header_nav {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: 0;
        float: none;
        overflow: hidden;
        background-color:rgba(0,0,0,0.9);
        transition: all 0.3s ease;
    }
    .header_nav.active {
        height: 100vh;
        transition: all 0.3s ease;
    }
    .header_btn li {
        float: none;
        width: 100%;
    }
    .header_btn li a {
        padding: 10px 0;
        text-align: center;
        font-size: 2rem;
        color: #fff;
    }
    .header_contact {
        background: none;
        margin-left: 0;
    }

}

.content {
    overflow: hidden;
    padding: 40px 0 60px;
    min-width: 1120px;
}
.content_min {
    width: 1120px;
    margin: 0 auto;
    padding: 90px 0 60px;
}
.works_detail .content_min{
    width: 520px;
}
.content_min img {
    width:100%;
    height:auto;
}
.content_lr {
    overflow: hidden;
    clear: both;
}
.content_l {
    width: 50%;
    float: left;
}
.content_r {
    width: 50%;
    float: right;
}
.content_lr_inner {
    max-width: 700px;
    margin:0 auto;
    padding: 30px;
}
.arrow_next {
    position: relative;
    padding-bottom: 120px;
}
.arrow_next:after {
    display: block;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    margin:0 auto;
    width: 20px;
    height: 20px;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.bg_gray {
    background: #e7e7e7;
    text-align: center;
}
.bg_darkgray {
    background: #515151;
    color: #fff;
}
.bg_pc{
    display: block;
}
.bg_sp{
    display: none;
}
@media screen and (max-width: 768px) {
    .content {
        min-width: 90%;
        padding: 20px 5%;
        box-sizing: border-box;
    }
    .content_min {
        width: 90%;
        padding: 20px 5%;
        box-sizing: border-box;
    }
    .arrow_next {
        position: relative;
        padding-bottom: 150px;
    }
    .content_lr {
        min-width: 100%;
    }
    .content_l, .content_r {
        float: none;
        clear: both;
        width: 100%;
        min-height: 250px;
    }
    .content_lr_inner {
        min-width: 90%;
        padding: 20px 5%;
    }
    .content_lr_inner_sp{
        padding: 20px 0 !important;
    }
    .bg_pc{
        display: none;
    }
    .bg_sp{
        display: block;
    }
    .padding_sp{
        padding: 0 5%;
    }
}
@media screen and (max-width: 1120px) {
    .content_min {
        width: 100%;
    }
}
body {
    font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�","Yu Gothic","貂ｸ繧ｴ繧ｷ繝�け",YuGothic,"Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,"MS P繧ｴ繧ｷ繝�け",Helvetica,Arial,Verdana,sans-serif;
}
h1 {
    font-size: 3.2rem;
    padding: 20px 0;
    margin-bottom: 15px;
}
.page_main h1 {
    font-size: 5rem;
    font-family: Timmana,繝｡繧､繝ｪ繧ｪ, Meiryo, "MS P繧ｴ繧ｷ繝�け", Helvetica, Arial, Verdana,貂ｸ繧ｴ繧ｷ繝�け菴�, "Yu Gothic", 貂ｸ繧ｴ繧ｷ繝�け, YuGothic, "Hiragino Kaku Gothic Pro",sans-serif !important;
    font-style: italic;
    line-height: 1.6;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 20%;
    z-index: 2;
}
.page_main h1:after {
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1.2;
}
h2 {
    font-size: 4.6rem;
    font-family: Timmana,繝｡繧､繝ｪ繧ｪ, Meiryo, "MS P繧ｴ繧ｷ繝�け", Helvetica, Arial, Verdana,貂ｸ繧ｴ繧ｷ繝�け菴�, "Yu Gothic", 貂ｸ繧ｴ繧ｷ繝�け, YuGothic, "Hiragino Kaku Gothic Pro",sans-serif !important;
    font-style: italic;
    padding: 45px 0 45px;
    text-align: center;
    line-height: 2;
    letter-spacing: 3px;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    max-width: 350px;
    margin: 0 auto;
}
/* h2:before{
    content: "";
    position: absolute;
    left: -70px;
    background: #016FB9;
    transform: skew(-25deg,0deg);
    width: 10px;
    height: 70px;
}
h2:after{
    content: "";
    position: absolute;
    right: -70px;
    background: #016FB9;
    transform: skew(-25deg,0deg);
    width: 10px;
    height: 70px;
} */
h2 span {
    display:inline-block;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    margin-left: 20px;
}
h2.min_title {
    font-size: 35px;
    line-height: 90px;
}
h3 {
    font-size: 3.2rem;
    padding: 40px 0 20px;
    line-height: 1.2
}
h4 {
    font-size: 2.6rem;
    padding: 40px 0 20px;
    line-height: 1.2;
}
h5 {
    font-size: 2.2rem;
    padding: 40px 0 20px;
    line-height: 1.2;
}
h6 {
    font-size: 2rem;
    padding: 40px 0 20px;
    line-height: 1.2;
}
p {
    font-size: 1.6rem;
    padding: 10px 0;
}
.bold_20 {
    font-size: 2rem;
    font-weight: bold;
}
.bold{
    font-weight: bold;
}
.text_center {
    text-align: center;
}
.text_center_pc{
    text-align: center;
}
.text_top{
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    max-width: 750px;
    margin: 100px auto 70px;
    position: relative;
}
.text_top:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #016FB9;
    transform: skew(-25deg,0deg);
    width: 100%;
    height: 7px;
}
.font_bulue{
    color: #016FB9;
}
.slogan{
    font-size: 20px;
    text-align: center;
    padding-bottom: 40px;
}
.br_sp{
    display: none;
}

@media screen and (max-width: 768px) {
    h2 {
        font-family: Timmana,繝｡繧､繝ｪ繧ｪ, Meiryo, "MS P繧ｴ繧ｷ繝�け", Helvetica, Arial, Verdana,貂ｸ繧ｴ繧ｷ繝�け菴�, "Yu Gothic", 貂ｸ繧ｴ繧ｷ繝�け, YuGothic, "Hiragino Kaku Gothic Pro",sans-serif !important;
        font-size: 3rem;
        max-width: 260px;
    }
    h2:before{
        left: -30px;
        width: 7px;
        height: 50px;
    }
    h2:after{
        right: -30px;
        width: 7px;
        height: 50px;
    }
    h2 span {
        margin-left: 10px;
    }
    h3{
        font-size: 2rem;
    }
    .page_main h1 {
        font-family: Timmana,繝｡繧､繝ｪ繧ｪ, Meiryo, "MS P繧ｴ繧ｷ繝�け", Helvetica, Arial, Verdana,貂ｸ繧ｴ繧ｷ繝�け菴�, "Yu Gothic", 貂ｸ繧ｴ繧ｷ繝�け, YuGothic, "Hiragino Kaku Gothic Pro",sans-serif !important;
        bottom: 4%;
        font-size: 3rem;
    }
    .text_center_pc{
        text-align: left;
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: -ms-fit-content;
        width: -o-fit-content;
        margin: 0 auto;
    }
    .text_top{
        font-size: 1.8rem;
        max-width: 342px;
    }
    .slogan{
        font-size: 1.7rem;
    }
    .br_pc{
        display: none;
    }
    .br_sp{
        display: block;
    }
}
.list1 {
    padding: 20px 0;
}
.list1 li {
    position: relative;
    padding: 7px 0 7px 30px;
}
.list1 li:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 18px;
    left: 5px;
}


/* --------------------------���糸�����鴻����-------------------------- */

.list_img {
    padding: 30px 0;
}
.list_img li {
    width: calc(100%/3);
    width: -webkit-calc(100%/3);
    width: 33.33333333333%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px 100px;
}
.list_img li:nth-child(2n) {

}
.list_img li a,.list_img li div {
    display: block;
}
.list_img li a img,.list_img li div img {
    width: 100%;
    height:100%;
}
.list_img li a h2 {
    font-size: 2rem;
    padding: 10px 0;
    margin: 10px 0 0;
    text-align: left;
    position: relative;
}
.list_img li a h2:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 2%;
    width: 12px;
    height: 12px;
    border-top: solid 2px #181818;
    border-right: solid 2px #181818;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
@media screen and (max-width: 768px) {
    .list_img li {
        padding: 0 15px 0px;
    }
    .list_img li {
        width: 100%;
        float: left;
        margin: 0 0 40px 0;
    }
    .list_img li:nth-child(2n) {
        margin: 0 0 40px 0;
    }
    .list_img li a img,.list_img li div img {
        height: auto;
    }
}


/* --------------------------���泣�ゃ�����������鴻����-------------------------- */

.list_sitemap {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 20px 0;
}
.list_sitemap li {
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 15px;
}
.list_sitemap li a {
    display: block;
    border: #181818 solid 2px;
    color: #181818;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    position: relative;
}
.list_sitemap li a:hover {
    background: #181818;
    color: #fff;
}
.list_sitemap li a:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #181818;
    border-right: solid 2px #181818;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.list_sitemap li a:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
@media screen and (max-width: 768px) {
    .list_sitemap li {
        width: 48%;
        margin-left: 1%;
        font-size: 1.3rem;
    }
    .list_sitemap li a:after {
        right: 6px;
        width: 6px;
        height: 6px;
    }
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}
footer{
    font-size: 14px;
    background: url(../images/bg_ftr.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding:90px 0 30px;
    color:#fff;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ăƒ’ăƒ©ă‚®ăƒè§’ă‚´ ProN W3", Hiragino Kaku Gothic ProN, Arial, "ăƒ¡ă‚¤ăƒªă‚ª", Meiryo, sans-serif;

}

footer .logo img{
    width:250px;
}

footer .logo{
    border-bottom:1px solid #6a6a6a;
    margin-bottom: 20px;
    padding-bottom: 10px;

    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px;
    font-family: "Noto Serif JP", serif;
}

footer .inner{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
footer .inner dl dd{
    margin: 0;
}
footer .inner nav {
    width:50%;
}

footer .inner nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

footer .inner nav ul li{
    margin:0 10px;
}

footer .inner nav a{
    color:#fff;
}

footer .copy{
    margin-top: 50px;
    font-size: 12px;
}

@media screen and (max-width: 1100px) {
    footer .inner nav {
        width:70%;
    }


}


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

    footer .logo{
        text-align: center;
    }



    footer .inner{
        display: block;
        font-size: 12px;
    }

    footer .inner dl{
        text-align: center;
    }

    footer .inner nav {
        width:100%;
    }

    footer .inner nav ul{
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: 50px;
    }

    footer .inner nav ul li{
        margin:0px;
        width:50%;
        text-align: center;
    }

    footer .inner nav a{
        display: block;
        padding:8px 0;
        font-weight: lighter;
        font-size: 14px;
    }

    footer .copy{
        margin-top: 50px;
        font-size: 11px;
        text-align: center;
    }
}



#breadcrumb {
    font-size: 14px;
    margin-top: -180px;
}
#breadcrumb li a {
    color: #148c3c;
    position: relative;
}
#breadcrumb li a:before {
    content: "＞";
    position: absolute;
    right: -20px;
}
@media (min-width: 768px){
    #page_ttl-wp {

        text-align: right;
        background: url(../images/service/service_banner.jpg) no-repeat center center;
        padding: 200px 0 30px;
    }
    .inbox {
        max-width: 1100px;
        margin: 60px auto 80px;
    }
    .page_ttl {
        color: #fff;
        letter-spacing: 1.5px;
    }
    .page_ttl .txt1 {
        display: block;
        font-size: 64px;
        font-weight: 600;
        line-height: 100%;
        font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .page_ttl .txt2 {
        font-size: 24px;
        font-family: 'Noto Sans JP', sans-serif;
    }

}
@media screen and (max-width: 1040px) {
    .inbox {
        padding: 0 5%;
    }
}
@media (max-width: 767px){

    #breadcrumb {
        margin-top: 0;
    }
    #page_ttl-wp {
        text-align: right;
        padding: 35% 0 22%;
        background: url(../images/service/service_banner.jpg) no-repeat center center;
        background-size: 350%;
    }
    .inbox {
        padding: 0 10px;
    }
    .page_ttl {
        color: #fff;
        letter-spacing: 1.5px;
        padding: 0;
        margin: 0;
    }
    .page_ttl .txt1 {
        display: block;
        font-size: 34px;
        font-weight: 600;
        line-height: 100%;
        font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .page_ttl .txt2 {
        font-size: 24px;
    }
}

#comp_sec3 .cmn_table{
    width: 1100px;
    margin: 0 auto 60px;
    max-width: 100%;
}
#comp_sec3 .cmn_table dl{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    column-gap: 30px;
    border-bottom: 1px solid #ddd;
}
#comp_sec3 .cmn_table dl:last-child{
    border-bottom: none;
}
#comp_sec3 .cmn_table dl dd,
#comp_sec3 .cmn_table dl dt{
    padding: 15px;
}
#comp_sec3 .cmn_table dl dt{
    font-weight: 400;
    color: #666;
    font-size: 16px;
    width: 40%;
    text-align: right;
}
#comp_sec3 .cmn_table dl dd{
    color: #333;
    font-size: 18px;
    width: calc(60% - 30px);
    text-align: left;
}

.lazy-load .breadcrumb {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    zoom: 1;
}
.breadcrumb {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
    z-index: 1;
}
@media only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 600px) and (max-width: 959px), only screen and (max-width: 599px) {
    .breadcrumb {
        line-height: 2;
        width: 90%;
    }
}
.breadcrumb__list {
    zoom: 1;
}
.breadcrumb__list:before,
.breadcrumb__list:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
}
.breadcrumb__list:after {
    clear: both;
}
.breadcrumb__list-item {
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    float: left;
    letter-spacing: 0.1em;
}
@media only screen and (min-width: 600px) and (max-width: 959px), only screen and (max-width: 599px) {
    .breadcrumb__list-item {
        font-size: 10px;
        font-size: 1rem;
    }
}
.breadcrumb__list-item::before {
    content: ">";
    display: inline-block;
    float: left;
    margin: 0 8px;
}
.breadcrumb__list-item:first-child::before {
    content: none;
}
.breadcrumb__link {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    float: left;
    text-decoration: underline;
}
.breadcrumb__link:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    zoom: 1;
}

.main-visual {
    top: 86px;
    margin-bottom: 86px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
}
@media only screen and (min-width: 600px) and (max-width: 959px), only screen and (max-width: 599px) {
    .main-visual {
        top: 60px;
    }
}
.main-visual__background {
    background: url(https://ogishi.co.jp/wp-content/themes/origin/imgs/contact/background.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.main-visual__title {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 0.1em;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 35%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
    .main-visual__title {
        top: 30%;
    }
}
@media only screen and (max-width: 599px) {
    .main-visual__title {
        top: 24%;
    }
}
.main-visual__title img {
    display: inline-block;
    max-width: 100%;
}
.main-visual__title-sub::before {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    margin: 16px auto;
    width: 100px;
}

/*=====================*/
.header_logo_text{
    background: #fff;
    display: inline-block;
    width: 265px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px;
    font-family: "Noto Serif JP", serif;
    padding: 14px 15px;
}
@media only screen and (min-width: 767px) {
    .header_logo_text{
        width: 300px;
        font-size: 28px;
        padding: 25px 15px;
    }
    footer .logo{
        font-size: 28px;
    }
}