@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big,
em, img, q, s,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img {
  border-radius: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-initialized .slick-slide {
  margin: 0;
}

* {
  min-height: 0;
  min-width: 0;
}

html {
  line-height: 1.8;
  position: relative;
}

body {
  font-family: "Noto Sans JP", "Open Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.616;
  color: #222222;
  word-wrap: break-word;
  position: relative;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
}

body a {
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}

body a:hover {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  /*for responsive*/
  height: auto;
}

p {
  margin: 0;
}

button:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

@media only screen and (max-width: 460px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 769px) {
  .tablet {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 460px) {
  .sp {
    display: inherit !important;
  }
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.float_n {
  float: none;
}

.f_left_pc {
  float: left;
}

@media only screen and (max-width: 460px) {
  .f_left_pc {
    float: none;
  }
}

.f_right_pc {
  float: right;
}

@media only screen and (max-width: 460px) {
  .f_right_pc {
    float: none;
  }
}

.al_right {
  text-align: right;
}

.al_center {
  text-align: center;
}

.al_left {
  text-align: left;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.none {
  display: none !important;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

@media only screen and (max-width: 460px) {
  .rsp {
    width: 100%;
  }
}

/*/////////////////////////////////////
/content-common
/////////////////////////////////////*/
@media only screen and (max-width: 460px) {
  html,
  body {
    font-size: 13px;
  }
}

#wrap {
  background: url(img/bg_top.png) no-repeat center;
  background-size: 250%;
}

@media only screen and (max-width: 769px) {
  #wrap {
    background-size: 350%;
  }
}

@media only screen and (max-width: 460px) {
  #wrap {
    background-size: cover;
  }
}

.bg_stripe_wrap {
  position: relative;
  background: url(img/bg_stripe.png) no-repeat center;
  background-size: 102% 100%;
  padding: 130px 0;
  z-index: 1;
}

@media only screen and (max-width: 769px) {
  .bg_stripe_wrap {
    padding: 8vw 0;
  }
}

.heading {
  position: relative;
  text-align: center;
  font-family: "Audiowide", cursive, "Noto Sans JP", "Open Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 45px;
  color: #fff;
  z-index: 5;
}

@media only screen and (max-width: 769px) {
  .heading {
    font-size: 5.4vw;
  }
}

.heading span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 3px;
}

@media only screen and (max-width: 460px) {
  .heading span {
    font-size: 2.7vw;
  }
}

.heading_2 {
  font-family: "Audiowide", cursive, "Noto Sans JP", "Open Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 42px;
  color: #009845;
}

@media only screen and (max-width: 769px) {
  .heading_2 {
    font-size: 4vw;
  }
}

.heading_2 span {
  font-size: 16px;
  color: #b9b9b9;
  margin-left: 10px;
}

/*/////////////////////////////////////
/header
/////////////////////////////////////*/
header {
  width: 100%;
  background: #fff;
}

header .inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  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;
  padding: 28px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 769px) {
  header .inner {
    padding-left: 4.1vw;
    padding-right: 4.1vw;
  }
}

header .inner a.logo {
  display: block;
}

header .inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 769px) {
  header .inner nav ul {
    position: absolute;
    left: 0;
    background: #fffffff0;
    z-index: 200;
    top: 100px;
    width: 100%;
  }
}

header .inner nav ul li a {
  display: block;
  line-height: 1;
  font-weight: 600;
  position: relative;
}

@media only screen and (max-width: 769px) {
  header .inner nav ul li a {
    font-size: 5vw;
    padding: 3vw 2vw;
    border-bottom: 1px solid #e0e0e0;
    background: url(img/icon_arrow_right_black.png) no-repeat 3% 50%;
    background-size: 10px;
    padding-left: 5.5vw;
  }
}

@media only screen and (max-width: 769px) and (max-width: 460px) {
  header .inner nav ul li a {
    background-size: 5px;
  }
}

header .inner nav ul li a:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #191919;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

header .inner nav ul li a:hover {
  text-decoration: none;
}

header .inner nav ul li a:hover:before {
  width: 100%;
}

header .inner nav ul li:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 769px) {
  header .inner nav ul li:not(:last-child) {
    margin-right: 0;
  }
}

