@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.center {
  text-align: center; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb37 {
  margin-bottom: 37px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb42 {
  margin-bottom: 42px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb75 {
  margin-bottom: 75px; }

.mb80 {
  margin-bottom: 80px; }

.mb110 {
  margin-bottom: 110px; }

.mb114 {
  margin-bottom: 114px; }

.ml20 {
  margin-left: 20px; }

.pt10 {
  padding-top: 10px; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.fz12 {
  font-size: 1.2rem; }

.fz14 {
  font-size: 1.4rem; }

.fz16 {
  font-size: 1.6rem; }

.fz18 {
  font-size: 1.8rem; }

.fz24 {
  font-size: 2.4rem; }

html {
  line-height: 1;
  font-size: 62.5%;
  min-height: 100%;
  position: relative; }

body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #221815;
  margin: 0; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500; }

.font-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500; }

.font-mincho {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  font-weight: 400; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

th.center, td.center, th.center td {
  text-align: center; }

tr.top, td.top, tr.top td, th.top, th.top td {
  vertical-align: top; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, picture {
  display: block; }

ul, li {
  margin: 0;
  padding: 0; }

.pc-only {
  display: block; }

.sp-only {
  display: none; }

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

a {
  color: #3793f0;
  text-decoration: none;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }
  a img {
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
  a:hover {
    text-decoration: none;
    opacity: 0.8; }
    a:hover img {
      opacity: 0.8; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.hidden {
  display: none; }

.loaded {
  display: block; }

picture img {
  vertical-align: top; }

img {
  vertical-align: top;
  line-height: 1;
  max-width: 100%; }

h1, h2, h3 {
  margin: 0;
  padding: 0; }

.aniFadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s; }
  .aniFadeIn.doAniFadeIn {
    opacity: 1;
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important; }
  .aniFadeIn.fadeUp {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  .aniFadeIn.fadeLeft {
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
  .aniFadeIn.fadeDown {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  .aniFadeIn.fadeRight {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
  .aniFadeIn.fadeExpand {
    -webkit-transform: translateY(100px) scale(0.7);
            transform: translateY(100px) scale(0.7); }
  .aniFadeIn.fadeExpand.action {
    -webkit-transform: translateY(0) scale(1) !important;
            transform: translateY(0) scale(1) !important; }
  .aniFadeIn.textFade .fadeTarget {
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s; }
  .aniFadeIn.textFade .fadeTarget:nth-of-type(2n-1) {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  .aniFadeIn.textFade .fadeTarget:nth-of-type(2n) {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  .aniFadeIn.textFade .fadeTarget.action {
    opacity: 1;
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important; }

h1, h2, h3 {
  font-weight: normal; }

.red {
  color: #E60012; }

.center {
  text-align: center; }

.bold {
  font-weight: bold; }

.fz50p {
  font-size: 50%; }

a[href^="tel:"] {
  pointer-events: none; }

.breadcrumb {
  margin-top: 15px; }
  .breadcrumb ul li {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-right: 5px; }
    .breadcrumb ul li::after {
      content: ">";
      margin-left: 12px; }
    .breadcrumb ul li:last-child::after {
      content: none;
      margin-left: 0; }

.container {
  padding: 0 10px; }

.inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; }

.heading-2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 40px; }

.section {
  padding-bottom: 60px; }

.lower-header {
  padding: 50px 0;
  text-align: center;
  line-height: 1;
  margin-bottom: 80px; }

@-webkit-keyframes aniFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes aniFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.g-header {
  position: fixed;
  z-index: 101;
  width: 100%;
  background: rgba(255, 255, 255, 0.9); }
  .g-header__inner {
    margin: auto;
    padding: 0; }
  .g-header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 10px; }
  .g-header .logo-wrapper {
    margin-right: auto;
    line-height: 1;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .g-header .logo {
    margin-right: 75px; }
  .g-header .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .g-header .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem; }
  .g-header .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    width: 100%;
    -webkit-transition: padding .2s;
    transition: padding .2s; }
  .g-header .gnav-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .g-header .gnav-list-wrapper .tel {
      margin-left: 20px; }
  .g-header .g-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .g-header .g-nav-list > li {
      padding: 0 5px 0 0;
      font-size: 2rem; }
      .g-header .g-nav-list > li::after {
        content: '|';
        color: #3793f0;
        padding-left: 5px; }
      .g-header .g-nav-list > li:last-child::after {
        content: ''; }

.menu-button.open {
  bottom: auto; }
  .menu-button.open span {
    background: #fff; }
    .menu-button.open span:nth-child(1) {
      top: 19px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    .menu-button.open span:nth-child(2) {
      top: 19px;
      opacity: 0; }
    .menu-button.open span:nth-child(3) {
      top: 19px;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }

.sp-nav {
  display: none; }
  .sp-nav .menu-button {
    display: block;
    cursor: pointer; }
    .sp-nav .menu-button .open {
      display: block; }
      .sp-nav .menu-button .open img {
        width: 38px; }
    .sp-nav .menu-button .close {
      display: none; }
      .sp-nav .menu-button .close img {
        width: 28px; }

#js-accordion {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 0; }
  #js-accordion.is-open {
    opacity: 1;
    -webkit-animation: jsCoverOpen 0.3s;
            animation: jsCoverOpen 0.3s; }

#section-scroller-button {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 100;
  padding-bottom: 10vh;
  margin-left: -12px;
  -webkit-transition: bottom 1s;
  transition: bottom 1s; }
  #section-scroller-button.rotate {
    bottom: -500px; }
  #section-scroller-button .button {
    color: #000;
    font-style: normal;
    cursor: pointer;
    font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
    bottom: 0;
    font-size: 1.2rem; }
    #section-scroller-button .button::before {
      position: absolute;
      z-index: -1;
      top: 30px;
      left: 50%;
      content: "";
      background: #000;
      width: 1px;
      height: 10vh; }

.footer-line-nav {
  text-align: center;
  background: #fff; }
  .footer-line-nav .footer-line-nav-list {
    display: -ms-grid;
    display: grid;
    gap: 0;
    -ms-grid-rows: auto 0 auto;
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
        grid-template: "fnav101 fnav102 fnav103" auto "fnav104 fnav105 fnav106" auto / 1fr 1fr 1fr; }
    .footer-line-nav .footer-line-nav-list .fnav1 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: fnav101; }
    .footer-line-nav .footer-line-nav-list .fnav2 {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      grid-area: fnav102; }
    .footer-line-nav .footer-line-nav-list .fnav3 {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
      grid-area: fnav103; }
    .footer-line-nav .footer-line-nav-list .fnav4 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      grid-area: fnav104; }
    .footer-line-nav .footer-line-nav-list .fnav5 {
      -ms-grid-row: 3;
      -ms-grid-column: 3;
      grid-area: fnav105; }
    .footer-line-nav .footer-line-nav-list .fnav6 {
      -ms-grid-row: 3;
      -ms-grid-column: 5;
      grid-area: fnav106; }
    .footer-line-nav .footer-line-nav-list > li {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 33.3333%;
              flex: 0 1 33.3333%;
      font-size: 1.4rem;
      letter-spacing: 0.2em;
      margin: 0;
      padding: 0; }
      .footer-line-nav .footer-line-nav-list > li:nth-child(1) {
        background: url("../img/pc/footer_line_nav_bg_1.jpg") no-repeat center center;
        background-size: cover; }
      .footer-line-nav .footer-line-nav-list > li:nth-child(2) {
        background: url("../img/pc/footer_line_nav_bg_2.jpg") no-repeat center center;
        background-size: cover; }
      .footer-line-nav .footer-line-nav-list > li:nth-child(3) {
        background: url("../img/pc/footer_line_nav_bg_3.jpg") no-repeat center center;
        background-size: cover; }
      .footer-line-nav .footer-line-nav-list > li:nth-child(4) {
        background: url("../img/pc/footer_line_nav_bg_4.jpg") no-repeat center center;
        background-size: cover; }
      .footer-line-nav .footer-line-nav-list > li:nth-child(5) {
        background: url("../img/pc/footer_line_nav_bg_5.jpg") no-repeat center center;
        background-size: cover; }
      .footer-line-nav .footer-line-nav-list > li:nth-child(6) {
        background: url("../img/pc/footer_line_nav_bg_6.jpg") no-repeat center center;
        background-size: cover; }
      .footer-line-nav .footer-line-nav-list > li .nav-main {
        font-size: 6rem;
        font-weight: bold;
        font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
        font-weight: 400;
        line-height: 1;
        background: url("../img/pc/footer_line_nav_icon@2x.png") no-repeat center 0;
        background-size: 26px 13px;
        padding: 40px 0 10px; }
      .footer-line-nav .footer-line-nav-list > li .nav-sub {
        font-size: 1.6rem; }
      .footer-line-nav .footer-line-nav-list > li span,
      .footer-line-nav .footer-line-nav-list > li a {
        display: block;
        padding: 70px; }
      .footer-line-nav .footer-line-nav-list > li span {
        color: #999; }
      .footer-line-nav .footer-line-nav-list > li a {
        color: #333; }

.g-footer {
  font-size: 1.6rem; }
  .g-footer a {
    color: #1a1a1a; }
  .g-footer__inner {
    color: #fff;
    background: #035076;
    padding: 50px 20px;
    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; }
  .g-footer__sub {
    margin-left: 20px; }
  .g-footer .title {
    font-size: 3rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    text-align: center;
    font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif; }
  .g-footer .content-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .g-footer .content-tel .tel-text {
      padding-top: 5px;
      margin-right: 20px; }
    .g-footer .content-tel .tel {
      margin-right: 10px;
      white-space: nowrap; }
      .g-footer .content-tel .tel a {
        font-family: "Times New Roman", Times, serif;
        color: #fff;
        font-size: 6rem;
        line-height: 1; }
        .g-footer .content-tel .tel a.number {
          pointer-events: none;
          display: inline-block; }
    .g-footer .content-tel .time {
      font-size: 1.1rem;
      letter-spacing: 0.1em; }

.copyright {
  text-align: center;
  font-size: 1.6rem;
  color: #ccc;
  padding: 30px;
  background: #fff; }

.pagenation {
  position: fixed;
  z-index: 1000;
  top: 30px;
  right: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pagenation > li:nth-child(1) {
    display: none; }
  .pagenation > li:nth-child(2) a::before {
    content: 'AtoZについて'; }
  .pagenation > li:nth-child(3) a::before {
    content: '事業内容'; }
  .pagenation > li:nth-child(4) a::before {
    content: '課題解決例'; }
  .pagenation > li:nth-child(5) a::before {
    content: '取引実績'; }
  .pagenation > li:nth-child(6) a::before {
    content: '会社概要'; }
  .pagenation > li:nth-child(7) a::before {
    content: '取引先'; }
  .pagenation > li {
    padding: 0 5px 0 0;
    font-size: 2rem; }
    .pagenation > li::after {
      content: '|';
      color: #3793f0;
      padding-left: 5px; }
    .pagenation > li:last-child::after {
      content: ''; }

#page-top .main-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../img/pc/top_bg.jpg") no-repeat center bottom;
  background-size: cover; }

#page-top .sub-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(177, 218, 250, 0.2);
  z-index: 1; }

#page-top .section {
  position: relative;
  color: #000;
  min-height: 100vh;
  height: 100%; }
  #page-top .section__inner {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: auto;
    padding: 40px; }

#page-top #first {
  padding: 24vh 0; }
  #page-top #first .title {
    font-size: 3.3rem;
    text-align: center;
    margin-bottom: 20vh; }
  #page-top #first .news__title {
    text-align: center;
    background: url("../img/pc/top_news_bg@2x.png") no-repeat center center;
    background-size: 100% 1px;
    margin-bottom: 40px; }
  #page-top #first .news__list-wrapper {
    max-width: 500px;
    margin: auto; }
  #page-top #first .news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: dotted 1px #000;
    margin: 0;
    padding: 10px; }
    #page-top #first .news__list dt {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 140px;
              flex: 0 1 140px;
      font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
      font-weight: 400;
      margin: 0;
      padding: 0; }
    #page-top #first .news__list dd {
      margin: 0;
      padding: 0; }

