@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");
@font-face {
  font-family: Hannari;
  src: url(../fonts/Hannari.otf), url(../fonts/Hannari.woff);
  font-family: "Hannari", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif" !important;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #323232;
  line-break: strict;
}

body .PC {
  display: block;
}

body .SP {
  display: none;
}

@media only screen and (max-width: 750px) {
  body .PC {
    display: none;
  }
  body .SP {
    display: block;
  }
}

/*ハンバーガーnav--ここから--*/
#nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 32px;
  cursor: pointer;
}

#nav-toggle.open span {
  background: #fff !important;
}

#nav-toggle > div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #0199e0;
  position: absolute;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 14px;
}

#nav-toggle span:nth-child(3) {
  top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: #0265c2;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

#gloval-nav a:hover {
  color: #666;
}

#gloval-nav ul {
  list-style: none;
}

#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}

#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

/*ハンバーガー--ここまで--*/
header {
  z-index: 99;
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  header {
    background-color: transparent;
  }
  header .header01 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header01 img {
    padding-bottom: 20px;
  }
}

header .header01 {
  width: 100%;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: -webkit- center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: erap;
      flex-wrap: erap;
}

header .header01 img {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 769px) {
  header .header01 img {
    padding-right: 0px;
  }
}

header .header01 a {
  margin-left: 30px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #525252;
}

header .header01 .header_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 700px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
}

@media screen and (max-width: 750px) {
  header .header01 .header_link {
    display: none;
  }
}

header .header01 .header_link a {
  margin-left: 30px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #525252;
}

/*header*/
.floating_btn {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 100;
}

@media screen and (max-width: 750px) {
  .floating_btn {
    width: 90%;
    right: 5%;
    left: 5%;
    bottom: 10px;
  }
}

.floating_btn .close {
  position: absolute;
  right: 0;
  top: -10px;
  color: #fff;
  z-index: 101;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 20px;
}

.floating_btn .close:hover {
  background-color: #fff;
  color: #0199e0;
  border: solid 1px #0199e0;
}

.floating_btn .floating {
  background: linear-gradient(-45deg, #5993f2 0%, #4abef5 100%);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 40px;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.floating_btn .floating::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 17px;
  background-image: url(/img/mail_icon.png);
  background-size: cover;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  .floating_btn .floating::before {
    width: 17px;
    height: 11px;
  }
}

@media screen and (max-width: 750px) {
  .floating_btn .floating {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    padding: 20px 30px;
  }
}

.mv_area {
  background: url("../img/flourish_MV_02.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  padding-top: 50%;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: -webkit- center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .mv_area {
    padding-top: 60%;
  }
}

@media screen and (max-width: 1000px) {
  .mv_area .mv01 p {
    padding-top: 2vw;
  }
}

.mv_area .mv01 {
  width: 60%;
  padding: 0 30px;
  position: absolute;
  top: 45%;
  right: -30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv_area .mv01 {
    padding: 0;
  }
}

.mv_area .mv01 h1 {
  font-family: "Hannari";
  font-weight: 700;
  font-size: 45px;
  color: #36b7f4;
  text-align: center;
  padding: 120px 0 4.5vw;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .mv_area .mv01 h1 {
    padding: 12vw 0 6vw;
    font-size: 3vw;
  }
}

@media screen and (max-width: 1000px) {
  .mv_area .mv01 img {
    max-width: 30vw;
  }
}

@media screen and (max-width: 768px) {
  .mv_area .mv01 img {
    width: 70%;
  }
}

.mv_area .mv01 p {
  color: #727171;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .mv_area .mv01 p {
    font-size: 16px;
    padding-top: 8px;
  }
}

@media screen and (max-width: 750px) {
  .mv_area .mv01 p {
    font-size: 10px;
    padding-top: 8px;
  }
}

