@charset "UTF-8";
@import url(reset.min.css);
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(../fonts/Montserrat.woff) format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: local("Roboto Black"), local("Roboto-Black"), url(../fonts/Roboto-Black.woff) format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: normal;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: bold;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}

/* line 67, sass/style.scss */
::selection {
  background-color: rgba(200, 200, 200, 0.6);
  color: rgba(0, 0, 0, 0.5);
}

/* line 72, sass/style.scss */
::-moz-selection {
  background-color: rgba(200, 200, 200, 0.6);
  color: rgba(0, 0, 0, 0.5);
}

/* line 77, sass/style.scss */
.hasbg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 83, sass/style.scss */
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555555555555555555;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}

/* line 95, sass/style.scss */
.loading .loading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.6s;
}

/* line 101, sass/style.scss */
.loading .loading-wrap svg {
  width: 300px;
  height: 210px;
  display: block;
}

/* line 106, sass/style.scss */
.loading .loading-wrap svg path,
.loading .loading-wrap svg polygon {
  fill: #2c2c2c;
}

/* line 113, sass/style.scss */
.loading.fadeout .loading-wrap {
  transform: translateY(-15%);
  opacity: 0;
}

/* line 120, sass/style.scss */
#circleG {
  width: 34px;
  margin: 20px auto;
  overflow: hidden;
}

/* line 126, sass/style.scss */
.circleG {
  background-color: white;
  float: left;
  height: 7px;
  margin: 0 2px;
  width: 7px;
  animation-name: bounce_circleG;
  -o-animation-name: bounce_circleG;
  -ms-animation-name: bounce_circleG;
  -webkit-animation-name: bounce_circleG;
  -moz-animation-name: bounce_circleG;
  animation-duration: 1.0675s;
  -o-animation-duration: 1.0675s;
  -ms-animation-duration: 1.0675s;
  -webkit-animation-duration: 1.0675s;
  -moz-animation-duration: 1.0675s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 159, sass/style.scss */
#circleG_1 {
  animation-delay: 0.2095s;
  -o-animation-delay: 0.2095s;
  -ms-animation-delay: 0.2095s;
  -webkit-animation-delay: 0.2095s;
  -moz-animation-delay: 0.2095s;
}

/* line 167, sass/style.scss */
#circleG_2 {
  animation-delay: 0.4955s;
  -o-animation-delay: 0.4955s;
  -ms-animation-delay: 0.4955s;
  -webkit-animation-delay: 0.4955s;
  -moz-animation-delay: 0.4955s;
}

/* line 175, sass/style.scss */
#circleG_3 {
  animation-delay: 0.6385s;
  -o-animation-delay: 0.6385s;
  -ms-animation-delay: 0.6385s;
  -webkit-animation-delay: 0.6385s;
  -moz-animation-delay: 0.6385s;
}

@keyframes bounce_circleG {
  0% {
  }
  50% {
    background-color: black;
  }
  100% {
  }
}

@-o-keyframes bounce_circleG {
  0% {
  }
  50% {
    background-color: black;
  }
  100% {
  }
}

@-ms-keyframes bounce_circleG {
  /* line 208, sass/style.scss */
  50% {
    background-color: black;
  }
}

@-webkit-keyframes bounce_circleG {
  0% {
  }
  50% {
    background-color: black;
  }
  100% {
  }
}

@-moz-keyframes bounce_circleG {
  0% {
  }
  50% {
    background-color: black;
  }
  100% {
  }
}

/* line 235, sass/style.scss */
body {
  color: #2c2c2c;
  font-family: "Montserrat", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  max-width: 2560px;
  overflow-x: hidden;
  margin: auto;
  width: 100%;
  font-size: 14px;
  color: #2c2c2c;
  background-color: #fff;
}

/* line 247, sass/style.scss */
body > * {
  position: relative;
  z-index: 1;
}

/* line 252, sass/style.scss */
h1,
h2,
h3 {
  font-weight: normal;
  display: block;
  font-weight: 700;
}

/* line 260, sass/style.scss */
h4,
h5,
h6 {
  font-weight: normal;
  display: block;
}

/* line 267, sass/style.scss */
a {
  color: #2c2c2c;
}

/* line 271, sass/style.scss */
a:hover {
  text-decoration: none;
}

/* line 275, sass/style.scss */
.site-header {
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 70px;
  background-color: #2c2c2c;
  transition: 0.6s;
}

/* line 286, sass/style.scss */
.site-header.fixheader {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

/* line 289, sass/style.scss */
.site-header .inner {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 297, sass/style.scss */
.site-header .nav-group {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
}

/* line 303, sass/style.scss */
.site-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-right: 15px;
}

/* line 309, sass/style.scss */
.site-header nav ul {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

/* line 314, sass/style.scss */
.site-header nav ul li {
  height: 100%;
}

/* line 316, sass/style.scss */
.site-header nav ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  padding: 0 20px;
  white-space: nowrap;
}

/* line 325, sass/style.scss */
.site-header nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 334, sass/style.scss */
span.nowrap {
  white-space: nowrap;
  display: inline-block;
}

@media (min-width: 2560px) {
  /* line 340, sass/style.scss */
  .site-header {
    width: 2560px;
    left: 50%;
    margin-left: -1280px;
  }
}

/* line 347, sass/style.scss */
.toggle-btn {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: none;
}

/* line 355, sass/style.scss */
.toggle-btn label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
}

/* line 365, sass/style.scss */
.toggle-btn span {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 374, sass/style.scss */
.toggle-btn span:after {
  content: "";
  width: 70%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  left: 15%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 389, sass/style.scss */
.toggle-btn span:last-child:after {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

/* line 394, sass/style.scss */
#menu-status {
  display: none;
}

/* line 398, sass/style.scss */
.ghostnav {
  display: none !important;
  overflow: hidden;
}

/* line 403, sass/style.scss */
.ghostnav nav,
.ghostnav .special-links {
  transition: 0.6s;
  transform: translateY(-30px);
  opacity: 0;
  transition-timing-function: ease-in;
}

/* line 411, sass/style.scss */
#menu-status:checked ~ .ghostnav {
  height: 100%;
}

/* line 415, sass/style.scss */
#menu-status:checked ~ .ghostnav nav {
  transition: 0.6s;
  transition-delay: 0.45s;
  transform: translateY(0px);
  opacity: 1;
}

