@charset 'UTF-8';

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	display: inline-block;
	color: #707070;
	opacity: 1;
	text-decoration: none;
	cursor: pointer;
}

/* change colours to suit your needs */

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

input, select {
	vertical-align: middle;
}

* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: inherit;
}

html {
	font-size: 63.5%;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
html{
  scroll-behavior: smooth;
}
body {
	font-size: 1.6rem;
	font-family:  "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #707070;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	-webkit-text-size-adjust: 100%;
}

svg {
	width: auto;
	height: auto;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

ul {
	list-style: none;
}

button {
	font-family:  "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	outline: none;
	padding: 0;
}

input {
	border-radius: 0;
}

@-webkit-keyframes menu-barTop {
	0% {
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(7px) rotate(0);
		transform: translateY(7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}

@keyframes menu-barTop {
	0% {
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(7px) rotate(0);
		transform: translateY(7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}

@-webkit-keyframes menu-barBottom {
	0% {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-7px) rotate(0);
		transform: translateY(-7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}

@keyframes menu-barBottom {
	0% {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-7px) rotate(0);
		transform: translateY(-7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}

@-webkit-keyframes active-menu-barTop {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(7px) rotate(0);
		transform: translateY(7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
}

@keyframes active-menu-barTop {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(7px) rotate(0);
		transform: translateY(7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
}

@-webkit-keyframes active-menu-barBottom {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-7px) rotate(0);
		transform: translateY(-7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
}

@keyframes active-menu-barBottom {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-7px) rotate(0);
		transform: translateY(-7px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
}

#company {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: cover;
}

#business {
	background-image: url(https://comfort-inc.co.jp/wp-content/uploads/2021/07/business-back.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#business .articles {
	margin: 6% auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 960px;
	text-align: left;
}
#business .articles .article-card {
	width: 31.25%;
	background-color: #fff;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
		margin-right: 1%;
 	margin-left: 1%;
}
#business .articles .article-card:hover {
	box-shadow: 2px 8px 20px 0 rgba(31, 32, 68, 0.25);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}
#business .articles .article-card .card-link {
	width: 100%;
}
#business .articles .article-card .card-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
#business .articles .article-card .card-image img{
	max-width: 100%;
	height: auto;
}

#business .articles .article-card .card-body {
	padding: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
#business .articles .article-card .card-body .title {
	font-size: 1.8rem;
	font-weight: 900;
}
#business .articles .article-card .card-body .excerpt {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 5px 0 10px;
	font-size: 1.4rem;
}

.article-body .article-inner > *:first-child {
	margin-top: 0;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 500px) {
	#business .articles {
		margin: 11% auto 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#business .articles .article-card {
		width: 100%;
	}
	#business .articles .article-card:not(:first-child) {
		margin-top: 19px;
	}
	#business .articles .article-card .card-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#business .articles .article-card .card-image {
		width: 100%;
	}
	#business .articles .article-card .card-image img {
	width: 100%;
	}
	#business .articles .article-card .card-body {
	width: 100%;
	}
	#business .articles .article-card .card-body .title {
		font-size: 1.3rem;
		font-weight: 700;
	}
	#business .articles .article-card .card-body .excerpt {
		margin: 8px 0 0;
		font-size: 1.2rem;
	}
}


#header {
	position: absolute;
	top: 0;
	right: 0;
	padding: 32px 0 24px;
	width: 100%;
	-webkit-transition: none;
	transition: none;
	z-index: 100;
	background-color: #FFFFFF;
	opacity: 0.9;
}
#header .header-inner {
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1280px;
	min-width: 960px;
	width: 76%;
}
#header .toggle-menu {
	display: none;
	z-index: 150;
}
#header .logo {
	width: 220px;
	line-height: 1;
	z-index: 150;
}
#header .logo .main-logo {
	display: block;
}
#header .logo .fixed-logo {
	display: none;
}
#header .header-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
#header .global-nav .menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
#header .global-nav .menu-item {
	margin: 0 16px;
}
#header .global-nav .menu-item .nav-link {
	padding-bottom: 5px;
	font-size: 1.4rem;
	color: #343434;
	position: relative;
	font-weight: 600;
}
#header .global-nav .menu-item .nav-link.active::after {
	opacity: 1;
}
#header .global-nav .menu-item .nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: -webkit-linear-gradient(left, #b0c4de, #e6e6fa);
	background: linear-gradient(to right, #b0c4de, #e6e6fa);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
#header .global-nav .menu-item .nav-link:hover::after {
	opacity: 1;
}

#header.standby {
	position: fixed;
	padding-top: 34px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	background-color: #fff;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
