@charset "UTF-8";
/* Sass Document */
@import url("https://fonts.googleapis.com/css?family=Megrim");
body {
  font-family: sans-serif; }

p {
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: justify; }
  p span {
    font-size: 24px; }

h2 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  line-height: 1.8em; }

h3 {
  font-size: 21px;
  line-height: 1.5em;
  margin: 30px 0 10px;
  text-align: center; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 18px; }

@media screen and (max-width: 600px) {
  p {
    font-size: 14px; }

  h2 {
    font-size: 24px; } }
body {
  color: #000000; }

header {
  color: #e3aaaa;
  background-color: white; }

a {
  color: #e3aaaa; }

footer a {
  color: white; }

html {
  scroll-behavior: smooth; }
  html[theme='dark-mode'] {
    filter: invert(1) hue-rotate(180deg); }
    html[theme='dark-mode'] img {
      filter: invert(1) hue-rotate(180deg); }

hr {
  opacity: 0; }

body {
  width: 100%;
  position: relative;
  background-color: #f5f5f5; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }

div {
  width: 100%; }

a:hover {
  opacity: 0.8; }

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: top; }

iframe {
  width: 100%;
  min-width: 100%;
  max-height: 240px; }

ul {
  list-style: none; }
  ul li {
    position: relative; }
    ul li a {
      padding: 0 1em;
      white-space: nowrap; }

body.customize-support header {
  top: 32px; }

header {
  position: fixed;
  top: 0;
  height: 80px;
  width: 100%;
  z-index: 150;
  background-color: unset;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 30px; }
  header div.logo {
    width: fit-content;
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0; }
    header div.logo a img {
      display: block;
      width: 360px; }
  @media screen and (max-width: 600px) {
    header div.logo {
      height: 80px;
      padding: 0;
      margin: 0;
      max-width: 240px; }
      header div.logo h1 {
        font-size: 24px; }
        header div.logo h1 img {
          max-width: 240px; } }
  header.fixed {
    background-color: #fff; }

div.bg-black {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000cc;
  z-index: -100;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.5s; }

header.open + div.bg-black {
  z-index: 100;
  opacity: 1;
  visibility: visible; }

@media screen and (min-width: 960px) {
  header {
    /* #nav-toggle 切り替えアニメーション */
    /*メニューを開いたとき */
    /* #nav-toggle 切り替えアニメーション */ }
    header #nav-toggle {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      width: 60px;
      height: 60px;
      cursor: pointer;
      z-index: 150;
      padding: 10px;
      box-sizing: border-box;
      margin: auto 15px auto; }
      header #nav-toggle.asfine {
        width: 80px;
        height: 80px;
        background-color: #e3aaaa;
        margin: 0; }
        header #nav-toggle.asfine span {
          background: white; }
        header #nav-toggle.asfine::after {
          color: white; }
      header #nav-toggle-btn {
        background: white;
        border-radius: 10px;
        box-shadow: 8px 10px 0px #00000020; }
      header #nav-toggle span {
        display: block;
        height: 4px;
        width: 100%;
        background: #e3aaaa;
        border-radius: 4px;
        transition-duration: 0.5s; }
      header #nav-toggle::after {
        content: "MENU";
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        color: #e3aaaa;
        height: 0.6em;
        line-height: 1.2em;
        text-align: center; }
    header.open #nav-toggle::after {
      content: "CLOSE";
      color: white; }
    header.open #nav-toggle-btn {
      color: #e3aaaa; }
    header.open #nav-toggle span {
      background-color: white; }
      header.open #nav-toggle span:nth-child(1) {
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg) translate(-5px, 5px); }
      header.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%; }
      header.open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg) translate(-8px, -8px); }
    header.open #nav-toggle.asfine span:nth-child(1) {
      transform: rotate(315deg) translate(-11px, 11px); }
    header.open #nav-toggle.asfine span:nth-child(3) {
      transform: rotate(-315deg) translate(-9px, -9px); } }
  @media screen and (min-width: 960px) and (min-width: 960px) {
    header #nav-toggle {
      display: inheit; } }
