@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

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 */
  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; }

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*mediaquery-1*/
.cf {
  zoom: 1; }
  .cf:after {
    display: block;
    content: "";
    clear: both; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

.hidetext {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/*fontサイズ指定*/
:root {
  --fz-heading: clamp(5.6rem, 12vw, 16rem);
  /* H1 */
  --fz-heading02: clamp(2.6rem, 4.8vw, 5.2rem);
  /* H2 */
  --fz-1: clamp(2.4rem, 3.6vw, 4.2rem);
  /* H3 */
  --fz-2: clamp(2.1rem, 2.8vw, 3.4rem);
  /* H4 */
  --fz-3: clamp(1.9rem, 2.2vw, 2.8rem);
  /* H5 */
  --fz-4: clamp(1.7rem, 1.8vw, 2.2rem);
  /* H6 / Lead */
  --fz-5: clamp(1.5rem, 1.4vw, 1.9rem);
  /* Subtext */
  --fz-6: clamp(1.4rem, 1.2vw, 1.7rem);
  /* Notes */
  --fz-base: clamp(1.4rem, 1.1vw, 1.6rem);
  /* Base */ }

/*
	include style
===================================================*/
.ellipsis {
  width: 100%; }

/*
	general style
===================================================*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  opacity: 0;
  transition: opacity 1.2s ease;
  font-size: 1.6rem;
  position: relative;
  color: #4a4a4a;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6; }
  body.fade-in {
    opacity: 1; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.3rem; } }

a {
  background-color: transparent;
  transition: 0.2s; }
  a:hover {
    color: #4a4a4a;
    opacity: 0.7; }

img {
  vertical-align: bottom; }

.wp-block-image img {
  max-width: 100%;
  height: auto; }

/*
	layout style
===================================================*/
@media screen and (max-width: 640px) {
  br.brpc {
    display: none; } }

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: block; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 640px) {
    br.brsp {
      display: block; } }

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

.mdblock {
  display: none; }
  @media screen and (max-width: 768px) {
    .mdblock {
      display: block; } }

.spblock {
  display: none; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block; } }

#wraper {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px; }
  @media screen and (max-width: 640px) {
    .inner {
      max-width: 90%;
      width: 90%;
      padding: 0; } }

/* 上に重ねる“大きな背景” */
.bg-stack {
  position: relative; }

.bg-stack::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/bg_base.webp) repeat-y top center/100%;
  pointer-events: none;
  z-index: 0;
  /* 内部テキストより下/上は必要に応じ調整 */ }

.sec {
  position: relative; }

/* セクションごとに差し替え.bg-stackの下 */
.sec__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1; }

.c_b_bg {
  background: url(../img/top/bg_c_b.webp) no-repeat top/100% 100%; }

.n_f_bg {
  background: url(../img/top/bg_n_f.webp) no-repeat top/100% 100%; }

.sec__bg--fv::before {
  background: url(../img/top/bg_fv.webp) no-repeat top/100% 100%;
  opacity: 0.5;
  height: 100%; }
.sec__bg--company {
  padding-top: 20%; }
.sec__bg--business {
  padding-top: 20%; }
  @media screen and (max-width: 768px) {
    .sec__bg--business {
      padding-bottom: 20%; } }