#page-top #about .section__inner {
  padding: 120px 0; }

#page-top #about .title {
  text-align: center;
  margin-bottom: 90px; }

#page-top #about .sub-title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 30px; }

#page-top #about .message {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.25;
  margin-bottom: 50px; }

#page-top #about .image {
  text-align: center; }

#page-top #services .section__inner {
  padding: 120px 0; }

#page-top #services .title {
  text-align: center;
  margin-bottom: 60px; }

#page-top #services .message {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.25;
  margin-bottom: 35px; }

#page-top #services .item-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-rows: auto 10px auto;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
      grid-template: "sv101 sv102 sv103" auto "sv104 sv105 sv106" auto / 1fr 1fr 1fr; }

#page-top #services .sv1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sv101; }

#page-top #services .sv2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: sv102; }

#page-top #services .sv3 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: sv103; }

#page-top #services .sv4 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: sv104; }

#page-top #services .sv5 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: sv105; }

#page-top #services .sv6 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: sv106; }

#page-top #services .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  margin-bottom: 30px; }
  #page-top #services .item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    margin-bottom: 10px; }
    #page-top #services .item__header .number {
      font-family: "Times New Roman", Times, serif;
      font-size: 6rem;
      color: #c0d1da;
      margin-right: 20px; }
    #page-top #services .item__header .tag {
      color: #fff;
      background: #006699;
      font-size: 1.6rem;
      letter-spacing: 0.05em;
      min-width: 100px;
      text-align: center;
      padding: 10px; }
  #page-top #services .item__main .text {
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.8;
    min-height: 4em;
    margin-bottom: 10px; }
  #page-top #services .item__main .item-list {
    font-size: 1.4rem; }

