@charset "UTF-8";
/**▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　デバイス毎の条件分岐　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼**/
/**▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ デバイス毎の条件分岐（触らない） ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲**/
/*//////////////////////  共通でつかう  /////////////////////////*/
h1 {
  font-size: 2rem;
  margin-bottom: 3rem; }

h2 {
  font-size: 5rem;
  margin-bottom: 1rem;
  font-weight: 100; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 2.2rem;
      letter-spacing: .2rem;
      font-weight: 500; } }

h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.8rem; } }

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px;
  word-break: break-all;
  word-wrap: break-word;
  background: #FFF;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin-bottom: 1rem; }
  table th, table td {
    padding: .7rem;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      table th, table td {
        font-size: 1.2rem; } }
  table th {
    background: #f3f3f3; }

.flex {
  display: flex;
  justify-content: space-between; }

/* ------------------------------------------------- *
 *        ＠header
 * ------------------------------------------------- */
.l-header {
  padding: 2rem 0;
  position: fixed;
  width: 100%;
  z-index: 100000; }
  .l-header .l-header-inner {
    max-width: 1600px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto; }
    .l-header .l-header-inner p {
      max-width: 500px;
      margin-right: 1rem; }
      @media only screen and (min-width: 960px) {
        .l-header .l-header-inner p {
          padding: .2rem 0 0;
          text-align: right; } }
    .l-header .l-header-inner .logo {
      padding-left: 0.5rem; }
      @media only screen and (max-width: 960px) and (min-width: 768px) {
        .l-header .l-header-inner .logo {
          padding: .5rem 0 .5rem 1rem;
          width: 180px; } }
      @media only screen and (min-width: 960px) {
        .l-header .l-header-inner .logo {
          padding: 1.5rem 0rem;
          width: 205px; } }
      .l-header .l-header-inner .logo a {
        font-family: 'Oswald', sans-serif;
        font-size: 2rem;
        font-weight: bold;
        text-decoration: none; }
    .l-header .l-header-inner .menu {
      display: flex;
      width: 550px;
      justify-content: space-around;
      font-weight: bold; }
      .l-header .l-header-inner .menu li {
        font-size: 1.8rem; }
        .l-header .l-header-inner .menu li a {
          display: inline-block;
          color: #174434;
          text-decoration: none;
          position: relative;
          transition: .3s; }
          .l-header .l-header-inner .menu li a::after {
            position: absolute;
            bottom: -8px;
            left: 0;
            content: '';
            width: 0;
            height: 2px;
            background-color: #174434;
            transition: .3s; }
          .l-header .l-header-inner .menu li a:hover::after {
            width: 100%; }

/* ------------------------------------------------- *
 *        ＠footer
 * ------------------------------------------------- */
.l-footer {
  width: 100%;
  background: #174434;
  color: #fff;
  font-size: 1.2rem;
  padding: 2rem;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .l-footer {
      padding: 1rem; } }
  .l-footer .txt-footer-copyright {
    font-size: 1.2rem; }

#scrolltop {
  background: #4EE6B1;
  border-radius: 25px;
  bottom: 2rem;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  height: 50px;
  line-height: 7rem;
  opacity: 0.8;
  position: fixed;
  right: 2rem;
  text-align: center;
  width: 50px; }
  #scrolltop::after {
    content: '▲';
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: -1.8rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; }

/*//////////////////////  top  /////////////////////////*/
.l-mainvisual {
  background: linear-gradient(267deg, #246655, #82ffd1);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 8s ease infinite;
  -moz-animation: AnimationName 8s ease infinite;
  animation: AnimationName 8s ease infinite;
  height: 35vw;
  margin-bottom: 8rem; }
  @media only screen and (max-width: 767px) {
    .l-mainvisual {
      height: 135vw;
      margin-bottom: 3rem; } }
  .l-mainvisual p {
    font-weight: bold;
    font-size: 10rem;
    color: #fff;
    line-height: 1.3;
    letter-spacing: .08rem;
    text-align: center;
    padding: 13vw 0rem; }
    @media only screen and (max-width: 767px) {
      .l-mainvisual p {
        font-size: 5rem;
        text-align: left;
        padding: 44vw 1rem;
        line-height: 1.1; } }
    .l-mainvisual p span {
      display: block;
      font-size: 2.6rem;
      line-height: 1.6; }
      @media only screen and (max-width: 767px) {
        .l-mainvisual p span {
          font-size: 1.6rem; } }

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 46%; }
  50% {
    background-position: 100% 55%; }
  100% {
    background-position: 0% 46%; } }
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 46%; }
  50% {
    background-position: 100% 55%; }
  100% {
    background-position: 0% 46%; } }