.copy_area {
  font-family: "Hannari";
  font-weight: 700;
  font-size: 30px;
  color: #0199e0;
  text-align: center;
  padding: 120px 0;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .copy_area {
    padding: 12vw 0;
    font-size: 3vw;
  }
}

.copy_area .js-animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.copy_area .js-animation.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.about_area {
  background-color: #f7f7f7;
  padding-top: 120px;
  width: 100%;
  background-image: url("../img/bg_1.png");
  background-attachment: fixed;
  background-position: right top;
  background-repeat: no-repeat;
  line-height: 1.8;
  /*about_flex*/
}

@media screen and (max-width: 750px) {
  .about_area {
    background-image: url("../img/bg_1.png");
    background-attachment: scroll;
    background-size: 75%;
    padding-top: 80px;
  }
  .about_area .logo {
    width: 50%;
  }
}

@media screen and (max-width: 750px) and (max-width: 768px) {
  .about_area .logo {
    width: 70%;
  }
}

@media screen and (max-width: 750px) {
  .about_area .logo p {
    font-size: 12px;
  }
}

.about_area .ttl {
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(65%, transparent), color-stop(60%, #fff), to(#fff));
  background: linear-gradient(to left, transparent 0%, transparent 65%, #fff 60%, #fff 100%);
  padding: 30px;
  width: 100%;
  position: absolute;
}

@media screen and (max-width: 750px) {
  .about_area .ttl {
    width: 45%;
    background-color: transparent;
    padding: 0;
  }
}

.about_area .ttl h2 {
  width: 950px;
  margin: 0 auto;
  font-size: 45px;
  font-family: "Raleway", sans-serif;
  color: #0199e0;
  text-align: left;
  letter-spacing: 3px;
}

@media screen and (max-width: 1000px) {
  .about_area .ttl h2 {
    font-size: 4.5vw;
    width: 100%;
    font-weight: bold;
  }
}

@media screen and (max-width: 750px) {
  .about_area .ttl h2 {
    background-color: #fff;
    font-size: 30px;
    padding: 20px 0;
    padding-left: 25px;
  }
}

.about_area .about_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  /*about_Box*/
}

@media screen and (max-width: 769px) {
  .about_area .about_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about_area .about_flex .about_Box {
  max-width: 740px;
  width: 100%;
  padding-right: 40px;
  /*01*/
  /*about02_end*/
}

@media screen and (max-width: 769px) {
  .about_area .about_flex .about_Box {
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .about_area .about_flex .about_Box {
    padding-right: 0px;
  }
}

.about_area .about_flex .about_Box .about01 {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 8vw;
  margin-top: 140px;
}

@media screen and (max-width: 1000px) {
  .about_area .about_flex .about_Box .about01 {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .about_area .about_flex .about_Box .about01 {
    margin-top: 90px;
  }
}

.about_area .about_flex .about_Box .about01 .logo {
  padding: 50px 0 30px;
}

.about_area .about_flex .about_Box .about01 .logo p {
  color: #323232;
  padding-top: 10px;
}

.about_area .about_flex .about_Box .about01 .txt {
  color: #323232;
}

.about_area .about_flex .about_Box .about01 .txt span {
  font-size: 24px;
  color: #0199e0;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .about_area .about_flex .about_Box .about01 .txt span {
    font-size: 18px;
  }
}

.about_area .about_flex .about_Box .about01 .txt p {
  padding-top: 15px;
}

.about_area .about_flex .about_Box .about02 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 100px;
  /*break 1000 end*/
  /*break 1000 end*/
}

@media screen and (max-width: 420px) {
  .about_area .about_flex .about_Box .about02 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 1000px) {
  .about_area .about_flex .about_Box .about02 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
  }
  .about_area .about_flex .about_Box .about02 .left_box {
    width: 40%;
  }
  .about_area .about_flex .about_Box .about02 .center_box {
    width: 60%;
  }
}

@media screen and (max-width: 769px) {
  .about_area .about_flex .about_Box .about02 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 750px) {
  .about_area .about_flex .about_Box .about02 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: -webkit- column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .about_area .about_flex .about_Box .about02 .left_box {
    flex-direction: -webkit- row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
    width: 100% !important;
  }
  .about_area .about_flex .about_Box .about02 .center_box {
    width: 100% !important;
    padding-bottom: 20px;
  }
  .about_area .about_flex .about_Box .about02 .right_box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: -webkit- flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: -webkit- center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100% !important;
  }
  .about_area .about_flex .about_Box .about02 .right_box img {
    width: 150px;
    height: auto;
  }
  .about_area .about_flex .about_Box .about02 .right_box .txt01 {
    width: 100%;
    text-align: center;
  }
}

