﻿@charset "UTF-8";

.wrapContents img {
  max-width: 100%;
}
@media only screen and (max-width:1200px) {
  html {
    font-size: .8333vw;
  }
}
@media only screen and (max-width:768px) {
  html {
    font-size: 2.6667vw;
  }
}

/*mv
-------------------------------------------------- */
.p-reform-mv {
  position: relative;
}
.p-reform-mv figure {
  margin: 0;
}
.p-reform-mv h1 {
  width: 38.9rem;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 4.3rem);
  margin: 0 auto;
}
@media only screen and (max-width:768px) {
  .p-reform-mv h1 {
    width: 19.8rem;
    top: calc(50% - 3rem);
    right: .5rem;
  }
}

/*intro
-------------------------------------------------- */
.p-reform-intro {
  padding: 2.6rem 0 7.2rem;
}
.p-reform-intro h2 {
  text-align: center;
  font-size: 4.1rem;
  font-weight: 500;
	font-family: "TsukuMinPr6-M", "FOT-TsukuMin Pro", serif;
  margin: 0 0 4.5rem;
  line-height: 1.3573;
}
.p-reform-intro-navi {
  max-width: 86.4rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.p-reform-intro-navi a {
  display: block;
  width: 30.4398%;
  position: relative;
}
.p-reform-intro-navi figure {
  margin: 0;
  position: relative;
}
.p-reform-intro-navi figure img {
  display: block;
}
.p-reform-intro-navi figure::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
}
.p-reform-intro-navi h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 2rem);
  text-align: center;
  color: #fff;
	font-family: "TsukuMinPr6-M", "FOT-TsukuMin Pro", serif;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  margin: 0;
}
.p-reform-intro-navi a[href^="#"]::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: .2rem solid #fff;
  border-right: .2rem solid #fff;
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.5rem;
  margin: 0 auto;
}
.p-reform-intro-navi a[href$="works/"]::after {
  content: '';
  display: block;
  width: 8.777rem;
  height: 1.248rem;
  background: url(../images/intro_arrow.svg) no-repeat right top / auto 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.6rem;
  margin: 0 auto;
}
@media only screen and (max-width:768px) {
  .p-reform-intro {
    padding: 1.2rem 0 4.7rem;
  }
  .p-reform-intro h2 {
    font-size: 2.3rem;
    font-feature-settings: "palt";
    margin: 0 0 2.5rem;
    line-height: 1.2609;
    letter-spacing: .05em;
  }
  .p-reform-intro-navi {
    width: 26.2rem;
    display: block;
  }
  .p-reform-intro-navi a {
    width: auto;
  }
  .p-reform-intro-navi a + a {
    margin-top: 1.1rem;
  }
  .p-reform-intro-navi h3 {
    top: calc(50% - 2.5rem);
    font-size: 2.2rem;
  }
  .p-reform-intro-navi a[href^="#"]::after {
    bottom: 1.2rem;
  }
  .p-reform-intro-navi a[href$="works/"]::after {
    width: 7.4rem;
    bottom: 1.2rem;
  }
}

