@charset "UTF-8";
/* ==========================================================================
	root
========================================================================== */
:root {
  --base-pc-width:1500;
  --easeInQuad:cubic-bezier(.55, .085, .68, .53);
  --easeOutQuad:cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeOutQuint:cubic-bezier(.25, .46, .45, .94);
  --easeOutSine:cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutQuad:cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic:cubic-bezier(0.65, 0, 0.35, 1);
  --easePopUp:cubic-bezier(0.17, 0.88, 0.30, 1.28);
  --easeInCirc:cubic-bezier(0.55, 0, 1, 0.45); }

:root {
  --base-pc-width:1500;
  --easeInQuad:cubic-bezier(.55, .085, .68, .53);
  --easeOutQuad:cubic-bezier(.25, .46, .45, .94);
  --easeOutQuint:cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutSine:cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutQuad:cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic:cubic-bezier(0.65, 0, 0.35, 1);
  --easePopUp:cubic-bezier(0.17, 0.88, 0.30, 1.28);
  --easeInCirc:cubic-bezier(0.55, 0, 1, 0.45); }

/* ==========================================================================
	html
========================================================================== */
html.wf-active {
  visibility: visible; }

html {
  font: normal normal normal 62.5%/1 "Zen Maru Gothic" ,Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ Pro', 'メイリオ', '游ゴシック体', 'ＭＳ Ｐゴシック', 'Yu Gothic', YuGothic, 'Meiryo', メイリオ, 'MS PGothic', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt"; }

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  background-color: white;
  position: relative;
  color: var(--base-text-color);
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  letter-spacing: 0;
  font-size: 62.5%;
  scroll-behavior: smooth;
  filter: blur(30px);
  opacity: .8;
  transition: 1s all var(--easeOutSine); }

/* bodyにぼかし効果とフェードインを設定 */
body.fade-in {
  filter: none;
  opacity: 1;
  transition: 1s filter var(--easeOutSine); }

body.nav-open {
  overflow: hidden; }

/*
	htmlのフォントサイズは、下記のブラウザ幅では62.5%ではなくvwに。
	・1280px ~ 1024px
	・768px ~ 561px
	・375px ~
 */
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  html {
    font-size: 0.78125vw; } }
/*
@media screen and (max-width: 768px) and (min-width: 376px) {
	html {
		font-size: 1.30208vw;
	}
}
*/
@media screen and (max-width: 430px) and (min-width: 376px) {
  html {
    font-size: 2.659vw; } }
@media screen and (max-width: 375px) {
  html {
    font-size: 2.66667vw;
    /*
    font-size: 3vw;
    */ } }
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%; }

a {
  cursor: pointer !Important;
  color: var(--base-text-color);
  text-decoration: none;
  -webkit-transition: all 0.4s var(--easeOutQuad);
  -moz-transition: all 0.4s var(--easeOutQuad);
  -o-transition: all 0.4s var(--easeOutQuad);
  transition: all 0.4s var(--easeOutQuad); }

a:hover,
.trns:hover {
  cursor: pointer !Important;
  -webkit-transition: all 0.4s var(--easeOutQuad);
  -moz-transition: all 0.4s var(--easeOutQuad);
  -o-transition: all 0.4s var(--easeOutQuad);
  transition: all 0.4s var(--easeOutQuad); }

