@charset "UTF-8";


/*======================================================================================================================
========================================================================================================================

style.css

========================================================================================================================
======================================================================================================================*/
:root {
  --hover_img1_sp: 0.72;
  --hover_img2_sp: 0.8;
}

@media screen and (min-width: 1150px) {
  :root {
    --content-width: 100%;
  }
}
/* @media screen and (max-width: 1149.5px) {
  :root {
    --content-width: 90%;
  }
} */
@media screen and (max-width: 743.9px) {
  :root {
    --content-width: 100vw;
  }
}

/* PC表示のみ
-------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px){
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* スマホ表示のみ
-------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 743.9px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

body.fixed #top,
body.fixed #next,
body.fixed #fotter {
  display: none;
}

/* フレーム全体
-------------------------------------------------------------------------------------------------------- */
body {
  margin:         0px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
  text-align:     center;
  position:relative;
  -webkit-text-size-adjust:100%;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: .3s;
}
a:hover {
  opacity: .7;
}

.wrap {
  max-width: var(--content-width);
  width: 100%;
  margin: 0 auto;
}

/* @media screen and (min-width:501px) and ( max-width:965px) {
  body.iPhone .section-content .inner {
    position: absolute;
    top: 0;
    width: 500px;
    left: 50%;
    margin-left: -250px;
  }
  body.iPhone .wrap .section-content {
    position: absolute;
    top: -8px;
    margin-top: 0!important;
    z-index: 1000;
  }

  body.iPhone #section_01 .section-content .inner,
  body.iPhone #section_02 .section-content .inner {
    top: 105px;
  }
  body.iPhone #section_02 .txt {
    font-size: 1.5vw;
  }
  body.iPhone #fotter {
    padding: 8px 0 7px;
    z-index: 200;
  }
  body.iPhone .btn_pdf {
    width: 160px;
  }
  body.iPhone .modal_box,
  body.iPhone .modal_inner {
    height: 280px;
  }
  body#index.iPhone .fancybox-content {
    height: 280px;
  }
  body.iPhone .modal_box .box_txt .box_txt_inner {
    padding-bottom: 30px;
  }
  body.iPhone .modal_box .box_img {
    width: 35%;
    float: left;
  }
  body.iPhone .modal_box .box_txt {
    width: 55%;
    float: right;
    margin: 0 20px 0 0;
    padding-right: 10px;
  }
  body.iPhone .fancybox-slide {
    padding-top: 10px;
  }
} */



/* フォント
-------------------------------------------------------------------------------------------------------- */
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
.wf-notosansjapanese { font-family: 'Noto Sans JP', sans-serif; }

.ls_2 {
  letter-spacing: 2px;
}


/* 背景色の設定
-------------------------------------------------------------------------------------------------------- */
.block-bg {
  transition: all .7s ease;
}



/* 上下ボタン
-------------------------------------------------------------------------------------------------------- */
#s_up,
#back {
  position: fixed;
  top: calc(50% - 385px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  display: none;
  transition: all .5s;
}
#s_up .inner,
#back .inner {
    position: relative;
  animation: s_up 1.5s ease-in 0s infinite;
}
#s_down {
  position: fixed;
  top: calc(50% + 345px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  display: none;
  transition: all .5s;
}
#s_down .inner {
  position: relative;
  animation: s_down 1.5s ease-in 0s infinite;
}

#s_up,
#s_down,
#back {
  z-index: 9999;
}

@keyframes s_up {
  0% { transform: translateY(0); opacity: 0;}
  20% { transform: translateY(0); opacity: 1;}
  90% { transform: translateY(-8px); opacity: 1;}
  100% { transform: translateY(-10px); opacity: 0;}
}
@keyframes s_down {
  0% { transform: translateY(0); opacity: 0;}
  20% { transform: translateY(0); opacity: 1;}
  90% { transform: translateY(8px); opacity: 1;}
  100% { transform: translateY(10px); opacity: 0;}
}


@media screen and (max-width: 1149.5px) {
  #s_up,
  #back {
    top: calc(50% - (335 / 1150 * 100vw));
    width: calc(86 / 1150 * 100vw);
    height: calc(86 / 1150 * 100vw);
  }
  #s_down {
    top: calc(50% - (-295 / 1150 * 100vw));
    width: calc(86 / 1150 * 100vw);
    height: calc(86 / 1150 * 100vw);
  }
}
@media screen and (max-height: 900px) and (min-width: 768.1px) {
  #s_up,
  #back {
    top: 15px;
    transform: translateX(-50%);
    width: calc(66 / 1150 * 100vw);
    height: calc(66 / 1150 * 100vw);
  }
  #s_down {
    bottom: 70px;
    top: auto;
    transform: translateX(-50%);
    width: calc(66 / 1150 * 100vw);
    height: calc(66 / 1150 * 100vw);
  }
}
@media screen and (max-height: 700px) and (min-width: 768.1px) {
  #s_up,
  #back {
    top: 20px;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
  }
  #s_down {
    bottom: 55px;
    top: auto;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
  }
}


