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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');


#kv {
	width: 100%;
	background-color: #dbebf2;
}

#kv .inner {
	max-width: 1900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: relative;
}

#kv .inner:before {
	content: '';
	display: block;
	background-image: url(/SDGs/img/fig_color_dots.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 1888px;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 30px;
	left: calc(50% - 944px);
}

#kv .ttl {
	width: 630px;
	height: 530px;
	position: relative;
	text-align: center;
	background-color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	/*padding-left: 30px;*/
	overflow: visible;
	/*z-index: 999;*/
	/*margin-left: 30px;*/
	right: -60px;
}

#kv .ttl:after,
#kv .ttl:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
}

#kv .ttl:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 530px 280px;
	border-color: transparent transparent #fff transparent;
	left: -280px;
}

#kv .ttl:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 530px 280px 0 0;
	border-color: #fff transparent transparent transparent;
	right: -280px;
}

#kv .ttl h1 {
	width: 600px;
	height: auto;
	position: relative;
	z-index: 999;
	margin-top: 30px;
}

#kv .ttl h1 img {
	width: 100%;
	height: auto;
}

#kv .ttl h2 {
	font-size: 2.4rem;
	white-space: nowrap;
	position: relative;
	z-index: 99;
	/*margin-left: -5em;*/
	line-height: 1.6;
	margin-top: 30px;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

#kv .ttl p {
	font-family: "Roboto", sans-serif;
	text-align: center;
	color: #30a1db;
	font-size: 4rem;
	margin-bottom: 50px;

}

img[src$="bnr_sdgs.jpg"] {
	border: 1px solid #d9bf66;
}

#kv img[src$="bnr_sdgs.jpg"] {
	width: 160px;
	height: auto;
	position: absolute;
	top: 30px;
	right: -260px;
	z-index: 9999;
}

#kv img[src$="fig_02.jpg"],
#kv img[src$="fig_01.jpg"] {
	height: 530px;
}

#kv img[src$="fig_01.jpg"] {
	margin-right: -60px;
}

/*  */

#fig_thumb {
	margin-top: -40px;
	position: relative;
	z-index: 99;
}

#fig_thumb .wrapper {
	display: flex;
}

#fig_thumb ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

#fig_thumb li {}

#fig_thumb ul:first-child {
	animation: loop 120s linear infinite;
}

#fig_thumb ul:nth-child(2) {
	animation: loop2 120s -80s linear infinite;
}

#fig_thumb ul:last-child {
	animation: loop3 120s -40s linear infinite;
}

@keyframes loop {
	0% {
		transform: translateX(200%);
	}

	to {
		transform: translateX(-100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-200%);
	}
}

@keyframes loop3 {
	0% {
		transform: translateX(0%);
	}

	to {
		transform: translateX(-300%);
	}
}

/*  */

#topicpath {}

#topicpath ul {
	float: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin-top: 30px;
}

#topicpath li {
	font-size: 1.4rem;
}

#topicpath li a {
	text-decoration: underline;
}

/*  */

main {
	width: 100%;
	margin-top: 40px;
}

#partner>.inner,
#about,
#relation>.inner,
#intro>.inner {
	width: 1024px;
	margin: 0 auto;
}

#navi {
	/*width: 100%;*/
	width: 1024px;
	margin: 0 auto;
}

#li_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;

}

#li_nav li {}

#li_nav li a {
	display: block;
	font-size: 2rem;
	background-color: #ecf5fc;
	width: 11.8em;
	text-align: center;
	padding: 1em 0;
	border-radius: 0.4em;
	transition: 0.3s;
	color: #1b8adf;
	font-weight: bold;
}

body.home #li_nav li:nth-child(1) a,
body.our_efforts #li_nav li:nth-child(3) a,
body.partner #li_nav li:nth-child(4) a {
	background-color: #30aeee;
	color: #fff;
}

#li_nav li a:hover {
	background-color: #30aeee;
	color: #fff;
	opacity: 0.8;
	transform: translate(0, -6px);
}

/*  */

#intro {
	margin-top: 4em;
	position: relative;
	padding-bottom: 100px;
}

#intro:after {
	content: '';
	display: block;
	background-image: url(/SDGs/img/badge_sdgs.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 656px;
	height: 617px;
	position: absolute;
	right: -100px;
	bottom: -100px;
	z-index: -1;
	opacity: 0.1;
}

#intro p:not(.name) {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 1em;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
	font-weight: bold;
}

#intro p.name {
	text-align: right;
	margin-top: 2.0em;
	font-size: 3.4rem;
	/*	font-family: 'Noto Serif JP', serif;
	font-weight: 600;*/
	display: flex;
	justify-content: flex-end;
}

#intro p.name span {
	font-size: 0.4em;
	/*display: block;*/
	margin-left: auto;
	margin-right: 0.4em;
	margin-top: 0.4em;
}

/*#intro p.name img {
	width: 28em;
}*/


/*  */

#relation {
	background-color: #ecf5fc;
	padding-bottom: 100px;
	background-image: url(/SDGs/img/fig_bg.jpg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 2015px auto;
	margin-bottom: 50px;
}

#relation>.inner {}

#relation>.inner div.ttl {
	text-align: center;
	padding-top: 60px;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

#relation>.inner div.ttl h3 {
	font-size: 5.4rem;
	color: #30aeee;
	font-family: "Roboto", sans-serif;
	line-height: 1;

}