input,
select,
textarea,
button,
*:before,
*:after {
  -webkit-transition: opacity 0.4s all var(--easeOutQuad);
  transition: opacity 0.4s var(--easeOutQuad);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

img {
  width: 100%;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  interpolation-mode: bicubic;
  -webkit-backface-visibility: hidden !Important; }

.pc_off {
  display: none !important; }

.sp_off {
  display: block !Important; }

img.preload {
  display: none; }

::-moz-selection {
  background: var(--theme-color); }

::selection {
  background: var(--theme-color); }

/* Safari */
::-moz-selection {
  background: var(--theme-color); }

.all_wrap {
  position: relative;
  overflow: hidden;
  z-index: 100; }

.all_bg_wrap {
  z-index: 5; }

@media (min-width: 851px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
.en {
  font-family: "Lexend Zetta", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

.cls-1 {
  transition: all 0.3s var(--easeInQuad); }

/* ==========================================================================
    animation
========================================================================== */
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes rotate02 {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }
@keyframes bounce {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-5px); } }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@keyframes loop-slide-rev {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
.page-transition {
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }

.page-transition.active {
  opacity: 1; }

/* ==========================================================================
	ヘッダー
========================================================================== */
.head {
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  width: clamp(804px, 89.3333333333vw, 1715.2px);
  width: clamp(780px, 89.333vw, 1715px);
  padding-left: 300px;
  padding-left: clamp(230px, 20vw, 300px);
  box-sizing: border-box;
  z-index: 100; }
  .head .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 224px;
    width: clamp(180px, 14.9333vw, 224px); }
    .head .logo.ushizu {
      width: 245px;
      width: clamp(200px, 16.3333vw, 240px); }
    .head .logo a {
      display: block; }
      @media (hover: hover) {
        .head .logo a:hover {
          transform: scale(1.03); } }
  .head.hasei .logo {
    width: 194px; }
    .head.hasei .logo.ushizu {
      width: 213px; }
  .head .bnr_area {
    position: absolute;
    left: 0;
    top: 340px;
    top: clamp(280px, 24vw, 450px);
    left: 0;
    z-index: 30; }
    .head .bnr_area a {
      position: relative;
      display: block;
      transition: opacity 0.5s var(--easeOutQuad), transform 0.5s var(--easeOutQuad); }
      @media (hover: hover) {
        .head .bnr_area a:hover {
          transform: scale(1.05);
          /* トランスフォームもアニメーション */ } }
    .head .bnr_area a:first-child {
      position: relative;
      display: block;
      width: 172px;
      transform: rotate(-5deg);
      z-index: 5; }
      @media (hover: hover) {
        .head .bnr_area a:first-child:hover {
          transform: scale(1.05);
          /* トランスフォームもアニメーション */
          z-index: 20;
          /* z-index は即時に変更 */ } }
    .head .bnr_area a:last-child {
      position: relative;
      display: block;
      width: 174px;
      transform: translateY(-5px) rotate(4deg);
      margin: 0 0 0 75px;
      z-index: 5; }
      @media (hover: hover) {
        .head .bnr_area a:last-child:hover {
          transform: scale(1.05);
          /* トランスフォームもアニメーション */
          z-index: 20;
          /* z-index は即時に変更 */ } }
  .head .menu_area {
    position: relative;
    display: block;
    padding-top: 2rem; }
    .head .menu_area a {
      display: inline-block; }
      .head .menu_area a p {
        font-size: 2rem;
        font-size: clamp(1.5rem, 1.333vw, 2.3rem);
        color: var(--menu-text-color);
        margin-bottom: 1.1rem;
        --lh:1;
        transition: color .3s ease-in-out; }
      .head .menu_area a .en {
        font-size: 1.2rem;
        color: var(--theme-color);
        letter-spacing: 0.05em; }
      .head .menu_area a:fisrt-child p {
        letter-spacing: -.2rem; }

@media screen and (min-width: 801px) {
  .link p {
    transition: color .3s ease-in-out; }
  .link .char {
    display: inline-block;
    transition: transform 0.2s ease-in-out; } }
@media screen and (min-width: 801px) and (hover: hover) {
  .link:hover p {
    color: var(--theme-color); }
  .link:hover .char {
    animation: bounce 0.3s ease-in-out; }
    .link:hover .char:nth-child(1) {
      animation-delay: 0.05s; }
    .link:hover .char:nth-child(2) {
      animation-delay: 0.1s; }
    .link:hover .char:nth-child(3) {
      animation-delay: 0.15s; }
    .link:hover .char:nth-child(4) {
      animation-delay: 0.2s; }
    .link:hover .char:nth-child(5) {
      animation-delay: 0.25s; }
    .link:hover .char:nth-child(6) {
      animation-delay: 0.3s; }
    .link:hover .char:nth-child(7) {
      animation-delay: 0.35s; }
    .link:hover .char:nth-child(8) {
      animation-delay: 0.4s; }
    .link:hover .char:nth-child(9) {
      animation-delay: 0.45s; }
    .link:hover .char:nth-child(10) {
      animation-delay: 0.5s; }
    .link:hover .char:nth-child(11) {
      animation-delay: 0.55s; }
    .link:hover .char:nth-child(12) {
      animation-delay: 0.6s; }
    .link:hover .char:nth-child(13) {
      animation-delay: 0.65s; }
    .link:hover .char:nth-child(14) {
      animation-delay: 0.7s; }
    .link:hover .char:nth-child(15) {
      animation-delay: 0.75s; }
    .link:hover .char:nth-child(16) {
      animation-delay: 0.8s; }
    .link:hover .char:nth-child(17) {
      animation-delay: 0.85s; }
    .link:hover .char:nth-child(18) {
      animation-delay: 0.9s; }
    .link:hover .char:nth-child(19) {
      animation-delay: 0.95s; }
    .link:hover .char:nth-child(20) {
      animation-delay: 1s; } }

@media screen and (min-width: 1101px) {
  .head .menu_area a:not(:last-of-type) {
    margin-right: 3.5rem; }

  .head.hasei {
    width: clamp(780px, 86.666vw, 1715px); }
    .head.hasei .bnr_area {
      top: clamp(280px, 21vw, 370px);
      top: 300px;
      transform: translateX(-20px); } }
@media screen and (max-width: 1100px) {
  .head .menu_area {
    display: none;
    width: 500px; }

  .head .menu_area a:not(:nth-child(3n)) {
    margin-right: 3.5rem; } }
@media screen and (max-width: 800px) {
  .head {
    top: 2.5rem;
    width: 100%;
    padding-left: 0; }
    .head .logo {
      right: 0;
      margin: auto;
      width: clamp(174px, 43.5vw, 300px);
      transform: translateX(calc((20/347)* -100%)); }
      .head .logo.ushizu {
        width: clamp(172px, 43vw, 300px) !important; }
    .head .bnr_area {
      display: none; } }
/* ==========================================================================
	hamburger
========================================================================== */
.hamburger {
  display: block;
  position: fixed;
  right: 5vw;
  top: 6rem;
  width: 100px;
  height: 66px;
  cursor: pointer;
  z-index: 9999;
  opacity: 100;
  transition: all .4s ease; }
  .hamburger .border {
    display: block;
    position: absolute;
    left: 9.666667%;
    width: 80%;
    height: 13%;
    z-index: 5;
    background: var(--menu-border-color01);
    transition: all .6s ease; }
    .hamburger .border:first-child {
      top: 0;
      background: var(--menu-border-color01); }
    .hamburger .border:nth-child(2) {
      top: 20%;
      background: var(--menu-border-color02); }
    .hamburger .border:nth-child(3) {
      top: 40%;
      background: var(--menu-border-color03); }
  .hamburger .en {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%; }
    .hamburger .en:after {
      content: "MENU";
      display: block;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      color: var(--menu-text-color_sp); }
  .nav-open .hamburger .en:after {
    content: "CLOSE"; }

@media screen and (min-width: 1101px) {
  .hamburger {
    opacity: 0;
    pointer-events: none; }

  .fix .hamburger {
    opacity: 1;
    pointer-events: auto; } }
@media screen and (max-width: 1100px) {
  .hamburger {
    right: 5vw;
    top: 3.2rem;
    width: 75px;
    height: 50px; }
    .hamburger .en:after {
      font-size: 1.4rem; } }
/* ==========================================================================
	global-nav
========================================================================== */
/*ハンバーガーメニュー*/
.global-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  box-sizing: border-box;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  overflow: scroll;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1); }
  .nav-open .global-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 9997; }
  .global-nav .nav_inr {
    position: relative;
    width: 100%;
    padding: 2rem 5% 0;
    margin: 0 auto;
    padding-top: 2rem;
    /*
    padding-bottom: clamp(10px,19vh,185px);
    */
    box-sizing: border-box;
    z-index: 10;
    overflow: hidden; }
  .global-nav .logo {
    position: relative;
    width: 200px;
    margin: 0 auto clamp(10px, 14.3vw, 140px);
    transform: translateX(-10px);
    z-index: 10; }
  .global-nav ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10; }
    .global-nav ul:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      margin: auto;
      width: 100%;
      height: 1px;
      background-image: url(../img/common/foot_tm-line_sp.png);
      background-repeat: repeat-x;
      background-size: 260px 1px; }
    .global-nav ul li {
      position: relative;
      width: 48.6111111111%; }
      .global-nav ul li:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        background-image: url(../img/common/foot_tm-line_sp.png);
        background-repeat: repeat-x;
        background-size: 260px 1px; }
      .global-nav ul li a {
        position: relative;
        display: block;
        padding: 40px 0 40px 60px;
        font-size: 1.6rem;
        box-sizing: border-box; }
      .global-nav ul li .w-arrow {
        width: 44px;
        height: 46px;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
  .global-nav .pc-bnr_area {
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10;
    margin-top: clamp(10px, 10vw, 110px); }
    .global-nav .pc-bnr_area a {
      display: block;
      width: 49.6621621622%;
      border-radius: 50px;
      box-sizing: border-box;
      overflow: hidden; }
      @media (hover: hover) {
        .global-nav .pc-bnr_area a:hover {
          transform: scale(1.05); } }
  .global-nav .bnr_area {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: clamp(10px, 10vw, 110px);
    aspect-ratio: auto;
    z-index: 30; }
    .global-nav .bnr_area a {
      display: block;
      position: relative;
      width: 100%;
      aspect-ratio: auto;
      border-radius: 10px;
      border: none;
      background: #fff;
      box-sizing: border-box;
      overflow: hidden;
      transition: opacity 0.5s var(--easeOutQuad), transform 0.5s var(--easeOutQuad); }
      .global-nav .bnr_area a .img_area {
        position: absolute;
        right: 0;
        top: 0;
        width: calc((480/700)*100%);
        height: calc((280/400)*100%);
        border-radius: 0 5px 0 15px;
        box-sizing: border-box;
        overflow: hidden;
        z-index: 1; }
        .global-nav .bnr_area a .img_area img {
          transition: transform 0.5s var(--easeOutQuad); }
      .global-nav .bnr_area a .en_txt {
        position: relative;
        display: inline-block;
        font-size: 2.5vw;
        font-size: clamp(10px, 2.5vw, 16px);
        line-height: calc(20/24);
        z-index: 10; }
        .global-nav .bnr_area a .en_txt span {
          position: relative;
          display: inline-block; }
          .global-nav .bnr_area a .en_txt span:not(:first-child) {
            margin-left: 0;
            margin-top: 0; }
          .global-nav .bnr_area a .en_txt span:after {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 1px;
            top: calc(100% + 2px);
            background: #b1aea3; }
      .global-nav .bnr_area a .w-arrow {
        top: -15px;
        left: calc(100% + 25px); }
      @media (hover: hover) {
        .global-nav .bnr_area a:hover {
          transform: scale(1.05); }
          .global-nav .bnr_area a:hover .img_area img {
            transform: scale(1.05); } }
    .global-nav .bnr_area .link01 {
      padding-top: calc((163/400)*100%);
      padding-bottom: calc((27 / 400)*100%);
      padding-left: calc((210/700)*100%); }
      .global-nav .bnr_area .link01 .title_txt {
        position: absolute;
        width: calc((151/700)*100%);
        height: calc((287/400)*100%);
        left: calc((33/700)*100%);
        top: calc((58/700)*100%); }
    .global-nav .bnr_area .link02 {
      position: relative;
      right: auto;
      bottom: auto;
      padding-top: calc((30/400)*100%);
      padding-bottom: calc((27/400)*100%);
      padding-left: calc((50/700)*100%);
      box-sizing: border-box;
      margin-bottom: 3.75vw; }
      .global-nav .bnr_area .link02 .img_area {
        width: calc((372/700)*100%);
        height: calc((340/400)*100%);
        border-radius: 5px; }
      .global-nav .bnr_area .link02 .title_txt {
        position: relative;
        width: calc((296/700)*100%);
        height: calc((234/400)*100%);
        left: auto;
        top: auto; }
      .global-nav .bnr_area .link02 .en_txt {
        margin-top: 5.625vw; }
        .global-nav .bnr_area .link02 .en_txt span {
          color: var(--theme-color); }
          .global-nav .bnr_area .link02 .en_txt span:after {
            background: var(--theme-color); }
  .global-nav .info_area {
    position: relative;
    display: block;
    flex: 1;
    width: 88.5714285714%;
    padding: 6.5rem 0 6rem;
    border-radius: 6rem;
    margin: 0 auto;
    z-index: 10; }
    .global-nav .info_area h3 {
      position: relative;
      display: block;
      font-size: 2rem;
      --lh: 1;
      position: relative;
      /*
      overflow: hidden;
      */
      line-height: calc(var(--lh)* 1em);
      padding-top: .1px;
      padding-bottom: .1px;
      margin-bottom: 2rem; }
      .global-nav .info_area h3::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        /*
        margin-top: calc((1 - var(--lh)) * 0.5em);
        */
        margin-top: calc((1 - var(--lh))* .5em); }
      .global-nav .info_area h3::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - var(--lh))* .5em); }
      .global-nav .info_area h3 span {
        position: relative;
        display: inline-block; }
      .global-nav .info_area h3 .icon {
        display: inline-block;
        position: absolute;
        left: -44px;
        margin-right: 1.4rem; }
    .global-nav .info_area .tell_area {
      position: relative;
      text-align: center;
      width: 100%;
      padding-bottom: 3rem;
      margin-bottom: 3rem;
      padding-left: 3rem;
      box-sizing: border-box; }
      .global-nav .info_area .tell_area:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin: auto;
        width: 370px;
        height: 1px;
        background-image: url(../img/common/foot_tm-line_sp.png);
        background-repeat: repeat-x;
        background-size: 260px 1px; }
      .global-nav .info_area .tell_area .icon {
        width: 31px;
        top: -7px; }
    .global-nav .info_area .tell_txt {
      position: relative;
      display: inline-block;
      font-size: 3.4rem;
      letter-spacing: -0.06em;
      color: var(--theme-color);
      color: #fff;
      margin-bottom: 2rem; }
      .global-nav .info_area .tell_txt:before {
        content: "Tel.";
        color: #232323;
        position: absolute;
        left: -4rem;
        bottom: 5px;
        font-size: 1.4rem; }
    .global-nav .info_area .n_txt {
      font-size: 1.5rem; }
    .global-nav .info_area .mail_area {
      position: relative;
      text-align: center;
      width: 100%;
      flex: 1; }
      .global-nav .info_area .mail_area .icon {
        width: 32px; }
      .global-nav .info_area .mail_area .link_btn {
        width: 100%;
        max-width: 310px;
        margin: 0 auto;
        justify-content: flex-start;
        padding-left: 4rem; }
  .global-nav .btm_area {
    position: relative;
    width: 120%;
    padding-top: 9.66vw;
    transform: translateX(-10%); }
    .global-nav .btm_area .v_txt {
      position: absolute;
      right: 10vw;
      top: 8.666vw;
      font-size: clamp(1.3rem, 0.866vw, 1.6rem);
      letter-spacing: 0.1em;
      font-weight: 500;
      color: #fff;
      z-index: 20; }
    .global-nav .btm_area .left-bg {
      position: relative;
      width: 40.7333333333vw; }
    .global-nav .btm_area .right-bg {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 82.7333333333vw;
      aspect-ratio: 2482/1594;
      mask-image: url(../img/common/foot_btm_img-mask.svg);
      mask-size: contain;
      z-index: 5; }

