@charset "UTF-8";
/* ----------------------------------------------------------
 media query
---------------------------------------------------------- */
/* max-width */
/* min-width */
/* ----------------------------------------------------------
 color
---------------------------------------------------------- */
/* ==========================================================================
 資料作成 / material
========================================================================== */
#material {
  /* ロゴ
  ----------------------------------------- */
  /* ページヘッダー
  ----------------------------------------- */
  /* Message
  ----------------------------------------- */
  /* Service
  ----------------------------------------- */
  /* Works
  ----------------------------------------- */
  /* Features
  ----------------------------------------- */
  /* Price
  ----------------------------------------- */
  /* Template
  ----------------------------------------- */
}
#material #logo_wrap {
  width: 120px;
}
@media screen and (max-width:960px) {
  #material #logo_wrap {
    width: 100px;
  }
}
@media screen and (max-width:767px) {
  #material #logo_wrap {
    width: 85px;
  }
}
#material #footer_logo {
  width: 160px;
}
@media screen and (max-width:960px) {
  #material #footer_logo {
    width: 100px;
  }
}
@media screen and (max-width:767px) {
  #material #footer_logo {
    width: 85px;
  }
}
#material #page_header #services_item .slide-in_inner {
  height: 100%;
}
#material #page_header #services_item.l-flex {
  gap: 0 !important;
}
#material #page_header #services_item.l-flex .flex-r {
  width: 55%;
}
@media screen and (max-width:1600px) {
  #material #page_header #services_item.l-flex .flex-r {
    width: 50%;
  }
}
#material #page_header #services_item.l-flex .flex-r img {
  object-fit: contain;
}
#material #page_header #services_item.l-flex .flex-l {
  width: 45%;
}
@media screen and (max-width:1600px) {
  #material #page_header #services_item.l-flex .flex-l {
    width: 50%;
  }
}
#material #message #message_inner {
  align-items: stretch !important;
}
@media screen and (max-width:767px) {
  #material #message #message_inner .title-wrap {
    text-align: center;
  }
}
#material #message #message_inner .message-text {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 5rem;
}
@media print, screen and (max-width:1200px) {
  #material #message #message_inner .message-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width:960px) {
  #material #message #message_inner .message-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:820px) {
  #material #message #message_inner .message-text {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
#material #message #message_inner .flex-r {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width:820px) {
  #material #message #message_inner .flex-r {
    flex: initial;
    margin-right: initial;
  }
}
#material #message #message_inner .flex-r div {
  height: 100%;
}
#material #message #message_inner .flex-r figure {
  height: 100%;
}
#material #service .service-flex {
  align-items: initial !important;
  gap: 3rem !important;
}
#material #service .service-flex .service-item {
  width: calc(25% - 2.25rem);
  background: #F8F8F8;
  padding: 2rem;
  border-radius: 25px;
}
@media print, screen and (max-width:1200px) {
  #material #service .service-flex .service-item {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width:767px) {
  #material #service .service-flex .service-item {
    width: 100%;
  }
}
#material #service .service-flex .service-item h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width:1600px) {
  #material #service .service-flex .service-item h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1300px) {
  #material #service .service-flex .service-item h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  #material #service .service-flex .service-item h3 {
    font-size: 1.6rem;
  }
}
#material #service .service-flex .service-item ul {
  padding-left: 0;
}
#material #service .service-flex .service-item ul li {
  margin: 1rem 0;
  padding-bottom: 1rem;
  color: #111111;
}
#material #service .service-flex .service-item ul li:hover {
  border-bottom: 2px solid #145d3a;
  color: #145d3a;
}
@media screen and (max-width:1300px) {
  #material #service .service-flex .service-item ul li a {
    font-size: 1.4rem;
  }
}
#material #works .main-slider {
  display: none;
}
#material #works .main-slider--active {
  display: flex;
  flex-wrap: wrap;
}
#material #works .swiper {
  width: 100%;
  height: 100%;
}
#material #works .swiper-container {
  width: 45% !important;
  overflow: hidden !important;
  position: relative;
  padding-bottom: 10rem;
  height: max-content;
}
@media screen and (max-width:767px) {
  #material #works .swiper-container {
    width: 100% !important;
    padding-bottom: 0;
  }
}
#material #works .swiper-container .swiper-wrapper {
  display: flex;
}
#material #works .swiper-container .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  border: 3px solid #111111;
}
#material #works .swiper-container .swiper-wrapper .swiper-slide img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (max-width:767px) {
  #material #works .swiper-container .swiper-button {
    margin-top: 2rem;
    gap: 3rem;
  }
}
#material #works .swiper-container .swiper-button .swiper-button-next,
#material #works .swiper-container .swiper-button .swiper-button-prev {
  top: initial;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0;
  position: relative;
  left: initial;
  right: initial;
}
@media screen and (max-width:767px) {
  #material #works .swiper-container .swiper-button .swiper-button-next,
  #material #works .swiper-container .swiper-button .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
}
#material #works .arrow-wrap {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: calc(12rem + 50px);
}
@media screen and (max-width:767px) {
  #material #works .arrow-wrap {
    width: 100%;
    padding-bottom: 0;
    margin: 3rem 0;
  }
}
#material #works .arrow-wrap .arrow-right {
  display: block;
  line-height: 1;
  position: relative;
}
#material #works .arrow-wrap .arrow-right::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 5px solid #145d3a;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg) translateX(50%);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 0;
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  #material #works .arrow-wrap .arrow-right::before {
    border: 5px solid #145d3a;
    border-left: 0;
    border-bottom: 5px solid #145d3a;
    border-top: 0;
    transform: rotate(45deg) translateX(-50%);
    right: initial;
    left: 50%;
    box-sizing: border-box;
  }
}
#material #works .tab {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  #material #works .tab {
    margin-top: 3rem;
  }
}
#material #works .tab .tab__item {
  width: calc(16.6666666667% - 1.7rem);
  cursor: pointer;
  border: 2px solid #111111;
  transition: all 0.3s;
}
@media print, screen and (max-width:1200px) {
  #material #works .tab .tab__item {
    width: calc(25% - 1.5rem);
  }
}
@media screen and (max-width:767px) {
  #material #works .tab .tab__item {
    width: calc(50% - 1rem);
  }
}
#material #works .tab .tab__item:hover {
  opacity: 0.6;
}
#material #works .tab .tab__item img {
  aspect-ratio: 16/9;
  object-fit: cover !important;
}
#material .features-wrap {
  display: flex;
  align-items: initial !important;
  gap: 2rem;
  flex-wrap: wrap;
}
#material .features-wrap .features-item {
  width: calc(33.3333333333% - 1.3333333rem);
  background: #ffffff;
  padding: 3rem;
}
@media screen and (max-width:960px) {
  #material .features-wrap .features-item {
    width: calc(33.3333333333% - 1.333333rem);
    padding: 2rem;
  }
}
@media screen and (max-width:767px) {
  #material .features-wrap .features-item {
    width: 100%;
  }
}
#material .features-wrap .features-item h3 {
  font-size: 2rem;
  margin: 1rem 0;
  text-align: center;
}
@media print, screen and (max-width:1200px) {
  #material .features-wrap .features-item h3 {
    font-size: 1.6rem;
  }
}
#material .features-wrap .features-item p {
  margin: 0;
}
#material #price .price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: initial !important;
  gap: 3rem;
}
#material #price .price-wrap .price-item {
  width: calc(33.3333333333% - 2rem);
  background: #ffffff;
  padding: 5rem;
  text-align: center;
  position: relative;
}
@media print, screen and (max-width:1200px) {
  #material #price .price-wrap .price-item {
    padding: 4rem;
  }
}
@media screen and (max-width:820px) {
  #material #price .price-wrap .price-item {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  #material #price .price-wrap .price-item {
    margin-top: 25px;
  }
}
#material #price .price-wrap .price-item h3 {
  font-size: 2rem;
  background: #145d3a;
  color: #ffffff;
  border-radius: 200px;
  display: inline-block;
  padding: 1rem 2rem;
  width: 80%;
  min-width: 20rem;
}
@media print, screen and (max-width:1200px) {
  #material #price .price-wrap .price-item h3 {
    font-size: 1.6rem;
  }
}
#material #price .price-wrap .price-item h4 {
  font-size: 5rem;
  margin: 1rem 0 3rem 0;
  color: #145d3a;
}
@media screen and (max-width:1600px) {
  #material #price .price-wrap .price-item h4 {
    font-size: 4rem;
  }
}
@media screen and (max-width:1400px) {
  #material #price .price-wrap .price-item h4 {
    font-size: 3.5rem;
  }
}
@media print, screen and (max-width:1200px) {
  #material #price .price-wrap .price-item h4 {
    font-size: 3rem;
  }
}
#material #price_cta {
  margin-top: 5rem;
  padding: 5rem;
  background: #ffffff;
}
@media screen and (max-width:767px) {
  #material #price_cta {
    margin-top: 3rem;
    padding: 3rem;
    text-align: left;
  }
}
#material #price_cta #price_cta_button {
  margin-top: 0;
  justify-content: center;
}
@media screen and (max-width:767px) {
  #material #price_cta #price_cta_button {
    gap: 0 !important;
  }
}
#material #price_cta #price_cta_button .btn-wrap a {
  border: 2px solid #145d3a !important;
}
@media screen and (max-width:767px) {
  #material #price_cta #price_cta_button .btn-wrap:last-child {
    margin-top: 1rem !important;
  }
}
#material #price_cta #price_cta_button .btn-wrap:last-child a {
  background: #ffffff;
  color: #145d3a;
}
#material #template .post-thumbnail {
  height: max-content !important;
}

