@charset "utf-8";

/*===================================
  基本設定
===================================*/
.color01 {
  color: #152a8c;
}

.color02 {
  color: #000;
}

.color03 {
  color: #000;
}

.color04 {
  color: #000;
}

.bgcolor01 {
  background-color: #f6f6f6;
}

.bgcolor02 {
  background-color: #1b232a;
}

.bgcolor03 {
  background-color: #140a9a;
}

.bgcolor04 {
  background-color: #fffae5;
}


/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
  --section-xlarge: 200px;
  --section-large: 120px;
  --section-medium: 100px;
  --section-small: 80px;
  --section-xsmall: 25px;
}

.section-my-xlarge {
  margin-bottom: var(--section-xlarge);
  margin-top: var(--section-xlarge);
}

.section-mt-xlarge {
  margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
  margin-bottom: var(--section-xlarge);
}

.section-my-large {
  margin-bottom: var(--section-large);
  margin-top: var(--section-large);
}

.section-mt-large {
  margin-top: var(--section-large);
}

.section-mb-large {
  margin-bottom: var(--section-large);
}

.section-my-medium {
  margin-bottom: var(--section-medium);
  margin-top: var(--section-medium);
}

.section-mt-medium {
  margin-top: var(--section-medium);
}

.section-mb-medium {
  margin-bottom: var(--section-medium);
}

.section-my-small {
  margin-bottom: var(--section-small);
  margin-top: var(--section-small);
}

.section-mt-small {
  margin-top: var(--section-small);
}

.section-mb-small {
  margin-bottom: var(--section-small);
}

.section-my-xsmall {
  margin-bottom: var(--section-xsmall);
  margin-top: var(--section-xsmall);
}

.section-mt-xsmall {
  margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
  margin-bottom: var(--section-xsmall);
}

.section-py-xlarge {
  padding-bottom: var(--section-xlarge);
  padding-top: var(--section-xlarge);
}

.section-pt-xlarge {
  padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
  padding-bottom: var(--section-xlarge);
}

.section-py-large {
  padding-bottom: var(--section-large);
  padding-top: var(--section-large);
}

.section-pt-large {
  padding-top: var(--section-large);
}

.section-pb-large {
  padding-bottom: var(--section-large);
}

.section-py-medium {
  padding-bottom: var(--section-medium);
  padding-top: var(--section-medium);
}

.section-pt-medium {
  padding-top: var(--section-medium);
}

.section-pb-medium {
  padding-bottom: var(--section-medium);
}

.section-py-small {
  padding-bottom: var(--section-small);
  padding-top: var(--section-small);
}

.section-pt-small {
  padding-top: var(--section-small);
}

.section-pb-small {
  padding-bottom: var(--section-small);
}

.section-py-xsmall {
  padding-bottom: var(--section-xsmall);
  padding-top: var(--section-xsmall);
}

.section-pt-xsmall {
  padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
  padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-my-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.85);
    margin-top: calc(var(--section-xlarge) * 0.85);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.85);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.85);
  }

  .section-my-large {
    margin-bottom: calc(var(--section-large) * 0.85);
    margin-top: calc(var(--section-large) * 0.85);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.85);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.85);
  }

  .section-my-medium {
    margin-bottom: calc(var(--section-medium) * 0.85);
    margin-top: calc(var(--section-medium) * 0.85);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.85);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.85);
  }

  .section-my-small {
    margin-bottom: calc(var(--section-small) * 0.85);
    margin-top: calc(var(--section-small) * 0.85);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.85);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.85);
  }

  .section-my-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.85);
    margin-top: calc(var(--section-xsmall) * 0.85);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.85);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.85);
  }

  .section-py-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.85);
    padding-top: calc(var(--section-xlarge) * 0.85);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.85);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.85);
  }

  .section-py-large {
    padding-bottom: calc(var(--section-large) * 0.85);
    padding-top: calc(var(--section-large) * 0.85);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.85);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.85);
  }

  .section-py-medium {
    padding-bottom: calc(var(--section-medium) * 0.85);
    padding-top: calc(var(--section-medium) * 0.85);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.85);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.85);
  }

  .section-py-small {
    padding-bottom: calc(var(--section-small) * 0.85);
    padding-top: calc(var(--section-small) * 0.85);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.85);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.85);
  }

  .section-py-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.85);
    padding-top: calc(var(--section-xsmall) * 0.85);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.85);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.85);
  }
}

