/* 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;
	height: 100%;
}

.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 Serif JP;
}

.hdr__layout {
	height: 100px;
}

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

.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;
	flex: 1;
}

.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: #191B63;
	padding: 5px 14px;
	width: calc(100% - 0);
	display: block;
	white-space: nowrap;
	font-size: 18px;
    font-weight: 700;
}

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

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

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

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

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

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

.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 140px;
}

.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 0 auto;
	justify-content: center;
	flex: 1;
}

.hdr__navi-lang {
	text-align: center;
	margin: 0;
	width: 260px;
}

.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;
}

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

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

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

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

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

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

#company-profile, #contract-achievement, #bottom-slider {
    padding: 50px 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;
}

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

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

.company-profile-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;
}

.company-profile-content {
	align-content: end;
}

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

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

.company-profile-image {
    width: 58.561%;
}

.company-profile-content {
    width: 41.439%;
}

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

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

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

#business-description .company-profile-subcont {
	margin: 0 0 40px auto;
	padding: 50px 0 0 10px;
}

#business-description .company-profile-title {
	order: 1;
}

#business-description .company-profile-titlebox {
	right: unset;
	left: 0;
}

#business-description .company-profile-box {
	border-width: 1px 0 0 1px;
	margin: 16px 16px 0 0;
}

#business-description .company-profile-content {
	z-index: 2;
}

#business-description .company-profile-image {
	order: 1;
}

#business-description .company-profile-content__subcont {
	margin: 40px -70px 0 0;
}

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

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

.bottom-slider-item {
	filter: brightness(0.3);
	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;
}

.top-menu-image {
	min-height: 300px;
	width: 100%;
}

.top-menu-item {
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.top-menu-image {
	width: 100%;
	height: auto;
	display: block;
}

.top-menu-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
	font-weight: 700;
	transition: all 0.5s ease;
	margin: 10px;
	height: 32px;
	overflow-y: hidden;
	display: flex;
    flex-direction: column;
}

.caption-sub {
    margin: 10px 0 0;
	text-align: left;
    padding: 20px;
	font-weight: 400;
}

.caption-btn {
    justify-self: flex-end;
    margin: auto 0 0;
    background: #004484;
	border-color: #004484;
    width: 200px;
    margin: auto auto 0;
    padding: 5px 0;
}

.top-menu-caption > img {
    width: 14px;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 18px;
	opacity: 1;
	transition: opacity 0.5s ease;
}

/* --- Hover text effect --- */
.caption-hover {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	transition: opacity 0.3s ease;
}

.top-menu-item:hover .caption-default {
}

.top-menu-item:hover .caption-hover {
	opacity: 1;
}

.top-menu-item:hover .top-menu-caption {
    height: calc(100% - 40px);
}

.top-menu-item:hover .top-menu-caption > img {
	opacity: 0;
}

.top-menu-item:hover .caption-exp {
    opacity: 1;
}

.caption-btn {
	color: #fff;
}

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

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

.caption-btn a {
    text-decoration: none;
	color: #fff;
	display: block;
}

.caption-btn a:hover {
    color: #004484;
}

.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: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	z-index: 1;
	font-family: 'Noto Sans JP', sans-serif;
	color: #0b2c47;
}

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

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

#company-profile .banner-button, #business-description .banner-button, #contract-achievement .banner-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';
}


.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;
	display: none;
}

.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;
}

.our-leasing-strengths__diagram.alt {
    display: block;
    width: 100%;
}

.our-leasing-strengths__diagram.alt .our-leasing-strengths__image1 {
    width: 100%;
}


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

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

.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;
	align-content: center;
}

.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;
}

.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;
}

#office-store {
    padding: 50px 0;
}

.office-store-subtitle {
    font-weight: 700;
    font-size: 32px;
    display: block;
}

.tenants-example-content {
    align-content: center;
    margin: 0 10px 0 40px;
    width: calc(100% / 12 * 6 - 50px);
}

.tenants-example-item__icon img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin: 0 5px 10px 0;
}

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

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

