@charset "UTF-8";
/* ティー・ケイ・シー CSS Document */
/*----------------------------------------------------------
	全体共通
----------------------------------------------------------*/
body {
    font-family: 'Outfit', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    color: #333;
    letter-spacing: 0.04rem;
    line-height: 2;
    position: relative;
    counter-reset: number 0;
    overflow: hidden;
    background: #fff;
}
body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    background: #fff;
}
.font-type2 {
    font-family: 'Outfit', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
    color: #333;
}
div#site-loader-overlay {
    background: #f9fcff;
}
img {
    width: 100%;
    vertical-align: middle;
}
.flex_lay {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.flex_lay_box {
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding-right: 1rem;
}
.flex_lay_box:nth-child(even) {
    padding-right: 0;
    padding-left: 1rem;
}
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
    body::before {
        height: 200px;
    }
}
@media screen and (max-width: 768px) {
    .flex_lay_box {
        width: 100%;
        margin-bottom: 2em;
        padding-right: 0;
    }
}
/*----------------------------------------------------------
	ヘッダーナビ
----------------------------------------------------------*/
.header {
    background: #fff;
}
.header-bar {
    height: 100px;
    box-shadow: none;
    background: #fff !important;
}
.logo-image {
    top: 18px;
    left: 30px;
    position: absolute;
    width: 380px;
    height: auto;
}
img.h_logo {
    width: 100%;
}
.header-bar-inner {
    width: 100%;
}
.global-nav > ul > li > a {
    font-size: 1.1em;
    font-weight: 600;
    color: #000;
    line-height: 82px;
    padding: 0px 25px;
    text-align: center;
    letter-spacing: 0;
    position: relative;
}
.global-nav > ul > li > a:hover {
    color: #2DB5C8;
}
.global-nav .current-menu-item > a {
    color: #0aacc3;
}
.global-nav .current-menu-item > a:hover {
    color: #2DB5C8;
}
.global-nav > ul > li.global-menu-price > a:before, .global-nav > ul > li.global-menu-information > a:before {
    content: "\e90e";
    display: block;
    font-family: "design_plus";
    position: absolute;
    width: calc(100% - 0px);
    text-align: center;
    right: 0;
    bottom: 2px;
    line-height: 1;
    font-size: 10px;
    color: #a0c1c2;
}
.global-nav > ul > li > a:after {
    position: relative;
    text-align: center;
    display: block;
    bottom: 23px;
    line-height: 1;
    font-size: 0.6em;
    color: #016775;
    font-weight: 600;
    letter-spacing: 2px;
}
.global-nav > ul > li.global-menu-home > a:after {
    content: 'HOME';
}
.global-nav > ul > li.global-menu-price > a:after {
    content: 'PRICE';
}
.global-nav > ul > li.global-menu-works > a:after {
    content: 'WORKS';
}
.global-nav > ul > li.global-menu-greeting > a:after {
    content: 'GREETING';
}
.global-nav > ul > li.global-menu-information > a:after {
    content: 'INFORMATION';
}
.global-nav > ul > li.global-menu-contact > a:after {
    content: 'CONTACT';
}
.global-nav > ul > li.global-menu-arrow > a::after {
    content: "\e90e";
    display: block;
    font-family: "design_plus";
    position: absolute;
    width: calc(100% - 0px);
    text-align: center;
    right: 0;
    bottom: 13px;
    line-height: 1;
    font-size: 10px;
    color: #221815;
}
li#menu-item-00 {
    background: #1e90ff;
    margin-left: 20px;
    padding: 0 25px;
    transition: 0.8s;
    color: #ffffff !important;
    border-radius: 0 20px 0 20px;
}
li#menu-item-00:hover {
    background: #ff9c0c;
    color: #fff;
    line-height: 100px;
}
li#menu-item-00 a {
    color: #fff;
}
li#menu-item-00 a:hover {
    color: #fff;
}
.global-nav .sub-menu {
    top: 110%;
}
.global-nav .sub-menu a {
    background-color: #07abc2;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
}
.global-nav .sub-menu a:hover {
    background-color: #55c3d3;
    color: #fff;
}
.global-nav .sub-menu .current-menu-item > a {
    color: #ffdc00;
}
.global-nav .sub-menu .current-menu-item > a::before {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .header-bar {
        height: 64px;
        border-bottom: none;
    }
    .logo-image {
        left: -5px;
        top: 5px;
        width: 262px;
    }
    .logo img {
        width: 262px;
        max-height: 56px;
    }
    .global-nav a, .global-nav a:hover {
        background: #e4fdff;
    }
    .global-nav > ul > li > a {
        line-height: 50px;
        padding: 0 35px 0 20px;
        text-align: left;
        background: #ffffff;
        color: #000 !important;
        font-size: 0.95em;
    }
    .global-nav-button {
        border-left: none;
    }
    .global-nav-button:before {}
    .global-nav > ul > li > a:after {
        display: none;
    }
    .global-nav > ul > li > a:before {
        color: #333;
    }
    .global-nav .menu-item-has-children > a span::before {
        color: #030303;
    }
    .global-nav .current-menu-item > a:before, .global-nav > ul > li > a:hover:before {
        display: none;
    }
    .global-nav > ul > li.global-menu-price > a:before, .global-nav > ul > li.global-menu-information > a:before {
        display: none;
    }
    .global-nav .sub-menu a:hover {
        background-color: #8eeded;
        color: #fff;
    }
    li#menu-item-00 {
        margin-left: 0px;
        padding: 0 0px;
    }
    li#menu-item-00 a, li#menu-item-118 a:hover {
        line-height: 50px;
    }
    li#menu-item-00 {
        background: #07386E;
        margin-left: 0px;
        padding: 0 0px;
    }
    .global-nav > ul > li > a:after {
        display: none;
    }
    .global-nav > ul > li.global-menu-arrow > a::after {
        display: none;
    }
}
@media screen and (max-width:924px) {
    .header-bar-fixed .global-nav {
        top: 56px;
    }
    .global-nav-button {
        width: 56px;
        height: 56px;
    }
    .global-nav-button:before {
        font-size: 18px;
    }
}
@media screen and (max-width:485px) {
    .global-nav > ul > li > a {
        font-size: 0.9em;
        padding: 0 20px 0 20px;
    }
    .global-nav .sub-menu a {
        font-size: 0.9em;
        padding-left: 3em;
    }
    .top-slider-content, .top-slider-content-inner {
        background-size: 75% !important;
    }
    img.f_logo {
        width: 25%;
    }
}
/*----------------------------------------------------------
	トップページ FV
----------------------------------------------------------*/
.mb_YTPBar {
    display: none !important;
}
.header-youtube-overlay {
    background: linear-gradient(269deg, rgb(0 0 0 / 26%) 42%, rgb(0 0 0 / 0%) 100%);
}
.top-slider-content-inner:hover {
    background: none;
}
.top-slider-content-inner {
    background: none;
    /*transition: 1.2s;*/
}
.top-slider-nav a, .top-slider-nav li.active a {
    display: none;
}
.top-slider-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.top-slider-content, .top-slider-content-inner {
    width: auto !important;
    height: 100% !important;
    background: none;
    padding: 0 !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    z-index: 10;
}
img.top-slider-logo {
    width: auto !important;
    height: 50vh !important;
    max-height: 298px;
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 13%;
}
.top-slider-content-inner:after {
    display: none;
}
.top-slider-content-inner {
    background: none;
    box-sizing: border-box;
    border-radius: 0;
    text-align: left;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    height: 100% !important;
}
.top-slider-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.header-youtube:not(.bg-image) {
    height: calc(100svw* 9 / 16 - 27px) !important;
}
/*.top-slider-wrapper::after {
    content: 'Scroll';
    position: absolute;
    color: #151515;
    line-height: 1;
    bottom: 1.7em;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    font-weight: 800;
    z-index: 10;
    font-family: 'Corinthia', cursive;
}
.top-slider-wrapper::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1.9em;
    background: #151515;
    left: 50%;
    z-index: 2;
    bottom: 0px;
}
.header-youtube::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1.9em;
    background: #777;
    left: 50%;
    z-index: 2;
    bottom: 100px;
}*/
@media only screen and (max-width: 1200px) {
    .top-slider-content, .top-slider-content-inner {
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
    }
    .top-slider-wrapper::before {
        bottom: 0px;
    }
}
@media only screen and (max-width: 1024px) {
    .top-slider-content, .top-slider-content-inner {
        width: 100% !important;
    }
}
@media only screen and (max-width: 980px) {
    .header-youtube::after {
        bottom: 45px;
    }
    img.top-slider-logo {
        max-height: 270px;
    }
}
@media only screen and (max-width: 740px) {
    img.top-slider-logo {
        max-height: 180px;
    }
}
@media only screen and (max-width: 500px) {
    img.top-slider-logo {
        max-height: 150px;
    }
}
@media only screen and (max-width: 410px) {
    img.top-slider-logo {
        max-height: 100px;
        bottom: 15%;
		right:20%;
    }
}
/*----------------------------------------------------------
	トップページ コンテンツ部分
----------------------------------------------------------*/
.original_sub_menu {
    font-size: 4em;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 0.9;
    position: relative;
    color: #ffe700;
    /* -webkit-text-stroke: 2px #333; */
    margin: 3rem 0;
}
.original01_fast_title .original_sub_menu {
    margin-bottom: 2.5rem;
}
.original_sub_menu span {
    font-size: 0.3em;
    font-weight: 800;
    letter-spacing: 0.2em;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-stroke: 0;
    color: #ffffff;
}
h2.front_original_title {
    font-weight: 500;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    color: #ff7d1a;
}
.front_original01 {
    padding: 5em 0;
    position: relative;
    color: #fff;
}
.front_original01::after {
    content: '';
    position: absolute;
    display: block;
    background: #07abc2;
    width: 75%;
    height: 180%;
    bottom: -35%;
    left: 0;
    z-index: -1;
}
.front-original01-inner {
    width: 93%;
    margin-left: auto;
}
.front-original01__text {
    width: 45%;
    padding-right: 3em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-original01__img {
    width: 55%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-original01__img img {}
.front-original01__text h2 {
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 30px;
    width: 100%;
}
.front-original01__text h3 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
}
.front-original01__text p {
    margin-bottom: 20px;
    width: 100%;
}
.front-original01__text p:last-of-type {
    margin-bottom: 0;
}
.front_content02 {
    padding: 5em 0 7em;
    position: relative;
    z-index: 1;
}
.front_content02::before, .front_content02::after {
    content: '';
    position: absolute;
    display: block;
    width: 85%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}
.front_content02::before {
    background-image: url(/wp-content/themes/story_tcd041/img/front_content02_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
    z-index: -1;
}
.front_content02::after {
    background-color: #000;
    z-index: -2;
}
.front_content02-inner {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
}
.front_content02-box {
    width: 100%;
    max-width: 780px;
    margin-left: auto;
    margin-bottom: 90px;
    border-radius: 15px;
    box-shadow: 1px 1px 20px #0000002b;
}
.front_content02-box:nth-of-type(2) {
    margin-right: 0;
}
.front_content02-box:nth-of-type(3) {
    margin-right: 27%;
}
.front_content02-box:nth-of-type(4) {
    margin-bottom: 0;
}
.front_content02-box:last-of-type {
    margin-bottom: 0;
}
.front_content02-img {
    width: 40%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front_content02-img img {}
.front_content02-text {
    width: 60%;
    padding: 30px 40px;
    background: #fff;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.front_content02-text h2 {
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 15px;
    width: 100%;
}
.front_content02-text p {
    font-size: 0.9em;
    line-height: 1.8;
    margin-bottom: 30px;
    width: 100%;
}
.content02-button {
    position: absolute;
    font-size: 1em;
    font-weight: 700;
    overflow: hidden;
    text-align: left;
    width: 100%;
    max-width: 280px;
    height: 70px;
    line-height: 70px;
    margin: 0;
    color: #333;
    background: #ffdc00;
    border-radius: 100px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: 0.8s;
    z-index: 1;
    left: auto;
    right: 20px;
    bottom: -30px;
}
.content02-button::after {
    font-family: "Font Awesome 7 Free";
    content: "\f061";
    position: absolute;
    right: 20px;
    font-weight: 700;
}
.content02-button::before {
    width: 0;
    height: 100%;
    position: absolute;
    content: '';
    background: #07abc2;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}
.content02-button:hover {
    color: #fff;
    background: #fff;
}
.content02-button:hover::before {
    width: 100%;
}
.front_original02 {
    padding: 7em 0;
    position: relative;
    color: #fff;
    z-index: 0;
}
.front_original02::after {
    content: '';
    position: absolute;
    display: block;
    background: #07abc2;
    width: 75%;
    height: 130%;
    top: -200px;
    left: 0;
    z-index: -2;
}
.front-original02-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.front-original02__text {
    width: 45%;
    padding-right: 3em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-original02__img {
    width: 55%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-original02__img img {}
.front-original02__text h2 {
    font-size: 1.8em;
    line-height: 1.5;
    margin-bottom: 40px;
    width: 100%;
}
.front-original02__text h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.8;
    width: 100%;
}
.front-original02__text p {
    margin-bottom: 20px;
    width: 100%;
}
.front-original02__text p:last-child {
    margin-bottom: 0;
}
.front_original03 {
    padding: 7em 0;
}
.original_sub_menu.original03_sub {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 4rem;
    z-index: 3;
}
.original03_sub.original_sub_menu span {
    color: #333;
}
.front-original03-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.third-box {
    margin-bottom: 30px;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.front-third-text {
    width: 45%;
    height: fit-content;
    margin-top: 5rem;
    padding: 30px 35px;
    background: #fff;
    box-shadow: 1px 1px 20px #0000002b;
    box-sizing: border-box;
}
.front-third-text::before {
    counter-increment: number 1;
    content: "POINT." counter(number) "";
    display: block;
    font-size: 1.6em;
    font-weight: 500;
    color: #ffdc00;
}
.third-box:nth-of-type(odd) .front-third-text {
    margin-left: 55%;
}
.front-third-img {
    width: 65%;
    box-sizing: border-box;
    z-index: -1;
}
.front-third-img img {}
.third-box:nth-of-type(even) .front-third-img {
    margin-left: -10%;
}
.third-box:nth-of-type(odd) .front-third-img {
    margin-left: -100%;
}
.front-third-text p {
    width: 100%;
}
h2.third_title {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
    width: 100%;
}
.front_topics {
    padding: 6em 0 0;
    position: relative;
}
.front_topics::before {
    content: '';
    display: block;
    background: #bcbcbc;
    width: 86%;
    max-width: 1150px;
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute;
    text-align: center;
    z-index: -1;
}
.ori_topics__title {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 4rem;
    z-index: 3;
}
.ori_topics__title h2 {
    margin-bottom: 3rem;
    font-size: 4em;
    letter-spacing: 0.02em;
    font-weight: 700;
    line-height: 0.9;
    position: relative;
    color: #ffdc00;
    /* -webkit-text-stroke: 2px #333; */
    margin: 3rem 0;
}
.ori_topics__title h2 span {
    font-size: 0.3em;
    font-weight: 800;
    letter-spacing: 0.2em;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-stroke: 0;
    color: #333;
}
.front-topics-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
h2.front_topics_title {
    font-size: 2.2em;
    margin-bottom: 40px;
    text-align: center;
}
h2.front_topics_title span {
    font-size: 0.65em;
    display: block;
    font-weight: 400;
    color: #39afb0;
}
h2.headline-primary {
    display: none;
}
.article03 {
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
}
.article03-thumbnail {
    box-sizing: border-box;
}
.article03-content {
    background: #fff;
    padding: 15px 20px;
    border-radius: 0 0 12px 120px;
}
.article03-title {
    /*color: #0084b0 !important;*/
}
.article03-date, .article03-date + .article03-category:before, .article03-category-item {
    font-size: 0.8em;
}
@media only screen and (max-width: 1200px) {
    .front-copy-img h2 {
        font-size: 1.3rem;
        letter-spacing: 0;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .front-copy-img h3 {
        font-size: 0.7rem;
        margin-bottom: 10px;
        line-height: 1;
    }
    .front-copy-img p {
        font-size: 0.6rem;
    }
}
@media only screen and (max-width: 1024px) {
    .front_intro_inner h2 {
        font-size: 1.6em;
    }
    .content02-inner {
        padding: 0;
    }
}
@media only screen and (max-width: 970px) {
    .front_original01::after {
        width: 100%;
    }
    .front-copy-img h2 {
        font-size: 2.5rem;
    }
    .front-copy-img h3 {
        font-size: 1.5rem;
    }
    .front-copy-img p {
        font-size: 1.2rem;
    }
    .front-original01__text {
        width: 100%;
        margin-bottom: 2em;
    }
    .front-original01__img {
        width: 100%;
    }
    .front_content02-box:nth-of-type(3) {
        margin-right: 0;
    }
    .front_content02-box {
        border-radius: 20px;
    }
    .front_content02-img, .front_content02-text {
        width: 100%;
    }
    .front_content02-img img {
        border-radius: 20px 20px 0 0;
    }
    .front_content02-text {
        padding: 20px 25px;
        border-radius: 0 0 20px 20px;
    }
    .front_original02::after {
        height: 120%;
        width: 100%;
        top: -130px;
    }
    .front-original02__text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 2em;
    }
    .front-original02__img {
        width: 100%;
    }
    .front-third-text {
        width: 100%;
        padding: 0;
        box-shadow: none;
        margin: 0 0 1.5em;
    }
    .front-third-img {
        width: 100%;
    }
    .third-box:nth-of-type(odd) .front-third-text, .third-box:nth-of-type(odd) .front-third-img, .third-box:nth-of-type(even) .front-third-img {
        margin-left: 0;
    }
    .front_original03 {
        padding: 5em 0;
    }
    .front_topics {
        padding: 4em 0 0;
    }
    .article03-content {
        padding: .8em;
    }
}
@media only screen and (max-width: 768px) {
    .front-copy-img h2 {
        font-size: 1.7rem;
        letter-spacing: 0;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .front-copy-img h3 {
        font-size: 1rem;
        margin-bottom: 10px;
        line-height: 1.5;
    }
    .front-copy-img p {
        font-size: 0.9rem;
    }
    .front-copy-img h3, .front-copy-img p {
        margin-left: 0;
    }
    div#content01::before {
        height: 20px;
    }
    .front_original01, .front_original02, .front_original03 {
        padding: 2em 0 3.5em;
    }
    .front-original01__text h2, .front-original02__text h2 {
        font-size: 1.5em;
        margin-bottom: 15px;
    }
    .front-original01__text p, .front-original02__text p {
        margin-bottom: 12px;
    }
    .front_content02 {
        padding: 3em 0 5em;
    }
    .front_topics {
        padding: 2.5em 0 0;
    }
    h2.front_topics_title {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    h2.front_topics_title span {
        font-size: 0.55em;
        margin-top: 15px;
    }
    h2.headline-font-type.article03-title {
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 500px) {
    .main {
        margin-bottom: 0px;
    }
}
/*----------------------------------------------------------
	フッター
----------------------------------------------------------*/
.footer {
    padding: 25px 0 0;
    margin: 0 auto;
    margin-top: 150px;
    position: relative;
    background: #07abc2;
    color: #fff;
}
/*.footer::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #015790;
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-image: url(/wp-content/themes/story_tcd041/img/bg01.jpg);
    background-size: cover;
}*/
.footer-gallery {
    display: none;
}
.footer_contact_sec {
    padding: 3em 0;
}
.footer_contact_inner {
    width: 86%;
    max-width: 950px;
    margin: 0 auto;
    display: block;
}
h2.footer_contact-title {
    font-size: 2.2em;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
h3.footer_contact-sub-title {
    width: fit-content;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
}
.footer-con-inner {
    padding: 25px;
    background: #fff;
    box-sizing: border-box;
    max-width: 570px;
    margin: 25px auto 45px;
    color: #333;
}
.footer-con-box {
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.footer-con-box:nth-of-type(1) {
    padding-left: 0;
}
.footer-con-box:nth-of-type(2) {
    border: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
p.footer-con-caution {
    font-size: 0.75em;
    width: fit-content;
    position: relative;
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 5px;
    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.4em;
    font-style: normal;
    font-weight: 800;
    margin: 10px 0 5px;
    letter-spacing: 2px;
    line-height: 1.6;
}
span.footer_tel_sab {
    font-size: 0.6em;
    margin-right: 4px;
    letter-spacing: 1px;
}
address.footer_tel a {
    color: #ffdc00;
}
address.footer_mobile {
    font-size: 2.2em;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 2px;
    line-height: 1.2;
}
span.footer_mobile_sab {
    font-size: 0.6em;
    margin-right: 4px;
    letter-spacing: 1px;
}
address.footer_mobile a {
    color: #f97f21;
}
ul.sns__links {
    width: 100%;
    max-width: 300px;
    display: flex;
}
li.sns__links-item {
    width: 33.3333%;
    margin-right: 20px;
}
li.sns__links-item:last-child {
    margin-right: 0;
}
a.footer_sns {
    display: block;
    text-align: center;
}
a.footer_sns::before {
    content: "";
    font-family: design_plus;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff;
    font-size: 19px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    transition: all 0.5s;
    z-index: 1;
}
a.footer_mail_but::before {
    content: '\f0e0';
    background: #d23030;
}
a.footer_line_but::before {
    content: '\e909';
    background: #00b900;
}
a.footer_insta_but::before {
    content: "\ea92";
    background-image: linear-gradient(45deg, #ffd75f, #ed03ff);
}
a.footer_sns:hover {
    background: none;
}
a.footer_mail_but:hover {
    color: #eb7654;
}
a.footer_line_but:hover {
    color: #00b900;
}
a.footer_insta_but:hover {
    color: #ff0357;
}
a.footer_sns:hover::before {
    opacity: 0.8;
}
a.footer_sns span {
    margin-top: 10px;
    text-align: center;
    display: block;
    font-size: 11px;
    font-weight: 400;
}
.footer_about_inner.flex-inner {}
.footer_contact_bg {
    width: 60%;
    box-sizing: border-box;
}
.footer_menu_bg {
    width: 40%;
    padding-left: 1.5em;
    margin: 50px 0 0 0;
    box-sizing: border-box;
}
h2.footer-logo-name {
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 15px;
}
.footer_contact_bg p {
    font-size: 0.9em;
    line-height: 1.8;
    margin: 0 0 15px;
}
dl.address_body {
    width: auto;
    font-size: 0.8em;
    line-height: 1.8;
    display: flex;
    margin-bottom: 5px;
}
dl.address_body:last-child {
    margin-bottom: 0;
}
dt.address_title {
    width: 15%;
}
dd.address_text {
    width: 85%;
}
ul.footer-content-list-outer {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
    padding-right: 0;
    margin-bottom: 0;
}
ul.footer-content-list-outer li {
    font-size: 0.74em;
    letter-spacing: 1px;
    line-height: 1.7;
    padding-left: 20px;
    margin-bottom: 6px;
    position: relative;
}
ul.footer-content-list-outer li:last-of-type {
    margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #fff;
    top: 11px;
    left: 0;
    transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before {
    padding-left: 8px;
}
a.footer_but {
    color: #fff;
}
ul.footer-content-list-outer li a:hover {
    color: #ffdc00;
}
.footer-content {
    display: none;
}
.social-nav-item a:before {
    color: #fff !important;
}
p.copyright {
    color: #fff;
    margin-bottom: 0;
    font-size: 11px;
}
.footer-bar01, .copyright {
    background: none;
}
.dp-footer-bar {
    left: 0;
}
.pagetop {
    z-index: 13;
}
.pagetop a {}
.pagetop a:before {
    top: -19px;
}
/*div#pagetop a {
    border-radius: 100em;
    margin: 0 20px 30px 0;
}*/
.dp-footer-bar-item {
    background: #009fb5;
}
.dp-footer-bar a {
    color: #fff;
}
.icon-pencil:before {
    content: "\e909";
}
.icon-tag:before {
    content: "\ea92";
}
.yoyaku_bnr-box {
    text-align: center;
    margin: 20px 0;
}
img.yoyaku_img {
    max-width: 180px;
    margin-top: 1.3em;
    border-radius: 0;
}
img.yoyaku_img:hover {
    opacity: 50%;
    transition: 0.5s;
}
a.footer_but.footer_mail_but {
    display: block;
    width: 100%;
    max-width: 280px;
    text-align: left;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 65px 0 25px;
    color: #fff;
    position: relative;
    border: 1px solid #d23030;
    margin-top: 1.5em;
    background: #d23030;
    border-radius: 25px;
    font-weight: 600;
}
a.footer_but.footer_mail_but:hover {
    opacity: .84;
}
a.footer_but.footer_mail_but::before {
    font-weight: 400;
    position: absolute;
    right: 20px;
    font-family: "design_plus";
    content: "\f0e0";
    font-size: 1.5em;
}
a.footer_but.footer_line_but {
    display: block;
    width: 100%;
    max-width: 250px;
    text-align: left;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    position: relative;
    border: 1px solid #fff;
    margin-top: 1em;
    background: #00b900;
    border-radius: 25px;
    font-weight: 600;
}
a.footer_but.footer_line_but:hover {
    opacity: .84;
}
a.footer_but.footer_line_but::before {
    font-weight: 400;
    position: absolute;
    right: 20px;
    font-family: "design_plus";
    content: "\e909";
    font-size: 1.5em;
}
a.footer-con_but {
    display: inline-block;
    position: relative;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 20px;
    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    background: #d9bd9c;
    transition: all .8s;
    font-size: 23px;
}
a.footer-con_but span {
    display: none;
}
a.footer-con_but::before {
    font-family: 'design_plus';
    color: #fff;
    z-index: 1;
}
a.footer-con_but.footer-instagram_but::before {
    content: "\ea92";
}
a.footer-con_but.footer-line_but::before {
    content: "\e909";
}
a.footer-con_but.footer-facebook_but::before {
    content: "\f09a";
}
a.footer-con_but.footer-mail_but::before {
    content: "\f0e0";
}
a.footer-con_but.footer-twitter_but::before {
    content: "\e61b";
}
a.footer-con_but.footer-instagram_but {
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
a.footer-con_but.footer-line_but {
    background-color: #18c507;
}
a.footer-con_but.footer-twitter_but {
    background: #000;
}
a.footer-con_but.footer-facebook_but {
    background: #3B5998;
}
a.footer-con_but.footer-mail_but {
    background-color: #9561bf;
}
a.footer-con_but:hover {
    opacity: 65%;
}
@media only screen and (max-width: 1200px) {
    address.footer_tel, address.footer_mobile {
        font-size: 1.8em;
    }
    .footer_contact_bg {
        width: 50%;
    }
    .footer_menu_bg {
        width: 50%;
    }
}
@media only screen and (max-width: 970px) {
    dl.address_body {
        display: block;
    }
    dt.address_title, dd.address_text {
        width: 100%;
    }
    ul.footer-content-list-outer {
        width: 50%;
        margin-bottom: 6px;
        padding-right: 0;
    }
    .dp-footer-bar a {
        color: #fff !important;
    }
    .dp-footer-bar {
        background: #eda7a7 !important;
        border-top: 1px solid #fff !important;
    }
    .dp-footer-bar-item + .dp-footer-bar-item {
        border-left: 1px solid #fff !important;
    }
    .dp-footer-bar-icon:before {
        font-weight: 500;
    }
}
@media only screen and (max-width: 767px) {
    h2.footer_contact-title {
        font-size: 2.5em;
        margin-bottom: 8px;
    }
    h3.footer_contact-sub-title {
        font-size: 0.8em;
    }
    .footer-con-inner {
        padding: 20px 25px;
        margin-bottom: 30px;
    }
    .footer-con-box {
        width: 100%;
        padding: 0;
        border: 0;
        margin-bottom: 20px;
    }
    .social-nav-item a::before {
        color: #221815;
    }
    /*a.footer_but.footer_mail_but {
        display: none;
    }*/
}
@media only screen and (max-width: 650px) {
    .yoyaku_bnr-box {
        width: auto;
        text-align: center;
        gap: 0px;
    }
    .yoyaku_bnr-box div {
        width: 100%;
        padding: 0 0 5px;
    }
    a.footer_but.footer_mail_but, a.footer_but.footer_line_but {
        max-width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .footer {
        margin-top: 110px;
    }
    .footer_contact_bg, .footer_menu_bg {
        width: 100%;
    }
    .footer_menu_bg {
        padding-left: 0;
        margin-top: 1.5em;
    }
    ul.footer-content-list-outer {
        width: 50%;
    }
    address.footer_tel {
        font-size: 1.6em;
        letter-spacing: 0;
    }
    address.footer_mobile {
        font-size: 1.35em;
    }
    a.footer_but.footer_mail_but {
        max-width: 100%;
        font-size: 0.85em;
    }
}
/*----------------------------------------------------------
	固定ページ ヘッダー
----------------------------------------------------------*/
.headline-font-type {
    font-weight: 600;
}
.breadcrumb-wrapper {
    background: none;
}
.signage {
    height: 290px;
    background-image: url(/wp-content/themes/story_tcd041/img/header_img.jpg) !important;
    background-size: cover;
}
.signage::before {
    width: 100%;
    height: 100%;
    content: '';
    background: #000000c9;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.signage-title.headline-font-type {
    font-size: 2.4em !important;
    letter-spacing: 0.1em;
    font-weight: 600;
    position: relative;
    color: #fff !important;
    text-shadow: none;
    width: 90%;
    margin: 0 auto;
    max-width: 1150px;
}
.signage-title-sub {
    font-weight: 600;
    position: relative;
    line-height: 1;
    text-shadow: none;
    width: 90%;
    margin: 5px auto 0;
    font-size: 14px !important;
    color: #ffdc00 !important;
    letter-spacing: 4px;
    text-indent: 4px;
    max-width: 1150px;
}
.breadcrumb li a, .breadcrumb li {
    color: #fff;
}
@media only screen and (max-width: 1200px) {
    .signage {
        height: 220px;
    }
    .signage-title.headline-font-type {
        font-size: 33px !important;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 970px) {
    .signage {}
}
@media only screen and (max-width: 767px) {
    .signage {}
    .signage-title.headline-font-type {
        font-size: 35px !important;
    }
    .signage-title-sub {
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 500px) {
    .signage {
        height: 180px;
    }
    .signage-title.headline-font-type {
        font-size: 25px !important;
        margin-bottom: 0;
    }
}
/*----------------------------------------------------------
	固定ページ 枠組み、レイアウト
----------------------------------------------------------*/
.content_inner {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 0 100px 0;
    box-sizing: border-box;
    position: relative;
}
.content-section {
    margin-top: 0px;
    margin-bottom: 0px;
}
.content-innr-01 {
    background: #fff0;
    padding: 70px 8.5%;
    margin: 0 auto;
    box-sizing: border-box;
}
.content-innr-02 {
    background: #f3f5f5;
    padding: 70px 8.5%;
    margin: 0 auto;
    box-sizing: border-box;
}
.c-pc-w90 {
    width: 90%;
    margin: auto;
}
.c-pc-w70 {
    width: 70%;
    margin: auto;
}
.l-Box1 {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.l-Box3 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.l-Box4 {
    width: 38%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.l-Box5 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.l-Box6 {
    width: 57%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.l-Box7 {
    width: 67%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.r-Box3 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
}
.r-Box4 {
    width: 38%;
    display: inline-block;
    vertical-align: top;
}
.r-Box5 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}
.r-Box6 {
    width: 57%;
    display: inline-block;
    vertical-align: top;
}
.r-Box7 {
    width: 66%;
    display: inline-block;
    vertical-align: top;
}
.r-Box9 {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}
.box {
    padding: 30px 30px 10px;
    margin-bottom: 20px;
    line-height: 2;
    background: #f2f2f2;
}
.box2 {
    background: #f2f2f2;
    padding: 30px 30px;
    line-height: 2;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
    .content_inner {
        padding: 80px 0;
    }
    .r-Box6 {
        width: 56%;
    }
    .l-Box6 {
        width: 56%;
    }
}
@media only screen and (max-width: 991px) {
    .content-innr-01, .content-innr-02 {
        padding: 70px 7.5%;
    }
    .l-Box4, .l-Box5, .l-Box6, .l-Box7 {
        width: 100%;
        margin: 0 0 15px;
    }
    .r-Box3, .r-Box4, .r-Box5, .r-Box6 {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .content_inner {
        padding: 50px 0;
    }
    .content-section {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .content-innr-01, .content-innr-02 {
        padding: 50px 5%;
    }
    .c-pc-w90 {
        width: 100%;
    }
    .c-pc-w70 {
        width: auto;
    }
    .l-Box1, .l-Box3 {
        width: 100%;
        margin: 0 0 15px;
    }
    .r-Box9, .r-Box7 {
        width: 100%;
    }
}
@media only screen and (max-width: 667px) {
    .box {
        padding: 30px 20px;
    }
}
/*----------------------------------------------------------
	固定ページ 共通, 装飾
----------------------------------------------------------*/
.post-content img {}
.post-content img.shnon {
    box-shadow: none;
    max-width: 220px !important;
    border-radius: 0 !important;
    margin: 15px 0;
}
.q_button {
    background-color: #D1AF41;
}
.q_button:hover {
    background: #D9BE64;
}
.line {
    background: linear-gradient(transparent 70%, #ffeb00ad 0%);
    font-weight: bold;
}
.mb140 {
    margin-bottom: 140px;
}
.mb120 {
    margin-bottom: 120px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 75px 0 75px;
    border-color: #ffd437a3 transparent transparent transparent;
    margin: 50px auto 50px;
}
/*----------------------------------------------------------
	固定ページ h, p, a, 
----------------------------------------------------------*/
.post-content h2 {
    color: #000000;
    font-size: 1.6em;
    line-height: 1.6;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
}
.post-content h2::after {
    content: "";
    display: block;
    width: .5em;
    height: 3px;
    background: #2db5c8;
    text-align: center;
    margin: 0 auto;
    margin-top: 1em;
}
.post-content h2 span {
    color: #afeeee;
}
.post-content h3 {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.3em;
    line-height: 1.6;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    font-weight: 700;
}
.post-content h3:after {
    content: '';
    display: block;
    width: 56px;
    height: 1px;
    margin: 15px auto 20px;
    background-size: 100%;
    background: #2db5c8;
    margin-left: 0;
}
.post-content h4 {
    padding: 0;
    margin: 0;
    color: #249ea6;
    font-size: 1.15em;
    line-height: 1.6;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    font-weight: 500;
}
.post-content h4:after {
    content: '';
    display: block;
    width: 180px;
    height: 1px;
    margin: 10px auto 20px;
    background-size: 100%;
    background: #249ea6;
    margin-left: 0;
}
.post-content h4.man {
    padding: 0;
    margin: 0;
    color: #a38599;
    font-size: 1.15em;
    line-height: 1.6;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    font-weight: 500;
}
.post-content h4.man:after {
    content: '';
    display: block;
    width: 180px;
    height: 1px;
    margin: 10px auto 20px;
    background-size: 100%;
    background: #A38599;
    margin-left: 0;
}
a, .post-content a {
    color: #000;
}
p, .post-content p {
    font-size: 15px;
    line-height: 2.2;
    font-weight: 500;
}
.post-content p.center {
    text-align: center;
}
.pagebtn {
    margin-top: 60px;
    text-align: center;
}
p.tel_info_box {
    font-size: 21px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}
.post-content p.cau {
    font-size: 0.9em;
    color: #8A607C;
    line-height: 2;
    font-weight: 500;
}
@media only screen and (max-width: 1200px) {
    p, .post-content p {
        font-size: 14px;
    }
    p.tel_info_box {
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 767px) {
    .post-content h2 {
        font-size: 25px;
        margin-bottom: 40px;
    }
    .post-content h3 {
        font-size: 19px;
    }
    .post-content h4 {
        font-size: 18px;
    }
    .post-content p.center {
        text-align: left;
    }
}
@media only screen and (max-width: 500px) {
    .post-content h2 {
        font-size: 22px;
    }
}
/*----------------------------------------------------------
	リスト, ul,li,
----------------------------------------------------------*/
.post-content ul {
    padding-left: 0;
    background-color: none;
    padding: 25px 15px 15px 15px;
    position: relative;
    margin-bottom: 10px;
    margin-left: 0px;
    border-radius: 0px;
    border: 1px solid #ffdfc7;
}
.post-content li {
    font-size: 1em;
    list-style-type: none !important;
    line-height: 1.6em;
    padding: 5px 0 4px 40px;
    margin-bottom: 5px;
    color: #000000;
}
.post-content li:before {
    font-family: "Font Awesome 6 Free";
    content: '\f14a';
    position: absolute;
    color: #ffa560;
    margin-left: -31px;
    left: auto;
    font-weight: bold;
    font-size: 1.2em;
}
.post-content ul.two {
    padding-left: 0;
    background-color: #fbf8ed;
    padding: 25px 15px 15px 15px;
    position: relative;
    margin-bottom: 10px;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0px;
}
.post-content ul.two li {
    font-size: 15px;
    list-style-type: none !important;
    line-height: 1.8em;
    padding: 5px 0 4px 40px;
    margin-bottom: 15px;
    color: #333;
    flex: auto;
    width: 43%;
}
.post-content ul.two li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    position: absolute;
    color: #32cd32;
    margin-left: -30px;
    left: auto;
}
@media only screen and (max-width: 767px) {
    .post_content ul.three li {
        width: 100%;
    }
}
/*----------------------------------------------------------
	固定ページ table 
----------------------------------------------------------*/
.post-content table {
    width: 100%;
    table-layout: fixed;
}
.post-content td, .post-content th {
    border: 1px dotted #999;
    padding: 25px 25px 22px;
    line-height: 1.8;
    background: none;
}
.post-content th {
    background: #d5f6ff;
    color: #111;
    font-weight: 600;
    width: 65%;
    text-align: left;
    vertical-align: middle;
    font-size: 15px !important;
}
.post-content td {
    background-color: #ffffff;
    color: #111;
    font-size: 15px !important;
    font-weight: 600;
}
table.about th {
    font-size: 1em;
    text-align: left;
    width: 30%;
    background: #c4e8ed;
}
table.about td {
    font-size: 1em;
    text-align: left;
}
.post-content th span {
    font-size: 0.9em;
    color: #00203f;
}
.post-content td span {
    font-size: 0.8em;
    color: #18a7a7;
    line-height: 1.2 !important;
}
@media only screen and (max-width: 767px) {
    .post-content td, .post-content th {
        padding: 15px 15px 14px;
        font-size: 14px !important;
    }
    .post-content th, .post-content td {
        box-sizing: border-box;
        width: 100%;
        display: block;
    }
    table.about th {
        width: 100%;
    }
}
/*----------------------------------------------------------
   サービス 
----------------------------------------------------------*/
.menu-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.standard-menu-box {
    width: calc(50% - 40px / 2);
    background: #f4fafa;
    padding: 0;
    margin: 0 20px 20px 0;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.other-menu-box {
    width: calc(33.33% - 60px / 3);
    background: #fff;
    padding: 2em 0 0;
    margin: 0 20px 20px 0;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.standard-menu-box:nth-child(even) {
    margin: 0 0 20px 0;
}
.other-menu-box:last-of-type {
    margin: 0 0 20px 0;
}
.menu-desc-box {
    padding: 0 1.5em 1em;
    box-sizing: border-box;
}
img.menu-img {
    border-radius: 0;
    max-width: 800px;
}
.menu-desc-box h4 {
    color: #003232;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.1em;
    font-weight: 600;
    border-bottom: 1px dotted;
    line-height: 1.8;
    vertical-align: middle;
    text-align: center;
}
.menu-desc-box h4:after {
    display: none;
}
.menu-desc-box p {
    font-size: 0.9em;
    text-align: left;
}
@media only screen and (max-width: 970px) {
    .standard-menu-box,
    .other-menu-box {
        width: 100%;
        margin: 0 auto 20px;
    }
    .standard-menu-box:nth-child(even) {
        margin: 0 auto 20px;
    }
    .other-menu-box:last-of-type {
        margin: 0 auto 20px;
    }
    .menu-desc-box h4 {
        font-size: 1.1em;
    }
}
/*----------------------------------------------------------
   流れ 
----------------------------------------------------------*/
.flow_inner {
    max-width: 650px;
    margin: 0 auto;
}
.flow-box {
    display: block;
    position: relative;
    padding-left: 82px;
    max-width: 767px;
    padding-bottom: 50px;
    margin: 0 auto;
}
.flow-box::before {
    counter-increment: number 1;
    content: counter(number);
    background: #07abc2;
    display: block;
    position: absolute;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 55px;
    left: 0px;
    color: #ffffff;
    font-size: 2em;
    font-weight: 500;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
}
.flow-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.flow-box::after {
    height: 100%;
    width: 1px;
    content: "";
    top: 0;
    left: 28px;
    background: #07abc2;
    display: block;
    position: absolute;
    z-index: 0;
}
.flow-box:last-child::after {
    content: none;
    height: 0;
}
.flow-box h4 {
    text-align: left;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 5px;
    border: none;
    color: #111;
    line-height: 55px;
}
.flow-box h4:after {
    content: '';
    display: none;
}
a.flowcon {
    font-size: 1.1em;
    font-weight: 600;
    padding: 7px 40px;
    display: inline-block;
    position: relative;
    color: #303030 !important;
    background: #ffdc00;
    border: none;
    box-sizing: border-box;
    margin: 20px 0;
    border-radius: 50px;
}
a.flowcon:hover {
    opacity: 0.6;
    transition: all 0.9s;
}
@media screen and (max-width: 736px) {
    .flow-box h4 {
        font-size: 1.2em;
    }
}
@media screen and (max-width: 500px) {
    .flow-box {
        padding-left: 80px;
    }
}
/*----------------------------------------------------------
	Q & A
----------------------------------------------------------*/
.faq_inner {
    max-width: 650px;
    margin: 0 auto;
}
.faq {
    margin: 70px 0;
}
.faq:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
}
.faq h3 {
    font-size: 1.35em;
    font-weight: 600;
    line-height: 1.5;
    padding: 5px 0 0 60px;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    z-index: 10;
    color: #000000;
}
.faq h3:before, p.answer:before {
    font-weight: 400;
}
.faq h3:before {
    content: 'Q';
    font-size: 25px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    background: #2db5c8;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin: 0;
    font-weight: 600;
}
.faq h3:after {
    content: none;
}
p.answer {
    margin-left: 60px;
    padding: 0 0 0 35px;
    margin-bottom: 0;
    position: relative;
    font-size: 15px;
}
p.answer:before {
    content: 'A.';
    font-size: 30px;
    color: #ffdc00;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    font-weight: 600;
}
a.faqcon {
    font-size: 1.1em;
    font-weight: 600;
    padding: 7px 40px;
    display: inline-block;
    position: relative;
    color: #333 !important;
    background: #ffdc00;
    border: none;
    box-sizing: border-box;
    margin: 20px 0;
    border-radius: 50px;
}
a.faqcon:hover {
    opacity: 0.6;
    transition: all 0.9s;
}
@media only screen and (max-width: 970px) {
    .faq {
        margin-bottom: 50px;
    }
    .faq h3 {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 3px 0 0 50px;
    }
    .faq h3:before {
        width: 35px;
        height: 35px;
        line-height: 33px;
        font-size: 22px;
    }
    p.answer {
        margin-left: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .faq {
        margin-bottom: 40px;
    }
    .faq h3 {
        font-size: 18px;
        padding: 2px 0 0 40px;
        margin-bottom: 15px;
    }
    .faq h3:before {
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
    p.answer {
        margin-left: 40px;
    }
    p.answer:before {
        font-size: 27px;
    }
}
@media only screen and (max-width: 500px) {
    p.answer {
        margin-left: 10px;
    }
}
/*----------------------------------------------------------
固定ページ 強み 
----------------------------------------------------------*/
.strength-box {
    position: relative;
    padding-right: 50%;
    margin: 7% auto 7%;
    min-height: 350px;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
}
.strength-box::after {
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    background-size: cover;
    border-radius: 15px;
}
.strength-box.strength01::after {
    background-image: url(/wp-content/themes/story_tcd041/img/strength-img01.jpg);
}
.strength-box.strength02::after {
    background-image: url(/wp-content/themes/story_tcd041/img/strength-img02.jpg);
}
.strength-box.strength03::after {
    background-image: url(/wp-content/themes/story_tcd041/img/strength-img03.jpg);
}
.strength-box:nth-of-type(even) {
    padding-right: 0;
    padding-left: 50%;
}
.strength-box:nth-of-type(even)::after {
    right: auto;
    left: 0;
}
.strength-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.content-strength h3 {
    font-size: 1.5em;
}
.content-strength h3:after {
    width: 170px;
}
@media only screen and (max-width: 970px) {
    .content-strength {
        padding-top: 0;
    }
    .strength-box {
        margin-bottom: 10%;
        padding: 0 !important;
    }
    .strength-box::after {
        position: relative;
        display: block;
        height: 400px;
        width: 100%;
        margin-top: 5%;
    }
}
@media only screen and (max-width: 500px) {
    .strength-box::after {
        height: 280px;
    }
    .content-strength h3 {
        font-size: 1.2em;
    }
}
/*----------------------------------------------------------
固定ページ 挨拶 
----------------------------------------------------------*/
.post-content p.name {
    font-size: 1.2em;
    font-weight: 500;
    color: #0e9e9e;
    text-align: right;
}
.post-content p.name span {
    font-size: 0.8em;
    font-weight: 500;
    color: #0e9e9e;
    text-align: right;
}
/*----------------------------------------------------------
   職人募集 
----------------------------------------------------------*/
.content-recruit {
    max-width: 650px;
    margin: 0 auto;
}
/*----------------------------------------------------------
	コンタクト 
----------------------------------------------------------*/
address.cont_tel {
    font-size: 2.5em;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 2px;
    line-height: 1.1;
    color: #ffb400;
}
span.cont_tel_sab {
    font-size: 0.6em;
    margin-right: 4px;
    letter-spacing: 1px;
    color: #000;
}
address.cont_tel a {
    color: #ffdc00;
}
p.open {
    font-size: 0.85em;
    line-height: 1.8;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
p.open span {
    font-size: 1.4em;
    line-height: 1.8;
    font-weight: 600;
    color: #000;
    margin-bottom: 13px;
}
p.open span.close {
    font-size: 1.1em;
    line-height: 1.8;
    font-weight: 600;
    color: #000;
    margin-bottom: 13px;
}
p.cont-con-caution {
    font-size: 0.85em;
    line-height: 2.0;
    text-align: center;
    margin: 15px 0 0;
}
img.snsbnr:hover {
    opacity: 50%;
    transition: 0.5s;
}
.wpcf7 {
    border: none;
    background: #fff0;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #ffffff;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 5px;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-weight: 600;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 20px;
    text-align: left;
}
.wpcf7 .wpcf7-list-item-label {
    font-weight: 400;
}
span.wpcf7-list-item {
    display: block;
    margin: 0 0 8px;
}
span.wpcf7-list-item:first-child {
    margin-top: 10px;
}
span.wpcf7-list-item:last-child {
    margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 40px;
    width: 50%;
    margin-left: auto;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    height: 70px;
    line-height: 35px;
    color: #333;
    background: #ffdc00;
    border: 1px solid #ffdc00 !important;
    font-family: unset;
    transition: 0.8s;
}
.wpcf7 input.wpcf7-submit:hover {
    transition: all 0.9s;
    background: #ffe963;
    border: 1px solid #ffe963 !important;
}
.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;
}
.mailtxt {
    text-align: left;
}
@media only screen and (max-width: 767px) {
    address.cont_tel {
        font-size: 2.0em;
    }
    address.cont_mobile {
        font-size: 1.8em;
    }
}
@media only screen and (max-width: 500px) {
    address.cont_tel {
        font-size: 1.8em;
    }
    address.cont_mobile {
        font-size: 1.6em;
    }
    p.open {
        font-size: 13px;
    }
    p.open span {
        font-size: 16px;
    }
}
/*----------------------------------------------------------
	投稿ページ 
----------------------------------------------------------*/
.widget_search #searchsubmit {
    background: #b8a581 url(img/common/icon_search.png) no-repeat center;
}
.post-title {
    color: #000;
}
.side_widget .headline-bar {
    margin-bottom: 20px;
    padding: 10px 25px;
}
.post-meta-box {
    background: #fff;
}
/*----------------------------------------------------------
	 block
----------------------------------------------------------*/
.page-id-31 .post-header,
.page-id-25 .post-header {
    margin-top: 0;
    margin: 0;
}
.page-id-31 footer.footer,
.page-id-25 footer.footer {
    margin-top: 0;
}
.main {
    margin-bottom: 0px;
}
/*----------------------------------------------------------
	 link先ヘッダ―値調整
----------------------------------------------------------*/
.anchor {
    padding-top: 100px !important;
    margin-top: -100px !important;
}
/*----------------------------------------------------------
	 改行
----------------------------------------------------------*/
/*PCでは無効（改行しない）*/
.sp-br {
    display: none;
}
.pc-br {
    display: block;
}
/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:500px) {
    .sp-br {
        display: block;
    }
    .pc-br {
        display: none;
    }
}
/*----------------------------------------------------------
	 font 指定
----------------------------------------------------------*/
.original_sub_menu, .front-third-text:before, h2.front_topics_first, .ori_topics__title h2, .global-nav > ul > li > a, .global-nav .sub-menu a, .front_intro_inner h2, .content02-title, .content02-button, .original03-text h2, h3.third_title, .front-third-text:before, h2.front_topics_first, .headline-font-type, h2.footer_contact-title, h2.footer-logo-name, address.footer_tel, address.footer_mobile, a.footer_but.footer_mail_but, .signage-title.headline-font-type, .post-content h2, .post-content h3, p.answer:before, .flow-box::before, .flow-box h4, .flow-box h4, .post-content p.name, address.cont_tel, address.cont_mobile {
    font-family: 'Outfit', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}