@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Anton&display=swap");
img {
  max-width: inherit;
}

p, ul {
  margin: 0;
  padding: 0;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

#comments input[type=submit]:hover, button[type=submit]:hover {
  background: rgb(17, 17, 17);
}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.btn-shiny {
    position: relative;
    overflow: hidden;
}
.btn-shiny::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@media only screen and (max-width: 575px) {
  .btn-shiny-sp {
      position: relative;
      overflow: hidden;
  }
  .btn-shiny-sp::before {
      content: '';
      position: absolute;
      top: -10%;
      left: -20%;
      width: 40px;
      height: 100%;
      transform: scale(2) rotate(20deg);
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 3s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
  }
}

/*
* 適用するCSSのプロパティ
* アニメーションの時間
* 変化のパターンを選択 ease / linear / ease-in / ease-out / ease-in-out / cubic-bezier(数値, 数値, 数値, 数値)
* 変化がはじまるまでの時間を設定
*/
/*
* タイトル等で両端にボーダーを指定する
* タイトル部分を中央寄せにする場合はCenter寄せを指定したdivでラッピングする
*/
/*
* タイトル
* 左にアイコンを設置する
*/
/*
* タイトル
* 上下にボーダーを引く
*/
/*
* 番号
* ナンバリングを行うスタイル
*/
/*
* ホバーしたときにアンダーラインがアニメーション表示
* mode : center 時は中央からラインが表示
*/
/*
 * 下に三角の矢印をつける
*/
/*
 * 下に三角の矢印をつける
*/
/*
 * アニメーション
*/
/*
 * アニメーション
*/
/*
 * カンタンにストライプの背景を作成する
*/
.dnaPrice2__price-table, .dnaPrice2__box, .dnaPrice__box, .dnaConcept__figure, .dnaHeader__circleTable {
  display: table;
  height: 100%;
  width: 100%;
}

.dnaPrice2__price-tableCell, .dnaPrice2__box-price, .dnaPrice2__box-main, .dnaPrice__box-price, .dnaPrice__box-main, .dnaConcept__figure-left, .dnaConcept__figure-center, .dnaConcept__figure-right, .dnaHeader__circleTableCell {
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

/* container */
.dnaFlow__container2, .dnaHeader__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .dnaFlow__container2, .dnaHeader__container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .dnaFlow__container2, .dnaHeader__container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .dnaFlow__container2, .dnaHeader__container {
    width: 1200px;
  }
}
.dnaFlow__container2::before, .dnaHeader__container::before, .dnaFlow__container2::after, .dnaHeader__container::after {
  clear: both;
  content: "";
}

.dnaCTA__container, .dnaForm__container, .dnaPrice2__container, .dnaPrice__container, .dnaFlow__container, .dnaHealthful__container, .dnaMore__container, .dnaAbout__container, .dnaNayami__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .dnaCTA__container, .dnaForm__container, .dnaPrice2__container, .dnaPrice__container, .dnaFlow__container, .dnaHealthful__container, .dnaMore__container, .dnaAbout__container, .dnaNayami__container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .dnaCTA__container, .dnaForm__container, .dnaPrice2__container, .dnaPrice__container, .dnaFlow__container, .dnaHealthful__container, .dnaMore__container, .dnaAbout__container, .dnaNayami__container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .dnaCTA__container, .dnaForm__container, .dnaPrice2__container, .dnaPrice__container, .dnaFlow__container, .dnaHealthful__container, .dnaMore__container, .dnaAbout__container, .dnaNayami__container {
    width: 1000px;
  }
}
.dnaCTA__container::before, .dnaForm__container::before, .dnaPrice2__container::before, .dnaPrice__container::before, .dnaFlow__container::before, .dnaHealthful__container::before, .dnaMore__container::before, .dnaAbout__container::before, .dnaNayami__container::before, .dnaCTA__container::after, .dnaForm__container::after, .dnaPrice2__container::after, .dnaPrice__container::after, .dnaFlow__container::after, .dnaHealthful__container::after, .dnaMore__container::after, .dnaAbout__container::after, .dnaNayami__container::after {
  display: table;
  clear: both;
  content: "";
}

/* text */
.dnaHealthful__maintext, .dnaMainttl__read, .dnaMore__box-main, .dnaMore__mainText, .dnaAbout__box-text, .dnaAbout__main-text {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .dnaHealthful__maintext, .dnaMainttl__read, .dnaMore__box-main, .dnaMore__mainText, .dnaAbout__box-text, .dnaAbout__main-text {
    font-size: 16px;
  }
}

.dnaFlow__boxMore-mainText, .dnaFlow__box-text {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .dnaFlow__boxMore-mainText, .dnaFlow__box-text {
    font-size: 16px;
  }
}

/* link button */
/* shadow */
/* flex */
.dnaCTA___box, .dnaForm__btns, .dnaPrice2__box-priceInner, .dnaMainttl__photos, .dnaAbout__list, .dnaHeader__content, .dnaFlow__boxMore-main, .dnaFlow__box-inner, .dnaMore__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-diretion: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.dnaFlow__boxMore-main, .dnaFlow__box-inner, .dnaMore__box-inner, .dnaCTA___box, .dnaForm__btns, .dnaPrice2__box-priceInner, .dnaMainttl__photos, .dnaAbout__list, .dnaHeader__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dnaCTA___box, .dnaForm__btns, .dnaPrice2__box-priceInner, .dnaMainttl__photos, .dnaAbout__list, .dnaHeader__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* JSで高さを指定 */
.dnaHealthful__maintext, .dnaMainttl__read, .dnaMore__box-main, .dnaMore__mainText, .dnaAbout__box-text, .dnaAbout__main-text {
  font-size: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .dnaHealthful__maintext, .dnaMainttl__read, .dnaMore__box-main, .dnaMore__mainText, .dnaAbout__box-text, .dnaAbout__main-text {
    font-size: 16px;
  }
}

.dnaFlow__boxMore-mainText, .dnaFlow__box-text {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .dnaFlow__boxMore-mainText, .dnaFlow__box-text {
    font-size: 14px;
  }
}

/* ttl */
.dnaMainttl__ttl {
  text-align: center;
}
.dnaMainttl__ttl-inner {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 38px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .dnaMainttl__ttl-inner {
    font-size: 7vw;
  }
}
.dnaMainttl__ttl-inner--sub {
  display: block;
  font-size: 30px;
}
@media only screen and (max-width: 575px) {
  .dnaMainttl__ttl-inner--sub {
    font-size: 6vw;
  }
}
.dnaMainttl__ttl-inner::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  content: "";
  max-width: 150px;
  height: 10px;
  background-color: #ffad33;
}

.dnaSubttl {
  background-color: #84ccc9;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 36px;
  text-align: center;
  padding: 5px 10px;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .dnaSubttl {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 575px) {
  .dnaSubttl {
    font-size: 20px;
  }
}
.dnaSubttl--mainColorSub {
  background-color: #A4C435;
}

/* button */
.dnaButton1 {
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.15s 0s linear;
  transition: all 0.15s 0s linear;
}
.dnaButton1:hover {
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.7);
}

.dnaButton2 {
  margin-top: 15px;
}
.dnaButton2 > a {
  display: inline-block;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  padding: 5px 20px;
  color: #FFF;
  border-radius: 10px;
  background-image: -ms-linear-gradient(90deg, rgb(255, 151, 59) 0%, rgb(255, 173, 51) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 151, 59) 0%, rgb(255, 173, 51) 100%);
  -webkit-transition: all 0.25s 0s linear;
  transition: all 0.25s 0s linear;
}
.dnaButton2 > a:hover {
  -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 991px) {
  .dnaButton2 > a {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: normal;
  }
}
@media only screen and (max-width: 575px) {
  .dnaButton2 > a {
    font-size: 3.5vw;
    border-radius: 3px;
  }
}

