<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap");
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

ol,
ul {
  list-style: none;
}

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

img {
  border-style: none;
}

button {
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

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

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.hide {
  display: none;
}

.sp {
  display: none !important;
}

.tab {
  display: none !important;
}

.pc {
  display: block !important;
}

.fadein {
  -webkit-transition: all 0.25s ease-out 0.25s;
  transition: all 0.25s ease-out 0.25s;
  opacity: 0;
}
.fadein.scrollin {
  opacity: 1;
}

.fadein_up {
  -webkit-transition: all 0.25s ease-out 0.25s;
  transition: all 0.25s ease-out 0.25s;
  -webkit-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  transform: translate(0, 10%);
  opacity: 0;
}
.fadein_up.scrollin {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fadein_left {
  -webkit-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}
.fadein_left.scrollin {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fadein_right {
  -webkit-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  opacity: 0;
}
.fadein_right.scrollin {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fadein_order &gt; * {
  -webkit-transition: all 0.25s ease-out 0.25s;
  transition: all 0.25s ease-out 0.25s;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}
.fadein_order &gt; *.scrollin {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.fadein_order_right &gt; * {
  -webkit-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}
.fadein_order_right &gt; *.scrollin {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fadein_order_left &gt; * {
  -webkit-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}
.fadein_order_left &gt; *.scrollin {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Osaka";
  width: 100%;
  overflow-x: hidden;
}
body.fixed {
  position: fixed;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #FFF;
  z-index: 9;
}
.l-header__logo {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.l-header__logo img {
  width: 200px;
}
.l-footer__contact {
  background-color: #1797B5;
  color: #FFF;
  text-align: center;
  padding: 80px 0 100px;
}
.l-footer__contact_ttl {
  font-size: 48px;
  font-weight: 100;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.l-footer__contact_txt {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-bottom: 52px;
}
.l-footer__contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 852px;
  margin: 0 auto;
}
.l-footer__contact_link {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 26px;
}
.l-footer__contact_link span,
.l-footer__contact_link a {
  font-size: 16px;
  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;
  width: 100%;
  height: 64px;
}
.l-footer__contact_link span i,
.l-footer__contact_link a i {
  margin-right: 0.75em;
}
.l-footer__contact_link span {
  background-color: #1797B5;
  color: #FFF;
  border: 1px solid #FFF;
}
.l-footer__contact_link a {
  background-color: #FFF;
  color: #1797B5;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.l-footer__contact_link a:hover {
  opacity: 0.5;
}
.l-footer__contact_link.tel_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__contact_link.tel_link {
  display: none;
}
.l-footer__info {
  color: #000;
  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;
  padding: 40px 52px;
  background-color: #f2f2f2;
}
.l-footer__info .co_name {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 8px;
}
.l-footer__info .co_address {
  font-size: 12px;
  font-weight: 100;
}
.l-footer__info .copyright {
  font-size: 10px;
  font-weight: 100;
}

.l-fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}
.l-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-image: url("../img/top/bg-fv.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0;
  -webkit-transition: opacity 1s ease-out 0.25s, -webkit-transform 1s ease-out 0.25s;
  transition: opacity 1s ease-out 0.25s, -webkit-transform 1s ease-out 0.25s;
  transition: transform 1s ease-out 0.25s, opacity 1s ease-out 0.25s;
  transition: transform 1s ease-out 0.25s, opacity 1s ease-out 0.25s, -webkit-transform 1s ease-out 0.25s;
  z-index: 6;
}
.page_loaded .l-fv::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.l-fv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1280px;
  padding: 60px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 7;
}
.l-fv__left .copy {
  font-size: 36px;
  color: #FFF;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
}
.l-fv__left .anniversary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-fv__left .anniversary__icon {
  -ms-flex-preferred-size: 75px;
  flex-basis: 75px;
  max-width: 75px;
}
.l-fv__left .anniversary__text {
  font-size: 14px;
  color: #FFF;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 20px;
}
.l-fv__right {
  -ms-flex-preferred-size: 424px;
  flex-basis: 424px;
  max-width: 424px;
}
.l-fv__link_item {
  margin-top: 20px;
}
.l-fv__link_item a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(202, 204, 231, 0.25);
  background-image: url(../img/common/icon-arrow_btm.svg);
  background-repeat: no-repeat;
  background-position: center right 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-fv__link_item a .pic {
  position: relative;
  display: block;
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
  max-width: 140px;
  min-width: 140px;
  height: 88px;
  overflow: hidden;
}
.l-fv__link_item a .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  vertical-align: bottom;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.l-fv__link_item a .txt {
  padding-left: 20px;
  padding-right: 32px;
}
.l-fv__link_item a:hover {
  border: 1px solid #cacce7;
}
.l-fv__link_item a:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.l-fv__scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 7;
}
.l-fv__scroll .wrap {
  position: relative;
  height: 100px;
}
.l-fv__scroll .wrap::after {
  position: absolute;
  top: 20px;
  left: 50%;
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #FFF;
  -webkit-transform: translate(-1px, 0);
  -ms-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
  -webkit-animation: pathmove 2s ease-in-out infinite;
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 32px;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 32px;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
.l-fv__scroll .txt {
  font-size: 12px;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: #FFF;
}
.l-fv__left, .l-fv__right, .l-fv__link {
  -webkit-transition: opacity 1s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s;
  transition: opacity 1s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s;
  transition: transform 1s ease-out 0.5s, opacity 1s ease-out 0.5s;
  transition: transform 1s ease-out 0.5s, opacity 1s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s;
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.page_loaded .l-fv__left, .page_loaded .l-fv__right, .page_loaded .l-fv__link {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.philosophy {
  position: relative;
}
.philosophy::before {
  position: absolute;
  top: 135px;
  left: 0;
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #e6e6e6;
  z-index: 1;
}
.philosophy__wrap {
  position: relative;
  max-width: 1080px;
  padding: 120px 0 120px 20px;
  margin: 0 auto;
  background-color: #FFF;
  z-index: 2;
}
.philosophy__ttl {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 30px;
}
.philosophy__ttl span {
  font-weight: 500;
  color: #1797B5;
}
.philosophy__copy {
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 40px;
}
.philosophy__txt {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75;
}

.about {
  background-color: #f2f2f2;
  padding: 120px 60px;
}
.about__ttl {
  font-size: 32px;
  font-weight: 300;
  border-left: 3px solid #1797B5;
  border-bottom: 1px solid #e6e6e6;
  max-width: 1080px;
  padding: 32px;
  margin: 0 auto;
}
.about__article {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 80px;
}
.about__article:nth-last-child(1) {
  margin-top: 80px;
  border-top: 1px solid #e6e6e6;
  padding-top: 80px;
}
.about__article .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about__article .subttl {
  font-size: 24px;
  font-weight: 300;
  color: #1797B5;
  padding-bottom: 46px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.about__article .pic {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-preferred-size: calc(50% - 35px);
  flex-basis: calc(50% - 35px);
  max-width: calc(50% - 35px);
  padding: 44px 32px;
  margin-left: 70px;
  border: 1px solid #e6e6e6;
  background-color: #FFF;
}
.about__article .txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  -ms-flex-preferred-size: calc(50% - 35px);
  flex-basis: calc(50% - 35px);
  max-width: calc(50% - 35px);
}

.feature {
  border-top: 80px solid #f2f2f2;
  background-color: #FFF;
  padding-top: 90px;
}
.feature__article {
  padding-bottom: 90px;
}
.feature__article__hedding {
  padding-bottom: 80px;
}
.feature__article__hedding .ttl {
  font-size: 60px;
  font-weight: 300;
  border-bottom: 1px solid #1797B5;
  padding-bottom: 24px;
}
.feature__article__hedding .ttl span {
  color: #1797B5;
  font-weight: 400;
}
.feature__article__hedding .desc {
  font-size: 20px;
  font-weight: 400;
  padding-top: 30px;
}
.feature__article__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature__article__body .txt {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  line-height: 1.75;
}
.feature__article__body .txt &gt; * {
  padding-right: 100px;
}
.feature__article__body .subttl {
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 32px;
  line-height: 1.75;
}
.feature__article__body .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}
.feature__article__body .slider {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.feature__article__body .slider__wrap {
  position: relative;
  width: 100%;
}
.feature__article__body .slider img {
  vertical-align: bottom;
}
.feature__article__body .desc__sp {
  display: none;
}
.feature__article__footer {
  background-color: #1797B5;
  color: #FFF;
  padding: 80px;
}
.feature__article__footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature__article__footer .pic {
  max-width: 174px;
  -ms-flex-preferred-size: 174px;
  flex-basis: 174px;
  min-width: 174px;
}
.feature__article__footer .name {
  max-width: 340px;
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
}
.feature__article__footer .name &gt; * {
  margin-left: 24px;
}
.feature__article__footer .position {
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 8px;
}
.feature__article__footer .jp {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 12px;
}
.feature__article__footer .en {
  font-size: 12px;
  font-weight: 400;
}
.feature__article__footer .carrer {
  font-weight: 300;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.feature__article__footer .carrer__ttl {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 16px;
  line-height: 1.75;
}
.feature__article__footer .carrer__txt {
  font-size: 12px;
  font-weight: 300;
}
.feature__article__footer .carrer ul {
  list-style-type: disc;
  font-size: 12px;
}
.feature__article__footer .carrer ul li {
  margin-left: 20px;
  margin-bottom: 4px;
}
.feature.right {
  border-left: 80px solid #f2f2f2;
}
.right .feature__article {
  padding-left: 90px;
}
.right .feature__article__hedding {
  margin-right: 90px;
}
.feature.left {
  border-right: 80px solid #f2f2f2;
}
.left .feature__article {
  padding-right: 90px;
}
.left .feature__article__hedding {
  margin-left: 90px;
}
.left .feature__article__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.left .feature__article__body .txt &gt; * {
  padding-right: 0;
  padding-left: 100px;
}

.service_link {
  border-top: 120px solid #f2f2f2;
  padding: 120px 60px 100px;
  background-image: url(../img/top/bg-service_link.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 705px auto;
}
.service_link .wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.service_link__ttl {
  font-size: 60px;
  font-weight: 300;
  padding-bottom: 40px;
}
.service_link__copy {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
}
.service_link__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  padding-bottom: 40px;
}
.service_link__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  padding-left: 38px;
  background-image: url(../img/common/icon-arrow_link.svg);
  background-repeat: no-repeat;
  background-position: center left;
  text-decoration: none;
  color: #000;
  font-weight: 300;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.service_link__link:hover {
  opacity: 0.5;
}

.service_kv {
  padding: 120px 60px 100px;
  background-image: url(../img/top/bg-service_link.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 705px auto;
}
.service_kv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 1080px;
  padding: 120px 0;
  margin: 0 auto;
  z-index: 2;
}
.service_kv .jp {
  font-size: 32px;
  font-weight: 300;
}
.service_kv .jp br {
  display: none;
}
.service_kv .en {
  font-size: 16px;
  font-weight: 300;
  padding-top: 16px;
}

.scanner {
  color: #FFF;
  padding: 140px 120px 0 120px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(104, 166, 218, 0.81) 35.94%, #3F7099 100%);
}
.scanner__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.scanner__bg {
  text-align: center;
  -webkit-transform: translate(0, -15%);
  -ms-transform: translate(0, -15%);
  transform: translate(0, -15%);
}
.scanner__ttl {
  font-size: 32px;
  font-weight: 300;
  width: 50%;
}
.scanner__text {
  font-size: 16px;
  font-weight: 300;
  width: 50%;
  line-height: 1.75;
  padding-top: 16px;
}

.merit {
  padding: 140px 120px 120px;
  background-color: #DEEDEF;
}
.merit__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.merit__ttl {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 80px;
}
.merit__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e6e6e6;
}
.merit__table &gt; * {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  max-width: 33.33%;
  border-right: 1px solid #e6e6e6;
  background-color: #FFF;
}
.merit__table &gt; *:nth-last-child(1) {
  border-right: 0;
}
.merit__table_ttl {
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  background-color: #1797B5;
  text-align: center;
  padding: 24px 0;
}
.merit__table_ttl br {
  display: none;
}
.merit__table_list {
  font-size: 13px;
  padding: 32px;
  font-weight: 300;
  list-style-type: disc;
}
.merit__table_list &gt; * {
  margin-left: 20px;
  line-height: 1.75;
  margin-bottom: 0.75em;
}
.merit__image {
  max-width: 1000px;
  margin: 120px auto 0;
}

.products {
  border-top: 80px solid #FFF;
  border-left: 80px solid #FFF;
  border-bottom: 80px solid #FFF;
  background-color: #f2f2f2;
  padding: 80px 120px 100px 50px;
}
.products__wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.products__ttl {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 16px;
  margin-bottom: 60px;
  border-bottom: 1px solid #bfbfbf;
}
.products__lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products__lineup &gt; * {
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  background-color: #FFF;
  border: 1px solid #1797B5;
  padding: 24px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.products__lineup &gt; *:first-child {
  margin-left: 0;
}
.products__lineup &gt; *:nth-last-child(1) {
  -ms-flex-preferred-size: calc(100%);
  flex-basis: calc(100%);
  max-width: calc(100%);
  margin-left: 0;
  margin-bottom: 0;
}
.products__name {
  font-size: 20px;
  font-weight: 500;
  color: #1797B5;
  padding-top: 20px;
}
.products__name:first-child {
  padding-top: 0;
}
.products__desc {
  font-size: 14px;
}
.products__desc__ttl {
  font-weight: 500;
  padding-top: 16px;
  margin-bottom: 12px;
}
.products__desc__sec {
  font-weight: 300;
}
.products__desc__sec_list {
  list-style-type: disc;
}
.products__desc__sec_list &gt; * {
  margin-left: 15px;
  margin-bottom: 4px;
}
.products__desc__sec_list &gt; *:nth-last-child(1) {
  margin-bottom: 0;
}
.products__desc__sec_list--inline {
  padding-top: 16px;
}
.products__desc__sec_list--inline &gt; * {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
}
.products__desc__sec_list--inline &gt; *::before {
  content: "・";
}
.products__desc__sec_list--inline &gt; *:nth-last-child(1) {
  margin-bottom: 0;
}

.other {
  padding: 0 120px;
}
.other__article {
  max-width: 1080px;
  margin: 0 auto 100px;
  border: 1px solid #bfbfbf;
}
.other__article--01 {
  border-top: 1px solid #bfbfbf;
  padding-top: 80px;
  margin: 80px;
}
.other__article--01 .print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.other__article--01 .print &gt; * {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.other__article--01 .print__desc .copy {
  font-weight: 500;
  margin-bottom: 16px;
}
.other__article--01 .print__desc .copy span {
  color: #1797B5;
}
.other__article--01 .print__desc .sample &gt; * {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #bfbfbf;
  padding: 12px;
  margin-bottom: 16px;
}
.other__article--01 .print__desc .sample &gt; *:nth-last-child(1) {
  margin-bottom: 0;
}
.other__article--01 .print__desc .sample &gt; * .line {
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  max-width: 60px;
}
.other__article--01 .print__desc .sample &gt; * p {
  -ms-flex-preferred-size: calc(100% - 60px);
  flex-basis: calc(100% - 60px);
  max-width: calc(100% - 60px);
}
.other__article--01 .option__notice {
  font-size: 14px;
  padding-top: 20px;
  font-weight: 300;
}
.other__article--01 .option__notice br {
  display: none;
}
.other__article--02__feature {
  margin: 80px;
}
.other__article--02__feature &gt; * {
  border-top: 1px solid #bfbfbf;
  padding: 40px 0;
}
.other__article--02__feature .ttl {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 18px;
}
.other__article--02__feature .ttl span {
  font-size: 12px;
  font-weight: 500;
  display: block;
  padding-bottom: 10px;
}
.other__article--02__feature .ttl span.note {
  display: inline-block;
  margin-left: 0.5em;
}
.other__article--02__feature .ttl b {
  color: #1797B5;
}
.other__article--02__feature .desc_list {
  font-size: 14px;
  list-style-type: disc;
}
.other__article--02__feature .desc_list &gt; * {
  margin-bottom: 4px;
  margin-left: 20px;
  line-height: 1.75;
}
.other__article--03 {
  padding: 60px 80px 80px;
}
.other__article--03 .ttl {
  font-size: 24px;
  font-weight: 500;
  color: #63B7F4;
  text-align: center;
  padding-bottom: 48px;
}
.other__article--03 .ttl br {
  display: none;
}
.other__article--03 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 40px;
}
.other__article--03 .list &gt; * {
  -ms-flex-preferred-size: calc(33.33% - 16px);
  flex-basis: calc(33.33% - 16px);
  max-width: calc(33.33% - 16px);
  margin-left: 24px;
  text-align: center;
  border: 8px solid #63B7F4;
  padding: 36px;
  border-radius: 24px;
}
.other__article--03 .list &gt; *:first-child {
  margin-left: 0;
}
.other__article--03 .txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}
.other__subttl {
  font-size: 24px;
  font-weight: 300;
  color: #1797B5;
  padding-top: 80px;
  margin: 0 80px;
}
.other__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  padding-top: 24px;
  margin: 0 80px;
}

.flow {
  padding: 80px 100px 100px 100px;
  background-color: #f2f2f2;
}
.flow__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.flow__ttl {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 80px;
}
.flow__list &gt; * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d9d9d9;
  padding: 40px;
  background-color: #FFF;
  margin-bottom: 90px;
}
.flow__list &gt; *::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 90px;
  background-image: url(../img/service/img-flow_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.flow__list &gt; *:nth-last-child(1) {
  margin-bottom: 0;
}
.flow__list &gt; *:nth-last-child(1)::after {
  display: none;
}
.flow__num {
  font-size: 20px;
  font-family: "Times New Roman";
  color: #1797B5;
  margin-right: 0.5em;
}
.flow__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

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

.accordion {
  border: 1px solid #f2f2f2;
}
.accordion_toggle {
  border-bottom: 1px solid #f2f2f2;
}
.accordion_contain {
  overflow: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.close .accordion_contain {
  height: 0;
}

.gnavi {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.gnavi-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gnavi-menu_item span,
.gnavi-menu_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  padding: 0 28px;
  text-decoration: none;
  font-weight: 300;
}
.gnavi-menu_item span i,
.gnavi-menu_item a i {
  margin-right: 0.5em;
}
.gnavi-menu_item span {
  color: #1797B5;
}
.gnavi-menu_item a {
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gnavi-menu_item a:hover {
  color: #1797B5;
}
.gnavi-menu_item--green {
  padding-left: 12px;
}
.gnavi-menu_item--green a {
  color: #FFF;
  background-color: #1797B5;
}
.gnavi-menu_item--green a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.menu-trigger {
  display: none;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 17;
}
.menu-trigger &gt; * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.menu-trigger &gt; * span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 6px;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #404040;
  vertical-align: bottom;
}
.menu-trigger &gt; * span:nth-of-type(1) {
  top: 8px;
}
.menu-trigger &gt; * span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-trigger &gt; * span:nth-of-type(3) {
  bottom: 8px;
}
.min .menu-trigger &gt; * span {
  background-color: #0E3B5E;
}
.open .min .menu-trigger &gt; * span {
  background-color: #000;
}
.menu-trigger i {
  font-size: 24px;
  color: #808080;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.menu-trigger.active &gt; * span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active &gt; * span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active &gt; * span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.menu-trigger.active--back &gt; * b.name--menu {
  opacity: 0;
}
.menu-trigger.active--back &gt; * b.name--close {
  opacity: 0;
}
.menu-trigger.active--back &gt; * b.name--back {
  opacity: 1;
}
.menu-trigger.active--back &gt; * span {
  width: 14px;
}
.menu-trigger.active--back &gt; * span:nth-of-type(1) {
  -webkit-transform: translateX(6px) translateY(9px) rotate(-45deg);
  -ms-transform: translateX(6px) translateY(9px) rotate(-45deg);
  transform: translateX(6px) translateY(9px) rotate(-45deg);
}
.menu-trigger.active--back &gt; * span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active--back &gt; * span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) translateX(6px) rotate(45deg);
  -ms-transform: translateY(-6px) translateX(6px) rotate(45deg);
  transform: translateY(-6px) translateX(6px) rotate(45deg);
}
.menu-trigger:hover i {
  opacity: 0.5;
}

/*click後のスタイル*/
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.modal {
  display: inline-block;
  position: relative;
  max-width: 80%;
  margin: 80px auto;
}
.modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  margin: auto auto auto auto;
  z-index: 10;
  overflow-y: scroll;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.modal-wrap.open {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-figure {
  padding: 40px 0;
}
.modal-figure img {
  width: 123px;
}
.modal-title {
  font-size: 24px;
  padding-bottom: 24px;
}
.modal-title.left {
  text-align: left;
}
.modal-btn {
  font-size: 14px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  color: #808080;
  font-weight: 500;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  cursor: pointer;
  z-index: 12;
}
.modal-btn i {
  font-size: 24px;
}
.modal-btn:hover {
  opacity: 0.5 !important;
}
.modal-container {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  width: 100%;
  min-width: 486px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.modal-container &gt; * {
  display: block;
  position: relative;
  z-index: 11;
}
.modal-container &gt; * .inner {
  background-color: #FFF;
  border-radius: 4px;
  padding: 48px;
}
.modal-container .btn_list {
  padding-top: 24px;
}
.modal-container .btn_list &gt; * {
  width: 100%;
}
.open .modal-container {
  visibility: visible;
  opacity: 1;
}
.modal-form &gt; * {
  margin-bottom: 0.5em;
}
.modal-form &gt; *:nth-child(2n) {
  margin-bottom: 1.5em;
}
.modal-form &gt; *:last-child {
  margin-bottom: 0;
}
.modal-form &gt; * &gt; * {
  margin-bottom: 0.5em;
}
.modal-form &gt; * &gt; *:last-child {
  margin-bottom: 0;
}
.modal-content {
  display: none;
}

/* 
&lt;div class="object"&gt;&lt;span&gt;OBJECT&lt;/span&gt;&lt;/div&gt;

&lt;div class="wrapper wrapper_left"&gt;
  &lt;div class="object"&gt;&lt;span&gt;OBJECT&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
*/
.object {
  font-size: 20px;
  font-weight: bold;
  color: #0966a0;
  padding: 16px;
  margin: 16px;
  background-color: #e1ee8b;
}
.object &gt; * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 160px;
  background-color: #9cf5ff;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper_left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wrapper_left &gt; * {
  max-width: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
}
.wrapper_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrapper_center &gt; * {
  max-width: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
}
.wrapper_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wrapper_right &gt; * {
  max-width: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
}
.wrapper_half {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrapper_half &gt; * {
  max-width: calc(50% - 32px);
  -ms-flex-preferred-size: calc(50% - 32px);
  flex-basis: calc(50% - 32px);
}
.wrapper_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrapper_list &gt; * {
  max-width: calc(25% - 32px);
  -ms-flex-preferred-size: calc(25% - 32px);
  flex-basis: calc(25% - 32px);
}
.wrapper_fix_flex &gt; * {
  max-width: calc(100% - 300px);
  -ms-flex-preferred-size: calc(100% - 300px);
  flex-basis: calc(100% - 300px);
}
.wrapper_fix_flex &gt; *:nth-child(1), .wrapper_fix_flex &gt; *:nth-last-child(1) {
  max-width: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
}
.overlay.is_show {
  visibility: visible;
  -webkit-animation: show_ol 0.5s linear 0s forwards;
  animation: show_ol 0.5s linear 0s forwards;
}

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

@keyframes show_ol {
  100% {
    opacity: 1;
  }
}
.swiper-oneview {
  width: 100%;
  height: 100%;
}
.swiper-oneview .swiper-slide {
  display: block;
  width: 100%;
  min-height: 100%;
}

.swiper-container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
}
.swiper-container .fig {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 85%;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.swiper-pagination-bullet-active {
  background-color: #1797B5;
}

.spy {
  position: relative;
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 56px;
}
.spy_obj {
  font-size: 13px;
  position: fixed;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 56px;
  color: #FFF;
  text-decoration: none;
  background-color: #1797B5;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 2;
}
.spy_obj i {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
.spy_obj.spy_hide {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.spy_obj.store {
  position: relative;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
  .sp_hide {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .philosophy {
    padding: 65px 32px 65px 32px;
  }
  .philosophy::before {
    top: 78px;
  }
  .philosophy__wrap {
    position: relative;
    padding: 0 0 0 12px;
  }
  .philosophy__ttl {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .philosophy__copy {
    font-size: 24px;
    padding-bottom: 24px;
  }
  .philosophy__txt {
    font-size: 13px;
  }
  .about {
    padding: 40px 25px;
  }
  .about__ttl {
    font-size: 24px;
    padding: 16px;
  }
  .about__article {
    padding-top: 25px;
  }
  .about__article:nth-last-child(1) {
    margin-top: 40px;
    padding-top: 40px;
  }
  .about__article .wrap {
    display: block;
  }
  .about__article .subttl {
    font-size: 18px;
    padding-bottom: 24px;
    padding-right: 0;
  }
  .about__article .pic {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 20px 16px;
    margin-bottom: 24px;
    margin-left: 0;
  }
  .about__article .txt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 13px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .service_link {
    border-top: 40px solid #f2f2f2;
    padding: 40px 25px 60%;
  }
  .service_link__ttl {
    font-size: 30px;
    padding-bottom: 28px;
  }
  .service_link__copy {
    font-size: 16px;
    padding-bottom: 16px;
  }
  .service_link__txt {
    font-size: 12px;
    line-height: 1.75;
    padding-bottom: 20px;
  }
  .service_link__link {
    font-size: 13px;
    height: 20px;
    padding-left: 28px;
    background-image: url(../img/common/icon-arrow_link.svg);
    background-size: 20px auto;
  }
  .service_kv {
    padding: 40px 25px 50%;
  }
  .scanner {
    padding: 40px 25px 65px !important;
  }
  .scanner__ttl {
    font-size: 28px;
  }
  .scanner__text {
    font-size: 13px;
  }
  .modal {
    max-width: 100%;
    width: calc(100% - 24px);
    margin: 80px 12px;
  }
  .modal-container {
    min-width: auto;
  }
  .modal-container &gt; * .inner {
    padding: 32px;
  }
  .object {
    color: #e1ee8b;
    background-color: #0966a0;
  }
  .spy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .sp {
    display: block !important;
  }
  .sp_hide {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_hide {
    display: none !important;
  }
  .l-footer__contact {
    padding: 46px 0 40px;
  }
  .l-footer__contact_ttl {
    font-size: 32px;
    margin-bottom: 20px;
    padding: 0 26px;
  }
  .l-footer__contact_txt {
    font-size: 14px;
    padding: 0 26px 0;
  }
  .l-footer__contact_list {
    display: block;
    margin: 0 auto;
  }
  .l-footer__contact_link {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 26px;
    margin-top: 26px;
  }
  .l-footer__contact_link span,
.l-footer__contact_link a {
    font-size: 16px;
    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;
    width: 100%;
    height: 50px;
  }
  .l-footer__contact_link span i,
.l-footer__contact_link a i {
    margin-right: 0.75em;
  }
  .l-footer__contact_link span {
    background-color: #1797B5;
    color: #FFF;
    border: 1px solid #FFF;
  }
  .l-footer__contact_link a {
    background-color: #FFF;
    color: #1797B5;
    text-decoration: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .l-footer__contact_link a:hover {
    opacity: 0.5;
  }
  .l-footer__contact_link.tel_label {
    display: none;
  }
  .l-footer__contact_link.tel_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footer__info {
    width: 100%;
    text-align: center;
    padding-top: 24px;
    display: block;
    padding: 24px 0 0;
  }
  .l-footer__info .co_name {
    font-size: 10px;
    padding-bottom: 8px;
  }
  .l-footer__info .co_address {
    font-size: 10px;
    padding-bottom: 8px;
  }
  .l-footer__info .copyright {
    font-size: 10px;
    padding: 20px 0;
  }
  .l-fv {
    height: calc(var(--vh, 1vh) * 100);
    min-height: auto;
  }
  .l-fv::before {
    height: calc(var(--vh, 1vh) * 100);
    min-height: auto;
    background-size: auto 100%;
    background-position: top 0% right 10%;
  }
  .l-fv__wrapper {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    max-width: auto;
    max-width: inherit;
    padding: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .l-fv__left {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 16px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .l-fv__left .copy {
    font-size: 20px;
    padding-bottom: 28px;
    letter-spacing: normal;
  }
  .l-fv__left .anniversary {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l-fv__left .anniversary__icon {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    max-width: 40px;
  }
  .l-fv__left .anniversary__text {
    font-size: 11px;
    letter-spacing: 0.05em;
    padding-left: 12px;
    word-break: break-all;
  }
  .l-fv__left .anniversary__text br {
    display: none;
  }
  .l-fv__right {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .l-fv__link_item {
    margin-top: 1px;
  }
  .l-fv__link_item a {
    font-size: 13px;
    background-color: #1A212E;
    border: 1px solid #1A212E;
  }
  .l-fv__link_item a .pic {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    max-width: 120px;
    min-width: 120px;
    height: 75px;
  }
  .l-fv__link_item a .txt {
    padding-left: 12px;
    padding-right: 32px;
  }
  .l-fv__link_item a:hover {
    border: 1px solid #cacce7;
  }
  .l-fv__link_item a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
  .l-fv__scroll {
    display: none;
  }
  .l-fv__left, .l-fv__right {
    opacity: 0;
  }
  .l-fv__right {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
  .l-fv__left {
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  .page_loaded .l-fv__left, .page_loaded .l-fv__right {
    opacity: 1;
  }
  .page_loaded .l-fv__left {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page_loaded .l-fv__right {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .feature {
    border-top: 30px solid #f2f2f2;
    padding-top: 35px;
  }
  .feature__article {
    padding-bottom: 40px;
  }
  .feature__article__hedding {
    padding-bottom: 32px;
  }
  .feature__article__hedding .ttl {
    font-size: 30px;
    padding-bottom: 12px;
  }
  .feature__article__hedding .desc {
    font-size: 10px;
    padding-top: 12px;
  }
  .feature__article__body {
    display: block;
  }
  .feature__article__body .txt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .feature__article__body .txt &gt; * {
    padding-right: 0;
  }
  .feature__article__body .subttl {
    font-size: 20px;
    padding-bottom: 32px;
    line-height: 1.75;
  }
  .feature__article__body .desc {
    display: none;
  }
  .feature__article__body .slider {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .feature__article__body .slider img {
    vertical-align: bottom;
  }
  .feature__article__body .desc__sp {
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.75;
    padding-top: 20px;
  }
  .feature__article__footer {
    padding: 25px;
  }
  .feature__article__footer .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature__article__footer .pic {
    max-width: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    min-width: 120px;
  }
  .feature__article__footer .name {
    max-width: calc(100% - 120px);
    -ms-flex-preferred-size: calc(100% - 120px);
    flex-basis: calc(100% - 120px);
  }
  .feature__article__footer .name &gt; * {
    margin-left: 24px;
  }
  .feature__article__footer .position {
    font-size: 11px;
    padding-bottom: 4px;
  }
  .feature__article__footer .jp {
    font-size: 20px;
    padding-bottom: 6px;
  }
  .feature__article__footer .en {
    font-size: 11px;
  }
  .feature__article__footer .carrer {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: 20px;
  }
  .feature__article__footer .carrer__ttl {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .feature__article__footer .carrer__txt {
    font-size: 12px;
  }
  .feature__article__footer .carrer ul {
    list-style-type: disc;
    font-size: 12px;
  }
  .feature__article__footer .carrer ul li {
    margin-left: 20px;
    margin-bottom: 4px;
  }
  .feature.right {
    border-left: 25px solid #f2f2f2;
  }
  .right .feature__article {
    padding-left: 25px;
  }
  .right .feature__article__hedding {
    margin-right: 25px;
  }
  .right .feature__article__body .desc__sp {
    padding-right: 25px;
  }
  .feature.left {
    border-right: 25px solid #f2f2f2;
  }
  .left .feature__article {
    padding-right: 25px;
  }
  .left .feature__article__hedding {
    margin-left: 25px;
  }
  .left .feature__article__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .left .feature__article__body .txt &gt; * {
    padding-right: 0;
    padding-left: 25px;
  }
  .left .feature__article__body .desc__sp {
    padding-left: 25px;
  }
  .service_link {
    padding-bottom: 60%;
    background-size: 90% auto;
  }
  .service_kv {
    padding-bottom: 50%;
    background-size: 90% auto;
  }
  .service_kv .jp {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 28px;
    text-align: center;
    padding-top: 16px;
  }
  .service_kv .jp br {
    display: inline-block;
  }
  .service_kv .en {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 16px;
    text-align: center;
    padding-top: 0;
  }
  .scanner {
    padding: 80px 80px 100px;
  }
  .scanner__bg {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .scanner__ttl {
    text-align: center;
    width: 100%;
  }
  .scanner__text {
    width: 100%;
    padding-bottom: 32px;
  }
  .merit {
    padding: 28px 0 40px;
  }
  .merit__wrap {
    margin: 0 25px;
  }
  .merit__ttl {
    font-size: 20px;
    padding-bottom: 28px;
  }
  .merit__table {
    display: block;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .merit__table &gt; * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .merit__table &gt; *:nth-last-child(1) {
    border-bottom: 0;
  }
  .merit__table_ttl {
    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;
    font-size: 14px;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    max-width: 140px;
  }
  .merit__table_ttl br {
    display: inline-block;
  }
  .merit__table_list {
    -ms-flex-preferred-size: calc(100% - 140px);
    flex-basis: calc(100% - 140px);
    max-width: calc(100% - 140px);
    padding: 20px;
  }
  .merit__table_list &gt; * {
    margin-left: 20px;
    margin-bottom: 0.25em;
  }
  .merit__image {
    margin: 32px auto 0;
  }
  .products {
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    padding: 32px 25px;
  }
  .products__ttl {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
  .products__lineup {
    display: block;
  }
  .products__lineup &gt; * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .products__lineup &gt; *:first-child {
    margin-left: 0;
  }
  .products__lineup &gt; *:nth-last-child(1) {
    margin-bottom: 0;
  }
  .products__name {
    font-size: 16px;
    padding-top: 16px;
  }
  .products__desc__sec_list--inline {
    padding-top: 16px;
    list-style-type: disc;
  }
  .products__desc__sec_list--inline &gt; * {
    display: list-item;
    margin-left: 15px;
    margin-bottom: 4px;
    list-style-type: disc;
  }
  .products__desc__sec_list--inline &gt; *::before {
    content: none;
  }
  .products__desc__sec_list--inline &gt; *:nth-last-child(1) {
    margin-bottom: 0;
  }
  .other {
    padding: 32px 25px;
  }
  .other__article {
    margin: 0 auto 32px;
  }
  .other__article:nth-last-child(1) {
    margin-bottom: 0;
  }
  .other__article--01 {
    padding-top: 24px;
    margin: 24px;
  }
  .other__article--01 .print {
    display: block;
    margin-bottom: 32px;
  }
  .other__article--01 .print &gt; * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .other__article--01 .print__desc {
    padding-top: 12px;
  }
  .other__article--01 .print__desc .copy {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .other__article--01 .print__desc .sample &gt; * {
    font-size: 11px;
    padding: 8px;
    margin-bottom: 8px;
  }
  .other__article--01 .print__desc .sample &gt; * .line {
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    max-width: 50px;
  }
  .other__article--01 .print__desc .sample &gt; * p {
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
  .other__article--01 .option__notice {
    font-size: 10px;
    padding-top: 32px;
  }
  .other__article--01 .option__notice br {
    display: inline-block;
  }
  .other__article--02__feature {
    margin: 16px;
  }
  .other__article--02__feature &gt; * {
    padding: 20px 0;
  }
  .other__article--02__feature &gt; *:nth-last-child(1) {
    padding: 20px 0 0;
  }
  .other__article--02__feature .ttl {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .other__article--02__feature .ttl span {
    font-size: 11px;
    padding-bottom: 8px;
  }
  .other__article--02__feature .desc {
    font-size: 14px;
  }
  .other__article--02__feature .desc_list {
    font-size: 12px;
  }
  .other__article--02__feature .desc_list &gt; * {
    margin-bottom: 4px;
    margin-left: 20px;
  }
  .other__article--03 {
    padding: 20px 16px 16px;
  }
  .other__article--03 .ttl {
    font-size: 16px;
    padding-bottom: 28px;
    line-height: 2;
  }
  .other__article--03 .ttl br {
    display: inline-block;
  }
  .other__article--03 .list {
    display: block;
    padding-bottom: 0;
  }
  .other__article--03 .list &gt; * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
    border: 4px solid #63B7F4;
    padding: 14px;
  }
  .other__article--03 .txt {
    font-size: 14px;
  }
  .other__subttl {
    font-size: 18px;
    padding-top: 28px;
    margin: 0 16px;
  }
  .other__lead {
    font-size: 14px;
    line-height: 1.75;
    padding-top: 24px;
    margin: 0 16px;
  }
  .flow {
    padding: 40px 25px;
  }
  .flow__ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .flow__list &gt; * {
    padding: 24px;
  }
  .gnavi {
    position: fixed;
    top: 80px;
    right: 0;
    width: 100%;
    height: calc(100vh - 80px);
    z-index: 16;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .gnavi-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .gnavi-menu_item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
  }
  .gnavi-menu_item span,
.gnavi-menu_item a {
    font-size: 14px;
    height: 64px;
    padding: 0 28px;
  }
  .gnavi-menu_item span {
    color: #FFF;
    background-color: #1797B5;
  }
  .gnavi-menu_item a {
    color: #000;
    background-color: #FFF;
  }
  .gnavi-menu_item a:hover {
    color: #1797B5;
  }
  .gnavi-menu_item--green {
    display: none;
  }
  .gnavi ul {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  .gnavi.open {
    opacity: 1;
    visibility: visible;
  }
  .menu-trigger {
    display: block;
  }
}
@media screen and (max-width: 1440px) {
  .pc {
    display: block !important;
  }
  .pc_hide {
    display: none !important;
  }
}</pre></body></html>