/* General element styling --------------------------------------------- */
@font-face {
	font-family: 'Noto Sans CJK JP';
	src: url('<?php echo get_template_directory_uri(); ?>/fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
		url('<?php echo get_template_directory_uri(); ?>/fonts/NotoSansCJKjp-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #000;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	margin: 0 0 20px;
}

a {
	color: #112288;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
}

html {
	scroll-behavior: smooth;
}

.noto-serif {
	font-family: "Noto Serif JP", serif;
}
/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
}

.am-container.style2 {
	max-width: 1000px;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
}

.am-flex.between {
	justify-content: space-between;
}

.am-flex.center {
	justify-content: center;
}

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

.am-center {
	text-align: center;
}

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

.am-bg-layout {
	position: relative;
}

.am-bg-pix {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.am-bg-pix > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.am-bg-cont {
	position: relative;
	z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
	position: relative;
	top: unset;
	left: unset;
	height: auto;
}

.am-bg-layout.style2 .am-bg-pix > img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.am-bg-layout.style2 .am-bg-cont {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	height: auto;
}

#sect-banner .am-bg-pix > img {
	object-position: right;
}

.bnr__title {
	margin: 0;
	font-size: 50px;
	padding: 200px 0;
}

.sect-cont {
	padding: 80px 0;
}

.sect-cont.style2 {
	padding: 60px 0;
}

.af-topgap {
	/*	height: 68px;*/
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
	font-family: Noto Sans JP;
}

.hdr__layout {
	height: 80px;
}

.hdr__logo {
	margin: 0 auto 0 0;
	max-width: 300px;
}

.hdr__logo>a>img {
	height: auto;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi-menu {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0 10px 0 0;
	align-self: center;
	position: relative;
}

.hdr__navi-menu li {
	list-style: none;
	text-align: center;
	display: block;
	line-height: 1;
	position: relative;
}

.hdr__navi-menu li:last-child {
	border-width: 0;
}

.hdr__navi-menu li a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
	padding: 5px 20px;
	width: calc(100% - 0);
	display: block;
	white-space: nowrap;
}

.hdr__navi-lang a {
	color: #191B63;
	text-decoration: none;
}

.hdr__navi-lang a.active {
	color: #191B63;
	font-weight: 700;
}

.hdr-tel {
	font-size: 16px;
}

.hdr-time {
	font-size: 12px;
	display: block;
}

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
	position: absolute;
	top: calc(100px / 2);
	right: 15px;
	border: 2px solid #000;
	background: transparent;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	display:none;
}

.hdr__menu-btn-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon>span {
	content: "";
	width: 30px;
	height: 2px;
	background: #000;
	display: block;
	margin: 8px 0;
	transition: 0.5s ease;
	opacity: 1;
}

header.hdr__menu--show {
	height: 100vh;
	overflow: auto;
}

.bnr__pix {
	text-align: center;
	padding: 0 0 50px;
}

.bnr__pix > video {
	width: 100%;
	height: auto;
}

.bnr__ov {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 400px);
    left: 60px;
    max-width: 800px;
}

#sect-intro {
	color: #fff;
	padding: 0 0 50px;
}

.intro__item {
	font-size: 16px;
	text-align: center;
}

.intro__item-pix {
	background: transparent;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	padding: 50px;
	margin: 0 auto;
}

.intro__item-pix > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.intro__item-subtext {
	margin: 30px 0 0;
	font-size: 16px;
}

h3.intro__item-title {
	margin: 0;
	padding: 0;
	font-size: 25px;
}

#sect-about {
	color: #fff;
}

.af-title {
	text-align: left;
	font-size: 60px;
	margin: 0 0 50px;
}

.af-title.style2 {
	text-align: left;
	font-size: 30px;
	margin: 0 0 30px;
}

#sect-case .af-title.style2 {
	font-size: 35px;
}

.af-title.style2 > span {
	margin: 0 20px 0 0;
}

.af-text {
	font-size: 16px;
}

.af-tech-style1 > .af-text {
	width: 75%;
	margin: 0 0 0 auto;
}

.about__cont {
	text-align: left;
}

.about__cont a {
	color: #fff;
	text-decoration: none;
	/*     margin: 0 60px 0 0;
	font-size: 30px; */
	margin: 0 30px 0 0;
	font-size: 1.5vw;
}

.news__item,
.links__item {
	display: flex;
	padding: 40px 0;
	border-bottom: 1px solid #1a2a58;
	color: #FFF;
	text-decoration: unset;
}

.news__cont.am-content {
	width: 70%;
	padding-left: 30%;
}

.news__item-date {
	width: 140px;
}

.news__item-txt {
	width: calc(100% - 140px);   
}

.links__cont.am-content {
	width: 70%;
	padding-left: 30%;
}

.links__item-desc {
	margin:0 20px 0 0;   
}

.links__item-link > a{
	color: #FFF;
	text-underline-offset: 4px;
}

.inq__btn {
	display: block;
	padding: 100px 20px;
	text-align: center;
	color: #FFF;
	text-decoration: unset;
	background: url(./images/btn-02.png);
	background-repeat: no-repeat;
	position: relative;
}

.inq__btn > span {
	position: relative;
	display: inline-block;
	font-size: 28px;
}

.inq__btn > span::after {
	content: "";
	width: 38px;
	height: 12px;
	border: solid #FFF;
	display: block;
	position: absolute;
	top: 45%;
	right: -56px;
	border-width: 0 3px 2px 0;
	transform: skew(50deg, 0deg) translateY(-50%);
}

