@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);
  --theme-color:#88AED9;
  --theme-color02:#16549A;
  --theme-color03:#2D72C1;
  --base-text-color:#0B131B;
  --base-border-color:#46443c;
  --base-border-color02:#C4D5E9;
  --menu-border-color01:#519DF3;
  --menu-border-color02:#3995FE;
  --menu-border-color03:#3995FE;
  --base-color-orange:#2282EF;
  --base-color-blue:#6592C4;
  --base-color-sand:#89AFD9;
  --base-color-green:#234368;
  --base-color-green02:#6282A7;
  --base-color-green03:#023167;
  --base-color-green04:#153D6B;
  --base-color-beige:#F1F7FE;
  --base-color-yellow:#1C83F7;
  --border:1px solid var(--base-border-color);
  --base-shadow:1px 1px 0 black,-1px 1px 0 black,1px -1px 0 black,-1px -1px 0 black;
  --hanten:scale(-1, 1); }

@media screen and (max-width: 800px) {
  :root {
    --fz10:clamp(10px,calc((10/400)*100vw),12px);
    --fz12:clamp(12px,calc((12/400)*100vw),14px);
    --fz13:clamp(13px,calc((13/400)*100vw),14px);
    --fz14:clamp(14px,calc((14/400)*100vw),16px);
    --fz15:clamp(15px,calc((15/400)*100vw),17px);
    --fz16:clamp(16px,calc((16/400)*100vw),18px);
    --fz17:clamp(17px,calc((17/400)*100vw),19px);
    --fz18:clamp(18px,calc((18/400)*100vw),20px);
    --fz19:clamp(19px,calc((19/400)*100vw),21px);
    --fz20:clamp(20px,calc((20/400)*100vw),22px);
    --fz21:clamp(21px,calc((21/400)*100vw),23px);
    --fz22:clamp(22px,calc((22/400)*100vw),24px);
    --fz24:clamp(24px,calc((24/400)*100vw),26px);
    --fz25:clamp(25px,calc((25/400)*100vw),27px);
    --fz26:clamp(26px,calc((26/400)*100vw),28px);
    --fz27:clamp(27px,calc((27/400)*100vw),29px);
    --fz28:clamp(28px,calc((28/400)*100vw),30px);
    --fz32:clamp(32px,calc((23/400)*100vw),35px);
    --fz35:clamp(35px,calc((25/400)*100vw),39px);
    --fz36:clamp(36px,calc((36/400)*100vw),40px);
    --fz38:clamp(38px,calc((38/400)*100vw),42px);
    --fz40:clamp(40px,calc((40/400)*100vw),44px);
    --fz45:clamp(45px,calc((45/400)*100vw),49px);
    --fz56:clamp(56px,calc((56/400)*100vw),60px); } }
@font-face {
  font-family: "LineSeedJP_Eb";
  src: url("../fonts/LINESeedJP_TTF_Eb.eot"), url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2"); }
@font-face {
  font-family: "LineSeedJP_Bd";
  src: url("../fonts/LINESeedJP_TTF_Bd.eot"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"); }
@font-face {
  font-family: "LineSeedJP_Rg";
  src: url("../fonts/LINESeedJP_TTF_Rg.eot") format("eot"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"); }
/* ==========================================================================
	html
========================================================================== */
html.wf-active {
  visibility: visible; }

html {
  font-family: "LineSeedJP_Bd", "LineSeedJP_Rg", YuGothic, "Yu Gothic Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  background: url(/saidai/assets/img/common/bg_pat.jpg) center center repeat;
  background-size: 8px 8px;
  position: relative;
  color: var(--base-text-color);
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "palt" 1;
          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.02em;
  font-size: 62.5%;
  scroll-behavior: smooth; }

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 {
  color: var(--base-text-color);
  text-decoration: none;
  -webkit-transition: all 0.4s var(--easeOutQuad);
  transition: all 0.4s var(--easeOutQuad); }

a:hover,
.trns:hover {
  -webkit-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);
  -webkit-transition: opacity 0.4s 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; }

@media (min-width: 851px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
.en {
  font-family: "Unbounded", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  color: #000;
  letter-spacing: 0.05em; }

.en02 {
  font-family: "Belanosima", serif;
  font-weight: 400;
  font-style: normal; }

.eb {
  font-family: "LineSeedJP_Eb", sans-serif; }

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

svg {
  width: 100%;
  height: auto; }

/* ==========================================================================
    animation
========================================================================== */
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@-webkit-keyframes loop-slide-rev {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes loop-slide-rev {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes loop-slide-Y {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }
@keyframes loop-slide-Y {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }
@-webkit-keyframes rotateRight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotateRight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes rotateLeft {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
@keyframes rotateLeft {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
@-webkit-keyframes scaleStep {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }
@keyframes scaleStep {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }
@-webkit-keyframes twoStepY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes twoStepY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes twoStepX {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes twoStepX {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes bling {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes bling {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes to-lb {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  50% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px); }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0); } }
@keyframes to-lb {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  50% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px); }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0); } }
@-webkit-keyframes to-lb02 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  50% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px); }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0); } }
@keyframes to-lb02 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  50% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px); }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0); } }
@-webkit-keyframes to-rt {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  50% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px); }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0); } }
@keyframes to-rt {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  50% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px); }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0); } }
@-webkit-keyframes hamburger_top {
  0% {
    top: 0; }
  50% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    top: 9px; } }
