@charset "utf-8";

html{
font-size: 100%;
overflow-y:scroll;
}


/* スマートフォン向けのスタイル：1px ～ 599px */
@media screen and (min-width: 1px) and (max-width: 899px) {
  .hea {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
  }
  .swiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .swiper-wrapper {
    width: 100%;
    height: 100vh;
  }
  .swiper-slide {
    width: 100%;
    height: 100vh;
  }
  .swiper-img {
    width: 100%;
    height: 100vh;
  }
  .swiper-slide-active .swiper-img, .swiper-slide-duplicate-active .swiper-img, .swiper-slide-prev .swiper-img {
    animation: zoomUp 8s linear 0s normal both;
  }
  .swiper-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .swiper-pagination-bullet {
    background-color: white !important;
    border-radius: 0 !important;
    width: 15px !important;
    height: 2px !important;
    margin-top: -25px !important;
  }
  .sw_tx {
    position: absolute;
    z-index: 100000000000000;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
  }
  .sw_tx div {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 250px 0 0;
  }
  header {
    display: flex;
    justify-content: space-between;
    padding: 30px;
  }

  .h-rt {
    display: none;
  }
		  .h-ul1 {
display: none;
}

	nav.globalMenuSp {
		position: fixed;
		z-index: 2000000;
		top: 0;
		left: 0;
		color: #000;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
		height: 100vh;
	}
	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
		transform: translateY(0%);
	}
	.nav1 {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(0, 0, 0, .8);
	}
	.nav1 ul li a {
		display: block;
		font-size: 130%;
		color: #fff;
		padding: 10px;
	}
	.navToggle {
		display: block;
		position: fixed; /* bodyに対しての絶対位置指定 */
		right: 30px;
		top: 30px;
		width: 60px;
		height: 60px;
		cursor: pointer;
		z-index: 3000000;
		text-align: center;
	}
	.navToggle span {
		display: block;
		position: absolute; /* .navToggleに対して */
		width: 40px;
		border-bottom: solid 1px #fff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 10px;
	}
	.navToggle span:nth-child(1) {
		top: 10px;
	}
	.navToggle span:nth-child(2) {
		top: 17px;
	}
	.navToggle span:nth-child(3) {
		top: 24px;
	}
	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		top: 17px;
		left: 10px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
		top: 17px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}


  .hea2 {
    position: absolute;
    bottom: 0;
    right: 30px;
  }
  .tsec_01 {
    padding: 175px 0 250px;
				background: #fff;
  }
  .tsec_01m {
    display: flex;
    justify-content: flex-end;
  }
  .tsec_01r {
		display: none;
    width: 50%;
    height: 350px;
  }
  .tsec_01l {
    width: 100%;
  }
  .tsec_01lm {
    width: 92%;
    margin: 0 auto;
    max-width: 1080px;
  }
  .th2 {
    font-size: 120%;
    padding-left: 48px;
    position: relative;
  }
  .th2::before {
    width: 40px;
    height: 1px;
    position: absolute;
    content: "";
    background: #333;
    bottom: 0;
    left: 0;
  }
  .th3 {
    font-size: 300%;
    letter-spacing: 2px;
				font-weight: 400!important;
    margin: 30px 0;
  }
  .tsec_01lm p {
    font-size: 130%;
    line-height: 37px;
    margin-bottom: 40px;
  }
  .btn_01 a {
    width: 220px;
    height: 50px;
    padding: 0 0 0 40px;
    overflow: hidden;
    position: relative;
    color: #000;
    font-size: 130%;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 25px;
    letter-spacing: 2px;
    border: 1px solid #000;
    background: url("../img/tsec_01/tsec_01y.png") 94% center no-repeat;
  }
  .btn_01 a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-102%);
    transition: transform .25s ease-in;
    background: url("../img/tsec_01/tsec_01yw.png") 94% center no-repeat #000;
  }
  .btn_01 a:hover {}
  .btn_01 a:hover::before {
    transform: translateX(0)
  }
  .btn_01 a span {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    height: 50px;
  }
  .btn_01 a:hover span {
    animation: animButtonSpan .4s;
				color: #fff;
  }
				.tsec_02 {
		height: 500px;
		width: 100%;
}
				.tsec_02::after {
		height: 100%;
		width: 100%;
		position: fixed;
		content: "";
		z-index: -1;
		top: 0;
		left: 0;
    background-image: url("../img/tsec_02/yoko_img01.jpg") ;
				background-size: cover;
				background-position: center center;
}

  .tsec_03 {
    padding: 280px 0 200px;
								background: #fff;

  }
  .tsec_03m {
    width: 92%;
    margin: 0 auto;
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .th2td {
		    width: 92%;
    margin: 0 auto;
    max-width: 1080px;
  }
  .th2t {
    font-size: 120%;
    padding-left: 48px;
    position: relative;
				margin-bottom: 50px;
  }
  .th2t::before {
    width: 40px;
    height: 1px;
    position: absolute;
    content: "";
    background: #333;
    bottom: 0;
    left: 0;
  }
  .t3m {
    width: 100%;
    height: 430px;
    background: #e6e6e6;
    margin-bottom: 100px;
    position: relative;
       padding: 35px 10px 0 40px;
 }
		.new {
	position: absolute;
	right: 0;
	top: 0;
	}
  .t3m a {
    display: block;
    width: 100%;
    height: 100%;
}
  .t3m a h3 {
    font-size: 200%;
  }
  .t3m a p {
    font-size: 120%;
    line-height: 28px;
  }
  .t3mi {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }
  .t3mw {
    width: 100%;
    height: 430px;
    background: #e6e6e6;
    margin-bottom: 100px;
    position: relative;
  }
  .t3mw a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .t3mw a h3 {
    padding: 30px 10px 0 40px;
    font-size: 200%;
  }
  .t3mw a p {
    padding: 0 10px 0 40px;
    font-size: 120%;
    line-height: 28px;
  }
  .t3miw {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }
  .btn_02i {
    position: absolute;
    bottom: 25px;
    right: 25px;
  }
  .btn_02 {
    width: 125px;
    height: 28px;
    padding: 0 0 0 18px;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    color: #000;
    font-size: 95%;
    display: flex;
    align-items: center;
    border-radius: 14px;
    border: 1px solid #000;
    background: url("../img/tsec_01/tsec_01y.png") 94% center no-repeat;
  }
  .btn_02::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-102%);
    transition: transform .25s ease-in;
    background: url("../img/tsec_01/tsec_01yw.png") 94% center no-repeat #000;
  }
  .t3m a:hover .btn_02:hover {}
  .t3m a:hover .btn_02::before {
    transform: translateX(0)
  }
  .t3mw a:hover .btn_02:hover {}
  .t3mw a:hover .btn_02::before {
    transform: translateX(0)
  }
  .btn_02 span {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    height: 28px;
  }
  .t3m a:hover .btn_02 span {
    animation: animButtonSpan .4s;
								color: #fff;
  }
  .t3mw a:hover .btn_02 span {
    animation: animButtonSpan .4s;
								color: #fff;
  }
  .t3m img {
		max-width: 100%;
  }
  .t3mw img {
		max-width: 80%;
}
  .btn_03 {
    width: 220px;
    margin: 0 auto;
  }
  .tsec_04 {
    display: flex;
    align-items: center;
    height: 500px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
								background: #fff;

  }
  .tsec_04m {
    display: flex;
    animation: loop-slide 80s infinite linear 1s both;
  }
  .tsec_04m li {
    width: 400px;
    height: 500px;
    margin: 0 5px;
  }
  .tsec_04m li img {
    object-fit: cover;
    width: 100%;
    height: 500px;
    line-height: 0;
  }
		  .btn_04 a {
    width: 220px;
    height: 50px;
    padding: 0 0 0 28px;
    color: #fff;
    font-size: 115%;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #fff;
    background: url("../img/tsec_05/tsec_05y.png") 93% center no-repeat;
  }
				  .btn_04 a:hover {
opacity: .8;
}
.tsec_05 {
width: 100%;
padding-top: 200px;
				background: #fff;

}
.tsec_05l {
background: #15acc1;
}
.tsec_05r {
background: #e38d00;
}
.tsec_05l,.tsec_05r {
display: flex;
flex-direction: column;
align-items: center;
padding: 100px 0 100px 0;
width: 100%;
}
.tsec_05l h4 ,.tsec_05r h4 {
color: #fff;
font-size: 130%;
}
.tsec_05i {
padding: 35px 0;
}


