@charset "utf-8";

/*
Theme Name: bussanfood
Description: 株式会社物産フードサービス
Version: 1.0
*/

/* font
------------------------------------------ */
@font-face {
    font-family: "martel";
    src: url(../fonts/Martel-Regular.eot) format("eot"), url(../fonts/Martel-Regular.woff) format("woff");
    font-weight: 400;
}
@font-face {
    font-family: "roboto";
    src: url(../fonts/Roboto-Light.eot) format("eot"), url(../fonts/Roboto-Light.woff) format("woff");
    font-weight: 300;
}
@font-face {
    font-family: "roboto";
    src: url(../fonts/Roboto-Medium.eot) format("eot"), url(../fonts/Roboto-Medium.woff) format("woff");
    font-weight: 500;
}
@font-face {
    font-family: "roboto";
    src: url(../fonts/Roboto-Bold.eot) format("eot"), url(../fonts/Roboto-Bold.woff) format("woff");
    font-weight: 600;
}
@font-face {
    font-family: "oswald";
    src: url(../fonts/Oswald-ExtraLight.eot) format("eot"), url(../fonts/Oswald-ExtraLight.woff) format("woff");
    font-weight: 300;
}

/* General Settings
------------------------------------------ */
* {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    color: #333;
    background: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    /*line-height: 1.6;*/
    line-height: 1.8;
    font-family: 游ゴシック,'Yu Gothic', YuGothic, 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    font-size: 1.6rem;
    margin: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ul li, ol li {
    list-style-type: none;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    opacity: .85;
}
table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table th,table td {
    padding: 1.5em 1em;

}
table tr {
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
}

table th {
    width: 36%;
    /*background-color: #0089d3;*/
    font-weight: 600;
    color: #666;
    /*border-bottom: 1px #fff solid;*/
    border-bottom: 1px solid #ff7f27;
    border-image: -ms-linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    border-image: -webkit-linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    border-image: linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    /* -moz-border-image-slice: 1; */
    -ms-border-image-slice: 1;
    border-image-slice: 1;
    margin-right: 1%;
    /*display: block;*/
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
_::-webkit-full-page-media, _:future, :root table th {
    border-image-slice: unset;
    border: none;
    border-bottom: 1px solid #f1a632;
}
table td {
    width: 85%;
    border-bottom: 1px #d4d4d4 solid;
    text-align: left;
    background: #fff;
    display: block;
}
table td a {
    text-decoration: underline;
}

/* content general
------------------------------------------ */
#wrapper {
    overflow: hidden;
}
section {
    padding: 140px 0 80px;
}
section > .inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    /*text-align: center;*/
}
section:last-child {
    /*padding-bottom: 0;*/
    padding-bottom: 150px;
}
section .wid_1200 {
    max-width: 1200px;
}

section.related_links {
	background: #FFF !important;
	padding: 60px 0 120px;
}

article section.no_bk_color {
    background: unset;
}

.footer_inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.btn {
    margin-top: 2em;
    text-align: center;
    font-weight: 500;
    color: #333;
    display: inline-block;
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    justify-content: center;
}
.btn a {
    width: 300px;
    color: #333333;
    background: #fff;
    display: block;
    padding: .7em 3em;
    border: 1px solid #333;
    position: relative;
    transition: all .3s;
}
@media all and (-ms-high-contrast:none) {
    .btn a {
        padding: .7em  2em .5em 2em!important;
    }
}
.btn a:hover {
    color: #fff;
    background: #ff7f27;
    border: 1px solid #ff7f27;
}
.btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 50px;
    right: 0;
    line-height: 50px;
    content: "";
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
}
.btn a:hover::after {
    background-image: url(../images/arrow_w.png);
    animation: slide 2s ease infinite;
}
@keyframes slide {
    0% { transform:translateX(0) }
    5% { transform:translateX(0) }
    10% { transform:translateX(0) }
    20% { transform:translateX(-5px) }
    25% { transform:translateX(0) }
    30% { transform:translateX(-5px) }
    50% { transform:translateX(0) }
    100% { transform:translateX(0) }
}
.break {
    display: block;
}
p a {
    text-decoration: underline;
}
.break {
    display: none;
}

