›/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #ffffff;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.gridWrapper img { border: solid 1px #dfdfdf; margin: 0 15px 15px 0; }

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #351d07;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body { font-weight: 400; font-size: 21px; line-height: 2em; color: #000000; /* font-family: "FOT-筑紫A丸ゴシック Std R"; */ font-family: 'UDKakugo_SmallPr6-L'; }
body#home { background-image: url('../img/background/home.png'); background-position: top 1100px center; background-repeat: no-repeat; background-size: 1890px 942px; }

html,body,ul,ol,blockquote{padding:0; margin:0;}

p,ol,ul,table,pre,dd { margin-bottom: 14px; }
ol,ul,blockquote,pre { margin-left: 25px; }
ol,ul { list-style-type: disc; list-style-position:inside; }
ol ol,ul ul { font-style:italic; font-size: 13px; margin-bottom:0; }
ol { list-style-type:decimal; }
ol ol { list-style-type:lower-latin; }
blockquote { padding: 5px 25px 5px 0; font-style:italic; }
blockquote p { border-left: 2px solid #eee; padding-left: 25px; }

.container ul { list-style-position: outside; }
.container ol { list-style-position: outside; }

/* Table Styling */
table { border-top: 1px solid #b4b4b4; border-left: 1px solid #b4b4b4; }
table th { background: #efefef; }
table td,table th { border-bottom: 1px solid #b4b4b4; border-right: 1px solid #b4b4b4; padding: 5px 7px; }

/* Definition List */
dt { margin: 0; padding: 0; }
dd { padding: 0; }

section { width: 100%; height: auto; }
.container { width: 1160px; height: auto; margin: 0 auto; position: relative; }
.container-l { width: 1960px; height: auto; margin: 0 auto; position: relative; }

img { max-width: 100%; }

.cb { display: block; clear: both; }
p { line-height: 1.6em; margin: 0; margin-bottom: 20px; font-size: 1em; }
strong { color: #000; font-family: "FOT-筑紫A丸ゴシック Std D"; }
a { color: #ec5b29; text-decoration: none !important; }
a:hover { text-decoration: none !important; color: #ec5b29; }

h1, h2, h3, h4, h5, h6 { color: #ec5b29; text-align:center; line-height: 1.5em; }
h1 { font-size: 42px; }
h2 { font-size: 42px; }
h3 { font-size: 33px; }
h4 { font-size: 25px; margin: 20px 0 10px; }

.desktop { display: block; }
.mobile { display: none; }

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

.clear-5 { display: block; width: 100%; height: 5px; }
.clear-10 { display: block; width: 100%; height: 10px; }
.clear-20 { display: block; width: 100%; height: 25px; }
.clear-30 { display: block; width: 100%; height: 30px; }
.clear-40 { display: block; width: 100%; height: 40px; }
.clear-50 { display: block; width: 100%; height: 50px; }
.clear-60 { display: block; width: 100%; height: 60px; }

.cols-1 { width: 60px; margin-right: 40px; float: left; }
.cols-2 { width: 160px; margin-right: 40px; float: left; }
.cols-3 { width: 260px; margin-right: 40px; float: left; }
.cols-4 { width: 360px; margin-right: 40px; float: left; }
.cols-5 { width: 460px; margin-right: 40px; float: left; }
.cols-6 { width: 560px; margin-right: 40px; float: left; }
.cols-7 { width: 660px; margin-right: 40px; float: left; }
.cols-8 { width: 760px; margin-right: 40px; float: left; }
.cols-9 { width: 860px; margin-right: 40px; float: left; }
.cols-10 { width: 960px; margin-right: 40px; float: left; }
.cols-11 { width: 1060px; margin-right: 40px; float: left; }
.cols-12 { width: 1160px; float: none; margin-right: 0px; }

.col-last { margin-right: 0 !important; }

header { position: relative; background-color: #ffffff; height: 150px; border-bottom: solid 6px #ec5b29; }
header .logo { margin: 0 auto; width: 281px; height: auto; padding-top: 30px; }
header .socials { position: absolute; right: 0px; top: 61px; }
header .socials ul li { float: left; list-style: none; margin-right: 22px; }
header .socials ul li a { display: block; width: 100%; height: 100%; }
header .socials ul li img { max-width: 32px; height: auto; }

header .telephone { position: absolute; right: 0px; top: 0px; background-color: #ec5b29; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
header .telephone ul li { float: right; list-style: none; margin-right: 22px; }
header .telephone ul li img { max-width: 25px; height: auto; margin-top: -4px; }
header .telephone ul li a strong { color: #ffffff !important; }

header .testimonials { position: absolute; top: 57px; left: 0; background-image: url('../img/header/crown.png'); background-size: 45px 36px; background-repeat: no-repeat; background-position: center left; width: 240px; height: 36px;  }
header .testimonials a.overlay-link { width: 231px; height: 36px; position: absolute; top: 0; left: 0; }
header .testimonials a { color: #ec5b29; font-size: 1em !important; line-height: 36px; margin-left: 57px; z-index: 99999999; font-family: "FOT-筑紫A丸ゴシック Std M"; font-weight: bold; }

nav#main { width: 100%; height: 70px; background-color: #ffffff; text-align:center; }
nav ul { width: 100%; height: 70px; line-height: 70px; margin: 0; padding: 0; }
nav ul li { float: none; list-style: none; display: inline-block; padding: 0 12px; font-size: 1em; }
nav ul li span { color: #ec5b29; }
nav ul li a { display: inline-block; color: #000000; font-size: 21px; font-family: "FOT-筑紫A丸ゴシック Std M"; }
nav ul li.active a, li.current_page_item a , li.current-page-ancestor a { color: #ec5b29; } 

.heading { 
	text-align:center; 
	padding: 84px 0 45px; 
	background-image: url('../img/icons/icon-tiger.png'), url('../img/heading/arrows.png'); 
	background-repeat: no-repeat, no-repeat; 
	background-position: top center, bottom center;
	background-size: 71px 66px, 64px 13px;
	margin: 65px 0 35px;
}
.heading h1 { margin: 0px; }
.heading h2 { margin: 0px; }
.heading small { color: #ec5b29; font-size: 20px; }

.slider { background-color: #444444; width: 100%; height: 650px; padding: 50px 0; /* background-image: url('../img/slider/01.jpg'); */ background-size: cover; }
.slider-content { background-color: rgba(255, 255, 255, 0.65); width: 1000px; height: auto; text-align:center; padding: 30px 0; margin: 125px auto 0; }
.slider-content h3 { font-family: "FOT-筑紫A丸ゴシック Std B"; }
.slider-content p { font-size: 25px; line-height: 1.5em; }

.desktop-big { display: block; }

.center {  float: none; margin: 0; margin: 0 auto; display: block; text-align:center; }
.pull-right { float: right; }
.pull-left { float: left; }

.introduction p { line-height: 1.85em; margin-bottom: -10px; }

footer { border-top: solid 4px #ec5b29; font-size: 18px; position: relative; margin-top: 110px; }
footer input { border: solid 1px #ec5b29; display: block; width: 256px; text-indent: 10px; margin-top: -10px; }
footer textarea { border: solid 1px #ec5b29; display: block; width: 238px; height: 100px; padding: 0 10px; }
footer label { color: #ec5b29; font-size: 0.75em; display: inline-block; line-height: 1.4em; margin-top: 10px; margin-bottom: 12px; }
footer .border-top {  background-image: url('../img/footer/border-top.png'); background-repeat: repeat-x; width: 100%; height: 37px; background-size: 499px 37px; }
footer .border-bottom {  background-image: url('../img/footer/border-bottom.png'); background-repeat: repeat-x; width: 100%; height: 37px; background-size: 499px 37px; margin-top: 30px; }
footer ul { padding: 0; margin: 0; padding-left: 20px; }
footer ul li { list-style: none; margin-bottom: 0px; line-height: 1.4em; }
footer ul li a { color: #000000; font-size: 18px; }
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 { text-align:left; margin-bottom: 0px; } 
footer h4 { font-size: 25px; }
.footer-bar { height: 103px; background-color: #ec5b29; color: #ffffff; }
.footer-bar .logo { margin: 0 auto; width: 220px; height: auto; padding-top: 14px; }
.footer-bar .container { 
	background-image: url('../img/footer/bg-left.png'), url('../img/footer/bg-right.png'); 
    background-position: left 240px top, right 135px top;
    background-repeat: no-repeat, no-repeat;
    background-size: 239px 106px, 179px 103px;
	height: 100%;
}

footer .back-to-top { width: 140px; height: 70px; position: absolute; top: -70px; left: 50%; margin-left: -70px; background-image: url('../img/footer/jump_to_top.png'); background-repeat: no-repeat; background-size: 140px 70px; text-align: center; }
footer .back-to-top span { display: inline-block; font-size: 1em; color: #ffffff; width: 100%; margin-top: 30px; }
footer .back-to-top a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9999; }
 
.form-btn { background-color: #ec5b29; color: #ffffff; text-align:center; margin-top: 15px; font-size: 1em; line-height: 2.2em; cursor: pointer; background-image: url('../img/button/quick-msg.png'); background-position: bottom left; background-repeat: no-repeat; background-size: 133px 33px; }

.portfolio-item { background-color: #ec5b29; min-height: 510px; }
.portfolio-item:nth-child(odd) { background-image: url('../img/portfolio/bg-left.png'); background-position: bottom right; background-size: 154px 180px; background-repeat: no-repeat; }
.portfolio-item:nth-child(even) { background-image: url('../img/portfolio/bg-right.png'); background-position: bottom left; background-size: 46px 180px; background-repeat: no-repeat; }
.portfolio-item h4 { color: #ffffff; text-align: left; font-size: 18px; padding: 10px 0 0 0; }
.portfolio-item .underline { width: 90%; height: 1px; background-color: #ffffff; margin: 0 auto 20px auto; }
.portfolio-item p { color: #ffffff; width: 90%; font-size: 15px; margin: 0 auto; padding-bottom: 20px; }
.portfolio-item a { color: #ffffff; }

.view-more { background-color: #ec5b29; padding: 20px 0; text-align: center; margin-top: 40px; background-image: url('../img/button/view-more.png'); background-size: 202px 80px; background-repeat: no-repeat; background-position: bottom right; position: relative; }
.view-more span { display: inline-block; font-size: 1.0em; margin: 0 auto; color: #ffffff; }
.view-more a { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.service-more { background-color: #ec5b29 !important; padding: 0px; text-align: center; margin-top: 40px; position: relative; border-radius: 10px; }
.service-more span { display: inline-block; font-size: 1.0em; margin: 0 auto; color: #ffffff; }
.service-more a { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.meeting-item { background-color: #ec5b29; min-height: 580px; }

.toggle-menu { display: none; }

.hide { display: none; }

.banner img { width: 100%; height: auto; }

/* Subscription plans */
.subscription-page { background: #ffffff; }
.subscription-container { width: 1160px; max-width: calc(100% - 60px); margin: 0 auto; }
.subscription-hero-banner { position: relative; background: #f8f1e8; }
.subscription-hero-banner > img { display: block; width: 100%; height: auto; }
.subscription-hero-banner__cta { position: absolute; top: 69%; left: 10.7%; display: flex; align-items: center; justify-content: center; gap: 6%; width: 33.7%; height: 12.5%; border-radius: 6px; background: #ec5b29; color: #ffffff; font-size: clamp(12px, 1.65vw, 30px); font-weight: bold; letter-spacing: .12em; line-height: 1; }
.subscription-hero-banner__cta img { width: 7%; height: auto; }
.subscription-hero-banner__cta:hover { background: #d94a1d; color: #ffffff; }
.subscription-hero-banner__cta:focus { outline: 3px solid #17120f; outline-offset: 4px; }
.subscription-hero-slider { overflow: hidden; background: #f8f1e8; }
.subscription-hero-slide { position: relative; min-height: 720px; overflow: hidden; }
.subscription-hero-slide__visual { position: absolute; inset: 0; background-color: #f8f1e8; background-image: url('../img/subscription/subscription-hero-illustration.png'); background-position: right center; background-repeat: no-repeat; background-size: auto 100%; }
.subscription-hero-slide__content { position: relative; z-index: 1; padding-top: 120px; }
.subscription-hero-slide__eyebrow { margin: 0 0 15px; color: #332d29; font-size: 21px; font-weight: bold; letter-spacing: .06em; line-height: 1.6; }
.subscription-hero-slide h1 { margin: 0 0 18px; color: #16120f; font-size: 49px; letter-spacing: .04em; line-height: 1.45; text-align: left; }
.subscription-hero-slide h1 span { display: inline-block; padding: 2px 13px 5px; background: #f05a28; color: #ffffff; font-size: .82em; }
.subscription-hero-slide__price-promo { display: block; width: 440px; max-width: 100%; margin: 0 0 26px; }
.subscription-hero-slide__cta { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-width: 500px; padding: 21px 32px; border: 7px solid #ffd400; border-radius: 10px; background: #f05a28; box-shadow: 0 7px 0 #d8491d; color: #ffffff; font-size: 27px; font-weight: bold; letter-spacing: .12em; line-height: 1.25; animation: subscription-cta-shake 4.5s ease-in-out infinite; }
.subscription-hero-slide__cta:hover, .subscription-hero-slide__cta:focus { color: #ffffff; animation-play-state: paused; transform: translateY(-3px); box-shadow: 0 10px 0 #d8491d; }
.subscription-hero-slide__cta:focus { outline: 3px solid #17120f; outline-offset: 4px; }
.subscription-hero-slide__cta img { width: 31px; height: 31px; }
@keyframes subscription-cta-shake {
	0%, 76%, 100% { transform: translateX(0) rotate(0); }
	79% { transform: translateX(-5px) rotate(-1deg); }
	82% { transform: translateX(5px) rotate(1deg); }
	85% { transform: translateX(-4px) rotate(-.7deg); }
	88% { transform: translateX(3px) rotate(.5deg); }
	91% { transform: translateX(0) rotate(0); }
}
.subscription-plans { padding: 80px 0; }
.subscription-plans__heading { max-width: 680px; margin: 0 auto 60px; text-align: center; }
.subscription-plans__heading h1 { margin: 0 0 12px; font-size: 42px; }
.subscription-plans__heading p { margin: 0; color: #5d554f; font-size: 17px; line-height: 1.8; }
.subscription-plans__eyebrow { margin-bottom: 8px !important; color: #ec5b29 !important; font-size: 13px !important; font-weight: bold; letter-spacing: .16em; }
.subscription-plan-grid { display: flex; flex-wrap: wrap; align-items: stretch; gap: 24px; }
.subscription-plan { display: flex; flex: 0 0 calc((100% - 48px) / 3); flex-direction: column; box-sizing: border-box; border: 1px solid #dedede; border-radius: 12px; background: #ffffff; opacity: 0; overflow: hidden; transform: translateY(24px); transition: opacity .5s ease, transform .5s ease; }
.subscription-plan.is-visible { opacity: 1; transform: translateY(0); }
.subscription-plan:nth-child(2) { transition-delay: .15s; }
.subscription-plan:nth-child(3) { transition-delay: .3s; }
.subscription-plan__header { padding: 32px; border-bottom: 1px solid #ded6ce; text-align: center; }
.subscription-plan__header h2 { margin: 0 0 20px; color: #332d29; font-size: 27px; }
.subscription-plan__price { margin: 0; color: #ec5b29; font-family: Arial, sans-serif; font-size: 43px; font-weight: bold; letter-spacing: -.03em; line-height: 1; }
.subscription-plan__price span { display: block; margin-bottom: 7px; color: #6b625c; font-family: 'UDKakugo_SmallPr6-L', sans-serif; font-size: 13px; font-weight: normal; letter-spacing: .08em; }
.subscription-plan__price small { margin-left: 4px; color: #6b625c; font-family: 'UDKakugo_SmallPr6-L', sans-serif; font-size: 50%; font-weight: normal; letter-spacing: 0; }
.subscription-plan__subtitle { min-height: 50px; margin: -6px 0 17px; color: #625a53; font-size: 14px; line-height: 1.7; }
.subscription-plan__body { display: flex; flex: 1; flex-direction: column; padding: 32px; }
.subscription-plan__content-label { margin: 0 0 22px; padding: 10px; background: #3786b7; color: #ffffff; font-size: 17px; font-weight: bold; text-align: center; }
.subscription-plan__checklist { margin: 0 0 22px !important; }
.subscription-plan__checklist li { padding-left: 24px; }
.subscription-plan__checklist li:before { top: 8px; width: auto; height: auto; border-radius: 0; background: none; color: #3786b7; content: '✔'; font-size: 15px; }
.subscription-plan__owner { display: block; width: 78%; margin: 8px auto 18px; }
.subscription-plan__illustration { min-height: 152px; margin: 8px 0 18px; }
.subscription-plan__cta { display: block; margin-top: auto; padding: 13px 10px; border-radius: 5px; background: #ec5b29; color: #ffffff; font-size: 17px; font-weight: bold; text-align: center; }
.subscription-plan__cta:hover { background: #d94a1d; color: #ffffff; }
.subscription-plan__lead { min-height: 84px; margin: 0 0 26px; color: #5d554f; font-size: 15px; line-height: 1.8; }
.subscription-plan__body h3 { margin: 22px 0 9px; color: #ec5b29; font-size: 15px; letter-spacing: .08em; text-align: left; }
.subscription-plan__body ul { margin: 0; padding: 0; list-style: none; }
.subscription-plan__body li { position: relative; padding: 9px 0 9px 17px; border-bottom: 1px solid #eee9e4; color: #443d37; font-size: 15px; line-height: 1.65; }
.subscription-plan__body li:before { position: absolute; top: 17px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #ec5b29; content: ''; }
.subscription-plan__body li small { color: #6b625c; font-size: 12px; }
.subscription-plan__body .subscription-plan__checklist li { padding: 9px 0 9px 24px; }
.subscription-plan__body .subscription-plan__checklist li:before { top: 8px; width: auto; height: auto; border-radius: 0; background: none; color: #3786b7; content: '✔'; font-size: 15px; }
.subscription-plan__detail { margin: 0; color: #443d37; font-size: 15px; }
.subscription-benefits, .subscription-flow, .subscription-faq { padding: 100px 0; }
.subscription-benefits { background: #fbf5ec; }
.subscription-benefits__art { display: block; width: 100%; margin: 0 auto 30px; border-radius: 16px; }
.subscription-section-heading { margin-bottom: 48px; text-align: center; }
.subscription-section-heading p { margin: 0 0 7px; color: #ec5b29; font-size: 12px; font-weight: bold; letter-spacing: .16em; }
.subscription-section-heading h2 { margin: 0 0 9px; color: #332d29; font-size: 32px; }
.subscription-section-heading span { color: #6b625c; font-size: 15px; }
.subscription-benefit-grid, .subscription-flow-list { display: flex; gap: 25px; margin: 0; padding: 0; list-style: none; }
.subscription-benefit-grid article, .subscription-flow-list li { flex: 1; padding: 34px 30px; border: 1px solid #eadfd2; border-radius: 12px; background: #ffffff; text-align: center; }
.subscription-benefit-grid b, .subscription-flow-list b { display: inline-block; margin-bottom: 12px; color: #ec5b29; font-family: Arial, sans-serif; font-size: 24px; }
.subscription-benefit-grid h3, .subscription-flow-list h3 { margin: 0 0 12px; color: #332d29; font-size: 21px; }
.subscription-benefit-grid p, .subscription-flow-list p { margin: 0; color: #625a53; font-size: 15px; line-height: 1.8; }
.subscription-flow-list { counter-reset: flow; }
.subscription-flow-list li { position: relative; }
.subscription-flow-list li:not(:last-child):after { position: absolute; top: 50%; right: -19px; color: #ec5b29; content: '›'; font-size: 40px; }
.subscription-faq-list { max-width: 900px; margin: 0 auto; }
.subscription-faq-list details { border-bottom: 1px solid #eadfd2; }
.subscription-faq-list summary { padding: 20px 45px 20px 15px; color: #443d37; cursor: pointer; font-size: 17px; font-weight: bold; }
.subscription-faq-list p { padding: 0 15px 20px; color: #625a53; font-size: 15px; }
.subscription-final-cta { position: relative; overflow: hidden; padding: 80px 0; background: #e96437; color: #ffffff; text-align: center; }
.subscription-final-cta:before { position: absolute; inset: 0; background-image: url('../img/subscription/subscription-hero-illustration.png'); background-position: right bottom; background-repeat: no-repeat; background-size: auto 165%; content: ''; opacity: .16; }
.subscription-final-cta .subscription-container { position: relative; }
.subscription-final-cta p { margin: 0 0 8px; font-size: 17px; }
.subscription-final-cta h2 { margin: 0 0 27px; color: #ffffff; font-size: 34px; }
.subscription-final-cta a { display: inline-block; padding: 17px 55px; border-radius: 7px; background: #ffffff; color: #e96437; font-size: 20px; font-weight: bold; }
.subscription-page__content { padding: 60px 0 0; }

@media only screen and (max-width: 1023px) {
	.subscription-plan { flex-basis: calc((100% - 24px) / 2); }
	.subscription-plan__lead { min-height: 0; }
	.subscription-benefit-grid, .subscription-flow-list { flex-direction: column; max-width: 560px; margin: 0 auto; }
	.subscription-flow-list li:not(:last-child):after { top: auto; right: 50%; bottom: -35px; transform: rotate(90deg); }
}

@media only screen and (max-width: 767px) {
	.subscription-container { max-width: calc(100% - 40px); }
	.subscription-hero-slide { min-height: 640px; }
	.subscription-hero-slide__visual { background-position: 65% bottom; background-size: auto 62%; opacity: .34; }
	.subscription-hero-slide__content { padding-top: 72px; }
	.subscription-hero-slide__eyebrow { margin-bottom: 12px; font-size: 15px; }
	.subscription-hero-slide h1 { margin-bottom: 15px; font-size: 32px; }
	.subscription-hero-slide__price-promo { width: 340px; margin-bottom: 24px; }
	.subscription-hero-slide__cta { width: 100%; min-width: 0; padding: 17px 16px; border-width: 5px; font-size: 21px; }
	.subscription-hero-slide__cta img { width: 27px; height: 27px; }
	.subscription-plans { padding: 80px 0; }
	.subscription-plan-grid { display: block; }
	.subscription-plan { width: 100%; margin: 0 0 24px !important; }
	.subscription-plan__body { padding: 24px; }
	.subscription-plans__heading { margin-bottom: 38px; }
	.subscription-plans__heading h1 { font-size: 30px; }
	.subscription-plans__heading p { font-size: 14px; }
	.subscription-plan__header { padding: 24px; }
	.subscription-plan__header h2 { font-size: 23px; }
	.subscription-plan__body { padding: 24px; }
	.subscription-benefits, .subscription-flow, .subscription-faq { padding: 62px 0; }
	.subscription-benefits__art { margin-bottom: 22px; border-radius: 9px; }
	.subscription-section-heading { margin-bottom: 32px; }
	.subscription-section-heading h2 { font-size: 25px; }
	.subscription-section-heading span { font-size: 13px; }
	.subscription-benefit-grid article, .subscription-flow-list li { padding: 26px 20px; }
	.subscription-final-cta { padding: 60px 0; }
	.subscription-final-cta h2 { font-size: 25px; }
	.subscription-final-cta a { width: calc(100% - 40px); padding: 16px 10px; font-size: 18px; }
	.subscription-page__content { padding-top: 40px; }
}

@media (prefers-reduced-motion: reduce) {
	.subscription-hero-slide__cta { animation: none; }
	.subscription-plan { opacity: 1; transform: none; transition: none; }
}
	
#k_service .underline { width: 60%; height: 1px; background-color: #ec5b29 !important; display: block;  margin: 20px auto 15px auto; }

#k_flow .flow-single { width: 100%; height: 400px; overflow: hidden; }
#k_flow .flow-single h2 { text-align: left; color: #ffffff; position: relative; border-left: solid 12px #ffffff; padding: 15px 0 0 15px; }
#k_flow .flow-single h2:before {
  content : "";
  position: absolute;
  left    : 0;
  top  : 0;
  height  : 12px;
  width   : 80px; 
  border-top:12px solid #ffffff;
}
#k_flow .flow-single p { text-align: left; color: #ffffff; }
#k_flow .flow-single .cols-7 { text-align: left; height: 400px; }
#k_flow .flow-single .cols-5 { text-align: right; height: 400px; }
#k_flow .flow-single img { width: auto; height: 100%; }
#k_flow .flow-single.flow-1 { background-color: #f0b254; }
#k_flow .flow-single.flow-2 { background-color: #ec5328; }
#k_flow .flow-single.flow-3 { background-color: #3c8bb3; }
#k_flow .flow-single.flow-4 { background-color: #439798; }
#k_flow .flow-single.flow-5 { background-color: #f0b254; }
#k_flow .flow-single.flow-6 { background-color: #ec5328; }
#k_flow .flow-single.flow-7 { background-color: #3c8bb3; }

#k_service_single .service-block { font-size: 1em; padding: 0; margin: 0; float: left; margin-bottom: 130px; }
#k_service_single .service-block h3 { font-size: 1em; padding: 0; margin: 0; float: left; }
#k_service_single .service-block .cols-4 { float: left; width: 30%; height: auto; }
#k_service_single .service-block .cols-8 { float: lerightft; width: 60%; height: auto; }

#k_contact { background-color: #ee7945; color: #ffffff; padding: 60px 0; }
#k_contact a { color: #ffffff; }
#k_contact input { width: 100%; display: block;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; padding: 10px; line-height: 60px; height: 60px; margin-bottom: 8px; border: none; color: #000000; font-size: 0.85em; }
#k_contact input[type="submit"] { display: none; }
#k_contact textarea { width: 100%; display: block; text-indent: 0px; line-height: 40px; height: 170px; margin-bottom: 10px; border: none; color: #000000; font-size: 0.85em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; padding: 10px; }

#k_contact .cols-2 span { font-size: 3em; }
#k_contact .cols-4 span { display: block; line-height: 1.3em; }
#k_contact .contact-btn { width: 100%; height: 54px; line-height: 54px; color: #ffffff; cursor: pointer; background-color: #d04422; text-align: center; }
#k_contact .cols-5.col-last { line-height: 60px; height: 60px; }

.contact-btn img { width: 25px; height: 19px; margin-right: 10px; margin-top: -2px; }
.contact-heading.top { width: auto; padding: 23px; background-color: #d04422; color: #ffffff; }
.contact-heading.bottom { width: auto; padding: 28px; background-color: #d04422; color: #ffffff; }
.contact-heading.top img { width: 59px; height: 54px; margin-right: 10px; }
.contact-heading.bottom img { width: 32px; height: 44px; margin-right: 10px; }
.contact-heading span { display: inline-block; line-height: 1em; font-size: 1em; }

.home-heading.top { width: auto; padding: 23px; background-color: #ec5b29; color: #ffffff; }
.home-heading.bottom { width: auto; padding: 28px; background-color: #ec5b29; color: #ffffff; }
.home-heading.top img { width: 59px; height: 54px; margin-right: 10px; }
.home-heading.bottom img { width: 32px; height: 44px; margin-right: 10px; }
.home-heading span { display: inline-block; line-height: 1em; font-size: 0.95em; }
.home-heading a { color: #ffffff; }

#k_team  h3 { margin-top: 0px; padding-top: 0px; text-align: left; line-height: 1.2em; }

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

.tags ul { padding: 0; margin: 0; margin-bottom: 10px; }
.tags ul li { display: inline-block; padding: 0px 7px; color: #ffffff; background-color: #ec5b29; font-size: 0.75em; margin-bottom: 10px; border-radius: 10px; line-height: 26px; margin-right: 10px; }
.tags ul li a { display: inline-block; color: #ffffff; }

.blog-single h1, .blog-single h2, .blog-single h3, .blog-single h4, .blog-single h5,.blog-single h6 { text-align: left; color: #000000; }
.blog-single h1 { font-size: 1.5em; }
.blog-single h2 { font-size: 1.4em; }
.blog-single h3 { font-size: 1.3em; }
.blog-single h4 { font-size: 1.2em; }
.blog-single h5 { font-size: 1.1em; }
.blog-single h6 { font-size: 1.0em; }

.blog-single .heading { background: none; padding: 0px; margin: 30px 0 15px; }
.blog-single .heading h2  { color: #ec5b29; text-align:left; line-height: 1.5em; }


.portfolio-item .meta-date { margin-bottom: -25px;  }
.portfolio-item .meta-date span { font-size: 0.8em; color: #ffffff; padding: 0 30px; padding-top: 20px; display: inline-block; }
.portfolio-item h4 { padding: 0 30px; }
.portfolio-item img { width: 100%; }

#k_blog_single .meta-date { color: #777777; font-weight: bold; font-size: 1em; }
#k_blog_single h1 { font-size: 1.5em; margin-top: 0px; }

.wpcf7-response-output { font-size: 0.9em; line-height: 0.9em; }
.wpcf7-form p { margin: 0; padding: 0; }
div.wpcf7-response-output { margin-top: 0px !important; }

.blog-single h1, .blog-single h2, .blog-single h3, .blog-single h4, .blog-single h5, .blog-single h6 {  font-family: "FOT-筑紫A丸ゴシック Std D"; }

.view-more span, .service-more span, .contact-btn span, .form-btn span { font-family: "FOT-筑紫アンティークSゴ Std B"; }

.locations p {margin-bottom:0; padding:0; padding: 6px 0 !important; font-size: 0.7em !important; text-align: center; }

.page-template-template_contact footer { margin-top: 0px; }
.page-template-template_home footer { margin-top: 0px; }
.page-template-template_testimonials footer { margin-top: 0px; }
.single footer { margin-top: 0px; }
.page-template-template_services-single footer { margin-top: 0px; }
.page-template-template_about footer { margin-top: 0px; }
.page-template-template_flow footer { margin-top: 0px; }


.wpmm-grid-post { padding: 0px !important; }
.wpmm-grid-post-content { padding: 0 10px; }

/* img/spritesheet/socials/spritesheet.png */
.social-facebook {
    background-image: url('../img/spritesheet/socials/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    width: 32px;
    height: 32px;
	background-size: 128px 32px;
    background-position: 0 0;
}

.social-instagram {
    background-image: url('../img/spritesheet/socials/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    width: 32px;
    height: 32px;
	background-size: 128px 32px;
    background-position: -32px 0;
}

.social-skype {
    background-image: url('../img/spritesheet/socials/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    width: 32px;
    height: 32px;
	background-size: 128px 32px;
    background-position: -64px 0;
}

.social-twitter {
    background-image: url('../img/spritesheet/socials/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    width: 32px;
    height: 32px;
	background-size: 128px 32px;
    background-position: -96px 0;
}

.recent-blog-items { margin: 0; padding: 0; }
.recent-blog-items li { margin-bottom: 12px; list-style: circle; }

.sprite-address {
	background-image: url('../img/spritesheet/contact/spritesheet.png');
	background-repeat: no-repeat;
    display: block;
    width: 67px;
    height: 67px;
	background-size: 638px 67px;
    background-position: -1px 0px;
}

.sprite-awaji {
	background-image: url('../img/spritesheet/contact/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    width: 67px;
    height: 67px;
	background-size: 638px 67px;
    background-position: -62px 0px;
}

.sprite-contact_fukidashi {
	background-image: url('../img/spritesheet/contact/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    width: 67px;
    height: 67px;
	background-size: 638px 67px;
    background-position: -126px 0px;
}

.sprite-email_icon {
	background-image: url('../img/spritesheet/contact/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    width: 67px;
    height: 67px;
	background-size: 638px 67px;
    background-position: -190px 0px;
}

.sprite-kobe {
	background-image: url('../img/spritesheet/contact/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    width: 67px;
    height: 67px;
	background-size: 638px 67px;
    background-position: -317px 0px;
}

.sprite-open_icon {
	background-image: url('../img/spritesheet/contact/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    width: 67px;
    height: 67px;
	background-size: 638px 67px;
    background-position: -381px 0px;
}

.sprite-phone_icon {
	background-image: url('../img/spritesheet/contact/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    width: 67px;
    height: 67px;
	background-size: 638px 67px;
    background-position: -445px 0px;
}

.sprite-skype_icon {
	background-image: url('../img/spritesheet/contact/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    width: 67px;
    height: 67px;
	background-size: 638px 67px;
    background-position: -508px 0px;
}

.sprite-insta_icon {
	background-image: url('../img/spritesheet/contact/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    width: 67px;
    height: 67px;
	background-size: 638px 67px;
    background-position: -254px 0px;
}

.sprite-twitter_icon {
	background-image: url('../img/spritesheet/contact/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    width: 67px;
    height: 67px;
	background-size: 638px 67px;
    background-position: -575px 0px;
}

.height-50 { height: 50px; }

#wp-megamenu-main-menu>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container-container>ul.wp-megamenu-sub-menu, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:before, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:after, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu {
	height: 300px !important;
	background-color: #ffffff !important;
}

.wpmm-grid-post.col4 { height: auto; background-color: #ffffff; }

.wpmm-social-link { display: none !important; }

#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu { 

	height: auto !important;
	
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
   
@media only screen and (min-width: 1161px) {

	.mobile { display: none !important; }
   
}

@media only screen and (min-width: 0px) and (max-width: 2040px) {
	
	.container-l { width: 1560px; height: auto; margin: 0 auto; position: relative; } 
	.container-l .xlg.lg { display: none; }  

}

@media only screen and (min-width: 1161px) and (max-width: 2000px){
	
	h1 { font-size: 1.6em; }
	h2 { font-size: 1.6em; }
	p { font-size: 0.85em; }
	nav ul li { padding: 0 15px; }
	nav ul li a { font-size: 0.9em; }
	.slider-content p { font-size: 1.05em; }
	.slider-content h3 { font-size: 1.5em; }
	.view-more span { font-size: 0.9em; }
	.service-more span { font-size: 0.9em; }
	.home-heading span { font-size: 0.9em; } 
	.contact-heading span { font-size: 0.9em; } 
	footer ul li a { font-size: 0.9em; }
	footer label { font-size: 0.9em; }
	header .testimonials a { font-size: 0.9em; }
	.container ul li { font-size: 0.9em; }
	
}

@media only screen and (min-width: 0px) and (max-width: 1640px) {
	
	.container-l { width: 1160px; height: auto; margin: 0 auto; position: relative; } 
	.container-l .lg { display: none; }  
}

@media only screen and (min-width: 769px) and (max-width: 1240px) {
	
	.container-l { width: 760px; height: auto; margin: 0 auto; position: relative; } 
	.container-l .lg, .container-l .md { display: none; }  
	#k_portfolio .container, #k_mission .container, #k_service .container, #k_works .container{ width: 760px; }  
	.container .mission-item:nth-child(2n+1), .container .service-item:nth-child(2n+1)  { margin-right: 0px; }  
	.container .mission-item:nth-child(3n), .container .service-item:nth-child(3n)  { display: none; }  
	
	.container .portfolio-item:nth-child(1n+1) { margin-right: 4% !important; }  
	.container .portfolio-item:nth-child(2n+1)  { margin-right: 0px !important; }  
	.container .portfolio-item:nth-child(3n) { display: none; }  
	
	.single-post .container .portfolio-item:nth-child(1n+1) { margin-right: 4% !important; }  
	.single-post .container .portfolio-item:nth-child(2n+1)  { margin-right: 0px !important; display: block !important; }  
	.single-post .container .portfolio-item:nth-child(3n+1) { display: none; }  
	
	.slider-content { width: 80%; }		
	
}

@media only screen and (min-width: 0px) and (max-width: 1160px) {
	
	.container-l { width: 760px; height: auto; margin: 0 auto; position: relative; } 
	.container-l .lg, .container-l .md { display: none; } 
	
	body { background-position: center top 730px; }
	
	p { font-size: 0.85em; }
				
	.slider { height: 390px; }
	.slider-content { margin-top: 5px; }
	.slider-content p { font-size: 20px; }
	
	.desktop-big { display: none; }
	
	.container { width: auto; }
	
	nav#main { display: none; }
	nav#mobile { height: auto; position: absolute; top: 0; left: 0; width: 100%; z-index: 99999999; background-color: rgba(255, 255, 255, 0.9); display: none; }
	nav#mobile ul { margin: 0; padding: 0; height: auto; }
	nav#mobile ul li { display: block; width: 100%; border-bottom: solid 1px #ec5b29; text-align: center; margin: 0; padding: 0;  }
	nav#mobile ul li a { color: #ec5b29; font-weight: bold; display: block; }
	nav#mobile ul li a:hover { color: #ffffff; background-color: #ec5b29; font-weight: bold; display: block; }
	
	nav ul { line-height: 61px; }
	
	nav#mobile .socials { position: relative; text-align:center; margin-top: 20px; }
	nav#mobile .socials ul li { float: none; display: inline-block; list-style: none; margin-right: 22px; border: none; width: 32px; height: 32px; }
	nav#mobile .socials ul li a:hover { background: none; }
	nav#mobile .socials ul li a { width: 100%; height: 100%; }
	nav#mobile .socials ul li img { max-width: 32px; height: auto; }

	header .socials { display: none; }
	header .telephone { display: none; }
	body { background-position: center top 660px; }	
		
	header { height: 140px; }
	header .toggle-menu { width: 40px; height: 34px; z-index: 999999; position: absolute; top: 48px; right: 30px; display: block; cursor: pointer; }
		
	footer .container { padding: 0  30px; }
	footer .cols-3 { width: 22%; margin-right: 4%; }
	footer input { max-width: 100%; padding: 0; font-size: 16px; text-indent: 0px; }
	footer textarea { max-width: 100%; padding: 0; font-size: 16px; line-height: 16px; }
	
	footer ul li a { font-size: 15px; }
	
	header .logo { width: 250px; }
	
	#k_flow .flow-single h2::before { width: 80px; }
	#k_flow .flow-single { height: auto; }
	#k_flow .flow-single .container { width: 90%; padding: 0; height: auto; }
	#k_flow .flow-single .cols-7 { height: auto; width: 100%; } 
	#k_flow .flow-single .cols-5 { height: auto; display: none; }
	
	#k_service_single .service-block { width: 90%; padding: 0 5%; }
	#k_service_single .service-block h3 { text-align: left; }
	#k_service_single .service-block .cols-4 { display:block; margin-bottom: 30px; width: 100%; }
	#k_service_single .service-block .cols-8 { float: none; width: 100%; height: auto; }
	
	#k_contact  .container { padding: 0 30px; }
	#k_contact .cols-6 { width: 48%; float: left; margin-right: 0px; }
	#k_contact .cols-6.col-last { width: 48%; float: right; }
	#k_contact .cols-1 { width: 24%; margin-right: 0px; }
	#k_contact .cols-1 img { width: 60px; }
	#k_contact .cols-5.col-last { width: 72%; float: right; }
	#k_contact .title { width: 30%; float: left; margin-right: 0px; }
	#k_contact .subtitle { width: 60%; float: right; font-size: 0.9em; }
		
	#k_team  .container { padding: 0 30px; }
	#k_team .cols-6 { width: 48%; float: left; margin-right: 0px; }
	#k_team .cols-6.col-last { width: 48%; float: right; }
	
	.cols-12 { width: auto; padding: 0 30px; }
	header .testimonials { left: 30px; }
 
	.slider-content h3 { font-size: 26px; }
	h1 { font-size: 32px; }
	
	
}

@media only screen and (min-width: 0px) and (max-width: 860px) {   
	#k_contact .cols-6 { width: 100%; float: none; margin-right: 0px; }
	#k_contact .cols-6.col-last { width: 100%; float: none; margin-right: 0px; margin-top: 40px; }
	#k_contact .title { width: 30%; float: left; margin-right: 0px; }
	#k_contact .subtitle { width: 40%; float: left; font-size: 1em; }
	
	.slider-content h3 { font-size: 22px; }
	h1 { font-size: 28px; }
	
}

/* @media only screen and (min-width: 0px) and (max-width: 420px) { */
/* @media only screen and (min-width: 0px) and (max-width: 460px) { */
@media only screen and (min-width: 0px) and (max-width: 767px) {
	
	body { background-position: center top 500px; }
	
	header .socials { display: none; }
	header .telephone { display: none; }
	nav#main { display: none; }
	
	img { max-width: 100%; }
	
	header { height: auto; padding: 20px 0; }
	header .logo { width: 50px; padding: 0; margin: 0; }
	.footer-bar { height: auto; padding: 20px 0; }
	.footer-bar .logo { width: 70%; padding: 0; }
	
	.heading { margin-top: 30px; padding: 75px 0 30px; }
	
	footer textarea { width: 93%; }
	footer input { width: 99%; }
	
	p { font-size: 0.8em; }
	.introduction p { font-size: 0.8em; }
	
	h2 { font-size: 28px; }
	h4 { font-size: 20px; }
	
	footer { margin-top: 110px; }
	footer h4 { font-size: 20px; }
	footer ul li a { font-size: 16px; }
	
	.portfolio-item { min-height: 0px; padding-bottom: 20px; margin-bottom: 30px !important; }
	.portfolio-item img { width: 100%; max-width: 100%; }
	
	.mission-item img { width: 100%; max-width: 100%; }
	
	.slider { height: 390px; }
	.slider-content { width: 100%; margin-top: 100px; }
	.slider-content h3 { font-size: 26px; }
	.slider-content p { display: none; }
	body { padding: 0; }
	section { display: block; width: auto; height: auto; padding: 0; }
	.container { display: block; height: auto; padding: 0 30px; width: auto; }
	.container-l { display: block; height: auto; padding: 0 30px; width: auto; }	
	
	.container .cols-4, .container-l .cols-4 { float: none; width: 100%; margin-left: 0; margin-right: 0px; }
	.container .cols-4, .container-l .cols-4.col-last { float: none; width: 100%; margin-left: 0; margin-right: 0px; }
	
	.cols-1, .cols-2, .cols-3, .cols-4, .cols-5, .cols-6, .cols-7, .cols-8, .cols-9, .cols-10, .cols-11, .cols-12 { width: 100%; margin: 0; float: none; clear: both; }
	
	.wp-caption p.wp-caption-text { color: #000; width: 100% !important; height: auto; }
	.wp-caption { padding: 0px; background-color: #fff !important; margin-right: 0; padding-left: 0; width: 100% !important; }
	.wp-caption img { width: 100%; }
	
	header .toggle-menu { width: 40px; height: 34px; z-index: 999999; position: absolute; top: 3px; right: 30px; display: block; cursor: pointer; }
	
	.container-l .md { display: block; } 
	
	.footer-bar { display: none; } 
	
	.desktop { display: none !important; }
	.mobile { display: block; }
	
	footer .container.mobile .logo { text-align: center; padding: 15px 0; }
	footer .container.mobile .logo img { width: 230px; margin: 20px auto; }
	footer .container.mobile p { text-align: center; }
	
	footer .container.mobile .socials{ position: relative; text-align:center; }
	footer .container.mobile .socials ul li { float: none; display: inline-block; list-style: none; margin-right: 22px; border: none; width: 32px; height: 32px; }
	footer .container.mobile .socials ul li a:hover { background: none; }
	footer .container.mobile .socials ul li a { width: 100%; height: 100%; }
	footer .container.mobile .socials ul li img { max-width: 32px; height: auto; }

	.contact-btn { background-color: #ec5b29; width: 100%; padding: 7px 0; height: auto; text-align: center; position: relative; }
	.contact-btn span { display: inline-block; color: #ffffff; line-height: auto; font-size: 1em; }
  	.contact-btn a { position: absolute; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; }
	.contact-btn img { width: 37px; height: 29px; margin-top: -5px; }
	
	.hide { display: none; }
	
	#k_services { width: 100%; height: auto; display: block; margin-top: 40px; }
	#k_services .service-single { background-color: #ec5b29; width: 35.6%; height:41.8vw; margin-bottom: 0.8%; padding: 3% 7%; text-align: center; overflow: hidden; position: relative; }
	#k_services .service-single:nth-child(odd) { float: left; }
	#k_services .service-single:nth-child(even) { float: right; clear: right; }
	#k_services .service-single img { width: 100%; max-width: 100%; }
	#k_services .service-single a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	#k_services span { display: inline-block; line-height: 100%; color: #ffffff; font-size: 1em; margin-bottom: 20px; }
	#k_services .service-single:nth-child(2) img { width: 100%; }
	#k_services .service-single:nth-child(3) img { width: 100%; }
	#k_services .service-single:nth-child(4) img { width: 100%; }
	#k_services .service-single:nth-child(5) img { width: 54%; }
	#k_services .service-single:nth-child(6) img { width: 70%; }
	#k_services .service-single:nth-child(7) img { width: 100%; }
	
	#k_service .underline { width: 100%; height: 1px; background-color: #ec5b29 !important; display: block;  margin: 20px auto 15px auto; }
	
	#k_flow .flow-single h2::before { width: 60px; }
			
	#k_contact .title { width: 40%; display: inline; clear: none; float: left; margin-right: 0px; }
	#k_contact .subtitle { width: 40%; display: inline; clear: none; float: left; font-size: 1em; }
	
	#k_contact .cols-1 { width: 20%; display: inline-block; float: left; clear: none; }
	#k_contact .cols-5.col-last { display: inline-block; float: left; clear: none; }
	
	#k_team .cols-6 { width: 100%; float: none; margin-right: 0px; }
	#k_team .cols-6.col-last { width: 100%; float: none; }
	.full-width img { width: 100%; }
	
	.cols-12 { width: auto; padding: 0; }
	.text-left { display: block; text-align: center; }
	.text-right { display: block; text-align: center; }
	
	
	#k_portfolio .container, #k_mission .container, #k_service .container, #k_works .container { width: auto; }
	.container .portfolio-item:nth-child(3n+1), .container .mission-item:nth-child(3n+1), .container .service-item:nth-child(3n+1)  { display: block; } 
		
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
	#k_contact .title { width: 100%; display: inline; clear: both; float: none; margin-right: 0px; }
	#k_contact .subtitle { width: 100%; display: inline; clear: both; float: none; font-size: 1em; }
	#k_contact .cols-5.col-last { line-height: 100% !important; margin-top: 10px !important; } 
	
	/* Mobile block additions */ 
	
	h1 { font-size: 25px; }
	.heading small { display: inline-block; line-height: 30px; font-size: 18px; }
	p { line-height: 1.8em; }
	#k_blog_single h1 { font-size: 1.1em !important; }
}

/* ==========================================================================
   Subscription plans
   ========================================================================== */
#subscription-page { overflow: hidden; font-family: 'IBM Plex Sans JP', sans-serif; }
.subscription-banner { line-height: 0; background: #f5f1eb; }
.subscription-banner img { display: block; width: 100%; height: auto; }
#subscription-page .subscription-plans { padding: 96px 0 74px; background: #fdfaf5; }
#subscription-page .subscription-plans-heading { margin: 0 auto 78px; text-align: center; }
#subscription-page .subscription-eyebrow { margin: 0 0 9px; color: #ed5a27; font-family: Arial, sans-serif; font-size: 14px; font-weight: bold; letter-spacing: .22em; line-height: 1.3; }
#subscription-page .subscription-plans-heading h1 { margin: 0 0 16px; color: #30251d; font-size: 39px; }
#subscription-page .subscription-plans-heading > p:last-child { margin: 0; color: #675f58; font-size: 17px; text-align: center; }
#subscription-page .subscription-plan-grid { display: flex; align-items: flex-end; gap: 48px; }
#subscription-page .subscription-plan { position: relative; display: flex; flex: 1 1 0; min-width: 0; min-height: 607px; padding: 0; border: 1px solid #dfd9d1; border-radius: 12px; background: #fff; box-shadow: 0 8px 22px rgba(75, 55, 36, .06); opacity: 0; overflow: hidden; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
#subscription-page .subscription-plan.is-visible { opacity: 1; transform: translateY(0); }
#subscription-page .subscription-plan--standard { border: 4px solid #f2a20d; transform: translateY(-40px); }
#subscription-page .subscription-plan--standard.is-visible { transform: translateY(-40px); }
#subscription-page .subscription-plan--standard .subscription-plan-body { padding-top: 27px; }
#subscription-page .subscription-plan-body { display: flex; flex: 1; flex-direction: column; padding: 34px 30px 27px; text-align: center; }
#subscription-page .subscription-plan h2 { margin: 0 0 5px; color: #342b24; font-size: 24px; }
#subscription-page .subscription-plan-en { margin: 0 0 12px; color: #2678ba; font-family: Arial, sans-serif; font-size: 34px; font-weight: bold; line-height: 1.2; }
#subscription-page .subscription-plan--standard .subscription-plan-en { color: #ed5a27; }
#subscription-page .subscription-plan-description { min-height: 48px; margin: 0 0 21px; color: #655d56; font-size: 14px; line-height: 1.7; }
#subscription-page .subscription-price { display: flex; flex-direction: column; margin: 0 0 25px; color: #30251d; font-family: Arial, sans-serif; letter-spacing: 0; }
#subscription-page .subscription-price span { margin: 0 0 4px; font-family: inherit; font-size: 14px; }
#subscription-page .subscription-price strong { color: #30251d; font-family: inherit; font-size: 43px; line-height: 1; }
#subscription-page .subscription-price strong small { margin-left: 2px; color: inherit; font-family: inherit; font-size: .52em; }
#subscription-page .subscription-price em { margin-top: 8px; color: #30251d; font-family: 'IBM Plex Sans JP', sans-serif; font-size: 18px; font-style: normal; }
#subscription-page .subscription-features { flex-grow: 1; margin: 0 0 24px; padding: 20px 0 4px; border-top: 1px solid #e7e1da; list-style: none; text-align: left; }
#subscription-page .subscription-features li { position: relative; margin: 0; padding: 9px 0 9px 25px; border-bottom: 1px solid #f0ebe6; color: #443b34; font-size: 14px; line-height: 1.55; }
#subscription-page .subscription-features li:before { position: absolute; top: 14px; left: 3px; width: 10px; height: 6px; border-bottom: 2px solid #2678ba; border-left: 2px solid #2678ba; content: ''; transform: rotate(-45deg); }
#subscription-page .subscription-plan--standard .subscription-features li:before { border-color: #ed5a27; }
#subscription-page .subscription-popular { position: absolute; top: 0; right: 0; left: 0; z-index: 1; margin: 0; padding: 9px 8px; background: #ed5a27; color: #fff; font-size: 14px; font-weight: bold; line-height: 1.3; text-align: center; }
#subscription-page .subscription-plan-button { display: block; margin-top: auto; padding: 13px 10px; border: 1px solid #2678ba; border-radius: 8px; color: #2678ba; font-size: 15px; font-weight: bold; line-height: 1.4; text-align: center; }
#subscription-page .subscription-plan-button:hover { background: #2678ba; color: #fff; }
#subscription-page .subscription-plan--standard .subscription-plan-button { border-color: #ed5a27; background: #ed5a27; color: #fff; }
#subscription-page .subscription-plan--standard .subscription-plan-button:hover { background: #d94b1c; border-color: #d94b1c; }
#subscription-page .subscription-plans-note { margin: 32px 0 0; color: #81776f; font-size: 13px; text-align: center; }

@media only screen and (max-width: 767px) {
    #subscription-page .subscription-plans { padding: 59px 0 45px; }
    #subscription-page .subscription-plans-heading { margin-bottom: 46px; }
    #subscription-page .subscription-eyebrow { font-size: 12px; }
    #subscription-page .subscription-plans-heading h1 { font-size: 27px; }
    #subscription-page .subscription-plans-heading > p:last-child { font-size: 14px; line-height: 1.8; }
    #subscription-page .subscription-plan-grid { flex-direction: column; gap: 23px; }
    #subscription-page .subscription-plan { width: 100%; min-height: 0; flex-basis: auto; margin: 0; }
    #subscription-page .subscription-plan--standard { order: -1; transform: translateY(0); }
    #subscription-page .subscription-plan--standard.is-visible { transform: translateY(0); }
    #subscription-page .subscription-plan--standard { transition-delay: 0s; }
    #subscription-page .subscription-plan--simple { transition-delay: .12s; }
    #subscription-page .subscription-plan--business { transition-delay: .24s; }
    #subscription-page .subscription-plan-body { padding: 30px 24px 24px; }
    #subscription-page .subscription-plan--standard .subscription-plan-body { padding-top: 47px; }
    #subscription-page .subscription-plan h2 { font-size: 22px; }
    #subscription-page .subscription-plan-en { font-size: 30px; }
    #subscription-page .subscription-plan-description { min-height: 0; margin-bottom: 18px; }
    #subscription-page .subscription-plans-note { margin-top: 25px; font-size: 12px; line-height: 1.7; }
}

@media (prefers-reduced-motion: reduce) {
    #subscription-page .subscription-plan, #subscription-page .subscription-plan--standard, #subscription-page .subscription-plan--standard.is-visible { opacity: 1; transform: none; transition: none; }
}

@media only screen and (min-width: 0px) and (max-width: 420px) {
	#k_contact .cols-1 { width: 28%; }
	#k_services .service-single img { width: 75%; max-width: 75%; }
	#k_services span { font-size: 0.8em; }
	
}

@media only screen and (min-width: 0px) and (max-width: 350px) {
	#k_services span { font-size: 0.65em; }
	#k_services .service-single:nth-child(2) img { width: 100%; }
	#k_services .service-single:nth-child(3) img { width: 100%; }
	#k_services .service-single:nth-child(4) img { width: 100%; }
	#k_services .service-single:nth-child(5) img { width: 45%; }
	#k_services .service-single:nth-child(6) img { width: 60%; }
	#k_services .service-single:nth-child(7) img { width: 70%; }
	
}

@media only screen and (min-width: 0px) and (max-width: 300px) {
	#k_contact .cols-1 { display: none; }
	#k_contact .cols-5.col-last { height: auto; line-height: 1.2em; }
	.slider { display: none; }
	.slider-content { display: none; }

}

@media only screen and (min-width: 0px) and (max-width: 280px) {
	#k_services span { font-size: 0.6em; }
}

@media only screen and (min-width: 0px) and (max-width: 250px) {
	#k_services .service-single { background-color: #ec5b29; width: 86%; height:94vw; margin-bottom: 3px; padding: 3% 7%; overflow: hidden; text-align: center; }
	#k_services span { display: inline-block; line-height: 100%; color: #ffffff; font-size: 0.8em; margin-bottom: 20px; }
	#k_services .service-single:nth-child(2) img { width: 100%; }
	#k_services .service-single:nth-child(3) img { width: 100%; }
	#k_services .service-single:nth-child(4) img { width: 100%; }
	#k_services .service-single:nth-child(5) img { width: 54%; }
	#k_services .service-single:nth-child(6) img { width: 70%; }
	#k_services .service-single:nth-child(7) img { width: 100%; }

}

/* Toggle Menu Animations */

#toggle_menu {
  width: 60px; 
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#toggle_menu span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #ec5b29;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#toggle_menu span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#toggle_menu span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#toggle_menu span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#toggle_menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#toggle_menu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#toggle_menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

.grecaptcha-badge { display: none !important; }

/* Fix the speech plugin offscreen content from showing */

.mejs-offscreen { display: none; }
