/* ==================================================

name: style.css
site: hachihachi-work
made: 2021/06/17

================================================== */
/*
reset
-------------------------------------------------- */
html,
body,
header,
section,
div,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
table, tr, th, td,
img,
ol, ul, li,
p,
picture, source,
footer {
  background: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: break-word;
}

html {
  line-height: 1;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

a {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

img {
  height: auto;
  margin: auto;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
}

/*
common
-------------------------------------------------- */
html,
body {
  color: #333;
  min-height: 100%;
  position: relative;
}

html {
  font: 62.5%/1.7 "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}

a {
  color: #333;
}

.pc {
  display: block;
}

.sp,
.tb {
  display: none;
}

@media screen and (min-width: 600px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.scroll-target::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

.wrapper {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  text-align: center;
}

table {
  width: 100%;
}

th,
td {
  border: 1px solid #ccc;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px;
  text-align: left;
  vertical-align: top;
}

th {
  background: #f3f3f3;
  background-clip: padding-box;
  position: relative;
  width: 300px;
}

/*
header
-------------------------------------------------- */
header {
  padding: 10px 0;
}
header .wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .wrapper .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .wrapper .info p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
header .wrapper .info b {
  color: #f97a33;
  display: block;
  font-size: 34px;
  font-size: 3.4rem;
}
header .wrapper .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .wrapper .info li {
  margin-left: 20px;
}
header .wrapper .info li.tb {
  display: block;
}
header nav {
  background: #f97a33;
}

/*
mainvisual
-------------------------------------------------- */
.mainvisual {
  background: url(../img/bg-mainvisual.jpg) left center;
  border-bottom: 16px solid #f97a33;
  border-top: 16px solid #f97a33;
  position: relative;
  text-align: center;
}
.mainvisual::after {
  border-color: #f97a33 transparent transparent transparent;
  border-style: solid;
  border-width: 30px 150px 0 150px;
  bottom: -45px;
  content: "";
  left: 50%;
  margin-left: -150px;
  position: absolute;
}
.mainvisual img {
  margin: 0 auto;
  vertical-align: bottom;
}

/*
explanation
-------------------------------------------------- */
.explanation {
  background: url(../img/bg-explanation.png) center top repeat-x;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 100px;
}
.explanation .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.explanation .title img:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.explanation .title img:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.explanation .type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
}
.explanation .type-wrap {
  background: #fff;
  border: 1px solid #000;
  margin: 0 0 20px;
  width: 540px;
}
.explanation .type-wrap:nth-of-type(odd) {
  margin-right: 10px;
}
.explanation .type-wrap:nth-of-type(even) {
  margin-left: 10px;
}
.explanation .type-wrap h2 {
  background: #000;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 15px 15px;
  position: relative;
  text-align: left;
}
.explanation .type-wrap h2 img {
  margin-top: -18px;
  position: absolute;
  right: 15px;
  top: 50%;
}
.explanation .type-wrap .type-explanation {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.explanation .type-wrap .type-detail {
  padding: 15px 15px 0;
  width: calc(100% - 210px);
}
.explanation .type-wrap .price {
  color: #f55612;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  text-align: left;
}
.explanation .type-wrap .price p {
  line-height: 1;
}
.explanation .type-wrap .price p:nth-of-type(2) {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 58px;
  font-size: 5.8rem;
  font-weight: 600;
}
.explanation .type-wrap .price p:last-of-type {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 75px;
}
.explanation .type-wrap .price b {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: 2px solid #f55612;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  margin-right: 10px;
  padding: 8px 10px;
  text-align: center;
  width: 60px;
}
.explanation .type-wrap .price span:nth-of-type(1) {
  font-size: 28px;
  font-size: 2.8rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.explanation .type-wrap .price span:nth-of-type(2) {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 5px 0 2px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.explanation .type-wrap .txt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
}
.explanation .advice-wrap {
  padding-bottom: 50px;
}
.explanation .advice-wrap .txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin: 45px;
  text-align: justify;
}
.explanation .advice-wrap .txt span {
  background: #ff0;
}

/*
cta
-------------------------------------------------- */
.cta-section {
  background: url(../img/bg-explanation.png) center top repeat-x rgba(255, 210, 84, 0.8);
  padding: 55px 0 25px;
}
.cta-section .cta {
  background: url(../img/bg-cta.png) no-repeat center bottom #fff;
  border: 3px solid #0c2752;
  padding: 30px 15px 5px;
  position: relative;
}
.cta-section .cta h2 {
  left: 50%;
  margin-left: -522px;
  position: absolute;
  top: -38px;
}
.cta-section .cta .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cta-section .cta .info img {
  margin: 0;
}

/*
outline
-------------------------------------------------- */
.outline-wrap {
  border: 2px solid #fa560f;
  margin: 50px auto;
}
.outline-wrap .title {
  background: #fa560f;
  color: #fff;
  padding: 10px 0 15px;
}
.outline-wrap .title h2 {
  background: url(../img/bg-title.png) repeat-x left bottom;
  display: inline-block;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  padding-bottom: 5px;
}
.outline-wrap .outline-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}
.outline-wrap.reason-wrap .title {
  padding-top: 0;
}
.outline-wrap.reason-wrap .title p {
  background: #fef8e8;
  color: #333;
  font-size: 30px;
  font-size: 3rem;
  padding: 10px 0;
}
.outline-wrap.reason-wrap .title img {
  margin: 0 10px;
  vertical-align: middle;
}
.outline-wrap.reason-wrap .title h2 {
  font-size: 54px;
  font-size: 5.4rem;
  padding-top: 5px;
}
.outline-wrap .reason {
  margin: 20px;
  width: calc(100% - 610px);
}
.outline-wrap .reason p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: justify;
}
.outline-wrap .reason p span {
  color: #fa560f;
  font-size: 16px;
  font-size: 1.6rem;
}
.outline-wrap ul,
.outline-wrap ol {
  margin: 20px;
}
.outline-wrap li {
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 50px;
  padding-left: 65px;
  text-align: justify;
}
.outline-wrap li:last-child {
  margin-bottom: 0;
}
.outline-wrap .comparison {
  margin: 20px 10px;
}
.outline-wrap.point-wrap .title {
  padding-top: 0;
}
.outline-wrap.point-wrap .title h2::first-letter {
  font-size: 64px;
  font-size: 6.4rem;
}
.outline-wrap.point-wrap .title h2 span {
  font-size: 36px;
  font-size: 3.6rem;
}
.outline-wrap .point {
  background: #fef8e8;
  margin: 20px;
  padding: 20px;
  width: calc((100% - 80px) / 2);
}
.outline-wrap .point h3 {
  background-position: 0 0;
  background-repeat: no-repeat;
  font-weight: 400;
  height: 80px;
  margin: 0 0 10px;
  text-align: left;
}
.outline-wrap .point.express h3 {
  background-image: url(../img/ico-express.png);
}
.outline-wrap .point.cancel h3 {
  background-image: url(../img/ico-cancel.png);
}
.outline-wrap .point.safety h3 {
  background-image: url(../img/ico-safety.png);
}
.outline-wrap .point.pay h3 {
  background-image: url(../img/ico-pay.png);
}
.outline-wrap .point p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: justify;
}
.outline-wrap .point p span {
  color: #fa560f;
  font-size: 16px;
  font-size: 1.6rem;
}
.outline-wrap.point-wrap h3 {
  font-size: 30px;
  font-size: 3rem;
  padding: 12px 0 0 140px;
}
.outline-wrap.area-wrap ul {
  width: 510px;
}
.outline-wrap.area-wrap ul li {
  background-image: url(../img/ico-check.png);
}
.outline-wrap.area-wrap ul b {
  color: #f49c20;
}
.outline-wrap.flow-wrap ol {
  width: calc(100% - 560px);
}
.outline-wrap.flow-wrap ol li:nth-of-type(1) {
  background-image: url(../img/ico-flow01.png);
}
.outline-wrap.flow-wrap ol li:nth-of-type(2) {
  background-image: url(../img/ico-flow02.png);
}
.outline-wrap.flow-wrap ol li:nth-of-type(3) {
  background-image: url(../img/ico-flow03.png);
}
.outline-wrap.flow-wrap ol li:nth-of-type(4) {
  background-image: url(../img/ico-flow04.png);
}
.outline-wrap.flow-wrap ol li:nth-of-type(5) {
  background-image: url(../img/ico-flow05.png);
}
.outline-wrap.flow-wrap ol span {
  color: #fa560f;
}
.outline-wrap.flow-wrap .flow {
  margin: 0 20px 20px;
  width: 480px;
}
.outline-wrap.flow-wrap .flow img {
  margin-top: 20px;
}
.outline-wrap.knowledge-wrap .knowledge-img {
  display: block;
  margin: 35px 20px 0;
  width: calc(100% - 40px);
}
.outline-wrap.knowledge-wrap h3 {
  background-image: url(../img/ico-bulb.png);
  font-size: 26px;
  font-size: 2.6rem;
  padding: 18px 0 0 60px;
}

/*
contact
-------------------------------------------------- */
#contact h2 {
  background: #de3516;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
#contact h2::after {
  border-color: #de3516 transparent transparent transparent;
  border-style: solid;
  border-width: 30px 150px 0 150px;
  bottom: -30px;
  content: "";
  left: 50%;
  margin-left: -150px;
  position: absolute;
}
#contact .wrapper {
  max-width: 900px;
}
#contact h3 {
  margin: 50px auto 35px;
}
#contact th {
  padding: 25px;
  vertical-align: middle;
}
#contact tr:last-of-type th {
  vertical-align: top;
}
#contact th span {
  background: #999;
  color: #fff;
  display: inline-block;
  margin-top: -15px;
  padding: 0 15px;
  position: absolute;
  right: 25px;
  top: 50%;
}
#contact tr:last-of-type th span {
  margin-top: 0;
  top: 25px;
}
#contact th .required {
  background: #b53c1d;
}
#contact td p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
#contact input[type=text],
#contact input[type=tel],
#contact input[type=email],
#contact textarea {
  background: #ffecf5;
  border: 1px solid #ff9cae;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 5px;
  width: 80%;
}
#contact textarea {
  height: 270px;
}
#contact input[type=submit],
#contact input[type=button] {
  background: no-repeat center center;
  cursor: pointer;
  display: block;
  height: 125px;
  margin: 35px auto;
  width: 525px;
}
#contact input.btn-confirm {
  background-image: url(../img/btn-confirm.png);
}
#contact input.btn-submit {
  background-image: url(../img/btn-submit.png);
  margin-bottom: 15px;
}
#contact input[type=button] {
  background-image: url(../img/btn-back.png);
  height: 105px;
  margin-top: 0;
}
#contact .confirm-wrap p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 60px 0 40px;
  text-align: center;
}
#contact .confirm-wrap td {
  padding: 25px;
  vertical-align: middle;
}
#contact .complete {
  font-size: 20px;
  font-size: 2rem;
  margin: 100px auto;
}
#contact .go-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#1d8a31), to(#28ac3c));
  background: linear-gradient(to top, #1d8a31, #28ac3c);
  border: 5px solid #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 125px;
  margin: 35px auto 100px;
  width: 525px;
}
#contact .go-top span {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
}

