@charset "UTF-8";
/*
  Variables
================================================================ */
/*
  Fonts
================================================================ */
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+Antique:wght@300;400;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
.zen_gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.zen_gothic_bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.zen_mincho, .home .main .tv__slide .title.ja, .home .main .tv .conceptBlock p, .home .main .business__detail .textArea .txt, .home .main .business__detail .clients .title, .home .main .business__detail .estates .title, .home .main .business__detail .estates .list li .txt, .home .main .faq .articles .article .title, .home .main .faq .articles .article .viewmore, .home .main .sns .articles .article > a {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
}
.zen_mincho_bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.marcellus, .home .main .tv__slide .title.en, .home .main .faq .articles .article > a::before {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?gvahar");
  src: url("../fonts/icomoon.eot?gvahar#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gvahar") format("truetype"), url("../fonts/icomoon.woff?gvahar") format("woff"), url("../fonts/icomoon.svg?gvahar#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-line:before {
  content: "\e902";
}

.icon-arrow:before {
  content: "\e903";
}

/*
  Function
================================================================ */
/*

//tab
@include mq(tab){
}
//sp
@include mq(sp){
}

*/
.home .main .tv {
  position: relative;
  z-index: 0;
}
.home .main .tv .slidesArea {
  min-height: 405px;
  background: #F8F4EE;
}
.home .main .tv__slides .swiper-pagination {
  position: absolute;
  z-index: 2;
  left: min(30px, 4vw);
  bottom: min(30px, 4vw);
  display: flex;
  align-items: center;
  gap: 0 1.2vw;
}
.home .main .tv__slides .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  display: block;
  width: 40px;
  height: 5px;
  transition: 0.3s ease-in-out;
}
.home .main .tv__slides .swiper-pagination .swiper-pagination-bullet-active {
  background: #2D2F6F;
}
.home .main .tv__slide {
  aspect-ratio: 1680/592;
  width: 100%;
  height: 100%;
  min-height: 490px;
  max-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 85px;
}
.home .main .tv__slide .container {
  position: relative;
  z-index: 0;
  padding-top: min(30px, 4vw);
  padding-bottom: min(30px, 4vw);
}
.home .main .tv__slide .images {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100dvw;
  height: auto;
}
.home .main .tv__slide .images img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1680/592;
  width: 100%;
  height: auto;
  min-height: 490px;
}
.home .main .tv__slide .description {
  max-width: 70%;
  margin: 0 0 1vw 0;
  word-break: normal;
  padding-left: 1rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .home .main .tv__slide .description {
    max-width: 100%;
    margin: 1.5rem 0;
  }
}
.home .main .tv__slide .title {
  max-width: 70%;
  margin: 0 0 1vw 0;
  word-break: normal;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .home .main .tv__slide .title {
    max-width: 100%;
  }
}
.home .main .tv__slide .title.en {
  font-size: clamp(2rem, 0.267rem + 3.61vw, 4.063rem);
}
.home .main .tv__slide .title.ja {
  line-height: 1.35;
  font-size: clamp(1.75rem, 0.332rem + 2.56vw, 3.438rem);
}
.home .main .tv .dlformArea {
  position: absolute;
  z-index: 1;
  right: max(min(30px, 4vw), (100% - 1680px) / 2);
  width: 370px;
  height: 100%;
}
.home .main .tv .dlformArea .formHeader {
  background-color: #2D2F6F;
  color: white;
  width: calc(100% - 80px);
  margin: auto;
  margin: auto;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  transform: translateY(2rem);
}
.home .main .tv .dlform {
  position: -webkit-sticky;
  position: sticky;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.home .main .tv .dlform .title {
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: clamp(14px, 1.4vw, 16px);
  padding: 1em;
  line-height: 1;
  color: #fff;
  background: #2D2F6F;
  border-radius: 6px;
  margin: 0 min(40px, 4vw) 1.3em min(40px, 4vw);
}
.home .main .tv .dlform .title::after {
  content: "";
  display: block;
  width: 44px;
  height: 17px;
  background: #2D2F6F;
  -webkit-clip-path: polygon(50% 17px, 0% 0%, 44px 0%);
          clip-path: polygon(50% 17px, 0% 0%, 44px 0%);
  position: absolute;
  z-index: -1;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.home .main .tv .dlform .wpcf7-response-output {
  background: none;
  margin: 1em 0 0 0;
  padding: 0.5em;
  font-size: 12px;
}
.home .main .tv .conceptBlock {
  background: #F8F8F8;
  padding-top: min(45px, 6.4vw);
  padding-bottom: min(45px, 4vw);
}
.home .main .tv .conceptBlock p {
  font-size: clamp(1.25rem, 0.7rem + 1.25vw, 2.5rem);
  max-width: 70%;
  line-height: 1.8;
  letter-spacing: 0.05em;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .home .main .tv .conceptBlock p {
    max-width: 100%;
  }
}
.home .main .tv .recent__seminar {
  background: #F8F8F8;
  padding-top: min(45px, 6.4vw);
  padding-bottom: min(45px, 4vw);
}
.home .main .tv .recent__seminar_detail {
  padding: min(30px, 4vw);
  background: #fff;
  width: calc(100% - 370px - min(30px, 8vw));
  max-width: 1180px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto 1fr;
  gap: min(20px, 2vw) min(30px, 8vw);
  grid-template-areas: "date images" "title images" "sub images" "btn images";
}
.home .main .tv .recent__seminar_detail .images {
  grid-area: images;
  display: block;
}
.home .main .tv .recent__seminar_detail .images img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 530/310;
}
.home .main .tv .recent__seminar_detail .date {
  grid-area: date;
  align-self: flex-start;
  font-size: clamp(0.75rem, 0.189rem + 1.17vw, 1.125rem);
}
.home .main .tv .recent__seminar_detail .title {
  grid-area: title;
  align-self: flex-start;
  font-size: clamp(1rem, 0.37rem + 1.31vw, 1.75rem);
  text-align: justify;
  color: #2D2F6F;
}
.home .main .tv .recent__seminar_detail .sub {
  grid-area: sub;
  align-self: flex-start;
  font-size: clamp(0.75rem, 0.189rem + 1.17vw, 1.125rem);
}
.home .main .tv .recent__seminar_detail .btn {
  grid-area: btn;
  align-self: flex-start;
  font-size: clamp(1rem, 0.626rem + 0.78vw, 1.25rem);
  text-decoration: none;
  color: #2D2F6F;
  padding: 1em 1.5em;
  border: 1px solid #2D2F6F;
  border-radius: 5px;
  max-width: 430px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.home .main .tv .recent__seminar_detail .btn::after {
  content: "\e903";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(12px, 1.4vw, 14px);
}
@media (hover: hover) {
  .home .main .tv .recent__seminar_detail .btn {
    transition: 0.3s ease-in-out;
  }
  .home .main .tv .recent__seminar_detail .btn:hover {
    background: #2D2F6F;
    color: #fff;
  }
}
@media screen and (max-width: 1139px) {
  .home .main .tv .dlformArea {
    height: auto;
    width: 40%;
  }
  .home .main .tv .dlform {
    position: static;
  }
  .home .main .tv .dlform .form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5em;
  }
  .home .main .tv .dlform .form .desc {
    width: calc(50% - 0.25em);
  }
  .home .main .tv .dlform .form .desc:last-of-type {
    width: 100%;
  }
  .home .main .tv .dlform .form .inp__btnArea {
    width: 100%;
  }
  .home .main .tv .recent__seminar_detail {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home .main .tv__slide {
    padding-top: 21px;
  }
  .home .main .tv .dlformArea {
    display: none;
  }
  .home .main .tv .recent__seminar_detail {
    display: block;
  }
  .home .main .tv .recent__seminar_detail .images {
    margin: 0 0 min(30px,4vw) 0;
  }
  .home .main .tv .recent__seminar_detail .date {
    padding: 0 min(30px,4vw);
    margin: 0 0 min(30px,4vw) 0;
  }
  .home .main .tv .recent__seminar_detail .title {
    padding: 0 min(30px,4vw);
    margin: 0 0 min(30px,4vw) 0;
  }
  .home .main .tv .recent__seminar_detail .sub {
    padding: 0 min(30px,4vw);
    margin: 0 0 min(30px,4vw) 0;
  }
  .home .main .tv .recent__seminar_detail .btn {
    width: 100%;
    max-width: none;
  }
}
.home .main .business {
  padding-top: min(45px, 6.4vw);
  background: #F8F8F8;
}
.home .main .business__detail .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "leftBox images" "leftBox etc";
  gap: min(30px, 8vw) min(45px, 4.5vw);
}
.home .main .business__detail .container .leftBox {
  grid-area: leftBox;
}
.home .main .business__detail .container .leftBox .stickyBox {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}
.home .main .business__detail .textArea .txt {
  font-size: clamp(.875rem,.77rem + .22vw,1rem);
  text-align: justify;
  line-height: 2;
  margin: 0 0 min(30px, 8vw) 0;
}
.home .main .business__detail .images {
  grid-area: images;
  display: block;
  margin: 0 0 0 0;
}
.home .main .business__detail .clients {
  grid-area: etc;
}
.home .main .business__detail .clients .title {
  font-size: clamp(1rem, 0.685rem + 0.66vw, 1.375rem);
  line-height: 1.8;
  margin: 0 0 min(30px, 8vw) 0;
}
.home .main .business__detail .clients .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 2px;
  margin: 0 0 min(30px, 8vw) 0;
}
.home .main .business__detail .clients .list li {
  width: calc(20% - 1.6px);
}
.home .main .business__detail .clients .list li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: #fff;
  padding: min(0px, 2vw);
}
.home .main .business__detail .estates {
  grid-area: etc;
}
.home .main .business__detail .estates .title {
  font-size: clamp(1rem, 0.685rem + 0.66vw, 1.375rem);
  line-height: 1.8;
  margin: 0 0 min(30px, 8vw) 0;
}
.home .main .business__detail .estates .list {
  margin: 0 0 min(30px, 8vw) 0;
}
.home .main .business__detail .estates .list li {
  padding: min(30px, 8vw) 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 0px min(30px, 8vw);
  grid-template-areas: "images title" "images txt";
  border-bottom: 1px solid #707070;
}
.home .main .business__detail .estates .list li:first-child {
  border-top: 1px solid #707070;
}
.home .main .business__detail .estates .list li .images {
  grid-area: images;
  margin: 0 0 0 0;
  max-width: 200px;
}
.home .main .business__detail .estates .list li .images img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.home .main .business__detail .estates .list li .title {
  grid-area: title;
  font-size: clamp(0.875rem, 0.665rem + 0.44vw, 1.125rem);
  margin: min(15px, 4vw) 0;
}
.home .main .business__detail .estates .list li .txt {
  grid-area: txt;
  font-size: clamp(0.875rem, 0.77rem + 0.22vw, 1rem);
  line-height: 1.8;
}
.home .main .business__detail_ma {
  padding-top: min(45px, 4.5vw);
  padding-bottom: min(100px, 10vw);
}
.home .main .business__detail_revitalization {
  padding-top: min(100px, 10vw);
  padding-bottom: min(100px, 10vw);
  background: #F7F4EF;
}
.home .main .business__detail_realestate {
  padding-top: min(100px, 10vw);
  padding-bottom: min(100px, 10vw);
  background: #fff;
}
@media screen and (max-width: 1139px) {
  .home .main .business .estates .list li {
    gap: min(20px, 2vw) min(20px, 2vw);
    grid-template-areas: "images title" "txt txt";
  }
  .home .main .business .estates .list li .images {
    max-width: 80px;
  }
  .home .main .business .estates .list li .title {
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .home .main .business__detail .container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "images" "leftBox" "etc";
    gap: 0 0;
  }
  .home .main .business__detail .container .images {
    margin: 0 max(-30px, -4vw) min(45px, 6.4vw) max(-30px, -4vw);
    max-height: 150px;
    overflow: hidden;
  }
  .home .main .business__detail .container .images img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .home .main .business__detail .container .textArea .txt {
    margin: 0 0 min(45px, 6.4vw) 0;
    text-align: justify;
    max-height: 8em;
    position: relative;
    overflow: hidden;
  }
  .home .main .business__detail .container .clients,
.home .main .business__detail .container .estates {
    margin: min(45px, 6.4vw) 0 0 0;
  }
  .home .main .business__detail .container .clients > .title,
.home .main .business__detail .container .estates > .title {
    display: none;
  }
  .home .main .business__detail .container .clients .list li {
    width: calc(33.3333333333% - 1.6px);
  }
  .home .main .business__detail .container .estates .list li {
    gap: 0 min(15px, 4vw);
    padding: min(15px, 4vw) 0;
  }
  .home .main .business__detail .container .estates .list li .txt {
    display: none;
  }
  .home .main .business__detail_ma {
    padding-top: 0;
  }
  .home .main .business__detail_ma .textArea .txt:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(248, 248, 248), rgba(248, 248, 248, 0));
  }
  .home .main .business__detail_revitalization {
    padding-top: 0;
    padding-bottom: min(100px, 38.4vw);
  }
  .home .main .business__detail_revitalization .textArea .txt:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(247, 244, 239), rgba(247, 244, 239, 0));
  }
  .home .main .business__detail_realestate {
    padding-top: 0;
    padding-bottom: min(100px, 17vw);
  }
  .home .main .business__detail_realestate .textArea .txt:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}
