@charset "UTF-8";
/*
Theme Name: 
Description:  Web Site
Author: Hiroki Ishiida
Version: 1.0
*/
/*------------ COMMON SETTING ------------ */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px !important;
  font-size: 62.5%;
}

body {
  color: #262626;
  font-family: "Montserrat", Noto Sans JP, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

section {
  padding: 80px 15px;
}
section:nth-child(odd) {
  background-color: #fff;
}
section:nth-child(even) {
  background-color: #f7f7f7;
}

.Title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: 500;
  color: #262626;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Title span {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #04a371;
}
@media screen and (max-width: 768px) {
  .Title {
    font-size: 2.8rem;
  }
}

.CategoryContentInner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.post-categories {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 15px;
  background-color: #f2f4f5;
  border-radius: 100px;
  font-size: 1.4rem;
  transition: all 0.3s;
}
.post-categories:hover {
  opacity: 1;
  background-color: #8cd00d;
  border-color: #8cd00d;
  color: #fff;
  transition: all 0.3s;
}
.post-categories a {
  transition: 0.1 all;
}
.post-categories a:hover {
  opacity: 1;
  transition: 0.1 all;
}

.Pcver {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .Pcver {
    display: none !important;
  }
}

.Spver {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .Spver {
    display: block !important;
  }
}

main {
  overflow: hidden;
}

/* ------- BTN -------- */
.Btn {
  max-width: 400px;
  width: 100%;
  margin: 40px auto 0 auto;
  font-size: 1.8rem;
  padding: 18px;
  background-color: #8cd00d;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  border-radius: 100px;
  transition: all 0.3s;
  display: block;
  position: relative;
}
.Btn::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/btn-right.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.Btn:hover {
  opacity: 0.9;
  transition: all 0.3s;
}
.Btn:hover::before {
  right: 25px;
  transition: all 0.3s;
}

/* 共通設定 */
/*----------------- HEADER ----------------- */
header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 10px 0;
  z-index: 100;
}
header .Header__inner {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  transition: all 1s;
}
@media screen and (max-width: 1250px) {
  header .Header__inner {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1080px) {
  header .Header__inner {
    padding: 15px;
  }
}

.Logo {
  max-width: 160px;
  z-index: 100;
}
@media screen and (max-width: 400px) {
  .Logo {
    font-size: 2rem;
  }
}

.is-animation,
.page .Header__inner,
.single .Header__inner,
.archive .Header__inner,
.error404 .Header__inner {
  background-color: #fff;
  transition: all 1s;
  filter: drop-shadow(0 2px 3px rgba(64, 64, 64, 0.062745098));
}

/*------------------- NAV ------------------ */
@media screen and (max-width: 1080px) {
  nav {
    width: 100%;
    height: 97vh;
    opacity: 0;
    padding: 120px 15px 40px 15px;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9490196078);
    text-align: center;
    transition: all 0.5s;
    visibility: hidden;
    border-radius: 15px;
  }
  nav.panelactive {
    visibility: visible;
    opacity: 1;
  }
}

