@charset "UTF-8";
/* CSS Document */

/*basic*/

body {
  background: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: subpixel-antialiased;
}
a {
  transition: 0.3s all ease;
  text-decoration: none;
  color: #0065a1;
}
a img,
input[type="submit"] input[type="reset"],
input[type="button"] {
  transition: 0.4s all ease;
}
a:hover,
a:hover img,
input[type="submit"]:hover input[type="reset"]:hover,
input[type="button"]:hover {
  transform: translateY(-5px);
}

#container {
  /*overflow-x: hidden;*/
}
.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/*Color*/
.white {
  color: #fff;
}
.blue {
  color: #0065a1;
}
.green {
  color: #97c524;
}
.red {
  color: #d13800;
}

.bg-red {
  background: #ffd7d8 !important;
}

/*============================
#top
============================*/
#top {
  padding: 10px 30px;
  box-sizing: border-box;
  align-items: center;
}

#top .logo {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#top .logo p {
  font-size: 14px;
  line-height: 1.4;
  margin-left: 20px;
  margin-top: 10px;
}

#top .logo img {
  width: 220px;
  height: auto;
}

.hd-button-area {
  width: auto;
  max-width: 600px;
}

.hd-button-area .txt {
  border: 1px solid #000;
  font-size: 12px;
  padding: 4px;
  text-align: center;
  margin-bottom: 5px;
}

.hd-button-area .tel {
  text-align: center;
  width: 280px;
}

.hd-button-area .tel a {
  width: 280px;
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}

.hd-button-area .tel span {
  position: relative;
  padding-left: 25px;
}
.hd-button-area .tel span::before {
  content: "";
  background: url("img/icon_tel.png") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hd-button-area .tel small {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.hd-button-area .btn {
  font-size: 15px;
  width: 280px;
  height: 60px;
  border-radius: 10px;
}

.message-block {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: center;
}

.message-block .message-img {
  width: 40%;
  height: auto;
}

.message-img figcaption {
  font-size: 18px;
  font-weight: 500;
}

.message-img figcaption span {
  font-size: 1.2em;
  display: inline-block;
  margin-left: 10px;
}

.message-txt {
  font-size: 18px;
  line-height: 2.6;
  margin-left: 40px;
  width: 60%;
}
.message-txt span {
  border-bottom: 1px dashed #97c524;
  padding-bottom: 9px;
}

@media (max-width: 768px) {
  #top {
    padding: 0;
  }

  #top .logo {
    display: block;
    text-align: left;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }

  #top .logo p {
    font-size: 10px;
    margin-left: 0;
    margin-top: 5px;
  }

  #top .logo img {
    width: 140px;
  }

  .hd-button-area {
    display: none;
  }

  .plan-table caption {
    font-size: 16px;
  }

  .arrow {
    width: 40%;
    margin: 0 auto 15px;
  }

  .message-block {
    flex-direction: column-reverse;
  }

  .message-img figcaption {
    font-size: 15px;
  }

  .message-block .message-img {
    width: auto;
    height: auto;
    margin: 0 0 20px;
  }

  .message-block .message-img img {
    width: 70%;
    height: auto;
    margin: 0 auto 10px;
  }

  .message-txt {
    width: auto;
    font-size: 16px;
    line-height: 2.4;
    margin-left: 0;
  }
}

.hd-button-area-sp {
  display: flex;
  justify-content: flex-end;
}
.hd-button-area-sp a {
  display: block;
  width: 65px;
  height: 65px;
}
@media (min-width: 769px) {
  .hd-button-area-sp {
    display: none;
  }
}

/*============================
#mv
============================*/
#mv {
  width: 100%;
}
section {
  padding: 65px 0 85px;
}
section.cta {
  background: #97c524;
  padding: 40px 0 45px;
  letter-spacing: 0;
}
.cta img {
  padding-left: 100px;
}
.button-area {
  gap: 80px;
}
.btn {
  width: 360px;
  height: 80px;
  border-radius: 20px;
  background: #ed7d31;
  border: 2px solid #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.06em;
}
.btn::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