.about_area .about_flex .about_Box .about02 .left_box {
  flex-direction: -webkit- column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  padding-right: 20px;
}

.about_area .about_flex .about_Box .about02 .left_box img {
  padding-bottom: 20px;
}

.about_area .about_flex .about_Box .about02 .center_box {
  width: 75%;
}

.about_area .about_flex .about_Box .about02 .center_box span {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #0199e0;
  font-weight: bold;
  padding-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .about_area .about_flex .about_Box .about02 .center_box span {
    padding-bottom: 10px;
  }
}

.about_area .about_flex .about_Box .about02 .center_box .txt {
  padding-top: 15px;
}

.about_area .about_flex .about_Box .about02 .center_box .txt .blue {
  color: #0199e0;
  font-weight: bold;
  padding-bottom: 10px;
}

.about_area .about_flex .about_Box .about02 .right_box {
  width: 15%;
  padding-left: 20px;
}

.about_area .about_flex .about_Box .about02 .right_box .txt01 p {
  font-weight: bold;
  color: #0199e0;
  font-size: 12px;
}

.about_area .about_flex .right_box {
  width: 100% !important;
  max-width: 200px;
  margin-top: 13vw;
}

@media screen and (max-width: 1000px) {
  .about_area .about_flex .right_box {
    margin-right: 30px;
  }
}

@media screen and (max-width: 769px) {
  .about_area .about_flex .right_box {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 420px) {
  .about_area .about_flex .right_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about_area .about_flex .right_box .book_Box {
  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;
  margin-bottom: 20px;
}

.about_area .about_flex .right_box .book_Box img {
  max-width: 110px;
  width: 100%;
  height: auto;
}

.about_area .about_flex .right_box .book_Box .txt01 p {
  font-size: 12px;
  color: #0199e0;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .about_area .about_flex .right_box .book_Box .txt01 p {
    max-width: 200px;
  }
}

/*about_area*/
.concept_area {
  background-color: #0591ea;
  background-image: url("../img/concept_bg.jpg");
  background-position: right;
  background-repeat: no-repeat;
  padding: 70px 0;
  width: 100%;
  color: #fff;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .concept_area {
    background-size: cover;
  }
}

.concept_area .concept01 {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .concept_area .concept01 {
    width: 90%;
  }
}

.concept_area .concept01 span {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .concept_area .concept01 span {
    font-size: 18px;
  }
}

.concept_area .concept01 .copy {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .concept_area .concept01 .copy {
    font-size: 14px;
  }
}

/*concept_area*/
.des_area {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/des_bg.jpg") left top no-repeat;
  background-size: 715px auto;
  padding-bottom: 150px;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .des_area {
    background: none;
    padding-bottom: 80px;
  }
}

.des_area .des01 {
  max-width: 1000px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px #d8d8d8;
          box-shadow: 0 0 12px #d8d8d8;
  margin-top: 250px;
  padding: 50px 0;
}

@media screen and (max-width: 1000px) {
  .des_area .des01 {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .des_area .des01 {
    margin-top: 80px;
  }
}

.des_area .des01 .txt {
  margin: 0 80px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .des_area .des01 .txt {
    width: 90%;
    margin: 0 auto;
  }
}

.des_area .des01 .txt span {
  font-size: 24px;
  color: #0199e0;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .des_area .des01 .txt span {
    font-size: 18px;
  }
}

