@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Sans+JP:wght@400;700&display=swap');

@font-face {
	font-family: 'icon2';
	src: url('../fonts/icon.woff?=2024') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
 }

/* page */
.page [class^="icon-"], .page [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icon2' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.page .icon-arrow-down:before {
	content: "\e900";
}
.page .icon-arrow-next:before {
	content: "\e901";
}
.page .icon-arrow-prev:before {
	content: "\e902";
}
.page .icon-arrow-up:before {
	content: "\e903";
}
.page .icon-pdf:before {
	content: "\e904";
}
.page .icon-phone:before {
	content: "\e905";
}

/*============================================================
	PAGE
*/
.page {
	font-family: 'Noto Sans JP', sans-serif;
}
.content-bond{
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1100px;
}
.content-bond section {
	margin-bottom: 150px;
}
/**/
@media screen and (max-width:820px) {
	.content-bond {
		padding: 0 10px;
	}
	.content-bond section {
		margin-bottom: 100px;
	}
}

/*============================================================
	MAIN
*/
.main {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 70px 0 0 0;
	height: 500px;
	background-position: 50% 50%;
	background-image: url('../img/kv-pc.jpg');
	background-size: cover;
	text-align: center;
	color: #fff;
}
.main h2 {
	font-size: 45px;
	line-height: 1.1;
	letter-spacing: 1px;
}
.main h3 {
	margin: 20px 0 15px 0;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 0.5px;
}
.main h4 {
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5;
}
.main h4 br {
	display: none;
}
/**/
@media screen and (max-width:820px) {
	.main {
		padding: 50px 0 0 0;
		height: 400px;
		background-image: url('../img/kv-sp.jpg');
	}
	.main h2 {
		font-size: 26px;
		letter-spacing: 0;
	}
	.main h3 {
		margin: 20px 0 15px 0;
		padding: 10px 0;
		font-size: 18px;
		letter-spacing: 0;
	}
	.main h4 {
		font-size: 15px;
		line-height: 1.5;
	}
	.main h4 br {
		display: block;
	}
}

/*============================================================
	MENU
*/
.menu {
	margin: 0 0 60px 0;
	padding: 40px 0 0 0;
}
.menu ul {
	display: flex;
	padding: 0 0 0 1px;
}
.menu ul li {
	flex-basis: 33.333%;
	font-size: 16px;
}
.menu ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 -1px;
	height: 60px;
	border: 1px solid #000;
	transition: all 0.3s ease 0s;
}
.menu ul li a span {
	display: block;
}
.menu ul li a:hover {
	background-color: #000;
	color: #fff;
}
.menu ul li.current a,
.menu ul li.current a:hover {
	background-color: #000;
	font-weight: 700;
	color: #fff;
	cursor: default;
}
/**/
@media screen and (max-width:820px) {
	.menu {
		margin: 0 0 40px 0;
		padding: 20px 0 0 0;
	}
	.menu ul li {
		flex-basis: 33.333%;
		font-size: 12px;
	}
	.menu ul li.current {
		display: none;
	}
	.menu ul li a {
		height: 40px;
	}
}

/*============================================================
	ALL
*/
.content-bond{
	color:#353535;
}
.content-bond .headline h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 48px;
	line-height: 1.1;
}
.content-bond .text_img{
    width: 3%;
    vertical-align: middle;
}
.content-bond .title {
    margin: 30px 0 30px 0;
    padding: 10px 10px 6px 10px;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.3;
    border-left: 5px solid #b60005;
    border-bottom: 1px solid #ccc;
    clear: both;
}
.content-bond .subtitle {
    margin: 25px 0 15px 0;
    padding: 2px 10px 0 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    border-left: 5px solid #b60005;
    clear: both;
    position: relative;
}
.content-bond .ex {
	margin-top: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
}
.content-bond h4 {
	font-size: 30px;
	font-weight: normal;
	margin-top:3.5em;
	margin-bottom:1.5em;
}
.content-bond .text {
	font-size: 16px;
}
.content-bond .text-indent-head {
	font-size: 16px;
	text-indent: 1em;
	padding-bottom: 2em;
}
.content-bond .text-indent {
	font-size: 16px;
	text-indent: -2em;
  	padding-left: 2em;
}
.content-bond .phototext {
	font-size: 14px;
}
.content-bond .youtube_ifreme{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
.bond_box{
	margin-bottom:60px;
}
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	justify-content: center;
}
.pad-top{
	padding-top: 1rem;
}
.image-gallery .s3-images {
    flex-basis: 33.333%;
}
.image-gallery .s4-images {
    flex-basis: 25%;
}
.image-gallery .m-image {
    flex-basis: 50%;
}
.image-gallery .l-image {
    flex-basis: 100%;
}
.pad {
    padding: 1%;
}

