@charset "UTF-8";
/*------------- color --------------*/
/*------------- font-Gothic --------------*/
/*------------- font-Serif --------------*/
/*------------- font-Serif --------------*/
/*------------- break_point --------------*/
/*-------------------------------------*/
/*	reset_css
/*-------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 600;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 400;
}

/*--------------------------------------------------------------------*/
/*	common */
/*--------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.loaded {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
}

body.drawer-open {
  height: 100vh;
  overflow: hidden;
}

html {
  overflow-x: hidden;
  overflow-y: visible;
  scroll-behavior: smooth;
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
}
html body {
  font-size: 18px;
  line-height: 1;
  text-align: justify;
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0;
  width: 100%;
  position: relative;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: #fff;
}
html body .site-width {
  padding: 128px 0;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1312px) {
  html body .site-width {
    margin-left: 8%;
    margin-right: 8%;
  }
}
@media screen and (max-width: 767px) {
  html body .site-width {
    padding: 64px 0;
  }
}
html body img {
  width: 100%;
  display: block;
}

/*----------------------------------*/
/*	more-btn */
/*----------------------------------*/
.more-btn {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  border: 2px solid #0099ff;
  border-radius: 40px;
  color: #0099ff;
  transition: all 0.3s ease;
  width: 272px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #0099ff;
  transition: left 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
.more-btn .dli-arrow-right {
  margin-left: 32px;
  display: inline-block;
  vertical-align: middle;
  color: #0099ff;
  line-height: 1;
  position: relative;
  width: 1rem;
  height: 0.11rem;
  background: #0099ff;
  transition: all 0.2s ease;
}
.more-btn .dli-arrow-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.15em solid #0099ff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .more-btn:hover {
    color: #fff;
  }
  .more-btn:hover::before {
    left: 0;
  }
  .more-btn:hover .dli-arrow-right {
    background: #fff;
    transform: translateX(8px);
  }
  .more-btn:hover .dli-arrow-right::before {
    border-color: #fff;
  }
}

/*----------------------------------*/
/*	scroll-animation */
/*----------------------------------*/
.scroll-fadeup {
  opacity: 0;
  transform: translateY(64px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-fadeup.in-view {
  opacity: 1;
  transform: translateY(0);
}

/*----------------------------------*/
/*	scrollToTop */
/*----------------------------------*/
#scrollToTop {
  position: fixed;
  bottom: 32px;
  right: 32px;
  padding: 16px 24px;
  background: #ea5514;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: none;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(255, 107, 107, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
  font-size: 14px;
  font-weight: 600;
}
@media (hover: hover) {
  #scrollToTop:hover {
    background: #0099ff;
    transform: translateY(-3px);
    box-shadow: 0 4px 24px rgba(255, 107, 107, 0.4);
  }
}
#scrollToTop.show {
  display: flex;
  animation: slideIn 0.4s ease;
}
#scrollToTop .arrow {
  font-size: 18px;
}

/* 進捗バー */
.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  width: 0%;
  transition: width 0.1s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  #scrollToTop {
    padding: 10px 16px;
    font-size: 12px;
    bottom: 20px;
    right: 20px;
  }
}
/*--------------------------------------------------------------------*/
/*	1184px */
/*--------------------------------------------------------------------*/
@media screen and (max-width: 1184px) {
  html body {
    font-size: 16px;
  }
  html body .more-btn {
    width: 192px;
    height: 64px;
  }
}
/*-------------------------------------*/
/*	original-style
/*-------------------------------------*/
/*------------- font-weight --------------*/
.fb {
  font-weight: 800;
}

/*------------- text-align --------------*/
.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

/*------------- margin --------------*/
.mb-16 {
  margin-top: 16px;
}

.mb-24 {
  margin-top: 24px;
}

.mb-32 {
  margin-top: 32px;
}

/*------------------------------------------------------------*/
/*	hover */
/*------------------------------------------------------------*/
/*------------ 画像hover ------------*/
.img-hover {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* マスク */
}
.img-hover img {
  height: auto;
  transition: transform 0.6s ease;
  /* ゆっくり変化させる */
}
.img-hover::before {
  content: "";
  bottom: 0;
  height: auto;
  left: 0;
  opacity: 0;
  /* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.6s ease;
  /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  z-index: 1;
}
.img-hover:hover::before {
  opacity: 1;
}
.img-hover:hover img {
  transform: scale(1.1);
  /* 拡大 */
}
.img-hover > figcaption {
  z-index: 2;
}

/*------------ テキストhover ------------*/
.text-hover {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.text-hover::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}
.text-hover:hover::after {
  width: 100%;
}

/*------------ ボタンhover ------------*/
.btn-hover01 {
  background: #fff;
  border: 1px solid #ed7d31;
  border-radius: 4px;
  color: #ed7d31;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 0.9rem;
  width: calc(25% - 16px);
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-hover01::after {
  background: #ed7d31;
  border: 1px solid #ed7d31;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn-hover01:hover {
  color: #fff !important;
}
.btn-hover01:hover::after {
  transform: scale(1, 1);
}

.btn-hover {
  background: #fff;
  border: 1px solid #ed7d31;
  border-radius: 4px;
  color: #ed7d31;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  font-size: 0.9rem;
  width: calc(25% - 16px);
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.6s;
}

.btn-hover:hover {
  color: #fff;
  background-color: #ed7d31 !important;
}

/*------------ ボタンhover02 ------------*/
.btn-hover02 {
  color: #ed7d31;
  position: relative;
  border: solid 2px #ed7d31;
  border-radius: 4px;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-hover02 > span {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.btn-hover02:hover {
  color: #fff;
  background: #ed7d31;
  border-radius: 48px;
}

/*------------------------------------------------------------*/
/*	annotation */
/*------------------------------------------------------------*/
.annotation01 {
  display: block;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-left: 0.9rem;
  text-indent: -0.9rem;
}

/*------------------------------------------------------------*/
/*	arrow */
/*------------------------------------------------------------*/
/*------------- arrow --------------*/
.arrow {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  margin-left: 8px;
  position: relative;
  top: 1px;
}

/*------------- arrow-right --------------*/
.arrow.arrow-right {
  transform: translateY(0%) rotate(45deg);
}

/*------------- arrow-left --------------*/
.arrow.arrow-left {
  transform: translateY(0%) rotate(-135deg);
}

/*------------- arrow-down --------------*/
.arrow.arrow-down {
  transform: translateY(-25%) rotate(135deg);
}

/*------------------------------------------------------------*/
/*	circle-fill-right */
/*------------------------------------------------------------*/
.arrow02 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  top: -2px;
  left: 4px;
}

.arrow02::before,
.arrow02::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow02-right::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
}

.arrow02-right::after {
  left: 4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0099ff;
  border-right: 2px solid #0099ff;
  transform: rotate(45deg);
}

/*------------------------------------------------------------*/
/*	icon */
/*------------------------------------------------------------*/
/*------------- target-blank-icon --------------*/
:root {
  --icon-width: 1px;
  --icon-color: var.$main-color;
}

.target-blank-icon {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 12px;
  height: 10px;
  margin-left: 4px;
}
.target-blank-icon:before, .target-blank-icon:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: var(--icon-color);
}
.target-blank-icon:before {
  top: 0;
  left: 0;
  border-width: var(--icon-width);
}
.target-blank-icon:after {
  top: 2px;
  left: 2px;
  border-width: 0 var(--icon-width) var(--icon-width) 0;
}

/*------------- diamond-icon --------------*/
.diamond-icon {
  width: 10px;
  height: 10px;
  background: #fbfbfb;
  transform: rotate(45deg);
  position: relative;
  display: inline-block;
  margin-right: 8px;
  top: -1px;
}

/*-------------------------------------*/
/*	mail-icon
/*-------------------------------------*/
.dli-mail {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 56px;
  height: 32px;
  border: 4px solid #323232;
  border-radius: 8px;
  box-sizing: content-box;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.dli-mail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 28px;
  height: 28px;
  border: 4px solid #323232;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 0.1em;
  box-sizing: content-box;
  transform: translate(-50%, -50%) rotate(-45deg) skew(10deg, 10deg);
}

/*-------------------------------------*/
/*	sns-flex
/*-------------------------------------*/
.sns-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sns-flex li {
  width: 16px;
  margin-left: 24px;
}
.sns-flex li:first-of-type {
  margin-left: 0px;
}

/*-------------------------------------*/
/*	767px display
/*-------------------------------------*/
.block767 {
  display: none;
}

@media screen and (max-width: 767px) {
  .block767 {
    display: block;
  }
  .none767 {
    display: none;
  }
}
/*-------------------------------------*/
/*	640px display
/*-------------------------------------*/
.block640 {
  display: none;
}

/*-------------------------------------*/
/*	430px display
/*-------------------------------------*/
.block430 {
  display: none;
}

.wp-block-table td, .wp-block-table th {
  border: none;
}

/*-------------------------------------*/
/*	contact
/*-------------------------------------*/
#inc-contact {
  background-color: #fafafa;
  position: relative;
  z-index: 1;
}
#inc-contact .shoulder-copy {
  font-size: 1rem;
  color: #ed7d31;
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin-bottom: 16px;
}
#inc-contact .index-h2-title {
  font-size: 3rem;
  color: #ed7d31;
  font-weight: 800;
  text-align: center;
  margin-bottom: 48px;
}
#inc-contact .index-h2-title + p {
  font-weight: 600;
  text-align: center;
}
#inc-contact .site-width {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#inc-contact .site-width a {
  margin-top: 64px;
  border: 4px solid #323232;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  #inc-contact .site-width a:hover {
    transform: scale(1.15);
  }
  #inc-contact .site-width a:hover .dli-mail {
    transform: scale(1.2);
  }
}

