@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// タグ初期値 ////////////////// */
.text-center {
  text-align: center;
}

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

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

.flex {
  display: flex;
}
.flex.align-items-center {
  align-items: center;
}
.flex.reverse {
  flex-direction: row-reverse;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0 !important;
}

small {
  font-size: 80%;
}

.pc_only,
.sp_only {
  display: none !important;
}

a:not([href]) {
  cursor: none;
  pointer-events: none;
}
a:not([href]):hover {
  opacity: 1;
}

.pc_only,
.sp_only {
  display: none;
}

.top .ttl h2 img {
  margin-bottom: 10px;
}
.top .ttl span {
  display: block;
  font-size: 30px;
}

body.home section.news .inner {
  padding: 80px 40px;
  gap: 100px;
}

body.home section.news .ttl {
  margin-right: 0;
  text-align: left;
}

.square_btn {
  width: 100%;
  padding: 10px 10px;
  max-width: 360px;
}
.square_btn.long_btn {
  max-width: 500px;
}

body.home section.news .news_list_wrap {
  height: auto;
}

.news_info {
  display: flex;
  gap: 20px;
}
.news_info .category {
  background-color: #FFEEB7;
  padding: 0 10px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 90%;
  display: flex;
  align-items: center;
}

/* ***************************************************
 PARTS
*************************************************** */
header.is-fixed {
  translate: 0 0;
}

header .global_list {
  gap: 20px;
}

.global_list li {
  position: relative;
}
.global_list li ul.menuSub {
  position: absolute;
  padding: 0;
  display: none;
  width: 260px;
  background-color: #fff;
}
.global_list li ul.menuSub li {
  border-bottom: 1px solid #454545;
  padding-left: 10px;
}
.global_list li ul.menuSub li a {
  padding: 0 10px;
  padding: 5px;
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 1.4em;
}
.global_list li ul.menuSub li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.global_list li ul.menuSub li a:hover {
  background: #FFCA7B;
}

header .global_list li + li {
  margin-left: 0;
}