.des_area .des01 .txt p {
  padding-top: 20px;
}

/*des_area_end*/
.info_area {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 150px;
}

@media screen and (max-width: 1000px) {
  .info_area {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .info_area {
    padding-bottom: 80px;
  }
}

.info_area h3 {
  text-align: center;
  font-size: 24px;
  color: #0199e0;
  font-weight: bold;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .info_area h3 {
    font-size: 18px;
  }
}

.info_area .info01 dl {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #cccccc;
  padding: 15px 0;
}

.info_area .info01 dl dt {
  width: 150px;
  padding-left: 15px;
}

.info_area .info01 dl dd {
  width: calc(100% - 150px);
}

/*info_area_end*/
.service_area {
  background-color: #f7f7f7;
  background-image: url("../img/service_bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 190px 0 100px 0;
  line-height: 1.8;
  /*ttl--end--*/
  /*service01--end--*/
  /*ser_02-end-*/
  /*service03-end-*/
}

@media screen and (max-width: 1000px) {
  .service_area {
    background-size: 60%;
    padding-top: 150px;
  }
}

@media screen and (max-width: 750px) {
  .service_area {
    padding-top: 80px;
    background-size: 70%;
    padding-bottom: 50px;
  }
}

.service_area .ttl {
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(70%, transparent), color-stop(70%, #fff), to(#fff));
  background: linear-gradient(to left, transparent 0%, transparent 70%, #fff 70%, #fff 100%);
  padding: 30px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .service_area .ttl {
    width: 62.5vw;
    background-color: transparent;
    padding: 0;
  }
}

.service_area .ttl h2 {
  width: 1000px;
  margin: 0 auto;
  font-size: 45px;
  font-family: "Raleway", sans-serif;
  color: #0199e0;
  text-align: left;
  letter-spacing: 3px;
}

@media screen and (max-width: 1000px) {
  .service_area .ttl h2 {
    font-size: 4.5vw;
    width: 100%;
    font-weight: bold;
  }
}

@media screen and (max-width: 750px) {
  .service_area .ttl h2 {
    background-color: #ffffff;
    font-size: 30px;
    padding: 20px 25px;
  }
}

.service_area .service01 {
  padding-top: 30px;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  .service_area .service01 {
    width: 90%;
    padding-bottom: 50px;
  }
}

.service_area .service01 h3 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #0199e0;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .service_area .service01 h3 {
    font-size: 18px;
  }
}

.service_area .service01 span {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .service_area .service01 span {
    font-size: 16px;
  }
}

.service_area .service02 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  padding-bottom: 80px;
  /*box01-end*/
}

@media screen and (max-width: 1000px) {
  .service_area .service02 {
    width: 90%;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 750px) {
  .service_area .service02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.service_area .service02 .ser_box01 {
  width: 48%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px #d8d8d8;
          box-shadow: 0 0 12px #d8d8d8;
}

@media screen and (max-width: 750px) {
  .service_area .service02 .ser_box01 {
    width: 100%;
    margin-bottom: 40px;
  }
}

.service_area .service02 .ser_box01 img {
  width: 100%;
}

.service_area .service02 .ser_box01 .txt {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

.service_area .service02 .ser_box01 .txt span {
  font-size: 16px;
  font-weight: bold;
  color: #0199e0;
}

.service_area .service02 .ser_txt {
  width: 100%;
  padding-top: 50px;
}

@media screen and (max-width: 750px) {
  .service_area .service02 .ser_txt {
    padding-top: 10px;
  }
}

.service_area .service02 .ser_txt h4 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: -webkit- center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #0199e0;
}

@media screen and (max-width: 750px) {
  .service_area .service02 .ser_txt h4 {
    font-size: 18px;
  }
}

.service_area .service02 .ser_txt h4 img {
  padding-right: 10px;
}

.service_area .service02 .ser_txt ul {
  padding-left: 35px;
  padding-top: 10px;
}

@media screen and (max-width: 750px) {
  .service_area .service02 .ser_txt ul {
    padding-left: 20px;
  }
}

.service_area .service02 .ser_txt ul li {
  list-style: disc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 3px;
}

.service_area .service03 {
  max-width: 1000px;
  margin: 0 auto;
  /*copy-ebd*/
  /*box_area-end-*/
}

@media screen and (max-width: 1000px) {
  .service_area .service03 {
    width: 90%;
  }
}

.service_area .service03 .copy {
  padding-bottom: 50px;
}

.service_area .service03 .copy h3 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #0199e0;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .service_area .service03 .copy h3 {
    font-size: 18px;
  }
}

.service_area .service03 .copy span {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .service_area .service03 .copy span {
    font-size: 16px;
  }
}

.service_area .service03 .box_area {
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px #d8d8d8;
          box-shadow: 0 0 12px #d8d8d8;
  margin-bottom: 40px;
  /*box02-end*/
  /*answer-end-*/
}

.service_area .service03 .box_area .ser_box02 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .service_area .service03 .box_area .ser_box02 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: -webkit- column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service_area .service03 .box_area .ser_box02 .Limg {
  width: 40%;
}

@media screen and (max-width: 750px) {
  .service_area .service03 .box_area .ser_box02 .Limg {
    width: 100%;
  }
  .service_area .service03 .box_area .ser_box02 .Limg img {
    width: 100%;
  }
}

.service_area .service03 .box_area .ser_box02 .txt {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: -webkit- column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
  padding: 2%;
  padding-bottom: 1.5em;
  position: relative;
}

@media screen and (max-width: 750px) {
  .service_area .service03 .box_area .ser_box02 .txt {
    width: 100%;
    padding: 5%;
  }
}

.service_area .service03 .box_area .ser_box02 .txt h3 {
  font-size: 16px;
  color: #0199e0;
  font-weight: bold;
}

.service_area .service03 .box_area .ser_box02 .txt p.txt02 {
  margin-bottom: 20px;
}

.service_area .service03 .box_area .ser_box02 .txt p.btn {
  background: url("../img/ser_btn02.png") right center no-repeat;
  background-size: 10%;
  display: inline-block;
  padding-right: 25px;
  margin-left: auto;
  color: #0199e0;
  font-weight: bold;
  position: absolute;
  bottom: 5%;
  right: 3%;
}

.service_area .service03 .box_area .ser_box02 .txt p.btn.open {
  background-image: url("../img/ser_btn01.png");
}

@media screen and (max-width: 750px) {
  .service_area .service03 .box_area .ser_box02 .txt p.btn {
    position: static;
  }
}

.service_area .service03 .box_area .answer {
  width: 90%;
  margin: 0 auto;
}

.service_area .service03 .box_area .answer h4 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: -webkit- center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #0199e0;
  padding-top: 30px;
}

