/*
Theme Name: cessgumo-renewal
Theme URI: https://wordpress.org/themes/cessgumo/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cessgumo
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	line-height: 1.15;
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
ol, ul {
    list-style: none;
}
figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1em;
}

a {
	transition: 0.3s ;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.l-container {
    max-width: 1200px;
    margin: 0 auto;
	position: relative;
}

.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all .5s;
}

.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
.effect2 > .fadein:nth-of-type(2) {
	-moz-transition-delay:100ms;
	-webkit-transition-delay:100ms;
	-o-transition-delay:100ms;
	-ms-transition-delay:100ms;
}
.effect2 > .fadein:nth-of-type(3) {
	-moz-transition-delay:150ms;
	-webkit-transition-delay:150ms;
	-o-transition-delay:150ms;
	-ms-transition-delay:150ms;
}
.effect2 > .fadein:nth-of-type(4) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.effect2 > .fadein:nth-of-type(5) {
	-moz-transition-delay:250ms;
	-webkit-transition-delay:250ms;
	-o-transition-delay:250ms;
	-ms-transition-delay:250ms;
}
.effect2 > .fadein:nth-of-type(6) {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
}
.effect2 > .fadein:nth-of-type(7) {
	-moz-transition-delay:350ms;
	-webkit-transition-delay:350ms;
	-o-transition-delay:350ms;
	-ms-transition-delay:350ms;
}
.effect2 > .fadein:nth-of-type(8) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}

/*news*/
.c-archive01__link {
	position: relative;
	display: block;
	padding: 17px 40px 17px 0;
}
.c-archive01__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}	
.c-archive01__date {
	font-weight: 700;
	color: #999;
	line-height: 1;
}
.c-archive01__cat {
	margin-left: 15px;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    background: #17a297;
    padding: 5px 10px;
}
.c-archive01__head {
    color: #000;
    line-height: 1.6;
}



/*ブログ*/
.p-blog-list {
	border-bottom: 1px solid #f1f1f1;
	padding: 10px;
}
.p-blog-list:first-of-type {
	border-bottom: 1px solid #f1f1f1;
}
.p-blog-list__desc {
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 2;
}
.p-blog-list__cate {
    margin: 20px 0 0;
}
.p-blog-list__cate a {
	color:#fff;
}
.c-archive02__cat ul,
.single-header-content-labels ul {
	display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.c-archive02__cat ul li {
    margin-right: 15px;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    background: #17a297;
    padding: 5px 10px;
	margin-bottom: 20px;
}



/*パートナー*/
#partner {
	position: relative;
	padding-top: 70px;
	margin-top: 150px;
}

#partner::before {
    content: '';
    width: 100%;
    height: 540px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	background: url(images/top/bg_partners@2x.png);
    background-size: cover;
}
#partner .partner--inner {
	position: relative;
	transition: all .3s;
    z-index: 1;
}


.home-partner__line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 102px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 1;
}
.home-partner__line:before, .home-partner__line:after {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    left: 0;
    background: #00933c;
    margin-left: -1px;
    opacity: 0;
}
.home-partner__line:before {
    top: 0;
}
.home-partner__line:after {
    bottom: 0;
}
.home-partner__line span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #00933c;
}