#contact form dl {
  margin-bottom: 30px;
}
#contact form dl dt {
  margin-bottom: 10px;
}
#contact form dl dt p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#contact form dl dt p:after {
  content: "任意";
  font-size: 80%;
  padding: 0 10px;
  margin-left: 10px;
  background: #ccc;
  color: #fff;
  font-weight: normal;
}
#contact form dl dt.required p:after {
  content: "必須";
  background: #ea5514;
}
#contact form dl dd input[type=text], #contact form dl dd input[type=email], #contact form dl dd input[type=tel], #contact form dl dd textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#contact form dl dd textarea {
  height: 150px;
}
#contact form p {
  line-height: 1.6;
}
#contact form p + dl {
  margin-top: 30px;
}
#contact form p a {
  color: #ea5514;
  text-decoration: underline;
}
#contact form input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#contact form input[type=submit] {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  border: 2px solid #0099ff;
  border-radius: 40px;
  color: #0099ff;
  transition: all 0.3s ease;
  width: 272px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-align: center;
}

/*--------------------------------------------------------------------*/
/*	767px */
/*--------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #inc-contact .site-width {
    margin-left: 6%;
    margin-right: 6%;
  }
  #inc-contact .index-h2-title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
/*----------------------------------*/
/*	footer */
/*----------------------------------*/
footer {
  position: relative;
}
footer .site-width {
  padding: 96px 0;
}
footer .footer-background-color {
  background-color: #ed7d31;
  color: #fff;
  position: relative;
  z-index: 2;
}
footer .footer-background-color .footer-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
footer .footer-background-color .footer-container address {
  width: 30%;
  font-style: normal;
  line-height: 1.8;
}
footer .footer-background-color .footer-container address dt {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 24px;
}
footer .footer-background-color .footer-container address dd:first-of-type {
  font-size: 0.8rem;
  line-height: 1.5;
}
footer .footer-background-color .footer-container address dd:not(:first-of-type) {
  font-weight: 600;
}
footer .footer-background-color .footer-container nav {
  width: 56%;
  display: flex;
  justify-content: space-between;
}
footer .footer-background-color .footer-container nav dl dt {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 24px;
}
footer .footer-background-color .footer-container nav dl dt .text-hover::after {
  bottom: -8px;
}
footer .footer-background-color .footer-container nav dl dd {
  font-size: 0.9rem;
  color: #fafafa;
}
footer .footer-background-color .footer-container nav dl dd .text-hover {
  display: flex;
  align-items: center;
}
footer .footer-background-color .footer-container nav dl dd .text-hover::after {
  bottom: -8px;
  background-color: #fafafa;
}
footer .footer-background-color .footer-container nav dl dd small {
  font-size: 0.5rem;
  display: inline-block;
  vertical-align: text-bottom;
}
footer .footer-background-color .footer-container nav dl dd:not(:first-of-type) {
  margin-top: 24px;
}
footer .footer-background-color .footer-container nav > div {
  display: flex;
  flex-direction: column;
}
footer .footer-background-color .footer-container nav > div a {
  font-size: 1rem;
  font-weight: 600;
}
footer .footer-background-color .footer-container nav > div a:not(:last-child) {
  margin-bottom: 24px;
}
footer .footer-background-color .footer-container nav > div a:nth-of-type(4), footer .footer-background-color .footer-container nav > div a:last-of-type {
  font-size: 0.8rem;
  font-weight: 500;
  color: #fafafa;
  font-family: "Noto Sans JP", sans-serif;
}
footer .footer-background-color .footer-container nav > div .text-hover::after {
  bottom: -8px;
}
footer .footer-copyright {
  background-color: #fafafa;
}
footer .footer-copyright .site-width {
  padding: 24px 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer-copyright .site-width div:first-of-type {
  width: 112px;
}
footer .footer-copyright .site-width div:nth-of-type(2) p:first-of-type {
  font-size: 4vw;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgb(237, 125, 49);
  text-stroke: 1px rgb(237, 125, 49);
  margin-bottom: 16px;
  text-align: right;
}
footer .footer-copyright .site-width div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 0.8rem;
  text-align: right;
}

/*--------------------------------------------------------------------*/
/*	1184px */
/*--------------------------------------------------------------------*/
@media screen and (max-width: 1184px) {
  footer .footer-background-color .footer-container nav dl dd {
    font-size: 0.8rem;
  }
}
/*--------------------------------------------------------------------*/
/*	960px */
/*--------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  footer .footer-background-color .footer-container {
    flex-direction: column-reverse;
  }
  footer .footer-background-color .footer-container address {
    width: 100%;
  }
  footer .footer-background-color .footer-container nav {
    width: 100%;
    margin-bottom: 64px;
  }
  footer .footer-copyright .site-width div:first-of-type p:first-of-type {
    font-size: 6.4vw;
  }
}
/*--------------------------------------------------------------------*/
/*	767px */
/*--------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  footer .footer-background-color .footer-container {
    flex-direction: column-reverse;
  }
  footer .footer-background-color .footer-container address {
    width: 100%;
  }
  footer .footer-background-color .footer-container nav {
    flex-wrap: wrap;
  }
  footer .footer-background-color .footer-container nav dl,
  footer .footer-background-color .footer-container nav div {
    width: 100%;
  }
  footer .footer-background-color .footer-container nav dl:first-of-type,
  footer .footer-background-color .footer-container nav dl:nth-of-type(2) {
    margin-bottom: 32px;
  }
  footer .footer-background-color .footer-container nav dl dt {
    margin-bottom: 16px;
  }
  footer .footer-background-color .footer-container nav dl dd {
    line-height: 1.4;
  }
  footer .footer-background-color .footer-container nav dl dd .sp-text767 {
    align-items: flex-start;
  }
  footer .footer-background-color .footer-container nav dl dd .sp-text767 small {
    display: block;
    margin-top: 3px;
  }
  footer .footer-copyright .site-width div:nth-of-type(2) p:first-of-type {
    font-size: 12vw;
  }
}
/*--------------------------------------------------------------------*/
/* Variables & Mixins（設定・共通化）
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* Logo Control（元の仕様通り）
/*--------------------------------------------------------------------*/
.logo {
  display: none;
  width: 100%;
  height: auto;
}

header .logo-white {
  display: block;
}

header .logo-black {
  display: none;
}

header.scrolled .logo-white {
  display: block;
}

header.scrolled .logo-black {
  display: none;
}

#sub-page header:not(.scrolled) .logo-white {
  display: none;
}
#sub-page header:not(.scrolled) .logo-black {
  display: block;
}

#sub-page header.scrolled .logo-white {
  display: block;
}
#sub-page header.scrolled .logo-black {
  display: none;
}

/*--------------------------------------------------------------------*/
/* Header Base
/*--------------------------------------------------------------------*/
header {
  width: 100%;
  padding: 0 2%;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
  /*---------- header-flex ----------*/
}
header .header-nav-area nav .nav-flex .slide-hover > a,
header .header-nav-area nav .nav-flex .slide-hover > p {
  color: #fff;
}
header .header-nav-area nav .nav-flex .slide-hover > a::after,
header .header-nav-area nav .nav-flex .slide-hover > p::after {
  background-color: #fff;
}
@media (hover: hover) {
  header .header-nav-area nav .nav-flex .slide-hover > a:hover,
  header .header-nav-area nav .nav-flex .slide-hover > p:hover {
    color: #000 !important;
  }
}
header .header-nav-area .icon-container a {
  border: 2px solid #fff;
}
header .header-nav-area .icon-container a .dli-mail {
  color: #fff;
  border: 2px solid #fff;
}
header .header-nav-area .icon-container a .dli-mail::before {
  border: 2px solid #fff;
}
header.scrolled::before {
  opacity: 0.7;
}
header.scrolled .header-nav-area nav .nav-flex .slide-hover > a,
header.scrolled .header-nav-area nav .nav-flex .slide-hover > p {
  color: #fff;
}
header.scrolled .header-nav-area nav .nav-flex .slide-hover > a::after,
header.scrolled .header-nav-area nav .nav-flex .slide-hover > p::after {
  background-color: #fff;
}
@media (hover: hover) {
  header.scrolled .header-nav-area nav .nav-flex .slide-hover > a:hover,
  header.scrolled .header-nav-area nav .nav-flex .slide-hover > p:hover {
    color: #000 !important;
  }
}
header.scrolled .header-nav-area .icon-container a {
  border: 2px solid #fff;
}
header.scrolled .header-nav-area .icon-container a .dli-mail {
  color: #fff;
  border: 2px solid #fff;
}
header.scrolled .header-nav-area .icon-container a .dli-mail::before {
  border: 2px solid #fff;
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ea5514;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
header .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .header-flex > a {
  width: 240px;
  transition-duration: 0.4s;
  line-height: 0;
}
header .header-flex > a img {
  width: 100%;
  height: auto;
}
header .header-flex .header-nav-area {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  width: 100%;
  /*---------- icon-container ----------*/
}
header .header-flex .header-nav-area nav {
  display: flex;
  align-items: center;
}
header .header-flex .header-nav-area nav .nav-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-flex .header-nav-area nav .nav-flex .slide-hover > a,
header .header-flex .header-nav-area nav .nav-flex .slide-hover > p {
  position: relative;
  padding: 0 16px;
  height: 80px;
  display: flex;
  align-items: center;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}
header .header-flex .header-nav-area nav .nav-flex .slide-hover > a::after,
header .header-flex .header-nav-area nav .nav-flex .slide-hover > p::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform: translateY(-100%);
  z-index: -1;
  transition: transform 0.5s ease;
}
@media (hover: hover) {
  header .header-flex .header-nav-area nav .nav-flex .slide-hover > a:hover::after,
  header .header-flex .header-nav-area nav .nav-flex .slide-hover > p:hover::after {
    transform: translateY(0%);
    transition: transform 0.3s ease;
  }
}
header .header-flex .header-nav-area .icon-container a {
  margin-left: 24px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  header .header-flex .header-nav-area .icon-container a:hover {
    transform: scale(1.15);
  }
  header .header-flex .header-nav-area .icon-container a:hover .dli-mail {
    transform: scale(1.2);
  }
}
header .header-flex .header-nav-area .icon-container a .dli-mail {
  width: 24px;
  height: 16px;
  border-radius: 4px;
  position: relative;
}
header .header-flex .header-nav-area .icon-container a .dli-mail::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: -10px;
  left: 2px;
  transform: rotate(45deg);
}

