@charset "UTF-8";
/**
 * ViewPort Mixin and setting rem to pixel.
 */
/** ここでデザインファイルのサイズを入力 */
/**
 * mixin
 */
/**
 * pxをvwで返す関数
 */
/** デスクトップ上でpxをvwを返す */
/** モバイル上でpxをvwを返す */
/** largeDisplay（1536px以上）でウィンドウサイズサイズに追従するための関数 */
/**
 * Colors
 */
/**
 * Fonts
 */
@font-face {
  font-family: PPFragment;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PPFragment-GlareLight.woff2") format("woff2"), url("../fonts/PPFragment-GlareLight.woff") format("woff");
}
/* prettier-ignore */
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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

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-spacing: 0;
  border-collapse: collapse;
}

select,
video {
  outline: 0;
}

* {
  box-sizing: border-box;
  outline: 0;
}

input[type=submit],
input[type=button], button {
  box-sizing: content-box;
  box-sizing: border-box;
  appearance: button;
  border: none;
  border-radius: 0;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration, button::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus, button:focus {
  outline-offset: -2px;
}

/**
 * Common Settings
 */
/** noie */
.noie {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #fff;
  text-align: left;
  background-color: #000;
}
.noie .heading6 {
  margin-bottom: 40rem;
  font-size: 29rem;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .noie .heading6 {
    margin-bottom: 30rem;
    font-size: 23rem;
  }
}
.noie .explain {
  font-size: 16rem;
  font-weight: 500;
  line-height: 2.02;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .noie .explain {
    font-size: 13rem;
    font-weight: 400;
    line-height: 220%;
  }
}
.noie .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .noie .text {
    width: 80%;
    max-width: 400rem;
  }
}

/**
 * Basic
 */
html {
  font-size: 0.078125vw;
}
@media (min-width: 1536px) {
  html {
    font-size: 0.078125vw;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.078125vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.104px;
  }
}
@media (max-width: 414px) {
  html {
    font-size: 0.2564102564vw;
  }
}

body {
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #222;
  text-align: center;
  opacity: 1;
  transition: 1s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  body {
    text-size-adjust: 100%;
  }
}
body.modal-open {
  overflow: hidden;
}

.wf-active body,
.loading-delay body {
  opacity: 1;
}

::selection {
  color: #222;
  background: #e9e8e8;
}

* {
  min-width: 0;
  min-height: 0;
}

a {
  color: #222;
  text-decoration: none;
}