/*reCAPTCHAバッチ位置調整*/
.grecaptcha-badge {
  bottom: 80px !important; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.red {
  color: red; }

.heading02 .ja {
  font-size: var(--fz-4);
  display: flex;
  align-items: center;
  gap: 1rem; }
  .heading02 .ja::before {
    display: inline-block;
    content: "";
    width: 4rem;
    height: 2px;
    background-color: #ff7b22; }
.heading02 .en {
  font-size: var(--fz-heading);
  letter-spacing: 0.03em;
  color: #d8cbc0;
  font-family: "Shippori Mincho", serif; }

.heading02-sub {
  letter-spacing: 0.03em;
  font-weight: normal; }
  .heading02-sub .en {
    font-size: var(--fz-4);
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #ff7b22; }
    .heading02-sub .en.center {
      justify-content: center; }
    .heading02-sub .en::before {
      display: inline-block;
      content: "";
      width: 4rem;
      height: 2px;
      background-color: #ff7b22; }
  .heading02-sub .ja {
    display: block;
    font-size: var(--fz-2);
    padding: 0.2em 0 1em; }
  .heading02-sub.lg-txt .en {
    font-size: var(--fz-4); }
  .heading02-sub.lg-txt .ja {
    font-size: var(--fz-1); }

.heading03 {
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: var(--fz-5); }

.tate {
  -ms-writing-mode: tb-rl;
  /*IE*/
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright; }

/*ボタン*/
.btn01 a {
  display: inline-block;
  letter-spacing: 0.1em;
  border: 1px solid #000000;
  padding: 0.5em 2em;
  border-radius: 100vw;
  text-decoration: none;
  font-size: var(--fz-4);
  color: #000000; }
  .btn01 a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    color: #ff7b22;
    margin-left: 0.5em; }
  .btn01 a:hover {
    border: 1px solid #ff7b22;
    background-color: #ff7b22;
    opacity: 1; }
    .btn01 a:hover::after {
      font-family: "Font Awesome 5 Free";
      content: "\f054";
      font-weight: 900;
      color: #ffffff;
      margin-left: 0.5em; }

/*
	Parts style
===================================================*/
/* wp-pagenavi

一覧ページ

*/
.wp-pagenavi {
  clear: both;
  margin: 10% auto 5%;
  text-align: left;
  display: flex;
  flex-wrap: wrap; }

.wp-pagenavi a,
.wp-pagenavi span {
  color: #919191;
  border: 0.5px solid #ff7b22;
  border-radius: 100vw;
  padding: 8px 16px !important;
  margin: 5px 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none; }

.previouspostslink,
.nextpostslink {
  border: none !important;
  color: #ff7b22 !important; }

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: 0.5px solid #4a4a4a;
  padding: 8px 16px !important; }

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a; }

.wp-pagenavi span.current {
  color: #fff;
  background-color: #ff7b22;
  border-color: #ff7b22;
  font-weight: bold; }

/* 
page_navigation

詳細ページ

*/
.page_navigation {
  width: 100%;
  margin: 4% auto;
  text-align: center; }
  .page_navigation nav {
    margin: 50px auto;
    padding: 30px 0;
    border-top: solid #ff7b22 1px; }
  .page_navigation .nav-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .page_navigation .nav-links .nav-previous,
    .page_navigation .nav-links .nav-next {
      width: 40%;
      text-align: left; }
      .page_navigation .nav-links .nav-previous span,
      .page_navigation .nav-links .nav-next span {
        display: inline-block;
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis; }
    .page_navigation .nav-links a {
      text-decoration: none;
      font-size: 1.6rem;
      color: #ff7b22;
      line-height: 1;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .page_navigation .nav-links a {
          font-size: 1.3rem; } }
      .page_navigation .nav-links a i {
        font-size: 2rem;
        color: #ff7b22; }
        @media screen and (max-width: 768px) {
          .page_navigation .nav-links a i {
            font-size: 1.3rem; } }
  .page_navigation .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

/*********************************

loading

*********************************/
/* ローディング画面の背景 */
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #ff7b22;
  z-index: 9999; }

.loading__animation {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: loadinganimation 3000ms ease-out forwards infinite;
  animation: loadinganimation 3000ms ease-out forwards infinite; }

@keyframes loadinganimation {
  from,
  to {
    opacity: 0; }
  50% {
    opacity: 0.5; } }
/*********************************

loop_text

*********************************/
/*ループテキスト*/
.loop-txt__wrap {
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 180px;
  overflow: hidden;
  line-height: 1; }
  .loop-txt__wrap.intro-loop-txt {
    margin-top: -5%;
    position: relative;
    z-index: 1; }

.loop-txt__wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 150px;
  overflow: hidden; }

.loop-txt__wrap div:nth-child(odd) {
  animation: loop-txt1 50s -25s linear infinite; }

.loop-txt__wrap div:nth-child(even) {
  animation: loop-txt2 50s linear infinite; }

@keyframes loop-txt1 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop-txt2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
/*********************************

swiper

*********************************/
/*container_gallery*/
/*途切れなくループ*/
.swiper-container_gallery .swiper-wrapper {
  transition-timing-function: linear; }
  .swiper-container_gallery .swiper-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover; }

/*********************************

HEADER

*********************************/
.breadcrumb-area {
  padding: 5% 0; }
  .breadcrumb-area a {
    color: #4a4a4a; }
  .breadcrumb-area .arrow {
    display: inline-block;
    margin: 0 0.5em;
    color: #ff7b22; }

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: "→"; }

header {
  position: fixed;
  width: 100%;
  z-index: 100; }
  header img {
    width: 100%;
    height: auto; }
  header .header__inner {
    padding: 2rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem; }
    @media screen and (max-width: 768px) {
      header .header__inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2rem;
        padding: 1rem; } }
    header .header__inner .header__ttl {
      width: 250px; }
      @media screen and (max-width: 768px) {
        header .header__inner .header__ttl {
          width: 150px; } }
    header .header__inner .header__contact ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 1rem; }
      header .header__inner .header__contact ul li {
        text-align: center;
        list-style-type: none; }
        header .header__inner .header__contact ul li a {
          width: 100px;
          display: inline-block;
          border-radius: 100%;
          background-color: #ff7b22;
          border: 0.5px solid #4a4a4a;
          padding: 1rem;
          color: #ffffff;
          text-decoration: none; }
          @media screen and (max-width: 768px) {
            header .header__inner .header__contact ul li a {
              display: flex;
              width: 50px;
              height: 50px; } }
          header .header__inner .header__contact ul li a span {
            display: inline-block;
            font-size: 1.3rem; }
            @media screen and (max-width: 768px) {
              header .header__inner .header__contact ul li a span {
                font-size: 1rem;
                display: none; } }
          header .header__inner .header__contact ul li a.tel::before {
            content: "";
            display: block;
            width: 2rem;
            height: 2rem;
            margin: auto;
            background-image: url(../img/tel_icon.svg);
            background-repeat: no-repeat;
            background-size: contain;
            vertical-align: middle; }
          header .header__inner .header__contact ul li a.mail::before {
            content: "";
            display: block;
            width: 2rem;
            height: 2rem;
            margin: auto;
            background-image: url(../img/mail_icon.svg);
            background-repeat: no-repeat;
            background-size: contain;
            vertical-align: middle; }

/*ハンバーガーメニュー*/
.h-menu_wrap {
  position: absolute;
  top: 0;
  right: 0;
  /*menuBg*/
  /*h-menu_lists*/ }
  .h-menu_wrap .h-menu_wrap__bg {
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    border-bottom-left-radius: 100px; }
    @media screen and (max-width: 768px) {
      .h-menu_wrap .h-menu_wrap__bg {
        width: 80px;
        height: 80px; } }
  .h-menu_wrap .btn {
    width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 999;
    z-index: 999;
    /*bar_close*/ }
    .h-menu_wrap .btn:hover {
      cursor: pointer; }
    .h-menu_wrap .btn .txt {
      position: absolute;
      top: 45px;
      left: 50%;
      transform: translateX(-50%);
      color: #ff7b22;
      font-size: 1.3rem; }
      @media screen and (max-width: 768px) {
        .h-menu_wrap .btn .txt {
          font-size: 1rem;
          top: 40px; } }
    .h-menu_wrap .btn .bar {
      width: 30px;
      height: 2px;
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #ff7b22; }
      @media screen and (max-width: 768px) {
        .h-menu_wrap .btn .bar {
          width: 20px; } }
      .h-menu_wrap .btn .bar.bar-top {
        top: 20px; }
      .h-menu_wrap .btn .bar.bar-middle {
        top: 30px;
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 768px) {
          .h-menu_wrap .btn .bar.bar-middle {
            top: 28px; } }
      .h-menu_wrap .btn .bar.bar-bottom {
        top: 38px; }
        @media screen and (max-width: 768px) {
          .h-menu_wrap .btn .bar.bar-bottom {
            top: 34px; } }
    .h-menu_wrap .btn.close .bar-top {
      transform: translate(-50%, 8px) rotate(45deg);
      transition: transform 0.3s; }
    .h-menu_wrap .btn.close .bar-middle {
      opacity: 0;
      transition: opacity 0.3s; }
    .h-menu_wrap .btn.close .bar-bottom {
      transform: translate(-50%, -10px) rotate(-45deg);
      transition: transform 0.3s; }
      @media screen and (max-width: 768px) {
        .h-menu_wrap .btn.close .bar-bottom {
          transform: translate(-50%, -6px) rotate(-45deg); } }
  .h-menu_wrap .menuBg {
    transition: all 1s; }
  .h-menu_wrap .menuBg.close {
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    content: "";
    left: 0;
    opacity: 1;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 19;
    position: fixed; }
  .h-menu_wrap .h-menu_lists {
    display: none;
    background: rgba(255, 255, 255, 0.8);
    /* 半透明の白 */
    backdrop-filter: blur(10px);
    /* 背景をぼかす */
    -webkit-backdrop-filter: blur(10px);
    /* Safari対応 */
    width: 50vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 800;
    padding: 5%; }
    @media screen and (max-width: 1366px) {
      .h-menu_wrap .h-menu_lists {
        width: 70vw; } }
    @media screen and (max-width: 768px) {
      .h-menu_wrap .h-menu_lists {
        width: 100vw; } }
    .h-menu_wrap .h-menu_lists .h-menu_lists__wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      flex-direction: column;
      position: relative; }
      .h-menu_wrap .h-menu_lists .h-menu_lists__wrap .deco1 {
        position: absolute;
        width: 20%;
        left: 5%;
        bottom: 20%; }
        @media screen and (max-width: 768px) {
          .h-menu_wrap .h-menu_lists .h-menu_lists__wrap .deco1 {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            width: 30%;
            left: 0; } }
      .h-menu_wrap .h-menu_lists .h-menu_lists__wrap .logo {
        margin-bottom: 4rem; }
        .h-menu_wrap .h-menu_lists .h-menu_lists__wrap .logo a img {
          width: 220px; }
      .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 4rem;
        margin-top: 10%; }
        @media screen and (max-width: 1550px) {
          .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul {
            width: 100%; } }
        .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li {
          width: calc(100% / 2 - 2rem);
          line-height: 1.5; }
          .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a {
            text-decoration: none; }
            .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a span.en {
              font-size: var(--fz-4);
              color: #4a4a4a;
              letter-spacing: 0.1em;
              font-weight: bold; }
              .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a span.en::before {
                font-family: "Font Awesome 5 Free";
                content: "\f138";
                font-weight: 900;
                color: #ff7b22;
                margin-right: 0.5em; }
            .h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a span.ja {
              display: block;
              color: #7c7c7c;
              font-size: 1.3rem;
              margin-left: 2.5em; }

/*Youtube*/
.youtube img {
  width: 100%;
  height: auto; }
.youtube .yt {
  position: relative;
  padding-top: 56.25%;
  margin: 0 auto; }
  .youtube .yt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .youtube .yt .yt_link {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    .youtube .yt .yt_link a {
      display: block; }
      .youtube .yt .yt_link a:hover {
        opacity: 1; }
      .youtube .yt .yt_link a:hover .play_icon {
        width: 100px; }
      .youtube .yt .yt_link a .play_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        width: 80px;
        z-index: 1;
        transition: 0.2s; }

/*gmap*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .gmap {
      padding-bottom: 56.25%; } }

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

/*********************************

top-page

*********************************/
#top-page img {
  width: 100%;
  height: auto; }
#top-page .fv {
  padding-bottom: 10vw;
  /*deco_Group1*/
  /* 右回転 */
  /* 左回転 */
  /*deco_Group2*/ }
  #top-page .fv .deco01 {
    position: absolute;
    width: 10%;
    left: -2%;
    top: 40%;
    z-index: 1;
    animation: rotation-r 8s linear infinite; }
  #top-page .fv .deco02 {
    position: absolute;
    width: 7%;
    left: 17%;
    top: 60%;
    z-index: 1;
    animation: rotation-l 10s linear infinite; }
  #top-page .fv .deco03 {
    position: absolute;
    width: 10%;
    left: 5%;
    bottom: 0;
    z-index: 1;
    animation: rotation-r 8s linear infinite; }
  #top-page .fv .deco04 {
    position: absolute;
    width: 10%;
    right: 0;
    bottom: 2%;
    z-index: 1;
    animation: rotation-l 6s linear infinite; }
  #top-page .fv .deco05 {
    position: absolute;
    width: 8%;
    right: 20%;
    top: 55%;
    z-index: 1;
    animation: rotation-r 8s linear infinite; }
  #top-page .fv .deco06 {
    position: absolute;
    width: 10%;
    right: -2%;
    top: 25%;
    z-index: 1;
    animation: rotation-l 10s linear infinite; }
  #top-page .fv .deco07 {
    position: absolute;
    width: 7%;
    right: 25%;
    bottom: 15%;
    z-index: 1;
    animation: rotation-r 8s linear infinite; }
