@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4; }

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

hr {
  overflow: visible;
  height: 0;
  color: inherit; }

details,
main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

pre {
  font-size: 1em; }

b,
strong {
  font-weight: bolder; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

table {
  border-color: inherit;
  text-indent: 0; }

input {
  border-radius: 0; }

[disabled] {
  cursor: default; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button,
input,
optgroup,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit; }

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button; }

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

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

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true] {
  cursor: default; }

/*--------------------------------------------------------
    Responsive Mixin
--------------------------------------------------------*/
/*--------------------------------------------------------
    Fonts Settings
--------------------------------------------------------*/
/*--------------------------------------------------------
    Common specifications
--------------------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  height: 100%; }

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  padding-top: 70px;
  color: #584444;
  background-color: #fff; }
  @media (min-width: 1025px) and (max-width: 1279px) {
    body {
      padding-top: 80px; } }
  @media (max-width: 1024px) {
    body {
      padding-top: 50px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4; }

img {
  width: 100%;
  vertical-align: bottom; }

a,
a img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none; }

a:hover img {
  opacity: .7; }

li {
  list-style-type: none; }

b {
  font-weight: bold; }

br.pc-only {
  display: block !important; }
  @media (max-width: 600px) {
    br.pc-only {
      display: none !important; } }

br.sp-only {
  display: none !important; }
  @media (max-width: 600px) {
    br.sp-only {
      display: block !important; } }

/*--------------------------------------------------------
    Header/ Footer / Etc
--------------------------------------------------------*/
.header {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  background-color: #fcc000;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .header {
      height: 80px; } }
  @media (max-width: 1024px) {
    .header {
      height: 50px;
      padding-bottom: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .header .siteid {
    margin-left: 5%; }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .header .siteid {
        margin-left: 3%; } }
    @media (max-width: 600px) {
      .header .siteid {
        margin-left: 3%; } }
    .header .siteid a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #584444;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .header .siteid .siteid-main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header .siteid .siteid-main .siteid-maintxt {
        font-size: 4.8rem;
        line-height: 1;
        letter-spacing: .3em; }
        @media (min-width: 1025px) and (max-width: 1279px) {
          .header .siteid .siteid-main .siteid-maintxt {
            font-size: 4rem; } }
        @media (max-width: 1024px) {
          .header .siteid .siteid-main .siteid-maintxt {
            font-size: 2.4rem; } }
      .header .siteid .siteid-main .siteid-ruby {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1;
        margin-bottom: .3em;
        letter-spacing: .5em; }
        @media (min-width: 1025px) and (max-width: 1279px) {
          .header .siteid .siteid-main .siteid-ruby {
            font-size: 1.2rem;
            margin-bottom: .1em; } }
        @media (max-width: 1024px) {
          .header .siteid .siteid-main .siteid-ruby {
            font-size: 1rem;
            margin-bottom: .1em; } }
    .header .siteid .siteid-tagline {
      font-size: 2.6rem;
      font-weight: 500;
      line-height: 1;
      margin-left: .5em; }
      @media (min-width: 1025px) and (max-width: 1279px) {
        .header .siteid .siteid-tagline {
          font-size: 1.8rem; } }
      @media (max-width: 1024px) {
        .header .siteid .siteid-tagline {
          font-size: 1.4rem; } }
  .header .global-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5%;
    margin-left: auto; }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .header .global-nav {
        margin-right: 5%; } }
    @media (max-width: 1024px) {
      .header .global-nav {
        position: absolute;
        top: 50px;
        right: 0;
        display: none;
        width: 90%;
        margin-right: 0;
        background-color: #fcc000; } }
    .header .global-nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (max-width: 1024px) {
        .header .global-nav ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .header .global-nav ul li {
        margin-left: 3em; }
        @media (min-width: 1025px) and (max-width: 1279px) {
          .header .global-nav ul li {
            margin-left: 2em; } }
        @media (max-width: 1024px) {
          .header .global-nav ul li {
            width: 90%;
            margin-right: auto;
            margin-left: auto;
            padding: 0 1em;
            border-bottom: 1px solid #fff; }
            .header .global-nav ul li:last-of-type {
              border-bottom: none; } }
        .header .global-nav ul li a {
          font-size: 1.8rem;
          font-weight: 500;
          line-height: 1;
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          padding-bottom: 5px;
          color: #584444;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (min-width: 1025px) and (max-width: 1279px) {
            .header .global-nav ul li a {
              font-size: 1.6rem; } }
          @media (max-width: 1024px) {
            .header .global-nav ul li a {
              font-size: 1.6rem;
              width: 100%;
              padding: 1em 0; } }
          .header .global-nav ul li a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            content: '';
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            -o-transition: transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s;
            -webkit-transform: scale(0, 1);
                -ms-transform: scale(0, 1);
                    transform: scale(0, 1);
            -webkit-transform-origin: center top;
                -ms-transform-origin: center top;
                    transform-origin: center top;
            background-color: #fff; }
            @media (max-width: 1024px) {
              .header .global-nav ul li a::after {
                bottom: 0;
                display: none;
                width: auto;
                height: auto;
                -webkit-transform: none;
                    -ms-transform: none;
                        transform: none;
                background-color: transparent; } }
          .header .global-nav ul li a:hover::after {
            -webkit-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                    transform: scale(1, 1); }
            @media (max-width: 1024px) {
              .header .global-nav ul li a:hover::after {
                -webkit-transform: none;
                    -ms-transform: none;
                        transform: none; } }
        .header .global-nav ul li.current-menu-item a::after, .header .global-nav ul li.current_page_item a::after {
          -webkit-transform: scale(1, 1);
              -ms-transform: scale(1, 1);
                  transform: scale(1, 1); }
          @media (max-width: 1024px) {
            .header .global-nav ul li.current-menu-item a::after, .header .global-nav ul li.current_page_item a::after {
              -webkit-transform: none;
                  -ms-transform: none;
                      transform: none; } }
  .header .switch-btn {
    position: relative;
    display: none;
    margin-right: 3%;
    margin-left: auto; }
    @media (max-width: 1024px) {
      .header .switch-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        margin-right: 0;
        background-color: #fcc000;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 1024px) {
      .header .switch-btn.active {
        background-color: #f9eaba; } }
    .header .switch-btn .menu-switch,
    .header .switch-btn .menu-switch span {
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .header .switch-btn .menu-switch {
      position: relative;
      width: 25px;
      height: 18px;
      cursor: pointer;
      border: none;
      background: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    .header .switch-btn .menu-switch span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      border-radius: 1px;
      background-color: #584444; }
    .header .switch-btn .menu-switch span:nth-of-type(1) {
      top: 0; }
    .header .switch-btn .menu-switch span:nth-of-type(2) {
      top: 9px; }
    .header .switch-btn .menu-switch span:nth-of-type(3) {
      bottom: 0; }
    .header .switch-btn .menu-switch.active span:nth-of-type(1) {
      width: 110%;
      -webkit-transform: translateY(8.7px) rotate(-315deg);
          -ms-transform: translateY(8.7px) rotate(-315deg);
              transform: translateY(8.7px) rotate(-315deg); }
    .header .switch-btn .menu-switch.active span:nth-of-type(2) {
      opacity: 0; }
    .header .switch-btn .menu-switch.active span:nth-of-type(3) {
      width: 110%;
      -webkit-transform: translateY(-8.7px) rotate(315deg);
          -ms-transform: translateY(-8.7px) rotate(315deg);
              transform: translateY(-8.7px) rotate(315deg); }

/*  footer -------------------*/
.footer {
  position: relative;
  width: 100%;
  margin-top: 8vw;
  padding: 0 0;
  background-color: #fcc000; }
  .footer::before {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 50px;
    content: '';
    background-color: #fff;
    background-image: url(../img/bg-footer-town.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 100%; }
    @media (min-width: 600px) and (max-width: 1024px) {
      .footer::before {
        height: 100px;
        margin-top: -1px;
        margin-bottom: 40px;
        border-top: 1px solid #fff;
        background-position: left center;
        background-size: auto 100%; } }
    @media (max-width: 600px) {
      .footer::before {
        height: 75px;
        margin-bottom: 20px;
        background-position: left center;
        background-size: auto 100%; } }
  .footer .footer-inr {
    max-width: 1200px;
    margin: 0 auto; }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .footer .footer-inr {
        width: 80vw;
        max-width: none; } }
    @media (min-width: 600px) and (max-width: 1024px) {
      .footer .footer-inr {
        position: relative;
        width: 80vw;
        max-width: none; } }
    @media (max-width: 600px) {
      .footer .footer-inr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 90%; } }
    .footer .footer-inr .footer-siteid {
      margin-bottom: 30px; }
      @media (min-width: 600px) and (max-width: 1024px) {
        .footer .footer-inr .footer-siteid {
          margin-bottom: 15px; } }
      @media (max-width: 600px) {
        .footer .footer-inr .footer-siteid {
          margin-bottom: 10px; } }
      .footer .footer-inr .footer-siteid a {
        color: #584444; }
      .footer .footer-inr .footer-siteid .siteid-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .footer .footer-inr .footer-siteid .siteid-main .siteid-maintxt {
          font-size: 4.8rem;
          font-weight: 700;
          line-height: 1;
          margin-bottom: 8px;
          letter-spacing: .3em; }
          @media (min-width: 1025px) and (max-width: 1279px) {
            .footer .footer-inr .footer-siteid .siteid-main .siteid-maintxt {
              font-size: 3.2rem; } }
          @media (max-width: 1024px) {
            .footer .footer-inr .footer-siteid .siteid-main .siteid-maintxt {
              font-size: 2.4rem;
              margin-bottom: 3px; } }
        .footer .footer-inr .footer-siteid .siteid-main .siteid-ruby {
          font-size: 1.4rem;
          font-weight: 500;
          line-height: 1;
          margin-bottom: .3em;
          letter-spacing: .5em; }
          @media (min-width: 1025px) and (max-width: 1279px) {
            .footer .footer-inr .footer-siteid .siteid-main .siteid-ruby {
              font-size: 1.8rem; } }
          @media (max-width: 1024px) {
            .footer .footer-inr .footer-siteid .siteid-main .siteid-ruby {
              font-size: 1rem; } }
      .footer .footer-inr .footer-siteid .siteid-tagline {
        font-size: 2rem;
        text-align: center;
        letter-spacing: .2em; }
        @media (min-width: 1025px) and (max-width: 1279px) {
          .footer .footer-inr .footer-siteid .siteid-tagline {
            font-size: 1.4rem; } }
        @media (max-width: 1024px) {
          .footer .footer-inr .footer-siteid .siteid-tagline {
            font-size: 1.2rem; } }
    .footer .footer-inr .footer-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 50px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 600px) and (max-width: 1024px) {
        .footer .footer-inr .footer-links {
          margin-bottom: 30px; } }
      @media (max-width: 600px) {
        .footer .footer-inr .footer-links {
          display: none; } }
      .footer .footer-inr .footer-links li {
        line-height: 1;
        border-right: 1px solid #584444; }
        .footer .footer-inr .footer-links li:first-of-type {
          border-left: 1px solid #584444; }
        .footer .footer-inr .footer-links li a {
          font-size: 2rem;
          display: block;
          padding: 0 1em;
          color: #584444; }
          @media (min-width: 1025px) and (max-width: 1279px) {
            .footer .footer-inr .footer-links li a {
              font-size: 1.6rem; } }
          @media (max-width: 1024px) {
            .footer .footer-inr .footer-links li a {
              font-size: 1.4rem; } }
  .footer .copyright {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: #584444;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .footer .copyright {
        font-size: 1.2rem; } }
    @media (min-width: 600px) and (max-width: 1024px) {
      .footer .copyright {
        font-size: 1rem;
        line-height: 4; } }
    @media (max-width: 600px) {
      .footer .copyright {
        font-size: 1rem;
        height: auto;
        padding: .6em 0; } }

/*  Settings for all pages -------------------*/
.btn {
  width: 240px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 600px) and (max-width: 1024px) {
    .btn {
      width: 220px; } }
  @media (max-width: 600px) {
    .btn {
      width: 100%;
      min-width: auto; } }
  .btn a {
    font-size: 1.5rem;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 220px;
    padding: .6em 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    text-decoration: none;
    color: #584444;
    border: 2px solid #fcc000;
    background-color: #fcc000;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 600px) {
      .btn a {
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: auto;
        margin-right: auto;
        margin-left: auto;
        padding: .5em 6em; } }
    .btn a::after {
      display: block;
      width: 24px;
      height: 24px;
      margin-left: .5em;
      content: '';
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      background-image: url(../img/arrow-right.png);
      background-position: center center;
      background-size: contain; }
    .btn a:hover {
      color: #fcc000;
      border: 2px solid #fcc000;
      background-color: #fff; }
      .btn a:hover::after {
        background-image: url(../img/arrow-right-on.png); }

.global-heading {
  font-size: 4.8rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
  padding-bottom: .2em; }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .global-heading {
      font-size: 2.8rem; } }
  @media (min-width: 600px) and (max-width: 1024px) {
    .global-heading {
      font-size: 2.4rem;
      letter-spacing: .5em; } }
  @media (max-width: 600px) {
    .global-heading {
      font-size: 2rem;
      letter-spacing: .1em; } }
  .global-heading::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 110%;
    height: 6px;
    content: '';
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    border-radius: 4px;
    background-color: #fcc000; }
    @media (min-width: 600px) and (max-width: 1024px) {
      .global-heading::after {
        height: 3px; } }
    @media (max-width: 600px) {
      .global-heading::after {
        height: 3px; } }

/* FadeUp animation -------------------*/
.fadeUp {
  opacity: 0; }
  .fadeUp.anim {
    -webkit-animation-name: fadeUpAnime;
            animation-name: fadeUpAnime;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes fadeUpAnime {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes fadeUpAnime {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

/*  Settings for sub pages -------------------*/
.sub-visual {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  border-bottom: 1px solid #fff;
  background-color: #f9eaba;
  background-position: center center;
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .sub-visual {
      height: 250px; } }
  @media (min-width: 600px) and (max-width: 1024px) {
    .sub-visual {
      height: 250px; } }
  @media (max-width: 600px) {
    .sub-visual {
      height: 130px; } }
  .sub-visual h1 {
    font-size: 7rem;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5), 1px 1px 3px rgba(0, 0, 0, 0.8); }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .sub-visual h1 {
        font-size: 4.6rem; } }
    @media (min-width: 600px) and (max-width: 1024px) {
      .sub-visual h1 {
        font-size: 3rem; } }
    @media (max-width: 600px) {
      .sub-visual h1 {
        font-size: 2rem; } }
  .sub-visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center; }

.topic-path {
  background-color: #fcc000; }
  .topic-path ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 70px;
    margin: 0 auto 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .topic-path ol {
        height: 60px;
        margin: 0 auto 60px; } }
    @media (min-width: 600px) and (max-width: 1024px) {
      .topic-path ol {
        height: 50px;
        margin: 0 auto 50px; } }
    @media (max-width: 600px) {
      .topic-path ol {
        height: 40px;
        margin: 0 auto 25px; } }
    .topic-path ol li {
      font-size: 1.6rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #584444;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 600px) {
        .topic-path ol li {
          font-size: 1.1rem; } }
      .topic-path ol li::after {
        margin: 0 1.5em;
        content: '›'; }
      .topic-path ol li:last-of-type::after {
        display: none;
        content: ''; }
      .topic-path ol li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #584444;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .topic-path ol li a:hover {
          color: #fff; }

/*  Settings for text -------------------*/
.bold,
b {
  font-weight: bold; }

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

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

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

/*--------------------------------------------------------
    Top page
--------------------------------------------------------*/
.main-visual {
  position: relative;
  width: 100%;
  height: 700px;
  margin-bottom: 50px; }
  @media (max-width: 600px) {
    .main-visual {
      height: 250px; } }
  .main-visual .visual img {
    width: 100%;
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center; }
    @media (max-width: 600px) {
      .main-visual .visual img {
        height: 250px; } }
  .main-visual .maincopy {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 6rem;
    font-weight: normal;
    line-height: 1.4;
    position: absolute;
    z-index: 5;
    top: 18%;
    left: 12%;
    letter-spacing: .5em;
    color: #fff;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.5), 5px 5px 8px rgba(0, 0, 0, 0.3); }
    @media (min-width: 1280px) {
      .main-visual .maincopy {
        font-size: 5rem; } }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .main-visual .maincopy {
        font-size: 4rem; } }
    @media (min-width: 600px) and (max-width: 1024px) {
      .main-visual .maincopy {
        font-size: 3.4rem; } }
    @media (max-width: 600px) {
      .main-visual .maincopy {
        font-size: 1.8rem;
        top: 6%;
        left: 8%;
        letter-spacing: .1em;
        color: #fff; } }

.top-intro {
  margin-bottom: 100px;
  background-image: url(../img/bg-stripe-orange.png);
  background-repeat: repeat; }
  @media (min-width: 600px) and (max-width: 1024px) {
    .top-intro {
      margin-bottom: 50px;
      padding: 5vw 15%;
      background-size: 9px; } }
  @media (max-width: 600px) {
    .top-intro {
      margin-bottom: 50px;
      padding: 5vw 3% 8vw;
      background-size: 9px; } }
  .top-intro .top-intro-inr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 1024px) {
      .top-intro .top-intro-inr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .top-intro .top-intro-inr .top-intro-txt {
      width: 600px;
      padding: 2vw 2vw 3vw; }
      @media (max-width: 1024px) {
        .top-intro .top-intro-inr .top-intro-txt {
          display: contents;
          width: 100%; } }
      @media (max-width: 1024px) {
        .top-intro .top-intro-inr .top-intro-txt h2 {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
      .top-intro .top-intro-inr .top-intro-txt p {
        font-size: 1.8rem;
        line-height: 2;
        margin-bottom: 1.2em;
        text-align: justify; }
        @media (min-width: 1025px) and (max-width: 1279px) {
          .top-intro .top-intro-inr .top-intro-txt p {
            font-size: 1.3rem;
            line-height: 1.8; } }
        @media (max-width: 1024px) {
          .top-intro .top-intro-inr .top-intro-txt p {
            font-size: 1.2rem;
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
                -ms-flex-order: 3;
                    order: 3; } }
      @media (max-width: 1024px) {
        .top-intro .top-intro-inr .top-intro-txt .btn {
          -webkit-box-ordinal-group: 5;
          -webkit-order: 4;
              -ms-flex-order: 4;
                  order: 4; } }
    .top-intro .top-intro-inr .top-intro-img {
      width: 50%; }
      @media (max-width: 1024px) {
        .top-intro .top-intro-inr .top-intro-img {
          width: 100%;
          margin-bottom: 15px;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; } }
      .top-intro .top-intro-inr .top-intro-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center; }

.top-philosophy {
  margin-bottom: 100px; }
  @media (max-width: 600px) {
    .top-philosophy {
      margin-bottom: 50px; } }
  .top-philosophy .top-philosophy-area {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .top-philosophy .top-philosophy-area {
        width: 90%; } }
    @media (min-width: 600px) and (max-width: 1024px) {
      .top-philosophy .top-philosophy-area {
        width: 90%; } }
    @media (max-width: 600px) {
      .top-philosophy .top-philosophy-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 94%; } }
    .top-philosophy .top-philosophy-area::after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: calc(100% - 60px);
      height: calc(100% - 60px);
      content: '';
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      pointer-events: none;
      border: 3px solid #fff; }
      @media (min-width: 1025px) and (max-width: 1279px) {
        .top-philosophy .top-philosophy-area::after {
          width: calc(100% - 40px);
          height: calc(100% - 40px); } }
      @media (min-width: 600px) and (max-width: 1024px) {
        .top-philosophy .top-philosophy-area::after {
          width: calc(100% - 30px);
          height: calc(100% - 30px); } }
      @media (max-width: 600px) {
        .top-philosophy .top-philosophy-area::after {
          width: calc(100% - 20px);
          height: calc(100% - 20px);
          border: 2px solid #fff; } }
    .top-philosophy .top-philosophy-area .top-philosophy-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 33.3333%;
      padding: 60px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 1025px) and (max-width: 1279px) {
        .top-philosophy .top-philosophy-area .top-philosophy-block {
          padding: 50px; } }
      @media (min-width: 600px) and (max-width: 1024px) {
        .top-philosophy .top-philosophy-area .top-philosophy-block {
          padding: 30px; } }
      @media (max-width: 600px) {
        .top-philosophy .top-philosophy-area .top-philosophy-block {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          width: 100%;
          padding: 20px;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .top-philosophy .top-philosophy-area .top-philosophy-block .top-philosophy-left {
        width: 100%;
        text-align: center; }
        @media (max-width: 600px) {
          .top-philosophy .top-philosophy-area .top-philosophy-block .top-philosophy-left {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
            width: 30%;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; } }
      .top-philosophy .top-philosophy-area .top-philosophy-block h3 {
        font-size: 4.8rem;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
        @media (min-width: 1025px) and (max-width: 1279px) {
          .top-philosophy .top-philosophy-area .top-philosophy-block h3 {
            font-size: 2.8rem; } }
        @media (min-width: 600px) and (max-width: 1024px) {
          .top-philosophy .top-philosophy-area .top-philosophy-block h3 {
            font-size: 2.2rem; } }
        @media (max-width: 600px) {
          .top-philosophy .top-philosophy-area .top-philosophy-block h3 {
            font-size: 1.4rem; } }
      .top-philosophy .top-philosophy-area .top-philosophy-block img {
        width: 40%;
        margin-bottom: .5em;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
        @media (min-width: 1025px) and (max-width: 1279px) {
          .top-philosophy .top-philosophy-area .top-philosophy-block img {
            width: 30%; } }
      .top-philosophy .top-philosophy-area .top-philosophy-block .top-philosophy-txt {
        font-size: 1.8rem;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3; }
        @media (min-width: 1025px) and (max-width: 1279px) {
          .top-philosophy .top-philosophy-area .top-philosophy-block .top-philosophy-txt {
            font-size: 1.4rem; } }
        @media (max-width: 1024px) {
          .top-philosophy .top-philosophy-area .top-philosophy-block .top-philosophy-txt {
            font-size: 1.2rem; } }
        @media (max-width: 600px) {
          .top-philosophy .top-philosophy-area .top-philosophy-block .top-philosophy-txt {
            width: 65%; } }
      .top-philosophy .top-philosophy-area .top-philosophy-block:nth-of-type(1) {
        padding-left: 80px;
        background-color: #fcc000; }
        @media (min-width: 1025px) and (max-width: 1279px) {
          .top-philosophy .top-philosophy-area .top-philosophy-block:nth-of-type(1) {
            padding-left: 60px; } }
        @media (max-width: 600px) {
          .top-philosophy .top-philosophy-area .top-philosophy-block:nth-of-type(1) {
            padding: 30px 20px 20px; } }
      .top-philosophy .top-philosophy-area .top-philosophy-block:nth-of-type(2) {
        padding-right: 70px;
        padding-left: 70px;
        background-color: #fcd24b; }
        @media (min-width: 1025px) and (max-width: 1279px) {
          .top-philosophy .top-philosophy-area .top-philosophy-block:nth-of-type(2) {
            padding-right: 55px;
            padding-left: 55px; } }
        @media (max-width: 600px) {
          .top-philosophy .top-philosophy-area .top-philosophy-block:nth-of-type(2) {
            padding: 20px; } }
      .top-philosophy .top-philosophy-area .top-philosophy-block:nth-of-type(3) {
        padding-right: 80px;
        background-color: #f9eaba; }
        @media (min-width: 1025px) and (max-width: 1279px) {
          .top-philosophy .top-philosophy-area .top-philosophy-block:nth-of-type(3) {
            padding-right: 60px; } }
        @media (max-width: 600px) {
          .top-philosophy .top-philosophy-area .top-philosophy-block:nth-of-type(3) {
            padding: 20px 20px 30px; } }

.top-biz {
  margin-bottom: 100px; }
  @media (max-width: 600px) {
    .top-biz {
      margin-bottom: 50px; } }
  .top-biz .top-biz-area {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .top-biz .top-biz-area {
        width: 90%; } }
    @media (min-width: 600px) and (max-width: 1024px) {
      .top-biz .top-biz-area {
        width: 90%; } }
    @media (max-width: 600px) {
      .top-biz .top-biz-area {
        width: 93%; } }
    .top-biz .top-biz-area .top-biz-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 50px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 600px) {
        .top-biz .top-biz-area .top-biz-block {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 20px; } }
      .top-biz .top-biz-area .top-biz-block img {
        width: 50%; }
        @media (min-width: 600px) and (max-width: 1024px) {
          .top-biz .top-biz-area .top-biz-block img {
            height: 30vw;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center center;
               object-position: center center; } }
        @media (max-width: 600px) {
          .top-biz .top-biz-area .top-biz-block img {
            width: 100%;
            height: 46vw;
            margin-bottom: 15px;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center center;
               object-position: center center; } }
      .top-biz .top-biz-area .top-biz-block .top-biz-txt {
        width: 45%; }
        @media (max-width: 600px) {
          .top-biz .top-biz-area .top-biz-block .top-biz-txt {
            width: 100%; } }
        .top-biz .top-biz-area .top-biz-block .top-biz-txt h3 {
          font-size: 3.6rem;
          margin-bottom: .5em; }
          @media (min-width: 1025px) and (max-width: 1279px) {
            .top-biz .top-biz-area .top-biz-block .top-biz-txt h3 {
              font-size: 2.4rem; } }
          @media (min-width: 600px) and (max-width: 1024px) {
            .top-biz .top-biz-area .top-biz-block .top-biz-txt h3 {
              font-size: 2rem; } }
          @media (max-width: 600px) {
            .top-biz .top-biz-area .top-biz-block .top-biz-txt h3 {
              font-size: 2rem;
              text-align: center; } }
        .top-biz .top-biz-area .top-biz-block .top-biz-txt p {
          font-size: 1.8rem;
          margin-bottom: 1em;
          text-align: justify; }
          @media (min-width: 1025px) and (max-width: 1279px) {
            .top-biz .top-biz-area .top-biz-block .top-biz-txt p {
              font-size: 1.6rem; } }
          @media (min-width: 600px) and (max-width: 1024px) {
            .top-biz .top-biz-area .top-biz-block .top-biz-txt p {
              font-size: 1.4rem; } }
          @media (max-width: 600px) {
            .top-biz .top-biz-area .top-biz-block .top-biz-txt p {
              font-size: 1.2rem; } }

.company-info {
  margin-bottom: 100px; }
  @media (max-width: 600px) {
    .company-info {
      margin-bottom: 50px; } }
  .company-info .company-info-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .company-info .company-info-area {
        width: 90%; } }
    @media (min-width: 600px) and (max-width: 1024px) {
      .company-info .company-info-area {
        width: 90%; } }
    @media (max-width: 600px) {
      .company-info .company-info-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
    .company-info .company-info-area .company-info-map {
      width: 48%;
      height: 500px; }
      @media (min-width: 600px) and (max-width: 1024px) {
        .company-info .company-info-area .company-info-map {
          height: 50vw; } }
      @media (max-width: 600px) {
        .company-info .company-info-area .company-info-map {
          width: 100%;
          height: 60vw;
          margin-bottom: 15px; } }
      .company-info .company-info-area .company-info-map iframe {
        width: 100%;
        height: 100%; }
    .company-info .company-info-area .company-outline {
      width: 48%; }
      @media (max-width: 600px) {
        .company-info .company-info-area .company-outline {
          width: 100%; } }
      .company-info .company-info-area .company-outline .company-id {
        font-size: 2rem;
        line-height: 1;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        letter-spacing: .2em; }
        @media (min-width: 1025px) and (max-width: 1279px) {
          .company-info .company-info-area .company-outline .company-id {
            font-size: 2rem; } }
        @media (min-width: 600px) and (max-width: 1024px) {
          .company-info .company-info-area .company-outline .company-id {
            font-size: 1.4rem; } }
        @media (max-width: 600px) {
          .company-info .company-info-area .company-outline .company-id {
            font-size: 1.2rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            margin-bottom: 20px;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        .company-info .company-info-area .company-outline .company-id .company-name {
          font-size: 3.6rem;
          font-weight: 700;
          line-height: 1;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-top: 10px;
          margin-bottom: 30px;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: baseline;
          -webkit-align-items: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline; }
          @media (min-width: 1025px) and (max-width: 1279px) {
            .company-info .company-info-area .company-outline .company-id .company-name {
              font-size: 3rem; } }
          @media (min-width: 600px) and (max-width: 1024px) {
            .company-info .company-info-area .company-outline .company-id .company-name {
              font-size: 2.4rem; } }
          @media (max-width: 600px) {
            .company-info .company-info-area .company-outline .company-id .company-name {
              font-size: 2.2rem;
              -webkit-box-orient: vertical;
              -webkit-box-direction: reverse;
              -webkit-flex-direction: column-reverse;
                  -ms-flex-direction: column-reverse;
                      flex-direction: column-reverse;
              margin: 0 0 0 .5em;
              letter-spacing: .3em;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center; } }
          .company-info .company-info-area .company-outline .company-id .company-name span {
            font-size: 1.5rem;
            font-weight: 500; }
            @media (min-width: 1025px) and (max-width: 1279px) {
              .company-info .company-info-area .company-outline .company-id .company-name span {
                font-size: 1.4rem; } }
            @media (min-width: 600px) and (max-width: 1024px) {
              .company-info .company-info-area .company-outline .company-id .company-name span {
                font-size: 1.1rem; } }
            @media (max-width: 600px) {
              .company-info .company-info-area .company-outline .company-id .company-name span {
                font-size: 1rem;
                letter-spacing: .1em; } }
      .company-info .company-info-area .company-outline .company-detail {
        width: 100%;
        margin-bottom: 30px; }
        @media (max-width: 600px) {
          .company-info .company-info-area .company-outline .company-detail {
            width: 60%;
            margin-right: auto;
            margin-left: auto; } }
        .company-info .company-info-area .company-outline .company-detail th {
          font-size: 1.8rem;
          font-weight: 700;
          text-align: left;
          vertical-align: top; }
          @media (max-width: 1024px) {
            .company-info .company-info-area .company-outline .company-detail th {
              font-size: 1.2rem;
              letter-spacing: .2em; } }
        .company-info .company-info-area .company-outline .company-detail td {
          font-size: 1.8rem;
          font-weight: 500; }
          @media (max-width: 1024px) {
            .company-info .company-info-area .company-outline .company-detail td {
              font-size: 1.2rem;
              line-height: 1.4; } }
      .company-info .company-info-area .company-outline .btn {
        margin-left: 0; }

/*--------------------------------------------------------
    Business page
--------------------------------------------------------*/
.biz .biz-block:nth-of-type(odd) {
  background-color: #fcc000;
  background-image: url(../img/bg-stripe-orange.png);
  background-repeat: repeat; }

.biz .biz-block-inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .biz .biz-block-inr {
      width: 90%; } }
  @media (min-width: 600px) and (max-width: 1024px) {
    .biz .biz-block-inr {
      width: 70%;
      padding: 30px 0; } }
  @media (max-width: 600px) {
    .biz .biz-block-inr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 93%;
      padding: 30px 0; } }
  .biz .biz-block-inr .biz-block-left {
    width: 46%; }
    @media (max-width: 600px) {
      .biz .biz-block-inr .biz-block-left {
        display: contents;
        width: 100%; } }
    .biz .biz-block-inr .biz-block-left h3 {
      font-size: 3.4rem;
      margin-bottom: 1em;
      padding-left: .8em;
      border-left: 13px solid #fcc000; }
      @media (min-width: 1025px) and (max-width: 1279px) {
        .biz .biz-block-inr .biz-block-left h3 {
          font-size: 2.4rem; } }
      @media (min-width: 600px) and (max-width: 1024px) {
        .biz .biz-block-inr .biz-block-left h3 {
          font-size: 2.1rem;
          border-left: 6px solid #fcc000; } }
      @media (max-width: 600px) {
        .biz .biz-block-inr .biz-block-left h3 {
          font-size: 2rem;
          padding-left: .5em;
          border-left: 6px solid #fcc000;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
    .biz .biz-block-inr .biz-block-left .biz-block-leadcopy {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 1em;
      text-align: justify; }
      @media (min-width: 1025px) and (max-width: 1279px) {
        .biz .biz-block-inr .biz-block-left .biz-block-leadcopy {
          font-size: 1.6rem; } }
      @media (min-width: 600px) and (max-width: 1024px) {
        .biz .biz-block-inr .biz-block-left .biz-block-leadcopy {
          font-size: 1.4rem; } }
      @media (max-width: 600px) {
        .biz .biz-block-inr .biz-block-left .biz-block-leadcopy {
          font-size: 1.4rem;
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3; } }
    @media (max-width: 600px) {
      .biz .biz-block-inr .biz-block-left .biz-block-txt {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
            -ms-flex-order: 4;
                order: 4; } }
    .biz .biz-block-inr .biz-block-left .biz-block-txt p {
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 1.8;
      text-align: justify; }
      @media (min-width: 1025px) and (max-width: 1279px) {
        .biz .biz-block-inr .biz-block-left .biz-block-txt p {
          font-size: 1.5rem; } }
      @media (min-width: 600px) and (max-width: 1024px) {
        .biz .biz-block-inr .biz-block-left .biz-block-txt p {
          font-size: 1.2rem; } }
      @media (max-width: 600px) {
        .biz .biz-block-inr .biz-block-left .biz-block-txt p {
          font-size: 1.2rem; } }
  .biz .biz-block-inr .biz-block-img {
    width: 50%;
    height: 24vw; }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .biz .biz-block-inr .biz-block-img {
        height: 32vw; } }
    @media (min-width: 600px) and (max-width: 1024px) {
      .biz .biz-block-inr .biz-block-img {
        width: 48%;
        height: 32vw;
        margin-bottom: 15px; } }
    @media (max-width: 600px) {
      .biz .biz-block-inr .biz-block-img {
        width: 100%;
        height: 60vw;
        margin-bottom: 15px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    .biz .biz-block-inr .biz-block-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }

/*--------------------------------------------------------
    Greeting page
--------------------------------------------------------*/
.greeting .greeting-block {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto; }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .greeting .greeting-block {
      width: 90%;
      margin-bottom: 80px; } }
  @media (min-width: 600px) and (max-width: 1024px) {
    .greeting .greeting-block {
      width: 70%;
      margin-bottom: 60px; } }
  @media (max-width: 600px) {
    .greeting .greeting-block {
      width: 93%;
      margin-bottom: 30px; } }
  @media (max-width: 1024px) {
    .greeting .greeting-block:last-of-type h2 {
      letter-spacing: 0; } }
  @media (max-width: 1024px) {
    .greeting .greeting-block:last-of-type h2::after {
      width: 103%; } }

.greeting .greeting-block-inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1024px) {
    .greeting .greeting-block-inr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .greeting .greeting-block-inr .greeting-block-txt {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 1024px) {
      .greeting .greeting-block-inr .greeting-block-txt {
        width: 100%; } }
    .greeting .greeting-block-inr .greeting-block-txt p {
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 1.8;
      margin-bottom: 1em;
      text-align: justify; }
      @media (min-width: 1025px) and (max-width: 1279px) {
        .greeting .greeting-block-inr .greeting-block-txt p {
          font-size: 1.5rem; } }
      @media (min-width: 600px) and (max-width: 1024px) {
        .greeting .greeting-block-inr .greeting-block-txt p {
          font-size: 1.2rem; } }
      @media (max-width: 600px) {
        .greeting .greeting-block-inr .greeting-block-txt p {
          font-size: 1.2rem; } }
  .greeting .greeting-block-inr .greeting-block-img {
    width: 50%;
    height: 24vw;
    margin-left: 5%; }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .greeting .greeting-block-inr .greeting-block-img {
        height: 32vw;
        margin-left: 3%; } }
    @media (min-width: 600px) and (max-width: 1024px) {
      .greeting .greeting-block-inr .greeting-block-img {
        width: 100%;
        height: 30vw;
        margin-bottom: 15px;
        margin-left: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    @media (max-width: 600px) {
      .greeting .greeting-block-inr .greeting-block-img {
        width: 100%;
        height: 60vw;
        margin-bottom: 15px;
        margin-left: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    .greeting .greeting-block-inr .greeting-block-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }

.greeting .namesign {
  font-size: 2.4rem;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  letter-spacing: .2em; }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .greeting .namesign {
      font-size: 2rem;
      width: 90%; } }
  @media (min-width: 600px) and (max-width: 1024px) {
    .greeting .namesign {
      font-size: 1.5rem;
      width: 70%; } }
  @media (max-width: 600px) {
    .greeting .namesign {
      font-size: 1.5rem;
      width: 93%; } }

/*--------------------------------------------------------
    Company page
--------------------------------------------------------*/
.company .company-block {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto; }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .company .company-block {
      width: 90%;
      margin-bottom: 80px; } }
  @media (min-width: 600px) and (max-width: 1024px) {
    .company .company-block {
      width: 70%;
      margin-bottom: 60px; } }
  @media (max-width: 600px) {
    .company .company-block {
      width: 93%;
      margin-bottom: 30px; } }

.company .gray-line {
  font-size: 1.8rem;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #584444; }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .company .gray-line {
      font-size: 1.6rem; } }
  @media (min-width: 600px) and (max-width: 1024px) {
    .company .gray-line {
      font-size: 1.4rem; } }
  @media (max-width: 600px) {
    .company .gray-line {
      font-size: 1.4rem; } }
  .company .gray-line tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #584444;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 600px) {
      .company .gray-line tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .company .gray-line th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding: 1.5em .5em;
    text-align: left; }
    @media (min-width: 600px) and (max-width: 1024px) {
      .company .gray-line th {
        padding: 1.5em .5em; } }
    @media (max-width: 600px) {
      .company .gray-line th {
        width: 100%;
        padding: 1em 1.5em 0; } }
    .company .gray-line th::before {
      content: '■'; }
  .company .gray-line td {
    width: 70%;
    padding: 1.5em .5em; }
    @media (min-width: 600px) and (max-width: 1024px) {
      .company .gray-line td {
        padding: 1.5em .5em; } }
    @media (max-width: 600px) {
      .company .gray-line td {
        width: 100%;
        margin-bottom: 0;
        padding: 0 1.5em 1.5em; } }

/*--------------------------------------------------------
    Contact page
--------------------------------------------------------*/
.contact .contact-intro {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto; }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .contact .contact-intro {
      width: 90%;
      margin-bottom: 80px; } }
  @media (min-width: 600px) and (max-width: 1024px) {
    .contact .contact-intro {
      width: 70%;
      margin-bottom: 60px; } }
  @media (max-width: 600px) {
    .contact .contact-intro {
      width: 93%;
      margin-bottom: 30px; } }
  .contact .contact-intro .contact-intro-block {
    text-align: center; }
    @media (max-width: 600px) {
      .contact .contact-intro .contact-intro-block {
        text-align: left; } }
    .contact .contact-intro .contact-intro-block p {
      font-size: 1.8rem;
      margin-bottom: 1em; }
      @media (min-width: 1025px) and (max-width: 1279px) {
        .contact .contact-intro .contact-intro-block p {
          font-size: 1.6rem; } }
      @media (min-width: 600px) and (max-width: 1024px) {
        .contact .contact-intro .contact-intro-block p {
          font-size: 1.4rem; } }
      @media (max-width: 600px) {
        .contact .contact-intro .contact-intro-block p {
          font-size: 1.2rem; } }
    .contact .contact-intro .contact-intro-block .contact-intro-caution {
      position: relative; }
      .contact .contact-intro .contact-intro-block .contact-intro-caution::after {
        position: absolute;
        z-index: -1;
        bottom: .1em;
        left: -3%;
        display: block;
        width: 106%;
        height: 50%;
        content: '';
        background-color: #f9eaba; }
  .contact .contact-intro.finish h2::after {
    width: 103%; }
  .contact .contact-intro.finish .contact-intro-block {
    width: 80%;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    text-align: left; }
    @media (min-width: 600px) and (max-width: 1024px) {
      .contact .contact-intro.finish .contact-intro-block {
        width: 70%;
        margin-bottom: 50px; } }
    @media (max-width: 600px) {
      .contact .contact-intro.finish .contact-intro-block {
        width: 93%;
        margin-bottom: 30px; } }

.contact .contact-form .required {
  font-size: 1.4rem;
  margin-left: 1em;
  padding: .2em 1em;
  color: #584444;
  border-radius: 2em;
  background-color: #fcc000; }
  @media (max-width: 600px) {
    .contact .contact-form .required {
      font-size: 1.1rem; } }

.contact .contact-form input[type='text'],
.contact .contact-form input[type='tel'],
.contact .contact-form input[type='email'],
.contact .contact-form textarea {
  width: 100%;
  padding: .5em 1em;
  border: 1px solid #666; }
  .contact .contact-form input[type='text']::-webkit-input-placeholder,
  .contact .contact-form input[type='tel']::-webkit-input-placeholder,
  .contact .contact-form input[type='email']::-webkit-input-placeholder,
  .contact .contact-form textarea::-webkit-input-placeholder {
    color: #808080; }
  .contact .contact-form input[type='text']::-moz-placeholder,
  .contact .contact-form input[type='tel']::-moz-placeholder,
  .contact .contact-form input[type='email']::-moz-placeholder,
  .contact .contact-form textarea::-moz-placeholder {
    color: #808080; }
  .contact .contact-form input[type='text']:-ms-input-placeholder,
  .contact .contact-form input[type='tel']:-ms-input-placeholder,
  .contact .contact-form input[type='email']:-ms-input-placeholder,
  .contact .contact-form textarea:-ms-input-placeholder {
    color: #808080; }
  .contact .contact-form input[type='text']::-ms-input-placeholder,
  .contact .contact-form input[type='tel']::-ms-input-placeholder,
  .contact .contact-form input[type='email']::-ms-input-placeholder,
  .contact .contact-form textarea::-ms-input-placeholder {
    color: #808080; }
  .contact .contact-form input[type='text']::placeholder,
  .contact .contact-form input[type='tel']::placeholder,
  .contact .contact-form input[type='email']::placeholder,
  .contact .contact-form textarea::placeholder {
    color: #808080; }
  .contact .contact-form input[type='text'].error,
  .contact .contact-form input[type='tel'].error,
  .contact .contact-form input[type='email'].error,
  .contact .contact-form textarea.error {
    background-color: #f7b2b7; }

.contact .contact-form .btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 600px) and (max-width: 1024px) {
    .contact .contact-form .btn {
      width: 220px; } }
  @media (max-width: 600px) {
    .contact .contact-form .btn {
      width: 100%;
      min-width: auto; } }
  .contact .contact-form .btn input {
    font-size: 1.5rem;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 220px;
    padding: .6em 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #584444;
    border: 2px solid #fcc000;
    background-color: #fcc000;
    background-image: url(../img/arrow-right.png);
    background-position: right 1.8em center;
    background-size: 24px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 600px) {
      .contact .contact-form .btn input {
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: auto;
        margin-right: auto;
        margin-left: auto;
        padding: .5em 6em; } }
    .contact .contact-form .btn input:hover {
      color: #fcc000;
      border: 2px solid #fcc000;
      background-color: #fff;
      background-image: url(../img/arrow-right-on.png); }
    .contact .contact-form .btn input.left-arrow {
      color: #fcc000;
      background-color: #fff;
      background-image: url(../img/arrow-left-on.png);
      background-position: left 1.8em center;
      background-size: 24px 24px; }
      .contact .contact-form .btn input.left-arrow:hover {
        color: #584444;
        border: 2px solid #fcc000;
        background-color: #fcc000;
        background-image: url(../img/arrow-left.png); }

.contact .contact-form .error-msg {
  font-size: 1.4rem;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #e60012;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 600px) {
    .contact .contact-form .error-msg {
      font-size: 1.2rem; } }
  .contact .contact-form .error-msg::before {
    font-size: 1rem;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1.2em;
    height: 1.2em;
    margin-right: .5em;
    content: '!';
    color: #fff;
    border-radius: 1em;
    background-color: #e60012;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 600px) {
      .contact .contact-form .error-msg::before {
        font-size: 1rem; } }
  .contact .contact-form .error-msg em {
    font-style: normal; }

.contact .noline {
  font-size: 1.8rem;
  width: 100%; }
  @media (min-width: 1025px) and (max-width: 1279px) {
    .contact .noline {
      font-size: 1.6rem; } }
  @media (min-width: 600px) and (max-width: 1024px) {
    .contact .noline {
      font-size: 1.4rem; } }
  @media (max-width: 600px) {
    .contact .noline {
      font-size: 1.2rem;
      margin-bottom: 30px; } }
  .contact .noline th {
    padding: 40px 0;
    text-align: left;
    white-space: nowrap; }
    @media (max-width: 600px) {
      .contact .noline th {
        display: block;
        width: 100%;
        padding: 10px 0; } }
  .contact .noline td {
    width: 60%;
    padding: 40px 0; }
    @media (min-width: 600px) and (max-width: 1024px) {
      .contact .noline td {
        padding: 20px 0; } }
    @media (max-width: 600px) {
      .contact .noline td {
        display: block;
        width: 100%;
        padding: 0 0 10px; } }
  .contact .noline.confirm {
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .contact .noline.confirm {
        margin-bottom: 30px; } }
    .contact .noline.confirm tr:nth-of-type(2n-1) {
      background-color: #f9eaba; }
    .contact .noline.confirm th {
      padding: 40px 15px; }
      @media (min-width: 600px) and (max-width: 1024px) {
        .contact .noline.confirm th {
          padding: 20px 10px; } }
      @media (max-width: 600px) {
        .contact .noline.confirm th {
          padding: 10px; } }
    .contact .noline.confirm td {
      padding: 40px 15px; }
      @media (min-width: 600px) and (max-width: 1024px) {
        .contact .noline.confirm td {
          padding: 20px 10px; } }
      @media (max-width: 600px) {
        .contact .noline.confirm td {
          padding: 10px; } }