#header.fixed {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.07);
}
#header.fixed .logo .main-logo {
	display: none;
}
#header.fixed .logo .fixed-logo {
	display: block;
}
#header.fixed .global-nav .menu-item .nav-link {
	color: #343434;
}
#header.fixed .global-nav .menu-item .nav-link::after {
	content: '';
	background: -webkit-linear-gradient(left, #b0c4de, #e6e6fa);
	background: linear-gradient(to right, #b0c4de, #e6e6fa);
}


/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 959px) {
	#header {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px 15px;
	}
	#header .header-inner {
		min-width: auto;
		width: auto;
	}
	#header .logo {
		width: 55%;
	}
		#header img {
		width: 90%;
	}
	#header .logo .fixed-logo {
		display: none;
	}
	#header .toggle-menu {
		display: block;
		width: 40px;
		height: 30px;
		position: relative;
	}
	#header .toggle-menu .toggle-line {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		text-indent: -9999px;
		width: 27px;
		height: 1px;
		background-color: #fff;
	}
	#header .toggle-menu .toggle-line::before, #header .toggle-menu .toggle-line::after {
		content: '';
		position: absolute;
		left: 0;
		width: 27px;
		height: 1px;
		background-color: #fff;
	}
	#header .toggle-menu .toggle-line::before {
		top: -7px;
		-webkit-animation: menu-barTop 0.60s forwards;
		animation: menu-barTop 0.60s forwards;
	}
	#header .toggle-menu .toggle-line::after {
		top: 7px;
		-webkit-animation: menu-barBottom 0.60s forwards;
		animation: menu-barBottom 0.60s forwards;
	}
	#header .header-nav {
		position: fixed;
		top: 0;
		left: 0;
		padding: 110px 15px 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100vw;
		height: 100vh;
	background-color: rgba(200,199,220,1.00);
		z-index: 90;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
	}
	#header .global-nav {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 45px;
	}
	#header .global-nav .menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#header .global-nav .menu-item {
		margin: 0;
	border-bottom: 1px solid #FFFFFF;
	}
	#header .global-nav .menu-item:first-child {
	border-top: 1px solid #FFFFFF;
	}
	#header .global-nav .menu-item .nav-link {
		display: block;
		padding: 13px 10px;
		font-size: 1.5rem;
	}
	#header .global-nav .menu-item .nav-link::after {
		content: none;
	}

	#header.open {
		position: fixed;
	}
	#header.open .logo {
		-webkit-transition: all 0.5s linear 1s;
		transition: all 0.5s linear 1s;
	background-color: rgba(200,199,220,1.00);
	}
	#header.open .logo .main-logo {
		display: block;
	}
	#header.open .logo .fixed-logo {
		display: none;
	}
	#header.open .toggle-menu {
		-webkit-transition: all 0.5s linear 1s;
		transition: all 0.5s linear 1s;
	background-color: rgba(200,199,220,1.00);
	}
	#header.open .toggle-menu .toggle-line {
		height: 0;
		background-color: #fff !important;
	}
	#header.open .toggle-menu .toggle-line::before {
		background-color: #fff !important;
		-webkit-animation: active-menu-barTop 0.60s forwards;
		animation: active-menu-barTop 0.60s forwards;
	}
	#header.open .toggle-menu .toggle-line::after {
		background-color: #fff !important;
		-webkit-animation: active-menu-barBottom 0.60s forwards;
		animation: active-menu-barBottom 0.60s forwards;
	}
	#header.open .header-nav {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		overflow: auto;
	}
	#header.fixed {
		padding: 10px 15px;
	}
	#header.fixed .toggle-menu .toggle-line {
		background-color: #343434;
	}
	#header.fixed .toggle-menu .toggle-line::before, #header.fixed .toggle-menu .toggle-line::after {
		background-color: #343434;
	}
	#header.fixed .global-nav .menu-item .nav-link {
		color: #fff;
	}
	#header.fixed .global-nav .menu-item .nav-link::after {
		content: none;
	}
}
#keyvisual {
	margin-top: -50px;
	padding: 0px;
	width: 100%;
}

#keyvisual video {
	width: 100%;
	min-height: 100vh;
}

#keyvisual .wrapper {
	position: absolute;
	top: 80%;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right:auto;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #000000;
	line-height: 2;
}
#keyvisual .wrapper .site-title {
	font-size: 6rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-shadow: 0 0 0.2em rgba(255,255,255,1)
}
#keyvisual .wrapper .site-caption {
	font-size: 4.0rem;
	letter-spacing: 0.04em;
	font-weight: 600;
}


/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 769px) {
	#keyvisual  {
		height: auto;
		min-height: auto;
	}
	#keyvisual video {
	width: 100%;
	min-height: auto;
	margin-top: 80px;
}
	#keyvisual .wrapper {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
		line-height: 2;
	}
	#keyvisual .wrapper .site-title {
		font-size: 2.4rem;
	}
	#keyvisual .wrapper .site-caption {
		margin-top: 8px;
		font-size: 1.3rem;
	}
}


