@charset "UTF-8";

/******************
スライド画像[共通]
******************/
.topMain{
	width:100%;
	margin:78px auto 0 auto;
	position:relative;
	height:calc(100vh - 78px);
	overflow:hidden;
}
.topMainVisial{
    height: 100%;
}
.pc-img{
	display:block;
}
.sp-img{
	display:none;
}

.topMain #swiperWrap{
	height:100svh;
}

#swiperWrap .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
}
#swiperWrap .swiper-fade .swiper-slide-active {
    pointer-events: auto;
}
#swiperWrap .swiper-slide[class*=-active] .slide img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#swiperWrap .slide {
    position: relative;
    overflow: hidden;
	height: 100svh;
}
#swiperWrap .slide img {
  	/*position: absolute;
  	top: 0;
 	left: 0;*/
  	width: 100%;
  	height: 100%;
  	-o-object-fit: cover;
  	object-fit: cover;
}
#swiperWrap .slide img {
    -webkit-transition: 7s 1s ease-out;
    transition: 7s 1s ease-out;
}
.mainTxt{
	position:absolute;
	right:18%;
	bottom:13%;
	width:40%;
	z-index:30;
}
.mtWrapper{
	text-align:right;
}
.mtWrapper .mt-txt {
    position: relative;
    display: inline-block;
    font-size: 4rem;
    font-weight: 500;
    padding: 10px 15px;
    letter-spacing: 3px;
    opacity: 0;
}
.mtWrapper .mtt2 {
    font-size: 3.4rem;
    letter-spacing: 2px;
    margin: 10px 0 0 0;
}
.mtWrapper .mt-txt::before {
    background: linear-gradient(to right, #fff 0%,#fff 50%,#fff 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
    opacity: 0;
}
.mtWrapper .mt-txt.show {
    opacity: 1;
    transition: opacity 0s linear 1s; 
}

.mtWrapper .mt-txt.show::before {
    opacity: 1;
    animation: bg 2.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 1s;
}
.mtWrapper .mt-txt span {
    color: #0f3391;
    display: inline-block;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity 0s linear 1s;
}
.mtWrapper .mt-txt.show span {
    opacity: 1;
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}


/*@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
.mtWrapper .mt-box {
	display: block;
	text-align: right;
}
.mtWrapper .mt-bar {
	position: relative;
	display: inline-block;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mtWrapper .mt-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: var(--themecolor);
}

.mtWrapper.move .mt-bar:before {
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
}
.mtWrapper.move .mt-txt {
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .5s 1 normal forwards;
}
.mtWrapper.move .mtb2:before {
    -webkit-animation: passing-bar 1s ease .2s 1 normal forwards;
    animation: passing-bar 1s ease .2s 1 normal forwards;
}
.mtWrapper.move .mtt2 {
    -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
    animation: passing-txt 0s ease .5s 1 normal forwards;
}*/
.topMainTenpoWrapperSp{
	display:none;
}
.topMainTenpoWrapper{
	position:absolute;
	right:0;
	bottom:7%;
	width:15%;
	z-index:10;
}
.topMainTenpo a{
	display:block;
	width:100%;
	background:#fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	transition:.3s;
}
.topMainTenpo a:hover{
	text-decoration:none;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.7);
	/*background:#dbe5fc;*/
	color:var(--basecolor);
}
.tmtUnder{
	padding:10px 5%;
	width:90%;
}
.tmtuTtl{
	font-weight:600;
	text-align:center;
	font-size:1.8rem;
	display:block;
}
.topMainTenpo a .tmtuTtl {
	text-decoration:none;
}
.topMainTenpo a .tmtPic img{
	opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
}
.tmtuTxt{
	text-align:center;
	display:block;
	margin:0 auto;
	font-size:1.5rem;
	position:relative;
}
.tmtuTxt::before{
	position: absolute;
  	content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background-color: red;
    background: url('./images/top/topmain-tenpo-arrow.svg') no-repeat left top;
    background-size: 15px 10px;
	right: 15px;
  	top: 40%;
	transition:.3s;
}
.topMainTenpo a:hover .tmtuTxt::before{
	right: 10px;
}
@media screen and (max-width: 1500px) {
/*.topMain .swiper-wrapper{
	height:90vh!important;
}*/
.mtWrapper .mt-txt {
    font-size: 3.5rem;
}
.mtWrapper .mtt2 {
    font-size: 3rem;
}
.tmtuTxt::before {
    right: 6px;
}
.topMainTenpo a:hover .tmtuTxt::before{
	right: 2px;
}
}
@media screen and (max-width: 1400px) {
.mainTxt {
    right: 22%;
    bottom: 10%;
    width: 45%;
}
.topMainTenpoWrapper {
    bottom: 6%;
    width: 18%;
}

}
@media screen and (max-width: 1200px) {
.mainTxt {
    right: 25%;
	width: 50%;
}
.mtWrapper .mt-txt {
    font-size: 3.1rem;
}
.mtWrapper .mtt2 {
    font-size: 2.6rem;
}
.topMainTenpoWrapper {
    width: 20%;
}
}
@media screen and (max-width: 1100px) {
.topMain {
    height: auto;
}
.topMain #swiperWrap {
    height: auto;
}
.topMainVisial {
    height: auto;
}
#swiperWrap .slide {
    height: 100%;
}
}
@media screen and (max-width: 1000px) {
.topMain{
	margin:68px auto 0 auto;
}
.topMainVisial{
    height: auto;
}
.mainTxt{
	z-index:10;
    right: 35%;
    width: 64%;
    bottom: 7%;
}
.topMainTenpoWrapper{
	z-index:10;
	width: 25%;
	bottom:4%;
}
}
@media screen and (max-width: 850px) {
.topMainTenpoWrapper{
	width: 30%;
}
}
@media screen and (max-width: 770px) {
.topMain{
	margin:70px 0 0 0;
	height: calc(100vh - 70px);
}
.topMainVisial{
    aspect-ratio: 0;
	height:100%;
}
.topMain #swiperWrap {
    height: 100%;
}
.pc-img{
	display:none;
}
.sp-img{
	display:block;
}
.mainTxt {
   z-index: 10;
   right: 5%;
   width: 90%;
   bottom: 25%;
}
/*.topMain .swiper-wrapper{
	height:calc(100vh - 70px);
}*/
#swiperWrap .slide {
  	height: 100%;
}
/*#swiperWrap .slide img {
    height: 70vh;
}
.mainTxt {
   z-index: 10;
   right: 5%;
   width: 90%;
   bottom: 15%;
}*/
.topMainTenpoWrapper {
	width: 100%;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
}
.topMainTenpo a {
    display: flex;
	justify-content:space-between;
	align-items:center;
}
.tmtPic{
	width:35%;
}
.tmtUnder {
    width: 55%;
}
}
@media screen and (max-width: 640px) {
.topMain {
    height: auto;
}
/*#swiperWrap .slide {
        height: 80svh;
}
.topMainTenpoWrapper {
	bottom:20px;
}*/
.mtWrapper .mt-txt {
    font-size: 2.5rem;
}
.mtWrapper .mtt2 {
    font-size: 2rem;
}
.mainTxt {
   bottom: 15%;
}
.topMainTenpoWrapperSp{
	display:block;
}
.topMainTenpoWrapper{
	display:none;
}
}
@media screen and (max-width: 480px) {
.mtWrapper .mt-txt {
    font-size: 2.3rem;
	letter-spacing: 2px;
}
.mtWrapper .mtt2 {
    font-size: 1.85rem;
	letter-spacing: 1px;
}
.tmtPic{
	width:40%;
}
.tmtUnder {
    width: 60%;
}
}
@media screen and (max-width: 440px) {
.mainTxt {
   bottom: 7%;
}
}
@media screen and (max-width: 400px) {
.mtWrapper .mt-txt {
    font-size: 1.8rem;
	letter-spacing: 1px;
	padding:8px 10px;
}
.mtWrapper .mtt2 {
    font-size: 1.6rem;
	letter-spacing: 0;
	padding:8px 10px;
}
.tmtPic{
	width:54%;
}
.tmtUnder {
    width: 47%;
}
.tmtuTtl {
    font-size: 1.7rem;
}
.tmtuTxt{
	font-size: 1.3rem;
}
.tmtuTxt::before {
    right: 0;
}
}
@media screen and (max-width:350px) {
.tmtuTxt::before {
     display:none;
}
.mainTxt {
   bottom: 4%;
}
}
@media screen and (max-width:300px) {
.tmtuTxt{
	font-size: 1.25rem;
}
}