@keyframes rotation-r {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@keyframes rotation-l {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  #top-page .fv .deco08 {
    position: absolute;
    width: 8%;
    left: 10%;
    top: 45%;
    z-index: 1;
    animation: step01 4s ease-in-out infinite; }
    @media screen and (max-width: 768px) {
      #top-page .fv .deco08 {
        width: 15%;
        left: 0;
        top: 40%; } }
  #top-page .fv .deco09 {
    position: absolute;
    width: 10%;
    left: 3%;
    bottom: 20%;
    z-index: 1;
    animation: yurayura01 4s ease-in-out infinite; }
    @media screen and (max-width: 768px) {
      #top-page .fv .deco09 {
        width: 20%;
        left: 0;
        bottom: 30%; } }
  #top-page .fv .deco10 {
    position: absolute;
    width: 10%;
    right: 10%;
    top: 40%;
    z-index: 1;
    animation: yurayura01 4s ease-in-out infinite; }
    @media screen and (max-width: 768px) {
      #top-page .fv .deco10 {
        width: 15%;
        right: 5%; } }
  #top-page .fv .deco11 {
    position: absolute;
    width: 10%;
    right: 2%;
    top: 70%;
    z-index: 1;
    animation: step01 2s ease-in-out infinite; }
    @media screen and (max-width: 768px) {
      #top-page .fv .deco11 {
        width: 15%; } }
  #top-page .fv .deco12 {
    position: absolute;
    width: 10%;
    bottom: 3%;
    right: 20%;
    z-index: 1;
    animation: pyon01 4s ease-in-out infinite; }
    @media screen and (max-width: 768px) {
      #top-page .fv .deco12 {
        width: 15%;
        bottom: 3%;
        right: 10%; } }
  #top-page .fv .fuwafuwa01 {
    animation: fuwafuwa01 3s infinite; }
@keyframes fuwafuwa01 {
  0%,
      100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 20px); } }
  #top-page .fv .pyon01 {
    animation: pyon01 2s ease-in-out infinite; }
@keyframes pyon01 {
  0%,
      100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -30px); } }
  #top-page .fv .step01 {
    animation: step01 2s ease-in-out infinite; }
@keyframes step01 {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(-6px, -12px) rotate(-2deg); }
  50% {
    transform: translate(0, 0); }
  75% {
    transform: translate(6px, -12px) rotate(2deg); }
  100% {
    transform: translate(0, 0); } }
  #top-page .fv .yurayura01 {
    animation: yurayura01 4s linear infinite;
    transform-origin: bottom center; }
@keyframes yurayura01 {
  0%,
      100% {
    transform: rotate(-15deg); }
  50% {
    transform: rotate(15deg); } }
  #top-page .fv .fv__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    padding: 130px 0 10%; }
    @media screen and (max-width: 768px) {
      #top-page .fv .fv__main {
        height: 100svh;
        flex-direction: row-reverse; } }
    #top-page .fv .fv__main--ttl {
      width: 25%;
      height: auto; }
      @media screen and (max-width: 768px) {
        #top-page .fv .fv__main--ttl {
          width: 60%; } }
    #top-page .fv .fv__main--img {
      width: 60%;
      height: auto;
      margin-top: -5%; }
      @media screen and (max-width: 768px) {
        #top-page .fv .fv__main--img {
          width: 100%; } }
    #top-page .fv .fv__main--gnav {
      position: absolute;
      right: 10%;
      top: 10vw; }
      @media screen and (max-width: 768px) {
        #top-page .fv .fv__main--gnav {
          display: none; } }
      #top-page .fv .fv__main--gnav ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 1rem; }
        #top-page .fv .fv__main--gnav ul li {
          list-style-type: none; }
          #top-page .fv .fv__main--gnav ul li::before {
            font-family: "Font Awesome 5 Free";
            content: "\f105";
            font-weight: 900;
            color: #ff7b22;
            margin-right: 0.5em; }
          #top-page .fv .fv__main--gnav ul li a {
            text-decoration: none;
            color: #4a4a4a; }
            #top-page .fv .fv__main--gnav ul li a span {
              letter-spacing: 0.1em;
              display: inline-block; }
              #top-page .fv .fv__main--gnav ul li a span.en {
                font-size: var(--fz-5);
                font-weight: bold; }
              #top-page .fv .fv__main--gnav ul li a span.ja {
                font-size: var(--fz-base);
                padding-left: 1em; }
            #top-page .fv .fv__main--gnav ul li a:hover span.en {
              color: #ff7b22;
              opacity: 1; }
    #top-page .fv .fv__main--read {
      position: absolute;
      width: 20%;
      left: 10%;
      top: 20%; }
      @media screen and (max-width: 768px) {
        #top-page .fv .fv__main--read {
          top: auto;
          bottom: 7%;
          left: 0;
          width: 45%; } }
  #top-page .fv .fv__intro {
    position: relative;
    z-index: 1;
    margin-bottom: 10vw; }
    @media screen and (max-width: 768px) {
      #top-page .fv .fv__intro {
        padding-bottom: 10vw; } }
    #top-page .fv .fv__intro .flx2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 4rem; }
      @media screen and (max-width: 768px) {
        #top-page .fv .fv__intro .flx2 {
          flex-direction: column-reverse; } }
      #top-page .fv .fv__intro .flx2 .lt {
        width: 60%; }
        @media screen and (max-width: 768px) {
          #top-page .fv .fv__intro .flx2 .lt {
            width: 100%; } }
      #top-page .fv .fv__intro .flx2 .rt {
        width: calc(40% - 4rem); }
        @media screen and (max-width: 768px) {
          #top-page .fv .fv__intro .flx2 .rt {
            width: 100%;
            text-align: center; } }
    #top-page .fv .fv__intro--read h3 p {
      margin-bottom: 1rem;
      font-size: var(--fz-5); }
    #top-page .fv .fv__intro--read h3 .sun-txt::before {
      content: "";
      display: inline-block;
      width: 5em;
      height: 2.5em;
      margin: 0 0.8em;
      background-image: url("../img/top/sun.svg");
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle; }
    #top-page .fv .fv__intro--read h4 {
      line-height: 2;
      padding: 4rem 0;
      font-size: var(--fz-5); }
#top-page .company .flx2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem; }
  #top-page .company .flx2 .lt {
    width: 60%; }
    @media screen and (max-width: 768px) {
      #top-page .company .flx2 .lt {
        width: 100%; } }
  #top-page .company .flx2 .rt {
    width: calc(40% - 4rem); }
    @media screen and (max-width: 768px) {
      #top-page .company .flx2 .rt {
        width: 100%; } }
#top-page .company .company__read {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 5% 5% 0 0; }
  @media screen and (max-width: 768px) {
    #top-page .company .company__read .tate {
      writing-mode: horizontal-tb;
      white-space: normal; } }
  #top-page .company .company__read h3 {
    color: #ff7b22;
    letter-spacing: 0.1em;
    padding-left: 2em;
    font-size: var(--fz-3); }
    @media screen and (max-width: 768px) {
      #top-page .company .company__read h3 {
        padding-left: 0;
        margin-bottom: 1em;
        line-height: 2; } }
  #top-page .company .company__read h4 {
    font-size: var(--fz-5);
    letter-spacing: 0.1em;
    line-height: 2.2;
    font-weight: normal; }
@media screen and (max-width: 768px) {
  #top-page .company .btn01 {
    margin: auto;
    text-align: center; } }