/*============================
#feature
============================*/
h2 {
  line-height: 1.47;
  position: relative;
}
h2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#feature h2::before {
  content: "";
  width: 204px;
  height: 187px;
  background: url(img/feature-img1.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 20;
  right: 0;
}
#feature h2::after {
  content: "";
  width: 173px;
  height: 386px;
  background: url(img/feature-img2.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -83px;
  left: 0;
}
.feature-each {
  width: 31%;
  border: 1px solid #c9c9c9;
  padding: 25px 15px 30px;
  box-shadow: 5px 5px 0 #ffff00;
}

.feature-each h3 {
  line-height: 1.4;
}
.feature-each small {
  font-size: 12px;
  line-height: 1.6;
  display: inline-block;
  margin-top: 5px;
}

.feature-copy {
  width: 805px;
  height: 250px;
  background: url(img/feature-copy.svg) center center no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 210px 30px 50px;
}

/*============================
#life
============================*/
.bg {
  background: #f8f6ee;
}
.border {
  border-top: 5px solid #97c524;
  position: relative;
}
.border::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #97c524;
  position: absolute;
  top: 5px;
  left: 0;
}
.life-each {
  background: #fff;
  padding: 10px 0 45px 0;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.life-each h3 {
  margin-top: -10px;
}
.life-each h3 img {
  margin-right: 25px;
}
.life-each h3.flex-reverse img {
  margin-right: 0;
  margin-left: 25px;
}
.life-each p {
  margin: 0 30px;
}
.life-each > img {
  margin: auto 20px;
}
.life-each p span {
  line-height: 1.6;
  display: block;
}
.life-each:nth-of-type(2) > img {
  margin-left: 0;
}

/*============================
#case
============================*/
.case {
  width: 100%;
  padding: 47px 250px 50px 30px;
}
.case1 {
  height: 430px;
  background: url(img/case1.png) center top no-repeat;
  background-size: contain;
}
.case2 {
  height: 395px;
  background: url(img/case2.png) center top no-repeat;
  background-size: contain;
}
.case3 {
  height: 330px;
  background: url(img/case3.png) center top no-repeat;
  background-size: contain;
}
.case h3 {
  padding-left: 90px;
}

/*============================
#plan
============================*/
.campaign {
  border: 1px solid #97c524;
  padding: 0 100px;
}
.campaign.two {
  padding: 60px 100px;
}

.campaign h3 {
  margin-top: -50px;
}
.campaign picture img {
  padding-left: 60px;
  margin-right: -40px;
}
.plan-box {
  width: 46.5%;
  border: 1px solid #c9c9c9;
  padding: 25px 15px 30px;
  box-shadow: 5px 5px 0 #ffff00;
}
.plan-table {
  width: 100%;
  border-collapse: collapse;
}
.plan-table.pc {
  display: table;
}
.plan-table th,
.plan-table td {
  border: 1px solid #c9c9c9;
  vertical-align: middle;
}
.plan-table th {
  padding: 10px 0;
  background: #ededdb;
}
.plan-table td {
  padding: 20px 0;
}
.up {
  font-size: 0.5em;
  vertical-align: super;
}

/*============================
#qa
============================*/
.qa-box {
  padding: 50px;
  background: #fff;
}
.qa dt {
  background: #97c524;
  border-radius: 10px;
  padding: 15px 30px 15px 70px;
  position: relative;
}
.qa dt::before {
  content: "";
  width: 30px;
  height: 33px;
  background: url(img/question.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.qa dt::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: 0.4s all ease;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
.qa dt.open::after {
  transform: rotate(-45deg);
}
.qa dd {
  display: none;
}
.qa dd.open {
  display: block;
}

/*============================
#footer
============================*/
#footer {
  padding: 30px;
  background: #97c524;
}

@media (max-width: 1000px) {
  /*basic*/

  body {
    font-size: 1.6vw;
  }
  .wrap {
    width: 93.33%;
  }

  /*============================
#top
============================*/
  /*#top{
  padding: 1.5vw 0;
}*/

  /*============================
#mv
============================*/

  section {
    padding: 50px 0 50px;
  }
  section.cta {
    padding: 30px 0 30px;
  }
  .cta img {
    padding-left: 10vw;
    width: 70vw;
  }
  .button-area {
    gap: 8vw;
  }
  .btn {
    width: 36vw;
    height: 8vw;
    border-radius: 2vw;
  }
  .btn::before {
    width: 1.2vw;
    height: 1.2vw;
    right: 3vw;
  }

  /*============================
#feature
============================*/
  h2 img {
    height: 2.8vw;
  }
  #feature h2::before {
    width: 20.4vw;
    height: 18.7vw;
    right: -2vw;
  }
  #feature h2::after {
    width: 17.3vw;
    height: 38.6vw;
    top: -2vw;
  }
  .feature-each {
    padding: 2.5vw 1.5vw 3vw;
  }
  #feature .flex-wrapper img {
    width: 32%;
  }
  .feature-copy {
    width: 80.5vw;
    height: 25vw;
    padding: 12vw 21vw 3vw 5vw;
  }

  /*============================
#life
============================*/
  .life-each {
    padding: 1vw 0 4.5vw 0;
  }
  .life-each h3 {
    margin-top: -1vw;
  }
  .life-each h3 img {
    width: 9vw;
    margin-right: 2.5vw;
  }
  .life-each h3.flex-reverse img {
    margin-left: 2.5vw;
  }
  .life-each p {
    margin: 0 3vw;
  }
  .life-each > img {
    margin: auto 2vw;
  }
  .life-each:nth-of-type(1) > img {
    width: 32vw;
  }
  .life-each:nth-of-type(2) > img {
    margin-left: 0;
    width: 45vw;
  }
  .life-each:nth-of-type(1) > img {
    width: 33vw;
    margin: 0;
  }

  /*============================
#case
============================*/
  .case {
    padding: 4.7vw 25vw 5vw 3vw;
  }
  .case1 {
    height: 43vw;
  }
  .case2 {
    height: 39.5vw;
  }
  .case3 {
    height: 33vw;
  }
  .case h3 {
    padding-left: 9vw;
  }

  /*============================
#plan
============================*/
  .campaign {
    padding: 0 10vw 6vw;
  }
  .campaign h3 {
    margin-top: -5vw;
  }
  .campaign picture img {
    padding-left: 6vw;
    margin-right: -4vw;
  }
  .plan-box {
    padding: 2.5vw 1.5vw 3vw;
  }
  .plan-table th {
    padding: 1vw 0;
  }
  .plan-table td {
    padding: 2vw 0;
  }

  /*============================
#qa
============================*/
  .qa-box {
    padding: 5vw;
  }
  .qa dt {
    border-radius: 1vw;
    padding: 1.5vw 3vw 1.5vw 7vw;
  }
  .qa dt::before {
    width: 3vw;
    height: 3.3vw;
    left: 2vw;
  }
  .qa dt::after {
    width: 1.5vw;
    height: 1.5vw;
    right: 3vw;
  }

  /*============================
#footer
============================*/
  #footer {
    padding: 3vw;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 2.4vw;
  }

  /*============================
#mv
============================*/
  #mv {
    height: 100%;
  }
  .cta img {
    width: 100%;
    max-width: unset;
    margin-right: 0;
    padding: 0;
  }
  .btn {
    width: 73.33vw;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.16em;
  }
  /*============================
#feature
============================*/
  h2 img {
    height: 3.8vw;
  }
  #feature {
    position: relative;
  }
  #feature h2::before {
    top: 34vw;
    width: 21.6vw;
    right: 0;
    z-index: 1;
  }
  #feature h2::after {
    width: 19.33vw;
    height: 23.2vw;
    top: 118vw;
    left: -3.33vw;
  }
  .feature-each {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding: 2.66vw 4vw 4.66vw 4vw;
  }
  .feature-each h3 {
    padding-bottom: 2vw;
    border-bottom: 1px solid #97c524;
  }
  #feature .flex-wrapper img {
    width: 49%;
  }
  .feature-copy {
    width: 95.33vw;
    height: 44.66vw;
    background: url(img/sp/feature-copy.svg) center top no-repeat;
    background-size: contain;
    padding: 17vw 25.33vw 6vw 6vw;
    margin-left: -1vw;
  }

  /*============================
#life
============================*/
  .life-each h3 {
    white-space: nowrap;
  }
  .life-each h3 img {
    width: 12vw;
  }
  .life-each:nth-of-type(2) > img {
    width: 41.33vw;
    margin-top: 7vw;
  }
  .life-each:nth-of-type(3) > img {
    width: 39.33vw;
    margin-left: -3vw;
    margin-right: 0;
  }
  .life-each p span {
    margin-top: 2vw;
  }

  /*============================
#case
============================*/
  .case {
    width: 100%;
    padding: 5.33vw 3.33vw;
    line-height: 1.66;
  }
  .case1 {
    height: 112vw;
    background: url(img/sp/case1.png) center top no-repeat;
    background-size: contain;
  }
  .case2 {
    height: 90vw;
    background: url(img/sp/case2.png) center top no-repeat;
    background-size: contain;
  }
  .case3 {
    height: 74.66vw;
    background: url(img/sp/case3.png) center top no-repeat;
    background-size: contain;
  }
  .case h3 {
    padding-left: 15.33vw;
    line-height: 1.4;
  }
  .case-sp {
    display: block;
  }
  .case1 .case-sp {
    padding-right: 30.66vw;
  }
  .case2 .case-sp {
    padding-right: 45.33vw;
  }
  .case3 .case-sp {
    padding-right: 23vw;
  }
  .campaign {
    padding: 0 3.33vw 4.66vw;
  }
  .campaign.two {
    padding: 4.66vw 3.33vw;
  }
  .campaign h3 {
    margin-top: -7vw;
  }
  .campaign img {
    width: 66.66vw;
  }
  .campaign picture img {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }
  .campaign a {
    text-decoration: underline;
  }
  .campaign h3 {
    position: relative;
  }
  .campaign h3::before {
    content: "";
    width: 17.86vw;
    height: 21.46vw;
    background: url(img/sp/campaign-img.svg) center bottom no-repeat;
    background-size: contain;
    position: absolute;
    top: -5.33vw;
    right: -4.66vw;
  }

  /*============================
#plan
============================*/
  .plan-table.pc {
    display: none;
  }
  .plan-table.sp {
    display: table;
    width: 100%;
  }
  .plan-table th {
    padding: 4vw 0;
  }
  .plan-table th:nth-of-type(1) {
    width: 24.6vw;
  }
  .plan-table th:nth-of-type(2) {
    width: 33.2vw;
  }
  .plan-table th:nth-of-type(3) {
    width: 34.6vw;
  }
  .plan-table td {
    padding: 1.6vw 3.33vw;
  }
  .plan-table dt,
  .plan-table dd {
    display: inline-block;
  }
  .plan-table dt {
    width: 36%;
    text-align: left;
  }
  .plan-table dd {
    width: 60%;
    text-align: right;
  }
  .plan-box {
    width: 74.66vw;
    margin-left: auto;
    margin-right: auto;
    padding: 4.66vw 3.33vw 5.33vw;
  }

  /*============================
#qa
============================*/
  .qa-box {
    padding: 5.33vw 3.33vw 6vw;
  }
  .qa dt {
    padding: 3vw 6.66vw 3vw 8vw;
  }
  .qa dt::before {
    width: 4vw;
    height: 4.5vw;
    left: 2.5vw;
  }
  .qa dt::after {
    width: 1.5vw;
    height: 1.5vw;
    right: 3vw;
  }
}

.button-area .tel {
  flex-flow: column;
}

.button-area .tel span {
  position: relative;
  padding-left: 25px;
  line-height: 1.3;
}

.button-area .tel span::before {
  content: "";
  background: url("img/icon_tel02.png") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.button-area .tel small {
  font-size: 12px;
  line-height: 1;
}
