@charset "UTF-8";
/* Scss Document */
@import "normalize.css";
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
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, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* 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 {
  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;
}

* {
  margin: 0;
  padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho";
}

.font_en {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

/*=======================================================

    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================

    common

========================================================*/
html {
  font-size: 63.5%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 56.5%;
  }
}

body {
  font-size: 1.6rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #2b2b2b;
  background: #FAFDF8;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  transition: all 0.3s ease 0s;
  color: #000;
}
a:hover {
  color: #cf9fc7;
}

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

@media screen and (max-width: 1499px) {
  .pc02 {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1500px) {
  .sp02 {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 606px) and (max-width: 767px) {
  .tab {
    display: block !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.no_link {
  opacity: 0.3;
  pointer-events: none;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
}

a {
  text-decoration: none;
}
a img {
  transition: all 0.3s ease 0s;
}
a img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.link {
  color: #000;
  text-decoration: none;
}

.mrgT5 {
  margin-top: 5px;
}

.mrgT10 {
  margin-top: 10px;
}

.mrgT15 {
  margin-top: 15px;
}

.mrgT20 {
  margin-top: 20px;
}

.mrgT25 {
  margin-top: 25px;
}

.mrgT30 {
  margin-top: 30px;
}

.mrgT40 {
  margin-top: 40px;
}

.mrgT50 {
  margin-top: 50px;
}

.mrgT60 {
  margin-top: 60px;
}

.mrgT70 {
  margin-top: 70px;
}

.mrgB5 {
  margin-bottom: 5px;
}

.mrgB10 {
  margin-bottom: 10px;
}

.mrgB15 {
  margin-bottom: 15px;
}

.mrgB20 {
  margin-bottom: 20px;
}

.mrgB25 {
  margin-bottom: 25px;
}

.mrgB30 {
  margin-bottom: 30px;
}

.mrgB40 {
  margin-bottom: 40px;
}

.mrgB50 {
  margin-bottom: 50px;
}

.mrgB60 {
  margin-bottom: 60px;
}

.mrgB70 {
  margin-bottom: 70px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.fontBold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.f12 {
  font-size: 1.2rem !important;
}

.f14 {
  font-size: 1.4rem;
}

.f16 {
  font-size: 1.6rem;
}

.f18 {
  font-size: 1.8rem;
}

.red {
  color: #c1272d;
}

.marker {
  background: linear-gradient(transparent 60%, #ffe800 60%);
  font-weight: bold;
}

/*=======================================================

    header

========================================================*/
@media screen and (max-width: 767px) {
  #container {
    overflow: hidden;
  }
}
#container header {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1499px) {
  #container header {
    padding: 0;
    height: 70px;
  }
}
#container header.is-fixed {
  position: fixed;
  animation: nyuru 0.5s;
  background: #FAFDF8;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #container header.is-fixed {
    height: 80px;
  }
  #container header.is-fixed .menu-trigger span {
    width: 40px;
    height: 1px;
    margin: auto auto auto 5px;
    position: absolute;
    background-color: #000;
  }
}
#container header.is-fixed .head_inner {
  color: #000 !important;
}
#container header.is-fixed .head_inner a {
  color: #000 !important;
}
#container header.is-fixed .head_inner .contact_btn a {
  display: block;
  padding: 10px 20px;
  max-width: 135px;
  border: 1px solid #000 !important;
  border-radius: 25px;
  color: #000;
  text-decoration: none;
}
#container header.is-fixed .head_inner .contact_btn a::before {
  content: url(../img/common/ico_mail_02.svg) !important;
  margin-right: 5px;
}
@keyframes nyuru {
  0% {
    margin-top: -158px;
  }
  100% {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes nyuru {
    0% {
      margin-top: -78px;
    }
    100% {
      margin-top: 0;
    }
  }
}
#container header .head_inner {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #container header .head_inner {
    padding: 0 5px 0;
    position: relative;
    z-index: 1000;
  }
}
#container header .head_inner nav {
  display: flex;
  align-items: center;
}
#container header .head_inner nav .gnav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 200px;
}
#container header .head_inner nav .gnav li {
  font-size: 1.5rem;
  margin-right: 30px;
  text-align: center;
  line-height: 1.4;
}
#container header .head_inner nav .gnav li:last-child {
  margin-right: 0;
}
#container header .head_inner nav .gnav li span {
  color: #999999;
  display: block;
  font-size: 1.2rem;
}
#container header .head_inner nav .gnav li a {
  display: block;
  text-decoration: none;
}
#container header .head_inner .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#container header .head_inner .info .sns {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
#container header .head_inner .info .sns li {
  margin: 0 10px;
}
#container .sp02 .js-image {
  opacity: 1;
}
#container .sp02 .git-image {
  opacity: 0;
}
#container .sp02 h1 {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 100;
}
#container .menu-trigger,
#container .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
}
#container .menu-trigger {
  width: 40px;
  height: 50px;
  float: right;
  position: fixed;
  top: 2%;
  right: 3%;
  z-index: 9999;
}
#container .menu-trigger span {
  width: 40px;
  height: 2px;
  margin: auto auto auto 5px;
  position: absolute;
  background-color: #000;
}
#container .menu-trigger span:nth-of-type(1) {
  top: 15px;
}
#container .menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
#container .menu-trigger span:nth-of-type(3) {
  bottom: 15px;
}
#container .menu-trigger {
  padding-right: 20px;
}
#container .menu-trigger.active span {
  background-color: #4D4D4D;
}
#container .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#container .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#container .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}
#container #overlay {
  width: 100%;
  height: 100vh;
  margin: auto;
  padding-top: 10%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  display: none;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
#container #overlay ul {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 30px;
}
#container #overlay .tel {
  line-height: 1.4;
  margin-right: 20px;
  text-align: center;
}
#container #overlay .tel .telnum {
  font-size: 2rem;
}
#container #overlay .tel .telnum::before {
  content: url(../img/common/ico_tel_bk.svg);
  margin-right: 3px;
}
#container #overlay .tel .txt {
  font-size: 1.2rem;
}
#container #overlay .gnav li a {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
  text-align: center;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
}
#container #overlay .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
#container #overlay .sns li {
  margin: 0 10px;
}
#container footer .inner {
  padding: 80px 0 80px;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  #container footer .inner {
    padding: 40px 0 20px;
  }
}
#container footer .inner .logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #container footer .inner .logo {
    text-align: center;
    margin-bottom: 40px;
  }
}
#container footer .inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #container footer .inner .flex {
    display: block;
  }
}
#container footer .inner .flex .info {
  font-size: 1.5rem;
  line-height: 1.6;
  flex-basis: calc(25% - 20px);
}
@media screen and (max-width: 767px) {
  #container footer .inner .flex .info {
    text-align: center;
    margin-bottom: 30px;
  }
}
#container footer .inner .flex nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: end;
  flex-basis: calc(75% - 20px);
}
@media screen and (max-width: 767px) {
  #container footer .inner .flex nav {
    display: block;
  }
}
#container footer .inner .flex nav .gnav {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #container footer .inner .flex nav .gnav {
    display: block;
    margin-bottom: 30px;
  }
}
#container footer .inner .flex nav .gnav li {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #container footer .inner .flex nav .gnav li {
    margin-right: 0;
  }
}
#container footer .inner .flex nav .gnav li:first-child {
  width: 100%;
}
#container footer .inner .flex nav .gnav li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #container footer .inner .flex nav .gnav li a {
    display: block;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #999999;
    text-align: center;
  }
}
#container footer .inner .flex nav .sns {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #container footer .inner .flex nav .sns {
    justify-content: center;
  }
}
#container footer .inner .flex nav .sns li {
  margin: 0 10px;
}
#container footer address {
  text-align: center;
  font-size: 1.2rem;
  padding: 20px 0;
  background: #dcacd7;
  color: #fff;
}