@keyframes hamburger_top {
  0% {
    top: 0; }
  50% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    top: 9px; } }
@-webkit-keyframes hamburger_top_rev {
  0% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    top: 9px; }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 9px; }
  100% {
    top: 0;
    -webkit-transform: rotate(0); } }
@keyframes hamburger_top_rev {
  0% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    top: 9px; }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 9px; }
  100% {
    top: 0;
    -webkit-transform: rotate(0); } }
@-webkit-keyframes blink {
  0%, 90% {
    opacity: 0; }
  /* 通常時は非表示 */
  95%, 100% {
    opacity: 1; }
  /* 一瞬だけ表示 */ }
@keyframes blink {
  0%, 90% {
    opacity: 0; }
  /* 通常時は非表示 */
  95%, 100% {
    opacity: 1; }
  /* 一瞬だけ表示 */ }
@keyframes blink {
  0%, 90% {
    opacity: 0; }
  /* 通常時は非表示 */
  95%, 100% {
    opacity: 1; }
  /* 一瞬だけ表示 */ }
@-webkit-keyframes hamburger_center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 0; }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 10px; }
  100% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    right: 10px; } }
@keyframes hamburger_center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 0; }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 10px; }
  100% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    right: 10px; } }
@-webkit-keyframes hamburger_center_rev {
  0% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    right: 10px; }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 10px; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 0; } }
@keyframes hamburger_center_rev {
  0% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    right: 10px; }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 10px; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 0; } }
@-webkit-keyframes hamburger_bottom {
  0% {
    bottom: 0;
    margin: auto;
    opacity: 1; }
  50% {
    bottom: 9px;
    opacity: 0; }
  100% {
    bottom: 9px;
    opacity: 0; } }
@keyframes hamburger_bottom {
  0% {
    bottom: 0;
    margin: auto;
    opacity: 1; }
  50% {
    bottom: 9px;
    opacity: 0; }
  100% {
    bottom: 9px;
    opacity: 0; } }
@-webkit-keyframes hamburger_bottom_rev {
  0% {
    bottom: 9px;
    opacity: 0; }
  50% {
    bottom: 9px;
    opacity: 1; }
  100% {
    bottom: 0;
    margin: auto;
    opacity: 1; } }
@keyframes hamburger_bottom_rev {
  0% {
    bottom: 9px;
    opacity: 0; }
  50% {
    bottom: 9px;
    opacity: 1; }
  100% {
    bottom: 0;
    margin: auto;
    opacity: 1; } }
