@charset "UTF-8";
/* //////////////////////////////////////
- reset
////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  list-style: none;
}

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

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

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

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  border-radius: 0;
  border: 0;
  outline: none;
}

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

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  scroll-behavior: smooth;
}

:root {
  --clrOrg: #F28601;
  --clrOrg-rgb: 242, 134, 1;
  --ctopclr: #EB754B;
  --cBase: #000000;
  --cBase-rgb: 128, 112, 104;
  --cWhite: #ffffff;
  --cWhite-rgb: 255, 255, 255;
  --cBlack: #000000;
  --cBlack-rgb: 64, 64, 64;
  --subBlack: #333333;
  --subBlack-rgb: 51, 51, 51;
  --cGray: #999999;
  --baseBack: #EBF0F3;
  --btnblue: #0a0a0a;
  --cError: #F3A98F;
  --clrPink: #E46784;
  --clrBlue: #5678B1;
  --clrGrn: #A1BE2F;
  --clrDgrn: #618771;
  --clrClay: #5EB8BB;
  --clrPurple: #A25EAC;
  --btnbluehover: #4C89B3;
  --btnblackhover: #6F6F6F;
  --textorg: #E6531E;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  color: var(--subBlack);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.latin {
  font-family: "Roboto", sans-serif;
}

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

@media (hover: hover) {
  a.tap_telling {
    pointer-events: none;
  }
}

img {
  vertical-align: bottom;
}

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

.text-center {
  text-align: center;
}

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

.cAlert {
  color: #cf2e2e;
}

@media (hover: hover) {
  .taptel {
    pointer-events: none;
  }
}

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

.pcib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pcib {
    display: none !important;
  }
}

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

.spib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spib {
    display: inline-block !important;
  }
}

.pc_none {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block !important;
  }
}

.sp_none {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

.font-bold {
  font-weight: 500;
}

.indent_txt {
  text-indent: -1em;
  padding-left: 1em;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb56 {
  margin-bottom: 56px;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
  .p15 {
    padding: 0 15px;
  }
}

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

.cf:before {
  content: "";
  display: block;
  clear: both;
}

.cf {
  display: block;
}

.header__trigger {
  z-index: -9999;
}

.btn01 {
  display: inline-flex;
  align-items: center;
  padding: 0.3em 1em;
  border: 1px solid var(--cBase);
  border-radius: 5em;
  background-color: #fff;
  transition: 0.2s;
}
.btn01--fullwidth {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.btn01--h50 {
  height: 50px;
  padding: 0.5em;
}
.btn01 > span {
  padding: 0 0.6em;
  font-size: 14px;
  color: var(--cBase);
  line-height: 1.5;
}
.btn01 > span > b {
  display: block;
  font-size: 12px;
}
.btn01--fontlg > span {
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .btn01--fontlg > span {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .btn01:hover {
    opacity: 0.75;
  }
}
.btn01--ico_article::after {
  content: "→";
  margin-top: -1px;
}
.btn01--ico_alter::before {
  content: url(../../img/common/ico-alter.svg);
  max-height: 20px;
  margin-top: -2px;
}
.btn01--ico_anju::before {
  content: url(../../img/common/ico-anju.svg);
  margin-top: 8px;
}
.btn01--ico_pdf::before {
  content: url(../../img/common/ico-pdf.svg);
  margin-top: -2px;
}
.btn01--arrow_circle_sm::after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../../img/common/arrow_circle_md_ico.svg");
          mask-image: url("../../img/common/arrow_circle_md_ico.svg");
  background-color: var(--cBase);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  width: 20px;
  height: 20px;
  rotate: 90deg;
}
.btn01--arrow_circle_sm::after--white {
  background-color: #fff;
}
.btn01--arrow_circle_md::after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../../img/common/arrow_circle_md_ico.svg");
          mask-image: url("../../img/common/arrow_circle_md_ico.svg");
  background-color: var(--cBase);
  width: 30px;
  height: 30px;
}
.btn01--arrow_circle_md::after--white {
  background-color: #fff;
}

.arrow_circle_md {
  display: inline-block;
  -webkit-mask-image: url("../../img/common/arrow_circle_md_ico.svg");
          mask-image: url("../../img/common/arrow_circle_md_ico.svg");
  background-color: var(--cBase);
  width: 30px;
  height: 30px;
}
.arrow_circle_md--white {
  background-color: #fff;
}

.cms_post_content {
  padding-bottom: 1.6em;
  line-height: 1.8;
}
.cms_post_content h1 {
  font-size: 1.8em;
  margin: 0 0 1em;
  padding: 0;
  height: auto;
}
.cms_post_content h1::before, .cms_post_content h1::after {
  display: none;
}
.cms_post_content h2 {
  font-size: 1.5em;
  margin: 2em 0 1em;
}
.cms_post_content .wp-element-caption {
  font-size: 0.8em;
  text-align: center;
}
.cms_post_content p,
.cms_post_content ul,
.cms_post_content ol {
  margin-bottom: 2em;
}
.cms_post_content p {
  line-height: 1.8;
}
.cms_post_content strong {
  font-weight: 500;
}
.cms_post_content sup {
  font-size: 80%;
  position: relative;
  top: -0.4em;
}
.cms_post_content sub {
  font-size: 80%;
  position: relative;
  bottom: -0.2em;
}
.cms_post_content .has-x-large-font-size {
  font-size: 42px;
}
.cms_post_content .has-large-font-size {
  font-size: 36px;
}
.cms_post_content .has-medium-font-size {
  font-size: 20px;
}
.cms_post_content .has-small-font-size {
  font-size: 13px;
}
.cms_post_content .has-black-color {
  color: #000;
}
.cms_post_content .has-black-background-color {
  background-color: #000;
}
.cms_post_content .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.cms_post_content .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
.cms_post_content .has-white-color {
  color: #fff;
}
.cms_post_content .has-white-background-color {
  background-color: #fff;
}
.cms_post_content .has-pale-pink-color {
  color: #f78da7;
}
.cms_post_content .has-pale-pink-background-color {
  background-color: #f78da7;
}
.cms_post_content .has-vivid-red-color {
  color: #cf2e2e;
}
.cms_post_content .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
.cms_post_content .has-luminous-vivid-orange-color {
  color: #ff6900;
}
.cms_post_content .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
.cms_post_content .has-luminous-vivid-amber-color {
  color: #fcb900;
}
.cms_post_content .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
.cms_post_content .has-light-green-cyan-color {
  color: #7bdcb5;
}
.cms_post_content .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
.cms_post_content .has-vivid-green-cyan-color {
  color: #00d084;
}
.cms_post_content .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
.cms_post_content .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.cms_post_content .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
.cms_post_content .has-vivid-cyan-blue-color {
  color: #0693e3;
}
.cms_post_content .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
.cms_post_content .has-vivid-purple-color {
  color: #9b51e0;
}
.cms_post_content .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
.cms_post_content .is-type-video {
  margin: auto;
  text-align: center;
}
.cms_post_content .is-type-video .wp-block-embed__wrapper {
  max-width: 700px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.cms_post_content .is-type-video iframe {
  width: 100%;
  height: 100%;
}
.cms_post_content a {
  color: #558380;
  text-decoration: underline;
}
.cms_post_content .blog-detail__image img {
  width: 100%;
}
.cms_post_content .page_navi_area .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms_post_content .page_navi_area span,
.cms_post_content .page_navi_area a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #558380;
  border-radius: 50px;
  color: #558380;
  line-height: 1;
  width: 42px;
  height: 42px;
  margin: 0 4px;
}
.cms_post_content .page_navi_area span {
  border: 1px solid #558380;
  background-color: #fff;
  font-weight: normal;
}
.cms_post_content .page_navi_area span.current {
  border: 1px solid #558380;
  background-color: #fff;
  font-weight: normal;
}
.cms_post_content .page_navi_area a {
  border: 1px solid #d9e8e3;
  background-color: #d9e8e3;
}
.cms_post_content .page_navi_area a:hover {
  border: 1px solid #558380;
}

a.wp-block-file__button {
  padding: 0.5em 1em;
  color: #fff;
  text-decoration: none;
}

.title-bar {
  font-size: 16px;
  background: var(--clrOrg);
  color: var(--cWhite);
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .title-bar {
    font-size: 15px;
  }
}

.hover-effect {
  transition: all 0.3s ease;
}
.hover-effect:hover {
  transition: 0.3s;
  opacity: 0.7;
  transform: translate(0, -1px);
}

.w900 {
  max-width: 900px;
  margin: 0 auto;
}

.w1080 {
  max-width: 1080px;
  margin: 0 auto;
}

header.header {
  position: fixed;
  width: 100%;
  z-index: 9997;
}

.header--frontpage .header__inner {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.501860119) 100%);
}

.header_content {
  height: 110px;
}
@media screen and (max-width: 768px) {
  .header_content {
    height: 55px;
  }
}

.header__inner {
  width: 100%;
  transition: background-color 0.4s ease-in, box-shadow 0.4s ease-in;
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 9997;
  background: var(--cWhite);
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-bottom: 0;
  }
}
.header__inner a .logo-image {
  background-size: contain;
  background-repeat: no-repeat;
}
.header__inner a:hover .logo-image {
  transition: background-image 0.3s ease;
  opacity: 0.8;
}
.header__inner.scrolled {
  background-color: #fff;
  box-shadow: 2px 5px 24px -16px #777777;
  color: var(--cBase);
}
.header__inner.scrolled .hum span {
  font-size: 16px;
  background-color: var(--cBase);
}
.header__inner .header__heading_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 34px 0px 50px;
  background-color: transparent;
  height: 110px;
  border-bottom: 1px solid var(--clrOrg);
}
@media screen and (max-width: 768px) {
  .header__inner .header__heading_area {
    padding: 0px 15px 0px;
    height: 55px;
    background: var(--cWhite);
  }
}

.header__logo {
  max-width: 360px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 196px;
  }
}

.header__btns {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.6vw, 20px);
}
@media screen and (max-width: 1140px) {
  .header__btns .header__btns--ig,
  .header__btns .header__btns--fb {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header__btns .header__btns--hum {
    display: none;
  }
}
@media (hover: hover) {
  .header__btns a:hover {
    transition: 0.3s;
    opacity: 0.7;
    transform: translate(0, -1px);
  }
}

.hum {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 8999;
}
@media screen and (min-width: 769px) {
  .hum {
    display: none;
  }
}
.hum span {
  display: inline-block;
  transition: all 0.1s;
  position: absolute;
  height: 2px;
  left: 5px;
  border-radius: 2px;
  background-color: #000000;
  width: 30px;
}
.hum span:nth-of-type(1) {
  top: 8px;
}
.hum span:nth-of-type(2) {
  top: 18px;
}
.hum span:nth-of-type(3) {
  top: 28px;
}

.hum.open {
  background: none;
  border: none;
}
.hum.open span {
  background-color: var(--cBase);
}
.hum.open span:nth-of-type(1) {
  top: 13px;
  left: 7px;
  transform: translateY(6px) rotate(-45deg);
}
.hum.open span:nth-of-type(2) {
  opacity: 0;
}
.hum.open span:nth-of-type(3) {
  top: 25px;
  left: 7px;
  transform: translateY(-6px) rotate(45deg);
}

.header_nav > .btn_grp {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .header_nav > .btn_grp {
    position: absolute;
    bottom: 0px;
    top: auto;
    width: 100%;
  }
}
.header_nav > .btn_grp .cont_btn {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header_nav > .btn_grp .cont_btn {
    justify-content: center;
    z-index: 10;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .header_nav > .btn_grp .cont_btn > li.diff_btn {
    width: 100%;
  }
}
.header_nav > .btn_grp .cont_btn > li.diff_btn a {
  width: 180px;
  height: 40px;
  display: flex;
  gap: 0;
  min-width: 115px;
  align-items: center;
  justify-content: center;
  color: var(--cWhite);
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header_nav > .btn_grp .cont_btn > li.diff_btn a {
    height: 45px;
    width: auto;
    min-width: auto;
  }
}
@media (hover: hover) {
  .header_nav > .btn_grp .cont_btn > li.diff_btn a:hover {
    opacity: 0.8;
  }
}
.header_nav > .btn_grp .cont_btn > li.contbtn a {
  background: linear-gradient(90deg, #FFCE00 -50%, #FF7600 100%);
}
.header_nav > .btn_grp .cont_btn > li.papbtn a {
  background: var(--cBase);
}
.header_nav > .btn_grp .cont_btn > li.pr40 {
  padding-right: 32px;
}
.header_nav ul.header_nav__links {
  display: flex;
  gap: 20px;
  max-width: 100vw;
  margin: 0 auto;
  position: relative;
  right: 0;
  bottom: -33px;
}
@media screen and (max-width: 1140px) {
  .header_nav ul.header_nav__links {
    padding: 0 10px 0 0;
    gap: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header_nav ul.header_nav__links .btn_grp {
    width: 100%;
  }
}
.header_nav ul.header_nav__links > li {
  position: relative;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .header_nav ul.header_nav__links > li {
    font-size: 1.14vw;
  }
}
.header_nav ul.header_nav__links > li > a {
  transition: opacity 0.2s ease-in;
  cursor: default;
}
@media (hover: hover) {
  .header_nav ul.header_nav__links > li > a:hover {
    opacity: 0.8;
    text-decoration: none;
    border-bottom: 4px solid var(--clrOrg);
    padding-bottom: 20px;
  }
}
.header_nav ul.header_nav__links > li > a.active {
  border-bottom: 4px solid var(--clrOrg);
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header_nav ul.header_nav__links > li > a.active {
    border-bottom: 1px solid #999999;
  }
}
.header_nav ul.header_nav__links > li > a b {
  display: inline-block;
  font-weight: 500;
}
.header_nav ul.header_nav__links > li > a > span {
  font-weight: 500;
}
.header_nav ul.header_nav__links > li.has_child {
  transition: translate 0.1s ease-in;
}
.header_nav ul.header_nav__links > li.has_child ul {
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: var(--cWhite);
  border-radius: 3px;
  box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.15);
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  text-align: left;
  width: 100vw;
  height: auto;
  top: 110px;
  text-align: center;
  color: #000000;
}
.header_nav ul.header_nav__links > li.has_child ul .nav_content {
  display: flex;
  background-color: transparent;
  margin: 0 auto;
  justify-content: center;
}
.header_nav ul.header_nav__links > li.has_child ul .nav_content .nav_right_content {
  color: #E6531E;
  background: rgb(var(--clrOrg-rgb), 0.1);
  width: 35%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_nav ul.header_nav__links > li.has_child ul .nav_content .nav_right_content .main_menu {
  font-size: 18px;
  color: var(--cBase);
  padding: 20px;
}
.header_nav ul.header_nav__links > li.has_child ul .nav_content .nav_right_content .main_menu .main_text {
  position: relative;
  display: flex;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.header_nav ul.header_nav__links > li.has_child ul .nav_content .nav_right_content .main_menu .main_text span {
  background-image: url("/facility/assets/img/common/arrows/icon_right_sp.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
}
.header_nav ul.header_nav__links > li.has_child ul .nav_content .nav_right_content .main_menu img {
  width: 340px;
  height: auto;
}
.header_nav ul.header_nav__links > li.has_child ul .nav_content .nav_left_content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 35px;
  padding: 20px;
  width: 65%;
}
.header_nav ul.header_nav__links > li.has_child ul .nav_content .nav_left_content li {
  line-height: 2;
  position: relative;
  width: 220px;
}
.header_nav ul.header_nav__links > li.has_child ul .nav_content .nav_left_content li img {
  width: 70px;
  height: auto;
}
.header_nav ul.header_nav__links > li.has_child ul .nav_content .nav_left_content li .sub_text_detail {
  text-align: left;
}
.header_nav ul.header_nav__links > li.has_child ul .nav_content .nav_left_content li .sub_text_detail .sub_title {
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  letter-spacing: 0;
  line-height: 1.6;
}
.header_nav ul.header_nav__links > li.has_child ul .nav_content .nav_left_content li .sub_text_detail .sub_title p {
  font-size: 10px;
  line-height: 1.8;
  color: var(--cBase);
}
.header_nav ul.header_nav__links > li.has_child ul .nav_content .nav_left_content li span {
  background-image: url("/facility/assets/img/common/arrows/icon_right_sp.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
}
.header_nav ul.header_nav__links > li.has_child:hover > ul, .header_nav ul.header_nav__links > li.has_child ul li:hover > ul, .header_nav ul.header_nav__links > li.has_child:active > ul, .header_nav ul.header_nav__links > li.has_child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
.header_nav ul.header_nav__links > li.has_child ul li > a {
  display: block;
  padding: 0.5em 0;
  transition: 0.2s;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (hover: hover) {
  .header_nav ul.header_nav__links > li.has_child ul li > a:hover {
    opacity: 0.6;
  }
}
.header_nav ul.header_nav__links > li.has_child_document ul {
  min-width: 380px;
}
.header_nav ul.header_nav__links > li.has_child_document ul li:last-child {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: -1;
  }
  .header_nav.open {
    display: block;
  }
  .header_nav .header_nav__inner {
    padding: 25px 15px 80px;
    overflow-y: scroll;
    background-color: var(--cWhite);
    height: 100vh;
  }
  .header_nav .header_nav__sp_btns {
    display: block;
    padding: 12px 0 64px;
    text-align: center;
    color: var(--cBase);
    font-size: 14px;
    font-weight: 500;
  }
  .header_nav .header_nav__sp_btns > a {
    display: block;
    width: 100%;
    max-width: 360px;
    padding: 8px 20px;
    margin: 0 auto;
  }
  .header_nav .header_nav__sp_btns > a img {
    width: 100%;
  }
  .header_nav .header_nav__sp_btns .header_nav__sp_btns--sns a img {
    width: 40px;
    margin: 16px 8px;
  }
  .header_nav .nav-title {
    width: 100%;
    text-align: left;
    padding: 50px 0px;
    color: #000000;
  }
  .header_nav ul.header_nav__links {
    position: relative;
    padding: 0;
    flex-direction: column;
    gap: 0;
  }
  .header_nav ul.header_nav__links > li {
    position: relative;
    width: 100%;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0em;
    font-size: 18px;
    font-weight: 500;
    color: var(--clrOrg);
    margin-bottom: 0px;
  }
  .header_nav ul.header_nav__links > li:last-child {
    border-bottom: 1px solid #CCCCCC;
  }
  .header_nav ul.header_nav__links > li.navlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #999999;
  }
  .header_nav ul.header_nav__links > li.navlist::after {
    content: "";
    right: 8px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../../img/common/arrows/icon_right_sp.svg);
  }
  .header_nav ul.header_nav__links > li.bt-top {
    border-top: 1px solid #CCCCCC;
  }
  .header_nav ul.header_nav__links > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .header_nav ul.header_nav__links > li.has_child > a::after {
    background-image: url(../../img/common/arrows/icon_down.svg);
  }
  .header_nav ul.header_nav__links > li.has_child.expand > a::after {
    background-image: url(../../img/common/arrows/icon_up.svg);
  }
  .header_nav ul.header_nav__links > li > a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0px;
    max-height: 80px;
    transition: 0.2s;
  }
  .header_nav ul.header_nav__links > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    display: inline-block;
    width: 60px;
    height: 60px;
  }
  .header_nav ul.header_nav__links > li > a b {
    display: inline-block;
    font-weight: 500;
  }
  .header_nav ul.header_nav__links > li.has_child > a {
    pointer-events: none;
  }
  .header_nav ul.header_nav__links > li.has_child > a.sp_underline {
    border-bottom: 1px solid #999999;
  }
  .header_nav ul.header_nav__links > li.has_child ul {
    position: relative;
    left: auto;
    bottom: 0;
    transform: translate(0);
    display: none;
    min-height: auto;
    top: 0px;
    box-shadow: none;
    z-index: 4;
    visibility: visible;
    opacity: 1;
    transition: none;
    text-align: left;
    left: 20px;
  }
  .header_nav ul.header_nav__links > li.has_child ul .nav_content {
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 15px 0;
    max-width: 325px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header_nav ul.header_nav__links > li.has_child ul .nav_content {
    max-width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .header_nav ul.header_nav__links > li.has_child ul li {
    width: 100%;
    padding: 15px 0;
    position: relative;
  }
  .header_nav ul.header_nav__links > li.has_child ul li > a {
    padding: 0;
    font-size: 15px;
    transition: 0.2s;
    font-weight: 500;
  }
  .header_nav ul.header_nav__links > li.has_child ul li > a:hover {
    opacity: 0.6;
  }
  .header_nav ul.header_nav__links > li.has_child ul li > a p {
    font-size: 10px;
    font-weight: normal;
  }
  .header_nav ul.header_nav__links > li.has_child ul li > a::after {
    right: 8px;
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../../img/common/arrows/icon_right_sp.svg);
  }
  .header_nav ul.header_nav__links > li.has_child_document ul {
    min-width: auto;
  }
}
@media screen and (min-width: 769px) {
  .header_nav .header_nav__sp_btns {
    display: none;
  }
}
.header_nav .header_nav__text--pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .header_nav .header_nav__text--pc {
    display: none;
  }
}
.header_nav .header_nav__text--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_nav .header_nav__text--sp {
    display: inline-block;
  }
}

footer {
  position: relative;
  color: var(--cWhite);
  background-color: var(--subBlack);
  z-index: 1;
}

.footer__inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 0px 15px 0px;
  }
}
.footer__inner img {
  width: 100%;
}

.footer__flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1140px) {
  .footer__flex {
    flex-direction: column;
  }
}
.footer__flex .footer__ttl {
  flex: 0 1 32%;
  padding-right: 30px;
  border-right: 1px solid #fff;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .footer__flex .footer__ttl {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__flex .footer__ttl {
    padding-right: 0;
  }
}
.footer__flex .footer__ttl > a {
  display: block;
}
.footer__flex .footer__ttl .footer__logo {
  max-width: 480px;
}
.footer__flex .footer__ttl .footer__ttl__address {
  padding: 10px 0 10px;
  font-size: 14px;
}
.footer__flex .footer__ttl .footer__ttl__tel {
  margin-bottom: 8px;
  font-size: 32px;
}
@media (hover: hover) {
  .footer__flex .footer__ttl .footer__ttl__tel {
    pointer-events: none;
  }
}
.footer__flex .footer__ttl .footer__ttl__tel span {
  margin-right: 0.2em;
  font-size: 16px;
}
.footer__flex .footer__ttl .footer__ttl__fax {
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .footer__flex .footer__ttl iframe {
    display: block;
    margin: 0 auto;
  }
}
.footer__flex .footer_links {
  flex: 1;
}
.footer__flex .footer_links .sub_line {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .footer__flex .footer_links .sub_line {
    margin-left: 10px;
  }
}
.footer__flex .footer_links .main_line {
  cursor: pointer;
  padding: 5px 0px;
}
@media screen and (max-width: 768px) {
  .footer__flex .footer_links .main_line {
    font-size: 14px;
    display: flex;
    min-width: 345px;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
    font-weight: bold;
  }
}
.footer__flex .footer_links .main_line::after {
  content: "";
  background-image: url("../../img/common/arrows/icon_down.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  font-size: 14px;
  transition: transform 0.3s ease;
}
.footer__flex .footer_links .right-arrow::after {
  content: "";
  background-image: url("../../img/common/arrows/icon_right_sp.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  font-size: 14px;
  transition: transform 0.3s ease;
}
.footer__flex .footer_links .main_line.active::after {
  transform: rotate(180deg); /* Rotate arrow when active */
}
.footer__flex .footer_links .footer__title {
  display: flex;
  justify-content: center;
  padding: 60px 0px 40px;
}
@media screen and (max-width: 768px) {
  .footer__flex .footer_links .footer__title {
    padding: 40px 0px;
  }
}
.footer__flex .footer_links .footer__title img {
  max-width: 457px;
  height: auto;
}
.footer__flex .footer_links .footer_links__flex {
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .footer__flex .footer_links .footer_links__flex {
    padding: 0;
  }
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  padding: 0 50px 60px;
}
@media screen and (max-width: 768px) {
  .footer__flex .footer_links .footer_links__flex .footer_links__blk {
    padding: 0 0 60px;
    gap: 30px;
    ustify-content: center;
  }
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link {
  min-width: 200px;
  line-height: 1.2;
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link ul {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link ul {
    margin-left: 0;
  }
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link ul .sub_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 19px;
  letter-spacing: 0;
  margin-left: -15px;
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link ul li {
  font-size: 14px;
  margin-top: 15PX;
  color: var(--cGray);
}
@media screen and (max-width: 768px) {
  .footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link ul li {
    color: var(--cWhite);
  }
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk > a {
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .footer__flex .footer_links .footer_links__flex .footer_links__blk > a {
    margin-bottom: 4px;
  }
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link_content .footer_link_btn {
  display: flex;
  gap: 15px;
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link_content .footer_link_btn > a {
  color: var(--cWhite);
  text-decoration: none;
  width: 240px;
  height: 78px;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link_content .footer_link_btn > a {
    width: 140px;
    height: 46px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link_content .footer_link_btn {
    justify-content: center;
  }
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link_content .footer_link_btn .cont {
  background: var(--clrOrg);
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link_content .footer_link_btn .cont:hover {
  background: #EB754B;
  transition: all 0.3s;
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link_content .footer_link_btn .doc {
  background: var(--btnblue);
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link_content .footer_link_btn .doc:hover {
  background: #4C89B3;
  transition: all 0.3s;
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link_content .cont_link {
  display: flex;
  gap: 25px;
  flex-direction: column;
  width: 200px;
  margin-top: 50px;
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link_content .cont_link > a {
  color: var(--cWhite);
  text-decoration: none;
  border-radius: 10px;
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link_content .cont_link > a:hover {
  opacity: 0.7;
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link_content .cont_link > a::after {
  content: "";
  display: inline-flex;
  background-image: url("/facility/assets/img/common/exp_link.svg");
  color: white;
  width: 16px;
  height: 16px;
  margin-left: 20px;
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link_content .logo {
  padding: 60px 0;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .footer__flex .footer_links .footer_links__flex .footer_links__blk .footer_link_content .logo {
    padding: 40px 0 80px;
  }
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .link_sm {
  margin-top: -16px;
  margin-bottom: 16px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer__flex .footer_links .footer_links__flex .footer_links__blk .link_sm {
    display: none;
  }
}
.footer__flex .footer_links .footer_links__flex .footer_links__blk .link_contact {
  margin-bottom: 32px;
}

.footer_privacy_menu {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer_privacy_menu {
    font-size: 12px;
    flex-wrap: wrap;
  }
}
.footer_privacy_menu li {
  padding: 0 15px;
}
.footer_privacy_menu li:first-child {
  padding-left: 0;
}
.footer_privacy_menu li:last-child {
  padding-right: 0;
}
.footer_privacy_menu li:nth-child(2), .footer_privacy_menu li:nth-child(3) {
  border-left: 1px solid #666666;
}
@media screen and (max-width: 768px) {
  .footer_privacy_menu li {
    margin: 10px 0px;
  }
  .footer_privacy_menu li:nth-child(3) {
    border-left: none;
    padding: 0;
  }
}

.footer_copyrights {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  padding: 20px 0;
  border-top: 1px solid #666666;
}
@media screen and (max-width: 768px) {
  .footer_copyrights {
    justify-content: center;
    padding: 15px 0px;
    flex-wrap: wrap;
    gap: 30px;
    border-top: none;
  }
}
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
#pagetop a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: var(--cBase);
  border: 1px solid #fff;
  transition: all 0.3s;
  cursor: pointer;
}
#pagetop a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 24px;
  height: 14px;
  background-color: #fff;
  -webkit-mask-image: url("../../img/common/arrow_line.svg");
  mask-image: url("../../img/common/arrow_line.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

#pagetop.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#pagetop.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.top_contents .breadcrumb {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px 0;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .top_contents .breadcrumb {
    font-size: 10px;
    margin-bottom: 0;
  }
}
.top_contents .breadcrumb a {
  margin-right: 5px;
}
.top_contents .breadcrumb span {
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}
@media screen and (max-width: 768px) {
  .top_contents .breadcrumb span {
    font-size: 10px;
  }
}

.container .main_contents {
  padding-bottom: 100px;
}

.hero_content .m60 {
  margin-top: 50px;
  margin-bottom: 60px;
}
.hero_content .title_grp {
  line-height: 1.2;
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .hero_content .title_grp {
    padding: 40px 0 15px;
  }
}
.hero_content .title_grp .title {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--clrOrg);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .hero_content .title_grp .title {
    font-size: 14px;
  }
}
.hero_content .title_grp .heading {
  font-size: 52px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .hero_content .title_grp .heading {
    font-size: 32px;
  }
}
.hero_content .title_grp .heading span {
  font-weight: 200;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .hero_content .title_grp .heading span {
    font-size: 18px;
  }
}
.hero_content .description_grp .description {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .hero_content .description_grp .description {
    font-size: 18px;
  }
}
.hero_content .description_grp .details {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .hero_content .description_grp .details {
    font-size: 14px;
  }
}

.common_faq {
  background: linear-gradient(90deg, #ff7600 0%, #ffcf03 100%);
  padding: 100px 0px;
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .common_faq {
    padding: 60px 0px;
    margin-top: 80px;
  }
}
.common_faq .common_faq_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  color: var(--cWhite);
}
@media screen and (max-width: 768px) {
  .common_faq .common_faq_inner {
    gap: 20px;
  }
}
.common_faq .common_faq_inner .common_faq_title {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .common_faq .common_faq_inner .common_faq_title {
    font-size: 18px;
  }
}
.common_faq .common_faq_inner .common_faq_btn {
  color: var(--clrOrg);
  font-size: 18px;
  font-weight: 500;
  background: var(--cWhite);
  width: 520px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .common_faq .common_faq_inner .common_faq_btn {
    font-size: 14px;
    width: 300px;
    height: 50px;
  }
}
.common_faq .common_faq_inner .common_faq_btn span {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .common_faq .common_faq_inner .common_faq_btn span {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

.footer_btn_grp {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--cWhite);
  padding: 120px 0px 140px;
}
@media screen and (max-width: 768px) {
  .footer_btn_grp {
    padding: 60px 0px 130px;
  }
}
.footer_btn_grp li.diff_btn a {
  width: 400px;
  height: 80px;
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  color: var(--cWhite);
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer_btn_grp li.diff_btn a {
    width: 300px;
    height: 45px;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .footer_btn_grp li.diff_btn a:hover {
    opacity: 0.8;
  }
}
.footer_btn_grp > li.contbtn a {
  background: linear-gradient(90deg, #ffcf03 -80%, #ff7600 100%);
}
.footer_btn_grp > li.papbtn a {
  background: var(--subBlack);
}

.accordion {
  border-top: 1px solid var(--cGray);
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid var(--cGray);
}

.accordion-header {
  color: var(--clrOrg);
  font-size: 16px;
  font-weight: 500;
  padding: 30px 20px;
  cursor: pointer;
  text-align: left;
  font-weight: 500;
  position: relative;
}
.accordion-header::after {
  content: "";
  background-image: url(/facility/assets/img/common/arrows/line_down.svg);
  position: absolute;
  right: 27px;
  top: 45%;
  width: 16px;
  height: 9px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .accordion-header::after {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-header {
    font-size: 14px;
    padding: 20px 15px;
  }
}

.accordion-header.active::after {
  transform: rotate(180deg); /* Rotate arrow when active */
  transition: transform 0.3s ease;
}

.accordion-content {
  display: none;
  background: white;
}
.accordion-content .inner-content {
  font-family: 16px;
  margin-bottom: 60px;
}
.accordion-content .inner-content .title-bar {
  margin-bottom: 0px;
}
.accordion-content .inner-content .title-cap {
  font-size: 14px;
  text-align: right;
  padding: 10px 0px;
}
.accordion-content .inner-content .top_undrl {
  border-top: 1px solid #707070;
}
.accordion-content .inner-content ul li {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .accordion-content .inner-content ul li {
    gap: 0px;
    flex-direction: column;
  }
}
.accordion-content .inner-content ul li .left {
  width: 200px;
  height: auto;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  background: #EBF0F3;
}
@media screen and (max-width: 768px) {
  .accordion-content .inner-content ul li .left {
    width: 100%;
    height: 45px;
    font-size: 14px;
    padding-left: initial;
    justify-content: center;
    border-bottom: 1px solid #707070;
  }
}
.accordion-content .inner-content ul li .right {
  font-weight: 300;
  padding: 20px 0px;
}
@media screen and (max-width: 768px) {
  .accordion-content .inner-content ul li .right {
    font-size: 14px;
    padding: 15px;
  }
}
.accordion-content .inner-content ul li .right ul li {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .accordion-content .inner-content ul li .right ul li {
    font-size: 14px;
  }
}
.accordion-content .content-kensu .right ul,
.accordion-content .content-zirei .right ul {
  position: relative;
}
.accordion-content .content-kensu .right ul li,
.accordion-content .content-zirei .right ul li {
  align-items: center;
  gap: 5px;
}
.accordion-content .content-kensu .right ul li::before,
.accordion-content .content-zirei .right ul li::before {
  content: "";
  background-color: var(--clrOrg);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .accordion-content .content-kensu .right ul li::before,
  .accordion-content .content-zirei .right ul li::before {
    top: 10px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .accordion-content .content-kensu .right ul li,
  .accordion-content .content-zirei .right ul li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}

.cart_category_list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cart_category_list .cart_category {
  font-size: 12px;
  color: var(--cWhite);
  font-weight: 500;
  text-align: center;
  height: 30px;
  width: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.cart_category_list .work_style {
  background-color: var(--clrOrg);
}
.cart_category_list .office {
  background-color: var(--clrPink);
}
.cart_category_list .ict {
  background-color: var(--clrBlue);
}
.cart_category_list .acting {
  background-color: var(--clrClay);
}
.cart_category_list .column {
  background-color: var(--clrGrn);
}
.cart_category_list .corona {
  background-color: var(--clrDgrn);
}
.cart_category_list .meeting {
  background-color: var(--clrPurple);
}

.pre-next_nav {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 82px 0px 0px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .pre-next_nav {
    gap: 10px;
    justify-content: center;
  }
}
.pre-next_nav a .pre_details,
.pre-next_nav a .next_details {
  display: flex;
  padding: 30px;
  background: #EBF0F3;
  width: 520px;
  gap: 20px;
}
.pre-next_nav a .pre_details img,
.pre-next_nav a .next_details img {
  width: 210px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .pre-next_nav a .pre_details,
  .pre-next_nav a .next_details {
    width: 300px;
    gap: 10px;
    padding: 15px;
  }
  .pre-next_nav a .pre_details img,
  .pre-next_nav a .next_details img {
    width: 110px;
    height: auto;
  }
  .pre-next_nav a .pre_details .title,
  .pre-next_nav a .next_details .title {
    font-size: 12px;
  }
}
.pre-next_nav a .next,
.pre-next_nav a .pre {
  font-size: 20px;
  font-weight: 500;
  color: var(--cWhite);
  background: var(--clrOrg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pre-next_nav a .next,
  .pre-next_nav a .pre {
    font-size: 14px;
    height: 50px;
  }
}
.pre-next_nav a .pre::after {
  content: "";
  background-image: url(/facility/assets/img/common/arrows/icon_white_left.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .pre-next_nav a .pre::after {
    width: 20px;
    height: 20px;
    background-image: url(/facility/assets/img/common/arrows/icon_white_left_sp.svg);
    left: 15px;
  }
}
.pre-next_nav a .next::after {
  content: "";
  background-image: url(/facility/assets/img/common/arrows/icon_white_right.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .pre-next_nav a .next::after {
    width: 20px;
    height: 20px;
    background-image: url(/facility/assets/img/common/arrows/icon_white_right_sp.svg);
    right: 15px;
  }
}
.pre-next_nav .pre_details {
  justify-content: flex-start;
}
.pre-next_nav .next_details {
  justify-content: flex-end;
}

.list_btn {
  font-size: 20px;
  font-weight: 500;
  color: var(--cWhite);
  background: var(--subBlack);
  width: 520px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 130px;
  margin-top: 30px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.list_btn::after {
  content: "";
  background-image: url(/facility/assets/img/common/arrows/icon_right.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .list_btn {
    width: 300px;
    height: 50px;
    font-size: 14px;
    margin-bottom: 60px;
    margin-top: 0px;
  }
  .list_btn::after {
    width: 20px;
    height: 20px;
    right: 15px;
    background-image: url(/facility/assets/img/common/arrows/icon_right_sp.svg);
  }
}

/* Modal Background */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(153, 153, 153, 0.8);
  /* Modal Box */
  /* Close Button */
}
.modal .modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 80px;
  border-radius: 10px;
  width: 1000px;
  height: 560px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal .modal-content {
    width: 345px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
  }
}
.modal .modal-content .modal-details {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-details {
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    max-height: 80vh;
    height: 100%;
    overflow: scroll;
  }
}
.modal .modal-content .modal-details .main-img img {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-details .main-img img {
    width: 305px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.modal .modal-content .modal-details .modal-inner-details {
  text-align: left;
}
.modal .modal-content .modal-details .modal-inner-details #modalTitle {
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-details .modal-inner-details #modalTitle {
    font-size: 20px;
  }
}
.modal .modal-content .modal-details .modal-inner-details #modalSubtitle {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-details .modal-inner-details #modalSubtitle {
    font-size: 14px;
  }
}
.modal .modal-content .modal-details .modal-inner-details #modalBody {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-details .modal-inner-details #modalBody {
    font-size: 14px;
  }
}
.modal .modal-content .modal-details .modal-inner-details hr {
  border-top: 1px solid var(--subBlack);
  margin: 20px 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-details .modal-inner-details hr {
    margin: 15px 0;
  }
}
.modal .close-btn {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal .close-btn {
    top: -15px;
    right: -15px;
  }
}

@media screen and (max-width: 768px) {
  .mv_wrapper {
    margin-bottom: 47px;
  }
}
.mv_wrapper .mv_img {
  width: 100%;
}
.mv_wrapper .mv_intro {
  background-color: #FFF;
  max-width: 792px;
  width: 100%;
  margin: -101px auto 0;
  z-index: 2;
  position: relative;
  padding: 43px 50px;
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .mv_wrapper .mv_intro {
    width: calc(100vw - 30px);
    padding: 25px 30px;
    margin-top: -41px;
  }
}
.mv_wrapper .mv_intro h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .mv_wrapper .mv_intro h2 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.mv_wrapper .mv_intro .intro_text {
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .mv_wrapper .mv_intro .intro_text {
    font-size: 14px;
    line-height: 28px;
  }
}
.mv_wrapper .mv_intro .list_btn {
  margin: 46px auto 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mv_wrapper .mv_intro .list_btn {
    font-size: 14px;
    margin-top: 16px;
    width: 100%;
  }
}

.common_2c_wrapper .common_2c {
  margin-bottom: 154px;
}
.common_2c_wrapper .common_2c:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c:last-of-type {
    margin-bottom: 154px;
  }
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c {
    padding-right: 15px;
    margin-bottom: 180px;
  }
}
.common_2c_wrapper .common_2c .common_2c_title_outer {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_title_outer {
    padding-left: 15px;
    margin-bottom: 1px;
  }
}
.common_2c_wrapper .common_2c .common_2c_title_outer p:first-of-type {
  font-size: 16px;
  color: #F28601;
  font-weight: 500;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_title_outer p:first-of-type {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.common_2c_wrapper .common_2c .common_2c_title_outer p:last-of-type {
  font-size: 52px;
  font-weight: 200;
  font-family: "Poppins", Noto Sans JP, sans-serif;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_title_outer p:last-of-type {
    font-size: 32px;
    line-height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_title_outer span {
    font-family: "Poppins", Noto Sans JP, sans-serif;
    font-size: 29px;
    font-weight: 200;
  }
}
.common_2c_wrapper .common_2c .common_2c_inner {
  background-color: #EBF0F3;
  display: flex;
  padding-left: calc((100vw - 1080px) / 2);
  padding-top: 80px;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_inner {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 245px;
    padding-top: 40px;
  }
}
.common_2c_wrapper .common_2c .common_2c_inner::after {
  content: "";
  height: 100%;
  width: calc((100vw - 1080px) / 2);
  right: 0;
  top: 0;
  background-color: #FFF;
  position: absolute;
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_info {
  max-width: 520px;
  width: 100%;
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_title {
  padding-top: 3px;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_title {
    margin-bottom: 15px;
  }
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_title p {
  color: #F28601;
  line-height: 1;
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_title p:first-of-type {
  font-size: 16px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_title p:first-of-type {
    font-size: 14px;
    margin-bottom: 13px;
  }
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_title p:last-of-type {
  font-size: 40px;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_title p:last-of-type {
    font-size: 26px;
    letter-spacing: 0px;
  }
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_sub_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_sub_title {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_description {
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_description {
    font-size: 14px;
    line-height: 28px;
  }
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_link {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_link {
    margin-top: 25px;
  }
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_link a {
  border-top: 1px solid #707070;
  width: 100%;
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_link a {
    font-size: 15px;
    padding: 15px 0;
  }
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_link a:last-of-type {
  border-bottom: 1px solid #707070;
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_link a::after {
  content: "";
  background-image: url(/facility/assets/img/common/arrows/icon_right.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_link a::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .common_2c_link a:hover {
  opacity: 0.7;
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .list_btn {
  width: 100%;
  margin: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_inner .common_2c_info .list_btn {
    width: 80vw;
    margin: 40px auto 0;
    position: relative;
    left: 7.5px;
  }
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_img {
  position: relative;
  margin-left: 90px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_inner .common_2c_img {
    margin-left: 0;
    margin-top: 40px;
  }
}
.common_2c_wrapper .common_2c .common_2c_inner .common_2c_img img {
  position: absolute;
  width: 650px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c .common_2c_inner .common_2c_img img {
    width: 345px;
    left: auto;
    right: -30px;
  }
}
.common_2c_wrapper .common_2c.common_2c_02 {
  margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c.common_2c_02 {
    margin-bottom: 175px;
  }
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c.common_2c_02 .common_2c_inner {
    padding-top: 56px;
  }
}
.common_2c_wrapper .common_2c.common_2c_02 .common_2c_inner .common_2c_info .common_2c_sub_title {
  font-size: 24px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .common_2c_wrapper .common_2c.common_2c_02 .common_2c_inner .common_2c_info .common_2c_sub_title {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 13px;
  }
}

.target {
  padding: 20px 0 100px;
}
@media screen and (max-width: 768px) {
  .target {
    padding: 10px 0 60px;
  }
}
.target .target_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.target .target_lists li {
  width: 208px;
  height: auto;
  background: var(--cWhite);
}
@media screen and (max-width: 768px) {
  .target .target_lists li {
    width: 108px;
  }
}
.target .target_lists li .target_icon img {
  width: 208px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .target .target_lists li .target_icon img {
    width: 108px;
  }
}
.target .target_lists li .target_caption {
  background: rgb(var(--clrOrg-rgb), 0.1);
  color: var(--clrOrg);
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .target .target_lists li .target_caption {
    font-size: 10px;
    padding: 2px 0 4px;
  }
}
.target .list_btn {
  margin-top: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .target .list_btn {
    margin-top: 40px;
  }
}

#post_container .ttlarea--base {
  background: #ffffff;
}
#post_container .ttlarea__ttl h2 {
  color: #E6531E;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 60px;
}
#post_container .ttlarea__ttl h2 span {
  font-size: 16px;
  color: var(--cBase);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #post_container .ttlarea__ttl {
    padding: 130px 20px 110px;
  }
  #post_container .ttlarea__ttl h2 {
    font-size: 30px;
  }
  #post_container .ttlarea__ttl span {
    font-size: 12px;
  }
}
#post_container .container--base .news_single {
  padding: 150px 210px;
  background: #F3F5F7;
}
#post_container .container--base .filter_form {
  display: flex;
  align-items: center;
  gap: 10px;
}
#post_container .container--base .filter_form .fields {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 30px;
}
#post_container .container--base .filter_form .fields input[type=text],
#post_container .container--base .filter_form .fields input[type=number] {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
#post_container .container--base .filter_form .fields select {
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #ccc;
  min-width: 318px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(../../img/news/icon_arrow.svg);
  background-size: 12px 6px;
  background-repeat: no-repeat;
  background-position: center right 25px;
  color: #000000;
}
#post_container .container--base .filter_form .fields select::after {
  content: "⌄";
  font-size: 30px;
  line-height: 23px;
  padding-right: 2px;
}
#post_container .container--base .filter_form .fields label {
  font-size: 16px;
  font-weight: 600;
}
#post_container .container--base .filter_form label {
  font-size: 16px;
  font-weight: 600;
}
#post_container .container--base .filter_form input {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
#post_container .container--base .filter_form button {
  padding: 10px 20px;
  border-radius: 5px;
  background: var(--cPrimary);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
#post_container .container--base .news_lists {
  padding: 100px 0;
}
#post_container .container--base .news_lists .news_item {
  background: #F3F5F7;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#post_container .container--base .news_lists .news_item .news_item__left {
  width: 100%;
  display: flex;
  gap: 20px;
}
#post_container .container--base .news_lists .news_item a {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 25px;
  padding: 40px;
}
#post_container .container--base .news_lists .news_item .news_item__category {
  font-size: 14px;
  color: var(--cWhite);
  background: var(--clrOrg);
  font-weight: 400;
  text-align: center;
  padding: 0 10px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #post_container .container--base .news_lists .news_item .news_item__category {
    font-size: 12px;
    padding: 0 5px;
    line-height: 1.6;
    margin-left: 15px;
  }
}
#post_container .container--base .news_lists .news_item .news_item__right a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  padding: 0;
}
#post_container .container--base .news_lists .news_item .news_item__right a.external_icon {
  max-width: 20px;
}
#post_container .container--base .news_lists .news_item .news_item__right a.pdf_icon {
  max-width: 40px;
}
#post_container .container--base .news_lists .news_item .news_item__right a img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #post_container .container--base .news_lists .news_item .news_item__right a {
    padding: 0 0 20px;
    justify-content: flex-end;
  }
}
#post_container .container--base .news_single .news_single__category {
  font-size: 14px;
  color: var(--cWhite);
  background: var(--clrOrg);
  font-weight: 400;
  text-align: center;
  padding: 0 10px;
  margin-left: 30px;
}
#post_container .container--base .news_single .news_single__ttl {
  font-size: 28px;
}
#post_container .container--base .news_single .wp-block-image {
  display: flex;
  justify-content: center;
}
#post_container .container--base .news_single .news_single__btnarea {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#post_container .container--base hr {
  margin: 3em 0;
}
@media screen and (max-width: 768px) {
  #post_container .container--base {
    padding-top: 0;
  }
  #post_container .container--base .filter_form .fields {
    gap: 10px;
  }
  #post_container .container--base .filter_form .fields select {
    width: 100%;
    color: #000000;
  }
  #post_container .container--base .news_single {
    padding: 60px 20px;
  }
  #post_container .container--base .news_single .news_single__btnarea {
    gap: 20px;
  }
  #post_container .container--base img {
    width: 100%;
  }
  #post_container .container--base .news_lists {
    padding: 50px 0;
  }
  #post_container .container--base .news_lists .news_item {
    padding: 0;
  }
  #post_container .container--base .news_lists .news_item a {
    flex-direction: column;
    gap: 0;
    padding: 20px 20px 40px;
  }
  #post_container .container--base .news_lists .news_item a .news_item_titles {
    display: flex;
    gap: 0;
    align-items: center;
  }
  #post_container .container--base .news_lists .news_item .news_item__left {
    flex-direction: column;
  }
}

