
/* -----------------------------------
  Custom
----------------------------------- */

header {
  position: relative;
  z-index: 2;
}

.shadow {
  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2);
}

#autumn {
  overflow: hidden;
  margin: 0 auto;
  color: #222;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 2em;
  letter-spacing: 0.1em;

  font-feature-settings: "palt";
}

#autumn * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#autumn img {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 0;
}

#autumn a:hover {
  opacity: 0.7;

  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

#autumn section {
  position: relative;
}

section .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 6em 0 8em;
  text-align: center;
}

section h2 {
  position: relative;
  margin-bottom: 100px;
}

section h2:before {
  position: absolute;
  right: 0;
  bottom: -58px;
  left: 0;
  width: 136px;
  height: 16px;
  margin: 0 auto;
  background: url("../img/five_dots.png") no-repeat;
  content: "";
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* -------------------------------------------- */
@media only screen and (min-width: 768px) {
  /* -------------------------------------------- */
  body {
    min-width: 1000px;
  }
} /* End of (max-width: 768px) */

/* -------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* -------------------------------------------- */

  #autumn {
    width: 100%;
    font-size: 14px;
  }

  section .inner {
    width: 90%;
    padding: 3.6em 0 4.8em;
  }

  section h2 {
    margin-bottom: 50px;
  }

  section h2:before {
    bottom: -1.4em;
    width: 68px;
    height: 8px;
    background-size: cover;
  }

  section .lead {
    margin-bottom: 0;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
} /* End of (max-width: 767px) */


/* ############################################################ */

.mv {
  position: relative;
  background: url("../img/visual_bg.png") center top no-repeat;
}

.mv .cutout {
  position: relative;
  background: url("../img/tit_bg.png") center center no-repeat;
}

.mv .inner {
  position: relative;
  padding: 40px 0;
}

.mv .lead {
  position: relative;
  background: #f38622;
}

.mv .lead .inner {
  position: relative;
  padding: 40px 0;
}

.mv .lead .inner:before {
  position: absolute;
  top: 96px;
  left: -64px;
  width: 152px;
  height: 220px;
  background: url("../img/people01.png") no-repeat;
  content: "";
}

.mv .lead .inner:after {
  position: absolute;
  top: -48px;
  right: 72px;
  width: 76px;
  height: 212px;
  background: url("../img/people02.png") no-repeat;
  content: "";
}

.point .inner:before {
  position: absolute;
  top: -46px;
  right: -80px;
  width: 116px;
  height: 116px;
  background: url("../img/people03.png") no-repeat;
  content: "";
}

.point .inner:after {
  position: absolute;
  top: 170px;
  left: -180px;
  width: 234px;
  height: 128px;
  background: url("../img/flow.png") no-repeat;
  content: "";
}

.point_column {
  display: flex;
  margin-top: 12em;

  justify-content: space-between;
}

.point_box {
  position: relative;
  width: 47%;
  padding: 90px 45px 45px;
  border-radius: 5px;
  background: #fffcd1;
  box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
}

.point_box h3 {
  position: absolute;
  top: -3.25em;
  right: 0;
  left: 0;
  width: 380px;
  margin: auto;
  padding: 15px;
  border-radius: 5px;
  background: #f38622;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.point_box h3:after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 15px 10px 0 10px;
  border-style: solid;
  border-color: #f38622 transparent transparent transparent;
  content: "";
}

.point_box h3 span {
  color: #fff100;
}

.point_box p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.point_box p img {
  margin-top: 1em;

  dsiplay: block;
}

.search:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -5%;
  left: -45%;
  width: 150%;
  height: 50%;
  margin: auto;
  background: #fdda68;
  content: "";
  transform: rotate(10deg);
}

.search:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -50%;
  left: -50%;
  width: 200%;
  height: 100%;
  margin: auto;
  background: #fef9d9;
  content: "";
  transform: rotate(-10deg);
}

.search .inner:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 72px;
  height: 214px;
  background: url("../img/people04.png") no-repeat;
  content: "";
}

