@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
.hiragino {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  margin: 0 0 0 0;
  overflow-x: hidden;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  color: #000000;
  font-family: "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 200%;
  }
}

main {
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  align-self: center;
}
section.fw-section {
  max-width: 100%;
}

picture,
img {
  max-width: 100%;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  opacity: 0.7;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none;
  color: inherit;
}

button {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  appearance: unset;
  border: unset;
}

h1 {
  font-size: clamp(4.5rem, 8vw, 12rem);
  font-weight: 500;
  letter-spacing: 0.18em;
}

.h1-like {
  font-size: clamp(2.4rem, 6vw, 6rem);
  font-weight: 700;
  letter-spacing: 0.14em;
}

h2,
.h2-like {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 140%;
}

h3,
.h3-like {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 700;
  line-height: 160%;
}

h4,
.h4-like {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 700;
}

h5,
.h5-like {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 700;
}

h6,
.h6-like {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 700;
}

ul {
  list-style-type: none;
}

@media screen and (max-width: 800px) {
  .none-till-800 {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .none-till-1000 {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .none-till-1200 {
    display: none;
  }
}

@media screen and (min-width: 801) {
  .none-over-800 {
    display: none;
  }
}

@media screen and (min-width: 1001) {
  .none-over-1000 {
    display: none;
  }
}

a.a-btn {
  background-color: #2d4294;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
  padding: 0.8em 2.5em;
}

.top-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3d3f58;
  transition: opacity 0.3s;
}
.top-btn:hover {
  opacity: 0.7;
}

.submit-btn {
  padding: 0.5em 2em;
  background-color: #000000;
  border: unset;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
}
.submit-btn:hover {
  opacity: 0.7;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
textarea,
select {
  box-sizing: border-box;
  padding: 0 0.5em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #f0f0f0;
  color: #000000;
  text-align: start;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  color: #000000;
  outline: 1px solid #7aa89d;
}
input[type=text].short-field,
input[type=email].short-field,
input[type=tel].short-field,
input[type=number].short-field,
input[type=date].short-field,
textarea.short-field,
select.short-field {
  width: 10em;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
select {
  width: 100%;
  min-height: clamp(20px, 5rem, 45px);
}

input[type=number],
input[type=date] {
  max-width: 150px;
}

.wpcf7-list-item-label {
  color: #f0f0f0;
}

select {
  box-sizing: border-box;
  height: clamp(20px, 5rem, 45px);
  padding: 0.2em 0.5em 0.2em 3em;
  background-color: #ffffff;
  background-image: url(../img/common/dropdown-arrow.svg);
  background-position: center left 1rem;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  cursor: pointer;
}

textarea {
  width: 100%;
  max-width: 100%;
  min-height: clamp(240px, 50vw, 350px);
}

[type=radio],
[type=checkbox] {
  position: absolute;
  left: -9999px;
}

[type=radio] + .wpcf7-list-item-label,
[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 3rem;
}

[type=radio] + .wpcf7-list-item-label::before,
[type=checkbox] + .wpcf7-list-item-label::before,
[type=radio] + .wpcf7-list-item-label::after,
[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

[type=radio] + .wpcf7-list-item-label::before,
[type=radio] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}

[type=radio] + .wpcf7-list-item-label::before,
[type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000000;
}

[type=checkbox] + .wpcf7-list-item-label::before,
[type=checkbox] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}

[type=radio] + .wpcf7-list-item-label::after,
[type=checkbox] + .wpcf7-list-item-label::after {
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #7aa89d;
  transition: all 0.2s;
}

[type=radio]:not(:checked) + .wpcf7-list-item-label::after,
[type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}

[type=radio]:checked + .wpcf7-list-item-label::after,
[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}

.cb-col .wpcf7-radio,
.cb-col .wpcf7-checkbox,
.radio-col .wpcf7-radio,
.radio-col .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.cb-col .wpcf7-list-item,
.radio-col .wpcf7-list-item {
  margin: 0 1em 0 0;
  display: flex;
  align-items: center;
}

.wpcf7-form-control-wrap:has(.w100) {
  width: 100%;
}
.wpcf7-form-control-wrap:has(.w50) {
  width: 50%;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
  flex-direction: row;
  flex-wrap: wrap;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-left: 0%;
}

.form-single-row p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 1em;
}
.form-single-row p > * {
  flex: 1;
}

.form-multi-row p {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 1em;
  column-gap: 2%;
  width: fit-content;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .form-multi-row p {
    flex-direction: row;
    align-items: flex-start;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.readmore-btn {
  appearance: unset;
  -webkit-appearance: unset;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  font-weight: 500;
  padding: 0.5em 1em;
}
.readmore-btn:hover {
  opacity: 0.7;
}

.hidden {
  visibility: hidden;
}

.w-fit {
  width: fit-content;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.width800 {
  width: 800px;
  max-width: 86.4%;
  margin: auto;
}

.width1200 {
  width: 1200px;
  max-width: 96%;
  margin: auto;
}

.width1200-855 {
  width: 1200px;
  max-width: 86.4%;
  margin: auto;
}

.width1260-992 {
  width: 1260px;
  max-width: 80%;
  margin: auto;
}

.width1440 {
  width: 1440px;
  max-width: 90%;
  margin: auto;
}

.width1000-855 {
  width: 1000px;
  max-width: 86.4%;
  margin: auto;
}

.width800 {
  width: 800px;
  max-width: 96%;
  margin: auto;
}

.width8000-855 {
  width: 800px;
  max-width: 86.4%;
  margin: auto;
}

.grid-1-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .grid-1-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-1-2-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .grid-1-2-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1001px) {
  .grid-1-2-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-2-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
  .grid-2-3 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gap-05 {
  gap: 0.5em;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

.gap-3 {
  gap: 3em;
}

.fx-wrap {
  flex-wrap: wrap;
}

.fx-1 {
  flex: 1;
}

.fx-2 {
  flex: 2;
}

.fx-shrink-2 {
  flex-shrink: 2;
}

.fx-center-self {
  align-self: center;
  justify-self: center;
}

.fx-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fx-row {
  display: flex;
  flex-direction: row;
}

.fx-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fx-row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.fx-col {
  display: flex;
  flex-direction: column;
}

.fx-col-rev {
  display: flex;
  flex-direction: column-reverse;
}

.fx-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fx-col-to-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .fx-col-to-row {
    flex-direction: row;
    align-items: unset;
  }
}

.fx-col-to-row-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .fx-col-to-row-tab {
    flex-direction: row;
    align-items: unset;
  }
}

.block {
  display: block;
}

.block-break {
  display: inline-block;
}

.mh-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mv-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-half {
  margin-top: clamp(20px, 4vw, 50px);
}

.mt-st {
  margin-top: clamp(40px, 7vw, 100px);
}

.mtem-1 {
  margin-top: 1em;
}

.mtem-2 {
  margin-top: 2em;
}

.mb-half {
  margin-bottom: clamp(20px, 4vw, 50px);
}

.mb-st {
  margin-bottom: clamp(40px, 7vw, 100px);
}

.mbem-1 {
  margin-bottom: 1em;
}

.mbem-2 {
  margin-bottom: 2em;
}

.mlem-1 {
  margin-left: 1em;
}

.mlem-2 {
  margin-left: 2em;
}

.mrem-1 {
  margin-right: 1em;
}

.mrem-2 {
  margin-right: 2em;
}

.pem-1 {
  padding: 1em;
}

.pem-2 {
  padding: 2em;
}

.ptem-1 {
  padding-top: 1em;
}

.ptem-2 {
  padding-top: 2em;
}

.pbem-1 {
  padding-bottom: 1em;
}

.pbem-2 {
  padding-bottom: 2em;
}

.plem-1 {
  padding-left: 1em;
}

.plem-2 {
  padding-left: 2em;
}

.prem-1 {
  padding-right: 1em;
}

.prem-2 {
  padding-right: 2em;
}

.pvert-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pvert-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.phor-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.phor-2 {
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 500px) {
  .no-sp {
    display: none;
  }
  .min-800 {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }
  .block-break-pc {
    display: inline-block;
  }
  .max-800 {
    display: none;
  }
}
.f-romaji-reg {
  font-family: " Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
}

.f-romaji-med {
  font-family: " Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
}

.f-romaji-b {
  font-family: " Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
}

.p-small {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.pem-09 {
  font-size: 0.9em;
}

.pem-08 {
  font-size: 0.8em;
}

.lh-100 {
  line-height: 100%;
}

.lh-140 {
  line-height: 140%;
}

.lh-160 {
  line-height: 160%;
}

.text-bold {
  font-weight: 600;
}

.text-med {
  font-weight: 500;
}

.text-reg {
  font-weight: 400;
}

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

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

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

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

.hamburger {
  position: relative;
  aspect-ratio: 1/1;
  max-height: 80%;
  height: 50px;
  width: 50px;
  z-index: 3002;
  margin-right: 10px;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  appearance: none;
  background-color: #000000;
  border: unset;
  cursor: pointer;
  transform: rotate(0deg);
  transform-origin: bottom;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 25px;
  right: 12px;
  background: #ffffff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  width: 28px;
  top: 32.4%;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: 48%;
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  top: 63.6%;
  width: 24px;
  transform-origin: left center;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.active-ham {
  position: fixed;
  top: 20px;
  right: 15px;
  margin-right: 0;
}
.hamburger.active-ham span {
  right: 7.5px;
}
.hamburger.active-ham span:nth-child(1) {
  transform: rotate(45deg);
  top: 30%;
}
.hamburger.active-ham span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.active-ham span:nth-child(3) {
  transform: rotate(-45deg);
  width: 28px;
  top: 69%;
}

html {
  scroll-padding-top: clamp(80px, 10vw, 155px);
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: clamp(80px, 10vw, 155px);
  transition: height 0.15s ease-out;
  z-index: 30;
  background-color: #ffffff;
  color: #000000;
}
header .content-wapper {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  font-size: clamp(1.2rem, 1vw, 2rem);
  max-width: 87.5%;
  margin: auto;
}
header .content-wapper .logo-wrapper {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: end;
}
header .content-wapper .logo-wrapper .header-logo {
  display: inline-block;
  width: auto;
  height: 59%;
  max-height: 90px;
  margin: auto 0 clamp(2rem, 1vw, 4rem) 0;
}
header .content-wapper .logo-wrapper .header-logo img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header #main-menu {
  min-width: 34rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: end;
  justify-content: end;
  padding-bottom: 1em;
}
header #main-menu .open-menu-logo,
header #main-menu .open-menu,
header #main-menu .hamburger {
  display: none;
}
header #main-menu .line {
  align-items: center;
  gap: 1rem;
  width: auto;
}
header #main-menu .line img {
  width: auto;
  height: 3rem;
  margin: auto 0;
}
header #main-menu .nav-menu {
  display: flex;
  flex-direction: row;
  line-height: 1.25;
  column-gap: 1.5em;
  row-gap: 1em;
}
header.scrolled {
  transition: height 0.3s linear;
  height: calc(0.8 * clamp(80px, 10vw, 155px));
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1000px) {
  header {
    min-height: unset;
  }
  header .content-wapper {
    max-width: 100%;
    display: flex;
  }
  header .content-wapper .logo-wrapper {
    width: 55%;
    max-height: 60px;
    margin: auto 0;
    margin: auto 0 1rem 2rem;
  }
  header .content-wapper .logo-wrapper .header-logo {
    display: inline-block;
    width: auto;
    height: 60px;
    margin: 0;
  }
  header .content-wapper #main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: end;
    min-width: unset;
    padding-bottom: 0;
  }
  header .content-wapper #main-menu .line {
    width: fit-content;
  }
  header .content-wapper #main-menu .line .line-icon img {
    height: auto;
    height: 5rem;
  }
  header .content-wapper #main-menu .nav-menu,
  header .content-wapper #main-menu .line-span {
    display: none;
  }
  header .content-wapper #main-menu .hamburger {
    display: flex;
  }
  header .content-wapper #main-menu.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.1s ease-in;
    height: 60px;
  }
  header .content-wapper #main-menu.scrolled .header-container,
  header .content-wapper #main-menu.scrolled .hamburger {
    max-height: 100%;
    margin: 0;
  }
  header .content-wapper #main-menu.open-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 300;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 1.2em;
    max-width: 430px;
    width: 100%;
    height: 100%;
    padding: 28px 8% 5vh;
    animation: slidein 0.2s ease-in-out;
    background-color: #3d3f58;
    color: #e2e2e2;
    border-left: 1px solid #000000;
    font-size: 2rem;
  }
  header .content-wapper #main-menu.open-menu .open-menu-logo {
    order: -1;
    width: 70%;
    display: flex;
    margin-left: -0.3em;
  }
  header .content-wapper #main-menu.open-menu .line {
    gap: 1em;
    align-items: center;
  }
  header .content-wapper #main-menu.open-menu .line span {
    display: flex;
    font-size: 1.6rem;
  }
  header .content-wapper #main-menu.open-menu .nav-menu {
    gap: 1.2em;
    display: flex;
    z-index: 101;
    flex-direction: column;
    align-items: flex-start;
  }
  header .content-wapper #main-menu.open-menu .nav-menu li {
    width: 100%;
    font-size: 24px;
    margin: clamp(5px, 1vh, 10px) 0;
    background: url(../img/icons/arrow-right.svg) right center no-repeat;
    background-size: 1.5em;
  }
  header .content-wapper #main-menu.open-menu .nav-menu li a {
    display: block;
    width: 100%;
  }
}
@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
footer .contact-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/footer/footer-sp.webp");
  max-width: unset;
  width: 100%;
  height: fit-content;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
  padding: clamp(4rem, 4vw, 5rem) 0;
}
@media screen and (min-width: 651px) {
  footer .contact-banner {
    background-image: url("../img/footer/footer-md.webp");
  }
}
@media screen and (min-width: 1441px) {
  footer .contact-banner {
    background-image: url("../img/footer/footer-lg.webp");
  }
}
footer .contact-banner .title {
  line-height: 0.9;
}
footer .contact-banner .title .jp-title {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: normal;
}
footer .contact-banner .title .en-title {
  padding-top: 0.13em;
  font-size: clamp(4rem, 3.75vw, 6rem);
  letter-spacing: 0.05em;
  font-weight: 500;
}
footer .contact-banner .call-send {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2.5vw, 3rem);
  max-width: 80%;
  margin-inline: auto;
  /* 共通スタイル */
  /* 電話番号ボックス */
  /* 送信ボックス */
}
footer .contact-banner .call-send .tell-box,
footer .contact-banner .call-send .send-box {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 100%;
  height: 8rem;
  border-radius: 1rem;
  max-width: 40rem;
  padding: 0.5rem;
}
footer .contact-banner .call-send .tell-box {
  flex-direction: column;
  border: 1px solid #ffffff;
  gap: 1rem;
}
footer .contact-banner .call-send .tell-box .phone {
  font-size: clamp(2.6rem, 3vw, 3.8rem);
  font-weight: bold;
  gap: 0.3em;
}
footer .contact-banner .call-send .tell-box .phone .phone-img {
  width: clamp(2.4rem, 2.1vw, 3.4rem);
}
footer .contact-banner .call-send .tell-box .phone .number {
  color: #ffffff;
}
footer .contact-banner .call-send .tell-box .time {
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  display: inline-block;
  font-weight: lighter;
}
footer .contact-banner .call-send .send-box {
  background-color: #ffffff;
  padding: 0;
  gap: 1rem;
  vertical-align: bottom;
  color: #3d3f58;
}
footer .contact-banner .call-send .send-box img {
  display: block;
  width: 3rem;
  height: auto;
}
footer .contact-banner .call-send .send-box span {
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  font-weight: bold;
}
footer .company-info {
  background-color: #0d0d0e;
  color: #e2e2e2;
  width: 100%;
  padding: 0 1rem 0 clamp(3rem, 7.5vw, 12rem);
  border-right: 1px solid #0d0d0e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: clamp(1.3rem, 1.3vw, 2rem);
}
footer .company-info .footer-logo {
  display: block;
  width: clamp(100px, 28vw, 280px);
  margin: 2em 0 1.5em 0;
  min-width: 24rem;
}
footer .company-info .footer-logo img {
  width: 100%;
  object-fit: cover;
}
footer .company-info .footer-access {
  font-style: normal;
  width: fit-content;
  text-align: start;
  margin: 0 0 3em 0;
  line-height: 1.5;
  font-weight: 300;
}
footer .company-info .footer-access .tel-fax {
  column-gap: 1em;
}
footer .company-info .footer-access .tel-fax .a-phone {
  color: #e2e2e2;
}
footer .footer-menu {
  background-color: #15171b;
  color: #e2e2e2;
  width: 100%;
  height: 100%;
  padding-inline: 10%;
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
}
footer .footer-menu ul {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 8rem;
  column-gap: 1em;
  row-gap: 1em;
}
footer .footer-menu .nav-btn {
  font-weight: bold;
  padding: 2rem 0;
}
footer .footer-menu .terms {
  display: flex;
  padding: 2rem 0;
  font-size: 1.4rem;
  font-weight: normal;
  color: #707070;
  border-top: 1px solid #e2e2e2;
}
footer .footer-menu .terms .footer-copy {
  justify-self: end;
  margin-left: auto;
}

