@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
 TEST調整用
===========================================*/
html.wf-active {
  margin-top: 0px !important; }

#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
  position: fixed !important;
  opacity: 0.5 !important; }

/*==========================================
 共通設定
===========================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

::selection {
  background: #bfbfbf;
  color: #fff; }

*::-webkit-scrollbar {
  background: #000;
  width: 5px;
  height: 5px; }
*::-webkit-scrollbar-thumb {
  background-color: #123646; }

/* for Firefox */
::-moz-selection {
  background: #bfbfbf;
  color: #ffffff; }

/* 共通 */
.navy_bg {
  color: #fff;
  background: #123646; }

.beige_bg {
  color: #000;
  background: #EBE7DC; }

.color_navy {
  color: #123646; }

.color_beige {
  color: #EBE7DC; }

.color_brown {
  color: #A28A76; }

.def_link {
  color: blue;
  text-decoration: underline; }
  @media (hover: hover) {
    .def_link:hover:hover {
      opacity: 0.5; } }

.flex {
  display: flex; }

.bold {
  font-weight: bold; }

.right {
  text-align: right; }

/*=== フォント ===*/
.font_main {
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif; }

.font_accent {
  font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif; }

.font_accent2 {
  font-family: "Homemade Apple", "cursive"; }

.font_accent3 {
  font-family: "Zen Old Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }

.font_accent4 {
  font-family: "Anton", sans-serif; }

@media screen and (min-width: 961px) {
  .scenery {
    opacity: 0;
    visibility: hidden; }
    .scenery.show {
      opacity: 1;
      visibility: visible; } }
.accent {
  color: #123646; }

/*=== html ===*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

body {
  color: #000000;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  overflow-x: clip;
  position: relative;
  transition: 0.3s ease-in-out; }

/*IE*/
/*@media all and (-ms-high-contrast:none) {
body {
  font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
}*/
/*=== フォント ===*/
/* 明朝体 */
.font_min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

/*ゴシック */
.font_go {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

/*=== リンク ===*/
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out; }

a.img-link,
.img-link-wrap a {
  display: block;
  font-size: 0; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none !important;
    cursor: default !important; } }
/*=== 画像 ===*/
img {
  max-width: 100%;
  height: auto; }

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em; }

/*=== clear fix ===*/
.clearfix::after {
  content: " ";
  display: block;
  clear: both; }

/*==========================================
 汎用css
===========================================*/
/*=== hover Action ===*/
/*memo 【_d】aタグに直*/
/*=== opacity ===*/
@media screen and (min-width: 961px) {
  .hover-oc_d:hover,
  .hover-oc a:hover {
    opacity: 0.7; } }
/*=== under line ===*/
.hover-ul_d,
.hover-ul a,
.hover-ulL_d,
.hover-ulL a,
.hover-ulF_d,
.hover-ulF a {
  position: relative;
  display: inline-block; }

/*=== under line【CENTER】 ===*/
.hover-ul_d::after,
.hover-ul a::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/*=== under line【LEFT】 ===*/
.hover-ulL_d::after,
.hover-ulL a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  transition: 0.3s; }

/*=== under line【FADE】 ===*/
.hover-ulF_d::after,
.hover-ulF a::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  transition: 0.3s; }

/*=== HOVER動作 ===*/
@media (hover: hover) {
  .hover-ul_d:hover:hover::after,
  .hover-ul a:hover:hover::after,
  .hover-ulL_d:hover:hover::after,
  .hover-ulL a:hover:hover::after {
    width: 100%; } }

@media (hover: hover) {
  .hover-ulF_d:hover:hover::after,
  .hover-ulF a:hover:hover::after {
    bottom: 0;
    opacity: 1; } }

/* ホバー　震える */
@media (hover: hover) {
  .hover-rum:hover:hover {
    animation: rumble 0.12s linear infinite; } }

@keyframes rumble {
  0% {
    transform: rotate(0deg) translate(0, 0); }
  12.5% {
    transform: rotate(0.4deg) translate(1px, -1px); }
  25% {
    transform: rotate(0.8deg) translate(0px, 1px); }
  37.5% {
    transform: rotate(0.4deg) translate(-1px, 0); }
  50% {
    transform: rotate(0deg) translate(0, 0); }
  62.5% {
    transform: rotate(-0.4deg) translate(1px, 0); }
  75% {
    transform: rotate(-0.8deg) translate(0, 1px); }
  87.5% {
    transform: rotate(-0.4deg) translate(-1px, -1px); }
  100% {
    transform: rotate(0deg) translate(0, 0); } }
.hover_TS a {
  transition: 0.25s all cubic-bezier(0.34, 1.56, 0.64, 1); }
  @media (hover: hover) {
    .hover_TS a:hover:hover {
      transform: scale(1.05); } }

.hover_db a {
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 2px no-repeat, linear-gradient(currentColor 0 0) 100% calc(100% - 4px)/var(--d, 0) 2px no-repeat;
  transition: 0s 0.5s, background-size 0.5s; }
  @media (hover: hover) {
    .hover_db a:hover:hover {
      --d: 100%;
      background-position: 0% calc(100% - 2px), 100% calc(100% - 2px);
      transition: 0.3s, background-position 0.3s 0.3s; } }

.hover_hamon:hover {
  -webkit-animation: hover_hamon 2s infinite;
  animation: hover_hamon 1.5s infinite; }

@keyframes hover_hamon {
  0% {
    box-shadow: 0 0 0 0 #123646; }
  70% {
    box-shadow: 0 0 0 10px rgba(18, 54, 70, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(18, 54, 70, 0); } }
.hover_hamon_hexagon {
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
  .hover_hamon_hexagon:hover {
    -webkit-animation: hover_hamon_hexagon 2s infinite;
    animation: hover_hamon_hexagon 1.5s infinite; }

@keyframes hover_hamon_hexagon {
  0% {
    filter: drop-shadow(0px 0px 0px rgba(18, 54, 70, 0.5)); }
  70% {
    filter: drop-shadow(0px 0px 10px rgba(18, 54, 70, 0)); }
  100% {
    filter: drop-shadow(0px 0px 0px rgba(18, 54, 70, 0)); } }
.click_hamon.active {
  -webkit-animation: click_hamon 1.5s infinite;
  animation: click_hamon 1.5s infinite; }

@keyframes click_hamon {
  0% {
    box-shadow: 0 0 0 0 #123646; }
  70% {
    box-shadow: 0 0 0 10px rgba(18, 54, 70, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(18, 54, 70, 0); } }
.kodou {
  animation: kodou 3.5s infinite; }

@keyframes kodou {
  0% {
    transform: scale(1.1); }
  25% {
    transform: scale(1); }
  75% {
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1); } }
/*==== MARKER ===*/
.gray-line {
  background: linear-gradient(transparent 60%, #f5f5f5 60%); }

.green-line {
  background: linear-gradient(transparent 60%, #e8f1ec 60%); }

/*=== 幅 ===*/
.wrap {
  max-width: 1200px;
  width: 76%;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .wrap {
      width: 96%; } }

.wrapW {
  max-width: 1720px;
  width: 92%;
  margin: 0 auto; }

@media screen and (min-width: 961px) {
  .wrapW_pc {
    max-width: 1720px;
    width: 92%;
    margin: 0 auto; } }

@media screen and (max-width: 960px) {
  .wrapW_sp {
    max-width: 1720px;
    width: 92%;
    margin: 0 auto; } }

.wrapW-P {
  width: 92%;
  margin: 0 auto;
  max-width: 1720px; }
  @media screen and (max-width: 960px) {
    .wrapW-P {
      width: 92%;
      padding: 0px 4%; } }
  @media screen and (min-width: 961px) {
    .wrapW-P {
      width: 92%;
      padding: 0px 4%; } }

.wrapS {
  width: 82%;
  margin: 0 auto;
  max-width: 1200px; }
  @media screen and (min-width: 961px) {
    .wrapS {
      width: 92%;
      padding: 0px 4%; } }

.wrapS-P {
  margin: 0 auto;
  max-width: 1200px; }
  @media screen and (max-width: 960px) {
    .wrapS-P {
      width: 92%;
      padding: 0px 4%; } }
  @media screen and (min-width: 961px) {
    .wrapS-P {
      width: 82%;
      padding: 0px 8%; } }

.wrap-inner {
  padding: 0 2.5%; }
  @media screen and (min-width: 1201px) {
    .wrap-inner {
      padding: 0 25px; } }
  @media screen and (min-width: 1921px) {
    .wrap-inner {
      padding: 0 30px; } }
  @media screen and (max-width: 576px) {
    .wrap-inner {
      padding: 0 4%; } }

@media screen and (max-width: 960px) {
  .wrap-inner_sp {
    padding-inline: 4%; } }

.wrapVW {
  width: 90vw;
  max-width: 1720px;
  margin: 0 auto; }

.side-wrap {
  max-width: 92%;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .side-wrap {
      max-width: 100%; } }

.dsp_none {
  display: none !important; }

/*=== PC none / SP none ===*/
@media screen and (min-width: 577px) {
  .pc-none_s {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .pc-none_md {
    display: none !important; } }
@media screen and (min-width: 961px) {
  .pc-none {
    display: none !important; } }
@media screen and (min-width: 1201px) {
  .pc-none_lg {
    display: none !important; } }
@media (min-width: 481px) {
  .pc-none_480 {
    display: none !important; } }
@media screen and (max-width: 1200px) {
  .sp-none_lg {
    display: none !important; } }
@media screen and (max-width: 960px) {
  .sp-none {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .sp-none_md {
    display: none !important; } }
@media screen and (max-width: 576px) {
  .sp-none_sm {
    display: none !important; } }
@media screen and (max-width: 480px) {
  .sp-none_smS {
    display: none !important; } }
@media screen and (max-width: 375px) {
  .sp-none_xs {
    display: none !important; } }
@media screen and (max-width: 960px) {
  .sp-none_tag {
    display: contents; } }
@media screen and (min-width: 961px) {
  .pc-none_tag {
    display: contents; } }
/*=== テキスト ===*/
.taC {
  text-align: center; }

.fwB {
  font-weight: bold; }

/*=== 余白 ===*/
.main {
  margin-top: 65px; }
  @media screen and (max-width: 960px) {
    .main {
      margin-top: 61px; } }

.section {
  position: relative; }

.sec_gray {
  background: #e5e5e5; }

/*==========================================
 アンカーリンク
===========================================*/
.anchor_link {
  position: relative;
  top: -150px;
  display: block; }

@media screen and (max-width: 960px) {
  .anchor_link {
    top: -100px; } }
.grecaptcha-badge {
  display: none; }

.auto-phrase {
  word-break: auto-phrase; }

/*==========================================
 ヘッダー
===========================================*/
.row {
  display: flex; }

#header {
  line-height: 1.5rem;
  letter-spacing: normal;
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0; }
  @media screen and (min-width: 961px) {
    #header {
      min-height: 120px; } }
  @media screen and (max-width: 960px) {
    #header {
      min-height: 60px; } }
  #header.blk .header_nav a.header_nav_link {
    color: #000; }
    #header.blk .header_nav a.header_nav_link::after {
      background: #000; }
  #header.blk .header_nav .js-downNav:hover .ja {
    color: #123646; }
  #header .header_wrap {
    position: relative; }
  #header .header_inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 10px;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0; }
    @media screen and (max-width: 960px) {
      #header .header_inner {
        padding-left: 4%; } }
  #header .formlink-wrap {
    position: relative;
    left: auto;
    width: 100%;
    z-index: 0;
    height: 100%;
    transition: 0.3s ease-in-out; }
    #header .formlink-wrap .cts-body {
      width: 100%;
      margin: auto; }
    #header .formlink-wrap .formlink-list {
      display: flex;
      justify-content: flex-end;
      height: 100%;
      max-width: 90%;
      margin-inline: auto 130px; }
      @media screen and (max-width: 768px) {
        #header .formlink-wrap .formlink-list {
          width: 100%;
          max-width: 100%;
          height: auto;
          min-height: 42px;
          margin-inline: auto; } }
    #header .formlink-wrap .formlink-item {
      width: 42%;
      max-width: calc(96% / 2);
      height: auto;
      min-height: 42px; }
      @media screen and (max-width: 768px) {
        #header .formlink-wrap .formlink-item {
          width: 100%;
          max-width: calc(100% / 2);
          height: auto;
          min-height: 42px; } }
      #header .formlink-wrap .formlink-item + .formlink-item {
        margin-left: 1em; }
        @media screen and (max-width: 768px) {
          #header .formlink-wrap .formlink-item + .formlink-item {
            margin-left: 0px; } }
    #header .formlink-wrap .item-link {
      background: #000;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      height: 100%;
      min-height: 50px;
      transition: 0.3s ease-in-out;
      padding: 5px 0; }
      @media screen and (min-width: 769px) {
        #header .formlink-wrap .item-link {
          border: 1px solid #fff;
          border-top: 0px !important; } }
      @media screen and (max-width: 768px) {
        #header .formlink-wrap .item-link {
          border-left: 1px solid #fff; } }
      @media (hover: hover) {
        #header .formlink-wrap .item-link:hover:hover {
          background: #fff;
          border: 1px solid #000;
          color: #123646; } }
    #header .formlink-wrap .item-ttl {
      display: flex;
      justify-content: center;
      align-items: center;
      white-space: nowrap;
      letter-spacing: 0.1em;
      font-size: clamp(1.2rem, 0.9375vw, 1.8rem);
      line-height: 1;
      transition: 0s; }
      @media screen and (max-width: 1200px) {
        #header .formlink-wrap .item-ttl {
          font-size: clamp(1.2rem, 1.875vw, 1.8rem);
          flex-direction: column; } }
    #header .formlink-wrap .item-ttl-en {
      position: relative;
      font-size: clamp(1.8rem, 0.9375vw, 1.8rem);
      font-weight: bold; }
    #header .formlink-wrap .item-ttl-ja {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      font-size: clamp(1.2rem, 0.625vw, 1.2rem); }
      @media screen and (min-width: 1201px) {
        #header .formlink-wrap .item-ttl-ja {
          margin-left: 3em; } }
      @media screen and (max-width: 1200px) {
        #header .formlink-wrap .item-ttl-ja {
          line-height: 1;
          margin-top: 0.5em; } }
  #header .header_contact_block {
    width: 100%;
    padding: 0px 0px 0 0px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      #header .header_contact_block {
        width: 100%;
        padding: 0px 0px 0 0px;
        display: flex;
        justify-content: flex-end;
        position: fixed;
        flex-direction: column;
        bottom: 0;
        left: 0; } }
  #header .g_nav_block {
    width: 40%;
    padding: 10px 0px 0 0px; }
    @media screen and (max-width: 1200px) {
      #header .g_nav_block {
        min-width: 200px;
        width: 40%; } }
  @media screen and (max-width: 1200px) {
    #header .g_nav {
      width: 100%; } }
  #header .header_contact_list {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-weight: bold;
    line-height: 1.5; }
    @media screen and (max-width: 960px) {
      #header .header_contact_list {
        display: none; } }
    #header .header_contact_list li {
      margin-right: 20px; }
      #header .header_contact_list li:last-child {
        margin-right: 0; }
    #header .header_contact_list a:hover {
      color: #000000; }
  #header .header_facebook i {
    font-size: 1.8rem; }
  #header .header_tel {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    font-weight: bold;
    letter-spacing: 0.05em; }
  #header .header_logo_block {
    padding: 5px 0 5px 25px;
    align-items: center;
    display: flex;
    transition: 0.3s all; }
    #header .header_logo_block.fv_fixed_show {
      position: fixed;
      top: 0%;
      left: 0%;
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      transition: top 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, left 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s; }
      @media screen and (max-width: 960px) {
        #header .header_logo_block.fv_fixed_show {
          transition: top 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, left 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s; } }
      #header .header_logo_block.fv_fixed_show .header_logo {
        width: 50%;
        margin: 0;
        transition: width 0.5s linear 0s; }
        @media screen and (max-width: 960px) {
          #header .header_logo_block.fv_fixed_show .header_logo {
            width: 30%; } }
      #header .header_logo_block.fv_fixed_show.show {
        top: calc(45% - 5px);
        left: calc(50% - 5px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: fixed; }
        @media screen and (max-width: 960px) {
          #header .header_logo_block.fv_fixed_show.show {
            top: calc(25% - 5px);
            left: calc(50% - 5px); } }
        #header .header_logo_block.fv_fixed_show.show .header_logo {
          width: 100%;
          transition: width 0.5s linear 0.9s; }
  #header .header_logo {
    width: 100%;
    margin: auto;
    transition: 0.3s all; }
    #header .header_logo a {
      display: block; }
  #header .header-menu {
    position: fixed;
    z-index: 101;
    top: 10px;
    right: 10px;
    margin: 10px 10px 0 0px;
    display: block;
    width: 92px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 960px) {
      #header .header-menu {
        min-width: 40px;
        width: auto;
        right: 0px; } }
  #header .header_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    margin: auto;
    transition: 0.3s ease-in-out;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 100px; }
    @media screen and (max-width: 1200px) {
      #header .header_nav {
        display: none !important; } }
    @media screen and (max-width: 768px) {
      #header .header_nav {
        justify-content: center;
        padding-top: clamp(1rem, 2.6041666667vw, 2rem); } }
    #header .header_nav_item {
      width: auto;
      padding: 5px 0;
      margin-inline: 2vw;
      flex-shrink: 0;
      text-align: center;
      position: relative; }
      #header .header_nav_item.show .en {
        letter-spacing: 0.1em; }
      #header .header_nav_item.show .ja {
        letter-spacing: 0em; }
      #header .header_nav_item .en {
        font-size: clamp(1.3rem, 1.334vw, 1.6rem);
        font-weight: bold;
        letter-spacing: -0.3em;
        margin-bottom: 0.5em;
        transition: letter-spacing 1s ease-in-out; }
      #header .header_nav_item .ja {
        font-size: clamp(1rem, 1vw, 1.2rem);
        font-weight: 400;
        letter-spacing: -0.3em;
        transition: letter-spacing 1s ease-in-out; }
    #header .header_nav_link {
      display: block; }
    #header .header_nav a.header_nav_link {
      position: relative;
      color: #fff; }
      #header .header_nav a.header_nav_link::after {
        content: "";
        width: 70%;
        height: 3px;
        position: absolute;
        bottom: -6px;
        left: 15%;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.3s;
        background: #fff; }
      #header .header_nav a.header_nav_link:hover::after {
        transform: scale(1, 1); }
      #header .header_nav a.header_nav_link.active::after {
        transform: scale(1, 1); }
    #header .header_nav .js-downNav {
      transition: 0.3s ease-in-out; }
      #header .header_nav .js-downNav .ja {
        transition: 0.3s ease-in-out; }
      #header .header_nav .js-downNav:hover .ja {
        color: #123646; }

