/* @charset "utf-8";
/*
Theme Name:pora-child
Template:pora
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*font-family: "Zen Kaku Gothic New", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');


:root {
  /*------▼基本設定▼------*/
  --color-background: #FFF;
  --color-font: #5E4933;
  --color-primary: #A69B8F;
  --color-primary-shade: #E3F7F5;
  --color-primary-tint: #ECE5DD;
  --color-secondary: #ED6A5A;
  --color-secondary-tint: #ef796b;
  --color-table-border: #333;
  --color-border: hsla(0, 0%, 78%, .5);
  --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
  --body-font-family:
  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --body-font-family-Gothic:
  "Zen Kaku Gothic New", serif;
  --body-font-family-sacramento:
  'Sacramento';
  --content-max-width: 1400px;
  --max-wide:calc(((100vw - 100%) / 2) * -1);
  --max-wide-inner:calc((100vw - var(--content-max-width)) / 2);
  --logo_size_sp: 60px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #5E4933;
  --header-color-primary: #232323;
  --header-color-primary-shade: #abece6;
  --header-color-primary-tint: #4acecc;
  /*------▼フッター設定▼------*/
  --footer-background: #fff;
  --footer-color-font: #333;
  --footer-color-primary: #333;

  /*------▼その他設定▼------*/
  --logo_size_pc: 60px;
}

.txt_red {
  color: #B80216;
}
.txt_bold {
  font-weight: 600;
}

.wrapper_content {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 20;
}

#front-sectionPost {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.postlist .post_text {
  padding: 16px 0;
}
.post .time, .postlist .time {
  font-weight: 500;
  color: #fff !important;
  background: var(--color-font);
  padding: 8px 20px;
  letter-spacing: 1px;
  border-radius: 5px;
  width: 100%;
  display: block;
}
.post .time a, .postlist .time a {
  font-weight: 500;
  color: #fff!important;
}

.post2b li .post2b_contents,
.post4b li .post4b_contents {
  opacity: 1;
}
.post4b .time {
  display: block;
  background: var(--color-font);
  color: #fff !important;
}
.post4b .time a {
  color: #5E4933 !important;
}

.post_link a {
  color: #5E4933!important;
}
.post_link {
  border-bottom: none;
}
body.home #wrapper {
  max-width: unset;
}
#wrapper {
  max-width: var(--content-max-width);
  padding: 0;
  position: relative;
  z-index: 1;
}

body {
  font-weight: 400;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--color-font);
}

body p {
  line-height: 1.8;
   color: var(--color-font);
}

header#h1Header {
  background: #fff;
}
#thumbImg {
  width: 90%;
  max-width: 1400px;
  margin-inline: auto;
}
#thumbImg::before, header#h1Header::before {
  background: var(--color-font);
  opacity: 0;
}
header h1.title.first {
  font-size: var(--rem30);
  padding: .2em 0;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}
header h1.title.first span {
  padding: .2em 0;
  border-bottom: 1px solid var(--color-font);
}
header#h1Header h1.title {
  font-weight: 500;
  color: var(--color-font);
}
header#h1Header h1.title::after {
  display: none!important;
}

#header-upper {
  display: none!important;
}
nav#mainNav ul li a {
  font-weight: 700;
  color: var(--color-font);
  padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
  font-weight: 700;
  color: var(--color-font);
}
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:active b,
nav#mainNav ul li.current-menu-parent a b {
  color: var(--color-font);
}

#breadcrumb ul {
  width: 90%;
  max-width: 1400px;
}

.spmenu #menu {
  height: 23px;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
  background: var(--color-font);
}
.spmenu #menu p {
  color: var(--color-font);
  white-space: nowrap;
  display: none;
}

a#scrollUp {
  background: var(--color-primary-tint);
  border-radius: 50%;
}
a#scrollUp .top-icon {
  stroke: var(--color-font);
}

.floatBanner {
  position: fixed;
  z-index: 2;
  max-width: 100px;
  width: 100%;
  bottom: 150px;
  right: 0px;
  display: block;
  transition: opacity 0.3s ease; /* フェード用（任意） */
  opacity: 1;
}
.floatBanner.hide {
  opacity: 0;
  pointer-events: none;
}