.Menu__content .Menu__list {
  color: #262626;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .Menu__content .Menu__list {
    display: flex;
    flex-direction: column;
  }
}
.Menu__content .Menu__list .Menu__item {
  font-size: 1.4rem;
  margin-left: 40px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s;
}
@media screen and (max-width: 1080px) {
  .Menu__content .Menu__list .Menu__item {
    margin: 0 0 40px 0;
    font-size: 2rem;
  }
  .Menu__content .Menu__list .Menu__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .Menu__content .Menu__list .Menu__item {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  .Menu__content .Menu__list .Menu__item {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.Menu__content .Menu__list .Menu__item a {
  position: relative;
}
.Menu__content .Menu__list .Menu__item a span {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #04a371;
  display: block;
  text-align: center;
}
.Menu__content .Menu__list .Menu__item a:hover {
  opacity: 1;
}
.Menu__content .Menu__list .Menu__item a::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  right: 0;
  width: 0%;
  height: 3px;
  background-color: #04a371;
  opacity: 0;
  border-radius: 5px;
  transition: all 0.3s;
}
.Menu__content .Menu__list .Menu__item a:hover::before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
.Menu__content .Menu__list .Menu__item.current-menu-item {
  position: relative;
}
.Menu__content .Menu__list .Menu__item.current-menu-item::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #04a371;
  border-radius: 5px;
}
.Menu__content .Menu__list .Btn {
  background-color: #ebb912;
  margin-top: 0;
}
.Menu__content .Menu__list .Btn a span {
  display: none;
}
.Menu__content .Menu__list .Btn::before {
  display: none;
}
.Menu__content .Menu__list .SpBtn {
  font-weight: 500;
  padding: 15px 40px;
  margin: 0 auto;
  font-size: 1.4rem;
  display: none;
}
@media screen and (max-width: 1080px) {
  .Menu__content .Menu__list .SpBtn {
    grid-column: 1/3;
    max-width: unset;
    padding: 20px;
    font-size: 2rem;
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .Menu__content .Menu__list .SpBtn {
    font-size: 1.6rem;
  }
}
.Menu__content .Menu__list .SpBtn a:hover::before {
  display: none;
}
.Menu__content .Menu__list .PcBtn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0 0;
  position: relative;
  border: 3px solid #ebb912;
}
.Menu__content .Menu__list .PcBtn a:hover::before {
  display: none;
}
.Menu__content .Menu__list .PcBtn:hover {
  background-color: #8cd00d;
  border-color: #a2f607;
}
@media screen and (max-width: 1080px) {
  .Menu__content .Menu__list .PcBtn {
    display: none;
  }
}
.Menu__content .Menu__list .PcBtn a {
  display: inline-block;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 48%;
  transform: translate(50%, -50%);
}
.Menu__content .Menu__list .PcBtn a br {
  display: none;
}

@media screen and (max-width: 768px) {
  .home .FooterRight {
    display: none;
  }
}

/*------------- HAMBERGER MENU ------------ */
.OpenBtn {
  display: none;
}
@media screen and (max-width: 1080px) {
  .OpenBtn {
    width: 35px;
    height: 20px;
    position: relative;
    z-index: 1000;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
  }
  .OpenBtn span {
    width: 100%;
    height: 2px;
    background-color: #262626;
    display: block;
    transition: all 0.3s;
    position: absolute;
    border-radius: 50px;
  }
  .OpenBtn span:nth-of-type(2) {
    top: 9px;
  }
  .OpenBtn span:nth-of-type(3) {
    bottom: 0;
  }
  .OpenBtn.active span:nth-of-type(1) {
    top: 9px;
    transform: rotate(30deg);
  }
  .OpenBtn.active span:nth-of-type(2) {
    transform: scaleX(0);
  }
  .OpenBtn.active span:nth-of-type(3) {
    bottom: 9px;
    transform: rotate(150deg);
  }
}

/*----------------- KEY-VISUAL ------------------ */
.KeyVisual {
  width: 100%;
  height: 97vh;
  position: relative;
  background-color: #f0f2f5;
  border: solid 10px #fff;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .KeyVisual {
    border: solid 5px #fff;
    border-radius: 20px;
  }
}
.KeyVisual .KeyVisualInner {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .KeyVisual .KeyVisualInner {
    left: 10px;
  }
}
.KeyVisual .KeyVisualInner .wrapper {
  display: flex;
  align-items: center;
}
.KeyVisual .KeyVisualInner .wrapper .KeyVisualTextInner {
  width: 47%;
  padding: 60px 30px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.05));
}
@media screen and (max-width: 1080px) {
  .KeyVisual .KeyVisualInner .wrapper .KeyVisualTextInner {
    width: 60%;
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  .KeyVisual .KeyVisualInner .wrapper .KeyVisualTextInner {
    width: 65%;
    height: 30vh;
  }
}
.KeyVisual .KeyVisualInner .wrapper .KeyVisualTextInner .KeyVisualTextTitle {
  font-size: 2.4rem;
  color: #04a371;
  margin: 40px auto 0;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .KeyVisual .KeyVisualInner .wrapper .KeyVisualTextInner .KeyVisualTextTitle {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 20px auto 0;
    text-align: center;
  }
}
.KeyVisual .KeyVisualInner .wrapper .KeyVisualTextInner .KeyVisualTextTitle .br {
  display: none;
}
@media screen and (max-width: 1080px) {
  .KeyVisual .KeyVisualInner .wrapper .KeyVisualTextInner .KeyVisualTextTitle .br {
    display: block;
  }
}
.KeyVisual .KeyVisualInner .wrapper .KeyVisualTextInner img {
  max-width: 250px;
}
@media screen and (max-width: 1080px) {
  .KeyVisual .KeyVisualInner .wrapper .KeyVisualTextInner img {
    max-width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .KeyVisual .KeyVisualInner .wrapper .KeyVisualTextInner img {
    max-width: 150px;
  }
}
.KeyVisual .KeyVisualInner .wrapper .autoplay {
  position: absolute;
  right: 0;
  width: 70%;
  border-radius: 20px;
  overflow: hidden;
}
.KeyVisual .KeyVisualInner .wrapper .autoplay li {
  height: 100%;
}
.KeyVisual .KeyVisualInner .wrapper .autoplay li img {
  height: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 1080px) {
  .KeyVisual .KeyVisualInner .wrapper .autoplay li img {
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (max-width: 1080px) {
  .KeyVisual .KeyVisualInner .wrapper .autoplay {
    height: 60vh;
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .KeyVisual .KeyVisualInner .wrapper .autoplay {
    height: 50vh;
  }
}
.KeyVisual .KeyVisualInner .wrapper .autoplay .swiper-pagination {
  position: absolute;
  right: 20px;
  left: unset;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  .KeyVisual .KeyVisualInner .wrapper .autoplay .swiper-pagination {
    bottom: 10px;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #fff;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/*------------- Scroll ------------- */
.scroll p {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 40px;
  padding-bottom: 110px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-rl;
  transition: 0.2s;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .scroll p {
    display: none;
  }
}
.scroll p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #bebebe;
}
@media screen and (max-width: 1080px) {
  .scroll p::after {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .scroll p::after {
    bottom: 0%;
    left: 0;
  }
}
.scroll p:hover {
  opacity: 0.5;
}

#scroll p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
@media screen and (max-width: 1080px) {
  #scroll p::before {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  #scroll p::before {
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
  }
}
#scroll p::after {
  animation: scrollDown 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes scrollDown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*----------------- TOP NEWS ------------------ */
.TopNews {
  margin: 0 15px 0px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1250px) {
  .TopNews {
    margin: 80px 15px 0px;
  }
}
@media screen and (max-width: 768px) {
  .TopNews {
    margin: 40px 15px 0px;
  }
}
.TopNews .TopNewsInner {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 20px 30px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  filter: drop-shadow(0 3px 6px rgba(110, 110, 110, 0.062745098));
}
@media screen and (max-width: 1250px) {
  .TopNews .TopNewsInner {
    filter: unset;
    padding: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .TopNews .TopNewsInner {
    flex-direction: column;
  }
}
.TopNews .TopNewsInner .TopNewsTitle {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.TopNews .TopNewsInner .TopNewsTitle::before {
  content: "";
  width: 2px;
  background-color: #ddd;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
}
@media screen and (max-width: 1080px) {
  .TopNews .TopNewsInner .TopNewsTitle {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-right: unset;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .TopNews .TopNewsInner .TopNewsTitle::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .TopNews .TopNewsInner .TopNewsTitle {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .TopNews .TopNewsInner .TopNewsTitle {
    flex-direction: column;
    align-items: flex-start;
  }
}
.TopNews .TopNewsInner .TopNewsTitle p {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .TopNews .TopNewsInner .TopNewsTitle p {
    margin-bottom: 0;
  }
}
.TopNews .TopNewsInner .TopNewsTitle .Btn {
  padding: 7px;
  font-size: 1.2rem;
  background-color: #8cd00d;
  margin-top: 0;
}
.TopNews .TopNewsInner .TopNewsTitle .Btn::before {
  color: #fff;
  background-color: unset;
  width: auto;
  height: auto;
  padding-left: unset;
  line-height: unset;
  top: 53%;
  font-size: 1.4rem;
}
.TopNews .TopNewsInner .TopNewsTitle .Btn:hover::before {
  right: 20px;
}
@media screen and (max-width: 1080px) {
  .TopNews .TopNewsInner .TopNewsTitle .Btn {
    padding: 7px 40px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0;
  }
}
@media screen and (max-width: 320px) {
  .TopNews .TopNewsInner .TopNewsTitle .Btn {
    width: 100%;
    margin-top: 10px;
  }
}
.TopNews .TopNewsInner .News__list {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width: 1080px) {
  .TopNews .TopNewsInner .News__list {
    width: 100%;
  }
}
.TopNews .TopNewsInner .News__list .News__item {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
  gap: 10px;
}
@media screen and (max-width: 1080px) {
  .TopNews .TopNewsInner .News__list .News__item:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .TopNews .TopNewsInner .News__list .News__item {
    gap: 5px;
    margin-bottom: unset;
  }
}
.TopNews .TopNewsInner .News__list .News__item:hover {
  opacity: 1;
}
.TopNews .TopNewsInner .News__list .News__item:last-child {
  margin-bottom: 0;
}
.TopNews .TopNewsInner .News__list .News__item .News__item--title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.4rem;
}

/*----------------- Banner
 ------------------ */
.banner {
  max-width: 825px;
  width: 100%;
  margin: 20px auto 0;
  height: auto;
}

/*----------------- PageBtn ------------------ */
#PageBtnContent {
  padding: 30px 15px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #PageBtnContent {
    padding: 40px 15px;
  }
}
#PageBtnContent ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1080px) {
  #PageBtnContent ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #PageBtnContent ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 320px) {
  #PageBtnContent ul {
    grid-template-columns: 1fr;
  }
}
#PageBtnContent ul li {
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 5px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 3px 5px rgba(64, 64, 64, 0.1254901961));
  transition: all 0.3s;
}
#PageBtnContent ul li:hover {
  transform: scale(0.99, 0.99) translateY(5px);
  transition: all 0.3s;
  filter: drop-shadow(0 1px 2px rgba(110, 110, 110, 0.062745098));
}
#PageBtnContent ul li:nth-child(1) {
  background: radial-gradient(#838383, #4d4d4d);
  border-color: #888;
}
#PageBtnContent ul li:nth-child(2) {
  background: radial-gradient(#ddc97b, #d3bc65);
  border-color: #fff5ce;
}
#PageBtnContent ul li:nth-child(3) {
  background: radial-gradient(#bdeb33, #b6e034);
  border-color: #e7ff9d;
}
#PageBtnContent ul li:nth-child(4) {
  background: radial-gradient(#cd8964, #b17756);
  border-color: #dba98c;
}
#PageBtnContent ul li:nth-child(5) {
  background: radial-gradient(#ffafc9, #ff98b9);
  border-color: #ffd5e2;
}
#PageBtnContent ul li:nth-child(6) {
  background: radial-gradient(#cecece, #9d9d9d);
  border-color: #e2e2e2;
}
#PageBtnContent ul li:last-child {
  display: none;
}
@media screen and (max-width: 1080px) {
  #PageBtnContent ul li:last-child {
    display: block;
  }
}
#PageBtnContent ul li a {
  text-align: center;
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1882352941));
}
@media screen and (max-width: 400px) {
  #PageBtnContent ul li a {
    font-size: 1.8rem;
  }
}
#PageBtnContent ul li a span {
  font-size: 1.4rem;
  margin-top: 5px;
  font-weight: 600;
}
@media screen and (max-width: 400px) {
  #PageBtnContent ul li a span {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
#PageBtnContent ul li a:hover {
  opacity: 1;
}