#page-top #example .section__inner {
  padding: 120px 0; }

#page-top #example .title {
  text-align: center;
  margin-bottom: 90px; }

#page-top #example .qa-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  #page-top #example .qa-wrapper .qa {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46%;
            flex: 0 1 46%;
    margin: 0 2% 50px; }
    #page-top #example .qa-wrapper .qa dt {
      position: relative;
      padding: 10px 0 30px 60px;
      font-size: 1.8rem;
      letter-spacing: 0.2em; }
      #page-top #example .qa-wrapper .qa dt::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: block;
        width: 51px;
        height: 45px;
        background: url("../img/pc/top_example_icon_1@2x.png") no-repeat 0 0;
        background-size: 51px auto; }
    #page-top #example .qa-wrapper .qa dd {
      color: #fff;
      background: #006699;
      font-size: 1.4rem;
      line-height: 2;
      text-align: center;
      margin: 0;
      padding: 10px;
      border-radius: 20px; }

#page-top #our-work .section__inner {
  position: relative;
  padding: 120px 100px; }

#page-top #our-work .title {
  font-size: 3.3rem;
  text-align: center;
  margin-bottom: 90px; }

#page-top #our-work .work-wrapper {
  border-bottom: dotted 1px #000;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-rows: auto 10px auto;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
      grid-template: "work101 work102 work103 work104" auto "work105 work106 work107 work108" auto / 1fr 1fr 1fr 1fr; }
  #page-top #our-work .work-wrapper .work1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: work101; }
  #page-top #our-work .work-wrapper .work2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: work102; }
  #page-top #our-work .work-wrapper .work3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: work103; }
  #page-top #our-work .work-wrapper .work4 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: work104; }
  #page-top #our-work .work-wrapper .work5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: work105; }
  #page-top #our-work .work-wrapper .work6 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: work106; }
  #page-top #our-work .work-wrapper .work7 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: work107; }
  #page-top #our-work .work-wrapper .work8 {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: work108; }
  #page-top #our-work .work-wrapper:last-child {
    border-bottom: none; }
  #page-top #our-work .work-wrapper.wrapper1 .work-list dt {
    background: #0377b1; }
  #page-top #our-work .work-wrapper.wrapper2 .work-list dt {
    background: #4b8cac; }

