@charset "UTF-8";
@font-face {
  font-family: "Brother1816";
  src: url(../font/Brother1816-Regular.woff2) format("woff2");
  font-display: swap;
  font-weight: normal;
}
@font-face {
  font-family: "Brother1816";
  src: url(../font/Brother1816-Bold.woff2) format("woff2");
  font-display: swap;
  font-weight: bold;
}
html {
  font-size: 62.5%;
}

body {
  line-height: 1.7;
}

blockquote, q {
  quotes: none;
}

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

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

h2 {
  font-size: 3rem;
  letter-spacing: 3.9px;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

p, li, th, td, a, dt, dd, label {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}

a:hover {
  opacity: 0.75;
  cursor: pointer;
}

button {
  font-size: 1.7rem;
  line-height: 1.7rem;
  letter-spacing: 5.1px;
  color: #707070;
}

label {
  display: block;
}

input,
textarea,
button {
  border: none;
}

input,
textarea {
  width: 100%;
}

button:hover {
  opacity: 0.75;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
    letter-spacing: 2.6px;
  }
  h3 {
    font-size: 1.6rem;
  }
  p, ul, ol, li, th, td, a, dt, dd {
    font-size: 1.2rem;
  }
  label, button {
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 4.2px;
  }
}
.outer-wrapper {
  max-width: 1960px;
  width: 100%;
  margin: 0 auto;
}

.wrapper {
  max-width: 1960px;
  padding-right: 50px;
  padding-left: 50px;
  width: 100%;
  margin: 0 auto;
}

