@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* 全体
============================================================================================================*/
* {
  padding: 0px;
  margin: 0px; }

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,
small, 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, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal; }

/* body
============================================================================================================*/
body {
  color: #000000;
  font-size: 1em;
  line-height: 1.8;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 0px;
  background-color: #f7f1ec; }

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 100%; }

a {
  text-decoration: none;
  color: #003399; }
  a img {
    border-style: none; }

.clear {
  clear: both; }
  .clear hr {
    display: none; }

a:hover {
  text-decoration: underline;
  color: #FF6600; }
  a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60); }

ul li {
  list-style-type: none; }

.ankerbox {
  position: relative; }
  .ankerbox a {
    position: absolute;
    top: -120px; }

.w-10 {
  width: 10%; }

.w-15 {
  width: 15%; }

.w-20 {
  width: 20%; }

.w-25 {
  width: 25%; }

.w-30 {
  width: 30%; }

.w-35 {
  width: 35%; }

.w-40 {
  width: 40%; }

.w-45 {
  width: 45%; }

.w-50 {
  width: 50%; }

.w-55 {
  width: 55%; }

.w-60 {
  width: 60%; }

.w-65 {
  width: 65%; }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-85 {
  width: 85%; }

.w-90 {
  width: 90%; }

.w-95 {
  width: 95%; }

.w-100 {
  width: 100%; }

/* Scss Document */
/* index Document */
.section {
  max-width: 1300px;
  min-width: 748px;
  margin-left: auto;
  margin-right: auto; }

header {
  border-top: 5px solid #009944;
  background-color: rgba(255, 255, 255, 0.9); }
  header .section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px; }

.mv {
  background-image: url(../img/index/mv.jpg);
  background-position: right 0%; }
  .mv .section {
    padding-top: 30px;
    padding-bottom: 30px; }

footer .section {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  background-color: white;
  padding-bottom: 30px; }
footer address {
  margin-left: 5%;
  flex-basis: 28%;
  font-style: normal; }
  footer address img {
    margin-bottom: 15px;
    margin-top: 15px; }
footer .map {
  margin-right: 5%;
  flex-basis: 60%; }
  footer .map iframe {
    width: 100%;
    height: 350px; }
footer .cl {
  background-color: #009944;
  color: white;
  padding: 8px;
  text-align: center; }

.top {
  text-align: right;
  position: fixed;
  bottom: 15px;
  right: 15px; }