.page-id-1340 #PageBtnContent {
  padding: unset;
}
.page-id-1340 #PageBtnContent p {
  padding: 15px;
  background-color: #4f4e4e;
  color: #fff;
  border-radius: 70px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-id-1340 #PageBtnContent p {
    font-size: 2rem;
  }
}
.page-id-1340 #PageBtnContent ul li a {
  position: relative;
  transition: all 0.3s;
}
.page-id-1340 #PageBtnContent ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  opacity: 0;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  font-size: 1.4rem;
  text-align: center;
  white-space: pre;
}
.page-id-1340 #PageBtnContent ul li a:hover::before {
  opacity: 1;
  transition: all 0.3s;
}
.page-id-1340 #PageBtnContent ul li a img {
  width: 80%;
}
.page-id-1340 #PageBtnContent ul li:nth-child(1) a::before {
  content: "プロフェッショナル\aサービス開発";
}
.page-id-1340 #PageBtnContent ul li:nth-child(2) a::before {
  content: "コミュニケーション\a開発";
}
.page-id-1340 #PageBtnContent ul li:nth-child(3) a::before {
  content: "プロダクト&\aサービス開発";
}
.page-id-1340 #PageBtnContent ul li:nth-child(4) a::before {
  content: "コミュニティ開発";
}
.page-id-1340 #PageBtnContent ul li:nth-child(5) a::before {
  content: "イベント開発";
}
.page-id-1340 #PageBtnContent ul li:nth-child(6) a::before {
  display: none;
}

/*-- PageIDはServiceページのものIDが変更された場合こちらのIDも変更 -- */
/*----------------- Project Studies ------------------ */
#Project {
  padding: 100px 0px;
}
@media screen and (max-width: 768px) {
  #Project {
    padding: 80px 0;
  }
}
#Project .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  #Project .Title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #Project .Btn {
    margin: 40px auto 0 auto;
  }
}
#Project .slick-dots {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  #Project .slick-dots {
    margin-bottom: 20px !important;
  }
}
#Project .slick-dots li {
  margin: 0 10px !important;
}

.Card li .TextInner {
  width: 100%;
  padding: 15px 10px;
}
.Card li .TextInner .ProjectTitle {
  font-size: 2rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Card li .TextInner .ProjectContent {
  margin-top: 10px;
}
.Card li .TextInner .ProjectContent .Date {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: right;
}
.Card li .ImgContent {
  overflow: hidden;
  border: 2px solid #f0f0f0;
  border-radius: 15px;
}
.Card li .ImgContent img {
  transform: scale(1);
  transition: 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.Card li:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s;
}
.Card li:hover img {
  transform: scale(1.05);
  transition: 0.3s ease;
}
.Card li a:hover {
  opacity: inherit;
}

/*----------------- CTA ------------------ */
.CTA .ContactContent {
  text-align: center;
  background: url(../img/CTA-BG.png) no-repeat center center/cover;
  padding: 100px;
}
@media screen and (max-width: 1080px) {
  .CTA .ContactContent {
    display: none;
  }
}
.CTA .ContactContent h2 {
  font-size: 3rem;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 500;
}
.CTA .ContactContent h2 span {
  font-size: 1.4rem;
  margin-top: 5px;
}
.CTA .ContactContent .Btn {
  max-width: 500px;
  font-size: 2.4rem;
  margin-top: 60px;
  padding: 25px;
  background-color: #ebb912;
}
.CTA .ContactContent .Btn::before {
  width: 40px;
  height: 40px;
  background: url(../img/btn-right-Ye.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.CTA .ContactContent .Btn:hover::before {
  right: 30px;
  transition: all 0.3s;
}

/* LOW KEYVISUAL */
.LowKeyVisual {
  background: url(../img/KeyVisual01.jpg) no-repeat center center/cover;
}
.LowKeyVisual .LowKeyVisualInner {
  padding-top: 80px;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px) brightness(0.85);
}
.LowKeyVisual .LowKeyVisualTitle {
  font-size: 4rem;
  font-weight: 500;
  padding: 100px 0;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.08em;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1080px) {
  .LowKeyVisual .LowKeyVisualTitle {
    padding: 100px 15px;
  }
}
@media screen and (max-width: 768px) {
  .LowKeyVisual .LowKeyVisualTitle {
    font-size: 2.8rem;
    padding: 70px 15px;
  }
}
.LowKeyVisual .LowKeyVisualTitle span {
  background-color: #ebb912;
  padding: 8px 25px;
  color: #fff;
  border-radius: 100px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* パンクズリスト */
.breadcrumb-trail {
  background-color: #f7f7f7;
}

.breadcrumb-trail p a {
  color: #125e9f;
  cursor: pointer;
}

.breadcrumb-trail .fbc-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  background-color: #f7f7f7;
  padding: 15px;
}
.breadcrumb-trail .fbc-wrap .fbc-items {
  padding: 0 0 !important;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.breadcrumb-trail .fbc-wrap .fbc-items li {
  padding: 0 0 !important;
  font-weight: 400;
  font-family: "Montserrat", Noto Sans JP, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.breadcrumb-trail .fbc-wrap .fbc-items li:first-child {
  padding: 0 0 !important;
}

/*----------------- Message ------------------ */
#Message .ContentInner {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #Message .ContentInner {
    flex-direction: column;
  }
}
#Message .ContentInner img {
  width: 30%;
  border-radius: 20px;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 768px) {
  #Message .ContentInner img {
    width: 100%;
  }
}
#Message .ContentInner .TextContent {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #Message .ContentInner .TextContent {
    width: 100%;
  }
}
#Message .ContentInner .TextContent p:nth-child(1) {
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 400px) {
  #Message .ContentInner .TextContent p:nth-child(1) {
    font-size: 1.8rem;
  }
}
#Message .ContentInner .TextContent p:nth-child(3) {
  margin: 15px 0 20px;
  line-height: 1.5;
}
#Message .ContentInner .TextContent p:nth-child(4) {
  margin-bottom: 20px;
  line-height: 1.5;
}
#Message .ContentInner .TextContent p:nth-child(5) {
  margin-bottom: 30px;
  line-height: 1.5;
}
#Message .ContentInner .TextContent p:last-child {
  text-align: right;
  font-weight: 500;
}

.FlexContent {
  padding: 60px 15px;
}
.FlexContent .FlexContentInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .FlexContent .FlexContentInner {
    grid-template-columns: 1fr;
  }
}
.FlexContent .FlexContentInner img {
  border-radius: 20px;
}
@media screen and (max-width: 1080px) {
  .FlexContent .FlexContentInner img {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.FlexContent .FlexContentInner .TextContent {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .FlexContent .FlexContentInner .TextContent {
    text-align: left;
  }
}
.FlexContent .FlexContentInner .TextContent .Title {
  margin-bottom: 40px;
}
.FlexContent .FlexContentInner .TextContent p {
  line-height: 2;
}

@media screen and (max-width: 1080px) {
  .FlexContentInner.column-reverse .TextContent {
    order: 1;
  }
}
@media screen and (max-width: 1080px) {
  .FlexContentInner.column-reverse img {
    order: 2;
  }
}
@media screen and (max-width: 1080px) {
  .FlexContentInner.column-reverse .Btn {
    order: 3;
  }
}

/*----------------- FlexContent ------------------ */
.FlexContent strong {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .FlexContent strong {
    margin-bottom: 5px;
    text-align: center;
  }
}

/*----------------- Purpose ------------------ */
#purpose a {
  font-weight: 500;
  display: block;
  text-align: end;
}
#purpose a i {
  padding-left: 10px;
}
#purpose .Pcver {
  margin-top: 20px;
}

