@charset "UTF-8";
/**************************************************
    sass
***************************************************/
/* -----------------------------------------------
	Variables
-------------------------------------------------- */
/* -----------------------------------------------
	Mixins
-------------------------------------------------- */
/* ---------- Media Query --------- */
/* ---------- CSS Hack --------- */
/* ---------- Common --------- */
/* ---------- Image --------- */
/* ---------- Arrow --------- */
/* ---------- Icon --------- */
/* ---------- Animation --------- */
/* -----------------------------------------------
  Functions
--------------------------------------------------*/
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/**************************************************
	base
***************************************************/
* {
  box-sizing: border-box;
  outline: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
html {
  font-size: 16px;
  font-size: min(16px, 1.25vw);
  background: #fff;
  scroll-behavior: smooth;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html.wf-active, html.loading-delay {
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  body {
    width: 100vw;
    padding-top: 3.75rem;
  }
}

body, button, input, textarea, select {
  color: #000;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  body, button, input, textarea, select {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

::-moz-selection {
  background: rgba(84, 195, 241, 0.7);
  color: #fff;
}

::selection {
  background: rgba(84, 195, 241, 0.7);
  color: #fff;
}

/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
}

img, svg, video {
  border: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

/* ---------- text ---------- */
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s;
}

a:hover {
  color: #54c3f1;
  text-decoration: none;
  transition: all 0.3s;
}

a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  color: inherit;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ---------- image ---------- */
img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.caption, figcaption {
  display: block;
  margin-top: 1em;
  font-size: 0.88em;
}

/* ---------- plain ---------- */
ul.plain, .wysiwyg ul, .acms-entry ul, ol.plain, .wysiwyg ol, .acms-entry ol {
  margin-left: 1em;
  margin-bottom: 1em;
}

.plain ul, .wysiwyg ol ul, .wysiwyg ul ul, .acms-entry ul ul, .acms-entry ol ul, .plain ol, .wysiwyg ol ol, .wysiwyg ul ol, .acms-entry ul ol, .acms-entry ol ol {
  margin: 0 0 0 1em;
}

ul.plain, .wysiwyg ul, .acms-entry ul {
  list-style-type: disc;
}
ul.plain ul, .wysiwyg ul ul, .acms-entry ul ul {
  list-style-type: circle;
}
ul.plain ul ul, .wysiwyg ul ul ul, .acms-entry ul ul ul {
  list-style-type: square;
}

ol.plain, .wysiwyg ol, .acms-entry ol, ol.plain ol {
  list-style-type: decimal;
}

dl.plain {
  margin: 0 0 1em;
}
dl.plain dt {
  font-weight: bold;
}
dl.plain dd {
  margin-bottom: 1em;
}

/* -----------------------------------------------
	3. Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._float-l {
  float: left;
}

._float-r {
  float: right;
}

._clear {
  clear: both;
}

._hidden {
  display: none;
}

._horizontalrule {
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  margin: 2.5rem 0;
}

/* ---------- text ---------- */
._bold {
  font-weight: 600;
}

._underline {
  text-decoration: underline;
}

._small {
  font-size: 88% !important;
}

._middle {
  font-size: 100% !important;
}

._large {
  font-size: 113% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

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

._txtr, ._txtr th, ._txtr td {
  text-align: right !important;
}

._txtl, ._txtl th, ._txtl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

._green {
  color: #54c3f1 !important;
}

/* ---------- margin ---------- */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* ---------- margin ---------- */
._zero {
  margin-bottom: 0 !important;
}

._half {
  margin-bottom: 0.67rem !important;
}

._default {
  margin-bottom: 1.33rem !important;
}

._double {
  margin-bottom: 2.67rem !important;
}

._first {
  margin-top: 0 !important;
}

/* ---------- devices ---------- */
@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
/**************************************************
    Header
***************************************************/
@media only screen and (max-width: 767px) {
  .site-header {
    width: 100%;
    height: 3.75rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  }
}
.site-header > .inner {
  max-width: 1360px;
  padding: 1.5625rem 2.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .site-header > .inner {
    padding: 0 0 0 0.625rem;
    height: 3.75rem;
  }
}
.site-header .logo {
  display: flex;
  align-items: center;
}
.site-header .logo > a {
  width: 20rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .site-header .logo > a {
    width: 12.5rem;
  }
}
.site-header .logo > a img {
  width: 100%;
  height: auto;
}
.site-header .logo > a:hover {
  opacity: 0.5;
}
.site-header .logo > .logo-10th {
  width: 5.625rem;
  margin-left: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .site-header .logo > .logo-10th {
    width: 3.125rem;
    margin-left: 0.9375rem;
  }
}
.site-header .logo > .logo-10th:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .site-header .global-nav {
    display: none;
  }
}
.site-header .global-nav > .inner {
  display: flex;
  align-items: center;
  padding: 0 0 0 0.9375rem;
}
.site-header .global-nav > .inner .item {
  border-left: 1px solid #c9caca;
  padding: 0 0.9375rem;
}
.site-header .global-nav > .inner .item a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  position: relative;
}
.site-header .global-nav > .inner .item a.button-contact {
  font-size: 0.9375rem;
  border: 1px solid #54c3f1;
  border-radius: 100px;
  padding: 0.625rem 1.25rem;
  color: #54c3f1;
}
.site-header .global-nav > .inner .item a.button-contact::after {
  display: none;
}
.site-header .global-nav > .inner .item a.button-contact:hover {
  background: #54c3f1;
  color: #fff;
}
.site-header .global-nav > .inner .item a.button-contact:hover::after {
  display: none;
}
.site-header .global-nav > .inner .item a::after {
  content: "";
  width: 100%;
  height: 0.1875rem;
  background: #fff;
  border-radius: 100px;
  display: block;
  position: absolute;
  bottom: -0.875rem;
  left: 0;
  transition: all 0.3s;
}
.site-header .global-nav > .inner .item a:hover {
  color: #000;
}
.site-header .global-nav > .inner .item a:hover::after {
  background: #54c3f1;
  transition: all 0.3s;
}
.site-header .global-nav > .inner .item:first-child {
  border-left: none;
}
.site-header .global-nav > .inner .item:last-child {
  border-left: none;
}
.site-header .global-nav > .inner .item.-active a::after {
  background: #54c3f1;
  transition: all 0.3s;
}
.site-header .global-nav > .inner .item:first-child a::after {
  display: none;
}

.hamburger {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 101;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
}
@media (min-width: 769px) {
  .hamburger {
    display: none;
  }
}
.hamburger-wrap {
  transition: all 0.4s;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.hamburger-wrap > span {
  width: 3.75rem;
  height: 3.75rem;
  background: #fff;
  transition: all 0.4s;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.hamburger-wrap > span::after {
  content: "";
  color: #fff;
  font-size: 10px;
  padding-top: 22px;
  display: block;
  position: relative;
  width: 30px;
  text-align: center;
  margin: 0 auto;
}
.hamburger-wrap > span > span {
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  margin-top: 0.9375rem;
  right: 0.625rem;
  width: 2.5rem;
  height: 2px;
  background-color: #54c3f1;
}
.hamburger-wrap > span > span:nth-of-type(1) {
  top: 0px;
}
.hamburger-wrap > span > span:nth-of-type(2) {
  top: 12px;
}
.hamburger-wrap > span > span:nth-of-type(3) {
  top: 24px;
}
.hamburger.-active .hamburger-wrap > span > span:nth-of-type(1) {
  transform: translateY(12px) rotate(225deg);
}
.hamburger.-active .hamburger-wrap > span > span:nth-of-type(2) {
  transform: rotate(90deg);
  opacity: 0;
}
.hamburger.-active .hamburger-wrap > span > span:nth-of-type(3) {
  transform: translateY(-12px) rotate(-225deg);
}

.is-in .hamburger-wrap > span > span {
  background-color: #000;
}
.is-in .hamburger.-active .hamburger-wrap > span > span {
  background: #000;
}

.sp-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 116, 190, 0.9);
  padding: 5rem 1.5625rem 1.5625rem;
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
  z-index: 100;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.sp-nav .global-nav > .inner > .item {
  margin-bottom: 0.625rem;
}
.sp-nav .global-nav > .inner > .item > a {
  color: #000;
  text-decoration: none;
  background: #fff;
  display: block;
  padding: 0.625rem 1.25rem;
  border-radius: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp-nav .global-nav > .inner > .item > a::after {
  content: "";
  background: url(../images/icon/icon_motif-b.svg) no-repeat;
  background-size: 1em 1em;
  width: 1em;
  height: 1em;
  display: block;
}
.sp-nav .global-nav > .inner > .item.-active > span {
  color: #000;
  text-decoration: none;
  background: #fff;
  display: block;
  padding: 0.625rem 1.25rem;
  border-radius: 0.25rem;
}
.sp-nav .global-nav > .inner > .item > .sub {
  display: none;
  padding: 1.25rem;
}
.sp-nav .global-nav > .inner > .item > .sub > .item {
  list-style: disc;
  color: #fff;
}
.sp-nav .global-nav > .inner > .item > .sub > .item > a {
  text-decoration: none;
  color: #fff;
}
.sp-nav.-opened {
  transform: translate(0);
}

.sp-nav-overlay {
  position: fixed;
  background: #54c3f1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.sp-nav-overlay.-opened {
  opacity: 1;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}

/**************************************************
    Footer
***************************************************/
.site-footer {
  background: #fff;
  overflow: hidden;
  margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .site-footer {
    margin-top: 2.5rem;
  }
}
.site-footer .inner {
  zoom: 1;
}
.site-footer .inner:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.site-footer .inner {
  max-width: 1360px;
  padding: 3.75rem 2.5rem 3.125rem;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-footer .inner {
    padding: 1.25rem;
  }
}
.site-footer .swiper-banner {
  border-top: 1px solid #c9caca;
  padding: 2.5rem 0 0;
}
.site-footer .swiper-banner .swiper-slide .button-a {
  font-size: 1.125rem;
  display: block;
  text-decoration: none;
  padding: 0.875rem 1rem 0.75rem;
  text-align: center;
}
.site-footer .swiper-banner .swiper-slide .button-a:hover {
  opacity: 0.8;
}
.site-footer .swiper-banner .swiper-pagination {
  position: static;
  margin: 1.25rem auto 0;
}
.site-footer .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: #dcdddd;
  opacity: 1;
  margin: 0 0.25rem;
}
.site-footer .swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #54c3f1;
}
.site-footer .site-map {
  background: #d3edfb;
}
.site-footer .site-map > .inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-map > .inner {
    display: block;
  }
}
.site-footer .site-map > .inner .link-list {
  width: 25%;
  border-left: 1px solid #fff;
  padding: 0 1.875rem;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-map > .inner .link-list {
    width: 100%;
    padding: 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .site-map > .inner .link-list > .item {
    display: none;
  }
}
.site-footer .site-map > .inner .link-list > .item.-space {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-map > .inner .link-list > .item.-space {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .site-map > .inner .link-list > .item.bnr {
    display: block;
    text-align: center;
  }
}
.site-footer .site-map > .inner .link-list > .item.bnr > a:hover {
  opacity: 0.8;
}
.site-footer .site-map > .inner .link-list > .item > a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.1875rem;
  text-decoration: none;
  font-weight: bold;
}
.site-footer .site-map > .inner .link-list > .item > a::before {
  margin: -0.1875rem 0.5rem 0 0;
}
.site-footer .site-map > .inner .link-list > .item > .sub {
  font-size: 0.9375rem;
  padding-left: 1.625rem;
  margin-top: 0.5rem;
}
.site-footer .site-map > .inner .link-list > .item > .sub > .item {
  margin-bottom: 0.125rem;
}
.site-footer .site-map > .inner .link-list > .item > .sub > .item a {
  text-decoration: none;
  line-height: 1.4;
  display: inline-block;
}
.site-footer .site-map > .inner .link-list > .item > .sub > .item:last-child {
  margin-bottom: 0;
}
.site-footer .site-map > .inner .link-list:first-child {
  border-left: none;
  padding-left: 0;
}
.site-footer .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-logo {
    display: block;
  }
}
.site-footer .footer-logo .logo > a {
  width: 20rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-logo .logo > a {
    width: 16.25rem;
    margin: 0 auto;
  }
}
.site-footer .footer-logo .logo > a img {
  width: 100%;
  height: auto;
}
.site-footer .footer-logo .logo > a:hover {
  opacity: 0.5;
}
.site-footer .footer-logo .address {
  font-size: 0.875rem;
  margin: 0.625rem 0 0 1rem;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-logo .address {
    margin: 0 auto;
    text-align: center;
  }
}
.site-footer .copyright {
  font-size: 0.75rem;
  text-align: center;
  display: block;
  width: 100vw;
  position: relative;
  padding: 6.25rem 0 1.875rem;
}
@media only screen and (max-width: 767px) {
  .site-footer .copyright {
    padding: 2.5rem 0 1.875rem;
    overflow: hidden;
  }
}
.site-footer .copyright:before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 100vw;
  height: 5.3125rem;
  background: url("../images/footer-city.svg") repeat-x;
}
@media only screen and (max-width: 767px) {
  .site-footer .copyright:before {
    top: 0;
  }
}

body.bdr0 .site-footer .swiper-banner {
  border-top: none;
  padding-top: 0;
}

/**************************************************
    Content
***************************************************/
.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}

.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

@keyframes fadeIn01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-inview .index-card, .js-inview .item {
  opacity: 0;
}
.js-inview .js-showed {
  animation: fadeIn01 0.9s ease-out forwards;
}

.site-content section > .inner, .site-content section.inner, .site-content .section > .inner, .site-content .section.inner {
  zoom: 1;
}
.site-content section > .inner:after, .site-content section.inner:after, .site-content .section > .inner:after, .site-content .section.inner:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.site-content section > .inner, .site-content section.inner, .site-content .section > .inner, .site-content .section.inner {
  max-width: 1360px;
  padding: 3.75rem 2.5rem;
  margin: 0 auto;
  position: relative;
}
.site-content section > .inner.pb0, .site-content section.inner.pb0, .site-content .section > .inner.pb0, .site-content .section.inner.pb0 {
  padding-bottom: 0;
}
.site-content section > .inner.pb20, .site-content section.inner.pb20, .site-content .section > .inner.pb20, .site-content .section.inner.pb20 {
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .site-content section > .inner, .site-content section.inner, .site-content .section > .inner, .site-content .section.inner {
    padding: 2.5rem 0.9375rem;
  }
}
.site-content section > .inner.full, .site-content section.inner.full, .site-content .section > .inner.full, .site-content .section.inner.full {
  width: 100%;
  max-width: 100%;
  padding: 3.75rem 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .site-content section > .inner.full, .site-content section.inner.full, .site-content .section > .inner.full, .site-content .section.inner.full {
    padding: 2.5rem 0.9375rem;
  }
}
.site-content section.middle, .site-content .section.middle {
  width: 100%;
  max-width: 57.5rem;
  margin: 0 auto;
}