.page-contents {
	padding-top: 50px;
	position: relative;
}
.page-contents .page-head {
	width: 100%;
	height: auto;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.page-contents .page-head .wrapper {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 100vw;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #343434;
}

.page-contents .page-head .wrapper .page-title-an1-faderight {
	margin-top: 10px;
	font-size: 3.5rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	animation-name: faderight;
    animation-duration: 2s;
    animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.page-head .an2-fadeleft img {
    width: 100%;
    height: auto;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    animation-name: fadeleft;
    animation-duration: 2s;
    animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

/* --------------------------------
 * fade in
 * -------------------------------- */

@keyframes faderight {
from {
    opacity: 0;
    transform: translateX(0.2%);
}
to {
    opacity: 1;
transform: translateX(10%);
}
}

@keyframes fadeleft {
from {
    opacity: 0;
     transform: translateX(150px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}

.page-contents .page-container {
	width: 100%;
	position: relative;
}

.page-contents .page-inner {
	margin: auto;
	max-width: 960px;
	position: relative;
}
.page-contents .page-inner.full-width {
	max-width: 100vw;
}
.page-contents .page-inner.full-width .page-main {
	padding: 0 0 0;
}

.page-contents .page-inner.two-column .content {
	margin-top: 4.2%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.page-contents .page-inner.two-column .content-main {
	width: calc(100% - 319px);
}
.page-contents .page-inner.two-column .content-side {
	width: 319px;
}
.page-contents .page-inner .page-main {
	padding: 0 0 120px;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 959px) {
	.page-contents {
		padding-top: 10px;
	}
}

@media screen and (max-width: 769px) {
	.page-contents .page-head .wrapper .page-title-an1-faderight {
		margin-top: 5px;
		font-size: 2.0rem;
	}
	.page-contents .page-inner.two-column {
		max-width: 972px;
	}
	.page-contents .page-inner.two-column .content {
		margin-top: 7%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.page-contents .page-inner.two-column .content-main {
		width: 100%;
	}
	.page-contents .page-inner.two-column .content-side {
		margin-top: 9%;
		width: 100%;
	}
	.page-contents .page-inner .page-main {
		padding: 0 0 60px;
	}
}


/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 769px) {
	.page-contents .page-container {
		padding: 6.7% 4% 0;
	}
}

.section-contents {
	padding: 90px 12.5% 100px;
	width: 100%;
	text-align: center;
	position: relative;
}

.section-contents .section-title {
	margin-top: 12px;
	padding-bottom: 40px;
	font-size: 3.8rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	line-height: 1;
	position: relative;
}
.section-contents .section-title::after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 31px;
	height: 1px;
	background-color: #343434;
}
.section-contents .section-lead {
	margin-top: 30px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}
.section-contents .section-buttons {
	margin-top: 6.25%;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 769px) {
	.section-contents {
		padding: 40px 4% 60px;
	}
	.section-contents .section-title {
		margin-top: 8px;
		padding-bottom: 15px;
		font-size: 2.1rem;
	}
	.section-contents .section-title::after {
		width: 20px;
	}
	.section-contents .section-lead {
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.section-contents .section-buttons {
		margin-top: 15%;
	}
}


#pg-common .commons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: calc(-80px + 5.4%) auto 0;
	max-width: 100%;
}
#pg-common .common-item {
	margin: 80px 0 113px;
	width: 48%;
	position: relative;
}
#pg-common .common-item .common-image img {
	max-width: 100%;
	height: auto;
	}
#pg-common .common-item .common-body {
	position: absolute;
	right: 4.55%;
	bottom: -112px;
	padding: 13.5px 22px;
	width: 86%;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#pg-common .common-item .common-body .name {
	font-size: 2.2rem;
}
#pg-common .common-item .common-body .caption {
	margin: 10px 0 20px;
	font-size: 1.4rem;
}
#pg-common .common-item:hover .common-body {
	box-shadow: 2px 8px 20px 0 rgba(31, 32, 68, 0.25);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}


/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 599px) {

	#pg-common .commons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-flex-direction: column;
	-ms-flex-wrap: column;
	flex-wrap: column;
	margin: calc(-80px + 5.4%) auto 0;
	max-width: 80%;
}
	#pg-common .common-item:nth-child(-n+2) {
		margin: 60px 0 0;
	}
	#pg-common .common-item {
		margin: 30px 0 0;
		width: 100%;
	}
	#pg-common .common-item .common-image img {
		max-width: 100%;
		height: auto;
	}
	#pg-common .common-item .common-body {
		position: relative;
		right: 0;
		bottom: 0;
		padding: 14px 8px 8px;
		width: 100%;
	}
	#pg-common .common-item .common-body .name {
		font-size: 1.3rem;
		font-weight: 700;
	}
	#pg-common .common-item .common-body .caption {
		margin: 5px 0 7px;
		font-size: 1.15rem;
	}

}

