@charset "UTF-8";
body {
  font-family: "Helvetica Neue",roboto,Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  overflow-x: hidden;
}

body #container {
  position: relative;
}

body:not(#toppage) .navMenu {
  background: #ffe888;
}

body:not(#toppage) .is-animation .navMenu {
  background-color: #fff;
}

a {
  cursor: pointer;
}

h2 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 64px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    margin-bottom: 32px;
    line-height: 1.4;
  }
}

.spnone {
  display: block;
}

@media screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}

.spbr {
  display: none;
}

@media screen and (max-width: 767px) {
  .spbr {
    display: block;
  }
}

header {
  position: fixed;
  width: 100%;
  font-size: 2em;
  text-align: center;
  color: #333;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s;
}

header .headerPC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 1200px) {
  header .headerPC {
    display: none;
  }
}

header .headerPC h1 {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  header .headerPC h1 {
    left: 3%;
  }
}

header .headerPC h1:before {
  content: "";
  background: url("../img/logoBG.png") 0 -30px no-repeat;
  background-size: 300px;
  position: absolute;
  left: 0;
  padding: 150px;
}

@media screen and (min-width: 1400px) {
  header .headerPC h1:before {
    background-size: 330px;
  }
}

header .headerPC h1 a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .headerPC h1 span {
  color: #E87D00;
  font-weight: bold;
  margin-bottom: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  padding-top: 12px;
  padding-left: 12px;
}

header .headerPC h1 .logo {
  width: 180px;
  padding-left: 12px;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (min-width: 1400px) {
  header .headerPC h1 .logo {
    width: 200px;
  }
}

header .headerPC nav {
  width: 100%;
}

header .headerPC nav .navMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background: #fff;
  padding: 18px 0;
}

header .headerPC nav .navMenu li {
  font-size: 16px;
  margin: 2px 6px;
}

@media screen and (min-width: 1400px) {
  header .headerPC nav .navMenu li {
    margin: 2px 14x;
  }
}

header .headerPC nav .navMenu li a {
  color: #333;
  padding: 2px 6px 2px 24px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

header .headerPC nav .navMenu li a:hover {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  color: #4CB944;
}

header .headerPC nav .navMenu li .futabaIco {
  content: "";
  background: url("/img/futaba.svg") no-repeat -6px;
  background-size: 30px;
}

header .headerPC nav .navMenu li .starIco {
  content: "";
  background: url("/img/star.svg") no-repeat -4px -4px;
  background-size: 30px;
}

header .headerPC nav .navMenu li .calendarIco {
  content: "";
  background: url("/img/calendar.svg") no-repeat -2px 0px;
  background-size: 22px;
}

header .headerPC nav .navMenu li .shopIco {
  content: "";
  background: url("/img/shop.svg") no-repeat -4px -3px;
  background-size: 28px;
}

header .headerPC nav .navMenu li .faqIco {
  content: "";
  background: url("/img/faq.svg") no-repeat -11px -9px;
  background-size: 43px;
}

header .headerPC nav .navMenu li .pinIco {
  content: "";
  background: url("/img/pin.svg") no-repeat 1px -1px;
  background-size: 22px;
}

header .headerPC nav .navMenu li .penIco {
  content: "";
  background: url("/img/pen.svg") no-repeat 1px 0px;
  background-size: 22px;
}

header .headerPC nav .navMenu li .mailIco {
  content: "";
  background: url("/img/mailico.svg") no-repeat 1px 0px;
  background-size: 22px;
}

header .headerPC.is-animation {
  font-size: 1em;
  background: #Fff;
}

header .headerPC.is-animation h1 span {
  display: none;
}

header .headerPC.is-animation h1 .logo {
  width: 80px;
  margin-top: 0;
}

header .headerPC.is-animation h1:before {
  display: none;
}

header .headerSP {
  display: none;
}

@media screen and (max-width: 1200px) {
  header .headerSP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

header .headerSP h1 .logo {
  width: 80px;
  margin-left: 20px;
  padding: 6px 0 0;
  -webkit-filter: drop-shadow(0px 0px 16px white);
          filter: drop-shadow(0px 0px 16px white);
}

header .headerSP nav {
  display: none;
}

header .headerSP nav a .logo {
  margin-top: 20px;
  width: 200px;
}

@media screen and (max-width: 767px) {
  header .headerSP nav a .logo {
    width: 100px;
  }
}

header .headerSP nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  opacity: 0;
  width: 100vw;
  -webkit-transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 60px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  header .headerSP nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 16px;
    margin-top: 30px;
  }
}

header .headerSP nav ul li {
  margin-top: 50px;
  -webkit-transition: margin 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: margin 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: calc(100% / 2);
}

header .headerSP nav ul li a {
  color: #565656;
  padding: 2em 0;
  display: block;
}

header .headerSP nav ul li .futabaIco {
  content: "";
  background: url("/img/futaba.svg") no-repeat 50% 0px;
  background-size: 30px;
}