.search .inner:after {
  position: absolute;
  top: 60px;
  right: -80px;
  width: 234px;
  height: 128px;
  background: url("../img/flow2.png") no-repeat;
  content: "";
}

.search .accordion-area {
  display: flex;
  list-style: none;
  width: 100%;
  margin: 0 auto;

  flex-wrap: wrap;
  justify-content: space-between;
}

.search .accordion-area .area {
  width: 48%;
  margin: 20px 0;
}

.search .accordion-area .box {
  padding: 8px;
  border-radius: 5px;
  background: url("../img/btn_bg.png") repeat;
  box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
  cursor: pointer;
}

.search .accordion-area .box p {
  border: 4px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.75em;
}

.search .accordion-area .box2 {
  display: none;
  margin: 0 3%;
}

.search .accordion-area .box2 li a {
  position: relative;
  padding: 3%;
  border-top: 1px solid #ccc;
  background: #fff;
  box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
  color: #666;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}

.search .accordion-area .box2 li a:after {
  position: absolute;
  top: 37%;
  right: 5%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #666;
  border-right: 3px solid #666;
  outline: none;
  content: "";
  cursor: pointer;
  transform: rotate(45deg);
}

.staff:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -5%;
  left: -45%;
  width: 150%;
  height: 50%;
  margin: auto;
  background: #69472c;
  content: "";
  transform: rotate(10deg);
}

.staff:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -50%;
  bottom: -50%;
  left: -50%;
  width: 200%;
  height: 150%;
  margin: auto;
  background: url("../img/staff_bg2.png") repeat;
  content: "";
  transform: rotate(-10deg);
}

.staff .inner:before {
  position: absolute;
  top: -128px;
  right: 60px;
  width: 154px;
  height: 216px;
  background: url("../img/people05.png") no-repeat;
  content: "";
}

.staff_pc {
  position: relative;
}

.staff_pc:before {
  position: absolute;
  top: 540px;
  left: -60px;
  width: 60px;
  height: 214px;
  background: url("../img/people06.png") no-repeat;
  content: "";
}

.staff_pc:after {
  position: absolute;
  right: -56px;
  bottom: -40px;
  width: 172px;
  height: 190px;
  background: url("../img/people07.png") no-repeat;
  content: "";
}

.staff_sp {
  display: none;
}

.staff_column {
  display: flex;
  position: relative;
  width: 900px;
  margin-bottom: 4em;
  padding: 0 4em 0 1em;
  border-radius: 10px;
  background: #fff;
  box-shadow: 5px 5px 0 rgba(0,0,0,0.1);

  justify-content: space-between;
  align-items: flex-start;
}

.staff_pc .staff_column.staff_c {
  flex-direction: row-reverse;
  margin-left: 100px;
  padding: 0 1em 0 4em;
}

.staff_column img {
  position: relative;
  z-index: 5;
}

.staff_column dl {
  width: 550px;
  margin: 2em 0;
  text-align: left;
}

.staff_column dt {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
}

.staff_column.staff_a dt {
  color: #6b8c31;
}

.staff_column.staff_b dt {
  color: #ba004f;
}

.staff_column.staff_c dt {
  color: #fab800;
}

.staff_column.staff_b dd img {
  padding: 0.5em 0 1em;
}

.staff_column.staff_a:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: url("../img/staff_frame_a_01.png") no-repeat;
  content: "";
}

.staff_column.staff_a:after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background: url("../img/staff_frame_a_02.png") no-repeat;
  content: "";
}

.staff_column.staff_b:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: url("../img/staff_frame_b_01.png") no-repeat;
  content: "";
}

.staff_column.staff_b:after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background: url("../img/staff_frame_b_02.png") no-repeat;
  content: "";
}

.staff_column.staff_c:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: url("../img/staff_frame_c_01.png") no-repeat;
  content: "";
}

.staff_column.staff_c:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background: url("../img/staff_frame_c_02.png") no-repeat;
  content: "";
}

.staff .btn_search a {
  display: block;
  z-index: 1;
  width: 800px;
  margin: auto;
  padding: 8px;
  border-radius: 5px;
  background: url("../img/btn_bg.png") repeat;
  box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
}

