@charset "UTF-8";

html {
	overflow-x: hidden;
}
.l-wrapper__inr {
	position: relative;
	background-image: url(../img/kv-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
main {
	margin-bottom: 320px;
}

.l-wrapper__mv {
	position: relative;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding: 204px 0 110px;
}

.kv-shadow {
	position: relative;
	width: calc((856/1240)*100%);
}
.kv-shadow > img {
	position: relative;
	mix-blend-mode: multiply;
}
.kv-phone {
	position: absolute;
	width: calc((492/856)*100%);
	height: calc((456/579)*100%);
	top: calc((84/579)*100%);
	left: calc((511/856)*100%);
}

.kv-img {
	position: absolute;
	top: 12px;
	right: -18.5%;
}

.l-wrapper__about {
	background: rgb(237,82,7);
	background: linear-gradient(90deg, rgba(237,84,10,1) 0%, rgba(240,95,38,1) 50%, rgba(232,138,98,1) 100%);
}

.l-wrapper__about__text {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.45454545;
	color: #fff;
	padding: 34px 0 32px;
}

.kv-logo {
	margin-left: -15px;
}

.kv-anchor {
	margin: 20px 0 0 -10px;
	position: relative;
	z-index: +1;
}

.kv-anchor a {
	background-color: #fff;
	border-radius: 10px;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.kv-anchor a:hover {
	text-decoration: none;
}

.kv-anchor a > span {
	background-color: rgb(237,82,7);
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 15px 15px 15px;
	transition: opacity .3s ease;
}

.kv-anchor a > span > span {
	background: url(/society/insbuddy/img/icon_video_white.svg) left 2px/26px auto no-repeat;
	display: block;
	padding: 0 0 10px 34px;
	position: relative;
}

.kv-anchor a > span > span::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	position: absolute;
	bottom: 0;
	right: calc(50% - 6px);
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
}

.kv-scroll {
	position: relative;
	position: absolute;
	padding-bottom: 100px;
	bottom: 10%;
	right: 3.15%;
	writing-mode: vertical-rl;
	color: #fff;
	letter-spacing: 0.14em;
	font-weight: bold;
}
.kv-scroll,
.kv-scroll:link {
	color: #fff;
}
.kv-scroll:hover {
	text-decoration: none;
}
.kv-scroll::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 90px;
	background-color: #fff;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
#content .inner {
  width: 1024px;
  margin: 0 auto;
}
#content .inner h2 {
  font-size: 2.5rem;
  color: #EA5532;
  text-align: center;
  margin-bottom: -15px;
}
#content .inner h2.icon::before {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
#content .inner h3 {
  font-size: 1.875rem;
  color: #EA5532;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}
#content .inner .sectionTop {
  width: 87%;
  margin: 30px auto 40px;
}

#content ul {
  list-style: none;
}
#content p {
  font-size: 1.25rem;
  line-height: 2.5rem;
}

#content a:hover {
  opacity: 0.6;
	transition: all .3s ease-in-out;
}
#content .detail_link {
	color: #0095D9;
	text-decoration: none;
}
#content .detail_link:hover {
	text-decoration: underline;
}

.balloon {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 3px #939393;
}
.balloon::before, .balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.balloon::before {
  border: solid 17px transparent;
  border-top: solid 17px #939393;
}
.balloon::after {
  border: solid 17px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}

.balloon::before {
  border: solid 15px transparent;
  border-top: solid 15px #939393;
}
.balloon::after {
  border: solid 15px transparent;
  border-top: solid 15px #fff;
  margin-top: -3px;
}

#anchor_link {
  margin-bottom: 65px;
	margin-top: 65px;
}
.anchor_link {
	z-index: 999;
}
.anchor_link.is-sticky {
	transform: translateY(-100%);
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
}
.anchor_link.is-sticky.is-open {
	transform: translateY(0);
}
.anchor_link.is-sticky .block {
	background-color: #fff;
	position: relative;
	visibility: hidden;
	transform: translateY(-100%);
	transition: transform .3s ease, visibility .3s ease;
}
.anchor_link.is-sticky.is-open .block {
	visibility: visible;
	transform: translateY(0);
}
.anchor_link.is-sticky .block::after {
	background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 100%);
	content: "";
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	width: 100%;
	height: 11px;
}
.anchor_link .inner {
	max-width: 1024px;
	margin: 0 auto;
}
.anchor_link img {
	transition: all .3s ease-in-out;
	opacity: 1;
}
.anchor_link.is-sticky img {
	display: none;
	opacity: 0;
}
.anchor_link.is-sticky  ul li {
	height: auto;
}

.anchor_link ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
	gap: 6px;
}
.anchor_link ul li {
	width: calc((124/1024)*100%);
	text-align: center;
	border-top: 4px solid #ea5532;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.anchor_link ul li:nth-child(2) a ,.anchor_link ul li:nth-child(3) a ,.anchor_link ul li:nth-child(4) a  {
	padding-top: 10px;
}
.anchor_link ul li:nth-child(1) p,.anchor_link ul li:nth-child(4) p,.anchor_link ul li:nth-child(7) p {
	padding-top: 6px;
}
.anchor_link ul li a {
	position: relative;
	height: 100%;
	display: block;
	padding-top: 20px;
	transition: background-color .2s ease-in-out;
}
#content .anchor_link ul li a:hover {
	text-decoration: none;
	background-color: #f7f3d4;
	opacity: 1;
}