/*----------------- Value ------------------ */
#Value {
  text-align: center;
  overflow: hidden;
}
#Value .ValueBigTitle {
  font-size: 3rem;
  font-weight: 600;
  margin: 30px auto;
  color: #ec9e18;
}
#Value .ContentsTitle {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #Value .ContentsTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 400px) {
  #Value .ContentsTitle {
    font-size: 1.8rem;
  }
}
#Value .ContentsTitle span {
  font-size: 1.8rem;
  font-weight: 500;
}
#Value .ContentsImage {
  margin: 40px auto;
  max-height: 400px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #Value .ContentsImage {
    max-height: 300px;
  }
}
#Value .ValueSlider .swiper-wrapper {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1080px) {
  #Value .ValueSlider .swiper-wrapper {
    gap: 0;
  }
}
#Value .ValueSlider .swiper-wrapper .ValueSliderItem {
  background-color: #ededed;
  padding: 30px;
  border-radius: 20px;
  height: auto;
}
#Value .ValueSlider .swiper-wrapper .ValueSliderItem p:nth-child(1) {
  font-weight: 600;
  font-size: 2rem;
  padding: 7px;
  width: 100%;
  background-color: #8cd00d;
  border-radius: 50px;
  color: #fff;
}
#Value .ValueSlider .swiper-wrapper .ValueSliderItem p:nth-child(2) {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
#Value .ValueSlider .swiper-wrapper .ValueSliderItem p:last-child {
  text-align: left;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2;
}
#Value .ValueSlider .swiper-wrapper .ValueSliderItem img {
  max-width: 180px;
  width: 100%;
  margin: 20px auto;
}
#Value .swiper-pagination {
  position: unset;
  width: 100%;
  margin: 30px auto 0;
}
#Value .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #777;
  opacity: 0.6;
}
#Value .swiper-pagination-bullet-active {
  opacity: 1;
}

/*----------------- Vision ------------------ */
#Vision {
  text-align: center;
  overflow: hidden;
}
#Vision .Title br {
  display: none;
}
@media screen and (max-width: 768px) {
  #Vision .Title br {
    display: block;
  }
}
#Vision .VisionDecentWorld {
  margin-bottom: 40px;
}
#Vision .VisionDecentWorld p:nth-child(1) {
  font-size: 10rem;
  font-weight: 700;
  color: transparent;
  background: #0fc5e4;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  #Vision .VisionDecentWorld p:nth-child(1) {
    font-size: 5rem;
  }
}
#Vision .VisionDecentWorld p:nth-child(2) {
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 10px;
}
#Vision .swiper-wrapper {
  transition-timing-function: linear;
}
#Vision .swiper-pagination {
  position: unset;
  width: 100%;
  margin: 30px auto 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #Vision .swiper-pagination {
    display: block;
  }
}
#Vision .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #777;
  opacity: 0.6;
}
#Vision .swiper-pagination-bullet-active {
  opacity: 1;
}

/*----------------- PartnerCompany ------------------ */
#PartnerCompany .grid-content {
  display: grid;
  gap: 40px;
}
#PartnerCompany .PartnerCompanyContent .PartnerCompanyTitle {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}
#PartnerCompany .PartnerCompanyContent .PartnerCompanyTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  border-radius: 3px;
  background-color: #8cd00d;
}
#PartnerCompany .PartnerCompanyContent .PartnerCompanyTitleB::before {
  background-color: #363636;
}
#PartnerCompany .PartnerCompanyContent .PartnerCompanyTitleY::before {
  background-color: #d8c677;
}
#PartnerCompany .PartnerCompanyContent .PartnerCompanyTitleP::before {
  background-color: #f19cb4;
}
#PartnerCompany .PartnerCompanyContent .PartnerCompanyTitleG::before {
  background-color: #9adb08;
}
#PartnerCompany .PartnerCompanyContent .PartnerCompanyTitleBr::before {
  background-color: #a4613e;
}
#PartnerCompany .PartnerCompanyContent ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #PartnerCompany .PartnerCompanyContent ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
#PartnerCompany .PartnerCompanyContent ul li a {
  font-weight: 600;
  text-align: center;
  font-size: 1.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  #PartnerCompany .PartnerCompanyContent ul li a {
    text-align: left;
  }
}
#PartnerCompany .PartnerCompanyContent ul li a img {
  padding: 20px;
  aspect-ratio: 2/1;
  border-radius: 10px;
  margin-bottom: 10px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
  border: 1px solid #ddd;
}
#PartnerCompany .PartnerCompanyContent ul li a .textContent p:nth-child(1) {
  font-size: 1.2rem;
  color: #333;
}
#PartnerCompany .PartnerCompanyContent ul li a .textContent p:nth-child(2) {
  margin: 6px 0 3px;
  line-height: 1;
  font-size: 1.3rem;
}
#PartnerCompany .PartnerCompanyContent ul li a .textContent p span {
  font-size: 1.2rem;
}

/*----------------- About ------------------ */
#About .TableBox table {
  width: 100%;
  border-radius: 20px;
  border-collapse: unset;
  border-spacing: unset;
}
#About .TableBox tr:last-child th,
#About .TableBox tr:last-child td {
  border: unset;
}
#About .TableBox tr th,
#About .TableBox tr td {
  padding: 20px;
  border-bottom: 1px solid #c6c6c6;
}
@media screen and (max-width: 768px) {
  #About .TableBox tr th,
  #About .TableBox tr td {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
}
#About .TableBox tr th {
  width: 25%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #About .TableBox tr th {
    width: 100%;
    border: unset;
    padding: 15px 10px 0px;
  }
}
#About .TableBox tr td {
  width: 75%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #About .TableBox tr td {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  #About .TableBox tr td {
    padding: 10px 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  #About .TableBox tr td br {
    display: none;
  }
}

.otherServices {
  margin-top: 20px;
}
.otherServices .otherServicesTitle {
  padding: 15px;
  background-color: #4f4e4e;
  color: #fff;
  border-radius: 70px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .otherServices .otherServicesTitle {
    font-size: 1.8rem;
  }
}
.otherServices ul {
  display: flex;
  transition-timing-function: linear;
}
.otherServices ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.otherServices ul li a p {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.otherServices ul li a span {
  font-size: 1.4rem;
}
.otherServices ul li a .ImgContent {
  border: unset;
}
.otherServices ul li a .ImgContent img {
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.otherServices ul li .TextInner {
  padding: 0 0;
}
.otherServices ul li .CategoryContentInner {
  align-items: center;
}
.otherServices ul li .CategoryContentInner .post-categories {
  background-color: #fff;
}
.otherServices ul li .CategoryContentInner .category-group {
  display: flex;
  gap: 5px;
  align-items: flex-end;
}

.page-id-1338 #scrollButton a::before {
  content: "サービスはこちら";
}
.page-id-1338 {
  /*-- PageIDはAboutページのものIDが変更された場合こちらのIDも変更 -- */
}

/*----------------- Member ------------------ */
.Member ul {
  transition-timing-function: linear;
}
.Member ul li a:hover {
  opacity: 1;
}
.Member ul li a:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}
.Member ul li img {
  transition: all 0.3s;
  aspect-ratio: 3/4;
}
.Member .imgContent {
  border: 2px solid #dddddd;
  border-radius: 10px;
  overflow: hidden;
}
.Member .textContent {
  margin-top: 10px;
}
.Member .textContent p:nth-child(1) {
  margin-bottom: 5px;
  color: #6b6b6b;
}
.Member .textContent p:nth-child(3) {
  line-height: 1;
}
.Member .textContent p:nth-child(1), .Member .textContent p:nth-child(3) {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Member .textContent p:nth-child(1), .Member .textContent p:nth-child(3) {
    font-size: 1.2rem;
  }
}
.Member .textContent p:nth-child(2) {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .Member .textContent p:nth-child(2) {
    font-size: 2rem;
  }
}