.page-category {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page-category {
    display: block;
    position: relative;
  }
}
.page-category .body {
  width: 18.75rem;
  height: 18.75rem;
  position: relative;
  background: #abcd03;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-category .body {
    width: 100%;
    height: 7.5rem;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
  }
}
.page-category .body .text {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}
.page-category .body .text .title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .page-category .body .text .title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.page-category .body .text .title.-small {
  font-size: 1.75rem;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .page-category .body .text .title.-small {
    font-size: 1.5rem;
  }
}
.page-category .body::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.75rem 18.75rem 0 0;
  border-color: #54c3f1 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page-category .body::before {
    border-width: 7.5rem 23.75rem 0 0;
  }
}
.page-category .image {
  width: calc(100vw - 18.75rem);
  height: 18.75rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-category .image {
    width: 100%;
    height: 8.75rem;
    display: none;
  }
}
.page-category .image .catch-copy {
  position: absolute;
  top: auto;
  right: 2.5rem;
  bottom: auto;
  z-index: 2;
  font-family: "EB Garamond", serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
.page-category .image .catch-copy.-black {
  color: #0074be;
}
@media only screen and (max-width: 767px) {
  .page-category .image .catch-copy {
    display: none;
  }
}
.page-category .image .cover {
  position: relative;
  overflow: hidden;
}
.page-category .image .cover::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-category .image .cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.4s ease-out;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
}
.page-category .image .cover {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .page-category .image .cover {
    width: 100%;
  }
}
.page-category .image .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumb {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 0;
    overflow-x: auto !important;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
}
.breadcrumb .breadcrumb-list {
  max-width: 1360px;
  padding: 1.25rem 2.5rem 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-list {
    max-width: 100%;
    padding: 0.625rem 1.25rem;
  }
}
.breadcrumb .breadcrumb-list > li {
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  margin: 0 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-list > li {
    font-size: 0.75rem;
  }
}
.breadcrumb .breadcrumb-list > li a {
  color: #000;
  padding: 0 0;
  text-decoration: none;
}
.breadcrumb .breadcrumb-list > li a:hover {
  color: #54c3f1;
}
.breadcrumb .breadcrumb-list > li::after {
  content: "";
  display: inline-block;
  transform: translateY(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border-right: 1px solid #abcd03;
  border-bottom: 1px solid #abcd03;
  margin: 0 0.75rem;
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-list > li::after {
    margin: 0.1875rem 0.375rem 0;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-list > li:last-child {
    padding-right: 1.25rem;
  }
}
.breadcrumb .breadcrumb-list > li:last-child::after {
  display: none;
}

.local-nav {
  width: 100%;
  text-align: center;
  max-width: 1360px;
  padding: 2.5rem 2.5rem 0;
  margin: 0 auto 1.25rem;
}
@media only screen and (max-width: 767px) {
  .local-nav {
    width: 100%;
    overflow-x: auto !important;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 1.25rem 1.25rem 0;
    margin: 0 auto;
  }
}
.local-nav > .inner {
  display: flex;
  margin: 0 -0.15625rem;
}
.local-nav > .inner .item {
  flex: auto;
  padding: 0 0.15625rem;
}
.local-nav > .inner .item a {
  font-size: 0.9375rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 500;
  display: block;
  text-decoration: none;
  border: 1px solid #abcd03;
  border-radius: 100px;
  padding: 0.25rem 0.375rem;
}
@media only screen and (max-width: 767px) {
  .local-nav > .inner .item a {
    font-size: 0.75rem;
  }
}
.local-nav > .inner .item a:hover, .local-nav > .inner .item a.-active {
  background: #abcd03;
  color: #fff;
}

.pager {
  margin: 1.25rem auto 0;
}
.pager .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager .pagination > li {
  margin: 0 2px;
  padding: 0;
  text-align: center;
  position: relative;
  border-radius: 10px;
  display: block;
}
.pager .pagination > li > span {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.pager .pagination > li > span > a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager .pagination > li.cur > span, .pager .pagination > li:hover > span {
  color: #fff;
  background: #54c3f1;
  border-radius: 100%;
  transition: all 0.3s;
}
.pager .pagination > li.cur > span > a, .pager .pagination > li:hover > span > a {
  color: #fff;
}

.lower-index, .lower-article {
  position: relative;
  overflow-x: hidden;
}
.lower-index .motif-effect, .lower-article .motif-effect {
  position: absolute;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  top: 0;
  right: auto;
  left: auto;
  margin: 0 auto;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .lower-index .motif-effect, .lower-article .motif-effect {
    display: none;
  }
}
.lower-index .motif-effect > .inner, .lower-article .motif-effect > .inner {
  width: 100vw;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}
.lower-index .motif-effect > .inner > .item, .lower-article .motif-effect > .inner > .item {
  position: absolute;
  z-index: -1;
}
.lower-index .motif-effect > .inner > .item.motif-a4, .lower-article .motif-effect > .inner > .item.motif-a4 {
  width: 31.25rem;
  height: 28.375rem;
}
.lower-index .motif-effect > .inner > .item.motif-a5, .lower-article .motif-effect > .inner > .item.motif-a5 {
  width: 18.75rem;
  height: 18.75rem;
}
.lower-index .motif-effect > .inner > .item.motif-a7, .lower-article .motif-effect > .inner > .item.motif-a7 {
  width: 56.25rem;
  height: 37.0625rem;
}
.lower-index .motif-effect > .inner > .item.motif1, .lower-article .motif-effect > .inner > .item.motif1 {
  top: 25rem;
  right: 0;
}
.lower-index .motif-effect > .inner > .item.motif2, .lower-article .motif-effect > .inner > .item.motif2 {
  top: 21.875rem;
  left: 0;
}
.lower-index .motif-effect > .inner > .item.motif3, .lower-article .motif-effect > .inner > .item.motif3 {
  top: 62.5rem;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .lower-article .motif-effect {
    display: none;
  }
}
.lower-article .motif-effect > .inner > .item.motif-a4 {
  width: 25rem;
  height: 33.0625rem;
}
.lower-article .motif-effect > .inner > .item.motif1 {
  top: 25rem;
  right: 0;
}
.lower-article .motif-effect > .inner > .item.motif2 {
  top: 30rem;
  left: 0;
}
.lower-article .motif-effect > .inner > .item.motif3 {
  top: 62.5rem;
  right: 0;
}
.lower-article .motif-effect > .inner > .item.motif4 {
  top: 100rem;
  left: 0;
}
.lower-article .motif-effect > .inner > .item.motif5 {
  top: 200rem;
  right: 0;
}

@media only screen and (max-width: 767px) {
  #business .motif-effect {
    display: none;
  }
}
#business .motif-effect > .inner > .item.motif3 {
  top: 77.5rem;
  right: 0;
}

/**************************************************
    Heading
***************************************************/
.section-title-a {
  font-weight: bold;
  margin: 2.5rem 0 1.25rem;
  letter-spacing: 0.05em;
}
.section-title-a.-ja {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .section-title-a.-ja {
    font-size: 1.25rem;
  }
}
.section-title-a.-en {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .section-title-a.-en {
    font-size: 1rem;
  }
}
.section-title-a::before {
  margin: -0.1875rem 0.625rem 0 0;
}

.section-title-b {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .section-title-b {
    margin-bottom: 1.25rem;
  }
}
.section-title-b.-ja {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-title-b.-ja {
    font-size: 1.5rem;
  }
}
.section-title-b::before {
  margin: -0.1875rem 0.75rem 0 0 !important;
}
.section-title-b::after {
  margin: -0.1875rem 0 0 0.625rem !important;
}

.section-title-c {
  font-size: 2.125rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  margin: 0 0 2.5rem;
}
@media only screen and (max-width: 767px) {
  .section-title-c {
    font-size: 1.5rem;
    margin: 0 0 1.25rem;
    line-height: 1.4;
  }
}
.section-title-c > .in {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-title-c > .in::before {
  content: "";
  background: url(../images/icon/icon_motif-a2.svg) no-repeat;
  background-size: 3.25rem 3.9375rem;
  width: 3.25rem;
  height: 3.9375rem;
  display: block;
  margin-right: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .section-title-c > .in::before {
    background-size: 1.625rem 2rem;
    width: 1.625rem;
    height: 2rem;
    margin-right: 0.625rem;
  }
}
.section-title-c > .in::after {
  content: "";
  background: url(../images/icon/icon_motif-a3.svg) no-repeat;
  background-size: 3.5rem 4.1875rem;
  width: 3.5rem;
  height: 4.1875rem;
  display: block;
  margin-left: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .section-title-c > .in::after {
    background-size: 1.75rem 2.125rem;
    width: 1.75rem;
    height: 2.125rem;
    margin-left: 0.625rem;
  }
}

.h2-a, .acms-entry h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 0.9375rem 1.2em;
  margin: 2.5rem 0 1.875rem;
  line-height: 1.4;
  text-indent: -1.2em;
}
.h2-a::before, .acms-entry h2::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/icon/icon_motif-a.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-right: 0.625rem;
}

.h3-a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .h3-a {
    font-size: 1.3125rem;
  }
}

.h3-b, .acms-entry h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.375rem;
  padding: 0.625rem 1.25rem 0.75rem;
  margin: 2.5rem 0 1.875rem;
  background: #f5f5f5;
  line-height: 1.4;
}

.h4-a {
  font-size: 1.25rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.05em;
  padding: 0.875rem 1.25rem;
  margin: 2.5rem 0 1.875rem;
  border-top: 4px solid #abcd03;
  border-bottom: 1px solid #e5e5e5;
  background: #fafafa;
  line-height: 1.6;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .h4-a {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.h4-a::before {
  content: "";
  width: 50%;
  height: 4px;
  background: #54c3f1;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
}

.h4-b, .acms-entry h4 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.25rem;
  margin: 1.875rem 0 1.25rem;
}

.h5-a, .acms-entry h5 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 1.875rem;
  margin: 1.875rem 0 1.25rem;
  border-radius: 6px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
}
.h5-a::before, .acms-entry h5::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.25rem;
  background: #54c3f1;
  position: absolute;
  top: calc((100% - 0.25rem) / 2);
  left: 0;
  vertical-align: middle;
}

.h5-b {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.25rem;
  margin: -0.625rem 0 0;
}

.h6-a {
  margin: 1.25rem 0 0.625rem;
}
.h6-a.-blue {
  color: #54c3f1;
}

.section-lead-a {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-lead-a {
    text-align: left;
    font-size: 0.875rem;
  }
}

.title {
  font-weight: bold;
}

/**************************************************
    button
***************************************************/
.button-a {
  padding: 0.625rem 1rem 0.5rem;
  border: 1px solid #abcd03;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  background: #fff;
  transition: all 0.3s;
}
.button-a::before {
  margin: -0.1875rem 0.375rem 0 0;
  transition: all 0.3s;
}
.button-a:hover {
  color: #fff;
  background: #abcd03;
  transition: all 0.3s;
}
.button-a:hover::before {
  background: url(../images/icon/icon_motif-b-white.svg) no-repeat 0 0;
  transition: all 0.3s;
}
.button-a.-gray {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
}
.button-a.-gray:hover {
  background: #ccc;
  border: 1px solid #ccc;
}

/**************************************************
	list
***************************************************/
.list-a > li {
  vertical-align: middle;
}
.list-a > li::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_motif-a.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-right: 0.375rem;
  vertical-align: middle;
}

.indent-list > .item {
  font-size: 0.875rem;
  text-indent: -2.6em;
  padding-left: 2.6em;
}

.count-list-a {
  margin: 1.875rem 0;
}
.count-list-a > li {
  font-size: 1.125rem !important;
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  counter-increment: number;
}
@media only screen and (max-width: 767px) {
  .count-list-a > li {
    font-size: 1rem;
  }
}
.count-list-a > li:last-child {
  margin-bottom: 0;
}
.count-list-a > li::before {
  content: counter(number);
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #0074be;
  border-radius: 100%;
  color: #0074be;
  font-size: 1.125rem;
  border-radius: 100%;
  flex: none;
  margin-right: 1.25rem;
}