.anchor_link ul li a::before,.anchor_link ul li a::after  {
	display: block;
	content: "";
	width: 7px;
	height: 2px;
	background: #ea5532;
	position: absolute;
	transform: rotate(40deg);
}
.anchor_link ul li a::before{
	bottom: calc((21/122)*100%);
	left: calc((57/120)*100%);
}
.anchor_link ul li a::after{
	transform: rotate(140deg);
	bottom: calc((21/122)*100%);
	left: calc((61/120)*100%);
}
.anchor_link.is-sticky ul li a {
	padding-top: 21px;
	padding-bottom: 24px;
	color: #333;
	font-weight: bold;
}
.anchor_link.is-sticky ul li a p {
	padding-top: 0;
}
.anchor_link ul li a p,
#content .anchor_link ul li p {
	font-size: 16px;
	color: #333;
	line-height: 1;
	font-weight: bold;
}

#whats {
  margin-bottom: 171px;
}
.news_icon {
  vertical-align: middle;
}
.icon_pdf {
  width:16px;
}
#whats .whatsBox {
  width: 820px;
  margin: 0 auto;
  position: relative;
}
#whats .whatsBox label {
  display: block;
  width: 400px;
  height: 60px;
  border: 3px solid #EA5532;
  border-radius: 30px;
  position: absolute;
  bottom: -100px;
  left: calc(50% - 200px);
  z-index: 100;
  cursor: pointer;
  font-size: 1.125rem;
  color: #EA5532;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#whats .whatsBox label::before {
  content: "すべて見る";
}
#whats .whatsBox label::after {
  content: url("../img/icon_whats-close.svg");
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 25px;
}
#whats .whatsBox input {
  visibility: hidden;
}
#whats .whatsBox input:checked + label:before {
  content: "閉じる";
}
#whats .whatsBox input:checked + label:after {
  content: url("../img/icon_whats-open.svg");
}
#whats .whatsBox input[type=checkbox]:checked ~ .whatsMain {
  max-height: 100%;
  transition: all .5s ease-in-out;
}
#whats .whatsBox input[type=checkbox]:checked ~ .whatsMain .gra_bg {
  display: none;
}
#whats .whatsBox .whatsMain {
  max-height: 560px;
  overflow: hidden;
  position: relative;
	transition: all .5s ease-in-out;
}
#whats .whatsBox .whatsMain .gra_bg {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3) 0%, white 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.3) 0%, white 100%);
  background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, white 100%);
}

#whats .whatsBox .whatsMain ul li {
  padding: 0 20px;
  background-color: #F7F3D4;
}
#whats .whatsBox .whatsMain ul li:nth-child(even) {
  background-color: #FBF9E9;
}
#whats .whatsBox .whatsMain ul li dl {
  width: 100%;
  height: 80px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#whats .whatsBox .whatsMain ul li dl dt {
  width: 220px;
}
#whats .whatsBox .whatsMain ul li dl dt span {
  display: inline-block;
  width: 90px;
  background-color: #EA5532;
  border-radius: 20px;
  padding: 4px 0 2px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  margin-left: 1.5em;
}
#whats .whatsBox .whatsMain ul li dl dd {
  width: 560px;
}
#whats .whatsBox .whatsMain ul li dl dd a {
  color: #0095D9;
  text-decoration: none;
}
#whats .whatsBox .whatsMain ul li dl dd a:visited {
  color: #0095D9;
}
#whats .whatsBox .whatsMain ul li dl dd a:hover {
  text-decoration: underline;
}
#whats .whatsBox .whatsMain ul + ul {
	max-height: 0;
	transition: max-height 1s ease-in-out;
}
#whats .whatsBox input[type=checkbox]:checked ~ .whatsMain ul + ul {
	max-height: 9999px;
	transition: max-height 1s ease-in-out;
}

#whats .whatsBox .whatsMain ul + ul li {
  padding: 0 20px;
  background-color: #FBF9E9;
}
#whats .whatsBox .whatsMain  ul + ul  li:nth-child(even) {
  background-color: #F7F3D4;
}

#video {
  margin-bottom: 60px;
}
#video .videoWrap {
  margin-top: 30px;
}
#video .icon::before {
  content: url("../img/icon_video.svg");
  top: 6px;
  width: 52px;
  height: 36px;
}
#video .video_note {
	position: relative;
	font-size: 1rem;
	padding-left: 1em;
	line-height: 1.625rem;
}
#video .video_note .indent {
	position: absolute;
	left: 0;
}


.d-sp {display: none;}

#content #merit {
  margin-bottom: 85px;
}
#content #merit .icon::before {
  content: url("../img/icon_cando.svg");
  top: 10px;
  width: 42px;
  height: 64px;
}
#content .title-box {
	margin-top: 36px;
	display: flex;
	gap: calc((34/1024)*100%);
}
#content .merit-box {
	margin-top: 6px;
	display: flex;
	gap: calc((34/1024)*100%);
}
#content .merit-box__title {
	width: calc((495/1024)*100%);
	text-align: center;
	color: #616161;
	font-weight: bold;
	font-size: 22px;
}
#content .merit-box__title:last-child {
	color: #ea5532;
}
#content .merit-box__title span {
	position: relative;
	font-size: 20px;
}
#content .merit-box__title:last-child span::before{
	background-color: #ea5532;
}
#content .merit-box__title span::before {
	position: absolute;
	content: "";
	width: 98%;
	height: 2px;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #616161;
}

#content .merit-box__item {
	width: calc((495/1024)*100%);
	display: flex;
}
#content .merit-box__item .merit-boxes {
	border-radius: 20px;
	display: flex;
  flex-direction: column;
	align-items: stretch;
	width: 100%;
}
#content .merit-box__item.trouble .merit-boxes {
	position: relative;
	background-color: #f6f6f6;
}

#content .merit-box__item.trouble .merit-boxes::before{
	position: absolute;
	content: "";
	background-image: url(/society/insbuddy/img/arr.svg);
	width: 50px;
	height: 70px;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}

