@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");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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;
}

a[href^=tel] {
  text-decoration: none !important;
  pointer-events: none !important;
}

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: #F28D00;
  --clrOrg-rgb: 242, 141, ;
  --ctopclr: #FFBF18;
  --cBase: #40100A;
  --cBase-rgb: 64, 16, 10;
  --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;
}

* {
  box-sizing: border-box;
}

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

.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;
}

.txtbold {
  font-weight: bold;
}

.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;
  mask-image: url("../../img/common/arrow_circle_md_ico.svg");
  background-color: var(--cBase);
  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;
  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;
  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;
}

.w1040 {
  max-width: 1040px;
  margin: 0 auto;
}

.header_content {
  border-bottom: 1px solid #CCC0B8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9995;
  background: var(--cWhite);
}
.header_content .hamburger {
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
  z-index: 1100;
  height: 65px;
  display: flex;
  background: #6E5340;
  position: absolute;
  right: 0;
  top: 6px;
  width: 80px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header_content .hamburger {
    right: 0;
    width: 50px;
    height: 40px;
    gap: 5px;
  }
}
.header_content .hamburger span {
  width: 35px;
  height: 3px;
  background: #FFFCEB;
  display: block;
  transition: 0.4s ease;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .header_content .hamburger span {
    width: 25px;
  }
}
.header_content .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
.header_content .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header_content .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
@media screen and (max-width: 768px) {
  .header_content .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5.5px, 5.5px);
  }
  .header_content .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .header_content .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5.5px, -5.5px);
  }
}
@media screen and (max-width: 768px) {
  .header_content .hamburger {
    top: 0;
  }
}
.header_content .header-inner {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222222;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_content .header-inner {
    height: 40px;
  }
}
.header_content .header-inner .header-logo-grp {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header_content .header-inner .header-logo-grp {
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
}
.header_content .header-inner .header-logo-grp .header-logo {
  max-width: 150px;
  height: auto;
}
.header_content .header-inner .header-logo-grp .header-logo img {
  width: 100%;
}
.header_content .header-inner .header-logo-grp .header-logo.logo-tokyo img {
  width: 130px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header_content .header-inner .header-logo-grp .header-logo.logo-tokyo img {
    width: 97px;
    display: flex;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header_content .header-inner .header-logo-grp .header-logo.logo-oneday a {
    display: flex;
    height: 20px;
  }
}
.header_content .header-inner .header-logo-grp .header-logo.logo-site img {
  width: 130px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header_content .header-inner .header-logo-grp .header-logo.logo-site img {
    width: 92px;
    display: flex;
    margin-left: 10px;
  }
}
.header_content .header-inner .header-logo-grp .header-logo.logo-oneday img {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .header_content .header-inner .header-logo-grp .header-logo.logo-oneday img {
    height: 20px;
  }
}
.header_content .header-inner .header-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header_content .header-inner .header-nav ul {
    gap: 0;
  }
}
.header_content .header-nav-sp {
  display: none;
  position: absolute;
  top: 80px;
  right: 0;
  background: #FFFCEB;
  border-top: 1px solid #ccc;
  z-index: 1000;
  padding: 30px 15px 50px;
  color: var(--cBase);
  width: 465px;
}
@media screen and (max-width: 768px) {
  .header_content .header-nav-sp {
    width: 100%;
    padding: 20px 15px 30px;
  }
}
.header_content .header-nav-sp .event-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.header_content .header-nav-sp .event-list {
  display: flex;
  padding: 0 15px;
  flex-direction: column;
}
.header_content .header-nav-sp .event-list a {
  font-size: 15px;
  font-weight: bold;
  padding: 14px 0px;
  border-bottom: 1px solid #FEE68D;
}
.header_content .header-nav-sp .event-list a .event-place {
  width: 45px;
  display: inline-block;
  font-weight: bold;
}
.header_content .header-nav-sp .event-list a .event-date {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  margin-right: 35px;
}
.header_content .header-nav-sp .event-list a .event-status {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header_content .header-nav-sp .event-list a .event-status {
    font-size: 12px;
  }
}
.header_content .header-nav-sp .event-list a .event-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  background: #F29500;
}
.header_content .header-nav-sp .event-list a:first-child {
  border-top: 1px solid #FEE68D;
}
.header_content .header-nav-sp .event-list .event-outdated li {
  color: #6E5340;
}
.header_content .header-nav-sp .event-list .event-outdated li:first-child {
  border-top: none;
}
.header_content .header-nav-sp .event-list .event-outdated li .event-status::before {
  background: #B7B7B7;
}
.header_content .header-nav-sp .event-list .event-outdated li .event-place {
  font-weight: 400;
}
.header_content .header-nav-sp .main-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
.header_content .header-nav-sp .main-menu li {
  font-size: 16px;
  font-weight: 700;
}
.header_content .header-nav-sp .header-hum-logo-grp {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header_content .header-nav-sp .header-hum-logo-grp {
    gap: 15px;
    align-items: center;
    flex-direction: row;
  }
}
.header_content .header-nav-sp .header-hum-logo-grp .logo-sigoto img {
  width: 168px;
  height: auto;
}
.header_content .header-nav-sp .header-hum-logo-grp .logo-oneday img {
  width: 130px;
  height: auto;
}
.header_content .header-nav-sp.active {
  display: block;
}