@media screen and (max-width: 743.9px) {
  #s_up,
  #back {
    top: 5vw;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
  }
  #s_down {
    top: unset;
    bottom: 125px;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 375px) {
  #s_up,
  #back {
    top: 30px;
    width: 50px;
    height: 50px;
  }
  #s_down {
    width: 50px;
    height: 50px;
  }
}


/* フッター
-------------------------------------------------------------------------------------------------------- */
#footer {
  transition: 1s;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 1105px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  box-sizing: border-box;
  /* flex-direction: row-reverse; */
}
.ft_logo { display: none; }
.ft_cp {
  flex: 1 0 auto;
}
.ft_sp, .btn_pdf {
  flex: 0 1 243px;
}
.btn_pdf a {
  cursor: pointer;
}
.btn_pdf a img {
  vertical-align: middle;
}

@media screen and (max-width: 1000px) {
  .btn_pdf {
    padding-left: 20px;
  }
}
@media screen and (min-width: 744px) and (max-height: 820px) {
  #footer {
    height: 60px;
  }
  .btn_pdf img {
    height: 35px;
    width: auto;
  }
}
@media screen and (max-width: 743.9px) {
  #footer {
    background-color: #fff;
    flex-direction: column;
    height: auto;
    font-size: clamp(10px, 2.4vw, 13px);
    padding: 5px;
    z-index: 9998;
  }
  .btn_pdf {
    position: absolute;
    left: 50%;
    bottom: 78px;
    transform: translateX(-50%);
    padding: 0;
    width: 180px;
    /* max-width: 50%; */
    /* opacity: .8; */
  }
  .ft_logo {
    display: block;
    /* width: 55%;
    max-width: 425px; */
    height: 45px;
    margin-bottom: 2px;
  }
  .ft_logo img {
    width: auto;
    height: 100%;
  }
  .ft_sp {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #footer {
    font-size: 2.5vw;
  }
}
/* @media screen and (max-width: 400px) {
  .btn_pdf {
    top: -4.5vh;
  }
} */



/* フェードイン
-------------------------------------------------------------------------------------------------------- */
/*アニメーション要素のスタイル*/
.scene-01 .animation{
  opacity : 0;
  visibility: hidden;
  transition: .3s;
  transform: translateY(50px);
}
.scene-02 .animation{
  opacity : 0;
  visibility: hidden;
  transition: .3s;
  transform: translateY(50px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.scene-01 .active,
.scene-02 .active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: .3s;
  transition-delay: .5s;
  z-index: 1;
}

@keyframes sizeScale {
  0% { width:0; 	}
  100% { width:100%; }
}


/* モーダルウィンドウ
-------------------------------------------------------------------------------------------------------- */
#index .fancybox-slide--iframe .fancybox-content {
  max-width: 875px;
  width: 100%;
  /* height: 462px; */
  height: 605px;
  border-radius: 10px;
}
@media screen and (max-width: 680px) {
  #index .fancybox-slide {
    top: -10px;
    padding: 20px;
  }
  #index .fancybox-slide--iframe .fancybox-content {
    height: min(605px, 90svh);
  }
}

