@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  background-repeat: no-repeat;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

b,
strong {
  font-weight: bolder;
}

mark {
  color: #000;
  background-color: #ff0;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input,
button,
select,
textarea {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

[disabled] {
  cursor: default;
}

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

textarea {
  resize: vertical;
}

/* img border reset */
img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

/* svg overflow fix - optional */
svg:not(:root) {
  overflow: hidden;
}

/* ::selection - optional */
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* # =================================================================
#	リンク
# ================================================================= */
.c-page-header {
  background: -webkit-gradient(linear, left top, right top, from(#82A5A5), to(#4D6262));
  background: -webkit-linear-gradient(left, #82A5A5 0%, #4D6262 100%);
  background: linear-gradient(90deg, #82A5A5 0%, #4D6262 100%);
}

.domestic {
  margin-top: 73px;
}

@media screen and (max-width: 767px) {
  .domestic {
    margin-top: 35px;
  }
}

.line {
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
}

.links {
  margin-top: 61px;
}

@media screen and (max-width: 767px) {
  .links {
    margin-top: 30px;
  }
}

.c-reception {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1em;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-reception::before {
  display: inline-block;
  content: "";
  width: 11px;
  height: 11px;
  background: #B98C4D;
  border-radius: 2px;
  position: absolute;
  left: 0;
}

.translatepress-en_US .c-reception::before {
  top: unset;
}

.c-reception span {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .c-reception {
    font-size: 12px;
  }

  .c-reception span {
    margin-left: 10px;
  }
}

.overseas {
  margin-top: 90px;
  margin-bottom: 300px;
}

@media screen and (max-width: 767px) {
  .overseas {
    margin-top: 45px;
    margin-bottom: 50px;
  }
}

.c-item {
  margin-top: 60px;
  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;
}

.item:nth-of-type(1) {
  margin-top: 0;
}

.c-item span {
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-item {
    margin-top: 30px;
  }
}

.link-tex {
  line-height: 48px;
}

@media screen and (max-width: 767px) {
  .link-tex {
    line-height: 30px;

    margin-top: 15px;
  }
}

/* # =================================================================
#	ベース
# ================================================================= */
:root {
  --vh: 100vh;
  --sp_mv_vh: 100vh;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* background: #000; */
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
button {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

a:hover,
button:hover {
  opacity: 0.5;
}

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

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

table {
  border-collapse: collapse;
}

/* # =================================================================
#	レイアウト PC/SP
# ================================================================= */
body {
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    font-size: 1.4rem;
  }
}

.for-sp {
  display: none;
}

.for-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .for-sp {
    display: block;
  }

  .for-pc {
    display: none;
  }
}

/* ベースのカラム設定 */
.c-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}

.c-wrapper {
  min-width: 1000px;
}

/* スマホ用カラム設定 */
.c-column-s {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  padding: 0 100px;
  margin: 0 auto;
}

/* メディアクエリ（タブレットサイズ） */
@media screen and (max-width: 767px) {
  .c-column {
    padding: 0 15px;
    min-width: auto;
  }

  .c-wrapper {
    min-width: auto;
  }

  .c-column-s {
    padding: 0 15px;
  }
}

/* モバイル用の設定 */
@media screen and (max-width: 360px) {
  .for-sp {
    display: block !important;
    /* スマホ用に表示 */
  }

  .for-pc {
    display: none !important;
    /* PC用非表示 */
  }

  .c-column,
  .c-column-s {
    max-width: 100%;
    /* モバイルサイズに合わせる */
    padding: 0 10px;
    /* モバイルのパディング調整 */
  }
}

/* # =================================================================
#	ヘッダー
# ================================================================= */
.c-header {
  /* 最終フォールバック（とても古い環境向け） */
  background: url("../img/common/bg_header_01.jpg") center/cover no-repeat;
  /* 古めのSafari向け */
  background: -webkit-image-set(url("../img/common/bg_header_01.webp") type("image/webp") 1x,
      url("../img/common/bg_header_01.jpg") type("image/jpeg") 1x) center/cover no-repeat;

  /* 標準（対応ブラウザはここを使う） */
  background: image-set(url("../img/common/bg_header_01.webp") type("image/webp") 1x,
      url("../img/common/bg_header_01.jpg") type("image/jpeg") 1x) center/cover no-repeat;
  padding: 20px 0 0;
  position: relative;
  color: #fff;
}

.c-header .c-logo {
  position: relative;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .c-header .c-logo {
    max-width: 100px;
  }
}

.c-header__wrapper01 {
  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;
  -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;
}

.c-header__wrapper01>a {
  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;
  -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;
}

.c-header__wrapper01>a span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: Noto Serif JP;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-header__wrapper01 {
    position: relative;
    z-index: 10;
  }

  .c-header__wrapper01>a {
    margin: 18px 0 0 0;
  }

  .c-header__wrapper01>a span {
    font-size: 19px;
    margin: -3px 0 0 0;
  }
}

.c-header__wrapper02 {
  position: fixed;
  top: 3%;
  right: 38px;
  -webkit-transform: translateY(-3%);
  transform: translateY(-3%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  z-index: 999;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-header__wrapper03 {
  width: 100%;
}

.c-header__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 13px 0px;
  background: #F9F6ED;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.translatepress-en_US .c-header__slide{
    justify-content: flex-start;
}

@media screen and (max-width: 1470px) {
  .c-header__slide {
    justify-content: normal;
  }
}

.c-header__slide li {
  padding: 0 40px 0 30px;
  border-right: solid 1px #2F4C4C;
}

.c-header__slide li:last-child {
  border-right: none;
}

.c-header__slide a {
  color: #2F4C4C;
  font-weight: 700;
}

.c-header__slideht {
  text-align: start;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .c-header {
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 119px;
    z-index: 100;
  }

  .c-header__wrapper03 {
    display: none;
  }

  .c-header__slide {
    margin: 0 auto;
    padding: 10px 0;
  }

  .c-header__wrapper02 {
    position: absolute;
    top: 10px;
    /* left: 0; */
    right: 10px;
    /* width: 100%; */
    -webkit-transform: none;
    transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
}

.c-scrollhint {
  position: relative;
  opacity: 1;
  z-index: 3;
  -webkit-transition: opacity 0.8 ease, visibility 0.8 ease;
  transition: opacity 0.8 ease, visibility 0.8 ease;
}

.c-scrollhint img {
  width: 250px;
  height: auto;
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
  position: absolute;
  top: 15px;
  left: 23px;
}

@media screen and (max-width: 767px) {
  .c-scrollhint {
    bottom: -60px;
  }

  .c-scrollhint img {
    width: 100px;
  }
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

.c-header__menu {
  width: 105px;
  height: 105px;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .c-header__menu {
    width: 50px;
    height: 50px;
  }
}

.c-header__menu.scrolled {
  background: #3A5757;
  background: #3A5757;
  border-radius: 50%;
}

.c-header__menu--inside {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  margin-top: 30px;
}

.c-header__menu--inside span {
  display: block;
  height: 5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-header__menu--inside span:nth-of-type(2) {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .c-header__menu--inside span {
    height: 5px;
  }
}

.c-header__menu--inside .is-scrolled01 {
  background: #294646;
}

.c-header__menu--inside .is-scrolled02 {
  color: #294646;
}

@media screen and (max-width: 767px) {
  .c-header__menu--inside {
    width: 50px;
    margin-top: unset;
  }
}

.c-header__menu--label {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-header__menu--label {
    font-size: 14px;
  }
}

.c-header__menu.is-open {
  background: transparent;
}

.c-header__menu.is-open span {
  background: #333;
}

.c-header__menu.is-open span:nth-child(1) {
  -webkit-animation: open1 0.6s forwards;
  animation: open1 0.6s forwards;
}

.c-header__menu.is-open span:nth-child(2) {
  opacity: 0;
}

.c-header__menu.is-open span:nth-child(3) {
  -webkit-animation: open2 0.6s forwards;
  animation: open2 0.6s forwards;
}

.c-header__menu.is-open .c-header__menu--label {
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-header__menu.is-open {
    font-size: 13px;
  }

  .c-header__menu.is-open span {
    background: #fff;
  }

  .c-header__menu.is-open .c-header__menu--label {
    color: #fff;
  }
}

.c-header__menu.is-close span:nth-child(1) {
  -webkit-animation: close1 0.6s forwards;
  animation: close1 0.6s forwards;
}

.c-header__menu.is-close span:nth-child(2) {
  opacity: 1;
}

.c-header__menu.is-close span:nth-child(3) {
  -webkit-animation: close2 0.6s forwards;
  animation: close2 0.6s forwards;
}

.c-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 10;
}

.c-nav.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .c-nav {
    position: relative;
    width: calc(100% + 30px);
  }

  .c-nav.is-open {
    min-width: auto;
  }
}

.c-nav__wrapper {
  width: 33%;
  /* 最終フォールバック（とても古い環境向け） */
  background: url("../img/common/bg_header_01.jpg") center/cover no-repeat;
  /* 古めのSafari向け */
  background: -webkit-image-set(url("../img/common/bg_header_01.webp") type("image/webp") 1x,
      url("../img/common/bg_header_01.jpg") type("image/jpeg") 1x) center/cover no-repeat;

  /* 標準（対応ブラウザはここを使う） */
  background: image-set(url("../img/common/bg_header_01.webp") type("image/webp") 1x,
      url("../img/common/bg_header_01.jpg") type("image/jpeg") 1x) center/cover no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.c-nav__logo {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: Noto Serif JP;
}

.c-nav__left {
  width: 100%;
}

.c-nav__logo img {
  max-width: 100%;
  height: auto;
  width: 50%;
}

.c-nav__logo span {
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-nav__logo {
    margin-top: 0;
  }

  .c-nav__logo img {
    max-width: 100px;
    position: relative;
  }

  .c-nav__logo span {
    font-size: 19px;
    margin: -3px 0 0 0;
  }
}

.c-nav__content {
  width: 67%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #F9F6ED;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
}

.c-nav__dtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .c-nav__dtl {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 47px;
  }
}

.c-nav__box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 50px;
}

.c-nav__list {
  margin-bottom: 2rem;
  font-size: 20px;
  border-top: #ccc solid 1px;
  padding-top: 25px;
  color: #333;
}

.c-nav__list:last-child {
  border-bottom: #ccc solid 1px;
  padding-bottom: 20px;
}

.c-nav__list p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.c-nav__list ul {
  list-style: none;
  padding: 0;
}

.c-nav__list ul li {
  margin-bottom: 1rem;
}

.c-nav__list ul li a {
  color: #333;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-nav__list ul li {
    margin: 10px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-nav__list {
    font-size: 1.6rem;
  }

  .c-nav__list p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }

  .c-nav__list p a {
    display: block;
  }

  .c-nav__list:last-child {
    border-bottom: unset;
  }

  .c-nav__list:nth-of-type(1) {
    border-top: unset;
  }
}

.c-nav__under {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 60px;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-nav__under {
    margin: 20px 0 130px;
    font-size: 14px;
    gap: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    position: absolute;
    top: 119px;
    width: 100%;
  }

  .c-nav__wrapper {
    display: none;
  }

  .c-nav__content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #F9F6ED;
    padding-top: unset;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 100px;
  }

  .c-nav__box {
    width: 100%;
    padding: 0 15px;
  }

  .c-nav__list {
    padding-top: 0;
    border-top: unset;
    margin-bottom: 15px;
  }

  .c-nav__list:last-child {
    padding-bottom: unset;
  }
}

@-webkit-keyframes open1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(17px) rotate(0);
    transform: translateY(17px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(17px) rotate(45deg);
    transform: translateY(17px) rotate(45deg);
  }
}

@keyframes open1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(17px) rotate(0);
    transform: translateY(17px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(17px) rotate(45deg);
    transform: translateY(17px) rotate(45deg);
  }
}

@-webkit-keyframes open2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-17px) rotate(0);
    transform: translateY(-17px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }
}