@media screen and (min-width: 960px) {
    header nav {
      transform: translateX(100%);
      margin: 0; }
    header nav {
      width: 40%;
      height: 100vh;
      border-left: 2px solid #e3aaaa;
      position: absolute;
      top: 0;
      right: 0;
      background-color: white;
      z-index: 10;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: center;
      overflow: hidden;
      padding: 80px 0 0; }
      header nav ul {
        padding: 30px 0 0;
        width: 80%;
        flex-direction: column; }
        header nav ul li {
          width: 100%; }
          header nav ul li a {
            text-align: center;
            display: block;
            font-size: 18px;
            padding: 0.5em 0;
            line-height: 2em;
            font-weight: bold;
            border-top: 2px solid transparent;
            border-bottom: 2px solid transparent; }
            header nav ul li a:hover {
              border-top: 2px solid #82AE46;
              border-bottom: 2px solid #82AE46; }
          header nav ul li.current a {
            border-top: 2px solid #82AE46;
            border-bottom: 2px solid #82AE46; }
    header.open nav {
      width: 80%;
      opacity: 1;
      max-width: 400px;
      transform: unset; }
    header #nav-toggle {
      position: absolute;
      right: 0;
      top: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      width: 60px;
      height: 60px;
      padding: 10px;
      cursor: pointer;
      z-index: 10;
      background: #82AE46;
      padding: 10px; }
      header #nav-toggle span {
        display: block;
        height: 4px;
        width: 100%;
        background: white;
        border-radius: 4px; }
      header #nav-toggle::after {
        content: "MENU";
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        color: white;
        height: 0.6em;
        line-height: 1.2em;
        text-align: center; }
    header .open #nav-toggle {
      background: none; }
      header .open #nav-toggle span {
        background: #82AE46; }
        header .open #nav-toggle span:nth-child(1) {
          -webkit-transform: rotate(315deg);
          -moz-transform: rotate(315deg);
          transform: rotate(315deg) translate(-5px, 5px); }
        header .open #nav-toggle span:nth-child(2) {
          width: 0;
          left: 50%; }
        header .open #nav-toggle span:nth-child(3) {
          top: 11px;
          -webkit-transform: rotate(-315deg);
          -moz-transform: rotate(-315deg);
          transform: rotate(-315deg) translate(-8px, -8px); }
      header .open #nav-toggle::after {
        content: "CLOSE";
        color: #82AE46; }
    header .fixed {
      position: fixed;
      background-color: white;
      box-shadow: 0 2px 5px #999; } }
  @media screen and (min-width: 960px) and (min-width: 960px) {
    header header {
      height: 60px;
      padding: 10px; }
      header header nav {
        border-left: 2px solid #82AE46; }
    header .snb_menu, header .CTA_menu {
      font-size: 0.8em; } }

@media screen and (max-width: 960px) {
  header {
    height: 80px;
    flex-direction: row !important;
    justify-content: space-between !important;
    /* #nav-toggle 切り替えアニメーション */
    /*メニューを開いたとき */
    /* #nav-toggle 切り替えアニメーション */ }
    header > * {
      margin: 0 12px;
      padding: 10px; }
    header #nav-toggle {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      width: 60px;
      height: 60px;
      cursor: pointer;
      z-index: 150;
      padding: 10px;
      box-sizing: border-box;
      margin: auto 15px auto; }
      header #nav-toggle.asfine {
        width: 80px;
        height: 80px;
        background-color: #e3aaaa;
        margin: 0; }
        header #nav-toggle.asfine span {
          background: white; }
        header #nav-toggle.asfine::after {
          color: white; }
      header #nav-toggle-btn {
        background: white;
        border-radius: 10px;
        box-shadow: 8px 10px 0px #00000020; }
      header #nav-toggle span {
        display: block;
        height: 4px;
        width: 100%;
        background: #e3aaaa;
        border-radius: 4px;
        transition-duration: 0.5s; }
      header #nav-toggle::after {
        content: "MENU";
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        color: #e3aaaa;
        height: 0.6em;
        line-height: 1.2em;
        text-align: center; }
    header.open #nav-toggle::after {
      content: "CLOSE";
      color: white; }
    header.open #nav-toggle-btn {
      color: #e3aaaa; }
    header.open #nav-toggle span {
      background-color: white; }
      header.open #nav-toggle span:nth-child(1) {
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg) translate(-5px, 5px); }
      header.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%; }
      header.open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg) translate(-8px, -8px); }
    header.open #nav-toggle.asfine span:nth-child(1) {
      transform: rotate(315deg) translate(-11px, 11px); }
    header.open #nav-toggle.asfine span:nth-child(3) {
      transform: rotate(-315deg) translate(-9px, -9px); } }
  @media screen and (max-width: 960px) and (min-width: 960px) {
    header #nav-toggle {
      display: inheit; } }