.single .Member .gridContent {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single .Member .gridContent {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
}
.single .Member img {
  max-height: unset !important;
  -o-object-fit: unset !important;
  object-fit: unset !important;
  border-radius: 10px !important;
  margin: unset !important;
}
.single .Member .textContent {
  margin-top: 15px;
}
.single .Member .textContent p:nth-child(3) {
  margin-bottom: 20px;
}

.archive .Member ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 15px;
}
@media screen and (max-width: 768px) {
  .archive .Member ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*----------------- Access ------------------ */
#Access .ContentInner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  #Access .ContentInner {
    flex-direction: column;
    align-items: unset;
  }
}
#Access .ContentInner iframe {
  width: 55%;
  border-radius: 25px;
  border: 3px solid #fff;
}
@media screen and (max-width: 1080px) {
  #Access .ContentInner iframe {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #Access .ContentInner iframe {
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  #Access .ContentInner iframe {
    height: 200px;
  }
}
#Access .ContentInner .TextContent {
  width: 45%;
  border-radius: 25px;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1080px) {
  #Access .ContentInner .TextContent {
    width: 100%;
    padding: 20px 15px;
  }
}
#Access .ContentInner .TextContent ul li {
  margin-bottom: 15px;
}
#Access .ContentInner .TextContent ul li p:nth-child(1) {
  padding: 12px 10px 12px 15px;
  line-height: 1;
  width: 100%;
  background-color: #565656;
  color: #fff;
  font-weight: 400;
  border-radius: 100px;
}
#Access .ContentInner .TextContent ul li p:nth-child(2) {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 10px 10px 0 10px;
}

/*----------------- Service ------------------ */
#Service {
  text-align: left;
}
#Service .catchText {
  text-align: center;
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.2;
  color: #0fc5e4;
}
@media screen and (max-width: 1080px) {
  #Service .catchText {
    font-size: 4rem;
  }
}
#Service .Title {
  align-items: flex-start;
  margin-bottom: 40px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #Service .Title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 400px) {
  #Service .Title {
    font-size: 2rem;
  }
}
#Service .Title b {
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 400px) {
  #Service .Title b {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
#Service ul .ServiceList {
  border-bottom: 2px solid #ddd;
  padding: 80px 0;
}
#Service ul .ServiceList:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
#Service ul .ServiceList .ContentInner {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  #Service ul .ServiceList .ContentInner {
    flex-direction: column-reverse;
  }
}
#Service ul .ServiceList .ContentInner .TextContent {
  width: 73%;
  flex: 1;
}
@media screen and (max-width: 1080px) {
  #Service ul .ServiceList .ContentInner .TextContent {
    width: 100%;
  }
}
#Service ul .ServiceList .ContentInner .TextContent p {
  line-height: 1.8;
  margin-bottom: 20px;
}
#Service ul .ServiceList .ContentInner .TextContent p:last-child {
  margin-bottom: unset;
}
#Service ul .ServiceList .ContentInner img {
  width: 27%;
  border-radius: 20px;
}
@media screen and (max-width: 1080px) {
  #Service ul .ServiceList .ContentInner img {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
#Service ul .ServiceList ul li {
  margin: 20px 0;
}
#Service ul .ServiceList ul li p {
  margin-bottom: 0 !important;
}
#Service ul .ServiceList ul li p:nth-child(1) {
  font-size: 2.2rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #Service ul .ServiceList ul li p:nth-child(1) {
    font-size: 1.8rem;
  }
}
#Service ul .ServiceList ul li p:nth-child(1) span {
  font-size: 1.6rem;
  padding: 10px 25px;
  background-color: #8cd00d;
  color: #fff;
  font-weight: 500;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #Service ul .ServiceList ul li p:nth-child(1) span {
    font-size: 1.4rem;
  }
}
#Service ul .ServiceList ul li p:nth-child(2) {
  line-height: 1.8;
}
#Service #scrollButton a::before {
  content: "お問い合わせはこちら";
}

#scrollButton {
  position: fixed;
  bottom: 30px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  width: 160px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 100;
  backdrop-filter: blur(2px);
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  #scrollButton {
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    backdrop-filter: unset;
    border-radius: 0;
  }
}
#scrollButton.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#scrollButton a {
  transition: all 0.3s;
  position: relative;
  display: block;
  padding-bottom: 30px;
}
#scrollButton a::before {
  content: "";
  font-size: 1.2rem;
  font-weight: 600;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: #ebb912;
  color: #fff;
  padding: 10px 7px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #scrollButton a::before {
    border-radius: 0;
    padding: 20px;
    font-size: 1.6rem;
  }
}
#scrollButton a img {
  border-radius: 30px;
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #scrollButton a img {
    display: none;
  }
}

.Controller {
  padding: 20px;
  border-radius: 20px;
  background-color: #f0f0f0;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Controller {
    padding: 20px 15px;
  }
}
.Controller p:nth-child(1) {
  font-size: 2.4rem;
  color: #fff;
  width: 100%;
  background-color: #8cd00d;
  border-radius: 15px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .Controller p:nth-child(1) {
    padding: 13px;
  }
}
.Controller .ControllInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .Controller .ControllInner {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }
}
.Controller .ControllInner .cat-item a {
  color: #262626;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 15px;
  border-radius: 100px;
  display: block;
  transition: all 0.3s;
}
.Controller .ControllInner .cat-item a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.Controller .wp-tag-cloud {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .Controller .wp-tag-cloud {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }
}
.Controller .wp-tag-cloud li a {
  color: #262626;
  background-color: #fff;
  font-size: 1.4rem !important;
  padding: 15px;
  border-radius: 100px;
  display: block;
  transition: all 0.3s;
}
.Controller .wp-tag-cloud li a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.Controller .Btn {
  background-color: #fff;
  font-size: 1.4rem;
  padding: 15px;
  border-radius: 100px;
  margin: unset;
  max-width: unset;
  color: #262626;
  position: relative;
}
.Controller .Btn:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.Controller .Btn::before {
  content: "\f107";
  background-color: #9b9b9b;
  color: #fff;
  line-height: 33px;
  right: 11px;
}
@media screen and (max-width: 400px) {
  .Controller .Btn::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .Controller .Btn {
    padding: 20px;
    font-size: 1.4rem;
  }
}

#Service .Controller ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #Service .Controller ul {
    grid-template-columns: 1fr;
  }
}

/*----------------- Project ------------------ */
.project-page .FlexContent img {
  aspect-ratio: 3/2;
}
.project-page .Partner {
  margin-top: 40px;
}
.project-page .Partner ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .project-page .Partner ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.project-page .Partner ul li {
  text-align: center;
}
.project-page .Partner ul li a {
  font-weight: 600;
  font-size: 1.4rem;
}
.project-page .Partner ul li a img {
  aspect-ratio: 16/9;
  border-radius: 10px;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.project-page .Partner ul li a .textContent p:nth-child(1) {
  font-size: 1.2rem;
  margin-bottom: 3px;
}
.project-page .DB-Btn {
  max-width: 800px;
  margin: 60px auto 0 auto;
}
.project-page .DB-Btn img {
  border-radius: 20px;
}
.project-page .PartnerTitle {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
}
.project-page .PartnerTitle::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  border-radius: 100px;
  background-color: #04a371;
}
.project-page .Btn::before {
  background: url(../img/btn-blank.svg) no-repeat;
}

