/*=============================================
=            Normalize            =
=============================================*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	vertical-align: baseline;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
 position: relative;
 line-height: 1.5!important;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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



abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 800 ;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: middle;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	border-style: solid;
	border-width: 0;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

p {
	margin-bottom: 1.6em;
}

/*=============================================
=            Base Typography            =
=============================================*/
html {
	font-size: 90%;
}

body {
	font-family: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif;
	font-size: 1rem;
	color: #51585f;
	line-height: 1.8;
}

code {
	background-color: #f1f3f5;
	padding: 0.125em 0.25em;
}

pre {
	background-color: #f8f9fa;
	padding: 20px;
}

blockquote {
	padding: 1em;
	margin: 1.5em 1em 1.5em 2em;
	border-left: 4px solid #e9ecef;
}

/*=============================================
=            Heading Typography            =
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #16181a;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 20px;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2.25rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.313rem;
}

h6 {
	font-size: 1.125rem;
}

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

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

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

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

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

/*=============================================
=            Common CSS Style            =
=============================================*/
/*=============================================
=            GRID            =
=============================================*/

@media (min-width: 768px) {
	.tg-container--boxed .tg-site {
		max-width: 750px;
	}
	.tg-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.tg-container--boxed .tg-site {
		max-width: 970px;
	}
	.tg-container {
		max-width: 940px;
	}
}

@media (min-width: 1200px) {
	.tg-container--boxed .tg-site {
		max-width: 1270px;
	}
	.tg-container {
		max-width: 1160px;
	}
}



/*=============================================
=            Page builder            =
=============================================*/




@font-face {
	font-family: "themegrill-icons";
	src: url("assets/fonts/themegrill-icons.eot?5d42b271f668d2d6461ba91fc5a5a839?#iefix") format("embedded-opentype"), url("assets/fonts/themegrill-icons.woff2?5d42b271f668d2d6461ba91fc5a5a839") format("woff2"), url("assets/fonts/themegrill-icons.woff?5d42b271f668d2d6461ba91fc5a5a839") format("woff");
}

.tg-icon-angle-down::after {
	content: "\f101";
}

.tg-icon-angle-left::after {
	content: "\f102";
}

.tg-icon-angle-right::after {
	content: "\f103";
}

.tg-icon-angle-up::after {
	content: "\f104";
}

.tg-icon-arrow-down::after {
	content: "\f105";
}

.tg-icon-arrow-left::after {
	content: "\f106";
}

.tg-icon-arrow-right::after {
	content: "\f107";
}

.tg-icon-arrow-up::after {
	content: "\f108";
}

.tg-icon-bars::after {
	content: "\f109";
}

.tg-icon-close::after {
	content: "\f10a";
}

.tg-icon-search::after {
	content: "\f10b";
}

.tg-icon-shopping-cart::after {
	content: "\f10c";
}




.tg-page-header .breadcrumb-trail ul li::after {
	padding: 7px;
	font-size: 12px;
	color: #51585f;
	font-family: "themegrill-icons" !important;
	vertical-align: middle;
	content: "\f103";
}

.tg-page-header .breadcrumb-trail ul li:last-child::after {
	content: none;
}

/*=============================================
=            Lists            =
=============================================*/
ul,
ol {
	margin: 0 0 1.6rem 1.6rem;
	padding-left: 0;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.6rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.6rem 1.6rem;
}

/*=============================================
=            Table            =
=============================================*/
table {
	margin: 0 0 1.5em;
	width: 100%;
}

table th,
table td {
	text-align: left;
	border: 1px solid #e9ecef;
	padding: 1em;
}

/*=============================================
=            Admin Bar            =
=============================================*/


.search-form label::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	display: block;
	content: "\f10b";
	font-family: themegrill-icons;
	color: #adb5bd;
}

/*=============================================
=                    Links                    =
=============================================*/
a {
	color: #16181a;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

a:hover, a:focus {
transition: all 0.2s ease-in-out;
	opacity: 0.8 ;
	/*color: #16181a;*/
}

a:active {
	outline: 0;
}

.entry-content a {
	color: #02b9d1;
	text-decoration: underline;
}

.entry-content a:hover {
	color: #02b9d1;
}







.tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-item > a::before {
	width: 2px;
	height: 12px;
	top: 50%;
	left: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-item > a::before {
	width: 2px;
	height: 12px;
	top: 50%;
	left: auto;
	right: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}






/* Post Navigation */
.posts-navigation,
.post-navigation {
	margin-top: 4rem;
	border-top: 1px solid #e9ecef;
	padding: 2rem 0;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.posts-navigation .nav-links a,
.post-navigation .nav-links a {
	vertical-align: middle;
}

.posts-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-previous a::before {
	margin-right: 0.5rem;
	font-family: "themegrill-icons" !important;
	vertical-align: middle;
	content: "\f102";
}

.posts-navigation .nav-links .nav-next a::after,
.post-navigation .nav-links .nav-next a::after {
	margin-left: 0.5rem;
	font-family: "themegrill-icons" !important;
	vertical-align: middle;
	content: "\f103";
}

/* Mobile navigation */



.tg-mobile-navigation .tg-mobile-navigation-close::before {
	content: "\f00d";
	font-family: fontawesome;
}





.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle::after, .tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle::after {
	content: '\f067';
	font-family: fontawesome;
	font-size: 12px;
}


.tg-mobile-navigation li.page_item_has_children.submenu--show > .tg-submenu-toggle::after, .tg-mobile-navigation li.menu-item-has-children.submenu--show > .tg-submenu-toggle::after {
	content: '\f068';
}



.tg-primary-menu > div ul li.tg-header-button-wrap a:hover {
	color: #fff;
	background-color: #1e7ba6;
}



.tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle.toggled-on::after {
	content: "-";
}

/*=============================================
=            Accesibility            =
=============================================*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #e9ecef;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #16181a;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}




/*=============================================
=            Clearings            =
=============================================*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::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 {
	display: table;
	content: "";
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0 solid #e9ecef;
	background-color: #16181a;
	color: #fff;
	padding: 0.7rem 1rem;
    margin: 0.7rem 1rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #1e7ba6;
}

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"],
select,
textarea {
	color: #16181a;
	border: 1px solid #dee2e6;
	padding: 0.7rem 1rem;
	width: 100%;
	border-radius: 0;
}

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,
select:focus,
textarea:focus {
	color: #51585f;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 0.5rem;
	vertical-align: middle;
	display: inline-block;
}



label {
	margin-bottom: 0.8rem;
	display: inline-block;
}

select {
	border: 1px solid #dee2e6;
	padding: 0.5rem;
}



/*=============================================
=            404 Page            =
=============================================*/
.error-404 {
	text-align: center;
}

.error-404 .search-form {
	margin-top: 20px;
}

.site-content {
	margin-top: 80px;
	margin-bottom: 80px;
}

#primary {
	width: 70%;
	padding-right: 60px;
}

#secondary {
	width: 30%;
	padding-left: 60px;
	border-left: 1px solid #e9ecef;
}
.thumbnail{
width:300px;
margin:0px 0px 30px;
}


/*=============================================
=            Sidebar            =
=============================================*/
/*=============================================
=            Widgets            =
=============================================*/
.widget {
	margin: 0 0 2.5rem;
	/* Make sure select elements fit in widgets. */
}

.widget .widget-title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.widget ul {
	margin: 0;
	list-style-type: none;
}

.widget ul li {
	border-bottom: 1px solid #e9ecef;
}

.widget ul li:last-child {
	border-bottom: none;
}

.widget ul li a {
	padding: 0.5rem 0;
	display: block;
}



/*=============================================
=               Posts and Pages               =
=============================================*/


.hentry {
	margin: 0 0 5em;
	border: 0 solid #e9ecef;
}

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

.extra-hatom {
	display: none;
}

.post-thumbnail {
	margin: 0 0 1.5em;
}

.entry-content {
	margin: 0 0 3em;
}

.entry-content p {
	margin-bottom: 1.4em;
}



.post-thumbnail {
	display: none;
}


.entry-title {
	margin: 0 0 0.5em;
	font-size: 2.25rem;
	word-wrap: break-word;
}

.entry-meta {
	margin: 0 0 1.5em;
	border: 0 solid #e9ecef;
}

.entry-meta > span {
	margin-right: 1.5rem;
	display: inline-block;
}

.entry-meta > span:last-child {
	margin-right: 0;
}


.tg-meta-style-two .entry-meta a:hover {
	color: #1e7ba6;
}


.tg-meta-style-two .entry-meta > span::before {
	display: inline-block;
	font-family: 'FontAwesome';
	margin-right: 5px;
}

.tg-meta-style-two .entry-meta .byline::before {
	content: '\f007';
}

.tg-meta-style-two .entry-meta .posted-on::before {
	content: '\f017';
}

.tg-meta-style-two .entry-meta .cat-links::before {
	content: '\f07c';
}

.tg-meta-style-two .entry-meta .tags-links::before {
	content: '\f02c';
}

.tg-meta-style-two .entry-meta .comments-link::before {
	content: '\f075';
}



/*=============================================
=            Desktop Devices          =
=============================================*/
@media screen and (min-width: 1024px) {
	.tg-site-layout--default .alignwide {
		margin-left: -7vw;
		width: calc(100% + 14vw);
		max-width: calc(100% + 14vw);
	}
	.tg-site-layout--default .post-thumbnail {
		display: block;
		margin-left: calc(50% - 26vw);
		margin-right: calc(50% - 26vw);
	}
}

/*=============================================
=            Mobile Devices            =
=============================================*/
@media screen and (max-width: 768px) {
	/* Page builder template */
	.page-template-pagebuilder #main .tg-container {
		padding-left: 0;
		padding-right: 0;
	}
	/* Boxed Layout */
	.tg-container--separate #primary {
		padding-right: 0;
	}
	.tg-container--separate #secondary {
		padding-left: 0;
	}
	.main-navigation {
		display: none;
	}
	.tg-site-header.tg-site-header--center .tg-primary-menu {
		display: none;
	}
	.tg-container--boxed .tg-site {
		width: 90%;
	}
	.tg-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* Header Main */
	.tg-site-header--center .site-branding {
		margin-bottom: 1em;
	}
	/* Header Action */
	.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 10px;
		padding: 0.5em 0.8em;
	}
	.tg-site-header--center .tg-header-action-list .tg-header-action__item.tg-mobile-toggle, .tg-site-header--right .tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
		margin-left: 0;
	}
	.tg-header-action-list .tg-header-action__item.tg-mobile-toggle .tg-icon-bars {
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.tg-mobile-navigation {
		display: block;
	}
	.tg-menu-item-search {
		margin-top: 0.5em;
	}
	.tg-menu-item-search a {
		display: none;
	}
	#primary,
	#secondary {
		width: 100% !important;
		padding: 0;
		border: none;
	}
	.tg-site-footer .tg-footer-widget-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--two .tg-footer-widget-area, .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--three .tg-footer-widget-area, .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--four .tg-footer-widget-area {
		width: 100%;
	}
	.tg-menu-item-cart .cart-page-link {
		display: inline-block;
	}
	.tg-menu-item-cart .cart-page-link .count {
		top: 0;
		right: -8px;
	}
}

@media screen and (max-width: 600px) {
	.tg-site-header-top {
		display: none;
	}
	.tg-site-footer .tg-site-footer-bar .tg-container--flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1,
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 ul,
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.tg-page-header .tg-container--flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tg-page-header.tg-page-header--left-right .tg-page-header__title {
		margin-right: 0;
	}
	.tg-page-header.tg-page-header--left-right .breadcrumbs {
		margin-left: 0;
	}
	.tg-page-header.tg-page-header--right-left .tg-page-header__title {
		margin-left: 0;
	}
	.tg-page-header.tg-page-header--right-left .breadcrumbs {
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.tg-mobile-navigation {
		width: calc(100% - 60px);
	}
	.site-branding {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

/*著者情報を消す*/
.entry-meta{
    display: none;
}


/*reset css*/

body {
  margin: 0;
  
}
h1,h2,h3,h4 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,ol,li {
  list-style: none;
  margin: 0;
  padding: 0;
}
sup {
  font-size: inherit;
  vertical-align: baseline;
}
figure {
  margin: 0;
}
th {
  font-weight: normal;
  text-align: left;
}

/*common css*/

* {
  box-sizing: border-box;
 
/* max-width: 100%; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}
body {
font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.02em;
  overflow-x: hidden;

}

body,
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}
a {
  transition: all .2s ease-in-out;
}
a:after {
  transition: all .2s ease-in-out;
}
img {
  display: block;
 /* margin: 0 auto;*/
  max-width: 100%;
}

iframe{
 max-width:100%;
}

@media screen and (max-width: 768px){
  body {
    font-size: 14px;
    line-height: 23px;

  }
}
.nav-label {
  /* position: fixed;
  top: 10px;
  left: 40px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 5; */
  display: none;
}
.nav-label:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0!important;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
}
.nav--active.nav-label:after {
  opacity: 0;
}

.nav-screen {
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0!important;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1079px){
  .nav-label {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px!important;
    width: 46px;
    height: 46px;
    cursor: pointer;
    z-index: 5;
  }
}
.nav {
  position: fixed;
  top: 0;
  right: -300px!important;
  z-index: 4;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  width: 300px;
  padding: 120px 40px 40px;
  height: 100%;
}
.top-nav {
  width: 340px;
}
.nav--active ~ .nav {
  right: 0!important
}

.nav-menu {
  margin: 0 0;
}
.top-nav .nav-menu.mob-only {
  display: none;
}
@media screen and (max-width: 1079px){
  .top-nav .nav-menu.mob-only {
    display: block;
    margin-bottom: 30px;
  }
}
.nav-menu-item {
  margin: 0 0 20px;
}
.top-nav .nav-menu-item {
  margin: 0 0 10px;
}
.nav-menu-link {
  font-size: 19px;
}
.top-nav .nav-menu-link {
  font-size: 16px;
}
.top-nav h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.nav-menu-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px){
  .nav {
    right: -270px!important;
    width: 270px;
    padding: 60px 20px 20px;
    height: 100%;
  }
  
  .nav-menu {
    margin: 30px 0 0;
  }
  .nav-menu-item {
    margin: 0 0 15px;
  }
  .nav-menu-link {
    font-size: 18px;
  }
  .nav-menu-link:hover {
    opacity: 1;
  }
}
.wrapper {
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  right: 0!important;
}
.nav--active ~ .wrapper {
  right: 300px!important;
}
@media screen and (max-width: 1079px){
  .nav--active ~ .wrapper {
    right: 270px!important;

  }
}
.common-float {
  display: none!important;
   position: fixed;
    bottom: 0;
    right: 0!important;
    width: 100%;
    height: 100px;
    text-align: center;
    z-index: 2;
    display: none;

}
.nav--active ~ .common-float {
  right: 300px!important;
}

.common-buy-senior01 {
  display: block;
    height: 160px;
    width: 450px;
  position: relative;
  margin: 17px auto;
}
.common-buy-senior01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
}
.common-buy-staff01 {
  display: block;
    height: 160px;
    width: 450px;
  position: relative;
  margin: 17px auto;
}
.common-buy-staff01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
}

.common-document-senior01 {
  display: block;
    height: 160px;
    width: 450px;
  position: relative;
  margin: 17px auto;
}
.common-document-senior01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
}
.common-document-staff01 {
  display: block;
    height: 160px;
    width: 450px;
  position: relative;
  margin: 17px auto;
}
.common-document-staff01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
}
.common-buy:hover:after {
  opacity: 0;
}
.common-pagetop {
  display: none!important;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  cursor: pointer;
}
.common-pagetop-logistics {
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  cursor: pointer;
}

.common-pagetop-new {
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 1079px){
  .common-float {
    height: 60px;
  }
  .nav--active ~ .common-float {
    left: 270px;
  }
  .common-float-corp {
    height: 60px;
  }
  .nav--active ~ .common-float-corp {
    left: 270px;
  }
 
 .common-buy-senior01 {
    height: 120px;
    width: 350px;
    margin: 7px auto;
  }
  .common-buy-senior01:hover:after {
    opacity: 1;
  }
 .common-buy-staff01 {
    height: 120px;
    width: 350px;
    margin: 7px auto;
  }
  .common-buy-staff01:hover:after {
    opacity: 1;
  }
	  .common-document-senior01 {
    height: 120px;
    width: 350px;
    margin: 7px auto;
  }
  .common-document-senior01:hover:after {
    opacity: 1;
  }
	  .common-document-staff01 {
    height: 120px;
    width: 350px;
    margin: 7px auto;
  }
  .common-document-staff01:hover:after {
    opacity: 1;
  }
  .common-pagetop {
    height: 46px;
    width: 46px;
    right: 7px;
  }
	 .common-pagetop-logistics {
    height: 46px;
    width: 46px;
    right: 7px;
  }
  
	 .common-pagetop-new {
    height: 46px;
    width: 46px;
    right: 7px;
  }
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 80px; */
  background-color: #fff; 
}
.footer-wrap {
  padding: 35px 40px;
  background-color: #0061D1;
  text-align: center;
}
.footer-wrap-new {
  padding: 35px 40px;
  background: linear-gradient(#4993E7, #004784);
  text-align: center;
}
.footer-wrap-logistics {
  padding: 35px 40px;
  background-color: #F15A25;
  text-align: center;
}
.footer-wrap-senior {
  padding: 35px 40px;
  background-color: #009688;
  text-align: center;
}


.footer-menu {
    margin: 0 auto;
    display: inline-flex;
    flex-wrap: nowrap;
}
.footer-menu-item {
  font-size: 0;
  padding: 0 30px;
  
  height: 26px;
}
.footer-menu-item:first-child {
  border-left: 0;
}
.footer-menu-new {
    margin: 0 auto;
    display: inline-flex;
    flex-wrap: nowrap;
}
.footer-menu-item-new  {
  font-size: 0;
  padding: 0 30px;
  
  height: 26px;
}
.footer-menu-item-new :first-child {
  border-left: 0;
}


.footer-menu-link {
  font-size: 18px;
  line-height: 26px;
  white-space: nowrap;
	color:#FFF;
}
.footer-copy {
  color: #FFF;
  font-size: 12px;
  line-height: 18px;
  background-color: #0061D1;
  padding: 15px 0  25px;
  text-align: center;
}
.footer-copy-new {
  color: #FFF;
  font-size: 12px;
  line-height: 18px;
  background-color: #004784;
  padding: 15px 0  25px;
  text-align: center;
}
.footer-copy-logistics {
  color: #FFF;
  font-size: 12px;
  line-height: 18px;
  background-color: #F15A25;
  padding: 15px 0  25px;
  text-align: center;
}
.footer-copy-senior {
  color: #FFF;
  font-size: 12px;
  line-height: 18px;
  background-color: #009688;
  padding: 15px 0  25px;
  text-align: center;
}






@media screen and (max-width: 1079px){
  .footer-wrap {
    padding: 0;
   border-top: 1px #fff solid;
  }
	 .footer-wrap-new {
    padding: 0;
   border-top: 1px #fff solid;
  }
	      .footer-wrap-logistics {
    padding: 0;
   border-top: 1px #fff solid;
  }
	  .footer-wrap-senior {
    padding: 0;
   border-top: 1px #fff solid;
  }
  
	
.footer-wrap-sns .footer-menu {
    width: 100%;
    height: auto;
    text-align: center;
}	
	
.footer-wrap-sns .footer-menu li {
      display: inline-block;
}		

  .footer-menu {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-menu-item {
    width: 50%;
    padding: 0;
   
    border-left: 1px #FFF  solid;
    border-bottom: 1px #FFF  solid;
    height: auto;
  }
  .footer-menu-item:nth-child(odd) {
    border-left: 0;
  }
 .footer-menu-new {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-menu-item-new {
    width: 50%;
    padding: 0;
   
    border-left: 1px #FFF  solid;
    border-bottom: 1px #FFF  solid;
    height: auto;
  }
  .footer-menu-item-new:nth-child(odd) {
    border-left: 0;
  }
/*
  .footer-menu-item:nth-child(3) {
    width: 100%;
  }
*/

  .footer-menu-link {
    font-size: 15px;
    line-height: 45px;
    display: block;
    height: 45px;
  }
  .footer-copy {
    line-height: 12px;
    padding: 16px 0 26px;
  }
}


.common-p-d-n {
  display: none;
}
@media screen and (max-width: 1079px){
  .common-p-d-n {
    display: block;
  }
  .common-s-d-n {
    display: none;
  }
}

@media screen and (max-width: 370px){
 
  .common-s-d-n-s {
    display: none;
  }
}


/*module css*/

.mod-bg01,.mod-bg01:before,.mod-bg01:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size:  contain;
}
.mod-bg02,.mod-bg02:before,.mod-bg02:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size:  cover;
}
.mod-pos01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mod-hv01 {
  transition: all 0.2s ease-in-out;
}
.mod-hv01:hover {
  opacity: 0.7;
}




@media screen and (max-width: 1079px){
  .mod-hv01:hover {
    opacity: 1;
  }
 
}
.mod-section {
  padding: 60px 0;
}
@media screen and (max-width: 1079px){
  .mod-section {
    padding: 35px 20px;
  }
}
.mod-container {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1079px){
  .mod-container {
    max-width: 540px;
    margin: 0 auto;
  }
  .mod-container-store {
    max-width: 540px;
    margin: 0 auto;
  }

}
.mod-title-lv2 {
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}
.mod-title-lv2-left {
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 40px;
}



@media screen and (max-width: 1079px){
  .mod-title-lv2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 30px;
  }
 
 
      
}
.mod-text {
  font-size: 16px;
  line-height: 26px;
}

.mod-text-bold {
  font-size: 20px;
  font-weight:bold;
  line-height: 26px;
}
.mod-text-bold-corp {
  font-size: 20px;
  font-weight:bold;
  line-height: 26px;
   color:#fff;
}


.mod-text-corp01{
	font-size: 29px;
    line-height: 42px;
    font-weight: bold;
    text-align: left;
     color: #0061D1;
}
.mod-text-corp01-logistics{
	font-size: 29px;
    line-height: 50px;
    font-weight: bold;
    text-align: left;
     color: #f15a25;
}
.page-index-review-list {
    margin: 20px 50px 0;
    display: flex;
    flex-wrap: nowrap;
    padding: 20px;
    border-radius: 20px;
}
.page-index-review-icon01{
	width: 120px;
	height: 120px;
	margin: 20px auto;
	background-image: url(/wp-content/uploads/2022/03/customer_review01.png);
}
.page-index-review-icon02{
	width: 120px;
	height: 120px;
	margin: 20px auto;
	background-image: url(/wp-content/uploads/2022/03/customer04.png);
}
.page-index-logistics-icon01{
	width: 120px;
	height: 120px;
	margin: 20px auto;
	background-image: url(/wp-content/uploads/2022/03/customer_review_logistics01.png);
}
.page-index-logistics-icon02{
	width: 120px;
	height: 120px;
	margin: 20px auto;
	background-image: url(/wp-content/uploads/2022/03/customer_review_logistics02.png);
}

.page-index-review-box02 {
    width: 20%;
}
.page-index-review-box01 {
    width: 80%;
}
.page-index-review-title01{
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: 90%;

}
.page-index-review-text{
	font-size:18px;
	  padding: 20px;                     
    background-color:  #fff;           
    box-shadow: 2px 2px 2px 2px #bbb;                 
    border-radius:20px;
}
.mod-text-corp-cloud01{
	font-size: 34px;
    line-height: 50px;
    font-weight: bold;
    text-align: left;
     color: #0061D1;
	margin-bottom:20px;
}
.page-index-kajima-pic01 {
    width: 100%;
    height: 330px;
    margin: 0 0 10px;
}
.page-index-cloud-pic01 {
    width: 100%;
    height: 300px;
    margin: 0 0 10px;
}
.page-index-cloud-pic02 {
    width: 100%;
    height: 300px;
    margin: 0 0 10px;
}
.page-index-cloud-pic03 {
    width: 100%;
    height: 300px;
    margin: 0 0 10px;
}
.page-index-cloud-pic04 {
    width: 100%;
    height: 300px;
    margin: 0 0 10px;
}
.page-index-cloud-pic05 {
    width: 100%;
    height: 300px;
    margin: 0 0 10px;
}
.page-index-cloud-pic06 {
    width: 100%;
    height: 300px;
    margin: 0 0 10px;
}
.page-index-senior-pic01 {
    width: 100%;
    height: 260px;
    margin: 0 0 10px;
}
.page-index-senior-pic02 {
    width: 100%;
    height: 260px;
    margin: 0 0 10px;
}
.page-index-senior-pic03 {
    width: 100%;
    height: 260px;
    margin: 0 0 10px;
}
.page-index-senior-pic04 {
    width: 100%;
    height: 260px;
    margin: 0 0 10px;
}
.page-index-senior-pic05 {
    width: 100%;
    height: 240px;
    margin: 30px 0 10px;
}
.page-index-senior-pic06 {
    width: 100%;
    height: 290px;
    margin: 0px 0 10px;
}
.page-index-senior-pic07 {
    width: 100%;
    height: 160px;
    margin: 0 0 10px;
}
.page-index-staff-pic05 {
    width: 100%;
    height: 260px;
    margin: 0 0 10px;
}
.page-index-staff-pic06 {
    width: 100%;
    height: 240px;
    margin: 30px 0 10px;
}
.page-index-staff-pic07 {
    width: 100%;
    height: 290px;
    margin: 0px 0 10px;
}
.page-index-staff-pic11 {
    width: 100%;
    height: 160px;
    margin: 0 0 10px;
}
.page-index-staff-pic12{
    background-image: url(/wp-content/uploads/2022/04/staff_solution01.jpg);
    width: 100%;
    height: 230px;
    margin: 0 0 10px;
}
.page-index-staff-pic13{
    background-image: url(/wp-content/uploads/2022/04/staff_solution02.jpg);
    width: 100%;
    height: 180px;
    margin: 0 0 10px;
}
.page-index-staff-pic14{
    background-image: url(/wp-content/uploads/2022/04/staff_solution03.jpg);
    width: 100%;
    height: 180px;
    margin: 0 0 10px;
}
.page-index-top-check01 {
	  width: 100%;
    height: 100px;
    margin: 0 0 10px;
}

.page-index-staff-pic03 {
     width: 100%;
    height: 320px;
    margin: 0 0 10px;
}
.page-index-staff-pic04 {
    width: 100%;
    height: 230px;
    margin: 0 0 10px;
}
.page-index-top-pic01 {
     width: 100%;
    height: 320px;
    margin: 0 0 10px;
}
.page-index-top-pic02 {
    width: 100%;
    height: 230px;
    margin: 0 0 10px;
}

.page-index-about-pic06 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}
.page-index-about-pic07 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}

.page-index-aboutnew-pic01 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}
.page-index-aboutnew-pic02 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}
.page-index-aboutnew-pic03 {
    width: 100%;
    height: 250px;
    margin: 10px 0 ;
}
.page-index-aboutnew-pic04 {
    width: 100%;
    height: 250px;
    margin: 10px 0 ;
}
.page-index-topnew-pic01 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}
.page-index-topnew-pic02 {
    width: 100%;
    height: 240px;
    margin: 10px 0;
}
.page-index-topnew-pic03 {
    width: 100%;
    height: 205px;
    margin: 20px 0 ;
}
.page-index-topnew-pic04 {
    width: 100%;
    height: 300px;
    margin: 20px 0 ;
}
.page-index-topnew-pic05 {
    width: 100%;
    height: 300px;
    margin: 20px 0 ;
}
.page-index-topsenior-pic01 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}
.page-index-topsenior-pic02 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}
.page-index-topsenior-pic03 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}
.page-index-topsenior-pic04 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}
.page-index-topsenior-pic05 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}
.page-index-topsenior-pic06 {
    width: 100%;
    height: 170px;
    margin: 10px 0;
}
.page-index-staff-pic08 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}
.page-index-staff-pic09 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}
.page-index-staff-pic10 {
    width: 100%;
    height: 170px;
    margin: 10px 0;
}
.page-index-solution-pic01{
	width: 100%;
    height: 200px;
    margin: 0px 0 10px;
}
.page-index-solution-pic02{
	width: 100%;
    height: 200px;
    margin: 0px 0 10px;
}
.page-index-staff-pic01 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}
.page-index-staff-pic02 {
    width: 100%;
    height: 300px;
    margin: 10px 0;
}

.page-index-logistics-pic01 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}
.page-index-logistics-pic02 {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}
.page-index-logistics-pic03{
	width: 100%;
    height: 350px;
    margin: 0px 0 10px;
}
.page-index-logistics-pic04{
	width: 100%;
    height: 350px;
    margin: 0px 0 10px;
}
.mod-text + .mod-text {
  margin: 0 ;
}
@media screen and (max-width: 1079px){
  .mod-text {
    font-size: 14px;
    line-height: 24px;
  }
	.page-index-top-box01{
		text-align:left;
	}
.page-index-top-check01 {
  
	   width: 100%;
    height: 80px;
    margin: 0 0 10px;
}

	.page-index-staff-pic02 {
    width: 100%;
    height: 200px;
    margin: 10px 0;
}
.page-index-staff-pic03 {
     width: 100%;
    height: 300px;
    margin: 0 0 10px;
}
.page-index-staff-pic04 {
    width: 100%;
    height: 230px;
    margin: 0 0 10px;
}
.page-index-top-pic01 {
     width: 100%;
    height: 300px;
    margin: 0 0 10px;
}
.page-index-top-pic02 {
    width: 100%;
    height: 230px;
    margin: 0 0 10px;
}
.page-index-review-list {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: nowrap;
    padding: 5px 0;
   
}
.page-index-review-title01{
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
	margin-bottom:0px;
    width: 100%;

}
	.page-index-review-text{
	font-size:13px;
	  padding: 18px;                     
    background-color:  #fff;           
    box-shadow: 2px 2px 2px 2px #bbb;                 
    border-radius:20px;
}
.page-index-review-icon01{
	width: 60px;
	height: 60px;
	margin: 20px auto;
	background-image: url(/wp-content/uploads/2022/03/customer_review01.png);
}
.page-index-review-icon02{
	width: 60px;
	height: 60px;
	margin: 20px auto;
	background-image: url(/wp-content/uploads/2022/03/customer04.png);
}
.page-index-logistics-icon01{
	width: 60px;
	height: 60px;
	margin: 20px auto;
	background-image: url(/wp-content/uploads/2022/03/customer_review_logistics01.png);
}
.page-index-logistics-icon02{
	width: 60px;
	height: 60px;
	margin: 20px auto;
	background-image: url(/wp-content/uploads/2022/03/customer_review_logistics02.png);
}
	
.page-index-solution-pic01{
    background-image: url(/wp-content/uploads/2022/03/solution03.jpg);
	width: 100%;
    height: 140px;
    margin: 0px 0 10px;
}
.page-index-solution-pic02{
    background-image: url(/wp-content/uploads/2022/03/solution04.jpg);
	width: 100%;
    height: 140px;
    margin: 0px 0 10px;
}
.page-index-logistics-pic03{
	width: 100%;
    height: 240px;
    margin: 0px 0 10px;
}
.page-index-logistics-pic04{
	width: 100%;
    height: 240px;
    margin: 0px 0 10px;
}
.mod-text-corp01 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
     color: #0061D1;
}
.mod-text-corp01-logistics {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
     color: #f15a25;
}
	.mod-text-corp-cloud01 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
     color: #0061D1;
		margin-bottom:10px;
}


.mod-text-bold {
  font-size: 20px;
  font-weight:bold;
  line-height: 26px;
}

.mod-text-bold-corp {
  font-size: 16px;
  font-weight:bold;
  line-height: 26px;
  color:#fff;
}
}

.mod-2col01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -20px;
}

.mod-2col01-item {
  width: 50%;
  padding: 0 20px;
}
.mod-2col01-item:nth-child(n+3) {
  padding: 20px 20px 0;
}
.mod-2col01-item15{
  width: 15%;
  padding: 0 20px;
}
.mod-2col01-item85 {
  width: 85%;
  padding: 0 20px;
}
.page-index-about-item03{
	background-color: #F0F4FF;
}
.page-index-about-item04{
	background-color: #E9F9F8;
}
.page-index-logistics-item01{
	background-color: #FEF1EC;
}
.page-index-logistics-item02{
	background-color: #F0F0F0;
}

@media screen and (max-width: 1079px){
  .mod-2col01 {
    display: block;
    margin: 0;
  }
 
  .mod-2col01-item {
    width: 100%;
    padding: 20px 0 0;
  }
  .mod-2col01-item:nth-child(n+3) {
    padding: 20px 0 0;
  }
.mod-2col01-item15{
  width: 25%;
  padding: 0px 5px;
}
.mod-2col01-item85 {
  width: 75%;
  padding: 0px 5px;
}
}
.mod-2col02 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
}
.mod-2col02-item {
  width: 50%;
  padding: 0 10px;
}
.mod-2col02-item:nth-child(n+3) {
  padding: 40px 0;
}
.mod-2col02-blog {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 50px;
}
@media screen and (max-width: 1079px){
  .mod-2col02 {
    display: block;
    margin: 0;
  }
  .mod-2col02-item {
    width: 100%;
    padding: 30px 0 0;
  }
	.mod-2col02-blog {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 10px;
}
 /* .mod-2col02-item:nth-child(n+3) {
    padding: 30px 0 0;
  }*/*
  .mod-2col02-item:first-child {
    padding: 0;
  }
}

@media screen and (max-width: 1079px){
  
  .mod-3col-item:first-child {
    padding: 0;
  }
}



/*image css*/

.nav-label {
  background-image: url("./img/c-menu-btn-active.png");
}
.nav-label:after {
  background-image: url("./img/c-menu-btn.png");

}




.common-pagetop {
  background-image: url("/wp-content/uploads/2022/03/page-top.png");
 
}
.common-pagetop-logistics {
  background-image: url("/wp-content/uploads/2022/01/page-top-logistics.png");
 
}

.common-pagetop-new {
  background-image: url("/wp-content/uploads/2022/02/page-top-new.png");
 
}


.header-logo-item-corp {
  background-image: url("../img/logo-geopita.png");
}

/* .header-logo-item-corp {
  background-image: url("/wp-content/uploads/2022/03/logo-geopita.png");
} */
 
  .page-index-mv-box-new01 {
    background-image: url("/wp-content/uploads/2022/03/p-main-geopita.jpg");
    
  }
  .page-index-mv-box-new02 {
    background-image: url("/wp-content/uploads/2022/11/p-main-geopita4.jpg");
    
  }
  .page-index-mv-box-about01 {
    background-image: url("/wp-content/uploads/2022/03/p-main-about1.jpg");
    
  }
  .page-index-mv-box-solution {
    background-image: url("/wp-content/uploads/2022/03/p-main-solution01.jpg");
    
  }
  .page-index-mv-box-logistics {
    background-image: url("/wp-content/uploads/2022/03/p-main-logistics01.jpg");
    
  }
