@charset "UTF-8";
/* =========================================================
 Foundation
========================================================= */
/*縦横センター*/
/*縦位置センター*/
/*line-cramp*/
/* =========================================================
 Base
========================================================= */
/* ==============================
	base/base
================================= */
@import url("https://fonts.googleapis.com/css2?family=Khula:wght@300;400;700&display=swap");
html {
  font-size: 62.5%;
  color: #1D1D1D;
  -webkit-text-size-adjust: 100%;
  overflow: visible;
}

body {
  position: static;
  overflow-x: hidden;
  word-break: normal;
  font-size: 150%;
  font-family: 'Khula',  "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  width: 100%;
}

main {
  min-height: calc(100vh - 230px);
}

canvas {
  vertical-align: top;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
  word-break: break-all;
}

html[data-whatinput="mouse"] a:focus,
html[data-whatinput="touch"] a:focus {
  outline: none;
}

html[data-whatinput="keyboard"] a:focus {
  outline: solid 1px #1D1D1D;
}

a:active {
  color: inherit;
}

html[data-whatinput="mouse"] textarea:focus,
html[data-whatinput="touch"] textarea:focus, html[data-whatinput="mouse"]
input:focus,
html[data-whatinput="touch"]
input:focus, html[data-whatinput="mouse"]
button:focus,
html[data-whatinput="touch"]
button:focus {
  outline: none;
}

html[data-whatinput="keyboard"] textarea:focus, html[data-whatinput="keyboard"]
input:focus, html[data-whatinput="keyboard"]
button:focus {
  outline: solid 1px #1D1D1D;
}

textarea {
  display: block;
  height: 160px;
  font-size: 1.6rem;
  resize: none;
}

