@charset "UTF-8";
/*
	Filename: style.css
	Version: 1.0.1
*/
/*-----------------------------------------------------
	共通
------------------------------------------------------*/
.contents {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.inbox {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.quote_l {
  margin-right: 0.1em;
  margin-left: -0.5em;
  font-weight: 400;
}
.quote_r {
  margin-right: -0.5em;
  margin-left: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 1060px) {
  .inbox {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 428px) {
}
/*-----------------------------------------------------
	.contents_head
------------------------------------------------------*/
.contents_head {
  position: relative;
  z-index: 0;
  padding-top: 127px;
  padding-bottom: 70px;
  background: url("../img/mv_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.head_date {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
  width: 296px;
}
.head_date img {
  width: 100%;
  height: auto;
}
.contents_head h1 img {
  width: 122px;
  height: auto;
  margin-bottom: 50px;
}
.contents_head h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
}
.contents_head h2 img {
  width: 1000px;
  height: auto;
  margin-top: 55px;
}
.contents_head h2 span {
  display: block;
  margin-top: 20px;
  font-size: 100px;
  font-weight: 900;
}
.contents_head p {
  margin-top: 80px;
}
.contents_head p span {
  position: relative;
  font-size: 54px;
  font-weight: 900;
}
.contents_head p span::before {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  background: #fff;
}
.contents_head p span::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -5px;
	left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 1150px) {
  .contents_head {
    padding-top: 11.043vw;
    padding-bottom: 6.087vw;
  }
  .head_date {
    top: -1.739vw;
    width: 25.739vw;
  }
  .contents_head h1 img {
    width: 10.609vw;
    margin-bottom: 4.348vw;
  }
  .contents_head h2 {
    font-size: 4vw;
  }
  .contents_head h2 img {
    width: 86.957vw;
    max-width: 100%;
    margin-top: 4.783vw;
  }
  .contents_head h2 span {
    margin-top: 1.739vw;
    font-size: 8.096vw;
  }
  .contents_head p {
    margin-top: 6.957vw;
  }
  .contents_head p span {
    font-size: 4.696vw;
  }
  .contents_head p span::before {
    top: -1vw;
    left: 2.609vw;
    width: calc(100% - 5.217vw);
    height: 0.087vw;
  }
  .contents_head p span::after {
    bottom: -1.2vw;
    left: 2.609vw;
    width: calc(100% - 5.217vw);
    height: 0.087vw;
  }
}

/*-----------------------------------------------------
	.contents_read
------------------------------------------------------*/
.contents_read {
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}
.contents_read h2 {
  margin-bottom: 40px;
  font-size: 85px;
}
.contents_read p {
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .contents_read {
    padding-top: 8.333vw;
    padding-bottom: 6.25vw;
  }
  .contents_read h2 {
    margin-bottom: 4.167vw;
    font-size: 9.375vw;
  }
  .contents_read p {
    margin-bottom: 3.125vw;
    font-size: 2.396vw;
  }
}
@media screen and (max-width: 600px) {
  .contents_read {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .contents_read h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .contents_read p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

/*-----------------------------------------------------
	.contents_head2
------------------------------------------------------*/
.contents_head2 {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 230px;
  background: #000;
  color: #fff;
}
.contents_head2::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 140px;
  background-color: #333;
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
 }
.contents_head2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 140px;
  background-color: #333;
  clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
}
.contents_head2 .inbox {
  width: 1130px;
}
.contents_head2_text {
  position: relative;
  width: 522px;
  padding: 64px 0;
}
.contents_head2_text h2 {
  margin-bottom: 20px;
  font-size: 62px;
  line-height: 1.4;
}
.contents_head2_text h2 span.small {
  display: block;
  font-size: 27px;
}
.contents_head2_text h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.contents_head2_text p {
  font-size: 21px;
  line-height: 1.8;
}
.contents_head2_photo {
  position: relative;
  width: 608px;
}
.contents_head2_photo::before {
  content: "";
  position: absolute;
	top: -35px;
	left: -35px;
  z-index: 1;
  width: 119px;
  height: 150px;
  background: url("../img/cubenoir.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1190px) {
  .contents_head2 {
    padding-bottom: 200px;
  }
  .contents_head2 .inbox {
    width: 100%;
    padding: 0 30px;
  }
  .contents_head2_text {
    width: 48%;
    padding: 40px 0;
  }
  .contents_head2_text h2 {
    font-size: 50px;
  }
  .contents_head2_text h2 span.small {
    font-size: 25px;
  }
  .contents_head2_text h3 {
    font-size: 25px;
  }
  .contents_head2_text p {
    font-size: 19px;
  }
  .contents_head2_photo {
    width: 50%;
  }
  .contents_head2_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 960px) {
  .contents_head2 {
    padding-bottom: 150px;
  }
  .contents_head2::before {
    height: 70px;
   }
  .contents_head2::after {
    height: 70px;
  }
  .contents_head2_text {
    width: 100%;
    margin-bottom: 80px;
    padding: 0;
  }
  .contents_head2_text h2 {
    margin-bottom: 20px;
    font-size: 62px;
  }
  .contents_head2_text h2 span.small {
    font-size: 27px;
  }
  .contents_head2_text h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .contents_head2_text p {
    font-size: 21px;
  }
  .contents_head2_photo {
    width: 100%;
    padding-left: 30px;
  }
  .contents_head2_photo img {
    height: auto;
    object-fit: contain;
  }
  .contents_head2_photo::before {
    top: -30px;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .contents_head2 {
    padding-top: 60px;
    padding-bottom: 21.667vw;
  }
  .contents_head2::before {
    height: 11.667vw;
   }
  .contents_head2::after {
    height: 11.667vw;
  }
  .contents_head2_text h2 {
    font-size: 10.333vw;
  }
  .contents_head2_text h2 span.small {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .contents_head2_text h3 {
    font-size: 23px;
  }
  .contents_head2_text p {
    font-size: 16px;
  }
  .contents_head2_photo::before {
    top: -5.833vw;
    width: 19.833vw;
    height: 25vw;
  }
}

/*-----------------------------------------------------
	.features
------------------------------------------------------*/
.features {
  padding-top: 0;
  padding-bottom: 110px;
  background: #333;
}
.features h2 {
  position: relative;
  margin-top: -60px;
  margin-bottom: 80px;
  font-size: 85px;
  color: #fff;
  text-align: center;
}
.features .inbox {
  padding: 8px;
  background: #fff;
}
.features_box {
  position: relative;
  width: 328px;
  height: 328px;
}
.features_box_inner {
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.features_box_inner h3 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.4;
}
.features_box_inner p {
  font-size: 21px;
  line-height: 1.8;
}
.features_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features_img::after {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.65);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1060px) {
  .features h2 {
    margin-top: -5.66vw;
    margin-bottom: 7.547vw;
    font-size: 8.019vw;
  }
  .features_box {
    width: calc(30.377vw - 4px);
    height: calc(30.377vw - 4px);
  }
  .features_box_inner h3 {
    margin-bottom: 0.943vw;
    font-size: 2.453vw;
  }
  .features_box_inner p {
    font-size: 1.981vw;
  }
}
@media screen and (max-width: 960px) {
  .features {
    padding-top: 0;
    padding-bottom: 110px;
  }
  .features h2 {
    margin-bottom: 4.167vw;
    font-size: 9.375vw;
  }
  .features_box {
    width: 50%;
    height: 280px;
  }
  .features_box:nth-of-type(1) {
    order: 2;
  }
  .features_box:nth-of-type(2) {
    order: 3;
  }
  .features_box:nth-of-type(3) {
    order: 5;
  }
  .features_box:nth-of-type(4) {
    order: 4;
  }
  .features_box:nth-of-type(5) {
    order: 1;
    width: 100%;
    height: 280px;
    background: #333;
    text-align: center;
  }
  .features_box:nth-of-type(5) img {
    width: auto;
    height: 280px;
  }
  .features_box:nth-of-type(6) {
    order: 7;
  }
  .features_box:nth-of-type(7) {
    order: 6;
  }
  .features_box:nth-of-type(8) {
    order: 8;
  }
  .features_box:nth-of-type(9) {
    order: 9;
  }
  .features_box_inner h3 {
    margin-bottom: 1.042vw;
    font-size: 2.708vw;
  }
  .features_box_inner p {
    font-size: 2.188vw;
  }
}
@media screen and (max-width: 600px) {
  .features {
    padding-top: 0;
    padding-bottom: 60px;
    background: #333;
  }
  .features h2 {
    margin-top: -30px;
    margin-bottom: 20px;
    font-size: 40px;
  }
  .features_box {
    width: 35%;
    height: 200px;
    margin-bottom: 7px;
  }
  .features_box:nth-of-type(1) {
    order: 3;
  }
  .features_box:nth-of-type(2) {
    order: 2;
    width: 65%;
  }
  .features_box:nth-of-type(3) {
    order: 5;
    width: 35%;
  }
  .features_box:nth-of-type(4) {
    order: 4;
    width: 65%;
  }
  .features_box:nth-of-type(5) {
    order: 1;
    height: 150px;
  }
  .features_box:nth-of-type(5) img {
    height: 150px;
  }
  .features_box:nth-of-type(6) {
    order: 6;
    width: 65%;
  }
  .features_box:nth-of-type(7) {
    order: 7;
    width: 35%;
  }
  .features_box:nth-of-type(8) {
    order: 8;
    width: 65%;
  }
  .features_box:nth-of-type(9) {
    order: 9;
    width: 35%;
  }
  .features_box_inner h3 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 23px;
    text-align: left;
  }
  .features_box_inner p {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 428px) {
  .features_box_inner {
    position: relative;
    top: 0;
    transform: none;
  }
  .features_box {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .features_box:nth-of-type(1) {
    order: 3;
    margin-bottom: 30px;
  }
  .features_box:nth-of-type(2) {
    order: 2;
    width: 100%;
  }
  .features_box:nth-of-type(3) {
    order: 5;
    width: 100%;
    margin-bottom: 30px;
  }
  .features_box:nth-of-type(4) {
    order: 4;
    width: 100%;
  }
  .features_box:nth-of-type(5) {
    order: 1;
    height: 100px;
  }
  .features_box:nth-of-type(5) img {
    height: 100px;
  }
  .features_box:nth-of-type(6) {
    order: 6;
    width: 100%;
  }
  .features_box:nth-of-type(7) {
    order: 7;
    width: 100%;
    margin-bottom: 30px;
  }
  .features_box:nth-of-type(8) {
    order: 8;
    width: 100%;
  }
  .features_box:nth-of-type(9) {
    order: 9;
    width: 100%;
    margin-bottom: 0;
  }
  .features_box img {
    height: 250px;
  }
}

/*-----------------------------------------------------
	.strengths
------------------------------------------------------*/
.strengths {
  padding-top: 0;
  padding-bottom: 80px;
  text-align: center;
}
.strengths h2 {
  margin-top: 110px;
  margin-bottom: 70px;
  font-size: 85px;
}
.strengths h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  font-size: 67px;
  font-weight: 900;
  line-height: 1.2;
}
.strengths p {
  margin-bottom: 50px;
  font-size: 25px;
  line-height: 1.8;
}
.strengths .inbox img {
  max-width: 100%;
  margin-bottom: 20px;
}
.strengths h4 {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
}
.voice {
  position: relative;
  margin-top: 150px;
  padding: 0 50px 50px;
  border: 8px solid #dedfdf;
}
.voice::before, .voice::after {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: -8px;
  z-index: 0;
  width: calc(100% + 16px);
  height: 20px;
  background: #fff;
}
.voice::after {
  top: auto;
	bottom: 0;
}
.voice h3 {
  margin-top: -55px;
  margin-bottom: 20px;
}
.voice h3 span {
  padding: 0 50px;
  background: #fff;
  font-size: 49px;
  font-weight: 500;
  line-height: 1;
}
.voice_child {
  width: 48%;
}
.voice_child img {
  width: 148px;
  height: 148px;
}
.voice_child p {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: left;
}
.voice_child p.name {
  margin-bottom: 0;
  font-size: 21px;
}
@media screen and (max-width: 960px) {
  .arrow {
    width: 350px;
    margin: 0 auto;
  }
  .strengths h2 {
    margin-top: 11.458vw;
    margin-bottom: 7.292vw;
    font-size: 9.375vw;
  }
  .strengths h3 {
    margin-bottom: 5.208vw;
    font-size: 6.079vw;
  }
  .strengths p {
    margin-bottom: 5.208vw;
    font-size: 2.404vw;
  }
  .strengths .inbox img {
    margin-bottom: 2.083vw;
  }
  .strengths h4 {
    margin-bottom: 3.125vw;
    font-size: 4.375vw;
  }
  .voice {
    margin-top: 15.625vw;
    padding: 0 5.208vw 5.208vw;
  }
  .voice h3 {
    margin-top: -5.729vw;
    margin-bottom: 2.083vw;
  }
  .voice h3 span {
    padding: 0 5.208vw;
    font-size: 5.104vw;
  }
  .voice_child img {
    width: 15.417vw;
    height: 15.417vw;
  }
  .voice_child p {
    margin-bottom: 2.083vw;
    font-size: 2.5vw;
  }
  .voice_child p.name {
    margin-bottom: 0;
    font-size: 2.188vw;
  }
}
@media screen and (max-width: 600px) {
  .strengths {
    padding-bottom: 60px;
  }
  .arrow {
    width: 250px;
  }
  .strengths h2 {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 40px;
  }
  .strengths h3 {
    margin-bottom: 20px;
    font-size: 38px;
  }
  .strengths p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .strengths .inbox img {
    margin-bottom: 30px;
  }
  .strengths h4 {
    margin-bottom: 30px;
    font-size: 23px;
  }
  .voice {
    margin-top: 80px;
    padding: 0 30px;
    border: 6px solid #dedfdf;
  }
  .voice::before, .voice::after {
    left: -6px;
    width: calc(100% + 12px);
    height: 15px;
  }
  .voice h3 {
    margin-top: -34px;
    margin-bottom: 30px;
  }
  .voice h3 span {
    padding: 0 20px;
    font-size: 25px;
  }
  .voice_child {
    width: 100%;
    margin-bottom: 30px;
  }
  .voice_child img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px !important;
  }
  .voice_child p {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
  }
  .voice_child p.name {
    margin-bottom: 0;
    font-size: 14px;
  }
}

/*-----------------------------------------------------
	.comparison
------------------------------------------------------*/
.comparison {
  padding-top: 80px;
  padding-bottom: 60px;
  background: linear-gradient(to right, #f2f2f3 50%, #e6e6e6 50%);
}
.comparison h2 {
  margin-bottom: 130px;
  font-size: 70px;
  font-weight: 500;
  text-align: center;
}
.comparison_child {
  width: 45%;
}
.comparison_child img {
  width: 100%;
  margin-bottom: 45px;
}
.comparison_child h3 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 38px;
  font-weight: 400;
  border-bottom: 1px solid #000;
}
.comparison_child h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 500;
}
.comparison_child h4:first-of-type {
  margin-top: 0;
}
.comparison_child h4 span {
  font-size: 14px;
}
.comparison_price {
  margin-bottom: 10px;
  font-size: 35px;
}
.yen {
  font-size: 19px;
}
.tax {
  font-size: 14px;
}
.comparison_child p {
  font-size: 14px;
}
.comparison_child p.small {
  margin-top: 60px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .comparison h2 {
    margin-bottom: 13.542vw;
    font-size: 7.292vw;
  }
  .comparison_child img {
    margin-bottom: 4.688vw;
  }
  .comparison_child h3 {
    margin-bottom: 3.125vw;
    padding-bottom: 1.563vw;
    font-size: 3.958vw;
  }
  .comparison_child h4 {
    margin-top: 3.125vw;
    margin-bottom: 1.042vw;
    font-size: 2.396vw;
  }
  .comparison_child h4:first-of-type {
    margin-top: 0;
  }
  .comparison_child h4 span {
    font-size: 1.458vw;
  }
  .comparison_price {
    margin-bottom: 1.042vw;
    font-size: 3.646vw;
  }
  .yen {
    font-size: 1.979vw;
  }
  .tax {
    font-size: 1.458vw;
  }
  .comparison_child p {
    font-size: 1.458vw;
  }
  .comparison_child p.small {
    margin-top: 6.25vw;
    font-size: 1.458vw;
  }
}
@media screen and (max-width: 600px) {
  .comparison {
    padding-top: 60px;
    padding-bottom: 40px;
    background: linear-gradient(to bottom, #f2f2f3 50%, #e6e6e6 50%);
  }
  .comparison h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .comparison_child {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
  .comparison_child h3 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 28px;
  }
  .comparison_child h4 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .comparison_child h4:first-of-type {
    margin-top: 0;
  }
  .comparison_child h4 span {
    font-size: 14px;
  }
  .comparison_price {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.4;
  }
  .yen {
    font-size: 16px;
  }
  .tax {
    font-size: 14px;
  }
  .comparison_child p {
    font-size: 14px;
  }
  .comparison_child p.small {
    margin-top: 40px;
    font-size: 14px;
  }
}

/*-----------------------------------------------------
	.consultation
------------------------------------------------------*/
.consultation {
  padding-top: 0;
  padding-bottom: 145px;
}
.consultation .inbox {
  width: 1178px;
}
.consultation h2 {
  margin-top: 110px;
  margin-bottom: 80px;
  font-size: 85px;
  text-align: center;
}
.consultation_l {
  width: calc(100% - 534px);
}
.consultation_l h3 {
  margin-bottom: 50px;
  font-size: 76px;
  font-weight: 700;
}
.consultation_l h3 span {
  display: block;
  margin-bottom: 20px;
  font-size: 47px;
  font-weight: 500;
}
.consultation_l h4 {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 400;
}
.consultation_l p {
  font-size: 14px;
  line-height: 1.8;
}
.consultation_r {
  position: relative;
  width: 504px;
}
.consultation_r img {
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 100%;
}
.cv {
  position: relative;
  width: 815px;
  margin: 190px auto;
  padding: 30px;
  border: 4px solid #000;
  text-align: center;
}
.cv .label {
  position: absolute;
  top: -70px;
  left: -70px;
  z-index: 2;
  color: #fff;
  width: 160px;
  height: 160px;
  padding: 45px 0;
  background: #000;
  border: 4px solid #fff;
  border-radius: 50%;
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}
.cv p {
  font-size: 27px;
  line-height: 1.6;
}
.cv p span {
  font-size: 20px;
}
.cv a {
  display: block;
  width: 480px;
  margin: 20px auto 0;
  padding: 20px;
  background: #000;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: .33s;
}
.cv a:hover {
  background: #333;
}
.consultation_02_l {
  width: calc(100% - 620px);
}
.consultation_02_l h5 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4;
}
.consultation_02_l h6 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 30px;
  border-top: 1px solid #000;
  font-size: 19px;
  font-weight: 400;
}
.consultation_02_l p {
  font-size: 14px;
  line-height: 1.8;
}
.consultation_02_r {
  position: relative;
  width: 580px;
}
.consultation_02_r img {
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 1238px) {
  .consultation .inbox {
    width: 100%;
    padding: 0 30px;
  }
  .consultation_l {
    width: 60%;
  }
  .consultation_l h3 {
    margin-bottom: 4.039vw;
    font-size: 6.139vw;
  }
  .consultation_l h3 span {
    margin-bottom: 1.616vw;
    font-size: 3.796vw;
  }
  .consultation_l h4 {
    margin-bottom: 2.423vw;
    font-size: 19px;
  }
  .consultation_l p {
    font-size: 14px;
  }
  .consultation_r {
    width: 39%;
  }
  .cv {
    width: 90%;
    margin: 15.347vw auto;
    padding: 2.423vw;
  }
  .cv .label {
    top: -5.654vw;
    left: -5.654vw;
    width: 12.924vw;
    height: 12.924vw;
    padding: 3.635vw 0;
    font-size: 3.393vw;
    line-height: 4.847vw;
  }
  .cv p {
    font-size: 2.181vw;
  }
  .cv p span {
    font-size: 1.616vw;
  }
  .cv a {
    width: 38.772vw;
    margin: 20px auto 0;
    padding: 1.616vw;
    font-size: 3.069vw;
  }
  .consultation_02_l {
    width: 48%;
  }
  .consultation_02_l h5 {
    margin-bottom: 2.423vw;
    font-size: 2.827vw;
  }
  .consultation_02_l h6 {
    margin-top: 2.423vw;
    margin-bottom: 1.616vw;
    padding-top: 2.423vw;
    font-size: 1.535vw;
  }
  .consultation_02_r {
    width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .comparison h2 {
    margin-bottom: 13.542vw;
    font-size: 7.292vw;
  }
  .consultation_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .consultation_r {
    width: 100%;
  }
  .consultation_r img {
    position: static;
    top: 0;
    transform: none;
  }
  .consultation_02_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .consultation_02_r {
    width: 100%;
  }
  .consultation_02_r img {
    position: static;
    top: 0;
    transform: none;
  }
}
@media screen and (max-width: 600px) {
  .consultation {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .consultation h2 {
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 40px;
  }
  .consultation_l h3 {
    margin-bottom: 40px;
    font-size: 36px;
  }
  .consultation_l h3 span {
    margin-bottom: 20px;
    font-size: 23px;
  }
  .consultation_l h4 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.4;
  }
  .cv {
    margin: 60px auto;
    padding: 40px 10px 10px;
    border: 2px solid #000;
  }
  .cv .label {
    top: -30px;
    left: -30px;
    width: 80px;
    height: 80px;
    padding: 24px 0;
    border: 4px solid #fff;
    font-size: 18px;
    line-height: 1;
  }
  .cv p {
    font-size: 16px;
  }
  .cv p span {
    font-size: 13px;
  }
  .cv a {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px;
    background: #000;
    font-size: 24px;
    line-height: 1.4;
  }
  .consultation_02_l h5 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .consultation_02_l h6 {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 30px;
    font-size: 19px;
  }
  .consultation_02_l p {
    font-size: 16px;
  }
}

/*-----------------------------------------------------
	.monitor
------------------------------------------------------*/
.monitor {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f2f2f3;
  overflow: hidden;
}
.monitor .inbox {
  position: relative;
}
.monitor .inbox::after {
  content: "";
  display: block;
  position: absolute;
	top: 150px;
	right: -265px;
  width: 578px;
  height: 325px;
  background: url("../img/monitor.jpg") no-repeat center center;
  background-size: cover;
}
.monitor h2 {
  margin-bottom: 60px;
  font-size: 85px;
  text-align: center;
}
.monitor h3 {
  margin-bottom: 30px;
  font-size: 32px;
}
.monitor p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.8;
}
.cyui {
  margin-top: 120px;
  padding: 0 90px;
}
.cyui h4 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  font-size: 19px;
}
.cyui ul li {
  margin-left: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.4;
}
.monitor_img {
  display: none;
}
@media screen and (max-width: 1600px) {
  .monitor .inbox::after {
    right: -16.562vw;
    width: 36.125vw;
    height: 20.313vw;
  }
}
@media screen and (max-width: 1200px) {
  .monitor .inbox::after {
    right: -10.562vw;
  }
}
@media screen and (max-width: 1060px) {
  .monitor .inbox::after {
    display: none;
  }
  .monitor_img {
    display: block;
    text-align: center;
  }
  .monitor_img img {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .monitor h2 {
    margin-bottom: 6.25vw;
    font-size: 7.292vw;
  }
  .monitor h3 {
    margin-bottom: 3.125vw;
    font-size: 3.333vw;
  }
  .monitor p {
    margin-bottom: 3.125vw;
    font-size: 1.771vw;
  }
  .cyui {
    margin-top: 12.5vw;
    padding: 0 9.375vw;
  }
  .cyui h4 {
    margin-bottom: 2.083vw;
    padding-bottom: 2.083vw;
    font-size: 1.979vw;
  }
  .cyui ul li {
    margin-left: 2.083vw;
    margin-bottom: 0.521vw;
    font-size: 1.354vw;
  }
  .monitor_img img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .monitor {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .monitor h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .monitor h3 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.4;
  }
  .monitor p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .cyui {
    margin-top: 60px;
    padding: 0;
  }
  .cyui h4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 19px;
  }
  .cyui ul li {
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
  padding: 200px 30px 100px;
  text-align: center;
}
.footer_logo {
  width: 222px;
  height: auto;
  margin-bottom: 40px;
}
address {
  width: 400px;
  max-width: 100%;
  margin: 0 auto 40px;
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
  text-align: left;
}
.tel {
  justify-content: center;
  gap: 20px;
  margin-bottom: 140px;
  font-size: 23px;
}
.tel a {
  color: #000;
  text-decoration: none;
}
small {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  footer {
    padding: 60px 30px 60px;
    text-align: center;
  }
  .tel {
    margin-bottom: 60px;
  }
}
/*-----------------------------------------------------
	others
------------------------------------------------------*/
.tb {
	display: none !important;
}
.sp {
	display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~767px SP
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
	.pc {
		display: none !important;
	}
	.tb {
		display: block !important;
	}
}
@media screen and (max-width: 600px) {
  .tb {
		display: none !important;
	}
  .sp {
		display: block !important;
	}
}