/**************************************************
    Table
***************************************************/
.table-a, .column-table- table:not(.table-a-compact), .wysiwyg table, .acms-entry .entry-container > table {
  width: 100%;
  margin: 0 auto 1.25rem;
}
@media only screen and (max-width: 767px) {
  .table-a, .column-table- table:not(.table-a-compact), .wysiwyg table, .acms-entry .entry-container > table {
    margin: 0 auto 2.5rem;
  }
}
.table-a > thead > tr > th, .column-table- table:not(.table-a-compact) > thead > tr > th, .wysiwyg table > thead > tr > th, .acms-entry .entry-container > table > thead > tr > th, .table-a > thead > tr > td, .column-table- table:not(.table-a-compact) > thead > tr > td, .wysiwyg table > thead > tr > td, .acms-entry .entry-container > table > thead > tr > td, .table-a > tbody > tr > th, .column-table- table:not(.table-a-compact) > tbody > tr > th, .wysiwyg table > tbody > tr > th, .acms-entry .entry-container > table > tbody > tr > th, .table-a > tbody > tr > td, .column-table- table:not(.table-a-compact) > tbody > tr > td, .wysiwyg table > tbody > tr > td, .acms-entry .entry-container > table > tbody > tr > td {
  padding: 0.875rem;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .table-a > thead > tr > th, .column-table- table:not(.table-a-compact) > thead > tr > th, .wysiwyg table > thead > tr > th, .acms-entry .entry-container > table > thead > tr > th, .table-a > thead > tr > td, .column-table- table:not(.table-a-compact) > thead > tr > td, .wysiwyg table > thead > tr > td, .acms-entry .entry-container > table > thead > tr > td, .table-a > tbody > tr > th, .column-table- table:not(.table-a-compact) > tbody > tr > th, .wysiwyg table > tbody > tr > th, .acms-entry .entry-container > table > tbody > tr > th, .table-a > tbody > tr > td, .column-table- table:not(.table-a-compact) > tbody > tr > td, .wysiwyg table > tbody > tr > td, .acms-entry .entry-container > table > tbody > tr > td {
    font-size: 0.875rem;
  }
}
.table-a > thead > tr > th, .column-table- table:not(.table-a-compact) > thead > tr > th, .wysiwyg table > thead > tr > th, .acms-entry .entry-container > table > thead > tr > th, .table-a > tbody > tr > th, .column-table- table:not(.table-a-compact) > tbody > tr > th, .wysiwyg table > tbody > tr > th, .acms-entry .entry-container > table > tbody > tr > th {
  background: #f5f5f5;
  white-space: nowrap;
  vertical-align: top;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .table-a > thead > tr > th, .column-table- table:not(.table-a-compact) > thead > tr > th, .wysiwyg table > thead > tr > th, .acms-entry .entry-container > table > thead > tr > th, .table-a > tbody > tr > th, .column-table- table:not(.table-a-compact) > tbody > tr > th, .wysiwyg table > tbody > tr > th, .acms-entry .entry-container > table > tbody > tr > th {
    width: 40%;
    white-space: normal;
  }
}
.table-a > thead > tr > td, .column-table- table:not(.table-a-compact) > thead > tr > td, .wysiwyg table > thead > tr > td, .acms-entry .entry-container > table > thead > tr > td, .table-a > tbody > tr > td, .column-table- table:not(.table-a-compact) > tbody > tr > td, .wysiwyg table > tbody > tr > td, .acms-entry .entry-container > table > tbody > tr > td {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .table-a > thead > tr > td, .column-table- table:not(.table-a-compact) > thead > tr > td, .wysiwyg table > thead > tr > td, .acms-entry .entry-container > table > thead > tr > td, .table-a > tbody > tr > td, .column-table- table:not(.table-a-compact) > tbody > tr > td, .wysiwyg table > tbody > tr > td, .acms-entry .entry-container > table > tbody > tr > td {
    width: 60%;
  }
}
.table-a > thead > tr > td > table, .column-table- table:not(.table-a-compact) > thead > tr > td > table, .wysiwyg table > thead > tr > td > table, .acms-entry .entry-container > table > thead > tr > td > table, .table-a > tbody > tr > td > table, .column-table- table:not(.table-a-compact) > tbody > tr > td > table, .wysiwyg table > tbody > tr > td > table, .acms-entry .entry-container > table > tbody > tr > td > table {
  width: -moz-max-content;
  width: max-content;
}
.table-a > thead > tr > td > table > tbody > tr > th, .column-table- table:not(.table-a-compact) > thead > tr > td > table > tbody > tr > th, .wysiwyg table > thead > tr > td > table > tbody > tr > th, .acms-entry .entry-container > table > thead > tr > td > table > tbody > tr > th, .table-a > tbody > tr > td > table > tbody > tr > th, .column-table- table:not(.table-a-compact) > tbody > tr > td > table > tbody > tr > th, .wysiwyg table > tbody > tr > td > table > tbody > tr > th, .acms-entry .entry-container > table > tbody > tr > td > table > tbody > tr > th {
  font-weight: normal;
}
.table-a > thead > tr > td > table > tbody > tr > td, .column-table- table:not(.table-a-compact) > thead > tr > td > table > tbody > tr > td, .wysiwyg table > thead > tr > td > table > tbody > tr > td, .acms-entry .entry-container > table > thead > tr > td > table > tbody > tr > td, .table-a > tbody > tr > td > table > tbody > tr > td, .column-table- table:not(.table-a-compact) > tbody > tr > td > table > tbody > tr > td, .wysiwyg table > tbody > tr > td > table > tbody > tr > td, .acms-entry .entry-container > table > tbody > tr > td > table > tbody > tr > td {
  text-align: right;
}
.table-a > thead > tr > td > table > tbody > tr > td.indent, .column-table- table:not(.table-a-compact) > thead > tr > td > table > tbody > tr > td.indent, .wysiwyg table > thead > tr > td > table > tbody > tr > td.indent, .acms-entry .entry-container > table > thead > tr > td > table > tbody > tr > td.indent, .table-a > tbody > tr > td > table > tbody > tr > td.indent, .column-table- table:not(.table-a-compact) > tbody > tr > td > table > tbody > tr > td.indent, .wysiwyg table > tbody > tr > td > table > tbody > tr > td.indent, .acms-entry .entry-container > table > tbody > tr > td > table > tbody > tr > td.indent {
  padding-right: 2em;
}
.table-a > thead > tr > td > table > tbody > tr > td.indent-b, .column-table- table:not(.table-a-compact) > thead > tr > td > table > tbody > tr > td.indent-b, .wysiwyg table > thead > tr > td > table > tbody > tr > td.indent-b, .acms-entry .entry-container > table > thead > tr > td > table > tbody > tr > td.indent-b, .table-a > tbody > tr > td > table > tbody > tr > td.indent-b, .column-table- table:not(.table-a-compact) > tbody > tr > td > table > tbody > tr > td.indent-b, .wysiwyg table > tbody > tr > td > table > tbody > tr > td.indent-b, .acms-entry .entry-container > table > tbody > tr > td > table > tbody > tr > td.indent-b {
  padding-right: 1em;
}
.table-a > thead > tr > td > table > tbody > tr > td.spacer, .column-table- table:not(.table-a-compact) > thead > tr > td > table > tbody > tr > td.spacer, .wysiwyg table > thead > tr > td > table > tbody > tr > td.spacer, .acms-entry .entry-container > table > thead > tr > td > table > tbody > tr > td.spacer, .table-a > tbody > tr > td > table > tbody > tr > td.spacer, .column-table- table:not(.table-a-compact) > tbody > tr > td > table > tbody > tr > td.spacer, .wysiwyg table > tbody > tr > td > table > tbody > tr > td.spacer, .acms-entry .entry-container > table > tbody > tr > td > table > tbody > tr > td.spacer {
  padding: 0 1.25rem;
}
.table-a > thead > tr:first-child th, .column-table- table:not(.table-a-compact) > thead > tr:first-child th, .wysiwyg table > thead > tr:first-child th, .acms-entry .entry-container > table > thead > tr:first-child th, .table-a > tbody > tr:first-child th, .column-table- table:not(.table-a-compact) > tbody > tr:first-child th, .wysiwyg table > tbody > tr:first-child th, .acms-entry .entry-container > table > tbody > tr:first-child th {
  border-top: 1px solid #e5e5e5;
}
.table-a > thead > tr:last-child th, .column-table- table:not(.table-a-compact) > thead > tr:last-child th, .wysiwyg table > thead > tr:last-child th, .acms-entry .entry-container > table > thead > tr:last-child th, .table-a > tbody > tr:last-child th, .column-table- table:not(.table-a-compact) > tbody > tr:last-child th, .wysiwyg table > tbody > tr:last-child th, .acms-entry .entry-container > table > tbody > tr:last-child th {
  border-bottom: 1px solid #e5e5e5;
}
.table-a.th-w20 > tbody > tr > th, .column-table- table.th-w20:not(.table-a-compact) > tbody > tr > th, .wysiwyg table.th-w20 > tbody > tr > th, .acms-entry .entry-container > table.th-w20 > tbody > tr > th {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .table-a.th-w20 > tbody > tr > th, .column-table- table.th-w20:not(.table-a-compact) > tbody > tr > th, .wysiwyg table.th-w20 > tbody > tr > th, .acms-entry .entry-container > table.th-w20 > tbody > tr > th {
    width: 100%;
    display: block;
    border: none;
    padding: 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .table-a.th-w20 > tbody > tr > td, .column-table- table.th-w20:not(.table-a-compact) > tbody > tr > td, .wysiwyg table.th-w20 > tbody > tr > td, .acms-entry .entry-container > table.th-w20 > tbody > tr > td {
    width: 100%;
    display: block;
    border: none;
    padding: 0.625rem 0;
  }
}

.table-b {
  width: 100%;
  margin: 0 auto 1.875rem;
  border-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .table-b {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2.5rem;
  }
}
.table-b thead th {
  background: #F2F2F2;
  color: #000;
  border: none;
  font-weight: bold;
}
.table-b th, .table-b td {
  padding: 1rem 1.875rem;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .table-b th, .table-b td {
    font-size: 0.875rem;
    display: block;
    padding: 0.625rem 1.25rem;
  }
}
.table-b th {
  background: #f5f5f5;
  white-space: nowrap;
  border-top: 1px solid #e5e5e5;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .table-b th {
    width: 100%;
  }
}
.table-b td {
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .table-b td {
    width: 100%;
  }
}
.table-b td.office-block {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .table-b td.office-block {
    display: block;
  }
}
.table-b td.office-block .thumbnail {
  max-width: 12.5rem;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .table-b td.office-block .thumbnail {
    width: 100%;
    max-width: 100%;
    margin-top: 1.25rem;
  }
}
.table-b td.office-block .body {
  margin-left: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: auto;
}
@media only screen and (max-width: 767px) {
  .table-b td.office-block .body {
    display: block;
    padding: 1.25rem 0;
    margin: 0 auto;
    text-align: center;
  }
}
.table-b td.office-block .body .text {
  flex: auto;
}
.table-b td.office-block .body .text .name {
  font-size: 1.125rem;
  flex: none;
  margin-bottom: 0.375rem;
  font-weight: bold;
}
.table-b td.office-block .body .text .address {
  flex: auto;
  flex-grow: 1;
  margin-bottom: 0.375rem;
}
.table-b td.office-block .body .button-more {
  font-size: 0.875rem;
  margin: 0 0 0 1.25rem;
}
.table-b tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}

.table-c {
  width: 100%;
  margin: 0 auto 1.875rem;
  border-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .table-c {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2.5rem;
  }
}
.table-c thead th {
  background: #F2F2F2;
  color: #000;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.table-c th, .table-c td {
  padding: 1rem 1.875rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .table-c th, .table-c td {
    font-size: 0.875rem;
    display: block;
    padding: 0.625rem 1.25rem;
  }
}
.table-c th {
  background: #f5f5f5;
  white-space: nowrap;
  font-weight: normal;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .table-c th {
    width: 100%;
  }
}
.table-c td {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .table-c td {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .table-scroll {
    overflow-x: hidden !important;
  }
}
@media only screen and (max-width: 767px) {
  .table-scroll {
    width: 100%;
    overflow-x: auto !important;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-scroll .scroll-hint-icon {
    top: calc(50% - 45px);
    left: calc(50% - 90px);
    width: 180px;
    height: 90px;
  }
  .table-scroll .table-a > thead > tr > th, .table-scroll .column-table- table:not(.table-a-compact) > thead > tr > th, .column-table- .table-scroll table:not(.table-a-compact) > thead > tr > th, .table-scroll .wysiwyg table > thead > tr > th, .wysiwyg .table-scroll table > thead > tr > th, .table-scroll .acms-entry .entry-container > table > thead > tr > th, .acms-entry .table-scroll .entry-container > table > thead > tr > th, .table-scroll .table-b > thead > tr > th, .table-scroll .table-c > thead > tr > th {
    white-space: nowrap !important;
    padding: 0.5rem 0.875rem;
  }
  .table-scroll .table-a > tbody > tr > th, .table-scroll .column-table- table:not(.table-a-compact) > tbody > tr > th, .column-table- .table-scroll table:not(.table-a-compact) > tbody > tr > th, .table-scroll .wysiwyg table > tbody > tr > th, .wysiwyg .table-scroll table > tbody > tr > th, .table-scroll .acms-entry .entry-container > table > tbody > tr > th, .acms-entry .table-scroll .entry-container > table > tbody > tr > th, .table-scroll .table-a > tbody > tr > td, .table-scroll .column-table- table:not(.table-a-compact) > tbody > tr > td, .column-table- .table-scroll table:not(.table-a-compact) > tbody > tr > td, .table-scroll .wysiwyg table > tbody > tr > td, .wysiwyg .table-scroll table > tbody > tr > td, .table-scroll .acms-entry .entry-container > table > tbody > tr > td, .acms-entry .table-scroll .entry-container > table > tbody > tr > td, .table-scroll .table-b > tbody > tr > th, .table-scroll .table-b > tbody > tr > td, .table-scroll .table-c > tbody > tr > th, .table-scroll .table-c > tbody > tr > td {
    display: table-cell;
    white-space: nowrap !important;
    padding: 0.5rem 0.875rem;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
}
.scroll-hint-icon-wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .scroll-hint-icon-wrap {
    display: block;
  }
}

.goal-table {
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
.goal-table th,
.goal-table td {
  border: 1px solid #e5e5e5;
}
.goal-table th {
  background: #F2F2F2;
}
.goal-table td {
  width: 30%;
}

/**************************************************
    icon
***************************************************/
.icon, .icon-motif-b-white-after::after, .icon-motif-b-white::before, .icon-motif-b-after::after, .icon-motif-b::before, .icon-motif-a-after::after, .icon-motif-a::before, .icon-pdf-after::after, .icon-pdf::before, .icon-external-after::after, .icon-external::before {
  display: inline-block;
  vertical-align: middle;
}

.link-tel {
  text-decoration: none;
}

.icon-external::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_external.svg) no-repeat 0 0;
  background-size: 1em 1em;
}

.icon-external-after::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_external.svg) no-repeat 0 0;
  background-size: 1em 1em;
  margin-right: 0;
  margin-left: 0.5em;
}

.icon-pdf::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_pdf.svg) no-repeat 0 0;
  background-size: 1em 1em;
}

.icon-pdf-after::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_pdf.svg) no-repeat 0 0;
  background-size: 1em 1em;
  margin-right: 0;
  margin-left: 0.5em;
}

.icon-motif-a::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_motif-a.svg) no-repeat 0 0;
  background-size: 1em 1em;
}

.icon-motif-a-after::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_motif-a.svg) no-repeat 0 0;
  background-size: 1em 1em;
  margin-right: 0;
  margin-left: 0.5em;
}

.icon-motif-b::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_motif-b.svg) no-repeat 0 0;
  background-size: 1em 1em;
}

.icon-motif-b-after::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_motif-b.svg) no-repeat 0 0;
  background-size: 1em 1em;
  margin-right: 0;
  margin-left: 0.5em;
}

.icon-motif-b-white::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_motif-b-white.svg) no-repeat 0 0;
  background-size: 1em 1em;
}

.icon-motif-b-white-after::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_motif-b-white.svg) no-repeat 0 0;
  background-size: 1em 1em;
  margin-right: 0;
  margin-left: 0.5em;
}

/**************************************************
    Form
***************************************************/
.form-step {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  background: #fafafa;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .form-step {
    margin: 0 0 10px;
  }
}
.form-step > li {
  position: relative;
  width: 33.3%;
  padding: 1em;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .form-step > li {
    font-size: 0.75rem;
    padding: 1em 0;
  }
  .form-step > li:nth-child(2) {
    width: 50%;
  }
}
.form-step > li.-current {
  background: #abcd03;
  color: #fff;
  font-weight: bold;
}
.form-step > li.-current::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
@media only screen and (max-width: 767px) {
  .form-step > li.-current::before {
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
  }
}
.form-step > li.-current::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #abcd03;
}
@media only screen and (max-width: 767px) {
  .form-step > li.-current::after {
    right: -15px;
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
    border-left: 15px solid #abcd03;
  }
}
.form-step > li:first-child {
  border-left: 0;
}
.form-step > li:first-child.-current::before {
  display: none;
}
.form-step > li:last-child {
  border-right: 0;
}

.form-content {
  margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
  .form-content {
    max-width: 100%;
    margin: 0 0 20px;
  }
}