#management-operations .rp-title {
	order: 1;
}

#management-operations .rp-titlebox {
	right: unset;
	left: 0;
}

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

#management-operations .rp-content {
	z-index: 2;
}

#management-operations .rp-image {
	order: 1;
}

#management-operations .rp-content__subcont {
	margin: 60px -70px 0 0;
}

#management-operations .rp-subtitle-jp {
    text-align: left;
    margin: 0 0 30px 0;
}

.management-operations-content {
    padding: 0 0 0 20px;
    width: calc(100% / 12 * 7 - 20px);
}

.management-operations-number {
    background: #004484;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    align-content: center;
    margin: 0 10px 0 0;
}

.management-operations-item {
    margin: 0 0 15px;
}

#support-building-owners {
    padding: 50px 0;
}

.support-building-owners-content {
    margin: 0 0 0 30px;
    width: calc(100% / 12 * 7 - 30px);
}

.support-building-owner-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #004484;
}

.support-building-owners-item {
    margin: 0 0 30px 0;
}

.support-building-owners-cont {
    margin: 40px 0 0;
}

.support-building-owners-desc {
    background-color: #E8F2F9;
    padding: 20px 0;
    text-align: center;
    margin: 20px auto;
    font-weight: 900;
	max-width: 1170px;
}

.support-building-owners-cont {
    max-width: 1170px;
    margin: 0 auto;
}

#support-building-owners .rp-desc {
    max-width: 1170px;
    margin: 30px auto;
}

.service-footer-cont {
    max-width: 1266px;
    margin: 0 auto;
    padding: 50px 0;
}

.service-footer-cont__content {
    width: 610px;
	line-height: 28px;
}

.service-footer-cont__image img {
    width: 588px;
	height: 470px;
    object-fit: cover;
}

.service-footer-cont__desc {
    margin: 0;
}

.service-footer-cont__subtitle {
    font-size: 30px;
    font-weight: 700;
    color: #004484;
	margin: 15px 0;
	line-height: 32px;
}

.service-footer-item img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
	margin: 0 6px 0 0;
}

.service-footer-item {
    margin: 0 0 5px;
	display: flex;
}

#service-footer .rp-button {
    max-width: 220px;
    margin: 30px 0;
	position: relative;
}

#service-footer {
    padding: 0 0 50px;
	background: #E8F2F9;
}

#service-footer .am-bg-pix {
	display: none;
}

.greeting-img {
    max-width: 200px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.greeting-sign-cont {
    text-align: right;
	margin-top: 50px;
}

#greeting {
	padding: 50px 0 40px;
}

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

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

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

.ftr__cpright {
	text-align: center;
}

#company-profile .rp-subcont {
	margin: 0 0 40px auto;
	padding: 50px 0 0 10px;
}

#company-profile .rp-title {
	order: 1;
}

#company-profile .rp-titlebox {
	right: unset;
	left: 0;
}

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

#company-profile .rp-content {
	z-index: 2;
}

#company-profile .rp-image {
	order: 1;
}

#company-profile .rp-content__subcont {
	margin: 60px -70px 0 0;
}

#company-profile .rp-subtitle-jp {
    text-align: center;
    margin: 0 0 30px 15px;
}

.company-profile-cont .company-pg{
    max-width: 1000px;
    margin: 0 auto;
}

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

.company-profile-table {
    border-collapse: collapse;
    width: 100%;
	max-width: 1000px;
    margin: 0 auto;
}

.company-profile-table tr td {
    padding: 15px;
}

.company-profile-table tr td:first-child {
    font-weight: 700;
}

.company-catchphrase__subtitle {
    text-align: center;
    margin: 80px 0 50px;
    font-weight: 700;
}

.noto-serif.company-catchphrase__subtitle-en {
    display: block;
    font-size: 32px;
    color: #004484;
    line-height: 32px;
    margin: 0 0 15px;
}

.company-catchphrase__subtitle-jp {
    font-size: 20px;
    line-height: 28px;
    display: block;
}

#access {
    padding: 40px 0;
}

