/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100%!important;
     width: 100%;
}




p {
	margin-bottom: 0;
}
img {
	max-width: 100%;
	height: auto;
}
#header p, #footer p {
	margin-bottom: 0;
}
.bnr__shared {
	width: 298px;
}
.bnr__shared a {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 12px 25px 12px 24px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: left;
	color: #fff;
	background: url(../img/top/bnr_bg01.png) repeat-y top center;
	background-size: 100% auto;
	font-size: 20px;
}
.bnr__shared a::after {
	content: "";
	position: absolute;
	background: url(../img/icon_aoutlined.svg) no-repeat center;
	background-size: 100% auto;
	width: 12px;
	height: 24px;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.bnr__shared a:hover {
	opacity: .7;
}

@media screen and (max-width: 767px) {
.bnr__shared {
	width: 100%;
}
.bnr__shared a {
	margin-bottom: 0;
	padding: 10px 25px 10px 30px;
	font-weight: 500;
}
}

#key {
	position: relative;
}
#key::before, #key::after {
	content: "";
	position: absolute;
	height: 159px;
	z-index: 2;
}
#key::before {
	top: 0;
	left: 0;
	width: 660px;
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	        clip-path: polygon(100% 0, 0 0, 0 100%);
	background: #fff;
}
#key::after {
	bottom: 0;
	right: 0;
	width: 660px;
	background: #003F73;
	-webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
	        clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
#key p {
	margin-bottom: 0;
}
#key .key-visual {
	height: 796px;
}
#key .key-visual .ob-img {
	height: 796px;
}
#key .key-visual .ob-img img {
	-o-object-position: 50% 100%;
	   object-position: 50% 100%;
}
#key .key-catch {
	font-weight: 700;
	font-size: 40px;
	position: absolute;
	top: 330px;
	left: 122px;
	color: #fff;
	letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
#key::before, #key::after {
	height: 64px;
}
#key::after, #key::before {
	width: 80%;
}
#key .key-visual {
	height: 640px;
}
#key .key-visual .ob-img {
	height: 640px;
}
#key .key-visual .ob-img img {
	-o-object-position: 50% 100%;
	   object-position: 50% 100%;
}
#key .key-catch {
	font-size: 24px;
	line-height: 1.5;
	top: auto;
	bottom: 50px;
	transform: translateY(0%);
	left: 20px;
	letter-spacing: 0.05em;
}
}

.home #content {
	padding-top: 80px;
}

@media screen and (max-width: 767px) {
.home #content {
	padding-top: 10vw;
}
}
.news__blogs {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	max-width: 1200px;
	margin: 0 auto 79px;
	justify-content: space-between;
}


.news__blogs .elementor-row {
  justify-content: space-between;
}

.news__blogs .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
}


@media screen and (max-width: 767px) {
.news__blogs {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15vw;
}
}
.blogs__col, .news__col {
	width: 48.2%!important;
}

@media screen and (max-width: 767px) {
.blogs__col, .news__col {
	width: 100%!important;
}
}
.news__col {
	margin-bottom: 0;
}
.news__col .post-box .post-box__header h2 span {
	display: none !important;
}



@media screen and (max-width: 767px) {
.news__col {
	margin-bottom: 10vw;
}
	
	
	
}
.post-box {
	position: relative;
	background: #fff;
	padding-top: 43px;
	box-shadow: 0 0 16px rgba(11, 29, 58, 0.25);
	margin: 0;
}
.post-box::before {
	content: "";
	background: url(../img/icon_aoutlined.png) no-repeat top center;
	background-size: 100% auto;
	width: 290px;
	position: absolute;
	top: 0;
	left: 0;
	height: 64px;
}
.post-box .post-box__header {
	text-align: center;
	margin-bottom: 49px;
	position: relative;
	padding: 0;
	border-bottom: none;
}
.blogs__col .post-box .post-box__header {
	
margin-bottom: 27px;
}


