@charset "UTF-8";
.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.07em;
	font-feature-settings: "palt" 1;
	&.semi { font-weight: 600; }
	&.bold { font-weight: 700; }
}

#contents { overflow: hidden; }
#contents img { max-width: 100%; }

#mainvis { position: relative; }
#mainvis::before {
	content: "";
	display: block;
	position: absolute;
	background: no-repeat center center;
	background-size: cover;
	opacity: 0;
	transition-duration: 3s;
	transition-property: opacity;
}
#mainvis.moved::before { opacity: 1; }
#mainvis::after {
	content: "";
	left: 0;
	right: 0;
	display: block;
	position: absolute;
	margin-inline: auto;
	background: #223e6c;
}
#mainvis > span {
	opacity: 0;
	display: block;
	position: relative;
	margin-inline: auto;
	transition-duration: 3s;
	transition-property: opacity, transform;
	transform: translateY(20px);
}
#mainvis.moved > span {
	opacity: 1;
	transform: translateY(0);
}
@media only screen and (min-width: 981px) {
	#mainvis::before {
		top: 0;
		right: 0;
		width: 50%;
		height: 487px;
		background-image: url(../images/mainvis_bg_pc.jpg);
	}
	#mainvis::after {
		width: 2px;
		height: 120px;
		bottom: -60px;
	}
	#mainvis > span {
		max-width: 1220px;
		padding-block: 100px 137px;
	}
}
@media only screen and (max-width: 980px) {
	#mainvis {
		padding-bottom: 78.666vw;
	}
	#mainvis::before {
		left: 0;
		bottom: 0;
		width: 100%;
		padding-top: 78.666vw;
		background-image: url(../images/mainvis_bg_sp.jpg);
	}
	#mainvis::after {
		width: 1px;
		height: 60px;
		bottom: -30px;
	}
	#mainvis > span {
		text-align: center;
		padding-block: 7vw 4.5vw;
	}
	#mainvis > span img {
		width: 321px;
	}
}

#introduction {
	color: #223e6c;
	text-align: center;
	background-color: #f3ede8;
	.fadeIn	{
		opacity: 0;
		transition-duration: 1s;
		transition-property: opacity, transform;
		transform: translateY(20px);
		&.moved {
			opacity: 1;
			transform: translateY(0);
		}
	}
}
@media only screen and (min-width: 981px) {
	#introduction { padding-block: 110px 70px; }
	#introduction .text {
		font-size: 22px;
		line-height: 45px;
		margin-top: 25px;
	}
}
@media only screen and (max-width: 980px) {
	#introduction { padding-block: 56px 36px; }
	#introduction .title img { width: 291px; }
	#introduction .text {
		font-size: 14px;
		line-height: 30px;
		margin-top: 12px;
	}
}

#movie > section {
	color: #fff;
	position: relative;
	background-repeat: no-repeat;
}
#movie > section::after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	background-size: cover;
}
#movie #saito { background-color: #223e6c; }
#movie #kamimura { background-color: #1b81b2; }
#movie .title { letter-spacing: 0.05em; }
#movie .wrap { position: relative; }
#movie .wrap > * { vertical-align: top; }
#movie .wrap > img {
	width: 100%;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