#access .rp-subtitle-jp {
    text-align: left;
}

.access-content {
    margin: 0 0 0 30px;
}

.access-subtitle {
    display: block;
    font-weight: 700;
}

.access-item {
    margin: 0 0 20px;
}

#access .rp-button {
    margin: 30px 0 0 auto;
}

#trust-compliance .rp-subcont {
	margin: 0 0 40px auto;
	padding: 50px 0 0 10px;
}

#trust-compliance .rp-title {
	order: 1;
}

#trust-compliance .rp-titlebox {
	right: unset;
	left: 0;
}

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

#trust-compliance .rp-content {
	z-index: 2;
}

#trust-compliance .rp-image {
	order: 1;
}

#trust-compliance .rp-content__subcont {
	margin: 60px -70px 0 0;
}

#trust-compliance .rp-subtitle-jp {
    text-align: center;
    margin: 0 0 30px 15px;
}

.trust-compliance-cont {
    max-width: 1140px;
    margin: 0 auto;
}

.trust-compliance-subtitle {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
}

.trust-compliance-list {
    margin: 0;
}

.trust-compliance-item {
    margin: 0 0 30px;
}

.trust-compliance-desc {
    margin: 40px 0;
}

#company-profile.company-pg {
	padding: 40px 0;
}

#trust-compliance {
    padding: 40px 0;
}

#company-brochure .rp-button {
    max-width: 250px;
	position: relative;
}

#company-brochure {
    padding: 40px 0;
}

#company-brochure .rp-button img.download-icon {
    margin: 0 20px 0 0;
}

#company-brochure .rp-button img {
    margin: 0 0 0 20px;
}

.for-building-owners__content {
    margin: 0 0 0 50px;
	width: 590px;
}

.for-building-owners__image {
    width: 530px;
}

#for-building-owners {
    padding: 80px 0 40px;
}

.for-building-owners__image img {
    height: 320px;
    object-fit: cover;
}

#our-listing-procedure .rp-subcont {
	margin: 0 0 40px auto;
	padding: 50px 0 0 10px;
}

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

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

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

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

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

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

#our-listing-procedure .rp-subtitle-jp {
    text-align: center;
    margin: 0 0 30px 15px;
}

.our-listing-procedure-item__step {
    background-color: #004484;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: Noto Serif JP;
    margin: 0 10px 0 0;
}

.our-listing-procedure-item {
    margin: 0 0 20px;
}

.our-listing-procedure-item__content {
    font-size: 20px;
    font-weight: 500;
}

.our-listing-procedure-cont {
    margin: 50px 0 0;
}

.our-listing-procedure-item__step span {
    font-size: 24px;
}

#our-listing-procedure {
    padding: 40px 0;
}

.our-leasing-strengths-cont {
    max-width: 1140px;
    margin: 0 auto;
}

.our-leasing-strengths-desc1 {
    font-weight: 700;
    font-size: 20px;
    color: #004484;
}

.our-leasing-strengths__diagram {
    display: flex;
    width: 100%;
    justify-content: space-between;
	margin: 40px 0 0;
	display: none;
}

.our-leasing-strengths__image1 {
    width: 310px;
    object-fit: contain;
}

.our-leasing-strengths__image2 {
    width: 45px;
    object-fit: contain;
}

.our-leasing-strengths__image3 {
    width: 310px;
    object-fit: contain;
}

#our-leasing-strengths {
    padding: 40px 0;
}

#additional-support {
    padding: 40px 0;
}

.additional-support__content {
   width: 590px;
    margin: 0 50px 0 0;
	line-height: 28px;
}

.additional-support__image {
    width: 530px;
}

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

#additional-support .rp-title {
	order: 1;
}

#additional-support .rp-titlebox {
	right: unset;
	left: 0;
}

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

#additional-support .rp-content {
	z-index: 2;
}

#additional-support .rp-image {
	order: 1;
}

#additional-support .rp-content__subcont {
	margin: 60px -70px 0 0;
}