@media screen and (min-width: 900px) {
  .global-nav .info_area {
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .global-nav .info_area .tell_area {
      width: 48%; }
      .global-nav .info_area .tell_area:after {
        display: block;
        position: absolute;
        left: auto;
        right: 0;
        top: -15px;
        width: 1px;
        height: 142px;
        background: url(../img/common/foot_tm-line.png); }
    .global-nav .info_area .mail_area {
      width: 48%; } }
@media screen and (max-width: 800px) {
  .global-nav .nav_inr {
    padding: 2.5rem 5% 0; }
  .global-nav .logo {
    width: clamp(173px, 43.375vw, 200px);
    transform: translateX(-10px); }
  .global-nav ul li {
    position: relative; }
    .global-nav ul li a {
      position: relative;
      display: block;
      padding: 6.25vw 0 6.25vw 50px; }
    .global-nav ul li .w-arrow {
      width: 26px;
      height: 27px;
      left: 5px; }
  .global-nav .pc-bnr_area {
    display: none; }
  .global-nav .info_area {
    position: relative;
    display: block;
    flex: 1;
    width: 88.5714285714%;
    padding: 8rem 0 5rem; }
    .global-nav .info_area h3 {
      position: relative;
      display: block;
      font-size: 2rem;
      --lh: 1;
      position: relative;
      /*
      overflow: hidden;
      */
      line-height: calc(var(--lh)* 1em);
      padding-top: .1px;
      padding-bottom: .1px;
      margin-bottom: 2rem; }
      .global-nav .info_area h3::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        /*
        margin-top: calc((1 - var(--lh)) * 0.5em);
        */
        margin-top: calc((1 - var(--lh))* .5em); }
      .global-nav .info_area h3::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - var(--lh))* .5em); }
      .global-nav .info_area h3 span {
        position: relative;
        display: inline-block; }
      .global-nav .info_area h3 .icon {
        display: inline-block;
        position: absolute;
        left: -44px;
        margin-right: 1.4rem; }
    .global-nav .info_area .tell_area {
      position: relative;
      text-align: center;
      width: 100%;
      padding-bottom: 3rem;
      margin-bottom: 3rem;
      padding-left: 3rem;
      box-sizing: border-box; }
      .global-nav .info_area .tell_area:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin: auto;
        height: 1px;
        background-image: url(../img/common/foot_tm-line_sp.png);
        background-repeat: repeat-x;
        background-size: 260px 1px; }
      .global-nav .info_area .tell_area .icon {
        width: 31px;
        top: -7px; }
    .global-nav .info_area .tell_txt {
      position: relative;
      display: inline-block;
      font-size: 3.2rem;
      letter-spacing: -0.06em;
      color: var(--theme-color);
      color: #fff;
      margin-bottom: 2rem; }
      .global-nav .info_area .tell_txt:before {
        content: "Tel.";
        color: #232323;
        position: absolute;
        left: -4rem;
        bottom: 5px;
        font-size: 1.4rem; }
    .global-nav .info_area .n_txt {
      font-size: 1.5rem; }
    .global-nav .info_area .mail_area {
      position: relative;
      text-align: center;
      width: 100%;
      flex: 1; }
      .global-nav .info_area .mail_area .icon {
        width: 32px; }
      .global-nav .info_area .mail_area .link_btn {
        width: 100%;
        max-width: 310px;
        margin: 0 auto;
        justify-content: flex-start;
        padding-left: 4rem; }
  .global-nav .btm_area .v_txt {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 12.5vw;
    top: auto;
    margin: auto;
    text-align: center; }
  .global-nav .btm_area .left-bg {
    width: 100vw; }
  .global-nav .btm_area .right-bg {
    width: 130vw; } }
