@charset "UTF-8";
/* scssファイルあり cssファイルは絶対に変更しないでください。 */
.hp_dib {
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .hp_dn_lg {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hp_dn_md {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hp_dn_sp {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .hp_dn_xs {
    display: none;
  }
}

.hp_fz14 {
  font-size: 1.4rem;
}

.hp_grow1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hp_mb2r {
  margin-bottom: 2rem;
}

.hp_mb3r {
  margin-bottom: 3rem;
}

.hp_mb0 {
  margin-bottom: 0;
}

.hp_mb5r {
  margin-bottom: 5rem;
}

.hp_shrink0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l_inner {
  display: block;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.l_main {
  padding: 8rem 1rem;
}

.l_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8rem 1rem;
}

@media screen and (max-width: 767px) {
  .l_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l_main_col {
  width: 100%;
  max-width: 80rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 5rem;
}

.l_main_col.-work {
  max-width: 96rem;
}

.l_side_col {
  width: 30%;
  max-width: 300px;
  min-width: 180px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 8rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 1199px) {
  .l_side_col {
    margin-right: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .l_side_col {
    max-width: unset;
    margin-right: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.l_item {
  margin-bottom: 5rem;
}

.l_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l_flex > :not(:last-child) {
  margin-right: 20px;
  margin-bottom: 20px;
}

.l_flex.-gap0 > :not(:last-child) {
  margin-right: 0px;
}

.l_flex.-gap2 > :not(:last-child) {
  margin-right: 30px;
}

.l_flex.-gap3 > :not(:last-child) {
  margin-right: 50px;
}

.l_flex.-gap4 > :not(:last-child) {
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .l_flex {
    display: block;
  }
  .l_flex > :not(:root):not(:root) {
    margin-right: 0;
  }
}

.l_flex.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .l_flex.-spCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l_flex.-spCenter > :not(:root) {
    margin-right: 0;
  }
}

.CommonBox > .l_flex:not([class*="hp_mb"]) {
  margin-bottom: -2rem;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

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

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: inherit;
  text-align: left;
}

fieldset {
  min-width: inherit;
}

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

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a img {
  border: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  margin: 0;
  padding: 0;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

a {
  text-decoration: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./css/fonts/slick.eot");
  src: url("./css/fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./css/fonts/slick.woff") format("woff"),
    url("./css/fonts/slick.ttf") format("truetype"),
    url("./css/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 10px;
  color: #37323e;
  font-family: "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
  line-height: 1.75;
}

body {
  font-size: 1.6rem;
}

body.customize-support .Header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.customize-support .Header {
    top: 0px;
  }
  #wpadminbar {
    display: none;
  }
  html {
    margin-top: 0 !important;
  }
}

.Header__Hamburger {
  position: absolute;
  top: 0;
  right: 0;
}

.Hamburger {
  width: 6rem;
  height: 6rem;
  background-color: transparent;
  display: none;
  position: relative;
  color: #00a0e9;
  z-index: 1;
  overflow: hidden;
}

.Hamburger::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 200%;
  height: 200%;
  background-color: #15477a;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.Hamburger.is-active {
  color: #fff;
}

.Hamburger.is-active::after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .Hamburger {
    display: inline-block;
  }
}

.Hamburger__text {
  font-size: 10px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #00a0e9;
}

.Hamburger__line {
  background-color: currentColor;
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  width: 2rem;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media screen and (max-width: 767px) {
  .Hamburger__line {
    display: inline-block;
  }
}

.Hamburger.is-active .Hamburger__line {
  background-color: transparent;
}

.Hamburger__line::before,
.Hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: currentColor;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, transform 0.2s;
  transition: top 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.Hamburger__line::before {
  top: -5px;
}

.Hamburger.is-active .Hamburger__line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Hamburger__line::after {
  top: 5px;
}

.Hamburger.is-active .Hamburger__line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.Hamburger.-active .Hamburger__line:nth-of-type(3) {
  -webkit-transform: translateY(-1.2rem) rotate(45deg);
  -ms-transform: translateY(-1.2rem) rotate(45deg);
  transform: translateY(-1.2rem) rotate(45deg);
}

.Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Pagination__link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s background;
  transition: 0.2s background;
  margin-right: 3px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.Pagination__link:last-child {
  margin-right: 0;
}

.Pagination__link.-current {
  background-color: #d5d5d5;
  font-weight: 700;
  pointer-events: none;
}

.Pagination__link:hover {
  text-decoration: underline;
  color: #00a0e9;
}

.Pagination__link:hover .Pagination__item-title {
  color: #00a0e9;
}

.Body {
  background: #f6f8f9;
  padding-top: 10rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .Body {
    padding-top: 6rem;
  }
}

.Button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15em;
  background-color: #00a0e9;
  color: #fff;
  max-width: 100%;
  font-size: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.25em;
  border-radius: 1.7em;
  position: relative;
  padding: 0 2em;
  z-index: 1;
  border: 2px solid #00a0e9;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

.Button::after {
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2em;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Button:hover {
  background-color: #fff;
  color: #00a0e9;
}

.Button.-ghost {
  color: inherit;
  background-color: transparent;
  border: 1px solid currentColor;
  overflow: hidden;
}

.Button.-ghost::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: currentColor;
  opacity: 0;
}

.Button.-ghost:hover::before {
  opacity: 0.15;
}

.Button.-siz1 {
  width: 11em;
}

.Button.-small {
  font-size: 1.4rem;
  height: 2em;
  width: 8em;
  padding: 0 0.5em;
}

.Button.-pageAnchor::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.2em;
  top: -0.25em;
}

.CMS h2:not([class]) {
  margin-bottom: 3rem;
}

.CMS h2:not([class]):not(:first-child) {
  margin-top: 5rem;
}

.CMS h3:not([class]) {
  margin-bottom: 0rem;
}

.CMS h3:not([class]):not(:first-child) {
  margin-top: 3rem;
}

.CMS h4:not([class]) {
  margin-bottom: -1.5rem;
}

.CMS h4:not([class]):not(:first-child) {
  margin-top: 2rem;
}

.CMS section:not([class]) {
  margin-bottom: 8rem;
}

.CMS section:not([class])[id] {
  margin-top: -8rem;
  padding-top: 8rem;
}

.CMS img {
  display: block;
  height: auto;
  max-width: 100%;
}

.CMS img.alignright {
  margin-right: 0;
  margin-left: auto;
}

.CMS img.alignleft {
  margin-right: auto;
  margin-left: 0;
}

.CMS img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.CMS p:not([class]) {
  margin-bottom: 2rem;
}

.CMS p:not([class]):not(:first-child) {
  margin-top: 2rem;
}

.CMS table:not([class]) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.CMS table:not([class]):not(:root) {
  max-width: unset;
}

.CMS ul:not([class]) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.CommonBox {
  background-color: #fff;
  padding: 5rem 3rem;
  border-radius: 10px;
}

.CommonEmbed {
  position: relative;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 350px;
}

.CommonEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.CommonEmbed.-movie {
  padding-bottom: 545.625px;
}

@media (max-width: 990px) {
  .CommonEmbed.-movie {
    padding-bottom: 56.25%;
  }
}

.CommonLink,
.CMS a:not([class]),
.PageCMS a:not([class]) {
  text-decoration: underline;
  color: #00a0e9;
}

.CommonList,
.CMS ul:not([class]) {
  padding-left: 1.5em;
}

.CommonList__item,
.CMS ul:not([class]) > li:not([class]) {
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.CommonList__item::after,
.CMS ul:not([class]) > li:not([class])::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
  background-color: currentColor;
  opacity: 0.7;
  top: 0.45em;
  left: -0.9em;
}

.CommonTable,
.CMS table:not([class]) {
  width: 100%;
  max-width: 80rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .CommonTable,
  .CMS table:not([class]) {
    display: block;
    border: none;
  }
}

.CommonTable__row,
.CMS tr:not([class]) {
  display: table-row;
}

@media screen and (max-width: 767px) {
  .CommonTable__row,
  .CMS tr:not([class]) {
    display: block;
    border: none;
  }
}

.CommonTable__head,
.CMS th:not([class]),
.CommonTable__data,
.CMS td:not([class]) {
  display: table-cell;
  padding: 1.5rem;
  border-bottom: solid 1px #ccc;
}

.CommonTable__head:first-child,
.CMS th:first-child:not([class]),
.CommonTable__data:first-child,
.CMS td:first-child:not([class]) {
  padding-left: 0;
}

.CommonTable__head:last-child,
.CMS th:last-child:not([class]),
.CommonTable__data:last-child,
.CMS td:last-child:not([class]) {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .CommonTable__head:not(:root),
  .CMS th:not(:root):not([class]),
  .CommonTable__data:not(:root),
  .CMS td:not(:root):not([class]) {
    border-bottom: none;
    display: block;
    padding: 1rem;
    margin-bottom: 0.5rem;
  }
  .CommonTable__head:not(:root):last-child,
  .CMS th:not(:root):last-child:not([class]),
  .CommonTable__data:not(:root):last-child,
  .CMS td:not(:root):last-child:not([class]) {
    margin-bottom: 2rem;
  }
}

.CommonTable__head,
.CMS th:not([class]) {
  font-weight: 700;
  max-width: 10em;
}

@media screen and (max-width: 767px) {
  .CommonTable__head,
  .CMS th:not([class]) {
    background-color: #e6e6e6;
    border-radius: 5px;
  }
}

.CommonTitle,
.PageCMS h2:not([class]) {
  color: inherit;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.CommonTitle2 {
  font-size: 1.8rem;
  font-weight: 700;
}

.CommonTitle3,
.CMS h3:not([class]) {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 2px solid #ccc;
  position: relative;
}

.CommonTitle3::after,
.CMS h3:not([class])::after {
  content: "";
  display: block;
  position: absolute;
  width: 5em;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #00a0e9;
}

.CommonTitle4,
.CMS h4:not([class]) {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-left: 0.4em;
}

.CommonTitle4::after,
.CMS h4:not([class])::after {
  display: block;
  content: "";
  z-index: -1;
  background-color: #ddd;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0em;
  left: 0;
}

.CommonTitle5,
.CMS h2:not([class]) {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding: 0.5em 0 0.5em 0.5em;
  border-left: 1px solid #00a0e9;
}

/* ----------------------- */

.Topcta__list {
  display: flex;
  gap: 3em;
}

@media screen and (max-width: 700px) {
  .Topcta__list {
    display: grid;
    gap: 1em;
  }
}

.CTA {
  background-color: #00a0e9;
  color: #fff;
  padding: 5rem 1rem;
}

.CTA__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.CTA__title {
  margin-bottom: 3rem;
}

.CTA__msg {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.CTA__text {
  margin-bottom: 2rem;
}

.CTA__tel__number {
  font-size: 22px;
}

@media screen and (max-width: 400px) {
  .CTA__tel__number {
    font-size: 20px;
  }
}

.CTA__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 4.8rem;
  font-family: "Noto Serif JP", serif;
}

.CTA__tel::before {
  content: "";
  display: block;
  width: 1.05em;
  height: 1.05em;
  background-image: url("../img/common/icon-tel.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.3em;
  position: relative;
  top: 0.01em;
}

@media screen and (max-width: 575px) {
  .CTA__tel {
    font-size: 3.2rem;
  }
}

.CTA__mail__text {
  font-size: 22px;
}

@media screen and (max-width: 400px) {
  .CTA__mail__text {
    font-size: 20px;
  }
}

.CTA__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 4.8rem;
  font-family: "Noto Serif JP", serif;
}

.CTA__mail::before {
  content: "";
  display: block;
  width: 1.05em;
  height: 1.05em;
  background-image: url("../img/common/icon-mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.3em;
  position: relative;
  top: 0.01em;
}

@media screen and (max-width: 575px) {
  .CTA__mail {
    font-size: 3.2rem;
  }
}

.CTA__arrow {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

.CTA__arrow::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-left: 0.15em;
  margin-right: 0.5em;
  position: relative;
  top: -0.09em;
}

.CTA__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* 下線の位置を調整 */
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.CTA__arrow:hover::before {
  transform: scaleX(1);
}

/* ----------------------- */

.Footer {
  background-color: #fff;
  display: block;
}

.Footer__inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  padding-top: 15px;
}

.Footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 15px 0;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .Footer__navList {
    display: none;
  }
}

.Footer__navItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.Footer__navLink {
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  z-index: 0;
  display: block;
  padding: 10px 15px;
}

.Footer__navLink::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}

.Footer__navLink:hover {
  color: #00a0e9;
}

.Footer__navLink:hover::after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .Footer__logo {
    margin-bottom: 2rem;
  }
}

.Footer__logoImg {
  display: block;
  margin-right: 5rem;
  height: 35px;
  width: 20rem;
}

.Footer__logoLink {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.Footer__logoLink:hover {
  opacity: 0.7;
}

.Footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .Footer__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.Footer__addressText {
  font-size: 1.4rem;
  line-height: 1.4;
}

.Footer__copy {
  padding: 15px 0 10px;
  font-size: 1.2rem;
  text-align: center;
}

.Gnav {
  display: block;
}

@media screen and (max-width: 767px) {
  .Gnav {
    position: absolute;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
    top: 6rem;
    left: 100%;
    max-width: 300px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    z-index: 10;
  }
  .Gnav.is-active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.Gnav__spBg {
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: 6rem;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

.Gnav.is-active + .Gnav__spBg {
  pointer-events: all;
  opacity: 0.8;
}

.Gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1.5rem;
}

@media screen and (max-width: 991px) {
  .Gnav__list {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .Gnav__list {
    width: 100%;
    background-color: #15477a;
    color: #fff;
    display: block;
  }
}

.Gnav__item {
  display: block;
}

@media screen and (max-width: 767px) {
  .Gnav__item {
    width: 100%;
  }
}

.Gnav__link {
  display: block;
  padding: 1.5rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  line-height: 1;
  z-index: 0;
}

.Gnav__link:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 5px;
  z-index: -1;
}

.Gnav__link:hover {
  color: #00a0e9;
}

.Gnav__link:hover::after {
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .Gnav__link {
    padding: 1.5rem 0.7rem;
  }
}

.Header {
  display: block;
  height: 10rem;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  padding: 0 1rem;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

@media screen and (max-width: 767px) {
  .Header {
    height: 6rem;
    position: fixed;
  }
}

.Header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Header__logo {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: auto;
}

.Header__logoLink {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.Header__logoLink:hover {
  opacity: 0.7;
}

.Header__logoImg {
  display: block;
  height: 4.5rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

@media screen and (max-width: 991px) {
  .Header__logoImg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.Header__Gnav {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.Heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Heading__title {
  color: inherit;
  font-size: 3.5rem;
  font-family: "Noto Serif JP", serif;
}

.Heading__en {
  color: inherit;
  font-size: 14px;
}

.Hero {
  width: 100%;
  height: 60rem;
}

@media screen and (max-width: 991px) {
  .Hero {
    height: 45rem;
  }
}

.Hero__item {
  position: relative;
}

.Hero__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60rem;
}

@media screen and (max-width: 991px) {
  .Hero__box {
    height: 45rem;
  }
}

.Hero__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.Hero__msg {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 80%;
}

.Hero__msg.-slide1 {
  position: relative;
  top: -7rem;
  left: 15rem;
}

.Hero__msg.-slide2 {
  position: relative;
  top: 10rem;
  left: -15rem;
}

.Hero__msg.-slide3 {
  position: relative;
  top: -1rem;
}

.Hero__msg.-slide4 {
  position: relative;
  top: -2.5rem;
}

.Hero__msg.-slide5 {
  position: relative;
  top: -1rem;
  left: -17rem;
}

@media screen and (max-width: 991px) {
  .Hero__msg:not(:root) {
    position: static;
  }
}

.Hero__title {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Hero__title.-slide1 {
  color: #15477a;
}

.Hero__title.-slide2 {
  color: #fff;
  text-shadow: 0px 0px 10px #15477a;
}

.Hero__title.-slide3 {
  color: #fff;
}

.Hero__title.-slide4 {
  color: #fff;
  text-shadow: 0px 0px 10px #3c5807;
}

.Hero__title.-slide5 {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .Hero__title {
    font-size: 2.7rem;
  }
}

.Hero__titlePhrase {
  color: inherit;
  font-size: inherit;
}

.Hero__text {
  margin-top: 1rem;
  font-size: 2.3rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .Hero__text {
    font-size: 1.8rem;
  }
}

.News__item {
  border-bottom: 1px solid #ccc;
}

.News__link {
  display: block;
  padding: 1.5rem 2.5rem 1.5rem 1rem;
  position: relative;
  z-index: 1;
}

.News__link::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.News__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.News__link:hover::before {
  opacity: 1;
  -webkit-transform: translateX(0.5rem) rotate(-45deg);
  -ms-transform: translateX(0.5rem) rotate(-45deg);
  transform: translateX(0.5rem) rotate(-45deg);
}

.News__link:hover::after {
  opacity: 0.05;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.News__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .News__post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.News__time {
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .News__time {
    margin-right: 0;
  }
}

.News__title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 767px) {
  .News__title {
    width: 100%;
    margin-top: 1rem;
  }
}

.News__catname {
  border-radius: 2rem;
  padding: 0.5rem;
  border: 1px solid currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 10em;
  font-size: 1.4rem;
  margin-right: 2rem;
}

.PageCMS h2:not([class]) {
  margin-bottom: 3rem;
}

.PageCMS h2:not([class]):not(:first-child) {
  margin-top: 5rem;
}

.PageCMS section:not([class]) {
  margin-bottom: 8rem;
}

.PageCMS section:not([class])[id] {
  margin-top: -8rem;
  padding-top: 8rem;
}

.PageCMS img:not([class]) {
  display: block;
  height: auto;
  max-width: 100%;
}

.PageCMS p:not([class]) {
  margin-bottom: 2rem;
}

.PageCMS p:not([class]):not(:first-child) {
  margin-top: 2rem;
}

.PageBusiness__lead {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .PageBusiness__lead br {
    display: none;
  }
}

.PageBusiness__text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .PageBusiness__text {
    text-align: left;
  }
}

.PageBusiness__businessList {
  counter-reset: biz;
}

.PageBusiness__businessItem {
  counter-increment: biz;
  position: relative;
  background-color: #fff;
  margin-bottom: 5rem;
}

.PageBusiness__businessItem::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 27%;
  height: calc(100% - 4rem);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.PageBusiness__businessItem.-item1::after {
  background-image: url("../img/common/illust-air_conditioner.svg");
}

.PageBusiness__businessItem.-item2::after {
  background-image: url("../img/common/illust-toilet.svg");
}

.PageBusiness__businessItem.-item3::after {
  background-image: url("../img/common/illust-firefighting.svg");
}

.PageBusiness__businessItem.-item4::after {
  background-image: url("../img/common/illust-excavator.svg");
}

.PageBusiness__businessItem.-item5::after {
  background-image: url("../img/common/illust-panel.svg");
}

.PageBusiness__businessItem.-item6::after {
  background-image: url("../img/common/illust-design.svg");
}

.PageBusiness__businessItem:nth-child(2n-1) {
  padding: 2rem 30% 2rem 2rem;
}

.PageBusiness__businessItem:nth-child(2n-1)::after {
  right: 0;
}

.PageBusiness__businessItem:nth-child(2n) {
  padding: 2rem 2rem 2rem 30%;
}

.PageBusiness__businessItem:nth-child(2n)::after {
  left: 0;
}

.PageBusiness__businessHead {
  font-size: 2.5rem;
  font-weight: 700;
  padding-top: 3.5rem;
  padding-left: 7rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}

.PageBusiness__businessHead::before {
  content: counter(biz, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.8rem;
  color: #00a0e9;
  z-index: 1;
}

.PageBusiness__businessHead::after {
  content: "";
  display: block;
  width: 1px;
  height: 5rem;
  background-color: #37323e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2.5rem;
  left: 4rem;
  z-index: 0;
}

.PageBusiness__businessText {
  display: block;
  margin-bottom: 2rem;
}

.PageGreeting__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20rem;
  background-image: url("../img/page/greeting2.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5rem;
}

.PageGreeting__headerImg {
  max-width: 100%;
}

.PageGreeting__title {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .PageGreeting__title {
    display: block;
  }
}

.PageGreeting__titlePhrase {
  display: inline;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .PageGreeting__titlePhrase {
    line-height: 1.5;
  }
  .PageGreeting__titlePhrase:not(:last-child)::after {
    content: "、";
  }
}

.PageGreeting__text {
  line-height: 2;
  margin-bottom: 4rem;
}

.PageGreeting__name {
  text-align: right;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.SaiyouBox {
  overflow: hidden;
  color: #fff;
  background-color: #15477a;
  padding: 5rem 1rem;
  position: relative;
}

.SaiyouBox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.SaiyouBox__title {
  margin-bottom: 2rem;
}

.SaiyouBox__text {
  text-align: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .SaiyouBox__text {
    text-align: left;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.SaiyouBox__slider {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.15;
}

.SaiyouBox__img {
  height: 100%;
  width: 600px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.Sdgs {
  display: block;
}

.Sdgs__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.Sdgs__list {
  display: block;
  text-align: center;
}

.Sdgs__item {
  display: inline-block;
  width: 12rem;
  margin: 0 0.75rem 1.5rem;
}

.Sdgs__img {
  display: block;
  max-width: 100%;
}

.SecondHeader__title {
  background-color: #00a0e9;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.5rem 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.SecondHeader__ja {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
}

.SecondHeader__en {
  font-size: 1.4rem;
  line-height: 1.5;
}

.SingleContent {
  padding-top: 5rem;
}

.SingleHeading {
  border-bottom: 1px solid #00a0e9;
  position: relative;
  padding-bottom: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.SingleHeading::after {
  content: "";
  display: block;
  background-color: #15477a;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 6px;
  left: 0;
}

.SingleMeta {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.SingleMeta__time {
  margin-right: 1em;
}

.SingleMeta__catLink {
  text-decoration: underline;
}

.SingleMeta__catLink:hover {
  text-decoration: none;
}

.SingleMeta__catLink:not(:last-child)::after {
  margin: 0 0.5rem;
  text-decoration: none;
  pointer-events: none;
  content: ",";
}

.Sitemap {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.Sitemap__list {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  gap: 8rem;
}

@media screen and (max-width: 767px) {
  .Sitemap__list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    gap: 0;
  }
}

.Sitemap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}

.Sitemap__item::before {
  content: "";
  display: block;
  width: 0.55em;
  height: 0.55em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  margin-right: 1rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0.55em;
}

.Sitemap__link {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.Sitemap__link:hover {
  color: #00a0e9;
  text-decoration: underline;
}

.Spacer {
  display: block;
  height: 5rem;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.Spacer.-lg {
  height: 8rem;
}

.SubNav {
  border-radius: 5px;
  overflow: hidden;
}

.SubNav__title {
  background-color: #00a0e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  font-weight: 700;
  color: #fff;
}

.SubNav__list {
  display: block;
}

.SubNav__item {
  border-bottom: 1px solid #d5d5d5;
}

.SubNav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}

.SubNav__link::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.SubNav__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.SubNav__link:hover::before {
  opacity: 1;
  -webkit-transform: translateX(0.5rem) rotate(-45deg);
  -ms-transform: translateX(0.5rem) rotate(-45deg);
  transform: translateX(0.5rem) rotate(-45deg);
}

.SubNav__link:hover::after,
.SubNav__link.-current::after {
  opacity: 0.05;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.SubNav__link.-current {
  pointer-events: none;
  font-weight: 700;
}

.TopAppeal {
  padding: 5rem 1rem;
  background-color: #fff;
  display: none;
}

.TopAppeal__title {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 3rem;
}

.TopAppeal__text {
  line-height: 2;
  text-align: center;
}

.TopBusiness {
  padding: 5rem 1rem;
}

.TopBusiness__title {
  margin-bottom: 5rem;
}

.TopBusiness__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .TopBusiness__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.TopBusiness__item {
  width: 33.33%;
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .TopBusiness__item {
    width: 100%;
    max-width: 40rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.TopBusiness__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 1rem;
}

@media screen and (max-width: 767px) {
  .TopBusiness__link {
    width: 100%;
    height: 8rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    position: relative;
    font-weight: 700;
    color: #00a0e9;
  }
  .TopBusiness__link::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.TopBusiness__circle {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  background-color: #fff;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

.TopBusiness__circle::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 0;
  background-color: #00a0e9;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.TopBusiness__link:hover .TopBusiness__circle::after {
  opacity: 0.1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .TopBusiness__circle:not(:root) {
    width: auto;
    height: auto;
    background-color: transparent;
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .TopBusiness__circle:not(:root)::after {
    display: none;
  }
}

.TopBusiness__name {
  font-size: 1.8rem;
  text-align: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.TopBusiness__link:hover .TopBusiness__name {
  color: #00a0e9;
}

.TopBusiness__illust {
  position: relative;
  z-index: 1;
  width: 70%;
  height: 70%;
}

@media screen and (max-width: 767px) {
  .TopBusiness__illust {
    width: 7rem;
    height: auto;
  }
}

.TopKanren {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.TopKanren__title {
  margin-bottom: 5rem;
}

.TopKanren__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.TopKanren__item {
  padding: 0 1.5rem;
  margin-bottom: 1rem;
}

.TopKanren__link {
  display: block;
  position: relative;
}

.TopKanren__link::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0.3;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.TopKanren__link:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.TopKanren__bannerImg {
  max-width: 100%;
  display: block;
}

.TopNews {
  background: #fff;
  padding: 5rem 1rem;
  overflow: hidden;
}

.TopNews__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .TopNews__01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.TopNews__heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30rem;
  max-width: 100%;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  .TopNews__heading {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.TopNews__contents {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.TopNews__list {
  margin-bottom: 3rem;
}

.TopNews__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.TopPoint {
  padding: 5rem 1rem;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .TopPoint {
    padding: 0;
  }
}

.TopPoint__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .TopPoint__section {
    display: block;
    margin-bottom: 0;
    position: relative;
  }
}

.TopPoint__title {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 1;
  line-height: 1.1;
  margin-bottom: 3rem;
}

.TopPoint__title::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.6em;
  height: 1.6em;
  background-image: url("../img/common/circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  top: -0.3em;
  left: -0.8em;
}

@media screen and (max-width: 767px) {
  .TopPoint__title {
    font-size: 2.8rem;
  }
}

.TopPoint__textBlock {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.TopPoint__section:nth-child(2n) .TopPoint__textBlock {
  padding-left: 2rem;
}

@media screen and (max-width: 767px) {
  .TopPoint__textBlock {
    padding: 5rem 1rem;
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .TopPoint__textBlock:not(:root):not(:root) {
    padding-left: 1em;
  }
}

.TopPoint__imgBlock {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.TopPoint__section:nth-child(2n) .TopPoint__imgBlock {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-right: 3rem;
}

.TopPoint__section:nth-child(2n-1) .TopPoint__imgBlock {
  padding-left: 3rem;
}

.TopPoint__imgBox {
  position: relative;
}

.TopPoint__section:nth-child(2n-1) .TopPoint__imgBox {
  margin-right: -10rem;
}

.TopPoint__section:nth-child(2n) .TopPoint__imgBox {
  margin-left: -10rem;
}

@media screen and (max-width: 767px) {
  .TopPoint__imgBox {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .TopPoint__imgBox::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
  }
}

.TopPoint__img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .TopPoint__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.TopPoint__text {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .TopPoint__text {
    max-width: 40rem;
  }
}

.TopPoint__caption {
  position: absolute;
  color: #15477a;
  top: 1em;
  left: 1em;
}

@media screen and (max-width: 767px) {
  .TopPoint__caption {
    display: none;
  }
}

.Works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.Works__item {
  max-width: 33.33%;
  width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  .Works__item {
    max-width: 50%;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.Works__link {
  display: block;
  position: relative;
}

.Works__link::after {
  position: absolute;
  display: block;
  content: "";
  top: -1rem;
  left: -1rem;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.Works__link:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 0.4;
}

.Works__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Works__catList {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Works__catItem {
  width: 100%;
  max-width: 12em;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 1em;
  border: 1px solid currentColor;
  height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}

.Works__catItem:nth-child(n + 2) {
  margin-left: 1em;
}

.Works__title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 1.8rem;
  font-weight: 700;
}

.Works__imgBox {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 1rem;
}

.Works__img {
  display: block;
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.WorkSlide {
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
}

.WorkSlide__main {
  margin-bottom: 2rem;
  position: relative;
}

.workSliderButton {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.2s, background-color 0.2s,
    -webkit-transform 0.2s;
  transition: opacity 0.2s, background-color 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, background-color 0.2s;
  transition: opacity 0.2s, transform 0.2s, background-color 0.2s,
    -webkit-transform 0.2s;
}

.workSliderButton:hover {
  background-color: rgba(0, 160, 233, 0.7);
}

.workSliderButton::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.workSliderButton.-prev {
  left: -8rem;
}

.workSliderButton.-prev::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.workSliderButton.-next {
  right: -8rem;
}

.workSliderButton.-next::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 991px) {
  .workSliderButton {
    pointer-events: none;
    opacity: 0;
  }
  .workSliderButton.-prev {
    -webkit-transform: translateX(-2rem);
    -ms-transform: translateX(-2rem);
    transform: translateX(-2rem);
  }
  .workSliderButton.-next {
    -webkit-transform: translateX(2rem);
    -ms-transform: translateX(2rem);
    transform: translateX(2rem);
  }
}

.WorkSlide__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.WorkSlide__navItem {
  max-width: 20%;
  padding: 0 1rem;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.5;
}

.WorkSlide__navItem::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border: 0.4em solid transparent;
  border-bottom-color: #00a0e9;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}

.WorkSlide__navItem.is-active {
  opacity: 1;
  pointer-events: none;
}

.WorkSlide__navItem.is-active::after {
  opacity: 1;
}

.WorkSlide__navItemInner {
  position: relative;
}

.WorkSlide__navItemInner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.2;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.1s;
  transition: opacity 0.2s, -webkit-transform 0.1s;
  transition: opacity 0.2s, transform 0.1s;
  transition: opacity 0.2s, transform 0.1s, -webkit-transform 0.1s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.WorkSlide__navItemInner:hover::after {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.WorkSlide__navImg:not(:root) {
  width: 100%;
  height: 85px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .WorkSlide__navImg:not(:root) {
    height: 65px;
  }
}

@media screen and (max-width: 575px) {
  .WorkSlide__navImg:not(:root) {
    height: 50px;
  }
}

.SingleContent__WorkSlide {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .SingleContent__WorkSlide {
    margin-bottom: 5rem;
  }
}

.ZEBInformation {
  background-color: #fff;
  padding: 40px 10px;
}

.ZEBInformation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 970px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .ZEBInformation__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
  }
}

.ZEBInformation__img {
  width: 110px;
  display: block;
  pointer-events: none;
}

.ZEBInformation__imgBox {
  position: relative;
}

.ZEBInformation__imgBox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .ZEBInformation__imgBox {
    margin-right: 40px;
  }
}

.ZEBInformation__2 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.ZEBInformation__title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .ZEBInformation__title {
    margin-top: 20px;
  }
}

.ZEBInformation__text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 15px;
}

.ZEBInformation__buttons {
  margin-top: 10px;
}

.ZEBInformation__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .ZEBInformation__tel {
    font-size: 24px;
  }
}

.ZEBInformation__tel::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  background-image: url("../img/common/icon-tel-blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}

.ZEBInformation__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 240px;
  max-width: 100%;
  padding: 5px 7px;
  border: 1px solid currentColor;
  color: #00a5e7;
  font-size: 14px;
}

.ZEBInformation__button::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .ZEBInformation__button {
    width: 100%;
  }
}

.ZEBInformation__buttons {
  margin: -5px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .ZEBInformation__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ZEBInformation__buttonItem {
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* scssファイルあり cssファイルは絶対に変更しないでください。 */
