@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
home
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@keyframes zoom-out {
0% {
	transform: scale(1);
}

100% {
	transform: scale(1.2);
}
}

.home-header {
	padding: 0 0 20px;
}

.home-header .outer {
	max-width: none;
}

.home-header .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	text-align: right;
	transform: translate(-50%, -50%);
}

.home-header h1 img {
	width: 332px;
}

.home-header .swiper-slide {
	overflow: hidden;
	height: 100vh;
}

.home-header .image {
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale(1);
	transition: transform 3.5s linear;
	will-change: transform;
}

.home-header .swiper-slide-prev .image,
.home-header .swiper-slide-active .image,
.home-header .swiper-slide-duplicate-active .image {
	animation: zoom-out 11s linear forwards;
}

.home-header .image01 {
	background-image: url("/wp/img/home/header01-n.jpg");
	background-position-x: 25%;
}

.home-header .image02 {
	background-image: url("/wp/img/home/header02-n.jpg");
	background-position-x: 20%;
}

.home-header .image03 {
	background-image: url("/wp/img/home/header03-n.jpg");
	background-position-x: 45%;
}

.home-header .swiper-pagination {
	right: 0;
	bottom: 10px;
	left: 0;
	margin: auto;
}

.home-header .swiper-pagination-bullet {
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 10px !important;
	background: #999;
}

.home-header .swiper-pagination-bullet-active {
	background: #fff;
}

.home-news .button {
	position: relative;
	padding-bottom: 15px;
}

.home-news .button::before,
.home-news .button::after {
	position: absolute;
	bottom: 15px;
	width: 15px;
	height: 0;
	border: 1px solid #333;
	content: "";
}

.home-news .button::before {
	left: calc(50% - 1.5px);
	transform: rotate(-35deg);
}

.home-news .button::after {
	right: calc(50% - 1.5px);
	transform: rotate(35deg);
}

.home-profile .inner {
	max-width: 1080px;
	margin-right: 0;
}

.home-profile .name {
	margin-bottom: 30px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.home-profile .name .japanese {
	margin-right: 15px;
	font-size: 2rem;
}

.home-profile .name .english {
	display: inline-block;
	font-size: 1.5rem;
}

.home-profile .intro {
	margin-bottom: 1.5em;
}

.home-profile .button-container {
	margin: 50px 0;
}

.home-profile .button-small {
	margin: 5px 0;
}

.home-profile .button-small:first-child {
	margin-right: 30px;
}

.home-profile .description {
	margin-bottom: 10px;
}

.home-profile .modal-ul {
	display: flex;
	max-width: 550px;
	justify-content: space-between;
}

.home-profile .modal-li {
	width: 22%;
}

.media-table td a {
  text-decoration: underline;
}
.media-table td a span {
  text-decoration: underline;
}
.media-table td a:hover {
  text-decoration: none;
}
.media-table td a:hover span {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
.home-profile .flex {
	align-items: flex-start;
}

.home-profile .image {
	width: 39%;
}

.home-profile .text {
	width: 57%;
}

.home-profile .profile-table th {
	width: 5.5em;
	white-space: nowrap;
	text-justify:inter-ideograph;
	text-align: justify;
	text-align-last: justify;
}
}

@media screen and (max-width: 767.9px) {
.home-profile .image {
	display: block;
	margin: 0 auto 40px;
}
}
