@charset "utf-8";
/*
Theme Name: idealhome
version： 1.0.0
*/
/* COMMON
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  position: relative;
  overflow-x: hidden;
  color: var(--black);
  line-height: 1.75;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
:root {
  --white: #fff;
  --black: #1b1b1b;
  --lightblack: #313131;
  --gray: #898989;
  --lightgray: #efefef;
  --green: #1f603c;
  --dustygreen: #a8beb2;
  --lightgreen: #dce9e2;
  --limegreen: #07c857;
  --orange: #ff5842;
  --yellow: #fff728;
  --lightyellow: #fffef4;
  --salmonpink: #f58778;
  --lightpink: #fae8e5;
  --blue: #1c2f6e;
}
.en {
  font-family: Arial, sans-serif;
}
.charmonman {
  font-family: 'Charmonman', cursive;
}
.maru {
  font-family: 'Zen Maru Gothic', sans-serif;
}
main {
  position: relative;
  z-index: 1;
}
main.shortHead {
  margin-top: 100px;
}
.wrapper {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: inherit;
  opacity: 0.7;
}
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
.container.wide {
  max-width: 90%;
}
.invisible {
  visibility: hidden;
}
.hidden_pc {
  display: none;
}
.hidden_sp {
  display: block;
}
.hidden_sp.inline {
  display: inline-block;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.grid {
  display: grid;
}
@media (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
    cursor: auto;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  main.shortHead {
    margin-top: 60px;
  }
  .hidden_pc {
    display: block;
  }
  .hidden_sp {
    display: none;
  }
}

/* HEADER
-------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header .logo {
  width: 400px;
}
header .logo a {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.hamburger {
  display: none;
}
header .headWrap {
  position: relative;
  height: 80px;
}
header .global-nav {
  background: rgba(255, 255, 255, 0.7);
  width: calc(100% - 400px);
}
.single-event header .global-nav {
  background: rgba(220, 220, 220, 0.7);
}
header .global-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .navWrap {
  padding: 0 40px;
  justify-content: flex-end;
  width: calc(100% - 290px);
}
header ul.subNav {
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}
header ul.subNav li.event a {
  display: block;
  padding: 12px 30px;
  background: var(--orange);
  color: var(--white);
  text-align: center;
  line-height: 1;
}
header ul.subNav li.ig {
  margin-top: 5px;
}
header ul.subNav li.yt {
  margin-top: 8px;
}
header ul.mainNav {
  padding-bottom: 5px;
  gap: 40px;
}
header ul.mainNav li a {
  position: relative;
  padding: 5px 25px 5px 0;
}
header ul.mainNav li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 100%;
  background: url(img/common/arrow_bl.svg) no-repeat center / contain;
  content: '';
}
header .icoNav {
  gap: 1px;
  width: 290px;
}
header .icoNav li {
  width: calc((100% - 2px) / 3);
}
header .icoNav li a {
  display: block;
  padding: 10px 1px;
  text-align: center;
  height: 80px;
}
header .icoNav li a span {
  display: block;
  padding-top: 5px;
  color: var(--white);
  font-size: 1.4rem;
  letter-spacing: 0;
}
header .icoNav li.line a {
  background: var(--orange);
}
header .icoNav li.req a,
header .icoNav li.contact a {
  background: var(--green);
}
@media (max-width: 1750px) {
  header .logo {
    width: 300px;
  }
  header .logo a {
    padding: 0 20px;
  }
  header .global-nav {
    width: calc(100% - 300px);
  }
  header .navWrap {
    padding: 0 20px;
    width: calc(100% - 260px);
    font-size: 1.4rem;
  }
  header .icoNav {
    width: 260px;
  }
  header .icoNav li a span {
    font-size: 1.1rem;
  }
}
@media (max-width: 1500px) {
  header .navWrap {
    width: calc(100% - 210px);
    font-size: 1.4rem;
  }
  header ul.subNav {
    gap: 8px;
  }
  header ul.subNav li.ig img {
    max-width: 25px;
  }
  header ul.subNav li.yt {
    margin-top: 2px;
  }
  header .subNav li.yt img {
    max-width: 23px;
  }
  header ul.mainNav {
    gap: 20px;
  }
  header .icoNav {
    width: 210px;
  }
  header .icoNav li img {
    max-height: 20px;
    width: auto;
  }
  header .icoNav li a span {
    font-size: 1rem;
  }
}
@media (min-width: 1401px) {
  header ul.megaMenu {
    position: absolute;
    top: 40px;
    left: 0;
    display: block;
    padding: 10px 20px;
    background: var(--white);
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease;
    z-index: 1;
  }
  header .mainNav li.concept {
    position: relative;
  }
  header .mainNav li.concept:hover .megaMenu {
    opacity: 1;
    visibility: visible;
  }
  header .mainNav .megaMenu li a::before {
    transform: rotate(-90deg);
  }
  header .mainNav .megaMenu li a {
    padding: 10px 25px 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  header .navWrap {
    width: calc(100% - 260px);
  }
  header ul.subNav {
    gap: 0 15px;
    flex-wrap: wrap;
    font-size: 1.3rem;
  }
  header ul.subNav li.event {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  header ul.subNav li.event a {
    padding: 10px 10px;
    width: 170px;
  }
  header ul.subNav li.ig img {
    max-width: 25px;
  }
  header .subNav li.yt img {
    max-width: 23px;
  }
  header ul.mainNav {
    position: fixed;
    right: 0;
    top: 100px;
    padding: 50px 5%;
    width: calc(100% - 300px);
    background: var(--white) !important;
    z-index: 100;
    overflow-y: auto;
    display: none;
  }
  header ul.mainNav li a {
    padding: 10px 25px 10px 0;
    font-size: 1.6rem;
  }
  header ul.mainNav li a.open::before {
    transform: rotate(180deg);
  }
  header ul.megaMenu {
    display: none;
    padding: 0 20px 20px;
  }
  header .mainNav .megaMenu li a::before {
    transform: rotate(-90deg);
  }
  header .icoNav {
    padding-right: 60px;
    width: 260px;
  }
  .hamburger {
    display: block;
    position: fixed;
    right: 0;
    top: 16px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
    z-index: 300;
    transition: all 0.5s ease-in-out;
  }
  .hamburger::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    margin: auto;
    color: var(--lightblack);
    font-size: 1rem;
    content: 'MENU';
  }
  .hamburger__line {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 34px;
    height: 3px;
    background-color: var(--lightblack);
    border-radius: 10px;
    transition: all 0.6s;
  }
  .hamburger__line--1 {
    top: 13px;
  }
  .hamburger__line--2 {
    top: 23px;
  }
  .hamburger__line--3 {
    top: 33px;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav .mainNav {
    display: block;
  }
  .nav-open .hamburger::after {
    content: 'CLOSE';
  }
  .nav-open .black-bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 25px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 25px;
  }
}
@media (min-width: 768px) {
  header .icoNav li.contact {
    position: relative;
  }
  a.is-pc-tel {
    pointer-events: auto;
    cursor: pointer;
  }
  header .icoNav li.contact .message {
    position: absolute;
    top: 85%;
    right: 0;
    margin-top: 8px;
    padding: 12px 16px;
    background: #f5fff0;
    border: 1px solid var(--green);
    white-space: nowrap;
    text-align: center;
    z-index: 10;
  }
  header .icoNav li.contact .message::after {
    content: "";
    position: absolute;
    top: -7px;
    right: 10%;
    transform: translateX(-50%);
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
  }
  header .icoNav li.contact .message strong {
    font-size: 2rem;
    color: var(--green);
  }
}
@media (max-width: 767px) {
  header {
    background: rgba(0, 0, 0, 0.7);
  }
  header .headWrap {
    padding: 12px 0 0;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 60px);
    height: 60px;
  }
  header .logo {
    width: 150px;
  }
  header .logo a {
    padding: 0 10px;
  }
  header .event {
    width: calc(100% - 160px);
  }
  header .event a {
    display: block;
    padding: 10px 15px;
    max-width: 200px;
    background: var(--orange);
    color: var(--white);
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
  }
  header .global-nav {
    position: fixed;
    right: 0;
    top: 60px;
    padding: 20px 5% 100px;
    width: 100%;
    height: 100vh;
    background: var(--white) !important;
    z-index: 100;
    overflow-y: auto;
    display: none;
  }
  header .global-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  header .navWrap {
    font-size: 1.6rem;
    width: 100%;
  }
  header ul.subNav {
    display: none;
    gap: 10px 20px;
  }
  header ul.subNav li.event {
    width: 100%;
  }
  header ul.subNav li.ig img {
    max-width: 40px;
  }
  header .subNav li.yt img {
    max-width: 38px;
  }
  header ul.mainNav {
    margin: 10px 0;
    gap: 10px;
    order: 1;
  }
  header ul.mainNav li {
    width: 100%;
  }
  header ul.mainNav li a {
    padding: 5px 25px 5px 0;
  }
  header ul.mainNav li a::before {
    width: 12px;
  }
  header ul.mainNav li a.open::before {
    transform: rotate(180deg);
  }
  header ul.megaMenu {
    display: none;
    padding: 0 20px 20px;
  }
  header .mainNav .megaMenu li a::before {
    transform: rotate(-90deg);
  }
  header ul.icoNav {
    width: 100%;
  }
  header .icoNav li a {
    padding: 20px 10px;
    height: auto;
  }
  header .icoNav li img {
    max-height: 30px;
  }
  header .icoNav li a span {
    font-size: 1.3rem;
  }
  header .icoNav li.contact .message {
    display: none!important;
  }
  .hamburger {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
    z-index: 300;
    transition: all 0.5s ease-in-out;
  }
  .hamburger::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    margin: auto;
    color: var(--white);
    font-size: 1rem;
    content: 'MENU';
  }
  .hamburger__line {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 34px;
    height: 3px;
    background-color: var(--white);
    border-radius: 10px;
    transition: all 0.6s;
  }
  .hamburger__line--1 {
    top: 13px;
  }
  .hamburger__line--2 {
    top: 23px;
  }
  .hamburger__line--3 {
    top: 33px;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    display: block;
  }
  .nav-open .hamburger::after {
    content: 'CLOSE';
  }
  .nav-open .black-bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 25px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 25px;
  }
}
/* common style
-------------------------------------------------------------- */
.breadcrumbs {
  padding: 20px 0;
}
.single-event .breadcrumbs {
  padding: 40px 0;
}
.styleTtl {
  text-align: center;
  color: var(--lightblack);
}
.styleTtl strong {
  display: block;
  margin-top: 30px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.styleTtl .txtSub {
  display: block;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.styleTtl .txtLead {
  margin: 20px auto 0;
  padding: 5px;
  max-width: 600px;
  background: var(--green);
  color: var(--white);
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.imgTxtBox {
  align-items: center;
}
.imgTxtBox figure {
  margin: 0;
  width: 50%;
}
.imgTxtBox .txtArea {
  padding: 20px 40px;
  width: 50%;
}
.imgTxtBox .txtArea h2 {
  padding-bottom: 20px;
  font-size: 3.2rem;
  font-weight: 500;
}
.btnMore a {
  padding: 15px;
  margin: auto;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background: var(--dustygreen);
  border-radius: 38px;
  max-width: 240px;
  width: 90%;
  color: var(--green);
}
.btnMore .arrow {
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.btnMore a:hover {
  background: var(--green);
  color: var(--dustygreen);
  opacity: 1;
}
/* lineArea
-------------------------------------------------------------- */
.lineArea {
  margin-bottom: 100px;
  padding: 50px;
}
.lineArea .btn a {
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  margin: auto;
  max-width: 500px;
  background: var(--white);
  border: 3px solid var(--limegreen);
  border-radius: 20px;
}
.lineArea .btn span {
  color: var(--limegreen);
  font-size: 2.4rem;
  font-weight: 500;
}
.lineArea .btn .arrow {
  justify-content: center;
  align-items: center;
  background: var(--limegreen);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
#sv {
  position: relative;
  justify-content: center;
  align-items: center;
  height: 400px;
  text-align: center;
}
#sv::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/common/sv_bg.jpg) no-repeat center / cover;
  content: '';
  z-index: -1;
}
.post-type-archive-event #sv::after,
.tax-event_cat #sv::after,
.thanks #sv::after {
  background: url(img/event/sv_bg.jpg) no-repeat center / cover;
}
.post-type-archive-works #sv::after,
.tax-works_cat #sv::after {
  background: url(img/works/sv_bg.jpg) no-repeat center / cover;
}
.post-type-archive-plan #sv::after,
.single-plan #sv::after,
.tax-plan_cat #sv::after {
  background: url(img/plan/sv_bg.jpg) no-repeat center / cover;
}
.company #sv::after {
  background: url(img/company/sv_bg.jpg) no-repeat center / cover;
}
.concept #sv::after {
  background: url(img/concept/sv_bg.jpg) no-repeat center / cover;
}
.concept2 #sv::after {
  background: url(img/concept2/sv_bg.jpg) no-repeat center / cover;
}
.voice #sv::after {
  background: url(img/voice/sv_bg.jpg) no-repeat center / cover;
}
#sv h1 {
  position: relative;
  margin-top: 5%;
  padding: 25px 60px;
  display: inline-block;
  max-width: 70%;
  background: var(--white);
  color: var(--lightblack);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
