@charset "UTF-8";
/* CSS Document */

:root {
	--themecolor: #020080;
	--sec02color: #F15A24;
	--sec03color: #39B54A;
	--sec04color: #00A99D;
	--bgcolor: #FF009F;
	--textcolor: #000000;
	--sdgscolor01: #e5243b;
	--sdgscolor02: #DDA63A;
	--sdgscolor03: #4C9F38;
	--sdgscolor04: #C5192D;
	--sdgscolor05: #FF3A21;
	--sdgscolor06: #26BDE2;
	--sdgscolor07: #FCC30B;
	--sdgscolor08: #A21942;
	--sdgscolor09: #FD6925;
	--sdgscolor10: #DD1367;
	--sdgscolor11: #FD9D24;
	--sdgscolor12: #BF8B2E;
	--sdgscolor13: #3F7E44;
	--sdgscolor14: #0A97D9;
	--sdgscolor15: #56C02B;
	--sdgscolor16: #00689D;
	--sdgscolor17: #19486A;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
body {
	overscroll-behavior: auto;
	max-width: 100%;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
p {
	color: var(--textcolor);
	font-size: clamp(16px, 1.736vw, 20px);
	line-height: 2;
	text-align: justify;
}
img {
	width: 100%;
	height: auto;
}
main {
	width: 100%;
}
#mainVisual {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
}
#mainVisual .mainVisual_image {
	width: 56.25%;
}
#mainVisual .mainVisual_title {
	width: 43.75%;
	padding: 0 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#mainVisual .mainVisual_title .title_head {
	width: 80%;
	max-width: 600px;
}
#mainVisual .mainVisual_title .title_sub {
	width: 100%;
	font-size: clamp(20px, 2.1857vw, 32px);
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: var(--themecolor);
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	margin: 1em 0;
	padding: 0.5em 0;
	border-top: 1px solid var(--themecolor);
	border-bottom: 1px solid var(--themecolor);
}
#mainVisual .mainVisual_title .title_sub b {
	font-size: clamp(40px, 3.75vw, 52px);
	font-weight: 600;
}
#mainVisual .mainVisual_title .title_sub b span {
	font-weight: 100;
}
#mainVisual .mainVisual_title .title_lead {
	font-size: clamp(14px, 1.40625vw, 18px);
}

#mainVisual .scroll {
	width: 14px;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
}
/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left: -5px;
    top: -100px;
    color: #0e0e0e;
    font-size: 14px;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#0e0e0e;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:1px;
	height: 50px;
	background:#0e0e0e;
}

section {
	padding: 160px 0;
}
.container {
	width: 90%;
	max-width: 1152px;
	margin: 0 auto;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
#sec01 hgroup {
	text-align: center;
}
#sec01 hgroup .nav_litle {
	font-size: clamp(32px, 3.125vw, 44px);
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: var(--themecolor);
	display: flex;
	justify-content: center;
	align-items: center;
}
#sec01 hgroup .nav_litle::before, #sec01 hgroup .nav_litle::after {
	content: '';
	width: 80px;
	height: 1px;
	background-color: var(--themecolor);
}
#sec01 hgroup .nav_litle::after {
	margin-left: 20px;
}
#sec01 hgroup .nav_litle::before {
	margin-right: 20px;
}
#sec01 hgroup .nav_subTitle {
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #ddd;
}

