@charset "UTF-8";



.section__mainvisual {
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	padding: 230px 20px 100px;
}
.section__mainvisual > div {
	width: 100%;
}
.section__mainvisual > div.mainvisual__logo__area {
	width: 41.666667%;
}
.section__mainvisual > div.mainvisual__logo__area .inner {
	width: 100%;
	height: 0;
	padding-top: 63.333333%;
	background-image: url(../images/logo02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*background-color: #f00;*/
	position: relative;
}
.section__mainvisual > div.mainvisual__logo__area .inner .exclamation__block {
	width: 23.5%;
	height: 0;
	padding-top: 17.833333%;
	/*background-image: url(../images/logo_exclamation_s.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*background-color: #00f;*/
	position: absolute;
	top: 0;
	right: 0;
}
.section__mainvisual > div.mainvisual__logo__area .inner .exclamation__box01 {
	width: 11.347518%;
	position: absolute;
	top: 0;
	left: 0;
	animation: bound-anim01 4s .5s ease-in-out infinite;
}
.section__mainvisual > div.mainvisual__logo__area .inner .exclamation__box02 {
	width: 31.914894%;
	position: absolute;
	top: 3.7383178%;
	left: 15.602837%;
	animation: bound-anim02 4s .6s ease-in-out infinite;
}
.section__mainvisual > div.mainvisual__logo__area .inner .exclamation__box03 {
	width: 47.51773%;
	position: absolute;
	top: 28.971963%;
	left: 30.496454%;
	animation: bound-anim03 4s .7s ease-in-out infinite;
}
.section__mainvisual > div.mainvisual__logo__area .inner .exclamation__box04 {
	width: 51.77305%;
	position: absolute;
	top: 79.439252%;
	left: 48.22695%;
	animation: bound-anim04 4s .8s ease-in-out infinite;
}
.section__mainvisual > div.mainvisual__logo__area .inner .exclamation__box01,
.section__mainvisual > div.mainvisual__logo__area .inner .exclamation__box02,
.section__mainvisual > div.mainvisual__logo__area .inner .exclamation__box03,
.section__mainvisual > div.mainvisual__logo__area .inner .exclamation__box04 {
	/*width: 100%;
	height: auto;*/
	/*position: absolute;
	top: 0;
	left: 0;*/
}
@keyframes bound-anim01 {
	0%,100% {top: 0;}
	6% {top: -40%;}
	13% {top: 0;}
	90% {top: 0;}
}
@keyframes bound-anim02 {
	0%,100% {top: 3.7383178%;}
	6% {top: -36.2616822%; left: 25%;}
	13% {top: 3.7383178%; left: 15.602837%;}
	90% {top: 3.7383178%; left: 15.602837%;}
}
@keyframes bound-anim03 {
	0%,100% {top: 28.971963%;}
	6% {top: -11.028037%; left: 53%;}
	13% {top: 28.971963%; left: 30.496454%;}
	90% {top: 28.971963%; left: 30.496454%;}
}
@keyframes bound-anim04 {
	0%,100% {top: 79.439252%;}
	6% {top: 60.439252%; left: 80%;}
	13% {top: 79.439252%; left: 48.22695%;}
	90% {top: 79.439252%; left: 48.22695%;}
}
/*@keyframes bound-anim01 {
	0%,100% {top: 0;transform: scale(1);}
	30% {top: -40%; transform: scale(0.8,1.2);}
	60% {transform: scale(1);}
	90% {top: 0;transform: scale(1);}
}
@keyframes bound-anim02 {
	0%,100% {top: 3.7383178%;transform: scale(1);}
	30% {top: -36.2616822%; left: 15%; transform: scale(0.8,1.2);}
	60% {transform: scale(1);}
	90% {top: 3.7383178%;transform: scale(1);}
}
@keyframes bound-anim03 {
	0%,100% {top: 28.971963%;transform: scale(1);}
	30% {top: -11.028037%; transform: scale(0.8,1.2);}
	60% {transform: scale(1);}
	90% {top: 28.971963%;transform: scale(1);}
}
@keyframes bound-anim04 {
	0%,100% {top: 79.439252%;transform: scale(1);}
	30% {top: 39.439252%; transform: scale(0.8,1.2);}
	60% {transform: scale(1);}
	90% {top: 79.439252%;transform: scale(1);}
}*/

.section__mainvisual > div.mainvisual__logo__area img {
	width: 100%;
	height: auto;
}

.section__mainvisual > div.mainvisual__text__area {
	width: calc(100% - 41.666667%);
	padding-left: 40px;
}
.section__mainvisual > div.mainvisual__text__area h2 {
	font-size: 3.6em;
	font-weight: bold;
	color: #455bb4;
}
.section__mainvisual > div.mainvisual__text__area h2 > span {
	font-size: 1.4em;
}
.section__mainvisual > div.mainvisual__text__area p {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2;
	margin-top: 20px;
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {
.section__mainvisual {
	max-width: inherit;
	min-width: 1000px;
	width: 100%;
	padding: 180px 20px 8%;
}
.section__mainvisual > div.mainvisual__text__area h2 {
	font-size: 3.4em;
	white-space: nowrap;
}
.section__mainvisual > div.mainvisual__text__area p {
	font-size: 1.5em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__mainvisual {
	display: block;
	min-width: inherit;
	padding: 140px 2% 8%;
}
.section__mainvisual > div.mainvisual__logo__area {
	max-width: inherit;
	width: 70%;
	margin: 0 auto;
}
.section__mainvisual > div.mainvisual__text__area {
	width: 100%;
	padding-left: 0;
	padding-top: 4%;
}
.section__mainvisual > div.mainvisual__text__area h2 {
	text-align: center;
}
.section__mainvisual > div.mainvisual__text__area p {
	text-align: center;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__mainvisual {
	padding: 120px 2% 8%;
}
.section__mainvisual > div.mainvisual__text__area {
	font-size: 2vw;
	padding-top: 6%;
}
.section__mainvisual > div.mainvisual__text__area h2 {
	font-size: 3em;
}
.section__mainvisual > div.mainvisual__text__area p {
	font-size: 1.7em;
}
}



.section__news {
	background-color: rgba(255,255,255,.7);
}
.section__news .section__main {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.section__news .section__main h2 {
	display: flex;
	justify-content: flex-end;
	line-height: 1;
}
.section__news .section__main h2 > span {
	display: block;
	font-size: 4.4em;
	font-weight: bold;
	color: #fff;
	background-color: #3c3c3c;
	margin-bottom: 10px;
	padding: .2em .5em;
}
.section__news .section__main a {
	display: flex;
	font-size: 1.3em;
	color: #2b347e;
	text-decoration: none;
	border-top: 1px solid #cfcfcf;
	padding: 20px 0;
	transition: .2s;
}
.section__news .section__main li:last-of-type a {
	border-bottom: 1px solid #cfcfcf;
}
.section__news .section__main a .date {
	width: 150px;
	text-align: center;
}
.section__news .section__main a .text {
	width: calc(100% - 150px);
	text-decoration: underline;
	padding-right: 10px;
	transition: .2s;
}
.section__news .section__main a.noLink .text {
	color: #333;
	text-decoration: none;
}
.section__news .section__main a:hover {
	background-color: rgba(255,255,255,.2);
}
.section__news .section__main a:hover .text {
	color: #2bbedb;
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {
.section__news .section__main {
	padding: 0 20px 40px;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__news .section__main {
	width: 100%;
	padding: 0 2% 6%;
}
.section__news .section__main h2 > span {
	font-size: 4em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__news .section__main {
	padding: 0 2% 10%;
}
.section__news .section__main h2 > span {
	font-size: 7vw;
}
.section__news .section__main a {
	display: block;
	font-size: 3.4vw;
	padding: 3% 0;
}
.section__news .section__main a .date {
	display: block;
	width: 100%;
	text-align: left;
}
.section__news .section__main a .text {
	display: block;
	width: 100%;
	padding-right: 0;
}
}



.section__company__info {
	background: url(../images/bg01.jpg) no-repeat center center;
	background-attachment: fixed;
	margin-top: 80px;
	padding: 150px 0;
	position: relative;
}
.section__company__info h2 {
	display: flex;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 7;
	-webkit-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
}
.section__company__info h2 > span {
	display: block;
	font-size: 4.4em;
	font-weight: bold;
	color: #fff;
	background-color: #3c3c3c;
	margin-bottom: 10px;
	padding: .2em .5em;
}
.section__company__info::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.section__company__info .section__main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.section__company__info .section__main .section__box {
	display: flex;
	width: 32%;
}
.section__company__info .section__main .section__box a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 200px;
	font-size: 4em;
	font-weight: bold;
	color: #2b347e;
	line-height: 1.2;
	text-decoration: none;
	background-color: rgba(255,255,255,.9);
	box-shadow: 3px 3px 0px 3px #4a5cae;
	border-radius: 20px;
	padding: 30px;
	position: relative;
}
.section__company__info .section__main .section__box a .jp {
	font-size: .4em;
	font-weight: bold;
}
.section__company__info .section__main .section__box a .icon {
	line-height: 1;
	position: absolute;
	bottom: 5px;
	right: .5em;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: .2s ease;
	z-index: 10;
}
.section__company__info .section__main .section__box a .icon02 {
	right: 2em;
	opacity: 0;
}
.section__company__info .section__main .section__box a:hover {
	color: #2bbedb;
	box-shadow: 3px 3px 0px 3px #2bbedb;
	background-color: rgba(255,255,255,1);
}
.section__company__info .section__main .section__box a:hover .icon01 {
	/*color: #2bbedb;*/
	opacity: 0;
	-webkit-transform: translateX(1em);
	transform: translateX(1em);
}
.section__company__info .section__main .section__box a:hover .icon02 {
	color: #2bbedb;
	opacity: 1;
	-webkit-transform: translateX(1.5em);
	transform: translateX(1.5em);
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {
.section__company__info {
	padding: 120px 0 100px;
}
.section__company__info h2 {
	white-space: nowrap;
}
.section__company__info .section__main {
	width: 100%;
	min-width: 1000px;
	padding: 0 20px;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__company__info {
	padding: 100px 0;
}
.section__company__info h2 > span {
	font-size: 4em;
}
.section__company__info .section__main {
	min-width: inherit;
	padding: 0 2%;
}
.section__company__info .section__main .section__box a {
	height: auto;
	font-size: 3em;
	border-radius: 15px;
	padding: 40px 5%;
	position: relative;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__company__info {
	margin-top: 12%;
	padding: 18% 0 14%;
}
.section__company__info h2 > span {
	font-size: 7vw;
}
.section__company__info .section__main {
	display: block;
	width: 80%;
}
.section__company__info .section__main .section__box {
	width: 100%;
}
.section__company__info .section__main .section__box+.section__box {
	margin-top: 8%;
}
.section__company__info .section__main .section__box a {
	font-size: 8vw;
	padding: 14% 5%;
}
}





.section__case {
	background-color: #fff;
	padding: 80px 0;
}
.section__case .section__main {
	width: 1200px;
	background: url(../images/bg02.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 0 60px 60px 0;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.section__case .section__main::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(44,190,219,.7);
	position: absolute;
	top: 0;
	left: 0;
}
.section__case .case__section__main {
	display: flex;
	width: 100%;
	position: relative;
	z-index: 10;
}
.section__case .case__section__main h2 {
	display: flex;
	line-height: 1;
}
.section__case .case__section__main h2 > span {
	display: block;
	font-size: 4.4em;
	font-weight: bold;
	color: #fff;
	background-color: #3c3c3c;
	margin-bottom: 30px;
	padding: .2em .5em;
}
.section__case .case__section__main .text__block {
	width: 60%;
	padding: 80px 0;
}
.section__case .case__section__main .text__block p {
	font-size: 1.8em;
	font-weight: bold;
	padding-left: 50px;
}
.section__case .case__section__main .btn__block {
	display: flex;
	align-items: flex-end;
	width: 40%;
	padding: 0 30px 30px 0;
}
.section__case .case__section__main .btn__block a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	font-size: 4em;
	font-weight: bold;
	color: #2b347e;
	line-height: 1.2;
	text-decoration: none;
	background-color: rgba(255,255,255,.9);
	box-shadow: 3px 3px 0px 3px #4a5cae;
	border-radius: 20px;
	padding: 30px;
	position: relative;
}
.section__case .case__section__main .btn__block a .jp {
	font-size: .4em;
	font-weight: bold;
}
.section__case .case__section__main .btn__block a .icon {
	line-height: 1;
	position: absolute;
	bottom: 5px;
	right: .5em;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: .2s ease;
	z-index: 10;
}
.section__case .case__section__main .btn__block a .icon02 {
	right: 2em;
	opacity: 0;
}
.section__case .case__section__main .btn__block a:hover {
	color: #2bbedb;
	box-shadow: 3px 3px 0px 3px #2bbedb;
	background-color: rgba(255,255,255,1);
}
.section__case .case__section__main .btn__block a:hover .icon01 {
	/*color: #2bbedb;*/
	opacity: 0;
	-webkit-transform: translateX(1em);
	transform: translateX(1em);
}
.section__case .case__section__main .btn__block a:hover .icon02 {
	color: #2bbedb;
	opacity: 1;
	-webkit-transform: translateX(1.5em);
	transform: translateX(1.5em);
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {
.section__case {
	padding: 70px 20px;
}
.section__case .section__main {
	width: 100%;
	min-width: 1000px;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__case {
	padding: 70px 2%;
}
.section__case .section__main {
	width: 100%;
	min-width: inherit;
}
.section__case .case__section__main {
	display: block;
	width: 100%;
}
.section__case .case__section__main h2 > span {
	font-size: 4em;
}
.section__case .case__section__main .text__block {
	width: 100%;
	padding: 0;
}
.section__case .case__section__main .text__block p {
	padding: 0 5%;
}
.section__case .case__section__main .btn__block {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 6% 0;
}
.section__case .case__section__main .btn__block a {
	width: 70%;
	font-size: 5em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__case {
	padding: 3%;
}
.section__case .section__main {
	border-radius: 0 30px 30px 0;
}
.section__case .case__section__main h2 {}
.section__case .case__section__main h2 > span {
	font-size: 7vw;
	margin-bottom: 5%;
}
.section__case .case__section__main .text__block p {
	font-size: 4vw;
}
.section__case .case__section__main .btn__block a {
	width: 90%;
	font-size: 11vw;
	padding: 10% 3% 10% 8%;
}
}




/*.section__company__info {
	display: flex;
	justify-content: center;
}

.section__company__info .section__main {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 80px auto 0;
}
.section__company__info .section__main .info__box {
	width: 49%;
}
.section__company__info .section__main .info__box a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-decoration: none;
	background-color: #fff;
	padding: 150px 0;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.section__company__info .section__main .info__box a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.section__company__info .section__main .info__box a .text__area {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
	height: 20%;
	font-size: 2em;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	background-color: #2bbedb;
	background-color: #4a5cae;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 100vh;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
}
.section__company__info .section__main .info__box a .text__area .icon {
	font-size: 1.4em;
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
}
.section__company__info .section__main .info__box a img {
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}*/



.section__about {
	display: flex;
	justify-content: center;
	margin-top: 120px;
	position: relative;
	padding-top: 0;
}
.section__about::before {
	content: "";
	display: block;
	width: 100%;
	height: 350px;
	background: url(../images/bg01.jpg) no-repeat center center;
	background-attachment: fixed;
}
.section__about::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.section__about .section__main {
	background-color: #fffef4;
	background-size: #fff;
	box-shadow: 3px 3px 0px 3px #4a5cae;
	border-radius: 20px;
	padding: 50px 80px 40px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	-webkit-transform: translateY(-20%) translateX(-50%);
	transform: translateY(-20%) translateX(-50%);
}
.section__about .section__main > h2 {
	display: flex;
	justify-content: center;
	font-size: 3em;
	font-weight: bold;
	color: #2b347e;
	line-height: 1.2;
	white-space: nowrap;
	margin-bottom: 30px;
}
.section__about .section__main > p {
	font-size: 1.6em;
	line-height: 2;
	text-align: center;
	white-space: nowrap;
}
.section__about .section__main .btn__link {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.section__about .section__main .btn__link a {
	font-size: 1.6em;
	color: #fff;
	text-decoration: none;
	background-color: #2b347e;
	border: 2px solid #2b347e;
	border-radius: 100vh;
	padding: 1em 4.5em;
	position: relative;
}
.section__about .section__main .btn__link a::before {
	content: "";
	display: block;
	background-image: url(../images/logo_exclamation.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 1.4em;
	height: 1.4em;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateY(-120%) translateX(70%);
	transform: translateY(-120%) translateX(70%);
	transition: .2s;
}
.section__about .section__main .btn__link a:hover {
	color: #fd9e39;
	background-color: #fff;
	border: 2px solid #fd9e39;
}
.section__about .section__main .btn__link a:hover::before {
	opacity: 1;
	-webkit-transform: translateY(-70%) translateX(70%);
	transform: translateY(-70%) translateX(70%);
}





.subttl02 {
	display: flex;
	align-items: center;
	font-size: 2.6em;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: .3em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.subttl02 > span {
	border-left: 3px solid #ccc;
	margin-bottom: 10px;
	padding: .1em .5em;
}

.subttl03 {
	display: flex;
	align-items: center;
	font-size: 2.2em;
	font-weight: bold;
	color: #484848;
	line-height: 1.2;
	letter-spacing: .3em;
	margin-bottom: 15px;
}
.subttl03::after {
	content: "";
	display: block;
	width: 5em;
	height: 1px;
	background-color: #b5b8d5;
	margin-left: 1em;
}
.subttl04 {
	display: flex;
	align-items: center;
	font-size: 1.8em;
	font-weight: bold;
}

.contents__block+.contents__block {
	margin-top: 80px;
}
.block__main {
	background-color: #f7f7f7;
	box-shadow: #d3d7eb 5px 5px;
	padding: 30px;
}
.block__main+.block__main {
	margin-top: 20px;
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.subttl02 {
	font-size: 2.4em;
	margin-bottom: 20px;
}
.subttl03 {
	font-size: 2em;
	margin-bottom: 10px;
}
.contents__block+.contents__block {
	margin-top: 12%;
}
.block__main {
	box-shadow: #d3d7eb 4px 4px;
	padding: 20px;
}
.block__main+.block__main {
	margin-top: 20px;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.subttl02 {
	font-size: 5.2vw;
	letter-spacing: .1em;
	margin-bottom: 1em;
}
.subttl03 {
	font-size: 4.6vw;
	letter-spacing: .1em;
	margin-bottom: .5em;
}
.subttl03::after {
	display: none;
}
.contents__block+.contents__block {
	margin-top: 18%;
}
.block__main {
	padding: 5% 3%;
}
.block__main+.block__main {
	margin-top: 15px;
}
}





/************************************************************/
/* page__about */
/************************************************************/
.page__about .page__title__section {
	background-image: url(../images/page_title_bg01.jpg);
}
.page__about .main__contents h2 {
	font-size: 3em;
	font-weight: bold;
	color: #4f6c74;
	margin-bottom: 2em;
}
.page__about .main__contents p {
	font-size: 1.7em;
	line-height: 1.8;
	padding: 0 1em;
}
.page__about .main__contents p strong {
	font-weight: bold;
}
.page__about .main__contents p+p {
	margin-top: 2.5em;
}
/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {

}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.page__about .main__contents h2 {
	font-size: 2.4em;
	margin-bottom: 2em;
}
.page__about .main__contents p {
	font-size: 1.5em;
}
.page__about .main__contents p+p {
	margin-top: 2em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.page__about .main__contents h2 {
	font-size: 5vw;
	margin-bottom: 1.5em;
}
.page__about .main__contents p {
	font-size: 3.4vw;
}
.page__about .main__contents p+p {
	margin-top: 1.5em;
}
.page__about .main__contents p strong br {
	display: none;
}
}


.disc {
	padding-left: 2em;
}
.disc li {
	list-style-type: disc;
}
.decimal {
	padding-left: 2em;
}
.decimal li {
	list-style-type: decimal;
}





/************************************************************/
/* page__company */
/************************************************************/
.page__company .page__title__section {
	background-image: url(../images/bg01.jpg);
}

.company__outline .outline__box {
	display: table;
}
.company__outline .outline__box+.outline__box {
	margin-top: 30px;
}
.company__outline .outline__box h3,
.company__outline .outline__box .outline__contents {
	display: table-cell;
	font-size: 1.6em;
	line-height: 1.8;
}
.company__outline .outline__box h3 {
	width: 100px;
	font-weight: bold;
	color: #4c4c4c;
}

.company__business li {
	font-size: 1.6em;
	line-height: 1.8;
}
.company__business li+li {
	margin-top: .5em;
}
/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {

}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.company__outline .outline__box+.outline__box {
	margin-top: 20px;
}
.company__outline .outline__box h3,
.company__outline .outline__box .outline__contents {
	font-size: 1.4em;
}
.company__outline .outline__box h3 {
	width: 80px;
}

.company__business li {
	font-size: 1.4em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.company__outline .outline__box {
	display: block;
}
.company__outline .outline__box+.outline__box {
	margin-top: 4%;
}
.company__outline .outline__box h3,
.company__outline .outline__box .outline__contents {
	display: block;
	font-size: 3.5vw;
}
.company__outline .outline__box h3 {
	width: 100%;
}
.company__outline .outline__box .outline__contents {
	padding-left: 1em;
}

.company__business ul {
	padding-left: 2.5em;
}
.company__business li {
	font-size: 3.5vw;
}
}





/************************************************************/
/* page__privacy */
/************************************************************/
.page__privacy .page__title__section {
	background-image: url(../images/bg04.jpg);
}

.privacy__policy.level01 > ul,
.privacy__policy.level01 > ol {
	font-size: 1.6em;
	line-height: 1.8;
}
.privacy__policy.level01 > li+li {
	margin-top: .5em;
}
.privacy__policy.level01 > p {
	font-size: 1.6em;
	line-height: 1.8;
}
.privacy__policy ul+p,
.privacy__policy p+ul {
	margin-top: 1.5em;
}
.privacy__policy .contact li+li {
	margin-top: 0;
}
.privacy__policy.enactment {
	text-align: right;
	margin-top: 30px;
}

.privacy__policy .level02 {
/*	padding-left: 1em;*/
}

.privacy__policy dl.level02 dt {
	font-weight: 600;
}
.privacy__policy dl.level02 dd {
	padding-left: 1em;
}

.privacy__policy .level03 {
	padding-left: 1em;
}
.privacy__policy .level04 {
	padding-left: 1em;
}


.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }
.fwN { font-weight:normal!important; }
.fsN { font-size:1.4em;}
.taL { text-align:left!important; }
.taC { text-align:center!important; }
.taR { text-align:right!important; }


/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.privacy__policy li,
.privacy__policy p {
	font-size: 1.4em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.privacy__policy li+li {
	margin-top: 0;
}
.privacy__policy li,
.privacy__policy p {
	font-size: 3.5vw;
}
}





/************************************************************/
/* page__case */
/************************************************************/
.page__case .page__title__section {
	background-image: url(../images/bg03.jpg);
}





/************************************************************/
/* page__contact */
/************************************************************/
.page__contact .page__title__section {
	background-image: url(../images/bg05.jpg);
}
.page__contact .main__inner {
	font-size: 1.4em;
	background-color: #fff;
	padding: 40px;
}
.page__contact .main__inner .agree__text {
	font-size: 1.2em;
	line-height: 2;
	text-align: center;
}
.page__contact .main__inner .agree__text .induction > span {
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.page__contact .main__inner .contact__info {
	margin-top: 40px;
}
.page__contact .main__inner .contact__info h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.2em;
	font-weight: 600;
}
.page__contact .main__inner .contact__info h3::after {
	content: "";
	display: block;
	width: 2px;
	height: 1em;
	background-color: #62bcd7;
	margin: .5em 0;
}
.page__contact .main__inner .contact__info li {
	text-align: center;
}
.page__contact .main__inner .contact__info li.btn__contact {
	display: flex;
	justify-content: center;
}
.page__contact .main__inner .contact__info li.btn__contact a {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background-color: #2b347e;
	border: 2px solid #2b347e;
	border-radius: .5em;
	margin-top: 10px;
	padding: 1em 5em;
	position: relative;
}
.page__contact .main__inner .contact__info li.btn__contact a::before {
	content: "";
	display: block;
	background-image: url(../images/logo_exclamation.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 1.4em;
	height: 1.4em;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateY(-120%) translateX(70%);
	transform: translateY(-120%) translateX(70%);
	transition: .2s;
}
.page__contact .main__inner .contact__info li.btn__contact a:hover {
	color: #fd9e39;
	background-color: #fff;
	border: 2px solid #fd9e39;
}
.page__contact .main__inner .contact__info li.btn__contact a:hover::before {
	opacity: 1;
	-webkit-transform: translateY(-90%) translateX(70%);
	transform: translateY(-90%) translateX(70%);
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.page__contact .main__inner {
	padding: 4%;
}
.page__contact .main__inner .contact__info {
	margin-top: 4%;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.page__contact .main__inner {
	font-size: 3vw;
	padding: 4% 2%;
}
.page__contact .main__inner .contact__info li.btn__contact a:hover {
	color: #fff;
	background-color: #2b347e;
	border: 2px solid #2b347e;
}
.page__contact .main__inner .contact__info li.btn__contact a:hover::before {
	opacity: 0;
}
}





/* 20221207 add */
.section__SDGs__target {
	display: flex;
	justify-content: center;
	background-color: #00bccc;
	padding: 40px 0;
}
.section__SDGs__target .section__main {
	max-width: 1200px;
	width: 100%;
	line-height: 1.2;
	background-color: #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
	border: 10px solid #0071cd;
	padding: 40px;
}
.section__SDGs__target .section__main .SDGs_block+.SDGs_block {
	margin-top: 30px;
}
.section__SDGs__target .section__main .SDGs_block h2 {
	display: flex;
	justify-content: center;
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #0071cd;
	margin-bottom: 15px;
}
.section__SDGs__target .section__main .SDGs_block h2 > span {
	width: 540px;
	text-align: center;
	background-color: #0071cd;
	padding: .7em 0;
}
.section__SDGs__target .section__main .SDGs_block p {
	font-size: 2em;
	font-weight: 600;
	color: #0071cd;
	line-height: 1.8;
	text-align: center;
}
.section__SDGs__target .section__main .icon__sdgs {
	display: flex;
	justify-content: center;
}
.section__SDGs__target .section__main .icon__sdgs li {
	max-width: 150px;
	margin: 0 5px;
}
.section__SDGs__target .section__main .icon__sdgs li img {
	width: 100%;
	height: auto;
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__SDGs__target {
	padding: 0;
}
.section__SDGs__target .section__main {
	box-shadow: 0;
	border: 10px solid #0071cd;
	padding: 20px 10px;
}
.section__SDGs__target .section__main .SDGs_block {
	font-size: 1.8vw;
}
.section__SDGs__target .section__main .SDGs_block+.SDGs_block {
	margin-top: 15px;
}
.section__SDGs__target .section__main .SDGs_block h2 > span {
	width: 94%;
}
.section__SDGs__target .section__main .icon__sdgs li {
	max-width: 28%;
}
}





/* 20260828 add */
.section__SDGs__target.after20260828 .company__attempt {
	max-width: 1200px;
	width: 100%;
	font-size: 1.6em;
	line-height: 1.2;
	background-color: #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
	border: 5px solid #0071cd;
}

.section__SDGs__target.after20260828 .company__attempt .company__attempt__title {
	font-size: 2.1em;
	font-weight: 700;
	color: #fff;
	background-color: #0071cd;
	border-bottom: 5px solid #0071cd;
	padding: .3em;
}

.section__SDGs__target.after20260828 .company__attempt .company__attempt__container {
	padding: 1.3em 3em;
}
.section__SDGs__target.after20260828 .attempt__block+.attempt__block {
	margin-top: 1.8em;
}
.section__SDGs__target.after20260828 .attempt__block .attempt__block__title {
	font-size: 2em;
	font-weight: 700;
	color: #0071cd;
}
.section__SDGs__target.after20260828 .attempt__block .attempt__block__contents {
	margin-top: .8em;
}
.section__SDGs__target.after20260828 .attempt__block__contents .contents__text {
	font-size: 1.33em;
	font-weight: 700;
	line-height: 1.6;
}
.section__SDGs__target.after20260828 .attempt__block__contents .contents__img {
	margin-top: .8em;
}
.section__SDGs__target.after20260828 .attempt__block__contents .contents__img .icon__sdgs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: .5em;
	width: 42%;
}
.section__SDGs__target.after20260828 .attempt__block__contents .contents__img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.section__SDGs__target.after20260828 .partnership .attempt__block__contents .contents__img {
	display: flex;
/*	grid-template-columns: 32% 1fr;*/
	gap: 2em;
}
.section__SDGs__target.after20260828 .partnership .attempt__block__contents .contents__img .partnership__img {
	width: 32%;
}
.section__SDGs__target.after20260828 .partnership .attempt__block__contents .contents__img .partnership__download {
	display: flex;
	align-items: flex-end;
}
.section__SDGs__target.after20260828 .partnership .attempt__block__contents .contents__img .partnership__download a {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	background-color: #0077c0;
	border-radius: .3em;
	padding: .3em .6em;
}
.section__SDGs__target.after20260828 .partnership .attempt__block__contents .contents__img .partnership__download a:hover {
	opacity: .8;
}
.section__SDGs__target.after20260828 .partnership .attempt__block__contents .contents__img .partnership__download .icon {
	height: 1.5em;
	margin-left: .5em;
}
.section__SDGs__target.after20260828 .partnership .attempt__block__contents .contents__img .partnership__download a img {
	width: auto;
	height: 100%;
	vertical-align: top;
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {
.section__SDGs__target.after20260828 {
	padding: 40px 20px;
}
.section__SDGs__target.after20260828 .company__attempt {
	font-size: 1.4em;
}
.section__SDGs__target.after20260828 .attempt__block__contents .contents__img .icon__sdgs {
	width: 47%;
}
}
/* screens smaller than 1000---------------------------------------------------------- */
@media only screen and (max-width:1000px) {
.section__SDGs__target.after20260828 .company__attempt .company__attempt__container {
	padding: 1em 2em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__SDGs__target.after20260828 .company__attempt {
	font-size: 1.2em;
}
.section__SDGs__target.after20260828 .attempt__block__contents .contents__img .icon__sdgs {
	width: 50%;
}
.section__SDGs__target.after20260828 .partnership .attempt__block__contents .contents__img {
	grid-template-columns: 40% 1fr;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__SDGs__target.after20260828 {
	padding: 30px 10px;
}
.section__SDGs__target.after20260828 .company__attempt {
	font-size: 1em;
	border-width: 3px;
}
.section__SDGs__target.after20260828 .company__attempt .company__attempt__title {
	font-size: 1.8em;
	border-width: 3px;
}
.section__SDGs__target.after20260828 .company__attempt .company__attempt__container {
	font-size: .9em;
	padding: 1em;
}
.section__SDGs__target.after20260828 .attempt__block__contents .contents__img {
	display: flex;
	justify-content: center;
}
.section__SDGs__target.after20260828 .attempt__block__contents .contents__img .icon__sdgs {
	width: 80%;
}
.section__SDGs__target.after20260828 .partnership .attempt__block__contents .contents__img {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section__SDGs__target.after20260828 .partnership .attempt__block__contents .contents__img .partnership__img {
	width: 70%;
}
.section__SDGs__target.after20260828 .partnership .attempt__block__contents .contents__img .partnership__download a {
	font-size: 1.4em;
}
.section__SDGs__target.after20260828 .partnership .attempt__block__contents .contents__img .partnership__download a:hover {
	opacity: 1;
}
}