#sv h1::before {
  position: absolute;
  top: 10px;
  left: -20px;
  background: var(--lightblack);
  width: 60px;
  height: 1px;
  transform: rotate(-40deg);
  content: '';
}
#sv h1::after {
  position: absolute;
  right: -20px;
  bottom: 10px;
  background: var(--lightblack);
  width: 60px;
  height: 1px;
  transform: rotate(-40deg);
  content: '';
}
@media (max-width: 1200px) {
  .imgTxtBox .txtArea h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .single-event .breadcrumbs {
    padding: 20px 0;
  }
  .styleTtl .ico img {
    max-width: 40px;
  }
  .styleTtl strong {
    margin-top: 20px;
    font-size: 2rem;
  }
  .styleTtl .txtSub {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .styleTtl .txtLead {
    margin: 10px auto 0;
    font-size: 1.8rem;
  }
  .imgTxtBox figure {
    width: 100%;
  }
  .imgTxtBox .txtArea {
    padding: 30px;
    width: 100%;
  }
  .imgTxtBox .txtArea h2 {
    padding-bottom: 10px;
    font-size: 2rem;
  }
  .btnMore a {
    padding: 10px;
    max-width: 200px;
  }
  .btnMore span {
    font-size: 1.6rem;
  }
  .btnMore .arrow {
    width: 20px;
    height: 20px;
  }
  .btnMore .arrow img {
    width: 4px;
  }
  .lineArea {
    margin-bottom: 50px;
    padding: 30px 0;
  }
  .lineArea .btn a {
    gap: 10px;
    padding: 15px;
    border: 1px solid var(--limegreen);
    border-radius: 10px;
  }
  .lineArea .btn .ico img {
    width: 40px;
  }
  .lineArea .btn span {
    font-size: 1.8rem;
  }
  .lineArea .btn .arrow {
    width: 20px;
    height: 20px;
  }
  .lineArea .btn .arrow img {
    width: 8px;
  }
  #sv {
    height: 250px;
  }
  #sv h1 {
    margin-top: 10%;
    padding: 10px 40px;
    font-size: 1.8rem;
  }
  #sv h1::before {
    top: 5px;
    left: -10px;
    width: 40px;
  }
  #sv h1::after {
    right: -10px;
    bottom: 5px;
    width: 40px;
  }
}

