@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Oswald:wght@200..700&display=swap");
@font-face {
  font-family: 'tatsuno';
  src: url("../fonts/tatsuno.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
/* init */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary, time, mark, audio, video, a, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul li {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

pre, code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit; }

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

img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: text-top;
  font-size: 75%; }

sub {
  vertical-align: text-bottom;
  font-size: 75%; }

input, textarea, select {
  z-index: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle; }

a {
  outline: none; }

audio:not([controls]) {
  display: none; }

time {
  display: inline; }

[hidden] {
  display: none; }

input::-ms-clear, input::-ms-reveal, input:focus::-ms-clear, input:focus::-ms-reveal {
  visibility: hidden;
  display: none; }

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  outline: none; }

button,
input[type=submit],
input[type=button],
input[type=reset] {
  cursor: pointer; }

small {
  font-size: 85%; }

i, em {
  font-weight: normal;
  font-style: normal; }

html {
  scroll-behavior: smooth; }

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

.wrapper {
  overflow: hidden;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333; }

main {
  line-height: 1.75; }

#mainVisual {
  background: url("../img/mainVisual.webp") no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  #mainVisual::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  #mainVisual .angle {
    background: url("../img/angleB.svg") no-repeat left top;
    background-size: contain;
    aspect-ratio: 1 / 0.1875;
    padding: 0 4vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Oswald',sans-serif;
    font-size: 4vw;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    left: -100vw;
    top: -300px;
    opacity: 0;
    transition: all .5s ease-out .5s;
    color: #fff; }
    #mainVisual .angle div {
      margin-bottom: calc(4vw - 1px); }
    #mainVisual .angle.play {
      left: 0;
      top: 0;
      opacity: 1; }
  #mainVisual .title {
    text-align: center;
    position: relative;
    z-index: 1; }
    #mainVisual .title h1 {
      font-size: 3.2vw;
      font-weight: 700;
      color: #fff;
      line-height: 1.4;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      #mainVisual .title h1 b {
        font-size: 4.4vw;
        display: block; }
  #mainVisual .image {
    background: url("../img/mainVisualSub.webp") no-repeat right bottom;
    background-size: contain;
    aspect-ratio: 1 / 0.200;
    position: absolute;
    right: -100vw;
    opacity: 0;
    bottom: 300px;
    width: 100%;
    z-index: 1;
    transition: all .5s ease-out 1s; }
    #mainVisual .image.play {
      right: 0;
      bottom: 0;
      opacity: 1; }

.anim {
  top: 200px;
  opacity: 0;
  filter: blur(20px);
  transition: all .5s ease-out .2s;
  position: relative; }
  .anim.play {
    top: 0;
    opacity: 1;
    filter: blur(0); }