.form-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.5em 0;
  border-bottom: 1px solid #DDD;
}
.form-row > .form-col:first-child {
  position: relative;
  box-sizing: border-box;
  font-weight: bold;
}
@media (min-width: 769px) {
  .form-row > .form-col:first-child {
    width: 30%;
    padding-right: 1em;
  }
  .form-row > .form-col:last-child {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .form-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-row > .form-col:first-child {
    margin-bottom: 0.5em;
  }
  .form-row > .form-col:last-child {
    width: 100%;
  }
}

.form-inline {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-inline:not(:last-child) {
  margin-bottom: 0.5em;
}
.form-inline > .form-col {
  margin-right: 0.5em;
}

.form-inline-column {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: auto;
  margin: 0 -0.625rem;
}
.form-inline-column > .form-col {
  padding: 0 0.625rem;
}
.form-inline-column > .form-col-inline .col-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-inline-column > .form-col-inline .col-inner > .text {
  display: block;
  flex-shrink: 0;
}
.form-inline-column > .form-col-inline .col-inner > .text.-left {
  margin-right: 0.625rem;
}
.form-inline-column > .form-col-inline .col-inner > .text.-right {
  margin-left: 0.625rem;
}
.form-inline-column > .form-col-inline .error {
  width: 100%;
}

.form-table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.form-table th, .form-table td {
  zoom: 1;
}
.form-table th:after, .form-table td:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.form-table th, .form-table td {
  border-bottom: 1px solid #dddddd;
}
.form-table th table th, .form-table th table td, .form-table td table th, .form-table td table td {
  border-bottom: none;
}
.form-table th {
  width: 25%;
  text-align: left;
  font-size: 0.94em;
  vertical-align: top;
  padding: 1em;
}
.form-table td {
  padding: 1em;
}
.form-table tr:last-child th, .form-table tr:last-child td {
  border-bottom: 0;
}

::-moz-placeholder {
  color: #999 !important;
}

::placeholder {
  color: #999 !important;
}

.text-field, .text-area, .select-box {
  width: 100%;
  background: #fff !important;
  padding: 0.7em !important;
  box-shadow: none !important;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.text-field.-error, .text-area.-error, .select-box.-error {
  background: #fff0f0;
  border-color: #f4c2c2;
}
.text-field.-inline, .text-area.-inline, .select-box.-inline {
  width: 20%;
  margin-right: 1em;
}
.text-field[disabled], .text-field[readonly], .text-area[disabled], .text-area[readonly], .select-box[disabled], .select-box[readonly] {
  color: #999;
  background: #DDD;
  border: 1px solid #CCC;
}
.text-field[name=inquiry], .text-area[name=inquiry], .select-box[name=inquiry] {
  height: 8em;
}

.radio-button, .check-box {
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .radio-button, .check-box {
    display: block;
  }
}
.radio-button > input, .check-box > input {
  margin-right: 0.375rem;
}

.check-box-other {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .check-box-other {
    flex-wrap: wrap;
  }
}
.check-box-other .check-box {
  flex-shrink: 0;
  margin-top: 0.625rem;
}
.check-box-other .check-box:last-child {
  margin-left: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .check-box-other .check-box:last-child {
    margin-left: 0;
  }
}
.check-box-other .text-field {
  width: 18.4375rem;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .check-box-other .text-field {
    width: 100%;
  }
}

.required, .any {
  float: right;
  color: #fff;
  padding: 2px 10px;
  font-size: 0.75rem;
  margin: 0 1em;
}
.required.required, .any.required {
  background: #54c3f1;
}
.required.any, .any.any {
  background: #ccc;
}

.check-privacy {
  text-align: center;
  margin-top: 2.5rem;
}
.check-privacy .description {
  display: block;
}
.check-privacy .agree {
  display: block;
  margin: 1.5em 0 0;
  padding: 1em 2em;
  background: #EEE;
}

.form-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.form-action > li {
  margin: 0 10px 20px;
}

.form-button {
  display: inline-block;
  color: #FFF;
  background: #54c3f1;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  margin: 0 auto;
  border-radius: 50px;
  padding: 0.75em 2em;
  transition: all 0.3s;
}
.form-button:hover {
  background: #d0d6de;
}
.form-button.-back {
  background: #AAA;
}
.form-button.-back:hover {
  background: #d0d6de;
}
.form-button.-outline {
  color: #666;
  border: 1px solid #666;
  background: transparent;
}
.form-button.-outline:hover {
  text-decoration: none;
  color: #999;
  border-color: #999;
}

.error {
  display: block;
  color: #ff0000;
  font-size: 0.88em;
  padding-top: 0.5em;
}

#contact .supplement {
  font-size: 0.75rem;
  color: #999;
  vertical-align: middle;
  margin-right: 0.5rem;
}

/**************************************************
    block
***************************************************/
.video-block {
  width: 53.75rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .video-block {
    width: 100%;
    height: auto;
  }
}
.video-block video {
  width: 100%;
  width: 53.75rem;
  height: 30.25rem;
  padding: 0;
  margin: 0 auto;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  outline: none;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .video-block video {
    width: 100%;
    height: auto;
  }
}
.video-block .caption {
  margin: 1.25rem auto 0;
  color: #999;
}

.content-block {
  background: #fff;
  border: 6px solid #f5f5f5;
  border-radius: 10px;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .content-block {
    padding: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.content-block > .section-title-a {
  margin: -0.625rem 0 1.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .content-block > .section-title-a {
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0 0 1.25rem;
  }
}
.content-block > .section-message {
  margin-bottom: 1.875rem;
}
.content-block > .section-message > .section-phrase {
  margin-left: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .content-block > .section-message > .section-phrase {
    margin-left: 0;
  }
}
.content-block > .section-message > .section-list {
  margin-left: 2.25rem;
}
@media only screen and (max-width: 767px) {
  .content-block > .section-message > .section-list {
    margin-left: 1.25rem;
  }
}
.content-block:last-child {
  margin-bottom: 0;
}

.catch-block {
  position: relative;
}
.catch-block img {
  width: 100%;
  height: auto;
}
.catch-block .caption {
  background: #fff;
  position: absolute;
  top: 3.125rem;
  right: 3.75rem;
  writing-mode: vertical-rl;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  font-feature-settings: normal;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 1.5625rem;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .catch-block .caption {
    writing-mode: horizontal-tb;
    font-size: 1.3125rem;
    position: static;
    padding: 1.25rem 0 0;
    line-height: 1.6;
  }
}
.catch-block .caption::before {
  content: "";
  background: url(../images/icon/icon_motif-a6.svg) no-repeat;
  background-size: 4rem 3.25rem;
  width: 4rem;
  height: 3.25rem;
  display: block;
  position: absolute;
  top: -0.5rem;
  left: -2.625rem;
}
@media only screen and (max-width: 767px) {
  .catch-block .caption::before {
    display: none;
  }
}
.catch-block .caption::after {
  content: "";
  background: url(../images/icon/icon_motif-a2.svg) no-repeat;
  background-size: 3.25rem 4.0625rem;
  width: 3.25rem;
  height: 4.0625rem;
  display: block;
  position: absolute;
  right: -1.375rem;
  bottom: -1.375rem;
}
@media only screen and (max-width: 767px) {
  .catch-block .caption::after {
    display: none;
  }
}

.image-block {
  display: flex;
  justify-content: space-between;
  margin: 2.5rem 0 0;
}
@media only screen and (max-width: 767px) {
  .image-block {
    display: block;
    margin: 1.25rem 0 0;
  }
}
.image-block .image {
  width: 100%;
  max-width: 37.5rem;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .image-block .image {
    margin-bottom: 1.25rem;
  }
}
.image-block .image.w400 {
  max-width: 25rem;
}
@media only screen and (max-width: 767px) {
  .image-block .image.w400 {
    max-width: 100%;
  }
}
.image-block .image img {
  width: 100%;
  height: auto;
}
.image-block .body {
  flex-grow: 1;
  flex: auto;
}
.image-block .body .section-title-a {
  font-size: 1.3125rem;
  margin-bottom: 1.25rem;
}
.image-block .body > p {
  font-size: 1.125rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .image-block .body > p {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.image-block.-left .image {
  order: 1;
}
.image-block.-left .body {
  order: 2;
  margin-left: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .image-block.-left .body {
    margin: 0 auto;
  }
}
.image-block.-right .image {
  order: 2;
}
.image-block.-right .body {
  order: 1;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .image-block.-right .body {
    margin: 0 auto;
  }
}

.color-block {
  display: flex;
  margin: 2.5rem 0;
}
@media only screen and (max-width: 767px) {
  .color-block {
    flex-direction: column;
  }
}
.color-block > .item {
  width: 50%;
  padding: 1.25rem 1.25rem 0;
}
@media only screen and (max-width: 767px) {
  .color-block > .item.sp-order1 {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .color-block > .item.sp-order2 {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .color-block > .item {
    width: 100%;
    padding: 1.25rem 1.25rem 0.0625rem;
  }
}
.color-block > .item > .inner {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background: #fff;
  border-radius: 10px;
}
.color-block > .item > .inner .logo {
  text-align: center;
  margin: 1.25rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.color-block > .item > .inner .logo img {
  width: auto;
}
.color-block > .item > .inner .logo.-small {
  height: 8.75rem;
}
.color-block > .item > .inner .logo.-small img {
  max-height: 8.75rem;
}
.color-block > .item > .inner .logo.-middle {
  height: 12.5rem;
}
.color-block > .item > .inner .logo.-middle img {
  max-height: 12.5rem;
}
.color-block > .item > .inner .logo.-large {
  height: 18.75rem;
}
.color-block > .item > .inner .logo.-large img {
  max-height: 18.75rem;
}
.color-block > .item > .inner .title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  padding: 0.625rem 0.625rem 0.5625rem;
  margin: -1.25rem -1.25rem 0;
  border-radius: 10px 10px 0 0;
}
.color-block > .item > .inner .lead {
  margin-top: 1.25rem;
}
.color-block > .item > .inner .lead.-indent {
  text-indent: -5em;
  padding-left: 5em;
}
.color-block > .item.-left {
  background: #d3edfb;
}
.color-block > .item.-left .title {
  background: #54c3f1;
}
.color-block > .item.-right {
  background: #d6e9c4;
}
.color-block > .item.-right .title {
  background: #abcd03;
}
.color-block.-single {
  justify-content: center;
}

.introduction-block {
  display: flex;
  align-items: center;
  margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .introduction-block {
    display: block;
    margin-top: 2.5rem;
  }
}
.introduction-block .image {
  flex-shrink: 0;
  max-width: 37.5rem;
}
@media only screen and (max-width: 767px) {
  .introduction-block .image {
    max-width: 100%;
  }
}
.introduction-block .body {
  padding: 1.875rem;
  background: #fff;
  border-radius: 4px;
  z-index: 2;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 1, 0.05);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .introduction-block .body {
    padding: 1.5625rem 1.25rem;
  }
}
.introduction-block .body .title-ja {
  font-size: 1.375rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  border-left: 3px solid #54c3f1;
  position: relative;
  margin-bottom: 1.125rem;
  padding: 0 0 0 1.125rem;
}
@media only screen and (max-width: 767px) {
  .introduction-block .body .title-ja {
    font-size: 1.25rem;
  }
}
.introduction-block .body .title-ja::before {
  content: "";
  background: #abcd03;
  display: block;
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 3px;
  height: 50%;
}
.introduction-block .body .title-en {
  font-size: 3rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  color: rgba(40, 84, 164, 0.8);
  display: block;
  position: absolute;
  top: -1.5625rem;
  right: -1.25rem;
}
@media only screen and (max-width: 767px) {
  .introduction-block .body .title-en {
    top: -1.875rem;
    right: 1.25rem;
  }
}
.introduction-block .body p {
  font-size: 1rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .introduction-block .body p {
    font-size: 0.9375rem;
  }
}
.introduction-block.-left .image {
  order: 1;
}
.introduction-block.-left .body {
  order: 2;
  margin-left: -6.25rem;
}
@media only screen and (max-width: 767px) {
  .introduction-block.-left .body {
    margin: 0 auto;
  }
}
.introduction-block.-right .image {
  order: 2;
}
.introduction-block.-right .body {
  order: 1;
  margin-right: -6.25rem;
}
@media only screen and (max-width: 767px) {
  .introduction-block.-right .body {
    margin: 0 auto;
  }
}
.introduction-block.-right .body .title-en {
  right: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .introduction-block.-right .body .title-en {
    top: -1.875rem;
    right: 1.25rem;
  }
}

/**************************************************
    Card
***************************************************/
/* -----------------------------------------------
  Column
-------------------------------------------------- */
.column-2, .column-3, .column-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -0.625rem 0.625rem;
}
.column-2 .clearHidden, .column-3 .clearHidden, .column-4 .clearHidden {
  display: none;
}
.column-2 > .column, .column-2 .column-image-left, .column-3 > .column, .column-3 .column-image-left, .column-4 > .column, .column-4 .column-image-left {
  box-sizing: border-box;
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.column-2 > .column img, .column-2 .column-image-left img, .column-3 > .column img, .column-3 .column-image-left img, .column-4 > .column img, .column-4 .column-image-left img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.column-2.column-2 > .column, .column-2.column-2 [class*=column-image], .column-2.column-2 [class*=column-media], .column-3.column-2 > .column, .column-3.column-2 [class*=column-image], .column-3.column-2 [class*=column-media], .column-4.column-2 > .column, .column-4.column-2 [class*=column-image], .column-4.column-2 [class*=column-media] {
  width: 50% !important;
}
@media only screen and (max-width: 767px) {
  .column-2.column-2 > .column.-full, .column-2.column-2 [class*=column-image].-full, .column-2.column-2 [class*=column-media].-full, .column-3.column-2 > .column.-full, .column-3.column-2 [class*=column-image].-full, .column-3.column-2 [class*=column-media].-full, .column-4.column-2 > .column.-full, .column-4.column-2 [class*=column-image].-full, .column-4.column-2 [class*=column-media].-full {
    width: 100% !important;
  }
}
.column-2.column-3 > .column, .column-2.column-3 [class*=column-image], .column-2.column-3 [class*=column-media], .column-3.column-3 > .column, .column-3.column-3 [class*=column-image], .column-3.column-3 [class*=column-media], .column-4.column-3 > .column, .column-4.column-3 [class*=column-image], .column-4.column-3 [class*=column-media] {
  width: 33.3% !important;
}
.column-2.column-3::after, .column-3.column-3::after, .column-4.column-3::after {
  content: "";
  display: block;
  width: 33.3% !important;
}
.column-2.column-4 > .column, .column-2.column-4 [class*=column-image], .column-2.column-4 [class*=column-media], .column-3.column-4 > .column, .column-3.column-4 [class*=column-image], .column-3.column-4 [class*=column-media], .column-4.column-4 > .column, .column-4.column-4 [class*=column-image], .column-4.column-4 [class*=column-media] {
  width: 25% !important;
}
.column-2.column-4::before, .column-2.column-4::after, .column-3.column-4::before, .column-3.column-4::after, .column-4.column-4::before, .column-4.column-4::after {
  order: 1;
  content: "";
  display: block;
  width: 25% !important;
}

/* -----------------------------------------------
  Service
-------------------------------------------------- */
.index-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 1.25rem -0.625rem -1.25rem;
}
@media only screen and (max-width: 767px) {
  .index-list {
    margin: 0.625rem -0.3125rem -0.625rem;
  }
}
.index-list .index-card {
  width: 33.33%;
  padding: 1.25rem 0.625rem;
}
@media only screen and (max-width: 767px) {
  .index-list .index-card {
    width: 100%;
    padding: 0.625rem 0.3125rem;
  }
}
.index-list .index-card .image {
  margin-bottom: 1.25rem;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .index-list .index-card .image {
    margin-bottom: 0.625rem;
  }
}
.index-list .index-card .image a:hover {
  text-decoration: none;
}
.index-list .index-card .image a:hover img {
  transform: scale(1.1, 1.1);
  opacity: 0.5;
  transition: all 0.3s;
}
.index-list .index-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: all 0.3s;
}
.index-list .index-card .image .order {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  align-items: flex-start;
  color: #fff;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .index-list .index-card .image .order {
    top: 0.375rem;
    right: 0.375rem;
  }
}
.index-list .index-card .image .order .text {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  display: block;
  line-height: 1;
  padding-top: 0.25rem;
  margin-right: 0.5rem;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .index-list .index-card .image .order .text {
    font-size: 0.5rem;
  }
}
.index-list .index-card .image .order .number {
  font-size: 2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 500;
  display: block;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .index-list .index-card .image .order .number {
    font-size: 1rem;
  }
}
.index-list .index-card .image .lead {
  font-size: 0.75rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: absolute;
  bottom: 0.9375rem;
  left: 0.9375rem;
  pointer-events: none;
}
.index-list .index-card .image .lead span {
  background: #fff;
  padding: 0.25rem 0.625rem;
  margin-top: 0.375rem;
}
.index-list .index-card .image .lead span:first-child {
  margin-top: 0;
}
.index-list .index-card .title {
  font-size: 1.125rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.6;
  text-indent: -1.55em;
  padding-left: 1.55em;
}
@media only screen and (max-width: 767px) {
  .index-list .index-card .title {
    font-size: 1rem;
    text-indent: -1.6em;
    padding-left: 1.6em;
  }
}
.index-list .index-card .title::before {
  margin: -0.1875rem 0.625rem 0 0;
}
.index-list .index-card .lead {
  font-size: 0.875rem;
  margin: 0.375rem 0 0;
}
@media only screen and (max-width: 767px) {
  .index-list.sp-single .index-card {
    width: 100%;
  }
}

/* -----------------------------------------------
  News
-------------------------------------------------- */
.information-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -0.9375rem -0.9375rem;
}
@media only screen and (max-width: 767px) {
  .information-list {
    margin: 0 -0.3125rem 1.25rem;
  }
}
.information-list .information-card {
  width: 33.33%;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .information-list .information-card {
    width: 50%;
    padding: 0 0.3125rem;
    margin-bottom: 0.625rem;
  }
}

.information-card > .item {
  display: block;
  text-decoration: none;
  position: relative;
}
.information-card > .item:hover .thumbnail {
  transition: all 0.3s;
}
.information-card > .item:hover .thumbnail img {
  width: 110%;
  height: auto;
  opacity: 0.8;
  transition: all 0.3s;
}
.information-card > .item:hover .body .title {
  color: #54c3f1;
  transition: all 0.3s;
}
.information-card .category-label {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.information-card .category-label > .item {
  font-size: 0.625rem;
  color: #fff;
  font-weight: bold;
  padding: 0.25rem 0.625rem;
  border-radius: 4px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .information-card .category-label > .item {
    font-size: 0.5rem;
    padding: 0.125rem 0.375rem;
  }
}
.information-card .category-label > .item.label {
  background: #54c3f1;
  margin: 0 0.3125rem 0.3125rem 0;
}
.information-card .category-label > .item.category {
  background: #abcd03;
  margin: 0 0.3125rem 0.3125rem 0;
}
.information-card .thumbnail {
  background: #fafafa;
  margin-bottom: 1.25rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.information-card .thumbnail::before {
  content: "";
  display: block;
  padding-bottom: 66.666666%;
}
.information-card .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.4s ease-out;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
}
@media only screen and (max-width: 767px) {
  .information-card .thumbnail {
    margin-bottom: 0.625rem;
  }
}
.information-card .thumbnail img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}
.information-card .body .date {
  display: block;
  font-size: 0.875rem;
  color: #54c3f1;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .information-card .body .date {
    font-size: 0.75rem;
    margin-bottom: 0.125rem;
  }
}
.information-card .body .title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .information-card .body .title {
    font-size: 0.875rem;
  }
}

/**************************************************
	a-blog cms
***************************************************/
/* -----------------------------------------------
	Base
-------------------------------------------------- */
.acms-admin-form-edit {
  font-weight: normal;
}

/* -----------------------------------------------
AdminBox
-------------------------------------------------- */
.entryFormColumn #more {
  display: none !important;
}

