@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
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;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto;
}

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

body {
  font-family: "Outfit", "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  background: #fff;
  line-height: 1.8;
  color: #000;
  letter-spacing: .3rem;
  font-weight: 500;
}

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

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

  .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: 2.67vw;
  }

  .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: #000;
  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;
  }
}
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

p {
  line-height: 1.8;
}

ol, ul, li {
  list-style: none;
}

table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

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

fieldset {
  border: none;
}

input, textarea, select, label {
  font-size: 100%;
  font-family: "Outfit", "Zen Kaku Gothic New", sans-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: "Outfit", "Zen Kaku Gothic New", sans-serif;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

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

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

.edita {
  letter-spacing: 1px;
}

.edita:after {
  content: "";
  display: block;
  clear: both;
}

.edita img {
  height: auto;
}

.edita iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 20px auto 30px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .edita iframe {
    height: calc((100vw - 30px) * 9 / 16);
    margin: 10px 0 20px;
  }
}
.edita p {
  padding-bottom: 1.5em;
}

.edita p a {
  color: #eb6100;
  text-decoration: underline;
}

.edita p a:hover {
  text-decoration: none;
}

.edita p small {
  font-size: 1rem;
  display: inline-block;
}

.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(0, 0, 0, 0.2);
  padding: 0.5em;
}

.edita h4 {
  font-size: 1.55em;
  margin: 1em 0 1.5em;
  border-left: 0.5rem solid rgba(235, 97, 0, 0.8);
  padding-left: 1rem;
}

.edita h5 {
  font-size: 1.4em;
  margin: 1em 0 1.5em;
  border-bottom: 0.1rem dashed rgba(0, 0, 0, 0.2);
  padding: 0.5em;
}

.edita h6 {
  font-size: 1.3em;
  margin: 1em 0 1.5em;
  background: rgba(235, 97, 0, 0.1);
  padding: .8em 1.2em;
  border-radius: 1rem;
}

@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: 1.5em;
}

.edita ul li {
  list-style: outside disc;
  margin-left: 3rem;
  overflow: visible;
  zoom: normal;
  padding-bottom: 0.5em;
}

.edita ol {
  margin-bottom: 1.5em;
}

.edita ol li {
  list-style: outside decimal;
  margin-left: 3rem;
  overflow: visible;
  zoom: normal;
  padding-bottom: 0.5em;
}

.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 {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .edita a:hover {
    color: #666;
    text-decoration: none;
  }
}
.edita del {
  text-decoration: line-through;
}

.edita hr {
  display: block;
  border: none;
  border-bottom: #eeeeee 1px solid;
  margin-bottom: 1em;
}

.edita .alignright {
  float: right;
  margin-left: 1.2em;
  margin-bottom: 1.2em;
  margin-right: 0.3em;
}

@media only screen and (max-width: 767px) {
  .edita .alignright {
    display: block;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.edita .alignleft {
  float: left;
  margin-right: 1.2em;
  margin-left: .3em;
  margin-bottom: 1.2em;
}

@media only screen and (max-width: 767px) {
  .edita .alignleft {
    display: block;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.edita .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.2em;
  width: 100%;
  max-width: 64rem;
}

.edita .wp-caption-text {
  font-size: 75%;
  letter-spacing: 0;
}

.edita table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  letter-spacing: 0;
}

.edita table th, .edita table td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .edita table th, .edita table td {
    padding: 0.8rem;
  }
}
.edita table th {
  background: rgba(238, 238, 238, 0.4);
  text-align: center;
  font-weight: 700;
}

#loader {
  width: 100%;
  height: 100%;
  background: #eb6100;
  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;
}

.header-nav {
  position: fixed;
  right: 3vw;
  top: 3vw;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .header-nav {
    width: 100%;
    right: 0;
    display: flex;
    justify-content: center;
  }
}
.header-nav ul {
  display: flex;
  justify-content: flex-end;
  background: #fff;
  padding: 1rem 2.5rem;
  border-radius: 8rem;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .header-nav ul {
    padding: 0 1.5rem;
  }
}
.header-nav ul li a {
  height: 4rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  padding: 0 2rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .header-nav ul li a {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .header-nav ul li a:hover {
    color: #eb6100;
  }
}
.header-nav ul li a.on {
  position: relative;
}

.header-nav ul li a.on:before {
  content: "";
  width: 100%;
  height: .3rem;
  background: #eb6100;
  position: absolute;
  left: 0;
  bottom: -1rem;
}

@media only screen and (max-width: 767px) {
  .header-nav ul li a.on:before {
    bottom: 0;
  }
}
#content .header {
  background: url("../img/common/bg_main.jpg") repeat-y 50% 0%;
  background-size: cover;
  padding-top: 12rem;
}