/* ------------------------------------------------
#. Components :prefix[c-]
------------------------------------------------ */
.button {
	padding: 17px 0;
	width: 260px;
	font-size: 1.6rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: 0.18em;
	overflow: hidden;
	position: relative;
}
.button-ghost {
	border: 1px solid #343434;
	background: transparent;
	-webkit-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	z-index: 1;
}
.button-ghost::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(left, #b0c4de, #e6e6fa );
	background: linear-gradient(to right, #b0c4de, #e6e6fa);
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
}
.button-ghost:hover {
	border: 1px solid transparent;
	background: transparent;
	color: #343434;
}
.button-ghost:hover::after {
	opacity: 1;
}

.buttonBox {
	text-align: right;
}
.buttonBox .seeDetail {
	padding-right: 4%;
	font-size: 1.4rem;
	font-family: 'Vollkorn', serif;
	position: relative;
}
.buttonBox .seeDetail::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 60px;
	height: 6px;
	background-image: url('../images/svg/icon-next.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 769px) {
	.button {
		padding: 9px 23px;
		width: auto;
		min-width: 183px;
		font-size: 1.3rem;
	}
	.buttonBox .seeDetail {
		padding-right: 38px;
		font-size: 1.0rem;
	}
	.buttonBox .seeDetail::after {
		content: '';
		top: 2px;
		width: 32px;
		height: 10px;
		background-image: url('../images/svg/icon-next-short.svg');
	}
}


iframe {
	width: 960px;
	height: 350px;
}

.next {
    position: absolute;
    right: 0;
}

.prev {
    position: absolute;
    left: 0;
}

.lead-inner {
	max-width: 960px;
	margin: 0 auto 5%;
}

.wp-block-media-text.alignwide {
	margin-top: 11%;	
	display: flex;
	align-items: flex-start;
}

.wp-block-media-text.alignwide figure {
	width: 33%;
}
.wp-block-media-text.alignwide .wp-block-media-text__content {
    padding-left: 27px;
    width: 66.66666%;
    letter-spacing: 0.15em;
}
.wp-block-media-text.alignwide .wp-block-media-text__content .has-large-font-size{
    font-size: 2.2rem;
    font-weight: 700;
}

.wp-block-media-text.alignwide .wp-block-media-text__content p {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
}

.category_image {
    width: 100%;
    height: 330px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.pager .pagerList-item.current {
	color: #fff;
}
.pager .pagerList-item {
	line-height: 36px;
}

.page-contents {
    padding-top: 0px;
}

.map {
	height: 350px;
}

.business {
    margin: 5% auto 0;
    text-align: left;
}

.business article {
	width: 100%;
	position: relative;
	height: 280px;
}
.business article:nth-child( n+2 ) {
	margin-top: 12%;
}
.business article time {
    color: #787878;
    font-size: 1.4rem;
}
.business article .title {
    margin-top: 5px;
    padding-bottom: 8px;
    font-size: 2.0rem;
    font-weight: 700;
    position: relative;
}

.business article .excerpt {
	-webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 22px;
    font-size: 1.6rem;
}

.business article a{
	width: inherit;
}
.business article:nth-child(odd) .image {
	float: left;
}
.business article:nth-child(even) .image {
	float: right;
}
.business article:nth-child(odd) .body {
	right: 0;
}
.business article a .image{
	width: 71.875%;
}
.business article a .image img{
    width: 100%;
    height: 280px;
}
.business article:hover .body {
    box-shadow: 2px 8px 20px 0 rgba(31, 32, 68, 0.25);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
.business article .body {
    position: absolute;
    top: 87px;
    padding: 20px 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40.625%;
    background-color: #fff;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* ページナビゲーション */
.page_navi {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;	
}

.page_navi li {
    margin: 0 6.5px;
    width: 36px;
    height: 36px;
    border: 1px solid #d0d0d0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    cursor: pointer;
}

.page_navi li a {
    width: 36px;
    height: 36px;
    text-align: center;
    position: relative;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
    cursor: pointer;
}

.page_navi li.current {
    color: #fff;
    font-weight: bold;
    padding: 3px 7px;
    background: #127dd6;
    border: solid 1px #127dd6;
}

.page_navi li:hover {
	opacity: 0.8;
}

.page_navi li.page_nums span {
    color: #fff;
    padding: 3px 7px;
    background: #666;
    display: inline-block;
    border: solid 1px #333;
}

@media( max-width: 768px ) {
	.business article {
		height: auto;
	}
	#keyvisual > img {
    	height: 62vh;
    	min-height: auto;
	}
	.lead-inner {
    	line-height: 1.8;
    	letter-spacing: 0;
	}
	.lead-inner > p {
		font-size: 1.4rem;
	}
	
	iframe {
		width: 100%;
		height: auto;
	}

	business article {
		display: -webkit-box;
    	display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	-webkit-flex-direction: column;
    	-ms-flex-direction: column;
    	flex-direction: column;
	}
	.business article a .image{
		width: 100%;
	}
	.business article .body {
    	position: relative;
    	top: 0;
    	padding: 13px 10px;
    	width: 100%;
	}
	.business article a .image img{
	    width: 100%;
	    height: auto;
	}
	.business article .title {
	    margin-top: 0;
    	padding-bottom: 0;
    	font-size: 1.3rem;	
	}
	.business article .excerpt {
	    margin-top: 8px;
    	font-size: 1.15rem;	
	}
	business article time {
		font-size: 1rem;
	}

	.page-contents {
	    padding-top: 10px;
	}

	.page-contents .page-head {
		height: 200px;
	}
	.page-contents .page-head img {
		height: 200px;
	}
	.wp-block-media-text.alignwide {
		margin-top: 5%;	
		display: block;
	}

	.wp-block-media-text.alignwide:last-child {
		margin-bottom: 5%;
	}
	
	.wp-block-media-text.alignwide figure {
		width: 100%;
	}
	.wp-block-media-text.alignwide .wp-block-media-text__content {
	    width: 100%;
	    letter-spacing: 0.15em;
		padding: 0;
	}
	.wp-block-media-text.alignwide .wp-block-media-text__content .has-large-font-size{
	    font-size: 1.6rem;
	    font-weight: 700;
	}
	
	.wp-block-media-text.alignwide .wp-block-media-text__content p {
	    font-size: 1.2rem;
	    letter-spacing: 0.15em;
	}
	.place {
	    font-size: 1rem;
	    color: #1381d6;
	}	

}


/* --------------------------------
 * page
 * -------------------------------- */
.lead-inner > p {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	padding-top: 1.1%;
	padding-bottom: 1.5%;
	line-height: 2.6rem;
}

h2.my-title  {
	margin-top: 3%;
	margin-bottom: 2%;
	font-size: 2.8rem;
	border-left: 8px solid #9099FF;
	padding-left: 2%;
}

h3.my-title {
	margin-top: 2%;
	margin-bottom: 2%;
	font-size: 2.2rem;
	border-bottom: 2.0px solid #9099FF;
}

h4.my-title  {
	margin-top: 1%;
	margin-bottom: 1%;
	font-size: 1.9rem;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 500px) {
	h2.my-title  {
	font-size: 2.5rem;
	margin-bottom: 5%;
}
}

/* --------------------------------
 * footer
 * -------------------------------- */
#footer {
	padding: 50px 10% 24px;
	color: #FFFFFF;
	background-color: #000;
}
#footer .footerContents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
#footer .footerContents-contact {
	padding-bottom: 36px;
	border-right: 1px solid #FFFFFF;
	width: 30%;
}
#footer .footerContents-contact .enterprise-detail .name {
	font-size: 1.6rem;
	text-align: left;
}
#footer .footerContents-contact .enterprise-detail .address {
	margin-top: 10px;
	font-size: 1.4rem;
	text-align: left;
}
#footer .footerContents-sitemap {
	width: 70%;
	font-size:1.4rem;
}
#footer .footerContents-sitemap .sitemap-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 5%;
	line-height: 21px;
}