/* line 422, sass/style.scss */
#menu-status:checked ~ .ghostnav .special-links {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.6s;
}

/* line 434, sass/style.scss */
#menu-status:checked ~ header .toggle-btn span {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

/* line 441, sass/style.scss */
#menu-status:checked ~ header .toggle-btn span:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 446, sass/style.scss */
#menu-status:checked ~ header .toggle-btn span:last-child {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 451, sass/style.scss */
#menu-status:checked ~ .fixheader {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* line 456, sass/style.scss */
#menu-status:checked ~ .site-header {
  background-color: #131313;
}

/* line 460, sass/style.scss */
.ghostnav {
  height: 0;
  transition: background 0.35s linear, height 0.35s ease-in 200ms;
  z-index: 95;
  background-color: #131313;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}

/* line 475, sass/style.scss */
.ghostnav nav {
  margin-bottom: 80px;
}

/* line 477, sass/style.scss */
.ghostnav nav ul a {
  display: block;
  padding: 16px 20px;
  line-height: 1;
  color: white;
  font-size: 16px;
  text-align: center;
}

/* line 489, sass/style.scss */
.ghostnav .special-links ul {
  display: flex;
  align-items: center;
}

/* line 492, sass/style.scss */
.ghostnav .special-links ul li {
  margin: 5px;
}

/* line 495, sass/style.scss */
.ghostnav .special-links ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  background-color: #555;
  border-radius: 100%;
}

/* line 504, sass/style.scss */
.ghostnav .special-links ul a img {
  display: block;
  max-height: 20px;
}

/* line 513, sass/style.scss */
.inner {
  padding: 0 30px;
  margin: auto;
  position: relative;
  max-width: 1260px;
  z-index: 5;
}

/* line 521, sass/style.scss */
section {
  position: relative;
  padding: 80px 0;
}

/* line 527, sass/style.scss */
.brand a {
  width: 120px;
  display: block;
}

/* line 531, sass/style.scss */
.brand img {
  width: 100%;
}

/* line 537, sass/style.scss */
main {
  padding-top: 70px;
}

/* line 541, sass/style.scss */
.hero {
  user-select: none;
  -webkit-user-select: none;
  width: 100%;
  height: 40vw;
  min-height: 400px;
  max-height: 800px;
  display: flex;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2', GradientType=0);
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

/* line 557, sass/style.scss */
.hero .inner {
  width: 100%;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/* line 561, sass/style.scss */
.hero .inner h1 {
  font-family: "Roboto", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  display: block;
  line-height: 1.5;
  font-size: 46px;
  opacity: 0;
  transform: translateY(15px);
}

/* line 566, sass/style.scss */
.hero .inner h1 i {
  font-size: inherit;
  font-style: normal;
}

/* line 573, sass/style.scss */
.hero .inner h2 {
  font-family: "Montserrat", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  display: block;
  line-height: 1.7;
  font-size: 16px;
  margin: 1em 0;
  max-width: 550px;
  opacity: 0;
  transform: translateY(15px);
}

/* line 580, sass/style.scss */
.hero .inner h2 i {
  font-size: inherit;
  font-style: normal;
}

/* line 587, sass/style.scss */
.hero .inner h3 {
  font-family: "Montserrat", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  display: block;
  line-height: 1.7;
  font-size: 16px;
  margin: 1em 0;
  max-width: 550px;
  opacity: 0;
  transform: translateY(15px);
}

/* line 594, sass/style.scss */
.hero .inner h3 i {
  font-size: inherit;
  font-style: normal;
}

/* line 602, sass/style.scss */
.hero .btn-group {
  justify-content: flex-start;
  opacity: 0;
  transform: translateY(15px);
}

/* line 607, sass/style.scss */
.hero .btn-group a {
  color: white;
  text-shadow: 0 0 0 transparent;
  border-color: white;
}

/* line 611, sass/style.scss */
.hero .btn-group a:after {
  background: url(../img/global/plus.svg) center center/contain no-repeat;
}

/* line 615, sass/style.scss */
.hero .btn-group a:hover {
  border-color: transparent;
  background-color: #fff;
  color: #2c2c2c;
}

/* line 619, sass/style.scss */
.hero .btn-group a:hover:after {
  background: url(../img/global/plus-dark.svg) center center/contain no-repeat;
}

/* line 625, sass/style.scss */
.hero.showHero h1,
.hero.showHero h2,
.hero.showHero h3,
.hero.showHero .btn-group {
  opacity: 1;
  transform: translateY(0px);
  transition: 1.2s;
}

/* line 633, sass/style.scss */
.hero.showHero h2 {
  transition-delay: 0s;
}

/* line 636, sass/style.scss */
.hero.showHero h1 {
  transition-delay: 0.3s;
}

/* line 639, sass/style.scss */
.hero.showHero h3 {
  transition-delay: 0.6s;
}

/* line 642, sass/style.scss */
.hero.showHero .btn-group {
  transition-delay: 1s;
}

/* line 650, sass/style.scss */
.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  background-color: #000;
}

/* line 661, sass/style.scss */
#building-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 667, sass/style.scss */
#building-bg img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 3s;
  transform-origin: center;
  position: absolute;
  object-fit: cover;
  object-position: center;
  transform: scale(1.05);
}

/* line 682, sass/style.scss */
.hero.showHero #building-bg img {
  opacity: 1;
  transition-delay: 1.4s;
  transform: scale(1);
}

/* line 689, sass/style.scss */
.news {
  background-color: #fff;
  background: url(../img/index/grid.jpg) center top/cover no-repeat;
}