/*--------------------------------------------------------------------*/
/* Dropdown
/*--------------------------------------------------------------------*/
.dropdown-parent {
  position: relative;
}
.dropdown-parent .dropdown {
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #ea5514;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  min-width: 240px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.dropdown-parent .dropdown li {
  padding: 0 16px;
}
.dropdown-parent .dropdown li a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-size: 0.9rem;
  text-align: left;
}
@media (hover: hover) {
  .dropdown-parent:hover .dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/*--------------------------------------------------------------------*/
/* Burger Menu Logic（元の仕様を完全復元）
/*--------------------------------------------------------------------*/
.burger-menu {
  position: fixed;
  top: 13px;
  right: 96px;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 250ms ease;
  cursor: pointer;
  z-index: 200;
}
.burger-menu span {
  width: 50%;
  height: 2px;
  background-color: #ed7d31;
  transition: transform 250ms ease;
}
.burger-menu span:nth-of-type(1) {
  transform: translateY(-5px);
}
.burger-menu span:nth-of-type(3) {
  transform: translateY(5px);
}

#burger-menu {
  display: none;
}
#burger-menu:checked ~ .burger-menu {
  transform: rotate(360deg);
}
#burger-menu:checked ~ .burger-menu span:nth-of-type(1) {
  transform: translateY(1px) rotate(45deg);
}
#burger-menu:checked ~ .burger-menu span:nth-of-type(2) {
  display: none;
}
#burger-menu:checked ~ .burger-menu span:nth-of-type(3) {
  transform: translateY(-1px) rotate(-45deg);
}
#burger-menu:checked ~ .burger-nav {
  right: 0;
}

.burger-nav {
  position: fixed;
  top: 0;
  right: -272px;
  width: 272px;
  height: 100vh;
  background-color: #ed7d31;
  transition: right 500ms ease;
  z-index: -1;
  padding: 0 16px;
}
.burger-nav a {
  display: block;
  padding: 8px 0px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  text-align: left;
}
.burger-nav a .arrow {
  margin-left: 0px;
  margin-right: 8px;
  top: -1px;
}
.burger-nav a:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  transition: width 250ms ease;
}
.burger-nav ul {
  margin-top: 96px;
}
.burger-nav ul li > a {
  font-weight: 600;
  padding: 16px 0px;
  border-bottom: 1px dotted;
}
.burger-nav ul li dt {
  color: #fff;
  text-align: left;
  padding: 16px 0px;
  border-bottom: 1px dotted;
  margin-bottom: 16px;
}
.burger-nav ul li dt a {
  padding: 0px;
}
.burger-nav ul li dt p {
  font-size: 16px;
}
.burger-nav ul li dd a {
  font-size: 14px;
}
.burger-nav ul li:first-of-type, .burger-nav ul li:nth-of-type(2) {
  margin-bottom: 16px;
}

/*--------------------------------------------------------------------*/
/* Sub-Page Styles（追加機能：ホバー時に白文字）
/*--------------------------------------------------------------------*/
#sub-page header:not(.scrolled) .header-nav-area nav .nav-flex .slide-hover > a,
#sub-page header:not(.scrolled) .header-nav-area nav .nav-flex .slide-hover > p {
  color: #000;
}
#sub-page header:not(.scrolled) .header-nav-area nav .nav-flex .slide-hover > a::after,
#sub-page header:not(.scrolled) .header-nav-area nav .nav-flex .slide-hover > p::after {
  background-color: #000;
}
@media (hover: hover) {
  #sub-page header:not(.scrolled) .header-nav-area nav .nav-flex .slide-hover > a:hover,
  #sub-page header:not(.scrolled) .header-nav-area nav .nav-flex .slide-hover > p:hover {
    color: #fff !important;
  }
}
#sub-page header:not(.scrolled) .header-nav-area .icon-container a {
  border: 2px solid #000;
}
#sub-page header:not(.scrolled) .header-nav-area .icon-container a .dli-mail {
  color: #000;
  border: 2px solid #000;
}
#sub-page header:not(.scrolled) .header-nav-area .icon-container a .dli-mail::before {
  border: 2px solid #000;
}
#sub-page .sp-menu .burger-menu {
  background-color: #000;
}
#sub-page .sp-menu .burger-menu span {
  background-color: #fff;
}
#sub-page header.scrolled .burger-menu {
  background-color: #fff;
}
#sub-page header.scrolled .burger-menu span {
  background-color: #ed7d31;
}

/*--------------------------------------------------------------------*/
/* Responsive
/*--------------------------------------------------------------------*/
.sp-menu {
  display: none;
}

@media screen and (max-width: 880px) {
  header .header-flex .header-nav-area nav {
    display: none;
  }
  .sp-menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 56px;
    margin-top: -56px;
  }
  header::before {
    top: 56px;
    height: 64px;
  }
  header .header-flex > a {
    width: 144px;
    position: absolute;
    top: 70px;
    z-index: -1;
  }
  header .header-flex .header-nav-area .icon-container {
    position: absolute;
    top: 66px;
    right: 4%;
  }
  header .header-flex .header-nav-area .icon-container a {
    width: 40px;
    height: 40px;
  }
  .burger-menu {
    top: 10px;
    right: 72px;
    width: 40px;
    height: 40px;
  }
}
/*-------------------------------------*/
/*	contact
/*-------------------------------------*/
@keyframes revealSlide {
  0% {
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    clip-path: circle(150% at 50% 50%);
  }
}
@keyframes scaleDown {
  to {
    transform: scale(1);
  }
}
@keyframes fillIndicator {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-container .slide-track {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero-container .hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  clip-path: circle(0% at 50% 50%);
}
.hero-container .hero-slide.active {
  animation: revealSlide 1.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  z-index: 2;
}
.hero-container .hero-slide.exit {
  z-index: 1;
}
.hero-container .hero-slide .slide-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.3);
}
.hero-container .hero-slide.active .slide-inner {
  animation: scaleDown 8s ease-out forwards;
}
.hero-container .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 5;
}
.hero-container .hero-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}
.hero-container .hero-content {
  z-index: 10;
  color: white;
  text-align: center;
}
.hero-container .hero-content .copy-inner {
  opacity: 0;
  transform: scale(12);
  transform-origin: center center;
  animation: copyIn 0.6s cubic-bezier(0.16, 0.72, 0.25, 1) forwards 1s;
}
.hero-container .hero-content .copy-inner .hero-title {
  font-family: "Oswald", sans-serif;
  font-size: clamp(144px, 20vw, 192px);
  font-weight: 900;
  color: #ea5514;
  line-height: 1.1;
  letter-spacing: -0.3rem;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-container .hero-content .copy-inner .hero-title {
    font-size: 20vw;
    line-height: 1.3;
    letter-spacing: -0.1rem;
  }
}
.hero-container .hero-content .copy-inner .hero-title strong {
  display: block;
  font-size: clamp(16px, 2vw, 24px);
  letter-spacing: 0.3rem;
  color: #fff;
  font-weight: 800;
  margin-top: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .hero-container .hero-content .copy-inner .hero-title strong {
    font-size: 4vw;
    margin-top: 2px;
  }
}
.hero-container .hero-content .frame-box {
  opacity: 0;
  transform: translateY(10px);
  color: #fff;
  font-size: clamp(16px, 1vw, 24px);
  letter-spacing: 0.3rem;
  font-family: "Noto Serif JP", serif;
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 1.7s;
  padding: 8px 16px;
  position: relative;
  display: inline-block;
}
.hero-container .hero-content .frame-box::before, .hero-container .hero-content .frame-box::after {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
}
.hero-container .hero-content .frame-box::before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 0;
  left: 0;
}
.hero-container .hero-content .frame-box::after {
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 0;
}
@media screen and (max-width: 767px) {
  .hero-container .hero-content .frame-box {
    font-size: 3vw;
    line-height: 1.6;
  }
}
.hero-container .hero-content .hero-buttons {
  margin-top: 32px;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.hero-container .hero-content .hero-buttons .btn-primary {
  width: 192px;
  padding: 20px 8px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  color: white;
  background: linear-gradient(135deg, #0099ff 0%, #00d4ff 100%);
  border: none;
  box-shadow: 0 10px 35px rgba(0, 153, 255, 0.5);
}
.hero-container .hero-content .hero-buttons .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s;
}
.hero-container .hero-content .hero-buttons .btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 45px rgba(0, 153, 255, 0.7);
}
.hero-container .hero-content .hero-buttons .btn-primary:hover::before {
  left: 100%;
}
.hero-container .hero-content .hero-buttons .btn-secondary {
  width: 192px;
  padding: 20px 8px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  color: #0099ff;
  background: transparent;
  border: 3px solid #0099ff;
  transition: all 0.3s ease;
}
.hero-container .hero-content .hero-buttons .btn-secondary:hover {
  background: #0099ff;
  color: #fff;
  transform: translateY(-4px);
}
.hero-container .slide-indicators {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.hero-container .slide-indicators .indicator {
  width: 3px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.hero-container .slide-indicators .indicator::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to top, #00d4ff, #0099ff);
  transition: height 0.3s ease;
}
.hero-container .slide-indicators .indicator.active::before {
  height: 100%;
  animation: fillIndicator 6s linear;
}
.hero-container .slide-indicators .indicator:hover {
  background: rgba(255, 255, 255, 0.4);
}
.hero-container .slide-indicators .indicator .indicator-label {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.hero-container .slide-indicators .indicator:hover .indicator-label, .hero-container .slide-indicators .indicator.active .indicator-label {
  opacity: 1;
  right: 25px;
  color: white;
}
.hero-container .slider-controls {
  position: absolute;
  bottom: 50px;
  left: 8%;
  z-index: 15;
  display: flex;
  gap: 20px;
}
.hero-container .slider-controls .control-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.hero-container .slider-controls .control-btn:hover {
  background: linear-gradient(135deg, #0099ff, #00d4ff);
  border-color: #00d4ff;
  transform: scale(1.15);
  box-shadow: 0 10px 30px rgba(0, 153, 255, 0.5);
}
.hero-container .slider-controls .control-btn::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid white;
  border-right: 3px solid white;
}
.hero-container .slider-controls .control-btn.control-prev::before {
  transform: rotate(-135deg);
  margin-left: 5px;
}
.hero-container .slider-controls .control-btn.control-next::before {
  transform: rotate(45deg);
  margin-right: 5px;
}

/*========================
  main-copy-animation
=========================*/
@keyframes copyIn {
  0% {
    opacity: 0;
    transform: scale(12);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*========================
  main-copy+p-animation
=========================*/
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .hero-container .slide-indicators {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero-container .hero-content {
    left: 5%;
    right: 5%;
    max-width: 90%;
  }
  .hero-container .hero-content .hero-buttons {
    margin-top: 16px;
    flex-direction: column;
    width: 100%;
  }
  .hero-container .hero-content .hero-buttons .btn-primary,
  .hero-container .hero-content .hero-buttons .btn-secondary {
    text-align: center;
  }
  .hero-container .slider-controls {
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
  }
}
#home {
  /*----------------------------------*/
  /*	section02 */
  /*----------------------------------*/
  /*----------------------------------*/
  /*	section03 */
  /*----------------------------------*/
  /*----------------------------------*/
  /*	section04 - section05 */
  /*----------------------------------*/
  /*----------------------------------*/
  /*	section04 */
  /*----------------------------------*/
  /*----------------------------------*/
  /*	section05 */
  /*----------------------------------*/
}
#home .shoulder-copy {
  font-size: 1rem;
  color: #ed7d31;
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin-bottom: 16px;
}
#home .index-h2-title {
  font-size: 3rem;
  color: #ed7d31;
  font-weight: 800;
  text-align: center;
  margin-bottom: 48px;
}
#home .index-h2-title + p {
  font-weight: 600;
  text-align: center;
}
#home #section02 .section02-container01,
#home #section02 .section02-container02 {
  display: flex;
  justify-content: space-between;
}
#home #section02 .section02-container01 {
  margin-bottom: 64px;
}
#home #section02 .section02-container01 h2 {
  width: 60%;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  color: #ed7d31;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
