@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 768px) {
.sp{display: none;}

.clearfix { display: inline-block; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size:0; }
.image_r{float: right; margin-left: 30px; max-width: 40%;}
.image_l{float: left; margin-right: 30px; max-width: 40%;}
}

/*スマホ用スタイル*/
@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}

/*セクション間余白----------------------------------------------------------- */
  section {
    padding: 40px 0;
  }
  footer {
    padding: 15px 0;
  }
  .mb45{
	margin-bottom:0px!important;
}

/*はみ出し画像中央----------------------------------------------------------- */
  .wic1 img {
    width: 100%;
  }
  .wic1 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .wic2 img {
    width: 100%;
  }
  .wic2 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .wic3 img {
    width: 100%;
  }
  .wic3 {
    margin-left: -15px;
    margin-right: -15px;
  }
/*見出し関連----------------------------------------------------------- */
	
h2{font-size: 30px;text-align: center;font-weight: bold;}
h3{font-size: 24px;text-align: center;font-weight: bold;font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";}

/*
h2{font-size: 30px;text-align: center;font-weight: bold;font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", serif;}
h3{font-size: 24px;text-align: center;font-weight: bold;font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", serif;}
*/

/*Header----------------------------------------------------------- */
  header .contact {
    padding-right: 40px;
  }
  header .logo {
	width: 70%;
	margin-right: 15px;
  }

/*MV----------------------------------------------------------- */
.mv {
  padding: 0px;
}
.mv .container{
	padding-right: 0;
	padding-left: 0;
}

/*MV----------------------------------------------------------- */
.movie h3::before {
	content: '';
	position: absolute;
	top: -3.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 30px;
	background-color: #41a9a5;
}
	
/*CTA----------------------------------------------------------- */
.cta{
	padding: 40px auto;
	vertical-align:middle;
}
.cta .box {
	background: #fff;
	padding: 10px 5px;
	width: 100%;
	margin-bottom: -4%;
}
.cta .photo{
	width: 100%;
	margin-bottom: 15px;
}
.cta2 .photo{
	width: 100%;
}
.cta2 .txt{
	padding-top: 0px;
	margin-top: 0;
}
.cta .flex {
	display:block;
	justify-content: center;
}



.btn_wh{
	border-radius: 60px;
	background: #fff;
	border: 3px solid #41a9a5;
    font-weight: bold;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
	vertical-align:middle;
	line-height: 1.2;
}
.btn_gr{
	margin-bottom: 15px;
	border-radius: 60px;
	background: #41a9a5;
    font-weight: bold;
    font-size: 18px;
    padding: 15px;
    text-align: center;
    width: 100%;
    position: relative;
	line-height: 1.2;
	margin-top: 40px;

}

.btn_wh::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #41a9a5;
	border-right: solid 2px #41a9a5;
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	bottom: 45%;
}
.btn_wh .arrow::after {
  transform: rotate(45deg);
}
.btn_gr::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	bottom: 45%;
}
.btn_gr .arrow::after {
  transform: rotate(45deg);
}


.floating .btn_f{
    width: 100%;
	margin: 0 auto;
}	
.floating .btn_f .flex{
	display: flex!important;
	justify-content: center;
}
.floating .btn_wh{
	border: 3px solid #41a9a5;
    font-size: 16px;
    padding: 15px;
    width: 50%;
    margin: 0;
	margin-left: 7px;
	line-height: 1.2;
}
.floating .btn_gr{
	margin-bottom: 0;
	color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    width: 100%;
    position: relative;
    margin: 0 auto;
	margin-right: 0px;
	line-height: 1;
}

.floating .btn_wh::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #41a9a5;
	border-right: solid 2px #41a9a5;
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	bottom: 45%;
}
.floating .btn_wh .arrow::after {
  transform: rotate(45deg);
}
.floating .btn_gr::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	bottom: 45%;
}
.floating .btn_gr .arrow::after {
  transform: rotate(45deg);
}

header .flex{
	display: flex!important;
	justify-content: space-between;
}
header .btns{
	display: none!important;
}
header .btn_wh{
	border-radius: 15px;
	content: "✉";
	border-radius: none;
	background: #fff;
	border: 2px solid #41a9a5;
    padding: 7px 10px;
	padding-top: 12px;
	width: 100%;
    margin: 0 auto;
}
header .btn_gr{
	border-radius: 15px;
	content: "";
	background: #41a9a5;
    font-size: 12px;
    padding: 7px 10px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
	line-height: 1;
	margin-right: 10px;
}
	

