/*
 Theme Name: STORY Child
 Theme URI: https://tcd-theme.com/tcd041
 Description: TCD STORY (tcd041) 用 子テーマ
 Author: あなたの名前
 Version: 1.0.0
 Template: story_tcd041
 Text Domain: story-child
*/

* {
    box-sizing: border-box;
}

body {
    background: url(img/body-bg.png);
    color: #6E6E6E;
    font-family: "Zen Maru Gothic", sans-serif;
}

body.font-1 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 900;
}

p {
    font-size: 18px;
	line-height: 2;
}

.header-bar {
    height: auto;
}

.home .header-bar {		
    background: none !important;
}

.header-bar.scrolled, .home .header-bar.scrolled {		
    background: rgba(255,255,255,0.6) !important;
}

.home .header-bar-fixed {
    box-shadow: none;
}

.admin-bar .header-bar-fixed {
    top: 32px;
}
.logo-image .logo_scroll{display:none;}
.scrolled .logo-image .logo_scroll{display:block;}
.scrolled .logo-image .site_logo {display:none;}
.top-slider-wrapper {
	margin-left: 0;
	margin-right: 0;
	width: auto;
}

.admin-bar .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .top-slider-wrapper {
    margin-top: 0;
}

.header-bar-inner {
    justify-content: space-between;
    align-items: start;
    padding: 20px 90px;
    transition: all 0.3s ease-in-out 0s;
}

.logo {
    width: 385px;
    max-height: none;
	max-width: none;
	transition: all 0.3s ease-in-out 0s;
}

.scrolled .logo {
    width: 285px;
}

/* 下層ページ：スクロール有無に関わらず常に小さいサイズで表示 */
body:not(.home) .logo {
    width: 285px;
}

body:not(.home) .logo-image .logo_scroll {
    display: block;
}

body:not(.home) .logo-image .site_logo {
    display: none;
}

/* スマホ：ロゴ幅を画面に合わせて制限（MENUボタンの段落ち防止） */
@media only screen and (max-width: 767px) {
    .logo {
        width: auto;
        max-width: 55vw;
    }
    body:not(.home) .logo {
        width: auto;
        max-width: 55vw;
    }
}

.top-slider {
    height: 100vh;
	position: relative;
}

.admin-bar .top-slider {
  height: calc(100vh - 32px);
}

.top-slider span {
	background-position: center bottom;
	border-radius: 0 0 50px 50px;
}

