@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
  background-color: #fff;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #262626;
}

a {
  color: #262626;
  text-decoration: none;
}

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

.container {
  max-width: 1080px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h2 {
  font-size: 6rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 3.8rem;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.9rem;
  }
}

h4 {
  font-size: 2.8rem;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}

p {
  font-size: 2.0rem;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  p {
    font-size: 1.4rem;
    line-height: 1.35;
  }
}

@media screen and (min-width: 768px) {
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}

.green {
  color: #7ABB27;
  font-size: 4.6rem;
}

@media (max-width: 768px) {
  .green {
    font-size: 2.3rem;
  }
}

.red {
  color: #E91010;
  font-size: 7.6rem;
}

@media (max-width: 768px) {
  .red {
    font-size: 3.2rem;
  }
}

.orenge {
  color: #DE9B37;
  font-weight: bold;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(60%, #F5EC75));
  background: linear-gradient(transparent 68%, #F5EC75 60%);
}

.header {
  width: 100%;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 100;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header.change-color {
  background-color: rgba(204, 228, 173, 0.95);
  -webkit-box-shadow: 0 0 8px #ebf1e9;
          box-shadow: 0 0 8px #ebf1e9;
}

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

.header .logo {
  width: 28%;
}

@media (max-width: 768px) {
  .header .logo {
    width: 45%;
    margin: 0.5rem;
  }
}

.header .pc-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .header .pc-nav-list {
    margin: 0;
    padding: 0;
  }
}

.header .call {
  margin-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .call a {
  color: #7abb27;
  font-size: 2.8rem;
}

@media (max-width: 768px) {
  .header .call {
    display: none;
  }
}

.header .free {
  background-color: #7abb27;
  -webkit-box-shadow: 0 0.5rem 0.4rem 0 #69a123;
          box-shadow: 0 0.5rem 0.4rem 0 #69a123;
  padding: 1.1rem 2.2rem;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto 0 auto 3rem;
  display: block;
}

@media (max-width: 768px) {
  .header .free {
    margin: 0.5rem;
    padding: 0.3rem 1rem 0.3rem 2.3rem;
  }
}

.header .free .scroll_icon {
  margin-left: 1rem;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .header .free .scroll_icon {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-left: -0.6rem;
  }
}

.header .free a {
  color: #ffffff;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .header .free a {
    font-size: 1.4rem;
  }
}

.fv {
  background-image: url("../images/fv_bg_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 1071px;
  text-align: center;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .fv {
    height: auto;
    background-image: url("../images/fv_bg_sp.png");
    padding-top: 6rem;
  }
}

.fv .fv_title {
  margin-top: 13rem;
}

@media (max-width: 768px) {
  .fv .fv_title {
    margin-top: 2rem;
  }
}

.fv .fv_text {
  background-color: rgba(52, 52, 52, 0.55);
  text-align: center;
  display: inline-block;
  color: #ffffff;
  padding: 2rem 2rem;
  border-radius: 1rem;
  margin-top: 5rem;
}

.fv .button {
  display: block;
  margin-top: 14.2rem;
}

@media (max-width: 768px) {
  .fv .button {
    margin-top: 3rem;
    padding-bottom: 10rem;
  }
}

.fv .diagnosis_button {
  font-size: 2.5rem;
  font-weight: bold;
  background-color: #7abb27;
  -webkit-box-shadow: 0 5px 4px 0 #69a123;
          box-shadow: 0 5px 4px 0 #69a123;
  border-radius: 3px;
  color: #ffffff;
  padding: 2.8rem 4.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .fv .diagnosis_button {
    font-size: 1.4rem;
    padding: 0.5rem 0.8rem 0.5rem 1.2rem;
  }
}

.fv .scroll_icon {
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .fv .scroll_icon {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    margin-left: 0rem;
  }
}

.fv .fv_human {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .fv .fv_human {
    display: none;
  }
}

.fv .fv_human2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .fv .fv_human2 {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .question_bg_sp {
    display: none;
  }
}

.question {
  background-image: url("../images/question_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 921px;
  text-align: center;
}

@media (max-width: 768px) {
  .question {
    display: none;
  }
}

.question ul {
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40rem;
}

.question li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(52, 52, 52, 0.55);
  border-radius: 3px;
  margin: 1rem auto;
  padding: 7px 30px 7px 14px;
}

.question h3 {
  font-size: 3.8rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-left: 1rem;
}

.answer {
  text-align: center;
}

.answer .ans_subtitle {
  margin-top: 6.2rem;
}

@media (max-width: 768px) {
  .answer .ans_subtitle {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-top: 2.8rem;
  }
}

.answer .ans_text1 {
  line-height: 1.25;
  margin: 3.7rem auto 2rem;
}

@media (max-width: 768px) {
  .answer .ans_text1 {
    margin: 1.4rem auto 0rem;
  }
}

.answer .contact_button {
  font-size: 1.4rem;
  padding: 0.5rem 0.8rem 0.5rem 1.2rem;
  font-weight: bold;
  background-color: #7ABB27;
  -webkit-box-shadow: 0 5px 4px 0 #69A123;
          box-shadow: 0 5px 4px 0 #69A123;
  border-radius: 3px;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

@media (min-width: 769px) {
  .answer .contact_button {
    display: none;
  }
}

.answer .scroll_icon {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.learn {
  text-align: center;
}

.learn .learn_main {
  position: relative;
}

.learn .learn_main .learn_title_min {
  font-size: 5.5rem;
}

@media (max-width: 768px) {
  .learn .learn_main .learn_title_min {
    font-size: 2.8rem;
  }
}

.learn .learn_main .learn_title {
  margin-top: 10rem;
}

@media (max-width: 768px) {
  .learn .learn_main .learn_title {
    margin-top: 3.5rem;
  }
}

.learn .learn_main .learn_title::before {
  position: absolute;
  content: "";
  width: 30%;
  top: 50%;
  display: block;
  z-index: -1;
  border: 1px solid #c1db81;
  background-color: #c1db81;
}

@media (max-width: 768px) {
  .learn .learn_main .learn_title::before {
    width: 12%;
  }
}

.learn .learn_main .learn_title::after {
  position: absolute;
  content: "";
  width: 30%;
  top: 50%;
  right: 0;
  display: block;
  z-index: -1;
  border: 1px solid #c1db81;
  background-color: #c1db81;
}

@media (max-width: 768px) {
  .learn .learn_main .learn_title::after {
    width: 12%;
  }
}

.learn .learn_subtitle {
  font-weight: 500;
  margin-top: 4rem;
}

.learn .learn_subtitle .marker {
  font-weight: bold;
}

@media (max-width: 768px) {
  .learn .learn_subtitle {
    margin-top: 2rem;
  }
}

.learn .learn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .learn .learn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.learn .learn_box {
  background-color: #edf5da;
  border-radius: 3px;
  width: 32%;
}

@media (max-width: 768px) {
  .learn .learn_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.learn .learn_box1 {
  margin-top: 4.2rem;
}

@media (max-width: 768px) {
  .learn .learn_box1 {
    margin-top: 2rem;
  }
}

.learn .learn_box2 {
  margin-top: 11.2rem;
}

@media (max-width: 768px) {
  .learn .learn_box2 {
    margin-top: 0;
  }
}

.learn .learn_box3 {
  margin-top: 18.2rem;
}

@media (max-width: 768px) {
  .learn .learn_box3 {
    margin-top: 0;
  }
}

.learn .learn_img {
  margin: 1rem;
}

@media (max-width: 768px) {
  .learn .learn_img {
    margin: 0;
  }
}

.learn .learn_box_title_group .learn_num {
  font-size: 3rem;
  color: #7abb27;
  border-bottom: 1px solid #7abb27;
  display: inline-block;
  line-height: 1;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .learn .learn_box_title_group .learn_num {
    font-size: 2rem;
  }
}

.learn .learn_box_title_group .learn_box_title {
  font-size: 3.8rem;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 768px) {
  .learn .learn_box_title_group .learn_box_title {
    font-size: 2.3rem;
  }
}

@media (max-width: 768px) {
  .learn .learn_box_title_group {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 1rem auto 0.5rem;
  }
}

.learn .learn_text {
  padding: 0.5rem 2.5rem 2.5rem;
  text-align: left;
}

@media (max-width: 768px) {
  .learn .learn_text {
    padding: 1rem 2.1rem 1.25rem;
  }
}

.learn .learn_text_group {
  background-color: #F9F2EA;
  margin-top: 3rem;
  padding: 5rem 0;
  line-height: 1.43;
}

@media (max-width: 768px) {
  .learn .learn_text_group {
    padding: 2rem 1rem;
  }
}

.learn .learn_text_group .learn_text_main {
  font-weight: 500;
}

.learn .learn_text_group .learn_text_main .marker {
  font-weight: bold;
}

.learn .learn_text_group .learn_text1 {
  margin: 2.5rem auto 2rem;
}

.feature {
  text-align: center;
}

.feature .feature_main {
  position: relative;
}

.feature .feature_main .feature_title_min {
  font-size: 5.5rem;
}

@media (max-width: 768px) {
  .feature .feature_main .feature_title_min {
    font-size: 2.8rem;
  }
}

.feature .feature_main .feature_title {
  margin-top: 10rem;
}

@media (max-width: 768px) {
  .feature .feature_main .feature_title {
    margin-top: 3.5rem;
  }
}

.feature .feature_main .feature_title::before {
  position: absolute;
  content: "";
  width: 30%;
  top: 50%;
  display: block;
  z-index: -1;
  border: 1px solid #c1db81;
  background-color: #c1db81;
}

@media (max-width: 768px) {
  .feature .feature_main .feature_title::before {
    width: 12%;
  }
}

.feature .feature_main .feature_title::after {
  position: absolute;
  content: "";
  width: 30%;
  top: 50%;
  right: 0;
  display: block;
  z-index: -1;
  border: 1px solid #c1db81;
  background-color: #c1db81;
}

@media (max-width: 768px) {
  .feature .feature_main .feature_title::after {
    width: 12%;
  }
}

.feature .feature_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .feature .feature_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feature .feature_box {
  background-color: #edf5da;
  border-radius: 3px;
  width: 32%;
}

@media (max-width: 768px) {
  .feature .feature_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.feature .feature_box1 {
  margin-top: 4.2rem;
}

@media (max-width: 768px) {
  .feature .feature_box1 {
    margin-top: 2rem;
  }
}

.feature .feature_box2 {
  margin-top: 11.2rem;
}

@media (max-width: 768px) {
  .feature .feature_box2 {
    margin-top: 2rem;
  }
}

.feature .feature_box3 {
  margin-top: 18.2rem;
}

@media (max-width: 768px) {
  .feature .feature_box3 {
    margin-top: 2rem;
  }
}

.feature .feature_img {
  margin: 1rem auto -1rem;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

@media (max-width: 768px) {
  .feature .feature_img {
    margin: 0 1rem;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.feature .feature_text {
  padding: 0.5rem 2rem 3rem;
  font-size: 2.6rem;
  font-weight: bold;
  color: #7ABB27;
}

@media (max-width: 768px) {
  .feature .feature_text {
    font-size: 2rem;
    text-align: left;
    padding: 0 1rem;
  }
}

.feature .comparison {
  background-image: url("../images/feature_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 900px;
  text-align: center;
  margin-top: 7rem;
}

@media (max-width: 768px) {
  .feature .comparison {
    height: auto;
    margin-top: 4rem;
    padding-bottom: 2rem;
  }
}

.feature .comparison_title {
  text-shadow: 3px 0 0 #fff, 0 3px 0 #fff, -3px 0 0 #fff, 0 -3px 0 #fff;
  padding-top: 2rem;
  font-size: 4.4rem;
}

@media (max-width: 768px) {
  .feature .comparison_title {
    font-size: 2.2rem;
    padding-top: 2rem;
    text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
  }
}

.feature .com_box {
  background-color: #fff;
  margin: 1rem auto;
  width: 768px;
}

@media (max-width: 768px) {
  .feature .com_box {
    width: 90%;
  }
}

.feature .com_title {
  color: #7abb27;
  border-bottom: 4px dashed #7abb27;
  padding: 1.5rem 0 0.5rem;
}

@media (max-width: 768px) {
  .feature .com_title {
    border-bottom: 2px dashed #7abb27;
    font-size: 1.6rem;
    padding: 1rem 0 0.5rem;
  }
}

.feature .com_text {
  text-align: left;
  padding: 1rem 2rem 2rem;
}

@media (max-width: 768px) {
  .feature .com_text {
    padding: 0.7rem 1.4rem 1.5rem;
  }
}

.cooperation {
  background-color: #fff;
  margin-top: 7rem;
  padding-top: 3rem;
}

@media (max-width: 768px) {
  .cooperation {
    margin-top: 3rem;
    padding-top: 1.5rem;
  }
}

.cooperation .cooperation_main {
  position: relative;
  text-align: center;
}

.cooperation .cooperation_main .cooperation_title::before {
  position: absolute;
  content: "";
  width: 24%;
  top: 50%;
  display: block;
  z-index: 1;
  border: 1px solid #c1db81;
  background-color: #c1db81;
}

@media (max-width: 768px) {
  .cooperation .cooperation_main .cooperation_title::before {
    width: 12%;
  }
}

.cooperation .cooperation_main .cooperation_title::after {
  position: absolute;
  content: "";
  width: 24%;
  top: 50%;
  right: 0;
  display: block;
  z-index: 1;
  border: 1px solid #c1db81;
  background-color: #c1db81;
}

@media (max-width: 768px) {
  .cooperation .cooperation_main .cooperation_title::after {
    width: 12%;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider img, .slider2 img {
  width: 80%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
  border-radius: 3px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide, .slider2 .slick-slide {
  margin: 5px 0px;
  /*スライド左右の余白調整*/
}

.voice {
  text-align: center;
  margin-top: 2rem;
}

.voice .voice_main {
  position: relative;
}

.voice .voice_main .voice_title_min {
  font-size: 5.5rem;
}

@media (max-width: 768px) {
  .voice .voice_main .voice_title_min {
    font-size: 2.8rem;
  }
}

.voice .voice_main .voice_title::before {
  position: absolute;
  content: "";
  width: 35%;
  top: 50%;
  display: block;
  z-index: -1;
  border: 1px solid #c1db81;
  background-color: #c1db81;
}

@media (max-width: 768px) {
  .voice .voice_main .voice_title::before {
    width: 12%;
  }
}

.voice .voice_main .voice_title::after {
  position: absolute;
  content: "";
  width: 35%;
  top: 50%;
  right: 0;
  display: block;
  z-index: -1;
  border: 1px solid #c1db81;
  background-color: #c1db81;
}

@media (max-width: 768px) {
  .voice .voice_main .voice_title::after {
    width: 12%;
  }
}

.voice .voice_left {
  text-align: left;
  margin: 2rem auto;
}

.voice .voice_right {
  text-align: right;
  margin: 2rem auto;
}

.voice .voice1_img {
  margin-top: 2rem;
}

.diagnosis {
  background-color: #c1db81;
  padding-top: 1rem;
  position: relative;
}

.diagnosis .diagnosis_main {
  position: relative;
  text-align: center;
}

.diagnosis .diagnosis_main .diagnosis_title {
  margin-top: 6rem;
  z-index: 2;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}

@media (max-width: 768px) {
  .diagnosis .diagnosis_main .diagnosis_title {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .diagnosis .diagnosis_main .dia_title2 {
    margin-top: 4rem;
  }
}

.diagnosis .diagnosis_main .diagnosis_title::before {
  position: absolute;
  content: "";
  width: 28%;
  top: 50%;
  display: block;
  z-index: 1;
  border: 1px solid #f9f2ea;
  background-color: #f9f2ea;
}

@media (max-width: 768px) {
  .diagnosis .diagnosis_main .diagnosis_title::before {
    width: 12%;
  }
}

.diagnosis .diagnosis_main .diagnosis_title::after {
  position: absolute;
  content: "";
  width: 28%;
  top: 50%;
  right: 0;
  display: block;
  z-index: 1;
  border: 1px solid #f9f2ea;
  background-color: #f9f2ea;
}

@media (max-width: 768px) {
  .diagnosis .diagnosis_main .diagnosis_title::after {
    width: 12%;
  }
}

.diagnosis .dia_group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.diagnosis .dia_box1 {
  width: 100%;
  text-align: center;
  background-color: #f9f2ea;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .diagnosis .dia_box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}

.diagnosis .dia_box1 img {
  width: 40%;
}

@media (max-width: 768px) {
  .diagnosis .dia_box1 img {
    width: 60%;
    margin: 2rem auto 0;
  }
}

.diagnosis .dia_box1 .dia_box1_copy {
  width: 60%;
}

@media (max-width: 768px) {
  .diagnosis .dia_box1 .dia_box1_copy {
    width: 100%;
  }
}

.diagnosis .dia_box1 .dia_box1_tit {
  font-size: 4rem;
  color: #7abb27;
  border-bottom: #7abb27 dashed 2px;
}

@media (max-width: 768px) {
  .diagnosis .dia_box1 .dia_box1_tit {
    font-size: 2.4rem;
  }
}

.diagnosis .dia_box1 .dia_box1_text {
  text-align: left;
  font-size: 1.8rem;
  margin: 3rem 4rem;
}

.diagnosis .dia_box1 .dia_box1_text .marker {
  font-weight: bold;
}

@media (max-width: 768px) {
  .diagnosis .dia_box1 .dia_box1_text {
    font-size: 1.4rem;
    margin: 1rem 2rem 2rem;
  }
}

.diagnosis .dia_box11 {
  margin-top: 4.2rem;
}

@media (max-width: 768px) {
  .diagnosis .dia_box11 {
    margin-top: 2rem;
  }
}

.diagnosis .dia_box12 {
  margin-top: 4.2rem;
}

@media (max-width: 768px) {
  .diagnosis .dia_box12 {
    margin-top: 2rem;
  }
}

.diagnosis .dia_box13 {
  margin-top: 4.2rem;
}

@media (max-width: 768px) {
  .diagnosis .dia_box13 {
    margin-top: 2rem;
  }
}

.diagnosis .dia_group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .diagnosis .dia_group2 {
    padding-bottom: 3rem;
  }
}

.diagnosis .dia_box2 {
  width: 100%;
  text-align: center;
  background-color: #f9f2ea;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .diagnosis .dia_box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}

.diagnosis .dia_box2 img {
  width: 40%;
}

@media (max-width: 768px) {
  .diagnosis .dia_box2 img {
    width: 60%;
    margin: 2rem auto 0;
  }
}

.diagnosis .dia_box2 .dia_box2_copy {
  width: 60%;
}

@media (max-width: 768px) {
  .diagnosis .dia_box2 .dia_box2_copy {
    width: 100%;
  }
}

.diagnosis .dia_box2 .dia_box2_tit {
  font-size: 4rem;
  color: #7abb27;
  border-bottom: #7abb27 dashed 2px;
}

@media (max-width: 768px) {
  .diagnosis .dia_box2 .dia_box2_tit {
    font-size: 2.4rem;
  }
}

.diagnosis .dia_box2 .dia_box2_text {
  text-align: left;
  font-size: 1.8rem;
  margin: 3rem 4rem;
}

.diagnosis .dia_box2 .dia_box2_text .marker {
  font-weight: bold;
}

@media (max-width: 768px) {
  .diagnosis .dia_box2 .dia_box2_text {
    font-size: 1.4rem;
    margin: 1rem 2rem 2rem;
  }
}

.diagnosis .dia_box21 {
  margin-top: 4.2rem;
}

@media (max-width: 768px) {
  .diagnosis .dia_box21 {
    margin-top: 2rem;
  }
}

.diagnosis .dia_box22 {
  margin-top: 4.2rem;
}

@media (max-width: 768px) {
  .diagnosis .dia_box22 {
    margin-top: 2rem;
  }
}

.diagnosis::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(99%);
          transform: translateY(99%);
  border: 50vw solid transparent;
  border-top: 4vw solid #c1db81;
  pointer-events: none;
  z-index: 1;
}

.qa {
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .qa {
    margin: 2rem auto 1rem;
  }
}

.qa .qa_main {
  position: relative;
}

.qa .qa_main .qa_title_min {
  font-size: 5.5rem;
}

@media (max-width: 768px) {
  .qa .qa_main .qa_title_min {
    font-size: 2.8rem;
  }
}

.qa .qa_main .qa_title {
  margin-top: 10rem;
}

@media (max-width: 768px) {
  .qa .qa_main .qa_title {
    margin-top: 3.5rem;
  }
}

.qa .qa_main .qa_title::before {
  position: absolute;
  content: "";
  width: 40%;
  top: 50%;
  display: block;
  z-index: -1;
  border: 1px solid #c1db81;
  background-color: #c1db81;
}

@media (max-width: 768px) {
  .qa .qa_main .qa_title::before {
    width: 12%;
  }
}

.qa .qa_main .qa_title::after {
  position: absolute;
  content: "";
  width: 40%;
  top: 50%;
  right: 0;
  display: block;
  z-index: -1;
  border: 1px solid #c1db81;
  background-color: #c1db81;
}

@media (max-width: 768px) {
  .qa .qa_main .qa_title::after {
    width: 12%;
  }
}

.qa .qa_left {
  text-align: left;
  margin: 5rem 0 1rem;
}

@media (max-width: 768px) {
  .qa .qa_left {
    margin: 3rem 0.5rem 0;
    text-align: center;
  }
}

.qa .qa_right {
  text-align: right;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .qa .qa_right {
    display: none;
  }
}

.contact .contact_img {
  margin-top: 10rem;
}

@media (max-width: 768px) {
  .contact .contact_img {
    margin-top: 5rem;
  }
}

.contact .contact_main {
  position: relative;
  text-align: center;
}

.contact .contact_main .contact_title::before {
  position: absolute;
  content: "";
  width: 17%;
  top: 50%;
  display: block;
  z-index: -1;
  border: 1px solid #c1db81;
  background-color: #c1db81;
}

@media (max-width: 768px) {
  .contact .contact_main .contact_title::before {
    width: 12%;
  }
}

.contact .contact_main .contact_title::after {
  position: absolute;
  content: "";
  width: 17%;
  top: 50%;
  right: 0;
  display: block;
  z-index: -1;
  border: 1px solid #c1db81;
  background-color: #c1db81;
}

@media (max-width: 768px) {
  .contact .contact_main .contact_title::after {
    width: 12%;
  }
}

@media (max-width: 768px) {
  .contact .contact_main .contact_title {
    font-size: 2.4rem;
  }
}

.contact .mail {
  text-align: center;
  margin: 3rem auto 0;
}

.fotter {
  background-color: #7ABB27;
  text-align: center;
}

.fotter .other_site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-top: 2rem;
}

@media (max-width: 768px) {
  .fotter .other_site {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.fotter a {
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .fotter a {
    font-size: 1.2rem;
  }
}

.fotter .conpany {
  border-right: 2px solid #fff;
}

.fotter .private {
  margin-left: 3rem;
}

.fotter .copyright {
  font-size: 1.8rem;
  color: #fff;
  padding: 1rem 0 2.1rem;
}

@media (max-width: 768px) {
  .fotter .copyright {
    font-size: 1.2rem;
  }
}

.header_p {
  width: 100%;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 100;
  background-color: rgba(204, 228, 173, 0.95);
  -webkit-box-shadow: 0 0 8px #ebf1e9;
          box-shadow: 0 0 8px #ebf1e9;
}

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

@media (max-width: 768px) {
  .header_p .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem;
  }
}

.header_p .logo {
  width: 28%;
}

@media (max-width: 768px) {
  .header_p .logo {
    width: 40%;
  }
}

.header_p .pc-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .header_p .pc-nav-list {
    display: none;
  }
}

.header_p .call {
  margin-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_p .call a {
  color: #7abb27;
  font-size: 2.8rem;
}

@media (max-width: 768px) {
  .con {
    padding: 0 1rem;
  }
}

.privacy {
  margin: 12rem auto 1rem;
}

@media (max-width: 768px) {
  .privacy {
    margin: 5rem auto 1rem;
  }
}

.privacy_title {
  margin: 3rem auto 0rem;
}

.privacy_last {
  margin: 0 auto 5rem;
}
/*# sourceMappingURL=style.css.map */