#adminBox {
  margin: 0;
}

.acms-entry + .acms-box-medium {
  margin-top: 20px;
}

/* -----------------------------------------------
	Lite Editor
-------------------------------------------------- */
.color-red {
  font-weight: bold;
  color: #F00;
}

.color-orange {
  font-weight: bold;
  color: #F60;
}

.color-green {
  font-weight: bold;
  color: #096;
}

.color-blue {
  font-weight: bold;
  color: #06C;
}

.color-pink {
  font-weight: bold;
  color: #F06;
}

.color-gray {
  font-weight: bold;
  color: #888;
}

.color-yellow {
  font-weight: bold;
  color: #FC3;
}

.color-yGreen {
  font-weight: bold;
  color: #9C3;
}

.lite-editor-toolbox span[class*=color-],
.acms-admin-form-radio span[class*=color-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.lite-editor-toolbox .color-red,
.acms-admin-form-radio .color-red {
  background-color: #F00;
}
.lite-editor-toolbox .color-orange,
.acms-admin-form-radio .color-orange {
  background-color: #F60;
}
.lite-editor-toolbox .color-green,
.acms-admin-form-radio .color-green {
  background-color: #096;
}
.lite-editor-toolbox .color-blue,
.acms-admin-form-radio .color-blue {
  background-color: #06C;
}
.lite-editor-toolbox .color-pink,
.acms-admin-form-radio .color-pink {
  background-color: #F06;
}
.lite-editor-toolbox .color-gray,
.acms-admin-form-radio .color-gray {
  background-color: #888;
}
.lite-editor-toolbox .color-yellow,
.acms-admin-form-radio .color-yellow {
  background-color: #FC3;
}
.lite-editor-toolbox .color-yGreen,
.acms-admin-form-radio .color-yGreen {
  background-color: #9C3;
}

.roundtable-edit .acms-admin-form-radio {
  margin-right: 10px;
}

/* -----------------------------------------------
	Grid Custom
-------------------------------------------------- */
@media (min-width: 769px) {
  .acms-entry [class*=column-eximage-],
  .acms-entry [class*=column-image-],
  .acms-entry [class*=column-media-],
  .acms-entry [class*=column-file-] {
    margin: 30px 0;
  }
  .acms-grid > .column-image-left,
  .acms-grid > .column-media-left,
  [class*=box-] > .column-image-left,
  [class*=box-] > .column-media-left {
    padding-right: 25px;
  }
  .acms-grid > .column-image-right,
  .acms-grid > .column-media-right,
  [class*=box-] > .column-image-right,
  [class*=box-] > .column-media-right {
    padding-left: 25px;
  }
  .js-edit_inplace p:last-child {
    margin-bottom: 1em;
  }
  .js-edit_inplace p.caption {
    margin-bottom: 0;
  }
  .js-edit_inplace.align_left + .js-edit_inplace {
    overflow: hidden;
  }
}
.acms-grid > .list-a,
.acms-grid > .list-b,
.acms-grid > .plain,
.wysiwyg .acms-grid > ol,
.wysiwyg .acms-grid > ul,
.acms-entry .acms-grid > ul,
.acms-entry .acms-grid > ol {
  padding-left: 10px;
}

.acms-grid > [class*=box-] {
  margin-left: 10px;
  margin-right: 10px;
}

.caption {
  display: block;
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 0;
  text-align: center;
}

.acms-entry p {
  margin-bottom: 1.25rem;
}
.acms-entry h2 {
  margin-left: 10px;
}
.acms-entry h3 {
  margin-left: 10px;
}
.acms-entry h4 {
  margin-left: 10px;
}
.acms-entry h5 {
  margin-left: 10px;
}
.acms-entry ul, .acms-entry ol {
  margin-left: 30px;
}
.acms-entry .column-media-right, .acms-entry .column-media-left {
  margin: 0 0 1.25rem;
}
@media only screen and (max-width: 767px) {
  .acms-entry .column-media-right, .acms-entry .column-media-left {
    float: none;
    margin: 0 auto 1.25rem;
  }
}
.acms-entry .column-media-right img, .acms-entry .column-media-left img {
  width: 100%;
  height: auto;
}
.acms-entry .column-media-right {
  margin-left: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .acms-entry .column-media-right {
    margin-left: auto;
  }
}
.acms-entry .column-media-left {
  margin-right: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .acms-entry .column-media-left {
    margin-right: auto;
  }
}
.acms-entry .acms-entry-unit-full.acms-col-sm-4, .acms-entry .acms-entry-unit-full.acms-col-sm-6 {
  width: 100%;
  display: flex;
  float: none;
  margin: -1.25rem auto;
}
@media only screen and (max-width: 767px) {
  .acms-entry .acms-entry-unit-full.acms-col-sm-4, .acms-entry .acms-entry-unit-full.acms-col-sm-6 {
    margin: 0 auto;
  }
}
.acms-entry .acms-entry-unit-full.acms-col-sm-4 img, .acms-entry .acms-entry-unit-full.acms-col-sm-6 img {
  width: 100%;
  height: auto;
}
.acms-entry .column-table- {
  margin: 0;
}
.acms-entry .entry-container {
  margin: 0 0 1.25rem 10px;
}
.acms-entry .entry-container > table {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.acms-entry .entry-container > table tr td:first-child {
  background: #f5f5f5;
  white-space: nowrap;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .acms-entry .entry-container > table tr td:first-child {
    width: 40%;
    white-space: normal;
  }
}

/**************************************************
	group setting for a-blog cms post page
***************************************************/
/* -----------------------------------------------
	Column
-------------------------------------------------- */
.column-2, .column-3, .column-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -10px;
}
.column-2 .clearHidden, .column-3 .clearHidden, .column-4 .clearHidden {
  display: none;
}
.column-2 > .column, .column-2 .column-image-left, .column-3 > .column, .column-3 .column-image-left, .column-4 > .column, .column-4 .column-image-left {
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center;
}
.column-2 > .column img, .column-2 .column-image-left img, .column-3 > .column img, .column-3 .column-image-left img, .column-4 > .column img, .column-4 .column-image-left img {
  max-width: 100%;
}
.column-2 > .column img.full, .column-2 .column-image-left img.full, .column-3 > .column img.full, .column-3 .column-image-left img.full, .column-4 > .column img.full, .column-4 .column-image-left img.full {
  width: 100%;
}
.column-2.column-2 > .column, .column-2.column-2 [class*=column-image], .column-2.column-2 [class*=column-media], .column-3.column-2 > .column, .column-3.column-2 [class*=column-image], .column-3.column-2 [class*=column-media], .column-4.column-2 > .column, .column-4.column-2 [class*=column-image], .column-4.column-2 [class*=column-media] {
  width: 50% !important;
}
.column-2.column-3 > .column, .column-2.column-3 [class*=column-image], .column-2.column-3 [class*=column-media], .column-3.column-3 > .column, .column-3.column-3 [class*=column-image], .column-3.column-3 [class*=column-media], .column-4.column-3 > .column, .column-4.column-3 [class*=column-image], .column-4.column-3 [class*=column-media] {
  width: 33.3% !important;
}
.column-2.column-3::after, .column-3.column-3::after, .column-4.column-3::after {
  content: "";
  display: block;
  width: 33.3% !important;
}
.column-2.column-4 > .column, .column-2.column-4 [class*=column-image], .column-2.column-4 [class*=column-media], .column-3.column-4 > .column, .column-3.column-4 [class*=column-image], .column-3.column-4 [class*=column-media], .column-4.column-4 > .column, .column-4.column-4 [class*=column-image], .column-4.column-4 [class*=column-media] {
  width: 25% !important;
}
.column-2.column-4::before, .column-2.column-4::after, .column-3.column-4::before, .column-3.column-4::after, .column-4.column-4::before, .column-4.column-4::after {
  order: 1;
  content: "";
  display: block;
  width: 25% !important;
}

/* -----------------------------------------------
	Box
-------------------------------------------------- */
.box-a, .box-b, .box-c {
  zoom: 1;
}
.box-a:after, .box-b:after, .box-c:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.box-a, .box-b, .box-c {
  clear: both;
  padding: 1.875rem 1.875rem 10px;
  margin: 1.25rem 0 1.25rem 10px;
}
@media only screen and (max-width: 767px) {
  .box-a, .box-b, .box-c {
    padding: 1.25rem 1.25rem 1px;
    word-break: break-all;
  }
}

.box-a {
  background: #d3edfb;
}

.box-b {
  background: #d6e9c4;
}

.box-c {
  border: 1px solid #e5e5e5;
}

/* -----------------------------------------------
	Photo Gallery
-------------------------------------------------- */
.photo-gallery {
  margin: 0 10px 40px;
}
.photo-gallery .slick-slide {
  padding: 0;
}
.photo-gallery .slick-slide img {
  width: 100%;
  height: auto;
}
.photo-gallery .slick-arrow {
  width: 50px;
  height: 50px;
}
.photo-gallery .slick-arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  margin: 0 auto;
  opacity: 1;
}
.photo-gallery .slick-arrow.slick-prev {
  left: 0;
  z-index: 1000;
}
.photo-gallery .slick-arrow.slick-prev::before {
  transform: rotate(-135deg);
}
.photo-gallery .slick-arrow.slick-next {
  right: 0;
  z-index: 1000;
}
.photo-gallery .slick-arrow.slick-next::before {
  overflow: hidden;
  transform: rotate(45deg);
}

/**************************************************
	unit setting for a-blog cms post page
***************************************************/
/* -----------------------------------------------
  Text Unit
-------------------------------------------------- */
/* ---------- wysiwyg ---------- */
.wysiwyg ol, .wysiwyg ul {
  padding-left: 10px;
}
.wysiwyg blockquote {
  margin-left: 10px;
}
.wysiwyg table {
  max-width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  border: 0;
}

/* ---------- inline ---------- */
.highlight {
  background: linear-gradient(transparent 60%, #ffd400 60%);
  font-style: normal;
}

/* -----------------------------------------------
	Table
-------------------------------------------------- */
.column-table- {
  margin: 2em 0;
}
.column-table-:first-child {
  margin-top: 0;
}
.column-table- table {
  margin: 0;
}
.column-table- table:not(.table-a-compact) {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .column-table- .scroll-hint table th, .column-table- .scroll-hint table td {
    white-space: nowrap !important;
  }
}

/* -----------------------------------------------
	File Unit
-------------------------------------------------- */
.icon-pdf::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_pdf.svg) no-repeat 0 0;
  background-size: 18px 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.icon-pdf-after::after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_pdf.svg) no-repeat 0 0;
  background-size: 18px 18px;
  margin-left: 8px;
  vertical-align: middle;
}

.icon-xls::before, .icon-xlsx::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_xls.svg) no-repeat 0 0;
  background-size: 18px 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.icon-doc::before, .icon-docx::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_doc.svg) no-repeat 0 0;
  background-size: 18px 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.icon-ppt::before, .icon-pptx::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_ppt.svg) no-repeat 0 0;
  background-size: 18px 18px;
  margin-right: 8px;
  vertical-align: middle;
}

/* -----------------------------------------------
	Video
-------------------------------------------------- */
.videoplayer {
  display: block;
  margin: 0 10px 20px;
}

.video-js .vjs-big-play-button {
  font-size: 6em !important;
  width: 1.6em !important;
  height: 1.6em !important;
  border-radius: 50% !important;
  margin-left: -0.8em !important;
}
.fancybox-container .video-js .vjs-big-play-button {
  display: none !important;
}

/**************************************************
    Top
***************************************************/
#top {
  position: relative;
  overflow-x: hidden;
}
#top .motif-effect {
  position: absolute;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  top: 0;
  right: auto;
  left: auto;
  margin: 0 auto;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  #top .motif-effect {
    display: none;
  }
}
#top .motif-effect > .inner {
  width: 100vw;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}