.home .main .seminar .articles,
.home .main .youtube .articles {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 4vw) min(40px, 4vw);
  margin: 0 0 min(40px, 4vw) 0;
}
.home .main .seminar .articles .article,
.home .main .youtube .articles .article {
  width: calc(33.3333333333% - min(40px, 4vw) / 3 * 2);
}
.home .main .seminar .articles .article > a,
.home .main .youtube .articles .article > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: min(15px, 4vw);
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  text-decoration: none;
}
@media (hover: hover) {
  .home .main .seminar .articles .article > a,
.home .main .youtube .articles .article > a {
    transition: 0.3s ease-in-out;
  }
  .home .main .seminar .articles .article > a .time,
.home .main .seminar .articles .article > a .status .tags li,
.home .main .youtube .articles .article > a .time,
.home .main .youtube .articles .article > a .status .tags li {
    transition: 0.3s ease-in-out;
  }
  .home .main .seminar .articles .article > a:hover,
.home .main .youtube .articles .article > a:hover {
    border: 2px solid #1A1A1A;
    /*
    background:#3b3b3b;
    color:#fff;
    .status .tags li{
        border:1px solid #fff;
        color:#fff;
    }
    .time{
        color:#fff;
    }*/
  }
}
.home .main .seminar .articles .article .images,
.home .main .youtube .articles .article .images {
  display: block;
  margin: 0 0 min(15px, 4vw) 0;
}
.home .main .seminar .articles .article .title,
.home .main .youtube .articles .article .title {
  padding: 0 min(15px, 4vw);
  margin: 0 0 min(10px, 1vw) 0;
  text-align: justify;
  line-height: 1.8;
  font-weight: normal;
  font-size: clamp(0.875rem, 0.665rem + 0.44vw, 1.125rem);
}
.home .main .seminar .articles .article .desc,
.home .main .youtube .articles .article .desc {
  padding: 0 min(15px, 4vw);
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 min(5px, 0.5vw) 0;
}
.home .main .seminar .articles .article .desc:last-of-type,
.home .main .youtube .articles .article .desc:last-of-type {
  margin: 0 0 min(10px, 1vw) 0;
}
.home .main .seminar .articles .article .desc dt,
.home .main .youtube .articles .article .desc dt {
  font-size: clamp(0.875rem, 0.77rem + 0.22vw, 1rem);
}
.home .main .seminar .articles .article .desc dt::after,
.home .main .youtube .articles .article .desc dt::after {
  content: "：";
}
.home .main .seminar .articles .article .desc dd,
.home .main .youtube .articles .article .desc dd {
  flex: 1;
  font-size: clamp(0.875rem, 0.77rem + 0.22vw, 1rem);
}
.home .main .seminar .articles .article .time,
.home .main .youtube .articles .article .time {
  display: block;
  padding: 0 min(15px, 4vw);
  font-size: clamp(0.75rem, 0.645rem + 0.22vw, 0.875rem);
  color: #1A1A1A;
}
.home .main .seminar .articles .article .status,
.home .main .youtube .articles .article .status {
  gap: min(10px, 1.5vw) min(15px, 4vw);
  padding: 0 min(15px, 4vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.home .main .seminar .articles .article .status .category,
.home .main .youtube .articles .article .status .category {
  font-size: clamp(0.75rem, 0.645rem + 0.22vw, 0.875rem);
  padding: 0.5em 1em 0.5em 1em;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.home .main .seminar .articles .article .status .category.seeking,
.home .main .youtube .articles .article .status .category.seeking {
  background: #17B780;
}
.home .main .seminar .articles .article .status .category.end,
.home .main .youtube .articles .article .status .category.end {
  background: #A3A3A3;
}
.home .main .seminar .articles .article .status .tags,
.home .main .youtube .articles .article .status .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 min(15px, 4vw);
}
.home .main .seminar .articles .article .status .tags li,
.home .main .youtube .articles .article .status .tags li {
  font-size: clamp(0.75rem, 0.645rem + 0.22vw, 0.875rem);
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  padding: 0.5em 1em 0.5em 1em;
  line-height: 1;
  border-radius: 5px;
}
@media screen and (max-width: 1139px) {
  .home .main .seminar .articles,
.home .main .youtube .articles {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .home .main .seminar .articles .article,
.home .main .youtube .articles .article {
    min-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .home .main .seminar .articles,
.home .main .youtube .articles {
    padding-bottom: 15px;
  }
  .home .main .seminar .articles .article,
.home .main .youtube .articles .article {
    min-width: 100%;
  }
  .home .main .seminar .articles .article > a,
.home .main .youtube .articles .article > a {
    padding: 15px;
  }
  .home .main .seminar .articles .article .title,
.home .main .youtube .articles .article .title {
    padding: 0 0;
  }
  .home .main .seminar .articles .article .desc,
.home .main .youtube .articles .article .desc {
    padding: 0 0;
  }
  .home .main .seminar .articles .article .status,
.home .main .youtube .articles .article .status {
    padding: 0 0;
    margin: 15px 0 0 0;
  }
  .home .main .seminar .articles .article .time,
.home .main .youtube .articles .article .time {
    padding: 0 0;
  }
}
.home .main .seminar {
  padding-top: min(100px, 10vw);
  padding-bottom: min(100px, 10vw);
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .home .main .seminar {
    padding-top: min(45px, 12.4vw);
    padding-bottom: min(45px, 12.4vw);
  }
}
.home .main .youtube {
  padding-top: min(100px, 10vw);
  padding-bottom: min(100px, 10vw);
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .home .main .youtube {
    padding-top: min(45px, 12.4vw);
    padding-bottom: min(45px, 12.4vw);
  }
}
.home .main .faq {
  padding-top: min(100px, 10vw);
  padding-bottom: min(100px, 10vw);
  background: #F8F8F8;
}
.home .main .faq .articles {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 4vw) min(40px, 4vw);
  margin: 0 0 min(40px, 4vw) 0;
}
.home .main .faq .articles .article {
  width: calc(25% - min(40px, 4vw) / 4 * 3);
}
.home .main .faq .articles .article > a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  aspect-ratio: 1/1;
  width: 100%;
  padding: min(20px, 2vw);
  background: #fff;
  border: 2px solid #fff;
}
.home .main .faq .articles .article > a::before {
  content: "Q";
  font-size: clamp(3rem, 2.16rem + 1.75vw, 4rem);
}
@media (hover: hover) {
  .home .main .faq .articles .article > a {
    transition: 0.3s ease-in-out;
  }
  .home .main .faq .articles .article > a:hover {
    border: 2px solid #1A1A1A;
  }
}
.home .main .faq .articles .article .title {
  padding: 0 0;
  margin: auto 0 min(10px, 1vw) 0;
  text-align: justify;
  line-height: 1.8;
  font-weight: normal;
  font-size: clamp(1.125rem, 0.81rem + 0.66vw, 1.5rem);
}
.home .main .faq .articles .article .viewmore {
  align-self: flex-end;
  margin: auto 0 0 0;
  padding: 0 0 min(5px, 0.5vw) 0;
  text-align: right;
  border-bottom: 1px solid #000;
  line-height: 1;
}
@media screen and (max-width: 1139px) {
  .home .main .faq .articles {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .home .main .faq .articles .article {
    min-width: calc(33.3333333333% - min(40px, 4vw) / 4 * 3);
  }
}
@media screen and (max-width: 767px) {
  .home .main .faq {
    padding-top: min(45px, 12.4vw);
    padding-bottom: min(45px, 12.4vw);
  }
  .home .main .faq .articles {
    padding-bottom: min(40px, 4vw);
  }
  .home .main .faq .articles .article {
    min-width: 85%;
  }
  .home .main .faq .articles .article > a {
    padding: 20px;
  }
}
.home .main .company {
  padding-top: min(100px, 10vw);
  padding-bottom: min(100px, 10vw);
  background: #F8F4EE;
}
.home .main .company__images {
  display: block;
  padding: min(15px, 4vw);
  background: #fff;
  margin: 0 0 min(30px, 8vw);
}
.home .main .company__images img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1560/430;
  width: 100%;
  height: 100%;
}
.home .main .company__detail {
  display: flex;
  align-items: center;
  gap: 0 min(30px, 8vw);
  padding: min(30px, 8vw);
  border-top: 1px solid #707070;
}
.home .main .company__detail:last-child {
  border-bottom: 1px solid #707070;
}
.home .main .company__detail .title {
  flex: 0.3;
  min-width: 180px;
  font-size: clamp(1rem, 0.685rem + 0.66vw, 1.375rem);
}
.home .main .company__detail .txt {
  flex: 1;
  font-size: clamp(0.875rem, 0.77rem + 0.22vw, 1rem);
  line-height: 1.8;
}
.home .main .company__detail .btn__link {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .home .main .company {
    padding-top: min(45px, 12.4vw);
    padding-bottom: min(45px, 12.4vw);
  }
  .home .main .company__images {
    padding: 0 0;
    margin: 0 0 20px 0;
  }
  .home .main .company__images img {
    aspect-ratio: 400/240;
  }
  .home .main .company__detail {
    flex-wrap: wrap;
    gap: 30px 30px;
    padding: 30px 0;
  }
  .home .main .company__detail .title {
    order: 1;
    flex: 0.6;
    font-size: 22px;
  }
  .home .main .company__detail .btn__link {
    order: 2;
    flex: 0.4;
  }
  .home .main .company__detail .txt {
    order: 3;
    flex: auto;
  }
}
.home .main .groups {
  padding-top: min(100px, 10vw);
  padding-bottom: min(100px, 10vw);
  background: #F8F8F8;
}
.home .main .groups__details {
  margin: 0 0 min(40px, 4vw) 0;
}
.home .main .groups__detail {
  display: grid;
  grid-template-columns: 250px auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0px min(30px, 8vw);
  grid-template-areas: "images title btn__link" "images txt btn__link";
  padding: min(30px, 8vw);
  border-top: 1px solid #707070;
}
.home .main .groups__detail:last-child {
  border-bottom: 1px solid #707070;
}
.home .main .groups__detail .images {
  grid-area: images;
  display: block;
}
.home .main .groups__detail .images img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.home .main .groups__detail .title {
  grid-area: title;
  min-width: 180px;
  font-size: clamp(1rem, 0.685rem + 0.66vw, 1.375rem);
  margin: 0 0 min(5px, 0.5vw);
}
.home .main .groups__detail .txt {
  grid-area: txt;
  font-size: clamp(.875rem, .77rem + .22vw, 1rem);
  line-height: 1.8;
}
.home .main .groups__detail .btn__link {
  grid-area: btn__link;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .home .main .groups {
    padding-top: min(45px, 12.4vw);
    padding-bottom: min(45px, 12.4vw);
  }
  .home .main .groups__details {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 2px;
    margin: 0 0 30px 0;
  }
  .home .main .groups__detail {
    position: relative;
    z-index: 0;
    display: block;
    width: calc(50% - 1.6px);
    padding: 0 0 0 0;
    border-top: none;
  }
  .home .main .groups__detail:last-child {
    border-bottom: none;
  }
  .home .main .groups__detail .images {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    background: #fff;
    padding: 15px;
  }
  .home .main .groups__detail .images img {
    -o-object-position: center;
       object-position: center;
    height: auto;
  }
  .home .main .groups__detail .title,
.home .main .groups__detail .txt {
    display: none;
  }
  .home .main .groups__detail .btn__link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .main .groups__detail .btn__link > span {
    display: none;
  }
}
.home .main .information {
  padding-top: min(100px, 10vw);
  padding-bottom: min(100px, 10vw);
  background: #ffffff;
}
.home .main .information .container {
  position: relative;
  z-index: 0;
}
.home .main .information .container::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: min(30px, 8vw);
  transform: translateY(-50%);
  max-width: 650px;
  width: 40%;
  height: 100%;
  background: url(../img/home/bg_information.jpg) no-repeat center/cover;
  aspect-ratio: 1/1;
}
.home .main .information__detail {
  width: calc(60% - min(140px, 14vw));
}
.home .main .information__detail .list {
  margin: 0 0 min(45px, 4.5vw) 0;
}
.home .main .information__detail .list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 min(30px, 8vw);
  padding: min(30px, 8vw) min(20px, 2vw);
  border-top: 1px solid #707070;
}
.home .main .information__detail .list li:last-child {
  border-bottom: 1px solid #707070;
}
.home .main .information__detail .list li .time {
  font-size: clamp(0.75rem, 0.54rem + 0.44vw, 1rem);
  padding: 0.5em 0;
  line-height: 1;
}
.home .main .information__detail .list li .category {
  text-decoration: none;
  color: #000;
  font-size: clamp(0.625rem, 0.52rem + 0.22vw, 0.75rem);
  line-height: 1;
  padding: 0.5em 1.5em;
  margin: 0.3em 1.5em;
  border: 1px solid #707070;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90px;
  text-align: center;
}
@media (hover: hover) {
  .home .main .information__detail .list li .category {
    transition: 0.3s ease-in-out;
  }
  .home .main .information__detail .list li .category:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
  }
}
.home .main .information__detail .list li .title {
  flex: 1;
  text-decoration: none;
  color: #000;
  font-size: clamp(0.875rem, 0.665rem + 0.44vw, 1.125rem);
  line-height: 1.8;
  text-align: justify;
}
@media (hover: hover) {
  .home .main .information__detail .list li .title {
    transition: 0.3s ease-in-out;
  }
  .home .main .information__detail .list li .title:hover {
    color: #2D2F6F;
  }
}
@media screen and (max-width: 1139px) {
  .home .main .information .container::after {
    opacity: 0.5;
    right: 0;
    width: 50%;
    -webkit-mask-image: linear-gradient(to left, transparent, black 0, black 20%, transparent);
            mask-image: linear-gradient(to left, transparent, black 0, black 20%, transparent);
  }
  .home .main .information__detail {
    width: calc(100% - min(140px, 14vw));
  }
}
@media screen and (max-width: 767px) {
  .home .main .information {
    padding-top: min(45px, 12.4vw);
    padding-bottom: min(45px, 12.4vw);
    background: #f8f8f8;
  }
  .home .main .information .container::after {
    display: none;
  }
  .home .main .information__detail {
    width: 100%;
  }
  .home .main .information__detail .list li {
    padding: min(30px, 8vw) 0;
  }
  .home .main .information__detail .list li .time {
    padding: 0 0;
    align-self: center;
  }
  .home .main .information__detail .list li .category {
    margin: 0 0;
    align-self: center;
    width: auto;
  }
  .home .main .information__detail .list li .title {
    flex: auto;
    width: 100%;
    margin: 5px 0 0 0;
  }
}
.home .main .sns {
  padding-top: min(100px, 10vw);
  padding-bottom: min(100px, 10vw);
  background: #F8F8F8;
}
.home .main .sns .articles {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 4vw) min(40px, 4vw);
  margin: 0 0 min(40px, 4vw) 0;
}
.home .main .sns .articles .article {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.3333333333% - min(40px, 4vw) / 3 * 2);
}
.home .main .sns .articles .article > a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  gap: 0 min(15px, 4vw);
  padding: min(50px, 5vw) min(30px, 8vw);
  color: #000;
  text-decoration: none;
  background: #fff;
  font-size: clamp(0.875rem, 0.455rem + 0.88vw, 1.375rem);
}
.home .main .sns .articles .article > a > i[class^=icon-] {
  font-size: clamp(1.25rem, -1.375rem + 5.48vw, 4.375rem);
}
@media (hover: hover) {
  .home .main .sns .articles .article > a {
    transition: 0.3s ease-in-out;
  }
  .home .main .sns .articles .article > a:hover {
    background: #2D2F6F;
    color: #ffffff;
  }
}
.home .main .sns .articles .article .title {
  text-align: justify;
  line-height: 1.4;
  font-weight: normal;
  font-size: clamp(1rem, 0.685rem + 0.66vw, 1.375rem);
}
@media screen and (max-width: 1139px) {
  .home .main .sns .articles {
    align-items: flex-start;
  }
  .home .main .sns .articles .article > a {
    padding: min(30px, 8vw);
    flex-direction: column;
    gap: min(15px,4vw) 0;
  }
  .home .main .sns .articles .article > a > i[class^=icon-] {
    font-size: 5vw;
  }
  .home .main .sns .articles .article .title {
    font-size: clamp(0.875rem, 0.665rem + 0.44vw, 1.125rem);
  }
}
@media screen and (max-width: 767px) {
  .home .main .sns {
    padding-top: min(45px, 12.4vw);
    padding-bottom: min(45px, 12.4vw);
  }
  .home .main .sns .articles {
    margin: 0 0 0 0;
  }
  .home .main .sns .articles .article > a {
    padding: 0 0;
    background: none;
  }
  .home .main .sns .articles .article > a > i[class^=icon-] {
    font-size: 60px;
  }
  .home .main .sns .articles .article > a .title {
    display: none;
  }
}
/*# sourceMappingURL=home.css.map */