#relation>.inner div.ttl p {
	font-size: 1.6rem;
	font-weight: bold;

}

#relation #info .inner {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-top: 5px solid #2fd5f9;
	margin-top: 2.0em;
	padding-bottom: 2.4em;
	position: relative;
}

#relation #info .inner:after {
	content: '';
	display: block;
	width: 3em;
	height: 6em;
	position: absolute;
	right: -1px;
	bottom: -1px;
	border-right: 1px solid #2fd5f9;
	border-bottom: 1px solid #2fd5f9;
}

#info dl {
	width: 100%;
	margin-top: 1.4em;
	/*max-height: 32em;*/
	/*height: 440px;*/
	overflow: auto;
	border-bottom: 1px solid #dddddd;

	background:
		linear-gradient(to top, hsla(0, 0%, 100%, 0), white 15px) 0 0 / 100% 2em,
		linear-gradient(to top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1)) 0 0/100% 20px,
		linear-gradient(to bottom, hsla(0, 0%, 100%, 0), white 15px) bottom / 100% 50px,
		linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1)) bottom/100% 2em;
	background-repeat: no-repeat;
	background-attachment: local, scroll, local, scroll;
}

.mCSB_inside>.mCSB_container {
	margin-right: 0 !important;
}

.mCSB_scrollTools {
	margin-right: 0.8em;
}

/*.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 7px;
	background-color: #2fd5f9 !important;
}


.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}


#info dt,
#info dd {
	font-size: 1.4rem;
	padding: 0 1.6em;
}

#info dt {
	font-weight: bold;
	/*padding-top: 1.2em;*/
	margin-bottom: 0.6em;
}

#info dd {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 1.2em;
	padding-right: 2.0em;
	margin-bottom: 1.2em;
}

#info dd br {
	display: none;
}

#info dd a {
	color: #020202;
}

#info dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#info dd span {
	margin-right: 0.4em;
}

#info .inner p {
	text-align: right;
	padding-right: 1.6em;
	margin-top: 2.2em;
	font-size: 1.5rem;
}

#info .inner p a {
	color: #020202;
	font-weight: bold;
	position: relative;
	padding-left: 1.0em;
}

#info .inner p a:before {
	content: '';
	width: 0.6em;
	height: 0.6em;
	border: 0px;
	border-top: solid 1.6px #2bd3ff;
	border-right: solid 1.6px #2bd3ff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -0.3em;
}

/*  */

.archive_list>ul {
	font-size: 0;
	letter-spacing: 0;
	padding-top: 44px;

	display: flex;
	justify-content: flex-start;
	/*align-items: center;*/
	flex-direction: row;
	gap: 48px;
	flex-wrap: wrap;
}

.archive_list>ul>li {
	width: 220px;
	/*	display: inline-block;
	vertical-align: top;
	margin-right: 52px;
	margin-bottom: 50px;*/
}

.archive_list>ul>li:nth-child(3n) {
	margin-right: 0;
}

.archive_list>ul>li h3 {
	margin-bottom: 10px;
	color: #222222;
	font-size: 14px;
	min-height: 60px;
}

.archive_list>ul>li:hover h3 {
	color: #23b7fe;
}

.archive_list>ul>li h3>span {
	color: #1b8bc1;
	font-size: 16px;
	display: block;
	vertical-align: middle;
}

.archive_list>ul>li h3>span span {
	font-size: 13px;
}

.archive_list>ul>li h3 a:hover {
	text-decoration: underline;
}

.archive_list>ul>li a p {
	overflow: hidden;
	border: 1px solid #dddddd;
}


.archive_list>ul>li a .photo {
	display: block;
	box-sizing: border-box;

	transition: All 0.4s ease;
	height: 220px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.archive_list>ul>li a .photo:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/*  */

#kf_partner p.txt_about,
#report p.more {
	text-align: center;
	margin-top: 4em;
}

#kf_partner p.txt_about a,
#report p.more a {
	font-size: 2rem;
	color: #1b8adf;
	display: inline-block;
	border: 2px solid #1b8adf;
	padding: 1em 3em 1em 3.6em;
	background-color: #fff;
	border-radius: 0.4em;
	position: relative;
	transition: all 0.6s;
}

#kf_partner p.txt_about a:after,
#report p.more a:after {
	content: '';
	width: 0.6em;
	height: 0.6em;
	border: 0px;
	border-top: solid 2px #1b8adf;
	border-right: solid 2px #1b8adf;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 2.6em;
	margin-top: -0.2em;
}

#kf_partner p.txt_about a:hover,
#report p.more a:hover {
	transform: scale(1.1, 1.1);
	color: #fff;
	background-color: #1b8adf;
}

#kf_partner p.txt_about a:hover:after,
#report p.more a:hover:after {
	border-color: #fff;
}

/*  */

#about {
	/*padding-top: 100px;*/
	padding-top: 50px;
}

#about .ttl {
	text-align: center;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

#about .ttl h3 {
	font-size: 5.4rem;
	color: #30aeee;
	font-family: "Roboto", sans-serif;
	line-height: 1;
}

#about .ttl p {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 0.4em;
}

#txt_about {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
	margin-top: 2em;
}

#txt_about strong {
	color: #30aeee;
}

#li_goals {
	text-align: center;
	margin-top: 80px;
}

#li_goals h4 {
	width: 56%;
	margin: 0 auto;
}

#li_goals h4 img {
	width: 100%;
	height: auto;
}