/*=======================================================

    共通レイアウト

========================================================*/
#container img {
  max-width: 100%;
  height: auto;
}
#container .flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #container .flex .box01 {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  #container .flex .box02 {
    order: 2;
  }
}
#container .flex img {
  max-width: 100%;
}
#container #content .pagenavi {
  text-align: center;
  margin: 50px 0 0;
}
#container #content .inner {
  margin: 0 auto;
}
@media screen and (max-width: 1101px) {
  #container #content .inner {
    width: 100%;
    box-sizing: border-box;
  }
}
#container #content section p {
  line-height: 1.8;
}
#container #content section .more01 a {
  display: block;
  text-decoration: none;
  padding: 15px 25px;
  font-size: 2rem;
  text-align: center;
  width: 420px;
  font-weight: 400;
  background: #fff;
  color: #000;
  position: relative;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #000;
  margin: 50px auto 0;
}
#container #content section .more01 a:hover {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}
#container #content section .more01 a::after {
  position: absolute;
  top: 35px;
  right: 25px;
  content: "";
  width: 18px;
  height: 3px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: skew(45deg);
}
@media screen and (max-width: 767px) {
  #container #content section .more01 a {
    max-width: 100%;
    box-sizing: border-box;
  }
}
#container #content section .more02 a {
  display: block;
  text-decoration: none;
  padding: 25px;
  font-size: 2.6rem;
  text-align: center;
  width: 420px;
  font-weight: 400;
  background: #000;
  color: #fff;
  font-family: "Proza Libre", sans-serif;
  position: relative;
}
#container #content section .more02 a::after {
  position: absolute;
  top: 40px;
  right: 25px;
  content: "";
  width: 18px;
  height: 3px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: skew(45deg);
}
#container #content section .more02 a:hover {
  opacity: 0.8;
}
#container #content section .more02 a span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #container #content section .more02 a {
    max-width: 100%;
    box-sizing: border-box;
  }
}
#container #content section .more04 a {
  display: block;
  text-decoration: none;
  padding: 25px;
  font-size: 2.6rem;
  text-align: center;
  width: 420px;
  font-weight: 400;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-family: "Proza Libre", sans-serif;
  position: relative;
  margin-top: 20px;
}
#container #content section .more04 a::after {
  position: absolute;
  top: 40px;
  right: 25px;
  content: "";
  width: 18px;
  height: 3px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: skew(45deg);
}
#container #content section .more04 a:hover {
  opacity: 0.8;
}
#container #content section .more04 a span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #container #content section .more04 a {
    max-width: 100%;
    box-sizing: border-box;
  }
}
#container #content section .more03 a {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 2rem;
  text-align: center;
  max-width: 450px;
  background: #7b673f;
  font-weight: bold;
  border-radius: 25px;
  margin: 40px auto 0;
  color: #fff;
}
#container #content section .more03 a:hover {
  background: #4f4023;
  color: #fff;
}
#container .toTop {
  position: fixed;
  right: 2%;
  bottom: 9%;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #container .toTop {
    bottom: 2%;
  }
}
#container .toTop a {
  color: #b71d6a;
  text-decoration: none;
  font-family: "Proza Libre", sans-serif;
}
#container .toTop::after {
  margin-left: 1em;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  color: #b71d6a;
}
#container .wp-pagenavi a, #container .wp-pagenavi span {
  text-decoration: none;
  border: 0;
  margin: 2px 10px;
  color: #707070;
  font-size: 1.6rem;
  display: inline-block;
  background: #fff;
  border: 1px solid #444;
  padding: 5px;
}
#container .wp-pagenavi a:hover, #container .wp-pagenavi span.current {
  border-color: #000;
  background: #000;
  color: #fff;
}
#container .wp-pagenavi a.nextpostslink {
  font-size: 1.3rem;
  width: auto;
  height: auto;
  padding: 5px;
}
#container .wp-pagenavi a.previouspostslink {
  font-size: 1.3rem;
  width: auto;
  height: auto;
  padding: 5px;
}
#container h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.6;
}
#container h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.6;
}

@keyframes warning {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}
/*=======================================================

    TOPコンテンツ

========================================================*/
#top #container {
  overflow: hidden;
}
#top #container .mv video {
  width: 100%;
}
#top #container section {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #top #container section {
    padding: 20px 0;
  }
}
#top #container section h2 {
  text-align: center;
  margin-bottom: 60px;
}
#top #container section .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (max-width: 1101px) {
  #top #container section .inner {
    padding: 50px 0;
    box-sizing: border-box;
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
#top #container .sec001 {
  text-align: center;
  background: url(../img/top/bg_sec01_01.png);
  position: relative;
  margin-bottom: -30px;
  z-index: 1;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#top #container .sec001 .fig_loop {
  background: url(../img/top/fig_sec01.png) repeat-x;
  background-position: top center;
  animation-name: warning;
  animation-duration: 4s;
  background-size: 1500px 46px;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: 100%;
  height: 46px;
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .fig_loop {
    animation-duration: 15s;
  }
}
#top #container .sec001 .fig_loop.reverse {
  animation-direction: reverse;
  background-position: bottom center;
}
#top #container .sec001 .fig_bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
  display: flex;
}
#top #container .sec001 .fig_bottom li {
  width: 100vw;
  margin-right: 30px;
}
#top #container .sec001 .fig_bottom li img {
  width: 100%;
}
#top #container .sec001 .inner {
  background: url(../img/top/bg_sec01_02.svg) no-repeat center center/auto;
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .inner {
    background: url(../img/top/bg_sec01_02.svg) no-repeat center center/90%;
  }
}
#top #container .sec001 .inner h3 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .inner h3 {
    font-size: 2.4rem;
  }
}
#top #container .sec001 .inner .txt {
  line-height: 2.8;
}
#top #container .sec001 .inner .more a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: block;
  margin: 50px auto 0;
  max-width: 200px;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  background: #00ad7a;
  border: 1px solid #000;
  border-radius: 45px;
  padding: 5px;
  transition: 0.5s;
  position: relative;
  animation: poyopoyo 2s ease-out infinite;
}
#top #container .sec001 .inner .more a::after {
  content: url(../img/top/ico_arrow01.svg);
  position: absolute;
  top: 5px;
  right: 20px;
  transition: 0.5s;
}
#top #container .sec001 .inner .more a:hover::after {
  right: 10px;
}
#top #container .sec002 {
  background-image: url(../img/common/fig_wave.svg), url(../img/top/bg_sec02_02.png), url(../img/top/bg_sec02_01.svg);
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-position: center top, center center, center 30px;
  background-size: auto, 70%, cover;
  position: relative;
  margin-bottom: -30px;
  z-index: 2;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 {
    background-image: url(../img/common/fig_wave.svg), url(../img/top/bg_sec02_01.svg);
    background-repeat: repeat-x, no-repeat;
    background-position: center top, center 30px;
    background-size: auto, cover;
  }
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner {
    padding: 0 50px;
  }
}
#top #container .sec002 .inner .flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .flex {
    display: block;
  }
}
#top #container .sec002 .inner .flex li {
  flex-basis: calc(33.33333333% - 20px);
  position: relative;
}
@keyframes rotation {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
#top #container .sec002 .inner .flex li .btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .flex li .btn {
    top: 10%;
  }
}
#top #container .sec002 .inner .flex li .btn a {
  position: relative;
  display: block;
  width: 106px;
  height: 106px;
}
#top #container .sec002 .inner .flex li .btn a .circle {
  animation: rotation 18s linear infinite;
  position: absolute;
  top: -18px;
  left: -18px;
}
#top #container .sec002 .inner .flex li:nth-child(2) .btn {
  position: absolute;
  top: 80%;
  right: 0;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .flex li:nth-child(2) .btn {
    top: 10%;
  }
}
#top #container .sec003 {
  background-image: url(../img/common/fig_wave.svg), url(../img/top/bg_sec03_01.svg);
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-position: center top, center 30px;
  background-size: auto, cover;
  margin-bottom: -30px;
  position: relative;
  z-index: 3;
  padding: 150px 0;
  overflow: hidden;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes floating-y02 {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}
