@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "IBM Plex Sans JP", serif;
  font-size: 10px;
  font-size: 1.4rem;
  background: #fff;
  line-height: 1.6;
  color: #3F2D07;
  letter-spacing: .1rem;
  font-weight: 400; }

@media only screen and (min-width: 1025px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.125vw; }

  body {
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #3F2D07;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1025px) {
  a:hover {
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 400; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "IBM Plex Sans JP", serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "IBM Plex Sans JP", serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    #wrap {
      overflow: hidden; } }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		105 other
-------------------------------------- */
.edita:after {
  content: "";
  display: block;
  clear: both; }
.edita img {
  height: auto; }
.edita p {
  padding-bottom: 1.5em; }
.edita h1 {
  font-size: 2.0em;
  margin: 1em 0 1.5em; }
.edita h2 {
  font-size: 1.8em;
  margin: 1em 0 1.5em; }
.edita h3 {
  font-size: 1.65em;
  margin: 1em 0 1.5em;
  border-bottom: 0.3rem solid rgba(63, 45, 7, 0.2);
  padding: .5em; }
.edita h4 {
  font-size: 1.55em;
  margin: 1em 0 1.5em;
  border-left: 0.5rem solid rgba(63, 45, 7, 0.2);
  padding-left: 1rem; }
.edita h5 {
  font-size: 1.4em;
  margin: 1em 0 1.5em;
  border-bottom: 0.1rem dashed rgba(63, 45, 7, 0.2);
  padding: .5em; }
.edita h6 {
  font-size: 1.3em;
  margin: 1em 0 1.5em;
  background: rgba(63, 45, 7, 0.05);
  color: #666;
  padding: .8em 1.2em; }
@media only screen and (max-width: 767px) {
  .edita h1 {
    font-size: 1.5em; }
  .edita h2 {
    font-size: 1.4em; }
  .edita h3 {
    font-size: 1.3em; }
  .edita h4 {
    font-size: 1.2em; }
  .edita h5 {
    font-size: 1.1em; }
  .edita h6 {
    font-size: 1em; } }
.edita pre {
  display: block; }
.edita strong {
  font-weight: bold; }
.edita em {
  font-style: italic; }
.edita ul {
  margin-bottom: 2.5rem; }
  .edita ul li {
    list-style: outside disc;
    margin-left: 3rem;
    overflow: visible;
    zoom: normal;
    padding-bottom: 1rem; }
.edita ol {
  margin-bottom: 2.5rem; }
  .edita ol li {
    list-style: outside decimal;
    margin-left: 3rem;
    overflow: visible;
    zoom: normal;
    padding-bottom: 1rem; }
.edita blockquote {
  display: block;
  margin: 1em 4rem;
  position: relative; }
  .edita blockquote:before {
    content: "“";
    position: absolute;
    left: -1em;
    font-size: 4rem;
    line-height: 1;
    opacity: 0.5;
    top: 0; }
  .edita blockquote:after {
    content: "”";
    position: absolute;
    right: -1rem;
    font-size: 4rem;
    line-height: 1;
    opacity: 0.5;
    bottom: 0; }
.edita a {
  color: #666; }
.edita del {
  text-decoration: line-through; }
.edita hr {
  display: block;
  border: none;
  border-top: #9a9a9a 1px solid;
  border-bottom: #eeeeee 1px solid;
  margin-bottom: 1rem; }
.edita .alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-right: .5rem; }
  @media only screen and (max-width: 767px) {
    .edita .alignright {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
.edita .alignleft {
  float: left;
  margin-right: 2rem;
  margin-left: .5rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) {
    .edita .alignleft {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
.edita .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 64rem; }

.form-select {
  line-height: 4.8rem;
  height: 5rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0;
  border: 0.1rem solid #3F2D07;
  position: relative;
  width: 30rem; }
  @media only screen and (max-width: 767px) {
    .form-select {
      width: 100%; } }
  .form-select:after {
    width: 3em;
    height: 5rem;
    font-size: 1.6rem;
    line-height: 1;
    font-family: 'Material Icons Outlined';
    text-align: center;
    content: "expand_more";
    color: #3F2D07;
    top: 50%;
    margin-top: -.5em;
    right: 0;
    position: absolute; }
  .form-select > select {
    width: 130%;
    line-height: 5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0 3rem 0 1.5rem;
    background: transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box; }
    .form-select > select::-ms-expand {
      display: none; }
    .form-select > select:focus {
      border: none;
      outline: none;
      box-shadow: none; }

#loader {
  width: 100%;
  height: 100%;
  background: rgba(63, 45, 7, 0.1), #fff;
  transition: all 1s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1; }
  #loader.on {
    opacity: 0;
    z-index: -1; }

body #wrap {
  z-index: -1;
  position: relative; }
  body #wrap.on {
    z-index: 1; }