#li_goals ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 30px;
}

#li_goals li {
	width: 155px;
}

#li_goals li img {
	width: 100%;
	height: auto;
}

/*  */

#goals {
	margin-top: 80px;
}

#goals h4 {
	text-align: center;
	font-size: 3.2rem;
	color: #0599d9;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

#goals ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 60px;
	margin-top: 40px;
}

#goals li {
	width: 46%;
	position: relative;
	min-height: 120px;
}

#goals li img {
	width: 120px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#goals li h5 {
	color: #0599d9;
	font-size: 2.5rem;
	padding-left: 140px;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

#goals li p {
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 140px;
	line-height: 1.6;
	margin-top: 0.4em;
}

/*  */

#partner {
	margin-top: 100px;
	padding-top: 80px;
	background-color: #ecf5fc;
	padding-bottom: 100px;
}

#partner>.inner {
	position: relative;
}

#partner>.inner:after {
	content: '';
	display: block;
	width: 659px;
	height: 659px;
	background-image: url(/SDGs/img/bg_goals.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: -340px;
	bottom: -180px;
	z-index: 1;
}

#ks_sdgs {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	position: relative;
	z-index: 9;
}

#ks_sdgs>.inner {
	text-align: center;
}

#ks_sdgs h3 {
	font-size: 2.8rem;
	color: #0599d9;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

#kf_ks_goals {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	gap: 25px;
	margin-top: 20px;
}

#kf_ks_goals li {
	width: 106px;
	height: 106px;
}

#kf_ks_goals li img {
	width: 100%;
	height: auto;
}

#ks_sdgs figure {
	width: 340px;
}

#ks_sdgs figure img {
	width: 100%;
	height: auto;
}

/*  */

#kf_partner {
	text-align: center;
	position: relative;
	z-index: 9;
	margin-top: 60px;
}

#kf_partner .ttl {
	border-bottom: 1px solid #bac1c7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


#kf_partner .ttl h3 {
	font-family: "Roboto", sans-serif;
	color: #0599d9;
	font-size: 4rem;
	font-weight: normal;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

#kf_partner .ttl h3 span {
	display: block;
	font-size: 0.4em;
	font-style: normal;
}

#kf_partner .ttl p {
	font-size: 1.6rem;
	font-weight: bold;
}

#kf_partner .ttl+p {
	font-size: 1.6rem;
}

ul.li_partner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 40px;
}

ul.li_partner:nth-of-type(2) {
	width: 960px;
	margin: 40px auto 0;
}

ul.li_partner li {
	width: 190px;
	height: calc(190px * 0.4423076923076923);
}

ul.li_partner:nth-of-type(2) li {
	width: 180px;
	height: calc(180px * 0.4408602150537634);
}

ul.li_partner li a {
	height: 100%;
	background-color: #fff;
	border: 1px solid #e6e9ed;

	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	overflow: hidden;
}

ul.li_partner li a:hover {
	transform: translate(0, -6px);
}

ul.li_partner li img {
	width: auto;
	max-height: 80px;
	height: auto;
}

ul.li_partner li img[src$="ban_fujitsu.jpg"] {
	height: 50px;
}

ul.li_partner li img[src$="ban_nikko_cordial.jpg"] {
	width: 90%;
}

ul.li_partner li img[src$="ban_fsas_technologies.jpg"] {
	width: 90%;
}

ul.li_partner li img[src$="ban_anker_japan.jpg"] {
	width: 60%;
}

ul.li_partner li img[src$="logo_kfosp_kawashin_100th.svg"] {
	width: 94%;
	max-height: initial;
	margin-top: -20px;
}

ul.li_partner li img[src$="logo_kinkos.jpg"],
ul.li_partner li img[src$="ban_foodware.jpg"],
ul.li_partner li img[src$="ban_celm.jpg"],
ul.li_partner li img[src$="ban_kitanobook.jpg"],
ul.li_partner li img[src$="ban_commmune.jpg"] {
	width: 98%;
}

ul.li_partner li img[src$="ban_kksmz.jpg"] {
	width: 160%;
}

ul.li_partner li img[src$="ban_teldevice.jpg"] {
	width: 120%;
}

ul.li_partner li img[src$="ban_fujitsu_japan.jpg"],
ul.li_partner li img[src$="ban_f_sas.jpg"],
ul.li_partner li img[src$="ban_f_frontech.jpg"] {
	width: 100%;
}

ul.li_partner li img[src$="ban_ridgelinez.jpg"] {
	width: 100%;
}


#kf_partner p.txt_about {}

#kf_partner p.txt_about a {
	font-size: 1.6rem;
	padding: 1em 1em 1em 2.6em;
}

#kf_partner p.txt_about a:after {
	left: 1.4em;
}

/*  */

#box_ttl {
	height: 150px !important;
	position: relative;
}

/*#box_ttl:after {
	content: '';
	display: block;
	background-image: url(/SDGs/img/fig_color_dots2.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 1236px 142px;
	width: 1236px;
	height: 142px;
	position: absolute;
	z-index: 999999;
	top: 14px;
	left: calc(50% - 656px);
}*/

#box_ttl div.inner {
	/*width: 1350px;*/
	max-width: 1350px;
	min-width: 1024px;
	width: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: row;
	background-color: #fff;
}

#box_ttl div.inner:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 150px 84px 0 0;
	border-color: #f2f3f0 transparent transparent transparent;
	left: 0;
}