header .headerSP nav ul li .starIco {
  content: "";
  background: url("/img/star.svg") no-repeat 50% 0px;
  background-size: 30px;
}

header .headerSP nav ul li .calendarIco {
  content: "";
  background: url("/img/calendar.svg") no-repeat 50% 2px;
  background-size: 22px;
}

header .headerSP nav ul li .shopIco {
  content: "";
  background: url("/img/shop.svg") no-repeat 50% 0px;
  background-size: 28px;
}

header .headerSP nav ul li .faqIco {
  content: "";
  background: url("/img/faq.svg") no-repeat 50% -7px;
  background-size: 43px;
}

header .headerSP nav ul li .pinIco {
  content: "";
  background: url("/img/pin.svg") no-repeat 50% 0px;
  background-size: 22px;
}

header .headerSP nav ul li .penIco {
  content: "";
  background: url("/img/pen.svg") no-repeat 50% 3px;
  background-size: 22px;
}

header .headerSP nav ul li .mailIco {
  content: "";
  background: url("/img/mailico.svg") no-repeat 50% 0px;
  background-size: 22px;
}

header .headerSP nav ul .formLinkImg {
  width: 24px;
}

@media screen and (max-width: 1200px) {
  header .headerSP nav ul .formLinkImg {
    width: 54px;
  }
}

.fixCallSP {
  display: none;
}

@media screen and (max-width: 767px) {
  .fixCallSP {
    display: block;
    position: fixed;
    position: -webkit-fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background: #ffe888;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 245, 237, 0.7);
            box-shadow: 0px 0px 5px 0px rgba(255, 245, 237, 0.7);
    padding-bottom: calc(0.6em + env(safe-area-inset-bottom));
  }
}

.fixCallSP_inner {
  padding: 0.3em;
  width: calc(100% - 0.6em);
  color: #fff;
  background: #ffe888;
  -webkit-overflow-scrolling: auto;
}

.fixCallSP_inner .fixFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

.fixCallSP_inner .fixFlex .callmeSP {
  width: 49%;
  text-align: center;
}

.fixCallSP_inner .fixFlex .callmeSP span {
  font-size: 13px;
  letter-spacing: 1px;
}

.fixCallSP_inner .fixFlex .callmeSP a {
  color: #fff;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #6bc464;
  padding: 15px 0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fixCallSP_inner .fixFlex .callmeSP a:before {
  content: "";
  background: url(/img/tel.svg) no-repeat 55% 16px;
  padding: 20px;
  margin-left: -10px;
  background-size: 27px;
}

.fixCallSP_inner .fixFlex .mailmeSP {
  width: 49%;
  text-align: center;
}

.fixCallSP_inner .fixFlex .mailmeSP a {
  color: #4CB944;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  border-radius: 3px;
}

.fixCallSP_inner .fixFlex .mailmeSP a:before {
  content: "";
  background: url(/img/mailico.svg) no-repeat 55% 15px;
  padding: 20px;
  margin-left: -10px;
  background-size: 27px;
}

.fixCallSP_inner .fixFlex .timeSP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .fixCallSP_inner .fixFlex .timeSP {
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fixCallSP_inner .fixFlex .timeSP span {
  font-size: 14px;
}

/*==========================================
　ハンバーガーメニュー
==========================================*/
.openbtn {
  display: none;
}

@media screen and (max-width: 1200px) {
  .openbtn {
    display: block;
    position: relative;
    top: 12px;
    right: 30px;
    cursor: pointer;
    width: 46px;
    height: 50px;
  }
}

.openbtn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 4px;
  border-radius: 3px;
  background: #333;
  width: 100%;
  -webkit-box-shadow: 1px 1px 3px #fffbea;
          box-shadow: 1px 1px 3px #fffbea;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-ob-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active {
  z-index: 999;
}

.openbtn.active span:nth-of-type(1) {
  top: 12px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 24px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.openbtn.active + nav {
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  background: #fefaea;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  -webkit-animation: fade-in .3s ease-in-out;
          animation: fade-in .3s ease-in-out;
}

@-webkit-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.openbtn.active + nav ul {
  opacity: 1;
}

.openbtn.active + nav ul li {
  margin-top: 0px;
}

/*==========================================
　ファーストビュー
==========================================*/
.firstVW {
  max-width: 1800px;
  margin: 0 auto;
  padding: 61px 2em 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .firstVW {
    padding: 61px 1em 0;
  }
}

.firstVW .news {
  position: absolute;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.5);
  /* 背景色 */
  border-radius: 15px;
  -webkit-backdrop-filter: blur(3px);
  /* ぼかしエフェクト */
  backdrop-filter: blur(3px);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 79, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 79, 0.1);
  /* 薄い影 */
  top: 70px;
  right: 5%;
  width: 72%;
  padding: 12px 0;
}