/*　トップコンテンツ　*/
.topUpTtl{
	font-family: "Hina Mincho", "Cormorant", "M PLUS 1", 'Noto Sans JP', 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Osaka' ,'Yu Gothic','Arial', sans-serif , serif;
	color:var(--themecolor);
	font-size:5.4rem;
	letter-spacing:1rem;
	line-height:7rem;
	margin:0 auto 40px auto;
	text-align:center;
}
.topUpTxt{
	text-align:center;
	letter-spacing:0.3rem;
}
.topServiceWrapper{
	width:100%;
	margin:0 auto;
	position:relative;
}
.topServiceWrapper::before{
	width:100%;
	content:'';
	position:absolute;
	background: #f7fafb;
	top:0;
	left:0;
	right:0;
	height:calc(100% - 20%);
	z-index:-5;
}
.topService{
	width:90%;
	max-width:1300px;
	margin:0 auto;
	overflow:hidden;
	padding:90px 0 0 0;
	position:relative;
	z-index:10;
}
.topAboutUp{
	padding:70px 0 0 0;
}
.topMidashi{
	display:block;
	font-size: 3rem;
  	letter-spacing: 0.4rem;
  	line-height: 4rem;
  	font-weight: 500;
	text-align:center;
	position:relative;
}
.topMidashi br{
	display:none;
}
.topFirstMidashi{
	display:flex;
	justify-content:center;
	align-items:center;
}
.topFirstMidashi img{
	padding:0 20px 0 0;
}
.topSecondMidashi{
	display:block;
	font-family:var(--enLg);
	font-size:2rem;
	letter-spacing:0.5rem;
	position:relative;
	text-align:center;
}
.topServiceUnderWrapper{
	width:100%;
	margin:0 auto;
	padding:60px 0 90px 0;
}
.topServiceUnder{
	display:flex;
	justify-content:space-between;
}
.topServiceL{
	width:31%;
	margin:0 6% 0 13%;
}
.topServiceR{
	width:45%;
}
.topServiceR img{
	width:100%;
	max-width:100%;
	margin:0 auto;
	height:auto;
}
.topServiceMore{
	width:100%;
	margin:50px auto 0 auto;
	overflow:hidden;
}
.topServiceMore a{
	display:block;
	width:100%;
	background:var(--themecolor);
	text-align:center;
	color:#fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	transition:.3s;
	padding:10px 5%;
	box-sizing:border-box;
	position:relative;
}
.topServiceMore a{
	display:block;
	width:100%;
	background:var(--themecolor);
	text-align:center;
	color:#fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	transition:.3s;
	padding:10px 5%;
	box-sizing:border-box;
	position:relative;
}
.topServiceMore a::before{
	content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}