.af-btn__cont {
	text-align: center;
	margin: 50px 0 0;
}

.af-btn {
	background-image: url("./images/btn-01.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 70px;
	line-height: 60px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	position: relative;
	width: 308px;
	background-size: 100% 100%;
}

.af-btn::after {
	content: "";
	width: 38px;
	height: 12px;
	border: solid #FFF;
	display: block;
	position: absolute;
	top: 45%;
	right: 10px;
	border-width: 0 3px 2px 0;
	transform: skew(50deg, 0deg) translateY(-50%);
}

span.wpcf7-spinner {
	display: block;
}

#sect-prod-details {
	padding: 60px 0;
}
/*kenji*/
.prd-intro__cont {
	text-align: center;
}
/*.prd-intro__cont {
text-align: left;
}*/

.prd-intro__cont > p {
	font-size: 20px;
}

.prd-intro__hlight {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.8;
}

.prd-sidepix {
	margin: 40px 0 0;
}

.prd-sidepix__pix {
	width: calc(100% - 50px);
	/*     margin: 0 0 0 50px; */
	background: #FFF;
	text-align: center;
	padding: 36px 0;
}

.prd-sidepix__title {
	position: relative;
}

.prd-sidepix__title::after {
	content: "";
	width: calc(100% - 60px);
	height: 1px;
	background: #8c8d8e;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
}

.case__pix > iframe {
	width: 100%;
	height: 25vw;
	max-height: 360px;
}

.case__pix {
	width: calc(100% - 20px);
	margin: 0 auto 0 0;
}

.case__row > div:nth-child(2n) .case__pix {
	margin: 0 0 0 auto;
}

.case__pix-caption {
	text-align: center;
	font-size: 18px;
	margin: 0 0 40px;
}

.contact__item {
	display: flex;
	margin: 0 0 30px;
}

.contact__item-lbl {
	width: 170px;
}

.contact__item-field {
	width: calc(100% - 170px);
}

.contact__item-field > input[type='text'], .contact__item-field > textarea {
	width: calc(100% - 32px);
	padding: 15px;
	border: 1px solid #163a6e;
	background: #000;
	color: #FFF;
}

.contact__item-field > span > input[type='text'], .contact__item-field > span > textarea, .contact__item-field > span > input[type='email'] {
	width: calc(100% - 32px);
	padding: 15px;
	border: 1px solid #163a6e;
	background: #000;
	color: #FFF;
	font-size: 16px;
}

.contact__item-field > span > textarea {
	width: calc(100% - 32px);
	min-height: 150px;
}

.contact__chkbox {
	margin: 60px auto 70px auto;
	width: fit-content;
}

.contact__chkbox > input[type='checkbox'] {
	color: #FFF;
	background: #000;
	border: 1px solid blue;
}

.contact__submit {
	text-align: center;
	margin: 0 0 40px;
}

.contact__cont {
	padding: 40px 0;
}

.prd-intro__cont a {
	color: #fff;
	text-decoration: none;
	margin: 0 40px;
	font-size: 30px;
}

.mgt-50 {
	margin-top: 50px;
}

header .ftr__cont {
	display: none;
}

#sect-news .af-title {
	text-align: left;
}

.side-title a {
	display: inline-block;
}

.side-title a:last-child {
	margin: 20px 0 0;
}


/* Footer --------------------------------------------------------------------- */

.force__cont .prd-sidepix__pix {
	padding: 0;
}

.hdr__navi-menu li.active a {
	color: #191B63;
}

#sect-thanks .af-title.style2 {
	text-align: center;
}

.thanks__cont {
	text-align: center;
}

section#sect-thanks {
	min-height: calc(100vh - 676px);
}

.side-title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.side-title .af-title {
	width: 30%;
}

.side-title .am-content {
	width: 70%;
	margin: 70px 0 0;
}

.intro__item-subtext.price {
	margin: 0;
}

#sect-product-spidarg p {
	margin: 0 0 20px;
}

.prd-sidepix__price {
	text-align: right;
	margin: 30px 0 0 0;
	font-size: 30px;
	padding: 0 100px 0 0;
}

#sect-product-spidargs p {
	margin: 0 0 20px;
}

#sect-product-spidarw p {
	margin: 0 0 20px;
}

.case__cont-item {
	margin: 40px 0 0;
}

#sect-case .am-col6 img {
	margin: 0px 15px 0 0;
	width: calc(100% - 30px);
}

.item-text span {
	font-size: 14px;
}

.item-text {
	font-size: 18px;
}

.item-cont {
	margin: 30px 0;
}

.ftr {
	font-size: 16px;
	position: relative;
}

.ftr__cpright {
	font-size: 15px;
}

.ftr__navi-menu {
	align-items: flex-start;
}

.ftr__cont {
	padding: 60px 0;
}

.ftr__socmed-link {
	color: #FFF;
	text-decoration: unset;
}

.ftr__cpright {
	background: #040d17;
	color: #FFF;
	padding: 10px;
}

.ftr.type2 .ftr__cont {
	text-align: center;
}

.ftr.type2 .ftr__logo,
.ftr.type2 .ftr__addr {
	margin: 0 0 20px;
}

.ftr.type2 .ftr__socmed-link,
.hdr__ftr .ftr__socmed-link {
	display: inline-block;
	background: #000;
	width: 200px;
	margin: 0 7px 40px;
	border: 1px solid #8f9195;
	border-radius: 20px;
}

.ftr.type2 .ftr__navi-menu {
	justify-content: center;
	margin: 0;
	width: 100%;
}