#top .motif-effect > .inner > .item {
  position: absolute;
  z-index: 2;
}
#top .motif-effect > .inner > .item.motif-a1 {
  width: 2.25rem;
  height: 2.25rem;
}
#top .motif-effect > .inner > .item.motif-a1_s {
  width: 1.3125rem;
  height: 1.3125rem;
}
#top .motif-effect > .inner > .item.motif-a2 {
  width: 3.25rem;
  height: 4.0625rem;
}
#top .motif-effect > .inner > .item.motif-a3 {
  width: 3.5rem;
  height: 4.25rem;
}
#top .motif-effect > .inner > .item.motif-a4 {
  width: 31.25rem;
  height: 28.375rem;
}
#top .motif-effect > .inner > .item.motif-a5 {
  width: 18.75rem;
  height: 18.75rem;
}
#top .motif-effect > .inner > .item.motif2 {
  top: 12.8125rem;
  right: 37.5rem;
}
#top .motif-effect > .inner > .item.motif3 {
  top: 43.4375rem;
  right: 32.125rem;
}
#top .motif-effect > .inner > .item.motif4 {
  top: 25.9375rem;
  right: 7.5rem;
}
#top .motif-effect > .inner > .item.motif5 {
  top: 49.0625rem;
  right: 20.1875rem;
}
#top .motif-effect > .inner > .item.motif6 {
  top: 54.6875rem;
  right: 5rem;
  z-index: -1;
}
#top .motif-effect > .inner > .item.motif7 {
  top: 87.5rem;
  right: 28.625rem;
}
#top .motif-effect > .inner > .item.motif8 {
  top: 91.25rem;
  right: 14.0625rem;
}
#top .motif-effect > .inner > .item.motif9 {
  top: 135.625rem;
  left: 22.5rem;
}
#top .motif-effect > .inner > .item.motif10 {
  top: 139.6875rem;
  left: 22.6875rem;
}
#top .motif-effect > .inner > .item.motif11 {
  top: 122.0625rem;
  right: 16.125rem;
}
#top .motif-effect > .inner > .item.motif12 {
  top: 149.0625rem;
  right: 4.5625rem;
}
#top .motif-effect > .inner > .item.motif13 {
  top: 175rem;
  left: -5rem;
}
#top .main-visual {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  height: 37.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #top .main-visual {
    display: block;
    height: 100%;
  }
}
#top .main-visual .body {
  width: 37.5rem;
  height: 37.5rem;
  position: relative;
  background: #abcd03;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #top .main-visual .body {
    width: 100%;
    height: auto;
  }
}
#top .main-visual .body .text {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  #top .main-visual .body .text {
    padding: 2.5rem 1.25rem;
  }
}
#top .main-visual .body .text .catch-copy {
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #top .main-visual .body .text .catch-copy {
    font-size: 2.375rem;
  }
}
#top .main-visual .body .text .catch-copy::before {
  content: "";
  background: url(../images/icon/icon_motif-a3.svg) no-repeat;
  background-size: 3.5rem 4.25rem;
  width: 3.5rem;
  height: 4.25rem;
  display: block;
  position: absolute;
  right: 0;
  top: -3.75rem;
}
@media only screen and (max-width: 767px) {
  #top .main-visual .body .text .catch-copy::before {
    display: none;
  }
}
#top .main-visual .body .text .lead-message {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.35em;
  line-height: 1.8;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #top .main-visual .body .text .lead-message {
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
}
#top .main-visual .body::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37.5rem 37.5rem 0 0;
  border-color: #54c3f1 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #top .main-visual .body::before {
    border-width: 15.9375rem 23.4375rem 0 0;
  }
}
#top .main-visual .image {
  width: calc(100vw - 37.5rem);
}
@media only screen and (max-width: 767px) {
  #top .main-visual .image {
    width: 100%;
    height: 18.75rem;
  }
}
#top .main-visual .image .swiper-main {
  height: 100%;
}
#top .main-visual .image .swiper-main .swiper-slide {
  height: 100%;
}
#top .main-visual .image .swiper-main .swiper-slide img {
  width: 100%;
  min-height: 37.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .main-visual .image .swiper-main .swiper-slide img.height-max {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #top .main-visual .image .swiper-main .swiper-slide img {
    height: 100%;
    min-height: inherit !important;
  }
}
#top .main-visual .bnr-10th-anniversary {
  position: absolute;
  right: 0;
  bottom: 5.1875rem;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  #top .main-visual .bnr-10th-anniversary {
    bottom: 4.3125rem;
  }
}
#top .main-visual .bnr-10th-anniversary a {
  display: block;
  background: #000036;
  padding: 1.25rem 2.5rem;
  border-radius: 20px 0 0 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #top .main-visual .bnr-10th-anniversary a {
    padding: 1.25rem;
  }
}
#top .main-visual .bnr-10th-anniversary a > .head {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#top .main-visual .bnr-10th-anniversary a > .head p {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #top .main-visual .bnr-10th-anniversary a > .head p {
    font-size: 0.75rem;
  }
}
#top .main-visual .bnr-10th-anniversary a > .head img {
  width: 7.5rem;
  margin-right: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #top .main-visual .bnr-10th-anniversary a > .head img {
    width: 5rem;
    margin-right: 0.9375rem;
  }
}
#top .main-visual .bnr-10th-anniversary a:hover {
  opacity: 0.88;
}
#top .main-visual .bnr-10th-anniversary a:hover .anniversary-video {
  color: #000;
}
#top .main-visual .anniversary-video {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 4;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 999px;
}
@media only screen and (max-width: 767px) {
  #top .main-visual .anniversary-video {
    right: 0;
    bottom: 0.9375rem;
    left: 0;
    width: calc(100% - 2.5rem);
    margin: 0 auto;
  }
}
#top .main-visual .anniversary-video a {
  background: #fff;
  border-radius: 999px;
  font-weight: bold;
  font-size: 0.9375rem;
  text-align: center;
  padding: 0.5rem 1.25rem 0.5rem 1.5625rem;
  text-align: center;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #top .main-visual .anniversary-video a {
    font-size: 0.8125rem;
  }
}
#top .main-visual .anniversary-video a::before {
  content: "";
  background: url(../images/icon/icon_play.svg) no-repeat;
  background-size: 1.5rem 1rem;
  width: 1.5rem;
  height: 1rem;
  display: inline-block;
  margin: 0.1875rem 0.5rem -0.1875rem 0;
}
#top .main-visual .anniversary-video a:hover {
  background: #000036;
  color: #fff;
}
#top .information .news-list {
  border-bottom: 1px solid #c9caca;
  padding-bottom: 1.5625rem;
  margin-bottom: 1.5625rem;
}
#top .information .news-list > .item {
  margin-bottom: 0.5rem;
}
#top .information .news-list > .item a {
  text-decoration: none;
  font-weight: normal;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #top .information .news-list > .item a {
    font-size: 0.875rem;
  }
}
#top .information .news-list > .item a .date {
  flex: none;
}
#top .information .news-list > .item a .title {
  margin-left: 1em;
}
#top .information .news-list > .item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #top .information .button-more {
    font-size: 0.875rem;
    text-align: center !important;
  }
}
#top .our-mission .feature-block, #top .our-business .feature-block, #top .our-recruit .feature-block {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #top .our-mission .feature-block, #top .our-business .feature-block, #top .our-recruit .feature-block {
    display: block;
  }
}
#top .our-mission .feature-block .image, #top .our-business .feature-block .image, #top .our-recruit .feature-block .image {
  max-width: 31.25rem;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  #top .our-mission .feature-block .image, #top .our-business .feature-block .image, #top .our-recruit .feature-block .image {
    max-width: 100%;
    margin-bottom: 1.5625rem;
  }
}
#top .our-mission .feature-block .image a, #top .our-business .feature-block .image a, #top .our-recruit .feature-block .image a {
  display: block;
}
#top .our-mission .feature-block .image a:hover, #top .our-business .feature-block .image a:hover, #top .our-recruit .feature-block .image a:hover {
  opacity: 0.8;
}
#top .our-mission .feature-block .body, #top .our-business .feature-block .body, #top .our-recruit .feature-block .body {
  margin-left: 2.5rem;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #top .our-mission .feature-block .body, #top .our-business .feature-block .body, #top .our-recruit .feature-block .body {
    margin: 0 auto;
  }
}
#top .our-mission .feature-block .body .section-title-a, #top .our-business .feature-block .body .section-title-a, #top .our-recruit .feature-block .body .section-title-a {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #top .our-mission .feature-block .body .section-title-a, #top .our-business .feature-block .body .section-title-a, #top .our-recruit .feature-block .body .section-title-a {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}
#top .our-mission .feature-block .body .catch-capy, #top .our-business .feature-block .body .catch-capy, #top .our-recruit .feature-block .body .catch-capy {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  color: #54c3f1;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  #top .our-mission .feature-block .body .catch-capy, #top .our-business .feature-block .body .catch-capy, #top .our-recruit .feature-block .body .catch-capy {
    font-size: 1.5rem;
  }
}
#top .our-mission .feature-block .body .lead-text, #top .our-business .feature-block .body .lead-text, #top .our-recruit .feature-block .body .lead-text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #top .our-mission .feature-block .body .lead-text, #top .our-business .feature-block .body .lead-text, #top .our-recruit .feature-block .body .lead-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  #top .our-mission .feature-block .body .button-more, #top .our-business .feature-block .body .button-more, #top .our-recruit .feature-block .body .button-more {
    font-size: 0.875rem;
    text-align: center !important;
  }
}
#top .our-business {
  background: #d6e9c4;
}

/**************************************************
    Company
***************************************************/
#company .introduction > .inner {
  padding-bottom: 0;
}
#company .company-movie {
  max-width: 42.5rem;
  margin: 2.5rem auto;
  text-align: center;
}
#company {
  /* -----------------------------------------------
    Message
  -------------------------------------------------- */
}
#company .message-cover {
  position: relative;
  margin-bottom: 2.5rem;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #company .message-cover {
    display: block;
  }
}
#company .message-cover .image {
  position: relative;
  z-index: 2;
  width: 50%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #company .message-cover .image {
    width: 100%;
  }
}
#company .message-cover .image::before {
  content: "";
  background: linear-gradient(to right, transparent 10%, transparent 30%, #e5d1bd 45%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20rem;
}
#company .message-cover .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .message-cover .body {
  width: 50%;
  padding: 3.125rem 2.5rem 2.5rem 0;
  display: flex;
  flex-direction: column;
  background: #e5d1bd;
  flex-shrink: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #company .message-cover .body {
    width: 100%;
    padding: 1.25rem;
  }
}
#company .message-cover .body .copy {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #0074be;
}
#company .message-cover .body .message {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0;
  transition: all 0.3s;
  width: 37.5rem;
  padding-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #company .message-cover .body .message {
    font-size: 1.3125rem;
    width: auto;
    padding: 0;
  }
}
#company .message-cover .body .signature {
  margin: auto auto 0;
}
@media only screen and (max-width: 767px) {
  #company .message-cover .body .signature {
    margin-top: 1.25rem;
  }
}
#company .message-cover .body .signature .company-name {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  #company .message-cover .body .signature .company-name {
    font-size: 0.8125rem;
  }
}
#company .message-cover .body .signature .signature-name {
  font-size: 0.75rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #company .message-cover .body .signature .signature-name {
    font-size: 0.75rem;
  }
}
#company .message-cover .body .signature .signature-name img {
  margin-left: 0.625rem;
}
#company .message-text .body .signature {
  text-align: right;
  margin: 1.875rem 0 0;
}
#company .message-text .body .signature .company-name {
  font-size: 0.9375rem;
}
#company .message-text .body .signature .signature-name {
  font-size: 0.875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  margin-top: 0.5rem;
}
#company .message-text .body .signature .signature-name img {
  margin-left: 0.625rem;
}
#company .message-text .body p {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  #company .message-text .body p {
    font-size: 1rem;
  }
}
#company {
  /* -----------------------------------------------
    Profile
  -------------------------------------------------- */
}
#company .organization-chart {
  max-width: 50rem;
  margin: 0 auto;
}
#company .profile-btn-group {
  margin: 1.25rem 0 -2.5rem;
}
@media only screen and (max-width: 767px) {
  #company .profile-btn-group {
    margin: 1.25rem auto -2.5rem;
  }
}
#company .profile-btn-group > .inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #company .profile-btn-group > .inner {
    display: block;
  }
}
#company .profile-btn-group > .inner > .item {
  width: calc((100% - 2.5rem) / 2);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #company .profile-btn-group > .inner > .item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  #company .profile-btn-group > .inner > .item:last-child {
    margin-bottom: 0;
  }
}
#company .profile-btn-group > .inner > .item > .btn {
  margin: 0;
}
#company .profile-btn-group > .inner > .item > .btn > a {
  font-size: 1.125rem;
  text-decoration: none;
  padding: 1.25rem;
  display: block;
  font-weight: bold;
  border-radius: 100px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #company .profile-btn-group > .inner > .item > .btn > a {
    font-size: 1rem;
    padding: 0.625rem;
  }
}
#company .profile-btn-group > .inner > .item > .btn > a::before {
  margin: -0.1875rem 0.625rem 0 0;
  font-size: 0.8em;
}
#company .profile-btn-group > .inner > .item.-left > .btn > a {
  border: 1px solid #54c3f1;
  color: #54c3f1;
}
#company .profile-btn-group > .inner > .item.-left > .btn > a:hover {
  background: #54c3f1;
  color: #fff;
}
#company .profile-btn-group > .inner > .item.-left > .btn > a:hover::before {
  background: url(../images/icon/icon_motif-b-white.svg) no-repeat 0 0;
  transition: all 0.3s;
}
#company .profile-btn-group > .inner > .item.-right > .btn > a {
  border: 1px solid #abcd03;
  color: #abcd03;
}
#company .profile-btn-group > .inner > .item.-right > .btn > a:hover {
  background: #abcd03;
  color: #fff;
}
#company .profile-btn-group > .inner > .item.-right > .btn > a:hover::before {
  background: url(../images/icon/icon_motif-b-white.svg) no-repeat 0 0;
  transition: all 0.3s;
}
#company {
  /* -----------------------------------------------
    Management
  -------------------------------------------------- */
}
#company.management .site-footer {
  margin-top: 0;
}
#company.management .breadcrumb .breadcrumb-list li {
  color: #fff;
}
#company.management .breadcrumb .breadcrumb-list li a {
  color: #fff;
}
#company .management-section {
  background: url(../company/management/images/bg_management.jpg) no-repeat bottom;
  background-size: cover;
  padding-bottom: 25rem;
  margin-top: -2.125rem;
}
@media only screen and (max-width: 767px) {
  #company .management-section {
    padding-bottom: 15.625rem;
  }
}
#company .management-section .section-title-c {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #company .management-section .section-title-c {
    margin-top: 1.875rem;
  }
}
#company .management-section .section-title-a {
  color: #fff;
  margin: 5rem 0 2.5rem;
}
@media only screen and (max-width: 767px) {
  #company .management-section .section-title-a {
    margin: 1.875rem 0 1.25rem;
  }
}
#company .management-section .section-title-a.-ja {
  font-size: 1.75rem;
}
@media only screen and (max-width: 767px) {
  #company .management-section .section-title-a.-ja {
    font-size: 1.25rem;
  }
}
#company .management-section .management-philosophy {
  color: #fff;
  text-align: center;
}
#company .management-section .management-philosophy .catch-copy {
  font-family: "EB Garamond", serif;
  font-size: 4.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-bottom: 1.25rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #company .management-section .management-philosophy .catch-copy {
    font-size: 2.625rem;
    line-height: 1.2;
  }
}
#company .management-section .management-philosophy .title {
  font-size: 2.25rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media only screen and (max-width: 767px) {
  #company .management-section .management-philosophy .title {
    font-size: 1.3125rem;
    line-height: 1.6;
    margin-bottom: 0.625rem;
  }
}
#company .management-section .management-philosophy .lead {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #company .management-section .management-philosophy .lead {
    font-size: 1rem;
  }
}
#company .management-section .philosophy-box {
  text-align: center;
  margin: 2.5rem 0 3.75rem;
}
@media only screen and (max-width: 767px) {
  #company .management-section .philosophy-box {
    margin: 1.875rem 0;
  }
}
#company .management-section .philosophy-box p {
  font-size: 1.3125rem;
  color: #fff;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  #company .management-section .philosophy-box p {
    font-size: 1rem;
  }
}
#company .management-section .count-list-a {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #company .management-section .count-list-a {
    padding: 1.25rem;
  }
}
#company .management-section .count-list-a > li {
  font-size: 1.3125rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #company .management-section .count-list-a > li {
    font-size: 0.875rem !important;
  }
}
#company .management-section .count-list-a > li::before {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
#company {
  /* -----------------------------------------------
    CSR
  -------------------------------------------------- */
}
#company .csr-section .content-block {
  zoom: 1;
}
#company .csr-section .content-block:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
#company .csr-section .signature {
  font-size: 0.875rem;
  float: right;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #company .csr-section .signature {
    font-size: 0.75rem;
    margin-top: 0;
  }
}
#company .csr-section .signature .company-name {
  display: block;
}
#company .csr-section .signature .signature-name {
  display: block;
}
#company .csr-section .signature .signature-name img {
  max-width: 160px;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
  #company .csr-section .signature .signature-name img {
    max-width: 120px;
  }
}
#company .csr-section .csr-item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #company .csr-section .csr-item-list {
    display: block;
  }
}
#company .csr-section .section-message > .section-header {
  width: 100%;
  border-radius: 8px;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 2px;
  margin-bottom: 1.25rem;
  list-style: none;
  padding: 1.25rem;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #company .csr-section .section-message > .section-header {
    font-size: 0.875rem;
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  }
}
#company .csr-section .section-message > .section-header > .number {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.1875rem 0.625rem 0.125rem;
  margin: 0 0.75rem 0 0;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  #company .csr-section .section-message > .section-header > .number {
    font-size: 0.625rem;
  }
}
#company .csr-section .section-message > .section-header > .-blue {
  background-color: #54c3f1;
}
#company .csr-section .section-message > .section-header > .-green {
  background-color: #abcd03;
}
#company .csr-section .csr-book {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #company .csr-section .csr-book {
    display: block;
  }
}
#company .csr-section .csr-book .csr-book-cover {
  max-width: 31.25rem;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #company .csr-section .csr-book .csr-book-cover {
    max-width: 100%;
    margin: 0 auto 1.875rem;
  }
}
#company .csr-section .csr-book .csr-book-cover > a {
  display: block;
  border: 1px solid #e5e5e5;
  margin-bottom: 1.875rem;
}
#company .csr-section .csr-book .csr-book-cover > a:hover {
  opacity: 0.6;
}
#company .csr-section .csr-book .csr-book-index {
  flex: auto;
}
#company .csr-section .csr-book .csr-book-index .csr-book-index-list > .item {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#company .csr-section .csr-book .csr-book-index .csr-book-index-list > .item > .page-number {
  font-size: 0.875rem;
  color: #bbb;
  margin-left: 1.25rem;
  flex: auto;
  display: flex;
  align-items: center;
}
#company .csr-section .csr-book .csr-book-index .csr-book-index-list > .item > .page-number::before {
  content: "";
  width: auto;
  height: 1px;
  flex: auto;
  display: block;
  border-bottom: 1px dotted #ddd;
  margin-right: 1.25rem;
}
#company .csr-section .csr-book .csr-book-index .csr-book-index-list > .item:first-child {
  padding-top: 0;
}
#company .csr-section .csr-book .csr-book-index .csr-book-index-list > .item > .parent {
  width: 100%;
}
#company .csr-section .csr-book .csr-book-index .csr-book-index-list > .item > .parent > .parent-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#company .csr-section .csr-book .csr-book-index .csr-book-index-list > .item > .parent > .parent-row > .page-number {
  font-size: 0.875rem;
  color: #bbb;
  margin-left: 1.25rem;
  flex: auto;
  display: flex;
  align-items: center;
}
#company .csr-section .csr-book .csr-book-index .csr-book-index-list > .item > .parent > .parent-row > .page-number::before {
  content: "";
  width: auto;
  height: 1px;
  flex: auto;
  display: block;
  border-bottom: 1px dotted #ddd;
  margin-right: 1.25rem;
}
#company .csr-section .csr-book .csr-book-index .csr-book-index-list > .item > .parent > p {
  font-size: 0.875rem;
}
#company .csr-section .csr-book .csr-book-index .csr-book-index-list > .item > .parent > ol {
  list-style-type: upper-roman;
  padding-left: 1.25rem;
  margin-top: 0.625rem;
}
#company .csr-section .csr-book .csr-book-index .csr-book-index-list > .item > .parent > ol > li {
  display: flex;
  font-size: 0.875rem;
}
#company .csr-section .csr-book .csr-book-index .csr-book-index-list > .item > .parent > ol > li > .page-number {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  color: #bbb;
}
#company .csr-section .csr-book .csr-book-index .csr-book-index-list > .item > .parent > ol > li > .page-number::before {
  content: "";
  flex: 1;
  border-bottom: 1px dotted #ddd;
  margin: 0 0.625rem;
}
#company {
  /* -----------------------------------------------
    SDGs
  -------------------------------------------------- */
}
#company .logo-sdgs {
  max-width: 42.5rem;
  margin: 1.875rem auto 0;
}
#company .fig1, #company .fig2 {
  text-align: center;
  margin: 1.875rem auto 0;
}
#company {
  /* -----------------------------------------------
    Organization
  -------------------------------------------------- */
}
#company .structure-chart {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}
#company .structure-chart img {
  width: 100%;
  height: auto;
}
#company .structure-chart.-w1000 {
  max-width: 62.5rem;
}