.top-slider-content {
    border-radius: 0;
    display: flex;
    align-items: end;
    height: auto !important;
    width: auto !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.top-slider-content-inner {
	background: none;
    color: #fff !important;
    height: 100% !important;
    width: 100% !important;
    padding: 15px 60px 20px 90px;
    text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-slider-content-inner:hover {
    background: none;
}

.top-slider-logo {
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 44px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 15px;
	max-height: 100%;
    position: relative;
	writing-mode: vertical-rl;
	width: auto;
     text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.top-slider-text {
	color: #fff !important;
    font-size: 22px !important;
    font-weight: 500;
	line-height: 2;
	writing-mode: vertical-rl;
	position: absolute;
	right: 140px;
     text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.footer {
    background: url(img/footer-bg.png) no-repeat;
	background-size: cover;
    margin-top: 0;
}

.footer-inner {
    padding: 70px 90px 20px;
}

.footer-left {
	width: 50%
}

.footer-right {
	padding: 0 70px;
	width: 50%
}

.footer-left > .flex {
	gap: 30px;
}

.footer a, .footer-widget .post-content a {
    color: #504F4D;
    text-decoration: none;
}

.footer-logo {
	text-align: left;
}

.footer-logo img {
	width: 410px;
}

.footer-widget {
    color: #504F4D;
    margin: 0 0 5px;
}

.footer .post-content p {
    font-size: 18px;
    margin: 0;
}

.footer .footer_address, .footer .footer_phone, .footer .footer_time, .footer .footer_calendar {
	font-weight: 500;
	line-height: 36px;
	margin: 15px 0 0;
    padding-left: 42px;
}

.footer .footer_address {
    background: url(img/map.png) no-repeat left center;
    font-size: 20px;
}

.footer .footer_phone {
    background: url(img/phone.png) no-repeat left center;
    font-size: 32px;
    font-weight: 900;
}

.footer .footer_time {
    background: url(img/time.png) no-repeat left center;
}

.footer .footer_calendar {
    background: url(img/calendar.png) no-repeat left center;
}

.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
}

.footer-menu ul li {
    margin: 0 0 30px;
    padding: 0 0 0 30px;
    position: relative;
	width: 50%;
}

.footer-menu ul li:before {
    content: "";
    background: #000;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
}

.footer-menu .menu-item a {
    color: #504F4D;
    font-size: 18px;
}

.footer-menu .menu-item span {
    display: none;
}

.social-links ul {
    display: flex;
    justify-content: flex-end;
}

.social-links ul li {
    padding-left: 20px;
}

.social-links ul li a {
    border-radius: 50%;
    display: block;
    height: 52px;
    width: 52px;
    text-indent: -9999em;
}

.social-links ul li.item-instagram a {
    background: #fff url(img/instagram.png) no-repeat center;
    background-size: 30px auto;
}

.social-links ul li.item-line a {
    background: #fff url(img/line.png) no-repeat center;
    background-size: 30px auto;
}

.social-links ul li.item-youtube a {
    background: #fff url(img/youtube.png) no-repeat center;
    background-size: 30px auto;
}

.footer-widget a.footer_but {
    display: inline-block;
    margin: 1.5em auto 0 0;
    line-height: 50px;
    background: #cfafa1;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    max-width: 260px;
    padding: 0 20px 0 84px;
    text-align: left;
    box-shadow: 0px 5px 10px -41px rgba(0, 0, 0, 0.035), 0px 40px 80px -41px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    font-weight: 700;
    border-radius: 30px;
}

.footer-widget a.footer_but:hover {
    color: #fff;
    opacity: 0.7;
}

a.footer_but.footer-line {
    background: #02a400;
}

a.footer_but.footer-instagram {
    background: linear-gradient(90deg, rgba(76, 100, 211, 1) 0%, rgba(207, 46, 146, 1) 33%, rgba(242, 105, 57, 1) 66%, rgba(255, 221, 131, 1) 100%);
}

a.footer_but:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    background: #fff;
    border-radius: 30px 0 0 30px;
    width: 64px;
}

a.footer_but::after {
    font-family: "Font Awesome 5 Free";
    content: "\ea92";
    position: absolute;
    left: 18px;
    font-size: 32px;
    font-weight: 700;
}

a.footer_but.footer-line::after {
    font-family: 'design_plus';
    content: '\e909';
    font-weight: 500;
    color: #02a400;
}

a.footer_but.footer-instagram::after {
    font-family: 'design_plus';
    content: '\ea92';
}

.copyright {
    background: none !important;
    color: #6E6E6E;
	font-size: 16px;
	font-weight: 500;
    height: auto;
    line-height: inherit;
	margin: 80px 0 0;
    text-align: left;
}

.footer-map {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.footer-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#index-text-1, #index-3column {
	background: url(img/partern.png);
	position: relative;
}

#index-text-1:before {
	content: "";
	background: url(img/top-bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: -460px;
	height: 460px;
	z-index: -1;
}

#index-text-1 .flex {
    align-items: center;
	flex-direction: row-reverse;
}

.content01-inner {
    padding: 100px 90px;
}

.content01-img {
    text-align: right;
    width: 40%;
}

.content01-img img {
    border-radius: 30px;
}

.content01-text {
    padding-left: 60px;
    text-align: left;
    width: 60%;
}

.content01-text figure {
	margin: 0 0 10px;
}

.content01-title {
	color: #6E6E6E !important;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: left;
}

.content01-title span {
    color: #036EB2;
}

.content01-text p:not(:last-child) {
    margin: 0 0 24px;
}

.content01-text .content02-button strong {
    background: url(img/youtube-w.svg) no-repeat left center;
    padding-left: 50px;
}

address.contact-tel a {
    background: url(img/phone.png) no-repeat left center;
    color: #000;
    font-size: 2.5em;
    font-weight: 700;
    padding-left: 62px;
    font-style: normal;
}

#index-3column, #index-blog {
	position: relative;
}