@media screen and (max-width: 767px) {
  .firstVW .news {
    bottom: -90px;
    top: unset;
    z-index: 0;
    width: calc(100% - 1em);
    left: 0;
    right: 0;
    margin: auto;
    background: #FFFBEA;
  }
}

.firstVW .news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 56px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .firstVW .news_flex {
    max-height: 60px;
  }
}

.firstVW .news_flex .flexcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .firstVW .news_flex .flexcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.firstVW .news_flex .newsTitle {
  margin-left: 12px;
  background: #E87D00;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.2px;
  border-radius: 15px;
  padding: 8px 18px;
}

@media screen and (max-width: 767px) {
  .firstVW .news_flex .newsTitle {
    font-size: 10px;
    position: absolute;
    margin-left: 6px;
    top: 50%;
    left: 0;
    padding: 8px 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .firstVW .news_flex .slider {
    margin-left: 72px;
  }
}

.firstVW .news_flex .slider a {
  color: #333;
  padding: 0 20px;
  width: 100% !important;
}

.firstVW .news_flex .slider a:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .firstVW .news_flex .slider a {
    padding: 0;
    line-height: 1.2;
    font-size: 14px;
  }
}

.firstVW .news_flex .slider li {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100% !important;
}

.firstVW .news_flex .slider span {
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 10px;
  color: #777;
}

@media screen and (max-width: 767px) {
  .firstVW .news_flex .slider span {
    display: block;
  }
}

.firstVW .news_flex .bx-viewport .slider li {
  opacity: 1 !important;
  /*JSが読み込まれたら表示*/
  line-height: 1.6;
}

.firstVW .news_flex .newsLink {
  width: 40px;
  height: 8px;
  margin-right: 3%;
  border-bottom: 2px solid #4CB944;
  border-right: 2px solid #4CB944;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

@media screen and (max-width: 767px) {
  .firstVW .news_flex .newsLink {
    width: 30px;
  }
}

.firstVW .news_flex .newsLink:before {
  content: "MORE";
  font-size: 10px;
  position: absolute;
  top: -10px;
  color: #4cb944;
  right: 0px;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}

.firstVW_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 44vw;
  border-radius: 20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  /* 始め */
  100% {
    opacity: 1;
  }
  /* 終わり */
}

@media screen and (max-width: 767px) {
  .firstVW_img {
    height: 55vw;
  }
}

.firstVW .catchcopy {
  position: absolute;
  bottom: 42px;
  left: 4%;
  width: 30vw;
  max-width: 550px;
}

@media screen and (max-width: 767px) {
  .firstVW .catchcopy {
    bottom: -18px;
    left: 5%;
    min-width: 180px;
  }
}

.firstVW_contact {
  position: absolute;
  bottom: 3vw;
  right: 6%;
  background: #4CB944;
  color: #fff;
  padding: 1em 2em;
  border-radius: 40px;
  background: linear-gradient(60deg, #4cb944, #3fba54, #30ba62, #21ba70, #0fba7c, #00ba87, #00b991, #00b89a);
}

@media screen and (max-width: 767px) {
  .firstVW_contact {
    display: none;
  }
}

.firstVW_contact-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin-left: 48px;
  text-align: center;
  letter-spacing: 1.2px;
}

.firstVW_contact-ttl:before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin-right: 16px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.firstVW_contact-ttl:after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin-left: 16px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.firstVW_contact .phonearea {
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.firstVW_contact .phonearea a {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
}

.firstVW_contact .phonearea a:before {
  content: "";
  background: url(../img/tel.svg) no-repeat -3px 20px;
  padding: 20px;
  background-size: 40px;
  -webkit-animation: shake 0.4s ease;
          animation: shake 0.4s ease;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  16% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  32% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  48% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  64% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  80% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  16% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  32% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  48% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  64% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  80% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.firstVW_contact .phonearea .eigyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.3;
  margin-left: 12px;
}

.firstVW_contact .phonearea .eigyo .kyugyo {
  font-size: 13px;
}

.firstVW_contact .phonearea .eigyo .time {
  font-size: 13px;
}

.appeal {
  max-width: 1400px;
  margin: 12px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .appeal {
    margin-top: 100px;
  }
}

.appeal .box {
  opacity: 0;
  /* 初期値は透明にしておく */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 動くスピードを0.5秒に指定 */
  position: relative;
  /* 相対位置の設定 */
  top: 50px;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}

.appeal .active02 {
  opacity: 1;
  /* 透明度を元に戻す */
  top: 0;
  /* ずらしていた位置を戻すことで上に上がっているようにみえる */
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

@media screen and (max-width: 1400px) {
  .appeal img {
    width: calc(100% / 4 - 12px);
  }
}

@media screen and (max-width: 767px) {
  .appeal img {
    width: calc(100% / 2 - 12px);
    margin: 6px;
    height: 100%;
  }
}

.linkBtnbox {
  display: block;
  text-align: center;
}

.topLinkBtn {
  padding: 16px 60px 16px 40px;
  background: #E87D00;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 25px;
  position: relative;
}

.topLinkBtn:before {
  content: "";
  position: absolute;
  right: 12px;
  padding: 12px;
  background: url("../img/next_arrow.svg") no-repeat 0 -3px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topLinkBtn:hover::before {
  right: 8px;
}

/*==========================
    #about
==========================*/
#about {
  margin-top: 46px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  #about {
    margin-top: 24px;
    margin-bottom: 60px;
  }
}

#about .aboutContent {
  margin-bottom: 62px;
}