section {
  top: 200px;
  opacity: 0;
  filter: blur(20px);
  transition: all .5s ease-out .2s;
  position: relative; }
  section.play {
    top: 0;
    opacity: 1;
    filter: blur(0); }
  section header.visual {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    text-align: center;
    position: relative; }
    section header.visual::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0; }
    section header.visual > div {
      font-size: 60px;
      font-family: 'Oswald',sans-serif;
      color: #74b700;
      font-weight: 700px;
      letter-spacing: 0.02em;
      margin-bottom: 15px;
      padding-bottom: 15px;
      line-height: 1.2;
      position: relative;
      z-index: 1; }
      section header.visual > div::after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: #74b700;
        position: absolute;
        left: calc(50% - 40px);
        bottom: 0; }
    section header.visual h2 {
      font-size: 24px;
      font-weight: bold;
      color: #fff;
      position: relative;
      z-index: 1; }
  section.whats {
    background: #74b700; }
    section.whats .inner {
      max-width: 1600px;
      padding: 3vw 80px;
      margin: 0 auto;
      background: url("../img/whats.png") no-repeat 100px center;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      section.whats .inner h2 {
        background: rgba(0, 0, 0, 0.7);
        border-radius: 0 60px 60px 0;
        padding: 12px 40px 15px 0;
        color: #fff;
        font-size: 34px;
        font-weight: 700;
        width: 500px;
        position: relative; }
        section.whats .inner h2::before {
          content: '';
          display: block;
          height: 100%;
          width: 50vw;
          background: rgba(0, 0, 0, 0.7);
          position: absolute;
          left: -50vw;
          top: 0; }
        section.whats .inner h2 span {
          font-size: 24px; }
      section.whats .inner div {
        width: calc(100% - 500px);
        padding-left: 40px;
        color: #fff; }
        section.whats .inner div h3 {
          font-size: 32px;
          font-weight: 700; }
        section.whats .inner div p {
          font-size: 18px; }
  section.business {
    padding-bottom: 100px; }
    section.business header.visual {
      background-image: url("../img/ttlbg02.webp"); }
    section.business .content h3 {
      text-align: center;
      background: #74b700;
      font-size: 28px;
      font-weight: 700;
      padding: 60px 0;
      color: #fff; }
    section.business .business {
      max-width: 1600px;
      padding: 0 80px;
      margin: 0 auto; }
      section.business .business .mc {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        section.business .business .mc .col {
          width: calc(50% - 40px); }
          section.business .business .mc .col img {
            position: relative;
            top: -40px; }
        section.business .business .mc h4 {
          font-size: 24px;
          font-weight: 700;
          border-bottom: 4px #74b700 solid;
          margin-bottom: 20px;
          width: fit-content;
          margin-top: 60px; }
          section.business .business .mc h4 b {
            font-size: 36px; }
        section.business .business .mc p {
          font-size: 18px; }
      section.business .business p.msg {
        text-align: center;
        font-size: 18px;
        margin-top: 60px;
        background: #FFF3CA;
        border-radius: 10px;
        padding: 20px; }
        section.business .business p.msg b {
          font-size: 24px;
          font-weight: 700; }
  section.message {
    padding-bottom: 100px; }
    section.message header.visual {
      background-image: url("../img/ttlbg01.webp"); }
    section.message h3 {
      text-align: center;
      background: #74b700;
      font-size: 60px;
      font-weight: 700;
      padding: 60px 0;
      line-height: 1.2;
      font-family: 'Oswald','Noto Sans JP', sans-serif;
      color: #fff; }
      section.message h3 b {
        font-weight: 700;
        font-size: 24px;
        display: block; }
    section.message .mc {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 1600px;
      padding: 0 80px 80px;
      margin: 0 auto; }
      section.message .mc.r {
        flex-direction: row-reverse; }
      section.message .mc .col.img {
        width: 417px;
        text-align: center;
        margin-top: -40px; }
      section.message .mc .col.txt {
        width: calc(100% - 460px);
        padding-top: 40px; }
        section.message .mc .col.txt h4 {
          font-size: 36px;
          font-weight: 700;
          border-bottom: 4px #74b700 solid;
          margin-bottom: 20px;
          line-height: 1.4; }
        section.message .mc .col.txt p.q {
          color: #74b700;
          font-size: 24px;
          font-weight: 700;
          padding: 20px 0 20px 60px;
          position: relative; }
        section.message .mc .col.txt p.a {
          font-size: 18px;
          padding: 20px 0 20px 60px;
          position: relative; }
        section.message .mc .col.txt p b {
          width: 50px;
          height: 50px;
          background: #74b700;
          border-radius: 50%;
          line-height: 50px;
          text-align: center;
          font-family: 'Oswald','Noto Sans JP', sans-serif;
          font-size: 28px;
          position: absolute;
          left: 0;
          top: 18px;
          color: #fff; }
    section.message .people {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 1600px;
      padding: 0 80px;
      margin: 40px auto 0;
      column-gap: 30px; }
      section.message .people .person {
        flex: 1; }
        section.message .people .person .photo img {
          display: block; }
        section.message .people .person .data {
          background: #74b700;
          border-radius: 10px;
          padding: 25px;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-bottom: 20px;
          flex-wrap: wrap; }
          section.message .people .person .data > div {
            width: 65%; }
          section.message .people .person .data h4 {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px; }
          section.message .people .person .data dl {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            font-size: 14px; }
            section.message .people .person .data dl dt {
              width: 4.2em;
              margin-bottom: 5px; }
            section.message .people .person .data dl dd {
              width: calc(100% - 4.2em);
              margin-bottom: 5px;
              text-indent: -1em;
              padding-left: 1em; }
          section.message .people .person .data img {
            border: 4px #fff solid;
            border-radius: 4px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            width: 35%; }
          section.message .people .person .data .job {
            width: 100%;
            background: #fff;
            padding: 15px;
            border-radius: 10px;
            font-size: 14px;
            margin-top: 20px; }
            section.message .people .person .data .job b {
              display: block; }
        section.message .people .person .comment {
          border: 1px #333 solid;
          border-radius: 10px;
          padding: 20px;
          position: relative;
          min-height: 201px; }
          section.message .people .person .comment::before {
            content: '';
            display: block;
            width: 40px;
            height: 40px;
            border: 1px #333 solid;
            border-width: 0 1px 1px 0;
            transform: rotate(-120deg) skew(calc((90deg - 30deg) / 2), calc((90deg - 30deg) / 2));
            position: absolute;
            left: 15%;
            top: -10px;
            z-index: 1;
            background: #fff; }
          section.message .people .person .comment p {
            font-size: 16px;
            position: relative;
            z-index: 1; }
          section.message .people .person .comment .mark {
            background: #FFFE3E; }
          section.message .people .person .comment h5 {
            font-size: 20px;
            font-weight: 700;
            border-bottom: 2px #74b700 solid;
            margin-bottom: 10px;
            width: fit-content;
            position: relative;
            z-index: 1; }
        section.message .people .person .schedule {
          margin-top: 30px;
          position: relative; }
          section.message .people .person .schedule::after {
            width: 88px;
            height: 102px;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
            content: '';
            display: block;
            background: url("../img/icnSchedule.png") no-repeat center; }
          section.message .people .person .schedule dl {
            font-size: 16px;
            clear: both;
            position: relative; }
            section.message .people .person .schedule dl dt {
              float: left;
              border: 2px #f39939 solid;
              color: #f39939;
              padding: 5px 20px;
              border-radius: 20px;
              line-height: 1;
              width: 80px;
              text-align: center;
              position: relative;
              top: 5px; }
            section.message .people .person .schedule dl dd {
              padding-left: 100px; }
              section.message .people .person .schedule dl dd ul li {
                border-bottom: 1px #ccc dashed;
                padding: 4px 10px; }
            section.message .people .person .schedule dl + dl dt {
              background: #f39939;
              color: #fff; }
  section.qanda {
    padding-bottom: 80px; }
    section.qanda header.visual {
      background-image: url("../img/ttlbg03.webp"); }
    section.qanda .inner {
      max-width: 1600px;
      padding: 40px 80px;
      margin: 0 auto; }
      section.qanda .inner h3 {
        background: #74b700;
        border-radius: 0 60px 60px 0;
        padding: 12px 60px 15px 70px;
        font-size: 40px;
        font-weight: 700;
        width: fit-content;
        position: relative;
        margin: 60px 0 30px; }
        section.qanda .inner h3 i {
          color: #74b700;
          font-family: 'Oswald', sans-serif;
          font-weight: 700;
          margin-right: .5em;
          font-size: 46px;
          position: absolute;
          left: 0;
          top: calc(50% - 30px);
          width: 60px;
          height: 60px;
          background: #fff;
          display: block;
          border-radius: 50%;
          line-height: 60px;
          text-align: center; }
        section.qanda .inner h3::before {
          content: '';
          display: block;
          width: 50vw;
          height: 100%;
          position: absolute;
          left: -50vw;
          top: 0;
          background: #74b700; }
      section.qanda .inner .motives {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 40px 0; }
        section.qanda .inner .motives p {
          border: 1px #ccc solid;
          border-radius: 10px;
          background: #fff url("../img/aB.png") no-repeat 90% bottom;
          margin: 0 0 40px;
          padding: 30px 40px;
          width: calc(50% - 40px);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          font-size: 18px; }
      section.qanda .inner dl dt {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        section.qanda .inner dl dt::before {
          width: 80px;
          height: 80px;
          border-radius: 50%;
          text-align: center;
          content: '?!';
          background: #74b700;
          line-height: 80px;
          font-size: 60px;
          font-family: 'Oswald',sans-serif;
          margin-right: 20px; }
      section.qanda .inner dl dd {
        margin-bottom: 40px;
        padding-left: 100px; }
        section.qanda .inner dl dd p {
          font-size: 18px;
          margin-bottom: 1em; }
          section.qanda .inner dl dd p b {
            font-size: 14px; }
  section.onandoff {
    padding-bottom: 50px; }
    section.onandoff header.visual {
      background-image: url("../img/ttlbg04.webp"); }
    section.onandoff .inner {
      max-width: 1600px;
      padding: 40px 80px;
      margin: 0 auto; }
      section.onandoff .inner .photo {
        text-align: center; }
      section.onandoff .inner p {
        padding: 0 120px; }
      section.onandoff .inner .image {
        text-align: center; }
  section.info {
    padding-bottom: 100px; }
    section.info header.visual {
      background-image: url("../img/ttlbg05.webp"); }
    section.info .inner {
      max-width: 1080px;
      padding: 40px 40px;
      margin: 0 auto; }
      section.info .inner h3 {
        font-size: 36px;
        font-weight: 700;
        margin: 60px 0 20px; }
      section.info .inner h4 {
        margin: 40px 0 10px;
        font-size: 24px;
        font-weight: 700; }
      section.info .inner table {
        width: 100%; }
        section.info .inner table th, section.info .inner table td {
          border: 1px #ccc solid;
          padding: 20px; }
        section.info .inner table th {
          background: #E7F0D3;
          font-weight: 700; }
      section.info .inner ul, section.info .inner ol {
        margin-left: 1.5em; }
        section.info .inner ul li, section.info .inner ol li {
          margin-bottom: .5em; }
      section.info .inner ul li {
        list-style: disc; }
      section.info .inner figure {
        text-align: center; }
      section.info .inner a.phoneLink {
        font-size: 200%;
        font-weight: bold;
        text-decoration: none;
        color: #000;
        pointer-events: none; }
  section.company header.visual {
    background-image: url("../img/ttlbg06.webp"); }
  section.company .inner {
    max-width: 1080px;
    padding: 40px 40px;
    margin: 0 auto; }
    section.company .inner h3 {
      font-size: 36px;
      font-weight: 700;
      margin: 60px 0 20px; }
    section.company .inner table {
      width: 100%; }
      section.company .inner table th, section.company .inner table td {
        border: 1px #ccc solid;
        padding: 20px; }
      section.company .inner table th {
        background: #E7F0D3;
        font-weight: 700; }
    section.company .inner ul, section.company .inner ol {
      margin-left: 1.5em; }
      section.company .inner ul li, section.company .inner ol li {
        margin-bottom: .5em; }
    section.company .inner ul li {
      list-style: disc; }
    section.company .inner dl {
      display: flex;
      flex-wrap: wrap; }
      section.company .inner dl dt {
        width: 12em;
        text-justify: inter-character; }
      section.company .inner dl dd {
        width: calc(100% - 12em); }
  section.company .map iframe {
    width: 100%;
    height: 450px;
    outline: none; }

footer {
  text-align: center;
  padding: 20px;
  border-top: 1px #ccc solid; }
  footer p {
    font-size: 14px; }
  footer .pageUp {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 20px;
    bottom: 20px; }
    footer .pageUp a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -9999px;
      background: #fff;
      border: 1px #ccc solid; }
      footer .pageUp a::after {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        border: 2px #74b700 solid;
        border-width: 2px 2px 0 0;
        position: absolute;
        left: 50%;
        top: calc(50% + 4px);
        transform: translate(-50%, -50%) rotate(-45deg); }

nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100px; }
  nav .toggle {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0; }
    nav .toggle::before {
      content: '';
      display: block;
      height: 2px;
      background: #fff;
      left: 20px;
      position: absolute;
      width: 50px;
      top: 50px;
      z-index: 99; }
    nav .toggle a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      text-indent: -9999px;
      background: rgba(0, 0, 0, 0.1); }
      nav .toggle a::before, nav .toggle a::after {
        content: '';
        display: block;
        height: 2px;
        background: #fff;
        left: 20px;
        position: absolute;
        transition: all .3s ease; }
      nav .toggle a::before {
        top: 30px;
        width: 60px; }
      nav .toggle a::after {
        bottom: 30px;
        width: 40px; }
    nav .toggle.open::before {
      display: none; }
    nav .toggle.open a {
      background: rgba(0, 0, 0, 0); }
      nav .toggle.open a::before {
        transform: rotate(45deg);
        top: 49px; }
      nav .toggle.open a::after {
        transform: rotate(-45deg);
        width: 60px;
        bottom: 49px; }
  nav ul {
    width: 100%;
    height: 100dvh;
    background: #74b700;
    padding: 100px;
    display: none;
    transition: all .3s ease; }
    nav ul li {
      width: 460px;
      margin: 0 auto;
      border-bottom: 1px #fff solid; }
      nav ul li a {
        text-decoration: none;
        color: #333;
        font-weight: 700;
        position: relative;
        display: block;
        padding: 10px;
        transition: all .3s ease; }
        nav ul li a b {
          display: block;
          font-size: 24px;
          font-family: 'Oswald',sans-serif;
          font-weight: 700;
          color: #fff;
          transition: all .3s ease; }
        nav ul li a::after {
          content: '';
          display: block;
          width: 20px;
          height: 20px;
          border: 1px #fff solid;
          border-width: 0 1px 1px 0;
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%) rotate(-45deg);
          transition: all .3s ease; }
        nav ul li a:hover {
          background: #65D0BE; }
          nav ul li a:hover b {
            color: #00FFE3; }
          nav ul li a:hover::after {
            right: 10px; }

.spBr {
  display: none; }

/*
=======================================================================================================================================
=======================================================================================================================================
=======================================================================================================================================
*/
@media (max-width: 767px) {
  .wrapper {
    font-size: 3.6vw; }

  #mainVisual .title h1 {
    font-size: 5vw; }
    #mainVisual .title h1 b {
      font-size: 6vw; }

  .anim {
    top: 150px; }

  section {
    top: 150px; }
    section header.visual {
      padding: 10vw 4vw;
      background-attachment: scroll; }
      section header.visual > div {
        font-size: 8vw;
        margin-bottom: 3vw;
        padding-bottom: 3vw; }
        section header.visual > div::after {
          width: 18vw;
          height: 3px;
          left: calc(50% - 9vw); }
      section header.visual h2 {
        font-size: 5vw; }
    section.whats .inner {
      max-width: none;
      padding: 8vw 4vw;
      background: url("../img/whats.png") no-repeat right top;
      background-size: 24vw;
      display: block; }
      section.whats .inner h2 {
        padding: 2vw 8vw 2vw 4vw;
        font-size: 5vw;
        width: calc(100% - 4vw);
        left: -4vw;
        margin-bottom: 2vw; }
        section.whats .inner h2::before {
          content: none; }
        section.whats .inner h2 span {
          font-size: 4vw; }
      section.whats .inner div {
        width: auto;
        padding: 0; }
        section.whats .inner div h3 {
          font-size: 5vw;
          margin-bottom: 1vw; }
        section.whats .inner div p {
          font-size: 3.6vw; }
    section.business {
      padding-bottom: 20vw; }
      section.business .content h3 {
        font-size: 4vw;
        padding: 8vw 4vw; }
      section.business .business {
        max-width: none;
        padding: 0 4vw; }
        section.business .business .mc {
          display: block; }
          section.business .business .mc .col {
            width: auto; }
            section.business .business .mc .col img {
              top: auto;
              padding-top: 10vw; }
          section.business .business .mc h4 {
            font-size: 4vw;
            border-bottom: 3px #74b700 solid;
            margin-bottom: 2vw;
            margin-top: 10vw; }
            section.business .business .mc h4 b {
              font-size: 7vw; }
          section.business .business .mc p {
            font-size: 3.6vw; }
        section.business .business p.msg {
          text-align: left;
          font-size: 4vw;
          margin-top: 10vw;
          padding: 4vw; }
          section.business .business p.msg b {
            font-size: 6vw; }
    section.message {
      padding-bottom: 10vw; }
      section.message h3 {
        font-size: 10vw;
        padding: 10vw 0; }
        section.message h3 b {
          font-size: 4vw; }
      section.message .mc {
        display: block;
        max-width: none;
        padding: 5vw 4vw; }
        section.message .mc .col.img {
          width: auto;
          margin-top: 0; }
        section.message .mc .col.txt {
          width: auto;
          padding-top: 0; }
          section.message .mc .col.txt h4 {
            font-size: 6vw;
            border-bottom: 3px #74b700 solid;
            margin-bottom: 4vw; }
          section.message .mc .col.txt p.q {
            font-size: 4.0vw;
            padding: 5vw 0 5vw 12vw; }
          section.message .mc .col.txt p.a {
            font-size: 3.6vw;
            padding: 5vw 0 5vw 12vw; }
          section.message .mc .col.txt p b {
            width: 10vw;
            height: 10vw;
            line-height: 10vw;
            font-size: 7vw;
            top: 4vw; }
      section.message .people {
        display: block;
        max-width: none;
        padding: 4vw;
        margin: 0 auto; }
        section.message .people .person {
          width: auto;
          margin-bottom: 10vw; }
          section.message .people .person .data {
            padding: 4vw;
            display: block;
            margin-bottom: 4vw; }
            section.message .people .person .data > div {
              width: auto; }
            section.message .people .person .data h4 {
              font-size: 6vw;
              margin-bottom: 1vw; }
            section.message .people .person .data dl {
              margin-bottom: 4vw; }
              section.message .people .person .data dl dt {
                margin-bottom: 2vw; }
              section.message .people .person .data dl dd {
                margin-bottom: 2vw; }
            section.message .people .person .data img {
              width: 100%; }
          section.message .people .person .comment {
            padding: 4vw;
            min-height: 0; }
            section.message .people .person .comment::before {
              width: 9vw;
              height: 9vw;
              top: -4vw; }
            section.message .people .person .comment p {
              font-size: 3.6vw; }
            section.message .people .person .comment h5 {
              font-size: 4vw; }
          section.message .people .person .schedule {
            margin-top: 20px;
            padding-left: 95px; }
            section.message .people .person .schedule::after {
              left: 0; }
            section.message .people .person .schedule dl {
              font-size: 14px; }
              section.message .people .person .schedule dl dt {
                float: none;
                width: 100%;
                top: 0; }
              section.message .people .person .schedule dl dd {
                padding: 0; }
              section.message .people .person .schedule dl + dl {
                margin-top: 20px; }
    section.qanda {
      padding-bottom: 10vw; }
      section.qanda .inner {
        max-width: none;
        padding: 0 4vw; }
        section.qanda .inner h3 {
          padding: 3vw 10vw 3vw 12vw;
          font-size: 6vw;
          margin: 10vw 0 5vw;
          line-height: 1.4; }
          section.qanda .inner h3 i {
            font-size: 8vw;
            top: calc(50% - 4.5vw);
            width: 10vw;
            height: 10vw;
            line-height: 10vw; }
        section.qanda .inner .motives {
          display: block;
          padding: 0; }
          section.qanda .inner .motives p {
            margin: 0 0 5vw;
            padding: 5vw;
            width: auto;
            font-size: 3.6vw; }
        section.qanda .inner dl dt {
          font-size: 5vw;
          display: block;
          padding-left: 12vw;
          position: relative;
          margin-bottom: 2vw; }
          section.qanda .inner dl dt::before {
            width: 10vw;
            height: 10vw;
            line-height: 10vw;
            font-size: 8vw;
            margin-right: 0;
            position: absolute;
            left: 0; }
        section.qanda .inner dl dd {
          margin-bottom: 5vw;
          padding-left: 12vw; }
          section.qanda .inner dl dd p {
            font-size: 3.6vw; }
            section.qanda .inner dl dd p b {
              font-size: 3vw; }
    section.onandoff {
      padding-bottom: 5vw; }
      section.onandoff .inner {
        max-width: none;
        padding: 5vw 4vw; }
        section.onandoff .inner p {
          padding: 0; }
        section.onandoff .inner .image {
          padding: 0 12vw; }
    section.info {
      padding-bottom: 5vw; }
      section.info .inner {
        max-width: none;
        padding: 0 4vw 10vw; }
        section.info .inner h3 {
          font-size: 6vw;
          margin: 5vw 0 4vw; }
        section.info .inner h4 {
          margin: 6vw 0 2vw;
          font-size: 5vw; }
        section.info .inner table {
          display: block;
          border-bottom: 1px #ccc solid; }
          section.info .inner table tbody, section.info .inner table tr {
            display: block;
            width: 100%; }
          section.info .inner table th, section.info .inner table td {
            border: 1px #ccc solid;
            padding: 3vw;
            display: block;
            width: 100%;
            border-bottom: 0; }
          section.info .inner table th {
            border-bottom: 0;
            padding: 1vw 3vw; }
        section.info .inner figure {
          text-align: center; }
        section.info .inner a.phoneLink {
          pointer-events: auto;
          display: block;
          line-height: 1.2; }
          section.info .inner a.phoneLink + br {
            display: none; }
    section.company .inner {
      max-width: none;
      padding: 10vw 4vw 10vw; }
      section.company .inner table {
        display: block;
        border-bottom: 1px #ccc solid; }
        section.company .inner table tbody, section.company .inner table tr {
          display: block;
          width: 100%; }
        section.company .inner table th, section.company .inner table td {
          border: 1px #ccc solid;
          padding: 3vw;
          display: block;
          width: 100%;
          border-bottom: 0; }
        section.company .inner table th {
          border-bottom: 0;
          padding: 1vw 3vw; }
    section.company .map {
      background: #74b700; }
      section.company .map iframe {
        width: 100%;
        height: 300px;
        display: block;
        filter: grayscale(100%);
        opacity: 0.9;
        outline: none; }

  footer {
    padding: 4vw; }
    footer p {
      font-size: 3vw; }
    footer .pageUp {
      width: 40px;
      height: 40px;
      right: 10px;
      bottom: 10px; }

  nav {
    height: 60px; }
    nav .toggle {
      width: 60px;
      height: 60px; }
      nav .toggle::before {
        left: 10px;
        width: 30px;
        top: 30px; }
      nav .toggle a::before, nav .toggle a::after {
        left: 10px; }
      nav .toggle a::before {
        top: 15px;
        width: 40px; }
      nav .toggle a::after {
        bottom: 15px;
        width: 20px; }
      nav .toggle.open a::before {
        top: 29px; }
      nav .toggle.open a::after {
        width: 40px;
        bottom: 29px; }
    nav ul {
      padding: 50px 20px; }
      nav ul li {
        width: 100%; }
        nav ul li a::after {
          right: 10px; }

  .spBr {
    display: inline; }

  .pcBr {
    display: none; } }
.loader {
  width: 100%;
  height: 100dvh;
  background: #74b700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999; }

.spinner {
  width: 72px;
  height: 72px;
  display: grid;
  animation: spinner-plncf9 4s infinite; }

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  border: 11.5px solid;
  border-radius: 50%;
  border-color: #47e6ff #47e6ff #0000 #0000;
  mix-blend-mode: darken;
  animation: spinner-plncf9 1s infinite linear; }

.spinner::after {
  border-color: #0000 #0000 #aadae3 #aadae3;
  animation-direction: reverse; }

@keyframes spinner-plncf9 {
  100% {
    transform: rotate(1turn); } }

/*# sourceMappingURL=stylesB.css.map */