#sec01 nav .nav_list {	
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 4rem;
}
#sec01 nav .nav_list {	
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 4rem;
}
#sec01 nav .nav_list .nav_listItem {	
	width: 32%;
}
#sec01 nav .nav_list .nav_listItem01 a {	
	display: block;
	width: 100%;
	border: 1px solid var(--sec02color);
	text-align: center;
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 600;
	color: var(--sec02color);
	letter-spacing: 0.1em;
	padding: 24px 52px 24px 104px;
	position: relative;
	background-image: url("../images/sec02_icon.svg");
	background-position: left 24% center;
	background-size: 84px 64px;
	background-repeat: no-repeat;
}
/*#sec01 nav .nav_list .nav_listItem01 a:before {	
    content: "";
    display: block;
    width: 84px;
    height: 64px;
    position: absolute;
    left: 72px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url("../images/sec02_icon.svg");
}*/
#sec01 nav .nav_list .nav_listItem01 a:after {	
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url("../images/sec02_arrow.svg");
}
#sec01 nav .nav_list .nav_listItem02 a {	
	display: block;
	width: 100%;
	border: 1px solid var(--sec03color);
	text-align: center;
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 600;
	color: var(--sec03color);
	letter-spacing: 0.1em;
	padding: 24px 52px 24px 76px;
	position: relative;
	background-image: url("../images/sec03_icon.svg");
	background-position: left 24% center;
	background-size: 56px 64px;
	background-repeat: no-repeat;
}
/*#sec01 nav .nav_list .nav_listItem02 a:before {	
    content: "";
    display: block;
    width: 84px;
    height: 64px;
    position: absolute;
    left: 72px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url("../images/sec03_icon.svg");
}*/
#sec01 nav .nav_list .nav_listItem02 a:after {	
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url("../images/sec03_arrow.svg");
}
#sec01 nav .nav_list .nav_listItem03 a {	
	display: block;
	width: 100%;
	border: 1px solid var(--sec04color);
	text-align: center;
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 600;
	color: var(--sec04color);
	letter-spacing: 0.1em;
	padding: 24px 52px 24px 95px;
	position: relative;
	background-image: url("../images/sec04_icon.svg");
	background-position: left 24% center;
	background-size: 75px 64px;
	background-repeat: no-repeat;
}
/*#sec01 nav .nav_list .nav_listItem03 a:before {	
    content: "";
    display: block;
    width: 84px;
    height: 64px;
    position: absolute;
    left: 72px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url("../images/sec04_icon.svg");
}*/
#sec01 nav .nav_list .nav_listItem03 a:after {	
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url("../images/sec04_arrow.svg");
}
#sec01 nav .nav_list .nav_listItem a:hover:after {	
    transform: translateY(-8px);
	transition: 1s;
}
#sec02, #sec03, #sec04 {
	padding-top: 0;
}
#sec02 .sec_title {
	background: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url("../images/sec02_bg.webp") center center / cover no-repeat;
	padding: 0px 0 60px;
}
#sec03 .sec_title {
	background: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url("../images/sec03_bg.webp") center center / cover no-repeat;
	padding: 0px 0 60px;
}
#sec04 .sec_title {
	background: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url("../images/sec04_bg.webp") center center / cover no-repeat;
	padding: 0px 0 180px;
}

.sec_title .container {
	text-align: center;
}
.sec_title .container hgroup {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
	background: #fff;
	width: 460px;
    margin: 0 auto;
}
.sec_title .container hgroup .sec_icon {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
	margin-top: 20px;
}
.sec_title .container hgroup .sec_icon .icon_item {
	width: 120px;
}
.sec_title .container .sec_lead{
	margin-top: 120px;
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0,0.25);
}
#sec02 .sec_title .container hgroup{
	border-left: 1px solid var(--sec02color);
	border-right: 1px solid var(--sec02color);
	border-bottom: 1px solid var(--sec02color);
}
#sec02 .sec_title .container hgroup .sec_head {
	text-align: center;
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 600;
	line-height: 64px;
	color: var(--sec02color);
	letter-spacing: 0.1em;
	padding-left: 104px;
	background-image: url("../images/sec02_icon.svg");
	background-position: left center;
	background-size: 84px 64px;
	background-repeat: no-repeat;
}
#sec03 .sec_title .container hgroup{
	border-left: 1px solid var(--sec03color);
	border-right: 1px solid var(--sec03color);
	border-bottom: 1px solid var(--sec03color);
}
#sec03 .sec_title .container hgroup .sec_head {
	text-align: center;
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 600;
	line-height: 64px;
	color: var(--sec03color);
	letter-spacing: 0.1em;
	padding-left: 76px;
	background-image: url("../images/sec03_icon.svg");
	background-position: left center;
	background-size: 56px 64px;
	background-repeat: no-repeat;
}
#sec04 .sec_title .container hgroup{
	border-left: 1px solid var(--sec04color);
	border-right: 1px solid var(--sec04color);
	border-bottom: 1px solid var(--sec04color);
}
#sec04 .sec_title .container hgroup .sec_head {
	text-align: center;
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 600;
	line-height: 64px;
	color: var(--sec04color);
	letter-spacing: 0.1em;
	padding-left: 95px;
	background-image: url("../images/sec04_icon.svg");
	background-position: left center;
	background-size: 75px 64px;
	background-repeat: no-repeat;
}
.sec_contents {
	padding-top: 80px;
}
.sec_contents .contents_title {
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 600;
	margin-bottom: 40px;
}
#sec02 .sec_contents .contents_title {
	color: var(--sec02color);
}
#sec03 .sec_contents .contents_title {
	color: var(--sec03color);
}
#sec04 .sec_contents .contents_title {
	color: var(--sec04color);
}
.sec_contents .contents_item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}
.sec_contents .contents_item .item_photo {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
}
.sec_contents .contents_item .item_photo li img {
	border-radius: 24px;
}
.sec_contents01 .contents_item .item_photo li {
	width: 360px;
}
.sec_contents02 .contents_item .item_photo li {
	width: 270px;
}
.sec_contents03 .contents_item {
	flex-wrap: wrap;
}
.sec_contents03 .contents_item .item_photo li {
	width: 32%;
}
.sec_contents04 .contents_item {
	flex-wrap: wrap;
}
.sec_contents04 .contents_item .item_photo li {
	width: 32%;
}
.sec_contents05 .contents_item .item_photo li {
	width: 360px;
}
.sec_contents06 .contents_item {
	flex-wrap: wrap;
}
.sec_contents06 .contents_item .item_photo {
	justify-content: center;
}
.sec_contents06 .contents_item .item_photo li {
	width: 32%;
}