.page-index-kajima-pic01 {
    background-image: url(/wp-content/uploads/2022/05/kajima_thumbnail.jpg);
}
.page-index-cloud-pic01 {
    background-image: url(/wp-content/uploads/2022/05/merit-solution01.jpg);
}
.page-index-cloud-pic02 {
    background-image: url(/wp-content/uploads/2022/05/merit-solution02.jpg);
}
.page-index-cloud-pic03 {
    background-image: url(/wp-content/uploads/2022/05/merit-solution03.jpg);
}
.page-index-cloud-pic04 {
    background-image: url(/wp-content/uploads/2022/05/merit-solution04.jpg);
}
.page-index-cloud-pic05 {
    background-image: url(/wp-content/uploads/2022/05/merit-solution05.jpg);
}
.page-index-cloud-pic06 {
    background-image: url(/wp-content/uploads/2022/05/merit-solution06.jpg);
}
.page-index-senior-pic01 {
    background-image: url(/wp-content/uploads/2022/03/senior_solution01.png);
}
.page-index-senior-pic02  {
     background-image: url(/wp-content/uploads/2022/03/senior_solution02.png);
}
.page-index-senior-pic03 {
    background-image: url(/wp-content/uploads/2022/03/senior_solution03.png);
}
.page-index-senior-pic04 {
    background-image: url(/wp-content/uploads/2022/03/senior_function03.png);
}
.page-index-senior-pic05 {
    background-image: url(/wp-content/uploads/2022/03/senior_function04.png);
}
.page-index-senior-pic06 {
    background-image: url(/wp-content/uploads/2022/03/senior_function05.png);
}
.page-index-senior-pic07 {
    background-image: url(/wp-content/uploads/2022/03/support03.png);
}
.page-index-top-check01 {
    background-image: url(/wp-content/uploads/2022/03/check01.png);
}

.page-index-staff-pic03 {
    background-image: url(/wp-content/uploads/2022/04/staff_function01.png);
}
.page-index-staff-pic04 {
    background-image: url(/wp-content/uploads/2022/04/staff_function02.png);
}
.page-index-staff-pic05 {
    background-image: url(/wp-content/uploads/2022/04/staff_function03.png);
}
.page-index-staff-pic06 {
    background-image: url(/wp-content/uploads/2022/04/staff_function04.png);
}
.page-index-staff-pic07 {
    background-image: url(/wp-content/uploads/2022/04/staff_function05.png);
}
.page-index-staff-pic11 {
    background-image: url(/wp-content/uploads/2022/04/support04.png);
}
.page-index-top-pic01 {
    background-image: url(/wp-content/uploads/2022/03/senior_function01.png);
}
.page-index-top-pic02 {
    background-image: url(/wp-content/uploads/2022/03/senior_function02.png);
}


.page-index-about-pic06 {
    background-image: url(/wp-content/uploads/2022/03/solution01.jpg);
}
.page-index-about-pic07 {
    background-image: url(/wp-content/uploads/2022/03/solution02.jpg);
}

.page-index-aboutnew-pic01 {
    background-image: url(/wp-content/uploads/2022/03/about01.jpg);
}
.page-index-aboutnew-pic02 {
    background-image: url(/wp-content/uploads/2022/03/about02.jpg);
}
.page-index-aboutnew-pic03 {
    background-image: url(/wp-content/uploads/2022/03/about03.jpg);
}
.page-index-aboutnew-pic04 {
    background-image: url(/wp-content/uploads/2022/04/staff01.jpg);
}
.page-index-topnew-pic01 {
    background-image: url(/wp-content/uploads/2022/03/function_new01.png);
}
.page-index-topnew-pic02 {
    background-image: url(/wp-content/uploads/2022/03/function_new02.png);
}
.page-index-topnew-pic03 {
    background-image: url(/wp-content/uploads/2022/03/function_new03.png);
}
.page-index-topnew-pic04 {
    background-image: url(/wp-content/uploads/2022/05/merit01.png);
}
.page-index-topnew-pic05 {
    background-image: url(/wp-content/uploads/2022/05/merit02.png);
}
.page-index-topsenior-pic01 {
    background-image: url(/wp-content/uploads/2022/03/senior_case01.png);
}
.page-index-topsenior-pic02 {
    background-image: url(/wp-content/uploads/2022/03/senior_case02.png);
}
.page-index-topsenior-pic03 {
    background-image: url(/wp-content/uploads/2022/03/senior_case03.png);
}
.page-index-topsenior-pic04 {
    background-image: url(/wp-content/uploads/2022/03/senior_reason01.png);
}
.page-index-topsenior-pic05 {
    background-image: url(/wp-content/uploads/2022/03/senior_reason02.png);
}
.page-index-topsenior-pic06 {
    background-image: url(/wp-content/uploads/2022/03/senior_reason03.png);
}
.page-index-staff-pic08  {
    background-image: url(/wp-content/uploads/2022/04/staff_reason01.png);
}
.page-index-staff-pic09  {
    background-image: url(/wp-content/uploads/2022/04/staff_reason02.png);
}
.page-index-staff-pic10  {
    background-image: url(/wp-content/uploads/2022/04/staff_reason03.png);
}

.page-index-solution-pic01 {
    background-image: url(/wp-content/uploads/2022/03/solution03.jpg);
}
.page-index-solution-pic02 {
    background-image: url(/wp-content/uploads/2022/03/solution04.jpg);
}
.page-index-staff-pic01 {
    background-image: url(/wp-content/uploads/2022/04/staff01.jpg);
}
.page-index-staff-pic02 {
    background-image: url(/wp-content/uploads/2022/05/staff02.jpg);
}
.page-index-staff-pic03 {
    background-image: url(/wp-content/uploads/2022/05/staff03.jpg);
}
.page-index-logistics-pic01 {
    background-image: url(/wp-content/uploads/2022/03/logistics01.jpg);
}
.page-index-logistics-pic02 {
    background-image: url(/wp-content/uploads/2022/03/logistics02.jpg);
}
.page-index-logistics-pic03 {
    background-image: url(/wp-content/uploads/2022/03/logistics03.jpg);
}
.page-index-logistics-pic04 {
    background-image: url(/wp-content/uploads/2022/03/logistics04.jpg);
}
@media screen and (max-width: 1079px){
 
 .page-index-mv-box-new01 {
    background-image: url("/wp-content/uploads/2022/03/p-main-geopita.jpg");
   
  }
 .page-index-mv-box-new02 {
    background-image: url("/wp-content/uploads/2022/11/p-main-geopita4.jpg");
   
  }
.page-index-mv-box-about01 {
    background-image: url("/wp-content/uploads/2022/03/p-main-about1.jpg");
   
  }
	 .page-index-mv-box-senior01 {
    background-image: url("/wp-content/uploads/2022/03/p-main-senior1.jpg");
   
  }
		 .page-index-mv-box-staff01 {
    background-image: url("/wp-content/uploads/2022/04/p-main-staff1.jpg");
   
  }
 .page-index-mv-box-solution {
    background-image: url("/wp-content/uploads/2022/03/p-main-solution01.jpg");
   
  }
	 .page-index-mv-box-logistics{
    background-image: url("/wp-content/uploads/2022/03/p-main-logistics01.jpg");
   
  }
	
}
@media screen and (max-width: 420px){

	 .page-index-mv-box-new01 {
    background-image: url("/wp-content/uploads/2022/05/s-main-geopita.jpg");
  }
    .page-index-mv-box-new02 {
    background-image: url("/wp-content/uploads/2022/05/s-main-geopita.jpg");
  }
	 .page-index-mv-box-about01 {
    background-image: url("/wp-content/uploads/2022/03/s-main-about1.jpg");
  }
.page-index-mv-box-senior01 {
     background-image: url("/wp-content/uploads/2022/03/s-main-senior1.jpg");
  }
.page-index-mv-box-staff01 {
     background-image: url("/wp-content/uploads/2022/04/s-main-staff1.jpg");
  }
 .page-index-mv-box-solution {
    background-image: url("/wp-content/uploads/2022/03/s-main-solution01.jpg");
  }
 .page-index-mv-box-logistics{
    background-image: url("/wp-content/uploads/2022/03/s-main-logistics01.jpg");
   
  }
  }

.page-index-mamo-body {
  background-image: url("/wp-content/uploads/2023/12/mamo3.jpg");
 
}
/*.page-index-about-corp{
  background-image: url("/wp-content/uploads/2020/01/p-about-bg.jpg");
  background-image: -webkit-image-set(url(/wp-content/uploads/2020/01/p-about-bg.jpg)1x, url("/wp-content/uploads/2020/01/p-about-bg@2x.jpg")2x);
}*/
@media screen and (max-width: 1079px){
  
  .page-index-about-buy {
    background-image: url("/wp-content/uploads/2020/01/c-buy-btn.png");
    background-image: -webkit-image-set(url(/wp-content/uploads/2020/01/c-buy-btn.png)1x, url("/wp-content/uploads/2020/01/c-buy-btn@2x.png")2x);
  }
	 .page-index-about-movie {
    background-image: url("/wp-content/uploads/2020/01/s-about-poster.png");
    background-image: -webkit-image-set(url(/wp-content/uploads/2020/01/s-about-poster.png)1x, url("/wp-content/uploads/2020/04/s-about-poster@2x.png")2x);
  }
  .page-index-about-play {
    background-image: url("/wp-content/uploads/2020/01/c-movie-play.png");
    background-image: -webkit-image-set(url(/wp-content/uploads/2020/01/c-movie-play.png)1x, url("/wp-content/uploads/2020/01/c-movie-play@2x.png")2x);
  }

.page-index-function-title01 {
  background-image: url("/wp-content/uploads/2022/03/function-icon01.png");
  
}
.page-index-function-title02 {
  background-image: url("/wp-content/uploads/2022/05/function-icon02.png");

}
.page-index-function-title03 {
  background-image: url("/wp-content/uploads/2022/05/function-icon03.png");

}
 .page-index-howto-mamo2-caption01,.page-index-howto-mamo2-caption02,.page-index-howto-mamo2-caption03 {
    background-image: url("/wp-content/uploads/2020/01/s-howto-open.png");
    background-image: -webkit-image-set(url(/wp-content/uploads/2020/01/s-howto-open.png)1x, url("/wp-content/uploads/2020/01/s-howto-open@2x.png")2x);
  }
  .page-index-howto-mamo2-table--active {
    background-image: url("/wp-content/uploads/2020/01/s-howto-close.png");
    background-image: -webkit-image-set(url(/wp-content/uploads/2020/01/s-howto-close.png)1x, url("/wp-content/uploads/2020/01/s-howto-close@2x.png")2x);
  }
  .page-index-howto-corp-caption01,.page-index-howto-corp-caption02,.page-index-howto-corp-caption03 {
    background-image: url("/wp-content/uploads/2020/01/s-howto-open.png");
    background-image: -webkit-image-set(url(/wp-content/uploads/2020/01/s-howto-open.png)1x, url("/wp-content/uploads/2020/01/s-howto-open@2x.png")2x);
  }
  .page-index-howto-corp-table--active {
    background-image: url("/wp-content/uploads/2020/01/s-howto-close.png");
    background-image: -webkit-image-set(url(/wp-content/uploads/2020/01/s-howto-close.png)1x, url("/wp-content/uploads/2020/01/s-howto-close@2x.png")2x);
  }
  .page-index-howto-caption01,.page-index-howto-caption02,.page-index-howto-caption03 {
    background-image: url("/wp-content/uploads/2020/01/s-howto-open.png");
    background-image: -webkit-image-set(url(/wp-content/uploads/2020/01/s-howto-open.png)1x, url("/wp-content/uploads/2020/01/s-howto-open@2x.png")2x);
  }
  .page-index-howto-table--active {
    background-image: url("/wp-content/uploads/2020/01/s-howto-close.png");
    background-image: -webkit-image-set(url(/wp-content/uploads/2020/01/s-howto-close.png)1x, url("/wp-content/uploads/2020/01/s-howto-close@2x.png")2x);
  }
}

.page-index-interview {
  background-image: url("/wp-content/uploads/2020/01/p-interview-bg.jpg");
  background-image: -webkit-image-set(url(/wp-content/uploads/2020/01/p-interview-bg.jpg)1x, url("/wp-content/uploads/2020/01/p-interview-bg@2x.jpg")2x);
}

.page-index-developer-icon02 {
  background-image: url("/wp-content/uploads/2020/01/c-developer-icon02.png");
  background-image: -webkit-image-set(url(/wp-content/uploads/2020/01/c-developer-icon02.png)1x, url("/wp-content/uploads/2020/01/c-developer-icon02@2x.png")2x);
}
.page-index-developer-icon03 {
  background-image: url("/wp-content/uploads/2020/01/c-developer-icon03.png");
  background-image: -webkit-image-set(url(/wp-content/uploads/2020/01/c-developer-icon03.png)1x, url("/wp-content/uploads/2020/01/c-developer-icon03@2x.png")2x);
}
.page-404 {
  background-image: url("/wp-content/uploads/2022/03/403-corp-image01.png");
}




/*page-index-p css*/

@media screen and (min-width:1080px) {
	.pc-hide{
		display: none;
	}
	.wp-block-image {
    max-width: 100%;
    margin-bottom: 3em;
}
	
.page-index-mv {
  background-color: #ffcc00;
  padding: 0 40px 15px;
}
.page-index-mv-container {
  max-width: 1280px;
  margin: 0 auto;
}

.page-index-mv-box:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.page-index-mv-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-index-mv-popup .link {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.page-index-about-buy {
  display: none;
}
.page-index-about-box {
  padding: 50px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 30px;
}
.page-index-about-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  border-bottom: 2px #000 solid;
  margin: 0 0 40px;
}
.page-index-about-text + .page-index-about-text {
  margin: 25px 0 0;
}

.page-index-about-movie {
  display: none;
}

.page-index-feature-title {
  height: 44px;
  background-color: #00bbaa;
  border-radius: 22px;
  color: #fff;
  line-height: 36px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 0;
}
.page-index-feature-image {
  margin: 20px 0 0;
  width: 100%;
  height: 308px;
}
.page-index-feature-text {
  margin: 20px 0 0;
}

.page-index-function {
  background-color: #f6f7f8;
}
.page-index-function-title {
  height: 60px;
  background-color: #707070;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 0;
	color:#fff;
}
.page-index-function-image {
  margin: 20px 0 0;
  width: 100%;
}

.page-index-function-list {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: nowrap;
}
.page-index-function-icon {
  width: 100px;
  height: 100px;
  margin: 0 20px 0 0;
}
.page-index-function-box {
  width: 100%;
}
.page-index-function-subtitle {
  font-size: 20px;
  line-height: 36px;
  color: #00bbaa;
  font-weight: bold;
}
.page-index-function-text {
  font-size:18px;
  letter-spacing: -0.1em;
  line-height: 24px;
}
.page-index-function-center {
  margin-top:20px;
  text-align:center;
  letter-spacing: -0.1em;
  line-height: 24px;
}

.page-index-function-adjust01 {
  min-height: 72px;
}

.page-index-howto {
  background-color: #dae9e8;
}

	.page-index-function-title01 {
    display: inline-block;
    padding: 0 0px 0 54px;
    margin: 5px 0px 0px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
}
	.page-index-function-title02 {
    display: inline-block;
    padding: 0 0px 0 54px;
    margin: 5px 0px 0px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
}
	.page-index-function-title03 {
    display: inline-block;
    padding: 0 0px 0 54px;
    margin: 5px 0px 0px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
}

.page-index-howto-box + .page-index-howto-box {
  margin: 70px 0 0;
}
.page-index-howto-title02 {
  width: 600px;
  height: 50px;
  background-color: #ff9000;
  border-radius: 25px;
  color: #fff;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 7px 0;
  margin: 0 auto 30px;
}
.page-index-howto-text {
  text-align: center;
  margin: 0 0 30px;
}
.page-index-howto-figre03 + .page-index-howto-figre03 {
  margin: 40px 0 0;
}
.page-index-howto-caption01,.page-index-howto-caption02,.page-index-howto-caption03 {
  height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 24px 25px 22px;
}
.page-index-howto-caption02{
  height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 24px 25px 22px;
  text-align: center;
}
.page-index-howto-caption01 {
  background-color: #7eb2ef;
}
.page-index-howto-caption02 {
  background-color: #F29F0A;
}
.page-index-howto-caption03 {
  background-color: #38acb6;
}
.page-index-howto-table-35p {
  width: 35%;
}
.page-index-howto-table-65p {
  width: 65%;
}
.page-index-howto-table-25p {
  width: 25%;
}
.page-index-howto-table-20p {
  width: 20%;
}
.page-index-howto-table01,.page-index-howto-table02,.page-index-howto-table03 {
  border-top: 1px #bababa solid;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.page-index-howto-table-subhead {
  font-size: 18px;
  padding: 15px 25px;
  background-color: #fff;
  border-bottom: 1px #bababa solid;
}
.page-index-howto-table-data {
  font-size: 18px;
  padding: 15px 25px;
  text-align: center;
  border-bottom: 1px #bababa solid;
}
.page-index-howto-table01 .page-index-howto-table-data {
  background-color: #e4f1ff;
}
.page-index-howto-table02 .page-index-howto-table-data {
  background-color: #f8f2c0;
}
.page-index-howto-table03 .page-index-howto-table-data:nth-child(odd) {
  background-color: #fff;
}
.page-index-howto-table03 .page-index-howto-table-data:nth-child(even) {
  background-color: #f9f9f9;
}
.page-index-howto-table03 .page-index-howto-table-data:nth-child(2) {
  background-color: #ffe5ca;
}
.page-index-howto-table-adjust01 {
  height: 83px;
}
.page-index-howto-table-head {
  background-color: #ffcc00;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 25px;
  text-align: center;
}
.page-index-howto-table-head:nth-child(even) {
  background-color: #f3c50c;
}
.page-index-howto-table-head:nth-child(2) {
  background-color: #ff9c00;
}
.page-index-howto-table-notice-text {
  margin: 10px 0 30px;
}
.page-index-howto-fz-xs {
  color: #666;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
}

.page-index-howto-step {
  margin: 30 -30px 0 0;
}
.page-index-howto-step-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.page-index-howto-step-item {
  width: calc(50% - 60px);
  margin: 0 30px;
  background-color: #fff;
  border-top: 6px #ffcc00 solid;
  border-left: 1px #ffcc00 solid;
  padding: 20px 30px 30px;
}
.page-index-howto-step-item:nth-child(n+3) {
  margin: 30px 30px 0;
}
.page-index-howto-step-title {
  padding: 13px 0 0 45px;
  font-size: 24px;
  line-height: 1;
  height: 37px;
  font-weight: bold;
  letter-spacing: -0.1em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-index-howto-step-text {
  font-size: 16px;
  line-height: 24px;
  margin: 25px 0 0;
}
.page-index-howto-step-dlbox {
  margin: 100px 0 0;
}
.page-index-howto-step-dlbox-item + .page-index-howto-step-dlbox-item {
  margin: 20px 0 0;
}

.page-index-howto-step-image {
  margin: 20px auto 0;
}



.page-index-howto-play {
  display: block;
  width: 106px;
  height: 106px;
  z-index: 1;
  cursor: pointer;
}


.page-index-spec {
  background-color: #f0f0f0;
}

.page-index-spec-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px #bababa solid;
}
.page-index-spec-table-25p {
  width: 25%;
}
.page-index-spec-table-75p {
  width: 75%;
}
.page-index-spec-table-head {
  background-color: #f0f0f0;
  padding: 15px 60px;
  border-bottom: 1px #bababa solid;
}
.page-index-spec-table-data {
  background-color: #fff;
  padding: 15px 60px;
  border-bottom: 1px #bababa solid;
	text-align:center;
}

.page-index-developer {
  background-color: #ffcc00;
}
.page-index-developer-item {
  background-color: #fff;
  height:600px;
  border-radius: 20px;
  padding: 30px 25px;
}
.page-index-developer-box {
  padding: 0 0 0 98px;
}

.page-index-developer-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.page-index-developer-comment {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #00bbaa;
  margin: 10px 0 0;
}
.page-index-developer-text {
  line-height: 24px;
  margin: 25px 0 0;
}

.page-index-news-list {
  border-top: 1px #ccc dashed;
}
.page-index-news-list-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px #ccc dashed;
}
.page-index-news-date {
  width: 145px;
  padding: 20px;
}
.page-index-news-year {
  color: #00bbaa;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.page-index-news-md {
  color: #00bbaa;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.page-index-news-headline {
  width: calc(100% - 145px);
}
.page-index-news-character {
  margin: 60px 0 0;
  background-color: #fff6ab;
  border-radius: 30px;
  padding: 40px 50px 40px 230px;
  position: relative;
  min-height: 240px;
}

.page-index-news-text {
  margin: 30px 0 0;
}
.page-index-news-notice {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 20px 0 0;
}
    
.page-index-howabout {
  margin:  0 0;
  background-color: #d7efed;
  border-radius: 30px;
  padding: 20px 50px 20px 230px;
  position: relative;
  min-height: 200px;
}

.page-index-howabout-title {
  font-size: 20px;
 font-weight: bold;
  width: 260px;
  height: 40px;
  display: block;
}
.page-index-howabout-text {
  margin: 10px 0 0;
  float:left;
}
.page-index-howabout-hover {
  margin: 0px 20px 0 
}
.nav-list01{
  font-size: 12px;
  padding:10px 50px;
  background:#f4f4f4;
 }

}

/*page-index-s css*/

@media screen and (max-width:1079px) {
    .pc-hide{
		display: inline-block;
		width:100%;
	}
	.mobile-hide{
		display:none;
	}
	.wp-block-image {
    max-width: 100%;
    margin-bottom: 3em;
}

.page-index-mv {
  background-color: #ffcc00;
  padding: 0 0;
}
.page-index-mv-container {
  max-width: 540px;
  margin: 0 auto;
}

.page-index-mv-video {
  display: none;
}



.page-index-mv-popup .link {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-index-about-buy {
  width: 335px;
  height: 60px;
  display: block;
  margin: 0 auto 35px;
}
.page-index-about-box {
  padding: 10px 18px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 30px;
  text-align: center;
}
.page-index-about-title {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 2px #000 solid;
  margin: -10px 0 25px;
}
.page-index-about-text {
  text-align: left;
}
.page-index-about-text + .page-index-about-text {
  margin: 23px 0 0;
}
.page-index-about-item:nth-child(2) {
  display: none;
}
.page-index-about-movie {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  padding-top: 56.268657%;
}
.page-index-about-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-index-about-play {
  display: block;
  width: 59px;
  height: 59px;
  z-index: 1;
  cursor: pointer;
}

.page-index-feature-title {
/*  height: 39px;*/
  background-color: #00bbaa;
  border-radius: 19px;
  color: #fff;
/*  line-height: 19px;*/
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 10px;
}
.page-index-feature-image {
  margin: 15px 7.5px 0;
  width: calc(100% - 15px);
  padding-top: calc(65.625% - 7.5px)
}
.page-index-feature-text {
  margin: 10px 7.5px 0;
  font-size: 14px;
  line-height: 23px;
}

.page-index-function {
  background-color: #f6f7f8;
}
.page-index-function-title {
  background-color: #707070;
  height: 50px;
  line-height: 19px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 0;
	color:#fff;
}
.page-index-function-image {
  margin: 15px 7.5px 0;
  width: calc(100% - 15px);
}

.page-index-function-list {
  margin: 20px 7.5px 0;
  display: flex;
  flex-wrap: nowrap;
}
.page-index-function-icon {
  width: 55px;
  height: 55px;
  margin: 0 15px 0 0;
}
.page-index-function-box {
  width: 100%;
}
.page-index-function-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.page-index-function-text {
  letter-spacing: -0.1em;
  font-size: 16px;
  line-height: 24px;
}
.page-index-function-center{
  letter-spacing: -0.1em;
  font-size: 11px;
  line-height: 24px;
  text-align:center;
  margin-top:15px;

}

.page-index-howto {
  background-color: #dae9e8;
}

	.page-index-function-title01 {
   display: inline-block;
    padding: 0px 0 0 35px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
	 line-height: 28px;
}
	.page-index-function-title02 {
   display: inline-block;
    padding: 0px 0 0 35px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
		 line-height: 28px;
}
	.page-index-function-title03 {
   display: inline-block;
    padding: 0px 0 0 35px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
		 line-height:28px;
}

.page-index-howto-box + .page-index-howto-box {
  margin: 50px 0 0;
}
.page-index-howto-title02 {
/*  height: 38px;*/
  background-color: #ff9000;
  border-radius: 19px;
  color: #fff;
/*  line-height: 38px;*/
  padding:10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto 30px;
}
.page-index-howto-text {
  margin: 0 0 30px;
}
.page-index-howto-figre03 + .page-index-howto-figre03 {
  margin: 30px 0 0;
}
.page-index-howto-caption01,.page-index-howto-caption02,.page-index-howto-caption03 {
  height: 45px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
  padding: 0 15px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size:  35px;
  cursor: pointer;
}

.page-index-howto-caption01 {
  background-color: #7eb2ef;
}
.page-index-howto-caption02 {
  background-color: #00bbaa;
}
.page-index-howto-caption02 {
  background-color: #F29F0A;
}
.page-index-howto-caption03 {
  background-color: #38acb6;
}
.page-index-howto-table-35p {
  width: 35%;
}
.page-index-howto-table-65p {
  width: 65%;
}
.page-index-howto-table-25p {
  width: 25%;
}
.page-index-howto-table-20p {
  width: 20%;
}
.page-index-howto-table-sp25p {
  width: 25%;
}
.page-index-howto-table-sp30p {
  width: 30%;
}
.page-index-howto-table-wrap {
  display: none;
}
.page-index-howto-table01,.page-index-howto-table02,.page-index-howto-table03 {
  border-top: 1px #bababa solid;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.page-index-howto-table-subhead {
  font-size: 14px;
  padding: 15px 10px;
  letter-spacing: 0;
  background-color: #fff;
  border-bottom: 1px #bababa solid;
}
.page-index-howto-table-data {
  font-size: 14px;
  padding: 15px 5px;
  text-align: center;
  border-bottom: 1px #bababa solid;
}
.page-index-howto-table01 .page-index-howto-table-data {
  background-color: #e4f1ff;
}
.page-index-howto-table02 .page-index-howto-table-data {
  background-color: #F8F2C0;
}
.page-index-howto-table03 .page-index-howto-table-data:nth-child(odd) {
  background-color: #fff;
}
.page-index-howto-table03 .page-index-howto-table-data:nth-child(even) {
  background-color: #f9f9f9;
}
.page-index-howto-table03 .page-index-howto-table-data:nth-child(2) {
  background-color: #ffe5ca;
}
.page-index-howto-table-adjust01 {
  height: 83px;
}
.page-index-howto-table-head {
  background-color: #ffcc00;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 3px;
  text-align: center;
  letter-spacing: 0;
	
}
.page-index-howto-table-head:nth-child(even) {
  background-color: #f3c50c;
}
.page-index-howto-table-head:nth-child(2) {
  background-color: #ff9c00;
}
.page-index-howto-table-notice-text {
  margin: 5px 0 30px;
}
.page-index-howto-fz-sps * {
  font-size: 12px;
  line-height: 16px;
}
.page-index-howto-fz-s {
  font-size: 11px;
  line-height: 14px;
}
.page-index-howto-fz-xs {
  color: #666;
  font-size: 10px;
  line-height: 12px;
  display: block;
}

.page-index-howto-adjust01 {
  letter-spacing: -0.1em;
}
.page-index-howto-step {
  margin: 30 0 0;
}
.page-index-howto-step-item {
  background-color: #fff;
  border-top: 6px #ffcc00 solid;
  border-left: 1px #ffcc00 solid;
  padding: 15px 25px 30px;
}
.page-index-howto-step-item:nth-child(n+2) {
  margin: 20px 0 0;
}
.page-index-howto-step-title {
  padding: 10px 0 0 35px;
  margin: 0 -15px;
  font-size: 18px;
  line-height: 1;
  height: 28px;
  font-weight: bold;
  letter-spacing: -0.1em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-index-howto-step-text {
  font-size: 12px;
  line-height: 18px;
  margin: 20px 0 0;
}
.page-index-howto-step-dlbox {
  margin: 20px 0 0;
}
.page-index-howto-step-dlbox-item + .page-index-howto-step-dlbox-item {
  margin: 15px 0 0;
}

.page-index-howto-step-image {
  margin: 20px auto 0;
}



.page-index-howto-play {
  display: block;
  width: 59px;
  height: 59px;
  z-index: 1;
  cursor: pointer;
}


.page-index-spec {
  background-color: #f0f0f0;
}
.page-index-spec-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px #bababa solid;
}
.page-index-spec-table-sp35p {
  width: 35%;
}
.page-index-spec-table-sp65p {
  width: 65%;
}
.page-index-spec-table-head {
  background-color: #f0f0f0;
  padding: 13px 10px;
  border-bottom: 1px #bababa solid;
  font-size: 13px;
}
.page-index-spec-table-data {
  background-color: #fff;
  padding: 13px 10px;
  border-bottom: 1px #bababa solid;
  font-size: 13px;
}

.page-index-developer {
  background-color: #ffcc00;
}
.page-index-developer-item {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 20px;
}
.page-index-developer-box {
  padding: 0 0 0 94px;
}

.page-index-developer-title {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}
.page-index-developer-comment {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #00bbaa;
  margin: 10px 0 0;
}
.page-index-developer-text {
  font-size: 14px;
  line-height: 22px;
  margin: 20px 0 0;
}

.page-index-news-list {
  border-top: 1px #ccc dashed;
}
.page-index-news-list-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px #ccc dashed;
}
.page-index-news-date {
  width: 74px;
  padding: 18px 3px;
}
.page-index-news-year {
  color: #00bbaa;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}
.page-index-news-md {
  color: #00bbaa;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.page-index-news-headline {
  width: calc(100% - 74px);
  font-size: 13px;
  line-height: 19px;
}
.page-index-news-character {
  margin: 60px 0 0;
  background-color: #fff6ab;
  border-radius: 25px;
  padding: 100px 20px 20px;
  position: relative;
}

.page-index-news-text {
  margin: -4px 0 0;
  font-size: 14px;
  line-height: 22px;
}
.page-index-news-notice {
  font-size: 10px;
  line-height: 13px;
  margin: 25px 0 0;
}

.page-index-howabout {
  margin:  0 0;
  background-color: #d7efed;
  border-radius: 25px;
  padding: 75px 20px 20px;
  position: relative;
}

.page-index-howabout-title {
  font-size: 18px;
 font-weight: bold;
  max-width: 208px;
  width:50%;
  min-width:150px;
  height: 25px;
  display: block;
  position: absolute;
  top: 35px;
  left: 110px;
}
.page-index-howabout-text {
  margin: 0px 0 0 100px;
  font-size: 14px;
  line-height: 22px;
}
.page-index-howabout-hover {
  margin: 0px 20px 0 
}
.nav-list01{
  font-size: 10px;
  line-height:14px;
  padding:10px ;
  background:#f4f4f4;
	}
}


/*page-interview-p css*/

@media screen and (min-width:1080px) {

.page-interview-mv-container {
  width: 1000px;
  height: 450px;
  margin: 0 auto;
  position: relative;
}
.page-interview-mv-box {
  position: absolute;
  top: 90px;
  left: 60px;
}
.page-interview-mv-sub {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #ff9000;
  transform: translateX(-0.5em);
}
.page-interview-mv-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  margin: 10px 0 0;
}

.page-interview-mv-text-container {
  padding: 30px 0;
  background-color: #ffcc00;
}
.page-interview-mv-text {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 250px;
}
.page-interview-section {
  padding: 60px 0 0;
}
.page-interview-section:last-child {
  padding: 60px 0 100px;
}
.page-interview-title-lv3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  border-left: 10px #ff9000 solid;
  padding: 0 0 0 15px;
}
.page-interview-cols {
  margin: 30px -30px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.page-interview-cols-item {
  padding: 0 30px;
  width: 50%;
}
.page-interview-text-box {
  margin: 30px 0 0;
  padding: 30px;
  border-radius: 30px;
  background-color: #fff9e0;
}
.page-interview-text-box:first-child {
  margin: 0;
}
.page-interview-cols-item .page-interview-text-box {
  margin-right: -30px;
}
.page-interview-image {
  width: 100%;
  padding-top: 62.765957%;
}
.page-interview-profile {
  margin: 50px auto 0;
  width: 760px;
  padding: 40px 50px;
  border-radius: 30px;
  background-color: #d7efed;
  position: relative;
}
.page-interview-profile-box {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
.page-interview-profile-box:first-child {
  width: 220px;
}
.page-interview-profile-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.page-interview-profile-read {
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 25px;
}
.page-interview-profile-text {
  font-size: 16px;
  line-height: 24px;
}


}


/*page-interview-s css*/

@media screen and (max-width:1079px) {

.page-interview-mv-container {
  height: 325px;
  position: relative;
}
.page-interview-mv-box {
  position: absolute;
  top: 40px;
  left: 25px;
}
.page-interview-mv-sub {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #ff9000;
  transform: translateX(-0.5em);
  letter-spacing: -0.1em;
}
.page-interview-mv-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin: 10px 0 0;
}

.page-interview-mv-text-container {
  padding: 20px 25px;
  background-color: #ffcc00;
}
.page-interview-mv-text {
  font-size: 14px;
  line-height: 23px;
}
.page-interview-section {
  padding: 50px 20px 0;
}
.page-interview-section:nth-child(3) {
  padding: 35px 20px 0;
}
.page-interview-section:last-child {
  padding: 40px 0 55px;
}
.page-interview-title-lv3 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  border-left: 5px #ff9000 solid;
  padding: 0 0 0 10px;
}
.page-interview-cols {
  margin: 25px 0 0;
}
.page-interview-cols-item:last-child {
  margin: 25px 0 0; 
}
.page-interview-text-box {
  margin: 25px 0 0;
  padding: 20px;
  border-radius: 15px;
  background-color: #fff9e0;
}
.page-interview-text-box:first-child {
  margin: 0;
}
.page-interview-image {
  width: 100%;
  padding-top: 62.765957%;
}
.page-interview-profile {
  margin: 25px 0 0;
  padding: 30px 25px;
  background-color: #d7efed;
  position: relative;
}