/*
under
-------------------------------------------------- */
.under-section h2 {
  background: #fa560f;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  padding: 15px 0;
  text-align: center;
}
.under-section .wrapper {
  padding: 60px;
}
.under-section iframe {
  margin-top: 15px;
}
.under-section ol {
  font-size: 18px;
  font-size: 1.8rem;
  list-style: decimal;
  text-align: justify;
}
.under-section ol li {
  margin: 0 0 30px;
}

/*
footer
-------------------------------------------------- */
footer nav {
  background: #ffc519;
  padding: 20px 0;
}
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer nav li {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 10px;
}
footer p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0;
  text-align: center;
}

/*
switch - tablet
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
  /*
  common
  -------------------------------------------------- */
  .pc {
    display: none;
  }

  .tb {
    display: block;
  }

  .wrapper {
    max-width: 100%;
    padding: 0 10px;
  }

  th,
td {
    font-size: 1.6rem;
  }

  th {
    width: 240px;
  }

  /*
  header
  -------------------------------------------------- */
  header .wrapper h1 {
    width: 300px;
  }
  header .wrapper .info li {
    margin-left: 10px;
    width: 90px;
  }

  /*
  explanation
  -------------------------------------------------- */
  .explanation {
    padding-top: 50px;
  }
  .explanation .title img:nth-of-type(1),