#content .merit-box__item.merit .merit-boxes {
	background-color: #f7f3d4;
}

#content .merit-boxes__title {
	min-height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 20px 20px 0 0;
	line-height: 1.33333333;

}

#content .merit-box__item.trouble .merit-boxes__title {
	color: #616161;
	background-color: #d6d6d6;
}
#content .merit-box__item.merit .merit-boxes__title {
	color: #fff;
	background-color: #ea5532;
}

#content .merit-boxes-area {
	padding: 31px 40px 31px;
}
#content .merit-boxes-area p {
	position: relative;
	padding-left: 1em;
	font-size: 14px;
	line-height: 1.28571429;
}
#content .merit-boxes-area p + p {
	margin-top: 14px;
}
#content .merit-boxes-area p span {
	position: absolute;
	left: 0;
	top: 0;
}
#content .merit-boxes-area p.note {
	position: relative;
	padding-left: 1em;
	margin-left: 1em;
}
.merit-boxes-area__img {
	text-align: center;
	margin-top: 35px;
}
.merit-boxes-area__img img {
	max-width: 100%;
}
.kantoku .merit-boxes-area__img {
	margin-top: 16px;
}
.kanrisya .merit-boxes-area__img {
	margin-top: 19px;
}
#content .kantoku .merit-boxes-area {
	padding-bottom: 13px;
}
#content .kanrisya .merit-boxes-area {
	padding-bottom: 23px;
	padding-top: 28px;
}
#content .merit-box__item.merit .merit-boxes-area {
	padding-top: 28px;
}
#content .merit-box__item.merit .merit-boxes-area p {
	font-size: 16px;
	line-height: 1.5;
}
#content .merit-box__item.merit .merit-boxes-area p + p {
	margin-top: 20px;
}
#content .merit-box__item.merit .merit-boxes-area p.note {
	margin-top: 0;
}
#content .kantoku .merit-box__item.merit .merit-boxes-area p:nth-child(2) ,
#content .kanrisya .merit-box__item.merit .merit-boxes-area p:nth-child(3){
	letter-spacing: -0.0025em;
}

#content .inner #cando .sectionTop {
	width: 85%;
	margin: 30px auto 44px;
}
#cando {
  margin-bottom: 37px;
}
#cando .icon::before {
  content: url("../img/icon_cando.svg");
  top: 10px;
  width: 42px;
  height: 64px;
}

#cando .sectionMain ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	gap: calc((12/1024)*100%);
}
#cando .sectionMain ul::after {
  content: "";
  display: block;
  width: calc((333/1024)*100%);
}
#cando .sectionMain ul li {
  text-align: center;
  width: calc((333/1024)*100%);
  margin-bottom: 29px;
	background-color: #f7f7f7;
	border-radius: 20px;
}

#cando .sectionMain ul dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 25px;
  padding-right: 25px;
	padding-bottom: 32px;
}



#cando .sectionMain ul li img {
	max-width: 100%;
	width: 100%;
	border-radius: 20px 20px 0 0;
}
#cando .sectionMain ul li img.border {
	border: #e6e6e6 1px solid;
	border-bottom: none;
	box-sizing:border-box;
}
#cando .sectionMain ul li img.border-full {
	border: #e6e6e6 1px solid;
	box-sizing:border-box;
	box-sizing:border-box;
}

#cando .sectionMain ul li dt {
	height: 38px;
	margin-top: 16px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.1875rem;
  color: #EA5532;
  line-height: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
}
#cando .sectionMain ul li dt.list_box_label {
	margin-left: -20px;
	margin-right: -20px;
}
#cando .sectionMain ul li dd {
  font-size: 1rem;
  line-height: 1.75;
  text-align: justify;
	letter-spacing: -0.018em;
}
#cando .sectionMain ul li dd.row2::after {
  display: block;
  content: "\a";
  white-space: pre;
}

#content .inner #interview {
	margin: 26px auto 50px;
}

#content .inner #interview .interview__text {
	font-size: 100%;
	line-height: 1.8;
	text-align: center;
}

#content .inner #interview .interview__heading {
	font-size: calc((21/16)*100%);
	line-height: 1.4;
	margin-top: 15px;
}

#content .inner #interview .interview__video {
	margin-top: 20px;
}

#content .inner #system .sectionTop {
	margin: 26px auto 50px;
}

#system {
  margin-bottom: 66px;
}
#system .icon::before {
  content: url("../img/icon_system.svg");
  top: 10px;
  width: 32px;
  height: 55px;
}


#system .sectionMain .function {
	margin: 56px 0 42px;
}

#system .sectionMain .function .functionBox {
  padding: 30px;
  background-color: #F7F3D4;
  border-radius: 20px;
}

#system .sectionMain .function .functionBox:nth-child(odd) {
  background-color: #FBF9E9;
}
#system .sectionMain .function .functionBox ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#system .sectionMain .function .functionBox:nth-child(odd) li img {
	margin-top: -3px;
	margin-left: 9px;
}

#system .sectionMain .function .functionBox ul li:first-child {
  width: 265px;
  text-align: center;
}

#system .sectionMain .function .functionBox ul li:last-child {
  width: 735px;
}
#system .sectionMain .function .functionBox ul li dl dt {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 4px;
}
#system .sectionMain .function .functionBox ul li dl dt::before {
  content: "";
  display: inline-block;
  width: .8em;
  height: .8em;
  border-radius: .4em;
  margin-right: 0.2em;
  background-color: #EA5532;
}