#index-3column:after, #index-blog:after {
	content: "";
	background: url(img/concept-bg2.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
}

.content02-inner {
    padding: 0 90px 200px;
    width: auto;
}

.content02-item {
	background: #fff;
	border-radius: 40px;
	box-shadow: 0 6px 2px -2px #40bee8;
	color: #6E6E6E;
	margin-left: 30px;
    padding: 25px 25px 60px;
    position: relative;
	width: calc(33.33% - 15px);
}

.content02-item:after {
	content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #036eb2;
	position: absolute;
	bottom: -36px;
	left: 50%;
	margin-left: -20px;
}

.content02-body {
    padding: 25px 0 0;
}

.content02-title {
    color: #036EB2;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 25px;
	padding-left: 50px;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .content02-title {
    color: #036EB2;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 25px;
    padding-left: 10px;
    text-align: left;
}
}

.content02-title span {
	color: #5EB74A;
}

.content02-text {
	color: #6E6E6E;
	line-height: 2;
}

.content02-button {
    background: #036eb2;
    border: none;
    border-radius: 30px;
    color: #fff !important;
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 24px;
    font-weight: 900;
    height: 50px;   
    line-height: 50px;
    overflow: hidden;
    padding: 0;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
    text-align: center;
	text-transform: uppercase;
    width: 190px;
    z-index: 1;
}

.content02-button:hover {
    background: #000 !important;
	opacity: 0.7;
}

#index-text-2 h2 {
    color: #036EB2;
    font-size: 52px;
    line-height: 1.2;
    margin: 0 0 0 70px;
	writing-mode: vertical-rl;
}

#index-text-2 h2 span {
    color: #40BEE8;
}

#index-text-2 .flex {
	gap: 60px;
}
@media only screen and (max-width: 767px) {
    #index-text-2 .flex {
    gap: 0px;
}
}

#index-text-2 .concept-left {
    text-align: left;
    width: 45%;
}

#index-text-2 .concept-right {
    display: flex;
	flex-direction: row-reverse;
    width: 55%;
}

.concept-left img {
	border-radius: 40px;
}

.concept-right p {
    font-size: 24px;
	writing-mode: vertical-rl;
}
@media only screen and (min-width:768px) and (max-width: 1300px) {
    .concept-right p {
		font-size: 1.8vw;
	}
	body #index-text-2 h2 {
    font-size: 3vw;margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
    .concept-right p {
		font-size: 5vw;
		writing-mode: vertical-rl;
		line-height: 34px;
	}
}

.text02-button {
    background: #000;
    border-radius: 40px;
    margin: 0 0 24px;
	padding: 5px 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 900;
}

.text02-button:hover {
	opacity: 0.7;
}

.contact-text {
    display: flex;
    align-items: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
	line-height: 1.2;
    gap: 10px;
}

.contact-text .contact-tel {
    background: url(img/phone2.png) no-repeat left center;
	color: #036EB2;
    font-size: 54px;
	font-weight: 900;
    line-height: 1;
    padding-bottom: 10px;
    padding-left: 64px;
	background-size: contain;
}

.contact-text .open-title {
    background: #40bee8;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 50px;
    padding: 0 55px 0 80px;
	position: relative;
}

.contact-text .open-title:before {
	content: "";
	background: #036eb2 url(img/email.png) no-repeat center;
	border-radius: 30px 0 0 30px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60px;
}

.contact-text .open-title:after {
	content: "";
	background: url(img/arrow.png) no-repeat center;
	position: absolute;
	right: 18px;
	top: 0;
	bottom: 0;
	width: 17px;
}

.contact-text .open-hour-text {
	font-weight: 900;
}

.contact-text .open-hour {
    font-size: 27px;
	font-weight: 900;
}

#index-points .content02-inner {
	padding: 0 90px;
}

.content03-item:not(:last-child) {
    padding: 0 0 100px;
}

.content03-item .content03-img {
    width: 55%;
}

.content03-item .content03-text {
	padding-left: 50px;
    position: relative;
    width: 45%;
}

