@charset "UTF-8";
body {
  font-size: 1rem; /* 画面幅で可変 */
 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
	width: 100%;
}
html {
  font-size: clamp(12px, 3vw, 16px);
}




.rel {
	position: relative;
}
.ab {
	position: absolute;
	left: 0;
	top: 0;
}

main {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}

a.cta {
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
}


.fv a {
	top: auto;
	bottom:22%;
}

.cta div,.float div {
	position: relative;
}
.cta1 p {
    color: #fff;
	white-space: nowrap;
    font-size:clamp(20px, 6vw, 56px);
    font-weight: bold;
    position: absolute;
        padding-left: 7%;
    background: url(../images/tel_icon.png) no-repeat;
    background-position: left center;
    background-size: 40px;
top: 40%;
    left: 15%;
    width: 70%;
}
.cta1 p.mini {
    color: #fff;
    white-space: nowrap;
    font-size: clamp(20px, 6vw, 50px);
    font-weight: bold;
    position: absolute;
    padding-left: 7%;
    background: url(../images/tel_icon.png) no-repeat;
    background-position: left center;
    background-size: 40px;
    top: 45%;
    left: 15%;
    width: 60%;
}




.cta2 {
	top: auto;
	bottom: 18%;
}

.cta2 p {
    color: #fff;
	white-space: nowrap;
    font-size:clamp(20px, 6vw, 56px);
    font-weight: bold;
    position: absolute;
        padding-left: 7%;
    background: url(../images/tel_icon.png) no-repeat;
    background-position: left center;
    background-size: 40px;
top: 40%;
    left: 15%;
    width: 60%;
}
.cta2 p.mini {
    color: #fff;
    white-space: nowrap;
    font-size: clamp(20px, 6vw, 50px);
    font-weight: bold;
    position: absolute;
    padding-left: 7%;
    background: url(../images/tel_icon.png) no-repeat;
    background-position: left center;
    background-size: 40px;
    top: 45%;
    left: 15%;
    width: 60%;
}


footer {
	padding: 2% 0;
	background: white;
}
footer small {
	display: block;
	text-align: center;
	font-size: 18px;
}
footer ul {
	text-align: center;
	padding: 5% 0;
}
footer ul li {
	display: inline-block;
	padding: 0 4%;
	border-right: 1px solid;
}
footer ul li:last-of-type {
border: none;
}



/*==================================
float-btn
==================================*/
.float {
  position: fixed;
  bottom: 0;
  transition: 0.2s all;
  max-width: 750px;
  width: 100%;
  z-index: 1000;
}

.float-container {
position: relative;
    width: 90%;
	margin: 0 auto;
}

.float-btn {
  display: block;
}

.float-disable {
  opacity: 0;
  pointer-events: none;
}

.float p {
    color: #fff;
    white-space: nowrap;
    font-size: clamp(20px, 6vw, 50px);
    font-weight: bold;
    position: absolute;
    padding-left: 6%;
    background: url(../images/tel_icon.png) no-repeat;
    background-position: left center;
    background-size: 35px;
    top: 25%;
    left: 23%;
    width: 60%;
}
/*==================================
スライダー
==================================*/


.media article {
	width: 100%;
top:auto;
	bottom: 30%;
}
.media article.ab2 {
	position: absolute;
	width: 100%;
top:auto;
	bottom: 10%;
}



.media article li {
	margin: 0 10px;
}
.infinite2 {
  direction: rtl;
}

/*==================================
アコーディオン
==================================*/

.accordion{
	box-sizing:border-box;
	padding:7%;
	background: url("../images/pic12_bk.png") repeat-y;
	background-size: 100%;
	background-position: center top;
}
.trigger aside{
	width:100%;
	text-align:center;
	background-color:#fff;
	padding:15px 20px;

	box-sizing:border-box;
}
.btn-more {
	width: 300px;
	cursor:pointer;
	position:relative;
	color:#09bce3;
	font-size: 24px;
	margin: 0 auto;
}


.btn-more::before,
.btn-more::after{
	content:"";
	position:absolute;
	top:50%;
	width:1.5px;
	height:20px;
	background-color:#09bce3;
	transition:.5s;
}
.btn-more::before{
	transform:translateY(-50%) rotate(-45deg);
	right:35px;
}
.btn-more::after{
	transform:translateY(-50%) rotate(45deg);
	right:21px;
}
.btn-more.close::before{
	transform:translateY(-50%) rotate(-135deg);
	transition:.5s;
}
.btn-more.close::after{
	transform:translateY(-50%) rotate(135deg);
	transition:.5s;
}
.dropdown{
	background-color:#fff;
	padding:15px 20px;
	display:none;
	overflow:hidden;
	transition:max-height 0.3s ease-out;
}
.dropdown.open{
	height:auto;
}
.dropdown ul{
	padding:0;
	margin:0;
}
.dropdown ul li{
	list-style:none;
	color:#FFF;
	padding:10px 20px;

}




