#box_ttl div.inner:after {
	background-color: #d8ee8a;
	/*display: none;*/
	width: 500px;
	height: 150px;
	left: auto;
	right: calc(-500px + 84px);
}

#box_ttl .inner a {
	display: block;

	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 99999999;
}

img[src$="fig_color_dots2.png"] {
	display: block;
	/*	background-image: url(/SDGs/img/fig_color_dots2.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 1236px 142px;*/
	width: 1236px;
	height: 142px;
	position: absolute;
	z-index: 9999;
	top: 14px;
	left: calc(50% - 656px);
}


#box_ttl h1 {
	width: 230px;
	display: block;
	margin-bottom: 20px;
	float: none;
}

#box_ttl h1 img {
	width: 100%;
}

#box_ttl h1+p {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 34px;
	margin-left: 10px;
}

#box_ttl a h1+p {
	color: #333;
}

#box_ttl img[src$="bnr_sdgs.jpg"] {
	width: 134px;
	height: auto;
	margin-bottom: 32px;
	margin-left: 20px;
	position: relative;
}

#box_ttl figure {
	height: 150px;
	position: absolute;
	right: 20px;
	z-index: -1;
}

#box_ttl figure:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 150px 84px 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: 0;
}

#box_ttl figure img {

	width: auto;
	height: 100%;

}

/*  */

#partners {}

#partners .inner {
	width: 1024px;
	margin: 60px auto 0;
}

#partners .ttl {
	text-align: center;
}

#partners h2 {
	font-size: 4rem;
	color: #30aeee;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

#partners .ttl p {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 1em;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

#partners .ttl small {
	font-size: 1.3rem;
	display: block;
	margin-top: 1em;
}

/*  */

#partners .inner h3 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 4em;
	text-align: center;
	position: relative;
	text-align: center;
	line-height: 1;
}

#partners .inner h3 span {
	background-color: #fff;
	padding: 0.2em 0.4em;
	position: relative;
	z-index: 9;
}

/* #partners .inner h3::before {
	content: '';
	display: block;
	background-color: red;
	position: absolute;
	width: 100%;
	height: 100%;
} */

#partners .inner h3:after {
	content: '';
	display: block;
	width: 100%;
	border-top: 1px solid #cccccc;
	position: absolute;
	top: 0.5em;
	left: 0;
}

/*  */

#partners ul.li_partner {
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	gap: 34px;
	margin: 40px auto 0;
}

#partners ul.li_partner li {
	width: 220px;
	height: calc(220px * 0.4108527131782946);
	/* height: 106px; */
}

#partners ul.li_partner li img[src$="ban_fujitsu.jpg"] {
	height: 65px;
}

#partners ul.li_partner:nth-of-type(3),
#partners ul.li_partner:nth-of-type(2) {
	width: 1024px;
}

#partners ul.li_partner:nth-of-type(3) {
	gap: 20px;
}

#partners ul.li_partner:nth-of-type(2) li {
	width: 220px;
	height: calc(220px * 0.4108527131782946);
}

#partners ul.li_partner:nth-of-type(2) a {
	border: none;
	box-shadow: none;
}

#partners ul.li_partner:nth-of-type(3) li {
	width: 160px;
	height: calc(160px * 0.4108527131782946);
}

#partners ul.li_partner:nth-of-type(4) a,
#partners ul.li_partner:nth-of-type(3) a {
	border: none;
	box-shadow: none;
}

#partners ul.li_partner:nth-of-type(3) img {
	width: auto;
	max-width: 100%;
	max-height: 40px;
}

#partners ul.li_partner li img[src$="logo_dole.png"] {
	max-height: initial;
	height: 60px;
}

#partners ul.li_partner:nth-of-type(4) li {
	width: 110px;
	height: calc(110px * 0.4108527131782946);
}

#partners ul.li_partner:nth-of-type(4) img {
	width: auto;
	max-height: initial;
	height: 100%;
}


/*  */

#inquiry {
	width: 1024px;
	margin: 60px auto 0;
	background-color: #f4fade;
	padding: 54px 54px;
	border-radius: 1.0em;
	position: relative;
}

#inquiry:after {
	content: '';
	display: block;
	width: 659px;
	height: 659px;
	background-image: url("/SDGs/img/bg_goals.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: -340px;
	top: 80px;
	z-index: 1;
}

#inquiry h4 {
	text-align: center;
	font-size: 2.8rem;
	position: relative;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

#inquiry h4:after {
	content: '';
	display: block;
	width: 5em;
	height: 2px;
	background-color: #74a830;
	margin: 0 auto;
	margin-top: 0.6em;
}

#inquiry h4 strong {
	color: #74a830;
}

#inquiry h4+p+p,
#inquiry h4+p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 1.8em;
	line-height: 1.6;
	position: relative;
	z-index: 9;
}

#inquiry form {
	border-top: 1px solid #74a830;
	margin-top: 3.4em;
	padding-top: 3em;
	position: relative;
	z-index: 9;
}

#inquiry dl {
	display: flex;
	flex-wrap: wrap;
}

#inquiry dt,
#inquiry dd {
	font-size: 1.8rem;
	padding: 1em;
}

#inquiry dt {
	width: 30%;
	text-align: right;
	padding-top: 1.4em;
}

#inquiry dt span {
	background-color: #ff0000;
	color: #fff;
	font-size: 0.6em;
	padding: 0.2em 0.4em;
	display: inline-block;
	position: relative;
	top: -0.4em;
}