@media screen and (max-width: 767px) {
  #top #container .sec003 {
    padding: 120px 15px;
  }
}
#top #container .sec003::after {
  content: url(../img/top/bg_human01.svg);
  position: absolute;
  left: 5%;
  top: 10%;
  z-index: -1;
  animation: floating-y02 3.8s ease-in-out infinite alternate-reverse;
}
#top #container .sec003::before {
  content: url(../img/top/bg_human02.svg);
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: -1;
  animation: floating-y02 1.8s ease-in-out infinite alternate-reverse;
}
#top #container .sec003 .inner {
  max-width: 770px;
  padding: 0 30px 100px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner {
    padding: 0 15px 100px;
  }
}
#top #container .sec003 .inner::before {
  content: url(../img/top/fig_sec03_01.svg);
  position: absolute;
  left: -20px;
  bottom: 0;
  display: block;
  animation: floating-y 3.8s ease-in-out infinite alternate-reverse;
}
#top #container .sec003 .inner::after {
  content: url(../img/top/fig_sec03_02.svg);
  position: absolute;
  left: 60%;
  bottom: -50px;
  display: block;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
#top #container .sec003 .inner h2 {
  margin-top: -50px;
}
#top #container .sec003 .inner h3 {
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.02em;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner h3 {
    font-size: 2.2rem;
  }
}
#top #container .sec003 .inner .more a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: block;
  margin: 50px auto 0;
  max-width: 200px;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  background: #27aae1;
  border: 1px solid #000;
  border-radius: 45px;
  padding: 5px;
  transition: 0.5s;
  position: relative;
  animation: poyopoyo 2s ease-out infinite;
}
#top #container .sec003 .inner .more a::after {
  content: url(../img/top/ico_arrow01.svg);
  position: absolute;
  top: 5px;
  right: 20px;
  transition: 0.5s;
}
#top #container .sec003 .inner .more a:hover::after {
  right: 10px;
}
#top #container .sec004 {
  background-image: url(../img/common/fig_wave.svg), url(../img/top/bg_sec04_01.svg);
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-position: center top, center 30px;
  margin-bottom: -30px;
  position: relative;
  z-index: 4;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 {
    padding: 140px 15px;
  }
}
#top #container .sec004 .inner {
  padding: 0 30px 30px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner {
    padding: 0 15px 15px;
  }
}
#top #container .sec004 .inner h2 {
  margin-top: -50px;
}
#top #container .sec004 .inner h3 {
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 1em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner h3 {
    font-size: 2.2rem;
  }
}
#top #container .sec004 .inner .lead {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1.5rem;
}
@keyframes rotation {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
#top #container .sec004 .inner .btn {
  position: absolute;
  top: -20px;
  right: 10%;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner .btn {
    right: -2%;
    top: -40px;
  }
}
#top #container .sec004 .inner .btn a {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner .btn a {
    width: 80px;
    height: 80px;
  }
}
#top #container .sec004 .inner .btn a .ico {
  width: 60px;
  height: 60px;
}
#top #container .sec004 .inner .btn a .circle {
  animation: rotation 18s linear infinite;
  position: absolute;
  top: -15px;
  left: -15px;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner .btn a .circle {
    top: -10px;
    left: -10px;
  }
}
#top #container .sec004 .inner .sbi_item {
  border: 1px solid #000;
}
#top #container .sec005 {
  position: relative;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#top #container .sec005 .fig_loop {
  background: url(../img/top/bg_sec05_01.png) repeat-x;
  background-position: top center;
  animation-name: warning;
  animation-duration: 10s;
  background-size: 525px 67px;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: 100%;
  height: 67px;
}
@media screen and (max-width: 767px) {
  #top #container .sec005 .fig_loop {
    animation-duration: 6s;
  }
}
#top #container .sec005 .fig_loop.reverse {
  animation-direction: reverse;
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  #top #container .sec005 .inner {
    padding: 50px 15px;
  }
}
#top #container .sec005 .inner .flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top #container .sec005 .inner .flex {
    display: block;
  }
}
#top #container .sec005 .inner .flex .cont {
  flex-basis: calc(50% - 10px);
}
#top #container .sec005 .inner .flex .cont dl {
  margin-bottom: 3em;
  line-height: 2;
  letter-spacing: 0.02em;
}
#top #container .sec005 .inner .flex .cont dl dt {
  font-weight: 500;
}
#top #container .sec005 .inner .flex .gmap {
  flex-basis: calc(50% - 10px);
}
#top #container .sec005 .inner .more a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: block;
  margin: 50px auto 0;
  max-width: 200px;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  background: #ffc822;
  border: 1px solid #000;
  border-radius: 45px;
  padding: 5px;
  transition: 0.5s;
  position: relative;
  animation: poyopoyo 2s ease-out infinite;
}
#top #container .sec005 .inner .more a::after {
  content: url(../img/top/ico_arrow01.svg);
  position: absolute;
  top: 5px;
  right: 20px;
  transition: 0.5s;
}
#top #container .sec005 .inner .more a:hover::after {
  right: 10px;
}

/*=======================================================

    TOPコンテンツ

========================================================*/
#local #container {
  overflow: hidden;
}
#local #container section .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#local #container section .inner h2 {
  text-align: center;
}

/*=======================================================

    事業内容

========================================================*/
#local .service h2 {
  text-align: center;
  margin-bottom: 60px;
}
#local .service .sec001 {
  text-align: center;
  background: url(../img/service/bg_sec01.png);
  position: relative;
  padding: 50px 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #local .service .sec001 {
    padding: 40px 0;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#local .service .sec001 .fig_loop {
  background: url(../img/top/fig_sec01.png) repeat-x;
  background-position: top center;
  animation-name: warning;
  animation-duration: 4s;
  background-size: 1500px 46px;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: 100%;
  height: 46px;
}
@media screen and (max-width: 767px) {
  #local .service .sec001 .fig_loop {
    animation-duration: 15s;
  }
}
#local .service .sec001 .fig_loop.reverse {
  animation-direction: reverse;
  background-position: bottom center;
}
#local .service .sec001 .inner {
  background: url(../img/top/bg_sec01_02.svg) no-repeat center center/auto;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  #local .service .sec001 .inner {
    padding: 90px 15px;
    background: url(../img/top/bg_sec01_02.svg) no-repeat center center/90%;
  }
}
#local .service .sec001 .inner h3 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #local .service .sec001 .inner h3 {
    font-size: 2.2rem;
  }
}
#local .service .sec001 .inner .txt {
  line-height: 2.8 !important;
}
#local .service .sec002 {
  background-image: url(../img/common/fig_wave.svg), url(../img/service/bg_sec02.png);
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-position: center top, center 30px;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  #local .service .sec002 {
    padding: 70px 15px;
  }
}
#local .service .sec002 .inner .point5 {
  position: relative;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
#local .service .sec002 .inner .point5 .illust .illust01 {
  position: absolute;
  top: 240px;
  right: 370px;
  z-index: 10;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
#local .service .sec002 .inner .point5 .illust .illust02 {
  position: absolute;
  top: 485px;
  right: 58px;
  z-index: 10;
  animation: floating-y 2.8s ease-in-out infinite alternate-reverse;
}
#local .service .sec002 .inner .point5 .illust .illust03 {
  position: absolute;
  top: 620px;
  right: 340px;
  z-index: 10;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
#local .service .sec002 .inner .point5 .illust .illust04 {
  position: absolute;
  bottom: 0;
  left: 330px;
  z-index: 10;
  animation: floating-y 2.8s ease-in-out infinite alternate-reverse;
}
#local .service .sec002 .inner .point5 .illust .illust05 {
  position: absolute;
  top: 240px;
  left: 30px;
  z-index: 10;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