.content_title {
    margin-top: 70px;
    height: 260px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.message .content_title {
    background-image: url(../images/bk_message.jpg);
}
.content_title::before {
    content: '';
    background: rgba(0,0,0,.15);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.content_title .inner {
    /*width: 100%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    text-align: center;
}
.content_title h2 {
    font-family: roboto,'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    font-size: 4.0rem;
    color: #fff;
    line-height: 1.2;
    letter-spacing: .7rem;
    position: relative;
    text-transform: capitalize;
}
.content_title h2::before {
    background-image: url(../images/line.png);
    content: "";
    position: absolute;
    bottom: 0;
    left: -1.5em;
    width: 86px;
    height: 86px;
    display: block;
}
.content_title span {
    font-weight: 600;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: .3rem;
}
.breadcrumbs {
    margin: 1em 0 0 0;
    padding: 0;
    background: #fff!important;
}
.breadcrumbs ul {
    display:-ms-flexbox; display:-webkit-box; display:flex;
}
.breadcrumbs ul li {
    font-weight: 500;
    font-size: 1.4rem;
}
.breadcrumbs ul li a {
    transition: all .3s;
}
.breadcrumbs ul li a:hover {
    color: #ff7f27;
}
.breadcrumbs + article {
    margin: 150px 0;
    margin-bottom: 0;
}
.breadcrumbs + article > section:first-child {
    padding-top: 0;
}
h3 {
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 2em;
    text-align: center;
    display: inline-block;
    z-index: 2;
}
h3 .sub_title {
    font-family: oswald,'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 300;
    font-size: 10.0rem;
    color: #f1a632;
    background: -webkit-linear-gradient(180deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    bottom: 0;
    right: 1rem;
    opacity: .4;
    line-height: 1.0;
    z-index: -1;
    letter-spacing: .8rem;
    display: inline-block;
    display: block;
}
@-moz-document url-prefix() {
    h3 .sub_title {
        color: #f1a632;
        background: -moz-linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
        background: -ms-linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
        background: linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
        background: #f1a632;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        text-fill-color: transparent;
        opacity: .7;
        /*background-clip: unset;*/
        /*text-fill-color: unset;*/
    }
}
section:nth-child(2n) {
    background: #fffaf1;
    z-index: -2;
}
.title_box {
    text-align: center;
}
.two_column_wrap {
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.two_column_wrap > div:first-child {
    width: 63%;
    margin-right: 1em;
}
.two_column_wrap .img_wrap {
    position: relative;
    z-index: 1;
}
.two_column_wrap .img_wrap::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-image: linear-gradient(0deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    border-image-slice: 1;
    z-index: -1;
}
section .inner .align-right {
    text-align: right;
}
section .inner .ftsz_18 {
    font-size: 1.8rem;
}
.rl_column_wrap {
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.rl_column_wrap > div:first-child {
    width: 14.5%;
}
.rl_column_wrap > div:last-child {
    width: 85%;
}
.rl_column_wrap h3 .main_title {
    position: absolute;
    bottom: 0;
    left: .5em;
}

.rl_column_wrap h3 .sub_title {
    -ms-writing-mode: tb-lr;         /* IE用　*/
    writing-mode: vertical-lr;
    position: static;
    color: #f1a632;
    /*background: -ms-linear-gradient(-270deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);*/
    background: -webkit-linear-gradient(-270deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    background: linear-gradient(-270deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    -ms-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -ms-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
@media all and (-ms-high-contrast:none) {
    .rl_column_wrap h3 .sub_title {
        background: none;
    }
}
@supports (-ms-ime-align: auto) {
    .rl_column_wrap h3 .sub_title {
        background: none;
        /*-ms-background-clip: unset;
        background-clip: unset;*/
        -webkit-text-fill-color: unset;
        /*text-fill-color: unset;*/
        /*color: #f1a632;*/
    }
}
.rl_column_wrap h3 {
    position: relative;
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    -ms-flex-flow : column-reverse;
    -webkit-flex-flow :column-reverse;
    flex-flow: column-reverse;

}
@supports (-ms-ime-align: auto) {
    .rl_column_wrap h3 {
        font-size: 2.2rem;
    }
}
.rl_right {
    -ms-flex-flow: row-reverse;
    -webkit-flex-flow: row-reverse;
    flex-flow: row-reverse;
}
.rl_right h3 {
    -ms-flex-align: flex-end;
    -webkit-box-align: flex-end;
    align-items: flex-end;
}
.rl_right h3 .main_title {
    left: 2em;
    line-height: 1.2;
    text-align: left;
}
.inner iframe {
    width: 100%;
    height: 500px;
}
.edit ul li::before {
    content: "ー";
    color: #f1a632;
    margin-right: .2em;
}
.img_wrap img {
    margin: 0 auto;
}
.title_left .title_box {
    text-align: left;
}
.title_left h3 .main_title {
    position: absolute;
    bottom: 0;
    right: 0;
}
.title_left h3 .sub_title {
    position: relative;
}
.two_reverse {
    flex-flow: row-reverse;
}
.two_reverse .img_wrap::after {
    left: unset;
    right: 10px;
}

/* header
------------------------------------------ */
header {
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 4;
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    padding-left: 2em;
    transition: all .3s;
    background: rgba(255,255,255,.8);
}
header.scroll {
    background: #fff;
}
header h1 {
    font-weight: 600;
    font-size: 2.0rem;
    font-size: 2.6rem;
    width: 30%;
    width: 25%;
    white-space: nowrap;
}
header h1 a {
    transition: all .2s;
}
header h1 a:hover {
    color: #ff7f27;

}
header nav {
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 70%;
    margin-left: 5vw;
}

header nav ul {
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    /*-ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;*/
    
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 70px;
    width: calc(100% - 115px);
}

header nav ul li {
    font-family: mplusround,游ゴシック,'Yu Gothic', YuGothic, 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin-right: 2em;
    font-weight: 500;
}
header nav ul li a {
    transition: all .3s;
    position: relative;
}
header nav ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #ff7f27;
    transform: scale(0,1);
    transform-origin: right top;
    transition: transform .3s;
}
header nav ul li a:hover {
    color: #ff7f27;
}
header nav ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1,1);
}

header nav .mail {
    width: 115px;
    height: 100%;
    text-align: center;
}
header nav .mail a {
    display: block;
    width: 100%;
    height: 100%;
    background: #ff7f27;
    font-family: 'Font Awesome 5 Free','fontawesome';
    font-size: 3.5rem;
    color: #fff;
    transition: all .3s;
}
header nav .mail a:hover {
    color: #ff7f27;
    background: #fff;
    /*background: linear-gradient(180deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);*/
    opacity: 1;
}
header nav .mail a i {
    vertical-align: middle;
}
.drawer-hamburger {
    display: none;
}
.drawer-hamburger {
    width: 3rem;
    padding: 0;
    padding: 2.4rem 1.5rem;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #333;
}
.drawer--top.drawer-open .drawer-hamburger {
    padding-top: 20px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 3px;
}
.drawer-nav {
    display: block;
}
.drawer--top .drawer-nav {
    height: 100vh;
    background: #ff7f27;
    background: rgba(255,255,255,1);
    color: #333;
    /*background: -webkit-linear-gradient(180deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);*/
    overflow: auto; /*ドロワースクロール不具合修正用*/
    /*overflow: scroll;*/
    right: 0;
    left: auto;
    width: 30%;
}
.drawer-dropdown-menu>li {
    background: rgba(105,180,0,1);
}
.drawer--top .drawer-nav > ul {
    width: 90%;
}
.drawer--top .drawer-nav ul li a {
    display: block;
    width: 100%;
    padding: 1rem 3rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    position: relative;
    color: #333;
    line-height: 3.75rem;
}
@media all and (-ms-high-contrast:none) {
    .drawer--top .drawer-nav ul li a {
        padding-top: 1.2rem;
    }
}
.drawer--top .drawer-nav ul li.open > a::after {
    content: "\f146";
}

.drawer--top .drawer-nav ul li a:hover {
    text-decoration: none;
}
.drawer--top .drawer-nav > ul > li > a {
    /*border-bottom: 1px dotted #ff7f27;*/
    border-bottom: 1px solid #ff7f27;
    /*border-image: -moz-linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);*/
    border-image: -ms-linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);

    border-image: -webkit-linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    border-image: linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    /*-moz-border-image-slice:1;*/
    -ms-border-image-slice:1;
    border-image-slice: 1;
}

_::-webkit-full-page-media, _:future, :root .drawer--top .drawer-nav > ul > li > a {
    border-bottom: 1px solid #ff7f27;
    border-image: none;
    border-image-slice: none;
}




.drawer--top .drawer-nav ul li a::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free','fontawesome';
    position: absolute;
    display: block;
    right: 1em;
    top: 1.1rem;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
}
.drawer--top .drawer-nav .drawer-dropdown > a::after {
    content: "\f0fe";
    font-size: 1.4rem;
    right: .7em;
}
.drawer--top .drawer-nav > ul > li > ul > li > a {
    border-bottom: 1px dotted #fff;
    padding-left: 3em;
}
.drawer--top .drawer-nav > ul > li > ul > li > a::before {
    content: "- ";
}

/* footer
------------------------------------------ */
footer {
    background: #555555;
    color: #fff;
    position: relative;
}
footer a {
    color: #fff;
}
footer .footer_inner {
    display:-ms-flexbox; display:-webkit-box; display:flex;
    -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between;
    padding: 80px 0;
}
footer h2 {
    font-weight: 600;
    font-size: 2.0rem;
}
footer .ft_address {
    font-size: 1.4rem;
}

footer .btn a {
    width: 250px;
    font-weight: 600;
    font-size: 1.4rem;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
@media all and (-ms-high-contrast:none) {
    footer .btn a {
        padding: .8em 3em .7em 3em;
    }
}
footer .btn a i {
    padding-right: .5em;
    font-size: 1.6rem;
}
footer .btn a:hover {
    color: #555;
    background: #fff;
    border: 1px solid #fff;
}
footer .btn a::after {
    content: none;
}
footer div:nth-child(2) {
    display:-ms-flexbox; display:-webkit-box; display:flex;
    flex-flow: column;
    -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between;
}
footer ul {
    display:-ms-flexbox; display:-webkit-box; display:flex;
    justify-content: flex-end;
    align-items: center;
}
footer nav ul li {
    margin-left: 2em;
}
footer nav ul li::before {
    content: "|";
    margin-right: 1.5em;
}
footer nav ul li:first-child {
    margin-left: 0;
}
footer nav ul li:first-child::before {
    content: none;
}
footer nav + ul li {
    margin-left: 1em;
}
footer nav + ul li a:hover img {
    opacity: .7;
}
.copy {
    font-size: 1.2rem;
    text-align: center;
    padding: 1em 0;
    background: #fff;
    color: #333;
}
.pagetop {
    /*position: absolute;
    top: -75px;
    right: 15px;*/
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #fff;
    font-family: 'Font Awesome 5 Free','fontawesome';
    color: #333;
    font-size: 2.4rem;
    font-weight: 900;
    width: 60px;
    height: 60px;
    border: 1px solid #333;
    text-align: center;
    line-height: 2.4;
    /*transition: all .3s;*/
    /*cursor: pointer;*/
    z-index: 3;

}
.pagetop:hover {
    color: #fff;
    background: #ff7f27;
    border: 1px solid #ff7f27;

}

/* top general
------------------------------------------ */
.top section { 
    padding: 120px 0;
}
/* 20210405
.top section:nth-child(2n) {
    background: none;
    z-index: 1;
}
-----20210405 */
.top h3 {
    font-family: roboto,'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 300;
    font-size: 10.0rem;
    color: #f1a632;
    background: -webkit-linear-gradient(180deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    background: -moz-linear-gradient(-180deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    letter-spacing: 1.5rem;
    line-height: 1.0;
    margin-bottom: 0;
}
_::-webkit-full-page-media, _:future, :root .top .top_message  h3 {
    /*letter-spacing: 2.0rem;*/
    padding-left: .2em;
}

.top h3.h3_small {
    font-weight: 500;
    font-size: 4.8rem;
    color: #f1a632;
    letter-spacing: .7rem;
}
.top .sub_title {
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #666;
    letter-spacing: .7rem;
    display: block;
    text-align: left;
}
.top h3.h3_small + .sub_title {
    font-weight: 400;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    letter-spacing: .5rem;
}
.effect-fade {
    opacity : 0;
    transform : translate(0, 60px);
    transition : all 1200ms;
}
.effect-left {
    transform : translate(-60px, 0);
}
.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}

/* main image
------------------------------------------ */
.main_image {
    height: 100vh;
    /*margin-top: 80px;*/
    overflow: hidden;
    background: url(../images/visual.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.main_image .catch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 50%;
}
.main_image .catch img {
    margin-bottom: 1em;
}
.main_image .catch h2 {
    color: #f1a632;
    background: -webkit-linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    background: linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    -webkit-background-clip: text;
    /*background-clip: text;*/
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: martel,游ゴシック,'Yu Gothic', YuGothic, 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 10.0rem;
    line-height: 1.14;
    letter-spacing: 1.90rem;
    /*filter: progid:DXImageTransform.Microsoft
    .gradient(GradientType=0,startColorstr='#ffffffff', endColorstr='#ffdddddd');*/
}
@media all and (-ms-high-contrast:none) {
    .main_image .catch h2 {
        background:none;
    }
}
.main_image .catch span {
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    letter-spacing: .5rem;
}


/* top message
------------------------------------------ */
.top_message {
    background: #f6f6f6;
    /*z-index: -2;*/
}
.top_message .inner {
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between;
    max-width: 1730px;
}
.top_message .title_box {
    display: inline-block;
}
.top_message .inner p {
    font-weight: 500;
    font-size: 2.4rem;
}
.top_message .inner .smbc_sp {
    display: none;   
}
.top_message .inner .smbc {
    width: 55%;
    height: 620px;
    display:-ms-flexbox; display:-webkit-box; display:flex;
    /*justify-content: flex-end;*/
    align-items: center;
    z-index: 2;
    justify-content: flex-start;
    padding-left: 1em;
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.top_message .inner .smbc .smbc_inner {
    /*width: 70%;*/
    /*width: 100%;*/
    width: 55%;
    text-shadow: 1px 1px 10px #666;
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 90%;
    padding-left: 1em;
}
.top_message .inner .smbc h3 {
    font-family: roboto,'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 600;
    font-size: 7.7rem;
    color: #fff;
    
    letter-spacing: 3.0;
    background: none;
    -webkit-text-fill-color: unset;
    text-align: left;
}
_::-webkit-full-page-media, _:future, :root .top_message .inner .smbc h3 {
    background: none;
    -webkit-text-fill-color: #fff; 
}
.top_message .inner .smbc h4 {
    font-family: roboto,'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 600;
    font-size: 4.2rem;
    color: #fff;
    letter-spacing: .5rem;
    line-height: 1.0;
    margin-top: .4em;
}

.top_message .inner .smbc p {
    font-weight: 600;
    font-size: 1.5rem;
    /*color: #fff;*/
    /*color: #f1a632;*/
    color: #333;
    text-shadow: 1px 1px 1px #fff;    
    margin-top: 0;
    line-height: 1.4;
}
.top_message .inner .smbc .grad {
    /*color: #f1a632;
    background: -webkit-linear-gradient(180deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;*/
    color: #333;
    text-shadow: none;
}
.top_message .inner > div:last-child {
    margin-left: 3em;
    z-index: 1;
    position: relative;
    margin-top: 7em;
    padding: 0 3em 3em 0;
    width: 45%;
    text-align: center;
}
.top_message .inner > div:last-child::after {
    position: absolute;
    top: 3em;
    left: -5em;
    content: "";
    background: #fff;
    width: 110%;
    height: 90%;
    z-index: -1;
}
.top_message .inner > div:last-child p {
    width: 80%;
    margin: 4em auto;
    text-align: left;
}
.top_message .btn {
    justify-content: flex-end;
    z-index: 1;
}

/* top business & top about
------------------------------------------ */
.top_business {
    background: url(../images/bk_top_business.jpg)!important;
    background-size: cover!important;
    position: relative;
    padding: 80px 0;
}
.top_business .inner {
    display:-ms-flexbox; display:-webkit-box; display:flex;
    -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between;
    align-items: center;
}
.top_business .inner div {
    width: 590px;
    text-align: center;
    /*padding: 5em 4em;*/
    border: 3px solid #fff;
    border-image: linear-gradient(0deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    border-image-slice: 1;
    position: relative;
    color: #fff;
}
@media all and (-ms-high-contrast:none) {
    .top_business .inner div {
        border-image: none;
        border-image-slice: unset;
    }
    .top .top_business h3.h3_small {
        color: #fff;
    }
}

.top_business .inner div a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5em 4em;
    transition: all .3s;
}
.top_business .inner div a:hover {
    background: #ff7f27;
    /*background: linear-gradient(0deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);*/
    opacity: 1;
}
.top_business .inner div a:hover h3 {
    color: #fff;
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: unset;
}
_::-webkit-full-page-media, _:future, :root .top_business .inner div a:hover h3 {
    -webkit-text-fill-color: #fff; 
}
.top_business .inner div p {
    text-align: left;
    font-weight: 600;
    margin-top: 3em;
    color: #fff;
}


.top_business .inner div::before,.top_business .inner div::after {
    content: "";
    background: url(../images/line.png);
    position: absolute;
    top: -3.0em;
    left: 3em;
    display: block;
    width: 86px;
    height: 86px;
}
.top_business .inner div::after {
    top: auto;
    left: auto;
    bottom: -3.0em;
    right: 3em;
}

/* top voice
------------------------------------------ */
.top_voice h3 {
    position: relative;
}
@media all and (-ms-high-contrast:none) {
    .top_voice h3 {
        color: #8fc31f;
    }
}
.top_newservice h3::after,.top_voice h3::after {
    content: "";
    width: 200px;
    height: 4px;
    background: #8fc31f;
    position: absolute;
    top: 0;
    bottom: 0;
    /*right: -2em;*/
    margin: auto 0;
}
.list_voice {
    display:-ms-flexbox; display:-webkit-box; display:flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-top: 50px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list_voice li {
    position: relative;
    text-align: center;
    width: 30%;
    margin-right: 4.5%;
}
.list_voice li:last-child {
    
}
.list_voice li:nth-child(2),
.list_voice li:nth-child(5) {
    margin-top: 90px;
}
.list_voice li:nth-child(3n) {
    margin-top: 180px;
    margin-right: 0;
}
.list_voice li a {


}
.list_voice li .img_wrap {
    overflow: hidden;
}
.list_voice li a img:hover {
    transform: scale(1.1,1.1);
    transition-duration: .5s;
    opacity: .7;

}
.list_voice li a img {
    transition: all .3s;
    width: 100%;
}
.list_voice li p {
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    /*font-size: 2.4rem;*/
    font-size: 2.2rem;
    margin: 2.5em 0;
    position: relative;
    display: inline-block;
    text-align: left;
    line-height: 1.4;
}
.list_voice li p::before,
.list_voice li p::after {
    content: "";
    background: url(../images/quote.svg);
    position: absolute;
    top: -2em;
    left: 0;
    width: 105px;
    height: 90px;
    z-index: -1;
}
.list_voice li p::after {
    top: auto;
    left: auto;
    bottom: -2em;
    right: 0;
    transform: rotate(180deg);
}

.voice_ctg {
    display: inline-block;
    width: 154px;
    background: #8fc31f;
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    font-size: 2.0rem;
    color: #fff;
    position: absolute;
    top: .5em;
    left: -.5em;
    padding: .3em;
    text-align: center;
    z-index: 2;
}
.voice_ctg::before {
    position: relative;
    content: "";
    display: block;
    width: 154px;
}
.voice_ctg::after {
    /*content: "";
    position: absolute;
    top: .2em;
    left: .2em;
    display: block;
    width: 154px;
    height: 100%;
    border: 1px solid #fff;*/
}

/* top topics
------------------------------------------ */
/*
.topics_list {
    padding-top: 50px;
    text-align: center;
}
*/
/* 20210405 */
.topics_list {
    padding-top: 50px;
    text-align: center;
	margin-top: 50px;
}
/* 20210405 */
.topics_list .inner {
    width: 1200px;
}
.topics_list h3 {
    position: relative;
}
.topics_list h3::before {
    content: "";
    background: url(../images/line_o.png);
    position: absolute;
    top: -.5em;
    left: -2em;
    display: block;
    width: 86px;
    height: 86px;
}
.topics_list h3.h3_small + .sub_title {
    font-weight: 500;
    font-size: 1.6rem;
    color: #333;
}
.topics_list ul {
    margin: 3em 0;
    text-align: left;
}
.topics_list ul li {
    padding: 1.5em 0;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    padding-right: 2.2em;
}
.topics_list .inner + ul:first-of-type li {
    padding-left: 11em;
    text-indent: -11em;
}
.topics_list ul li time {
    margin: 0 3em;
    font-weight: 600;
    color: #666;

}
.topics_list ul li a {
    transition: all .3s;

}
.topics_list ul li a:hover {
    color: #ff7f27;
}
.topics_list ul li a:hover::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 2em;
    height: 1px;
    background: #ff7f27;
    display: block;
}

/* message
------------------------------------------ */
section.philosophy > .inner {
    max-width: unset; 
    margin: 0; 
}
.list_philo {
    margin-top: 3em;
}
.list_philo li {
    margin-bottom: 5em;
    /*padding-left: 1em;*/
}
.list_philo li .title_phi {
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.list_philo li:nth-child(2) {
    /*margin-left: 27.7%;*/
}
.list_philo li:nth-child(3) {
    /*margin-left: 63%;*/
    margin-bottom: 0;
}
.list_philo li .line_phi {
    border-top: 1px solid #ccc;
    border-image: -ms-linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    border-image: -webkit-linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    border-image: linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    -ms-border-image-slice: 1;
    border-image-slice: 1;
    height: 1px;
    display: inline-block;
}
.list_philo li:first-child .line_phi {
    width: 10%;
}
.list_philo li:nth-child(2) .line_phi {
    width: 35%;
}
.list_philo li:nth-child(3) .line_phi {
    width: 60%;
}
.list_philo li h4 {
    font-weight: 600;
    font-size: 4.8rem;
    color: #8fc31f;
    display:flex;
    align-items:center;
    text-align:center;
    line-height: 1.0;
    margin-left: 1%;
}
.list_philo li h4::before {
    /*content:"";
    border-top:1px solid #ccc;
    border-image: -ms-linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    border-image: -webkit-linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    border-image: linear-gradient(-90deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    -ms-border-image-slice: 1;
    border-image-slice: 1;


    position: absolute;
    left: 0;*/

}
@media all and (-ms-high-contrast:none) {
    .list_philo li .line_phi {
        border-image: none;
        border-image-slice: none;
        -ms-border-image-slice: none;
        border-top: none;
        border-bottom: 1px solid #ff7f27;
    }
}
@supports (-ms-ime-align: auto) {
    .list_philo li .line_phi {
        border-image: none;
        border-image-slice: none;
        -ms-border-image-slice: none;
        border-top: none;
        border-bottom: 1px solid #ff7f27;
    }
}
_::-webkit-full-page-media, _:future, :root .list_philo li h4 {
    margin-left: .2em;
}

/*.list_philo li:first-child h4::before {
width: 12%;
width: 5%;
}
.list_philo li:nth-child(2) h4::before {
width: 30%;
}
.list_philo li:nth-child(3) h4::before {
width: 60%;
}*/
.list_philo li h4 span {
    padding-left: 1em;
    font-weight: 600;
    font-size: 1.6rem;
    color: #333;
    padding-top: 15px;
}
.list_philo li p {
    margin: 0;

}
.list_philo li:first-child p {
    margin-left: 11%;
}
.list_philo li:nth-child(2) p {
    margin-left: 36%;
}
.list_philo li:nth-child(3) p {
    margin-left: 61%;
}

/* about
------------------------------------------ */
.about .content_title {
    background-image: url(../images/bk_about.jpg);
}
.list_history {
    position: relative;
}
.list_history::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15.1%;
    width: 3px;
    height: 97%;
    background: -ms-linear-gradient(0deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    background: -webkit-linear-gradient(0deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    background: linear-gradient(0deg, #8fc31f 0%,#fff028 25%, #f1a632 75%);
    margin-bottom: 1em;
}

@media all and (-ms-high-contrast:none) {
    .list_history::before {
        left: 14.6%;
    }
}
.list_history li {
    display: flex;
}
.list_history li h4 {
    width: 20%;
    /*margin-top: 1em;*/
    margin-top: .3em;
    padding-right: 2.5em;
    /* text-align: right; */
    font-weight: 600;
    font-size: 2.0rem;
    color: #666;
    text-align: center;
}
.list_history li:first-child h4 {
    margin-top: 0;
}
.list_history li .history_content {
    width: 100%;
    padding-left: 2.5em;
}
.list_history li:first-child .history_content {
    padding-top: 0;
}
.list_history li .history_content li {
    display: inline-block;
    padding: 0;
    min-width: 120px;
    width: 100%;
    /* max-width: 100%; */
    margin-top: 10px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    /*padding-left: 2.5em;*/
}
.list_history li:first-child .history_content li {
    margin-top: 0;
}
.list_history li .history_content li::before {
    content: "";
    height: 11px;
    width: 11px;
    background: #f1a632;
    position: absolute;
    left: -4.3em;
    top: .5em;
    border-radius: 100%;
}
.list_history li .history_content li h5 {
    padding-bottom: 10px;
    padding-right: 2.5em;
    font-size: 1.8rem;
    color: #666;
}
.list_history li:last-child .history_content li h5 {
    padding-bottom: 0;
}
.list_history li .history_content li p {
    margin-top: 0;
}
.list_history li:last-child .history_content li p {
    margin-bottom: 0;
}



.about table td {
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

/* business
------------------------------------------ */
.business .content_title {
    background-image: url(../images/bk_business.jpg);
}
.list_business {
    margin-left: 1em;
    padding-left: 3em;
    text-indent: -1.4em;
}
.list_business li {
    font-weight: 600;
    font-size: 1.7rem;
}
.list_business li::before {
    font-weight: 300;
}
.bnr_title {
    font-weight: 600;
    font-size: 2.0rem;
    margin-top: 2em;
    margin-bottom: .5em;
}
.list_bnr {
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list_bnr li {
    width: 23.5%;
    margin-right: 2%;
}
.list_bnr li:nth-child(4n) {
    margin-right: 0;
}
.list_bnr li a p {
    transition: all .3s;
}
.list_bnr li a:hover p {
    color: #ff7f27;
}
.list_bnr li img {
    width: 100%;
}
.list_bnr li p {
    font-size: 1.4rem;
    margin: 0;
    margin-top: .2em;
}
.img_wrap p {
    margin-bottom: 2em;
}
.flow p {
    font-size: 2.2rem;
    line-height: 1.5;
}

/* voice archive
------------------------------------------ */
.voice .content_title {
    background-image: url(../images/bk_voice.jpg);
}
.voice_name {
    color: #333;
    display: block;
    font-size: 2.0rem;
    line-height: 1.0;
    /*margin: 15px 0;*/
    margin: 15px 0 0;
}
.voice_year {
    display: block;
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    color: #8fc31f;
    text-align: left;
    margin-top: .4em;
}
.voice .list_voice {
    margin-top: 0;    
}

.voice .list_voice li p {
    margin: 1.3em 0;
    text-align: left;
    line-height: 1.4;
}
.voice .list_voice li p::before,
.voice .list_voice li p::after {
    background: url(../images/quote.svg);
    position: absolute;
    width: 70px;
    height: 60px;
    background-repeat: no-repeat;
}
.voice .list_voice li p::before {
    top: -1em;
    left: 0;
}
.voice .list_voice li p::after {
    bottom: -1em;
    right: 0;
}

/* voice detail
------------------------------------------ */
.voice_catch {
    align-items: center;
    margin: 0 auto;
    margin-bottom: 90px;
}
.voice_catch p {
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 4.0rem;
    margin: 2.5em 0;
    position: relative;
    display: inline-block;
    padding: 0 1em;
}
.voice_catch p::before,
.voice_catch p::after {
    content: "“";
    font-family: 游ゴシック,'Yu Gothic', YuGothic, 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /*background: url(../images/quote.png);*/
    position: absolute;
    font-weight: 600;
    font-size: 30.0rem;
    color: #e8e8e8;
    /*width: 105px;
    height: 90px;*/
    line-height: 1.0em;
    z-index: -1;
}
_::-webkit-full-page-media, _:future, :root .voice_catch p::before,
.voice_catch p::after {
    font-family: 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.voice_catch p::before {
    top: -.25em;
    left: -.07em;

}
.voice_catch p::after {
    bottom: -.25em;
    right: -.07em;
    transform: rotate(180deg);
}
@media all and (-ms-high-contrast:none) {
    .voice_catch p::before {
        top: 10px;
    }
    .voice_catch p::after {
        bottom: 10px;
    }
}
.voice_catch .voice_ctg {
    position: static;
    display: block;
    font-size: 1.6rem;
    /*width: 120px;*/
    width: 130px;
}
.voice_catch .voice_ctg::after {
    content: none;
}
.voice h4 {
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    padding: 1em 0;
    margin-left: 2em;
    position: relative;
}
.voice h4::before {
    content: "Q";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -.5em;
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 800;
    font-size: 9.0rem;
    color: #ff7f27;
    background: -webkit-linear-gradient(-225deg, #8fc31f 0%,#fff028 55%, #f1a632 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
}
@-moz-document url-prefix() {
    .voice h4::before {
        top: -50%;
        transform: none;
    }
}
.harf_column {
    margin-top: 3em;
}
.harf_column > div {
    width: 50%!important;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.harf_column > div:first-child {
    width: 45%!important;
}
.oneday {
    width: 50%!important;
}
.oneday h4 {
    z-index: 0;
    padding-left: 3em;
}
.oneday h4:first-of-type::before {
    content: "AM";
    z-index: -1;
}
.oneday h4:last-of-type::before {
    content: "PM";
    z-index: -1;
}
.oneday + div {
    width: 45%;
}


/* contact
------------------------------------------ */
.contact .content_title {
    background-image: url(../images/bk_contact.jpg);
}
.small {
    background: #ff7f27;
    padding: .1em .5em;
    color: #fff;
    margin-left: .3em;
    font-size: 1.4rem;
}

.contact table th {
width: 20%;
}
.contact label {
margin-right: 1em;
}
.contact input {
padding: .3em;
}
.contact tr td div {
    margin-bottom: 10px;
}
.search_btn,
.btn input {
    width: 170px;
    color: #333333;
    font-size: 1.4rem;
    font-family: 游ゴシック,'Yu Gothic', YuGothic, 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: #fff;
    display: inline-block;
    padding: .7em 3em;
    border: 1px solid #333;
    position: relative;
    margin-left: .5em;
    cursor: pointer;
    transition: all .3s;
}
.btn input {
    width: 300px!important;
    padding: .8em 3em!important;
    font-size: 1.6rem;
}
.search_btn:hover,
.btn input:hover {
    color: #fff;
    background: #ff7f27;
    border: 1px solid #ff7f27;
}
/*.search_btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 37px;
    right: 0;
    line-height: 50px;
    content: "";
    background-image: url(../images/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.btn input::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../images/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.search_btn:hover::after,
.btn input:hover::after {
    background-image: url(../images/arrow_w.png);
    animation: slide 2s ease infinite;
}*/
/*.contact_btn {
background: #f3975f;
border: 2px solid #f3975f;
font-family: 'Noto Sans Japanese',游ゴシック,'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-weight: 500;
font-size: 1.4rem;
color: #fff;
width: 15%;
padding: .8em .3em;
text-align: center;
cursor: pointer;
margin-left: 1em;
transition: all .3s;
}
.contact_btn:hover {
background: #fff;
color: #f3975f;
}*/
/*.contact select {
font-family: 'Noto Sans Japanese',游ゴシック,'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
padding: .3em .2em;
}*/
.contact .submit {
margin: 60px 0 0 0;
text-align: center;
}
.contact .submit .contact_btn {
padding: 1em .3em;
width: 20%;
}
.contact input {
padding: .5em;
width: 100%;
}
.contact input[type="radio"] {
width: unset;
width: inherit;
}
.contact input[name="zip1"],
.contact input[name="zip2"],
.contact input[name="tel1"],
.contact input[name="tel2"],
.contact input[name="tel3"] {
width: 5em;
}
.contact textarea {
width: 100%;
}

/* privacy & info
------------------------------------------ */
.privacy .content_title {
    background-image: url(../images/bk_privacy.jpg);
}
.privacy h3,
.info h3{
    margin-bottom: 0;
    margin-top: 2em;
}
.info .content_title {
    background-image: url(../images/bk_info.jpg);
}

/* SNS add 20230316
------------------------------------------ */
.sns h3{
    margin-bottom: 0;
    margin-top: 2em;
}
.sns .content_title {
    background-image: url(../images/bk_sns.jpg);
}


/* topics
------------------------------------------ */
.topics .content_title {
    background-image: url(../images/bk_topics.jpg);
}
.topics .breadcrumbs + article {
    margin-top: 125px;
    margin-top: 80px;
}
.topics .topics_list .inner {
    max-width: 1440px;
    width: 100%;
}
.topics .topics_list ul {
    margin-top: 0;
}
.topics .topics_list .inner ul:first-child li {
    padding-right: 0;
}
.topics .topics_list ul li:first-child {
    padding-top: 0;
}
.topics .topics_list ul li a:hover::after {
    content: none;
}
.pagination ul {
    display:-ms-flexbox; display:-webkit-box; display:flex;
    justify-content: center;
    margin: 50px 0 0 0;
}
.pagination ul li {
    border: 1px solid #ccc;
    width: 2.5em;
    padding: 0;
    margin-right: 1em;
}

.pagination ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: .5em .8em;
    text-align: center;
    transition: all .3s;
}
@media all and (-ms-high-contrast:none) {
    .pagination ul li a {
        padding-top: 1em;
        display: block;
    }
    .pagination ul li:first-child a {
        padding-top: 1em;
    }
}
.pagination ul li span {
    display: block;
    width: 100%;
    height: 100%;
    padding: .5em .8em;
    text-align: center;
}
.pagination ul li span.current {
    background: #ff7f27;
    color: #fff;
}
.pagination ul li a:hover {
    background: #ff7f27;
    color: #fff;
}

/* topics detail
------------------------------------------ */
.topics h4 {
    /*font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    font-weight: 600;
    font-size: 2.4rem;
}
.topics h4 + time {
    display: block;
    margin-bottom: 1em;
    font-weight: 600;
    color: #666;
}
.topics p {
    margin: 0;
}
.topics .btn {
    margin-top: 5em;
}


/* notfound
------------------------------------------ */
.notfound .content_title {
    background-image: url(../images/bk_404.jpg);
}