.topServiceMore a:hover{
	background:var(--hovercolor);
	text-decoration:none;
}
.topTenpoWrapper{
	width:100%;
	margin:0 auto;
}
.topTenpo{
	width:90%;
	max-width:1300px;
	margin:60px auto 90px auto;
}
.topTenpoList{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
  	justify-content: center;
	gap: 60px;
}
.topTenpoOne{
	width: calc((100% - 120px) / 3);
}
.topTenpoOne a{
	display:block;
	box-shadow: 0px 5px 10px 0px rgba(15, 51, 145, 0.35);
	-moz-box-shadow: 0px 5px 10px 0px rgba(15, 51, 145, 0.35);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(15, 51, 145, 0.35);
	background:#fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.topTenpoOne a .topTenpoImages{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	transition:.3s;
}
.topTenpoOne a .topTenpoImages img{
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	object-fit:cover;
	width:100%;
	height:100%;
	object-position: center center;
}
.topTenpoUnder{
	padding:2% 4%;
	width:92%;
}
.topTenpoName{
	color:var(--themecolor);
	font-size:1.8rem;
	font-weight:500;
	margin:0 auto 10px auto;
}
.topTenpoName span{
	color:var(--basecolor);
	font-size:1.5rem;
}
.topTenpoMore{
	text-align:right;
	font-size:1.4rem;
}
.topTenpoMoreArrow{
	padding:0 0 0 10px;
	display: inline-block;
}
.topTenpoMoreArrow span{
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #ea6fa6;
}
.topTenpoMoreArrow span:nth-child(2){
	border-left: 7px solid #fac205;
	margin:0 3px;
}
.topTenpoMoreArrow span:nth-child(3){
	border-left: 7px solid #0a2e83;
}
.topTenpoOne a:hover{
	box-shadow: 0px 5px 15px 0px rgba(15, 51, 145, 0.5);
	-moz-box-shadow: 0px 5px 15px 0px rgba(15, 51, 145, 0.5);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(15, 51, 145, 0.5);
	transition:.3s;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	text-decoration:none;
}
.topTenpoOne a:hover .topTenpoImages img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
  	transition:.3s all;
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
}
.toMore{
	width:100%;
	max-width:450px;
	margin:80px auto 0 auto;
}
.toMore a{
	display:block;
	width:100%;
	background:var(--themecolor);
	text-align:center;
	color:#fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	transition:.3s;
	padding:10px 5%;
	box-sizing:border-box;
	position:relative;
}
.toMore a{
	display:block;
	width:100%;
	background:var(--themecolor);
	text-align:center;
	color:#fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	transition:.3s;
	padding:10px 5%;
	box-sizing:border-box;
	position:relative;
}
.toMore a::before{
	content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}
