@charset "UTF-8";
body {
  background-color: #fff;
}
.header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 11;
  background-color: #FAFAFA
}
.header_logo {
  max-width: 136px;
  padding-left: 16px;
  opacity: 1;
  transition: all .4s;
  z-index: 10;
}
.header_right {
  display: flex;
  padding-right: 16px;
}
.header_logo.active,
.header_nav_list.active {
  opacity: 0;
}
.header_nav_list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  transition: .2s;
  font-size: 1.4rem;
}
.header_nav_list li {
  padding: 0 12px;
}
.header_nav_list li a {
  color: #202020;
}
.header_nav_list li ._active {
  background-color: #F0EEEA;
  width: 100%;
  border-radius: 100px;
  padding: 0.3em 1em;
  font-weight: bold;
}
.header-left {
  display: flex;
  align-items: center;
  z-index: 10;
}
.header_entry-btn {
  line-height: 2.5;
  text-align: center;
  width: 140px;
  font-size: 1.6rem;
  background-color: #E60012;
  border-radius: 100px;
  margin-right: 10%;
}
.header_entry-btn a {
  color: #fff;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.hamburger span:first-child {
  top: 8px;
  width: 100%;
}
.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span:last-child {
  top: 32px;
}
.hamburger.active span {
  background: #fff;
}
.hamburger.active span:first-child {
  top: 18px;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  display: none;
}
.hamburger.active span:last-child {
  top: 18px;
  transform: rotate(45deg);
}

