@charset "UTF-8";
/* Scss Document */
#global-header {
  width: 100%;
}
#global-header .inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#global-header .inner .logo {
  width: 20%;
  text-align: center;
}
#global-header .inner .logo a {
  display: inline-block;
  padding: 12px 0;
  font-weight: bold;
}
#global-header .inner #global-navi {
  width: 50%;
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
#global-header .inner #global-navi ul li {
  width: 100%;
}
#global-header .inner #global-navi ul li a {
  font-size: 1.4em;
  padding: 14px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul li a:hover {
  background: #333;
  color: #ffffff;
}
@media screen and (max-width: 1366px) {
  #global-header .inner #global-navi ul {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 1440px) {
  #global-header .inner {
    width: 100%;
  }
  #global-header .inner .logo {
    width: 25%;
  }
}
@media screen and (max-width: 1112px) {
  #global-header .inner .logo {
    width: 100%;
    text-align: center;
  }
  #global-header .inner .logo a {
    display: inline-block;
    padding: 10.5px 0;
  }
  #global-header .inner .logo a img {
    width: auto;
    height: 70%;
  }
  #global-header .inner #global-navi {
    display: none;
  }
}
@media screen and (max-width: 415px) {
  #global-header .inner .logo a {
    padding: 15px 0;
    width: 100%;
    font-size: 0.8em;
  }
}

main#container .page-header {
  text-align: center;
  margin-bottom: 40px;
}
main#container .page-header h2 .h-inner {
  display: inline-block;
  height: 130px;
  margin: 0 auto;
  padding-left: 60px;
  background: url(../images/midashi.png) no-repeat left center;
}
main#container .page-header h2 .h-inner .ja {
  display: inline-block;
  padding-top: 46px;
  padding-right: 18px;
  font-size: 1.8em;
  font-weight: bold;
}
main#container .page-header h2 .h-inner .en {
  display: inline-block;
  padding-right: 18px;
  font-size: 0.8em;
  letter-spacing: 0.25em;
}
main#container .page-header.contact-content {
  margin-bottom: 40px;
}

/* Scss Document */
#key-visual img {
  width: 100%;
  height: auto;
  position: relative;
  vertical-align: bottom;
}
#key-visual h2 {
  position: absolute;
  color: #fff;
  font-size: 4em;
  margin: -12% 0 0 63%;
}
@media screen and (max-width: 834px) {
  #key-visual {
    height: 300px;
  }
  #key-visual img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
  #key-visual h2 {
    margin: -20% 0 0 70%;
  }
}
@media screen and (max-width: 415px) {
  #key-visual {
    height: 250px;
  }
  #key-visual h2 {
    position: absolute;
    color: #fff;
    font-size: 4em;
    margin: -40% 0 0 43%;
  }
}

.wrap_bg_top {
  background: #f9f9f9;
}

.wrap_bg {
  background: #fff;
}

.sub_title {
  margin-top: 15%;
}
.sub_title h2 {
  font-size: 2.8em;
  line-height: 1.2em;
}
.sub_title h2 span {
  font-size: 0.4em;
  color: #666666;
}
@media screen and (max-width: 415px) {
  .sub_title h2 {
    font-size: 2em;
  }
}

.sub_left {
  width: 800px;
  margin: 2% auto 0 auto;
  text-align: left;
}
.sub_left h2 {
  font-size: 2em;
  margin-bottom: 5%;
  line-height: 1.2em;
}
.sub_left h2 span {
  font-size: 0.8em;
  color: #666666;
}
.sub_left.contact_sub_left {
  width: 800px;
}
@media screen and (max-width: 1112px) {
  .sub_left.contact_sub_left {
    width: 95%;
  }
}
@media screen and (max-width: 415px) {
  .sub_left {
    width: 95%;
  }
  .sub_left h2 {
    font-size: 2.8em;
  }
  .sub_left h2 span {
    font-size: 0.6em;
  }
}

.btn {
  border: solid #1a1a1a 1px;
  padding: 10px;
  width: 100px;
  position: relative;
}
.btn a {
  text-align: center;
  font-size: 14px;
  font-family: "Shin Go Regular";
  line-height: 12px;
  margin-bottom: 7px;
  padding: 3px;
  margin: 0 auto;
  display: block;
}
.btn a:hover {
  color: #ffffff;
  transition: 0.5s;
  padding: 3px;
}
.btn a img {
  position: absolute;
  width: 10px;
  height: 13px;
  margin: -5px 0 0 -15px;
}
.btn:hover {
  background: #1a1a1a;
  color: #ffffff;
  transition: 0.5s;
}

.flex {
  display: flex;
  width: 90%;
}
@media screen and (max-width: 415px) {
  .flex {
    display: flex;
    flex-direction: column;
  }
}