#local .service .sec003 {
  background-image: url(../img/common/fig_wave.svg), url(../img/service/bg_sec03_02.svg), url(../img/service/bg_sec03_03.svg), url(../img/service/bg_sec03_01.svg);
  background-repeat: repeat-x, no-repeat, no-repeat, no-repeat;
  background-position: center top, center 5%, center 95%, center 30px;
  background-size: auto, auto, auto, cover;
  position: relative;
  z-index: 3;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  #local .service .sec003 {
    background-image: url(../img/common/fig_wave.svg), url(../img/service/bg_sec03_01.svg);
    background-repeat: repeat-x, no-repeat;
    background-position: center top, center 30px;
    background-size: auto, cover;
  }
}
#local .service .sec003 .inner {
  padding: 230px 0 150px;
}
@media screen and (max-width: 767px) {
  #local .service .sec003 .inner {
    padding: 90px 15px;
  }
}
#local .service .sec003 .inner .box {
  margin-bottom: 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .service .sec003 .inner .box {
    margin-bottom: 80px;
  }
}
#local .service .sec003 .inner .box h3 {
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 0.5em;
  background: #505050;
  border: 1px solid #000;
  margin-bottom: 1em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #local .service .sec003 .inner .box h3 {
    font-size: 1.9rem;
  }
}
#local .service .sec003 .inner .box .lead {
  font-size: 1.5rem;
  line-height: 2.2 !important;
  margin-bottom: 40px;
}
#local .service .sec004 {
  background-image: url(../img/service/bg_sec04_02.svg), url(../img/service/bg_sec04_03.svg), url(../img/service/bg_sec04_01.svg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center 2%, center 95%, center center;
  background-size: auto, auto, cover;
}
@media screen and (max-width: 767px) {
  #local .service .sec004 {
    background-image: url(../img/service/bg_sec04_01.svg);
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
  }
}
#local .service .sec004 .inner {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  #local .service .sec004 .inner {
    padding: 90px 15px;
  }
}
#local .service .sec004 .inner .box {
  margin-bottom: 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .service .sec004 .inner .box {
    margin-bottom: 80px;
  }
}
#local .service .sec004 .inner .box h3 {
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 0.5em;
  background: #505050;
  border: 1px solid #000;
  margin-bottom: 1em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #local .service .sec004 .inner .box h3 {
    font-size: 1.9rem;
  }
}
#local .service .sec004 .inner .box .lead {
  font-size: 1.5rem;
  line-height: 2.2 !important;
  margin-bottom: 40px;
}
#local .service .sec005 {
  background-image: url(../img/service/bg_sec05_02.svg), url(../img/service/bg_sec05_03.svg), url(../img/service/bg_sec05_01.svg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center 2%, center 95%, center center;
  background-size: auto, auto, cover;
}
@media screen and (max-width: 767px) {
  #local .service .sec005 {
    background-image: url(../img/service/bg_sec05_01.svg);
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
  }
}
#local .service .sec005 .inner {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  #local .service .sec005 .inner {
    padding: 90px 15px;
  }
}
#local .service .sec005 .inner .box {
  margin-bottom: 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .service .sec005 .inner .box {
    margin-bottom: 80px;
  }
}
#local .service .sec005 .inner .box h3 {
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 0.5em;
  background: #505050;
  border: 1px solid #000;
  margin-bottom: 1em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #local .service .sec005 .inner .box h3 {
    font-size: 1.9rem;
  }
}
#local .service .sec005 .inner .box .lead {
  font-size: 1.5rem;
  line-height: 2.2 !important;
  margin-bottom: 40px;
}
#local .service .sec006 {
  background-image: url(../img/common/fig_wave.svg), url(../img/service/bg_sec06_01.png);
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-position: center top, center 30px;
  position: relative;
  z-index: 3;
  margin-top: -30px;
}
#local .service .sec006 .inner {
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  #local .service .sec006 .inner {
    padding: 70px 15px;
  }
}
#local .service .sec006 .inner .box {
  background: url(../img/service/bg_sec06_02.png) no-repeat top center/cover;
  position: relative;
  min-height: 280px;
}
#local .service .sec006 .inner .box .box_inner {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 60%;
}
@media screen and (max-width: 767px) {
  #local .service .sec006 .inner .box .box_inner {
    width: 95%;
  }
}
#local .service .sec006 .inner .box .box_inner .lead {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #local .service .sec006 .inner .box .box_inner .lead {
    font-size: 1.4rem;
  }
}
@keyframes rotation {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
#local .service .sec006 .inner .box .box_inner .btn a {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 767px) {
  #local .service .sec006 .inner .box .box_inner .btn a {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  #local .service .sec006 .inner .box .box_inner .btn a .ico {
    width: 80px;
    height: 80px;
  }
}
#local .service .sec006 .inner .box .box_inner .btn a .circle {
  animation: rotation 18s linear infinite;
  position: absolute;
  top: -15px;
  left: -15px;
}
@media screen and (max-width: 767px) {
  #local .service .sec006 .inner .box .box_inner .btn a .circle {
    top: -10px;
    left: -10px;
  }
}
#local .service .sec007 {
  background-image: url(../img/common/fig_wave.svg), url(../img/service/bg_sec07_01.png);
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-position: center top, center 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
  z-index: 4;
  margin-top: -30px;
}
#local .service .sec007 .inner {
  padding: 110px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .service .sec007 .inner {
    padding: 70px 15px;
  }
}
#local .service .sec007 .inner .info {
  display: inline-block;
  text-align: left;
}
#local .service .sec007 .inner .info .time {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #local .service .sec007 .inner .info .time {
    font-size: 1.8rem;
  }
}
#local .service .sec007 .inner .info .txt {
  font-size: 1.2rem;
  text-align: center;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(3px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-3px);
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(3px);
  }
}
#local .service .sec007 .inner .contact_btn a {
  background: #fff;
  border: 1px solid #000;
  display: block;
  max-width: 400px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 2.4rem;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#local .service .sec007 .inner .contact_btn a::before {
  content: url(../img/service/ico_mail.svg);
  margin-right: 15px;
}
#local .service .sec007 .inner .contact_btn a:hover::before {
  animation: fuwafuwa 1s linear infinite;
}

/*=======================================================

    未来

========================================================*/
#local .future h2 {
  text-align: center;
  margin-bottom: 60px;
}
#local .future .sec001 {
  text-align: center;
  background: url(../img/top/bg_sec01_01.png);
  position: relative;
  padding: 50px 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #local .future .sec001 {
    padding: 90px 0;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#local .future .sec001 .fig_loop {
  background: url(../img/top/fig_sec01.png) repeat-x;
  background-position: top center;
  animation-name: warning;
  animation-duration: 4s;
  background-size: 1500px 46px;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: 100%;
  height: 46px;
}
@media screen and (max-width: 767px) {
  #local .future .sec001 .fig_loop {
    animation-duration: 15s;
  }
}
#local .future .sec001 .fig_loop.reverse {
  animation-direction: reverse;
  background-position: bottom center;
}
#local .future .sec001 .inner {
  background: url(../img/top/bg_sec01_02.svg) no-repeat center center/auto;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  #local .future .sec001 .inner {
    padding: 70px 15px;
    background: url(../img/top/bg_sec01_02.svg) no-repeat center center/90%;
  }
}
#local .future .sec001 .inner h3 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #local .future .sec001 .inner h3 {
    font-size: 2.4rem;
  }
}
#local .future .sec001 .inner .txt {
  line-height: 2.2 !important;
}
#local .future .sec002 {
  background-image: url(../img/common/fig_wave.svg), url(../img/future/bg01.png);
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-position: center top, center 30px;
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
#local .future .sec002 .inner {
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  #local .future .sec002 .inner {
    padding: 70px 15px;
  }
}
#local .future .sec002 .inner .lead {
  text-align: center;
  line-height: 2.4 !important;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #local .future .sec002 .inner .lead {
    font-size: 1.6rem;
  }
}
#local .future .sec002 .inner .lead .txt01 {
  font-size: 4rem;
  color: #ffff00;
}
@media screen and (max-width: 767px) {
  #local .future .sec002 .inner .lead .txt01 {
    font-size: 3rem;
  }
}
#local .future .sec002 .inner .lead .txt02 {
  background: #ff9623;
  color: #000;
}
#local .future .sec002 .inner .lead .txt03 {
  background: #64c84b;
}
#local .future .sec003 {
  background-image: url(../img/common/fig_wave.svg), url(../img/future/bg02.png);
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-position: center top, center 30px;
  position: relative;
  z-index: 3;
  margin-top: -30px;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