.hamburger span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #00110E;
  transition: all .4s;
}
.gnav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9;
  background-color: #000;
  text-align: center;
  color: #fff;
}
.gnav_menu {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.gnav_menu li {
  display: block;
  padding: 10px;
}
.gnav_menu a {
  color: #fff;
}

/* mv */
.mv {
  width: 100%;
  height: 630px;
  background-image: url(../img/about/mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.mv p {
  width: 90%;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* パンくず */
.pankuzu {
  display: flex;
  padding: 12px 32px;
  font-size: 14px;
  color: #999;
  background-color: #F0EEEA;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 8;
}
.pankuzu a {
  display: inline;
  color: #999;
}
.pankuzu ._active {
  font-weight: bold;
  color: #00110E;
}

.sec01 {
  padding-top: 64px;
  padding-bottom: 140px;
}
.sec01 p.top_txt {
  width: 90%;
  max-width: 1126px;
  margin: 0 auto;
  padding-bottom: 60px;
  line-height: 1.6;
}
.item {
  width: 90%;
  max-width: 1126px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.item_ttl {
  margin-top: 36px;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  line-height: 1.7;
}
.item._01 {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
.item._02 {
  padding: 56px 63px 80px 63px;
  background-color: #F0EEEA;
  border-radius: 52px;
  position: relative;
}
.item._02 .illust {
  position: absolute;
  right: -20px;
  bottom: -60px;
  width: 80px;
}
.item._03 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 64px;
}
.item._01 .item_ttl::before,
.item._03 .item_ttl::before {
  content: "";
  width: 32px;
  height: 24px;
  background-image: url(../img/about/icon_beige.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -36px;
  left: 0;
}
.item._02 .item_ttl::before {
  content: "";
  width: 32px;
  height: 24px;
  background-image: url(../img/about/icon_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -36px;
  left: 0;
}
.item_txt p:last-child {
  line-height: 1.6;
}
.item img {
  width: 42%;
}
.link_list {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
.link_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  color: #E60012;
}
.link_list li a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  border-radius: 50px;
  border: 2px solid #E60012;
  position: relative;
}
.link_list li a span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 3px solid #E60012;
  border-top: 3px solid #E60012;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 30%;
  left: 33%;
}
.point_link {
  width: 90%;
  max-width: 1126px;
  margin: 0 auto;
  margin-top: 80px;
}
.point_link a {
  padding-right: 20px;
  font-weight: bold;
  color: #E60012;
  text-align: right;
}
.point_link span {
  width: 8px;
  height: 8px;
  border-right: 3px solid #E60012;
  border-top: 3px solid #E60012;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 30%;
  right: 0;
}

@media screen and (max-width: 960px) {
  .header_nav_list {
    display: none;
  }
  /* mv */
  .mv {
    height: 82.6vw;
    background-image: url(../img/about/s_mv.png);
  }
  .mv p {
    font-size: 10vw;
  }
  .pankuzu {
    padding: 1.6vw 4vw;
    font-size: 2.93vw;
  }
  .sec01 {
    padding-top: 9.6vw;
    padding-bottom: 21.33vw;
  }
  .sec01 p.top_txt {
    width: 90%;
    max-width: 937px;
    padding-bottom: 6.4vw;
  }

  .item {
    margin-bottom: 13.33vw;
  }
  .item_ttl {
    margin-top: 36px;
    padding-bottom: 4.26vw;
    font-size: 6.4vw;
  }
  .item._01 {
    flex-direction: column;
    gap: 0;
  }
  .item._02 {
    margin-bottom: 13.33vw;
    padding: 13.33vw 5.33vw;
    border-radius: 9vw;
  }
  .item._02 .illust {
    right: -2.66vw;
    bottom: -30.66vw;
    width: 22vw;
  }
  .item._03 {
    flex-direction: column;
    gap: 0;
  }
  .item._01 .item_ttl::before,
  .item._03 .item_ttl::before {
    width: 8.53vw;
    height: 6.4vw;
    top: -9.6vw;
    left: 0;
  }
  .item._02 .item_ttl::before {
    width: 8.53vw;
    height: 6.4vw;
    top: -9.6vw;
    left: 0;
  }
  .item_txt p:last-child {
    padding-top: 0;
  }
  .item img {
    width: 100%;
    margin-bottom: 3.2vw;
  }
  .link_list {
    flex-wrap: wrap;
    gap: 5.33vw 8vw;
  }
  .link_list li {
    width: 45%;
  }
  .link_list li a span {
    margin-left: 0;
  }
  .link_list li a span::after {
    top: 8px;
    left: 8px;
  }
  .point_link {
    margin-top: 13.33vw;
  }

}

/* contents */
/* contents共通 */
.link_btn {
  text-align: center;
}
.link_btn a {
  position: relative;
  display: block;
  width: 257px;
  padding: 15px 0;
  border-radius: 8px;
  color: #E60012;
  text-decoration: none;
  text-align: center;
  margin: auto;
  font-weight: bold;
}
.link_btn a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 100px;
  border: 1px solid #E60012;
}
.link_btn a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 4px solid #E60012;
  border-right: 4px solid #E60012;
  transform: rotate(45deg);
  box-sizing: border-box;
}
section {
  position: relative;
}
/* sec01 */
.sec01 {
  margin-top: -60px;
  background-color: #fff;
  border-top-right-radius: 72px;
  z-index: 10;
}
.sec01::before {
  content: '';
  position: absolute;
  top: -72px;
  left: 0;
  display: inline-block;
  width: 72px;
  height: 72px;
  background-image: url(../img/bg_radius.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 72px;
  pointer-events: none;
}
.sec_item01 {
  padding: 72px 20px 172px;
  max-width: 1208px;
  margin: auto;
}
.sec01_ttl {
  display: flex;
  align-items: center;
}
.sec01_ttl h3 {
  max-width: 353px;
  width: 100%;
  height: auto;
}
.sec01_ttl p {
  padding-left: 48px;
}
.sec01_list {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
.sec01_list li {
  width: 23%;
}


@media screen and (max-width: 767px) {
  .mv p {
    top: 60%;
  }
  .sec01 {
    margin-top: -30px;
    border-top-right-radius: 9.6vw;
  }
  .sec01::before {
    width: 9.6vw;
    height: 9.6vw;
    top: -9vw;
    background-size: 9.6vw;
  }
}


/*====================================================================
フェードインアニメーション
====================================================================*/
.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1000ms;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}