/* ==========================================================================
	hasei_fv
========================================================================== */
#hasei_fv {
  position: relative;
  z-index: 50;
  width: 100%;
  background: #fff;
  padding-top: 7.6vw;
  overflow: hidden; }
  #hasei_fv:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 497px;
    background: var(--theme-color02);
    mask-image: url(../img/common/hasei-tit_mask.png);
    mask-repeat: repeat-x;
    mask-size: 3000px 497px;
    mask-position: bottom center; }
  #hasei_fv:after {
    content: "";
    display: block;
    position: absolute;
    width: clamp(880px, 45.6vw, 1100px);
    height: 600px;
    bottom: 0;
    right: 0;
    background: var(--theme-color02);
    z-index: 1; }
  #hasei_fv .bg_area {
    position: relative;
    top: 0;
    width: 984px;
    /*
    width: get_vw(1114);
    */
    width: clamp(1000px, 65.6vw, 1200px);
    z-index: 5; }
    #hasei_fv .bg_area.-rt {
      /*
      top: 7.6vw;
      */
      left: 100%;
      transform: translateX(-99%);
      aspect-ratio: 986 / 886; }
      #hasei_fv .bg_area.-rt:before {
        content: "";
        display: block;
        position: absolute;
        width: calc((1020/2156)*100%);
        height: calc((860/2236)*100%);
        top: calc((160/2236)*-100%);
        right: 0;
        background: url(../img/common/hasei-fv_mask_bg.png);
        background-size: cover;
        z-index: 1; }
    #hasei_fv .bg_area.-lt {
      position: absolute;
      left: -1px;
      width: 584px;
      width: clamp(300px, 38.999vw, 750px);
      mask-image: url(../img/common/hasei-fv-lt_mask.png);
      mask-repeat: no-repeat;
      mask-size: contain;
      transform: translateX(0); }
      #hasei_fv .bg_area.-lt:before {
        content: "";
        display: block;
        padding-top: 80.82%; }
      #hasei_fv .bg_area.-lt:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 30; }
    #hasei_fv .bg_area .bg_wrap {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      mask-image: url(../img/common/hasei-fv_mask.svg);
      mask-repeat: no-repeat;
      mask-size: contain;
      background: #fff;
      z-index: 10; }
    #hasei_fv .bg_area .image {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      object-fit: cover;
      background-position: center center;
      background-size: cover;
      overflow: hidden; }
  #hasei_fv .tit_area {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 135px;
    z-index: 30; }
    #hasei_fv .tit_area .inr {
      position: relative;
      width: 86.6666666667vw;
      max-width: 1660px;
      margin: 0 auto;
      color: #fff; }
      #hasei_fv .tit_area .inr .en_pagetit {
        font-size: 2.2rem; }
      #hasei_fv .tit_area .inr h1 {
        font-size: 6rem;
        margin-top: 3rem;
        --lh:1;
        position: relative;
        /*
        overflow: hidden;
        */
        line-height: calc(var(--lh)* 1em);
        padding-top: .1px;
        padding-bottom: .1px; }
        #hasei_fv .tit_area .inr h1::before {
          content: '';
          display: block;
          height: 0;
          width: 0;
          /*
          margin-top: calc((1 - var(--lh)) * 0.5em);
          */
          margin-top: calc((1 - var(--lh))* .5em); }
        #hasei_fv .tit_area .inr h1::after {
          content: '';
          display: block;
          height: 0;
          width: 0;
          margin-bottom: calc((1 - var(--lh))* .5em); }

@media screen and (max-width: 1350px) {
  #hasei_fv:after {
    width: 30%; }
  #hasei_fv .bg_area.-rt {
    left: 350px;
    transform: translateX(0); } }
@media screen and (max-width: 800px) {
  #hasei_fv {
    padding-top: 32.6vw;
    padding-top: clamp(170px, 32.6vw, 800px);
    overflow: visible;
    z-index: 70; }
    #hasei_fv:after {
      display: none; }
    #hasei_fv .bg_area.-rt {
      width: 116.5%;
      left: -16.5vw; }
      #hasei_fv .bg_area.-rt:before {
        top: calc((160 / 2236)* -100%); }
    #hasei_fv .bg_area.-lt {
      width: 31.25vw; }
    #hasei_fv .tit_area {
      bottom: auto;
      top: 100vw; }
      #hasei_fv .tit_area .inr {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
        width: 80%; }
        #hasei_fv .tit_area .inr .en_pagetit {
          font-size: 1.6rem; }
        #hasei_fv .tit_area .inr h1 {
          font-size: 4rem;
          margin-top: .5rem;
          margin-right: 1.5rem;
          white-space: nowrap; } }
/* ==========================================================================
	footer bnr_area
========================================================================== */
.footer {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding-top: 1rem; }
  .footer .bnr_area {
    position: relative;
    width: calc(100% - 20px);
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 30; }
    .footer .bnr_area a {
      display: block;
      position: relative;
      width: 49.66%;
      padding: calc((251 / 700)* 100%) 0 calc((35 / 700)* 100%) calc((27 / 735)* 100%);
      border-radius: 50px;
      background: #fff;
      box-sizing: border-box;
      overflowh: hidden;
      transition: opacity 0.5s var(--easeOutQuad), transform 0.5s var(--easeOutQuad), box-shadow 0.5s var(--easeOutQuad); }
      .footer .bnr_area a .img_area {
        position: absolute;
        right: 0;
        top: 0;
        width: calc((490/735)*100%);
        height: calc((460/700)*100%);
        border-radius: 0 25px 0 30px;
        box-sizing: border-box;
        overflow: hidden;
        z-index: 1; }
        .footer .bnr_area a .img_area img {
          transition: transform 0.5s var(--easeOutQuad); }
      .footer .bnr_area a .en_txt {
        position: absolute;
        left: calc((50/735)*100%);
        top: calc((100/700)*100%);
        font-size: 0.8783vw;
        font-size: clamp(12px, 0.8783vw, 18px);
        line-height: calc(13/22);
        z-index: 10; }
        .footer .bnr_area a .en_txt span {
          position: relative;
          display: inline-block; }
          .footer .bnr_area a .en_txt span:not(:first-child) {
            margin-left: 2em;
            margin-top: 15px; }
      .footer .bnr_area a .n_txt {
        position: relative;
        font-size: 1.6rem;
        font-size: clamp(1.4rem, 1.06vw, 1.6rem);
        line-height: calc(30/16);
        width: calc((480 / 735)* 100%); }
        .footer .bnr_area a .n_txt .w-arrow {
          left: calc(100% + 6rem);
          width: 110px;
          height: 110px;
          width: clamp(70px, 7.3vw, 110px);
          height: clamp(70px, 7.3vw, 110px);
          top: 0;
          bottom: 0;
          margin: auto; }
          .footer .bnr_area a .n_txt .w-arrow img {
            width: calc((22/110)*100%);
            height: auto; }
      .footer .bnr_area a .link_btn {
        display: none; }
      @media (hover: hover) {
        .footer .bnr_area a:hover {
          transform: scale(1.02);
          box-shadow: 3px 3px 22px rgba(243, 192, 142, 0.2);
          box-shadow: var(--hov_shadow02);
          z-index: 10; }
          .footer .bnr_area a:hover .img_area img {
            transform: scale(1.05); } }
    .footer .bnr_area .link01 .title_txt {
      position: absolute;
      width: calc((156/735)*100%);
      height: calc((296/700)*100%);
      left: calc((54/735)*100%);
      top: calc((170/700)*100%);
      z-index: 10; }
    .footer .bnr_area .link02 .img_area {
      width: calc((440/735)*100%);
      height: calc((440/700)*100%); }
    .footer .bnr_area .link02 .title_txt {
      position: absolute;
      width: calc((307/735)*100%);
      height: calc((250/700)*100%);
      left: calc((60/735)*100%);
      top: calc((174/700)*100%);
      z-index: 10; }
    .footer .bnr_area .link02 .en_txt span {
      color: var(--theme-color); }
      .footer .bnr_area .link02 .en_txt span:after {
        background: var(--theme-color); }
    .footer .bnr_area.-ushizu .link02 .img_area {
      width: calc((490/735)*100%);
      height: calc((460/700)*100%); }
    .footer .bnr_area.-ushizu .link02 .title_txt {
      width: calc((385/735)*100%);
      height: calc((256/700)*100%); }

