/* common.css
========================================*/
/* module */
/* ==========================
	footer style
============================= */
#main .contact-lead {
	margin-top:-1.5em;
	text-align:center;
}
#main .contact-btnlist>li>a {
	background-color:#fff;
	color:#7badc7;
	display:block;
	text-align:center;
}
#main .contact-btnlist>li._form {
	font-weight:500;
}
#main .contact-btnlist>li._tel>a {
	background-color:#7badc7;
	color:#fff;
	line-height:1.2em;
}
#main .contact-btnlist>li._tel>a ._num {
	font-family:"Montserrat", sans-serif;
	font-weight:600;
	letter-spacing:.1rem;
	line-height:1.2em;
}
@media print, screen and (min-width: 768px) {
	#main .contact-btnlist {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		margin-top:60px;
	}
	#main .contact-btnlist>li {
		margin:0 30px;
		width:320px;
	}
	#main .contact-btnlist>li>a {
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:center;
		border-radius:10px;
		height:100%;
		transition:all .2s ease;
	}
	#main .contact-btnlist>li>a:hover {
		transform:translate(3px, 3px);
	}
	#main .contact-btnlist>li._form {
		font-size:1.2222222222rem;
	}
	#main .contact-btnlist>li._form>a {
		box-shadow:3px 3px 0 #87beda;
	}
	#main .contact-btnlist>li._form>a:hover {
		box-shadow:0 0 0;
	}
	#main .contact-btnlist>li._tel {
		font-size:.8888888889rem;
	}
	#main .contact-btnlist>li._tel>a {
		box-shadow:3px 3px 0 #fff;
		padding:12px 10px;
	}
	#main .contact-btnlist>li._tel ._num {
		font-size:1.4444444444rem;
	}
}
@media screen and (max-width: 767px) {
	#main .contact-btnlist {
		margin-top:8vw;
		padding:0 5.3333333333vw;
	}
	#main .contact-btnlist>li {
		margin-bottom:6.6666666667vw;
	}
	#main .contact-btnlist>li:last-of-type {
		margin-bottom:0;
	}
	#main .contact-btnlist>li>a {
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:center;
		border-radius:2.6666666667vw;
	}
	#main .contact-btnlist>li._form {
		font-size:4.8vw;
	}
	#main .contact-btnlist>li._form>a {
		box-shadow:.8vw .8vw 0 #87beda;
		padding:5.3333333333vw 2.6666666667vw;
	}
	#main .contact-btnlist>li._tel>a {
		box-shadow:.8vw .8vw 0 #fff;
		padding:2.6666666667vw;
	}
	#main .contact-btnlist>li._tel ._num {
		font-size:6.1333333333vw;
	}
}
#main ._orange .contact-btnlist>li>a {
	color:#ed7800;
}
#main ._orange .contact-btnlist>li._tel>a {
	background-color:#ed7800;
	color:#fff;
}
@media print, screen and (min-width: 768px) {
	#main ._orange .contact-btnlist>li._form>a {
		box-shadow:3px 3px 0 #f2a45b;
	}
	#main ._orange .contact-btnlist>li._form>a:hover {
		box-shadow:0 0 0 #f2a45b;
	}
}
@media screen and (max-width: 767px) {
	#main ._orange .contact-btnlist>li._form>a {
		box-shadow:.8vw .8vw 0 #f2a45b;
	}
}
@media print, screen and (min-width: 768px) {
	#main .pagetop-btn {
		box-shadow:1px 1px 1px rgba(0, 0, 0, .1);
		border-radius:50%;
		position:fixed;
		right:40px;
		bottom:30px;
		z-index:10;
		transition:all .2s ease;
	}
	#main .pagetop-btn:hover {
		opacity:.7;
	}
	#main .pagetop-btn img {
		width:80px;
	}
}
@media screen and (max-width: 767px) {
	#main .pagetop-btn {
		display:none;
	}
}