/* --------------------------------------
		101-1 keyframes
-------------------------------------- */
/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../img/common/bg_menu.svg") no-repeat 100% 0%;
  background-size: 81.9rem 21rem; }
  @media only screen and (max-width: 1024px) {
    .header {
      background: none; } }
  .header-logo {
    width: 34rem;
    margin-left: 5vw;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .header-logo {
        width: 20rem;
        padding: 0;
        margin: 1.2rem auto 1.2rem 1.2rem; } }
    .header-logo > a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
  .header-menu {
    position: fixed;
    width: 8rem;
    height: 8rem;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: -1;
    opacity: 0;
    transition: right .5s;
    cursor: pointer; }
    @media only screen and (max-width: 1024px) {
      .header-menu {
        opacity: 1;
        z-index: 10000; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-menu {
      width: 6rem;
      height: 6rem;
      top: 0;
      right: 0; } }

    .header-menu span {
      width: 3rem;
      height: 1px;
      margin: .5rem auto;
      background: #3F2D07; }
      @media only screen and (max-width: 767px) {
        .header-menu span {
          width: 2.6rem;
          height: 1px;
          margin: .4rem auto; } }
    .header-menu.on span:nth-of-type(1) {
      position: absolute;
      transform: rotate(45deg);
      left: 50%;
      margin-left: -1.5rem;
      top: 50%; }
      @media only screen and (max-width: 767px) {
        .header-menu.on span:nth-of-type(1) {
          margin-left: -1.3rem;
          margin-top: -.1rem; } }
    .header-menu.on span:nth-of-type(3) {
      display: none; }
    .header-menu.on span:nth-of-type(2) {
      position: absolute;
      transform: rotate(-45deg);
      right: 50%;
      margin-right: -1.5rem;
      top: 50%; }
      @media only screen and (max-width: 767px) {
        .header-menu.on span:nth-of-type(2) {
          margin-right: -1.3rem;
          margin-top: -.1rem; } }
  .header-nav {
    width: 60rem;
    height: 21rem;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem; }
    @media only screen and (max-width: 1024px) {
      .header-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 999;
        overflow: hidden;
        padding: 0 3%;
        transition: all .5s;
        justify-content: center;
        background: rgba(200, 153, 50, 0.9); } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav {
      align-items: flex-start;
      padding: 6rem 0 0; } }
    @media only screen and (max-width: 1024px) {
        .header-nav.active {
          left: 0;
          transition: all .5s; } }
    .header-nav ul {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      @media only screen and (max-width: 1024px) {
        .header-nav ul {
          width: 100%;
          max-width: 48rem;
          flex-direction: column; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav ul {
      height: 100%; } }

      .header-nav ul li {
        width: 33.333%;
        position: relative;
        padding: 1rem 1.5rem; }
        @media only screen and (min-width: 1025px) {
          .header-nav ul li.on a {
            border-bottom: 1px solid #c89932; } }
        @media only screen and (max-width: 1024px) {
          .header-nav ul li {
            width: 100%;
            padding: 1rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav ul li {
      padding: .4rem 1rem; } }

        .header-nav ul li a {
          display: flex;
          align-items: flex-start;
          justify-content: center;
          flex-direction: column;
          line-height: 1.1;
          text-align: center;
          letter-spacing: .3rem;
          padding: 1rem;
          font-size: 1.8rem;
          position: relative;
          border-bottom: 1px solid transparent; }
          @media only screen and (max-width: 1024px) {
            .header-nav ul li a {
              flex-direction: column;
              justify-content: center;
              align-items: flex-start;
              padding-left: 6rem;
              position: relative;
              width: 100%;
              height: 6.4rem;
              padding-left: 5rem;
              padding-right: 2rem;
              padding-bottom: 0;
              font-size: 1.6rem;
              letter-spacing: .3rem;
              background: #fff; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav ul li a {
      height: 5rem;
      letter-spacing: .1rem;
      padding: 1rem 1rem 1rem 4rem;
      font-size: 1.4rem; } }
          @media only screen and (max-width: 1024px) {
              .header-nav ul li a:before {
                content: "\e5c8";
                font-family: "Material Symbols Outlined";
                position: absolute;
                left: 1rem;
                top: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100%;
                width: 5rem; } }
    @media only screen and (max-width: 1024px) and (max-width: 767px) {
      .header-nav ul li a:before {
        left: 0; } }

          @media only screen and (min-width: 1025px) {
            .header-nav ul li a:hover {
              border-bottom: 1px solid #c89932; } }
          .header-nav ul li a small {
            font-size: 1rem;
            line-height: 1.5rem;
            color: #c89932;
            letter-spacing: .1rem;
            font-family: "Poppins", "IBM Plex Sans JP", sans-serif;
            font-weight: 300; }
            @media only screen and (max-width: 1024px) {
              .header-nav ul li a small {
                margin-right: auto; } }

/* --------------------------------------
		103 content
-------------------------------------- */
#wrap {
  overflow: hidden; }

/*.div-fixed-btn {
	position: fixed;
	right: 0;
	bottom: 10rem;
	z-index: 999;
	@media only screen and (max-width:1024px){
		bottom: 50%;
		margin-bottom: -10rem;
	}
	@media only screen and (max-width:767px){
		bottom: 0;
		margin: 0;
		width: 100%;
	}
	a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: $base;
		font-size: 1.7rem;
		line-height: 1.3;
		letter-spacing: .3rem;
		width: 4.5rem;
		height: 20rem;
		color: #fff;
		@include tate;
		span {
			font-size: 2.4rem;
			font-weight: 200;
		}
		@media only screen and (max-width:767px){
			font-size: 1.3rem;
			line-height: 1.1;
			letter-spacing: .1rem;
			@include notate;
			width: 100%;
			height: 4.5rem;
		}
		@media only screen and (min-width:1025px){
			&:hover {
				background: $l;
			}
		}
	}
}
*/
.container-header {
  height: 26rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  letter-spacing: .3rem;
  padding-left: 5vw; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .container-header {
    height: 14rem;
    letter-spacing: .1rem; } }

  .container-header-ttl {
    font-size: 4.8rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 1024px) {
      .container-header-ttl {
        font-size: 3.6rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container-header-ttl {
      font-size: 2.8rem; } }

  .container-header-en {
    font-size: 1.2rem;
    line-height: 1.1;
    color: #c89932;
    font-family: "Poppins", "IBM Plex Sans JP", sans-serif; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .container-header-en {
    font-size: 1rem; } }

  .container-header-pankuzu {
    font-family: "Poppins", "IBM Plex Sans JP", sans-serif;
    padding-bottom: 1rem; }
    .container-header-pankuzu ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      font-size: 1.2rem; }
      @media only screen and (max-width: 767px) {
        .container-header-pankuzu ul {
          font-size: 1rem; } }
      .container-header-pankuzu ul li {
        padding-right: 1.5rem;
        margin-right: 1rem;
        position: relative; }
        .container-header-pankuzu ul li:after {
          content: "";
          background: #c89932;
          width: .7rem;
          height: .7rem;
          border-radius: 50%;
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -.35rem; }
        .container-header-pankuzu ul li:nth-last-of-type(1):after {
          display: none; }
.container-fig {
  display: flex;
  justify-content: space-between; }
  .container-fig-item {
    width: 100%;
    height: 60rem;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 767px) {
      .container-fig-item {
        height: 24rem; } }
.container-nav {
  background: rgba(200, 153, 50, 0.05); }
  .container-nav ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .container-nav ul {
        justify-content: space-around; } }
    .container-nav ul li {
      min-width: 24rem; }
      @media only screen and (max-width: 767px) {
        .container-nav ul li {
          min-width: 0; } }
      .container-nav ul li a {
        height: 7rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem; }
        @media only screen and (max-width: 767px) {
          .container-nav ul li a {
            height: 4.8rem;
            font-size: 1rem;
            padding: 0 .5rem;
            font-family: "Poppins", "IBM Plex Sans JP", sans-serif; } }
        .container-nav ul li a span {
          color: #c89932;
          font-size: 1.4rem;
          margin-right: .5rem; }
          @media only screen and (max-width: 767px) {
            .container-nav ul li a span {
              margin-right: .2rem; } }
.container-inner {
  padding: 4rem 0; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .container-inner {
    padding: 2rem 0; } }

.div-content {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 1024px) {
    .div-content {
      flex-direction: column; } }
  .div-content section {
    width: 50%;
    padding: 6rem 5vw; }
    @media only screen and (max-width: 1024px) {
      .div-content section {
        width: 100%; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-content section {
      padding: 4rem 5vw; } }

.section-contact {
  background: rgba(200, 153, 50, 0.05); }
  .section-contact-inner {
    padding-top: 5rem; }
    @media only screen and (max-width: 1024px) {
      .section-contact-inner {
        padding-top: 0; } }
    .section-contact-inner-pam a {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 5rem;
      max-width: 36rem;
      height: 5rem;
      background: rgba(63, 45, 7, 0.5);
      color: #fff;
      font-size: 1.6rem;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .section-contact-inner-pam a {
          height: 4.6rem;
          font-size: 1.4rem; } }
      .section-contact-inner-pam a:hover {
        background: rgba(63, 45, 7, 0.2); }
      .section-contact-inner-pam a span {
        margin-right: .8rem;
        font-size: 2.4rem;
        color: #3F2D07; }
        @media only screen and (max-width: 767px) {
          .section-contact-inner-pam a span {
            font-size: 2rem; } }
.section-info {
  background: #fff; }
.section-info-header, .section-contact-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  letter-spacing: .3rem; }
  @media only screen and (max-width: 767px) {
    .section-info-header, .section-contact-header {
      margin-bottom: 2.5rem; } }
  .section-info-header-ttl, .section-contact-header-ttl {
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .3rem; }
    @media only screen and (max-width: 767px) {
      .section-info-header-ttl, .section-contact-header-ttl {
        font-size: 2.4rem; } }
  .section-info-header-en, .section-contact-header-en {
    font-size: 1rem;
    font-family: "Poppins", "IBM Plex Sans JP", sans-serif;
    color: #c89932; }
    @media only screen and (max-width: 767px) {
      .section-info-header-en, .section-contact-header-en {
        font-size: .9rem; } }
.section-info-inner p, .section-contact-inner p {
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 1.5rem; }
  @media only screen and (max-width: 767px) {
    .section-info-inner p, .section-contact-inner p {
      font-size: 1.3rem;
      padding-bottom: 1rem; } }
  .section-info-inner p strong, .section-contact-inner p strong {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: .3rem; }
    @media only screen and (max-width: 767px) {
      .section-info-inner p strong, .section-contact-inner p strong {
        font-size: 1.8rem; } }
    .section-info-inner p strong a, .section-contact-inner p strong a {
      font-size: 3.2rem; }
      @media only screen and (max-width: 767px) {
        .section-info-inner p strong a, .section-contact-inner p strong a {
          font-size: 2.4rem; } }
  .section-info-inner p small, .section-contact-inner p small {
    font-family: "Poppins", "IBM Plex Sans JP", sans-serif;
    font-size: 1.2rem; }
    @media only screen and (max-width: 767px) {
      .section-info-inner p small, .section-contact-inner p small {
        font-size: 1rem; } }
.section-info-inner-btn, .section-contact-inner-btn {
  padding-top: 2.5rem; }
  @media only screen and (max-width: 767px) {
    .section-info-inner-btn, .section-contact-inner-btn {
      padding-top: 1.5rem; } }
  .section-info-inner-btn a, .section-contact-inner-btn a {
    max-width: 40rem;
    height: 6.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #fff;
    background: #c89932;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .section-info-inner-btn a, .section-contact-inner-btn a {
        height: 4.8rem;
        font-size: 1.5rem; } }
.section-info-inner table, .section-contact-inner table {
  width: 42rem;
  margin: 0 auto;
  font-family: "Poppins", "IBM Plex Sans JP", sans-serif;
  border-top: 1px solid #3F2D07;
  border-bottom: 1px solid #3F2D07;
  background: #fff; }
  @media only screen and (max-width: 1024px) {
    .section-info-inner table, .section-contact-inner table {
      width: 80%; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-info-inner table, .section-contact-inner table {
      width: 100%; } }

  .section-info-inner table tr:nth-of-type(1) th, .section-contact-inner table tr:nth-of-type(1) th {
    width: 10%;
    font-size: 1.5rem;
    border-top: none; }
    @media only screen and (max-width: 767px) {
      .section-info-inner table tr:nth-of-type(1) th, .section-contact-inner table tr:nth-of-type(1) th {
        font-size: 1.2rem; } }
    .section-info-inner table tr:nth-of-type(1) th:nth-of-type(1), .section-contact-inner table tr:nth-of-type(1) th:nth-of-type(1) {
      width: 30%; }
    .section-info-inner table tr:nth-of-type(1) th:nth-last-of-type(1), .section-info-inner table tr:nth-of-type(1) th:nth-last-of-type(2), .section-contact-inner table tr:nth-of-type(1) th:nth-last-of-type(1), .section-contact-inner table tr:nth-of-type(1) th:nth-last-of-type(2) {
      color: #c89932; }
  .section-info-inner table tr th, .section-contact-inner table tr th {
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    font-size: 1.2rem;
    padding: 2rem 0;
    border-top: 1px solid rgba(63, 45, 7, 0.2); }
    @media only screen and (max-width: 767px) {
      .section-info-inner table tr th, .section-contact-inner table tr th {
        font-size: 1rem; } }
    .section-info-inner table tr th span, .section-contact-inner table tr th span {
      font-size: 1.3rem;
      color: #c89932; }
      @media only screen and (max-width: 767px) {
        .section-info-inner table tr th span, .section-contact-inner table tr th span {
          font-size: 1.1rem; } }
  .section-info-inner table tr td, .section-contact-inner table tr td {
    padding: 2rem 0;
    font-size: 2rem;
    color: #c89932;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid rgba(63, 45, 7, 0.2); }
    @media only screen and (max-width: 767px) {
      .section-info-inner table tr td, .section-contact-inner table tr td {
        font-size: 1.8rem; } }
    .section-info-inner table tr td.check, .section-contact-inner table tr td.check {
      font-size: 1.3rem;
      background: rgba(200, 153, 50, 0.05); }
      @media only screen and (max-width: 767px) {
        .section-info-inner table tr td.check, .section-contact-inner table tr td.check {
          font-size: 1.1rem; } }
.section-box {
  padding: 4rem 3vw; }
  @media only screen and (max-width: 767px) {
    .section-box {
      padding: 2rem 5vw; } }
  .section-box-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 0;
    letter-spacing: .3rem; }
    @media only screen and (max-width: 767px) {
      .section-box-header {
        padding: 3rem 0; } }
    .section-box-header-ttl {
      font-size: 4rem;
      line-height: 1.5;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .section-box-header-ttl {
          font-size: 2.8rem; } }
    .section-box-header-en {
      font-size: 1rem;
      font-family: "Poppins", "IBM Plex Sans JP", sans-serif;
      color: #c89932; }
      @media only screen and (max-width: 767px) {
        .section-box-header-en {
          font-size: .9rem; } }
  .section-box#area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem 3vw;
    background: rgba(200, 153, 50, 0.1); }
    @media only screen and (max-width: 1024px) {
      .section-box#area {
        flex-direction: column; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-box#area {
      padding: 4rem 5vw; } }

    .section-box#area .section-box-header {
      flex-shrink: 0;
      padding: 0 5vw; }
      @media only screen and (max-width: 1024px) {
        .section-box#area .section-box-header {
          padding: 0 0 5vw; } }
      .section-box#area .section-box-header p {
        font-size: 1.6rem;
        padding-top: 2.5rem;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .section-box#area .section-box-header p {
            font-size: 1.2rem;
            letter-spacing: 0;
            padding-top: 1.5rem; } }
    .section-box#area .section-box-area {
      max-width: 60rem; }
      .section-box#area .section-box-area img {
        border: 0.5rem solid rgba(200, 153, 50, 0.1); }

.wp-pagenavi {
  text-align: center;
  clear: both;
  padding: 2.5rem 0;
  display: flex;
  justify-content: center;
  font-family: "Poppins", "IBM Plex Sans JP", sans-serif; }
  .wp-pagenavi > a, .wp-pagenavi > span {
    min-width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
    text-decoration: none;
    background: #fff;
    margin: .4rem;
    padding: 0 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .3rem; }
    .wp-pagenavi > a span, .wp-pagenavi > span span {
      font-size: 2rem; }
    .wp-pagenavi > a.current, .wp-pagenavi > span.current {
      color: #fff;
      background: #3F2D07; }
    @media only screen and (min-width: 1025px) {
      .wp-pagenavi > a:hover, .wp-pagenavi > span:hover {
        backgroundr: #c89932; } }

/* --------------------------------------
		104 footer
-------------------------------------- */
.div-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 998; }
  @media only screen and (max-width: 767px) {
    .div-top {
      right: 1rem; } }
  .div-top a {
    display: flex;
    color: #fff;
    width: 5rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
    background: rgba(63, 45, 7, 0.9);
    border-radius: 50%; }
    .div-top a span {
      font-size: 1.8rem; }
      @media only screen and (max-width: 767px) {
        .div-top a span {
          font-size: 1.4rem; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .div-top a {
    width: 3.6rem;
    height: 3.6rem; } }

    @media only screen and (min-width: 1025px) {
      .div-top a:hover {
        opacity: 0.8; } }

.footer {
  width: 100%;
  padding: 2rem 2%;
  font-family: "Poppins", "IBM Plex Sans JP", sans-serif; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 1.5rem; } }
  .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .footer-wrap {
        flex-direction: column-reverse; } }
  .footer-message {
    padding: 1.5rem;
    margin-bottom: 2rem;
    background: rgba(200, 153, 50, 0.1);
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .footer-message {
        text-align: left;
        margin-bottom: 1rem; } }
    .footer-message h6 {
      font-size: 1.5rem;
      padding-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .footer-message h6 {
          font-size: 1.2rem; } }
    .footer-message p {
      font-size: 1.3rem;
      padding-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .footer-message p {
          font-size: 1rem; } }
      .footer-message p a {
        display: inline-block;
        border-bottom: 1px solid #3F2D07; }
        @media only screen and (max-width: 767px) {
          .footer-message p a {
            display: flex;
            align-items: center;
            line-height: 1.3; } }
        .footer-message p a span {
          color: #c89932;
          font-size: 1.8rem;
          position: relative;
          bottom: -.3rem; }
          @media only screen and (max-width: 767px) {
            .footer-message p a span {
              font-size: 2.4rem;
              flex-shrink: 0;
              margin-right: .3rem;
              position: static; } }
        .footer-message p a:hover {
          border-bottom-color: transparent; }
  .footer-copy {
    font-size: 1rem;
    text-align: left;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .footer-copy {
        font-size: .9rem;
        letter-spacing: 0;
        text-align: center; } }
  .footer-nav ul {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .footer-nav ul {
        align-items: center;
        justify-content: center; } }
    .footer-nav ul li {
      margin-right: 1.5rem;
      font-size: 1rem; }
      @media only screen and (max-width: 767px) {
        .footer-nav ul li {
          font-size: .9rem; }
          .footer-nav ul li a {
            line-height: 3.6rem;
            display: inline-block; } }
      .footer-nav ul li:after {
        content: "|";
        padding-left: 1.5rem; }
      .footer-nav ul li:nth-last-of-type(1):after {
        display: none; }
