@charset "UTF-8";
/* web font setting
------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700;800&display=swap");
@font-face {
  font-family: "こころ明朝";
  src: url("/assets/font/Kokoro_web.woff2") format("woff2");
}
/* common setting
------------------------------------*/
/* line 17, ../../_scss/common/common.scss */
html {
  min-width: 1100px;
  line-height: 1.4;
  font-family: "こころ明朝", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  color: #333;
}

/* line 25, ../../_scss/common/common.scss */
body {
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
}
/* line 29, ../../_scss/common/common.scss */
body.modeNav {
  overflow: hidden !important;
  height: 100vh;
}

/* line 35, ../../_scss/common/common.scss */
img {
  width: 100%;
  line-height: 0;
}

/* line 41, ../../_scss/common/common.scss */
a:hover, a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
/* line 47, ../../_scss/common/common.scss */
a:link, a:visited {
  text-decoration: none;
  color: #333;
}
/* line 52, ../../_scss/common/common.scss */
a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

/* line 58, ../../_scss/common/common.scss */
.onlySP {
  display: none;
}

/* Scroll Fade */
/* line 63, ../../_scss/common/common.scss */
.scrollFade {
  opacity: 0;
  visibility: hidden;
  transition: 1.0s;
  transform: translateY(10vw);
}
/* line 68, ../../_scss/common/common.scss */
.scrollFade.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* header setting
------------------------------------*/
/* line 81, ../../_scss/common/common.scss */
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  background: #003887;
  width: 100%;
  min-width: 1100px;
  height: 140px;
}
/* line 91, ../../_scss/common/common.scss */
header .inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 140px;
}
/* line 97, ../../_scss/common/common.scss */
header .inner > p {
  position: absolute;
  top: 39px;
  left: 32px;
  width: 300px;
  text-align: center;
}
/* line 103, ../../_scss/common/common.scss */
header .inner > p span {
  display: block;
  margin: 0 0 10px;
  font-size: 10px;
  color: #fff;
}
/* line 110, ../../_scss/common/common.scss */
header .inner > p em a {
  display: block;
  background: url("/assets/img/common/logo_d1kaitai-white.webp") 0 center/100% auto no-repeat;
  width: 100%;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 121, ../../_scss/common/common.scss */
header .inner nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
/* line 126, ../../_scss/common/common.scss */
header .inner nav ul#gNavi {
  display: flex;
  align-items: center;
  padding: 0 0 0 0;
  height: 140px;
}
/* line 131, ../../_scss/common/common.scss */
header .inner nav ul#gNavi li {
  position: relative;
}
/* line 134, ../../_scss/common/common.scss */
header .inner nav ul#gNavi li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  background: #33609f;
  width: 1px;
  height: 100%;
}
/* line 145, ../../_scss/common/common.scss */
header .inner nav ul#gNavi li a {
  box-sizing: border-box;
  display: block;
  padding: 17px 40px 17px 0;
  height: 50px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}
/* line 161, ../../_scss/common/common.scss */
header .inner nav div {
  background: #fff;
  width: 28.667%;
  height: 140px;
}
/* line 166, ../../_scss/common/common.scss */
header .inner nav div ul.oNavi {
  display: flex;
  overflow: hidden;
  border-radius: 30px;
  margin: 15px auto 0;
  width: 93%;
  height: 60px;
}
/* line 173, ../../_scss/common/common.scss */
header .inner nav div ul.oNavi li {
  position: relative;
  width: 50%;
}
/* line 177, ../../_scss/common/common.scss */
header .inner nav div ul.oNavi li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 12px;
  right: -1px;
  display: block;
  background: #33b5d0;
  width: 2px;
  height: 35px;
}
/* line 188, ../../_scss/common/common.scss */
header .inner nav div ul.oNavi li a {
  box-sizing: border-box;
  display: block;
  background: #00a2c4;
  padding: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}