.kasen_es {
  border-bottom: solid 1px #333;
  width: 800px;
  margin: 5% auto 0 auto;
}
.kasen_es img {
  margin: 0 0 0 auto;
  display: block;
}
.kasen_es.contact {
  width: 800px;
}
.kasen_es.estate {
  width: 1000px;
}
@media screen and (max-width: 1112px) {
  .kasen_es.contact {
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  .kasen_es.estate {
    width: 95%;
  }
}
@media screen and (max-width: 415px) {
  .kasen_es {
    width: 95%;
  }
}

footer {
  background: #fff;
  padding: 5% 0 2.5%;
}
footer .footer_inner {
  width: 60%;
  margin: 0 auto;
}
footer .footer_inner h3 {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
footer .footer_inner ul {
  margin: 5% auto;
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
}
footer .footer_inner ul li {
  width: 100%;
  font-size: 1.2em;
  padding: 1%;
  text-align: center;
}
footer .footer_inner ul li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer_inner ul li a span {
  font-size: 1.3em;
}
@media screen and (max-width: 800px) {
  footer .footer_inner ul {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  footer .footer_inner {
    width: 80%;
  }
  footer .footer_inner ul {
    width: 100%;
  }
}
footer p {
  text-align: center;
}

.contents_wrap {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.sub_left {
  text-align: left;
}

.estate-info {
  width: 800px;
  margin: 0 auto;
}
.estate-info div {
  display: grid;
  grid-template-columns: 25% 73%;
  column-gap: 2%;
  align-items: center;
  margin-bottom: 12px;
}
.estate-info div:last-child {
  margin-bottom: 0;
}
.estate-info div dt {
  font-size: 1.4em;
  padding: 10px 18px;
  background: #f7f7f7;
  margin-right: 2%;
  height: 100%;
  display: flex;
  align-items: center;
}
.estate-info div dt span {
  font-size: 1em;
}
.estate-info div dd {
  font-size: 1.4em;
  padding: 10px 0;
}
@media screen and (max-width: 520px) {
  .estate-info {
    width: 90%;
  }
  .estate-info div {
    display: block;
    margin-bottom: 0;
    padding: 12px 0;
  }
  .estate-info div dt {
    width: 100%;
    padding: 10px;
  }
  .estate-info div dt span {
    font-weight: bold;
    color: #2a2a2a;
  }
  .estate-info div dd {
    width: 100%;
    padding: 10px;
  }
}

.investment_area {
  width: 800px;
  margin: 0 auto;
  padding: 24px 0;
}
@media screen and (max-width: 520px) {
  .investment_area {
    width: 95%;
  }
}
.investment_area dl dt {
  padding: 10px;
  background: #e8e8e8;
  font-size: 18px;
  line-height: 1;
}
.investment_area dl dd {
  margin-bottom: 25px;
  padding: 10px;
  font-size: 15px;
}
.investment_area dl dd:last-child {
  margin-bottom: 0;
}

.hist-wrap {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 56px;
}
@media screen and (max-width: 520px) {
  .hist-wrap {
    width: 95%;
  }
}
.hist-wrap .hist_block {
  width: 100%;
  display: grid;
  grid-template-columns: 60% 38%;
  column-gap: 2%;
  margin-bottom: 20px;
}
.hist-wrap .hist_block .hist_box {
  width: 100%;
  overflow-y: scroll;
  height: 550px;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 5px rgba(42, 42, 42, 0.6) inset;
}
.hist-wrap .hist_block .hist_box li {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  align-items: center;
  padding: 30px 0;
}
.hist-wrap .hist_block .hist_box li:nth-child(2n) {
  box-shadow: 0 0 5px rgba(42, 42, 42, 0.6) inset;
  position: relative;
  z-index: 1;
  background-color: #f7f7f7;
}
.hist-wrap .hist_block .hist_box li:last-child {
  margin-bottom: 0;
}
.hist-wrap .hist_block .hist_box li .ym {
  width: 30%;
  text-align: center;
  font-size: 1.4em;
}
.hist-wrap .hist_block .hist_box li .event {
  width: 70%;
  font-size: 1.4em;
  padding-right: 10px;
}
.hist-wrap .hist_block .hist_box .atention {
  display: block;
  text-align: center;
  margin-bottom: 0;
  line-height: 2em;
  padding: 20px 0 10px;
}
.hist-wrap .hist_block .slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: 0.8s ease;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hist-wrap .hist_block .slider {
    display: none;
  }
}
.hist-wrap .hist_block .slider .slider-item {
  height: 550px; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
.hist-wrap .hist_block .slider .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hist-wrap .hist_block .slider .slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}
.hist-wrap .hist_block .slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.hist-wrap .hist_block .slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}
.hist-wrap .hist_block .slider .slick-dots .slick-active button {
  background: #333;
}
.hist-wrap .atention {
  font-size: 1.2em;
}

.own-wrap {
  padding: 56px 0;
  background: #f9f9f9;
}

.own_box {
  width: 800px;
  margin: 0 auto;
}
.own_box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.own_box ul li {
  padding: 2%;
  margin: 0;
}
.own_box ul li img {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 12px;
  display: inline-block;
}
.own_box ul li span {
  font-size: 1.4em;
}
@media screen and (max-width: 520px) {
  .own_box ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .own_box ul ul li {
    margin-bottom: 16px;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 520px) {
  .own_box {
    width: 95%;
  }
}

.ggmap {
  width: 800px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .ggmap {
    width: 90%;
    height: 180px;
    margin-bottom: 32px;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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