@keyframes open2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-17px) rotate(0);
    transform: translateY(-17px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }
}

@-webkit-keyframes close1 {
  0% {
    -webkit-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(15px) rotate(0);
    transform: translateY(15px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes close1 {
  0% {
    -webkit-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(15px) rotate(0);
    transform: translateY(15px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes close2 {
  0% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-15px) rotate(0);
    transform: translateY(-15px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes close2 {
  0% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-15px) rotate(0);
    transform: translateY(-15px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

.c-trans {
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  padding: 5px 16px;
  background: #B98C4D;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 134px;
  height: 52px;
}

.c-trans:before {
  content: "";
  background: url(../img/common/icn_img01.png) no-repeat center center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .c-trans {
    font-size: 14px;
    padding: 5px;
    gap: 2px;
    width: 80px;
    height: 30px;
  }

  .c-trans::before {
    margin-right: unset;
  }
}

/* # =================================================================
#	下層ヘッダー
# ================================================================= */
#inc-hd2 {
  padding: unset;
  padding-top: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#3A5757), to(#294646));
  background: -webkit-linear-gradient(left, #3A5757 0%, #294646 100%);
  background: linear-gradient(90deg, #3A5757 0%, #294646 100%);
}

#inc-hd2__slide {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#inc-hd2 .c-header__wrapper01>a span {
  top: 11px;
  left: 0px;
  font-size: 28px;
}

#inc-hd2 .c-header__slide {
  margin-top: 10px;
}

#inc-hd2 .c-header__wrapper02 {
  top: 38px;
  right: 77px;
}

@media screen and (max-width: 767px) {
  #inc-hd2 .c-header__wrapper01>a span {
    font-size: 20px;
    top: 0;
  }
}

.c-page-header {
  width: 100%;
  height: 250px;
  position: relative;
}

.c-credit {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.c-credit span {
  display: block;
}

@media screen and (max-width: 767px) {
  .c-page-header {
    height: 160px;
    min-width: auto;
  }

  .c-credit {
    font-size: 10px;
    right: 5px;
    bottom: 2px;
  }
}

/* # =================================================================
#	見出し
# ================================================================= */
.c-head01 {
  position: relative;
  padding: 2rem;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
}

.c-head01 span {
  font-size: 35px;
  display: block;
  line-height: 1;
}

.c-head01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  top: 7%;
  -webkit-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  width: 5%;
  height: 7px;
  background: #B98C4D;
}

@media screen and (max-width: 767px) {
  .c-head01 {
    font-size: 25px;
    padding: 1rem;
  }

  .c-head01::before {
    width: 15%;
    height: 3px;
  }

  .c-head01 span {
    font-size: 17px;
  }
}

.no-reception {
  margin-top: 126px;
}

.no-reception span {
  font-size: 32px;
}

.no-reception::before {
  top: 7%;
  height: 6px;
}

@media screen and (max-width: 767px) {
  .no-reception {
    margin-top: 45px;
  }

  .no-reception span {
    font-size: 17px;
  }
}

.c-head02 {
  font-size: 40px;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-head02 {
    font-size: 20px;
    margin: 32px 0;
  }
}

.c-head03 {
  font-weight: 300;
  font-size: 32px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 12px;
}

.c-head03::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 30px;
  background: -webkit-gradient(linear, right top, left top, from(#B98C4D), color-stop(47.5%, #E4C9A3), to(rgba(228, 201, 163, 0)));
  background: -webkit-linear-gradient(right, #B98C4D 0%, #E4C9A3 47.5%, rgba(228, 201, 163, 0) 100%);
  background: linear-gradient(-90deg, #B98C4D 0%, #E4C9A3 47.5%, rgba(228, 201, 163, 0) 100%);
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .c-head03 {
    font-size: 20px;
    margin: 0 0;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .c-head03::before {
    width: 25px;
    height: 15px;
  }
}

.c-head04 {
  font-size: 32px;
  font-weight: 300;
  display: inline-block;
}

.c-head04::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(47%, rgb(228, 201, 163)), to(rgb(185, 140, 77)));
  background: -webkit-linear-gradient(right, rgb(255, 255, 255) 0%, rgb(228, 201, 163) 47%, rgb(185, 140, 77) 100%);
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(228, 201, 163) 47%, rgb(185, 140, 77) 100%);
}

@media screen and (max-width: 767px) {
  .c-head04 {
    font-size: 16px;
  }

  .c-head04::after {
    height: 4px;
    margin-top: 5px;
  }
}

.c-box {
  width: 200px;
  height: 330px;
  margin-top: 35px;
}

.c-box__img {
  width: 100%;
  height: 250px;
  background: url() center/cover;
}

.c-box__tex {
  font-size: 14px;
  margin-top: 5px;
}

.c-box__tex>span {
  font-size: 22px;
  padding-left: 0.5em;
}

@media screen and (max-width: 767px) {
  .c-box {
    max-width: 160px;
    height: 250px;
  }

  .c-box__img {
    height: 175px;
  }

  .c-box__tex {
    font-size: 12px;
  }

  .c-box__tex>span {
    font-size: 16px;
  }
}

/* 英字対応 */
.translatepress-en_US .c-box__tex {
  display: flex;
  flex-direction: column;
}

.translatepress-en_US .c-box__tex>span {
  padding-left: 0;
}

/* # =================================================================
#	下層背景
# ================================================================= */

.bg-area {
  /* 最終フォールバック */
  background:
    url("../img/common/bg_common_01.png") center top / 100% 120px no-repeat,
    url("../img/common/bg_common_03.png") center bottom / 100% 150px no-repeat,
    url("../img/common/bg_common_02.jpg") center center repeat;
  /* 古めの Safari 用 */
  background:
    -webkit-image-set(url("../img/common/bg_common_01.webp") type("image/webp") 1x,
      url("../img/common/bg_common_01.png") type("image/png") 1x) center top / 100% 120px no-repeat,
    -webkit-image-set(url("../img/common/bg_common_03.webp") type("image/webp") 1x,
      url("../img/common/bg_common_03.png") type("image/png") 1x) center bottom / 100% 150px no-repeat,
    -webkit-image-set(url("../img/common/bg_common_02.webp") type("image/webp") 1x,
      url("../img/common/bg_common_02.jpg") type("image/jpeg") 1x) center center repeat;
  /* 標準実装 */
  background:
    image-set(url("../img/common/bg_common_01.webp") type("image/webp") 1x,
      url("../img/common/bg_common_01.png") type("image/png") 1x) center top / 100% 120px no-repeat,
    image-set(url("../img/common/bg_common_03.webp") type("image/webp") 1x,
      url("../img/common/bg_common_03.png") type("image/png") 1x) center bottom / 100% 150px no-repeat,
    image-set(url("../img/common/bg_common_02.webp") type("image/webp") 1x,
      url("../img/common/bg_common_02.jpg") type("image/jpeg") 1x) center center repeat;
  padding: 150px 0 280px;
}

@media screen and (max-width: 767px) {
  .bg-area {
    /* 最終フォールバック */
    background:
      url("../img/common/bg_common_01.png") center top / 100% 75px no-repeat,
      url("../img/common/bg_common_03.png") center bottom / 100% 75px no-repeat,
      url("../img/common/bg_common_02.jpg") center center repeat;

    /* 古めの Safari 用 */
    background:
      -webkit-image-set(url("../img/common/bg_common_01.webp") type("image/webp") 1x,
        url("../img/common/bg_common_01.png") type("image/png") 1x) center top / 100% 75px no-repeat,
      -webkit-image-set(url("../img/common/bg_common_03.webp") type("image/webp") 1x,
        url("../img/common/bg_common_03.png") type("image/png") 1x) center bottom / 100% 75px no-repeat,
      -webkit-image-set(url("../img/common/bg_common_02.webp") type("image/webp") 1x,
        url("../img/common/bg_common_02.jpg") type("image/jpeg") 1x) center center repeat;

    /* 標準実装 */
    background:
      image-set(url("../img/common/bg_common_01.webp") type("image/webp") 1x,
        url("../img/common/bg_common_01.png") type("image/png") 1x) center top / 100% 75px no-repeat,
      image-set(url("../img/common/bg_common_03.webp") type("image/webp") 1x,
        url("../img/common/bg_common_03.png") type("image/png") 1x) center bottom / 100% 75px no-repeat,
      image-set(url("../img/common/bg_common_02.webp") type("image/webp") 1x,
        url("../img/common/bg_common_02.jpg") type("image/jpeg") 1x) center center repeat;
    padding: 80px 0 150px;
  }
}


/* # =================================================================
#	会員カード
# ================================================================= */
.c-member-card {
  width: calc(30.8% - 15px);
  border-radius: 30px;
  height: 310px;
  color: #333;
  background: #DED5BB;
  -webkit-box-shadow: 10px 10px rgba(136, 136, 136, 0.9);
  box-shadow: 10px 10px rgba(136, 136, 136, 0.9);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.c-member-card:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0px 0px #888888;
  box-shadow: 0px 0px #888888;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .c-member-card:hover {
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 10px 10px rgba(136, 136, 136, 0.9);
    box-shadow: 10px 10px rgba(136, 136, 136, 0.9);
  }
}

.c-member-card__top01 {
  background-image: url("../img/common/img_01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.c-member-card__top01._pt2 {
  background-image: url("../img/common/img_02.png");
}

@media screen and (max-width: 767px) {
  .c-member-card__top01 {
    height: 60px;
  }
}

/* .c-member-card__top02 {
  background: url("../img/common/img_02.png") no-repeat center top;
  background-size: cover;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
} */

@media screen and (max-width: 767px) {
  /* .c-member-card__top02 {
    height: 95px;
  } */
}

.c-member-card__label {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  padding-top: 26px;
  text-align: center;
}

.translatepress-en_US .c-member-card__label {
  line-height: 1.2;
}

.c-member-card__bottom {
  padding: 15px;
  font-size: 18px;
}

.c-member-card__bottom>p {
  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;
}

.c-member-card__bottom>span {
  display: block;
}

@media screen and (max-width: 767px) {
  .c-member-card {
    width: 220px;
    height: 210px;
    margin-top: 15px;
    border-radius: 30px;
  }

  .c-member-card__top {
    height: 92px;
  }

  .c-member-card__label {
    font-size: 22px;
  }

  .c-member-card__bottom {
    padding: 5px;
    font-size: 13px;
  }
}

.sub {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  pointer-events: none;
}

/* # =================================================================
#	下層ページネーション
# ================================================================= */
.c-pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-pagenation a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #355252;
  color: #355252;
  font-size: 18px;
}

.c-pagenation li {
  margin: 0 10px;
}

.c-pagenation li.is-current a {
  background: #355252;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.c-pagenation li.c-pagenation__first,
.c-pagenation li.c-pagenation__last {
  margin: 0 15px;
}

.c-pagenation li.c-pagenation__first a,
.c-pagenation li.c-pagenation__last a {
  border-radius: 0;
  width: inherit;
  padding: 0 28px;
  max-height: 43px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-pagenation li.c-pagenation__first a:hover,
.c-pagenation li.c-pagenation__last a:hover {
  background: #355252;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {

  .c-pagenation li.c-pagenation__first,
  .c-pagenation li.c-pagenation__last {
    margin: 0 10px;
  }

  .c-pagenation li.c-pagenation__first a,
  .c-pagenation li.c-pagenation__last a {
    padding: 0 10px;
    width: inherit;
  }
}

@media screen and (max-width: 767px) {
  .c-pagenation {
    margin-top: 30px;
  }

  .c-pagenation li {
    margin: 0 3px;
  }

  .c-pagenation a {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
    padding-left: 2px;
  }
}

/* # =================================================================
#	フッター
# ================================================================= */
.c-footer {
  background: url(../img/common/bg_footer_01.jpg) center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .c-footer {
    padding: 0 15px;
    min-width: auto;
  }
}

.c-footer>a {
  display: block;
  margin: 0 auto;
  padding-top: 60px;
  max-width: 254px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-footer>a {
    padding-top: 0;
    margin: 0;
    max-width: unset;
    display: inline-block;
  }
}

.c-footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  margin-top: 40px;
  padding: 0 15px;
}

.c-footer__top>div p {
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-footer__top {
    padding: 0;
  }

  .c-footer__top>div p {
    margin: unset;
  }
}

.c-footer__top>div li {
  margin-bottom: 13px;
}

.c-footer__top>div li,
.c-footer__top a {
  color: #fff;
  white-space: nowrap;
}

.c-footer__top>div li a {
  position: relative;
  padding-left: 1em;
  display: inline-block;
  font-size: 15px;
}

.c-footer__top>div li a::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .c-footer__top>div li a {
    font-size: 14px;
  }

  .c-footer__top>div li,
  .c-footer__top a {
    white-space: normal;
  }

  .translatepress-en_US .c-footer__item01 {
    width: 100%;
  }

  .translatepress-en_US .c-footer__under {
    flex-direction: column;
  }

  .translatepress-en_US .c-header__wrapper01>a span {
    font-size: 3.7vw;
    margin: 5px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .c-footer__top>div li {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .c-footer__top {
    margin-top: 16px;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

.c-footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.c-footer__wrapper p {
  font-size: clamp(18px, 1.5vw, 20px);

}

@media screen and (max-width: 767px) {
  .c-footer__wrapper {
    gap: 0 15px;
    width: 100%;
    justify-content: flex-start;
  }

  .c-footer__wrapper p {
    font-size: 15px;
  }

  .c-footer__wrapper>ul {
    margin-top: 12px;
  }
}

.c-footer__under {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 105px;
  margin-bottom: 23px;
}

.c-footer__under>li a {
  color: #fff;
  margin: 0 30px;
}

@media screen and (max-width: 767px) {
  .c-footer__under {
    margin-top: 60px;
    margin-bottom: 0;
    gap: 0 20px;
  }

  .c-footer__under>li {
    margin-bottom: 13px;
  }

  .c-footer__under>li a {
    font-size: 14px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-footer__item01 {
    margin-bottom: 30px;
    width: calc(50% - 7.5px);
  }

  .c-footer__item02:first-of-type {
    margin-bottom: 60px;
  }
}

.c-logo-ft {
  position: relative;
  top: 2px;
  left: 3px;
}

.c-copy {
  background: #646464;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .c-logo-ft {
    max-width: 129px;
    padding-top: 14px;
  }

  .c-copy {
    padding: 3px;
    font-size: 12px;
    margin: 0 -15px;
  }
}

#c-float {
  width: 80px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: none;
  z-index: 50;
}

@media screen and (max-width: 767px) {
  #c-float {
    right: 10px;
    width: 30px;
  }
}

.c-pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #1A4242CC;
  opacity: 0.8;
}

.c-pagetop a {
  width: 40px;
  height: 40px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-45deg);
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-pagetop {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-pagetop a {
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: 10px;
  }
}

/* 英字対応 */
.translatepress-en_US .c-footer__item02:first-of-type {
  margin-bottom: 30px;
}


/* # =================================================================
#	ボタン
# ================================================================= */
.c-btn-r {
  text-align: center;
}

.c-btn-r a {
  display: inline-block;
  padding: 15px 50px;
  background: #253864;
  color: #fff;
  position: relative;
}

.c-btn-r a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 20px;
}

.c-btn-d {
  text-align: center;
}

.c-btn-d a {
  display: inline-block;
  padding: 10px 50px 20px;
  background: #253864;
  color: #fff;
  position: relative;
}

.c-btn-d a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, 100%);
  transform: rotate(45deg) translate(-50%, 100%);
}

.c-bnbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px;
}

.c-bnbtn p {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .c-bnbtn {
    margin-top: 40px;
  }

  .c-bnbtn p {
    margin: 0 5px;
  }
}

.c-bnbtn a {
  padding: 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #253864;
  color: #253864;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-bnbtn a {
    font-size: 1.4rem;
    padding: 0 30px;
  }
}

.c-bnbtn a:hover {
  background: #253864;
  color: #fff;
  opacity: 1;
}

.c-bnbtn a:hover::before {
  border-right: 10px solid #fff;
}

.c-bnbtn a::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #253864;
  border-left: 0;
  left: 10px;
}

