@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__side-space {
  width: calc(100% - (100% - 99.375 * 1rem) / 2);
  margin: 0;
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-size: 0.9em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__fsiz-18 {
  font-size: max(1.125rem, 1em);
}

.__txtlimit {
  max-width: 100%;
}
.__txtlimit span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__txtbgcolor {
  color: #fff;
  display: inline;
  padding: 0.24em 0.8em;
  line-height: 2.4em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-repeat: no-repeat;
}
.__txtbgcolor.__navy01 {
  background-image: linear-gradient(transparent 0, #213053 0);
}
.__txtbgcolor.__navy02 {
  background-image: linear-gradient(transparent 0, #3e5589 0);
}
.__txtbgcolor.__khaki {
  background-image: linear-gradient(transparent 0, #9aa37c 0);
}
.__txtbgcolor.__white {
  color: #383838;
  background-image: linear-gradient(transparent 0, #fff 0);
}

.__ttlstyle01 span.__en {
  display: block;
  color: #2e4272;
  font-size: 6rem;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__en {
    font-size: 3.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 2.25em;
  }
}
.__ttlstyle01 span.__jp {
  display: block;
  font-size: max(1.25rem, 1.05em);
  margin-top: 0.1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 0.95em;
  }
}
.__ttlstyle01.__medium span.__en {
  font-size: 5rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01.__medium span.__en {
    font-size: 3.375em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__medium span.__en {
    font-size: 2em;
  }
}
.__ttlstyle01.__terracotta span.__en {
  color: #d2723d;
}
.__ttlstyle01.__khaki span.__en {
  color: #9aa37c;
}
.__ttlstyle01.__white span.__en {
  color: #fff;
}

.__ttlstyle02 {
  font-size: max(1.6875rem, 1.25em);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 {
    font-size: 1.125em;
  }
}
.__ttlstyle02 .__line {
  display: inline-block;
  width: 3em;
  height: 1px;
  background-color: #fff;
  margin-left: 0.4em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 .__line {
    width: 1.75em;
  }
}

.__ttlstyle03 {
  font-weight: 600;
  font-size: max(1.5rem, 1.25em);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 {
    font-size: 1.125em;
  }
}
.__ttlstyle03::after {
  content: "";
  display: block;
  width: 1.75em;
  height: 2px;
  background-color: #d2723d;
  margin-top: 0.6em;
  margin-bottom: 1em;
}

.__ttlstyle04 span.__en {
  color: #2e4272;
  font-size: max(1.5rem, 1.25em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle04 span.__en {
    font-size: 1.05em;
  }
}
.__ttlstyle04 span.__jp {
  display: block;
  font-size: max(2.75rem, 1.75em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle04 span.__jp {
    font-size: 1.325em;
  }
}

.__deco-entxt {
  position: relative;
  z-index: -1;
  color: #ebebeb;
  font-size: min(10.2083333333vw, 196px);
  line-height: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .__deco-entxt {
    font-size: 4em;
  }
}
.__deco-entxt.__lkhaki {
  color: #e6e8e1;
}

.__label-style {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  background-color: #ebebeb;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 0.85em;
  line-height: 1.6em;
  padding: 0 1.6em 0.1em;
  border-radius: 50vh;
}
@media screen and (max-width: 767px) {
  .__label-style {
    font-size: 0.8em;
  }
}
.__label-style.new {
  color: #fff;
  background-color: #d18255;
}

a.__txtlink {
  color: #383838;
  display: inline;
  text-decoration: underline;
}
a.__anchor-point {
  position: absolute;
}

.__hover-style {
  transition: all 0.24s ease;
}
.__hover-style:hover {
  opacity: 0.6;
}

a .__roll-animation {
  display: block;
  overflow: hidden;
  height: 1em;
}
@media screen and (max-width: 1199px) {
  a .__roll-animation {
    height: auto;
  }
}
a .__roll-animation span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  a .__roll-animation span {
    text-align: start;
    line-height: 1.4em;
  }
}
a .__roll-animation span.__initial {
  will-change: margin-top;
  transition: margin-top 0.4s;
}
a .__roll-animation span.__en {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1199px) {
  a .__roll-animation span.__en {
    font-size: 1.05em;
  }
}
@media screen and (max-width: 1199px) {
  a .__roll-animation span.__jp {
    font-size: 0.8em;
  }
}
a:hover .__roll-animation span.__initial {
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  a:hover .__roll-animation span.__initial {
    margin-top: 0;
  }
}

.__linkbtn01 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn01 a, .__linkbtn01 button {
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #b8baba;
  padding-bottom: 0.6em;
  padding-right: 0.6em;
  transition: all 0.3s ease;
}
.__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
  font-size: max(1.375rem, 1.05em);
  line-height: 1.6em;
  margin-right: 1.6em;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
    font-size: 1em;
  }
}
.__linkbtn01 a span.__arrow, .__linkbtn01 button span.__arrow {
  position: relative;
  display: block;
  width: 2.2em;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a span.__arrow, .__linkbtn01 button span.__arrow {
    width: 2em;
  }
}
.__linkbtn01 a span.__arrow::before, .__linkbtn01 button span.__arrow::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -4%;
  content: "";
  display: block;
  width: 20%;
  aspect-ratio: 1/1;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.__linkbtn01 a span.__arrow img, .__linkbtn01 button span.__arrow img {
  width: 100%;
  height: auto;
}
.__linkbtn01 a:hover, .__linkbtn01 button:hover {
  padding-right: 0;
  padding-left: 0.6em;
}
.__linkbtn01.__back a, .__linkbtn01.__back button {
  padding-right: 0;
  padding-left: 0.6em;
}
.__linkbtn01.__back a span.__txt, .__linkbtn01.__back button span.__txt {
  margin-right: 0;
  margin-left: 1.6em;
}
.__linkbtn01.__back a span.__arrow::before, .__linkbtn01.__back button span.__arrow::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.__linkbtn01.__back a:hover, .__linkbtn01.__back button:hover {
  padding-left: 0;
  padding-right: 0.6em;
}

.__deco-hexagon {
  position: absolute;
  z-index: -1;
}
.__deco-hexagon img {
  width: 100%;
  height: auto;
}

.__content-style01 .sec-catch, .__content-style01 .item-catch {
  margin-top: 1em;
}
.__content-style01 .sec-txt, .__content-style01 .item-txt {
  margin-top: 1.6em;
}
.__content-style01 .sec-txt p, .__content-style01 .item-txt p {
  line-height: 2em;
}
.__content-style01 .sec-link {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-link {
    margin-top: 3em;
  }
}
.__content-style01 .sec-link .__linkbtn01 {
  margin-left: auto;
}

.__content-style02 {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .__content-style02 {
    display: block;
  }
}
.__content-style02 .txt-wrap {
  width: 100%;
}
.__content-style02 .img-wrap {
  flex-shrink: 0;
  width: 33.75rem;
  aspect-ratio: 3/2;
  box-shadow: 4px 4px 8px rgba(102, 102, 102, 0.2);
  margin-left: max(7.5rem, 4em);
}
@media screen and (max-width: 1199px) {
  .__content-style02 .img-wrap {
    width: min(100%, 780px);
    aspect-ratio: 5/3;
    margin: 0 auto;
    margin-top: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .img-wrap {
    aspect-ratio: 3/2;
  }
}
.__content-style02 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-style02.__reverse {
  flex-direction: row-reverse;
}
.__content-style02.__reverse .img-wrap {
  margin-left: 0;
  margin-right: max(7.5rem, 4em);
}
@media screen and (max-width: 1199px) {
  .__content-style02.__reverse .img-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.__frame-style {
  background-color: #fff;
  border: solid 2px #acb29a;
  padding: max(1.875rem, 20px);
}
@media screen and (max-width: 767px) {
  .__frame-style {
    padding: 20px 16px;
  }
}

.content-wrap.__telfax {
  text-align: center;
}
.content-wrap.__telfax .num-txt {
  font-size: max(1.5rem, 1.175em);
}
@media screen and (max-width: 767px) {
  .content-wrap.__telfax .num-txt {
    font-size: 1em;
  }
}
.content-wrap.__telfax .num-txt a {
  font-size: 1em;
  display: inline;
}
.content-wrap.__telfax .num-txt .__num {
  font-size: 1.75em;
  line-height: 1em;
}
.content-wrap.__telfax .note-txt p {
  font-size: max(1rem, 0.95em);
}

.__fadeIn {
  opacity: 0;
  transform: translateY(2em);
  will-change: transform;
  transition: all 1.2s cubic-bezier(0.2, 0.7, 0.2, 1) 0.4s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

.__slideIn {
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transform: translateY(2em);
  clip-path: inset(0 100% 0 0); /* 右側を全カット（非表示） */
  will-change: transform, clip-path;
  transition: all 1.6s cubic-bezier(0.2, 0.7, 0.2, 1) 0.4s, clip-path 1.4s cubic-bezier(0.2, 0.7, 0.2, 1) 0.4s;
}
.__slideIn.__delay00 {
  transition-delay: 0s;
}
.__slideIn.__inview {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0); /* 全表示 */
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  transition: all 0.4s ease;
}
header > * {
  pointer-events: auto;
}
header.__scroll {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em max(1.875rem, 1em);
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 0.6em 0.8em;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #666;
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 0.8;
    visibility: visible;
  }
}
header .header-logo {
  width: 12.5em;
  margin-left: -0.6em;
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 11em;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 10em;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 24px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -6px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: #fff;
    width: 180px;
    height: 100vh;
    padding-top: 80px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  color: #213053;
  position: relative;
  margin: 0 1.25rem;
  padding: 0.36em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    margin: 20px 0;
    padding-bottom: 0.6em;
    padding-left: 30px;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #213053;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a::before {
  opacity: 1;
}

/* sec-contact
---------------------------------------------------- */
.sec-contact {
  width: 100%;
}
.sec-contact::before {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #f5f5f5;
  border-top: solid 2px #ebebeb;
}
.sec-contact .sec-inner {
  width: 99.375rem;
  margin: 0 auto;
  color: #fff;
  background-color: #3e5589;
  border: solid 2px #2e4272;
  padding: max(5rem, 60px) max(5rem, 48px);
  transition-duration: 1.8s;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner {
    transition-duration: 1.6s;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner {
    width: calc(100% - 40px);
    padding: 48px 16px;
  }
}
.sec-contact .flex-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-contact .flex-wrap {
    display: block;
  }
}
.sec-contact .flex-wrap .sec-ttl {
  flex-shrink: 0;
  margin-right: max(5rem, 3em);
}
@media screen and (max-width: 1199px) {
  .sec-contact .flex-wrap .sec-ttl {
    text-align: center;
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .sec-contact .flex-wrap .sec-content {
    margin-top: 2em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-contact .flex-wrap .sec-content .sec-txt {
    text-align: center;
  }
}
.sec-contact .flex-wrap .sec-content .sec-txt p {
  line-height: 2em;
}
.sec-contact .flex-wrap .sec-content .contact-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.4em;
}
@media screen and (max-width: 1199px) {
  .sec-contact .flex-wrap .sec-content .contact-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .flex-wrap .sec-content .contact-wrap {
    display: block;
    margin-top: 3em;
  }
}
.sec-contact .flex-wrap .sec-content .contact-wrap .content-wrap.__mail {
  margin-left: 4em;
}
@media screen and (max-width: 767px) {
  .sec-contact .flex-wrap .sec-content .contact-wrap .content-wrap.__mail {
    margin-left: 0;
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .flex-wrap .sec-content .contact-wrap .content-wrap.__mail .__linkbtn01 {
    margin: 0 auto;
  }
}

/* footer
---------------------------------------------------- */
footer {
  overflow: clip;
  background-color: #f5f5f5;
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    padding-top: 48px;
    padding-bottom: 40px;
  }
}
footer .footer-inner .footer-left .footer-logo {
  width: 16em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 14em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 12.5em;
  }
}
footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .footer-info {
  margin-top: 1em;
}
footer .footer-inner .footer-left .footer-info p {
  font-size: max(1rem, 0.95em);
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-info p {
    font-size: 0.95em;
  }
}
footer .footer-inner .footer-left .footer-info p:nth-of-type(2) {
  margin-top: 2em;
}
footer .footer-inner .footer-left .footer-info p a {
  font-size: 1em;
  display: inline;
}
footer .footer-inner .footer-left .footer-info p a.__map {
  margin-left: 0.6em;
}
footer .footer-inner .footer-menu {
  flex-shrink: 0;
  margin-left: max(5rem, 3em);
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu {
    margin-left: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu {
    margin-top: 40px;
  }
}
footer .footer-inner .footer-menu ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul li {
    width: 50%;
    margin-top: 1em;
  }
}
footer .footer-inner .footer-menu ul li a {
  margin: 0 1.25rem;
  padding: 0.36em 0;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul li a {
    margin: 0;
  }
}
footer .footer-inner .footer-menu ul li:nth-of-type(1) a {
  margin-left: 0;
}
footer .footer-inner .footer-menu ul li:last-of-type a {
  margin-right: 0;
}
footer .copyright {
  color: #666;
  border-top: solid 1px #d7d9d9;
  padding: max(1.875rem, 10px) 0;
}
footer .copyright p {
  text-align: center;
  font-size: 0.825em;
}
@media screen and (max-width: 767px) {
  footer .copyright p {
    font-size: 0.75em;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: max(1.25rem, 12px);
}
#pagetop a {
  width: 60px;
  aspect-ratio: 1/1;
  background-color: #383838;
  transition: all 0.24s ease;
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 36px;
  }
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #pagetop a img {
    width: 16px;
  }
}
#pagetop a:hover {
  background-color: #2e4272;
}/*# sourceMappingURL=common.css.map */