#content .header-logo {
  width: 26rem;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 0 0 3rem 0;
  padding: 2rem;
  z-index: 999;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  #content .header-logo {
    width: 100%;
    padding: 1rem;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #content .header-logo img {
    width: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  #content .header-nav {
    margin-top: 5.5rem;
  }
}
#content .header-ttl {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0.8) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 26rem;
}

@media only screen and (max-width: 767px) {
  #content .header-ttl {
    height: 13rem;
  }
}
#content .header-ttl-name {
  font-size: 3.6rem;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  #content .header-ttl-name {
    font-size: 2.8rem;
  }
}
#content .header-ttl-en {
  color: #eb6100;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  #content .header-ttl-en {
    font-size: 1.4rem;
  }
}
#content .container-inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 6rem 2rem;
}

#wrap {
  overflow: hidden;
}

.wp-pagenavi {
  width: 100%;
  text-align: center;
  clear: both;
  padding: 2.5rem 0;
  display: flex;
  justify-content: center;
}

.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: 0.3rem;
}

.wp-pagenavi > a span, .wp-pagenavi > span span {
  font-size: 2rem;
}

.wp-pagenavi > a.current, .wp-pagenavi > span.current {
  color: #fff;
  background: #000;
}

@media only screen and (min-width: 1025px) {
  .wp-pagenavi > a:hover, .wp-pagenavi > span:hover {
    background: #eb6100;
  }
}
.aside-btn {
  padding: 8rem 2rem;
  background: url("../img/entry/bg_entry.jpg") 50% 50%;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.aside-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .aside-btn {
    padding: 3.5rem 1.5rem;
  }
}
.aside-btn-wrap {
  width: 100%;
  max-width: 96rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .aside-btn-wrap {
    flex-direction: column;
    letter-spacing: 0.1rem;
  }
}
.aside-btn-header {
  padding: 0 5rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .aside-btn-header {
    width: 100%;
    padding: 1.5rem 0 2.5rem;
  }
}
.aside-btn-header-ttl {
  font-size: 3.2rem;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .aside-btn-header-ttl {
    font-size: 2.6rem;
  }
}
.aside-btn-header-en {
  font-size: 1.6rem;
  color: #eb6100;
}

@media only screen and (max-width: 767px) {
  .aside-btn-header-en {
    font-size: 1.3rem;
    line-height: 1;
  }
}
.aside-btn-inner {
  text-align: center;
}

.aside-btn-inner p {
  font-size: 1.8rem;
  line-height: 1.8;
  padding-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .aside-btn-inner p {
    font-size: 1.6rem;
    padding: 0 0 1.5rem;
  }
}
.aside-btn-inner a {
  width: 40rem;
  height: 8rem;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background: #eb6100;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .aside-btn-inner a {
    width: 80vw;
    height: 5rem;
    font-size: 2rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .aside-btn-inner a:hover {
    background: #fff;
    color: #eb6100;
  }
}
.aside-contact {
  padding: 5rem 1rem;
  background: url("../img/common/bg_main.jpg") 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .aside-contact {
    padding: 2.5rem;
  }
}
.aside-contact-wrap {
  width: 100%;
  max-width: 82rem;
  background: #fff;
  border-radius: .3rem;
  padding: 4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .aside-contact-wrap {
    padding: 2rem 1.5rem;
    flex-direction: column;
  }
}
.aside-contact-header {
  padding: 0 5rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .aside-contact-header {
    width: 100%;
    padding: 1.5rem 0 2.5rem;
  }
}
.aside-contact-header-ttl {
  font-size: 3.2rem;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .aside-contact-header-ttl {
    font-size: 2.6rem;
  }
}
.aside-contact-header-en {
  font-size: 1.6rem;
  color: #eb6100;
}

