@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@500;900&display=swap");
/********************/
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "Hiragino Sans","ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", sans-serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
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, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "Noto Sans JP", sans-serif;
  font: 16px "Noto Sans JP", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #F9F9F9;
  -webkit-text-size-adjust: none;
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", sans-serif;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  width: 100%;
}

html, body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #F9F9F9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #9CAAB5;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

address {
  font-style: normal;
}

/*!
page > workstyle
------------------------------
*/
.workstyle {
  margin: 0 auto;
  position: relative;
  background-color: #9CAAB5;
  /* スクロールフェードインCSS */
  /* フッター */
  /* 仮ヘッダー */
}
.workstyle .w-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .workstyle .w-sp {
    display: block;
  }
}
.workstyle .w-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .workstyle .w-pc {
    display: none;
  }
}
.workstyle .w-inlineblock {
  display: inline-block;
}
.workstyle .fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.workstyle .fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.workstyle .fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.workstyle .fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.workstyle .fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.workstyle .fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.workstyle footer {
  width: 100%;
  margin: 0 auto;
  padding: 1.75em 0;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .workstyle footer {
    padding: 2em 0;
  }
}
.workstyle footer span {
  font-size: 2.3rem;
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  .workstyle footer span {
    font-size: 1.6rem;
  }
}
.workstyle footer aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.workstyle .workstyle-header {
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-header {
    height: 50px;
  }
}
.workstyle .workstyle-fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workstyle .workstyle-fv-head {
  width: 170px;
  padding: 106px 0 0;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-fv-head {
    width: 58px;
    padding: 75px 0 0;
  }
}
.workstyle .workstyle-fv-head-tit {
  width: 60px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-fv-head-tit {
    width: 24px;
    margin: 0 auto 20px;
  }
}
.workstyle .workstyle-fv-head-jp {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-fv-head-jp {
    font-size: 1.2rem;
  }
}
.workstyle .workstyle-fv-main-tit {
  font-size: 3.1rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  position: absolute;
  bottom: 45%;
  left: 36%;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-fv-main-tit {
    font-size: 1.7rem;
    left: 35%;
  }
}
.workstyle .workstyle-fv-main {
  width: calc(100% - 170px);
  position: relative;
  padding: 0 0 130px;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-fv-main {
    width: calc(100% - 58px);
    padding: 0 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .workstyle .workstyle-fv-img img {
    min-height: 640px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 70% 50%;
       object-position: 70% 50%;
  }
}
.workstyle .workstyle-fv-main-en {
  width: 110px;
  position: absolute;
  left: 60px;
  bottom: 0;
  padding-bottom: 50px;
  border-bottom: 7px solid #fff;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-fv-main-en {
    width: 63px;
    padding-bottom: 30px;
    left: 25px;
    border-width: 4px;
  }
}
.workstyle .workstyle-title {
  font-size: 3rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-title {
    font-size: 1.7rem;
  }
}
.workstyle .workstyle-text {
  font-size: 1.4rem;
  line-height: 2.2;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-text {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.workstyle .workstyle-opt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 12rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 860px) {
  .workstyle .workstyle-opt {
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-opt {
    font-size: 5.2rem;
  }
}
.workstyle .workstyle-section1 {
  width: 100%;
  padding: 95px 0 95px 170px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-section1 {
    padding: 55px 0 50px;
  }
}
.workstyle .workstyle-section1 .workstyle-opt {
  position: absolute;
  right: -0.03em;
  top: -0.5em;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-section1 .workstyle-opt {
    top: -1.7em;
  }
}
.workstyle .workstyle-section1 .workstyle-section-inner {
  width: calc(100% - 130px);
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-section1 .workstyle-section-inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-section1 .workstyle-title {
    padding-right: 30px;
  }
}
.workstyle .workstyle-section2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-section2 {
    display: block;
    clear: both;
  }
}
.workstyle .workstyle-section2 .workstyle-section-inner {
  max-width: 710px;
}
.workstyle .workstyle-section2 .workstyle-opt {
  padding-right: 0.25em;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-section2 .workstyle-opt {
    float: left;
    padding: 0 0.75em 1em 0;
  }
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-section2 .workstyle-title {
    padding-top: 1em;
  }
}
.workstyle .workstyle-inefficient {
  margin: 50px auto 50px 15%;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 942px;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-inefficient {
    margin: 50px auto 70px;
  }
}
.workstyle .workstyle-inefficient--en {
  font-size: 9.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-inefficient--en {
    font-size: 7rem;
  }
}
@media screen and (max-width: 428px) {
  .workstyle .workstyle-inefficient--en {
    font-size: 5.6rem;
  }
}
.workstyle .workstyle-inefficient--jp {
  font-size: 13.8rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-inefficient--jp {
    font-size: 9rem;
  }
}
@media screen and (max-width: 428px) {
  .workstyle .workstyle-inefficient--jp {
    font-size: 6.2rem;
  }
}
.workstyle .workstyle-ways {
  padding: 0 0 40px;
}
.workstyle .workstyle-ways-head {
  padding: 45px 0 0;
  margin: 0 auto 0 0;
  width: calc(100% - 170px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-ways-head {
    width: 90%;
    padding: 0 0 100px;
  }
}
.workstyle .workstyle-ways-img img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 410px;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-ways-img img {
    min-height: 160px;
  }
}
.workstyle .workstyle-ways-title1 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  font-size: 3rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1;
  right: 70px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-ways-title1 {
    font-size: 1.7rem;
    top: 2em;
    right: 18px;
  }
}
.workstyle .workstyle-ways-title1 span {
  font-size: 200%;
}
.workstyle .workstyle-ways-title2 {
  font-size: 3rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  text-align: right;
  position: absolute;
  right: 170px;
  top: 120px;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-ways-title2 {
    font-size: 1.7rem;
    right: 65px;
    top: 1.25em;
  }
}
.workstyle .workstyle-ways-lead {
  width: calc(100% - 170px);
  position: relative;
  padding-left: 11%;
  margin: 0 auto 90px 0;
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-ways-lead {
    width: 80%;
    padding-left: 0;
    margin: 0 auto 50px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.workstyle .workstyle-ways-lead-title {
  font-size: 8rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  position: relative;
  margin: -0.65em auto 0.5em;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-ways-lead-title {
    font-size: 3.7rem;
    margin: -60px auto 0.5em 0;
    width: calc(100% - 60px);
  }
}
.workstyle .workstyle-ways-lead-text {
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-ways-lead-text {
    margin: 0 auto 0 0;
    width: calc(100% - 30px);
  }
}
.workstyle .workstyle-ways-content {
  max-width: 760px;
  width: 80%;
  margin: 0 auto 60px;
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-ways-content {
    margin: 0 auto 45px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.workstyle .workstyle-ways-content p {
  line-height: 2.2;
}
.workstyle .workstyle-ways-num {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-ways-num {
    width: 50px;
    height: 50px;
  }
}
.workstyle .workstyle-ways-content-title {
  font-size: 3rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 1em auto 0.8em;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-ways-content-title {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
.workstyle .workstyle-ways-content-title::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto;
  display: block;
}
.workstyle .workstyle-step {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.workstyle .workstyle-step-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.workstyle .workstyle-step-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 5% 5%;
     object-position: 5% 5%;
  height: 100%;
}
@media screen and (min-width: 428px) {
  .workstyle .workstyle-step-img img {
    min-height: 210px;
  }
}
@media screen and (max-width: 428px) {
  .workstyle .workstyle-step-img img {
    min-height: 165px;
  }
}
.workstyle .workstyle-step-title-wrap {
  position: relative;
  padding: 90px 0 0;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-step-title-wrap {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 428px) {
  .workstyle .workstyle-step-title-wrap {
    min-height: 210px;
  }
}
@media screen and (max-width: 428px) {
  .workstyle .workstyle-step-title-wrap {
    min-height: 165px;
  }
}
.workstyle .workstyle-step-title {
  font-size: 3rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 2.2;
  margin: 0 auto 1.5em;
  width: 80%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-step-title {
    font-size: 1.7rem;
    line-height: 1.8;
    margin: 0 auto;
  }
}
.workstyle .workstyle-step-text {
  position: relative;
  padding-bottom: 180px;
  width: 80%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-step-text {
    font-size: 1.2rem;
    line-height: 2;
    padding-bottom: 60px;
    padding-top: 40px;
  }
}
.workstyle .workstyle-step-totop {
  position: fixed;
  right: 30px;
  bottom: 100px;
  width: 37px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  .workstyle .workstyle-step-totop {
    bottom: 60px;
    right: 20px;
    width: 30px;
    height: 17px;
  }
}
.workstyle .workstyle-step-totop a {
  display: block;
}
.workstyle .workstyle-step-totop a:hover {
  opacity: 0.7;
}
.workstyle h1, .workstyle h1 small, .workstyle h2, .workstyle h2 small, .workstyle h3, .workstyle h3 small, .workstyle h4, .workstyle h4 small, .workstyle h5, .workstyle h5 small, .workstyle h6, .workstyle h6 small {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
}
.workstyle p {
  color: #fff;
}

.header__logo {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .coffeelogo {
    max-width: 108px;
  }
}