@charset "UTF-8";
/*----------------------------------------
  reset
-----------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese);
/* line 7, ../_base.scss */
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%;
  vertical-align: baseline;
  background: transparent;
}

/* line 27, ../_base.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 33, ../_base.scss */
html {
  box-sizing: border-box;
}

/* line 33, ../_base.scss */
*:before, *:after {
  box-sizing: inherit;
}

/* line 35, ../_base.scss */
body {
  line-height: 1;
}

/* line 39, ../_base.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 44, ../_base.scss */
p {
  text-align: justify;
}

/* line 48, ../_base.scss */
nav ul {
  list-style: none;
}

/* line 52, ../_base.scss */
blockquote, q {
  quotes: none;
}

/* line 56, ../_base.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 62, ../_base.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 72, ../_base.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 79, ../_base.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 86, ../_base.scss */
del {
  text-decoration: line-through;
}

/* line 90, ../_base.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 95, ../_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 101, ../_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 110, ../_base.scss */
input, select {
  vertical-align: middle;
  outline: 0;
}

/* line 115, ../_base.scss */
ul, li {
  list-style: none;
}

/* line 121, ../_base.scss */
input[type="text"], input[type="button"], input[type="submit"], input[type="tel"], input[type="email"] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

/* line 126, ../_base.scss */
input[type="text"]:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
  outline: 0;
  background-color: #fff;
}

/* line 131, ../_base.scss */
input:-internal-autofill-selected {
  background-color: #fff !important;
}

/* line 134, ../_base.scss */
input[type="text"]:focus:placeholder-shown, input[type="button"]:focus:placeholder-shown, input[type="submit"]:focus:placeholder-shown, input[type="tel"]:focus:placeholder-shown, input[type="email"]:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #ddd;
}

/* line 137, ../_base.scss */
input[type="text"]:focus:-webkit-input-placeholder, input[type="button"]:focus:-webkit-input-placeholder, input[type="submit"]:focus:-webkit-input-placeholder, input[type="tel"]:focus:-webkit-input-placeholder, input[type="email"]:focus:-webkit-input-placeholder, textarea:focus:-webkit-input-placeholder {
  color: #ddd;
}

/* line 140, ../_base.scss */
input[type="text"]:focus:-moz-placeholder, input[type="button"]:focus:-moz-placeholder, input[type="submit"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #ddd;
}

/* line 143, ../_base.scss */
input[type="text"]:focus:-ms-input-placeholder, input[type="button"]:focus:-ms-input-placeholder, input[type="submit"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

/* line 146, ../_base.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

/* line 161, ../_base.scss */
input[type="text"]:placeholder-shown, input[type="email"]:placeholder-shown, input[type="tel"]:placeholder-shown {
  color: #ddd;
}

/* line 164, ../_base.scss */
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder {
  color: #ddd;
}

/* line 167, ../_base.scss */
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #ddd;
}

/* line 171, ../_base.scss */
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
}

/* line 175, ../_base.scss */
textarea:placeholder-shown {
  color: #aaa;
}

/* line 178, ../_base.scss */
textarea::-webkit-input-placeholder {
  color: #aaa;
}

/* line 181, ../_base.scss */
textarea::-moz-placeholder {
  color: #aaa;
}

/* line 186, ../_base.scss */
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: .1s;
}

/* line 192, ../_base.scss */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: .1s;
}

/* line 198, ../_base.scss */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: .1s;
}

/* line 204, ../_base.scss */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: .1s;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
/* line 211, ../_base.scss */
a {
  -webkit-tap-highlight-color: transparent;
  color: #212121;
}
@media screen and (min-width: 896px) {
  /* line 211, ../_base.scss */
  a {
    transition: .3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  /* line 219, ../_base.scss */
  a:hover {
    transition: .3s;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
}

/* line 229, ../_base.scss */
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

/* line 235, ../_base.scss */
th, td {
  vertical-align: middle;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
  border: 0;
}

/* line 242, ../_base.scss */
caption {
  text-align: left;
}

/* line 246, ../_base.scss */
html, body {
  width: 100%;
  height: 100%;
  color: #313131;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-display: swap;
}

/* line 256, ../_base.scss */
body {
  overflow-x: hidden;
}
@media screen and (max-width: 896px) {
  /* line 259, ../_base.scss */
  body.sp_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

/* line 267, ../_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 273, ../_base.scss */
.slick-list:focus {
  outline: none !important;
}

/* line 4, ../_layout.scss */
.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  /* line 4, ../_layout.scss */
  .sp {
    display: block;
  }
}

@media screen and (max-width: 896px) {
  /* line 10, ../_layout.scss */
  .pc {
    display: none;
  }
}

/* line 16, ../_layout.scss */
#stage {
  overflow: hidden;
}

/* line 20, ../_layout.scss */
.inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

/* line 25, ../_layout.scss */
.outer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 31, ../_layout.scss */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: .3s;
  z-index: 1000;
}
@media screen and (max-width: 896px) {
  /* line 31, ../_layout.scss */
  .header {
    padding-bottom: 15px;
  }
}
/* line 41, ../_layout.scss */
.header.on, .header.menu_on {
  background: #fff;
  box-shadow: 1px -2px 10px #a7a6a6;
}
/* line 47, ../_layout.scss */
.header.on .logo a img, .header.menu_on .logo a img {
  filter: brightness(1);
}
/* line 54, ../_layout.scss */
.header.on .contact_area .trigger span, .header.menu_on .contact_area .trigger span {
  background: #42311e;
}
/* line 60, ../_layout.scss */
.header .logo {
  width: 325px;
  padding-left: 3%;
  padding-top: 10px;
}
@media screen and (max-width: 896px) {
  /* line 60, ../_layout.scss */
  .header .logo {
    width: 55%;
    padding-left: 5%;
    padding-top: 20px;
  }
}
/* line 70, ../_layout.scss */
.header .logo a img {
  transition: .3s;
  filter: brightness(23);
}
/* line 76, ../_layout.scss */
.header .contact_area {
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 76, ../_layout.scss */
  .header .contact_area {
    right: 0;
    top: 9px;
  }
}
/* line 82, ../_layout.scss */
.header .contact_area .trigger {
  cursor: pointer;
  transition: .3s;
  padding: 20px;
  margin-right: 5px;
}
/* line 87, ../_layout.scss */
.header .contact_area .trigger span {
  width: 27px;
  height: 2px;
  background: #fff;
  display: block;
  min-height: 0%;
  transition: .3s;
}
/* line 94, ../_layout.scss */
.header .contact_area .trigger span:nth-of-type(2) {
  width: 27px;
  margin-top: 7px;
  margin-bottom: 7px;
}
/* line 101, ../_layout.scss */
.header .contact_area .trigger.close span {
  transform: rotate(45deg);
}
/* line 103, ../_layout.scss */
.header .contact_area .trigger.close span:nth-of-type(1) {
  margin-top: 10px;
}
/* line 106, ../_layout.scss */
.header .contact_area .trigger.close span:nth-of-type(3) {
  opacity: 0;
}
/* line 109, ../_layout.scss */
.header .contact_area .trigger.close span:nth-of-type(2) {
  margin-top: -2px;
  transform: rotate(-45deg);
}
/* line 117, ../_layout.scss */
.header .contact_area .contact_btn a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  padding: 35px 60px;
  background: #e05423;
  letter-spacing: .16em;
  transition: .3s;
}
@media screen and (min-width: 897px) {
  /* line 126, ../_layout.scss */
  .header .contact_area .contact_btn a:hover {
    background: #42311e;
  }
}