.c-ttl02 {
    position: relative;
    z-index: 1;
	text-align: center;
	padding: 1em 0 5em;
}
.c-ttl02 .en {
    margin-bottom: 20px;
	font-size: 1.8em;
    display: block;
	font-weight:600;
    color: #fff;
}
.grad_bg_text {
    background: -webkit-gradient(linear,left top,right top,from(#0fd8b1),to(#46c4db));
    background: -webkit-linear-gradient(left,#0fd8b1 0%,#46c4db 100%);
    background: linear-gradient(to right,#0fd8b1 0%,#46c4db 100%);
    color: #fff;
    display: inline-block;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
}

.c-content_box {
	display: block;
    width: calc(100% - 200px);
    margin: 0 auto;
    padding: 2.5em;
    background-image: linear-gradient(45deg, #fff 50%, #edf6f5 50%);
    background-image: -webkit-linear-gradient(45deg, #fff 50%, #edf6f5 50%);
    background-image: -moz-linear-gradient(45deg, #fff 50%, #edf6f5 50%);
    background-image: -ms-linear-gradient(45deg, #fff 50%, #edf6f5 50%);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    border-radius: 10px;
    padding: 60px 95px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
	margin-top: -40px;
}
.c-ttl01 {
    text-align: center;
    font-size: 3.8rem;
    margin-bottom: 30px;
}
.c-thumb_ttl {
    color: #00933c;
    font-size: 1.8vw;
    font-weight: 700;
    margin-bottom: 15px;
	display: block;
    text-align: center;
}
.c-thumb_ttl::after,
.c-thumb_ttl::before {
    content: '';
    display: inline-block;
    margin: 0 15px;
    width: 2px;
    height: 25px;
    background-color: #00933c;
    vertical-align: bottom;
}
.c-thumb_ttl::before {
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}
.c-thumb_ttl::after {
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}
.c-ttl01 .main-gra {
	display: inline-block;
    margin-bottom: 20px;
}
.c-ttl01 .main-gra::after {
	content: '';
    display: block;
    background: -webkit-gradient(linear,left top,right top,from(#0fd8b1),to(#46c4db));
    background: -webkit-linear-gradient(left,#0fd8b1 0%,#46c4db 100%);
    background: linear-gradient(to right,#0fd8b1 0%,#46c4db 100%);
    width: 100%;
    height: 5px;
    margin-top: 15px;
}


#contact-bn {
	position: fixed;
    right: 0;
    top: 210px;
	z-index: 2;
}
#contact-bn a {
	position: relative;
    webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 15px;
    color: #000;
    font-weight: 600;
    font-size: 2em;
	border-radius: 10px 0 0 10px;
    background-color: #fff00a;
	border: 1px solid #000;
	text-decoration: none;
    z-index: 2;
}
#contact-bn a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 700;
    padding: 1px;
    position: absolute;
    top: 15px;
    display: block;
}
#contact-bn a:hover {
	color:#fff;
	background-color:#000;
	border-radius: 10px 0 0 10px;
}
#contact-bn a > div {
    display: inline-block;
	padding-top: 30px;
}
#contact-bn a > div > p {
    font-size: .6em;
    font-weight: 100;
    letter-spacing: 0.2em;
    padding: 0;
    margin: 0;
}


.hidden-pc {
	display: none;
}
.hidden-sp {
	display: block;
}

.single .breadcrumbs {
	display:block;
}
.single .breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	height: 80px;
    line-height: 80px;
    padding: 0 10em;
	background-color: #edf6f5;
	overflow-x: scroll;
	white-space: pre;
}	
.single .breadcrumbs a,
.single .breadcrumbs li {
	color: #008f3b;
	font-size: 12px;
	text-decoration: none;
}	

.single #centents {
	padding:0 10em;
}

/* header */
@media (min-width: 826px) {
.mod-header-contactLinks {
	display:none !important;
}
	

/*	@-webkit-keyframes zoomUp {
	  0% {
		  -webkit-transform: scale(1);
		  transform: scale(1);
	  }
	  100% {
		  -webkit-transform: scale(1.15);
		  transform: scale(1.15);
	  }
	}

	@keyframes zoomUp {
	  0% {
		  -webkit-transform: scale(1);
		  transform: scale(1);
	  }
	  100% {
		  -webkit-transform: scale(1.15);
		  transform: scale(1.15);
	  }
	}

	.swiper-slide-active .slide-img,
	.swiper-slide-duplicate-active .slide-img,
	.swiper-slide-prev .slide-img { 
		-webkit-animation: zoomUp 12s linear 0s;
		animation: zoomUp 12s linear 0s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
*/
	.flex_list {
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.hero {
		margin: 0 auto;
		max-width: 1800px;
	}
	.hero .top {
		position: relative;
	}
	.introduction_header {
		display: flex;
		flex-flow: column nowrap;
		/* height: 810px; */
		margin: 0 auto;
	}
	.round-rectangle {
		z-index: 1;
		display: block;
		width: calc(100% - 200px);
		margin: 0 auto;
		padding: 2.5em 5em;
		background: #fff;
		background: linear-gradient(180deg, #fff 0%, #fff 50%, #edf6f5 50%, #edf6f5 100%);
		border-radius: 6px;
		box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
		text-align: center;
		margin-top: -95px;
		position: relative;
	}
	.round-rectangle h2 {
		font-size: 2vw;
		color: #000;
		font-weight: 100;
	}
	.round-rectangle h2 span {
		font-size: 32px;
		background: linear-gradient(transparent 50%, #e5f4eb 50%);
		padding: 0 30px;
		text-align: center;
	}	
	.round-rectangle .thumb-txt {
		font-size: 1.4vw;
    	line-height: 1.8;
	}
	
	.slide-img {
		background-size: cover;
		background-position: center center; 
		height: 650px;
	}	
	.swiper-container .swiper-pagination-bullet-active{
			background: #67C2B1; 
	}
	.txt_area {
		position: absolute;
		width: 90%;
		max-width: 1000px;
		color: #fff;
		top: 10%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.txt_area h3 {
		color:#fff;
		font-size: 5.6em;
		font-weight:900;
		padding: 10px 0;
		letter-spacing: -.05em;
		text-shadow:1px 1px 0 #44403f, -1px -1px 0 #44403f,
			-1px 1px 0 #44403f, 1px -1px 0 #44403f,
			0px 1px 0 #44403f,  0-1px 0 #44403f,
			-1px 0 0 #44403f, 1px 0 0 #44403f,
			1px 2px 3px #000;
	}
	/*
	.txt_area .h3-span {
		font-size:2rem;
		letter-spacing: 1px;
	   	color:#fff;
	   	text-align: center;
	   	text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
					-1px 1px 0 #000, 1px -1px 0 #000,
					0px 1px 0 #000,  0-1px 0 #000,
					-1px 0 0 #000, 1px 0 0 #000;
		width:50%;
		margin:0 auto;
		font-weight:700;
	}
	.txt_area .h3-span::before {
		content: "\A" ;
		white-space: pre ;
	}	
	.txt_area .h3-span .main-fc-txt {
		font-size:2.5rem;
	}
	*/
	.txt_area .txt p {
		font-size: 2em;
		color: #44403f;
		margin: 0;
		font-weight:700;
		padding-bottom: 20px;
	}
	.marker {
		text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
					-1px 1px 0 #000, 1px -1px 0 #000,
					0px 1px 0 #000,  0-1px 0 #000,
					-1px 0 0 #000, 1px 0 0 #000;	
	    color: #fff00a;
		font-weight: 700;
	}

	
	.txt_area .btnList {
		width: 100%;
		max-width: 900px;
		margin: 10px auto 0;
	}
	.txt_area .btnList li {
		width:100%;
	}

	#mainv_btn1 {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #e7b256;/*#4a958d;*/
		text-align: center;
		color: #fff;
		font-weight: 700;
		width: 100%;
		max-width: 400px;
		height: 65px;
		border-radius: 4px;
		margin-bottom: 20px;
		font-size: 19px;

		box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .5);
	}
	#mainv_btn1:hover {
		background-color: #E9A226;
		box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, .5);
	}
	#mainv_btn2 {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		text-align: center;
		color: #F03748;
		font-weight: 700;
		width: 100%;
		max-width: 400px;
		height: 65px;
		border-radius: 4px;
		margin-bottom: 20px;
		font-size: 19px;

		box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .5);
	}
	#mainv_btn2:hover {
		background-color: #ffe;
		box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, .5);
	}




	.btn {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		border:1px solid #000;
		color: #000;
		font-weight: 700;
		letter-spacing: .1em;
		width: 430px;
		height: 65px;
		margin: 0 auto;
		font-size: 15px;
	}
	.btn:hover {
		background:#000;
		color:#fff;
	}
	.btn-color {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff00a;
		border:1px solid #000;
		color: #000;
		font-weight: 700;
		letter-spacing: .1em;
		width: 430px;
		height: 65px;
		font-size: 15px;
	}	
	.btn-color::after {
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-size: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
		background:#000;
		top: 0;
		filter: alpha(opacity=70);
		-moz-opacity: 0;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.btn-color:hover::after {
		filter: alpha(opacity=70);
		-moz-opacity: 1;
		opacity: 1;
		filter: alpha(opacity=100);
	}	
	.btn span {
		position: relative;
		z-index: 1;
    	display: inline-block;
		vertical-align: middle;
	}
	.btn span::before,
	.btn span::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.btn span::before{
		right: -20px;
		width: 10px;
		height: 1px;
		background: #000;
	}
	.btn:hover span::before{
		right: -20px;
		width: 10px;
		height: 1px;
		background: #fff;
	}
	.btn-color span::before{
		right: -20px;
		width: 10px;
		height: 1px;
		background: #000;
	}
	.btn span::after{
		right: -20px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}	
	.btn:hover span::after{
		right: -20px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}	
	.btn-color span::after{
		right: -20px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/*#download .btn {
		border-radius: 10px 0 10px 0;
		background-color: #1f4f4e;
		color: #fff;
	}
	#download .btn:hover {
		background: #000;
		color: #fff;
	}*/



	.dd--works--list {
		position: relative;
		display: block;
		color: #232323;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}	
	.dd--works--list:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #fafafa;
		opacity: 0;
		-webkit-transform: scale(.6);
		transform: scale(.6);
		-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
		transition: all .4s cubic-bezier(.19,1,.22,1);
		-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
		transition-timing-function: cubic-bezier(.19,1,.22,1);
	}	
	.dd--works--list .dd--works--image--wrapper {
		/*width: 120px;
		height: 120px;*/
		position: relative;
		-ms-flex-preferred-size: 120px;
		flex-basis: 120px;
	}	
	.dd--works--list .dd--works--image {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center;
		-webkit-transition: all .8s cubic-bezier(.215,.61,.355,1);
		transition: all .8s cubic-bezier(.215,.61,.355,1);
		-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
		transition-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform,-webkit-transform;
	}	
	.dd--works--list .dd--works--image#dd--bg-sns {
		background-image: url(images/top/01_bg.svg);
	}
	.dd--works--list .dd--works--image#dd--bg-fra {
		background-image: url(images/top/02_bg.svg);
	}
	.dd--works--list .dd--works--image#dd--bg-web {
		background-image: url(images/top/03_bg.svg);
	}
	.dd--works--list .card .card-body {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
		position: relative;
	}
	.dd--works--list .card .dd--works--heading {
		font-size: 1.4rem;
		font-weight: 400;
		position: relative;
		z-index: 2;
		padding:0;
	}
	.dd--works--list .card .dd--works--heading span {
		display: block;
		font-size: .9rem;
		letter-spacing: 2px;
		padding-top: 5px;
		color: #008a3c;
	}
	.dd--works--list .card .dd--works--heading span:after {
		content:none;
	}
	
	.s-three-button {
		transition: all .25s ease;
	}
	.swiper-slide-active .s-three-text {
	  animation: slideFromRight 1.5s ease 0s 1 normal;
	}
	.swiper-slide-active .s-three-sub {
	  animation: slideFromRightSub 2.0s ease 0s 1 normal;
	}
	.swiper-slide-active .s-three-button {
	  animation: slideFromRightBtn 2.5s ease 0s 1 normal;
	}

	@keyframes slideFromRightSub {
	  0%, 45% {
		transform: translateX(50px);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0px);
		opacity: 1;
	  }
	}	
	@keyframes slideFromRight {
	  0%, 25% {
		transform: translateX(50px);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0px);
		opacity: 1;
	  }
	}
	@keyframes slideFromRightBtn {
	  0%, 65% {
		transform: translateY(50px);
		opacity: 0;
	  }
	  100% {
		transform: translateY(0px);
		opacity: 1;
	  }
	}
	.achievement {
		margin-top: 20px;
	}
	/*.achievement::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		height: 50%;
		background-color: #edf6f5;
	}
	*/
	.jirei li {
		background: #fff;
		border: 5px solid #eee;
	}
	.jirei .text01 {
		text-align: center;
		font-size: 30px;
		font-weight: 700;
		margin: 0 0 20px;
		color: #fff;
	    /* background: -webkit-gradient(linear, left top, right top, from(#0ECC8A), to(#C8F54A)); */
		/* background: linear-gradient(90deg, #0ECC8A, #C8F54A); */
		background: #00933c;
		font-size: 1.5vw;
		font-weight: 700;
		margin-top: -60px;
		display: inline-block;
		padding: 5px 2em;
		position: relative;
		-webkit-box-shadow: 2px 2px 8px rgba(30,39,50,.13);
		box-shadow: 2px 2px 8px rgba(30,39,50,.13);
	}
	.jirei-inner {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 10px 25px;
	}
	.jirei-inner .text02 {
		background: #f7f7f7;
		/* margin: 1em; */
		padding: 1em;
		font-size: 1.5em;
	}
	.jirei-num {
		width: 50%;
		padding: 5px;
		position: relative;
		text-align: center;
	}
	.jirei-num h3 {
		position: relative;
		display: inline-block;
		padding: 0 10px;
		font-size:.7vw;
	}
	/*.jirei-num h3:before, .jirei-num h3:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 20px;
		height: 1px;
		background:#000;
	}
	.jirei-num h3:before {
		left:-10px;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	.jirei-num h3:after {
		right: -10px;
		-webkit-transform: rotate(-60deg);
		transform: rotate(-60deg);
	}*/
	.jirei-num p {
		margin:3px 0 0;
		font-weight: 700;
	}
	.jirei ul li .jirei-ttl {
		padding: 0;
		font-size: 1.4vw;
		font-weight: 700;
	}
	.jirei ul li .jirei-ttl span {
		background: linear-gradient(transparent 70%, #fff00a 70%);
		padding: 5px 10px;
	}
	.jirei-num .num {
		font-size: 3em;
		letter-spacing: -0.05em;
		margin-right: 5px;
		line-height: 1;
		text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
		color: #fff00a;
		font-weight: 700;
	}

	
	
	
	
	.content-inner p {
		font-size: 1vw;
		line-height: 1.8;
		text-align: left;
	}
	.jirei-num p {
		text-align: center;
	}
	.home-ac__line {
		margin-top: -10px;
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 102px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}	
	.home-ac__line:before {
		position: absolute;
		content: "";
		display: block;
		width: 3px;
		height: 3px;
		top:0;
		left: 0;
		background: #000;
		margin-left: -1px;
	}
	.home-ac__line span {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 1px;
		height: 0;
		background: #000;
	}
	.home-ac__line span {
		-webkit-transition: all .2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
		transition: all .2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
		height: 100%;
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
	}	
	
	.achievement.listBlock01 ul {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		-webkit-flex-direction: row;
		flex-direction: row;
		padding: 8em 0 5em;
	}
	.page-template-result .achievement.listBlock01 ul,
	.page-template-download .achievement.listBlock01 ul {
		flex-wrap: wrap;
		padding:0 0 5em;
	}
	.page-template-result .achievement.listBlock01 ul li, 
	.page-template-download .achievement.listBlock01 ul li {
		padding-bottom: 5em;
		margin-left: 0;
	}
	.achievement.listBlock01 ul li {
		width: 30%;
		margin-left: 32px;
		position: relative;
	}
	.achievement.listBlock01 ul li:first-child {
		margin-left: 0;
	}
	
	.achievement.listBlock01 ul li .mtr:before{
		position: absolute;
		font-family: 'Dancing Script', cursive;
		color:#17a297;
		opacity: .4;
		display: block;
		font-size: 3vw;
		transform: rotate(-25deg);
		top: -4rem;
    	left: -5rem;
		z-index: 1;
	} 
	.achievement.listBlock01 .svg {
		overflow:hidden;
		box-shadow: 0 0 48px rgba(0,0,0,.16);
	}
	.achievement.listBlock01 .svg img {
		display: block;
		-webkit-transition: 1.0s;
		transition: 1.0s;
		-webkit-transform: scale(1);
		transform: scale(1);
		width:360px;
		height:324px;
		object-fit: cover; /* この一行を追加するだけ！ */
	}
	.achievement.listBlock01 a:hover .svg img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	.achievement.listBlock01 ul li:nth-child(1) .mtr:before {
		content:'01';
	}
	.achievement.listBlock01 ul li:nth-child(2) .mtr:before {
		content:'02';
	}
	.achievement.listBlock01 ul li:nth-child(3) .mtr:before {
		content:'03';
	}
	.jirei.listBlock01 ul li:nth-child(1) .mtr:before {
		content:'Case01';
	}
	.jirei.listBlock01 ul li:nth-child(2) .mtr:before {
		content:'Case02';
	}
	.jirei.listBlock01 ul li:nth-child(3) .mtr:before {
		content:'Case03';
	}
	
	.title01 {
		position: absolute;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: .8em 2em;
		font-weight: 700;
		letter-spacing: 0.15em;
		background: -webkit-gradient(linear, left top, right top, from(#0ECC8A), to(#C8F54A));
		background: linear-gradient(90deg, #0ECC8A, #C8F54A);
		background: #008f3b;
		font-size: 1vw;
		/* min-height: 80px; */
		/* line-height: 2; */
		text-align: left;
		bottom: 15rem;
		left: -2rem;
	}
	
	.top-section__ttl {
		padding-top: 10em;
	}
	#mission .top-section__ttl,
	#download .top-section__ttl {
		padding-top: 0;
	}
	.top-section__ttl h2 {
		position: relative;
		padding: 0 0 0 5em;
		z-index: 1;
	}	
	
	
	.top-section__ttl p {
		position: relative;
		padding: 1em 0 0 3.5em;
		font-size: 1.5vw;
		line-height: 1.8;
		z-index: 1;
	}
	.top-section__ttl p.s2w {
		font-size:2vw;
		padding: 1em 0 0 2.5em;
		margin-bottom: 3em;
		z-index: 1;
	}
	.top-section__ttl h2 .jp {
		font-size: 1.8vw;
		position: relative;
		z-index: 2;
		display: inline-block;
		padding: 0 .2em;
		background-color: #fff;
		text-align: left;
		color:#000;
	}
	.top-section__ttl h2 .jp::before {
		position: absolute;
		top: 50%;
		left: -150%;
		z-index: 1;
		content: '';
		display: block;
		width: 150%;
		height: 1px;
		background-color: #00933c;
	}	
	.top-section__ttl h2 .en {
		display:block;
		font-size: 6vw;
		color: #000;
		font-weight: 600;
		line-height: 1;
	}
	.top-section__ttl h2 .en .gr {
		color:#00933c;
	}
	
	.home-message__inner {
		position: relative;
		padding-top: 5em;
    	padding-bottom: 5em;
		text-align: center;
	}
	.home-message__content {
		position: relative;
		padding-top: 5em;
		padding-bottom: 5em;
		text-align: center;
	}
	.home-message__img {
		position: absolute;
		width:50%;
	}
	.home-message__img.img01 {
		top: 10px;
		left: 0;
	}
	.home-message__img.img02 {
		right: 0;
		bottom: 0;
	}	
	.home-message-detail {
		padding-left: 30px;
	}
	.home-message-detail {
		position: relative;
		display: inline-block;
		text-align: left;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		z-index: 2;
	}
	.home-message-detail__txt {
		line-height: 3;
		font-size: 1.3vw;
		letter-spacing: .16em;
		margin-right: 35px;
	}
	.home-message-detail__txt span {
		
	}
	
	.mod-worksContact-links {
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		margin-top: 5em;
	}	
	.mod-worksContact-links-item {
		width:33.3333%;
		padding: 5em 5em 10em;
		position: relative;
	}
	.mod-worksContact-links-item .btn {
		width:60%;
	}
	.mod-worksContact-links-item .ico,
	.card--step .about--icon {
		width: 200px;
		height: 200px;
		background: #fff;
		border-radius: 50%;
		position: relative;
		margin: 0 auto 5px;
		line-height: 1;
		text-align: center;
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.mod-worksContact-links-item .ico img,
	.card--step .about--icon img {
		width: 70%;
	}
	.mod-worksContact-links-item h3 {
		text-align: center;
		color: #fff;
		font-size: 1.5vw;
		font-weight: 600;
	}
	.mod-worksContact-links-item p {
		color: #fff;
		margin: 1em 2em;
		font-size: 1.8em;
		line-height: 1.8;
		padding: 0 0 3em;
	}
	.mod-worksContact-links-item .btn {
		text-align: center;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}	
	.mod-worksContact-links-item.item-marketing {
		background: #2b8f86;
	}
	.mod-worksContact-links-item.item-franchise {
		background: #0ea872;
	}
	.mod-worksContact-links-item.item-web {
		background: #12b393;
	}
	
	
	.home-partner__inner {
		padding-top: 115px;
		padding-bottom: 160px;
	}	
	.home-partner__head {
		position: absolute;
		top: -5rem;
		left: -10rem;
		z-index: 2;
		margin: 0 0 -35px -20px;
		margin-left: -25px;
		font-family: 'Dancing Script', cursive;
		color: #17a297;
		opacity: .8;
		display: block;
		font-size: 5vw;
		transform: rotate(-10deg);
	}
	#cando {
		position: relative;
		margin-top: 10em;
	}
	#download {
		position: relative;
	}
	#cando:after {
		content: '';
		display: block;
		width: 100%;
		height: 35%;
		position: absolute;
		right: 0;
		top: 0;
		background: url(images/top/can_bg.jpg) no-repeat right 100%;
		-moz-background-size: 100% auto;
		background-size: auto 100%;
	}
	
	.mod-candoContact-links {
		position: relative;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		margin-top: 10em;
		background:#ecf3f2;
		width: calc(100% - 200px);
		margin: 10em auto 0;
	}	
	.mod-candoContact-links-item {
		width: 25%;
		padding: 2em;
		position: relative;
		border-left: 1px solid #17a297;
    	border-top: 1px solid #17a297;
	}
	.mod-candoContact-links-item:nth-child(4),
	.mod-candoContact-links-item:nth-child(8) {
		border-right: 1px solid #17a297;
	}
	.mod-candoContact-links-item:nth-of-type(n+5) {
		border-bottom:1px solid #17a297;
	}
	.home-partner__head {
		position: absolute;
		top: 2rem;
		left: 10rem;
		z-index: 2;
		margin: 0 0 -35px -20px;
		margin-left: -25px;
		font-family: 'Dancing Script', cursive;
		color: #17a297;
		opacity: .8 !important;
		display: block;
		font-size: 3vw;
		transform: rotate(-10deg);
	}
	.mod-candoContact-links-item .ico {
		width: 200px;
		height: 200px;
		background: #fff;
		border-radius: 50%;
		position: relative;
		margin: 0 auto 20px;
		line-height: 1;
		text-align: center;
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.mod-candoContact-links-item .ico img {
		width:60%;
	}
	.mod-candoContact-links-item h3 {
		text-align: center;
		color: #00933c;
		color: #17a297;
		font-size: 1.2vw;
		font-weight: 600;
		padding: 0;
	}
	.mod-candoContact-links-item .btn {
		text-align:center;
		position: absolute;
		bottom: 20px;
	}	
	#service {
		position:relative;
		z-index: 1;
	}
	.service-inner:before {
		content: '';
		display: block;
		width: 50%;
		height: 80%;
		position: absolute;
		left: 0;
		top: 30vw;
		background: #edf6f5;
		background-size: 100%;
		z-index: -1;
	}	

	.card-layout {
		margin: 0 auto;
		height: 470px;
		position: relative;
	}
	.step {
		margin-top: 180px;
	}
	.card-layout .ph {
		width: 68.75%;
		height: 100%;
		background-color: #eee;
	}
	.intro-01 .ph {
		background: url(images/top/sec01_bg@2x.png) center center no-repeat;
		background-size: cover;
	}	
	.intro-02 .ph {
		background: url(images/top/sec02_bg@2x.png) center center no-repeat;
		background-size: cover;
	}	
	.intro-03 .ph {
		background: url(images/top/sec03_bg@2x.png) center center no-repeat;
		background-size: cover;
	}
	.card-layout .card {
		background-color: #fff;
		position: absolute;
		top: -60px;
		text-align: center;
		padding: 45px;
		box-shadow: 0 7px 20px 0 rgba(0,0,0,.1);
	}
	.card-layout .card {
		width: 520px;
	}
	.card-layout.crd-L .card {
		left: 10%;
	}
	.card-layout.crd-R .card {
		right: 10%;
	}
	.card-layout.crd-L .ph {
		float: right;
	}
	#introduction-main h2.num {
		color: #17a297;
		font-size: 68px;
		font-weight: 300;
		margin-top: -130px;
		font-weight: 600;
	}	
	#introduction-main p.title {
		font-size: 2vw;
		font-weight: 700;
		line-height: 1.5;
		margin-bottom: 1em;
		color:#1f4f4e;
	}
	.card .read {
		text-align: left;
		letter-spacing: 0.01em;
		font-weight: 300;
		margin-bottom: 35px;
		line-height: 1.8;
		font-size: 1.8em;
	}
	
	.customer-inner {
		margin: 0 5em;
    	/*background: #edf6f5;*/
	}
	.p-business__body-inner {
		padding: 60px 25px 0;
		position: relative;
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		z-index: 2;
		/* -webkit-box-pack: start; */
		justify-content: center;
		text-align: left;
		max-width: 1000px;
    	margin: 0 auto;
	}
	.c-business-card {
		position: relative;
		padding: 5px;
	}
	.c-business-card__image {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		height: 15vh;
		overflow: hidden;
		position: relative;
		padding: 0;
		background: #fff
	}
	.page-template-business .c-business-card__image {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		height: 15vh;
		overflow: hidden;
		position: relative;
		padding: 0 1em;
		background: #fff;
	}
	.c-business-card__image img {
		width:70%;
		background: none !important;
		padding: 0 !important;
	}
	.c-business-card__image img.w50 {
		width: 50% !important;
	}	
	.c-business-card__image img.pc-w50 {
		width:50% !important;
	}
	.page-template-business .c-business-card__image img {
		width: 70%;
	}
	
	.customer-txt {
		text-align:right;
		padding: 0 10em;
	}
	
	.news-inner, .blog-inner {
		padding: 0 10em;
    	margin: 10em auto;
	}
	.page-template-result .blog-inner {
		margin:0 auto;
	}
	#download .news-inner {
		
	}
	.news-list,
	.p-blog-lists {
		position: relative;
		padding-bottom: 5em;
	}
	.news-list__item {
		border-bottom: 1px solid #f1f1f1;
	}
	.news-list__item:first-child {
		border-top:1px solid #f1f1f1;
	}
	.c-archive01__link {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 28px 105px 28px 30px;
	}
	.c-archive01__meta {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 230px;
		flex: 0 0 230px;
		-webkit-box-align: center;
		-ms-flex-align: start;
		align-items: center;
	}
	.c-archive01__date {
		font-size: 1vw;
	}	
	.c-archive01__cat {
		font-size: .8vw;
	}
	.c-archive01__head {
		-webkit-box-flex: 2;
		-ms-flex: 2 0 50%;
		flex: 2 0 50%;
		font-size: 1vw;
	}
	/*#download:after {
		content: '';
		display: block;
		width: 60%;
		height: 20%;
		position: absolute;
		right: 0;
		top: 0;
		background: #edf6f5;
		-moz-background-size: 100% auto;
		background-size: auto 100%;
	}*/
	#download .listBlock01 {
		margin:10em 0;
		z-index: 1;
    	position: relative;
	}
	#download .c-archive01__meta {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		-webkit-box-align: center;
		-ms-flex-align: start;
		align-items: center;
	}
	#download .c-archive01__link {
		font-size:1.5vw;
	}
	#download .news-list__item {
		position:relative;
		padding: 0 10em;
	}
	#download .news-list__item::after {
		font-family: "Font Awesome 5 Free";
		content: "\f054";
		font-weight: 700;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		margin-right: 5px;
		position: absolute;
		font-size: 1vw;
		top: 50%;
    	right: 20%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}	
	#download .entry-icon-new {
		background: #d00;
		color: #fff;
		padding: .8em;
		font-weight: 100;
		font-size: .8em;
		letter-spacing: 0.2em;
	}
	.page-template-download .listBlock01 .btn {
		width:100% !important;
	}

	.recommend-list {
		position: relative;
		margin: 2em 0;
		padding: 2em;
    	border: solid 1px #16a297;
		border-radius: 8px;
	}
	.page-template-download .flow-txt {
		color: #1f4f4e;
		font-size: 1.2vw;
		font-weight: 700;
		padding: 0 0 1em 0;
		min-height: 90px;
		display: flex;
    	align-items: center;
	}
	.recommend-list .box-title {
		position: absolute;
		display: inline-block;
		top: -13px;
		left: 10px;
		padding: 0 9px;
		line-height: 1;
		font-size: 16px;
		background: #FFF;
		color: #16a297;
		font-weight: bold;
	}
	.recommend-list p {
		margin: 0; 
		padding: 0;
		display: flex;
		font-size: 1.4em;
		font-weight: 500;
		min-height: 70px;
		align-items: center;
		color: #16a297;
		font-weight: 700;
	}
	.dl.listBlock01 ul.listBlock0--inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 10em;
	}
	.dl.listBlock01 ul.listBlock0--inner li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		margin: 0 25px 5em;
		position: relative;
		background: -webkit-linear-gradient(0deg, #0fd8b1, #46c4db);
	}
	.dl.listBlock01 ul.listBlock0--inner li:not(:first-child)::before {
		/*content: url(images/top/arrow-list.png); */
		content: '････････';
		position: absolute;
		left: -50px;
		top: calc( 50% - 20px);
		width: 70px;
		font-size: 12px;
	}	
	
	.dl.listBlock01 ul.listBlock0--inner li .mtr{
		position: absolute;
		top: -3rem;
    	left: 0;
		z-index: 2;
		margin: 0 0 -35px -20px;
		margin-left: -25px;
		font-family: 'Dancing Script', cursive;
		color: #17a297;
		opacity: .8;
		display: block;
		font-size: 3vw;
		transform: rotate(-10deg);
	}
	.dl.listBlock01 ul.listBlock0--inner li .card--step {
		height: 100%;
	}
	.card-body {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 30px 40px;
	}
	.card-body .about--icon {
		text-align: center;
    	margin: 20px auto 20px;
	}
	.card-body .about--heading {
		font-size: 1.8rem;
	    /* line-height: 150%; */
		margin-bottom: 20px;
		padding: 0;
		text-align: center;
		letter-spacing: 2px;
		color: #fff;
	}
	.mod-Contact-links {
		padding: 0 10em;
		background:#00933c;
	}
	.mod-Contact-links-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-around;
		padding: 5em;
	}
	.mod-Contact-links-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 48%;
		max-width: 48%;
		padding: 5em 2em;
		position: relative;
		text-align: center;
		padding-bottom: 10em;
		border: 1px solid #fff;
	}
	.mod-Contact-links-item .title-contact {
		text-align: center;
		font-size: 1.8em;
		color: #fff;
		font-weight: 600;
	}
	.mod-Contact-links-item h3 {
		position: relative;
		display: inline-block;
		padding: 0 55px;
		text-align: center;
		color: #fff;
		font-size: 1.8vw;
		font-weight: 600;
	}
	.mod-Contact-links-item h3:before, 
	.mod-Contact-links-item h3:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 45px;
		height: 1px;
		background-color: #fff;
	}
	.mod-Contact-links-item h3:before {
		left:0;
	}
	.mod-Contact-links-item h3:after {
		right: 0;
	}	
	.mod-Contact-links-item p {
		color: #fff;
		font-size: 1.8em;
		line-height: 1.8;
		padding: 0 0 2em;
		text-align: center;
	}
	.mod-Contact-links-item .btn {
		text-align: center;
		position: absolute;
		bottom: 50px;
		/* left: 25%; */
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 70%;
		background: #fff;
		border: solid 1px #fff;
		color: #000;
	}
	.mod-Contact-links-item .btn span::before {
		right: -20px;
		width: 10px;
		height: 1px;
		background: #000;
	}	
	.mod-Contact-links-item .btn span::after {
		right: -20px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mod-Contact-links-item .btn:hover {
		background: #000;
		color: #fff;
		border:none;
	}	
	.p-blog-list {
		overflow: hidden;
		width: 100%;
		list-style: none;
	}
	.p-blog-list:first-of-type {
		border-top: 0px solid #E4F0EC;
		border-top: 1px solid #f1f1f1;
	}
	.p-blog-list__head {
		width: 20%;
    	float: left;
	}	
	.p-blog-list__head--photo {
		overflow: hidden;
	}
	.p-blog-list__head--photo img {
		display: block;
		-webkit-transition: 1.0s;
		transition: 1.0s;
		-webkit-transform: scale(1);
		transform: scale(1);
		width:292px;
		height:185px;
		object-fit: cover; /* この一行を追加するだけ！ */
	}
	.p-blog-list__link:hover .p-blog-list__head--photo img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.p-blog-list__body {
		float: right;
		width: 75%;
		margin-right: 20px;
	}
	.p-blog-list__body--tit {
		padding-top:20px;
	}	
	.p-blog-list__body--date {
		font-size: 1vw;
    	color: #c0c0c0;
	}
	.p-blog-list__body--tit01 {
		font-weight: 500;
		font-size: 1.2vw;
		margin: 10px 0 0;
		padding: 0;
	}
	.p-blog-list__desc {
		font-size: 1.8em;
		line-height: 2;
		font-weight: 400;
	}
	.p-blog-list__cate {
		display: block;
    	float: left;
	}
	.p-blog-list__cate a:hover {
		color:#e5f4eb;
	}
	.home-partner__line {
		margin-top: -10px;
	}
	#mission .top-section__ttl {
		background: linear-gradient(180deg, #fff 0%, #fff 50%, #edf6f5 50%, #edf6f5 100%);
		padding-bottom: 5em;
	}		
	
	
	
}