@media screen and (max-width: 767px) {
  .c-bnbtn a::before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 7px solid #253864;
  }
}

.c-bnbtn__before a {
  padding-left: 50px;
}

.c-bnbtn__after a {
  padding-right: 50px;
}

.c-bnbtn__after a::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 10px;
  left: auto;
}

@media screen and (max-width: 767px) {
  .c-bnbtn__after a {
    padding-right: 30px;
  }

  .c-bnbtn__before a {
    padding-left: 30px;
  }
}

.c-btn01 {
  width: calc(33.33% - 40px);
  font-size: 18px;
  background: #3A5757;
  color: #fff;
  border-radius: 50px;
  display: block;
  text-align: center;
  padding: 5px;
  position: relative;
}

.c-btn01._pcs {
  line-height: 28px;
  font-size: 16px;
}

.c-btn01.active {
  background: #477b77;
  pointer-events: none;
}

.c-btn01::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icn_img02.png) no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 10px;
  padding-right: 20px;
  /* absoluteにして位置調整 */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-btn01 {
    max-width: 240px;
    font-size: 14px;
    padding: 12px 0px;
    height: auto;
  }

  .c-btn01::after {
    width: 15px;
    height: 15px;
    right: 3px;
  }

  .c-btn01._pcs {
    font-size: 1.4rem;
    line-height: inherit;
  }

  .c-btn01._sps {
    font-size: 1.2rem;
  }

  .c-btn01._spss {
    font-size: 1.1rem;
  }
}

