<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* なのはな福祉タクシー CSS Document */
/*----------------------------------------------------------
	全体共通
----------------------------------------------------------*/
body {
    font-family: "M PLUS 1", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: #111;
    letter-spacing: 0.04rem;
    line-height: 2;
    position: relative;
    counter-reset: number 0;
    overflow: hidden;
    background: #fff;
}
.font-type2 {
    font-family: "M PLUS 1", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #111;
}
.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: 20px;
    left: 25px;
    position: absolute;
    width: 326px;
    height: auto;
}
img.h_logo {
    width: 100%;
}
.header-bar-inner {
    width: 100%;
}
.global-nav &gt; ul &gt; li &gt; a {
    line-height: 100px;
    padding: 0px 20px;
    text-align: center;
    letter-spacing: 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #000;
}
.global-nav &gt; ul &gt; li &gt; a:hover {
    color: #edc623;
}
.global-nav .current-menu-item &gt; a {
    color: #edc623;
}
.global-nav .current-menu-item &gt; a:hover {
    color: #edc623;
}
/*.global-nav &gt; ul &gt; li &gt; a:after {
    position: relative;
    text-align: center;
    display: block;
    bottom: 20px;
    line-height: 1;
    font-size: 0.75em;
    color: #1e8d44;
    font-weight: 500;
}
.global-nav &gt; ul &gt; li.global-menu-001 &gt; a:after {
  content: 'Home';
}
.global-nav &gt; ul &gt; li.global-menu-002 &gt; a:after {
  content: 'Price';
}
.global-nav &gt; ul &gt; li.global-menu-003 &gt; a:after {
  content: 'Staff';
}
.global-nav &gt; ul &gt; li.global-menu-004 &gt; a:after {
  content: 'Company';
}
.global-nav &gt; ul &gt; li.global-menu-005 &gt; a:after {
  content: 'Contact';
}
.global-nav &gt; ul &gt; li.global-menu-006 &gt; a:after {
  content: 'お知らせ';
}
.global-nav &gt; ul &gt; li.global-menu-007 &gt; a:after {
  content: '';
}
.global-nav .current-menu-item &gt; a:before, .global-nav &gt; ul &gt; li &gt; a:before, .global-nav .sub-menu a:before {
  content: '';
  height: 2px;
  left: 20px;
  width: 0;
  top: 0;
  position: absolute;
  background: #03a58f;
  transition: 0.5s;
}
.global-nav .current-menu-item &gt; a:before, .global-nav &gt; ul &gt; li &gt; a:hover:before {
  width: calc(100% - 40px);
}*/
.global-nav &gt; ul &gt; li.global-menu-arrow &gt; 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-75 {
    background: #db4486;
    margin-left: 20px;
    padding: 0 25px;
    transition: 0.8s;
    color: #ffffff !important;
}
li#menu-item-75:hover {
    background: #e5669e;
    color: #fff;
    line-height: 100px;
}
li#menu-item-75 a {
    color: #fff;
}
li#menu-item-75 a:hover {
    color: #fff;
}
.global-nav .sub-menu {
    top: 100%;
}
.global-nav .sub-menu a {
    background-color: #0936a6;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
}
.global-nav .sub-menu a:hover {
    background-color: #edc623;
    color: #000;
}
.global-nav .sub-menu .current-menu-item &gt; a {
    color: #221815;
    background-color: #edc623;
}
.global-nav .sub-menu .current-menu-item &gt; a::before {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .header-bar {
        height: 55px;
        border-bottom: none;
    }
    .logo-image {
        left: -9px;
        top: 1px;
        width: 215px;
    }
    .logo img {
        width: 215px;
    }
    .global-nav a, .global-nav a:hover {
        background: #fff2b9;
    }
    .global-nav &gt; ul &gt; li &gt; 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 &gt; ul &gt; li &gt; a:after {
        display: none;
    }
    .global-nav &gt; ul &gt; li &gt; a:before {
        color: #333;
    }
    .global-nav .menu-item-has-children &gt; a span::before {
        color: #030303;
    }
    .global-nav .current-menu-item &gt; a:before, .global-nav &gt; ul &gt; li &gt; a:hover:before {
        display: none;
    }
    .global-nav .sub-menu a {
        font-size: 0.9em;
        padding-left: 3em;
        color: #000 !important;
        background: #fff9e7 !important;
    }
    .global-nav .sub-menu a:hover {
        background-color: #ecfaff;
        color: #fff;
    }
    li#menu-item-75 {
        margin-left: 0px;
        padding: 0 0px;
    }
    li#menu-item-75 a:hover {
        line-height: 50px;
    }
    li#menu-item-75 {
        background: #07386E;
        margin-left: 0px;
        padding: 0 0px;
    }
    .global-nav &gt; ul &gt; li &gt; a:after {
        display: none;
    }
    .global-nav &gt; ul &gt; li.global-menu-arrow &gt; 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 &gt; ul &gt; li &gt; 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(9 54 166 / 7%) 42%, rgb(9 54 166 / 9%) 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: 187px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: auto;
    left: 6%;
}
.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;
    margin: 0 auto;
    width: 95%;
    margin-right: 0;
    margin-left: auto;
    border-radius: 70px 0 0 70px;
}
.header-youtube:not(.bg-image) {
    height: calc(100svw * 9 / 16 - 50px) !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 {}
}
@media only screen and (max-width: 740px) {
    img.top-slider-logo {
        max-height: 130px;
    }
}
@media only screen and (max-width: 500px) {
    .top-slider-wrapper {
        width: 100%;
        border-radius: 25px;
    }
    img.top-slider-logo {
        max-height: 114px;
    }
}
@media only screen and (max-width: 410px) {
    img.top-slider-logo {}
}
/*----------------------------------------------------------
	トップページ コンテンツ部分
----------------------------------------------------------*/
.original_inner {
    margin: 0 auto;
    max-width: 1150px;
    width: 86%;
}
#content01 {
    padding: 7% 0 7%;
    position: relative;
}
/*div#content01::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 2.5em;
    background: #fff;
    top: 0;
    left: 50%;
    z-index: 1;
}*/
.front_intro-outer {
    position: relative;
}
.front_intro_inner {
    position: relative;
    padding-left: calc(46% + 20px);
}
.front_intro-outer .inner {
    position: relative;
    z-index: 2;
    padding: 10px 0;
}
.front_intro-outer::after {
    background: url(/wp-content/themes/story_tcd041/img/frontimg01.jpg) no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    width: 44%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 0;
    border-radius: 0 40px 40px 0;
}
.front_intro_inner h2 {
    font-size: 1.7em;
    margin-bottom: 30px;
    line-height: 2;
    font-weight: 800;
    color: #db4486;
}
.front_intro_inner p {
    line-height: 2.2;
}
address.fp-contact-tel {
    font-size: 2.3em;
    line-height: 1;
    margin: 0.8em auto 0.25em 0;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1px;
}
address.fp-contact-tel span {
    font-size: 0.56em;
    font-weight: 700;
}
address.fp-contact-tel a {
    color: #249ea6;
}
.front_intro_inner p.contactmesse {
    font-size: 1em;
    line-height: 1;
    margin: 1em auto 0 0;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    color: #231815;
}
.content02 {
    position: relative;
    padding: 0 0 5em;
    background: #fffae3;
}
.content02:after {
    width: 100%;
    height: 9em;
    position: absolute;
    content: '';
    background: #fff;
    top: 0;
    left: 0;
    z-index: 0;
}
.content02-inner {
    width: 80%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 10;
}
.content02-item:first-of-type {
    margin: 0;
}
.content02-item:nth-of-type(2) {
    top: 0;
}
.content02-item:nth-of-type(3) {
    top: 0;
}
.content02-inner-img {
    margin: 0 auto 30px;
    display: block;
    width: 100%;
    border-radius: 30px;
}
.content02-title {
    line-height: 1.5;
    font-weight: 700 !important;
    margin: 0 0 23px;
    padding: 0;
    font-size: 22px;
    text-align: left;
    letter-spacing: 0.05em !important;
    color: #0936a6;
}
.content02-text {
    padding: 0;
    line-height: 2.2;
    color: #111;
}
.content02-button {
    font-size: 1.05em;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    max-width: 350px;
    height: 60px;
    line-height: 60px;
    position: relative;
    margin: 30px auto 0;
    color: #111;
    background: #ffffff;
    border-radius: 100px;
    padding: 0 40px;
    box-sizing: border-box;
    transition: 0.8s;
    z-index: 1;
}
.content02-button::after {
    content: 'MORE';
    position: absolute;
    letter-spacing: 1px;
    right: 35px;
    font-size: 0.65em;
    font-weight: 500;
}
.content02-button::before {
    width: 0px;
    height: 100%;
    position: absolute;
    content: '';
    background: #db4486;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.8s;
}
.content02-button:hover {
    color: #fff;
    background: #fff;
}
.content02-button:hover::before {
    width: 100%;
}
.original_sub_menu {
    font-size: 2.1em;
    letter-spacing: 0.05em;
    font-weight: 800;
    line-height: 1.8;
    position: relative;
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.original_sub_menu span {
    font-size: 0.4em;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: 'Oswald', sans-serif;
}
section.original03 {
    padding: 9em 0;
    position: relative;
}
.original03-text {
    position: relative;
    padding-left: 0%;
    padding-right: 0%;
    color: #fff;
}
.original03-text h2 {
    font-size: 1.7em;
    letter-spacing: 0.05em;
    margin-bottom: 0.75em;
    font-weight: 800;
    line-height: 1.5;
    position: relative;
}
.original03-text h3 {
    margin-bottom: 2em;
}
.original03-text p {
    line-height: 2.4;
}
section.original03::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/story_tcd041/img/top_original03.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    top: 0;
    left: 0;
    z-index: -10;
}
section.original03::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
    background: #b99600e0;
}
section.front-third {
    padding-top: 60px;
    padding-bottom: 70px;
    background: #fffae3;
}
.third-box {
    margin-bottom: 40px;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.front-third-inner {
    position: relative;
    padding-right: 60%;
}
.third-box:nth-of-type(2n) .front-third-inner {
    padding-right: 0;
    padding-left: 60%;
}
.third-box .front-third-inner::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    background-color: #dcdfdf;
    background-position: left;
    background-repeat: no-repeat;
    z-index: 1;
}
.third-box:nth-of-type(2n) .front-third-inner::after {
    right: auto;
    left: 0;
}
.third-box .front-third-inner.third01::after {
    background-image: url(/wp-content/themes/story_tcd041/img/front-third_01.jpg);
    border-radius: 40px 0 0 40px;
    background-position: bottom;
}
.third-box .front-third-inner.third02::after {
    background-image: url(/wp-content/themes/story_tcd041/img/front-third_02.jpg);
    border-radius: 0 40px 40px 0;
}
.third-box .front-third-inner.third03::after {
    background-image: url(/wp-content/themes/story_tcd041/img/front-third_03.jpg);
    border-radius: 40px 0 0 40px;
}
.front-third-text {
    padding: 13% 8%;
    box-sizing: border-box;
}
.front-third-text:before {
    content: 'Point.01';
    display: block;
    font-size: 2.8em;
    letter-spacing: 0px;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 600;
    color: #edc623;
}
.front-third-text.third_text02:before {
    content: 'Point.02';
}
.front-third-text.third_text03:before {
    content: 'Point.03';
}
.front-third-text.third_text04:before {
    content: 'Point.04';
}
h3.third_title {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    color: #0936a6;
}
.third_text02 h3.third_title {}
p.third_text {
    margin-bottom: 0;
    line-height: 2.4;
}
section.front_topics {
    padding-top: 80px;
    padding-bottom: 150px;
    position: relative;
    margin-bottom: -150px;
    background: #fff;
}
section.front_topics::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-image: url(/wp-content/themes/story_tcd041/img/bg01.jpg);
    background-size: cover;
    opacity: 0.2;
}
h2.front_topics_first {
    font-size: 2.2em;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2.headline-primary {
    display: none;
}
.article03 {
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
}
.article03-thumbnail {
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
}
.article03-content {
    background: #fff;
    padding: 15px 20px;
    border-radius: 0 0 20px 20px;
}
.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) {
    .content02:after {
        height: 5em;
    }
    a.content02-button {
        height: 50px;
        line-height: 47px;
        font-size: 16px;
    }
    a.content02-button::after {
        line-height: 50px;
    }
    .third-box {
        margin-bottom: 50px;
    }
    .front-third-text:before {
        font-size: 25px;
        margin-bottom: 10px;
    }
    h3.third_title {
        font-size: 23px;
        margin-bottom: 20px;
    }
    section.front_topics {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    h2.front_topics_first {
        font-size: 33px;
        margin-bottom: 40px;
    }
}
@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) {
    #content01 {}
    .front_intro-outer::after {
        position: relative;
        height: 400px;
        display: block;
        width: 100%;
        margin-top: 4%;
        background-position: center;
    }
    .front_intro-outer .inner {
        width: 100%;
    }
    .front_intro_inner {
        padding: 0px 7%;
    }
    .content02:after {
        height: 13em;
    }
    .content02-inner {
        display: -webkit-box;
        display: block;
    }
    .content02-item {
        width: 100%;
        margin: 0;
    }
    .content02-item {}
    .content02-title {
        font-size: 23px;
    }
    a.content02-button {
        margin-top: 15px;
    }
    .original_sub_menu {
        font-size: 1.8em;
    }
    section.original03::before {
        background-position: center;
    }
    section.original03::after {}
    .original03-text {
        padding: 0;
    }
    p.original_request_syousai {
        text-align: left;
    }
    section.front-third_title h2 {
        font-size: 28px;
        letter-spacing: 4px;
    }
    section.front-third {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .third-box {
        margin-bottom: 0;
    }
    .front-third-inner {
        padding-top: 400px;
        padding-right: 0;
    }
    .third-box:nth-of-type(2n) .front-third-inner {
        padding-left: 0;
    }
    .third-box .front-third-inner::after {
        width: 100%;
        height: 400px;
    }
    .third-box .front-third-inner.third01::after {}
    .front-third-text {
        padding: 6%;
    }
    p.third_text {
        line-height: 2;
    }
    .article03-content {
        padding: .8em;
    }
}
@media only screen and (max-width: 768px) {
    .content02-item {
        margin-bottom: 70px !important;
    }
    .content02-item:nth-of-type(2) {
        top: 0;
    }
    .content02-item:nth-of-type(3) {
        top: 0;
    }
    .content02-item:nth-of-type(3) {
        margin-bottom: 0 !important;
    }
    .original_sub_menu {
        font-size: 1.75em;
        line-height: 1.5;
    }
    .original_sub_menu span {
        margin-bottom: 2rem;
    }
    section.original03 {
        padding: 4em 0 4em;
    }
    section.front-third_title h2 {
        font-size: 25px;
        letter-spacing: 3px;
    }
    .front-third-text:before {}
    h3.third_title {
        margin-bottom: 10px;
    }
    section.front_topics {}
    section.front_topics:after {}
    h2.front_topics_first {
        font-size: 28px;
        margin-bottom: 25px;
    }
    h2.headline-font-type.article03-title {
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 500px) {
    #content01 {
        padding: 5% 0 15%;
    }
    .front_intro_inner h2 {
        font-size: 1.5em;
        margin-bottom: 22px;
    }
    .front_intro_inner p {
        line-height: 2.3;
    }
    .front_intro-outer::after {
        width: 100%;
        height: 300px;
    }
    address.fp-contact-tel {
        font-size: 2.0em;
    }
    .content02 {
        padding-bottom: 100px;
    }
    .content02:after {
        height: 9em;
    }
    .content02-img {
        height: auto;
    }
    a.original_request_but {
        line-height: 2;
    }
    .front_second {
        padding-bottom: 0px;
    }
    .original03-text h2 {
        font-size: 1.5em;
    }
    .front-third-inner {
        padding-top: 305px;
        padding-right: 0;
    }
    .third-box .front-third-inner::after {
        height: 300px;
    }
    .main {
        margin-bottom: 0px;
    }
}
/* Instagram埋め込み */
.front-insta {
    padding: 3em 0;
}
.front-insta__inner {
    max-width: 1150px;
    margin-inline: auto;
    width: 84%;
}
.front-insta__title-ja {
    font-size: 14px;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
}
.front-insta__content {
    margin-top: 1vw;
}
.front-insta__title {
    text-align: center;
    font-size: 2.5em;
    font-weight: 600;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
}
/*----------------------------------------------------------
	フッター
----------------------------------------------------------*/
.footer {
    padding: 25px 0 0;
    margin: 0 auto;
    margin-top: 150px;
    position: relative;
    background: #ffe578;
}
/*.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;
    border-radius: 25px;
}
.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: #ff9c0c;
}
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: #db4486;
}
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: #221815;
    top: 11px;
    left: 0;
    transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before {
    padding-left: 8px;
}
a.footer_but {}
ul.footer-content-list-outer li a:hover {
    color: #db4486;
}
.footer-content {
    display: none;
}
.social-nav-item a:before {
    color: #111;
}
p.copyright {
    color: #111;
    margin-bottom: 0;
    font-size: 11px;
}
.footer-bar01, .copyright {
    background: none;
}
.dp-footer-bar {
    left: 0;
}
.pagetop {
    z-index: 13;
}
.pagetop a {
    border-radius: 20px 0 0 0;
}
.pagetop a:before {
    top: -19px;
}
/*div#pagetop a {
    border-radius: 100em;
    margin: 0 20px 30px 0;
}*/
.dp-footer-bar-item {
    background: #db4486;
}
.dp-footer-bar a {
    color: #fff;
}
.icon-pencil:before {
    content: "\e909";
}
/*.icon-file-text:before {
      content: "\e909";
   }*/
.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 #db4486;
    margin-top: 1.5em;
    background: #db4486;
    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-fb_but::before {
    content: "\e902";
}
a.footer-con_but.footer-fb_but {
    background: #3B5998;
}
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 {}
.breadcrumb-wrapper {
    background: none;
}
.breadcrumb li a, .breadcrumb li {
    color: #111;
}
.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: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.signage-title.headline-font-type {
    font-size: 2.4em !important;
    font-weight: 600;
    color: #111 !important;
    letter-spacing: 0.1em;
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    text-shadow: none;
}
.signage-title-sub {
    font-weight: 300;
    position: relative;
    line-height: 1;
    text-shadow: none;
    text-align: left;
    width: 90%;
    margin: 5px auto 0;
    font-size: 14px !important;
    color: #111 !important;
    letter-spacing: 4px;
    text-indent: 4px;
    max-width: 1150px;
}
@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: #fffbf0;
    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;
}
.c-pc-w50 {
    width: 50%;
    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: 56%;
    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: #fffcee;
    border-radius: 15px;
}
.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;
    }
    .c-pc-w50 {
        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 {
    border-radius: 25px;
}
.post-content img.shnon {
    box-shadow: none;
}
.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: #ecc521;
    font-size: 1.7em;
    line-height: 1.6;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
}
.post-content h2:after {
    content: "";
    display: block;
    background: url(/wp-content/themes/story_tcd041/img/h2_img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 45px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}
.post-content h2 span {
    color: #A98300;
}
.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: #f095bd;
    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: 16px;
    line-height: 2.2;
    font-weight: 400;
}
.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: none;
    padding: 25px 15px 15px 15px;
    position: relative;
    margin-bottom: 10px;
    margin-left: 0px;
    border-radius: 15px;
    border: 1px solid #edc623;
}
.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: #edc623;
    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 td, .post-content th {
    background: none;
    vertical-align: middle;
    padding: 1.1em 1em;
    line-height: 1.6;
    font-weight: 100;
    border: 1px solid #ccc;
    font-size: 16px;
}
.post-content th {
    width: 35%;
    background: #fffced;
    text-align: left;
    font-size: 15px;
    font-weight: 800;
}
.post-content td {
    background: #fff;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
}
table.about th {
    font-size: 1em;
    text-align: left;
}
table.about td {
    font-size: 1em;
    text-align: left;
}
.post-content td span {
    font-size: 0.8em;
    color: #d52100;
}
@media only screen and (max-width: 767px) {
    .post-content th, .post-content td {
        /*box-sizing: border-box;
        width: 100%;
        display: block;*/
        line-height: 1.5;
    }
    .post-content th {
        /*width: 100%;*/
        background: #fffced;
        border: 1px solid #ccc;
    }
    .post-content td {
        /*width: 100%;*/
        background: #fff;
        border: 1px solid #ccc;
    }
}
@media only screen and (max-width: 500px) {
    .post-content td, .post-content th {}
    .post-content th {
        font-size: 14px;
    }
    .post-content td {
        font-size: 14px;
    }
}
/*----------------------------------------------------------
	会社の強み
----------------------------------------------------------*/
.service-box {
    position: relative;
    padding-right: 50%;
    margin: 7% auto 7%;
    min-height: 350px;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
}
.service-box::after {
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    background-size: cover;
    background-position: center;
}
.service-box.service01::after {
    background-image: url(/wp-content/themes/story_tcd041/img/service-img01.jpg);
}
.service-box.service02::after {
    background-image: url(/wp-content/themes/story_tcd041/img/service-img02.jpg);
}
.service-box.service03::after {
    background-image: url(/wp-content/themes/story_tcd041/img/service-img03.jpg);
}
.service-box:nth-of-type(even) {
    padding-right: 0;
    padding-left: 50%;
}
.service-box:nth-of-type(even)::after {
    right: auto;
    left: 0;
}
.service-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.content-service h3 {
    font-size: 1.4em;
}
.content-service h3:after {
    width: 170px;
}
@media only screen and (max-width: 970px) {
    .service-box {
        margin-bottom: 10%;
        padding: 0 !important;
    }
    .service-box::after {
        position: relative;
        display: block;
        height: 400px;
        width: 100%;
        margin-top: 5%;
    }
}
@media only screen and (max-width: 500px) {
    .service-box::after {
        height: 280px;
    }
    .content-about h3 {
        font-size: 1.2em;
    }
}
/*----------------------------------------------------------
	料金案内
----------------------------------------------------------*/
/*----------------------------------------------------------
   流れ 
----------------------------------------------------------*/
.flow-box {
    display: block;
    position: relative;
    padding-left: 82px;
    max-width: 767px;
    padding-bottom: 60px;
    margin: 0 auto;
}
.flow-box::before {
    counter-increment: number 1;
    content: counter(number);
    background: #edc623;
    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;
    border-radius: 12px;
}
.flow-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.flow-box::after {
    height: 100%;
    width: 1px;
    content: "";
    top: 0;
    left: 28px;
    background: #edc623;
    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: #221815;
    line-height: 55px;
}
.flow-box h4:after {
    content: '';
    display: none;
}
a.flowcon {
    font-size: 1.1em;
    font-weight: 500;
    padding: 7px 40px;
    display: inline-block;
    position: relative;
    color: #ffffff !important;
    background: #f97f21;
    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: 60px;
        padding-bottom: 50px;
    }
    .flow-box::before {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 1.7em;
        font-weight: 500;
        border-radius: 10px;
    }
    .flow-box::after {
        left: 23px;
    }
}
/*----------------------------------------------------------
	Q &amp; A
----------------------------------------------------------*/
.faq_inner {
    max-width: 750px;
    margin: 0 auto;
}
.faq {
    margin-bottom: 70px;
}
.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: 40px;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    background: #edc623;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin: 0;
    font-weight: 600;
    border-radius: 13px;
}
.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: #db4486;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    font-weight: 500;
}
a.faqcon {
    font-size: 1.1em;
    padding: 5px 33px;
    display: inline-block;
    position: relative;
    color: #ffffff !important;
    background: #ffb400;
    border: 2px solid;
    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;
    }
}
/*----------------------------------------------------------
	便利屋
----------------------------------------------------------*/
.menu-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.menu-box {
    width: calc(50% - 41px / 2);
    background: #fff;
    padding: 0;
    margin: 0 20px 20px 0;
    box-sizing: border-box;
    position: relative;
}
.menu-box:last-of-type {
    margin: 0 0 20px 0;
}
.menu-desc-box {
    padding: 1em 1.5em 1em;
    box-sizing: border-box;
    background: #fffcf4;
}
img.menu-img {
    border-radius: 0;
}
.menu-desc-box h4 {
    color: #529715;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: 500;
    border-bottom: 1px dashed;
    line-height: 1.8;
    vertical-align: middle;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .menu-box {
        width: 100%;
        margin: 0 auto 20px;
    }
    .menu-box:last-of-type {
        margin: 0 auto 20px;
    }
    .menu-desc-box h4 {
        font-size: 1.1em;
    }
}
/*----------------------------------------------------------
固定ページ 挨拶 
----------------------------------------------------------*/
.post-content p.name {
    font-size: 19px;
    font-weight: 500;
    color: #221815;
    text-align: right;
}
.post-content p.name span {
    font-size: 15px;
    font-weight: 500;
    color: #221815;
    text-align: right;
}
@media only screen and (max-width: 667px) {}
/*----------------------------------------------------------
	コンタクト 
----------------------------------------------------------*/
.contact-box {
    margin-bottom: 80px;
}
a.conbtn {
    font-size: 1.1em;
    padding: 10px 40px;
    display: inline-block;
    position: relative;
    color: #ffffff !important;
    background: #ffb400;
    border: 2px solid;
    box-sizing: border-box;
    margin: 0 0 20px;
    border-radius: 50px;
}
a.conbtn:hover {
    opacity: 0.6;
    transition: all 0.9s;
}
address.cont_tel {
    font-size: 2.5em;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.1;
    color: #db4486;
}
address.cont_tel a {
    color: #db4486;
}
span.cont_tel_sab {
    font-size: 0.6em;
    margin-right: 4px;
    letter-spacing: 1px;
    color: #000;
}
address.cont_mobile {
    font-size: 2.0em;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.1;
    color: #f6ab00;
}
address.cont_mobile a {
    color: #f6ab00;
}
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;
    border-radius: 10px;
    box-sizing: border-box;
}
.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: 500;
    height: 70px;
    line-height: 35px;
    color: #fff;
    background: #db4486;
    border: 1px solid #db4486 !important;
    font-family: unset;
    transition: 0.8s;
    border-radius: 60px;
}
.wpcf7 input.wpcf7-submit:hover {
    transition: all 0.9s;
    background: #de669a;
    border: 1px solid #de669a !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;
}
@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;
    }
    .wpcf7 input.wpcf7-submit {
        height: 50px;
        line-height: 20px;
    }
}
/*----------------------------------------------------------
	投稿ページ 
----------------------------------------------------------*/
.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;
    background: #e7c121;
}
.post-meta-box {
    background: #fff;
}
/*----------------------------------------------------------
	 block
----------------------------------------------------------*/
.page-id-00 .post-header,
.page-id-00 .post-header {
    margin-top: 0;
    margin: 0;
}
.page-id-00 footer.footer,
.page-id-00 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:768px) {
    .sp-br {
        display: block;
    }
    .pc-br {
        display: none;
    }
}
/*----------------------------------------------------------
	 font 明朝指定
----------------------------------------------------------*/
.front_intro_inner h2, .content02-title, .content02-button::after, .original03-text h2, h3.third_title, .front-third-text:before, h2.front_topics_first, 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, address.cont_tel, address.cont_mobile, .headline-font-type {
    font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
}</pre></body></html>