@-webkit-keyframes slideRightBg {
  0% {
    opacity: 0;
    left: -50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes slideRightBg {
  0% {
    opacity: 0;
    left: -50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

#index .fancybox-is-open .fancybox-bg {
  opacity: .2;
}

.modal_box a[href=""] {
  cursor: initial;
  pointer-events: none;
}
.asterisk {
  vertical-align: super;
  font-size: 10px;
  width: auto;
}
.text_asterisk {
  font-feature-settings: "palt";
  font-size: 12px;
  display: flex;
}
.text_asterisk span:first-child {
  /* width: 32px; */
  white-space: nowrap;
}
/* .text_asterisk span:nth-child(2) {
  width: calc(100% - 32px);
} */

.modal_box {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal_bg {
  background-color: rgba(30, 30, 30, 0.2);
  height: 100%;
  width: 100%;
}

.modal_inner {
  background-color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 875px;
  width: 100%;
  /* height: 462px; */
  height: 605px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.modal_close {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 10px;
}

.modal_head {
  height: 50px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  margin-bottom: 30px;
}

.modal_head h2 {
  color: #ffffff;
  padding: 1px 0;
  font-size: 28px;
  font-weight: 600;
}

.modal_box .box_img {
  /* float: left; */
  padding: 50px 0 0 50px;
}

.modal_box .box_txt {
  /* float: right; */
  /* width: 396px; */
  margin: 0 15px 0 0;
  text-align: left;
  z-index: 9000;
  overflow-y: auto;
  /* height: 350px; */
  height: 100%;
  -webkit-overflow-scrolling: touch;
  padding-right: 20px;
  display: flex;
  gap: 10px;
}

/* .modal_box .number {
  float: left;
} */

.modal_box .box_txt .box_txt_inner {
  /* float: right;
  width: 341px; */
  margin-top: 6px;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.modal_box .box_line {
  margin-bottom: 10px;
}

.modal_box ul li {
  display: flex;
  align-items: flex-start;
}

.box_txt_inner .text_desc.text_narrow {
  letter-spacing: -.04em;
}

.modal_box .box_line p {
  width: 145px;
  height: 30px;
  padding-block: 0 .1em;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.modal_box .box_line p:first-child {
  margin-right: 5px;
}

.modal_box .box_txt_inner h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  margin-block: 8px;
}
.modal_box .box_txt_inner h4 {
  font-weight: normal;
  padding-left: 8px;
  margin-bottom: 10px;
}

.modal_box .box_txt_inner ul li span:not(.asterisk) {
  padding-left: 6px;
  vertical-align: top;
  line-height: 1.5;
}
.modal_box .box_txt_inner ul li::before {
  position: relative;
  top: 0;
  transform: translateY(50%);
  left: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
}
.modal_block {
  height: 100%;
  max-height: calc(605px - 80px);
  padding-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px
}
@media screen and (max-width: 680px) {
  .modal_block {
    max-height: calc(100% - 80px);
  }
}


/* section3 */
.section_03 #section_03 {
  z-index: 9000;
}
#section_03 .modal_head {
  background-color: #ED781E;
}
#section_03 .box_line p {
  border: 2px solid #ED781E;
  color: #ED781E;
}
#section_03 .box_txt_inner h3  {
  color: #ED781E;
}
#section_03 .box_txt_inner h4  {
  color: #ED781E;
  background-color: #FCECDB;
}
#section_03 .modal_box .box_txt_inner ul li::before {
  background: #ED781E;
}
.fancybox-stage .fancybox-close-small {
  background-image: url("../img/img_s03_12.png");
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 401;
  background-position: 5px 9px;
}
.fancybox-stage .fancybox-button svg {
  display: none;
}


/* section4 */
#section_04 .modal_head {
  background-color: #0098D8;
}
#section_04 .box_line p {
  border: 2px solid #0098D8;
  color: #0098D8;
}
#section_04 .box_txt_inner h3  {
  color: #0098D8;
}
#section_04 .box_txt_inner h4  {
  color: #0098D8;
  background-color: #EAF5FC;
}
#section_04 .modal_box .box_txt_inner ul li::before {
  background: #0098D8;
}

@media all and (-ms-high-contrast: none) {
  .modal_box .box_txt {
    width: 410px;
  }
}

@media screen and (max-width: 965px) {
  .modal_inner {
    width: 100%;
  }
  .modal_box .box_img {
    padding: 30px 0 0 50px;
    flex: 0 1 400px;
    box-sizing: border-box;
  }
  .modal_box .box_txt {
    flex: 1 1 440px;
    margin: 0 20px 0 0;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .modal_box .box_txt .box_txt_inner {
    width: 85%;
  }
  .modal_box .number {
    width: 11%;
  }
}

@media screen and (max-width: 680px) {
  .modal_box .box_img {
    padding: 0;
    flex: 0 0 100%;
    padding: 10px;
    /* margin: 0 auto 20px; */
    margin: auto;
  }
  .modal_box .box_img svg {
    max-width: 75%;
    /* width: 100%; */
  }
  .modal_box .box_txt {
    height: auto;
    width: 95%;
    margin: 0 auto;
    padding-right: 0;
    flex: 0 0 auto;
    overflow-y: hidden;
  }
  .modal_box .box_txt .box_txt_inner {
    font-size: 12px;
  }
  .modal_block {
    overflow-y: auto;
    height: 85%;
    margin: 0 10px;
    flex-wrap: wrap;
    padding-bottom: 10px;
    gap: 0;
  }
  .modal_inner {
    height: 100%;
  }
  .modal_head {
    margin-bottom: 25px;
  }
  .modal_area02 .modal_box:nth-child(2) .modal_head h2 {
    padding: 8px 0 0;
    font-size: 20px;
  }
  .modal_box .box_txt_inner ul li::before {
    /* top: -2px; */
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 500px) {
  #section_03 .box_line p,
  #section_04 .box_line p {
    width: 45%;
    font-size: 3.5vw;
    height: auto;
    /* padding: 0; */
  }
  #section_03 .box_txt_inner h3,
  #section_04 .box_txt_inner h3 {
    font-size: 4.5vw;
    font-weight: 700;
  }
  .modal_head h2 {
    padding: 6px 0 0;
    font-size: 22px;
  }
  .modal_box .box_txt_inner ul li span {
    padding-left: 1px;
    /* display: inline-block; */
    vertical-align: top;
    line-height: 1.5;
    /* width: 93%; */
  }
}

@media screen and (max-width: 400px) {
  .modal_07 .modal_head h2 {
    padding: 11px 40px 0 20px;
    font-size: 17px;
  }
}

