@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

select,
option,
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

li {
  list-style-type: none;
  /*リストマーカー無しにする*/
}

body {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "YuGothic", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icon.eot?u2gpvz");
  src: url("../fonts/icon.eot?u2gpvz#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?u2gpvz") format("truetype"), url("../fonts/icon.woff?u2gpvz") format("woff"), url("../fonts/icon.svg?u2gpvz#icon") format("svg");
  font-family: "icon";
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  text-transform: none;
}

.icon-note:before {
  content: "\e900";
}

.icon-change:before {
  content: "\e901";
}

.icon-arrow:before {
  content: "\e902";
}

p {
  color: #4D4D4D;
  letter-spacing: 0.03em;
}

a {
  color: #4D4D4D;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

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

.text {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.text.is-white {
  color: #fff;
}
.text.is-centre {
  text-align: center;
}

body {
  position: relative;
  background-color: #F2F0F4;
}

img {
  width: 100%;
}

.top-margin {
  padding-top: 80px;
}

.bg-white {
  padding: 60px 0;
  background-color: #fff;
}
.bg-white.is-no-padding {
  padding: 0;
}

.bg-gradation {
  padding: 60px 0;
  background: linear-gradient(310deg, #eca7fb 2%, #fdd6e9 30%, #7dd7ff 54%, #ffbe4f 94%);
}

.header {
  display: flex;
  z-index: 99;
  position: fixed;
  top: 0;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}
.top .header {
  background: none;
  box-shadow: none;
}
.header__logo {
  width: 116px;
  margin: 0 20px;
}
.header__logo a {
  display: block;
}
.header__nav {
  margin-left: auto;
}
.header__nav ul {
  display: flex;
  align-items: center;
}
.header__nav li {
  margin-right: 50px;
}
.header__nav a {
  position: relative;
  color: #222222;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.header__nav a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: center top;
  background: #DF74F5;
  content: "";
  transition: all 0.3s;
  /*上部中央基点*/
}
.header__nav a:hover {
  color: #DF74F5;
  opacity: 1;
}
.header__nav a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}
.about .header__nav #nav-about {
  color: #DF74F5;
}
.about .header__nav #nav-about::after {
  transform: scale(1, 1);
}
.business .header__nav #nav-business {
  color: #DF74F5;
}
.business .header__nav #nav-business::after {
  transform: scale(1, 1);
}
.company .header__nav #nav-company {
  color: #DF74F5;
}
.company .header__nav #nav-company::after {
  transform: scale(1, 1);
}
.recruit .header__nav #nav-recruit {
  color: #DF74F5;
}
.recruit .header__nav #nav-recruit::after {
  transform: scale(1, 1);
}
.news .header__nav #nav-news {
  color: #DF74F5;
}
.news .header__nav #nav-news::after {
  transform: scale(1, 1);
}
.header__contact {
  position: relative;
  width: 260px;
  height: 80px;
  overflow: hidden;
  background: linear-gradient(0deg, #11bdf0 0%, #eb89ff 100%);
}
.top .header__contact {
  height: 60px;
  margin: 0 20px;
  border-radius: 1000px;
}
.header__contact a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 80px;
  letter-spacing: 0.08em;
  text-align: center;
}
.top .header__contact a {
  line-height: 60px;
}
.header__contact a::before {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  transform: skewX(-25deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
}
.header__contact a:hover {
  opacity: 1;
}
.header__contact a:hover::before {
  -webkit-animation: shine 0.7s;
          animation: shine 0.7s;
}
.header__contact i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(0);
  color: #fff;
  font-size: 15px;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.footer {
  padding: 50px 0;
  background: url(/img/bg_footer.jpg) no-repeat center;
  background-size: cover;
}
.footer__logo {
  width: 130px;
  margin: 0 auto 40px;
}
.footer__logo a {
  display: block;
}
.footer__nav {
  margin-bottom: 30px;
}
.footer__nav ul {
  text-align: center;
}
.footer__nav li {
  display: inline-block;
  margin: 0 10px 15px;
}
.footer__nav a {
  position: relative;
  color: #fff;
  font-size: 13px;
}
.footer__nav a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: center top;
  background: #fff;
  content: "";
  transition: all 0.3s;
  /*上部中央基点*/
}
.footer__nav a:hover {
  opacity: 1;
}
.footer__nav a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}
.footer__service {
  margin-bottom: 30px;
}
.footer__service li {
  width: 80%;
  margin: 0 auto 15px;
}
.footer__service li.is-engineer-blog img {
  width: 82%;
}
.footer__service li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.footer__service li a:hover {
  opacity: 1;
}
.footer__service li a:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}
.footer__service li img {
  width: 70%;
  transition: all 0.3s;
}
.footer__text {
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.base-button,
.primary-button,
.sub-button {
  display: block;
  position: relative;
  padding: 18px 20px;
  border-radius: 1000px;
  background: linear-gradient(0deg, #11bdf0 0%, #eb89ff 100%);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
.base-button i,
.primary-button i,
.sub-button i {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) translateX(0);
  font-size: 12px;
}
.base-button.is-white,
.primary-button.is-white,
.sub-button.is-white {
  background: #fff;
  color: #43BBF2;
}

.primary-button {
  background: linear-gradient(0deg, #ff873c 0%, #ff8e9b 100%);
}

.sub-button {
  padding: 14px 20px;
  border: 2px solid #43BBF2;
  background: #fff;
  color: #43BBF2;
  font-size: 14px;
}
.sub-button.is-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.note-button {
  display: block;
  position: relative;
  padding: 18px 20px;
  border-radius: 1000px;
  background-color: #41C9B4;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
.note-button i {
  margin-right: 5px;
}

/*アクティブになったエリア*/
#g-nav.panelactive {
  z-index: 9999;
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}

/*丸の拡大*/
.circle-bg {
  z-index: 3;
  position: fixed;
  top: -50px;
  /*scaleをはじめは0に*/
  right: -50px;
  /*丸の形*/
  width: 100px;
  height: 100px;
  /*丸のスタート位置と形状*/
  transform: scale(0);
  border-radius: 50%;
  background: #43BBF2;
  transition: all 0.6s;
  /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
  transform: scale(50);
  /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list {
  -webkit-overflow-scrolling: touch;
  display: none;
  z-index: 999;
  /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
}

#g-nav.panelactive #g-nav-list {
  display: block;
  /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
  z-index: 999;
  /*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
  opacity: 1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  /*0.2 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  opacity: 0;
}

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

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  /*ボタンを最前面に*/
  cursor: pointer;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  position: absolute;
  left: 14px;
  width: 45%;
  height: 3px;
  border-radius: 2px;
  background-color: #767676;
  transition: all 0.4s;
}

.openbtn span:nth-of-type(1) {
  top: 20px;
}

.openbtn span:nth-of-type(2) {
  top: 28px;
}

.openbtn span:nth-of-type(3) {
  top: 36px;
}

.openbtn.active span:nth-of-type(1) {
  top: 22px;
  left: 18px;
  width: 30%;
  transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 34px;
  left: 18px;
  width: 30%;
  transform: translateY(-6px) rotate(45deg);
}
.sp-menu__text {
  display: block;
  padding: 20px 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.sp-menu__button {
  margin-top: 20px;
}

.title-band {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  margin-bottom: 40px;
}
.title-band__text {
  display: inline-block;
  padding: 8px 20px;
  background-color: #fff;
  color: #222222;
  font-weight: bold;
  font-size: 18px;
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
.contact .title-band, .policy .title-band, .news .title-band {
  background: url("/img/title-band_1.jpg") no-repeat center;
  background-size: cover;
}
.business .title-band {
  background: url("/img/title-band_4.jpg") no-repeat center;
  background-size: cover;
}
.company .title-band {
  background: url("/img/title-band_3.jpg") no-repeat center;
  background-size: cover;
}
.about .title-band {
  background: url("/img/title-band_2.jpg") no-repeat center;
  background-size: cover;
}

.breadcrumb {
  display: flex;
  margin-bottom: 80px;
  padding-top: 10px;
}
.breadcrumb a {
  color: #4D4D4D;
  font-size: 14px;
}
.breadcrumb li::after {
  padding: 0 8px;
  content: "\e902";
  color: #A5A5A5;
  font-size: 10px;
  font-family: "icon";
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb li:last-child::after {
  display: none;
}

.box-base {
  padding: 50px 30px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}
.box-base.is-no-padding {
  padding: 0;
}
.box-base.is-engineer {
  background-color: #6BC6B4;
}

.titlr-set {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.titlr-set.is-left {
  text-align: left;
}
.titlr-set__balloon {
  position: absolute;
  top: 22%;
  left: 50%;
  width: 17%;
  margin-left: -42%;
  transform: translateY(0) translateX(-50%);
}
.titlr-set__balloon.is-right {
  width: 14%;
  margin-left: 42%;
}
.business .titlr-set__balloon.is-right {
  margin-left: 350px;
}
.hajien .titlr-set__balloon.is-right {
  margin-left: 380px;
}
.business .titlr-set__balloon {
  top: 24%;
  margin-left: -350px;
}
.hajien .titlr-set__balloon {
  margin-left: -380px;
}
.titlr-set__sub {
  display: inline-block;
  margin-bottom: 10px;
  background: linear-gradient(310deg, #eca7fb 2%, #fdd6e9 30%, #7dd7ff 54%, #ffbe4f 94%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: 900;
  font-size: 18px;
  font-size: 4.8vw;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.3em;
}
.titlr-set__mane {
  margin-bottom: 30px;
  color: #222222;
  font-weight: bold;
  font-size: 25px;
  font-size: 6.6666666667vw;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.top .titlr-set__mane {
  font-size: 25px;
  font-size: 6.6666666667vw;
}
.titlr-set__text {
  color: #4D4D4D;
  font-size: 14px;
  font-size: 3.7333333333vw;
}

.news__body li {
  border-bottom: 1px dotted #C1BCC6;
}
.news__body li:first-child {
  border-top: 1px dotted #C1BCC6;
}
.news__body a {
  display: block;
  padding: 20px 0;
}
.news__body a:hover {
  background-color: #ededed;
  opacity: 1;
}
.news .is-no-link a {
  pointer-events: none;
}
.news__date {
  margin-bottom: 8px;
  color: #A5A5A5;
  font-size: 12px;
  font-size: 3.2vw;
}
.news__text {
  font-size: 13px;
  font-size: 3.4666666667vw;
}

.company-profile li {
  padding: 20px;
  border-bottom: 1px solid #C1BCC6;
}
.company-profile li:nth-child(odd) {
  background-color: #F4F4F4;
}
.company-profile li:first-child {
  border-top: 1px solid #C1BCC6;
}
.company-profile__name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
}
.company-profile__text {
  font-size: 14px;
}

.access__map {
  height: 200px;
  filter: grayscale(100%);
}
.access__text {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 80px;
  }
  .contents.is-contact {
    max-width: 850px;
  }
  .small-only {
    display: none;
  }
  .contents-margin {
    margin-bottom: 100px;
  }
  .text {
    font-size: 16px;
  }
  .bg-white {
    padding: 100px 0;
  }
  .bg-gradation {
    padding: 100px 0;
  }
  .footer__service {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer__service li {
    width: 220px;
    margin: 0 10px;
  }
  .footer__service li a {
    height: 67px;
  }
  .footer__service li img {
    width: 70%;
  }
  .base-button,
.primary-button,
.sub-button {
    padding: 20px 24px;
    font-size: 18px;
  }
  .sub-button {
    padding: 14px 20px;
    font-size: 14px;
  }
  .note-button {
    padding: 20px 24px;
    font-size: 18px;
  }
  .title-band {
    height: 230px;
    margin-bottom: 0;
  }
  .title-band__text {
    padding: 10px 40px 12px;
    font-size: 34px;
  }
  .box-base {
    padding: 60px;
  }
  .titlr-set {
    margin-bottom: 50px;
  }
  .titlr-set__balloon {
    top: 14%;
    width: 150px;
    margin-left: -290px;
  }
  .titlr-set__balloon.is-right {
    width: 130px;
    margin-left: 280px;
  }
  .titlr-set__sub {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .titlr-set__mane {
    margin-bottom: 40px;
    font-size: 37px;
  }
  .top .titlr-set__mane {
    font-size: 45px;
  }
  .titlr-set__text {
    font-size: 18px;
  }
  .news__date {
    font-size: 13px;
  }
  .news__text {
    font-size: 14px;
  }
  .company-profile li {
    display: flex;
    align-items: center;
    padding: 25px;
  }
  .company-profile__name {
    width: 35%;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
  }
  .company-profile__text {
    width: 65%;
  }
  .access__map {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .small-side-margin {
    padding-right: 20px;
    padding-left: 20px;
  }
  .medium-only {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .medium-down {
    display: none;
  }
  .sp-menu {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .large-only {
    display: none;
  }
  .top-margin {
    padding-top: 60px;
  }
  .header {
    height: 60px;
  }
  .header__logo {
    width: 100px;
  }
  .business .titlr-set__balloon {
    display: none;
  }
}