#home #section02 .section02-container01 h2 span {
  font-size: 2.5rem;
}
#home #section02 .section02-container01 h2 small {
  font-size: 2rem;
}
#home #section02 .section02-container01 picture {
  width: 30%;
}
#home #section02 .section02-container02 picture {
  width: 40%;
}
#home #section02 .section02-container02 > div {
  width: 50%;
}
#home #section02 .section02-container02 > div h3 {
  font-size: 2rem;
  color: #ed7d31;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 16px;
}
#home #section02 .section02-container02 > div h3 + p {
  font-weight: 600;
  line-height: 2;
  margin-bottom: 64px;
}
#home #section02 .section02-container02 > div .btn-container {
  display: flex;
  justify-content: flex-end;
}
#home #section03 {
  padding: 128px 0;
  background-color: #fafafa;
  /*--------------- flex_3column -------------------*/
}
#home #section03 > section .site-width {
  padding: 0;
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home #section03 > section .site-width .section03.title-container {
  display: flex;
}
#home #section03 > section .site-width .section03.title-container .index-h2-title {
  font-family: "Oswald", sans-serif;
  margin-right: 32px;
  margin-bottom: 0;
}
#home #section03 > section .site-width .section03.title-container .index-lead {
  color: #ed7d31;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 800;
}
#home #section03 .flex_3column {
  display: flex;
  justify-content: space-between;
  max-width: 92%;
  margin: auto;
}
#home #section03 .flex_3column .effect-sadie {
  width: 32%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #ed7d31;
  border-radius: 24px;
  text-align: center;
}
@media (hover: hover) {
  #home #section03 .flex_3column .effect-sadie:hover .title-container {
    color: #fff;
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  }
  #home #section03 .flex_3column .effect-sadie:hover .effect-text:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#home #section03 .flex_3column .effect-sadie figcaption {
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
}
#home #section03 .flex_3column .effect-sadie figcaption::before, #home #section03 .flex_3column .effect-sadie figcaption::after {
  pointer-events: none;
}
#home #section03 .flex_3column .effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(49, 50, 56, 0.8) 75%);
  content: "";
  opacity: 0;
  transform: translate3d(0, 50%, 0);
}
#home #section03 .flex_3column .effect-sadie figcaption::before,
#home #section03 .flex_3column .effect-sadie figcaption .effect-text:nth-child(2) {
  transition: opacity 0.8s, transform 0.8s;
}
#home #section03 .flex_3column .effect-sadie figcaption .effect-text:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
#home #section03 .flex_3column .effect-sadie figcaption .title-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate3d(0, -50%, 0);
  transition: transform 0.8s, color 0.8s;
  font-size: 2rem;
  pointer-events: auto;
  z-index: 10;
}
#home #section03 .flex_3column .effect-sadie figcaption .title-container .shoulder-copy {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  padding: 0;
  margin-bottom: 16px;
}
#home #section03 .flex_3column .effect-sadie figcaption .title-container .index-h2-title {
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
}
#home #section03 .flex_3column .effect-sadie figcaption .title-container .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
}
#home #section03 .flex_3column .effect-sadie figcaption .title-container .btn-container a {
  font-size: 1rem;
  display: flex;
  position: relative;
  z-index: 12;
  pointer-events: auto;
}
#home #section03 .flex_3column .effect-sadie figcaption .effect-text {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: justify;
  padding: 16px 16px 32px 16px;
}
#home #section04 .site-width,
#home #section05 .site-width {
  padding: 192px 0;
}
#home #section04 .site-width .shoulder-copy,
#home #section04 .site-width .index-h2-title,
#home #section04 .site-width .index-lead,
#home #section05 .site-width .shoulder-copy,
#home #section05 .site-width .index-h2-title,
#home #section05 .site-width .index-lead {
  color: #fff;
}
#home #section04 .site-width .index-lead,
#home #section05 .site-width .index-lead {
  line-height: 1.8;
}
#home #section04 .site-width .btn-container,
#home #section05 .site-width .btn-container {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
#home #section04 {
  position: relative;
  overflow: hidden;
}
#home #section04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/index/section04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  transform: scale(1);
  z-index: -1;
}
@media (hover: hover) {
  #home #section04:hover::before {
    transform: scale(1.15);
  }
}
#home #section05 {
  background-image: url(../img/index/section05.jpg);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  opacity: 0;
  transform: scale(1.6);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
#home #section05.is-visible {
  opacity: 1;
  transform: scale(1);
}

/*----------------------------------*/
/*	news-section */
/*----------------------------------*/
#news-section .shoulder-copy {
  font-size: 1rem;
  color: #ed7d31;
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin-bottom: 16px;
}
#news-section .index-h2-title {
  font-size: 3rem;
  color: #ed7d31;
  font-weight: 800;
  text-align: center;
  margin-bottom: 48px;
}
#news-section .index-h2-title + p {
  font-weight: 600;
  text-align: center;
}
#news-section .news-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
#news-section .news-container .title-container .shoulder-copy,
#news-section .news-container .title-container .index-h2-title {
  text-align: left;
}
#news-section .news-container .title-container .index-h2-title {
  margin-bottom: 0;
}
#news-section .news-list li {
  padding-bottom: 32px;
  border-bottom: 1px dotted;
  margin-bottom: 32px;
}
#news-section .news-list li a {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
#news-section .news-list li a .news-date {
  font-size: 1rem;
  color: #888;
  margin-bottom: 16px;
}
#news-section .news-list li a .news-title {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 600;
}
#news-section .news-list li:last-of-type {
  margin-bottom: 0;
}

