@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #1a1a1a;
}

html, body {
  background-color: #DFEEF3;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Zen Maru Gothic', 'Roboto', sans-serif;
overflow-x: hidden; 
scroll-behavior: smooth;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

.en {
  letter-spacing: 0.05em;
  font-family: 'Roboto', sans-serif;
}

ul {
  list-style: none;
}

ol.roman-list {
  list-style-type: upper-roman;
}

ol {
  padding-left: 20px;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-size: 2rem; /* = 32px */
  font-weight: 500;
}

h2 {
  font-size: 1.5rem; /* = 24px */
  font-weight: 500;
}

h3 {
  font-size: 1.25rem; /* = 20px */
  font-weight: 500;
}

.small {
  font-size: 0.875rem; /* = 14px */
}

.ss-size {
  font-size: 0.7rem; 
}

.normal-size {
font-size: 1rem;
font-weight: 300;
}


section {
  margin: 80px auto;
}

section h2 {
  color: #02AFDD;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}

section h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #02AFDD;
}

h2.no-underline::after {
  display: none;
}

.pcnone {
  display: none;
}

/* グローバルナビゲーション */
#global-navi {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 13px auto;
  z-index: 10;
}

.page-logo {
width: 33%;
}

.navi {
  /* width: 80%;*/ /*フルバージョン */
  width: 48%;
  display: flex;
  justify-content: space-around;
  background-color: #FFF;
  border-radius: 50px;
  padding: 15px;
  text-align: center;
  font-size: 0.9rem;

}

.navi li, .navi-contact li {
  line-height: 1.3rem;
  letter-spacing: -0.05em;
  margin-right: 5px;
}

.navi span {
  display: block;
  font-size: 0.75rem;
  color: #02AFDD;
  line-height: 1em;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.navi a:hover {
  color: #02AFDD
}

.navi-contact a {
  color: #fff;
}

.navi-btn {
    transition: background-color 0.3s ease;
}

a.navi-btn {
   width: 13%;
  height: 100%;
  display: block;
  background-color:#02AFDD;
  color: #fff;
  border-radius: 999px;
  padding: 15px;
  text-align: center;
  line-height: 1rem;
  font-size: 0.8rem;
}

a.navi-btn span {
  display: block;
  font-size: 0.75rem;
  color: #fff;
  padding-bottom: 5px;
  box-sizing: border-box;
}

a.navi-btn:hover {
  background-color: #fff;
  color: #02AFDD;
}

a.navi-btn:hover > span {
  color: #02AFDD;
}

.english {
  text-align: right;
  color: #fff;
  position: relative;
  z-index: 999;
 width: 100%;
 max-width: 1100px;
 margin: 0 auto;
}

.english i {
  color: #fff;
  padding-right: 5px;
}




/* スライダー */
.top-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.top-copy {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
  /*text-shadow: 0 0 10px rgba(0,0,0,0.5);*/
  display: block;
  width: 60%;
  max-width: 600px;
  font-size: 1.4rem;
/*    background-color: rgba(256, 256, 256, 0.1);*/
    backdrop-filter: blur(2px);
    width: 90%;
    margin: 0 auto;
}

.top-copy span {
  display: block;
  font-size:1.4rem;
}

.top-copy h1 {
font-size: 3rem;
margin-bottom: 20px;
}

.top-copy p {
  color: #fff;
  
}

.top-copy img {
  display: block;
  max-width: 320px;
  width: 90%;
  margin: 30px auto;
  height: auto;
}

.top-copy p.black {
  color: #000;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(256,256,256,0.9);
}

.fontwhite {
  color: #fff;
}

.top-copy h1.fontwhite {
  color: #fff;
}

.top-wrapper {
  height: 85vh; 
}

/* フワッと表示 */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.inview-trigger {
  height: 300px;
  margin-bottom: -300px;
  opacity: 0;
}

.main-content {
  opacity: 0;
  transform: translate(0, 50%);
  transition:  2s;
}
.main-content.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.margintop50 {
  margin-top: 50px;
}




/* トップメッセージ */
.top-message {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 0;
}

/* ボタン */
.btn {
display: inline-block;
  padding: 15px 30px;
  background-color: #02AFDD; /* ボタンの背景色 */
  color: #fff;               /* テキスト色 */
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border-radius: 999px; 
  border: 1px solid #02AFDD;
  line-height: 1;
  transition: background-color 0.3s ease;
  margin: 30px auto;
  letter-spacing: 0.7em;
}

.wp-element-button {
display: inline-block;
  padding: 15px 30px;
  background-color: #2a461c; 
  color: #fff;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border-radius: 999px; 
  border: 1px solid #2A461C;
  line-height: 1;
  transition: background-color 0.3s ease;
  margin: 50px auto;
  letter-spacing: 0.7em;  
}

.btn.big {
   width: 100%
}

.btn:hover {
  background-color: #dbdbdb;
  color: #fff;
  border: 1px solid #fff;
}


a.wp-element-button:hover {
 background-color: #dbdbdb;
  color: #2a461c;
  border: 1px solid #fff; 
}

/* トップお悩み */
.worry-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.worry-text {
  font-size: 32px;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
}

.worry-text .highlight {
  color: #0093b9;
  font-weight: bold;
  font-size: 5rem;
}

.worry-text .small {
  font-size: 2.5rem;
}

.worry-text .large {
  font-size: 4rem;
  font-weight: bold;
}

.worry-image {
  width: 40%;
  max-width: 300px;
}

.check-list {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
    text-align: left;
}

.check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 1.5rem;
    padding-bottom: 20px;
}