/* separator */
/* dnaSeparator */
.dnaSeparator {
  text-align: center;
  overflow: hidden;
}
.dnaSeparator__inner {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .dnaSeparator__inner > img {
    width: 70px;
  }
}
.dnaSeparator__inner::before, .dnaSeparator__inner::after {
  content: "";
  position: absolute;
  width: 3000px;
  height: 1px;
  background-color: #777;
  top: 0;
}
.dnaSeparator__inner::before {
  right: 100%;
}
@media only screen and (max-width: 767px) {
  .dnaSeparator__inner::before {
    right: 99%;
  }
}
.dnaSeparator__inner::after {
  left: 100%;
}
@media only screen and (max-width: 767px) {
  .dnaSeparator__inner::after {
    left: 99%;
  }
}

.dnaSeparatorR {
  margin-top: -35px;
  height: 36px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dnaSeparatorR {
    height: 19px;
    margin-top: -18px;
  }
}
.dnaSeparatorR__inner {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/common/line-arrow-r.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 37px;
}
@media only screen and (max-width: 767px) {
  .dnaSeparatorR__inner {
    background-size: auto 20px;
  }
}

.dnaSeparatorRR {
  margin-bottom: -36px;
  height: 36px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dnaSeparatorRR {
    height: 19px;
    margin-bottom: -19px;
  }
}
.dnaSeparatorRR__inner {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/common/line-arrow-rr.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 37px;
}
@media only screen and (max-width: 767px) {
  .dnaSeparatorRR__inner {
    background-size: auto 20px;
  }
}

/* pagetop */
.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 125px;
  background: #84ccc9;
  border: 1px solid #FFF;
}
.pagetop:hover:hover {
  background-color: #a3d9d7;
}
@media only screen and (max-width: 1199px) {
  .pagetop {
    bottom: 115px;
  }
}
@media only screen and (max-width: 991px) {
  .pagetop {
    bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .pagetop {
    bottom: 130px;
  }
}
@media only screen and (max-width: 575px) {
  .pagetop {
    bottom: 115px;
  }
}
@media (max-width: 400px) {
  .pagetop {
    bottom: 115px;
  }
}
.pagetop__link {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.pagetop__link::before {
  content: url(../images/icon-arrow.svg);
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* text */
/* button */
/*
/////////////////////////////////////
blog.css
ブログ
/////////////////////////////////////
*/
/* ----- COMMENT ---- */
/* 小見出し/コメント */
/* テキストの基本スタイル */
.mce-content-body, .post-content {
  /* 太字 */
  /* イタリック */
  /* イメージ画像 */
  /* clearfix */
  /* 画像キャプション */
  /* 引用 */
  /* リストタグ標準 */
  /* テーブルのスタイル */
}
.mce-content-body p, .post-content p {
  font-size: 16px;
  line-height: 1.5;
}
.mce-content-body h1, .post-content h1 {
  font-size: 26px;
  font-weight: bold;
}
.mce-content-body h2, .post-content h2 {
  font-size: 24px;
  font-weight: bold;
}
.mce-content-body h3, .post-content h3 {
  font-size: 24px;
  font-weight: bold;
}
.mce-content-body h4, .post-content h4 {
  font-size: 20px;
  font-weight: bold;
}
.mce-content-body h5, .post-content h5 {
  font-size: 18px;
  font-weight: bold;
}
.mce-content-body h6, .post-content h6 {
  font-size: 18px;
}
.mce-content-body strong, .post-content strong {
  font-weight: bold;
}
.mce-content-body em, .post-content em {
  font-style: italic;
}
.mce-content-body .aligncenter, .post-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.mce-content-body .alignright, .post-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.mce-content-body .alignleft, .post-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.mce-content-body img[class*=wp-image-],
.mce-content-body img[class*=attachment-], .post-content img[class*=wp-image-],
.post-content img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}
.mce-content-body .clearfix, .post-content .clearfix {
  overflow: hidden;
  zoom: 1;
}
.mce-content-body .clearfix:after, .post-content .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.mce-content-body .wp-caption-text, .post-content .wp-caption-text {
  text-align: center;
}
.mce-content-body blockquote, .post-content blockquote {
  background-color: #ddd;
  padding: 3em 1em;
  position: relative;
}
.mce-content-body blockquote:before, .post-content blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
.mce-content-body blockquote:after, .post-content blockquote:after {
  content: "”";
  font-size: 600%;
  line-height: 0em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  color: #999;
  position: absolute;
  right: 0;
  bottom: 0;
}
.mce-content-body li, .post-content li {
  list-style-type: inherit;
}
.mce-content-body ul, .post-content ul {
  list-style-type: disc;
}
.mce-content-body ol, .post-content ol {
  list-style-type: decimal;
}
.mce-content-body ul li, .mce-content-body ol li, .post-content ul li, .post-content ol li {
  list-style-position: inside;
  margin-bottom: 3px;
}
.mce-content-body table, .post-content table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
}
.mce-content-body table th, .post-content table th {
  background-color: #EEE;
}
.mce-content-body table th, .mce-content-body table td, .post-content table th, .post-content table td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 7px;
}
.mce-content-body a, .post-content a {
  color: #84ccc9;
  text-decoration: underline;
}
.mce-content-body a:hover, .post-content a:hover {
  text-decoration: none;
}
.mce-content-body .postcontent-box::after, .post-content .postcontent-box::after {
  content: "";
  display: block;
  clear: both;
}
.mce-content-body .postcontent-box > br, .post-content .postcontent-box > br {
  display: none;
}
.postcontent-box__left {
  float: left;
  width: 300px;
}

.postcontent-box__right {
  float: left;
  width: calc(100% - 300px);
}

