@charset "utf-8";
/* +++++++++++++++++++++++++　import */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:wght@400;500;700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,700;1,700;1,900&display=swap');
/* +++++++++++++++++++++++++　基本スタイル */
html,
body {
	color: #161616;
	overflow-x: hidden;
	font-family: 'Noto Sans JP', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
	font-weight: 400;
	line-height: 1.75;
}

/* bg */
.bg-beige {
	background-color: #fff2dc;
}

/* img */
img {
	display: block;
	width: 100%;
	height: auto;
}

/* link */
a {
	text-decoration: none;
	transition: all 0.3s;
}

.tel > a {
	font-weight: bold;
}

/* visivle */
.pc-none {
	display: none !important;
}
.sp-none {
	display: inline-block !important;
}
.line {
	position: relative;
}
.line::before,
.line::after {
	content: '';
	background: linear-gradient(90deg, #e6203c 5.88%, #dda73b 5.88%, #dda73b 11.76%, #4c9d39 11.76%, #4c9d39 17.64%, #c31a31 17.64%, #c31a31 23.52%, #e0422f 23.52%, #e0422f 29.4%, #1cb3e0 29.4%, #1cb3e0 35.28%, #ffc000 35.28%, #ffc000 41.16%, #a21a42 41.16%, #a21a42 47.04%, #ff5214 47.04%, #ff5214 52.92%, #de1267 52.92%, #de1267 58.8%, #ff931e 58.8%, #ff931e 64.68%, #c18a3a 64.68%, #c18a3a 70.56%, #356d30 70.56%, #356d30 76.44%, #008ed8 76.44%, #008ed8 82.32%, #57c129 82.32%, #57c129 88.2%, #0661a7 88.2%, #0661a7 94.08%, #073455 94.08%);
	display: block;
	position: absolute;
	height: 10px;
	width: 100%;
	left: 0;
	z-index: 1;
}
.line::before {
	top: 0;
}
.line::after {
	bottom: 0;
}

.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}
.txt_r {
	text-align: right;
}

.en_ttl {
	position: relative;
	text-align: center;
}
.en_ttl::before {
	content: attr(data-en);
	display: block;
	position: absolute;
	font-size: 6.25rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	white-space: pre;
	top: 30px;
	left: 50%;
	transform: translate(-50%);
}


header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
header .h_logo {
	display: block;
	background: #fff;
	border-bottom-right-radius: 20px;
	width: 140px;
	height: 140px;
	padding: 15px;
}
header .h_logo img {
	width: 100px;
	height: auto;
}

.main {
	height: 100vh;
}
.main.line::before {
	height: 0;
}

.main_ttl {
	position: absolute;
	font-size: 9rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	line-height: 1.2;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
}
.main_ttl span {
	display: block;
	font-size: 1.75rem;
	font-weight: 700;
}
.main_img {
	width: auto;
	height: 92vh;
	margin: 0 auto;
	padding-top: 2vh;
}

.sec {
	position: relative;
}
.sec .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.sec01 {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.4)), url(../images/bg_sec01.jpg) no-repeat center / cover;
	color: #fff;
	padding: 140px 0 170px;
}
.sec01 .sec_ttl {
	position: relative;
	font-size: 2.25rem;
	text-align: center;
	padding-bottom: 2rem;
}
.sec01 .sec_ttl::after {
	content: '';
	position: absolute;
	display: block;
	background: #fff;
	height: 1px;
	width: 190px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}
.sec01 .border {
	text-align: center;
	margin-top: 50px;
}
.sec01 .border span {
	border: 1px solid #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0.75rem 75px;
}
.sec01 .txt {
	font-size: 1.25rem;
	max-width: 960px;
	margin: 60px auto 0;
}