.floatBanner img {
  width: 100%;
  max-width: 100%;
}

/*-----------------------------
footer
------------------------------*/
.footer_sec {
  background: linear-gradient(#F7F0E8, #D1C8BF);
  padding: var(--px60) 0;
}
.footer_sec .inner {
  display: flex;
  gap: 30px 10%;
}
.footer_sec_left {
  width: 30%;
}
.footer_logo,
.footer_logo img {
  width: 100%;
  max-width: 220px;
}
.footer_address {
  margin-top: 20px;
}
.footer_sec_right {
  width: 60%;
  display: flex;
  gap: 20px 6%;
}
.footer_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
}
.footer_item > a {
  font-family: var(--body-font-family-Gothic);
  color: var(--color-font);
  font-size: var(--rem20);
  font-weight: 700;
}
.footer_list_child {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: disc;
  padding-left: 30px;
  margin-top: 10px;
}
.footer_item_child > a {
  color: var(--color-font);
  font-size: var(--rem18);
  font-weight: 500;
}

#footer {
  padding: 30px;
}
#footer,#copyright {
  color: var(--color-font);
  background: #ffffff;
}
#copyright {
  margin-top: 0;
}
#footer .footnav:not(:last-child) {
  margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
  color: var(--color-font);
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
  display: none;
}
#footer .socialicon {
  margin-bottom: 15px;
}
#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
  color: var(--color-font);
}

.inner {
  width: 94%;
  max-width: 1400px;
  margin-inline: auto;
}

h1.title {
  font-family: var(--body-font-family-Gothic);
  font-size: var(--rem48);
  letter-spacing: .01em;
  color: var(--color-font);
  line-height: 1.4;
  font-weight: 500;
  display: block;
  margin-bottom: 35px;
}
h1.title .en {
  font-weight: 700;
  display: block;
  font-size: var(--rem30);
  margin-bottom: 10px;
}

.post h2 {
  font-family: var(--body-font-family-Gothic);
  color: var(--color-font);
  font-weight: 700;
  margin: 0 0 30px;
}
.post h2:after {
  display: none;
}
.post h2.title {
  font-family: var(--body-font-family-Gothic);
  font-size: var(--rem36);
  margin: 0 0 35px!important;
}
.post h2.title.flex {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}
.post h2.title .en {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--rem30);
}
.post h2.title .en::before {
  content: '';
  display: inline-block;
  background: var(--color-font);
  width: 1px;
  height: 25px;
}
.post h2.title .ja {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--rem20);
  width: fit-content;
}
.post h2.title .ja::before {
  content: '';
  display: inline-block;
  background: var(--color-font);
  width: 25px;
  height: 1px;
}

.post h3 {
  font-family: var(--body-font-family-Gothic);
  color: var(--color-font);
  font-weight: 500;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.post h4 {
  font-family: var(--body-font-family-Gothic);
  color: var(--color-font);
  font-weight: 500;
}

.post h4::before {
  background: var(--color-font);
}

.linkBtn,
.post .linkBtn,
a.linkBtn {
  color: var(--color-font);
  padding-left: 2rem;
  width: 300px;
  border-bottom: 1px solid var(--color-font);
  display: block;
  position: relative;
  font-size: x-large;
  font-weight: 100;
  background: unset;
  border-radius: 0;
  padding: 0 15px;
  text-align: left;
}

.linkBtn:hover,
.post .linkBtn:hover,
a.linkBtn:hover {
  color: var(--color-font);
  background: unset!important;
}

.linkBtn::after,
.post .linkBtn::after,
a.linkBtn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px; /* 要素の右からの距離 */
  width: 90px;
  height: 0.5px;
  background: var(--color-font);
  transform: rotate(0);
  border: none;
}

.linkBtn::before,
.post .linkBtn::before,
a.linkBtn::before  { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px; /* 要素の右からの距離 */
  width: 8px;
  height: 8px;
  border-left: 1px solid var(--color-font);
  transform: rotate(135deg); /* 角度調整 */
}

