@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
@font-face {
  font-family: "impact";
  src: url(../font/impact.ttf);
}
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 999px) {
  .is-sp {
    display: none !important;
  }
}
body {
  font-size: 16px;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  body {
    max-width: 500px;
    margin: 0 auto;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 16px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
}

.header {
  background: #479C54;
  padding: 15px 0;
}
@media screen and (max-width: 1000px) {
  .header {
    padding: 5px 0;
  }
}

.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .wrap-flex {
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .header .wrap-flex {
    width: calc(100% - 140px);
  }
}

.header .tel {
  width: 270px;
  min-width: 270px;
  border-radius: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .header .tel {
    width: 140px;
    min-width: 140px;
    margin-left: 4px;
  }
}

.header .headerLogo {
  width: 35%;
}
@media screen and (max-width: 1000px) {
  .header .headerLogo {
    width: 25%;
  }
}

.header .pay {
  width: 60%;
  padding: 0 10px;
}
@media screen and (max-width: 1000px) {
  .header .pay {
    width: 75%;
    padding: 0 5px;
  }
}

.header .tel .tel-flex .num {
  letter-spacing: 1px;
  font-family: "impact", sans-serif;
  font-size: 46px;
  color: #fff;
  white-space: nowrap;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .header .tel .tel-flex .num {
    font-size: 20px;
    margin-left: 0;
  }
}

.header-inner {
  max-width: 850px;
  margin: 0 auto;
}
.header .tel .tel-flex .icon {
  width: 30px;
  min-width: 30px;
  margin-right: 0px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1000px) {
  .header .tel .tel-flex .icon {
    width: 15px;
    min-width: 15px;
    margin-right: 5px;
  }
}

.header .tel .tel-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv-pc {
  background: url(../img/mv-bg.png) no-repeat center center/cover;
}

.section {
  padding: 90px 0 100px;
}
@media screen and (max-width: 1000px) {
  .section {
    padding: 50px 0;
  }
}

.media {
  background: url(../img/media-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 1000px) {
  .media {
    background: url(../img/media-bg-sp.png) no-repeat center center/cover;
  }
}
.media .tv {
  max-width: 466px;
  margin: 0 auto;
  position: relative;
  top: 20px;
}
.media .title {
  margin-bottom: 40px;
  font-size: 60px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-shadow: 3px 3px 6px #1b1b1b;
}
@media screen and (max-width: 1000px) {
  .media .title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 370px) {
  .media .title {
    font-size: 26px;
  }
}
.media .title span {
  font-size: 70%;
}

.trouble {
  background: #545350;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .trouble {
    padding-bottom: 100px;
  }
}
.trouble .title {
  font-size: 26px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .trouble .title {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .trouble .title {
    font-size: 16px;
  }
}
.trouble .title span {
  font-size: 200%;
  color: #EE7C3C;
  display: inline-block;
}
.trouble .box {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}
.trouble .box .woman1 {
  position: absolute;
  right: -15%;
  bottom: -45%;
  max-width: 28%;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .trouble .box .woman1 {
    max-width: 33%;
    right: 0%;
    bottom: -34%;
  }
}
@media screen and (max-width: 500px) {
  .trouble .box .woman1 {
    max-width: 33%;
    right: -7%;
    bottom: -31%;
  }
}
@media screen and (max-width: 1000px) {
  .trouble .box {
    padding: 30px 15px;
  }
}
.trouble ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.trouble ul li {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 999px) {
  .trouble ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .trouble ul li:nth-child(2n) {
    margin-right: 0;
  }
  .trouble ul li:nth-child(n+3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .trouble ul li {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .trouble ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 370px) {
  .trouble ul li {
    font-size: 15px;
  }
}
.trouble ul li span {
  display: inline-block;
  width: 25px;
  min-width: 25px;
}

.solution {
  background: #F5F2E8;
  position: relative;
  z-index: 5;
}
.solution .bg {
  position: absolute;
  top: -1%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.solution .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution::after {
  background: #F5F2E8;
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0 0%, 100% 0%);
  -webkit-clip-path: polygon(50% 100%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
  left: 0;
  width: 100%;
  top: -59px;
  height: 60px;
  z-index: 6;
}
.solution .box {
  background: #FF7D32;
  border-radius: 20px;
  padding: 10px;
  max-width: 850px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}
.solution .box .wrap {
  border-radius: 20px;
  border: 2px dashed #fff;
  background: #FF7D32;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.solution .box .wrap span {
  font-size: 160%;
}
.solution .text-wrap {
  text-align: center;
}
.solution .text {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  position: relative;
  z-index: 2;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDF3F));
  background: linear-gradient(transparent 60%, #FFDF3F 60%);
}
.solution .text2 {
  margin-top: 7px;
}

@media screen and (max-width: 1000px) {
  .solution .box .wrap {
    font-size: 17px;
    line-height: 1.3;
  }
  .solution .box {
    padding: 5px;
    margin-bottom: 20px;
  }
  .solution .box .wrap {
    padding: 15px 0;
  }
  .solution::after {
    top: -49px;
    height: 50px;
  }
  .trouble .box .woman1 {
    bottom: -36%;
  }
  .solution .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .solution .box .wrap {
    font-size: 15px;
  }
  .solution .text {
    font-size: 16px;
  }
  .trouble .title {
    font-size: 15px;
  }
}
.cta {
  background: #39823F;
}
.cta .title {
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .cta .title {
    margin-bottom: 30px;
  }
}
.cta .box {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 1000px) {
  .cta .box {
    padding: 15px;
    border-radius: 10px;
  }
}
.cta .box .box-title {
  margin-bottom: 10px;
  background: #FF7D32;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  padding: 20px 0;
}
.cta .box .box-title .text {
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
}
.cta .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  position: relative;
  margin-bottom: 5px;
}
.cta .box .flex .woman2 {
  position: absolute;
  max-width: 24%;
  bottom: -5px;
  right: -7%;
}
.cta .box .flex .left {
  max-width: 240px;
  margin-right: 15px;
}
.cta .box .flex .right .heading {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cta .box .flex .right .heading .span1 {
  font-size: 150%;
  color: #B12417;
  font-family: "impact", sans-serif;
}
.cta .box .flex .right .heading .span2 {
  color: #B12417;
  font-size: 70%;
}
.cta .box .flex .right .bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta .box .flex .right .bottom a:hover {
  opacity: 0.6;
}
.cta .box .flex .right .bottom a .free-icon {
  width: 84px;
  margin-right: 15px;
  position: relative;
  top: 3px;
}
.cta .box .flex .right .bottom a .num {
  font-weight: bold;
  font-size: 58px;
  font-family: "impact", sans-serif;
  white-space: nowrap;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  letter-spacing: 1px;
}
.cta .box .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}
.cta .box .btn-area .btn {
  width: 48%;
  border-radius: 20px;
}
.cta .box .btn-area .btn a {
  border-radius: 20px;
  padding: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta .box .btn-area .btn a:hover {
  opacity: 0.6;
}
.cta .box .btn-area .btn a .wrap {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #fff;
  border-radius: 20px;
}
.cta .box .btn-area .btn a .wrap .icon {
  width: 51px;
  margin-right: 15px;
}
.cta .box .btn-area .line {
  background: #06C755;
}
.cta .box .btn-area .mail {
  background: #FF7D32;
}

@media screen and (max-width: 1000px) {
  .cta .box .btn-area .line {
    margin-bottom: 10px;
  }
  .cta {
    padding: 40px 0;
  }
  .cta .title {
    font-size: 20px;
    white-space: nowrap;
    margin-bottom: 15px;
  }
  .cta .box .flex {
    padding: 0;
    display: block;
  }
  .cta .box .flex .left {
    margin-right: 0;
    max-width: initial;
    color: #B12417;
  }
  .cta .right .wrap-text {
    color: #B12417;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    z-index: 10;
    white-space: nowrap;
    text-shadow: 3px 3px 6px #fff;
  }
  .cta .right .wrap-text span {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
    display: inline-block;
  }
  .cta .box .flex .right .heading {
    font-size: 23px;
    text-align: center;
  }
  .cta .box .flex .woman2 {
    position: absolute;
    max-width: 22%;
    bottom: 60px;
    right: -15px;
  }
  .cta .box .flex .right .heading {
    position: relative;
    z-index: 10;
    text-shadow: 3px 3px 6px #fff;
  }
  .cta .box .box-title {
    font-size: 20px;
    padding: 15px 0;
  }
  .cta .box .flex .right .bottom a .free-icon {
    width: 55px;
    min-width: 55px;
    margin-right: 5px;
  }
  .cta .box .flex .right .bottom a .num {
    font-size: 40px;
  }
  .cta .box .flex .right .bottom a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta .right .wrap-text {
    margin-bottom: 10px;
  }
  .cta .box .flex .right .bottom a {
    margin-bottom: 15px;
  }
  .cta .box .btn-area {
    display: block;
    padding: 0;
  }
  .cta .box .btn-area .btn {
    width: 100%;
  }
  .cta .box .btn-area .btn a .wrap {
    padding: 10px 15px;
  }
  .cta .box .btn-area .btn a {
    font-size: 22px;
    white-space: nowrap;
  }
  .cta .box .btn-area .btn a .wrap .icon {
    margin-right: 10px;
    width: 35px;
  }
  .cta .box .btn-area .btn a .wrap {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
@media screen and (max-width: 370px) {
  .cta .box .btn-area .btn a .wrap {
    padding: 10px 10px;
  }
  .cta .box .btn-area .btn a {
    font-size: 20px;
  }
  .cta .box .btn-area .btn a .wrap .icon {
    margin-right: 10px;
    width: 30px;
  }
  .cta .title {
    font-size: 17px;
  }
  .cta .box .flex .right .heading {
    font-size: 18px;
    text-align: center;
  }
  .cta .right .wrap-text {
    font-size: 13px;
  }
  .cta .box .flex .woman2 {
    max-width: 30%;
  }
  .cta .box .flex .right .bottom a .num {
    font-size: 35px;
  }
  .cta .box .flex .right .bottom a .free-icon {
    width: 45px;
    min-width: 45px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 360px) {
  .cta .box .btn-area .btn a {
    font-size: 18px;
  }
}
.reason {
  background: #B12417;
}
.reason .main-title {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .reason .main-title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.2;
  }
}
.reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .reason ul {
    display: block;
  }
}
.reason ul li {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (min-width: 999px) {
  .reason ul li {
    width: calc(50% - 35px);
    margin-right: 70px;
  }
  .reason ul li:nth-child(2n) {
    margin-right: 0;
  }
  .reason ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .reason ul li {
    margin-bottom: 20px;
    padding: 20px;
  }
  .reason ul li:last-child {
    margin-bottom: 0;
  }
}
.reason .title {
  border-radius: 20px;
  background: #39823F;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .reason .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 360px) {
  .reason .title {
    font-size: 16px;
  }
}
.reason .img {
  margin-bottom: 20px;
  position: relative;
}
.reason .img .star {
  position: absolute;
  width: 80px;
  bottom: -10px;
  right: -20px;
}
@media screen and (max-width: 1000px) {
  .reason .img .star {
    width: 70px;
    right: -14px;
  }
}
.reason .img .star .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skew(-10deg);
          transform: translate(-50%, -50%) skew(-10deg);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.reason .text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .reason .text {
    font-size: 14px;
  }
}
.reason .point {
  font-size: 24px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1000px) {
  .reason .point {
    font-size: 20px;
  }
}
.reason .num {
  font-size: 30px;
}
@media screen and (max-width: 1000px) {
  .reason .num {
    font-size: 24px;
  }
}

.about {
  background-size: auto auto;
  background-color: rgb(240, 136, 79);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(238, 124, 59) 10px, rgb(238, 124, 59) 22px);
}
@media screen and (min-width: 999px) {
  .about {
    padding: 60px 0 70px;
  }
}
@media screen and (max-width: 1000px) {
  .about {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(238, 124, 59) 5px, rgb(238, 124, 59) 13px);
  }
}
.about .text {
  font-size: 23px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 4px 3px 3px rgb(238, 124, 59);
}
@media screen and (max-width: 1000px) {
  .about .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .about .text {
    font-size: 16px;
  }
}
.about .text span {
  font-size: 200%;
}

.work .main-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  color: #D4362F;
}
@media screen and (max-width: 1000px) {
  .work .main-title {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.work ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .work ul {
    display: block;
  }
}
.work ul li {
  border: 4px solid #479C54;
  border-radius: 20px;
  background: #FF7D32;
}
@media screen and (min-width: 999px) {
  .work ul li {
    width: calc(50% - 25px);
    margin-right: 50px;
  }
  .work ul li:nth-child(2n) {
    margin-right: 0;
  }
  .work ul li:nth-child(n+3) {
    margin-top: 40px;
  }
  .work ul li:last-child {
    margin-right: 0;
  }
}
.work ul li .heading {
  background: #479C54;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 20px 0;
}
@media screen and (max-width: 1000px) {
  .work ul li .heading {
    font-size: 20px;
    padding: 15px 0;
  }
}
.work ul li .bottom {
  background: #FF7D32;
  border-radius: 0 0 20px 20px;
  padding: 30px;
}
@media screen and (max-width: 1000px) {
  .work ul li .bottom {
    padding: 20px;
  }
}
.work ul li .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .work ul li .img {
    margin-bottom: 10px;
  }
}
.work ul li .text {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .work ul li .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .work ul li {
    margin-bottom: 20px;
  }
  .work ul li:last-child {
    margin-bottom: 0;
  }
}

.archivement {
  background: url(../img/archivement-bg.png) no-repeat center center/cover;
}
.archivement .main-title {
  position: relative;
}
.archivement .main-title .span2 {
  color: #D4362F;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .archivement .main-title .span2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.archivement .main-title .span1 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  -webkit-text-stroke: 8px #fff;
  font-weight: 900;
  content: "お任せいただいた実績";
  z-index: 1;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 1000px) {
  .archivement .main-title .span1 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.archivement ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .archivement ul {
    display: block;
  }
}
.archivement ul li {
  background: #fff;
  border-radius: 20px;
  border: 2px solid #39823F;
}
@media screen and (min-width: 999px) {
  .archivement ul li {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .archivement ul li:nth-child(2n) {
    margin-right: 0;
  }
  .archivement ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .archivement ul li {
    margin-bottom: 20px;
  }
  .archivement ul li:last-child {
    margin-bottom: 0;
  }
}
.archivement ul li .heading {
  background: #39823F;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 20px 0;
  line-height: 1.3;
  border-radius: 15px 15px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1000px) {
  .archivement ul li .heading {
    font-size: 18px;
    padding: 15px 0;
  }
}
.archivement ul li .bottom {
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
.archivement ul .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archivement ul .flex .item {
  width: 45%;
  position: relative;
}
.archivement ul .flex .item:first-child .img::after {
  position: absolute;
  top: 39%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -17%;
  width: 20px;
  height: 35px;
  content: "";
  background: url(../img/arrow-gray.png) no-repeat center center/cover;
}
.archivement ul .flex .item .img {
  width: 100%;
  margin-bottom: 5px;
}
.archivement ul .flex .item .img .img-wrap {
  padding-top: 70%;
  position: relative;
}
.archivement ul .flex .item .img .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.archivement .bottom-text {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
.archivement .bottom-text.before {
  font-size: 32px;
  color: #666666;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .archivement .bottom-text.before {
    font-size: 24px;
  }
}
.archivement .bottom-text.after {
  font-size: 32px;
  color: #D4362F;
}
@media screen and (max-width: 1000px) {
  .archivement .bottom-text.after {
    font-size: 24px;
  }
}
.archivement .contents {
  background: #EE7C3C;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}
.archivement .contents .row1 {
  font-size: 19px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}
.archivement .contents .row2 {
  font-size: 16px;
  padding-top: 20px;
}

@media screen and (max-width: 1000px) {
  .archivement .contents .row2 {
    font-size: 13px;
  }
  .archivement ul .flex .item .img .img-wrap {
    padding-top: 123%;
    position: relative;
  }
  .archivement .contents .row1 {
    font-size: 16px;
  }
  .archivement ul .flex .item:first-child .img::after {
    right: -19%;
  }
  .archivement ul li .bottom {
    padding: 15px;
  }
  .archivement .contents {
    padding: 15px;
  }
}
@media screen and (max-width: 360px) {
  .archivement ul .flex .item:first-child .img::after {
    width: 13px;
    height: 27px;
  }
  .archivement ul .flex .item:first-child .img::after {
    right: -17%;
  }
}
.flow {
  background: #FEEDDF;
}
.flow .main-title {
  color: #39823F;
  font-size: 36px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .flow .main-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flow ul li {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), color-stop(30%, #fff), to(#fff));
  background: linear-gradient(180deg, transparent 0%, transparent 30%, #fff 30%, #fff 100%);
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  .flow ul li {
    margin-bottom: 60px;
  }
  .flow ul li:last-child {
    margin-bottom: 0;
  }
  .flow ul li:last-child::after {
    background: initial;
  }
  .flow ul li::after {
    position: absolute;
    background: url(../img/arrow-orange1.png) no-repeat center center/cover;
    content: "";
    width: 20px;
    height: 53px;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .flow ul li:nth-child(4) {
    margin-bottom: 100px;
  }
  .flow ul li:nth-child(4)::after {
    position: initial;
  }
  .flow ul li:nth-child(4)::before {
    position: absolute;
    background: url(../img/and-sp.png) no-repeat center center/cover;
    content: "";
    width: 200px;
    height: 83px;
    bottom: -83px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 999px) {
  .flow ul li {
    width: calc(33.3333% - 26.6666666667px);
    margin-right: 40px;
  }
  .flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .flow ul li:nth-child(n+4) {
    margin-top: 40px;
    margin-right: 0;
  }
  .flow ul li:nth-child(1)::after {
    position: absolute;
    background: url(../img/arrow-orange1.png) no-repeat center center/cover;
    content: "";
    width: 20px;
    height: 53px;
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .flow ul li:nth-child(2)::after {
    position: absolute;
    background: url(../img/arrow-orange1.png) no-repeat center center/cover;
    content: "";
    width: 20px;
    height: 53px;
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .flow ul li:nth-child(4)::after {
    position: absolute;
    background: url(../img/and.png) no-repeat center center/cover;
    content: "";
    width: 160px;
    height: 305px;
    top: 50%;
    right: -180px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.flow ul li .contents {
  padding: 20px 15px;
}
.flow ul li .contents .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #39823F;
  margin-bottom: 20px;
  position: relative;
}
.flow ul li .contents .title .flow-text1 {
  width: 95px;
  position: absolute;
  top: -50px;
  right: -25px;
}
.flow ul li .contents .title .flow-text2 {
  top: -60px;
}
.flow ul li .contents .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.plan {
  background: url(../img/plan-bg.png) no-repeat bottom center/cover;
  position: relative;
  z-index: 10;
}
.plan .title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .plan .title {
    margin-bottom: 20px;
  }
}
.plan .title .wrap {
  font-size: 32px;
  text-align: center;
  background: #FF7D32;
  color: #fff;
  font-weight: bold;
  max-width: 535px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 1000px) {
  .plan .title .wrap {
    font-size: 22px;
    padding: 10px 0;
  }
}
.plan .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 33px;
  font-weight: bold;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .plan .flex {
    display: block;
    text-align: center;
    line-height: 1.3;
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.plan .flex .left span {
  font-size: 200%;
  line-height: 1;
  color: #FF7D32;
}
.plan .flex .center {
  margin: 0 30px;
  color: #FF7D32;
}
@media screen and (max-width: 1000px) {
  .plan .flex .center {
    margin: 0px 0;
  }
}
.plan ul {
  max-width: 850px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .plan ul {
    margin: 0 auto 10px;
  }
}
.plan ul li {
  background: #39823F;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  padding: 20px 0;
}
@media screen and (min-width: 999px) {
  .plan ul li {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .plan ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .plan ul li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    padding: 10px 0;
  }
  .plan ul li:nth-child(2n) {
    margin-right: 0;
  }
  .plan ul li:nth-child(n+3) {
    margin-top: 15px;
  }
}
.plan ul li .heading {
  font-size: 19px;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
  margin-bottom: 12px;
}
@media screen and (max-width: 1000px) {
  .plan ul li .heading {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.plan ul li .bottom {
  font-size: 36px;
  font-family: "impact", sans-serif;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
}
@media screen and (max-width: 370px) {
  .plan ul li .bottom {
    font-size: 30px;
  }
}
.plan ul li .bottom span {
  font-size: 40%;
  margin-left: -5px;
}
.plan .attention {
  text-align: right;
  font-size: 14px;
  max-width: 850px;
  margin: 0 auto 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .plan .attention {
    font-size: 10px;
    margin-bottom: 40px;
  }
}
.plan .text1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .plan .text1 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 370px) {
  .plan .text1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .plan .text1 {
    font-size: 13px;
  }
}
.plan .pay {
  max-width: 452px;
  margin: 0 auto;
}

.about2 {
  padding-top: 220px;
  margin-top: -120px;
  background: url(../img/about2-bg.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .about2 {
    background: url(../img/about2-bg-sp.png) no-repeat center center/cover;
    padding-top: 80px;
    margin-top: -50px;
    padding-bottom: 30px;
  }
}
.about2 .woman3 {
  position: absolute;
  right: 0;
  max-width: 25%;
  bottom: 0;
  z-index: 12;
}
@media screen and (max-width: 1000px) {
  .about2 .woman3 {
    max-width: 50%;
    right: -7%;
  }
}
.about2 .box {
  background: #D4362F;
  border-radius: 20px;
  padding: 10px;
  max-width: 850px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .about2 .box {
    padding: 5px;
    margin-bottom: 30px;
  }
}
.about2 .box .wrap {
  border-radius: 20px;
  border: 2px dashed #fff;
  background: #D4362F;
  padding: 20px 0 40px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .about2 .box .wrap {
    font-size: 24px;
    padding: 20px 0;
    line-height: 1.2;
  }
}
@media screen and (max-width: 360px) {
  .about2 .box .wrap {
    font-size: 22px;
  }
}
.about2 .box .wrap .span1 {
  font-size: 200%;
  font-family: "impact", sans-serif;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
}
.about2 .box .wrap .span2 {
  font-size: 60%;
}
.about2 .text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .about2 .text {
    text-align: left;
    font-size: 16px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 360px) {
  .about2 .text {
    font-size: 14px;
  }
}
.about2 .text span {
  font-size: 150%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDF3F));
  background: linear-gradient(transparent 60%, #FFDF3F 60%);
}
@media screen and (max-width: 1000px) {
  .about2 .text span {
    font-size: 140%;
  }
}

.qa {
  background: #EE7C3C;
}
@media screen and (max-width: 1000px) {
  .qa .section-title {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
.qa li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .qa li {
    margin-bottom: 20px;
  }
}
.qa li:last-child {
  margin-bottom: 0;
}

.ac_header {
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 20px 30px;
  border: 3px solid #000;
  border-radius: 10px 10px 0 0;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .ac_header {
    padding: 15px 10px;
    border: 2px solid #000;
    padding-right: 40px;
  }
}
.ac_header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ac_header .flex .icon {
  margin-right: 60px;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1000px) {
  .ac_header .flex .icon {
    margin-right: 10px;
    font-size: 22px;
  }
}
.ac_header .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .ac_header .text {
    font-size: 14px;
  }
}

.ac_inner {
  display: none;
  /* コンテンツは消しておくのがミソ */
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.ac_inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ac_inner .flex .icon {
  margin-right: 60px;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1000px) {
  .ac_inner .flex .icon {
    margin-right: 10px;
    font-size: 22px;
  }
}
.ac_inner .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .ac_inner .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .ac_inner {
    font-size: 14px;
    padding: 15px 7px;
  }
}

/* アイコンの形はここから */
.i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
@media screen and (max-width: 1000px) {
  .i_box {
    right: 1rem;
  }
}

.i_box:before,
.i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.i_box:before {
  border-top: 2px solid #fff;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .i_box:before {
    width: 15px;
  }
}

.i_box:after {
  border-left: 2px solid #fff;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* これがあるからアイコンが優しく動く */
}
@media screen and (max-width: 1000px) {
  .i_box:after {
    height: 15px;
    right: 6px;
  }
}

.ac_header.open .i_box:after {
  height: 0;
  /* openというクラスがつい時アイコンがどうなるかをを指示している...③ */
}

.iconA {
  position: relative;
  top: -4px;
  color: #B12417;
}

.ac_header {
  border: none;
  background: #39823F;
  color: #fff;
}

.ac_inner {
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.qa .section-title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .qa .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

body,
html {
  overflow-x: hidden;
}

.ac_inner .flex .icon {
  font-size: 22px;
}

.ac_inner .flex .icon {
  font-size: 30px;
}
@media screen and (max-width: 1000px) {
  .ac_inner .flex .icon {
    font-size: 22px;
    top: -8px;
  }
}

@media screen and (max-width: 1000px) {
  .ac_inner {
    font-size: 14px;
    padding: 15px 10px;
  }
}
.staff .img .wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.staff .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.voice {
  background: url(../img/voice-bg.png) no-repeat center center/cover;
}
.voice .contents {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}
.voice .contents span {
  font-weight: bold;
}
.voice .img2 img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media screen and (max-width: 1000px) {
  .voice .img2 img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.voice .main-title {
  position: relative;
}
.voice .main-title .span2 {
  color: #D4362F;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .voice .main-title .span2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.voice .main-title .span1 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  -webkit-text-stroke: 8px #fff;
  font-weight: 900;
  content: "お任せいただいた実績";
  z-index: 1;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 1000px) {
  .voice .main-title .span1 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .voice ul {
    display: block;
  }
}
.voice ul li {
  border-radius: 20px;
  background: #fff;
  border: 4px solid #EE7C3C;
  padding: 30px 20px 40px;
}
@media screen and (min-width: 999px) {
  .voice ul li {
    width: calc(33.333% - 13.3333333333px);
    margin-right: 20px;
  }
  .voice ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .voice ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .voice ul li:last-child {
    margin-bottom: 0;
  }
}
.voice ul li .title {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.voice ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px dashed #EE7C3C;
}
.voice ul li .flex .img {
  width: 90px;
}
.voice ul li .flex .right {
  width: calc(100% - 100px);
  padding: 10px;
  background: #FEEDDF;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.voice ul li .text {
  font-size: 14px;
  padding-top: 15px;
  line-height: 1.5;
}

.area {
  background: #39823F;
}
.area .main-title {
  position: relative;
}
.area .main-title .span2 {
  color: #EE7C3C;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .area .main-title .span2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.area .main-title .span1 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  -webkit-text-stroke: 8px #fff;
  font-weight: 900;
  content: "お任せいただいた実績";
  z-index: 1;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 1000px) {
  .area .main-title .span1 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.area .box {
  padding: 20px 0;
  display: block;
  max-width: 230px;
  margin: 0 auto 40px;
  color: #39823F;
  background: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .area .box {
    padding: 10px 0;
    margin: 0 auto 20px;
    font-size: 20px;
  }
}
.area .lead {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .area .lead {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 680px;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .area .flex {
    display: block;
  }
}
.area .flex .img {
  width: 235px;
}
@media screen and (max-width: 1000px) {
  .area .flex .img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.area .flex .right {
  width: calc(100% - 270px);
  background: #EE7C3C;
  color: #fff;
  padding: 25px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  .area .flex .right {
    width: 100%;
  }
}
.area .flex .right .text1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .area .flex .right .text1 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.area .flex .right .text2 {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .area .flex .right .text2 {
    font-size: 13px;
    text-align: left;
  }
}

.staff {
  background: #EE7C3C;
}
.staff .title {
  color: #Fff;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .staff .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.staff ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .staff ul {
    display: block;
  }
}
.staff ul li {
  width: 47%;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .staff ul li {
    width: 100%;
    padding: 20px 15px;
  }
  .staff ul li:first-child {
    margin-bottom: 20px;
  }
}
.staff ul li .img {
  width: 37%;
}
.staff ul li .contents {
  width: 58%;
}
.staff ul li .name {
  background: #39823F;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 7px;
  border-radius: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .staff ul li .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.staff ul li .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .staff ul li .text {
    font-size: 13px;
  }
}

.about3 {
  background-size: auto auto;
  background-color: #D84842;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #D4362F 10px, #D4362F 22px);
}
@media screen and (min-width: 999px) {
  .about3 {
    padding: 60px 0 70px;
  }
}
@media screen and (max-width: 1000px) {
  .about3 {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #D4362F 5px, #D4362F 13px);
  }
}
.about3 .title {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
  margin-bottom: 20px;
  text-shadow: 3px 3px 6px #1b1b1b;
}
@media screen and (max-width: 1000px) {
  .about3 .title {
    font-size: 20px;
  }
}
.about3 .lead {
  text-shadow: 3px 3px 6px #1b1b1b;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .about3 .lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .about3 .lead {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .about3 .lead {
    font-size: 11px;
  }
}
.about3 .btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  padding: 4px;
  border-radius: 20px;
  color: #39823F;
  display: block;
  max-width: 416px;
  margin: 0 auto;
}
.about3 .btn a .wrap {
  border-radius: 20px;
  border: 4px solid #B12417;
  background: #fff;
  position: relative;
  padding: 20px;
}
.about3 .btn a .wrap .icon {
  width: 40px;
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
}
.about3 .btn a .contents {
  text-align: center;
}
.about3 .btn a .contents .heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about3 .btn a .contents .num {
  font-family: "impact", sans-serif;
  font-size: 43px;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
  letter-spacing: -1px;
}
.about3 .btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1000px) {
  .about3 .btn a .wrap {
    padding: 10px 0;
  }
  .about3 .btn a .contents .heading {
    font-size: 18px;
  }
  .about3 .btn a .contents .num {
    font-size: 30px;
  }
  .about3 .btn a .wrap .icon {
    width: 29px;
    left: 8%;
  }
}
.colo .box .heading {
  background: #39823F;
  color: #fff;
  padding: 25px 0;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 1000px) {
  .colo .box .heading {
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
  }
}
.colo .box .heading .title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.colo .box .heading .lead {
  font-size: 16px;
  text-align: center;
}
.colo .box .bottom {
  background: #FEEDDF;
  border-radius: 0 0 20px 20px;
  border: 3px solid #39823F;
  padding: 30px 50px;
}
@media screen and (max-width: 1000px) {
  .colo .box .bottom {
    padding: 20px;
    border-radius: 0 0 10px 10px;
  }
}
.colo .box .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .colo .box .bottom ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.colo .box .bottom ul .img {
  margin-bottom: 10px;
}
.colo .box .bottom ul .title {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .colo .box .bottom ul .title {
    font-size: 12px;
    font-weight: bold;
  }
}
@media screen and (max-width: 360px) {
  .colo .box .bottom ul .title {
    font-size: 10px;
  }
}
@media screen and (min-width: 999px) {
  .colo .box .bottom ul li {
    width: calc(16.666% - 16.6666666667px);
    margin-right: 20px;
  }
  .colo .box .bottom ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .colo .box .bottom ul li {
    width: calc(33.3333% - 6.6666666667px);
    margin-right: 10px;
  }
  .colo .box .bottom ul li:nth-child(3n) {
    margin-right: 0;
  }
  .colo .box .bottom ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .colo .box .heading .title {
    font-size: 18px;
  }
  .colo .box .heading .lead {
    font-size: 14px;
    line-height: 1.5;
  }
  .privacy-wrap .lead {
    font-size: 13px;
  }
}
@media screen and (min-width: 999px) {
  .privacy-wrap {
    margin-bottom: 50px;
  }
  .contact .box {
    margin-bottom: 50px;
  }
}
.contact .section-title {
  font-size: 36px;
}
@media screen and (max-width: 1000px) {
  .contact .section-title {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
.contact .box {
  max-width: 900px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1000px) {
  .contact .box {
    margin: 0 auto 40px;
  }
}
.contact .box .row {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .contact .box .row {
    margin-bottom: 20px;
  }
}
.contact .box .row .dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.contact .box .row .dt .req {
  color: #fff;
  background: #D4362F;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 15px;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .contact .box .row .dt .req {
    font-size: 13px;
  }
}
.contact .box .row .dt .req.no {
  background: #B0AB9D;
}
@media screen and (max-width: 1000px) {
  .contact .box .row .dt .req {
    margin-right: 10px;
  }
}
.contact .box .row .dt .text {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .contact .box .row .dt .text {
    font-size: 16px;
  }
}
.contact .box .row .dd input[type=text],
.contact .box .row .dd input[type=email],
.contact .box .row .dd select {
  padding: 15px;
  background: #F6F6F6;
  border: 1px solid #909090;
}
@media screen and (max-width: 1000px) {
  .contact .box .row .dd input[type=text],
  .contact .box .row .dd input[type=email],
  .contact .box .row .dd select {
    padding: 10px;
  }
}
.contact .box .row .dd-select select {
  padding: 15px;
  background: #F6F6F6;
  border: 1px solid #909090;
  max-width: 400px;
}
@media screen and (max-width: 1000px) {
  .contact .box .row .dd-select select {
    padding: 10px;
  }
}
.contact .box .row textarea {
  padding: 15px;
  background: #F6F6F6;
  border: 1px solid #909090;
  resize: none;
  height: 250px;
}
@media screen and (max-width: 1000px) {
  .contact .box .row textarea {
    padding: 10px;
    height: 150px;
  }
}

.privacy-wrap {
  max-width: 800px;
  margin: 0 auto 60px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .privacy-wrap {
    margin: 0 auto 30px;
  }
}
.privacy-wrap .b-wrap {
  border: 15px solid #F6F6F6;
  height: 180px;
  overflow-y: scroll;
  padding: 40px;
}
@media screen and (max-width: 1000px) {
  .privacy-wrap .b-wrap {
    border: 10px solid #F6F6F6;
    height: 150px;
    padding: 20px;
  }
}
.privacy-wrap .lead {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .privacy-wrap .lead {
    margin-bottom: 10px;
  }
}
.privacy-wrap .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .privacy-wrap .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.privacy-wrap .wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .privacy-wrap .wrap {
    margin-bottom: 20px;
  }
}
.privacy-wrap .wrap:last-child {
  margin-bottom: 0;
}
.privacy-wrap .wrap .sub-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .privacy-wrap .wrap .sub-title {
    font-size: 16px;
  }
}
.privacy-wrap .wrap .sub-title2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .privacy-wrap .wrap .sub-title2 {
    font-size: 14px;
  }
}
.privacy-wrap .wrap p {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .privacy-wrap .wrap p {
    font-size: 12px;
  }
}

.contact .box .row:last-child {
  margin-bottom: 0;
}

.submit {
  text-align: center;
}

input[type=submit] {
  color: #fff;
  background: #E77D3B;
  font-size: 30px;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: 0 2px 0 #8E4314;
          box-shadow: 0 2px 0 #8E4314;
}
@media screen and (max-width: 1000px) {
  input[type=submit] {
    font-size: 20px;
  }
}
input[type=submit]:hover {
  opacity: 0.6;
}

.section-title {
  font-size: 36px;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.footer {
  background: #39823F;
  padding: 60px 0;
}
.footer .footerLogo {
  max-width: 230px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1000px) {
  .footer .footerLogo {
    max-width: 160px;
  }
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.footer ul li {
  margin-right: 80px;
}
@media screen and (max-width: 1000px) {
  .footer ul li {
    margin-right: 20px;
  }
}
.footer ul li:last-child {
  margin-right: 0;
}
.footer ul li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .footer ul li a {
    font-size: 14px;
  }
}
.footer ul li a:hover {
  opacity: 0.6;
}
.footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .footer .copyright {
    font-size: 12px;
  }
}

.company .box {
  border: 3px solid #000;
  border-radius: 20px;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 40px 60px;
}
@media screen and (max-width: 1000px) {
  .company .box {
    padding: 20px 20px 30px;
  }
}
.company .box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company .box .row .dt {
  width: 100px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #000;
  padding: 10px 0;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .company .box .row .dt {
    border-bottom: 2px solid #000;
    font-size: 14px;
    width: 70px;
  }
}
.company .box .row .dd {
  width: calc(100% - 100px);
  font-size: 20px;
  border-bottom: 3px solid #C8C8C9;
  padding: 10px 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .company .box .row .dd {
    border-bottom: 2px solid #C8C8C9;
    font-size: 14px;
    width: calc(100% - 70px);
  }
}

.thanks p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .thanks p {
    font-size: 16px;
  }
}
.thanks .btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .thanks .btn {
    margin-top: 30px;
  }
}
.thanks .btn a {
  font-size: 20px;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
.thanks .btn a:hover {
  opacity: 0.6;
}

.mw_wp_form .error {
  margin-top: 10px;
}

.confilm .privacy-wrap {
  display: none;
}

.dd-select {
  max-width: 400px;
  position: relative;
}
.dd-select::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: url(../img/form-arrow.png) no-repeat center center/cover;
  pointer-events: none;
  width: 16px;
  height: 9px;
}

.fixed-section {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #000;
  z-index: 1000;
  padding: 10px 0;
}
.fixed-section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fixed-section .flex .btn {
  width: 32.5%;
}
@media screen and (max-width: 1000px) {
  .fixed-section .flex .btn {
    width: initial;
  }
}
.fixed-section .flex .btn a {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  border-radius: 5px;
  height: 60px;
}
.fixed-section .flex .btn a:hover {
  opacity: 0.6;
}
.fixed-section .flex .line a {
  background: #06C755;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixed-section .flex .line a .icon {
  max-width: 30px;
  margin-right: 10px;
}
.fixed-section .flex .mail a {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixed-section .flex .mail a .icon {
  max-width: 30px;
  margin-right: 10px;
}
.fixed-section .flex .tel a {
  background: #E77D3B;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
}
.fixed-section .flex .tel a .icon {
  max-width: 25px;
  position: relative;
  top: -2px;
}
.fixed-section .flex .tel a .icon img {
  vertical-align: middle;
}
.fixed-section .flex .tel a .white-box {
  background: #fff;
  line-height: 1.3;
  padding: 8px 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  min-width: 75px;
  margin: 0 7px;
}
.fixed-section .flex .tel a .right {
  text-align: center;
}
.fixed-section .flex .tel a .heading {
  color: red;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.fixed-section .flex .tel a .num {
  color: #fff;
  font-family: "impact", sans-serif;
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 1000px) {
  .fixed-section-sp {
    background: #000;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 10000;
    padding: 10px 0;
  }
  .fixed-section-sp .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fixed-section-sp .btn a {
    border-radius: 5px;
  }
  .fixed-section-sp .btn a img {
    border-radius: 2px;
  }
  .fixed-section-sp .line {
    width: 14%;
  }
  .fixed-section-sp .mail {
    width: 14%;
  }
  .fixed-section-sp .tel {
    width: 67%;
  }
}
body {
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  body {
    padding-bottom: 62px;
  }
}

.dd-select::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background: url(../img/form-arrow.png) no-repeat center center/cover;
  pointer-events: none;
  width: 16px;
  height: 9px;
}

.confilm .dd-select::after {
  display: none;
}

.fixed-section .flex .mail a .icon {
  max-width: 40px;
}

.fixed-section .flex .line a .icon {
  max-width: 40px;
}

@media screen and (min-width: 999px) {
  .section3 .wrap .row .heading .text {
    font-size: 28px;
    padding: 13px 0;
  }
  .fixed-section .flex .tel a .num {
    font-size: 28px;
  }
}
.header .tel .tel-flex .num {
  font-size: 36px;
}

@media screen and (max-width: 1000px) {
  .fixed-section-sp .flex {
    max-width: 360px;
    margin: 0 auto;
  }
  .fixed-section .flex .tel a {
    padding: 0 10px;
  }
  .fixed-section .flex .tel a .icon {
    max-width: 20px;
    width: 20px;
    min-width: 20px;
    position: relative;
    top: -2px;
  }
  .fixed-section .flex .tel a .white-box {
    background: #fff;
    color: #B12417;
    line-height: 1.3;
    padding: 8px 2px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    min-width: 60px;
    margin: 0 7px;
  }
  .fixed-section .flex .btn {
    width: 14%;
  }
  .fixed-section .flex .btn.tel {
    width: 240px;
  }
  .fixed-section .flex .tel a .heading {
    font-size: 10px;
  }
  .fixed-section .flex .tel a .num {
    font-size: 23px;
    white-space: nowrap;
  }
  .fixed-section .flex .btn a {
    height: 50px;
  }
}
@media screen and (max-width: 380px) {
  .fixed-section .flex .btn {
    width: 13%;
  }
}
@media screen and (max-width: 370px) {
  .fixed-section .flex .btn {
    margin-right: 6px;
    width: 11%;
  }
  .fixed-section .flex .btn:last-child {
    margin-right: 0;
  }
  .fixed-sp {
    padding: 0 5px !important;
  }
}
.fixed-section {
  background: #fff;
}

.fixed-section .flex .mail a {
  background: #EE7C3C;
  border-radius: 15px;
  padding: 2px;
  display: block;
}
.fixed-section .flex .mail a .wrap {
  background: #EE7C3C;
  border-radius: 15px;
  border: 2.5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixed-section .flex .line a {
  border-radius: 15px;
  padding: 2px;
  display: block;
  font-weight: bold;
}
.fixed-section .flex .line a .wrap {
  border-radius: 15px;
  border: 2.5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixed-section .flex .tel a {
  background: transparent;
  color: #000;
  border: 2px solid #000;
  border-radius: 15px;
}

.fixed-section .flex .tel a .heading {
  color: #000;
  font-weight: bold;
}

.fixed-section .flex .tel a .num {
  color: #000;
}

.fixed-section .flex .tel a .white-box {
  background: #FFF000;
}

@media screen and (min-width: 999px) {
  .fixed-section .flex .tel a .heading {
    font-size: 11px;
  }
  .fixed-section .flex .tel a .num {
    font-size: 24px;
  }
  .fixed-section .flex .tel a .icon {
    max-width: 61px;
    position: relative;
    top: 1px;
  }
}
@media screen and (max-width: 1000px) {
  .fixed-section .flex .btn.tel {
    margin-left: 5px;
  }
  .fixed-section .flex .btn {
    width: 14.5%;
  }
  .fixed-section .flex .line a {
    background: transparent;
  }
  .fixed-section .flex .mail a {
    background: transparent;
  }
  .fixed-section .flex .tel a {
    border-radius: 5px;
  }
  .fixed-section .flex .tel a .num {
    font-size: 18px;
    white-space: nowrap;
  }
  .fixed-section .flex .tel a .heading {
    white-space: nowrap;
  }
  .fixed-section .flex .tel a .white-box {
    padding: 5px 2px;
  }
  .fixed-section .flex .btn.tel {
    width: 240px;
  }
  .fixed-section .flex .tel a .icon {
    width: 32px;
    min-width: 32px;
    position: relative;
    top: 0px;
  }
  .fixed-section .flex .tel a .white-box {
    margin: 0 0 0 4px;
  }
  .fixed-section .flex .tel a .white-box {
    padding: 6px 0;
  }
  .fixed-section .flex .btn a {
    height: 45px;
  }
  .fixed-section .flex .btn {
    width: 15%;
  }
  .fixed-section .flex .tel a .heading {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .fixed-section .flex .btn a {
    height: 47px;
  }
  .fixed-section .flex .mail a {
    padding: 1px;
    position: relative;
    top: -1px;
  }
  .fixed-section .flex .line a {
    padding: 1px;
    position: relative;
    top: -1px;
  }
  .fixed-section .flex .line {
    background: #06C755;
    border-radius: 5px;
  }
  .fixed-section .flex .mail {
    background: #EE7C3C;
    border-radius: 5px;
    margin-left: 5px;
  }
  .cta .box .btn-area .btn a .wrap {
    border: 2px solid #fff;
  }
  .header .tel .tel-flex .num {
    font-size: 20px;
  }
}
@media screen and (max-width: 370px) {
  .fixed-section .flex .btn.tel {
    margin-left: 0px;
  }
}
@media screen and (max-width: 360px) {
  .fixed-section .flex .tel a .heading {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .fixed-section .flex .btn.tel {
    width: 220px;
  }
  .fixed-section .flex .tel a .num {
    font-size: 16px;
  }
}
.header a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 999px) {
  .cta .box .btn-area .btn a .wrap {
    padding: 15px 0;
  }
}
html {
  scroll-behavior: smooth;
}

.red-color {
  color: #D4362F;
}

.company .box2 {
  font-size: 20px;
  font-weight: bold;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .company .box2 {
    font-size: 16px;
  }
}
.company .box2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .company .box2 .row {
    margin-bottom: 10px;
  }
}
.company .box2 .row .dt {
  margin-right: 10px;
  width: 180px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 1000px) {
  .company .box2 .row .dt {
    width: 120px;
  }
}
.company .box2 .row .dd {
  width: calc(100% - 140px);
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .company .box2 .row .dd {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 350px) {
  .company .box2 .row .dd {
    font-size: 14px;
  }
}

.area .box {
  padding: 10px 20px 10px 30px;
  display: block;
  max-width: initial;
  margin: 0 auto 40px;
  color: #39823F;
  background: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 24px;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .area .box {
    padding: 10px 15px !important;
    margin: 0 auto 20px !important;
    font-size: 4.7vw !important;
    white-space: nowrap;
  }
}

.area .lead {
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .area .lead {
    font-size: 16px;
  }
}
.area .lead span {
  font-size: 80%;
}
@media screen and (max-width: 1000px) {
  .area .lead span {
    font-size: 70%;
  }
}
@media screen and (max-width: 360px) {
  .area .lead span {
    font-size: 60%;
  }
}

.area .flex {
  max-width: 1000px;
}

.area .flex .img {
  width: 450px;
}

.area .flex .right {
  width: calc(100% - 485px);
}
@media screen and (max-width: 1000px) {
  .area .flex .right {
    width: 100%;
  }
}

.ac_header .text {
  width: calc(100% - 30px);
}

.ac_inner .text {
  width: calc(100% - 30px);
}

@media screen and (max-width: 1000px) {
  .area .flex .img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .cta .box .flex .woman2 {
    max-width: 22% !important;
  }
}
@media screen and (max-width: 375px) {
  .trouble .title {
    font-size: 17px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 360px) {
  .trouble .title {
    font-size: 15px;
    text-align: left;
  }
  .trouble ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3;
  }
  .trouble ul li span {
    margin-right: 3px;
  }
  .solution .box .wrap {
    font-size: 14px;
  }
  .cta .box .flex .woman2 {
    max-width: 19% !important;
  }
}
@media screen and (max-width: 340px) {
  .trouble .title {
    display: block;
  }
  .solution .text {
    text-align: left;
  }
  .cta .box .flex .right .heading {
    font-size: 16px;
  }
  .about .text {
    text-align: left;
    max-width: 280px;
    margin: 0 auto;
  }
  .cta .right .wrap-text {
    font-size: 11px;
  }
  .plan .flex {
    font-size: 25px;
  }
  .plan .title .wrap {
    font-size: 18px;
  }
  .cta .box .box-title {
    font-size: 18px;
  }
  .about2 .box .wrap {
    font-size: 20px;
  }
  .area .flex .right .text1 {
    font-size: 14px;
  }
  .about3 .title {
    font-size: 16px;
  }
  .about3 .lead {
    font-size: 10px;
  }
  .colo .box .heading .title {
    font-size: 15px;
  }
  .flow ul li .contents .title {
    font-size: 16px;
  }
  .trouble ul li {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 300px) {
  .trouble .title {
    font-size: 14px;
    text-align: left;
  }
  .media .title {
    font-size: 22px;
  }
  .cta .box .flex .right .bottom a .num {
    font-size: 27px;
  }
  .trouble .title {
    font-size: 12px;
    max-width: 240px;
    margin: 0 auto 30px;
  }
  .media .title {
    font-size: 16px !important;
  }
  .trouble .title {
    display: block;
  }
  .solution .box .wrap {
    font-size: 12px;
  }
  .reason .title {
    font-size: 14px;
  }
}
.solution .text {
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  .trouble .title {
    white-space: nowrap;
  }
  .trouble ul li {
    white-space: nowrap;
  }
  .about .text {
    text-align: center;
    white-space: nowrap;
  }
  .qa li:first-child {
    white-space: nowrap;
  }
  .footer ul li a {
    white-space: nowrap;
  }
  .archivement .main-title {
    white-space: nowrap;
  }
  .ac_header .text {
    font-size: 13px;
  }
  .ac_inner .text {
    font-size: 13px;
  }
  .ac_header .text {
    width: calc(100% - 24px);
  }
  .ac_inner .text {
    width: calc(100% - 24px);
  }
}
.fixed-section .flex .mail a .wrap .text {
  white-space: nowrap;
}

.fixed-section .flex .line a .wrap .text {
  white-space: nowrap;
}

.fixed-section .flex .tel a .num {
  white-space: nowrap;
}

@media screen and (max-width: 340px) {
  .ac_header .text {
    font-size: 12px;
  }
  .ac_inner .text {
    font-size: 12px;
  }
  .about .text {
    font-size: 15px;
  }
  .archivement .main-title .span1 {
    font-size: 24px;
  }
  .archivement .main-title .span2 {
    font-size: 24px;
  }
  .plan ul li .bottom {
    font-size: 26px;
  }
}
@media screen and (max-width: 310px) {
  .solution .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .fixed-section .flex .mail a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .fixed-section .flex .line a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.footer-attention {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 60px;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .footer-attention {
    font-size: 12px;
    margin-bottom: 30px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 340px) {
  .footer-attention {
    font-size: 11px;
  }
}

.footer ul li a {
  white-space: nowrap;
}

.add0310-bottom {
  width: 46%;
  margin: 0 auto;
}

.area .flex {
  display: block;
}

.area .flex .img {
  max-width: 500px;
  margin: 0 auto 40px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .area .flex .img {
    margin-bottom: 25px;
  }
}

.area .flex .right {
  width: 100%;
  max-width: 515px;
  margin: 0 auto;
}

table {
  border-collapse: collapse !important;
}

.comparison-wrap {
  max-width: 738px;
  margin: 0 auto;
  padding: 40px 0 16px 0;
}
@media screen and (max-width: 1000px) {
  .comparison-wrap {
    padding: 20px 0 20px;
  }
}

.plan .attention {
  max-width: 738px;
}

table.comparison-table {
  font-size: 20px;
  margin: 0 auto;
  border-collapse: separate;
  font-weight: bold;
  font-family: sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  table.comparison-table {
    font-size: 3.7vw;
  }
}

@media screen and (max-width: 500px) {
  .r1 {
    width: 25% !important;
    min-width: 20% !important;
  }
  .r2 {
    width: 50% !important;
    min-width: 50% !important;
    font-size: 4.5vw !important;
  }
  .r3 {
    width: 15% !important;
    font-size: 10px !important;
    white-space: nowrap;
  }
  .r4 {
    width: 15% !important;
    font-size: 10px !important;
    white-space: nowrap;
  }
}
.comparison-table tr:nth-of-type(1) th.r1,
.comparison-table tr:nth-of-type(1) th.r2,
.comparison-table tr:nth-of-type(1) th.r3,
.comparison-table tr:nth-of-type(1) th.r4 {
  border-bottom: #d1d1d1 1px dotted;
}

table.comparison-table th,
table.comparison-table td {
  width: 184px;
  text-align: center;
}

table.comparison-table th {
  padding: 20px 0;
  vertical-align: middle;
  color: #fff;
}

table.comparison-table td {
  padding: 20px 0;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
}

table.comparison-table th.r1 {
  border-right: #d1d1d1 2px dotted;
  background: #fff;
  color: #454545;
}

table.comparison-table th.r2,
table.comparison-table td.r2 {
  border-right: #d1d1d1 2px dotted;
  background: #ffffff;
  color: #39823F;
}

table.comparison-table th.r2,
table.comparison-table th.r3,
table.comparison-table th.r4 {
  text-align: center;
}

table.comparison-table th.r3,
table.comparison-table td.r3 {
  border-right: #d1d1d1 2px dotted;
  background: #ffffff;
  color: #454545;
}

table.comparison-table th.r4,
table.comparison-table td.r4 {
  background: #ffffff;
  color: #39823F;
  color: #454545;
}

.comparison-table tr:nth-of-type(1) th.r2 {
  background: #39823F;
  color: #fff;
}

.comparison-table tr:nth-of-type(1) th.r3,
.comparison-table tr:nth-of-type(1) th.r4 {
  background: #a9a9a9;
  color: #fff;
}

.comparison-table tr:nth-of-type(3) .r1,
.comparison-table tr:nth-of-type(3) .r2,
.comparison-table tr:nth-of-type(3) .r3,
.comparison-table tr:nth-of-type(3) .r4 {
  background: #f4f2e6;
}

.comparison-table tr:nth-of-type(5) .r1,
.comparison-table tr:nth-of-type(5) .r2,
.comparison-table tr:nth-of-type(5) .r3,
.comparison-table tr:nth-of-type(5) .r4 {
  background: #f4f2e6;
}

table.comparison-table {
  border: 4px solid #FF7D32;
}

.fukidashi0312 {
  border: 4px solid #479C54;
  padding: 20px 0 40px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .fukidashi0312 {
    padding: 1px 0 22px;
  }
}
.fukidashi0312::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  border-top: 30px solid #479C54;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
.fukidashi0312::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -24.5px;
  border-top: 25px solid #FEEDDF;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}

.plan .flex {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .comparison-wrap {
    padding-top: 35px;
  }
}
.area .flex .img {
  max-width: 350px;
}

@media screen and (max-width: 1000px) {
  .cta .box .btn-area .btn a .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}