/*----------------------------------*/
/*	proposal */
/*----------------------------------*/
#proposal {
  font-size: 2rem;
  line-height: 1.8;
}
#proposal .site-width a {
  color: #323232;
  text-decoration: none;
}
#proposal .site-width a > section:first-of-type {
  border-top: 2px solid #323232;
  padding: 32px;
  border-bottom: 2px solid #323232;
}
#proposal .site-width a > section {
  margin-top: 128px;
}
#proposal .site-width a > section h2 {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 32px;
}
#proposal .site-width a > section > section {
  margin-top: 64px;
}
#proposal .site-width a > section > section h3 {
  font-size: 3rem;
  margin-bottom: 32px;
}
#proposal .site-width a > section > section ul {
  font-weight: 700;
}
#proposal .site-width a > section > section ul li {
  line-height: 2.4;
  border-bottom: 1px dotted;
}

/*--------------------------------------------------------------------*/
/*	1184px */
/*--------------------------------------------------------------------*/
@media screen and (max-width: 1184px) {
  #home {
    /*----------------------------------*/
    /*	#section03 */
    /*----------------------------------*/
  }
  #home #section03 {
    /*--------------- flex_3column -------------------*/
  }
  #home #section03 > section .site-width .section03.title-container .index-lead {
    color: #ed7d31;
    font-size: 1.5rem;
  }
  #home #section03 .flex_3column .effect-sadie figcaption .title-container .shoulder-copy {
    font-size: 1rem;
    line-height: 0;
  }
  #home #section03 .flex_3column .effect-sadie figcaption .title-container .index-h2-title {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
  #home #section03 .flex_3column .effect-sadie figcaption .title-container .btn-container a {
    font-size: 0.9rem;
  }
  #home #section03 .flex_3column .effect-sadie figcaption .effect-text {
    font-size: 1rem;
  }
}
/*--------------------------------------------------------------------*/
/*	960px */
/*--------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  #home {
    /*----------------------------------*/
    /*	#section02 */
    /*----------------------------------*/
    /*----------------------------------*/
    /*	#section03 */
    /*----------------------------------*/
  }
  #home #section02 .section02-container01 h2 {
    width: 60%;
    font-size: 2.5rem;
    font-family: "Noto Serif JP", serif;
    color: #ed7d31;
    line-height: 1.5;
    letter-spacing: 0.2rem;
  }
  #home #section02 .section02-container02 > div {
    width: 55%;
  }
  #home #section02 .section02-container02 > div h3 + p {
    margin-bottom: 32px;
  }
  #home #section03 > section {
    /*--------------- flex_3column -------------------*/
  }
  #home #section03 > section .site-width .section03.title-container {
    flex-direction: column;
  }
  #home #section03 > section .site-width .section03.title-container .index-h2-title {
    text-align: left;
    margin-bottom: 16px;
  }
  #home #section03 > section .site-width .section03.title-container .index-lead {
    text-align: left;
  }
  #home #section03 > section .flex_3column {
    flex-wrap: wrap;
    gap: 32px 32px;
  }
  #home #section03 > section .flex_3column .effect-sadie {
    width: 47%;
  }
  #home #section03 > section .flex_3column .effect-sadie figcaption .title-container .shoulder-copy {
    font-size: 1rem;
    line-height: 0;
  }
}
/*--------------------------------------------------------------------*/
/*	767px */
/*--------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #home {
    /*----------------------------------*/
    /*	first-view */
    /*----------------------------------*/
    /*----------------------------------*/
    /*	section02 */
    /*----------------------------------*/
    /*----------------------------------*/
    /*	#section03 */
    /*----------------------------------*/
    /*----------------------------------*/
    /*	section04 - section05 */
    /*----------------------------------*/
  }
  #home .index-h2-title {
    font-size: 2rem;
  }
  #home #first-view {
    height: 80vh;
  }
  #home #first-view .top-visual .main-copy {
    width: 100%;
  }
  #home #first-view .top-visual .main-copy .copy-inner {
    width: 100%;
  }
  #home #first-view .top-visual .main-copy .copy-inner h2 {
    font-size: 20vw;
    line-height: 1.4;
    letter-spacing: -0.1rem;
  }
  #home #first-view .top-visual .main-copy .copy-inner strong {
    font-size: 5vw;
    margin-top: 2px;
  }
  #home #first-view .top-visual .main-copy .frame-box {
    font-size: 4vw;
    line-height: 1.8;
  }
  #home #section02 .section02-container01 {
    flex-direction: column;
    margin-bottom: 64px;
  }
  #home #section02 .section02-container01 h2 {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 16px;
  }
  #home #section02 .section02-container01 h2 span {
    font-size: 2rem;
  }
  #home #section02 .section02-container01 h2 small {
    font-size: 1.5rem;
  }
  #home #section02 .section02-container01 picture {
    width: 100%;
  }
  #home #section02 .section02-container02 {
    flex-direction: column-reverse;
  }
  #home #section02 .section02-container02 picture {
    width: 100%;
  }
  #home #section02 .section02-container02 > div {
    width: 100%;
    margin-bottom: 64px;
  }
  #home #section02 .section02-container02 > div h3 {
    font-size: 1.5rem;
  }
  #home #section02 .section02-container02 > div h3 + p {
    font-weight: 600;
    line-height: 2;
  }
  #home #section02 .section02-container02 > div .btn-container {
    justify-content: center;
  }
  #home #section03 {
    padding: 96px 0;
  }
  #home #section03 > section {
    /*--------------- flex_3column -------------------*/
  }
  #home #section03 > section .site-width {
    flex-direction: column;
  }
  #home #section03 > section .site-width .section03.title-container .index-h2-title {
    margin-right: 0;
    text-align: center;
  }
  #home #section03 > section .site-width .section03.title-container .index-lead {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  #home #section03 > section .flex_3column {
    flex-wrap: wrap;
    gap: 32px 32px;
  }
  #home #section03 > section .flex_3column .effect-sadie {
    width: 100%;
  }
  #home #section03 > section .flex_3column .effect-sadie figcaption .title-container .shoulder-copy {
    font-size: 1rem;
    line-height: 0;
  }
  #home #section04 .site-width,
  #home #section05 .site-width {
    padding: 144px 0;
  }
  /*----------------------------------*/
  /*	news-section */
  /*----------------------------------*/
  #news-section .news-container {
    flex-direction: column;
    margin-bottom: 64px;
  }
  #news-section .news-container .title-container .shoulder-copy,
  #news-section .news-container .title-container .index-h2-title {
    text-align: center;
  }
  #news-section .news-container .title-container .index-h2-title {
    margin-bottom: 48px;
  }
  #news-section .news-container .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #news-section .news-list li a .news-date {
    font-size: 0.9rem;
  }
  #news-section .news-list li a .news-title {
    font-size: 1.1rem;
  }
}
/*-------------------------------------*/
/*	slider
/*-------------------------------------*/
#section03 > section #inc-slider {
  padding: 96px 0 0 12%;
}
#section03 > section #inc-slider .title-container {
  flex-direction: column;
}
#section03 > section #inc-slider .title-container .shoulder-copy {
  text-align: left;
}
#section03 > section #inc-slider .title-container .index-h2-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 24px;
}
#section03 > section #inc-slider .title-container .index-lead {
  text-align: left;
  line-height: 1.4;
  font-weight: 600;
}
#section03 > section #inc-slider .slider-wrapper {
  position: relative;
  width: 100%;
}
#section03 > section #inc-slider .slider-wrapper .slider {
  overflow: hidden;
}
#section03 > section #inc-slider .slider-wrapper .slider .slider-track {
  display: flex;
  transition: transform 0.4s ease;
}
#section03 > section #inc-slider .slider-wrapper .slider .slider-track .slide {
  flex: 0 0 28.5714285714%; /* 3.5枚表示 */
  box-sizing: border-box;
  padding: 0 5px;
}
#section03 > section #inc-slider .slider-wrapper .slider .slider-track .slide img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.btn-position {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 4%;
  height: 32px;
}
.btn-position .dli-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #ed7d31;
  line-height: 1;
  position: relative;
  width: 1.5rem;
  height: 0.11rem;
  background: #ed7d31;
  transition: all 0.2s ease;
}
.btn-position .dli-arrow::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: 0.15em solid #ed7d31;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.btn-position .dli-arrow-right::before {
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
}
.btn-position .dli-arrow-left::before {
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
  position: absolute;
  top: 50%;
  left: -0.05em;
}

button.prev,
button.next {
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  border: 1px solid #ed7d31;
  width: 56px;
  height: 56px;
  color: #ed7d31;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
button.prev:hover,
button.next:hover {
  background-color: #ed7d31;
}
button.prev:hover .dli-arrow,
button.next:hover .dli-arrow {
  color: #fff;
  background-color: #fff;
}
button.prev:hover .dli-arrow::before,
button.next:hover .dli-arrow::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: 0.15em solid #fff;
}
button.prev:hover .dli-arrow-right::before,
button.next:hover .dli-arrow-right::before {
  border-left: 0;
  border-bottom: 0;
}
button.prev:hover .dli-arrow-left::before,
button.next:hover .dli-arrow-left::before {
  border-right: 0;
  border-bottom: 0;
}

button.prev {
  margin-right: 16px;
}