@media screen and (max-width: 1200px) {
  #about .aboutContent {
    -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;
  }
}

#about .aboutContent_inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .aboutContent_inner:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
  #about .aboutContent_inner:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

#about .aboutContent_inner:nth-of-type(2) {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #about .aboutContent_inner:nth-of-type(2) {
    width: 100%;
  }
}

#about .aboutContent_inner .aboutTtl {
  font-size: 46px;
  margin: 16px;
  font-weight: bold;
  letter-spacing: 6px;
}

@media screen and (max-width: 767px) {
  #about .aboutContent_inner .aboutTtl {
    font-size: 8vw;
  }
}

#about .aboutContent_inner .aboutComment {
  margin-bottom: 32px;
}

#about .aboutContent_inner .aboutComment p {
  line-height: 1.825;
  padding: 0 2rem;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: justify;
}

#about .aboutContent_inner .updown {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about .aboutContent_inner .updown.upactive span {
  -webkit-animation: 0.35s updown-anim linear forwards;
          animation: 0.35s updown-anim linear forwards;
}

#about .aboutContent_inner .updown span {
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  /*デフォルトで下に隠す*/
  display: block;
  /*ブロック要素に*/
}

#about .aboutContent_inner .updown span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

#about .aboutContent_inner .updown span:nth-child(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

#about .aboutContent_inner .updown span:nth-child(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

#about .aboutContent_inner .updown span:nth-child(4) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

#about .aboutContent_inner .updown span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#about .aboutContent_inner .updown span:nth-child(6) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

#about .aboutContent_inner .updown span:nth-child(7) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#about .aboutContent_inner .updown span:nth-child(8) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

#about .aboutContent_inner .updown span:nth-child(9) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes updown-anim {
  0% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    /*表示範囲外から*/
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /*通常の位置へ*/
  }
}

@keyframes updown-anim {
  0% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    /*表示範囲外から*/
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /*通常の位置へ*/
  }
}

#about .aboutContent_inner .updown02 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about .aboutContent_inner .updown02.upactive span {
  -webkit-animation: 0.35s updown-anim linear forwards;
          animation: 0.35s updown-anim linear forwards;
}

#about .aboutContent_inner .updown02 span {
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  /*デフォルトで下に隠す*/
  display: block;
  /*ブロック要素に*/
}

#about .aboutContent_inner .updown02 span:nth-child(1) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

#about .aboutContent_inner .updown02 span:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#about .aboutContent_inner .updown02 span:nth-child(3) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

#about .aboutContent_inner .updown02 span:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#about .aboutContent_inner .updown02 span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

#about .aboutContent_inner .updown02 span:nth-child(6) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

#about .aboutContent_inner .updown02 span:nth-child(7) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

#about .aboutContent_inner .updown02 span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#about .aboutContent_inner .updown02 span:nth-child(9) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

@keyframes updown-anim {
  0% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    /*表示範囲外から*/
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /*通常の位置へ*/
  }
}

#about .aboutPoint {
  background: #ffd74a;
  position: relative;
  padding: 1rem;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  #about .aboutPoint {
    padding: 2rem 1rem;
  }
}

#about .aboutPoint_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

#about .aboutPoint_inner .aboutYell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-perspective: 1000;
          perspective: 1000;
}

@media screen and (max-width: 767px) {
  #about .aboutPoint_inner .aboutYell {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

#about .aboutPoint_inner .aboutYell .comment01 {
  margin-left: 120px;
}

@media screen and (max-width: 767px) {
  #about .aboutPoint_inner .aboutYell .comment01 {
    margin: 0%;
  }
}

#about .aboutPoint_inner .aboutYell img {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  #about .aboutPoint_inner .aboutYell img {
    max-width: 100%;
  }
}

#about .aboutPoint_inner .aboutYell_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #about .aboutPoint_inner .aboutYell_flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
    margin-bottom: 36px;
  }
}

#about .aboutPoint_inner .aboutYell_flex img {
  max-width: 30%;
}

#about .aboutPoint_inner .aboutYell_flex .point {
  width: calc(100% - 20% - 80px);
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  #about .aboutPoint_inner .aboutYell_flex .point {
    padding-left: 12px;
    width: 100%;
  }
}

#about .aboutPoint_inner .aboutYell_flex .point p {
  line-height: 1.6;
  letter-spacing: 1.2px;
}

#about .aboutPoint_inner .aboutYell_flex .point .point01 {
  content: "";
  background: url(../img/point01.png) no-repeat 4px;
  padding: 10px 48px;
}