#page-top #our-work .work-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16%;
          flex: 0 1 16%; }
  #page-top #our-work .work-item .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    font-weight: bold; }
    #page-top #our-work .work-item .time .btn-modal {
      margin-left: 10px; }
  #page-top #our-work .work-item .work-list dt {
    font-size: 1.6rem;
    color: #fff;
    max-width: 150px;
    text-align: center;
    margin: 0 0 10px;
    padding: 7px; }
  #page-top #our-work .work-item .work-list dd {
    font-size: 1.4rem;
    margin: 0 0 10px;
    padding: 0; }

#page-top .mfp-close {
  display: none; }

#page-top .mfp-content {
  max-width: 500px;
  margin: auto;
  background: #fff;
  border: solid 1px #333;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  padding: 40px; }
  #page-top .mfp-content .modal-banner .caption {
    margin-top: 5px;
    font-size: 1.2rem;
    text-align: right; }

#page-top .modal-link {
  cursor: pointer; }

#page-top #outline .section__inner {
  padding: 120px 0; }

#page-top #outline .title {
  font-size: 3.3rem;
  text-align: center;
  margin-bottom: 60px; }

#page-top #outline .table-wrapper {
  max-width: 916px;
  margin: auto; }

#page-top #outline .outline-table {
  width: 100%; }
  #page-top #outline .outline-table tr {
    border-bottom: dashed 1px #000; }
  #page-top #outline .outline-table th {
    font-weight: bold;
    width: 30%; }
  #page-top #outline .outline-table th, #page-top #outline .outline-table td {
    padding: 15px 20px;
    vertical-align: top;
    line-height: 2.2; }