.check-list li::before {
    content: '';
    background: url(../images/icon-check.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
}

section.check-onayami {
  margin-top:0;
  padding: 0 50px;
  max-width: 945px;
}

.triangle-banner {
  background-color: #0093b9;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px 40px 35px;
  width: 500px;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.kaiketu {
padding: 50px;
box-sizing: border-box;
text-align: center;
font-size: 1.5rem;
width: 95%;
max-width: 900px;
margin: 0 auto;
}

.top-servie {
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.service-list div {
  width: 43%;
}

.service-list div p {
  max-width: 340px;
  margin: 0 auto 30px;
}

.service-list div img {
  margin: 0 auto;
}
.service-list div h3 {
  color: #02AFDD;
  font-size: 1.5rem;
  padding: 10px 0 ;
}

.business {
background-color: #FFF;
padding: 30px;
box-sizing: border-box;
border-radius: 30px;
/*margin-bottom: 50px;*/
}

.service-content {
  background-color: #fff;
  padding: 50px 30px;
  box-sizing: border-box;
  width: 90%;
  max-width: 1000px;
  border-radius: 30px;
}

.service-flex {
  display: flex;
  justify-content: space-around;
}

.service-flex img {
  width: 40%;
  height: fit-content;
}

.service-01 {
  width: 52%;
  /*margin-top: 30px;*/
}

.service-01 h3 {
  color: #02AFDD;
  font-size: 2.5rem;
}

.service-01 span {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
}

.service-flex-img {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.gray-box .service-flex-img img {
width: 48%;
margin-bottom: 20px;
}

.service-subtitle {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.gray-box .service-01 {
  margin-top:0;
}

.center-img {
      align-items: center; /* ← これを追加 */
}

.list-dot {
  list-style: disc;
  padding: 10px 1em;
}

.list-dot li {
padding: 5px 0;
}

.gray-box {
  padding: 30px;
  background-color: #F2F2F2;
  border-radius: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.gray-box img {
  width: 35%;
  height: fit-content;
}


h3.tokuten {
  padding: 20px 0;
  background-color: #02AFDD;
  color: #fff;
font-size: 3.5rem;
text-align: center;
margin: 50px auto;
line-height: 1em;
}

h3.tokuten span {
  font-size: 1rem;
  color: #fff;
  display: block;
}

p.shindan {
  margin-top: 10px;
}

.tokuten-title {
  font-size: 1.5rem;
  color: #02AFDD;
}


/* トップインフォ */
.top-news {
width: 100%;
  margin: 100px auto  0;
  padding: 40px 40px;
background-color: #fff;

}

h2.top-news-title {
  font-size: 5rem;
  font-weight: bold;
  color: #0093b9;
  margin-bottom: 30px;
  text-decoration: none;
   position: relative; /* ← 基準にするため必要 */
  display: inline-block; /* サイズぴったりに */
}

.top-news-title .sub-ja {
  font-size: 2rem;
  color: #95d4e4;
  position: absolute;
  bottom: 17px; 
  right: 0;
  transform: translateY(100%); /* 英語のベースラインの下に表示 */
}
section h2.top-news-title::after {
  content: none;
}


.top-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-news-list li {
  border-bottom: 1px solid #333;
  padding: 12px 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.news-date {
  width: 100px;
  flex-shrink: 0;
  font-size: 14px;
  color: #333;
}

.news-title {
  flex: 1;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.news-title:hover {
  text-decoration: underline;
}

.more-link {
  text-align: right;
  margin-top: 20px;
}

.more-link a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}




.reverce {
  flex-direction: row-reverse;
}

.service-item > div {
  width: 45%;
}

.service-item h2 {
  margin-bottom: 15px;
}

.normal-size > li {
font-size: 1rem;
font-weight: 300;
}

/* パートナー */
.partner-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}

.partner-list div {
width: 33%;
margin-bottom: 20px;
}

.partner {
  text-align: center;
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
}


/* トップインフォ */

.info {
  width: 95%;
  margin: 0 auto;
}

.big-title {
  font-weight: 700;
  color: #1093B6;
  font-size: 5rem;
  margin-bottom:0;
}

.info-list {
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 20px;
}

.info-list span {
  display: inline-block;
  margin-right: 20px;
}

.info-list li {
  padding: 10px 0;
  border-bottom: 1px solid #D9D9D9;
}


/* 会社情報 */

.access {
padding: 50px;
box-sizing: border-box;
}

.access-come {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.company-info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.company-info dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  max-width: 600px;
  flex:1;
  font-family: sans-serif;
    background-color: #fff;
}

.company-info dt,
.company-info dd {
  padding: 12px 10px;
  border-bottom: 1px solid #ccc;
}

.company-info dt {
  width: 30%;
  max-width: 180px;
  font-weight: bold;
}

.company-info dd {
  width: 70%;
  max-width: 420px;
}

.company-info a {
  color: #005bac;
  text-decoration: none;
}

.company-info a:hover {
  text-decoration: underline;
}

.map {
  flex:1;
  max-width: 600px;
}

.map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* 下層ページ */
section.content {
  width: 90%;
  max-width: 950px;
  margin: 0px auto 80px;
  text-align: center;
}

section.content h3 {
  text-align: center;
}

section.content p {
  text-align: center;
  font-size: 1em;
}

section.content li {
  text-align: left;
}


.main-page-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65vh;
  min-height: 305px;
  max-height: 350px;
  z-index: 1;
  overflow: hidden;
}

.main-page-header h1 {
line-height: 1.2em;
}

.main-page {
  height: 100%;
  position: relative;
  display: block;
}

.main-page img {
  height: 100%;
  object-fit: cover;
    width: 100%;
}

.main-page-header {
  position: absolute;
  top: 60%;
  left: 6%;
  transform: translateY(-50%); /* 上下中央に揃えるだけ */
    z-index: 2;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 1.3rem;
}

.page-wrapper {
  display: block;
  height: 45vh;
}




/* サービス */

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 40px;
}

.card {
  background: #fff;
  border: 3px solid #00a3d9;
  border-radius: 15px;
  text-align: center;
  padding: 10px 20px 0px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  position: relative;
}


.card-icon {
  width: 40%;
}

.card h3 {
  color: #00a3d9;
  font-size: 25px;
  margin: 0 0 10px;
  font-weight: bold;
}

.card p {
  font-size: 14px;
  color: #333;
  margin: 0 0 20px;
}


.arrow {
display: inline-block;
  vertical-align: middle;
  color: #00a3d9;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-top: -30px;
}


.card-item {
  display: flex;
  justify-content: center;
  align-items: anchor-center;

}

.card-text {
  width: 60%;
}

.card-icon {
  flex-shrink: 0;
}

.card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

section.content h3 {
  text-align: center;
  margin: 0 0 16px;
}

section.content p {
  text-align: center;
  font-size: 1em;
  margin: 0;
}

/* information */
section.information .news-list {
    text-align: left;
}

section.information .news-item {
    padding: 10px;
}

section.information .news-item:nth-child(even) {
    background-color: #fff;
}

.news-date {
  display: inline-block;
  margin-right: 10px;
}

.news-archive {
  padding-bottom: 80px;
}

.news-archive__mv {
  padding: 80px 0 40px;
}

.news-archive__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
}

.news-item {
  border-bottom: 1px solid #ddd;
}

.news-item__link {
  display: flex;
  gap: 24px;
  padding: 20px 0;
  text-decoration: none;
  color: inherit;
}

.news-item__date {
  width: 120px;
  flex-shrink: 0;
  color: #666;
  font-size: 14px;
}

.news-item__title {
  flex: 1;
  font-size: 16px;
}

.news-item__link:hover .news-item__title {
  text-decoration: underline;
}

.pagination {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news-item__link {
    display: block;
  }

  .news-item__date {
    display: block;
    width: auto;
    margin-bottom: 6px;
  }
}


/* 会社情報 */
.page-id-13 .company-info {
  max-width: 800px;
  margin: 0 auto;
  font-family: sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
  padding: 40px 20px;
  display: block;
}

.page-id-13 .info-box {
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 50px;
}

.page-id-13 .info-box table {
  width: 100%;
  border-collapse: collapse;
}

.page-id-13 .info-box th {
  text-align: left;
  width: 120px;
  padding: 10px 0;
  font-weight: bold;
  vertical-align: top;
   display: block;
   padding: 15px 0 0;
}

.page-id-13 .info-box td {
  padding: 0 0 15px;
   display: block;
   text-align: left;
   border-bottom: 1px solid #C7C2C2;
}

.page-id-13 .access-box {
  padding: 30px;
}

.page-id-13 .access-box h3 {
  color: #2D9648;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-id-13 .access-box ul {
  padding-left: 20px;
  margin: 0;
}

.page-id-13 .access-box li {
  list-style: disc;
  margin-bottom: 5px;
}

.page-id-13 .map img {
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
}




/* youtube */

.wp-block-embed__wrapper {
  width: 90%;
  max-width: 700px;
margin: 0 auto;
}

/* お問い合わせフォーム */
.wpcf7-form  {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 20px;
  border-radius: 6px;
  font-family: sans-serif;
}

label {
  display: block;
  margin-bottom: 15px;
}

.wpcf7-form select,
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  background: #fff;
  color: #333;
}

.wpcf7-form  textarea {
  resize: vertical;
}

.wpcf7-form .confirm_button {
  background-color: #2A461C;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
  display: block;
  max-width: 400px;
  margin: 30px auto;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.3s;
  letter-spacing: 0.2em;
}

.wpcf7-form .confirm_button:hover {
  background-color: #fff;
  border: 1px solid #2A461C;
  color: #2A461C;
}

.contact-h3 {
  margin-bottom: 10px !important;
}

input.wpcf7-submit {
  background-color: #2A461C;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
  display: block;
  max-width: 400px;
  margin: 30px auto;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.3s;
  letter-spacing: 0.2em;
  margin-top: 30px;
}

input.back_button {
  background-color: #bdbdbd;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  width: 90%;
  display: block;
  max-width: 300px;
  margin: 30px auto;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.3s;
  letter-spacing: 0.2em;
  margin-top: 30px;
}

.bg-white {
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 50px auto;
  border-radius: 30px;
}

.wp-block-button__link {
      display: inline-block;
    padding: 15px 30px;
    background-color: #2A461C;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid #2A461C;
    line-height: 1;
    transition: background-color 0.3s ease;
    margin: 30px auto;
    letter-spacing: 0.7em;
}

.wp-block-button__link:hover {
  background-color: #fff;
  color: #2A461C;
  border: 1px solid #2A461C;
}


 .blue .wp-block-button__link {
   background-color: #1c2a46;
   border: 1px solid #1c2a46;
}

.blue .wp-block-button__link:hover {
  background-color: #fff;
  color: #1c2a46;
  border: 1px solid #1c2a46;
}

.hover-disable  {
  pointer-events: none;
}

.error-404 {
  margin: 100px auto 200px;
  width: 90%;
  max-width: 900px;
}

@media (max-width: 768px) {
  .pcnone {
    display: block;
  }
.company-info dl {
  width: 100%;
   flex: initial;
}
  .company-info dt,
.company-info dd {
  width: 100%;
  max-width: 100%;
}
  .company-info dt {
    border-bottom: none;
    padding-bottom: 0;
  }

  .map {
    width: 100%;
    height: 500px;
    margin-top: 30px;
     flex: initial;
  }

  .service-flex {
  display: block;
  justify-content: space-around;
  padding: 0 20px;
}

.service-flex img {
  width: 100%;
  height: fit-content;
}

.service-01 {
  width: 100%;
  margin-top: 20px;
}

section.service-navi {
  margin-bottom: 10px;
}

.service-content-page {
  margin-top: 30px;
  padding-bottom:5px;
}
h3.tokuten span {
  line-height: 1.5em;
  display: block;
  margin: 20px 0;
  padding: 0 15px;
}
}



/* リクルートバナー */
/* リクルートバナー本体 */
.bnr_recruit {
  background-image: url('https://audit.cpakyowa.or.jp/wp-content/themes/kansa/images/top_img03.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 0;
}

.bnr-recruit-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.bnr-recruit-link .recruit-text {
  position: absolute;
  right: 15%;
  top: 25px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.recruit-text h2 {
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}

.recruit-text div {
  font-weight: 500;
  color: #fff;
}

.top-contact {
  background-color: #D9DFE3;
  padding: 30px 50px;
  box-sizing: border-box;
  margin-top:0;
  margin-bottom:0;
}


.bnr-tell {
  color: #333;
  text-align: center;
  font-size: 2rem;
}

.tell-wrapper {
margin: 0 auto;
}

.tell-no {
  font-size: 5rem;
  color: #333;
  font-weight: 500;
  line-height: 6rem;
}

.tell-time {
  color: #333;
  line-height: 3rem;
  font-size: 1.3rem
}

.lightgreen {
  background-color: #C3D974;
  font-weight: 500
}

.white {
  background-color: #fff;
  font-weight: 500;
  color: #02AFDD;
}

a.white:hover {
  background-color: #02AFDD;
}

.blue {
  color: #1093B6;
}

.btn-contact {
  max-width: 600px;
  margin: 0 auto;
}
  
  /* フッター */
footer {
background-color: #1093B6;
padding: 50px;
box-sizing: border-box;
color: #fff;
  }

  footer * {
    color: #fff;
  }

  .footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: end;
    color: #fff;
  }

  .footer-address {
 flex: 1;
  }

  .footer-navi {
flex:1;
text-align: end;
  }

.footer-links {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.footer-links li {
  margin: 0 8px;
  position: relative;
}

.footer-links li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -8px;
  color: #999;
}

  .copy {
    text-align: right;
  }


.btn-qualitycontrol {
  letter-spacing: 0;
}

.btn-qualitycontrol a {
  letter-spacing: 0;
}

.qualitycontrol-p {
  margin-top: 50px;
}

section.qualitycontrol {
  text-align: center;
  margin-top: 50px;
}

section.qualitycontrol p {
  text-align: left;
}

.mg50 {
  margin-top: 50px;
}

.icon-pdf {
  width: 20px;
}

.icon-white {
  color: #fff;
}

.wp-element-button:hover .icon-white {
  color: #2a461c
}

h2.governance-code {
  color: #1c2a46;
}

section h2.governance-code::after {
  background-color: #1c2a46;
}

.underline {
  text-decoration: underline;
}

/* スマホヘッダー */
.sp-logo {
	padding-left: 10px;
}


.sp-logo img {
	width: 100%;
  object-fit: contain;
  margin-right: 10px;
  display: inline-block;
}

body.page-id-19 .sp-logo img {
  /*content: url('/wp-content/themes/kansa/images/logo_white.png');*/  /* 黒ロゴに差し替え */

    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.7))
          drop-shadow(0 0 8px rgba(255, 255, 255, 0.6))
          drop-shadow(0 0 12px rgba(255, 255, 255, 0.4));

}

body.page-id-19 .page-logo {
/*background: rgba(255, 255, 255, 0.1);*/  /* 半透明の黒背景 */
border-radius: 4px;
}

.governance p.hotline-text {
  padding-left: 2em;
}

body.page-id-19 .quality-title {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.7))
          drop-shadow(0 0 8px rgba(0, 0, 0, 0.6))
          drop-shadow(0 0 12px rgba(0, 0, 0, 0.4));
}