footer {
  padding: 60px 0px;
}
footer .footer_container {
  display: flex;
  justify-content: space-between;
}
footer .footer_external_link {
  display: flex;
  gap: 15px;
}
footer .footer_external_link .sns_list {
  display: flex;
  gap: 15px;
}
footer .footer_external_link .sns_list li {
  width: 20px;
  height: auto;
}
footer .footer_external_link .lang_list {
  display: flex;
}
footer .footer_external_link .lang_list a {
  text-decoration: none;
}
footer .footer_external_link .lang_list li {
  padding-right: 7px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
footer .footer_external_link .lang_list li::after {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
footer .footer_external_link .lang_list li:last-of-type::after {
  content: none;
}
footer .copyright {
  margin-top: 56px;
}

.f_global_nav_container {
  display: flex;
  gap: 50px;
}

.f_global_list > li {
  margin-bottom: 10px;
}
.f_global_list li {
  font-size: 16px;
  font-weight: bold;
}
.f_global_list li a {
  text-decoration: none;
}
.f_global_list li > ul li {
  padding-left: 1em;
  font-weight: normal;
  margin-top: 5px;
}

main .page {
  padding: 160px 0 120px;
}

.page_ttl {
  font-family: "superclarendon", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 60px;
}
.page_ttl span {
  font-family: initial;
  font-size: 20px;
  display: block;
}

.page_contents_wrap {
  background-color: #fff;
  padding: 80px 40px;
}

.page section.news .news_list_wrap {
  background: #fff;
  padding: 80px 40px;
}
.page section.news .news_list_wrap p {
  word-break: break-all;
}

.page section.news .category_list_wrap {
  margin-bottom: 25px;
}
.page section.news .category_list_wrap .category_list {
  display: flex;
  align-items: center;
  gap: 25px;
}
.page section.news .category_list_wrap .category_list a {
  text-decoration: none;
}

.page section.news .news_list {
  border-top: clamp(0.6588579795px, 0.0732064422vw, 1px) solid #000;
  border-bottom: clamp(0.6588579795px, 0.0732064422vw, 1px) solid #000;
}
.page section.news .news_list li + li {
  border-top: clamp(0.6588579795px, 0.0732064422vw, 1px) solid #000;
}
.page section.news .news_list .date {
  font-weight: bold;
}
.page section.news .news_list .txt {
  display: block;
  letter-spacing: 0.07em;
  position: relative;
}
.page section.news .news_list .txt::before, .page section.news .news_list .txt::after {
  content: "";
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.page section.news .news_list .txt::before {
  width: clamp(14.494875549px, 1.6105417277vw, 22px);
  height: clamp(14.494875549px, 1.6105417277vw, 22px);
  right: clamp(-30px, -2.196193265vw, -19.7657393851px);
  background: #000;
  border-radius: 50%;
}
.page section.news .news_list .txt::after {
  width: clamp(7.9063px, 0.878477vw, 12px);
  height: clamp(9.88287px, 1.0981vw, 15px);
  right: clamp(-26px, -1.90337vw, -17.1303px);
  mask-image: url(../img/icon_arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #fff;
  mask-position: center center;
}

.page section.news .news_list a {
  padding: clamp(13.8360175695px, 1.5373352855vw, 21px) clamp(39.5314787701px, 4.39238653vw, 60px) clamp(13.8360175695px, 1.5373352855vw, 21px) clamp(13.17715959px, 1.4641288433vw, 20px);
  display: block;
  text-decoration: none;
}

section.single h3 {
  font-size: 24px;
  padding-left: 1em;
  margin-bottom: 20px;
  border-bottom: 2px solid #e6c666;
  position: relative;
  line-height: 2.6;
}
section.single h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 70%;
  background-color: #e6c666;
}
section.single .single_contents {
  margin-bottom: 80px;
}

/* ***************************************************
 SP
*************************************************** */
@media (max-width: 850px) {
  header .global_list {
    margin: min(20.5128205128vw, 71.7948717949px);
  }
  .global_list li {
    position: relative;
  }
  .global_list li .menuSub_head {
    display: none;
  }
  .global_list li ul.menuSub {
    display: block;
    width: 100%;
    background-color: #fff;
    position: static;
  }
  .global_list li ul.menuSub li {
    padding: 0;
    border-bottom: none;
  }
  .global_list li ul.menuSub li a {
    padding: 0;
    display: block;
    position: relative;
    padding-left: 0;
  }
  .global_list li ul.menuSub li a::before {
    content: none;
  }
  .global_list li ul.menuSub li a:hover {
    background: none;
  }
  footer {
    padding: 40px 0px;
  }
  footer .footer_container {
    display: block;
  }
  footer .logo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  footer .logo img {
    max-width: 100px;
  }
  footer .footer_external_link {
    justify-content: center;
  }
  footer .f_global_nav_container {
    display: block;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  body.home section.news .inner {
    padding: 80px 0px;
  }
  body.home section.news .ttl {
    text-align: center;
  }
  body.home section.news .ttl h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .top .ttl span {
    text-align: center;
  }
  body.home section.news .news_list_wrap {
    margin-bottom: 40px;
  }
  .news_info {
    display: flex;
    gap: 10px;
  }
  main .page {
    padding: 120px 0 80px;
  }
  .page_ttl h2 {
    font-size: 28px;
  }
  .page_ttl span {
    font-size: 18px;
  }
  .page_contents_wrap {
    padding: 60px 20px;
  }
  .page section.news .news_list_wrap {
    padding: 80px 20px;
    background-color: #fff;
  }
  .page section.news .news_list a {
    font-size: min(3.5897435897vw, 17.9487179487px);
    line-height: 1.5;
  }
  .page section.news .news_list .news_info {
    margin-bottom: 10px;
  }
  .page section.news .news_list .news_info .date {
    font-weight: bold;
  }
  section.single h3 {
    font-size: 20px;
  }
  section.single .single_contents {
    margin-bottom: 40px;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media (min-width: 768px) {
  .pc_only {
    display: block !important;
  }
  .pc_flex {
    display: flex;
  }
  .pc_flex.align-items-center {
    align-items: center;
  }
  .pc_flex.justify-content-center {
    justify-content: center;
  }
  .pc_flex.justify-content-between {
    justify-content: space-between;
  }
  .pc_flex.flex-end {
    justify-content: flex-end;
  }
  .pc_text-center {
    text-align: center;
  }
}/*# sourceMappingURL=main.css.map */