#system .sectionMain .function .functionBox ul li dl dd {
  margin-left: 1.25rem;
  font-size: 1rem;
  margin-bottom: 12px;
}
#system .sectionMain .function .functionBox ul li dl dd:last-child {
  margin-bottom: 0;
}
#system .sectionMain .spec .spec_section + .spec_section{
  margin-top: 35px;
}
#system .sectionMain .spec .specBox {
  width: 100%;
}
#system .sectionMain .spec .specBox ul {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
	gap: 1%;
}

#system .sectionMain .spec .specBox ul li {
  color: #FFF;
  background-color: #EA5532;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#system .sectionMain .spec .specBox dl dd .spNone {
  display: block;
}

#system .sectionMain .spec .specBox ul li:first-child {
  width: 280px;
}

#system .sectionMain .spec .specBox ul li:nth-child(2) {
  width: 730px;
}

#system .sectionMain .spec .specBox ul li:nth-child(3) {
  width: 300px;
}

#system .sectionMain .spec .specBox dl {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
	gap: 1%;
}
#system .sectionMain .spec .specBox dl dt , #system .sectionMain .spec .specBox dl dd{
	padding: 12px 0;
}
#system .sectionMain .spec .specBox dl dt {
  width: 280px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 3px solid #939393;
}

#system .sectionMain .spec .specBox dl dt + dd {
  width: 730px;
  border-bottom: 3px solid #EA5532;
}
#system .sectionMain .spec .specBox dl dt br {
  display: none;
}

#system .sectionMain .spec .specBox dl dd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1rem;
  text-align: center;
  border-bottom: 3px solid #939393;
}

#system .sectionMain .spec .spec_cap {
  margin-top: 15px;
}
#system .sectionMain .spec .spec_cap p {
  font-size: 1rem;
  line-height: 1.625rem;
  text-indent: -1em;
  padding-left: 1em;
}

#content .inner #flow .sectionTop a {
	margin: 31px auto 40px;
	color: #ea5532;
	font-weight: bold;
	border-bottom: 1px solid #ea5532;
}
#content .inner #flow .sectionTop a:hover {
	text-decoration: none;
}

#flow {
  margin-bottom: 72px;
}
#flow .icon::before {
  content: url("../img/icon_flow.svg");
  top: 10px;
  width: 32px;
  height: 55px;
}

.flow__img {
	text-align: center;
	width: calc((770/1024)*100%);
	margin: 0 auto;
	margin-top: 50px;
}
.flow__img img {
	max-width: 100%;
}

#content .inner #price .sectionTop a {
	margin: 31px auto 40px;
}
#price {
  margin-bottom: 77px;
}
#price .icon::before {
  content: url("../img/icon_price.svg");
  top: 10px;
  width: 32px;
  height: 55px;
}

#contact .icon::before {
  content: url("../img/icon_contact.svg");
  top: 4px;
  width: 48px;
  height: 37px;
}



.sectionMain .contactBtn a {
  position: relative;
  display: block;
  max-width: 950px;
  height: 70px;
  border-radius: 35px;
  font-size: 1.25rem;
  color: #FFF;
  margin: 40px auto 73px;
  background-color: #0095D9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-decoration: none;
}
.sectionMain .contactBtn a::after {
  content: url("../img/icon_contact-arrow.svg");
  display: inline-block;
  position: absolute;
  right: 25px;
}



#download {
  margin-bottom: 68px;
}
#download .icon::before {
  content: url("../img/icon_catalog.svg");
  top: 9px;
  width: 65px;
  height: 43px;
}


#download .downloadBtn {
  margin-top: 30px;
}
#download .downloadBtn a {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
#download .downloadBtn a img {
  display: block;
  width: 450px;
  margin: 0 auto;
}

.fixed-box {
	position: relative;
	bottom: 0;
	z-index: 9999;
}

.fixed-box .inner {
	display: none;
	overflow: hidden;
	position: absolute;
	right: 18px;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.fixed-box.is-fixed .inner {
	position: fixed;
}

#goContact {
  cursor: pointer;
}
#goContact:hover {
  opacity: 0.7;
}
#goTop {
  cursor: pointer;
	position: relative;
	margin-top: -25px;
	z-index: +1;
}
#goTop:hover {
  opacity: 0.7;
}


.price-box {
	position: relative;
	display: flex;
	gap: calc((84/1024)*100%);
	margin-bottom: 44px;
}
.price-box::before {
	position: absolute;
	content: "";
	background-image: url(/society/insbuddy/img/add.svg);
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.price-box::after {
	position: absolute;
	content: "";
	background-image: url(/society/insbuddy/img/arr-b.svg);
	width: 70px;
	height: 47px;
	bottom: -58px;
	left: 50%;
	transform: translateX(-50%);
}

#content p.price-box__text {
	position: relative;
	width: calc((470/1024)*100%);
	padding: 47px 0;
	border: #EA5532 solid 3px;
	border-radius: 20px;
	text-align: center;
	color: #EA5532;
	font-weight: bold;
	font-size: 28px;
}
.price-box__text span {
	position: absolute;
	left: 10%;
	top: 54%;
	transform: translateY(-50%);
}
.price-box__text:last-child span {
	left: 8.5%;
}

.price-support {
	padding-top: 44px;
	padding-bottom: 28px;
	text-align: center;
	background-color: #f7f3d6;
	border-radius: 20px;
	margin-bottom: 50px;
}
#content p.price-support__title {
	display: inline-block;
	position: relative;
	font-size: 32px;
	font-weight: bold;
	color: #616161;
	padding-bottom: 11px;
}
#content p.price-support__title::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
	background-color: #ea5532;
}

#content p.price-support__title span {
	font-size: 46px;
	color: #ea5532;
}
#content p.price-support__text {
	padding-top: 12px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

