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

/* 初期状態：両方とも非表示にしておく */
/* SPPC改行 */
.br-pc,
.br-sp {
  display: none;
}
/* PC表示（769px以上） */
@media screen and (min-width: 769px) {
  .br-pc {
    display: inline;
  }
}

/* SP表示（768px以下） */
@media screen and (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 90px 0;
}
footer {
  padding: 60px 0;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {background-color: #41a9a5;}
.bg_cl2 {background-color:#2a2a2a;}
.bg_cl3 { background: #ECEBEB;}

.bg_01 {
  background: url(../img/pc_sec02_bg.png) no-repeat center/cover;
}
.bg_02{
  background: url(../img/pc_sec01_bg.png) no-repeat center/cover;
}
.bg_03{
  background: url(../img/pc_cta_bg.png) no-repeat top center/cover;
}

.cl_main {color: #41a9a5;font-weight: bold;font-size: 19px;}
.cl_main2 {color: #41a9a5;font-weight: bold;}
.cl_main3 {color: #2cb4ae;font-weight: bold;}

/*.cl_base {color: #;}*/
.cl_accent {color: #f3f091;}
.cl_accent2 {color: #e04622;}
.cl_white {color: #fff;}
.cl_other {
  color:#40a8a5;
}
.cl_white {
  color: #fff;
}

.box_01{
	padding: 50px;
	border: 1px solid #283f8f;
}
.box_02{
	padding: 50px;
	border: 1px dotted #283f8f;
}
.b{
	font-weight: bold;
}

/*見出し関連----------------------------------------------------------- */
h2{font-size: 50px;text-align: center;font-weight: 900;letter-spacing:.08em;line-height: 1.2;font-family: YuGothic, "Yu Gothic bold", "Hiragino Sans", Meiryo, "sans-serif",;}
h3{font-size: 24px;text-align: center;font-weight: bold;font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";}
/*
h2{font-size: 50px;text-align: center;font-weight: bold;font-family: "Yu Mincho", 'Noto Serif JP', YuMincho, HG明朝B, "MS Mincho", serif;;}
h3{font-size: 24px;text-align: center;font-weight: bold;font-family: "Yu Mincho", 'Noto Serif JP', YuMincho, HG明朝B, "MS Mincho", serif;;}
*/
.small{font-size: 70%}
.smalls{font-size: 60%;}
.left{text-align: left;}
.center{text-align: center;}

.bold{
	font-weight: bold;
}
.weight900{
	font-weight: 900;
}
.midium{
	font-weight: 400;
}
.size70{
	font-size: 70px;
}


/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 50%, #f1f341 50%);
  background: -o-linear-gradient(transparent 50%, #f1f341 50%);
  background: linear-gradient(transparent 50%, #f1f341 50%);
  font-weight: bold;
}
.min {
  font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  word-break: break-all;
}
.en{
	font-family:roboto;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #162bee;
  text-decoration: none;
}
/*

a:hover {
  text-decoration: underline;
}
*/

/*はみ出し画像中央----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}

/* wicを使ったセクションのsectionタグに対して.wic_wrapのクラスをつける事 */
.wic img {
  width: auto;
  max-width: unset;
}

/* 中央に表示したいものにwicとwic1をつける */
.wic1 {
  margin-left: calc(50% - 1000px);
}

/*pxの部分を画像の半分の幅に変えてね！*/
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}

.wic2 {
  margin-left: calc(50% - 600px);
}

.wic2 img {
  width: 1200px;
  max-width: 1200px;
}

.wic3 {
  margin-left: calc(50% - 800px);
}

.wic3 img {
  width: 1600px;
  max-width: 1600px;
}
.flex{
	display: flex;
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #41a9a5;
}
.annotation{
	display: block;      /* inline要素のspanに余白を効かせるため */
    padding-left: 1.2em; /* 全体の左余白 */
    text-indent: -1.2em; /* 1行目だけ左に戻す */
    line-height: 1.6;    /* 行間を少し広げると読みやすくなります */
}


/*Header----------------------------------------------------------- */

header .container {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

/*MV----------------------------------------------------------- */
.mv{
  padding-top: 50px;
  background: url(../img/pc_mv_bg.png) no-repeat center/cover;
}

/*CTA----------------------------------------------------------- */
.cta{
	padding: 50px auto;
	vertical-align:middle;
}
.cta .flex {
	justify-content: space-between;
}
.cta .gray_box{background: #eee;padding: 20px;}
.cta .white_box{
	border-top: 5px solid #41a9a5;	
}
.cta .box {
	background: #fff;
    padding: 9px 0px 2px;
    display: block;
    width: 740px;
    margin: 0 auto;
    margin-bottom: -43px;
}
.cta .photo{
	width: 43%;
}
.cta2 .photo{
	width: 35%;
}
.cta2 .txt{
	vertical-align: middle!important;
	padding-top: 30px;
}
/* .cta_img{
	font-weight: 900!important;
} */
.btn_wh{
	border-radius: 60px;
	background: #fff;
	border: 5px solid #41a9a5;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    width: 48%;
    margin: 0 auto;
    position: relative;
	vertical-align:middle;
	line-height: 1.2;
}
.btn_gr{
	border-radius: 60px;
	color: #fff;
	background: #41a9a5;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    width: 48%;
    margin: 0 auto;
    position: relative;
	line-height: 1;
}
.btn_wh a{display: block;color: #41a9a5; vertical-align: middle;}
.btn_gr a{display: block;color: #fff; vertical-align: middle;}

.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);
}
*/



header .flex{
	justify-content: space-between;
	width: 100%;
}
header .btns{
	width: 40%;
}
header .btn_wh{
	border-radius: 60px;
	background: #fff;
	border: 2px solid #41a9a5;
    font-weight: bold;
    font-size: 12px;
    padding: 7px 10px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
	vertical-align:middle;
	line-height: 1.2;
}
header .btn_gr{
	border-radius: 60px;
	color: #fff;
	background: #41a9a5;
    font-weight: bold;
    font-size: 12px;
    padding: 7px 10px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
	line-height: 1;
	margin-right: 15px;}
header .btn_wh a{display: block;color: #41a9a5; vertical-align: middle;}
header .btn_gr a{display: block;color: #fff; vertical-align: middle;}

header .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%;
}
header .btn_wh .arrow::after {
  transform: rotate(45deg);
}
/*
header .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%;
}
header .btn_gr .arrow::after {
  transform: rotate(45deg);
}
*/

/*ボタン----------------------------------------------------------- */
.btn_hp{
/*	width: 80%;*/
	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{
	padding: 0;
}
.sec_strength .photo{
	padding: 0 15px;
}
.sec_strength .txt{
	border-top: 5px solid #41a9a5;
	background: #ECEBEB;
	padding: 15px;
}

/*sec_worries----------------------------------------------------------- */
.sec_worries{
	background: url("../img/pc_sec_worries_bg.png")no-repeat center center/cover;
}
.sec_worries ul {
  list-style-type: none;
}
.sec_worries li {
	position: relative;
	padding-left: 30px;
	border-bottom: 1px dashed #555;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.sec_worries li::after {
  content: '';
  display: block;
  position: absolute;
  top: .4em;
  left: 0em;
  width: 15px;
  height: 10px;
  border-left: 3px solid #41a9a5;
  border-bottom: 3px solid #41a9a5;
  transform: rotate(-45deg);
}

/*sec_reason----------------------------------------------------------- */
.reason_background{
	background-color:#e5f6f5 ;
	padding: 90px 0;
	height: 1710px;
}
.sec_reason{
	padding: 90px 0px 0px;
	position: relative;
}
.sec_reason h3{
	color: #41a9a5;
	position: relative
}
.sec_reason_top{
	padding: 0 0 90px;
}
.sec_reason h3::before{
	content: "";
    background: url(../img/sen.png);
    background-size: auto;
    background-size: cover;
    width: 5rem;
    height: 7rem;
    position: absolute;
	top: -0.5rem;
    right: 15rem;
}

.sec_reason h3::after{
	content: "";
    background: url(../img/sen1.png);
    background-size: auto;
    background-size: cover;
    width: 5rem;
    height: 7rem;
    position: absolute;
    top: -0.5rem;
    left: 15rem;
}
.sec_reason .flex{
  display: flex;
  justify-content: space-between;
 }
.sec_reason .box {
    position: relative;
    /* padding:30px; */
}
.sec_reason .background360:before{
    content:'';
	background: url(../img/pc_sec_reason_img.png);
    width: 372px;
    height: 117px;
    position: absolute;
    display: inline-block;
	background-repeat: no-repeat;
	top: -10%;
	right: 28%;
}
.sec_reason .box:before{
    border-left: solid 1px #41a9a5;
    border-top: solid 1px #41a9a5;
    top:0;
    left: 0;
}
.sec_reason .box:after{
    border-right: solid 1px #41a9a5;
    border-bottom: solid 1px #41a9a5;
    bottom:0;
    right: 0;
}
.sec_reason .box p {
    margin: 0; 
    padding: 0;
}

.sec_reason .white_box{
	/* border-top: 2px dotted #9DB8B7;
	border-bottom: 2px dotted#9DB8B7; */
/*
	padding-right: 0;
	padding-left: 0;
*/
	padding: 4rem 3rem;
	background: #fff;
	width: 293px;
}
.sec_reason .photo{
	max-width: 80%;
}

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

.sec_why_hukidasi{
	display: flex;
	justify-content: center;
}
.sec_why h3{
	background: #41a9a5;
	padding: 20px;
	color: #fff;
}
.sec_why .white_box{
	border: 2px solid #41a9a5;
}
.sec_why .photo{
	width: 100%;
}

.sec_why .white_box_s{
	background-color:#41a9a5 ;
	height: 277px;
	border-top: 5px solid #41a9a5;
    background: #ECEBEB;
    padding: 15px;
}
/* .tokuten01{
	color: #fff;
} */
.sec_why .sub_ttl{
	background-color: #41a9a5;
	color: #fff;
	padding: 16px 0px;
}
/*sec_tokuten----------------------------------------------------------- */
.sec_tokuten .tokuten_ttl {
    position: relative;
    padding-bottom: 30px;
}
.tokuten_ttl .sub_ttl{
	line-height: 24px;
}
.sec_tokuten .tokuten_ttl:before {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #41a9a5;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 3px;
}
.sec_tokuten .white_box{
	border: 2px solid #41a9a5;
}
.sec_tokuten h3{
	/* padding: 15px;
	border-top: 3px dotted #41a9a5;
	border-bottom: 3px dotted #41a9a5;
	margin-bottom: 30px; */
	background: #41a9a5;
    padding: 20px;
    color: #fff;
}
.sec_tokuten .white_box_s{
	padding: 20px;
}
.rbn01 {
    display: inline-block;
    padding: 10px 40px;
    background: #41a9a5;
    position: relative
}
.sec_why .container{
		width: 960px;
        margin: 0 auto;
        position: relative;
        padding-right: 15px;
        box-sizing: border-box;
}
.rbn01:before,.rbn01:after {
    position: absolute;
    content: "";
    border-style: solid;
    top: 0
}

.rbn01:before {
    left: 0;
    border-width: 30px 0px 30px 15px;
    border-color: transparent transparent transparent #ECEBEB;
}

.rbn01:after {
    right: 0;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #ebebeb transparent transparent;
}

.sec_tokuten{
	padding: 50px auto;
	vertical-align:middle;
}
.sec_tokuten .flex {
	justify-content: space-between;
}
.sec_tokuten .gray_box{background: #eee;padding: 20px;}
/* .sec_tokuten .white_box{
	border-top: 60px solid #41a9a5;	
} */
.sec_tokuten .box {
	background: #fff;
	padding: 5px 20px 3px;
}
.sec_tokuten .photo{
	width: 43%;
}
.sec_tokuten .photo{
	width: 34%;
}
.sec_tokuten .txt{
	vertical-align: middle!important;
	padding-top: 30px;
}
.btn_wh{
	border-radius: 60px;
	background: #fff;
	border: 5px solid #41a9a5;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    width: 48%;
    margin: 0 auto;
    position: relative;
	vertical-align:middle;
	line-height: 1.2;
}
.btn_gr{
	border-radius: 60px;
	color: #fff;
	background: #41a9a5;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    width: 48%;
    margin: 0 auto;
    position: relative;
	line-height: 1;
}
.btn_wh a{display: block;color: #41a9a5; vertical-align: middle;}
.btn_gr a{display: block;color: #fff; vertical-align: middle;}

.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);
}
/*sec_difference----------------------------------------------------------- */
table{
	width: 100%;
	vertical-align: middle;
}
.sec_difference {
	padding: 0px 0px 90px;
}
.sec_difference th{
	background: #41a9a5;
	padding: 20px 15px;
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
	border: 1px solid #fff;
}
.sec_difference .bg_03{
	background: #ACD3D2;
	color:#000;
}
.sec_difference td{
	text-align: center;
	background: #fff;
	border: 1px solid #ACD3D2;
	padding: 15px;
}
/*sec_movie----------------------------------------------------------- */
.movie h3 {
	position: relative;
}
.movie h3::before {
	content: '';
	position: absolute;
	top: -7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
	background-color: #41a9a5;
}
.yt-wrapper {
    position: relative;
    width: 100%;
    color: #5D5D5C;
}
.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt-wrapper60 {
    position: relative;
    width: 49%;
    color: #5D5D5C;
}
.yt-wrapper60 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.yt-wrapper70 {
    position: relative;
    width: 49%;
    color: #5D5D5C;
}
.yt-wrapper70 iframe {
  position: absolute;
  top: 0;
  left: 475px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.yt-wrapper:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.movie h3{
	background: #41a9a5;
	padding: 20px;
	color: #fff;
}
.movie .white_box{
	border: 2px solid #41a9a5;
}
.movie .photo{
	width: 100%;
}
.movie .tokuten01{
	color: #000;
}
.movie .white_box_s{
	height: 378px;
	border: 2px solid #41a9a5;
}
.white_box_ss{
	height: 186px;
	background-color: #FFF;
	padding: 20px;
	border: 2px solid #41a9a5;
}
/* .tokuten01{
	color: #fff;
} */
.movie .sub_ttl{
	background-color: #41a9a5;
	color: #fff;
	padding: 8px;
	height: 85px;
	display: flex;
  align-items: center;     /* ← 縦の中央 */
  justify-content: center; /* ← 横の中央（tac と同じ効果） */
  text-align: center;       /* ← 複数行ならこれも必要 */
}


/*sec_pro----------------------------------------------------------- */
.sec_pro h2{
	font-size: 40px;
	line-height: 1.3;
}
.sec_pro .white_box {
    position: relative;
    background-color: #fff;
}
.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%;
}

/*sec_tenant----------------------------------------------------------- */

.sec_tenant .en{
	font-family:roboto;
	font-size: 200%;
	font-style: italic;
	margin-right: 15px;
}
.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;
}

.sec_tenant .txt{
	width: 100%;
	vertical-align:middle;
}

.sec_tenant .box{
	background: #ECEBEB;
	padding: 50px;
}

/*sec_qa----------------------------------------------------------- */
.sec_qa .white_box{
	margin-bottom: 45px;
}
.sec_qa .white_box:last-child{
	margin-bottom: 0;
}
.sec_qa .q_maru{
	font-weight: bold;
}
.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 15px;
	font-weight: bold;
	color: #fff;
}
.sec_qa .a_maru span{
	height:50px;
	width:50px;
	border-radius:50%;
	line-height:2.5;
	text-align:center;
	background: #000;
	padding: 10px 15px;
	font-weight: bold;
	color: #fff;
}

/*Footer----------------------------------------------------------- */
footer{
	padding-bottom: 120px;
}
.footer_nav1 {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

footer .copy {
  text-align: center;
}

footer a:link, footer a:visited {
  color: #000;
  transition: all .3s;
}

footer a:hover, footer a:focus {
  color: #000;
  opacity: .7;
}

footer ul li {
  display: inline-block;
  white-space: nowrap;
  margin: 0 10px;
}
footer .copy {
  font-size: 14px;
}

.sr{font-family: 'Noto Serif JP', serif;}
.center{text-align: center;}
.bold{font-weight: bold;}


/*フローティングバナー*/
.floating {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
	margin: 0 auto;
	text-align: center;
    padding: 10px 20px;
}
.floating .btn_f{
    width: 70%;
	margin: 0 auto;
}
.floating .arrow::after {
  transform: rotate(45deg);
}
.floating .f_btn a{
	color: #fff;
	text-decoration: none;
}

.floating .btn_wh{
	border-radius: 60px;
	background: #fff;
	border: 5px solid #41a9a5;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    width: 48%;
    margin: 0 auto;
    position: relative;
	vertical-align:middle;
	line-height: 1.2;
}
.floating .btn_gr{
	border-radius: 60px;
	color: #fff;
	background: #41a9a5;
    font-weight: bold;
    font-size: 19px;
    padding: 5px 15px;
	padding-top: 10px;
    text-align: center;
    width: 48%;
    margin: 0 auto;
    position: relative;
	line-height: 1.1;
	vertical-align:middle;
}
.floating .btn_wh a{display: block;color: #41a9a5;vertical-align: middle;}
.floating .btn_gr a{display: block;color: #fff;vertical-align: middle;}

.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);
}*/