.content03-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.content03-item:nth-child(odd) .content03-text {
    padding-left: 0;
    padding-right: 50px;
}

.content03-text .flex {
	align-items: center;
}

.content03-item .content03-title {
	color: #6E6E6E;
    font-size: 36px;
    font-weight: 900;
    margin: 50px 10px 20px;
    text-align: left;
}

.content03-item .content03-title strong {
    color: #036EB2;
}

.content03-item h3 {
	color: #6E6E6E;
    display: block;
    font-size: 22px;
	font-weight: 900;
	margin: 0 0 50px;
}

.content03-item .content03-img img {
    border-radius: 40px;
}

.content03-body {
	margin: 20px 0 0;
}

#index-blog {
    padding: 100px 0 200px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    #index-blog {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}
}

#index-blog .inner, #index-instagram .inner {
    padding: 0 90px;
    width: 100%;
}

.blog-inner {
	background: url(img/partern.png);
	border-radius: 25px;
	padding: 30px;
}
@media only screen and (max-width: 767px) {
    .blog-inner {
    background: url(img/partern.png);
    border-radius: 25px;
    padding: 15px;
}
}

.blog-inner .headline-primary {
    color: #036EB2;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 66px;
    font-weight: 900;
    margin: 0 0 32px;
    text-align: left;
    position: relative;
	text-align: center;
}

.blog-inner .headline-primary span {
    color: #036EB2;
	display: block;
    font-size: 20px;
    font-weight: 900;
	margin: 0;
}

.top-blog {
    margin-bottom: -30px;
}

.article03 {
    background: #fff;
	border-radius: 20px;
    margin: 0 30px 30px 0;
    width: calc((100% - 120px) / 5);
}

.article03 > a {
    color: #6E6E6E;
}

.article03-thumbnail img {
	border-radius: 20px 20px 0 0;
}

.article03 .article03-content {
    padding: 10px 15px;
}

#index-blog .article03-title {
    color: #6E6E6E;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
	height: auto;
	min-height: 58px;
}

#index-instagram {
    padding: 50px 0;
}

#index-instagram .flex {
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 32px;
}

#index-instagram .headline-primary {
    margin: 0;
    padding: 0;
}

#index-instagram .follow-btn {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    line-height: 50px;
    position: relative;
    padding: 0 25px;
    width: 190px;
}

#index-instagram .content02-button span {
    background: none;
}

#index-instagram .content02-button span:after {
    font-family: 'design_plus';
    content: '\ea92';
    position: absolute;
    right: 25px;
    font-size: 20px;
    font-weight: 700;
}

.footer.footer__type2 .footer-widget {
    font-family: "Zen Old Mincho", serif;
    font-size: 14px;
    margin: 0 0 20px;
}

.footer .image {
    width: 430px;
}
@media only screen and (max-width: 767px) {
    .footer .image {
    width: 300px;
}
}

.footer iframe {
    width: 100%;
}

.post-content p:last-child {
    margin: 0;
}

.global-nav {
	position: fixed;
	right: 0;
	top: 0;
	width: 0;
	height: 100vh !important;
	overflow-y: scroll;
	z-index: 50;
	align-items: center;
	justify-content: center;
	display: flex !important;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	background: rgba(255, 255, 255, 0.8);
}

.global-nav-button::before {
    display: none !important;
}

.global-nav-button.active + .global-nav {
    opacity: 1;
    visibility: visible;
    width: 25%;
}

.global-nav-button {
	background: #036eb2;
	border: 2px solid #fff;
	border-radius: 10px;
    display: block;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    height: auto;
    padding: 35px 10px 15px;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 1000;
}

.global-nav-button .nav-close {
	display: none;
}

.global-nav-button.active .nav-open {
	display: none;
}

.global-nav-button.active .nav-close {
	display: block;
}

.nav-toggle_line {
  display: block;
  position: absolute;
  top: 20px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  transform: translate(0,0);
  transition: all .22s ease 0s;
}

.nav-toggle_line._1 {
  left: 10px;
}

.nav-toggle_line._2 {
  left: 50%;
  margin-left: -5px;
}

.nav-toggle_line._3 {
  right: 10px;
}