@media screen and (max-width: 1100px) {
  .footer .bnr_area a {
    padding-top: 400px; }

  .footer .bnr_area a .n_txt .w-arrow {
    left: calc(100% + 3rem); } }
@media screen and (max-width: 800px) {
  .footer {
    padding-top: 0; }
    .footer .bnr_area {
      width: 95%; }
      .footer .bnr_area a {
        width: 100%;
        padding: calc((150 / 1210)* 100%) calc((60 / 760)* 100%) calc((130 / 1210)* 100%);
        border-radius: 25px; }
        .footer .bnr_area a .img_area {
          position: absolute;
          right: 0;
          top: 0;
          width: calc((460/760)*100%);
          height: calc((640/1210)*100%); }
        .footer .bnr_area a .en_txt {
          position: relative;
          left: auto;
          top: auto;
          font-size: clamp(13px, 0.325vw, 15px);
          line-height: calc(40/26);
          margin-bottom: 2rem; }
          .footer .bnr_area a .en_txt span {
            position: relative;
            display: inline-block; }
            .footer .bnr_area a .en_txt span:not(:first-child) {
              margin-left: 0;
              margin-top: 8px; }
        .footer .bnr_area a .n_txt {
          position: relative;
          font-size: 1.4rem;
          font-size: clamp(1.4rem, 0.35vw, 1.6rem);
          line-height: calc(50/28);
          width: 100%;
          margin-bottom: 2.5rem; }
          .footer .bnr_area a .n_txt .w-arrow {
            display: none; }
        .footer .bnr_area a .link_btn {
          display: flex;
          width: 100%;
          padding-left: 0;
          justify-content: center;
          border: 1px solid var(--base-color-black); }
          .footer .bnr_area a .link_btn .en {
            font-size: 1.3rem; }
      .footer .bnr_area .link01 {
        margin-bottom: 1rem; }
        .footer .bnr_area .link01 .title_txt {
          position: relative;
          width: calc((199/760)*100%);
          height: auto;
          left: auto;
          top: auto;
          margin-bottom: 3.5rem; }
      .footer .bnr_area .link02 .img_area {
        width: calc((497/760)*100%);
        height: calc((635/1210)*100%); }
      .footer .bnr_area .link02 .title_txt {
        position: relative;
        width: calc((480/760)*100%);
        height: auto;
        left: auto;
        top: auto;
        z-index: 10;
        margin-bottom: 4rem; }
      .footer .bnr_area.-ushizu .link02 .img_area {
        width: calc((460/760)*100%);
        height: calc((640/1210)*100%); }
      .footer .bnr_area.-ushizu .link02 .title_txt {
        width: calc((602/735)*100%);
        height: auto; } }
/* ==========================================================================
	footer other
========================================================================== */
.footer .inr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10rem;
  width: clamp(720px, 86vw, 1500px);
  max-width: 1500px;
  margin: 0 auto;
  z-index: 10; }
  .footer .inr + .inr {
    padding-top: 5rem; }
.footer .tit_area {
  position: relative;
  width: 22.6666666667vw;
  max-width: 340px;
  padding-left: 2rem;
  box-sizing: border-box;
  margin-right: 5.3333333333vw; }
  .footer .tit_area p {
    font-size: 2rem;
    --lh:2;
    position: relative;
    /*
    overflow: hidden;
    */
    line-height: calc(var(--lh)* 1em);
    padding-top: .1px;
    padding-bottom: .1px;
    margin-top: 3.8rem; }
    .footer .tit_area p::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      /*
      margin-top: calc((1 - var(--lh)) * 0.5em);
      */
      margin-top: calc((1 - var(--lh))* .5em); }
    .footer .tit_area p::after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-bottom: calc((1 - var(--lh))* .5em); }
    .footer .tit_area p span {
      display: inline; }
.footer .info_area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
  width: calc(100% - 420px);
  background: #fff;
  padding: 6.5rem 0 6rem;
  border-radius: 6rem;
  box-sizing: border-box; }
  .footer .info_area h3 {
    position: relative;
    display: block;
    font-size: 2rem;
    --lh:1;
    position: relative;
    /*
    overflow: hidden;
    */
    line-height: calc(var(--lh)* 1em);
    padding-top: .1px;
    padding-bottom: .1px;
    margin-bottom: 2rem;
    padding-left: 26px;
    box-sizing: border-box; }
    .footer .info_area h3::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      /*
      margin-top: calc((1 - var(--lh)) * 0.5em);
      */
      margin-top: calc((1 - var(--lh))* .5em); }
    .footer .info_area h3::after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-bottom: calc((1 - var(--lh))* .5em); }
    .footer .info_area h3 span {
      position: relative;
      display: inline-block; }
    .footer .info_area h3 .icon {
      display: inline-block;
      position: absolute;
      left: -44px;
      margin-right: 1.4rem; }
  .footer .info_area .tell_area {
    position: relative;
    text-align: center;
    width: calc((444/880)*100%);
    padding-left: 3rem;
    box-sizing: border-box; }
    .footer .info_area .tell_area:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: -15px;
      width: 1px;
      height: 142px;
      background: url(../img/common/foot_tm-line.png);
      backgroudn-size: cover; }
    .footer .info_area .tell_area .icon {
      width: 31px;
      top: -7px; }
  .footer .info_area .tell_txt {
    position: relative;
    display: inline-block;
    font-size: 3.4rem;
    letter-spacing: -0.06em;
    color: var(--theme-color);
    margin-bottom: 2rem; }
    .footer .info_area .tell_txt:before {
      content: "Tel.";
      color: #232323;
      position: absolute;
      left: -4rem;
      bottom: 5px;
      font-size: 1.4rem; }
  .footer .info_area .n_txt {
    font-size: 1.5rem; }
  .footer .info_area .mail_area {
    position: relative;
    text-align: center;
    flex: 1; }
    .footer .info_area .mail_area .icon {
      width: 32px; }
    .footer .info_area .mail_area .link_btn {
      width: 100%;
      max-width: 310px;
      margin: 0 auto;
      justify-content: flex-start;
      padding-left: 4rem; }
      .footer .info_area .mail_area .link_btn span {
        text-decoration: none; }
.footer .logo_area {
  position: relative;
  width: 300px;
  text-align: center; }
  .footer .logo_area h2 {
    width: 210px;
    margin: 0 auto 4rem; }
    .footer .logo_area h2.ushizu {
      width: 229px; }
  .footer .logo_area .c_txt {
    font-size: 1.5rem;
    --lh:2;
    position: relative;
    /*
    overflow: hidden;
    */
    line-height: calc(var(--lh)* 1em);
    padding-top: .1px;
    padding-bottom: .1px; }
    .footer .logo_area .c_txt::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      /*
      margin-top: calc((1 - var(--lh)) * 0.5em);
      */
      margin-top: calc((1 - var(--lh))* .5em); }
    .footer .logo_area .c_txt::after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-bottom: calc((1 - var(--lh))* .5em); }
    .footer .logo_area .c_txt + .c_txt {
      margin-top: 1.5rem;
      margin-bottom: 3rem; }
  .footer .logo_area .map_link {
    display: inline-block;
    font-size: 1.4rem; }
    .footer .logo_area .map_link span {
      text-decoration: underline; }
    .footer .logo_area .map_link .icon {
      position: relative;
      display: inline-block;
      width: 17px;
      margin-right: 1rem;
      transform: translateY(7px); }
    @media (hover: hover) {
      .footer .logo_area .map_link:hover {
        color: var(--theme-color); } }