.linkBtn input,
.post .linkBtn input,
a.linkBtn input {
  background: transparent!important;
  border: none;
  text-align: left;
  color: var(--color-font);
  font-size: var(--rem18);
  display: block;
  width: 100%;
  padding: .25em .5em!important;
}

/*-----------------------------
Top
------------------------------*/
/* メインビジュアル全体 */
.p-mv {
  padding: 60px 20px;
  background: linear-gradient(#F7F0E8, #D1C8BF);
  position: relative;
}

.p-mv__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* コピー全体 */
.p-mv__copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: var(--rem40);
  color: #5E4933;
  letter-spacing: 0.12em;
  line-height: 1.8;
  transition: opacity 0.6s ease, transform 0.6s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
/* ふわっと消える時の状態 */
.p-mv__copy.is-hide {
  opacity: 0;
  transform: translateY(-52%) translateX(-50%);
}

/* 1文字ごとの基本スタイル（見た目だけ） */
.p-mv__copy span {
  display: inline-block;
}

/* 下のビジュアル */
.p-mv__visual {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  display: inline-block;
  max-width: 1000px;
}

.p-mv__visual.is-show {
  opacity: 1;
  transform: translateY(0);
}
.p-mv .scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 30px;
  display: block;
}
.p-mv .scroll img {
  width: 100%;
}

.top_about {
  padding: 90px 0 120px;
}
.top_about h1.title {
  margin-bottom: 60px;
}