footer {
background: #7d7d7d;
padding: 95px 50px;
}
footer h5 {
padding-bottom: 30px;
text-align: center;
}
footer div {
padding: 30px 0;
}
footer div ul {
display: none;
}
footer p {
color: #fff;
text-align: center;
font-weight: 500;
}


.abo_h {
position: relative;
width: 100%;
height: 100vh;
}
.abo_hbg {
width: 100%;
height: 100%;
}
.abo_hbg img {
object-position: center center;
object-fit: cover;
width: 100%;
height: 100%;
}
.abo_h h2 {
position: absolute;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
color: #fff;
font-size: 380%;
letter-spacing: 5px;
}
.abo_01 {
padding: 230px 0 300px;
}
.abo_01m {
width: 92%;
margin: 0 auto;
max-width: 1080px;
display: flex;
flex-direction: column;
align-items: center;
}
.abo_th3 {
padding: 110px 0 50px;
font-size: 200%;
font-weight: 400;
}
.abo_01m p {
    font-size: 130%;
    line-height: 37px;
				text-align: center;
}
.abo_01m p span {
}
.abo_02 {
background: #333333;
padding: 150px 0 200px;
}
.abo_02m {
width: 93%;
max-width: 1080px;
margin: 0 auto;
}
.abo_02l,.abo_02r {
width: 100%;
max-width: 440px;
color: #fff;
}
.abo_02l {
margin-bottom: 50px;
}
.abo_02l dl {
display: flex;
margin-bottom: 30px;
}
.abo_02l dl dd {
padding-left: 30px;
font-size: 120%;
line-height: 32px;
}
.abo_02l dl dd span {
display: block;
font-size: 120%;
}
.abo_02l p {
font-size: 120%;
line-height: 30px;
}
.tsec_05abo {
width: 100%;
background: #fff;
}
  .ah2 {
    font-size: 120%;
    padding-left: 48px;
    position: relative;
				color: #fff;
				margin-bottom: 70px;
  }
  .ah2::before {
    width: 40px;
    height: 1px;
    position: absolute;
    content: "";
    background: #fff;
    bottom: 0;
    left: 0;
  }
		.abo_02r div {
		border-top: 1px solid #fff;
		}
		.abo_02r div dl {
padding: 40px 0;
font-size: 120%;
		border-bottom: 1px solid #fff;
}
		.abo_02r div dl dt {
width: 100%;
margin-bottom: 20px;
}
		.abo_02r div dl dd {
width: 100%;
}
		.abo_02r div dl dd a {
color: #fff;
}
		.abo_02r div dl dd a:hover {
text-decoration: underline;
}



  .pr2 {
    font-size: 120%;
    padding-left: 48px;
    position: relative;
				margin-bottom: 30px;
  }
  .pr2::before {
    width: 40px;
    height: 1px;
    position: absolute;
    content: "";
    background: #333;
    bottom: 0;
    left: 0;
  }