/* line 692, sass/style.scss */
.news .news-list {
  margin: 20px auto;
  overflow: hidden;
  width: 100%;
  text-align: left;
  max-width: 980px;
}

/* line 698, sass/style.scss */
.news .news-list li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}

/* line 701, sass/style.scss */
.news .news-list li a {
  padding: 6px 0;
  text-align: left;
  font-weight: normal;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 709, sass/style.scss */
.news .news-list li a .news-date {
  min-width: 95px;
  max-width: 95px;
}

/* line 713, sass/style.scss */
.news .news-list li a:hover {
  color: #ff4471;
}

/* line 719, sass/style.scss */
.news .news-date {
  display: inline-block;
}

/* line 724, sass/style.scss */
.section-title {
  width: 100%;
  text-align: center;
  font-family: "Montserrat", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5;
}

/* line 732, sass/style.scss */
.section-title span:first-child {
  font-family: "Roboto", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}

/* line 735, sass/style.scss */
.section-title h2 {
  display: block;
  font-family: "Roboto", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  display: block;
  line-height: 1.4;
  font-size: 46px;
  text-transform: uppercase;
}

/* line 743, sass/style.scss */
.section-title i {
  font-size: inherit;
  font-style: normal;
}

/* line 747, sass/style.scss */
.section-title.directshow .animation-string {
  opacity: 1;
}

/* line 752, sass/style.scss */
.section-content {
  font-size: 14px;
  margin: 40px auto;
  overflow: hidden;
}

/* line 758, sass/style.scss */
.btn-group {
  min-height: 42px;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 765, sass/style.scss */
.btn-group a {
  line-height: 1;
  height: 40px;
  font-size: 14px;
  font-family: "Roboto", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  text-transform: uppercase;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 1px solid #2c2c2c;
  margin: 4px;
}

/* line 777, sass/style.scss */
.btn-group a:after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/global/plus-dark.svg) center center/contain no-repeat;
  margin-left: 5px;
}

/* line 785, sass/style.scss */
.btn-group a:hover {
  background-color: #2c2c2c;
  color: white;
}

/* line 788, sass/style.scss */
.btn-group a:hover:after {
  background: url(../img/global/plus.svg) center center/contain no-repeat;
}

/* line 795, sass/style.scss */
.invest-the-future {
  padding: 100px 0 70px;
  position: relative;
  background: url(../img/index/invest-the-future.jpg) center center/cover no-repeat;
}

/* line 797, sass/style.scss */
.invest-the-future .section-title {
  color: white;
}

/* line 800, sass/style.scss */
.invest-the-future .btn-group {
  margin-top: 80px;
}

/* line 804, sass/style.scss */
.invest-the-future .btn-group a {
  color: white;
  border: 1px solid #fff;
}

/* line 807, sass/style.scss */
.invest-the-future .btn-group a:after {
  background: url(../img/global/plus.svg) center center/contain no-repeat;
}

/* line 810, sass/style.scss */
.invest-the-future .btn-group a:hover {
  border: 1px solid transparent;
  background-color: white;
  color: #2c2c2c;
}

/* line 814, sass/style.scss */
.invest-the-future .btn-group a:hover:after {
  background: url(../img/global/plus-dark.svg) center center/contain no-repeat;
}

/* line 820, sass/style.scss */
.invest-the-future:after {
  content: "";
  display: block;
  background: url(../img/global/mask.png) 0 0 repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}

/* line 832, sass/style.scss */
.invest-the-future .section-content {
  color: white;
  text-align: center;
}

/* line 839, sass/style.scss */
.strength .inner p {
  margin: 30px 0;
  text-align: center;
}

/* line 846, sass/style.scss */
.strength-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 50px;
}

/* line 851, sass/style.scss */
.strength-box > div {
  overflow: hidden;
  min-width: 32%;
  max-width: 32%;
  position: relative;
  color: white;
}

/* line 857, sass/style.scss */
.strength-box > div:after {
  z-index: 1;
  content: "";
  display: block;
  padding-top: 70%;
}

/* line 865, sass/style.scss */
.strength-box .box-headling {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 5;
  padding: 6%;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 879, sass/style.scss */
.strength-box .box-headling h3 {
  font-family: "Montserrat", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  text-transform: uppercase;
  font-size: 36px;
  display: block;
}

/* line 884, sass/style.scss */
.strength-box .box-headling h3 i {
  font-size: inherit;
  font-style: normal;
}

/* line 890, sass/style.scss */
.strength-box .box-bg {
  top: 0;
  left: 0;
  transform: translateX(-101%);
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 3;
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

/* line 900, sass/style.scss */
.strength-box .box-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}

/* line 909, sass/style.scss */
.strength-box .box-bg.show {
  transform: translateX(0%);
}

/* line 913, sass/style.scss */
.strength-box .btn-group a {
  color: white;
  text-shadow: 0 0 0 transparent;
  border-color: white;
}

/* line 917, sass/style.scss */
.strength-box .btn-group a:after {
  background: url(../img/global/plus.svg) center center/contain no-repeat;
}

/* line 921, sass/style.scss */
.strength-box .btn-group a:hover {
  border-color: transparent;
  background-color: #fff;
  color: #2c2c2c;
}

/* line 925, sass/style.scss */
.strength-box .btn-group a:hover:after {
  background: url(../img/global/plus-dark.svg) center center/contain no-repeat;
}

/* line 932, sass/style.scss */
.map {
  position: relative;
  padding: 0;
}

/* line 935, sass/style.scss */
.map .googleMap {
  margin-top: 50px;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 25%;
  min-height: 300px;
  position: relative;
}

/* line 943, sass/style.scss */
.map .googleMap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(100%);
  transition: 1s;
}

/* line 951, sass/style.scss */
.map .googleMap iframe:hover {
  filter: grayscale(0%);
}

/* line 958, sass/style.scss */
footer {
  overflow: hidden;
  background-color: #f9f9f9;
}