#additional-support .rp-subtitle-jp {
    text-align: center;
    margin: 0 0 30px 15px;
}

.additional-support-cont {
    max-width: 1172px;
    margin: 0 auto;
}

#asset-management-services {
    padding: 40px 0;
}

.asset-management-services__content {
    margin: 0 0 0 50px;
	width: 590px;
	line-height: 28px;
}

.asset-management-services__image {
    width: 530px;
}

#about-property-management .rp-subcont {
	margin: 0 0 40px auto;
	padding: 50px 0 0 30px;
}

#about-property-management .rp-title {
	order: 1;
}

#about-property-management .rp-titlebox {
	right: unset;
	left: 0;
}

#about-property-management .rp-box {
	border-width: 1px 0 0 1px;
	margin: 16px 16px 0 0;
}

#about-property-management .rp-content {
	z-index: 2;
}

#about-property-management .rp-image {
	order: 1;
}

#about-property-management .rp-content__subcont {
	margin: 60px -70px 0 0;
}

#about-property-management .rp-subtitle-jp {
    text-align: center;
    margin: 0 0 30px 15px;
}

.about-property-management__content {
    margin: 0 50px 0 0;
	width: 590px;
}

.about-property-management__image {
    width: 530px;
}

#about-property-management {
    padding: 40px 0;
}

.property-management__content {
    margin: 0 0 0 50px;
    width: 590px;
}

.property-management__list {
    padding: 0 0 0 20px;
	margin-left: -35px;
}

.property-management__image img {
    height: 400px;
    object-fit: cover;
}

#property-management {
	padding: 40px 0;
}

.property-management__image {
    width: 530px;
}

.maintaining-good-relationship__subtitle {
    display: block;
    font-weight: 700;
    font-size: 20px;
	 margin: 0 0 15px;
}

.maintaining-good-relationship {
    margin: 80px 0;
}

.maintaining-good-relationship__content {
    margin: 0 50px 0 0;
    width: 590px;
}

.maintaining-good-relationship__list {
    padding: 0 0 0 20px;
	margin-left: -35px;
}

.property-management__desc {
    margin: 20px 10px 0 0;
}

.maintaining-good-relationship__image {
    margin: 0;
	width: 530px;
}

.maintaining-good-relationship {
    margin: 60px 0 0;
}

#for-tenants {
    padding: 80px 0 40px;
}

.for-tenants-content {
    margin: 0 0 0 50px;
	width: 590px;
}

.for-tenants-image {
    width: 530px;
}

.for-tenants-image img {
    height: 380px;
}

.for-tenants-image img {
   height: 340px;
   object-fit: cover;
}

.quality-quantity-image {
    width: 530px;
}

.quality-quantity-cont {
    justify-content: center;
}

.quality-quantity-content {
    margin: 0 50px 0 0;
    width: 590px;
    line-height: 28px;
}

#quality-quantity {
    padding: 40px 0;
}

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

#quality-quantity .rp-title {
	order: 1;
}

#quality-quantity .rp-titlebox {
	right: unset;
	left: 0;
}

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

#quality-quantity .rp-content {
	z-index: 2;
}

#quality-quantity .rp-image {
	order: 1;
}

#quality-quantity .rp-content__subcont {
	margin: 60px -70px 0 0;
}

#quality-quantity .rp-subtitle-jp {
    margin: 0 0 30px 0px;
    text-align: left;
    line-height: 48px;
}

#ideal-property {
    padding: 40px 0;
}

.ideal-property-content {
    margin: 0 0 0 50px;
    width: 590px;
    line-height: 28px;
}

.ideal-property-image {
    width: 530px;
}

#ideal-property .rp-subtitle-jp.noto-serif {
    text-align: left;
    line-height: 48px;
}

.ideal-property-image img {
    height: 340px;
    object-fit: cover;
}

.quality-quantity-image img {
    height: 340px;
	object-fit: cover;
}

#owners-tenants .rp-button {
    position: relative;
	font-weight: 700;
}

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

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

.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: #000;
}

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

.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;
}

