@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.title--h2-top{
	font-size: 33px;
	color: #343233;
	letter-spacing: 0.07em;
}


.section--banner{
	position: relative;
	max-height: calc(100vh - 88px);
    overflow: hidden;
}
/* .section--banner .video--banner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
} */
.youtube-container {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16/9;
	pointer-events: none;
}
.youtube-container  iframe {
	/* Extend it beyond the viewport... */
	width: 300%;
	height: 100%;
	/* ...and bring it back again */
	margin-left: -100%;
}
/* 
.video--banner .embed-responsive{
	position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.video--banner .embed-responsive::after{
	display: block;
    clear: both;
    content: "";
	padding-top: 52.75%;
}
.video--banner iframe{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 100%;
    border: 0;
} */
.section--banner .image--banner{
	font-size: 0;
	opacity: 0;
}
.section--banner .text_h1-banner{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	margin: 0;
	text-wrap: nowrap;
	font-size: 52px;
	color: var(--color--ffffff);
	letter-spacing: 0.12em;
	z-index: 15;
}

.section--business{
	padding: 45px 0 60px;
}
.item--business{
	position: relative;
	margin-bottom: 15px;
	height: calc(100% - 15px);
	pointer-events: none;
}
.item--business .image--block{
	font-size: 0;
}
.item--business .content--block{
	padding: 25px 0 30px 0;
}
.item--business .title--h3{
	line-height: 1.2;
}
.item--business .title--h3 a{
	color: #1A1311;
}
.item--business .txt--content{
	line-height: 2.1;
	color: var(--color--000000);
}
.list__business{
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.list__business li{
	flex: 0 auto;
	width: 50%;
	margin-bottom: 20px;
	padding: 0 10px;
}
/* .list__business li:not(:nth-last-child(2)){
	pointer-events: none;
} */
.list__business .item--sv{
	color: var(--color--ffffff);
	height: 130px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 0 0 164px;
}
.list__business .item--sv::after{
	position: absolute;
	content: "";
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	height: 26px;
	background-image: url('../image/icon--right-wh.svg');
	background-size: 100%;
	background-repeat: no-repeat;
}
.list__business .image-icon{
	position: absolute;
	left: 0;
	width: 164px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 0;
}
.list__business .txt_en{
	font-size: 14px;
}
.list__business .txt_jp{
	font-size: 36px;
	line-height: 1.2;
}

.bg-4072c7{
	background-color: #4072c7;
}
.bg-2f9a76{
	background-color: #2f9a76;
}
.bg-7264b9{
	background-color: #7264b9;
}
.bg-db6459{
	background-color: #db6459;
}





.section--company{
	position: relative;
	background-image: url('../image/bg-company.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.section--company .main--company{
	position: relative;
}
.section--company .main--company::before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: calc(50% + 260px);
	background-color: rgb(255 255 255 / 80%);
}
.section--company .container{
	z-index: 15;
}
.main--company .left--company{
	color: var(--color--ffffff);
	flex:  0 auto;
	width: 340px;
	padding-top: 75px;
}
.main--company .left--company .title--h2-top{
	color: var(--color--ffffff);
	padding-right: 53px;
	text-align: right;
}
.main--company .right--company{
	flex:  0 auto;
	width: calc(100% - 340px);
	padding: 37px 0 44px 85px;
}
@media (min-width: 1300px){
	.list__txt_company{
		position: relative;
		width: calc(100% + 25px);
	}
}

.list__txt_company li{
	padding: 47px 0;
	line-height: 1.2;
	display: flex;
}
.list__txt_company li:not(:last-child){
	border-bottom: 1px solid #707070;
}
.list__txt_company li .font-w700{
	flex: 0 auto;
	width: 172px;
}
.list__txt_company li .txt__right{
	flex: 0 auto;
	width: calc(100% - 172px);
	padding: 0 20px;
}

.section--map{
	padding: 58px 0 35px;
}
.item--map{
	border: 1px solid #D1D1D1;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.16);
	margin-bottom: 20px;
	height: calc(100% - 20px);
	padding: 37px 44px 42px;
}
.item--map .logo--item{
	font-size: 0;
	margin-bottom: 18px;
}
.item--map .content--map{
	padding: 18px 0 17px;
	color: var(--color--000000);
}
.item--map .link-top-map{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 69px;
	background-color: rgb(214 31 13 / 87%);
	border: 2px solid rgb(214 31 13 / 87%);
	color: var(--color--ffffff);
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.01em;
}
.item--map .link-top-map::after{
	position: absolute;
	content: "";
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 14px;
	background-image: url('../image/icon--right-wh.svg');
	background-size: 100%;
	background-repeat: no-repeat;
}

.iframe--map {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.iframe--map::before {
    padding-top: 56.25%;
	display: block;
    content: "";
}
.iframe--map iframe{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.iframe--map iframe:focus{
	outline: none;
}

.section--contact{
	position: relative;
	background-color: #118B62;
	
	color: var(--color--ffffff);
}
.main--contact{
	background-image: url('../image/bg-contact.svg');
	background-size: calc(100% - 176px);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 80px 0 185px;
}
.main--contact .title--h2-top{
	font-size: 31px;
	color: var(--color--ffffff);
}

.button--contact{
	position: relative;
	
}
.button--contact li{
	width: 50%;
	flex: 0 auto;
}

.button--contact li:last-child{
	padding-left: 39px;
}
.button--contact li a{
	align-items: center;
	height: 123px;
}
.button--contact li .icon--left{
	font-size: 0;
}
.button-ct1{
	color: var(--color--ffffff);
	padding: 0 10px 0 10px;
}
.button-ct1 .txt--ct{
	padding-left: 22px;
}
.button-ct1 .txt--ct .tel{
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 8px;
}
.button-ct2{
	background-color: var(--color--ffffff);
	color: #118B62;
	padding: 0 10px 0 76px;
}
.button-ct2 .txt--inbox{
	font-size: 31px;
	padding-left: 40px;
	
}


.section--Affiliate{
	padding: 35px 0 80px;
}
.image-Affiliate{
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
	font-size: 0;
}



.breadcrumb--download{
	height: 260px;
	background-image: url('../image/bg--download.jpg');
	background-size: cover;
	background-position-x: right;
	background-position-y: top;
	background-repeat: no-repeat;
	color: var(--color--ffffff);
	display: flex;
}
.breadcrumb--download .container{
	align-content: center;
}
.breadcrumb--download .name__h1_en{
	margin-bottom: 5px;
}
.breadcrumb--download .title--head-h1{
	font-size: 52px;
	margin: 0;
	line-height: 1.1;
	letter-spacing: 0.12em;
}



.section--download{
	padding: 55px 0 94px;
}
.item__block_download:not(:last-child){
	margin-bottom: 120px;
}
.title__h2_title{
	font-size: 33px;
	letter-spacing: 0.07em;
	color: #343233;
}
.item_bl_img{
	background-color: #F2F4F5;
	padding: 40px 20px 40px;
	font-size: 0;
	text-align: center;
}

.btn__download{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 600px;
	height: 110px;
	background-color: rgb(214 31 13 / 87%);
	position: relative;
	color: var(--color--ffffff);
	padding: 20px 0;
	letter-spacing: -0.01em;
}
.btn__download .icon--download,
.btn__download .icon--down{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.btn__download .icon--download{
	left: 17px;
}
.btn__download .icon--down{
	right: 22px;
}
.btn__download span{
	display: block;
	text-align: center;
	width: 100%;
}









@media (max-width: 1299px){
	.section--company .main--company::before{
		width: calc(50% + 215px);
	}
}
@media (min-width: 991px){
	.button-ct1{
		pointer-events: none;
	}
}


@media (max-width: 1199px){
	.section--company .main--company::before{
		width: calc(50% + 125px);
	}
	.list__business .txt_jp{
		font-size: 25px;
	}
	.button-ct1 .txt--ct .tel{
		font-size: 31px;
	}
	.button-ct2{
		padding-left: 35px;
	}
	.button-ct2 .txt--inbox{
		padding-left: 30px;
		font-size: 24px;
	}
}
@media (max-width: 991px){
	.section--banner .text_h1-banner{
		font-size: 38px;
	}
	.list__business .item--sv{
		padding-left: 85px;
		height: 95px;
	}
	.list__business .image-icon{
		width: 85px;
		
	}
	.list__business .image-icon img{
		width: 50%;
	}
	.list__business .txt_jp{
		font-size: 19px;
	}
	.list__business .txt_en{
		font-size: 13px;
	}
	.list__business .item--sv::after{
		right: 15px;
		width: 10px;
		height: 20px;
	}

	.section--company .main--company::before{
		width: 100%;
		height: calc(100% - 152px);
		top: auto;
		bottom: 0;
	}
	.main--company .left--company .title--h2-top{
		padding: 0;
		text-align: center;
		margin-bottom: 35px;
	}
	.main--company .left--company,
	.main--company .right--company{
		width: 100%;
	}
	.main--company .right--company{
		padding: 0 0 0;
	}

	.item--map{
		padding: 23px 18px 22px;
	}
	.item--map .link-top-map{
		font-size: 22px;
		height: 49px;
	}

	.main--contact{
		background-size: calc(100% + 20%);
		padding-bottom: 80px;
	}
	.section--contact .text__des{
		margin-bottom: 40px;
		font-size: 16px;
	}
	.button--contact{
		flex-wrap: wrap;
	}
	
	.button--contact li{
		width: 100%;
		padding: 0;
		
	}
	
	.button--contact li a{
		max-width: 470px;
		margin: 0 auto ;
	}
	.button--contact li:first-child a{
		margin-bottom: 25px;
	}
}
@media (max-width: 767px){
	.title--h2-top{
		font-size: 21px;
	}
	.section--business{
		padding: 23px 0 35px;
	}
	.list__business li{
		width: 100%;
	}
}
@media (max-width: 575px){
	.section--banner{
		margin-top: 47px;
	}
	.section--banner .text_h1-banner{
		font-size: 21px;
		line-height: 1.6;
		font-weight: 600;
		top: 50%;
		width: 100%;
	}
	.item--business{
		margin-bottom: 25px;
		height: auto;
		padding: 0 8px;
	}
	.item--business .content--block{
		padding: 15px 0 0;
	}
	.item--business .content--block .title--h3{
		margin-bottom: 7px;
	}
	.item--business .txt--content{
		line-height: 25px;
	}
	.list__business .item--sv{
		height: 68px;
	}
	.list__business li{
		margin-bottom: 13px;
	}
	.list__business li:last-child{
		margin-bottom: 0;
	}

	.list__business .txt_en{
		font-size: 11px;
		letter-spacing: 0.07em;
	}
	.list__business .txt_jp{
		font-size: 18px;
	}
	.list__business .item--sv::after {
        width: 7px;
        height: 14px;
    }

	 
	.list__business .bg-4072c7 .image-icon img{
		width: 43px;
	}
	.list__business .bg-2f9a76 .image-icon img{
		width: 58px;
	}
	.list__business .bg-7264b9 .image-icon img{
		width: 44px;
	}
	.list__business .bg-db6459 .image-icon img{
		width: 35px;
	}


	.section--company{
		background-image: url(../image/bg-company-sp.svg);
	}
	.section--company .main--company::before{
		height: calc(100% - 125px);
	}
	.main--company .left--company{
		padding-top: 47px;
	}
	.main--company .left--company .title--h2-top{
		margin-bottom: 52px;
	}
	.main--company .right--company{
		padding: 0 5px 12px;
	}
	.list__txt_company li{
		padding: 23px 0;
		line-height: 1.4;
	}
	.list__txt_company li .font-w700{
		width: 125px;
	}
	.list__txt_company li .txt__right{
		width: calc(100% - 125px);
		padding: 0;
		
	}


	.section--map{
		padding: 33px 0 0px;
	}
	.item--map{
		padding: 20px 26px 18px;
		margin-bottom: 30px;
		height: auto;
	}
	.item--map .logo--item{
		margin-bottom: 10px;
	}
	.item--map .logo--item img{
		width: 224px;
	}
	.item--map .content--map{
		font-size: 15px;
		padding: 11px 0 10px;
	}
	.item--map .link-top-map{
		height: 41px;
		font-size: 16px;
	}
	.item--map .link-top-map::after{
		right: 10px;
		width: 6px;
		height: 12px;
	}



	.section--Affiliate{
		padding: 15px 0 50px;
	}

	.main--contact{
		padding: 44px 15px 61px 20px;
		width: calc(100% + 40px);
		left: -20px;
		position: relative;
		background-size: calc(100% + 92px);
		background-position-x: -29px;
		background-position-y: bottom;
		/* background-position: bottom 0; */
	}
	
	.main--contact .title--h2-top{
		font-size: 21px;
	}
	.section--contact .text__des{
		font-size: 14px;
	}
	.button--contact li a{
		height: auto;
	}
	.button--contact li:first-child a{
		margin-bottom: 50px;
		justify-content: center;
	}
	.button--contact li:last-child{
		padding: 0;
	}
	.button-ct1{
		padding: 0;
	}
	.button-ct1 .icon--left img{
		width: 44px;
	}
	.button-ct1 .txt--ct{
		padding-left: 15px;
	}
	.button-ct1 .txt--ct .tel{
		font-size: 21px;
	}
	.button-ct1 .txt--ct .time{
		font-size: 14px;
	}

	.button-ct2{
		height: 75px !important;
		padding: 0 10px 0 33px;
	}
	.button-ct2 .icon--left img{
		width: 43px;
	}
	.button-ct2 .txt--inbox{
		font-size: 21px;
		padding-left: 15px;
	}

	.btn--contact-sp{
		position: absolute;
		left: 50%;
		bottom: 13px;
		transform: translateX(-50%);
		width: 100%;
		z-index: 17;
	}
	.btn--contact-sp a{
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #D61F0D;
		color: var(--color--ffffff);
		max-width: 350px;
		font-size: 16px;
		font-weight: 500;
		width: 100%;
		margin: 0 auto;
		height: 40px;
	}

	.list__business .item--sv::after,
	.item--map .link-top-map::after{
		background-image: url('../image/icon--right-wh-sp.svg');
	}
	.breadcrumb--download{
		margin-top: 46.5px;
		height: 105px;
		
	}
	.breadcrumb--download .title--head-h1{
		font-size: 26px;
	}
	.section--download{
		padding: 27px 0 44px;
	}
	.title__h2_title{
		font-size: 21px;
		line-height: 1.2;
	}
	.item_bl_img{
		padding: 11px 12px 11px;
	}
	.item__block_download:not(:last-child) {
		margin-bottom: 42px;
	}
	.btn__download{
		height: 64px;
		padding: 10px 0;
	}
	.btn__download .icon--download{
		width: 39px ;
	}
	.btn__download .icon--down{
		width: 36px;
		right: 12px;
	}
	.m-sp-w50{
		max-width: calc(100% - (66px * 2));
	}

}