/*/////////////////////////////////////
/hamburger
/////////////////////////////////////*/
.menu-wrapper {
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 32px;
  z-index: 1000;
  display: none;
}

@media only screen and (max-width: 769px) {
  .menu-wrapper {
    display: block;
  }
}

.hamburger-menu {
  width: 20px;
  height: 2px;
  position: relative;
  -webkit-transform: translateY(1.95531vw);
  transform: translateY(1.95531vw);
  background: #253640;
  -webkit-transition: all 0ms 0.4s;
  transition: all 0ms 0.4s;
  margin: auto;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  top: 15px;
}

.hamburger-menu:after {
  width: 20px;
  height: 2px;
}

.hamburger-menu:before {
  width: 20px;
  height: 2px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #253640;
  -webkit-transition: bottom 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  background: #253640;
  -webkit-transition: top 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate {
  background: #fff;
}

.hamburger-menu.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

/*/////////////////////////////////////
/footer
/////////////////////////////////////*/
.button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 769px) {
  .button_area {
    display: block;
  }
}

.button_area a {
  color: #fff;
  background: #000;
  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;
  padding: 57px 0;
  padding: 3vw 0;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 769px) {
  .button_area a {
    padding: 6vw 0;
  }
}

.button_area a h2,
.button_area a p {
  padding: 0 2vw;
}

.button_area a p {
  border-left: 1px solid #fff;
}

.button_area .contact {
  width: 50%;
}

@media only screen and (max-width: 769px) {
  .button_area .contact {
    width: 100%;
  }
}

.button_area .contact h2,
.button_area .contact p {
  font-size: 35px;
  font-size: 2.3vw;
}