@media (max-width: 599px) {
  .section-my-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.7);
    margin-top: calc(var(--section-xlarge) * 0.7);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.7);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.7);
  }

  .section-my-large {
    margin-bottom: calc(var(--section-large) * 0.7);
    margin-top: calc(var(--section-large) * 0.7);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.7);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.7);
  }

  .section-my-medium {
    margin-bottom: calc(var(--section-medium) * 0.7);
    margin-top: calc(var(--section-medium) * 0.7);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.7);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.7);
  }

  .section-my-small {
    margin-bottom: calc(var(--section-small) * 0.7);
    margin-top: calc(var(--section-small) * 0.7);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.7);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.7);
  }

  .section-my-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.7);
    margin-top: calc(var(--section-xsmall) * 0.7);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.7);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.7);
  }

  .section-py-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.7);
    padding-top: calc(var(--section-xlarge) * 0.7);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.7);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.7);
  }

  .section-py-large {
    padding-bottom: calc(var(--section-large) * 0.7);
    padding-top: calc(var(--section-large) * 0.7);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.7);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.7);
  }

  .section-py-medium {
    padding-bottom: calc(var(--section-medium) * 0.7);
    padding-top: calc(var(--section-medium) * 0.7);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.7);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.7);
  }

  .section-py-small {
    padding-bottom: calc(var(--section-small) * 0.7);
    padding-top: calc(var(--section-small) * 0.7);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.7);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.7);
  }

  .section-py-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.7);
    padding-top: calc(var(--section-xsmall) * 0.7);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.7);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.7);
  }
}

.area {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 599px) {
  .area {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* 共通要素読み込みコメント（取り込み後削除） */
[class*='load-'] {
  position: relative;
  min-height: 50px;
  border: 3px solid #00bcd4;
}

[class*='load-']:before {
  position: absolute;
  z-index: 100;
  display: block;
  background: #00bcd4;
  color: #ff0;
  content: '共通要素';
  text-align: center;
  font-weight: bold;
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
  text-align: center;
  font-size: 28px;
}

@media only screen and (max-width: 599px) {
  .ttl-cmn01 {
    font-size: 24px;
  }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
  max-width: 240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.btn-cmn01 a {
  display: block;
  padding: 5px 20px;
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
}

/* .btn-cmn01 a:after {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f054";
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}

.btn-cmn01.btn-back a:after {
  content: "\f053";
  right: inherit;
  left: 5px;
} */

/* 共通ボタン２ */
.btn-cmn02 {
  max-width: 270px;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.btn-cmn02.big {
  max-width: 480px;
  width: 100%;
}

.btn-cmn02 a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-size: clamp(1rem, 0.918rem + 0.41vw, 1.25rem);
  box-shadow: 5px 5px #fff;
}

.btn-cmn02 a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  background: #fff;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.btn-cmn02 a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fdcf00;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.btn-cmn02 a:hover {
  opacity: 1;
  transform: translate(5px, 5px);
  box-shadow: none;
}


.btn-cmn02.-mt-none {
  margin-top: 0;
}

.btn-cmn02 a:hover {
  opacity: 1;
}

.btn-cmn02 a:hover:before {
  top: 0px;
  left: 0px;
}

#footer .btn-cmn02 a {
  font-weight: bold;
  letter-spacing: 3px;
}


.btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  font-size: 12px;
  padding: 0 5px;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: -1;
}

/**
ヘッダー
header
*/
.header {
  position: relative;
}

.header .logo img {
  max-height: 50px;
}


@media only screen and (max-width: 1024px) {
  .header {}

  .header .logo img {
    max-height: 32px;
  }

}

/**
グローバルナビ
gnav
*/
.gnav {
  position: relative;
  z-index: 100;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}

.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 0 5px 0 #999;
  cursor: pointer;
}

.gnav .wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.gnav .navlogo {
  display: none;
}

.gnav .navlogo img {
  max-height: 40px;
}

.gnav .list01 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.gnav .item01 {
  text-align: center;
  font-size: 16px;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  padding: 5px;
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
}

.gnav .list02 {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  padding-top: 10px;
  width: 200px;
  background: rgba(255, 255, 255, 0.8) content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav .item02 a {
  display: block;
  padding: 5px;
}

@media only screen and (max-width: 1024px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-overflow-scrolling: touch;
  }

  .gnav.action {
    z-index: 250;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  .gnav .wrap {
    padding-bottom: 100px;
  }

  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
  }

  .gnav .item01 {
    margin: 0 0 10px 0;
    min-height: 40px;
    width: 100%;
    text-align: left;
  }

  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-left: 20px;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .gnav .list02 a {
    position: relative;
    padding: 2px 0 2px 20px;
  }

  .gnav .list02 a:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    content: '';
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  position: fixed !important;
  top: 0px;
  right: 0px;
  z-index: 251;
  width: 42px;
  height: 42px;
  background: #170302;
  opacity: 0.8;
  cursor: pointer;
  display: none;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 28px;
  height: 2px;
  background: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
}