.page-transition {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

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

/* ==========================================================================
	ヘッダー
========================================================================== */
.head {
  position: relative;
  padding-top: 55px;
  width: 100%;
  padding-left: 320px;
  height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .head .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--theme-color);
    border-radius: 0 0 30px 0;
    border-right: 1px solid var(--base-border-color);
    border-bottom: 1px solid var(--base-border-color); }
    .head .logo:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      background: #fff;
      border-radius: 0 0 25px 0;
      border-right: 1px solid var(--base-border-color);
      border-bottom: 1px solid var(--base-border-color);
      z-index: 1; }
    .head .logo img {
      position: relative;
      width: 192px;
      aspect-ratio: 192/131;
      z-index: 10;
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px); }
  .head.hasei-head .logo {
    height: 240px; }
  .head .head_link-area {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }
  .head .menu_area {
    width: 810px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    -webkit-transform: translateX(-90px);
            transform: translateX(-90px); }
    .head .menu_area a {
      position: relative;
      display: inline-block;
      text-align: center; }
      .head .menu_area a .en {
        font-size: 30px;
        font-weight: 500;
        color: var(--theme-color02);
        margin-bottom: 7px;
        -webkit-transition: color 0.4s var(--easeOutQuad);
        transition: color 0.4s var(--easeOutQuad); }
      .head .menu_area a .ja {
        position: relative;
        display: inline-block;
        font-size: 14px;
        padding: 3px 10px;
        color: var(--base-text-color);
        background: #fff;
        border: 1px solid var(--base-border-color);
        border-radius: 12px;
        font-weight: 500;
        -webkit-transition: all 0.4s var(--easeOutQuad);
        transition: all 0.4s var(--easeOutQuad); }
        .head .menu_area a .ja:after {
          content: "";
          display: block;
          width: calc(100% + 8px);
          height: 100%;
          position: absolute;
          left: -4px;
          top: 0;
          border-radius: 15px;
          z-index: -1;
          background: var(--base-color-orange); }
      @media (hover: hover) {
        .head .menu_area a:hover .en {
          color: var(--base-color-orange); }
        .head .menu_area a:hover .ja {
          background: var(--base-color-orange);
          color: #fff;
          border-color: var(--base-color-orange); } }
  .head .weather_area {
    position: absolute;
    right: 0;
    top: 105px;
    width: 310px;
    height: 155px;
    background: var(--theme-color);
    border-top: 1px solid var(--base-border-color);
    border-left: 1px solid var(--base-border-color);
    border-bottom: 1px solid var(--base-border-color);
    border-radius: 78px 0 0 78px; }
    .head .weather_area:before {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 5px;
      width: calc(100% - 5px);
      height: calc(100% - 10px);
      border-top: 1px solid var(--base-border-color);
      border-left: 1px solid var(--base-border-color);
      border-bottom: 1px solid var(--base-border-color);
      background: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 71px 0 0 71px;
      z-index: 1; }
    .head .weather_area .bado {
      width: 127px;
      height: 114px;
      position: absolute;
      right: 84px;
      bottom: 134px;
      z-index: 5; }
      .head .weather_area .bado img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto; }
        .head .weather_area .bado img:nth-child(2) {
          -webkit-animation: blink 2s infinite;
                  animation: blink 2s infinite; }
    .head .weather_area .circle {
      position: absolute;
      right: 20px;
      top: -130px;
      width: 237px;
      height: 237px;
      z-index: -1;
      -webkit-animation: rotateRight 30s linear infinite;
              animation: rotateRight 30s linear infinite; }
    .head .weather_area .text_area {
      position: relative;
      padding-top: 48px;
      padding-left: 55px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 230px;
      z-index: 10; }
      .head .weather_area .text_area .b_txt {
        font-size: 19px;
        font-weight: 500;
        --lh:1.2;
        position: relative;
        /*
        overflow: hidden;
        */
        line-height: calc(var(--lh)* 1em);
        padding-top: .1px;
        padding-bottom: .1px;
        margin-bottom: 5px; }
        .head .weather_area .text_area .b_txt::before {
          content: '';
          display: block;
          height: 0;
          width: 0;
          /*
          margin-top: calc((1 - var(--lh)) * 0.5em);
          */
          margin-top: calc((1 - var(--lh))* .5em); }
        .head .weather_area .text_area .b_txt::after {
          content: '';
          display: block;
          height: 0;
          width: 0;
          margin-bottom: calc((1 - var(--lh))* .5em); }
      .head .weather_area .text_area .en {
        position: relative;
        font-size: 36px;
        --lh:1.2;
        position: relative;
        /*
        overflow: hidden;
        */
        line-height: calc(var(--lh)* 1em);
        padding-top: .1px;
        padding-bottom: .1px;
        color: #2368B7;
        display: inline-block;
        font-weight: 400;
        letter-spacing: 0.02em;
        -webkit-transform: translateX(-2px);
                transform: translateX(-2px); }
        .head .weather_area .text_area .en::before {
          content: '';
          display: block;
          height: 0;
          width: 0;
          /*
          margin-top: calc((1 - var(--lh)) * 0.5em);
          */
          margin-top: calc((1 - var(--lh))* .5em); }
        .head .weather_area .text_area .en::after {
          content: '';
          display: block;
          height: 0;
          width: 0;
          margin-bottom: calc((1 - var(--lh))* .5em); }
        .head .weather_area .text_area .en .v_txt {
          position: absolute;
          left: calc(100% + 5px);
          top: 3px;
          width: 28px;
          font-size: 13px;
          color: var(--base-text-color);
          letter-spacing: -0.05em; }
    .head .weather_area #weather-image {
      position: absolute;
      top: -23px;
      left: 171px;
      width: 73px;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      /* スムーズな表示 */
      opacity: 0; }
      .head .weather_area #weather-image.show {
        opacity: 1; }

@media screen and (max-width: 1390px) {
  .head .menu_area {
    width: 70%;
    max-width: 640px;
    -webkit-transform: translateX(-90px);
            transform: translateX(-90px); }
    .head .menu_area a .en {
      font-size: 21px;
      margin-bottom: 5px; }
    .head .menu_area a .ja {
      font-size: 10px;
      padding: 2px 7px; }
  .head .weather_area {
    position: absolute;
    right: 0;
    top: 105px;
    width: 310px;
    height: 155px;
    background: var(--theme-color);
    border-top: 1px solid var(--base-border-color);
    border-left: 1px solid var(--base-border-color);
    border-bottom: 1px solid var(--base-border-color);
    border-radius: 78px 0 0 78px; }
    .head .weather_area:before {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 5px;
      width: calc(100% - 5px);
      height: calc(100% - 10px);
      border-top: 1px solid var(--base-border-color);
      border-left: 1px solid var(--base-border-color);
      border-bottom: 1px solid var(--base-border-color);
      background: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 71px 0 0 71px;
      z-index: 1; }
    .head .weather_area .bado {
      width: 127px;
      position: absolute;
      right: 84px;
      bottom: 134px;
      z-index: 5; }
    .head .weather_area .circle {
      position: absolute;
      right: 20px;
      top: -130px;
      width: 235px;
      height: 235px;
      z-index: -1;
      -webkit-animation: rotateRight 30s linear infinite;
              animation: rotateRight 30s linear infinite; }
    .head .weather_area .text_area {
      padding-left: 0;
      margin: 0 auto; } }
@media screen and (max-width: 1280px) {
  .head .menu_area {
    max-width: 560px;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px); }
    .head .menu_area a .en {
      font-size: 18px;
      margin-bottom: 4px; }
    .head .menu_area a .ja {
      font-size: 9px;
      padding: 2px 6px; } }
@media screen and (max-width: 1180px) {
  .head .menu_area {
    display: none; }
  .head .weather_area {
    width: 410px; }
    .head .weather_area .bado {
      right: 200px; }
    .head .weather_area .circle {
      right: 136px; } }
