@charset "UTF-8";
/* ---------------------------------------------------------
config
--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Lora&display=swap");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap");
@import url("https://fonts.googleapis.com/css?family=Baskervville&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@media screen and (max-width: 750px) {
  [data-sc-pc] {
    display: none !important; } }

@media print, screen and (min-width: 751px) {
  [data-sc-sp] {
    display: none !important; } }

/* ---------------------------------------------------------
reset
--------------------------------------------------------- */
html {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100px; }
  @media print, screen and (min-width: 1120px) and (max-width: 1199px) {
    html {
      font-size: 90px; } }
  @media print, screen and (min-width: 751px) and (max-width: 1119px) {
    html {
      font-size: 90px; } }
  @media screen and (min-width: 410px) and (max-width: 750px) {
    html {
      font-size: 110px; } }
  @media print, screen and (min-width: 751px) {
    html {
      font-feature-settings: "palt"; } }
  @media screen and (max-width: 750px) {
    html {
      line-height: 1.5; } }

body {
  line-height: 1;
  color: #585858;
  font-size: .15rem;
  letter-spacing: .05em;
  word-break: break-all; }
  @media screen and (max-width: 750px) {
    body {
      font-size: .12rem; } }

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure, input, select, button, optgroup, textarea {
  margin: 0;
  padding: 0; }

article, aside, footer, header, main, nav, section, figcaption, figure {
  display: block; }

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

svg:not(:root) {
  overflow: hidden; }

hr {
  height: 0;
  overflow: visible;
  box-sizing: border-box; }

b, strong {
  font-weight: inherit;
  font-weight: bolder; }

a, button {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: opacity 0.3s; }
  a:hover, button:hover {
    cursor: pointer;
    opacity: 0.7; }
  a img, button img {
    transition: 0.3s; }
    a img:hover, button img:hover {
      opacity: 0.7; }

li {
  list-style: none; }

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio, video, canvas {
  display: inline-block; }

summary {
  display: list-item; }

audio:not([controls]) {
  display: none;
  height: 0; }

input, select, button, optgroup, textarea {
  margin: 0;
  padding: .1rem .2rem;
  border: 0.01rem solid #707070;
  border-radius: 0;
  box-sizing: border-box;
  width: 100% !important;
  vertical-align: bottom;
  appearance: none;
  background: none;
  outline: 0;
  font-family: Roboto,"Noto Sans JP","游ゴシック","游ゴシック体","Yu Gothic",YuGothic,sans-serif;
  font-size: .16rem;
  letter-spacing: .05em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button, input {
  overflow: visible; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText; }

button, select {
  cursor: pointer;
  text-transform: none; }

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border: none; }

select::-ms-expand {
  display: none; }

iframe {
  border: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: bottom; }

/* ---------------------------------------------------------
modules
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .row {
      display: block; } }
  .row .l, .row .r {
    width: 50%; }
    @media screen and (max-width: 750px) {
      .row .l, .row .r {
        width: 100%; } }

.w1280 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px; }

.w1000 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px; }

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

/* ---------------------------------------------------------
header
--------------------------------------------------------- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  @media screen and (max-width: 750px) {
    header {
      height: .5rem; } }
  @media print, screen and (min-width: 751px) {
    header nav {
      display: inherit !important; } }
  @media screen and (max-width: 750px) {
    header nav {
      box-sizing: border-box;
      position: absolute;
      z-index: 1000;
      padding: 1rem .2rem;
      display: none;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.8117647059); } }
  @media print, screen and (min-width: 751px) {
    header nav ul {
      display: flex;
      align-items: center; } }
  header nav ul li {
    margin: 0 .4rem 0 0; }
    header nav ul li:last-child {
      margin: 0; }
    @media screen and (max-width: 750px) {
      header nav ul li {
        margin: 0 0 .4rem 0;
        font-weight: bold;
        font-size: .18rem;
        text-align: center; } }
    header nav ul li a {
      display: inline-block; }
  header .toggle {
    position: absolute;
    top: 0;
    right: .2rem;
    z-index: 1000;
    width: .25rem;
    height: .5rem;
    cursor: pointer; }
    header .toggle span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background: #fff;
      transition: .3s; }
      header .toggle span.bar01 {
        top: 32%; }
      header .toggle span.bar03 {
        top: 68%; }
    header .toggle.active .bar01 {
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
    header .toggle.active .bar02 {
      opacity: 0; }
    header .toggle.active .bar03 {
      top: 50%;
      transform: translate(-50%, -50%) rotate(135deg); }

@media print, screen and (min-width: 750px) and (max-width: 1000px) {
  body, header {
    min-width: 1000px; } }
/* ---------------------------------------------------------
ヘッダフッタ
--------------------------------------------------------- */
header {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  position: fixed;
  z-index: 1000; }