.tenant-requests-item__subtitle {
    font-size: 20px;
    display: block;
    font-weight: 700;
    color: #004484;
    margin: 0 0 8px;
    max-width: 518px;
    display: block;
}

.tenant-requests-item {
    margin: 0 50px 30px 0;
    width: calc(100% / 12 * 6 - 50px);
}

.tenant-requests-item:nth-child(even) {
    margin: 0 0 30px;
}

.tenant-requests-cont {
	justify-content: space-around;
	max-width: 1140px;
}

.tenant-requests-item:nth-child(even) {
    margin: 0 0 30px 0;
}

.transfer-fixture__subtitle {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #004484;
}

.transfer-fixture__text1 {
    display: block;
    margin: 30px 0 20px;
    font-weight: 700;
}

.transfer-fixture {
    margin: 50px auto;
	max-width: 1140px;
}

.successful-cases__item {
    width: calc(100% / 5 - 16px);
    margin: 0 10px 20px;
}

.successful-cases {
    max-width: 1140px;
    margin: 0 auto;
}

.successful-cases__caption {
    text-align: center;
    display: block;
    font-weight: 500;
}

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

.successful-cases__item:nth-child(5n - 4) {
    margin: 0 10px 20px 0;
}

.successful-cases__subtitle {
    display: block;
    margin: 30px 0 20px;
    font-weight: 700;
}

#tenant-requests {
    padding: 40px 0;
}

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

#tenant-requests .rp-title {
	order: 1;
}

#tenant-requests .rp-titlebox {
	right: unset;
	left: 0;
}

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

#tenant-requests .rp-content {
	z-index: 2;
}

#tenant-requests .rp-image {
	order: 1;
}

#tenant-requests .rp-content__subcont {
	margin: 60px -70px 0 0;
}

#tenant-requests .rp-subtitle-jp {
    text-align: center;
    margin: 0 0 50px 15px;
	line-height: 48px;
}

#office-requests {
    padding: 40px 0;
}

.office-request-content {
    margin: 0 50px 0 0;
	width: 590px;
}

.office-request-image {
    width: 530px;
}

#works {
	background: #E8F2F9;
    padding: 40px 0;
}

.works-cont__inner {
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
	max-width: 1200px;
}

.works-banner img {
    object-position: center;
}

.works-container__cont {
    max-width: 1200px;
    margin: 60px auto;
    justify-content: center;
}

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

.works-item:nth-child(3n) {
    margin: 0;
}

.works-item__name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
	display: inline-block;
	min-height: 65px;
}

.works-item img {
    width: 100%;
}

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

.sect-news__pagenavi {
    display: block;
    margin: 60px auto;
    text-align: center;
}

.ii-pgnavi__btn {
	display: inline-block;
	border: 1px solid;
	border-radius: 5px;
	font-size: 18px;
	line-height: 47px;
	font-weight: 400;
	margin: 0 5px;
	font-family: 'Noto Serif JP';
	width: 50px;
	height: 50px;
	background-color: #fff;
	text-decoration: unset;
	vertical-align: bottom;
}

#faq {
    padding: 80px 0;
}

.faq-cont {
    max-width: 1140px;
    margin: 0 auto;
}


.faq-submenu__item {
    border-left: 1px solid #2584a0;
    padding: 15px 20px;
}

.faq-submenu__item:hover {
    border-left: 1px solid #2584a0;
}

.faq-submenu__item::after {
    content: ">";
    display: inline-block;
    transform: rotate(90deg) scale(0.7, 1.25);
    margin: 0 0 0 15px;
}

.faq-submenu__item:last-child {
    border-right: 1px solid #2584a0;
}

.faq-submenu {
    margin: 0 0 40px;
}

.faq-tab__title {
	position: relative;
	padding: 20px 0 25px;
	margin: 0 0 40px;
	font-size: 24px;
}

.faq-tab__title::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #2584a0;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.faq-tab__bnr {
    width: 100%;
    height: calc(25vw - 40px);
    margin: 0 0 40px;
}

.faq-tab__bnr > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-item {
	margin: 0 0 20px;
}