/* archive
-------------------------------------------------------------- */
#newsList .postArea {
  margin: 50px 0;
}
#newsList .postArea li {
  border-bottom: 1px dotted #ccc;
}
#newsList .postArea li a {
  padding: 20px 0;
}
#newsList .postArea li a:hover {
  background: var(--lightgreen);
  opacity: 1;
}
#newsList .postArea li .date {
  width: 130px;
  color: var(--green);
}
#newsList .postArea li .ttl {
  width: calc(100% - 130px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#newsList .postArea li.none {
  text-align: center;
}
#first .firstWrap {
  margin-top: 30px;
  padding: 50px 120px;
  background: #eee;
}
#first .firstWrap ul {
  margin-bottom: 30px;
  gap: 20px 50px;
}
#first .firstWrap li {
  width: calc(50% - 25px);
}
#first .firstWrap li a {
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
#first .firstWrap .eyecatch {
  align-items: center;
  justify-content: center;
  width: 30%;
  background-size: cover;
  background-color: var(--white);
  aspect-ratio: 16 / 11;
}
#first .firstWrap .txtArea {
  width: 65%;
}
#first .firstWrap h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 10px;
  color: #42b5f2;
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: 500;
}
#first .firstWrap .txtArea p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.catWrap {
  margin: 60px 0;
}
.catWrap h2 {
  margin: 0 auto 30px;
  padding: 15px;
  border-radius: 30px;
  background: var(--green);
  color: var(--white);
  max-width: 300px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2
}
.catWrap ul {
  max-width: 1000px;
  margin: auto;
  gap: 20px;
}
.catWrap li {
  width: calc((100% - 60px) / 4);
}
.catWrap li a {
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #f7f8e7;
  box-shadow: 2.973px 2.677px 0px 0px var(--green);
  border: 1px solid var(--green);
  height: 100px;
  font-size: 1.8rem;
}
#columnList .txtLead {
  padding: 20px 0;
  font-size: 2.4rem;
  text-align: center;
}
#columnList .postArea {
  margin-bottom: 50px;
  gap: 50px;
}
#columnList .postArea li {
  padding: 50px 5px 30px;
  width: calc((100% - 50px) / 2);
  border-top: 1px solid var(--lightblack);
  border-bottom: 1px solid var(--lightblack);
}
#columnList .postArea li .eyecatch {
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: var(--lightgray);
  background-size: cover;
  aspect-ratio: 56 / 29;
}
#columnList .postArea li h3 {
  margin: 15px 0;
  color: var(--green);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#columnList .postArea li p {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#columnList .postArea li.none {
  text-align: center;
}
@media (max-width: 1200px) {
  #first .firstWrap {
    padding: 30px;
  }
  .catWrap li a {
    font-size: 1.5rem;
  }
  .catWrap li img {
    width: auto;
    max-height: 25px;
  }
}
@media (max-width: 767px) {
  #newsList .postArea {
    margin: 30px 0;
  }
  #newsList .postArea li a {
    padding: 15px 0;
  }
  #newsList .postArea li .date {
    width: 90px;
  }
  #newsList .postArea li .ttl {
    width: calc(100% - 90px);
    -webkit-line-clamp: 2;
  }
  #first .firstWrap {
    margin-top: 15px;
    padding: 25px;
  }
  #first .firstWrap ul {
    margin-bottom: 30px;
    gap: 20px 50px;
  }
  #first .firstWrap li {
    width: 100%;
  }
  #first .firstWrap .eyecatch {
    width: 40%;
  }
  #first .firstWrap .txtArea {
    width: 55%;
  }
  #first .firstWrap h3 {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .catWrap {
    margin: 30px 0 40px;
  }
  .catWrap h2 {
    margin: 0 auto 20px;
    padding: 10px;
    font-size: 1.5em;
  }
  .catWrap ul {
    gap: 10px;
  }
  .catWrap li {
    width: calc((100% - 10px) / 2);
  }
  .catWrap li a {
    font-size: 1.4rem;
    height: 60px;
  }
  #columnList .txtLead {
    padding: 10px 0;
    font-size: 1.6rem;
  }
  #columnList .postArea {
    margin-bottom: 25px;
    gap: 25px;
  }
  #columnList .postArea li {
    padding: 25px 5px 15px;
    width: 100%;
  }
  #columnList .postArea li h3 {
    margin: 10px 0;
    font-size: 1.8rem;
  }
  #columnList .postArea li.none {
    text-align: center;
  }
}
/* single
-------------------------------------------------------------- */
#newsSingle .ttlheader .date {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
}
#newsSingle .ttlheader h2 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 80px;
  color: var(--blue);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 3px;
}
#newsSingle .ttlheader h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--black);
  width: 150px;
  height: 1px;
  content: '';
}
#newsSingle .eyecatch {
  margin-bottom: 80px;
}
#newsSingle .freetxt {
  padding-bottom: 50px;
  font-size: 1.6rem;
}
.freetxt img {
  margin-bottom: 30px;
}
.freetxt a {
  color: var(--orange);
}
.freetxt p {
  margin-bottom: 30px;
  line-height: 2;
}
.freetxt blockquote {
  background: #efefef;
  padding: 20px;
}
.freetxt .aligncenter {
  display: block;
  margin: 0 auto;
}
.freetxt .alignleft {
  float: left;
}
.freetxt .alignright {
  float: right;
}
.freetxt ul,
.freetxt ol {
  margin: 0 20px;
}
.freetxt ul li {
  list-style: square;
  margin-bottom: 15px;
}
.freetxt ol li {
  list-style: decimal;
  margin-bottom: 15px;
}
.freetxt h1 {
  font-size: 150%;
}
.freetxt h2 {
  font-size: 140%;
}
.freetxt h3 {
  font-size: 130%;
}
.freetxt h4 {
  font-size: 120%;
}
.freetxt h5 {
  font-size: 110%;
}
.freetxt h6 {
  font-size: 100%;
}
.freetxt table {
  width: 100%;
}
.freetxt table th {
  padding: 10px 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
}
.freetxt table td {
  padding: 10px 15px;
  border: 1px solid #ccc;
}
.freetxt iframe {
  max-width: 100%;
}
@media (max-width: 767px) {
  #newsSingle .ttlheader .date {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #newsSingle .ttlheader h2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 2rem;
  }
  #newsSingle .eyecatch {
    margin-bottom: 40px;
  }
  #newsSingle .freetxt {
    padding-bottom: 30px;
  }
  .freetxt iframe {
    height: 250px;
  }
}

/* event
-------------------------------------------------------------- */
#eventList {
  margin-bottom: 150px;
}
#eventList .postArea {
  gap: 40px;
}
#eventList .postArea > li {
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 60px;
  width: 100%;
  background: var(--lightgray);
}
#eventList .postArea > li.close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px 30px;
  width: 90%;
  max-width: 460px;
  transform: translateY(-50%) translateX(-50%);
  background: var(--lightblack);
  color: var(--white);
  text-align: center;
  font-size: 5rem;
  line-height: 1.4;
  content: '終了したイベント';
  z-index: 3;
}
#eventList .postArea > li.close::after {
  position: absolute;
  inset: 0;
  background: rgba(49, 49, 49, 0.5);
  content: '';
  z-index: 2;
}
#eventList .postArea .eyecatch {
  width: 43%;
  border: 1px solid #dcdcdc;
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 513 / 488;
}
#eventList .postArea .txtArea {
  width: 54%;
}
#eventList .postArea .cat {
  gap: 10px;
}
#eventList .postArea .cat li {
  padding: 15px 25px;
  color: var(--white);
  line-height: 1;
}
#eventList .postArea .cat li.free-consultation {
  background: var(--green);
}
#eventList .postArea .cat li.other {
  background: #f39800;
}
#eventList .postArea .cat li.completion-tour {
  background: #009e96;
}
#eventList .postArea h2 {
  padding: 20px 0;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;
}
#eventList .postArea p {
  line-height: 2;
}
#eventList .postArea dl {
  gap: 15px 0;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--lightblack);
}
#eventList .postArea dt {
  padding: 8px;
  width: 150px;
  background: var(--white);
  text-align: center;
  line-height: 1;
}
#eventList .postArea dd {
  width: calc(100% - 160px);
}
#eventList .postArea .btnMore a {
  margin: 25px 0 0;
  padding: 10px;
  background: var(--lightgreen);
  max-width: 200px;
}
#eventList .postArea .btnMore a:hover {
  background: var(--green);
  color: var(--white);
}
#eventSingle .postTtl {
  margin-bottom: 50px;
  padding: 20px;
  border-left: 20px solid var(--green);
  background: var(--lightgreen);
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
}
#eventSingle .detailWrap {
  justify-content: space-between;
}
#eventSingle .detailWrap .eyecatch {
  width: 50%;
}
#eventSingle .detailWrap .eyecatch img {
  width: 100%;
}
#eventSingle .detailWrap .txtArea {
  width: 47%;
}
#eventSingle .detailWrap h2 {
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid var(--lightblack);
}
#eventSingle .detailWrap dl {
  gap: 15px 0;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.8rem;
}
#eventSingle .detailWrap dt {
  padding: 8px;
  width: 100px;
  background: #dcdcdc;
  text-align: center;
  line-height: 1;
}
#eventSingle .detailWrap dd {
  width: calc(100% - 120px);
}
#eventSingle .txt {
  margin-top: 20px;
  padding: 30px 0;
  border-top: 1px solid var(--lightblack);
}
#eventSingle .entryBox {
  position: relative;
  border: 2px solid var(--orange);
}
#eventSingle .entryBox .ttl {
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--orange);
  color: var(--white);
}
#eventSingle .entryBox .ttl span {
  font-size: 1.8rem;
  line-height: 1.3;
}
#eventSingle .entryBox.is-closed {
  margin-bottom: 100px;
}
#eventSingle .entryBox.is-closed::before {
  content: "イベントは終了しました";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: .1em;
  z-index: 2;
}
#eventSingle .entryBox.is-closed .btnArea,
#eventSingle .entryBox.is-closed a {
  pointer-events: none;
  opacity: .4;
}
#eventSingle .entryBox .btnArea {
  padding: 20px 10px 30px;
  text-align: center;
}
#eventSingle .entryBox .btnArea p {
  padding-bottom: 20px;
}
#eventSingle .entryBox .btnArea .btn a {
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  margin: auto;
  max-width: 500px;
  background: #ccffe1;
  border: 3px solid var(--limegreen);
  border-radius: 20px;
}
#eventSingle .entryBox .btnArea .btn span {
  color: var(--limegreen);
  font-size: 2.4rem;
  font-weight: 500;
}
#eventSingle .entryBox .btnArea .btn .arrow {
  justify-content: center;
  align-items: center;
  background: var(--limegreen);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
#eventSingle .newArea {
  margin: 50px 0;
}
#eventSingle .btnCv a {
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  margin: auto;
  max-width: 500px;
  background: #ccffe1;
  border: 3px solid var(--limegreen);
  border-radius: 20px;
}
#eventSingle .btnCv span {
  color: var(--limegreen);
  font-size: 2.4rem;
  font-weight: 500;
}
#eventSingle .btnCv .arrow {
  justify-content: center;
  align-items: center;
  background: var(--limegreen);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
