@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 7, _profile.scss */
.profile.loaded .firstview .human {
  transform: translateY(0%);
}
/* line 12, _profile.scss */
.profile.loaded .firstview .green_area .illust.left {
  transition-delay: .2s;
  transform: translateX(0%);
  opacity: 1;
}
/* line 17, _profile.scss */
.profile.loaded .firstview .green_area .illust.right {
  opacity: 1;
  transition-delay: .4s;
  transform: translateX(0%);
}
/* line 26, _profile.scss */
.profile .header {
  background: #fff;
  box-shadow: 1px -2px 10px #a7a6a6;
}
/* line 31, _profile.scss */
.profile .header .logo a img {
  filter: brightness(1);
}
/* line 38, _profile.scss */
.profile .header .contact_area .trigger span {
  background: #42311e;
}
/* line 44, _profile.scss */
.profile .firstview {
  background: #faf8d5;
  position: relative;
  padding-top: 120px;
  z-index: 1;
}
/* line 49, _profile.scss */
.profile .firstview::before {
  content: "";
  background: url(../../img/profile/his-cloud.png) center top no-repeat;
  background-size: 100%;
  z-index: -1;
  position: absolute;
  top: 120px;
  left: -2%;
  width: 105%;
  height: 50%;
  animation: MoveHorizon 80s infinite;
}
/* line 61, _profile.scss */
.profile .firstview .human {
  width: 45%;
  margin: 0 auto;
  position: relative;
  left: -7%;
  transform: translateY(100%);
  transition: .3s;
}
@media screen and (max-width: 896px) {
  /* line 61, _profile.scss */
  .profile .firstview .human {
    width: 108%;
    left: 5%;
  }
}
/* line 73, _profile.scss */
.profile .firstview .green_area {
  margin-top: -40px;
  background: #2b9a84;
  position: relative;
  padding: 130px 10%;
}
@media screen and (max-width: 896px) {
  /* line 73, _profile.scss */
  .profile .firstview .green_area {
    padding: 80px 5%;
  }
}
/* line 82, _profile.scss */
.profile .firstview .green_area .illust.left {
  width: 24%;
  left: 4%;
  top: -156px;
  opacity: 0;
  transform: translateX(-5%);
  transition: .3s;
}
@media screen and (max-width: 896px) {
  /* line 82, _profile.scss */
  .profile .firstview .green_area .illust.left {
    width: 38%;
    left: -5%;
    top: -10%;
  }
}
/* line 95, _profile.scss */
.profile .firstview .green_area .illust.right {
  width: 33%;
  right: 6%;
  top: -230px;
  opacity: 0;
  transform: translateX(5%);
  transition: .3s;
}
@media screen and (max-width: 896px) {
  /* line 95, _profile.scss */
  .profile .firstview .green_area .illust.right {
    width: 57%;
    right: -9%;
    top: -14%;
  }
}
@media screen and (max-width: 896px) {
  /* line 109, _profile.scss */
  .profile .firstview .green_area .text_area {
    display: block;
  }
}
/* line 113, _profile.scss */
.profile .firstview .green_area .text_area .lead {
  color: #fff;
}
/* line 116, _profile.scss */
.profile .firstview .green_area .text_area .ttl {
  width: 140px;
  margin-right: 60px;
}
@media screen and (max-width: 896px) {
  /* line 116, _profile.scss */
  .profile .firstview .green_area .text_area .ttl {
    margin: 0 auto 20px;
    width: 120px;
  }
}
/* line 127, _profile.scss */
.profile .history {
  background: url(../../img/common/check-bg-pattern.jpg);
  background-size: 100px;
  padding: 100px 0;
}
@media screen and (max-width: 896px) {
  /* line 127, _profile.scss */
  .profile .history {
    padding: 80px 5%;
  }
}
/* line 134, _profile.scss */
.profile .history .history_ttl {
  width: 23%;
}
@media screen and (max-width: 896px) {
  /* line 134, _profile.scss */
  .profile .history .history_ttl {
    width: 40%;
  }
}
/* line 140, _profile.scss */
.profile .history .history_container {
  margin-top: -130px;
}
@media screen and (max-width: 896px) {
  /* line 140, _profile.scss */
  .profile .history .history_container {
    margin-top: 0;
  }
}
/* line 145, _profile.scss */
.profile .history .history_container .history_list {
  position: relative;
  padding: 0 3%;
}
/* line 148, _profile.scss */
.profile .history .history_container .history_list::before {
  content: "";
  background: #2b9a84;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 896px) {
  /* line 148, _profile.scss */
  .profile .history .history_container .history_list::before {
    width: 5px;
  }
}
/* line 161, _profile.scss */
.profile .history .history_container .history_list::after {
  content: "";
  background: url(../../img/profile/arrow-history.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -115px;
  left: 50%;
  width: 42px;
  height: 30px;
  transform: translateX(-50%);
}
@media screen and (max-width: 896px) {
  /* line 161, _profile.scss */
  .profile .history .history_container .history_list::after {
    width: 22px;
  }
}
@media screen and (max-width: 896px) {
  /* line 175, _profile.scss */
  .profile .history .history_container .history_list li {
    display: block;
  }
}
/* line 179, _profile.scss */
.profile .history .history_container .history_list li:first-child {
  position: relative;
  width: 27%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 896px) {
  /* line 179, _profile.scss */
  .profile .history .history_container .history_list li:first-child {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* line 187, _profile.scss */
.profile .history .history_container .history_list li:first-child .img_box {
  width: 100%;
  padding-left: 0;
}
@media screen and (max-width: 896px) {
  /* line 187, _profile.scss */
  .profile .history .history_container .history_list li:first-child .img_box {
    width: 70%;
    margin: 0 auto 20px;
  }
}
/* line 194, _profile.scss */
.profile .history .history_container .history_list li:first-child .img_box img {
  padding-left: 0;
}
/* line 197, _profile.scss */
.profile .history .history_container .history_list li:first-child .img_box::after {
  content: none;
}
/* line 201, _profile.scss */
.profile .history .history_container .history_list li:first-child .text_area {
  position: absolute;
  top: 17%;
  width: 130%;
  left: 101%;
}
@media screen and (max-width: 896px) {
  /* line 201, _profile.scss */
  .profile .history .history_container .history_list li:first-child .text_area {
    position: relative;
    width: 100%;
    left: 0;
  }
}
/* line 211, _profile.scss */
.profile .history .history_container .history_list li:first-child .text_area .illust {
  right: -10%;
  top: -26%;
  width: 69%;
}
@media screen and (max-width: 896px) {
  /* line 211, _profile.scss */
  .profile .history .history_container .history_list li:first-child .text_area .illust {
    top: -12%;
    width: 51%;
  }
}
/* line 220, _profile.scss */
.profile .history .history_container .history_list li:first-child .text_area::after {
  content: none;
}
/* line 226, _profile.scss */
.profile .history .history_container .history_list li.y1997 .illust {
  width: 31%;
  top: -33%;
  right: 11%;
}
@media screen and (max-width: 896px) {
  /* line 226, _profile.scss */
  .profile .history .history_container .history_list li.y1997 .illust {
    width: 25%;
    top: -10%;
    right: -7%;
  }
}
/* line 238, _profile.scss */
.profile .history .history_container .history_list li.y2012 .illust {
  width: 30%;
  top: -31%;
  right: -8%;
}
@media screen and (max-width: 896px) {
  /* line 238, _profile.scss */
  .profile .history .history_container .history_list li.y2012 .illust {
    width: 23%;
    top: -71%;
    right: auto;
    left: -10%;
  }
}
/* line 251, _profile.scss */
.profile .history .history_container .history_list li.y2014 .illust {
  width: 56%;
  right: -83%;
  bottom: 8%;
}
@media screen and (max-width: 896px) {
  /* line 251, _profile.scss */
  .profile .history .history_container .history_list li.y2014 .illust {
    width: 35%;
    right: -15%;
    bottom: auto;
    top: -15%;
  }
}
/* line 264, _profile.scss */
.profile .history .history_container .history_list li.y2017_2 .illust {
  width: 23%;
  top: -31%;
  right: 4%;
}
/* line 274, _profile.scss */
.profile .history .history_container .history_list li.y2020 .illust {
  width: 25%;
  top: -29%;
  left: 3%;
}
@media screen and (max-width: 896px) {
  /* line 274, _profile.scss */
  .profile .history .history_container .history_list li.y2020 .illust {
    width: 24%;
    top: -49%;
    right: auto;
    left: -6%;
  }
}
/* line 286, _profile.scss */
.profile .history .history_container .history_list li .img_box {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  /* line 286, _profile.scss */
  .profile .history .history_container .history_list li .img_box {
    margin: 0 auto 20px;
  }
}
/* line 293, _profile.scss */
.profile .history .history_container .history_list li .img_box.right {
  padding-left: 26%;
}
@media screen and (max-width: 896px) {
  /* line 293, _profile.scss */
  .profile .history .history_container .history_list li .img_box.right {
    padding-left: 0;
  }
}
/* line 298, _profile.scss */
.profile .history .history_container .history_list li .img_box.right::after {
  left: 35px;
}
/* line 301, _profile.scss */
.profile .history .history_container .history_list li .img_box.right img {
  padding-left: 5px;
}
@media screen and (max-width: 896px) {
  /* line 301, _profile.scss */
  .profile .history .history_container .history_list li .img_box.right img {
    padding-left: 0;
  }
}
/* line 308, _profile.scss */
.profile .history .history_container .history_list li .img_box.left {
  padding-right: 26%;
}
@media screen and (max-width: 896px) {
  /* line 308, _profile.scss */
  .profile .history .history_container .history_list li .img_box.left {
    padding-right: 0;
  }
}
/* line 313, _profile.scss */
.profile .history .history_container .history_list li .img_box.left::after {
  right: 35px;
}
/* line 316, _profile.scss */
.profile .history .history_container .history_list li .img_box.left img {
  padding-right: 5px;
}
@media screen and (max-width: 896px) {
  /* line 316, _profile.scss */
  .profile .history .history_container .history_list li .img_box.left img {
    padding-right: 0;
  }
}
/* line 323, _profile.scss */
.profile .history .history_container .history_list li .img_box::after {
  content: "";
  background: url(../../img/profile/doted-line.png) center;
  background-size: contain;
  width: 60%;
  height: 9px;
  position: absolute;
  top: 48%;
}
@media screen and (max-width: 896px) {
  /* line 323, _profile.scss */
  .profile .history .history_container .history_list li .img_box::after {
    content: none;
  }
}
/* line 335, _profile.scss */
.profile .history .history_container .history_list li .img_box img {
  position: relative;
  z-index: 1;
}
/* line 340, _profile.scss */
.profile .history .history_container .history_list li .text_area {
  width: 45%;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #2b9a84;
  padding: 30px 25px;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 340, _profile.scss */
  .profile .history .history_container .history_list li .text_area {
    width: 100%;
    margin-bottom: 40px;
    padding: 25px 5%;
    border-width: 2px;
  }
}
/* line 353, _profile.scss */
.profile .history .history_container .history_list li .text_area::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  /* line 353, _profile.scss */
  .profile .history .history_container .history_list li .text_area::before {
    content: none;
  }
}
/* line 366, _profile.scss */
.profile .history .history_container .history_list li .text_area::after {
  content: "";
  background: url(../../img/profile/point.png) no-repeat center;
  background-size: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  /* line 366, _profile.scss */
  .profile .history .history_container .history_list li .text_area::after {
    content: none;
  }
}
/* line 380, _profile.scss */
.profile .history .history_container .history_list li .text_area.left_arrow::before {
  border-right: 20px solid #2b9a84;
  border-left: 20px solid transparent;
  left: -40px;
}
/* line 385, _profile.scss */
.profile .history .history_container .history_list li .text_area.left_arrow::after {
  left: -73px;
}
/* line 390, _profile.scss */
.profile .history .history_container .history_list li .text_area.right_arrow::before {
  border-left: 20px solid #2b9a84;
  border-right: 20px solid transparent;
  right: -40px;
}
/* line 395, _profile.scss */
.profile .history .history_container .history_list li .text_area.right_arrow::after {
  right: -73px;
}
/* line 399, _profile.scss */
.profile .history .history_container .history_list li .text_area .year {
  color: #2b9a84;
  font-size: 4rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 896px) {
  /* line 399, _profile.scss */
  .profile .history .history_container .history_list li .text_area .year {
    font-size: 2.6rem;
  }
}
/* line 406, _profile.scss */
.profile .history .history_container .history_list li .text_area .year small {
  font-size: 2rem;
}
/* line 410, _profile.scss */
.profile .history .history_container .history_list li .text_area .ttl {
  font-size: 2rem;
  color: #db6a42;
  margin-bottom: 22px;
  padding-bottom: 25px;
  border-bottom: dotted 1px #2b9a84;
  line-height: 1.5;
}
@media screen and (max-width: 896px) {
  /* line 410, _profile.scss */
  .profile .history .history_container .history_list li .text_area .ttl {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
/* line 423, _profile.scss */
.profile .history .history_container .history_list li .text_area .lead {
  color: #42311e;
}
/* line 429, _profile.scss */
.profile .history .history_container .summary {
  margin-top: 150px;
}
@media screen and (max-width: 896px) {
  /* line 429, _profile.scss */
  .profile .history .history_container .summary {
    width: 160%;
    margin-left: -30%;
  }
}
/* line 438, _profile.scss */
.profile .skill {
  background: url(../../img/common/brown-bg-pattern.jpg);
  background-size: 800px;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 438, _profile.scss */
  .profile .skill {
    padding: 80px 5%;
  }
}
/* line 446, _profile.scss */
.profile .skill::before {
  content: "";
  background: url(../../img/top/project-top.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -80px;
  left: 5%;
  width: 90%;
  height: 250px;
}
@media screen and (max-width: 896px) {
  /* line 446, _profile.scss */
  .profile .skill::before {
    top: -100px;
  }
}
/* line 459, _profile.scss */
.profile .skill .skill_ttl {
  font-size: 4.2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: .1em;
  line-height: 0.7;
}
@media screen and (max-width: 896px) {
  /* line 459, _profile.scss */
  .profile .skill .skill_ttl {
    font-size: 3rem;
    margin-bottom: 45px;
  }
}
/* line 470, _profile.scss */
.profile .skill .skill_ttl span {
  width: 150px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  /* line 470, _profile.scss */
  .profile .skill .skill_ttl span {
    width: 120px;
  }
}
/* line 479, _profile.scss */
.profile .skill .sec_ttl {
  background: #fff;
  color: #42311e;
  font-size: 2.6rem;
  padding: 20px 40px;
  border-radius: 7px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  /* line 479, _profile.scss */
  .profile .skill .sec_ttl {
    font-size: 2rem;
    padding: 15px 30px;
  }
}
/* line 491, _profile.scss */
.profile .skill .sec_ttl::before {
  content: "";
  width: 5px;
  height: 50%;
  background-color: #42311e;
  position: absolute;
  top: 52%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  /* line 491, _profile.scss */
  .profile .skill .sec_ttl::before {
    width: 4px;
  }
}
/* line 505, _profile.scss */
.profile .skill .sec_box {
  border-radius: 7px;
  border: 2px solid #fff;
  padding: 60px 7%;
  margin-bottom: 60px;
}
@media screen and (max-width: 896px) {
  /* line 505, _profile.scss */
  .profile .skill .sec_box {
    display: block;
    margin-bottom: 40px;
  }
}
/* line 514, _profile.scss */
.profile .skill .sec_box .img_box {
  width: 35%;
}
@media screen and (max-width: 896px) {
  /* line 514, _profile.scss */
  .profile .skill .sec_box .img_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 521, _profile.scss */
.profile .skill .sec_box .text_area {
  width: 60%;
}
@media screen and (max-width: 896px) {
  /* line 521, _profile.scss */
  .profile .skill .sec_box .text_area {
    width: 100%;
  }
}
/* line 526, _profile.scss */
.profile .skill .sec_box .text_area .lead {
  color: #fff;
}
/* line 529, _profile.scss */
.profile .skill .sec_box .text_area .license {
  margin-top: 40px;
  padding: 20px;
  background: rgba(69, 36, 7, 0.15);
  border-radius: 7px;
}
/* line 534, _profile.scss */
.profile .skill .sec_box .text_area .license h5 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 542, _profile.scss */
.profile .skill .sec_box .text_area .license .lead {
  font-size: 1.4rem;
}
/* line 548, _profile.scss */
.profile .skill .client {
  margin-top: 60px;
}
/* line 550, _profile.scss */
.profile .skill .client .sec_box {
  padding: 40px 7%;
}
@media screen and (max-width: 896px) {
  /* line 550, _profile.scss */
  .profile .skill .client .sec_box {
    padding: 30px 5%;
  }
}
/* line 555, _profile.scss */
.profile .skill .client .sec_box .lead {
  color: #fff;
}
/* line 561, _profile.scss */
.profile .other {
  background: #f4f1eb;
  padding: 100px 0;
}
@media screen and (max-width: 896px) {
  /* line 561, _profile.scss */
  .profile .other {
    padding: 80px 5%;
  }
}
/* line 567, _profile.scss */
.profile .other .other_ttl {
  font-size: 4.2rem;
  color: #42311e;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: .1em;
  line-height: 0.7;
}
@media screen and (max-width: 896px) {
  /* line 567, _profile.scss */
  .profile .other .other_ttl {
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
}
/* line 578, _profile.scss */
.profile .other .other_ttl span {
  width: 80px;
  display: block;
  margin: 0 auto;
}
/* line 584, _profile.scss */
.profile .other .box {
  padding: 50px 7%;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  /* line 584, _profile.scss */
  .profile .other .box {
    display: block;
  }
}
/* line 592, _profile.scss */
.profile .other .box .img_box {
  width: 35%;
}
@media screen and (max-width: 896px) {
  /* line 592, _profile.scss */
  .profile .other .box .img_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 599, _profile.scss */
.profile .other .box .text_area {
  width: 60%;
}
@media screen and (max-width: 896px) {
  /* line 599, _profile.scss */
  .profile .other .box .text_area {
    width: 100%;
  }
}
/* line 604, _profile.scss */
.profile .other .box .text_area h4 {
  color: #3c9284;
  padding-left: 20px;
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  /* line 604, _profile.scss */
  .profile .other .box .text_area h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
/* line 614, _profile.scss */
.profile .other .box .text_area h4::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #3c9284;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 624, _profile.scss */
.profile .other .box .text_area .other_link {
  width: 220px;
  display: block;
  margin-top: 20px;
  border: 2px solid #3c9284;
  text-align: center;
  padding: 18px 0;
  border-radius: 35px;
  transition: .3s;
}
@media screen and (max-width: 896px) {
  /* line 624, _profile.scss */
  .profile .other .box .text_area .other_link {
    width: 100%;
  }
}
@media screen and (min-width: 897px) {
  /* line 637, _profile.scss */
  .profile .other .box .text_area .other_link:hover {
    background: #3c9284;
  }
  /* line 639, _profile.scss */
  .profile .other .box .text_area .other_link:hover span {
    color: #fff;
  }
  /* line 641, _profile.scss */
  .profile .other .box .text_area .other_link:hover span::after {
    opacity: 0;
  }
}
/* line 647, _profile.scss */
.profile .other .box .text_area .other_link span {
  color: #3c9284;
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
}
/* line 652, _profile.scss */
.profile .other .box .text_area .other_link span::after {
  transition: .3s;
  content: "";
  background: url(../../img/common/arrow-d-green.png) no-repeat center;
  background-size: 100%;
  width: 10px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
/* line 668, _profile.scss */
.profile .other .media {
  padding: 0 5%;
  margin-top: 60px;
}
@media screen and (max-width: 896px) {
  /* line 668, _profile.scss */
  .profile .other .media {
    padding: 0;
  }
}
/* line 674, _profile.scss */
.profile .other .media .bnr_area {
  background: url(../../img/common/green-bg-pattern.jpg);
  background-size: 200px;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 674, _profile.scss */
  .profile .other .media .bnr_area {
    padding: 10px;
  }
}
/* line 683, _profile.scss */
.profile .other .media .bnr_area .illust.left {
  bottom: -8%;
  left: -7%;
  width: 14%;
}
@media screen and (max-width: 896px) {
  /* line 683, _profile.scss */
  .profile .other .media .bnr_area .illust.left {
    bottom: -5%;
    left: -15%;
    width: 26%;
  }
}
/* line 693, _profile.scss */
.profile .other .media .bnr_area .illust.right {
  top: 21%;
  right: -8%;
  width: 23%;
  animation: MoveHorizon 20s infinite;
}
@media screen and (max-width: 896px) {
  /* line 693, _profile.scss */
  .profile .other .media .bnr_area .illust.right {
    top: -16%;
    right: -11%;
    width: 28%;
  }
}
/* line 705, _profile.scss */
.profile .other .media .bnr_area .media_box {
  border: 1px solid #fff;
  padding: 35px 7%;
}
@media screen and (max-width: 896px) {
  /* line 705, _profile.scss */
  .profile .other .media .bnr_area .media_box {
    display: block;
  }
}
/* line 711, _profile.scss */
.profile .other .media .bnr_area .media_box .media_info {
  width: 27%;
  margin-right: 60px;
}
@media screen and (max-width: 896px) {
  /* line 711, _profile.scss */
  .profile .other .media .bnr_area .media_box .media_info {
    width: 70%;
    margin: 0 auto 20px;
  }
}
/* line 720, _profile.scss */
.profile .other .media .bnr_area .media_box .text_area .lead {
  color: #fff;
  margin-bottom: 20px;
}
/* line 724, _profile.scss */
.profile .other .media .bnr_area .media_box .text_area .media_btn {
  display: block;
  width: 250px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  font-weight: bold;
  position: relative;
  transition: .3s;
}
@media screen and (max-width: 896px) {
  /* line 724, _profile.scss */
  .profile .other .media .bnr_area .media_box .text_area .media_btn {
    width: 100%;
  }
}
@media screen and (min-width: 897px) {
  /* line 740, _profile.scss */
  .profile .other .media .bnr_area .media_box .text_area .media_btn:hover {
    background: #fff;
    color: #000;
  }
  /* line 743, _profile.scss */
  .profile .other .media .bnr_area .media_box .text_area .media_btn:hover::before {
    color: #000;
  }
}
/* line 748, _profile.scss */
.profile .other .media .bnr_area .media_box .text_area .media_btn::before {
  transition: .3s;
  content: "▶︎";
  color: #fff;
  font-size: 1rem;
  position: absolute;
  top: 41%;
  left: 28px;
}