#footer .footerContents-sitemap .enterprise-info .enterprise-detail .enterpriseInfos-item {
	margin-top: 15px;
}

#footer .copyright {
	margin-top: 54px;
	text-align: center;
	font-size: 1.3rem;
}
.footer-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-nav ul li {
	width: 40%;
	margin-bottom: 15px;
	color: #fff;
	padding-right: 5%;
}
.footer-nav ul li a{
	color: #fff;
}

.footer-nav {
	padding-left: 10%;
}

.footer-nav .deco{
	text-decoration:underline;
	color: #fff;
	font-size: 1.3rem;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 769px) {
	#footer {
		padding: 30px 4% 12px;
	}
	#footer .footerContents {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#footer .footerContents-contact {
		padding-bottom: 18px;
	border-right: 1px solid #FFFFFF;
		width: 40%;
	}

	#footer .footerContents-contact .enterprise-detail {
		margin-top: 0;
	}
	#footer .footerContents-contact .enterprise-detail .name {
	font-size: 1.3rem;
}
	#footer .footerContents-contact .enterprise-detail .address {
		margin-top: 10px;
		font-size: 1.0rem;
	}
	#footer .footerContents-sitemap {
		width: 60%;
	}
	#footer .footerContents-sitemap .sitemap-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-left: 0;
		line-height: 15px;
	}

	#footer .footerContents-sitemap .enterprise-info .enterprise-detail {
		display: none;
	}

	.footer-nav ul li a {
	    color: #fff;
		font-size: 0.8rem;
	    display: flex;
	    width: 80%;
		position: relative;
	}
	.footer-nav {
	padding-left:10%;
	}
	.footer-nav ul li {
	    width: 50%;
	}
	.footer-nav ul li a::after{
		content: '';
    	position: absolute;
    	top: 10%;
    	right: 3px;
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
    	width: 7px;
    	height: 12px;
	}
	
	.footer-nav{
		font-size: 1.0rem;
}
	.footer-nav .deco{
		font-size: 1.0rem;
}
	#footer .copyright {
		margin-top: 23px;
		font-size: 1.0rem;
	}
	}
	
/* --------------------------------
 * table
 * -------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wp-block-table {
	margin: 3% 0;
	width: 100%;
}

.wp-block-table tr {
	padding: 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	border-top: 1px solid #d0d0d0;
	align-items: center;
}

.wp-block-table tr:last-child {
    border-bottom: 1px solid #d0d0d0;
}

.wp-block-table tr td:first-child{
    width: 20%;
    font-size: 1.6rem;
}

.wp-block-table tr td:last-child{
    width: 80%;
    font-size: 1.6rem;
}

@media( max-width: 768px ) {
	.wp-block-table tr {
	    border-top: none;
	}
	.wp-block-table tr:last-child {
	    border-bottom: none;
	}
	
	.wp-block-table tr td:first-child{
    	width: 26%;
    	font-size: 1.2rem;
    	font-weight: 700;
	}
	.wp-block-table tr td:last-child{
    	padding-left: 6%;
    	width: 74%;
    	font-size: 1.2rem;
	}
}

/* --------------------------------
 * Contact Form 7
 * -------------------------------- */

/*見出し欄*/
.inquiry th{
	text-align: left;
	vertical-align:middle;
	font-size: 14px;
	color: #444;
	width: 35%;
	background: #f7f7f7;
	border: solid 1px #d7d7d7;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
}
/*通常欄*/
.inquiry td{
	width: 65%;
	font-size:14px;
	border:solid 1px #d7d7d7;
	padding-right: 10px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 10px;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;
 margin-bottom: 10px;
}

/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
	display: block;
	padding: 1em 0;
	margin-top: 30px;
	width: 30%;
	background-color: #E30000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: none;
	margin-right: auto;
	margin-left: auto;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
	background: #fff;
	color: #E30000;
	border: solid 2px #E30000;
}

@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}
}

.wpcf7 input[name="your-company"],
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-namekana"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email2"],
.wpcf7 input[name="your-department"],
.wpcf7 input[name="your-position"],
.wpcf7 input[name="your-tel"],
.wpcf7 select[name="dpmenu"]{
	width: 90%;
	height: 30px !important;
	border: 1px solid #AAAAAA;
}