@media screen and (max-width: 767px) {
  #about .aboutPoint_inner .aboutYell_flex .point .point01 {
    padding: 8px 12px 8px 46px;
  }
}

#about .aboutPoint_inner .aboutYell_flex .point .point02 {
  content: "";
  background: url(../img/point02.png) no-repeat 4px 14px;
  padding: 10px 48px;
}

@media screen and (max-width: 767px) {
  #about .aboutPoint_inner .aboutYell_flex .point .point02 {
    padding: 8px 12px 8px 46px;
  }
}

#about .aboutPoint_inner .aboutpic {
  width: 30%;
}

@media screen and (max-width: 767px) {
  #about .aboutPoint_inner .aboutpic {
    width: 100%;
    text-align: center;
  }
}

#about .aboutPoint_inner .aboutpic img {
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #about .aboutPoint_inner .aboutpic img {
    width: 100%;
  }
}

#about .aboutPoint .circle_dot {
  position: absolute;
  top: -100px;
  left: -30px;
  z-index: -1;
  -webkit-animation: rotate-anime 60s steps(60) infinite;
          animation: rotate-anime 60s steps(60) infinite;
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media screen and (max-width: 767px) {
  #about .aboutPoint .circle_dot {
    left: -20px;
    top: -40px;
    width: 30%;
  }
}

#about .aboutPoint .circle_border {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -80px;
}

@media screen and (max-width: 767px) {
  #about .aboutPoint .circle_border {
    width: 30%;
    bottom: -45px;
  }
}

/*==========================
    #step
==========================*/
#step {
  margin-top: 60px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  #step {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}

#step .stepProblem {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #step .stepProblem {
    margin: 0 0.5rem 60px;
  }
}

#step .stepProblem img {
  margin-bottom: 30px;
  max-width: 760px;
}

@media screen and (max-width: 767px) {
  #step .stepProblem img {
    width: 100%;
  }
}

#step .stepTitle {
  content: "";
  background: url(../img/step.png) no-repeat center 2px;
  padding: 84px 0 0 0;
  background-size: 360px;
}

@media screen and (max-width: 767px) {
  #step .stepTitle {
    background: url(../img/step.png) no-repeat center 25px;
    background-size: 240px;
  }
}

#step .stepContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#step .stepContent_flex {
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 42px;
}

#step .stepContent_flex li {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 920px) {
  #step .stepContent_flex li {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  #step .stepContent_flex li {
    width: 100%;
  }
}

#step .stepContent_flex li .box {
  opacity: 0;
  /* 初期値は透明にしておく */
  -webkit-transition: .3s;
  transition: .3s;
  /* 動くスピードを0.5秒に指定 */
  position: relative;
  /* 相対位置の設定 */
  top: 50px;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}

#step .stepContent_flex li .active02 {
  opacity: 1;
  /* 透明度を元に戻す */
  top: 0;
  /* ずらしていた位置を戻すことで上に上がっているようにみえる */
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#step .stepContent_flex li .contentTtl {
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  #step .stepContent_flex li .contentTtl {
    margin-bottom: 18px;
  }
}

#step .stepContent_flex li .contentImg {
  min-height: 170px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}

#step .stepContent_flex li .step01 {
  content: "";
  background: url(../img/01.png) no-repeat;
  padding: 6px 0 6px 52px;
  background-size: 42px;
}

#step .stepContent_flex li .step02 {
  content: "";
  background: url(../img/02.png) no-repeat;
  padding: 6px 0 6px 52px;
  background-size: 42px;
}

#step .stepContent_flex li .step03 {
  content: "";
  background: url(../img/03.png) no-repeat;
  padding: 6px 0 6px 52px;
  background-size: 42px;
}

#step .stepContent_flex li .step04 {
  content: "";
  background: url(../img/04.png) no-repeat;
  padding: 6px 0 6px 52px;
  background-size: 42px;
}

/*==========================
    #flow
==========================*/
#flow {
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #flow {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#flow .flowTitle {
  content: "";
  background: url(../img/flow.png) no-repeat center 2px;
  padding: 84px 0 0 0;
  background-size: 360px;
}

@media screen and (max-width: 767px) {
  #flow .flowTitle {
    background: url(../img/flow.png) no-repeat center 25px;
    background-size: 240px;
  }
}

#flow .flowComment {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #flow .flowComment {
    margin-bottom: 30px;
  }
}

#flow .flowComment p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #flow .flowComment p {
    text-align: left;
    padding: 0 1rem;
  }
}

#flow .stepbar {
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width: 767px) {
  #flow .stepbar {
    padding: 0 0.5rem;
  }
}

#flow .stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

#flow .stepbar .stepbarwrap .steptitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #flow .stepbar .stepbarwrap .steptitle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#flow .stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em 0.5em 0.5em 2em;
  font-weight: bold;
  font-size: 1.2em;
  min-width: 100px;
  letter-spacing: 1.2px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #flow .stepbar .stepbarwrap .steptitle .title {
    margin-left: 0.6em;
  }
}