/* line 135, ../_layout.scss */
.menu {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(39, 28, 16, 0.9);
}
/* line 144, ../_layout.scss */
.menu .menu_box {
  width: 100%;
  height: 100%;
}
/* line 148, ../_layout.scss */
.menu .nav_box {
  max-width: 800px;
  padding: 0 1%;
}
@media screen and (max-width: 896px) {
  /* line 148, ../_layout.scss */
  .menu .nav_box {
    padding: 0 5%;
    margin-top: 60px;
  }
}
/* line 155, ../_layout.scss */
.menu .nav_box .menu_logo {
  width: 33%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 896px) {
  /* line 155, ../_layout.scss */
  .menu .nav_box .menu_logo {
    width: 45%;
    margin: 0 auto 30px;
  }
}
/* line 163, ../_layout.scss */
.menu .nav_box .nav_list {
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  /* line 163, ../_layout.scss */
  .menu .nav_box .nav_list {
    display: block;
  }
}
/* line 168, ../_layout.scss */
.menu .nav_box .nav_list li {
  width: 48%;
  margin-bottom: 25px;
}
@media screen and (max-width: 896px) {
  /* line 168, ../_layout.scss */
  .menu .nav_box .nav_list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 175, ../_layout.scss */
.menu .nav_box .nav_list li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  border: 2px solid #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transition: .3s;
}
@media screen and (max-width: 896px) {
  /* line 175, ../_layout.scss */
  .menu .nav_box .nav_list li a {
    font-size: 1.4rem;
    padding: 20px 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 189, ../_layout.scss */
  .menu .nav_box .nav_list li a:hover {
    background: #fff;
    color: #42311e;
  }
}

/* line 200, ../_layout.scss */
.wanted {
  background: url(../../img/common/d-brown-bg-pattern.jpg);
  background-size: 800px;
  padding: 80px 0;
}
@media screen and (max-width: 896px) {
  /* line 200, ../_layout.scss */
  .wanted {
    padding: 60px 5%;
  }
}
/* line 207, ../_layout.scss */
.wanted .wanted_box {
  padding: 60px;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 207, ../_layout.scss */
  .wanted .wanted_box {
    padding: 45px 5%;
    display: block;
  }
}
/* line 216, ../_layout.scss */
.wanted .wanted_box .illust {
  z-index: -1;
}
/* line 218, ../_layout.scss */
.wanted .wanted_box .illust.left {
  width: 19%;
  left: -11%;
  top: -7%;
}
@media screen and (max-width: 896px) {
  /* line 218, ../_layout.scss */
  .wanted .wanted_box .illust.left {
    width: 25%;
    left: -4%;
    top: -3%;
  }
}
/* line 228, ../_layout.scss */
.wanted .wanted_box .illust.right {
  width: 24%;
  right: -8%;
  bottom: -10%;
}
@media screen and (max-width: 896px) {
  /* line 228, ../_layout.scss */
  .wanted .wanted_box .illust.right {
    width: 33%;
    right: -4%;
    bottom: -11%;
  }
}
/* line 239, ../_layout.scss */
.wanted .wanted_box .ttl_box {
  width: 28%;
  overflow: hidden;
  text-align: center;
  margin-right: 12%;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  /* line 239, ../_layout.scss */
  .wanted .wanted_box .ttl_box {
    width: 90%;
    margin: 0 auto 20px;
  }
}
/* line 249, ../_layout.scss */
.wanted .wanted_box .ttl_box h3 {
  font-size: 5rem;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
/* line 254, ../_layout.scss */
.wanted .wanted_box .ttl_box h3 span {
  letter-spacing: .1em;
}
/* line 258, ../_layout.scss */
.wanted .wanted_box .ttl_box .lead {
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
}
/* line 263, ../_layout.scss */
.wanted .wanted_box .ttl_box .lead::after, .wanted .wanted_box .ttl_box .lead::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
}
/* line 273, ../_layout.scss */
.wanted .wanted_box .ttl_box .lead::after {
  left: 104%;
}
/* line 276, ../_layout.scss */
.wanted .wanted_box .ttl_box .lead::before {
  right: 104%;
}
/* line 282, ../_layout.scss */
.wanted .wanted_box .text_area .lead {
  color: #fff;
}

/* line 289, ../_layout.scss */
.contact {
  padding: 120px 0;
  background: url(../../img/common/contact_bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 896px) {
  /* line 289, ../_layout.scss */
  .contact {
    padding: 80px 5%;
  }
}
/* line 296, ../_layout.scss */
.contact .text_area {
  background: url(../../img/common/orange-bg-pattern.jpg);
  background-size: 800px;
  padding: 80px 70px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  /* line 296, ../_layout.scss */
  .contact .text_area {
    width: 100%;
    padding: 40px 5%;
  }
}
/* line 305, ../_layout.scss */
.contact .text_area .ttl {
  font-size: 4.4rem;
  position: relative;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  /* line 305, ../_layout.scss */
  .contact .text_area .ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
/* line 314, ../_layout.scss */
.contact .text_area .ttl::after {
  content: "";
  background: url(../../img/common/contact-icon.png) no-repeat center;
  background-size: 100%;
  width: 100px;
  height: 30px;
  display: block;
  margin: 10px auto;
}
/* line 324, ../_layout.scss */
.contact .text_area .lead {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  /* line 324, ../_layout.scss */
  .contact .text_area .lead {
    font-size: 1.4rem;
  }
}
/* line 333, ../_layout.scss */
.contact .text_area .mail {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 4.8rem;
}
@media screen and (max-width: 896px) {
  /* line 333, ../_layout.scss */
  .contact .text_area .mail {
    font-size: 2.2rem;
  }
}

/* line 346, ../_layout.scss */
.bdr_box {
  border: 2px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
/* line 350, ../_layout.scss */
.bdr_box .head {
  padding: 20px 30px 20px 40px;
  border-bottom: 2px solid #fff;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: .1em;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 350, ../_layout.scss */
  .bdr_box .head {
    font-size: 1.8rem;
    line-height: 1.5;
    display: block;
  }
}
/* line 362, ../_layout.scss */
.bdr_box .head::after {
  content: "";
  background: #fff;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 371, ../_layout.scss */
.bdr_box .head .lato {
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: .15em;
}
@media screen and (max-width: 896px) {
  /* line 371, ../_layout.scss */
  .bdr_box .head .lato {
    font-size: 1.2rem;
    display: block;
  }
}

/* line 382, ../_layout.scss */
.content_box {
  padding: 45px 50px 80px;
}
@media screen and (max-width: 896px) {
  /* line 382, ../_layout.scss */
  .content_box {
    padding: 25px 5%;
  }
}

/* line 388, ../_layout.scss */
.hash {
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  /* line 388, ../_layout.scss */
  .hash {
    display: block !important;
  }
}
/* line 393, ../_layout.scss */
.hash .tag {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .1em;
}
@media screen and (max-width: 896px) {
  /* line 393, ../_layout.scss */
  .hash .tag {
    line-height: 1.5;
  }
}
/* line 401, ../_layout.scss */
.hash .icon {
  width: 90px;
  margin-right: 15px;
}
@media screen and (max-width: 896px) {
  /* line 401, ../_layout.scss */
  .hash .icon {
    width: 55px;
    margin-right: 0;
    margin-bottom: 12px;
    display: block;
  }
}

/* line 412, ../_layout.scss */
.task_area {
  padding: 20px 30px;
  background: #6eaf86;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  /* line 412, ../_layout.scss */
  .task_area {
    padding: 25px 6%;
  }
}
@media screen and (max-width: 896px) {
  /* line 420, ../_layout.scss */
  .task_area .box {
    display: block;
  }
}
/* line 424, ../_layout.scss */
.task_area .box .ttl {
  width: 100px;
  padding-right: 35px;
}
@media screen and (max-width: 896px) {
  /* line 424, ../_layout.scss */
  .task_area .box .ttl {
    width: 65px;
    margin: 0 auto 15px;
    padding-right: 0;
  }
}
/* line 433, ../_layout.scss */
.task_area .box .lead {
  width: 80%;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 35px;
  line-height: 1.5;
  color: #fff;
  border-left: 1px solid #fff;
  letter-spacing: .1em;
}
@media screen and (max-width: 896px) {
  /* line 433, ../_layout.scss */
  .task_area .box .lead {
    border-left: none;
    border-top: 1px solid #fff;
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
    font-size: 1.4rem;
  }
}
/* line 450, ../_layout.scss */
.task_area .box .lead .line {
  border-bottom: double;
}
/* line 452, ../_layout.scss */
.task_area .box .lead .line span {
  color: #fef100;
}

/* line 459, ../_layout.scss */
.tast_list {
  margin-bottom: 45px;
}
@media screen and (max-width: 896px) {
  /* line 459, ../_layout.scss */
  .tast_list {
    display: block !important;
  }
}
/* line 464, ../_layout.scss */
.tast_list li {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  /* line 464, ../_layout.scss */
  .tast_list li {
    width: 100%;
    padding: 25px 5%;
    margin-bottom: 15px;
  }
}
/* line 476, ../_layout.scss */
.tast_list li::before {
  content: "";
  width: 130px;
  height: 104px;
  position: absolute;
  top: -1px;
  left: -1px;
}
@media screen and (max-width: 896px) {
  /* line 476, ../_layout.scss */
  .tast_list li::before {
    width: 115px;
    height: 95px;
  }
}
/* line 489, ../_layout.scss */
.tast_list li:nth-of-type(1)::before {
  background: url(../../img/top/task01.png) no-repeat center;
  background-size: 100%;
}
/* line 495, ../_layout.scss */
.tast_list li:nth-of-type(2)::before {
  background: url(../../img/top/task02.png) no-repeat center;
  background-size: 100%;
}
/* line 501, ../_layout.scss */
.tast_list li:nth-of-type(3)::before {
  background: url(../../img/top/task03.png) no-repeat center;
  background-size: 100%;
}
/* line 506, ../_layout.scss */
.tast_list li .img_box {
  width: 120px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 896px) {
  /* line 506, ../_layout.scss */
  .tast_list li .img_box {
    width: 30%;
    margin: 0 auto 10px;
  }
}
/* line 514, ../_layout.scss */
.tast_list li h5 {
  color: #42311e;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #69bf8f;
  position: relative;
}
/* line 525, ../_layout.scss */
.tast_list li h5::after {
  content: "";
  background: url(../../img/common/arrow-green.png) no-repeat center;
  background-size: 100%;
  width: 30px;
  height: 18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
}
/* line 537, ../_layout.scss */
.tast_list li .lead {
  text-align: center;
  font-size: 1.4rem;
}

/* line 543, ../_layout.scss */
.catch {
  position: relative;
  width: 85%;
  margin: 0 auto -40px;
  z-index: 1;
}
/* line 548, ../_layout.scss */
.catch::after {
  content: "";
  background: #e47c53;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
/* line 558, ../_layout.scss */
.catch .lead {
  font-size: 2.2rem;
  letter-spacing: .15em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #e47c53;
  padding: 25px 0;
}
@media screen and (max-width: 896px) {
  /* line 558, ../_layout.scss */
  .catch .lead {
    font-size: 1.6rem;
    padding: 15px 5%;
    line-height: 1.4;
    position: relative;
    z-index: 1;
  }
}

/* line 575, ../_layout.scss */
.cv_box {
  border-radius: 10px;
  padding: 90px 0 70px;
  background: rgba(69, 36, 7, 0.15);
  text-align: center;
}
@media screen and (max-width: 896px) {
  /* line 575, ../_layout.scss */
  .cv_box {
    padding: 70px 0;
  }
}
/* line 583, ../_layout.scss */
.cv_box h4 {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding: 0 45px;
}
@media screen and (max-width: 896px) {
  /* line 583, ../_layout.scss */
  .cv_box h4 {
    font-size: 2rem;
    padding: 0 7%;
  }
}
/* line 596, ../_layout.scss */
.cv_box h4::after, .cv_box h4::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  display: block;
}
/* line 606, ../_layout.scss */
.cv_box h4::after {
  transform: rotate(30deg);
  right: 0;
}
@media screen and (max-width: 896px) {
  /* line 606, ../_layout.scss */
  .cv_box h4::after {
    transform: rotate(15deg);
  }
}
/* line 613, ../_layout.scss */
.cv_box h4::before {
  transform: rotate(-30deg);
  left: 0;
}
@media screen and (max-width: 896px) {
  /* line 613, ../_layout.scss */
  .cv_box h4::before {
    transform: rotate(-15deg);
  }
}

/* line 622, ../_layout.scss */
.human {
  width: 70%;
  margin: -60px auto 0;
}
@media screen and (max-width: 896px) {
  /* line 622, ../_layout.scss */
  .human {
    width: 100%;
  }
}

/* line 634, ../_layout.scss */
.footer {
  padding: 20px 0;
}
/* line 636, ../_layout.scss */
.footer .copyright {
  font-style: italic;
  font-size: 1.4rem;
  color: #42311e;
  text-align: center;
}

/* line 673, ../_layout.scss */
.modal_open {
  cursor: pointer;
}

/* line 677, ../_layout.scss */
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(39, 28, 16, 0.9);
  display: none;
  z-index: 1000000;
}
/* line 686, ../_layout.scss */
.modal-overlay .modal-panel {
  width: 90%;
  max-width: 820px;
  height: auto;
  max-height: 620px;
  padding: 10px;
  position: fixed;
}
/* line 693, ../_layout.scss */
.modal-overlay .modal-panel iframe {
  width: 100%;
  height: 60vh;
}
/* line 698, ../_layout.scss */
.modal-overlay .modal-close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  /* line 698, ../_layout.scss */
  .modal-overlay .modal-close {
    top: 0;
  }
}
/* line 708, ../_layout.scss */
.modal-overlay .modal-close::before, .modal-overlay .modal-close::after {
  position: absolute;
  top: 1px;
  border: 1px solid #fff;
  height: 80px;
  content: "";
}
/* line 716, ../_layout.scss */
.modal-overlay .modal-close::before {
  left: 41px;
  transform: rotate(-45deg);
}
/* line 720, ../_layout.scss */
.modal-overlay .modal-close::after {
  right: 35px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@font-face {
  font-family: 'Lato-Black';
  font-style: normal;
  src: url(../../font/Lato-Black.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'Lato-Bold';
  font-style: normal;
  src: url(../../font/Lato-Bold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'Lato-Heavy';
  font-style: normal;
  src: url(../../font/Lato-Heavy.ttf) format("truetype");
  font-display: swap;
}
@keyframes MoveHorizon {
  0% {
    transform: translateX(10%);
  }
  50% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(10%);
  }
}
/* line 52, ../_module.scss */
.lato.bold {
  font-family: 'Lato-Bold';
}
/* line 55, ../_module.scss */
.lato.heavy {
  font-family: 'Lato-Heavy';
}
/* line 58, ../_module.scss */
.lato.black {
  font-family: 'Lato-Black';
}

/* line 63, ../_module.scss */
.tel.no_link {
  pointer-events: none;
}

/* line 69, ../_module.scss */
.flx {
  display: flex;
}
/* line 71, ../_module.scss */
.flx.reverse {
  flex-direction: row-reverse;
}
/* line 74, ../_module.scss */
.flx.jfc_sb {
  justify-content: space-between;
}
/* line 77, ../_module.scss */
.flx.jfc_c {
  justify-content: center;
}
/* line 80, ../_module.scss */
.flx.aic {
  align-items: center;
}
/* line 83, ../_module.scss */
.flx.clm {
  flex-direction: column;
}
/* line 85, ../_module.scss */
.flx.clm > * {
  min-height: 0%;
}

/* line 90, ../_module.scss */
.ablt {
  position: absolute;
}

/* line 95, ../_module.scss */
.lead {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .1em;
}
@media screen and (max-width: 896px) {
  /* line 95, ../_module.scss */
  .lead {
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

/* line 107, ../_module.scss */
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 896px) {
  /* line 107, ../_module.scss */
  .vertical {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
}

/* line 12, ../_states.scss */
.hvrop {
  transition: .3s;
}
@media screen and (min-width: 897px) {
  /* line 15, ../_states.scss */
  .hvrop:hover {
    opacity: 0.7;
  }
}

/* line 21, ../_states.scss */
.svg_anim svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: 1s;
}
/* line 27, ../_states.scss */
.svg_anim.on svg {
  stroke-dashoffset: 2000;
}

/* line 33, ../_states.scss */
.fade_y {
  transform: translateY(3%);
  opacity: 0;
  transition: .3s;
}
/* line 37, ../_states.scss */
.fade_y.on {
  opacity: 1;
  transform: translateY(0%);
}

/* line 42, ../_states.scss */
.fade_r {
  transform: translateX(3%);
  opacity: 0;
  transition: .3s;
}
/* line 46, ../_states.scss */
.fade_r.on {
  opacity: 1;
  transform: translateX(0%);
}

/* line 51, ../_states.scss */
.fade_l {
  transform: translateX(-3%);
  opacity: 0;
  transition: .3s;
}
/* line 55, ../_states.scss */
.fade_l.on {
  opacity: 1;
  transform: translateX(0%);
}

/* line 61, ../_states.scss */
.scr_cvr {
  overflow: hidden;
  position: relative;
  display: block;
  opacity: 0;
  transition: .5s;
}
/* line 67, ../_states.scss */
.scr_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 79, ../_states.scss */
.scr_cvr.on {
  opacity: 1;
}
/* line 81, ../_states.scss */
.scr_cvr.on::before {
  right: -100%;
  transition-delay: .3s;
}

/* line 5, _top.scss */
.top .firstview {
  width: 100%;
  height: 100vh;
  background: url(../../img/top/top-mv.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 896px) {
  /* line 5, _top.scss */
  .top .firstview {
    background: url(../../img/top/top-mv-sp.jpg) no-repeat center;
    background-size: cover;
  }
}
/* line 14, _top.scss */
.top .firstview .chill_logo {
  max-width: 420px;
}
@media screen and (max-width: 896px) {
  /* line 14, _top.scss */
  .top .firstview .chill_logo {
    width: 60%;
    margin-top: -15%;
    max-width: none;
  }
}
/* line 23, _top.scss */
.top .about {
  background: #faf8d5;
  padding-top: 150px;
}
@media screen and (max-width: 896px) {
  /* line 23, _top.scss */
  .top .about {
    padding-top: 80px;
    padding-bottom: 30px;
    overflow: hidden;
  }
  /* line 30, _top.scss */
  .top .about .img_box {
    width: 160%;
    position: relative;
    left: -29%;
  }
}
/* line 36, _top.scss */
.top .about .about_box {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 36, _top.scss */
  .top .about .about_box {
    display: block;
  }
}
/* line 42, _top.scss */
.top .about .about_box .cloud {
  z-index: -1;
  animation: MoveHorizon 20s infinite;
}
/* line 45, _top.scss */
.top .about .about_box .cloud.cloud01 {
  width: 40%;
  top: -21%;
  left: -18%;
}
@media screen and (max-width: 896px) {
  /* line 45, _top.scss */
  .top .about .about_box .cloud.cloud01 {
    width: 60%;
    top: -11%;
  }
}
/* line 54, _top.scss */
.top .about .about_box .cloud.cloud02 {
  width: 46%;
  right: -25%;
  top: -25%;
}
@media screen and (max-width: 896px) {
  /* line 54, _top.scss */
  .top .about .about_box .cloud.cloud02 {
    width: 85%;
    right: -54%;
    top: -14%;
  }
}
/* line 64, _top.scss */
.top .about .about_box .cloud.sp_cloud {
  width: 98%;
  top: -5%;
  right: -5%;
}
/* line 70, _top.scss */
.top .about .about_box .logo {
  width: 35%;
  max-width: 330px;
}
@media screen and (max-width: 896px) {
  /* line 70, _top.scss */
  .top .about .about_box .logo {
    width: 45%;
    margin: 0 auto 45px;
    max-width: none;
  }
}
/* line 79, _top.scss */
.top .about .about_box .text_area {
  width: 51%;
}
@media screen and (max-width: 896px) {
  /* line 79, _top.scss */
  .top .about .about_box .text_area {
    padding: 0 7%;
    width: 100%;
  }
}
/* line 85, _top.scss */
.top .about .about_box .text_area .lead {
  color: #42311e;
  font-weight: bold;
}
/* line 88, _top.scss */
.top .about .about_box .text_area .lead strong {
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: .15em;
}
@media screen and (max-width: 896px) {
  /* line 88, _top.scss */
  .top .about .about_box .text_area .lead strong {
    font-size: 2rem;
    letter-spacing: .1em;
  }
}
/* line 96, _top.scss */
.top .about .about_box .text_area .lead strong span {
  color: #e05423;
}
/* line 104, _top.scss */
.top .point {
  background: #308776;
  padding: 250px 0 150px;
  margin-top: -125px;
}
@media screen and (max-width: 896px) {
  /* line 104, _top.scss */
  .top .point {
    padding: 150px 0 1px;
  }
}
/* line 111, _top.scss */
.top .point .point_ttl {
  margin: 0 auto;
  width: 47%;
  max-width: 470px;
  margin-bottom: 65px;
}
@media screen and (max-width: 896px) {
  /* line 111, _top.scss */
  .top .point .point_ttl {
    max-width: none;
    width: 80%;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 896px) {
  /* line 122, _top.scss */
  .top .point .point_list {
    display: block;
    padding: 0 5%;
  }
}
/* line 127, _top.scss */
.top .point .point_list li {
  width: 29%;
}
@media screen and (max-width: 896px) {
  /* line 127, _top.scss */
  .top .point .point_list li {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 897px) {
  /* line 134, _top.scss */
  .top .point .point_list li:nth-of-type(1), .top .point .point_list li:nth-of-type(3) {
    margin-top: -60px;
  }
}
/* line 141, _top.scss */
.top .point .point_list li:nth-of-type(1) .img_box::before {
  background: url(../../img/top/point01-bg.png) no-repeat center;
  background-size: 97%;
  top: -15px;
  left: -12px;
}
/* line 151, _top.scss */
.top .point .point_list li:nth-of-type(2) .img_box::before {
  background: url(../../img/top/point02-bg.png) no-repeat center;
  background-size: 96%;
  right: -26px;
  bottom: -16px;
}
/* line 161, _top.scss */
.top .point .point_list li:nth-of-type(3) .img_box::before {
  background: url(../../img/top/point03-bg.png) no-repeat center;
  background-size: 96%;
  right: -21px;
  top: -12px;
}
/* line 169, _top.scss */
.top .point .point_list li .img_box {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 169, _top.scss */
  .top .point .point_list li .img_box {
    width: 60%;
    margin: 0 auto 25px;
  }
}
/* line 177, _top.scss */
.top .point .point_list li .img_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
/* line 186, _top.scss */
.top .point .point_list li .text_area h4 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  letter-spacing: .15em;
  line-height: 1.3;
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 186, _top.scss */
  .top .point .point_list li .text_area h4 {
    font-size: 2.4rem;
  }
}
/* line 198, _top.scss */
.top .point .point_list li .text_area h4::after {
  content: "";
  background: url(../../img/top/point-line.png) repeat-x;
  background-size: 100%;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 896px) {
  /* line 198, _top.scss */
  .top .point .point_list li .text_area h4::after {
    background: url(../../img/top/sp-point-line.png) repeat-x;
    background-size: 100%;
  }
}
/* line 212, _top.scss */
.top .point .point_list li .text_area h4 strong {
  font-size: 3.4rem;
}
@media screen and (max-width: 896px) {
  /* line 212, _top.scss */
  .top .point .point_list li .text_area h4 strong {
    font-size: 3.6rem;
  }
}
/* line 219, _top.scss */
.top .point .point_list li .text_area .lead {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 896px) {
  /* line 219, _top.scss */
  .top .point .point_list li .text_area .lead {
    font-size: 1.6rem;
  }
}
/* line 231, _top.scss */
.top .solution {
  background: #f4f1eb;
  padding: 150px 0;
}
@media screen and (max-width: 896px) {
  /* line 231, _top.scss */
  .top .solution {
    padding: 80px 0 120px;
  }
}
/* line 237, _top.scss */
.top .solution .solution_ttl {
  margin-bottom: 60px;
  text-align: center;
  color: #1f4e6f;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.8;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 896px) {
  /* line 237, _top.scss */
  .top .solution .solution_ttl {
    font-size: 2.6rem;
    margin-bottom: 45px;
    line-height: 1.4;
  }
}
/* line 250, _top.scss */
.top .solution .solution_ttl span {
  color: #fff;
  padding: 8px 15px;
  background: #1f4e6f;
  font-size: 1.8rem;
  letter-spacing: .1em;
  font-weight: normal;
}
@media screen and (max-width: 896px) {
  /* line 250, _top.scss */
  .top .solution .solution_ttl span {
    font-size: 1.4rem;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
  }
}
/* line 265, _top.scss */
.top .solution .solution_talk {
  width: 70%;
  max-width: 700px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 896px) {
  /* line 265, _top.scss */
  .top .solution .solution_talk {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 40px;
  }
}
/* line 274, _top.scss */
.top .solution .solution_talk li {
  margin-bottom: 15px;
}
@media screen and (max-width: 896px) {
  /* line 274, _top.scss */
  .top .solution .solution_talk li {
    margin-bottom: 25px;
  }
}
/* line 281, _top.scss */
.top .solution .catch {
  font-size: 3rem;
  text-align: center;
  color: #1f4e6f;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
/* line 287, _top.scss */
.top .solution .catch::after {
  content: none;
}
@media screen and (max-width: 896px) {
  /* line 281, _top.scss */
  .top .solution .catch {
    font-size: 2.2rem;
  }
}
/* line 295, _top.scss */
.top .project {
  background: url(../../img/common/brown-bg-pattern.jpg);
  background-size: 800px;
  padding: 180px 0;
}
@media screen and (max-width: 896px) {
  /* line 295, _top.scss */
  .top .project {
    padding: 80px 0 60px;
  }
}
/* line 302, _top.scss */
.top .project .top_tree {
  width: 90%;
  margin: -260px auto 0;
}
@media screen and (max-width: 896px) {
  /* line 302, _top.scss */
  .top .project .top_tree {
    margin: -27% auto 70px;
    width: 90%;
  }
}
/* line 310, _top.scss */
.top .project .project_ttl {
  text-align: center;
  margin-bottom: 60px;
  display: block;
}
/* line 314, _top.scss */
.top .project .project_ttl h3 {
  font-size: 4rem;
  line-height: 1.4;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  /* line 314, _top.scss */
  .top .project .project_ttl h3 {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}
/* line 324, _top.scss */
.top .project .project_ttl h3::after {
  content: "";
  background: url(../../img/top/project-icon.png) no-repeat center;
  background-size: 100%;
  width: 180px;
  height: 50px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}
/* line 336, _top.scss */
.top .project .project_ttl .lead {
  color: #fff;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 896px) {
  /* line 336, _top.scss */
  .top .project .project_ttl .lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 345, _top.scss */
  .top .project .project_list {
    padding: 0 5%;
  }
}
/* line 349, _top.scss */
.top .project .project_list .ac_trigger {
  margin-bottom: 15px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #42311e;
  letter-spacing: .15em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  /* line 349, _top.scss */
  .top .project .project_list .ac_trigger {
    font-size: 1.6rem;
  }
}
/* line 364, _top.scss */
.top .project .project_list .ac_trigger.show::after {
  transform: translateY(-50%) rotate(0deg);
}
/* line 368, _top.scss */
.top .project .project_list .ac_trigger::after {
  content: "";
  background: url(../../img/common/arrow-brown.png) no-repeat center;
  background-size: 100%;
  width: 25px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: .3s;
}
@media screen and (max-width: 896px) {
  /* line 368, _top.scss */
  .top .project .project_list .ac_trigger::after {
    width: 18px;
    height: 13px;
  }
}
/* line 384, _top.scss */
.top .project .project_list .ac_trigger .num {
  width: 60px;
  margin-right: 15px;
}
@media screen and (max-width: 896px) {
  /* line 384, _top.scss */
  .top .project .project_list .ac_trigger .num {
    width: 25px;
    display: inline-block;
  }
}
/* line 392, _top.scss */
.top .project .project_list .ac_trigger .line {
  margin-top: 4px;
  padding-bottom: 5px;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #fef100 50%);
}
@media screen and (max-width: 896px) {
  /* line 392, _top.scss */
  .top .project .project_list .ac_trigger .line {
    padding-bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fef100 40%);
  }
}
@media screen and (max-width: 896px) {
  /* line 402, _top.scss */
  .top .project .project_list .ac_trigger p {
    line-height: 1.5;
  }
}
/* line 407, _top.scss */
.top .project .project_list dd {
  display: none;
  margin-bottom: 40px;
}
/* line 410, _top.scss */
.top .project .project_list dd .project_btn {
  transition: .3s;
  display: block;
  width: 380px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  background: #000;
  border: 2px solid #000;
  font-size: 1.6rem;
  padding: 20px 0;
  font-weight: bold;
  border-radius: 40px;
}
@media screen and (max-width: 896px) {
  /* line 410, _top.scss */
  .top .project .project_list dd .project_btn {
    width: 100%;
  }
}
@media screen and (min-width: 897px) {
  /* line 428, _top.scss */
  .top .project .project_list dd .project_btn:hover {
    background: #fff;
    color: #000;
  }
  /* line 431, _top.scss */
  .top .project .project_list dd .project_btn:hover::after {
    filter: invert(1);
  }
}
/* line 436, _top.scss */
.top .project .project_list dd .project_btn::after {
  transition: .3s;
  content: "";
  background: url(../../img/common/arrow-wht.png) no-repeat center;
  background-size: 100%;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
}
/* line 452, _top.scss */
.top .flow {
  background: #f4f1eb;
  padding: 150px 0;
}
@media screen and (max-width: 896px) {
  /* line 452, _top.scss */
  .top .flow {
    padding: 80px 5%;
  }
}
/* line 458, _top.scss */
.top .flow .flow_ttl {
  width: 53%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 896px) {
  /* line 458, _top.scss */
  .top .flow .flow_ttl {
    width: 100%;
    margin: 0 auto 60px;
  }
}
/* line 466, _top.scss */
.top .flow .flow_list {
  position: relative;
  z-index: 1;
}
/* line 469, _top.scss */
.top .flow .flow_list::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #beb1a5;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
/* line 479, _top.scss */
.top .flow .flow_list .side_illust01 {
  right: -11%;
  z-index: 1;
  top: 8%;
  width: 16%;
}
@media screen and (max-width: 896px) {
  /* line 479, _top.scss */
  .top .flow .flow_list .side_illust01 {
    right: -9%;
    top: 10%;
    width: 28%;
  }
}
/* line 490, _top.scss */
.top .flow .flow_list .side_illust02 {
  right: -25%;
  top: 12%;
  width: 12%;
}
/* line 495, _top.scss */
.top .flow .flow_list .side_illust03 {
  width: 19%;
  right: -16%;
  top: 38%;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 495, _top.scss */
  .top .flow .flow_list .side_illust03 {
    width: 28%;
    right: -6%;
    top: 28%;
  }
}
/* line 506, _top.scss */
.top .flow .flow_list .side_illust04 {
  bottom: -4%;
  right: -27%;
  width: 32%;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 506, _top.scss */
  .top .flow .flow_list .side_illust04 {
    bottom: -4%;
    right: -22%;
    width: 49%;
  }
}
/* line 517, _top.scss */
.top .flow .flow_list .side_illust05 {
  width: 13%;
  left: -23%;
  top: -2%;
}
/* line 522, _top.scss */
.top .flow .flow_list .side_illust06 {
  width: 11%;
  left: -15%;
  top: 10%;
}
@media screen and (max-width: 896px) {
  /* line 522, _top.scss */
  .top .flow .flow_list .side_illust06 {
    width: 15%;
    left: -6%;
    top: 7%;
    z-index: 1;
  }
}
/* line 533, _top.scss */
.top .flow .flow_list .side_illust07 {
  width: 18%;
  left: -27%;
  top: 23%;
}
@media screen and (max-width: 896px) {
  /* line 533, _top.scss */
  .top .flow .flow_list .side_illust07 {
    width: 19%;
    left: -8%;
    top: 40%;
    z-index: 1;
  }
}
/* line 544, _top.scss */
.top .flow .flow_list .side_illust08 {
  width: 12%;
  left: -16%;
  top: 55%;
}
@media screen and (max-width: 896px) {
  /* line 544, _top.scss */
  .top .flow .flow_list .side_illust08 {
    width: 16%;
    left: auto;
    top: 57%;
    z-index: 1;
    right: -7%;
  }
}
/* line 556, _top.scss */
.top .flow .flow_list .side_illust09 {
  bottom: 27%;
  left: -29%;
  width: 20%;
}
@media screen and (max-width: 896px) {
  /* line 556, _top.scss */
  .top .flow .flow_list .side_illust09 {
    bottom: 12%;
    left: -9%;
    width: 22%;
    z-index: 1;
  }
}
/* line 567, _top.scss */
.top .flow .flow_list li {
  background: #fff;
  padding: 40px 7%;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 567, _top.scss */
  .top .flow .flow_list li {
    padding: 40px 7% 23px;
  }
}
/* line 575, _top.scss */
.top .flow .flow_list li .num {
  top: -10px;
  left: -10px;
  width: 60px;
}
@media screen and (max-width: 896px) {
  /* line 575, _top.scss */
  .top .flow .flow_list li .num {
    width: 40px;
  }
}
/* line 583, _top.scss */
.top .flow .flow_list li h4 {
  font-size: 2.4rem;
  color: #42311e;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
@media screen and (max-width: 896px) {
  /* line 583, _top.scss */
  .top .flow .flow_list li h4 {
    font-size: 2rem;
  }
}
/* line 592, _top.scss */
.top .flow .flow_list li h4 .day {
  font-size: 2.6rem;
  color: #de7109;
}
@media screen and (max-width: 896px) {
  /* line 592, _top.scss */
  .top .flow .flow_list li h4 .day {
    font-size: 2.2rem;
  }
}
/* line 599, _top.scss */
.top .flow .flow_list li h4 .aft_txt {
  position: absolute;
  width: 150px;
  left: 105%;
  top: 0;
}
@media screen and (max-width: 896px) {
  /* line 599, _top.scss */
  .top .flow .flow_list li h4 .aft_txt {
    width: 120px;
  }
}
@media screen and (max-width: 896px) {
  /* line 609, _top.scss */
  .top .flow .flow_list li .text_area {
    align-items: flex-start;
  }
}
/* line 613, _top.scss */
.top .flow .flow_list li .text_area .icon {
  width: 100px;
  margin-right: 20px;
}
@media screen and (max-width: 896px) {
  /* line 613, _top.scss */
  .top .flow .flow_list li .text_area .icon {
    width: 150px;
  }
}
/* line 624, _top.scss */
.top .package {
  background: url(../../img/common/pkg-bg.jpg);
  background-size: 90%;
  padding: 120px 0;
}
@media screen and (max-width: 896px) {
  /* line 624, _top.scss */
  .top .package {
    padding: 80px 5%;
  }
}
/* line 631, _top.scss */
.top .package .flow_ttl {
  width: 55%;
  margin: 0 auto 45px;
}
@media screen and (max-width: 896px) {
  /* line 631, _top.scss */
  .top .package .flow_ttl {
    width: 100%;
  }
}
/* line 638, _top.scss */
.top .package .text_area {
  text-align: center;
}
/* line 640, _top.scss */
.top .package .text_area .fukidashi {
  display: inline-block;
  color: #333;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 896px) {
  /* line 640, _top.scss */
  .top .package .text_area .fukidashi {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
/* line 655, _top.scss */
.top .package .text_area .fukidashi::after {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -10px;
}
/* line 666, _top.scss */
.top .package .text_area .cv_txt {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  /* line 666, _top.scss */
  .top .package .text_area .cv_txt {
    font-size: 2rem;
  }
}
/* line 676, _top.scss */
.top .package .text_area .cv_txt strong {
  font-size: 3.4rem;
  color: #f9f23a;
  padding: 0 5px;
}
@media screen and (max-width: 896px) {
  /* line 676, _top.scss */
  .top .package .text_area .cv_txt strong {
    font-size: 2.4rem;
  }
}
/* line 687, _top.scss */
.top .package .pkg_slider .slide {
  padding: 0 7px;
}
/* line 690, _top.scss */
.top .package .pkg_slider .slick-arrow {
  width: 35px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: .3s;
}
/* line 696, _top.scss */
.top .package .pkg_slider .slick-arrow.slick-next {
  right: -60px;
}
@media screen and (min-width: 897px) {
  /* line 699, _top.scss */
  .top .package .pkg_slider .slick-arrow.slick-next:hover {
    right: -65px;
  }
}
/* line 704, _top.scss */
.top .package .pkg_slider .slick-arrow.slick-prev {
  left: -60px;
}
@media screen and (min-width: 897px) {
  /* line 707, _top.scss */
  .top .package .pkg_slider .slick-arrow.slick-prev:hover {
    left: -65px;
  }
}
/* line 713, _top.scss */
.top .package .pkg_slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 721, _top.scss */
.top .package .pkg_slider .slick-dots li {
  margin: 0 5px;
}
/* line 723, _top.scss */
.top .package .pkg_slider .slick-dots li button {
  text-indent: -9999;
  color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
/* line 731, _top.scss */
.top .package .pkg_slider .slick-dots li button:focus {
  outline: none;
}
/* line 736, _top.scss */
.top .package .pkg_slider .slick-dots li.slick-active button {
  background: #e05423;
}
/* line 744, _top.scss */
.top .profile {
  background: url(../../img/common/check-bg-pattern.jpg);
  background-size: 100px;
  padding: 200px 0 150px;
}
@media screen and (max-width: 896px) {
  /* line 744, _top.scss */
  .top .profile {
    padding: 80px 5%;
  }
  /* line 750, _top.scss */
  .top .profile .inner {
    display: block;
  }
}
/* line 754, _top.scss */
.top .profile .img_box {
  width: 50%;
}
@media screen and (max-width: 896px) {
  /* line 754, _top.scss */
  .top .profile .img_box {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
  }
}
/* line 763, _top.scss */
.top .profile .text_area {
  width: 48%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 763, _top.scss */
  .top .profile .text_area {
    width: 100%;
  }
}
/* line 770, _top.scss */
.top .profile .text_area .bg_tree {
  top: -30%;
  left: -29%;
  width: 37%;
  z-index: -1;
}
@media screen and (max-width: 896px) {
  /* line 770, _top.scss */
  .top .profile .text_area .bg_tree {
    width: 50%;
    top: -80%;
  }
}
/* line 780, _top.scss */
.top .profile .text_area .ttl {
  width: 250px;
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  /* line 780, _top.scss */
  .top .profile .text_area .ttl {
    width: 48%;
    margin-bottom: 20px;
  }
}
/* line 789, _top.scss */
.top .profile .text_area .name span {
  display: inline-block;
  color: #fff;
  padding: 8px 15px;
  background: #de7109;
  font-size: 1.4rem;
  margin-bottom: 30px;
  letter-spacing: .1em;
}
@media screen and (max-width: 896px) {
  /* line 789, _top.scss */
  .top .profile .text_area .name span {
    margin-bottom: 20px;
    padding: 5px 12px;
  }
}
/* line 802, _top.scss */
.top .profile .text_area .name h4 {
  font-size: 3.4rem;
  color: #42311e;
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  /* line 802, _top.scss */
  .top .profile .text_area .name h4 {
    font-size: 3rem;
  }
}
/* line 809, _top.scss */
.top .profile .text_area .name h4 small {
  margin-left: 15px;
  font-size: 2rem;
}
@media screen and (max-width: 896px) {
  /* line 809, _top.scss */
  .top .profile .text_area .name h4 small {
    font-size: 1.6rem;
  }
}
/* line 818, _top.scss */
.top .profile .text_area .project_btn {
  transition: .3s;
  display: block;
  width: 250px;
  text-align: center;
  color: #fff;
  position: relative;
  background: #42311e;
  border: 2px solid #42311e;
  font-size: 1.6rem;
  padding: 15px 0;
  font-weight: bold;
  border-radius: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 896px) {
  /* line 818, _top.scss */
  .top .profile .text_area .project_btn {
    width: 100%;
  }
}
@media screen and (min-width: 897px) {
  /* line 836, _top.scss */
  .top .profile .text_area .project_btn:hover {
    background: #fff;
    color: #42311e;
  }
  /* line 839, _top.scss */
  .top .profile .text_area .project_btn:hover::after {
    filter: invert(1);
  }
}
/* line 844, _top.scss */
.top .profile .text_area .project_btn::after {
  transition: .3s;
  content: "";
  background: url(../../img/common/arrow-wht.png) no-repeat center;
  background-size: 100%;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