.dnaHeader {
  padding-top: 8%;
  padding-bottom: 70px;
  background-image: url(../images/common/mv.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.dnaHeader .dnaHeader-tume-1 {
  margin-left: -0.2em;
}
.dnaHeader .dnaHeader-tume-2 {
  margin-left: -0.6em;
}
.dnaHeader .dnaHeader-tume-3 {
  margin-left: -0.5em;
}
@media only screen and (max-width: 767px) {
  .dnaHeader .dnaHeader-tume-3 {
    margin-left: -0.34em;
  }
}
.dnaHeader .dnaHeader-tume-4 {
  margin-left: -0.3em;
}
.dnaHeader .dnaHeader-tume-5 {
  margin-left: -0.3em;
}
@media only screen and (max-width: 767px) {
  .dnaHeader {
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 575px) {
  .dnaHeader {
    background-position: right top;
    background-size: 170% auto;
    padding-top: 150px;
    padding-bottom: 1.5em;
  }
}
@media only screen and (max-width: 991px) {
  .dnaHeader__content1-text > img {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaHeader__content1-text > img {
    width: 100%;
  }
}

.dnaHeader__content1-text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  line-height: 1.5;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .dnaHeader__content1-text1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .dnaHeader__content1-text1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaHeader__content1-text1 {
    font-size: 3.2vw;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaHeader__content1-text1 {
    font-size: 5.2vw;
  }
}
.dnaHeader__content1-text1--large {
  color: #ff4c55;
  font-size: 48px;
}
@media only screen and (max-width: 991px) {
  .dnaHeader__content1-text1--large {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaHeader__content1-text1--large {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 575px) {
  .dnaHeader__content1-text1--large {
    font-size: 7vw;
    font-weight: 900;
  }
}
.dnaHeader__content1-text1--tume {
  letter-spacing: -1em;
}

.dnaHeader__content1-text2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .dnaHeader__content1-text2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .dnaHeader__content1-text2 {
    font-size: 39px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .dnaHeader__content1-text2 {
    font-size: 5.1vw;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 575px) {
  .dnaHeader__content1-text2 {
    font-size: 8vw;
    margin-top: 0.7em;
  }
}
@media only screen and (max-width: 991px) {
  .dnaHeader__content1-text2 > img {
    width: 365px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaHeader__content1-text2 > img {
    width: 95%;
  }
}
.dnaHeader__content1-text2--rotate {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  display: inline-block;
  font-size: 120%;
  vertical-align: middle;
}

.dnaHeader__content-left {
  width: 55%;
}
@media only screen and (max-width: 575px) {
  .dnaHeader__content-left {
    width: 100%;
  }
}

.dnaHeader__content-right {
  width: 45%;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .dnaHeader__content-right {
    width: 100%;
    margin-top: 15px;
  }
}

.dnaHeader__content-leftBox {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1;
  border: 5px solid #A4C435;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .dnaHeader__content-leftBox {
    width: 100%;
    margin-top: 0;
  }
}

.dnaHeader__content-leftBoxTop {
  font-size: 100px;
  padding: 20px 30px;
  background-color: #FFF;
  color: #A4C435;
}
@media only screen and (max-width: 1199px) {
  .dnaHeader__content-leftBoxTop {
    font-size: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .dnaHeader__content-leftBoxTop {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaHeader__content-leftBoxTop {
    font-size: 7vw;
  }
}
@media only screen and (max-width: 575px) {
  .dnaHeader__content-leftBoxTop {
    font-size: 13vw;
    padding: 15px 25px;
  }
}

.dnaHeader__content-leftBoxBottom {
  font-size: 130px;
  padding: 20px 30px;
  background-color: #A4C435;
  color: #FFF;
}
@media only screen and (max-width: 1199px) {
  .dnaHeader__content-leftBoxBottom {
    font-size: 85px;
  }
}
@media only screen and (max-width: 991px) {
  .dnaHeader__content-leftBoxBottom {
    font-size: 70px;
    letter-spacing: 0.03em;
  }
}
@media only screen and (max-width: 767px) {
  .dnaHeader__content-leftBoxBottom {
    font-size: 8.2vw;
  }
}
@media only screen and (max-width: 575px) {
  .dnaHeader__content-leftBoxBottom {
    font-size: 15vw;
    padding: 15px 25px;
  }
}
.dnaHeader__content-leftBoxBottom--num {
  font-family: "Anton", sans-serif;
}
.dnaHeader__content-leftBoxBottom--en {
  font-size: 60px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .dnaHeader__content-leftBoxBottom--en {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaHeader__content-leftBoxBottom--en {
    font-size: 60%;
  }
}
.dnaHeader__content-leftBoxBottom--tax {
  position: absolute;
  left: -39px;
  bottom: 83%;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .dnaHeader__content-leftBoxBottom--tax {
    font-size: 11px;
    left: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaHeader__content-leftBoxBottom--tax {
    font-size: 30%;
    left: -20px;
  }
}

.dnaHeader__content-circle {
  max-width: 550px;
  position: absolute;
  bottom: 0;
  margin-bottom: -15px;
}
.dnaHeader__content-circle::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 575px) {
  .dnaHeader__content-circle {
    position: static;
  }
}

.dnaHeader__content-circleItem {
  float: left;
  text-align: center;
}
.dnaHeader__content-circleItem:first-child {
  width: 100%;
  margin-bottom: -20px;
}
.dnaHeader__content-circleItem:not(:first-child) {
  width: 50%;
}

.dnaHeader__content-circleMain {
  display: inline-block;
  border-radius: 50%;
  background: radial-gradient(50% 50%, circle closest-side, rgb(255, 193, 102) 0%, rgb(255, 173, 51) 65%);
  background: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(255, 193, 102) 0%, rgb(255, 173, 51) 65%);
  background: -ms-radial-gradient(50% 50%, circle closest-side, rgb(255, 193, 102) 0%, rgb(255, 173, 51) 65%);
  width: 250px;
  height: 250px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 46px;
  color: #FFF;
  line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
  .dnaHeader__content-circleMain {
    width: 200px;
    height: 200px;
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .dnaHeader__content-circleMain {
    width: 160px;
    height: 160px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaHeader__content-circleMain {
    width: 120px;
    height: 120px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaHeader__content-circleMain {
    width: 140px;
    height: 140px;
  }
}

.dnaHeader__circleSmall {
  font-size: 36px;
  display: block;
}

.dnaHeader__contentBtm {
  text-align: center;
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .dnaHeader__contentBtm {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaHeader__contentBtm {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 575px) {
  .dnaHeader__contentBtm {
    margin-top: 1em;
  }
}

.dnaHeader__contentBtm-text {
  font-size: 42px;
  display: inline-block;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
  .dnaHeader__contentBtm-text {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .dnaHeader__contentBtm-text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaHeader__contentBtm-text {
    font-size: 20px;
    font-weight: normal;
  }
}
.dnaHeader__contentBtm-text--logo {
  vertical-align: super;
  padding-right: 5px;
}
@media only screen and (max-width: 1199px) {
  .dnaHeader__contentBtm-text--logo > img {
    width: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .dnaHeader__contentBtm-text--logo > img {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaHeader__contentBtm-text--logo > img {
    width: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaHeader__contentBtm-text--logo > img {
    width: 175px;
  }
}
.dnaHeader__contentBtm-text--strong {
  font-size: 48px;
  color: #ff4c55;
  font-weight: 900;
}
@media only screen and (max-width: 1199px) {
  .dnaHeader__contentBtm-text--strong {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .dnaHeader__contentBtm-text--strong {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaHeader__contentBtm-text--strong {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaHeader__contentBtm-text--strong {
    font-size: 26px;
  }
}

.dnaHeader__contentBtm-btn {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .dnaHeader__contentBtm-btn {
    margin-top: 2em;
  }
}

/* example */
/* dnaNayami */
.dnaNayami {
  background: repeating-linear-gradient(-45deg, #ACD7D4, #ACD7D4 3px, #9ED0CD 3px, #9ED0CD 6px);
  padding: 0 0 15vh 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .dnaNayami {
    padding: 0 0 5vh 0;
  }
}
.dnaNayami::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15vh 0 0 50vw;
  border-color: transparent transparent transparent #FFF;
}
@media only screen and (max-width: 991px) {
  .dnaNayami::before {
    border-width: 5vh 0 0 50vw;
  }
}
.dnaNayami::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15vh 50vw;
  border-color: transparent transparent #FFF transparent;
}
@media only screen and (max-width: 991px) {
  .dnaNayami::after {
    border-width: 0 0 5vh 50vw;
  }
}
.dnaNayami__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 38px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .dnaNayami__ttl {
    font-size: 4vw;
    margin-bottom: 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .dnaNayami__ttl {
    font-size: 18px;
    margin: 15px 0;
    text-align: center;
  }
}

.dnaNayami__list-item {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.5;
  background-image: url(../images/common/icon-check.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 40px auto;
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .dnaNayami__list-item {
    font-size: 2.2vw;
    background-size: 1.5em auto;
    padding-left: 1.7em;
  }
}
@media only screen and (max-width: 767px) {
  .dnaNayami__list-item {
    font-size: 16px;
    background-size: 1.5em auto;
    padding-left: 1.7em;
    background-position: left 0.2em;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}

.dnaNayami__main {
  margin: 70px 0 0 0;
  background-color: #FFF;
  padding: 50px 100px;
}
@media only screen and (max-width: 1199px) {
  .dnaNayami__main {
    margin: 70px 0 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  .dnaNayami__main {
    margin: 50px 0 30px 0;
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaNayami__main {
    margin: 30px 0 15px 0;
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaNayami__main {
    margin: 15px 0;
    padding: 15px;
  }
}

/* dnaConcept */
.dnaConcept__main {
  text-align: center;
}

.dnaConcept__main-inner {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .dnaConcept__main-inner {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .dnaConcept__main-inner {
    width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .dnaConcept__main-inner {
    width: calc(100% - 10px);
  }
}

.dnaConcept__ttl {
  font-size: 38px;
}
@media only screen and (max-width: 991px) {
  .dnaConcept__ttl {
    font-size: 30px;
    margin: 0 -50px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaConcept__ttl {
    font-size: 27px;
    line-height: 1.7;
  }
}
.dnaConcept__ttl--logo {
  vertical-align: super;
  padding-right: 5px;
}
@media only screen and (max-width: 575px) {
  .dnaConcept__ttl--logo {
    display: block;
  }
}
.dnaConcept__ttl--logo > img {
  width: 330px;
}
@media only screen and (max-width: 991px) {
  .dnaConcept__ttl--logo > img {
    width: 260px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaConcept__ttl--logo > img {
    width: 220px;
  }
}

.dnaConcept__figure {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 38px;
}
@media only screen and (max-width: 1199px) {
  .dnaConcept__figure {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .dnaConcept__figure {
    font-size: 25px;
    font-weight: normal;
  }
}
@media only screen and (max-width: 575px) {
  .dnaConcept__figure {
    font-size: 19px;
  }
}

.dnaConcept__figure-left, .dnaConcept__figure-right {
  width: 310px;
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .dnaConcept__figure-left, .dnaConcept__figure-right {
    width: 265px;
  }
}
@media only screen and (max-width: 991px) {
  .dnaConcept__figure-left, .dnaConcept__figure-right {
    width: 220px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaConcept__figure-left, .dnaConcept__figure-right {
    padding: 0 5px;
  }
}

.dnaConcept__figure-center {
  width: 50px;
}
@media only screen and (max-width: 991px) {
  .dnaConcept__figure-center {
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaConcept__figure-center {
    padding-top: 15%;
  }
}

.dnaConcept__main {
  margin-top: 50px;
}
@media only screen and (max-width: 575px) {
  .dnaConcept__main {
    margin-top: 15px;
  }
}

.dnaConcept__main-box {
  display: block;
  color: #FFF;
  border-radius: 10px;
  padding: 20px 30px;
}
@media only screen and (max-width: 1199px) {
  .dnaConcept__main-box {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .dnaConcept__main-box {
    padding: 5px;
    border-radius: 5px;
  }
}
.dnaConcept__main-box--blue {
  background-color: #84ccc9;
}
.dnaConcept__main-box--yellow {
  background-color: #ffad33;
  position: relative;
}
.dnaConcept__main-box--ruby {
  display: block;
  position: absolute;
  top: -20px;
  font-size: 18px;
  font-weight: normal;
  border: 3px solid #FFF;
  left: 20%;
  background: repeating-linear-gradient(-45deg, #ffad33, #ffad33 2px, #FFC266 2px, #FFC266 4px);
  background-color: #ffad33;
  padding: 0px 10px;
  font-family: monospace;
}
@media only screen and (max-width: 1199px) {
  .dnaConcept__main-box--ruby {
    left: 14%;
  }
}
@media only screen and (max-width: 991px) {
  .dnaConcept__main-box--ruby {
    font-size: 14px;
    top: -16px;
    left: calc(50% - 70px);
    width: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaConcept__main-box--ruby {
    border: 2px solid #FFF;
    padding: 0px 5px;
    font-size: 12px;
    top: -18px;
    left: calc(50% - 60px);
    width: 120px;
  }
}

.dnaConcept__so {
  margin-top: 65px;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
@media only screen and (max-width: 991px) {
  .dnaConcept__so {
    margin-top: 40px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaConcept__so {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 575px) {
  .dnaConcept__so {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  body.android .dnaConcept__so {
    margin-top: 0;
  }
}

.dnaConcept__matome {
  margin-top: 30px;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .dnaConcept__matome {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .dnaConcept__matome {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaConcept__matome {
    margin-top: 1em;
    font-size: 18px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 575px) {
  .dnaConcept__matome {
    font-size: 13px;
    width: 100%;
  }
}
.dnaConcept__matome > span {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .dnaConcept__matome > span {
    width: 80%;
  }
}
.dnaConcept__matome > span::before {
  content: "[";
  font-size: 400%;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  font-weight: normal;
}
@media only screen and (max-width: 1199px) {
  .dnaConcept__matome > span::before {
    font-size: 340%;
  }
}
.dnaConcept__matome > span::after {
  content: "]";
  font-size: 400%;
  position: absolute;
  right: -0.5em;
  top: -0.5em;
  font-weight: normal;
}
@media only screen and (max-width: 1199px) {
  .dnaConcept__matome > span::after {
    font-size: 340%;
  }
}

@media only screen and (max-width: 575px) {
  .dnaConcept__main-plus {
    display: block;
    margin: 0 -10px;
  }
}

.dnaConcept__main2 {
  margin-top: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dnaConcept__main2 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaConcept__main2 {
    margin-top: 2em;
  }
}

@media only screen and (max-width: 767px) {
  body.android .dnaConcept__main2 {
    margin-top: 65px;
  }
}

@media only screen and (max-width: 575px) {
  body.android .dnaConcept__main2 {
    margin-top: 30px;
  }
}

.dnaConcept__circleImg {
  display: block;
  position: absolute;
  top: -150px;
  width: 350px;
  height: 350px;
}
@media only screen and (max-width: 1199px) {
  .dnaConcept__circleImg {
    top: -65px;
    width: 220px;
    height: 220px;
  }
}
@media only screen and (max-width: 991px) {
  .dnaConcept__circleImg {
    top: -42px;
    width: 150px;
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaConcept__circleImg {
    position: static;
    margin: 15px auto 0 auto;
    width: inherit;
    height: inherit;
  }
}
.dnaConcept__circleImg--img1 {
  right: 105%;
}
@media only screen and (max-width: 1199px) {
  .dnaConcept__circleImg--img1 {
    right: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .dnaConcept__circleImg--img1 {
    width: 120px;
  }
}
.dnaConcept__circleImg--img2 {
  left: 105%;
}
@media only screen and (max-width: 1199px) {
  .dnaConcept__circleImg--img2 {
    left: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .dnaConcept__circleImg--img2 {
    width: 120px;
  }
}

/* dnaAbout */
.dnaAbout {
  background: url(https://kanri-eiyoushi.com/wp-content/themes/eiyo-join/assets/dna/images/bg_dna.png) no-repeat center top;
  background-size: contain;
  padding-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .dnaAbout {
    padding-bottom: 70px;
  }
}
.dnaAbout__mv {
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .dnaAbout__mv {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaAbout__mv {
    margin-top: 40px;
  }
}

.dnaAbout__main {
  margin-top: 30px;
}

.dnaAbout__list {
  margin: 0 -5px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .dnaAbout__list {
    margin-top: 20px;
  }
}

.dnaAbout__list-item {
  width: 33.3333333333%;
  padding: 0 5px;
}
@media only screen and (max-width: 575px) {
  .dnaAbout__list-item {
    width: 100%;
  }
  .dnaAbout__list-item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.dnaAbout__box {
  border: 1px solid #BFBFBF;
  padding: 30px;
  background-color: #FFF;
}
@media only screen and (max-width: 767px) {
  .dnaAbout__box {
    padding: 15px;
  }
}

.dnaAbout__box-ttl {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .dnaAbout__box-ttl {
    font-size: 20px;
  }
}

.dnaAbout__box-img {
  max-width: 90px;
  margin: auto;
}

.dnaAbout__box-text {
  margin-top: 10px;
}

.dnaAbout__main-text2 {
  margin-top: 50px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
}
@media only screen and (max-width: 991px) {
  .dnaAbout__main-text2 {
    margin-top: 35px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaAbout__main-text2 {
    margin-top: 1em;
    font-size: 20px;
  }
}

.dnaAbout__main-text2Inner {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFCA7B));
  background: linear-gradient(transparent 60%, #FFCA7B 60%);
}

.dnaAbout__link {
  color: #0000c8;
}

/* dnaMore */
.dnaMore {
  background: repeating-linear-gradient(-45deg, #84CCC9, #84CCC9 3px, #96D4D1 3px, #96D4D1 6px);
  padding: 50px 0 100px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .dnaMore {
    padding: 50px 0 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .dnaMore {
    padding: 50px 0 70px 0;
  }
}
@media only screen and (max-width: 575px) {
  .dnaMore {
    padding: 50px 0 30px 0;
  }
}
.dnaMore__inner {
  background-color: #FFF;
  border-radius: 10px;
  padding: 70px 50px;
}
@media only screen and (max-width: 991px) {
  .dnaMore__inner {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaMore__inner {
    padding: 30px 20px;
  }
}

.dnaMore-iconMore {
  position: absolute;
  left: calc(50% - 85px);
  margin: auto;
  top: -70px;
}
@media only screen and (max-width: 575px) {
  .dnaMore-iconMore {
    position: absolute;
    left: calc(50% - 65px);
    margin: auto;
    top: -45px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaMore-iconMore > img {
    width: 130px;
  }
}

.dnaMore__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
@media only screen and (min-width: 992px) {
  .dnaMore__text {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .dnaMore__text-inner {
    display: inline-block;
    text-align: left;
    width: 78%;
  }
}

.dnaMore__text-1 {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
@media only screen and (max-width: 991px) {
  .dnaMore__text-1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaMore__text-1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaMore__text-1 {
    font-size: 23px;
    display: block;
  }
}

.dnaMore__text-2 {
  border-bottom: 1px dashed #A4C435;
  padding-bottom: 5px;
  vertical-align: super;
}
.dnaMore__text-2 > img {
  width: 230px;
}
@media only screen and (max-width: 991px) {
  .dnaMore__text-2 > img {
    width: 200px;
  }
}

.dnaMore__text-3 {
  color: #ff4c55;
}

.dnaMore__text-4 {
  font-size: 28px;
}
@media only screen and (max-width: 991px) {
  .dnaMore__text-4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaMore__text-4 {
    display: block;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaMore__text-4 {
    font-size: 17px;
  }
}

.dnaMore__text-5 {
  font-size: 48px;
  color: #ff4c55;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 991px) {
  .dnaMore__text-5 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaMore__text-5 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaMore__text-5 {
    font-size: 25px;
    letter-spacing: -0.05em;
  }
}

.dnaMore__text-6 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .dnaMore__text-6 {
    font-size: 22px;
  }
}

.dnaMore__textLine {
  display: inline-block;
}

.dnaMore__textLine-2 {
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dnaMore__textLine-2 {
    margin-top: 15px;
  }
}

.dnaMore__text-icon {
  position: absolute;
  left: calc(100% + 5px);
  top: -1em;
}
@media only screen and (max-width: 991px) {
  .dnaMore__text-icon {
    left: calc(100% + 20px);
    top: -2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .dnaMore__text-icon {
    left: calc(100% + 5px);
    top: -1.2em;
  }
}
@media only screen and (max-width: 575px) {
  .dnaMore__text-icon {
    left: calc(100% - 3px);
    top: -1.2em;
  }
}
@media only screen and (max-width: 575px) {
  .dnaMore__text-icon > img {
    width: 60px;
  }
}

.dnaMore__images {
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .dnaMore__images {
    margin-top: 1.5em;
  }
}

.dnaMore__mainImage {
  margin: auto;
}

.dnaMore__mainText {
  max-width: 600px;
  margin: auto;
  margin-top: 30px;
}

.dnaMore__link {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .dnaMore__link {
    margin-top: 1em;
  }
}

.dnaMore__linkMain {
  font-size: 22px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dnaMore__linkMain {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaMore__linkMain {
    font-size: 14px;
  }
}
.dnaMore__linkMain::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 5px;
  width: 100%;
  background-image: url(../images/common/line-dotted.svg);
  background-repeat: repeat-x;
  background-position: left center;
}
.dnaMore__linkMain::before {
  position: absolute;
  right: calc(100% + 7px);
  top: 3px;
  content: url(../images/common/icon-arrow.svg);
}
@media only screen and (max-width: 575px) {
  .dnaMore__linkMain::before {
    content: url(../images/common/icon-arrow-s.svg);
  }
}
.dnaMore__linkMain:hover::after {
  background-image: none;
}
.dnaMore__linkMain:hover::before {
  right: calc(100% + 3px);
}

.dnaMore__aboutEiyo {
  background-color: #FFF;
  padding: 30px 50px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .dnaMore__aboutEiyo {
    padding: 30px 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaMore__aboutEiyo {
    padding: 20px 15px 15px 15px;
  }
}

.dnaMore__box {
  padding: 25px;
  background: repeating-linear-gradient(-45deg, #A4C435, #A4C435 3px, #C8DC86 3px, #C8DC86 6px);
}
@media only screen and (max-width: 575px) {
  .dnaMore__box {
    padding: 15px;
  }
}

.dnaMore__box-inner {
  background-color: #FFF;
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .dnaMore__box-inner {
    display: block;
    padding: 15px;
  }
}

.dnaMore__ttl {
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .dnaMore__ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.dnaMore__ttl--logo {
  max-width: 300px;
  vertical-align: text-bottom;
  position: relative;
}
.dnaMore__ttl--logo::before {
  content: "※";
  color: #ff4c55;
  position: absolute;
  left: -1.2em;
  font-size: 150%;
  top: 15%;
}
@media only screen and (max-width: 575px) {
  .dnaMore__ttl--logo::before {
    font-size: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .dnaMore__ttl--logo > img {
    width: 80%;
  }
}
.dnaMore__ttl--kana {
  font-size: 30px;
  vertical-align: middle;
}
@media only screen and (max-width: 575px) {
  .dnaMore__ttl--kana {
    display: block;
    margin-top: 5px;
    font-size: 24px;
  }
}

.dnaMore__box-sub {
  width: 130px;
}
@media only screen and (max-width: 575px) {
  .dnaMore__box-sub {
    width: 100%;
  }
}

.dnaMore__box-main {
  width: calc(100% - 130px);
  padding-left: 30px;
  line-height: 2;
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .dnaMore__box-main {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
    padding-bottom: 0;
    font-size: 14px;
  }
}

.dnaMore__box-text2 {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}
@media only screen and (max-width: 575px) {
  .dnaMore__box-text2 {
    position: static;
  }
}

/* dnaMainttl */
.dnaMainttl__read {
  margin-top: 50px;
}

.dnaMainttl__photos {
  margin: 50px -2.5px 50px -2.5px;
}
@media only screen and (max-width: 991px) {
  .dnaMainttl__photos {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

.dnaMainttl__photos-item {
  width: 33.3333333333%;
  padding: 2.5px;
}
.dnaMainttl__photos-item > img {
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .dnaMainttl__photos-item {
    width: 50%;
  }
}

/* dnaHealthful */
.dnaHealthful {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .dnaHealthful {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaHealthful {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.dnaHealthful__link {
  margin-top: 15px;
}
.dnaHealthful__link > a {
  margin-top: 30px;
  color: #0000c8;
  text-decoration: underline;
  font-size: 18px;
  background: no-repeat left center url(../images/common/icon-link.svg);
  padding-left: 35px;
}
.dnaHealthful__link > a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .dnaHealthful__link > a {
    font-size: 14px;
  }
}

.dnaHealthful__btn {
  margin-top: 30px;
  text-align: center;
}

/* dnaFlow */
.dnaFlow {
  background: repeating-linear-gradient(-45deg, #F3F4F8, #F3F4F8 3px, #FAFBFC 3px, #FAFBFC 6px);
  padding: 70px 0 100px 0;
}
.dnaFlow .dnaFlow-tume-1 {
  margin-left: -0.5em;
}
.dnaFlow .dnaFlow-tume-2 {
  margin-left: -0.5em;
}
.dnaFlow .dnaFlow-tume-3 {
  margin-left: -0.2em;
}
.dnaFlow .dnaFlow-tume-4 {
  margin-left: -0.5em;
}
@media only screen and (max-width: 767px) {
  .dnaFlow {
    padding: 50px 0 50px 0;
  }
}
.dnaFlow__container2 {
  margin-top: 125px;
}
@media only screen and (max-width: 991px) {
  .dnaFlow__container2 {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaFlow__container2 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__container2 {
    margin-top: 80px;
  }
}

.dnaFlow__box {
  background-color: #FFF;
  margin: 0 70px;
  position: relative;
  padding: 70px 50px;
}
@media only screen and (max-width: 991px) {
  .dnaFlow__box {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaFlow__box {
    margin: 0 20px;
    padding: 50px 30px 70px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__box {
    padding: 40px 20px 65px 20px;
  }
}

.dnaFlow__iconStep {
  position: absolute;
  top: -80px;
}
@media only screen and (max-width: 991px) {
  .dnaFlow__iconStep {
    width: 55px;
    top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaFlow__iconStep {
    width: 50px;
    top: -55px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__iconStep {
    width: 40px;
    top: -45px;
  }
}

.dnaFlow__box-sub {
  width: 270px;
}
@media only screen and (max-width: 991px) {
  .dnaFlow__box-sub {
    width: 175px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaFlow__box-sub {
    width: 130px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__box-sub {
    width: 100%;
  }
}

.dnaFlow__box-main {
  width: calc(100% - 270px);
}
@media only screen and (max-width: 991px) {
  .dnaFlow__box-main {
    width: calc(100% - 175px);
  }
}
@media only screen and (max-width: 767px) {
  .dnaFlow__box-main {
    width: calc(100% - 130px);
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__box-main {
    width: 100%;
    margin-top: 15px;
  }
}

.dnaFlow__list {
  margin-top: 50px;
}

.dnaFlow__list-item {
  border-top: 3px solid #84ccc9;
  position: relative;
}
.dnaFlow__list-item::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #84ccc9;
  position: absolute;
  top: -15px;
  z-index: 100;
}
.dnaFlow__list-item::after {
  content: "";
  width: 1px;
  height: calc(100% + 160px);
  border-radius: 50%;
  background-color: #84ccc9;
  position: absolute;
  top: -80px;
  z-index: 100;
}
@media only screen and (max-width: 575px) {
  .dnaFlow__list-item::after {
    height: calc(100% + 80px);
    top: -40px;
  }
}
.dnaFlow__list-item:nth-child(odd)::before {
  left: 55px;
}
@media only screen and (max-width: 991px) {
  .dnaFlow__list-item:nth-child(odd)::before {
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaFlow__list-item:nth-child(odd)::before {
    left: 5px;
  }
}
.dnaFlow__list-item:nth-child(odd)::after {
  left: 70px;
}
@media only screen and (max-width: 991px) {
  .dnaFlow__list-item:nth-child(odd)::after {
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaFlow__list-item:nth-child(odd)::after {
    left: 20px;
  }
}
.dnaFlow__list-item:nth-child(odd) .dnaFlow__iconStep {
  left: 40px;
}
.dnaFlow__list-item:nth-child(odd) .dnaFlow__box-main {
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .dnaFlow__list-item:nth-child(odd) .dnaFlow__box-main {
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__list-item:nth-child(odd) .dnaFlow__box-main {
    padding: 0;
  }
}
.dnaFlow__list-item:nth-child(even)::before {
  right: 55px;
}
@media only screen and (max-width: 991px) {
  .dnaFlow__list-item:nth-child(even)::before {
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaFlow__list-item:nth-child(even)::before {
    right: 5px;
  }
}
.dnaFlow__list-item:nth-child(even)::after {
  right: 70px;
}
@media only screen and (max-width: 991px) {
  .dnaFlow__list-item:nth-child(even)::after {
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaFlow__list-item:nth-child(even)::after {
    right: 20px;
  }
}
.dnaFlow__list-item:nth-child(even) .dnaFlow__iconStep {
  right: 40px;
}
.dnaFlow__list-item:nth-child(even) .dnaFlow__box-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dnaFlow__list-item:nth-child(even) .dnaFlow__box-main {
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 991px) {
  .dnaFlow__list-item:nth-child(even) .dnaFlow__box-main {
    padding: 0 15px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__list-item:nth-child(even) .dnaFlow__box-main {
    padding: 0;
  }
}
.dnaFlow__list-item--more::before, .dnaFlow__list-item--more::after {
  display: none;
  background-color: #FFF;
}

.dnaFlow__box-ttl {
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .dnaFlow__box-ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__box-ttl {
    font-size: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .dnaFlow__box-text {
    font-size: 16px;
  }
}

.dnaFlow__boxMore {
  background-color: #FFF;
  margin: 0 70px;
  position: relative;
  padding: 0 50px 70px 50px;
}
@media only screen and (max-width: 991px) {
  .dnaFlow__boxMore {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaFlow__boxMore {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__boxMore {
    padding: 0 15px 15px 15px;
    margin-top: -30px;
  }
}

.dnaFlow__boxMore-inner {
  margin: 0 auto;
  max-width: 770px;
  border: 2px solid #A4C435;
  border-radius: 10px;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .dnaFlow__boxMore-inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__boxMore-inner {
    border-radius: 0 0 10px 10px;
    padding: 15px;
  }
}

.dnaFlow__boxMore-line {
  display: block;
}

.dnaFlow__boxMore-text {
  font-family: "Noto Sans JP", sans-serif;
}

.dnaFlow__boxMore-text1 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .dnaFlow__boxMore-text1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__boxMore-text1 {
    font-size: 16px;
  }
}

.dnaFlow__boxMore-text2 {
  font-size: 43px;
  font-weight: 900;
  color: #ff4c55;
}
@media only screen and (max-width: 991px) {
  .dnaFlow__boxMore-text2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__boxMore-text2 {
    font-size: 20px;
  }
}

.dnaFlow__boxMore-text3 {
  font-size: 28px;
  font-weight: 900;
}
@media only screen and (max-width: 991px) {
  .dnaFlow__boxMore-text3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__boxMore-text3 {
    font-size: 20px;
    font-weight: normal;
  }
}

.dnaFlow__boxMore-ttl {
  text-align: center;
  margin-bottom: -1.5em;
}
@media only screen and (max-width: 575px) {
  .dnaFlow__boxMore-ttl {
    margin-bottom: 0;
  }
}
.dnaFlow__boxMore-ttl > span {
  display: inline-block;
  background-color: #CCC;
  color: #FFF;
  padding: 5px 30px;
  border-radius: 10px;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  background: repeating-linear-gradient(-45deg, #A4C435, #A4C435 3px, #B6D05D 3px, #B6D05D 6px);
}
@media only screen and (max-width: 575px) {
  .dnaFlow__boxMore-ttl > span {
    display: block;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    padding: 5px;
  }
}

.dnaFlow__boxMore-main {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .dnaFlow__boxMore-main {
    margin-top: 1.5em;
  }
}

.dnaFlow__boxMore-mainPhoto {
  width: 270px;
}
@media only screen and (max-width: 767px) {
  .dnaFlow__boxMore-mainPhoto {
    width: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__boxMore-mainPhoto {
    width: 100%;
  }
}

.dnaFlow__boxMore-mainText {
  width: calc(100% - 270px);
  padding-left: 15px;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .dnaFlow__boxMore-mainText {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 575px) {
  .dnaFlow__boxMore-mainText {
    width: 100%;
  }
}

.dnaFlow__boxMore-line--main {
  margin-top: 5px;
}

@media only screen and (max-width: 575px) {
  .dnaFlow__btn {
    text-align: center;
  }
}

/* dnaPrice */
.dnaPrice {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .dnaPrice {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaPrice {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.dnaPrice__list-item {
  margin-top: 20px;
}

.dnaPrice__box {
  border: 1px solid #BFBFBF;
  border-left: 10px solid #84ccc9;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 575px) {
  .dnaPrice__box {
    display: block;
  }
}

.dnaPrice__box-main {
  width: calc(100% - 280px);
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .dnaPrice__box-main {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice__box-main {
    display: block;
    width: 100%;
  }
}

.dnaPrice__box-price {
  width: 280px;
  border-left: 1px dashed #BFBFBF;
}
@media only screen and (max-width: 991px) {
  .dnaPrice__box-price {
    width: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice__box-price {
    display: block;
    width: 100%;
    border-top: 1px solid #BFBFBF;
    border-left: none;
  }
}

.dnaPrice__box-text {
  font-size: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  padding: 10px 15px 10px 100px;
}
.dnaPrice__box-text:not(:last-child) {
  border-bottom: 1px dashed #BFBFBF;
}
@media only screen and (max-width: 991px) {
  .dnaPrice__box-text {
    font-size: 30px;
    padding: 10px 15px 10px 80px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice__box-text {
    font-size: 20px;
    padding-left: 70px;
  }
}
.dnaPrice__box-text--x1 {
  height: 100%;
}
.dnaPrice__box-text--x2 {
  height: 50%;
}
.dnaPrice__box-text--x3 {
  height: 33.3333333333%;
}
.dnaPrice__box-text > span {
  color: #ffad33;
}

.dnaPrice__hasIcon-himan {
  background: url(../images/common/icon-himan.png) no-repeat 15px center;
}
@media only screen and (max-width: 991px) {
  .dnaPrice__hasIcon-himan {
    background: url(../images/common/icon-himan-s.png) no-repeat 15px center;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice__hasIcon-himan {
    background-size: 40px auto;
  }
}

.dnaPrice__hasIcon-hadaroka {
  background: url(../images/common/icon-hadaroka.png) no-repeat 15px center;
}
@media only screen and (max-width: 991px) {
  .dnaPrice__hasIcon-hadaroka {
    background: url(../images/common/icon-hadaroka-s.png) no-repeat 15px center;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice__hasIcon-hadaroka {
    background-size: 40px auto;
  }
}

.dnaPrice__hasIcon-seikatu {
  background: url(../images/common/icon-seikatu.png) no-repeat 15px center;
}
@media only screen and (max-width: 991px) {
  .dnaPrice__hasIcon-seikatu {
    background: url(../images/common/icon-seikatu-s.png) no-repeat 15px center;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice__hasIcon-seikatu {
    background-size: 40px auto;
  }
}

.dnaPrice__price-text1 {
  font-size: 55px;
  font-family: "Anton", sans-serif;
  color: #ff4c55;
}
@media only screen and (max-width: 991px) {
  .dnaPrice__price-text1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice__price-text1 {
    font-size: 40px;
  }
}

.dnaPrice__price-text2 {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  position: relative;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 991px) {
  .dnaPrice__price-text2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice__price-text2 {
    font-size: 20px;
  }
}
.dnaPrice__price-text2--tax {
  font-weight: normal;
  font-size: 11px;
  position: absolute;
  left: -8px;
  bottom: 80%;
  width: 150%;
}
@media only screen and (max-width: 991px) {
  .dnaPrice__price-text2--tax {
    font-size: 10px;
    left: -13px;
    width: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice__price-text2--tax {
    left: -17px;
    bottom: 75%;
  }
}

.dnaPrice__plus {
  text-align: center;
  margin: 50px 0;
}
@media only screen and (max-width: 991px) {
  .dnaPrice__plus {
    margin: 50px 0 30px 0;
  }
}

.dnaPrice__plus-icon {
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .dnaPrice__plus-icon--l {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .dnaPrice__plus-icon--s {
    display: none;
  }
}

.dnaPrice__plus-text {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
@media only screen and (max-width: 991px) {
  .dnaPrice__plus-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice__plus-text {
    font-size: 20px;
  }
}
.dnaPrice__plus-text--marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFCA7B));
  background: linear-gradient(transparent 60%, #FFCA7B 60%);
}

/* dnaPrice2 */
.dnaPrice2__list-item {
  margin-top: 20px;
}

.dnaPrice2__box {
  border: 1px solid #BFBFBF;
  border-left: 10px solid #A4C435;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .dnaPrice2__box {
    display: block;
  }
}

.dnaPrice2__box-main {
  width: 260px;
  font-size: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  padding: 10px 15px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .dnaPrice2__box-main {
    width: 200px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaPrice2__box-main {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #BFBFBF;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice2__box-main {
    font-size: 20px;
  }
}
.dnaPrice2__box-main > span {
  color: #ffad33;
}

.dnaPrice2__box-price {
  width: calc(100% - 260px);
  border-left: 1px solid #BFBFBF;
}
@media only screen and (max-width: 991px) {
  .dnaPrice2__box-price {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .dnaPrice2__box-price {
    display: block;
    width: 100%;
    border: none;
  }
}

.dnaPrice2__price1 {
  width: calc(100% - 80px - 230px);
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .dnaPrice2__price1 {
    width: calc(100% - 50px - 180px);
  }
}
@media only screen and (max-width: 767px) {
  .dnaPrice2__price1 {
    width: 270px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice2__price1 {
    width: 100%;
    margin-top: 15px;
  }
}

.dnaPrice2__price2 {
  width: 80px;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .dnaPrice2__price2 {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaPrice2__price2 {
    width: calc(100% - 270px - 180px);
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice2__price2 {
    width: 100%;
    margin-top: 10px;
  }
}

.dnaPrice2__price3 {
  width: 230px;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .dnaPrice2__price3 {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .dnaPrice2__price3 {
    width: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice2__price3 {
    width: 100%;
    margin-top: -10px;
  }
}

.dnaPrice2__price-text1 {
  font-size: 55px;
  font-family: "Anton", sans-serif;
  color: #ff4c55;
}
@media only screen and (max-width: 991px) {
  .dnaPrice2__price-text1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice2__price-text1 {
    font-size: 40px;
  }
}

.dnaPrice2__price-text2 {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  position: relative;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 991px) {
  .dnaPrice2__price-text2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice2__price-text2 {
    font-size: 20px;
  }
}
.dnaPrice2__price-text2--tax {
  font-weight: normal;
  font-size: 11px;
  position: absolute;
  left: -8px;
  bottom: 80%;
  width: 150%;
}
@media only screen and (max-width: 991px) {
  .dnaPrice2__price-text2--tax {
    font-size: 10px;
    left: -13px;
    width: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaPrice2__price-text2--tax {
    left: -15px;
    bottom: 75%;
  }
}

.dnaPrice2__plus {
  text-align: center;
  margin: 50px 0;
}

.dnaPrice2__plus-icon {
  margin: auto;
}

.dnaPrice2__plus-text {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.dnaPrice2__plus-text--marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFCA7B));
  background: linear-gradient(transparent 60%, #FFCA7B 60%);
}

.dnaPrice2__price1-text {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  border: 1px solid #BFBFBF;
  border-left: 10px solid #84ccc9;
  padding: 5px 20px;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
  .dnaPrice2__price1-text {
    font-size: 15px;
    font-weight: normal;
  }
}

/* dnaForm */
.dnaForm {
  padding: 70px 0;
  font-size: 18px;
  line-height: 1.5;
  background-image: url(../images/common/bg_geometric_top.png), url(../images/common/bg_geometric_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: contain, contain;
}
@media only screen and (max-width: 767px) {
  .dnaForm table, .dnaForm tr, .dnaForm th, .dnaForm td {
    display: block;
  }
}
.dnaForm label {
  font-weight: normal;
  font-size: 16px;
}
.dnaForm--send {
  background-size: inherit;
}
@media only screen and (max-width: 767px) {
  .dnaForm {
    padding: 50px 0;
  }
}
.dnaForm-tume-1 {
  margin-left: -0.5em;
}

.dnaForm__table-th, .dnaForm__table-td {
  border-bottom: 1px dashed #BFBFBF;
  padding: 30px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .dnaForm__table, .dnaForm__table > tbody {
    display: block;
  }
}

.dnaForm__table-th {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .dnaForm__table-th {
    position: relative;
    width: 100%;
    border: none;
    border-bottom: 1px dashed #BFBFBF;
    padding-left: 0.7em;
  }
  .dnaForm__table-th::before {
    content: "";
    position: absolute;
    top: calc(50% - (5px / 2));
    left: calc(5px / 2);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #333;
  }
}
@media only screen and (max-width: 575px) {
  .dnaForm__table-th {
    font-size: 16px;
    padding-right: 30px;
  }
}

.dnaForm__table-td {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 767px) {
  .dnaForm__table-td {
    width: 100%;
    padding-top: 15px;
    border: none;
    border-bottom: 1px solid #BFBFBF;
  }
}

.dnaForm__radio label {
  display: block;
}

.dnaForm__textfield label {
  display: block;
}
.dnaForm__textfield input[type=text], .dnaForm__textfield input[type=email] {
  width: 100%;
  border: 1px solid #BFBFBF;
}
.dnaForm__textfield > br {
  display: none;
}

.dnaForm__textarea textarea {
  width: 100%;
  border: 1px solid #BFBFBF;
}

.dnaForm__check {
  text-align: center;
  margin-top: 5px;
}

.dnaForm__consent-text1 {
  margin-top: 10px;
}

.dnaForm__consent-text2 {
  margin-top: 10px;
}

.dnaForm__btn {
  text-align: center;
  margin-top: 30px;
}
.dnaForm__btn > button {
  font-size: 18px;
}

.dnaForm__postcode input[type=text] {
  border: 1px solid #BFBFBF;
}

.dnaForm__read {
  font-size: 16px;
  margin-top: 18px;
}

.dnaForm__required {
  position: relative;
}
.dnaForm__required::after {
  content: "※";
  color: #ff4c55;
  position: absolute;
  right: 15px;
  top: 30px;
}

.dnaForm__required-ex--mark {
  color: #ff4c55;
}

.dnaForm__btns {
  margin: 0 -5px;
}

.dnaForm__btn {
  padding: 0 5px;
}

.dnaFormApp__btnMain--confirm {
  background-color: #A4C435 !important;
}
.dnaFormApp__btnMain--back {
  background-color: #777 !important;
}
.dnaFormApp__btnMain--send {
  background-color: #A4C435 !important;
}
.dnaFormApp__btnMain--backhome {
  background-color: #A4C435 !important;
}

.dnaForm__Confirm, .dnaForm__Error {
  margin-top: 50px;
  text-align: center;
  color: #ff4c55;
  display: none;
}

.mw_wp_form_confirm .dnaForm__Confirm {
  display: block;
}

.mw_wp_form_error .dnaForm__Error {
  display: block;
}

.dnaForm__Send {
  text-align: center;
  margin-top: 50px;
}

.dnaForm__Send-main {
  display: inline-block;
  text-align: left;
}

.dnaForm__s {
  font-size: 15px;
}

/* dnaFooter */
.dnaFooter {
  text-align: center;
  padding: 15px 0;
}
.dnaFooter__logo {
  width: 170px;
  margin: auto;
}

.dnaFooter__copyright {
  font-size: 16px;
}

/* dnaContact */
.dnaContact {
  border: 1px dashed #BFBFBF;
  padding: 30px;
  background-color: #FFF;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 575px) {
  .dnaContact {
    padding: 15px;
    margin-top: 30px;
  }
}
.dnaContact__subttl {
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .dnaContact__subttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaContact__subttl {
    font-size: 18px;
  }
}

.dnaContact__dl {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-top: 15px;
}
@media only screen and (max-width: 575px) {
  .dnaContact__dl {
    margin-top: 10px;
  }
}

.dnaContact__dt {
  position: absolute;
  width: 85px;
  left: 0;
  line-height: 1.7;
}
@media only screen and (max-width: 575px) {
  .dnaContact__dt {
    width: 60px;
    font-size: 14px;
  }
}

.dnaContact__dd {
  padding-left: 85px;
  line-height: 1.7;
}
@media only screen and (max-width: 575px) {
  .dnaContact__dd {
    padding-left: 60px;
    font-size: 14px;
  }
}

/* dnaCTA */
.dnaCTA {
  background-color: rgba(0, 0, 0, 0.7);
}
.dnaCTA__inner {
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .dnaCTA__inner {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .dnaCTA__inner {
    padding: 10px 0 5px 0;
  }
}

.dnaCTA___box {
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .dnaCTA___box {
    display: inline-block;
  }
}

.dnaCTA___img-btn {
  width: 340px;
}
@media only screen and (max-width: 575px) {
  .dnaCTA___img-btn {
    width: 200px;
  }
}

.dnaCTA___icon-tel {
  width: 275px;
}
@media only screen and (max-width: 575px) {
  .dnaCTA___icon-tel {
    width: 170px;
  }
}

.dnaCTA___icon-mail {
  width: 270px;
}
@media only screen and (max-width: 575px) {
  .dnaCTA___icon-mail {
    width: 200px;
  }
}

.dnaCTA___box-left {
  padding: 0 10px 0;
}

.dnaCTA___box-left a {
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, rgb(0, 125, 88) 0%, rgb(62, 156, 128) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 125, 88) 0%, rgb(62, 156, 128) 100%);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.33);
  color: #fff;
  font-size: 2.5rem;
  width: 11em;
  font-weight: bold;
  padding: 30px 0 25px;
  line-height: 0;
  display: block;
}
.dnaCTA___box-left a:hover {
  -webkit-box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 70%);
  box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 70%);
}

@media only screen and (max-width: 575px) {
  .dnaCTA___box-left a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .dnaCTA___box-left a {
    width: 18em;
    margin: 10px auto;
    padding: 20px 0 15px;
  }
}

.dnaCTA___box-right {
  padding: 10px 10px 0;
}
@media only screen and (max-width: 767px) {
  .dnaCTA___box-right {
    margin-top: 5px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaCTA___box-right {
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 125, 88) 0%, rgb(62, 156, 128) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 125, 88) 0%, rgb(62, 156, 128) 100%);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.33);
            box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.33);
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 0;
    display: block;
    width: 18em;
    margin: 10px auto;
    padding: 5px;
  }
}

.dnaCTA___box-rightBtm {
  margin-top: 5px;
}
@media only screen and (max-width: 575px) {
  .dnaCTA___box-rightBtm {
    margin-top: 0;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-top: 5px !important;
}

.dnaCTA {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
}
.dnaCTA--active {
  position: fixed;
  bottom: 0;
}

.dnaForm {
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .dnaForm {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .dnaForm {
    padding-bottom: 150px;
  }
}
/*# sourceMappingURL=common.css.map */