@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Jost:wght@600;700;800;900&family=Roboto:wght@400;500;700&display=swap");
/* color
=========================================== */
/* font
=========================================== */
/* html
=========================================== */
html {
  line-height: 1.6;
}

body {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

/* section
=========================================== */
section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

/* bg
=========================================== */
.contactBoxbg {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #292929), to(#292929));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #292929 50%, #292929 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #292929 50%, #292929 100%);
}

article {
  background: #fff;
}

/* container
=========================================== */
.container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .container {
    width: 96%;
  }
}

/* flex
=========================================== */
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* mv
=========================================== */
.mv {
  padding-top: 110px;
  padding-bottom: 57px;
  background: #F7F7F7;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mv {
    padding-top: 70px;
  }
}
.mv img {
  width: 95%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  border-radius: 20px;
}

/* text_box
=========================================== */
.text_box {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .text_box {
    margin-bottom: 20px;
  }
}
.text_box span {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 5.4rem;
  color: #0439AF;
  margin-bottom: 41px;
  position: relative;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .text_box span {
    font-size: 4rem;
    margin-bottom: 34px;
  }
}
@media (max-width: 520px) {
  .text_box span {
    font-size: 3.2rem;
  }
}
.text_box span:after {
  content: "";
  position: absolute;
  border: 1px solid #0439AF;
  height: 25px;
  bottom: -26px;
  right: 50%;
}
.text_box h2 {
  font-size: 1.6rem;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .text_box h2 {
    margin-bottom: 30px;
  }
}
.text_box p {
  font-size: 1.8rem;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .text_box p {
    font-size: 1.4rem;
  }
}