#inquiry dd {
	width: 70%;
	padding-left: 0.4em;
}

#inquiry dd input {
	background-color: #fff;
	padding: 0;
	border-radius: 0;
	color: inherit;
	appearance: none;
	border: 1px solid #bcc3a4;
	padding: 1em;

	max-width: 32em;
}

#inquiry dd.mail input {
	margin-bottom: 0.4em;
}

#inquiry dd textarea {
	padding: 1em;
	max-width: 32em;
}

dd.name input {
	margin-right: 0.6em;
}

p.privacy {
	text-align: center;
	background-color: #e9f5c1;
	font-size: 1.6rem;
	padding: 1em 0;
	line-height: 1;
	margin-top: 2em;
}

p.privacy input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	display: inline-block;
	border: 2px solid #bcc3a4;
	background-color: #fff;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.2em;
	position: relative;
	top: calc(0.2em + 1px);
}

p.privacy label {
	position: relative;
	display: inline-block;
}

p.privacy input+label:before {
	content: '';
	display: block;
	position: absolute;
	width: 0.6em;
	height: 1.2em;
	border-right: 3px solid #30aeee;
	border-bottom: 3px solid #30aeee;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -1.2em;
	top: -0.2em;
	opacity: 0;
}

p.privacy input:checked+label:before {
	opacity: 1;
}

p.btns {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	margin-top: 2em;
}

p.btns span {
	display: inline-block;
	border: 2px solid #30aeee;
	border-radius: 0.4em;
	overflow: hidden;
	position: relative;
	margin: 0 0.4em;
	transition: all 0.2s;
}

p.btns span:hover {
	cursor: pointer;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}

p.btns input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 1em 2em 1em 3.4em;
	font-weight: bold;
	transition: all 0.2s;
}

p.btns span:nth-child(1) input {
	background-color: #fff;
	color: #30aeee;
}

p.btns span:nth-child(2) input {
	background-color: #30aeee;
	color: #fff;
	padding-right: 2.6em;
}

p.btns span:nth-child(1)::before,
p.btns span:nth-child(1)::after {
	content: '';
	display: block;
	width: 1.4em;
	/*バツ線の長さ*/
	height: 2px;
	/*バツ線の太さ*/
	background: #30aeee;
	transform: rotate(45deg);
	position: absolute;
	top: calc(1.6em - 2px);
	left: 1.8em;
}

p.btns span:nth-child(1)::after {
	transform: rotate(-45deg);
	/*left: 0;*/
}

p.btns span:nth-child(2):after {
	content: '';
	width: 0.6em;
	height: 0.6em;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(1.4em - 2px);
	left: 2.4em;
}

p.btns span.disabled {
	border: 1px solid #acaaaa;
}

p.btns span.disabled input {
	pointer-events: none;
}

p.btns span.disabled input {
	background-color: #cfcccc;
}

p.btns span.disabled:hover {
	cursor: default;
	box-shadow: none;
}


/* @group 私たちの取り組み */

#main_ttl {
	width: 1024px;
	margin: 60px auto 0;
}

#main_ttl h2 {
	font-size: 4rem;
	color: #30aeee;
	text-align: center;
	margin-bottom: 1em;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

#main_ttl p {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 1em;
	line-height: 1.8;
}

/*  */

#box_efforts {
	/*width: 1024px;*/
	margin: 80px auto 0;
}

#c_nav {
	width: 1024px;
	margin: 0 auto;
}

#c_nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

#c_nav li {
	/*width: calc(100% / 6)!important;*/
	line-height: 1.2;
	font-weight: bold;
}

#c_nav li a {
	display: flex;
	font-size: 1.5rem;
	height: 3.8em;
	color: #74a830;
	text-align: center;
	background-color: #f4f6d8;
	justify-content: center;
	align-items: center;
	width: 9.5em;
	font-feature-settings: "palt" 1;
	border-radius: 0.6em 0.6em 0 0;
}

#c_nav li a:hover {
	transition: all 0.15s ease-in;
	opacity: 0.8;
}

/*#c_nav li a.selected,*/
#c_nav li.swiper-slide-thumb-active a {
	background-color: #82d252;
	color: #fff;
	pointer-events: none;
}

/*  */

#ttl_efforts {
	text-align: center;
}

#box_efforts #ttl_efforts .inner {
	background-color: #82d252;
	color: #fff;
	position: relative;
	text-align: center;
	height: 90px;
	width: calc(1024px + 120px);
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: content-box;
	/*padding: 0 60px;*/
	margin: 0 auto;
	overflow: visible;
}

#ttl_efforts .inner:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 90px 50px;
	border-color: transparent transparent #82d252 transparent;
	position: absolute;
	top: 0;
	left: -50px;
}

#ttl_efforts .inner:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90px 50px 0 0;
	border-color: #82d252 transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -50px;
}

#ttl_efforts h3 {
	font-size: 2.8rem;
	position: relative;
	display: inline-block;
	padding-left: 2.2em;
}

#ttl_efforts h3:before {
	content: '';
	display: block;
	width: 2em;
	height: 2em;
	background-image: url(/SDGs/img/fig_icon.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: -0.2em;
}

#ttl_efforts p {
	font-size: 1.4rem;
	margin-top: 1.4em;
}

/*  */

#box_efforts .inner {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

section.effort {
	margin-top: 30px;
	padding-bottom: 100px;
}