.ftr__cpright.type2 {
	background: #040d17;
	padding: 30px 0;
	text-align: center;
}

.am-col-auto.hdr__navi.am-flex {
	margin: 0 0 10px auto;
	justify-content: center;
}

.hdr__navi-lang {
	text-align: left;
	margin: 0 auto;
	width: 220px;
}

.bnr__ov-txt1 {
	font-size: 32px;
	font-weight: 700;
	display: block;
}

.bnr__ov-txt {
	color: #000;
	background-color: #fff;
	padding: 30px;
	text-align: center;
}

.bnr__ov-txt2 {
	font-size: 20px;
	display: block;
	margin: 30px 0;
}

.cbl-button {
    margin: 8px auto 0;
    padding: 10px 15px;
    text-align: center;
    max-width: 160px;
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.3s ease;
	background: linear-gradient(135deg, #800000, #CC0000);
}

.cbl-button:hover {
    background: linear-gradient(135deg, #fff, #fff);
    color: #800000;
	border: 1px solid #800000;
}

.cbl-button a {
	text-decoration: none;
	color: #fff;
}

.cbl-button:hover a {
    color: #800000;
}

.cbl-button img {
	vertical-align: middle;
	margin: 0 0 0 15px;
	width: 16px;
	height: 16px;
	padding: 0 0 4px;
}

#top-menu {
	padding: 50px 0;
}

#bottom-slider {
    padding: 80px 0;
}

#introduction {
	padding: 80px 0 40px;
}

#vision {
	padding: 40px 0;
}

.top-menu-caption {
	display: block;
	background-color: #000000C0;
	color: #fff;
	text-align: center;
	width: 100%;
	margin: -50px 10px 10px;
	width: calc(100% - 20px);
}

.top-menu-caption img {
	width: 15px;
	height: 15px;
	margin: 0px 0 0 15px;
    vertical-align: middle;
}

.rp-width {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.introduction-subcont {
	width: 91.6667%;
	position: relative;
	padding: 50px 1px 0 0;
	margin: 0 0 40px;
}

.introduction-subtitle {
	font-weight: 700;
	font-size: 30px;
	display: block;
	margin: 0 0 30px;
	line-height: 28px;
}

.introduction-content__subcont {
	background-color: #fff;
	margin: 40px 0 0 calc(-7.682% - 60px);
	padding: 30px 30px 0;
	width: 107.682%;
	line-height: 28px;
	height: calc(100% - 40px - 30px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.introduction-content {
	align-content: end;
}

.introduction-image > img {
	height: 100%;
	object-fit: cover;
	display: block;
	width: 100%;
	max-height: 550px;
}

.introduction-image,
.introduction-content
{
	z-index: 1;
	position: relative;
}

.introduction-image {
    width: 58.561%;
}

.introduction-content {
    width: 41.439%;
}

.introduction-titlebox {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	width: 90%;
	height: 100%;
	display: flex;
}

.introduction-title {
	color: #CC0000;
	font-size: 20px;
}

.introduction-box {
	z-index: 0;
	border: 1px solid #CC0000;
	border-width: 1px 1px 0 0;
	width: 100%;
	height: calc(100% - 16px);
	flex: 1;
	margin: 16px 0 0 16px;
}

#concept .introduction-subcont {
	margin: 0 0 40px auto;
	padding: 50px 0 0 10px;
}

#concept .introduction-title {
	order: 1;
}

#concept .introduction-titlebox {
	right: unset;
	left: 0;
}

#concept .introduction-box {
	border-width: 1px 0 0 1px;
	margin: 16px 16px 0 0;
}

#concept .introduction-content {
	z-index: 2;
}

#concept .introduction-image {
	order: 1;
}

#concept .introduction-content__subcont {
	margin: 40px -70px 0 0;
}

.small-text {
	font-size: 10px;
	font-weight: 700;
	vertical-align: middle;
}

.big-text {
	font-weight: 700;
	font-size: 18px;
	margin: 0 5px;
}

img.image1-hover {
	width: 32px;
	height: 32px;
	object-fit: contain;
	margin: 0 5px 8px;
}

.scroll-indicator {
	position: absolute;
	height: 100%;
	width: 60px;
	background: #FFF;
	left: 0;
	top: -40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	z-index: 1;
	font-family: 'Noto Sans JP', sans-serif;
	color: #CC0000;
}

.scroll-indicator span {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	letter-spacing: 2px;
	font-size: 12px;
	transform: rotate(180deg) translateY(-100%);
}

.cbl-button:hover img {
       filter: brightness(0) saturate(47%) invert(11%) sepia(52%) saturate(7452%) hue-rotate(356deg) brightness(78%) contrast(113%);
}

#introduction .cbl-button, #concept .cbl-button, #vision .cbl-button{
    margin: 42.85px auto 0;
    margin: auto auto 0;
    padding: 12px 20px;
    max-width: 275px;
    justify-self: flex-end;
}

.bottom-slider-title {
    font-size: 32px;
    color: #004484;
}

.section-title-overlay {
  position: relative;
  display: inline-block;
}

.section-title-overlay::before {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  left: 0;
  border: 1px solid #004484;
  border-width: 0 2px 1px 0;
  width: 130%;
  height: 50%;
  z-index: 1;
  transform: skewX(51deg);
}

h2.section-title-overlay {
  position: relative;
  z-index: 2;
  background-color: #fff; /* match section background */
  padding: 0 15px;
  font-size: 32px;
  font-weight: 400;
}

.section-title-overlay {
	margin-left: 10%;
}