#local .future .sec003 .inner {
  padding: 110px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #local .future .sec003 .inner {
    padding: 70px 15px;
  }
}
@media screen and (max-width: 767px) {
  #local .future .sec003 .inner .illust {
    display: none;
  }
}
#local .future .sec003 .inner .illust .illust01 {
  position: absolute;
  left: -10%;
  top: 20%;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
#local .future .sec003 .inner .illust .illust02 {
  position: absolute;
  right: -15%;
  top: 42%;
  animation: fuwafuwa 2s ease-in-out infinite alternate;
}
#local .future .sec003 .inner .illust .illust03 {
  position: absolute;
  right: -15%;
  top: 70%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
#local .future .sec003 .inner .illust .illust04 {
  position: absolute;
  left: -10%;
  top: 80%;
  animation: fuwafuwa 5s ease-in-out infinite alternate;
}
#local .future .sec003 .inner .wrap {
  border-radius: 15px;
  background: #fff;
  border: 1px solid #000;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  #local .future .sec003 .inner .wrap {
    padding: 25px 15px;
  }
}
#local .future .sec003 .inner .wrap h3 {
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  #local .future .sec003 .inner .wrap h3 {
    margin-top: -30px;
  }
}
#local .future .sec003 .inner .wrap ul {
  margin-top: 50px;
}
#local .future .sec003 .inner .wrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #local .future .sec003 .inner .wrap ul li {
    display: block;
  }
}
#local .future .sec003 .inner .wrap ul li:last-child {
  margin-bottom: 0;
}
#local .future .sec003 .inner .wrap ul li .num {
  flex-basis: 15%;
}
@media screen and (max-width: 767px) {
  #local .future .sec003 .inner .wrap ul li .num {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #local .future .sec003 .inner .wrap ul li .num img {
    width: 80px;
  }
}
#local .future .sec003 .inner .wrap ul li .cont {
  flex-basis: 80%;
}
#local .future .sec003 .inner .wrap ul li .cont h4 {
  font-size: 2.8rem;
  color: #00ad7a;
  font-weight: 500;
  border-bottom: 2px solid #ffd738;
  display: inline-block;
  margin-bottom: 0.5em;
  padding-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #local .future .sec003 .inner .wrap ul li .cont h4 {
    font-size: 2.1rem;
  }
}
#local .future .sec003 .inner .wrap ul li .cont .txt {
  font-size: 1.5rem;
}
#local .future .sec003 .inner .tit02 {
  margin-top: -20px;
}
#local .future .sec004 {
  background-image: url(../img/common/fig_wave.svg), url(../img/future/bg03.png);
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-position: center top, center 30px;
  position: relative;
  z-index: 4;
  margin-top: -30px;
}
#local .future .sec004 .inner {
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  #local .future .sec004 .inner {
    padding: 70px 15px;
  }
}
#local .future .sec004 .inner .lead {
  text-align: center;
  line-height: 2.6 !important;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #local .future .sec004 .inner .lead {
    font-size: 1.6rem;
  }
}
#local .future .sec004 .inner .lead::before {
  position: absolute;
  left: 20px;
  top: 0;
  content: url(../img/future/fig_human01.svg);
}
#local .future .sec004 .inner .lead::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: url(../img/future/fig_human01.svg);
}
#local .future .sec004 .inner .flex {
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #local .future .sec004 .inner .flex {
    display: block;
  }
}
#local .future .sec004 .inner .flex .box {
  flex-basis: calc(50% - 10px);
  border: 1px solid #000;
  background: url(../img/future/bg05.png);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #local .future .sec004 .inner .flex .box {
    margin-bottom: 30px;
  }
}
#local .future .sec004 .inner .flex .box::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: -1;
  background: url(../img/future/bg05.png);
  border: 1px solid #000;
}
#local .future .sec004 .inner .flex .box::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -2;
  background: url(../img/future/bg05.png);
  border: 1px solid #000;
}
#local .future .sec004 .inner .flex .box h3 {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  padding: 2px;
  background: #ffd738;
  text-align: center;
  border-bottom: 1px solid #000;
  position: relative;
}
#local .future .sec004 .inner .flex .box h3::after {
  content: url(../img/future/ico_arrow01.svg);
  position: absolute;
  right: 2px;
  top: 2px;
}
#local .future .sec004 .inner .flex .box .box_inner {
  padding: 50px 25px;
}
#local .future .sec004 .inner .flex .box .box_inner h4 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #local .future .sec004 .inner .flex .box .box_inner h4 {
    font-size: 2.1rem;
  }
}
#local .future .sec004 .inner .flex .box .box_inner .txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #local .future .sec004 .inner .flex .box .more {
    padding: 0 15px;
  }
}
#local .future .sec004 .inner .flex .box .more a {
  border: 1px solid #000;
  background: #ffd738;
  text-align: center;
  font-weight: 500;
  padding: 20px;
  display: block;
  max-width: 350px;
  margin: 0 auto 30px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #local .future .sec004 .inner .flex .box .more a {
    max-width: 100%;
  }
}
#local .future .sec004 .inner .flex .box .more a::after {
  content: url(../img/future/ico_arrow02.svg);
  position: absolute;
  top: 20px;
  right: 30px;
  transition: 0.5s;
}
#local .future .sec004 .inner .flex .box .more a:hover::after {
  right: 70px;
}
#local .future .sec004 .inner .flex .box:last-child {
  background: url(../img/future/bg06.png);
}
#local .future .sec004 .inner .flex .box:last-child::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: -1;
  background: url(../img/future/bg06.png);
  border: 1px solid #000;
}
#local .future .sec004 .inner .flex .box:last-child::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -2;
  background: url(../img/future/bg06.png);
  border: 1px solid #000;
}
#local .future .sec004 .inner .flex .box:last-child h3 {
  background: #ef4c4c;
}
#local .future .sec004 .inner .flex .box:last-child .more a {
  background: #ef4c4c;
  color: #fff;
}
#local .future .sec004 .inner .pop {
  padding: 0 80px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #local .future .sec004 .inner .pop {
    padding: 0;
  }
}
#local .future .sec004 .inner .pop::before {
  position: absolute;
  content: url(../img/future/fig_human03.svg);
  left: 0;
  top: 0;
}
#local .future .sec004 .inner .box {
  border: 1px solid #000;
  background: url(../img/future/bg04.png);
  position: relative;
  z-index: 1;
}
#local .future .sec004 .inner .box::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: -1;
  background: url(../img/future/bg04.png);
  border: 1px solid #000;
}
#local .future .sec004 .inner .box::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -2;
  background: url(../img/future/bg04.png);
  border: 1px solid #000;
}
#local .future .sec004 .inner .box h3 {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  padding: 2px;
  background: #27aae1;
  text-align: center;
  border-bottom: 1px solid #000;
  position: relative;
}
#local .future .sec004 .inner .box h3::after {
  content: url(../img/future/ico_arrow01.svg);
  position: absolute;
  right: 2px;
  top: 2px;
}
#local .future .sec004 .inner .box .box_inner {
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #local .future .sec004 .inner .box .box_inner {
    display: block;
    padding: 30px 15px;
  }
}
#local .future .sec004 .inner .box .box_inner figure {
  flex-basis: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  #local .future .sec004 .inner .box .box_inner figure {
    margin-bottom: 30px;
  }
}
#local .future .sec004 .inner .box .box_inner .cont {
  flex-basis: calc(50% - 25px);
}
#local .future .sec004 .inner .box .box_inner .cont h4 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 1.5em;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  #local .future .sec004 .inner .box .box_inner .cont h4 {
    font-size: 2.1rem;
  }
}
#local .future .sec004 .inner .box .box_inner .cont h4::after {
  content: url(../img/future/fig_human04.svg);
  position: absolute;
  top: 0;
  right: 0;
}
#local .future .sec004 .inner .box .box_inner .cont .txt {
  font-size: 1.5rem;
}
#local .future .sec004 .inner .box .box_inner .cont .more a {
  border: 1px solid #000;
  background: #27aae1;
  text-align: center;
  font-weight: 500;
  padding: 20px;
  display: block;
  max-width: 350px;
  margin: 20px auto 0;
  position: relative;
  color: #fff;
}
#local .future .sec004 .inner .box .box_inner .cont .more a::after {
  content: url(../img/future/ico_arrow02.svg);
  position: absolute;
  top: 20px;
  right: 30px;
  transition: 0.5s;
}
#local .future .sec004 .inner .box .box_inner .cont .more a:hover::after {
  right: 70px;
}