.page-interview-profile-box:nth-child(2) {
  margin: 20px 0 0;
}
.page-interview-profile-name {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  display: inline-block;
}
.page-interview-profile-read {
  font-size: 11px;
  line-height: 24px;
  margin: 0 0 0 10px;
  display: inline-block;
}
.page-interview-profile-text {
  font-size: 12px;
  line-height: 16px;
  width: 42.7vw;
  margin: 10px 0 0;
}
}
@media screen and (min-width: 541px){
  .page-interview-profile {
    border-radius: 15px;
  }
}
@media screen and (min-width: 581px){
  .page-interview-profile-text {
    width: 250px;
  }
}







/*page-privacy-policy-p css*/

@media screen and (min-width:1080px) {
.page-privacy-policy-section {
  padding: 0 0 60px;
}
.page-privacy-policy-heading {
  background-color: #0061D1;
  padding: 30px 0;
}
.page-privacy-policy-header-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
	color:#fff;
}
.page-privacy-policy-main-text{ 
  font-size: 18px;
  line-height: 24px;
  max-width: 1000px;
  margin: 50px auto;
  text-align: left;
  font-weight: normal;
}
.page-privacy-policy-text{
  font-size: 18px;
  line-height: 24px;
  max-width: 1000px;
  margin: 20px auto;
  text-align: left;
  font-weight: bold;
}

.page-privacy-policy-sub-text{
  font-size: 18px;
  line-height: 24px;
  max-width: 1000px;
  text-align: left;
  font-weight: normal;
}

.page-privacy-policy-box{
      float: right;
     text-align: right;
}


.page-privacy-policy-box .page-privacy-policy-sub-right{
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-align: right;
  margin: 20px auto;
}

.page-privacy-policy-container {
  margin: 30px auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.page-privacy-policy-item {
  border-top: 6px #ffcc00 solid;
  border-left: 1px #ffcc00 solid;
  background-color: #fff9e0;
  padding: 20px 20px 30px;
}
.page-privacy-policy-item01 {
  width: calc(50% - 30px);
  margin: 0 20px 0 10px;
}
.page-privacy-policy-item02 {
  width: calc(50% - 30px);
  margin: 0 10px 0 20px;
}
.page-privacy-policy-item03,
.page-privacy-policy-item04 {
  width: calc(100% - 20px);
  margin: 40px 10px 0;
}
.page-privacy-policy-item05,
.page-privacy-policy-item06,
.page-privacy-policy-item07 {
  width: calc(33.333333% - 20px);
  margin: 40px 10px 0;
}
.page-privacy-policy-title {
  background-position: left center;
  font-size: 22px;
  line-height: 44px;
  font-weight: bold;
  margin: 0 0 20px;
}
.page-privacy-policy-inner {
  padding: 0 20px;
}

.page-privacy-policy-image + .page-privacy-policy-text {
  margin: 15px 0 0;
}
.page-privacy-policy-linktext {
  text-decoration: underline;
}
.page-privacy-policy-list {
  margin: 15px 0 0;
  padding: 0 0 0 20px;
  position: relative;
}
.page-privacy-policy-list-mark {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff9000;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.page-privacy-policy-list-text {
  font-size: 14px;
  line-height: 20px;
}
.page-privacy-policy-app {
  margin: 40px 0 0;
}
.page-privacy-policy-app-item + .page-privacy-policy-app-item {
  margin: 20px 0 0;
}
.page-privacy-policy-app-image {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 82px;
}
.page-privacy-policy-item03-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: -20px 0 0;
}
.page-privacy-policy-item03-box-item {
  width: 25%;
  padding: 0 20px;
}
.page-privacy-policy-item04-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  margin: -20px 0 0;
}
.page-privacy-policy-item04-box-item {
  width: 200px;
  margin: 0 35px;
}
.page-privacy-policy-image {
  display: block;
  width: 200px;
  height: 355px;
  margin: 20px auto 0;
}
.page-privacy-policy-image01 {
  width: 231px;
  height: 212px;
}
.page-privacy-policy-image07 {
  width: 256px;
  height: 272px;
}
    
}

/*page-privacy-policy-s css*/

@media screen and (max-width:1079px) {
.page-privacy-policy-section {
  padding: 0 0 75px;
}
.page-privacy-policy-heading {
  background-color: #0061D1;
  padding: 15px 10px;
}
.page-privacy-policy-header-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
	color:#fff;
}
.page-privacy-policy-main-text{
    font-size: 18px;
    padding: 30px 0;
    font-weight: normal;
    max-width: 768px;
    margin: 0 auto;
}

.page-privacy-policy-main{
    padding-top: 20px;

}


.page-privacy-policy-text{
    font-size: 18px;
    line-height: 24px;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.page-privacy-policy-sub-text{
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  max-width: 768px;
  margin: 0 auto;
}

.page-privacy-policy-box .page-privacy-policy-sub-right{
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-align: right;
  margin: 20px auto;
  
}

.page-privacy-policy-container {
    padding: 0 40px;
    flex-wrap: wrap;
}
.page-privacy-policy-box{
	margin-top:40px;
	
	
}

.page-privacy-policy-item {
  border-top: 6px #ffcc00 solid;
  border-left: 1px #ffcc00 solid;
  background-color: #fff9e0;
  padding: 10px 10px 30px;
}
.page-privacy-policy-item + .page-privacy-policy-item {
  margin: 30px 0 0;
}

.page-privacy-policy-inner {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.page-privacy-policy-inner .page-privacy-policy-text {
  order: 1;
  width: 100%;
}
.page-privacy-policy-inner .page-privacy-policy-app,
.page-privacy-policy-inner .page-privacy-policy-image {
  order: 2;
}
.page-privacy-policy-text {
    font-weight: bold;
    font-size: 18px;
}
.page-privacy-policy-linktext {
  text-decoration: underline;
}
.page-privacy-policy-list {
  padding: 0 0 0 20px;
  position: relative;
}
.page-privacy-policy-list-mark {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff9000;
  font-weight: bold;
  font-size: 14px;
  line-height: 23px;
}
.page-privacy-policy-list-text {
  font-size: 14px;
  line-height: 23px;
}
.page-privacy-policy-app {
  margin: 20px 0 0;
  width: 100%;
}
.page-privacy-policy-app-item {
  width: 100%;
}
.page-privacy-policy-app-item + .page-privacy-policy-app-item {
  margin: 15px 0 0;
}
.page-privacy-policy-app-image {
  display: block;
  margin: 0 auto;
  width: 205px;
  padding-top: 60px;
}
.page-privacy-policy-item03-box {
  padding: 0 10px;
}
.page-privacy-policy-item03-box-item {
  display: flex;
  flex-wrap: wrap;
}
.page-privacy-policy-item03-box-item .page-privacy-policy-list {
  order: 1;
  width: 100%;
}
.page-privacy-policy-item03-box-item .page-privacy-policy-image {
  order: 2;
}
.page-privacy-policy-item03-box-item + .page-privacy-policy-item03-box-item {
  margin: 40px 0 0;
}
.page-privacy-policy-item04-box {
  padding: 0 10px;
}
.page-privacy-policy-item04-box-item {
  display: flex;
  flex-wrap: wrap;
}
.page-privacy-policy-item04-box-item .page-privacy-policy-list {
  order: 1;
  width: 100%;
}
.page-privacy-policy-item04-box-item .page-privacy-policy-image {
  order: 2;
}
.page-privacy-policy-item04-box-item + .page-privacy-policy-item04-box-item {
  margin: 40px 0 0;
}
.page-privacy-policy-image {
  display: block;
  width: 76.271186%;
  padding-top: 135.593220%;
  margin: 20px auto 0;
}
.page-privacy-policy-image01 {
  width: 62.711864%;
  padding-top: 57.627119%
}
.page-privacy-policy-image03-04 {
  margin: -10px auto 0;
}
.page-privacy-policy-image04-03 {
  margin: -10px auto 0;
}
.page-privacy-policy-image07 {
  width: 54.237288%;
  padding-top: 57.627119%
}
}


/*page-news-p css*/

@media screen and (min-width:1080px) {
.page-news-section {
  padding: 0 0 60px;
}
.page-news-heading {
  background-color: #0061D1;
  padding: 30px 0;
}
.page-news-header-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
	color:#fff;
}
.page-news-main-text{ 
  font-size: 18px;
  line-height: 24px;
  max-width: 1000px;
  margin: 50px auto;
  text-align: left;
  font-weight: normal;
}
.page-news-text{
  font-size: 18px;
  line-height: 24px;
  max-width: 1000px;
  margin: 20px auto;
  text-align: left;
  font-weight: bold;
}

.page-news-sub-text{
  font-size: 18px;
  line-height: 24px;
  max-width: 1000px;
  text-align: left;
  font-weight: normal;
}

.page-news-box{
      float: right;
     text-align: right;
}


.page-news-box .page-news-sub-right{
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-align: right;
  margin: 20px auto;
}

.page-news-container {
  margin: 30px auto;
  max-width: 1000px;
  text-align:center;
}
.page-news-item {
  border-top: 6px #ffcc00 solid;
  border-left: 1px #ffcc00 solid;
  background-color: #fff9e0;
  padding: 20px 20px 30px;
}
.page-news-item01 {
  width: calc(50% - 30px);
  margin: 0 20px 0 10px;
}
.page-news-item02 {
  width: calc(50% - 30px);
  margin: 0 10px 0 20px;
}
.page-news-item03,
.page-news-item04 {
  width: calc(100% - 20px);
  margin: 40px 10px 0;
}
.page-news-item05,
.page-news-item06,
.page-news-item07 {
  width: calc(33.333333% - 20px);
  margin: 40px 10px 0;
}
.page-news-title {
  background-position: left center;
  font-size: 22px;
  line-height: 44px;
  font-weight: bold;
  margin: 0 0 20px;
}
.page-news-inner {
  padding: 0 20px;
}

.page-news-image + .page-news-text {
  margin: 15px 0 0;
}
.page-news-linktext {
  text-decoration: underline;
}
.page-news-list {
  margin: 15px 0 0;
  padding: 0 ;
  position: relative;
}
.page-news-list-mark {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff9000;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.page-news-list-text {
  font-size: 14px;
  line-height: 20px;
}
.page-news-app {
  margin: 40px 0 0;
}
.page-news-app-item + .page-news-app-item {
  margin: 20px 0 0;
}
.page-news-app-image {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 82px;
}
.page-news-item03-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: -20px 0 0;
}
.page-news-item03-box-item {
  width: 25%;
  padding: 0 20px;
}
.page-news-item04-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  margin: -20px 0 0;
}
.page-news-item04-box-item {
  width: 200px;
  margin: 0 35px;
}
.page-news-image {
  display: block;
  width: 200px;
  height: 355px;
  margin: 20px auto 0;
}
.page-news-image01 {
  width: 231px;
  height: 212px;
}
.page-news-image07 {
  width: 256px;
  height: 272px;
}
.page-news-list-all {
  margin-bottom:40px;
  position: relative;
}


.page-news-list-all-item {

  align-items: center;
 
  padding: 30px 30px;
  margin:40px;
}
.page-news-date {

  padding: 0 ;
}
.page-news-year-md {
  color: #00bbaa;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom:10px;
}
.page-news-md {
  color: #00bbaa;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.page-news-headline {
  font-size: 20px;
  font-weight:bold;
  margin-bottom:20px;
}
.page-news-character {
  margin: 60px 0 0;
  background-color: #fff6ab;
  border-radius: 30px;
  padding: 40px 50px 40px 230px;
  position: relative;
  min-height: 240px;
}
.page-news-text-all{
    font-size: 15px;
    line-height: 24px;
    min-width: 768px;
    margin-bottom: 20px;
}
	.page-news-text-all-left{
    font-size: 15px;
    line-height: 24px;
		text-align:left;
    min-width: 768px;
    margin-bottom: 20px;
}

.page-news-jouji {
  width: 151px;
  height: 203px;
  position: absolute;
  top: 20px;
  left: 50px;
}
.page-news-name {
  font-size: 0;
  width: 260px;
  height: 58px;
  display: block;
}

.page-news-text {
  margin: 30px 0 0;
}
.page-news-notice {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 20px 0 0;
}
.page-news-hover{
 color:#00bbaa;   
}
}

/*page-news-s css*/

@media screen and (max-width:1079px) {
.page-news-section {
  padding: 0 0 75px;
}
.page-news-heading {
  background-color: #0061D1;
  padding: 15px 10px;
}
.page-news-header-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
	color:#fff;
}
.page-news-main-text{
    font-size: 18px;
    padding: 30px 0;
    font-weight: normal;
    max-width: 768px;
    margin: 0 auto;
}

.page-news-main{
    padding-top: 20px;

}



.page-news-sub-text{
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  max-width: 768px;
  margin: 0 auto;
}

.page-news-box .page-news-sub-right{
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-align: right;
  margin: 20px auto;
  
}

.page-news-container {
    padding: 0 20px;
    flex-wrap: wrap;
}
.page-news-box{
	margin-top:40px;
	
	
}

.page-news-item {
  border-top: 6px #ffcc00 solid;
  border-left: 1px #ffcc00 solid;
  background-color: #fff9e0;
  padding: 10px 10px 30px;
}
.page-news-item + .page-news-item {
  margin: 30px 0 0;
}

.page-news-inner {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.page-news-inner .page-news-text-all {
  order: 1;
  width: 100%;
}
.page-news-inner .page-news-app,
.page-news-inner .page-news-image {
  order: 2;
}
.page-news-text-all {
   
    font-size: 14px;
    margin-bottom:40px;
}
.page-news-linktext {
  text-decoration: underline;
}

.page-news-list-all-mark {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff9000;
  font-weight: bold;
  font-size: 14px;
  line-height: 23px;
}
.page-news-list-all-text {
  font-size: 14px;
  line-height: 23px;
}
.page-news-app {
  margin: 20px 0 0;
  width: 100%;
}
.page-news-app-item {
  width: 100%;
}
.page-news-app-item + .page-news-app-item {
  margin: 15px 0 0;
}
.page-news-app-image {
  display: block;
  margin: 0 auto;
  width: 205px;
  padding-top: 60px;
}
.page-news-item03-box {
  padding: 0 10px;
}
.page-news-item03-box-item {
  display: flex;
  flex-wrap: wrap;
}
.page-news-item03-box-item .page-news-list-all {
  order: 1;
  width: 100%;
}
.page-news-item03-box-item .page-news-image {
  order: 2;
}
.page-news-item03-box-item + .page-news-item03-box-item {
  margin: 40px 0 0;
}
.page-news-item04-box {
  padding: 0 10px;
}
.page-news-item04-box-item {
  display: flex;
  flex-wrap: wrap;
}
.page-news-item04-box-item .page-news-list-all {
  order: 1;
  width: 100%;
}
.page-news-item04-box-item .page-news-image {
  order: 2;
}
.page-news-item04-box-item + .page-news-item04-box-item {
  margin: 40px 0 0;
}
.page-news-image {
  display: block;
  width: 76.271186%;
  padding-top: 135.593220%;
  margin: 20px auto 0;
}
.page-news-image01 {
  width: 62.711864%;
  padding-top: 57.627119%
}
.page-news-image03-04 {
  margin: -10px auto 0;
}
.page-news-image04-03 {
  margin: -10px auto 0;
}
.page-news-image07 {
  width: 54.237288%;
  padding-top: 57.627119%
}


.page-news-list-all {
  
}
.page-news-list-all-item {
 
  align-items: center;

 padding:20px 0;
 margin:30px 10px;
}
.page-news-date {
  
  padding: 0;
}
.page-news-year-md {
  color: #00bbaa;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom:10px;
}
.page-news-md {
  color: #00bbaa;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.page-news-headline {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  margin-bottom:20px;
}
.page-news-character {
  margin: 60px 0 0;
  background-color: #fff6ab;
  border-radius: 25px;
  padding: 100px 20px 20px;
  position: relative;
}
.page-news-jouji {
  width: 75px;
  height: 102px;
  position: absolute;
  top: -20px;
  left: 19px;
}
.page-news-name {
  font-size: 0;
  max-width: 208px;
  width:50%;
  min-width:150px;
  height: 46px;
  display: block;
  position: absolute;
  top: 25px;
  left: 110px;
}
.page-news-text-all {
  margin: -4px 0 0;
  font-size: 14px;
  line-height: 22px;
  margin-bottom:20px;
}
	.page-news-text-all-left {
  margin: -4px 0 0;
  font-size: 14px;
  line-height: 22px;
  text-align:left;
  margin-bottom:20px;
}
.page-news-notice {
  font-size: 10px;
  line-height: 13px;
  margin: 25px 0 0;
}
.page-news-hover{
 color:#00bbaa;   
}
}



/*contact-p css*/

@media screen and (min-width:1080px) {
.contact-section {
  padding: 0 0 20px;
}
.contact-heading {
  background-color: #0061D1;
  padding: 30px 0;
}
.contact-header-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
	color:#fff;
}

.page-contact-text-box {
max-width: 600px;
  margin: 30px auto 60px auto;
  padding: 0 30px 30px 30px;
}

.page-contact-text-box-center {
  max-width: 600px;
  margin: 30px auto 10px auto;
  text-align:center;

}
.page-function-text-box-center {
  margin: 30px auto 10px auto;
  text-align:center;
  width: 400px; 
font-size: 28px; 
font-weight: bold; 
text-decoration: none; 
display: block; 

}
.page-function-text-box-center a{
display: block;
padding: 30px 0 30px; 
color: #fff; 
background-color:#1e7ba6; 
border-radius: 10px; 
margin-bottom: 40px; 
}

.page-function-text-box-center a:hover{

color: #efefef; 

}

.page-warranty-text-box-center {
  margin: 30px auto 10px auto;
  text-align:center;
  width: 400px; 
font-size: 28px; 
font-weight: bold; 
text-decoration: none; 
display: block; 

}
.page-warranty-text-box-center a{
display: block;
padding: 30px 0 30px; 
color: #5d3916; 
background-color:#ffcc00;
border-radius: 10px; 
margin-bottom: 40px; 
}

.page-warranty-text-box-center a:hover{

color: #5d3916; 

}
.page-contact-corp-text-box-center {
  margin: 30px auto 100px auto;
  text-align:center;
  width: 400px; 
font-size: 28px; 
font-weight: bold; 
text-decoration: none; 
display: block; 

}
.page-contact-corp-text-box-center a{
display: block;
padding: 25px 0 ; 
color: #fff; 
background-color:#0061D1;
border-radius: 50px; 
margin-bottom: 40px; 
}

.page-contact-corp-text-box-center a:hover{

color: #fff; 

}
	.page-contact-corp-text-box-center03 {
  margin: 30px auto 100px auto;
  text-align:center;
  width: 300px; 
font-size: 28px; 
font-weight: bold; 
text-decoration: none; 
display: block; 
	

}
.page-contact-corp-text-box-center03 a{
display: block;
padding: 10px 0 10px; 
color: #fff; 
background-color:#02B9D1;
border-radius: 50px; 
margin-bottom: 40px; 
}

.page-contact-corp-text-box-center03 a:hover{

color: #fff; 

}
.page-contact-corp-text-box-center02 {
  margin: 100px auto 100px auto;
  text-align:center;
  width: 700px; 
font-size: 28px; 
font-weight: bold; 
text-decoration: none; 
display: block; 

}
.page-contact-corp-text-box-center02 a{
display: block;
padding: 20px 0; 
color: #fff; 
background-color:#4472C4;
margin-bottom: 40px; 
}

.page-contact-corp-text-box-center02 a:hover{

color: #fff; 

}
.page-faq-text-box-center {
  margin: 30px auto 10px auto;
  text-align:center;
  width: 400px; 
font-size: 28px; 
font-weight: bold; 
text-decoration: none; 
display: block; 

}
.page-faq-text-box-center a{
display: block;
padding: 30px 0 30px; 
color: #fff; 
background-color: #00bea4; 
border-radius: 10px; 
margin-bottom: 40px; 
}

.page-faq-text-box-center a:hover{

color: #efefef; 

}
.page-function-text-box-center {
  margin: 30px auto 10px auto;
  text-align:center;
  width: 400px; 
font-size: 28px; 
font-weight: bold; 
text-decoration: none; 
display: block; 

}
.page-function-text-box-center a{
display: block;
padding: 30px 0 30px; 
color: #fff; 
background-color: #1e7ba6; 
border-radius: 10px; 
margin-bottom: 40px; 
}

.page-function-text-box-center a:hover{

color: #efefef; 

}
.page-warranty-text-box-center {
  margin: 30px auto 10px auto;
  text-align:center;
  width: 400px; 
font-size: 28px; 
font-weight: bold; 
text-decoration: none; 
display: block; 

}
.page-warranty-text-box-center a{
display: block;
padding: 30px 0 30px; 
color: #5d3916; 
background-color: #ffcc00;
border-radius: 10px; 
margin-bottom: 40px; 
}

.page-warranty-text-box-center a:hover{

color: #5d3916; 

}
}

/*contact-s css*/

@media screen and (max-width:1079px) {
.contact-section {
  padding: 0 0 20px;
}
.contact-heading {
  background-color: #0061D1;
  padding: 15px 10px;
}
.contact-header-title {
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
	color:#fff;
}

.page-contact-text-box {
max-width: 400px;
  margin: 30px auto;
  padding: 0 30px 30px 30px;
}
.page-contact-text-box-center {
  max-width: 400px;
  margin: 30px auto 10px auto;
  text-align:center;

}
.page-faq-text-box-center{
  max-width: 400px;
  margin: 30px auto 10px auto;
  text-align:center;
width: 300px; 
font-size: 24px; 
font-weight: bold; 
color: #fff; 
}
.page-faq-text-box-center a{
display: block;
padding: 20px 0 20px; 
background-color: #00bea4; 
border-radius: 10px; 
margin-bottom: 40px; 
}
.page-faq-text-box-center a:hover{
color:#efefef;
}

.page-function-text-box-center{
  max-width: 400px;
  margin: 30px auto 10px auto;
  text-align:center;
width: 300px; 
font-size: 24px; 
font-weight: bold; 
color: #fff; 
}
.page-function-text-box-center a{
display: block;
padding: 20px 0 20px; 
background-color: #1e7ba6; 
border-radius: 10px; 
margin-bottom: 40px; 
}
.page-function-text-box-center a:hover{
color:#efefef;
}

.page-warranty-text-box-center{
  max-width: 400px;
  margin: 30px auto 10px auto;
  text-align:center;
width: 300px; 
font-size: 24px; 
font-weight: bold; 
color: #5d3916; 
}
.page-warranty-text-box-center a{
display: block;
padding: 20px 0 20px; 
background-color: #ffcc00;
border-radius: 10px; 
margin-bottom: 40px; 
}
.page-warranty-text-box-center a:hover{
color:#5d3916;
}
.page-contact-corp-text-box-center{
  max-width: 300px;
  margin: 30px auto 10px auto;
  text-align:center;
font-size: 24px; 
font-weight: bold; 
color: #5d3916; 
}
.page-contact-corp-text-box-center a{
display: block;
padding: 10px 0 10px; 
background-color:#0061D1;
border-radius: 50px; 
margin-bottom: 40px; 
}
.page-contact-corp-text-box-center a:hover{
color:#fff;
}
.page-contact-corp-text-box-center03{
  max-width: 300px;
  margin: 30px auto 10px auto;
  text-align:center;
font-size: 24px; 
font-weight: bold; 
color: #5d3916; 
}
.page-contact-corp-text-box-center03 a{
display: block;
padding: 10px 0 10px; 
background-color: #02B9D1;
border-radius: 50px; 
margin-bottom: 40px; 
}
.page-contact-corp-text-box-center03 a:hover{
color:#fff;
}

.page-contact-corp-text-box-center02 {
  margin: 100px auto 100px auto;
  text-align:center;
  width: 700px; 
font-size: 28px; 
font-weight: bold; 
text-decoration: none; 
display: block; 

}
.page-contact-corp-text-box-center02 a{
display: block;
padding: 20px 0; 
color: #fff; 
background-color:#4472C4;
margin-bottom: 40px; 
}

.page-contact-corp-text-box-center02 a:hover{

color: #fff; 

}
}


@media screen and (max-width:768px) {

.page-contact-corp-text-box-center02 {
  margin: 70px auto ;
  text-align:center;
  max-width: 700px; 
	width:100%;
font-size: 28px; 
font-weight: bold; 
text-decoration: none; 
display: block; 

}
.page-contact-corp-text-box-center02 a{
display: block;
padding: 20px ; 
color: #fff; 
background-color:#4472C4;
margin-bottom: 40px; 
}

.page-contact-corp-text-box-center02 a:hover{
color: #fff; 
}

	
}
/*form-p css*/
@media screen and (min-width:1080px) {
form{
	max-width:360px;
	margin:0 auto;
	margin-bottom:50px;
}
span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 1em 1em;
    font-size:14px;
}
span.wpcf7-list-item-label::after{
margin-bottom:50px;
}
.wpcf7-not-valid-tip{
margin: 0 0 1em 0;
}
span.wpcf7-not-valid-tip{
margin-bottom:5px;
}

input:-webkit-autofill.wpcf7c-conf {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  border: none !important;
  background: #fff !important; }
  input:-webkit-autofill.wpcf7c-conf:focus {
    border: none !important; }

.wpcf7c-conf {
  background: #fff !important;
  border-color: #fff !important; }
  .wpcf7c-conf:focus {
    border-color: transparent !important; }
}

/*form-s css*/
@media screen and (max-width:1079px) {
form{
	max-width:300px;
	margin:0 auto;
	margin-bottom:50px;
}
span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 1em 1em;
    font-size:14px;
}

span.wpcf7-list-item-label::after{
margin-bottom:50px;
}

span.wpcf7-not-valid-tip{
margin-bottom:5px;
}

.wpcf7-not-valid-tip{
margin: 0 0 1em 0;
}

input {
  margin-right: auto;
}

input:-webkit-autofill.wpcf7c-conf {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  border: none !important;
  background: #fff !important; }
  input:-webkit-autofill.wpcf7c-conf:focus {
    border: none !important; }

.wpcf7c-conf {
  background: #fff !important;
  border-color: #fff !important; }
  .wpcf7c-conf:focus {
    border-color: transparent !important; }
}



}

@media screen and (max-width:320px) {
.wpcf7-response-output   {
	width:300px;  
}
}


/*faqs-p css*/
@media screen and (min-width:1080px) {
.faqs-section {
  padding: 0 0 100px;
}
.faqs-heading {
  background-color: #ffcc00;
  padding: 30px 0;
}
.faqs-header-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
    
 .faqs-box{
      box-sizing: border-box;
     margin:auto 300px;   
    
    }  
    
.faqs-box p{
 	display:block;
    margin-bottom:20px;
     margin-top:20px;   
    font-weight: bold;
    font-size:1.8rem;
 	line-height:2.8rem;
   
    
    }   
 
  .ufaq-faq-title-text{
    color:#333;
   padding:10px;
}

.ufaq-faq-title {
    background-color:#f8a834;
    }

  .ufaq-faq-title-text-detail{
margin-bottom:300px;
   color:#333;
   padding:20px;
}
.ufaq-faq-title-text-detail img{
    width:400px; 
    }     
    
.faqs-box-line{
border: 1px solid #f8a834;
margin-bottom:80px;
}

 .faq-thin-text{
        font-weight: 400;
   display:block;
    margin-bottom:40px;
    margin-top:40px;
    }   
   
}

/*faqs-s css*/

@media screen and (max-width:1079px) {
.faqs-section {
  padding: 0 0 100px;
}
.faqs-heading {
  background-color: #ffcc00;
  padding: 15px 10px;
}
.faqs-header-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
}

 .faqs-box{
    box-sizing: border-box;
     margin:auto 50px;   
    }     
    
.faqs-box p{
 	display:block;
    margin-bottom:40px; 
   margin-top:20px;  
    font-weight: bold;
	font-size:1.8rem;
     line-height:2.8rem;
    
    }   
 .ufaq-faq-title-text-detail img{
    width:320px; 
  
    }     
    

.ufaq-faq-title-text{
    color:#333;
   padding:10px;
}

.ufaq-faq-title {
    background-color:#f8a834;
    }

.ufaq-faq-title-text-detail{
margin-bottom:180px;
   color:#333;
   padding:20px;

}

.faqs-box-line{
border: 1px solid #f8a834;
margin-bottom:100px;
}

 .faq-thin-text{
    font-weight: 400;
   display:block;
    margin-bottom:30px;
    margin-top:30px;
    }   
	.epkb-search-box_button-wrap {
		text-align:center;
		
	}
	
}

/*faq form*/

@media screen and (min-width:1080px) {
#eckb-article-page-container-v2{
padding:2.4rem 150px;
}
#eckb-article-content-header{
margin-bottom:40px;
}
#eckb-article-content-body h1{
font-size:2rem;
margin-bottom:40px;
}

#eckb-article-content-body a:hover {
	opacity: 0.6; 

}
	.eckb-article-title__text{
			font-size:1.3rem !important;
	}
	.epkb-article-title{
		font-size:1.3rem!important;
	}


.epkb-show-text{
color:#00bbaa;
font-weight: bold  !important;
font-size:16px !important;
}
.epkb-hide-text{
color:#00bbaa;
font-weight: bold  !important;
font-size:16px !important;
}
.epkb-article-level-1 {
padding-bottom:15px !important;
}
.eckb-article-resets #eckb-article-page-container-v2 #eckb-article-content-body{
		
line-height: 1.8;
	}	
}

@media screen and (max-width:1079px) {
#eckb-article-page-container{
padding:2.4rem 2em;
}

#eckb-article-content-header{
margin-bottom:40px;
}
#eckb-article-content-body h1{
font-size:2rem;
margin-bottom:40px;
}
#eckb-article-content-body a:hover {
	opacity: 0.6; 
}

.epkb-show-text{
color:#00bbaa;
font-weight: bold  !important;
font-size:16px !important;
}
.epkb-hide-text{
color:#00bbaa;
font-weight: bold  !important;
font-size:16px !important;
}
.epkb-article-level-1 {
padding-bottom:15px !important;
}
.eckb-article-resets #eckb-article-page-container-v2 #eckb-article-content-body{
		
line-height: 1.8;
	}	
}

/*page-flow-p css*/
@media screen and (min-width:1080px) {
.page-flow-section {
  padding: 0 0 100px;
}
.page-flow-heading {
  background-color: #ffcc00;
  padding: 30px 0;
}
.page-flow-header-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
.page-flow-header-text{ 
  font-size: 20px;
  line-height: 38px;
  margin: 50px 0 0;
  text-align: center;
  font-weight: bold;
}
.page-flow-container {
  margin: 50px -10px 0;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.page-flow-item {
  border-top: 6px #ffcc00 solid;
  border-left: 1px #ffcc00 solid;
  background-color: #fff9e0;
  padding: 20px 20px 30px;
}
.page-flow-item01 {
  width: calc(50% - 30px);
  margin: 0 20px 0 10px;
}
.page-flow-item02 {
  width: calc(50% - 30px);
  margin: 0 10px 0 20px;
}
.page-flow-item03,
.page-flow-item04 {
  width: calc(100% - 20px);
  margin: 40px 10px 0;
}
.page-flow-item05,
.page-flow-item06,
.page-flow-item07 {
  width: calc(33.333333% - 20px);
  margin: 40px 10px 0;
}
.page-flow-title {
  background-position: left center;
  background-repeat: no-repeat;
  background-size:  contain;
  padding: 0 0 0 50px;
  font-size: 22px;
  line-height: 44px;
  height: 44px;
  font-weight: bold;
  margin: 0 0 20px;
}
.page-flow-inner {
  padding: 0 20px;
}
.page-flow-text {
  font-size: 14px;
  line-height: 20px;
}
.page-flow-image + .page-flow-text {
  margin: 15px 0 0;
}
.page-flow-linktext {
  text-decoration: underline;
	color:#02b9d1;
}
.page-flow-list {
  margin: 15px 0 0;
  padding: 0 0 0 20px;
  position: relative;
}
.page-flow-list-mark {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff9000;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.page-flow-list-text {
  font-size: 14px;
  line-height: 20px;
}
.page-flow-app {
  margin: 40px 0 0;
}
.page-flow-app-item + .page-flow-app-item {
  margin: 20px 0 0;
}
.page-flow-app-image {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 82px;
}
.page-flow-item03-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: -20px 0 0;
}
.page-flow-item03-box-item {
  width: 25%;
  padding: 0 20px;
}
.page-flow-item04-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  margin: -20px 0 0;
}
.page-flow-item04-box-item {
  width: 200px;
  margin: 0 35px;
}
.page-flow-image {
  display: block;
  width: 200px;
  height: 355px;
  margin: 20px auto 0;
}

.page-flow-image07 {
  width: 256px;
  height: 272px;
}
}

/*page-flow-s css*/
@media screen and (max-width:1079px) {

.page-flow-section {
  padding: 0 0 75px;
}
.page-flow-heading {
  background-color: #ffcc00;
  padding: 15px 10px;
}
.page-flow-header-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
}
.page-flow-header-text{ 
  font-size: 16px;
  line-height: 24px;
  padding: 20px;
  font-weight: bold;
  max-width: 540px;
  margin: 0 auto;
}
.page-flow-container {
  padding: 0 20px;
}
.page-flow-item {
  border-top: 6px #ffcc00 solid;
  border-left: 1px #ffcc00 solid;
  background-color: #fff9e0;
  padding: 10px 10px 30px;
}
.page-flow-item + .page-flow-item {
  margin: 30px 0 0;
}
.page-flow-title {
  background-position: left top;
  background-repeat: no-repeat;
  background-size:  contain;
  padding: 0 0 0 45px;
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  font-weight: bold;
  margin: 0 0 20px;
}
.page-flow-inner {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.page-flow-inner .page-flow-text {
  order: 1;
  width: 100%;
}
.page-flow-inner .page-flow-app,
.page-flow-inner .page-flow-image {
  order: 2;
}
.page-flow-text {
  font-size: 14px;
  line-height: 23px;
}
.page-flow-linktext {
  text-decoration: underline;
	color:#02b9d1;
}
.page-flow-list {
  padding: 0 0 0 20px;
  position: relative;
}
.page-flow-list-mark {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff9000;
  font-weight: bold;
  font-size: 14px;
  line-height: 23px;
}
.page-flow-list-text {
  font-size: 14px;
  line-height: 23px;
}
.page-flow-app {
  margin: 20px 0 0;
  width: 100%;
}
.page-flow-app-item {
  width: 100%;
}
.page-flow-app-item + .page-flow-app-item {
  margin: 15px 0 0;
}
.page-flow-app-image {
  display: block;
  margin: 0 auto;
  width: 205px;
  padding-top: 60px;
}
.page-flow-item03-box {
  padding: 0 10px;
}
.page-flow-item03-box-item {
  display: flex;
  flex-wrap: wrap;
}
.page-flow-item03-box-item .page-flow-list {
  order: 1;
  width: 100%;
}
.page-flow-item03-box-item .page-flow-image {
  order: 2;
}
.page-flow-item03-box-item + .page-flow-item03-box-item {
  margin: 40px 0 0;
}
.page-flow-item04-box {
  padding: 0 10px;
}
.page-flow-item04-box-item {
  display: flex;
  flex-wrap: wrap;
}
.page-flow-item04-box-item .page-flow-list {
  order: 1;
  width: 100%;
}
.page-flow-item04-box-item .page-flow-image {
  order: 2;
}
.page-flow-item04-box-item + .page-flow-item04-box-item {
  margin: 40px 0 0;
}
.page-flow-image {
  display: block;
  width: 76.271186%;
  padding-top: 135.593220%;
  margin: 20px auto 0;
}


.page-flow-image03-04 {
  margin: -10px auto 0;
}
.page-flow-image04-03 {
  margin: 20px auto 0;
}
.page-flow-image07 {
  width: 54.237288%;
  padding-top: 57.627119%
}
}