@media screen and (max-width: 800px) {
  .head {
    padding-top: 35px;
    padding-left: 0;
    height: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .head .logo {
      left: 6.875vw;
      top: 34px;
      width: 127px;
      height: auto;
      display: block;
      background: none;
      border-radius: 0;
      border: none; }
      .head .logo:before {
        display: none; }
      .head .logo img {
        width: 100%;
        aspect-ratio: auto;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
    .head.hasei-head {
      height: 115px; }
      .head.hasei-head .logo {
        width: 215px;
        height: auto; }
    .head .weather_area {
      top: 80px;
      width: 225px;
      height: 76px; }
      .head .weather_area:before {
        top: 3px;
        width: calc(100% - 3px);
        height: calc(100% - 6px); }
      .head .weather_area .bado {
        width: 78px;
        height: 70px;
        right: 120px;
        bottom: 62px; }
      .head .weather_area .circle {
        right: 93px;
        top: -89px;
        width: 125px;
        height: 125px; }
      .head .weather_area .text_area {
        padding-top: 19px;
        padding-left: 36px;
        width: auto; }
        .head .weather_area .text_area .b_txt {
          font-size: 13px;
          margin-bottom: 5px; }
        .head .weather_area .text_area .en {
          font-size: 24px;
          -webkit-transform: translateX(-2px);
                  transform: translateX(-2px); }
          .head .weather_area .text_area .en .v_txt {
            top: 1px;
            width: 20px;
            font-size: 9px; }
      .head .weather_area #weather-image {
        position: absolute;
        top: -20px;
        left: 120px;
        width: 51px; } }
/* ==========================================================================
	hamburger
========================================================================== */
@media screen and (min-width: 1181px) {
  .hamburger, .global-nav {
    display: none; } }
@media screen and (max-width: 1180px) {
  .hamburger {
    display: block;
    position: fixed;
    right: 3vw;
    top: 60px;
    width: 80px;
    height: 34px;
    cursor: pointer;
    z-index: 9999;
    opacity: 100;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .hamburger.hasei {
      top: 40px; }
    .hamburger .border {
      display: block;
      position: absolute;
      width: 80%;
      height: 17.6470588235%;
      z-index: 5;
      background: var(--theme-color02);
      -webkit-transition: all .6s ease;
      transition: all .6s ease;
      -webkit-transform-origin: center center;
              transform-origin: center center;
      border: 1px solid var(--base-border-color);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .hamburger .border:first-child {
        top: 0;
        left: 0; }
      .hamburger .border:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        background: var(--base-color-green); }
      .hamburger .border:nth-child(3) {
        bottom: 0;
        left: 0; } }
  @media screen and (max-width: 1180px) and (hover: hover) {
    .hamburger:hover .border {
      -webkit-transform: rotate(0);
              transform: rotate(0); } }

@media screen and (max-width: 1180px) {
  .nav-open .hamburger span {
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .nav-open .hamburger span:first-child {
      -webkit-animation: hamburger_top ease .4s forwards;
      animation: hamburger_top ease .4s forwards; }
    .nav-open .hamburger span:nth-child(2) {
      -webkit-animation: hamburger_center ease .4s forwards;
      animation: hamburger_center ease .4s forwards; }
    .nav-open .hamburger span:last-child {
      -webkit-animation: hamburger_bottom ease .4s forwards;
      animation: hamburger_bottom ease .4s forwards; }

  .nav-close .hamburger span {
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .nav-close .hamburger span:first-child {
      -webkit-animation: hamburger_top_rev ease .4s forwards;
      animation: hamburger_top_rev ease .4s forwards; }
    .nav-close .hamburger span:nth-child(2) {
      -webkit-animation: hamburger_center_rev ease .4s forwards;
      animation: hamburger_center_rev ease .4s forwards; }
    .nav-close .hamburger span:last-child {
      -webkit-animation: hamburger_bottom_rev ease .4s forwards;
      animation: hamburger_bottom_rev ease .4s forwards; } }
@media screen and (max-width: 1180px) {
  .hamburger {
    right: 22px;
    top: 50px;
    width: 51px;
    height: 22px; } }
/* ==========================================================================
	global-nav
========================================================================== */
/*ハンバーガーメニュー*/
.global-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background: var(--theme-color);
  overflow: scroll;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  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-top: 80px;
    margin: 0 auto;
    z-index: 10;
    overflow: hidden; }
    .global-nav .nav_inr:before {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      margin: auto;
      width: calc(100% - 20px);
      height: calc(100% - 300px);
      border-radius: 50px;
      background: #fff;
      border: 1px solid var(--base-border-color); }
  .global-nav .logo {
    position: relative;
    width: 243px;
    margin: 0 auto 50px;
    z-index: 10; }
  .global-nav .c_txt {
    font-size: 28px;
    text-align: center;
    --lh:calc(44/28);
    position: relative;
    /*
    overflow: hidden;
    */
    line-height: calc(var(--lh)* 1em);
    padding-top: .1px;
    padding-bottom: .1px;
    margin-bottom: 60px; }
    .global-nav .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); }
    .global-nav .c_txt::after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-bottom: calc((1 - var(--lh))* .5em); }
  .global-nav ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 10;
    width: 80%;
    margin: 0 auto; }
    .global-nav ul li {
      position: relative;
      width: 46.875%;
      border-bottom: 1px solid var(--base-border-color); }
      .global-nav ul li:nth-child(3) {
        width: 100%; }
      .global-nav ul li a {
        position: relative;
        display: block;
        padding: 20px 0 20px 50px;
        font-size: 25px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .global-nav ul li .icon {
        position: absolute;
        width: 28px;
        height: 28px;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
        .global-nav ul li .icon img {
          vertical-align: top; }
  .global-nav .bado {
    display: block;
    position: relative;
    margin-top: 180px;
    width: 303px;
    height: 550px;
    bottom: 20px;
    left: calc(50% - 102px);
    z-index: 30; }
  .global-nav .circle_area {
    display: block;
    position: absolute;
    left: calc(50% + 140px);
    bottom: 356px;
    width: 208px;
    z-index: 30; }
    .global-nav .circle_area .circle {
      position: relative;
      display: block;
      -webkit-animation: rotateRight 30s linear infinite;
              animation: rotateRight 30s linear infinite; }
    .global-nav .circle_area .arrow {
      display: block;
      width: 38px;
      height: 38px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-animation: to-lb 1.4s linear infinite;
              animation: to-lb 1.4s linear infinite; }
  .global-nav .lb_illust {
    position: absolute;
    width: 914px;
    right: calc(50% + 11px);
    bottom: 0;
    z-index: 40;
    pointer-events: none; }
  .global-nav .rt_illust {
    position: absolute;
    width: 521px;
    left: calc(50% + 414px);
    bottom: 194px;
    z-index: 20;
    pointer-events: none; }
  .global-nav .copy {
    display: block;
    position: absolute;
    width: 200px;
    right: 50px;
    bottom: 96px; }

@media screen and (max-width: 800px) {
  .global-nav .nav_inr {
    padding-top: 80px;
    height: 100%;
    min-height: 800px; }
    .global-nav .nav_inr:before {
      top: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 150px);
      border-radius: 25px; }
  .global-nav .logo {
    width: 243px;
    margin: 0 auto 30px; }
  .global-nav .c_txt {
    font-size: var(--fz14);
    margin-bottom: 30px; }
  .global-nav ul li a {
    padding: 20px 0 20px 25px;
    font-size: var(--fz17); }
  .global-nav ul li .icon {
    width: 14px;
    height: 14px; }
  .global-nav .bado {
    position: absolute;
    width: 155px;
    height: 281px;
    left: calc(50% - 136px);
    z-index: 30; }
  .global-nav .circle_area {
    left: calc(50% - 16px);
    bottom: 195px;
    width: 160px;
    z-index: 30; }
    .global-nav .circle_area .arrow {
      width: 30px;
      height: 30px; }
  .global-nav .lb_illust {
    width: 262px;
    right: calc(50% + 22px); }
  .global-nav .rt_illust {
    width: 285px;
    left: calc(50% + 18px);
    bottom: 135px; }
  .global-nav .copy {
    width: 136px;
    right: 10vw;
    bottom: 60px; } }
/* ==========================================================================
	hasei_fv
========================================================================== */
#hasei_fv {
  position: relative;
  z-index: 20; }
  #hasei_fv h1 {
    position: absolute;
    left: 5.3333333333vw;
    bottom: 60px;
    border: 1px solid var(--base-border-color);
    z-index: 30;
    width: 500px; }
  #hasei_fv .bado {
    width: 127px;
    position: absolute;
    right: 84px;
    bottom: calc(100% - 15px);
    z-index: 15; }
    #hasei_fv .bado img {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto; }
      #hasei_fv .bado img:nth-child(2) {
        -webkit-animation: blink 2s infinite;
                animation: blink 2s infinite; }
  #hasei_fv .circle {
    position: absolute;
    right: 20px;
    bottom: calc(100% - 80px);
    width: 236px;
    height: 236px;
    z-index: 1;
    -webkit-animation: rotateRight 30s linear infinite;
            animation: rotateRight 30s linear infinite; }
  #hasei_fv .img_area {
    position: relative;
    width: 90vw;
    margin-left: 10vw;
    height: 640px;
    border-radius: 0 0 0 30px;
    border: 1px solid var(--base-border-color);
    border-right: none;
    padding: 5px 0 5px 5px;
    background: var(--theme-color);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10; }
    #hasei_fv .img_area .img {
      position: relative;
      border-radius: 0 0 0 25px;
      width: 100%;
      height: 100%;
      overflow: hidden;
      border: 1px solid var(--base-border-color);
      border-right: none; }