.banner-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    opacity: 0.7;
	margin: 0 0 -6px;
}

.banner-title {
    position: absolute;
    left: 50%;
    top: 55%;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    transform: translate(-50%, -50%);
    text-align: center;
	text-shadow: 2px 2px 4px #000000;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
}

.banner-layout {
    position: relative;
}

.banner-title-en {
    display: block;
    font-size: 24px;
	font-family: 'Noto Serif JP';
}

.banner-image {
    width: calc(100% - 50px);
    margin: 0 0 0 50px;
}

.service-menu-img {
    height: 370px;
    width: 100%;
    object-fit: cover;
}

.service-menu-caption img {
    margin: 0 0 0 50px;
    width: 15px;
    height: 15px;
}

.white-arrow-menu {
    width: 25px;
    height: 25px;
}

#service-menu {
    padding: 50px 0;
}

.service-menu-item {
    position: relative;
}

.service-menu-caption {
    background-color: #000000C0;
    color: #fff;
    padding: 14px 10px;
    font-weight: 700;
    font-size: 18px;
    width: calc(100% - 40px);
	position: absolute;
    top: 79%;
    text-align: center;
    margin: 0 10px;
    font-family: 'Noto Serif JP';
}

.rp-width2 {
    max-width: 1200px;
    margin: 0 auto;
}

.our-business-subcont {
	width: 100%;
	position: relative;
	padding: 50px 10px 0 0;
	margin: 0 0 40px;
}

.our-business-subtitle {
	font-weight: 700;
	font-size: 30px;
	display: block;
	margin: 0 0 30px;
}

.our-business-content__subcont {
	background-color: #fff;
	margin: 60px 0 0 -70px;
	padding: 30px;
}

.our-business-content {
	line-height: 1.9;
	width: 590px;
    margin: 0 0 0 50px;
}

.our-business-image img {
	height: 450px;
	object-fit: cover;
}

.our-business-image,
.our-business-content
{
	z-index: 1;
	position: relative;
}

.our-business-image
{
	width: 530px;
}

.our-business-image > img {
	display: block;
}

.our-business-titlebox {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
}

.our-business-title {
	color: #004484;
	font-size: 20px;
}

.our-business-box {
	z-index: 0;
	border: 1px solid #004484;
	border-width: 1px 1px 0 0;
	width: 100%;
	height: auto;
	flex: 1;
	margin: 16px 0 0 16px;
}

#service-diagram {
    padding: 50px 0;
}

.rp-width3 {
    max-width: 1000px;
    margin: 0 auto;
}

.service-diagram-logo {
    text-align: center;
    box-shadow: 5px 5px 10px #ccc;
    padding: 20px;
	width: 100%;
}

.service-diagram-logo img {
    max-width: 330px;
    vertical-align: middle;
}

.service-diagram-logo.btm {
    display: none;
}

.service-diagram-container {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.service-diagram-arrow {
    width: 44%;
    display: flex;
    justify-content: center;
    position: relative;
}

.service-diagram-arrow.left {
    margin: 30px 6% 0 0;
}

.service-diagram-arrow.right {
    margin: 30px 0 0 6%;
}

.service-diagram-arrow-item {
    width: 23%;
}

.service-diagram-arrowpix {
    display: block;
}

.service-diagram-arrowtxt {
    position: absolute;
    background: #FFF;
    width: 150px;
    padding: 3px 0;
}

.service-diagram-arrowtxt.up {
    left: 0;
    bottom: 20px;
    border: 1px solid #EF7418;
    color: #EF7418;
    text-align: center;
    outline: #FFF solid 4px;
}

.service-diagram-arrowtxt.down {
    right: 0;
    top: 20px;
    border: 1px solid #004484;
    color: #004484;
    text-align: center;
    outline: #FFF solid 4px;
}

.service-diagram-arrow.right .service-diagram-arrowtxt.up {
    left: unset;
    right: 0;
}

.service-diagram-arrow.right .service-diagram-arrowtxt.down {
    left: 0;
    right: unset;
}

.service-diagram-box {
    width: 100%;
    max-width: 300px;
    display: flex;
    align-items: center;
    align-self: center;
    height: auto;
    min-height: 130px;
    border-width: 2px;
    border-style: solid;
	margin: 20px 0 0;
}

.service-diagram-box.owner {
    border-image: linear-gradient(to bottom, #00000099, #69696980) 1;
}

.service-diagram-box.tenant {
    border-image: linear-gradient(to bottom, #1172B580, #14A0DE) 1;
}

.service-diagram-box .service-diagram-icon {
    height: auto;
    align-self: center;
    width: 50%;
    text-align: center;
}

.service-diagram-boxtext {
    width: 50%;
    text-align: center;
}

.service-diagram-icon > img {
    max-width: 65px;
}

.owner .service-diagram-boxtext__title {
    background-image: linear-gradient(to bottom, #000000, #696969);
    color: #FFF;
}

.tenant .service-diagram-boxtext__title {
    background: linear-gradient(180deg, #106BAF 0%, #14A0DE 99.99%);
    color: #FFF;
}

.service-diagram-shake__arrow {
    width: 44px;
}

.service-diagram-shake__arrow.left {
    rotate: 90deg;
}

.service-diagram-shake__arrow.right {
    rotate: -90deg;
}

.service-diagram-shake {
    display: flex;
    align-items: center;
    margin: 0 30px 0;
}

.service-diagram-shake__icon {
    width: 85px;
    margin: 0 30px;
}

.service-diagram-shake__txt {
    font-weight: 700;
	text-align: center;
}


.lower-page-banner-layout {
    position: relative;
}

.service-menu-desc {
    max-width: 1200px;
    margin: 30px auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.service-diagram-item__cont {
    margin: 70px 0;
}

.point-number {
    font-size: 18px;
    background-color: #004484;
    color: #fff;
    padding: 5px;
}

.point-fs {
    font-size: 24px;
    margin: 0 0 0 5px;
}

.service-diagram-item {
    margin: 0 0 32px;
}

.point-subtitle {
    font-size: 20px;
    display: inline-block;
    margin: 0 0 0 15px;
    font-weight: 500;
}

.point-desc {
    display: block;
    margin: 10px 0 0;
}

.our-business-subtitle-jp {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 30px;
}

.rp-subcont {
	width: calc(100% - 30px);
	position: relative;
	padding: 50px 30px 0 0;
	margin: 0 0 40px;
}

.rp-subtitle {
	font-weight: 700;
	font-size: 30px;
	display: block;
	margin: 0 0 30px;
}

.rp-content__subcont {
	background-color: #fff;
	margin: 60px 0 0 -70px;
	padding: 30px;
}

.rp-content {
	line-height: 1.9;
	padding: 0 15px 0 0;
}

.rp-image img {
	height: 450px;
	object-fit: cover;
}

.rp-image,
.rp-content
{
	z-index: 1;
	position: relative;
}

.rp-image
{
	padding: 0 20px 0 0;
}

.rp-image > img {
	display: block;
}

.rp-titlebox {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
}

.rp-title {
	color: #004484;
	font-size: 20px;
}

.rp-box {
	z-index: 0;
	border: 1px solid #004484;
	border-width: 1px 1px 0 0;
	width: 100%;
	height: auto;
	flex: 1;
	margin: 16px 0 0 16px;
}

#our-strengths .rp-subcont {
	margin: 0 0 40px auto;
	padding: 50px 0 0 30px;
}

#our-strengths .rp-title {
	order: 1;
}

#our-strengths .rp-titlebox {
	right: unset;
	left: 0;
}

#our-strengths .rp-box {
	border-width: 1px 0 0 1px;
	margin: 16px 16px 0 0;
}

#our-strengths .rp-content {
	z-index: 2;
}

#our-strengths .rp-image {
	order: 1;
}