.top_design {
  padding: 0 0 120px;
}
.swiper-wrapper {
  width: 100%;
}
.swiper-slide {
  width: 100%;
  aspect-ratio: 570 / 278;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_news {
  padding: 120px 0;
}

.top_works {
  background: var(--color-primary);
  padding: 100px 0 60px;
}
.top_works h2.title,
.top_works h2.title .ja {
  color: #fff;
}
.top_works h2.title .ja::before {
  background: #fff;
}
.top_works .slide-container {
  width: 100%;
  margin: 0 auto;
}
.top_works .slide-wrapper {
  display: flex;
  gap: 30px;
  animation: slide-flow 60s infinite linear 1s both;
}
.top_works .slide {
  width: 300px;
  object-fit:cover;
  border: 1px solid #ddd;
}
@keyframes slide-flow {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
}
.top_works .slide-paused:hover .slide-wrapper {
  animation-play-state: paused;
}
.top_works .slide-paused:hover .slide-wrapper img:hover {
  opacity: .8;
  cursor: grabbing;
}
.top_works .slide-wrapper img {
  height: 300px;
  aspect-ratio: 284 / 411;
  object-fit: cover;
  object-position: top;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(166,155,143);
  background-color: rgba(166,155,143,0.9);
  align-items: center;
  justify-content: center;
  animation: modalFadeIn 0.3s;
}
.modal img {
  max-width: 90%;  /* 画像の最大幅を親要素(modal)の90%に制限し、画面内に収まるようにする */
  max-height: 100vh;  /* 画像の最大高さをビューポートの高さ(100vh)に制限し、画面内に収まるようにする  */
  object-fit: contain;  /* 画像の比率を保持しつつ、指定された高さと幅に収める */
}
.clickable-image:hover {
  cursor: zoom-in;  /* ホバー時にカーソルをズームインのアイコンに変更 */
}
.modal img:hover {
  cursor: zoom-out;  /* モーダル内の画像にホバー時にカーソルをズームアウトのアイコンに変更 */
}
@keyframes modalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes modalFadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

.top_homepage {
  background: var(--color-primary);
  padding: 60px 0 100px;
}
.top_homepage h2.title,
.top_homepage h2.title .ja {
  color: #fff;
}
.top_homepage h2.title .ja::before {
  background: #fff;
}
.top_homepage .service_card {
  z-index:1;
  background:white;
  position: relative;
  display:flex;
}
.top_homepage .service_card .bg_brown {
  position:relative;
  background:#ECE5DD;
  padding: 0.8rem;
  text-align:center;
  font-weight:600;
  font-size: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem);
  line-height:1.2;
  border-radius:15px;
  margin-bottom:1rem;
  min-height: min(calc(8.0rem + (1vw - 1.92rem) * 0.6472), 8.0rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_homepage .service_card .bg_brown.small {
  font-size: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem);
}
.top_homepage .service_card .bg_brown::before {
  position:absolute;
  content:"";
  background:#ECE5DD;
  left:60px;
  bottom:-9px;
  width: 20px; /* 三角形の幅 */
  height: 10px; /* 三角形の高さ */
  clip-path: polygon(16% 0, 0% 100%, 100% 0);
}
.top_homepage .service_card .txt_area {
  padding: 0.4em 0.7em;
  width:100%;
}
.top_homepage .service_card .txt_area img {
  width: 6rem;
  height: 6rem;
}
.top_homepage .service_card .txt_area .media {
  display:flex;
}
.top_homepage .service_card .txt_area .desc {
  font-size: min(calc(1.8rem + (1vw - 1.92rem) * 0.6472), 1.7rem);
}

.top_service {
  z-index: 1;
  position: relative;
  padding-top: 120px;
}
.top_service .flexbox {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
.top_service ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.top_service .flexbox .w30 figure {
  position: relative;
  margin-bottom: 0;
}
.top_service .flexbox .w30 figure:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  display: inline-block;
  background: #ffffff;
  color: var(--color-font);
  font-weight: bold;
  font-size: 2rem;
  border-radius: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  bottom: -20px;
  transform: translateX(-50%);
  box-shadow: 0 0 2px grey;
  z-index: 99;
}
.top_service .flexbox .w30 figure::after {
  content: '';
  display: inline-block;
  background: rgba(94,73,51,.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_service .flexbox .w30 figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: min(calc(2.0rem + (1vw - 1.92rem) * 0.0647), 2.0rem);
  font-weight: 700;
  z-index: 2;
}
.top_service .flexbox img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
}
.top_service .linkBtn {
  border: none;
  width: 100%;
  max-width: 260px;
}
.top_service .card {
  background:white;
  box-shadow: 0px 2px 1px 0px #ccc;
}
.top_service ul {
  padding-left: 0;
}

@media print, screen and (max-width: 1024px) {
  .top_homepage .service_card .bg_brown {
    min-height:min(calc(7.0vw + (1vw - 1.92vw) * 0.6472), 7.0vw);
    font-size: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem);
  }
  .top_homepage .service_card .img_area {
    width:min(calc(20vw + (1vw - 1.92vw) * 0.6472), 20vw);
  }
  .top_homepage .service_card .txt_area img {
    width: 4rem;
    height: 4rem;
  }

  .top_service .flexbox {
    display:flex;
  }
  .top_service .card {
    width: 47.5%;
  }
}

@media print, screen and (max-width: 768px) {
  .p-mv {
    padding: 60px 10px;
  }
  .p-mv__copy {
    font-size: 18px;
  }
  .p-mv .scroll {
    width: 20px;
  }

  .top_about {
    padding: 50px 0 70px;
  }
  .top_about h1.title {
    margin-bottom: 35px;
  }

  .top_design {
    padding: 0 0 60px;
  }

  .top_works {
    padding: 60px 0 30px;
  }
  .top_works .slide-wrapper {
    gap: 10px;
    animation: slide-flow 13s infinite linear 0s both;
  }
  .top_works .slide-wrapper img {
    height: 150px;
  }

  .top_homepage {
    padding: 30px 0 60px;
  }
  .top_homepage .service_card .bg_brown {
    min--height:min(calc(8.5vw + (1vw - 1.92vw) * 0.6472), 8.5vw);
  }
  .top_homepage .service_card .img_area {
    width:min(calc(50vw + (1vw - 1.92vw) * 0.6472), 50vw);
  }

  .top_service  {
    padding-top: 70px;
  }
  .top_service .flexbox img {
    width: 100%;
    aspect-ratio: 10/3;
    object-fit: cover;
  }
  .top_service .card {
    width: 100%;
  }

  .top_news {
    padding: 60px 0;
  }
}