@media screen and (max-width: 1180px) {
  #hasei_fv .bado {
    right: 200px; }
  #hasei_fv .circle {
    right: 136px; } }
@media screen and (max-width: 800px) {
  #hasei_fv h1 {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 66.25%; }
  #hasei_fv .bado,
  #hasei_fv .circle {
    display: none; }
  #hasei_fv .img_area {
    width: 100%;
    margin-left: 0;
    height: auto;
    aspect-ratio: 800/600;
    border-radius: 0;
    border-left: none;
    padding: 5px 0; }
    #hasei_fv .img_area .img {
      border-radius: 0;
      border-left: none; } }
/* ==========================================================================
	footer
========================================================================== */
.footer .w_bg {
  width: calc(100% - 20px);
  max-width: 1800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  border: 1px solid var(--base-border-color);
  margin-bottom: 230px; }
.footer .inr {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 220px; }
  .footer .inr .logo_area {
    width: 333px;
    margin-bottom: 35px; }
    .footer .inr .logo_area h2 {
      margin-bottom: 30px; }
    .footer .inr .logo_area p {
      font-size: 18px;
      font-weight: 500;
      --lh:calc(30/18);
      position: relative;
      /*
      overflow: hidden;
      */
      line-height: calc(var(--lh)* 1em);
      padding-top: .1px;
      padding-bottom: .1px; }
      .footer .inr .logo_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 .inr .logo_area p::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - var(--lh))* .5em); }
