:root {
	--blue: #1432aa;
	--r_blue: #3fa9f5
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}
html {
	font-size: 62.5%
}
@media(min-width: 1280px) {
	html, body {
		/*overflow-x: clip*/
	}
}
.SP {
	display: none
}
.l-all {
	/*overflow: clip*/
}
.l-body.p-and-i {
	min-width: 1280px;
	width: 100%;
	padding: 0 0 158px
}
.l-body.p-and-i > .l-body-main {
	width: 100%;
	max-width: 100%
}
.p-and-i {
	font-weight: 400;
	color: #333
}
.p-and-i img {
	width: 100%
}
.p-and-i * {
	padding: 0;
	margin: 0;
	box-sizing: border-box
}
.p-and-i a {
	color: #333;
	text-decoration: none
}
.top-contents {
	padding: 120px 0 120px;
	width: 100%;
	overflow: hidden;
	background-image: url("img/mv_back.jpg");
	background-position: center top;
	background-size: cover;
}
.mv-wrap {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}
.mv-text {
	width: 65%;
	position: relative;
	border-bottom: 1px solid var(--r_blue)
}
.mv-text::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	transform: translate(-50%, 50%);
	width: 8px;
	height: 7px;
	background-image: url(img/hex.svg);
	background-size: cover
}
.mv-text-hwrap {
	position: relative
}
.mv-text-line {
	position: absolute;
	top: 50%;
	left: 4px;
	width: 72px;
	height: 4px;
	background-color: var(--blue);
	transform: translateY(-50%)
}
.mv-text-line--ltr {
	animation: line-left-to-right 2s cubic-bezier(0.75, 0, 0.25, 1) forwards
}
.mv-text-line--rtl {
	animation: line-right-to-left 2s cubic-bezier(0.75, 0, 0.25, 1) forwards
}
@keyframes line-left-to-right {
	0% {
		left: 6px
	}
	100% {
		left: calc(100% - 76px)
	}
}
@keyframes line-right-to-left {
	0% {
		left: calc(100% - 76px)
	}
	100% {
		left: 6px
	}
}
.mv-text-hwrap h1 {
	font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	color: var(--blue);
	font-size: 6.1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1em;
	position: absolute;
	bottom: 28.5px;
	left: 31px;
}
.mv-text-hwrap h1 span.tex_p{
	display: inline-block;
	width: 0.6em;
	font-size: 7rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.mv-text-hwrap h1 span.tex_and{
	font-size: 5.5rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}
.mv-text-hwrap h1 span.tex_i{
	display: inline-block;
    margin-right: 0.1em;
	font-size: 7.2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.mv-text-bwrap{
	position: absolute;
	top: calc(50% + 26px);
	left: 31px;
}
.mv-text-bwrap p{
	font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: var(--blue);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
.mv-visual {
	width: 35%;
	aspect-ratio: 686 / 577;
	/*height: calc(35vw * 577 / 686);*/
	position: relative;
	z-index: 1
}
.mv-visual img {
	transition: opacity .8s cubic-bezier(0.75, 0, 0.25, 1)
}
.mv-visual-sub01 img.cover, .mv-visual-sub02 img.cover {
	opacity: 1
}
.mv-visual-sub01 img.cont, .mv-visual-sub02 img.cont {
	opacity: 0
}
.mv-visual-main img.cover {
	opacity: 0
}
.mv-visual-main img.cont {
	opacity: 1
}
.mv-visual.is-cont-mode .mv-visual-sub01 img.cover, .mv-visual.is-cont-mode .mv-visual-sub02 img.cover {
	opacity: 0
}
.mv-visual.is-cont-mode .mv-visual-sub01 img.cont, .mv-visual.is-cont-mode .mv-visual-sub02 img.cont {
	opacity: 1
}
.mv-visual.is-cont-mode .mv-visual-main img.cover {
	opacity: 1
}
.mv-visual.is-cont-mode .mv-visual-main img.cont {
	opacity: 0
}
.mv-visual-main {
	width: 100%;
	height: 100%;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	overflow: hidden;
	position: relative;
	transform-origin: 50% 50%
}
.mv-visual-main img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	-o-object-fit: cover;
	object-fit: cover
}
.mv-visual-main img.cover {
	max-width: none;
	width: 140% !important;
	animation: mv-visual-main 8s forwards infinite
}
@keyframes mv-visual-main {
	0% {
		left: 0%
	}
	50% {
		left: -40%
	}
	100% {
		left: 0%
	}
}
.mv-visual-main img.cover {
	z-index: 1
}
.mv-visual-sub01, .mv-visual-sub02 {
	position: absolute;
	overflow: hidden
}
.mv-visual-stop {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 24px;
	cursor: pointer;
	background-color: inherit;
	border: none
}
.mv-visual-stop:focus-visible {
	outline: 2px solid #000;
	outline-offset: 4px
}
.mv-visual-sub01 {
	top: 0;
	left: 0;
	z-index: -1;
	transform: translate(-50%, 0);
	width: 7vw;
	height: 7vw;
	min-width: 90px;
	min-height: 90px;
	animation: yuraYura1 3s ease-in-out infinite
}
.mv-visual-sub02 {
	bottom: 0;
	right: 20px;
	z-index: 1;
	transform: translate(0, 50%);
	width: 10vw;
	height: 10vw;
	min-width: 130px;
	min-height: 130px;
	animation: yuraYura2 3s ease-in-out infinite;
	animation-delay: 1.5s
}
@keyframes yuraYura1 {
	0% {
		transform: translateX(-50%) translateY(0)
	}
	50% {
		transform: translateX(-50%) translateY(-10px)
	}
	100% {
		transform: translateX(-50%) translateY(0)
	}
}
@keyframes yuraYura2 {
	0% {
		transform: translateY(50%)
	}
	50% {
		transform: translateY(45%)
	}
	100% {
		transform: translateY(50%)
	}
}
.mv-visual-sub01 img.cont, .mv-visual-sub02 img.cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1
}
.p-and-i-about {
	padding: 120px 0 110px;
	background-image: url("img/bg_about.jpg");
	background-position: center top;
	background-size: cover;
	position: relative;
	overflow: clip
}
.p-and-i-about__frame {
	position: relative;
	overflow: clip
}
.p-and-i-about-inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: sticky;
	top: 60px;
	left: 0
}
.p-and-i-about-inner.is-fixed {
	position: fixed;
	top: 60px;
	left: 50%;
	transform: translateX(-50%)
}
.p-and-i-about-inner.is-abs {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	top: auto
}
.p-and-i-about-inner h2 {
	text-align: center;
	color: var(--blue);
	font-size: 3rem;
	line-height: 2em;
	font-weight: 400
}
.p-and-i-about-cont {
	margin-top: 60px;
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	transition: .8s cubic-bezier(0.75, 0, 0.25, 1);
	opacity: 0;
	transform: translateY(20px)
}
.p-and-i-about-cont .sub-cont, .p-and-i-about-cont .main-cont {
	width: calc(33.3333333333% - 2px);
	aspect-ratio: 686/577;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	padding: 1px;
	position: relative
}
.p-and-i-about-cont .main-cont {
	color: #fff;
	background-color: var(--blue);
	transition: .8s cubic-bezier(0.75, 0, 0.25, 1)
}
.p-and-i-about-cont .main-cont h3 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .1em;
	transition: .8s cubic-bezier(0.75, 0, 0.25, 1)
}
.p-and-i-about-cont .sub-cont {
	background-color: #fff;
	background-color: var(--r_blue);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	transition: .8s cubic-bezier(0.75, 0, 0.25, 1)
}
.p-and-i-about-cont .sub-cont::before {
	content: "";
	position: absolute;
	inset: 1px;
	background-color: #fff;
	box-sizing: border-box;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	pointer-events: none;
	z-index: -1
}
.p-and-i-about-cont .sub-cont-inner {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0 12.5%;
	box-sizing: border-box;
}
@keyframes parallax {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.p-and-i-about-cont .sub-cont-inner h3 {
	color: var(--blue);
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: .22em
}
.p-and-i-about-cont .sub-cont-inner p.first {
	margin-top: 20px;
	font-size: 1.6rem;
	line-height: 1.6em;
	overflow: none;
	opacity: 1;
	position: relative;
	z-index: 5;
	transition: .8s cubic-bezier(0.75, 0, 0.25, 1);
}
.p-and-i-about-cont .sub-cont-inner p.first > span{
	display: block;
	margin-bottom: 46px;
}
.p-and-i-about-cont .sub-cont-inner p.first span {
	color: var(--blue);
	font-size: 1.8rem;
}
.p-and-i-about-cont .sub-cont-inner .second {
	text-align: justify;
	overflow: visible;
	height: 0;
	opacity: 0;
	margin-top: 0px;
	padding: 0 15%;
	font-size: 1.6rem;
	line-height: 1.8em;
	transition: .8s cubic-bezier(0.75, 0, 0.25, 1)
}
.p-and-i-about-bottom-cont {
	margin: 60px auto 0;
	padding: 38px 60px;
	background-color: #fff;
	font-size: 1.8rem;
	line-height: 1.8em;
	letter-spacing: .05em;
	opacity: 0;
	transition: .8s cubic-bezier(0.75, 0, 0.25, 1)
}
.p-and-i-info {
	padding: 100px 0 140px
}
.p-and-i-info-inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto
}
.p-and-i-info-inner h2 {
	text-align: center;
	color: var(--blue);
	font-size: 3rem;
	line-height: 2em;
	font-weight: 700
}
.p-and-i-info-inner h2 + p {
	margin-top: 55px;
	font-size: 1.8rem;
	line-height: 1.8em;
	letter-spacing: .05em
}
.p-and-i-societies {
	margin-top: 65px
}
.p-and-i-societies-title {
	text-align: center;
	position: relative;
	z-index: 1
}
.p-and-i-societies-title::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	width: 163px;
	height: 106px;
	background-image: url("img/societies.jpg");
	background-position: center center;
	background-size: cover
}
.p-and-i-societies-title h3 {
	color: var(--blue);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.8em
}
.p-and-i-societies-cont {
	margin-top: 110px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.p-and-i-societies-cont li {
	width: calc(25% - 10px);
	list-style: none;
	font-size: 1.8rem;
	line-height: 1.6em;
	text-align: center;
	position: relative;
	z-index: 1
}
.p-and-i-societies-cont li::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
	background-position: center center;
	background-size: cover
}
.p-and-i-societies-cont li:nth-of-type(1)::after {
	background-image: url("img/societies01.jpg")
}
.p-and-i-societies-cont li:nth-of-type(2)::after {
	background-image: url("img/societies02.jpg")
}
.p-and-i-societies-cont li:nth-of-type(3)::after {
	background-image: url("img/societies03.jpg")
}
.p-and-i-societies-cont li:nth-of-type(4)::after {
	background-image: url("img/societies04.jpg")
}
.p-and-i-case {
	padding: 100px 0 100px;
	background-image: url("img/bg_casestudy.jpg");
	background-position: center center;
	background-size: cover
}
.p-and-i-case-inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto
}
.p-and-i-case-subtitle {
	display: flex;
	justify-content: center;
	align-items: center
}
.p-and-i-case-subtitle p {
	font-size: 1.8rem;
	letter-spacing: .28em
}
.p-and-i-case-subtitle p:first-of-type {
	color: var(--blue);
	margin-right: 3.2rem
}
.p-and-i-case-subtitle p:last-of-type {
	margin-left: 3.2rem
}
.p-and-i-case-subtitle .deco {
	width: 8px
}
.p-and-i-case-title {
	margin-top: 3.2rem
}
.p-and-i-case-title h2 {
	text-align: center;
	color: var(--blue);
	font-size: 3rem;
	line-height: 2em;
	font-weight: 700;
}
.p-and-i-case-title + p {
	margin-top: 40px;
	font-size: 1.8rem;
	line-height: 1.8em;
	letter-spacing: .05em
}
.p-and-i-case-list {
	margin-top: 64px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.p-and-i-case-list li {
	list-style: none;
	width: calc(50% - 12px)
}
.p-and-i-case-list li:nth-of-type(n + 3) {
	margin-top: 16px
}
.p-and-i-case-list li article {
	position: relative;
	width: 100%;
	height: 100%
}
.p-and-i-case-list li article a {
	height: 100%;
	padding: 40px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: baseline;
	background-color: #fff;
	text-decoration: none;
	color: #333;
	transition: .3s ease
}
.p-and-i-case-list li article a:hover {
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16)
}
.p-and-i-case-list li .article-img {
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
	border-radius: 10px
}
.p-and-i-case-list li .article-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: .3s ease;
	transform-origin: center center
}
.p-and-i-case-list li article a:hover img {
	transform: translate(-50%, -50%) scale(1.2)
}
.p-and-i-case-list li .article-img span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 1.4rem;
	letter-spacing: .05em;
	color: #666;
	background-color: #ededed;
	padding: 6px;
	border-radius: 0 0 10px 0
}
.p-and-i-case-list li .article-text {
	width: 100%;
	margin-top: 32px
}
.p-and-i-case-list li .article-text > span {
	color: var(--blue);
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .18em
}
.p-and-i-case-list li .article-text h3 {
	margin-top: 16px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6em;
	letter-spacing: .1em;
	color: var(--blue)
}
.p-and-i-case-list li .article-text h3 + p {
	margin-top: 24px;
	font-size: 1.6rem;
	line-height: 1.6em;
	letter-spacing: .05em;
	overflow-wrap: break-word
}
.p-and-i-lab {
	padding: 100px 0 100px
}
.p-and-i-lab-inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 80px 45px;
	background-color: #fff;
	border: 1px solid var(--r_blue);
	box-sizing: border-box;
	border-radius: 10px;
	position: relative
}
.p-and-i-lab-inner-deco {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px
}
.p-and-i-lab-inner::before, .p-and-i-lab-inner::after, .p-and-i-lab-inner-deco::before, .p-and-i-lab-inner-deco::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 7px;
	background-image: url("img/hex.svg");
	background-size: cover
}
.p-and-i-lab-inner::before {
	top: 20px;
	left: 20px
}
.p-and-i-lab-inner::after {
	top: 20px;
	right: 20px
}
.p-and-i-lab-inner-deco::before {
	bottom: 20px;
	left: 20px
}
.p-and-i-lab-inner-deco::after {
	bottom: 20px;
	right: 20px
}
.p-and-i-lab-inner h2 {
	text-align: center;
	color: var(--blue);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2em;
	letter-spacing: .2em
}
.p-and-i-lab-cont {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.p-and-i-lab-img {
	width: 38%
}
.p-and-i-lab-img img {
	border-radius: 10px
}
.p-and-i-lab-text {
	width: calc(62% - 40px);
	font-size: 1.6rem;
	line-height: 1.8em;
	letter-spacing: .05em
}
a.p-and-i-lab-link {
	display: block;
	margin: 50px auto 0;
	width: 304px;
	padding: 12px 48px 12px 16px;
	color: #fff;
	background-color: var(--blue);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5em;
	text-decoration: none;
	position: relative;
	z-index: 2;
	transition: all .2s;
}
a.p-and-i-lab-link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	width: 5.6px;
	height: 8.5px;
	background-image: url("img/link_icon_angle-wh.svg");
	background-size: cover;
	transition: all .2s;
}
.p-and-i-lab-link:hover {
	opacity: 0.7;
	text-decoration: underline;
}
a.p-and-i-lab-link:hover::after {
	right: 15px;
}
.our-goals {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 120px 0;
	position: relative
}
.our-goals-link {
	display: block
}
.our-goals-link-img {
	border: 1px solid #ccc;
	overflow: hidden;
	transition: .3s ease;
	padding: 32px 40px
}
.our-goals-link-img img {
	vertical-align: bottom;
	transition: .3s ease;
	transform-origin: center center
}
.our-goals-link:hover .our-goals-link-img img {
	transform: scale(1.1)
}
.our-goals-link-img + p {
	margin-top: 22px;
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.8em;
	letter-spacing: .05em;
	position: relative
}
.our-goals-link-img + p::after {
	content: "";
	width: 6px;
	height: 9px;
	display: inline-block;
	margin-left: .3em;
	background: url(img/link_icon_angle.svg) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	position: static
}
.bottommost {
	padding: 80px 0;
	background-color: #f7f7f7
}
.bottommost-list {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.bottommost-list li {
	list-style: none;
	width: calc(33.3333333333% - 16px)
}
.bottommost-list li a {
	transition: .3s ease
}
.bottommost-list li a:hover {
	opacity: .5
}
.bottommost-list li a p {
	text-align: justify;
	margin-top: 12px;
	font-size: 1.6rem;
	line-height: 1.8em;
	letter-spacing: .05em
}
@media only screen and (min-width: 768px) {
	.p-and-i-about-inner.s1 .p-and-i-about-cont {
		opacity: 1;
		transform: none
	}
	.p-and-i-about-inner.s2 .sub-cont:first-of-type {
		left: 0;
		transform: none
	}
	.p-and-i-about-inner.s2 .sub-cont:last-of-type {
		left: calc(66.6666666667% + 2px);
		transform: none
	}
	.p-and-i-about-inner.s2 .p-and-i-about-bottom-cont {
		opacity: 1
	}
	.p-and-i-about-inner.s3 .p-and-i-about-cont {
		justify-content: space-between
	}
	.p-and-i-about-inner.s3 .sub-cont:last-of-type {
		left: initial;
		right: 0
	}
	.p-and-i-about-inner.s3 .p-and-i-about-cont .sub-cont-inner {
		transition: .8s cubic-bezier(0.75, 0, 0.25, 1)
	}
	.p-and-i-about-inner.s3 .sub-cont:first-of-type, .p-and-i-about-inner.s3 .sub-cont:last-of-type {
		position: relative;
		left: initial
	}
	.p-and-i-about-inner.s3 .main-cont {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		transform-origin: center center
	}
	.p-and-i-about-inner.s3 .p-and-i-about-cont .sub-cont-inner {
		top: 50%;
		transform: translateY(-50%);
		height: auto
	}
	.p-and-i-about-inner.s3 .p-and-i-about-cont .sub-cont-inner p.first {
		margin-top: 0px;
		overflow: visible;
		height: 0;
		opacity: 0
	}
	.p-and-i-about-inner.s4 .main-cont {
		top: 50%;
		transform: translateY(-50%);
		width: 22%
	}
	.p-and-i-about-inner.s4 .sub-cont:first-of-type, .p-and-i-about-inner.s4 .sub-cont:last-of-type {
		width: 50%
	}
	.p-and-i-about-inner.s4 .main-cont h3 {
		font-size: min(1.4vw, 1.6rem)
	}
	.p-and-i-about-inner.s5 .p-and-i-about-cont .sub-cont-inner {
		top: 25%;
		transform: none;
		animation: parallax .3s cubic-bezier(0.75, 0, 0.25, 1)
	}
	.p-and-i-about-inner.s5 .p-and-i-about-cont .sub-cont-inner .second {
		margin-top: 25px;
		overflow: none;
		height: auto;
		opacity: 1
	}
}
@media screen and (max-width: 767px) {
	.PC {
		display: none
	}
	.SP {
		display: block
	}
	.l-body.p-and-i {
		overflow: clip;
		width: 100%;
		min-width: 100%;
	}
	.top-contents {
		padding: 40px 0 70px;
		overflow: inherit;
		background-image: url("img/mv_back-sp.jpg");
	}
	.mv-wrap, .mv-text {
		width: 100%;
		border-bottom: none
	}
	.mv-text::after {
		content: none
	}
	.mv-wrap {
		justify-content: flex-end
	}
	.mv-text-hwrap h1 {
		text-align: center;
		font-size: 3.6rem;
		letter-spacing: 0.01em;
		position: relative;
		bottom: initial;
		left: initial;
	}
	.mv-text-hwrap h1 span.tex_p{
		font-size: 4.2rem;
		letter-spacing: 0.01em;
	}
	.mv-text-hwrap h1 span.tex_and{
		font-size: 2.8rem;
		letter-spacing: 0.01em;
	}
	.mv-text-hwrap h1 span.tex_i{
		font-size: 4.2rem;
		letter-spacing: 0.01em;
	}
	.mv-text-bwrap{
		margin-top: 20px;
		position: relative;
		top: initial;
		left: 5%;
	}
	.mv-text-bwrap p{
		font-size: 1.6rem;
	}
	.mv-visual {
		margin-top: 100px;
		width: 80%;
		height: calc(81vw * 577 / 686);
		margin-right: 5%
	}
	.mv-visual-sub01 {
		width: 15vw;
		height: 15vw;
		min-width: auto;
		min-height: auto;
	}
	.mv-visual-sub02 {
		right: 0;
		width: 22vw;
		height: 22vw;
		min-width: auto;
		min-height: auto;
	}
	.p-and-i-about {
		padding: 60px 0 80px
	}
	.p-and-i-about-inner {
		position: 0
	}
	.p-and-i-about-inner h2 {
		font-size: 2rem
	}
	.p-and-i-about-cont {
		width: 90%;
		margin: 40px auto 0;
		opacity: 1;
		transform: none
	}
	.p-and-i-about-cont .sub-cont, .p-and-i-about-cont .main-cont {
		width: 100%;
		aspect-ratio: 260/300;
		clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%)
	}
	.p-and-i-about-cont .sub-cont {
		position: relative;
		top: initial;
		left: initial;
		transform: none
	}
	.p-and-i-about-cont .sub-cont::before {
		clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%)
	}
	.p-and-i-about-cont .main-cont h3 {
		font-size: 2rem
	}
	.p-and-i-about-cont .sub-cont-inner h3 {
		font-size: 2rem;
		font-weight: 700
	}
	.p-and-i-about-cont .sub-cont-inner {
		top: 50%;
		height: auto;
		transform: translateY(-50%);
		padding: 0
	}
	.p-and-i-about-cont .sub-cont-inner p.first {
		margin-top: 16px;
		font-size: 1.4rem
	}
	.p-and-i-about-cont .sub-cont-inner p.first > span{
		margin-bottom: 16px;
	}
	.p-and-i-about-cont .sub-cont-inner p.first span {
		font-size: 1.6rem
	}
	.p-and-i-about-bottom-cont {
		margin-top: 40px;
		opacity: 1;
		padding: 32px 24px;
		font-size: 1.6rem;
		line-height: 1.8em;
		letter-spacing: .05em
	}
	.p-and-i-about-open {
		position: absolute;
		bottom: -15px;
		left: 50%;
		transform: translate(-50%,100%);
		width: 30px;
		cursor: pointer;
		outline: none;
		border: none;
		background-color: initial;
		padding: 0
	}
	.p-and-i-modal-overlay {
		position: fixed;
		inset: 0;
		z-index: 8;
		background-color: rgba(29, 47, 118, .9);
		display: flex;
		align-items: center;
		justify-content: center
	}
	.p-and-i-modal {
		position: fixed;
		inset: 0;
		z-index: 10;
		display: flex;
		align-items: center;
		justify-content: center
	}
	.p-and-i-modal-inner {
		max-width: 90vw;
		margin: 0 5vw;
		box-sizing: border-box;
		background-color: #fff;
		padding: 24px 16px 75px;
		position: relative
	}
	.p-and-i-modal-inner h4 {
		font-size: 2rem;
		font-weight: 400;
		color: var(--blue);
		text-align: center;
		margin: .25em 0
	}
	.p-and-i-modal-inner p {
		margin-top: 20px;
		font-size: 1.6rem;
		line-height: 1.8em;
		letter-spacing: .05em
	}
	.p-and-i-modal-inner p.sub-title {
		margin-top: 5px;
		font-size: 1.4rem;
		font-weight: 400;
		color: var(--blue);
		text-align: center
	}
	.p-and-i-about-close {
		position: absolute;
		bottom: 25px;
		right: 25px;
		width: 30px;
		outline: none;
		border: none;
		background-color: initial;
		padding: 0
	}
	body.p-and-i-modal-open {
		overflow: hidden
	}
	.p-and-i-info {
		padding: 80px 0 110px
	}
	.p-and-i-info-inner h2 {
		font-size: 2rem;
		line-height: 1.6em
	}
	.p-and-i-info-inner h2 + p {
		margin-top: 40px;
		font-size: 1.6rem;
		line-height: 1.8em
	}
	.p-and-i-societies {
		margin-top: 50px
	}
	.p-and-i-societies-title h3 {
		font-size: 1.6rem;
		letter-spacing: .05em
	}
	.p-and-i-societies-title::after {
		width: 160px;
		height: 80px;
		background-position: center bottom
	}
	.p-and-i-societies-cont {
		margin-top: 100px
	}
	.p-and-i-societies-cont li {
		width: 100%;
		font-size: 1.6rem;
		letter-spacing: .05em
	}
	.p-and-i-societies-cont li:not(:first-of-type) {
		margin-top: 70px
	}
	.p-and-i-societies-cont li::after {
		width: 80px;
		height: 80px
	}
	.p-and-i-case {
		padding: 80px 0
	}
	.p-and-i-case-subtitle p {
		font-size: 1.4rem;
		letter-spacing: .14em
	}
	.p-and-i-case-subtitle p:first-of-type {
		margin-right: 1.6rem
	}
	.p-and-i-case-subtitle p:last-of-type {
		margin-left: 1.6rem
	}
	.p-and-i-case-title h2 {
		font-size: 2rem;
		line-height: 1.6em
	}
	.p-and-i-case-title + p {
		font-size: 1.6rem;
		line-height: 1.8em
	}
	.p-and-i-case-list {
		margin-top: 32px
	}
	.p-and-i-case-list li {
		width: 100%
	}
	.p-and-i-case-list li:nth-of-type(n + 2) {
		margin-top: 8px
	}
	.p-and-i-case-list li article a {
		padding: 24px 16px
	}
	.p-and-i-case-list li .article-img {
		width: 100%;
		height: 180px
	}
	.p-and-i-case-list li .article-text {
		margin-top: 16px;
		width: 100%
	}
	.p-and-i-case-list li .article-text > span {
		font-size: 1.6rem
	}
	.p-and-i-case-list li .article-text h3 {
		font-size: 1.8rem;
		font-weight: 700
	}
	.p-and-i-lab {
		padding: 80px 0
	}
	.p-and-i-lab-inner {
		padding: 32px 16px 45px
	}
	.p-and-i-lab-inner::before {
		top: 16px;
		left: 16px
	}
	.p-and-i-lab-inner::after {
		top: 16px;
		right: 16px
	}
	.p-and-i-lab-inner-deco::before {
		bottom: 16px;
		left: 16px
	}
	.p-and-i-lab-inner-deco::after {
		bottom: 16px;
		right: 16px
	}
	.p-and-i-lab-inner h2 {
		font-size: 1.6rem
	}
	.p-and-i-lab-cont {
		margin-top: 24px
	}
	.p-and-i-lab-img {
		width: 100%
	}
	.p-and-i-lab-text {
		margin-top: 24px;
		width: 100%
	}
	a.p-and-i-lab-link {
		width: 100%;
		padding: 13px 40px 13px 16px;
		margin-top: 40px;
	}
	.our-goals {
		padding: 80px 0
	}
	.our-goals-link-img {
		padding: 8px
	}
	.our-goals-link-img + p {
		font-size: 1.6rem
	}
	.bottommost {
		padding: 50px 0 40px
	}
	.bottommost-list li {
		width: 100%
	}
	.bottommost-list li:not(:first-of-type) {
		margin-top: 45px
	}
	.social-idx {
		padding: 1px 24px 0
	}
} /*# sourceMappingURL=contents_v3.css.map */