.sec02 {
	padding: 170px 0 100px;
}
.sec02 .inner {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 130px 110px 60px;
}
.sec02 .inner::before {
	content: '';
	position: absolute;
	display: block;
	background: url(../images/icon_sec02.png) no-repeat center / 100% auto;
	width: 196px;
	height: 192px;
	top: -97px;
	left: 50%;
	transform: translate(-50%);
}
.sec02 .sec_ttl,
.sec03 .sec_ttl {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.sec02 .sec_ttl span,
.sec03 .sec_ttl span {
	background: linear-gradient(180deg, rgba(255, 222, 78, 0) 40%, #ffde4e 40%);
}
.sec02 .sub_ttl {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.sec02 .flex_l {
	width: calc(100% - 600px);
	padding-right: 30px;
}
.sec02 .flex_l .txt {
	margin-top: 0;
}
.sec02 .flex_l .txt_r {
	margin-top: 60px;
	padding-right: 5px;
}
.sec02 .flex_r {
	width: 100%;
	max-width: 570px;
}

.sec03 {
	padding: 90px 0 140px;
}
.sec03 .inner {
	background: #fff;
	padding: 130px 200px 60px;
}
.sec03 .inner::before {
	content: '';
	position: absolute;
	display: block;
	background: url(../images/icon_sec03.png) no-repeat center / 100% auto;
	width: 196px;
	height: 192px;
	top: -8px;
	left: 50%;
	transform: translate(-50%);
}
.sec03 .sec_ttl span {
	padding: 0 1.5rem;
}
.sec03 .img {
	max-width: 570px;
	margin: 40px auto 60px;
}
.quote {
	position: relative;
	background: rgba(226, 245, 255, 0.45);
	border-radius: 10px;
	font-size: 0.875rem;
	line-height: 2.1;
	padding: 60px 100px;
}
.quote::before,
.quote::after {
	content: '';
	position: absolute;
	display: block;
	width: 30px;
	height: 22px;
}
.quote::before {
	background: url(../images/icon_quote-left.svg) no-repeat center / 100% auto;
	top: 30px;
	left: 35px;
}
.quote::after {
	background: url(../images/icon_quote-right.svg) no-repeat center / 100% auto;
	bottom: 30px;
	right: 35px;
}
.quote .txt {
	margin-top: 0;
}
.quote .txt_r {
	margin-bottom: 0;
}

.sec04 .inner {
	position: relative;
	padding: 50px 0 100px;
}
.sec04 .dc_sec04_r {
	position: absolute;
	width: 400px;
	height: auto;
	right: -20px;
	top: 14%;
}
.sec04 .dc_sec04_l {
	position: absolute;
	width: 400px;
	height: auto;
	left: -80px;
	bottom: 10px;
}
.sec04 .en_ttl {
	font-size: 2rem;
	padding-top: 100px;
}
.sec04 .en_ttl::before {
	color: #d8effc;
	z-index: -1;
}
.list {
	list-style: none;
	width: 100%;
	max-width: 980px;
	max-height: 280px;
	/* overflow-y: auto; */
	margin: 80px auto 50px;
	padding: 0 50px;
}
.list li {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px dashed #707070;
	font-size: 0.875rem;
	padding: 25px;
}
.list li:last-of-type {
	border-bottom: 0;
}
.list li time {
	width: 150px;
	padding-right: 30px;
}
.list li p {
	width: calc(100% - 150px);
	margin: 0;
}

.sec05 {
	padding-bottom: 60px;
}
.sec05 .en_ttl {
	font-size: 2rem;
	margin-top: 0;
	padding-top: 100px;
}
.sec05 .en_ttl::before {
	color: #fff;
	top: 35px;
}
.sec05 .en_ttl span{
	position: relative;
	z-index: 2;
}
.gale_list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	list-style: none;
	margin-top: 50px;
	padding-left: 0;
}
.gale_list li {
	width: calc((100% / 3) - 30px);
	margin-bottom: 50px;
}
.gale_item {
	position: relative;
	display: block;
	background: #fff;
	border-radius: 10px;
	font-size: 1.125rem;
	font-weight: bold;
	height: 100%;
	text-align: center;
	margin: 0 15px 50px;
	padding: 20px 0 10px;
	transition: all 0.3s;
}
.gale_item span {
	display: block;
	border-radius: 50%;
	background: #0661a7;
	color: #fff;
	font-size: 2.5rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 0 auto 10px;
	transition: all 0.3s;
}
.gale_item::after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	border-bottom: 4px solid #0661a7;
	border-right: 4px solid #0661a7;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%) rotate(45deg);
	transition: all 0.3s;
}
.gale_item:hover::after {
	bottom: 25px;
}
.gale_item.gale01 {
	color: #5cb750;
}
.gale_item.gale01:hover {
	background: #5cb750;
}
.gale_item.gale01 span {
	background: #5cb750;
}
.gale_item.gale01:hover span {
	color: #5cb750;
}
.gale_item.gale01::after {
	border-bottom-color: #5cb750;
	border-right-color: #5cb750;
}
.gale_item.gale02 {
	color: #62b1e3;
}
.gale_item.gale02:hover {
	background: #62b1e3;
}
.gale_item.gale02 span {
	background: #62b1e3;
}
.gale_item.gale02:hover span {
	color: #62b1e3;
}
.gale_item.gale02::after {
	border-bottom-color: #62b1e3;
	border-right-color: #62b1e3;
}
.gale_item.gale03 {
	color: #d88db5;
}
.gale_item.gale03:hover {
	background: #d88db5;
}
.gale_item.gale03 span {
	background: #d88db5;
}
.gale_item.gale03:hover span {
	color: #d88db5;
}
.gale_item.gale03::after {
	border-bottom-color: #d88db5;
	border-right-color: #d88db5;
}
.gale_item.gale04 {
	color: #e2c66d;
}
.gale_item.gale04:hover {
	background: #e2c66d;
}
.gale_item.gale04 span {
	background: #e2c66d;
}
.gale_item.gale04:hover span {
	color: #e2c66d;
}
.gale_item.gale04::after {
	border-bottom-color: #e2c66d;
	border-right-color: #e2c66d;
}
.gale_item.gale05 {
	color: #68b5a8;
}
.gale_item.gale05:hover {
	background: #68b5a8;
}
.gale_item.gale05 span {
	background: #68b5a8;
}
.gale_item.gale05:hover span {
	color: #68b5a8;
}
.gale_item.gale05::after {
	border-bottom-color: #68b5a8;
	border-right-color: #68b5a8;
}
.gale_item:hover {
	color: #fff;
}
.gale_item:hover span {
	background: #fff;
}
.gale_item:hover::after {
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.no_ttl {
	position: relative;
	font-size: 2rem;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 50px;
	padding-top: 50px;
}
.no_ttl::before {
	content: attr(data-no);
	display: block;
	position: absolute;
	color: #fff;
	font-size: 12.5rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	white-space: pre;
	top: -7.5rem;
	left: 12.325rem;
	z-index: -1;
}
.flex_icon {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 390px;
}
.flex_icon img {
	max-width: 100px;
	margin: 0 15px;
}
.flex_txt {
	width: calc(100% - 400px);
	padding-left: 30px;
}
.flex_txt p {
	margin-top: 0;
}
.flex_img {
	width: 370px;
	margin-top: 40px;
	margin-bottom: 100px;
}
.flex_list {
	width: calc(100% - 380px);
	margin-top: 40px;
	padding-left: 50px;
}
.flex_list table {
	width: 100%;
}
.flex_list table th {
	background: #999;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	height: 72px;
	line-height: 70px;
}
.flex_list table td {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 45px 90px 50px 95px;
}
.flex_list table td ul {
	list-style: none;
	padding-left: 0;
}
.flex_list table td ul li {
	position: relative;
	list-style: none;
	margin-bottom: 10px;
}
.flex_list table td ul li:last-of-type {
	margin-bottom: 0;
}
.flex_list table td ul li::before {
	content: '';
	position: absolute;
	display: block;
	background: #999;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	top: 10px;
	left: -1.25rem;
}
.sec06 {
	padding-top: 160px;
	padding-bottom: 100px;
}
.sec07,
.sec08,
.sec09,
.sec10 {
	padding-top: 100px;
}
.sec10 {
	padding-bottom: 200px;
}
.sec06 .inner,
.sec07 .inner,
.sec08 .inner,
.sec09 .inner,
.sec10 .inner {
	position: relative;
	z-index: 2;
}
.sec07 .flex_wrap,
.sec09 .flex_wrap {
	flex-direction: row-reverse;
}
.sec07 .no_ttl::before,
.sec09 .no_ttl::before {
	left: auto;
	right: 12rem;
}
.sec07 .flex_txt,
.sec09 .flex_txt {
	padding-left: 0;
	padding-right: 30px;
}
.sec07 .flex_list,
.sec09 .flex_list {
	padding-left: 0;
	padding-right: 50px;
}
.gale01-border,
.gale02-border,
.gale03-border,
.gale04-border,
.gale05-border {
	position: absolute;
	z-index: -1;
}
.gale01-border,
.gale03-border,
.gale05-border {
	width: 100vw;
	border-left: 375px solid transparent; /* 左側下辺の伸び */
}
.gale02-border,
.gale04-border {
	width: 99vw;
	border-right: 375px solid transparent; /* 左側下辺の伸び */
}
.gale01-border {
	height: 875px;
	border-bottom: 875px solid rgba(92, 183, 80, 0.4); /* 高さ */
}
.gale01-border::before {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/mk_sdgs12.svg) no-repeat center / 100% auto;
	width: 250px;
	height: 127px;
	right: 50px;
	top: 80px;
}
.sec06 .flex_list table th {
	background: #5cb750;
}
.sec06 .flex_list table td ul li::before {
	background: #5cb750;
}
.gale02-border {
	height: 800px;
	border-bottom: 800px solid rgba(98, 177, 227, 0.4); /* 高さ */
}
.gale02-border::before {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/mk_sdgs07.svg) no-repeat center / 100% auto;
	width: 200px;
	height: 200px;
	left: 25px;
	top: 50px;
}
.sec07 .flex_list table th {
	background: #62b1e3;
}
.sec07 .flex_list table td ul li::before {
	background: #62b1e3;
}
.gale03-border {
	height: 750px;
	border-bottom: 750px solid rgba(216, 141, 181, 0.4); /* 高さ */
}
.gale03-border::before {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/mk_sdgs09.svg) no-repeat center / 100% auto;
	width: 200px;
	height: 202px;
	right: 50px;
	top: 30px;
}
.sec08 .flex_list table th {
	background: #d88db5;
}
.sec08 .flex_list table td ul li::before {
	background: #d88db5;
}
.gale04-border {
	height: 720px;
	border-bottom: 720px solid rgba(226, 198, 109, 0.4); /* 高さ */
}
.gale04-border::before {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/mk_sdgs08.svg) no-repeat center / 100% auto;
	width: 190px;
	height: 200px;
	left: 30px;
	top: 30px;
}
.sec09 .flex_list table th {
	background: #e2c66d;
}
.sec09 .flex_list table td ul li::before {
	background: #e2c66d;
}
.gale05-border {
	height: 825px;
	border-bottom: 825px solid rgba(104, 181, 168, 0.4); /* 高さ */
}
.gale05-border::before {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/mk_sdgs08.svg) no-repeat center / 100% auto;
	width: 190px;
	height: 200px;
	right: 80px;
	top: 30px;
}
.sec10 .flex_list table th {
	background: #68b5a8;
}
.sec10 .flex_list table td ul li::before {
	background: #68b5a8;
}
.sec11 .en_ttl {
	font-size: 2rem;
	margin-top: 0;
	padding-top: 100px;
}
.sec11 .en_ttl::before {
	color: #fff;
	top: 35px;
}
.sec11 {
	padding-bottom: 150px;
}
.sec11 .en_ttl span{
	position: relative;
	z-index: 2;
}
.sec11 .flex_img {
	position: relative;
	width: 600px;
}
.sec11 .flex_img::before {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/mk_sdgs07.svg) no-repeat center / 100% auto;
	width: 200px;
	height: 200px;
	left: -80px;
	bottom: -180px;
}
.sec11 .flex_member {
	position: relative;
	width: calc(100% - 600px);
	padding-left: 70px;
}
.sec11 .flex_member::before {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/mk_sdgs08.svg) no-repeat center / 100% auto;
	width: 190px;
	height: 200px;
	right: -80px;
	top: -60px;
}
.sec11 .flex_member .ttl {
	color: #014d8f;
	font-size: 1.25rem;
	margin-top: 50px;
	margin-bottom: 5px;
}
.sec11 .flex_member .ttl:first-of-type {
	margin-top: 40px;
}
.sec11 .flex_member ul {
	list-style: none;
	font-size: 1.125rem;
	margin-top: 0;
	padding-left: 0;
}
.sec11 .flex_member ul li {
	display: inline-block;
	padding-right: 25px;
	margin-bottom: 20px;
}