#our-strengths .rp-content__subcont {
	margin: 60px -70px 0 0;
}

.rp-subtitle-jp {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 30px;
	display: block;
}

.our-strengths-item {
    margin: 0 30px 30px 0;
    width: calc(100% / 12 * 4 - 30px);
}

.our-strengths-item:nth-child(3n) {
    margin: 0 0 30px; 
}

.our-strengths-item:last-child {
    margin: 0;
}

.our-strengths-desc {
    font-weight: 700;
    color: #004484;
    line-height: 28px;
	max-width: 300px;
    display: block;
    margin: 0 auto;
}

.our-strengths-cont {
    justify-content: center;
}

#tenants-example {
    padding: 50px 0;
}

.tenants-example-image {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 0 10px 0 0;
}

.tenants-example-item {
    margin: 0 0 30px;
}

#owners-tenants .rp-subcont {
	margin: 0 0 40px auto;
	padding: 50px 0 0 30px;
}

#owners-tenants .rp-title {
	order: 1;
}

#owners-tenants .rp-titlebox {
	right: unset;
	left: 0;
}

#owners-tenants .rp-box {
	border-width: 1px 0 0 1px;
	margin: 16px 16px 0 0;
}

#owners-tenants .rp-content {
	z-index: 2;
}

#owners-tenants .rp-image {
	order: 1;
}

#owners-tenants .rp-content__subcont {
	margin: 60px -70px 0 0;
}

#owners-tenants {
    padding: 50px 0;
}

#owners-tenants.rp-width2 {
    background-color: #E8F2F9;
    max-width: unset;
}

#owners-tenants .rp-cont {
    max-width: 1200px;
    margin: 0 auto;
}

.owners-tenants-item {
    background-color: #fff;
    margin: 0 30px 0 0;
    width: calc(100% / 12 * 6 - 60px);
    padding: 20px;
}

.owners-tenants-item:last-child {
    margin: 0;
}

.owners-tenants-cont {
    justify-content: center;
}

.owners-tenants-subtitle {
    font-weight: 700;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #004484;
}

.rp-button {
	background-color: #004484;
    margin: 30px auto 15px;
    padding: 15px 30px;
    text-align: center;
    max-width: 190px;
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.rp-button a {
    text-decoration: none;
    color: #fff;
}

.rp-button img {
    vertical-align: middle;
    margin: 0 0 0 30px;
    width: 25px;
    height: 25px;
}

.rp-button:hover {
    background-color: #fff;
    color: #004484;
    border: 1px solid #004484;
}

.rp-button:hover a {
    color: #004484;
}

.rp-button:hover img {
    filter: invert(37%) sepia(89%) saturate(7476%) hue-rotate(204deg) brightness(66%) contrast(101%);
}

.rp-button a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}

.ftr__logo-image {
	max-width: 250px;
}

.ftr__logo-name {
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding: 0;
    margin: 4px 0 0;
}

.ftr__address {
	margin: 26px auto 0 50px;
	align-content: center;
	align-items: center;
	font-weight: 500;
	align-self: start;
	text-align: left;
}

.ftr__cpright {
	text-align: center;
}

.footer__menu-list ul li a {
    text-decoration: none;
    color: #000;
}