@media (min-width: 1001px) {
  footer {
    margin: 0;
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: 520px 1fr;
  }
  footer .contact-banner {
    grid-column: 1/-1;
    width: 100%;
  }
  footer .contact-banner .call-send {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  footer .contact-banner .call-send .tell-box,
  footer .contact-banner .call-send .send-box {
    max-width: unset;
    width: 445px;
    height: 108px;
  }
  footer .contact-banner .call-send .tell-box {
    gap: 0.4em;
  }
  footer .company-info {
    align-items: start;
  }
  footer .company-info .footer-logo,
  footer .company-info .footer-access {
    margin-left: 0;
  }
  footer .footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  footer .footer-menu .nav-btn {
    padding: 0 0 2rem;
    margin-top: clamp(30px, 6vw, 50px);
  }
  footer .footer-menu .terms {
    color: #707070;
    display: flex;
    flex-direction: row;
  }
}
.page-hero {
  margin: 0;
  max-width: unset;
}

.post-nav {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}
.post-nav .navigation,
.post-nav .nav-links {
  width: 100%;
}
.post-nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.post-nav .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 1em;
  height: 1em;
  margin: 0 0.5em;
}
.post-nav .page-numbers.prev svg, .post-nav .page-numbers.next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  stroke: #000000;
  fill: #000000;
}
.post-nav .page-numbers.current {
  font-size: clamp(2rem, 1.5vw, 2.4rem);
  color: #000000;
}
.post-nav .page-numbers li a {
  font-size: clamp(2rem, 1.5vw, 2.4rem);
  color: #707070;
}
.post-nav .page-numbers li a:hover {
  opacity: 1;
  color: #000000;
}