.faq-item_q {
    background: #E8F2F9;
    color: #004484;
    border: 1px solid #004484;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    border-width: 1px 1px 0 1px;
}

.faq-item_q h5 {
    font-size: 16px;
	margin: 0;
}

.faq-item_a {
    background: #f7f7f7;
    color: #2A2A2A;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
}

.faq-item_q::before, .faq-item_a::before {
    content: "Q";
    width: 50px;
    height: 50px;
	align-content: center;
    margin: 10px;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    color: #fff;
    background-color: #004484;
    border: 1px solid #004484;
    border-radius: 50%;
}

.faq-item_a::before {
    content: "A";
    background-color: #fff;
    color: #004484;
    background-color: #E8F2F9;
    border: 1px solid #004484;
}

.faq-item_q > h5 {
    padding: 0 0 0 15px;
    color: #371F1F;
    font-weight: 700;
	width: auto;
	flex: 1;
}

.faq-item_a > p {
    padding: 0 0 0 15px;
    color: #2A2A2A;
    font-weight: 400;
	width: auto;
	flex: 1;
}

.faq-item_a {
    background: transparent;
    border: 1px solid #004484;
    border-width: 0 1px 1px 1px;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
}

.faq-item.show .faq-item_a {
    border-width: 1px;
}

.faq-item_q::after {
    content: "+";
    position: absolute;
    right: 30px;
    font-weight: bold;
    font-size: 30px;
    transition: 0.5s ease;
}

.faq-item.show .faq-item_q::after {
    content: "–";
    transform: rotate(180deg);
	color: #004484;
}

.faq-item.show .faq-item_a {
    max-height: 500px;
	padding: 10px 0;
}

.faq-tab__content {
	display: none;
}

.faq-tab__content.active {
	display: block;
}

.faq-tab__nav {
	display: flex;
}

.faq-tab__nav button {
	padding: 15px 30px;
	width: 331px;
	border: 1px solid #ccc;
	background: #f2f2f2;
	cursor: pointer;
	transition: 0.3s;
	border-radius: 10px 10px 0 0;
}

.faq-tab__nav button.active {
	background: #004484;
	color: #fff;
	border-color: #004484;
	display: block;
}

.faq-tab__content.active .faq-item {
    display: block;
}

button.active .faq-tab__content.active {
    display: block;
}

.faq-tab__inner-container {
    max-width: 1140px;
    margin: 0 auto 50px;
    border: 1px solid #004484;
    padding: 40px;
    width: calc(100% - 80px);
}

.faq-tab__content { 
	display: none; 
}

.faq-tab__content.active { 
	display: block; 
}

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

.employment-position__desc {
    margin: 50px 0;
	font-size: 20px;
	font-weight: bold;
}

.employment-position__content {
    margin:0 0 0 30px;
	width: 631px;
	line-height: 28px;
}

.employment-position__image {
    width: 518px;
	margin: 0 50px 0 0;
}

.employment-position__content > span {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Noto Serif JP';
    border-bottom: 1px solid #000000;
    width: 100%;
    display: block;
    padding: 0 0 15px;
}

.employment-position__item {
    margin: 0 0 50px;
}

.employment-position__text2 {
    font-weight: 700;
}

.left-content .employment-position__content {
    margin: 0 50px 0 0;
}

.left-content .employment-position__image {
    margin: 0;
}

#recruitment-process .rp-subtitle-jp {
    text-align: center;
    display: block;
    color: #000;
}

.recruitment-process__container {}

#recruitment-process {
    padding: 40px 0;
}

#employment-position {
    padding: 40px 0;
}

.recruitment-process__box {
    position: relative;
    border: 1px solid #004484;
    margin: 0 30px 0 0;
    padding: 20px;
    width: calc(100% / 5 - 30px);
    border-radius: 5px;
    box-shadow: 8px 8px #D6EEFD;
}

.recruitment-process__icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    font-family: 'Noto Sans JP';
}