/*=======================================================

    採用情報

========================================================*/
#local .recruit_header header {
  background: #000;
}
#local .recruit_header header nav {
  display: flex;
  align-items: center;
}
#local .recruit_header header nav .gnav span {
  color: #fff;
  display: block;
  font-size: 1.2rem;
}
#local .recruit_header header nav .gnav a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#local .recruit_header header.is-fixed .head_inner a {
  color: #fff !important;
}
#local .recruit_header header.is-fixed .head_inner nav .gnav a {
  color: #fff !important;
}
#local .recruit_header header .menu-trigger span {
  background: #fff;
}
#local .recruit_header #overlay {
  background: #000;
}
#local .recruit_header footer address {
  background: #000;
}
#local .recruit section {
  background: #000;
}
#local .recruit .sec001 {
  background: url(../img/recruit/bg_title.png) no-repeat top center/cover;
}
#local .recruit .sec001 .inner {
  position: relative;
  height: 90vh;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec001 .inner {
    height: 50vh;
  }
}
#local .recruit .sec001 .inner h2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
#local .recruit .sec002 .inner {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec002 .inner {
    padding: 70px 15px;
  }
}
#local .recruit .sec002 .inner h3 .scrollmarker {
  font-family: "Zen Old Mincho", serif;
  display: inline-block;
  position: relative;
}
#local .recruit .sec002 .inner h3 .scrollmarker .txt {
  font-weight: bold;
  font-size: 5rem;
  line-height: 1.2;
  padding: 0.2em;
  position: relative;
  z-index: 2;
  transform: translateY(0) scaleY(0);
  transition: 2s;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec002 .inner h3 .scrollmarker .txt {
    font-size: 2.5rem;
  }
}
#local .recruit .sec002 .inner h3 .scrollmarker::after {
  content: "";
  display: block;
  background: #9bff1e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleX(0);
  transition: 2s;
  z-index: 1;
}
#local .recruit .sec002 .inner h3 .scrollmarker.is-active .txt {
  transform: translateY(0) scaleY(1);
}
#local .recruit .sec002 .inner h3 .scrollmarker.is-active::after {
  transform: scaleX(1);
  transition: transform 0.6s 0.4s;
}
#local .recruit .sec002 .inner h3 em {
  font-size: 14rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec002 .inner h3 em {
    font-size: 5rem;
  }
}
#local .recruit .sec003 .inner {
  padding: 140px 0 30px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec003 .inner {
    padding: 70px 15px 20px;
  }
}
#local .recruit .sec003 .inner h3 .scrollmarker {
  font-family: "Zen Old Mincho", serif;
  display: inline-block;
  position: relative;
}
#local .recruit .sec003 .inner h3 .scrollmarker .txt {
  font-weight: bold;
  font-size: 5rem;
  line-height: 1.2;
  padding: 0.2em;
  position: relative;
  z-index: 2;
  transform: translateY(0) scaleY(0);
  transition: 2s;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec003 .inner h3 .scrollmarker .txt {
    font-size: 2.5rem;
  }
}
#local .recruit .sec003 .inner h3 .scrollmarker::after {
  content: "";
  display: block;
  background: #9bff1e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleX(0);
  transition: 2s;
  z-index: 1;
}
#local .recruit .sec003 .inner h3 .scrollmarker.is-active .txt {
  transform: translateY(0) scaleY(1);
}
#local .recruit .sec003 .inner h3 .scrollmarker.is-active::after {
  transform: scaleX(1);
  transition: transform 0.6s 0.4s;
}
#local .recruit .sec003 .inner h3 em {
  font-size: 14rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec003 .inner h3 em {
    font-size: 5rem;
  }
}
#local .recruit .sec004 .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#local .recruit .sec004 .slick-next:before {
  background: url(../img/recruit/btn_next.svg) !important;
  background-size: contain !important;
}
#local .recruit .sec004 .slick-prev:before {
  background: url(../img/recruit/btn_prev.svg) !important;
  background-size: contain !important;
}
#local .recruit .sec004 .inner {
  padding: 140px 0 140px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec004 .inner {
    padding: 70px 15px 70px;
  }
}
#local .recruit .sec004 .inner .slider {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec004 .inner .slider .slider_inner {
    padding: 0 15px;
  }
}
#local .recruit .sec004 .inner .slider .slider_inner h3 {
  font-size: 8rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.006em;
  margin: 0 auto 50px;
  text-align: center;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec004 .inner .slider .slider_inner h3 {
    font-size: 3rem;
  }
}
#local .recruit .sec004 .inner .slider .slider_inner h3::after {
  content: "";
  transform-origin: left;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 4px;
  background: #ffff3b;
}
#local .recruit .sec004 .inner .slider .slider_inner h3.is-active::after {
  transform: translateX(-50%) scaleX(1);
  transition: transform 0.4s 0.7s ease-out;
}
#local .recruit .sec004 .inner .slider .slider_inner h3 span {
  font-size: 11rem;
  color: #ffff3b;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec004 .inner .slider .slider_inner h3 span {
    font-size: 6rem;
  }
}
#local .recruit .sec004 .inner .slider .slider_inner .flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec004 .inner .slider .slider_inner .flex {
    display: block;
  }
}
#local .recruit .sec004 .inner .slider .slider_inner .flex figure {
  flex-basis: calc(50% - 20px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec004 .inner .slider .slider_inner .flex figure {
    margin-bottom: 20px;
  }
}
#local .recruit .sec004 .inner .slider .slider_inner .flex .cont {
  flex-basis: calc(50% - 20px);
  color: #fff;
}
#local .recruit .sec004 .inner .slider .slider_inner .flex .cont h4 {
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec004 .inner .slider .slider_inner .flex .cont h4 {
    font-size: 2.2rem;
  }
}
#local .recruit .sec004 .inner .slider .slider_inner .flex .cont h4 span {
  font-size: 6.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bolder;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec004 .inner .slider .slider_inner .flex .cont h4 span {
    font-size: 3.8rem;
  }
}
#local .recruit .sec004 .inner .slider .slider_inner .flex .cont .txt {
  font-weight: 600;
  font-size: 1.5rem;
}
#local .recruit .sec004 .inner .slider .slider_inner.pt01 h3::after {
  background: #ffff3b;
}
#local .recruit .sec004 .inner .slider .slider_inner.pt01 h3 span {
  color: #ffff3b;
}
#local .recruit .sec004 .inner .slider .slider_inner.pt01 .flex .cont h4 span {
  color: #ffff1e;
}
#local .recruit .sec004 .inner .slider .slider_inner.pt02 h3::after {
  background: #ff1eff;
}
#local .recruit .sec004 .inner .slider .slider_inner.pt02 h3 span {
  color: #ff1eff;
}
#local .recruit .sec004 .inner .slider .slider_inner.pt02 .flex .cont h4 span {
  color: #ff1eff;
}
#local .recruit .sec004 .inner .slider .slider_inner.pt03 h3::after {
  background: #91ff0a;
}
#local .recruit .sec004 .inner .slider .slider_inner.pt03 h3 span {
  color: #91ff0a;
}
#local .recruit .sec004 .inner .slider .slider_inner.pt03 .flex .cont h4 span {
  color: #91ff0a;
}
#local .recruit .sec005 .inner {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec005 .inner {
    padding: 70px 15px;
  }
}
#local .recruit .sec005 .inner h3 {
  margin-bottom: 40px;
}
#local .recruit .sec005 .inner .flex {
  justify-content: space-between;
}
#local .recruit .sec005 .inner .flex li {
  flex-basis: calc(33.333333% - 10px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec005 .inner .flex li {
    flex-basis: calc(50% - 10px);
  }
}
#local .recruit .sec006 {
  position: relative;
}
#local .recruit .sec006 .inner {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec006 .inner {
    padding: 70px 15px;
  }
}
#local .recruit .sec006 .schedule {
  background: url(../img/recruit/bg_schedule.png) no-repeat top center/cover;
}
#local .recruit .sec006 .schedule .inner {
  padding: 140px 0 200px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec006 .schedule .inner {
    padding: 70px 15px;
  }
}
#local .recruit .sec006::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #f5ff32; /* 三角を白にする */
  border-left: 100vw solid transparent;
}
#local .recruit .sec007 {
  background: #f5ff32;
}
#local .recruit .sec007 .inner {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec007 .inner {
    padding: 70px 15px;
  }
}
#local .recruit .sec007 .inner .box {
  background: rgba(255, 255, 255, 0.8);
  padding: 70px 100px;
  border: 1px solid #000;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec007 .inner .box {
    padding: 20px;
  }
}
#local .recruit .sec007 .inner .box h4 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec007 .inner .box h4 {
    font-size: 1.8rem;
  }
}
#local .recruit .sec007 .inner .box h4 span {
  font-size: 1.8rem;
  color: #ff19f0;
  border: 1px solid #ff19f0;
  padding: 3px 10px;
  margin-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec007 .inner .box h4 span {
    font-size: 1.4rem;
  }
}
#local .recruit .sec007 .inner .box .lead {
  font-size: 1.5rem;
  margin-bottom: 2em;
}
#local .recruit .sec007 .inner .box dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ff19f0;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ff19f0;
  line-height: 1.6;
}
#local .recruit .sec007 .inner .box dl dd {
  line-height: 1.6;
  margin-bottom: 2em;
}
#local .recruit .sec007 .inner .box dl dd .txt {
  font-size: 1.5rem;
}
#local .recruit .sec007 .inner .box dl dd .txt .big {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec007 .inner .box dl dd .txt .big {
    font-size: 2.4rem;
  }
}
#local .recruit .sec007 .inner .box .entry a {
  display: block;
  max-width: 410px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 15px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  margin: 60px auto 0;
  background: #ff19f0;
  position: relative;
}
#local .recruit .sec007 .inner .box .entry a::after {
  content: url(../img/recruit/ico_arrow.svg);
  position: absolute;
  top: 13px;
  right: 30px;
  transition: 0.5s;
}
#local .recruit .sec007 .inner .box .entry a:hover::after {
  right: 20px;
}

