@charset "UTF-8";

main {
  width: 100%;
  height: auto;
  position: relative;
}

main::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url('../img/about/bg.png');
  background-size: cover;
  opacity: .3;
  z-index: -1;
}

/*--------------------------------------------------------------------------
  tab
--------------------------------------------------------------------------*/
#tab {
  width: 100%;
  height: auto;
  position: relative;
}

.tab-bg {
  width: 100%;
  line-height: 1;
  color: #eee;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.tab-bg img {
  width: 80%;
  height: auto;
}

.tab-container {
  width: 100%;
  height: auto;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;

}

.tab-menu {
  width: 100%;
  height: auto;
  margin: 10px 0;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
}

.tab-menu::after {
  display: block;
  content: '';
  line-height: 1;
  position: absolute;
  top: 20%;
  right: 10%;
  width: 8%;
  height: 70%;
  background: url('../icon/diagonal.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.tab-menu a {
  color: #e57a91;
  display: flex;
  flex-direction: column;
}

.tab-menu a span:first-of-type {
  font-family: 'Cinzel', serif;
  font-size: 4rem;
  line-height: 1;
}

.tab-menu a img {
  width: auto;
  height: 8px;
}

/*--------------------------------------------------------------------------
 about
--------------------------------------------------------------------------*/
#about {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 50px;
}

#about h2 {
  font-family: 'Cinzel', serif;
  line-height: 1.75;
  text-align: center;
  font-size: 3.2rem;
  padding-bottom: 25px;
  color: #c4972f;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#about h2>span {
  font-size: 1.4rem;
  font-weight: normal;
}

#about p {
  font-family: 'Cinzel', serif;
  font-weight: bold;
  text-align: justify;
}

.about-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  padding: 50px 0 80px 0;
}

.about-content {
  width: 100%;
  height: auto;
  min-height: 460px;
  padding: 50px;
  box-sizing: border-box;
  background: #fff;
}

.about-content img {
  width: auto;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.about-img {
  width: 100%;
  height: auto;
  position: relative;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img-bg {
  width: 70%;
  position: absolute;
  top: 60%;
  left: -10%;
}

.about-img-bg img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
  feature
--------------------------------------------------------------------------*/
#feature {
  width: 100%;
  height: auto;
}

.feature-bg {
  display: block;
  content: '';
  width: 18%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.feature-container {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.feature-container::after {
  display: block;
  content: '';
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: rgba(253, 192, 185, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.feature-img {
  width: 30%;
  height: auto;
  position: relative;
}

.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-img-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 80%;
  right: -20%;
}

.feature-img-bg img {
  width: 100%;
  height: auto;
}

.feature-category {
  width: 70%;
  height: auto;
  position: relative;
  padding: 50px 0;
}

.feature-category h2 {
  font-family: 'Cinzel', serif;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.feature-category .feature-read {
  color: #fff;
  text-align: center;
}

.feature-category ul {
  list-style: none;
}

.feature-category li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
}

.feature-category-img {
  width: 20%;
  height: auto;
  text-align: center;
}

.feature-category-img img {
  display: block;
  width: auto;
  height: 70px;
  margin: 0 auto;
}

.feature-category-img p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.feature-category-img li img {
  width: 100%;
  height: auto;
}

.feature-category-text {
  width: 70%;
  line-height: 1.75;
}

.feature-category-text p {
  padding-top: 3px;
}

/*--------------------------------------------------------------------------
  hybrid
--------------------------------------------------------------------------*/
#hybrid {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.hybrid-title {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto 50px;
  line-height: 1.2;
  text-align: center;
}

.hybrid-title img {
  width: 48px;
  height: auto;
}

.hybrid-title p {
  font-size: 3.6rem;
  font-family: 'Cinzel', serif;
  color: #c4972f;
}

.hybrid-title h2 {
  font-size: 1.4rem;
  line-height: 2;
  color: #c4972f;
}

.hybrid-container {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  display: flex;
}

.hybrid-img {
  width: 32%;
  height: auto;
  display: flex;
  align-items: center;
}

.hybrid-img img {
  width: 100%;
  height: 85%;
  object-fit: cover;
}

.hybrid-contents {
  width: 70%;
  height: auto;
  padding: 0 50px;
  box-sizing: border-box;
}

.hybrid-category {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.hybrid-category h3 {
  display: flex;
  align-items: center;
  line-height: 1;
}

.hybrid-title p br {
  display: none;
}

.hybrid-point img {
  height: 40px;
  width: auto;
  margin-right: 20px;
}

.hybrid-category p {
  text-align: justify;
}



#contact {
  background: #FBECEF;
}

@media screen and (max-width: 1280px) {
  .about-container {
    width: 90%;
  }

  .about-title h2,
  .about-content {
    width: 90%;
    max-width: 90%;
  }

  .about-container {
    width: 90%;
    max-width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .about-content {
    padding: 30px;
  }

  .about-container-in {
    min-width: 915px;
  }

  .tab-container {
    width: 90%;
    max-width: 90%;
  }

  .tab-menu {
    min-width: 220px;
  }
}

@media screen and (max-width: 896px) {
  .about-title h2 {
    width: 70%;
  }

  .about-container-in {
    width: 70%;
    min-width: 440px;
    margin: 0 auto;
  }

  .tab-container {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    padding-top: 50px;
  }

  .tab-bg {
    top: 0;
  }

  .tab-menu {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
    background: #fff;
  }

  .tab-menu::after {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .about-container {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    padding: 0;
  }

  #about h2 {
    font-size: 2.6rem;
  }

  #about {
    padding: 50px 0;
  }

  .about-title h2 {
    width: 90%;
    max-width: 90%;
  }

  .about-img img {
    display: block;
  }

  .about-img-bg {
    left: 0;
  }

  .about-content {
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }

  .about-container-in {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .tab-bg {
    text-align: center;
  }

  .tab-bg img {
    width: 95%;
  }

  .tab-menu {
    width: 100%;
    border-bottom: 1px solid #e57a91;
  }

  .feature-container,
  .hybrid-container {
    flex-direction: column-reverse;
  }

  .feature-img {
    width: 100%;
    height: 250px;
  }

  .feature-img-bg {
    width: 50%;
    right: 0;
  }

  .feature-category,
  .hybrid-contents {
    width: 100%;
  }

  .feature-category-img {
    margin-right: 2%;
  }

  .feature-category-img p {
    font-size: 1.1rem;
    line-height: 1;
  }

  .feature-category li {
    padding: 10px 0;
  }

  .feature-category-text {
    font-size: 1.2rem;
  }

  .hybrid-title p {
    size: 2.6rem;
  }

  .hybrid-title p br {
    display: block;
  }

  .hybrid-img {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }

  .hybrid-contents {
    padding: 0 30px;
  }

  .hybrid-category h3 {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .hybrid-point img {
    height: 36px;
    margin-right: 8px;
  }
}