/* line 204, ../../_scss/common/common.scss */
header .inner nav div dl {
  display: flex;
  justify-content: center;
  padding: 10px 0 2px;
  text-align: center;
  line-height: 23px;
}
/* line 210, ../../_scss/common/common.scss */
header .inner nav div dl dt {
  font-size: 11px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
/* line 214, ../../_scss/common/common.scss */
header .inner nav div dl dd {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  font-size: 22.5px;
}
/* line 218, ../../_scss/common/common.scss */
header .inner nav div dl dd img {
  margin: 0 5px -4px 8px;
  width: 23px;
}
/* line 224, ../../_scss/common/common.scss */
header .inner nav div p {
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
/* line 229, ../../_scss/common/common.scss */
header .inner nav div p span {
  box-sizing: border-box;
  border: 1px solid #003887;
  border-radius: 18px;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 10px;
  text-align: center;
  line-height: 16px;
}

/* Footer setting
------------------------------------*/
/* line 251, ../../_scss/common/common.scss */
footer {
  background: #000430;
  width: 100%;
  min-width: 1100px;
  text-align: center;
  color: #fff;
}
/* line 257, ../../_scss/common/common.scss */
footer #breadCrumbs {
  background: #e7e8d6;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
}
/* line 261, ../../_scss/common/common.scss */
footer #breadCrumbs ul {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
  height: 35px;
  text-align: left;
}
/* line 269, ../../_scss/common/common.scss */
footer #breadCrumbs ul li a {
  display: block;
}
/* line 273, ../../_scss/common/common.scss */
footer #breadCrumbs ul li:nth-child(1) a {
  background: url("/assets/img/common/ico_home.png") 0 0/cover no-repeat;
  width: 13px;
  height: 13px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 282, ../../_scss/common/common.scss */
footer #breadCrumbs ul li:has(a) {
  position: relative;
  margin: 0 28px 0 0;
}
/* line 285, ../../_scss/common/common.scss */
footer #breadCrumbs ul li:has(a):after {
  content: '';
  position: absolute;
  top: 2px;
  right: -20px;
  display: block;
  background: url("/assets/img/common/ico_arrow-breadcrumbs.png") 0 0/cover no-repeat;
  width: 5px;
  height: 9px;
}
/* line 299, ../../_scss/common/common.scss */
footer .inner {
  padding: 39px 0 0;
}
/* line 303, ../../_scss/common/common.scss */
footer .inner nav ul#fNavi {
  display: flex;
  justify-content: center;
  padding: 0 0 37px;
}
/* line 307, ../../_scss/common/common.scss */
footer .inner nav ul#fNavi li {
  position: relative;
}
/* line 310, ../../_scss/common/common.scss */
footer .inner nav ul#fNavi li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: #333659;
  width: 1px;
  height: 100%;
}
/* line 321, ../../_scss/common/common.scss */
footer .inner nav ul#fNavi li a {
  box-sizing: border-box;
  display: block;
  padding: 10px 20px;
  height: 35px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}
/* line 333, ../../_scss/common/common.scss */
footer .inner nav ul#fNavi li a:link, footer .inner nav ul#fNavi li a:visited {
  color: #fff;
}
/* line 341, ../../_scss/common/common.scss */
footer .inner nav div {
  margin: 0 auto;
  width: 400px;
}
/* line 345, ../../_scss/common/common.scss */
footer .inner nav div ul.oNavi {
  display: flex;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 auto 15px;
  width: 93%;
  height: 60px;
}
/* line 352, ../../_scss/common/common.scss */
footer .inner nav div ul.oNavi li {
  position: relative;
  width: 50%;
}
/* line 356, ../../_scss/common/common.scss */
footer .inner nav div ul.oNavi li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 12px;
  right: -1px;
  display: block;
  background: #33b5d0;
  width: 2px;
  height: 35px;
}
/* line 367, ../../_scss/common/common.scss */
footer .inner nav div ul.oNavi li a {
  box-sizing: border-box;
  display: block;
  background: #00a2c4;
  padding: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}