/*==========================================
 Gナビ　ボタン
===========================================*/
.menu-block {
  transition: 0.3s all;
  position: relative;
  top: 0%;
  right: 0;
  z-index: 9999;
  width: 100%;
  min-width: 92px;
  max-width: 92px;
  height: 72px;
  caret-color: transparent; }
  @media screen and (max-width: 960px) {
    .menu-block {
      max-width: 100%;
      width: 100%;
      width: 100%;
      min-width: 42px;
      max-width: 42px;
      height: 42px; } }
  .menu-block.fix {
    width: 30%; }
    @media screen and (max-width: 960px) {
      .menu-block.fix {
        width: 100%; } }
    .menu-block.fix a {
      display: block;
      padding: 5px 0; }
      @media screen and (max-width: 960px) {
        .menu-block.fix a {
          display: block;
          padding: 0 0; } }

.trigger_block.active p {
  color: #fff; }

.trigger_block {
  display: block;
  text-align: center;
  padding: 5px 0 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .trigger_block {
      padding: 5px 0; } }
  .trigger_block p {
    font-size: 1.2rem; }

.menu-trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 75px;
  height: 31px;
  margin-top: 0px; }
  @media screen and (max-width: 960px) {
    .menu-trigger {
      margin-top: 0px; } }
  .menu-trigger.blk span:not(:nth-of-type(3)) {
    background-color: #000; }
  .menu-trigger.blk span:nth-of-type(3)::after {
    color: #000; }
  .menu-trigger span:not(:nth-of-type(3)) {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 10px;
    transition: 0.3s ease-in-out; }
  .menu-trigger span:nth-of-type(1) {
    top: 0px; }
  .menu-trigger span:nth-of-type(2) {
    top: 10px; }
  .menu-trigger span:nth-of-type(3)::after {
    content: "MENU";
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    color: #fff;
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    text-transform: uppercas;
    width: 60px;
    letter-spacing: 0.2em;
    text-align: center;
    font-size: clamp(0.6rem, 0.8333333333vw, 1.6rem);
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .menu-trigger span:nth-of-type(3)::after {
        top: 20px;
        font-size: clamp(0.6rem, 2.0833333333vw, 1.6rem); } }

.trigger_block.active .menu-trigger span:not(:nth-of-type(3)) {
  background-color: #000000; }
.trigger_block.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(15deg);
  transform: translateY(0px) rotate(15deg); }
  @media screen and (max-width: 960px) {
    .trigger_block.active .menu-trigger span:nth-of-type(1) {
      -webkit-transform: translateY(0px) rotate(15deg);
      transform: translateY(0px) rotate(15deg); } }
  @media screen and (max-width: 767px) {
    .trigger_block.active .menu-trigger span:nth-of-type(1) {
      -webkit-transform: translateY(0px) rotate(15deg);
      transform: translateY(0px) rotate(15deg); } }
.trigger_block.active .menu-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(-10px) rotate(-15deg);
  transform: translateY(-10px) rotate(-15deg); }
  @media screen and (max-width: 960px) {
    .trigger_block.active .menu-trigger span:nth-of-type(2) {
      -webkit-transform: translateY(-10px) rotate(-15deg);
      transform: translateY(-10px) rotate(-15deg); } }
  @media screen and (max-width: 767px) {
    .trigger_block.active .menu-trigger span:nth-of-type(2) {
      -webkit-transform: translateY(-10px) rotate(-15deg);
      transform: translateY(-10px) rotate(-15deg); } }
.trigger_block.active .menu-trigger span:nth-of-type(3)::after {
  content: "CLOSE";
  color: #000000; }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
/*==========================================
 Gナビ　メニュー
===========================================*/
.megamenu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  transition: 0.8s ease-in-out;
  z-index: 100;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }
  .megamenu .sitenav_body {
    overflow: hidden; }
  .megamenu .fadeOut {
    opacity: 0; }
  .megamenu .MenuAnime-wrapper-harf {
    width: auto;
    margin-left: 10%; }
  .megamenu .MenuAnime {
    display: block;
    opacity: 0; }
  .megamenu.open {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 100;
    -webkit-animation: slideIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0s forwards;
    animation: slideIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0s forwards; }
    .megamenu.open .MenuAnime.slideIn {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-animation: slideIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
      animation: slideIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards; }
    .megamenu.open .MenuAnime.slideIn_L {
      opacity: 0;
      -webkit-animation: slideIn_L 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
      animation: slideIn_L 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards; }
  .megamenu.close {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0.8s;
    -webkit-animation: slideOut 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards;
    animation: slideOut 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards; }
    .megamenu.close .MenuAnime.slideIn {
      -webkit-animation: slideOut 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
      animation: slideOut 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards; }
    .megamenu.close .MenuAnime.slideIn_L {
      opacity: 1;
      -webkit-animation: slideOut_L 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
      animation: slideOut_L 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards; }
    .megamenu.close .MenuAnime.slideOut_L {
      -webkit-animation: slideOut_L 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
      animation: slideOut_L 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards; }
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0); } }
@-webkit-keyframes slideIn_L {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%) translateY(0);
    transform: translateX(0) translateY(0); } }