/*page-contact-p css*/

@media screen and (min-width:1080px) {
.page-contact-section {
  margin: 0 1em;
 }


.page-contact-section .mod-container {
  max-width: 500px;
  margin: 0 auto 40px;
}
.page-contact-section .mod-container-corp-404 {
  max-width: 500px;
  margin: 40px  auto 40px;
}
  .page-contact-title-lv3 {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  border-left: 10px #ff9000 solid;
  padding: 0 0 0 50px;
  margin: 20px 0 0 0;
}

  .page-contact-title-lv3-gr {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  border-left: 10px #00bbaa solid;
  padding: 0 0 0 59px;
  margin: 20px 0 0 0;
}
 .page-contact-title-lv3-bl {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  border-left: 10px #0061D1 solid;
  padding: 0 0 0 50px;
  margin: 20px 0 0 0;
}
 .page-contact-title-lv3-or {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  border-left: 10px #ffcc00 solid;
  padding: 0 0 0 50px;
  margin: 20px 0 0 0;
}
  .page-contact-title-mail-gr {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  border-left: 10px #00bbaa solid;
  padding: 0 0 0 10px;
  margin: 10px 0 0 0;
}

 .page-contact-title-mail-bl {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  border-left: 10px #1e7ba6 solid;
  padding: 0 0 0 50px;
  margin: 20px 0 0 0;
}


}

 /*page-contact-s css*/

@media screen and (max-width:1079px) {
.page-contact-section {

  margin: 0 1em;
    
 }

.page-contact-section .mod-container {
    max-width: 350px;
    margin: 10px auto;
    
  }
.page-contact-section .mod-container-corp-404 {
   max-width: 350px;
    margin: 50px auto;
}
.page-contact-title-lv3 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  border-left: 5px #ff9000 solid;
  padding: 0 0 0 10px;
}

.page-contact-title-lv3-gr {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  border-left: 5px #00bbaa solid;
  padding: 0 0 0 10px;
}

.page-contact-title-mail-gr {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  border-left: 5px #00bbaa solid;
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
}

.page-contact-title-lv3-bl {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  border-left: 5px #0061D1 solid;
  padding: 0 0 0 10px;
}
.page-contact-title-lv3-or {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  border-left: 5px #ffcc00 solid;
  padding: 0 0 0 10px;
}
}

/*page-404-p css*/
@media screen and (min-width:1080px) {
.page-404 {
  display: block;
  width: 350px;
  height: 350px;
  margin: 20px auto 40px;
}

}

/*page-404-s css*/
@media screen and (max-width:1079px) {
.page-404 {
  display: block;
  width: 50%;
  padding-top: 50%;
  margin: 20px auto 40px;
}
}


/*page-freecampaign-p css*/
@media screen and (min-width:1080px) {

.page-freecampaign-mv-container {
  width: 1000px;
  height: 450px;
  margin: 0 auto;
  position: relative;
}
.page-freecampaign-mv-box {
  position: absolute;
  top: 90px;
  left: 60px;
}
.page-freecampaign-mv-sub {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #ff9000;
  transform: translateX(-0.5em);
}
.page-freecampaign-mv-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  margin: 10px 0 0;
}

.page-freecampaign-heading {
  background-color: #ffcc00;
  padding: 30px 0;
}
.page-freecampaign-header-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}

.page-freecampaign-mv-popup {
  height: 190px;
  width: 190px;
  position: absolute;
  left: 30px;
  bottom: -80px;
}
.page-freecampaign-mv-text-container {
  padding: 0 0 30px 0;
  background-color: #ffcc00;
}
.page-freecampaign-mv-text {
  width: 1000px;
  margin: 0 auto;
}
.page-freecampaign-section {
  padding: 60px 0 0;
}
.page-freecampaign-section:last-child {
  padding: 60px 0 100px;
}
.page-freecampaign-title-lv3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  border-left: 10px #00BFA5 solid;
  padding: 0 0 0 15px;
}
.page-freecampaign-cols {
  margin: 30px -30px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.page-freecampaign-cols-item {
  padding: 0 30px;
  width: 100%;
}
.page-freecampaign-text-box {
  margin: 30px 0 30px 0;
  padding: 30px;
  border-radius: 30px;
  background-color: #fff9e0;
}
.page-freecampaign-text-box:first-child {
  margin: 0;
}
.page-freecampaign-cols-item .page-freecampaign-text-box {
  margin-right: -30px;
}
.page-freecampaign-image {
  width: 100%;
  padding-top: 62.765957%;
}
.page-freecampaign-profile {
  margin: 50px auto 0;
  width: 760px;
  padding: 40px 50px;
  border-radius: 30px;
  background-color: #d7efed;
  position: relative;
}
.page-freecampaign-profile-box {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
.page-freecampaign-profile-box:first-child {
  width: 220px;
}
.page-freecampaign-profile-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.page-freecampaign-profile-read {
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 25px;
}
.page-freecampaign-profile-text {
  font-size: 16px;
  line-height: 24px;
}
.page-freecampaign-profile-image {
  width: 190px;
  height: 280px;
  position: absolute;
  bottom: 0;
  right: 40px;
}

.mod-text {
  font-size: 20px;
  line-height: 28px;
}

}

/*page-freecampaign-s css*/
@media screen and (max-width:1079px) {

.page-freecampaign-mv-container {
  height: 325px;
  position: relative;
}
.page-freecampaign-mv-box {
  position: absolute;
  top: 40px;
  left: 25px;
}
.page-freecampaign-mv-sub {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #ff9000;
  transform: translateX(-0.5em);
  letter-spacing: -0.1em;
}
.page-freecampaign-mv-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin: 10px 0 0;
}
.page-freecampaign-heading {
  background-color: #ffcc00;
  padding: 15px 10px;
}
.page-freecampaign-header-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
}
.page-freecampaign-mv-popup {
  height: 143px;
  width: 143px;
  position: absolute;
  left: 20px;
  bottom: 40px;
}
.page-freecampaign-mv-text-container {
  padding: 0 25px 20px 25px;
  background-color: #ffcc00;
}
.page-freecampaign-mv-text {
  font-size: 18px;
  line-height: 24px;
}
.page-freecampaign-section {
  padding: 50px 20px 0;
}
.page-freecampaign-section:nth-child(3) {
  padding: 35px 20px 0;
}

.page-freecampaign-section:last-child {
   padding: 50px 20px 80px 20px;
}

.page-freecampaign-title-lv3 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  border-left: 5px #00bfa5 solid;
  padding: 0 0 0 10px;
}
.page-freecampaign-cols {
  margin: 25px 0 0;
}

.page-freecampaign-text-box {
  margin: 25px 0 0;
  padding: 20px;
  border-radius: 15px;
  background-color: #fff9e0;
}
.page-freecampaign-text-box:first-child {
  margin: 0;
}
.page-freecampaign-image {
  width: 100%;
  padding-top: 62.765957%;
}
.page-freecampaign-profile {
  margin: 25px 0 0;
  padding: 30px 25px;
  background-color: #d7efed;
  position: relative;
}
@media screen and (min-width: 541px){
  .page-freecampaign-profile {
    border-radius: 15px;
  }
}
.page-freecampaign-profile-box:nth-child(2) {
  margin: 20px 0 0;
}
.page-freecampaign-profile-name {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  display: inline-block;
}
.page-freecampaign-profile-read {
  font-size: 11px;
  line-height: 24px;
  margin: 0 0 0 10px;
  display: inline-block;
}
.page-freecampaign-profile-text {
  font-size: 12px;
  line-height: 16px;
  width: 42.7vw;
  margin: 10px 0 0;
}
@media screen and (min-width: 581px){
  .page-freecampaign-profile-text {
    width: 250px;
  }
}
.page-freecampaign-profile-image {
  width: 190px;
  height: 280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(15px);
}
@media screen and (min-width: 477px){
  .page-freecampaign-profile-image {
    width: 174px;
    height: 256px;
    transform: translateX(35px);
  }
}

  .mod-text {
    font-size: 18px;
    line-height: 24px;
  }
}


/*page-documents-p css*/

@media screen and (min-width:1080px) {
.page-documents-mv {
  height: 450px;
  background-color: #1bc5ad;
  background-position: center;
  background-repeat: no-repeat;
  background-size:  auto 450px;
}
.page-documents-mv-container {
  width: 1000px;
  height: 450px;
  margin: 30px auto;
  position: relative;
}
.page-documents-mv-box {
  position: absolute;
  top: 90px;
  left: 60px;
}
.page-documents-mv-sub {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #ff9000;
  transform: translateX(-0.5em);
}
.page-documents-mv-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  margin: 10px 0 0;
}

.page-documents-heading {
  background-color: #0061D1;
  padding: 30px 0;
}
.page-documents-header-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
color:#fff;
}

.page-documents-mv-popup {
  height: 190px;
  width: 190px;
  position: absolute;
  left: 30px;
  bottom: -80px;
}
.page-documents-mv-text-container {
  padding: 0 0 30px 0;
  background-color: #ffcc00;
}
.page-documents-mv-text {
  width: 1000px;
  margin: 0 auto;
}
.page-documents-main-text{ 
  font-size: 18px;
  line-height: 24px;
  max-width: 1000px;
  margin: 30px auto 0  auto;
  text-align: center;
  font-weight: normal;
}
.page-documents-sub-text{
  font-size: 18px;
  line-height: 24px;
  max-width: 1000px;
  text-align: left;
  font-weight: normal;
}

.page-documents-section {
  padding: 60px 0 0;
  max-width: 1000px;
  margin: 0 auto;
}
.page-documents-section:last-child {
  padding: 60px 0 100px;
}
.page-documents-title-lv3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  border-left: 10px #0061D1 solid;
  padding: 0 0 0 15px;
}
.page-documents-cols {
  margin: 30px -30px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.page-documents-cols-item {
  padding: 0 30px;
  width: 100%;
}
.page-documents-text-box {
  margin: 30px 0 30px 0;
  padding: 30px;
  border-radius: 30px;
  background-color: #d7efed;
}
.page-documents-text-box:first-child {
  margin: 0;
}
.page-documents-cols-item .page-documents-text-box {
  margin-right: -30px;
}
.page-documents-image {
  width: 100%;
  padding-top: 62.765957%;
}
.page-documents-profile {
  margin: 50px auto 0;
  width: 760px;
  padding: 40px 50px;
  border-radius: 30px;
  background-color: #d7efed;
  position: relative;
}
.page-documents-profile-box {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
.page-documents-profile-box:first-child {
  width: 220px;
}
.page-documents-profile-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.page-documents-profile-read {
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 25px;
}
.page-documents-profile-text {
  font-size: 16px;
  line-height: 24px;
}
.page-documents-profile-image {
  width: 190px;
  height: 280px;
  position: absolute;
  bottom: 0;
  right: 40px;
}


.mod-text {
  font-size: 18px;
  line-height: 28px;
}

.mod-text a{
  font-size: 18px;
  line-height: 28px;
 
}

.mod-text a:hover{
  font-size: 18px;
  line-height: 28px;

}

.mod-container-documents {
    margin: 30px 0px 30px 0;
}

.page-documents-image-box{
    margin: 20px 0;
   display: flex;
flex-wrap: wrap;
align-items: flex-start;
    
}

.page-documents-image-box .quarter {
 
}

.page-documents-image-box .cell {
  width:32%;
  padding: 10px;
   margin: 5px;

     
}

.page-documents-image-box  .squarebox:before {
    content: '';
    display: block;
    padding-top: 100%;
 
     
}

.page-documents-image-box  .content {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    transition-duration: 200ms;
    transition-delay: 0s;
    transition-timing-function: ease;
    border: 2px #d7efed solid;
}

.content {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0;
    word-break: break-word;
}
.centerTable {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
}

.tableCell img {
    width: 100%;
    height: auto;
   
    display: block;
    margin: 0 auto;
}

}



/*page-documents-s css*/

@media screen and (max-width:1079px) {

.page-documents-mv {
  height: 325px;
  background-color: #1bc5ad;
  background-position: center;
  background-repeat: no-repeat;
  background-size:  auto 325px;
}
.page-documents-mv-container {
  height: 325px;
  position: relative;
}
.page-documents-mv-box {
  position: absolute;
  top: 40px;
  left: 25px;
}
.page-documents-mv-sub {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #ff9000;
  transform: translateX(-0.5em);
  letter-spacing: -0.1em;
}
.page-documents-mv-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin: 10px 0 0;
}
.page-documents-heading {
  background-color: #0061D1;
  padding: 15px 10px;
}
.page-documents-header-title {
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
	color:#fff;
}
.page-documents-mv-popup {
  height: 143px;
  width: 143px;
  position: absolute;
  left: 20px;
  bottom: 40px;
}
.page-documents-mv-text-container {
  padding: 0 25px 20px 25px;
  background-color: #ffcc00;
}
.page-documents-main{
     padding: 0 20px;
}

.page-documents-main-text{
    font-size: 16px;
    padding: 30px 0;
    font-weight: normal;
    max-width: 540px;
    margin: 0 auto;
}
.page-documents-mv-text {
  font-size: 18px;
  line-height: 24px;
}
.page-documents-section {
  padding: 50px 20px 0;
}
.page-documents-section:nth-child(3) {
  padding: 35px 20px 0;
}
.page-documents-section:last-child {
  padding: 50px 20px 80px 20px;
}
.page-documents-title-lv3 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  border-left: 5px #0061D1 solid;
  padding: 0 0 0 10px;
}
.page-documents-cols {
  margin: 25px 0 0;
}

.page-documents-text-box {
  margin: 25px 0 0;
  padding: 20px;
  border-radius: 15px;
  background-color: #d7efed;
}
.page-documents-text-box:first-child {
  margin: 0;
}
.page-documents-image {
  width: 100%;
  padding-top: 62.765957%;
}
.page-documents-profile {
  margin: 25px 0 0;
  padding: 30px 25px;
  background-color: #d7efed;
  position: relative;
}

.page-documents-profile-box:nth-child(2) {
  margin: 20px 0 0;
}
.page-documents-profile-name {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  display: inline-block;
}
.page-documents-profile-read {
  font-size: 11px;
  line-height: 24px;
  margin: 0 0 0 10px;
  display: inline-block;
}
.page-documents-profile-text {
  font-size: 12px;
  line-height: 16px;
  width: 42.7vw;
  margin: 10px 0 0;
}

.page-documents-profile-image {
  width: 190px;
  height: 280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(15px);
}

.mod-text {
    font-size: 16px;
    line-height: 24px;
  }

.mod-container-documents {
    margin: 30px 0px 30px 0;
}
.page-documents-image-box{
    margin: 20px 0;  
     display: flex;

}

.page-documents-image-box .quarter {
       width: 32%;
}

.page-documents-image-box .cell {
  position: relative;
  padding: 10px;
   margin: 5px 5px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    display: inline-block
     
}

.page-documents-image-box  .squarebox:before {
    content: '';
    display: block;
    padding-top: 100%;
 
     
}

.page-documents-image-box  .content {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    transition-duration: 200ms;
    transition-delay: 0s;
    transition-timing-function: ease;
    border: 2px #d7efed solid;
}

.content {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
    word-break: break-word;
}
	
.centerTable {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

 .tableCell {
    display: table-cell;
    vertical-align: middle;
	 text-align:center;
}

.tableCell img {
    width: 100%;
    height: auto;

    display: block;
    margin: 0 auto;
}



.tableCell img {
    width: 100%;
    height: auto;
  
    display: block;
    margin: 0 auto;
}

.page-documents-image-box  .squarebox:before {
    content: '';
    display: block;
    padding-top: 78%;
 
     
}

}


@media screen and (max-width: 768px){
	.page-documents-image-box{
		   display:flex;
			flex-wrap: wrap;
         align-items: flex-start;
		
	}

	.page-documents-image-box .quarter {
   width: 46.5%; 
}

	.common-buy-senior01 {
    height: 100px;
    width: 200px;
    margin: 7px auto;
}
	
	.common-buy-staff01 {
    height: 100px;
    width: 200px;
    margin: 7px auto;
}
	

.common-document-senior01 {
    height: 100px;
    width: 200px;
    margin: 7px auto;
}
.common-document-staff01 {
    height: 100px;
    width: 200px;
    margin: 7px auto;
}
}

@media screen and (max-width: 500px){
	.page-documents-image-box .quarter {
   width: 100%; 
}
		.page-documents-image-box{
		margin:0 auto;
		 display:block;
	}
}

@media screen and (min-width: 581px){
  .page-documents-profile-text {
    width: 250px;
  }
}
@media screen and (min-width: 541px){
  .page-documents-profile {
    border-radius: 15px;
  }
}
@media screen and (max-width: 420px){
  .page-documents-profile-image {
    width: 174px;
    height: 256px;
    transform: translateX(35px);
  }


}








/*page-ec-p css*/
@media screen and (min-width:1080px) {

.page-ec-mv-container {
  width: 1000px;
  height: 450px;
  margin: 0 auto;
  position: relative;
}
.page-ec-mv-box {
  position: absolute;
  top: 90px;
  left: 60px;
}
.page-ec-mv-sub {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #ff9000;
  transform: translateX(-0.5em);
}
.page-ec-mv-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  margin: 10px 0 0;
}

.page-ec-heading {
  background-color: #fff0f3;
  padding: 30px 0;

}
.page-ec-header-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
    width: 1000px;
  margin: 0 auto;
}

.page-ec-mv-popup {
  height: 190px;
  width: 190px;
  position: absolute;
  left: 30px;
  bottom: -80px;
}
.page-ec-mv-text-container {
  padding: 0 0 30px 0;
  background-color: #fff0f3;
}
.page-ec-mv-text {
  width: 1000px;
  margin: 0 auto;
}
.page-ec-section {
  padding: 60px 0 0;
}
.page-ec-section:last-child {
  padding: 60px 0 100px;
}
.page-ec-title-lv3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  border-left: 10px #00BFA5 solid;
  background-color: #00BFA5;
  padding: 15px 15px;
}
.page-ec-cols {
  margin: 30px -30px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.page-ec-cols-item {
  padding: 0 30px;
  width: 100%;
}
.page-ec-text-box {
  margin: 30px 0 30px 0;
  padding: 30px;
  border-radius: 30px;
  background-color: #fff9e0;
}
.page-ec-text-box:first-child {
  margin: 0;
}
.page-ec-cols-item .page-ec-text-box {
  margin-right: -30px;
}
.page-ec-image {
  width: 100%;
  padding-top: 62.765957%;
}
.page-ec-profile {
  margin: 50px auto 0;
  width: 760px;
  padding: 40px 50px;
  border-radius: 30px;
  background-color: #d7efed;
  position: relative;
}
.page-ec-profile-box {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
.page-ec-profile-box:first-child {
  width: 220px;
}
.page-ec-profile-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.page-ec-profile-read {
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 25px;
}
.page-ec-profile-text {
  font-size: 16px;
  line-height: 24px;
}
.page-ec-profile-image {
  width: 190px;
  height: 280px;
  position: absolute;
  bottom: 0;
  right: 40px;
}

.mod-text {
  font-size: 18px;
  line-height: 24px;
}

}

/*page-ec-s css*/
@media screen and (max-width:1079px) {

.page-ec-mv-container {
  height: 325px;
  position: relative;
}
.page-ec-mv-box {
  position: absolute;
  top: 40px;
  left: 25px;
}
.page-ec-mv-sub {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #ff9000;
  transform: translateX(-0.5em);
  letter-spacing: -0.1em;
}
.page-ec-mv-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin: 10px 0 0;
}
.page-ec-heading {
  background-color: #fff0f3;
  padding: 25px 25px;
}
.page-ec-header-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
    
}
.page-ec-mv-popup {
  height: 143px;
  width: 143px;
  position: absolute;
  left: 20px;
  bottom: 40px;
}
.page-ec-mv-text-container {
  padding: 0 25px 20px 25px;
  background-color: #fff0f3;
}
.page-ec-mv-text {
  font-size: 16px;
  line-height: 24px;
}

.page-ec-section {
  padding: 50px 20px 0;
}
.page-ec-section:nth-child(3) {
  padding: 35px 20px 0;
}

.page-ec-section:last-child {
   padding: 50px 20px 80px 20px;
}

.page-ec-title-lv3 {
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  font-weight: bold;
  border-left: 5px #00bfa5 solid;
  background-color: #00bfa5;
  padding: 10px 10px;
}
.page-ec-cols {
  margin: 25px 0 0;
}
.page-ec-cols-item {
  margin: 25px 0 25px 0;
}


.page-ec-text-box {
  margin: 25px 0 0;
  padding: 20px;
  border-radius: 15px;
  background-color: #fff9e0;
}
.page-ec-text-box:first-child {
  margin: 0;
}
.page-ec-image {
  width: 100%;
  padding-top: 62.765957%;
}
.page-ec-profile {
  margin: 25px 0 0;
  padding: 30px 25px;
  background-color: #d7efed;
  position: relative;
}
@media screen and (min-width: 541px){
  .page-ec-profile {
    border-radius: 15px;
  }
}
.page-ec-profile-box:nth-child(2) {
  margin: 20px 0 0;
}
.page-ec-profile-name {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  display: inline-block;
}
.page-ec-profile-read {
  font-size: 11px;
  line-height: 24px;
  margin: 0 0 0 10px;
  display: inline-block;
}
.page-ec-profile-text {
  font-size: 12px;
  line-height: 16px;
  width: 42.7vw;
  margin: 10px 0 0;
}
@media screen and (min-width: 581px){
  .page-ec-profile-text {
    width: 250px;
  }
}
.page-ec-profile-image {
  width: 190px;
  height: 280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(15px);
}
@media screen and (min-width: 477px){
  .page-ec-profile-image {
    width: 174px;
    height: 256px;
    transform: translateX(35px);
  }
}

  .mod-text {
    font-size: 14px;
    line-height: 20px;
  }

.mod-container {
    max-width: 750px;
    margin: 0 auto;
	padding: 0 10px;
	}

.mod-container-use {
    max-width: 1000px;
    margin: 0 auto;
  
}
}




/*page-ecmask-p css*/

@media screen and (min-width:1080px) {
.page-ecmask-mv {
  height: 450px;
  background-color: #1bc5ad;
  background-position: center;
  background-repeat: no-repeat;
  background-size:  auto 450px;
}
.page-ecmask-mv-container {
  width: 1000px;
  height: 450px;
  margin: 30px auto;
  position: relative;
}
.page-ecmask-mv-box {
  position: absolute;
  top: 90px;
  left: 60px;
}
.page-ecmask-mv-sub {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #ff9000;
  transform: translateX(-0.5em);
}
.page-ecmask-mv-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  margin: 10px 0 0;
}

.page-ecmask-heading {
  background-color: #ffcc00;
  padding: 30px 0;
}
.page-ecmask-header-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}

.page-ecmask-mv-popup {
  height: 190px;
  width: 190px;
  position: absolute;
  left: 30px;
  bottom: -80px;
}
.page-ecmask-mv-text-container {
  padding: 0 0 30px 0;
  background-color: #ffcc00;
}
.page-ecmask-mv-text {
  width: 1000px;
  margin: 0 auto;
}
.page-ecmask-main-text{ 
  font-size: 18px;
  line-height: 24px;
  max-width: 1000px;
  margin: 30px auto 0  auto;
  text-align: left;
  font-weight: normal;
}
.page-ecmask-sub-text{
  font-size: 18px;
  line-height: 24px;
  max-width: 1000px;
  text-align: left;
  font-weight: normal;
}

.page-ecmask-section {
  padding: 60px 0 0;
  max-width: 700px;
  margin: 0 auto;
}
.page-ecmask-section:last-child {
  padding: 60px 0 100px;
}
.page-ecmask-title-lv3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  border-left: 10px #00BFA5 solid;
  padding: 0 0 0 15px;
}
.page-ecmask-cols {
  margin: 30px -30px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.page-ecmask-cols-item {
  padding: 0 30px;
  width: 100%;
}
.page-ecmask-text-box {
  margin: 30px 0 30px 0;
  padding: 30px;
  border-radius: 30px;
  background-color: #d7efed;
}
.page-ecmask-text-box:first-child {
  margin: 0;
}
.page-ecmask-cols-item .page-ecmask-text-box {
  margin-right: -30px;
}
.page-ecmask-image {
  width: 100%;
  padding-top: 62.765957%;
}
.page-ecmask-profile {
  margin: 50px auto 0;
  width: 760px;
  padding: 40px 50px;
  border-radius: 30px;
  background-color: #d7efed;
  position: relative;
}
.page-ecmask-profile-box {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
.page-ecmask-profile-box:first-child {
  width: 220px;
}
.page-ecmask-profile-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.page-ecmask-profile-read {
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 25px;
}
.page-ecmask-profile-text {
  font-size: 16px;
  line-height: 24px;
}
.page-ecmask-profile-image {
  width: 190px;
  height: 280px;
  position: absolute;
  bottom: 0;
  right: 40px;
}

.mod-text {
  font-size: 18px;
  line-height: 28px;
}

.mod-text a{
  font-size: 18px;
  line-height: 28px;

}

.mod-text a:hover{
  font-size: 18px;
  line-height: 28px;

}

.mod-container-store {
    margin: 30px 0px 30px 0;
}

.page-ecmask-image-box{
    margin: 20px 0;
   
    
}

.page-ecmask-image-box .quarter {
   width: 30.5%; 
}

.page-ecmask-image-box .cell {
  position: relative;
  padding: 10px;
   margin: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
     
    display: inline-block
     
}

.page-ecmask-image-box  .squarebox:before {
    content: '';
    display: block;
    padding-top: 100%;
 
     
}

.page-ecmask-image-box  .content {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    transition-duration: 200ms;
    transition-delay: 0s;
    transition-timing-function: ease;
    border: 2px #d7efed solid;
}

.content {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0;
    word-break: break-word;
}
.centerTable {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

 .tableCell {
    display: table-cell;
    vertical-align: middle;
	 	 text-align:center;
}

.tableCell img {
    width: 100%;
    height: auto;
 
    display: block;
    margin: 0 auto;
}

}

/*page-ecmask-s css*/

@media screen and (max-width:1079px) {
@charset "utf-8";

.page-ecmask-mv {
  height: 325px;
  background-color: #1bc5ad;
  background-position: center;
  background-repeat: no-repeat;
  background-size:  auto 325px;
}
.page-ecmask-mv-container {
  height: 325px;
  position: relative;
}
.page-ecmask-mv-box {
  position: absolute;
  top: 40px;
  left: 25px;
}
.page-ecmask-mv-sub {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #ff9000;
  transform: translateX(-0.5em);
  letter-spacing: -0.1em;
}
.page-ecmask-mv-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin: 10px 0 0;
}
.page-ecmask-heading {
  background-color: #ffcc00;
  padding: 15px 10px;
}
.page-ecmask-header-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
}
.page-ecmask-mv-popup {
  height: 143px;
  width: 143px;
  position: absolute;
  left: 20px;
  bottom: 40px;
}
.page-ecmask-mv-text-container {
  padding: 0 25px 20px 25px;
  background-color: #ffcc00;
}
.page-ecmask-main{
     padding: 0 20px;
}

.page-ecmask-main-text{
    font-size: 16px;
    padding: 30px 0;
    font-weight: normal;
    max-width: 540px;
    margin: 0 auto;
}
.page-ecmask-mv-text {
  font-size: 18px;
  line-height: 24px;
}
.page-ecmask-section {
  padding: 50px 20px 0;
}
.page-ecmask-section:nth-child(3) {
  padding: 35px 20px 0;
}
.page-ecmask-section:last-child {
  padding: 50px 20px 80px 20px;
}
.page-ecmask-title-lv3 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  border-left: 5px #00bfa5 solid;
  padding: 0 0 0 10px;
}
.page-ecmask-cols {
  margin: 25px 0 0;
}

.page-ecmask-text-box {
  margin: 25px 0 0;
  padding: 20px;
  border-radius: 15px;
  background-color: #d7efed;
}
.page-ecmask-text-box:first-child {
  margin: 0;
}
.page-ecmask-image {
  width: 100%;
  padding-top: 62.765957%;
}
.page-ecmask-profile {
  margin: 25px 0 0;
  padding: 30px 25px;
  background-color: #d7efed;
  position: relative;
}
@media screen and (min-width: 541px){
  .page-ecmask-profile {
    border-radius: 15px;
  }
}
.page-ecmask-profile-box:nth-child(2) {
  margin: 20px 0 0;
}
.page-ecmask-profile-name {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  display: inline-block;
}
.page-ecmask-profile-read {
  font-size: 11px;
  line-height: 24px;
  margin: 0 0 0 10px;
  display: inline-block;
}
.page-ecmask-profile-text {
  font-size: 12px;
  line-height: 16px;
  width: 42.7vw;
  margin: 10px 0 0;
}
@media screen and (min-width: 581px){
  .page-ecmask-profile-text {
    width: 250px;
  }
}
.page-ecmask-profile-image {
  width: 190px;
  height: 280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(15px);
}

@media screen and (min-width: 477px){
  .page-ecmask-profile-image {
    width: 174px;
    height: 256px;
    transform: translateX(35px);
  }
}


  .mod-text {
    font-size: 16px;
    line-height: 24px;
  }
    
.mod-text a{
  
}

.mod-text a:hover{
  color: #00bfa5;
}


.page-ecmask-image-box{
    margin: 20px 0;
   
    
}

.page-ecmask-image-box .quarter {
   width: 30.5%; 
}

.page-ecmask-image-box .cell {
  position: relative;
  padding: 10px;
   margin: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
     
    display: inline-block
     
}

.page-ecmask-image-box  .squarebox:before {
    content: '';
    display: block;
    padding-top: 100%;
 
     
}

.page-ecmask-image-box  .content {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    transition-duration: 200ms;
    transition-delay: 0s;
    transition-timing-function: ease;
    border: 2px #d7efed solid;
}

.content {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
    word-break: break-word;
}
.centerTable {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

 .tableCell {
    display: table-cell;
    vertical-align: middle;
}

.tableCell img {
    width: 100%;
    height: auto;

    display: block;
    margin: 0 auto;
}


@media screen and (max-width: 768px){
.page-ecmask-image-box .quarter {
    width: 45%;
}
.tableCell img {
    width: 100%;
    height: auto;
 
    display: block;
    margin: 0 auto;
}

.page-ecmask-image-box  .squarebox:before {
    content: '';
    display: block;
    padding-top: 78%;
 
     
}
}
}


/*page-joji-p css*/
@media screen and (min-width:1080px){
.page-joji-mv {
  background-color: #fed636;

}

.page-joji-mv-box {
  position: absolute;
  top: 90px;
  left: 60px;
}
.page-joji-mv-sub {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #ff9000;
  transform: translateX(-0.5em);
}
.page-joji-mv-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  margin: 10px 0 0;
}

.page-joji-heading {
  background-color: #fff0f3;
  padding: 30px 0;

}
.page-joji-header-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
    width: 1000px;
  margin: 0 auto;
}

.page-joji-mv-popup {
  height: 190px;
  width: 190px;
  position: absolute;
  left: 30px;
  bottom: -80px;
}
.page-joji-mv-text-container {
  padding: 0 0 30px 0;
text-align: center;
  
}
.page-joji-mv-text {
  width: 1000px;
  margin: 0 auto;
  
}
.page-joji-section {
  padding: 0 0 60px;
}
.page-joji-section:last-child {
  padding: 0 0 100px;
}
.page-joji-section-center {
  padding: 0 0 60px;
  background-color:  #fed636;
}

.page-joji-title-lv3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  border-left: 10px #00BFA5 solid;
  background-color: #00BFA5;
  padding: 15px 15px;