.post-box .post-box__header h2 {
	font-size: 48px;
	color: #063B73;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 500;
}
.post-box .post-box__header h2 span {
	display: block;
	color: #4da580;
	letter-spacing: 0;
	padding-top: 8px;
	font-size: 14px;
}
.post-box .post-box__content {
	width: 460px;
	margin: 0 auto 39px;
}
.post-box .post-box__content dl {
	background: #F2F2F2;
	padding: 14px 19px;
}
.post-box .post-box__content dl dt {
	line-height: 1;
	margin-bottom: 2px;
}
.post-box .post-box__content dl dt time {
	font-size: 14px;
	color: #4DA580;
	letter-spacing: 1px;
}
.post-box .post-box__content dl dd a {
    margin-bottom: 0;
    letter-spacing: 1px;
    overflow: hidden;
    display: block;
    max-height: 2.4rem;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.post-box .post-box__content dl + dl {
	margin-top: 7px;
}
.post-box .post-box__summary-link {
	display: block;
	border-top: 1px solid #07438A;
	position: relative;
	top: auto;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 16px 0;
}
.post-box .post-box__summary-link span {
	display: inline-block;
	position: relative;
	transition: all .4s ease;
	color: #212121;
	padding-right: 31px;
}
.post-box .post-box__summary-link span::after {
	content: "";
	background: url(../img/icon_aoutlined.svg) no-repeat center;
	background-size: 100% auto;
	width: 12px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -6px;
}
.post-box .post-box__summary-link:hover span {
	opacity: .5;
}

@media screen and (max-width: 767px) {
.blogs__col .post-box .post-box__header {
	
margin-bottom: 6vw;
}
.post-box {
	padding-top: 12vw;
	margin: 0;
}
.post-box::before {
	width: 165px;
}
.post-box .post-box__header {
	margin-bottom: 8vw;
	padding: 0;
	border-bottom: none;
}
.post-box .post-box__header h2 {
	font-size: 36px;
}
.post-box .post-box__header h2 span {
	font-size: 14px;
}
.post-box .post-box__content {
	width: 90%;
	margin: 0 auto 10vw;
}
.post-box .post-box__content dl {
	padding: 10px 20px;
}
.post-box .post-box__content dl dt {
	margin-bottom: 0;
}
.post-box .post-box__content dl dd a {
	margin-bottom: 0;
	font-size: 16px;
}
.post-box .post-box__content dl + dl {
	margin-top: 5px;
}
.post-box .post-box__summary-link {
	padding: 15px 0;
}
.post-box .post-box__summary-link span::after {
	right: -30px;
}
.post-box .post-box__summary-link:hover span {
	opacity: 1;
}
}
.title__c h2 {
	font-weight: 500;
	line-height: 1;
	margin-bottom: 33px;
	color: #063B73;
	font-size: 96px;
}
.title__c p {
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
.title__c h2 {
	margin-bottom: 5vw;
	font-size: 48px;
}
.title__c p {
	font-size: 20px;
}
}
#concept {
	position: relative;
	background: #F2F2F2;
	padding: 89px 0;
}
#concept::before {
	content: "";
	background: #F9F6EF;
	background: linear-gradient(35deg, #f9f6ef 0%, #d4fdff 100%);
	position: absolute;
	top: 0;
	left: calc(50% - 540px);
	right: 0;
	bottom: 0;
}
#concept::after {
	content: "";
	background: url(../img/top/concept_deco.png) no-repeat center;
	background-size: 100% auto;
	width: 660px;
	right: 0;
	height: 160px;
	position: absolute;
	bottom: 0;
}
#concept .box {
	width: 556px;
	margin-left: auto;
	position: relative;
	padding-top: 0;
	margin-right: 0;
	z-index: 2;
}
#concept .box .title__c {
	margin-bottom: 70px;
}
#concept .box .text {
	margin-bottom: 63px;
}
#concept .photo {
	width: 50vw;
	height: 540px;
	position: absolute;
	top: -16px;
	right: 108%;
}

@media screen and (max-width: 767px) {
#concept {
	padding: 10vw 0 15vw;
}
#concept::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#concept::after {
        width: 100%;
        height: 80px;
        background-size: 100% 100%;
}
#concept .box {
	width: auto;
	margin-left: 0;
	padding-top: 20px;
}
#concept .box .title__c {
	margin-bottom: 8vw;
}
#concept .box .text {
	margin-bottom: 10vw;
}
#concept .photo {
	width: 95vw;
	height: 65vw;
	position: relative;
	top: 0;
	right: 0;
	margin-left: -30px;
	margin-bottom: 8vw;
}
}
#service {
	position: relative;
	background: #F2F2F2;
	padding-bottom: 98px;
	padding-top: 87px;
}
#service .row {
	margin-top: 33px;
}
#service .row .info {
	padding-top: 16px;
}
#service .row .col {
	width: 48.5%;
}
#service .row .col .title__c {
	margin-bottom: 70px;
}
#service .row .col .text {
	margin-bottom: 0;
}
#service .row .item {
	position: relative;
	background: #fff;
	box-shadow: 0 0 16px rgba(11, 29, 58, 0.25);
	text-align: center;
	padding-top: 60px;
}
#service .row .item::before {
	content: "";
	background: url(../img/top/service_deco.png) no-repeat top center;
	background-size: 100% 100%;
	width: 90%;
	height: 340px;
	position: absolute;
	top: 0;
	left: 0;
}
#service .row .item .item__wrap {
	width: 79%;
	margin: 0 auto 41px;
}
#service .row .item .item__wrap .photo {
	height: 280px;
}
#service .row .item .item__wrap dl {
	padding-top: 32px;
}
#service .row .item .item__wrap dl dt {
	font-weight: 700;
	font-size: 32px;
	color: #07438A;
	margin-bottom: 20px;
	line-height: 1;
}
#service .row .item .item__wrap dl dd {
	margin-bottom: 0;
}
#service .row .item .link {
	display: block;
	border-top: 1px solid #07438A;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 15px 0 16px;
}
#service .row .item .link span {
	display: inline-block;
	position: relative;
	transition: all .4s ease;
	padding-right: 33px;
}
#service .row .item .link span::after {
	content: "";
	background: url(../img/icon_aoutlined.svg) no-repeat center;
	background-size: 100% auto;
	width: 12px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