#eventSingle .eventform {
  margin: 50px 0;
}
#eventSingle .eventform .container {
  padding: 30px;
  border: 10px solid #dcdcdc;
  max-width: 900px;
  font-size: 1.8rem;
}
#eventSingle .eventform h3 {
  padding-bottom: 5px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid var(--lightblack);
}
@media (max-width: 767px) {
  #eventList {
    margin-bottom: 80px;
  }
  #eventList .postArea {
    gap: 30px;
  }
  #eventList .postArea > li {
    padding: 20px 30px;
  }
  #eventList .postArea > li.close::before {
    font-size: 2rem;
  }
  #eventList .postArea .eyecatch {
    margin-bottom: 20px;
    width: 100%;
  }
  #eventList .postArea .txtArea {
    width: 100%;
    font-size: 1.5rem;
  }
  #eventList .postArea .cat {
    gap: 5px;
  }
  #eventList .postArea .cat li {
    padding: 10px 15px;
  }
  #eventList .postArea h2 {
    padding: 10px 0;
    font-size: 2.4rem;
  }
  #eventList .postArea dl {
    gap: 10px 0;
  }
  #eventList .postArea dt {
    padding: 8px;
    width: 100%;
  }
  #eventList .postArea dd {
    width: 100%;
  }
  #eventList .postArea .btnMore a {
    margin: 20px auto 0;
  }
  #eventList .postArea .btnMore span {
    font-size: 1.6rem;
  }
  #eventSingle .postTtl {
    margin-bottom: 30px;
    padding: 10px 15px;
    border-left: 10px solid var(--green);
    font-size: 2.4rem;
  }
  #eventSingle .detailWrap .eyecatch {
    width: 100%;
  }
  #eventSingle .detailWrap .txtArea {
    padding-top: 10px;
    width: 100%;
  }
  #eventSingle .detailWrap h2 {
    font-size: 1.8rem;
  }
  #eventSingle .detailWrap dl {
    gap: 10px 0;
    font-size: 1.5rem;
  }
  #eventSingle .detailWrap dt {
    width: 80px;
  }
  #eventSingle .detailWrap dd {
    width: calc(100% - 100px);
  }
  #eventSingle .txt {
    padding: 20px 0;
  }
  #eventSingle .entryBox .ttl {
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--orange);
    color: var(--white);
  }
  #eventSingle .entryBox .ico img {
    max-width: 30px;
  }
  #eventSingle .entryBox .ttl span {
    font-size: 1.5rem;
  }
  #eventSingle .entryBox.is-closed {
    margin-bottom: 50px;
  }
  #eventSingle .entryBox.is-closed::before {
    font-size: 1.6rem;
  }
  #eventSingle .entryBox .btnArea {
    padding: 10px 10px 20px;
  }
  #eventSingle .entryBox .btnArea p {
    padding-bottom: 10px;
  }
  #eventSingle .entryBox .btnArea .btn a {
    gap: 10px;
    padding: 15px;
    border: 1px solid var(--limegreen);
    border-radius: 10px;
  }
  #eventSingle .entryBox .btnArea .btn .ico img {
    max-width: 30px;
  }
  #eventSingle .entryBox .btnArea .btn span {
    font-size: 1.6rem;
  }
  #eventSingle .entryBox .btnArea .btn .arrow {
    width: 20px;
    height: 20px;
  }
  #eventSingle .entryBox .btnArea .btn .arrow img {
    max-width: 6px;
  }
  #eventSingle .newArea {
    margin: 25px 0;
  }
  #eventSingle .eventform {
    margin: 30px 0;
  }
  #eventSingle .eventform .container {
    padding: 20px;
    border: 5px solid #dcdcdc;
    font-size: 1.5rem;
  }
  #eventSingle .eventform h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

/* works
-------------------------------------------------------------- */
.post-type-archive-works #pickup {
  background: #fffcdb;
}
.post-type-archive-works #pickup .eyecatch {
  width: 50%;
  height: 100%;
  background-size: cover;
  aspect-ratio: 7 / 5;
}
.post-type-archive-works #pickup .btnMore a {
  margin: 30px 0 0;
}
.post-type-archive-works .pageLink {
  margin: 50px auto;
  max-width: 800px;
  width: 90%;
}
.post-type-archive-works .pageLink ul {
  gap: 20px;
  justify-content: center;
}
.post-type-archive-works .pageLink li {
  width: calc(50% - 10px);
}
.post-type-archive-works .pageLink .btnMore a {
  background: var(--lightgreen);
  max-width: 100%;
  width: 100%;
}
.post-type-archive-works .pageLink .btnMore.pink a {
  background: #ffccc5;
}
.post-type-archive-works .pageLink .btnMore a:hover {
  background: var(--green);
  color: var(--white);
}
.post-type-archive-works .pageLink .btnMore.pink a:hover {
  background: var(--orange);
}
.tagList {
  padding: 20px;
  background: #e5e5e5;
}
.tagList .inner {
  padding: 20px 30px;
  background: var(--white);
}
.tagList h3 {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
.tagList .tag {
  margin: 20px 0;
  gap: 15px;
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.tagList .tag.open {
  max-height: 500px;
}
.tagList .tag li a {
  padding: 15px 20px;
  border-radius: 14px;
  border: 1px solid var(--lightblack);
  font-size: 2.4rem;
  line-height: 1;
}
.tagList .tag li a:hover {
  background: #fffcdb;
}
.tagList .btn {
  padding: 15px;
  margin: auto;
  gap: 5px;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  background: var(--green);
  color: var(--white);
  cursor: pointer;
  transition: all .3s ease;
}
.tagList .btn:hover {
  opacity: .7;
}
.tagList .btn .ico {
  justify-content: center;
  align-items: center;
  background: #fffcdb;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: var(--green);
  line-height: 1;
  transition: 0.3s ease;
}
.tagList .btn span {
  font-size: 1.8rem;
}
#worksList .container {
  max-width: 1100px;
}
#worksList .postArea {
  margin: 50px 0;
  gap: 20px;
}
#worksList .postArea > li {
  width: calc(50% - 10px);
  background: #e5e5e5;
}
#worksList .postArea > li.none {
  width: 100%;
  background: transparent;
  text-align: center;
}
#worksList .postArea .eyecatch {
  background-size: cover;
  width: 100%;
  aspect-ratio: 3 / 2;
}
#worksList .postArea .txtArea {
  padding: 10px 20px 20px;
}
#worksList .postArea h2 {
  color: var(--green);
  font-size: 2.2rem;
  font-weight: 500;
}
#worksList .postArea .tag {
  margin: 10px 0 20px;
  gap: 5px;
}
#worksList .postArea .tag li a {
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid var(--lightblack);
  background: var(--white);
  font-size: 1.8rem;
  line-height: 1;
}
#worksList .postArea .tag a:hover {
  background: #fffcdb;
}
#worksList .postArea .btn a {
  padding: 15px;
  margin: auto;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--lightblack);
  cursor: pointer;
}
#worksList .postArea .btn .arrow {
  justify-content: center;
  align-items: center;
  background: var(--lightblack);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 1;
  transition: 0.3s ease;
}
#worksSingle .postTtl {
  margin-bottom: 50px;
  padding: 20px;
  border-left: 20px solid #f6ee9d;
  background: var(--lightyellow);
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
}
#worksSingle .detailWrap {
  margin: auto;
  max-width: 1100px;
}
#worksSingle .eyecatch {
  margin-bottom: 50px;
}
#worksSingle .spec {
  margin-bottom: 50px;
  width: 100%;
}
#worksSingle .spec h2 {
  font-size: 2.4rem;
  font-weight: 700;
}
#worksSingle .spec dl {
  padding: 20px 0;
  gap: 20px 0;
  align-items: center;
  border-top: 1px solid var(--lightblack);
  border-bottom: 1px solid var(--lightblack);
  font-size: 1.8rem;
}
#worksSingle .spec dt {
  padding: 15px;
  width: 20%;
  background: #dcdcdc;
  text-align: center;
  line-height: 1.4;
}
#worksSingle .spec dd {
  padding: 15px 20px;
  width: 30%;
}
#worksSingle .contentBlock {
  margin-bottom: 50px;
}
#worksSingle .contentBlock h2 {
  padding-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
}
#worksSingle .contentBlock.block01 figure {
  margin-top: 40px;
}
#worksSingle .contentBlock.block02 {
  gap: 50px;
}
#worksSingle .contentBlock.block02 figure {
  width: calc(50% - 25px);
}
#worksSingle .contentBlock.block02 .txtArea {
  width: calc(50% - 25px);
}
#worksSingle .msgBox {
  margin-bottom: 60px;
  padding: 40px;
  gap: 20px;
  width: 100%;
  background: var(--lightyellow);
}
#worksSingle .msgBox figure {
  width: calc(25% - 10px);
}
#worksSingle .msgBox figure + .txtArea {
  width: calc(75% - 10px);
}
#worksSingle .msgBox h3 {
  padding-bottom: 10px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4
}
@media (max-width: 1000px) {
  #worksSingle .spec dl {
    padding: 20px 0;
    gap: 20px 0;
    font-size: 1.6rem;
  }
  #worksSingle .spec dt {
    padding: 10px;
    width: 22%;
  }
  #worksSingle .spec dd {
    padding: 10px 15px;
    width: 28%;
  }
}
@media (max-width: 768px) {
  .post-type-archive-works #pickup .eyecatch {
    width: 100%;
  }
  .post-type-archive-works .pageLink {
    margin: 25px auto;
  }
  .post-type-archive-works .pageLink ul {
    gap: 15px;
  }
  .post-type-archive-works .pageLink li {
    width: 100%;
  }
  .tagList {
    padding: 10px;
  }
  .tagList .inner {
    padding: 10px 15px;
  }
  .tagList h3 {
    font-size: 2rem;
  }
  .tagList .tag {
    margin: 10px 0;
    gap: 10px;
    max-height: 80px;
  }
  .tagList .tag li a {
    padding: 8px 10px;
    border-radius: 7px;
    font-size: 1.6rem;
  }
  .tagList .btn {
    padding: 10px;
  }
  .tagList .btn:hover {
    opacity: .7;
  }
  .tagList .btn span {
    font-size: 1.5rem;
  }
  #worksList .container {
    max-width: 1100px;
  }
  #worksList .postArea {
    margin: 25px 0;
  }
  #worksList .postArea > li {
    width: 100%;
  }
  #worksList .postArea h2 {
    font-size: 1.6rem;
  }
  #worksList .postArea .tag li a {
    padding: 5px 10px;
    font-size: 1.5rem;
  }
  #worksList .postArea .tag a:hover {
    background: #fffcdb;
  }
  #worksList .postArea .btn a {
    padding: 10px;
  }
  #worksList .postArea .btn .arrow {
    width: 15px;
    height: 15px;
  }
  #worksSingle .postTtl {
    margin-bottom: 30px;
    padding: 10px 15px;
    border-left: 10px solid #f6ee9d;
    font-size: 2.4rem;
  }
  #worksSingle .eyecatch {
    margin-bottom: 30px;
  }
  #worksSingle .spec {
    margin-bottom: 30px;
  }
  #worksSingle .spec h2 {
    font-size: 1.8rem;
  }
  #worksSingle .spec dl {
    padding: 10px 0;
    gap: 10px 0;
    font-size: 1.4rem;
  }
  #worksSingle .spec dt {
    width: 40%;
  }
  #worksSingle .spec dd {
    width: 60%;
  }
  #worksSingle .contentBlock {
    margin-bottom: 30px;
  }
  #worksSingle .contentBlock h2 {
    padding-bottom: 20px;
    font-size: 2.4rem;
  }
  #worksSingle .contentBlock.block01 figure {
    margin-top: 20px;
  }
  #worksSingle .contentBlock.block02 {
    gap: 20px;
  }
  #worksSingle .contentBlock.block02 figure {
    width: 100%;
  }
  #worksSingle .contentBlock.block02 .txtArea {
    width: 100%;
  }
  #worksSingle .msgBox {
    margin-bottom: 60px;
    padding: 20px;
    gap: 20px;
  }
  #worksSingle .msgBox figure {
    margin: auto;
    width: 80%
  }
  #worksSingle .msgBox figure + .txtArea {
    width: 100%;
  }
  #worksSingle .msgBox h3 {
    font-size: 2.4rem;
  }
}