/* line 383, ../../_scss/common/common.scss */
footer .inner nav div dl {
  display: flex;
  justify-content: center;
  padding: 10px 0 2px;
  text-align: center;
  line-height: 23px;
}
/* line 389, ../../_scss/common/common.scss */
footer .inner nav div dl dt {
  font-size: 11px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
/* line 393, ../../_scss/common/common.scss */
footer .inner nav div dl dd {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  font-size: 22.5px;
  color: #00a2c4;
}
/* line 398, ../../_scss/common/common.scss */
footer .inner nav div dl dd img {
  margin: 0 5px -4px 8px;
  width: 23px;
}
/* line 403, ../../_scss/common/common.scss */
footer .inner nav div dl dd a:link, footer .inner nav div dl dd a:visited {
  color: #fff;
}
/* line 410, ../../_scss/common/common.scss */
footer .inner nav div p {
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
/* line 415, ../../_scss/common/common.scss */
footer .inner nav div p span {
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 18px;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 10px;
  text-align: center;
  line-height: 16px;
}
/* line 425, ../../_scss/common/common.scss */
footer .inner nav div p + ul {
  padding: 0 0 40px;
}
/* line 428, ../../_scss/common/common.scss */
footer .inner nav div p + ul li a {
  font-weight: 600;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
}
/* line 440, ../../_scss/common/common.scss */
footer .inner p {
  padding: 0 0 30px;
}
/* line 442, ../../_scss/common/common.scss */
footer .inner p span {
  display: block;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  font-size: 10px;
}
/* line 448, ../../_scss/common/common.scss */
footer .inner p em {
  display: block;
  margin: 0 auto 25px;
  width: 300px;
}
/* line 454, ../../_scss/common/common.scss */
footer .inner small {
  display: block;
  padding: 0 0 30px;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
}

/* ------------------------------------------------------------------------
	Ajustment For Normal PC Window 
------------------------------------------------------------------------ */
@media (max-width: 1350px) {
  /* header setting
  ------------------------------------*/
  /* line 475, ../../_scss/common/common.scss */
  header .inner > p {
    width: 250px;
  }
  /* line 477, ../../_scss/common/common.scss */
  header .inner > p span {
    letter-spacing: -0.08em;
    font-size: 9px;
  }
  /* line 486, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li a {
    font-size: 12px;
  }
  /* line 492, ../../_scss/common/common.scss */
  header .inner nav div {
    width: 330px;
  }
  /* line 495, ../../_scss/common/common.scss */
  header .inner nav div ul.oNavi {
    width: 300px;
  }
  /* line 499, ../../_scss/common/common.scss */
  header .inner nav div dl {
    display: flex;
    justify-content: center;
    padding: 10px 0 2px;
    text-align: center;
    line-height: 23px;
  }
  /* line 505, ../../_scss/common/common.scss */
  header .inner nav div dl dt {
    font-size: 11px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  /* line 509, ../../_scss/common/common.scss */
  header .inner nav div dl dd {
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    font-size: 22.5px;
  }
  /* line 513, ../../_scss/common/common.scss */
  header .inner nav div dl dd img {
    margin: 0 3px -4px 5px;
    width: 23px;
  }
  /* line 519, ../../_scss/common/common.scss */
  header .inner nav div p {
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  /* line 524, ../../_scss/common/common.scss */
  header .inner nav div p span {
    box-sizing: border-box;
    border: 1px solid #003887;
    border-radius: 18px;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 10px;
    text-align: center;
    line-height: 16px;
  }
}
/* ------------------------------------------------------------------------
	Ajustment For Small PC Window & Tablet
------------------------------------------------------------------------ */
@media screen and (max-width: 1100px) {
  /* common setting
  ------------------------------------*/
  /* line 551, ../../_scss/common/common.scss */
  html {
    min-width: 100vw;
  }

  /* header setting
  ------------------------------------*/
  /* line 557, ../../_scss/common/common.scss */
  header {
    min-width: 100%;
  }
  /* line 560, ../../_scss/common/common.scss */
  header .inner > p {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 0;
    width: 70%;
  }
  /* line 567, ../../_scss/common/common.scss */
  header .inner > p span {
    margin: 0 10px 0 0;
    font-size: 9px;
  }
  /* line 571, ../../_scss/common/common.scss */
  header .inner > p em {
    width: 200px;
  }
  /* line 575, ../../_scss/common/common.scss */
  header .inner nav {
    justify-content: space-between;
  }
  /* line 578, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi {
    justify-content: center;
    align-items: flex-end;
    width: 70%;
  }
  /* line 582, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li {
    margin: 0 0 20px;
  }
  /* line 584, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li a {
    font-size: 12px;
  }
  /* line 590, ../../_scss/common/common.scss */
  header .inner nav div {
    width: 30%;
    height: 140px;
  }
  /* line 594, ../../_scss/common/common.scss */
  header .inner nav div ul.oNavi {
    width: 93%;
    height: 50px;
  }
  /* line 598, ../../_scss/common/common.scss */
  header .inner nav div ul.oNavi li a {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
  }
  /* line 607, ../../_scss/common/common.scss */
  header .inner nav div dl dt {
    font-size: 9px;
  }
  /* line 610, ../../_scss/common/common.scss */
  header .inner nav div dl dd {
    font-size: 14px;
  }
  /* line 612, ../../_scss/common/common.scss */
  header .inner nav div dl dd img {
    margin: 0 5px -4px 8px;
    width: 15px;
  }
  /* line 618, ../../_scss/common/common.scss */
  header .inner nav div p {
    line-height: 1.4;
    font-size: 10px;
  }
  /* line 621, ../../_scss/common/common.scss */
  header .inner nav div p span {
    border-radius: 12px;
    margin: 0 3px 0 0;
    padding: 2px 5px;
    line-height: 9px;
  }
  /* line 627, ../../_scss/common/common.scss */
  header .inner nav div p .onlySP {
    display: block;
  }

  /* Footer setting
  ------------------------------------*/
  /* line 642, ../../_scss/common/common.scss */
  footer {
    min-width: 100%;
  }
}
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* common setting
  ------------------------------------*/
  /* line 657, ../../_scss/common/common.scss */
  html {
    min-width: 100vw;
  }

  /* line 661, ../../_scss/common/common.scss */
  body {
    min-width: 100vw;
    min-height: 100%;
  }

  /* line 666, ../../_scss/common/common.scss */
  body.modeNav {
    overflow: hidden !important;
    position: fixed;
    /* only iOS */
    height: auto;
  }

  /* line 672, ../../_scss/common/common.scss */
  .onlyPC {
    display: none;
  }

  /* line 676, ../../_scss/common/common.scss */
  .onlySP {
    display: block;
  }

  /* line 681, ../../_scss/common/common.scss */
  a:hover, a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  /* line 687, ../../_scss/common/common.scss */
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  /* header setting
  ------------------------------------*/
  /* line 699, ../../_scss/common/common.scss */
  header {
    background: rgba(255, 255, 255, 0.8);
    width: 100vw;
    min-width: 100vw;
    height: 22.333333vw;
  }
  /* line 704, ../../_scss/common/common.scss */
  header .inner {
    width: 100vw;
    height: 22.333333vw;
  }
  /* line 707, ../../_scss/common/common.scss */
  header .inner > p {
    display: block;
    margin: 0;
    width: 80vw;
  }
  /* line 711, ../../_scss/common/common.scss */
  header .inner > p span {
    margin: 0 0 1.7333333vw;
    font-size: 2.4vw;
    color: #00084b;
  }
  /* line 716, ../../_scss/common/common.scss */
  header .inner > p em {
    display: block;
    margin: 0 auto;
    width: 60vw;
  }
  /* line 720, ../../_scss/common/common.scss */
  header .inner > p em a {
    background: url("/assets/img/common/logo_d1kaitai-blue.webp") 0 center/100% auto no-repeat;
  }
  /* line 727, ../../_scss/common/common.scss */
  header .inner nav ul#spBtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  /* line 733, ../../_scss/common/common.scss */
  header .inner nav ul#spBtn li#btnMenu {
    position: relative;
    border-radius: 0 0 0 6.6666667vw;
    background: #00a2c4;
    width: 20vw;
    height: 20vw;
    min-height: 20vw;
  }
  /* line 740, ../../_scss/common/common.scss */
  header .inner nav ul#spBtn li#btnMenu i {
    border-radius: 0.4vw;
    display: block;
    position: absolute;
    left: 4.6666667vw;
    background: #fff;
    width: 10.666667vw;
    height: 0.8vw;
    transition: all 0.3s;
  }
  /* line 749, ../../_scss/common/common.scss */
  header .inner nav ul#spBtn li#btnMenu i:nth-child(1) {
    top: 8.2666667vw;
  }
  /* line 752, ../../_scss/common/common.scss */
  header .inner nav ul#spBtn li#btnMenu i:nth-child(2) {
    top: 10.933333vw;
  }
  /* line 759, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi {
    position: fixed;
    opacity: 0;
    top: 0;
    right: -100vw;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    background: #003887;
    margin: 0;
    padding: 20vw 0 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-align: center;
  }
  /* line 775, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li {
    margin: 0 auto;
    width: 94.666667vw;
  }
  /* line 778, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li:not(:last-child) {
    border-bottom: 0.2666667vw solid #33609f;
  }
  /* line 780, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li:not(:last-child):after {
    display: none;
  }
  /* line 784, ../../_scss/common/common.scss */
  header .inner nav ul#gNavi li a {
    padding: 0;
    width: 100%;
    height: 15.733333vw;
    line-height: 15.733333vw;
    letter-spacing: 0.02em;
    font-size: 4.8vw;
  }
  /* line 795, ../../_scss/common/common.scss */
  header .inner nav div {
    position: fixed;
    opacity: 0;
    top: 88vw;
    right: -100vw;
    background: rgba(0, 56, 135, 0.95);
    width: 100vw;
    height: auto;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  /* line 806, ../../_scss/common/common.scss */
  header .inner nav div ul.oNavi {
    border-radius: 9.3333333vw;
    margin: 0 auto;
    width: 94.666667vw;
    height: 18.666667vw;
  }
  /* line 813, ../../_scss/common/common.scss */
  header .inner nav div ul.oNavi li:not(:last-child):after {
    top: 4.6666667vw;
    right: -0.1333333vw;
    width: 0.2666667vw;
    height: 9.3333333vw;
  }
  /* line 820, ../../_scss/common/common.scss */
  header .inner nav div ul.oNavi li a {
    height: 18.666667vw;
    line-height: 18.666667vw;
    font-size: 4.8vw;
  }
  /* line 827, ../../_scss/common/common.scss */
  header .inner nav div ul.onlySP {
    padding: 10.666667vw 0 0;
    text-align: center;
  }
  /* line 830, ../../_scss/common/common.scss */
  header .inner nav div ul.onlySP a {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 3.733333vw;
    color: #fff;
  }
  /* line 838, ../../_scss/common/common.scss */
  header .inner nav div dl {
    position: relative;
    display: block;
    padding: 0;
    border-radius: 9.3333333vw;
    background: #fff;
    margin: 5.3333333vw auto 1.8666667vw;
    width: 94.666667vw;
    height: 18.666667vw;
    line-height: 1;
  }
  /* line 848, ../../_scss/common/common.scss */
  header .inner nav div dl dt {
    position: absolute;
    top: 2.666667vw;
    left: 0;
    width: 100%;
    font-size: 2.933333vw;
  }
  /* line 855, ../../_scss/common/common.scss */
  header .inner nav div dl dd {
    font-size: 8.9333333vw;
  }
  /* line 857, ../../_scss/common/common.scss */
  header .inner nav div dl dd img {
    position: absolute;
    top: 7.2vw;
    left: 11.2vw;
    margin: 0;
    width: 8.9333333vw;
  }
  /* line 864, ../../_scss/common/common.scss */
  header .inner nav div dl dd a {
    box-sizing: border-box;
    display: block;
    border-radius: 9.3333333vw;
    padding: 7.4vw 0 0 10vw;
    width: 100%;
    height: 18.666667vw;
  }
  /* line 874, ../../_scss/common/common.scss */
  header .inner nav div p {
    line-height: 4.8vw;
    font-size: 2.933333vw;
    color: #fff;
  }
  /* line 878, ../../_scss/common/common.scss */
  header .inner nav div p span {
    border: 0.2666667vw solid #fff;
    border-radius: 4.8vw;
    margin: 0 1.3333333vw 0 0;
    padding: 0 2.666667vw;
    line-height: 4.2666667vw;
  }
  /* line 886, ../../_scss/common/common.scss */
  header .inner nav div p .onlySP {
    display: none !important;
  }

  /* line 901, ../../_scss/common/common.scss */
  body.modeNav header .inner nav ul#spBtn li#btnMenu {
    background: none;
  }
  /* line 904, ../../_scss/common/common.scss */
  body.modeNav header .inner nav ul#spBtn li#btnMenu i:nth-child(1) {
    transform: translateY(1.35vw) rotate(45deg);
  }
  /* line 907, ../../_scss/common/common.scss */
  body.modeNav header .inner nav ul#spBtn li#btnMenu i:nth-child(2) {
    transform: translateY(-1.35vw) rotate(-45deg);
  }
  /* line 914, ../../_scss/common/common.scss */
  body.modeNav header .inner nav ul#gNavi {
    right: 0;
    z-index: 9;
    opacity: 1;
  }
  /* line 920, ../../_scss/common/common.scss */
  body.modeNav header .inner nav div {
    right: 0;
    z-index: 9;
    opacity: 1;
  }
  /* line 928, ../../_scss/common/common.scss */
  body.modeNav main {
    width: 100vw !important;
  }

  /* Footer setting
  ------------------------------------*/
  /* line 939, ../../_scss/common/common.scss */
  footer {
    min-width: 100vw;
    height: auto;
  }
  /* line 943, ../../_scss/common/common.scss */
  footer #breadCrumbs ul {
    box-sizing: border-box;
    width: 100vw;
    padding: 0 4vw;
    height: 9.3333333vw;
    font-size: 2.4vw;
  }
  /* line 951, ../../_scss/common/common.scss */
  footer #breadCrumbs ul li:nth-child(1) a {
    width: 3.466667vw;
    height: 3.466667vw;
  }
  /* line 956, ../../_scss/common/common.scss */
  footer #breadCrumbs ul li:has(a) {
    margin: 0 5.4666667vw 0 0;
  }
  /* line 958, ../../_scss/common/common.scss */
  footer #breadCrumbs ul li:has(a):after {
    top: 1vw;
    right: -3.3333333vw;
    width: 0.6666667vw;
    height: 1.2vw;
  }
  /* line 968, ../../_scss/common/common.scss */
  footer .inner {
    padding: 10vw 0;
  }
  /* line 970, ../../_scss/common/common.scss */
  footer .inner p {
    padding: 0 0 6vw;
  }
  /* line 972, ../../_scss/common/common.scss */
  footer .inner p span {
    margin: 0 0 2vw;
    font-size: 2.4vw;
  }
  /* line 976, ../../_scss/common/common.scss */
  footer .inner p em {
    margin: 0 auto 8vw;
    width: 50vw;
  }
  /* line 980, ../../_scss/common/common.scss */
  footer .inner p strong {
    font-size: 3.2vw;
  }
  /* line 982, ../../_scss/common/common.scss */
  footer .inner p strong a {
    margin: 0 0 0 5px;
    font-size: 8.4vw;
  }
  /* line 988, ../../_scss/common/common.scss */
  footer .inner nav {
    width: 100vw;
  }
  /* line 991, ../../_scss/common/common.scss */
  footer .inner nav ul#fNavi {
    display: block;
  }
  /* line 993, ../../_scss/common/common.scss */
  footer .inner nav ul#fNavi li {
    margin: 0;
  }
  /* line 995, ../../_scss/common/common.scss */
  footer .inner nav ul#fNavi li:not(:last-child) {
    border-bottom: 0.2666667vw solid #333659;
  }
  /* line 997, ../../_scss/common/common.scss */
  footer .inner nav ul#fNavi li:not(:last-child):after {
    display: none;
  }
  /* line 1001, ../../_scss/common/common.scss */
  footer .inner nav ul#fNavi li a {
    padding: 0;
    height: 15.733333vw;
    line-height: 15.733333vw;
    font-size: 4.8vw;
  }
  /* line 1010, ../../_scss/common/common.scss */
  footer .inner nav div {
    width: 100vw;
  }
  /* line 1012, ../../_scss/common/common.scss */
  footer .inner nav div dl {
    position: relative;
    display: block;
    padding: 0;
    border-radius: 9.3333333vw;
    background: #fff;
    margin: 5.3333333vw auto 1.8666667vw;
    width: 94.666667vw;
    height: 18.666667vw;
    line-height: 1;
  }
  /* line 1022, ../../_scss/common/common.scss */
  footer .inner nav div dl dt {
    position: absolute;
    top: 2.666667vw;
    left: 0;
    width: 100%;
    font-size: 2.933333vw;
    color: #222;
  }
  /* line 1030, ../../_scss/common/common.scss */
  footer .inner nav div dl dd {
    font-size: 8.9333333vw;
  }
  /* line 1032, ../../_scss/common/common.scss */
  footer .inner nav div dl dd img {
    position: absolute;
    top: 7.2vw;
    left: 11.2vw;
    margin: 0;
    width: 8.9333333vw;
  }
  /* line 1039, ../../_scss/common/common.scss */
  footer .inner nav div dl dd a {
    box-sizing: border-box;
    display: block;
    border-radius: 9.3333333vw;
    padding: 7.4vw 0 0 10vw;
    width: 100%;
    height: 18.666667vw;
  }
  /* line 1046, ../../_scss/common/common.scss */
  footer .inner nav div dl dd a:link, footer .inner nav div dl dd a :visited {
    color: #000430;
  }
  /* line 1052, ../../_scss/common/common.scss */
  footer .inner nav div p {
    line-height: 4.8vw;
    font-size: 2.933333vw;
    color: #fff;
  }
  /* line 1056, ../../_scss/common/common.scss */
  footer .inner nav div p span {
    border: 0.2666667vw solid #fff;
    border-radius: 4.8vw;
    margin: 0 1.3333333vw 0 0;
    padding: 0 2.666667vw;
    line-height: 4.2666667vw;
  }
  /* line 1064, ../../_scss/common/common.scss */
  footer .inner nav div p .onlySP {
    display: none !important;
  }
  /* line 1067, ../../_scss/common/common.scss */
  footer .inner nav div p + ul {
    padding: 4vw 0 14vw;
  }
  /* line 1070, ../../_scss/common/common.scss */
  footer .inner nav div p + ul li a {
    font-size: 3.733333vw;
  }
  /* line 1079, ../../_scss/common/common.scss */
  footer .inner small {
    padding: 0;
    font-size: 3.2vw;
  }
}
/* ------------------------------------------------------------------------
	Animation Key Frame Settings 
------------------------------------------------------------------------ */
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes anime2 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}