@keyframes AnimationName {
  0% {
    background-position: 0% 46%; }
  50% {
    background-position: 100% 55%; }
  100% {
    background-position: 0% 46%; } }
.l-container {
  margin: auto; }
  .l-container .mission {
    max-width: 1200px;
    margin: 0rem auto 8rem;
    height: 28vw;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .l-container .mission {
        margin-bottom: 3rem;
        height: 175vw; } }
    .l-container .mission h2 {
      font-size: 9rem;
      position: absolute;
      z-index: 100;
      background: #fff;
      padding: 1rem 2rem 0rem 0rem; }
      @media only screen and (max-width: 767px) {
        .l-container .mission h2 {
          font-size: 3.5rem;
          padding: 1rem 1rem 0rem 0rem;
          margin: auto; } }
    .l-container .mission p {
      padding: 7rem 6rem 6rem 5rem;
      position: absolute;
      top: 6rem;
      box-shadow: 10px 10px 20px -5px #e2e2e2;
      border-radius: 5px; }
      @media only screen and (max-width: 767px) {
        .l-container .mission p {
          padding: 3rem 2rem;
          top: 3rem;
          width: 92%;
          right: 1rem;
          box-shadow: 12px 12px 18px -9px #e2e2e2; } }
  .l-container .service {
    margin-bottom: 4rem;
    padding: 5rem 0rem; }
    @media only screen and (max-width: 767px) {
      .l-container .service {
        margin-bottom: 1rem;
        padding: 5rem 0rem 1rem; } }
    .l-container .service h2 {
      font-size: 9rem;
      max-width: 1200px;
      margin: 0rem auto 3rem; }
      @media only screen and (max-width: 767px) {
        .l-container .service h2 {
          font-size: 3.5rem; } }
    .l-container .service .box-section {
      margin: auto;
      max-width: 1200px; }
      @media only screen and (max-width: 767px) {
        .l-container .service .box-section {
          padding: 0vw 8vw; } }
      .l-container .service .box-section .box {
        opacity: 0;
        position: relative;
        margin-bottom: 14rem; }
        @media only screen and (max-width: 767px) {
          .l-container .service .box-section .box {
            margin-bottom: 20rem; } }
        .l-container .service .box-section .box .box-in {
          width: 65%;
          background: #fff;
          padding: 3rem;
          position: absolute;
          bottom: -5rem;
          right: 0rem; }
          @media only screen and (max-width: 767px) {
            .l-container .service .box-section .box .box-in {
              width: 98%;
              padding: 2rem;
              bottom: -14rem;
              right: -3rem; } }
          .l-container .service .box-section .box .box-in p {
            letter-spacing: .1rem; }
  .l-container .news {
    background: #f5f5f5;
    padding: 4vw 0 0;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .l-container .news {
        padding: 8vw 0 0; } }
    .l-container .news h2 {
      margin-bottom: 3rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .l-container .news h2 {
          margin-bottom: 1rem; } }
    .l-container .news ul {
      max-width: 1200px;
      margin: auto; }
      .l-container .news ul li {
        padding: 3rem 5rem;
        background: #fff; }
        @media only screen and (max-width: 767px) {
          .l-container .news ul li {
            font-size: 1.2rem;
            padding: 1.5rem;
            width: 94%;
            margin: auto; } }
  .l-container .company {
    background: #fffcf2;
    margin: 0rem;
    padding: 7rem 0; }
    @media only screen and (max-width: 767px) {
      .l-container .company {
        margin-bottom: 0rem;
        padding: 5rem 0; } }
    .l-container .company h2 {
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .l-container .company h2 {
          font-weight: 500; } }
    .l-container .company dl {
      max-width: 800px;
      margin: auto; }
      @media only screen and (max-width: 767px) {
        .l-container .company dl {
          width: 90%; } }
      .l-container .company dl .flex {
        justify-content: flex-start;
        border-bottom: solid #ccc 1px; }
        .l-container .company dl .flex dt {
          padding: 2vw 0;
          width: 11vw;
          letter-spacing: 0.1em;
          font-size: 1.8rem; }
          @media only screen and (max-width: 767px) {
            .l-container .company dl .flex dt {
              font-size: 1.3rem;
              color: #474748;
              line-height: 1.75;
              width: 23vw;
              padding: 3vw 0; } }
        .l-container .company dl .flex dd {
          padding: 2vw 0;
          line-height: 1.75;
          letter-spacing: 0.04em;
          font-size: 1.8rem; }
          @media only screen and (max-width: 767px) {
            .l-container .company dl .flex dd {
              font-size: 1.3rem;
              color: #474748;
              width: 68vw;
              padding: 3vw 0; } }

/*==================================================
ふわっ
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*==================================================
ハンバーガーmenu
===================================*/
@keyframes bugfix {
  from {
    padding: 0; }
  to {
    padding: 0; } }
@-webkit-keyframes bugfix {
  from {
    padding: 0; }
  to {
    padding: 0; } }
#overlay-button {
  position: absolute;
  right: 0em;
  top: 0.5em;
  padding: 25px 10px;
  z-index: 5;
  cursor: pointer;
  user-select: none; }

#overlay-button span {
  height: 2px;
  width: 30px;
  border-radius: 2px;
  background-color: #174434;
  position: relative;
  display: block;
  transition: all .2s ease-in-out; }

#overlay-button span:before {
  top: -8px;
  visibility: visible; }

#overlay-button span:after {
  top: 8px; }