/*--------------------------------------------------------------------*/
/*	767px */
/*--------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #section03 > section #inc-slider .title-container .index-h2-title {
    font-size: 2rem;
  }
  #section03 > section #inc-slider .slider-wrapper .slider .slider-track .slide {
    flex: 0 0 80%;
  }
  #section03 > section #inc-slider .btn-position {
    height: 16px;
    bottom: 140px;
    position: relative;
    top: -80px;
  }
}
/*--------------------------------------------------------------------------------*/
/*	common */
/*--------------------------------------------------------------------------------*/
#sub-page #inc-contact.contact-none {
  display: none;
}
#sub-page main.site-width {
  padding-top: 0px;
}
#sub-page main .site-width {
  padding-top: 0;
  padding-bottom: 0;
}
#sub-page main #first-view {
  margin-bottom: 64px;
}
#sub-page main > section:not(:first-of-type) {
  margin-bottom: 128px;
}
@media screen and (max-width: 767px) {
  #sub-page main > section:not(:first-of-type) {
    margin-bottom: 64px;
  }
}
#sub-page h2 {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #ed7d31;
  margin-bottom: 32px;
}
#sub-page h2 + p {
  line-height: 1.6;
  margin-bottom: 48px;
}
#sub-page h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
}
#sub-page h3 + p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #sub-page h2 + p {
    margin-bottom: 32px;
  }
}
#sub-page .sub-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#sub-page .img-container img {
  border: 1px solid;
}
#sub-page .img-container img:not(:last-of-type) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #sub-page .img-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
  }
  #sub-page .img-container img:not(:last-of-type) {
    margin-bottom: 0px;
  }
}
#sub-page figure figcaption {
  margin-top: 8px;
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: center;
}
#sub-page .tel-link, #sub-page .tel-link a {
  display: inline-block;
  font-size: 2.5rem;
  margin-bottom: 16px;
}
#sub-page .tel-link + span {
  display: block;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sub-page .tel-link, #sub-page .tel-link a {
    font-size: 2rem;
  }
}

.wp-block-table table {
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.wp-block-table table thead {
  border-bottom: none;
}
.wp-block-table table th,
.wp-block-table table td {
  padding: 16px;
  line-height: 1.8;
  border-bottom: 1px solid #999;
}
.wp-block-table table th:not(:last-of-type),
.wp-block-table table td:not(:last-of-type) {
  border-right: 1px solid #999;
}
.wp-block-table table th {
  background-color: #fafafa;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}
.wp-block-table table td {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .wp-block-table table th {
    font-size: 0.8rem;
    padding: 8px 4px;
  }
  .wp-block-table table td {
    font-size: 0.9rem;
    padding: 8px 4px 16px 4px;
  }
}
.bitech-table th {
  width: 18%;
  text-align: left;
}
.bitech-table p {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .bitech-table {
    border-bottom: none;
  }
  .bitech-table th,
  .bitech-table td {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .swip {
    width: 104%;
    height: 480px;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
    border-bottom: 1px solid #999;
    -webkit-overflow-scrolling: touch;
  }
  .swip table {
    width: 640px;
    border-top: none;
  }
  .swip table th {
    font-size: 0.7rem;
    padding: 4px;
  }
  .swip table td {
    font-size: 0.8rem;
    padding: 8px 4px;
  }
  .swip table .sticky_cross,
  .swip table .sticky_row {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    border-right: none;
  }
  .swip table .sticky_cross::after,
  .swip table .sticky_row::after {
    content: "";
    border-right: 1px solid #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .swip table .sticky_cross {
    z-index: 3;
    border-bottom: none;
    width: 28%;
  }
  .swip table .sticky_cross::after {
    content: "";
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .swip table .sticky_col {
    position: sticky;
    top: 0;
    border-bottom: none;
  }
  .swip table .sticky_col::after {
    content: "";
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*-------------------- 767px --------------------*/
@media screen and (max-width: 767px) {
  #sub-page .contact-none #inc-contact {
    display: none;
  }
  #sub-page main > section {
    margin-bottom: 64px;
  }
  #sub-page h2 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  #sub-page .sub-flex {
    flex-direction: column;
  }
}
/*-------------------------------------*/
/*	common-breadcrumb-item
/*-------------------------------------*/
#inc-breadcrumb01 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #999;
}
#inc-breadcrumb01 ol {
  display: flex;
  flex-wrap: wrap;
}
#inc-breadcrumb01 .breadcrumb-item a {
  transform: translate3d(0, 0, 0);
}
@media (hover: hover) {
  #inc-breadcrumb01 .breadcrumb-item a:hover {
    color: #323232;
    transform: scale(1.15);
  }
  #inc-breadcrumb01 .breadcrumb-item a:hover .dli-mail {
    transform: scale(1.2);
  }
}

.breadcrumb-item:not(:last-child)::after {
  content: " › ";
  margin: 0 4px;
  color: #999;
}

/*-------------------------------------*/
/*	common-first-view
/*-------------------------------------*/
#first-view {
  padding-top: 160px;
}
#first-view .site-width {
  padding: 0;
}
#first-view .title-container {
  display: flex;
}
#first-view .title-container > p {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  color: #ea5514;
  font-weight: bold;
  display: block;
  margin-right: 16px;
}
#first-view .title-container h1 {
  color: #ea5514;
  font-size: 3.5rem;
  line-height: 1.4;
  font-weight: 900;
  display: flex;
  margin-bottom: 96px;
}
#first-view .main-img-container {
  margin-bottom: 32px;
  display: flex;
}
#first-view .main-img-container .color-box01,
#first-view .main-img-container .color-box02 {
  flex-grow: 1;
  flex-shrink: 1;
}
#first-view .main-img-container .color-box01 {
  background-color: #ea5514;
}
#first-view .main-img-container .img-box {
  border-top: 16px solid #ea5514;
  max-width: 1184px;
  flex: 1 1 auto;
}
#first-view .main-img-container .color-box02 {
  background-color: #fff;
}
@media screen and (max-width: 1312px) {
  #first-view .main-img-container .color-box01,
  #first-view .main-img-container .color-box02 {
    flex: 0 0 4%;
  }
}
#first-view > p {
  font-size: 1.25rem;
  color: #ea5514;
  font-weight: 500;
  line-height: 1.8;
}

/*-------------------- 1184px --------------------*/
@media screen and (max-width: 1184px) {
  #first-view {
    padding-top: 160px;
  }
  #first-view .site-width {
    padding: 0;
  }
  #first-view .title-container {
    flex-direction: column;
  }
  #first-view .title-container > p {
    margin-right: 0;
    margin-bottom: 16px;
  }
  #first-view > p {
    font-size: 1.2rem;
  }
}
/*-------------------- 767px --------------------*/
@media screen and (max-width: 767px) {
  #first-view {
    padding-top: 128px;
  }
  #first-view .site-width {
    padding: 0;
  }
  #first-view .title-container > p {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  #first-view .title-container h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 32px;
  }
  #first-view > p {
    font-size: 1rem;
  }
  #first-view .main-img-container {
    margin-bottom: 16px;
  }
}
/*--------------------------------------------------------------------------------------------------*/
/*	業務内容ページ */
/*--------------------------------------------------------------------------------------------------*/
#service-index #section02 .service-item:not(:last-of-type) {
  margin-bottom: 64px;
}
#service-index #section02 .service-item div {
  width: 48%;
}
#service-index #section02 .service-item div .service-number {
  display: block;
  font-size: 1rem;
  color: #ed7d31;
  font-family: "Oswald", sans-serif;
  margin-bottom: 16px;
}
#service-index #section02 .service-item div .service-title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 24px;
}
#service-index #section02 .service-item div > p {
  line-height: 1.6;
  margin-bottom: 32px;
}
#service-index #section02 .service-item div .btn-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#service-index #section03 .sub-flex .table-container,
#service-index #section04 .sub-flex .table-container {
  width: 50%;
}
#service-index #section03 .sub-flex .img-container,
#service-index #section04 .sub-flex .img-container {
  width: 35%;
}

/*-------------------- 960px --------------------*/
@media screen and (max-width: 960px) {
  #service-index {
    /*---------- section02 ----------*/
    /*---------- section03,section04 ----------*/
  }
  #service-index #section02 .service-item:not(:last-of-type) {
    margin-bottom: 64px;
  }
  #service-index #section02 .service-item div {
    width: 48%;
  }
  #service-index #section02 .service-item div .service-number {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }
  #service-index #section02 .service-item div .service-title {
    font-size: 1.6rem;
  }
  #service-index #section03 .sub-flex > div,
  #service-index #section04 .sub-flex > div {
    width: 48%;
  }
}
/*-------------------- 767px --------------------*/
@media screen and (max-width: 767px) {
  #service-index #section02 .service-item:not(:last-of-type) {
    margin-bottom: 64px;
  }
  #service-index #section02 .service-item > div:not(:last-of-type) {
    margin-bottom: 16px;
  }
  #service-index #section02 .service-item div {
    width: 100%;
  }
  #service-index #section02 .service-item div .service-number {
    margin-bottom: 4px;
  }
  #service-index #section02 .service-item div .service-title {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  #service-index #section02 .service-item div > p {
    margin-bottom: 16px;
  }
  #service-index #section02 .service-item div .btn-container {
    justify-content: center;
  }
  #service-index #section03 .sub-flex .img-container {
    width: 100%;
    flex-wrap: nowrap;
  }
  #service-index #section03 .sub-flex .table-container {
    width: 100%;
    margin-bottom: 32px;
  }
  #service-index #section04 .sub-flex .img-container {
    width: 100%;
  }
  #service-index #section04 .sub-flex .img-container img {
    width: 48%;
  }
  #service-index #section04 .sub-flex .table-container {
    width: 100%;
    margin-bottom: 32px;
  }
}
/*--------------------------------------------------------------------------------*/
/*	築炉工事事業ページ：#service01 */
/*--------------------------------------------------------------------------------*/
#service01 #section02 .sub-flex {
  flex-wrap: wrap;
  gap: 24px;
}
#service01 #section02 .sub-flex figure {
  width: 48%;
}
#service01 #section03 h2 {
  margin-bottom: 24px;
}
#service01 #section03 .img-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 32px;
  gap: 32px;
}
#service01 #section03 .img-container img {
  margin-bottom: 0px;
}
#service01 #section03 .license .sub-flex {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  flex-wrap: wrap;
  gap: 8px;
}
#service01 #section03 .license .sub-flex > div {
  background-color: #fafafa;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  padding: 16px;
}
#service01 #section03 .license .sub-flex > div p:last-of-type {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ed7d31;
}
#service01 #section03 .license .sub-flex > div p:last-of-type strong {
  font-size: 2rem;
}
#service01 #section04 .swip table .sticky_row {
  font-weight: 800;
  background-color: #fff;
  z-index: 0;
}