.am-col-auto.footer__menu-list li a {
    text-decoration: none;
    color: #191B63;
}

.footer__menu-list li {
    list-style: none;
}

.footer__menu-list {
    list-style: none;
    padding: 0;
	width: 100px;
}

.footer__menu {
    align-self: flex-end;
    margin: 0 0 18px;
	justify-content: end;
}

.footer__menu-list li a {
    text-decoration: unset;
    color: #191B63;
}

.ftr .am-container {
    max-width: 1024px;
}

.ftr__scrolltop {
	position: fixed;
	right: 35px;
	bottom: 66px;
	z-index: 2;
}

.ftr__scrolltop > a {
	width: 56px;
	height: 46px;
	background: #000A;
	text-align: center;
	display: block;
	padding: 10px 0 0;
}

.ftr__address p {
    margin: 0;
}

.inquiry-form__contact-form {
	margin: 50px auto 0;
	text-align: right;
	max-width: 1000px;
	width: calc(100% - 20px);
	color: #fff;
}

.required {
	color: #FFF;
	padding: 3px 26px;
	font-size: 14px;
	margin: 0 20px 0 auto;
	background-color: #004484;
}

.not.required {
    background: #888888;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	display: flex;
	color: #000;
}

.inquiry-form__contact-col input {
	padding: 16px 10px;
	width: calc(100% - 22px);
	border: 1px solid #004484;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	padding: 10px;
	width: calc(100% - 22px);
	border: 1px solid #8E5343;
}

.inquiry-form__link {
	font-size: 18px;
}

.inquiry-form__contact-form a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #B1B1B1;
}

.inquiry-form__row.height-adj {
    height: 93px;
}

.inquiry-form__contact-col.inq-item__radio {
	align-self: center;
}

.inquiry-form__row {
    display: flex;
    align-items: flex-start;
	margin: 0 0 30px;
}

.inquiry-form__contact-col {
    width: calc(70% - 20px);
	margin: 0 0 0 20px;
}

.inquiry-form__contact-col:first-child {
    width: 30%;
	color: #371F1F;
}

.inquiry-form__submit-cont .dl-submit p input {
    background: #8E5343;
    border: unset;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 32px;
}

.inquiry-form__submit-cont {
    text-align: center;
}

.inquiry-form__contact-col textarea {
    padding: 10px;
    width: calc(100% - 22px);
    border: 1px solid #0079E1;
}

input[type="radio"] {
    width: 20px!important;
	margin:0 10px 0 0;
}

.inquiry-form__contact-col {
	text-align: left;
}

.wpcf7-list-item {
	display: unset!important;
	margin: unset!important;
}

span.wpcf7-spinner {
    display: none;
}

#inquiry {
    padding: 80px 0;
}

.inquiry-description {
    text-align: center;
    margin: 0;
}

.inquiry-form__submit-cont .dl-submit input {
    background: #004484;
    border: unset;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 16px 40px;
	border: 1px solid transparent;
}

.inquiry-form__submit-cont {
    text-align: center;
}

.inquiry-form__contact-col textarea {
    padding: 10px;
    width: calc(100% - 22px);
    border: 1px solid #004484;
}

.notrequired {
	color: #FFF;
    padding: 3px 26px;
    font-size: 14px;
    margin: 0 20px 0 auto;
    background-color: #9A9A9A;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
	align-self: center;
    margin: 0 10px 0 0;
}

.dl-submit {
    position: relative;
	display: block;
	transition: all 0.3s ease;
}

.dl-submit input:hover {
    background-color: #fff;
    color: #004484;
    border: 1px solid #004484;
}

.rp-subcont > :not(.rp-titlebox) {
    position: relative;
    z-index: 1;
}

.office-store-desc {
    display: block;
    margin: 20px 0 0;
}

.br-sp {
	display: none;
}

footer .cbl-button {
    padding: 7px 48px;
    margin: 8px 0 0;
}

footer .cbl-button img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    padding: 0 0 5px;
	margin: 0 0 0 25px;
}

.wpcf7 input[type="submit"] {
	background: url('../images/white-arrow.png') no-repeat right center;
	background-size: 16px;
	background-color: #004484;
	background-position-x: calc(100% - 10px);
}

.cbl-button.button2 {
    background: #000;
}

.cbl-button.button2:hover {
    background: #fff;
	border: 1px solid #000;
}

.cbl-button.button2:hover a {
	color: #000;
}

.cbl-button.button2:hover img {
      filter: invert(1);
}

.bottom-slider-item__img > img {
	width: 100%;
	height: 17.3611vw;
	object-fit: cover;
}

.bottom-slider-item.slick-active {
	filter: brightness(1);
}

.bottom-slider-item {
	transition: filter 0.5s ease;
}

.bottom-slider-item__title {
	padding: 20px 0;
	position: relative;
}

.bottom-slider-item__content {
	text-align: center;
	position: relative;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	text-decoration: unset;
}

.bottom-slider-item__arrow {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.bottom-slider-item__arrow > svg {
	display: block;
}

.bottom-slider-item__title .title {
	margin: 0;
	font-weight: 700;
	font-size: 16px;
}

.bottom-slider-cont {
	position: relative;
}

.bottom-slider-arrow {
	position: absolute;
	top: calc(30vw * 0.65 * 0.5);
	display: block;
	z-index: 1;
}

.bottom-slider-arrow.prev {
	left: 10%;
	transform: translate(-50%, -50%);
}

.bottom-slider-arrow.next {
	right: 10%;
	transform: translate(50%, -50%);
}

.bottom-slider-arrow:hover {
	cursor: pointer;
}

#three-pillars {
    padding: 40px 0;
}