text-align: center;
    margin-bottom: 40px;
}
.page-joji-cols {
  margin: 30px 0 0 0;
}
.page-joji-center {
  margin: 0 auto;
  width: 100%;
}
.page-joji-cols-item {
  padding: 0 30px;
  width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.page-joji-text-box {
  width: 350px;
  margin: 50px auto 30px ;
  padding: 20px;
  border-radius: 50px;
  background-color: #ff9000;
}
.page-joji-text-box02 {
  margin:0 auto;
  padding: 10px;
}
 
.page-joji-text-box03 {
padding: 0 30px;
width: 45%;
display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.page-joji-text-box:first-child {
  margin: 0;
}
.page-joji-cols-item .page-joji-text-box {
  margin-right: -30px;
}
.page-joji-image {
  width: 100%;
  padding-top: 72.765957%;

}
.page-joji-image-height {
  width: 100%;
  padding-top: 30%;

}
.page-joji-image-height02 {
  width: 100%;
  padding-top: 50%;

}
.page-joji-image-column {
  width: 25%;
  padding-top: 52.765957%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.page-joji-image-column2 {
  width: 75%;
  padding-top: 52.765957%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.page-joji-profile {
  margin: 50px auto 0;
  width: 760px;
  padding: 40px 50px;
  border-radius: 30px;
  background-color: #d7efed;
  position: relative;
}
.page-joji-profile-box {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
.page-joji-profile-box:first-child {
  width: 220px;
}
.page-joji-profile-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.page-joji-profile-read {
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 25px;
}
.page-joji-profile-text {
  font-size: 16px;
  line-height: 24px;
}
.page-joji-profile-image {
  width: 190px;
  height: 280px;
  position: absolute;
  bottom: 0;
  right: 40px;
}

.center-joji-image {
  width: 100%;
  padding-top: 62.765957%;
}
    

.page-joji-section-column {
  padding:  0 0;
  margin: 0 auto ;
background-color:  #fed636;
}

.mod-container-joji{
    margin: 0 auto;
    max-width: 1000px;
}

.page-joji-image-box{
    margin: 0 auto;
   display: block;
    text-align: center;
    
}

.page-joji-image-box .quarter {
    width : 30% ;
}
.page-joji-image-box .quarter02 {
    width : 21% ;
}
.page-joji-image-box .cell {
  position: relative;
  padding: 10px 0 20px;
   margin: 5px 20px 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
     
    display: inline-block
     
}
.page-joji-image-box .cell02 {
  position: relative;
  padding: 10px 0;
   margin: 5px 20px 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
     
    display: inline-block
     
}

.page-joji-image-box .cell03 {
  position: relative;
  padding: 10px 0;
   margin: 5px 20px 0px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
     
    display: inline-block
     
}
.page-joji-image-box  .squarebox:before {
    content: '';
    display: block;
    padding-top: 100%;
 
     
}

.page-joji-image-box  .content-joji {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    transition-duration: 200ms;
    transition-delay: 0s;
    transition-timing-function: ease;

}

.content-joji {
    max-width: 900px;
    margin: 0 auto;
    word-break: break-word;
}
.centerTable-joji {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.centerTable-joji > .tableCell-joji {
    display: table-cell;
    vertical-align: middle;
}

.tableCell-joji img {
   
    height: auto;
 
    display: block;
    margin: 0 auto;
}

    
  .mod-text-joji {
    font-size: 18px;
    line-height: 24px;
      font-weight: bold;
      text-align: center;
  }   
  .mod-text-joji-middle {
    font-size: 14px;
    line-height: 20px;
      text-align: center;
  }      
  .mod-text-joji-white {
    font-size: 18px;
    line-height: 24px;
      font-weight: bold;
      text-align: center;
     color: #fff;
  }   
    
  .mod-text-joji-left {
    font-size: 18px;
    line-height: 24px;
      font-weight: bold;
      text-align: left;
  
  }   
    
.joji-link { 
    color: #ff9000;
        
        
    }

.joji-image{
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: 42%;
  
        
    }

.mod-hv01 img{
        transition: all 0.2s ease-in-out;
    }
.mod-hv01 img:hover{
       opacity: 0.7;
    }
.page-joji-title01{
width:100%;
background-color:#00bfa5;
padding:20px;
margin-bottom: 40px;
}
.page-joji-title01 img{
width:30%;
margin:auto;
} 
 
  
.page-joji-title02{
width:100%;
background-color:#4CB900;
padding:20px;
margin-bottom: 40px;
}
.page-joji-title02 img{
width:40%;
margin:auto;
} 

}



/*page-joji-s css*/
@media screen and (max-width: 1079px){
.page-joji-mv {
  background-color: #fed636;
    padding: 0 10px;

}
.page-joji-mv-box {
  position: absolute;
  top: 40px;
  left: 25px;
}
.page-joji-mv-sub {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #ff9000;
  transform: translateX(-0.5em);
  letter-spacing: -0.1em;
}
.page-joji-mv-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin: 10px 0 0;
}
.page-joji-heading {
  background-color: #fff0f3;
  padding: 25px 25px;
}
.page-joji-header-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
    
}
.page-joji-mv-popup {
  height: 143px;
  width: 143px;
  position: absolute;
  left: 20px;
  bottom: 40px;
}
.page-joji-mv-text-container {
  padding: 0 25px 20px 25px;
  text-align: center;
}
.page-joji-mv-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.page-joji-section {
 padding: 0 20px 40px 20px;

}
.page-joji-section:nth-child(3) {
  padding: 35px 20px 0;
}

.page-joji-section:last-child {
   padding: 0px 20px 80px 20px;
}
.page-joji-section-center {
  padding: 0px 20px 40px;
 background-color:  #fed636;
}
.page-joji-title-lv3 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  border-left: 5px #00bfa5 solid;
  background-color: #00bfa5;
  padding: 20px 10px;
  text-align: center;
    margin-bottom: 40px;
}
.page-joji-cols {
  margin: 30px 0 0 0; 
}
.page-joji-center {
  margin:  0 0;
}
.page-joji-cols-item {

  width: 100%;
      display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
 



.page-joji-text-box {
width: 300px;
  margin: 25px auto 40px;
  padding: 20px;
  border-radius: 50px;
  background-color: #ff9000;
}
.page-joji-text-box02 {
  margin:0 auto;
}
.page-joji-text-box03 {
padding: 0 30px;
width: 45%;
   display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.page-joji-text-box:first-child {
  margin: 0;
}
.page-joji-image {
  width: 100%;
  padding-top: 72.765957%;
  
}
.page-joji-image-height {
  width: 100%;
  padding-top: 45%;
  
}
.page-joji-image-height02 {
  width: 100%;
  padding-top: 45%;
  
}
.page-joji-image-column{
  width: 25%;
  padding-top: 52.765957%;
 
}
.page-joji-image-column2{
  width: 75%;
  padding-top: 52.765957%;
 
}
.page-joji-profile {
  margin: 25px 0 0;
  padding: 30px 25px;
  background-color: #d7efed;
  position: relative;
}
@media screen and (min-width: 541px){
  .page-joji-profile {
    border-radius: 15px;
  }
}
.page-joji-profile-box:nth-child(2) {
  margin: 20px 0 0;
}
.page-joji-profile-name {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  display: inline-block;
}
.page-joji-profile-read {
  font-size: 11px;
  line-height: 24px;
  margin: 0 0 0 10px;
  display: inline-block;
}
.page-joji-profile-text {
  font-size: 12px;
  line-height: 16px;
  width: 42.7vw;
  margin: 10px 0 0;
}
@media screen and (min-width: 581px){
  .page-joji-profile-text {
    width: 250px;
  }
}
.page-joji-profile-image {
  width: 190px;
  height: 280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(15px);
}
@media screen and (min-width: 477px){
  .page-joji-profile-image {
    width: 174px;
    height: 256px;
    transform: translateX(35px);
  }
}

.page-joji-section-column {
  padding: 0px 20px 40px;
 background-color: #fed636;
}

.mod-text-joji {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
  }
.mod-text-joji-middle {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
.mod-text-joji-white {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
.mod-text-joji-left {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
  }
    
.joji-link {
    color: #ff9000;
}




.page-joji-image-box{
    margin: 0 auto;
   display: block;
    text-align: center;
    
}

.page-joji-image-box .quarter {
    width : 30%;
}
.page-joji-image-box .quarter02 {
    width : 21%;
}

.page-joji-image-box .cell {
  position: relative;
  padding: 10px;
   margin: 5px 10px 50px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
     
    display: inline-block
     
}
.page-joji-image-box .cell02 {
  position: relative;
  padding: 10px;
   margin: 5px 10px 80px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block
     
}

.page-joji-image-box .cell03 {
  position: relative;
  padding: 10px;
   margin: 5px 10px 30px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
     
    display: inline-block
     
}
    
.joji-link{ color: #ff9000;
        
        
    }
.joji-image{
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: 42%;

        
    }


    
@media screen and (max-width: 768px){
.page-joji-image-box .cell {
  position: relative;
  padding: 10px 0;
   margin: 5px 10px 50px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
     
    display: inline-block
     
}
.page-joji-image-box .cell02 {
  position: relative;
  padding: 10px 0;
   margin: 5px 10px 80px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 display: inline-block   
 }
.page-joji-image-box .cell03 {
  position: relative;
  padding: 10px 0 30px;
   margin: 5px 10px 90px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
     
    display: inline-block
     
 }
}



.page-joji-image-box  .squarebox:before {
    content: '';
    display: block;
    padding-top: 100%;
 
     
}

.page-joji-image-box  .content-joji {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    transition-duration: 200ms;
    transition-delay: 0s;
    transition-timing-function: ease;
  
}

.content-joji {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    word-break: break-word;
}
.centerTable-joji {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.centerTable-joji > .tableCell-joji {
    display: table-cell;
    vertical-align: middle;
}

.tableCell-joji {
    height: auto;
   width: 80%;
    display: block;
    margin: 0 auto;
}

.mod-container-joji{
    margin: 0 auto;
    max-width: 900px;
}
    
@media screen and (max-width: 768px){
.page-joji-image-box .quarter {
    width: 42%;
}
.page-joji-image-box .quarter02 {
    width: 42%;
}
.tableCell-joji img {
    height: auto;
 
    display: block;
    margin: 0 auto;
}

.page-joji-image-box  .squarebox:before {
    content: '';
    display: block;
    padding-top: 78%;
 
     
}
}


.page-joji-title01{
width:100%;
background-color:#00bfa5;
padding:20px;
margin-bottom: 40px;
}
.page-joji-title01 img{
width:80%;
margin:auto;
} 
.page-joji-title02{
width:100%;
background-color:#4CB900;
padding:20px;
margin-bottom: 40px;
}
.page-joji-title02 img{
width:80%;
margin:auto;
} 
}

/*mail css*/
@media screen and (min-width:1080px) {
.mod-container-mail {
  max-width: 700px;
  margin: 20px auto;
 }
 
.mod-text-bold-mail {
  font-size: 24px;
  line-height: 26px;
}
.mod-text-bold-mail2 {
  font-size: 18px;
  line-height: 26px;
}

.page-mail-text-box-center {
  margin: 30px auto 10px auto;
  text-align:center;
  width: 500px; 
font-size: 24px; 
text-decoration: none; 
display: block; 
padding: 20px 0 20px; 
color: #fff; 
background-color: #00bea4; 
border-radius: 100px; 
margin-bottom: 40px; 
}
.page-mail-text-box-button {
  margin: 30px auto 10px auto;
  text-align:center;
  width: 500px; 
font-size: 24px; 
text-decoration: none; 
display: block; 
color: #fff; 

}
.page-mail-text-box-button2 {
  margin: 30px auto 10px auto;
  text-align:center;
  width: 100%; 
font-size: 18px; 
text-decoration: none; 
display: block; 
padding: 30px 0 30px; 
color: #fff; 

}
.page-mail-text-box-button a{
display: block; 
background-color: #00bea4; 
border-radius: 10px; 
margin-bottom: 40px; 
padding:20px;
}
.page-mail-text-box-button2 a{
display: block; 
background-color: #F18F04;
border-radius: 10px; 
margin-bottom: 40px; 
padding:20px;
}

.page-mail-text-box-center a:hover{

color: #efefef; 

}
.back{
background-color: #00bea4; 
}

.sns-footer-mail .sns-footer-sns {
    width: 100%;

    padding-bottom: 30px;
    text-align: center;
    
}

  .sns-footer-mail .sns-footer-sns li {
      margin: 0 10px 0;
      display: inline-block; }	

.underline{
border-bottom: solid 1px black;
}
.m2 .freebirdFormviewerViewHeaderTitle{
font-size: 28px;}

.m2 .freebirdFormviewerViewNavigationPasswordWarning {
     display: none !important;
}
.m2 .freebirdFormviewerViewFormCard{
 display: none !important;;
}
}


@media screen and (max-width: 1079px){
  .mod-container-mail {
    max-width: 640px;
    margin: 0 auto;
    padding:20px;
  }
.underline{
border-bottom: solid 1px black;
}

.mod-text-bold-mail {
  font-size: 16px;
  line-height: 26px;
}
.mod-text-bold-mail2 {
  font-size: 16px;
  line-height: 26px;
}
.page-mail-text-box-center{
  max-width: 400px;
  margin: 30px auto 10px auto;
  text-align:center;
width: 300px; 
font-size: 16px; 
color: #fff; 
padding: 10px 0 10px; 
background-color: #00bea4; 
border-radius: 100px; 
margin-bottom: 40px;
}
.page-mail-text-box-button{
  max-width: 400px;
  margin: 30px auto 10px auto;
  text-align:center;
width: 300px; 
font-size: 24px; 
color: #fff; 

}
.page-mail-text-box-button2{
  max-width: 280px;
  margin: 30px auto 10px auto;
  text-align:center;
width: 50%px; 
font-size: 12px; 
color: #fff; 

}

.page-mail-text-box-button a{
display: block; 
background-color: #00bea4; 
border-radius: 10px; 
margin-bottom: 40px; 
padding:20px;
}
.page-mail-text-box-button2 a{
display: block; 
background-color:#F18F04;
border-radius: 10px; 
margin-bottom: 40px; 
padding:10px 10px;
}


.page-mail-text-box-center a:hover{
color:#efefef;
}
.back{
background-color: #00bea4; 
}

.sns-footer-mail .sns-footer-sns {
    width: 100%;
    height: auto;
    padding:30px 0;
    text-align: center;
    border-bottom: 0.5px solid #dbdbdb;
    }
  .sns-footer-mail .sns-footer-sns li {
      margin: 0 10px 10px;
      display: inline-block; }	
  .footer-menu {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
.m2 .freebirdFormviewerViewNavigationPasswordWarning {
     display: none !important;
}
.m2 .freebirdFormviewerViewFormCard{
 display: none !important;;
}
}
/*page-mamo2-p css*/
@media screen and (min-width:1080px){
.page-mamo2-section-center {
  padding: 0 0 60px;
  background-color:  #fed636;
}

.mod-container-mamo2{
    margin: 0 auto;
    max-width: 1000px;
}
    
.page-mamo2-center {
  margin: 0 auto;
  width: 100%;
}   
    
.page-mamo2-cols-item {
  padding: 0 30px;
  width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
    
.page-mamo2-cols-item .page-mamo2-text-box {
  margin-right: -30px;
}    
    
.page-mamo2-image {
  width: 100%;
  padding-top: 72.765957%;

}
    
.page-mamo2-text-box02 {
  margin:0 auto;
  padding: 10px;
}    
 
.mod-text-mamo2 {
    font-size: 18px;
    line-height: 24px;
      font-weight: bold;
      text-align: center;
}     
.page-index-mv-mamo2 {
  background-color: #ffcc00;
  padding: 0 40px 15px;
}
.page-index-mv-container-mamo2 {
  max-width: 1280px;
  margin: 0 auto;
}

.page-index-about-mamo2-buy {
  display: none;
}
.page-index-about-mamo2-box {
  padding: 50px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 30px;
}
.page-index-about-mamo2-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  border-bottom: 2px #000 solid;
  margin: 0 0 40px;
}
.page-index-about-mamo2-text + .page-index-about-mamo2-text {
  margin: 25px 0 0;
}

.page-index-about-mamo2-movie {
  display: none;
}

.page-index-feature-mamo2-title {
  height: 44px;
  background-color: #00bbaa;
  border-radius: 22px;
  color: #fff;
  line-height: 36px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 0;
}
.page-index-feature-mamo2-image {
  margin: 20px 0 0;
  width: 100%;
  height: 308px;
}
.page-index-feature-mamo2-text {
  margin: 20px 0 0;
}

.page-index-function-mamo2 {
  background-color: #fcf6df;
}
.page-index-function-mamo2-title {
  height: 44px;
  background-color: #ffcc00;
  border-radius: 22px;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 0;
}
.page-index-function-mamo2-image {
  margin: 20px 0 0;
  width: 100%;
}

.page-index-function-mamo2-list {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: nowrap;
}
.page-index-function-mamo2-icon {
  width: 100px;
  height: 100px;
  margin: 0 20px 0 0;
}
.page-index-function-mamo2-box {
  width: calc(100% - 120px);
}
.page-index-function-mamo2-subtitle {
  font-size: 20px;
  line-height: 36px;
  color: #00bbaa;
  font-weight: bold;
}
.page-index-function-mamo2-text {
  
  letter-spacing: -0.1em;
  line-height: 24px;
}
.page-index-function-mamo2-center {
  margin-top:20px;
  margin-bottom:40px;
  text-align:center;
  letter-spacing: -0.1em;
  line-height: 24px;
}

.page-index-function-mamo2-adjust01 {
  min-height: 72px;
}

.page-index-howto-mamo2 {
  background-color: #dae9e8;
}
.page-index-howto-mamo2-title01 {
  display: inline-block;
  height: 142px;
  line-height: 142px;
  padding: 0 0 0 146px;
  margin: -42px 0 -20px;
  background-position: left;
  background-repeat: no-repeat;
  background-size:  contain;
}
.page-index-howto-mamo2-box + .page-index-howto-mamo2-box {
  margin: 70px 0 0;
}
.page-index-howto-mamo2-title02 {
  width: 600px;
  height: 50px;
  background-color: #ff9000;
  border-radius: 25px;
  color: #fff;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 7px 0;
  margin: 0 auto 30px;
}
.page-index-howto-mamo2-text {
  text-align: center;
  margin: 0 0 30px;
}
.page-index-howto-mamo2-figre03 + .page-index-howto-mamo2-figre03 {
  margin: 40px 0 0;
}
.page-index-howto-mamo2-caption01,.page-index-howto-mamo2-caption02,.page-index-howto-mamo2-caption03 {
  height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 24px 25px 22px;
}
.page-index-howto-mamo2-caption02{
  height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 24px 25px 22px;
  text-align: center;
}
.page-index-howto-mamo2-caption01 {
  background-color: #7eb2ef;
}
.page-index-howto-mamo2-caption02 {
  background-color: #F29F0A;
}
.page-index-howto-mamo2-caption03 {
  background-color: #38acb6;
}
.page-index-howto-mamo2-table-35p {
  width: 35%;
}
.page-index-howto-mamo2-table-65p {
  width: 65%;
}
.page-index-howto-mamo2-table-25p {
  width: 25%;
}
.page-index-howto-mamo2-table-20p {
  width: 20%;
}
.page-index-howto-mamo2-table01,.page-index-howto-mamo2-table02,.page-index-howto-mamo2-table03 {
  border-top: 1px #bababa solid;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.page-index-howto-mamo2-table-subhead {
  font-size: 18px;
  padding: 15px 25px;
  background-color: #fff;
  border-bottom: 1px #bababa solid;
}
.page-index-howto-mamo2-table-data {
  font-size: 18px;
  padding: 15px 25px;
  text-align: center;
  border-bottom: 1px #bababa solid;
}
.page-index-howto-mamo2-table01 .page-index-howto-mamo2-table-data {
  background-color: #e4f1ff;
}
.page-index-howto-mamo2-table02 .page-index-howto-mamo2-table-data {
  background-color: #f8f2c0;
}
.page-index-howto-mamo2-table03 .page-index-howto-mamo2-table-data:nth-child(odd) {
  background-color: #fff;
}
.page-index-howto-mamo2-table03 .page-index-howto-mamo2-table-data:nth-child(even) {
  background-color: #f9f9f9;
}
.page-index-howto-mamo2-table03 .page-index-howto-mamo2-table-data:nth-child(2) {
  background-color: #ffe5ca;
}
.page-index-howto-mamo2-table-adjust01 {
  height: 83px;
}
.page-index-howto-mamo2-table-head {
  background-color: #ffcc00;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 25px;
  text-align: center;
}
.page-index-howto-mamo2-table-head:nth-child(even) {
  background-color: #f3c50c;
}
.page-index-howto-mamo2-table-head:nth-child(2) {
  background-color: #ff9c00;
}
.page-index-howto-mamo2-table-notice-text {
  margin: 10px 0 30px;
}
.page-index-howto-mamo2-fz-xs {
  color: #666;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
}

.page-index-howto-mamo2-step {
  margin: 30 -30px 0 0;
}
.page-index-howto-mamo2-step-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.page-index-howto-mamo2-step-item {
  width: calc(50% - 60px);
  margin: 0 30px;
  background-color: #fff;
  border-top: 6px #ffcc00 solid;
  border-left: 1px #ffcc00 solid;
  padding: 20px 30px 30px;
}
.page-index-howto-mamo2-step-item:nth-child(n+3) {
  margin: 30px 30px 0;
}
.page-index-howto-mamo2-step-title {
  padding: 13px 0 0 45px;
  font-size: 24px;
  line-height: 1;
  height: 37px;
  font-weight: bold;
  letter-spacing: -0.1em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-index-howto-mamo2-step-text {
  font-size: 16px;
  line-height: 24px;
  margin: 25px 0 0;
}
.page-index-howto-mamo2-step-dlbox {
  margin: 100px 0 0;
}
.page-index-howto-mamo2-step-dlbox-item + .page-index-howto-mamo2-step-dlbox-item {
  margin: 20px 0 0;
}

.page-index-howto-mamo2-step-image {
  margin: 20px auto 0;
}



.page-index-howto-mamo2-step-btn {
  display: block;
  width: 420px;
  height: 75px;
  margin: 30px auto 0;
  position: relative;
}
.page-index-howto-mamo2-step-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
}
.page-index-howto-mamo2-step-btn:hover:after {
  opacity: 0;
}

.page-index-spec-mamo2 {
  background-color: #f0f0f0;
}

.page-index-spec-mamo2-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px #bababa solid;
}
.page-index-spec-mamo2-table-25p {
  width: 25%;
}
.page-index-spec-mamo2-table-75p {
  width: 75%;
}
.page-index-spec-mamo2-table-head {
  background-color: #dcfdfa;
  padding: 15px 60px;
  border-bottom: 1px #bababa solid;
}
.page-index-spec-mamo2-table-data {
  background-color: #fff;
  padding: 15px 60px;
  border-bottom: 1px #bababa solid;
}
    
}






/*page-mamo2-s css*/
@media screen and (max-width: 1079px){
.page-mamo2-section-center {
  padding: 0px 20px 40px;
 background-color:  #fed636;
}        
.mod-container-mamo2{
    margin: 0 auto;
    max-width: 900px;
}  
.page-mamo2-center {
  margin:  0 0;
}            
.page-mamo2-cols-item {

  width: 100%;
      display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
} 
.page-mamo2-image {
  width: 100%;
  padding-top: 72.765957%;
  
}        
.page-mamo2-text-box02 {
  margin:0 auto;
}    
.mod-text-mamo2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
  }
       
.page-index-mv-mamo2 {
  background-color: #ffcc00;
  padding: 0 0;
}
.page-index-mv-container-mamo2 {
  max-width: 540px;
  margin: 0 auto;
}

.page-index-about-mamo2-buy {
  width: 335px;
  height: 60px;
  display: block;
  margin: 0 auto 35px;
}
.page-index-about-mamo2-box {
  padding: 30px 18px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 30px;
  text-align: center;
}
.page-index-about-mamo2-title {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 2px #000 solid;
  margin: -10px 0 25px;
}
.page-index-about-mamo2-text {
  text-align: left;
}
.page-index-about-mamo2-text + .page-index-about-mamo2-text {
  margin: 23px 0 0;
}

.page-index-about-mamo2-movie {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  padding-top: 56.268657%;
}
.page-index-about-mamo2-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-index-about-mamo2-play {
  display: block;
  width: 59px;
  height: 59px;
  z-index: 1;
  cursor: pointer;
}   

.page-index-feature-mamo2-title {
/*  height: 39px;*/
  background-color: #00bbaa;
  border-radius: 19px;
  color: #fff;
/*  line-height: 19px;*/
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 10px;
}
.page-index-feature-mamo2-image {
  margin: 15px 7.5px 0;
  width: calc(100% - 15px);
  padding-top: calc(65.625% - 7.5px)
}
.page-index-feature-mamo2-text {
  margin: 10px 7.5px 0;
  font-size: 14px;
  line-height: 23px;
} 

.page-index-function-mamo2 {
  background-color: #fcf6df;
}
.page-index-function-mamo2-title {
  background-color: #ffcc00;
  height: 39px;
  border-radius: 19px;
  line-height: 19px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 0;
}
.page-index-function-mamo2-image {
  margin: 15px 7.5px 0;
  width: calc(100% - 15px);
}

.page-index-function-mamo2-list {
  margin: 20px 7.5px 0;
  display: flex;
  flex-wrap: nowrap;
}
.page-index-function-mamo2-icon {
  width: 55px;
  height: 55px;
  margin: 0 15px 0 0;
}
.page-index-function-mamo2-box {
  width: calc(100% - 70px);
}
.page-index-function-mamo2-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.page-index-function-mamo2-text {
  letter-spacing: -0.1em;
  font-size: 13px;
  line-height: 24px;
}
.page-index-function-mamo2-center{
  letter-spacing: -0.1em;
  font-size: 11px;
  line-height: 24px;
  text-align:center;
  margin-top:15px;
  margin-bottom: 30px;
}

.page-index-howto-mamo2 {
  background-color: #dae9e8;
}
.page-index-howto-mamo2-title01 {
  display: inline-block;
  height: 81px;
  line-height: 81px;
  padding: 0 0 0 74px;
  background-position: left;
  background-repeat: no-repeat;
  background-size:  contain;
}
.page-index-howto-mamo2-box + .page-index-howto-mamo2-box {
  margin: 50px 0 0;
}
.page-index-howto-mamo2-title02 {
/*  height: 38px;*/
  background-color: #ff9000;
  border-radius: 19px;
  color: #fff;
/*  line-height: 38px;*/
  padding:10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto 30px;
}
.page-index-howto-mamo2-text {
  margin: 0 0 30px;
}
.page-index-howto-mamo2-figre03 + .page-index-howto-mamo2-figre03 {
  margin: 30px 0 0;
}
.page-index-howto-mamo2-caption01,.page-index-howto-mamo2-caption02,.page-index-howto-mamo2-caption03 {
  height: 45px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
  padding: 0 15px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size:  35px;
  cursor: pointer;
}

.page-index-howto-mamo2-caption01 {
  background-color: #7eb2ef;
}
.page-index-howto-mamo2-caption02 {
  background-color: #00bbaa;
}
.page-index-howto-mamo2-caption02 {
  background-color: #F29F0A;
}
.page-index-howto-mamo2-caption03 {
  background-color: #38acb6;
}
.page-index-howto-mamo2-table-35p {
  width: 35%;
}
.page-index-howto-mamo2-table-65p {
  width: 65%;
}
.page-index-howto-mamo2-table-25p {
  width: 25%;
}
.page-index-howto-mamo2-table-20p {
  width: 20%;
}
.page-index-howto-mamo2-table-sp25p {
  width: 25%;
}
.page-index-howto-mamo2-table-sp30p {
  width: 30%;
}
.page-index-howto-mamo2-table-wrap {
  display: none;
}
.page-index-howto-mamo2-table01,.page-index-howto-mamo2-table02,.page-index-howto-mamo2-table03 {
  border-top: 1px #bababa solid;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.page-index-howto-mamo2-table-subhead {
  font-size: 14px;
  padding: 15px 10px;
  letter-spacing: 0;
  background-color: #fff;
  border-bottom: 1px #bababa solid;
}
.page-index-howto-mamo2-table-data {
  font-size: 14px;
  padding: 15px 5px;
  text-align: center;
  border-bottom: 1px #bababa solid;
}
.page-index-howto-mamo2-table01 .page-index-howto-mamo2-table-data {
  background-color: #e4f1ff;
}
.page-index-howto-mamo2-table02 .page-index-howto-mamo2-table-data {
  background-color: #F8F2C0;
}
.page-index-howto-mamo2-table03 .page-index-howto-mamo2-table-data:nth-child(odd) {
  background-color: #fff;
}
.page-index-howto-mamo2-table03 .page-index-howto-mamo2-table-data:nth-child(even) {
  background-color: #f9f9f9;
}
.page-index-howto-mamo2-table03 .page-index-howto-mamo2-table-data:nth-child(2) {
  background-color: #ffe5ca;
}
.page-index-howto-mamo2-table-adjust01 {
  height: 83px;
}
.page-index-howto-mamo2-table-head {
  background-color: #ffcc00;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 3px;
  text-align: center;
  letter-spacing: 0;
}
.page-index-howto-mamo2-table-head:nth-child(even) {
  background-color: #f3c50c;
}
.page-index-howto-mamo2-table-head:nth-child(2) {
  background-color: #ff9c00;
}
.page-index-howto-mamo2-table-notice-text {
  margin: 5px 0 30px;
}
.page-index-howto-mamo2-fz-sps * {
  font-size: 12px;
  line-height: 16px;
}
.page-index-howto-mamo2-fz-s {
  font-size: 11px;
  line-height: 14px;
}
.page-index-howto-mamo2-fz-xs {
  color: #666;
  font-size: 10px;
  line-height: 12px;
  display: block;
}

.page-index-howto-mamo2-adjust01 {
  letter-spacing: -0.1em;
}
.page-index-howto-mamo2-step {
  margin: 30 0 0;
}
.page-index-howto-mamo2-step-item {
  background-color: #fff;
  border-top: 6px #ffcc00 solid;
  border-left: 1px #ffcc00 solid;
  padding: 15px 25px 30px;
}
.page-index-howto-mamo2-step-item:nth-child(n+2) {
  margin: 20px 0 0;
}
.page-index-howto-mamo2-step-title {
  padding: 10px 0 0 35px;
  margin: 0 -15px;
  font-size: 18px;
  line-height: 1;
  height: 28px;
  font-weight: bold;
  letter-spacing: -0.1em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-index-howto-mamo2-step-text {
  font-size: 12px;
  line-height: 18px;
  margin: 20px 0 0;
}
.page-index-howto-mamo2-step-dlbox {
  margin: 20px 0 0;
}
.page-index-howto-mamo2-step-dlbox-item + .page-index-howto-mamo2-step-dlbox-item {
  margin: 15px 0 0;
}

.page-index-howto-mamo2-step-image {
  margin: 20px auto 0;
}


.page-index-howto-mamo2-step-btn {
  display: block;
  width: 335px;
  height: 60px;
  margin: 20px auto 0;
  position: relative;
}
.page-index-howto-mamo2-step-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
}

.page-index-spec-mamo2 {
  background-color: #f0f0f0;
}
.page-index-spec-mamo2-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px #bababa solid;
}
.page-index-spec-mamo2-table-sp35p {
  width: 35%;
}
.page-index-spec-mamo2-table-sp65p {
  width: 65%;
}
.page-index-spec-mamo2-table-head {
  background-color: #fff;
  padding: 13px 10px;
  border-bottom: 1px #bababa solid;
  font-size: 13px;
}
.page-index-spec-mamo2-table-data {
  background-color: #fff;
  padding: 13px 10px;
  border-bottom: 1px #bababa solid;
  font-size: 13px;
}

}




/*page-corp-p css*/
@media screen and (min-width:1080px){
.header-corp {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.16);
  /* height: 60px; */
  /* padding: 15px 0; */
  
}
.header-logo-item-corp {
  display: block;
  width: 160px;
  height: 60px;
}
.page-index-use-corp-item01 {
  width: 50%;
  padding: 50px 20px;
  margin:auto;
}
.page-corp-section-center {
 /* padding: 0 0 60px;*/
  
}
.mod-container-use {
  max-width: 1000px;
  margin: 40px auto 0;
  display: flex;
    flex-wrap: wrap;
}
.mod-2col01-item-corp {
  width: 50%;
  padding: 0 20px;
  margin:auto;
}
.mod-3col01-item-corp {
  width: 30%;
  padding:  20px;
  margin:0 10px;
	 background-color: rgba(255,255,255,0.9);
  border-radius: 30px;
}
.page-corp-section-center01 {
  padding: 40px  80px 40px;
  background-color: #F6F7F8 ;
}
.page-corp-section-center02 {
  padding: 60px  160px 60px;
  background-color: #F6F7F8 ;
	width:80%;
}
.page-corp-section-center03 {
margin:30px;
width:20%;
}
.page-corp-cols-item01 {
  margin: 0 auto;
  width: 100%;
	max-width:750px;
  position: sticky;
	top:80px;
}	
.page-corp-section01{
 display:flex;
}
.mod-title-lv2-corp {
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  color:#fff;
}
.mod-title-lv2-corp02 {
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  color:#222;
}
.mod-title-lv2-corp03 {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  text-align: center;
  color:#222;

}
	.mod-title-lv2-corp04 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  color:#222;
}
.mod-title-lv2-corp05 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  text-align: left;
  color:#222;
	margin-bottom:10px;
}
.page-corp-title01{
width:100%;
background-color:#0061D1;
padding:20px;
margin-bottom: 40px;
}
.page-corp-title02{
width:100%;
background-color:#FFCC00;
padding:20px;
margin-bottom: 40px;
}
.page-corp-title03{
width:100%;
background-color:#0061D1;
padding:20px;
margin-bottom: 40px;
}
.mod-container-corp{
    margin: 0 auto;
    max-width: 1000px;
}
.mod-container-corp02{
    margin: 0 auto 60px;
    max-width: 1000px;
}
	
.mod-container-corp-404{
    margin: 0 auto;
    max-width: 1000px;
}
	
.page-index-about-corp-item
{
  width: 100%;
  padding: 0 20px;
}
.page-index-about-corp-item01
{
  width: 70%;
  padding: 0 20px;
}
.page-index-about-corp-item02
{
  width: 30%;
  padding: 0 20px;
}
 .page-index-example-corp-item
{
  width: 100%;
  padding: 0 20px;
}
.page-index-example-corp-item01
{
  width: 70%;
  padding: 0 20px;
}
.page-index-example-corp-item02
{
  width: 30%;
  padding: 0 20px;
}
.page-index-function-corp-item
{
  width: 100%;
  padding: 20px 20px 0;
}
.page-index-function-corp-item01
{
  width: 70%;
  padding: 0 20px;
}
.page-index-function-corp-item02
{
  width: 30%;
  padding: 0 20px;
}
.page-index-function-corp-item03{
  width: 100%;
  padding:  20px;
}	
.page-index-system-requirements-corp-item
{
  width: 100%;
  padding: 0 20px;
}
.page-index-system-requirements-corp-item01
{
  width: 70%;
  padding: 0 20px;
}
.page-index-system-requirements-corp-item02
{
  width: 30%;
  padding: 0 20px;
}
.page-corp-center {
  margin: 0 auto;
  width: 100%;
}   

.page-corp-center02 {
  margin: 0px auto 30px;
  max-width:750px;
}    
.page-corp-display01{
  display:none;
}    
.page-corp-cols-item {
  padding: 0 auto;
  width: 100%;
 
}
 
.page-corp-cols-item02 {
  margin: 0 auto;
  width: 100%;
	max-width:750px;
    /* display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;*/
}	
	
.page-corp-cols-item .page-corp-text-box {
  margin-right: -30px;
}    
    
.page-corp-image {
  width: 80%;
  padding-top: 18%;
 margin:0 auto;
}
    
.page-corp-text-box02 {
  margin:0 auto;
  padding: 10px;
	max-width:1000px;
}    
 .page-corp-text-box03 {
  margin:0 10px;
  padding: 10px 10px 0px;

}    
 
.mod-text-corp {
    font-size: 18px;
    line-height: 32px;
      font-weight: ;
      text-align: center;
}   
.mod-text-corp02 {
    font-size: 18px;
    line-height: 32px;
      font-weight: ;
      text-align: left;
}  
	.mod-text-corp03 {
    font-size: 18px;
    line-height: 28px;
      font-weight: ;
      text-align: left;
}   
	.center-text{ text-align: center;
		
	}
.mod-text-corp04 {
    font-size: 16px;
    line-height: 20px;
      font-weight: ;
      text-align: left;
	margin:0  auto  5px;
	padding: 0 10px;
	width:100%;
}  	
	.mod-text-corp05 {
    font-size: 16px;
    line-height: 28px;
      font-weight: ;
      text-align: left;
}   
.mod-text-corp06 {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}   
		.mod-text-corp03-center {
font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    width: 80%;
}
	   .mod-text-corp01-center{
        font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;

    }
	
.page-index-mv-corp {
  background-color: #fff;
  padding: 0 40px 15px;
}
.page-index-mv-container-corp {
  max-width: 1480px;
  margin: 0 auto;
}

.page-index-mv-box-new01 {
  position: relative;
  padding-top: 40.288820%;
}
.page-index-mv-box-new01:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}  
.page-index-mv-box-new02 {
  position: relative;
  padding-top: 40.288820%;
}
.page-index-mv-box-new02:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}  
.page-index-mv-box-about01 {
  position: relative;
  padding-top: 40.288820%;
}
.page-index-mv-box-about01:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}  
.page-index-mv-box-senior01 {
  position: relative;
  padding-top: 40.288820%;
  background-image: url("/wp-content/uploads/2022/03/p-main-senior1.jpg");
}
.page-index-mv-box-senior01:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}    
.page-index-mv-box-staff01 {
  position: relative;
  padding-top: 40.288820%;
  background-image: url("/wp-content/uploads/2022/04/p-main-staff1.jpg");
}
.page-index-mv-box-staff01:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}     
  
