@charset "utf-8";
/*共通
 ----------------------------------------------------*/
h1.page_main {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background: #f9f8f8;
  padding: 30px 0 40px;
  background: url(../img/common/page-bg.svg) no-repeat bottom center/100%, #f9f8f8;
}
h1.page_main span {
  display: block;
  text-align: center;
  font-size: 19px;
}
h1.page_main span:first-letter {
  text-transform: uppercase;
}
h1.page_main::first-letter {
  color: #01be9f;
}
h1.page_main::after {
  content: "";
  display: block;
  width: 0.2em;
  height: 6px;
  max-width: 100%;
  margin: 0.2em auto 0;
  border-right: 0.2em solid #ccc;
  border-left: 0.2em solid #ccc;
  padding: 0 0.2em;
  background-color: #01be9f;
  background-clip: content-box;
}
.breadcrumb {
  margin-top: 20px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
.breadcrumb ol {
  display: flex;
}
.breadcrumb ol li + li::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 1px;
  margin: 0 0.9em;
  border-top: 1px solid;
  vertical-align: middle;
  box-sizing: border-box;
}
.breadcrumb ol li.liHome::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 1.07em;
  margin-right: 0.6em;
  background: url(../img/inspection/common/icon_breadcrumb-home.svg) no-repeat center center/contain;
}
/*はじめての方へ
 ----------------------------------------------------*/