.contact-button {
	background: #40bee8 url(img/email2.png) no-repeat 15px center;
	border: 2px solid #fff;
	border-radius: 10px 0 0 10px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 24px;
	font-weight: 900;
	margin-left: 10px;
	margin-right: -90px;
	padding: 0 20px 0 80px;
}

.contact-button span {
	display: block;
	font-size: 15px;
	font-weight: 700;
}

.text-right {
    text-align: right;
}

.header-video{
    background: transparent;
	position:relative;
}

.header-video:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
    background: url(img/bg_video.png) no-repeat;
	background-size: 100% 100%;
}
/* .header-video:after{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
    content: "";
    width: 100%;
    height: 100%;
    clip-path: polygon(
        20% 0,     
        100% 0,    
        100% 100%, 
        0 100%,    
        0 70%      
        );
} */
.vegas-video{
    background: transparent;
    /* clip-path: polygon(
        20% 0,     
        100% 0,    
        100% 100%, 
        0 100%,    
        0 70%      
        ); */
	height: 100vh !important;	
}

.headline-bar{
    font-size: 16px;
    font-weight: 700;
}

.global-nav > ul > li {
	padding: 0 20px;
}

.global-nav > ul > li > a {
	background: url(img/black-rabit.png) no-repeat left 13px;
	background-size: 34px auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px !important;
    padding: 0 0 0 44px;
    position: relative;
    text-align: center;
    transition: all 0.8s;
    z-index: 0;
    color: #463722 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
    content: "";
    width: 0;
    height: 5px;
    background: #ec8753;
    opacity: 0;
    top: 15px;
    left: 44px;
    position: absolute;
    transition: all 0.5s;
    z-index: -1;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
    width: calc(100% - 40px);
}
.global-nav > ul > li > a span {
    color: #036eb2;
    text-align: center;
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.global-nav .sub-menu {
    top: 110%;
}
.global-nav .sub-menu li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
    font-size: 15px;
    font-weight: 400;
    background: #fff !important;
}
.global-nav .sub-menu a::before {
    content: none;
}
.global-nav .sub-menu a:hover {
    color: #8C7E64 !important;
    background: #fff !important;
}
.header-bar-fixed ~ .signage {
    margin-top: 124px;
}
/* ナビ END */
/* 固定共通オリジナル */
.content_full {
    position: relative;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    padding: 7em 0;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .content_inner {
        padding: 5em 0;
    }
}
@media only screen and (max-width: 485px) {
    .content_inner {
        padding: 0em 0;
    }
}
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
/* 固定共通オリジナル END */
/* サービス案内 */
.service_sec h2 {
    text-align: left;
}
.service_sec h2::after {
    margin-left: 0;
}
.service_thought {
    padding: 30px 35px;
    margin-bottom: 80px;
    border-radius: 20px;
    background: #ffefe0;
    box-sizing: border-box;
}
.service_thought p, .service_text p {
    margin-bottom: 0;
}
.service_box {
    margin-top: 50px;
}
.service_img {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.service_text {
    width: 50%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.service_box:nth-of-type(odd) .service_img {
    margin-left: 50%;
    padding-left: 2.5em;
}
.service_box:nth-of-type(odd) .service_text {
    margin-left: -100%;
}
.service_box:nth-of-type(even) .service_img {
    padding-right: 2.5em;
}
.service_text h3, .service_text p {
    width: 100%;
}
.service_img img {
    border-radius: 10px;
}
@media only screen and (max-width: 768px) {
    .service_thought {
        padding: 20px 25px;
        margin-bottom: 40px;
    }
    .service_box {
        margin-top: 30px;
    }
    .service_img, .service_text {
        width: 100%;
    }
    .service_img {
        margin-bottom: 1em;
    }
    .service_box:nth-of-type(odd) .service_img {
        margin-left: 0;
        padding-left: 0;
    }
    .service_box:nth-of-type(even) .service_img {
        padding-right: 0;
    }
    .service_box:nth-of-type(odd) .service_text {
        margin-left: 0;
    }
}
/* サービス案内 END */
/* 会社概要 */
.company_sec .content_inner {
    max-width: 900px;
}
span.caution.company_caution {
    font-size: 0.8em;
    display: block;
}
.map_sec {
    height: 400px;
    margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
    .map_sec {
        height: 250px;
    }
}
/* 会社概要 END */
/* ご挨拶 */
.greeting_inner {
    margin-bottom: 50px;
}
.greeting_inner:last-of-type {
    margin-bottom: 0;
}
.greeting_inner h2 {
    text-align: left;
}
.greeting_inner h2::after {
    width: 40px;
    margin-left: 0;
}
.greeting_inner p {
    line-height: 2;
}
.greeting_inner p:last-of-type {
    margin-bottom: 0;
}
.greeting__img {
    width: 35%;
    padding-right: 2em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    z-index: -1;
}
.greeting__img img {
    border-radius: 10px;
}
.greeting__text {
    width: 65%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.greeting__text h2, .greeting__text p {
    width: 100%;
}
.greeting__text h2 {
    font-size: 1.5em;
    line-height: 1.5;
}
.greeting__text p {
    margin-bottom: 25px;
}
p.name {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .06em;
    text-align: end;
}
p.name span {
    font-size: 0.7em;
    margin-right: 15px;
    display: inline-block;
    color: #036eb2;
}
@media only screen and (max-width: 768px) {
    .greeting_inner {
        margin-bottom: 20px;
    }
    .greeting__img {
        width: 100%;
        max-width: 330px;
        margin: auto;
        padding-right: 0;
    }
    .greeting__text {
        width: 100%;
        margin-top: 1.5em;
    }
    .greeting__text h2 {
        font-size: 1.3em;
    }
    .greeting__text p {
        margin-bottom: 15px;
    }
    p.name {
        font-size: 1.2em;
    }
}
/* ご挨拶 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 1000px;
}
.contact_sec .content_inner {
    padding-bottom: 0;
}
.con__inner {
    margin-bottom: 40px;
}
.con__inner:last-of-type {
    margin-bottom: 0;
}
.con__inner p {
    margin-bottom: 0;
}
address.con_tel {
    font-size: 2.5em;
    font-style: normal;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
    color: #036eb2;
    text-align: center;
}
address.con_tel a {
    color: #036eb2;
}
span.con_tel_sub {
    font-size: 0.5em;
    letter-spacing: 1px;
    margin-right: 5px;
    color: #151515;
}
p.con-time {
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 600;
}
p.con_time:last-of-type {
    margin-bottom: 0;
}
p.con-time span {
    display: inline-block;
    margin-right: 10px;
    color: #036eb2;
}
p.con_caution {
    font-size: 0.85em;
    width: fit-content;
    margin: 0 auto 10px !important;
}
.mail_info_box {
    margin-bottom: 30px;
}
.mail_info_box p {
    font-size: 0.9em;
    line-height: 2;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    address.con_tel {
        font-size: 1.8em;
    }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
    font-size: 0.7em;
    line-height: 1.5;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 3px 5px;
    border-radius: 2px;
    color: #fff;
    background: #ff5353;
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #efefef;
    border: 0;
    padding: 18px;
    box-sizing: border-box;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.5;
    margin-bottom: 22px;
}
.wpcf7 form p:last-of-type {
    margin-bottom: 0;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-top: 8px;
    line-height: 1.5;
    font-weight: 500;
}
.wpcf7 select {
    background: #fff;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 30px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    font-size: 1.2em;
    font-weight: 700;
    height: 75px;
    color: #fff;
    background: #036eb2;
    border-radius: 100px;
    transition: all .5s;
    font-family: 'Quicksand', 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #036eb2;
    background: #e0f6dd;
    transform: translateY(8px);
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    background: #ffd8df;
    line-height: 1.8;
    padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
}
/* お問い合わせフォーム END */
/* qa */
.post-content .faq-sec h2 {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0.5em;
  text-align: left;
}
.post-content .faq-sec h2::before {
    content: 'Q.';
    font-family: 'Poppins','Noto Sans JP', Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    position: absolute;
    left: 0;
    color: #333;
    top: 0;
}
.post-content .faq-sec h2::after {
    display: none;
}
.faq-sec p {
    padding-left: 35px;
    margin-top: 0.3em;
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #ddd;
}
.faq-sec p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
/* qa END */

@media screen and (min-width: 768px){
.pcbr { display:block; }
.spbr { display:none; }
}
@media screen and (max-width: 767px){
.pcbr { display:none; }
.spbr { display:block; }
}
@media screen and (max-width: 1400px){
	body .content01-text {padding-left: 40px;}
	body .contact-text .contact-tel {font-size: 35px;padding-left: 50px;}
	body .contact-text .open-title {font-size: 16px;padding: 0 50px 0 65px;}
}
@media screen and (max-width: 1024px){
	body .content01-text {padding-left: 40px;}
	body .contact-text .contact-tel {font-size: 28px;padding-left: 35px;background-size: 32px;}
	body .contact-text .open-title {font-size: 14px;padding: 0 45px 0 55px}
	.contact-text .open-title::before {width: 45px;}
}
@media screen and (max-width: 890px){
	body .contact-text {flex-direction: column;}
}
.post-content h2{
	font-size: 1.6em;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-top: 0;
  font-weight: 700;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #000;
  width: 25px;
  height: 2px;
  margin: 12px auto 0;
}
.post-content h3 {
  font-size: 1.3em;
  font-weight: 600;
  padding: 0;
    padding-bottom: 0px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #000;
  border-bottom: dashed 1px #000;
}
.content_inner a.footer_but {
  display: block;
  margin: 30px auto 0;
  line-height: 60px;
  background: #02a400;
  color: #ffffff;
  box-sizing: border-box;
  position: relative;
  max-width: 300px;
  padding: 0 25px;
  text-align: left;
  box-shadow: 0px 5px 10px -41px rgba(0, 0, 0, 0.035), 0px 40px 80px -41px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  font-weight: 700;
  border-radius: 30px;
}
.content_inner a.footer_but.footer-line::before{display:none;}
.content_inner  a.footer_but.footer-line::after {
  font-family: 'design_plus';
  content: '\e909';
  font-weight: 500;
  position: absolute;
  right: 25px;
  color: #fff;
  left: auto;
  font-size: 20px;
}
.wpcf7-form {
  margin-top: 60px !important;
}

#menu-main-menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
    #menu-main-menu {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
}
.content-innr-01 {
  background: #fefefe;
  padding: 100px 7.5%;
  margin: 0 auto;
  box-sizing: border-box;
}
.c-pc-w90 {
  width: 90%;
  margin: auto;
}
.hedding-area {
  margin-bottom: 4rem;
}
h2.c-h2-center {
  font-family: 'Kosugi Maru', sans-serif;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  color: #000;
  font-weight: normal;
  padding: 0;
}
.c-h2-cap-center {
  margin-top: .5em;
  font-size: 1rem;
  letter-spacing: .2em;
  color: #6E6E6E;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

.post-content tr {
  border-bottom: 1px #b3ada0 solid;
}
.post-content td, .post-content th {
  border: 1px solid #bbb;
  padding: 10px 15px 7px;
  line-height: 2.2;
  background: #fff;
}
.post-content th {
  color: #fff;
  background: #036eb2;
  border: none;
  width: 35%;
  vertical-align: middle;
  line-height: 1.4;
  text-align: center;
}
.post-content td {
  border: none;
  padding: 1em 2em;
  vertical-align: middle;
}
.c-decobox--2nd {
  padding: 2em 2.5em .8em;
  background: #fbfaf5;
  box-sizing: border-box;
}
.mt50 {
  margin-top: 50px !important;
}
ul.note {
  list-style: none;
  margin-left: 0;
}
ul.note li {
  line-height: 1.8;
}
.center {
  text-align: center;
}
h3.c-h3 {
  background: #036eb2;
  color: #fff;
  position: relative;
  padding: .3em 0 .3em .5em;
  margin-bottom: 1em;
  margin-top: 3rem;
  letter-spacing: .1em;
}
.basic-price {
  color: #036eb2;
  letter-spacing: .2em;
  margin-bottom: 1.2em !important;
  font-size: 120% !important;
  font-weight: bold !important;
}
/*.plan-price p.finger::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0a4';
  font-weight: 900;
  color: #036eb2;
}*/
.con-cta {
  color: #036eb2;
  font-weight: 900;
  font-size: 140% !important;
  margin-top: 4rem !important;
}
.concept-intro-text {
  width: 60%;
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-top: 5em;
  padding: 0 3em 0 0;
}
.concept-intro-img {
  width: 50%;
  margin-left: -10%;
  position: relative;
  z-index: 0;
}
.concept-intro-img img {
  display: block;
  width: 100%;
}
.map-box {
  height: 400px;
}
section.kp-main-content {
  padding: 10rem 0 10rem;
  position: relative;
}
section.kp-main-content.greeting .kp-content_inner {
  max-width: 1000px;
}
.kp-content_inner {
  max-width: 1150px;
  width: 86%;
  margin: 0 auto;
}
.kp-content:last-of-type {
  margin-bottom: 0;
}
.kp-content {
  margin-bottom: 8rem;
}
.kp_greeting_imgbox {
  position: relative;
  margin-bottom: 2rem;
}
.kp_greeting_img {
  width: 80%;
}
.kp_greeting_text {
  position: absolute;
  width: 30vw;
  bottom: 0;
  right: 0;
}
.kp_greeting_text h2 {
  background: #036eb2;
  padding: 0.5em;
  color:#fff;
}
.kp_greeting_text h2::after {
  display: none;
}
.kp_greeting_text h2 span {
  font-family: 'Rubik Distressed', cursive;
  font-weight: 100;
  font-size: 0.8em;
  margin-right: 0.5em;
  color:#fff;
}
section.kp-main-content.greeting p {
  font-size: 0.95em;
  margin-bottom: 1rem;
}
.kp_greeting_sikaku {
  background: #036eb2;
  padding: 1.5em;
  margin-top: 2rem;
  color:#fff;
}
.post-content h3:first-of-type {
  margin-top: 0;
}
.post-content .kp_greeting_sikaku h3 {
  color:#fff;
  border-color:#fff;
}
section.kp-main-content.greeting p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.header-bar .logo.logo-image img.logo_scroll {
		height: 42px;
	  max-height: unset;
	  display:block;
	}
	header  .logo-image .site_logo {
		display:none;
	}
  body .post-content h2 {font-size: 1em;}
  .content-innr-01, .content-innr-02 {
    padding: 10px 5%;
  }
   body .post-content .s_table {
    white-space: unset;
  }
  .post-content table {
	border-collapse: collapse;
    border: 1px #b3ada0 solid;
    font-size: 80%;
  }
  .c-pc-w90 {
    width: 100%;
  }
   .hedding-area {
    margin-bottom: 2rem;
  }
  .c-h2-cap, .c-h2-cap-center {
    font-size: .7rem;
    margin-bottom: 10px;
        margin-top: 15px;
  }
  .c-decobox--1st, .c-decobox--2nd, .c-decobox--3rd, .c-decobox--4th {
    margin-bottom: 2em;
    padding: 1em 1.1em .5em;
  }
   ul.note, .td-text ul {
    font-size: 12px !important;
  }
   ul.note li {
    margin-bottom: .5em;font-size: 90%;
  }
   .con-cta {
    font-size: 100% !important;
  }
   .concept-intro-text {
    background: none;
    padding: 0;
    margin: 0 auto 3em;
    width: 100%;
  }
   .concept-intro-img {
    width: 110%;
  }
   section.kp-main-content {
    padding: 0rem 0 7rem;
  }
   .kp-content {
    margin-bottom: 5rem;
  }
  .kp_greeting_imgbox {
    margin-bottom: 1rem;
  }
  .kp_greeting_img {
    width: 100%;
  }
  .kp_greeting_text {
    width: 100%;
    position: unset;
  }
}

@media only screen and (max-width: 767px) {
    .header-bar-fixed ~ .signage {
        margin-top: 154px; /* 元の124pxから+30px */
    }
    .signage .signage-title,
    .page-header .page-header-title,
    .lower_page_header h1,
    .signage h1 {
        padding-top: 30px;
    }
}