/* スマホ */
@media (max-width: 768px) {

html, body {
font-size: 14px;
}

.page-logo {
    width: 70%;
}

.sp-logo img {
height: auto;
width: 100%;
}

.footer {
display: block;
width: 100%;
margin: 0 auto;
}

.footer-address {
  width: 100%;
}

.footer-navi {
  width: 100%;
}
.top-contact {
padding: 30px 20px;
}
}





/* SPハンバーガーメニュー */
#spnavi {
  display: none;
}
@media (max-width: 1000px) {
#spnavi {
  display: block;
}

.spheader {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.splogo {
  position: relative;
  left: 3%;
  top: 20px;
  width: 210px;
  z-index: 5;
}

.page-logo {
  font-size: 25px;
  position: absolute;
  z-index: 10;
  top: 30px;
}

header.pc{
  display: none
}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #2A461C;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

.works div {
  width: 100%;
}


section.content {
  margin-top: 80px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #666;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 13px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}


#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

.article {
  flex-wrap: wrap;
}
.page-item {
  width: 100%
}

.item-image {
  width: 100%;
}

.item-col2 {
  flex-wrap: wrap;
  width: 100%;
}

.item-content {
  width: 100%;
}

.content-takesumi {
  width: 100%;
}

.nagare-item {
  width: 100%;
}

.nagare-arrow {
  transform: rotateZ(90deg);
  position: relative;
right: -50%;
top: 50%;
width: 13%;
padding-top:0;
}

.left-navi {
  display: none
}

.left-navi-sp {
  padding-top: 0!important;
  color: #fff
}

.left-navi-sp a, .left-navi-sp a:hover {
  color:#fff;
}

.table-wrap {
overflow-x: scroll;
}
.table {
  width: 100%;
  white-space: nowrap;
}

.consul-col2 {
  flex-wrap: wrap;
}
.consul-text, .consul-img {
  width: 100%;
  margin: 5px auto;
}

}


@media (max-width: 768px) {

.top-message p {
  width: 95%;
  margin: 0 auto;
  font-size: 1.1rem;
}

.main-page img {
  height: 50vh;
  object-fit: cover;
}

.main-title {
line-height: 0.5em;
width: 100%;
text-align: center;
}

.quality-title {
 line-height: 1.2em;
}


.main-page-header {
    top: 57%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
  }

  .bnr-tell {
font-size: 1.5rem;  
  }

    .tell-no {
  font-size: 3rem;
  }
  .btn {
    letter-spacing: 0.2em;
  }
.bnr-tell{
  margin-top:0;
}
.bnr_recruit  {
  position: relative;
}

.bnr_recruit .recruit-text {
        top: 50%;
        left: 50%;
        transform: translate(-27%, -50%);
        width: 100%;
}

.partner-list div {
width: 100%;
}

.top-service {
    padding: 20px;
}

footer {
  padding: 25px;
}
section.content {
  margin-top: 10px;
}
}

/* =========================
   service extra section
========================= */
.service-extra {
  background: #dfe9ee;
  padding: 40px 0 70px;
}

.service-extra * {
  box-sizing: border-box;
}

.service-extra .wrap {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

/* =========================
   common
========================= */
.section-title {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #1486bf;
}

.section-desc {
  margin: 0;
  font-size: 24px;
  line-height: 1.9;
  text-align: center;
  color: #333;
}

/* =========================
   recommend card
========================= */
.recommend-card {
  position: relative;
  margin-bottom: 42px;
  background: #f8f4ea;
  border: 2px solid #e6a11f;
  border-radius: 0 0 24px 24px;
  border-top-left-radius: 0;
  padding: 34px 28px 28px;
}

.recommend-card_head {
  text-align: center;
}

.recommend-card__label {
  position: absolute;
  top: -2px;
  left: -2px;
  display: inline-block;
  min-width: 220px;
  padding: 14px 22px 14px 18px;
  background: #f0a000;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  border-radius: 0 0 30px 0;
}

/*.recommend-card__label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -28px;
  width: 0;
  height: 0;
  border-top: 28px solid #f0a000;
  border-bottom: 28px solid transparent;
  border-left: 28px solid #f0a000;
}*/

.recommend-card__inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 28px;
  align-items: start;
}

.recommend-card__left {
  /*display: grid;*/
  grid-template-columns: 320px 1fr;
  gap: 24px;
}

.recommend-card__image {
  max-width: 550px;
  margin: 0 auto;
  padding-top: 54px;
}

.recommend-card__image img {
  width: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
}

.recommend-card__sub {
  margin: 42px 0 12px;
  font-size: 24px;
  line-height: 1.5;
  color: #1b9ec4;
  font-weight: 700;
}

.recommend-card__title {
  margin: 0 0 14px;
  font-size: 58px;
  line-height: 1.2;
  color: #222;
}

.recommend-card__lead {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  color: #222;
}

.recommend-card__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #333;
}