.info-table {
  box-sizing: border-box;
  border: 5px solid #707070;
  background-color: #ffffff;
}
.info-table .table-row {
  display: grid;
  grid-template-columns: 30% 1fr;
  border-bottom: 1px solid #707070;
  font-weight: lighter;
  font-size: clamp(1.3rem, 1.4vw, 2.4rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.info-table .table-row:last-child {
  border-bottom: unset;
}
.info-table .table-row a {
  border-bottom: 1px solid #2d4294;
}
.info-table .table-row dt,
.info-table .table-row dd {
  height: 100%;
  display: flex;
  align-items: center;
}
.info-table .table-row dt {
  padding: 1em 0.7em;
}
.info-table .table-row dd {
  border-left: 1px solid #707070;
  padding: 1em 0.7em;
}
.info-table .label,
.info-table .content {
  width: auto;
}
@media screen and (min-width: 768px) {
  .info-table .table-row {
    font-size: clamp(1.4rem, 1.5vw, 3rem);
    grid-template-columns: 20% 1fr;
  }
}

.bloglist-area {
  width: 100%;
}

.post-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  .post-row {
    flex-direction: row;
    align-items: flex-start;
  }
}
.post-row .blog-date {
  padding-left: 10px;
  border-bottom: 2px solid #000000;
  color: #f0f0f0;
  line-height: 200%;
}
.post-row .blog-title {
  padding-left: 5px;
  margin: 1em 0 0 0;
}
@media screen and (min-width: 768px) {
  .post-row {
    max-width: 100%;
    flex-direction: row;
  }
  .post-row .blog-date {
    border-bottom: unset;
    margin-right: 1em;
  }
  .post-row .blog-title {
    margin: 0;
  }
}

.blogcard-area {
  width: 100%;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: clamp(20px, 3vw, 40px);
}

.featured-blogcard {
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: clamp(20px, 3vw, 40px);
}
.featured-blogcard h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.featured-blogcard .post-categories,
.featured-blogcard .card-excerpt {
  display: none;
}

.post-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 320px;
  padding-bottom: 4em;
  background-color: #ffffff;
}
.post-card a,
.post-card img {
  width: 100%;
}
.post-card .post-categories,
.post-card .card-headline,
.post-card .card-excerpt {
  width: 92%;
}
.post-card .post-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0px auto;
  padding-top: 10px;
}
.post-card .post-categories li {
  background-color: #000000;
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.7em;
  list-style-type: none;
  line-height: 100%;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
}
.post-card .card-headline {
  margin: 30px auto 10px auto;
}
.post-card .card-excerpt {
  overflow-x: hidden;
  margin-bottom: 20px;
}
.post-card .continue-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: end;
}
@media screen and (min-width: 768px) {
  .post-card {
    width: 48%;
  }
}
@media screen and (min-width: 1001px) {
  .post-card {
    width: 30.6%;
    max-width: unset;
  }
}