html { 
	scroll-behavior: smooth;
}
#gotop {
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
	border-radius: 20px;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
#gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
#gotop:hover{
    opacity: 1;
}

@media screen and (max-width:820px) {
	.content-bond .headline h2 {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 1.1;
	}
	.content-bond .title {
    	font-size: 18px;
		margin-bottom: 15px;
	}
	.content-bond .subtitle {
    	padding: 2px 10px 0 5px;
    	font-size: 16px;
	}
	.content-bond .ex {
    	font-size: 14px;
	}
	.content-bond h4 {
		font-size: 14px;
		margin-top:3.0em;
		margin-bottom:1.5em;
	}
	.content-bond .text {
    	font-size: 12px;
	}
	.content-bond .text-indent-head {
		font-size: 12px;
	padding-bottom: 1em;
	}
	.content-bond .text-indent {
    	font-size: 12px;
	}
.content-bond .phototext {
	font-size: 11px;
}
    #gotop{
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        bottom: 10px;
        right: 10px;
    }
	
    #gotop::before{
        bottom: 0;
    }
	#gotop:hover{
    	opacity: 0.5;
	}
}

/*============================================================
	csr
*/
.csr-content{
  display:flex;
  justify-content: space-between;
}
.csr-left{
  width: 70%;
  margin: auto;
}
.csr-right{
  width: 25%;
}
.csr-right img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.csr-box-frame {
    margin-top: 20px;
    padding: 16px;
    background-color: #f9f9f9;
    border: solid 1px #dddddd;
    position: relative;
    border-radius: 5px;
}

@media screen and (max-width:820px) {
	.csr-content{
  		display:block;
	}
	.csr-left{
  		width: 100%;
	}
	.csr-right{
  		margin: 0 auto;
  		width: 80%;
	}	
}

/*============================================================
	ex1
*/
.ex1{
  display:flex;
  justify-content: space-between;
}
.ex1-left{
  width: 35%;
}
.ex1-right{
	width: 60%;
	margin: auto;
}
.ex1-right img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width:820px) {
	.ex1{
  		display:block;
	}
	.ex1-left{
  		width: 100%;
        margin-bottom: 20px;
	}
	.ex1-right{
  		margin: 0 auto;
  		width: 100%;
	}	
}
/*============================================================
	sdgs
*/
#sdgs .img100{
	width: 100%;
}
#sdgs .list {
	position: relative;
	margin-top:30px;
}
#sdgs .list::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: #fff;
}
#sdgs .list ul {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
}
#sdgs .list ul li {
	flex-basis: 50%;
	border: 1px solid #ccc;
	border-left: 0;
	border-top: 0;
}
#sdgs .list ul li .block {
	padding: 30px 20px;
	height: 100%;
}
#sdgs .list ul li .detail {
	margin: 20px 0 0 0;
	/*font-weight: 700;*/
	font-size: 16px;
	line-height: 1.7;
}
#sdgs .list ul li .detail_full {
	text-align:center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.7;
}
/**/
@media screen and (min-width:981px) {
	#sdgs .list ul li.half {
		flex-basis: 50%;
		border-top: 0;
	}
	#sdgs .list ul li.half .block {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	#sdgs .list ul li.half .block .icon {
		flex-basis: 40%;
		padding: 0 20px 0 0;
	}
	#sdgs .list ul li.half .block .detail {
		flex-basis: 60%;
		margin: 0;
		padding: 0 0 0 20px;
	}
	#sdgs .list ul li.half .block .detail_full {
		flex-basis: 100%;
		margin: 0;
		padding: 0 0 0 20px;
	}
}
@media screen and (max-width:980px) {
	#sdgs .list ul li {
		flex-basis: 33.333%;
	}
}
/**/
@media screen and (max-width:820px) {
	#sdgs .list {
		margin-top:10px;
	}
	#sdgs .heading {
		margin: 0 0 20px 0;
		font-size: 18px;
	}
	#sdgs .list ul li {
		flex-basis: 50%;
	}
	#sdgs .list ul li .block {
		padding: 10px 10px;
	}
	#sdgs .list ul li:nth-child(odd) .block {
		padding-left: 0;
	}
	#sdgs .list ul li:nth-child(even) .block {
		padding-right: 0;
	}
	#sdgs .list ul li .block .icon {
		margin: 0 auto;
		width: 50%;
	}
	#sdgs .list ul li .detail {
		margin: 5px 0 0 0;
		font-size: 12px;
		line-height: 1.6;
	}
	#sdgs .list ul li .detail_full {
		margin: 40px 0 0 0;
		font-size: 12px;
		line-height: 1.7;
	}
}