.pro_01 {
width: 93%;
max-width: 1080px;
margin: 0 auto;
padding: 150px 0;
}
.pro_01l {
width: 100%;
  position: sticky;
  top: 0;
		margin-bottom: 50px;

		}
.pro_01l ul li {
padding-left: 15px;
margin-bottom: 15px;
position: relative;
}
.pro_01l ul li::before {
    width: 5px;
    height: 1px;
    position: absolute;
    content: "";
    background: #333;
    top: 50%;
				margin-top: -1px;
    left: 0;
}
.pro_01l ul li a {
font-size: 120%;
font-weight: bold;
}
.pro_01l ul li a:hover {
text-decoration: underline;
}
.pro_01r {
width: 100%;
}
.pror01 {
padding: 35px 40px;
background: #e6e6e6;
margin-bottom: 90px;
position: relative;
}
.pror01 h3 {
font-size: 240%;
}
.pro_img {
width: 100%;
height: 300px;
display: flex;
justify-content: center;
align-items: center;;
}
.pro_img img {
max-width: 100%;
}
.pro_div {
border-bottom: 1px solid #ccc;
display: flex;
justify-content: space-between;
padding-bottom: 50px;
}
.pro_div p.pro_py {
font-size: 120%;
}
.yt {
width: 125px;
height: 28px;
}
.yt a {
width: 125px;
height: 28px;
background:  url("../img/tsec_05/tsec_05y.png") 93% center no-repeat #ed1c24;
}

  .yt a {
    width: 125px;
    height: 28px;
    padding: 0 0 0 25px;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 95%;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 14px;
background:  url("../img/tsec_05/tsec_05y.png") 93% center no-repeat #ed1c24;
  }
  .yt a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-102%);
    transition: transform .25s ease-in;