/* line 961, sass/style.scss */
footer > .inner {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

/* line 967, sass/style.scss */
footer .footer-brand {
  width: 100px;
  margin: 20px 0;
}

/* line 971, sass/style.scss */
footer .footer-nav {
  position: relative;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  display: flex;
}

/* line 978, sass/style.scss */
footer .footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 984, sass/style.scss */
footer .footer-nav ul a {
  display: block;
  font-size: 12px;
  padding: 6px 16px;
  line-height: 1;
  white-space: nowrap;
}

/* line 990, sass/style.scss */
footer .footer-nav ul a:hover {
  text-decoration: underline;
}

/* line 995, sass/style.scss */
footer .bkt {
  min-width: 100px;
  background-color: #2c2c2c;
  color: white;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}

/* line 1009, sass/style.scss */
footer .bkt img {
  width: 20px;
  margin-bottom: 10px;
}

/* line 1013, sass/style.scss */
footer .bkt:hover {
  background-color: #ff4471;
}

/* line 1017, sass/style.scss */
footer .footer-copyright {
  line-height: 1.3;
  background-color: #2c2c2c;
  color: white;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}

/* line 1027, sass/style.scss */
.animation-string {
  opacity: 0;
  transform: translateX(-5px);
  transition: 0.1s;
}

/* line 1033, sass/style.scss */
.showString {
  opacity: 1;
  transform: translateX(0);
}

/* company */
/* line 1040, sass/style.scss */
.page-header {
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 0 25px;
  position: relative;
}

/* line 1045, sass/style.scss */
.page-header .inner {
  padding: 100px 0;
}

/* line 1048, sass/style.scss */
.page-header .wrap {
  text-align: center;
  position: relative;
  z-index: 5;
}

/* line 1053, sass/style.scss */
.page-header .tag {
  font-family: "Roboto", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  line-height: 1;
}

/* line 1057, sass/style.scss */
.page-header h2 {
  font-family: "Roboto", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  font-size: 56px;
  display: block;
  line-height: 1.3;
  margin: 0.2em 0 0.1em;
  text-transform: uppercase;
}

/* line 1065, sass/style.scss */
.page-header h3 {
  font-size: 18px;
  line-height: 1.3;
}

/* line 1069, sass/style.scss */
.page-header .plus {
  line-height: 1.8;
  max-width: 320px;
  margin: 2em auto 0;
}

/* line 1074, sass/style.scss */
.page-header #breadcrumb {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 10px;
  color: white;
}

/* line 1080, sass/style.scss */
.page-header #breadcrumb a {
  text-decoration: underline;
  color: white;
}

/* line 1083, sass/style.scss */
.page-header #breadcrumb a:hover {
  text-decoration: none;
}

/* line 1091, sass/style.scss */
.page-header-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

/* line 1099, sass/style.scss */
.page-header-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center center;
}

/* line 1109, sass/style.scss */
.company-info {
  padding: 100px 0;
}

/* line 1111, sass/style.scss */
.company-info table {
  width: 100%;
  margin: 60px auto 0;
  max-width: 800px;
  text-align: left;
}

/* line 1117, sass/style.scss */
.company-info table tr:nth-child(2n) {
  background-color: #f6f6f6;
}

/* line 1121, sass/style.scss */
.company-info table td {
  line-height: 1.5;
  font-weight: normal;
  padding: 15px 20px;
}

/* line 1125, sass/style.scss */
.company-info table td:nth-child(1) {
  width: 35%;
  padding-left: 50px;
}

/* line 1129, sass/style.scss */
.company-info table td:nth-child(2) {
  width: 60%;
}

/* line 1136, sass/style.scss */
.section-title-plus {
  text-align: center;
  line-height: 1.5;
  margin: 2em 0 0;
}

/* line 1142, sass/style.scss */
.footer-contact {
  padding: 80px 0;
}