/*-------------------- 960px --------------------*/
@media screen and (max-width: 960px) {
  #service01 #section03 .license .sub-flex {
    grid-template-columns: repeat(4, 1fr);
  }
  #service01 #section03 .license .sub-flex > div {
    padding: 16px 8px;
  }
}
/*-------------------- 767px --------------------*/
@media screen and (max-width: 767px) {
  #service01 #section02 .sub-flex {
    flex-direction: initial;
  }
  #service01 #section02 .sub-flex figure {
    width: 46%;
  }
  #service01 #section03 h2 {
    margin-bottom: 8px;
  }
  #service01 #section03 .license .sub-flex {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 32px;
  }
  #service01 #section03 .license .sub-flex > div {
    font-size: 0.7rem;
    padding: 8px 4px;
    justify-content: space-between;
  }
  #service01 #section04 .annotation01 {
    margin-bottom: 8px;
  }
}
/*--------------------------------------------------------------------------------*/
/*	キャスターブロック製造事業ページ：#service02 */
/*--------------------------------------------------------------------------------*/
#service02 dl {
  font-size: 0.9rem;
  font-weight: 600;
  padding-top: 16px;
  border-top: 1px solid #999;
  margin-top: 16px;
}
#service02 dl dt {
  margin-bottom: 4px;
}
#service02 dl dd {
  line-height: 1.6;
}
#service02 #section02 .sub-flex {
  justify-content: flex-start;
  align-items: flex-end;
}
#service02 #section02 .sub-flex > div:last-of-type {
  margin-left: 32px;
}
#service02 #section02 .sub-flex > div:last-of-type dl {
  margin-bottom: 8px;
}
#service02 #section03 article {
  margin-bottom: 96px;
}
#service02 #section03 article .text-container {
  line-height: 1.8;
  width: 50%;
}
#service02 #section03 article .img-container {
  width: 40%;
}
#service02 #section03 article:last-of-type {
  margin-bottom: 96px;
}
#service02 #section03 .sub-flex:last-of-type .table-container {
  width: 55%;
}
#service02 #section03 .sub-flex:last-of-type .img-container {
  width: 35%;
}
#service02 #section04 p {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  #service02 #section04 .sub-flex {
    flex-direction: column;
  }
}
#service02 #section04 .sub-flex .img-container {
  width: 35%;
}
@media screen and (max-width: 960px) {
  #service02 #section04 .sub-flex .img-container {
    flex: auto;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  #service02 #section04 .sub-flex .img-container {
    width: 100%;
  }
}
#service02 #section04 .sub-flex .slideshow-area {
  width: 60%;
}
#service02 #section04 .sub-flex .slideshow-area p {
  font-size: 0.9rem;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  #service02 #section04 .sub-flex .slideshow-area {
    width: 100%;
    flex: auto;
  }
}

/*-------------------- 767px --------------------*/
@media screen and (max-width: 767px) {
  #service02 dl {
    font-size: 0.9rem;
    font-weight: 600;
    padding-top: 16px;
    border-top: 1px solid #999;
    margin-top: 16px;
  }
  #service02 dl dt {
    margin-bottom: 4px;
  }
  #service02 dl dd {
    line-height: 1.6;
  }
  #service02 #section02 .sub-flex {
    align-items: flex-start;
  }
  #service02 #section02 .sub-flex > div:first-of-type {
    margin-bottom: 16px;
  }
  #service02 #section02 .sub-flex > div:last-of-type {
    margin-left: 0px;
  }
  #service02 #section03 article {
    margin-bottom: 64px;
  }
  #service02 #section03 article .text-container {
    width: 100%;
  }
  #service02 #section03 article .img-container {
    width: 100%;
    margin-bottom: 16px;
  }
  #service02 #section03 article:last-of-type {
    margin-bottom: 64px;
  }
  #service02 #section03 .sub-flex:first-of-type {
    flex-direction: column-reverse;
  }
  #service02 #section03 .sub-flex:last-of-type {
    flex-direction: column;
  }
  #service02 #section03 .sub-flex:last-of-type .table-container {
    width: 100%;
    margin-bottom: 16px;
  }
  #service02 #section03 .sub-flex:last-of-type .img-container {
    flex-wrap: nowrap;
    width: 100%;
  }
}
#service02 .content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 88px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #service02 .content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
#service02 .slide-viewer {
  background-color: #eeeeee;
  padding: 48px 56px 0px 56px;
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #service02 .slide-viewer {
    padding: 10px;
  }
}
#service02 .slide-window {
  width: 100%;
  height: 380px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #service02 .slide-window {
    height: 240px;
  }
}
#service02 .slide-track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
#service02 .slide-item {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service02 .slide-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#service02 .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  cursor: pointer;
  padding: 10px 20px;
  z-index: 10;
  transition: color 0.2s;
  line-height: 1;
  font-family: monospace;
  font-weight: bold;
}
#service02 .nav-arrow:hover {
  color: #000000;
}
#service02 .nav-arrow.nav-prev {
  left: 0;
}
#service02 .nav-arrow.nav-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  #service02 .nav-arrow {
    font-size: 24px;
    padding: 10px;
  }
}
#service02 .instruction-text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #service02 .instruction-text {
    font-size: 12px;
  }
}
#service02 .button-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1184px) {
  #service02 .button-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #service02 .button-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#service02 .action-btn {
  background-color: #ed7d31;
  color: white;
  border: none;
  padding: 16px 8px;
  font-size: 0.9rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#service02 .action-btn::before {
  content: "▶";
  font-size: 0.5em;
  margin-right: 6px;
  color: yellow;
}
#service02 .action-btn:hover, #service02 .action-btn.active {
  background-color: #ea5514;
}
@media screen and (max-width: 767px) {
  #service02 .action-btn {
    padding: 12px;
  }
}

/*--------------------------------------------------------------------------------*/
/*	緑化工事・造園工事事業ページ：#service03 */
/*--------------------------------------------------------------------------------*/
#service03 #section02 .sub-flex {
  flex-wrap: wrap;
  gap: 24px;
}
#service03 #section02 .sub-flex figure {
  width: 48%;
}
#service03 #section03 .swip table .sticky_row {
  font-weight: 800;
  background-color: #fff;
  z-index: 0;
}

/*-------------------- 767px --------------------*/
@media screen and (max-width: 767px) {
  #service03 #section02 .sub-flex {
    flex-direction: initial;
  }
  #service03 #section02 .sub-flex figure {
    width: 46%;
  }
  #service03 #section03 .annotation01 {
    margin-bottom: 8px;
  }
  #service03 #section03 .swip {
    width: 104%;
    height: 480px;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
    border-bottom: 1px solid #999;
    -webkit-overflow-scrolling: touch;
  }
  #service03 #section03 .swip table {
    width: 560px;
  }
  #service03 #section03 .swip table th {
    width: 38%;
  }
}
/*--------------------------------------------------------------------------------------------------*/
/*	会社概要 */
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*	ビーアイテックについてページ：#about */
/*--------------------------------------------------------------------------------*/
#about .about-text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 0px;
}
#about .about-text.text-indent {
  margin-left: 1.4rem;
  text-indent: -1.4rem;
}
#about #section02 .sub-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 96px;
}
#about #section02 .sub-flex .text-box {
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#about #section02 .sub-flex .text-box span {
  margin-top: 24px;
  font-size: 1rem;
  display: block;
  text-align: right;
}
#about #section06 > p {
  margin-bottom: 16px;
}
#about #section06 > ul {
  line-height: 1.8;
  margin-bottom: 32px;
  margin-left: 1rem;
  text-indent: -1rem;
}
#about #section06 > ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
#about #section06 .img-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/*-------------------- 960px --------------------*/
@media screen and (max-width: 1184px) {
  #about #section02 .sub-flex {
    gap: 32px;
  }
  #about #section02 .sub-flex .text-box {
    font-size: 1.125rem;
    line-height: 2;
  }
}
/*-------------------- 767px --------------------*/
@media screen and (max-width: 767px) {
  #about .about-text {
    font-size: 1.125rem;
  }
  #about .about-text.text-indent {
    margin-left: 1.2rem;
    text-indent: -1.2rem;
  }
  #about #section02 .sub-flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  #about #section02 .sub-flex .text-box {
    font-size: 1rem;
    line-height: 2;
  }
  #about #section06 .img-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #about #section06 .img-container img {
    width: 100%;
  }
}
/*--------------------------------------------------------------------------------*/
/*	会社案内ページ：#company */
/*--------------------------------------------------------------------------------*/
#company #section03 .bitech-table {
  border: none;
}
#company #section03 .bitech-table th {
  font-size: 0.8rem;
  line-height: 1.5rem;
  background-color: #fff;
  padding-left: 0;
}
#company #section04 .sub-flex {
  flex-wrap: wrap;
  flex: 1;
}
#company #section04 .sub-flex ul {
  line-height: 2;
  font-size: 1rem;
}
#company #section04 .sub-flex span {
  display: block;
  width: 1px;
  background: #ccc;
  height: 100%;
}
#company #section05 .bitech-table th {
  width: 24%;
}
#company #section05 .bitech-table td:first-of-type {
  width: 52%;
}
#company #section05 .bitech-table td:last-of-type {
  width: 24%;
}
#company #section05 .bitech-table td:last-of-type iframe {
  width: 100%;
}