.recommend-card__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.point-box {
  min-height: 118px;
  background: #fff;
  border: 2px solid #ddd3c2;
  border-radius: 12px;
  padding: 18px 10px 14px;
  text-align: center;
}

.point-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  width: 50px;
  margin: 0 auto;
}

.point-box__icon svg {
  width: 34px;
  height: 34px;
  stroke: #19a8b9;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.point-box__text {
  display: block;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  color: #1875a0;
}

.recommend-card__right {
  padding-top: 54px;
}

.event-info {
  margin: 0;
}

.event-info__row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 24px;
}

.event-info__row dt {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
}

.event-info__row dd {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  font-weight: 600;
}

.event-info__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.event-info__icon svg {
  width: 24px;
  height: 24px;
  stroke: #20a8b7;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn-detail {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  min-height: 82px;
  border-radius: 10px;
  background: #f6c800;
  color: #222;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  transition: opacity 0.2s ease;
}

.btn-detail:hover {
  opacity: 0.9;
}

.btn-detail__arrow {
  font-size: 34px;
  line-height: 1;
}

/* =========================
   features
========================= */
.feature-block {
  background: #fff;
  border: 1px solid #c6d7df;
  border-radius: 18px;
  padding: 40px 40px 34px;
  margin-bottom: 42px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}