img,
svg {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

.md {
  display: none !important;
}
@media (max-width: 768px) {
  .md {
    display: block !important;
  }
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.reg {
  line-height: 0;
  vertical-align: -0.4em;
}

.body_inner {
  position: relative;
  overflow: clip;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.footer {
  background: #ececec;
  padding: 100rem 0;
  margin-top: 100rem;
}
.footer .logo {
  width: 226rem;
  margin: 0 auto;
  display: block;
}
.footer__links1 {
  display: flex;
  justify-content: center;
  gap: 35rem;
  margin-top: 45rem;
}
.footer__links1 a {
  font-size: 15rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .footer__links1 {
    flex-wrap: wrap;
    gap: 20rem 30rem;
    padding: 0 30rem;
  }
}
.footer__links2 {
  display: flex;
  justify-content: center;
  gap: 30rem;
  margin-top: 30rem;
}
.footer__links2 a {
  font-size: 13rem;
  font-weight: 500;
  color: #575757;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .footer__links2 {
    gap: 20rem;
  }
}
.footer__copyright {
  margin-top: 40rem;
  font-size: 12rem;
  color: #0f8446;
  font-weight: 500;
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  letter-spacing: 0.04em;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
.menu__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280rem;
  padding: 20rem 40rem;
  margin: 0 auto;
  background-color: #fff;
}
@media (max-width: 768px) {
  .menu__inner {
    padding: 10rem 20rem;
  }
}
.menu__logo {
  display: block;
  flex-shrink: 0;
  width: 227rem;
}
@media (max-width: 768px) {
  .menu__logo {
    width: 175rem;
  }
}
.menu__actions {
  display: flex;
  gap: 40rem;
  align-items: center;
}
@media (max-width: 768px) {
  .menu__actions {
    gap: 12rem;
  }
}
.menu__list {
  display: flex;
  gap: 30rem;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .menu__list {
    display: none;
  }
}
.menu__item {
  position: relative;
}
.menu__item--has-dropdown:hover .menu__dropdown, .menu__item--has-dropdown:focus-within .menu__dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.menu__item--has-dropdown:hover .menu__link, .menu__item--has-dropdown:focus-within .menu__link {
  color: #0f8446;
}
.menu__link {
  display: block;
  font-size: 14rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.menu__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  box-sizing: border-box;
  width: 273rem;
  height: 112rem;
  padding: 15rem;
  margin: 0;
  visibility: hidden;
  background-color: #19a058;
  border-radius: 10rem;
  opacity: 0;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  pointer-events: none;
  transform: translateX(-50%);
}
.menu__dropdown::before {
  position: absolute;
  top: -12rem;
  right: 0;
  left: 0;
  height: 12rem;
  content: "";
}
.menu__dropdown-title {
  margin: 0 0 6rem;
  font-size: 13rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fdffff;
}
.menu__dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu__dropdown-link {
  display: block;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.menu__dropdown-link svg {
  display: block;
  width: 100%;
  height: auto;
}
.menu__dropdown-link:hover, .menu__dropdown-link:focus-visible {
  opacity: 0.88;
}
.menu__login {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 95rem;
  height: 38rem;
  font-size: 14rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background-color: #0f8446;
  border-radius: 8rem;
}
@media (max-width: 768px) {
  .menu__login {
    width: 84rem;
    height: 34rem;
    font-size: 13rem;
  }
}
.menu__hamburger {
  display: none;
  flex-shrink: 0;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  justify-content: center;
  width: 34rem;
  height: 34rem;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
@media (max-width: 768px) {
  .menu__hamburger {
    display: flex;
  }
}
.menu__hamburger-line {
  display: block;
  width: 20rem;
  height: 2rem;
  background-color: #222;
  border-radius: 1rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.menu.is-open .menu__hamburger-line:nth-child(1) {
  transform: translateY(7rem) rotate(45deg);
}
.menu.is-open .menu__hamburger-line:nth-child(2) {
  opacity: 0;
}
.menu.is-open .menu__hamburger-line:nth-child(3) {
  transform: translateY(-7rem) rotate(-45deg);
}
.menu.is-open .menu__panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.menu__panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 16rem 32rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}
@media (min-width: 769px) {
  .menu__panel {
    display: none;
  }
}
.menu__panel-nav {
  display: flex;
  flex-direction: column;
  gap: 24rem;
  max-width: 1280rem;
  padding: 24rem 20rem 32rem;
  margin: 0 auto;
}
.menu__panel-section {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.menu__panel-title {
  margin: 0;
  font-size: 13rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0f8446;
}
.menu__panel-products {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  padding: 12rem;
  margin: 0;
  list-style: none;
  background-color: #19a058;
  border-radius: 10rem;
}
.menu__panel-product {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.menu__panel-product svg {
  display: block;
  width: 100%;
  height: auto;
}
.menu__panel-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu__panel-link {
  display: block;
  padding: 4rem 0;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  text-decoration: none;
}

body.is-menu-open {
  overflow: hidden;
}

.firstview {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1150rem;
  margin: 110rem auto 0;
}
@media (max-width: 768px) {
  .firstview {
    flex-direction: column-reverse;
    gap: 20rem;
  }
}
.firstview .firstview-text-wrap {
  max-width: 530rem;
}
@media (max-width: 768px) {
  .firstview .firstview-text-wrap {
    width: 100%;
  }
}
.firstview .firstview-h1 {
  max-width: 457rem;
  margin: 0 auto 40rem 0;
}
@media (max-width: 768px) {
  .firstview .firstview-h1 {
    width: 90%;
    margin: 0 auto;
  }
}
.firstview .firstview-text {
  display: block;
  font-size: 15rem;
  line-height: 210%;
  text-align: left;
}
@media (max-width: 768px) {
  .firstview .firstview-text {
    font-size: 13rem;
    margin: 10rem auto 0;
    width: 90%;
  }
}
.firstview .firstview-buttons {
  display: flex;
  gap: 20rem;
  margin: 40rem auto 0;
}
@media (max-width: 768px) {
  .firstview .firstview-buttons {
    gap: 10rem;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 20rem;
  }
}
.firstview .firstview-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 219rem;
  height: 52rem;
  font-size: 17rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background-color: #0f8446;
  border-radius: 8rem;
}
@media (max-width: 768px) {
  .firstview .firstview-button {
    flex: 1;
  }
}
.firstview .firstview-image {
  max-width: 640rem;
}

.about {
  padding: 65rem 0;
  margin: 100rem auto;
  background: #a3e0c0;
}
@media (max-width: 768px) {
  .about {
    padding: 40rem 0;
    margin: 50rem auto;
  }
}
.about .heading1 {
  max-width: 370rem;
  margin: 0 auto 40rem;
}
@media (max-width: 768px) {
  .about .heading1 {
    width: 90%;
    margin: 0 auto;
  }
}
.about .text {
  margin: 40rem auto;
  font-size: 16rem;
  line-height: 210%;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .about .text {
    width: 90%;
    margin: 20rem auto;
    font-size: 14rem;
    text-align: left;
  }
}
.about .about-links {
  display: flex;
  gap: 20rem;
  justify-content: center;
  margin: 40rem auto 0;
}
@media (max-width: 768px) {
  .about .about-links {
    flex-wrap: wrap;
    width: 90%;
  }
}
.about .about-link {
  position: relative;
  width: 204rem;
  background: #fff;
  padding: 32rem 22rem 22rem;
  border-radius: 12rem;
  border-width: 6px;
  border-style: solid;
}
.about .about-link--pub {
  border-color: #0097d5;
}
.about .about-link--pub .en {
  color: #0097d5;
}
.about .about-link--local {
  border-color: #00789c;
}
.about .about-link--local .en {
  color: #00789c;
}
.about .about-link--cloud {
  border-color: #2a5fb4;
}
.about .about-link--cloud .en {
  color: #2a5fb4;
}
.about .about-link--hub {
  border-color: #107b42;
}
.about .about-link--hub .en {
  color: #107b42;
}
.about .about-link .en {
  font-size: 38rem;
  font-weight: 500;
  display: block;
}
.about .about-link .ja {
  font-size: 18rem;
  font-weight: 500;
  display: block;
  margin: 20rem auto 15rem;
}
.about .about-link .soon {
  color: #fff;
  font-size: 14rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #cad2ce;
  width: 134rem;
  height: 30rem;
}
.about .about-link .description {
  font-size: 13.5rem;
  line-height: 145%;
}
.about .about-link .about-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34rem;
  font-weight: 500;
  color: #fff;
  font-size: 14rem;
  background: #0f8446;
  border-radius: 100px;
  margin-top: 16rem;
}
@media (max-width: 768px) {
  .about .about-link {
    flex: calc(50% - 10rem);
  }
}
.about .about-link--soon {
  pointer-events: none;
}

.family .heading2 {
  margin: 0 auto 40rem;
}
.family .heading2 .en {
  display: block;
  margin: 0 auto 20rem;
  font-size: 65rem;
  font-weight: 700;
  color: #0f8446;
}
.family .heading2 .ja {
  font-size: 17rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.01em;
}
.family .text {
  margin: 40rem auto;
  font-size: 16rem;
  line-height: 210%;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .family .text {
    width: 90%;
    font-size: 13rem;
    text-align: left;
  }
}
.family .family-image {
  max-width: 832rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .family .family-image {
    width: 90%;
  }
}

.solution {
  margin: 100rem auto;
}
.solution .heading2 {
  margin: 0 auto -20rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  font-size: 113rem;
  font-weight: 700;
  color: #79c69d;
  text-align: center;
}
@media (max-width: 768px) {
  .solution .heading2 {
    font-size: 70rem;
    margin-bottom: -15rem;
  }
}
.solution .solution-content {
  max-width: 1070rem;
  padding: 75rem 120rem;
  margin: 0 auto;
  background: #fff;
  border: 13px solid #79c69d;
  border-radius: 143rem;
}
@media (max-width: 768px) {
  .solution .solution-content {
    width: 90%;
    padding: 30rem 20rem;
    border-radius: 40rem;
  }
}
.solution .heading3 {
  display: block;
  font-size: 35rem;
  font-weight: 700;
}
.solution .heading3 .small {
  font-size: 27rem;
}
.solution .text {
  display: block;
  margin: 20rem auto 40rem;
  font-size: 16rem;
  font-weight: 500;
  line-height: 150%;
}
.solution .solution-wrap {
  display: flex;
  gap: 40rem;
  justify-content: center;
  margin: 40rem auto;
}
@media (max-width: 768px) {
  .solution .solution-wrap {
    flex-direction: column;
    gap: 20rem;
    width: 90%;
  }
}
.solution .solution-item {
  max-width: 250rem;
}
.solution .solution-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 830rem;
  height: 66rem;
  font-size: 17rem;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  border: 6px solid #107b42;
  border-radius: 12rem;
}
@media (max-width: 768px) {
  .solution .solution-button {
    width: 100%;
    height: 50rem;
    font-size: 12rem;
  }
}
.solution .solution-button .arrow {
  position: absolute;
  top: 50%;
  right: 20rem;
  display: flex;
  width: 36rem;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .solution .solution-button .arrow {
    width: 20rem;
    right: 10rem;
  }
}

.reason {
  padding: 100rem 0;
  margin: 100rem auto;
  background: #cdf1d3;
}
@media (max-width: 768px) {
  .reason {
    padding: 50rem 0;
    margin: 50rem auto;
  }
}
.reason .heading2 {
  max-width: 502rem;
  margin: 0 auto 40rem;
}
@media (max-width: 768px) {
  .reason .heading2 {
    width: 90%;
  }
}
.reason .reason-text {
  margin: 40rem auto;
  font-size: 16rem;
  line-height: 210%;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .reason .reason-text {
    width: 90%;
    font-size: 14rem;
    text-align: left;
  }
}
.reason .reason-content {
  display: flex;
  gap: 40rem;
  justify-content: center;
  margin: 70rem auto 0;
}
@media (max-width: 768px) {
  .reason .reason-content {
    flex-direction: column;
    gap: 60rem 20rem;
    width: 90%;
    align-items: center;
    justify-content: center;
  }
}
.reason .reason-item {
  position: relative;
  width: 225rem;
  padding: 50rem 15rem 25rem;
  background: #fff;
  border: 6px solid #107b42;
  border-radius: 12rem;
}
.reason .reason-item .text {
  display: block;
  margin-top: 15rem;
  font-size: 14rem;
  line-height: 168%;
  text-align: left;
}
.reason .reason-item .heading3 {
  font-size: 18rem;
  font-weight: 500;
  -webkit-text-stroke: 0.15px #222;
  line-height: 144%;
  text-align: left;
}
.reason .number {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70rem;
  height: 70rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  font-size: 34rem;
  font-weight: 700;
  color: #fff;
  background: #107b42;
  border-radius: 100px;
  transform: translate(-50%, -50%);
}

.pub {
  max-width: 908rem;
  margin: 100rem auto;
}
@media (max-width: 768px) {
  .pub {
    margin: 50rem auto;
  }
}
.pub .pub-text {
  margin: 20rem auto;
  font-size: 16rem;
  line-height: 210%;
  text-align: left;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .pub .pub-text {
    width: 90%;
    font-size: 14rem;
    text-align: left;
  }
}
.pub .pub-content {
  display: flex;
  gap: 30rem;
  justify-content: center;
  margin: 35rem auto;
}
@media (max-width: 768px) {
  .pub .pub-content {
    flex-direction: column;
    gap: 20rem;
    width: 90%;
    align-items: center;
    justify-content: center;
  }
}
.pub .pub-item {
  position: relative;
  width: 210rem;
  padding: 30rem 20rem;
  background: #e4f5fb;
  border-radius: 12rem;
}
.pub .pub-item .text {
  display: block;
  margin-top: 15rem;
  font-size: 14rem;
  line-height: 168%;
  text-align: left;
}
.pub .pub-item .heading3 {
  font-size: 18rem;
  font-weight: 500;
  -webkit-text-stroke: 0.15px #222;
  line-height: 144%;
  text-align: left;
}
.pub .heading2 {
  font-size: 31rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .pub .heading2 {
    font-size: 27rem;
    max-width: 90%;
    margin: 0 auto;
  }
}
.pub .heading2 .small {
  font-size: 27rem;
}
.pub .heading2 .heading2-en {
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  font-weight: 500;
  color: #0097d5;
}
.pub .pub-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 66rem;
  font-size: 17rem;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  border: 6px solid #0097d5;
  border-radius: 12rem;
}
@media (max-width: 768px) {
  .pub .pub-button {
    height: 50rem;
    font-size: 12rem;
    width: 90%;
    margin: 0 auto 0;
    border-width: 2px;
  }
}
.pub .pub-button .arrow {
  position: absolute;
  top: 50%;
  right: 20rem;
  display: flex;
  width: 36rem;
  transform: translateY(-50%);
}
.pub .pub-button .arrow svg path {
  fill: #0097d5;
}
.pub .pub-button .arrow svg circle {
  stroke: #0097d5;
}

.works {
  max-width: 908rem;
  margin: 60rem auto;
}
@media (max-width: 768px) {
  .works {
    margin: 50rem auto;
    max-width: 90%;
  }
}
.works .heading2 {
  margin-bottom: 20rem;
  font-size: 27rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .works .heading2 {
    text-align: center;
  }
}
.works .works-content {
  display: flex;
  gap: 20rem;
}
@media (max-width: 768px) {
  .works .works-content {
    flex-direction: column;
    gap: 20rem;
    align-items: center;
    justify-content: center;
  }
}
.works .works-item {
  width: 290rem;
}
.works .works-image {
  position: relative;
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  line-height: 0;
  background-color: #ececec;
  border-radius: 10rem;
}
.works .works-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.works .works-info {
  display: flex;
  gap: 20rem;
  margin: 15rem auto 5rem;
}
.works .category {
  font-size: 12rem;
  font-weight: 500;
  line-height: 144%;
  color: #636363;
  text-align: left;
}
.works .type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 17rem;
  padding: 0 5rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  font-size: 9rem;
  font-weight: 500;
  color: #fff;
  background: #0097d5;
  border-radius: 4rem;
}
.works .heading3 {
  display: block;
  font-size: 14rem;
  font-weight: 700;
  line-height: 136%;
  text-align: left;
}
.works .text {
  margin-top: 5rem;
  font-size: 12rem;
  font-weight: 500;
  line-height: 144%;
  color: #636363;
  text-align: left;
}

.blog {
  max-width: 908rem;
  margin: 60rem auto;
}
@media (max-width: 768px) {
  .blog {
    margin: 50rem auto;
    max-width: 90%;
  }
}
.blog .heading2 {
  margin-bottom: 20rem;
  font-size: 27rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .blog .heading2 {
    text-align: center;
  }
}
.blog .blog-content {
  display: flex;
  gap: 20rem;
}
@media (max-width: 768px) {
  .blog .blog-content {
    flex-direction: column;
    gap: 20rem;
    align-items: center;
    justify-content: center;
  }
}
.blog .blog-item {
  width: 290rem;
  padding: 35rem 20rem;
  background: #ececec;
}
.blog .blog-info {
  display: flex;
  gap: 20rem;
  margin: 0 auto 5rem;
}
.blog .category {
  font-size: 12rem;
  font-weight: 500;
  line-height: 144%;
  color: #636363;
  text-align: left;
}
.blog .type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 17rem;
  padding: 0 5rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  font-size: 9rem;
  font-weight: 500;
  color: #fff;
  background: #0097d5;
  border-radius: 4rem;
}
.blog .heading3 {
  display: block;
  font-size: 14rem;
  font-weight: 700;
  line-height: 136%;
  text-align: left;
}
.blog .text {
  margin-top: 5rem;
  font-size: 12rem;
  font-weight: 500;
  line-height: 144%;
  color: #636363;
  text-align: left;
}