@media screen and (max-width: 375px) {
  .modal_07 .modal_head h2 {
    font-size: 16px;
  }
}



/* セクションボックス
-------------------------------------------------------------------------------------------------------- */
.section {
  width: 100%;
  overflow:hidden;
  position: relative;
  z-index: 999;
  height: 100dvh;
}
.section-content .inner {
  position: absolute;
  top: 0;
  width: 100%;
}
/* #section4 .section-content .inner {
  top: 5px;
} */
.section-content {
  position: absolute;
  top: 50%;
  /* width: var(--content-width); */
  width: 100%;
}
#section_01 .section-content {
  top: 44%;
}
#section_02 .section-content {
  top: calc(50% - 150px);
}

.scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 1149.5px) {
  #section_02 .section-content {
    top: calc(50% - (155 / 1150 * 100vw));
  }
}

@media screen and (max-width: 743.9px) {
  #section_01 .section-content {
    top: 50.7%;
  }
  #section_02 .section-content {
    top: 40%;
  }
}

/* section1
-------------------------------------------------------------------------------------------------------- */
.scene-01 .section-content .inner {
  top: -.5em;
}
.scene-01 .ttl {
  font-size: 48px;
  color: #000000;
  line-height: 1.5;
  font-weight: 600;
  /* margin-left: -12px; */
}
.scene-01 .ttl span {
  letter-spacing: -.1em;
}
@media screen and (max-width: 1149.5px) {
  .scene-01 .ttl {
    font-size: calc(36 / 1150 * 100vw);
  }
}
/* @media screen and (max-width: 965px) {
  .scene-01 .ttl {
    font-size: 4vw;
  }
} */
@media screen and (max-height: 700px) and (min-width: 768.1px) {
  .scene-01 .ttl {
    font-size: 5vh;
  }
}

@media screen and (max-width: 743.9px) {
  .scene-01 .section-content .inner {
    top: -4em;
  }
  .scene-01 .ttl {
    font-size: 5vw;
    margin-left: 0;
  }
  .scene-01 .ttl span {
    letter-spacing: -.2em;
  }
}


/* section2
-------------------------------------------------------------------------------------------------------- */
.scene-02 .section-content .inner {
  top: -215px;
}
.scene-02 .ttl {
  font-size: 34px;
  color: #000000;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .03em;
  margin-bottom: .5em;
}
.scene-02 .txt {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  line-height: 1.92;
  letter-spacing: .02em;
}
.scene-02 .txt span {
  letter-spacing: -.3em;
}

@media screen and (max-width: 1149.5px) {
  .scene-02 .section-content .inner {
    top: -150px;
  }
  .scene-02 .ttl {
    font-size: calc(36 / 1150 * 100vw);
    margin-bottom: calc(5 / 1150 * 100vw);
  }
  .scene-02 .txt {
    font-size: calc(15 / 1150 * 100vw);
  }
}
/* @media screen and (max-width: 965px) {
  .scene-02 .ttl {
    font-size: 5vw;
  }
  .scene-02 .txt {
    font-size: 1.8vw;
    font-weight: 700;
    letter-spacing: 0px;
  }
} */
@media screen and (max-height: 700px) and (min-width: 768.1px) {
  .scene-02 .ttl {
    font-size: 4.8vh;
  }
  .scene-02 .txt {
    font-size: 2.4vh;
  }
}

@media screen and (max-width: 743.9px) {
  .scene-02 .section-content .inner {
    top: -19.5vw;
  }
  .scene-02 .ttl {
    font-size: 5vw;
    margin-bottom: .5em;
    letter-spacing: 0;
  }
  .scene-02 .txt {
    font-size: 2.3vw;
    font-weight: 600;
    line-height: 1.9;
  }
  .scene-02 .txt span {
    letter-spacing: -.1em;
  }
}
@media screen and (max-width: 375px) {
  .scene-02 .ttl {
    font-size: 4.5vw;
    margin-bottom: .5em;
  }
  .scene-02 .section-content .inner {
    top: -68px;
  }
  .scene-02 .txt {
    font-size: 2.5vw;
  }
}


/* section3,section4
-------------------------------------------------------------------------------------------------------- */
.modal_trigger01,
.modal_trigger02 {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 50px;
  width: auto;
  height: 100%;
  display: none;
}
.section_03 .modal_trigger01,
.section_04 .modal_trigger02 {
  display: block;
}

/*スクロールバー全体*/
#section_03 ::-webkit-scrollbar,
#section_04 ::-webkit-scrollbar {
  width: 8px;
}

/*スクロールバーの軌道*/
#section_03 ::-webkit-scrollbar-track,
#section_04 ::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
#section_03 ::-webkit-scrollbar-thumb,
#section_04 ::-webkit-scrollbar-thumb {
  background:#c8c8c8;
  border-radius: 10px;
}