/*=======================================================

    会社概要

========================================================*/
#local .company .sec001 {
  background-image: url(../img/company/bg01_02.gif), url(../img/company/bg01_01.png);
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: 90% 100%, top center;
  padding: 120px 0 180px;
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  #local .company .sec001 {
    padding: 90px 15px 150px;
    background-size: 40%, cover;
  }
}
#local .company .sec001 .inner {
  text-align: center;
}
#local .company .sec001 .inner h2 {
  margin-bottom: 50px;
}
#local .company .sec001 .inner h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
  font-weight: 500;
}
#local .company .sec001 .inner .txt {
  line-height: 2.4 !important;
  margin-bottom: 1.5em;
  font-weight: 500;
  text-shadow: 3px 3px 0 #faf53c, -3px 3px 0 #faf53c, -3px -3px 0 #faf53c, 3px -3px 0 #faf53c;
}
#local .company .sec002 {
  background-image: url(../img/common/fig_wave.svg), url(../img/company/bg02.svg);
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-position: center top, center 30px;
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
#local .company .sec002 .inner {
  padding: 110px 0 0;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner {
    padding: 70px 15px 70px;
  }
}
#local .company .sec002 .inner .outline_list {
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}
#local .company .sec002 .inner .outline {
  margin-right: calc(50% - 50vw);
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner .outline {
    margin-right: 0;
    padding-bottom: 0;
  }
}
#local .company .sec002 .inner .outline .outline_inner {
  max-width: 1000px;
  position: relative;
}
#local .company .sec002 .inner .outline .outline_inner::after {
  content: "";
  background: #3764c8;
  height: 150%;
  width: 100%;
  display: block;
  transform: skew(50deg, 0);
  position: absolute;
  left: 72%;
  top: 10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner .outline .outline_inner::after {
    display: none;
  }
}
#local .company .sec002 .inner .outline .outline_inner dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner .outline .outline_inner dl {
    display: block;
    margin-bottom: 10px;
  }
}
#local .company .sec002 .inner .outline .outline_inner dl dt {
  padding: 15px;
  background: #fff;
  border-left: 1px solid #3764c8;
  border-right: 1px solid #3764c8;
  border-bottom: 2px dotted #3764c8;
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  transform: translate(0, -5px);
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner .outline .outline_inner dl dt {
    width: 100%;
    transform: translate(0, 0);
  }
}
#local .company .sec002 .inner .outline .outline_inner dl .yellow {
  padding: 15px;
  background: #faf53c;
  border-left: 1px solid #3764c8;
  border-right: 1px solid #3764c8;
  border-bottom: 2px dotted #3764c8;
  transform: skew(0, 17deg);
  width: 3%;
  box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner .outline .outline_inner dl .yellow {
    display: none;
  }
}
#local .company .sec002 .inner .outline .outline_inner dl .cont {
  padding: 15px;
  background: #fff;
  border-left: 1px solid #3764c8;
  border-right: 1px solid #3764c8;
  border-bottom: 2px dotted #3764c8;
  width: 77%;
  box-sizing: border-box;
  line-height: 1.6;
  transform: translate(0, 5px);
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner .outline .outline_inner dl .cont {
    transform: translate(0, 0);
    width: 100%;
    border-bottom: 0;
  }
}
#local .company .sec002 .inner .outline .outline_inner dl:first-child dt {
  border-top: 1px solid #3764c8;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner .outline .outline_inner dl:first-child dt {
    border-top: 0;
  }
}
#local .company .sec002 .inner .outline .outline_inner dl:first-child dd {
  border-top: 1px solid #3764c8;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner .outline .outline_inner dl:first-child dd {
    border-top: 0;
  }
}
#local .company .sec002 .inner .outline .outline_inner dl:last-child dt {
  border-bottom: 1px solid #3764c8;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner .outline .outline_inner dl:last-child dt {
    border-bottom: 2px dotted #3764c8;
  }
}
#local .company .sec002 .inner .outline .outline_inner dl:last-child dt::after {
  content: "";
  background: #3764c8;
  height: 200%;
  width: 100%;
  display: block;
  transform: skew(50deg, 0);
  position: absolute;
  left: 145px;
  bottom: -200%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner .outline .outline_inner dl:last-child dt::after {
    display: none;
  }
}
#local .company .sec002 .inner .outline .outline_inner dl:last-child dd {
  border-bottom: 1px solid #3764c8;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner .outline .outline_inner dl:last-child dd {
    border-bottom: 0;
  }
}
#local .company .sec002 .inner .outline .outline_inner dl:last-child .yellow {
  position: relative;
}
#local .company .sec002 .inner .outline .outline_inner dl:last-child .yellow::after {
  content: "";
  background: #faf53c;
  height: 200%;
  width: 300%;
  display: block;
  transform: skew(50deg, 0);
  position: absolute;
  left: 145px;
  bottom: -200%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner .outline .outline_inner dl:last-child .yellow::after {
    display: none;
  }
}
#local .company .sec002 .inner .outline .outline_inner dl:last-child .cont {
  position: relative;
}
#local .company .sec002 .inner .outline .outline_inner dl:last-child .cont::after {
  content: "";
  background: #3764c8;
  height: 200%;
  width: 100%;
  display: block;
  transform: skew(50deg, 0);
  position: absolute;
  left: 145px;
  bottom: -200%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner .outline .outline_inner dl:last-child .cont::after {
    display: none;
  }
}
#local .company .sec003 {
  background-image: url(../img/common/fig_wave.svg), url(../img/company/bg03.svg);
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-position: center top, center 30px;
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
#local .company .sec003 .inner {
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  #local .company .sec003 .inner {
    padding: 70px 15px;
  }
}
#local .company .sec003 .inner h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 7rem;
  text-align: center;
  color: #fff;
  font-weight: 900;
  -webkit-text-stroke: 2px #915fc8;
  text-stroke: 2px #915fc8;
  letter-spacing: normal;
  margin-bottom: 0 !important;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #local .company .sec003 .inner h3 {
    font-size: 4rem;
  }
}
#local .company .sec003 .inner .box {
  background: url(../img/company/bg_sec03.svg);
  border-radius: 40px;
  border: 2px solid #915fc8;
  padding: 150px 70px 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #local .company .sec003 .inner .box {
    padding: 120px 15px 20px;
  }
}
#local .company .sec003 .inner .box h4 {
  position: absolute;
  left: -5px;
  top: 40px;
}
#local .company .sec003 .inner .box ul li {
  color: #915fc8;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .company .sec003 .inner .box ul li {
    font-size: 2rem;
  }
}
#local .company .sec003 .inner .box ul li::before {
  content: url(../img/company/ico_check.svg);
  margin-right: 10px;
}
#local .company .sec003 .inner .box ul li:last-child {
  margin-bottom: 0;
}
#local .company .sec004 {
  background-image: url(../img/common/fig_wave.svg), url(../img/company/bg04.svg);
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-position: center top, center 30px;
  position: relative;
  z-index: 3;
  margin-top: -30px;
}
#local .company .sec004 .inner {
  padding: 150px 0 110px;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 .inner {
    padding: 70px 15px;
  }
}
#local .company .sec004 .inner .box {
  padding: 45px;
  background: #fff;
  border: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 .inner .box {
    padding: 10px;
  }
}
#local .company .sec004 .inner .box h3 {
  margin-top: -75px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 .inner .box h3 {
    margin-top: -25px;
  }
}
#local .company .sec004 .inner .box table {
  width: 100%;
  margin-top: 30px;
}
#local .company .sec004 .inner .box table tr th {
  padding: 10px;
  background: #ffffd7;
  font-size: 1.3rem;
  border-bottom: 1px dotted #ff640f;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 .inner .box table tr th {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