.explanation .title img:nth-of-type(2) {
    height: 300px;
    width: auto;
  }
  .explanation .type-list {
    margin-top: 20px;
  }
  .explanation .type-wrap {
    margin-bottom: 10px;
    width: calc((100% - 10px) / 2);
  }
  .explanation .type-wrap:nth-of-type(odd) {
    margin-right: 5px;
  }
  .explanation .type-wrap:nth-of-type(even) {
    margin-left: 5px;
  }
  .explanation .type-wrap h2 {
    font-size: 2rem;
  }
  .explanation .type-wrap .type-explanation {
    position: relative;
  }
  .explanation .type-wrap .type-explanation img {
    left: 10px;
    position: absolute;
    top: 10px;
    width: 100px;
  }
  .explanation .type-wrap .type-detail {
    padding: 10px;
    width: 100%;
  }
  .explanation .type-wrap .price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 128px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
    padding-left: 110px;
  }
  .explanation .type-wrap .price p {
    width: 100%;
  }
  .explanation .type-wrap .price p:nth-of-type(2) {
    font-size: 5rem;
    width: auto;
  }
  .explanation .type-wrap .price p:last-of-type {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: auto;
  }
  .explanation .type-wrap .price b {
    display: block;
    font-size: 1.4rem;
    height: auto;
    margin-right: 0;
    padding: 6px 10px;
    width: 100%;
  }
  .explanation .type-wrap .price span:nth-of-type(1) {
    font-size: 2.2rem;
    width: 100%;
  }
  .explanation .type-wrap .price span:nth-of-type(2) {
    font-size: 1.4rem;
    width: 100%;
  }
  .explanation .type-wrap .txt {
    font-size: 1.4rem;
  }
  .explanation .advice-wrap {
    padding-bottom: 30px;
  }
  .explanation .advice-wrap .txt {
    font-size: 1.6rem;
    margin: 25px;
  }

  /*
  cta
  -------------------------------------------------- */
  .cta-section {
    padding: 35px 0 25px;
  }
  .cta-section .cta {
    padding: 40px 15px 5px;
    position: relative;
  }
  .cta-section .cta h2 {
    margin-left: -350px;
    top: -24px;
    width: 700px;
  }
  .cta-section .cta .info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .cta-section .cta .info .illust {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cta-section .cta .info .tel {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cta-section .cta .info a {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /*
  outline
  -------------------------------------------------- */
  .outline-wrap {
    margin: 30px auto;
  }
  .outline-wrap .title h2 {
    font-size: 4rem;
  }
  .outline-wrap.reason-wrap .title p {
    font-size: 2.4rem;
  }
  .outline-wrap.reason-wrap .title img {
    width: 350px;
  }
  .outline-wrap.reason-wrap .title h2 {
    font-size: 4rem;
    padding-top: 5px;
  }
  .outline-wrap .reason {
    margin: 10px;
    width: 100%;
  }
  .outline-wrap .reason img {
    margin-bottom: 20px;
    width: 350px;
  }
  .outline-wrap .reason p {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: justify;
  }
  .outline-wrap .reason p span {
    color: #fa560f;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .outline-wrap ul,
.outline-wrap ol {
    margin: 10px;
  }
  .outline-wrap li {
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding-left: 65px;
    text-align: justify;
  }
  .outline-wrap li:last-child {
    margin-bottom: 0;
  }
  .outline-wrap .comparison {
    margin: 10px auto 0;
  }
  .outline-wrap.point-wrap .title h2::first-letter {
    font-size: 6rem;
  }
  .outline-wrap.point-wrap .title h2 span {
    font-size: 3rem;
  }
  .outline-wrap .point {
    margin: 10px;
    padding: 10px;
    width: calc((100% - 40px) / 2);
  }
  .outline-wrap .point h3 {
    background-size: auto 50px;
    height: 50px;
  }
  .outline-wrap .point p {
    font-size: 1.4rem;
    text-align: justify;
  }
  .outline-wrap .point p span {
    font-size: 1.4rem;
  }
  .outline-wrap.point-wrap h3 {
    font-size: 2.2rem;
    padding: 6px 0 0 90px;
  }
  .outline-wrap.area-wrap .outline-detail {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .outline-wrap.area-wrap img {
    margin: 0 0 0 10px;
    width: 300px;
  }
  .outline-wrap.area-wrap ul {
    width: calc(100% - 330px);
  }
  .outline-wrap.area-wrap ul li {
    background-size: 40px auto;
    padding-left: 50px;
  }
  .outline-wrap.flow-wrap ol {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .outline-wrap.flow-wrap ol li {
    background-size: 45px auto;
    padding-left: 55px;
  }
  .outline-wrap.flow-wrap ol span {
    color: #fa560f;
  }
  .outline-wrap.flow-wrap .flow {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 10px 20px;
    width: 100%;
  }
  .outline-wrap.flow-wrap .flow img:nth-of-type(1) {
    margin: 0 20px 0 0;
    width: calc(60% - 20px);
  }
  .outline-wrap.flow-wrap .flow img:nth-of-type(2) {
    margin: 0;
    width: 40%;
  }
  .outline-wrap.knowledge-wrap .knowledge-img {
    display: block;
    margin: 35px 20px 0;
    width: calc(100% - 40px);
  }
  .outline-wrap.knowledge-wrap h3 {
    font-size: 2rem;
    line-height: 1.2;
    padding: 18px 0 0 40px;
  }
  .outline-wrap.knowledge-wrap .point:nth-of-type(odd) h3 {
    padding-top: 3px;
  }

  /*
  contact
  -------------------------------------------------- */
  #contact h2 img {
    width: 400px;
  }
  #contact .wrapper {
    max-width: 100%;
  }
  #contact h3 {
    width: 400px;
  }
  #contact th {
    padding: 15px;
  }
  #contact th span {
    right: 15px;
  }
  #contact tr:last-of-type th span {
    top: 15px;
  }
  #contact input[type=text],