/*----------------- Member Archive ------------------ */
.member-archive #Member {
  display: grid;
  gap: 60px;
}
.member-archive .memberListTitle {
  font-size: 2.2rem;
  font-weight: 600;
  padding-left: 28px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1;
  color: #3a3a3a;
}
.member-archive .memberListTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 23px;
  border-radius: 100px;
  transform: translateY(-55%);
}
.member-archive .member01 .memberListTitle::before {
  background-color: #323333;
}
.member-archive .member02 .memberListTitle::before {
  background-color: #e59db3;
}
.member-archive .member03 .memberListTitle::before {
  background-color: #b0e60d;
}
.member-archive .member04 .memberListTitle::before {
  background-color: #a76e4e;
}
.member-archive .member05 .memberListTitle::before {
  background-color: #e5d597;
}

/*----------------- Archive ------------------ */
.archive section {
  background-color: #fff;
  padding: 0 0;
}

.NewPost .Card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.archive .Card {
  grid-template-columns: repeat(2, 1fr);
}

.archive .Card,
.NewPost .Card {
  display: grid;
  gap: 30px 15px;
}
@media screen and (max-width: 768px) {
  .archive .Card,
  .NewPost .Card {
    grid-template-columns: 1fr;
  }
}
.archive .Card li .TextInner .ProjectContent,
.NewPost .Card li .TextInner .ProjectContent {
  gap: 15px;
}
.archive .Card li .TextInner .ProjectContent a:nth-child(2),
.NewPost .Card li .TextInner .ProjectContent a:nth-child(2) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.archive .elseText,
.NewPost .elseText {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}

.page .Card li img,
.archive .Card li img {
  border-color: #e9e9e9;
}

#News,
.Archive,
.RecruitArchive {
  width: 70%;
}
@media screen and (max-width: 1080px) {
  #News,
  .Archive,
  .RecruitArchive {
    width: 100%;
  }
}

.categoryContent {
  padding: 60px 15px 30px;
}
.categoryContent .categorySwiper {
  position: relative;
  padding-bottom: 40px;
}
.categoryContent .categorySwiper .swiper-wrapper {
  display: flex;
  display: flex;
  justify-content: center;
}
.categoryContent .categorySwiper .swiper-wrapper li {
  display: grid;
  gap: 15px;
}
.categoryContent .categorySwiper .swiper-wrapper li .Title {
  align-items: flex-start;
  font-size: 2rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
}
.categoryContent .categorySwiper .swiper-wrapper li .Title span {
  margin-bottom: 0;
}
.categoryContent .categorySwiper .swiper-wrapper li .ImgContent img {
  border-radius: 20px;
  aspect-ratio: 16/9;
}
.categoryContent .swiper-pagination {
  position: absolute;
  bottom: 0;
  top: unset;
}
.categoryContent .swiper-pagination .swiper-pagination-bullet {
  background-color: #808080;
  margin: 0 10px !important;
  width: 13px;
  height: 13px;
}

.post-type-archive-news .archiveContent,
.tax-news_category .archiveContent,
.tax-news_tag .archiveContent {
  padding: 0 15px 80px;
}

.archiveContent {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 80px 15px;
}
@media screen and (max-width: 1080px) {
  .archiveContent {
    flex-direction: column-reverse;
  }
}
.archiveContent .Controller p:nth-child(1) {
  font-size: 2rem;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .archiveContent .Controller p:nth-child(1) {
    font-size: 1.8rem;
  }
}
.archiveContent .Controller ul {
  grid-template-columns: 2fr;
}
.archiveContent .Controller ul .Btn {
  font-size: 1.6rem;
  padding: 10px;
}
.archiveContent .Controller ul .Btn::before {
  display: none;
}
.archiveContent .ArchiveContent {
  margin-top: 20px;
}
.archiveContent .ArchiveContent .Controller p:nth-child(1) {
  background-color: #d19919;
}

.SiteLeftContent {
  width: 30%;
}
@media screen and (max-width: 1080px) {
  .SiteLeftContent {
    width: 100%;
  }
}

.News .News__list .News__item {
  padding: 30px 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.News .News__list .News__item:first-child {
  padding-top: 0;
}
.News .News__list .News__item:last-child {
  padding-bottom: 0;
  border-bottom: unset;
}
.News .News__list .News__item:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .News .News__list .News__item {
    flex-direction: column;
    padding: 30px 0;
  }
}
.News .News__list .News__item .NewsInner {
  width: 70%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .News .News__list .News__item .NewsInner {
    width: 100%;
    margin-right: unset;
    margin-bottom: 20px;
  }
}
.News .News__list .News__item .NewsInner .NewsSubContent {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  color: #3b3b3b;
  gap: 10px;
}
.News .News__list .News__item .NewsInner .NewsSubContent .News__item--date {
  font-size: 1.4rem;
}
.News .News__list .News__item .NewsInner .CategoryContentInner {
  margin-bottom: unset;
}
@media screen and (max-width: 400px) {
  .News .News__list .News__item .NewsInner .CategoryContentInner {
    gap: 0;
  }
}
.News .News__list .News__item .NewsInner .News__item--title,
.News .News__list .News__item .NewsInner .News__item--text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.3;
}
.News .News__list .News__item .NewsInner .News__item--title:hover,
.News .News__list .News__item .NewsInner .News__item--text:hover {
  opacity: inherit;
}
.News .News__list .News__item .NewsInner .News__item--title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  line-height: 1.3;
}
.News .News__list .News__item .ImgContent {
  width: 30%;
  overflow: hidden;
  border: 2px solid #ddd;
  border-radius: 15px;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 768px) {
  .News .News__list .News__item .ImgContent {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.News .News__list .News__item .ImgContent img {
  aspect-ratio: 3/2;
  transform: scale(1);
  transition: 0.3s ease;
  -o-object-fit: contain;
     object-fit: contain;
}
.News .News__list .News__item .ImgContent a:hover {
  opacity: 1;
}
.News .News__list .News__item:hover img {
  transform: scale(1.05);
  transition: 0.3s ease;
}

.RecruitArhiveContent {
  padding: 100px 15px;
}
.RecruitArhiveContent .archiveContent {
  padding: 0 0;
}

.RecruitArchiveItem {
  text-align: center;
  margin-bottom: 40px;
}
.RecruitArchiveItem:last-child {
  margin-bottom: unset;
}
.RecruitArchiveItem .RecruitTitle {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 30px;
  border-radius: 20px 20px 0 0;
  background-color: #6c6c6c;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.RecruitArchiveItem .RecruitTitle span {
  font-size: 1.4rem;
  margin-top: 5px;
  font-weight: 400;
}
.RecruitArchiveItem .RecruitInner {
  padding: 30px;
  border-radius: 0 0 20px 20px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .RecruitArchiveItem .RecruitInner {
    padding: 30px 15px;
  }
}
.RecruitArchiveItem .RecruitInner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .RecruitArchiveItem .RecruitInner ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.RecruitArchiveItem .RecruitInner ul li .RecruitListTitle {
  padding: 10px;
  color: #fff;
  background-color: #ebb912;
  border-radius: 5px;
  margin-bottom: 10px;
}
.RecruitArchiveItem .RecruitInner ul li p {
  font-size: 1.8rem;
  font-weight: 500;
}
.RecruitArchiveItem .RecruitInner .RecruitSubTitle {
  padding: 10px;
  color: #fff;
  background-color: #6c6c6c;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 500;
}
.RecruitArchiveItem .RecruitInner .RecruitText {
  text-align: left;
  line-height: 1.8;
}
.RecruitArchiveItem .RecruitInner .Btn {
  max-width: unset;
  margin-top: 30px;
}

#RecruitInfomation {
  padding: 100px 15px;
}

.ProjectTypeImfomation {
  padding: 100px 15px;
  background-color: #f7f7f7;
}
.ProjectTypeImfomation .archiveContent {
  padding: 0 0;
}
.ProjectTypeImfomation .RecruitArchive ul .RecruitArchiveItem .RecruitInner {
  background-color: #fff;
}
.ProjectTypeImfomation .RecruitArchive {
  background-color: transparent;
}

#RecruitSingle {
  padding: 100px 15px;
}