button, input[type="button"], input[type="submit"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    width: 430px;
    height: 65px;
    margin: 0 auto;
    font-size: 15px;
}

@media screen and (max-width: 825px) {
	a {
		-webkit-transition: none !important;
		transition: none !important;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
	}
	a:hover {
		opacity: 1 !important;
		text-decoration: none !important;
	}
	.hidden-pc {
		display: block;
	}
	.hidden-sp {
		display: none;
	}
	
	.flex_list {
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.hero {
		padding-bottom: 170em;
		margin: 0 auto;
		max-width: 1800px;
	}
	.hero .top {
		position: relative;
	}
	.introduction_header {
		display: block;
	}
	.round-rectangle {
		z-index: 1;
		position: absolute;
		bottom: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		display: block;
		width: calc(100% - 30px) !important;
		margin-top: -70px !important;
		margin: 0 auto;
		padding: 10px 10px 20px;
		background: #fff;
		background: linear-gradient(180deg, #fff 0%, #fff 50%, #edf6f5 50%, #edf6f5 100%);
		border-radius: 6px;
		box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
		text-align: center;
	}
	.round-rectangle h2 {
		font-size: 2vw;
		color: #000;
		font-weight: 100;
	}
	.round-rectangle h2 span {
		font-size: 5.5vw;
		background: linear-gradient(transparent 50%, #e5f4eb 50%);
		padding: 0 30px;
		text-align: center;
	}	
	.round-rectangle .thumb-txt {
		font-size: 4.2vw;
    	line-height: 1.8;
	}
	
	.slide-img {
		background-size: cover;
		background-position: center center; 
		height: 600px !important;
	}	
	.swiper-container .swiper-pagination-bullet-active{
			background: #67C2B1; 
	}
	/*
	.txt_area {
		position: absolute;
		width: 100%;
		text-align: center;
		color: #fff;
		top: 55% !important;
		-webkit-transform: translateY(-55%) !important;
		transform: translateY(-55%) !important;
	}
	.txt_area h3 {
		color:#fff;
		font-size: 6em;
		font-weight:700;
		padding-bottom: 10px;
		letter-spacing: -.05em;
	}
	.txt_area h3 span {
		display:block;
		font-size:2rem;
		font-weight:500;
		letter-spacing: 1px;
	}
   .txt_area .txt p{
	   	color:#fff;
	   	text-align: center;
    }
	*/
	.btn {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 36px;
		background:#fff;
		border:1px solid #000;
		color: #000;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: .1em;
		width: 430px;
		height: 65px;
		margin: 0 auto;
		font-size: 15px;
	}
	.btn:hover {
		background:#000;
		color:#fff;
	}
	#contact .mod-Contact-links-item .btn {
		background:none;
		border:1px solid #fff;
		color: #fff;
	}
	.btn-color {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 36px;
		background-color: #fff00a;
		border:none;
		color: #000;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: .1em;
		width: 430px;
		height: 65px;
		font-size: 15px;
	}	
	.btn-color::after {
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-size: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
		background:#000;
		top: 0;
		filter: alpha(opacity=70);
		-moz-opacity: 0;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.btn-color:hover::after {
		filter: alpha(opacity=70);
		-moz-opacity: 1;
		opacity: 1;
		filter: alpha(opacity=100);
	}	
	.btn span {
		position: relative;
		z-index: 1;
    	display: inline-block;
		vertical-align: middle;
	}
	.btn span::before,
	.btn span::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.btn span::before{
		right: -20px;
		width: 10px;
		height: 1px;
		background: #000;
	}
	.btn:hover span::before{
		right: -20px;
		width: 10px;
		height: 1px;
		background: #fff;
	}
	#contact .mod-Contact-links-item .btn span::before{
		right: -20px;
		width: 10px;
		height: 1px;
		background: #fff;
	}
	#contact .mod-Contact-links-item .btn:hover span::before{
		right: -20px;
		width: 10px;
		height: 1px;
		background: #fff;
	}
	.btn-color span::before{
		right: -20px;
		width: 10px;
		height: 1px;
		background: #000;
	}
	.btn span::after{
		right: -20px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}	
	.btn:hover span::after{
		right: -20px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#contact .mod-Contact-links-item .btn span::after{
		right: -20px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}	
	#contact .mod-Contact-links-item .btn:hover span::after{
		right: -20px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn-color span::after{
		right: -20px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.s-three-button {
		transition: all .25s ease;
	}
	.swiper-slide-active .s-three-text {
	  animation: slideFromRight 1.5s ease 0s 1 normal;
	}
	.swiper-slide-active .s-three-sub {
	  animation: slideFromRightSub 2.0s ease 0s 1 normal;
	}
	.swiper-slide-active .s-three-button {
	  animation: slideFromRightBtn 2.5s ease 0s 1 normal;
	}

	@keyframes slideFromRightSub {
	  0%, 45% {
		transform: translateX(50px);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0px);
		opacity: 1;
	  }
	}	
	@keyframes slideFromRight {
	  0%, 25% {
		transform: translateX(50px);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0px);
		opacity: 1;
	  }
	}
	@keyframes slideFromRightBtn {
	  0%, 65% {
		transform: translateY(50px);
		opacity: 0;
	  }
	  100% {
		transform: translateY(0px);
		opacity: 1;
	  }
	}
	.achievement {
		margin-top: 20px;
		position: relative;
	}
	.achievement.listBlock01 ul {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		-webkit-flex-direction: row;
		flex-direction: row;
		padding: 0 2em;
	}
	.achievement.listBlock01 ul li {
		width: 30%;
		margin-left: 32px;
		position: relative;
	}
	.achievement.listBlock01 ul li:first-child {
		margin-left: 0;
	}
	
	.achievement.listBlock01 ul li .mtr:before{
		position: absolute;
		font-family: 'Dancing Script', cursive;
		color:#17a297;
		opacity: .4;
		display: block;
		font-size: 3vw;
		transform: rotate(-25deg);
		top: -2rem;
		left: -2rem;
		z-index: 1;
	} 
	.jirei li {
		background: #fff;
		border: 5px solid #eee;
	}
	.jirei .text01 {
		text-align: center;
		font-size: 30px;
		font-weight: 700;
		margin: 0 0 20px;
		color: #fff;
		background: -webkit-gradient(linear, left top, right top, from(#0ECC8A), to(#C8F54A));
		background: linear-gradient(90deg, #0ECC8A, #C8F54A);
		background: #00933c;
		font-size: 2.5em;
		font-weight: 700;
		margin-top: -60px;
		display: inline-block;
		padding: 5px 4em;
		position: relative;
		-webkit-box-shadow: 2px 2px 8px rgba(30,39,50,.13);
		box-shadow: 2px 2px 8px rgba(30,39,50,.13);
	}
	.jirei-inner {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 10px 15px;
	}
	.jirei-inner .text02 {
		background: #f7f7f7;
		/* margin: 1em; */
		padding: 1em;
		font-size: .8vw;
	}
	.jirei-num {
		width: 50%;
		padding: 5px;
		position: relative;
		text-align: center;
	}
	.jirei-num h3 {
		position: relative;
		display: inline-block;
		padding: 0 10px;
	}
	/*.jirei-num h3:before, .jirei-num h3:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 20px;
		height: 1px;
		background:#000;
	}
	.jirei-num h3:before {
		left:-10px;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	.jirei-num h3:after {
		right: -10px;
		-webkit-transform: rotate(-60deg);
		transform: rotate(-60deg);
	}*/
	.jirei-num p {
		margin:3px 0 0;
		font-weight: 700;
    	font-size: 1.8em !important;
    	text-align: center !important;
	}
	.jirei ul li .jirei-ttl {
		padding: 0;
		font-size: 5vw;
		font-weight: 700;
	}	
	.jirei ul li .jirei-ttl span {
		background: linear-gradient(transparent 70%, #fff00a 70%);
		padding: 5px 10px;
	}	
	.jirei-num .num {
		font-size: 10vw;
		letter-spacing: -0.05em;
		margin-right: 5px;
		line-height: 1;
		text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
		color: #fff00a;
		font-weight: 700;
	}
	
	.content-inner p {
		font-size: 16px;
		line-height: 1.8;
		text-align: left;
	}	
	.home-ac__line {
		margin-top: 5px;
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 55px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}	
	.home-ac__line:before {
		position: absolute;
		content: "";
		display: block;
		width: 3px;
		height: 3px;
		top:0;
		left: 0;
		background: #000;
		margin-left: -1px;
	}
	.home-ac__line span {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 1px;
		height: 0;
		background: #000;
	}
	.home-ac__line span {
		-webkit-transition: all .2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
		transition: all .2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
		height: 100%;
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
	}	
	
	.achievement.listBlock01 ul {

		display: block;
		padding-bottom: 2em;
	}
	.achievement.listBlock01 ul li {
		width: 100%;
		margin: 5em 0 0;
		position: relative;
	}
	.achievement.listBlock01 ul li:first-child {
		margin-left: 0;
	}
	
	.achievement.listBlock01 ul li .mtr:before{
		position: absolute;
		font-family: 'Dancing Script', cursive;
		color:#17a297;
		opacity: .4;
		display: block;
		font-size: 10vw;
		transform: rotate(-25deg);
		top: -3rem;
		left: -2rem;
		z-index: 1;
	} 
	.achievement.listBlock01 ul li:nth-child(1) .mtr:before {
		content:'01';
	}
	.achievement.listBlock01 ul li:nth-child(2) .mtr:before {
		content:'02';
	}
	.achievement.listBlock01 ul li:nth-child(3) .mtr:before {
		content:'03';
	}
	.jirei.listBlock01 ul li:nth-child(1) .mtr:before {
		content:'Case01';
	}
	.jirei.listBlock01 ul li:nth-child(2) .mtr:before {
		content:'Case02';
	}
	.jirei.listBlock01 ul li:nth-child(3) .mtr:before {
		content:'Case03';
	}
	.achievement.listBlock01 .svg {
		overflow:hidden;
	}
	.achievement.listBlock01 .svg img {
		display: block;
		-webkit-transition: 1.0s;
		transition: 1.0s;
		-webkit-transform: scale(1);
		transform: scale(1);
		width:330px;
		height:180px;
		object-fit: cover; /* この一行を追加するだけ！ */
	}
	.achievement.listBlock01 a:hover .svg img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.title01 {
		position: absolute;
		color: #fff;
		display: inline-block;
		padding: .8em 2em;
		font-weight:700;
    	letter-spacing: 0.15em;
		background: -webkit-gradient(linear, left top, right top, from(#0ECC8A), to(#C8F54A));
		background: linear-gradient(90deg, #0ECC8A, #C8F54A);
		background:#008f3b;
		font-size: 4vw;
		bottom: 13rem;
		left: -2rem;
	}
	.jisseki-lp .title01 {
		bottom: 8rem;
	    left: -2rem;
	}
	.top-section__ttl {
		padding-top: 1em;
	}
	.top-section__ttl h2 {
		position: relative;
		padding: 0 0 0 5em;
	}	
	
	.mod-Contact-links {
		margin-top: 5em;
	}
	
	.top-section__ttl p {
		position: relative;
		padding: 1em 20px 0 20px;
		z-index: 1;
	}
	.top-section__ttl p.s2w {
		font-size: 14px;
    	padding: 1em 20px 0 20px;
		z-index: 1;
	}
	.top-section__ttl h2 .jp {
		font-size: 4.2vw;
		position: relative;
		z-index: 2;
		display: inline-block;
		padding: 0 .2em;
		background-color: #fff;
		text-align: left;
		color:#000;
	}
	.top-section__ttl h2 .jp::before {
		position: absolute;
		top: 50%;
		left: -150%;
		z-index: 1;
		content: '';
		display: block;
		width: 150%;
		height: 1px;
		background-color: #00933c;
	}	
	.top-section__ttl h2 .en {
		display:block;
		font-size: 12vw;
		color: #000;
		font-weight: 600;
		line-height: 1;
	}
	.top-section__ttl h2 .en .gr {
		color:#00933c;
	}
	.home-message__inner {
		position: relative;
		padding-top: 5em;
    	padding-bottom: 5em;
		text-align: center;
	}	
	.home-message__img {
		position: absolute;
	}
	.home-message__img.img01 {
		top: 30px;
		left: 0;
		width: 70%;
	}
	.home-message__img.img02 {
		right: 0;
		bottom: 0;
		width: 50%;
	}	
	.home-message-detail {
		padding-left: 0;
	}
	.home-message-detail {
		position: relative;
		display: inline-block;
		text-align: left;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
  		text-orientation: upright;
		z-index: 1;
	}
	.home-message-detail__txt {
		line-height: 2.5 !important;
		letter-spacing: .16em;
		margin: 0;
		min-height: 420px;	
	}
	.home-message-detail__txt span {
		
	}
	
	.mod-worksContact-links {
		display: block;
		margin-top: 5em;
	}	
	.mod-worksContact-links-item {
		width:100%;
		padding: 5em;
		position: relative;
	}
	.mod-worksContact-links-item .ico {
		background: #fff;
		border-radius: 50%;
		position: relative;
		margin: 0 auto 5px;
		line-height: 1;
		text-align: center;
		align-items: center;
		display: flex;
		justify-content: center;
	}	
	.mod-worksContact-links-item .ico {
		width: 200px !important;
    	height: 200px !important;
		margin: 0 auto 5px;
		line-height: 1;
	}	
	.card--step .about--icon {
		width: 120px !important;
    	height: 120px !important;
	}
	.mod-worksContact-links-item .ico img,
	.card--step .about--icon img {
		width: 70%;
	}
	.mod-worksContact-links-item h3 {
		text-align: center;
		color: #fff;
		font-size: 5vw !important;
		font-weight: 600;
	}
	.mod-worksContact-links-item p {
		color: #fff;
		font-size: .8vw;
		line-height: 1.8;
		padding: 0 0 3em;
	}
	.mod-worksContact-links-item .btn {
		text-align:center;
		position: absolute;
		bottom: 20px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}	
	.mod-worksContact-links-item.item-marketing {
		background: #2b8f86;
	}
	.mod-worksContact-links-item.item-franchise {
		background: #0ea872;
	}
	.mod-worksContact-links-item.item-web {
		background: #12b393;
	}
	.mod-worksContact-links-item.item-service {
		background: #e6e6e6;
		color: #000;
	}
	
	
	.home-partner__inner {
		padding-top: 115px;
		padding-bottom: 160px;
	}	
	.home-partner__head {
		position: absolute;
		top: -5rem;
		left: -10rem;
		z-index: 2;
		margin: 0 0 -35px -20px;
		margin-left: -25px;
		font-family: 'Dancing Script', cursive;
		color: #17a297;
		opacity: .8;
		display: block;
		font-size: 5vw;
		transform: rotate(-10deg);
	}
	 #cando, #download, #achievement, #service, #customer, #news, #blog, #footer, #reason, .home #contact {
		position: relative;
		margin-top: 10em;
	}
	#cando:after {
		content: '';
		display: block;
		width: 100%;
		height: 550px;
		position: absolute;
		right: 0;
		top: 0;
		background: url(images/top/can_bg.jpg) no-repeat right 30%;
	}
	
	.mod-candoContact-links {
		position: relative;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		margin-top: 5em;
		background:#edf6f5;
	}	
	.mod-candoContact-links-item {
		width: 50%;
		padding: 5em;
		position: relative;
		border-left: 1px solid #17a297;
    	border-top: 1px solid #17a297;
	}
	.mod-candoContact-links-item:nth-child(1),
	.mod-candoContact-links-item:nth-child(5) {
		border-left:none;
	}
	.mod-candoContact-links-item:nth-of-type(n+5) {
		border-bottom:none;
	}
	.mod-candoContact-links-item:nth-child(7),
	.mod-candoContact-links-item:nth-child(8) {
		border-bottom:1px solid #17a297;
	}
	.home-partner__head {
		position: absolute;
		top: 4rem;
		left: 13rem;
		z-index: 2;
		margin: 0 0 -35px -20px;
		margin-left: -25px;
		font-family: 'Dancing Script', cursive;
		color: #17a297;
		opacity: .8;
		display: block;
		font-size: 3vw;
		transform: rotate(-10deg);
	}
	.mod-candoContact-links-item .ico {
		width: 100px !important; 
		margin: 0 auto 5px;
		line-height: 1;
	}
	.mod-candoContact-links-item h3 {
		text-align: center;
		color: #17a297;
		line-height: 1.5;
		font-size: 1.5vw;
		font-weight: 600;
	}
	.mod-candoContact-links-item .btn {
		text-align:center;
		position: absolute;
		bottom: 20px;
	}	
	#service {
		position:relative;
		z-index: 1;
	}
	.service-inner:before {
		content: '';
		display: block;
		width: 50%;
		height: 80%;
		position: absolute;
		left: 0;
		top: 45vw;
		background: #edf6f5;
		background-size: 100%;
		z-index: -1;
	}	

	.card-layout {
		margin: 0 auto;
		height: auto !important;
		position: relative;
	}
	.step {
		margin-top: 40px;
		margin-bottom: 30em;
	}
	.step:last-child {
		margin-bottom: 25em;
	}
	.card-layout .ph {
		width: 100%;
		height: 100%;
		background-color: #eee;
	}
	.intro-01 .ph {
		background: url(images/top/sec01_bg@2x.png) center center no-repeat;
		background-size: cover;
	}	
	.intro-02 .ph {
		background: url(images/top/sec02_bg@2x.png) center center no-repeat;
		background-size: cover;
	}	
	.intro-03 .ph {
		background: url(images/top/sec03_bg@2x.png) center center no-repeat;
		background-size: cover;
	}
	.card-layout .card {
		background-color: #fff;
		position: absolute;
		top: 100px;
		text-align: center;
		padding: 45px;
		box-shadow: 0 7px 20px 0 rgba(0,0,0,.1);
	}
	.card-layout .card {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	.card-layout.crd-L .card {
		left: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.card-layout.crd-R .card {
		right: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.card-layout.crd-L .ph {
		float: none;
	}
	#introduction-main h2.num {
		color: #00933c;
		font-weight: 300;
		margin-top: -115px;
		font-weight: 600;
	}	
	#introduction-main p.title {
		font-size: 34px;
		font-weight: 700;
		line-height: 1.5;
		margin-bottom: 1em;
		color:#1f4f4e;
	}
	.card .read {
		text-align: left;
		letter-spacing: 0.01em;
		font-weight: 300;
		margin-bottom: 35px;
		line-height: 1.8;
	}
	
	.customer-inner {
		/*margin: 0 5em;
    	background: #edf6f5;*/
	}
	.p-business__body-inner {
		position: relative;
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		z-index: 1;
		/* -webkit-box-pack: start; */
		justify-content: center;
		text-align: left;
	}
	.c-business-card {
		position: relative;
		padding: 10px;
		width: 50%;
	}
	.c-business-card__image {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		height: 10vh !important;
		overflow: hidden;
		position: relative;
		padding: 0 1em;
		background: #fff
	}
	.c-business-card__image img {
		width:80%;
	}
	.c-business-card__image img.w50 {
		width:50% !important;
	}
	.c-business-card__image img.w30 {
		width:30% !important;
	}
	.news-inner, .blog-inner {
		padding: 0 1em !important;
    	margin: 5em auto 0;
	}
	.home .blog-inner {
		margin-bottom:5em;
	}
	.news-list,
	.p-blog-lists {
		position: relative;
		padding-bottom: 5em;
	}
	.news-list__item {
		border-bottom: 1px solid #f1f1f1;
	}
	.news-list__item:first-child {
		border-top:1px solid #f1f1f1;
	}
	.c-archive01__link {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 28px 30px 28px 10px;
	}
	#download .c-archive01__link {
		font-size:4.5vw;
	}
	#download .news-list__item::after {
		font-family: "Font Awesome 5 Free";
		content: "\f054";
		font-weight: 700;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		margin-right: 5px;
		position: absolute;
		font-size:3vw;
		top: 50%;
    	right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}	
	
	.c-archive01__meta {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 180px;
		flex: 0 0 180px;
		-webkit-box-align: center;
		-ms-flex-align: start;
		align-items: center;
	}
	.c-archive01__date {
		font-size: 1.5rem;
	}	
	.c-archive01__cat {
		font-size: 1.3rem;
	}
	.c-archive01__head {
		-webkit-box-flex: 2;
		-ms-flex: 2 0 50%;
		flex: 2 0 50%;
		font-size: 1.5rem;
	}
	/*#download:after {
		content: '';
		display: block;
		width: 60%;
		height: 20%;
		position: absolute;
		right: 0;
		top: 0;
		background: #edf6f5;
		-moz-background-size: 100% auto;
		background-size: auto 100%;
	}*/
	#download .listBlock01 {
		margin:10em 0;
		z-index: 1;
    	position: relative;
	}
	.dl.listBlock01 ul.listBlock0--inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.dl.listBlock01 ul.listBlock0--inner li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 440px;
		flex: 0 0 440px;
		max-width: 90%;;
		margin: 0 25px 5em;
		position: relative;
		background: -webkit-linear-gradient(0deg, #0fd8b1, #46c4db);
	}
	.dl.listBlock01 ul.listBlock0--inner li:not(:first-child)::before {
		/*content: url(images/top/arrow-list.png); */
		content: none;
		position: absolute;
		left: -50px;
		top: calc( 50% - 20px);
		width: 70px;
		font-size: 12px;
	}	
	
	.dl.listBlock01 ul.listBlock0--inner li .mtr{
		position: absolute;
		top: -3rem;
    	left: 10px;
		z-index: 2;
		margin: 0 0 -35px -20px;
		margin-left: -25px;
		font-family: 'Dancing Script', cursive;
		color: #17a297;
		opacity: .8;
		display: block;
		font-size: 3vw;
		transform: rotate(-10deg);
	}
	.dl.listBlock01 ul.listBlock0--inner li .card--step {
		height: 100%;
	}
	.card-body {
		padding: 10px;
	}
	.card-body .about--icon {
		text-align: center;
    	margin: 20px auto;
		background: #fff;
		border-radius: 50%;
		position: relative;
		line-height: 1;
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.card-body .about--heading {
		font-size: 1.8rem;
	    /* line-height: 150%; */
		margin-bottom: 20px;
		padding: 0;
		text-align: center;
		letter-spacing: 2px;
		color: #fff;
	}
	#download .listBlock01 .btn {
		width: 100%;
		height: auto;
		padding: 1em;
		margin-bottom: 5em;
	}
	.mod-Contact-links-item {
		width:100%;
		padding: 5em;
		position: relative;
		text-align: center;
		padding-bottom: 10em;
	}
	.mod-Contact-links-item .title-contact {
		text-align: center;
		font-size: 1.8em;
		color: #fff;
		font-weight: 600;
	}
	.mod-Contact-links-item h3 {
		position: relative;
		display: inline-block;
		padding: 0 55px;
		text-align: center;
		color: #fff;
		font-size: 1.8vw;
		font-weight: 600;
	}
	.mod-Contact-links-item h3:before, 
	.mod-Contact-links-item h3:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 45px;
		height: 1px;
		background-color: #fff;
	}
	.mod-Contact-links-item h3:before {
		left:0;
	}
	.mod-Contact-links-item h3:after {
		right: 0;
	}	
	.mod-Contact-links-item p {
		color: #fff;
		font-size: 1.6vw;
		line-height: 1.8;
		padding: 0 0 2em;
		text-align: center;
	}
	.mod-Contact-links-item .btn {
		text-align:center;
		position: absolute;
		bottom: 50px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}	
	#download .btn {
	}
	.mod-Contact-links {
		background:#00933c;

	}
	.mod-Contact-links-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 2em;
	}
	.mod-Contact-links-item {
		width: 100%;
		padding: 5em 2em;
		position: relative;
		text-align: center;
		padding-bottom: 10em;
		border: 1px solid #fff;
	}
	.mod-Contact-links-item:first-child {
		margin-bottom: 2em;
	}
	.mod-Contact-links-item .title-contact {
		text-align: center;
		font-size: 1.8em;
		color: #fff;
		font-weight: 600;
	}
	.p-blog-list {
		overflow: hidden;
		width: 100%;
		list-style: none;
	}
	.p-blog-list:first-of-type {
		border-top: 0px solid #E4F0EC;
		border-top: 1px solid #f1f1f1;
	}
	.p-blog-list__head {
		width: 20%;
    	float: left;
	}	
	.p-blog-list__head--photo {
		overflow: hidden;
	}
	.p-blog-list__head--photo img {
		display: block;
		-webkit-transition: 1.0s;
		transition: 1.0s;
		-webkit-transform: scale(1);
		transform: scale(1);
		width:292px;
		height:185px;
		object-fit: cover; /* この一行を追加するだけ！ */
	}
	.p-blog-list__link:hover .p-blog-list__head--photo img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.p-blog-list__body {
		float: right;
		width: 75%;
		margin-right: 20px;
	}
	.p-blog-list__body--tit {
		padding-top:20px;
	}	
	.p-blog-list__body--date {
		font-size: 1vw;
    	color: #c0c0c0;
	}
	.p-blog-list__body--tit01 {
		font-weight: 500;
		font-size: 20px;
		margin: 10px 0 0;
		padding: 0;
	}
	.p-blog-list__desc {
		font-size: 13px;
		line-height: 2;
		font-weight: 400;
	}
	.p-blog-list__cate {
		display: block;
    	float: left;
	}
	.p-blog-list__cate a:hover {
		color:#e5f4eb;
	}
	.home-partner__line {
		margin-top: -10px;
	}	
	#contact-bn {
		z-index:2;
		bottom:0;
		top: 200px;
	}
	#contact-bn a {
		height: auto;
		font-size: 1.3vw;
	}
	#contact-bn a:before {
    	padding-bottom: 10px;
	}
	.c-content_box {
		 width: calc(100% - 200px) !important;
		padding: 10px 10px 20px !important;
	}
	.c-ttl02 {
		padding: 0em 0 5em;
	}
	.grad_bg_text {
		font-size: 3.5vw;
		padding: 5px 15px;
	}
	.c-ttl01 {
		font-size: 2.3vw;
		margin-bottom: 0;
	}
	#partner {
		margin-top: 80px;
	}
	
}