/* 不動産投資はなぜ今か */
/* line 1149, sass/style.scss */
.intro-section {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 1154, sass/style.scss */
.intro-section .col {
  width: 100%;
  flex-basis: 50%;
  max-width: 50%;
}

/* line 1155, sass/style.scss */
.intro-section .col .tag {
  font-family: "Roboto", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}

/* line 1161, sass/style.scss */
.intro-section .col:first-child {
  max-width: 100%;
  padding-right: 30px;
}

/* line 1164, sass/style.scss */
.intro-section .col:first-child h3 {
  white-space: nowrap;
  font-size: 46px;
  font-family: "Roboto", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  margin: 8px auto 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

/* line 1173, sass/style.scss */
.intro-section .col h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}

/* line 1179, sass/style.scss */
.intro-section:not(:last-child) {
  border-bottom: 2px dashed #eee;
  margin-bottom: 100px;
}

/* line 1183, sass/style.scss */
.intro-section.single-line {
  padding: 80px 0 40px;
  display: block;
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 1186, sass/style.scss */
.intro-section.single-line .col {
  width: 100%;
  max-width: none;
}

/* line 1193, sass/style.scss */
.intro-section.hasseperator {
  padding: 80px 0 80px;
  display: block;
}

/* line 1196, sass/style.scss */
.intro-section.hasseperator .col {
  width: 100%;
  max-width: none;
}

/* line 1203, sass/style.scss */
.caption {
  margin-bottom: 100px;
}

/* line 1204, sass/style.scss */
.caption figure {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 1209, sass/style.scss */
.caption figure > * {
  width: 100%;
  flex-basis: 48%;
  max-width: 48%;
}

/* line 1214, sass/style.scss */
.caption figure h4 {
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 1.5em;
  font-weight: bold;
}

/* line 1220, sass/style.scss */
.caption figure p {
  line-height: 2;
}

/* line 1222, sass/style.scss */
.caption figure p:not(:last-child) {
  margin-bottom: 1.5em;
}

/* line 1226, sass/style.scss */
.caption figure img {
  padding: 0 20px;
}

/* line 1229, sass/style.scss */
.caption figure + p {
  margin-top: 30px;
}

/* line 1235, sass/style.scss */
.caption.figure-left figure {
  flex-direction: row;
}

/* line 1241, sass/style.scss */
.form-note {
  font-size: 12px;
  margin: 60px 0 20px;
}

/* line 1246, sass/style.scss */
.global-form {
  margin: 20px auto;
  overflow: hidden;
  padding: 30px 80px;
  background-color: #f6f6f6;
}

/* line 1251, sass/style.scss */
.global-form .main-form {
  overflow: hidden;
}

/* line 1253, sass/style.scss */
.global-form .main-form .sublist {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 1257, sass/style.scss */
.global-form .main-form .sublist > div {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

/* line 1261, sass/style.scss */
.global-form .main-form .sublist > div:not(:last-child) {
  margin-bottom: 10px;
}

/* line 1264, sass/style.scss */
.global-form .main-form .sublist > div > span {
  margin-left: 5px !important;
  display: block;
}

/* line 1269, sass/style.scss */
.global-form .main-form .sublist dl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

/* line 1274, sass/style.scss */
.global-form .main-form .sublist dl dt {
  width: 100%;
  min-width: 100px;
  max-width: 100px;
}

/* line 1280, sass/style.scss */
.global-form .main-form .sublist dl dd span {
  margin-right: 0 !important;
}

/* line 1283, sass/style.scss */
.global-form .main-form .sublist dl dd input[type=number] {
  margin-left: 0;
}

/* line 1289, sass/style.scss */
.global-form .main-form .sublist dl:last-child {
  margin-bottom: 0px;
}

/* line 1294, sass/style.scss */
.global-form .main-form > h4 {
  font-size: 20px;
  display: block;
  line-height: 1.4;
  margin: 3em 0 1em;
  padding-left: 10px;
  border-left: 5px solid #ff4471;
}

/* line 1304, sass/style.scss */
.global-form .main-form ul {
  list-style: none;
  padding-left: 0;
  margin: 30px auto;
  max-width: 1000px;
}

/* line 1309, sass/style.scss */
.global-form .main-form ul li {
  padding: 30px 15px;
  border-bottom: 1px dotted #e9e9e9;
}

/* line 1311, sass/style.scss */
.global-form .main-form ul li > label,
.global-form .main-form ul li > .label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1317, sass/style.scss */
.global-form .main-form ul li > label > p,
.global-form .main-form ul li > .label > p {
  position: absolute;
  width: 0;
  height: 0;
}

/* line 1323, sass/style.scss */
.global-form .main-form ul li div {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}

/* line 1328, sass/style.scss */
.global-form .main-form ul li div:not(.control-item) > span {
  width: 100%;
  margin-left: 0;
}

/* line 1332, sass/style.scss */
.global-form .main-form ul li div.control-item {
  width: 100%;
  max-width: 180px;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
}

/* line 1341, sass/style.scss */
.global-form .main-form ul li div.control-item span {
  margin-left: 5px;
  font-size: 0.6em;
  line-height: 1em;
  padding: 0.1em 0.2em;
  border-radius: 2px;
  background-color: red;
  color: white;
}

/* line 1350, sass/style.scss */
.global-form .main-form ul li div.control-item + div {
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 1355, sass/style.scss */
.global-form .main-form ul li div.control-item + div span {
  white-space: normal;
  margin-right: 5px;
}

/* line 1360, sass/style.scss */
.global-form .main-form ul li div.control-item h4 {
  display: flex;
  white-space: nowrap;
  align-items: center;
}

/* line 1365, sass/style.scss */
.global-form .main-form ul li div.control-item h5 {
  font-size: 12px;
  opacity: 0.5;
  font-weight: normal;
}

/* line 1373, sass/style.scss */
.global-form .main-form ul li input[type=text],
.global-form .main-form ul li input[type=email],
.global-form .main-form ul li input[type=tel],
.global-form .main-form ul li input[type=number],
.global-form .main-form ul li input[type=confirm_email],
.global-form .main-form ul li textarea,
.global-form .main-form ul li select {
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  color: #666;
  line-height: 1.5;
  padding: 0.6em 0.8em;
  display: block;
  width: 100%;
  min-width: 200px;
  max-width: 500px;
  font-family: "Montserrat", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}

/* line 1391, sass/style.scss */
.global-form .main-form ul li select {
  width: auto;
  min-width: 100px;
}

/* line 1395, sass/style.scss */
.global-form .main-form ul li textarea {
  max-width: 800px;
  height: 200px;
}

/* line 1399, sass/style.scss */
.global-form .main-form ul li input[type=number] {
  margin-left: 5px;
  max-width: 100px;
  min-width: 100px;
  width: 100%;
}

/* line 1405, sass/style.scss */
.global-form .main-form ul li .mainform-checkbox {
  display: flex;
  flex-direction: column;
}

/* line 1408, sass/style.scss */
.global-form .main-form ul li .mainform-checkbox > div {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 5px 0;
}

/* line 1414, sass/style.scss */
.global-form .main-form ul li .mainform-checkbox > div input {
  margin-right: 8px;
}

/* line 1423, sass/style.scss */
.global-form .form_submit input[type=submit] {
  width: 200px;
  height: 50px;
  line-height: 50px;
  background-color: #2c2c2c;
  color: white;
  text-align: center;
  display: block;
  margin: 50px auto;
  font-size: 16px;
  cursor: pointer;
  font-family: "Montserrat", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}

/* line 1435, sass/style.scss */
.global-form .form_submit input[type=submit]:hover {
  transform: scale(1.05);
  transform-origin: center;
}

/* line 1441, sass/style.scss */
.global-form .has-checkbox-group {
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

/* line 1446, sass/style.scss */
.global-form .checkbox-group {
  margin-top: 10px;
  flex-wrap: wrap;
}

/* line 1449, sass/style.scss */
.global-form .checkbox-group label {
  display: flex;
  align-items: center !important;
  justify-content: flex-start !important;
  display: block;
  cursor: pointer;
}

/* line 1454, sass/style.scss */
.global-form .checkbox-group label:not(:last-child) {
  margin-right: 20px;
}

/* line 1457, sass/style.scss */
.global-form .checkbox-group label input {
  margin-right: 4px;
}

/* 数字で見る */
/* line 1467, sass/style.scss */
.figure-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 1471, sass/style.scss */
.figure-group .figure {
  flex-basis: 46%;
  max-width: 46%;
}

/* line 1474, sass/style.scss */
.figure-group .figure h5 {
  font-weight: bold;
}

/* line 1477, sass/style.scss */
.figure-group .figure a {
  margin: 10px auto 12px;
  border: 5px solid #f3f3f3;
  display: block;
  position: relative;
}

/* line 1482, sass/style.scss */
.figure-group .figure a:before {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8) url(../img/global/search-plus-solid.svg) center center/40px 40px no-repeat;
}

/* line 1495, sass/style.scss */
.figure-group .figure a:hover:before {
  opacity: 1;
}

/* line 1499, sass/style.scss */
.figure-group .figure img {
  padding: 0;
  position: relative;
  z-index: 1;
}

/* line 1504, sass/style.scss */
.figure-group .figure p {
  font-size: 10px;
  color: #999;
  line-height: 1.7;
  font-weight: normal;
}

/* line 1514, sass/style.scss */
.haschart h5 {
  font-weight: bold;
}

/* line 1518, sass/style.scss */
.haschart .chart-form {
  margin: 15px 0;
}

/* line 1520, sass/style.scss */
.haschart .chart-form table {
  width: 100%;
  border: 1px solid #eee;
}

/* line 1523, sass/style.scss */
.haschart .chart-form table td,
.haschart .chart-form table tr,
.haschart .chart-form table th {
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  font-size: 12px;
}

/* line 1533, sass/style.scss */
.haschart .chart-form table tr:first-child td {
  background-color: #f3f3f3;
  font-weight: bold;
}

/* line 1537, sass/style.scss */
.haschart .chart-form table td:first-child {
  background-color: #f3f3f3;
  font-weight: bold;
}

/* line 1544, sass/style.scss */
.haschart p {
  font-size: 10px;
  color: #999;
  line-height: 1.7;
  font-weight: normal;
}

/* 不動産オーナーになるためのプロセス */
/* line 1554, sass/style.scss */
.process-items {
  padding-bottom: 40px;
}

/* line 1556, sass/style.scss */
.process-items dl {
  padding: 30px;
  background-color: #f3f3f3;
  margin-bottom: 40px;
  position: relative;
}

/* line 1562, sass/style.scss */
.process-items dt {
  line-height: 1.2em;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}

/* line 1567, sass/style.scss */
.process-items dt .order {
  font-size: 3em;
  font-family: "Roboto", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  margin-right: 0.3em;
  opacity: 0.1;
  font-style: italic;
}

/* line 1575, sass/style.scss */
.process-items dt,
.process-items dd {
  position: relative;
  z-index: 2;
}

/* line 1580, sass/style.scss */
.process-items .process-icon {
  width: 140px;
  height: 140px;
  max-height: 90%;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

/* line 1587, sass/style.scss */
.process-items .process-icon img {
  width: 140px;
  height: 140px;
  display: block;
  opacity: 0.1;
}

/* contact us */
/* line 1598, sass/style.scss */
.contact-banner {
  margin: 60px auto;
  border: 6px solid #f3f3f3;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
}

/* line 1606, sass/style.scss */
.contact-banner .col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.5;
}

/* line 1611, sass/style.scss */
.contact-banner .col svg {
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 8px;
}

/* line 1616, sass/style.scss */
.contact-banner .col svg path {
  fill: #2c2c2c;
}

/* line 1620, sass/style.scss */
.contact-banner .col:first-child {
  white-space: nowrap;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px dotted #2c2c2c;
  font-size: 18px;
  line-height: 1.2;
}

/* line 1622, sass/style.scss */
.contact-banner .col:first-child a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}

/* line 1628, sass/style.scss */
.contact-banner .col:first-child a svg {
  margin-right: 4px;
}

/* line 1637, sass/style.scss */
.contact-banner .col:first-child h4 {
  margin-right: 12px;
}

/* line 1640, sass/style.scss */
.contact-banner .col:first-child div {
  font-size: 24px;
  font-family: "Roboto", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}

/* line 1648, sass/style.scss */
.greetings-section {
  margin: 100px 0;
  position: relative;
}

/* line 1651, sass/style.scss */
.greetings-section .greetings-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/* line 1658, sass/style.scss */
.greetings-section .greetings-bg figure {
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

/* line 1664, sass/style.scss */
.greetings-section .greetings-bg figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 40% 50%;
}

/* line 1676, sass/style.scss */
.greetings-section .inner .col {
  width: 50%;
  padding-right: 40px;
}

/* line 1681, sass/style.scss */
.greetings-section .col {
  width: 100%;
}

/* line 1682, sass/style.scss */
.greetings-section .col .tag {
  font-family: "Roboto", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}

/* line 1686, sass/style.scss */
.greetings-section .col:first-child {
  max-width: 100%;
}

/* line 1688, sass/style.scss */
.greetings-section .col:first-child h3 {
  white-space: nowrap;
  font-size: 46px;
  font-family: "Roboto", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  margin: 0 auto 2px;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 1698, sass/style.scss */
.greetings-section .col h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}

/* line 1704, sass/style.scss */
.greetings-section .greeting-des {
  padding: 18px 20px;
  background-color: #111;
  width: 120%;
  margin: 25px 0;
  color: white;
}

/* line 1713, sass/style.scss */
.greetings-section .greetings-content p {
  font-size: 12px;
}

/* line 1715, sass/style.scss */
.greetings-section .greetings-content p:not(:last-child) {
  margin-bottom: 1.5em;
}

/* line 1720, sass/style.scss */
.greetings-section .greetings-sign {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
}

/* line 1727, sass/style.scss */
.greetings-section .greetings-sign span:last-child {
  margin-left: 15px;
  font-size: 16px;
}

br.sp{
  display: none;
}

@media (max-width: 1800px) {
  /* line 2, sass/res.scss */
  .strength-box .box-headling h3 {
    font-size: 28px;
  }
}

@media (max-width: 1360px) {
  /* line 8, sass/res.scss */
  .hero .inner {
    padding-left: 60px;
  }
  /* line 11, sass/res.scss */
  .hero .inner h1,
  .section-title h2 {
    font-size: 36px;
  }
  /* line 15, sass/res.scss */
  .strength-box .box-headling {
    padding: 30px;
  }
  /* line 18, sass/res.scss */
  .page-header h2 {
    font-size: 48px;
  }
  /* line 21, sass/res.scss */
  main .inner {
    padding: 0 7%;
  }
  /* line 24, sass/res.scss */
  .intro-section .col:first-child h3 {
    font-size: 3.5vw;
  }
  /* line 27, sass/res.scss */
  .global-form {
    padding: 2% 7% 5%;
  }
  /* line 30, sass/res.scss */
  .global-form .main-form > h4 {
    margin-top: 8%;
  }
}

@media (max-width: 1150px) {
  /* line 36, sass/res.scss */
  .site-header .nav-group {
    display: none;
  }
  /* line 39, sass/res.scss */
  .toggle-btn {
    display: block;
  }
  /* line 42, sass/res.scss */
  .ghostnav {
    display: flex !important;
  }
  /* line 45, sass/res.scss */
  .site-header .inner {
    padding-right: 25px;
  }
  /* line 48, sass/res.scss */
  section {
    padding: 60px 0;
  }
  /* line 51, sass/res.scss */
  .invest-the-future {
    padding: 70px 0 30px;
  }
  /* line 54, sass/res.scss */
  .invest-the-future .btn-group {
    margin-top: 40px;
  }
  /* line 57, sass/res.scss */
  .strength-box {
    flex-direction: column;
    padding: 0 30px;
  }
  /* line 61, sass/res.scss */
  .strength-box > div {
    width: 100%;
    max-width: 100%;
    min-height: 240px;
    margin-bottom: 30px;
  }
  /* line 67, sass/res.scss */
  .strength-box > div:after {
    padding-top: 30%;
  }
  /* line 70, sass/res.scss */
  .hero {
    height: auto;
    padding: 5% 0;
  }
}

@media (max-width: 980px) {
  /* line 77, sass/res.scss */
  .page-header h2 {
    font-size: 36px;
  }
  /* line 80, sass/res.scss */
  .intro-section .col:first-child h3 {
    font-size: 32px;
  }
}

@media (max-width: 900px) {
  /* line 86, sass/res.scss */
  .caption figure,
  .caption.figure-left figure {
    flex-direction: column-reverse;
  }
  /* line 89, sass/res.scss */
  .caption figure > *,
  .caption.figure-left figure > * {
    max-width: none;
    flex: 1;
  }
  /* line 93, sass/res.scss */
  .caption figure img,
  .caption.figure-left figure img {
    padding: 0;
    max-width: 600px;
    margin: 40px auto 0;
  }
  /* line 99, sass/res.scss */
  .page-header .inner {
    padding-bottom: 70px;
  }
  /* line 103, sass/res.scss */
  .greetings-section .greeting-des {
    width: 100%;
  }
  /* line 106, sass/res.scss */
  .greetings-section .greetings-bg {
    margin-top: 7%;
    width: 100%;
    height: 50vw;
    position: relative;
  }
  /* line 111, sass/res.scss */
  .greetings-section .greetings-bg figure {
    width: 100%;
  }
  /* line 116, sass/res.scss */
  .greetings-section .inner .col {
    width: 100%;
    padding-right: 0;
  }
  /* line 119, sass/res.scss */
  .greetings-section .inner .col h3 {
    font-size: 42px;
  }
  /* line 124, sass/res.scss */
  .greetings-section .col {
    width: 100%;
  }
}

@media (max-width: 850px) {
  /* line 132, sass/res.scss */
  .caption figure p {
    line-height: 1.8;
  }
  /* line 135, sass/res.scss */
  .intro-section {
    display: block;
  }
  /* line 137, sass/res.scss */
  .intro-section .col {
    max-width: none;
  }
  /* line 139, sass/res.scss */
  .intro-section .col:nth-child(2) {
    margin-top: 30px;
  }
  /* line 144, sass/res.scss */
  .intro-section .col:first-child h3 {
    white-space: normal;
  }
  /* line 147, sass/res.scss */
  .company-info {
    padding: 50px 0;
  }
  /* line 150, sass/res.scss */
  .intro-section,
  .intro-section.hasseperator {
    padding: 50px 0;
  }
  /* line 154, sass/res.scss */
  .intro-section.single-line {
    padding: 50px 0;
    margin-bottom: 0 !important;
  }
  /* line 158, sass/res.scss */
  .intro-section:not(:last-child) {
    margin-bottom: 50px;
  }
  /* line 161, sass/res.scss */
  .caption {
    margin-bottom: 70px;
  }
  /* line 164, sass/res.scss */
  .global-form .main-form ul li > label,
  .global-form .main-form ul li > .label {
    display: block;
  }
  /* line 168, sass/res.scss */
  .global-form .main-form ul li div.control-item {
    margin-bottom: 10px;
  }
  /* line 171, sass/res.scss */
  .global-form .main-form ul li {
    padding: 4% 0;
  }
  /* line 174, sass/res.scss */
  .global-form .main-form > h4 {
    margin: 12% 0 0;
  }
  /* line 177, sass/res.scss */
  .global-form .main-form ul {
    margin: 15px 0 30px;
  }
  /* line 180, sass/res.scss */
  .contact-banner {
    display: block;
  }
  /* line 183, sass/res.scss */
  .contact-banner .col:first-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  /* line 191, sass/res.scss */
  .contact-banner {
    margin: 10% 0;
  }
  /* line 194, sass/res.scss */
  .form-note {
    margin: 40px 0 20px;
  }
  /* line 197, sass/res.scss */
  .greetings-section {
    margin: 50px 0 20px;
  }
}

@media (max-width: 750px) {
  /* line 203, sass/res.scss */
  .ghostnav nav ul a {
    padding: 12px 20px;
  }
  /* line 206, sass/res.scss */
  .ghostnav nav {
    margin-bottom: 50px;
  }
  /* line 210, sass/res.scss */
  .hero .inner {
    padding-left: 60px;
  }
  /* line 213, sass/res.scss */
  .hero .inner h1,
  .section-title h2 {
    font-size: 28px;
  }
  /* line 217, sass/res.scss */
  .strength-box .box-headling h3 {
    font-size: 28px;
  }
  /* line 220, sass/res.scss */
  .hero .inner h2 {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  /* line 226, sass/res.scss */
  .strength-box {
    padding: 0 20px;
  }
  /* line 229, sass/res.scss */
  .strength-box > div {
    margin-bottom: 20px;
  }
  /* line 231, sass/res.scss */
  .strength-box > div:last-child {
    margin-bottom: 0;
  }
  /* line 235, sass/res.scss */
  .strength {
    padding-bottom: 20px;
  }
  /* line 238, sass/res.scss */
  .site-header {
    height: 56px;
  }
  /* line 241, sass/res.scss */
  main {
    padding-top: 56px;
  }
  /* line 244, sass/res.scss */
  .site-header .inner {
    padding-right: 18px;
    padding-left: 20px;
  }
  /* line 248, sass/res.scss */
  .brand a {
    width: 50px;
  }
  /* line 251, sass/res.scss */
  .ghostnav nav ul a {
    font-size: 15px;
  }
  /* line 254, sass/res.scss */
  footer .footer-nav ul a {
    padding: 3px 8px;
  }
  /* line 257, sass/res.scss */
  .map {
    padding-top: 40px;
  }
  /* line 260, sass/res.scss */
  .googleMap {
    margin-top: 20px;
  }
  /* line 263, sass/res.scss */
  .caption figure h4 {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  /* line 269, sass/res.scss */
  .footer-nav {
    display: none !important;
  }
  /* line 272, sass/res.scss */
  footer .footer-brand {
    width: 50px;
    margin: 18px 0;
  }
  /* line 276, sass/res.scss */
  footer > .inner {
    padding: 0 0 0 20px;
  }
  /* line 279, sass/res.scss */
  footer .bkt {
    font-size: 10px;
    min-width: 80px;
  }
  /* line 283, sass/res.scss */
  footer .bkt img {
    margin-bottom: 6px;
  }
  /* line 286, sass/res.scss */
  .footer-copyright .inner {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
  }
  /* line 290, sass/res.scss */
  .btn-group {
    margin-top: 20px;
  }
  /* line 293, sass/res.scss */
  .hero-bg-svg ul li {
    overflow: visible;
  }
  /* line 295, sass/res.scss */
  .hero-bg-svg ul li img {
    object-position: 80% center;
    transform: scale(1.5);
  }
  /* line 300, sass/res.scss */
  .hero-bg-svg ul li:nth-child(2) img {
    transform: scale(1.3);
  }
  /* line 305, sass/res.scss */
  .page-header h2 {
    line-height: 1.2;
  }
  /* line 308, sass/res.scss */
  .process-items dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  /* line 314, sass/res.scss */
  .ghostnav nav ul li a {
    color: #eee;
  }
  /* line 317, sass/res.scss */
  .ghostnav nav ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
}

@media (max-width: 500px) {
  /* line 323, sass/res.scss */
  .hero {
    padding-top: 10%;
    max-height: 760px;
    align-items: flex-start;
    min-height: 380px;
  }
  /* line 328, sass/res.scss */
  .hero .btn-group {
    justify-content: center;
  }
  /* line 332, sass/res.scss */
  .hero .inner h2,
  .hero .inner h3 {
    font-size: 16px;
    font-weight: normal;
  }
  /* line 337, sass/res.scss */
  .hero .inner h1 {
    font-size: 28px;
  }
  /* line 340, sass/res.scss */
  .hero .inner {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    max-height: 500px;
    padding-bottom: 15%;
  }
  /* line 347, sass/res.scss */
  .ghostnav nav ul a {
    font-size: 14px;
  }
  /* line 351, sass/res.scss */
  .loading svg {
    width: 75px !important;
    height: 46px !important;
  }
  /* line 356, sass/res.scss */
  .strength-box .box-headling h3 {
    font-size: 22px;
  }
  /* line 359, sass/res.scss */
  main .inner {
    padding: 0 20px;
  }
  /* line 362, sass/res.scss */
  .process-items dl {
    margin-bottom: 20px;
  }
  /* line 365, sass/res.scss */
  .intro-section.single-line .col,
  .intro-section.hasseperator .col {
    text-align: center;
    padding: 0 5%;
  }
  /* line 370, sass/res.scss */
  .process-items dl {
    padding: 30px 20px;
  }
  /* line 373, sass/res.scss */
  .process-items dt .order {
    font-size: 2em;
  }
  /* line 376, sass/res.scss */
  .process-items dt {
    font-size: 22px;
    margin-bottom: 20px;
  }
  /* line 380, sass/res.scss */
  .company-info table td {
    padding: 15px 20px !important;
  }
  /* line 383, sass/res.scss */
  .contact-banner .col:first-child {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* line 388, sass/res.scss */
  .contact-banner .col:first-child div {
    margin: 8px 0;
  }
  /* line 391, sass/res.scss */
  .caption figure img,
  .caption.figure-left figure img {
    margin-top: 25px;
  }
  /* line 395, sass/res.scss */
  .caption {
    margin-bottom: 50px;
  }
  /* line 398, sass/res.scss */
  .process-items {
    padding-bottom: 0;
  }
  /* line 401, sass/res.scss */
  .greetings-section .inner .col h3 {
    font-size: 32px;
  }
  br.sp{
        display: block;
  }
}