#top-page .business .business__list {
  padding: 5% 0;
  position: relative; }
  #top-page .business .business__list .deco1 {
    position: absolute;
    right: 10%;
    width: 15%;
    bottom: 15%; }
    @media screen and (max-width: 768px) {
      #top-page .business .business__list .deco1 {
        display: none; } }
  #top-page .business .business__list ul li {
    list-style-type: none;
    margin: 4rem 0; }
    @media screen and (max-width: 768px) {
      #top-page .business .business__list ul li {
        margin: 2rem 0; } }
    #top-page .business .business__list ul li a {
      display: inline-block;
      text-decoration: none;
      color: #4a4a4a; }
    #top-page .business .business__list ul li .flx2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #top-page .business .business__list ul li .flx2 .lt,
      #top-page .business .business__list ul li .flx2 .rt {
        width: calc(100% / 2); }
      @media screen and (max-width: 768px) {
        #top-page .business .business__list ul li .flx2 .lt {
          width: calc(30%); } }
      @media screen and (max-width: 768px) {
        #top-page .business .business__list ul li .flx2 .rt {
          width: calc(70%); } }
    #top-page .business .business__list ul li .list-img {
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px;
      overflow: hidden;
      border: 1px solid #000000;
      border-left: none; }
      #top-page .business .business__list ul li .list-img img {
        width: 100%;
        height: 200px;
        object-fit: cover; }
        @media screen and (max-width: 768px) {
          #top-page .business .business__list ul li .list-img img {
            height: 60px; } }
    #top-page .business .business__list ul li .list-link a {
      font-size: var(--fz-3);
      padding-left: 4rem;
      position: relative;
      max-width: 300px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        #top-page .business .business__list ul li .list-link a {
          width: 100%;
          padding-left: 2rem;
          font-size: 1.6rem; } }
      #top-page .business .business__list ul li .list-link a span {
        width: 2rem;
        height: 2rem;
        border-radius: 100vw; }
        #top-page .business .business__list ul li .list-link a span::after {
          font-family: "Font Awesome 5 Free";
          content: "\f138";
          font-weight: 900;
          color: #ff7b22;
          position: absolute;
          right: 0; }
          @media screen and (max-width: 768px) {
            #top-page .business .business__list ul li .list-link a span::after {
              right: 2em; } }
#top-page .numbers .swiper-container_gallery {
  padding: 10% 0 5%; }
  @media screen and (max-width: 768px) {
    #top-page .numbers .swiper-container_gallery {
      padding: 30% 0 15%; } }
  #top-page .numbers .swiper-container_gallery .swiper-wrapper {
    display: flex;
    align-items: stretch; }
  #top-page .numbers .swiper-container_gallery .swiper-slide {
    height: auto; }
    #top-page .numbers .swiper-container_gallery .swiper-slide .numbers-item {
      display: flex;
      flex-direction: column;
      height: 100%;
      position: relative;
      text-align: center;
      border-radius: 20px;
      padding: 2rem;
      background: url(../img/numbers/numbers_bg.jpg) no-repeat center/cover; }
      #top-page .numbers .swiper-container_gallery .swiper-slide .numbers-item .numbers-sun {
        width: 80%;
        position: relative;
        margin: auto;
        margin-top: -80px; }
        #top-page .numbers .swiper-container_gallery .swiper-slide .numbers-item .numbers-sun.item02 {
          width: 60%; }
        #top-page .numbers .swiper-container_gallery .swiper-slide .numbers-item .numbers-sun.item04 {
          width: 110%;
          margin-left: -10%; }
      #top-page .numbers .swiper-container_gallery .swiper-slide .numbers-item .numbers-ttl {
        color: #ffffff;
        font-size: var(--fz-4); }
        #top-page .numbers .swiper-container_gallery .swiper-slide .numbers-item .numbers-ttl span {
          display: block;
          color: #ff7b22;
          font-size: 1.3rem;
          line-height: 1.5; }
      #top-page .numbers .swiper-container_gallery .swiper-slide .numbers-item .numbers-num {
        color: #ffffff;
        -webkit-text-stroke: 2px #ff7b22;
        line-height: 1em;
        font-size: clamp(2.6rem, 5vw, 8rem);
        font-weight: bold;
        display: flex;
        align-items: end;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          #top-page .numbers .swiper-container_gallery .swiper-slide .numbers-item .numbers-num {
            -webkit-text-stroke: 1px #ff7b22; } }
        #top-page .numbers .swiper-container_gallery .swiper-slide .numbers-item .numbers-num span {
          color: #ffffff;
          -webkit-text-stroke: aliceblue;
          font-size: 2rem; }
#top-page .features {
  padding: 10% 0 5%; }
  @media screen and (max-width: 768px) {
    #top-page .features {
      padding: 20% 0; } }
  #top-page .features .flx3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem;
    margin-bottom: 5%; }
    @media screen and (max-width: 768px) {
      #top-page .features .flx3 {
        gap: 0; } }
  #top-page .features .features__list {
    width: calc(100% / 3 - 4rem);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 7% 5%;
    border-radius: 100vw;
    border: 1px solid #d3c7bc;
    background-color: #ffffff; }
    @media screen and (max-width: 768px) {
      #top-page .features .features__list {
        text-align: center;
        width: calc(100%);
        padding: 0 5% 10%; } }
    #top-page .features .features__list.list01 {
      margin-top: 15%; }
    #top-page .features .features__list.list02 {
      margin-top: 10%; }
      @media screen and (max-width: 768px) {
        #top-page .features .features__list.list02 {
          margin-top: 5%; } }
    @media screen and (max-width: 768px) {
      #top-page .features .features__list.list03 {
        margin-top: 5%;
        margin-bottom: 10%; } }
    #top-page .features .features__list .list-img {
      width: 80%; }
      @media screen and (max-width: 768px) {
        #top-page .features .features__list .list-img {
          width: 40%; } }
    #top-page .features .features__list h4 {
      color: #ff7b22;
      margin-bottom: 0.5em;
      font-size: var(--fz-4); }
#top-page .news .news__list {
  margin-top: -10vw;
  /* ページネーションは幅に応じて中央に */
  /* ナビゲーションボタンサイズ調整（必要に応じて） */
  /* Swiperのデフォルトスタイルで上書き必要な場合 */ }
  #top-page .news .news__list .swiper-container {
    overflow: visible; }
  #top-page .news .news__list .swiper-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* ボタンとドットの間隔を調整 */
    margin-top: 20px;
    flex-wrap: nowrap; }
  #top-page .news .news__list .swiper-pagination {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    bottom: -50px; }
    @media screen and (max-width: 768px) {
      #top-page .news .news__list .swiper-pagination {
        bottom: -20px; } }
  #top-page .news .news__list .swiper-button-prev,
  #top-page .news .news__list .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #d3c7bc;
    /* デバッグ用 */
    border-radius: 50%;
    flex-shrink: 0; }
  #top-page .news .news__list .swiper-button-prev::after,
  #top-page .news .news__list .swiper-button-next::after {
    font-size: 16px;
    color: #ff7b22; }
  #top-page .news .news__list .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0.5rem; }
    @media screen and (max-width: 768px) {
      #top-page .news .news__list .swiper-pagination-bullet {
        width: 8px;
        height: 8px; } }
  #top-page .news .news__list .swiper-pagination-bullet-active {
    background: #ff7b22;
    opacity: 1; }
  #top-page .news .news__list .swiper-slide a {
    display: block; }
    #top-page .news .news__list .swiper-slide a .news__list--thumb img {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1;
      object-fit: cover; }