/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0;
    padding: 3rem 0 0 0;
}


h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	font-size: 1.6rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}


pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;

	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

.mw_wp_form .btn-send {
	margin:5em auto;
	transition: 0.3s;
}
.kiyaku {
	display: block;
    clear: both;
    padding: 3em 0 0;
}
.kiyaku a {
	text-decoration:underline;
}
button, input[type="button"], input[type="submit"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    width: 430px;
    height: 65px;
    margin: 0 auto;
    font-size: 15px;
	transition: 0.3s;
}
input::placeholder {
  color: #bdbdbd;
}
input[type="submit"]:hover {
    background: #000;
    color: #fff;
}


input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
/*	background: #767676;*/
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
/*	background: #bbb;*/
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.mont {
	font-family: 'Montserrat', sans-serif;
}


/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #24221D;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #00933c;
	outline: 0;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */


/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
	#page {
		min-width: 100%;
		min-width: inherit;
    	overflow: hidden;
	}	
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	/*max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;*/
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/


/* Site branding */


body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	vertical-align: middle;
}

.custom-header {
	position: relative;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}



.wp-pagenavi span {
    text-decoration: none !important;
    border: 1px solid #BFBFBF !important;
    padding: 12px 12px !important;
    margin: 5px !important;
}
.wp-pagenavi {
    clear: both;
    margin: 15px auto 0 !important;
    text-align: center !important;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #000;
    color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block !important;
    border: 1px solid #bfbfbf !important;
    color: #000;
    padding: 12px;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
}