.wpcf7 textarea[name="your-message"]{
	width: 90%;
	height:  100px;
	border: 1px solid #AAAAAA;
}

/* --------------------------------
 * cloud キャンペーン
 * -------------------------------- */
#cloud_campaign_banner{
    width: calc(100% - 60px);
    text-align: center;
    padding: 0 30px;
	margin: 4vw auto 0px;
}
#cloud_campaign_banner>a{
    display: inline-block;
}
#cloud_campaign_banner>a img{
    max-width: 100%;
    border: solid 3px rgba(187, 68, 65,0);
}
#cloud_campaign_banner>a img:hover{
    border: solid 3px rgb(187, 68, 65);
}
/* --------------------------------
 * cloud page
 * -------------------------------- */
#cloud_page_banner{
    max-width: 960px;
    margin: 3vw auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#cloud_page_banner>a{
    display: inline-block;
    width: 48%;
}
#cloud_page_banner>a img{
    max-width: 100%;
    border: solid 3px rgba(187, 68, 65,0);
    box-sizing: border-box;
}
#cloud_page_banner>a img:hover{
    border: solid 3px rgb(187, 68, 65);
}

@media screen and (max-width: 769px){
    #cloud_page_banner{
        padding: 0 4%;
    }
}
@media screen and (max-width: 599px){
    #cloud_page_banner{
        max-width: 80%;
    }
    #cloud_page_banner>a{
        display: block;
        width: 100%;
    }
}


/* --------------------------------
 * metaverce page
 * -------------------------------- */
.metaworld {
	background-color: #c4d8f0;
	width:100%;
}
#keyvisual-meta {
  width: 100%;
  height: 100vh;
  background-image:url(https://comfort-inc.co.jp/wp-content/uploads/2023/07/dbc4aa4acbffa249faefa83e88c132bd.png);
  background-size: cover;
  background-position: center;
}

#keyvisual-meta .wrapper {
	width:100%;
}
#keyvisual-meta .wrapper .meta-title img{
	width: 60%;
	margin: -10% auto;
}
#world {
	background-color: #c4d8f0;
}
.section-contents-meta  {
	padding: 5% 8% 5%;
	width: 100%;
	text-align: center;
	position: relative;
}

#world .wrapper {
	width:100%;
	background-color: #FFFFFF;
	font-size:16px;
}

#world .wrapper .comcom img {
	width: 58%;
	padding:5% 0px 5%;
}
/*　透過　*/
#world .wrapper .comcom img{
  opacity:1;
  transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}
#world .wrapper .comcom a:hover img{/*hoverした時の変化*/
  opacity:0.5;/*透過具合を変更したい場合はこの数値を変更*/
}
#world .wrapper .agree {
	width: 100%;
	padding:5% 0px 0px;
}
#world .wrapper .explanation {
	width: 60%;
	margin: 0% auto;
	padding-top:5%;
	text-align:left;
}

#world .wrapper .section-title2 {
	margin-top: 3%;
	padding-bottom: 2%;
	font-size: 3.0rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	line-height: 1;
	position: relative;
}

#world .wrapper .section-subtitle {
	padding-bottom: 2%;
	font-size: 2.4rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	line-height: 1;
	position: relative;
}

#world .box-meta {
	width:100%;
	margin: 1% auto 1%;
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left:3% ;
    padding-right:3% ;	
}

#world .box-meta .box-meta2 {
	width: 30%;
	margin-left:1% ;
	margin-right:1% ;
}

#world .box-meta .box-meta2 .excerpt {
	margin: 3px 0 7px;
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 500;
}

#world .box2-meta {
	width:100%;
	margin: 1% auto 1%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:0% ;
    padding-right:0% ;
	animation-name: fadeup-meta;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes fadeup-meta {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


#world .box2-meta .box2-meta2 {
	width: 25%;
}
#world .box2-meta .box2-meta2 img {
	height: 90%;
	margin-bottom:-100px;
}
#world .box2-meta .box2-meta3 {
	width:50%;
	font-size:2.2rem;
	font-weight:800;
	padding-top:1%;
}

#movie {
	background-color: #c4d8f0;
}
#movie .wrapper {
	width: 70%;
	height: auto;
	margin:0px auto;
}
#movie video {
	width: 100%;
	height: auto;
	text-align:center;
}
#movie h2{
	font-size: 2.4rem;
	font-weight: 600;
	margin: 4% auto 2%;
	}
#movie p{
	font-size: 1.6rem;
	}
#merit {
	background-color: #c4d8f0;
}

#merit .wrapper {
	width: 100%;
	background-color: #FFFFFF;
	font-size:16px;
	position:relative;
}
#merit .wrapper .headline {
	margin: -50px 25% 0px;	
	width: 50%;
	border-style: solid;
	background-color: #124064;
	color: #FFFFFF;
	padding:1.5%;
	position:absolute;
}
#merit .wrapper .section-title2 {
	font-size: 2.4rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom:5px;
}

#merit .wrapper .section-subtitle {
	font-size: 1.7rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	line-height: 1.2;
}
#merit .wrapper .meta-merit {
	width: 100%;
	padding: 80px 0px 30px;
}
#merit .wrapper .articles {
	padding-left:1%;
	padding-right:1%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	text-align: left;
}
#merit .articles .article-card-service {
	width: 31%;
	background-color: #fff;
	box-shadow: 2px 8px 20px 0 rgba(31, 32, 68, 0.25);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	margin:1%;
}