/*********************************

sub-page

*********************************/
#sub-page {
  /*Business*/
  /*company*/
  /*recruit*/
  /*features*/ }
  #sub-page .sub-page__head {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10% 0; }
    @media screen and (max-width: 480px) {
      #sub-page .sub-page__head {
        padding: 15% 0 20%; } }
    #sub-page .sub-page__head--bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/sub_head_bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      z-index: -1; }
      @media screen and (max-width: 480px) {
        #sub-page .sub-page__head--bg {
          background-image: url(../img/sub_head_bg.png);
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center top; } }
    #sub-page .sub-page__head .head-read {
      line-height: 2;
      font-weight: normal;
      font-size: var(--fz-5); }
  #sub-page h1.sub-page__ttl {
    font-size: 4rem;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ff7b22; }
    @media screen and (max-width: 768px) {
      #sub-page h1.sub-page__ttl {
        font-size: 2rem; } }
  #sub-page.page-business img {
    width: 100%;
    height: auto; }
  #sub-page.page-business .business-list {
    margin-bottom: 10%; }
    #sub-page.page-business .business-list .flx2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 5%; }
      @media screen and (max-width: 768px) {
        #sub-page.page-business .business-list .flx2 {
          flex-direction: column-reverse; } }
      #sub-page.page-business .business-list .flx2.reverse {
        flex-direction: row-reverse; }
        @media screen and (max-width: 768px) {
          #sub-page.page-business .business-list .flx2.reverse {
            flex-direction: column-reverse; } }
      #sub-page.page-business .business-list .flx2 .lt,
      #sub-page.page-business .business-list .flx2 .rt {
        width: calc(100% / 2 - 5%); }
        @media screen and (max-width: 768px) {
          #sub-page.page-business .business-list .flx2 .lt,
          #sub-page.page-business .business-list .flx2 .rt {
            width: calc(100%); } }
    #sub-page.page-business .business-list .business-list__ttl {
      letter-spacing: 0.03em;
      font-weight: normal; }
      #sub-page.page-business .business-list .business-list__ttl .en {
        font-size: var(--fz-4);
        display: flex;
        align-items: center;
        gap: 1rem; }
        #sub-page.page-business .business-list .business-list__ttl .en::before {
          display: inline-block;
          content: "";
          width: 4rem;
          height: 2px;
          background-color: #ff7b22; }
      #sub-page.page-business .business-list .business-list__ttl .ja {
        display: block;
        font-size: var(--fz-2);
        padding: 0.2em 0 1em; }
    #sub-page.page-business .business-list .business-list__img img {
      border-radius: 20px;
      aspect-ratio: 4 / 2.5;
      object-fit: cover; }
    #sub-page.page-business .business-list .business-read {
      line-height: 2; }
      @media screen and (max-width: 768px) {
        #sub-page.page-business .business-list .business-read {
          padding-bottom: 5%; } }
    #sub-page.page-business .business-list .business-list__activity {
      line-height: 2;
      padding: 5%;
      border-radius: 20px;
      margin: 4rem auto;
      background: linear-gradient(to right, #f0faf9 0%, #f9e7d3 100%); }
      #sub-page.page-business .business-list .business-list__activity h3 {
        color: #ff7b22;
        font-size: var(--fz-3);
        border-bottom: 1px solid #000000;
        padding-bottom: 0.2em;
        margin-bottom: 0.5em; }
  #sub-page.page-business .qualification .qualification-ttl {
    letter-spacing: 0.03em;
    font-weight: normal; }
    #sub-page.page-business .qualification .qualification-ttl .en {
      font-size: var(--fz-4);
      display: flex;
      align-items: center;
      gap: 1rem; }
      #sub-page.page-business .qualification .qualification-ttl .en::before {
        display: inline-block;
        content: "";
        width: 4rem;
        height: 2px;
        background-color: #ff7b22; }
    #sub-page.page-business .qualification .qualification-ttl .ja {
      display: block;
      font-size: var(--fz-1);
      padding: 0.2em 0 1em; }
  #sub-page.page-business .qualification .flx2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fffbf5;
    padding: 5%;
    border-radius: 20px;
    gap: 5%;
    margin: 4rem auto; }
    #sub-page.page-business .qualification .flx2.reverse {
      flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      #sub-page.page-business .qualification .flx2 {
        flex-direction: column-reverse; } }
    #sub-page.page-business .qualification .flx2 .lt,
    #sub-page.page-business .qualification .flx2 .rt {
      width: calc(100% / 2 - 5%); }
      @media screen and (max-width: 768px) {
        #sub-page.page-business .qualification .flx2 .lt,
        #sub-page.page-business .qualification .flx2 .rt {
          width: calc(100%); } }
  #sub-page.page-business .qualification .qualification-img img {
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    object-fit: cover; }
  #sub-page.page-business .qualification .qualification-list {
    font-size: var(--fz-4);
    line-height: 2; }
    @media screen and (max-width: 768px) {
      #sub-page.page-business .qualification .qualification-list {
        font-size: 1.4rem;
        margin-left: 1em;
        margin-bottom: 2rem; } }
    #sub-page.page-business .qualification .qualification-list li::marker {
      color: #ff7b22; }
  #sub-page.page-company {
    /*数字で見る*/
    /*会社概要*/
    /*警備業標識*/ }
    #sub-page.page-company img {
      width: 100%;
      height: auto; }
    #sub-page.page-company .numbers-list .numbers-list__item {
      padding: 10% 0; }
      #sub-page.page-company .numbers-list .numbers-list__item ul.flx3 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 4rem;
        align-items: stretch; }
        #sub-page.page-company .numbers-list .numbers-list__item ul.flx3 li {
          width: calc(100% / 3 - 4rem);
          list-style-type: none;
          margin-bottom: 5%; }
          @media screen and (max-width: 768px) {
            #sub-page.page-company .numbers-list .numbers-list__item ul.flx3 li {
              width: calc(100%); } }
          #sub-page.page-company .numbers-list .numbers-list__item ul.flx3 li .numbers-list__item {
            display: flex;
            flex-direction: column;
            height: 100%;
            position: relative;
            text-align: center;
            border-radius: 20px;
            padding: 2rem;
            background: url(../img/numbers/numbers_bg.jpg) no-repeat center/cover; }
            #sub-page.page-company .numbers-list .numbers-list__item ul.flx3 li .numbers-list__item .numbers-sun {
              width: 100%;
              position: relative;
              margin: auto;
              margin-top: -80px; }
              @media screen and (max-width: 768px) {
                #sub-page.page-company .numbers-list .numbers-list__item ul.flx3 li .numbers-list__item .numbers-sun {
                  margin-top: -40px; } }
              #sub-page.page-company .numbers-list .numbers-list__item ul.flx3 li .numbers-list__item .numbers-sun.item02 {
                width: 80%; }
              #sub-page.page-company .numbers-list .numbers-list__item ul.flx3 li .numbers-list__item .numbers-sun.item04 {
                margin-left: -40%;
                width: 140%; }
                @media screen and (max-width: 768px) {
                  #sub-page.page-company .numbers-list .numbers-list__item ul.flx3 li .numbers-list__item .numbers-sun.item04 {
                    width: 100%;
                    margin-left: 0; } }
            #sub-page.page-company .numbers-list .numbers-list__item ul.flx3 li .numbers-list__item .numbers-ttl {
              color: #ffffff;
              font-size: var(--fz-4);
              margin-top: 2rem; }
              #sub-page.page-company .numbers-list .numbers-list__item ul.flx3 li .numbers-list__item .numbers-ttl span {
                display: block;
                color: #ff7b22;
                font-size: 1.3rem;
                line-height: 1.5; }
            #sub-page.page-company .numbers-list .numbers-list__item ul.flx3 li .numbers-list__item .numbers-num {
              color: #ffffff;
              -webkit-text-stroke: 2px #ff7b22;
              line-height: 1;
              font-size: 8rem;
              font-weight: bold; }
              @media screen and (max-width: 768px) {
                #sub-page.page-company .numbers-list .numbers-list__item ul.flx3 li .numbers-list__item .numbers-num {
                  -webkit-text-stroke: 1px #ff7b22; } }
              #sub-page.page-company .numbers-list .numbers-list__item ul.flx3 li .numbers-list__item .numbers-num span {
                color: #ffffff;
                -webkit-text-stroke: aliceblue;
                font-size: 2rem; }
    #sub-page.page-company .arch-box {
      position: relative;
      width: 100%;
      height: 150px;
      overflow: hidden; }
      #sub-page.page-company .arch-box::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #fffbf5; }
    #sub-page.page-company .company-info {
      background-color: #fffbf5;
      overflow: hidden;
      padding: 5% 0; }
      #sub-page.page-company .company-info .company-info__table {
        width: 100%;
        margin: 10% auto;
        line-height: 2.5;
        font-size: var(--fz-5); }
        #sub-page.page-company .company-info .company-info__table ul {
          margin-left: 1em; }
        #sub-page.page-company .company-info .company-info__table tr {
          border-bottom: 1px solid #c6c6c6; }
          #sub-page.page-company .company-info .company-info__table tr:last-child {
            border-bottom: none; }
        #sub-page.page-company .company-info .company-info__table th {
          color: #ff7b22;
          width: 280px;
          text-align: left;
          padding: 3rem 2rem; }
          @media screen and (max-width: 768px) {
            #sub-page.page-company .company-info .company-info__table th {
              display: block;
              width: 100%;
              padding: 1rem 0 0; } }
        #sub-page.page-company .company-info .company-info__table td {
          padding: 3rem 2rem; }
          @media screen and (max-width: 768px) {
            #sub-page.page-company .company-info .company-info__table td {
              display: block;
              width: 100%;
              padding: 0 0 1rem; } }
        #sub-page.page-company .company-info .company-info__table dl {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          letter-spacing: 0.1em; }
          #sub-page.page-company .company-info .company-info__table dl dt {
            display: inline-block;
            width: 10em; }
            @media screen and (max-width: 768px) {
              #sub-page.page-company .company-info .company-info__table dl dt {
                width: 100%;
                font-weight: bold; } }
          #sub-page.page-company .company-info .company-info__table dl dd {
            display: inline-block;
            width: calc(100% - 10em); }
            @media screen and (max-width: 768px) {
              #sub-page.page-company .company-info .company-info__table dl dd {
                line-height: 1.75;
                padding-bottom: 2rem; } }
    #sub-page.page-company .company-sine {
      padding: 10% 0; }
      #sub-page.page-company .company-sine .sine-img {
        padding: 5% 0; }
        #sub-page.page-company .company-sine .sine-img img {
          max-width: 600px;
          height: auto;
          display: block;
          margin: auto; }
  #sub-page.page-recruit img {
    width: 100%;
    height: auto; }
  #sub-page.page-recruit .recruit-message {
    padding: 5% 0; }
    #sub-page.page-recruit .recruit-message .flx2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 4rem; }
      @media screen and (max-width: 768px) {
        #sub-page.page-recruit .recruit-message .flx2 {
          flex-direction: column-reverse; } }
    #sub-page.page-recruit .recruit-message .message-img {
      width: 30%; }
      @media screen and (max-width: 768px) {
        #sub-page.page-recruit .recruit-message .message-img {
          width: 100%; }
          #sub-page.page-recruit .recruit-message .message-img img {
            width: 50%;
            display: block;
            margin: auto; } }
    #sub-page.page-recruit .recruit-message .message-read {
      flex: 1; }
  #sub-page.page-recruit .recruit-info {
    padding: 5% 0; }
    #sub-page.page-recruit .recruit-info address {
      font-style: normal; }
    #sub-page.page-recruit .recruit-info .recruit-info__table {
      width: 100%;
      line-height: 2.5;
      font-size: var(--fz-5); }
      #sub-page.page-recruit .recruit-info .recruit-info__table a {
        color: #ff7b22; }
      #sub-page.page-recruit .recruit-info .recruit-info__table tr {
        border-bottom: 1px solid #c6c6c6; }
        #sub-page.page-recruit .recruit-info .recruit-info__table tr:last-child {
          border-bottom: none; }
      #sub-page.page-recruit .recruit-info .recruit-info__table th {
        color: #ff7b22;
        width: 280px;
        text-align: left;
        padding: 3rem 2rem; }
        @media screen and (max-width: 768px) {
          #sub-page.page-recruit .recruit-info .recruit-info__table th {
            display: block;
            width: 100%;
            padding: 1rem 0 0; } }
      #sub-page.page-recruit .recruit-info .recruit-info__table td {
        padding: 3rem 2rem; }
        @media screen and (max-width: 768px) {
          #sub-page.page-recruit .recruit-info .recruit-info__table td {
            line-height: 1.75;
            display: block;
            width: 100%;
            padding: 0 0 1rem; } }
  #sub-page.page-recruit .arch-box {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden; }
    #sub-page.page-recruit .arch-box::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: #fffbf5; }
  #sub-page.page-recruit .recruit-system {
    background: #fffbf5;
    overflow: hidden;
    padding-bottom: 10%; }
    #sub-page.page-recruit .recruit-system h2 {
      font-size: var(--fz-2); }
      #sub-page.page-recruit .recruit-system h2 .em {
        color: #ff7b22;
        font-size: 1.5em; }
    #sub-page.page-recruit .recruit-system .recruit-system__list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 4rem;
      align-items: stretch;
      margin: 5% auto; }
      @media screen and (max-width: 768px) {
        #sub-page.page-recruit .recruit-system .recruit-system__list {
          gap: 2rem; } }
      #sub-page.page-recruit .recruit-system .recruit-system__list li {
        list-style-type: none;
        width: calc(100% / 3 - 4rem);
        border: 0.5px solid #4a4a4a;
        border-radius: 20px;
        background: url(../img/recruit/system_bg.jpg) no-repeat center;
        background-size: cover;
        padding: 4rem; }
        @media screen and (max-width: 768px) {
          #sub-page.page-recruit .recruit-system .recruit-system__list li {
            width: calc(100% / 2 - 2rem);
            padding: 2rem; } }
        @media screen and (max-width: 480px) {
          #sub-page.page-recruit .recruit-system .recruit-system__list li {
            width: calc(100%);
            text-align: center;
            font-weight: bold; } }
        #sub-page.page-recruit .recruit-system .recruit-system__list li .message-img {
          width: 80%;
          margin: 0 auto 1rem; }
          @media screen and (max-width: 480px) {
            #sub-page.page-recruit .recruit-system .recruit-system__list li .message-img {
              width: 50%; } }
        #sub-page.page-recruit .recruit-system .recruit-system__list li h3 {
          color: #ffffff;
          text-align: center;
          font-size: var(--fz-3);
          margin-bottom: 0.5em; }
  #sub-page.page-recruit .recruit-voice {
    padding: 10% 0; }
    #sub-page.page-recruit .recruit-voice .recruit-voice__list .voice-img img {
      border-radius: 20px;
      aspect-ratio: 1 / 1.2;
      object-fit: cover; }
    #sub-page.page-recruit .recruit-voice .recruit-voice__list h3 {
      font-size: var(--fz-3);
      color: #ff7b22;
      border-bottom: 1px solid #4a4a4a;
      padding-bottom: 0.2em;
      margin-bottom: 1em; }
    #sub-page.page-recruit .recruit-voice .recruit-voice__list--read {
      line-height: 2; }
      @media screen and (max-width: 768px) {
        #sub-page.page-recruit .recruit-voice .recruit-voice__list--read {
          padding-bottom: 2rem; } }
      #sub-page.page-recruit .recruit-voice .recruit-voice__list--read h4 {
        font-size: var(--fz-5);
        color: #000000;
        margin-bottom: 0.5em; }
    #sub-page.page-recruit .recruit-voice .flx2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background-color: #fffbf5;
      padding: 5%;
      border-radius: 20px;
      gap: 5%;
      margin-bottom: 4rem; }
      #sub-page.page-recruit .recruit-voice .flx2.reverse {
        flex-direction: row-reverse; }
      @media screen and (max-width: 768px) {
        #sub-page.page-recruit .recruit-voice .flx2 {
          flex-direction: column-reverse; } }
      #sub-page.page-recruit .recruit-voice .flx2 .lt {
        width: 30%; }
        @media screen and (max-width: 768px) {
          #sub-page.page-recruit .recruit-voice .flx2 .lt {
            width: calc(100%); } }
      #sub-page.page-recruit .recruit-voice .flx2 .rt {
        flex: 1; }
        @media screen and (max-width: 768px) {
          #sub-page.page-recruit .recruit-voice .flx2 .rt {
            width: calc(100%); } }
  #sub-page.page-features img {
    width: 100%;
    height: auto; }
  #sub-page.page-features .features-list {
    padding: 5%;
    border-radius: 20px;
    background-color: #fffbf5;
    margin-bottom: 5%;
    border: 0.5px solid #4a4a4a; }
    #sub-page.page-features .features-list .features-list__ttl {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: var(--fz-5);
      margin-bottom: 1em; }
      #sub-page.page-features .features-list .features-list__ttl .en {
        display: inline-block;
        margin-right: 0.2em;
        font-size: 0.9em; }
      #sub-page.page-features .features-list .features-list__ttl .num {
        display: inline-block;
        font-size: 2.5em;
        color: #ff7b22;
        margin-right: 0.5em; }
      #sub-page.page-features .features-list .features-list__ttl .ja {
        display: inline-block;
        font-weight: bold;
        font-size: var(--fz-3); }
    #sub-page.page-features .features-list .flx2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 2.5%; }
      @media screen and (max-width: 768px) {
        #sub-page.page-features .features-list .flx2 {
          flex-direction: column-reverse; } }
      #sub-page.page-features .features-list .flx2.reverse {
        flex-direction: row-reverse; }
        @media screen and (max-width: 768px) {
          #sub-page.page-features .features-list .flx2.reverse {
            flex-direction: column-reverse; } }
      #sub-page.page-features .features-list .flx2 .lt,
      #sub-page.page-features .features-list .flx2 .rt {
        width: calc(100% / 2 - 2.5%); }
        @media screen and (max-width: 768px) {
          #sub-page.page-features .features-list .flx2 .lt,
          #sub-page.page-features .features-list .flx2 .rt {
            width: calc(100%); } }
    #sub-page.page-features .features-list .features-list__img img {
      border-radius: 20px;
      aspect-ratio: 4 / 2.5;
      object-fit: cover; }
    #sub-page.page-features .features-list .features-read {
      line-height: 2; }
      @media screen and (max-width: 768px) {
        #sub-page.page-features .features-list .features-read {
          padding-bottom: 5%; } }
    #sub-page.page-features .features-list .btn01 {
      margin: 2rem 0; }
      #sub-page.page-features .features-list .btn01 a {
        font-size: var(--fz-6); }
      @media screen and (max-width: 768px) {
        #sub-page.page-features .features-list .btn01 {
          margin: 0 0 2rem; } }
  #sub-page.page-contact img {
    width: 100%;
    height: auto; }
  #sub-page.page-contact .contents {
    padding-top: 15%; }
  #sub-page.page-contact .status_area {
    padding: 4rem 0; }
  #sub-page.page-news img {
    width: 100%;
    height: auto; }
  #sub-page.page-news .news__list li {
    list-style-type: none;
    padding: 4rem 0;
    border-bottom: 2px dashed #adadad; }
    #sub-page.page-news .news__list li a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 4rem;
      text-decoration: none;
      color: #4a4a4a; }
      @media screen and (max-width: 768px) {
        #sub-page.page-news .news__list li a {
          gap: 2rem; } }
  #sub-page.page-news .news__list--thumb {
    width: 200px; }
    @media screen and (max-width: 768px) {
      #sub-page.page-news .news__list--thumb {
        width: 100%; } }
    #sub-page.page-news .news__list--thumb img {
      border-radius: 100vw;
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 2;
      object-fit: cover;
      border: 0.5px solid #4a4a4a; }
      @media screen and (max-width: 768px) {
        #sub-page.page-news .news__list--thumb img {
          border-radius: 20px; } }
  #sub-page.page-news .news__list--read {
    flex: 1; }
    #sub-page.page-news .news__list--read .news-date {
      display: block;
      color: #ff7b22;
      margin-bottom: 1em;
      letter-spacing: 0.1em;
      font-weight: bold; }
    #sub-page.page-news .news__list--read .news-ttl {
      font-size: var(--fz-6);
      letter-spacing: 0.1em; }
  #sub-page.page-category {
    padding-top: 10%; }
    #sub-page.page-category .news__list li {
      list-style-type: none;
      padding: 4rem 0;
      border-bottom: 2px dashed #adadad; }
      #sub-page.page-category .news__list li a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 4rem;
        text-decoration: none;
        color: #4a4a4a; }
        @media screen and (max-width: 768px) {
          #sub-page.page-category .news__list li a {
            gap: 2rem; } }
    #sub-page.page-category .news__list--thumb {
      width: 200px; }
      @media screen and (max-width: 768px) {
        #sub-page.page-category .news__list--thumb {
          width: 100%; } }
      #sub-page.page-category .news__list--thumb img {
        border-radius: 100vw;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 2;
        object-fit: cover;
        border: 0.5px solid #4a4a4a; }
        @media screen and (max-width: 768px) {
          #sub-page.page-category .news__list--thumb img {
            border-radius: 20px; } }
    #sub-page.page-category .news__list--read {
      flex: 1; }
      #sub-page.page-category .news__list--read .news-date {
        display: block;
        color: #ff7b22;
        margin-bottom: 1em;
        letter-spacing: 0.1em;
        font-weight: bold; }
      #sub-page.page-category .news__list--read .news-ttl {
        font-size: var(--fz-6);
        letter-spacing: 0.1em; }
  #sub-page.page-def .contents {
    line-height: 2;
    padding: 5% 0; }