.footer .link_area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 300px);
  max-width: 870px;
  padding: 0 6rem;
  box-sizing: border-box; }
.footer .list {
  display: inline-block; }
  .footer .list ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 22rem; }
    .footer .list ul li {
      width: 50%;
      padding-left: 1rem;
      box-sizing: border-box; }
    .footer .list ul a {
      position: relative;
      display: inline-block;
      padding-left: 1.5rem;
      font-size: 1.6rem;
      margin-bottom: 2rem;
      box-sizing: border-box; }
      .footer .list ul a:before {
        content: "";
        display: block;
        width: 5px;
        height: 1px;
        background: var(--theme-color);
        position: absolute;
        left: 0;
        top: 10px; }
.footer .b-link {
  position: relative;
  display: flex;
  padding-left: 3rem;
  font-size: 1.7rem;
  --lh:1.5;
  margin-bottom: 2.2rem; }
  .footer .b-link:before {
    content: "";
    display: block;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/common/foot_b-link-icon.png);
    background-size: cover; }
.footer .sns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 116px; }
  .footer .sns a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 49px; }
    .footer .sns a:before, .footer .sns a:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover; }
    .footer .sns a:before {
      background-image: var(--w-arrow-bg01);
      z-index: 1; }
    .footer .sns a:after {
      background-image: var(--w-arrow-bg02);
      z-index: 2; }
    .footer .sns a img {
      position: relative;
      z-index: 10; }
    .footer .sns a.insta img {
      width: 23px; }
    .footer .sns a.youtube img {
      width: 22px; }
    @media (hover: hover) {
      .footer .sns a:hover {
        transform: scale(1.02); } }
.footer .btm_area {
  position: relative;
  width: 100%;
  padding-top: 9.66vw; }
  .footer .btm_area .v_txt {
    position: absolute;
    right: 10vw;
    top: 8.666vw;
    font-size: clamp(1.3rem, 0.866vw, 1.6rem);
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #fff;
    z-index: 20; }
  .footer .btm_area .left-bg {
    position: relative;
    width: 40.7333333333vw; }
  .footer .btm_area .right-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 82.7333333333vw;
    aspect-ratio: 2482/1594;
    mask-image: url(../img/common/foot_btm_img-mask.svg);
    mask-size: contain;
    z-index: 5; }

@media screen and (max-width: 1320px) {
  .footer .list ul {
    width: auto;
    display: inline-block; }
    .footer .list ul li {
      width: 100%; }
      .footer .list ul li a {
        display: block; } }
@media screen and (max-width: 1200px) {
  .footer .tit_area {
    display: flex;
    align-items: center; }
  .footer .info_area {
    display: block; }
    .footer .info_area .tell_area {
      width: 100%;
      padding-bottom: 3rem;
      margin-bottom: 3rem; }
      .footer .info_area .tell_area:after {
        left: 0;
        top: 100%;
        margin: auto;
        width: 370px;
        height: 1px;
        background-image: url(../img/common/foot_tm-line_sp.png);
        background-repeat: repeat-x;
        background-size: 260px 1px; }
    .footer .info_area .mail_area {
      width: 100%; } }
@media screen and (max-width: 800px) {
  .footer .inr {
    display: block;
    width: 90%; }
  .footer .tit_area {
    display: block;
    width: 100%;
    max-width: 800px;
    padding-left: 0;
    margin: 0 auto 5.5rem;
    text-align: center; }
    .footer .tit_area p {
      font-size: 1.7rem;
      margin-top: 4rem; }
  .footer .info_area {
    width: 100%;
    background: #fff;
    padding: 3.8rem 1rem 3rem;
    border-radius: 3rem; }
    .footer .info_area h3 {
      font-size: 1.6rem;
      margin-bottom: 2rem; }
      .footer .info_area h3 .icon {
        display: inline-block;
        position: absolute;
        left: -44px;
        margin-right: 1.1rem; }
    .footer .info_area .tell_area:after {
      width: 90%;
      left: 0;
      right: 0;
      margin: auto; }
    .footer .info_area .tell_area h3 {
      padding-left: 0; }
    .footer .info_area .tell_area .icon {
      width: 25px;
      top: -5px; }
    .footer .info_area .tell_txt {
      font-size: 2.7rem;
      margin-bottom: 1rem; }
      .footer .info_area .tell_txt:before {
        content: "Tel.";
        left: -3.2rem;
        bottom: 2px;
        font-size: 1.2rem; }
    .footer .info_area .n_txt {
      font-size: 1.4rem; }
    .footer .info_area .mail_area h3 {
      padding-left: 40px; }
    .footer .info_area .mail_area .icon {
      width: 27px; }
    .footer .info_area .mail_area .link_btn {
      width: 100%;
      max-width: 310px;
      padding-left: 3rem; }
  .footer .logo_area {
    width: 100%;
    padding-top: 1rem;
    padding-left: 135px;
    text-align: left;
    box-sizing: border-box;
    max-width: 370px;
    margin: 0 auto 9.5rem; }
    .footer .logo_area h2 {
      position: absolute;
      left: 0;
      top: 5px;
      width: 84px; }
      .footer .logo_area h2.ushizu {
        width: 135px; }
    .footer .logo_area .c_txt {
      font-size: 1.6rem;
      margin-bottom: 2rem;
      line-height: 1.57; }
      .footer .logo_area .c_txt + .c_txt {
        margin-bottom: 1.5rem; }
      .footer .logo_area .c_txt .pc_off {
        display: inline-block !Important; }
  .footer .link_area {
    width: 100%;
    max-width: 350px;
    padding: 0;
    margin: 0 auto; }
    .footer .link_area .st {
      letter-spacing: -0.02em;
      font-size: 1.3rem; }
  .footer .list ul li {
    padding-left: .5rem; }
  .footer .list ul a {
    font-size: 1.3rem;
    margin-bottom: 1.5rem; }
    .footer .list ul a:before {
      width: 6px;
      height: 1px;
      left: 0;
      top: 7px; }
  .footer .b-link {
    padding-left: 2.2rem;
    font-size: 1.4rem;
    margin-bottom: 1.8rem; }
    .footer .b-link:before {
      width: 14px;
      height: 15px; }
  .footer .sns {
    width: 100%;
    justify-content: start;
    margin-top: 1rem; }
    .footer .sns a {
      width: 38px;
      height: 38px; }
      .footer .sns a.insta {
        margin-right: 1.5rem; }
        .footer .sns a.insta img {
          width: 19px; }
      .footer .sns a.youtube img {
        width: 19px; }
  .footer .btm_area {
    position: relative;
    width: 100%;
    height: 91.25vw;
    padding-top: 9.66vw; }
    .footer .btm_area .v_txt {
      position: absolute;
      left: 0;
      right: 0;
      top: auto;
      bottom: 5rem;
      margin: auto;
      font-size: 1rem;
      text-align: center; }
    .footer .btm_area .left-bg {
      position: relative;
      width: 92.5%; }
    .footer .btm_area .right-bg {
      position: absolute;
      right: calc((264/800)*-100%);
      bottom: -3rem;
      width: 173%; } }