.page_top {
	position: fixed;
	bottom: -80px;
	right: 20px;
	line-height: 1;
	z-index: 100;
	transition: bottom .3s ease;
}
.page_top a {
	background: #9fd8f5;
	border-radius: 10px;
	border: 2px solid #777;
	border-width: 0 2px 2px 0;
	text-decoration: none;
	color: #fff;
	width: 60px;
	width: 60px;
	padding: 10px;
	text-align: center;
	display: block;
	opacity: 0.9;
	transition: all .3s ease;
}
.page_top a:hover {
	opacity: 1;
	border-color: rgba(0, 0, 0, 0);
	border-width: 0;
}
.page_top a img {
	display: block;
	width: 100%;
}

footer {
	background: #3e4248;
	color: #fff;
	padding: 50px 0;
}
footer .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
footer .flex_corp {
	width: 350px;
}
footer .flex_corp h2 {
	font-size: 1.25rem;
	margin-top: 20px;
}
footer .flex_corp address {
	font-size: 0.875rem;
	font-style: normal;
}
footer .flex_link {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 350px);
}
footer .flex_link ul {
	list-style: none;
}
footer .flex_link ul + ul {
	padding-left: 70px;
}
footer .flex_link ul li {
	margin-bottom: 25px;
}
footer .flex_link ul li a {
	position: relative;
	color: #fff;
}
footer .flex_link ul li a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
footer .flex_link ul li a::after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 40%;
	left: -15px;
	transform: translate(-50%) rotate(-45deg);
	transition: all 0.3s;
}
footer .flex_link ul li a:hover::after {
	left: -12px;
}
.copy {
	font-size: 0.75rem;
	margin: 0;
	text-align: right;
}