.toMore a:hover{
	background:var(--hovercolor);
	text-decoration:none;
}
.topAbout{
	width:90%;
	max-width:1100px;
	margin:50px auto 0 auto;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	position:relative;
	z-index:20;
}
.topAboutOne{
	width:50%;
}
.topAboutOne a{
	display:block;
	background:#008cc6;
	padding:60px 5%;
	width:100%;
	box-sizing:border-box;
	color:#fff;
	transition:.3s;
}
.topAboutOne:nth-child(2) a{
	background:#27b2d5;
}
.topAboutOneNaka{
	display:flex;
	justify-content:center;
	align-items:center;
	width:55%;
	margin:0 auto;
}
.topAboutIlla{
	width:85px;
}
.topAboutTtl{
	width:calc(100% - 115px);
	margin:0 0 0 30px;
	text-align:center;
	font-size:2rem;
	letter-spacing:0.8rem;
}
.topAboutOne a:hover{
	text-decoration:none;
	background:#014e66;
}
.topAboutOne:nth-child(2) a:hover{
	background:#1b788e;
}
.topAboutOne a:hover .topAboutIlla img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
  	transition:.3s all;
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
}
.topInfoWrap{
	width:100%;
	padding:0 0 90px 0;
}
.topInfoNaka{
	position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1300px;
    margin: 60px auto 0 auto;
}
.topInfoBox {
    overflow: hidden;
}
.topInfoBox .swiper {
    overflow: visible;
}
.topInfoBox .swiper .slide img{
    object-fit:cover;
	width:100%;
	height:300px;
}
.topInfoBox .swiper-button-prev, .topInfoBox .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
.topInfoBox .swiper-button-prev::before, .topInfoBox .swiper-button-next::before {
    background-color: var(--themecolor);
}
.topInfoBox .swiper-button-prev::after, .topInfoBox .swiper-button-next::after {
    border-color: #fff;
}
.topInfoBox .swiper-button-prev {
    right:100%;
	left:unset!important;
}
.topInfoBox .swiper-button-next {
	left:100%;
	right:unset!important;
}
.topInfoBox .slide {
    overflow: hidden;
}
.topInfoBox .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3;
}
.topInfoBox .swiper-button-prev, .topInfoBox .swiper-button-next {
    display: grid;
    place-content: center;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.topInfoBox .swiper-button-prev::before, .topInfoBox .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}