.btn-md {
  margin: 50px 30px 0 30px;
  width: 295px;
}

.btn-md::after {
  right: 35px;
}

@media screen and (max-width: 767px) {
  .btn-md {
    width: 145px;
    font-size: 11px;
    padding: 5px;
    height: auto;
    margin: 5px;
  }

  .btn-md::after {
    right: 15px;
  }
}

.btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  gap: 15px 20px;
  margin: 0 auto;
  margin-top: 0;
}

.btn-area>a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 英字対応 */
.translatepress-en_US .btn-area>a {
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .btn-area {
    padding: 0 15px;
    margin-top: 0px;
    gap: 0;
    justify-content: center;
  }

  .btn-area>a {
    width: calc(50% - 5px);
    margin-top: 10px;
    font-weight: bold;
  }

  .btn-area>a:nth-of-type(2n) {
    margin-left: 10px;
  }
}

.c-btn02 {
  max-width: 470px;
  font-size: 24px;
  font-weight: 500;
  background: #B98C4D;
  color: #fff;
  border-radius: 37.5px;
  text-align: center;
  display: block;
  padding: 20px 5px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-btn02 {
    max-width: 235px;
    font-size: 14px;
    padding: 10px 5px;
  }
}

/* # =================================================================
#	改行
# ================================================================= */
.c-brpc {
  display: block;
}

