@charset "UTF-8";

/* CSS Document */


/* reset
==================================================================================================== */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

main, article, aside, dialog, figure, figcaption, footer, header, hgroup, nav, section {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

em {
	font-weight: normal;
	font-style: italic;
}

input, button, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
	vertical-align: middle;
	font-family: inherit;
}

ul li {
	list-style-type: none;
}


/* phbasesスタイル上書き
==================================================================================================== */

#contents {
	word-wrap: break-word;
	color: #231815;
}

#contents, #contents *, body #contents, body #contents * {
	font-family: 'Noto Serif JP' , '游明朝', YuMincho,  'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "palt";
	/* Noto Sans JP 現状は効かない */
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt" 1;
	-webkit-text-size-adjust: 100%;
	/* color: #231815; */
}

#contents img {
	max-width: 100%;
	height: auto;
}

#contents sup, #contents sub {
	font-size: 75%;
}


/* mobile用 */

@media screen and (max-width:768px) {
	#contents {
		/*font-size: 4.0vw;*/
	}
	#contents, #contents *, body #contents, body #contents * {
		/* Noto Sans JP 現状は効かない */
	}
	/*	body #contents * {
	font-family: -apple-system, BlinkMacSystemFont, YakuHanJP, "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Meiryo, "MS PGothic", Osaka, sans-serif;
		font-weight: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-moz-font-feature-settings: "palt";
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt" 1;
	}
*/
}


/* 汎用
==================================================================================================== */


/* clearfix
============================================================ */

.cf::after, .clearfix::after {
	display: block;
	clear: both;
	content: "";
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.cf, .clearfix {
	overflow: hidden;
}

.c-xc {
	text-align: center;
}


/* テキスト
============================================================ */

.fair_txt_blk {
	color: #1a1a1a !important;
}

.fair_txt_brn {
	color: #B74A00 !important;
	font-weight: 600 !important;
}

.fair_txt_small {
	font-size: 60%;
}


/* 強調
============================================================ */

body #contents .fair_txt_bold {
	font-family: YakuHanJP, "Lato", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Meiryo, "MS PGothic", Osaka, sans-serif;
	font-weight: 700;
}

body #contents .fair_txt_serif {
	font-family: YakuHanMP, "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
	font-weight: 500;
}

body #contents .fair_txt_serif_bold {
	font-family: YakuHanMP, "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
	font-weight: 600;
}


/* PC / SP
============================================================ */
.pc {
	display: inline-block;
}
.sp {
	display: none;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
}
#an01, #an02, #an03, #an04 {
	margin-top: -88px;
	padding-top: 88px;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: 0.5s color ease-out;
	-moz-transition: 0.5s color ease-out;
	-ms-transition: 0.5s color ease-out;
	-o-transition: 0.5s color ease-out;
	-webkit-transition: 0.5s color ease-out;
}
a:hover {
	opacity: 0.7;
}
.caption1 li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 3px;
	font-size: 10px;
	line-height: 1.2;
}
.mab10 {
	margin-bottom: 10px !important;
}
.mab15 {
	margin-bottom: 15px !important;
}
.mab20 {
	margin-bottom: 20px !important;
}
.mab25 {
	margin-bottom: 25px !important;
}
.mab30 {
	margin-bottom: 30px !important;
}
.mab35 {
	margin-bottom: 35px !important;
}
.mab40 {
	margin-bottom: 40px !important;
}
.mab50 {
	margin-bottom: 50px !important;
}
html.g-ww #cnwrapper {
	max-width: 100%!important;
}

/*====================================================================*/

#contents-header {
	padding: 30px 0;
	display: none;
}

/*====================================================================*/

#main {
	max-width: 1367px;
	margin: 0 auto;
}

#main img {
	width: 100%;
}

/*====================================================================*/

.fs45{
	font-size: 45px;
}
.fs65{
	font-size: 65px;
}
.fs69{
	font-size: 69px;
}
.fs50{
	font-size: 50px;
}

/*====================================================================*/

/*=======================================
　base
=======================================*/
.inner {
	max-width: 975px;
	width: 90%;
	margin: 0 auto;
}
.bg_color {
	background: #3f5370;
	padding-bottom: 100px;
	margin-bottom: 95px;
}

/*=======================================
　sec_mv
=======================================*/
.sec_mv {
	background: #3f5370;
	padding-bottom: 50px;
	text-align: center;
}

/*=======================================
　sec_intro
=======================================*/
.sec_intro {
	margin-bottom: 50px;
}
.sec_intro .copy {
	width: fit-content;
	margin: 0 auto;
	letter-spacing: 0.2em;
	text-align: center;
	font-size : 33px;
	line-height: 1.666;
	color : #EFE1C5;
}
.sec_intro .copy span {
	display: block;
	font-size: 13px;
	font-weight: 500;
	text-align: right;
	margin-top: 8px;
	color: #fff;
	letter-spacing: 0;
}

/*=======================================
　sec_present
=======================================*/
.sec_present .inner .present_block:not(:last-child) {
	margin-bottom: 100px;
}
.sec_present .inner .present_block h2 {
	font-size: 26px;
	line-height: 1.674;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	background: #c4ab93;
	border-radius: 8.5039px 8.5039px 0 0;
	text-align: center;
	padding: 8.5px 0;
	position: relative;
	z-index: 1;
	font-weight: 800;
	border: 1px solid #fff;
}
.sec_present .inner .present_block .box_w {
	background: #fff;
	border-radius: 0 0 8.5039px 8.5039px;
	padding: calc(40px + 8.5039px) 0 50px;
	transform: translateY(-8.5039px);
	margin-bottom: 30px;
}
.sec_present .inner .present_block .box_w_inn {
	width: 86.57786885245902%;
	margin: 0 auto;
}
.sec_present .inner .present_block:nth-child(1) .box_w_inn {
	width: 94.9%;
}
/* .sec_present .inner .present_block .box_w_inn > .img img {
	image-rendering: pixelated;
} */
.sec_present .inner .present_block .box_w_inn .flex_area {
	display: flex;
	justify-content: space-between;
}
.sec_present .inner .present_block .box_w_inn .flex_area .item {
	width: 45.11%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 35px;
}
.sec_present .inner .present_block .box_w_inn .flex_area .item:nth-child(1) .hd_txt {
	width: 93.52%;
}

/* notes */
.sec_present .inner .present_block .notes ul li {
	font-size: 15px;
	line-height: 1.866;
	padding-left: 0.5em;
	text-indent: -0.5em;
	color: #fff;
}

/*=======================================
　sec_sdgs
=======================================*/
.sec_sdgs {
	margin: 0 auto 90px;
}
.sec_sdgs.pc {
	display: block;
}
.sec_sdgs .sdgs_block {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.sec_sdgs .img_area {
	width: 12.22%;
}
.sec_sdgs .txt_area {
	width: 85.34%;
	font-size: 19px;
	line-height: 1.578;
	font-weight: 500;
	text-align: justify;
	letter-spacing: 0.03em;
}

/*=======================================
　raijyo_btn
=======================================*/
.raijyo_btn {
	max-width: 473.6103px;
	margin: 0 auto 60px;
}
