@charset "utf-8";
/*
 * page.css
 * 
 */

.topAbout {
	padding: 16.5rem 0 16rem;
	overflow: hidden;
	background: url(../img/top/bg_logos.png)no-repeat center;
	background-size: cover;
	font-weight: 600;
}
.topAbout .btnLink {
	margin-top: 8rem;
}
.topAbout .btnLink .btn {
	max-width: 63.2rem;
	height: 10.8rem;
	font-size: 4.2rem;
}
.topAbout .title {
	margin-bottom: 14rem;
}
.topAbout .sub {
	line-height: 1.88;
	text-align: center;
	font-size: 3.5rem;
}
.topAbout .end {
	margin-top: 16rem;
}
.topAbout .head {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0 5rem;
	margin-bottom: 8rem;
	text-align: center;
	line-height: 1.3;
	font-size: 4.8rem;
	font-weight: 600;
}
.topAbout .head:before,
.topAbout .head:after {
	content: "";
	display: block;
	transform-origin: 50% 50%;
	height: 13.5rem;
	border-left: 1px solid;
}
.topAbout .head:before {
	transform: rotate(-15deg);
}
.topAbout .head:after {
	transform: rotate(15deg);
}
.topAbout .head .con {
	position: relative;
}
.topAbout .head .big {
	font-size: 6.4rem;
}
.topAbout .head .num {
	font-size: 8.2rem;
	font-weight: 700;
}

.js-image-scroll {
	overflow: hidden;
	display: flex;
}
.js-image-scroll ul {
	display: flex;
	align-items: flex-start;
}
.js-image-scroll ul:nth-child(odd) {
	animation-name: image-loop-left1;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.js-image-scroll ul:nth-child(even) {
	animation-name: image-loop-left2;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes image-loop-left1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}
@keyframes image-loop-left2 {
	0% {
		transform: translateX(-200%);
	}
	100% {
		transform: translateX(0);
	}
}
.aboutSwiper li {
	overflow: hidden;
	margin: 0 -2.5rem;
	width: 192rem;
}

.topFirstContact {
	padding: 16rem 0 18rem;
	background: #000;
}
.topFirstContact .head {
	margin-bottom: 10rem;
	text-align: center;
	color: #fff;
	font-size: 6rem;
	font-weight: 700;
}
.topFirstContact ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 8rem;
}
.topFirstContact li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 8.5rem 0 6.2rem;
	background: no-repeat center 7rem #ffffff;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	text-align: center;
}
.topFirstContact li.icon_contact01 {
	background-image: url(../img/top/icon_contact01.svg);
	background-size: 32.5rem;
}
.topFirstContact li.icon_contact02 {
	background-image: url(../img/top/icon_contact02.svg);
	background-size: 19.8rem;
}
.topFirstContact li .tit {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 15.8rem;
	line-height: 1.22;
	font-size: 5rem;
	font-weight: 800;
}
.topFirstContact li .tit .note {
	display: block;
	margin-top: 0.5rem;
	font-size: 2.6rem;
	font-weight: 600;
}
.topFirstContact li .txt {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.06em;
	font-size: 2rem;
	font-weight: 600;
}
.topFirstContact li .detail a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 3.5rem;
	height: 6.4rem;
	background: #000;
	border: 1px solid #000;
	border-radius: 5rem;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 600;
}

.topSupport {
	padding: 18rem 0;
	background: url(../img/top/bg_support_.jpg)no-repeat center;
	background-size: cover;
	color: #fff;
}
.topSupport .title {
	text-align: center;
}
.topSupport .title .support {
	margin-bottom: 3.6rem;
	font-style: italic;
	font-size: 3.6rem;
	font-weight: 600;
}
.topSupport .title .support span {
	display: inline-block;
	position: relative;
	padding: 0.2rem 3rem 0.6rem;
	background: #fff;
	border-radius: 5rem;
	color: #000;
}
.topSupport .title .support span:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	border-top: 2.4rem solid #fff;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
}
.topSupport .title h2 {
	margin-bottom: 6.5rem;
	line-height: 1.2;
	font-size: 4.6rem;
	font-weight: 800;
}
.topSupport .title .big {
	font-size: 8rem;
}
.topSupport .sub {
	text-align: center;
	line-height: 2;
	font-size: 2.8rem;
	font-weight: 600;
}