.footer .top-bado {
  display: block;
  width: 166px;
  position: absolute;
  left: -60px;
  top: -240px;
  z-index: 30;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.4s var(--easeOutQuad), -webkit-transform 0.4s var(--easePopUp);
  transition: opacity 0.4s var(--easeOutQuad), -webkit-transform 0.4s var(--easePopUp);
  transition: opacity 0.4s var(--easeOutQuad), transform 0.4s var(--easePopUp);
  transition: opacity 0.4s var(--easeOutQuad), transform 0.4s var(--easePopUp), -webkit-transform 0.4s var(--easePopUp);
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }
.footer.move .top-bado {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
.footer .info_area {
  margin-left: 5%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.footer .info {
  margin-bottom: 5px; }
  .footer .info .gb_txt {
    display: inline-block;
    background: var(--theme-color02);
    font-size: 17px;
    color: #fff;
    padding: 8px 0;
    width: 290px;
    text-align: center;
    border-radius: 22px;
    margin-right: 18px;
    vertical-align: bottom; }
  .footer .info a {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    font-size: 30px;
    letter-spacing: -0.02em;
    color: var(--theme-color02);
    padding-bottom: 5px; }
    .footer .info a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 11px;
      width: 37px;
      height: 16px;
      background: url(/saidai/assets/img/common/foot_tel.png);
      background-size: cover; }
.footer .link_list {
  position: relative;
  width: 100%; }
  .footer .link_list div {
    margin-bottom: 12pxt; }
  .footer .link_list a {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 20px;
    -webkit-transition: color 0.4s var(--easeInOutCubic);
    transition: color 0.4s var(--easeInOutCubic); }
    .footer .link_list a .icon {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 15px;
      height: 15px; }
      .footer .link_list a .icon img {
        display: block; }
    @media (hover: hover) {
      .footer .link_list a:hover {
        color: var(--theme-color02); }
        .footer .link_list a:hover .icon img {
          -webkit-animation: to-lb02 1s steps(2) infinite;
                  animation: to-lb02 1s steps(2) infinite; } }
.footer .bado {
  display: block;
  position: absolute;
  width: 303px;
  height: 550px;
  bottom: 20px;
  left: calc(50% - 102px);
  z-index: 30; }
.footer .circle_area {
  display: block;
  position: absolute;
  left: calc(50% + 140px);
  bottom: 356px;
  width: 208px;
  z-index: 30; }
  .footer .circle_area .circle {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 416/414;
    -webkit-animation: rotateRight 30s linear infinite;
            animation: rotateRight 30s linear infinite; }
    .footer .circle_area .circle:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(/saidai/assets/img/common/foot_circle.png);
      background-size: cover;
      -webkit-transition: background 0.4s var(--easeInOutCubic);
      transition: background 0.4s var(--easeInOutCubic); }
  .footer .circle_area .arrow {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: to-lb 1.4s linear infinite;
            animation: to-lb 1.4s linear infinite; }
  @media (hover: hover) {
    .footer .circle_area:hover .circle:before {
      background-image: url(/saidai/assets/img/common/foot_circle_af.png); } }
.footer .lb_illust {
  position: absolute;
  width: 914px;
  width: 1274px;
  right: calc(50% + 11px);
  bottom: 0;
  z-index: 40;
  pointer-events: none; }
.footer .rt_illust {
  position: absolute;
  width: 877px;
  left: calc(50% + 414px);
  bottom: -36px;
  z-index: 20;
  pointer-events: none; }
.footer .copy {
  display: block;
  position: absolute;
  width: 328px;
  bottom: 96px; }
  .footer .copy img:last-child {
    display: none; }

@media screen and (min-width: 1501px) {
  .footer .copy {
    left: calc(50% + 322px); } }
@media screen and (max-width: 1500px) {
  .footer .copy {
    right: 6.6666666667vw; } }
@media screen and (max-width: 1130px) {
  .footer .info_area {
    margin-left: 5%; }
  .footer .info {
    text-align: center;
    margin-bottom: 10px; }
    .footer .info .gb_txt {
      display: block;
      margin: 0 auto 10px; }
  .footer .link_list {
    -webkit-transform: translateY(-130px);
            transform: translateY(-130px); }
  .footer .copy {
    width: 200px;
    right: 10px;
    bottom: 96px; }
    .footer .copy img:first-child {
      display: none; }
    .footer .copy img:last-child {
      display: block; } }