.feature-item {
  padding: 10px 16px;
  text-align: left;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.feature-item--border {
  border-left: 2px dotted #7fb3c9;
  border-right: 2px dotted #7fb3c9;
}

.feature-item__icon {
    margin: 0 auto;
  margin-bottom: 14px;
  max-width: 160px;
}

.feature-item__icon svg {
  width: 78px;
  height: 78px;
  stroke: #147aa4;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-item__title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.5;
  color: #222;
}

.feature-item__text {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: #333;
}

/* =========================
   CTA box
========================= */
.cta-box {
 /* display: grid;
  grid-template-columns: 1.1fr 420px;*/
  gap: 24px;
  align-items: center;
  background: #edf7fc;
  border: 2px solid #8dc6e1;
  border-radius: 20px;
  padding: 38px 38px 30px;
}

.cta-box__title {
  margin: 0 0 18px;
  font-size: 46px;
  line-height: 1.4;
  color: #1b83b8;
}

.cta-box__text {
  margin: 0 0 26px;
  font-size: 22px;
  line-height: 1.9;
  color: #333;
}

.cta-box__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-contact {
  min-width: 320px;
  min-height: 76px;
  border-radius: 10px;
  /*display: inline-flex;*/
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn-contact:hover {
  opacity: 0.9;
}

.btn-contact--fill {
  background: #0479b4;
  border: 2px solid #0479b4;
  color: #fff;
}

.btn-contact--outline {
  background: #fff;
  border: 2px solid #2e8ec0;
  color: #1c6e9e;
}

.cta-box__image img {
  width: 100%;
  display: block;
}

/* =========================
   responsive
========================= */
@media (max-width: 1100px) {
  .recommend-card__inner,
  .cta-box,
  .recommend-card__left {
    grid-template-columns: 1fr;
  }

  .recommend-card__right {
    padding-top: 0;
  }

  .cta-box__image {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .service-extra {
    padding: 24px 0 48px;
  }

  .service-extra .wrap {
    width: min(100% - 24px, 1000px);
  }

  .recommend-card {
    padding: 26px 5px 18px;
    border-radius: 0 0 18px 18px;
    border-top-left-radius: 0;
  }

  .recommend-card__label {
    min-width: auto;
    font-size: 20px;
    padding: 10px 14px 10px 12px;
  }

  .recommend-card__label::after {
    right: -18px;
    border-top: 20px solid #f0a000;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #f0a000;
  }

  .recommend-card__sub {
    margin-top: 6px;
    font-size: 16px;
  }

  .recommend-card__title {
    font-size: 34px;
  }

  .recommend-card__lead {
    font-size: 22px;
  }

  .recommend-card__text,
  .event-info__row dd {
    font-size: 15px;
  }

  .recommend-card__points,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .event-info__row {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 18px;
  }

  .event-info__row dt {
    font-size: 18px;
  }

  .btn-detail {
    min-height: 62px;
    font-size: 22px;
  }

  .feature-block {
    padding: 28px 18px 24px;
    margin-top: 42px;
  }

  .section-title {
    font-size: 30px;
  }

  .section-desc {
    font-size: 16px;
    line-height: 1.8;
  }

  .feature-item,
  .feature-item--border {
    padding: 16px 6px;
    border: none;
  }

  .feature-item__title {
    font-size: 20px;
  }

  .feature-item__text {
    font-size: 15px;
  }

  .cta-box {
    padding: 28px 18px 24px;
  }

  section.cta-box {
    margin-top:0;
    margin-bottom: 0px
  }

  .cta-box__title {
    font-size: 32px;
  }

  .cta-box__text {
    font-size: 16px;
    line-height: 1.8;
  }

  .btn-contact {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    font-size: 18px;
    padding: 16px 10px;
    text-align: center;
  }
}

.meeting-flow {
  background: #dfeaf0;
  padding: 80px 0 10px;
}

.meeting-flow * {
  box-sizing: border-box;
}

.meeting-flow__inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.meeting-flow__header {
  margin-bottom: 48px;
  text-align: center;
}

.meeting-flow__title {
  margin: 0;
  font-size: 56px;
  line-height: 1.35;
  font-weight: 700;
  color: #222;
}

.meeting-flow__lead {
  margin: 24px 0 0;
  font-size: 24px;
  line-height: 1.9;
  color: #333;
}

.meeting-flow__steps {
  display: grid;
  gap: 28px;
}

.flow-step {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  align-items: stretch;
}

.flow-step__side {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flow-step__badge {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: #148fd3;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
}

.flow-step__badge-label {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.flow-step__badge-num {
  margin-top: 6px;
  font-size: 32px;
  font-weight: 700;
}

.flow-step__line {
  flex: 1;
  width: 2px;
  margin-top: 10px;
  background: #c8d7df;
}

.flow-step__card {
  background: #fff;
  border-radius: 18px;
  padding: 26px 28px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.flow-step__content {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 30px;
  align-items: start;
}

.flow-step__title {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  color: #137cc1;
}

.flow-item + .flow-item {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px dashed #cde0ea;
}

.flow-item__heading {
  position: relative;
  margin: 0;
  padding-left: 28px;
  font-size: 24px;
  line-height: 1.75;
  font-weight: 700;
  color: #222;
}

.flow-item__heading::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #138cd1;
  font-size: 18px;
  line-height: 2.1;
}

.flow-item__body {
  align-items: flex-start;
  gap: 18px;
  margin-top: 14px;
  padding-left: 28px;
  width: 100%;
}

.flow-item__tag {
  display: inline-block;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 42px;
  padding: 6px 14px;
  border: 2px solid #2d8fd5;
  border-radius: 999px;
  color: #2d8fd5;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  flex-shrink: 0;
}

.flow-item__tag--action {
  border-color: #28a7ba;
  color: #28a7ba;
}

.flow-item__tag--plan {
  border-color: #3777d0;
  color: #3777d0;
  display: inline-block;
    text-align: center;
}

.flow-item__text {
  margin: 0;
  font-size: 22px;
  line-height: 1.9;
  color: #444;
}

.flow-step__image {
  width: 100%;
}

.flow-step__image img {
  width: 100%;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.flow-step__images--stack {
  display: grid;
  gap: 16px;
}

.flow-2col {
  display: flex;
  width: 100%;
  justify-content: space-around;
}


.meeting-cycle {
  margin-top: 36px;
  padding: 36px 28px 42px;
  background: #eef7fc;
  /*border: 2px solid #9fcce4;*/
  border-radius: 18px;
}

.meeting-cycle img {
  width: 80%;
  margin: 0 auto;
}

.meeting-cycle__title {
  margin: 0 0 28px;
  font-size: 38px;
  line-height: 1.5;
  text-align: center;
  color: #1e88c7;
}

.meeting-cycle__row {
width: 100%;
}

.cycle-box {
  text-align: center;
}

.cycle-box__circle {
  width: 178px;
  height: 178px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 2px solid #8bc4de;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cycle-box__circle--green {
  border-color: #95c763;
  background: #f5fce9;
}

.cycle-box__word {
  display: block;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f8bd3;
}

.cycle-box__circle--green .cycle-box__word {
  color: #67a42d;
}

.cycle-box__sub {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.5;
  color: #4a4a4a;
}

.cycle-box__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.cycle-arrow {
  font-size: 44px;
  line-height: 1;
  color: #86b7cf;
  font-weight: 700;
}

.meeting-message {
  margin-top: 26px;
  align-items: center;
  background: #fffaf2;
  border: 2px solid #ecd3a8;
  border-radius: 16px;
  padding: 26px 30px;
}

.meeting-message__icon img {
  width: 100%;
  display: block;
}

.meeting-message__title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.5;
  color: #2d8bbf;
}

.meeting-message__text {
  margin: 0;
  font-size: 21px;
  line-height: 1.9;
  color: #333;
}

@media (max-width: 1100px) {
  .flow-step__content,
  .meeting-message {
    grid-template-columns: 1fr;
  }

  .meeting-cycle__row {
 width: 100%
  }

  .cycle-arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  section.meeting-flow {
    padding: 48px 0;
    margin-bottom: 36px;
  }

  .meeting-flow__inner {
    width: min(100% - 24px, 1000px);
  }

  .meeting-flow__title {
    font-size: 25px;
  }

  .meeting-flow__lead {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.8;
  }

  .flow-step {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .flow-step__side {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .flow-step__badge {
    width: 72px;
    height: 72px;
  }

  .flow-step__badge-label {
    font-size: 14px;
  }

  .flow-step__badge-num {
    font-size: 24px;
  }

  .flow-step__line {
    height: 2px;
    width: 100%;
    margin-top: 0;
  }

  .flow-step__card {
    padding: 18px 16px;
  }

  .flow-step__title {
    font-size: 25px;
    margin-bottom: 14px;
  }

  .flow-item__heading {
    font-size: 18px;
    line-height: 1.7;
    padding-left: 22px;
  }

  .flow-item__heading::before {
    font-size: 14px;
  }

  .flow-item__body {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    padding-left: 22px;
  }

  .flow-item__tag {
    min-width: 82px;
    min-height: 34px;
    font-size: 18px;
  }

  .flow-item__text {
    font-size: 15px;
    line-height: 1.8;
  }

  section.meeting-cycle {
    padding: 24px 16px 28px;
    margin-bottom:36px;
  }

  .meeting-cycle__title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .meeting-cycle__row {
    grid-template-columns: 1fr;
  }

  .cycle-box__circle {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
  }

  .cycle-box__word {
    font-size: 24px;
  }

  .cycle-box__sub,
  .cycle-box__text {
    font-size: 14px;
  }

  section.meeting-message {
    padding: 20px 16px;
    gap: 14px;
    margin-bottom:0;
  }

  .meeting-message__icon {
    max-width: 74px;
  }

  .meeting-message__title {
    font-size: 22px;
  }

  .meeting-message__text {
    font-size: 15px;
    line-height: 1.8;
  }

  .recommend-card_head {
    margin-top: 20px;
  }

  .houkoku {
    margin:0 auto;
  }
  .service-flex-last {
    margin-bottom: 0;
  }
}

.office-page {
  background: #dfe9ee;
}

.office-page-hero {
  background: url("../img/hero-leaf.jpg") center center / cover no-repeat;
  padding: 140px 0;
}

.office-page-hero__inner,
.office-page__inner {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
}

.office-page-hero__title {
  font-size: clamp(34px, 4vw, 64px);
  margin: 0;
  font-weight: bold;
}

section.office-info {
  padding: 0 0 50px;
  margin-top:0;
  margin-bottom: 30px;
}

.office-card {
  background: #fff;
  padding: 30px 40px;
}

.office-table__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}

.office-table__row dt {
  font-weight: bold;
}

.office-table__row dd {
  margin: 0;
  line-height: 1.9;
}

section.office-access {
  padding: 0 0 80px;
  margin-top: 0;
}

.section-access-title {
  color: #02AFDD;
  font-size: clamp(28px, 4vw, 48px);
}

.office-access__address,
.office-access__station {
  line-height: 2;
  margin-bottom: 30px;
}

.office-access__map img {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .office-table__row {
    display: block;
  }
}


/* =========================
   seminar schedule
   中期経営計画立案会：タイムスケジュール
========================= */
.seminar-schedule {
  margin: 34px auto 42px;
}

.seminar-schedule * {
  box-sizing: border-box;
}

.seminar-schedule__inner {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 36px 34px 38px;
  background: rgba(255, 255, 255, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 120, 180, 0.08);
}

.seminar-schedule__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 28px;
  color: #1486bf;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.seminar-schedule__icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  color: #1486bf;
}

.seminar-schedule__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seminar-schedule__list {
  position: relative;
  padding-left: 42px;
}

.seminar-schedule__list::before {
content: "";
  position: absolute;
  top: 34px;
  left: 8px;
  width: 3px;
  height: calc(100% - 68px);
  background: #1486bf;
  border-radius: 999px;
}

.seminar-schedule__item {
  position: relative;
  display: grid;
  grid-template-columns: 170px 1fr;
  margin-bottom: 14px;
}

.seminar-schedule__item:last-child {
  margin-bottom: 0;
}

.seminar-schedule__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -41px;
  width: 18px;
  height: 18px;
  background: #1486bf;
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(20, 134, 191, 0.14);
}

.seminar-schedule__time {
  display: flex;
  align-items: center;
  padding: 17px 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 2px solid #ead8bd;
  border-right: none;
  border-radius: 10px 0 0 10px;
  color: #1486bf;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.seminar-schedule__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 68px;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 2px solid #ead8bd;
  border-radius: 0 10px 10px 0;
}

.seminar-schedule__content p {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.seminar-schedule__content span {
  display: block;
  margin-top: 2px;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.seminar-schedule__content--icon {
  padding-right: 64px;
}

.seminar-schedule__meal,
.seminar-schedule__flag {
  position: absolute;
  top: 50%;
  right: 24px;
  margin: 0 !important;
  color: #1486bf;
  font-size: 26px !important;
  line-height: 1;
  transform: translateY(-50%);
}

/* SP */
@media (max-width: 767px) {
  .seminar-schedule {
    margin: 26px auto 34px;
  }

  .seminar-schedule__inner {
    padding: 28px 16px 30px;
    border-radius: 16px;
  }

  .seminar-schedule__title {
    gap: 8px;
    margin-bottom: 22px;
    font-size: 24px;
    letter-spacing: 0.02em;
  }

  .seminar-schedule__icon {
    width: 26px;
    height: 26px;
  }

  .seminar-schedule__list {
    padding-left: 28px;
  }

  .seminar-schedule__list::before {
   top: 26px;
    left: 5px;
    width: 2px;
    height: calc(100% - 52px);
  }

  .seminar-schedule__item {
    display: block;
    margin-bottom: 16px;
  }

  .seminar-schedule__item::before {
    left: -29px;
    width: 13px;
    height: 13px;
    box-shadow: 0 0 0 4px rgba(20, 134, 191, 0.14);
  }

  .seminar-schedule__time {
    padding: 10px 14px;
    border-right: 2px solid #ead8bd;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
  }

  .seminar-schedule__content {
    min-height: auto;
    padding: 12px 14px;
    border-radius: 0 0 10px 10px;
  }

  .seminar-schedule__content p {
    font-size: 16px;
  }

  .seminar-schedule__content span {
    font-size: 13px;
  }

  .seminar-schedule__content--icon {
    padding-right: 48px;
  }

  .seminar-schedule__meal,
  .seminar-schedule__flag {
    right: 16px;
    font-size: 21px !important;
  }
}


.leaflet-section {
  padding: 80px 0;
}

.leaflet-section .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  width: 85%;
}

.leaflet-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}

.leaflet-item {
  text-align: center;
}

.leaflet-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.leaflet-thumb {
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.leaflet-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.leaflet-link:hover .leaflet-thumb {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.leaflet-title {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.leaflet-more {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: #0099bd;
}

.leaflet-detail-body {
  width: 85%;
  /*position: relative;
  top: 300px;*/
    margin-top: 400px;
}

.leaflet-page {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .leaflet-section {
    padding: 50px 0;
  }

  .leaflet-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 18px;
  }

  .leaflet-title {
    font-size: 13px;
  }
}