.topInfoBox .swiper-button-prev::after, .topInfoBox .swiper-button-next::after {
    width: 8px;
    height: 8px;
    content: "";
    border: solid #fff;
    border-width: 2px 2px 0 0;
}
.topInfoBox .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.topInfoBox .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.topInfoBox .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
}
.topInfoBox .infoDate{
	display:block;
	font-size:1.35rem;
	font-weight:500;
	padding:10px 0 0 0;
}
.topInfoBox .infoTitle{
	display:block;
	font-size:1.7rem;
}
.topInfoMore{
	width:100%;
	max-width:450px;
	margin:80px auto 0 auto;
}
.topInfoMore a{
	display:block;
	width:100%;
	background:var(--themecolor);
	text-align:center;
	color:#fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	transition:.3s;
	padding:10px 5%;
	box-sizing:border-box;
	position:relative;
}
.topInfoMore a{
	display:block;
	width:100%;
	background:var(--themecolor);
	text-align:center;
	color:#fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	transition:.3s;
	padding:10px 5%;
	box-sizing:border-box;
	position:relative;
}
.topInfoMore a::before{
	content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}
.topInfoMore a:hover{
	background:var(--hovercolor);
	text-decoration:none;
}
.topInsta{
	width:100%;
	max-width:1100px;
	margin:60px auto;
	overflow:hidden;
}
.otherSnsMidashi{
	color:var(--themecolor);
	font-size:2.2rem;
	font-weight:500;
	margin:0 auto 30px auto;
	text-align:center;
}
.sns{
	width:100%;
	max-width:900px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:30;
	display:flex;
	justify-content:space-between;
}
.snsOne{
	width:30%;
	margin:10px 0;
}
.snsOne a{
	display:block;
	border:1px solid #0866ff;
	background:#fff;
	box-sizing:border-box;
	width:100%;
	padding:12px 5%;
	transition:.3s;
}
.snsOne:nth-child(2) a {
	border:1px solid #000;
}
.snsOne:last-child a {
	border:1px solid #ea8313;
}
.snsOne a img{
	margin:0 auto;
	width:60%;
	display:block;
}
.snsOne a:hover{
	transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
}
.snsOne a:hover img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
  	transition:.3s all;
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
}
@media screen and (max-width: 1500px) {
.topUpTtl{
	font-size:5rem;
	line-height:6.8rem;
}
.topServiceUnderWrapper {
    padding: 60px 0 40px 0;
}
.topService {
    padding: 70px 0 0 0;
}
.topServiceL {
    width: 37%;
    margin: 0 5% 0 8%;
}
}
@media screen and (max-width: 1400px) {
.topUpTtl{
	font-size:4.6rem;
	line-height:6.4rem;
}
.topServiceUnderWrapper {
    padding: 60px 0 20px 0;
}
.topService {
    max-width:90%;
    padding: 60px 0 0 0;
}
.topServiceL {
    width: 41%;
    margin: 0 7%;
}
.topInfoNaka {
    max-width: 1100px;
    margin: 50px auto 0 auto;
}
.topTenpo {
    max-width: 90%;
}
.topSerIn{
	padding: 0!important;
}
.topInfoWrap{
	width:100%;
	padding:0 0 70px 0;
}
}
@media screen and (max-width: 1200px) {
.topInfoNaka {
    max-width: 80%;
}
.topInfoBox .swiper .slide img{
	height:200px;
}
}
@media screen and (max-width: 1100px) {
.topTenpoName {
    font-size: 1.65rem;
}
.topTenpoName span {
    font-size: 1.4rem;
}
.topAboutOneNaka {
    width: 75%;
}
}
@media screen and (max-width: 1000px) {
.topUpTtl {
    font-size: 3.6rem;
    line-height: 5.2rem;
	margin:0 auto 30px auto;
}
.topService {
    padding: 50px 0 0 0;
}
.topServiceWrapper::before {
    height: calc(100% - 35%);
}
.topServiceUnderWrapper {
    padding: 40px 0 20px 0;
}
.topTenpoUnder {
    padding: 4% 7%;
    width: 86%;
}
.topTenpo {
    margin: 50px auto 70px auto;
}
.topTenpoName {
    line-height: 2.4rem;
}
.topTenpoName span {
    display:block;
}
.topInsta {
    margin: 50px auto;
}
.topInfoBox .swiper .slide img{
	height:280px;
}
}
@media screen and (max-width: 770px) {
.topUpTtl {
    font-size: 2.8rem;
    line-height: 4.2rem;
}
.topMidashi {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
}
.topSecondMidashi {
    font-size: 1.8rem;
    font-weight: 500;
}
.topServiceWrapper::before {
    height: 100%;
}
.topServiceUnder {
    display: block;
}
.topServiceUnderWrapper {
    padding: 40px 0 0 0;
}
.topServiceL {
    width: 86%;
    margin: 0 auto 60px auto;
}
.topServiceR {
    width: 100%;
	margin: 0 auto;
}
.topServiceMore {
    margin: 30px auto 0 auto;
}
.topTenpo {
        margin: 30px auto 60px auto;
}
.topTenpoList {
    gap: 40px;
}
.topTenpoOne {
    width: calc((100% - 80px) / 2);
}
.toMore {
    margin: 50px auto 0 auto;
}
.topAbout {
    margin: 30px auto 0 auto;
}
.topAboutTtl {
    width: calc(100% - 105px);
    margin: 0 0 0 20px;
    font-size: 1.85rem;
    letter-spacing: 0.3rem;
}
.topInfoNaka {
   max-width: 84%;
   margin: 30px auto 0 auto;
}
.topInfoMore {
    width: 90%;
    margin: 50px auto 0 auto;
}
.otherSnsMidashi {
    font-size: 2rem;
    margin: 0 auto 15px auto;
}
.topInfoBox .swiper .slide img{
	height:200px;
}
}
@media screen and (max-width: 640px) {
.topUpTtl {
    font-size: 2.4rem;
    line-height: 3.7rem;
	letter-spacing: 0.7rem;
	margin: 0 auto 20px auto;
}
.topUpTxt {
    text-align: left;
    letter-spacing: 0.1rem;
}
.topUpTxt br{
    display:none;
}
.topAbout {
    display: block;
	width:85%;
}
.topAboutOne {
    width: 100%;
}
.topAboutOne a {
    padding: 40px 5%;
}
.topInsta {
    margin: 40px auto;
}
.sns{
	flex-wrap:wrap;
	align-items: center;
    justify-content: space-around;
}
.snsOne{
	width:47%;
	margin: 15px 0 0 0;
}
.snsOne a img {
    width: auto;
}
}
@media screen and (max-width: 600px) {
.topInfoBox .swiper .slide img{
	height:330px;
}
}
@media screen and (max-width: 580px) {
.spBr{
	display:block;
}
.topTenpoList {
    gap: 30px;
}
.topTenpoOne {
    width: calc((100% - 60px) / 2);
}
.topSerIn{
	margin:-15px auto 0 auto;
}
}
@media screen and (max-width: 480px) {
.topMidashi {
     font-size: 2.3rem;
}
.topFirstMidashi img {
    padding: 0 10px 0 0;
}
.topInfoBox .swiper .slide img{
	height:280px;
}
}
@media screen and (max-width: 400px) {
.topMidashi {
     font-size: 2.1rem;
     line-height: 1.5;
}
.topMidashi br{
	display:block;
}
.topTenpoList {
    gap: 20px;
}
.topTenpoOne {
    width: calc(100% - 40px);
}
.topInfoBox .swiper .slide img{
	height:240px;
}
}
@media screen and (max-width: 380px) {
.topUpTtl {
    font-size: 2.2rem;
    line-height: 3.4rem;
	letter-spacing: 0.4rem;
}
}