#header {
  /*box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
  z-index: 2;
  width: 100%;
  background:#fff;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}
header .h_logo img {
  color: #fff;
  transition: .3s;
}
.clone-nav {
	position: fixed;
	top: -40px;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
	top: 0;
}
.is-show .h_logo img {
	width: 80%;
}
.is-show header .h_logo img {

}

nav li a {
  font-size: .8vw;
  padding: 0 1em;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
}

.pc-only {
	display:block;
}
.sp-only {
	display:none;
}


.content_txt {
	padding: 3rem 0 0;
    text-align: center;
	color: #1a1a1a;
	position: relative;
}
.content_txt .top-req {
	position: absolute;
	margin: 2px -15px;
    color: #ec0000;
	font-size: 2rem;
}


@media print, screen and ( min-width : 826px ) {
	a {
		outline: 0;
	}

	a:focus {
		outline: 0;
	}

	a:hover,
	a:active {
		outline: 0;
	}
  #header {
  }

	#header .container {
		max-width: 1300px;
    	margin: 0 auto;
		transition: .3s;
	}
  .h_logo img {
  }
  #h_top {
    position: relative;
    z-index: 3;
    width: 100vw;
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
	align-items: center;
	 
  }
	.h_logo {
		text-align: center;
		padding-left: 40px;
		padding: 15px 0 0 40px;
		max-width: 200px;
		-ms-flex: 0 0 300px;
		-webkit-box-flex: 0;
		flex: 0 0 200px;
	}
	.is-show .h_logo {
		margin-top:0;
	}
	.h_nav {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	} 
	#header #header-tel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#header #header-tel a {
		display: block;
		position: relative;
		text-align: center;
		background-color: #008f3b;
		color: #fff;
		font-size: 2.3rem;
		font-weight: 600;
		letter-spacing: 2px;
		padding: 10px;
		width: 280px;
		white-space: nowrap;
		-webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
		transition: all .4s cubic-bezier(.165,.84,.44,1);
		-webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
		transition-timing-function: cubic-bezier(.165,.84,.44,1);
		-webkit-transition-property: background;
		transition-property: background;
		background-color: #008f3b;
		/*background: -webkit-gradient(left top,right bottom,color-stop(0,#0fd8b1),color-stop(100%,#46c4db));
		background: linear-gradient(135deg,#0fd8b1 0,#46c4db 100%);*/
		
	}
	#header #header-tel a img {
		width: 85%;
	}
	#header #header-tel .tel-sp {
		display: none;
	}
	#header #header-tel .tel-ico {
		display: none;
	}
	#header #header-tel .tel-ico-hidden {
		display: none;
	}
	.gnav__wrap {
		width:90%;
	}
	.gnav {
		display: flex !important;
		justify-content: space-around;
	}

	.gnav li {
		text-align: center;
		transition: all .3s ease-in-out;
		padding:0 10px;
	}

	.gnav li a span:before {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 0;
		height: 1px;
		background: #67d9d1;
		opacity: 0;
		-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
		transition: all .4s cubic-bezier(.19,1,.22,1);
		-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
		transition-timing-function: cubic-bezier(.19,1,.22,1);
	}
	.gnav li a:hover span:before {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		width: 100%;
	}
	.gnav li.dropdown-trigger a:hover span:before {
		opacity:0;
	}
	.gnav a {
		color: #000;
		padding: 0 50px;
	}
	.gnav a p {
		font-size: 1vw;
	}
	.gnav a span {
		color:#008a3c;
		display:block;
		position: relative;
		font-size: .7vw;
		letter-spacing: .1em;
	}
	.gnav li.dropdown-trigger:hover {
		background: #e5f4eb;
		padding: 0 10px;
	}

	.gnav li.dropdown-trigger a span::after {
		font-family: "Font Awesome 5 Free";
		content: "\f078";
		font-weight: 900;
		position: absolute;
		bottom: -20px;
		left: 50%;
		margin-left: -5px;
		-webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
		transition: all .8s cubic-bezier(.19,1,.22,1);
		-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
		transition-timing-function: cubic-bezier(.19,1,.22,1);
		-webkit-transition-property: transform;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform,-webkit-transform;
	}
	.gnav li.dropdown-trigger:hover span::after {
		-webkit-transform:rotate(-180deg);
		transform:rotate(-180deg);
	}	
	.gnav > li:last-child a {
		border-right: solid 1px #fefefe;
	}

	.gnav > li:hover .megamenu {
		max-height: 9999px;
		opacity: 1;
		padding: 30px 0;
	}

	.megamenu {
		background: #e5f4eb;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		transition: all .2s ease-in;
		z-index: 999;
	}

	.megamenu-inner {
		display: flex;
		flex-wrap: wrap;
	}

	.megamenu-inner li {
		width: calc( (100% / 3) );
		padding: 0;
		transition: all .3s ease-in-out;
	}

	.megamenu-inner li a {
		border-left: none;
		color:#000;
	}
	.megamenu-inner li a .megamenu-inner-text:before {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 0;
		height: 1px;
		background: #67d9d1;
		opacity: 0;
		-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
		transition: all .4s cubic-bezier(.19,1,.22,1);
		-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
		transition-timing-function: cubic-bezier(.19,1,.22,1);
	}
	.megamenu-inner li a:hover .megamenu-inner-text:before {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		width: 100%;
	}

	.megamenu-inner-img {
		margin: 0 0 10px;
	}

	.megamenu-inner-text img {
		margin: 0 5px 0 0;
	}
	/*フッター*/
	#footer {
		color: #000;
		background: #edf6f5;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-transition: opacity .4s;
		transition: opacity .4s;
	}
	#footer .footer--bg {
		overflow: hidden;
		font-size: 1.4em;
		line-height: 1.8;
	}
	#footer .container {
	}
	.no-gutters {
		overflow: hidden;
		padding: 5em 10em 5em;
	}
	.col-lg-3 {
		float:left;
		width:30%;
	}
	.col-lg-9 {
		float:right;
		width:70%;
	}
	#sitemap h2 {
		display:none;
	}
	.closeBtn {
		display:none;
	}
	.navMenu {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.chiiki_menu .chiiki_menu {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;	
	}
	.navMenu .chiiki_menu:nth-child(2) {
		margin-right: 5em;
	}
	.navMenu .chiiki_menu:nth-child(3) {
		margin-right: 10em;
	}
	.ft_bold span {
		font-weight:600;
	}
	.ft_arrow a {
		position: relative;
		padding-left: 15px;
		display: inline-block;
		color:#000;
	}
	.ft_arrow a.ico-arrow:before {
		font-family: "Font Awesome 5 Free";
		content: "\f054";
		font-weight: 900;
		position: absolute;
		left: 0;
	}
	.chiiki_menu p {
		font-weight:700;
		font-size: 1vw;
	}
	.chiiki_menu ul {
		margin-left: 15px;
		font-size:1vw;
		
	}
	.chiiki_menu .bold::before {
	  font-family: "Font Awesome 5 Free";
	  content: "\f054";
		font-weight: 700;
	  -webkit-font-smoothing: antialiased;
	  display: inline-block;
	  font-style: normal;
	  font-variant: normal;
	  text-rendering: auto;
	  line-height: 1;
		margin-right: 5px;
	}
	.company-ttl {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.company-ttl .sns_btn {
		text-align: center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-align-content: center;
		align-content: center;
		margin-left: 10px;
	}
	.sns_btn li > div {
		display: inline-block;
		width: 36px;
		height: 36px;
		line-height: 36px;
		border-radius: 50%;
		-webkit-transition: all .25s ease-in-out 0s;
		transition: all .25s ease-in-out 0s;
	}
	.sns_btn li .twitter_back {
		background:#00a2f9;
	}
	.sns_btn li .facebook_back {
		background:#006dbc;
		margin-left: 5px;
	}
	.sns_btn li .note_back {
		background:#41c9b4;
		margin-left: 5px;
	}
	.sns_btn li > div:hover {
		background: #00933c;
	}
	.sns_btn li a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		color: #fff;
		pointer-events: auto;
		border-radius: 50%;
	}
	.sns_btn li a img {
		width: 20px;
		height: 20px;
		vertical-align: middle;
	}
	.sns_btn li .note_back a img {
		width: 30px;
		height: 30px;
	}
	
	.footer--company__name h1 {
		padding:0;
		width: 40%;
	}

	.footer--access {
		padding: 1em 0;
	}
	.footer--access img {
		width: 25%;
		width: 120px;
	}
	address {
		margin: 0 0 1.5em;
		font-style: normal;
	}
	#copyright {
		clear:both;
		background:#000;
		color:#fff;
		padding: 2em 10em;
		text-align: center;
		font-size: 1.5em;
	}
	.home .achievement.listBlock01 ul li .mtr:before {
		top: -7rem;
		left: -6rem;
	}
	.home .achievement.listBlock01 ul li .mtr:before {
		transform: rotate(-15deg);
	}
	
	
	.page-template-business-web .achievement.listBlock01 ul li {
		width:45% !important;
	}
	.page-template-business-web .business-box-inner .achievement.listBlock01 ul {
		padding: 0 0 5em;
	}
	.page-template-business-web .achievement.listBlock01 .svg img {
		width: 100% !important;
		height: 215px !important;
		object-fit: cover;
	}
	.page-template-business-web .business-box-inner .achievement.listBlock01 ul.jisseki-lp .title01 {
		bottom: 7rem !important;
	}	
	.page-template-business-web .business-box-inner .achievement.listBlock01 ul.jisseki-lp .text01 {
		text-align: center;
	}
	
	.case_title {
		background-position: 50%;
		background-size: cover;
		height: 520px;
		margin: 5em auto 0;
		margin-bottom: 2em;
		max-width: 1200px;
		position: relative;
	}
	.case_title_black_bg {
		background: linear-gradient(180deg,transparent 1%,transparent 50%,rgba(0,0,0,.89) 99%,rgba(0,0,0,.89));
		height: 100%;
	}
	.case_title_black_bg h1 {
		font-size: 30px;
		font-weight: 600;
		line-height: 1.6;
		margin: 0 0 20px;
		position: absolute;
		bottom: 10px;
		padding: 0 1em;
	}
	.case_title .mv-title {
		color: #fff;
		z-index: 1;
	}
	.subtitle {
		font-size:1.5vw;
		color: #fff;
		z-index: 1;
	}
	.single .l-container,
	#formWrap .l-container,
	#profile .summaryWrap {
		max-width:1000px;
	}
	.viewBox {
		position: relative;
		color: #333;
		padding: 1em 2em;
		border-radius: 0 10px 0 10px;
		border: 1px solid #00933c;
		line-height: 1.4;
		margin: 5em 0 0.5em;
	}
	.viewBox:after {
		position: absolute;
		font-family: 'Montserrat', sans-serif;
		content: 'PROFILE';
		background: #00933c;
		color: #fff;
		left: 0px;
		bottom: 100%;
		border-radius: 5px 5px 0 0;
		padding: 15px 40px 15px;
		font-size: 15px;
		line-height: 1;
		letter-spacing: 0.05em;
	}
	.viewBox p {
		font-size: 1.5em !important;
	}	
	.mv-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin: 3em 0 8em;
		border-bottom: 1px solid #f4f4f4;
		padding: .5em 0 2em;
	}
	
}