.width-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.cbl-title {
    text-align: center;
}

.title-en {
    display: block;
    color: #CC0000;
    font-size: 20px;
    font-family: "Libre Baskerville", serif;
}

.title-jp {
    font-size: 30px;
    "Noto Serif JP", font-family: sans-serif;
    font-family: "Noto Serif JP", serif;
}

.three-pillars-container {
    margin: 50px 0;
}

.three-pillars-item span {
    font-size: 24px;
    font-weight: 700;
    color: #CC0000;
}

.three-pillars-diagram {
    margin: 0 0 0 60px;
}

.ftr-logo-text {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.ftr__logo a {
    text-decoration: none;
}

#our-service {
    padding: 0 0 80px;
}

.our-service-item {
    margin: 0 30px 0 0;
}

.our-service-item__subtitle {
    font-weight: 700;
    display: block;
    font-size: 20px;
    text-align: center;
    margin: 10px 0;
}

.our-service-item:last-child {
    margin: 0;
}

.our-service-container {
    margin: 50px 0 0;
}

.cbl-title .title-en::before, .cbl-title .title-en::after {
    content: "";
    width: auto;
    height: 1px;
    display: block;
    background: #cc0000;
    flex: 1;
}

.cbl-title .title-en::before {
    margin: 0 10px 0 0;
}

.cbl-title .title-en::after {
    margin: 0 0 0 10px;
}

.cbl-title .title-en {
    max-width: 500px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.three-pillars-container {
    margin: 0 10px;
}

.our-service-container {
    margin: 0 10px;
}

.br-sp {
	display: none;
}

.bnr__pix img {
    height: 1040px;
    object-fit: cover;
	width: 100%;
}

#company-philosophy {
    padding: 80px 0 0;
}

.company-philosophy-desc {
    margin: 30px 0;
}

.box1 {
    border: 1px solid;
    text-align: center;
    max-width: 112px;
    height: 76px;
    align-content: center;
}

.box2 {
    border: 1px solid #CC0000;
    padding: 20px;
    max-width: 228px;
}

.box2 span {
    display: block;
}

.box3.logo-01 {
    border: 1px solid #03602E;
    text-align: center;
    max-width: 276px;
	height: 118px;
	align-content: center;
}

.box3.logo-01 span {
    display: block;
}

.box3.logo-02 {
    border: 1px solid #1556B4;
    max-width: 240px;
    height: 78px;
    align-content: center;
    padding: 20px;
}

.logo-01 img {
    height: 45px;
    object-fit: contain;
}

.box3.desc1 {
    border: 1px solid #03602E;
    height: 118px;
    align-content: center;
	margin: 0 0 50px;
}

.box3.desc2 {
    border: 1px solid #1556B4;
    height: 118px;
    align-content: center;
}

#message-representative {
    padding: 80px 0;
}

.message-representative-image {
    max-width: 380px;
    margin: 0 70px 0 0;
}

.message-representative-content {
    align-content: center;
    max-width: 584px;
}

.message-representative-name {
    display: block;
    margin: 30px 0;
    text-align: right;
}

.message-representative-subcont {
    justify-content: center;
    margin: 50px 0 0;
}

.message-representative-image.right-img {
    max-width: 380px;
    margin: 0 0 0 70px;
}

.company-profile-table {
    width: 100%;
    border-collapse: collapse;
}

.company-profile-table tr td:first-child {
    color: #CC0000;
    background-color: #FFEDEC;
    text-align: center;
    font-weight: 700;
}

.company-profile-table tr td {
    padding: 15px;
    border: 1px solid #ccc;
    border-width: 1px 0;
}

.company-profile-table ul {
    padding: 0 0 0 20px;
}

#company-profile {
    padding: 0 0 80px;
}

.company-profile-subcont {
    margin: 50px 0 0;
}

/* .company-philosophy-diagram {
    height: 354px;
} */

.box1-cont, .box2-cont  {
    align-content: center;
}

.company-philosophy-image {
    width: 100%;
    object-fit: contain;
}

#contact-form {
    padding: 80px 0;
}

.contact-form-desc {
    text-align: center;
    margin: 30px 0;
}

.contact__container {
    margin: 120px 0 0;
}

.inquiry-form__contact-form {
	margin: 50px auto 0;
	text-align: right;
	max-width: 1000px;
	width: calc(100% - 20px);
	color: #fff;
}

.required {
	color: #FFF;
	padding: 3px 26px;
	font-size: 14px;
	margin: 0 20px 0 auto;
	background-color: #CC3D00;
}

.not.required {
    background: #888888;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	display: flex;
	color: #000;
}

.inquiry-form__contact-col input {
	padding: 16px 10px;
	width: calc(100% - 22px);
	border: 1px solid #4F4F4F;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	padding: 10px;
	width: calc(100% - 22px);
	border: 1px solid #8E5343;
}

.inquiry-form__link {
	font-size: 18px;
}

.inquiry-form__contact-form a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #B1B1B1;
}

.inquiry-form__row.height-adj {
    height: 93px;
}

.inquiry-form__contact-col.inq-item__radio {
	align-self: center;
}

.inquiry-form__row {
    display: flex;
    align-items: flex-start;
	margin: 0 0 30px;
}

.inquiry-form__contact-col {
    width: calc(70% - 20px);
	margin: 0 0 0 20px;
}

.inquiry-form__contact-col:first-child {
    width: 30%;
	color: #371F1F;
}