/*menu
-------------------------------------------------- */
.p-reform-menu {
  background: #e5e4e4;
  padding: 3.8rem 2rem;
  color: #000;
}
.p-reform-menu-inner {
  max-width: 112.7rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-reform-menu h2 {
  width: 100%;
  border-bottom: .1rem solid #aaa;
  margin: 0 0 5.7rem;
	font-family: "TsukuMinPr6-M", "FOT-TsukuMin Pro", serif;
  font-weight: 400;
  font-size: 3.18rem;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .02em;
  padding-bottom: 1.5rem;
}
.p-reform-menu h2 img {
  display: block;
  height: 1.6rem;
  width: auto;
  margin: 0 auto;
}
.p-reform-menu-box {
  width: 44rem;
  margin: 0 0 0 6rem;
  padding-top: 2.8rem;
  font-size: 1.9rem;
	font-family: "TsukuMinPr6-M", "FOT-TsukuMin Pro", serif;
  font-weight: 400;
  line-height: 1.95;
}
.p-reform-menu-box p {
  margin: 0;
}
.p-reform-menu-detail {
  width: 39.7rem;
  background: #94212f;
  color: #fff;
  font-size: 1.725rem;
  display: block;
  margin-top: 5.5rem;
  padding: .8rem 1rem .8rem 7.5rem;
  box-sizing: border-box;
  position: relative;
  transition: opacity .3s;
}
.p-reform-menu-detail::after {
  content: '';
  display: block;
  width: 11rem;
  height: 1.2rem;
  background: url(../images/menu_arrow.svg) no-repeat left top / 100% auto;
  position: absolute;
  top: .5rem;
  bottom: 0;
  right: 7.5rem;
  margin: auto 0;
  transition: transform .3s;
}
.p-reform-menu-btn {
  width: 52.6rem;
  margin: 0 1.3rem 0 0;
}
.p-reform-menu-btn a {
  display: block;
  width: 100%;
  background: #fff;
  display: flex;
  gap: 0 3rem;
  align-items: center;
  padding: 0 0 0 2.5rem;
  border-radius: .2rem;
  box-sizing: border-box;
  position: relative;
  transition: opacity .3s;
}
.p-reform-menu-btn a::before {
  content: '';
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  background: #94212f;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.4rem;
  margin: auto 0;
}
.p-reform-menu-btn a::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: .1rem solid #fff;
  border-right: .1rem solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.7rem;
  margin: auto 0;
  transition: transform .3s;
}
.p-reform-menu-btn a img {
  height: 8.3rem;
  width: auto;
}
.p-reform-menu-btn a + a {
  margin-top: 1.85rem;
}
.p-reform-menu-btn a h3 {
  margin: 0;
	font-family: 'TsukuGoPro-B', 'FOT-TsukuGo Pro', sans-serif !important;
	font-weight: bold;
  font-size: 2.4rem;
  font-feature-settings: "palt";
  line-height: 1.4;
}
.p-reform-menu-btn a h3 span {
  display: block;
	font-family: 'TsukuGoPro-M', 'FOT-TsukuGo Pro', sans-serif !important;
	font-weight: 500;
  font-size: 1.5rem;
}
.p-reform-menu-note {
  width: 100%;
  font-size: 1.3rem;
  text-align: right;
	font-family: 'TsukuGoPro-M', 'FOT-TsukuGo Pro', sans-serif !important;
	font-weight: 500;
  margin: 4.5rem 0 0;
}
.p-reform-menu + .p-reform-menu {
  margin-top: 5.2rem;
  padding-bottom: 8rem;
}
.p-reform-menu-detail {
  margin-top: 4rem;
}
@media (hover:hover) {
  .p-reform-menu-btn a:hover,
  .p-reform-menu-detail:hover {
    opacity: .6;
  }
  .p-reform-menu-btn a:hover::after {
    transform: translateX(.5rem) rotate(45deg);
  }
  .p-reform-menu-detail:hover::after {
    transform: translateX(.5rem);
  }
}
@media only screen and (max-width:768px) {
  .p-reform-menu {
    padding: 3rem 2.8rem 1.8rem;
  }
  .p-reform-menu-inner {
    display: block;
  }
  .p-reform-menu h2 {
    margin: 0 0 1.7rem;
    font-size: 2.24rem;
    line-height: 1.3;
    padding-bottom: .7rem;
  }
  .p-reform-menu h2 img {
    height: 1.2rem;
  }
  .p-reform-menu-box {
    width: auto;
    margin: 0;
    padding-top: 0;
    font-size: 1.32rem;
    line-height: 1.5455;
  }
  .p-reform-menu-box p {
    text-align: center;
  }
  .p-reform-menu-detail {
    width: 22.5rem;
    font-size: 1.2rem;
    margin: 2.4rem auto 0;
    padding: .9rem 1rem .9rem 3rem;
  }
  .p-reform-menu-detail::after {
    width: 6.188rem;
    height: .82rem;
    background: url(../images/menu_arrow-sp.svg);
    top: .1rem;
    bottom: 0;
    right: 3.2rem;
  }
  .p-reform-menu-btn {
    width: 100%;
    margin: 4.7rem 0 0;
  }
  .p-reform-menu-btn a {
    gap: 0 1rem;
    padding: 0 0 0 1.2rem;
  }
  .p-reform-menu-btn a::before {
    width: 2.6rem;
    height: 2.6rem;
    right: 1.4rem;
  }
  .p-reform-menu-btn a::after {
    width: .8rem;
    height: .8rem;
    right: 2.4rem;
  }
  .p-reform-menu-btn a img {
    height: 6.4rem;
  }
  .p-reform-menu-btn a + a {
    margin-top: .8rem;
  }
  .p-reform-menu-btn a h3 {
    font-size: 1.78rem;
    line-height: 1.3;
  }
  .p-reform-menu-btn a h3 span {
    font-size: 1.2rem;
  }
  .p-reform-menu-note {
    font-size: .8rem;
    margin: .7rem 0 0;
  }
  .p-reform-menu + .p-reform-menu {
    margin-top: 2.2rem;
    padding-bottom: 3.8rem;
  }
  .p-reform-menu + .p-reform-menu .p-reform-menu-detail {
    margin-top: 4.7rem;
  }
  .p-reform-menu + .p-reform-menu h2 img {
    height: 1.45rem;
  }
}