@media screen and (max-width: 767px) {
  .c-brpc {
    display: none;
  }
}

.c-brsp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-brsp {
    display: block;
  }
}

.c-bren {
  display: none;
}

.translatepress-en_US .c-bren {
  display: block;
}

/* # =================================================================
#	画像変更
# ================================================================= */
.pc-img {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-img {
    display: none;
  }
}

.sp-img {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-img {
    display: block;
  }
}

/* # =================================================================
#	ぱんくず
# ================================================================= */
.c-brd {
  display: block;
  /* margin: 40px 0;
  margin-top: 140px; */
  padding: 30px 0 0 10px;
  text-align: left;
}

.c-brd li {
  display: inline;
}

.c-brd li+li::before {
  content: "/";
  display: inline-block;
  color: #3A5757;
}

.c-brd li a {
  display: inline;
  padding: 0 10px;
  text-decoration: underline;
  color: #3A5757;
}

.c-brd li:last-child a {
  pointer-events: none;
  text-decoration: none;
}

.c-list {
  margin-top: 30px;
}

.c-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-list {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-brd {
    font-size: 1.4rem;
    padding-left: 0;
    margin-top: 20px;
  }
}

/* .c-main{
  background:#F9F6ED;
} */
.my-lang-switcher {
  position: absolute;
  right: 170px;
  top: 20px;
}

.trp-language-switcher {
  width: 100px;
}

.trp-language-switcher>div {
  background: #B98C4D;
  padding: 0px 10px;
  width: 100px;
}

.trp-language-switcher>div>a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-main {
    margin-top: 119px;
  }

  .trp-language-switcher>div>a {
    padding: 4px 0;
  }

  .trp-language-switcher>div {
    width: 80px !important;
  }

  .my-lang-switcher {
    right: inherit;
    left: 15px;
    top: 10px;
  }
}

/* === アンカー位置ズレ防止（固定ヘッダー高さに追従） === */
:root {
  --header-offset: 0px;
}

[id] {
  scroll-margin-top: var(--header-offset, 120px);
}

html {
  scroll-behavior: smooth;
}

/* JS側でbehavior指定はしないこと */