.page-index-mv-box-solution{
  position: relative;
  padding-top: 44.288820%;
}
.page-index-mv-box-solution:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}   	
.page-index-mv-box-logistics{
  position: relative;
  padding-top: 44.288820%;
}
.page-index-mv-box-logistics:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}   		
.page-index-about-corp {
  background-position: left center;
  background-repeat: no-repeat;
  background-size:  cover;
  background-color: ;
}
.page-index-about-corp-buy {
  display: none;
}
.page-index-about-corp-box {
  padding: 30px 0px 80px ;
}
.page-index-about-corp-box02 {
  padding: 30px 250px 80px ;
}
.page-index-about-corp-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  border-bottom: 2px #000 solid;
  margin: 0 0 40px;
}
.page-index-about-corp-text + .page-index-about-corp-text {
  margin: 25px 0 0;
}

.page-index-about-corp-movie {
  display: none;
}
.page-index-example-corp {
  background-position: left center;
  background-repeat: no-repeat;
  background-size:  cover;
  background-color: #fff;
}
.page-index-example-corp-buy {
  display: none;
}
.page-index-example-corp-box {
  padding: 30px 0px 80px ;
}
.page-index-example-corp-box02 {
  padding: 30px 10px 80px ;
}
.page-index-example-corp-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  border-bottom: 2px #000 solid;
  margin: 0 0 40px;
}
.page-index-example-corp-text + .page-index-example-corp-text {
  margin: 25px 0 0;
}
.page-index-example-corp-pic {
  width: 100%;
  height: 300px;
}
.page-index-example-corp-movie {
  display: none;
}
.page-index-function-corp {
  background-position: left center;
  background-repeat: no-repeat;
  background-size:  cover;
  background-color: #fff;
}
.page-index-function-corp-buy {
  display: none;
}
.page-index-function-corp-box {
  padding: 30px 0px 30px ;
}
.page-index-use-corp-box {

  width:45%;
  margin: 0 auto 60px;
}
.page-index-function-corp-box02 {
  padding: 30px 250px 80px ;
}
.page-index-function-corp-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  border-bottom: 2px #000 solid;
  margin: 0 0 40px;
}
.page-index-function-corp-text + .page-index-function-corp-text {
  margin: 25px 0 0;
}

.page-index-function-corp-movie {
  display: none;
}

.page-index-feature-corp-title {
  height: 44px;
  background-color: #00bbaa;
  border-radius: 22px;
  color: #fff;
  line-height: 36px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 0;
}
.page-index-feature-corp-image {
  margin: 20px 0 0;
  width: 100%;
  height: 308px;
}
.page-index-feature-corp-text {
  margin: 20px 0 0;
}

.page-index-function-corp {
  background-color: #F6F7F8;
 padding:0 0 100px;
}
	
.page-index-function-corp-title {
  height: 44px;
  background-color: #ffcc00;
  border-radius: 22px;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 0;
}
.page-index-function-corp-image {
  margin: 20px 0 0;
  width: 100%;
}

.page-index-function-corp-list {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: nowrap;
}
.page-index-function-corp-icon {
  width: 50%;
  height: 325px;
  margin: 0 10px;
}
.page-index-function-corp-box {
  margin:0 auto;
}
.page-index-function-corp-subtitle {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.page-index-function-corp-subtitle-sub {
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
}
.page-index-function-corp-text {
  
  letter-spacing: -0.1em;
  line-height: 24px;
}
.page-index-use-corp-text-absolute {
  position:absolute;
  letter-spacing: -0.1em;
  line-height: 24px;
 background-color:#555555;
 color:#fff;
 padding:10px;
}
.page-index-use-corp-text{
  font-size: 16px;
}

.page-index-function-corp-center {
  margin-top:20px;
  margin-bottom:40px;
  text-align:center;
  letter-spacing: -0.1em;
  line-height: 24px;
}

.page-index-function-corp-adjust01 {
  min-height: 72px;
}
.page-index-system-requirements-corp-buy {
  display: none;
}
.page-index-system-requirements-corp-box {
  padding: 30px 0px 80px ;
}
.page-index-system-requirements-corp-box02 {
  padding: 30px 160px 80px ;
}
.page-index-system-requirements-corp-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  border-bottom: 2px #000 solid;
  margin: 0 0 40px;
}
.page-index-system-requirements-corp-text + .page-index-system-requirements-corp-text {
  margin: 25px 0 0;
}
.page-index-system-requirements-corp-pic {
  width: 100%;
  height: 300px;
}
.page-index-system-requirements-corp-movie {
  display: none;
}
.page-index-howto-corp {
  background-color: #dae9e8;
}
.page-index-howto-corp-title01 {
  display: inline-block;
  height: 142px;
  line-height: 142px;
  padding: 0 0 0 146px;
  margin: -42px 0 -20px;
  background-position: left;
  background-repeat: no-repeat;
  background-size:  contain;
}
.page-index-howto-corp-box + .page-index-howto-corp-box {
  margin: 70px 0 0;
}
.page-index-howto-corp-title02 {
  width: 600px;
  height: 50px;
  background-color: #ff9000;
  border-radius: 25px;
  color: #fff;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 7px 0;
  margin: 0 auto 30px;
}
.page-index-howto-corp-text {
  text-align: center;
  margin: 0 0 30px;
}
.page-index-howto-corp-figre03 + .page-index-howto-corp-figre03 {
  margin: 40px 0 0;
}
.page-index-howto-corp-caption01,.page-index-howto-corp-caption02,.page-index-howto-corp-caption03 {
  height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 24px 25px 22px;
}
.page-index-howto-corp-caption02{
  height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 24px 25px 22px;
  text-align: center;
}
.page-index-howto-corp-caption01 {
  background-color: #7eb2ef;
}
.page-index-howto-corp-caption02 {
  background-color: #F29F0A;
}
.page-index-howto-corp-caption03 {
  background-color: #38acb6;
}
.page-index-howto-corp-table-35p {
  width: 35%;
}
.page-index-howto-corp-table-65p {
  width: 65%;
}
.page-index-howto-corp-table-25p {
  width: 25%;
}
.page-index-howto-corp-table-20p {
  width: 20%;
}
	.page-index-spec-table-30p{
		 width: 30%;
}
	.page-index-spec-table-40p{
		 width: 40%;

}
	.page-index-spec-table-33p{
		 width: 33%;

}
.page-index-howto-corp-table01,.page-index-howto-corp-table02,.page-index-howto-corp-table03 {
  border: 2px #bababa solid;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.page-index-howto-corp-table-subhead {
  font-size: 18px;
  padding: 15px 25px;
  background-color: #fff;
  border-bottom: 1px #bababa solid;
}
.page-index-howto-corp-table-data {
  font-size: 18px;
  padding: 15px 25px;
  text-align: left;
  border-bottom: 1px #bababa solid;
}
.page-index-howto-corp-table01 .page-index-howto-corp-table-data {
  background-color: #e4f1ff;
}
.page-index-howto-corp-table02 .page-index-howto-corp-table-data {
  background-color: #fff;
}
.page-index-howto-corp-table03 .page-index-howto-corp-table-data:nth-child(odd) {
  background-color: #fff;
}
.page-index-howto-corp-table03 .page-index-howto-corp-table-data:nth-child(even) {
  background-color: #f9f9f9;
}
.page-index-howto-corp-table03 .page-index-howto-corp-table-data:nth-child(2) {
  background-color: #ffe5ca;
}
.page-index-howto-corp-table-adjust01 {
  height: 83px;
}
.page-index-howto-corp-table-head {
  background-color: #F8CBAD;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 25px;
  text-align: center;
}
.page-index-howto-corp-table-head:nth-child(even) {
  background-color:  #F8CBAD;
}
.page-index-howto-corp-table-head:nth-child(2) {
  background-color: #FFBF00;
}
.page-index-howto-corp-table-head02 {
  background-color: #F8CBAD;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 25px;
  text-align: center;
}
.page-index-howto-corp-table-notice-text {
  margin: 10px 0 30px;
}
.page-index-howto-corp-fz-xs {
  color: #666;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
}

.page-index-howto-corp-step {
  margin: 30 -30px 0 0;
}
.page-index-howto-corp-step-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.page-index-howto-corp-step-item {
  width: calc(50% - 60px);
  margin: 0 30px;
  background-color: #fff;
  border-top: 6px #ffcc00 solid;
  border-left: 1px #ffcc00 solid;
  padding: 20px 30px 30px;
}
.page-index-howto-corp-step-item:nth-child(n+3) {
  margin: 30px 30px 0;
}
.page-index-howto-corp-step-title {
  padding: 13px 0 0 45px;
  font-size: 24px;
  line-height: 1;
  height: 37px;
  font-weight: bold;
  letter-spacing: -0.1em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-index-howto-corp-step-text {
  font-size: 16px;
  line-height: 24px;
  margin: 25px 0 0;
}
.page-index-howto-corp-step-dlbox {
  margin: 100px 0 0;
}
.page-index-howto-corp-step-dlbox-item + .page-index-howto-corp-step-dlbox-item {
  margin: 20px 0 0;
}

.page-index-howto-corp-step-image {
  margin: 20px auto 0;
}

.page-index-howto-corp-step-btn {
  display: block;
  width: 420px;
  height: 75px;
  margin: 30px auto 0;
  position: relative;
}
.page-index-howto-corp-step-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
}
.page-index-howto-corp-step-btn:hover:after {
  opacity: 0;
}

.page-index-spec-corp {
  background-color: #f0f0f0;
}

.page-index-spec-corp-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
 
}
.page-index-spec-corp-table-25p {
  width: 25%;
}
.page-index-spec-corp-table-75p {
  width: 75%;
}
.page-index-spec-corp-table-head {
    background-color: #E2EFDA;
    padding: 15px 20px;
    border-bottom: 1px #bababa solid;
    border-right: 1px #bababa solid;
    text-align: center;
    font-weight: bold;
	font-size:14px;
}
.page-index-howto-corp-table-head01 {
 background-color:#f6f7f8;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px;
    text-align: center;
    border: 0;
}
.page-index-spec-corp-table-data {
  border-right: 1px #bababa solid;
    background-color: #fff;
    padding: 15px 10px;
    border-bottom: 1px #bababa solid;
	font-size: 12px;
    text-align: center;
    font-weight: bold;
}
 .ep_font_icon_document:before {
   content: ・;
	}
	
.menu-list {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
}
.menu-list li {
    margin: 0;
    width: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-list-b {
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
}
.menu-list-b li {
    margin: 0;
    width: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
	
.common-document-new02 {
	background-image: url(/wp-content/uploads/2022/05/button_new01.png);
  display: block;
  height: 160px;
  width: 450px;
  position: relative;
  margin: 17px auto;
}
.common-document-new02:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
}
	
.common-buy-new02  {
  background-image: url(/wp-content/uploads/2022/05/button_new02.png);
  display: block;
  height: 160px;
  width: 450px;
  position: relative;
  margin: 17px auto;
}
.common-buy-new02 :after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
}

.common-document-senior01 {
    background-image: url(/wp-content/uploads/2022/03/button_new_senior01.png);
}
.common-document-staff01 {
    background-image: url(/wp-content/uploads/2022/04/button_new_staff01.png);
}

.common-buy-senior01 {
    background-image: url(/wp-content/uploads/2022/03/button_new_senior02.png);
}
.common-buy-staff01 {
    background-image: url(/wp-content/uploads/2022/04/button_new_staff02.png);
}
.case-study-enter {
    background-image: url(/wp-content/uploads/2021/12/pc_button_01.png);
}

.case-study-enter {
    width: 60px;
    height: 200px;
    position: fixed;
    right: 0;
    bottom: 60%;
    z-index: 1000;
}
.case-study-enter .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.case-study-enter-1 {
	 background-image: url(/wp-content/uploads/2021/12/pc_button_01.png);
    width: 60px;
    height: 200px;
    position: fixed;
    right: 0;
    bottom: 60%;
    z-index: 1000;
}
.case-study-enter-1 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter-2 {
    background-image: url(/wp-content/uploads/2022/01/pc_button_logistics01.png);
    width: 67px;
    height: 208px;
    position: fixed;
    right: -6px;
    bottom: 60%;
    z-index: 1000;
}
.case-study-enter-2 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
	
.case-study-enter01 {
    background-image: url(/wp-content/uploads/2021/12/pc_button_02.png);
}