.menu {
  background-color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .menu nav {
    position: relative; }
    .menu nav ul {
      display: flex;
      justify-content: space-between; }
      .menu nav ul li {
        flex-grow: 1;
        border-right: 1px gray solid; }
        .menu nav ul li:hover {
          background-color: #DEE319;
          transition: 0.5s; }
        .menu nav ul li:first-child {
          border-left: 1px gray solid; }
        .menu nav ul li ul {
          display: none; }
        .menu nav ul li a {
          display: block;
          text-align: center;
          padding-top: 12px;
          padding-bottom: 9px;
          color: black; }
        .menu nav ul li:hover ul {
          transition: 0.5s;
          display: block;
          position: absolute;
          z-index: 999;
          top: 100%;
          left: 0;
          width: 100%;
          display: flex;
          justify-content: space-between;
          background-color: #DEE319;
          padding: 5px;
          margin-bottom: 20px; }
          .menu nav ul li:hover ul li {
            border-right: 0px;
            border-bottom: 1px gray solid;
            border-top: 1px gray solid;
            margin: 10px; }
            .menu nav ul li:hover ul li:first-child {
              border-left: 0px; }
          .menu nav ul li:hover ul a {
            background-image: url(../img/common/sub-arrow.png);
            background-repeat: no-repeat;
            background-position: 5px center; }
            .menu nav ul li:hover ul a:hover {
              background-color: #FFD57A; }

.index .sec02, .index .mv {
  background-size: 100%; }

.comment {
  background-color: white;
  text-align: center;
  padding: 5px;
  box-shadow: 0px 0px 3px #bbbbbb; }

.sec01 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 50px; }
  .sec01 .sec01-body {
    border: solid 20px #dae000;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px; }
    .sec01 .sec01-body article {
      padding: 15px;
      background-color: white; }
      .sec01 .sec01-body article p {
        margin-bottom: 15px;
        text-indent: 16px; }

.sec02 {
  background-image: url(../img/index/sec02-back.png);
  background-position: center 90px;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  margin-bottom: 90px; }
  .sec02 .sec01-btn {
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    align-items: center; }
  .sec02 .sec02-title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px; }
  .sec02 ul {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin-left: auto;
    margin-right: auto; }
  .sec02 li {
    margin: 5px;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }

.sec03 {
  background-color: white;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 80px; }
  .sec03 .sec03-title {
    border-bottom: 1px solid #009944;
    margin-bottom: 15px; }
  .sec03 .sec03-subtitle {
    margin-bottom: 10px; }
  .sec03 article {
    margin-bottom: 20px; }
  .sec03 .img {
    text-align: center; }
  .sec03 ul {
    display: flex;
    justify-content: space-between;
    padding-top: 30px; }
  .sec03 li {
    flex-basis: 49%;
    text-align: center; }
    .sec03 li img {
      -webkit-box-shadow: 2px 2px 3px #a6a6a6;
      box-shadow: 2px 2px 3px #a6a6a6; }

/* contents Document */
.head-block {
  position: relative;
  min-height: 10px; }
  .head-block .head-back img {
    width: 100%; }
  .head-block section {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    height: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; }
    .head-block section:before, .head-block section:after {
      content: "　"; }
    .head-block section .section {
      padding-left: 50px;
      padding-right: 50px; }

.wap {
  transform: translateY(calc(100vw * -0.04));
  background-color: #f7f1ec;
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto; }

.contents-body {
  transform: translateY(calc(100vw * -0.04));
  background-color: #f7f1ec;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(100vw * 0.04);
  padding-bottom: 50px; }
  .contents-body .section {
    padding-left: 30px;
    padding-right: 30px; }

.contents-body h2 {
  color: white;
  display: flex;
  border-bottom: 2px #009944 solid;
  margin-bottom: 30px; }
  .contents-body h2 div, .contents-body h2 span {
    background-color: #009944; }
  .contents-body h2 div {
    padding: 10px;
    padding-right: 30px;
    border-top-left-radius: 8px; }
  .contents-body h2 span {
    font-size: 70%;
    margin-left: 20px; }
  .contents-body h2:after {
    transform: translateX(-20px) skew(30deg);
    background-color: black;
    content: "　";
    width: 50px;
    background-color: #009944; }

.about .sec01, .about .sec02, .about .sec03 {
  margin-bottom: 40px; }
  .about .sec01 dl, .about .sec02 dl, .about .sec03 dl {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    .about .sec01 dl dt, .about .sec02 dl dt, .about .sec03 dl dt {
      flex-basis: 40%; }
    .about .sec01 dl dd, .about .sec02 dl dd, .about .sec03 dl dd {
      flex-basis: 58%; }
      .about .sec01 dl dd p, .about .sec02 dl dd p, .about .sec03 dl dd p {
        padding-bottom: 30px;
        text-indent: 20px; }

.voice .title {
  color: white;
  display: flex; }
  .voice .title span {
    padding: 20px;
    background-color: #dadf00;
    padding-right: 30px;
    border-top-left-radius: 8px; }
  .voice .title:after {
    transform: translateX(-30px) skew(30deg);
    background-color: black;
    content: "　";
    width: 60px;
    background-color: #dadf00; }
.voice .box {
  background-color: #dadf00;
  padding: 20px; }
  .voice .box section {
    background-color: white;
    padding: 15px; }
    .voice .box section p {
      padding-bottom: 30px;
      text-indent: 20px; }

.staff {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  .staff h2 {
    font-size: 120%;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight: 900; }
  .staff dl {
    display: flex;
    justify-content: space-between; }
    .staff dl dt {
      flex-basis: 35%; }
    .staff dl dd {
      flex-basis: 63%; }
      .staff dl dd p {
        margin-bottom: 30px;
        margin-left: 10px; }
      .staff dl dd h3 {
        border-bottom: dotted gray 1px;
        padding: 5px;
        margin-bottom: 10px; }
  .staff .staff-box {
    margin-bottom: 80px; }

.company .sec1 {
  display: flex;
  justify-content: space-between; }
  .company .sec1 .about-a {
    flex-basis: 35%; }
    .company .sec1 .about-a img {
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }
  .company .sec1 .about-b {
    flex-basis: 63%; }
    .company .sec1 .about-b dl {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px; }
      .company .sec1 .about-b dl dt {
        flex-basis: 25%; }
      .company .sec1 .about-b dl dd {
        flex-basis: 73%; }
.company .sec1, .company .sec2, .company .sec3 {
  margin-bottom: 50px; }

.intaview ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap; }
.intaview li {
  flex-basis: 49%;
  margin-bottom: 25px; }

.contact {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }
  .contact dl {
    display: flex;
    justify-content: space-between;
    border-top: 1px gray solid; }
    .contact dl:last-child {
      border-bottom: 1px gray solid; }
  .contact dt {
    flex-basis: 28%;
    padding: 1%;
    background-color: #f1eebd; }
  .contact .hissu dt {
    background-color: #c9dfb8; }
    .contact .hissu dt:after {
      content: "*";
      color: #14561b; }
  .contact dd {
    flex-basis: 68%;
    padding: 1%; }
    .contact dd input[type="text"], .contact dd textarea {
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 8px; }
  .contact p {
    padding: 20px;
    text-align: center; }
    .contact p input {
      background-color: #28462c;
      color: white;
      min-width: 300px;
      padding: 10px;
      border-radius: 20px;
      cursor: pointer;
      cursor: hand;
      font-size: 120%; }
      .contact p input:hover {
        background-color: #ff9e00; }

/* Scss Document */
@media screen and (max-width: 480px) {
  .section {
    max-width: 480px;
    min-width: 320px; }

  .mv .section img {
    display: block;
    width: 60%; }

  .sec02, .mv {
    background-size: 200%;
    background-position: center 0%; }

  .sec02 {
    background-position: center 70px; }

  .sec03 .sec03-title img {
    display: block;
    width: 50%; }

  .sec03 ul {
    display: block; }
    .sec03 ul li {
      margin-bottom: 10px; }

  footer .section {
    display: block; } }