.staff .btn_search a span {
  display: block;
  border: 4px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.75em;
}

/* -------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* -------------------------------------------- */

  .mv {
    background-size: auto 100%;
  }

  .mv .cutout {
    background: url("../img/tit_sp.png") center center no-repeat;
    background-size: auto 100%;
  }

  .mv .inner {
    position: relative;
    padding: 30% 0 26%;
  }

  .mv .inner h1 img {
    width: 75%;
  }

  .mv .lead .inner {
    position: relative;
    padding: 2em 0;
  }

  .mv .lead .inner img {
    width: 90%;
  }

  .mv .lead .inner:before {
    display: none;
  }

  .mv .lead .inner:after {
    top: -5em;
    right: 1em;
    width: 38px;
    height: 106px;
    background-size: cover;
  }

  .point .inner:before {
    position: absolute;
    top: -2em;
    right: 0;
    width: 64px;
    height: 64px;
    background-size: cover;
  }

  .point .inner:after {
    position: absolute;
    top: 11em;
    left: -2.5em;
    width: 117px;
    height: 64px;
    background-size: cover;
    content: "";
  }

  .point_column {
    display: block;
    margin-top: 0;
  }

  .point_box {
    width: 100%;
    margin-top: 8em;
    padding: 4em 2em 2em;
  }

  .point_box:nth-of-type(2) {
    margin-top: 6em;
  }

  .point_box h3 {
    top: -3.25em;
    width: 84%;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
  }

  .point_box h3:after {
    bottom: -12px;
    border-width: 12px 8px 0 8px;
  }

  .point_box p {
    font-size: 16px;
    line-height: 1.5;
  }

  .search .inner:before {
    position: absolute;
    top: -2em;
    left: 1em;
    width: 36px;
    height: 107px;
    background-size: cover;
  }

  .search .inner:after {
    top: 6em;
    right: -1em;
    width: 117px;
    height: 64px;
    background-size: cover;
  }

  .search .accordion-area .area {
    width: 100%;
    margin: 8px 0;
  }

  .search .accordion-area .box {
    padding: 4px;
    background-size: 36px 36px;
  }

  .search .accordion-area .box p {
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 2.4em;
  }

  .search .accordion-area .box2 li a {
    border-top: 1px solid #ccc;
    font-size: 16px;
  }

  .search .accordion-area .box2 li a:after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
  }

  .staff .inner:before {
    top: -4em;
    right: 1em;
    width: 77px;
    height: 108px;
    background-size: cover;
  }

  .staff_pc {
    display: none;
  }

  .staff_sp {
    display: block;
    position: relative;
  }

  .staff_sp .staff_column {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    padding: 5%;
    box-shadow: 0 0 0 rgba(0,0,0,0.1);
    text-align: center;
  }

  .staff_sp .staff_p {
    max-width: 180px !important;
    margin: auto;
  }

  .staff_sp .staff_column dl {
    width: 100%;
  }

  .staff_sp .staff_column dt {
    margin-bottom: 0.5em;
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
  }

  .staff_sp .staff_column.staff_b dd {
    font-size: 14px;
    line-height: 1.7;
  }

  .staff_column:before {
    width: 50px !important;
    height: 50px !important;
    background-size: 50px 50px !important;
  }

  .staff_column:after {
    width: 50px !important;
    height: 50px !important;
    background-size: 50px 50px !important;
  }

  .staff .btn_search a {
    width: 100%;
    padding: 4px;
    background-size: 36px 36px;
  }

  .staff .btn_search a span {
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 2.4em;
  }

  .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 10em;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #fab800;
    color: #222;
  }

  .slick-arrow::before {
    position: absolute;
    top: 15px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    content: "";
  }

  .slick-arrow.slick-next {
    right: 1.5em;
  }

  .slick-next::before {
    right: 16px;
    transform: rotate(45deg);
  }

  .slick-arrow.slick-prev {
    left: 1.5em;
  }

  .slick-prev::before {
    left: 16px;
    transform: rotate(-135deg);
  }
} /* End of (max-width: 767px) */