.inquiry-form__submit-cont .dl-submit p input {
    background: #8E5343;
    border: unset;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 32px;
}

.inquiry-form__submit-cont {
    text-align: center;
}

.inquiry-form__contact-col textarea {
    padding: 10px;
    width: calc(100% - 22px);
    border: 1px solid #4F4F4F;
}

input[type="radio"] {
    width: 20px!important;
	margin:0 10px 0 0;
}

.inquiry-form__contact-col {
	text-align: left;
}

.wpcf7-list-item {
	display: unset!important;
	margin: unset!important;
}

span.wpcf7-spinner {
    display: none;
}

.notrequired {
    color: #FFF;
    padding: 3px 26px;
    font-size: 14px;
    margin: 0 20px 0 auto;
    background-color: #B8B8B8;
}

.inquiry-form__submit-cont .dl-submit input {
    background: #59A4D8;
    border: unset;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 16px 40px;
	border: 1px solid transparent;
}

.wpcf7 input[type="submit"] {
    background: url(../images/arrow-right.png) no-repeat right center;
    background-size: 10px;
    background-color: #CC3D00;
    background-position-x: calc(100% - 15px);
}

.diagram-pc {
	display: block;
}

.diagram-sp {
	display: none;
}

#thanks-form {
    padding: 80px 0;
}

.thanks-desc {
    text-align: center;
    margin: 50px 0 0;
}

.message-representative-subcont.message-representative1 {
    max-width: 1000px;
    margin: 0 auto;
}

.message-representative-content.message-representative1 {
    max-width: 1000px;
	margin: 30px auto 0;
}

@keyframes scrollDown {
	0% {
		top: 0;
		opacity: 0;
	}
	50% {
		top: 15px;
		opacity: 1;
	}
	100% {
		top: 30px;
		opacity: 0;
	}
}

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

    .service-diagram-arrowtxt {
        width: 140px;
    }

    .service-diagram-box .service-diagram-icon {
        width: 40%;
    }
    
    .service-diagram-box {
        width: 25%;
    }
    
    .service-diagram-boxtext {
        width: 60%;
    }
    
    .service-diagram-shake {
        margin: 2%;
    }
}

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

	.ftr__layout {
		flex-wrap: wrap;
	}
	
	.footer__menu {
		width: 100%;
		flex-wrap: wrap;
	}

	.footer__menu-list {
		display: flex;
		margin: 0;
		width: auto;
	}

	.footer__menu-list li {
		margin: 0 40px 0 0;
	}

	.ftr__logo {
		order: 1;
	}

	.ftr__address {
		order: 1;
	}

	.ftr__cont {
		padding: 50px 0;
	}
}

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

    .service-diagram-box.tenant {
        order: 1;
        margin: 20px 0 0;
    }
    
    .service-diagram-arrow.right {
        order: 2;
    }
    
    .service-diagram-arrow.left,
    .service-diagram-arrow.right {
        margin: 30px auto 0;
        width: 100%;
        max-width: 400px;
    }
    
    .service-diagram-box {
        margin: 30px auto 0;
        width: 100%;
        max-width: 300px;
    }
    
    .service-diagram-container {
        flex-direction: column;
        align-items: center;
    }
    
    .service-diagram-shake {
        flex-direction: column;
        margin: 10px 0 0;
    }
    
    .service-diagram-shake__arrow.left {
        rotate: 180deg;
    }
    
    .service-diagram-shake__arrow.right {
        rotate: unset;
    }
    
    .service-diagram-shake__icon {
        margin: 20px 0;,
    }
    
    .service-diagram-logo.btm {
        display: block;
		order: 2;
		width: calc(100% - 60px);
        margin: 0 10px;
    }
	
	.service-diagram-logo {
		width: calc(100% - 60px);
		text-align: center;
		margin: 0 auto;
	}

	.service-diagram-logo img {
		max-width: 200px;
	}

	.office-store-cont {
		display: block;
		margin: 0;
	}

	.office-store-image {
		width: 100%;
		margin: 0;
	}

	.tenants-example-content {
		margin: 20px 10px 0;
		width: calc(100% - 20px);
	}

	.tenants-example-list {
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.management-operations-cont {
		display: flex;
		flex-wrap: wrap;
	}

	.management-operations-content {
		order: 2;
		width: calc(100% - 20px);
		margin: 0 10px;
		padding: 0;
	}

	.management-operations-image {
		width: 100%;
	}

	.support-building-owners-cont {
		width: 100%;
		display: block;
	}

	.support-building-owners-image {
		width: 100%;
	}

	.support-building-owners-content {
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	ul.support-building-owner-list {
		padding: 0 0 0 20px;
	}

	.support-building-owners-desc {
		margin: 0 10px;
	}

	.service-footer-cont {
		display: block;
	}

	.service-footer-cont__image {
		width: 100%;
	}

	.service-footer-cont__content {
		width: 100%;
		margin: 0;
	}
	
	.rp-subtitle-jp {
		font-size: 24px;
	}

	.ftr__address {
		margin: 20px 20px 0;
	}

	.ftr__logo {
		order: 1;
	}

	.ftr__address {
		order: 1;
		margin: 20px 40px 0;
	}

	.footer__menu {
		align-self: center;
		margin: 0 20px 40px;
		justify-content: center;
	}

	.footer__menu-list {
		display: flex;
		flex-wrap: wrap;
		width: 50%;
		align-self: flex-start;
	}
	
	.footer__menu-list li {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	.message-representative-image img {
		width: 100%;
		max-width: 100%;
	}
}