.page_guide_top {
  background: url(../img/guide/guideImg03.png) no-repeat center 300px/ 400px, url(../img/guide/guideImg02.svg) no-repeat bottom center/ 100% auto, url(../img/guide/guideImg01.png) no-repeat center 100px/ 700px auto;
  min-height: 1050px;
}
@media only screen and (max-width: 640px) {
  .page_guide_top {
    background: url(../img/guide/guideImg03.png) no-repeat center 210px/ 280px, url(../img/guide/guideImg01.png) no-repeat center 60px/ 400px auto;
    min-height: initial;
    padding: 0;
  }
}
.page_guide_top h2 {
  font-size: 33px;
  text-align: center;
  line-height: 47px;
  padding-top: 190px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
@media only screen and (max-width: 640px) {
  .page_guide_top h2 {
    font-size: 23px;
    padding-top: 120px;
  }
}
.page_guide_top h2 span {
  display: block;
  color: #e2944d;
  font-size: 33px;
  text-align: center;
  line-height: 47px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .page_guide_top h2 span {
    font-size: 23px;
  }
}
.page_guide_top .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 22%;
  min-width: 400px;
  margin: 270px auto 20px;
}
@media only screen and (max-width: 768px) {
  .page_guide_top .list {
    width: 50%;
    margin: 380px auto 100px;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_top .list {
    width: 90%;
    margin: 130px auto 40px;
    min-width: 300px;
  }
}
.page_guide_top .box {
  text-align: center;
  display: table;
  background: white;
  border-radius: 50%;
  padding: 1%;
}
.page_guide_top .box p {
  display: table-cell;
  font-size: 19px;
  vertical-align: middle;
  color: #e2944d;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px dashed #e2944d;
  background: #fff;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .page_guide_top .box p {
    font-size: 15px;
    width: 100px;
    height: 100px;
  }
}
.page_guide_top .desc {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_guide_top .desc {
    padding-bottom: 8%;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_top .desc {
    background: #45e6cb;
    padding-top: 4%;
  }
}
.page_guide_top .desc p {
  font-size: 27px;
  font-weight: 700;
  color: #fff797;
  text-align: center;
  margin-bottom: 10px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .page_guide_top .desc p {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.page_guide_top .desc h3 {
  display: inline;
  font-size: 40px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border-bottom: 3px dashed #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .page_guide_top .desc h3 {
    font-size: 30px;
    line-height: 2;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_top .desc h3 {
    font-size: 20px;
  }
}
.page_guide_sec01 {
  background: url(../img/guide/sec01_bg.svg) no-repeat center center / cover;
  padding: 67px 0 56px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec01 {
    padding: 120px 0 50px;
  }
}
.page_guide_sec01 p {
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 0.8;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec01 p {
    font-size: 2rem;
  }
}
.page_guide_sec01 p span.txt {
  display: inline-block;
  font-size: 57px;
  font-weight: 700;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec01 p span.txt {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_sec01 p span.txt {
    font-size: 3rem;
  }
}
.page_guide_sec01 p span.icon {
  display: inline-block;
  font-size: 57px;
  font-weight: 700;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  transform: rotate(15deg);
}
@media only screen and (max-width: 768px) {
  .page_guide_sec01 p span.icon {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_sec01 p span.icon {
    font-size: 3rem;
  }
}
.page_guide_sec01 .txt01 {
  position: absolute;
  width: 300px;
  top: -30px;
  left: 22%;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec01 .txt01 {
    width: 240px;
    top: -30px;
    left: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_sec01 .txt01 {
    width: 240px;
    top: 30px;
    left: 10px;
  }
}
.page_guide_sec01 .img01 {
  position: absolute;
  width: 290px;
  bottom: 10px;
  right: 130px;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec01 .img01 {
    width: 170px;
    bottom: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_sec01 .img01 {
    position: initial;
    display: block;
    width: 60%;
    margin: 20px auto 0;
  }
}
.page_guide_sec02 {
  background: rgba(1, 190, 159, 0.05);
  padding: 86px 0;
}
.page_guide_sec02 .question {
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  color: rgba(1, 190, 159, 1);
  margin-bottom: 20px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec02 .question {
    font-size: 27px;
    width: 80%;
    margin: 0 auto 6%;
  }
}
.page_guide_sec02 .question span {
  color: #fff;
  text-shadow: 0 0 2px #01be9f, 0 0 2px #01be9f, 0 0 2px #01be9f, 0 0 2px #01be9f, 0 0 2px #01be9f, 0 0 2px #01be9f, 0 0 2px #01be9f, 0 0 2px #01be9f, 0 0 2px #01be9f, 0 0 2px #01be9f, 0 0 2px #01be9f, 0 0 2px #01be9f, 0 0 2px #01be9f, 0 0 2px #01be9f, 0 0 2px #01be9f, 0 0 2px #01be9f;
}
.page_guide_sec02 .box {
  max-width: 980px;
  margin: 0 auto;
  padding: 54px 180px 0px;
  box-sizing: border-box;
  position: relative;
  background: url(../img/guide/sec02_bg.svg) no-repeat center center / contain;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec02 .box {
    width: 90%;
    padding: 10%;
    background: #fff;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_sec02 .box {
    padding: 6%;
  }
}
.page_guide_sec02 .box ul {
  margin-bottom: 63px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec02 .box ul {
    margin-bottom: 100px;
  }
}
.page_guide_sec02 .box li {
  font-size: 19px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding: 1%;
  padding-left: 40px;
  background: url(../img/guide/sec02_img04.svg) no-repeat left center / contain;
  background-size: 30px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec02 .box li {
    font-size: 15px;
    background-size: 23px;
  }
}
.page_guide_sec02 .box li span {
  color: #01be9f;
  font-size: 19px;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec02 .box li span {
    font-size: 15px;
  }
}
.page_guide_sec02 .box p {
  font-size: 29px;
  font-weight: 700;
  color: #e2944d;
  text-align: center;
  padding-bottom: 60px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page_guide_sec02 .img01 {
  position: absolute;
  width: 147px;
  top: 100px;
  left: -38px;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec02 .img01 {
    position: absolute;
    width: 147px;
    top: initial;
    bottom: 10px;
    left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_sec02 .img01 {
    width: 100px;
  }
}
.page_guide_sec02 .img02 {
  position: absolute;
  width: 140px;
  top: 30px;
  right: -10px;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec02 .img02 {
    position: absolute;
    width: 120px;
    top: initial;
    bottom: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_sec02 .img02 {
    width: 80px;
  }
}
.page_guide_sec02 .txt01 {
  text-align: center;
}
.page_guide_sec02 .txt01 span {
  display: inline-block;
  font-size: 47px;
  font-weight: 700;
  text-align: center;
  color: #c30;
  position: relative;
  border-bottom: 20px solid #fffc92;
  line-height: 0.8;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec02 .txt01 span {
    font-size: 27px;
  }
}
.page_guide_sec02 .txt02 {
  max-width: 946px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec02 .txt02 {
    width: 86%;
  }
}
.page_guide_sec02 .img03 {
  max-width: 190px;
  margin: 40px auto 57px;
}
.page_guide_sec03 {
  background: rgba(1, 190, 159, 0.05);
  padding: 56px 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03 {
    padding: 56px 0 0;
  }
}
.page_guide_sec03 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
  background: url(../img/guide/sec03_img03.svg) no-repeat 96% 30px/ 400px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03 .box {
    background: url(../img/guide/sec03_img03.svg) no-repeat left 70px/ 140px;
    padding-top: 0px;
  }
}
.page_guide_sec03 .box .boxL {
  width: 10%;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03 .box .boxL {
    width: 100%;
  }
}
.page_guide_sec03 .box .boxL img {
  max-width: 80px;
  display: block;
  padding: 80px 20px 0;
  box-sizing: border-box;
  background: url(../img/guide/reason.svg) no-repeat top center / 70px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03 .box .boxL img {
    display: none;
  }
}
.page_guide_sec03 .box .boxL p {
  font-size: 50px;
  font-weight: 700;
  writing-mode: vertical-rl;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03 .box .boxL p {
    font-size: 38px;
    writing-mode: initial;
    padding: 0px 12px 0 70px;
    background: url(../img/guide/reason.svg) no-repeat center left / 60px;
  }
}
.page_guide_sec03 .box .boxR {
  width: 86%;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03 .box .boxR {
    width: 100%;
    padding: 8%;
    margin-top: 50px;
  }
}
.page_guide_sec03 .box .boxR .box02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 62px;
}
.page_guide_sec03 .box .boxR .box02 .box02L {
  width: 58%;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec03 .box .boxR .box02 .box02L {
    width: 100%;
    margin-bottom: 8%;
  }
}
.page_guide_sec03 .box .boxR .box02 .box02L h3 {
  font-size: 33px;
  line-height: 62px;
  color: #e2944d;
  display: inline;
  border-bottom: 1px dashed #e2944d;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03 .box .boxR .box02 .box02L h3 {
    font-size: 20px;
    line-height: 2;
  }
}
.page_guide_sec03 .box .boxR .box02 .box02L p {
  font-size: 18px;
  line-height: 35px;
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03 .box .boxR .box02 .box02L p {
    font-size: 16px;
  }
}
.page_guide_sec03 .box .boxR .box02 .box02R {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec03 .box .boxR .box02 .box02R {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03 .box .boxR .box02 .box02R {
    width: 80%;
  }
}
.page_guide_sec03 .box .boxR .box03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f9f8f8;
  padding: 44px;
  box-sizing: border-box;
  border-radius: 0px 40px 40px 40px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03 .box .boxR .box03 {
    padding: 30px;
  }
}
.page_guide_sec03 .box .boxR .box03 .box03L {
  width: 22%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec03 .box .boxR .box03 .box03L {
    width: 50%;
    margin: 0 auto 8%;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03 .box .boxR .box03 .box03L {
    width: 90%;
  }
}
.page_guide_sec03 .box .boxR .box03 .box03L .img02 {
  display: block;
  width: 72%;
  margin: 0 auto 2%;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03 .box .boxR .box03 .box03L .img02 {
    width: 62%;
  }
}
.page_guide_sec03 .box .boxR .box03 .box03L p {
  font-size: 15px;
  text-align: center;
  color: #e2944d;
}
.page_guide_sec03 .box .boxR .box03 .box03R {
  width: 76%;
}
.page_guide_sec03 .box .boxR .box03 .box03R h4 {
  position: relative;
  color: #e1934d;
  font-weight: bold;
  font-size: 2.2rem;
  padding-bottom: 10px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03 .box .boxR .box03 .box03R h4 {
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .page_guide_sec03 .box .boxR .box03 .box03R {
    width: 100%;
  }
}
.page_guide_sec03 .box .boxR .box03 .box03R p {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03 .box .boxR .box03 .box03R p {
    font-size: 14px;
  }
}
.page_guide_sec03::before {
  content: "";
  display: inline-block;
  width: 40%;
  height: 70%;
  background: #01be9f;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec03::before {
    width: 100%;
    height: 100%;
  }
}
.page_guide_sec04 {
  background: rgba(1, 190, 159, 0.05);
  padding: 56px 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec04 {
    padding: 56px 0 0;
  }
}
.page_guide_sec04 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
  background: url(../img/guide/sec03_img04.svg) no-repeat 6% 30px/ 210px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec04 .box {
    background: url(../img/guide/sec03_img03.svg) no-repeat left 70px/ 140px;
    padding-top: 0px;
  }
}
.page_guide_sec04 .box .boxL {
  width: 10%;
  order: 2;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec04 .box .boxL {
    width: 100%;
    order: 1;
  }
}
.page_guide_sec04 .box .boxL img {
  max-width: 80px;
  display: block;
  padding: 80px 20px 0;
  box-sizing: border-box;
  background: url(../img/guide/reason.svg) no-repeat top center / 70px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec04 .box .boxL img {
    display: none;
  }
}
.page_guide_sec04 .box .boxL p {
  font-size: 50px;
  font-weight: 700;
  writing-mode: vertical-rl;
  color: #fff;
  padding: 80px 20px 0;
  background: url(../img/guide/reason.svg) no-repeat top center / 70px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec04 .box .boxL p {
    font-size: 38px;
    writing-mode: initial;
    padding: 0px 12px 0 70px;
    background: url(../img/guide/reason.svg) no-repeat center left / 60px;
  }
}
.page_guide_sec04 .box .boxR {
  width: 86%;
  order: 1;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec04 .box .boxR {
    width: 100%;
    padding: 8%;
    order: 2;
    margin-top: 50px;
  }
}
.page_guide_sec04 .box .boxR .box02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 62px;
}
.page_guide_sec04 .box .boxR .box02 .box02L {
  width: 58%;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec04 .box .boxR .box02 .box02L {
    width: 100%;
    margin-bottom: 8%;
  }
}
.page_guide_sec04 .box .boxR .box02 .box02L h3 {
  font-size: 33px;
  line-height: 62px;
  color: #e2944d;
  display: inline;
  border-bottom: 1px dashed #e2944d;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec04 .box .boxR .box02 .box02L h3 {
    font-size: 20px;
    line-height: 2;
  }
}
.page_guide_sec04 .box .boxR .box02 .box02L p {
  font-size: 18px;
  line-height: 35px;
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec04 .box .boxR .box02 .box02L p {
    font-size: 16px;
  }
}
.page_guide_sec04 .box .boxR .box02 .box02R {
  width: 36%;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec04 .box .boxR .box02 .box02R {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_sec04 .box .boxR .box02 .box02R {
    width: 80%;
  }
}
.page_guide_sec04 .box .boxR .box03 .txt01 {
  width: 90%;
  margin: 0 auto 4%;
}
.page_guide_sec04 .box .boxR .box03 .img02 {
  display: block;
}
.page_guide_sec04::before {
  content: "";
  display: inline-block;
  width: 40%;
  height: 70%;
  background: #01be9f;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec04::before {
    width: 100%;
    height: 100%;
  }
}
.page_guide_sec05 {
  background: rgba(1, 190, 159, 0.05);
  padding: 56px 0;
  position: relative;
}
.page_guide_sec05 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
  background: url(../img/guide/sec03_img05.svg) no-repeat 96% 30px/ 210px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec05 .box {
    background: url(../img/guide/sec03_img03.svg) no-repeat left 70px/ 140px;
    padding-top: 0px;
  }
}
.page_guide_sec05 .box .boxL {
  width: 10%;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec05 .box .boxL {
    width: 100%;
  }
}
.page_guide_sec05 .box .boxL img {
  max-width: 80px;
  display: block;
  padding: 80px 20px 0;
  box-sizing: border-box;
  background: url(../img/guide/reason.svg) no-repeat top center / 70px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec05 .box .boxL img {
    display: none;
  }
}
.page_guide_sec05 .box .boxL p {
  font-size: 50px;
  font-weight: 700;
  writing-mode: vertical-rl;
  color: #fff;
  padding: 80px 20px 0;
  background: url(../img/guide/reason.svg) no-repeat top center / 70px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec05 .box .boxL p {
    font-size: 38px;
    writing-mode: initial;
    padding: 0px 12px 0 70px;
    background: url(../img/guide/reason.svg) no-repeat center left / 60px;
  }
}
.page_guide_sec05 .box .boxR {
  width: 86%;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec05 .box .boxR {
    width: 100%;
    padding: 8%;
    margin-top: 50px;
  }
}
.page_guide_sec05 .box .boxR .box02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 62px;
}
.page_guide_sec05 .box .boxR .box02 .box02L {
  width: 58%;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec05 .box .boxR .box02 .box02L {
    width: 100%;
    margin-bottom: 8%;
  }
}
.page_guide_sec05 .box .boxR .box02 .box02L h3 {
  font-size: 33px;
  line-height: 62px;
  color: #e2944d;
  display: inline;
  border-bottom: 1px dashed #e2944d;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec05 .box .boxR .box02 .box02L h3 {
    font-size: 20px;
    line-height: 2;
  }
}
.page_guide_sec05 .box .boxR .box02 .box02L p {
  font-size: 18px;
  line-height: 35px;
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec05 .box .boxR .box02 .box02L p {
    font-size: 16px;
  }
}
.page_guide_sec05 .box .boxR .box02 .box02R {
  width: 36%;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec05 .box .boxR .box02 .box02R {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_sec05 .box .boxR .box02 .box02R {
    width: 80%;
  }
}
.page_guide_sec05 .box .boxR .box03 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec05 .box .boxR .box03 {
    padding: 0px;
  }
}
.page_guide_sec05 .box .boxR .box03 .box03Single {
  width: 28%;
  text-align: center;
  padding: 4%;
  margin: 0% 2% 4%;
  box-sizing: border-box;
  background: url(../img/guide/sec05_img02.svg) no-repeat center center / contain;
}
@media only screen and (max-width: 768px) {
  .page_guide_sec05 .box .boxR .box03 .box03Single {
    width: 46%;
  }
}
@media only screen and (max-width: 640px) {
  .page_guide_sec05 .box .boxR .box03 .box03Single {
    width: 100%;
    margin-bottom: 8%;
    padding: 8%;
  }
}
.page_guide_sec05 .box .boxR .box03 .box03Single h4 {
  font-size: 21px;
  line-height: 30px;
  color: #01be9f;
  padding-bottom: 6%;
  margin-bottom: 6%;
  position: relative;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page_guide_sec05 .box .boxR .box03 .box03Single h4::after {
  content: "";
  width: 100px;
  height: 3px;
  color: #fff;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page_guide_sec05 .box .boxR .box03 .box03Single p {
  font-size: 15px;
  line-height: 22px;
}
.page_guide_sec05 .box .boxR .box03 .box03Single img {
  display: block;
  width: 30px;
  margin: 0 auto 4%;
  text-align: center;
}
.page_guide_sec05 .box .boxR .box03 .box03Single:nth-child(4) h4 {
  padding: 20px 0;
}
.page_guide_sec05 .box .boxR .img04 {
  margin: 60px 0;
}
.page_guide_sec05::before {
  content: "";
  display: inline-block;
  width: 40%;
  height: 70%;
  background: #01be9f;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .page_guide_sec05::before {
    width: 100%;
    height: 100%;
  }
}