.toggle .bar:before,
.toggle .bar:after {
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  content: '';
}

.toggle .bar:before {
  top: -10px;
}

.toggle .bar:after {
  top: 10px;
}

.toggle.active .bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.toggle.active .bar:after,
.toggle.active .bar:before {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

@media only screen and (max-width: 1024px) {
  .toggle {
    display: block !important;
  }
}

.overlay:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 249;
  width: 100%;
  height: 100vh;
  background: #000;
  content: '';
  opacity: 0.3;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}

/*トップへ戻る*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #152a8c;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
  box-shadow: 0px 0px 10px;
}

.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}

@media only screen and (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 50px;
  }
}

.-delay1 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

.-delay2 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.-delay3 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.-delay4 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.-delay5 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

.-delay6 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.-delay7 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

.-delay8 {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

.-delay9 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

.-delay10 {
  -webkit-transition-delay: 1.0s !important;
  transition-delay: 1.0s !important;
}

.-delay11 {
  -webkit-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
}

.-delay12 {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

.-delay13 {
  -webkit-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important;
}

.-delay14 {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}

.-delay15 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

/**
フッター
footer
*/

#footer {
  border-top: 10px solid #fdcf00;
  padding: 40px 0;
}

.footer .copy {
  padding: 5px 0;
  background: #999;
  color: #fff;
  text-align: center;
}

#footer .tbox .txt {
  font-size: clamp(1.25rem, 1.087rem + 0.82vw, 1.75rem);
  letter-spacing: 2px;
}

#footer .pbox {
  width: fit-content;
}

#footer .pbox .arrow {
  position: relative;
}


#footer .b-box {
  width: 30%;
}

@media (max-width: 1024px) {

  #footer .tbox,
  #footer .pbox,
  #footer .b-box {
    width: 100%;
    text-align: center;
  }


  #footer .pbox .arrow {
    height: 130px;
    width: 100px;
    margin: auto;
    transform: rotate(90deg);
  }

  #footer .pbox .arrow img {
    height: 100%;
  }
}

@media (max-width: 599px) {
  #footer .b-box {
    width: 80%;
    margin-right: 40px;
  }
}


/*===================================
  各個別コンテンツ
===================================*/
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
  position: relative;
  overflow: hidden;
}

.homevisual .img {
  position: relative;
  min-height: 300px;
  max-height: 700px;
}

.homevisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  opacity: 0;
}

.homevisual .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.homevisual .inner {
  position: relative;
  z-index: 1;
  color: #fff;
  pointer-events: none;
}

.homevisual .logo2 img {
  filter: drop-shadow(1px 1px 10px white) drop-shadow(1px 1px 10px white) drop-shadow(1px 1px 10px white) drop-shadow(1px 1px 30px white) drop-shadow(1px 1px 30px white);
}

.homevisual .inner .block1 .left {
  width: 35%;
}

.homevisual .inner .block1 .right {
  width: 55%;
}

.homevisual .inner .block2 .left {
  width: 45%;
  margin-bottom: 50px;
}

.homevisual .inner .block2 .right {
  width: 35%;
}


/*IE対策*/
.homevisual .head {
  font-weight: bold;
  font-size: 4.5vw;
}

@media only screen and (max-width: 599px) {
  .homevisual .head {
    font-size: 28px;
  }

  .homevisual .inner .block1 .left,
  .homevisual .inner .block2 .left {
    width: 80%;
    margin-right: auto;
  }

  .homevisual .inner .block2 .left {
    margin-bottom: 0px;
  }

  .homevisual .inner .block1 .right,
  .homevisual .inner .block2 .right {
    width: 80%;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
  }
}

/* 追記 */
/*  Y方向の余白（margin）  */
.space-v0>.space+.space {
  margin-top: 0;
}

.space-v5>.space+.space {
  margin-top: 5px;
}

.space-v10>.space+.space {
  margin-top: 10px;
}

.space-v15>.space+.space {
  margin-top: 15px;
}

.space-v20>.space+.space {
  margin-top: 20px;
}

.space-v25>.space+.space {
  margin-top: 25px;
}

.space-v30>.space+.space {
  margin-top: 30px;
}