.inner-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
header {
  padding: 16px 40px 0 56px;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header .header {
  display: flex;
}
header .header .header-icon {
  display: block;
  padding-right: 65px;
}
header .header .header-icon a {
  display: inline-block;
  height: 58px;
  width: 66px;
}
header .header .header-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .header .header-nav .nav-left {
  padding-top: 18px;
}
header .header .header-nav .nav-left ul {
  gap: 30px;
}
header .header .header-nav .lang-link {
  line-height: 24px;
  padding-top: 16px;
  position: relative;
}
header .header .header-nav .lang-link p {
  display: inline-block;
  vertical-align: text-bottom;
}
header .header .header-nav .lang-link picture {
  display: inline-block;
}
header .header .header-nav .lang-link picture img {
  height: auto;
}
header .header .header-nav .lang-link ul {
  display: none;
  padding: 5px 14px 30px;
  background-color: #fff;
  position: absolute;
  width: 110px;
}
header .header .header-nav .lang-link ul li {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
header .header .header-nav .lang-link:hover {
  transition: all 0.2s;
  cursor: pointer;
}
header .header .header-nav .lang-link:hover ul {
  display: block;
}
header .header .header-nav .nav-right {
  margin-left: auto;
  padding-top: 9px;
}
header .header .header-nav .nav-right ul {
  gap: 12px;
}
header .header .header-nav .nav-right ul li a {
  text-align: center;
  width: 142px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}
header .header .header-nav .nav-right ul li:first-child a {
  background: #9A8C76;
}
header .header .header-nav .nav-right ul li:last-child a {
  background: #A24748;
}
header .header .header-nav ul {
  display: flex;
  justify-content: space-between;
}
header .header .header-nav ul li {
  height: 24px;
}
header .header .header-nav ul li a {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.7px;
  display: inline-block;
}
header .header .header-nav ul li a:hover {
  opacity: 0.6;
}
header .header .hamburger_btn,
header .header .black-bg {
  display: none;
}

@media screen and (max-width: 1250px) {
  header {
    height: 94px;
    background: transparent;
  }
  header .header {
    justify-content: space-between;
  }
  header .header .header-nav {
    overflow-y: scroll;
    flex-direction: column;
    justify-content: normal;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 96px 0 0 35%;
    z-index: 300;
    transition: all 0.6s;
  }
  header .header .header-nav ul {
    display: block;
  }
  header .header .header-nav .nav-left {
    order: 1;
  }
  header .header .header-nav .lang-link {
    height: auto;
    order: 3;
    padding-top: 0;
  }
  header .header .header-nav .lang-link p {
    margin-bottom: 20px;
  }
  header .header .header-nav .lang-link img {
    display: none;
  }
  header .header .header-nav .lang-link ul {
    display: block;
    background-color: transparent;
    padding: 0 0 0 44px;
  }
  header .header .header-nav .lang-link ul li {
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    border: none;
  }
  header .header .header-nav .lang-link ul li::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #fff;
    top: 9px;
    left: -24px;
    width: 12px;
  }
  header .header .header-nav .nav-right {
    margin-left: 0;
    padding-top: 0;
    order: 2;
  }
  header .header .header-nav .nav-right ul li a {
    padding: 0;
    width: auto;
  }
  header .header .header-nav .nav-right ul li:first-child a, header .header .header-nav .nav-right ul li:last-child a {
    background: none;
  }
  header .header .hamburger_btn {
    display: block;
    width: 50px;
    height: 50px;
    z-index: 9999;
    position: relative;
  }
  header .header .hamburger_btn:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  header .header .hamburger_btn .hamburger_line {
    position: absolute;
    right: 12px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    transition: all 0.6s;
  }
  header .header .hamburger_btn .hamburger_line_1 {
    top: 14px;
  }
  header .header .hamburger_btn .hamburger_line_2 {
    top: 20px;
  }
  header .header .hamburger_btn .hamburger_line_3 {
    top: 26px;
  }
  .nav-open header .header .header-nav {
    right: 0;
  }
  .nav-open header .header .hamburger_btn .hamburger_line_1 {
    transform: rotate(45deg);
    top: 25px;
  }
  .nav-open header .header .hamburger_btn .hamburger_line_2 {
    width: 0;
    left: 50%;
  }
  .nav-open header .header .hamburger_btn .hamburger_line_3 {
    transform: rotate(-45deg);
    top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 12px 26px 0;
  }
  header .header {
    padding-left: 0;
    padding-right: 0;
  }
}
main {
  padding-top: 90px;
}

@media screen and (max-width: 1024px) {
  main {
    padding-top: 0;
  }
}
footer .wrapper .inner-wrapper {
  display: flex;
  justify-content: space-between;
}
footer .wrapper .inner-wrapper h2 {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-weight: normal;
}
footer .wrapper .inner-wrapper p {
  color: #fff;
}
footer .wrapper .inner-wrapper .footer-left {
  max-width: 410px;
  width: 100%;
}
footer .wrapper .inner-wrapper .footer-right .item {
  display: flex;
}

@media screen and (max-width: 1024px) {
  footer .wrapper .inner-wrapper {
    display: block;
  }
  footer .wrapper .inner-wrapper .footer-left,
footer .wrapper .inner-wrapper .footer-right {
    margin: 0 auto;
  }
  footer .wrapper .inner-wrapper .footer-right {
    max-width: 410px;
  }
}
@media screen and (max-width: 768px) {
  footer .wrapper .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
main {
  padding-top: 130px;
  padding-bottom: 85px;
}
main article {
  background-color: #fff;
  padding: 40px 50px;
}
main article p,
main article h2 {
  color: #131212;
}
main article .news-title {
  border-bottom: 1px solid #C5C5C5;
}
main article .news-title p {
  font-size: 2.2rem;
}
main article .news-title h2 {
  padding-top: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
main article .news-title h2::after {
  display: none;
}
main article .news-text h2 {
  font-size: 2.8rem;
}
main article .news-text h3 {
  font-size: 2.4rem;
}
main article .news-text h4,
main article .news-text h5,
main article .news-text h6 {
  font-size: 2rem;
}
main article .news-text p {
  padding: 10px 0;
  font-size: 1.6rem;
}
main article .news-text img {
  width: auto;
}
main article .news-text a {
  color: #1a0dab;
  text-decoration: underline;
}
main article .news-text a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
  main {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  main article {
    padding: 20px 10px;
  }
  main article .news-title p {
    font-size: 1.8rem;
  }
  main article .news-title h2 {
    font-size: 1.8rem;
  }
  main article .news-text h2 {
    font-size: 2.4rem;
  }
  main article .news-text h3 {
    font-size: 2rem;
  }
  main article .news-text h4,
main article .news-text h5,
main article .news-text h6 {
    font-size: 1.6rem;
  }
  main article .news-text p {
    font-size: 1.4rem;
  }
}
main .inner-wrapper {
  padding: 40px 50px;
  background-color: #fff;
}
main .main_title {
  padding-bottom: 60px;
}
main .main_title h2,
main .main_title p {
  color: #131212;
  text-align: center;
}
main .main_title h2::after {
  display: none;
}
main ul > li {
  border-bottom: 1px solid #131212;
}
main ul > li:first-child {
  border-top: 1px solid #131212;
}

@media screen and (max-width: 768px) {
  main .inner-wrapper {
    padding: 20px 10px;
  }
  main .main_title {
    padding-bottom: 40px;
  }
}
.m-pagenation {
  display: flex;
  width: 230px;
  margin: 30px auto 80px auto;
}

.m-pagenation__body {
  display: flex;
}
.m-pagenation__body li {
  width: 31px;
  height: 41px;
  margin: 0 5px;
  color: #000;
  text-align: center;
  border-bottom: solid 4px #AAAAAA;
}
.m-pagenation__body li.current {
  width: 31px;
  height: 41px;
  color: #131212;
  border-bottom: solid 4px #131212;
}
.m-pagenation__body li a {
  color: #131212;
}

.m-pagenation__prev {
  margin-right: 15px;
}
.m-pagenation__prev a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  color: #333;
}
.m-pagenation__prev a img {
  width: 100%;
  height: 100%;
}

.m-pagenation__next {
  margin-left: 15px;
}
.m-pagenation__next a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  color: #333;
}
.m-pagenation__next a img {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "Hiraginomincho";
  src: url(../font/HiraMinPro-W3.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(../font/Lato-Light.ttf) format("truetype");
  font-display: swap;
  font-weight: light;
}
body {
  color: #FFF7F0;
  background-color: #131212;
  font-family: "Hiraginomincho", Optima, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

h2 {
  font-weight: normal;
  position: relative;
}
h2::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "";
  width: 20px;
  border-bottom: 2px solid #A24748;
}

a {
  color: #fff;
}

header {
  background: #131212;
}
header .header {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
header .header .header-nav .lang-link {
  line-height: 24px;
}
header .header .header-nav .lang-link p {
  font-family: "Brother1816";
  font-weight: normal;
}
header .header .header-nav .lang-link ul li a {
  color: #14110a;
}
header .header .header-nav .nav-left {
  padding-right: 26px;
}

@media screen and (max-width: 1200px) {
  header .header .header-nav {
    background-color: #131212;
  }
  header .header .header-nav ul li {
    margin-bottom: 30px;
  }
  header .header .header-nav li,
header .header .header-nav a,
header .header .header-nav p {
    color: #fff7f0;
  }
  header .header .header-nav .lang-link ul li a {
    color: #fff7f0;
  }
}
footer {
  background: #131212;
  padding: 0;
}
footer .wrapper .footer-area {
  border-top: 1px solid #DBDBDB;
}
footer .wrapper .footer-area .inner-wrapper .footer-left {
  padding-top: 80px;
}
footer .wrapper .footer-area .inner-wrapper .footer-left .company {
  margin-bottom: 40px;
}
footer .wrapper .footer-area .inner-wrapper .footer-left .company h2 {
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
footer .wrapper .footer-area .inner-wrapper .footer-left .company p {
  font-size: 1.4rem;
  letter-spacing: 1.82px;
}
footer .wrapper .footer-area .inner-wrapper .footer-left .content {
  margin-bottom: 137px;
}
footer .wrapper .footer-area .inner-wrapper .footer-left .content h2 {
  font-size: 1.8rem;
  letter-spacing: 2.34px;
  margin-bottom: 20px;
}
footer .wrapper .footer-area .inner-wrapper .footer-left .content h2::after {
  display: none;
}
footer .wrapper .footer-area .inner-wrapper .footer-left .content li {
  font-size: 1.4rem;
  letter-spacing: 1.82px;
}
footer .wrapper .footer-area .inner-wrapper .footer-right {
  padding-top: 173px;
}
footer .wrapper .footer-area .inner-wrapper .footer-right .item {
  margin-bottom: 20px;
}
footer .wrapper .footer-area .inner-wrapper .footer-right .item p {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
}
footer .wrapper .footer-area .inner-wrapper .footer-right .item p:first-child {
  width: 70px;
}

@media screen and (max-width: 1024px) {
  footer .wrapper .footer-area .inner-wrapper .footer-left .content {
    margin-bottom: 40px;
  }
  footer .wrapper .footer-area .inner-wrapper .footer-right {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .wrapper .footer-area .inner-wrapper .footer-left {
    padding-top: 50px;
  }
  footer .wrapper .footer-area .inner-wrapper .footer-right {
    padding-bottom: 60px;
  }
  footer .wrapper .footer-area .inner-wrapper .footer-right .item p {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
}