@charset "UTF-8";


/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    font-size: 62.5%;  /* すべてのベース10px ブラウザDefault値16pxの62.5%＝10px */
}

body {
    color: #000;
    font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background:#555555;
    font-size: 1.6rem; /* font-size 16px */
    font-weight: 500;
    line-height: 1.6;
    margin:0;
	padding:0;
}

/* リンク
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

/*ヘッダー
-------------------------------------*/
header {
	display: flex;
	flex-direction: row;
	padding: 2rem 0 1rem 2rem;
	background: #fff;
}
@media screen and (max-width: 768px){
	header img {
	width: 150px;
}
}

header a span {
  display: inline-block;
  margin: 0 0 14px 12px;
	color: #000;
  vertical-align: text-bottom;
}
@media screen and (max-width: 768px){
header a span {
	font-size: 12px;
  margin: 0 0 10px 10px;
}
}

/*CPメインコンテンツ
-------------------------------------*/
main {
	background:#d2f0ee;
	max-width: 1920px;
	margin: 0 auto;
	
}

.gaiyou {
	width: 100%;
	height: auto;
	padding: 5rem 0 7rem 0;
	text-align: center;
}

.gaiyou_backimg {
	width: 100%;
	height: auto;
	padding: 5rem 0 7rem 0;
	text-align: center;
	background-image: url(../img/haikei01_waribiki2021.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.mainimg {
	text-align : center;
	position: relative;
}
.mainimg img {
	width: 100%;
}

main .subtitle {	
	margin-bottom: 5rem;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	border-bottom: 4px solid #000;
}

.text_main {	
	max-width: 820px;
	margin: 0 auto;
	padding: 0rem 2.5rem;
	text-align: left;
	font-size: 2.4rem;
	font-weight: 600;
}

@media screen and (max-width: 768px){
	main .subtitle {font-size: 2.0rem; margin-bottom: 3.5rem; border-bottom: 3px solid #000;}	
	.text_main {padding: 0rem 2.5rem; font-size: 1.6rem; font-weight: 500;}
	.mainimg {	position: relative;	margin-top: auto;}
}


/*R55
-------------------------------------*/

.r55 .onimg {
	position: absolute;
	width: 28%;
    left: 17%;
    bottom: 8%;
}


.r55 .gaiyou_r55 {
	background-color: #d2f0ee;
}

.r55 .gaiyou_r55 .box_main {
	max-width: 1200px;
	margin: 10rem auto;
	padding-bottom: 2rem;
	background-color: #fff;
	/*border: 6px solid #00cfc5;
	border-radius: 20px 20px 0 0;*/
	box-shadow: 0 4px 4px rgba(0,0,0,.05);
}

.r55 .midashi {
	margin: 0 auto 2rem auto;
	padding: 2rem 2.5rem;
	text-align: center;
	font-size: 3.0rem;
	font-weight: 1000;
	color: #fff;
	background-color: #19b2ad;
	/*border-radius: 20px 20px 0 0;*/
}

.r55 .submidashi {
	max-width: 730px;
	margin: 0 auto;
	padding-bottom: 2.5rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
}

.r55 .box_scene {	
	display:flex;
	flex-wrap: wrap;
	flex-diretion: row;
	gap: 4rem;
	margin-inline: 5rem;
	padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .r55 .box_scene {
		gap: 2rem;
		margin-inline: 2rem;
		padding: 0.5rem 0 2.0rem;
  }
}

.r55 .kyoten {
	padding: 1rem 3rem;
}

.r55 .box_scene .item {
	width: calc(100% / 3 - 2.7rem);
	margin: 0;
	text-align: center;
}
@media screen and (max-width: 768px){
  .r55 .box_scene .item {
    width: calc(50% - 1rem);
  }
}

.r55 .box_scene .text {	
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	padding-top: 1rem;
}
@media screen and (max-width: 960px){
  .r55 .box_scene .text {	
    font-size: 1.6rem;
  }
}

.r55 .gaiyou_r55 .box_banner{
	padding-bottom: 3rem;
}

.r55 .gaiyou_r55 .box_banner02{
	padding-bottom: 3rem;
}

.r55 .gaiyou_r55 .box_banner img{
	width: 100%;
	cursor: pointer;
	transition-duration: 0.3s;
}
.r55 .gaiyou_r55 .box_banner:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.r55 .mskou {
	margin-left: auto;
	padding: 5rem 7rem 5rem 0;
	width: 120px;
}
.r55 .mskou span {
	display: inline-block;
	padding: 1rem 1.2rem;
	border: 1px solid #000;
}

@media screen and (max-width: 960px){
  .r55 .gaiyou_r55 .box_main {
    margin: 5rem 4rem;
  }
}

@media screen and (max-width: 768px){
.r55 .midashi {
	margin: 0 auto 2rem auto;
	padding: 1.5rem 2rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 130%;
}
.r55 .submidashi {padding:0 2rem 1.5rem 2rem; font-size: 1.6rem; line-height: 130%;}	
.r55 .gaiyou_r55 .box_main {padding: 0 0 1rem; margin: 5rem 1rem;}
.r55 .text_main {
	margin: 0 auto;
	padding: 0rem 0rem 2rem;
	font-size: 1.6rem;
}
.r55 .kyoten {	padding: 1rem 1.5rem;}

.r55 .box_scene .text {font-size: 1.3rem;	padding-top: 0.5rem; line-height: 130%;}
.r55 .kakakuhyo {padding: 2rem;}
.r55 .mskou {padding: 3rem 2rem 3rem 0;}
}


.bottun_box_yoko {
	padding: 0rem 0;
	display:flex;
	gap: 2rem 4rem;
	margin: 0 2.5rem;
	flex-direction: row;
	justify-content: center;
}

.bottun_box_yoko .item {
	margin: 0;
}
.bottun_box_yoko .item img {
	cursor: pointer;
    transition-duration: 0.3s;
}
.bottun_box_yoko .item :hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

@media screen and (max-width: 960px){
.bottun_box_yoko {
	margin: 0 4.5rem;
	}
}
@media screen and (max-width: 768px){
.bottun_box_yoko {
	padding: 0rem 0 0 0;
	display:flex;
	margin: 0 2.5rem;
	flex-direction: column;	
	align-items: center;
	}
.bottun_box_yoko .item {
	margin: 0 2rem;
	padding-bottom: 0rem;
}
}


/* 4つの特長 */
.merit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4.0rem 3.2rem;
	max-width: 100vw;
	margin: 5rem 5rem 3rem;
	text-align: center;
	position: relative;
}
.merit div > span {
	padding: 2.3rem 1.6rem;
	background-color: #fef101;
	border-radius: 100em;
	color: #222;
	font-size: 16px;
	font-style: oblique;
	font-weight: 700;
	position: absolute;
	top: -24px;
	left: -16px;
}
.merit div {
	background-color: #e0f2fa;
	padding: 5rem 2rem 3rem;
	flex: 1;
	border-radius: #ccc;
	position: relative;
}
.merit div > img {
	width: 40%;
	margin-bottom: 24px;
}
.merit div:last-of-type > img {
	width: 80%;
}
.merit p {
	text-align: center;
}
.merit div > p:first-of-type{
	margin-bottom: 8px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4;
}
.merit div > p:last-of-type {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.merit div > p:last-of-type span {
	display: inline-block;
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width: 960px){
  .merit div {
    flex: initial;
		width: calc(100% / 2 - 6.4rem);
  }
}

@media screen and (max-width:640px) {
  .merit {
    flex-direction: column;
		margin: 0rem 3rem;
  }
  .merit div {
		width: calc(100% - 4rem);
    margin: 0 auto;
		padding: 3rem 2rem;
  }
  .merit div:first-child {
    margin-top: 2rem;
  }
  .merit div:last-child {
    margin-bottom: 2rem;
  }
  .merit div > img {
    width: 35%;
		margin-bottom: 8px;
  }
  .merit div:last-of-type > img {
    width: 70%;
  }
  .merit p {
    text-align: left;
  }
}


/* 導入までの流れ */
.process-flow {
  display: flex;
  list-style: none;
  padding: 40px;
}
.process-step {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #0095d9;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  min-height: 72px;
  padding: 16px 40px 16px 28px; 
  margin-left: 16px; 
  clip-path: polygon(0% 0%, calc(100% - 32px) 0%, 100% 50%, calc(100% - 32px) 100%, 0% 100%);
}
.process-step:first-child {
  margin-left: 0;
}
.process-step:last-child {
	padding: 16px 32px; 
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
}

@media screen and (max-width: 960px){
  .process-flow {
    padding: 32px;
  }
  .process-step {
    font-size: 1.6rem;
		padding: 16px 28px 16px 18px; 
  }
}

@media screen and (max-width: 768px) {
  .process-flow {
    flex-direction: column;
		padding: 8px 24px 32px;
  }
  .process-step {
    padding: 16px 16px 32px;
    margin-top: 8px;
		margin-left: 0;
		font-size: 1.6rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), 50% 100%, 0 calc(100% - 24px));
  }
  .process-step:first-child {
		margin-top: 0;
  }
  .process-step:last-child {
		padding: 16px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100%), 100% 100%, 0 calc(100%));
  }
}