.recruitment-process__step {
    display: block;
    font-family: 'Noto Serif JP';
    color: #1E4D8B;
    font-size: 18px;
}

.recruitment-process__caption {
    text-align: center;
    display: block;
}

.recruitment-process__box::after {
	content: "";
	background-image: url("../images/blue-arrow.png");
	position: absolute;
	top: 50%;
	width: 18px;
	height: 54px;
	background-size: contain;
	background-repeat: no-repeat;
	right: -12px;
	transform: translate(100%, -50%);
}

.recruitment-process__box:last-child::after {
    content: "";
    background-image: none;
}

.recruitment-process__diagram {
    margin: 50px auto;
}

.application-requirement__container {
    padding: 40px 0;
}

.application-requirement__table1 {
    width: 100%;
    margin: 50px 0;
    border-collapse: collapse;
}

.application-requirement__table1 tr td {
    border: 1px solid #004484;
    padding: 20px;
}

.application-requirement__table1 tr td:first-child {
    background-color: #E8F2F9;
    text-align: center;
    font-weight: 700;
}

ul.application-requirement__list {
    padding: 0 0 0 20px;
}

.application-requirement__table2 tr td:first-child {
    background-color: unset;
    font-weight: unset;
    text-align: left;
    align-content: start;
	width: 90px;
}

.application-requirement__table2 tr td {
    border: none;
    padding: 0;
}

.recruitment-process__box:last-child {
    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;
}

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

#privacy-policy .rp-subcont {
	margin: 0 0 40px auto;
	padding: 50px 0 0 10px;
}

#privacy-policy .rp-title {
	order: 1;
}

#privacy-policy .rp-titlebox {
	right: unset;
	left: 0;
}

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

#privacy-policy .rp-content {
	z-index: 2;
}

#privacy-policy .rp-image {
	order: 1;
}

#privacy-policy .rp-content__subcont {
	margin: 60px -70px 0 0;
}

.privacy-policy__container {
    margin: 30px 0 0 20px;
}

.privacy-policy__subtitle {
    font-weight: 700;
    font-size: 20px;
}

.privacy-policy__item {
    margin: 0 0 30px;
}

.privacy-policy__item p {
    margin: 10px 0;
}

#privacy-policy {
    padding: 40px 0;
}

.contact-form__desc {
    text-align: center;
    margin: 50px 0 30px;
}

.privacy-policy__text {
    border-bottom: 1px solid;
    padding: 0 0 2px;
}

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

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

#thank-you {
    padding: 80px 0 40px;
}

.thank-you__desc {
    text-align: center;
}

.works-item__table tr:nth-child(4n) td:last-child {
    color: #004484;
}

.works-item__table a {
    color: #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 .banner-button {
    padding: 7px 0px;
    margin: 8px 0 0;
	max-width: 240px;
}

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

.accesss-cont {
    max-width: 1170px;
    margin: 0 auto;
}

.service-menu-item.top-menu-item img.top-menu-image {
 	height: 15vw;
    object-fit: cover;
    object-position: center;
}

.management-operations-image img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}

.office-store-cont, #our-business .am-flex, .tenants-example-cont, .management-operations-cont {
    max-width: 1170px;
    margin: 0 auto;
}

.for-building-owners-cont {
    max-width: 1170px;
    margin: 0 auto;
}

.our-listing-procedure-cont {
    max-width: 1170px;
    margin: 0 auto;
}

.our-listing-procedure__desc {
    max-width: 1170px;
    margin: 0 0 0 60px;
}

.asset-management-services-cont {
    max-width: 1170px;
    margin: 0 auto;
}

.about-property-management-cont {
    max-width: 1170px;
    margin: 0 auto;
}

.property-management-cont {
    max-width: 1170px;
    margin: 0 auto;
}

.our-leasing-strengths-desc {
    margin: 50px 0 0;
}

.additional-support__subtitle {
    font-weight: 700;
    display: block;
    width: 100%;
}

#asset-management-services .rp-subtitle-jp.noto-serif {
    line-height: 48px;
    text-align: left;
}