/* ==========================================================================
 資料作成 / カスタム投稿 template
========================================================================== */
/* archive-template.php
----------------------------------------- */
#material #template_wrap {
  padding: 0 5rem;
}
@media screen and (max-width:767px) {
  #material #template_wrap {
    padding: 0px 2rem;
  }
}
#material #template_wrap .template-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#material #template_wrap .template-list .term-list {
  margin: 0;
  width: 20%;
  border-right: 1px solid #ddd;
  padding: 5rem 0;
  position: sticky;
  top: 120px;
  overflow: auto;
  height: 100vh;
}
@media screen and (max-width:1400px) {
  #material #template_wrap .template-list .term-list {
    padding: 2rem 0;
    position: initial;
  }
}
@media screen and (max-width:820px) {
  #material #template_wrap .template-list .term-list {
    width: 100%;
    border-right: initial;
    border-bottom: 1px solid #ddd;
    padding: 5rem 0;
    position: initial;
    top: initial;
    display: flex;
    flex-wrap: wrap;
    overflow: initial;
    height: auto;
    gap: 2rem;
  }
}
@media screen and (max-width:767px) {
  #material #template_wrap .template-list .term-list {
    gap: 1rem !important;
  }
}
@media screen and (max-width:820px) {
  #material #template_wrap .template-list .term-list li {
    width: calc((100% - 1rem) / 2);
  }
}
#material #template_wrap .template-list .term-list li a {
  width: 100%;
  background: #ffffff;
  color: #145d3a;
  border: initial;
  text-align: left;
}
@media screen and (max-width:1400px) {
  #material #template_wrap .template-list .term-list li a {
    padding: 0;
  }
}
@media print, screen and (max-width:1200px) {
  #material #template_wrap .template-list .term-list li a {
    display: inline-block;
    width: 100%;
    line-height: 3;
  }
}
@media screen and (max-width:820px) {
  #material #template_wrap .template-list .term-list li a {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #145d3a;
    background-color: #ffffff;
    border: 1px solid #145d3a;
    border-radius: 0.75rem;
    line-height: 1.5;
  }
}
@media screen and (max-width:820px) {
  #material #template_wrap .template-list .term-list li.current-cat a {
    height: 100%;
    padding: 0.5rem 1rem;
    color: #ffffff;
    background-color: #145d3a;
    border: 1px solid #145d3a;
  }
}
#material #template_wrap .template-list .column-flex {
  width: 80%;
  padding: 5rem 0;
  padding-left: 5rem;
}
@media print, screen and (max-width:1200px) {
  #material #template_wrap .template-list .column-flex {
    padding: 3rem 0;
    padding-left: 3rem;
  }
}
@media screen and (max-width:820px) {
  #material #template_wrap .template-list .column-flex {
    width: 100%;
    padding: 5rem 0;
  }
}
#material #template_wrap .template-list .column-flex .column-flex-item {
  gap: 3rem;
}
@media screen and (max-width:767px) {
  #material #template_wrap .template-list .column-flex .column-flex-item {
    gap: 3rem 2rem;
  }
}
#material #template_wrap .template-list .column-flex .column-flex-item article {
  width: calc(25% - 2.25rem);
}
@media screen and (max-width:960px) {
  #material #template_wrap .template-list .column-flex .column-flex-item article {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width:767px) {
  #material #template_wrap .template-list .column-flex .column-flex-item article {
    width: calc(50% - 1rem);
  }
}