@media (min-width: 768px) {
  textarea {
    height: 110px;
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

button {
  border: none;
  border-color: none;
  background: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

div {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  div {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

html[data-whatinput="mouse"] div:focus,
html[data-whatinput="touch"] div:focus {
  outline: none;
}

html[data-whatinput="keyboard"] div:focus {
  outline: solid 1px #1D1D1D;
}

p {
  font-size: inherit;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  p {
    letter-spacing: 0.05em;
  }
}

label {
  font-size: inherit;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  label {
    letter-spacing: 0.05em;
  }
}

input::-webkit-input-placeholder {
  opacity: 0.3;
}

input::-moz-placeholder {
  opacity: 0.3;
}

input:-ms-input-placeholder {
  opacity: 0.3;
}

input::-ms-input-placeholder {
  opacity: 0.3;
}

input::placeholder {
  opacity: 0.3;
}

input:-moz-read-only {
  pointer-events: none;
}

input:read-only {
  pointer-events: none;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="time"] {
  font-size: 1.6rem;
  line-height: 1.7;
}

input[type="time"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  width: 100%;
}

main {
  display: block;
}

/* ==============================
	base/ 調整
================================= */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ta-right {
  text-align: right !important;
}

.ta-left {
  text-align: left !important;
}

.ta-center {
  text-align: center !important;
}

/*flexbox align-items*/
.ai-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/*flexbox justify-content*/
.jcb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.is-sp {
  display: block !important;
}

@media (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

.is-pc {
  display: none !important;
}

@media (min-width: 1100px) {
  .is-pc {
    display: block !important;
  }
}

.is-tab {
  display: none !important;
}

@media (min-width: 768px) {
  .is-tab {
    display: block !important;
  }
}

.mt30-50 {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .mt30-50 {
    margin-top: 50px;
  }
}

/* =========================================================
 Layout
========================================================= */
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.l-main {
  overflow: hidden;
}

/* =========================================================
 Module
========================================================= */
.bg-gray {
  background-color: #fafafa;
}

.bg-white {
  background-color: #fff;
}

.page-head {
  margin-top: 56px;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .page-head {
    margin-top: 120px;
    margin-bottom: 70px;
  }
}

.page-ttl-block {
  padding: 40px 15px;
  background-color: #fcfdfd;
  background-image: url("../images/common/heading_bg_left.png"), url("../images/common/heading_bg_right.png");
  background-position: left top -10px, right bottom -10px;
  background-repeat: no-repeat;
  background-size: 280px auto, 280px auto;
}

.page-ttl-block-inner {
  text-align: center;
}

@media (min-width: 768px) {
  .page-ttl-block {
    padding: 68px 20px 67px;
    background-position: left -42px top, right -42px bottom;
    background-size: 516px auto, 516px auto;
  }
}

/*ページネーション*/
.pager {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
  padding: 0 100px;
}

@media (min-width: 768px) {
  .pager {
    margin-top: 80px;
  }
}

.pager-footer, .pager-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

@media (min-width: 768px) {
  .pager-footer, .pager-header {
    position: relative;
  }
}

.pager-footer {
  right: 0;
}

.pager-header {
  left: 0;
}

.pager-position {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  width: calc(100% - 200px);
}

.pager-arrow {
  background-color: #f2f2f2;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 10px;
  position: relative;
  width: 40px;
  height: 40px;
}

.pager-arrow + .pager-arrow {
  margin-left: 12px;
}

.pager-arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 10px;
  width: auto;
  display: block;
}

@media (min-width: 768px) {
  .pager-arrow {
    margin: 0 6px;
  }
}

.pager-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .pager-prev {
    position: relative;
  }
}

.pager-next {
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .pager-next {
    position: relative;
  }
}

.pager-item {
  display: none;
  border: 1px solid #1D1D1D;
  padding: 8px 0 2px;
  text-align: center;
  min-width: 40px;
  margin: 0 6px;
}

.pager-item.is-pager-current {
  background-color: #363636;
  color: #fff;
}

@media (min-width: 768px) {
  .pager-item {
    display: block;
  }
}

.mdl-info {
  background-color: #fafafa;
  padding: 30px 15px;
}

@media (min-width: 768px) {
  .mdl-info {
    padding: 35px 40px;
  }
}

.mdl-info-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .mdl-info-ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.mdl-info-blc + .mdl-info-blc {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
}

/*親のpaddingを超えて、要素をwindow幅いっぱいまで広げる*/
.mdl-full-width {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
}

@media (min-width: 768px) {
  .mdl-full-width {
    right: auto;
    left: auto;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

/* PCのさい左右交互に組み変わるレイアウト */
.mdl-alternate-wrapper {
  margin-bottom: 80px;
}

.mdl-alternate-wrapper:last-of-type {
  margin-bottom: 0;
}

.mdl-alternate-name {
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  margin: 30px auto 20px;
}

@media (min-width: 768px) {
  .mdl-alternate-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mdl-alternate-wrapper:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mdl-alternate-item {
    -webkit-flex-basis: calc(50% - 15px);
        -ms-flex-preferred-size: calc(50% - 15px);
            flex-basis: calc(50% - 15px);
  }
  .mdl-alternate-name {
    font-size: 2.6rem;
    letter-spacing: 0.12em;
    margin: 0 auto 20px;
  }
}

/* トピックス */
@media (min-width: 768px) {
  .mdl-card-wrapper.col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mdl-card-wrapper.col3 .mdl-card {
    -webkit-flex-basis: calc((100% - 60px) / 3);
        -ms-flex-preferred-size: calc((100% - 60px) / 3);
            flex-basis: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .mdl-card-wrapper.col3 .mdl-card:nth-of-type(3n) {
    margin-right: 0;
  }
}

.mdl-card {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .mdl-card a:hover .mdl-card-name {
    text-decoration: underline;
  }
  .mdl-card a:hover .mdl-card-img img {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
}

@media (min-width: 768px) {
  .mdl-card {
    margin-bottom: 0;
  }
}

.mdl-card:last-of-type {
  margin-bottom: 0;
}

.mdl-card-img {
  overflow: hidden;
  text-align: center;
  margin-bottom: 17px;
  position: relative;
  padding-top: 60%;
}

@media (min-width: 768px) {
  .mdl-card-img {
    margin-bottom: 30px;
  }
}

.mdl-card-img img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mdl-card-tag {
  font-size: 1.4rem;
  padding-left: 26px;
  position: relative;
}

.mdl-card-tag:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 16px;
  height: 2px;
  background: url(../images/common/decor_h4.jpg) no-repeat center/contain;
}

@media (min-width: 768px) {
  .mdl-card-tag {
    margin-bottom: 10px;
  }
}

.mdl-card-name {
  font-size: 1.8rem;
  font-weight: bold;
}

.mdl-cv-area {
  background: #fafafa;
  padding: 40px 15px;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .mdl-cv-area {
    padding: 60px 20px;
  }
}

.mdl-corporate-ttl {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .mdl-corporate-ttl {
    font-size: 2rem;
  }
}

.mdl-corp-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .mdl-corp-logo-wrapper {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.mdl-corp-logo-img {
  -webkit-flex-basis: calc((100% - 40px) / 3);
      -ms-flex-preferred-size: calc((100% - 40px) / 3);
          flex-basis: calc((100% - 40px) / 3);
  margin-bottom: 20px;
}

.mdl-corp-logo-img:nth-last-of-type(-n + 3) {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .mdl-corp-logo-img {
    margin-bottom: 50px;
    -webkit-flex-basis: calc((100% - 200px) / 5);
        -ms-flex-preferred-size: calc((100% - 200px) / 5);
            flex-basis: calc((100% - 200px) / 5);
    margin-left: 20px;
    margin-right: 20px;
  }
  .mdl-corp-logo-img:nth-last-of-type(-n + 5) {
    margin-bottom: 0;
  }
}

/* */
.mdl-lrg-card {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .mdl-lrg-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.mdl-lrg-card:last-of-type {
  margin-bottom: 0;
}

.mdl-lrg-card-left {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .mdl-lrg-card-left {
    -webkit-flex-basis: 384px;
        -ms-flex-preferred-size: 384px;
            flex-basis: 384px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .mdl-lrg-card-right {
    padding-left: 30px;
    -webkit-flex-basis: 486px;
        -ms-flex-preferred-size: 486px;
            flex-basis: 486px;
  }
}

.mdl-lrg-card-name {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .mdl-lrg-card-name {
    font-size: 3rem;
  }
}

.mdl-lrg-card-sub-name {
  font-weight: bold;
  margin-top: 44px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .mdl-lrg-card-sub-name {
    margin-bottom: 20px;
  }
}

.mdl-cv-contact {
  background-color: #1D1D1D;
  color: #fff;
  display: block;
  padding: 54px 20px 50px 46px;
  position: relative;
}

@media (min-width: 768px) {
  .mdl-cv-contact {
    text-align: center;
    padding: 54px 46px;
    max-width: 1122px;
  }
}

.mdl-cv-contact-ttl {
  display: inline-block;
  font-weight: 300;
  font-size: 2.2rem;
  position: relative;
}

.mdl-cv-contact-ttl:before {
  background: -webkit-gradient(linear, left top, right top, from(#ff24c5), to(#27c0fe));
  background: -webkit-linear-gradient(left, #ff24c5 0%, #27c0fe 100%);
  background: -o-linear-gradient(left, #ff24c5 0%, #27c0fe 100%);
  background: linear-gradient(to right, #ff24c5 0%, #27c0fe 100%);
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 6px;
}

@media (min-width: 768px) {
  .mdl-cv-contact-ttl {
    font-size: 3.4rem;
  }
}

.mdl-cv-contact-txt {
  letter-spacing: 0.16em;
}

.mdl-cv-contact .icon-arrow_right {
  color: #fff;
  position: absolute;
  right: 30px;
  font-size: 1.88rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mdl-map {
  width: calc(100% + 30px);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: relative;
  left: -15px;
  height: 460px;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .mdl-map {
    width: 100%;
    height: 330px;
    left: auto;
  }
}

.mdl-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.btm-link-wrapper {
  text-align: right;
  margin-top: 20px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .btm-link-wrapper {
    margin-top: 40px;
    padding: 0 80px;
  }
}

.dib {
  display: inline-block;
}

.section-inner {
  padding: 0 15px;
  max-width: 1162px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section-inner {
    padding: 0 20px;
  }
}

.section {
  padding-bottom: 140px;
}

@media (min-width: 768px) {
  .section {
    padding-bottom: 120px;
  }
}

.section.narrow .section-inner {
  max-width: 778px;
}

.section.midium .section-inner {
  max-width: 970px;
}

.section.pb-short {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .section.pb-short {
    padding-bottom: 100px;
  }
}

.section.er-404 {
  padding-top: 200px;
}

.section + .section {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .section + .section {
    padding-top: 60px;
  }
}

.section-news .section-inner {
  max-width: 878px;
}

.btn {
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* color */
  /* size */
  /* icon */
}

.btn.primary {
  border: 1px solid #1D1D1D;
}

@media (min-width: 768px) {
  .btn.primary:hover {
    background-color: #1D1D1D;
    color: #fff;
  }
}

.btn.secondary {
  background-color: #1D1D1D;
  color: #fff;
}

@media (min-width: 768px) {
  .btn.secondary:hover {
    background-color: #404040;
  }
}

.btn.regular {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 2.25;
  padding: 12px 35px 8px;
  max-width: 280px;
  width: 100%;
}

@media (min-width: 768px) {
  .btn.regular {
    max-width: 270px;
  }
}

.btn.large {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 2.25;
  padding: 12px 35px 8px;
  width: 100%;
  max-width: 380px;
}

.btn.right-icon {
  position: relative;
}

.btn.right-icon [class^="icon-"],
.btn.right-icon [class*=" icon-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  font-size: 1.3rem;
}

.btn.left-icon {
  position: relative;
}

.btn.left-icon [class^="icon-"],
.btn.left-icon [class*=" icon-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  font-size: 1.3rem;
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-wrap.wrap-btm {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .btn-wrap.wrap-btm {
    margin-top: 50px;
  }
}

.btn-wrap.item-btm {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .btn-wrap.item-btm {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .btn-wrap.center-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* sns share */
.fb-share-button span {
  display: block !important;
}

.btn-sns-wrap-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .btn-sns-wrap-sp {
    display: none;
  }
}

.btn-sns-wrap-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  height: 0;
  overflow: hidden;
}

.btn-sns-wrap-pc > div, .btn-sns-wrap-pc > iframe {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .btn-sns-wrap-pc {
    width: auto;
    height: auto;
  }
}

.btn-sns {
  display: block;
  width: 34px;
}

.btn-sns img {
  display: block;
}

.btn-sns + .btn-sns {
  margin-left: 24px;
}

.breadcrumb {
  font-size: 0;
  display: none;
  padding: 14px 15px;
}

@media (min-width: 768px) {
  .breadcrumb {
    padding: 14px 80px;
    display: block;
  }
}

.breadcrumb > li {
  display: inline;
  font-size: 1.2rem;
  position: relative;
}

.breadcrumb > li + li {
  margin-left: 2em;
}

.breadcrumb > li + li:before {
  content: ">";
  position: absolute;
  right: calc(100% + 0.5em);
}

.breadcrumb > li a {
  text-decoration: underline;
}

.breadcrumb > li:last-of-type {
  color: #525252;
}

.breadcrumb > li:last-of-type a {
  pointer-events: none;
  text-decoration: none;
}

.disc-list > li {
  padding-left: 1em;
  position: relative;
}

.disc-list > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.contents-list {
  counter-reset: contents;
}

.contents-list > li {
  counter-increment: section;
}

.contents-list > li + li {
  margin-top: 80px;
}

@media (min-width: 768px) {
  .contents-list > li + li {
    margin-top: 90px;
  }
}

.contents-list > li .contents-ttl {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
}

.contents-list > li .contents-ttl:before {
  content: counter(section) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.contents-list-item {
  margin-bottom: 60px;
}

.contents-list-item:last-of-type {
  margin-bottom: 0;
}

.contents-list-item > .item-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.contents-list-alp > .alp-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.list-disc {
  list-style-type: disc;
  margin: 0 0 0 1.8em;
}

.list-disc > li {
  list-style-type: disc;
}

.list-num {
  counter-reset: small;
}

.list-num > li {
  margin-top: 20px;
  counter-increment: small;
}

.list-num > li .list-num-ttl {
  font-weight: bold;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 10px;
}

.list-num > li .list-num-ttl:before {
  content: "(" counter(small) ")";
  position: absolute;
  left: 0;
  top: 0;
}

.list-num-sm {
  counter-reset: exsm;
}

.list-num-sm > li {
  position: relative;
  margin-top: 20px;
  padding-left: 2.5em;
  counter-increment: exsm;
}

.list-num-sm > li:before {
  content: "(" counter(exsm) ")";
  position: absolute;
  left: 0;
  top: 0;
}

.list-num-l {
  counter-reset: large;
}

.list-num-l > li {
  margin-top: 20px;
  counter-increment: large;
  padding-left: 1.5em;
  position: relative;
}

.list-num-l > li:before {
  content: counter(large) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.terms-date {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .terms-date {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .list-info-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-info-link > li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

/* jobs list */
.list-num-line {
  counter-reset: num-line;
}

.list-num-line > li {
  counter-increment: num-line;
}

.list-num-line > li .list-num-line-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 0.08em;
  padding-left: 70px;
  position: relative;
  margin-bottom: 16px;
}

.list-num-line > li .list-num-line-ttl:before {
  content: counter(num-line, decimal-leading-zero);
  color: #C3C3C3;
  font-size: 2.4rem;
  position: absolute;
  top: -4px;
  left: 0;
}

.list-num-line > li .list-num-line-ttl:after {
  background-color: #C3C3C3;
  content: '';
  display: block;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 0.4em;
  left: 38px;
}

@media (min-width: 768px) {
  .list-num-line > li .list-num-line-ttl {
    padding-left: 95px;
  }
}

.list-num-line > li .list-num-ctt {
  position: relative;
  padding-left: 115px;
}

@media (min-width: 768px) {
  .list-num-line > li .list-num-ctt {
    padding-left: 96px;
    padding-right: 154px;
  }
}

.list-num-line > li .list-num-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
}

.list-num-line > li .list-num-icon img {
  display: block;
}

@media (min-width: 768px) {
  .list-num-line > li .list-num-icon {
    margin: 0;
    width: 100px;
    left: auto;
    right: 0;
  }
}

.list-num-line > li + li {
  margin-top: 70px;
}

.list-color-bar > li {
  padding-left: 27px;
  position: relative;
  margin-bottom: 20px;
}

.list-color-bar > li:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .list-color-bar > li {
    margin-bottom: 10px;
  }
}

.list-color-bar > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 16px;
  height: 2px;
  background: url(../images/common/decor_h4.jpg) no-repeat center/contain;
}

.def-dl .dl-group {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.def-dl .dl-group:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .def-dl .dl-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.def-dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .def-dl dt {
    width: 230px;
  }
}

@media (min-width: 768px) {
  .def-dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.def-dl dl > div {
  position: relative;
  padding-left: 100px;
}

.def-dl dl dt {
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}

.list-terms-dl dd {
  padding-left: 30px;
  margin-bottom: 20px;
}

.heading-wrap {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .heading-wrap {
    margin-bottom: 63px;
  }
}

.heading1 {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.12em;
}

.heading1 > .light {
  font-weight: 100;
}

@media (min-width: 768px) {
  .heading1 {
    font-size: 4.4rem;
    letter-spacing: 0.12em;
  }
}

.heading2 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.12em;
}

@media (min-width: 768px) {
  .heading2 {
    font-size: 2.6rem;
  }
}

.heading3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .heading3 {
    font-size: 1.8rem;
  }
}

.heading-sub {
  font-weight: 400;
  letter-spacing: 0.16em;
}

@media (min-width: 768px) {
  .heading-sub {
    font-size: 1.6rem;
  }
}

.txt-link {
  text-decoration: underline;
}

.txt-link:hover {
  text-decoration: none;
}

.txt-link [class^="icon-"],
.txt-link [class*=" icon-"] {
  font-size: 0.8em;
}

.heading-fz18 {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}

.fz-14 {
  font-size: 1.4rem;
}

.fz-16 {
  font-size: 1.6rem;
}

.fw-bold {
  font-weight: bold;
}

.top {
  /* =========================
      top service
  ========================= */
  /* hover state */
  /* =========================
       top card-link
  ========================= */
}

.top-main-visual {
  height: 100vh;
  position: relative;
  background-color: #fff;
  max-height: 667px;
  /* 進化過程 */
  /* 生き物たち */
}

@media (min-width: 768px) {
  .top-main-visual {
    height: 56vw;
    max-height: 100%;
  }
}

.top-main-visual-cover {
  height: 100%;
  width: 100%;
  background-image: url(../images/common/heading_bg_left.png), url(../images/common/heading_bg_right.png);
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 380px auto;
  -webkit-animation: fadein 0.3s 2.2s forwards ease-out;
          animation: fadein 0.3s 2.2s forwards ease-out;
  opacity: 0;
}

@media (min-width: 768px) {
  .top-main-visual-cover {
    background-size: 56% auto;
    background-position: top  left, bottom -50px right;
  }
}

.top-main-visual-inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.top-main-visual .evolution-wrap {
  text-align: center;
  bottom: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 100%;
}

@media (min-width: 768px) {
  .top-main-visual .evolution-wrap {
    text-align: left;
    left: 5.12%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    bottom: 5.63vw;
    width: 100%;
  }
}

.top-main-visual .evolution-obj {
  width: 40px;
  opacity: 0;
}

@media (min-width: 375px) {
  .top-main-visual .evolution-obj {
    width: 53px;
  }
}

@media (min-width: 768px) {
  .top-main-visual .evolution-obj {
    width: 6%;
    margin-right: 1.2%;
  }
}

.top-main-visual .evolution-obj:first-of-type {
  -webkit-animation: evolution 0.3s 1s ease-out forwards;
          animation: evolution 0.3s 1s ease-out forwards;
}

.top-main-visual .evolution-obj:nth-of-type(2) {
  -webkit-animation: evolution 0.3s 1.2s ease-out forwards;
          animation: evolution 0.3s 1.2s ease-out forwards;
}

.top-main-visual .evolution-obj:nth-of-type(3) {
  -webkit-animation: evolution 0.3s 1.4s ease-out forwards;
          animation: evolution 0.3s 1.4s ease-out forwards;
}

.top-main-visual .evolution-obj:nth-of-type(4) {
  -webkit-animation: evolution 0.3s 1.6s ease-out forwards;
          animation: evolution 0.3s 1.6s ease-out forwards;
}

.top-main-visual .evolution-obj:nth-of-type(5) {
  -webkit-animation: evolution 0.3s 1.8s ease-out forwards;
          animation: evolution 0.3s 1.8s ease-out forwards;
}

.top-main-visual .evolution-obj:nth-of-type(6) {
  -webkit-animation: evolution 0.3s 2s ease-out forwards;
          animation: evolution 0.3s 2s ease-out forwards;
}

@-webkit-keyframes evolution {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes evolution {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.top-main-visual .creature-wrap {
  -webkit-transform: translate(-50%, -40px) scale(0.8);
      -ms-transform: translate(-50%, -40px) scale(0.8);
          transform: translate(-50%, -40px) scale(0.8);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  position: absolute;
  width: 375px;
  z-index: 10;
  height: 100%;
  left: 50%;
  top: 0;
}

@media (min-width: 768px) {
  .top-main-visual .creature-wrap {
    max-width: 100%;
    width: 100%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
  }
}

.top-main-visual .creature-obj {
  opacity: 0;
  position: absolute;
}

.top-main-visual .creature-obj.whale {
  -webkit-animation: whale 0.3s 2.8s ease-out forwards;
          animation: whale 0.3s 2.8s ease-out forwards;
  top: 46px;
  right: -75px;
  width: 281px;
}

@media (min-width: 768px) {
  .top-main-visual .creature-obj.whale {
    top: 4.9vw;
    right: auto;
    left: 74%;
    width: 31.5%;
  }
}

.top-main-visual .creature-obj.witch {
  -webkit-animation: witch 0.3s 2.5s ease-out forwards;
          animation: witch 0.3s 2.5s ease-out forwards;
  top: 143px;
  left: 48px;
  width: 98px;
}

@media (min-width: 768px) {
  .top-main-visual .creature-obj.witch {
    top: 12.29vw;
    left: 49.4%;
    width: 11.27%;
  }
}

.top-main-visual .creature-obj.cat {
  top: 399px;
  right: 32px;
  width: 80px;
  -webkit-animation: cat 0.3s 2.65s ease-out forwards;
          animation: cat 0.3s 2.65s ease-out forwards;
}

@media (min-width: 768px) {
  .top-main-visual .creature-obj.cat {
    top: 39.75vw;
    left: 66%;
    right: auto;
    width: 10%;
  }
}

.top-main-visual .creature-obj.dress {
  top: 415px;
  left: 168px;
  width: 61px;
  -webkit-animation: fadein 0.3s 2.2s ease-out forwards;
          animation: fadein 0.3s 2.2s ease-out forwards;
}

@media (min-width: 768px) {
  .top-main-visual .creature-obj.dress {
    top: auto;
    bottom: 5.63vw;
    left: 51.7%;
    width: 6.8%;
  }
}

.top-main-visual .creature-obj.horse {
  top: 341px;
  left: 21px;
  width: 116px;
  -webkit-animation: horse 0.3s 2.35s ease-out forwards;
          animation: horse 0.3s 2.35s ease-out forwards;
}

@media (min-width: 768px) {
  .top-main-visual .creature-obj.horse {
    top: 22.18vw;
    left: 61%;
    width: 13.3%;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes whale {
  0% {
    opacity: 0;
    -webkit-transform: rotate(8deg) translateY(10px);
            transform: rotate(8deg) translateY(10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}

@keyframes whale {
  0% {
    opacity: 0;
    -webkit-transform: rotate(8deg) translateY(10px);
            transform: rotate(8deg) translateY(10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}

@-webkit-keyframes cat {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes cat {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes horse {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes horse {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes witch {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes witch {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.top-main-visual .catch {
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 270px;
  left: 50%;
  width: calc(100% - 50px);
  max-width: 400px;
  display: block;
}

.top-main-visual .catch path {
  -webkit-animation: catch 1.4s 3.15s linear forwards;
          animation: catch 1.4s 3.15s linear forwards;
  stroke: #313131;
  stroke-width: 1px;
  stroke-dasharray: 270;
  stroke-dashoffset: 270;
  fill: transparent;
}

.top-main-visual .catch path:nth-of-type(6), .top-main-visual .catch path:nth-of-type(9) {
  -webkit-animation: catch-fast 1.4s 3.15s linear forwards;
          animation: catch-fast 1.4s 3.15s linear forwards;
}

@media (min-width: 768px) {
  .top-main-visual .catch {
    width: 40.84%;
    max-width: 100%;
    left: 6.58%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 44%;
  }
}

@-webkit-keyframes catch {
  0% {
    stroke-dasharray: 270;
    stroke-dashoffset: 270;
  }
  40% {
    stroke-dasharray: 270;
    stroke-dashoffset: 0;
    fill: transparent;
  }
  100% {
    stroke-dasharray: 270;
    stroke-dashoffset: 0;
    fill: #313131;
  }
}

@keyframes catch {
  0% {
    stroke-dasharray: 270;
    stroke-dashoffset: 270;
  }
  40% {
    stroke-dasharray: 270;
    stroke-dashoffset: 0;
    fill: transparent;
  }
  100% {
    stroke-dasharray: 270;
    stroke-dashoffset: 0;
    fill: #313131;
  }
}

@-webkit-keyframes catch-fast {
  0% {
    stroke-dasharray: 270;
    stroke-dashoffset: 270;
  }
  28% {
    stroke-dasharray: 270;
    stroke-dashoffset: 0;
    fill: transparent;
  }
  40% {
    stroke-dasharray: 270;
    stroke-dashoffset: 0;
    fill: transparent;
  }
  100% {
    stroke-dasharray: 270;
    stroke-dashoffset: 0;
    fill: #1D1D1D;
  }
}

@keyframes catch-fast {
  0% {
    stroke-dasharray: 270;
    stroke-dashoffset: 270;
  }
  28% {
    stroke-dasharray: 270;
    stroke-dashoffset: 0;
    fill: transparent;
  }
  40% {
    stroke-dasharray: 270;
    stroke-dashoffset: 0;
    fill: transparent;
  }
  100% {
    stroke-dasharray: 270;
    stroke-dashoffset: 0;
    fill: #1D1D1D;
  }
}

.top-bg-square {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.top-bg-square img {
  position: absolute;
  opacity: 0.06;
  display: block;
  width: 126px;
}

.top-bg-square img:nth-of-type(1) {
  -webkit-transform: rotate(-17deg);
      -ms-transform: rotate(-17deg);
          transform: rotate(-17deg);
  top: 116px;
  left: -51px;
}

.top-bg-square img:nth-of-type(2) {
  bottom: 60px;
  right: -63px;
}

@media (min-width: 768px) {
  .top-bg-square img:nth-of-type(1) {
    width: 313px;
  }
  .top-bg-square img:nth-of-type(2) {
    width: 237px;
    right: -84px;
  }
}

.top-section {
  position: relative;
  padding-top: 160px;
}

@media (min-width: 768px) {
  .top-section {
    padding-top: 180px;
  }
}

.top-section-inner {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .top-vision .heading-wrap {
    margin-bottom: 40px;
  }
}

.top-vision .heading2 {
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .top-vision .heading2 {
    font-size: 4.4rem;
    line-height: 1.61;
  }
}

.top-vision-ttl {
  font-size: 2rem;
  font-weight: bold;
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
  letter-spacing: 0.08em;
  line-height: 2.55;
  text-align: center;
}

@media (min-width: 768px) {
  .top-vision-ttl {
    font-size: 2.4rem;
  }
}

.top-vision-txt {
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.08em;
  text-align: center;
}

@media (min-width: 768px) {
  .top-vision-txt {
    font-size: 1.6rem;
    line-height: 2.37;
    margin-top: 46px;
    letter-spacing: 0.05em;
  }
}

@media (min-width: 768px) {
  .top-service-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-service-col {
  display: block;
}

.top-service-col + .top-service-col {
  margin-top: 56px;
}

@media (min-width: 768px) {
  .top-service-col {
    -webkit-flex-basis: calc(50% - 15px);
        -ms-flex-preferred-size: calc(50% - 15px);
            flex-basis: calc(50% - 15px);
  }
  .top-service-col + .top-service-col {
    margin-top: 0;
    margin-left: 30px;
  }
}

.top-service-img {
  overflow: hidden;
}

.top-service-img img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.top-service-ttl {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.61;
  margin-top: 20px;
}

.top-service-ttl [class^="icon-"],
.top-service-ttl [class*=" icon-"] {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .top-service-ttl {
    margin-top: 30px;
    margin-bottom: 19px;
  }
}

.top-service-txt {
  text-align: center;
}

@media (min-width: 768px) {
  .top-service-txt {
    font-size: 1.6rem;
  }
}

.top-service-col:hover .top-service-img img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.top-card-container {
  margin-top: 160px;
  margin-bottom: 50px;
}

.top-card-link {
  display: block;
  position: relative;
  height: 180px;
  width: 100%;
}

.top-card-link:before {
  background: rgba(60, 60, 60, 0.5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-card-link.card-company {
  background: url(../images/top/top_company.jpg) no-repeat center/cover;
}

.top-card-link.card-jobs {
  background: url(../images/top/top_jobs.jpg) no-repeat center/cover;
}

.top-card-link + .top-card-link {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .top-card-link {
    height: 333px;
    max-width: 1122px;
    margin: 0 auto;
  }
}

.top-card-inner {
  color: #fff;
  left: 48px;
  width: calc(100% - 100px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .top-card-inner {
    left: 135px;
  }
}

.top-card-link-ttl {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .top-card-link-ttl {
    font-size: 3.4rem;
  }
}

.top-card-link-sub {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
}

.archive-wrapper .archive-article {
  border-bottom: 1px solid #F0F0F0;
}

.archive-wrapper .archive-article:last-of-type {
  border-bottom: none;
}

.archive-article {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.archive-article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.archive-article-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.archive-article-left {
  -webkit-flex-basis: 132px;
      -ms-flex-preferred-size: 132px;
          flex-basis: 132px;
  min-width: 132px;
  height: 80px;
}

@media (min-width: 768px) {
  .archive-article-left {
    -webkit-flex-basis: 162px;
        -ms-flex-preferred-size: 162px;
            flex-basis: 162px;
    min-width: 162px;
    height: 100px;
  }
}

.archive-article-right {
  -webkit-flex-basis: calc(100% - 132px);
      -ms-flex-preferred-size: calc(100% - 132px);
          flex-basis: calc(100% - 132px);
  padding-left: 10px;
}

@media (min-width: 768px) {
  .archive-article-right {
    padding-left: 30px;
  }
}

.archive-article-img {
  overflow: hidden;
}

.archive-article-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.archive-article-ttl {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  /*IE用。疑似要素に除外設定*/
  max-height: 3.42em;
  line-height: 1.71;
  overflow: hidden;
  position: relative;
  /*モダンブラウザ用*/
}

.archive-article-ttl:before, .archive-article-ttl:after {
  content: '...';
  line-height: 1;
  position: absolute;
  right: 0;
  top: 2em;
  -ms-wrap-flow: start;
}

.archive-article-ttl:after {
  background: currentColor;
  color: white;
  top: auto;
}

@supports (-webkit-line-clamp: 2) {
  .archive-article-ttl {
    height: auto;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .archive-article-ttl:before, .archive-article-ttl:after {
    content: normal;
  }
}

@media (min-width: 768px) {
  .archive-article-ttl {
    font-size: 1.6rem;
    margin-top: 12px;
  }
}

/* =====================
  hover state
 ===================== */
@media (min-width: 768px) {
  .archive-article-inner:hover .archive-article-img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .archive-article-inner:hover .archive-article-ttl {
    text-decoration: underline;
  }
}

.single {
  /* wysiwyg アウトプット */
  /* 前後ページへの導線 */
}

.single-head {
  position: relative;
  margin-bottom: 65px;
  padding-bottom: 30px;
}

.single-head:after {
  background-color: #f0f0f0;
  content: "";
  display: block;
  height: 1px;
  width: calc(100% + 30px);
  position: absolute;
  bottom: 0;
  left: -15px;
}

@media (min-width: 768px) {
  .single-head:after {
    width: 100%;
    left: auto;
  }
}

.single-heading1 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .single-heading1 {
    font-size: 2.8rem;
    margin-bottom: 28px;
  }
}

.single-summary {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .single-summary {
    font-size: 1.6rem;
  }
}

.single-sub {
  color: #868686;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.single-sub > li {
  display: inline-block;
}

.single-sub > li + li {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}

.single-sub > li + li:before {
  background-color: #C3C3C3;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: calc(50% - 2px);
  position: absolute;
  width: 1px;
  height: 10px;
}

@media (min-width: 768px) {
  .single-sub {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .single-output {
    padding: 0 15px;
  }
}

.single-output h1 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .single-output h1 {
    font-size: 2.6rem;
    margin-bottom: 17px;
  }
}

.single-output h2 {
  background-color: #f5f5f5;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 15px 13px;
  margin-bottom: 30px;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .single-output h2 {
    font-size: 2.2rem;
    padding: 20px 26px 10px;
  }
}

.single-output h3 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
}

.single-output h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 16px;
  height: 2px;
  background: url(../images/common/decor_h4.jpg) no-repeat center/contain;
}

@media (min-width: 768px) {
  .single-output h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.single-output h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .single-output h4 {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}

.single-output iframe {
  width: 100% !important;
}

@media (min-width: 768px) {
  .single-output iframe {
    width: auto;
  }
}

.single-output a {
  text-decoration: underline;
}

.single-output a:hover {
  text-decoration: none;
}

.single-output p {
  margin: 1em auto;
}

.single-output em {
  font-style: italic;
}

.single-output hr {
  background-color: #f2f2f2;
  height: 1px;
  border: none;
  margin: 60px auto;
}

.single-output img {
  margin: 60px auto;
  display: inline-block;
  height: auto;
}

@media (min-width: 768px) {
  .single-output img {
    margin: 40px auto;
  }
}

.single-output table {
  border-collapse: collapse;
  border: 0.5px solid #E5E5E5;
}

.single-output table th, .single-output table td {
  border: 0.5px solid #E5E5E5;
  padding: 10px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .single-output table th, .single-output table td {
    width: 100% !important;
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .single-output table th, .single-output table td {
    display: table-cell;
    width: auto;
    padding: 10px 15px;
  }
}

.single-output table th {
  background: #F5F5F5;
  text-align: left;
}

.single-share.top {
  margin-top: 30px;
}

.single-share.bottom {
  margin-top: 60px;
  margin-bottom: 40px;
}

.single-pager-wrap {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .single-pager-wrap {
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
    padding-top: 90px;
  }
}

.single-pager {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-pager.prev {
  padding-left: 20px;
}

.single-pager.prev [class^="icon-"],
.single-pager.prev [class*=" icon-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.single-pager.next {
  border-top: 1px solid #f0f0f0;
  padding-right: 20px;
}

.single-pager.next [class^="icon-"],
.single-pager.next [class*=" icon-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

@media (min-width: 768px) {
  .single-pager {
    width: calc(50%);
    border: 1px solid #E5E5E5;
    padding: 21px 30px;
    position: absolute;
    height: 100px;
    top: 0;
  }
  .single-pager-txt {
    /*IE用。疑似要素に除外設定*/
    max-height: 3.5em;
    line-height: 1.75;
    overflow: hidden;
    position: relative;
    /*モダンブラウザ用*/
  }
  .single-pager-txt:before, .single-pager-txt:after {
    content: '...';
    line-height: 1;
    position: absolute;
    right: 0;
    top: 2em;
    -ms-wrap-flow: start;
  }
  .single-pager-txt:after {
    background: currentColor;
    color: white;
    top: auto;
  }
  @supports (-webkit-line-clamp: 2) {
    .single-pager-txt {
      height: auto;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      overflow: hidden;
    }
    .single-pager-txt:before, .single-pager-txt:after {
      content: normal;
    }
  }
  .single-pager.prev {
    padding-left: 40px;
    left: 0;
  }
  .single-pager.prev [class^="icon-"],
  .single-pager.prev [class*=" icon-"] {
    left: 15px;
  }
  .single-pager.next {
    padding-right: 40px;
    right: 0;
  }
  .single-pager.next [class^="icon-"],
  .single-pager.next [class*=" icon-"] {
    right: 15px;
  }
}

.product {
  /* swiper */
}

@media (min-width: 768px) {
  .product-about-blc {
    max-width: 480px;
  }
}

.product-fv {
  margin-bottom: 160px;
}

.product-lead {
  margin-bottom: 28px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .product-lead {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .product-swiper {
    margin-top: 60px;
  }
}

.product-swiper.swiper-container {
  padding-bottom: 32px;
}

.product-swiper .swiper-slide {
  overflow: hidden;
}

.product-swiper .swiper-slide-prev,
.product-swiper .swiper-slide-next {
  position: relative;
}

.product-swiper .swiper-slide-prev:before,
.product-swiper .swiper-slide-next:before {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.product-swiper .swiper-pagination {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .product-swiper .swiper-pagination {
    left: 30%;
  }
}

.product-swiper .swiper-pagination:before {
  background-color: #C3C3C3;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 1px;
  width: calc(100% - 20px);
}

@media (min-width: 768px) {
  .product-swiper .swiper-pagination:before {
    display: none;
  }
}

.product-swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  z-index: 10;
  margin: 0 10px;
  position: relative;
  opacity: 1;
  background-color: #C3C3C3;
}

@media (min-width: 768px) {
  .product-swiper .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    height: 1px;
    width: 29px;
    margin: 0 4px;
  }
}

.product-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1D1D1D;
}

.product-slide {
  height: 100%;
  position: relative;
}

.product-slide-name {
  width: 233px;
  text-align: center;
  background-color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  padding: 9px 3px 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  .product-slide-name {
    width: 225px;
    padding: 14px 3px 7px;
  }
}

.product-icon-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .product-icon-card {
    display: block;
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    text-align: center;
  }
  .product-icon-card:nth-of-type(4n) {
    margin-right: 0;
  }
}

.product-icon-card:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .product-icon-card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.product-icon-card-img {
  -webkit-flex-basis: 90px;
      -ms-flex-preferred-size: 90px;
          flex-basis: 90px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .product-icon-card-img {
    width: 96px;
    margin: 0 auto 7px;
  }
}

.product-icon-card-summary {
  -webkit-flex-basis: calc(100% - 100px);
      -ms-flex-preferred-size: calc(100% - 100px);
          flex-basis: calc(100% - 100px);
}

@media (min-width: 768px) {
  .vtuber-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.vtuber-list .vtuber-list-item {
  margin-bottom: 50px;
}

.vtuber-list .vtuber-list-item:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .vtuber-list .vtuber-list-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .vtuber-list .vtuber-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.vtuber-list .thumbnail {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.vtuber-list .thumbnail img {
  width: 100%;
  max-width: 100%;
}

.vtuber-list .name .main {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.8rem;
}

.vtuber-list .name .sub {
  display: block;
  font-size: 1rem;
  text-align: center;
}

.vtuber-list .co-produced {
  text-align: center;
  font-size: 1rem;
}

.vtuber-list .link {
  margin-top: 10px;
  text-align: center;
}

.vtuber-list .link > li {
  display: inline-block;
  width: 30px;
  margin-right: 14px;
}

.vtuber-list .link > li:last-of-type {
  margin-right: 0;
}

.vtuber-list .link > li:hover {
  opacity: 0.6;
}

.vtuber-detail {
  padding: 15px;
}

@media (min-width: 768px) {
  .vtuber-detail {
    padding: 40px;
  }
}

.vtuber-detail__data {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .vtuber-detail__data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .vtuber-detail__data .text-area {
    width: calc(100% - 300px);
  }
}

.vtuber-detail__others {
  padding: 20px;
  background-color: #f6f6f6;
}

@media (min-width: 768px) {
  .vtuber-detail__others {
    padding: 40px;
  }
}

.vtuber-detail__others .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1rem;
}

.vtuber-detail__others .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.vtuber-detail__others .message h2 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 2rem;
}

.vtuber-detail__others .message p {
  font-size: 1.6rem;
}

.vtuber-detail .thumbnail {
  text-align: center;
}

.vtuber-detail .thumbnail img {
  max-width: 100%;
  width: 100%;
}

.vtuber-detail .name {
  margin-bottom: 10px;
}

.vtuber-detail .name .main {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .vtuber-detail .name .main {
    text-align: left;
    font-size: 3.2rem;
  }
}

.vtuber-detail .name .sub {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .vtuber-detail .name .sub {
    text-align: left;
    font-size: 1.6rem;
  }
}

.vtuber-detail .link {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.vtuber-detail .link > li {
  display: inline-block;
  width: 30px;
  margin-right: 14px;
}

.vtuber-detail .link > li:last-of-type {
  margin-right: 0;
}

.vtuber-detail .link > li:hover {
  opacity: 0.6;
}

.vtuber-detail .tb-data th,
.vtuber-detail .tb-data td {
  font-size: 1.6rem;
}

.vtuber-detail .tb-data th {
  width: 100px;
  font-weight: normal;
  text-align: left;
}

.jobs {
  /* ============================
      働く環境
   ============================*/
  /* 背景デコレーション */
  /* ============================
      福利厚生/働き方
   ============================*/
}

.jobs-container {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .jobs-container {
    margin-bottom: 148px;
  }
}

.jobs-container:last-of-type {
  margin-bottom: 0;
}

.jobs-container .heading-fz18 {
  margin-bottom: 30px;
}

.jobs-vision {
  text-align: center;
}

.jobs-vision-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.66;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .jobs-vision-ttl {
    font-size: 2.8rem;
    margin-bottom: 26px;
  }
}

@media (min-width: 768px) {
  .jobs-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
  }
  .jobs-value .list-num-line {
    -webkit-flex-basis: calc(100% - 186px);
        -ms-flex-preferred-size: calc(100% - 186px);
            flex-basis: calc(100% - 186px);
  }
}

.jobs-environment {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .jobs-environment {
    padding: 0 10px;
    margin-bottom: 70px;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .jobs-environment-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.jobs-environment:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .jobs-environment:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

.jobs-environment-img {
  width: 130px;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  .jobs-environment-img {
    -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
    width: 100%;
    margin: 0 20px 0 0;
  }
}

.jobs-environment-summary {
  -webkit-flex-basis: calc(100% - 120px);
      -ms-flex-preferred-size: calc(100% - 120px);
          flex-basis: calc(100% - 120px);
}

.jobs-environment-summary .heading3 {
  text-align: center;
}

@media (min-width: 768px) {
  .jobs-environment-summary .heading3 {
    text-align: left;
  }
}

.jobs-environment .jobs-heading-sub {
  text-align: center;
}

@media (min-width: 768px) {
  .jobs-environment .jobs-heading-sub {
    text-align: left;
  }
}

.jobs-decorated .section-inner {
  position: relative;
}

.jobs-decorated .bg-square {
  display: none;
  position: absolute;
  opacity: 0.06;
}

.jobs-decorated .bg-square:nth-of-type(1) {
  right: 100%;
  top: -122px;
  width: 126px;
  -webkit-transform: rotate(-17deg);
      -ms-transform: rotate(-17deg);
          transform: rotate(-17deg);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.jobs-decorated .bg-square:nth-of-type(2) {
  left: 100%;
  bottom: -180px;
  width: 126px;
}

@media (min-width: 768px) {
  .jobs-decorated .bg-square {
    display: block;
  }
  .jobs-decorated .bg-square:nth-of-type(1) {
    width: 313px;
  }
  .jobs-decorated .bg-square:nth-of-type(2) {
    width: 237px;
  }
}

.jobs-wellness {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .jobs-wellness {
    display: block;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .jobs-wellness:nth-of-type(3n) {
    margin-right: 0;
  }
}

.jobs-wellness:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .jobs-wellness-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .jobs-wellness .jobs-heading-sub {
    text-align: center;
  }
}

.jobs-wellness-img {
  -webkit-flex-basis: 90px;
      -ms-flex-preferred-size: 90px;
          flex-basis: 90px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .jobs-wellness-img {
    width: 96px;
    margin: 0 auto 7px;
  }
}

.jobs-wellness-summary {
  -webkit-flex-basis: calc(100% - 100px);
      -ms-flex-preferred-size: calc(100% - 100px);
          flex-basis: calc(100% - 100px);
}

@media (min-width: 768px) {
  .jobs-wellness-summary .heading3 {
    text-align: center;
  }
}

.jobs-wantedly {
  margin-top: 60px;
  text-align: center;
}

@media (min-width: 768px) {
  .jobs-wantedly {
    margin-top: 100px;
  }
}

.about-intent {
  position: relative;
}

.about-intent .heading-fz18 {
  margin-bottom: 54px;
}

@media (min-width: 768px) {
  .about-intent .heading-fz18 {
    margin-bottom: 39px;
  }
}

.about-intent-parag {
  margin-bottom: 1.6em;
}

.about-intent-parag:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .about-intent-parag {
    margin-bottom: 1.8em;
  }
}

.about-vision-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .about-vision-ttl {
    font-size: 2.4rem;
    letter-spacing: 0.16em;
    margin-bottom: 68px;
  }
}

.about-decor {
  position: absolute;
  opacity: 0.3;
}

@media (min-width: 768px) {
  .about-decor {
    opacity: 1;
  }
}

.about-whale {
  width: 440px;
  right: -220px;
  top: 90px;
}

@media (min-width: 768px) {
  .about-whale {
    top: -34px;
    right: auto;
    left: calc(100% - 33px);
  }
}

.about-dress {
  opacity: 0.2;
  width: 150px;
  left: -42px;
  top: 688px;
}

@media (min-width: 768px) {
  .about-dress {
    width: 101px;
    left: -236px;
    top: 605px;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
    opacity: 1;
  }
}

.about-horse {
  width: 121px;
  right: 15px;
  bottom: 0;
}

@media (min-width: 768px) {
  .about-horse {
    width: 182px;
    bottom: -33px;
    right: -96px;
  }
}

.l-header {
  background-color: #fff;
  padding: 23px 15px;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .l-header {
    padding: 25px 80px 25px 50px;
  }
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-logo {
  width: 100px;
  display: block;
}

.header-logo img {
  display: block;
}

@media (min-width: 768px) {
  .header-logo {
    width: 135px;
  }
}

.header-hamburger {
  cursor: pointer;
  display: inline-block;
  height: 13px;
  position: relative;
  width: 25px;
}

.header-hamburger > span {
  background-color: #1D1D1D;
  display: block;
  height: 1px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  position: absolute;
}

.header-hamburger > span:first-of-type {
  top: 0;
}

.header-hamburger > span:nth-of-type(2) {
  top: calc(50% - 0.5px);
}

.header-hamburger > span:nth-of-type(3) {
  top: calc(100% - 1px);
}

/* sp header menu */
.header-hamburger-menu {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  display: none;
  z-index: 20;
}

.header-hamburger-inner {
  padding: 116px 48px 30px;
}

.header-sp-nav {
  text-align: center;
}

.header-sp-nav-link {
  display: block;
  font-size: 1.8rem;
}

.header-sp-nav-link + .header-sp-nav-link {
  margin-top: 40px;
}

.header-sp-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  margin-top: 126px;
  border-top: 1px solid #F0F0F0;
}

.header-sp-sns .header-sp-sns-link {
  margin: 0 17px;
  width: 28px;
}

/* pc headermenu */
.header-pc-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-pc-nav-link {
  margin-left: 47px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
}

.footer-pagetop {
  background-color: #1D1D1D;
  display: block;
  height: 56px;
  width: 56px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}

.footer-pagetop [class^="icon-"],
.footer-pagetop [class*=" icon-"] {
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer-menu {
  background-color: #fafafa;
}

.footer-menu-inner {
  padding: 15px 15px 50px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer-menu-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 55px 63px 56px 77px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-menu-left {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

@media (min-width: 768px) {
  .footer-menu-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 620px;
    -webkit-flex-basis: 620px;
        -ms-flex-preferred-size: 620px;
            flex-basis: 620px;
  }
}

.footer-menu-right {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

@media (min-width: 768px) {
  .footer-menu-right {
    margin-left: 30px;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

.footer-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .footer-sns {
    margin-top: 0;
  }
}

.footer-sns-link {
  width: 28px;
}

.footer-sns-link + .footer-sns-link {
  margin-left: 34px;
}

@media (min-width: 768px) {
  .footer-sns-link {
    width: 25px;
  }
  .footer-sns-link + .footer-sns-link {
    margin-left: 24px;
  }
}

.footer-logo {
  display: block;
  width: 123px;
}

.footer-logo img {
  display: block;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 46px;
}

@media (min-width: 768px) {
  .footer-nav {
    margin-top: 5px;
  }
}

.footer-nav-link {
  letter-spacing: 0.05em;
  line-height: 2.56;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .footer-nav-link {
    letter-spacing: 0.12em;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .footer-nav-link + .footer-nav-link {
    margin-left: 50px;
  }
}

.footer-bottom {
  background-color: #1D1D1D;
  color: #fff;
}

.footer-bottom-inner {
  padding: 30px;
}

@media (min-width: 768px) {
  .footer-bottom-inner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 18px 90px 18px 80px;
  }
}

.footer-bottom-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer-bottom-nav {
    width: calc(100% - 118px);
  }
}

.footer-bottom-link {
  line-height: 2;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

@media (min-width: 768px) {
  .footer-bottom-link {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    font-size: 1.4rem;
  }
  .footer-bottom-link + .footer-bottom-link {
    margin-left: 40px;
  }
}

.footer-copy {
  color: #818181;
  font-size: 1.4rem;
}

/* =========================================================
 State
========================================================= */
body.is-fixed {
  position: fixed;
}

.header-hamburger.is-open {
  outline: none;
}

.header-hamburger.is-open span:first-of-type {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  top: -2px;
}

.header-hamburger.is-open span:nth-of-type(2) {
  display: none;
}

.header-hamburger.is-open span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  top: calc(100% + 2px);
}

.l-header.is-hidden {
  top: -90px;
}

.l-header.is-top {
  background: rgba(255, 255, 255, 0);
}

@media (min-width: 768px) {
  .l-header.is-top {
    padding-top: 35px;
  }
}

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