@media (max-width: 1200px) {
	.h_logo {
		padding-left: 0;
		max-width: 110px;
		-ms-flex: 0 0 160px;
		-webkit-box-flex: 0;
		flex: 0 0 110px;
	}
	.gnav a p {
		font-size:1.2vw;
	}	
	.gnav a span {
		color: #008a3c;
		display: block;
		font-size: .5vw;
	}
	.gnav li {
		text-align: center;
		transition: all .3s ease-in-out;
	}
	#header #header-tel {
		height: 100%;
	}
	#header #header-tel a {
		height: 90px;
		line-height: 90px;
		padding: 0 15px 0 10px;
	}	
	#header #header-tel a {
		font-size: 1.8rem;
	}
	#header #header-tel a span {
		display: block;
		font-size: 1.15rem;
		font-weight: 100;
		line-height: 1;
	}
	#header #header-tel a {
		padding: 10px 0;
		/* margin-right: 14px; */
		text-align: center;
	}
	#header #header-tel a {
		width: 220px;
	}
	
	#header #header-tel a img {
    	max-width: 100%;
	}
	#contact .btn {
		width:80%;
	}	
	.top-section__ttl h2 {
		padding: 0 0 0 1.5em;
		z-index: 1;
	}
	.txt_area h3 {
		font-size: 4.6vw;
	}
	.txt_area .txt p {
		font-size: 1.5vw;
		font-size: calc(1em + 1.5vw * 0.6);
	}
	.slide-img {
		height: 600px;
	}
	.round-rectangle {
		width: calc(100% - 200px);
		margin-top: -90px;
		padding: 2.5em 2em;
	}
	.news-inner, .blog-inner {
		padding: 0 10em;
	}
	/*
	.txt_area {
		position: absolute;
		width: 100%;
		text-align: center;
		color: #fff;
		top: 40%;
		-webkit-transform: translateY(-40%);
		transform: translateY(-40%);
	}
	.marker {
		text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
		color: #fff00a;
		font-weight: 700;
	}	
	.txt_area h3 {
		color: #fff;
		font-size: 4.5vw;
		font-weight: 700;
		padding: 10px 0;
		letter-spacing: -.05em;
		text-shadow: 1px 2px 3px #000;
	}	
	.txt_area .h3-span {
		letter-spacing: 1px;
		font-size:1.7vw;
		color: #fff;
		text-align: center;
		text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
		width: 50%;
		margin: 0 auto;
		font-weight: 700;	
	}	
	.txt_area .txt p {
		font-size: 1.5vw !important;
		color: #fff;
		text-align: center;
		text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
		margin: 0 auto;
		font-weight: 700;
		padding: 5px 0;
	}
	*/
	.content-inner p, 
	.mod-worksContact-links-item p,
	.card .read, 
	.p-blog-list__desc, 
	.c-archive01__head, 
	.mod-Contact-links-item p {
		font-size: 1.2vw;
	}
	.mod-worksContact-links-item {
		padding: 5em 2em 10em;
	}
	.mod-worksContact-links-item h3, 
	.mod-candoContact-links-item h3,
	.card-body .about--heading {
		font-size: 1.8vw;
	}
	.p-blog-list__body--tit01 {
		font-size:1.5vw;
	}
	.mod-candoContact-links-item h3 {
		padding:0;
	}
	.mod-worksContact-links-item p {
		margin: 1em;
		padding: 0;
	}
	.c-ttl01 {
		font-size: 3vw;
	}
	.home-message__img {
		position: absolute;
		width: 35%;
	}	
	#cando:after {
		content: '';
		display: block;
		width: 100%;
		height: 30%;
		position: absolute;
		right: 0;
		top: 0;
		background: url(images/top/can_bg.jpg) no-repeat right 100%;
		-moz-background-size: 100% auto;
		background-size: auto 100%;
	}	
	/*#download:after {
		content: '';
		display: block;
		width: 60%;
		height: 20%;
		position: absolute;
		right: 0;
		top: 0;
		background: #edf6f5;
		-moz-background-size: 100% auto;
		background-size: auto 100%;
	}*/
	.p-blog-list__head--photo img {
		width: 100%;
    	height: 145px;
	}
	.p-blog-list__desc {
		font-size: 1.3em;
	}
	.p-blog-list__body--tit {
		padding-top: 10px;
	}	
	.p-blog-list__body--tit01 {
		margin: 5px 0 0;
	}
	.p-blog-list__desc {
		margin: 10px 0 0;
	}
	.c-business-card__image {
		height: 85px;
	}
	.page-template-business-sns .c-business-card__image {
		height: 120px;
	}	
	.card-layout .ph {
		height: 260px;
	}
	.card-layout {
		height: 230px;
	}
	.mod-candoContact-links-item {
		padding: 2em 1em;
	}
	.mod-candoContact-links-item .ico {
		width: 60%;
		background: none;
		height: auto;
	}
	.home-partner__head {
		top: 1rem;
	    left: 6rem;
	}
	/*
	.txt_area .btnList {
		width: 75%;
	}
	.txt_area .btn, 
	.txt_area .btn-color {
		width:90%;
		font-size: 1.5vw;
	}
	*/
	.achievement.listBlock01 .svg img {
		width: 303px;
		height: 220px;
		object-fit: cover;
	}	
	.mod-worksContact-links-item .ico {
		width: 140px;
		height: 140px;
	}	
	#partner::before {
		height:400px;
	}	
	.jirei-inner {
		display:block;
		padding: 10px;
	}
	.achievement.listBlock01 ul li .mtr:before{
		top: -3rem;
    	left: -4rem;
	}
	.home .achievement.listBlock01 ul li .mtr:before {
		top: -5rem;
		left: -4rem;
	}
	.home .achievement.listBlock01 ul li .mtr:before {
		transform: rotate(-15deg);
	}
	.jirei-num {
		width:100%;
	}
	.jirei-num p {
		font-size:1vw;
	}
	.achievement.listBlock01 ul {
		padding: 8em 3em 5em;
	}
	.mod-candoContact-links {
		width: calc(100% - 200px);
	}
	#cando .mod-candoContact-links {
		
	}
	#contact .top-section__ttl {
		padding-top: 0;
	}
	#news .top-section__ttl {
		margin-top: 5em;
	}
	
	.service-flow {
		padding: 0;
	}
	.grad_bg_text, 
	.c-ttl01 {
		font-size: 3vw;
	}	
	.p-business__body-inner {
		z-index: 1;
		padding: 60px 10px 0;
	}
	.customer-txt {
		text-align:right;
		padding: 0 2em;
		font-size: 1.3em;
		color: #999;
	}	
	.c-business-card {
		position: relative;
		padding: 0 !important;
	}
	.c-business-card__image img {
		width:60%;
	}
	.mod-worksContact-links-item .ico {
		width:200px;
		height:200px;
	}
	.card--step .about--icon {
		width: 100px;
    	height: 120px;
	}
	#footer .footer--bg {
		overflow: hidden;
		font-size: .85em;
		line-height: 1.8;
	}
	.sns_btn li > div {
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}	
	.sns_btn li a img {
		width: 15px;
		height: 15px;
	}
	.sns_btn li .note_back a img {
		width: 30px;
		height: 30px;
	}
	.footer--company__name h1 {
		padding: 0;
		width: 230px;
	}	
	.footer--company__name h1 img {
		width:60%;
	}
	.footer--access img {
		width: 100px;
		width: 120px;
	}
	.chiiki_menu p {
		font-weight:700;
		font-size: 1.2vw;
	}
	
	.page-template-business-web .achievement.listBlock01 ul li {
		width:45% !important;
	}
	.page-template-business-web .business-box-inner .achievement.listBlock01 ul {
		padding: 0 5em 5em;
	}
	.page-template-business-web .achievement.listBlock01 .svg img {
		width: 278px !important;
		height: 175px !important;
		object-fit: contain;
	}
	.page-template-business-web .business-box-inner .achievement.listBlock01 ul.jisseki-lp .title01 {
		bottom: 7rem !important;
	}	
	.page-template-business-web .business-box-inner .achievement.listBlock01 ul.jisseki-lp .text01 {
		text-align: center;
	}
	
	.customer-inner {
	}
	.customer-inner h3 {
		padding: 3em 0 1em;
	}
	.page-template-business .c-business-card__image {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		height: 15vh;
		overflow: hidden;
		position: relative;
		padding: 0;
		background: #fff;
	}
	.page-template-business .c-business-card__image img {
		width: 60%;
	}
	.page-template-business .c-business-card__image {
		height: 85px;
	}	
	
	.case_title {
		background-position: 50%;
		background-size: cover;
		height: 520px;
		margin: 5em auto 0;
		margin-bottom: 2em;
		max-width: 1200px;
		position: relative;
	}
	.case_title_black_bg {
		background: linear-gradient(180deg,transparent 1%,transparent 50%,rgba(0,0,0,.89) 99%,rgba(0,0,0,.89));
		height: 100%;
	}
	.case_title_black_bg h1 {
		font-size: 2.3vw;
		font-weight: 600;
		line-height: 1.6;
		margin: 0 0 20px;
		position: absolute;
		bottom: 10px;
		padding: 0 2.1vw;
	}	
	.case_title .mv-title {
		color: #fff;
		z-index: 1;
	}
	.subtitle {
		font-size:1.5vw;
		color: #fff;
		z-index: 1;
	}
	.single .l-container {
		max-width:1000px;
	}
	.viewBox {
		position: relative;
		color: #333;
		padding: 1em 2em;
		border-radius: 0 10px 0 10px;
		border: 1px solid #00933c;
		line-height: 1.4;
		margin: 5em 0 0.5em;
	}
	.viewBox:after {
		position: absolute;
		font-family: 'Montserrat', sans-serif;
		content: 'PROFILE';
		background: #00933c;
		color: #fff;
		left: 0px;
		bottom: 100%;
		border-radius: 5px 5px 0 0;
		padding: 15px 40px 15px;
		font-size: 15px;
		line-height: 1;
		letter-spacing: 0.05em;
	}
	.viewBox p {
		font-size: 1.5em;
	}
	.mv-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin: 3em 0 8em;
		border-bottom: 1px solid #f4f4f4;
		padding: .5em 0 2em;
	}
	.recommend-list p {
		min-height:85px;
	}
	
	
}

@media (max-width: 922px){
	.gnav__wrap {
		width: 100%;
	}
	.gnav a p {
		font-size: 1.2vw;
	}	
	.gnav a span {
		color: #008a3c;
		display: block;
		font-size: .5vw;
	}
}


@media only screen and ( max-width : 825px ) {
	.pc-only {
		display:none;
	}
	.sp-only {
		display:block;
	}
	
	a {
		color: #24221D;
		text-decoration: none;
		outline: 0;
	}

	a:focus {
		outline: thin dotted;
		outline: 0;
	}

	a:hover,
	a:active {
		color: #6bb5cb;
		outline: 0;
	}
	
	#header #header-tel {
		text-align: center;
		margin-left: 10px;
		padding: 0;
		position: absolute;
		/*left: 55%;
		top: 10px !important;
		-webkit-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important;*/
		right: 80px;
		z-index: 2;
	}
	#header #header-tel .tel-pc {
		display: none;
	}
	.gnav a p {
		font-size: 4vw;
	}	
	.gnav a span {
		color: #008a3c;
		display: block;
		font-size: 3vw;
	}	
	/*#header #header-tel a.tel-sp {
		position: relative;
		font-size: 2em;
		font-weight: 900;
		letter-spacing: 2px;
		padding: 0 20px 0 50px;
		height: 80px;
		white-space: nowrap;
	}
	#header #header-tel a.tel-sp:before {
		position: absolute;
		content: "\f879";
		font-family: "Font Awesome 5 Free";
		color: #000;
		font-weight: 900;
		font-size: 1em;
		left: 25px;
		top: -1px;
	}
	#header #header-tel a.tel-sp span {
		display: block;
		font-size: .5em;
		font-weight: 100;
		line-height: 1.5;
		position: absolute;
		left: 25px;
		text-align: left;
	}*/
	#header #header-tel a.tel-ico {
		display: none;
	}
	
	#header #header-tel a.tel-ico-hidden {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #008f3b;
		color: #fff;
		width: 80px;
		height: 80px;
		line-height: 30px;
	}	
	
	
	#header {
		height:80px;
		position: fixed;
		top:0;
		left:0;
		z-index: 3;
	}
	#h_top {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		position: relative;
	}
	.h_logo {
		text-align: center;
		margin-left: 0;
		padding: 0;
		position: absolute;
		left: 5px;
		top: 15px;
		z-index: 2;
	}
	.h_logo img {
		/* color: #fff; */
		transition: .3s;
		width: 95%;
		max-width: 110px;
		-ms-flex: 0 0 110px;
		-webkit-box-flex: 0;
		flex: 0 0 110px;
	}
	/*
	.txt_area .h3-span {
		font-size: 5vw;
	}
	*/
/***コピペで持ってきた***************************/
	.txt_area {
		position: absolute;
		width: 90%;
		max-width: 1000px;
		color: #fff;
		top: 20%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.txt_area h3 {
		color:#fff;
		font-size: 4.6vw;
		font-weight:900;
		padding: 10px 0;
		letter-spacing: -.05em;
		text-shadow:1px 1px 0 #44403f, -1px -1px 0 #44403f,
			-1px 1px 0 #44403f, 1px -1px 0 #44403f,
			0px 1px 0 #44403f,  0-1px 0 #44403f,
			-1px 0 0 #44403f, 1px 0 0 #44403f,
			1px 2px 3px #000;
	}

	.txt_area .txt p {
		font-size: 1.5vw;
		font-size: calc(1em + 1.5vw * 0.6);
		color: #44403f;
		margin: 0;
		font-weight:700;
		padding-bottom: 20px;
		text-shadow: 1px 1px 1px #fff;
	}


	.txt_area .btnList {
		width: 100%;
		max-width: 900px;
		margin: 10px auto 0;
	}
	.txt_area .btnList li {
		width:100%;
	}

	#mainv_btn1 {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #e7b256;
		text-align: center;
		color: #fff;
		font-weight: 700;
		width: 100%;
		max-width: 400px;
		height: 65px;
		border-radius: 4px;
		margin-bottom: 20px;
		font-size: 17px;

		box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .5);
	}
	#mainv_btn1:hover {
		background-color: #E9A226;
		box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, .5);
	}
	#mainv_btn2 {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		text-align: center;
		color: #F03748;
		font-weight: 700;
		width: 100%;
		max-width: 400px;
		height: 65px;
		border-radius: 4px;
		margin-bottom: 20px;
		font-size: 17px;

		box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .5);
	}
	#mainv_btn2:hover {
		background-color: #ffe;
		box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, .5);
	}