/* single.php
----------------------------------------- */
@media screen and (max-width:767px) {
  #material.single-template #single_inner {
    flex-direction: initial;
  }
}
#material.single-template h1 {
  margin-top: 0;
  font-size: 2rem;
  line-height: 1.5;
}
#material.single-template .slider {
  height: 80vh;
}
#material.single-template .slider-thumbnail {
  position: relative;
  margin-top: 3rem;
  transition: all 0.2s;
}
#material.single-template .slider-thumbnail:hover {
  opacity: 0.6;
}
#material.single-template .slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  #material.single-template .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 40% !important;
    opacity: 0.8;
  }
}
#material.single-template .slider-thumbnail .swiper-button-prev,
#material.single-template .slider-thumbnail .swiper-button-next {
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  margin: 0;
}
@media screen and (max-width:767px) {
  #material.single-template .slider-thumbnail .swiper-button-prev,
  #material.single-template .slider-thumbnail .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
#material.single-template .template-text {
  margin-top: 1rem;
}
#material.single-template .btn-wrap a {
  width: 100%;
  border-radius: 10px;
}
#material.single-template .related-post-wrap {
  width: 100vw;
  margin-top: 20rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 5rem;
}
@media screen and (max-width:767px) {
  #material.single-template .related-post-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-top: 10rem;
  }
}
#material.single-template .related-post-wrap h2 {
  font-size: 2.5rem;
  border-left: 3px solid #145d3a;
  padding-left: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width:960px) {
  #material.single-template .related-post-wrap h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  #material.single-template .related-post-wrap h2 {
    font-size: 1.6rem;
  }
}
#material.single-template .related-post-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width:960px) {
  #material.single-template .related-post-wrap ul {
    gap: 2rem;
  }
}
#material.single-template .related-post-wrap ul li.related-post {
  width: calc(16.6666666667% - 2.5rem);
}
@media screen and (max-width:960px) {
  #material.single-template .related-post-wrap ul li.related-post {
    width: calc(25% - 1.5rem);
  }
}
@media screen and (max-width:767px) {
  #material.single-template .related-post-wrap ul li.related-post {
    width: calc(50% - 1rem);
  }
}
#material.single-template .related-post-wrap ul li.related-post .post-thumbnail {
  height: auto;
  transition: all 0.2s;
}
#material.single-template .related-post-wrap ul li.related-post .post-thumbnail:hover {
  opacity: 0.6;
}