/* plan
-------------------------------------------------------------- */
.planPage #lead {
  margin-bottom: 50px;
  background: #e6f3f5;
}
.planPage .lineArea {
  padding: 20px;
  background: var(--limegreen);
}
.planPage #merit .txt {
  margin: 40px auto 50px;
  max-width: 800px;
}
.planPage #merit .meritWrap {
  flex-wrap: nowrap;
}
.planPage #merit .meritWrap li {
  position: relative;
  border-right: 1px dotted var(--gray);
}
.planPage #merit .meritWrap li:first-child {
  padding-right: 20px;
  width: 28%;
}
.planPage #merit .meritWrap li:nth-child(2) {
  padding: 0 30px;
  width: 36%;
}
.planPage #merit .meritWrap li:last-child {
  padding-left: 30px;
  width: 36%;
  border: none;
}
.planPage #merit .meritWrap li h3 {
  gap: 20px;
  align-items: center;
}
.planPage #merit .meritWrap li h3 span {
  justify-content: center;
  align-items: center;
  background: #b9dce1;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 3rem;
  letter-spacing: 1px;
  text-indent: 1px;
}
.planPage #merit .meritWrap li h3 p {
  font-size: 3.6rem;
}
.planPage #merit .meritWrap li h4 {
  padding: 10px 0;
  font-size: 2.4rem;
}
.planPage #merit .meritWrap li h4 span {
  background: linear-gradient(transparent 50%, #fff799 50%);
}
.planPage #map p {
  margin: 20px 0 50px;
}
#planList {
  margin: 80px 0;
}
#planList .leadArea {
  text-align: center;
}
#planList .leadArea .fee {
  color: var(--orange);
  font-size: 4rem;
  font-weight: 700;
}
#planList .leadArea .target {
  margin: 10px auto 80px;
  padding: 20px;
  border: 7px solid #8fbec5;
  max-width: 750px;
  background: #e6f3f5;
  border-radius: 14px;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}
#planList .leadArea .target small {
  display: block;
  margin-top: 15px;
  font-size: 1.4rem;
  letter-spacing: 0;
}
#planList .postArea {
  gap: 70px 30px;
  align-items: flex-start;
}
#planList .firstWroks {
  align-items: flex-start;
  gap: 10px 40px;
  width: 100%;
}
#planList .regularWorks {
  gap: 10px;
  width: calc((100% - 30px) / 2);
}
#planList .photoArea {
  position: relative;
}
#planList .firstWroks .photoArea {
  width: calc(58% - 20px);
}
#planList .regularWorks .photoArea,
#planList .regularWorks .txtArea {
  width: 100%;
}
#planList .firstWroks .photoArea .ico {
  position: absolute;
  top: -40px;
  left: -80px;
}
#planList .firstWroks .photoArea .eyecatch {
  background-size: cover;
  aspect-ratio: 858 / 606;
}
#planList .regularWorks .photoArea .eyecatch {
  margin-bottom: 20px;
  width: 100%;
  background-size: cover;
  aspect-ratio: 723 / 512;
}
#planList .photoArea ul {
  position: absolute;
  right: 0;
  bottom: 0;
}
#planList .sns {
  padding: 20px 30px;
  justify-content:center;
  gap: 20px;
  background: #b9dce1;
  width: 220px;
}
#planList .sns li {
  width: calc((100% - 20px) / 2);
}
#planList .sns li a {
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: var(--white);
  border-radius: 14px;
  border: 1px solid var(--lightblack);
}
#planList .firstWroks .txtArea {
  width: calc(42% - 20px);
}
#planList .txtArea .tagPlanList {
  gap: 10px;
}
#planList .txtArea .tagPlanList li a {
  padding: 12px 30px;
  font-size: 1.8rem;
  line-height: 1;
}
.tag-new a {
  background: var(--orange);
  color: var(--white);
}
.tag-visit a {
  background: #fff799;
}
#planList .txtArea .area {
  margin: 15px 0 25px;
  padding: 15px;
  background: #e6f3f5;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
}
#planList .txtArea .areaMore {
  font-size: 2rem;
  line-height: 1;
}
#planList .txtArea h3 {
  padding: 20px 0 15px;
  border-bottom: 1px solid var(--lightblack);
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
}
#planList .txtArea h3 small {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 400;
}
#planList .txtArea .propertyInfo {
  padding: 5px 0 20px;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
}
#planList .txtArea .propertyInfo dt {
  width: 90px;
}
#planList .txtArea .propertyInfo dd {
  width: calc(100% - 90px);
}
#planList .txtArea .propertyInfo .txtLarge {
  font-size: 3.6rem;
  font-weight: 500;
}
#planList .txtArea .accessInfo {
  padding: 5px 0 20px;
  justify-content: space-between;
  font-size: 1.8rem;
}
#planList .txtArea .accessInfo dt {
  padding: 30px 10px;
  justify-content: center;
  align-items: center;
  background: #e6f3f5;
  width: 100px;
  text-align: center;
}
#planList .txtArea .accessInfo dd {
  padding: 5px 0;
  width: calc(100% - 120px);
  line-height: 2;
}
#planList .salesArea {
  position: relative;
  margin: auto;
  padding: 10px 30px;
  text-align: center;
  border-left: 8px solid var(--lightblack);
  border-right: 8px solid var(--lightblack);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