.more-button {
  display: flex;
  gap: 10rem;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 20rem 0 0 auto;
  font-size: 18rem;
  font-weight: 700;
}
.more-button .arrow {
  width: 36rem;
}

.banners .ga-banner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 908rem;
  min-height: 180rem;
  padding-left: 75rem;
  margin: 0 auto;
  font-size: 22rem;
  line-height: 150%;
  color: #fff;
  text-align: left;
  background: linear-gradient(147deg, #22c2ed 4.85%, #a1d3e5 36.04%, #8cb6d5 67.71%, #404d99 97.29%);
  border-radius: 40rem;
}
@media (max-width: 768px) {
  .banners .ga-banner {
    padding-left: 20rem;
    min-height: 120rem;
    border-radius: 20rem;
    font-size: 18rem;
    margin: 0 auto;
    max-width: 90%;
  }
}
.banners .ga-banner .arrow {
  position: absolute;
  top: 50%;
  right: 75rem;
  display: flex;
  width: 36rem;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .banners .ga-banner .arrow {
    top: unset;
    bottom: 10rem;
    transform: translateY(0);
    right: 10rem;
    width: 30rem;
  }
}
.banners .ga-banner .arrow svg path {
  fill: #fff;
}
.banners .ga-banner .arrow circle {
  stroke: #fff;
}
.banners .diagnostic-banner {
  display: flex;
  gap: 60rem;
  align-items: center;
  max-width: 908rem;
  padding: 55rem 65rem;
  margin: 55rem auto 0;
  background: #0f8446;
  border-radius: 40rem;
}
@media (max-width: 768px) {
  .banners .diagnostic-banner {
    flex-direction: column;
    gap: 20rem;
    align-items: center;
    justify-content: center;
    width: 90%;
    padding: 30rem;
  }
}
.banners .diagnostic-banner .image {
  width: 392rem;
}
@media (max-width: 768px) {
  .banners .diagnostic-banner .image {
    width: 100%;
  }
}
.banners .diagnostic-banner .diagnostic-button {
  display: flex;
  gap: 25rem;
  align-items: center;
  justify-content: center;
  width: 326rem;
  height: 76rem;
  font-size: 19rem;
  font-weight: 700;
  line-height: 150%;
  color: #0f8446;
  background: #fff;
  border-radius: 10rem;
}
@media (max-width: 768px) {
  .banners .diagnostic-banner .diagnostic-button {
    width: 90%;
    height: 50rem;
  }
}
.banners .diagnostic-banner .diagnostic-button .arrow {
  width: 36rem;
  display: flex;
}
@media (max-width: 768px) {
  .banners .diagnostic-banner .diagnostic-button .arrow {
    width: 30rem;
  }
}