/* ==========================================================================
	inview
========================================================================== */
.inview.bt_one,
.inview.bt > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s var(--easeOutQuad), transform 1s var(--easeOutQuad); }

.inview.bt_one.move,
.inview.bt.move > * {
  opacity: 100;
  transform: translateY(0);
  /*
      transition-delay: .6s;
  */ }
  .inview.bt_one.move:nth-child(2),
  .inview.bt.move > *:nth-child(2) {
    transition-delay: 0.2s; }
  .inview.bt_one.move:nth-child(3),
  .inview.bt.move > *:nth-child(3) {
    transition-delay: 0.4s; }
  .inview.bt_one.move:nth-child(4),
  .inview.bt.move > *:nth-child(4) {
    transition-delay: 0.6s; }
  .inview.bt_one.move:nth-child(5),
  .inview.bt.move > *:nth-child(5) {
    transition-delay: 0.8s; }
  .inview.bt_one.move:nth-child(6),
  .inview.bt.move > *:nth-child(6) {
    transition-delay: 1s; }
  .inview.bt_one.move:nth-child(7),
  .inview.bt.move > *:nth-child(7) {
    transition-delay: 1.2s; }
  .inview.bt_one.move:nth-child(8),
  .inview.bt.move > *:nth-child(8) {
    transition-delay: 1.4s; }
  .inview.bt_one.move:nth-child(9),
  .inview.bt.move > *:nth-child(9) {
    transition-delay: 1.6s; }
  .inview.bt_one.move:nth-child(10),
  .inview.bt.move > *:nth-child(10) {
    transition-delay: 1.8s; }
  .inview.bt_one.move:nth-child(11),
  .inview.bt.move > *:nth-child(11) {
    transition-delay: 2s; }
  .inview.bt_one.move:nth-child(12),
  .inview.bt.move > *:nth-child(12) {
    transition-delay: 2.2s; }
  .inview.bt_one.move:nth-child(13),
  .inview.bt.move > *:nth-child(13) {
    transition-delay: 2.4s; }
  .inview.bt_one.move:nth-child(14),
  .inview.bt.move > *:nth-child(14) {
    transition-delay: 2.6s; }

.inview.blur {
  filter: blur(5px); }

.inview.blur.move {
  filter: blur(0);
  transition: 0.8s filter var(--easeOutSine); }

/* ==========================================================================
	parts
========================================================================== */
.w-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 61px; }
  .w-arrow img {
    position: relative;
    width: 17px;
    height: 16px;
    z-index: 10;
    transition: transform 0.6s var(--easeOutQuad); }
  .w-arrow:before, .w-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover; }
  .w-arrow:before {
    background-image: var(--w-arrow-bg01);
    z-index: 1; }
  .w-arrow:after {
    background-image: var(--w-arrow-bg02);
    z-index: 2; }
  .w-arrow.-v02:before {
    background-image: url(../img/common/w-arrow-bg01_v02.html); }
  .w-arrow.-v02:after {
    background-image: url(../img/common/w-arrow-bg02_v02.html); }
  .w-arrow.-theme:before {
    background-image: url(../img/common/w-arrow-bg01.png); }
  .w-arrow.-theme:after {
    background-image: url(../img/common/w-arrow-bg02.png); }

@media (hover: hover) {
  a:hover .w-arrow img {
    transform: translateX(2px); }
  a:hover .w-arrow:before {
    animation: rotate 8s infinite linear; }
  a:hover .w-arrow:after {
    animation: rotate02 10s infinite linear; }
  a:hover .w-arrow span:before {
    transform: translateX(3px); } }

@media screen and (max-width: 800px) {
  .w-arrow {
    width: 44px;
    height: 46px; }
    .w-arrow img {
      width: 13px;
      height: 12px; } }
.link_btn {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.6s var(--easeOutQuad);
  box-shadow: none;
  z-index: 10;
  border-radius: 35px;
  overflow: hidden;
    /*
    &:before{
    	content:"";
    	position: absolute;
    	left: 0;
    	top: 0;
    	display:block;
    	width: 100%;
    	height: 100%;
    	z-index:1;
	    background:var(--theme-color);
   		border-radius:35px;
    }
    */ }
  .link_btn span {
    position: relative;
    display: inline-block;
    font-weight: 500;
    z-index: 10; }
  .link_btn .w-arrow {
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10; }
  .link_btn.-v01 {
    width: 260px;
    height: 56px;
    padding-left: 4rem;
    background: #fff;
    border-radius: 28px; }
    .link_btn.-v01 span {
      font-size: 1.8rem;
      color: #1e1e1e;
      font-weight: 500; }
    .link_btn.-v01 .w-arrow {
      right: 13px;
      width: 35px;
      height: 36px; }
      .link_btn.-v01 .w-arrow img {
        width: 12px; }
  .link_btn.-v02 {
    width: 220px;
    height: 70px;
    padding-left: 2.8rem;
    background: var(--theme-color);
    border-radius: 35px; }
    .link_btn.-v02:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/common/texture01.jpg);
      background-repeat: repeat;
      background-size: 50px 50px;
      z-index: 2;
      opacity: .15;
      border-radius: 35px; }
    .link_btn.-v02 span {
      position: relative;
      font-size: 1.8rem;
      color: #fff;
      font-weight: 500;
      z-index: 10; }
    .link_btn.-v02 .w-arrow {
      position: absolute;
      right: 20px;
      width: 35px;
      height: 36px;
      z-index: 10; }
      .link_btn.-v02 .w-arrow img {
        width: 12px; }
    .link_btn.-v02.-white {
      background: #fff; }
      .link_btn.-v02.-white span {
        color: var(--theme-color); }
      .link_btn.-v02.-white:before {
        display: none; }
  .link_btn.-v03 {
    width: 400px;
    height: 100px;
    padding-left: 5rem;
    background: url(../img/common/link_btm-v3_bg.jpg);
    background-size: cover;
    /*
    background:var(--theme-color);
    */
    border-radius: 5rem; }
    .link_btn.-v03 span {
      font-size: 2.2rem;
      font-weight: 500;
      color: #fff; }
    .link_btn.-v03 .w-arrow {
      right: 22px; }
  @media (hover: hover) {
    .link_btn:hover {
      box-shadow: var(--hov_shadow); }
      .link_btn:hover .w-arrow img {
        transform: translateX(3px); } }

@media screen and (max-width: 800px) {
  .link_btn.-v01 {
    width: 260px;
    height: 56px;
    padding-left: 2.5rem;
    background: #fff;
    border-radius: 28px; }
    .link_btn.-v01 span {
      font-size: 1.6rem;
      color: #1e1e1e;
      font-weight: 500; }
    .link_btn.-v01 .w-arrow {
      right: 13px;
      width: 35px;
      height: 36px; }
      .link_btn.-v01 .w-arrow img {
        width: 12px; }
  .link_btn.-v02 {
    width: 100%;
    height: 60px;
    padding-left: 0;
    justify-content: center; }
    .link_btn.-v02 span {
      font-size: 1.6rem; }
    .link_btn.-v02 .w-arrow {
      right: 1.5rem; }
  .link_btn.-v03 {
    width: 100%;
    height: 70px;
    padding-left: 4rem; }
    .link_btn.-v03 span {
      font-size: 1.8rem; }
    .link_btn.-v03 .w-arrow {
      right: 1.5rem; } }
.arrow-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 210px; }
  .arrow-link:before, .arrow-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover; }
  .arrow-link:before {
    background-image: url(../img/common/theme-big_arrow-bg01.png);
    z-index: 1; }
  .arrow-link:after {
    background-image: url(../img/common/theme-big_arrow-bg02.png);
    z-index: 2; }
  .arrow-link span {
    position: relative;
    display: inline-block;
    font-size: 2.1rem;
    padding-top: 4rem;
    font-weight: 500;
    z-index: 10;
    color: #fff; }
    .arrow-link span:before {
      content: "";
      display: block;
      width: 23px;
      height: 22px;
      position: absolute;
      left: 0;
      right: 0;
      top: .3rem;
      transform: translateX(-2px);
      margin: auto;
      background: url(../img/common/w-arrow.png);
      transition: transform 0.6s var(--easeOutQuad);
      background-size: cover; }
    .arrow-link span:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: var(--arrow-link-border-color);
      position: absolute;
      left: 0;
      top: calc(100% + 2px); }
  @media (hover: hover) {
    .arrow-link:hover:before {
      animation: rotate 8s infinite linear; }
    .arrow-link:hover:after {
      animation: rotate02 10s infinite linear; }
    .arrow-link:hover span:before {
      transform: translateX(3px); } }