.topNews {
	padding: 16.5rem 0 18rem;
	background: #e6e6e6;
}
.newsList {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 3.4rem;
}
.newsList li {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #000;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}
.newsList .coming {
	font-size: 2.8rem;
	font-weight: 600;
}
.topNews .btnLink .btn {
	max-width: 43.8rem;
	font-size: 3.3rem;
}

/*** hover ***/
@media screen and (min-width: 768px) {
	.topFirstContact li .detail a:hover {
		background: #fff;
		color: #000;
	}
	
	.topFirstContact .btnLink .btn:hover {
		border: 1px solid #fff;
	}
}
/*** sp ***/
@media screen and (max-width: 767px) {
	.topAbout {
	    padding: 8rem 0;
	}
	.topAbout .title {
	    margin-bottom: 6rem;
	}
	.topAbout .sub {
	    font-size: 2rem;
	}
	.topAbout .end {
	    margin-top: 8rem;
	}
	.topAbout .btnLink {
	    margin-top: 4rem;
	}
	.topAbout .btnLink .btn {
	    height: 6rem;
	    font-size: 2.4rem;
	}
	.topAbout .head {
	    gap: 0 2rem;
	    margin-bottom: 4rem;
	    font-size: 2.4rem;
	}
	.topAbout .head .num {
	    font-size: 4.2rem;
	}
	.topAbout .head .big {
	    font-size: 3.2rem;
	}
	.topAbout .head:before, 
	.topAbout .head:after {
	    height: 10rem;
	}
	
	.aboutSwiper li {
	    margin: 0 -1.5rem;
	    width: 75rem;
	}
	
	.topFirstContact {
		padding: 8rem 0;
	}
	.topFirstContact .head {
	    margin-bottom: 5rem;
	    font-size: 3.2rem;
	}
	.topFirstContact ul {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 2rem 0;
	}
	.topFirstContact li {
		aspect-ratio: 1 / 1;
	}
	
	.topFirstContact li {
		justify-content: center;
		gap: 1.5rem 0;
	    padding: 2rem 0;
	    background-position: center 4rem;
	}
	.topFirstContact li.icon_contact01 {
		background-position: center 4rem;
	    background-size: 16rem;
	}
	.topFirstContact li.icon_contact02 {
		background-position: center 6rem;
	    background-size: 10rem;
	}
	.topFirstContact li .tit {
	    min-height: 9rem;
	    font-size: 2.6rem;
	}
	.topFirstContact li .tit .note {
	    font-size: 1.8rem;
	}
	.topFirstContact li .txt {
	    font-size: 1.6rem;
	}
	.topFirstContact li .detail a {
	    padding: 0 3.5rem;
	    height: 4.8rem;
	    font-size: 1.6rem;
	}
	
	.topSupport {
	    padding: 8rem 0;
	}
	.topSupport .title .support {
	    margin-bottom: 2rem;
	    font-size: 2rem;
	}
	.topSupport .title .support span {
	    padding: 0.5rem 3rem 0.7rem;
	}
	.topSupport .title h2 {
	    margin-bottom: 3.2rem;
		line-height: 1.5;
	    font-size: 3rem;
	}
	.topSupport .title .big {
	    font-size: 4.8rem;
	}
	.topSupport .sub {
	    line-height: 2;
	    font-size: 2rem;
	}
	
	.topNews {
		padding: 6rem 0;
	}
	.newsList {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 0 2rem;
	}
	.newsList li {
		width: calc(50% - 1rem);
	}
	.newsList .coming {
	    font-size: 2rem;
	}
	.topNews .btnLink .btn {
	    font-size: 2rem;
	}
	
}

.companyGreetings .greetBg {
	padding: 15.5rem 0 16.5rem;
	background: url(../img/common/bg_logo.png)no-repeat center #000;
	background-size: 115.8rem;
	color: #fff;
}
.companyGreetings .greetBg .inner {
	max-width: 92rem;
}
.companyGreetings .greetBg .hdL {
	margin-bottom: 6rem;
	text-align: left;
	font-weight: 500;
	font-size: 5.7rem;
}
.companyGreetings .greetBg .txt {
	line-height: 2.38;
	font-size: 2.1rem;
}
.companyGreetings .greetBg .end {
	margin-top: 5rem;
}

.fadeInTxt.animated p {
	animation: fadeInTxt 1s ease-in-out forwards;
}
.fadeInTxt p {
	opacity: 0;
}
.fadeInTxt p:nth-child(2) {
	animation-delay: 0.1s;
}
.fadeInTxt p:nth-child(3) {
	animation-delay: 0.2s;
}
.fadeInTxt p:nth-child(4) {
	animation-delay: 0.3s;
}
.fadeInTxt p:nth-child(5) {
	animation-delay: 0.4s;
}
.fadeInTxt p:nth-child(6) {
	animation-delay: 0.5s;
}
.fadeInTxt p:nth-child(7) {
	animation-delay: 0.6s;
}
.fadeInTxt p:nth-child(8) {
	animation-delay: 0.7s;
}
.fadeInTxt p:nth-child(9) {
	animation-delay: 0.8s;
}
.fadeInTxt p:nth-child(10) {
	animation-delay: 0.9s;
}
.fadeInTxt p:nth-child(11) {
	animation-delay: 1s;
}
.fadeInTxt p:nth-child(12) {
	animation-delay: 1.1s;
}
.fadeInTxt p:nth-child(13) {
	animation-delay: 1.2s;
}
.fadeInTxt p:nth-child(14) {
	animation-delay: 1.3s;
}
.fadeInTxt p:nth-child(15) {
	animation-delay: 1.4s;
}
.fadeInTxt p:nth-child(16) {
	animation-delay: 1.5s;
}
.fadeInTxt p:nth-child(17) {
	animation-delay: 1.6s;
}
.fadeInTxt p:nth-child(18) {
	animation-delay: 1.7s;
}
.fadeInTxt p:nth-child(19) {
	animation-delay: 1.8s;
}
.fadeInTxt p:nth-child(20) {
	animation-delay: 1.9s;
}
@keyframes fadeInTxt {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.companyProfile {
	padding: 13rem 0 0;
}
.companyProfile table {
	width: 100%;
	font-size: 2.2rem;
}
.companyProfile th {
	vertical-align: top;
	padding: 2.5rem 1rem;
	width: 20rem;
	background: #000;
	border: 1px solid;
	letter-spacing: 0.03em;
	text-align: center;
	color: #fff;
	font-weight: 400;
}
.companyProfile td {
	vertical-align: top;
	padding: 2.5rem 2.8rem;
	border: 1px solid;
	letter-spacing: 0.065em;
	font-weight: 500;
}

/*** sp ***/
@media screen and (max-width: 767px) {
	.companyGreetings .greetBg {
	    padding: 8rem 0;
	    background-size: 90%;
	}
	.companyGreetings .greetBg .hdL {
	    margin-bottom: 3rem;
	    font-size: 2.4rem;
	}
	.companyGreetings .greetBg .txt {
	    line-height: 2;
	    font-size: 1.6rem;
	}
	.companyProfile {
	    padding: 8rem 0 0;
	}
	.companyProfile table {
		font-size: 1.6rem;
	}
	.companyProfile th {
	    vertical-align: top;
	    padding: 1.6rem 1rem;
	    width: 12rem;
	}
	.companyProfile td {
	    padding: 1.6rem;
	}
	
}

.contactForm .points {
	margin-bottom: 6rem;
}
.contactForm .points li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2;
	font-size: 2.2rem;
}
.contactForm .box {
	padding: 7.5rem 10rem 15rem;
	background: #e5e5e5;
	font-size: 2.2rem;
}
.contactForm .form > li + li {
	margin-top: 4.5rem;
}
.contactForm .form .must {
	margin-left: 2rem;
	color: #e93323;
	font-weight: 400;
}
.contactForm .form .th {
	margin-bottom: 1.2rem;
	font-weight: 600;
	font-size: 2rem;
}
.contactForm .form .td {
	font-size: 2.4rem;
}
.contactForm input[type=text],
.contactForm input[type=tel],
.contactForm input[type=email],
.contactForm select,
.contactForm textarea {
	padding: 0 2rem;
	width: 100%;
	height: 7rem;
	background-color: #fff;
	border: 1px solid #000;
}
.contactForm select {
	padding-right: 4rem;
	background: url(../img/common/icon_select.svg)no-repeat right 2rem center #fff;
	background-size: 2.2rem;
	font-size: 1em;
}
.contactForm textarea {
	resize: none;
	padding: 1rem 2rem;
	height: 33rem;
}
.contactForm ::placeholder { 
	color: #e5e5e5;
}
.contactForm ::-webkit-input-placeholder { 
	color: #e5e5e5;
}
.contactForm ::-moz-placeholder { 
	color: #e5e5e5;
}
.contactForm ::-ms-input-placeholder { 
	color: #e5e5e5;
}
.contactForm .col2 {
	display: flex;
	gap: 0 2rem;
}
.contactForm .col2 li {
	width: 100%;
}
.contactForm .btnLink {
	margin-top: 8rem;
}
.contactForm .btnLink .tit {
	margin-bottom: 9rem;
}
.contactForm .btnLink .edit {
	background: #eee;
}
.contactForm .wpcf7-spinner {
	display: block;
	margin: 0 auto;
}
.contactForm .note {
	margin-top: 1.8rem;
	line-height: 1.58;
	font-size: 1.9rem;
}

.contactPrivacy {
	margin-top: 15rem;
}
.contactPrivacy li {
	margin-bottom: 1.8rem;
	line-height: 1.8;
	font-size: 2.5rem;
}
.contactPrivacy p + p {
	margin-top: 1.6rem;
}


/*** sp ***/
@media screen and (max-width: 767px) {
	.contactForm .box {
	    padding: 1.6rem;
	    font-size: 1.8rem;
	}
	.contactForm .points {
	    margin-bottom: 3rem;
	}
	.contactForm .points li {
	    line-height: 1.6;
	    font-size: 1.6rem;
	}
	.contactForm .form > li + li {
	    margin-top: 2.5rem;
	}
	.contactForm .form .th {
	    margin-bottom: 0.8rem;
	    font-size: 1.6rem;
	}
	.contactForm .form .must {
	    margin-left: 1rem;
	    font-size: 1.2rem;
	}
	.contactForm .form .td {
	    font-size: 1.6rem;
	}
	
	.contactForm input[type=text], 
	.contactForm input[type=tel], 
	.contactForm input[type=email], 
	.contactForm select, 
	.contactForm textarea {
	    padding: 0 1.6rem;
	    height: 4.8rem;
	}
	.contactForm select {
		padding-right: 3rem;
		background-position: right 1.2rem center;
		background-size: 1.6rem;
	}
	.contactForm textarea {
		padding: 1rem 1.6rem;
		height: 18rem;
	}
	.contactForm .col2 {
	    flex-direction: column;
	    gap: 1.2rem;
	}
	.contactForm .btnLink {
	    margin-top: 3rem;
	}
	.contactForm .btnLink .tit {
	    margin-bottom: 2.4rem;
	}
	.contactForm .note {
	    margin-top: 1.2rem;
	    font-size: 1.5rem;
	}
	
	.contactPrivacy {
	    margin-top: 8rem;
	}
	.contactPrivacy li {
	    margin-bottom: 1.2rem;
	    font-size: 1.8rem;
	}
	.contactPrivacy p + p {
	    margin-top: 0.8rem;
	}
	
}


/*スライドー*/
#mainVisual {
	position: relative;
	overflow: hidden;
}

.slides {
	display: flex;
	transition: transform 0.6s ease-in-out;
}

.kv {
	min-width: 100%;
}

.kv img {
	width: 100%;
	display: block;
}

/* arrows */
.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: rgba(255,255,255,0.6);
	cursor: pointer;
	padding: 8px 12px;
	transition: 0.3s;
	user-select: none;
}

.arrow:hover {
	color: rgba(255,255,255,0.9);
}

.prev {
	left: 15px;
}

.next {
	right: 15px;
}

/* dots */
.dots {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	cursor: pointer;
	transition: 0.3s;
}

.dot.active {
	background: rgba(255,255,255,0.9);
}
@media screen and (max-width: 767px) {
	.prev {
	left: 0px;
}

.next {
	right: 0px;
}
	.dots{
		display: none;
	}
}