@media only screen and (max-width: 769px) {
  .button_area .contact h2,
  .button_area .contact p {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 460px) {
  .button_area .contact h2,
  .button_area .contact p {
    font-size: 5.1vw;
  }
}

.button_area .contact p {
  background: url(img/icon_arrow_right_white.png) no-repeat center right;
  background-size: 10px 22px;
}

@media only screen and (max-width: 460px) {
  .button_area .contact p {
    background-size: 5px;
  }
}

.button_area .contact:hover {
  background: #009845;
}

.button_area .tel {
  width: 50%;
  background: #3fb47e;
}

@media only screen and (max-width: 769px) {
  .button_area .tel {
    width: 100%;
  }
}

.button_area .tel h2 {
  font-size: 26px;
  font-size: 1.8vw;
  line-height: 1;
}

@media only screen and (max-width: 769px) {
  .button_area .tel h2 {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 460px) {
  .button_area .tel h2 {
    font-size: 5vw;
  }
}

.button_area .tel h2 span {
  display: block;
  font-size: 17px;
  font-size: 1.1vw;
  text-align: center;
  margin-top: 5px;
}

@media only screen and (max-width: 769px) {
  .button_area .tel h2 span {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 460px) {
  .button_area .tel h2 span {
    font-size: 3vw;
  }
}

.button_area .tel p {
  font-size: 35px;
  font-size: 2.3vw;
}

@media only screen and (max-width: 769px) {
  .button_area .tel p {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 460px) {
  .button_area .tel p {
    font-size: 5vw;
  }
}

.button_area .tel:hover {
  background: #009845;
}

footer .inner {
  padding-top: 3vw;
  padding-bottom: 3vw;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
}

@media only screen and (max-width: 769px) {
  footer .inner {
    padding-left: 4.1vw;
    padding-right: 4.1vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-bottom: 15vw;
  }
}

@media only screen and (max-width: 460px) {
  footer .inner {
    font-size: 13px;
  }
}

footer address {
  margin-top: 20px;
}

footer .info_area {
  width: 640px;
  padding-top: 20px;
}

@media only screen and (max-width: 769px) {
  footer .info_area {
    width: 100%;
  }
}

footer ul.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer ul.info li:not(:last-child) {
  margin-right: 15px;
}

footer ul.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

footer ul.footer_menu li a {
  position: relative;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

footer ul.footer_menu li a:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #191919;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

footer ul.footer_menu li a:hover {
  text-decoration: none;
}

footer ul.footer_menu li a:hover:before {
  width: 100%;
}

footer ul.footer_menu li + li a:after {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 18px;
  background: url(img/icon_line_stripe.png) no-repeat;
  background-size: contain;
  left: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer ul.footer_menu li:first-child a {
  padding-left: 0;
}

@media only screen and (max-width: 769px) {
  footer .map_area {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 769px) {
  footer .map_area iframe {
    width: 100%;
  }
}

footer .map_area small {
  display: block;
  text-align: right;
}

.fixedNavi {
  position: fixed;
  bottom: 0;
  width: 400px;
  padding: 0.3em 0.3em;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
}

@media only screen and (max-width: 460px) {
  .fixedNavi {
    width: 100%;
    right: inherit;
    background: rgba(255, 255, 255, 0.4);
  }
}

.fixedNavi a {
  display: block;
  background: #30c5e6;
  border-radius: 5px;
  color: #fff;
}

.fixedNavi .tel {
  background: #eeba1e url(img/icon_tel.png) no-repeat;
  background-size: 18px;
  padding: 0.3em;
  padding-left: 2.5em;
  background-position: 13px;
  font-size: 16px;
  line-height: 1.2;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fixedNavi .tel span {
  display: none;
  font-size: 10px;
}

.fixedNavi .lineAccount {
  background: #03c75a url(img/icon_line.png) no-repeat;
  background-size: 28px;
  padding: 0.6em;
  padding-left: 2.5em;
  background-position: 9px;
  font-size: 16px;
  line-height: 1.2;
  width: 48%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fixedNavi .lineAccount span {
  display: block;
  font-size: 10px;
}

/*/////////////////////////////////////
/mv
/////////////////////////////////////*/
.mv_area {
  width: 100%;
  position: relative;
}

.mv_area .txt {
  font-size: 100px;
  font-size: 7vw;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 4vw;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transform-origin: 25% 60%;
  transform-origin: 25% 60%;
}

.mv_area video {
  width: 100%;
}

/*/////////////////////////////////////
/corona taisaku
/////////////////////////////////////*/
.taisaku_area {
  background: #f7f7f7;
  width: 980px;
  border: 1px dashed #009845;
  padding: 1em 1.5em;
  margin: auto;
  margin-top: -4em;
  z-index: 100;
  position: relative;
}

@media only screen and (max-width: 460px) {
  .taisaku_area {
    width: calc(100% - 5em);
    margin-top: 2em;
  }
}

.taisaku_area .taisaku__title {
  font-size: 20px;
  color: #009845;
  font-weight: 800;
  margin-bottom: 0.4em;
  text-align: center;
}

@media only screen and (max-width: 460px) {
  .taisaku_area .taisaku__title {
    font-size: 15px;
  }
}

.taisaku_area p.taisaku__desc {
  text-align: center;
  margin-bottom: 1.3em;
}

.taisaku_area .taisaku__list {
  list-style-type: decimal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (max-width: 460px) {
  .taisaku_area .taisaku__list {
    display: block;
  }
}

.taisaku_area .taisaku__list li {
  font-size: 0.875rem;
  background: #ffffff;
  padding: 1.2em 2em;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (max-width: 460px) {
  .taisaku_area .taisaku__list li {
    font-size: 0.8rem;
    padding: 0.6em 1em;
  }
}

.taisaku_area .taisaku__list li + li {
  line-height: 1;
}

@media only screen and (max-width: 460px) {
  .taisaku_area .taisaku__list li + li {
    margin-top: 0.5em;
    line-height: 1.4em;
  }
}

.taisaku_area .taisaku__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.2em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.taisaku_area .taisaku__image li {
  max-width: 200px;
}

@media only screen and (max-width: 460px) {
  .taisaku_area .taisaku__image li {
    width: 48%;
  }
}

@media only screen and (max-width: 460px) {
  .taisaku_area .taisaku__image li:nth-child(3),
  .taisaku_area .taisaku__image li:nth-child(4) {
    margin-top: 3%;
  }
}

/*/////////////////////////////////////
/banner
/////////////////////////////////////*/
.banner__area .inner {
  width: 100%;
  max-width: 1030px;
  margin: 60px auto 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 460px) {
  .banner__area .inner {
    padding-left: 4.1vw;
    padding-right: 4.1vw;
    margin: 30px auto 40px;
  }
}

/*/////////////////////////////////////
/point
/////////////////////////////////////*/
.point_area .inner {
  width: 100%;
  max-width: 1150px;
  margin: auto;
  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;
  padding-bottom: 6vw;
  margin-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 769px) {
  .point_area .inner {
    padding-left: 4.1vw;
    padding-right: 4.1vw;
    display: block;
    margin: auto;
  }
}

.point_area ul.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 510px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 769px) {
  .point_area ul.info {
    width: 100%;
    padding: 5vw 0;
  }
}

.point_area ul.info li {
  width: 30%;
}

.point_area ul.info li .img {
  text-align: center;
}

.point_area ul.info li .img img {
  max-height: 110px;
}

@media only screen and (max-width: 460px) {
  .point_area ul.info li .img img {
    max-height: 50px;
  }
}

.point_area ul.info li .txt {
  text-align: center;
  line-height: 1;
  background: #009845;
  color: #fff;
  font-weight: 600;
  border-radius: 100px;
  padding: 7px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  margin-top: 13px;
}

@media only screen and (max-width: 460px) {
  .point_area ul.info li .txt {
    font-size: 11px;
    padding: 5px 0;
  }
}

.point_area ul.info li .txt h2 {
  white-space: pre;
}

.point_area ul.mv-slider {
  width: 600px;
  border: 1px solid;
  padding: 3px;
  background: #fff;
}

@media only screen and (max-width: 769px) {
  .point_area ul.mv-slider {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
}

/*/////////////////////////////////////
/concept
/////////////////////////////////////*/
.concept_area .inner {
  padding-top: 6vw;
  padding-bottom: 8vw;
  width: 100%;
  max-width: 1150px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 769px) {
  .concept_area .inner {
    display: block;
  }
}

.concept_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 600px;
}

@media only screen and (max-width: 769px) {
  .concept_area ul {
    width: 80%;
    margin: auto;
  }
}

.concept_area ul li {
  position: relative;
  width: 50%;
}

.concept_area ul li:nth-child(1) {
  top: 0px;
  right: -20px;
}

.concept_area ul li:nth-child(2) {
  top: 50px;
  right: 0;
}

.concept_area ul li:nth-child(3) {
  top: -50px;
  left: -20px;
}

.concept_area ul li:nth-child(4) {
  top: 20px;
  left: -35px;
}

.concept_area .txt {
  width: 500px;
  font-weight: 500;
  padding-top: 40px;
}

@media only screen and (max-width: 769px) {
  .concept_area .txt {
    width: 100%;
    padding-left: 4.1vw;
    padding-right: 4.1vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.concept_area .txt p + p {
  margin-top: 20px;
}

.concept_area .txt strong {
  font-weight: 600;
  padding: 7px 0;
  display: block;
}

.concept_area .txt table {
  margin: 8px 0 30px;
}

.concept_area .txt table tr {
  font-weight: 600;
}

.concept_area .txt table tr th {
  text-align: left;
  padding-right: 20px;
}

@media only screen and (max-width: 460px) {
  .concept_area .txt table tr th {
    display: block;
  }
}

@media only screen and (max-width: 460px) {
  .concept_area .txt table tr td {
    display: block;
    padding-bottom: 15px;
  }
}

.concept_area .txt .try {
  font-size: 30px;
  font-weight: 600;
}

/*/////////////////////////////////////
/flow
/////////////////////////////////////*/
.flow_area .inner {
  padding-top: 10vw;
  padding-bottom: 3vw;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 769px) {
  .flow_area .inner {
    padding-left: 7vw;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.flow_area .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 769px) {
  .flow_area .inner > ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 1000px;
  }
}

.flow_area .inner > ul > li {
  position: relative;
  width: 303px;
  margin-bottom: 69px;
}

@media only screen and (max-width: 769px) {
  .flow_area .inner > ul > li {
    width: 250px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 30px;
  }
}

.flow_area .inner > ul > li:not(:nth-child(3)) {
  margin-right: 95px;
}

@media only screen and (max-width: 769px) {
  .flow_area .inner > ul > li:not(:nth-child(3)) {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 769px) {
  .flow_area .inner > ul li + li {
    margin-right: 40px;
  }
}

.flow_area .img {
  position: relative;
}

.flow_area .img:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #d6d0d0;
  right: -14px;
  top: 50%;
}

.flow_area .txt {
  margin-top: 15px;
}

.flow_area .txt h3 {
  background: #676767;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 5px 0;
  margin-bottom: 8px;
  font-size: 18px;
}

@media only screen and (max-width: 460px) {
  .flow_area .txt h3 {
    font-size: 15px;
  }
}

.flow_area .txt p {
  font-size: 13px;
  white-space: initial;
}

.flow_area .number {
  position: absolute;
  width: 57px;
  height: 57px;
  background: #3fb47e;
  color: #fff;
  line-height: 1;
  font-size: 38px;
  font-weight: 600;
  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;
  top: -27px;
  left: -27px;
  z-index: 1;
}

@media only screen and (max-width: 769px) {
  .flow_area .number {
    width: 40px;
    height: 40px;
    top: -20px;
    left: -20px;
    font-size: 30px;
  }
}

.flow_area .inner > ul > li:last-child .img:after {
  content: none;
}

@media only screen and (max-width: 769px) {
  .flow_area .inner > ul > li:last-child {
    padding-right: 7vw;
  }
}

/*/////////////////////////////////////
/training
/////////////////////////////////////*/
.training_area .inner {
  padding-top: 10vw;
  padding-bottom: 5vw;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

@media only screen and (max-width: 769px) {
  .training_area .inner {
    padding-left: 4.1vw;
    padding-right: 4.1vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.training_area ul.big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 460px) {
  .training_area ul.big {
    display: block;
  }
}

.training_area ul.big li {
  width: 485px;
}

@media only screen and (max-width: 769px) {
  .training_area ul.big li {
    width: 100%;
    max-width: 350px;
  }
}

@media only screen and (max-width: 460px) {
  .training_area ul.big li {
    max-width: 100%;
  }
}

.training_area ul.big li .img {
  position: relative;
}

.training_area ul.big li .img .add {
  position: absolute;
  right: -100px;
  bottom: -30px;
}

@media only screen and (max-width: 769px) {
  .training_area ul.big li .img .add {
    right: 0;
    bottom: 0;
    width: 200px;
  }
}

.training_area ul.big li .txt h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 0;
}

@media only screen and (max-width: 460px) {
  .training_area ul.big li .txt h3 {
    font-size: 18px;
  }
}

.training_area ul.big li .txt p {
  font-size: 13px;
  line-height: 1.7;
}

@media only screen and (max-width: 460px) {
  .training_area ul.big li + li {
    margin-top: 30px;
  }
}

.training_area ul.small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

@media only screen and (max-width: 769px) {
  .training_area ul.small {
    margin-top: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 460px) {
  .training_area ul.small {
    margin-top: 15px;
  }
}

.training_area ul.small li {
  width: 303px;
}

@media only screen and (max-width: 769px) {
  .training_area ul.small li {
    width: 30%;
  }
}

@media only screen and (max-width: 460px) {
  .training_area ul.small li {
    width: 50%;
    padding: 2vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.training_area ul.small li .img {
  position: relative;
  text-align: center;
  height: 132px;
  width: 303px;
  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;
}

@media only screen and (max-width: 769px) {
  .training_area ul.small li .img {
    width: 100%;
  }
}

.training_area ul.small li .txt h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 0 20px;
}

@media only screen and (max-width: 460px) {
  .training_area ul.small li .txt h3 {
    font-size: 15px;
  }
}

.training_area ul.small li .txt p {
  font-size: 13px;
  line-height: 1.7;
}

/*/////////////////////////////////////
/plan
/////////////////////////////////////*/
.plan_area .inner {
  padding-top: 3vw;
  padding-bottom: 5vw;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

@media only screen and (max-width: 769px) {
  .plan_area .inner {
    padding-left: 4.1vw;
    padding-right: 4.1vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.plan_area .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 460px) {
  .plan_area .inner > ul {
    display: block;
  }
}

.plan_area .inner > ul > li {
  width: 350px;
}

@media only screen and (max-width: 460px) {
  .plan_area .inner > ul > li {
    width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .plan_area .inner > ul li + li {
    margin-top: 30px;
  }
}

.plan_area .inner h3 {
  background: #419d65;
  color: #fff;
  border: 1px solid #373635;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
  border-radius: 18px 0 0 0;
}

@media only screen and (max-width: 460px) {
  .plan_area .inner h3 {
    font-size: 16px;
    padding: 10px 0;
  }
}

.plan_area table {
  width: 100%;
  margin-top: 7px;
}

.plan_area table thead {
  width: 100%;
  border: 1px solid #373635;
}

.plan_area table thead tr th {
  background: #e6e6e6;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  padding: 3px 0;
}

@media only screen and (max-width: 460px) {
  .plan_area table thead tr th {
    font-size: 15px;
  }
}

.plan_area table thead tr th span {
  margin-left: 10px;
}

.plan_area table tbody {
  width: 100%;
}

.plan_area table tbody tr {
  border: 1px solid #373635;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background: #fff;
}

@media only screen and (max-width: 460px) {
  .plan_area table tbody tr {
    font-size: 15px;
  }
}

.plan_area table tbody tr th {
  width: 50%;
  padding: 2px 0;
  background: url(img/icon_line_dot.png) no-repeat right center;
  background-size: 2px 30px;
}

.plan_area table tbody tr th strong {
  font-size: 24px;
  margin: 0 3px;
}

@media only screen and (max-width: 460px) {
  .plan_area table tbody tr th strong {
    font-size: 20px;
  }
}

.plan_area table tbody tr td {
  width: 50%;
  padding: 2px 0;
}

.plan_area table tbody tr td strong {
  font-size: 24px;
  margin: 0 3px;
}

@media only screen and (max-width: 460px) {
  .plan_area table tbody tr td strong {
    font-size: 20px;
  }
}

.plan_area .initialcost {
  margin-top: 20px;
  float: right;
  margin-top: -60px;
}

@media only screen and (max-width: 769px) {
  .plan_area .initialcost {
    float: none;
    margin-top: 20px;
  }
}

.plan_area .initialcost span {
  display: block;
}

/*/////////////////////////////////////
/greeting
/////////////////////////////////////*/
.greeting_area {
  background: rgba(239, 239, 239, 0.65);
}

.greeting_area .inner {
  padding-top: 5vw;
  padding-bottom: 5vw;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 769px) {
  .greeting_area .inner {
    display: block;
    padding-left: 4.1vw;
    padding-right: 4.1vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.greeting_area .inner .img {
  width: 550px;
}

@media only screen and (max-width: 769px) {
  .greeting_area .inner .img {
    width: 100%;
    padding-left: 4.1vw;
    padding-right: 4.1vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
}

.greeting_area .inner .txt {
  width: 515px;
}

@media only screen and (max-width: 769px) {
  .greeting_area .inner .txt {
    width: 100%;
    padding-left: 4.1vw;
    padding-right: 4.1vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.greeting_area h2 + p {
  margin-top: 15px;
}

.greeting_area .signature {
  margin-top: 10px;
  text-align: right;
}

.greeting_area .signature strong {
  font-size: 20px;
  margin-left: 5px;
  font-weight: 600;
}

.greeting_area table.history {
  font-size: 13px;
  margin-top: 10px;
}

.greeting_area table.history tr th {
  padding-right: 15px;
  white-space: pre;
}

.greeting_area h3 {
  font-size: 13px;
  margin-top: 15px;
}

.greeting_area .career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.greeting_area .career ul.left_side {
  margin-left: 16px;
}

.greeting_area .career ul.left_side li {
  list-style: disc;
}

.greeting_area .career ul.right_side {
  margin-left: 16px;
  margin-left: 60px;
}

@media only screen and (max-width: 460px) {
  .greeting_area .career ul.right_side {
    margin-left: 30px;
  }
}

.greeting_area .career ul.right_side li {
  list-style: disc;
}

/*/////////////////////////////////////
/faq
/////////////////////////////////////*/
.qa_area {
  background: #93d5b6;
  padding-bottom: 60px;
}

.qa_area .heading {
  color: #000;
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  padding: 40px 0;
}

.qa_area .heading span {
  color: #767676;
}

@media only screen and (max-width: 769px) {
  .qa_area .inner {
    padding-left: 4.1vw;
    padding-right: 4.1vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.qa_wrap {
  width: 800px;
  margin: auto;
}

@media only screen and (max-width: 769px) {
  .qa_wrap {
    padding-left: 4.1vw;
    padding-right: 4.1vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}

.qa-check {
  display: none;
}

.qa-label {
  display: block;
  position: relative;
  padding: 15px 15px 15px 15px;
  padding-left: 70px;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 460px) {
  .qa-label {
    font-size: 13px;
  }
}

.qa-label:before {
  content: 'Q';
  position: absolute;
  background: #000;
  width: 55px;
  height: 55px;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  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;
}

@media only screen and (max-width: 460px) {
  .qa-label:before {
    width: 51px;
    height: 51px;
  }
}

.qa-label ~ .qa-label {
  margin-top: 20px;
}

.qa-content {
  position: relative;
  display: block;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: hidden;
  font-size: 14px;
  padding: 0;
  background: #ffffff;
}

.qa-content .inner {
  background: #fff;
  border-radius: 8px;
  border-radius: 0;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
}

@media only screen and (max-width: 460px) {
  .qa-content .inner {
    font-size: 14px;
  }
}

.qa-content .inner .answer {
  font-weight: bold;
  margin-right: 3px;
}

.qa-content:before {
  content: 'A';
  display: inline-block;
  position: absolute;
  opacity: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: #e5e5e5;
  width: 55px;
  height: 55px;
  left: 0;
  top: 0;
  font-size: 30px;
  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;
}

@media only screen and (max-width: 460px) {
  .qa-content:before {
    width: 51px;
    height: 51px;
  }
}

.qa-content a {
  color: #009845;
  text-decoration: underline;
}

.qa-check:checked + .qa-label:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.qa-check:checked + .qa-label + .qa-content {
  height: auto;
  opacity: 1;
  padding-bottom: 0;
  visibility: visible;
}

.qa-check:checked + .qa-label + .qa-content:before {
  visibility: visible;
  opacity: 1;
}

.qa-check:checked + .qa-label + .qa-content .inner {
  min-height: 55px;
}

/*/////////////////////////////////////
/cotact
/////////////////////////////////////*/
#success,
#error {
  display: none;
}

#googleform {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 2vw 0 7vw;
}

#googleform table {
  width: 100%;
}

#googleform table tr th {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 600;
}

#googleform table tr td {
  display: block;
  width: 100%;
  padding-bottom: 15px;
}

#googleform .submitwrap {
  text-align: center;
}

#googleform input[type='text'],
#googleform textarea {
  width: 100%;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  border-style: ridge;
  border-color: #909090;
  outline: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-size: 16px;
}

#googleform textarea {
  height: 300px;
}

#buttonsend {
  width: 100%;
  border: #fbfbfb solid 4px;
  cursor: pointer;
  background-color: #3498db;
  color: white;
  font-size: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -4px;
  font-weight: 700;
}

#buttonsend:hover {
  background-color: #fff;
  color: #0493bd;
  border-color: #0493bd;
}

.submit:hover {
  color: #3498db;
}

.ease {
  width: 0px;
  height: 74px;
  background-color: #fbfbfb;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.submit:hover .ease {
  width: 100%;
  background-color: white;
}

.cale {
  text-align: center;
  display: block !important;
}

@media only screen and (max-width: 460px) {
  .cale {
    margin: 40px 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    overflow-x: scroll;
  }
}

.cale img {
  width: 300px;
}

@media only screen and (max-width: 460px) {
  .cale img {
    width: 220px;
  }
}

.cale iframe {
  margin: auto;
  border: 15px solid #009845 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 460px) {
  .cale iframe {
    width: 100%;
    width: 105%;
    border: none !important;
  }
}