@media screen and (max-width: 800px) {
  .footer {
    padding: 5px;
    background: var(--theme-color);
    border-top: 1px solid var(--base-border-color); }
    .footer .w_bg {
      width: calc(100% - 10px);
      border-radius: 25px;
      margin-bottom: 155px; }
    .footer .inr {
      width: 82%;
      padding-top: 85px;
      display: block;
      padding-bottom: 225px; }
      .footer .inr .logo_area {
        width: 100%;
        text-align: center;
        margin-bottom: 35px; }
        .footer .inr .logo_area h2 {
          width: 76%;
          margin: 0 auto 30px; }
        .footer .inr .logo_area p {
          font-size: var(--fz14);
          --lh:calc(44/28); }
    .footer .top-bado {
      width: 109px;
      left: -30px;
      top: -169px; }
    .footer .info_area {
      margin-left: 0%;
      margin-bottom: 50px; }
    .footer .info {
      padding-top: 25px;
      padding-bottom: 19px;
      margin-bottom: 0;
      border-top: 1px solid var(--base-border-color); }
      .footer .info .gb_txt {
        display: table;
        font-size: var(--fz14);
        padding: 6px 18px;
        width: auto;
        border-radius: 22px;
        margin: 0 auto 12px; }
      .footer .info a {
        padding-left: 46px;
        font-size: var(--fz25);
        padding-bottom: 0; }
        .footer .info a:before {
          bottom: 8px; }
    .footer .link_list {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      width: 75%; }
      .footer .link_list div {
        display: inline-block;
        margin-bottom: 8px;
        margin-right: 13px; }
      .footer .link_list a {
        display: inline-block;
        padding-left: 22px;
        font-size: 13px; }
        .footer .link_list a .icon {
          width: 14px;
          height: 14px; }
    .footer .bado {
      width: 155px;
      height: 281px;
      bottom: 65px;
      left: calc(50% - 136px);
      z-index: 30; }
    .footer .circle_area {
      left: calc(50% - 16px);
      bottom: 195px;
      width: 160px;
      z-index: 30; }
      .footer .circle_area .arrow {
        width: 30px;
        height: 30px; }
    .footer .lb_illust {
      width: 262px;
      right: calc(50% + 22px); }
    .footer .rt_illust {
      width: 285px;
      left: calc(50% + 18px);
      bottom: 135px; }
    .footer .copy {
      width: 136px;
      right: 10vw;
      bottom: 60px; } }
/* ==========================================================================
	inview
========================================================================== */
.inview.bt_one,
.inview.bt > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s var(--easeOutQuad), -webkit-transform 1s var(--easeOutQuad);
  transition: opacity 1s var(--easeOutQuad), -webkit-transform 1s var(--easeOutQuad);
  transition: opacity 1s var(--easeOutQuad), transform 1s var(--easeOutQuad);
  transition: opacity 1s var(--easeOutQuad), transform 1s var(--easeOutQuad), -webkit-transform 1s var(--easeOutQuad); }

.inview.bt-s6 > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s var(--easeOutQuad), -webkit-transform 0.6s var(--easeOutQuad);
  transition: opacity 0.6s var(--easeOutQuad), -webkit-transform 0.6s var(--easeOutQuad);
  transition: opacity 0.6s var(--easeOutQuad), transform 0.6s var(--easeOutQuad);
  transition: opacity 0.6s var(--easeOutQuad), transform 0.6s var(--easeOutQuad), -webkit-transform 0.6s var(--easeOutQuad); }

.inview.btup {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s var(--easeOutQuad), -webkit-transform 0.6s var(--easeOutQuad);
  transition: opacity 0.6s var(--easeOutQuad), -webkit-transform 0.6s var(--easeOutQuad);
  transition: opacity 0.6s var(--easeOutQuad), transform 0.6s var(--easeOutQuad);
  transition: opacity 0.6s var(--easeOutQuad), transform 0.6s var(--easeOutQuad), -webkit-transform 0.6s var(--easeOutQuad); }

.inview.btup.move {
  opacity: 100;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

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

.inview.op {
  opacity: 0;
  visibility: hidden; }
  .inview.op.move {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .8s;
    transition: opacity .8s; }

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

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

/* ==========================================================================
	font
========================================================================== */
.en_tit {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--base-text-color); }

.-fz12 {
  font-size: 1.2rem; }

.-fz13 {
  font-size: 1.3rem; }

.-fz14 {
  font-size: 1.4rem; }

.-fz16 {
  font-size: 1.6rem; }

.-fz21 {
  font-size: 1.6rem; }

.-fz24 {
  font-size: 2.8rem; }

.-fz28 {
  font-size: 2.8rem; }

.-fz32 {
  font-size: 3.2rem; }

.-fz36 {
  font-size: 3.6rem; }

.-fz40 {
  font-size: 4rem; }

.-lh16 {
  line-height: 1.6;
  --lh: 1.6; }

.-lh21 {
  line-height: 2.1;
  --lh: 2.1; }