#page-top #customer.section {
  padding-bottom: 0; }

#page-top #customer .section__inner {
  padding: 120px 0; }

#page-top #customer .title {
  font-size: 3.3rem;
  text-align: center;
  margin-bottom: 50px; }

#page-top #customer .sub-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px; }
  #page-top #customer .sub-title .small {
    font-size: 1.4rem; }

#page-top #customer .customer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  line-height: 3; }
  #page-top #customer .customer-list.column4 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%; }
  #page-top #customer .customer-list.column3 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    text-align: center; }

#page-top .ceo {
  background: #fff;
  padding: 100px 10px; }
  #page-top .ceo__inner {
    max-width: 1120px;
    margin: auto;
    background: #e8ebef;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #page-top .ceo .name-wrapper {
    padding: 0 30px 20px;
    border-bottom: solid 1px #000; }
  #page-top .ceo .position {
    font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
    font-weight: 400;
    font-size: 1.4rem; }
  #page-top .ceo .name {
    font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
    font-weight: 400; }
    #page-top .ceo .name .size-l {
      font-size: 3.6rem; }
    #page-top .ceo .name .size-s {
      font-size: 1.8rem; }
  #page-top .ceo .message {
    font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2;
    letter-spacing: 0.05em;
    padding: 20px 30px 0; }
  @media screen and (max-width: 1024px) {
    .pc-only {
      display: none; }
    .sp-only {
      display: block; }
    a[href^="tel:"] {
      pointer-events: auto; }
    .heading-2 {
      margin-bottom: 20px; }
    .section {
      padding-bottom: 30px; }
    .lower-header {
      margin-bottom: 40px; }
      .g-header__main {
        padding: 15px; }
      .g-header .logo img {
        max-width: 75px;
        width: 100%; }
      .g-header .nav-wrapper {
        display: none;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        opacity: 0;
        padding: 0; }
      .g-header .gnav-list-wrapper {
        display: block;
        width: 100vw;
        height: 100vh;
        padding: 20px; }
        .g-header .gnav-list-wrapper .tel {
          margin-left: 0;
          padding-top: 40px;
          text-align: center; }
        .g-header .gnav-list-wrapper .tel img {
          max-width: 200px; }
      .g-header .g-nav-list {
        display: block;
        text-align: center;
        padding-top: 10vh; }
        .g-header .g-nav-list > li {
          font-size: 2rem; }
          .g-header .g-nav-list > li::after {
            display: none; }
        .g-header .g-nav-list > li a {
          color: #fff;
          display: inline-block;
          padding: 5px; }
  .menu-button {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 11; }
    .menu-button span {
      display: inline-block;
      position: absolute;
      left: 0;
      width: 30px;
      height: 1px;
      background: #000;
      -webkit-transition: all .5s;
      transition: all .5s; }
      .menu-button span:nth-child(1) {
        top: 10px; }
      .menu-button span:nth-child(2) {
        top: 20px; }
      .menu-button span:nth-child(3) {
        top: 30px; }
    .sp-nav {
      position: absolute;
      top: 10px;
      right: 20px;
      z-index: 1001;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0; }
  .g-header.sp-open .nav-wrapper {
    top: 0;
    left: 0;
    opacity: 1;
    display: block;
    width: 100%;
    z-index: 1000;
    background: #242424; }
    #section-scroller-button {
      padding-bottom: 20px; }
      #section-scroller-button .button {
        font-size: 1rem; }
        #section-scroller-button .button::before {
          height: 20px; }
          .footer-line-nav .footer-line-nav-list > li .nav-main {
            font-size: 1.4rem;
            background-size: 13px 6px;
            padding: 20px 0 10px; }
          .footer-line-nav .footer-line-nav-list > li .nav-sub {
            font-size: 1rem; }
          .footer-line-nav .footer-line-nav-list > li span,
          .footer-line-nav .footer-line-nav-list > li a {
            padding: 20px 5px; }
      .g-footer__inner {
        padding: 20px;
        display: block; }
    .g-footer__main {
      margin-bottom: 20px; }
      .g-footer__sub {
        margin-left: 0;
        text-align: center; }
      .g-footer__sub img {
        max-width: 260px; }
      .g-footer .title {
        font-size: 1.8rem; }
      .g-footer .content-tel {
        display: block; }
        .g-footer .content-tel .tel-text {
          padding-top: 0;
          margin-right: 0;
          font-size: 1.3rem;
          margin-bottom: 20px;
          text-align: center; }
        .g-footer .content-tel .tel {
          margin-right: 0;
          text-align: center; }
          .g-footer .content-tel .tel a {
            font-size: 4rem; }
            .g-footer .content-tel .tel a.number {
              pointer-events: auto; }
        .g-footer .content-tel .time {
          font-size: 1rem;
          text-align: center; }
    .copyright {
      font-size: 1.2rem;
      padding: 15px; }
    .pagenation {
      right: 220px; }
      .pagenation > li {
        font-size: 2rem; }
        .pagenation > li::after {
          display: none; }
      .pagenation > li a {
        color: #fff;
        display: inline-block;
        padding: 5px; }
    #page-top .section {
      height: 100%; }
      #page-top .section__inner {
        padding: 20px; }
    #page-top #first {
      padding: 170px 0; }
      #page-top #first .title {
        font-size: 1.8rem;
        margin-bottom: 40px; }
      #page-top #first .news__title {
        margin-bottom: 45px;
        background: url("../img/pc/top_news_bg@2x.png") no-repeat center 20%;
        background-size: 100% 1px; }
      #page-top #first .news__title img {
        max-width: 50px; }
      #page-top #first .news__list {
        font-size: 1.2rem; }
        #page-top #first .news__list dt {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 20%;
                  flex: 0 1 20%; }
        #page-top #first .news__list dd {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 80%;
                  flex: 0 1 80%; }
    #page-top #about .title {
      margin-bottom: 45px; }
    #page-top #about .title img {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    #page-top #about .sub-title {
      font-size: 1.8rem; }
    #page-top #about .message {
      font-size: 1.2rem;
      margin-bottom: 25px; }
    #page-top #about .image {
      padding: 0 20px; }
    #page-top #services .section__inner {
      padding: 60px 20px; }
    #page-top #services .title {
      margin-bottom: 30px; }
    #page-top #services .title img {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    #page-top #services .message {
      font-size: 1.2rem;
      margin-bottom: 15px; }
    #page-top #services .item-wrapper {
      display: -ms-grid;
      display: grid;
      gap: 0 10px;
      -ms-grid-rows: auto 0 auto 0 auto;
      -ms-grid-columns: 1fr 10px 1fr;
          grid-template: "sv101 sv102" auto "sv103 sv104" auto "sv105 sv106" auto / 1fr 1fr; }
    #page-top #services .sv1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    #page-top #services .sv2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    #page-top #services .sv3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    #page-top #services .sv4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
    #page-top #services .sv5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
    #page-top #services .sv6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3; }
    #page-top #services .item {
      margin-bottom: 15px; }
      #page-top #services .item__header {
        margin-bottom: 5px; }
        #page-top #services .item__header .number {
          font-size: 3rem; }
        #page-top #services .item__header .tag {
          font-size: 1.2rem;
          min-width: 80px; }
      #page-top #services .item__main .text {
        font-size: 1.3rem; }
      #page-top #services .item__main .item-list {
        font-size: 1.2rem; }
    #page-top #example .section__inner {
      padding: 60px 20px; }
    #page-top #example .title {
      margin-bottom: 45px; }
    #page-top #example .title img {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    #page-top #example .qa-wrapper {
      display: block; }
      #page-top #example .qa-wrapper .qa {
        margin-bottom: 25px; }
        #page-top #example .qa-wrapper .qa dt {
          padding: 0 0 10px 30px;
          font-size: 1.4rem; }
          #page-top #example .qa-wrapper .qa dt::before {
            width: 25px;
            height: 25px;
            background-size: 25px auto; }
        #page-top #example .qa-wrapper .qa dd {
          font-size: 1.2rem; }
    #page-top #our-work .section__inner {
      padding: 60px 20px; }
    #page-top #our-work .title {
      margin-bottom: 45px; }
    #page-top #our-work .title img {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    #page-top #our-work .work-wrapper {
      display: -ms-grid;
      display: grid;
      gap: 10px;
      -ms-grid-rows: auto 10px auto 10px auto 10px auto;
      -ms-grid-columns: 1fr 10px 1fr;
          grid-template: "work101 work102" auto "work103 work104" auto "work105 work106" auto "work107 work108" auto / 1fr 1fr; }
    #page-top #our-work .work-wrapper {
      border-bottom: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-bottom: 0; }
    #page-top #our-work .work-wrapper .work1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    #page-top #our-work .work-wrapper .work2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    #page-top #our-work .work-wrapper .work3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    #page-top #our-work .work-wrapper .work4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
    #page-top #our-work .work-wrapper .work5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
    #page-top #our-work .work-wrapper .work6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3; }
    #page-top #our-work .work-wrapper .work7 {
    -ms-grid-row: 7;
    -ms-grid-column: 1; }
    #page-top #our-work .work-wrapper .work8 {
    -ms-grid-row: 7;
    -ms-grid-column: 3; }
    #page-top #our-work .work-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 48%;
              flex: 0 1 48%;
      border-bottom: dotted 1px #000;
      margin-bottom: 10px; }
      #page-top #our-work .work-item .time {
        font-size: 1.4rem; }
        #page-top #our-work .work-item .time .btn-modal img {
          width: 24px; }
      #page-top #our-work .work-item .work-list dt {
        font-size: 1.3rem;
        max-width: inherit;
        padding: 3px; }
      #page-top #our-work .work-item .work-list dd {
        font-size: 1.2rem; }
    #page-top #outline .section__inner {
      padding: 60px 20px; }
    #page-top #outline .title {
      margin-bottom: 45px; }
    #page-top #outline .title img {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
      #page-top #outline .outline-table th {
        width: 27%; }
      #page-top #outline .outline-table th, #page-top #outline .outline-table td {
        padding: 10px;
        font-size: 1.3rem; }
    #page-top #customer .section__inner {
      padding: 60px 20px;
      height: 100%; }
    #page-top #customer .title {
      margin-bottom: 25px; }
    #page-top #customer .title img {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    #page-top #customer .sub-title {
      font-size: 1.6rem; }
    #page-top #customer .customer-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      font-size: 1.2rem;
      margin-bottom: 20px; }
      #page-top #customer .customer-list.column4 li {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        text-align: center; }
      #page-top #customer .customer-list.column3 li {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; }
    #page-top .ceo {
      padding: 50px 10px; }
      #page-top .ceo__inner {
        display: block;
        padding: 20px; }
    #page-top .ceo__sub {
      text-align: center;
      margin-bottom: 10px; }
      #page-top .ceo .name-wrapper {
        padding: 0 0 10px; }
      #page-top .ceo .position {
        font-size: 1rem; }
        #page-top .ceo .name .size-l {
          font-size: 2.4rem; }
        #page-top .ceo .name .size-s {
          font-size: 1.2rem;
          display: block; }
      #page-top .ceo .message {
        font-size: 1.2rem;
        padding: 10px 0 0; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
      .g-header .header-nav-list {
        font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
      .g-header .header-nav-list {
        font-size: 8px; } }
  @media screen and (min-width: 1025px) and (max-width: 1280px) {
        .g-header .gnav-list-wrapper .tel {
          margin-left: 10px; }
        .g-header .gnav-list-wrapper .tel img {
          max-width: 200px; }
        .g-header .g-nav-list > li {
          font-size: 1.6rem; }
    .pagenation {
      right: 220px; }
      .pagenation > li {
        font-size: 1.6rem; } }
  @media screen and (max-height: 768px) {
    #page-top .section {
      height: 100%; } }