#section_03 a,
#section_04 a,
#section_03 a:link,
#section_04 a:link,
#section_03 .modal_trigger01 a:link,
#section_04 .modal_trigger02 a:link {
  text-decoration: none;
  color: #000000;
  z-index: 1;
}

#section_03 a:hover,
#section_04 a:hover {
  text-decoration: underline;
}

#section_03 .animation ul.modal_trigger01 li,
#section_04 .animation ul.modal_trigger02 li {
  opacity : 0;
  transition: 1.5s;
}
#section_03 .active ul.modal_trigger01 li,
#section_04 .active ul.modal_trigger02 li {
  opacity : 1;
  visibility: visible;
}

@media screen and (max-width: 743.9px) {
  .modal_trigger01,
  .modal_trigger02 {
    border-radius: 20px;
  }
}

.fukidashi {
  font-size: 21px;
  line-height: 1.3;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1149.5px) {
  .fukidashi  {
    font-size: calc(21 / 1150 * 100vw);
  }
}


.text-dot-narrow {
  margin-inline: -.3em;
}
.css-fukidashi {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.fukidashi {
  transition: 1s;
  color: #E27523;
  width: max-content;
  width: 100%;
  height: 100%;
}
.popup {
  position: absolute;
}
.popup:hover {
  opacity: 1;
}
.popup .hover_img {
  position: absolute;
  opacity: 0;
  transition: .2s;
  transform: scale(0);
}
.popup:hover .hover_img {
  opacity: 1;
  transform: scale(1);
}
.fukidashi .btn {
  z-index:1000;
  border-radius: 50%;
  background: #FCECDB;
  transform: scale(0);
  transition: all .6s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid transparent;
  opacity: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.btn_active .fukidashi .btn {
  transform: scale(1);
  opacity: 1;
}
.popup:hover .fukidashi .btn {
  border-color: #E27523;
  background: #fff;
  opacity: 1;
}

#section_03 .fukidashi {
  color: #E27523;
}
#section_03 .fukidashi .btn {
  background: #FCECDB;
}
#section_03 .popup:hover .fukidashi .btn {
  border-color: #E27523;
  background: #fff;
}

#section_04 .fukidashi {
  color: #0098D8;
}
#section_04 .fukidashi .btn {
  background: #EAF5FC;
}
#section_04 .popup:hover .fukidashi .btn {
  border-color: #0098D8;
  background: #fff;
}


.popup_fukidashi01 {
  bottom: 49.5%;
  right: 9.5%;
  width: 150px;
  height: 150px;
  animation: btn_float 2s ease-in-out .2s infinite alternate;
}
.popup_fukidashi02 {
  bottom: 12%;
  right: 0%;
  width: 230px;
  height: 230px;
  animation: btn_float 2.2s ease-in-out .6s infinite alternate;
}
.popup_fukidashi03 {
  bottom: 39%;
  left: 30.7%;
  width: 150px;
  height: 150px;
  animation: btn_float 1.9s ease-in-out .9s infinite alternate;
}
.popup_fukidashi04 {
  bottom: 51%;
  left: 0%;
  width: 230px;
  height: 230px;
  animation: btn_float 2.1s ease-in-out 1.1s infinite alternate;
}
.popup_fukidashi05 {
  bottom: 58%;
  right: 31%;
  width: 170px;
  height: 170px;
  animation: btn_float 2.5s ease-in-out 1.35s infinite alternate;
}

.popup_fukidashi01 .hover_img {
  top: -2%;
  right: 33%;
  width: 53px;
}
.popup_fukidashi02 .hover_img {
  bottom: 1%;
  right: 15%;
  width: 57px;
}
.popup_fukidashi03 .hover_img {
  top: -1%;
  left: 16%;
  width: 53px;
}
.popup_fukidashi04 .hover_img {
  bottom: 7%;
  left: 6%;
  width: 57px;
}
.popup_fukidashi05 .hover_img {
  bottom: -9%;
  left: 27%;
  width: 33px;
}



.popup_fukidashi06 {
  bottom: 32%;
  left: 0;
  width: 230px;
  height: 230px;
  animation: btn_float 2s ease-in-out .2s infinite alternate;
}
.popup_fukidashi07 {
  bottom: 42%;
  right: 7%;
  width: 230px;
  height: 230px;
  animation: btn_float 2.2s ease-in-out .6s infinite alternate;
}
.popup_fukidashi08 {
  bottom: 44%;
  left: 41%;
  width: 150px;
  height: 150px;
  animation: btn_float 1.9s ease-in-out .9s infinite alternate;
}
.popup_fukidashi09 {
  bottom: 17%;
  right: 0%;
  width: 150px;
  height: 150px;
  animation: btn_float 2.1s ease-in-out 1.1s infinite alternate;
}
.popup_fukidashi10 {
  bottom: 59%;
  left: 20%;
  width: 170px;
  height: 170px;
  animation: btn_float 2.5s ease-in-out 1.35s infinite alternate;
}