#flow .stepbar .stepbarwrap .steptitle .title span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

#flow .stepbar .stepbarwrap .steptxt {
  padding-left: 2rem;
}

@media screen and (max-width: 767px) {
  #flow .stepbar .stepbarwrap .steptxt {
    padding-left: 4em;
  }
}

#flow .stepbar .stepbarwrap .steptxt .txt {
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  text-align: justify;
}

#flow .stepbar .stepbarwrap .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  margin-left: 2px;
  min-width: 52px;
  content: "";
  border-radius: 50%;
  border: 2px solid #4CB944;
  background-color: #fff;
  color: #333;
  text-align: center;
}

#flow .stepbar .stepbarwrap .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 0.6em;
}

#flow .stepbar .stepbarwrap .stepline {
  width: 2px;
  height: calc(100% + 2em);
  background-color: #4CB944;
  position: absolute;
  top: 2em;
  left: 1.7em;
  z-index: -1;
}

#flow .stepbar .stepbarwrap:last-of-type .stepline {
  display: none;
}

#flow .flowhuman {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: -1;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: yurayura 2s linear infinite;
          animation: yurayura 2s linear infinite;
}

@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

/*==========================
    #photos
==========================*/
#photos {
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #photos {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

#photos .photoTitle {
  content: "";
  background: url(../img/photo.png) no-repeat center 2px;
  padding: 84px 0 0 0;
  background-size: 360px;
}

@media screen and (max-width: 767px) {
  #photos .photoTitle {
    background: url(../img/photo.png) no-repeat center 25px;
    background-size: 240px;
  }
}

#photos .photoinner .slick-slider {
  margin-bottom: 60px;
  overflow: hidden;
}

#photos .photoinner .slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}

#photos .photoinner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

/*==========================
    #QA
==========================*/
#qa {
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 120px;
  background: url("../img/dotBG03.gif");
}

@media screen and (max-width: 767px) {
  #qa {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
  }
}

#qa .qaTitle {
  content: "";
  background: url(../img/qa.png) no-repeat center 2px;
  padding: 84px 0 0 0;
  background-size: 360px;
}

@media screen and (max-width: 767px) {
  #qa .qaTitle {
    background: url(../img/qa.png) no-repeat center 25px;
    background-size: 240px;
  }
}

#qa .qainner {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  #qa .qainner {
    margin: 0 0.5em;
  }
}

#qa .qainner .qaArea {
  padding: 2rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #qa .qainner .qaArea {
    padding: 1rem 0.5rem;
  }
}

#qa .qainner .qaArea ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  background: #FFFBEA;
  padding: 1rem;
  margin-bottom: 20px;
  border-radius: 3px;
  /*アコーディオンで現れるエリア*/
}

@media screen and (max-width: 767px) {
  #qa .qainner .qaArea ul li {
    padding: 0.5rem 1rem;
    font-size: 18px;
  }
}

#qa .qainner .qaArea ul li:last-of-type {
  margin-bottom: 0;
}

#qa .qainner .qaArea ul li section {
  width: 100%;
}

#qa .qainner .qaArea ul li .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

#qa .qainner .qaArea ul li .question .qMark {
  color: #4CB944;
  font-weight: bold;
  font-size: 32px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #qa .qainner .qaArea ul li .question .qMark {
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  #qa .qainner .qaArea ul li .question p {
    padding-right: 24px;
    line-height: 1.4;
  }
}

#qa .qainner .qaArea ul li .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 2px 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #qa .qainner .qaArea ul li .title {
    padding: 0.5rem 0;
  }
}

#qa .qainner .qaArea ul li .title:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
  top: 48%;
  right: 50px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
  #qa .qainner .qaArea ul li .title:before {
    right: 0px;
  }
}

#qa .qainner .qaArea ul li .title:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
  top: 48%;
  right: 50px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  #qa .qainner .qaArea ul li .title:after {
    right: 0px;
  }
}

#qa .qainner .qaArea ul li .title.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#qa .qainner .qaArea ul li .title.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#qa .qainner .qaArea ul li .answerArea {
  display: none;
  /*はじめは非表示*/
  padding: 20px;
  margin-left: 2em;
  text-indent: -2em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  #qa .qainner .qaArea ul li .answerArea {
    padding: 0 1em 0 0;
  }
}

#qa .qainner .qaArea ul li .answerArea .aMark {
  color: #E87D00;
  font-weight: bold;
  font-size: 32px;
  margin-right: 20px;
  position: relative;
  top: 6px;
}

@media screen and (max-width: 767px) {
  #qa .qainner .qaArea ul li .answerArea .aMark {
    margin-right: 12px;
    top: 8px;
  }
}

#qa .qainner .qaArea ul li .answerArea p {
  display: inline;
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #qa .qainner .qaArea ul li .answerArea p {
    font-size: 16px;
  }
}