@media screen and (max-width: 960px) {
    header nav {
      transform: translateX(100%);
      margin: 0; }
    header nav {
      width: 40%;
      height: 100vh;
      border-left: 2px solid #e3aaaa;
      position: absolute;
      top: 0;
      right: 0;
      background-color: white;
      z-index: 10;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: center;
      overflow: hidden;
      padding: 80px 0 0; }
      header nav ul {
        padding: 30px 0 0;
        width: 80%;
        flex-direction: column; }
        header nav ul li {
          width: 100%; }
          header nav ul li a {
            text-align: center;
            display: block;
            font-size: 18px;
            padding: 0.5em 0;
            line-height: 2em;
            font-weight: bold;
            border-top: 2px solid transparent;
            border-bottom: 2px solid transparent; }
            header nav ul li a:hover {
              border-top: 2px solid #82AE46;
              border-bottom: 2px solid #82AE46; }
          header nav ul li.current a {
            border-top: 2px solid #82AE46;
            border-bottom: 2px solid #82AE46; }
    header.open nav {
      width: 80%;
      opacity: 1;
      max-width: 400px;
      transform: unset; }
    header #nav-toggle {
      position: absolute;
      right: 0;
      top: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      width: 60px;
      height: 60px;
      padding: 10px;
      cursor: pointer;
      z-index: 10;
      background: #82AE46;
      padding: 10px; }
      header #nav-toggle span {
        display: block;
        height: 4px;
        width: 100%;
        background: white;
        border-radius: 4px; }
      header #nav-toggle::after {
        content: "MENU";
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        color: white;
        height: 0.6em;
        line-height: 1.2em;
        text-align: center; }
    header .open #nav-toggle {
      background: none; }
      header .open #nav-toggle span {
        background: #82AE46; }
        header .open #nav-toggle span:nth-child(1) {
          -webkit-transform: rotate(315deg);
          -moz-transform: rotate(315deg);
          transform: rotate(315deg) translate(-5px, 5px); }
        header .open #nav-toggle span:nth-child(2) {
          width: 0;
          left: 50%; }
        header .open #nav-toggle span:nth-child(3) {
          top: 11px;
          -webkit-transform: rotate(-315deg);
          -moz-transform: rotate(-315deg);
          transform: rotate(-315deg) translate(-8px, -8px); }
      header .open #nav-toggle::after {
        content: "CLOSE";
        color: #82AE46; }
    header .fixed {
      position: fixed;
      background-color: white;
      box-shadow: 0 2px 5px #999; } }
  @media screen and (max-width: 960px) and (min-width: 960px) {
    header header {
      height: 60px;
      padding: 10px; }
      header header nav {
        border-left: 2px solid #82AE46; }
    header .snb_menu, header .CTA_menu {
      font-size: 0.8em; } }

section {
  min-height: 100px;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: relative; }
  section::before, section::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%; }
  section:first-of-type {
    padding: 80px 0 0; }
  section:nth-of-type(even) {
    background-color: #ffffff; }
  section:last-of-type {
    margin-bottom: 0px; }
  section > * {
    width: auto;
    max-width: 960px;
    margin: 50px auto; }
    section > *:first-child {
      margin-top: 80px; }
    section > *:last-child {
      margin-bottom: 80px; }

@media screen and (min-width: 600px) and (max-width: 960px) {
  section.about-us {
    padding: 30px 30px 50px; } }
@media screen and (max-width: 600px) {
  section > * {
    margin: 30px; }
    section > *:first-child {
      margin-top: 50px; }
    section > *:last-child {
      margin-bottom: 50px; } }
h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.8em;
  color: #e3aaaa;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0 auto 30px; }
  h2::before, h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #e3aaaa; }
  h2::before {
    margin-right: 10px; }
  h2::after {
    margin-left: 10px; }

dl {
  width: auto; }

dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 2px solid #e3aaaa; }
  dl.collum {
    flex-direction: column; }
    dl.collum dt, dl.collum dd {
      width: 100%; }
  dl.no-border {
    border: none; }
    dl.no-border dt, dl.no-border dd {
      border: none; }
    dl.no-border hr {
      border-top: 2px solid #e3aaaa; }
  dl dt, dl dd {
    padding: 0.2em 0.5em; }
  dl dt {
    border: 2px solid #e3aaaa;
    border-bottom: none;
    width: 25%;
    background-color: #e3aaaa;
    color: white; }
  dl dd {
    border-right: 2px solid #e3aaaa;
    border-top: 2px solid #e3aaaa;
    width: 75%;
    background-color: white; }

@media screen and (max-width: 600px) {
  dl {
    font-size: 14px;
    flex-direction: column; }
    dl dt, dl dd {
      font-size: 14px;
      width: 100%; }
    dl dd {
      border-left: 2px solid #e3aaaa; }
    dl.row {
      flex-direction: row; }
      dl.row dt {
        width: 20%; }
      dl.row dd {
        width: 80%; } }
footer {
  background-color: #d68585; }
  footer div.sitemap {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 0; }
    footer div.sitemap div.logo {
      width: fit-content; }
      footer div.sitemap div.logo h1 a img {
        display: block; }
    footer div.sitemap nav.footer ul {
      justify-content: flex-end; }
      footer div.sitemap nav.footer ul li ul.sub-menu {
        display: none; }
      footer div.sitemap nav.footer ul li a {
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        line-height: 2em; }
      footer div.sitemap nav.footer ul li:after {
        content: "|"; }
      footer div.sitemap nav.footer ul li:last-of-type:after {
        content: ""; }
  footer div.copyright p {
    margin: 0;
    text-align: center;
    line-height: 3em;
    width: 100%;
    color: white; }

@media screen and (min-width: 600px) and (max-width: 960px) {
  footer div.sitemap {
    flex-direction: column !important; } }
@media screen and (max-width: 600px) {
  footer div.sitemap div.logo {
    max-width: 220px; }
  footer div.sitemap nav.footer ul {
    padding-top: 10px;
    justify-content: center !important;
    align-items: center !important; }
    footer div.sitemap nav.footer ul li:after {
      content: ""; }
  footer div.copyright {
    line-height: 1.5em;
    padding: 1em 0; }
    footer div.copyright ul {
      flex-direction: row !important;
      order: -1; }
      footer div.copyright ul li a {
        padding: 0 0.5em; } }
section.mainvisual {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 800px; }
  section.mainvisual > * {
    width: 100%;
    margin: 0; }
  section.mainvisual div.mv {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    max-width: unset;
    z-index: -1;
    margin: 0; }
    section.mainvisual div.mv img {
      height: 100%;
      width: auto;
      max-width: 100%;
      object-fit: cover;
      object-position: 35%; }
  section.mainvisual div.main h1 {
    width: 50%; }
    section.mainvisual div.main h1 img {
      width: 100%; }
  section.mainvisual div.sub ul.point {
    margin: 15px auto 15px 0;
    display: flex;
    justify-content: space-around;
    width: 50%; }
    section.mainvisual div.sub ul.point li {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background-color: #e3aaaa;
      color: white;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5em;
      position: relative;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: 0 10px 10px;
      text-align: center; }
      section.mainvisual div.sub ul.point li span {
        font-size: 14px; }
      section.mainvisual div.sub ul.point li::before {
        content: "";
        display: block;
        width: 100%;
        height: 50%;
        margin: 0;
        padding: 0;
        background-color: white;
        opacity: 0.1;
        position: absolute;
        transform: scale(1.5) translate(0px, -40px) rotate(-30deg); }
  section.mainvisual div.cta > * {
    width: 50%; }
  section.mainvisual div.cta p {
    text-align: center;
    font-size: 22px;
    color: #d68585; }
  section.mainvisual div.cta div.btn {
    text-align: center; }
    section.mainvisual div.cta div.btn a {
      position: relative;
      background-color: #e3aaaa;
      text-decoration: none;
      color: white;
      display: block;
      font-weight: bold;
      overflow: hidden;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      line-height: 3em;
      width: 100%;
      font-weight: bold;
      margin: 0 auto 10px;
      border-radius: 1.5em;
      max-width: 420px;
      transition-duration: 0.5s; }
      section.mainvisual div.cta div.btn a.cta {
        background-color: #f00; }
      section.mainvisual div.cta div.btn a::before {
        content: "▶";
        display: block;
        transition-duration: 0.3s;
        margin-left: 0.5em;
        order: 1; }
      section.mainvisual div.cta div.btn a:hover::before {
        transform: translate(10px, 0px); }
      section.mainvisual div.cta div.btn a::after {
        transition-duration: 0.5s;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -50%;
        width: 100%;
        height: 100%;
        background-color: white;
        opacity: 0.2;
        border-radius: 50%; }
      section.mainvisual div.cta div.btn a:hover::after {
        transform: translate(0px, 10px); }

@media screen and (max-width: 600px) {
  section.mainvisual {
    justify-content: flex-end;
    padding-bottom: 30px;
    height: 80vh;
    min-height: unset; }
    section.mainvisual > * {
      margin: 0 30px; }
    section.mainvisual div.mv {
      max-height: 65%; }
      section.mainvisual div.mv img {
        object-position: 80%; }
    section.mainvisual div.main {
      margin-top: 25vh; }
      section.mainvisual div.main h1 {
        width: 50%;
        margin: 0 30px 0 auto; }
        section.mainvisual div.main h1 img {
          width: 100%; }
    section.mainvisual div.sub ul.point {
      width: 100%; }
      section.mainvisual div.sub ul.point li {
        width: 120px;
        height: 120px;
        font-size: 15px;
        margin: 0 -5px; }
    section.mainvisual div.cta > * {
      width: 90%;
      margin: 0 auto; }
    section.mainvisual div.cta p {
      color: #d68585;
      font-size: 18px; } }
section.feature ul.work li {
  background-color: #d68585;
  margin: 0 0 15px;
  text-align: center;
  line-height: 2.5em;
  color: white;
  font-weight: bold;
  max-width: calc((100% - 15px) / 2);
  font-size: 14px; }
  section.feature ul.work li.title {
    width: 100%;
    max-width: unset;
    font-size: 18px; }
section.feature img.office {
  height: 230px;
  object-fit: cover;
  object-position: right; }
section.feature img.map {
  height: 280px;
  object-fit: cover;
  object-position: right; }

section div.box ol {
  padding: 0 15px 0 2.5em !important;
  font-size: 12px;
  margin-top: 0px; }

ul.company li {
  max-width: calc(20% - 5px); }

ul.media div {
  max-width: calc((100% - 15px) / 2);
  padding: 0;
  text-align: center;
  background-color: #d68585;
  margin: 0 auto 15px;
  color: white;
  font-weight: bold; }
  ul.media div span {
    line-height: 2em; }
  ul.media div li {
    line-height: 1.25em;
    padding: 0.5em 0; }
  ul.media div img {
    padding: 0 55px; }

@media screen and (max-width: 600px) {
  ul.media div span {
    font-size: 11px; }
  ul.media div li {
    font-size: 12px; }
  ul.media div img {
    padding: 0 15px; } }
section.form > div.mw_wp_form {
  margin: 30px auto;
  background-color: #fff;
  box-shadow: 8px 10px 0px #00000020;
  padding: 15px; }
section.form div {
  margin: 15px auto; }
  section.form div label {
    border-left: 2px solid #e3aaaa;
    border-width: 5px;
    font-weight: bold;
    padding-left: 0.5em;
    width: 100%;
    line-height: 2em;
    display: block;
    margin: 0 auto 10px;
    background-color: #f5f5f5; }
    section.form div label:after {
      content: "任意";
      color: white;
      background-color: lightseagreen;
      font-size: 0.8em;
      padding: 0.3em 0.5em;
      border-radius: 0.5em;
      margin: 0 0 0 0.5em; }
    section.form div label.required:after {
      content: "必須";
      background-color: red; }
  section.form div br {
    display: none; }
  section.form div input, section.form div select, section.form div textarea {
    width: 100%;
    outline: none;
    border: 1px solid #e3aaaa;
    transition: all 0.3s;
    padding: 0.5em 0.8em;
    font-size: 16px;
    margin: 0 auto 10px; }
section.form div.mw_wp_form_confirm div label:after {
  display: none; }
section.form p input[type="submit"] {
  width: 100%;
  max-width: 420px;
  padding: 0;
  margin: 0 auto 10px;
  box-shadow: unset;
  border: unset;
  position: relative;
  background-color: #f00;
  color: white;
  font-weight: bold;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 3em;
  width: 100%;
  font-weight: bold;
  border-radius: 1.5em;
  transition-duration: 0.5s; }
  section.form p input[type="submit"]:hover {
    opacity: 0.8; }

@media screen and (max-width: 600px) {
  section.form > div.mw_wp_form {
    margin: 30px; } }
section.cta h3 {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #d68585; }
  section.cta h3:before, section.cta h3:after {
    content: "";
    display: block;
    height: 1.5em;
    width: 5px;
    background-color: #d68585; }
  section.cta h3:before {
    transform: rotate3d(10, 20, -5, 35deg) translate(-10px, -5px); }
  section.cta h3:after {
    transform: rotate3d(-10, 20, 5, 35deg) translate(10px, -5px); }
section.cta div.btn {
  text-align: center; }
  section.cta div.btn a {
    position: relative;
    background-color: #e3aaaa;
    text-decoration: none;
    color: white;
    display: block;
    font-weight: bold;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 3em;
    width: 100%;
    font-weight: bold;
    margin: 0 auto 10px;
    border-radius: 1.5em;
    max-width: 420px;
    transition-duration: 0.5s; }
    section.cta div.btn a.cta {
      background-color: #ce7070; }
    section.cta div.btn a::before {
      content: "▶";
      display: block;
      transition-duration: 0.3s;
      margin-left: 0.5em;
      order: 1; }
    section.cta div.btn a:hover::before {
      transform: translate(10px, 0px); }
    section.cta div.btn a::after {
      transition-duration: 0.5s;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: -50%;
      width: 100%;
      height: 100%;
      background-color: white;
      opacity: 0.2;
      border-radius: 50%; }
    section.cta div.btn a:hover::after {
      transform: translate(0px, 10px); }

@media screen and (max-width: 600px) {
  section.cta h3 {
    font-size: 18px; } }
section.tab input {
  display: none; }
section.tab div.tab-title {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  position: relative; }
  section.tab div.tab-title label {
    line-height: 3em;
    width: 10em;
    border-bottom: 3em solid #d68585;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    color: white;
    text-align: center;
    font-weight: bold;
    margin: auto -10px 0;
    transition-delay: unset !important;
    transition-duration: unset !important; }
section.tab div.tab-body {
  position: relative;
  border: 2px solid #e3aaaa;
  padding: 30px;
  border-width: 5px;
  background-color: white;
  box-shadow: 8px 10px 0px #00000020;
  margin-top: 0; }
  section.tab div.tab-body div.body01,
  section.tab div.tab-body div.body02,
  section.tab div.tab-body div.body03,
  section.tab div.tab-body div.body04 {
    display: none; }
    section.tab div.tab-body div.body01 dl,
    section.tab div.tab-body div.body02 dl,
    section.tab div.tab-body div.body03 dl,
    section.tab div.tab-body div.body04 dl {
      margin-bottom: 15px; }
section.tab #tab01:checked ~ div.tab-title label[for=tab01],
section.tab #tab02:checked ~ div.tab-title label[for=tab02],
section.tab #tab03:checked ~ div.tab-title label[for=tab03],
section.tab #tab04:checked ~ div.tab-title label[for=tab04] {
  border-bottom: 4em solid #e3aaaa;
  line-height: 4em;
  z-index: 1; }
section.tab #tab01:checked ~ div.tab-body div.body01,
section.tab #tab02:checked ~ div.tab-body div.body02,
section.tab #tab03:checked ~ div.tab-body div.body03,
section.tab #tab04:checked ~ div.tab-body div.body04 {
  display: block; }
section.tab div.btn {
  text-align: center; }
  section.tab div.btn a {
    position: relative;
    background-color: #e3aaaa;
    text-decoration: none;
    color: white;
    display: block;
    font-weight: bold;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 3em;
    width: 100%;
    font-weight: bold;
    margin: 0 auto 10px;
    border-radius: 1.5em;
    max-width: 420px;
    transition-duration: 0.5s; }
    section.tab div.btn a.cta {
      background-color: #f00; }
    section.tab div.btn a::before {
      content: "▶";
      display: block;
      transition-duration: 0.3s;
      margin-left: 0.5em;
      order: 1; }
    section.tab div.btn a:hover::before {
      transform: translate(10px, 0px); }
    section.tab div.btn a::after {
      transition-duration: 0.5s;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: -50%;
      width: 100%;
      height: 100%;
      background-color: white;
      opacity: 0.2;
      border-radius: 50%; }
    section.tab div.btn a:hover::after {
      transform: translate(0px, 10px); }

@media screen and (max-width: 600px) {
  section.tab input {
    display: none; }
  section.tab div.tab-title {
    padding: 0 10px 3em; }
    section.tab div.tab-title label {
      font-size: 14px; }
  section.tab div.tab-body {
    padding: 15px; }
  section.tab #tab01:checked ~ div.tab-title label[for=tab01],
  section.tab #tab02:checked ~ div.tab-title label[for=tab02],
  section.tab #tab03:checked ~ div.tab-title label[for=tab03],
  section.tab #tab04:checked ~ div.tab-title label[for=tab04] {
    white-space: nowrap;
    width: 100%;
    border: none;
    background-color: #e3aaaa;
    position: absolute;
    height: 3em;
    line-height: 3em;
    bottom: 0;
    margin: 0;
    font-size: 16px; } }
section.tab-staff input {
  display: none; }
section.tab-staff div.tab-title {
  display: flex;
  justify-content: center; }
  section.tab-staff div.tab-title label {
    border: 2px solid #e3aaaa;
    border-width: 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    margin: 0 -10px 2em;
    opacity: 0.8;
    max-width: 180px; }
    section.tab-staff div.tab-title label img {
      border-radius: 50%; }
    section.tab-staff div.tab-title label:nth-of-type(1) {
      z-index: 9; }
    section.tab-staff div.tab-title label:nth-of-type(2) {
      z-index: 8; }
    section.tab-staff div.tab-title label:nth-of-type(3) {
      z-index: 7; }
    section.tab-staff div.tab-title label:nth-of-type(4) {
      z-index: 6; }
    section.tab-staff div.tab-title label:nth-of-type(5) {
      z-index: 5; }
    section.tab-staff div.tab-title label:before {
      content: "▼";
      font-size: 60px;
      z-index: -10;
      color: #e3aaaa;
      position: absolute;
      bottom: -1em;
      right: 0;
      left: 0;
      text-align: center;
      transform: translateY(-50px);
      transition-duration: 0.5s; }
section.tab-staff div.tab-body {
  position: relative;
  border: 2px solid #e3aaaa;
  padding: 90px 30px 30px;
  border-width: 5px;
  background-color: white;
  box-shadow: 8px 10px 0px #00000020;
  position: relative; }
  section.tab-staff div.tab-body h3 {
    text-align: center;
    background-color: #e3aaaa;
    color: white;
    position: absolute;
    height: 3em;
    line-height: 3em;
    left: -2px;
    top: -2px;
    right: -2px;
    margin: 0; }
    section.tab-staff div.tab-body h3 span {
      color: yellow; }
  section.tab-staff div.tab-body img {
    max-width: 50%;
    margin-left: 30px; }
  section.tab-staff div.tab-body div.body01,
  section.tab-staff div.tab-body div.body02,
  section.tab-staff div.tab-body div.body03,
  section.tab-staff div.tab-body div.body04,
  section.tab-staff div.tab-body div.body05 {
    display: none; }
section.tab-staff #tab11:checked ~ div.tab-title label[for=tab11],
section.tab-staff #tab12:checked ~ div.tab-title label[for=tab12],
section.tab-staff #tab13:checked ~ div.tab-title label[for=tab13],
section.tab-staff #tab14:checked ~ div.tab-title label[for=tab14],
section.tab-staff #tab15:checked ~ div.tab-title label[for=tab15] {
  z-index: 10;
  opacity: 1; }
  section.tab-staff #tab11:checked ~ div.tab-title label[for=tab11]:before,
  section.tab-staff #tab12:checked ~ div.tab-title label[for=tab12]:before,
  section.tab-staff #tab13:checked ~ div.tab-title label[for=tab13]:before,
  section.tab-staff #tab14:checked ~ div.tab-title label[for=tab14]:before,
  section.tab-staff #tab15:checked ~ div.tab-title label[for=tab15]:before {
    transform: unset; }

@media screen and (max-width: 600px) {
  section.tab-staff div.tab-body img {
    max-width: 100%;
    margin: 0; }
  section.tab-staff div.tab-body h3 span {
    font-size: 0.75em; } }
div.tab-award {
  background-color: white;
  padding: 30px;
  box-shadow: 8px 10px 0px #00000020; }
  div.tab-award input {
    display: none; }
  div.tab-award div.tab-title {
    justify-content: space-around !important; }
    div.tab-award div.tab-title label {
      max-width: 200px;
      transform: scale(0.75);
      opacity: 0.5; }
  div.tab-award div.tab-body div.body01,
  div.tab-award div.tab-body div.body02,
  div.tab-award div.tab-body div.body03 {
    transform: scale(0.75);
    opacity: 0.5; }
    div.tab-award div.tab-body div.body01 h4,
    div.tab-award div.tab-body div.body02 h4,
    div.tab-award div.tab-body div.body03 h4 {
      font-size: 16px;
      text-align: center; }
    div.tab-award div.tab-body div.body01 p,
    div.tab-award div.tab-body div.body02 p,
    div.tab-award div.tab-body div.body03 p {
      font-size: 14px;
      text-align: center; }
    div.tab-award div.tab-body div.body01 ul,
    div.tab-award div.tab-body div.body02 ul,
    div.tab-award div.tab-body div.body03 ul {
      margin: auto 0 0; }
  div.tab-award #tab21:checked ~ div.tab-title label[for=tab21],
  div.tab-award #tab22:checked ~ div.tab-title label[for=tab22],
  div.tab-award #tab23:checked ~ div.tab-title label[for=tab23] {
    transform: unset;
    opacity: 1; }
  div.tab-award #tab21:checked ~ div.tab-body div.body01,
  div.tab-award #tab22:checked ~ div.tab-body div.body02,
  div.tab-award #tab23:checked ~ div.tab-body div.body03 {
    transform: unset;
    opacity: 1; }

@media screen and (max-width: 600px) {
  div.tab-award div.tab-body div.body01,
  div.tab-award div.tab-body div.body02,
  div.tab-award div.tab-body div.body03 {
    display: none; }
    div.tab-award div.tab-body div.body01 h4,
    div.tab-award div.tab-body div.body02 h4,
    div.tab-award div.tab-body div.body03 h4 {
      font-size: 14px; }
    div.tab-award div.tab-body div.body01 p,
    div.tab-award div.tab-body div.body02 p,
    div.tab-award div.tab-body div.body03 p {
      font-size: 12px; }
  div.tab-award #tab21:checked ~ div.tab-body div.body01,
  div.tab-award #tab22:checked ~ div.tab-body div.body02,
  div.tab-award #tab23:checked ~ div.tab-body div.body03 {
    display: block;
    transform: unset;
    opacity: 1; } }
div.box {
  background-color: white;
  margin: 0 0 30px;
  padding: 0;
  border-radius: 0;
  box-shadow: 8px 10px 0px #00000020;
  overflow: unset;
  display: flex;
  flex-direction: column; }
  div.box > h3 {
    border-left: none;
    line-height: 1.5em;
    padding: 0.5em 10px 0.5em 20px;
    margin: 0 0 0 -10px !important;
    font-size: 18px;
    text-align: left;
    color: white;
    background-color: #e3aaaa;
    position: relative; }
    div.box > h3::before, div.box > h3::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 0;
      border-color: transparent #e3aaaa transparent transparent; }
    div.box > h3::after {
      border-color: transparent black transparent transparent;
      opacity: 0.3; }
  div.box > h4 {
    color: #e3aaaa;
    margin: 15px auto 0 !important;
    text-align: center; }
  div.box > * {
    margin: 15px;
    padding: 0; }
  div.box p {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 1.5em; }
  div.box p.kome {
    font-size: 12px;
    color: gray; }
  div.box img {
    margin: 0; }
    div.box img:last-child {
      margin: auto 0 0; }
  div.box > *:last-child {
    margin: auto 15px 15px; }
  div.box > *:nth-child(2) {
    margin: 15px; }

.pc, .pc_tb {
  display: block; }

.tb, .sp_tb, .sp, .sp-flex, .none {
  display: none; }

.flex, footer div.sitemap nav.footer ul, section.tab div.btn, section.tab-staff #tab11:checked ~ div.tab-body div.body01,
section.tab-staff #tab12:checked ~ div.tab-body div.body02,
section.tab-staff #tab13:checked ~ div.tab-body div.body03,
section.tab-staff #tab14:checked ~ div.tab-body div.body04,
section.tab-staff #tab15:checked ~ div.tab-body div.body05, .flex-between, footer div.sitemap, .flex-half, .flex2, .flex-3column, .flex3, .flex-4column, .flex4, .flex-5column, .flex5, .flex-6column, .flex6, .flex-7column, .flex7, .flex-around, .flex-center, .flex-start, .flex-start-center, .flex-end, .flex-wrap, footer, .flex-column, .flex-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.flex-between, footer div.sitemap, .flex-half, .flex2, .flex-3column, .flex3, .flex-4column, .flex4, .flex-5column, .flex5, .flex-6column, .flex6, .flex-7column, .flex7 {
  justify-content: space-between !important; }

.flex-around {
  justify-content: space-around;
  align-items: center; }

.flex-center {
  justify-content: center;
  align-items: center; }

.flex-start {
  justify-content: flex-start !important;
  align-items: flex-start !important; }

.flex-start-center {
  justify-content: flex-start;
  align-items: center; }

.flex-end {
  justify-content: flex-end !important;
  align-items: flex-end !important; }

.flex-wrap, footer {
  flex-wrap: wrap !important; }

.wrap {
  flex-wrap: wrap !important; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row !important; }

.row {
  flex-direction: row !important; }

.flex-half > *, .flex2 > * {
  max-width: calc((100% - 30px) / 2); }

.flex-3column > *, .flex3 > * {
  max-width: calc((100% - (30px * 2)) / 3); }

.flex-4column > *, .flex4 > * {
  max-width: calc((100% - (30px * 3)) / 4); }

.flex-5column > *, .flex5 > * {
  max-width: calc((100% - (30px * 4)) / 5); }

.flex-6column > *, .flex6 > * {
  max-width: calc((100% - (30px * 5)) / 6); }

.flex-7column > *, .flex7 > * {
  max-width: calc((100% - (30px * 6)) / 7); }

.front {
  order: -1; }

.behind {
  order: 1; }

.flex-sideMenu {
  margin: 0 auto; }

.sideMenu {
  max-width: 320px;
  padding: 30px 0 !important; }

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

  .sp_tb {
    display: block; } }
@media screen and (max-width: 600px) {
  .sideMenu {
    max-width: 100%; }

  .pc_tb {
    display: none; }

  .sp {
    display: block; }

  .sp-flex {
    display: flex; }

  .flex, footer div.sitemap nav.footer ul, section.tab div.btn, section.tab-staff #tab11:checked ~ div.tab-body div.body01,
  section.tab-staff #tab12:checked ~ div.tab-body div.body02,
  section.tab-staff #tab13:checked ~ div.tab-body div.body03,
  section.tab-staff #tab14:checked ~ div.tab-body div.body04,
  section.tab-staff #tab15:checked ~ div.tab-body div.body05, .flex-between, footer div.sitemap, .flex-half, .flex2, .flex-3column, .flex3, .flex-4column, .flex4, .flex-5column, .flex5, .flex-6column, .flex6, .flex-7column, .flex7, .flex-around, .flex-center, .flex-start, .flex-start-center, .flex-end, .flex-wrap, footer, .flex-column, .flex-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }

  .front {
    order: 0; }

  .flex-half > *, .flex2 > *, .flex-3column > *, .flex3 > *, .flex-4column > *, .flex4 > * {
    width: 100%;
    max-width: 100%; } }
@media screen and (min-width: 600px) and (max-width: 960px) {
  .tb {
    display: block; } }
.anime {
  opacity: 0;
  transition: 1s; }
  .anime.on {
    opacity: 1;
    transform: unset; }

.chikachika {
  animation: chikachika 8s infinite linear; }

@keyframes chikachika {
  0% {
    opacity: 0; }
  1% {
    opacity: 1; }
  2% {
    opacity: 0; }
  3% {
    opacity: 1; }
  4% {
    opacity: 0; }
  5% {
    opacity: 1; }
  6% {
    opacity: 0; }
  7% {
    opacity: 1; }
  8% {
    opacity: 0; }
  9% {
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.shake {
  animation: shake 8s infinite linear; }

@keyframes shake {
  0% {
    transform: translateY(5px); }
  1% {
    transform: translateY(0px); }
  2% {
    transform: translateY(5px); }
  3% {
    transform: translateY(0px); }
  4% {
    transform: translateY(5px); }
  5% {
    transform: translateY(0px); }
  6% {
    transform: translateY(5px); }
  7% {
    transform: translateY(0px); }
  8% {
    transform: translateY(5px); }
  9% {
    transform: translateY(0px); }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.rotate {
  animation: rotate 8s infinite linear; }

@keyframes rotate {
  0% {
    transform: rotateY(0);
    opacity: 0; }
  5% {
    transform: rotateY(720deg); }
  10% {
    transform: rotateY(0);
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.bounce {
  animation: bounce 5s infinite linear; }

@keyframes bounce {
  0% {
    transform: translateY(0px); }
  9% {
    transform: translateY(-10px); }
  18% {
    transform: translateY(0px); }
  27% {
    transform: translateY(-10px); }
  36% {
    transform: translateY(0px); }
  100% {
    transform: translateY(0px); } }
.fuwafuwa {
  animation: fuwafuwa 500ms linear 0ms 1; }

@keyframes fuwafuwa {
  0% {
    transform: scale(1); }
  8% {
    transform: scale(1.1); }
  17% {
    transform: scale(1.2); }
  34% {
    transform: scale(1); }
  51% {
    transform: scale(1.2); }
  68% {
    transform: scale(1); }
  84% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
.hunwari {
  animation: hunwari 1.8s infinite ease-in-out; }

@keyframes hunwari {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0); } }
.anime.slide-in {
  transition-delay: 0.8s;
  transform: translate(0px, -100%); }
.anime.slide-right {
  transform: translate(100%, 0px); }
.anime.slide-left {
  transform: translate(-100%, 0px); }
.anime.slide-up {
  transform: translate(0px, 30px); }
.anime.slides-up > * {
  opacity: 0;
  transform: translate(0px, 30px);
  transition-duration: 0.5s; }
.anime.slide-skew {
  transform: translate(-30px, 30px); }
.anime.slides-skew > * {
  opacity: 0;
  transform: translate(30px, -30px);
  transition-duration: 0.5s; }

.anime.on {
  transform: unset;
  opacity: 1; }
  .anime.on > * {
    transform: unset;
    opacity: 1;
    transition-duration: 0.5s; }
    .anime.on > *:hover {
      transition-delay: 0s !important; }
.anime > *:nth-child(1) {
  transition-delay: 0.2s; }
.anime > *:nth-child(2) {
  transition-delay: 0.4s; }
.anime > *:nth-child(3) {
  transition-delay: 0.6s; }
.anime > *:nth-child(4) {
  transition-delay: 0.8s; }
.anime > *:nth-child(5) {
  transition-delay: 1s; }
.anime > *:nth-child(6) {
  transition-delay: 1.2s; }

.anime.marker {
  opacity: 1;
  background-image: linear-gradient(transparent 40%, yellow 0%);
  background-position: 800% 0%;
  background-size: 200% auto;
  background-repeat: no-repeat;
  transition-delay: 5s;
  transition: background-position 2s ease-out;
  padding: 0 0.5em;
  margin: 0 auto;
  width: fit-content; }
  .anime.marker.on {
    background-position: 0% 0%; }


























/* Sass Document */
b.kome {
  padding-left: 0.5em;
  font-size: smaller;
  opacity: 0.8; }
  b.kome:before {
    content: "※"; }

section div.box ol {
  margin: 15px; }
  section div.box ol li {
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    section div.box ol li span {
      width: 100%;
      border: 2px solid #e3aaaa;
      border-bottom: none;
      padding: 0.5em;
      font-weight: bold; }
    section div.box ol li:last-of-type span:last-of-type {
      border-bottom: 2px solid #e3aaaa; }
  section div.box ol.time_schedule {
    padding: 0 !important; }
    section div.box ol.time_schedule li span {
      line-height: 5em; }
      section div.box ol.time_schedule li span.time {
        width: 6em;
        text-align: center;
        background-color: #e3aaaa;
        color: white;
        font-weight: bold; }
  section div.box ol.step {
    padding: 0 !important; }
    section div.box ol.step li {
      position: relative;
      flex-direction: column;
      line-height: 1.5em;
      font-weight: bold; }
      section div.box ol.step li:before, section div.box ol.step li:after {
        content: "step";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50px;
        text-align: center;
        font-weight: bold;
        color: yellow; }
      section div.box ol.step li:before {
        line-height: 3em;
        background-color: #d68585; }
      section div.box ol.step li:after {
        content: "00";
        top: 28px;
        bottom: unset; }
      section div.box ol.step li.step1:after {
        content: "01"; }
      section div.box ol.step li.step2:after {
        content: "02"; }
      section div.box ol.step li.step3:after {
        content: "03"; }
      section div.box ol.step li.step4:after {
        content: "04"; }
      section div.box ol.step li.step5:after {
        content: "05"; }
      section div.box ol.step li span {
        padding-left: 4.5em !important; }
        section div.box ol.step li span:first-of-type {
          background-color: #e3aaaa;
          color: white; }

@media screen and (min-width: 560px) {
  section div.box ol {
    font-size: 14px; }
    section div.box ol.time_schedule li span {
      padding: 1em;
      line-height: 4.2em; }
      section div.box ol.time_schedule li span.time {
        width: 8em; } }