#local .company .sec004 .inner .box table tr td {
  padding: 10px;
  color: #003296;
  font-size: 1.3rem;
  line-height: 1.6;
  border-bottom: 1px dotted #ff640f;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 .inner .box table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
#local .company .sec004 .inner .box table tr td.date {
  border-right: 1px solid #ff640f;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 .inner .box table tr td.date {
    border-right: 0;
  }
}
#local .company .sec004 .inner .box table tr:last-child th {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 .inner .box table tr:last-child th {
    border-bottom: 1px dotted #ff640f;
  }
}
#local .company .sec004 .inner .box table tr:last-child td {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 .inner .box table tr:last-child td {
    border-bottom: 1px dotted #ff640f;
  }
}
#local .company .sec005 {
  background-image: url(../img/common/fig_wave.svg), url(../img/company/bg05.svg);
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-position: center top, center 30px;
  position: relative;
  z-index: 4;
  margin-top: -30px;
}
#local .company .sec005 .inner {
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  #local .company .sec005 .inner {
    padding: 70px 15px;
  }
}
@media screen and (max-width: 767px) {
  #local .company .sec005 .inner {
    padding: 70px 15px;
  }
}
#local .company .sec005 .inner h3 {
  text-align: center;
  margin-bottom: 40px;
}
#local .company .sec005 .inner .history_list {
  background: #f596be;
  max-width: 660px;
  margin: 0 auto;
}
#local .company .sec005 .inner .history_list li {
  font-size: 1.8rem;
  line-height: 2;
  border-left: 1px dotted #ffff69;
  position: relative;
  padding: 0 0 45px 20px;
  font-weight: 600;
}
#local .company .sec005 .inner .history_list li::before {
  position: absolute;
  left: -8px;
  top: 0;
}
#local .company .sec005 .inner .history_list li:nth-child(3n+1)::before {
  content: url(../img/company/ico_history01.svg);
}
#local .company .sec005 .inner .history_list li:nth-child(3n+2)::before {
  content: url(../img/company/ico_history02.svg);
}
#local .company .sec005 .inner .history_list li:nth-child(3n+3)::before {
  content: url(../img/company/ico_history03.svg);
}
#local .company .sec005 .inner .history_list li:last-child {
  border-left: 0;
}

/*=======================================================

    お問い合わせ

========================================================*/
#local #container .contact .form {
  background: url(../img/top/bg_sec01_01.png);
}
#local #container .contact .form .inner {
  max-width: 1010px;
  padding: 110px 0;
}
@media screen and (max-width: 1101px) {
  #local #container .contact .form .inner {
    padding: 70px 15px;
  }
}
#local #container .contact .form .inner input, #local #container .contact .form .inner select, #local #container .contact .form .inner button, #local #container .contact .form .inner textarea {
  font-family: inherit;
}
#local #container .contact .form .inner h2 {
  margin-bottom: 50px;
}
#local #container .contact .form .inner dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #local #container .contact .form .inner dl {
    display: block;
  }
}
#local #container .contact .form .inner dl dt {
  width: 23%;
  padding: 20px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #local #container .contact .form .inner dl dt {
    width: 100%;
  }
}
#local #container .contact .form .inner dl dt em {
  background: #dcacd7;
  padding: 1px 10px;
  color: #fff;
  margin-left: 10px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
#local #container .contact .form .inner dl dd {
  width: 77%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #local #container .contact .form .inner dl dd {
    width: 100%;
  }
}
#local #container .contact .form .inner dl dd input, #local #container .contact .form .inner dl dd select, #local #container .contact .form .inner dl dd textarea {
  width: 100%;
  padding: 30px 20px;
  border: 0;
  background: #F7F7F7;
  box-sizing: border-box;
}
#local #container .contact .form .inner .txt {
  text-align: center;
}
#local #container .contact .form .inner .privacy_check {
  text-align: center;
  margin-bottom: 2em;
}
#local #container .contact .form .inner .privacy_check a {
  text-decoration: underline;
}
#local #container .contact .form .inner .checkbox {
  text-align: center;
  margin: 40px 0;
}
#local #container .contact .form .inner .checkbox input[type=checkbox] {
  transform: scale(2);
  margin-right: 10px;
  border: 1px solid #bdbdbd;
}
#local #container .contact .form .inner .submit {
  text-align: center;
  width: 380px;
  position: relative;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #local #container .contact .form .inner .submit {
    width: 100%;
  }
}
#local #container .contact .form .inner .submit input {
  cursor: pointer;
  width: 380px;
  background: #dcacd7;
  border: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 45px;
}
@media screen and (max-width: 767px) {
  #local #container .contact .form .inner .submit input {
    width: 100%;
  }
}

/*=======================================================

    プライバシーポリシー

========================================================*/
#local .privacy .privacy_box {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  #local .privacy .privacy_box .inner {
    padding: 0 15px;
  }
}
#local .privacy .privacy_box .inner h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 1em;
}
#local .privacy .privacy_box .inner .lead {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
}
#local .privacy .privacy_box .inner .box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #4D4D4D;
  font-family: "Noto Sans JP", sans-serif;
}
#local .privacy .privacy_box .inner .box .txt a {
  text-decoration: underline;
}
#local .privacy .privacy_box .inner .box h3 {
  font-size: 2.2rem;
  margin-bottom: 1em;
}
#local .privacy .privacy_box .inner .box ul {
  list-style: disc;
  padding-left: 1em;
  margin-top: 1em;
  line-height: 2.2;
}/*# sourceMappingURL=style.css.map */