#planList .salesArea span {
  color: var(--orange);
  font-size: 3.6rem;
  font-weight: 700;
}
#planList .btnArea {
  margin-top: 20px;
  gap: 15px;
  width: 100%;
  background: #e6f3f5;
}
#planList .firstWroks .btnArea {
  padding: 40px;
}
#planList .regularWorks .btnArea {
  padding: 20px 30px;
}
#planList .firstWroks .btnArea .btnDetail {
  width: 40%;
}
#planList .regularWorks .btnArea .btnDetail {
  width: 100%;
}
#planList .btnArea .btnDetail a {
  padding: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--white);
  border: 3px solid var(--lightblack);
  height: 80px;
  line-height: 1;
}
#planList .btnArea .btnDetail span {
  font-size: 3.6rem;
}
#planList .btnArea .btnDetail .arrow {
  transform: rotate(-90deg);
}
#planList .firstWroks .btnArea .btnRequest,
#planList .firstWroks .btnArea .btnReserve {
  width: calc(30% - 15px);
}
#planList .regularWorks .btnArea .btnRequest,
#planList .regularWorks .btnArea .btnReserve {
  width: calc(50% - 15px);
}
#planList .btnArea .btnRequest a {
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  margin: auto;
  max-width: 500px;
  background: var(--white);
  border: 3px solid var(--limegreen);
  border-radius: 20px;
  height: 80px;
  line-height: 1;
}
#planList .btnArea .btnRequest span {
  color: var(--limegreen);
  font-size: 2rem;
  font-weight: 500;
}
#planList .btnArea .btnReserve a {
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  margin: auto;
  max-width: 500px;
  background: var(--orange);
  border-radius: 20px;
  height: 80px;
  line-height: 1;
}
#planList .btnArea .btnReserve span {
  color: var(--white);
  font-size: 3.6rem;
  font-weight: 500;
}
#planList .solduot {
  position: relative;
}
#planList .soldout::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(83,83,83,.6);
  content: "";
  z-index: 1;
}
#planList .thanks {
  position: absolute;
  top: 20%;
  left: 50%;
  padding: 50px;
  transform: translateY(-50%) translateX(-50%);
  background: var(--white);
  max-width: 90%;
  border-radius: 14px;
  text-align: center;
  z-index: 2;
}
#planList .thanks p {
  color: var(--orange);
  font-size: 3.6rem;
  font-weight: 500;
}
.planPage #sv h1 small {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.planPage #sv h1 span {
  color: var(--orange);
}
.planPage #pr .txt {
  margin: 30px auto 50px;
  max-width: 760px;
  line-height: 2;
}
#planSingle section {
  margin-bottom: 60px;
}
#planSingle #property .photoArea {
  position: relative;
  width: 50%;
}
#planSingle #property .photoArea .eyecatch {
  background-size: cover;
  width: 100%;
  height: 100%;
}
#planSingle #property .photoArea ul {
  position: absolute;
  left: 0;
  top: 0;
}
#planSingle #property .sns {
  padding: 20px 30px;
  justify-content:center;
  gap: 20px;
  background: #b9dce1;
  width: 220px;
}
#planSingle #property .sns li {
  width: calc((100% - 20px) / 2);
}
#planSingle #property .sns li a {
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: var(--white);
  border-radius: 14px;
  border: 1px solid var(--lightblack);
}
#planSingle #property .txtArea {
  padding: 40px 30px;
  width: 50%;
  background: #e6f3f5;
}
#planSingle #property .txtArea .areaMore {
  font-size: 2rem;
  line-height: 1;
}
#planSingle #property .txtArea h3 {
  padding: 20px 0 15px;
  border-bottom: 1px solid var(--lightblack);
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
}
#planSingle #property .txtArea h3 small {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 400;
}
#planSingle #property .txtArea .propertyInfo {
  padding: 5px 0 20px;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
}
#planSingle #property .txtArea .propertyInfo dt {
  width: 90px;
}
#planSingle #property .txtArea .propertyInfo dd {
  width: calc(100% - 90px);
}
#planSingle #property .txtArea .propertyInfo .txtLarge {
  font-size: 3.6rem;
  font-weight: 500;
}
#planSingle #property .txtArea .accessInfo {
  padding: 5px 0 20px;
  justify-content: space-between;
  font-size: 1.8rem;
}
#planSingle #property .txtArea .accessInfo dt {
  padding: 30px 10px;
  justify-content: center;
  align-items: center;
  background: var(--white);
  width: 100px;
  text-align: center;
}
#planSingle #property .txtArea .accessInfo dd {
  padding: 5px 0;
  width: calc(100% - 120px);
  line-height: 2;
}
#planSingle .btnArea {
  position: relative;
  margin: 50px 0;
}
#planSingle .btnArea::before,
#planSingle .btnArea::after {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  z-index: -1;
}
#planSingle .btnArea::before {
  left: 0;
  background: var(--limegreen);
}
#planSingle .btnArea::after {
  right: 0;
  background: var(--orange);
}
#planSingle .btnArea li {
  padding: 20px;
  width: 50%;
}
#planSingle .btnArea .btn a {
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 25px 20px;
  background: var(--white);
  border-radius: 20px;
}
#planSingle .btnArea .btn span {
  color: var(--limegreen);
  font-size: 2.4rem;
  font-weight: 500;
}
#planSingle .btnArea .btn .txtRed {
  color: var(--orange);
}
#planSingle .btnArea .btn .arrow {
  justify-content: center;
  align-items: center;
  background: var(--limegreen);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
#planSingle #modelroom {
  margin-bottom: 60px;
}
#planSingle #modelroom iframe {
  width: 100%;
}
#planSingle #gallery ul {
  margin-top: 40px;
  gap: 20px 5px;
}
#planSingle #gallery li {
  width: calc((100% - 15px) / 4);
}
#planSingle #gallery li a {
  display: block;
  background-size: cover;
  aspect-ratio: 4 / 3;
}
#planSingle #feature ul {
  margin-top: 40px;
  gap: 20px;
}
#planSingle #feature li {
  width: calc((100% - 60px) / 3);
}
#planSingle #feature li .photo {
  position: relative;
  display: block;
  background-size: cover;
  aspect-ratio: 4 / 3;
}
#planSingle #feature li .photo span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 15px;
  background: #b9dce1;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
}
#planSingle #feature li .txt {
  margin: 20px 0;
  font-size: 1.8rem;
}
#planSingle #map iframe {
  margin-top: 30px;
  width: 100%;
}
#planSingle #plotmap .inner {
  justify-content: center;
  gap: 30px;
  margin: 50px auto;
  max-width: 1000px;
}
#planSingle #plotmap .photo {
  width: calc(45% - 30px);
}
#planSingle #plotmap .txtArea {
  width: calc(55% - 30px);
}
#planSingle #plotmap .txtArea table {
  width: 100%;
}
#planSingle #plotmap .txtArea th {
  padding: 5px 10px;
  border: 1px solid var(--lightblack)
}
#planSingle #plotmap .txtArea td {
  padding: 10px;
  border: 1px solid var(--lightblack);
  text-align: center;
}
#planSingle #nearby ul {
  margin-top: 40px;
  gap: 20px 10px;
}
#planSingle #nearby li {
  width: calc((100% - 30px) / 4);
}
#planSingle #nearby li .photo {
  display: block;
  background-size: cover;
  aspect-ratio: 4 / 3;
}
#planSingle #nearby li .ttl {
  padding: 10px 0;
  font-size: 1.8rem;
}
#planSingle #outline dl {
  margin-top: 50px;
  padding: 30px;
  background: var(--lightgray);
}
#planSingle #outline dt {
  padding: 20px;
  width: 30%;
}
#planSingle #outline dd {
  padding: 20px;
  width: 70%;
}
@media (max-width: 1400px) {
  #planList .firstWroks .photoArea .ico {
    left: -20px;
    max-width: 30%;
  }
  #planList .btnArea .btnRequest .ico img {
    max-width: 40px;
  }
  #planList .btnArea .btnDetail span,
  #planList .btnArea .btnReserve span {
    font-size: 2.4rem;
  }
}
@media (max-width: 1400px) {
  #planList .firstWroks .photoArea .ico {
    left: -20px;
    max-width: 30%;
  }
  #planList .btnArea .btnRequest .ico img {
    max-width: 40px;
  }
  #planList .btnArea .btnDetail span,
  #planList .btnArea .btnReserve span {
    font-size: 2.4rem;
  }
}
@media (max-width: 1300px) {
  #planList .regularWorks .btnArea .btnRequest,
  #planList .regularWorks .btnArea .btnReserve {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  #planList .firstWroks .btnArea .btnDetail {
    width: 100%;
  }
  #planList .firstWroks .btnArea .btnRequest,
  #planList .firstWroks .btnArea .btnReserve {
    width: calc(50% - 7.5px);
  }
  #planList .btnArea .btnRequest .ico img {
    max-width: 30px;
  }
  #planList .btnArea .btnRequest span {
    font-size: 1.8rem;
  }
  #planList .btnArea .btnDetail span,
  #planList .btnArea .btnReserve span {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .planPage #lead {
    margin-bottom: 30px;
  }
  .planPage .lineArea {
    padding: 10px;
  }
  .planPage #merit .txt {
    margin: 20px auto 30px;
  }
  .planPage #merit .meritWrap {
    flex-wrap: wrap;
  }
  .planPage #merit .meritWrap li {
    border-right:none;
  }
  .planPage #merit .meritWrap li:first-child {
    padding: 0 0 20px;
    width: 100%;
  }
  .planPage #merit .meritWrap li:nth-child(2) {
    padding: 20px 0;
    border-top: 1px dotted var(--gray);
    border-bottom: 1px dotted var(--gray);
    width: 100%;
  }
  .planPage #merit .meritWrap li:last-child {
    padding: 20px 0 0;
    width: 100%;
  }
  .planPage #merit .meritWrap li h3 {
    gap: 10px;
  }
  .planPage #merit .meritWrap li h3 span {
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
  }
  .planPage #merit .meritWrap li h3 p {
    font-size: 2.2rem;
  }
  .planPage #merit .meritWrap li h4 {
    font-size: 1.8rem;
  }
  .planPage #map p {
    margin: 10px 0 30px;
  }
  #planList {
    margin: 40px 0;
  }
  #planList .leadArea .fee {
    font-size: 3rem;
  }
  #planList .leadArea .target {
    margin: 10px auto 40px;
    padding: 15px;
    border: 3px solid #8fbec5;
    border-radius: 7px;
    font-size: 2.4rem;
  }
  #planList .leadArea .target small {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  #planList .postArea {
    gap: 40px 20px;
  }
  #planList .firstWroks {
    gap: 10px;
    width: 100%;
  }
  #planList .regularWorks {
    width: 100%;
  }
  #planList .firstWroks .photoArea {
    width: 100%;
  }
  #planList .firstWroks .photoArea .ico {
    top: -20px;
    left: -10px;
  }
  #planList .regularWorks .photoArea .eyecatch {
    margin-bottom: 0;
  }
  #planList .sns {
    padding: 10px;
    gap: 10px;
    width: 130px;
  }
  #planList .sns li a {
    border-radius: 7px;
  }
  #planList .sns li img {
    max-width: 20px;
  }
  #planList .firstWroks .txtArea {
    width: 100%;
  }
  #planList .txtArea .tagPlanList {
    gap: 5px;
  }
  #planList .txtArea .tagPlanList li a {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
  #planList .txtArea .area {
    margin: 10px 0 15px;
    padding: 10px;
    font-size: 1.6rem;
  }
  #planList .txtArea .areaMore {
    font-size: 1.6rem;
  }
  #planList .txtArea h3 {
    font-size: 2.4rem;
  }
  #planList .txtArea h3 small {
    font-size: 1.4rem;
  }
  #planList .txtArea .propertyInfo {
    padding: 5px 0 10px;
    font-size: 1.5rem;
  }
  #planList .txtArea .propertyInfo dt {
    width: 80px;
  }
  #planList .txtArea .propertyInfo dd {
    width: calc(100% - 80px);
  }
  #planList .txtArea .propertyInfo .txtLarge {
    font-size: 2.4rem;
  }
  #planList .txtArea .accessInfo {
    padding: 5px 0 10px;
    font-size: 1.5rem;
  }
  #planList .txtArea .accessInfo dt {
    width: 80px;
  }
  #planList .txtArea .accessInfo dd {
    width: calc(100% - 100px);
    line-height: 1.5;
  }
  #planList .salesArea {
    padding: 5px 20px;
    border-right: 4px solid var(--lightblack);
    border-left: 4px solid var(--lightblack);
    font-size: 1.5rem;
  }
  #planList .salesArea span {
    font-size: 2.4rem;
  }
  #planList .btnArea {
    margin-top: 10px;
    gap: 10px;
  }
  #planList .firstWroks .btnArea,
  #planList .regularWorks .btnArea {
    padding: 30px;
  }
  #planList .regularWorks .btnArea .btnDetail {
    width: 100%;
  }
  #planList .btnArea .btnDetail a {
    height: 60px;
  }
  #planList .btnArea .btnDetail .arrow {
    transform: rotate(-90deg);
  }
  #planList .firstWroks .btnArea .btnRequest,
  #planList .firstWroks .btnArea .btnReserve {
    width: 100%;
  }
  #planList .btnArea .btnRequest a {
    border-radius: 10px;
    height: 60px;
  }
  #planList .btnArea .btnReserve a {
    border-radius: 10px;
    height: 60px;
  }
  #planList .thanks {
    top: 15%;
    padding: 20px;
    border-radius: 7px;
  }
  #planList .thanks p {
    font-size: 2.4rem;
  }
  .planPage #sv h1 small {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  .planPage #pr .txt {
    margin: 20px auto 30px;
  }
  #planSingle section {
    margin-bottom: 30px;
  }
  #planSingle #property .photoArea {
    width: 100%;
  }
  #planSingle #property .photoArea .eyecatch {
    aspect-ratio: 4 / 3;
  }
  #planSingle #property .photoArea ul {
    position: absolute;
    left: 0;
    top: 0;
  }
  #planSingle #property .sns {
    padding: 10px;
    gap: 10px;
    width: 130px;
  }
  #planSingle #property .sns li a {
    border-radius: 7px;
  }
  #planSingle #property .sns li img {
    max-width: 20px;
  }
  #planSingle #property .txtArea {
    padding: 20px;
    width: 100%;
  }
  #planSingle #property .txtArea .areaMore {
    font-size: 1.6rem;
  }
  #planSingle #property .txtArea h3 {
    font-size: 2.4rem;
  }
  #planSingle #property .txtArea h3 small {
    font-size: 1.4rem;
  }
  #planSingle #property .txtArea .propertyInfo {
    padding: 5px 0 10px;
    font-size: 1.5rem;
  }
  #planSingle #property .txtArea .propertyInfo dt {
    width: 80px;
  }
  #planSingle #property .txtArea .propertyInfo dd {
    width: calc(100% - 80px);
  }
  #planSingle #property .txtArea .propertyInfo .txtLarge {
    font-size: 2.4rem;
  }
  #planSingle #property .txtArea .accessInfo {
    padding: 5px 0 10px;
    font-size: 1.5rem;
  }
  #planSingle #property .txtArea .accessInfo dt {
    width: 80px;
  }
  #planSingle #property .txtArea .accessInfo dd {
    width: calc(100% - 100px);
    line-height: 1.5;
  }
  #planSingle .btnArea {
    margin: 30px 0;
  }
  #planSingle .btnArea ul {
    width: 100%;
  }
  #planSingle .btnArea::before,
  #planSingle .btnArea::after {
    content: none;
  }
  #planSingle .btnArea li.request {
    background: var(--limegreen);
  }
  #planSingle .btnArea li.reserve {
    background: var(--orange);
  }
  #planSingle .btnArea li {
    padding: 20px;
    width: 100%;
  }
  #planSingle .btnArea .btn a {
    gap: 10px;
    padding: 15px 10px;
    border-radius: 10px;
  }
  #planSingle .btnArea .btn .ico img {
    max-width: 40px;
  }
  #planSingle .btnArea .btn span {
    font-size: 1.8rem;
  }
  #planSingle .btnArea .btn .arrow {
    width: 20px;
    height: 20px;
  }
  #planSingle .btnArea .btn .arrow img {
    max-width: 6px;
  }
  #planSingle #modelroom {
    margin-bottom: 30px;
  }
  #planSingle #gallery ul {
    margin-top: 20px;
    gap: 10px 5px;
  }
  #planSingle #gallery li {
    width: calc((100% - 5px) / 2);
  }
  #planSingle #feature ul {
    margin-top: 40px;
    gap: 10px;
  }
  #planSingle #feature li {
    width: 100%;
  }
  #planSingle #feature li .txt {
    margin: 10px 0;
    font-size: 1.5rem;
  }
  #planSingle #map iframe {
    margin-top: 20px;
    height: 200px
  }
  #planSingle #plotmap .inner {
    gap: 10px;
    margin: 20px auto;
    max-width: 1000px;
  }
  #planSingle #plotmap .photo {
    width: 100%;
  }
  #planSingle #plotmap .txtArea {
    width: 100%;
  }
  #planSingle #plotmap .txtArea table {
    width: 100%;
  }
  #planSingle #nearby ul {
    margin-top: 40px;
    gap: 10px;
  }
  #planSingle #nearby li {
    width: calc((100% - 10px) / 2);
  }
  #planSingle #nearby li .ttl {
    font-size: 1.5rem;
  }
  #planSingle #outline dl {
    margin-top: 30px;
    padding: 20px 20px 5px;
  }
  #planSingle #outline dt {
    padding: 0;
    width: 100%;
  }
  #planSingle #outline dd {
    padding: 0 0 15px;
    width: 1000%;
  }
}