.tenant-requests-item img {
    width: 518px;
    margin: 0 0 16px;
}

.tenant-requests-item__desc {
    display: block;
    max-width: 518px;
}

.office-request__subtitle {
    display: block;
    font-weight: 700;
    margin: 0 0 32px;
    color: #004484;
	font-size: 20px;
}

.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);
}

.hdr__navi-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	background: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	min-width: 150px;
	z-index: 1000;
}

.hdr__navi-menu .sub-menu li a {
	padding: 10px;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
}

.hdr__navi-menu li:hover > .sub-menu {
	display: block;
}

.menu-item-has-children.active > .sub-menu {
	display: block;
}

.management-operations-item:last-child {
    margin: 0;
}

.privacy-policy__text a {
    text-decoration: none;
}

.successful-cases__item:nth-child(5n) {
    margin: 0 0 20px 10px;
}

.fc-blue {
    color: #191B63;
}

.faq-container {
    justify-content: center;
}

.faq-tab {
    width: 100%;
}

.sp-only {
	display: none;
}

.email-icon {
    width: 20px;
    height: 16px;
    margin: 0 10px 0 0;
}

.pc-only {
	display: inline-block;
}

.sp-only {
	display: none;
}

.footer__menu-list .sub-menu li a::before {
	content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: #000;
    margin: 0 5px 0 10px;
    vertical-align: super;
}

.footer__menu-list .sub-menu {
    padding: 0;
}

.footer__menu-list.first-menu {
    width: 150px;
}

#lower-page-banner img {
    display: block;
}

.works-banner .banner-image img {
    margin: 0;
}

.company-brochure-cont {
    text-align: center;
}

.access-map > iframe {
    height: 100%;
    width: 100%;
}

footer {
    color: #000;
}

footer .am-bg-pix > img {
    filter: opacity(0.8);
}

ul li {
	list-style-type: disc;
}

ul.owners-tenants-list {
	margin-left: -35px;
}

ul.support-building-owner-list {
	margin-left: -60px;
}

.application-requirement__table1 {
    width: calc(100% - 20px);
    margin: 50px 0 50px 5px;
}

.service-diagram-container.alt {
    display: block;
}

@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;
		margin: 0 0 60px;
	}
	
	.footer__menu-list li {
		position: relative;
	}

	.footer__menu-list .sub-menu {
		position: absolute;
		left: 0;
		top: 100%;
		width: 150px;
	}

	.footer__menu-list .sub-menu li {
		margin: 0;
	}

	.footer__menu-list,
	.footer__menu-list.first-menu {
		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: 30px 0 90px;
	}
}

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

    .service-diagram-box.tenant {
        order: 1;
        margin: 10px 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: 20px auto 0;
        width: 100%;
        max-width: 300px;
    }
	
	.tenants-example-list__item {
		margin: 20px 0 0;
	}
    
    .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;
		padding: 10px 5px;
		line-height: 32px;
		text-align: left;
        width: calc(100% - 30px);
        margin: 0;
	}

	.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;
	}
	
	.our-business-subtitle-jp {
		font-size: 24px;
	}
	
	.office-store-subtitle {
		font-size: 24px;
	}

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

	.ftr__logo {
		order: 1;
	}

	.ftr__address {
		order: 1;
	}

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

	.footer__menu-list {
		display: flex;
		flex-wrap: wrap;
		width: 35%;
		align-self: flex-start;
	}
	
	.footer__menu .filler {
		width: 0;
	}
	
	.footer__menu-list li {
		width: 100%;
		margin: 0;

	}
	
	.greeting-sign-cont {
		margin: 20px 0 0;
	}
	
	.access-item ul {
		padding: 0 0 0 30px;
	}
	
	.our-strengths-desc {
		max-width: 400px;
	}

	.ftr__cont {
		padding: 30px 0 200px;
	}

	.works-item__name {
		min-height: auto;
	}

	ul.owners-tenants-list {
		margin-left: -60px;
	}
	
	ul.support-building-owner-list {
		margin-left: -40px;
	}
}