/*-------------------- 1184px --------------------*/
@media screen and (max-width: 1184px) {
  #company #section05 .bitech-table {
    flex-direction: column;
    border-bottom: none;
  }
  #company #section05 .bitech-table th {
    width: 100%;
    display: block;
  }
  #company #section05 .bitech-table td:first-of-type {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: none;
    padding-bottom: 0;
  }
  #company #section05 .bitech-table td:last-of-type {
    display: block;
    width: 100%;
  }
  #company #section05 .bitech-table td:last-of-type iframe {
    width: 100%;
  }
}
/*-------------------- 960px --------------------*/
@media screen and (max-width: 960px) {
  #company #section04 .sub-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #company #section04 .sub-flex ul:not(:last-of-type) {
    margin-bottom: 24px;
  }
  #company #section04 .sub-flex span {
    display: none;
  }
}
/*-------------------- 767px --------------------*/
@media screen and (max-width: 767px) {
  #company #section03 .bitech-table {
    border-top: 1px solid;
  }
  #company #section03 .bitech-table th {
    padding-top: 16px;
    padding-bottom: 0;
    border-bottom: none;
  }
  #company #section03 .bitech-table td {
    padding: 4px 0px 16px 14px;
  }
  #company #section04 .sub-flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*--------------------------------------------------------------------------------*/
/*	採用情報ページ：#recruit */
/*--------------------------------------------------------------------------------*/
#recruit #section04 h2 + p {
  margin-bottom: 16px;
}
#recruit #section04 .sub-flex {
  gap: 32px;
  margin-bottom: 64px;
}
#recruit #section04 .sub-flex article {
  background-color: #fafafa;
  border-radius: 16px;
  padding: 32px;
  display: flex;
}
#recruit #section04 .sub-flex article figure {
  border-radius: 50%;
  background-color: #fff;
  margin-right: 32px;
  width: 128px;
  height: 128px;
  overflow: hidden;
}
#recruit #section04 .sub-flex article > p {
  line-height: 1.6;
  width: calc(100% - 160px);
}
#recruit #section04 .sub-flex article > p span {
  display: block;
  margin-top: 16px;
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
}

/*-------------------- 1184px --------------------*/
@media screen and (max-width: 1184px) {
  #recruit #section04 .sub-flex {
    flex-direction: column;
  }
}
/*-------------------- 767px --------------------*/
@media screen and (max-width: 767px) {
  #recruit #section04 .sub-flex {
    margin-bottom: 32px;
  }
  #recruit #section04 .sub-flex article {
    flex-direction: column;
    padding: 32px 24px;
  }
  #recruit #section04 .sub-flex article > img {
    width: 128px;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  #recruit #section04 .sub-flex article > p {
    width: 100%;
  }
  #recruit #section04 .sub-flex article > p span {
    font-size: 0.9rem;
  }
}
/*--------------------------------------------------------------------------------*/
/*	お問い合わせページ：#contact */
/*--------------------------------------------------------------------------------*/
#contact #section02 .sub-flex {
  justify-content: flex-start;
  margin-bottom: 32px;
}
#contact #section02 .sub-flex .office:first-of-type {
  padding-right: 64px;
  border-right: 1px dotted;
  margin-right: 64px;
}
#contact #section02 .sub-flex .office {
  width: -moz-fit-content;
  width: fit-content;
}
#contact #section02 .sub-flex .office p {
  font-size: 0.9rem;
  line-height: 1.6;
}
#contact #section02 .sub-flex .office .office-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}
#contact #section02 .sub-flex .office .office-fax {
  margin-bottom: 8px;
}
#contact #section02 > p {
  font-size: 1rem;
  line-height: 1.6;
}
#contact #section03 .sub-flex {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 32px;
}
#contact #section03 .sub-flex a {
  margin-right: 64px;
  border: 4px solid #323232;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  #contact #section03 .sub-flex a:hover {
    transform: scale(1.15);
  }
  #contact #section03 .sub-flex a:hover .dli-mail {
    transform: scale(1.2);
  }
}
#contact #section03 .sub-flex .mail-text {
  width: 70%;
}
#contact #section03 .sub-flex .mail-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 8px;
}
#contact #section03 .sub-flex .mail-text small {
  display: block;
  line-height: 1.8;
}
#contact #section03 .sub-flex .mail-text small:first-of-type {
  margin-bottom: 8px;
  font-weight: 600;
}

/*-------------------- 1024px --------------------*/
@media screen and (max-width: 1024px) {
  #contact #section02 .sub-flex {
    flex-direction: column;
  }
  #contact #section02 .sub-flex .office:first-of-type {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    padding-bottom: 32px;
    border-bottom: 1px dotted;
    margin-bottom: 32px;
  }
  #contact #section02 .sub-flex .office {
    width: 100%;
  }
}
/*-------------------- 767px --------------------*/
@media screen and (max-width: 767px) {
  #contact #section03 .sub-flex {
    flex-direction: column;
  }
  #contact #section03 .sub-flex a {
    margin-right: 0;
    margin-bottom: 32px;
  }
  #contact #section03 .sub-flex .mail-text {
    width: 100%;
  }
}
/*--------------------------------------------------------------------------------------------------*/
/*	お知らせ */
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*	お知らせ一覧ページ：#news-index */
/*--------------------------------------------------------------------------------*/
#news #first-view > p {
  color: #323232;
}
#news article {
  padding-bottom: 64px;
  border-bottom: 1px dotted;
  margin-bottom: 64px;
}
#news article span {
  display: block;
  margin-bottom: 16px;
}
#news article h2 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 600;
  color: #323232;
  margin-bottom: 0px;
}
#news article h2::after {
  background-color: #000;
}
#news article:last-of-type {
  margin-bottom: 0px;
}

/*-------------------- 767px --------------------*/
@media screen and (max-width: 767px) {
  #news article {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  #news article span {
    display: block;
    margin-bottom: 16px;
  }
  #news article h2 {
    font-size: 1.125rem;
  }
}
/*--------------------------------------------------------------------------------*/
/*	お知らせページ：#news-article */
/*--------------------------------------------------------------------------------*/
#news-article #first-view h1 {
  font-size: 3rem;
}
#news-article #first-view #inc-breadcrumb01 {
  margin-bottom: 64px;
}
#news-article #first-view p {
  font-size: 1rem;
  color: #323232;
}
#news-article .btn-container {
  display: flex;
  justify-content: center;
}

/*-------------------- 767px --------------------*/
@media screen and (max-width: 767px) {
  #news-article #first-view h1 {
    font-size: 1.5rem;
  }
  #news-article #first-view #inc-breadcrumb01 {
    margin-bottom: 32px;
  }
  #news-article .btn-container {
    display: flex;
    justify-content: center;
  }
}
/*--------------------------------------------------------------------------------*/
/*	個人情報保護方針ページ：#privacy */
/*--------------------------------------------------------------------------------*/
#sub-page #privacy p,
#sub-page #privacy ul {
  line-height: 1.8;
  margin-bottom: 0;
}
#sub-page #privacy ul {
  margin-left: 1.2rem;
  text-indent: -1.2rem;
}
#sub-page #privacy #first-view > p {
  color: #323232;
}
#sub-page #privacy > section:not(:last-of-type) {
  margin-bottom: 64px;
}
#sub-page #privacy > section:last-of-type {
  margin-bottom: 0px;
}
#sub-page #privacy section h2 {
  font-size: 1.5rem;
  color: #323232;
  margin-bottom: 8px;
}

/*-------------------- 767px --------------------*/
@media screen and (max-width: 767px) {
  #sub-page #privacy ul {
    margin-left: 1rem;
    text-indent: -1rem;
  }
  #sub-page #privacy > section:not(:last-of-type) {
    margin-bottom: 32px;
  }
  #sub-page #privacy section h2 {
    font-size: 1.2rem;
    margin-left: 1.4rem;
    text-indent: -1.4rem;
  }
}
/*--------------------------------------------------------------------------------*/
/*	サイトマップページ：#site-map */
/*--------------------------------------------------------------------------------*/
#site-map ul {
  line-height: 1.8;
}
#site-map ul li {
  margin-bottom: 16px;
}
#site-map ul li ul {
  margin-top: 16px;
}
#site-map ul li:last-of-type {
  margin-bottom: 0px;
}
#site-map ul .text-hover::after {
  background-color: #323232;
}
#site-map ul .arrow.arrow-right {
  margin-right: 8px;
}
#site-map ul .arrow {
  top: -1px;
}
#site-map ul ul {
  margin-left: 1.2rem;
}

p:has(+ .btn-container.return_top) {
  line-height: 1.8;
}

.btn-container.return_top {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.btn-container.return_top a {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  border: 2px solid #0099ff;
  border-radius: 40px;
  color: #0099ff;
  transition: all 0.3s ease;
  width: 272px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.btn-container.return_top a:hover {
  color: #fff;
}/*# sourceMappingURL=style.css.map */