/*----------------- project ------------------ */
@media screen and (max-width: 1080px) {
  .page-id-1932 .FlexContent .FlexContentInner {
    gap: 20px;
  }
}
.page-id-1932 .FlexContent .FlexContentInner .TextContent p {
  text-align: left;
}
.page-id-1932 .Btn {
  margin-top: 40px;
  max-width: 495px;
}
@media screen and (max-width: 1080px) {
  .page-id-1932 .Btn {
    margin: 0 auto;
  }
}
.page-id-1932 .Btn::before {
  background: url(../img/btn-blank.svg) no-repeat;
}
.page-id-1932 .SpBtn {
  display: none;
}
@media screen and (max-width: 1080px) {
  .page-id-1932 .SpBtn {
    display: block;
  }
}
.page-id-1932 .PcBtn {
  display: block;
}
@media screen and (max-width: 1080px) {
  .page-id-1932 .PcBtn {
    display: none;
  }
}

/*----------------- Single ------------------ */
.single #Post {
  padding: 80px 15px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.single #Post .PostSubContent {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  .single #Post .PostSubContent {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }
}
.single #Post .PostSubContent .Date {
  font-size: 1.4rem;
}
.single #Post .CategoryContentInner {
  margin-bottom: unset;
}
@media screen and (max-width: 400px) {
  .single #Post .CategoryContentInner {
    gap: 0;
  }
}
@media screen and (max-width: 400px) {
  .single #Post .CategoryContentInner .post-categories {
    gap: 0;
    margin: 10px 10px 0 0;
  }
}
.single #Post .PostTitle {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .single #Post .PostTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .single #Post .PostTitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .single #Post .PostTitle br {
    display: none;
  }
}
.single #Post img {
  max-width: 600px;
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  margin: 0 auto 30px auto;
}
.single #Post .Btn::before {
  left: 15px;
  transform: translateY(-50%) rotate(180deg);
  padding-left: unset;
}
.single #Post .Btn:hover::before {
  left: 25px;
}
.single #Post .wp-block-columns {
  gap: 20px;
  display: flex;
}
@media screen and (max-width: 400px) {
  .single #Post .wp-block-columns {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.single #Post .wp-block-columns img {
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}
@media screen and (max-width: 400px) {
  .single #Post .wp-block-columns img {
    margin: 0 0;
  }
}
.single #Post .wp-block-image.aligncenter {
  text-align: center;
  display: block !important;
}

/* ■ Singleページ　アイテム */
#Post h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 15px;
  line-height: 1.5;
  position: relative;
}
#Post h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #04a371;
}
@media screen and (max-width: 768px) {
  #Post h2 {
    font-size: 1.8rem;
  }
}
#Post h3 {
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
}
#Post h4 {
  color: #04a371;
  background: #ecf7f4;
  padding: 15px;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 20px;
}
#Post .PostText {
  line-height: 2;
  margin-bottom: 20px;
}
#Post .PostText a {
  color: #0066c0;
  text-decoration: underline;
}

.wp-block-separator {
  border: 1px solid #ddd !important;
  border-left: none;
  border-right: none;
  margin: 20px 0;
}

.wp-block-image.aligncenter > figcaption {
  display: block !important;
}

/* ボーダー */
.wp-block-buttons > .wp-block-button {
  display: block !important;
}

.wp-block-button__link {
  max-width: 600px !important;
  font-weight: 500 !important;
  background-color: #ebb912 !important;
  padding: 20px !important;
  font-size: 1.8rem !important;
  width: 100% !important;
  margin: 40px auto !important;
  display: block !important;
}

/* ボタン */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  font-size: 2rem;
  gap: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    gap: 30px;
  }
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #8cd00f;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi .pages {
  display: none;
}

/* ページネーション */
.navigation {
  display: flex;
  justify-content: space-between;
  gap: 15%;
}
@media screen and (max-width: 768px) {
  .navigation {
    flex-direction: column;
    gap: 20px;
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
}

.next-post-link,
.previous-post-link {
  width: 100%;
}

.next-post-link a,
.previous-post-link a {
  padding: 15px;
  background-color: #ebb912;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 100px;
  transition: all 0.3s;
  display: block;
  position: relative;
}
.next-post-link a::before,
.previous-post-link a::before {
  content: "";
  background: url(../img/btn-right-Ye.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  transition: all 0.3s;
}

.next-post-link a::before {
  transform: translateY(-50%) rotate(180deg);
  left: 15px;
}

.previous-post-link a::before {
  right: 15px;
}

.next-post-link a:hover::before {
  left: 25px;
  transition: all 0.3s;
}

.previous-post-link a:hover::before {
  right: 25px;
  transition: all 0.3s;
}

.privacy-policy .wrapper {
  max-width: 1000px;
}
.privacy-policy .wrapper p {
  line-height: 1.7;
}
.privacy-policy .wrapper p a {
  color: #1d8ad9;
}

/*----------------- Single Works ------------------ */
.single-works .works-site-content {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single-works .works-site-content {
    flex-direction: column !important;
    gap: 0;
    gap: 20px !important;
  }
}
.single-works .works-site-content figure {
  max-height: 600px;
  overflow: scroll;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid #ddd;
}
@media screen and (max-width: 768px) {
  .single-works .works-site-content figure {
    max-height: 400px;
  }
}
.single-works .works-site-content figure img {
  max-height: unset !important;
  margin-bottom: 0 !important;
}

/*----------------- Single Recuruit ------------------ */
#RecruitSingle .TableBox {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #RecruitSingle .TableBox {
    padding: 0 0;
  }
}
#RecruitSingle .TableBox table {
  width: 100%;
}
#RecruitSingle .TableBox tr th,
#RecruitSingle .TableBox tr td {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #RecruitSingle .TableBox tr th,
  #RecruitSingle .TableBox tr td {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
}
#RecruitSingle .TableBox tr th {
  width: 25%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #RecruitSingle .TableBox tr th {
    width: 100%;
    border: unset;
    padding: 15px 10px 0px;
  }
}
#RecruitSingle .TableBox tr td {
  width: 75%;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #RecruitSingle .TableBox tr td {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  #RecruitSingle .TableBox tr td {
    padding: 10px 10px 15px;
  }
}
#RecruitSingle .BtnContent {
  display: flex;
  margin-top: 60px;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #RecruitSingle .BtnContent {
    flex-direction: column-reverse;
  }
}
#RecruitSingle .BtnContent .Btn {
  margin: 0 0;
}
#RecruitSingle .BtnContent .Btn:nth-child(1) {
  background-color: #7e7e7e;
}
#RecruitSingle .BtnContent .Btn:nth-child(1)::before {
  content: "\f104";
  left: 15px;
  padding-left: unset;
  color: #7e7e7e;
}
@media screen and (max-width: 768px) {
  #RecruitSingle .BtnContent .Btn {
    max-width: 100%;
  }
}

/*----------------- TOPICS ------------------ */
#Consultant,
#RecruitInfomation {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #Consultant p,
  #RecruitInfomation p {
    text-align: left;
  }
}
#Consultant p br,
#RecruitInfomation p br {
  display: block;
}
@media screen and (max-width: 768px) {
  #Consultant p br,
  #RecruitInfomation p br {
    display: none;
  }
}

#Interview ul li {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  #Interview ul li {
    flex-direction: column;
    gap: 20px;
  }
}
#Interview ul li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  #Interview ul li:nth-child(even) {
    flex-direction: column;
  }
}
#Interview ul li:last-child {
  margin-bottom: unset;
}
#Interview ul li .Title {
  align-items: flex-start;
  font-size: 2rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c6c6c6;
}
#Interview ul li .Title span {
  font-size: 1.4rem;
}
#Interview ul li .TextContent {
  width: 60%;
}
@media screen and (max-width: 1080px) {
  #Interview ul li .TextContent {
    width: 100%;
  }
}
#Interview ul li .TextContent p:nth-child(2) {
  line-height: 2;
}
#Interview ul li .ImgContent {
  width: 40%;
}
@media screen and (max-width: 1080px) {
  #Interview ul li .ImgContent {
    width: 100%;
  }
}
#Interview ul li .ImgContent img {
  border-radius: 20px;
  aspect-ratio: 16/9;
}