#faq {
  margin-bottom: 72px;
}
#faq .icon::before {
  content: url("../img/icon_faq.svg");
  top: 10px;
  width: 32px;
  height: 55px;
}
.faq-title.active {
	padding: 20px 32px 20px 75px;
}
.faq-title {
	position: relative;
	padding: 20px 32px 18px 75px;
	color: #fff;
	background-color: #ea5532;
	display: block;
	width: 100%;
	text-align: left;
}
.faq-title::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	border-bottom: solid 3px #fff;
	border-right: solid 3px #fff;
	right: 3.3%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.faq-title.active::before {
	transform: translateY(-40%) rotate(-135deg);
}
#content .faq-title .question{
	position: absolute;
	font-size: 22px;
	font-weight: bold;
	left: 26px;
	top: 50%;
	transform: translateY(-50%);
}
#content .faq-text {
	position: relative;
	padding: 13px 32px 14px 70px;
	color: #333;
	font-size: 18px;
	display: none;
}
#content .faq-text .anser{
	position: absolute;
	font-size: 22px;
	font-weight: bold;
	left: 27px;
	top: 16px;
	color: #ea5532;
}
#content .question-box {
	border-radius: 10px;
	border: 3px solid #ea5532;
	font-size: 18px;
}
.question-box + .question-box {
	margin-top: 14px;
}

.faq-questions {
	margin-top: 34px;
}

#modal-movie{
	position: relative;
	padding-top: 56.25%;
}
#modal-movie video-js{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 0;
}




@media screen and (max-width: 1024px) {
  #system .sectionMain img {
    width: 100%;
  }
	#content .inner h2.icon::before {
		display: block;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.anchor_link ul li:nth-child(1) img{
		width: calc((33/85)*100%);
		}
		.anchor_link ul li:nth-child(2) img{
		width: calc((25/85)*100%);
		}
		.anchor_link ul li:nth-child(3) img{
		width: calc((25/85)*100%);
		}
		.anchor_link ul li:nth-child(4) img{
		width: calc((20/85)*100%);
		}
		.anchor_link ul li:nth-child(5) img{
		width: calc((27/85)*100%);
		}
		.anchor_link ul li:nth-child(6) img{
		width: calc((22/85)*100%);
		}
		.anchor_link ul li:nth-child(7) img{
		width: calc((34/85)*100%);
		}
		.anchor_link ul li:nth-child(8) img{
		width: calc((32/85)*100%);
		}
		.anchor_link ul li a p,
#content .anchor_link ul li p {
			font-size: 13px;
		}
		.anchor_link ul li::before {
			position: relative;
			content: "";
			padding-top: 100%;
			display: block;
			top: 0;
			left: 0;
		}
		.anchor_link ul li a {
			padding-top: 15px;
			position: absolute;
			width: 100%;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}

		.anchor_link.is-sticky ul li a {
			position: relative;
		}
		.anchor_link.is-sticky ul li {
			position: relative;
		}
		.anchor_link.is-sticky ul li::before {
			content: none;
			padding-top: 0;
		}
		.anchor_link.is-sticky ul li:nth-child(2) p, .anchor_link.is-sticky ul li:nth-child(3) p {
			margin-top: 0;
		}
		.anchor_link .inner {
			max-width: 1024px;
			margin: 0 auto;
			padding: 0 3%;
		}
}

@media screen and (max-width: 1080px) {
  #content .inner {
    width: 100%;
		padding: 0 3%;
  }
	.l-wrapper__about__text {
		padding: 34px 3% 32px;
	}
	.l-wrapper__mv {
		padding: 172px 3% 94px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.kv-img {
		width: calc((856/1024)*100%);
		bottom: 0;
	}
	.kv-logo {
		width: calc((673/1024)*100%);
	}
	.kv-logo > img {
		width: 100%;
	}

	.kv-shadow {

		position: relative;
		width: calc((1133/1240)*100%);
	}
	.kv-shadow > img {
    width: 100%;
	}
	.kv-phone {
		position: absolute;
		width: calc((346/856)*100%);
		height: calc((456/579)*100%);
		top: calc((77/579)*100%);
		left: calc((351/856)*100%);
	}
	.kv-phone >img{
		width: 100%;
	}

	.kv-img {
		position: absolute;
		top: 12px;
		right: -17.5%;
	}
	.anchor_link ul li a::after {
    bottom: calc((12/122)*100%);
	}
	.anchor_link ul li a::before {
		bottom: calc((12/122)*100%);
	}
	.anchor_link.is-sticky ul li a {
		padding-top: 15px;
		padding-bottom: 19px;
		position: relative;
		top: auto;
		left: auto;
		transform: translate(-0%,-0%);
	}
	.anchor_link.is-sticky ul li  p {
		margin-top: 0 !important;
	}
	.anchor_link.is-sticky ul li::before {
		content: none;
	}
	.anchor_link.is-stic ul li::before {
		padding-top: 0;
	}
	.anchor_link.is-sticky ul li {
		margin-bottom: 4px;
	}
	.anchor_link.is-sticky ul li:nth-child(n + 5) a {
		padding-top: 12px;
	}
	.anchor_link ul li {
		position: relative;
		height: auto;
	}
}


@media screen and (min-width: 1012px) {
	.anchor_link ul li {
		height: 120px;
	}
}


@media screen and (max-width: 896px) {
	#content .inner h2 {
    font-size: 2.25rem;
  }
  #content .inner h3 {
    font-size: 1.6875rem;
  }
  #content .inner .sectionTop {
    width: 100%;
    margin: 25px auto 30px;
  }
  #content p {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
	.balloon {
    border-bottom: solid 2px #939393;
  }

  #whats .whatsBox {
    width: 100%;
  }
  #video .icon::before {
    width: 41.6px;
    height: 35.2px;
  }
	#system .icon::before {
    width: 25.6px;
    height: 44px;
  }

	#system .sectionMain .function .functionBox ul li:first-child {
    width: 24%;
    margin-right: 3%;
  }
  #system .sectionMain .function .functionBox ul li:last-child {
    width: 73%;
  }
	#system .sectionMain .spec .specBox dl dd .spNone {
    display: none;
  }
	.sectionMain .contactBtn a {
    width: 100%;
  }
}