.category-filter {
  justify-content: space-evenly;
  margin: clamp(40px, 8vw, 80px) auto;
}
.category-filter a {
  padding: 0.5em 1em;
  background-color: #000000;
  color: #ffffff;
  border-radius: 1.5em;
}
.category-filter a.active-btn {
  background-color: #f0f0f0;
  pointer-events: none;
}

.nav-elements {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 8em 1fr;
  grid-template-rows: auto;
}
.nav-elements a {
  box-sizing: border-box;
  grid-row: 1/2;
}
.nav-elements a.prev-link {
  grid-column: 1/2;
}
.nav-elements a.return-link {
  grid-column: 2/3;
  text-align: center;
}
.nav-elements a.next-link {
  grid-column: 3/5;
  text-align: end;
}

.page-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - clamp(80px, 10vw, 155px));
  min-height: 450px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.page-hero .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.page-hero .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.page-hero #top-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.page-hero .scroll-down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  width: 7.5vw;
  height: auto;
  z-index: 10;
}
.page-hero .scroll-down:hover {
  animation: arrowJumpHover-down 0.6s ease-in-out forwards;
}
@keyframes arrowJumpHover-down {
  0% {
    transform: translate(0);
  }
  30% {
    transform: translateY(0.4rem);
  }
  50% {
    transform: translateY(-0.8rem);
  }
  100% {
    transform: translateY(0.4rem);
  }
}
@media screen and (max-width: 651px) {
  .page-hero {
    height: 26rem;
  }
  .page-hero .bg-img img {
    object-fit: cover;
  }
  .page-hero .scroll-down {
    display: none;
  }
}