.hv_sd {
  box-shadow: none;
  transition: all 0.6s var(--easeOutQuad); }
  @media (hover: hover) {
    .hv_sd:hover {
      box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5); } }

@media screen and (max-width: 800px) {
  .arrow-link {
    width: 150px;
    height: 150px; }
    .arrow-link span {
      font-size: 1.6rem;
      padding-top: 2.7rem; }
      .arrow-link span:before {
        width: 22px;
        height: 21px;
        top: -.4rem;
        transform: translateX(-2px); } }
.con_tit {
  font-size: 5rem;
  --lh:1;
  position: relative;
  /*
  overflow: hidden;
  */
  line-height: calc(var(--lh)* 1em);
  padding-top: .1px;
  padding-bottom: .1px;
  margin-bottom: 2.5rem; }
  .con_tit::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    /*
    margin-top: calc((1 - var(--lh)) * 0.5em);
    */
    margin-top: calc((1 - var(--lh))* .5em); }
  .con_tit::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - var(--lh))* .5em); }
  .con_tit.-s40 {
    font-size: 4rem; }
  .con_tit.-s46 {
    font-size: 4.6rem; }

.en_tit {
  font-size: 1.8rem;
  color: var(--theme-color); }
  .en_tit.-s20 {
    font-size: 2rem; }

@media screen and (max-width: 800px) {
  .con_tit {
    font-size: 3.6rem;
    margin-bottom: 2rem; }
    .con_tit.-s40 {
      font-size: 3.2rem; }
    .con_tit.-s46 {
      font-size: 3.9rem; }
    .con_tit.spy_txt {
      margin-bottom: 0; }

  .en_tit {
    font-size: 1.4rem; } }
.base-mask_area {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 297px;
  mask-image: url(../img/common/base-mask.png);
  mask-repeat: repeat-x;
  mask-position: bottom center;
  mask-size: contain;
  mask-size: 2000px 297px;
  z-index: 3;
  background: var(--theme-color02); }
  .base-mask_area.-rev {
    mask-image: url(../img/common/base-mask_rev.png); }
  .base-mask_area.-white {
    background: #fff; }
  .base-mask_area.-v02 {
    background: var(--theme-color03); }
  .base-mask_area.-v05 {
    background: var(--theme-color05); }

.y_base-mask_area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 297px; }
  .y_base-mask_area .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 297px;
    mask-image: url(../img/common/base-mask.png);
    mask-repeat: repeat-x;
    mask-position: bottom center;
    mask-size: contain;
    mask-size: 2000px 297px;
    z-index: 3;
    background: var(--theme-color02); }
  .y_base-mask_area.-v03 .mask {
    background: var(--theme-color03); }
  .y_base-mask_area:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1289px;
    height: 293px;
    z-index: 2;
    background: url(../img/common/base-mask_y.png) repeat-x;
    background-size: cover; }
  .y_base-mask_area.-rev .mask {
    mask-image: url(../img/common/base-mask_rev.png); }
  .y_base-mask_area.-rev:after {
    right: auto;
    left: 0;
    transform: scale(-1, 1); }
  .y_base-mask_area.-white {
    background: #fff; }
  .y_base-mask_area.-v02 {
    background: var(--theme-color03); }

@media screen and (max-width: 800px) {
  .base-mask_area {
    height: 148px;
    mask-size: 1000px 148px; }
    .base-mask_area.-rev.-sp_nomal {
      mask-image: url(../img/common/base-mask.png); }
    .base-mask_area.-sp_rev {
      mask-image: url(../img/common/base-mask_rev.png); }

  .y_base-mask_area {
    height: 148px; }
    .y_base-mask_area .mask {
      mask-size: 1000px 148px; }
    .y_base-mask_area:after {
      display: none; }
    .y_base-mask_area.-rev.-sp_nomal .mask {
      mask-image: url(../img/common/base-mask.png); }
    .y_base-mask_area.-sp_rev .mask {
      mask-image: url(../img/common/base-mask_rev.png); } }
.fit_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  transition: transform ease .4s; }

.img_area {
  z-index: 10; }

.v_txt {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  vertical-align: top;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

@media screen and (max-width: 800px) {
  .pc_off {
    display: block !Important; }

  .sp_off {
    display: none !important; }

  .spv_txt {
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    vertical-align: top;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl; }

  .spy_txt {
    writing-mode: horizontal-tb;
    font-feature-settings: normal;
    vertical-align: baseline;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb; } }
.t-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*
  background-image:url(../img/common/texture001.jpg);
  background-size:1500px 1349px;
  // */
  background-image: url(../img/common/t-bgv2.jpg);
  background-repeat: repeat;
  background-size: 1500px 1349px;
  z-index: 2;
  opacity: .07; }
  .t-bg.-v015 {
    opacity: .15; }

.no-event {
  pointer-events: none;
}

.bottom_bnr .inr {
  max-width: 585px;
  margin: 1px auto;
}
.bottom_bnr .inr a:hover {
  opacity: 0.6;
}
.bottom_bnr .inr img {
  border: 1px solid #dfdfdf;
}
@media screen and (max-width: 800px) {
  .bottom_bnr .inr {
    max-width: 90%;
  }
}
/* ==========================================================================
	root
========================================================================== */
:root {
  --theme-color:#55c3e9;
  --theme-color02:#3a9c9c;
  --theme-color03:#3a909b;
  --theme-color04:#1f8c9f;
  --base-text-color:#1d1d1d;
  --base-link-color:#000;
  --base-border-color:#d6d6d6;
  --base-color-green:#399967;
  --base-color-yellow:#f9ee8d;
  --base-color-black:#1e1e1e;
  --menu-text-color:#232323;
  --menu-text-color_sp:#317a56;
  --menu-border-color01:#43c5e6;
  --menu-border-color02:#0172a5;
  --menu-border-color03:#134872;
  --base-color-gray:#ebebeb;
  --qa-A-color:#e57824;
  --arrow-link-border-color:#a9d0bd;
  --w-arrow-bg01: url(../img/common/arrow-bg01.png);
  --w-arrow-bg02: url(../img/common/arrow-bg02.png);
  --base-gradation:linear-gradient(36deg, rgba(0,162,218,1) 0%, rgba(168,221,208,1) 100%);
  --easeInQuad:cubic-bezier(.55, .085, .68, .53);
  --easeOutQuad:cubic-bezier(.25, .46, .45, .94);
  --easeOutSine:cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutQuad:cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic:cubic-bezier(0.65, 0, 0.35, 1);
  --easePopUp:cubic-bezier(0.17, 0.88, 0.30, 1.28);
  --easeInCirc:cubic-bezier(0.55, 0, 1, 0.45);
  --hov_shadow:2px 2px 15px rgba(11, 84, 50, 0.8);
  --hov_shadow02:3px 3px 22px rgba(243, 192, 142, 0.2); }

/* ==========================================================================
	html
========================================================================== */
/* ==========================================================================
	ヘッダー
========================================================================== */

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