/******************************/


	.h_nav {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
	.h_nav .cm-h__infoMenuBody-inner {
		width: 80px;
		height: 80px;
		display: block;
		position: absolute;
		right: 0;
		background: #000;
	}
	.clone-nav, .is-show {
		display:none;
	}
	.mod-header-sub {
		display:none;
	}
	.megamenu {
	}
	.megamenu-inner li:nth-child(3) {
		padding-bottom:10px;
	}
	.megamenu .dd--works--heading {
		color:#fff;
		padding: 0;
	}
	.gnav a p {
		color:#fff;
		font-weight: 100;
	}
	.txt_area .btn,
	.txt_area .btn-color {
		width: 90%;
		font-size: 4vw;
	}	
	.round-rectangle .achievement.listBlock01 ul {
		padding: 0 1em 5em;
	}
	#works {
		padding-top:10em;
	}
	#cando:after {
		height: 15%;
	}
	#download:after {
		height: 10%;
	}
	.dl.listBlock01 ul.news-lis {
		display:block;
	}
	.p-blog-list__head,
	.p-blog-list__body {
		width: 100%;
		float: none;
		margin-right: 0;
	}	
	.p-blog-list__head--photo img {
		width: 100%;
		height: 150px;
	}	
	.jirei .text01 {
		font-size:4vw !important;	
	}
	.c-business-card {
		position: relative;
		padding: 5px;
	}	
	#sitemap {
		background: rgba(68, 68, 68, 0.95);
		margin-top: 5em;
	}
	#footer {
		background: #edf6f5;
	}
	.footer--company__name h1 img {
		width: 50%;
	}
	.footer--access {
		margin-top: 2em;
	}
	.footer--access img {
		width: 30%;
		width: 120px;
	}
	.col-lg-3 {
		float: none;
		width: 100%;
		text-align: center;
	}	
	.col-lg-9 {
    	width: 100%;
		float:none;
	}
	.footer--nav {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer--nav li {
		background:#fff;
	}
	.footer--nav li.bl {
		border-left: 1px solid #ccc;
		background:#fff;
		height: 100%;
	}
	.footer--nav.flex50 {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer--nav.flex50 li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer--nav.flex50 li:nth-child(even) {
		border-left: 1px solid #ccc;
	}
	.main-link {
		width: 100%;
		border-top: 1px solid #ccc;
		/* border-bottom: 1px solid #ccc; */
		display: block;
		font-size: 13px;
		background: #fff;
		padding-left: 10px;
	}
	.footer--company__name h1 {
		padding: 0;
		text-align: center;
		margin: 0 auto;
	}
	.no-gutters {
		overflow: hidden;
		padding: 5em 0 0;
	}	
	#footer .footer--bg {
		padding: 0;
		overflow: hidden;
		font-size: .85em;
		line-height: 1.8;
	}	
	.chiiki_menu p {
		font-weight: 700;
		font-size: 15px;
	}	
	.company-ttl {
		display:block;
	}
	.company-ttl .sns_btn {
		text-align: center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-align-content: center;
		align-content: center;
		margin-left: 10px;
		margin-bottom: 2em;
	}
	.sns_btn li > div {
		display: inline-block;
		width: 36px;
		height: 36px;
		line-height: 36px;
		border-radius: 50%;
		-webkit-transition: all .25s ease-in-out 0s;
		transition: all .25s ease-in-out 0s;
	}
	.sns_btn li .twitter_back {
		background:#00a2f9;
	}
	.sns_btn li .facebook_back {
		background:#006dbc;
		margin-left: 5px;
	}
	.sns_btn li > div:hover {
		background: #00933c;
	}
	.sns_btn li a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		color: #fff;
		pointer-events: auto;
		border-radius: 50%;
	}
	.sns_btn li a img {
		width: 20px;
		height: 20px;
		vertical-align: middle;
	}

	
	#copyright {
		clear: both;
		background: #000;
		color: #fff;
		padding: 1em 0;
		margin-bottom: 70px;
		text-align: center;
		font-size: 1.5em;
	}
	/*
	.txt_area .btnList {
		width: 100%;
	}
	.txt_area .btn, .txt_area .btn-color {
		width: 90%;
		margin: 10px auto;
	}
	*/
	#contact-bn {
		visibility: hidden;
		z-index:2;
		bottom:0;
		top: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#contact-bn a {
		height: auto;
		font-size: 4vw;
		line-height: 1;
		webkit-writing-mode: vertical-rl;
		-ms-writing-mode: lr;
		writing-mode: lr;
		color:#fff;
		border-radius: 0;
		border:none;
	}	
	#contact-bn a:before {
		top: 15px;
		padding-bottom: 0;
		padding-right: 0;
	}
	#contact-bn a:hover {
		border-radius: 0;
	}	
	.mod-header-contactLinks {
		display:block ;
	}

	.mod-header-contactLinks {
		visibility: visible !important;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		z-index: 3;
	}	
	.mod-header-contactLinks-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.mod-header-contactLinks-item a {
		display: block;
		padding: .8em 0;
		font-size: 2.3em;
		text-align: center;
		color: #fff;
	}
	.mod-header-contactLinks-item.item-contact a {
		background-color: #46c4db !important;
		-webkit-transition-property: background !important;
		transition-property: background !important;
		background: #17a297 !important;
	}
	.mod-header-contactLinks-item.item-contact a:before {
		font-family: "Font Awesome 5 Free" !important;
		content: "\f0e0" !important;
		font-weight: 700 !important;
	}	
	.mod-header-contactLinks-item.item-download a {
		background-color: #46c4db !important;
		-webkit-transition-property: background !important;
		transition-property: background !important;
		background: #14d6b5 !important;
	}	
	.mod-header-contactLinks-item.item-download a:before {
		font-family: "Font Awesome 5 Free" !important;
		content: "\f019" !important;
		font-weight: 700 !important;
	}	
	.c-content_box {
		width: calc(100% - 30px) !important;
		padding: 5em;
	}
	.achievement.listBlock01 .svg img {
		width: 100%;
		height: 280px;
		object-fit: cover;
	}
	#download .achievement.listBlock01 .svg img {
		height:510px;
	}
	
	/*見出しフォント*/
	
	/*MV*/
	.f45 {
		font-size: 45px !important;
		line-height: 1.8;
	}
	.f40 {
		font-size: 40px !important;
		line-height: 1.8;
	}
	.f30 {
		font-size: 30px !important;
		line-height: 1.8;
	}
	.f25 {
		font-size: 25px !important;
		line-height: 1.8;
	}
	.f23 {
		font-size:23px !important;
		line-height: 1.8;
	}
	.f20 {
		font-size:20px !important;
		line-height: 1.8;
	}
	.f19{
		font-size:19px !important;
		line-height: 1.8;
	}	
	.f16 {
		font-size: 16px !important;
		line-height: 1.8;
	}
	.f14 {
		font-size: 14px !important;
		line-height: 1.8;
	}
	.f13 {
		font-size: 13px !important;
		line-height: 1.8;
	}
	.f12 {
		font-size: 12px !important;
		line-height: 1.8;
	}
	.btn {
		width:80%;
	}
	
	#download .entry-icon-new {
		background: #d00;
		color: #fff;
		padding: .8em;
		font-weight: 100;
		font-size: .8em;
		letter-spacing: 0.2em;
	}
	
.displayNone {
display: none;
}
	.open .displayNone {
		display:block;
	}
.accordion li {
border-bottom: 1px solid #ccc;
padding: 10px;
}
.accordion a {
}
.contentWrap {
margin: 10px;
}
.switch {
	cursor:pointer;
	font-weight: bold;
	padding:10px 40px 10px 10px;
	font-size: 14px;
	background: #eee;
	border-bottom: 1px solid #ccc;
	position: relative;
	transition: all .7s;
}
.switch:after {
position: absolute;
top: 60%;
right: 10px;
margin-top: -18px;
content: '>';
font-size: 18px;
font-weight: bold;
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-moz-transition: all, 0.25s, linear;
-o-transition: all, 0.25s, linear;
-webkit-transition: all, 0.25s, linear;
transition: all, 0.25s, linear;
font-family: sans-serif;
color: #FF6685;
}
.switch.open:after {
-moz-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
font-family: sans-serif;
}
.switch:after {
content: ">";
position: absolute;
right: 10px;
top: -100%;
bottom: -100%;
margin: auto;
font-size: 16px;
height: 16px;
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
font-family: sans-serif;
}
.switch.open:after {
content: "x";
}

	#specialwrap {
		padding-top:80px;
	}
	.breadcrumbs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex !important;
		height: 6.4vw;
		line-height: 6.4vw;
		padding: 0 4.8vw;
		background-color: #F4F4F4;
		overflow-x: scroll;
		white-space: pre;
	}	
	.breadcrumbs a {
		color: #888888;
		font-size: 12px;
		text-decoration: none;
		font-size: 2.66667vw;
	}	
	
	
	
	
	
}




/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {
	padding: 0;
}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
}

.site-content {
	/*padding: 2.5em 0 0;*/
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page:not(.home) #content {
	padding-bottom: 1.5em;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}



/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

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

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/


/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h2,
	.home.blog .entry-title,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Branding */

	.site-branding {
		padding: 3em 0;
	}

	/* Front Page */

	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 740px;
	}

	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width: 48em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */

	.wrap {
		/*max-width: 1100px;*/
		width: 1000px;
		margin: 0 auto;
		text-align: left;
		overflow: hidden;
		position: relative;
	}

	.has-sidebar:not(.error404) #primary {
		/*float: left;
		width: 58%;*/
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.site-branding {
		margin-bottom: 0;
	}

	.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-logo-link {
		padding-right: 2em;
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */

	.navigation-top {
		bottom: 0;
		font-size: 14px;
		font-size: 0.875rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
	}

	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}

	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation a {
		padding: 1em 1.25em;
	}

	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 16em;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: #767676;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #fff;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0.5em;
		right: auto;
	}

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */

	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */

	.site-content {
		/*padding: 5.5em 0 0;*/
	}

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 58%;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */

	/* without sidebar */

	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}

	.page:not(.home) #content {
		padding-bottom: 3.25em;
	}

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */

	#comments {
		padding-top: 5em;
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */

	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		font-size: 11px;
		font-size: 0.6875rem;
		margin-bottom: 2em;
	}

	/* Footer */


	.ft_cont {
		/*display: inline-block;
    	 width: 80%; */
    	text-align: center;
	}
	.ft_cont2 {
		float: right;
	}
	.ft_cont2 ul li {
		width: 26px;
    	height: 26px;
    	margin-bottom: 0px;
    	margin-right: 15px;
    	display: inline-block;
	}
	
	
	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}

	.site-footer .widget-column.footer-widget-2 {
		float: right;
		width: 58%;
	}

	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}

	.site-info {
		float: left;
		padding: 0.7em 0 0;
		width: 58%;
	}

	.social-navigation + .site-info {
		margin-left: 6%;
	}

	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

@media screen and ( min-width: 67em ) {

	/* Layout */

	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}

	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( min-width: 79em ) {

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}

@media screen and (min-width : 826px) and (max-width: 1024px) {/*スマフォ・タブレット用*/

}
@media screen and (min-width : 320px) and (max-width: 1023px) { 

}
@media screen and (max-width: 480px) { 
	.c-business-card__image {
		height: 7vh !important;
	}
	.home-partner__head {
		top: 0rem;
		left: 5rem;
		font-size: 25px !important;
	}
	.mod-candoContact-links-item .ico {
		width: 75px !important;
	}	

}
@media (max-width: 767.98px) {

}
@media (max-width: 826px) {
}


/*----------------------------
追記: AddQuicktag の装飾
---------------------------- */
.b{font-weight:bold;margin:0 0.15em;}
.red{color:#ce000d;}
.blue{color:#0087ff;}
.green{color:#0ab908;}
.pink{color:#ef6ae9;}
.orange{color:#ff8f00;}
.largest{font-size:300%;font-weight:bold;}
.smaller{font-size:60%;}
.strike{text-decoration:line-through;margin:0 0.15em;}
.P-highlighter{background:linear-gradient(transparent 60%, rgb(255, 169, 233) 60%);}
.B-highlighter{background:linear-gradient(transparent 60%, rgb(182, 242, 255) 60%);}
.G-highlighter{background:linear-gradient(transparent 60%, rgb(159, 255, 0) 60%);}
.O-highlighter{background:linear-gradient(transparent 60%, rgb(253, 185, 64) 60%);}
.Y-highlighter{background:linear-gradient(transparent 60%, rgb(255, 229, 0) 60%);}
.surrounded{margin: 0 0 4em;padding:1em 1.2em;border: 2px solid #616161;}


.heading1 span {display:block;}
.heading1 span:first-child {
	font-size: 1.2vw;
    color: #000;	
}
.heading1 span.main-ttl {
	font-size: 1.5vw;
    line-height: 1.8;
    color: #000;
    padding: .5em 0 1em;
	width: 62.33333%;
}
.mv-detail .mv-detail-name {
	display:block;
	font-size: 1.5em;
	line-height:1.5;
}
.mv-detail strong {
	font-size: 1.8em;
    line-height: 1.8;
}
.company-link {
	display: inline-block;
    padding: 1.5em 5em;
    background: #f4f4f4;
    border-radius: 100px;
    font-size: 1.5em;
}
.company-link i {
	padding-right:10px;
}


.single .breadcrumbs {
	padding: 0 24em;
}
.mv-post img,
.single-img img {
	width:100%;
}
.post-template-default p img {
	text-align:center;
}
.ttl-border01 {
	font-size:1.5vw;
	font-weight:700;
	text-align: center;
	margin: 0 0 2em;
}
.ttl-border01:after {
    content: '';
    width: 48px;
    height: 1px;
    display: block;
    margin: 16px auto 20px;
    background: #008f3b;
}
.single #centents p {
	font-size:1.8em;
	line-height:1.8;
}
.single .ttl-h3 {
    font-size: 32px;
    color: #1f4f4e;
    font-weight: 600;
    margin: 2em 0 0;
}
.single .marker02 {
    position: relative;
    display: inline-block;
    z-index: 1;
	background: linear-gradient(transparent 50%, #e5f4eb 0%);
    display: inline;
}
.ttl-h3-03 {
	margin: 0 0 20px;
	color:#16a397;
	font-size:2em;
	line-height:2;
	font-weight: 700;
}
.ttl-h3-03:before {
    content: "\2015\2015";
    letter-spacing: -.2em;
    margin-right: .6em;
}
#resultSummary {
    margin: 10em 0;
}
#resultSummary .flex {
    -js-display: flex;
    display: flex;
    margin: 0 auto;
}
#resultSummary .flex img {
	width:80%;
}
#resultSummary ul li {
    padding: 0 20px;
	flex: 1;
    margin: 0 auto;
}
#resultSummary table {
    width: 100%;
    border-top: 1px dotted #f4f4f4;
}
#resultSummary table th, 
#resultSummary table td {
    padding: 1em .5em;
    border-bottom: 1px dotted #f4f4f4;
	font-size: 1.8em;
}
#resultSummary table th {
    width: 25%;
}
#resultSummary table td {
    width: 75%;
}
.single .resultRelation {
	background:#edf6f5;
}
.single .resultRelation h3 {
	padding-top: 5em;
    margin-bottom: 0;
    border-top: 1px solid #f4f4f4;
}


.single-header-content {
	margin-top: 5em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.single-header-content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 20px 0;

}