#movie .wrap > img.start {
	opacity: 0;
	pointer-events: none;
}
#movie .wrap iframe,
#movie .wrap video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
#movie .wrap video { background-color: #fff; }
#movie .fadeIn .wrap	{
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity, transform;
	transform: translateY(20px);
}
#movie .fadeIn.moved .wrap {
	opacity: 1;
	transform: translateY(0);
}
#movie .fadeIn::after {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity, transform;
}
#movie #saito.fadeIn::after { transform: translateX(50px); }
#movie #kamimura.fadeIn::after { transform: translateX(-50px); }
#movie .fadeIn.moved::after {
	opacity: 1;
	transform: translateX(0) !important;
}
@media only screen and (min-width: 981px) {
	#movie > section {
		padding-block: 70px;
		background-size: auto 100%;
	}
	#movie #saito {
		background-image: url(../images/movie_saito_bg_pc.gif);
		background-position: left center;
	}
	#movie #kamimura {
		background-image: url(../images/movie_kamimura_bg_pc.gif);
		background-position: right center;
	}
	#movie > section::after { bottom: 0; }
	#movie #saito::after {
		width: 349px;
		height: 565px;
		left: calc(50vw + 298px);
		background-image: url(../images/movie_saito_img_pc.png);
	}
	#movie #kamimura::after {
		width: 375px;
		height: 610px;
		right: calc(50vw + 302px);
		background-image: url(../images/movie_kamimura_img_pc.png);
	}
	#movie .title {
		top: 70px;
		position: absolute;
	}
	#movie #saito .title {
		right: calc(50vw + 362px);
		transform: rotate(-90deg);
		transform-origin: right top;
	}
	#movie #kamimura .title {
		left: calc(50vw + 362px);
		transform: rotate(90deg);
		transform-origin: left top;
	}
	#movie .wrap {
		width: 674px;
		margin-inline: auto;
	}
	#movie .wrap > img { height: 372px; }
	#movie .wrap > * {
		width: 100%;
		border-radius: 5px;
	}
}
@media only screen and (max-width: 980px) {
	#movie > section {
		padding: 135px 20px 33px;
		background-size: 100% auto;
		background-position: center top;
	}
	#movie #saito { background-image: url(../images/movie_saito_bg_sp.gif); }
	#movie #kamimura { background-image: url(../images/movie_kamimura_bg_sp.gif); }
	#movie > section::after { z-index: 0; }
	#movie #saito::after {
		top: -24px;
		right: 0;
		width: 156px;
		height: 283px;
		background-image: url(../images/movie_saito_img_sp.png);
	}
	#movie #kamimura::after {
		top: -18px;
		left: 0;
		width: 142px;
		height: 305px;
		background-image: url(../images/movie_kamimura_img_sp.png);
	}
	#movie > section > * {
		z-index: 1;
		position: relative;
	}
	#movie .title {
		font-size: 10px;
		padding-bottom: 6px;
	}
	#movie #kamimura .title { text-align: right; }
	#movie .wrap > * {
		width: 100%;
		border-radius: 2.5px;
	}
}