h1 {
  margin-left: 1em; }
  h1 img {
    max-width: 170px; }
    @media screen and (max-width: 750px) {
      h1 img {
        max-width: 100px; } }

header li {
  color: #fff;
  font-weight: bold; }
  header li:last-child {
    background: #00917e;
    padding: 3em 3em; }

.ft_area {
  background: url(../../img/ft_b_bg.jpg) no-repeat top center/cover;
  color: #2f2f2f;
  position: relative;
  text-align: center;
  padding: 6.5em 0; }
  @media screen and (max-width: 750px) {
    .ft_area {
      padding: 2.5em 0; } }
  .ft_area:after {
    position: absolute;
    content: "";
    background: #000;
    height: 70%;
    width: 2px;
    bottom: calc(50% - 36%);
    left: calc(50% - 2px); }
    @media screen and (max-width: 750px) {
      .ft_area:after {
        height: 2px;
        width: 70%;
        bottom: 17.5em;
        left: calc(50% - 35%); } }
  .ft_area .row {
    align-items: baseline; }
  .ft_area .ttl {
    font-size: .3rem;
    letter-spacing: 0.5em;
    margin-bottom: 1em; }
    @media screen and (max-width: 750px) {
      .ft_area .ttl {
        font-size: .2rem; } }
    .ft_area .ttl span {
      display: block;
      font-size: .2rem;
      margin-top: .5em;
      letter-spacing: .5em; }
      @media screen and (max-width: 750px) {
        .ft_area .ttl span {
          font-size: .8em; } }
  .ft_area .txt {
    margin-bottom: 2em; }
  @media print, screen and (min-width: 751px) {
    .ft_area .r {
      text-align: left;
      padding-left: 7em; } }
  @media screen and (max-width: 750px) {
    .ft_area .r {
      padding-top: 5em; } }
  .ft_area .r p {
    font-size: .18rem;
    margin-bottom: 1em;
    line-height: 1.5em; }
    @media screen and (max-width: 750px) {
      .ft_area .r p {
        font-size: .12rem; } }
    .ft_area .r p span {
      display: block;
      margin-bottom: .5em;
      font-size: .2rem; }
      .ft_area .r p span span {
        display: inline;
        font-size: .8em;
        font-weight: bold;
        color: #009999;
        padding: .2em 1em;
        margin-right: 1em;
        border: 2px solid #009999;
        border-radius: 2em; }
  .ft_area .r .rttl {
    font-size: 2em;
    margin-bottom: .6em; }
    @media screen and (max-width: 750px) {
      .ft_area .r .rttl {
        font-size: 1.5em; } }