background:  url("../img/tsec_05/tsec_05y.png") 93% center no-repeat #000;
  }
  .yt a:hover {}
  .yt a:hover::before {
    transform: translateX(0)
  }
  .yt a span {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    height: 28px;
								color: #fff;
  }
  .yt a:hover span {
    animation: animButtonSpan .4s;
				color: #fff;
  }
.pro_p {
font-size: 120%;
line-height: 32px;
padding-top: 30px;
}
.pro_btn summary::after {
  content: "Read more +";
  font-size: 110%;
  position: absolute;
		left: 0;
  top: 0;
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #0f2343;
}
.pro_btn[open] .pro_b::after {
  content: "Close −";
}
.pro_b {
width: 100%;
height: 40px;
border-radius: 20px;
background: #f5f5f5;
position: relative;
margin-top: 30px;
cursor: pointer;
}
.pro_btn {
display: flex;
flex-direction: column-reverse;
}
.pror01m {
padding-top: 50px;
}
.pror01m h4 {
color: #fff;
background: #646464;
font-size: 130%;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 50px;
}
.pdl1 {
width: 100%;
}
.pdl1 dt {
width: 100%;
}
.pdl1 dd {
width: 100%;
text-align: center;
}
.pdl3 {
padding-left: 20px;
margin-bottom: 20px;
position: relative;
font-weight: 400;
font-size: 150%;
}
.pdl3::before {
    width: 10px;
    height: 1px;
    position: absolute;
    content: "";
    background: #15acc1;
    top: 50%;
				margin-top: -1px;
    left: 0;
}
.pdl4 {
font-size: 120%;
line-height: 32px;
}
.pdl5 {
padding-top: 25px;
font-size: 120%;
line-height: 32px;
}
.pdl2 {
width: 100%;
margin: 30px 0;
text-align: center;
}

.pdl2 img {
max-width: 100%;
}

.pdl6 {
width: 100%;
border-bottom: 1px solid #ccc;
padding: 50px 0;
}
.pdl6 dt {
width: 100%;
}
.pdl6 dd {
width: 100%;
text-align: center;
}
.pdl7 {
width: 105px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
background: #e38d00;
padding: 3px 15px;
color: #fff;
margin-bottom: 30px;
}