#footer {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
@media print, screen and (min-width: 768px) {
	#footer {
		margin-left:auto;
		margin-right:auto;
		width:100%;
		min-width:1200px;
		max-width:1400px;
		padding:40px 2% 20px;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		margin-bottom:17.9vw;
		padding:8vw 5.3333333333vw 5.3333333333vw;
	}
}
#footer .-info {
	text-align:center;
}
#footer .-info ._tel {
	font-family:"Montserrat", sans-serif;
	font-weight:600;
	letter-spacing:.1rem;
	line-height:1.2em;
}
@media print, screen and (min-width: 768px) {
	#footer .-info>dt {
		margin-bottom:10px;
	}
	#footer .-info>dt img {
		width:180px;
	}
	#footer .-info>dd {
		font-size:.8333333333rem;
		margin-bottom:5px;
	}
	#footer .-info ._tel {
		font-size:1.2222222222rem;
	}
}
@media screen and (max-width: 767px) {
	#footer .-info>dt {
		margin-bottom:2.6666666667vw;
	}
	#footer .-info>dt img {
		width:37.3333333333vw;
	}
	#footer .-info>dd {
		font-size:3.2vw;
		margin-bottom:1.3333333333vw;
	}
	#footer .-info ._tel {
		font-size:4.8vw;
	}
}
#footer .-nav>li {
	font-weight:500;
}
@media print, screen and (min-width: 768px) {
	#footer .-nav {
		display:flex;
		flex-wrap:wrap;
		justify-content:flex-end;
		flex:1;
		padding-top:10px;
	}
	#footer .-nav>li {
		font-size:.8888888889rem;
		margin-left:5%;
	}
	#footer .-nav>li>a {
		transition:all .2s ease;
	}
	#footer .-nav>li>a:hover {
		opacity:.7;
	}
}
@media screen and (max-width: 767px) {
	#footer .-nav {
		margin-bottom:4vw;
	}
	#footer .-nav>li {
		margin-bottom:2.6666666667vw;
		text-align:right;
	}
	#footer .-nav>li>a {
		display:block;
		padding:1.3333333333vw 0;
	}
}
#footer .-copyright {
	width:100%;
}
@media print, screen and (min-width: 768px) {
	#footer .-copyright {
		font-size:.6666666667rem;
		text-align:right;
	}
}
@media screen and (max-width: 767px) {
	#footer .-copyright {
		font-size:2.8vw;
		text-align:center;
	}
}