#merit .articles .article-card-service .card-inner-service {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
#merit .articles .article-card-service .card-inner-service .card-image{
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto 0px;
}

#merit .articles .article-card-service .card-body-service {
	padding: 2px 16px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction:  column;
	-ms-flex-direction: column;
	flex-direction: column;
}
#merit .articles .article-card-service .card-body-service .title-service {
	font-size: 1.5rem;
	font-weight: 900;
	text-align:center;
}
#merit .articles .article-card-service .card-body-service .excerpt-service {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 5px 0 10px;
	font-size: 1.3rem;
}

#example {
	background-color: #c4d8f0;
}

#example .wrapper {
	width: 100%;
	background-color: #FFFFFF;
	font-size:16px;
	position:relative;
}

#example .wrapper .headline {
	margin: -50px 25% 25%;	
	width: 50%;
	border-style: solid;
	background-color: #124064;
	color: #FFFFFF;
	padding:1.5%;
	position:absolute;
}
#example .wrapper .section-title2 {
	font-size: 2.4rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom:5px;
}

#example .wrapper .section-subtitle {
	font-size: 1.7rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	line-height: 1.2;
}
#example .wrapper .meta-example {
	width: 100%;
	padding: 80px 0px 30px;
}
#example .wrapper .articles {
	padding-left:1%;
	padding-right:1%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	text-align: left;
}
#example .articles .article-card-service {
	width: 31%;
	background-color: #fff;
	box-shadow: 2px 8px 20px 0 rgba(31, 32, 68, 0.25);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	margin:1%;
}

#example .articles .article-card-service .card-inner-service {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
#example .articles .article-card-service .card-inner-service .card-image img{
	max-width: 100%;
	height: auto;
}

#example .articles .article-card-service .card-body-service {
	padding: 2px 16px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction:  column;
	-ms-flex-direction: column;
	flex-direction: column;
}
#example .articles .article-card-service .card-body-service .title-service {
	font-size: 1.5rem;
	font-weight: 900;
	text-align:center;
}
#example .articles .article-card-service .card-body-service .excerpt-service {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 5px 0 10px;
	font-size: 1.3rem;
}
#metaservice {
	background-color: #c4d8f0;
}

#metaservice .wrapper {
	background-color: #FFFFFF;
	font-size:16px;
	position:relative;
}
#metaservice .wrapper .headline {
	margin: -50px 25% 25%;	
	width: 50%;
	border-style: solid;
	background-color: #124064;
	color: #FFFFFF;
	padding:1.5%;
	position:absolute;
}
#metaservice .wrapper .section-title2 {
	font-size: 2.4rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom:5px;
}

#metaservice .wrapper .section-subtitle {
	font-size: 1.5rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	line-height: 1.2;
}
#metaservice .wrapper .meta-metaservice {
	width: 100%;
	padding: 80px 0px 30px;
}
#metaservice .wrapper .meta-metaservice .metatool{
	width: 100%;
	margin-top: 3%;
	text-align:center;
	font-size:1.3rem;
}
#metaservice .wrapper .articles {
	padding-left:1%;
	padding-right:1%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	text-align: left;
}
#metaservice .articles .article-card-service {
	width: 23%;
	background-color: #fff;
	box-shadow: 2px 8px 20px 0 rgba(31, 32, 68, 0.25);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	margin:1%;
}

#metaservice .articles .article-card-service .card-inner-service {
    width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#metaservice .articles .article-card-service .title-service {
	font-size: 1.5rem;
	font-weight: 900;
	background-color:#d7d9e5;
	padding:5% 0%;
	text-align:center;
}
#metaservice .articles .article-card-service .excerpt-service {
	font-size: 1.3rem;
	padding:5%;
}

#metaflow {
	background-color: #c4d8f0;
}

#metaflow .wrapper {
	background-color: #FFFFFF;
	font-size:16px;
	position:relative;
}
#metaflow .wrapper .headline {
	margin: -50px 20% 20%;	
	width: 60%;
	border-style: solid;
	background-color: #124064;
	color: #FFFFFF;
	padding:1.5%;
	position:absolute;
}
#metaflow .wrapper .section-title2 {
	font-size: 2.4rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom:5px;
}

#metaflow .wrapper .section-subtitle {
	font-size: 1.5rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	line-height: 1.2;
}
#metaflow .wrapper .meta-metaflow {
	width: 100%;
	padding: 80px 0px 30px;
}
#metaflow .wrapper .metaflow1 {
	width: 100%;
    text-align:center;
}
#comcomlink {
	background-color: #c4d8f0;
}
#comcomlink .metalink{
	width:60%;
	margin: 0% auto;
}
#comcomlink .induction{
	width:60%;
	margin:2% auto;
}
#metacontact {
	background-color: #517aa1;
}
.section-contents-metacontact  {
	padding: 5% 8% 2%;
	width: 100%;
	text-align: center;
	position: relative;
}

#metacontact .wrapper {
	width:100%;
	background-color: #517aa1;
	font-size:16px;
	text-align: center;
}

#metacontact .wrapper .headline {
	margin: 0px auto ;	
	width: 50%;
	border-style: solid;
	background-color: #124064;
	color: #FFFFFF;
	padding:1.5%;
}
#metacontact .wrapper .section-title2 {
	font-size: 2.4rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom:5px;
}