.contactBox {
	text-align: center;
	background-color: #f3ede8;
}
.contactBox.orange { background-color: #ff7b58; }
.contactBox .title {
	color: #223e6c;
	line-height: 1;
	position: relative;
	display: inline-block;
	letter-spacing: 0.05em;
	background-color: #fff;
}
.contactBox .title span {
	top: -100px;
	bottom: -100px;
	position: absolute;
	margin-block: auto;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #223e6c;
	border-radius: 50%;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	padding-left: 0.1em;
}
.contactBox .text dt { color: #223e6c; }
.contactBox .text dd { color: #333; }
.contactBox.orange .text dd { color: #fff; }
.contactBox .links li { background-color: #fff; }
.contactBox .links .name {
	color: #223e6c;
	text-align: left;
	font-weight: bold;
}
.contactBox .links .link a {
	display: flex;
	font-weight: bold;
	position: relative;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
	border-radius: 5px;
}
.contactBox .links .link a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	background-repeat: no-repeat;
}
.contactBox .links .link a::after {
	top: 0;
	bottom: 0;
	display: block;
	position: absolute;
	margin-block: auto;
	border-radius: 50%;
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/icon_arrow.svg);
}
.contactBox .links .link.line a {
	color: #fff;
	background-color: #06c655;
}
.contactBox .links .link.line a::before {
	background-image: url(../../common/images/icon_line.svg);
}
.contactBox .links .link.mail a {
	color: #fff;
	background-color: #1b81b2;
}
.contactBox .links .link.mail a::before {
	background-image: url(../images/icon_mail.png);
}
.contactBox .links .link.tel a {
	color: #223e6c;
	background-color: #dbeaf1;
	font-family: "Century Gothic", sans-serif;
}
.contactBox .links .link.tel a::before {
	background-image: url(../images/icon_tel.png);
}
.contactBox .links .link.line a::after,
.contactBox .links .link.mail a::after {
	content: "";
}
.contactBox .links .link.line a::after { background-color: #268142; }
.contactBox .links .link.mail a::after { background-color: #114593; }
.contactBox .fadeIn {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity, transform;
	transform: translateY(20px);
	&.moved {
		opacity: 1;
		transform: translateY(0);
	}
}
@media only screen and (min-width: 981px) {
	.contactBox {
		padding: 70px 0 55px;
	}
	.contactBox .title {
		font-size: 30px;
		padding: 14px 25px 16px 75px;
	}
	.contactBox .title span {
		width: 96px;
		height: 96px;
		left: -45px;
	}
	.contactBox .text dt {
		font-size: 41px;
		margin-top: 15px;
	}
	.contactBox .text dd {
		font-size: 16px;
		line-height: 30px;
		margin-block: 5px 25px;
	}
	.contactBox .links {
		display: flex;
		justify-content: center;
	}
	.contactBox .links li {
		margin-inline: 9px;
		padding: 12px 20px 20px;
	}
	.contactBox .links .name {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.contactBox .links .link a {
		width: 276px;
		height: 65px;
		font-size: 18px;
	}
	.contactBox .links .link.mail a { padding-right: 20px; }
	.contactBox .links .link a::after { content: ""; }
	.contactBox .links .link.line a::before {
		width: 31px;
		height: 30px;
		margin-right: 42px;
		margin-left: -70px;
	}
	.contactBox .links .link.mail a::before {
		width: 26px;
		height: 19px;
		margin-right: 10px;
	}
	.contactBox .links .link.tel a::before {
		width: 31px;
		height: 31px;
		margin-top: -10px;
		margin-right: 14px;
	}
	.contactBox .links .link.line a::after,
	.contactBox .links .link.mail a::after {
		width: 24px;
		height: 24px;
	}
	.contactBox .links .link.line a::after { right: 20px; }
	.contactBox .links .link.mail a::after { right: 10px; }
	.contactBox .links .link.tel a img { width: 195px; }
}
@media only screen and (max-width: 980px) {
	.contactBox { padding: 40px 20px; }
	.contactBox .title {
		font-size: 15px;
		padding: 7px 12px 8px 32px;
	}
	.contactBox .title span {
		left: -24px;
		width: 48px;
		height: 48px;
	}
	.contactBox .text dt {
		font-size: 23px;
		margin-top: 14px;
	}
	.contactBox .text dd {
		font-size: 12px;
		line-height: 18px;
		margin-block: 13px 22px;
	}
	.contactBox .links li { padding: 13px 17px 17px; }
	.contactBox .links li + li { margin-top: 10px; }
	.contactBox .links li a { height: 50px; }
	.contactBox .links .name,
	.contactBox .links .link { font-size: 15px; }
	.contactBox .links .name { margin-bottom: 10px; }
	.contactBox .links .link a::before {
		left: 31px;
		position: absolute;
	}
	.contactBox .links .link.line a::before {
		width: 27.5px;
		height: 26.5px;
	}
	.contactBox .links .link.mail a::before {
		width: 23px;
		height: 17px;
	}
	.contactBox .links .link.tel a::before {
		left: 27px;
		width: 27.5px;
		height: 27.5px;
	}
	.contactBox .links .link a::after {
		content: "";
		right: 12px;
		width: 17px;
		height: 17px;
		background-color: #223e6c;
	}
	.contactBox .links .link.tel a img { width: 163px; }
}

.timeline {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #223e6c;
	text-align: center;
	position: relative;
}
.timeline::after {
	content: "";
	height: 272px;
	display: block;
	margin-top: 40px;
	background: url(../images/scenery_pc.jpg) repeat-x center center;
}
.timeline .time_in {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.timeline .oblong_arrow_btm {
	margin: 40px auto 0;
}
.timeline .time_in > .title {
	padding: 30px 0;
}
.timeline img {
	padding-top: 6px;
	padding-left: 170px;
}
.timeline .oblong_arrow_btm {
	text-align: center;
}
.timeline .oblong_arrow_btm a {
	width: 153px;
	display: inline-block;
	height: 49px;
	border-radius: 50px;
	line-height: 49px;
	font-size: 14px;
	font-weight: bold;
	color: #223e6c;
	background-color: #fff;
	position: relative;
}
.timeline .oblong_arrow_btm a::before {
	content: "";
	top: 0;
	right: 22px;
	bottom: 0;
	width: 7px;
	height: 14px;
	margin-block: auto;
	position: absolute;
	background: url(../images/icon_sarrow.svg) no-repeat center center;
	background-size: cover;
}
.timeline [class^="type"]:nth-of-type(3n + 1) {
	margin-left: 0;
}
.timeline .time_in > ul {
	font-size: 0px;
	margin: 0 -20px;
}
.timeline .slick-track {
	display: flex;
}
.timeline .slick-slide {
	display: flex;
	width: 280px;
	height: auto;
	font-size: 13px;
	vertical-align: top;
	background-color: #fff;
	margin: 0 20px;
	position: relative;
}
.timeline .slick-slide > .links {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	left: 20px;
}
.timeline .slick-slide > .links ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: 6px;
}
.timeline .slick-slide > .links ul li {
	margin-right: 4px;
}
.timeline .slick-slide > .links a {
	font-size: 12px;
	display: block;
	border: 1px solid;
	padding: 3px 9px 2px;
	box-sizing: border-box;
}
.timeline .slick-slide > .links .cat a {
	color: #fff;
	min-width: 64px;
	background: #0089be;
	border-radius: 999px;
	border-color: #0089be;
}
.timeline .slick-slide > .links .tag a {
	border-color: #dedede;
}
.timeline .slick-slide > a {
	padding: 20px;
	display: block;
	border: 3px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.timeline .slick-slide > a:hover {
	opacity: 1;
	background: #daeaf1;
	border-color: #1b81b2;
}
.timeline .slick-arrow {
	display: block;
	width: 40px;
	height: 0;
	z-index: 1;
	overflow: hidden;
	padding-top: 40px;
	position: absolute;
	top: 0px;
	bottom: 0;
	border: none;
	margin: auto 0;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.timeline .slick-arrow:after {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	border-top: 2px solid #223e6c;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.timeline .slick-arrow:hover {
	opacity: .6;
}
.timeline .slick-prev {
	left: -50px;
}
.timeline .slick-prev:after {
	right: 12px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-left: 2px solid #223e6c;
}
.timeline .slick-next {
	right: -50px;
}
.timeline .slick-next:after {
	left: 12px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-right: 2px solid #223e6c;
}
.timeline dl {
	text-align: left;
	padding-top: 5px;
}
.timeline dt {
	padding-left: 15px;
	border-left: 2px solid #0090cb;
}
.timeline .day {
	font-size: 12px;
	text-align: left;
}
.timeline .time_in .p1 .title {
	font-size: 16px;
	font-weight: bold;
	color: #223e6c;
}
.timeline dt + dd {
	margin-top: 5px;
}
.timeline dd {
	display: block;
}
.p1_m {
	display: inline-block;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: #000;
	position: relative;
	font-size: 0;
}
.p1_m:before {
	content: "";
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 3px;
	margin: auto;
}
.timeline .p1 {
	float: left;
	position: relative;
} 
.timeline .p1_m {
	position: absolute;
	right: -10px;
	bottom: 10px;
}
.timeline .fadeIn {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity, transform;
	transform: translateY(20px);
	&.moved {
		opacity: 1;
		transform: translateY(0);
	}
}
@media only screen and (max-width: 980px) {
	.timeline .time_in > .title {
		padding: 30px 0 0 0;
	}
	.timeline::after {
		height: 95.739vw;
		background-size: cover;
		background-image: url(../images/scenery_sp.jpg);
	}
	.timeline .time_in {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.timeline {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-bottom: 0px;
		width: 100%;
		height: auto;
	}
	.timeline .time_in > .title img {
		text-align: center;
		padding-top: 0;
		padding-left: 0;
	}
	.timeline .time_in > ul {
		margin: 0;
	}
	.timeline .slick-track {
		display: block;
	}
	.timeline .slick-slide {
		margin: 26px 36px 0;
	}
	.timeline .slick-arrow {
		width: 24px;
		padding-top: 24px;
	}
	.timeline .slick-prev {
		left: 0;
	}
	.timeline .slick-next {
		right: 0;
	}
	.timeline .slick-arrow:after {
		width: 6px;
		height: 6px;
		border-top-width: 1px;
	}
	.timeline .slick-prev:after {
		right: 7px;
		border-left-width: 1px;
	}
	.timeline .slick-next:after {
		left: 7px;
		border-right-width: 1px;
	}
	.timeline .slick-slide > a {
		padding: 10px 15px;
	}
	.timeline dt + dd {
		margin-top: 10px;
	}
	.timeline .oblong_arrow_btm {
		margin: 0 auto;
		padding: 30px 0;
	}
	.timeline .oblong_arrow_btm a {
		color: #223e6c;
		background-color: #fff;
	}
	.timeline .oblong_arrow_btm a:before {
		border-color: #223e6c;
	}
}

#mediaInfo {
	padding: 45px 0 100px;
	background: #eceeef;
}
#mediaInfo h3 {
	color: #223e6c;
	font-size: 24px;
	text-align: center;
	margin-bottom: 35px;
}
#mediaInfo .slick-track {
	display: flex;
	align-items: stretch;
}
#mediaInfo .post {
	display: flex;
	width: 600px;
	height: auto;
	background: #fff;
	margin: 0 55px;
	position: relative;
	transition-duration: .3s;
	transition-property: transform;
}
#mediaInfo .post:not(.slick-active) {
	transform: scale(0.83);
}
#mediaInfo .post .cat {
	top: 55px;
	left: 303px;
	display: flex;
	position: absolute;
	z-index: 1;
}
#mediaInfo .post .cat li {
	margin-right: 4px;
}
#mediaInfo .post .cat li > * {
	color: #fff;
	font-size: 13px;
	text-align: center;
	background: #0089be;
	display: block;
	padding: 3px 9px 1px;
	border: 1px solid #0089be;
	box-sizing: border-box;
	min-width: 66px;
}
#mediaInfo .post .cat a:hover {
	opacity: 1;
	color: #0089be;
	background: #fff;
}
#mediaInfo .post > a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 35px 45px 35px 28px;
}
#mediaInfo figure {
	width: 255px;
	text-align: center;
}
#mediaInfo figure img {
	max-width: 100%;
	max-height: 255px;
	margin-left: auto;
	margin-right: auto;
}
#mediaInfo .info {
	box-sizing: border-box;
	padding-left: 20px;
	width: calc(100% - 255px);
}
#mediaInfo .info .date {
	color: #223e6c;
	font-size: 12px;
}
#mediaInfo .info .title {
	color: #223e6c;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 15px;
}
#mediaInfo .info .text {
	font-size: 13px;
	line-height: 20px;
}
#mediaInfo .slick-arrow {
	top: 0;
	bottom: 0;
	border: none;
	margin: auto 0;
	position: absolute;
	padding: 40px 0 0;
	width: 40px;
	height: 0;
	cursor: pointer;
	overflow: hidden;
	border-radius: 50%;
	background: #223e6c;
	z-index: 1;
}
#mediaInfo .slick-next {
	left: calc(50vw + 350px);
}
#mediaInfo .slick-prev {
	right: calc(50vw + 350px);
}
#mediaInfo .slick-arrow::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 6.5px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#mediaInfo .slick-next::before {
	left: 2px;
	border-left-width: 11px;
	border-left-color: #fff;
}
#mediaInfo .slick-prev::before {
	right: 2px;
	border-right-width: 11px;
	border-right-color: #fff;
}
#mediaInfo .slick-dots {
	left: 0;
	right: 0;
	bottom: -50px;
	line-height: 0;
	position: absolute;
	display: flex;
	justify-content: center;
}
#mediaInfo .slick-dots li {
	margin: 0 6px;
}
#mediaInfo .slick-dots button {
	border: none;
	border-radius: 50%;
	padding: 8px 0 0;
	width: 8px;
	height: 0;
	overflow: hidden;
	background: #223e6c;
	cursor: pointer;
}
#mediaInfo .slick-dots .slick-active button {
	background: #0089be;
}
#mediaInfo .slick-dots button:hover {
	background: #fff;
}
#mediaInfo .fadeIn {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity, transform;
	transform: translateY(20px);
	&.moved {
		opacity: 1;
		transform: translateY(0);
	}
}
@media only screen and (max-width: 980px) {
	#mediaInfo {
		padding: 30px 0 65px;
	}
	#mediaInfo h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#mediaInfo .post {
		margin: 0;
		width: calc(100vw - 90px);
	}
	#mediaInfo .post .cat {
		left: 108px;
	}
	#mediaInfo .post > a {
		padding: 20px 28px 26px;
		flex-direction: column;
	}
	#mediaInfo figure {
		width: auto;
		margin-bottom: 29px;
	}
	#mediaInfo figure img {
		max-height: 200px;
		max-width: 100%;
	}
	#mediaInfo .info {
		width: auto;
		padding-left: 0;
	}
	#mediaInfo .info .title {
		margin-bottom: 5px;
	}
	#mediaInfo .slick-arrow {
		width: 23px;
		padding-top: 23px;
	}
	#mediaInfo .slick-next {
		left: calc(100vw - 57px);
	}
	#mediaInfo .slick-prev {
		right: calc(100vw - 57px);
	}
	#mediaInfo .slick-arrow::before {
		border-width: 4px 0;
	}
	#mediaInfo .slick-next::before {
		border-left-width: 6.5px;
	}
	#mediaInfo .slick-prev::before {
		border-right-width: 6.5px;
	}
	#mediaInfo .slick-dots {
		bottom: -32px;
	}
	#mediaInfo .slick-dots li {
		margin: 0 5px;
	}
	#mediaInfo .slick-dots button {
		width: 7px;
		padding-top: 7px;
	}
}