#service .row .item .link:hover span {
	opacity: .5;
}
#service .row-1 {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
#service {
	padding-bottom: 15vw;
	padding-top: 10vw;
}
#service .row {
	margin-top: 3%;
}
#service .row .info {
	padding-top: 20px;
}
#service .row .col {
	width: 100%;
}
#service .row .col .title__c {
	margin-bottom: 8vw;
}
#service .row .col .text {
	margin-bottom: 0;
	letter-spacing: 0.01em;
}
#service .row .item {
	padding-top: 5vw;
	margin-top: 8vw;
}
#service .row .item::before {
	width: 90%;
	height: 60vw;
	top: 0;
	left: 0;
}
#service .row .item .item__wrap {
	width: 90%;
	margin: 0 auto 5vw;
}
#service .row .item .item__wrap .photo {
	height: 55vw;
}
#service .row .item .item__wrap dl {
	padding-top: 6vw;
}
#service .row .item .item__wrap dl dt {
	font-size: 24px;
	margin-bottom: 4vw;
}
#service .row .item .item__wrap dl dd {
	margin-bottom: 0;
}
#service .row .item .link {
	padding: 15px 0;
}
#service .row .item .link span::after {
	right: -30px;
}
#service .row .item .link:hover span {
	opacity: 1;
}
#service .row-1 {
	margin-top: 0;
}
}
#message {
	position: relative;
	padding: 76px 0 96px;
}
#message .box {
	width: 50%;
	margin-left: auto;
	position: relative;
	padding-top: 20px;
	padding-inline: 44px 0;
}
#message .box .title__c {
	margin-bottom: 71px;
}
#message .box .text {
	max-width: 556px;
	width: 100%;
	margin-bottom: 65px;
}
#message .box .text p {
	margin-bottom: 20px;
}
#message .photo {
	width: 100%;
	height: 565px;
	position: absolute;
	top: 3px;
	right: 100%;
}
#message .box .bnr__shared {
	width: 275px;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
	#message .box {
		padding-inline: 30px 0;
	}
	#message .photo {
		right: 104%;
	}
}
@media screen and (max-width: 767px) {
#message {
	padding: 15vw 0;
}
#message .box {
	width: auto;
	margin-left: 0;
	padding-top: 0;
	padding-inline: 0;
}
#message .box .title__c {
	margin-bottom: 10vw;
}
#message .box .text {
	margin-bottom: 10vw;
}
#message .box .text p {
	margin-bottom: 5vw;
}
#message .photo {
	width: 95vw;
	height: 75vw;
	position: relative;
	top: 0;
	right: 0;
	margin-left: -30px;
	margin-bottom: 5vw;
}
	#message .box .bnr__shared {
        width: auto;
    }
}
#pick-up {
	position: relative;
	padding: 73px 0 80px;
}
#pick-up::before {
	content: "";
	background: #F9F6EF;
	background: linear-gradient(35deg, #f9f6ef 0%, #d4fdff 100%);
	position: absolute;
	top: 0;
	left: calc(50% - 540px) ;
	right: 0;
	bottom: 0;
}
#pick-up .row-1 {
	position: relative;
	z-index: 2;
	max-width: 1201px;
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
	margin-inline: auto;
}
#pick-up .row-1 .title__c {
	margin-right: 20px;
	width: 448px;
}
#pick-up .row-1 .text {
	margin-bottom: 0;
	width: 57%;
	padding-top: 44px;
	letter-spacing: 1px;
}
#pick-up .row-2 .item {
	width: 100%;
	position: relative;
}
#pick-up .row-2 .item a {
	display: block;
}
#pick-up .row-2 .item a:hover .photo {
	opacity: .8;
}
#pick-up .row-2 .item a:hover span {
	opacity: .5;
}
#pick-up .row-2 .item .photo {
	height: 300px;
	width: 100%;
	transition: all .4s ease;
}
#pick-up .row-2 .item .photo img {
	opacity: 1 !important;
}
#pick-up .row-2 .item .pick__link {
	display: block;
	border-top: 1px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 16px 0;
	color: #fff;
}
#pick-up .row-2 .item .pick__link span {
	display: inline-block;
	position: relative;
	transition: all .4s ease;
	padding-right: 34px;
}
#pick-up .row-2 .item .pick__link span::after {
	content: "";
	background: url(../img/icon_aoutlined.svg) no-repeat center;
	background-size: 100% auto;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	width: 12px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