/*********************************

Contact_MWWPFORM

*********************************/
body.contact .status_area {
  text-align: center; }
  body.contact .status_area::before {
    display: inline-block;
    content: "";
    display: inline-block;
    width: 300px;
    height: 100px;
    background-image: url(../img/status01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle; }
body.contact-check .status_area {
  text-align: center; }
  body.contact-check .status_area::before {
    display: inline-block;
    content: "";
    display: inline-block;
    width: 300px;
    height: 100px;
    background-image: url(../img/status02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      body.contact-check .status_area::before {
        width: 250px;
        height: 80px; } }
body.contact-thanks .status_area {
  text-align: center; }
  body.contact-thanks .status_area::before {
    display: inline-block;
    content: "";
    display: inline-block;
    width: 300px;
    height: 100px;
    background-image: url(../img/status03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle; }

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  /*margin-bottom: 60px;*/ }

#form_page {
  margin: 5% auto;
  color: #000;
  border-radius: 12px; }

table.form_page__table {
  width: 100%;
  /*ラジオ*/ }
  @media screen and (max-width: 768px) {
    table.form_page__table {
      font-size: 1.3rem; } }
  table.form_page__table input,
  table.form_page__table textarea {
    padding: 1.5em;
    width: 100%;
    background: #fffbf5;
    border: 0.5px solid #4a4a4a;
    border-radius: 12px; }
    @media screen and (max-width: 768px) {
      table.form_page__table input,
      table.form_page__table textarea {
        padding: 10px 0.5em; } }
  table.form_page__table input[type="checkbox"],
  table.form_page__table input[type="radio"] {
    width: auto; }
  table.form_page__table input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #666;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    border-radius: 100vw;
    width: 10px;
    height: 10px;
    padding: 8px; }
  table.form_page__table input[type="radio"]:checked {
    border-color: #ff7b22;
    background: radial-gradient(#ff7b22 50%, transparent 51%); }
  table.form_page__table th {
    text-align: left;
    vertical-align: top;
    width: 300px; }
    @media screen and (max-width: 768px) {
      table.form_page__table th {
        padding-bottom: 0;
        vertical-align: middle; } }
  table.form_page__table tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  table.form_page__table th,
  table.form_page__table td {
    display: block;
    padding: 2rem;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      table.form_page__table th,
      table.form_page__table td {
        width: 100%;
        padding: 10px 0; } }
  table.form_page__table th {
    vertical-align: middle; }
  table.form_page__table td {
    flex: 1; }

span.equ {
  display: inline-block;
  color: #fff;
  padding: 0.2em 2rem;
  background-color: #ff7b22;
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 1em;
  border-radius: 100vw;
  border: 0.5px solid #4a4a4a; }
  @media screen and (max-width: 768px) {
    span.equ {
      margin-top: 1em; } }

.btn01 a {
  display: inline-block;
  letter-spacing: 0.1em;
  border: 1px solid #000000;
  padding: 0.5em 2em;
  border-radius: 100vw;
  text-decoration: none;
  font-size: var(--fz-4);
  color: #000000; }
  .btn01 a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    color: #ff7b22;
    margin-left: 0.5em; }
  .btn01 a:hover {
    border: 1px solid #ff7b22;
    background-color: #ff7b22;
    opacity: 1; }
    .btn01 a:hover::after {
      font-family: "Font Awesome 5 Free";
      content: "\f054";
      font-weight: 900;
      color: #ffffff;
      margin-left: 0.5em; }

.btn_submit_wrap {
  text-align: center;
  margin: 5% auto; }

.btn_submit {
  cursor: pointer;
  color: #000000;
  display: inline-block;
  padding: 15px 4em;
  margin: 0 auto;
  border: 1px solid #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.18em;
  border-radius: 100vw;
  background-color: transparent; }
  .btn_submit::after {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    color: #ff7b22;
    margin-left: 0.5em; }

.btn_submit:hover {
  background: #d3c7bc;
  border: 1px solid #d3c7bc;
  color: #fff; }

/*戻る*/
.btn_submit_back {
  cursor: pointer;
  color: #ff7b22;
  background: #f9f9f9;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #ff7b22;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.18em;
  margin-right: 1em;
  border-radius: 100vw; }

/*エラー*/
.mw_wp_form .error {
  display: inline-block !important; }

/*個人情報取り扱い*/
.form_page__p_area {
  text-align: center;
  padding: 5% 0; }
  @media screen and (max-width: 768px) {
    .form_page__p_area {
      font-size: 1.3rem; } }
  .form_page__p_area h3 {
    margin-bottom: 20px;
    font-weight: normal; }
  .form_page__p_area input[type="checkbox"] {
    border: 1px solid #666;
    cursor: pointer;
    background-color: #fff;
    /* 未チェック時の背景 */
    width: 2rem;
    height: 2rem;
    margin-left: 1em; }
  .form_page__p_area input[type="checkbox"]:checked {
    background-color: #ff7b22; }
  .form_page__p_area .p_btn {
    display: inline-block; }
  .form_page__p_area .form_page__p_txt {
    padding: 30px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.75em;
    width: 100%;
    height: 200px;
    border: 1px solid #ff7b22;
    border-radius: 5px;
    overflow: auto;
    background: #fff; }

/*********************************

single

*********************************/
#single-page {
  padding-top: 10%; }
  #single-page .single-page__wrap {
    padding: 5%;
    border-radius: 20px;
    background-color: #ffffff; }
    #single-page .single-page__wrap .single-ttl {
      color: #ff7b22;
      font-size: var(--fz-3);
      margin-bottom: 1em;
      padding: 0.5em 0;
      /*上下の余白*/
      border-top: solid 3px #ff7b22;
      /*上線*/
      border-bottom: solid 3px #ff7b22;
      /*下線*/ }
    #single-page .single-page__wrap .single-contents {
      line-height: 2; }
      #single-page .single-page__wrap .single-contents h2 {
        font-size: var(--fz-4);
        padding: 0.4em;
        color: #4a4a4a;
        background: #fffaf4;
        /*背景色*/
        border-left: solid 5px #ff7b22;
        /*左線（実線 太さ 色）*/
        margin: 1em 0; }
      #single-page .single-page__wrap .single-contents h3 {
        color: #4a4a4a;
        font-size: var(--fz-5);
        border-left: 4px solid #ff7b22;
        padding-left: 10px;
        margin: 1em 0; }

/*********************************

footer

*********************************/
.footer img {
  width: 100%;
  height: auto; }
.footer .footer-sun {
  width: 90%;
  margin: auto; }
.footer .recruit {
  padding: 10% 0; }
  @media screen and (max-width: 768px) {
    .footer .recruit {
      padding: 20% 0; } }
  .footer .recruit .recruit__box {
    position: relative;
    background: url(../img/recruit_bg.jpg) no-repeat center/cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10%;
    text-align: center;
    border-radius: 20px; }
    .footer .recruit .recruit__box .deco01 {
      position: absolute;
      left: -10%;
      top: -10%;
      width: 25%; }
      @media screen and (max-width: 768px) {
        .footer .recruit .recruit__box .deco01 {
          left: 0; } }
    .footer .recruit .recruit__box .deco02 {
      position: absolute;
      right: -10%;
      bottom: -10%;
      width: 25%; }
      @media screen and (max-width: 768px) {
        .footer .recruit .recruit__box .deco02 {
          right: 0; } }
    .footer .recruit .recruit__box h3 {
      padding: 7% 0 10%;
      line-height: 2;
      font-size: var(--fz-5); }
.footer .to-contact .flx2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fffbf5;
  padding: 5%; }
  .footer .to-contact .flx2 .lt,
  .footer .to-contact .flx2 .rt {
    width: calc(100% / 2);
    padding: 2rem 5rem; }
    @media screen and (max-width: 768px) {
      .footer .to-contact .flx2 .lt,
      .footer .to-contact .flx2 .rt {
        width: calc(100%);
        padding: 2rem 0; } }
  .footer .to-contact .flx2 .rt {
    border-left: 2px dashed #d3c7bc;
    padding-left: 4rem; }
    @media screen and (max-width: 768px) {
      .footer .to-contact .flx2 .rt {
        border-left: none;
        border-top: 2px dashed #d3c7bc;
        padding-left: 0;
        padding-top: 4rem; } }