#sec05 {
	background-color: var(--bgcolor);
	padding-top: 120px;
}
#sec05 .sec_text {
	text-align: center;
	color: #fff;
	padding: 40px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#footer {
	background-color: #0e0e0e;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
}
#footer .corporate_items .corporate_name {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}
#footer .corporate_items .address_items {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}
#footer .corporate_items .corporate_address {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
#footer .corporate_items .corporate_link {
	margin-bottom: 10px;
}
#footer .corporate_items .corporate_link a {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	text-decoration: underline;
	margin-bottom: 10px;
	padding-left: 30px;
	display: block;
	position: relative;
}
#footer .corporate_items .corporate_link a:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url("../images/link.svg");
}
#footer .corporate_items .corporate_link a:hover {
	opacity: 0.5;
	transition: 1s;
}
#footer .sdgs_logo {
	max-width: 400px;
}
.no-webp #mainVisual {
	background: url("../images/pc_mv.jpg") center center / cover no-repeat;
}
.no-webp #sec02 .sec_title {
	background: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url("../images/sec02_bg.jpg") center center / cover no-repeat;
}
.no-webp #sec03 .sec_title {
	background: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url("../images/sec03_bg.jpg") center center / cover no-repeat;
}
.no-webp #sec04 .sec_title {
	background: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url("../images/sec04_bg.jpg") center center / cover no-repeat;
}


@media screen and (max-width: 1024px) {
	html {
		width: 100%;
		overflow-x: hidden;
	}
} 

@media (orientation: portrait) {

}
@media (orientation: portrait) and (max-width: 1024px){
	.container {
		width: 90%;
	}
	#mainVisual {
		flex-wrap: wrap;
	}
	#mainVisual .mainVisual_image {
		width: 100%;
	}
    #mainVisual .mainVisual_title {
        width: 100%;
        padding: 40px 10%;
    }
	#sec01 nav .nav_list .nav_listItem01 a {
		background-position: left 10% center;
	}
	#sec01 nav .nav_list .nav_listItem02 a {
		background-position: left 10% center;
	}
	#sec01 nav .nav_list .nav_listItem03 a {
		background-position: left 10% center;
	}
	.sec_contents01 .contents_item .item_photo li {
		width: 240px;
	}
	.sec_contents02 .contents_item .item_photo li {
		width: 180px;
	}
	.sec_contents05 .contents_item .item_photo li {
		width: 240px;
	}
	.sec_title .container {
		flex-wrap: wrap;
		justify-content: center;
	}
}	
@media screen and (max-width: 640px) {
	html {
		width: 100%;
	}
	body {
		overflow-x: hidden;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	#sec01 hgroup .nav_litle::before, #sec01 hgroup .nav_litle::after {
		width: 20px;
	}
	#sec01 nav .nav_list {
		flex-wrap: wrap;
		gap: 20px;
	}
	#sec01 nav .nav_list .nav_listItem {
		width: 100%;
	}
	#sec01 nav .nav_list .nav_listItem01 a {
		padding: 24px 52px 24px 80px;
		background-position: left 24% center;
	}
	#sec01 nav .nav_list .nav_listItem02 a {
		padding: 24px 52px 24px 80px;
		background-position: left 24% center;
	}
	#sec01 nav .nav_list .nav_listItem03 a {
		padding: 24px 52px 24px 80px;
		background-position: left 24% center;
	}
	.sec_title .container hgroup {
		width: 90%;
	}
	.sec_title .container hgroup .sec_icon .icon_item {
		width: 24%;
	}
	.sec_contents .contents_item {
		flex-wrap: wrap;
	}
	.sec_contents01 .contents_item .item_photo li {
        width: 100%;
    }
	.sec_contents02 .contents_item .item_photo li {
        width: 50%;
    }
	.sec_contents03 .contents_item .item_photo {
		flex-wrap: wrap;
	}
	.sec_contents03 .contents_item .item_photo li {
        width: 100%;
    }
	.sec_contents04 .contents_item .item_photo {
		flex-wrap: wrap;
	}
	.sec_contents04 .contents_item .item_photo li {
        width: 100%;
    }
	.sec_contents05 .contents_item .item_photo li {
        width: 100%;
    }
	.sec_contents06 .contents_item .item_photo {
		flex-wrap: wrap;
	}
	.sec_contents06 .contents_item .item_photo li {
        width: 100%;
    }
	#sec05 .sec_text {
		text-align: justify;
	}
	#footer {
		flex-wrap: wrap;
		gap: 40px;
	}
	#footer .corporate_items .address_items {
		flex-wrap: wrap;
	}
	#footer .sdgs_logo {
		margin: 0 auto;
	}
} 
		