@media only screen and (max-width: 767px) {
  .aside-contact-header-en {
    font-size: 1.3rem;
    line-height: 1;
  }
}
.aside-contact dl {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 3rem;
}

@media only screen and (max-width: 767px) {
  .aside-contact dl {
    padding-right: 0;
    padding-left: 0;
  }
}
.aside-contact dl dt {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .aside-contact dl dt {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    letter-spacing: 0.1rem;
  }
}
.aside-contact dl dt span {
  font-size: 1.3rem;
}

.aside-contact dl dd {
  font-size: 1.4rem;
  text-align: center;
}

.aside-contact dl dd > a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .aside-contact dl dd {
    letter-spacing: 0.1rem;
  }
}
.aside-contact dl dd .aside-contact-box {
  height: 10rem;
  font-size: 1.3rem;
  border-radius: .6rem;
  background: rgba(238, 238, 238, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .aside-contact dl dd .aside-contact-box {
    height: auto;
    padding: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
.aside-contact dl dd .aside-contact-box a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.aside-contact dl dd .aside-contact-box a span {
  font-size: 3rem;
}

.aside-contact dl dd .aside-contact-box a strong {
  font-size: 2.2rem;
  color: #eb6100;
}

@media only screen and (max-width: 767px) {
  .aside-contact dl dd .aside-contact-box a strong {
    font-size: 2rem;
  }
}
.aside-contact dl dd .aside-contact-box a small {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.aside-entry {
  padding: 5rem 1rem;
  background: #eb6100;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .aside-entry {
    padding: 2.5rem;
  }
}
.aside-entry-wrap {
  width: 100%;
  max-width: 82rem;
  background: #fff;
  border-radius: .3rem;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .aside-entry-wrap {
    padding: 2rem 1.5rem;
    flex-direction: column;
  }
}
.aside-entry-header {
  padding: 0 5rem 3rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .aside-entry-header {
    width: 100%;
    padding: 1.5rem 0 2.5rem;
  }
}
.aside-entry-header-ttl {
  font-size: 3.2rem;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .aside-entry-header-ttl {
    font-size: 2.6rem;
  }
}
.aside-entry-header-en {
  font-size: 1.6rem;
  line-height: 1;
  color: #eb6100;
}

@media only screen and (max-width: 767px) {
  .aside-entry-header-en {
    font-size: 1.3rem;
  }
}
.aside-entry p {
  font-size: 1.8rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .aside-entry p {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding-bottom: 1.5rem;
    text-align: center;
  }
}
.aside-entry-btn a {
  width: 39rem;
  height: 6.5rem;
  background: #eb6100;
  border: 0.3rem solid #eb6100;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .aside-entry-btn a {
    width: 24rem;
    height: 4.8rem;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .aside-entry-btn a:hover {
    background: #fff;
    color: #eb6100;
  }
}
.div-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 998;
}

@media only screen and (max-width: 767px) {
  .div-top {
    right: 1rem;
    bottom: 1rem;
  }
}
.div-top a {
  display: flex;
  color: #fff;
  width: 5rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}

.div-top a img {
  width: 2rem;
}

@media only screen and (max-width: 767px) {
  .div-top a img {
    width: 1.4rem;
  }
}
@media only screen 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 {
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 2rem;
    letter-spacing: 0.1rem;
  }
}
.footer-nav {
  width: 100%;
  max-width: 100rem;
  border-bottom: 1px solid #eee;
  padding: 2rem 0 6rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .footer-nav {
    flex-direction: column;
    padding: 0 0 2rem;
    margin-bottom: 2rem;
  }
}
.footer-nav ul {
  text-align: left;
  margin: 0 5rem;
}

@media only screen and (max-width: 767px) {
  .footer-nav ul {
    width: 100%;
    padding: 0 2.5rem;
    margin: 0;
  }
}
.footer-nav ul li {
  padding: 0.5rem;
}

.footer-nav ul li a {
  font-size: 1.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-nav ul li a:before {
  content: "";
  background: url("../img/common/icon_r.svg") no-repeat 50% 50%;
  width: 2rem;
  height: 2rem;
  background-size: 1.2rem auto;
  opacity: 0.5;
  flex-shrink: 0;
}

.footer-mes {
  font-size: 1.2rem;
}

.footer-copy {
  font-size: 1rem;
  letter-spacing: .1rem;
  color: #888;
}