.footer .to-contact .to-contact__box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 5%; }
  @media screen and (max-width: 768px) {
    .footer .to-contact .to-contact__box {
      padding: 10%; } }
  .footer .to-contact .to-contact__box a {
    display: block;
    text-decoration: none;
    color: #4a4a4a; }
  .footer .to-contact .to-contact__box .sm {
    font-size: 0.9em;
    color: #7c7c7c;
    margin-top: 1em; }
  .footer .to-contact .to-contact__box .to-contact__ttl {
    position: relative;
    margin-bottom: 2rem; }
    .footer .to-contact .to-contact__box .to-contact__ttl::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      display: inline-block;
      content: "";
      width: 30px;
      height: 30px;
      background-image: url(../img/arrow.svg);
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle; }
    .footer .to-contact .to-contact__box .to-contact__ttl span {
      display: inline-block;
      font-size: var(--fz-2); }
      .footer .to-contact .to-contact__box .to-contact__ttl span.mail::before {
        content: "";
        display: inline-block;
        width: 80px;
        height: 60px;
        background-image: url(../img/mail_icon2.svg);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle; }
      .footer .to-contact .to-contact__box .to-contact__ttl span.tel::before {
        content: "";
        display: inline-block;
        width: 80px;
        height: 60px;
        background-image: url(../img/tel_icon2.svg);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle; }