@media screen and (max-width: 750px) {
  .service_area .service03 .box_area .answer h4 {
    font-size: 18px;
  }
}

.service_area .service03 .box_area .answer h4 img {
  padding-right: 10px;
}

.service_area .service03 .box_area .answer ul {
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .service_area .service03 .box_area .answer ul {
    padding-left: 20px;
  }
}

.service_area .service03 .box_area .answer ul li {
  list-style: disc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 3px;
}

/*service_area-end-*/
.coment_area {
  background-color: #ffffff;
  background-image: url("../img/coment_bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;
  padding: 140px 0 100px 0;
  line-height: 1.8;
  /*ttl--end--*/
}

@media screen and (max-width: 750px) {
  .coment_area {
    background-image: url("../img/coment_bg.png");
    background-attachment: scroll;
    background-size: 75%;
    padding: 80px 0 50px 0;
  }
}

.coment_area .ttl {
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(70%, transparent), color-stop(70%, #f7f7f7), to(#f7f7f7));
  background: linear-gradient(to left, transparent 0%, transparent 70%, #f7f7f7 70%, #f7f7f7 100%);
  padding: 30px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .coment_area .ttl {
    width: 45%;
    background-color: transparent;
    padding: 0;
  }
}

.coment_area .ttl h2 {
  width: 1000px;
  margin: 0 auto;
  font-size: 45px;
  font-family: "Raleway", sans-serif;
  color: #0199e0;
  text-align: left;
  letter-spacing: 3px;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .coment_area .ttl h2 {
    font-size: 4.5vw;
    width: 100%;
    font-weight: bold;
  }
}

@media screen and (max-width: 750px) {
  .coment_area .ttl h2 {
    background-color: #f7f7f7;
    font-size: 30px;
    padding: 20px 0;
    padding-left: 25px;
  }
}

.coment_area .ttl h2 span {
  font-size: 24px;
}

@media screen and (max-width: 750px) {
  .coment_area .ttl h2 span {
    font-size: 18px;
    font-weight: bold;
  }
}

.coment_area .coment01 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}

@media screen and (max-width: 1000px) {
  .coment_area .coment01 {
    width: 90%;
  }
}

.coment_area .coment01 h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0199e0;
}

@media screen and (max-width: 750px) {
  .coment_area .coment01 h4 {
    font-size: 18px;
  }
}

.coment_area .coment01 .box_area {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .coment_area .coment01 .box_area {
    flex-direction: -webkit- column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.coment_area .coment01 .box_area .box01 {
  width: 48%;
  padding-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .coment_area .coment01 .box_area .box01 {
    width: 100%;
  }
}

.coment_area .coment01 .box_area .box01 p {
  padding-left: 10px;
  border-left: solid 2px #c5c5c5;
}

.coment_area .coment01 .box_area .box01 span {
  color: #0199e0;
  font-weight: bold;
}

.contact_area {
  background-image: url("../img/contact_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

@media screen and (max-width: 750px) {
  .contact_area {
    padding: 50px 0;
  }
}

.contact_area .contact01 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.contact_area .contact01 h4 {
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .contact_area .contact01 h4 {
    font-size: 40px;
    padding-bottom: 30px;
  }
}

.contact_area .contact01 .btn_area {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .contact_area .contact01 .btn_area {
    width: 80%;
  }
}

.contact_area .contact01 .btn_area a.btn_box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: -webkit- center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 2px #fff;
  padding: 15px 0;
  margin-bottom: 35px;
}

@media screen and (max-width: 750px) {
  .contact_area .contact01 .btn_area a.btn_box {
    margin-bottom: 25px;
  }
  .contact_area .contact01 .btn_area a.btn_box img {
    width: 8%;
  }
}

.contact_area .contact01 .btn_area a.btn_box p {
  color: #fff;
  font-size: 24px;
  padding-left: 20px;
}

@media screen and (max-width: 750px) {
  .contact_area .contact01 .btn_area a.btn_box p {
    font-size: 18px;
    font-weight: bold;
  }
}

.contact_area .contact01 .btn_area a.btn_box:hover {
  letter-spacing: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact_area .contact01 .icon_box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: -webkit- center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
}

@media screen and (max-width: 750px) {
  .contact_area .contact01 .icon_box {
    padding-left: 30px;
  }
}

.contact_area .contact01 .icon_box a {
  padding-right: 50px;
}

@media screen and (max-width: 750px) {
  .contact_area .contact01 .icon_box a {
    width: 20%;
    padding-right: 30px;
  }
}

.contact_area .contact01 .icon_box a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (max-width: 1000px) {
  footer {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  footer {
    padding: 15px o;
    text-align: center;
  }
  footer img {
    width: 40%;
  }
}
/*# sourceMappingURL=layout.css.map */