body {
  margin: 0;
  padding: 0;
  background-repeat: repeat;
  text-align: center;
  background-color: #f3ebeb;
  border-bottom: 5px solid #c59a4b;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
  line-height: 2.5;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}

article {
  background: url("images/bg.png") repeat center top;
  background-color: #192f4e;
}

@media screen and (max-width: 1023px) {
  article {
    background: url("images/bg-mob.png") repeat center top;
    background-color: #192f4e;
  }
}
.mob-on {
  display: none;
}

.mob-off {
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .mob-on {
    display: inline-block;
  }
  .mob-off {
    display: none;
  }
}
#hero {
  background: url("images/hero-bg.png") no-repeat center top;
  height: 100svh;
}
#hero .bg-left {
  background: url("images/hero-left-bg.png") no-repeat left center;
  background-size: contain;
  height: 100svh;
}
@media screen and (max-width: 1240px) {
  #hero .bg-left {
    background: url("images/hero-left-bg-mob.png") no-repeat left bottom;
    background-size: 50%;
    height: 100svh;
  }
}
@media screen and (max-width: 1024px) {
  #hero .bg-left {
    background: url("images/hero-left-bg-mob.png") no-repeat left bottom;
    background-size: 60%;
    height: 100svh;
  }
}
#hero .bg-right {
  background: url("images/hero-right-bg.png") no-repeat right top;
  background-size: contain;
  height: 100svh;
}
@media screen and (max-width: 1240px) {
  #hero .bg-right {
    background: url("images/hero-right-bg-mob.png") no-repeat right top;
    background-size: 40%;
    height: 100svh;
  }
}
@media screen and (max-width: 1024px) {
  #hero .bg-right {
    background: url("images/hero-right-bg-mob.png") no-repeat right top;
    background-size: 50%;
    height: 100svh;
  }
}
@media screen and (max-width: 480px) {
  #hero .bg-kinpaku {
    background: url("images/hero-right-top-bg-mob.png") no-repeat left top;
    background-size: 25%;
    background-position: left 8% top 3%;
    height: 100svh;
  }
}
#hero .main-content {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 800px;
  width: 800px;
  border-radius: 50%;
  margin-top: -400px;
  margin-left: -400px;
}
#hero .main-content .logo-image {
  padding-top: 150px;
}
#hero .main-content h1 {
  margin: 0 0 20px 0;
}
#hero .main-content p {
  padding-top: 15px;
}
@media screen and (max-width: 1023px) {
  #hero .main-content {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 650px;
    width: 650px;
    border-radius: 50%;
    margin-top: -325px;
    margin-left: -325px;
  }
  #hero .main-content .logo-image {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #hero .main-content {
    width: 100%;
    height: auto;
    left: auto;
    border-radius: 30%;
    background: none;
    margin-left: auto;
    margin-top: -80%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #hero .main-content .logo-image {
    padding-top: 80px;
  }
  #hero .main-content h1 {
    margin: 0 0 5px 0;
    line-height: 1.5;
  }
  #hero .main-content p {
    font-size: 12px;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #hero {
    background: url("images/hero-bg-mob.png") no-repeat center center;
    background-size: cover;
    height: 100svh;
  }
}
#about {
  background: url("images/about-bg.png") no-repeat center center;
  background-color: #08172b;
  padding: 80px 0;
}
#about p {
  color: #d3d4d5;
  font-size: 15px;
  line-height: 2.1;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  #about p {
    text-align: left;
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  #about {
    background: url("images/about-bg-mob.png") no-repeat center center;
    background-color: #08172b;
    padding: 65px 25px;
  }
}
#group {
  background-color: #192f4e;
}
#group .col {
  display: table;
  table-layout: fixed;
  letter-spacing: -1em;
  margin: 0;
  width: 100%;
}
#group .col .col-inner {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  list-style: none;
  letter-spacing: 0em;
  vertical-align: middle;
  text-align: center;
  height: 570px;
}
#group .col .col-inner.bg-m2 {
  position: relative;
  overflow: hidden;
  max-width: 450px;
  height: 570px;
}
#group .col .col-inner.bg-m2:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("images/group-m2.png") no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#group .col .col-inner.bg-m2:hover:after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#group .col .col-inner.bg-m2 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #group .col .col-inner.bg-m2 a:after {
    position: absolute;
    bottom: 15px;
    right: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    background: #192f4e;
    color: #FFF;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
  }
}
#group .col .col-inner.bg-takehime {
  position: relative;
  overflow: hidden;
  max-width: 450px;
  height: 570px;
}
#group .col .col-inner.bg-takehime:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("images/group-takehime.png") no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#group .col .col-inner.bg-takehime:hover:after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#group .col .col-inner.bg-takehime a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #group .col .col-inner.bg-takehime a:after {
    position: absolute;
    bottom: 15px;
    right: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    background: #192f4e;
    color: #FFF;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #group .col {
    display: block;
  }
  #group .col .col-inner {
    display: block;
    height: auto;
  }
  #group .col .col-inner.bg-m2 {
    width: 100%;
    max-width: none;
    height: 275px;
  }
  #group .col .col-inner.bg-takehime {
    width: 100%;
    max-width: none;
    height: 275px;
  }
}

#company {
  background: url("images/footer-bg.png") repeat-x center bottom;
  background-color: #192f4e;
}
#company .bg-center {
  background: url("images/company-bg.png") no-repeat center top 70px;
}
@media screen and (max-width: 1023px) {
  #company .bg-center {
    background: url("images/company-bg-mob.png") no-repeat center top 50px;
  }
}
#company .bg-left {
  background: url("images/footer-left-bg.png") no-repeat left bottom;
}
@media screen and (max-width: 767px) {
  #company .bg-left {
    background: none;
  }
}
#company .bg-right {
  background: url("images/footer-right-bg.png") no-repeat right bottom;
}
@media screen and (max-width: 767px) {
  #company .bg-right {
    background: none;
  }
}
#company .main-content {
  margin: 0 auto;
  width: 1000px;
}
#company .main-content h2 {
  margin: 0;
  padding: 120px 0 80px;
  color: #c59a4b;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  #company .main-content h2 {
    padding: 70px 0 45px;
    font-size: 21px;
  }
}
#company .main-content .col {
  letter-spacing: -1em;
  margin: 0;
  width: 100%;
}
#company .main-content .col .col-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  list-style: none;
  letter-spacing: 0em;
  vertical-align: top;
  display: inline-block;
  width: 50%;
}
#company .main-content .col .col-inner dl {
  margin: 0;
}
#company .main-content .col .col-inner dt, #company .main-content .col .col-inner dd {
  text-align: left;
}
#company .main-content .col .col-inner dt {
  border-left: 2px solid #c59a4b;
  color: #d3d4d5;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 10px;
}
#company .main-content .col .col-inner dd {
  color: #d3d4d5;
  font-size: 15px;
  margin-left: 0;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  #company .main-content .col .col-inner dt {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 5px;
  }
  #company .main-content .col .col-inner dd {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #company .main-content .col .col-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #company .main-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #company .main-content {
    background: url("images/footer-bg-mob.png") no-repeat center bottom;
    background-size: contain;
    background-position: right 0 bottom 1%;
  }
}
#company footer {
  font-size: 14px;
  color: #d3d4d5;
  padding: 90px 0;
}
@media screen and (max-width: 480px) {
  #company footer {
    padding: 45px 0 185px;
  }
}