/*==========================
    #access
==========================*/
#access {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  #access {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#access .accessTitle {
  content: "";
  background: url(../img/access.png) no-repeat center -2px;
  padding: 84px 0 0 0;
  background-size: 360px;
}

@media screen and (max-width: 767px) {
  #access .accessTitle {
    background: url(../img/access.png) no-repeat center 25px;
    background-size: 240px;
  }
}

#access .accessinner {
  margin-bottom: 44px;
}

#access .accessinner .accessFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 767px) {
  #access .accessinner .accessFlex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#access .accessinner .accessFlex .shozaiArea {
  padding: 1em;
}

#access .accessinner .accessFlex .shozaiArea .shozaiTtl {
  font-size: 24px;
  font-weight: bold;
  padding: 0 1em;
  content: "";
  background: url("/img/pin.svg") no-repeat -4px -2px;
  background-size: 25px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #access .accessinner .accessFlex .shozaiArea .shozaiTtl {
    margin-bottom: 12px;
  }
}

#access .accessinner .accessFlex .shozaiArea .yubin {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #access .accessinner .accessFlex .shozaiArea .yubin {
    font-size: 14px;
  }
}

#access .accessinner .accessFlex .shozaiArea .add {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  #access .accessinner .accessFlex .shozaiArea .add {
    font-size: 16px;
  }
}

#access .accessinner .accessFlex .accessArea {
  padding: 1em;
}

#access .accessinner .accessFlex .accessArea .accessTtl {
  font-size: 24px;
  font-weight: bold;
  padding: 0 1em;
  content: "";
  background: url("/img/pin.svg") no-repeat -4px -2px;
  background-size: 25px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #access .accessinner .accessFlex .accessArea .accessTtl {
    margin-bottom: 12px;
  }
}

#access .accessinner .accessFlex .accessArea div[class^="kotsu"] {
  line-height: 1.6;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #access .accessinner .accessFlex .accessArea div[class^="kotsu"] {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

#access #mapArea {
  margin-bottom: 60px;
}

/*==========================
    #cta
==========================*/
#ctaArea {
  background: #6bc464;
  width: calc(100% - 24px);
  padding: 50px 12px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #ctaArea {
    display: none;
  }
}

#ctaArea .ctaContent {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1220px) {
  #ctaArea .ctaContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#ctaArea .ctaContent_inner {
  padding: 2rem 0 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 726px;
}

#ctaArea .ctaContent_inner .ctaCallme {
  margin: 0 2rem;
}

#ctaArea .ctaContent_inner .ctaCallme .ctaFukidashi {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  border-radius: 3px;
  padding: 1rem 1.5rem;
  font-size: 28px;
  background: rgba(255, 255, 255, 0.8);
}

#ctaArea .ctaContent_inner .ctaCallme .ctaFukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgba(255, 255, 255, 0.8);
}

#ctaArea .ctaContent_inner .ctaCallme p {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 33px;
}

#ctaArea .ctaContent_call {
  width: calc(100% - 726px - 2em);
  padding: 1em;
}

@media screen and (max-width: 1210px) {
  #ctaArea .ctaContent_call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 2em);
  }
}

#ctaArea .ctaContent_call .ctaTell {
  color: #fff;
  font-weight: bold;
}

#ctaArea .ctaContent_call .ctaTell a {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ffc31e), color-stop(#fdb917), color-stop(#faaf10), color-stop(#f7a509), color-stop(#f39b04), color-stop(#f09101), color-stop(#ec8700), to(#e87d00));
  background: linear-gradient(90deg, #ffc31e, #fdb917, #faaf10, #f7a509, #f39b04, #f09101, #ec8700, #e87d00);
  border-radius: 10px;
  padding: 1rem 1.2rem;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 12px;
  font-size: 24px;
  background-size: 200% auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (max-width: 1220px) {
  #ctaArea .ctaContent_call .ctaTell a {
    margin-bottom: 0;
    margin: 2px;
  }
}

#ctaArea .ctaContent_call .ctaTell a:before {
  content: "";
  background: url(../img/tel.svg) no-repeat -1px -3px;
  padding: 12px 0 12px 36px;
  background-size: 32px;
}

#ctaArea .ctaContent_call .ctaTell a span {
  font-size: 16px;
  margin-left: 12px;
}

#ctaArea .ctaContent_call .ctaTell a:hover {
  background-position: right center;
}

#ctaArea .ctaContent_call .ctaMail {
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
}

#ctaArea .ctaContent_call .ctaMail a {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ffc31e), color-stop(#fdb917), color-stop(#faaf10), color-stop(#f7a509), color-stop(#f39b04), color-stop(#f09101), color-stop(#ec8700), to(#e87d00));
  background: linear-gradient(90deg, #ffc31e, #fdb917, #faaf10, #f7a509, #f39b04, #f09101, #ec8700, #e87d00);
  border-radius: 10px;
  letter-spacing: 2px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: 200% auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#ctaArea .ctaContent_call .ctaMail a:before {
  content: "";
  background: url(../img/mailW.svg) no-repeat 1px 3px;
  padding: 15px 4px 15px 36px;
  background-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#ctaArea .ctaContent_call .ctaMail a:before:hover {
  content: "";
}