#lawyer {
	text-align: center;
	background: no-repeat center center;
	background-size: cover;
}
#lawyer .title  { letter-spacing: 0.05em; }
#lawyer .list figcaption { letter-spacing: 0.02em; }
#lawyer .title,
#lawyer .list figcaption,
#lawyer .link a { color: #223e6c; }
#lawyer .list figure img { border-radius: 50%; }
#lawyer .link a {
	display: flex;
	font-weight: bold;
	width: fit-content;
	margin-inline: auto;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 999px;
	box-sizing: border-box;
}
#lawyer .link a::after {
	content: "";
	top: 0;
	right: 30px;
	bottom: 0;
	width: 7px;
	height: 14px;
	margin-block: auto;
	position: absolute;
	background: url(../images/icon_sarrow.svg) no-repeat center center;
	background-size: cover;
}
#lawyer .fadeIn {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity, transform;
	transform: translateY(20px);
	&.moved {
		opacity: 1;
		transform: translateY(0);
	}
}
@media only screen and (min-width: 981px) {
	#lawyer {
		padding-block: 60px 92px;
		background-image: url(../images/lawyer_bg_pc.jpg);
	}
	#lawyer .title { font-size: 30px; }
	#lawyer .text {
		font-size: 16px;
		line-height: 30px;
		margin-block: 25px 28px;
	}
	#lawyer .list {
		display: flex;
		justify-content: center;
	}
	#lawyer .list li { margin-inline: 40px; }
	#lawyer .list figure img { width: 259px; }
	#lawyer .list figcaption {
		font-size: 30px;
		margin-top: 14px;
	}
	#lawyer .list figcaption small {
		font-size: 20px;
	}
	#lawyer .link { margin-top: 80px; }
	#lawyer .link a {
		width: 382px;
		height: 76px;
		font-size: 18px;
	}
}
@media only screen and (max-width: 980px) {
	#lawyer {
		padding-block: 42px 120px;
		background-image: url(../images/lawyer_bg_sp.jpg);
	}
	#lawyer .title { font-size: 20px; }
	#lawyer .text {
		font-size: 12px;
		line-height: 18px;
		margin-block: 15px 37px;
	}
	#lawyer .list li + li { margin-top: 26px; }
	#lawyer .list figure img { width: 200px; }
	#lawyer .list figcaption {
		font-size: 22.5px;
		margin-top: 11px;
		text-shadow: 0 0 10px #b8dff3, 0 0 10px #b8dff3, 0 0 10px #b8dff3, 0 0 10px #b8dff3;
	}
	#lawyer .list figcaption small { font-size: 15px; }
	#lawyer .link { margin-top: 55px; }
	#lawyer .link a {
		width: 235px;
		height: 50px;
		font-size: 15px;
		padding-right: 15px;
	}
	#lawyer .link a::after { right: 17px; }
}