.single-header-title {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .05rem;
}
.single-header-title-margin {
    margin-bottom: 26px;
}
.author-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.author-name {
    display: inline-block;
    margin: 0 20px 0 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #181818;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}
.author-single .author-name {
    margin: 0 0 0 10px;
}
.single-header-content-date {
    display: block;
    margin: 0 auto 0 0;
    font-size: 16px;
    color: #666;
    line-height: 1;
    letter-spacing: .14rem;
}
.single-header-content-inner a:hover span {
	color:#008f3b;
}
.single-header-content-labels {
}
.categorylabel {
    display: inline-block;
    padding: 4px 12px 3px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    color: #666;
    border-radius: 20px;
    border: 1px solid #666;
    -webkit-transition: color .25s ease,background .25s ease;
    transition: color .25s ease,background .25s ease;
    overflow: hidden;
}
.single-header-content .categorylabel {
    margin-top: 0;
    margin-right: 10px;
}
.note-single .mv-post {
	padding-top: 5em;
}
#ez-toc-container {
	width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0;
	box-shadow:none !important;
}
.ez-toc-link {
	font-size: 1.8em;
    line-height: 1.8;	
}
div#ez-toc-container p.ez-toc-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
div#ez-toc-container p.ez-toc-title {
	margin: 0 0 20px;
}
div#ez-toc-container p.ez-toc-title:before {
	display: inline-block;
	content: '▼';
	margin: 0 5px 0 0;
	font-size: 14px;
}
div#ez-toc-container p.ez-toc-title:before {
	margin: 0 5px 0 0;
	font-size: 11px;
}
div#ez-toc-container p.ez-toc-title:after {
	display: inline-block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	content: '';
	width: 100%;
	height: 1px;
	margin: 0 0 0 16px;
	background: #ddd;
}
div#ez-toc-container p.ez-toc-title:after {
	margin: 0 0 0 6px;
}
.ez-toc-list-level-1 {
	list-style-type: decimal;
	padding: 0 0 0 23px;
	margin: 10px 0 28px;
}	
.ez-toc-list-level-1 li{
	padding: 0 0 0 4px;
	margin: 10px 0 0;
}
.post-template-default #centents h3,
.ttl-h3-02 {
	font-size: 24px;
    border-bottom: 4px solid #ececec;
    margin: 2em 0;
    padding: 0 0 .25em;
    position: relative;
}
.post-template-default #centents h3::after,
.ttl-h3-02::after {
    content: '';
    width: 18%;
    height: 4px;
    background-color: #008f3b;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 1;
}
.post-template-default #centents h2,
.ttl-h2-01 {
	margin: 73px 0 30px;
    padding: 10px 0;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 2px solid #181818;
    color: #000;
}
.note-single #centents {
	margin-bottom: 10em;
}

.author-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
	padding-bottom: 10em;
}
.author-detail-header {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 0 auto;
}
.author-detail-visual {
    max-width: 700px;
    -webkit-flex-basis: 700px;
    -ms-flex-preferred-size: 700px;
    flex-basis: 700px;
    padding: 0 0 20px;
}
.author-detail-visual img {
    width: 100%;
    height: auto;
}
.author-detail-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 64px;
    padding: 38px 0 40px;
}
.author-detail-content-top {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.author-detail-name {
    position: relative;
    font-size: 34px;
}
.author-detail-name:before {
    position: absolute;
    top: 70%;
    left: -112px;
    content: '';
    display: block;
    width: 83px;
    height: 1px;
    background-color: #181818;
}
.author-detail-position01 {
    margin: 26px 0 0;
    font-size: 18px;
	font-weight: 700;
}
.author-detail-position02 {
    margin: 26px 0 0;
    font-size: 18px;
}
.author-detail-info {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.author-detail-sns {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: flex-end;
    margin: 0;
    list-style: none;
    font-size: 0;
    letter-spacing: 0;
}
.author-detail-sns-item {
    display: inline-block;
    margin: 0 17px;
    color: #16a398;
    font-size: 30px;
}
.author-detail-sns-item a {
    display: inline-block;
    color: inherit;
}
.author-detail-bottom {
    position: relative;
    max-width: 80%;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -100px auto 0;
    padding: 80px 0 88px;
}
.author-detail-bottom:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #edf6f5;
}
.author-detail-description {
    margin-top: 39px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: .05rem;
}
.author-detail-name-en {
    position: absolute;
    bottom: -38px;
    right: 70px;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: .13rem;
    line-height: 1.5;
    color: #d4eae8;
}


@media (max-width: 1200px) {
	.single .breadcrumbs {
		padding: 0 10em;
	}
	.single-header-title,
	.customer-inner h3,
	.ttl-h3 {
		font-size: 2vw;
	}
	.ttl-h2-01 {
    	font-size: 2vw;
		margin: 2vw 0;
	}
	.ttl-h3-02 {
		font-size:1.8vw;
	}
	.c-archive01__head {
		font-size: 1.2vw;
	}
	.home-message-detail__txt,
	.mod-candoContact-links-item h3 {
		font-size:1.4vw;
	}
	.single #contact {
		padding-top:10em;
	}
	.achievement.listBlock01 ul {
		width: calc(100% - 200px);
	}	
	.home .service-flow {
		width: calc(100% - 200px);
    	margin: 0 auto;
	}
	.home .achievement.listBlock01 ul {
		width: 100%;
	}
	.author-detail-header {
		max-width: 1000px;
		margin: 0 auto;
	}
	.author-detail-visual {
		max-width: 660px;
		-webkit-flex-basis: 700px;
		-ms-flex-preferred-size: 700px;
		flex-basis: 600px;
		padding: 0 0 20px;
	}
	.author-detail-bottom {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.author-detail-name {
		font-size:2.5vw;
	}
	.author-detail-position01 {
		margin: 10px 0;
		font-size: 1.4vw;
	}	
	.author-detail-position02 {
		font-size: 1.2vw;
		line-height: 1.8;
	}	
	.author-detail-name-en {
		right: 105px;
	}
	.dl.listBlock01 ul.listBlock0--inner {
		padding-top:0;
	}
}

@media (max-width: 825px) {	
	.secBusiness .box .txt, 
	.secBusiness .box,
	.achievement.listBlock01 ul,
	.customer-inner,
	.service-list {
    	width: calc(90% - 0px);
	}
	.page-template-business-fc .customer-inner {
		margin:0 auto;
	}
	.service-list {
		padding: 3em 0;
	}
	.page-template-business-fc .service-list {
		width: calc(100% - 0px);
	}
	.page-template-business-sns .service-list {
		padding:3em 0 0;
	}
	
	
	.hikaku .txt {
		padding: 1em !important;
    	margin: 0 !important;
	}
	.feature-list02 li {
		width: 100%;
		margin: 2em;
		padding: 2em 3em;
	}
	.result-Box {
		text-align: center;
    	margin-bottom: 3em;
	}
	.page-template-business-fc .feature-list02.w50 li {
		width: 100%;
	}	
	.face-list02 {
		display: block;
		margin: 2em 0 5em;
	}
	.face-list02:last-child {
		margin: 2em 0 0;
	}
	.face-list02 > div {
		list-style: none;
		border: 5px solid #008f3b;
	}
	.face-list02 > div dl {
		margin:0;
	}
	.face-list02 > div dl dt {
		background: #008f3b;
		color:#fff;
		font-size: 25px;
		text-align: center;
    	padding: .5em;
	}
	.face-list02 > div dl dd {
		font-size: 32px;
    	text-align: center;
		margin: 1em 0;
	}
	.face-list02 > div dl dd span {
		display: block;
		font-size: 19px;
	}
	.overview ul li {
		width:100%;
		font-size: 13px;
		text-align: left;
		line-height: 1.8;
	}
	.face-list02 .overview ul li {
		text-align:center;
	}
	.p-blog-lists {
		margin-top: 2em;
	}
	.single .breadcrumbs,
	.single #centents {
		padding: 0 2em;
	}
	.heading1 span.main-ttl {
		width: 100%;
	}
	.company-link {
		display: block;
		padding: 15px 30px;
		margin-bottom: 2em;
		background: #f4f4f4;
		border-radius: 100px;
		font-size: 1.5em;
	}
	.single .ttl-h3 {
		font-size: 19px;
	}
	.single .ttl-h3-03 {
		font-size:16px;
	}
	.single #centents p {
		font-size:14px;
	}
	#resultSummary .flex {
		display: block;
	}
	#resultSummary ul li {
		padding: 0 20px;
		/* flex: 1; */
		margin: 0 auto;
		text-align: center;
	}
	#resultSummary table th,
	#resultSummary table td  {
		width: 100%;
		display: block;
		border:none;
	}
	#resultSummary table td {
		text-align: left;
		font-size: 14px;
		padding: 0 .5em 1em;
	}
	.single .achievement.listBlock01 ul {
		padding: 0 3em 5em;
	}
	.single .achievement.listBlock01 ul li .mtr:before {
		top: -3rem;
		left: -1rem;
	}	
	.single #contact {
		padding-top: 0;
	}
	.page:not(.home) #content {
		padding-bottom: 0;
	}	
	#footer {
		margin-top:0;
	}
	.single .mod-Contact-links {
		margin-top: 0;
	}
	.single .resultRelation h3 {
		padding-top: 2em;
	}
	#mission {
		margin-top: 5em;
	}
	.intro__text {
		width: 100%;
    	margin: 0 auto;
	}
	#cando .mod-candoContact-links {
		width: calc(100% - 0px);
	}
	.single .breadcrumbs {
		height: 6.4vw;
		line-height: 6.4vw;
		padding: 0 4.8vw;
	}
	.single .breadcrumbs a, 
	.single .breadcrumbs li {
		font-size: 2.66667vw;
	}
	.single-header-content {
		margin-top: 2em;
	}
	.single-header-title {
		font-size:5.6vw;
	}
	.single-header-content-inner {
		padding: 1.5vw 0;
	}
	.ttl-h3-02,
	.ttl-h2-01 {
		font-size:4.8vw;
	}
	.home .service-flow {
		width: 90%;
		margin: 0 auto;
	}
	.ez-toc-link {
		font-size: 15px;
		line-height: 1.8;
	}
	div#ez-toc-container p.ez-toc-title {
		margin: 0 0 20px;
	}
	div#ez-toc-container p.ez-toc-title:before {
		display: inline-block;
		content: '▼';
		margin: 0 5px 0 0;
		font-size: 14px;
	}
	div#ez-toc-container p.ez-toc-title:before {
		margin: 0 5px 0 0;
		font-size: 11px;
	}
	div#ez-toc-container p.ez-toc-title:after {
		display: inline-block;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		content: '';
		width: 100%;
		height: 1px;
		margin: 0 0 0 16px;
		background: #ddd;
	}
	div#ez-toc-container p.ez-toc-title:after {
		margin: 0 0 0 6px;
	}
	.ez-toc-list-level-1 {
		list-style-type: decimal;
		padding: 0 0 0 23px;
		margin: 10px 0 28px;
	}	
	.ez-toc-list-level-1 li{
		padding: 0 0 0 4px;
		margin: 10px 0 0;
	}
	.n-customer-list .c-business-card__image {
		height: 10vh !important;
	}
	.baitai {
		padding:3em 0 !important;
	}
	.baitai .c-business-card {
		width: 30%;
	}	
	.baitai .c-business-card__image {
		height:60px !important;
	}
	.baitai .c-business-card__image .w70 {
		width:70%;
	}
	
	.n-customer-list .c-business-card__image img {
		width: 35%;
	}
	.n-customer-list .c-business-card__image img.w65 {
		width:65%;
	}
	.lastBtn {
		padding:2em 0 0;
	}
	
	.case_title {
		background-position: 50%;
		background-size: cover;
		height: 370px;
		margin: 3em auto 0;
		margin-bottom: 2em;
		position: relative;
	}
	.case_title_black_bg {
		background: linear-gradient(180deg,transparent 1%,transparent 50%,rgba(0,0,0,.89) 99%,rgba(0,0,0,.89));
		height: 100%;
	}
	.case_title_black_bg h1 {
		font-size:19px;
		position: absolute;
		bottom: 10px;
		padding: 0 3vw;
	}
	.subtitle {
		font-size:16px;
	}
	.single .l-container {
		max-width:1000px;
	}
	.viewBox {
		position: relative;
		color: #333;
		padding: 1em 2em;
		border-radius: 0 10px 0 10px;
		border: 1px solid #00933c;
		line-height: 1.4;
		margin: 5em 0 0.5em;
	}
	.viewBox:after {
		position: absolute;
		font-family: 'Montserrat', sans-serif;
		content: 'PROFILE';
		background: #00933c;
		color: #fff;
		left: 0px;
		bottom: 100%;
		border-radius: 5px 5px 0 0;
		padding: 15px 40px 15px;
		font-size: 15px;
		line-height: 1;
		letter-spacing: 0.05em;
	}
	.mv-detail {
		display:block;
		margin: 3em 0 0;
		border: none;
	}
	.mv-detail > div:last-child {
		margin:3em 0;
	}
	.author-detail-margin {
		margin-top: 80px;
	}
	.author-detail-header {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 100%;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	.author-detail-visual {
		padding: 0;
	}
	.author-detail-visual {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.author-detail-visual img {
		width: 100%;
		height: 200px;
    	object-fit: cover;
	}	
	.author-detail-content {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 0;
		padding: 29px 0 0;
	}
	.author-detail-name {
		font-size: 24px;
		text-align: center;
		padding:0;
	}	
.author-detail-name:before {
    width: 1px;
    height: 36px;
    top: -49px;
    left: 50%;
}
.author-detail-position01 {
    margin: 1px 0 0;
    text-align: center;
}	
.author-detail-position02 {
    margin: 20px 2em;
    text-align: center;
}
.author-detail-info {
    position: relative;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 24px 0 0;
    padding: 19px 20px;
    background-color: #edf6f5;
}
.author-detail-sns {
    margin: 0 19px 0 0;
}
.author-detail-sns-item {
    font-size: 20px;
}
.author-detail-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 20px;
	max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.author-detail-message {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 37px 0 0;
    padding: 0 10px;
}	
.author-detail-name-en {
    bottom: -18px;
    right: 5px;
    font-size: 28px;
}
	.author-detail {
		padding-bottom: 0;
	}
	.page-template-business-web .video-text02,
	.page-template-business-web .achievement.listBlock01 ul li {
		width:100% !important;
	}
	.page-template-business-web .video-text02 {
		padding: 2em 0 1em;
	}
	.p-business__body-inner {
		z-index: 1;
		padding: 0 10px 0;
	}
	.page-template-partners .p-business__body-inner {
		padding: 3em 2em 2em !important;
	}	
	.page-template-partners .c-business-card {
		position: relative;
		padding: 10px;
		width: 33%;
	}
	.page-template-partners .feature-list02 {
		padding: 0 !important;
	}	
}

#mw_wp_form_mw-wp-form-2758 {
	text-align: center;
    margin: 1em 0 10em;
    line-height: 1.8;
}

@-moz-document url-prefix() {
	#contact-bn {
		right: 47px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root #contact-bn {
		right: 47px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
	.section-head:before {
		width: 74.6vw;
		height: 30.1vw;
		top: 35vw;
		right: 0;
	}
	.slide-img {
		height: 860px !important;
	}	
	#mission {
		margin-top: 10em;
	}
	.sp-only {
		display: none !important;
	}
	.pc-only {
		display:none !important;
	}
	.section-head h2 {
		font-size: 4.93333vw;
	}
	#copyright {
		margin-bottom: 90px;
	}
}