.case-study-enter01 {
    width: 59px;
    height: 232px;
    position: fixed;
    right: 0;
    bottom: 29%;
    z-index: 1000;

}
.case-study-enter01 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.case-study-enter02 {
	 background-image: url(/wp-content/uploads/2022/03/contact_btn.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 90px;

}
.case-study-enter02 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
.case-study-enter04 {
	 background-image: url(/wp-content/uploads/2022/05/button_new03.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 20px auto 0px;
    padding: 0 0;
    position: relative;
	    height: 70px;

}
.case-study-enter04 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter05 {
	 background-image: url(/wp-content/uploads/2022/03/button_new04.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 20px auto 0px;
    padding: 0 0;
    position: relative;
	    height: 70px;

}
.case-study-enter05 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-kajima01 {
	 background-image: url(/wp-content/uploads/2022/03/kajima02.png);
	 max-width: 1000px;
  
    width: 100%;
  margin: 20px auto;
    padding: 0 0;
    position: relative;
	    height: 250px;

}
.case-study-enter02-logistics {
	 background-image: url(/wp-content/uploads/2022/03/contact_btn_logistics01.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 90px;

}
.case-study-enter02-logistics .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter02-logistics02 {
	 background-image: url(/wp-content/uploads/2022/03/contact_btn_logistics02.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 90px;

}
.case-study-enter02-logistics02 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter02-senior01 {
	 background-image: url(/wp-content/uploads/2022/03/contact_btn_senior01.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 90px;

}
.case-study-enter02-senior01 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter02-staff01 {
	 background-image: url(/wp-content/uploads/2022/04/contact_btn_staff01.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 90px;

}
.case-study-enter02-staff01 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter03 {
	background-image: url(/wp-content/uploads/2021/12/pc_button_03.png);
    width: 60px;
    height: 300px;
    position: fixed;
    right: 0;
	bottom:15%;
    z-index: 1000;
}
.case-study-enter03 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter-3{
	background-image: url(/wp-content/uploads/2022/01/pc_button_logistics02.png);
    width: 70px;
    height: 330px;
    position: fixed;
    right: -6px;
	bottom:17%;
    z-index: 1000;
}
.case-study-enter-3 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner01 {
    background-image: url(/wp-content/uploads/2021/09/halfq_cp_bnr_pc01@2x.png);
    width: 100%;
    max-width: 720px;
    padding-top: 10%;
    margin: 0 auto 30px;
    display: block;
}
.page-index-mamo-body {
width: 630px;
  height: 350px;
  margin: 40px auto;
}
	

.case-study-bg01 {
	 background-image: url(/wp-content/uploads/2022/03/shape01.png);
	  width: 100%;
    height: 80px;
    margin: 10px 0 40px;
	padding:15px 0;

}
.case-study-bg01 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-bg02 {
    background-image: url(/wp-content/uploads/2022/03/triangle01.png);
    width: 100%;
    height: 35px;
    margin: 10px 0 40px;
    padding: 15px 0;
}
.case-study-bg03 {
    background-image: url(/wp-content/uploads/2022/03/triangle02.png);
    width: 100%;
    height: 35px;
    margin: 10px 0 40px;
    padding: 15px 0 ;
}
	.case-study-bg04 {
	 background-image: url(/wp-content/uploads/2022/03/shape02.png);
	  width: 100%;
    height: 80px;
    margin: 10px 0 40px;
	padding:15px 0;

}
.case-study-bg04 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	.case-study-bg05 {
    background-image: url(/wp-content/uploads/2022/01/triangle03.png);
    width: 100%;
    height: 35px;
    margin: 10px 0 40px;
    padding: 15px 0 ;
}
.case-study-bg06 {
    background-image: url(/wp-content/uploads/2022/03/triangle04.png);
    width: 100%;
    height: 35px;
    margin: 10px 0 40px;
    padding: 15px 0;
}
	.case-study-bg07 {
	 background-image: url(/wp-content/uploads/2022/03/shape03.png);
	  width: 100%;
    height: 80px;
    margin: 10px 0 40px;
	padding:15px 0;

}
.case-study-bg07 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-bg08 {
    background-image: url(/wp-content/uploads/2022/03/triangle05.png);
    width: 100%;
    height: 35px;
    margin: 10px 0 40px;
    padding: 15px 0;
}
}






/*page-corp-s css*/
@media screen and (max-width: 1079px){
.header-corp {
 position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /* padding: 10px 0; */
  /* height: 60px; */
 
}
  .header-logo-item-corp {
    display:block;
    width: 126px;
    height: 45px;
  }
.mod-title-lv2-corp {
    font-size: 26px;
    line-height: 30px;
  font-weight: bold;
  text-align: center;
    color:#fff;
  }
.mod-title-lv2-corp02 {
    font-size: 18px;
    line-height: 30px;
  font-weight: bold;
  text-align: center;
    color:#222;
  }
.mod-title-lv2-corp03 {
    font-size: 27px;
    line-height: 36px;
  font-weight: bold;
  text-align: center;
    color:#222;

  }
.mod-title-lv2-corp04 {
    font-size: 20px;
    line-height: 30px;
  font-weight: bold;
  text-align: center;
    color:#222;
  }	
.mod-title-lv2-corp05 {
    font-size: 18px;
    line-height: 28px;
  font-weight: bold;
  text-align: left;
    color:#222;
  }	
	
.mod-container-use {
  max-width: 1000px;
  margin: 0 auto;
  
}
	
.page-index-use-corp-item01 {
  width: 50%;
  padding: 50px 5px;
  margin:auto;
}
  .mod-2col01-item-corp {
    width: 50%;
    padding: 10px 20px 10px;
     margin:auto;
  }
  .mod-3col01-item-corp {
    width: 100%;
    padding: 10px 20px 10px;
     margin:0 auto 40px;
	   background-color: rgba(255,255,255,0.9);
  border-radius: 30px;
  }
.page-corp-section-center {
/* padding: 0px 20px 40px;*/
 background-color:  ;
}  
.page-corp-section-center01 {
/* padding: 0px 20px 40px;*/
 background-color: #F6F7F8 ;
}   
	.page-corp-section-center02 {
/* padding: 0px 20px 40px;*/
 background-color: #F6F7F8 ;
}  
.page-corp-title01{
width:100%;
background-color:#0061D1;
padding:20px;
margin-bottom: 0px;
}    
.page-corp-title02{
width:100%;
background-color:#FFCC00;
padding:20px;
margin-bottom: 40px;
} 
.page-corp-title03{
width:100%;
background-color:#0061D1;
padding:20px;
margin-bottom: 40px;
} 
 .page-index-about-corp-item01 {
    width: 100%;
    padding: 0 0;
  }

.page-index-about-corp-item02
{
    width: 100%;
    padding: 30px 0 0;
}
 .page-index-example-corp-item01 {
    width: 100%;
    padding: 30px 0 0;
  }

.page-index-example-corp-item02
{
    width: 100%;
    padding: 30px 0 0;
}
.page-index-function-corp-item{
  width: 100%;
  padding: 0 20px;
}
 .page-index-function-corp-item01 {
    width: 100%;
    padding: 30px 0 0;
  }

.page-index-function-corp-item02
{
    width: 100%;
    padding: 30px 0 0;
}
 .page-index-function-corp-item03 {
    width: 100%;
    padding: 30px 0 0;
  }

 .page-index-system-requirements-corp-item01 {
    width: 100%;
    padding: 30px 0 0;
  }

.page-index-system-requirements-corp-item02
{
    width: 100%;
    padding: 30px 0 0;
}

.mod-container-corp{
    margin: 0 auto;
    max-width: 900px;
}  
.mod-container-corp02{
    margin: 0 auto 60px;
    max-width: 500px;
	 padding:0 1px;
}  

.mod-container-corp-404{
    margin: 0 auto;
    max-width: 900px;
}  
.page-corp-center {
  margin:  0 5px;
}     
	
.page-corp-center02 {
  margin:  0 auto 30px;
}   
.page-corp-display02{
  display:none;
}    
.page-corp-cols-item {
  width: 100%;
      display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
} 
.page-corp-cols-item02 {
	margin:0 auto;
  max-width:500px;
  width: 100%;
      display: block;
    flex-wrap: nowrap;
    align-items: flex-start;
} 	
.page-corp-image {
  width: 100%;
 padding-top:34%;
   
}        
.page-corp-text-box02 {
  margin:0 auto;
	max-width:500px;
}    
.page-corp-text-box03 {
  margin:0 auto;
	max-width:500px;
	padding: 10px 10px 0px;
}    
.mod-text-corp {
    font-size: 16px;
    line-height: 32px;
    font-weight: ;
    text-align: center;
  }
  .mod-text-corp02 {
    font-size: 16px;
    line-height: 32px;
    font-weight: ;
    text-align: left;
  }
 .mod-text-corp03 {
    font-size: 14px;
    line-height: 24px;
    font-weight: ;
    text-align: left;
  }   
	 .mod-text-corp04 {
    font-size: 14px;
    line-height: 24px;
    font-weight: ;
    text-align: left;
		margin:0px  auto ;
		 
  }
.mod-text-corp05 {
    font-size: 14px;
    line-height: 18px;
    font-weight: ;
    text-align: left;
  }   	
.mod-text-corp06 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: 90%;
	padding-bottom:8px
	}
	.mod-text-corp03-center {
font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
	.mod-text-corp01-center {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.page-index-mv-corp {
  background-color: #fff;
  padding: 0 0;
}
.page-index-mv-container-corp {
 /* max-width: 540px;*/
  margin: 0 auto;
}
  
.page-index-mv-box-new01 {
  /*padding-top: 390px;*/
   position: relative;
    padding-top: 40.288820%;
  background-position: center;
  background-repeat: no-repeat;
　background-size:cover;
  position: relative;
}  
.page-index-mv-box-new02 {
  /*padding-top: 390px;*/
   position: relative;
    padding-top: 40.288820%;
  background-position: center;
  background-repeat: no-repeat;
　background-size:cover;
  position: relative;
} 
.page-index-mv-box-about01 {
  /*padding-top: 390px;*/
   position: relative;
    padding-top: 40.288820%;
  background-position: center;
  background-repeat: no-repeat;
　background-size:cover;
  position: relative;
}  
.page-index-mv-box-senior01 {
  /*padding-top: 390px;*/
   position: relative;
    padding-top: 40.288820%;
  background-position: center;
  background-repeat: no-repeat;
　background-size:cover;
  position: relative;
  
} 
.page-index-mv-box-staff01 {
  /*padding-top: 390px;*/
   position: relative;
    padding-top: 40.288820%;
  background-position: center;
  background-repeat: no-repeat;
　background-size:cover;
  position: relative;
  
} 
 .page-index-mv-box-solution {
  /*padding-top: 390px;*/
   position: relative;
    padding-top: 40.288820%;
  background-position: center;
  background-repeat: no-repeat;
　background-size:cover;
  position: relative;
}   
 .page-index-mv-box-logistics {
  /*padding-top: 390px;*/
   position: relative;
    padding-top: 40.288820%;
  background-position: center;
  background-repeat: no-repeat;
　background-size:cover;
  position: relative;
}   
.page-index-about-corp {
  background-position: left center;
  background-repeat: no-repeat;
  background-size:  cover;
  background-color: #fff;
}
.page-index-about-corp-buy {
  width: 335px;
  height: 60px;
  display: block;
  margin: 0 auto 35px;
}
.page-index-about-corp-box {
  padding: 10px 18px 60px;
  text-align: center;
}
.page-index-about-corp-box02 {
  padding: 10px 18px 60px;
  text-align: center;
}
.page-index-about-corp-title {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 2px #000 solid;
  margin: -10px 0 25px;
}
.page-index-about-corp-text {
  text-align: left;
}
.page-index-about-corp-text + .page-index-about-corp-text {
  margin: 23px 0 0;
}

.page-index-about-corp-movie {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  padding-top: 56.268657%;
}
.page-index-about-corp-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-index-about-corp-play {
  display: block;
  width: 59px;
  height: 59px;
  z-index: 1;
  cursor: pointer;
}   
.page-index-example-corp {
  background-position: left center;
  background-repeat: no-repeat;
  background-size:  cover;
  background-color: #fff;
}
.page-index-example-corp-buy {
  width: 335px;
  height: 60px;
  display: block;
  margin: 0 auto 35px;
}
.page-index-example-corp-box {
  padding: 10px 18px 60px;
  text-align: center;
}
.page-index-example-corp-box02 {
  padding: 10px 18px 60px;
  text-align: center;
}
.page-index-example-corp-title {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 2px #000 solid;
  margin: -10px 0 25px;
}
.page-index-example-corp-text {
  text-align: left;
}
.page-index-example-corp-text + .page-index-example-corp-text {
  margin: 23px 0 0;
}
.page-index-example-corp-pic {
  width: 100%;
  height: 363px;
}
.page-index-example-corp-movie {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  padding-top: 56.268657%;
}
.page-index-example-corp-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-index-example-corp-play {
  display: block;
  width: 59px;
  height: 59px;
  z-index: 1;
  cursor: pointer;
}   


.page-index-function-corp {
  background-position: left center;
  background-repeat: no-repeat;
  background-size:  cover;
  background-color: #fff;
}
.page-index-function-corp-buy {
  width: 335px;
  height: 60px;
  display: block;
  margin: 0 auto 35px;
}
.page-index-function-corp-box {
  padding: 10px 18px 60px;
  text-align: center;
}
.page-index-function-corp-box02 {
  padding: 10px 18px 60px;
  text-align: center;
}
.page-index-function-corp-title {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 2px #000 solid;
  margin: -10px 0 25px;
}
.page-index-function-corp-text {
  
}
.page-index-function-corp-text + .page-index-function-corp-text {
  margin: 23px 0 0;
}

.page-index-function-corp-movie {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  padding-top: 56.268657%;
}
.page-index-function-corp-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-index-function-corp-play {
  display: block;
  width: 59px;
  height: 59px;
  z-index: 1;
  cursor: pointer;
} 


.page-index-feature-corp-title {
/*  height: 39px;*/
  background-color: #00bbaa;
  border-radius: 19px;
  color: #fff;
/*  line-height: 19px;*/
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 10px;
}
.page-index-feature-corp-image {
  margin: 15px 7.5px 0;
  width: calc(100% - 15px);
  padding-top: calc(65.625% - 7.5px)
}
.page-index-feature-corp-text {
  margin: 10px 7.5px 0;
  font-size: 14px;
  line-height: 23px;
} 

.page-index-function-corp {
  background-color: #F6F7F8;
  padding:0 0 40px;
}
.page-index-function-corp-title {
  background-color: #ffcc00;
  height: 39px;
  border-radius: 19px;
  line-height: 19px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 0;
}
.page-index-function-corp-image {
  margin: 15px 7.5px 0;
  width: calc(100% - 15px);
}

.page-index-function-corp-list {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: nowrap;
  max-width:540px;
}



.page-index-function-corp-icon {
  width: 50%;
  height: 280px;
  margin: 0 10px;
}
.page-index-function-corp-box {
  margin:0 auto;
}
.page-index-function-corp-subtitle {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.page-index-function-corp-subtitle-sub {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
}
.page-index-function-corp-text {
  letter-spacing: -0.1em;
  font-size: 15px;
  line-height: 24px;
  text-align:left;
}
.page-index-corp-text-left {
  letter-spacing: -0.1em;
  font-size: 15px;
  line-height: 24px;
  text-align:left;
}
.page-index-use-corp-text-absolute {
  position:absolute;
  font-size: 13px;
  letter-spacing: -0.1em;
  line-height: 24px;
 background-color:#555555;
 color:#fff;
 padding:10px;
 margin:0px -10px 0;
}

.page-index-use-corp-text{
   font-size: 16px;
}
.page-index-function-corp-center{
  letter-spacing: -0.1em;
  font-size: 11px;
  line-height: 24px;
  text-align:center;
  margin-top:15px;
  margin-bottom: 30px;
}
.page-index-use-corp-box {
  padding:  0 0;
  width:85%;
  max-width:400px;
  margin:0 auto;
}
.page-index-system-requirements-corp {
  background-position: left center;
  background-repeat: no-repeat;
  background-size:  cover;
  background-color: #fff;
}
.page-index-system-requirements-corp-buy {
  width: 335px;
  height: 60px;
  display: block;
  margin: 0 auto 35px;
}
.page-index-system-requirements-corp-box {
  padding: 10px 18px 60px;
  text-align: center;
}
.page-index-system-requirements-corp-box02 {
  padding: 0px 18px 60px;
  text-align: center;
}
.page-index-system-requirements-corp-title {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 2px #000 solid;
  margin: -10px 0 25px;
}
.page-index-system-requirements-corp-text {
  text-align: left;
}
.page-index-system-requirements-corp-text + .page-index-system-requirements-corp-text {
  margin: 23px 0 0;
}
.page-index-system-requirements-corp-pic {
  width: 100%;
  height: 363px;
}
.page-index-system-requirements-corp-movie {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  padding-top: 56.268657%;
}
.page-index-system-requirements-corp-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-index-system-requirements-corp-play {
  display: block;
  width: 59px;
  height: 59px;
  z-index: 1;
  cursor: pointer;
}  
.page-index-howto-corp {
  background-color: #dae9e8;
}
.page-index-howto-corp-title01 {
  display: inline-block;
  height: 81px;
  line-height: 81px;
  padding: 0 0 0 74px;
  background-position: left;
  background-repeat: no-repeat;
  background-size:  contain;
}
.page-index-howto-corp-box + .page-index-howto-corp-box {
  margin: 50px 0 0;
}
.page-index-howto-corp-title02 {
/*  height: 38px;*/
  background-color: #ff9000;
  border-radius: 19px;
  color: #fff;
/*  line-height: 38px;*/
  padding:10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto 30px;
}
.page-index-howto-corp-text {
  margin: 0 0 30px;
}
.page-index-howto-corp-figre03 + .page-index-howto-corp-figre03 {
  margin: 30px 0 0;
}
.page-index-howto-corp-caption01,.page-index-howto-corp-caption02,.page-index-howto-corp-caption03 {
  height: 45px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
  padding: 0 15px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size:  35px;
  cursor: pointer;
}

.page-index-howto-corp-caption01 {
  background-color: #7eb2ef;
}
.page-index-howto-corp-caption02 {
  background-color: #00bbaa;
}
.page-index-howto-corp-caption02 {
  background-color: #F29F0A;
}
.page-index-howto-corp-caption03 {
  background-color: #38acb6;
}
.page-index-howto-corp-table-35p {
  width: 35%;
}
.page-index-howto-corp-table-65p {
  width: 65%;
}
.page-index-howto-corp-table-25p {
  width: 25%;
}
.page-index-howto-corp-table-20p {
  width: 20%;
}
.page-index-howto-corp-table-sp25p {
  width: 25%;
}
.page-index-howto-corp-table-sp30p {
  width: 30%;
}
	.page-index-spec-table-30p{
		 width: 30%;
}
	.page-index-spec-table-40p{
		 width: 40%;

}
	.page-index-spec-table-33p{
		 width: 33%;

}
.page-index-howto-corp-table-wrap {
  
}
.page-index-howto-corp-table01,.page-index-howto-corp-table02,.page-index-howto-corp-table03 {
  border: 2px #bababa solid;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.page-index-howto-corp-table-subhead {
  font-size: 14px;
  padding: 15px 10px;
  letter-spacing: 0;
  background-color: #fff;
  border-bottom: 1px #bababa solid;
}
.page-index-howto-corp-table-data {
  font-size: 14px;
  padding: 15px 5px;
  text-align: left;
  border-bottom: 1px #bababa solid;
}
.page-index-howto-corp-table01 .page-index-howto-corp-table-data {
  background-color: #e4f1ff;
}
.page-index-howto-corp-table02 .page-index-howto-corp-table-data {
  background-color: #fff;
}
.page-index-howto-corp-table03 .page-index-howto-corp-table-data:nth-child(odd) {
  background-color: #fff;
}
.page-index-howto-corp-table03 .page-index-howto-corp-table-data:nth-child(even) {
  background-color: #f9f9f9;
}
.page-index-howto-corp-table03 .page-index-howto-corp-table-data:nth-child(2) {
  background-color: #ffe5ca;
}
.page-index-howto-corp-table-adjust01 {
  height: 83px;
}
.page-index-howto-corp-table-head {
  background-color: #F8CBAD;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 3px;
  text-align: center;
  letter-spacing: 0;
}
.page-index-howto-corp-table-head01 {
    background-color: #f6f7f8;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 3px;
    text-align: center;
    border: 0;
}


.page-index-howto-corp-table-head:nth-child(even) {
  background-color: #F8CBAD;
}
.page-index-howto-corp-table-head:nth-child(2) {
  background-color: #FFBF00;
}
.page-index-howto-corp-table-head02{
  background-color: #F8CBAD;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 3px;
  text-align: center;
  letter-spacing: 0;
}
.page-index-howto-corp-table-notice-text {
  margin: 5px 0 30px;
}
.page-index-howto-corp-fz-sps * {
  font-size: 12px;
  line-height: 16px;
}
.page-index-howto-corp-fz-s {
  font-size: 11px;
  line-height: 14px;
}
.page-index-howto-corp-fz-xs {
  color: #666;
  font-size: 10px;
  line-height: 12px;
  display: block;
}

.page-index-howto-corp-adjust01 {
  letter-spacing: -0.1em;
}
.page-index-howto-corp-step {
  margin: 30 0 0;
}
.page-index-howto-corp-step-item {
  background-color: #fff;
  border-top: 6px #ffcc00 solid;
  border-left: 1px #ffcc00 solid;
  padding: 15px 25px 30px;
}
.page-index-howto-corp-step-item:nth-child(n+2) {
  margin: 20px 0 0;
}
.page-index-howto-corp-step-title {
  padding: 10px 0 0 35px;
  margin: 0 -15px;
  font-size: 18px;
  line-height: 1;
  height: 28px;
  font-weight: bold;
  letter-spacing: -0.1em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-index-howto-corp-step-text {
  font-size: 12px;
  line-height: 18px;
  margin: 20px 0 0;
}
.page-index-howto-corp-step-dlbox {
  margin: 20px 0 0;
}
.page-index-howto-corp-step-dlbox-item + .page-index-howto-corp-step-dlbox-item {
  margin: 15px 0 0;
}

.page-index-howto-corp-step-image {
  margin: 20px auto 0;
}

.page-index-howto-corp-step-btn {
  display: block;
  width: 335px;
  height: 60px;
  margin: 20px auto 0;
  position: relative;
}
.page-index-howto-corp-step-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
}

.page-index-spec-corp {
  background-color: #f0f0f0;
}
.page-index-spec-corp-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
 
}
.page-index-spec-corp-table-sp35p {
  width: 35%;
}
.page-index-spec-corp-table-sp65p {
  width: 65%;
}
.page-index-spec-corp-table-head {
background-color: #E2EFDA;
    padding: 13px 10px;
    border-bottom: 1px #bababa solid;
    font-size: 13px;
    border-right: 1px #bababa solid;
    text-align: center;
}
.page-index-spec-corp-table-data {
 border-right: 1px #bababa solid;
    background-color: #fff;
    padding: 13px 10px;
    border-bottom: 1px #bababa solid;
    font-size: 12px;
    text-align: center;
}
.menu-list {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
}
.menu-list li {
    margin: 0;
    width: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-list-b {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
}
.menu-list-b li {
    margin: 0;
    width: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.common-document-senior01 {
    background-image: url(/wp-content/uploads/2022/03/button_new_senior01.png);
}
.common-document-staff01 {
    background-image: url(/wp-content/uploads/2022/04/button_new_staff01.png);
}

.common-buy-senior01 {
    background-image: url(/wp-content/uploads/2022/03/button_new_senior02.png);
}
.common-buy-staff01 {
    background-image: url(/wp-content/uploads/2022/04/button_new_staff02.png);
}
.case-study-enter {
    background-image: url(/wp-content/uploads/2021/12/pc_button_01.png);
}
.case-study-enter {
  width: 45px;
    height: 151px;
    position: fixed;
    right: 0;
    bottom: 72%;
    z-index: 1000;
}

.case-study-enter .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.case-study-enter-1 {
	 background-image: url(/wp-content/uploads/2021/12/pc_button_01.png);
  width: 45px;
    height: 151px;
    position: fixed;
    right: 0;
    bottom: 72%;
    z-index: 1000;
}

.case-study-enter-1 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter-2 {
	 background-image: url(/wp-content/uploads/2022/01/pc_button_logistics01.png);
  width: 45px;
    height: 151px;
    position: fixed;
    right: 0;
    bottom: 72%;
    z-index: 1000;
}

.case-study-enter-2 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter01 {
    background-image: url(/wp-content/uploads/2021/12/pc_button_02.png);
}
.case-study-enter01 {
  width: 44px;
    height: 160px;
    position: fixed;
    right: 0;
    bottom: 50%;
    z-index: 1000;
}

.case-study-enter01 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.case-study-enter02 {
	  background-image: url(/wp-content/uploads/2022/03/contact_btn.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 90px;

}

.case-study-enter02 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter04 {
	  background-image: url(/wp-content/uploads/2022/05/button_new03.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 60px;

}

.case-study-enter04 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter05 {
	  background-image: url(/wp-content/uploads/2022/03/button_new04.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 60px;

}

.case-study-enter05 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-kajima01 {
	  background-image: url(/wp-content/uploads/2022/03/kajima02.png);
	 max-width: 1000px;
    width: 100%;
    margin: 20px auto;
    position: relative;
	    height: 250px;

}
.case-study-enter02-logistics {
	  background-image: url(/wp-content/uploads/2022/03/contact_btn_logistics01.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 90px;

}

.case-study-enter02-logistics .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter02-logistics02 {
	  background-image: url(/wp-content/uploads/2022/03/contact_btn_logistics02.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 90px;

}

.case-study-enter02-logistics02 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter02-senior01 {
	  background-image: url(/wp-content/uploads/2022/03/contact_btn_senior01.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 90px;

}

.case-study-enter02-senior01 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter02-staff01 {
	  background-image: url(/wp-content/uploads/2022/04/contact_btn_staff01.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 90px;

}

.case-study-enter02-staff01 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-enter03 {
	 background-image: url(/wp-content/uploads/2021/12/pc_button_03.png);
  width: 43px;
    height: 230px;
    position: fixed;
    right: 0;
    bottom: 35%;
    z-index: 1000;
}

.case-study-enter03 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	.case-study-enter-3 {
	 background-image: url(/wp-content/uploads/2022/01/pc_button_logistics02.png);
  width: 43px;
    height: 230px;
    position: fixed;
    right: 0;
    bottom: 37%;
    z-index: 1000;
}

.case-study-enter-3 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner01 {
    background-image: url(/wp-content/uploads/2021/09/halfq_cp_bnr_pc01@2x.png);
    width: 95%;
    max-width: 650px;
    padding-top: 14%;
	 padding:14% 10px 0;
    margin: 0 auto 30px;
    display: block;
}
.page-index-mamo-body {
max-width: 100%;
  height: 200px;
  margin: 0px auto 20px;
}

.case-study-bg01 {
	 	 background-image: url(/wp-content/uploads/2022/03/shape01.png);
	  width: 100%;
    height: 80px;
    margin: 10px 0 20px;
	padding:15px 0;

}

.case-study-bg01 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.case-study-bg02 {
    background-image: url(/wp-content/uploads/2022/01/triangle01.png);
    width: 100%;
    height: 25px;
    margin: 10px 0 40px;
    padding: 15px 0;
}
.case-study-bg03 {
    background-image: url(/wp-content/uploads/2022/03/triangle02.png);
    width: 100%;
    height: 25px;
    margin: 10px 0 40px;
    padding: 15px 0;
}
		.case-study-bg04 {
	 	 background-image: url(/wp-content/uploads/2022/03/shape02.png);
	  width: 100%;
    height: 80px;
    margin: 10px 0 20px;
	padding:15px 0;

}

.case-study-bg04 .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.case-study-bg05 {
    background-image: url(/wp-content/uploads/2022/01/triangle03.png);
    width: 100%;
    height: 25px;
    margin: 10px 0 40px;
    padding: 15px 0;
}
.case-study-bg06 {
    background-image: url(/wp-content/uploads/2022/03/triangle04.png);
    width: 100%;
    height: 25px;
    margin: 10px 0 40px;
    padding: 15px 0;
}
.case-study-bg08 {
    background-image: url(/wp-content/uploads/2022/03/triangle05.png);
    width: 100%;
    height: 25px;
    margin: 10px 0 40px;
    padding: 15px 0;
}
 .common-document-new02 {
    background-image: url(/wp-content/uploads/2022/05/button_new01.png);
    height: 120px;
    width: 350px;
    margin: 7px auto;
	 display: block;
  }
 .common-document-new02:hover:after {
    opacity: 1;
  }
 .common-buy-new02 {
    background-image: url(/wp-content/uploads/2022/05/button_new02.png);
    height: 120px;
    width: 350px;
    margin: 7px auto;
	 display: block;
  }
 .common-buy-new02:hover:after {
    opacity: 1;
  }
}

@media screen and (max-width: 768px){
	.case-study-enter {
    background-image: url(/wp-content/uploads/2022/01/sp_button_01.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 53px;
		float:left;
}
		.case-study-enter-1 {
    background-image: url(/wp-content/uploads/2022/01/sp_button_01.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 53px;
		float:left;
}
		.case-study-enter-2 {
    background-image: url(/wp-content/uploads/2022/01/sp_button_logistics01.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 53px;
		float:left;
}
		.case-study-enter01 {
    background-image: url(/wp-content/uploads/2021/12/sp_button_02.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 53px;
}
		.case-study-enter02 {
    background-image: url(/wp-content/uploads/2022/03/contact_btn.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 90px;
}
	.case-study-enter02-logistics02 {
    background-image: url(/wp-content/uploads/2022/03/contact_btn_logistics02.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 90px;
}
	.case-study-enter02-senior01 {
    background-image: url(/wp-content/uploads/2022/03/contact_btn_senior01.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 90px;
}
		.case-study-enter03 {
    background-image: url(/wp-content/uploads/2022/01/sp_button_03.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 53px;
}
	.case-study-enter-3 {
    background-image: url(/wp-content/uploads/2022/01/sp_button_logistics02.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 53px;
}
	.common-document-new02 {
    height: 100px;
    width: 200px;
    margin: 7px auto;
}
	.common-buy-new02 {
    height: 100px;
    width: 200px;
    margin: 7px auto;
}
	}

@media screen and (max-width: 420px){


	.page-index-function-corp-icon{
  width: 100%;
  height: 360px;
  margin: 20px 0px;

	}
	
.page-index-function-corp-list {
  margin: 0px 7.5px 0;
  display: block;
  flex-wrap: nowrap;
}

.page-index-mv-box-new01{
  /*padding-top: 390px;*/
   position: relative;
    padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
　background-size:cover;
  position: relative;
}
    .page-index-mv-box-new02{
  /*padding-top: 390px;*/
   position: relative;
    padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
　background-size:cover;
  position: relative;
}
.page-index-mv-box-about01{
  /*padding-top: 390px;*/
   position: relative;
    padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
　background-size:cover;
  position: relative;
}
	.page-index-mv-box-senior01{
  /*padding-top: 390px;*/
   position: relative;
    padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
　background-size:cover;
  position: relative;
}
	.page-index-mv-box-staff01{
  /*padding-top: 390px;*/
   position: relative;
    padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
　background-size:cover;
  position: relative;
}
.page-index-mv-box-solution{
  /*padding-top: 390px;*/
   position: relative;
    padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
　background-size:cover;
  position: relative;
}
	.page-index-mv-box-logistics{
  /*padding-top: 390px;*/
   position: relative;
    padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
　background-size:cover;
  position: relative;
}
.page-corp-cols-item02 {
	margin:0 auto;
  max-width:500px;
  width: 100%;

}
	 .common-buy-senior01 {
    height: 120px;
    width: 320px;
    margin: 7px auto;
  }
 .common-buy-staff01 {
    height: 120px;
    width: 320px;
    margin: 7px auto;
  }
 
  .common-document-senior01 {
    height: 120px;
    width: 320px;
    margin: 7px auto;
  }
	  .common-document-staff01 {
    height: 120px;
    width: 320px;
    margin: 7px auto;
  }
.case-study-enter {
    background-image: url(/wp-content/uploads/2022/01/sp_button_01.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 45px;
	float:left;
}
.case-study-enter-1 {
    background-image: url(/wp-content/uploads/2022/01/sp_button_01.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 45px;
	float:left;
}
.case-study-enter-2 {
    background-image: url(/wp-content/uploads/2022/01/sp_button_logistics01.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 45px;
	float:left;
}	
	.case-study-enter01 {
    background-image: url(/wp-content/uploads/2021/12/sp_button_02.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 45px;
}
.case-study-enter03 {
    background-image: url(/wp-content/uploads/2022/01/sp_button_03.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 45px;
}
.case-study-enter-3 {
    background-image: url(/wp-content/uploads/2022/01/sp_button_logistics02.png);
	 max-width: 1000px;
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
	    height: 45px;
}
.page-index-cloud-pic04 {
    width: 100%;
    height: 140px;
    margin: 0 0 10px;
}
.page-index-cloud-pic05 {
    width: 100%;
    height: 140px;
    margin: 0 0 10px;
}
.page-index-senior-pic07 {
    width: 100%;
    height: 140px;
    margin: 0 0 10px;
}
.page-index-staff-pic11 {
    width: 100%;
    height: 140px;
    margin: 0 0 10px;
}
.menu-list-b  {
	display:block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5px 0 0;
    position: relative;
}
.menu-list-b li {
    margin: 0;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
	.common-document-new02 {
    height: 120px;
    width: 320px;
    margin: 7px auto;
}
	.common-buy-new02 {
    height: 120px;
    width: 320px;
    margin: 7px auto;
}
}
 




/*page-agreement-p css*/

@media screen and (min-width:1080px) {
.page-agreement-section {
  padding: 0 0 60px;
}
.page-agreement-heading {
  background-color: #ffcc00;
  padding: 30px 0;
}
.page-agreement-header-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
.page-agreement-main-text{ 
  font-size: 18px;
  line-height: 24px;
  max-width: 1000px;
  margin: 50px auto;
  text-align: left;
  font-weight: normal;
}
.page-agreement-text{
  font-size: 18px;
  line-height: 24px;
  max-width: 1000px;
  margin: 20px auto;
  text-align: left;
  font-weight: bold;
}

.page-agreement-sub-text{
  font-size: 18px;
  line-height: 24px;
  max-width: 1000px;
  text-align: left;
  font-weight: normal;
}

.page-agreement-box{
      float: right;
     text-align: right;
}


.page-agreement-box .page-agreement-sub-right{
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-align: right;
  margin: 20px auto;
}

.page-agreement-container {
  margin: 30px auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.page-agreement-item {
  border-top: 6px #ffcc00 solid;
  border-left: 1px #ffcc00 solid;
  background-color: #fff9e0;
  padding: 20px 20px 30px;
}
.page-agreement-item01 {
  width: calc(50% - 30px);
  margin: 0 20px 0 10px;
}
.page-agreement-item02 {
  width: calc(50% - 30px);
  margin: 0 10px 0 20px;
}
.page-agreement-item03,
.page-agreement-item04 {
  width: calc(100% - 20px);
  margin: 40px 10px 0;
}
.page-agreement-item05,
.page-agreement-item06,
.page-agreement-item07 {
  width: calc(33.333333% - 20px);
  margin: 40px 10px 0;
}
.page-agreement-title {
  background-position: left center;
  font-size: 22px;
  line-height: 44px;
  font-weight: bold;
  margin: 0 0 20px;
}
.page-agreement-inner {
  padding: 0 20px;
}

.page-agreement-image + .page-agreement-text {
  margin: 15px 0 0;
}
.page-agreement-linktext {
  text-decoration: underline;
}
.page-agreement-list {
  margin: 15px 0 0;
  padding: 0 0 0 20px;
  position: relative;
}
.page-agreement-list-mark {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff9000;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.page-agreement-list-text {
  font-size: 14px;
  line-height: 20px;
}
.page-agreement-app {
  margin: 40px 0 0;
}
.page-agreement-app-item + .page-agreement-app-item {
  margin: 20px 0 0;
}
.page-agreement-app-image {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 82px;
}
.page-agreement-item03-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: -20px 0 0;
}
.page-agreement-item03-box-item {
  width: 25%;
  padding: 0 20px;
}
.page-agreement-item04-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  margin: -20px 0 0;
}
.page-agreement-item04-box-item {
  width: 200px;
  margin: 0 35px;
}
.page-agreement-image {
  display: block;
  width: 200px;
  height: 355px;
  margin: 20px auto 0;
}
.page-agreement-image01 {
  width: 231px;
  height: 212px;
}
.page-agreement-image07 {
  width: 256px;
  height: 272px;
}
    
}




/*page-agreement-s css*/

@media screen and (max-width:1079px) {
.page-agreement-section {
  padding: 0 0 75px;
}
.page-agreement-heading {
  background-color: #ffcc00;
  padding: 15px 10px;
}
.page-agreement-header-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
}
.page-agreement-main-text{
    font-size: 18px;
    padding: 30px 0;
    font-weight: normal;
    max-width: 768px;
    margin: 0 auto;
}

.page-agreement-main{
    padding-top: 20px;

}


.page-agreement-text{
    font-size: 18px;
    line-height: 24px;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.page-agreement-sub-text{
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  max-width: 768px;
  margin: 0 auto;
}

.page-agreement-box .page-agreement-sub-right{
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-align: right;
  margin: 20px auto;
  
}

.page-agreement-container {
    padding: 0 40px;
    flex-wrap: wrap;
}
.page-agreement-box{
	margin-top:40px;
	
	
}

.page-agreement-item {
  border-top: 6px #ffcc00 solid;
  border-left: 1px #ffcc00 solid;
  background-color: #fff9e0;
  padding: 10px 10px 30px;
}
.page-agreement-item + .page-agreement-item {
  margin: 30px 0 0;
}

.page-agreement-inner {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.page-agreement-inner .page-agreement-text {
  order: 1;
  width: 100%;
}
.page-agreement-inner .page-agreement-app,
.page-agreement-inner .page-agreement-image {
  order: 2;
}
.page-agreement-text {
    font-weight: bold;
    font-size: 18px;
}
.page-agreement-linktext {
  text-decoration: underline;
}
.page-agreement-list {
  padding: 0 0 0 20px;
  position: relative;
}
.page-agreement-list-mark {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff9000;
  font-weight: bold;
  font-size: 14px;
  line-height: 23px;
}
.page-agreement-list-text {
  font-size: 14px;
  line-height: 23px;
}
.page-agreement-app {
  margin: 20px 0 0;
  width: 100%;
}
.page-agreement-app-item {
  width: 100%;
}
.page-agreement-app-item + .page-agreement-app-item {
  margin: 15px 0 0;
}
.page-agreement-app-image {
  display: block;
  margin: 0 auto;
  width: 205px;
  padding-top: 60px;
}
.page-agreement-item03-box {
  padding: 0 10px;
}
.page-agreement-item03-box-item {
  display: flex;
  flex-wrap: wrap;
}
.page-agreement-item03-box-item .page-agreement-list {
  order: 1;
  width: 100%;
}
.page-agreement-item03-box-item .page-agreement-image {
  order: 2;
}
.page-agreement-item03-box-item + .page-agreement-item03-box-item {
  margin: 40px 0 0;
}
.page-agreement-item04-box {
  padding: 0 10px;
}
.page-agreement-item04-box-item {
  display: flex;
  flex-wrap: wrap;
}
.page-agreement-item04-box-item .page-agreement-list {
  order: 1;
  width: 100%;
}
.page-agreement-item04-box-item .page-agreement-image {
  order: 2;
}
.page-agreement-item04-box-item + .page-agreement-item04-box-item {
  margin: 40px 0 0;
}
.page-agreement-image {
  display: block;
  width: 76.271186%;
  padding-top: 135.593220%;
  margin: 20px auto 0;
}
.page-agreement-image01 {
  width: 62.711864%;
  padding-top: 57.627119%
}
.page-agreement-image03-04 {
  margin: -10px auto 0;
}
.page-agreement-image04-03 {
  margin: -10px auto 0;
}
.page-agreement-image07 {
  width: 54.237288%;
  padding-top: 57.627119%
}
}

.rpwwt-widget ul { list-style: outside none none; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
.rpwwt-widget ul li { overflow: hidden; margin: 0 0 1.5em; }
.rpwwt-widget ul li:last-child { margin: 0; }
.rpwwt-widget ul li img { display: inline; float: left; margin: .3em .75em .75em 0; }
#rpwwt-recent-posts-widget-with-thumbnails-2 img { width: 75px; height: 75px; }


/* ADD_20231018 */

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 100%;
}

.header__inner .header__menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.header__inner .header__menu ul li a {
  font-size: 18px;
  font-weight: bold;
}

.header__inner .header__btn {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__inner .header__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 160px;
  border: 3px solid #0061D1;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
}

.header__inner .header__btn a.nav-label {
  position: relative;
  background-image: none;
  top: initial;
  right: initial;
  width: 160px;
  height: initial;
}

.header-corp.--blue {
  background-color: #0061D1;
}

.header-corp.--blue .header-logo-item-corp {
  background-image: url("/wp-content/uploads/2023/11/logo_white.png");
}

.header-corp.--blue .header__inner .header__menu ul li a {
  color: #fff;
}

.header-corp.--blue .header__inner .header__btn a {
  color: #fff;
  border-color: #fff;
}

@media screen and (max-width: 1079px) {
  .header__inner .header__btn a.nav-label {
    display: none;
  }
}

.header__inner .header__btn a.mod-bg01::before,
.header__inner .header__btn a.mod-bg01::after,
.header__inner .header__btn a.nav-label::before,
.header__inner .header__btn a.nav-label::after {
  display: none;
}

.g-mv {
  padding: 60px 20px;
  background: url("../img/fv_bg.png") center center;
  background-size: cover;
}

.g-mv .g-mv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.g-mv .g-mv__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.g-mv .g-mv__text .mv__lead {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  text-align: center;
}

.g-mv .g-mv__text .mv__lead span {
  /* font-size: 1.4em; */
  color: #ffde00;
}

.g-mv .g-mv__text .mv__logo {
  width: 100%;
  max-width: 20rem;
  margin-bottom: 2.4rem;
}

.g-mv .g-mv__text .mv__copy {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.g-mv .g-mv__text .mv__crown {
  width: 40%;
}

.g-mv .g-mv__text .mv__list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.4rem;
}

.g-mv .g-mv__text .mv__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33%;
}

.g-mv .g-mv__text .mv__list-item .mv__list-item__text {
  font-size: 16px;
  font-weight: bold;
  background-image: url("../img/fv_text_bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.g-mv .g-mv__text .mv__btn-area {
  width: 90%;
  /* padding: 20px; */
  /* background-color: #fff; */
  /* border-radius: 15px; */
  /* box-shadow: 0 0 50px rgba(0,0,0,.35); */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.g-mv .g-mv__text .mv__btn-area .mv__btn-area__item {
  width: 50%;
  max-width: 20rem;
  text-align: center;
}

.g-mv .g-mv__text .mv__btn-area .mv__btn-area__item p {
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.g-mv .g-mv__text .mv__btn-area .mv__btn-area__item p::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%) rotate(-30deg);
}

.g-mv .g-mv__text .mv__btn-area .mv__btn-area__item p::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%) rotate(30deg);
}

.g-mv .g-mv__text .mv__btn-area .mv__btn-area__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  border-radius: 60px;
}

/* .g-mv .g-mv__text .mv__btn-area .mv__btn-area__item a::after {
  content: ">";
  margin-left: 15px;
} */

.g-mv .g-mv__text .mv__btn-area .mv__btn-area__item.btn-trial a {
  background-color: #ffde00;
}

.g-mv .g-mv__text .mv__btn-area .mv__btn-area__item.btn-download a {
  color: #fff;
  border: 2px solid #fff;
}

/* cp */

.g-mv .g-mv__img .mv__head {
  margin-left: 26px;
  margin-bottom: 40px;
  position: relative;
  padding: 10px 20px;
  border: 2px solid #000000;
  border-radius: 1000px;
  background-color: #ffffff;
}

.g-mv .g-mv__img .mv__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

.g-mv .g-mv__img .mv__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.g-mv .g-mv__img .mv__lead {
  /* color: #2900B4; */
  color: #000;
  text-align: center;
  line-height: 1.4;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* .g-mv .g-mv__img .mv__lead::before {
  content: "";
  width: 4px;
  height: 60px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%) rotate(-20deg);
}

.g-mv .g-mv__img .mv__lead::after {
  content: "";
  width: 4px;
  height: 60px;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%) rotate(20deg);
} */

.g-mv .g-mv__img .mv__lead .mv__lead__sm {
  font-size: .5em;
}

.g-mv .g-mv__img .mv__lead .mv__lead__ul {
  font-size: 24px;
  background: linear-gradient(transparent 50%, #FFE601 50%);
}

.g-mv .g-mv__img .mv__notice {
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-top: 6px;
}

/* cp */

.g-mv .g-mv__img {
  width: 45%;
}

.page-corp-text-box02 p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
}


/* section */
.section__ttl {
  margin: 80px 0 60px;
}

.section__ttl h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.section__ttl--white h2 {
  color: #fff;
}

.section__ttl--white p.section__ttl-copy {
  color: #fff;
}

.section__ttl p.section__ttl-copy {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

.section__ttl h2 span.ttl-highlight {
  color: #0061D1;
}

p.section__ttl-copy.--mt {
  margin-top: 40px;
}

.mobile__ttl {
  display: none;
}

.mobile__ttl h2 {
  color: #0061D1;
  margin: 80px 0 0;
}

.readmore-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.readmore-btn a {
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 18px;
  border: 4px solid #0061D1;
  border-radius: 80px;
  font-size: 28px;
  font-weight: bold;
  color: #0061D1;
}

.main-width {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.section__inner {
  padding: 0 15px;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .header__inner {
    height: 60px;
  }

  .header__inner .header__menu {
    display: none;
  }

  .header__inner .header__menu ul li a {
    font-size: 16px;
  }

  .header__inner .header__btn {
    margin-right: 50px;
  }

  .header__inner .header__btn a {
    padding: 4px 0;
  }

  .g-mv .g-mv__text .mv__lead {
    font-size: 22px;
  }

  .g-mv .g-mv__text .mv__list {
    margin-bottom: 8rem;
  }

  .g-mv .g-mv__text .mv__btn-area .mv__btn-area__item {
    width: 100%;
    max-width: 30rem;
  }

  .g-mv .g-mv__text .mv__btn-area .mv__btn-area__item a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }

  .g-mv .g-mv__text .mv__lead {
    font-size: 2rem;
  }

  .g-mv .g-mv__text .mv__copy {
    font-size: 1.4rem;
  }

  .section__ttl {
    margin: 3.2rem 0 2rem;
  }

  .section__ttl h2 {
    font-size: 1.8rem;
  }

  .mobile__ttl h2 {
    font-size: 24px;
  }

  .section__ttl p.section__ttl-copy {
    font-size: 1rem;
  }

  .section__inner h3 {
    font-size: 20px;
  }

  .header__inner {
    justify-content: center;
  }

  .header__inner .header__menu {
    display: none;
  }

  .header__inner .header__btn {
    display: none;
  }

  .g-mv .g-mv__inner {
    /* display: block; */
    flex-direction: column;
  }

  .g-mv .g-mv__text {
    width: 100%;
  }

  .g-mv .g-mv__img {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
  }

  .g-mv .g-mv__text .mv__btn-area {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .g-mv .g-mv__text .mv__list {
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .g-mv .g-mv__text .mv__list-item {
    width: 100%;
  }

  .g-mv .g-mv__text .mv__btn-area .mv__btn-area__item {
    padding: 5px;
  }

  .g-mv .g-mv__text .mv__list-item .mv__list-item__text {
    font-size: 1.2rem;
    background-size: 20rem 3rem;
    padding: 1rem;
  }

  .g-mv .g-mv__text .mv__btn-area .mv__btn-area__item a {
    font-size: 1.4rem;
  }
}
/* section */

/* section effect */

.effect__box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}


.effect__box .effect__item {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 18px;
}

.effect__box .effect__item span {
  position: absolute;
  top: -10px;
  left: 10px;
  color: #0061D1;
  font-size: 42px;
  font-weight: bold;
}

.effect__box .effect__item .effect__item__head {
  width: 90%;
  color: #0061D1;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.effect__box .effect__item .effect__item__body {
  margin-top: 15px;
  font-weight: bold;
}

@media screen and (max-width: 1079px) {
  .effect__box {
    display: block;
  }

  .effect__box .effect__item {
    width: 100%;
    margin-top: 40px;
  }

  .effect__box .effect__item .effect__item__head {
    font-size: 22px;
  }

  .effect__box .effect__item .effect__item__body {
    font-size: 16px;
  }
}

/* section effect */

/* section function */
/* .function__box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}

.function__box .function__item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  background-color: #fff;
  border: 2px solid #747474;
  border-radius: 20px;
  overflow: hidden;
}

.function__box .function__item .function__item__head {
  width: 100%;
  background-color: #747474;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.function__box .function__item .function__item__body {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 10px;
}

.function__box .function__item .function__item__img {
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 1079px) {
  .function__box .function__item {
    width: 40%;
  }
}

@media screen and (max-width: 420px) {
  .function__box .function__item {
    width: 100%;
  }
} */
/* section function */

/* section cta */
/* .cta__inner {
  width: 90%;
  margin: 0 auto;
  background-color: #0061D1;
  text-align: center;
  border-radius: 20px;
  padding: 40px;
  margin-top: 80px;
}
.cta__ttl h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.cta__btn {
  margin-top: 40px;
}

.cta__btn a {
  font-size: 24px;
  font-weight: bold;
  padding: 15px 80px;
  color: #fff;
  background-color: #FF8520;
  border: 1px solid #fff;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .cta__ttl h2 {
    font-size: 20px;
  }

  .cta__btn {
    margin-top: 20px;
  }

  .cta__btn a {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    padding: 15px 0;
    margin: 0 auto;
  }

  .cta__inner {
    padding: 20px;
  }
} */
/* section cta */

/* section feature */
.feature__head__box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.feature__head__box .feature__head__item {
  width: 20%;
}

.feature__head__box .feature__head__item .feature__head__num {
  width: 20%;
  text-align: center;
  color: #0061D1;
  font-size: 14px;
}

.feature__head__box .feature__head__item .feature__head__num span {
  font-weight: bold;
  font-size: 28px;
}

.feature__head__box .feature__head__item .feature__head__body {
  background-color: #F0F0F0;
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  gap: 10px;
  padding: 20px 10px;
}

.feature__head__box .feature__head__item .feature__head__body img {
  width: 100%;
  max-width: 84px;
}

.feature__head__box .feature__head__item .feature__head__body p {
  font-weight: bold;
}

.feature__box {
  margin-top: 120px;
}

.feature__box .feature__item {
  width :100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
}

.feature__box .feature__item.rev {
  flex-direction: row-reverse;
}

.feature__box .feature__item .feature__img {
  width: 45%;
}

.feature__box .feature__item .feature__text__wrapper {
  width: 55%;
  display: flex;
  gap: 15px;
}

.feature__box .feature__item .feature__text__wrapper .feature__num {

}

.feature__box .feature__item .feature__text__wrapper .feature__num p {
  /* width: 100%; */
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #0061D1;
}

.feature__box .feature__item .feature__text__wrapper .feature__num img {
  width: 60px;
  margin-top: 20px;
}

.feature__box .feature__item .feature__text__wrapper .feature__text {
  width: 100%;
}

.feature__box .feature__item .feature__text__wrapper .feature__text h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

.feature__box .feature__item .feature__text__wrapper .feature__text p {
  margin-top: 10px;
}

@media screen and (max-width: 1079px) {
  .feature__head__box {
    flex-wrap: wrap;
  }
  
  .feature__head__box .feature__head__item {
    width: 45%;
  }

  .feature__box .feature__item {
    display: block;
  }

  .feature__box .feature__item .feature__img {
    width: 100%;
  }

  .feature__box .feature__item .feature__text__wrapper {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .feature__box .feature__item .feature__text__wrapper .feature__num {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
  }

  .feature__box .feature__item .feature__text__wrapper .feature__num p {
    margin-right: 10px;
    font-size: 36px;
  }

  .feature__box .feature__item .feature__text__wrapper .feature__num img {
    width: 45px;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .feature__box .feature__item {
    margin-top: 80px;
  }

  .feature__box .feature__item .feature__text__wrapper .feature__text h3 {
    font-size: 20px;
  }

  .feature__head__box .feature__head__item .feature__head__body p {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  .feature__head__box .feature__head__item {
    width: 100%;
  }

  .mobile__ttl {
    display: block;
  }

  .feature__head__box {
    display: none;
  }

  .feature__box {
    margin-top: 40px;
  }

  .feature__box .feature__item {
    margin-top: 40px;
  }
}
/* section feature */

/* section youtube */
.youtube {
  margin-top: 80px;
}

.youtube__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.item-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.item-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* section youtube */

/* section case */
.case .section__inner {
  margin-bottom: 40px;
}

.case__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 45px;
}

.case__item a {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 20px;
  background-color: #EEF6FF;
}

.case__item.rev a {
  flex-direction: row-reverse;
}

.case__item .case__img {
  width: 40%;
  /* height: 100%;
  width: auto; */
}

.case__item .case__img img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.case__item .case__text {
  /* width: 65%; */
  width: 60%;
  padding: 40px;
  border-radius: 0 20px 20px 0;
}

.case__item.rev .case__text {
  border-radius: 20px 0 0 20px;
}

.case__item .case__text h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.case__item .case__text h4 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 6px 16px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.case__item .case__text h4.case__assignment {
  background-color: #D10058;
}

.case__item .case__text h4.case__effect {
  background-color: #0061D1;
  margin-top: 20px;
}

.case__item .case__text p {
  font-size: 18px;
}

@media screen and (max-width: 1079px) {
  .case__item {
    padding: 10px;
  }

  .case__item .case__text h3 {
    font-size: 22px;
  }

  .case__item .case__text h4 {
    font-size: 18px;
  }

  .case__item .case__text p {
    font-size: 16px;
  }

  .case__item .case__img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .case__item a {
    width: 100%;
    flex-direction: column;
    /* display: block; */
    padding: 20px 10px!important;
    align-items: center;
  }

  .case__item.rev a {
    flex-direction: column;
  }

  .case__item .case__img {
    display: block;
    width: 100%;
    max-width: 300px;
  }

  .case__item .case__img img {
    margin: 0 auto;
    text-align: center;
  }

  .case__item .case__text {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
  }

  .case__item .case__text h3 {
    font-size: 20px;
  }
}
/* section case */

/* section intro */
.intro__inner {
  margin-top: 80px;
}
/* section intro */

/* fixed-footer */
#fixed-footer {
  width: 100%;
  background-color: #0061D1;
  position: fixed;
  bottom: 0;
  z-index: 999;
  box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.16);
  opacity: 1;
  transition: .3s;
}

.fixed-footer__inner {
  padding: 20px;
  position: relative;
}

.fixed-footer__inner img {
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
}

.fixed-footer__box {
  display: flex;
  justify-content: space-around;
}

.fixed-footer__btn-area__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.fixed-footer__btn-area__item p {
  color: #fff;
}

.fixed-footer__btn-area__item a {
  color: #0061D1;
  background-color: #fff;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 30px;
}

.f-hide {
  opacity: 0!important;
}

@media (max-width: 768px) {
  .fixed-footer__btn-area__item {
    flex-direction: column;
    gap: 5px;
  }
}
/* fixed-footer */

/* sc_trial */
.trial__box {
  width: 80%;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.trial__item {
  display: flex;
  align-items: center;
}

.trial__item__ttl {
  width: 300px;
  height: 60px;
  background-color:#0061D1;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
}

.trial__item__ttl a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trial__item__body {
  width: calc(100% - 300px);
  font-size: 20px;
}

@media screen and (max-width:1080px) {
  .trial__box {
    width: 100%;
    padding: 0 10px;
  }

  .trial__item {
    flex-direction: column;
  }

  .trial__item__ttl {
    width: 100%;
    height: 50px;
    font-size: 18px;
    margin-right: 0;
  }

  .trial__item__body {
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
  }
}
/* sc_trial */

/* etc */
.product {
  margin-top: 80px;
}

.howto {
  padding-bottom: 80px;
}
/* etc */

.custom_mokuji {
	width: 90%;
	margin: 0 auto;
	position: relative;
	background-color: #fafafa;
	padding: 30px 30px 10px;
}

.custom_mokuji::before {
	content: "[ 目次 ]";
	position: absolute;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
}

.custom_mokuji li {
	margin: 10px;
	list-style: decimal;
}

.custom_mokuji li a {
	text-decoration: none;
	color: #000;
}

.custom_htag {
	font-size: 24px;
	color: #fff;
	background-color: #04384c;
	padding: 0.75em 0.2em;
	position: relative;
	margin-bottom: 1em;
}

.custom_htag::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: calc(100% + 4px);
	border-bottom: 2px solid #04384c;
}

/* ADD_20231018 */

/* ADD slick */
.slider-wrap {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.slick-slide {
  height: auto;
}

.slider {
  text-align: center;
}

.slider-nav {
  width: 80%;
  margin: 30px auto 0 auto;
}

.slider-nav .slick-list img {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
}

.prev-arrow {
  position: absolute;
  top: 50px;
  left: -40px;
  width: 30px;
  height: 30px;
}

.prev-arrow:hover {
cursor: pointer;
}

.next-arrow {
  position: absolute;
  top: 50px;
  left: unset;
  right: -40px;
  width: 30px;
  height: 30px;
}

.next-arrow:hover {
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .next-arrow {
    right: -20px;
    width: 15px;
    height: 15px;
  }
  .prev-arrow {
    left: -20px;
    width: 15px;
    height: 15px;
  }
  .next-arrow,
  .prev-arrow  {
    top: 30%;
  }
}

@media screen and (max-width:640px) {
  .slider-nav {
    width: 90%;
    margin: 20px auto 0 auto;
  }
}

/* ADD slick */


/* renew */

@media screen and (max-width:1080px) {
  .top-page {
    font-size: calc(10vw / 12.8);
  }
}

@media screen and (max-width:768px) {
  .top-page {
    font-size: calc(10vw / 3.125);
  }
}
/* section achievement */
.achievement__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.achievement__item {
  position: relative;
}

.achievement__item-bg img {
  width: 100%;
}

.achievement__item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 2rem 3.4rem;
}

.achievement__item-text__text {
  font-size: 1.6rem;
}

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

.achievement__item-text__num {
  font-size: 3.2rem;
  color: #5e18eb;
}


.achievement__box {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.achievement__client {
  position: relative;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.achievement__client-head {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.achievement__client-bg {
  width: 100%;
  margin: 0 auto;
}

.achievement__client-list {
  width: 100%;
  padding: 0 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.achievement__client-item {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.achievement__client-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



@media screen and (max-width: 1080px) {
  .achievement__box {
    gap: 2.4rem;
    margin-bottom: 6rem;
  }

  .achievement__item-text {
    gap: 0;
  }

  .achievement__item-text__text {
    font-size: 2.4rem;
  }

  .achievement__item-text__num {
    font-size: 5rem;
  }

  .achievement__client-head {
    margin-top: 10rem;
    width: 60rem;
    top: -20rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .achievement__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.8rem;
  }

  .achievement__item-bg img {
    max-width: 24rem;
    margin: 0 auto;
  }

  .achievement__item-text {
    max-width: 22rem;
    padding: 1rem 2rem;
  }

  .achievement__item-text__text {
    font-size: 1.4rem;
  }

  .achievement__item-text__num {
    font-size: 3.2rem;
  }

  .achievement__client-bg {
    /* width: 100%; */
    display: none;
  }

  .achievement__client-bg img {
    height: 100%;
  }

  .achievement__client-list {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 2rem;
    padding: 0 2.4rem;
    margin-top: 2rem;
  }

  .achievement__client-head {
    margin-top: 10rem;
    width: 20rem;
    top: -13.5rem;
  }
}
/* section achievement */

/* section movie */
.movie {
  margin-top: 80px;
}

.movie .section__ttl {
  background-image: url(../img/movie-waku.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 3.6rem 0;
  text-align: center;
}

.movie__box {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.movie__copy {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 10px;
}

@media screen and (max-width: 1080px) {
  .movie .section__ttl {
    padding: 6.4rem 0;
  }
}

@media screen and (max-width: 768px) {
  .movie__copy {
    font-size: 1rem;
  }
}

/* section movie */

/* section cta */
.cta {
  margin-top: 80px;
}

.cta__inner {
  width: 100%;
}

.cta__inner img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.cta__btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.cta__btn-box__item {
  width: 100%;
  max-width: 300px;
}

.cta__btn-box__item a {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 9999px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-trial a {
  background-color: #ffde00;
  border: 2px solid #ffcc00;
}

.btn-contact a {
  color: #fff;
  background-color: #0097b2;
  border: 2px solid #0087a2;
}

@media screen and (max-width: 1080px) {
  .cta__btn-box__item a {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .cta__btn-box {
    flex-direction: column;
  }

  .cta__btn-box__item {
    max-width: 24rem;
  }

  .cta__btn-box__item a {
    font-size: 1.6rem;
    padding: 1.2rem;
  }
}

/* section cta */

/* section service */
.service {
  margin-top: 80px;
  background-color: #f0f0f0;
  padding: 40px 0 80px;
}

.service__box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 1px solid #000;
  background: #fff;
  padding: 20px;
  text-align: center;

  &:last-child {
    grid-column: span 3;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;

    .service__item__text {
      flex: 1;
    }

    .service__item__image {
      width: 45%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }

    .service__item__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.service__item__head {
  width: 100%;
  max-width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service__item__head img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service__item__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.service__item__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #004aad;
}

.service__item__ttl.--red {
  color: #ff0000;
}

.service__item__copy {
  line-height: 1.5;
}

.service__item__list {
  margin-top: 14px;
}

.service__item__list-item {
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 1080px) {
  .service__box {
    gap: 2rem;
  }

  .service__item__head {
    width: 100%;
    max-width: 10rem;
    height: 10rem;
  }

  .service__item__list-item {
    font-size: 1.8rem;
  }

  .service__item__ttl {
    font-size: 2.8rem;
  }

  .service__item__copy {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .service__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.8rem;
  }

  .service__item__head {
    width: 100%;
    max-width: 6rem;
    height: 6rem;
  }

  .service__item {
    padding: 1.2rem;

    &:last-child {
      grid-column: span 1;
      flex-direction: column;
      align-items: center;
      text-align: left;

      .service__item__image {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
      }
  
      .service__item__image img {
        width: 100%;
      }
    }
  }

  .service__item__ttl {
    font-size: 1.6rem!important;
  }

  .service__item__copy {
    font-size: 1.2rem;
  }

  .service__item__body {
    gap: 1rem;
  }

  .service__item__list-item {
    font-size: 1rem;
  }
}

/* section service */

/* section solution */
.solution__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.solution__box__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.solution__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex: 1;
}

.solution__box__inner.--blue .solution__item {
  background-color: #EFF6FF;
}

.solution__box__inner.--blue .solution__item__box-ttl {
  color: #004aad;
}

.solution__box__inner.--green .solution__item {
  background-color: #dcfff5;
}

.solution__box__inner.--green .solution__item__box-ttl {
  color: #046300;
}

.solution__box__inner.--red .solution__item {
  background-color: #ffe8e8;
}

.solution__box__inner.--red .solution__item__box-ttl {
  color: #b45826;
}

.solution__item__head {
  width: 100%;
  max-width: 200px;
  height: 130px;
  margin: 0 auto;
}

.solution__item__head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution__item__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.solution__item__box {
  width: 100%;
  background: #fff;
  padding: 10px;
}

.solution__item__box-ttl {
  font-size: 1.2rem;
  font-weight: bold;
}

.solution__item__bottom {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.solution__item__bottom-label {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 40px;
  border-radius: 9999px;
}

.solution__box__inner.--blue .solution__item__bottom-label {
  background-color: #5170ff;
}

.solution__box__inner.--green .solution__item__bottom-label {
  background-color: #4caf51;
}

.solution__box__inner.--red .solution__item__bottom-label {
  background-color: #ff6d4d;
}

.solution__item__bottom-box {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.solution__item__bottom-box-ttl {
  font-size: 1.2rem;
  font-weight: bold;
  
}

.solution__item__bottom-box-copy {
  font-size: 1rem;
}


.solution__box__inner.--blue .solution__item__bottom-box {
  border: 1px solid #5170ff;
}

.solution__box__inner.--blue .solution__item__bottom-box-ttl {
  color: #004aad;
}

.solution__box__inner.--green .solution__item__bottom-box {
  border: 1px solid #4caf51;
}

.solution__box__inner.--green .solution__item__bottom-box-ttl {
  color: #046300;
}

.solution__box__inner.--red .solution__item__bottom-box {
  border: 1px solid #ff6d4d;
}

.solution__box__inner.--red .solution__item__bottom-box-ttl {
  color: #b45826;
}

.solution__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 1rem;
  padding-bottom: 4rem;
}

.solution__list__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem 1rem;
  border-radius: 10px;
}

.solution__list__item.--blue {
  background-color: #EFF6FF;
}

.solution__list__item.--green {
  background-color: #dcfff5;
}

.solution__list__item.--red {
  background-color: #ffe8e8;
}

.solution__list__item.--yellow {
  background-color: #fff3cc;
}

.solution__list__item__head {
  width: 100%;
  max-width: 6rem;
  height: 4rem;
}

.solution__list__item__head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution__list__item__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.solution__list__item__ttl {
  font-size: 1.2rem;
  font-weight: bold;
}

.solution__list__item.--blue .solution__list__item__ttl{
  color: #004aad;
}

.solution__list__item.--green .solution__list__item__ttl {
  color: #046300;
}

.solution__list__item.--red .solution__list__item__ttl {
  color: #b45826;
}

.solution__list__item.--yellow .solution__list__item__ttl {
  color: #e6b500;
}

.solution__list__item__copy {
  font-size: 1rem;
}



@media screen and (max-width: 1080px) {
  .solution__box {
    gap: 2rem;
  }

  .solution__item {
    padding: 1.6rem;
  }

  .solution__item__box-ttl {
    font-size: 2.2rem;
  }

  .solution__item__box-copy {
    font-size: 1.8rem;
  }

  .solution__item__bottom-box-ttl {
    font-size: 2rem;
  }

  .solution__item__bottom-box-copy {
    font-size: 1.6rem;
  }

  .solution__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution__list__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .solution__list__item__head {
    max-width: 10rem;
    height: 6rem;
  }

  .solution__list__item__ttl {
    font-size: 2rem!important;
  }

  .solution__list__item__copy {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .solution__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.8rem;
  }

  .solution__item__ttl {
    font-size: 1.2rem!important;
  }

  .solution__item__box-ttl {
    font-size: 1.4rem;
  }

  .solution__item__box-copy {
    font-size: 1rem;
  }

  .solution__item__bottom-box-ttl {
    font-size: 1.4rem;
  }

  .solution__item__bottom-box-copy {
    font-size: 1rem;
  }

  .solution__list__item__ttl {
    font-size: 1.4rem!important;
  }

  .solution__list__item__copy {
    font-size: 1rem;
  }
}

/* section solution */


/* section function */
.function {
  margin-top: 80px;
  background-color: #f0f0f0;
  padding: 40px 0 80px;
}

.function__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.function__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 20px 10px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  gap: 10px;
}

.function__item__head {
  width: 100%;
  max-width: 100px;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.function__item__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.function__item__ttl {
  font-size: 1.4rem;
  font-weight: bold;
}


.function__item__copy {
  font-size: 1rem;
}

.function__spec {
  display: flex;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 40px;
  gap: 60px;
}

.function__spec__text {
  flex: 1;
}

.function__spec__image {
  padding: 0 20px;
}

.function__spec__image img {
  width: 100%;
  max-width: 200px;
}

.function__spec__ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

.function__spec__row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 4px 30px;
  margin-top: 10px;
}

.function__spec__row__ttl {
  display: inline-block;
  width: 20%;
  font-size: 1.2rem;
}

.function__spec__row__copy {
  display: inline-block;
  width: 80%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #004aad;
}

@media screen and (max-width: 1080px) {
  .function__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
  }

  .function__item {
    padding: 1.6rem;
  }

  .function__item__head {
    width: 100%;
    padding: 0;
  }

  .function__item__head img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .function__item__ttl {
    font-size: 2.8rem!important;
  }

  .function__item__copy {
    font-size: 1.8rem;
  }

  .function__spec {
    margin-top: 1.8rem;
  }

  .function__spec__ttl {
    font-size: 2.8rem;
  }

  .function__spec__row__ttl {
    font-size: 1.8rem;
  }

  .function__spec__row__copy {
    font-size: 1.8rem;
  }

  .function__spec__image {
    padding: 0 1.6rem;
  }
  
  .function__spec__image img {
    width: 100%;
    max-width: 20rem;
  }
}

@media screen and (max-width: 768px) {
  .function__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .function__item {
    padding: 1.2rem;
  }

  .function__item__head {
    max-width: 8rem;
  }

  .function__spec__image {
    padding: 0 1.6rem;
  }
  
  .function__spec__image img {
    width: 100%;
    max-width: 20rem;
  }

  .function__item__ttl {
    font-size: 1.2rem!important;
  }

  .function__item__copy {
    font-size: 1rem;
  }

  .function__spec {
    flex-direction: column;
    gap: 1.8rem;
  }

  .function__spec__row {
    padding: 0.4rem 1rem;
    margin-top: 0.8rem;
  }

  .function__spec__row__ttl {
    width: 25%;
    font-size: 1rem;
  }
  
  .function__spec__row__copy {
    font-size: 1rem;
  }

  .function__spec__image {
    padding: 0 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .function__spec__image img {
    width: 100%;
    max-width: 10rem;
  }
}

/* section function */

/* section reason */
.reason {
  background-color: #f0f0f0;
  padding: 20px 0 80px;
}

.reason .feature__head__box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.reason__box {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.reason__image {
  width: 30%;
}

.reason__text {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #000;
}

.reason__text__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #004aad;
}

.reason__text__row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffe8e8;
  border-radius: 10px;
  padding: 4px 30px;
  margin-top: 10px;
}

.reason__text__row__ttl {
  display: inline-block;
  width: 20%;
  font-size: 1.2rem;
}

.reason__text__row__copy {
  display: inline-block;
  width: 80%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #004aad;
}

@media screen and (max-width: 1080px) {
  .reason__image {
    width: 70%;
  }

  .reason__box {
    flex-direction: column;
    gap: 1.8rem;
  }

  .reason__text {
    width: 100%;
  }

  .reason__text__ttl {
    font-size: 2.8rem!important;
  }

  .reason__text__row {
    padding: 0.8rem 2rem;
    gap: 0.2rem;
  }

  .reason__text__row__ttl {
    width: 20%;
    font-size: 1.8rem;
  }
  
  .reason__text__row__copy {
    width: 80%;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .reason__image {
    width: 70%;
  }

  .reason__box {
    flex-direction: column;
    gap: 1.8rem;
  }

  .reason__text__ttl {
    font-size: 1.2rem!important;
  }

  .reason__text__row {
    padding: 0.4rem 1rem;
    margin-top: 0.8rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .reason__text__row__ttl {
    width: 100%;
    font-size: 1rem;
  }
  
  .reason__text__row__copy {
    width: 100%;
    font-size: 1rem;
  }
}

/* section reason */

/* section compare  */

/* 比較表のスタイル */
.compare__table {
  margin-top: 40px;
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px 0;
  overflow: hidden;
}

.compare-table.--hasnote {
  padding-bottom: 5rem;
}

.compare-table th,
.compare-table td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.compare-table th {
  font-weight: bold;
  font-size: 1.4rem;
  color: #333;
}

.compare-table td {
  font-size: 1.3rem;
  line-height: 1.6;
}

.compare-table td span.--red {
  font-size: 1rem;
  color: red;
}

.compare-header {
  font-weight: bold;
}

.compare-table thead {
  margin-bottom: 20px;
}

.compare-table thead::after {
  content: "";
	height: 20px;
	width: 100%;
	padding: 2px 0;
	display: block;
}

.compare-table thead tr th {
  border: none;
  padding: 40px 10px;

  &:not(:first-child) {
    color: #fff;
  }

  &:nth-child(1) {
    text-align: left;
  }

  &:nth-child(2) {
    font-size: 2rem;
    background-color: #5170ff;
  }

  &:nth-child(3) {
    background-color: #3edad8;
  }

  &:nth-child(4) {
    background-color: #37c9ef;
  }

  &:nth-child(5) {
    background-color: #2c92d5;
  }
}

.compare-table tbody tr {
  margin: 0;
  padding: 0;

  &:nth-child(odd) {
    background-color: #fff;
  }

  &:nth-child(even) {
    background-color: #ddf8f7;
  }
  
  &:nth-child(1) td:nth-child(2) {
    border-top: 4px solid #5170ff;
  }

  &:nth-child(4) td:nth-child(2) {
    border-bottom: 4px solid #5170ff;
  }

  &:nth-child(1) td:nth-child(3) {
    border-top: 4px solid #3edad8;
  }

  &:nth-child(4) td:nth-child(3) {
    border-bottom: 4px solid #3edad8;
  }

  &:nth-child(1) td:nth-child(4) {
    border-top: 4px solid #37c9ef;
  }

  &:nth-child(4) td:nth-child(4) {
    border-bottom: 4px solid #37c9ef;
  }

  &:nth-child(1) td:nth-child(5) {
    border-top: 4px solid #2c92d5;
  }

  &:nth-child(4) td:nth-child(5) {
    border-bottom: 4px solid #2c92d5;
  }
}

.compare-table tbody tr td {
  width: 12rem;
  border: none;

  &:first-child {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
  }

  &:nth-child(2) {
    font-weight: bold;
    border-right: 4px solid #5170ff;
    border-left: 4px solid #5170ff;
  }

  &:nth-child(3) {
    font-weight: bold;
    border-right: 4px solid #3edad8;
    border-left: 4px solid #3edad8;
  }

  &:nth-child(4) {
    font-weight: bold;
    border-right: 4px solid #37c9ef;
    border-left: 4px solid #37c9ef;
  }

  &:nth-child(5) {
    font-weight: bold;
    border-right: 4px solid #2c92d5;
    border-left: 4px solid #2c92d5;
  }
}

.compare-geopita {
  position: relative;
}

.compare-geopita::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.compare-geopita.--note {
  position: relative;
}

.compare-geopita.--note span {
  width: 13rem;
  position: absolute;
  display: inline;
  left: 50%;
  bottom: -5rem;
  transform: translateX(-50%);
  pointer-events: none;
  font-size: 1rem;
  text-decoration: underline;
  text-decoration-thickness: 1em;
  text-decoration-color: #ffcc00;
  text-underline-offset: -0.5em;
  text-decoration-skip-ink: none;
}

.compare-geopita.--note span::before {
  content: '';
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  border-top: 1.4rem solid #ffcc00;
}

.compare-company {
}

.compare-item {
  font-weight: bold;
  color: #333;
  text-align: left;
  padding-left: 20px;
}

.compare-note {
  margin-top: 20px;
  font-size: 1rem;
  color: #666;
  text-align: right;
}

@media screen and (max-width: 1080px) {
  .compare-table thead::after {
    content: "";
    height: 0.8rem;
    width: 100%;
    padding: 2px 0;
    display: block;
  }
  
  .compare-table thead tr th {
    font-size: 2.8rem!important;
    border: none;
    padding: 1.6rem 1rem;
  }

  .compare-table th,
  .compare-table td {
    white-space: nowrap;
    padding: 15px 10px;
    font-size: 2.8rem;
  }
  
  .compare-table {
    font-size: 1.1rem;
  }
  
  .compare-note {
    text-align: left;
    font-size: 2rem;
    padding: 0 20px;
  }

  .compare-table.--hasnote {
    padding-bottom: 8rem;
  }

  .compare-table td span.--red {
    font-size: 1.8rem;
  }

  .compare-geopita.--note span {
    font-size: 1.4rem;
    text-align: center;
    bottom: -8rem;
  }
}

@media (max-width: 768px) {
  .compare-table thead::after {
    content: "";
    height: 0.8rem;
    width: 100%;
    padding: 2px 0;
    display: block;
  }
  
  .compare-table thead tr th {
    font-size: 1.2rem!important;
    border: none;
    padding: 1.6rem 1rem;
  }

  .compare-table th,
  .compare-table td {
    white-space: nowrap;
    padding: 15px 10px;
    font-size: 1.2rem;
  }
  
  .compare-table {
    font-size: 1.1rem;
  }
  
  .compare-note {
    text-align: left;
    font-size: 1rem;
    padding: 0 20px;
  }

  .compare-table.--hasnote {
    padding-bottom: 5rem;
  }

  .compare-table td span.--red {
    font-size: 1rem;
  }

  .compare-geopita.--note span {
    font-size: 0.8rem;
    bottom: -5rem;
  }

  .compare-geopita.--note span::before {
    top: -1.5rem;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #ffcc00;
  }
}

/* section compare */

/* section contact */
.contact {
  background-color: #0061D1;
  padding: 20px 0 80px;
}

.contact__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 40px;
}

.contact__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.contact__item__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffcc00;
  line-height: 1.2;
}

.contact__item__body {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.contact__btn__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.contact__btn__item {
  width: 100%;
  max-width: 300px;
}

.contact__btn__item a {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 9999px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .btn-trial a {
  background-color: #ffde00;
  border: 2px solid #ffcc00;
}

.contact .btn-contact a {
  color: #fff;
  background: none;
  border: 2px solid #fff;
}

@media screen and (max-width: 1080px) {
  .contact__item__ttl {
    font-size: 4.2rem!important;
  }

  .contact__item__body {
    font-size: 2.8rem;
  }

  .contact__btn__item a {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .contact__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.8rem;
    padding: 1.6rem;
  }

  .contact__item__ttl {
    font-size: 1.6rem!important;
  }

  .contact__item__body {
    font-size: 1rem;
  }

  .contact__btn__box {
    flex-direction: column;
  }

  .contact__btn__item {
    max-width: 24rem;
  }

  .contact__btn__item a {
    font-size: 1.4rem;
  }
}

/* section contact */

/* section top-footer */

/* フッター全体のスタイル */
.top-footer {
  width: 100%;
  background-color: #1a1a2e;
  padding: 60px 0 100px;
  color: #fff;
}

.top-footer__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.top-footer__head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.top-footer__box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 80px;
}

/* フッターロゴ */
.top-footer__logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 4rem;
}

.top-footer__logo img {
  width: 100%;
}

.top-footer__menu {
  width: 100%;
  max-width: 800px;
}

/* フッターナビゲーション */
.footer-nav {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 40px;
}

.footer-nav__column {
  display: flex;
  flex-direction: column;
}

.footer-nav__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.footer-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav__list li {
  margin-bottom: 20px;
}

.footer-nav__list a {
  color: #b8b8b8;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.footer-nav__list a:hover {
  color: #fff;
}

/* フッター区切り線 */
.footer-separator {
  height: 1px;
  background-color: #404040;
  margin: 40px 0;
  width: 80%;
  margin: 0 auto;
}

/* フッターコピーライト */
.footer-copyright {
  text-align: center;
}

.footer-copyright p {
  color: #b8b8b8;
  font-size: 1.3rem;
  margin-top: 40px;
  line-height: 1.4;
}

@media screen and (max-width: 1080px) {
  .top-footer__logo {
    max-width: 24rem;
  }

  .footer-nav__title {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  .footer-nav__list li {
    margin-bottom: 1.6rem;
  }
  
  .footer-nav__list a {
    font-size: 2rem;
  }
  
  .footer-copyright p {
    font-size: 2rem;
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .top-footer {
    padding: 3.4rem 0 140px;
  }

  .top-footer__logo {
    max-width: 16rem;
    margin: 0 auto;
    margin-bottom: 1.4rem;
  }

  .top-footer__box {
    flex-direction: column;
    gap: 1.8rem;
  }
  
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  
  .footer-nav__title {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  
  .footer-nav__list a {
    font-size: 1.3rem;
  }
  
  .footer-copyright p {
    font-size: 1rem;
  }
}

/* section top-footer */

/* delivery */
.delivery .g-mv {
  background: url("../img/delivery-fv_bg.png") center center;
}

.delivery .g-mv .g-mv__text .mv__copy {
  color: #000;
}

.delivery .g-mv .g-mv__text .mv__lead {
  color: #000;
}

.delivery .g-mv .g-mv__text .mv__lead span {
  color :#0097b2;
}

.delivery .g-mv .g-mv__text .mv__btn-area .mv__btn-area__item.btn-trial a {
  background-color: #0097b2;
  color: #fff;
  border-color: #00638f;
}

.delivery .g-mv .g-mv__text .mv__btn-area .mv__btn-area__item.btn-download a {
  background-color: none;
  color: #000;
  border-color: #000;
}

.delivery #sc_case {
  background-color: #f0f0f0;
}

.delivery #sc_case .section__ttl {
  margin: 0 0 60px;
  padding-top: 80px;
}

.solution__item__bottom-box.--delivery {
  border: 3px solid #0061D1!important;
  margin-top: 1rem;
  position: relative;
  font-weight: bold;
  font-size: 1rem;
}

.solution__item__bottom-box.--delivery span {
  background: linear-gradient(transparent 50%, #ffcc00 50%);
}

.solution__item__bottom-box.--delivery::before {
  /* 向きを逆さにする */
  content: '';
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  border-top: 1.4rem solid #0061D1;
}

.flow__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.flow {
  background-color: #f0f0f0;
  margin-top: 8rem;
  padding: 20px 0 80px;
}

.flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 10px;
  padding: 3.5rem 1rem 2rem;
}

.flow__item__num {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  background-color: #0061D1;
  border-radius: 9999px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.flow__item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flow__item__head {
  height: 5rem;
  width: auto;
  margin-bottom: 1rem;
}

.flow__item__head img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flow__item__content {
  width: 100%;
  text-align: center;
}

.flow__item__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.flow__item__copy {
  font-size: 1rem;
}

.flow__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.flow__bottom__item {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow__bottom__item__text {
  flex: 1;
}

.flow__bottom__item__ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

.flow__bottom__item__ttl span {
  color: #004AAD;
}

.flow__bottom__item__list {
  list-style: none;
  padding: 0;
  margin-top: 1.4rem;
}


.flow__bottom__item__list li {
  margin-top: 1rem;
  color: #004AAD;
  font-size: 1.2rem;
}

.flow__bottom__item__image {
  width: 100%;
  max-width: 20rem;
}

.flow__bottom__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1080px) {
  .flow__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem
  }

  .flow__item {
    padding: 5rem 1rem 3rem;
  }

  .flow__item__num {
    top: -3rem;
    width: 6rem;
    height: 6rem;
    font-size: 2.4rem;
  }

  .flow__item__head {
    height: 10rem;
  }

  .flow__item__ttl {
    font-size: 3.2rem;
  }
  
  .flow__item__copy {
    font-size: 1.8rem;
  }
  
  .flow__bottom__item__ttl {
    font-size: 3.2rem;
  }

  .flow__bottom__item__list li {
    font-size: 2rem;
  }

  .flow__bottom__item__image {
    max-width: 40rem;
  }

  .solution__item__bottom-box.--delivery {
    font-size: 1.5rem;
  }

}

@media screen and (max-width: 768px) {
  .delivery .g-mv .g-mv__text .mv__lead {
    text-align: center;
  }

  .delivery .g-mv .g-mv__text .mv__list-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .flow__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    margin-top: 4rem;
  }

  .flow__item {
    padding: 3rem 1rem 2rem;
  }

  .flow__item__num {
    top: -1.5rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
  }

  .flow__item__head {
    height: 8rem;
  }

  .flow__item__ttl {
    font-size: 3rem;
  }
  
  .flow__item__copy {
    font-size: 1.2rem;
  }

  .flow__bottom__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  .flow__bottom__item__list li {
    font-size: 1rem;
  }
}

/* delivery */

/* asset management */
.asset-management .g-mv {
  background: url("../img/asset-management-fv_bg.png") center center;
}

.asset-management .g-mv .g-mv__text .mv__copy {
  /* color: #000; */
}

.asset-management .g-mv .g-mv__text .mv__lead span {
  color: #86EAE9;
}

.asset-management .g-mv .g-mv__text .mv__btn-area .mv__btn-area__item.btn-trial a {
  background-color: #0097b2;
  color: #fff;
  border-color: #fff;
}

.asset-management .oem .section__inner {
  background-color: #004aad;
  margin: 6rem 0;
  padding: 4rem 0 4rem;
  border-radius: 10px;
}

.asset-management .oem .section__ttl {
  margin: 0 0 4rem;
}

.asset-management .oem .section__ttl h2 {
  color: #fff;
}
.asset-management .oem .section__ttl-copy {
  color: #fff;
}

.asset-management .oem__box {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.asset-management .oem__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  text-align: center;
}

.asset-management .oem__item__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 1.2rem;
  background-color: #4f7eec;
  border-radius: 9999px;
}

.asset-management .oem__item__head img {
  width: 100%;
  height: 100%;
}

.asset-management .oem__item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.asset-management .oem__item__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.asset-management .oem__item__copy {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
}

.asset-management .oem__btn-box {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.asset-management .oem__btn {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 10px;
  padding: 1rem 2rem;
  background-color: #fff;
  color: #004aad;
  border: 1px solid #004aad;
}

@media screen and (max-width: 1079px) {
  .asset-management .oem .section__inner {
    margin: 15rem 0;
    padding: 10rem 0 10rem;
  }

  .asset-management .oem__item__ttl {
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
  }
  
  .asset-management .oem__item__copy {
    font-size: 2rem;
    color: #fff;
    margin-top: 1rem;
  }

  .asset-management .oem__btn {
    font-size: 2.4rem;
    padding: 2rem 4rem;
  }
}

@media screen and (max-width: 768px) {
  .asset-management .oem__box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  .asset-management .oem .section__inner {
    margin: 8rem 0;
    padding: 4rem 0 4rem;
  }

  .asset-management .oem__item__ttl {
    font-size: 1.4rem;
  }
  
  .asset-management .oem__item__copy {
    font-size: 1.2rem;
  }

  .asset-management .oem__btn {
    font-size: 1.6rem;
    padding: 1.5rem 3rem;
  }
}

/* asset management */

/* staff */
.staff .g-mv {
  background: url("../img/staff-fv_bg.png") center center;
}

.staff .g-mv .g-mv__text .mv__copy {
  color: #000;
}

.staff .g-mv .g-mv__text .mv__lead {
  color: #000;
  margin-bottom: 0.8rem;
}

.staff .g-mv .g-mv__text .mv__lead-copy {
  color: #000;
  margin-bottom: 2.4rem;
  text-align: center;
}

.staff .g-mv .g-mv__text .mv__lead span {
  color: #ff6d4d;
}

.staff .g-mv .g-mv__text .mv__btn-area .mv__btn-area__item.btn-trial a {
  background-color: #0097b2;
  color: #fff;
  border-color: #00638f;
}

.staff .g-mv .g-mv__text .mv__btn-area .mv__btn-area__item.btn-download a {
  color: #000;
  border-color: #000;
}

.staff .oem .section__inner {
  background-color: #004aad;
  margin: 6rem 0;
  padding: 4rem 0 4rem;
  border-radius: 10px;
}

.staff .oem .section__ttl {
  margin: 0 0 4rem;
}

.staff .oem .section__ttl h2 {
  color: #fff;
}
.staff .oem .section__ttl-copy {
  color: #fff;
}

.staff .oem__box {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.staff .oem__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  text-align: center;
}

.staff .oem__item__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 1.2rem;
  background-color: #4f7eec;
  border-radius: 9999px;
}

.staff .oem__item__head img {
  width: 100%;
  height: 100%;
}

.staff .oem__item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.staff .oem__item__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.staff .oem__item__copy {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
}

.staff .oem__btn-box {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.staff .oem__btn {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 10px;
  padding: 1rem 2rem;
  background-color: #fff;
  color: #004aad;
  border: 1px solid #004aad;
}

@media screen and (max-width: 1079px) {
  .staff .oem .section__inner {
    margin: 15rem 0;
    padding: 10rem 0 10rem;
  }

  .staff .oem__item__ttl {
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
  }
  
  .staff .oem__item__copy {
    font-size: 2rem;
    color: #fff;
    margin-top: 1rem;
  }

  .staff .oem__btn {
    font-size: 2.4rem;
    padding: 2rem 4rem;
  }
}

@media screen and (max-width: 768px) {
  .staff .oem__box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  .staff .oem .section__inner {
    margin: 8rem 0;
    padding: 4rem 0 4rem;
  }

  .staff .oem__item__ttl {
    font-size: 1.4rem;
  }
  
  .staff .oem__item__copy {
    font-size: 1.2rem;
  }

  .staff .oem__btn {
    font-size: 1.6rem;
    padding: 1.5rem 3rem;
  }
}
/* staff */

.geopita-mockup {
  margin-top: 4rem;
}

.geopita-mockup .section__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.geopita-mockup .section__inner img {
  width: 100%;
  max-width: 60rem;
  height: 100%;
}

/* other */
.contact__form {
  margin-top: 4rem;
  background-color: #fff;
  padding: 4rem;
  border-radius: 10px;
}
.grecaptcha-badge { visibility: hidden; }
.thanks-text {
  text-align: center;
  color: #fff;
}
.btn-schedule-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.btn-schedule {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 10px;
  padding: 1rem 2rem;
  background-color: #fff;
}
.section__ttl.--sub h2 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact__form {
    padding: 1rem;
  }

  .section__ttl.--sub h2 {
    font-size: 1.2rem;
  }
}