.popup_fukidashi06 .hover_img {
  bottom: 3%;
  left: 10%;
  width: 55px;
}
.popup_fukidashi07 .hover_img {
  bottom: -6%;
  right: 32%;
  width: 43px;
}
.popup_fukidashi08 .hover_img {
  bottom: -3%;
  left: -8%;
  width: 96px;
}
.popup_fukidashi09 .hover_img {
  bottom: -9%;
  right: -3%;
  width: 55px;
}
.popup_fukidashi10 .hover_img {
  top: -18%;
  left: 35%;
  width: 96px;
}


@media screen and (max-width: 980px) {
  .popup_fukidashi01 {
    width: 120px;
    height: 120px;
  }
  .popup_fukidashi02 {
    width: 200px;
    height: 200px;
  }
  .popup_fukidashi03 {
    width: 120px;
    height: 120px;
  }
  .popup_fukidashi04 {
    width: 200px;
    height: 200px;
  }
  .popup_fukidashi05 {
    width: 140px;
    height: 140px;
  }
  .popup_fukidashi06 {
    width: 200px;
    height: 200px;
  }
  .popup_fukidashi07 {
    width: 200px;
    height: 200px;
  }
  .popup_fukidashi08 {
    width: 120px;
    height: 120px;
  }
  .popup_fukidashi09 {
    width: 120px;
    height: 120px;
  }
  .popup_fukidashi10 {
    width: 140px;
    height: 140px;
  }
  }

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

}

@media screen and (max-width: 743.9px) {
  .modal_trigger01, .modal_trigger02 {
    bottom: 0;
  }
  .fukidashi {
    font-size: 13px;
  }
  .popup_fukidashi01 {
    width: calc(115 / 375 * 100vw);
    height: calc(115 / 375 * 100vw);
    top: 10vw;
    right: 5vw;
  }
  .popup_fukidashi02 {
    width: calc(150 / 375 * 100vw);
    height: calc(150 / 375 * 100vw);
    top: unset;
    right: -4vw;
    bottom: 2vw;
  }
  .popup_fukidashi03 {
    width: calc(115 / 375 * 100vw);
    height: calc(115 / 375 * 100vw);
    top: auto;
    left: 7vw;
    bottom: 10vw;
  }
  .popup_fukidashi04 {
    width: calc(150 / 375 * 100vw);
    height: calc(150 / 375 * 100vw);
    top: 2vw;
    left: 2vw;
    bottom: auto;
  }
  .popup_fukidashi05 {
    width: calc(115 / 375 * 100vw);
    height: calc(115 / 375 * 100vw);
    top: 41vw;
    left: 27vw;
  }
  .popup_fukidashi06 {
    width: calc(150 / 375 * 100vw);
    height: calc(150 / 375 * 100vw);
    top: 13vw;
    left: -5vw;
    animation: btn_float 1.9s ease-in-out .9s infinite alternate;
  }
  .popup_fukidashi07 {
    width: calc(150 / 375 * 100vw);
    height: calc(150 / 375 * 100vw);
    top: auto;
    right: auto;
    left: 5vw;
    bottom: 2vw;
    animation: btn_float 2.2s ease-in-out .6s infinite alternate;
  }
  .popup_fukidashi08 {
    width: calc(115 / 375 * 100vw);
    height: calc(115 / 375 * 100vw);
    top: 12vw;
    left: auto;
    right: -5vw;
    animation: btn_float 2.5s ease-in-out 1.35s infinite alternate;
  }
  .popup_fukidashi09 {
    width: calc(115/ 375 * 100vw);
    height: calc(115 / 375 * 100vw);
    top: auto;
    right: 5vw;
    bottom: 13vw;
    animation: btn_float 2s ease-in-out .2s infinite alternate;
  }
  .popup_fukidashi10 {
    width: calc(115 / 375 * 100vw);
    height: calc(115 / 375 * 100vw);
    top: 2vw;
    left: 35vw;
    animation: btn_float 2.1s ease-in-out 1.1s infinite alternate;
  }


  .popup_fukidashi06 .hover_img {
    bottom: 3%;
    left: 10%;
    width: calc(55 / 375 * 100vw * var(--hover_img1_sp));
  }
  .popup_fukidashi07 .hover_img {
    bottom: -6%;
    right: 32%;
    width: calc(43 / 375 * 100vw * var(--hover_img1_sp));
  }
  .popup_fukidashi08 .hover_img {
    bottom: -3%;
    left: -8%;
    width: calc(96 / 375 * 100vw * var(--hover_img1_sp));
  }
  .popup_fukidashi09 .hover_img {
    bottom: -9%;
    right: -3%;
    width: calc(55 / 375 * 100vw * var(--hover_img1_sp));
  }
  .popup_fukidashi10 .hover_img {
    top: -18%;
    left: 35%;
    width: calc(96 / 375 * 100vw * var(--hover_img1_sp));
  }
}