.space-v35>.space+.space {
  margin-top: 35px;
}

.space-v40>.space+.space {
  margin-top: 40px;
}

.space-v45>.space+.space {
  margin-top: 45px;
}

.space-v50>.space+.space {
  margin-top: 50px;
}

.space-v55>.space+.space {
  margin-top: 55px;
}

.space-v60>.space+.space {
  margin-top: 60px;
}

.space-v65>.space+.space {
  margin-top: 65px;
}

.space-v70>.space+.space {
  margin-top: 70px;
}

.space-v75>.space+.space {
  margin-top: 75px;
}

.space-v80>.space+.space {
  margin-top: 80px;
}

.space-v85>.space+.space {
  margin-top: 85px;
}

.space-v90>.space+.space {
  margin-top: 90px;
}

.space-v95>.space+.space {
  margin-top: 95px;
}

.space-v100>.space+.space {
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .space-v0\@tb>.space+.space {
    margin-top: 0;
  }

  .space-v5\@tb>.space+.space {
    margin-top: 5px;
  }

  .space-v10\@tb>.space+.space {
    margin-top: 10px;
  }

  .space-v15\@tb>.space+.space {
    margin-top: 15px;
  }

  .space-v20\@tb>.space+.space {
    margin-top: 20px;
  }

  .space-v25\@tb>.space+.space {
    margin-top: 25px;
  }

  .space-v30\@tb>.space+.space {
    margin-top: 30px;
  }

  .space-v35\@tb>.space+.space {
    margin-top: 35px;
  }

  .space-v40\@tb>.space+.space {
    margin-top: 40px;
  }

  .space-v45\@tb>.space+.space {
    margin-top: 45px;
  }

  .space-v50\@tb>.space+.space {
    margin-top: 50px;
  }

  .space-v55\@tb>.space+.space {
    margin-top: 55px;
  }

  .space-v60\@tb>.space+.space {
    margin-top: 60px;
  }

  .space-v65\@tb>.space+.space {
    margin-top: 65px;
  }

  .space-v70\@tb>.space+.space {
    margin-top: 70px;
  }

  .space-v75\@tb>.space+.space {
    margin-top: 75px;
  }

  .space-v80\@tb>.space+.space {
    margin-top: 80px;
  }

  .space-v85\@tb>.space+.space {
    margin-top: 85px;
  }

  .space-v90\@tb>.space+.space {
    margin-top: 90px;
  }

  .space-v95\@tb>.space+.space {
    margin-top: 95px;
  }

  .space-v100\@tb>.space+.space {
    margin-top: 100px;
  }
}

@media (max-width: 599px) {
  .space-v0\@sp>.space+.space {
    margin-top: 0;
  }

  .space-v5\@sp>.space+.space {
    margin-top: 5px;
  }

  .space-v10\@sp>.space+.space {
    margin-top: 10px;
  }

  .space-v15\@sp>.space+.space {
    margin-top: 15px;
  }

  .space-v20\@sp>.space+.space {
    margin-top: 20px;
  }

  .space-v25\@sp>.space+.space {
    margin-top: 25px;
  }

  .space-v30\@sp>.space+.space {
    margin-top: 30px;
  }

  .space-v35\@sp>.space+.space {
    margin-top: 35px;
  }

  .space-v40\@sp>.space+.space {
    margin-top: 40px;
  }

  .space-v45\@sp>.space+.space {
    margin-top: 45px;
  }

  .space-v50\@sp>.space+.space {
    margin-top: 50px;
  }

  .space-v55\@sp>.space+.space {
    margin-top: 55px;
  }

  .space-v60\@sp>.space+.space {
    margin-top: 60px;
  }

  .space-v65\@sp>.space+.space {
    margin-top: 65px;
  }

  .space-v70\@sp>.space+.space {
    margin-top: 70px;
  }

  .space-v75\@sp>.space+.space {
    margin-top: 75px;
  }

  .space-v80\@sp>.space+.space {
    margin-top: 80px;
  }

  .space-v85\@sp>.space+.space {
    margin-top: 85px;
  }

  .space-v90\@sp>.space+.space {
    margin-top: 90px;
  }

  .space-v95\@sp>.space+.space {
    margin-top: 95px;
  }

  .space-v100\@sp>.space+.space {
    margin-top: 100px;
  }
}

.pc-br {
  display: block;
}

.pc-br.tb {
  display: block;
}

@media (max-width: 1024px) {
  .tb-br {
    display: block;
  }

  .pc-br.tb {
    display: inline;
  }
}