@media screen and (min-width:480px) and ( max-width:768px) {
.kv-logo {
	margin-bottom: 10px;
}
}
@media (hover: hover) {
	.kv-anchor a:hover > span {
		opacity: .7;
	}
}

@media screen and (max-width: 768px) {
	main {
		margin-bottom: 230px;
	}
	#content .inner #cando h2.icon::before {
		margin-bottom: 36px;
		}
		#content .inner #cando .sectionTop {
			width: 100%;
			margin: 15px auto 8px;
		}
		#cando .sectionMain ul {
			gap: calc((17/705)*100%);
		}
		#cando .sectionMain ul li {
			width: calc((344/705)*100%);
			border-radius: 10px;
			margin-bottom: 10px;
		}

		#cando .sectionMain ul li img {
			border-radius: 10px 10px 0 0;
		}
		#cando .sectionMain ul li.lhl dt {
			height: 35px;
			margin-top: 12px;
			font-size: 14px;
			line-height: 1.35714286;
			margin-bottom: 3px;
		}
		#cando .sectionMain ul li dt {
			height: 15px;
			margin-top: 12px;
			font-size: 14px;
			line-height: 1.35714286;
			margin-bottom: 5px;
		}
		#cando .sectionMain ul li dt.list_box_label {
			margin-left: 0;
			margin-right: 0;
		}
		#cando .sectionMain ul li dd {
			font-size: 12px;
			padding-left: 16px;
			padding-right: 16px;
			padding-bottom: 16px;
			padding-top: 5px;
			line-height: 1.5;
		}
		#cando .sectionMain ul dl {
			padding: 0;
		}

		#content .inner #interview {
			margin-bottom: 37px;
		}

		#content .inner #interview .interview__text {
			font-size: 100%;
			text-align: left;
		}

		#content .inner #interview .interview__heading {
			font-size: calc((18/16)*100%);
			margin-top: 10px;
		}

		#content .inner #interview .interview__video {
			margin-top: 15px;
		}

	.l-wrapper__mv {
		padding: 24px 3% 0;
	}
	.kv-logo {
		margin-left: auto;
		margin-right: auto;
		max-width: calc((605/705)*100%);
		text-align: center;
	}
	.kv-logo > img {
    margin-top: -8px;
	}

	.kv-anchor {
		text-align: center;
		margin: 2vw 0 5vw 0;
	}

	.kv-anchor a {
		border-radius: 5px;
	}

	.kv-anchor a:hover {
		text-decoration: none;
	}

	.kv-anchor a > span {
		font-size: 13px;
		padding: 8px 13px 11px 13px;
	}

	.kv-anchor a > span > span {
		background-position: left 2px;
		background-size: 24px auto;
		padding: 0 0 10px 32px;
	}

	.kv-shadow > img {
		width: 100%;
	}
	.kv-phone > img {
		width: 100%;
	}

	.l-wrapper__about__text {
    font-size: 13px;
    line-height: 1.53846154;
    color: #fff;
    padding: 37px 0 22px;
		text-align: center;
	}

	.kv-img {
		position: relative;
		right: auto;
		left: auto;
		margin-left: calc((56/705)*-100%);
	}
	.kv-Area {
		display: flex;
		flex-direction: column;
	}

	.kv-logo img {
		max-width: 100%;
	}

	.kv-shadow {
    position: relative;
    width: calc((632/705)*100%);
    margin-left: calc((0/705)*-100%);
    margin-top: calc((55/480)*-100%);
	}

	.kv-phone {
		position: absolute;
		width: calc((252/615)*100%);
		height: calc((382/480)*100%);
		top: calc((57/480)*100%);
		left: calc((347/856)*100%);
	}

	.l-wrapper__about {
		margin-top: -37px;
	}
	.l-wrapper__about {
		background: rgb(237,82,7);
		background: linear-gradient(90deg, rgba(237,84,10,1) 0%, rgba(232,138,98,1) 100%);
	}

	.kv-scroll {
		font-size: 12px;
		padding-bottom: 50px;
		bottom: 24%;
		right: 2.15%;
	}
	.kv-scroll::before {
		height: 42px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.anchor_link ul {
		flex-wrap: wrap;
		gap:  calc((7/705)*100%);
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 4px;
	}
	.anchor_link ul li {
		width: calc((170/705)*100%);
	}

	.l-wrapper__inr {
		background-image: url(../img/kv-bg_sp.jpg);
	}

	.anchor_link ul li a p,
#content .anchor_link ul li p {
		padding-top: 0 !important;
	}

	.anchor_link ul li:nth-child(2) p ,	.anchor_link ul li:nth-child(3) p{
		margin-top: -5px;
		}

		.anchor_link.is-sticky ul li a {
			padding-top: 15px;
			padding-bottom: 20px;
		}

		.anchor_link.is-sticky ul li a::before,
		.anchor_link.is-sticky ul li a::after {
			bottom: 11px;
		}

		.anchor_link.is-sticky ul li a p {
			font-size: 13px;
		}

		#content .d-pc {display: none;}
		#content .d-sp {display: block;}
		#cando .icon::before {
			width: 33.6px;
			height: 51.2px;
		}
		#video {
			margin-bottom: 27px;
		}
		#content .inner #system h2.icon::before {
			margin-bottom: 20px;
		}
		#content .inner #system .sectionTop {
	    margin: 15px auto 22px;
		}
		#whats .whatsBox .whatsMain ul li dl dt {
			width: 30%;
		}
		#whats .whatsBox .whatsMain ul li dl dd {
			width: 70%;
		}

	#content .merit-box {
		flex-direction: column;
	}
	#content .merit-box__item {
		flex-direction: column;
		width: 100%;
	}
	#content .merit-box__title {
		width: 100%;
	}
	#content .merit-boxes__title {
		border-radius: 10px 10px 0 0;
		font-size: 17px;
		padding: 15px 0;
		min-height: 54px;
	}

	.merit-boxes-area__img {
	width: calc((306/613)*100%);
	margin: 0 auto;
	margin-top: 12px;
	}
	.kantoku .merit-boxes-area__img {
		width: calc((356/613)*100%);
		margin-top: -9px;
	}
	.kanrisya .merit-boxes-area__img {
		width: calc((176/613)*100%);
		margin-top: 8px;

	}
	#content .merit-boxes-area {
		padding: 18px 21px 12px;
	}
	#content .merit-boxes-area p + p {
		margin-top: 9px;
	}
	#content .merit-boxes-area p {
		line-height: 1.35714286;
	}

	.merit {
		margin-top: -16px;
	}
	#content .merit .merit-box__title {
		color: #ea5532;
	}
	#content .merit .merit-box__title span::before {
		background-color: #ea5532;
	}
	#content .merit-box__item.merit .merit-boxes__title {
		line-height: 1.17647059;
		padding: 6px 0;
	}

	#content .merit-box__item.merit .merit-boxes-area {
		padding-top: 16px;
		padding-bottom: 29px;
	}
	#content .merit-box__item.merit .merit-boxes-area p {
		line-height: 1.25;
		font-size: 16px;
	}
	#content .merit-box__item.merit .merit-boxes-area p + p {
		margin-top: 14px;
	}

	#content .kanrisya .merit-boxes-area {
		padding-bottom: 12px;
		padding-top: 21px;
	}
	#content .merit-box__item.merit .merit-boxes__title.psh {
		padding: 12px 0;
	}

	#content .merit-box__item.trouble .merit-boxes::before{
		background-image: url(/society/insbuddy/img/arr-b.svg);
		background-size: contain;
		width: 62px;
		height: 40px;
		top: auto;
		bottom: -40px;
		left: 50%;
		transform: translateX(-50%) translateY(0%);
	}
	#content .merit-box__item.trouble .merit-boxes {
		margin-bottom: 42px;
	}

	#content .merit-box__title {
    margin-top: 17px;
    margin-bottom: 9px;
    font-size: 20px;
	}
	#content #merit {
		margin-bottom: 44px;
	}
	#content .inner #merit h2.icon::before {
		margin-bottom: 19px;
	}

	#content .inner #price .sectionTop {
		margin: 15px auto 10px;
	}
	.price-box {
		position: relative;
		display: flex;
		gap: calc((85/705)*100%);
		margin-bottom: 18px;
	}
	#content p.price-box__text {
		position: relative;
		width: calc((310/705)*100%);
		padding: 18px 0;
		border: #EA5532 solid 3px;
		border-radius: 10px;
		font-size: 18px;
		padding-left: 15px;
	}
	.price-box__text span {
		position: absolute;
		left: 7%;
		width: 24px;
	}
	.price-box__text span img {
		width: 100%;
	}
	.price-box::before {
		width: 24px;
		height: 24px;
		background-size: contain;
	}
	.price-box::after {
		width: 35px;
		height: 23px;
		bottom: -24px;
		left: 50%;
		transform: translateX(-50%);
		background-size: contain;
	}
	#content p.price-support__title {
		font-size: 16px;
		padding-bottom: 4px;
	}
	#content p.price-support__title span {
		font-size: 23px;

	}
	.price-support {
		padding-top: 17px;
		padding-bottom: 21px;
		border-radius: 10px;
		margin-bottom: 14px;
	}
	#content p.price-support__text {
		padding-top: 6px;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: -0.05em;
	}
	#price {
		margin-bottom: 33px;
	}

	.faq-questions {
		margin-top: 18px;
	}
	#content .question-box {
		border-radius: 10px;
		border: 3px solid #ea5532;
		font-size: 15px;
	}

	#system .sectionMain .spec .specBox ul li:first-child {
    width: 19%;
  }
  #system .sectionMain .spec .specBox ul li:nth-child(2) {
    width: 80%;
  }
	#system {
    margin-bottom: 29px;
	}
  #system .sectionMain .spec .specBox ul li:nth-child(3) {
    width: 25%;
  }
  #system .sectionMain .spec .specBox dl dt {
    width: 19%;
    font-size: 1.125rem;
  }
	#system .sectionMain .spec .specBox dl dt + dd {
    width: 55%;
  }
	#system .sectionMain .spec .specBox dl dd:last-child {
    width: 80%;
  }
  #system .sectionMain .spec .specBox dl dd {
    font-size: 0.875rem;
  }
	#contact .icon::before {
    width: 38.4px;
    height: 29.6px;
  }

	#content .inner #flow .sectionTop p {
		font-size: 15px;
		line-height: 1.8;
	}
	.flow__img {
		width: 100%;
		margin-top: -7px;
	}

	#flow {
    margin-bottom: 40px;
	}
	#download .icon::before {
		width: 52px;
		height: 34.46px;
	}
	.faq-title {
		padding: 15px 35px 13px 44px;
	}
	.faq-title.active {
		padding: 15px 25px 13px 44px;
	}
	#content .faq-title .question {
		font-size: 20px;
		left: 14px;
	}
	#content .faq-text {
		padding: 15px 17px 10px 35px;
		font-size: 15px;
		line-height: 1.8;
	}
	#content .faq-text .anser {
		font-size: 20px;
		left: 15px;
		top: 11px;
	}
	.question-box + .question-box {
		margin-top: 10px;
	}

	.faq-title::before {
		width: 10px;
		height: 10px;
		border-bottom: solid 2px #fff;
		border-right: solid 2px #fff;
		right: 5.3%;
	}
	#faq {
		margin-bottom: 61px;
	}
	#download {
		margin-bottom: 41px;
	}
	#whats {
		margin-bottom: 125px;
	}
	#contact .sectionMain .contactBtn a {
		font-size: 1rem;
		margin: 27px auto 38px !important;
	}

	.fixed-box .inner {
		right: 0;
		bottom: 10px;
	}

	#goContact {
		margin-right: -25px;
		max-width: 162px;
	}
	#goContact img {
		width: 100%;
	}
	#goTop {
		margin: -25px -25px 0 0;
		width: 66px;
		max-width: 65px;
	}
	#goTop img {
		width: 100%;
	}

	#system .sectionMain .scroll-hint img {
		width: 1116px;
		margin-bottom: 25px;
	}


	.scroll-hint-icon {
		top: calc(50% - 68px)!important;
		left: calc(50% - 53px)!important;
		width: 106px!important;
		height: 105px!important;
		background: rgba(0, 0, 0, 1)!important;
		padding: 20px 5px 10px 5px!important;
		border-radius: 10px !important;
	}
	.scroll-hint-icon:before {
		background-image: url(/society/insbuddy/img/hand.svg) !important;
	}
	.scroll-hint-icon:after {
		content: none !important;
	}


	#goContact {
	}
	#goTop {
		width: 66px;
		max-width: 65px;
	}
}