@media screen and (max-width: 767px) {
#pick-up {
	padding: 15vw 0;
}
#pick-up::before {
	left: 0px;
}
#pick-up .row-1 {
	display: block;
	margin-bottom: 8vw;
}
#pick-up .row-1 .title__c {
	margin-right: 0;
	width: auto;
	margin-bottom: 7vw;
}
#pick-up .row-1 .text {
	margin-bottom: 0;
	width: auto;
	padding-top: 0;
}
#pick-up .row-2 .item {
	width: 100%;
}
#pick-up .row-2 .item a {
}
#pick-up .row-2 .item a:hover .photo {
	opacity: .8;
}
#pick-up .row-2 .item a:hover span {
	opacity: .5;
}
#pick-up .row-2 .item .photo {
	height: 100%;
	width: 100%;
}
#pick-up .row-2 .item .pick__link {
	padding: 20px 0;
}
#pick-up .row-2 .item .pick__link span::after {
	right: -30px;
}
#pick-up .row-2 .item + .item {
	margin-top: 10px;
}
}
#info {
	position: relative;
	z-index: 2;
	padding-top: 73px;
	padding-bottom: 80px;
}
#info .row {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#info .row .mmap {
	height: 564px;
	width: 49.5%;
}
#info .row .mmap iframe {
	width: 100%;
	height: 100%;
}
#info .row .box {
	padding-left: 3.5%;
	padding-top: 16px;
	width: 42%;
}
#info .row .box .title__c {
	margin-bottom: 66px;
}

@media screen and (max-width: 767px) {
#info {
	margin-bottom: 0;
	padding-bottom: 10vw;
	padding-top: 0;
}
#info .row {
	display: block;
}
#info .row .mmap {
	height: 80vw;
	width: 100%;
}
#info .row .box {
	padding: 10vw 30px 0vw;
	width: auto;
}
#info .row .box .title__c {
	margin-bottom: 40px;
}
}


@media screen and (min-width: 768px) and (max-width: 1299px) {
	#key::after,
	#key::before {
		width: 34vw;
	}
	#key .key-catch {
		left: 50px;
	}
	.news__blogs {
		padding-right:60px;
	}
	#concept .photo {
		width: 45vw;
	}
	#service .row .item {
		padding-top: 4%;
	}
	#service .row .item .item__wrap {
		width: 85%;
	}
	#service .row .item .item__wrap .photo {
		height: 295px;
	}
	.post-box .post-box__content {
		width: 88%;
	}
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
	.news__blogs {
		padding-right: 85px;
		padding-left: 30px;
	}

	.title__c h2 {
		font-size: 7vw;
	}
	.title__c p {
		font-size: 2vw;
	}
	.post-box::before {
		width: 65%;
	}
	.post-box .post-box__header h2 {
		font-size: 4.8vw;
	}
	.post-box .post-box__header h2 span {
		font-size: 1.4vw;
	}
	
#service .row .item .item__wrap dl dd {
	min-height: 50px;
}


	#message .photo,
	#concept .photo {
		width: 44vw;
		height: 32vw;
	}
	#message .box .title__c,
	#concept .box .title__c{
		margin-bottom: 5vw;
	}
	
	#message .box,
	#concept .box {
		width: 50%;
	}
	
	#service .row .item .item__wrap dl dt {
		font-size: 3.2vw;
	}
	#service .row .item .item__wrap .photo {
		height: 30vw;
	}
	#service .row .item::before {
		height: 33.3vw;
	}
	#pick-up .row-1 .text {
		padding-top: 0;
	}
	#pick-up .row-2 .item .photo {
		height: 30vw;
	}
	#pick-up .row-2 .item .pick__link {
		font-size: 14px;
		padding: 12px 0;
		letter-spacing: 0;
	}
	#pick-up .row-2 .item .pick__link span {
		padding-right: 18px;
	}
	#pick-up .row-2 .item {
		width: 48%;
	}
	#info {
		padding-right: 65px;
	}
	#info .row .box {
		width: 48%;
	}
	.table-s dl {
		justify-content: space-between;
	}
	.table-s dl dt {
		font-size: 15px;
	}
	.table-s dl dd {
		width: 65%;
	}
}



@media screen and (min-width: 768px) and (max-width: 999px) {
	#key .key-catch {
        font-size: 3.5vw;
        line-height: 1.6;
	}
    #key::after, #key::before {
        width: 38vw;
    }

}

@media screen and (max-width: 359px) {
#key .key-catch {
	font-size: 21px;
	line-height: 1.8;
}
}