.ttlarea--base {
  background-size: cover;
}
.ttlarea--base .ttlarea__ttl {
  max-width: 1080px;
  margin: 0 auto;
  padding: 224px 0px 24px;
}
@media screen and (max-width: 768px) {
  .ttlarea--base .ttlarea__ttl {
    padding: 180px 20px 20px;
  }
}
.ttlarea--base .ttlarea__ttl h2 {
  color: var(--clrOrg);
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ttlarea--base .ttlarea__ttl h2 span {
  font-size: 16px;
  color: var(--cBase);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ttlarea--base .ttlarea__ttl h2 {
    font-size: 24px;
  }
  .ttlarea--base .ttlarea__ttl h2 span {
    font-size: 12px;
  }
}

.container--base {
  max-width: 1320px;
  padding: 60px 20px;
  margin: 0 auto;
}

.container--fullWidth {
  width: 100%;
  margin: 0 auto;
}

/* Title styling similar to the orange underline effect */
.top_main_title {
  font-size: 2.5em;
  color: #333;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.top_main_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #E6531E;
}

.top_info {
  padding-bottom: 100px;
}
.top_info .top_info_header {
  font-size: 20px;
  font-weight: 500;
  padding: 40px 0px;
}
.top_info ul {
  padding-bottom: 40px;
}/*# sourceMappingURL=style.css.map */