@media screen and (max-width: 640px) {
	#whats .whatsBox .whatsMain ul li dl dd {
    width: 100%;
  }
  #whats .whatsBox .whatsMain ul li dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  #whats {
    margin-bottom: 120px;
  }
  #whats .whatsBox label {
    bottom: -70px;
  }
  #whats .whatsBox .whatsMain .gra_bg {
    display: block;
  }
  #whats .whatsBox .whatsMain ul li dl {
    height: auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  #content p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  #video .video_note {
	font-size: 0.875rem;
	line-height: 1.5rem;
	}
	#content {
		margin-top: 40px;
	}
  #anchor_link {
    margin-bottom: 30px;
		margin-top: 40px;
  }
	#system .sectionMain .spec .specBox ul li {
    font-size: 1.125rem;
  }
	#system .sectionMain .spec .specBox dl dt {
    font-size: 1rem;
  }
	#system .sectionMain .spec .specBox dl dd .spNone {
    display: block;
  }
	#system .sectionMain .spec .spec_cap p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 512px) {
  #content .inner .sectionTop {
    margin: 15px auto 20px;
  }
  #content .inner h2.icon::before {
    width: 100%;
  }
  #content .inner h2 {
    font-size: 1.875rem;
  }
  #content .inner h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
	#whats .whatsBox label {
    width: 280px;
    left: calc(50% - 140px);
  }
  #system .sectionMain .function {
    margin: 25px 0;
  }
	#system .sectionMain .function .functionBox {
    padding: 20px;
  }
  #system .sectionMain .function .functionBox ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #system .sectionMain .function .functionBox ul li:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #system .sectionMain .function .functionBox ul li:last-child {
    width: 100%;
  }
  #system .sectionMain .function .functionBox ul li img {
    width: 35%;
  }
  #system .sectionMain .function .functionBox ul li dl dt {
    font-size: 1rem;
  }
	#system .sectionMain .function .functionBox ul li dl dd {
    font-size: 0.875rem;
    margin-left: 1rem;
  }
  #system .sectionMain .spec .spec_section + .spec_section {
    margin-top: 20px;
  }
  #system .sectionMain .spec .specBox ul {
    height: 24px;
  }
  #system .sectionMain .spec .specBox ul li {
    font-size: 0.9375rem;
  }
	#system .sectionMain .spec .specBox dl dt , #system .sectionMain .spec .specBox dl dd{
	padding: 0;
}
	#system .sectionMain .spec .specBox dl dt {
    font-size: 0.875rem;
    text-align: center;
  }
	#system .sectionMain .spec .specBox dl dd {
    font-size: 0.8125rem;
    padding: 10px 5px;
  }
	#system .sectionMain .spec .specBox dl dd .spNone {
    display: none;
  }
	.sectionMain .contactBtn a {
    font-size: 1rem;
    margin: 15px auto 38px;
  }
  #download .downloadBtn a img {
    width: 100%;
  }
}

@media screen and (max-width: 384px) {
  #system .sectionMain .spec .specBox dl dt br {
    display: block;
  }
  #contact .icon::before {
    width: 28.8px;
    height: 22.2px;
    top: 0;
  }
	.sectionMain .contactBtn a {
    font-size: 1rem;
    margin: 10px auto 38px;
  }
  #download .icon::before {
    width: 39px;
    height: 25.8px;
    top: 0;
  }
	#download {
    margin-bottom: 100px;
  }
	#content .inner h3 {
    font-size: 1.3125rem;
  }
  #content .inner h2 {
    font-size: 1.625rem;
    margin-bottom: -8px;
  }
	#video .icon::before {
    width: 31.2px;
    height: 21.6px;
    top: 0;
  }
	.anchor_link ul li a p,
	#content .anchor_link ul li p {
			font-size: 11px;
	}
  #cando .icon::before {
    width: 25.2px;
    height: 38.4px;
    top: 0;
  }
  #system .icon::before {
    width: 19.2px;
    height: 33px;
    top: 0;
  }
}