.section-relative {
  position: relative;
}

.bg-img {
  position: absolute;
  height: clamp(30rem, 50vw, 60rem);
  z-index: -1;
}
.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subtitle-container {
  padding-top: clamp(3rem, 3.8vw, 6rem);
}
.subtitle-container .subtitile-text {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  height: fit-content;
}
.subtitle-container .subtitile-text .solid {
  padding: 0 1.6rem 10px calc((100% - min(1440px, 90%)) / 2);
  border-bottom: 2px solid #e2e2e2;
  justify-content: start;
}
.subtitle-container .subtitile-text .solid .jp-text {
  font-size: clamp(1.4rem, 1.5vw, 2.4rem);
  line-height: 1;
}
.subtitle-container .subtitile-text .solid .en-text {
  color: #2d4294;
  font-size: clamp(4rem, 4.4vw, 7rem);
  font-weight: 700;
  line-height: 1;
}
.subtitle-container .subtitile-text .outline {
  overflow: hidden;
  height: fit-content;
  font-size: clamp(9rem, 10vw, 16rem);
  color: transparent;
  -webkit-text-stroke: 0.2rem #707070;
  font-weight: 700;
  z-index: 10;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .subtitle-container .subtitile-text .outline {
    display: none;
  }
}
.subtitle-container .subtitile-text span {
  display: block;
  line-height: 1;
  z-index: 10;
}