#overlay-button span:before, #overlay-button span:after {
  height: 2px;
  width: 30px;
  border-radius: 2px;
  background-color: #174434;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out; }

#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #174434; }

input[type=checkbox] {
  display: none; }

input[type=checkbox]:checked ~ #overlay {
  visibility: visible; }

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent; }

input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(4px, 5px); }

input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px); }

#overlay {
  width: 100vw;
  height: 130%;
  background: #4EE6B1;
  z-index: 2;
  visibility: hidden;
  position: fixed; }

#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 190vh;
  padding-left: 0;
  list-style-type: none; }

#overlay ul li {
  padding: 1em; }

#overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em; }

#overlay ul li a:hover {
  color: #000 !important; }

.focus-in-contract {
  -webkit-animation: focus-in-contract 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-contract 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

/*==================================================
看板のアニメーション
===================================*/
@-webkit-keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
/*==================================================
流れる文字
===================================*/
article {
  overflow: hidden; }

.loop_wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin: 6rem auto -2.6rem; }
  @media only screen and (max-width: 767px) {
    .loop_wrap {
      margin: 2rem auto -1.5rem; } }

.loop_wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 17rem;
  overflow: hidden;
  font-weight: 700;
  color: #e4e4e4; }
  @media only screen and (max-width: 767px) {
    .loop_wrap div {
      font-size: 11rem; } }

.loop_wrap div:nth-child(odd) {
  animation: loop 50s -25s linear infinite; }

.loop_wrap div:nth-child(even) {
  animation: loop2 50s linear infinite; }

@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0; }

@keyframes bgextendAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  background-color: #666;
  /*伸びる背景色の設定*/ }

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0; }

.circle {
  width: 100px;
  height: 100px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: moveCircleX 5s linear infinite, moveCircleY 5s linear infinite; }

@keyframes moveCircleX {
  0% {
    left: 0; }
  100% {
    left: calc(100vw - 100px);
    /* 画面の幅 - 円形の幅 */ } }
@keyframes moveCircleY {
  0% {
    top: 0; }
  100% {
    top: calc(100vh - 100px);
    /* 画面の高さ - 円形の高さ */ } }

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