/* ページネーション
-------------------------------------------------------------- */
.paging {
  position: relative;
  font-size: 1.8rem;
  margin: 50px 0;
}
.paging .container {
  position: relative;
  max-width: 1100px;
  min-height: 84px;
  overflow: hidden;
}
.paging .btnBack {
  position: absolute;
  left: 50%;
  margin-left: -150px;
}
.paging .btnBack a {
  position: relative;
  gap: 10px;
  justify-content: center;
  padding: 25px 30px;
  width: 300px;
  border: 1px solid var(--green);
  color: var(--green);
}
.paging .prev a {
  justify-content: flex-end;
}
.paging .next a,
.paging .prev a {
  position: relative;
  gap: 5px;
  width: 150px;
  box-sizing: border-box;
  letter-spacing: 0.1rem;
}
.paging .next span,
.paging .prev span {
  position: relative;
  display: inline-block;
  color: var(--green);
  line-height: 1;
}
.paging .prev span {
  padding-right: 20px;
}
.paging .next span {
  padding-left: 20px;
}
.paging .next span::after,
.paging .prev span::after {
  position: absolute;
  top: 5px;
  width: 10px;
  height: 10px;
  background: url(img/common/arrow_gr.svg) no-repeat center / contain;
  content: "";
}
.paging .next span::after {
  left: 0;
  transform: rotate(180deg);
}
.paging .prev span::after {
  right: 0;
}
.paging .next p,
.paging .prev p {
  width: 100%;
} 
.paging .prev p {
  text-align: right;
}
.paging .prev {
  float: right;
}
.paging .next {
  float: left;
}
.pagination {
  text-align: center;
  font-size: 1.4rem;
  padding: 30px 0;
  width: 100%;
  font-weight: 700;
}
a.page-numbers,
.pagination .current {
  padding: 3px 8px;
  margin: 0 5px;
  text-decoration: none;
}
.pagination .current {
  border-bottom: solid 1px var(--green);
}
a.page-numbers:hover {
  border-bottom: solid 1px var(--green);
  color: var(--green);
}
a.next,
a.prev {
  color: var(--white);
  background: var(--green);
}
a.next:hover {
  border: none;
  color: #fff;
  background: var(--green);
}
@media (max-width: 767px) {
  .paging {
    margin: 25px 0;
    font-size: 1.4rem;
  }
  .paging .btnBack {
    position: static;
    margin-left: 0;
  }
  .paging .btnBack a {
    margin: 0 auto 20px;
    padding: 10px 20px;
    width: 100%;
    color: var(--green);
  }
   .paging .btnBack a .ico img {
     max-width: 20px;
   }
  .paging .next a,
  .paging .prev a {
    width: 120px;
  }
  .paging .next span,
  .paging .prev span {
    position: relative;
    display: inline-block;
    color: var(--green);
    line-height: 1;
  }
  .paging .prev span {
    padding-right: 20px;
  }
  .paging .next span {
    padding-left: 20px;
  }
  .paging .next span::after,
  .paging .prev span::after {
    position: absolute;
    top: 2px;
    width: 10px;
    height: 10px;
    background: url(img/common/arrow_gr.svg) no-repeat center / contain;
    content: "";
  }
  .pagination {
    padding: 15px 0;
  }
}