section.effort h4 {
	font-size: 2.8rem;
	text-align: center;
	position: relative;
	padding-bottom: 0.4em;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

section.effort h4 strong {
	color: #74a830;
}

section.effort h4:after {
	content: '';
	display: block;
	width: 4em;
	height: 2px;
	background-color: #74a830;
	position: absolute;
	bottom: 0;
	left: calc(50% - 2em);
}

section.effort ul.li_efforts {
	display: flex;
	/*justify-content: space-between;*/
	/*align-items: flex-start;*/
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 14px;
}

#sec_all ul.li_efforts {
	margin-bottom: 80px;
}

section.effort ul.li_efforts li {
	width: 314px;
}

section.effort ul.li_efforts>li.full {
	width: 100%;
}

section.effort ul.li_efforts>li.full div.box_figs {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

section.effort ul.li_efforts>li.full div.box_figs>figure {
	width: calc((100% - 36px) / 4);
	height: auto;
}


section.effort ul.li_efforts h5 {
	font-size: 2.2rem;
	/*height: 3.0em;*/
	min-height: 3.0em;
	line-height: 1.3;
	/*    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-pack: end;
    -webkit-box-pack:end;
    -moz-box-pack: end;*/

	display: inline-flex;
	align-items: flex-end;
	flex-wrap: wrap;

	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

section.effort ul.li_efforts li.full h5 {
	min-height: initial;
}

section.effort ul.li_efforts h5 small {}

section.effort ul.li_efforts h5.txt_small {
	font-size: 1.9rem;
	min-height: 3.6em;
	/*display: block;*/
}

section.effort ul.li_efforts figure {
	margin-top: 10px;
	width: 314px;
	height: calc(314px * 0.706);
	background-color: #f4f6d8;
	display: flex;
	align-items: center;
	overflow: hidden;
}

section.effort ul.li_efforts figure>img {
	width: 100%;
	height: auto;
}

section.effort ul.li_goals {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

section.effort ul.li_goals li {
	width: 44px;
	height: 44px;
}

section.effort ul.li_efforts img {
	width: 100%;
}

section.effort ul.li_efforts p {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 1em;
}


/* @end */

/*  */

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

	#kv .inner {
		max-width: 100vw;
		background-color: #fff;
		padding-bottom: 20vw;
	}

	#kv .inner:before {
		width: 120vw;
		left: calc(50% - 944px);
		left: -10vw;
		top: 4vw;
	}

	#kv .ttl {
		width: 100%;
		height: calc(100vw * 0.34);
		text-align: center;
		overflow: visible;
		background-color: transparent;
		/*background-color: rgba(0, 0, 0, 0.5);*/
		right: auto;
		left: auto;
	}

	#kv .ttl h1 {
		width: 48vw;
		order: 1;
		margin-top: 2vw;
	}

	#kv img[src$="bnr_sdgs.jpg"] {
		position: static;
		order: 2;
		width: 20vw;
		margin-top: 1vw;
	}

	#kv .ttl h2 {
		width: 100vw;
		position: absolute;
		bottom: -12vw;
		margin-top: 0;
		margin-left: 2vw;
		font-size: 2.5vw;
		/* 8px */
		white-space: normal;
		order: 3;
		text-align: center;
	}

	#kv .ttl p {
		width: 100vw;
		position: absolute;
		bottom: -33vw;
		font-size: 4.375vw;
		/* 14px */

		margin-top: 0.4em;
		order: 4;
	}

	#kv img[src$="fig_01.jpg"],
	#kv img[src$="fig_02.jpg"] {
		height: calc(100vw * 0.34);
		margin: 0;
		position: relative;
	}

	#kv img[src$="fig_01.jpg"] {
		right: calc(100vw * 0.34 * 0.53 * -1 + 2vw);
	}

	#kv img[src$="fig_02.jpg"] {
		left: calc(100vw * 0.34 * 0.53 * -1 + 2vw);
	}

	#kv .ttl:before {
		border-width: 0 0 calc(100vw * 0.34) calc(100vw * 0.34 * 0.53);
		left: -2vw;
		top: 1px;
	}

	#kv .ttl:after {
		border-width: calc(100vw * 0.34) calc(100vw * 0.34 * 0.53) 0 0;
		right: -2vw;
	}


	/*  */

	#fig_thumb {
		margin-top: 0;
		display: none;
	}

	/*  */
	#topicpath {
		display: none;
	}

	/*  */

	main {
		margin-top: 4vw;
	}

	#navi {
		width: 88vw;
	}

	#li_nav {
		flex-wrap: wrap;
		align-items: flex-start;
		/*gap:2vw;*/
	}

	#li_nav li {
		width: 31%;
		/*width: 42vw;*/
		/*margin-bottom: 4vw;*/
	}

	#li_nav li a {
		font-size: 2.5vw;
		/* 8px */
		width: 100%;
	}

	#li_nav li:first-child {
		display: none;
	}

	/*  */

	#partner>.inner,
	#about,
	#relation>.inner,
	#intro>.inner {
		width: 88vw;
	}

	#intro p:not(.name) {
		font-size: 3.75vw;
		/* 12px */
	}

	#intro {
		margin-top: 5vw;
		padding-bottom: 10vw;

	}

	#intro p.name {
		margin-top: 8vw;
		font-size: 6.25vw;
		/* 20px */
	}

	#intro p.name img {
		width: 80%;
	}

	#intro:after {
		width: 90vw;
		height: calc(90vw * 0.94);
		background-size: 100% auto;
		right: -14vw;
		bottom: 0;
	}

	/*  */

	#relation>.inner div.ttl {
		padding-top: 12vw;
	}

	#about .ttl h3,
	#relation>.inner div.ttl h3 {
		font-size: 8.75vw;
		/* 28px */
	}

	#about .ttl p,
	#relation>.inner div.ttl p {
		font-size: 3.125vw;
		/* 10px */
		margin-top: 0.4em;
	}

	#info .inner p,
	#info dd,
	#info dt {
		font-size: 3.75vw;
		/* 12px */

	}

	.archive_list>ul {
		gap: 0;
		padding-top: 6vw;
		align-items: stretch;
		justify-content: space-between;
	}

	.archive_list>ul>li {
		width: 42vw;
		margin-bottom: 4vw;
	}

	.archive_list>ul>li h3 {
		font-size: 3.75vw;
		/* 12px */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		min-height: 4em;
		margin-bottom: 2vw;
	}

	.archive_list>ul>li h3>span {
		font-size: 3.75vw;
		/* 12px */
	}

	.archive_list>ul>li a .photo {
		height: 42vw;
	}

	#kf_partner p.txt_about,
	#report p.more {
		margin-top: 2em;
	}

	#kf_partner p.txt_about a,
	#report p.more a {
		font-size: 3.75vw;
		/* 12px */
	}

	#relation {
		background-position: 0 100%;
		background-size: 200vw auto;
		padding-bottom: 36vw;
		margin-bottom: 0;
	}

	#about {
		padding-top: 16vw;
	}

	#txt_about {
		font-size: 3.75vw;
		/* 12px */

	}

	/*  */

	#li_goals {
		margin-top: 14vw;
	}

	#li_goals h4 {
		width: 70%;
	}

	#li_goals ul {
		gap: 4vw;
		margin-top: 10vw;
	}

	#li_goals li {
		width: calc(100% / 4 - 4vw);
	}

	/*  */

	#goals {
		margin-top: 14vw;
		border: 1px solid #e5e5e5;
		border-radius: 4vw;
		padding: 10vw 6vw 6vw;
	}

	#goals h4 {
		font-size: 5vw;
		/* 16px */
	}

	#goals ul {
		display: block;
		margin-top: 8vw;
	}

	#goals li {
		width: 100%;
		margin-bottom: 4vw;
		min-height: 22vw;
		height: auto;
	}

	#goals li img {
		width: 20vw;
		height: 20vw;
	}

	#goals li h5 {
		font-size: 3.75vw;
		/* 12px */
		padding-left: 24vw;
	}

	#goals li p {
		font-size: 2.5vw;
		/* 8px */
		padding-left: 24vw;
	}

	/*  */

	#partner {
		margin-top: 16vw;
		padding-top: 10vw;
		padding-bottom: 16vw;
	}

	#ks_sdgs {
		display: block;
	}

	#ks_sdgs h3 {
		font-size: 4.375vw;
		/* 14px */

	}

	#kf_ks_goals {
		gap: 4vw;
		margin-top: 4vw;
	}

	#kf_ks_goals li {
		width: auto;
		height: auto;
	}

	#ks_sdgs figure {
		width: 40%;
		text-align: center;
		margin: 6vw auto 0;
	}

	/*  */

	#kf_partner {
		margin-top: 6vw;
	}

	#kf_partner .ttl {
		padding-bottom: 4vw;
		margin-bottom: 4vw;
		border-color: #78c7ea;
	}

	#kf_partner .ttl h3 {
		font-size: 5.625vw;
		/* 18px */
	}

	#kf_partner .ttl p {
		font-size: 2.5vw;
		/* 8px */
	}

	#kf_partner .ttl+p {
		font-size: 3.125vw;
		/* 10px */
	}

	/*  */

	ul.li_partner:nth-of-type(2),
	ul.li_partner {
		margin-top: 6vw;
		flex-wrap: wrap;
		justify-content: center;
		gap: 4vw;
		padding: 0 4vw;
	}

	ul.li_partner:nth-of-type(2) {
		width: auto;

	}

	ul.li_partner:nth-of-type(2) li,
	ul.li_partner li {
		width: 28%;
		height: 10vw;
	}

	ul.li_partner li img {
		max-height: 7vw;
	}

	ul.li_partner li:nth-child(3) img {
		width: 66%;
	}

	ul.li_partner li:nth-child(4) img {
		/* margin-top: -2vw; */
	}

	/*  */

	#box_ttl {
		height: auto !important;
		height: calc(100vw * 0.225) !important;
		background-image: url(/SDGs/img/bg_fig_ttl_sp.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100vw auto;
		margin-bottom: 6vw;
	}

	#box_ttl div.inner {
		max-width: initial;
		min-width: initial;
		width: 100%;
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 2vw 0;
		background-color: transparent;
	}

	#box_ttl div.inner:before,
	#box_ttl figure,
	img[src$="fig_color_dots2.png"],
	#box_ttl div.inner:after {
		display: none;
	}

	#box_ttl .inner a {
		width: 60vw;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-left: 5vw;
	}


	#box_ttl .inner a:nth-child(3) {
		width: 15vw;
		display: block;
		margin-left: -24vw;
		margin-top: 2vw;
	}

	#box_ttl h1 {
		width: 60%;
		width: 100%;
		margin-bottom: 0;
		text-align: left;
	}

	#box_ttl a h1+p {
		font-size: 2.8125vw;
		/* 9px */
		font-size: 2.5vw;
		/* 8px */
		margin-left: 12vw;
		margin-bottom: 0;
		margin-top: -0.4em;
	}

	#box_ttl img[src$="ttl_main.png"] {
		width: 50%;
	}

	#box_ttl img[src$="bnr_sdgs.jpg"] {
		width: 100%;
		height: auto;
		margin: 0;
		/* width: 20vw;
		position: absolute;
		left: 38vw;
		top: 5vw; */
	}

	/*  */

	#main_ttl {
		width: 88vw;
		margin-top: 10vw;
	}

	#main_ttl h2 {
		font-size: 5.625vw;
		/* 18px */
	}

	#main_ttl p {
		font-size: 3.75vw;
		/* 12px */
	}

	/*  */

	#box_efforts {
		margin-top: 10vw;
	}

	#c_nav {
		width: 88vw;
	}

	#c_nav ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 2vw;
		width: 94vw;
		margin-left: -3vw;
	}

	#c_nav li {
		width: calc(100% / 4 - 2vw);
		/*width: 22%;*/
		/*margin: 0 2vw;*/
	}

	#c_nav li a {
		font-size: 2.2vw;
		border-radius: 0.6em;
		width: auto;
	}

	#c_nav li a br {
		display: none;
	}

	/*  */

	#ttl_efforts {
		margin-top: 4vw;
	}

	#box_efforts #ttl_efforts .inner {
		width: 100vw;
		height: 4em;
	}

	#ttl_efforts .inner:before,
	#ttl_efforts .inner:after {
		display: none;
	}

	#ttl_efforts h3 {
		font-size: 4.375vw;
		/* 14px */
		margin-left: -1.6em;
	}

	#ttl_efforts p {
		width: 100vw;
		font-size: 2.5vw;
		/* 8px */
		line-height: 1.6;
	}

	/*  */

	#box_efforts .inner {
		width: 88vw;
	}

	section.effort {
		margin-top: 4vw;
		padding-bottom: 0vw;
	}

	section.effort h4 {
		font-size: 5.625vw;
		/* 18px */
	}

	section.effort ul.li_efforts {
		margin-bottom: 8vw;
		gap: 4vw;
		margin-top: 4vw;
	}

	#sec_all ul.li_efforts {
		margin-bottom: 14vw;
	}

	section.effort ul.li_efforts>li {
		width: calc(50% - 2vw);
	}

	section.effort ul.li_efforts h5 {
		font-size: 3.75vw;
		/* 12px */
		/*min-height: initial;*/

	}

	section.effort ul.li_efforts h5.txt_small {
		font-size: 3.125vw;
		/* 10px */
	}

	section.effort ul.li_efforts figure {
		margin-top: 2vw;
		width: 40vw;
		height: calc(40vw * 0.706);
	}

	section.effort ul.li_goals {
		gap: 1vw;
		margin-top: 2vw;
	}

	section.effort ul.li_goals li {
		width: 6vw;
		height: 6vw;
	}

	section.effort ul.li_efforts p {
		font-size: 2.8125vw;
		/* 9px */
	}

	/*  */

	#partners .inner {
		width: 88vw;
		margin-top: 8vw;
	}

	#partners h2 {
		font-size: 6.25vw;
		/* 20px */
	}

	#partners .ttl p {
		font-size: 3.125vw;
		/* 10px */
	}

	#partners .ttl small {
		font-size: 2.5vw;
		/* 8px */
	}

	#partners ul.li_partner {
		width: 100%;
		width: 78vw;
		gap: 6vw;
		margin: 10vw auto 0;
		padding: 0;
	}

	#partners ul.li_partner li {
		width: 36vw;
		height: calc(36vw * 0.41);
	}

	#partners ul.li_partner li:nth-child(1) img {
		max-height: calc(36vw * 0.41* 0.7);
	}

	#partners ul.li_partner li:nth-child(4) img {
		margin-top: -3.4vw;
	}

	/*  */

	#inquiry {
		width: 100%;
		margin-top: 14vw;
		padding: 12vw 6vw;
	}

	#inquiry:after {
		width: 140vw;
		height: 140vw;
		right: -100vw;
		top: 90vw;
	}

	.thanks #inquiry {
		width: 88vw;
	}

	.thanks #inquiry:after {
		display: none;
	}

	#inquiry h4 {
		font-size: 5.625vw;
	}

	#inquiry h4+p+p,
	#inquiry h4+p {
		font-size: 3.75vw;
	}

	#inquiry dl {
		display: block;
	}

	#inquiry dd,
	#inquiry dt {
		width: 100%;
		text-align: left;
		font-size: 3.75vw;
		/* 12px */
		padding: 0;
	}

	#inquiry dt {
		padding-bottom: 0.4em;
		margin-top: 0.8em;
	}

	#inquiry dt br {
		display: none;
	}

	#inquiry dd {
		margin-bottom: 0.8em;
	}

	#inquiry dd textarea,
	#inquiry dd input {
		max-width: initial;
		width: 100%;
		margin-bottom: 0.6em;
	}

	#inquiry dd.name input {
		width: 46%;
	}

	p.privacy {
		font-size: 3.75vw;
		/* 12px */
	}

	p.btns {
		font-size: 3.125vw;
		/* 10px */
	}
























}