/* スペック比較 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table.router table {
    font-size: 1.6rem;
    /*border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;*/
}
.table.router {
	margin-bottom: 24px;
}
.table.router .left {
  width: calc(100% - 80px);
	margin: 0 40px;
}
/*.table.router tr:nth-child(2n) td {
    background-color: #fbfbfb;
}*/
.table.router td, .table.router th {
    font-size: 1.4rem;
}
.table.router td {
	width: 35%;
}
.table.router tr:nth-of-type(1) th,
.table.router tr:nth-of-type(1) td {
    border: 0;
}
.table.router tr td:nth-of-type(2) {
    border-left: 1px solid #c4c4c4;
}
@media screen and (max-width:640px) {
	.table.router td, .table.router th {
		font-size: 1.3rem;
	}
	.table.router .left {
		width: 100%;
	}
}
.table.router th {
    padding: 12px 15px;
    background-color: #0bc1c1;
    background-color: #ddd;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
	font-weight: 400;
    vertical-align: middle;
}
.table.router th.subhead {
    padding-left: 12px;
    padding-right: 12px;
    background-color: #2dd0d0;
    background-color: #ededed;
    width: 80px;
    font-size: 1.3rem;
    line-height: 1.4;
}
.table.router th.subhead-parent {
    width: 90px;
    vertical-align: middle;
}
.table.mobile th.subhead-parent.short, .table.router th.subhead-parent.short, .table.smart th.subhead-parent.short {
    width: 120px;
}
@media screen and (max-width:768px) {
    .table.router th {
    width: 180px;
    padding: 10px;
}
.table.router th.subhead {
    padding-left: 10px;
    padding-right: 10px;
    width: 160px;
}
.table.router th.subhead-parent {
    width: 100px;
    vertical-align: middle;
}
.table.mobile th.subhead-parent.short, .table.router th.subhead-parent.short, .table.smart th.subhead-parent.short {
    width: 160px;
}
}
@media screen and (max-width:640px) {
    .table.router th.subhead-parent.short {
    /*width: 75px;*/
}
.table.router th.subhead {
    padding-left: 0;
    padding-right: 0;
    /*width: 90px;*/
}
.table.router th.subhead-parent {
    width: 100px;
    vertical-align: middle;
}
.table.router th.subhead {
    font-size: 1.2rem;
}
}
.table.router td {
    padding: 12px 15px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    vertical-align: middle;
    letter-spacing: .05rem;
}
.table.router td.r55,
.table.router td.yt65 {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}
.table.router td.r55 {
	background-color: #19b2ad;
}
.table.router td.yt65 {
	background-color: #2dd0d0;
	border-left-color: #fff !important;
}
.table .lasttd {
    background-color: #f5f5f5;
    padding: 4.5% 0 !important;
}