@media screen and (max-width: 375px) {
  .popup_fukidashi01 .hover_img {
    width: calc(53 / 375 * 100vw * var(--hover_img1_sp));
  }
  .popup_fukidashi02 .hover_img {
    width: calc(57 / 375 * 100vw * var(--hover_img1_sp));
  }
  .popup_fukidashi03 .hover_img {
    width: calc(53 / 375 * 100vw * var(--hover_img1_sp));
  }
  .popup_fukidashi04 .hover_img {
    width: calc(57 / 375 * 100vw * var(--hover_img1_sp));
  }
  .popup_fukidashi05 .hover_img {
    width: calc(33 / 375 * 100vw * var(--hover_img1_sp));
  }
}



/* 追加
-------------------------------------------------------------------------------------------------------- */
.area_bg {
  position: fixed;
  bottom: 92px;
  height: 100dvh;
  /* overflow: hidden; */
  width: 100%;
  z-index: 999;
}
.area_bg .inner_area_bg {
  height: 100dvh;
  display: flex;
  /* width: 200%;
  margin-left: -50%; */
  transition: all 1s ease;
}

.inner_area_bg_container {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1020px;
  /* display: grid;
  place-content: center; */
}
.inner_area_bg_wrapper {
  aspect-ratio: 1.36;
  width: 100%;
  height: auto;
  max-width: var(--content-width);
  max-height: 85vh;
  overflow: hidden;
}
.bg_common_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/bg_common.png) top 0 left/100% no-repeat;
}
.bg_common_wrapper.animation{
  opacity : 0;
  visibility: hidden;
  transition: .3s;
  transform: translateY(50px);
}
.bg_common_wrapper.animation.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: .3s;
  transition-delay: .5s;
}
.bg_city_wrapper,
.bg_office_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: height .5s;
}
.bg_city_wrapper.animation,
.bg_office_wrapper.animation {
  opacity : 0;
  visibility: hidden;
  transition: .3s;
  transform: scale(0);
}
.bg_city_wrapper.animation.active,
.bg_office_wrapper.animation.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: .3s;
  transition-delay: .5s;
}
.bg_city_wrapper {
  background: url(../img/bg_city.png) bottom 0 left 40% / 727px no-repeat;
  animation: text_float 3s ease-in-out .2s infinite alternate;
}
.bg_office_wrapper {
  background: url(../img/bg_office.png) bottom 0 left 40% / 758px no-repeat;
  animation: text_float 3s ease-in-out .2s infinite alternate;
}

/* @media screen and (max-width: 1140px) {
  .inner_area_bg_container {
    top: calc(50% + 60px);
    max-width: 95%;
  }
} */
@media screen and (min-width: 744px) and (max-width: 1200px) and (max-height: 820px) {
  .inner_area_bg_container {
    top: calc(50% + 30px);
    max-width: 80%;
  }
}

@media screen and (max-width: 743.9px) {
  .bg_common_wrapper {
    background-size: 100%;
  }
  .bg_city_wrapper {
    background-size: 98%;
    background-position: bottom 45% left 0;
  }
  .bg_office_wrapper {
    background-size: 98%;
    background-position: bottom 75% left 0;
  }
}



.hd_logo {
  position: absolute;
  top: -8px;
  left: 0;
  width: 301px;
}
/* @media screen and (max-width: 1000px) and (max-height: 700px) and (min-width: 768.1px) {
  .hd_logo {
    display: none;
  }
} */
@media screen and (min-width: 744px) and (max-width: 1200px) and (max-height: 820px) {
  .hd_logo {
    width: 250px;
  }
}
@media screen and (max-height: 820px) {
  .area_bg {
    bottom: 40px;
  }
  /* .inner_area_bg_wrapper {
    max-height: calc(100vh - 160px);
  } */
}

@media screen and (max-width: 743.9px) {
  .area_bg {
    bottom: 0;
    height: 100dvh;
  }
  .area_bg .inner_area_bg {
    height: 100dvh;
  }
  .inner_area_bg_container {
    top: 47%;
    /* transform: translateX(-50%); */
    max-width: var(--content-width);
  }
  .inner_area_bg_wrapper {
    /* aspect-ratio: 0.77; */
    aspect-ratio: 0.8;
    height: auto;
    max-height: 90svh;
    border-radius: 20px;
  }
  .hd_logo {
    top: 4vw;
    left: 4vw;
    width: 45vw;
  }
}
@media screen and (max-width: 375px) {
  /* .inner_area_bg_wrapper {
    aspect-ratio: auto;
    height: 50svh;
    max-height: 50svh;
  } */
}


/* persons */
.persons {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: .6s;
  z-index: 10;
  visibility: hidden;
}
.persons.active {
  opacity: 1;
  visibility: visible;
}
.persons01,
.persons02 {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: .6s;
}
.persons01 {
  right: 35px;
  width: 83%;
  transform: translateX(-100px);
}
.persons02 {
  left: 35px;
  width: 73%;
  transform: translateX(100px);
}
.persons.active .persons01,
.persons.active .persons02 {
  position: absolute;
  bottom: 0;
  transform: translateX(0);
}

