@charset "UTF-8";
:root {
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --outfit: "Outfit", sans-serif;
}

body.top .linkbtn {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  display: table;
  color: #1775ac;
  background-color: #fff;
  border: 2px solid #1775ac;
  border-radius: 9999px;
  padding: 0.25em 2em;
}
body.top .linkbtn:hover {
  color: #fff;
  background-color: #1775ac;
  opacity: 1;
}
body.top .linkbtn.sm {
  font-size: 1.4rem;
  letter-spacing: 1px;
  padding: 0.4em 2.8em;
}
body.top .linkbtn.blue {
  color: #fff;
  background-color: #1775ac;
}
body.top .linkbtn.blue:hover {
  color: #1775ac;
  background-color: #fff;
}
body.top .linkbtn.clear {
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: #fff;
  background: none;
  border: 2px solid #fff;
}
body.top .linkbtn.clear:hover {
  color: #1775ac;
  background-color: #fff;
  opacity: 1;
}
body.top .secTtl {
  text-align: center;
  display: table;
  margin: 0 auto 40px;
}
body.top .secTtl h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #1775ac;
}
body.top .secTtl .en {
  font-size: 6rem;
  font-weight: 700;
  font-family: var(--outfit);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  body.top .linkbtn {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: 0.25em 2em;
  }
  body.top .linkbtn.sm {
    font-size: 1.2rem;
    padding: 0.4em 1.6em;
  }
  body.top .linkbtn.clear {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  body.top .secTtl {
    margin: 0 auto 30px;
  }
  body.top .secTtl h3 {
    font-size: 1.6rem;
  }
  body.top .secTtl .en {
    font-size: 3.2rem;
  }
}
body.top .secMv {
  padding-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.top .secMv .sliderWrap {
  width: 65%;
  display: flex;
}
body.top .secMv .sliderWrap .mvSlider1,
body.top .secMv .sliderWrap .mvSlider2 {
  font-size: 0;
  line-height: 0;
  width: 50%;
}
body.top .secMv .sliderWrap .mvSlider1 .slick-slide,
body.top .secMv .sliderWrap .mvSlider2 .slick-slide {
  border: none;
}
body.top .secMv .sliderWrap .mvSlider2 {
  transform: rotate(180deg) !important;
}
body.top .secMv .sliderWrap .mvSlider2 img {
  transform: rotate(180deg);
}
body.top .secMv .txt {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
body.top .secMv .txt h2 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 25px;
}
body.top .secMv .txt .btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.top .secMv .txt .btnWrap .linkbtn {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  body.top .secMv {
    padding-bottom: 0;
  }
  body.top .secMv .sliderWrap {
    width: 100%;
  }
  body.top .secMv .sliderWrap .mvSlider1,
  body.top .secMv .sliderWrap .mvSlider2 {
    width: 50%;
  }
  body.top .secMv .txt {
    position: absolute;
    padding: 20px 0;
    background-color: #fff;
    width: 60%;
  }
  body.top .secMv .txt h2 {
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  body.top .secMv .txt .btnWrap {
    flex-direction: column;
  }
  body.top .secMv .txt .btnWrap .linkbtn {
    margin: 0;
  }
  body.top .secMv .txt .btnWrap .linkbtn + .linkbtn {
    margin-top: 15px;
  }
}
body.top .secTopic {
  padding-bottom: 70px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
body.top .secTopic .sliderTopic {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.top .secTopic .sliderTopic .topic {
  width: 32%;
}
body.top .secTopic .sliderTopic .topic img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  body.top .secTopic {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  body.top .secTopic .secInner {
    padding: 0;
  }
  body.top .secTopic .sliderTopic .topic {
    padding: 0 5px;
  }
  body.top .secTopic .sliderTopic .topic img {
    height: 135px;
  }
}
body.top .secEvents {
  background-color: #f1f0ee;
  padding-top: 40px;
  padding-bottom: 100px;
}
body.top .secEvents .secInner {
  max-width: 900px;
  position: relative;
  z-index: 1;
}
body.top .secEvents .eventWrap {
  margin-bottom: 50px;
}
body.top .secEvents .eventWrap .event {
  background-color: #fff;
  display: flex;
}
body.top .secEvents .eventWrap .event + .event {
  margin-top: 40px;
}
body.top .secEvents .eventWrap .event .thumb {
  width: 350px;
}
body.top .secEvents .eventWrap .event .thumb img {
  width: 100%;
  aspect-ratio: 35/24;
  object-fit: cover;
}
body.top .secEvents .eventWrap .event .txt {
  padding: 10px 40px;
}
body.top .secEvents .eventWrap .event .txt .date {
  font-size: 3.8rem;
  font-weight: 700;
  font-family: var(--outfit);
}
body.top .secEvents .eventWrap .event .txt h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
body.top .secEvents .linkbtn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  body.top .secEvents {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  body.top .secEvents .eventWrap {
    margin-bottom: 30px;
  }
  body.top .secEvents .eventWrap .event + .event {
    margin-top: 20px;
  }
  body.top .secEvents .eventWrap .event .thumb {
    width: 135px;
  }
  body.top .secEvents .eventWrap .event .thumb img {
    height: 95px;
  }
  body.top .secEvents .eventWrap .event .txt {
    padding: 10px 15px;
  }
  body.top .secEvents .eventWrap .event .txt .date {
    font-size: 1.6rem;
  }
  body.top .secEvents .eventWrap .event .txt h4 {
    font-size: 1.4rem;
  }
}
body.top .secLineup {
  padding-top: 60px;
  padding-bottom: 140px;
}
body.top .secLineup .secInner {
  max-width: 2400px;
  padding: 0;
}
body.top .secLineup .sliderLineup {
  padding-bottom: 100px;
}
body.top .secLineup .sliderLineup .blk {
  padding: 0 30px;
}
body.top .secLineup .sliderLineup .blk .head {
  font-size: 4.6rem;
  font-weight: 400;
  font-family: var(--outfit);
  text-align: center;
  margin-top: 10px;
}
body.top .secLineup .sliderLineup .slick-arrow {
  width: 45px;
  height: 45px;
  transform: translateY(30%);
  position: absolute;
  top: auto;
  bottom: 0;
}
body.top .secLineup .sliderLineup .slick-arrow:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  opacity: 1;
}
body.top .secLineup .sliderLineup .slick-prev {
  left: 38%;
}
body.top .secLineup .sliderLineup .slick-prev:before {
  background: url(../img/common/arrow-prev.png) center/contain no-repeat;
}
body.top .secLineup .sliderLineup .slick-next {
  right: 38%;
}
body.top .secLineup .sliderLineup .slick-next:before {
  background: url(../img/common/arrow-next.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  body.top .secLineup {
    padding-top: 40px;
    padding-bottom: 0;
  }
  body.top .secLineup .sliderLineup {
    padding-bottom: 60px;
  }
  body.top .secLineup .sliderLineup .blk {
    padding: 0 10px;
  }
  body.top .secLineup .sliderLineup .blk .head {
    font-size: 2rem;
    margin-top: 10px;
  }
  body.top .secLineup .sliderLineup .slick-dots,
  body.top .secLineup .sliderLineup .slick-arrow {
    display: none !important;
  }
}
body.top .secWorks {
  padding-top: 60px;
  padding-bottom: 40px;
}
body.top .secWorks .secInner {
  max-width: 2400px;
  padding: 0;
}
body.top .secWorks .sliderWorks {
  padding-bottom: 100px;
}
body.top .secWorks .sliderWorks img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 33/20;
  border-radius: 50px;
}
body.top .secWorks .sliderWorks .slick-slide {
  padding: 0 30px;
}
body.top .secWorks .sliderWorks .slick-arrow {
  width: 45px;
  height: 45px;
  transform: translateY(30%);
  position: absolute;
  top: auto;
  bottom: 0;
}
body.top .secWorks .sliderWorks .slick-arrow:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  opacity: 1;
}
body.top .secWorks .sliderWorks .slick-prev {
  left: 38%;
}
body.top .secWorks .sliderWorks .slick-prev:before {
  background: url(../img/common/arrow-prev.png) center/contain no-repeat;
}
body.top .secWorks .sliderWorks .slick-next {
  right: 38%;
}
body.top .secWorks .sliderWorks .slick-next:before {
  background: url(../img/common/arrow-next.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  body.top .secWorks {
    padding-top: 0;
  }
  body.top .secWorks .sliderWorks {
    padding-bottom: 0;
  }
  body.top .secWorks .sliderWorks .slick-slide {
    padding: 0 10px;
  }
  body.top .secWorks .sliderWorks .slick-dots,
  body.top .secWorks .sliderWorks .slick-arrow {
    display: none !important;
  }
}
body.top .secNews {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f1f0ee;
}
body.top .secNews .secInner {
  max-width: 840px;
}
body.top .secNews .postWrap {
  padding: 40px 45px;
  background-color: #fff;
  margin-bottom: 40px;
}
body.top .secNews .postWrap .post {
  display: flex;
  border-top: 1px solid #b0b0b0;
  padding: 15px 0;
}
body.top .secNews .postWrap .post:last-of-type {
  border-bottom: 1px solid #b0b0b0;
}
body.top .secNews .postWrap .post .date {
  font-weight: 500;
  color: #333;
  width: 160px;
}
body.top .secNews .postWrap .post .head {
  font-weight: 500;
  color: #333;
}
body.top .secNews .linkbtn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.top .secNews {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  body.top .secNews .secInner {
    padding: 0;
  }
  body.top .secNews .postWrap {
    padding: 30px;
  }
  body.top .secNews .postWrap .post .date {
    font-size: 1.4rem;
    width: 130px;
  }
  body.top .secNews .postWrap .post .head {
    font-size: 1.4rem;
  }
}
body.top .secInterview {
  padding-top: 100px;
  padding-bottom: 40px;
}
body.top .secInterview .sliderInterview {
  padding: 0 50px;
}
body.top .secInterview .sliderInterview .blk {
  min-height: 265px;
  padding: 30px;
  margin: 0 20px;
  border-radius: 20px;
  background-color: #f1f0ee;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
}
body.top .secInterview .sliderInterview .blk .head {
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b0b0b0;
}
body.top .secInterview .sliderInterview .blk .detail {
  font-size: 1.4rem;
}
body.top .secInterview .sliderInterview .slick-list {
  padding-bottom: 30px;
}
body.top .secInterview .sliderInterview .slick-arrow {
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
body.top .secInterview .sliderInterview .slick-arrow:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  opacity: 1;
}
body.top .secInterview .sliderInterview .slick-prev {
  left: 5px;
}
body.top .secInterview .sliderInterview .slick-prev:before {
  background: url(../img/common/arrow-prev2.png) center/contain no-repeat;
}
body.top .secInterview .sliderInterview .slick-next {
  right: 5px;
}
body.top .secInterview .sliderInterview .slick-next:before {
  background: url(../img/common/arrow-next2.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  body.top .secInterview {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.top .secInterview .sliderInterview {
    padding: 0 40px;
  }
  body.top .secInterview .sliderInterview .blk {
    min-height: 215px;
    padding: 20px;
    margin: 10px 15px;
    border-radius: 15px;
  }
  body.top .secInterview .sliderInterview .blk .head {
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  body.top .secInterview .sliderInterview .blk .detail {
    font-size: 1.2rem;
  }
  body.top .secInterview .sliderInterview .slick-list {
    padding-bottom: 30px;
  }
  body.top .secInterview .sliderInterview .slick-arrow {
    width: 20px;
    height: 20px;
  }
  body.top .secInterview .sliderInterview .slick-arrow:before {
    width: 20px;
    height: 20px;
  }
}
body.top .secEstate {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(../img/top/estate-bg.png) center/cover no-repeat;
}
body.top .secEstate .secTtl * {
  color: #fff;
}
body.top .secEstate .txt {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
body.top .secEstate .linkbtn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.top .secEstate {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.top .secEstate .txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
body.top .secMap {
  padding-top: 70px;
}
body.top .secMap .secInner {
  max-width: 2400px;
  padding: 0;
}
body.top .secMap .mapWrap iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.top .secMap {
    padding-top: 40px;
  }
  body.top .secMap .mapWrap iframe {
    height: 250px;
  }
}
body.top .secInstagram {
  padding-top: 70px;
}
body.top .secInstagram .secInner {
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  body.top .secInstagram {
    padding-top: 40px;
  }
}
body.top .areaInfo {
  padding-top: 75px;
  padding-bottom: 75px;
}
body.top .areaInfo .secInner {
  max-width: 760px;
}
body.top .areaInfo .tel {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 50px;
}
body.top .areaInfo .btnWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.top .areaInfo .btnWrap .btn {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  width: 32%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #1775ac;
  background-color: #efefef;
}
body.top .areaInfo .btnWrap .btn:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/common/arrow-next.png) center/contain no-repeat;
  margin-left: 10px;
}
body.top .areaInfo .btnWrap .btn img {
  width: 35px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  body.top .areaInfo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.top .areaInfo .tel {
    max-width: 270px;
    margin: 0 auto 30px;
  }
  body.top .areaInfo .btnWrap {
    flex-direction: column;
  }
  body.top .areaInfo .btnWrap .btn {
    font-size: 1.6rem;
    width: 60%;
    height: 50px;
    margin-bottom: 15px;
  }
  body.top .areaInfo .btnWrap .btn:after {
    width: 20px;
    height: 20px;
  }
  body.top .areaInfo .btnWrap .btn img {
    width: 25px;
  }
}

body.subpage .secTtl {
  text-align: center;
  display: table;
  margin: 0 auto 40px;
}
body.subpage .secTtl .en {
  font-size: 6rem;
  font-weight: 700;
  font-family: var(--outfit);
  line-height: 1.3;
}
body.subpage .secTtl h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #1775ac;
}
@media screen and (max-width: 767px) {
  body.subpage .secTtl {
    margin: 0 auto 30px;
  }
  body.subpage .secTtl h3 {
    font-size: 1.6rem;
  }
  body.subpage .secTtl .en {
    font-size: 3.2rem;
  }
}
body.subpage .secMv {
  padding: 100px 0;
}
body.subpage .secMv .pageTtl {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
body.subpage .secMv .pageTtl h1 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
body.subpage .secMv .pageTtl .en {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  body.subpage .secMv {
    padding: 60px 0;
  }
  body.subpage .secMv .pageTtl {
    padding: 0 20px;
  }
  body.subpage .secMv .pageTtl h1 {
    font-size: 1.8rem;
  }
  body.subpage .secMv .pageTtl .en {
    font-size: 3.2rem;
  }
}

body.company .secMessage {
  padding-top: 100px;
}
body.company .secMessage .secInner {
  max-width: 1040px;
}
body.company .secMessage .blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 35px;
  border-radius: 25px;
  background-color: #f8f6f6;
}
body.company .secMessage .blk .img {
  width: 30%;
}
body.company .secMessage .blk .txt {
  width: 66%;
}
body.company .secMessage .blk .txt p {
  line-height: 2.5;
  text-align: justify;
}
body.company .secMessage .blk .txt .sign {
  max-width: 285px;
  width: 80%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  body.company .secMessage {
    padding-top: 60px;
  }
  body.company .secMessage .blk {
    flex-direction: column;
    padding: 40px 25px;
  }
  body.company .secMessage .blk .img {
    width: 60%;
    margin-bottom: 20px;
  }
  body.company .secMessage .blk .txt {
    width: 100%;
  }
  body.company .secMessage .blk .txt p {
    line-height: 2;
  }
  body.company .secMessage .blk .txt .sign {
    margin-top: 25px;
    margin-left: auto;
  }
}
body.company .secStaff {
  padding-top: 80px;
  padding-bottom: 130px;
}
body.company .secStaff .secInner {
  max-width: 1040px;
}
body.company .secStaff .blkWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px 30px;
}
body.company .secStaff .blkWrap .img {
  margin-bottom: 10px;
}
body.company .secStaff .blkWrap .img img {
  border-radius: 30px;
  aspect-ratio: 1/1.2;
  object-fit: cover;
}
body.company .secStaff .blkWrap .name {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1775ac;
}
@media screen and (max-width: 767px) {
  body.company .secStaff {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  body.company .secStaff .blkWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }
  body.company .secStaff .blkWrap .name {
    font-size: 1.6rem;
  }
  body.company .secStaff .blkWrap .txt {
    font-size: 1.4rem;
  }
}
body.company .secInfo {
  padding-bottom: 100px;
}
body.company .secInfo .secInner {
  max-width: 720px;
}
body.company .secInfo table {
  width: 100%;
  margin-bottom: 100px;
}
body.company .secInfo table tr:last-of-type th, body.company .secInfo table tr:last-of-type td {
  border-bottom: 1px solid #4d4d4d;
}
body.company .secInfo table tr th, body.company .secInfo table tr td {
  padding: 15px;
  border-top: 1px solid #4d4d4d;
}
body.company .secInfo table tr th {
  width: 30%;
  padding-left: 40px;
  color: #1775ac;
}
body.company .secInfo table tr td {
  width: 70%;
}
body.company .secInfo .mapWrap {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
body.company .secInfo .mapWrap iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.company .secInfo table {
    width: 100%;
    margin-bottom: 60px;
  }
  body.company .secInfo table tr {
    display: flex;
    flex-direction: column;
  }
  body.company .secInfo table tr:last-of-type th {
    border-bottom: none;
  }
  body.company .secInfo table tr th {
    width: 100%;
    padding-left: 0;
    padding: 10px 10px 5px;
  }
  body.company .secInfo table tr td {
    width: 100%;
    border-top: none;
    padding: 0 10px 10px;
  }
  body.company .secInfo .mapWrap iframe {
    height: 260px;
  }
}

body.concept .secRead {
  padding-top: 110px;
  padding-bottom: 60px;
  position: relative;
}
body.concept .secRead:after {
  content: "";
  width: 100%;
  height: 29%;
  background-color: #f1f0ee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body.concept .secRead .secInner {
  max-width: 1040px;
}
body.concept .secRead .blkTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
body.concept .secRead .blkTop .img {
  width: 78%;
}
body.concept .secRead .blkTop h3 {
  font-size: 3.4rem;
  font-weight: 900;
  letter-spacing: 2px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
body.concept .secRead .blkBtm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  padding: 0 40px;
}
body.concept .secRead .blkBtm .detail {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2;
  max-width: 440px;
  width: 45%;
}
body.concept .secRead .blkBtm .img {
  max-width: 350px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  body.concept .secRead {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.concept .secRead .blkTop {
    align-items: flex-end;
    margin-bottom: 90px;
  }
  body.concept .secRead .blkTop .img {
    width: 70%;
    margin-bottom: -40px;
  }
  body.concept .secRead .blkTop h3 {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  body.concept .secRead .blkBtm {
    flex-direction: column;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    padding: 0;
  }
  body.concept .secRead .blkBtm .detail {
    font-size: 1.6rem;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  body.concept .secRead .blkBtm .img {
    width: 40%;
    margin-left: auto;
  }
}
body.concept .secAbout {
  padding-bottom: 200px;
}
body.concept .secAbout .secInner {
  max-width: 1040px;
}
body.concept .secAbout h2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 100px;
  background-color: #f1f0ee;
  position: relative;
}
body.concept .secAbout h2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #f1f0ee;
  border-bottom: 0;
  position: absolute;
  transform: translate(-50%, 100%);
  bottom: 0;
  left: 50%;
}
body.concept .secAbout .blk .detail {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 2.5;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  body.concept .secAbout {
    padding-bottom: 80px;
  }
  body.concept .secAbout h2 {
    font-size: 1.8rem;
    padding: 15px 0;
    margin-bottom: 50px;
  }
  body.concept .secAbout h2:after {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 25px solid #f1f0ee;
  }
  body.concept .secAbout .blk .detail {
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 2;
  }
}
body.concept .secAbout .blk1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body.concept .secAbout .blk1 .img {
  width: 50%;
}
body.concept .secAbout .blk1 .detail {
  width: 40%;
}
@media screen and (max-width: 767px) {
  body.concept .secAbout .blk1 {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }
  body.concept .secAbout .blk1 .img {
    width: 70%;
    margin-bottom: 20px;
  }
  body.concept .secAbout .blk1 .detail {
    width: 100%;
  }
}
body.concept .secAbout .blk2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 120px;
}
body.concept .secAbout .blk2 .img {
  width: 50%;
}
body.concept .secAbout .blk2 .detail {
  width: 42%;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  body.concept .secAbout .blk2 {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
    margin-bottom: 80px;
  }
  body.concept .secAbout .blk2 .img {
    width: 70%;
    margin-bottom: 20px;
  }
  body.concept .secAbout .blk2 .detail {
    width: 100%;
    padding-top: 0;
  }
}
body.concept .secAbout .head {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  body.concept .secAbout .head {
    width: 90%;
    margin: 0 auto 60px;
  }
}
body.concept .secAbout .blk3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  margin-bottom: 80px;
  position: relative;
}
body.concept .secAbout .blk3:before {
  content: "耐震";
  font-size: 19.8rem;
  line-height: 0.8;
  font-family: var(--serif);
  color: #ebf2f2;
  position: absolute;
  top: 0;
  right: 100px;
  z-index: -1;
}
body.concept .secAbout .blk3 .img {
  width: 47%;
}
body.concept .secAbout .blk3 .txt {
  width: 40%;
}
body.concept .secAbout .blk3 .txt h3 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body.concept .secAbout .blk3 {
    flex-direction: column;
    padding-top: 0;
    margin-bottom: 40px;
  }
  body.concept .secAbout .blk3:before {
    font-size: 9rem;
    top: 40%;
    right: auto;
    left: 0;
    z-index: 1;
  }
  body.concept .secAbout .blk3 .img {
    width: 80%;
    margin-bottom: 50px;
  }
  body.concept .secAbout .blk3 .txt {
    width: 100%;
  }
  body.concept .secAbout .blk3 .txt h3 {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  body.concept .secAbout .blk3 .txt .detail {
    font-size: 1.4rem;
  }
}
body.concept .secAbout .blk4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
  position: relative;
}
body.concept .secAbout .blk4:before {
  content: "制震";
  font-size: 19.8rem;
  line-height: 0.8;
  font-family: var(--serif);
  color: #ebf2f2;
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: -1;
}
body.concept .secAbout .blk4 .img {
  width: 35%;
  padding-right: 40px;
}
body.concept .secAbout .blk4 .txt {
  width: 40%;
}
body.concept .secAbout .blk4 .txt h3 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body.concept .secAbout .blk4 {
    flex-direction: column-reverse;
    padding-top: 0;
    margin-bottom: 40px;
  }
  body.concept .secAbout .blk4:before {
    font-size: 9rem;
    top: 47%;
    right: 0;
    left: auto;
    z-index: 1;
  }
  body.concept .secAbout .blk4 .img {
    width: 50%;
    margin-bottom: 50px;
  }
  body.concept .secAbout .blk4 .txt {
    width: 100%;
  }
  body.concept .secAbout .blk4 .txt h3 {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  body.concept .secAbout .blk4 .txt .detail {
    font-size: 1.4rem;
  }
}
body.concept .secAbout .btnWrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.concept .secAbout .btnWrap .btn {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  width: 45%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #1775ac;
  background-color: #efefef;
}
body.concept .secAbout .btnWrap .btn:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/common/arrow-next.png) center/contain no-repeat;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  body.concept .secAbout .btnWrap {
    flex-direction: column;
  }
  body.concept .secAbout .btnWrap .btn {
    font-size: 1.8rem;
    width: 80%;
    height: 70px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  body.concept .secAbout .btnWrap .btn:after {
    content: "";
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}

body.news .secNews {
  padding-top: 160px;
  padding-bottom: 220px;
}
body.news .secNews .secInner {
  max-width: 980px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body.news .secNews .catSide {
  max-width: 240px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
}
body.news .secNews .catSide .head {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #1775ac;
  padding: 10px 0;
  border-radius: 20px 20px 0 0;
}
body.news .secNews .catSide .catWrap {
  padding: 30px 40px;
}
body.news .secNews .catSide .catWrap a {
  font-weight: 600;
  display: flex;
  align-items: center;
}
body.news .secNews .catSide .catWrap a:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  margin-right: 15px;
}
body.news .secNews .catSide .catWrap a + a {
  margin-top: 15px;
}
body.news .secNews .postWrap {
  max-width: 620px;
  width: 100%;
}
body.news .secNews .postWrap .post {
  display: flex;
  align-items: center;
  padding: 20px 8%;
  border-top: 1px solid #c9c9c9;
}
body.news .secNews .postWrap .post:last-of-type {
  border-bottom: 1px solid #c9c9c9;
}
body.news .secNews .postWrap .post .date {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1775ac;
  margin-right: 40px;
}
body.news .secNews .postWrap .post .ttl {
  font-size: 1.4rem;
  font-weight: 600;
}
body.news .secNews .postWrap .pager {
  margin-top: 100px;
}
body.news .secNews .postWrap .pager .wp-pagenavi {
  display: flex;
  justify-content: center;
}
body.news .secNews .postWrap .pager .wp-pagenavi > span,
body.news .secNews .postWrap .pager .wp-pagenavi > a {
  font-weight: 500;
  line-height: 1;
  width: 35px;
  height: 35px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #efefef;
  border: none;
  border-radius: 50%;
}
body.news .secNews .postWrap .pager .wp-pagenavi > span {
  color: #fff;
  background-color: #1775ac;
}
body.news .secNews .postWrap .pager .wp-pagenavi .previouspostslink,
body.news .secNews .postWrap .pager .wp-pagenavi .nextpostslink {
  position: relative;
}
body.news .secNews .postWrap .pager .wp-pagenavi .previouspostslink:after,
body.news .secNews .postWrap .pager .wp-pagenavi .nextpostslink:after {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  position: absolute;
  transform: translate(-50%, -50%) scaleY(1.3);
  top: 50%;
}
body.news .secNews .postWrap .pager .wp-pagenavi .previouspostslink:after {
  content: "＜";
  left: 48%;
}
body.news .secNews .postWrap .pager .wp-pagenavi .nextpostslink:after {
  content: "＞";
  left: 52%;
}
@media screen and (max-width: 767px) {
  body.news .secNews {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  body.news .secNews .secInner {
    display: flex;
    flex-direction: column;
  }
  body.news .secNews .catSide {
    max-width: 100%;
    margin-bottom: 60px;
  }
  body.news .secNews .catSide .head {
    font-size: 1.8rem;
    padding: 10px 0;
  }
  body.news .secNews .catSide .catWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 5px;
    padding: 20px 20px 20px;
  }
  body.news .secNews .catSide .catWrap a {
    font-size: 1.6rem;
  }
  body.news .secNews .catSide .catWrap a:before {
    width: 20px;
    height: 1px;
    margin-right: 10px;
  }
  body.news .secNews .catSide .catWrap a + a {
    margin-top: 0;
  }
  body.news .secNews .postWrap .post {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 3%;
  }
  body.news .secNews .postWrap .post .date {
    font-size: 1.6rem;
    margin-right: 0;
  }
  body.news .secNews .postWrap .post .ttl {
    font-size: 1.6rem;
  }
  body.news .secNews .postWrap .pager {
    margin-top: 40px;
  }
}
body.news .secContent {
  padding-top: 140px;
  padding-bottom: 130px;
}
body.news .secContent .secInner {
  max-width: 1000px;
}
body.news .secContent .postTtlWrap {
  margin-bottom: 80px;
}
body.news .secContent .postTtlWrap .postTtl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #1576ac;
}
body.news .secContent .postTtlWrap .postTtl .ttl {
  font-size: 2.2rem;
  font-weight: 600;
}
body.news .secContent .postTtlWrap .postTtl .date {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1576ac;
}
body.news .secContent .content {
  margin-bottom: 80px;
}
body.news .secContent .content .img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 70px;
}
body.news .secContent .content .img img {
  width: 100%;
}
body.news .secContent .content .txt {
  line-height: 2.4;
  font-weight: 500;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
body.news .secContent .linkbtn {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  display: table;
  max-width: 180px;
  width: 100%;
  padding: 7px 0;
  margin: 0 auto 60px;
  color: #fff;
  background-color: #1576ac;
  border: 2px solid #1576ac;
  border-radius: 9999px;
}
body.news .secContent .linkbtn:hover {
  opacity: 1;
  color: #1576ac;
  background-color: #fff;
}
body.news .secContent .btnWrap {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.news .secContent .btnWrap a {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  max-width: 180px;
  width: 100%;
  padding: 7px 0;
  display: block;
  color: #1576ac;
  border: 2px solid #1576ac;
  border-radius: 9999px;
  position: relative;
}
body.news .secContent .btnWrap a:hover {
  opacity: 1;
  color: #fff;
  background-color: #1576ac;
}
body.news .secContent .btnWrap a[rel=next] {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  body.news .secContent {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.news .secContent .postTtlWrap {
    margin-bottom: 40px;
  }
  body.news .secContent .postTtlWrap .postTtl {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  body.news .secContent .postTtlWrap .postTtl .ttl {
    font-size: 1.8rem;
  }
  body.news .secContent .postTtlWrap .postTtl .date {
    font-size: 1.6rem;
  }
  body.news .secContent .content {
    margin-bottom: 40px;
  }
  body.news .secContent .content .img {
    margin: 0 auto 40px;
  }
  body.news .secContent .content .txt {
    line-height: 2.4;
  }
  body.news .secContent .linkbtn {
    font-size: 1.6rem;
    margin: 0 auto 30px;
  }
  body.news .secContent .btnWrap {
    margin: 0 auto;
    gap: 20px;
  }
  body.news .secContent .btnWrap a {
    font-size: 1.6rem;
  }
}

body.plan .secPoint {
  padding-top: 50px;
  padding-bottom: 120px;
}
body.plan .secPoint .head {
  max-width: 540px;
  width: 90%;
  margin: 0 auto 10px;
}
body.plan .secPoint .pointWrap {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.plan .secPoint .pointWrap .point {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  width: 30%;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background-color: #c4af96;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  body.plan .secPoint {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  body.plan .secPoint .pointWrap .point {
    font-size: 1.2rem;
    width: 32%;
  }
}
body.plan .secExterior {
  padding-bottom: 90px;
}
body.plan .secExterior .blkWrap {
  margin-bottom: 90px;
  height: 400px;
  background-color: #f1f0ee;
}
body.plan .secExterior .blkWrap .secInner {
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
}
body.plan .secExterior .blkWrap .sliderWrap {
  width: 47%;
  transform: translateY(-15%);
  position: relative;
  padding-left: 11%;
}
body.plan .secExterior .blkWrap .txt {
  width: 49%;
  padding-top: 50px;
}
body.plan .secExterior .blkWrap .txt h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 20px;
}
body.plan .secExterior .blkWrap .txt .detail {
  font-weight: 600;
  line-height: 2;
}
body.plan .secExterior .linkbtn {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  body.plan .secExterior {
    padding-bottom: 90px;
  }
  body.plan .secExterior .blkWrap {
    padding-top: 40px;
    margin-bottom: 50px;
    height: auto;
    background-color: #f1f0ee;
  }
  body.plan .secExterior .blkWrap .secInner {
    flex-direction: column-reverse;
  }
  body.plan .secExterior .blkWrap .sliderWrap {
    width: 80%;
    transform: none;
    padding-left: 0;
    margin: 0 auto;
  }
  body.plan .secExterior .blkWrap .txt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  body.plan .secExterior .blkWrap .txt h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
  }
  body.plan .secExterior .blkWrap .txt .detail {
    font-size: 1.6rem;
  }
  body.plan .secExterior .linkbtn {
    width: 80%;
  }
}
body.plan .secInfo {
  padding-bottom: 130px;
}
body.plan .secInfo .blk {
  text-align: center;
  max-width: 760px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  border-radius: 40px;
}
body.plan .secInfo .blk h2 {
  font-size: 2.4rem;
  font-weight: 600;
  max-width: 200px;
  width: 100%;
  padding-bottom: 20px;
  margin: 0 auto 30px;
  background-size: 20px 5px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
body.plan .secInfo .blk .itemWrap {
  width: 100%;
  margin: 0 auto;
  display: grid;
}
body.plan .secInfo .blk .itemWrap p {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.plan .secInfo .blk1 {
  background-color: #ebf2f2;
  margin-bottom: 60px;
}
body.plan .secInfo .blk1 h2 {
  background-image: linear-gradient(to right, #0071bc 5px, transparent 5px);
}
body.plan .secInfo .blk1 .itemWrap {
  max-width: 580px;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
body.plan .secInfo .blk2 {
  background-color: #f5eee6;
  margin-bottom: 90px;
}
body.plan .secInfo .blk2 h2 {
  background-image: linear-gradient(to right, #e59a51 5px, transparent 5px);
}
body.plan .secInfo .blk2 .brand {
  max-width: 280px;
  width: 50%;
  margin: 0 auto 30px;
}
body.plan .secInfo .blk2 .itemWrap {
  max-width: 660px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
body.plan .secInfo .linkbtn {
  max-width: 520px;
  width: 100%;
  margin: 0 auto 100px;
  display: block;
}
body.plan .secInfo .other {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
body.plan .secInfo .other a {
  position: relative;
}
body.plan .secInfo .other a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
}
body.plan .secInfo .other a .txt {
  text-align: center;
  color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
}
body.plan .secInfo .other a .txt .en {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
  text-wrap: nowrap;
}
body.plan .secInfo .other a .txt h3 {
  font-weight: 600;
}
body.plan .secInfo .other a:hover {
  opacity: 1;
}
body.plan .secInfo .other a:hover:before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  body.plan .secInfo {
    padding-bottom: 80px;
  }
  body.plan .secInfo .blk {
    padding: 30px 15px;
    border-radius: 30px;
  }
  body.plan .secInfo .blk h2 {
    font-size: 2rem;
    max-width: 160px;
    padding-bottom: 15px;
    margin: 0 auto 20px;
  }
  body.plan .secInfo .blk .itemWrap {
    width: 100%;
  }
  body.plan .secInfo .blk .itemWrap p {
    font-size: 1.4rem;
    height: 70px;
  }
  body.plan .secInfo .blk1 .itemWrap {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  body.plan .secInfo .blk2 {
    margin-bottom: 60px;
  }
  body.plan .secInfo .blk2 .brand {
    width: 70%;
  }
  body.plan .secInfo .blk2 .itemWrap {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  body.plan .secInfo .linkbtn {
    width: 80%;
    margin: 0 auto 80px;
    display: block;
  }
  body.plan .secInfo .other {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    gap: 30px;
  }
}

body.contact .secForm {
  padding-top: 60px;
  padding-bottom: 80px;
}
body.contact .secForm .secInner {
  max-width: 740px;
}
body.contact .secForm .read {
  margin-bottom: 60px;
}
body.contact .secForm .read .btn {
  font-size: 1.8rem;
  font-weight: 600;
  color: #06c755;
  border: 1px solid #06c755;
  padding: 10px 25px;
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
}
body.contact .secForm .read .btn:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-line.png) center/contain no-repeat;
  margin-right: 6px;
  display: block;
}
body.contact .secForm .read .btn:after {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../img/common/arrow-next3.png) center/contain no-repeat;
  margin-left: 10px;
}
body.contact .secForm .read p {
  font-size: 1.8rem;
  line-height: 2.5;
}
body.contact .secForm .areaContact .caution {
  margin-bottom: 5px;
}
body.contact .secForm .areaContact .caution span {
  color: #9d272d;
}
body.contact .secForm .areaContact .blk + .blk {
  margin-top: 25px;
}
body.contact .secForm .areaContact .blk .item {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
body.contact .secForm .areaContact .blk .item .must {
  color: #9d272d;
  margin-left: 5px;
}
body.contact .secForm .areaContact .blk:not(.blk1) input, body.contact .secForm .areaContact .blk:not(.blk1) textarea {
  font-weight: 600;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #000;
}
body.contact .secForm .areaContact .confirm {
  padding-left: 10px;
  margin-top: 60px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
}
body.contact .secForm .areaContact .confirm a {
  text-decoration: underline;
}
body.contact .secForm .areaContact .confirm input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  vertical-align: -5px;
  appearance: none;
  position: relative;
}
body.contact .secForm .areaContact .confirm input[type=checkbox]:checked:before {
  content: "";
  width: 8px;
  height: 14px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  transform: translate(-50%, -50%) rotate(50deg);
  top: 38%;
  left: 50%;
}
body.contact .secForm .areaContact .btnWrap input,
body.contact .secForm .areaContact .btnWrap button {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  display: table;
  max-width: 170px;
  width: 100%;
  padding: 5px 0;
  margin: 0 auto;
  color: #1775ac;
  border-radius: 9999px;
  border: 2px solid #1775ac;
  transition: 0.4s;
}
body.contact .secForm .areaContact .btnWrap input:hover,
body.contact .secForm .areaContact .btnWrap button:hover {
  color: #fff;
  background-color: #1775ac;
}
body.contact .secForm .areaContact .btnWrap button {
  color: #fff;
  background-color: #b0b0b0;
  border: 2px solid #b0b0b0;
}
body.contact .secForm .areaContact .btnWrap button:hover {
  color: #b0b0b0;
  background-color: #fff;
}
body.contact .secForm .mw_wp_form_confirm .read,
body.contact .secForm .mw_wp_form_confirm .confirm {
  display: none;
}
body.contact .secForm .mw_wp_form_confirm .btnWrap {
  margin-top: 60px;
}
body.contact .secForm .complete h2 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
body.contact .secForm .complete .txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.contact .secForm .complete h2 {
    font-size: 2rem;
  }
  body.contact .secForm .complete .txt {
    font-size: 1.4rem;
  }
}

body.works .lb-number {
  display: none !important;
}
body.works .secWorks {
  padding-top: 140px;
  padding-bottom: 110px;
}
body.works .secWorks .secInner {
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  body.works .secWorks {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
body.works .secWorks .catWrap {
  margin-bottom: 80px;
}
body.works .secWorks .catWrap .parent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
body.works .secWorks .catWrap .parent a {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px 0;
  color: #1775ac;
  border: 2px solid #1775ac;
  border-radius: 9999px;
  display: block;
}
body.works .secWorks .catWrap .parent a:hover {
  opacity: 1;
  background-color: #54a6d5;
  border: 2px solid #54a6d5;
  color: #fff;
}
body.works .secWorks .catWrap .parent a.active {
  color: #fff;
  background-color: #1775ac;
}
body.works .secWorks .catWrap .parent a.active:hover {
  background-color: #54a6d5;
}
body.works .secWorks .catWrap .child {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
body.works .secWorks .catWrap .child a {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0;
  color: #1775ac;
  border: 2px solid #1775ac;
  border-radius: 9999px;
  display: block;
}
body.works .secWorks .catWrap .child a:hover {
  opacity: 1;
  background-color: #54a6d5;
  border: 2px solid #54a6d5;
  color: #fff;
}
body.works .secWorks .catWrap .child a.active {
  color: #fff;
  background-color: #1775ac;
}
body.works .secWorks .catWrap .child a.active:hover {
  background-color: #54a6d5;
}
@media screen and (max-width: 767px) {
  body.works .secWorks .catWrap {
    margin-bottom: 60px;
  }
  body.works .secWorks .catWrap .parent {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }
  body.works .secWorks .catWrap .parent a {
    font-size: 1.6rem;
    letter-spacing: 2px;
    padding: 10px 0;
  }
  body.works .secWorks .catWrap .child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  body.works .secWorks .catWrap .child a {
    font-size: 1.4rem;
    padding: 5px 0;
  }
}
body.works .secWorks .postWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 30px;
}
body.works .secWorks .postWrap .img {
  margin-bottom: 10px;
}
body.works .secWorks .postWrap .img img {
  aspect-ratio: 17/13;
  object-fit: cover;
  border-radius: 25px;
}
body.works .secWorks .postWrap .ttl {
  font-weight: 600;
  margin-bottom: 10px;
}
body.works .secWorks .postWrap .cat {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1775ac;
  border: 1.5px solid #1775ac;
  display: table;
  padding: 0 10px;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  body.works .secWorks .postWrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
    width: 90%;
    margin: 0 auto;
  }
  body.works .secWorks .postWrap .img {
    margin-bottom: 10px;
  }
  body.works .secWorks .postWrap .ttl {
    margin-bottom: 10px;
  }
  body.works .secWorks .postWrap .cat {
    font-size: 1.4rem;
  }
}
body.works .secWorks .pager {
  margin-top: 100px;
}
body.works .secWorks .pager .wp-pagenavi {
  display: flex;
  justify-content: center;
}
body.works .secWorks .pager .wp-pagenavi > span,
body.works .secWorks .pager .wp-pagenavi > a {
  font-weight: 500;
  line-height: 1;
  width: 35px;
  height: 35px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1775ac;
  background-color: #fff;
  border: 1.5px solid #1775ac;
  border-radius: 10px;
}
body.works .secWorks .pager .wp-pagenavi > span {
  color: #fff;
  background-color: #1775ac;
}
body.works .secWorks .pager .wp-pagenavi .previouspostslink,
body.works .secWorks .pager .wp-pagenavi .nextpostslink {
  position: relative;
}
body.works .secWorks .pager .wp-pagenavi .previouspostslink:after,
body.works .secWorks .pager .wp-pagenavi .nextpostslink:after {
  font-size: 1rem;
  font-weight: 600;
  color: #1775ac;
  position: absolute;
  transform: translate(-50%, -50%) scaleY(1.3);
  top: 50%;
}
body.works .secWorks .pager .wp-pagenavi .previouspostslink:after {
  content: "＜";
  left: 48%;
}
body.works .secWorks .pager .wp-pagenavi .nextpostslink:after {
  content: "＞";
  left: 52%;
}
@media screen and (max-width: 767px) {
  body.works .secWorks .pager {
    margin-top: 40px;
  }
}
body.works .secWorks .content .postTtl {
  padding-bottom: 15px;
  margin-bottom: 80px;
  border-bottom: 1px solid #000;
}
body.works .secWorks .content .postTtl .ttl {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.works .secWorks .content .postTtl {
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  body.works .secWorks .content .postTtl .ttl {
    font-size: 1.8rem;
  }
}
body.works .secWorks .content .thumbnail {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 100px;
}
body.works .secWorks .content .thumbnail img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.works .secWorks .content .thumbnail {
    margin-bottom: 40px;
  }
}
body.works .secWorks .content .info {
  padding: 5% 5%;
  background-color: #efefef;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.works .secWorks .content .info .ttl {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: var(--outfit);
  color: #fff;
  width: 15%;
}
body.works .secWorks .content .info .blkWrap {
  width: 85%;
}
body.works .secWorks .content .info .blkWrap .blk {
  display: flex;
}
body.works .secWorks .content .info .blkWrap .blk + .blk {
  margin-top: 10px;
}
body.works .secWorks .content .info .blkWrap .blk .head,
body.works .secWorks .content .info .blkWrap .blk .txt {
  font-size: 1.6rem;
}
body.works .secWorks .content .info .blkWrap .blk .head {
  width: 85px;
}
body.works .secWorks .content .info .blkWrap .blk .txt {
  width: calc(100% - 85px);
}
body.works .secWorks .content .info .blkWrap .blk.priceList {
  flex-direction: column;
}
body.works .secWorks .content .info .blkWrap .blk.priceList .txt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.works .secWorks .content .info {
    flex-direction: column;
    padding: 10px 20px 30px;
    margin-bottom: 60px;
  }
  body.works .secWorks .content .info .ttl {
    font-size: 3.6rem;
    display: table;
    width: auto;
    margin: 0 auto;
  }
  body.works .secWorks .content .info .blkWrap {
    width: 100%;
  }
}
body.works .secWorks .content .referenceWrap {
  margin-bottom: 140px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px 25px;
}
body.works .secWorks .content .referenceWrap .reference .img {
  margin-bottom: 15px;
}
body.works .secWorks .content .referenceWrap .reference .img img {
  aspect-ratio: 13/11;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  body.works .secWorks .content .referenceWrap {
    margin-bottom: 60px;
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
  }
  body.works .secWorks .content .referenceWrap .reference .img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.works .secWorks .content .btnsp {
    text-align: center;
    max-width: 160px;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 9999px;
    position: relative;
  }
  body.works .secWorks .content .btnsp:hover {
    opacity: 1;
    background-color: #c9c9c9;
  }
}
body.works .secWorks .content .btnWrap {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
body.works .secWorks .content .btnWrap a {
  text-align: center;
  max-width: 220px;
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 9999px;
  position: relative;
}
body.works .secWorks .content .btnWrap a[rel=prev] {
  padding-left: 10px;
}
body.works .secWorks .content .btnWrap a[rel=prev]:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  position: absolute;
  top: 54%;
  left: 21%;
}
body.works .secWorks .content .btnWrap a[rel=next] {
  padding-right: 10px;
}
body.works .secWorks .content .btnWrap a[rel=next]:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 54%;
  right: 21%;
}
body.works .secWorks .content .btnWrap a.linkbtn.ml-a {
  margin-left: auto;
}
body.works .secWorks .content .btnWrap a.linkbtn.mr-a {
  margin-right: auto;
}
body.works .secWorks .content .btnWrap a:hover {
  opacity: 1;
  background-color: #c9c9c9;
}
@media screen and (max-width: 767px) {
  body.works .secWorks .content .btnWrap a {
    max-width: 160px;
  }
  body.works .secWorks .content .btnWrap a[rel=prev]:before {
    left: 18%;
  }
  body.works .secWorks .content .btnWrap a[rel=next]:before {
    right: 18%;
  }
  body.works .secWorks .content .btnWrap a.linkbtn.pc_only {
    display: none;
  }
}
body.works .secWorks .content.housing .thumbnail {
  max-width: 100%;
  margin: 0 auto 40px;
}
body.works .secWorks .content.housing .postTtl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
body.works .secWorks .content.housing .postTtl .cat {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #036eb5;
  border-radius: 9999px;
  padding: 5px 20px;
}
@media screen and (max-width: 767px) {
  body.works .secWorks .content.housing .postTtl {
    margin-bottom: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  body.works .secWorks .content.housing .postTtl .cat {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
body.works .secWorks .content.housing .infoWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  body.works .secWorks .content.housing .infoWrap {
    flex-direction: column;
  }
}
body.works .secWorks .content.housing .detail {
  width: 51%;
}
@media screen and (max-width: 767px) {
  body.works .secWorks .content.housing .detail {
    width: 100%;
    margin-bottom: 30px;
  }
}
body.works .secWorks .content.housing .info {
  width: 42%;
  padding: 2% 3% 3%;
  margin-bottom: 0;
  display: block;
}
body.works .secWorks .content.housing .info .ttl {
  font-size: 3.6rem;
  line-height: 1.2;
  width: auto;
  margin-bottom: 10px;
}
body.works .secWorks .content.housing .info .txtWrap {
  width: 100%;
}
body.works .secWorks .content.housing .info .txtWrap .txt + .txt {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  body.works .secWorks .content.housing .info {
    width: 100%;
    padding: 20px 20px 30px;
  }
  body.works .secWorks .content.housing .info .txtWrap .txt br {
    display: none;
  }
}
body.works .secWorks .content.housing .galleryWrap {
  margin-bottom: 140px;
}
body.works .secWorks .content.housing .galleryWrap h3 {
  font-size: 3.8rem;
  font-weight: 700;
  font-family: var(--outfit);
  line-height: 1.2;
  margin-bottom: 40px;
}
body.works .secWorks .content.housing .galleryWrap .slick-arrow {
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  bottom: 0;
}
body.works .secWorks .content.housing .galleryWrap .slick-arrow:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  opacity: 1;
}
body.works .secWorks .content.housing .galleryWrap .slick-prev {
  left: -6%;
}
body.works .secWorks .content.housing .galleryWrap .slick-prev:before {
  background: url(../img/common/arrow-prev4.png) center/contain no-repeat;
}
body.works .secWorks .content.housing .galleryWrap .slick-next {
  right: -6%;
}
body.works .secWorks .content.housing .galleryWrap .slick-next:before {
  background: url(../img/common/arrow-next4.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  body.works .secWorks .content.housing .galleryWrap {
    margin-bottom: 60px;
  }
  body.works .secWorks .content.housing .galleryWrap h3 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  body.works .secWorks .content.housing .galleryWrap .sliderGallery {
    padding: 0 20px;
  }
  body.works .secWorks .content.housing .galleryWrap .slick-arrow {
    width: 20px;
    height: 20px;
  }
  body.works .secWorks .content.housing .galleryWrap .slick-arrow:before {
    width: 20px;
    height: 20px;
  }
  body.works .secWorks .content.housing .galleryWrap .slick-prev {
    left: -4%;
  }
  body.works .secWorks .content.housing .galleryWrap .slick-next {
    right: -4%;
  }
}

body.flow .secRead {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.flow .secRead .secInner {
  max-width: 880px;
}
body.flow .secRead .head {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 30px;
}
body.flow .secRead .img {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 60px;
}
body.flow .secRead .detail {
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  body.flow .secRead {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.flow .secRead .img {
    margin: 0 auto 30px;
  }
  body.flow .secRead .detail {
    font-size: 1.4rem;
  }
}
body.flow .secFlow {
  padding-bottom: 80px;
}
body.flow .secFlow .secInner {
  max-width: 840px;
}
body.flow .secFlow h2 {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  body.flow .secFlow {
    padding-bottom: 60px;
    overflow: hidden;
  }
  body.flow .secFlow h2 {
    font-size: 2.4rem;
    margin-bottom: 45px;
  }
}
body.flow .secFlow .step {
  min-height: 270px;
  padding: 40px 20px 50px;
  background-color: #f1f0ee;
  border-radius: 35px;
  position: relative;
}
body.flow .secFlow .step:after {
  content: "";
  display: block;
  position: absolute;
}
body.flow .secFlow .step + .step {
  margin-top: 120px;
}
body.flow .secFlow .step + .step:before {
  content: "";
  background: url(../img/flow/flow-arrow.png) center/contain no-repeat;
  width: 40px;
  height: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: -70px;
  left: 50%;
}
body.flow .secFlow .step .head {
  font-size: 4.2rem;
  font-weight: 500;
  font-family: var(--outfit);
  color: #1775ac;
  position: absolute;
  transform: translate(-50%, -55%);
  left: 50%;
  top: 0;
}
body.flow .secFlow .step h3 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}
body.flow .secFlow .step .detail {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1px;
  display: table;
  margin: 0 auto;
}
body.flow .secFlow .step .detail.center {
  text-align: center;
}
body.flow .secFlow .step.step1:after {
  width: 200px;
  height: 125px;
  background: url(../img/flow/step1.png) center/contain no-repeat;
  top: -70px;
  right: -50px;
}
body.flow .secFlow .step.step2:after {
  width: 175px;
  height: 135px;
  background: url(../img/flow/step2.png) center/contain no-repeat;
  bottom: -80px;
  left: -85px;
}
body.flow .secFlow .step.step3:after {
  width: 150px;
  height: 110px;
  background: url(../img/flow/step3.png) center/contain no-repeat;
  top: -40px;
  right: -10px;
}
body.flow .secFlow .step.step4:after {
  width: 115px;
  height: 165px;
  background: url(../img/flow/step4.png) center/contain no-repeat;
  bottom: -35px;
  left: -55px;
}
body.flow .secFlow .step.step5:after {
  width: 105px;
  height: 130px;
  background: url(../img/flow/step5.png) center/contain no-repeat;
  top: -55px;
  right: -10px;
}
body.flow .secFlow .step.step6:after {
  width: 90px;
  height: 105px;
  background: url(../img/flow/step6.png) center/contain no-repeat;
  bottom: -65px;
  left: -15px;
}
body.flow .secFlow .step.step7:after {
  width: 145px;
  height: 135px;
  background: url(../img/flow/step7.png) center/contain no-repeat;
  top: -70px;
  right: -30px;
}
body.flow .secFlow .step.step8:after {
  width: 95px;
  height: 125px;
  background: url(../img/flow/step8.png) center/contain no-repeat;
  bottom: -5px;
  left: -20px;
}
body.flow .secFlow .step.step9:after {
  width: 125px;
  height: 125px;
  background: url(../img/flow/step9.png) center/contain no-repeat;
  top: -65px;
  right: -20px;
}
body.flow .secFlow .step.step10:after {
  width: 200px;
  height: 80px;
  background: url(../img/flow/step10.png) center/contain no-repeat;
  bottom: -15px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  body.flow .secFlow .step {
    min-height: auto;
    padding: 40px 20px 70px;
    background-color: #f1f0ee;
    border-radius: 35px;
    position: relative;
  }
  body.flow .secFlow .step + .step {
    margin-top: 100px;
  }
  body.flow .secFlow .step + .step:before {
    width: 30px;
    height: 15px;
    top: -55px;
  }
  body.flow .secFlow .step .head {
    font-size: 2.8rem;
    transform: translate(-50%, -50%);
  }
  body.flow .secFlow .step h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  body.flow .secFlow .step .detail {
    font-size: 1.4rem;
    text-align: left;
    text-align: justify;
  }
  body.flow .secFlow .step.step1:after {
    zoom: 80%;
    top: auto;
    bottom: -30px;
    right: -10px;
  }
  body.flow .secFlow .step.step2:after {
    zoom: 80%;
    bottom: -60px;
    left: -10px;
  }
  body.flow .secFlow .step.step3:after {
    zoom: 80%;
    top: auto;
    bottom: -30px;
    right: -10px;
  }
  body.flow .secFlow .step.step4:after {
    zoom: 80%;
    bottom: -90px;
    left: -10px;
  }
  body.flow .secFlow .step.step5:after {
    zoom: 80%;
    top: auto;
    bottom: -30px;
    right: -10px;
  }
  body.flow .secFlow .step.step6:after {
    zoom: 80%;
    bottom: -40px;
    left: -10px;
  }
  body.flow .secFlow .step.step7:after {
    zoom: 80%;
    top: auto;
    bottom: -30px;
    right: -10px;
  }
  body.flow .secFlow .step.step8:after {
    zoom: 80%;
    bottom: -60px;
    left: -10px;
  }
  body.flow .secFlow .step.step9:after {
    zoom: 80%;
    top: auto;
    bottom: -30px;
    right: -10px;
  }
  body.flow .secFlow .step.step10:after {
    zoom: 80%;
    bottom: -20px;
    left: -10px;
  }
}
body.flow .areaInfo {
  padding-top: 75px;
  padding-bottom: 75px;
}
body.flow .areaInfo .secInner {
  max-width: 760px;
}
body.flow .areaInfo .tel {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 50px;
}
body.flow .areaInfo .btnWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.flow .areaInfo .btnWrap .btn {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  width: 32%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #1775ac;
  background-color: #efefef;
}
body.flow .areaInfo .btnWrap .btn:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/common/arrow-next.png) center/contain no-repeat;
  margin-left: 10px;
}
body.flow .areaInfo .btnWrap .btn img {
  width: 35px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  body.flow .areaInfo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.flow .areaInfo .tel {
    max-width: 270px;
    margin: 0 auto 30px;
  }
  body.flow .areaInfo .btnWrap {
    flex-direction: column;
  }
  body.flow .areaInfo .btnWrap .btn {
    font-size: 1.6rem;
    width: 60%;
    height: 50px;
    margin-bottom: 15px;
  }
  body.flow .areaInfo .btnWrap .btn:after {
    width: 20px;
    height: 20px;
  }
  body.flow .areaInfo .btnWrap .btn img {
    width: 25px;
  }
}