.footer .footer__nav {
  padding: 10% 0 0;
  line-height: 2;
  position: relative; }
  @media screen and (max-width: 768px) {
    .footer .footer__nav {
      padding: 20% 0 0; } }
  .footer .footer__nav a {
    text-decoration: none;
    color: #4a4a4a; }
  .footer .footer__nav .flx2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10%; }
    @media screen and (max-width: 768px) {
      .footer .footer__nav .flx2 {
        flex-direction: column-reverse; } }
    .footer .footer__nav .flx2 .lt {
      width: 360px; }
      @media screen and (max-width: 768px) {
        .footer .footer__nav .flx2 .lt {
          width: 100%;
          padding-top: 20%; } }
    .footer .footer__nav .flx2 .rt {
      width: calc(100% - 460px); }
      @media screen and (max-width: 768px) {
        .footer .footer__nav .flx2 .rt {
          width: 100%; } }
  .footer .footer__nav--access {
    letter-spacing: 0.1em; }
    .footer .footer__nav--access .logo {
      display: block;
      width: 320px;
      margin-bottom: 3rem; }
      @media screen and (max-width: 768px) {
        .footer .footer__nav--access .logo {
          width: 220px; } }
      .footer .footer__nav--access .logo img {
        width: 100%;
        height: auto; }
    .footer .footer__nav--access .og {
      color: #ff7b22; }
    .footer .footer__nav--access .addr address {
      font-style: normal;
      display: inline-block; }
    .footer .footer__nav--access .copy {
      color: #7c7c7c;
      font-size: 0.9em;
      margin-top: 2rem; }
  .footer .footer__nav--menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem; }
    .footer .footer__nav--menu ul li {
      width: calc(100% / 3 - 2rem);
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .footer .footer__nav--menu ul li {
          width: calc(100% / 2 - 2rem); } }
      .footer .footer__nav--menu ul li a span.en {
        font-size: var(--fz-3);
        color: #4a4a4a;
        letter-spacing: 0.1em;
        font-weight: bold; }
        .footer .footer__nav--menu ul li a span.en::before {
          font-family: "Font Awesome 5 Free";
          content: "\f105";
          font-weight: 900;
          color: #ff7b22;
          margin-right: 0.5em; }
      .footer .footer__nav--menu ul li a span.ja {
        display: block;
        color: #7c7c7c;
        font-size: 1.3rem;
        margin-left: 2.5em; }

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10; }
  #page_top a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 0.5px solid #4a4a4a;
    overflow: hidden;
    background: #ff7b22;
    border-radius: 100%;
    text-align: center; }
    #page_top a i {
      color: #fff; }