.con_h {
position: relative;
width: 100%;
height: 450px;
}
.con_h h2 {
position: absolute;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
color: #fff;
font-size: 380%;
letter-spacing: 5px;
}

.con_m {
padding: 130px 0 250px;
width: 93%;
max-width: 820px;
margin: 0 auto;
}

.con_m h3 {
text-align: center;
font-size: 130%;
padding-bottom: 30px;
}

.con_m p {
text-align: center;
font-size: 130%;
line-height: 33px;
width: 95%;
margin: 0 auto;
}
.con_m p span.red {
color: red;
display: inline;
}
.cfm {
width: 100%;
margin: 0 auto;
padding: 100px 0 0;
}
.c1 {
margin-bottom: 45px;
}
	.c1 input {
		width: 100%;
		height: 70px;
		text-indent: 1em;
		background: #fff;
		border: 1px solid #000;
		border-radius: 10px;
	}
.c2 {
margin-bottom: 80px;
}
	.c2 textarea {
		width: 100%;
		height: 200px;
		padding: 10px;
		line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
		-webkit-text-size-adjust: 100%;
		letter-spacing: 1px;
		font-size: 95%;
		background: #fff;
		border: 1px solid #000;
		border-radius: 10px;
	}
	.cfm h4 {
	font-size: 125%;
	margin-bottom: 4px;
	
	}
.cfm h4 span.red {
color: red;
}

.c3 {
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 115%;
margin: 20px 0 100px;
}

	/* 元々のチェックボックス（非表示） */
	.c3 input[type="checkbox"] {
		display: none;
	}
	/* チェックボックスの代わりを成すラベル */
	.c3 input[type="checkbox"] + label {
		cursor: pointer;
		display: inline-block;
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 7px;
	}
	/* ラベルの左に表示させる正方形のボックス□ */
	.c3 input[type="checkbox"] + label::before {
		content: "";
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 20px;
		height: 20px;
		margin-top: -14px;
		left: 0;
		top: 50%;
		border: 1px solid;
		border-color: #ccc; /* 枠の色変更 お好きな色を */
		background-color: #fff; /* 背景の色変更 お好きな色を */
		border-radius: 3px;
	}
	/* チェックが入った時のレ点 */
	.c3 input[type="checkbox"]:checked + label::after {
		content: "";
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 18px;
		height: 9px;
		margin-top: -11px;
		top: 50%;
		left: 3px;
		transform: rotate(-45deg);
		border-bottom: 3px solid;
		border-left: 3px solid;
		border-color: #d73333; /* チェックの色変更 お好きな色を */
	}

.cfin	{
	background-color:#e6e6e6;
	height:300px;
	width: 100%;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	padding: 30px;
scrollbar-width: thin;
scrollbar-color: #000000 #e6e6e6;
}
.cfin	h5 {
font-size: 120%;
padding-bottom: 3px;
}
.cfin	h6 {
font-size: 115%;
padding-bottom: 2px;
}
.cfin	p {
font-size: 105%;
padding-bottom: 25px;
text-align: left;
}
.cfin ul	{
padding-bottom: 25px;
}
.cfin ul li	{
list-style-type: disc;
margin-left: 20px;
font-size: 105%;
}
.c4 {
width: 222px;
margin: 0 auto;
}
.c4 input[type="submit"] {
    border: 1px solid #000;
    width:222px;
    height:52px;
				border-radius: 26px;
    background: url("../img/tsec_01/tsec_01y.png") 94% center no-repeat;
				text-align: left;
				padding-left: 30px;
				font-weight: bold;
				font-size: 120%;
				  appearance: none;
  -webkit-appearance: none;
				color: #000;
}
.c4 input[type="submit"]:hover {
    cursor: pointer;
    opacity:0.5;
}
.pdl8 {
margin-top: 30px;
}
.abo_02l dl dd a {
overflow-wrap: anywhere;
}
.pc {
display: none;
}




}