/**************************************************
    Business
***************************************************/
#business .business-movie {
  background: #fafafa;
}
#business .business-movie .movie-block {
  display: flex;
  align-items: center;
}
#business .business-movie .movie-block .image {
  max-width: 31.25rem;
  flex-grow: 0;
  flex-shrink: 0;
}
#business .business-movie .movie-block .image a {
  display: block;
}
#business .business-movie .movie-block .image a:hover {
  opacity: 0.5;
}
#business .business-movie .movie-block .body {
  margin-left: 2.5rem;
  flex-grow: 1;
}
#business .business-movie .movie-block .body .section-title-a {
  margin-bottom: 0.625rem;
}
#business .business-movie .movie-block .body .catch-capy {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  color: #54c3f1;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}
#business .business-movie .movie-block .body .lead-text {
  font-size: 1rem;
  line-height: 1.6;
}
#business .business-about-lead {
  font-size: 1.125rem;
  line-height: 2;
  margin: 1.875rem 0;
}
@media only screen and (max-width: 767px) {
  #business .business-about-lead {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin: 0.625rem 0 1.25rem;
  }
}
#business .business-flow {
  position: relative;
}
#business .business-flow .business-area {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(84, 195, 241, 0.5);
  width: 17.5rem;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #business .business-flow .business-area {
    display: none;
  }
}
#business .business-flow .business-area > .title {
  background: #54c3f1;
  color: #fff;
  padding: 0.25rem 1.25rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2.5rem;
}
#business .business-flow-list {
  display: flex;
  flex-flow: wrap;
}
@media only screen and (max-width: 767px) {
  #business .business-flow-list {
    padding: 0 0 1px 1px;
  }
}
#business .business-flow-list > .item {
  width: 100%;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #business .business-flow-list > .item {
    width: 50%;
    margin: 0 0 -1px -1px;
  }
}
#business .business-flow-list > .item > .inner {
  border: 1px solid #e5e5e5;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #business .business-flow-list > .item > .inner {
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
  }
}
#business .business-flow-list > .item > .inner > .icon, #business .business-flow-list > .item > .inner > .icon-external::before, #business .business-flow-list > .item > .inner > .icon-external-after::after, #business .business-flow-list > .item > .inner > .icon-pdf::before, #business .business-flow-list > .item > .inner > .icon-pdf-after::after, #business .business-flow-list > .item > .inner > .icon-motif-a::before, #business .business-flow-list > .item > .inner > .icon-motif-a-after::after, #business .business-flow-list > .item > .inner > .icon-motif-b::before, #business .business-flow-list > .item > .inner > .icon-motif-b-after::after, #business .business-flow-list > .item > .inner > .icon-motif-b-white::before, #business .business-flow-list > .item > .inner > .icon-motif-b-white-after::after {
  width: 100%;
  max-width: 8.125rem;
  height: auto;
  padding: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #business .business-flow-list > .item > .inner > .icon, #business .business-flow-list > .item > .inner > .icon-external::before, #business .business-flow-list > .item > .inner > .icon-external-after::after, #business .business-flow-list > .item > .inner > .icon-pdf::before, #business .business-flow-list > .item > .inner > .icon-pdf-after::after, #business .business-flow-list > .item > .inner > .icon-motif-a::before, #business .business-flow-list > .item > .inner > .icon-motif-a-after::after, #business .business-flow-list > .item > .inner > .icon-motif-b::before, #business .business-flow-list > .item > .inner > .icon-motif-b-after::after, #business .business-flow-list > .item > .inner > .icon-motif-b-white::before, #business .business-flow-list > .item > .inner > .icon-motif-b-white-after::after {
    max-width: 100%;
    height: 6.25rem;
  }
}
#business .business-flow-list > .item > .inner img {
  width: 100%;
  max-width: 3.75rem;
  height: 100%;
  max-height: 3.75rem;
  position: relative;
  z-index: 2;
}
#business .business-flow-list > .item > .inner .body {
  flex: auto;
  padding: 1.875rem 18.75rem 1.875rem 1.875rem;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #business .business-flow-list > .item > .inner .body {
    height: auto;
    padding: 1.25rem 0.9375rem;
    display: block;
  }
}
#business .business-flow-list > .item > .inner .body::before {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1;
  color: #0074be;
  border: 1px solid #0074be;
  border-radius: 100%;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  #business .business-flow-list > .item > .inner .body::before {
    font-size: 1.3125rem;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 0.625rem;
  }
}
#business .business-flow-list > .item > .inner .body .title {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: #0074be;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media only screen and (max-width: 767px) {
  #business .business-flow-list > .item > .inner .body .title {
    font-size: 1rem;
  }
}
#business .business-flow-list > .item > .inner .body .lead {
  font-size: 1rem;
  white-space: normal;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #business .business-flow-list > .item > .inner .body .lead {
    font-size: 0.875rem;
  }
}
#business .business-flow-list > .item > .inner .body .tag-list {
  width: 100%;
  max-width: 15rem;
  height: 100%;
  padding: 1.25rem 0;
  position: absolute;
  top: 0;
  right: 1.25rem;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #business .business-flow-list > .item > .inner .body .tag-list {
    position: static;
  }
}
#business .business-flow-list > .item > .inner .body .tag-list > .item {
  width: 100%;
  height: 100%;
  max-width: 15rem;
}
@media only screen and (max-width: 767px) {
  #business .business-flow-list > .item > .inner .body .tag-list > .item {
    margin-top: 0.625rem;
  }
}
#business .business-flow-list > .item > .inner .body .tag-list > .item a {
  height: 100%;
  font-size: 1rem;
  text-decoration: none;
  background: #fff;
  border: 1px solid #54c3f1;
  color: #54c3f1;
  border-radius: 10px;
  padding: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media only screen and (max-width: 767px) {
  #business .business-flow-list > .item > .inner .body .tag-list > .item a {
    font-size: 0.625rem;
    padding: 0.125rem 0.25rem;
    border-radius: 4px;
  }
}
#business .business-flow-list > .item > .inner .body .tag-list > .item a:hover {
  background: #54c3f1;
  color: #fff;
}
#business .business-flow-list > .item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 1.25rem 0 1.25rem;
  border-color: #0074be transparent transparent transparent;
  display: block;
  margin: 0.625rem auto;
}
@media only screen and (max-width: 767px) {
  #business .business-flow-list > .item::after {
    display: none;
  }
}
#business .business-flow-list > .item:last-child::after {
  display: none;
}
#business .business-flow-list > .item:last-child .inner .body .tag-list {
  padding: 0.375rem 0;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #business .business-flow-list > .item:last-child .inner .body .tag-list {
    padding: 0;
  }
}
#business .business-flow-list > .item:last-child .inner .body .tag-list > .item {
  height: auto;
}
#business .business-flow-list > .item:last-child .inner .body .tag-list > .item a {
  padding: 0.25rem 0.625rem;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #business .business-flow-list > .item:last-child .inner .body .tag-list > .item a {
    padding: 0.125rem 0.25rem;
  }
}
#business .business-flow-list > .item:nth-child(1) > .inner > .body::before {
  content: "1";
}
#business .business-flow-list > .item:nth-child(2) > .inner > .body::before {
  content: "2";
}
#business .business-flow-list > .item:nth-child(3) > .inner > .body::before {
  content: "3";
}
#business .business-flow-list > .item:nth-child(4) > .inner > .body::before {
  content: "4";
}
#business .business-flow-list > .item:nth-child(5) > .inner > .body::before {
  content: "5";
}
#business .business-flow-list > .item:nth-child(6) > .inner > .body::before {
  content: "6";
}
#business .business-flow-list > .item:nth-child(7) > .inner > .body::before {
  content: "7";
}
#business .business-flow-list > .item:nth-child(8) > .inner > .body::before {
  content: "8";
}
#business .business-lineup {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #business .business-lineup {
    grid-template-columns: 1fr 1fr;
    gap: 0.9375rem;
  }
}
#business .business-lineup > .item > a {
  display: block;
  text-decoration: none;
}
#business .business-lineup > .item > a img {
  transition: all 0.3s;
}
#business .business-lineup > .item > a > .title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 0.625rem;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #business .business-lineup > .item > a > .title {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
#business .business-lineup > .item > a > .title::before {
  display: block;
  flex-shrink: 0;
  margin: 0.3125rem 0.5rem 0 0;
}
@media only screen and (max-width: 767px) {
  #business .business-lineup > .item > a > .title::before {
    margin: 0.1875rem 0.375rem 0 0;
  }
}
#business .business-lineup > .item > a:hover img {
  opacity: 0.6;
  transition: all 0.3s;
}
#business .business-lineup > .item.-active {
  display: none;
}

/**************************************************
    Information
***************************************************/
#information .section > .section-title-a {
  max-width: 1360px;
  padding: 2.5rem 2.5rem 0;
  margin: 0 auto -1.25rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #information .section > .section-title-a {
    padding: 1.25rem 1.25rem 0;
  }
}
#information .section > .inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #information .section > .inner {
    display: block;
  }
}
#information .section > .inner > .primary {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  #information .section > .inner > .primary {
    width: 100%;
  }
}
#information .section > .inner > .secondary {
  width: 25%;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #information .section > .inner > .secondary {
    width: 100%;
    padding: 0;
  }
}
#information .section > .inner > .secondary > .inner {
  position: sticky;
  top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #information .section > .inner > .secondary > .inner {
    position: static;
  }
}
#information .section > .inner > .secondary .heading {
  font-size: 1.125rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 0.625rem 1.25rem;
  box-sizing: border-box;
  font-weight: bold;
  background: #54c3f1;
  color: #fff;
  border-radius: 6px 6px 0 0;
  text-align: center;
}
#information .section > .inner > .secondary .secondary-list > li {
  border-bottom: 1px solid #ebebeb;
}
#information .section > .inner > .secondary .secondary-list > li a {
  background: #fafafa;
  display: block;
  color: #333;
  font-weight: bold;
  padding: 1.125rem 1.25rem;
  text-decoration: none;
}
#information .section > .inner > .secondary .secondary-list > li a::before {
  margin: -0.1875rem 0.625rem 0 0;
}
#information .section > .inner > .secondary .secondary-list > li a:hover {
  text-decoration: none;
  background: #ededed;
}
#information .section > .inner > .secondary .secondary-list > li:last-child {
  border-bottom: none;
}
#information .section > .inner > .secondary .secondary-list > li:last-child a {
  border-radius: 0 0 6px 6px;
}
#information .entry-title {
  font-size: 1.3125rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.05em;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border-top: 2px solid #54c3f1;
  border-bottom: 1px solid #e5e5e5;
  background: #fafafa;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #information .entry-title {
    font-size: 1.125rem;
  }
}
#information .entry-date {
  margin-bottom: 1.875rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #information .entry-date {
    width: 100%;
    overflow-x: auto !important;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: relative;
    display: block;
    text-align: left;
  }
}
#information .entry-date > span {
  margin-left: 0.625rem;
}
@media only screen and (max-width: 767px) {
  #information .entry-date > span {
    margin-left: 0.3125rem;
  }
}
#information .entry-date .time {
  font-size: 0.9375rem;
  display: block;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #information .entry-date .time {
    font-size: 0.8125rem;
    display: inline-block;
  }
}
#information .entry-date .label, #information .entry-date .category {
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.625rem 0.125rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #information .entry-date .label, #information .entry-date .category {
    font-size: 0.625rem;
    min-width: inherit;
  }
}
#information .entry-date .label {
  border: 1px solid #54c3f1;
  color: #54c3f1;
}
#information .entry-date .label:nth-child(3) {
  display: none;
}
#information .entry-date .category {
  border: 1px solid #abcd03;
  color: #abcd03;
}
#information .entry-image-single {
  margin: 0 auto 1.25rem;
  text-align: center;
}
#information .entry-image-single.w400 {
  max-width: 25rem;
}
#information .entry-pager {
  display: flex;
  justify-content: space-between;
  margin: 3.75rem 0 0;
}
@media only screen and (max-width: 767px) {
  #information .entry-pager {
    margin: 1.875rem 0;
  }
}
#information .entry-pager .prev, #information .entry-pager .list, #information .entry-pager .next {
  flex: 1;
}
#information .entry-pager .prev > a, #information .entry-pager .list > a, #information .entry-pager .next > a {
  padding: 0.625rem;
  text-align: center;
  display: block;
  background: #abcd03;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
#information .entry-pager .prev > a:hover, #information .entry-pager .list > a:hover, #information .entry-pager .next > a:hover {
  text-decoration: none;
  background: #54c3f1;
}
#information .entry-pager .prev a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #fff transparent transparent;
  margin-right: 0.625rem;
}
#information .entry-pager .list {
  padding: 0 1px;
}
#information .entry-pager .next a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  margin-left: 0.625rem;
}