.read-more {
  align-items: center;
  gap: 10px;
  margin-left: auto;
  vertical-align: middle;
  height: fit-content;
}
.read-more img {
  display: block;
  width: 5.4rem;
  height: auto;
  object-fit: cover;
  margin: auto 0;
  transition: transform 0.3s ease-out;
}
.read-more span {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  white-space: nowrap;
}
@media screen and (max-width: 1001px) {
  .read-more {
    display: flex;
  }
  .read-more img {
    align-self: end;
    width: 3.6rem;
    height: 3.6rem;
    background-size: 1.8rem;
  }
  .read-more span {
    font-size: 1.4rem;
  }
}

.read-more:hover img {
  animation: arrowJumpHover-right 0.6s ease-in-out forwards;
}

@keyframes arrowJumpHover-right {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-0.4rem);
  }
  50% {
    transform: translateX(0.8rem);
  }
  100% {
    transform: translateX(0.4rem);
  }
}
.top-btn {
  background: url(../img/arrow-up.svg) center no-repeat #3d3f58;
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin: clamp(4rem, 6.25vw, 10rem) auto clamp(2.5rem, 3.5vw, 6rem);
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 1001px) {
  .top-btn {
    width: 3.6rem;
    height: 3.6rem;
    background-size: 1.8rem;
  }
}
.top-btn:hover {
  animation: arrowJumpHover-top 0.6s ease-in-out forwards;
}
@keyframes arrowJumpHover-top {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0.4rem);
  }
  50% {
    transform: translateY(-0.8rem);
  }
  100% {
    transform: translateY(-0.4rem);
  }
}

/*# sourceMappingURL=main.css.map */