footer {
  text-align: center;
  padding: 55px 0 30px 0;
  background: #7e7e7e;
  color: #fff; }
  footer > img {
    max-width: 300px;
    margin-bottom: 20px; }
    @media screen and (max-width: 750px) {
      footer > img {
        max-width: 130px;
        margin-bottom: 12px; } }
  footer > p {
    font-size: .28rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 750px) {
      footer > p {
        font-size: .13rem; } }
  footer .copyright {
    font-size: 12px;
    letter-spacing: .1em; }
    @media screen and (max-width: 750px) {
      footer .copyright {
        font-size: 11px;
        margin-top: 4em; } }

nav.ft_nav ul {
  display: flex;
  justify-content: center;
  align-items: center; }
  nav.ft_nav ul li {
    width: 9em;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 2em 0;
    margin-top: 1em;
    margin-bottom: 5em; }
    nav.ft_nav ul li:last-child {
      background: #009999;
      padding: 2em 1em; }

/* ---------------------------------------------------------
modules
--------------------------------------------------------- */
.btn_a {
  position: relative;
  border: 2px solid #009999;
  color: #009999;
  border-radius: 2em;
  padding: .5em 3em; }
  .btn_a:hover {
    background: #009898;
    color: #fff;
    opacity: 1; }
  .btn_a:after {
    position: absolute;
    content: ">";
    bottom: 0.45em;
    right: .5em;
    font-weight: bold; }

.btn_b {
  position: relative;
  border: 2px solid #009999;
  color: #009999;
  border-radius: 2em;
  padding: .7em 3em;
  display: block;
  text-align: center;
  margin: 8em 0 2em 0; }
  .btn_b:hover {
    background: #009898;
    color: #fff;
    opacity: 1; }
  .btn_b:after {
    position: absolute;
    content: ">";
    bottom: 0.75em;
    right: .5em;
    font-weight: bold; }

.btn_c {
  position: relative;
  color: #009999;
  padding: 0.7em 5em;
  display: inline-block;
  text-align: center;
  margin: 8em 0 2em 0;
  box-shadow: 0 0 5px #c5c5c5;
  background: #fff;
  margin: 0 1em;
  font-weight: bold;
  font-size: .26rem; }
  @media screen and (max-width: 750px) {
    .btn_c {
      padding: 0.7em 3em;
      margin: 1em 0;
      font-size: .16rem; } }
  .btn_c:hover {
    background: #009898;
    color: #fff;
    opacity: 1; }
  .btn_c:after {
    position: absolute;
    content: ">";
    bottom: 0.75em;
    right: .5em;
    font-weight: bold; }

.inner_header {
  text-align: center;
  font-size: .3rem;
  font-family: 'Baskervville', serif;
  color: #fff;
  padding: 7em 0 2.7em 0;
  letter-spacing: .3em; }
  @media screen and (max-width: 750px) {
    .inner_header {
      font-size: 4vw; } }

.inner_read {
  background: #009898;
  padding: 3em 0 4em 0;
  color: #fff; }
  .inner_read dt {
    font-size: .4rem;
    position: relative;
    margin-bottom: 1em; }
    @media screen and (max-width: 750px) {
      .inner_read dt {
        font-size: .25rem; } }
    .inner_read dt:after {
      position: absolute;
      content: "";
      background: #fff;
      height: 2px;
      width: 3em;
      bottom: -.55em;
      left: 0; }
  .inner_read dd {
    line-height: 2; }
    @media print, screen and (min-width: 751px) {
      .inner_read dd {
        font-size: .17rem; } }

.sec_inner {
  padding: .7rem 0; }
  @media screen and (max-width: 750px) {
    .sec_inner {
      padding: .3rem 0; } }

.idea .inner_header {
  background: url(../../img/idea_mv.jpg) no-repeat top center/cover; }

.recruit .inner_header {
  background: url(../../img/recruit_mv.jpg) no-repeat top center/cover; }

.company .inner_header {
  background: url(../../img/company_mv.jpg) no-repeat top center/cover; }

.news .inner_header {
  background: url(../../img/company_mv.jpg) no-repeat top center/cover; }

.work .inner_header {
  background: url(../../img/work_mv.jpg) no-repeat top center/cover; }

.contact .inner_header {
  background: url(../../img/contact_mv.jpg) no-repeat top center/cover; }

/* ---------------------------------------------------------
work
--------------------------------------------------------- */
.mv {
  background: url(../../img/top/mv_bg.jpg) no-repeat top center/cover;
  padding: 1.15rem 0; }
  .mv .rowrap {
    max-width: 1280px;
    margin: 0 auto; }
    .mv .rowrap .mv_txt {
      max-width: 5.55rem;
      margin-top: -8em; }
    .mv .rowrap .mv_img {
      max-width: 6.3rem; }

.scroll {
  color: #fff;
  font-size: .15rem;
  text-align: center;
  margin-top: -2em;
  margin-bottom: 1.4em; }
  .scroll > div {
    display: inline-block;
    border: 2px solid #fff;
    padding: .5em 3.5em;
    border-radius: 2em;
    position: relative; }
    .scroll > div:after {
      position: absolute;
      content: "";
      background: url(../../img/top/scrollafter.png) no-repeat top center/contain;
      height: 35px;
      width: 35px;
      bottom: -4.5em;
      left: calc(50% - 17.5px); }

.sec_news {
  background: #fff;
  padding: 2em; }
  @media screen and (max-width: 750px) {
    .sec_news {
      color: #c5c5c5;
      text-align: center;
      background: #2d2d2d; } }
  .sec_news h3 {
    font-size: .3rem;
    margin-right: 2em;
    font-family: 'Noto Sans JP', sans-serif; }
    @media screen and (max-width: 750px) {
      .sec_news h3 {
        margin-right: 0;
        margin-bottom: 1em;
        font-size: .2rem; } }
  .sec_news ul {
    flex: 1; }
    @media screen and (max-width: 750px) {
      .sec_news ul {
        margin-bottom: 2em; } }
    @media screen and (max-width: 750px) {
      .sec_news ul {
        text-align: left; } }
    @media print, screen and (min-width: 751px) {
      .sec_news ul a {
        display: flex;
        font-size: .2rem; } }
    .sec_news ul a time {
      margin-right: 1em; }
    @media print, screen and (min-width: 751px) {
      .sec_news ul a p {
        position: relative; }
        .sec_news ul a p:after {
          position: absolute;
          background: url(../../img/top/newsarrow.png) no-repeat top center/cover;
          content: "";
          bottom: -.1em;
          right: -2em;
          font-weight: bold;
          border-radius: 50%;
          font-size: .2rem;
          width: 1.3em;
          height: 1.3em;
          text-align: center; } }
  .sec_news .btn_b {
    margin: 0; }
    @media screen and (max-width: 750px) {
      .sec_news .btn_b {
        display: inline;
        margin: 0 auto; } }

.sec_content {
  padding: 77px 0;
  background: url(../../img/top/ad_inter_bg04.psd-100.jpg) no-repeat top center/cover; }

.sec_con01 {
  position: relative;
  background: url(../../img/top/sec_conimg01.jpg) no-repeat top center;
  background-position-x: 0;
  height: 5.5rem;
  width: 62.5vw; }

.txtwrap {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3411764706);
  top: 13%;
  right: -21vw;
  padding: 2.8em;
  width: 34vw; }
  .txtwrap h2 {
    font-size: .4rem;
    font-family: 'Baskervville', serif;
    letter-spacing: .3em;
    color: #B3DEE0;
    margin-bottom: .2em; }
  .txtwrap .ttl {
    font-size: .24rem;
    color: #009898;
    margin-bottom: 1em; }
  .txtwrap .txt {
    line-height: 2;
    font-size: 1.1em; }
    .txtwrap .txt span {
      font-size: 1.2em;
      font-weight: bold;
      display: block; }
  .txtwrap .btn_b {
    width: 12em;
    margin: 0 auto;
    margin-top: 1em; }

.sec_con02 {
  background: url(../../img/top/sec_conimg02.jpg) no-repeat top center;
  background-position-x: right;
  height: 5.5rem;
  width: 62.5vw;
  margin: auto 0 auto auto;
  margin-top: 4.3em; }
  .sec_con02 .txtwrap {
    left: -21vw; }

.sec_work {
  background: url(../../img/top/ad_inter_bg05.psd-100.jpg) no-repeat top center/cover;
  padding: 1.05rem 0; }

.workWrap {
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5em 1em; }
  .workWrap h2 {
    font-size: .4rem;
    font-family: 'Baskervville', serif;
    letter-spacing: .3em;
    color: #B3DEE0;
    margin-bottom: .2em; }
  .workWrap .ttl {
    font-size: .26rem;
    color: #009898;
    margin-bottom: 1em; }
  .workWrap .txt {
    line-height: 2;
    font-size: 1.1em;
    margin-bottom: 5em; }
  .workWrap .row_wk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: .5rem;
    max-width: 1000px;
    margin: 0 auto; }
  .workWrap .wk_cont {
    text-align: center;
    width: 250px;
    margin-bottom: 3%; }
    .workWrap .wk_cont img {
      max-height: 100px;
      margin-bottom: 1em;
      width: auto; }
    .workWrap .wk_cont .ttl {
      font-size: .3rem;
      color: #353535;
      margin-bottom: 2em;
      margin-top: 1.5em; }
  .workWrap .btn_b {
    width: 12em;
    margin: 0 auto; }

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .pagetop img {
    width: 80px; }

@media print, screen and (min-width: 751px) and (max-width: 1399px) {
  .mv {
    padding: 1rem 0; }

  .mv .rowrap .mv_txt {
    max-width: 4rem;
    margin-top: 0em; }

  .mv .rowrap .mv_img {
    max-width: 4.5rem; }

  .mv .rowrap {
    padding: 0 50px; }

  .sec_con01 {
    background-size: contain;
    width: 80%;
    height: 4.5rem; }

  .txtwrap {
    right: -15vw;
    width: 50vw; }

  .sec_con02 .txtwrap {
    left: -15vw;
    width: 43vw; }

  .workWrap .row_wk {
    justify-content: center;
    max-width: 800px; }

  .workWrap .wk_cont .ttl {
    margin-bottom: 1em;
    margin-top: 0.5em; }

  .sec_work {
    padding: 1.05rem 50px; }

  .workWrap .wk_cont img {
    max-height: 80px; } }
@media screen and (max-width: 750px) {
  .mv .rowrap .mv_txt {
    max-width: 75vw;
    margin-top: 0;
    margin-left: 1em; }

  .scroll {
    font-size: .1rem;
    margin-top: 6em; }

  .mv {
    padding: 100px 0 70px 0; }

  .txtwrap {
    position: static;
    box-shadow: none;
    padding: 2.8em;
    width: 100%; }

  .sec_con01 {
    position: static;
    background: none;
    height: auto;
    width: 100%; }

  .sec_content {
    padding: 0; }

  .sec_con02 {
    margin-top: 0; }

  .sec_work {
    padding: 20px; }

  .workWrap h2,
  .txtwrap h2 {
    font-size: .3rem; }

  .workWrap .ttl,
  .txtwrap .ttl {
    font-size: .2rem; }

  .pagetop img {
    width: 40px; }

  .txtwrap .btn_b {
    margin-top: 2.5em; }

  .workWrap .txt {
    text-align: left; }

  .workWrap .wk_cont {
    width: 42%; }

  .workWrap .wk_cont img {
    max-height: 60px; }

  .workWrap {
    padding: 30px; }

  .workWrap .row_wk {
    justify-content: space-around; }

  .workWrap .wk_cont .ttl {
    font-size: .11rem;
    margin-bottom: 1em;
    margin-top: 10px; } }

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