/**************************************************
    Recruit
***************************************************/
#recruit .title-recruit-catch {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 2.1875rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #recruit .title-recruit-catch {
    font-size: 1.5rem;
  }
}
#recruit .title-recruit-catch span {
  text-shadow: 2px 2px #fff, -2px 2px #fff, -2px -2px #fff, 2px -2px #fff, 2px 0px #fff, 0px 2px #fff, -2px 0px #fff, 0px -2px #fff;
  position: relative;
  z-index: 2;
}
#recruit .title-recruit-catch::before {
  content: "HELLO FUTURE";
  font-size: 6.25rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  color: rgba(40, 84, 164, 0.08);
  display: block;
  position: absolute;
  top: -1.5625rem;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #recruit .title-recruit-catch::before {
    font-size: 3.125rem;
    top: -1.875rem;
    line-height: 1.1;
  }
}
#recruit .entry-btn-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.25rem;
  zoom: 1;
}
#recruit .entry-btn-group:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
#recruit .entry-btn-group {
  max-width: 1360px;
  padding: 3.75rem 2.5rem 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #recruit .entry-btn-group {
    grid-template-columns: 1fr;
    gap: 1.25rem 0;
    padding: 2.5rem 1.25rem 0;
  }
}
#recruit .entry-btn-group > .item {
  text-align: center;
}
#recruit .entry-btn-group > .item.-full {
  width: 100%;
}
#recruit .entry-btn-group > .item > .btn {
  margin: 0;
}
#recruit .entry-btn-group > .item > .btn > a {
  font-size: 1.25rem;
  text-decoration: none;
  color: #fff;
  padding: 1.875rem;
  display: block;
  border-radius: 200px;
}
@media only screen and (max-width: 767px) {
  #recruit .entry-btn-group > .item > .btn > a {
    font-size: 1rem;
    padding: 1.25rem;
  }
}
#recruit .entry-btn-group > .item > .btn > a::before {
  margin: -0.1875rem 0.625rem 0 0;
  font-size: 0.8em;
}
#recruit .entry-btn-group > .item.-left > .btn > a {
  background: #54c3f1;
}
#recruit .entry-btn-group > .item.-left > .btn > a:hover {
  background: #0074be;
}
#recruit .entry-btn-group > .item.-right > .btn > a {
  background: #abcd03;
}
#recruit .entry-btn-group > .item.-right > .btn > a:hover {
  background: #44b145;
}
#recruit .internship {
  background: #d6e9c4;
}
#recruit .internship > .inner {
  margin: 3.75rem auto -3.75rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #recruit .internship > .inner {
    margin: 1.25rem auto -2.5rem;
  }
}
#recruit .internship > .inner > .title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #recruit .internship > .inner > .title {
    font-size: 1.25rem;
  }
}
#recruit .internship > .inner > p {
  font-size: 0.875rem;
}
#recruit {
  /* -----------------------------------------------
    About
  -------------------------------------------------- */
}
#recruit .message-text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
}
#recruit {
  /* -----------------------------------------------
    Discussion
  -------------------------------------------------- */
}
#recruit .profile-list {
  width: 100%;
  padding: 0.625rem;
  margin-bottom: 3.75rem;
  border: 4px solid #e5e5e5;
  background: #f2f2f2;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #recruit .profile-list {
    display: block;
  }
}
#recruit .profile-list > .item {
  width: calc((100% - 10px - 10px) / 3);
  padding: 0.625rem;
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #recruit .profile-list > .item {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  #recruit .profile-list > .item:last-child {
    margin-bottom: 0;
  }
}
#recruit .profile-list > .item .photo {
  position: relative;
  margin: 0;
}
#recruit .profile-list > .item .photo:after {
  content: "";
  background: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
#recruit .profile-list > .item .profile .name {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  padding: 0.625rem;
  text-align: center;
}
#recruit .profile-list > .item .profile .department {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  padding: 1.25rem 0.625rem 0;
}
#recruit .profile-list > .item .profile .introduction {
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: left;
  padding: 0.625rem;
}
#recruit .profile-list > .item:nth-child(1) .profile .name {
  background: #54c3f1;
}
#recruit .profile-list > .item:nth-child(1):hover .photo:after {
  background: url(../recruit/discussion/images/img1_on.jpg) no-repeat;
  background-size: 100% 100%;
}
#recruit .profile-list > .item:nth-child(2) .profile .name {
  background: #abcd03;
}
#recruit .profile-list > .item:nth-child(2):hover .photo:after {
  background: url(../recruit/discussion/images/img2_on.jpg) no-repeat;
  background-size: 100% 100%;
}
#recruit .profile-list > .item:nth-child(3) .profile .name {
  background: #f39b00;
}
#recruit .profile-list > .item:nth-child(3):hover .photo:after {
  background: url(../recruit/discussion/images/img3_on.jpg) no-repeat;
  background-size: 100% 100%;
}
#recruit .balloon {
  position: relative;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 1.25rem 1.875rem 0.625rem;
  display: inline-block;
  text-align: left;
}
#recruit .balloon p {
  font-size: 1rem;
  line-height: 1.8;
  text-align: left !important;
  margin: 0 0 0.625rem;
}
@media only screen and (max-width: 767px) {
  #recruit .balloon p {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
#recruit .balloon.-left {
  margin-left: 0.9375rem;
}
#recruit .balloon.-left::before, #recruit .balloon.-left::after {
  content: " ";
  right: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#recruit .balloon.-left::before {
  border-color: rgba(230, 230, 230, 0);
  border-right-color: #e6e6e6;
  border-width: 1rem;
  margin-top: -1rem;
}
#recruit .balloon.-left::after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 0.9375rem;
  margin-top: -0.9375rem;
}
#recruit .balloon.-right {
  margin-right: 0.9375rem;
}
#recruit .balloon.-right::before, #recruit .balloon.-right::after {
  content: " ";
  left: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#recruit .balloon.-right::before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #e6e6e6;
  border-width: 1rem;
  margin-top: -1rem;
}
#recruit .balloon.-right::after {
  border-color: rgba(230, 230, 230, 0);
  border-left-color: #fff;
  border-width: 0.9375rem;
  margin-top: -0.9375rem;
}
#recruit .fukidashi {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
#recruit .fukidashi .commenter {
  text-align: center;
  margin: 0;
}
#recruit .fukidashi .commenter img {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .fukidashi .commenter .author {
  font-size: 0.75rem;
  text-align: center;
  display: block;
  line-height: 1.6;
  margin-top: 0.625rem;
}
#recruit .fukidashi .balloon {
  flex: 1;
}
#recruit .fukidashi .balloon.-left {
  margin-left: 1.25rem;
}
#recruit .fukidashi .balloon.-right {
  margin-right: 1.25rem;
}
#recruit {
  /* -----------------------------------------------
    Number
  -------------------------------------------------- */
}
#recruit .number-cm-shikoku {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 767px) {
  #recruit .number-cm-shikoku {
    margin-bottom: 2.5rem;
  }
}
#recruit .number-cm-shikoku > .inner {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #recruit .number-cm-shikoku > .inner {
    padding: 1.25rem 0 0;
  }
}
#recruit .number-cm-shikoku .number-group {
  background: #f2f2f2;
  margin-bottom: -3.75rem;
}
@media only screen and (max-width: 767px) {
  #recruit .number-cm-shikoku .number-group {
    margin-bottom: -2.5rem;
  }
}
#recruit .number-cm-shikoku .number-group .number-group-inner {
  width: 100%;
  max-width: 1360px;
  padding: 2.8125rem 2.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #recruit .number-cm-shikoku .number-group .number-group-inner {
    padding: 1.25rem;
  }
}
#recruit .number-cm-shikoku .number-group .number-group-inner .panel-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -0.9375rem;
}
@media only screen and (max-width: 767px) {
  #recruit .number-cm-shikoku .number-group .number-group-inner .panel-group {
    display: block;
    margin: 0;
  }
}
#recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel {
  padding: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  #recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel {
    padding: 0;
    margin-bottom: 1.25rem;
  }
}
#recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel a {
  display: block;
  transition: all 0.3s;
}
#recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
#recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel img {
  width: 100%;
  height: auto;
  box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.05);
}
#recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel.panel1 {
  width: 34.375rem;
}
@media only screen and (max-width: 767px) {
  #recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel.panel1 {
    width: 100%;
  }
}
#recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel.panel2 {
  width: 47.5rem;
}
@media only screen and (max-width: 767px) {
  #recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel.panel2 {
    width: 100%;
  }
}
#recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel.panel5 {
  width: 39.8125rem;
}
@media only screen and (max-width: 767px) {
  #recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel.panel5 {
    width: 100%;
  }
}
#recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel.panel-in {
  width: 42rem;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  #recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel.panel-in {
    width: 100%;
    display: block;
  }
}
#recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel.panel-in > .panel {
  width: 50%;
  max-width: 21rem;
  padding: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  #recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel.panel-in > .panel {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.9375rem;
  }
}
#recruit .number-cm-shikoku .number-group .number-group-inner .panel-group > .panel.panel-in > .panel img {
  width: 100%;
  height: auto;
}

/**************************************************
    Contact
***************************************************/
#contact .site-footer {
  margin-top: 3.75rem;
}
#contact .site-footer > .inner:first-child {
  display: none;
}

/**************************************************
    10th Anniversary
***************************************************/
@media only screen and (max-width: 767px) {
  #anniversary-10th .page-header {
    display: none;
  }
}
#anniversary-10th .page-header > .inner {
  zoom: 1;
}
#anniversary-10th .page-header > .inner:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
#anniversary-10th .page-header > .inner {
  padding: 1.5625rem 2.5rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
#anniversary-10th .page-header .logo {
  display: flex;
  align-items: flex-end;
}
#anniversary-10th .page-header .logo > a {
  width: 20rem;
  display: block;
}
#anniversary-10th .page-header .logo > .page-title {
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 0.1875rem;
  margin-left: 1.25rem;
  white-space: nowrap;
}
#anniversary-10th .page-header .global-nav {
  margin-left: auto;
}
#anniversary-10th .page-header .global-nav > .inner {
  display: flex;
  align-items: center;
}
#anniversary-10th .page-header .global-nav > .inner > .item {
  padding-bottom: 0.3125rem;
  margin-left: 1.25rem;
}
#anniversary-10th .page-header .global-nav > .inner > .item > a {
  font-size: 1.125rem;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
#anniversary-10th .page-header .global-nav > .inner > .item > a:hover {
  text-decoration: underline;
}
#anniversary-10th .page-header .logo-10th {
  margin-left: 1.875rem;
}
#anniversary-10th .page-header .logo-10th img {
  width: 6.25rem;
}
#anniversary-10th .main-visual .swiper-main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
#anniversary-10th .main-visual .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  opacity: 1;
}
#anniversary-10th .main-visual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #54c3f1;
}
#anniversary-10th .photo-gallery {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: hidden;
}
#anniversary-10th .photo-gallery .panel {
  overflow: hidden;
}
#anniversary-10th .photo-gallery .grid1 {
  grid-area: 1/1/2/2;
}
#anniversary-10th .photo-gallery .grid2 {
  grid-area: 2/1/3/2;
}
#anniversary-10th .photo-gallery .grid3 {
  grid-area: 1/2/3/5;
}
#anniversary-10th .photo-gallery .grid4 {
  grid-area: 1/5/2/6;
}
#anniversary-10th .photo-gallery .grid5 {
  grid-area: 2/5/3/6;
}
#anniversary-10th .photo-gallery .grid6 {
  grid-area: 3/1/4/2;
}
#anniversary-10th .photo-gallery .grid7 {
  grid-area: 3/2/4/3;
}
#anniversary-10th .photo-gallery .grid8 {
  grid-area: 3/3/4/4;
}
#anniversary-10th .photo-gallery .grid9 {
  grid-area: 3/4/4/6;
}
#anniversary-10th .photo-gallery .grid3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#anniversary-10th .photo-gallery .grid3 img {
  width: 45vw;
}
@media only screen and (max-width: 767px) {
  #anniversary-10th .photo-gallery .grid3 img {
    width: 50vw;
  }
}
#anniversary-10th .photo-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
#anniversary-10th .section-message > .inner.pb0 {
  padding-bottom: 0 !important;
}
#anniversary-10th .section-message .section-title-c {
  font-family: "EB Garamond", serif;
  font-size: 4.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  #anniversary-10th .section-message .section-title-c {
    font-size: 2.625rem;
  }
}
#anniversary-10th .section-message .message-cover {
  position: relative;
  margin-bottom: 2.5rem;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #anniversary-10th .section-message .message-cover {
    display: block;
  }
}
#anniversary-10th .section-message .message-cover .image {
  position: relative;
  z-index: 2;
  width: 50%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #anniversary-10th .section-message .message-cover .image {
    width: 100%;
  }
}
#anniversary-10th .section-message .message-cover .image::before {
  content: "";
  background: linear-gradient(to right, transparent 10%, transparent 30%, #e5d1bd 45%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20rem;
}
@media only screen and (max-width: 767px) {
  #anniversary-10th .section-message .message-cover .image::before {
    display: none;
  }
}
#anniversary-10th .section-message .message-cover .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#anniversary-10th .section-message .message-cover .body {
  width: 50%;
  padding: 3.125rem 2.5rem 2.5rem 0;
  display: flex;
  flex-direction: column;
  background: #e5d1bd;
  flex-shrink: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #anniversary-10th .section-message .message-cover .body {
    width: 100%;
    padding: 1.25rem;
  }
}
#anniversary-10th .section-message .message-cover .body .copy {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #0074be;
}
#anniversary-10th .section-message .message-cover .body .message {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0;
  transition: all 0.3s;
  width: 37.5rem;
  padding-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #anniversary-10th .section-message .message-cover .body .message {
    font-size: 1.3125rem;
    width: auto;
    padding: 0;
  }
}
#anniversary-10th .section-message .message-cover .body .signature {
  margin: auto auto 0;
}
@media only screen and (max-width: 767px) {
  #anniversary-10th .section-message .message-cover .body .signature {
    margin-top: 1.25rem;
  }
}
#anniversary-10th .section-message .message-cover .body .signature .company-name {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  #anniversary-10th .section-message .message-cover .body .signature .company-name {
    font-size: 0.8125rem;
  }
}
#anniversary-10th .section-message .message-cover .body .signature .signature-name {
  font-size: 0.75rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #anniversary-10th .section-message .message-cover .body .signature .signature-name {
    font-size: 0.75rem;
  }
}
#anniversary-10th .section-message .message-cover .body .signature .signature-name img {
  margin-left: 0.625rem;
}
#anniversary-10th .section-message .message-text {
  max-width: 800px;
  margin: 5rem auto 3.75rem;
}
@media only screen and (max-width: 767px) {
  #anniversary-10th .section-message .message-text {
    max-width: 100%;
    margin: 2.5rem auto 1.25rem;
  }
}
#anniversary-10th .section-message .message-text .body .signature {
  text-align: right;
  margin: 1.875rem 0 0;
}
#anniversary-10th .section-message .message-text .body .signature .company-name {
  font-size: 0.9375rem;
}
#anniversary-10th .section-message .message-text .body .signature .signature-name {
  font-size: 0.875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  margin-top: 0.5rem;
}
#anniversary-10th .section-message .message-text .body .signature .signature-name img {
  margin-left: 0.625rem;
}
#anniversary-10th .section-message .message-text .body p {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
  line-height: 2;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
@media only screen and (max-width: 767px) {
  #anniversary-10th .section-message .message-text .body p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    line-height: 1.8;
  }
}
#anniversary-10th .section-message .logo-10th {
  width: 12.5rem;
  margin: 3.75rem auto -1.875rem;
}
@media only screen and (max-width: 767px) {
  #anniversary-10th .section-message .logo-10th {
    width: 7.5rem;
    margin: 2.5rem auto -1.875rem;
  }
}
#anniversary-10th .section-message .anniversary-book {
  text-align: center;
  margin-bottom: 1.875rem;
}
#anniversary-10th .section-message .anniversary-book > a {
  display: inline-block;
  margin: 0 auto;
}
#anniversary-10th .section-message .anniversary-book > a:hover {
  opacity: 0.8;
}
#anniversary-10th .section-movie {
  background: none;
}