@media print, screen and (max-width: 480px) {
  .top_homepage .service_card .img_area {
    width:min(calc(30vw + (1vw - 1.92vw) * 0.6472), 30vw);
  }
  .top_homepage .service_card .bg_brown {
    min-height:min(calc(12vw + (1vw - 1.92vw) * 0.6472), 12vw);
  }
  .top_homepage .service_card .txt_area img {
    width: 3rem;
    height: 3rem;
  }
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 table {
  border-color: var(--color-table-border);
}
.company.sec01 table th {
  color: var(--color-font);
  font-weight: 600;
  background: var(--color-primary-tint);
}

@media print, screen and (max-width: 768px) {

}

/*-----------------------------
事業案内
------------------------------*/
.page-service header h1.title.first {
  display: none;
}
.service.sec01 .btnWrap {
  display: flex;
  justify-content: center;
  gap: 20px 50px;
  flex-wrap: wrap;
}
.service.sec01 .btnWrap a {
  width: 220px;
  display: block;
  padding: 16px;
  text-align: center;
  color: var(--color-font);
  font-weight: 500;
  position: relative;
  border: solid 1px var(--color-font);
}
.service.sec01 .btnWrap a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28px;
  width: 8px;
  height: 8px;
  border-left: 1px solid var(--color-font);
  transform: rotate(135deg);
}
.service.sec01 .btnWrap a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 60px;
  height: 1px;
  background: var(--color-font);
}

@media print, screen and (max-width: 768px) {

}

/*-----------------------------
強み
------------------------------*/
.page-strengths header h1.title.first {
  display: none;
}
.strengths.sec01 h1.title {
  text-align: left;
}
.strengths-geom {
  position: relative;
  width: 100%;
  /* スマホでも高さ0にならないように最低高さを確保 */
  min-height: 220px;
  border-radius: 16px;
  overflow: hidden;
}

.strengths-geom canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* PCはこれまで通り「親の高さ100%」運用 */
@media (min-width: 769px) {
  .strengths-geom {
    min-height: 0;
    height: 100%;
  }
}

@media print, screen and (max-width: 768px) {

}

/*-----------------------------
制作の流れ
------------------------------*/
.flow.sec01 {
  max-width: 900px;
  margin-inline: auto;
}
.flow.sec01 .flowlist {
  position: relative;
  margin-top: -130px!important;
}
.flow.sec01 .flowlist::before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--color-font);
  margin-left: 45.1%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.flow.sec01 .flowlist > li {
  position: relative;
  line-height: 2;
}
.flow.sec01 .flowlist > li::marker{
  content: none;
}
.flow.sec01 .flowlist > li:not(:last-child) {
  margin-bottom: 5vh;
}
.flow.sec01 .flowlist > li .icon {
  z-index: 100;
  font-weight: 500;
  line-height: 2;
}
.flow.sec01 .flowlist > li .icon img{
  width: 75%;
}
.flow.sec01 .flowlist > li dl {
  position: relative;
  padding-top: 0.7rem;
}
.flow.sec01 .flowlist > li dl::before,
.flow.sec01 .flowlist > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
}
.flow.sec01 .flowlist > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: 8px;
  background: var(--color-font);
  border-radius: 50%;
  left: 44.8%;
}
.flow.sec01 .flowlist > li dl dt {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--color-font);
}

.flow.sec02 .flowlist02 {
    list-style:none;
}
.flow.sec02 .flowlist02 li{
  margin-top: 5rem;
}
.flow.sec02 .flowlist02 li span.icon{
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: var(--color-font);
}

.flow.sec02 .flowlist02 li span.icon:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
.flow.sec02 .flowlist02 dl{
  margin-left: 4rem;
  border: solid 1px;
  padding: 2em;
  margin-top: -1.5rem;
}
.flow.sec02 .flowlist02 dt span{
  border-bottom: double;
  padding-bottom: 2px;
}
.flow.sec02 .flowlist02 dd{
  margin-top:4px;
}