/* marker
=========================================== */
.marker {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFEB3B));
  background: -webkit-linear-gradient(transparent 70%, #FFEB3B 70%);
  background: linear-gradient(transparent 70%, #FFEB3B 70%);
}

/* frame
=========================================== */
.frame h2, .frame span {
  color: #fff;
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .frame h2, .frame span {
    font-size: 2.2rem;
  }
}
@media (max-width: 520px) {
  .frame h2, .frame span {
    font-size: 1.8rem;
  }
}
.frame h2 {
  background: #0439AF;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .frame h2 {
    margin-bottom: 40px;
  }
}
.frame span {
  color: #FFEB3B;
  position: relative;
}
.frame span:after {
  content: "";
  position: absolute;
  border-top: 30px solid #0439AF;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  top: 88px;
  left: -20px;
}
@media (max-width: 767px) {
  .frame span:after {
    top: 58px;
  }
}
@media (max-width: 520px) {
  .frame span:after {
    top: 55px;
    left: -25px;
  }
}
.frame p {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .frame p {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}

/* code01
=========================================== */
.code01 {
  margin: 80px 0;
  position: relative;
  z-index: 1;
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .code01 {
    margin: 19px 0 40px;
  }
}
.code01:before {
  content: "";
  position: absolute;
  background: url(/jyuku/img/jyuku_dots_pattern02.svg);
  max-width: 436px;
  width: 100%;
  height: 460px;
  left: 0;
  z-index: -1;
  top: 40px;
}
@media (max-width: 767px) {
  .code01:before {
    content: none;
  }
}
.code01 .inner {
  position: relative;
  padding-bottom: 80px;
}
.code01 .inner:after {
  content: "";
  position: absolute;
  background: #E9F0FF;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 20px;
  left: 0;
  right: 0;
  top: 40px;
  z-index: -1;
}
@media (max-width: 767px) {
  .code01 .inner:after {
    top: 27px;
  }
}
@media (max-width: 520px) {
  .code01 .inner:after {
    top: 22px;
  }
}
.code01 .contents {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 818px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 16px;
}
@media (max-width: 1080px) {
  .code01 .contents {
    width: 90%;
  }
}
@media (max-width: 993px) {
  .code01 .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.code01 .one_content {
  width: 44%;
  border-radius: 20px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 993px) {
  .code01 .one_content {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .code01 .one_content {
    width: 100%;
  }
}
.code01 .one_content figure {
  width: 100%;
  height: auto;
}
.code01 .one_content figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px 18px 0 0;
}
.code01 .plus {
  width: 60px;
  height: 60px;
  position: relative;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 993px) {
  .code01 .plus {
    margin-right: auto;
    margin-left: auto;
  }
}
.code01 .content_text {
  position: relative;
}
.code01 .content_text .about_text {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
}
.code01 .content_text .about_text span {
  padding: 4px 14px;
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 2px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .code01 .content_text .about_text span {
    font-size: 2rem;
  }
}
.code01 .content_text .about_text span:last-child {
  margin-left: 6px;
}
.code01 .content_text .text_title {
  font-size: 2rem;
  color: #0439AF;
  padding: 30px 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .code01 .content_text .text_title {
    font-size: 1.6rem;
  }
}
.code01 .content_text p {
  font-size: 1.5rem;
  padding: 16px 24px 24px 24px;
  text-align: left;
}
@media (max-width: 767px) {
  .code01 .content_text p {
    font-size: 1.4rem;
  }
}
.code01 .about01 {
  border: 2px solid #E320D2;
}
.code01 .about01 .text_title {
  color: #E320D2;
}
.code01 .about01 .content_text .about_text span {
  background: #E320D2;
}
.code01 .about02 {
  border: 2px solid #1490FC;
}
.code01 .about02 .text_title {
  color: #1490FC;
}
.code01 .about02 .content_text .about_text span {
  background: #1490FC;
}

/* code02
=========================================== */
.code02 {
  background: #F7F7F7;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .code02 {
    padding: 40px 0;
  }
}
.code02 .text_box {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .code02 .text_box {
    margin-bottom: 30px;
  }
}
.code02 .one_list {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 4px dotted #D5D5D5;
}
@media (max-width: 1080px) {
  .code02 .one_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .code02 .one_list {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
}
.code02 .one_list .flex {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  margin-bottom: 40px;
}
@media (max-width: 1080px) {
  .code02 .one_list .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.code02 .one_list figure {
  max-width: 487px;
  width: 100%;
  height: 364px;
}
@media (max-width: 767px) {
  .code02 .one_list figure {
    max-width: 335px;
    height: 245px;
  }
}
.code02 .one_list figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1080px) {
  .code02 .one_list:nth-child(2), .code02 .one_list:nth-child(4), .code02 .one_list:nth-child(6) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.code02 .one_list_img {
  border: 2px solid #0439AF;
  padding: 40px 30px;
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 767px) {
  .code02 .one_list_img {
    margin-bottom: 20px;
  }
}
.code02 .one_list_img .img_title {
  color: #0439AF;
  font-size: 2.4rem;
  text-align: left;
  padding-bottom: 11px;
  border-bottom: 2px solid #0439AF;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .code02 .one_list_img .img_title {
    font-size: 1.8rem;
  }
}
.code02 .one_list_img .img_title:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #D5D5D5;
  width: 84%;
  right: 0;
  bottom: -2px;
}
.code02 .one_list_img img {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .code02 .one_list_img img {
    font-size: 1.4rem;
    margin-bottom: 30px;
    max-width: none;
    width: 1020px;
    overflow-x: auto;
  }
}
.code02 .one_list_img img:first-child {
  margin-bottom: 20px;
}
.code02 .one_list_img span {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .code02 .one_list_img span {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.code02 .one_list_img:last-child {
  margin-bottom: 0;
}
.code02 .list_text {
  width: 50%;
  position: relative;
}
@media (max-width: 1080px) {
  .code02 .list_text {
    width: 100%;
  }
}
.code02 .list_text > p {
  font-size: 1.8rem;
  text-align: left;
}
@media (max-width: 767px) {
  .code02 .list_text > p {
    font-size: 1.4rem;
  }
}
.code02 .list_text > img {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .code02 .list_text > img {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
    padding-right: 30px;
  }
}
.code02 .list_text .list_title {
  font-size: 3.2rem;
  color: #0439AF;
  margin-top: 80px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .code02 .list_text .list_title {
    font-size: 2.6rem;
  }
}
@media (max-width: 520px) {
  .code02 .list_text .list_title {
    font-size: 1.8rem;
  }
}
.code02 .list_text .list_title > span {
  color: #FFEB3B;
  background: #0439AF;
  padding: 2px 8px;
  margin: 0 5px;
}

/* code03
=========================================== */
.code03 {
  background: #E9F0FF;
  margin-bottom: 0;
}
.code03 .sec_title {
  background: -webkit-linear-gradient(135deg, #0439AF 30%, #1143B1 0, #1143B1 50%, #0439AF 0, #0439AF 80%, #1143B1 0);
  background: linear-gradient(-45deg, #0439AF 30%, #1143B1 0, #1143B1 50%, #0439AF 0, #0439AF 80%, #1143B1 0);
  background-size: 29px 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
  margin-bottom: 108px;
  position: relative;
}
@media (max-width: 767px) {
  .code03 .sec_title {
    padding: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 520px) {
  .code03 .sec_title {
    padding: 20px;
    margin-bottom: 35.5px;
  }
}
.code03 .sec_title:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 60px;
  bottom: -58px;
  left: 0;
  right: 28px;
  margin-right: auto;
  margin-left: auto;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 5%, 50% 100%, 0 5%);
          clip-path: polygon(0 0, 100% 0%, 100% 5%, 50% 100%, 0 5%);
  background: -webkit-linear-gradient(135deg, #0439AF 30%, #1143B1 0, #1143B1 50%, #0439AF 0, #0439AF 80%, #1143B1 0);
  background: linear-gradient(-45deg, #0439AF 30%, #1143B1 0, #1143B1 50%, #0439AF 0, #0439AF 80%, #1143B1 0);
  background-size: 29px 29px;
}
@media (max-width: 993px) {
  .code03 .sec_title:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .code03 .sec_title:after {
    width: 60px;
    height: 40px;
    bottom: -38px;
  }
}
@media (max-width: 520px) {
  .code03 .sec_title:after {
    width: 40px;
    height: 20px;
    bottom: -18px;
  }
}
.code03 .sec_title h2 {
  color: #FFEB3B;
  font-size: 4rem;
  position: relative;
  display: inline-block;
  padding: 0 40px;
}
.code03 .sec_title h2:before {
  content: "";
  position: absolute;
  background: url(/jyuku/wet/img/deco_img01.png) no-repeat;
  background-size: contain;
  max-width: 66px;
  width: 100%;
  height: 142px;
  top: -35px;
  left: -10%;
}
@media (max-width: 993px) {
  .code03 .sec_title h2:before {
    height: 112px;
    top: -26px;
    left: -5%;
  }
}
@media (max-width: 767px) {
  .code03 .sec_title h2:before {
    height: 70px;
    top: -14px;
    left: -3%;
  }
}
@media (max-width: 520px) {
  .code03 .sec_title h2:before {
    max-width: 22px;
    height: 48px;
    top: -10px;
    left: 0;
  }
}
.code03 .sec_title h2:after {
  content: "";
  position: absolute;
  background: url(/jyuku/wet/img/deco_img02.png) no-repeat;
  background-size: contain;
  max-width: 141px;
  width: 100%;
  height: 112px;
  top: -22px;
  right: -20%;
}
@media (max-width: 993px) {
  .code03 .sec_title h2:after {
    max-width: 121px;
    right: -14%;
    top: -11px;
  }
}
@media (max-width: 767px) {
  .code03 .sec_title h2:after {
    max-width: 64px;
    top: 0;
    right: -7%;
  }
}
@media (max-width: 520px) {
  .code03 .sec_title h2:after {
    max-width: 44px;
    height: 35px;
    right: -2%;
  }
}
@media (max-width: 767px) {
  .code03 .sec_title h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 520px) {
  .code03 .sec_title h2 {
    font-size: 1.8rem;
  }
}
.code03 .compare_content {
  background: #fff;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .code03 .compare_content {
    margin-bottom: 40px;
  }
}
@media (max-width: 520px) {
  .code03 .compare_content {
    margin-bottom: 20px;
  }
}
.code03 .compare_content .title {
  background: #0439AF;
  padding: 70px 0 50px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .code03 .compare_content .title {
    padding: 30px 0;
    margin-bottom: 16px;
  }
}
.code03 .compare_content .title h3 {
  font-size: 3.6rem;
  color: #fff;
  position: relative;
  display: block;
  z-index: 3;
}
@media (max-width: 993px) {
  .code03 .compare_content .title h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .code03 .compare_content .title h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 520px) {
  .code03 .compare_content .title h3 {
    font-size: 1.8rem;
  }
}
.code03 .compare_content .title h3:before {
  content: "";
  background: url(/jyuku/wet/img/icon_img01.png) no-repeat;
  background-size: contain;
  position: absolute;
  max-width: 210px;
  width: 100%;
  height: 170px;
  left: 0;
  right: 0;
  bottom: -6px;
  z-index: -2;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .code03 .compare_content .title h3:before {
    max-width: 160px;
    bottom: -30px;
  }
}
@media (max-width: 520px) {
  .code03 .compare_content .title h3:before {
    bottom: -45px;
  }
}
.code03 .compare_content .title span {
  color: #FFEB3B;
  background: none;
}
.code03 .compare_content .title .compare {
  color: #0439AF;
  font-size: 2.1rem;
  position: relative;
  background: #fff;
  margin-bottom: 8px;
  padding: 4px 8px;
  z-index: 4;
  display: inline-block;
}
@media (max-width: 767px) {
  .code03 .compare_content .title .compare {
    font-size: 1.8rem;
  }
}
.code03 .compare_content .title .compare:after {
  content: "1";
  position: relative;
  font-size: 2.1rem;
  background: #0439AF;
  color: #fff;
  border-radius: 50%;
  padding: 2px 10px;
  right: -5px;
}
@media (max-width: 767px) {
  .code03 .compare_content .title .compare:after {
    font-size: 1.5rem;
    padding: 4px 10px;
  }
}
.code03 .compare_content .content {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .code03 .compare_content .content {
    width: 90%;
  }
}
.code03 .compare_content .content01 {
  background: #F7F7F7;
  padding: 40px 0;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .code03 .compare_content .content01 {
    margin-bottom: 30px;
    padding: 30px 0;
  }
}
@media (max-width: 520px) {
  .code03 .compare_content .content01 {
    margin-bottom: 16px;
    padding: 16px 0;
  }
}
.code03 .compare_content .content01 .content_text {
  color: #0439AF;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .code03 .compare_content .content01 .content_text {
    font-size: 2.2rem;
  }
}
@media (max-width: 520px) {
  .code03 .compare_content .content01 .content_text {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.code03 .compare_content .content01 img {
  margin: 0 auto;
  max-width: 656px;
  width: 90%;
}
.code03 .compare_content .content01 img.sp {
  max-width: 456px;
  width: 90%;
}
@media (max-width: 520px) {
  .code03 .compare_content .content01 img.sp {
    max-width: 283px;
  }
}
.code03 .compare_content .content02 .content_text {
  font-size: 4rem;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  color: #0439AF;
}
@media (max-width: 767px) {
  .code03 .compare_content .content02 .content_text {
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 520px) {
  .code03 .compare_content .content02 .content_text {
    font-size: 1.6rem;
  }
}
.code03 .compare_content .content02 .content_text:after {
  content: "";
  position: absolute;
  background: url(/jyuku/wet/img/deco_img03.png) no-repeat;
  background-size: contain;
  max-width: 108px;
  width: 100%;
  height: 86px;
  right: -75px;
  top: 45px;
}
@media (max-width: 767px) {
  .code03 .compare_content .content02 .content_text:after {
    content: none;
  }
}
.code03 .compare_content .content02 .content_text span {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .code03 .compare_content .content02 .content_text span {
    font-size: 3.4rem;
  }
}
@media (max-width: 520px) {
  .code03 .compare_content .content02 .content_text span {
    font-size: 2rem;
  }
}
.code03 .compare_content .content02 img {
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .code03 .compare_content .content02 img {
    margin-bottom: 30px;
  }
}
@media (max-width: 520px) {
  .code03 .compare_content .content02 img {
    margin-bottom: 16px;
  }
}
.code03 .compare_content .content02 .small {
  font-size: 1.6rem;
  text-align: left;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .code03 .compare_content .content02 .small {
    padding-bottom: 16px;
    font-size: 1.4rem;
  }
}
.code03 .compare_content:last-child .compare:after {
  content: "2";
}

/* footer
=========================================== */
.contactBoxbg {
  background: -webkit-gradient(linear, left top, left bottom, from(#E9F0FF), color-stop(50%, #E9F0FF), color-stop(50%, #292929), to(#292929));
  background: -webkit-linear-gradient(top, #E9F0FF 0%, #E9F0FF 50%, #292929 50%, #292929 100%);
  background: linear-gradient(180deg, #E9F0FF 0%, #E9F0FF 50%, #292929 50%, #292929 100%);
  padding-top: 0;
}