.sp{
	display: none !important;
}


@media screen and (max-width: 768px) {
.sp{
	display: block !important;
}

.pc{
	display: none !important;
}

.fv a {
	top: auto;
	bottom:22%;
}

.cta div,.float div {
	position: relative;
}
.cta1 p {
color: #fff;
white-space: nowrap;
font-size: clamp(20px, 6.5vw, 56px);
font-weight: bold;
position: absolute;
padding-left: 9%;
background: url(../images/tel_icon.png) no-repeat;
background-position: left center;
background-size: contain;
top: 48%;
left: 15%;
width: 60%;
}

.cta1 p.mini {
color: #fff;
white-space: nowrap;
font-size: clamp(19px, 6.5vw, 56px);
font-weight: bold;
position: absolute;
padding-left: 8%;
background: url(../images/tel_icon.png) no-repeat;
background-position: left center;
background-size: contain;
top: 46%;
left: 16%;
width: 60%;
}



.cta2 {
	top: auto;
	bottom: 18%;
}

.cta2 p {
color: #fff;
white-space: nowrap;
font-size: clamp(20px, 7vw, 56px);
font-weight: bold;
position: absolute;
padding-left: 9%;
background: url(../images/tel_icon.png) no-repeat;
background-position: left center;
background-size: contain;
top: 45%;
left: 15%;
width: 60%;
}
.cta2 p.mini {
color: #fff;
white-space: nowrap;
font-size: clamp(19px, 6.5vw, 56px);
font-weight: bold;
position: absolute;
padding-left: 8%;
background: url(../images/tel_icon.png) no-repeat;
background-position: left center;
background-size: contain;
top: 46%;
left: 16%;
width: 60%;
}



footer {
	padding: 2% 0;
	background: white;
}
footer small {
	display: block;
	text-align: center;
	font-size: 12px;
}
footer ul {
	text-align: center;
	padding: 5% 0;
}
footer ul li {
	display: inline-block;
	padding: 0 4%;
	border-right: 1px solid;
}
footer ul li:last-of-type {
border: none;
}



/*==================================
float-btn
==================================*/
.float {
  position: fixed;
  bottom: 1%;
  transition: 0.2s all;
  max-width: 750px;
  width: 100%;
  z-index: 1000;
}

.float-container {
position: relative;
    width: 90%;
	margin: 0 auto;
}

.float-btn {
  display: block;
}

.float-disable {
  opacity: 0;
  pointer-events: none;
}

.float p {
	color: #fff;
	white-space: nowrap;
	font-size: clamp(20px, 6.5vw, 50px);
	font-weight: bold;
	position: absolute;
	padding-left: 7%;
	background: url(../images/tel_icon.png) no-repeat;
	background-position: left center;
	background-size: contain;
	top: 25%;
	left: 25%;
	width: 60%;
}
/*==================================
スライダー
==================================*/


.media article {
	width: 100%;
top:auto;
	bottom: 30%;
}
.media article.ab2 {
	position: absolute;
	width: 100%;
top:auto;
	bottom: 10%;
}



.media article li {
	margin: 0 10px;
}
.infinite2 {
  direction: rtl;
}

/*==================================
アコーディオン
==================================*/

.accordion{
	box-sizing:border-box;
	padding:7%;
	background: url("../images/pic12_bk.png") repeat-y;
	background-size: 100%;
	background-position: center top;
}
.trigger aside{
	width:100%;
	text-align:center;
	background-color:#fff;
	padding:9px 20px;

	box-sizing:border-box;
}
.btn-more {
	width: 75%;
	cursor: pointer;
	position: relative;
	color: #09bce3;
	font-size: 16px;
	margin: 0 auto;
}


.btn-more::before,
.btn-more::after{
	content:"";
	position:absolute;
	top:50%;
	width:1.5px;
	height:10px;
	background-color:#09bce3;
	transition:.5s;
}
.btn-more::before{
	transform:translateY(-50%) rotate(-45deg);
	right:35px;
}
.btn-more::after{
	transform:translateY(-50%) rotate(45deg);
	right:28px;
}
.btn-more.close::before{
	transform:translateY(-50%) rotate(-135deg);
	transition:.5s;
}
.btn-more.close::after{
	transform:translateY(-50%) rotate(135deg);
	transition:.5s;
}
.dropdown{
	background-color:#fff;
	padding:15px 20px;
	display:none;
	overflow:hidden;
	transition:max-height 0.3s ease-out;
}
.dropdown.open{
	height:auto;
}
.dropdown ul{
	padding:0;
	margin:0;
}
.dropdown ul li{
	list-style:none;
	color:#FFF;
	padding:10px 20px;

}




}

