@charset "UTF-8";
/* 共通部分 */
body {
    background: #fff;
    color: #282828;
    overflow: hidden;
    font-size: 15px;
    counter-reset: number 0 counter-reset1 counter-reset2;
}
a, .post-content a {
    color: #282828;
}
.font-type2, .headline-font-type {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.post-content ul {
    list-style: disc;
}
.breadcrumb-wrapper {
    background: #49800f;
}
.breadcrumb-wrapper::before {
    content: '';
    position: absolute;
    background: #49800f;
    width: 100%;
    height: 220%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.breadcrumb.inner {
    font-size: 0.8em;
    height: 50px;
    line-height: 50px;
}
.breadcrumb li a, .breadcrumb li {
    color: #fff;
}
.breadcrumb a:hover {
    color: #282828;
}
.signage {
    /*background: none !important;*/
    position: relative;
    z-index: 0;
}
.signage::after {
    content: '';
    position: absolute;
    display: block;
    background-image: url(/wp-content/themes/story_tcd041/img/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% - 50px);
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.signage-title.headline-font-type, .signage-title-sub {
    width: 86%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    text-shadow: none;
}
.signage-title.headline-font-type {
    margin-top: -50px;
    letter-spacing: 7px;
    margin-bottom: 15px;
    font-size: 3em !important;
    font-weight: 700;
    font-family: "Barlow Semi Condensed", sans-serif;
}
.signage-title-sub {
    font-size: 0.9em !important;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 500;
}
@media only screen and (max-width: 1200px) {
    .signage::after {
        width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 767px) {
    .signage {
        height: 200px;
    }
    .signage-title.headline-font-type {
        font-size: 2.2em !important;
        letter-spacing: 3px;
        margin-bottom: 8px;
    }
    .signage-title-sub {
        font-size: 0.8em !important;
    }
}
@media only screen and (max-width: 500px) {
    .signage::after {
        width: 100%;
    }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
    background: linear-gradient(to bottom, rgb(255 255 255 / 90%) 5%, rgba(0, 0, 0, 0) 100%) !important;
    z-index: 50;
    box-shadow: none;
}
.logo-image {
    top: 15px;
    width: 150px;
    height: auto;
    left: 15px;
    position: absolute;
}
img.h_logo {
    width: 100%;
}
.global-nav {
    padding-right: 30px;
}
.header-bar-inner {
    width: 100%;
    max-width: unset;
    z-index: 100;
}
.global-nav > ul > li > a {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 800;
    line-height: 85px;
    padding: 0px 15px;
    position: relative;
    text-align: center;
    transition: all 0.5s;
    color: #282828;
    font-family: "Barlow Semi Condensed", sans-serif;
}
.global-nav > ul > li > a::before {
    content: "";
    width: 0;
    height: 2px;
    left: 17px;
    bottom: 15px;
    position: absolute;
    background: #49800f;
    transition: all 0.5s;
    z-index: 1;
}
.global-nav > ul > li > a:hover::before {
    width: calc(100% - 32px);
}
.global-nav > ul > li > a::after {
    position: relative;
    text-align: center;
    display: block;
    bottom: 25px;
    line-height: 1;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 600;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #282828;
}
.global-nav > ul > li.global-menu-home > a::after {
    content: "ホーム";
}
.global-nav > ul > li.global-menu-price > a::after {
    content: "料金プラン";
}
.global-nav > ul > li.global-menu-flow > a::after {
    content: "ご依頼の流れ";
}
.global-nav > ul > li.global-menu-company > a::after {
    content: "会社概要";
}
.global-nav > ul > li.global-menu-topics > a::after {
    content: "お知らせ";
}
.global-nav > ul > li.global-menu-contact > a::after {
    /*content: "お問い合わせ";*/
    content: "無料相談";
}
.global-nav .sub-menu {
    left: auto;
    right: 0px !important;
}
.global-nav .sub-menu a:hover::before {
    content: none;
}
@media only screen and (max-width: 1200px) {
    .logo-image {
        top: 7px;
        width: 90px;
        left: -10px;
    }
    .header-bar {
        background: #fff !important;
        border-bottom: 1px solid #fff;
    }
    .global-nav-button {
        border-left: 0px;
        background: none;
    }
    .global-nav-button:before {
        color: #49800f;
    }
	.global-nav {
		padding: 0;
	  position: fixed !important;
	  right: 0;
	  top: 0;
	  width: 0;
	  height: 100vh !important;
	  overflow-y: scroll;
	  z-index: 50;
	  align-items: center;
	  justify-content: center;
	  display: flex !important;
	  transition: all 0.3s;
	  opacity: 0;
	  visibility: hidden;
	  background: rgba(255, 255, 255, 0.8);
	}
	.global-nav-button.active + .global-nav {
	  opacity: 1;
	  visibility: visible;
	  width: 25%;
	}
    .global-nav > ul > li > a {
        color: #282828 !important;
        background: none;
        font-size: 13px;
        letter-spacing: 2px;
        text-shadow: none;
        text-align: left;
        padding: 0;
        line-height: 50px;
		height: 70px;
    }
    .global-nav > ul > li > a::after {
        text-align: left;
        line-height: 0;
        bottom: 30px;
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
    }
    .global-nav > ul > li.global-menu-reserve > a {
        margin-left: 0;
        background: #fff;
        padding-left: 25px;
    }
    .global-nav a:hover, .global-nav .sub-menu a:hover {
        background: #fff !important;
        color: #49800f !important;
    }
    .global-nav a:hover::before {
        content: none;
    }
}
@media only screen and (max-width: 820px) {
    img.s_logo {
        width: 100%;
    }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
    display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-youtube-overlay {
    background: hsl(0deg 0% 0% / 30%);
}
.top-slider-content {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    width: 100% !important;
    height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
    background: none;
}
.top-slider-content-inner {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    padding-inline: 30px;
}
.top-slider-content-inner p.top-slider-logo{
    font-weight: 700;
}
.top-slider-content-inner p {
    text-align: left;
    color: #fff;
    text-shadow: 0 0 3px #212426;
    line-height: 1.6;
}
@media only screen and (max-width: 767px){
    .top-slider-content-inner p.top-slider-logo{
        font-size: 4.5vw !important;
    }
    .top-slider-content-inner p.top-slider-text{
        display: none;
    }
}

.top-slider-content-inner:after {
    content: none;
}
.front-slider-box {
    width: 86%;
    margin: 0 auto;
}
.front-copy-img {
    width: 45%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin-left: 0;
}
.front-copy-img img {
    width: 100%;
}
.top-slider-wrapper::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #fff;
    bottom: 0;
    left: 50%;
    z-index: 10;
}
.top-slider-wrapper::after {
    content: 'SCROLL';
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 65px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
    z-index: 2;
    font-family: "Barlow Semi Condensed", sans-serif;
}
.original_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.front_original__inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.front_original__flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.front_original01 {
    padding-bottom: 7em;
    z-index: 0;
}
.front_original02 {
    z-index: 0;
}
.front_original03 {
    padding: 8em 0;
    z-index: -1;
}
.front_original01, .front_original02, .front_original03 {
    position: relative;
}
.front_original01::before, .front_original02::before, .front_original03::before {
    content: '';
    position: absolute;
    display: block;
    width: 30%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f4f1f1;
    z-index: -2;
}
.front_original01::before {
    height: 150%;
}
.front_original01_text, .front_original01_img {
    width: 50%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front_original01_text {
    padding: 5em;
    z-index: 2;
}
.front_original01_img {
/*    background-image: url(./assets/uploads/2022/10/front-original01_img.jpg);*/
    /*background-image: url(/wp-content/themes/story_tcd041/img/front-original01_img.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    justify-content: start;
}

.front_original01_text h2 {
    font-size: 3em;
    letter-spacing: 4px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 12px;
    width: 100%;
    color: #49800f;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.front_original01_text h3 {
    font-size: 2em;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
    width: 100%;
}
.front_original01_text p {
    margin-bottom: 15px;
    width: 100%;
}
.front_original01_text p:last-of-type {
    margin-bottom: 0;
}
.front_original01_img img {
    width: 100%;
}
@media only screen and (min-width: 768px){
    .front_original01_img img{
        aspect-ratio: 600/700;
        object-fit: cover;
    }
}
.content02 {
    background: none;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.content02::before {
    content: '';
    position: absolute;
    display: block;
    background: #f4f1f1;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.content02-inner {
    width: 90%;
    padding-top: 0;
    padding-bottom: 70px;
}
.content02-item {
    padding: 0;
    margin-left: 5%;
}
.content02-img {
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    z-index: 0;
    box-shadow: 5px 5px 30px hsl(0deg 0% 11% / 20%);
}
.content02-img::before {
    display: block;
    position: absolute;
    width: 100%;
    right: 10px;
    bottom: 10px;
    /*font-size: 3.5rem;*/
    font-size: 3rem;
    font-weight: 700;
    /*font-weight: 800;*/
    letter-spacing: 2px;
    text-align: right;
    line-height: 1;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #b6143a;
    text-shadow: 2px 2px 0px hsl(0deg 0% 100% / 80%);
    z-index: 2;
    /* transform: rotate(-10deg); */
    -moz-transform: rotate(-10deg);
    /* -webkit-transform: rotate(-10deg); */
}
.content02-item:nth-of-type(2) .content02-img::before {
}
.content02-item:nth-of-type(3) .content02-img::before {
}
.content02-img:hover {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.content02-img img {
    width: 100%;
    aspect-ratio: 340/240;
    object-fit: cover;
}
.content02-img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: hsl(0deg 0% 15% / 25%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.content02-img:hover .mask {
    opacity: 1;
}
.content02-text__box {
    box-sizing: border-box;
}
.content02-title, .content02-text {
    color: #282828;
}
.content02-title {
    font-size: 1.3em;
    text-align: left;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
}
.content02-text {
    line-height: 2;
}
.content02-button {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 100px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    max-width: 330px;
    height: 60px;
    line-height: 58px;
    position: relative;
    margin: 30px auto 0;
    color: #fff;
    background: #49800f;
    padding: 0 20px;
    box-sizing: border-box;
    transition: 0.8s;
    z-index: 1;
}
.content02-button::after {
    content: 'MORE';
    position: absolute;
    letter-spacing: 2px;
    right: 20px;
    font-family: "Barlow Semi Condensed", sans-serif;
}
.content02-button::before {
    width: 0px;
    height: 100%;
    position: absolute;
    content: '';
    background: #282828;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.8s;
}
.content02-button:hover {
    color: #fff;
    background: none;
}
.content02-button:hover::before {
    width: 100%;
}
.front_original02_text, .front_original02_img {
    width: 50%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front_original02_text {
    padding: 5em;
    margin-left: 50%;
    z-index: 2;
}
.front_original02_img {
    margin-left: -100%;
   /* background-image: url(./assets/uploads/2022/10/front-original02_img.jpg);
    background-image: url(/wp-content/themes/story_tcd041/img/front-original02_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
    position: relative;
}

.front_original02_text h2 {
    font-size: 3em;
    letter-spacing: 4px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #49800f;
}
.front_original02_text h3 {
    font-size: 2.2em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
    width: 100%;
}
.front_original02_text p {
    margin-bottom: 15px;
    line-height: 2.2;
    width: 100%;
}
.front_original02_text p:last-child {
    margin-bottom: 0;
}
.front-third-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.third-box {
    margin-bottom: 70px;
    box-sizing: border-box;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.front-third-text {
    width: 40%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-third-text::before {
    counter-increment: number 1;
    content: "POINT."counter(number) "";
    width: 100%;
    font-size: 3em;
    letter-spacing: 3px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #49800f;
}
.third-box:nth-of-type(odd) .front-third-text {
    padding-right: 3em;
}
.third-box:nth-of-type(even) .front-third-text {
    padding-left: 3em;
    margin-left: 60%;
}
h3.third_title, p.third_text {
    width: 100%;
}
h3.third_title {
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 20px;
}
p.third_text {
    line-height: 2;
}
.front-third-img {
    width: 60%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.third-box:nth-of-type(even) .front-third-img {
    margin-left: -100%;
}
.front-third-img img {
    width: 100%;
    display: block;
}
.front_topics {
    padding: 6em 0;
    background: #f4f1f1;
}
h2.front_topics_first, h3.front_topics_sab {
    text-align: center;
}
h2.front_topics_first {
    font-size: 4em;
    letter-spacing: 4px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 12px;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #49800f;
}
h3.front_topics_sab {
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 40px;
}
h2.headline-primary {
    display: none;
}
.footer-gallery-title, .align1 {
    display: none;
}
.footer {
    margin-top: 0;
}
.footer_contact_sec {
    background: url(assets/img/24641443_m.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 3em 0;
}
.footer_contact_inner {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    display: block;
}
h2.footer_contact-title {
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Barlow Semi Condensed", sans-serif;
}
h3.footer_contact-sab-title {
    width: fit-content;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: auto;
}
.footer-con-inner {
	gap: 30px;
	justify-content: center;
    margin-top: 40px;
}
.footer-con-box {
    width: 33.3333%;
    padding: 25px;
    background: #49800f;
    border-radius: 10px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
    opacity: 0.8;
}
h4.footer-mail_title {
    font-size: 1.3em;
    letter-spacing: 0;
    margin-bottom: 15px;
    text-align: center;
    padding: 8px 10px;
    color: #49800f;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    display: none;
}
p.footer-con-caution {
    font-size: 0.8em;
    position: relative;
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
}
p.footer-con-caution:last-of-type {
    margin-bottom: 0;
}
p.footer-con-caution::before {
    content: '※';
    position: absolute;
    left: 0;
}
address.footer_tel {
    font-size: 2.5em;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: "Barlow Semi Condensed", sans-serif;
}
address.footer_tel a {
    color: #fff;
}
span.footer_tel_sab {
    font-size: 0.5em;
    margin-right: 4px;
    letter-spacing: 1px;
}
a.footer_tel_sab {
    font-size: 0.5em;
    margin-right: 4px;
    letter-spacing: 1px;
}
a.footer_tel_sab:hover{
    opacity: 0.7;
}
@media only screen and (min-width: 768px){
    a.footer_tel_sab{
        pointer-events: none;
    }
}
a.footer_con_but {
    font-size: 1.3em;
    letter-spacing: 1px;
    width: 100%;
    margin: 0 auto 8px;
    padding: 18px 20px;
    border-radius: 100px;
    font-weight: 600;
    color: #fff;
    border: 1px solid;
    background: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    transition: 0.8s;
    font-family: "Barlow Semi Condensed", sans-serif;
}
a.footer_con_but:last-of-type {
    margin-bottom: 0;
}
a.footer_con_but::after {
    content: '';
    position: absolute;
    font-family: "design_plus";
    right: 20px;
    font-weight: 400;
}
a.footer_con_but:hover {
    color: #49800f;
    background: #fff;
    border: 1px solid #ffff;
}
a.footer-mail-but::after {
    content: '\f0e0';
}
a.footer-insta-but::after {
    content: '\ea92';
}
a.footer-face-but::after {
    content: '\e902';
}
.footer_original_content {
    padding: 3em 0;
    background: #f4f1f1;
}
.footer_about_inner {
    width: 90%;
    margin: 0px auto;
    max-width: 1150px;
}
.footer_contact_bg {
    width: 60%;
    padding-right: 3em;
    box-sizing: border-box;
}
.footer_content_bg {
    width: 40%;
    box-sizing: border-box;
    float: right;
}
h2.footer-logo-name {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
}
ul.footer-content-list-outer {
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
    padding-right: 0;
    margin-bottom: 0;
}
ul.footer-content-list-outer li.footer_menu_title{
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 10px;
    border-bottom: 1px dotted;
}
ul.footer-content-list-outer li.footer_menu_title::before {
    content: none;
}
ul.footer-content-list-outer li, .footer-nav ul li  {
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 22px;
    margin-bottom: 6px;
    position: relative;
}
ul.footer-content-list-outer li:last-of-type, .footer-nav ul li:last-of-type  {
    margin-bottom: 0;
}
ul.footer-content-list-outer li:before, .footer-nav ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #282828;
    top: 9px;
    left: 0;
    transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before, .footer-nav ul li:hover::before {
    padding-left: 8px;
}
ul.footer-content-list-outer li a:hover, .footer-nav ul li a:hover {
    color: #49800f;
}
.footer-nav {
	display: block;
	height: auto;
}
.footer-nav ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-nav ul li  {
	width: 50%;
	box-sizing: border-box;
	padding-right: 22px;
}
dl.address_body {
    width: auto;
    font-size: 0.85em;
    line-height: 1.6;
    display: flex;
    margin-bottom: 8px;
}
dl.address_body:last-child {
    margin-bottom: 0;
}
dt.address_title {
    width: 12%;
    padding-right: 20px;
    box-sizing: border-box;
}
.footer-content {
    display: none;
}
.pagetop {
    bottom: 20px;
    right: 15px;
    transition: all 0.8s ease 0s;
}
.pagetop:hover {
    bottom: 40px;
}
.pagetop a {
    background: none;
    color: #282828;
    writing-mode: vertical-rl;
    position: relative;
    width: auto;
    height: auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2px;
    font-family: "Barlow Semi Condensed", sans-serif;
}
.pagetop a:before {
    content: '';
    position: absolute;
    display: block;
    background: #282828;
    height: 40px;
    right: 0px;
    width: 2px;
    top: -140px;
    z-index: -1;
    border-radius: 100px;
}
.pagetop a:hover {
    color: #49800f;
    background: none;
}
.pagetop a:hover:before {
    background: #49800f;
}
.social-nav-item a:before {
    color: #282828;
}
.copyright {
    font-size: 11px;
    color: #282828;
}
.footer-bar01, .footer-bar01-inner, .copyright {
    background: #fff;
}
@media only screen and (max-width: 1200px) {
    .header-youtube {
        height: calc(100vh - 50px);
    }
    .front-copy-img {
        width: 55%;
    }

    .front_original01 {
        padding-bottom: 5em;
    }
    .front_original01_text {
        padding: 3em;
    }
    .front_original01_text h2 {
        font-size: 2.5em;
    }
    .front_original01_text h3 {
        font-size: 1.5em;
        margin-bottom: 25px;
    }
    .content02-inner {
        width: 100%;
        padding-bottom: 50px;
    }
    .front_original02_text {
        padding: 3em;
    }
    .front_original02_text h2 {
        font-size: 2.5em;
    }
    .front_original02_text h3 {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    .front_original03 {
        padding: 5em 0;
    }
    .third-box {
        margin-bottom: 40px;
    }
    .front-third-text {
        width: 100%;
        padding-bottom: 1.5em;
    }
    .front-third-text::before {
        font-size: 2.5em;
        margin-bottom: 15px;
    }
    .third-box:nth-of-type(odd) .front-third-text {
        padding-right: 0;
    }
    .third-box:nth-of-type(even) .front-third-text {
        padding-left: 0;
        margin-left: 0;
    }
    .front-third-img {
        width: 100%;
    }
    .third-box:nth-of-type(even) .front-third-img {
        margin-left: 0;
    }
    h3.third_title {
        margin-bottom: 15px;
    }
    .front_topics {
        padding: 5em 0;
    }
    h2.front_topics_first {
        font-size: 3em;
    }
    .footer-con-box {
        padding: 20px;
    }
    address.footer_tel {
        font-size: 2.2em;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
	
}
@media only screen and (max-width: 970px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(60vh - 55px);
    }
    .front_original01_text, .front_original01_img {
        width: 100%;
    }
    .front_original01_text {
        padding: 2em;
    }
    .front_original01_text h3 br {
        display: contents;
    }
    .front_original01_img {
        height: 400px;
    }
    .front_original01_img::after {
        right: 0;
    }
    .content02-img::before {
        font-size: 2.5rem;
    }
    .content02-title {
        font-size: 1.1em;
    }
    a.content02-button {
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        font-size: 0.9em;
        text-align: center;
        margin-top: 15px;
    }
    .content02-button::after {
        content: none;
    }
    .front_original02_text, .front_original02_img {
        width: 100%;
        margin-left: 0;
    }
    .front_original02_text {
        padding: 2em;
    }
    .front_original02_text p {
        line-height: 2;
        margin-bottom: 15px;
    }
    .front_original02_img {
        height: 400px;
		overflow: hidden;
    }
    .front_original02_img::after {
        left: 0;
    }
    .footer-con-inner {
        margin-top: 25px;
    }
    .footer-con-box {
        width: 50%;
    }
    .footer-con-box:nth-of-type(1) {
        width: 100%;
    }
    .footer_contact_bg, .footer_content_bg {
        width: 100%;
    }
    .footer_contact_bg {
        margin-bottom: 2em;
        padding-right: 0;
    }
    ul.footer-content-list-outer {
        width: 30%;
    }
    .dp-footer-bar a {
        color: #fff !important;
    }
    .dp-footer-bar {
        background: #49800f !important;
        border-top: 1px solid #fff !important;
    }
    .dp-footer-bar-item + .dp-footer-bar-item {
        border-left: 1px solid #fff !important;
    }
    [class^="icon-"], [class*=" icon-"] {
        font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-weight: 800;
        letter-spacing: 1px;
    }
    .dp-footer-bar-icon:before {
        font-weight: 500;
    }
    .icon-file-text:before {
        content: "\e909";
    }
}
@media only screen and (max-width: 767px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(100vh - 55px);
    }
    .top-slider-wrapper::before {
        height: 30px;
    }
    .top-slider-wrapper::after {
        font-size: 10px;
        bottom: 40px;
    }
    .front_original01 {
        padding-bottom: 2em;
    }
    .content02-inner {
        padding-bottom: 110px;
    }
    .content02-item {
        margin-left: 0;
    }
    .content02-item:nth-of-type(2) {
        top: 40px;
    }
    .content02-item:nth-of-type(3) {
        top: 80px;
    }
    .content02-title {
        font-size: 1.3em;
    }
    .front_original03 {
        padding: 3em 0;
    }
    .third-box {
        margin-bottom: 30px;
    }
    .front_topics {
        padding: 2em 0 2.5em;
    }
    h2.front_topics_first {
        font-size: 2.5em;
        margin-bottom: 8px;
    }
    h3.front_topics_sab {
        font-size: 0.8em;
        margin-bottom: 30px;
    }
    .footer_contact_sec {
        padding: 2em 0;
    }
    h2.footer_contact-title {
        font-size: 2.5em;
        letter-spacing: 3px;
    }
    .footer-con-inner {
        margin-top: 20px;
    }
    .footer_original_content {
        padding: 1.5em 0;
    }
    .social-nav {
        width: 90%;
        padding-top: 14px;
        margin: auto;
    }
    .pagetop {
        bottom: 80px !important;
        right: 5px;
    }
	.global-nav-button.active + .global-nav {
		width: 100%;
	}
}
@media only screen and (max-width: 630px) {
    .front_original01_img, .front_original02_img {
        height: 280px;
    }

    .footer-con-box {
        width: 100%;
        padding: 15px;
    }
    dt.address_title {
        width: 20%;
    }
    ul.footer-content-list-outer {
        width: 50%;
    }
}
@media only screen and (max-width: 500px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(60vh - 60px);
    }
    .front-copy-img {
        width: 100%;
    }
}
@media only screen and (max-height: 400px) {
    .top-slider {
        height: 100vh;
    }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
    margin: 0px;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0px auto;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}
.post-content h2 {
    font-size: 1.4em;
    line-height: 1.8;
    margin-bottom: 40px;
    padding-top: 0px;
    font-weight: 600;
    text-align: center;
    border-bottom: solid 1px #49800f;
}
.post-content h2::after {
    content: "";
    display: block;
    background: #282828;
    width: 100px;
    height: 1px;
    margin: 10px auto -1px;
    z-index: 1;
}
.post-content h3 {
    font-size: 1.4em;
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #49800f;
}
@media only screen and (max-width: 767px) {
    .post-content h3 {
    font-size: 1.2em;
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #49800f;
}
}
.post-content h4 {
    font-size: 1.2em;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
    padding: 0;
}
.post-content table {
    margin: 0;
}
.post-content th, .post-content td {
    letter-spacing: 0.05em;
    font-weight: 500;
    vertical-align: middle;
    line-height: 1.5;
    padding: 20px 20px 20px;
    background: none;
    border: 1px #282828 dotted;
}
.post-content th {
    width: 20%;
    text-align: left;
    border-right: 0;
}
.post-content td {
    border-left: 0;
}
@media only screen and (max-width: 1200px) {
    .content_inner {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 970px) {
    .post-content th, .post-content td {
        display: block;
        box-sizing: border-box;
        border: 1px #282828 dotted;
        margin-top: -1px;
        width: 100% !important;
    }
    .post-content th {
        padding: 10px 12px 0 12px;
        border-bottom: none;
    }
    .post-content td {
        padding: 8px 12px 10px;
        border-top: none;
    }
}
@media only screen and (max-width: 767px) {
    .content_inner {
        padding: 50px 0;
    }
    .post-content h2 {
        font-size: 1.6em;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog.logged-in .main {
    padding-bottom: 100px;
}
h2.archive-title {
    font-size: 1.7em !important;
    letter-spacing: 1px;
    color: #282828;
}
.archive-header {
    margin: 90px 0px 40px;
}
.article03 {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
.article03-thumbnail {
    border-radius: 4px 4px 0 0;
}
.article03-content {
    padding: 12px 15px;
}
.article03-title {
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1.5;
    color: #282828;
}
time.post-date, time.article03-date {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    ;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
    text-decoration: none;
}
.post-category {
    font-weight: 300;
}
.post-title, .post-meta {
    color: #282828;
}
.nav-links01 {
    border-top: 1px dotted #a6a6a6;
    border-bottom: 1px dotted #a6a6a6;
}
.nav-links01-previous + .nav-links01-next {
    border-left: 1px dotted #a6a6a6;
}
.nav-links01-previous a:hover, .nav-links01-next a:hover {
    color: #49800f;
}
.article01-title a {
    font-size: 0.9em;
    font-weight: 500;
    color: #282828;
}
.article01-title a:hover {
    color: #49800f;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
    font-size: 15px;
    font-weight: 500;
}
.post-meta-box {
    background: #f4f5f6;
	display: none;
}
.post-meta-box-item::before {
    color: #282828;
}
span.post-category a:hover, li.post-meta-box-item a:hover {
    color: #49800f;
}
.primary {
    width: 100%;
}
.headline-bar {
    color: #282828;
    font-weight: 500;
    background: #fff;
}
@media only screen and (max-width: 1200px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 80px;
    }
    .article03-title {
        font-size: 0.8em;
    }
}
@media only screen and (max-width: 970px) {
    .post-meta-box-item {
        padding: 8px 0px 8px 20px;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 30px;
    }
    .archive-header {
        margin: 50px 0px 30px;
    }
    h2.archive-title {
        font-size: 25px !important;
    }
    h1.post-title {
        font-size: 1.2em !important;
    }
    .nav-links01-previous a::before, .nav-links01-next a::after {
        color: #282828;
    }
    .article04-title {
        font-size: 15px;
    }
    .nav-links01 {
        border: 1px dotted #a6a6a6;
    }
}
@media only screen and (max-width: 500px) {
    .post-title, .post-meta {
        text-align: left;
    }
    .article03-title {
        font-size: 10px;
        margin-top: 0;
    }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
/* コンテンツ 共通 END */
/* 料金プラン */
.plan_box {
    margin-top: 80px;
}
.plan_text {
    width: 45%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.plan_content {
    width: 55%;
    padding-left: 3em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.plan_text h3, .plan_text p {
    width: 100%;
}
.plan_text h3 {
    margin-bottom: 20px;
}
.plan_text p {
    margin-bottom: 0;
}
table.price_table th, table.price_table td {
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 18px 18px 15px;
    background: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
}
table.price_table th {
    width: 60%;
}
table.price_table td {
    text-align: end;
}
span.tax {
    font-size: 0.8em;
    margin-left: 5px;
}
ul.price-type-list {
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
ul.price-type-list li {
    font-size: 1.1em;
    font-weight: 500;
    width: 50%;
    padding: 10px 15px;
    border-radius: 3px;
    border: 3px solid #fff;
    line-height: 1.5;
    background: #f4f1f1;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
@media only screen and (max-width: 970px) {
    .plan_text {
        width: 100%;
        margin-bottom: 1em;
    }
    .plan_content {
        width: 100%;
        padding-left: 0;
    }
    table.price_table th {
        padding: 10px 12px 0 12px;
    }
    table.price_table td {
        padding: 10px 12px;
    }
}
@media only screen and (max-width: 767px) {
    .plan_box {
        margin-top: 40px;
    }
    .plan_text h3 {
        margin-bottom: 10px;
    }
    ul.price-type-list li {
        font-size: 1em;
    }
}
@media only screen and (max-width: 600px) {
    ul.price-type-list li {
        width: 100%;
    }
}
/* 料金プラン END */
/* ご依頼の流れ */
.flow_sec .content_inner {
    max-width: 850px;
}
.flow {
    margin-bottom: 50px;
    position: relative;
}
.flow:last-of-type {
    margin-bottom: 0px;
}
.flow:last-of-type::after {
    content: none;
    height: 0px;
}
.flow::before {
    content: "";
    position: relative;
    background-color: #fff;
    border: 10px solid #282828;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    top: 0px;
    display: block;
}
.flow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 12px;
    transform: translate(-50%);
    width: 2px;
    height: 140%;
    background-color: #282828;
    z-index: -1;
}
.flow_text {
    margin-top: -25px;
    padding-left: 50px;
}
.flow_text::before {
    counter-increment: number 1;
    content: "STEP.0"counter(number) "";
    display: block;
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 1px;
    line-height: 1;
    z-index: -1;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #49800f;
}
.flow_text h2 {
    font-size: 1.5em;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 10px;
    border: 0;
}
.flow_text h2::after {
    content: none;
}
.flow_text p {
    margin-bottom: 0;
}
a.flow-con-but {
    width: 100%;
    max-width: 330px;
    padding: 12px 20px;
    margin-top: 15px;
    border-radius: 100px;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
    color: #fff;
    background: #49800f;
    position: relative;
    transition: all 0.8s;
}
a.flow-con-but::after {
    content: '\ea3c';
    font-family: design_plus;
    position: absolute;
    right: 20px;
    font-weight: 400;
}
a.flow-con-but:hover {
    color: #fff;
    background: #282828;
}
@media only screen and (max-width: 767px) {
    .flow {
        margin-bottom: 30px;
    }
    .flow::after {
        height: 125%;
    }
    .flow_text {
        padding-left: 40px;
    }
}
/* ご依頼の流れ END */
/* 会社概要 */
.company_sec:first-of-type .content_inner {
    padding-bottom: 0;
}
.company_sec:nth-of-type(2) .content_inner {
    max-width: 850px;
}
.about__img {
    width: 40%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    z-index: -1;
}
.about__img img {
    width: 100%;
    display: block;
}
.about__img p {
    margin-bottom: 0;
}
p.name {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 15px;
    line-height: 1.5;
    color: #282828;
    width: 100%;
}
p.name span {
    margin-left: 20px;
    font-size: 0.6em;
    font-weight: 500;
}
.about__text {
    width: 60%;
    padding-left: 3em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.about__text p {
    margin-bottom: 15px;
    width: 100%;
}
.about__text p:last-child {
    margin-bottom: 0;
}
h2.about-first_title {
    color: #49800f;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
    border: 0;
    width: 100%;
}
h2.about-first_title::after {
    content: none;
}
table.company_table th, table.company_table td {
    background: #f4f1f1;
    border: 4px solid #fff;
    margin-bottom: -4px;
}
table.company_table th {
    width: 28%;
}
span.company_caution {
    position: relative;
    padding-left: 15px;
    font-size: 0.8em;
    letter-spacing: 0;
    color: #282828;
}
span.company_caution::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}
.map_sec {
    height: 500px;
}
.map_sec iframe {
    filter: grayscale(100%);
}
.map_sec iframe:hover {
    filter: grayscale(0%);
}
@media only screen and (max-width: 1200px) {
    .about__text p {
        margin-bottom: 10px;
    }
    h2.about-first_title br {
        display: contents;
    }
    .map_sec {
        height: 300px;
    }
}
@media only screen and (max-width: 970px) {
    p.name span {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
    table.company_table th {
        border-bottom: 0;
    }
    table.company_table td {
        border-top: 0;
        padding-top: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .about__img {
        width: 100%;
    }
    .about__text {
        width: 100%;
        margin-top: 2em;
        padding-left: 0;
    }
}
/* 会社概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 850px;
}
.contact_sec .content_inner {
    padding-bottom: 0;
}
.con__inner {
    margin-bottom: 50px;
}
.con__inner:last-of-type {
    margin-bottom: 0;
}
.con__inner p {
    margin-bottom: 0;
}
address.con_tel {
    font-size: 3em;
    letter-spacing: 1px;
    font-style: normal;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1;
    font-family: "Barlow Semi Condensed", sans-serif;
}
@media only screen and (max-width: 767px) {
    address.con_tel {
    font-size: 7vw!important;
    letter-spacing: 1px;
    font-style: normal;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1;
    font-family: "Barlow Semi Condensed", sans-serif;
}
}
span.con_tel_sab {
    font-size: 0.5em;
    letter-spacing: 1px;
    margin-right: 3px;
}
p.con_caution {
    width: fit-content;
    margin: auto;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
    font-size: 0.8em;
}
p.con_caution:last-of-type {
    margin-bottom: 0;
}
p.con_caution::before {
    content: '※';
    position: absolute;
    left: 0;
}
a.con_yoyakuru_but {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: auto;
}
a.con_yoyakuru_but img:hover {
    opacity: 0.8;
}
.mail_info_box {
    margin-bottom: 20px;
}
.mail_info_box p {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .con__inner {
        margin-bottom: 20px;
    }
    address.con_tel {
        font-size: 2.5em;
        margin-bottom: 12px;
    }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
    font-size: 0.8em;
    letter-spacing: 0;
    margin-left: 8px;
    padding: 1px 3px 2px;
    border-radius: 2px;
    color: #fff;
    background: #49800f;
}
table.mail_table th, table.mail_table td {
    border: none;
    padding: 10px 15px 10px;
}
table.mail_table th {
    padding: 0;
}
table.mail_table td {
    padding-right: 0;
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #ececec;
    border: none;
    padding: 23px;
    border-radius: 0;
    box-sizing: border-box;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-top: 30px;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 40px;
    width: 100%;
    margin-left: auto;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 500;
    height: 75px;
    color: #fff;
    background: #49800f;
    border-radius: 100px;
    transition: all .8s;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #fff;
    background: #282828;
    transform: translateY(8px);
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    background: #ffd8df;
    line-height: 1.8;
    padding: 15px 20px;
}
@media only screen and (max-width: 970px) {
    table.mail_table td {
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 18px;
    }
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .wpcf7 input.wpcf7-submit {
        font-size: 1em;
        height: 68px;
    }
}
/* お問い合わせフォーム END */
/* トップ 動画比率 */
.youtube-screen {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.youtube-screen iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/* トップ 動画比率 END */
/* スマホ動画 */
video {
    display: block;
}
#bg-video {
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
#main-image {
    background-color: rgba(0, 0, 0, 0);
}
video {
    min-height: 20vh;
    min-width: 20vw;
    width: 100%;
    height: auto;
    background: url("./assets/uploads/2022/04/main-sp-scaled.jpg") center center no-repeat fixed;
}
/* スマホ動画 END */

/* TOP お問い合わせ */
.top-contact-box {
    width: 90%;
    max-width: 700px;
    margin: 5em auto 1em;
    background-color: #ffe;
    box-shadow: 0 1px 5px 0 #dcdcdc;
    text-align: center;
    box-sizing: border-box;
    padding: 2.5em 1.5em;
    box-sizing: border-box;
}
.top-contact-box h2 {
    font-size: 1.8em;
    color: #49800f;
    margin-bottom: 0.5em;
    margin-bottom: 20px;
}
.top-contact-box p {
    margin-bottom: 10px;
}
address.tel-address {
    text-align: center;
    font-size: 2.5em;
    font-style: normal!important;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 800;
}
address.tel-address span {
    font-size: 0.8em;
    color: #49800f;
    line-height: 1.8;
}
.contact-button {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin: 1em auto 0;
    padding: 1em 0;
    background-color: #49800f;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.contact-button:hover {
    background-color: #fff;
    color: #49800f;
    transition: 0.8s;
}
@media only screen and (max-width: 480px) {
    .top-contact-box {
        margin: 4em auto 3em;
    }
}

/* 会社概要　オフィス住所追加 */
.address_office {
    line-height: 2.4em;
}

/* フッター */
footer dl.address_body {
    margin-bottom: 0;
}
footer dt.address_title {
    /*width: 30%;*/
}
footer dd.address_text {
    width: 70%;
}

@media only screen and (max-width: 767px) {
    .article03-title {
        font-size: 13px;
        height: 58px;
        margin: 1em 0;
    }
  }