@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@keyframes slideOut_L {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) translateY(0);
    transform: translateX(0%) translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateX(0%) translateY(-20%);
    transform: translateX(0%) translateY(-20%); } }
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scaleOut {
  0% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .megamenu .megamenuIn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: hidden; }
  .megamenu .megamenu_sitenav {
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #000000;
    -ms-overflow-style: none;
    position: relative;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    z-index: 100;
    -webkit-transform: translateZ(0);
    z-index: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    .megamenu .megamenu_sitenav::-webkit-scrollbar {
      display: none; }
    .megamenu .megamenu_sitenav::scrollbar[orient="vertical"] {
      visibility: collapse !important; }
  .megamenu .sitenav_logo {
    max-width: 40%;
    width: 100%;
    text-align: center; }
    .megamenu .sitenav_logo a {
      display: inline-block; }
    .megamenu .sitenav_logo img {
      width: 100%;
      padding: 20px 0px;
      margin: auto;
      max-height: 15vh; }
  .megamenu .sitenav_head {
    width: 100%;
    background-color: #EBE7DC;
    display: flex;
    justify-content: flex-end;
    height: 15vh; }
    @media screen and (max-width: 960px) {
      .megamenu .sitenav_head {
        justify-content: center; } }
  .megamenu .sitenav_body {
    display: flex;
    justify-content: space-between;
    align-items: normal;
    width: 100%;
    height: 100%;
    height: 85vh; }
    @media screen and (max-width: 960px) {
      .megamenu .sitenav_body {
        width: 100%; } }
    .megamenu .sitenav_body .sitenav_body_box {
      width: 100%;
      max-width: 40%;
      background: #000;
      margin-inline: auto 0;
      background-color: #EBE7DC;
      overflow-x: hidden;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media screen and (min-width: 961px) {
        .megamenu .sitenav_body .sitenav_body_box {
          border-left: 1px solid #000; } }
      @media screen and (max-width: 960px) {
        .megamenu .sitenav_body .sitenav_body_box {
          max-width: 100%; } }
    .megamenu .sitenav_body .sitenav_body_box_top {
      width: 100%; }
    .megamenu .sitenav_body .sitenav_body_box_bottom {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: space-between; }
    .megamenu .sitenav_body .sitenav_topNav {
      display: inline-block;
      font-size: 40px;
      letter-spacing: 0.1em;
      transition: 0.3s ease-in-out; }
      .megamenu .sitenav_body .sitenav_topNav a {
        color: #fff; }
        @media (hover: hover) {
          .megamenu .sitenav_body .sitenav_topNav a:hover:hover {
            color: #123646; } }
  .megamenu .megamenu_sitenav_ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.5;
    font-weight: bold;
    margin-left: 10%; }
    .megamenu .megamenu_sitenav_ttl .megamenu_sitenav_ttl_en {
      font-size: clamp(1.8rem, 1.1458333333vw, 2.2rem);
      line-height: 1;
      margin-bottom: 0.5em;
      letter-spacing: 0.05em; }
    .megamenu .megamenu_sitenav_ttl .megamenu_sitenav_ttl_ja {
      line-height: 1; }
  .megamenu .megamenu_bg {
    margin: 0 auto;
    background-color: black;
    transition: 0.3s ease-out;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-color: #EBE7DC;
    position: relative;
    z-index: 4;
    display: block; }
    @media screen and (max-width: 768px) {
      .megamenu .megamenu_bg {
        display: none; } }
  .megamenu .img_MenuVisual {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: top; }
  .megamenu .site_main_nav_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    @media screen and (max-width: 768px) {
      .megamenu .site_main_nav_block {
        height: auto; } }
  .megamenu .site_main_nav_item {
    width: 100%;
    position: relative;
    transform: unset !important;
    animation: 0; }
    @media screen and (max-width: 768px) {
      .megamenu .site_main_nav_item {
        width: 100%; } }
    .megamenu .site_main_nav_item .toggle {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .megamenu .site_main_nav_item .accordion_ttl {
      width: 100%;
      word-break: auto-phrase;
      line-height: 1.5; }
    .megamenu .site_main_nav_item .accordion_icon {
      position: relative;
      width: 20px;
      height: 20px;
      margin-right: 5px;
      transition: all 0.4s;
      box-sizing: border-box; }
      .megamenu .site_main_nav_item .accordion_icon span {
        transition: all 0.4s;
        box-sizing: border-box;
        position: absolute;
        left: 6px;
        width: 95%;
        height: 2px;
        background-color: #fff;
        border-radius: 4px; }
        .megamenu .site_main_nav_item .accordion_icon span:nth-of-type(1) {
          top: 10px;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg); }
        .megamenu .site_main_nav_item .accordion_icon span:nth-of-type(2) {
          top: 10px;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      .megamenu .site_main_nav_item .accordion_icon.active span:nth-of-type(1) {
        display: none; }
      .megamenu .site_main_nav_item .accordion_icon.active span:nth-of-type(2) {
        top: 10px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .megamenu .site_main_nav_item .childe_item {
      display: none;
      margin: 15px auto 0;
      position: relative;
      position: absolute;
      background: #000;
      z-index: 2;
      padding: 0px 20px 20px;
      top: calc(3em + 2px);
      left: 0; }
      .megamenu .site_main_nav_item .childe_item::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 2; }
      .megamenu .site_main_nav_item .childe_item li a {
        color: #fff;
        font-size: 1.6rem;
        padding: 10px 0;
        display: block;
        position: relative;
        padding-left: 1.5em;
        word-break: auto-phrase;
        line-height: 1.5; }
        .megamenu .site_main_nav_item .childe_item li a::before {
          content: "";
          background: #fff;
          height: 1px;
          width: 1em;
          display: inline-block;
          vertical-align: middle;
          position: absolute;
          left: 0;
          top: 50%; }
        @media (hover: hover) {
          .megamenu .site_main_nav_item .childe_item li a:hover:hover {
            color: #000000;
            background: #123646; } }
        .megamenu .site_main_nav_item .childe_item li a.active {
          color: #000000;
          background: #123646; }
    .megamenu .site_main_nav_item:nth-of-type(1) .site_main_nav_link {
      animation-delay: 0.1s;
      transition-delay: 0.1s; }
    .megamenu .site_main_nav_item:nth-of-type(2) .site_main_nav_link {
      animation-delay: 0.2s;
      transition-delay: 0.2s; }
    .megamenu .site_main_nav_item:nth-of-type(3) .site_main_nav_link {
      animation-delay: 0.3s;
      transition-delay: 0.3s; }
    .megamenu .site_main_nav_item:nth-of-type(4) .site_main_nav_link {
      animation-delay: 0.4s;
      transition-delay: 0.4s; }
    .megamenu .site_main_nav_item:nth-of-type(5) .site_main_nav_link {
      animation-delay: 0.5s;
      transition-delay: 0.5s; }
    .megamenu .site_main_nav_item:nth-of-type(6) .site_main_nav_link {
      animation-delay: 0.6s;
      transition-delay: 0.6s; }
    .megamenu .site_main_nav_item:nth-of-type(7) .site_main_nav_link {
      animation-delay: 0.7s;
      transition-delay: 0.7s; }
    .megamenu .site_main_nav_item:nth-of-type(8) .site_main_nav_link {
      animation-delay: 0.8s;
      transition-delay: 0.8s; }
    .megamenu .site_main_nav_item:nth-of-type(9) .site_main_nav_link {
      animation-delay: 0.9s;
      transition-delay: 0.9s; }
    .megamenu .site_main_nav_item:nth-of-type(10) .site_main_nav_link {
      animation-delay: 1s;
      transition-delay: 1s; }
    .megamenu .site_main_nav_item:nth-of-type(11) .site_main_nav_link {
      animation-delay: 1.1s;
      transition-delay: 1.1s; }
    .megamenu .site_main_nav_item:nth-of-type(12) .site_main_nav_link {
      animation-delay: 1.2s;
      transition-delay: 1.2s; }
    .megamenu .site_main_nav_item:nth-of-type(13) .site_main_nav_link {
      animation-delay: 1.3s;
      transition-delay: 1.3s; }
    .megamenu .site_main_nav_item:nth-of-type(14) .site_main_nav_link {
      animation-delay: 1.4s;
      transition-delay: 1.4s; }
    .megamenu .site_main_nav_item:nth-of-type(15) .site_main_nav_link {
      animation-delay: 1.5s;
      transition-delay: 1.5s; }
    .megamenu .site_main_nav_item:nth-of-type(16) .site_main_nav_link {
      animation-delay: 1.6s;
      transition-delay: 1.6s; }
    .megamenu .site_main_nav_item:nth-of-type(17) .site_main_nav_link {
      animation-delay: 1.7s;
      transition-delay: 1.7s; }
    .megamenu .site_main_nav_item:nth-of-type(18) .site_main_nav_link {
      animation-delay: 1.8s;
      transition-delay: 1.8s; }
    .megamenu .site_main_nav_item:nth-of-type(19) .site_main_nav_link {
      animation-delay: 1.9s;
      transition-delay: 1.9s; }
    .megamenu .site_main_nav_item:nth-of-type(20) .site_main_nav_link {
      animation-delay: 2s;
      transition-delay: 2s; }
  .megamenu .other_nav {
    display: flex;
    align-items: center;
    height: auto;
    border-top: 1px solid #000000; }
    @media screen and (max-width: 576px) {
      .megamenu .other_nav {
        align-items: flex-start; } }
    @media screen and (max-width: 576px) {
      .megamenu .other_nav li:not(:first-of-type) {
        margin-left: 4%; } }
    .megamenu .other_nav li i {
      margin: 0 0.3em 0 0; }
    .megamenu .other_nav li a {
      transition: 0.3s ease-in-out; }
      @media (hover: hover) {
        .megamenu .other_nav li a:hover:hover {
          color: #123646; } }
  .megamenu .contact_btn {
    display: flex;
    height: 100%; }
    @media screen and (max-width: 576px) {
      .megamenu .contact_btn {
        flex-direction: column; } }
    .megamenu .contact_btn li {
      width: 100%; }
      @media screen and (min-width: 577px) {
        .megamenu .contact_btn li:not(:first-of-type) {
          border-left: 1px solid #fff; } }
      @media screen and (max-width: 576px) {
        .megamenu .contact_btn li:not(:first-of-type) {
          border-top: 1px solid #fff; } }
      .megamenu .contact_btn li a {
        width: 100%;
        font-weight: bold;
        padding: 15px 0;
        display: block;
        font-size: clamp(1rem, 1vw, 2rem);
        color: #fff;
        background: #000000;
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center;
        transition: 0.3s ease-in-out !important; }
        @media screen and (max-width: 960px) {
          .megamenu .contact_btn li a {
            font-size: clamp(1.6rem, 1vw, 2rem); } }
        @media (hover: hover) {
          .megamenu .contact_btn li a:hover:hover {
            color: #123646;
            background: #fff; } }
        .megamenu .contact_btn li a.active {
          color: #123646;
          background: #fff; }
  .megamenu .sns_nav {
    justify-content: flex-start;
    align-items: center;
    margin: 20px auto 0; }
    @media screen and (max-width: 960px) {
      .megamenu .sns_nav {
        justify-content: center; } }
    .megamenu .sns_nav li:not(:last-child) {
      margin: 0 1em 0 0; }
    .megamenu .sns_nav .sns_nav_fb {
      font-size: 2.6rem; }
      .megamenu .sns_nav .sns_nav_fb a:hover {
        color: #123646; }
  .megamenu .site_main_nav_link {
    display: block;
    font-size: 14px;
    padding: 1em 1em 1em 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    padding: 20px 0;
    cursor: pointer;
    border-top: 1px solid #000000; }
    .megamenu .site_main_nav_link .megamenu_sitenav_ttl {
      color: inherit; }
    @media screen and (max-width: 960px) {
      .megamenu .site_main_nav_link {
        padding: 1em 0.5em 1em 0.5em; } }
    .megamenu .site_main_nav_link::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #000000;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
      z-index: -1; }
    .megamenu .site_main_nav_link.bgLeft::after {
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
    .megamenu .site_main_nav_link.bgTop::after {
      transform: scale(1, 0);
      transform-origin: right bottom;
      transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
    .megamenu .site_main_nav_link.bgNormal::after {
      opacity: 0;
      transform: scale(1, 1);
      transform-origin: right bottom;
      transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
    @media (hover: hover) {
      .megamenu .site_main_nav_link:hover {
        color: #fff; }
        .megamenu .site_main_nav_link:hover .megamenu_sitenav_ttl {
          color: inherit; }
        .megamenu .site_main_nav_link:hover:hover.bgLeft::after {
          transform-origin: left top;
          transform: scale(1, 1); }
        .megamenu .site_main_nav_link:hover:hover.bgTop::after {
          transform-origin: left top;
          transform: scale(1, 1); }
        .megamenu .site_main_nav_link:hover:hover.bgNormal::after {
          opacity: 1;
          transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
        .megamenu .site_main_nav_link:hover:hover .btn-txt {
          animation-delay: 0.5s; } }
    .megamenu .site_main_nav_link.active {
      /* pointer-events: none;*/
      color: #fff; }
      .megamenu .site_main_nav_link.active .megamenu_sitenav_ttl {
        color: inherit; }
      .megamenu .site_main_nav_link.active.normal::after {
        transform: translateX(10%); }
      .megamenu .site_main_nav_link.active.bgLeft::after {
        transform-origin: left top;
        transform: scale(1, 1); }
      .megamenu .site_main_nav_link.active.bgTop::after {
        transform-origin: left top;
        transform: scale(1, 1); }
      .megamenu .site_main_nav_link.active.bgNormal::after {
        opacity: 1;
        transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
  .megamenu .site_main_nav_other_link {
    display: block;
    font-size: 14px;
    text-decoration: none;
    transition-duration: 0.2s;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    padding: 20px 2.5%;
    cursor: pointer; }
    .megamenu .site_main_nav_other_link .megamenu_sitenav_ttl {
      transition: color 0.3s ease-in 0.1s;
      color: inherit; }
    @media screen and (max-width: 960px) {
      .megamenu .site_main_nav_other_link {
        padding: 1em 0.5em 1em 0.5em; } }
    .megamenu .site_main_nav_other_link::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #000000;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
      z-index: -1; }
    .megamenu .site_main_nav_other_link.bgLeft::after {
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
    .megamenu .site_main_nav_other_link.bgTop::after {
      transform: scale(1, 0);
      transform-origin: right bottom;
      transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
    .megamenu .site_main_nav_other_link.bgNormal::after {
      opacity: 0;
      transform: scale(1, 1);
      transform-origin: right bottom;
      transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
    @media (hover: hover) {
      .megamenu .site_main_nav_other_link:hover .megamenu_sitenav_ttl {
        color: inherit; }
      .megamenu .site_main_nav_other_link:hover:hover.bgLeft::after {
        transform-origin: left top;
        transform: scale(1, 1); }
      .megamenu .site_main_nav_other_link:hover:hover.bgTop::after {
        transform-origin: left top;
        transform: scale(1, 1); }
      .megamenu .site_main_nav_other_link:hover:hover.bgNormal::after {
        opacity: 1;
        transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
      .megamenu .site_main_nav_other_link:hover:hover .btn-txt {
        animation-delay: 0.5s; } }
    .megamenu .site_main_nav_other_link.active {
      /*pointer-events: none;*/
      color: #fff; }
      .megamenu .site_main_nav_other_link.active.normal::after {
        transform: translateX(10%); }
      .megamenu .site_main_nav_other_link.active.bgLeft::after {
        transform-origin: left top;
        transform: scale(1, 1); }
      .megamenu .site_main_nav_other_link.active.bgTop::after {
        transform-origin: left top;
        transform: scale(1, 1); }
      .megamenu .site_main_nav_other_link.active.bgNormal::after {
        opacity: 1;
        transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
  .megamenu .site_main_nav_contact_link {
    display: block;
    font-size: 14px;
    text-decoration: none;
    transition-duration: 0.2s;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    padding: 20px 2.5%;
    cursor: pointer; }
    .megamenu .site_main_nav_contact_link .megamenu_sitenav_ttl {
      color: inherit; }
    @media screen and (max-width: 960px) {
      .megamenu .site_main_nav_contact_link {
        padding: 1em 0.5em 1em 0.5em; } }
    .megamenu .site_main_nav_contact_link::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #000000;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
      z-index: -1; }
    .megamenu .site_main_nav_contact_link.bgLeft::after {
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
    .megamenu .site_main_nav_contact_link.bgTop::after {
      transform: scale(1, 0);
      transform-origin: right bottom;
      transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
    .megamenu .site_main_nav_contact_link.bgNormal::after {
      opacity: 0;
      transform: scale(1, 1);
      transform-origin: right bottom;
      transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
    @media (hover: hover) {
      .megamenu .site_main_nav_contact_link:hover .megamenu_sitenav_ttl {
        color: inherit; }
      .megamenu .site_main_nav_contact_link:hover:hover.bgLeft::after {
        transform-origin: left top;
        transform: scale(1, 1); }
      .megamenu .site_main_nav_contact_link:hover:hover.bgTop::after {
        transform-origin: left top;
        transform: scale(1, 1); }
      .megamenu .site_main_nav_contact_link:hover:hover.bgNormal::after {
        opacity: 1;
        transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
      .megamenu .site_main_nav_contact_link:hover:hover .btn-txt {
        animation-delay: 0.5s; } }
    .megamenu .site_main_nav_contact_link.active {
      pointer-events: none;
      color: #fff; }
      .megamenu .site_main_nav_contact_link.active.normal::after {
        transform: translateX(10%); }
      .megamenu .site_main_nav_contact_link.active.bgLeft::after {
        transform-origin: left top;
        transform: scale(1, 1); }
      .megamenu .site_main_nav_contact_link.active.bgTop::after {
        transform-origin: left top;
        transform: scale(1, 1); }
      .megamenu .site_main_nav_contact_link.active.bgNormal::after {
        opacity: 1;
        transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }

/**/
@media all and (-ms-high-contrast: none) {
  .megamenu .site_main_nav .site_main_nav_item > a {
    padding: 17px 0 13px; } }
/*== 階層【アコーディオンメニュー】 ==*/
@media all and (-ms-high-contrast: none) {
  .megamenu .site_main_nav .site_main_nav_item .accordion_icon {
    margin-top: -2px; } }
/*＋、－切り替え*/
@media all and (-ms-high-contrast: none) {
  .megamenu .site_main_nav .site_main_nav_item .childe_item li a {
    padding-top: 13px;
    padding-bottom: 8px; } }
@media all and (-ms-high-contrast: none) {
  .megamenu .megamenu_sitenav .contact_btn li a {
    padding: 17px 0 13px; } }
/*==========================================
 FOOTER
===========================================*/
#footer {
  border-top: 1px solid #fff; }
  @media screen and (min-width: 961px) {
    #footer .footer-cts {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  @media screen and (min-width: 1201px) {
    #footer .footer-cts .cts-head {
      display: flex;
      flex-direction: column;
      width: 25%; } }
  @media screen and (max-width: 960px) {
    #footer .footer-cts .cts-head {
      display: flex;
      flex-direction: column-reverse; } }
  @media screen and (min-width: 1201px) {
    #footer .footer-cts .cts-head .head-top {
      margin-right: 50px; } }
  @media screen and (min-width: 1921px) {
    #footer .footer-cts .cts-head .head-top {
      margin-right: 170px; } }
  @media screen and (min-width: 961px) {
    #footer .footer-cts .cts-body {
      display: flex;
      flex-direction: column;
      width: 55%; } }
  #footer .footer-logo {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 30px; }
    @media screen and (max-width: 960px) {
      #footer .footer-logo {
        width: 55%;
        margin: 10px auto 10px; } }
  #footer .footer-area {
    letter-spacing: 0.1em;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem); }
    @media screen and (max-width: 960px) {
      #footer .footer-area {
        text-align: center; } }
    @media screen and (max-width: 375px) {
      #footer .footer-area {
        font-size: 1.2rem; } }
  @media screen and (min-width: 961px) {
    #footer .footer-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px; } }
  @media screen and (max-width: 960px) {
    #footer .footer-link {
      margin: 15px auto;
      width: 100%; } }
  #footer .footer-link .link-page {
    letter-spacing: 0em;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    white-space: nowrap; }
    @media screen and (max-width: 960px) {
      #footer .footer-link .link-page {
        justify-content: space-evenly;
        max-width: 100%; } }
    #footer .footer-link .link-page li a {
      text-decoration-line: underline;
      text-decoration-offset: 1px;
      text-decoration-thickness: 2px; }
      @media screen and (max-width: 960px) {
        #footer .footer-link .link-page li a {
          font-weight: 300; } }
      @media (hover: hover) {
        #footer .footer-link .link-page li a:hover:hover {
          color: #A28A76; } }
    #footer .footer-link .link-page li:not(:first-of-type) {
      margin-left: 1em; }
  #footer .footer-link .link-sns {
    display: flex;
    justify-content: center;
    font-size: 2.4rem; }
    @media screen and (min-width: 961px) {
      #footer .footer-link .link-sns {
        justify-content: flex-end;
        margin-left: 1em; } }
    #footer .footer-link .link-sns li:not(:last-child) {
      margin-right: 1em; }
    @media (hover: hover) {
      #footer .footer-link .link-sns li a:hover:hover {
        color: #A28A76; } }
  #footer .footer-link.sml {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem); }
    #footer .footer-link.sml .link-page li a {
      text-decoration-thickness: 1px; }
  #footer .footer-add_new {
    margin: 15px 0 20px;
    font-weight: 500;
    font-size: clamp(1.2rem, 1.4vw, 1.4rem); }
    @media screen and (max-width: 960px) {
      #footer .footer-add_new {
        text-align: center; } }
    #footer .footer-add_new .add-ttl_en {
      font-size: clamp(1.4rem, 1.6vw, 1.6rem); }
    #footer .footer-add_new .add-txt {
      margin-top: 0.5em; }
  #footer .footer-add {
    letter-spacing: 0.1em;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    margin: 15px 0 20px; }
    @media screen and (max-width: 960px) {
      #footer .footer-add {
        text-align: center; }
        #footer .footer-add::before, #footer .footer-add::after {
          content: "";
          max-width: 38px;
          width: 100%;
          height: 1px;
          background: #000000;
          display: block; }
        #footer .footer-add::before {
          margin: 0 auto 35px; }
        #footer .footer-add::after {
          margin: 35px auto 0; } }
  @media screen and (max-width: 960px) {
    #footer .footer-address {
      text-align: center; } }
  #footer .footer-tel {
    font-size: clamp(1.4rem, 2vw, 2rem);
    letter-spacing: 0em;
    font-weight: bold;
    margin-bottom: 30px;
    -webkit-text-stroke: thin; }
    @media screen and (max-width: 960px) {
      #footer .footer-tel {
        text-align: center;
        margin: 10px auto;
        font-size: clamp(1.6rem, 6.916667vw, 2.8rem); } }
  #footer .cts-hour {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    font-weight: normal; }
  #footer .footer-copy {
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    letter-spacing: 0.1em;
    text-align: left; }
    @media screen and (max-width: 960px) {
      #footer .footer-copy {
        text-align: center;
        margin-top: 30px; } }

/*==========================================
 【SP FOOTER CNV】
===========================================*/
.sp-footer-cnv-wrap {
  height: 65px;
  margin: 20px auto;
  position: relative; }

.sp-footer-cnv {
  position: fixed;
  z-index: 10;
  left: 0;
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: auto;
  transition: 0s; }
  @media screen and (min-width: 961px) {
    .sp-footer-cnv {
      left: 0;
      right: 0;
      top: auto;
      bottom: 0;
      width: 100%;
      height: 65px;
      background: transparent;
      transition: 0s; } }
  .sp-footer-cnv li {
    width: calc(100% * 1 / 4); }
    .sp-footer-cnv li:not(:last-child) {
      border-right: 1px solid #123646; }
    .sp-footer-cnv li a {
      color: #123646;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      font-size: 1.2rem;
      padding: 0.8em 0;
      height: 100%;
      background: #000000; }
      @media screen and (max-width: 960px) {
        .sp-footer-cnv li a {
          padding: 0.25em 0; } }
      .sp-footer-cnv li a:focus {
        background: #123646; }
      @media screen and (min-width: 577px) {
        .sp-footer-cnv li a {
          font-size: 1.4rem;
          padding: 1em 0; } }
      @media screen and (min-width: 961px) {
        .sp-footer-cnv li a {
          background: #000000;
          height: 100%;
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
  @media screen and (min-width: 961px) and (hover: hover) {
    .sp-footer-cnv li a:hover:hover {
      background: #fff;
      color: #000000; }
      .sp-footer-cnv li a:hover:hover .item-ttl {
        color: #000000; } }

  @media screen and (min-width: 961px) and (hover: hover) and (min-width: 961px) {
    .sp-footer-cnv li a:hover:hover .item-ttl-ja {
      border-left: 1px solid #000000; } }

      @media screen and (max-width: 960px) {
        .sp-footer-cnv li a br {
          display: none; } }
      .sp-footer-cnv li a .btnTtl-en {
        font-size: 1.2rem;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 960px) {
          .sp-footer-cnv li a .btnTtl-en {
            display: block; } }
      .sp-footer-cnv li a .tel_icon {
        width: 16px; }
  .sp-footer-cnv .formlink-list {
    display: flex;
    justify-content: space-between; }
  .sp-footer-cnv .contact-tel a {
    display: flex;
    align-items: center;
    flex-direction: row; }
    @media screen and (max-width: 960px) {
      .sp-footer-cnv .contact-tel a {
        flex-direction: column; } }
  .sp-footer-cnv .contact-tel .tel {
    letter-spacing: 0.1em;
    font-size: clamp(1.2rem, 1.3541666667vw, 2.6rem);
    line-height: 1; }
    @media screen and (min-width: 961px) {
      .sp-footer-cnv .contact-tel .tel {
        margin-left: 1rem; } }
    @media screen and (max-width: 960px) {
      .sp-footer-cnv .contact-tel .tel {
        letter-spacing: 0.1em;
        font-size: clamp(0.5rem, 2.254167vw, 2.6rem);
        line-height: 1; } }
  .sp-footer-cnv .item-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-size: clamp(1.4rem, 1.4375vw, 1.8rem);
    line-height: 1;
    transition: 0s ease-in-out; }
    @media screen and (max-width: 960px) {
      .sp-footer-cnv .item-ttl {
        font-size: clamp(1.2rem, 2.0375vw, 1.8rem);
        flex-direction: column; } }
  .sp-footer-cnv .item-ttl-en {
    position: relative; }
  .sp-footer-cnv .item-ttl-ja {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: border-left 0.3s ease-out; }
    @media screen and (min-width: 961px) {
      .sp-footer-cnv .item-ttl-ja {
        border-left: 1px solid #fff;
        padding-left: 0.5em;
        margin-left: 0.5em; } }
    @media screen and (max-width: 960px) {
      .sp-footer-cnv .item-ttl-ja {
        margin-top: 0.5em;
        line-height: 1; } }

/*==========================================
 【PAGETOP】
===========================================*/
.pagetop {
  position: fixed;
  z-index: 8;
  right: 10px;
  bottom: 10px; }
  .pagetop a {
    display: block;
    background: #000000;
    font-size: 0;
    transition: 0.3s ease-in-out;
    width: 30px;
    height: 50px;
    padding: 15px 0 0;
    text-align: center;
    border: 1px solid #fff; }
    .pagetop a::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7.5px 20px 7.5px;
      border-color: transparent transparent #fff transparent; }
    @media screen and (min-width: 961px) {
      .pagetop a:hover {
        background: #000; } }
    @media screen and (max-width: 960px) {
      .pagetop a {
        width: 35px;
        height: 40px;
        padding: 12px 0 0; }
        .pagetop a::after {
          border-width: 0 5.5px 12px 5.5px; } }

/*==========================================
 pager common用
===========================================*/
.wp-pagenavi {
  margin: 40px auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #77a0d1; }
  .wp-pagenavi.center {
    justify-content: center; }
  .wp-pagenavi.left {
    justify-content: flex-start; }
  .wp-pagenavi.right {
    justify-content: flex-end; }
  @media screen and (max-width: 960px) {
    .wp-pagenavi.sp_center {
      justify-content: center; } }
  .wp-pagenavi a {
    color: #b2b2b2; }
  .wp-pagenavi span.current,
  .wp-pagenavi a.page {
    margin: 0 10px 0 0;
    border: solid 1px #b2b2b2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: 0.3s; }
  .wp-pagenavi span.current {
    border: none;
    background: #000;
    color: #fff; }
  .wp-pagenavi a.page {
    background: none; }
    .wp-pagenavi a.page:hover {
      background: #000;
      color: #fff; }
  .wp-pagenavi .first,
  .wp-pagenavi .extend {
    margin-right: 10px; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    margin: 0 10px 0 0;
    border: solid 1px #b2b2b2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: 0.3s; }
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    background: #000;
    color: #fff; }
  .wp-pagenavi .extend {
    border: 0px solid #bfbfbf !important; }

/*==========================================
 パンくず
===========================================*/
.breadcrumbs_area {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: calc(5px + 1%);
  margin-bottom: 2%;
  top: 0;
  left: auto;
  text-align: left;
  position: absolute;
  z-index: 4; }
  @media screen and (min-width: 961px) {
    .breadcrumbs_area {
      letter-spacing: 0.2em; } }
  @media screen and (max-width: 960px) {
    .breadcrumbs_area {
      margin-top: 30px;
      margin-bottom: 30px;
      position: relative; } }
  @media (hover: hover) {
    .breadcrumbs_area a:hover:hover {
      opacity: 0.5; } }
  .breadcrumbs_area.fv_breadcrumbs_area {
    margin-top: 10px; }
  .breadcrumbs_area.relative {
    position: relative; }
  @media screen and (max-width: 960px) {
    .breadcrumbs_area.relative_sp {
      position: relative;
      padding-top: 1rem; } }
  .breadcrumbs_area.right {
    text-align: right;
    right: 0; }
  .breadcrumbs_area.cW {
    color: #fff; }
    .breadcrumbs_area.cW a {
      color: #fff; }
      .breadcrumbs_area.cW a::after {
        background: #fff; }
  .breadcrumbs_area.wht {
    color: #fff; }
    .breadcrumbs_area.wht a {
      color: #fff; }
      .breadcrumbs_area.wht a::after {
        background: #fff; }

.breadcrumbs {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.1em; }
  .breadcrumbs.ab {
    position: absolute;
    top: 0;
    z-index: 4; }
  .breadcrumbs.cW {
    color: #fff; }
    .breadcrumbs.cW a {
      color: #fff; }
      .breadcrumbs.cW a::after {
        background: #fff; }

/*==========================================
 遷移
===========================================*/
/*==========================================
 TOPへ戻る
===========================================*/
/*==========================================
 404 NOT FOUND
===========================================*/
/*==========================================
 THANKS PAGE
===========================================*/
/*==========================================
 SITE MAP
===========================================*/
/*==========================================
 PRIVACY POLICY
===========================================*/
/*==========================================
 OTHERS ARTICLE
===========================================*/
/*==========================================
 ボタン【リストに戻る】
===========================================*/
/*==========================================
 【BUTTON】
===========================================*/
/*more >*/
.btn-more-block .btn-more-wrap {
  display: flex;
  align-items: center;
  /*位置調整*/
  /*装飾*/ }
  .btn-more-block .btn-more-wrap.left {
    justify-content: flex-start; }
  .btn-more-block .btn-more-wrap.right {
    justify-content: flex-end; }
  .btn-more-block .btn-more-wrap.center {
    justify-content: center; }
  @media screen and (max-width: 960px) {
    .btn-more-block .btn-more-wrap.sp_center {
      justify-content: center; } }
  .btn-more-block .btn-more-wrap.wht .btn-txt {
    color: #fff; }
    .btn-more-block .btn-more-wrap.wht .btn-txt::after {
      background: #fff; }
  .btn-more-block .btn-more-wrap.wht .arrow-right::before {
    border-right: solid 1px #fff;
    transition: 0.3s ease-in-out; }
  .btn-more-block .btn-more-wrap.wht .arrow-right::after {
    border-right: solid 1px #fff;
    transition: 0.3s ease-in-out; }
  .btn-more-block .btn-more-wrap.wht .btn-more {
    border: 1px solid #fff;
    color: #fff;
    background: #fff; }
  .btn-more-block .btn-more-wrap.wht .backTotop {
    border: 1px solid #fff;
    padding: 1em 2em; }
  .btn-more-block .btn-more-wrap.wht .btn-more-hover::after {
    background: #fff; }
  .btn-more-block .btn-more-wrap .btn-more-hover {
    position: relative;
    z-index: 1;
    font-size: clamp(1.6rem, 1.5vw, 2.2rem);
    padding-bottom: 10px;
    padding-left: 14%;
    letter-spacing: 0.1em;
    white-space: nowrap; }
    .btn-more-block .btn-more-wrap .btn-more-hover::after {
      content: "";
      position: absolute;
      margin-top: 10px;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 1px;
      background: #000;
      transform: scale(1, 1);
      transform-origin: left top;
      transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
    .btn-more-block .btn-more-wrap .btn-more-hover.border_none::after {
      content: none; }
  .btn-more-block .btn-more-wrap .arrow-right {
    position: relative;
    padding-left: 3em;
    transition: 0.3s ease-in-out;
    top: 0;
    bottom: 0;
    right: 0; }
    .btn-more-block .btn-more-wrap .arrow-right::before {
      content: " ";
      width: 8px;
      height: 8px;
      border-right: solid 1px;
      transform: rotate(35deg);
      position: absolute;
      top: calc(50% - 2px);
      right: 10px; }
    .btn-more-block .btn-more-wrap .arrow-right::after {
      content: " ";
      width: 8px;
      height: 8px;
      border-right: solid 1px;
      transform: rotate(-35deg);
      position: absolute;
      top: calc(50% - 4px);
      right: 10px; }
  .btn-more-block .btn-more-wrap .btn-more {
    display: inline-block;
    border: 1px solid #123646;
    color: #fff;
    border-radius: 50px;
    letter-spacing: 0.2em;
    padding: 0.6em 2em;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: 0.3s ease-in-out;
    background: #123646;
    width: 100%; }
  .btn-more-block .btn-more-wrap .radius {
    border-radius: 100vmax; }
  .btn-more-block .btn-more-wrap .btn-more-hover {
    transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .btn-more-block .btn-more-wrap .btn-more-hover:hover:hover .arrow-right {
        right: -10px; }
      .btn-more-block .btn-more-wrap .btn-more-hover:hover:hover::after {
        right: 0;
        transform: scale(0, 1);
        transform-origin: right top; }
      .btn-more-block .btn-more-wrap .btn-more-hover:hover:hover .btn-txt {
        animation-delay: 0.5s; }
      .btn-more-block .btn-more-wrap .btn-more-hover:hover:hover.btn-more {
        color: #123646; } }
@keyframes rotateTextlink1 {
  0% {
    transform: rotate3d(1, 0, 0, 0deg); }
  50% {
    transform: rotate3d(1, 0, 0, 180deg); }
  100% {
    transform: rotate3d(1, 0, 0, 360deg); } }
    .btn-more-block .btn-more-wrap .btn-more-hover.active {
      pointer-events: none; }
      .btn-more-block .btn-more-wrap .btn-more-hover.active .btn-more.normal::before {
        transform: translateX(10%); }
      .btn-more-block .btn-more-wrap .btn-more-hover.active .btn-more.bgLeft::before {
        transform-origin: left top;
        transform: scale(1, 1); }
      .btn-more-block .btn-more-wrap .btn-more-hover.active .btn-more.orange {
        color: #000000; }
      .btn-more-block .btn-more-wrap .btn-more-hover.active .btn-more.wht {
        color: #fff; }
        .btn-more-block .btn-more-wrap .btn-more-hover.active .btn-more.wht::before {
          transform-origin: left top;
          transform: scale(1, 1); }
      .btn-more-block .btn-more-wrap .btn-more-hover.active .btn-more.whtTxt {
        color: #fff; }
      .btn-more-block .btn-more-wrap .btn-more-hover.active .btn-more.whtTxtHover {
        color: #fff;
        background: #000000; }
      .btn-more-block .btn-more-wrap .btn-more-hover.active .btn-more.font_color {
        color: #000000; }

/*長丸ボタン*/
.radius-block .radius-btn-wrap {
  display: flex;
  align-items: center;
  /*位置調整*/
  /*ベース*/
  /*装飾*/ }
  .radius-block .radius-btn-wrap.left {
    justify-content: flex-start; }
  .radius-block .radius-btn-wrap.right {
    justify-content: flex-end; }
  .radius-block .radius-btn-wrap.center {
    justify-content: center; }
  @media screen and (max-width: 960px) {
    .radius-block .radius-btn-wrap.sp_center {
      justify-content: center; } }
  .radius-block .radius-btn-wrap .btn-more {
    display: inline-block;
    border-radius: 200vmax;
    letter-spacing: 0.2em;
    padding: 1em 2em 1em 2em;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
    max-width: max-content;
    width: auto;
    min-width: 220px;
    text-align: center;
    transition: 0.3s ease-in-out; }
    .radius-block .radius-btn-wrap .btn-more .arrow-right {
      position: absolute;
      right: 10px;
      top: 50%;
      height: 0;
      display: block;
      transition: right 0.3s ease-in-out; }
      .radius-block .radius-btn-wrap .btn-more .arrow-right::before {
        content: " ";
        width: 8px;
        height: 8px;
        border-right: solid 1px;
        transform: rotate(35deg);
        position: absolute;
        top: calc(0% - 2px);
        right: 10px; }
      .radius-block .radius-btn-wrap .btn-more .arrow-right::after {
        content: " ";
        width: 8px;
        height: 8px;
        border-right: solid 1px;
        transform: rotate(-35deg);
        position: absolute;
        top: calc(0% - 4px);
        right: 10px; }
  @media (hover: hover) {
    .radius-block .radius-btn-wrap .item-btn-more-hover:hover:hover .arrow-right {
      right: 0px; }
    .radius-block .radius-btn-wrap .item-btn-more-hover:hover:hover.btn-more.bgLeft {
      color: #123646; }
      .radius-block .radius-btn-wrap .item-btn-more-hover:hover:hover.btn-more.bgLeft::before {
        transform-origin: left top;
        transform: scale(1, 1); }
    .radius-block .radius-btn-wrap .item-btn-more-hover:hover:hover.btn-more.Normal {
      background: #123646;
      color: #fff; }
      .radius-block .radius-btn-wrap .item-btn-more-hover:hover:hover.btn-more.Normal:before {
        content: none; } }
  .radius-block .radius-btn-wrap .item-btn-more-hover.active {
    pointer-events: none; }
    .radius-block .radius-btn-wrap .item-btn-more-hover.active.btn-more.bgLeft {
      color: #123646; }
      .radius-block .radius-btn-wrap .item-btn-more-hover.active.btn-more.bgLeft::before {
        transform-origin: left top;
        transform: scale(1, 1); }
    .radius-block .radius-btn-wrap .item-btn-more-hover.active.btn-more.Normal {
      background: #123646;
      color: #fff; }
      .radius-block .radius-btn-wrap .item-btn-more-hover.active.btn-more.Normal:before {
        content: none; }
  .radius-block .radius-btn-wrap .bgLeft:before {
    content: "";
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /*色や形状*/
    background: #fff;
    /*背景色*/
    width: 120%;
    height: 200%;
    /*アニメーション*/
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top; }
  .radius-block .radius-btn-wrap .normal {
    background: transparent;
    color: #000000;
    border: 1px solid #123646; }
    .radius-block .radius-btn-wrap .normal:before {
      content: none; }
  .radius-block .radius-btn-wrap .accent {
    border: 1px solid #123646;
    color: #fff;
    background: #123646; }
    .radius-block .radius-btn-wrap .accent:before {
      background: #fff; }
    @media (hover: hover) {
      .radius-block .radius-btn-wrap .accent:hover:hover {
        color: #123646; } }
  .radius-block .radius-btn-wrap .transparent {
    border: 1px solid #123646;
    color: #123646;
    background: transparent; }
    @media (hover: hover) {
      .radius-block .radius-btn-wrap .transparent:hover:hover {
        color: #fff;
        background: #123646; } }

/*==========================================
 inner common用
===========================================*/
.innerPT {
  padding-top: 100px; }
  @media screen and (max-width: 960px) {
    .innerPT {
      padding-top: 60px; } }

.innerPB {
  padding-bottom: 100px; }
  @media screen and (max-width: 960px) {
    .innerPB {
      padding-bottom: 60px; } }

.innerMT {
  margin-top: 100px; }
  @media screen and (max-width: 960px) {
    .innerMT {
      margin-top: 60px; } }

.innerMB {
  margin-bottom: 100px; }
  @media screen and (max-width: 960px) {
    .innerMB {
      margin-bottom: 60px; } }

/*==========================================
 txtUR
===========================================*/
/*txtUR*/
.txtUR {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  font-size: clamp(1rem, 0.7291666667vw, 1.4rem);
  font-weight: 700;
  line-height: 1; }

.txtUL {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
  font-size: clamp(1rem, 0.7291666667vw, 1.4rem);
  font-weight: 700;
  line-height: 1; }

/*==========================================
 sec_PT
===========================================*/
/*padding*/
.sec_PT {
  padding-top: clamp(8rem, 6.25vw, 12rem); }
  @media screen and (max-width: 960px) {
    .sec_PT {
      padding-top: clamp(6rem, 8.3333333333vw, 8rem); } }

.sec_PB {
  padding-bottom: clamp(8rem, 6.25vw, 12rem); }
  @media screen and (max-width: 960px) {
    .sec_PB {
      padding-bottom: clamp(6rem, 8.3333333333vw, 8rem); } }

.sec_PTB {
  padding-block: clamp(8rem, 6.25vw, 12rem); }
  @media screen and (max-width: 960px) {
    .sec_PTB {
      padding-block: clamp(6rem, 8.3333333333vw, 8rem); } }

.sec_PT_m {
  padding-top: clamp(6rem, 4.1666666667vw, 8rem); }
  @media screen and (max-width: 960px) {
    .sec_PT_m {
      padding-top: clamp(4rem, 6.25vw, 6rem); } }

.sec_PB_m {
  padding-bottom: clamp(6rem, 4.1666666667vw, 8rem); }
  @media screen and (max-width: 960px) {
    .sec_PB_m {
      padding-bottom: clamp(4rem, 6.25vw, 6rem); } }

.sec_PTB_m {
  padding-block: clamp(6rem, 4.1666666667vw, 8rem); }
  @media screen and (max-width: 960px) {
    .sec_PTB_m {
      padding-block: clamp(4rem, 6.25vw, 6rem); } }

.sec_PT_s {
  padding-top: clamp(4rem, 3.125vw, 6rem); }
  @media screen and (max-width: 960px) {
    .sec_PT_s {
      padding-top: clamp(2rem, 4.1666666667vw, 4rem); } }

.sec_PB_s {
  padding-bottom: clamp(4rem, 3.125vw, 6rem); }
  @media screen and (max-width: 960px) {
    .sec_PB_s {
      padding-bottom: clamp(2rem, 4.1666666667vw, 4rem); } }

.sec_PTB_s {
  padding-block: clamp(4rem, 3.125vw, 6rem); }
  @media screen and (max-width: 960px) {
    .sec_PTB_s {
      padding-block: clamp(2rem, 4.1666666667vw, 4rem); } }

@media screen and (min-width: 961px) {
  .sec_PT_pc {
    padding-top: clamp(8rem, 6.25vw, 12rem); } }

@media screen and (min-width: 961px) {
  .sec_PB_pc {
    padding-bottom: clamp(8rem, 6.25vw, 12rem); } }

@media screen and (min-width: 961px) {
  .sec_PTB_pc {
    padding-block: clamp(8rem, 6.25vw, 12rem); } }

@media screen and (min-width: 961px) {
  .sec_PT_m_pc {
    padding-top: clamp(6rem, 4.1666666667vw, 8rem); } }

@media screen and (min-width: 961px) {
  .sec_PB_m_pc {
    padding-bottom: clamp(6rem, 4.1666666667vw, 8rem); } }

@media screen and (min-width: 961px) {
  .sec_PTB_m_pc {
    padding-block: clamp(6rem, 4.1666666667vw, 8rem); } }

@media screen and (min-width: 961px) {
  .sec_PT_s_pc {
    padding-top: clamp(4rem, 3.125vw, 6rem); } }

@media screen and (min-width: 961px) {
  .sec_PB_s_pc {
    padding-bottom: clamp(4rem, 3.125vw, 6rem); } }

@media screen and (min-width: 961px) {
  .sec_PTB_s_pc {
    padding-block: clamp(4rem, 3.125vw, 6rem); } }

@media screen and (max-width: 960px) {
  .sec_PT_sp {
    padding-top: clamp(6rem, 8.3333333333vw, 8rem); } }

@media screen and (max-width: 960px) {
  .sec_PB_sp {
    padding-bottom: clamp(6rem, 8.3333333333vw, 8rem); } }

@media screen and (max-width: 960px) {
  .sec_PTB_sp {
    padding-block: clamp(6rem, 8.3333333333vw, 8rem); } }

@media screen and (max-width: 960px) {
  .sec_PT_m_sp {
    padding-top: clamp(4rem, 6.25vw, 6rem); } }

@media screen and (max-width: 960px) {
  .sec_PB_m_sp {
    padding-bottom: clamp(4rem, 6.25vw, 6rem); } }

@media screen and (max-width: 960px) {
  .sec_PTB_m_sp {
    padding-block: clamp(4rem, 6.25vw, 6rem); } }

@media screen and (max-width: 960px) {
  .sec_PT_s_sp {
    padding-top: clamp(2rem, 4.1666666667vw, 4rem); } }

@media screen and (max-width: 960px) {
  .sec_PB_s_sp {
    padding-bottom: clamp(2rem, 4.1666666667vw, 4rem); } }

@media screen and (max-width: 960px) {
  .sec_PTB_s_sp {
    padding-block: clamp(2rem, 4.1666666667vw, 4rem); } }

@media screen and (max-width: 960px) {
  .sec_PT_sp_none {
    padding-top: 0; } }

@media screen and (max-width: 960px) {
  .sec_PB_sp_none {
    padding-bottom: 0; } }

/*margin*/
.sec_MT {
  margin-top: clamp(8rem, 6.25vw, 12rem); }
  @media screen and (max-width: 960px) {
    .sec_MT {
      margin-top: clamp(6rem, 8.3333333333vw, 8rem); } }

.sec_MB {
  margin-bottom: clamp(8rem, 6.25vw, 12rem); }
  @media screen and (max-width: 960px) {
    .sec_MB {
      margin-bottom: clamp(6rem, 8.3333333333vw, 8rem); } }

.sec_MTB {
  margin-block: clamp(8rem, 6.25vw, 12rem); }
  @media screen and (max-width: 960px) {
    .sec_MTB {
      margin-block: clamp(6rem, 8.3333333333vw, 8rem); } }

.sec_MT_m {
  margin-top: clamp(6rem, 4.1666666667vw, 8rem); }
  @media screen and (max-width: 960px) {
    .sec_MT_m {
      margin-top: clamp(4rem, 6.25vw, 6rem); } }

.sec_MB_m {
  margin-bottom: clamp(6rem, 4.1666666667vw, 8rem); }
  @media screen and (max-width: 960px) {
    .sec_MB_m {
      margin-bottom: clamp(4rem, 6.25vw, 6rem); } }

.sec_MTB_m {
  margin-block: clamp(6rem, 4.1666666667vw, 8rem); }
  @media screen and (max-width: 960px) {
    .sec_MTB_m {
      margin-block: clamp(4rem, 6.25vw, 6rem); } }

.sec_MT_s {
  margin-top: clamp(4rem, 3.125vw, 6rem); }
  @media screen and (max-width: 960px) {
    .sec_MT_s {
      margin-top: clamp(2rem, 4.1666666667vw, 4rem); } }

.sec_MB_s {
  margin-bottom: clamp(4rem, 3.125vw, 6rem); }
  @media screen and (max-width: 960px) {
    .sec_MB_s {
      margin-bottom: clamp(2rem, 4.1666666667vw, 4rem); } }

.sec_MTB_s {
  margin-block: clamp(4rem, 3.125vw, 6rem); }
  @media screen and (max-width: 960px) {
    .sec_MTB_s {
      margin-block: clamp(2rem, 4.1666666667vw, 4rem); } }

@media screen and (min-width: 961px) {
  .sec_MT_pc {
    margin-top: clamp(6rem, 8.3333333333vw, 8rem); } }

@media screen and (min-width: 961px) {
  .sec_MB_pc {
    margin-bottom: clamp(6rem, 8.3333333333vw, 8rem); } }

@media screen and (min-width: 961px) {
  .sec_MTB_pc {
    margin-block: clamp(6rem, 8.3333333333vw, 8rem); } }

@media screen and (min-width: 961px) {
  .sec_MT_m_pc {
    margin-top: clamp(4rem, 6.25vw, 6rem); } }

@media screen and (min-width: 961px) {
  .sec_MB_m_pc {
    margin-bottom: clamp(4rem, 6.25vw, 6rem); } }

@media screen and (min-width: 961px) {
  .sec_MTB_m_pc {
    margin-block: clamp(4rem, 6.25vw, 6rem); } }

@media screen and (min-width: 961px) {
  .sec_MT_s_pc {
    margin-top: clamp(2rem, 4.1666666667vw, 4rem); } }

@media screen and (min-width: 961px) {
  .sec_MB_s_pc {
    margin-bottom: clamp(2rem, 4.1666666667vw, 4rem); } }

@media screen and (min-width: 961px) {
  .sec_MTB_s_pc {
    margin-block: clamp(2rem, 4.1666666667vw, 4rem); } }

@media screen and (max-width: 960px) {
  .sec_MT_sp {
    margin-top: clamp(6rem, 8.3333333333vw, 8rem); } }

@media screen and (max-width: 960px) {
  .sec_MB_sp {
    margin-bottom: clamp(6rem, 8.3333333333vw, 8rem); } }

@media screen and (max-width: 960px) {
  .sec_MTB_sp {
    margin-block: clamp(6rem, 8.3333333333vw, 8rem); } }

@media screen and (max-width: 960px) {
  .sec_MT_m_sp {
    margin-top: clamp(4rem, 6.25vw, 6rem); } }

@media screen and (max-width: 960px) {
  .sec_MB_m_sp {
    margin-bottom: clamp(4rem, 6.25vw, 6rem); } }

@media screen and (max-width: 960px) {
  .sec_MTB_m_sp {
    margin-block: clamp(4rem, 6.25vw, 6rem); } }

@media screen and (max-width: 960px) {
  .sec_MT_s_sp {
    margin-top: clamp(2rem, 4.1666666667vw, 4rem); } }

@media screen and (max-width: 960px) {
  .sec_MB_s_sp {
    margin-bottom: clamp(2rem, 4.1666666667vw, 4rem); } }

@media screen and (max-width: 960px) {
  .sec_MTB_s_sp {
    margin-block: clamp(2rem, 4.1666666667vw, 4rem); } }

@media screen and (max-width: 960px) {
  .sec_MT_sp_none {
    margin-top: 0; } }

@media screen and (max-width: 960px) {
  .sec_MB_sp_none {
    margin-bottom: 0; } }

@media screen and (min-width: 961px) {
  body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* 背景カラー */
    z-index: 9999;
    /* 一番手前に */
    pointer-events: none;
    /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
    opacity: 1;
    /* 初期値では非表示 */
    -webkit-transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    /* アニメーション時間は 0.8秒 */
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1); }

  /*body要素に.fadeoutセレクタがある場合には、レイヤーが表示されるようにopacityを１に設定します。*/
  body.fadeIn::after {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1); }

  body.fadeout::after {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1); } }
/*お好みで、.fadeoutセレクタ以下の他の要素にもアニメーション用のCSSを定義します*/
/*DEMOではページ遷移時にarticle要素のスケールもアニメーションさせています*/
/*==========================================
　modelhouse
===========================================*/
.sec-modelhouse .flex-block {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .sec-modelhouse .flex-block {
      flex-direction: column; } }
  .sec-modelhouse .flex-block.reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 960px) {
      .sec-modelhouse .flex-block.reverse {
        flex-direction: column; } }
.sec-modelhouse .left-block {
  width: 50%; }
  @media screen and (max-width: 960px) {
    .sec-modelhouse .left-block {
      width: 100%; } }
.sec-modelhouse .right-block {
  width: 46%; }
  @media screen and (max-width: 960px) {
    .sec-modelhouse .right-block {
      width: 100%; } }
.sec-modelhouse .img-block .item-img {
  font-size: 0;
  overflow: hidden; }
  .sec-modelhouse .img-block .item-img img {
    transition: all 1s ease; }
    @media screen and (max-width: 768px) {
      .sec-modelhouse .img-block .item-img img {
        aspect-ratio: 1;
        object-fit: cover; } }
.sec-modelhouse .img-block .item-more-wrap {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.3s ease-in-out;
  scale: 1.1; }
  .sec-modelhouse .img-block .item-more-wrap .item-more {
    font-size: 1.6rem;
    border-radius: 500px;
    border: 2px solid #fff;
    padding: 0px 2rem;
    font-weight: bold;
    color: #fff; }
@media (hover: hover) {
  .sec-modelhouse .img-block a:hover:hover .item-more-wrap {
    opacity: 1;
    scale: 1; }
  .sec-modelhouse .img-block a:hover:hover .item-img img {
    transform: scale(1.1, 1.1); } }
.sec-modelhouse .cts-lead {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.75; }

/*==========================================
　MODELHOUSE
===========================================*/
.sec-modelDlt .cts-ttl {
  display: flex;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
@media screen and (min-width: 961px) {
  .sec-modelDlt .cts-txt {
    text-align: center; } }
@media screen and (max-width: 960px) {
  .sec-modelDlt .slick-list {
    padding-right: 20%; } }
.sec-modelDlt .modelhouse-list {
  margin: 0 -4%; }
  @media screen and (max-width: 960px) {
    .sec-modelDlt .modelhouse-list {
      margin: 0 -10% 0 auto; } }
  .sec-modelDlt .modelhouse-list .modelhouse-item {
    margin: 0 clamp(20px, 3vw, 40px); }
    @media screen and (max-width: 960px) {
      .sec-modelDlt .modelhouse-list .modelhouse-item {
        margin: 0 clamp(40px, 8vw, 80px) 0 0; } }
    .sec-modelDlt .modelhouse-list .modelhouse-item a {
      display: block; }
      @media (hover: hover) {
        .sec-modelDlt .modelhouse-list .modelhouse-item a:hover .item-img img {
          transform: scale(1.1, 1.1); } }
    .sec-modelDlt .modelhouse-list .modelhouse-item .item-img {
      overflow: hidden; }
      .sec-modelDlt .modelhouse-list .modelhouse-item .item-img img {
        transition: all 1s ease;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 0.7593984962; }
    .sec-modelDlt .modelhouse-list .modelhouse-item .item-body {
      margin-top: 1em;
      letter-spacing: 0.1em; }
    .sec-modelDlt .modelhouse-list .modelhouse-item .item-subttl {
      font-size: clamp(1.4rem, 1.6vw, 1.6rem);
      font-weight: 500; }
    .sec-modelDlt .modelhouse-list .modelhouse-item .item-ttl {
      margin-top: 0.5em;
      font-size: clamp(1.8rem, 2.2vw, 2.4rem);
      font-weight: bold; }
@media screen and (min-width: 961px) {
  .sec-modelDlt .btn-more-block {
    width: 50%;
    margin-left: auto;
    margin-right: auto; } }

/*==========================================
　new-area
===========================================*/
.new-area {
  display: none; }
  .new-area.new {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #123646;
    background: #123646;
    aspect-ratio: 1;
    width: 50px;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    padding: 0.3em 0.4em 0.3em;
    position: absolute;
    top: 2%;
    left: 2%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .new-area.new {
        margin-left: 0em; } }
    @media screen and (max-width: 767px) {
      .new-area.new {
        position: absolute;
        z-index: 3;
        top: 0.5em;
        left: 0.5em;
        right: auto; } }

/*==========================================
　formlink-bnr-wrap
===========================================*/
.formlink-bnr-wrap {
  position: relative;
  left: auto;
  width: 100%;
  z-index: 0;
  height: 100%;
  transition: 0.3s ease-in-out; }
  .formlink-bnr-wrap .cts-body {
    width: 100%;
    margin: auto; }
  .formlink-bnr-wrap .formlink-list {
    display: flex;
    justify-content: space-between;
    height: 100%;
    max-width: 1300px;
    margin-inline: auto; }
    @media screen and (min-width: 577px) {
      .formlink-bnr-wrap .formlink-list {
        width: 90%; } }
    @media screen and (min-width: 961px) {
      .formlink-bnr-wrap .formlink-list {
        width: 70%; } }
    @media screen and (max-width: 576px) {
      .formlink-bnr-wrap .formlink-list {
        flex-direction: column; } }
  .formlink-bnr-wrap .formlink-item {
    width: 100%;
    max-width: 48%;
    height: auto;
    min-height: 158px; }
    @media screen and (max-width: 576px) {
      .formlink-bnr-wrap .formlink-item {
        margin: 0px auto 0px;
        max-width: 90%;
        padding: 0px 0px;
        min-height: 0; } }
    @media screen and (max-width: 576px) {
      .formlink-bnr-wrap .formlink-item + .formlink-item {
        margin-top: 15px; } }
  .formlink-bnr-wrap .item-link {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    min-height: 50px;
    transition: 0.3s ease-in-out;
    border: 1px solid #fff; }
    @media screen and (max-width: 576px) {
      .formlink-bnr-wrap .item-link {
        display: block;
        height: 100%;
        padding: 20px 0; } }
    @media (hover: hover) {
      .formlink-bnr-wrap .item-link:hover:hover {
        background: #fff;
        border: 1px solid #000;
        color: #123646; } }
  .formlink-bnr-wrap .item-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-size: clamp(1.2rem, 0.9375vw, 1.8rem);
    line-height: 1;
    transition: 0s; }
    @media screen and (max-width: 960px) {
      .formlink-bnr-wrap .item-ttl {
        font-size: clamp(1.2rem, 1.875vw, 1.8rem);
        flex-direction: column; } }
  .formlink-bnr-wrap .item-ttl-en {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold; }
  .formlink-bnr-wrap .item-ttl-ja {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: 1em;
    font-size: clamp(1.2rem, 0.625vw, 1.2rem); }
    @media screen and (max-width: 960px) {
      .formlink-bnr-wrap .item-ttl-ja {
        line-height: 1; } }

/*==========================================
 独自のマウスカーソルを作成
===========================================*/
/*デフォルトのマウスカーソルを非表示にする*/
@media screen and (min-width: 961px) {
  /*独自のマウスカーソルを作成*/
  .cursor {
    position: fixed;
    top: -52px;
    left: -52px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    z-index: 100000;
    transition: background 0.5s, width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transform: translate(0, 0);
    pointer-events: none; }
    .cursor::after {
      content: "";
      content: "";
      display: block;
      width: 104px;
      height: 104px;
      background: url(../img/common/arrow_r_hexagon.svg);
      opacity: 1;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: opacity 0.5s ease-in-out, background 0.5s, width 0.5s, height 0.5s, top 0.5s, left 0.5s;
      opacity: 0; }

  /*aタグにホバーした時に見た目変化*/
  .cursor.cursor--hover {
    top: -82px;
    left: -52px;
    width: 104px;
    height: 104px; }
    .cursor.cursor--hover::after {
      opacity: 0.75; } }

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