@media screen and (max-width:640px) {
.table.router {
  margin-bottom: 10px;
}
  .table.router .left {
    width: 520px;
		margin: 0;
  }
  .table-responsive {
		margin-bottom: 20px;
		margin-inline: 16px;
		overflow-x: scroll;
  }
  .table-responsive::-webkit-scrollbar {
	  height: 5px;
  }
  .table-responsive::-webkit-scrollbar-track {
	  border-radius: 5px;
	  background: #eee;
  }
  .table-responsive::-webkit-scrollbar-thumb {
	  border-radius: 5px;
	  background: #666;
  }
  .table-responsive.with-upper-scrollbar-wrapper {
      display: block;
  }
  .table-responsive.with-upper-scrollbar {
    margin-bottom: 20px;
  }
}

.notes {
	margin: 0 40px 16px;
}
.notes p {
	padding-left: 2.5em;
	text-indent: -2.5em;
	font-size: 1.4rem;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
  .notes {
    margin: 0 16px 16px;
  }
}

/*フッター
-------------------------------------*/
footer {
    background-color: #0069b2;
}

.copyright {
    text-align: center;
    padding: 3rem 0;
	font-size: 1.5rem;
	color: #fff;
	margin: auto 2.5rem;
}

@media screen and (max-width: 768px){
.copyright {
	font-size: 1rem;
}
}

/* 幅768px以下の表示
-------------------------------------*/
.sp {
    display: none;
}

@media screen and (max-width: 768px){

.pc { display: none !important; }
.sp { display: block !important; }
}