/*----- ふわっとアニメーション */
.show {
	transform: translateY(100px);
	opacity: 0;
	transition: opacity 1s ,transform 0.8s;
}
.duration-1 {
  transition-duration: 1s;
}
.duration-2 {
  transition-duration: 1.5s;
}
.duration-3 {
  transition-duration: 2s;
}
.slide-in {
	opacity: 1;
	transform: translateY(0);
}

/* +++++++++++++++++++++++++　1366px以下 */
@media screen and (max-width: 1366px) {
	.sec .inner,
	footer .inner {
		padding: 0 15px;
	}
	.sec01 {
		padding: 100px 0 120px;
	}
}

/* +++++++++++++++++++++++++　768px以下 */
@media screen and (max-width: 768px) {
	.pc-none {
		display: inline-block !important;
	}
	.sp-none {
		display: none !important;
	}
	.flex_wrap {
		flex-direction: column;
		justify-content: center;
	}
	.en_ttl::before {
		font-size: 3.25rem;
	}
	header .h_logo {
		border-bottom-right-radius: 10px;
		width: 100px;
		height: 100px;
		padding: 10px;
	}
	header .h_logo img {
		width: 80px;
	}

	.main {
		height: 60vh;
	}
	.main_img {
		width: 100%;
		height: auto;
		padding-top: 80px;
	}
	.main_ttl {
		font-size: 4rem;
	}
	.main_ttl span {
		font-size: 1.25rem;
	}

	.sec01 {
		padding: 20px 0 50px;
	}
	.sec01 .sec_ttl {
		font-size: 1.5rem;
		padding-bottom: 1rem;
	}
	.sec01 .sec_ttl::after {
		width: 120px;
		bottom: 5px;
	}
	.sec01 .border {
		margin-top: 20px;
	}
	.sec01 .border span {
		font-size: 0.875rem;
		padding: 0.5rem 15px;
	}
	.sec01 .txt {
		font-size: 1rem;
		margin-top: 30px;
	}

	.sec02 {
		padding: 120px 15px 50px;
	}
	.sec02 .inner {
		padding: 50px 15px 30px;
	}
	.sec02 .inner::before {
		width: 98px;
		height: 96px;
		top: -48px;
	}
	.sec02 .sec_ttl,
	.sec03 .sec_ttl {
		font-size: 1.5rem;
		margin-top: 20px;
	}
	.sec02 .sub_ttl {
		font-size: 1rem;
	}
	.sec02 .flex_l {
		font-size: 0.875rem;
		width: 100%;
		padding-right: 0;
	}
	.sec02 .flex_l .txt_r {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.sec03 {
		padding: 30px 0 40px;
	}
	.sec03 .inner {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.sec03 .inner::before {
		width: 98px;
		height: 96px;
		top: -20px;
	}
	.sec03 .img {
		margin-bottom: 20px;
	}
	.quote {
		padding: 25px 15px;
	}
	.quote::before,
	.quote::after {
		width: 20px;
		height: 12px;
	}
	.quote::before {
		top: 10px;
		left: 10px;
	}
	.quote::after {
		bottom: 10px;
		right: 10px;
	}

	.sec04 .inner {
		padding: 25px 0 50px;
	}
	.sec04 .dc_sec04_r {
		width: 200px;
		top: 4%;
	}
	.sec04 .dc_sec04_l {
		width: 200px;
	}
	.sec04 .en_ttl {
		font-size: 1.5rem;
		padding-top: 60px;
	}
	.list {
		padding: 0 15px;
	}
	.list li {
		flex-direction: column;
		justify-content: center;
		padding: 10px;
	}
	.list li time {
		width: 100%;
		padding-right: 0;
	}
	.list li p {
		width: 100%;
	}

	.sec05 {
		padding-bottom: 10px;
	}
	.sec05 .en_ttl {
		font-size: 1.5rem;
		padding-top: 70px;
	}
	.sec05 .en_ttl::before {
		font-size: 4rem;
	}
	.gale_list {
		margin-top: 30px;
	}
	.gale_list li {
		width: 50%;
		margin-bottom: 30px;
	}
	.gale_item {
		font-size: 1rem;
		line-height: 1.4;
		padding-bottom: 15px;
	}
	.gale_item span {
		font-size: 1.75rem;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.gale_item::after {
		width: 14px;
		height: 14px;
		bottom: 25px;
	}
	.gale_item:hover::after {
		bottom: 20px;
	}

	.no_ttl {
		font-size: 1.5rem;
		margin-bottom: 35px;
		padding-top: 20px;
	}
	.no_ttl::before {
		font-size: 6.25rem;
		top: -4.25rem;
		left: 3rem;
	}
	.flex_icon {
		width: 100%;
	}
	.flex_txt {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
	.flex_img {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.flex_list {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
	.flex_list table th {
		font-size: 1.125rem;
		height: 50px;
		line-height: 49px;
	}
	.flex_list table td {
		padding: 15px 10px 20px 35px;
	}
	.sec06 {
		padding-top: 60px;
		padding-bottom: 0;
	}
	.sec07,
	.sec08,
	.sec09,
	.sec10 {
		padding-top: 120px;
	}
	.sec10 {
		padding-bottom: 200px;
	}
	.sec07 .flex_wrap,
	.sec09 .flex_wrap {
		flex-direction: column;
	}
	.sec07 .no_ttl::before,
	.sec09 .no_ttl::before {
		right: 3.25rem;
	}
	.sec07 .flex_txt,
	.sec09 .flex_txt {
		padding-right: 0;
	}
	.sec07 .flex_list,
	.sec09 .flex_list {
		padding-right: 0;
	}
	.gale01-border,
	.gale03-border,
	.gale05-border {
		border-left: 75px solid transparent; /* 左側下辺の伸び */
	}
	.gale02-border,
	.gale04-border {
		border-right: 75px solid transparent; /* 左側下辺の伸び */
	}
	.gale01-border {
		height: 1390px;
		border-bottom-width: 1390px;
	}
	.gale01-border::before {
		width: 125px;
		height: 127px;
		right: 50px;
		top: 280px;
	}
	.gale02-border {
		height: 1200px;
		border-bottom-width: 1200px;
	}
	.gale02-border::before {
		width: 100px;
		height: 100px;
		left: 5px;
		top: 250px;
	}
	.gale03-border {
		height: 1150px;
		border-bottom-width: 1150px;
	}
	.gale03-border::before {
		width: 100px;
		height: 101px;
		right: 5px;
		top: 230px;
	}
	.gale04-border {
		height: 1130px;
		border-bottom-width: 1130px;
	}
	.gale04-border::before {
		width: 95px;
		height: 100px;
		left: 5px;
		top: 300px;
	}
	.gale05-border {
		height: 1370px;
		border-bottom-width: 1370px;
	}
	.gale05-border::before {
		width: 95px;
		height: 100px;
		right: 10px;
		top: 200px;
	}

	.sec11 {
		padding-bottom: 100px;
	}
	.sec11 .en_ttl {
		font-size: 1.5rem;
		padding-top: 55px;
	}
	.sec11 .en_ttl::before {
		font-size: 3rem;
	}
	.sec11 .flex_img {
		width: 100%;
	}
	.sec11 .flex_img::before {
		width: 100px;
		height: 100px;
		left: -10px;
		bottom: -180px;
	}
	.sec11 .flex_member {
		width: 100%;
		padding-left: 10px;
	}
	.sec11 .flex_member::before {
		width: 95px;
		height: 100px;
		right: -10px;
		top: auto;
		bottom: -50px;
	}
	.sec11 .flex_member .ttl {
		font-size: 1.125rem;
		margin-top: 30px;
	}
	.sec11 .flex_member .ttl:first-of-type {
		margin-top: 20px;
	}
	.sec11 .flex_member ul {
		font-size: 1rem;
	}
	.sec11 .flex_member ul li {
		margin-bottom: 10px;
	}

	footer {
		padding: 20px 0;
	}
	footer .flex_corp {
		width: 100%;
	}
	footer .flex_link {
		width: 100%;
		margin-top: 20px;
	}
	footer .flex_link ul {
		font-size: 0.875rem;
		padding-left: 15px;
	}
	footer .flex_link ul + ul {
		padding-left: 35px;
	}
	footer .flex_link ul li a::after {
		width: 6px;
		height: 6px;
		left: -12px;
	}
	footer .flex_link ul li a:hover::after {
		left: -10px;
	}
	.copy {
		text-align: center;
	}
}