#contact input[type=tel],
#contact input[type=email],
#contact textarea {
    font-size: 1.6rem;
  }
  #contact .confirm-wrap p {
    font-size: 1.6rem;
  }
  #contact .confirm-wrap td {
    padding: 15px;
  }
  #contact .complete {
    font-size: 2rem;
    margin: 100px auto;
  }

  /*
  under
  -------------------------------------------------- */
  .under-section .wrapper {
    padding: 40px 20px;
  }
  .under-section ol li {
    margin: 0 0 30px 25px;
  }
}
/*
switch - smartphone
-------------------------------------------------- */
@media screen and (max-width: 599px) {
  /*
  common
  -------------------------------------------------- */
  .pc,
.tb {
    display: none;
  }

  .sp {
    display: block;
  }

  table {
    border-top: 1px solid #ccc;
  }

  th,
td {
    display: block;
  }

  th {
    border-bottom: none;
    border-top: none;
    width: 100%;
  }

  /*
  header
  -------------------------------------------------- */
  header .wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  header .wrapper h1 {
    width: 200px;
  }
  header .wrapper .info p {
    display: none;
  }
  header .wrapper .info b {
    font-size: 1.8rem;
  }
  header .wrapper .info li {
    margin-left: 10px;
    width: 50px;
  }
  header .wrapper .info li.tb {
    display: none;
  }

  /*
  mainvisual
  -------------------------------------------------- */
  .mainvisual {
    border-bottom-width: 10px;
  }
  .mainvisual::after {
    border-width: 20px 100px 0 100px;
    bottom: -30px;
    margin-left: -100px;
  }

  /*
  explanation
  -------------------------------------------------- */
  .explanation {
    background-size: 100%;
    padding-top: 40px;
  }
  .explanation .title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .explanation .title img:nth-of-type(1) {
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .explanation .title img:nth-of-type(2) {
    height: auto;
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
  }
  .explanation .type-list {
    margin-top: 15px;
  }
  .explanation .type-wrap {
    margin: 0 0 10px;
    width: 100%;
  }
  .explanation .type-wrap:nth-of-type(odd) {
    margin-right: 0;
  }
  .explanation .type-wrap:nth-of-type(even) {
    margin-left: 0;
  }
  .explanation .type-wrap .type-explanation {
    position: relative;
  }
  .explanation .type-wrap .type-explanation img {
    left: 10px;
    position: absolute;
    top: 10px;
    width: 100px;
  }
  .explanation .type-wrap .type-detail {
    padding: 10px;
    width: 100%;
  }
  .explanation .type-wrap .price p:nth-of-type(2) {
    font-size: 4.6rem;
  }
  .explanation .type-wrap .price p:last-of-type {
    padding-top: 5px;
  }
  .explanation .type-wrap .price b {
    display: block;
    font-size: 1.4rem;
    height: auto;
    margin-right: 0;
    padding: 6px 10px;
    width: 100%;
  }
  .explanation .type-wrap .price span:nth-of-type(1) {
    font-size: 2rem;
  }
  .explanation .type-wrap .price span:nth-of-type(2) {
    font-size: 1.2rem;
  }
  .explanation .advice-wrap {
    padding: 20px 0;
  }
  .explanation .advice-wrap .txt {
    font-size: 1.6rem;
    margin: 15px 10px;
  }

  /*
  cta
  -------------------------------------------------- */
  .cta-section {
    background-size: 100% auto;
    padding: 45px 0 15px;
  }
  .cta-section .cta {
    padding: 30px 10px 5px;
  }
  .cta-section .cta h2 {
    margin-left: -50%;
    top: -38px;
    width: 100%;
  }
  .cta-section .cta .illust {
    width: 140px;
  }
  .cta-section .cta a {
    width: calc(100% - 150px);
  }

  /*
  outline
  -------------------------------------------------- */
  .outline-wrap {
    margin: 20px auto;
  }
  .outline-wrap .title {
    background: #fa560f;
    color: #fff;
    padding: 5px 0 10px;
  }
  .outline-wrap .title h2 {
    font-size: 2.6rem;
    padding-bottom: 5px;
    width: auto;
  }
  .outline-wrap .title h2 .sp {
    display: inline;
  }
  .outline-wrap .outline-detail {
    padding: 10px;
  }
  .outline-wrap.reason-wrap .title {
    padding-top: 0;
  }
  .outline-wrap.reason-wrap .title p {
    font-size: 1.8rem;
    padding: 10px 0;
  }
  .outline-wrap.reason-wrap .title img {
    margin: 0 5px;
    width: 150px;
  }
  .outline-wrap.reason-wrap .title h2 {
    font-size: 2.6rem;
  }
  .outline-wrap .reason {
    margin: 0;
  }
  .outline-wrap .reason img {
    margin: 0;
  }
  .outline-wrap .reason p {
    font-size: 1.6rem;
  }
  .outline-wrap ul,
.outline-wrap ol {
    margin: 0;
  }
  .outline-wrap li {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .outline-wrap .comparison {
    margin: 10px 0 0;
  }
  .outline-wrap.point-wrap .title h2::first-letter {
    font-size: 3.2rem;
  }
  .outline-wrap.point-wrap .title h2 span {
    font-size: 1.6rem;
  }
  .outline-wrap .point {
    margin: 0 0 10px;
    padding: 10px;
    width: 100%;
  }
  .outline-wrap .point:last-of-type {
    margin-bottom: 0;
  }
  .outline-wrap .point h3 {
    margin: 0 0 10px;
  }
  .outline-wrap .point p {
    font-size: 1.6rem;
  }
  .outline-wrap.point-wrap h3 {
    font-size: 2rem;
    padding: 12px 0 0 90px;
  }
  .outline-wrap.area-wrap img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .outline-wrap.area-wrap ul {
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .outline-wrap.flow-wrap .flow {
    margin: 0 0 20px;
    width: 100%;
  }
  .outline-wrap.flow-wrap .flow img:nth-of-type(1) {
    margin: 0 auto;
    width: 100%;
  }
  .outline-wrap.flow-wrap .flow img:nth-of-type(2) {
    display: none;
  }
  .outline-wrap.knowledge-wrap .knowledge-img {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
  .outline-wrap.knowledge-wrap h3 {
    font-size: 2.2rem;
    padding: 3px 0 0 45px;
  }
  .outline-wrap.knowledge-wrap h3 .sp {
    display: inline;
  }

  /*
  contact
  -------------------------------------------------- */
  #contact h2 {
    padding: 10px 0;
  }
  #contact h2::after {
    border-width: 20px 100px 0 100px;
    bottom: -20px;
    margin-left: -100px;
  }
  #contact h2 img {
    width: 80%;
  }
  #contact h3 {
    margin: 30px auto 15px;
    width: 300px;
  }
  #contact th span {
    font-size: 1.4rem;
    margin-top: -12px;
  }
  #contact tr:last-of-type th span {
    top: 18px;
  }
  #contact input[type=text],
#contact input[type=tel],
#contact input[type=email],
#contact textarea {
    width: 100%;
  }
  #contact input[type=submit],
#contact input[type=button] {
    background-size: 300px auto;
    height: 71px;
    width: 300px;
  }
  #contact input[type=button] {
    height: 60px;
  }
  #contact .confirm-wrap p {
    font-size: 1.6rem;
    margin: 40px auto 20px;
  }
  #contact .confirm-wrap td {
    padding: 15px;
  }
  #contact .complete {
    font-size: 1.8rem;
    margin: 60px auto;
  }
  #contact .go-top {
    height: 71px;
    margin: 35px auto 100px;
    width: 300px;
  }
  #contact .go-top span {
    font-size: 2.2rem;
  }

  /*
  under
  -------------------------------------------------- */
  .under-section h2 {
    font-size: 3rem;
  }
  .under-section .wrapper {
    padding: 20px 20px 40px;
  }
  .under-section ol {
    font-size: 1.6rem;
  }
  .under-section ol li {
    margin: 0 0 30px 20px;
  }

  /*
  footer
  -------------------------------------------------- */
  footer nav li {
    font-size: 1.4rem;
    padding: 0 10px;
  }
  footer p {
    font-size: 1.2rem;
  }
}