.page-flow button {
  padding:3%;
  border-radius: 50%;
  background: var(--color-primary-tint);
  z-index: -1;
  aspect-ratio: 1;
  object-fit: cover;
  color:var(--color-font);
  border:none;
  cursor: auto;
  width: 100%;
  max-width: 500px;
}
.page-flow button h1.title {
  font-size: var(--rem36);
}
.page-flow .neo_logo {
  text-align: left;
  margin-left: 100px;
  background: rgba(236, 229, 221, 0.27);
  margin-top: -200px;
}
.page-flow .neo_logo img {
  width: 50%;
  margin-left: -100px;
  display: block;
}

@media print, screen and (max-width: 768px) {
  .flow.sec01 .flowlist > li .icon {
    font-size: 1.2rem;
  }
  .flow.sec01 .flowlist > li .icon {
    left: -11rem;
  }
  .flow.sec01 .flowlist::before {
    margin-left: 48.3%;
  }
  .flow.sec01 .flowlist > li dl::after {
    width: 30px;
  }
  .flow.sec01 .flowlist > li dl dt p {
    font-size: 1.4rem;
  }
  .flow.sec01 .flowlist > li dl::before {
    left: 47.5%;
  }

  .page-flow button {
    max-width: 210px;
    margin-bottom: 150px;
  }
  .page-flow button h1.title {
    font-size: 16px;
  }
  .page-flow .neo_logo {
    margin-top: 20px;
    text-align: left;
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 100px;
  }
  .page-flow .neo_logo img {
    margin-left: -80px;
  }
}

/*-----------------------------
お知らせ
------------------------------*/
.archive h1.title.cat-loop {
  font-size: var(--rem30);
  padding: .2em 0;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}
.archive h1.title.cat-loop span {
  padding: .2em 0;
  border-bottom: 1px solid var(--color-font);
}

.single-post header h1.title.first,
.single-post header h1.title.first span {
  border: none;
  padding: 0;
}

/*-----------------------------
プライバシーポリシー
------------------------------*/
#privacy h3 {
  color: var(--color-font);
}

/*-----------------------------
サイトマップ
------------------------------*/
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
  color: var(--color-font);
}
.post ul#sitemap_list.sitemap_disp_level_0 > li {
  border-bottom: solid 1px var(--color-table-border);
}

/*-----------------------------
お問い合わせ
------------------------------*/
body.page-contact .post table th {
  width: 25%;
  color: var(--color-font);
  font-weight: 600;
  background: var(--color-primary-tint);
}
.wpcf7-form .must {
  background: #ff0000;
  padding: 3px;
  color: #fff;
  margin-left: 1em;
  font-size: small;
}
.wpcf7 .wpcf7-submit:disabled {
  text-align: left;
}
.wpcf7-spinner {
  display:none;
}
.top02 .linkBtn {
  padding-right: 2rem;
}

body.page-thanks .linkBtn {
	font-size: var(--rem16);
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
  #content, #content.wide {
    width: 100%;
  }

  .mobile .page-template-page-nosidebar-fullthumb #thumbImg, .mobile .page-template-page-nosidebar-fullwidth #thumbImg {
    margin-top: 20px;
  }

  nav#mainNav ul li a {
    padding: 20px 10px;
  }
  nav#mainNav ul li a span {
    display: none;
  }
}

@media screen and (min-width: 769px){
  .dsp_hp { display:block; }
  .dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
  .dsp_hp { display:none; }
  .dsp_smt { display:block; }

  .footer_sec .inner {
    flex-direction: column;
  }
  .footer_sec_left {
    width: 100%;
  }
  .footer_logo,
  .footer_logo img {
    max-width: 180px;
    margin-inline: auto;
  }
  .footer_address {
    width: fit-content;
    margin-inline: auto;
  }
  .footer_sec_right {
    width: 100%;
    justify-content: center;
  }
}

@media print, screen and (max-width: 640px) {
  #breadcrumb ul {
    max-width: 90%;
  }
  .postlist .post_text:after {
    width: calc(100%);
  }
}

.sbi-header.sbi-header-type-text {
  display: none;
}