@media screen and (max-width: 768px) {
  .header_content .header-nav-sp {
    top: 40px;
    right: 0;
    left: 0;
    height: 100vh;
  }
  .header_content .header-nav-sp .event-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.notification {
  display: flex;
  gap: 10px;
  padding: 15px 0;
  justify-content: center;
  color: var(--cBase);
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .notification {
    font-size: 15px;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
    margin-top: 50px;
  }
}
.notification .cat {
  background: #FFF9DA;
  width: 70px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.notification .text a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .notification .text a {
    text-align: left;
  }
}
.notification .seemore a::after {
  content: "";
  background: url(../../../assets/img/common/arrow/arrow-right.svg) no-repeat center center;
  display: inline-flex;
  margin-left: 5px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .notification .news-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .notification .news-top .time-date {
    display: flex;
    gap: 15px;
  }
  .notification .news-top .text a {
    text-align: left;
  }
}

#pagetop {
  position: fixed;
  bottom: 80px;
  right: 80px;
}
@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 80px;
    right: 10px;
  }
  #pagetop img {
    width: 45px;
    height: 45px;
  }
}

footer {
  background: #40100A;
  padding: 40px 0 60px;
  color: var(--cWhite);
}
footer .footer-info {
  border: 1px solid var(--cWhite);
  width: 61%;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  footer .footer-info {
    width: 82%;
    font-size: 15px;
  }
}
footer .footer-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 85px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .footer-inner {
    gap: 40px;
  }
}
footer .footer-inner .footer-contacts,
footer .footer-inner .footer-regulation {
  width: 495px;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer-inner .footer-contacts .cont-title {
  font-size: 20px;
  font-weight: 600;
}
footer .footer-inner .footer-contacts .caption {
  font-size: 16px;
}
footer .footer-inner .footer-contacts .contacts {
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  align-items: center;
}
footer .footer-inner .footer-contacts .contacts .tel {
  border: 1px solid var(--cWhite);
  padding: 0 6px;
  border-radius: 4px;
}
footer .footer-inner .footer-contacts .contacts span {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: underline;
}
footer .footer-inner .footer-contacts .cont-caption {
  font-size: 14px;
}
footer .footer-inner .footer-contacts .sns-grp {
  display: flex;
  gap: 5px;
}
footer .footer-inner .footer-contacts .sns-grp a {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-inner .footer-regulation {
  position: relative;
  top: 50px;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-regulation {
    top: 0;
  }
}
footer .footer-inner .footer-regulation .regulation {
  display: flex;
  flex-direction: column;
  text-decoration: underline;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-regulation .regulation {
    font-size: 15px;
  }
}
footer .footer-banners {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .footer-banners {
    gap: 15px 10px;
  }
}
footer .footer-banners .banner {
  width: 250px;
}
@media screen and (max-width: 768px) {
  footer .footer-banners .banner {
    width: 48%;
  }
}
footer .footer-banners .banner a {
  cursor: pointer;
}
footer .footer-banners .banner a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  footer .footer-banners .banner a img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.subtitle {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-family: "Inter", sans-serif;
  color: var(--cBase);
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .subtitle {
    font-size: 14px;
  }
}
.subtitle::before {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 4px;
  background-image: url("../../../assets/img/common/arrow/bow_orh.svg");
  margin-right: 10px;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .subtitle::before {
    width: 10px;
    height: 2px;
    margin-right: 5px;
  }
}

.title {
  font-size: 40px;
  font-weight: 600;
  color: var(--cBase);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.5;
  }
}

.btn {
  width: 335px;
  height: 61px;
  background: #FFBF18;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin: 20px auto;
  box-shadow: 5px 5px 5px 0px rgb(240, 227, 216); /* Soft shadow bottom-right */
  position: relative;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 250px;
    height: 45px;
    margin: 10px auto;
    font-size: 16px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  background-image: url(../../../assets/img/common/arrow/arrow-right01.svg);
  width: 15px;
  height: 15px;
  right: 26px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .btn::after {
    right: 15px;
    width: 10px;
    height: 10px;
    background-image: url(../../../assets/img/common/arrow/arrow-right-sp.svg);
  }
}

.comming-soon {
  width: 100%;
}
.comming-soon .comming-soon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E6E0DA;
  height: 109px;
  border-radius: 20px;
  border: 1px solid #6E5340;
}
@media screen and (max-width: 768px) {
  .comming-soon .comming-soon-inner {
    height: 67px;
    justify-content: left;
  }
}
.comming-soon .comming-soon-inner .comming-soon-title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: var(--cBase);
}
@media screen and (max-width: 768px) {
  .comming-soon .comming-soon-inner .comming-soon-title {
    font-size: 14px;
    margin-left: 20px;
  }
}

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