/* crosswalk */
.crosswalk {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  opacity: 0;
  transition: .6s;
  transform: translateX(calc(50% - 100px));
  z-index: 1;
}
.crosswalk.active {
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
}
.crosswalk01,
.crosswalk02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: opacity .15s;
  opacity: 0;
}
.crosswalk01.active,
.crosswalk02.active {
  opacity: 1;
}
@media screen and (max-width: 1140px) {
  .persons {
    bottom: 20px;
  }
  .persons01 {
    right: 8%;
    width: 75%;
  }
  .persons02 {
    left: 8%;
    width: 65%;
  }
}
@media screen and (min-width: 740px) and (max-height: 800px) {
  .crosswalk {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .persons01 {
    right: 13.5%;
    width: 65%;
  }
  .persons02 {
    left: 13.8%;
    width: 55%;
  }
}
@media screen and (max-width: 743.9px) {
  .persons {
    bottom: 20px;
  }
  .persons01 {
    right: 5px;
    width: 83%;
    transform: translateX(-100px);
  }
  .persons02 {
    left: 5px;
    width: 73%;
    transform: translateX(100px);
  }
}


/* CITY / OFFICE */
.btn_city,
.btn_office,
.text_city,
.text_office,
.bubble_city,
.bubble_office {
  position: absolute;
  width: 161px;
  z-index: 20;
  transition: all .3s;
}
.btn_city {
  left: 15px;
  top: -195px;
  animation: text_float 4s ease-in-out .2s infinite alternate;
}
.btn_office {
  right: 15px;
  top: -225px;
  animation: text_float 3.8s ease-in-out 1.3s infinite alternate;
}
.bubble_city {
  width: 140px;
  left: 35px;
  top: -60px;
  animation: text_float 3.8s ease-in-out .2s infinite alternate;
}
.bubble_office {
  width: 140px;
  right: 10px;
  top: -75px;
  animation: text_float 4.1s ease-in-out .2s infinite alternate;
}
.text_city,
.text_office {
  top: 0;
  right: .8%;
  width: auto;
}
.text_city img,
.text_office img{
  height: 130px;
  width: auto;
  display: none
}
.btn_go,
.bubble {
  display: none
}
.btn_city a:hover,
.btn_office a:hover {
  opacity: 1;
}

@media screen and (max-width: 1140px) {
  .btn_city,
  .btn_office,
  .text_city,
  .text_office,
  .bubble_city,
  .bubble_office {
    width: 130px;
  }
  .bubble_city {
    width: 100px;
  }
  .bubble_office {
    width: 100px;
  }
}
@media screen and (max-width: 743.9px) {
  .btn_city,
  .btn_office {
    width: 24vw;
  }
  .btn_city {
    left: 3vw;
    top: -60vw;
    animation: text_float 4s ease-in-out .2s infinite alternate;
  }
  .btn_office {
    right: 3vw;
    top: -53vw;
    animation: text_float 3.8s ease-in-out 1.3s infinite alternate;
  }
  .bubble_city {
    width: 16vw;
    left: 7vw;
    top: -38vw;
    animation: text_float 3.8s ease-in-out .2s infinite alternate;
  }
  .bubble_office {
    width: 18vw;
    right: 5vw;
    top: -31vw;
    animation: text_float 4.1s ease-in-out .2s infinite alternate;
  }
  .text_city,
  .text_office {
    width: auto;
    top: 4vw;
    right: 4vw;
  }
  .text_city img,
  .text_office img{
    height: 12vw;
  }
}


@keyframes text_float {
  0% { transform: translateY(0); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(0); }
}
@keyframes text_float2 {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
@keyframes btn_float {
  0% { transform: translateY(0); }
  50% { transform: translateY(5px); }
  100% { transform: translateY(0); }
}
@keyframes btn_float2 {
  0% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}


@media screen and (max-width: 1149.5px) and (max-height: 700px) and (min-width: 744px)  {
  .text_bg_city,
  .text_bg_office {
    width: calc(86 / 1150 * 100vw);
  }
  .text_bg_city {
    top: -10px;
    left: calc(((86 + 28) * -1) / 1150 * 100vw);
  }
  .text_bg_office {
    bottom: -10px;
    right: calc(((86 + 28) * -1) / 1150 * 100vw);
  }
  .text_bg_city .text_bg {
    margin-bottom: calc(15 / 1150 * 100vw);
  }
  .text_bg_office .text_bg {
    margin-top: calc(15 / 1150 * 100vw);
  }
}
@keyframes text_float_sp {
  0% { transform: translateY(0); }
  25% { transform: translateY(-2px); }
  50% { transform: translateY(0); }
  75% { transform: translateY(2px); }
  100% { transform: translateY(0); }
}