header .btn_wh::after{
	content: none;
}
header .btn_wh .arrow::after {
  transform: none;
}
header .btn_gr::after{
	content: none;
}
header .btn_gr .arrow::after {
  transform: none;
}

/*ボタン----------------------------------------------------------- */
.btn_hp{
	background: #41a9a5;
	color: #fff;
	border-radius: 60px;
	padding: 20px;
	position: relative;
}
.btn_hp a{color: #fff;display: block;text-decoration: none;}
.btn_hp::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 3%;
	bottom: 43%;
}
.btn_hp .arrow::after {
  transform: rotate(45deg);
}

/*sec_strength----------------------------------------------------------- */
.sec_strength .photo{
	padding: 0 25px;
}
.sec_strength .txt{
	border-top: 5px solid #41a9a5;
	background: #ECEBEB;
	padding: 15px;
}


/*sec_worries----------------------------------------------------------- */
.sec_worries li {
	position: relative;
	padding-left: 30px;
	border-bottom: 1px dashed #555;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


/*sec_reason----------------------------------------------------------- */
.size{
	font-size: 1.8rem;
}

.sec_reason{
	padding: 40px 0 0!important;
	margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
}
.sec_reason h3{
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.sec_reason .box {
    position: relative;
	padding: 0 0 30px;
}

.sec_reason .white_box{
	padding: 4rem 3rem;
    background: #fff;
    width: 100%;
}
.sec_reason .photo{
	max-width: 100%;
	margin-bottom: 15px;
}
.sec_reason .background360:before {
    content: '';
    background: url(../img/pc_sec_reason_img.png);
    width: 372px;
    height: 117px;
    position: absolute;
    background-repeat: no-repeat;
    top: -3%;
    left: 55%;
    right: auto;
    transform: translateX(-50%) scale(0.6);
    /* --------------------------- */
}.reason_background{
	display: flex;
    flex-direction: column; /* 縦に並べる */
	gap: 20px;
	padding: 40px 0!important;
	height: auto;
	position: relative;
}
/* 全てのラッパーの共通設定 */
    .yt-wrapper, 
    .yt-wrapper60, 
    .yt-wrapper70 {
        position: relative !important; /* stickyやabsoluteを解除 */
        width: 100% !important;        /* 横幅いっぱい */
        margin-top: 4% !important;      /* 無理なマージンをリセット */
        aspect-ratio: 16 / 9;          /* 高さを自動計算させる */
    }
    .yt-wrapper iframe,
    .yt-wrapper60 iframe,
    .yt-wrapper70 iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
.sec_reason_top{
	padding: 0 0 58px;
}
.sec_reason .flex{
	display: inline-block!important;
	width: 100%; /* 横幅を指定 */
  	vertical-align: top;
}
.sec_reason h3::after {
    content: "";
    background: url(../img/sen1.png);
    background-size: auto;
    background-size: cover;
    width: 5rem;
    height: 7rem;
    position: absolute;
    top: 2.5rem;
    left: 0rem;
}
.sec_reason h3::before {
    content: "";
    background: url(../img/sen.png);
    background-size: auto;
    background-size: cover;
    width: 5rem;
    height: 7rem;
    position: absolute;
    top: 2.5rem;
    right: 0rem;
}
.yt-wrapper70 iframe {
	left: 0;
}

/*sec_why----------------------------------------------------------- */

.sec_why .container{
		max-width: 960px;
		width: 100%;
        margin: 0 auto;
        position: relative;
        padding-right: 15px;
        box-sizing: border-box;
}
.sec_why .white_box_s {
    height: auto;
    border-top: 5px solid #41a9a5;
    background: #ECEBEB;
	margin-bottom: 0px!important;
}
.sec_why h3{
	background: #41a9a5;
	padding: 20px 15px;
	color: #fff;
}
.sec_why .photo{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 15px;
}


/*sec_tokuten----------------------------------------------------------- */
.sec_tokuten h3 {
	padding-left: 0;
	padding-right: 0;
	padding: 10px;
}
.rbn01:before {
    left: 0;
    border-width: 45px 0px 45px 15px;
    border-color: transparent transparent transparent #ECEBEB;
}

.rbn01:after {
    right: 0;
    border-width: 45px 20px 45px 0px;
    border-color: transparent #ebebeb transparent transparent;
}
.sec_tokuten .photo{
	width: 100%;
}
.flex_h3 {
    display: flex;
	justify-content: center;
    align-items: flex-start; /* 上揃え */
    text-align: left;        /* 左寄せ */
}

.num {
    flex-shrink: 0;          /* 数字部分が潰れないように固定 */
    white-space: nowrap;     /* 数字とドットが改行されないように */
}

.text {
    display: block;          /* 文章をブロック扱いにする */
}
/*sec_difference----------------------------------------------------------- */
.movie .white_box_s {
    height: auto;
    border: 2px solid #41a9a5;
}
table{
	width: 100%;
	vertical-align: middle;
}
.sec_difference th{
	padding: 15px 10px;
}
.sec_difference .bg_03{
	width: 25%;
	padding: 5px;
}
.sec_difference td{
	padding: 10px;
}
.sec_difference {
    padding: 0px 0px 40px!important;
}

.movie .white_box_s{
	margin-bottom: 0!important;
}

/*sec_pro----------------------------------------------------------- */
.sec_pro h2{
	font-size: 26px;
	line-height: 1.3;
}
.sec_pro .white_box {
	padding: 30px;
}
.sec_pro .white_box::after {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
    border: 1px solid #41a9a5;
}
.sec_pro .photo{
	width: 100%;
	margin-bottom: 15px;
}
.sec_pro .flex{
	display:column!important;
}

.movie .sub_ttl {
    background-color: #41a9a5;
    color: #fff;
    padding: 8px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	/* margin-top: 20px; */
}
.white_box_ss {
    height: auto;
    background-color: #FFF;
    padding: 20px;
    border: 2px solid #41a9a5;
}

/*sec_tenant----------------------------------------------------------- */
.sec_tenant .en{
	font-family:roboto;
	font-size: 200%;
	font-style: italic;
	margin-right: 0px;
}
.sec_tenant .btn_wh .en,.sec_tenant .btn_gr .en {
	font-family:roboto;	
	font-size: 1.333em;
	font-style: normal;
	margin-right: 0px;
}
.sec_tenant h3{
	text-align: left;
	border-bottom: 2px solid #41a9a5;
	padding-bottom: 15px;
	font-size: 18px;
}
.sec_tenant .num{
	padding-left: 3.2em;
	text-indent: -3.2em;
}
.sec_tenant .num::before{
	content: "01. ";
	font-family:roboto;
	font-size: 200%;
	font-style: italic;
	margin-right: 0px;
	color: #41a9a5;
}
.sec_tenant .num3::before{
	content: "03. ";
	font-family:roboto;
	font-size: 200%;
	font-style: italic;
	margin-right: 0px;
	color: #41a9a5;
}
.sec_tenant .num5::before{
	content: "05. ";
	font-family:roboto;
	font-size: 200%;
	font-style: italic;
	margin-right: 0px;
	color: #41a9a5;
}
.sec_tenant .box{
	background: #ECEBEB;
	padding: 20px;
}
.sec_tenant .photo{
	width: 80%;
	margin: 0 auto;
	margin-top: 15px;
}
	

/*sec_qa----------------------------------------------------------- */
.sec_qa .white_box{
	margin-bottom: 15px;
}
.sec_qa .white_box:last-child{
	margin-bottom: 0;
}
.sec_qa .q_maru{
	font-weight: bold;
	margin-bottom: 30px;
}
.sec_qa .q_maru,.a_maru{
	padding-left:2.8em;
    text-indent:-2.8em;	
}

.sec_qa .q_maru span{
	height:50px;
	width:50px;
	border-radius:50%;
	line-height:1.2;
	text-align:center;
	background: #41a9a5;
	padding: 10px 14px;
	font-weight: bold;
	color: #fff;
}
.sec_qa .a_maru span{
	height:50px;
	width:50px;
	border-radius:50%;
	line-height:1;
	text-align:center;
	background: #000;
	padding: 10px 14px;
	font-weight: bold;
	color: #fff;
}


/*Footer----------------------------------------------------------- */
footer{
	padding-bottom: 100px;
}
.footer_nav1 ul {
    width: 100%;
  }
  .footer_nav1 ul li:first-child {
    border-top: 1px dashed #000;
  }
  .footer_nav1 ul li {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px dashed #000;
    margin: 0;
  }
  .footer_nav1 ul a {
    display: block;
  }
.flex{
	display:block!important;
}


/*フローティングバナー*/
.floating {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
	margin: 0 auto;
	text-align: center;
    padding: 10px 10px;
	/* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px); /* 少し下に下げておく */
  transition: all 0.4s ease;   /* ふわっと動かすアニメーション */
}
/* スクロール後に付与されるクラス */
.floating-banner.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);    /* 元の位置に戻る */
}
.floating .f_btn{
    border-radius: 50px;
    font-size: 17px;
    padding: 15px;
    width: 100%;
}
	

}
/*スマホ用スタイルend*/