#ctaArea .ctaContent_call .ctaMail a:hover:before {
  background: url(../img/mailWopen.svg) no-repeat 1px 3px;
  background-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1220px) {
  #ctaArea .ctaContent_call .ctaMail a {
    margin: 2px;
  }
}

#ctaArea .ctaContent_call .ctaMail a:hover {
  background-position: right center;
}

#ctaArea .ctaContent_call .ctaMail a:hover .yajirushi:before {
  left: 20%;
}

#ctaArea .ctaContent_call .ctaMail a:hover .yajirushi:after {
  right: -5%;
}

#ctaArea .ctaContent_call .ctaMail .yajirushi {
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 54px;
  color: #fff;
  text-decoration: none;
  outline: none;
}

#ctaArea .ctaContent_call .ctaMail .yajirushi:before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 0px;
  left: 15%;
  /*下線の形状*/
  width: 85%;
  height: 1px;
  background: #fff;
  /*アニメーションの指定*/
  -webkit-transition: all .3s;
  transition: all .3s;
}

#ctaArea .ctaContent_call .ctaMail .yajirushi:after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 5px;
  right: 0;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  /*アニメーションの指定*/
  -webkit-transition: all .3s;
  transition: all .3s;
}

#ctaArea .ctaContent_call .ctaMail .yajirushi:hover::before {
  left: 20%;
}

#ctaArea .ctaContent_call .ctaMail .yajirushi:hover::after {
  right: -5%;
}

#footer {
  padding-top: 2em;
  padding-bottom: 2px;
  margin-top: 90px;
  text-align: center;
  color: #333;
  background-color: #ffd74a;
}

@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 80px;
  }
}

#footer .footerContent_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 32px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 767px) {
  #footer .footerContent_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#footer .footerContent .footerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 30% - 2em);
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #footer .footerContent .footerFlex {
    width: calc(100% - 2em);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer .footerContent .footerFlex .footerlogo {
  max-width: 172px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #footer .footerContent .footerFlex .footerlogo {
    margin-bottom: 2em;
  }
}

#footer .footerContent .footerFlex .footerAdd {
  margin-left: 42px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #footer .footerContent .footerFlex .footerAdd {
    margin: 0;
  }
}

#footer .footerContent .footerFlex .footerAdd .footerName {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

#footer .footerContent .footerFlex .footerAdd p {
  text-align: left;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 12px;
}

#footer .footerContent .footerFlex .footerAdd .footerCall {
  color: #333;
  font-size: 16px;
}

#footer .footerContent_link {
  width: calc(100% - 70% - 2em);
}

@media screen and (max-width: 767px) {
  #footer .footerContent_link {
    width: 100%;
  }
}

#footer .footerContent_link .footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: calc(100% - 2em);
  padding: 1em;
}

@media screen and (max-width: 1200px) {
  #footer .footerContent_link .footerLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 286px;
    margin: 0 auto;
  }
}

#footer .footerContent_link .footerLink a {
  line-height: 2;
  color: #333;
}

#footer .footerContent_link .footerLink a:hover {
  color: #fff;
}

#footer .footerContent .copyArea {
  font-size: 10px;
}

@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

/*==============================
  　ズームインアニメーション
  ==============================*/
.scr-target {
  /* アニメーション開始から終了までの所要時間 */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /* アニメーションが開始するまでの遅延時間 */
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /* アニメーションのループ回数 - infiniteで無限ループ */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  /* キーフレームアニメーションで指定したプロパティをアニメーション開始前、終了後に適用するかどうか */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.scr-target[class*='fadeIn'],
.scr-target[class*='zoom'] {
  opacity: 0;
}

/* ズームイン */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}

.anime__zoomIn.is-active {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.anime__fadeIn.is-active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  height: 73px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: white;
  text-align: center;
  color: #E87D00;
}

#splash.loaded {
  display: none;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg {
  width: 300px;
}

/*=============== SVGアニメーション内の指定 =================*/
/*アニメーション前の指定*/
#mask path {
  fill-opacity: 0;
  /*最初は透過0で見えない状態*/
  -webkit-transition: fill-opacity .3s;
  transition: fill-opacity .3s;
  /*カラーがつく際のアニメーション0.5秒で変化*/
  fill: none;
  /*塗りがない状態*/
  stroke: #e87d00;
  /*線の色*/
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path {
  fill: #e87d00;
  /*塗りの色*/
  fill-opacity: 1;
  /*透過1で見える状態*/
  stroke: none;
  /*線の色なし*/
}
/*# sourceMappingURL=index.css.map */