@media (max-width: 599px) {
  .pc-br {
    display: inline;
  }

  .sp-br {
    display: block;
  }
}

.block-type01 {
  position: relative;
}

.block-type01 .block-tit {
  position: relative;
}

.block-type01 .block-tit .pic-wrap {
  position: absolute;
  top: 40%;
  left: 65%;
  transform: translateY(-50%);
  width: 25vw;
  max-width: 300px;
}

.block-type01 .block-tit .pic-wrap.-pt2 {
  width: 30vw;
  max-width: 350px;
}

.block-type01 .cont {
  margin-top: 20px;
}

.block-type02 {
  position: relative;
}

.block-type02 .block {
  padding: 10px;
  box-shadow: 3px 3px 5px #bbbbbb;
}

.block-type02 .block01 .tit {
  color: #8c87ce;
  font-style: italic;
  font-size: clamp(1.125rem, 1.003rem + 0.61vw, 1.5rem);
  letter-spacing: 1px;
}

.block-type02 .left-child img {
  border: 1px solid #152a8c;
  border-radius: 100%;
  padding: 2px;
}

.si-radius10 {
  border-radius: 10px;
}

.si-h-100\% {
  height: 100%;
}

.shadow1 {
  text-shadow: 3px 3px 10px #000, -3px 3px 10px #000, -3px -3px 10px #000, 3px -3px 10px #000;
  text-shadow: 2px 2px 10px #292929, -2px 2px 10px #292929, -2px -2px 10px #292929, 2px -2px 10px #292929;
}

.deco01 {
  position: relative;
}

.deco01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 8px;
  background: #d1d4d3;
  z-index: 1;
}

.deco01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 8px;
  background: #fdcf00;
  z-index: 2;
}

.deco02 {
  position: relative;
}

.deco02:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 8px;
  background: #d1d4d3;
  z-index: 1;
}

.deco02:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 8px;
  background: #fdcf00;
  z-index: 2;
}

.underline {
  position: relative;
  display: inline-block;
}

.underline:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 7px;
  background: #d9f1fa;
  z-index: -1;
}

.txt-type01 {
  position: relative;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: clamp(1.5rem, 1.296rem + 1.02vw, 2.125rem);
}

.txt-type01 .big {
  font-size: 180%;
  letter-spacing: 10px;
}

.txt-type01.-pt2 {
  letter-spacing: 10px;
  font-size: clamp(1.5rem, 1.092rem + 2.04vw, 2.75rem);
}

.txt-type01.-pt3 {
  letter-spacing: 15px;
  font-size: clamp(1.5rem, 1.092rem + 2.04vw, 2.75rem);
}

@media (max-width: 599px) {
  .txt-type01 {
    margin-bottom: 10px;
  }

  .txt-type01 .big {
    font-size: 150%;
    letter-spacing: 5px;
  }

  .txt-type01.-pt3 {
    letter-spacing: 3px;
  }

  .txt-type01.-pt2 {
    letter-spacing: 3px;
  }
}

.txt-type02 {
  position: relative;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: clamp(1.125rem, 0.839rem + 1.43vw, 2rem);
}

.txt-type03 {
  position: relative;
}

.txt-type03 .tit {
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c2c5c6;
}

.txt-type03 .tit:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
  width: 20px;
  height: 20px;
  z-index: -1;
  background-color: #efc509;
}

.txt-type03 .tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  width: 20px;
  height: 20px;
  z-index: 0;
  background: #152a8c;
}

.txt-type03 .txt {
  position: relative;
  padding-left: 2.5em;
}

.txt-type03 .txt:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 1.5em;
}

.btn-wrap {
  position: relative;
  background: #1b232a;
  border-radius: 20px;
  padding: 30px 20px;
  margin-top: 40px;
}

.btn-wrap .txt {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.25rem, 1.168rem + 0.41vw, 1.5rem);
}

.btn-wrap .btn-flex {
  max-width: 700px;
  margin: auto;
}

.hero-text {
  overflow: hidden;
}

.hero-text .hero-text-child {
  opacity: 0;
  transform: translateY(100%);
  animation: slideUp 0.8s ease-out 1s forwards;
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

.parallax-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.background {
  background-image: url('../img/1_HERO_AREA/backimage.png');
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.background.mv {
  transform: translate(-50%, -50%) scale(1.05);
  /* ズーム時 */
}

.fead-zoom-bg {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.1);
  /* 少し拡大しておく */
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.fead-zoom-bg.mv {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.hover01 a {
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.hover01 a:hover {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
  opacity: 1;
}

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