#metacontact .wrapper .box-contact {
	width:100%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
}
#metacontact .wrapper .box-contact .box-contact1 {
	width: 30%;
}
#metacontact  .wrapper .box-contact .box-contact1 img {
	height: 90%;
}
#metacontact  .wrapper .box-contact .box-contact2 {
	width: 70%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

}
#metacontact  .wrapper .box-contact .box-contact2 .box-contact3 {
	width: 100%;
	margin: 5% 0;
	font-size: 2.0rem;
	line-height: 2;
	font-weight: 500;
	color:#ffffff;
	text-align: center;
}

#metacontact .wrapper .box-contact .box-contact2 .button_con a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #121C3C;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #D7D9E5;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
}
#metacontact .wrapper .box-contact .box-contact2 .button_con a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 599px) {
#keyvisual-meta .wrapper .meta-title img{
	width: 80%;
	margin: -10% auto;
}
#world {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
	#world .wrapper .agree {
	font-size: 1.5rem;
	padding:5% 1% 0px;
}
#world .wrapper .explanation {
	width: 90%;
	font-size: 1.4rem;
	margin-bottom:2%;
}
	
#world .wrapper .section-title2 {
	margin-top: 3%;
	padding-bottom: 2%;
	font-size: 1.8rem;
}

#world .wrapper .section-subtitle {
	padding-bottom: 2%;
	font-size: 1.4rem;
}

#world .box-meta {
	width:100%;
	margin: 1% auto 1%;
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction:  column;
	flex-direction:  column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#world .box-meta .box-meta2 {
	width: 100%;
}

#world .box2-meta {
	width:80%;
}
#world .box2-meta .box2-meta3 {
	font-size:1.9rem;
}
#movie .wrapper {
	width: 84%;
}
#movie h2{
	font-size: 2.0rem;
	font-weight: 600;
	margin: 4% auto 2%;
	}
#movie p{
	font-size: 1.2rem;
	}	
#merit .wrapper .meta-merit {
	width: 100%;
	padding: 40px 0px 30px;
}
#merit .wrapper .headline {
	margin: -25px 10% 0px;	
	width: 80%;
}
#merit .wrapper .section-title2 {
	font-size: 2.0rem;
}

#merit .wrapper .section-subtitle {
	font-size: 1.1rem;
}

#merit .wrapper .articles {
	padding-left:1%;
	padding-right:1%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align:center;
}
#merit .articles .article-card-service {
	width: 90%;
	margin:3% auto;
}
#merit .articles .article-card-service .card-body-service .excerpt-service {
	text-align:left;
}	
#example .wrapper {
	width: 100%;
}
#example .wrapper .headline {
	margin: -25px 10% 25%;	
	width: 80%;
}
#example .wrapper .section-title2 {
	font-size: 2.0rem;
}

#example .wrapper .section-subtitle {
	font-size: 1.1rem;
}
#example .wrapper .meta-example {
	width: 100%;
	padding: 40px 0px 30px;
}
#example .wrapper .articles {
	padding-left:1%;
	padding-right:1%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align:center;
}
#example .articles .article-card-service {
	width: 90%;
	margin:3% auto;
}	
#example .articles .article-card-service .card-body-service .excerpt-service {
	text-align:left;
}	

#metaservice .wrapper {
	width: 100%;
}
#metaservice .wrapper .headline {
	margin: -25px 5% 25%;	
	width: 90%;
}
#metaservice .wrapper .section-title2 {
	font-size: 2.0rem;
}

#metaservice .wrapper .section-subtitle {
	font-size: 1.0rem;
}
#metaservice .wrapper .meta-metaservice {
	width: 100%;
	padding: 60px 0px 30px;
}
#metaservice .wrapper .articles {
	padding-left:1%;
	padding-right:1%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	text-align: center;
}
#metaservice .articles .article-card-service {
	width: 90%;
	margin:3% auto;
}

#metaservice .articles .article-card-service .excerpt-service {
	text-align:left;
}
#metaflow .wrapper {
	width: 100%;
}
#metaflow .wrapper .headline {
	margin: -25px 5% 25%;	
	width: 90%;
}
#metaflow .wrapper .section-title2 {
	font-size: 2.0rem;
}

#metaflow .wrapper .section-subtitle {
	font-size: 1.0rem;
}
#metaflow .wrapper .meta-metaflow {
	width: 100%;
	padding: 60px 0px 30px;
}
#metaflow .wrapper .metaflow1 img{
	width: 100%;
    text-align:center;
}	
#comcomlink .metalink img{
	width: 100%;
	margin: 0% auto 1%;
}
#metacontact .wrapper .headline {
	width: 70%;
}
#metacontact .wrapper .section-title2 {
	font-size: 2.0rem;
}
#metacontact .wrapper .box-contact {
	width:100%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0px;
	text-align:center;
}
	#metacontact .wrapper .box-contact .box-contact1 {
	width: 100%;
}
#metacontact  .wrapper .box-contact .box-contact1 img {
	width: 25%;
	text-align:center;
}
#metacontact  .wrapper .box-contact .box-contact2 {
	width: 100%;
	margin-bottom:20px;
}
	#metacontact  .wrapper .box-contact .box-contact2 .box-contact3 {
	font-size: 1.6rem;
}
	}