#access .title {
	color: #223e6c;
	text-align: center;
	letter-spacing: 0.05em;
}
#access .text {
	text-align: center;
	letter-spacing: 0.05em;
}
#access .text strong {
	color: #1b81b2;
	font-weight: inherit;
	border-bottom: solid #1b81b2;
}
#access .place { border-left: solid #223e6c; }
#access .fadeIn {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity, transform;
	transform: translateY(20px);
	&.moved {
		opacity: 1;
		transform: translateY(0);
	}
}
@media only screen and (min-width: 981px) {
	#access { padding: 40px 0 74px; }
	#access .title { font-size: 30px; }
	#access .text {
		font-size: 24px;
		margin-top: 20px;
	}
	#access .text strong {
		font-size: 30px;
		border-width: 2px;
	}
	#access .map {
		width: 980px;
		margin: 60px auto 0;
	}
	#access .map iframe { height: 356px; }
	#access .place {
		display: flex;
		font-size: 18px;
		border-width: 5px;
		width: fit-content;
		margin-inline: auto;
		padding-left: 20px;
		margin-top: 35px;
	}
	#access .place dt { margin-right: 35px; }
}
@media only screen and (max-width: 980px) {
	#access { padding-block: 41px 35px; }
	#access .title { font-size: 20px; }
	#access .text {
		font-size: 16px;
		margin-block: 20px 30px;
	}
	#access .text strong {
		font-size: 20px;
		border-width: 1px;
	}
	#access .map iframe { height: 277px; }
	#access .place {
		font-size: 13px;
		line-height: 19px;
		margin: 26px 50px 0;
		border-width: 4px;
		padding-left: 17px;
	}
	#access .place dd { margin-top: 5px; }
}