/* cvArea
-------------------------------------------------------------- */
#cvArea {
  margin: 50px 0;
}
#cvArea > .flex {
  gap: 15px;
}
#cvArea .cvBox {
  padding: 30px 40px;
  width: calc((100% - 15px) / 2);
  color: var(--white);
}
#cvArea .cvBox.catalog {
  background: var(--limegreen);
}
#cvArea .cvBox.shop {
  background: var(--salmonpink);
}
#cvArea .cvBox h3 {
  align-items: center;
  gap: 20px;
  padding: 5px 20px;
  border-left: 8px solid var(--white);
  line-height: 1;
}
#cvArea .cvBox h3 ._en {
  font-size: 3.6rem;
  font-weight: 500;
}
#cvArea .cvBox h3 .jp {
  font-size: 1.8rem;
  font-weight: 500;
}
#cvArea .cvBox p {
  padding: 30px 0;
  font-size: 2rem;
}
#cvArea .cvBox .btnWrap {
  gap: 5px;
}
#cvArea .cvBox .btnWrap li {
  width: calc((100% - 5px) / 2);
}
#cvArea .cvBox .btn a {
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  background: var(--white);
  border: 3px solid var(--limegreen);
  border-radius: 20px;
  height: 90px;
}
#cvArea .cvBox .btn.form a {
  background: #fffbba;
  border: 3px solid #fff335;
}
#cvArea .cvBox .btn.form span {
  color: var(--green);
  font-size: 2rem;
}
#cvArea .cvBox .btn .txtRed {
  color: var(--salmonpink)!important;
}
#cvArea .cvBox .btn .arrow {
  justify-content: center;
  align-items: center;
  background: var(--limegreen);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
#cvArea .cvBox .btn.form .arrow {
  background: var(--green);
}
#cvArea .cvBox .btn.line p {
  position: relative;
  padding: 0 20px 0 0;
  width: 50%;
  color: var(--limegreen);
  font-size: 2rem;
  line-height: 1.2;
}
#cvArea .cvBox .btn.line p::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(img/common/arrow_line.svg) no-repeat center / contain;
  content: "";
}
@media (max-width: 1220px) {
  #cvArea .cvBox {
    padding: 20px;
  }
  #cvArea .cvBox p {
    font-size: 1.8rem;
  }
  #cvArea .cvBox .btn {
    width: 100%;
  }
  #cvArea .cvBox .btn a {
    gap: 10px;
    height: 80px;
  }
  #cvArea .cvBox .btn.form img {
    width: 18px;
  }
  #cvArea .cvBox .btn.line img {
    width: 25px;
  }
  #cvArea .cvBox .btn.form span,
  #cvArea .cvBox .btn.line p {
    font-size: 1.6rem;
  }
  #cvArea .cvBox .btn.form span {
    width: 60%;
    line-height: 1.2;
  }
  #cvArea .cvBox .btn.line p {
    width: 60%;
  }
  #cvArea .cvBox .btn .arrow {
    width: 15px;
    height: 15px;
  }
  #cvArea .cvBox .btn .arrow img {
    width: 5px;
  }
  #cvArea .cvBox .btn.line p::after {
    width: 15px;
    vertical-align: -5px;
  }
}
@media (max-width: 900px) {
  #cvArea .cvBox .btn a {
    height: 60px;
  }
  #cvArea .cvBox .btn.form span {
    width: 50%;
  }
  #cvArea .cvBox .btn.form span,
  #cvArea .cvBox .btn.line p {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  #cvArea > .flex {
    gap: 20px;
  }
  #cvArea .cvBox {
    padding: 20px 30px;
    width: 100%;
  }
  #cvArea .cvBox h3 {
    gap: 20px;
    padding: 10px 20px;
    border-left: 5px solid var(--white);
  }
  #cvArea .cvBox h3 ._en {
    font-size: 3rem;
  }
  #cvArea .cvBox h3 .jp {
    font-size: 2rem;
  }
  #cvArea .cvBox p {
    padding: 15px 0;
    font-size: 1.5rem;
  }
  #cvArea .cvBox .btnWrap li {
    width: 100%;
  }
  #cvArea .cvBox .btn a {
    padding: 10px 10px;
    border: 1px solid var(--limegreen);
    border-radius: 10px;
    gap: 10px;
    height: 60px;
  }
  #cvArea .cvBox .btn.form span, #cvArea .cvBox .btn.line p {
    font-size: 1.4rem;
  }
  #cvArea .cvBox .btn.form span {
    width: auto;
  }
  #cvArea .cvBox .btn.line p {
    width: 55%;
  }
  .fixedBnr {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    z-index: 10;
  }
  .fixedBnr li {
    width: 50%;
  }
  .fixedBnr li a {
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    font-size: 1.6rem;
    color: var(--white);
  }
  .fixedBnr .catalog {
    background: var(--limegreen);
  }
  .fixedBnr .shop {
    background: var(--salmonpink);
  }
}
/* footer
-------------------------------------------------------------- */
footer {
  position: relative;
  padding: 60px 0;
  background: var(--green);
  color: var(--white);
}
footer .container {
  justify-content: space-between;
}
footer .infoArea {
  padding: 0 30px 0 60px;
  width: 40%;
  border-left: 1px solid var(--white);
  border-right: 1px solid var(--white);
  font-size: 1.8rem;
}
footer .flogo {
  max-width: 320px;
}
footer .sns {
  padding: 20px 0;
  gap: 20px;
  align-items: center;
}
footer .sns li a {
  gap: 10px;
  align-items: center;
}
footer .sns li span {
  letter-spacing: 3px;
}
footer .contact li {
  padding-bottom: 10px;
  align-items: center;
  gap: 20px;
}
footer .contact li span {
  display: block;
  padding: 10px;
  width: 80px;
  border: 1px solid var(--white);
  border-radius: 14px;
  text-align: center;
  line-height: 1;
}
footer .tel a {
  font-size: 3.6rem;
}
footer .open {
  margin: 10px 0;
  padding: 5px;
  background: var(--white);
  color: var(--green);
  text-align: center;
}
footer nav {
  justify-content: flex-end;
  padding-right: 50px;
  gap: 30px;
  width: 58%;
  border-right: 1px solid var(--white);
}
footer nav li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
footer nav li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}
footer nav li ul {
  margin: 10px 0 0 -5px;
}
footer nav li ul li {
  font-size: 1.4rem;
  font-weight: 400;
}
footer .copy {
  margin-top: 40px;
  padding: 15px 0;
  font-size: 1.4rem;
  text-align: center;
}
/*page-top*/
#Pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 1300px) {
  footer {
    padding: 50px 0 10px;
  }
  footer .infoArea {
    padding: 0 20px 0 40px;
    font-size: 1.4rem;
  }
  footer .tel a {
    font-size: 3rem;
  }
  footer nav {
    padding-right: 30px;
    gap: 20px;
  }
  footer nav {
    gap: 10px;
    font-size: 1.3rem;
  }
  footer nav li ul li {
    font-size: 1.2rem;
  }
}
@media (max-width: 1000px) {
  footer .infoArea {
    padding: 0 20px 0 20px;
    font-size: 1.2rem;
  }
  footer .flogo {
    max-width: 80%;
  }
  footer .sns {
    gap: 10px;
  }
  footer .sns li img {
    max-width: 20px;
  }
  footer .sns li:last-child img {
    max-width: 18px;
  }
  footer .sns li span {
    letter-spacing: 2px;
  }
  footer .contact li {
    gap: 10px;
  }
  footer .contact li span {
    padding: 5px;
    width: 50px;
    border-radius: 10px;
  }
  footer .tel a {
    font-size: 2.4rem;
  }
  footer nav {
    padding-right: 20px;
    gap: 10px;
    font-size: 1.1rem;
  }
  footer nav li {
    padding-left: 10px;
  }
  footer nav li ul li {
    padding-left: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0 60px;
  }
  footer .infoArea {
    padding: 0 0 40px;
    margin: auto;
    width: 100%;
    max-width: 320px;
    border-right: none;
    border-left: none;
  }
  footer .flogo {
    margin: auto;
    max-width: 188px;
  }
  footer .sns {
    justify-content: center;
  }
  footer .sns li img {
    max-width: 30px;
  }
  footer .sns li:last-child img {
    max-width: 28px;
  }
  footer .contact li {
    gap: 15px;
  }
  footer .contact li span {
    width: 70px;
    border-radius: 7px;
  }
  footer nav {
    padding: 20px 0;
    gap: 20px;
    justify-content: center;
    border-top: 1px solid var(--white);
    border-right: none;
    width: 100%;
  }
  footer .tel a {
    font-size: 2.4rem;
  }
  footer nav ul {
    width: 250px;
  }
  footer nav li ul li {
    font-size: 1.2rem;
  }
  footer .copy {
    margin-top: 0;
    font-size: 1rem;
  }
  /*page-top*/
  #Pagetop {
    right: 10px;
    bottom: 70px;
    width: 30px;
  }
}

/* 404
-------------------------------------------------------------- */
.post-password-form {
  margin: 200px auto 100px;
  max-width: 1100px;
  width: 90%;
}
#errormsg {
  margin: 100px auto;
}
#errormsg p {
  margin-bottom: 30px;
  text-align: center;
}
#errormsg .btn a {
  margin: auto;
}
@media (max-width: 767px) {
  #errormsg {
    margin: 50px auto;
  }
  #errormsg p {
    margin-bottom: 20px;
    text-align: left;
  }
}