@media screen and (max-width: 800px) {
  .ub_tit_txt {
    font-size: var(--fz21); }
    .ub_tit_txt:after {
      width: 40px;
      margin: 3rem 0; }
    .ub_tit_txt.-fz28 {
      font-size: var(--fz18); }
    .ub_tit_txt.-ub34:after {
      margin: 3rem 0; }

  .vm {
    font-size: clamp(12px, 3.2vw, 15px); }

  .-fz12 {
    font-size: clamp(10px, 2.6666666667vw, 13px); }

  .-fz14 {
    font-size: clamp(12px, 3.2vw, 15px); }

  .-fz16 {
    font-size: clamp(14px, 3.7333333333vw, 17px); }

  .-fz28 {
    font-size: clamp(18px, 4.8vw, 21px); }

  .-fz36 {
    font-size: clamp(24px, 6.4vw, 27px); }

  .-fz40 {
    font-size: clamp(24px, 6.4vw, 27px); } }
/* ==========================================================================
	parts
========================================================================== */
.inr {
  position: relative;
  margin: 0 auto; }
  .inr.-w1200 {
    width: clamp(780px, 80vw, 1536px); }
  .inr.-w1260 {
    width: clamp(780px, 84vw, 1612.8px); }
  .inr.-w1300 {
    width: clamp(780px, 86.6666666667vw, 1664px); }
  .inr.-w1400 {
    width: clamp(780px, 93.3333333333vw, 1792px); }
  .inr.-w1440 {
    width: clamp(780px, 94.6666666667vw, 1817.6px); }

@media screen and (max-width: 800px) {
  .inr.-w1200 {
    width: 90%; }
  .inr.-w1260 {
    width: 90%; }
  .inr.-w1300 {
    width: 90%; }
  .inr.-w1400 {
    width: 95%; }
  .inr.-w1440 {
    width: 97.5%; } }
.link_btn {
  position: relative;
  --W:380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--base-color-orange);
  width: var(--W);
  height: 80px;
  border-radius: 40px; }
  .link_btn:before {
    content: "";
    display: block;
    width: calc(100% - 9px);
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    border-radius: 40px;
    z-index: 1;
    -webkit-transition: background 0.4s var(--easeOutQuad);
    transition: background 0.4s var(--easeOutQuad); }
  .link_btn p {
    position: relative;
    font-size: 23px;
    font-weight: 500;
    color: var(--base-text-color);
    z-index: 10;
    -webkit-transition: color 0.4s var(--easeOutQuad);
    transition: color 0.4s var(--easeOutQuad); }
  .link_btn .arrow {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    background: url(/saidai/assets/img/common/bg_pat.jpg) center center repeat;
    background-size: 8px 8px;
    border: 3px solid var(--base-color-orange);
    border-radius: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .link_btn .arrow img {
      position: relative;
      width: 18px;
      height: 18px; }
  .link_btn.-large {
    --W:480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0; }
    .link_btn.-large p {
      font-size: 28px; }
  .link_btn.-blue {
    background: var(--base-color-blue); }
    .link_btn.-blue:before {
      height: calc(100% - 2px);
      top: 1px; }
    .link_btn.-blue .arrow {
      border-color: var(--base-color-blue);
      background: url(/saidai/assets/img/common/bg_pat03.jpg) center center repeat;
      background-size: 3px 3px; }
  .link_btn.-green {
    background: var(--base-color-green); }
    .link_btn.-green:before {
      height: calc(100% - 2px);
      top: 1px; }
    .link_btn.-green .arrow {
      border-color: var(--base-color-green);
      background: url(/saidai/assets/img/common/bg_pat03.jpg) center center repeat;
      background-size: 3px 3px; }
  .link_btn.-theme02 {
    background: var(--theme-color02); }
    .link_btn.-theme02:before {
      height: calc(100% - 2px);
      top: 1px; }
    .link_btn.-theme02 .arrow {
      border-color: var(--theme-color02);
      background: url(/saidai/assets/img/common/bg_pat03.jpg) center center repeat;
      background-size: 3px 3px; }
  @media (hover: hover) {
    .link_btn:hover:before {
      background: var(--base-color-orange); }
    .link_btn:hover p {
      color: #fff; }
    .link_btn:hover .arrow img {
      -webkit-animation: to-lb02 1s steps(2) infinite;
              animation: to-lb02 1s steps(2) infinite; }
    .link_btn:hover.-blue:before {
      background: var(--base-color-blue); }
    .link_btn:hover.-green:before {
      background: var(--base-color-green); }
    .link_btn:hover.-theme02:before {
      background: var(--theme-color02); } }

@media screen and (max-width: 800px) {
  .link_btn {
    --W:100%;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px; }
    .link_btn:before {
      width: calc(100% - 10px);
      border-radius: 30px; }
    .link_btn p {
      font-size: var(--fz17); }
    .link_btn .arrow {
      right: 20px;
      width: 35px;
      height: 35px; }
      .link_btn .arrow img {
        width: 13px;
        height: 13px; }
    .link_btn.-large {
      --W:100%; }
      .link_btn.-large p {
        font-size: var(--fz17); } }
.fit_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  -webkit-transition: -webkit-transform ease .4s;
  transition: -webkit-transform ease .4s;
  transition: transform ease .4s;
  transition: transform ease .4s, -webkit-transform ease .4s; }

.img_area {
  z-index: 10; }

.v_txt {
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          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: 1000px) {
  .tab_off {
    display: none; } }
@media screen and (max-width: 800px) {
  .pc_off {
    display: block !Important; }

  .sp_off {
    display: none !important; }

  .spv_txt {
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            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;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    vertical-align: baseline;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb; } }

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