#Topics .Card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 15px;
}
@media screen and (max-width: 1080px) {
  #Topics .Card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #Topics .Card {
    grid-template-columns: 1fr;
  }
}
#Topics .Card li .TextInner .ProjectTitle {
  font-size: 2rem;
}
#Topics .Card li .TextInner a:nth-child(2) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px;
}
#Topics .Btn {
  margin: 40px auto 0 auto;
}

/*----------------- CONTACT ------------------ */
.Content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.Content #tab2 {
  display: none;
}
.Content .tab {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  background-color: #efefef;
  border-radius: 100px;
  padding: 15px;
  gap: 10px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .Content .tab {
    flex-direction: column;
    border-radius: 45px;
  }
}
.Content .tab button {
  background-color: #b4b4b4;
  outline: none;
  cursor: pointer;
  padding: 20px 20px;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  width: 100%;
  border-radius: 100px;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .Content .tab button {
    font-size: 1.5rem;
  }
}
.Content .tab button:last-child {
  border-right: unset;
}
.Content .tab button:hover {
  background-color: #a0a0a0;
  color: #fff;
  transition: all 0.3s;
}
.Content .tab button.active {
  background-color: #ebb911;
  color: #fff;
  cursor: unset;
}
.Content .formText {
  text-align: center;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .Content .formText {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .Content .formText br {
    display: none;
  }
}
.Content .formText .contact-br {
  height: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .Content .formText .contact-br {
    display: block;
  }
}

/*----------------- FORM ------------------ */
.page-id-1453 .CTA {
  display: none;
}

form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto !important;
}
form .formInner {
  background-color: #f7f7f7;
  border-radius: 30px;
  padding: 30px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  form .formInner {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 500px) {
  form .formInner {
    padding: 40px 15px;
    border-radius: 20px;
  }
}
form .formInner .must,
form .formInner .any {
  font-size: 1.2rem;
  margin-right: 10px;
  color: #fff;
  background-color: #e86767;
  padding: 7px 14px;
  border-radius: 50px;
  font-weight: 500;
}
@media screen and (max-width: 400px) {
  form .formInner .must,
  form .formInner .any {
    padding: 4px 12px;
    margin-right: 10px;
  }
}
form .formInner .any {
  background-color: #aaa;
}
form .formInner dt {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 400px) {
  form .formInner dt {
    font-size: 1.6rem;
  }
}
form .formInner dt p {
  display: flex;
  align-items: center;
  line-height: 1;
}
form .formInner dd {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
form .formInner input[type=text],
form .formInner input[type=tel],
form .formInner input[type=email],
form .formInner select,
form .formInner textarea {
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding: 20px;
  border-radius: 100px;
  text-align: left;
}
form .formInner ::-moz-placeholder {
  color: #ccc;
}
form .formInner ::placeholder {
  color: #ccc;
}
form .formInner select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/Bottomarrow.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
}
form .formInner textarea {
  height: 300px;
  border-radius: 30px;
  list-style: 1.3;
}
form .formInner .wpcf7-not-valid-tip {
  margin-top: 20px;
}
form .formInner .wpcf7-form-control-wrap {
  display: block;
  text-align: center;
}
form .formInner .wpcf7-form-control-wrap .wpcf7-list-item {
  line-height: 1.8;
}
form .formInner .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: -3px;
}
form .formInner .wpcf7-form-control-wrap .privacyText {
  font-size: 1.5rem;
  font-weight: normal;
}
form .formInner .wpcf7-form-control-wrap .privacyText a {
  text-decoration: underline;
}
form .captchac .captchacTitle {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
form .captchac .captchacContent p {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 15px 0 30px;
}
@media screen and (max-width: 768px) {
  form .captchac .captchacContent p {
    flex-direction: column;
  }
}
form .captchac .captchacContent p span {
  width: 100%;
}
form .captchac .captchacContent p img {
  max-width: 500px;
  width: 60%;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  form .captchac .captchacContent p img {
    width: 100%;
  }
}
form .Btn {
  margin-top: 40px;
  background-color: #ebb912;
  padding: unset;
}
form .Btn::before {
  background: url(../img/btn-right-Ye.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  form .Btn {
    max-width: unset;
  }
}
form .Btn::before {
  color: #ebb912;
}
form .Btn .wpcf7-spinner {
  display: none;
}
form .Btn input {
  padding: 18px;
}

/* FOOTER */
footer {
  background-color: #171717;
  color: #fff;
  padding: 60px 60px;
}
@media screen and (max-width: 1080px) {
  footer {
    padding: 60px 15px;
  }
}
footer .FooterContent {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1080px) {
  footer .FooterContent {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .FooterContent .FooterLeft p {
  font-size: 1.4rem;
  margin-top: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  footer .FooterContent .FooterLeft p {
    margin-top: 30px;
  }
}
footer .FooterContent .FooterLeft br:nth-child(2) {
  display: none;
}
@media screen and (max-width: 400px) {
  footer .FooterContent .FooterLeft br:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  footer .FooterContent .FooterRight {
    margin: 40px 0;
  }
}
footer .FooterContent .FooterRight .Menu__content {
  position: unset;
  transform: unset;
}
footer .FooterContent .FooterRight .Menu__content .Footer__Menu__list {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  footer .FooterContent .FooterRight .Menu__content .Footer__Menu__list {
    font-size: 2.4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 30px 60px;
  }
}
@media screen and (max-width: 400px) {
  footer .FooterContent .FooterRight .Menu__content .Footer__Menu__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
footer .FooterContent .FooterRight .Menu__content .Footer__Menu__list .Menu__item {
  color: #fff;
  filter: unset;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .FooterContent .FooterRight .Menu__content .Footer__Menu__list .Menu__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  footer .FooterContent .FooterRight .Menu__content .Footer__Menu__list .Menu__item {
    font-size: 1.8rem;
  }
}
footer .SnsBtn {
  margin-top: 20px;
}
footer .SnsBtn ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
footer .SnsBtn ul li {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  footer .SnsBtn ul li {
    width: 50px;
    height: 50px;
  }
}
footer .SnsBtn ul li:hover {
  transition: all 0.3s;
  opacity: 0.6;
}
footer .SnsBtn ul li a:hover {
  opacity: 1;
}
footer .SnsBtn ul li i {
  display: flex;
  justify-content: center;
  line-height: 40px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1080px) {
  footer .SnsBtn ul li i {
    line-height: 50px;
  }
}
footer .SnsBtn ul li .fa-x-twitter {
  color: #000000;
}
footer .SnsBtn ul li .fa-instagram {
  color: #cf2e92;
}
footer .SnsBtn ul li .fa-facebook {
  color: #1877f2;
}
footer .SnsBtn ul li .fa-youtube {
  color: #ff0000;
}
footer .FooterBottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 300;
}
footer .FooterBottom .PrivacyPolicy {
  margin: 0 0;
}
footer .FooterBottom .Copyright {
  color: #cccccc;
}
@media screen and (max-width: 1080px) {
  footer .FooterBottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
  }
}

.error404 .Title {
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .error404 .Title {
    font-size: 2rem;
  }
}
.error404 .wrapper {
  text-align: center;
  line-height: 2;
}
.error404 .wrapper .Btn::before {
  content: "\f104";
  left: 15px;
  padding-left: unset;
}/*# sourceMappingURL=style.css.map */