.floating-bnr {
	position:fixed;
	right:0;
	z-index:10;
	font-family:"Noto Sans JP";
	transition:all .2s ease;
}
.floating-bnr a {
	background-color:#fff;
	color:#7badc7;
	display:block;
	font-weight:bold;
}
.floating-bnr a._movie {
	background-color:#ffbc36;
	color:#fff;
}
@media print, screen and (min-width: 768px) {
	.floating-bnr {
		top: unset;
		bottom: 2%;
	}
	.floating-bnr.is-hidden-pc {
		opacity: 0;
		pointer-events: none;
		transform:translateX(100%);
	}
	.floating-bnr a:hover {
		transform:translateX(0);
	} 
	.floating-bnr>._popup {
		padding-right: 7px;
		transform: translateX(7px);
		transition:all .2s ease;
		background-color: #F5CE46;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
	}
	.floating-bnr>._popup>img {
		width: 197px;
	}
	.floating-bnr a.sponly {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.floating-bnr {
		display:flex;
		bottom:0;
		width:100%;
		background: #5775b8;
		color: #FFF;
		font-weight: 700;
		gap: 3.7333vw;
		height: 14.933vw;
		align-items: center;
	}
	.floating-bnr a {
		border-color:#7badc7;
		border-style:solid;
		border-width:.2666666667vw .2666666667vw 0;
		border-radius:5.3333333333vw 5.3333333333vw 0 0;
		font-size:3.7333333333vw;
		line-height:1.4;
		margin:0 1.5%;
		padding:2.4vw 2vw;
		text-align:center;
		width:47%;
	}
	.floating-bnr a._movie {
		border:0;
	}
	
	.floating-bnr>.pconly {
		display: none;
	}
	.floating-bnr>._book {
		width: 48vw;
		background-color: transparent;
		color: #fff;
		height: fit-content;
		border: 3px solid #fff;
		border-radius: 2.6667vw;
		font-size: 2.93vw;
		display: flex;
		justify-content: center;
		padding: 1.45vw;
		margin: auto 0;
		gap: 3.46667vw;
	}
	.floating-bnr>._texts {
		margin-left: 1.86667vw;
		width: 42.4vw;
		font-size: 2.1333vw;
		letter-spacing: 0.05em;
	}
	.floating-bnr ._info {
		padding: 1.1vw 0.8vw;
		margin-top: 1.06667vw;
		line-height: 1;
		background: #7badc7;
	}
	.floating-bnr ._info>span:first-child {
		margin-bottom: 0.66667vw;
		display: block;
		font-size: 3.2vw;
		letter-spacing: 0.05em;
	}
	.floating-bnr ._info>span:nth-child(2) {
		font-size: 2.4vw;
		letter-spacing: 0.05em;
	}
	.floating-bnr ._info>img {
		margin-bottom: -0.8vw;
		margin-left: 1.6vw;
		width: 2.9333vw;
		aspect-ratio: 11 / 12;
	}
}

/* ==========================
	project style
============================= */
.p-section._blue {
	background-color:#eaf2f6;
}
.p-section._orange {
	background-color:#fdf1e5;
}
.p-section._orange .p-title ._jpn {
	color:#ed7800;
}
@media print, screen and (min-width: 768px) {
	.p-section .-inner {
		margin-left:auto;
		margin-right:auto;
		width:1200px;
		padding:100px 0;
	}
}
@media screen and (max-width: 767px) {
	.p-section .-inner {
		padding:13.3333333333vw 5.3333333333vw;
	}
}

.p-title {
	text-align:center;
}
.p-title ._eng {
	font-family:"Montserrat", sans-serif;
	font-weight:600;
	letter-spacing:.1rem;
	line-height:1em;
	position:relative;
}
.p-title ._eng:after {
	background-color:#4d4d4d;
	content:"";
	display:block;
	position:absolute;
	height:1px;
}
.p-title ._jpn {
	color:#7badc7;
	font-weight:500;
}
@media print, screen and (min-width: 768px) {
	.p-title {
		margin-bottom:80px;
	}
	.p-title ._eng {
		font-size:1.5555555556rem;
		margin-bottom:15px;
	}
	.p-title ._eng:after {
		bottom:-10px;
		left:calc(50% - 50px);
		width:100px;
	}
}
@media screen and (max-width: 767px) {
	.p-title {
		margin-bottom:10.6666666667vw;
	}
	.p-title ._eng {
		font-size:5.6vw;
		margin-bottom:2.6666666667vw;
	}
	.p-title ._eng:after {
		bottom:-2vw;
		left:calc(50% - 9.3333333333vw);
		width:18.6666666667vw;
	}
}

.p-header {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.p-header .-inner {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	height:100%;
}
.p-header .-inner>h1 {
	color:#fff;
	font-weight:700;
}
@media print, screen and (min-width: 768px) {
	.p-header {
		margin-bottom:20px;
		height:500px;
	}
	.p-header .-inner {
		margin-left:auto;
		margin-right:auto;
		width:1200px;
	}
	.p-header .-inner>h1 {
		font-size:3.3333333333rem;
		padding-bottom:30px;
	}
}
@media screen and (max-width: 767px) {
	.p-header {
		height:102.6666666667vw;
	}
	.p-header .-inner {
		padding:0 5.3333333333vw;
	}
	.p-header .-inner>h1 {
		font-size:9.6vw;
		padding-bottom:6.6666666667vw;
		text-align:center;
	}
}

@media print, screen and (min-width: 768px) {
	.p-topicpath {
		margin-left:auto;
		margin-right:auto;
		width:1200px;
		display:flex;
		flex-wrap:wrap;
		align-items:center;
	}
	.p-topicpath>li {
		height:32px;
	}
	.p-topicpath>li:after {
		content:">";
		color:#7badc7;
		display:inline-block;
		line-height:1em;
		margin:0 8px;
		vertical-align:-1px;
	}
	.p-topicpath>li a {
		color:#7badc7;
	}
	.p-topicpath>li>span {
		display:inline-block;
		font-weight:500;
	}
	.p-topicpath>li:last-of-type:after {
		display:none;
	}
}
@media screen and (max-width: 767px) {
	.p-topicpath {
		display:none;
	}
}

@media print, screen and (min-width: 768px) {
	.p-splink {
		pointer-events:none;
	}
}

/* ==========================
	modal style
============================= */
.modal {
	position: fixed;
	background-color: rgba( 0, 0, 0, 0.65 );
	height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  overflow: initial;
	display: flex;
  transition: .15s ease-in-out;
  align-items: center;
  justify-content: center;
	visibility: hidden;
	opacity: 0;
}

.modal.active {
	visibility: visible;
	opacity: 1;
}

.modal-content {
	position: relative;
	width: auto;
	max-width: 84vw;
}

.modal-content a{
	display: block;
}

.modal-content a *{
	max-height: 80vh;
}

.modal-link {
	transition: .15s ease-in-out;
}

.modal-link:hover {
	opacity: 0.7;
}

.modal-close-btn {
	position: absolute;
  height: 28px;
  width: 28px;
  right: -35px;
  top: -35px;
  font-weight: 700;
  font-size: 18px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
	display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close-btn > img {
	width: 12px;
}

@media screen and (max-width: 767px) {
	.modal-close-btn {
		right: -22px;
	}
}