/* styles.css */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

header {
    background: #fff;
    padding: 0px;
    border-bottom: 1px solid #ddd;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding:20px 0;
}

.logo img {
    height: 50px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 0px;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: #007ac0;
    font-weight: bold;
    padding: 36px 10px;
    transition: all 0.4s ease;
}

nav ul li a:hover {
    background: #007ac0;
    color: #fff;
}

/* ハンバーガーメニュー */
.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    position: absolute;
    right: 20px;
}


.main-visual {
    background: url('./img/mv-image.jpg') no-repeat center center/cover;
    color: white;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    height: 60vh;
}

.section_wrapper, .section1, .section02, .effect-item {
    width: 100%;
    flex-wrap: wrap;
    max-width: 1100px;
    padding: 0 10px;
    box-sizing: border-box;
    margin:0px auto;
}

.section_wrapper {
    text-align: center;
    margin:80px auto ;
}

.section_title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Open Sans",Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}

.section1 .section_title{
    text-align:center;
}

.content {
    text-align: center;
}

.header-message{
font-size:60px;
font-weight:600;
}

.header-submessage{
font-size:24px;
}

.desires-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.desire-card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
}

.desire-eye-catch {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.desire-eye-catch img {
    max-width: 100%;
}

.desire-info {
    display: flex;
    flex-direction: column;
}

.desire-title {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
}


/* Responsive styles */
@media (max-width: 768px) {
    .desires-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 480px) {
    .desires-grid {
        grid-template-columns: 1fr;
    }
    
    body {
        padding: 20px 0;
    }
}

.p-tag-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -9px 0;
}

.p-tag-list__item {
    font-size: 14px;
    line-height: 1;
    margin: 10px 10px 9px 0;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 4px;
}

.p-tag-list__link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    display: block;
    max-width: 100%;
    padding: 8px 10px;
    font-weight:800;
}


.services {
    margin: auto;
    padding: 70px 20px;
    background: #f5f5f5;
}

.service-abstract-wrapper{
    display: flex;
    margin:0 auto 40px auto;
}

div.service-abstract-description{
    width: 75%;
}

.service-abstract-txt, .service-intro-list{
text-align:left;
font-size:1.2rem;
}

.service-intro-list{
margin:8px auto;
}

.service-abstract-img {
    width: 45%;
}

img.service-abstract-assist-img {
    padding: 20px 20px;
}

.service-cta-txt{
margin-top:50px;
font-size:1.2rem;
}

.cta-button {
    display: inline-block;
    padding: 30px 60px;
    background: #007ac0;
    color: white;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    border: 2px solid #007ac0;
    transition: color 0.3s ease-in-out;
}

.cta-button:hover {
    background: white; /* 背景色を白に */
    color: #007ac0; /* 文字色を青に */
    border: 2px solid #007ac0; /* 境界線を維持 */
}

.cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* 初期状態：ボタンの左側に隠れている */
    width: 100%;
    height: 100%;
    background: white; /* ホバー時の背景色 */
    transition: left 0.3s ease-in-out; /* 左から右へスライド */
    z-index: 1; /* 背景用の擬似要素が前面に来る */
}

.cta-button:hover::before {
    left: 0; /* ホバー時にスライドイン */
    z-index: -1;
}


.cta-button:hover {
    color: #007ac0; /* 文字色を反転 */
}

.cta-button span {
    position: relative;
    z-index: 2; /* 文字を最前面に */
}

.cta-supplement-txt{
color:#fff;
font-weight:500;
font-size:1.1rem;
text-align:left;
padding:40px 20px;
}

.section2{
    margin:80px auto;
}

.contribution-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.contribution-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.contribution-image-container {
  flex: 1 1 45%;
  padding: 10px;
}

.contribution-image-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.contribution-text-container {
  flex: 1 1 50%;
  padding: 10px;
}

.text-container h2 {
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #2c3e50;
}


.my-bold{
  font-size:1.4em;
  font-weight:600;
  color: #007ac0;
  line-height: 1.8;
  margin: 20px auto;
}

.reasons {
    margin: 0 auto;
}

.reason {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    width: 28%;
    text-align: center;
    margin-top:40px;
}

.reasons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 下2つの理由を中央寄せするためのコンテナ */
.bottom-container {
    display: flex;
    justify-content: center; /* 中央寄せ */
    align-items: center; /* 縦の位置を揃える */
    width: 100%;
    gap: 20px; /* カード間の余白 */
    padding: 20px auto 60px auto;
    background-color: #f5f5f5;
}

/* 下2つの理由の幅を上3つと同じにする */
.bottom {
    width: 30%;
    margin-bottom:60px;
    max-width: 300px; /* これを追加して、広がりすぎるのを防ぐ */
}

.section3 {
  margin: 0;
  padding: 20px;
  max-width:1100px;
  margin: 60px auto 100px auto;
}

.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.text {
}

h3 {
  font-size: 21px;
  margin: 0;
}

.strength-description-even{
text-align:right;
font-weight:600;
}

.strength-description-odd{
text-align:left;
font-weight:600;
}

.strength-detail{
text-align:left;
font-size:1.2rem;
}

.point-message{
text-align:left;
font-size:1.3rem;
}

.pict {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.pict img {
  width: 100%;
  height:auto;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {
  text-align: right;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

.contact-main {
    max-width: 600px;
    margin: 20px auto 120px auto;
    padding: 0 20px;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.required {
    background-color: red;
    color: white;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 0.9em;
}

.optional {
    background-color: blue;
    color: white;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 0.9em;
}

input, textarea {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

button {
    background-color: #333;
    color: #007ac0;
    border: none;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size:1.2rem;
}

button:hover {
    background-color: #555;
}

footer {
    text-align: center;
    padding: 10px 0;
    background-color: #f4f4f4;
    margin-top: 20px;
}


.event-container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom:100px
}

.item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.item a {
    display: block;
    width: 50%;
}

.item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.current_item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.current_item a {
    display: block;
}

.current_item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.p-event-list__title{
margin-top:0px;
}
.p-event-list__content dl{
display:flex;
}


.p-event-list__content dt {
    color: #a1a1a1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
    width: 60px;
}

dl.p-event-list__date, dl,p-event-list__place, dlp-event-list__fee, dl.p-event-list__speaker{
    margin-top: 6px;
    margin-bottom: 6px;
}

.top-event__header {
    margin-bottom: 90px;
    text-align: center;
}

.top-event__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Open Sans",Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}

.top-event__text {
    font-size: 1.1rem;
    line-height: 1.75;
    width:75%;
    margin: 60px auto 0px auto;
    text-align:left;
}

.contact__text {
    font-size: 1.1rem;
    line-height: 1.75;
    width:100%;
    margin: 60px auto 0px auto;
    text-align:left;
}

a.p-event-list__link {
    text-decoration: none;
    color: #000;
}

.details-button {
    display: inline-block;
    padding: 8px 20px;
    background: #007ac0;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 15px;
    transition: all 0.3s ease;
    border: 2px solid #007ac0;
}

.details-button:hover {
    background: #ffffff;
    color: #007ac0;
    border: 2px solid #007ac0;
}

.item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.description {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position:right;
}

/* モバイル対応 */
@media (max-width: 768px) {
    .description {
        width: 100%;
        align-items: center;
    }
    
    .details-button {
        margin-top: 10px;
    }
}

.cta-container {
    margin: 0 auto;
    padding:50px auto;
    background-color:#007ac0;
}

.cta_wrapper {
    padding: 100px 0px 60px 0px;
    margin: 0px auto;
    text-align: center;
    max-width:1100px;
}

.cta_title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color:white;
    font-family: "Open Sans",Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}
.contact-button {
    display: inline-block;
    padding: 30px 60px;
    background: #007ac0;
    color: #e6f3fa;
    font-size:2.0rem;
    font-weight:600;
    border: 1px solid #e6f3fa;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin:30px;
}
.contact-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #007ac0;
    transition: left 0.3s ease-in-out;
}

.contact-button:hover::before {
    left: 0;
}

.contact-button:hover{
    color:#007ac0;
}

@media (max-width: 768px) {
    .contact-button {
        padding: 20px 40px;
        font-size: 1.5rem;
        margin: 20px auto;
    }
}
.solution-examlpe{
margin-top:100px;
margin-bottom:50px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
}

.solution-wrapper{
 max-width: 1100px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.our-solution{
width:48%;
}

.solution-strong-point{
font-size:1.8rem;
text-align:left;
font-weight:600;
}

.solution-example-list{
 color: #007ac0;
 font-size:1.4rem;
text-align:left;
font-weight:600;
margin-top:50px;
margin-bottom:8px;
}

.solution-example-element{
 font-size:1.0rem;
text-align:left;
margin:2px auto;
}

.footer05 {
 color: #808080;
 padding: 30px;
}
.footer05 a {
 color: #808080;
 text-decoration: none;
}
.footer05 li a:hover {
 text-decoration: underline;
}

.footer05 .wrap {
    display: flex;
    flex-wrap: wrap; /* PCでは横並び */
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
    box-sizing: border-box;

 margin: 0 auto;
}
.footer05 .wrap h3 {
 margin: 0 0 10px 0;
 padding: 0;
 border-bottom: 1px #c4c4c4 solid;
}
.footer05 .wrap p {
 margin: 0;
 padding: 0 0 20px 0;
}
.footer05 .wrap .corner {
 width: 27%;
}
.footer05 .wrap .corner ul {
 margin: 0;
 padding: 0 0 20px 0;
 list-style: none;
}
.footer05 .wrap .copyright {
 width: 100%;
 padding: 20px 0 0 0;
 text-align:center;
}
.troubles {
    max-width: 1100px;
    margin: 0px auto;
    background: #fff;
    padding: 60px 0px 80px 0px;
    /* border-radius: 0 0 10px 10px; */
}

.trouble-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.trouble-item {
    background: #e6f3fa;
    padding: 15px;
    border-radius: 20px;
    font-size: 18px;
    width: 28%;
    text-align: center;
    position: relative;
    margin-bottom:25px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.trouble-item::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e6f3fa;
}

.effect-item{
    justify-content: space-between;
    align-items: center;
}

.effect-item-detail{
    display: flex;
width:60%;
padding:20px 20px;
margin:0px auto;
}

.message-text{
text-align:left;
margin-left:20px;
margin-top:20px;
font-size:1.1rem;
line-height:1.8;
}

.service-abstract-wrapper{
padding-top:30px;
}

.agitation-txt{
text-align:left;
font-size:1.1rem;
padding:20px 100px;
}

.agitation-img{
width:30%;
height:100%
}

.agitation-message{
text-align:center;
padding:40px 100px 0px 100px;
 font-size:1.8rem;
font-weight:600;
}

p.p-enphasize{
font-size:32px;
text-align:center;
font-weight:700;
margin:20px auto;
}

.sp-cr{
display:none;
}

.service-wrapper{
max-width:1100px;
display:flex;
margin:0 auto;
}


.service-txt{
width:70%;
padding:10px;
}

.service-description{
text-align:left;
font-size:1.2rem;
}

.service-img {
    width: 35%;
}

.service-eye-catch{
    width: 70%;
    padding: 15px;
}

.effect-card{
    margin: 40px auto;
}

@media (max-width: 768px) {
    .trouble-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .trouble-item {
        width: 80%;
    }
    .trouble-item:nth-child(9) {
        grid-column: span 2;
        justify-self: center;
        width: 45%;
    }

    .agitation-title{
    font-size:24px;
    font-weight:600;
    margin-bottom:24px;
    }

    .p-enphasize{
    font-size:28px;
    font-weight:700;
    }
    
    .sp-cr{
    display:block;
    }
    
    .solution-examlpe{
    font-size:28px;
    }
    
    .solution-strong-point{
    font-size:20px;
    }
    
    .section_title{
    font-size:28px;
    }
    
    .strength-description-even{
    text-align:left;
    color: #007ac0;
    }

    .strength-description-odd{
    color: #007ac0;
    }
}

@media (max-width: 480px) {
    .trouble-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .trouble-item {
        width: 80%;
    }
    .trouble-item:nth-child(9) {
        grid-column: span 2;
        justify-self: center;
        width: 45%;
    }

    .agitation-title{
    font-size:22px;
    font-weight:600;
    margin-bottom:24px;
    }

    .p-enphasize{
    font-size:26px;
    font-weight:700;
    }
    
    .sp-cr{
    display:block;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }
    
    .menu-toggle {
        display: block;
    }
    
    nav ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 20px;
        background: #fff;
        width: 200px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 10px;
    }
    
    nav ul.active {
        display: flex;
    }
    .main-visual {
        padding: 50px 10px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .content {
        margin-left: 0;
        margin-top: 0;
        text-align: center;
    }
    .service {
        padding: 15px;
    }
    .reason {
        width: 100%;
    }

    .bottom-container {
        flex-direction: column; /* スマホ時は縦並び */
        align-items: center;
    }

    .bottom {
        width: 100%;
        max-width: 100%; /* スマホでは幅いっぱいに */
    }

  .box {
    flex-direction: column;
  }
  .box:nth-child(even) {
    flex-direction: column;
  }
  .text {
    text-align: center;
  }
  .box:nth-child(even) .text {
    text-align: center;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:50%;
    height:auto;
  }
  .item {
      flex-direction: column;
      text-align: center;
      text-align: center;
  }

  .item img, .description {
      width: 100%;
  }
  .item a {
      width: 100%;
  }
  .description {
      width: 100%;
  }

  .footer05 .wrap {
   width: 100%;
   padding: 0 20px;
   box-sizing: border-box;
  }
  .footer05 .wrap h3 {
   border: none;
  }
  .footer05 .wrap .corner {
   width: 100%;
  }
  .footer05 .wrap .corner ul {
   border-top: 1px #c4c4c4 solid;
  }
  .footer05 .wrap .corner ul li a {
   display: block;
   padding: 5px 15px;
   border-bottom: 1px #c4c4c4 solid;
  }
}

ul.top {
  margin-bottom: 20px;
}
ul.top li time, ul.top li a {
  font-size: 16px;
}
@media all and (max-width: 480px) {
  ul.top li time, ul.top li a {
    font-size: 14px;
  }
}
ul.top li a {
  margin-left: 20px;
}
@media all and (max-width: 480px) {
  ul.top li a {
    margin-left: 0;
  }
}

.article time {
  margin-bottom: 20px;
  display: block;
}
@media all and (max-width: 480px) {
  .article time {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.post-body {
  max-width: 980px;
  margin: auto;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  color: #212427;
  line-height: 1.4;
  letter-spacing: 0.1px;
  -webkit-font-smoothing: antialiased;
  padding-bottom:80px;
}
@media all and (max-width: 480px) {
  .post-body {
    font-family: Helvetica, Arial, sans-serif;
  }
}

.content {
  max-width: 720px;
  margin: auto;
  margin-top: 0px;
}

.post-date{
width:150px;
text-align:left;
}
.post-title{
text-align:left;
}
@media all and (max-width: 480px) {
  .content {
    margin: 0 5%;
  }
}

b {
  font-weight: 600;
}

i {
  font-style: italic;
}

a {
  color: #337ab7;
  text-decoration: none;
}

img, iframe {
  max-width: 100%;
  display: block;
  margin: auto;
}

@media all and (max-width: 480px) {
  iframe {
    max-width: 100%;
    height: 200px;
  }
}

.flex {
  display: flex;
}

@media all and (max-width: 480px) {
  .flex {
    display: block;
  }
}

.push {
  margin-left: auto;
}

ul.inline {
  list-style: none;
}
ul.inline li {
  display: inline;
}

@media all and (max-width: 480px) {
  .sp_none {
    display: none;
  }
}

img.small {
  max-width: 45%;
}
@media all and (max-width: 480px) {
  img.small {
    max-width: 55%;
  }
}

@media all and (max-width: 480px) {
  img.big {
    max-width: 95%;
  }
}

.bg-color{
    background-color: #f5f5f5;
}

.section {
    padding: 40px 20px;
    max-width: 1100px;
}

.features{
    max-width: 1100px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Section title */
.section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title .ja {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}

.section-title .en {
    font-size: 16px;
    color: #666;
}

/* Feature items */
.feature-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
    gap: 30px;
}

.feature-item.reverse {
    flex-direction: row-reverse;
}

.feature-content {
    flex: 1;
    min-width: 300px;
    display: flex;
}

.feature-number {
    background-color: #007ac0;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
}

.feature-text {
    flex: 1;
}

.feature-text h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #007ac0;
    line-height: 1.4;
    font-weight:600;
    font-size: 1.6rem;
}

.feature-text p {
    font-size: 16px;
}

.feature-image {
    flex: 1;
    min-width: 300px;
}

.image-caption {
    font-size: 14px;
    color: #666;
    text-align: right;
    margin-top: 5px;
}

/* CTA section */
.feature-cta {
    text-align: center;
    background-color: white;
    border-radius: 8px;
    padding: 40px 20px 40px 20px;
    max-width:800px;
    margin: 60px auto 0px auto;
}

.feature-cta p {
    margin-bottom: 30px;
    font-size: 16px;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 16px;
}

.btn-primary {
    background-color: #007ac0;
    color: white;
}

.btn-secondary {
    background-color: white;
    color: #0088e8;
    border: 1px solid #007ac0;
}

.btn:hover {
    opacity: 0.8;
}

.arrow {
    display: inline-block;
    margin-left: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .feature-item {
        flex-direction: column;
    }
    
    .feature-item.reverse {
        flex-direction: column;
    }
    
    .feature-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .section-title .ja {
        font-size: 28px;
    }
    
    .feature-text h3 {
        font-size: 20px;
    }
    
    .section-title {
        margin-bottom: 40px;
    }
    
    .feature-item {
        margin-bottom: 50px;
    }
    
    .buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

.specialty-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* 得意分野セクションのスタイリング */
.section {
    width: 100%;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

/* 業界グリッドのスタイリング */
.industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

/* カードのスタイリング */
.industry-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 20px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.industry-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.card-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon {
    width: 24px;
    height: 24px;
    color: #555;
}

.icon svg {
    width: 100%;
    height: 100%;
}

.industry-name {
    font-size: 16px;
}

.arrow {
    width: 24px;
    height: 24px;
    color: #3b82f6;
}

.arrow svg {
    width: 100%;
    height: 100%;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .industry-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
    }
    
    h1 {
        font-size: 24px;
    }
    
    h2 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .industry-grid {
        grid-template-columns: 1fr;
    }
    
    .specialty-container {
        padding: 30px 15px;
    }
    
    .industry-card {
        padding: 14px 16px;
    }
}

/* サービス提供の流れセクション */
.section {
    background-color: #fff;
}

.process-container {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
}
.section-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    color: #333;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #007ac0;
}


.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.process-step {
    padding: 30px;
    border-radius: 10px;
    background-color: #f8f9fa;
    position: relative;
    margin:40px auto 0 auto;
}

.step-number {
    position: absolute;
    top: -15px;
    left: 30px;
    background-color: #007ac0;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.process-step h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 10px;
}

.process-step p {
    font-size: 14px;
    color: #666;
}


/* レスポンシブ対応 */
@media (max-width: 1024px) {
    
    .section-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .process-container {
        padding: 60px 0;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
    }
    
}

@media (max-width: 576px) {
    .section-title {
        font-size: 28px;
    }
    
}

/* サービス内容詳細*/
.service-detail {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2em;
}

.price-heading {
  font-size: 2em;
  margin: 2em 0 1em;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5em;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列固定 */
  gap: 2em;
}

.price-card {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 1.5em;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.price-card .measure {
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
  margin-bottom: 1em;
}

.price-card .description {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 0.75em;
}

.price-card .price {
  font-size: 1.1em;
  color: #222;
  margin-bottom: 0.5em;
}

.price-card ul {
  padding-left: 1em;
  list-style: disc;
  margin: 0;
}

@media (max-width: 768px) {
  .price-grid {
    grid-template-columns: 1fr; /* スマホでは1列 */
  }
}

/* サービスプラン */
.section {
  max-width: 1100px;
  margin: 0 auto;
}

.section h2 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 30px;
}

.plan-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.plan-header,
.plan-row {
  display: table-row;
}

.plan-cell {
  display: table-cell;
  padding: 16px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

.plan-header .plan-cell {
  font-weight: bold;
  background-color: #f0f0f0;
}

.plan-free {
  background-color: #cce5ff;
  color:#007ac0;
}

.plan-basic {
  background-color: #cddc39;
  color:#007ac0;
}

.plan-premium {
  background-color: #fab9de;
  color:#007ac0;
}

.price {
  display: block;
  font-size: 1.9em;
  font-weight:800;
  margin-top: 8px;
  display: inline-block;
}

.feature-title {
  font-weight: bold;
  background-color: #f9f9f9;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .mobile-plan {
    margin-bottom: 20px;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
  }

  .mobile-plan h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }

  .mobile-plan ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-plan li {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
  }

  .mobile-plan li:last-child {
    border-bottom: none;
  }
}

@media screen and (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}

/* 実績 */
.case-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.subtitle {
    font-size: 14px;
    color: #777;
}

/* Logo Grid */
.logo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.logo-item {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    height: 60px;
}


.logo-image {
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
font-weight:600;
}


/* Responsive design */
@media (max-width: 992px) {
    .logo-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .case-container {
        padding: 40px 15px;
    }
}

@media (max-width: 576px) {
    .logo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .section-header {
        margin-bottom: 30px;
    }
    
    .section-header h2 {
        font-size: 24px;
    }
    
    .logo-item {
        height: 80px;
        padding: 15px;
    }
    
    .logo-image {
        max-height: 50px;
    }
}

/*選ばれる理由*/
.case-studies {
    padding: 60px 20px;
    background-color: #f8f9fa;
}
.reason-container {
    max-width: 1100px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.reason-title {
    font-size: 28px;
    font-weight: 600;
    color: #004d40;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.reason-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.reason-image {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.reason-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.reason-title {
    font-size: 20px;
    font-weight: 600;
    color: #007ac0;
    margin-bottom: 10px;
}

.reason-description {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.reason-contact {
    font-size: 14px;
    color: #00897b;
    font-weight: 600;
}

@media (min-width: 768px) {
    .reason-item {
        flex-direction: row;
        align-items: center;
        padding: 25px;
    }

    .reason-image {
        width: 40%;
        max-height: 300px;
        margin-bottom: 0;
        margin-right: 30px;
    }

    .reason-content {
        width: 60%;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .reasons-title {
        font-size: 24px;
    }

    .reason-item {
        padding: 15px;
    }

    .reason-title {
        font-size: 18px;
    }

    .reason-description {
        font-size: 14px;
    }
}

/* 768px以上の場合に、画像とテキストの配置を交互にする */
@media (min-width: 768px) {
    .reason-item:nth-child(odd) {
        flex-direction: row; /* 奇数番目のアイテムは、画像が左、テキストが右 */
    }

    .reason-item:nth-child(even) {
        flex-direction: row-reverse; /* 偶数番目のアイテムは、画像が右、テキストが左 */
    }

    .reason-item:nth-child(even) .reason-image {
        margin-left: 30px;
        margin-right: 0;
    }
}


/* よくあるご質問セクション */
.faq {
    background-color: #f8f9fa;
}

.faq-container {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}

.faq-items {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 500;
}

.toggle-icon {
    font-size: 20px;
    color: #007ac0;
}

.faq-answer {
    padding: 0 20px 20px;
    display: none;
}

.faq-answer p {
    font-size: 15px;
    text-align:left;
    color: #666;
}

/* サービス */
.service-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.image-container {
  flex: 1 1 15%;
  padding: 5px;
}

.image-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.text-container {
  flex: 1 1 80%;
  padding: 5px;
}

.text-container h2 {
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #2c3e50;
}

.text-container p {
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 20px;
}


.commitment-container {
  max-width: 1100px;
  margin: 0 auto 100px auto;
}

.commitment-title {
  font-size: 32px;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.4;
  font-weight: bold;
}

.commitment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin:60px auto 0px auto;
}

.commitment-card {
  background: #ffffffaa;
  padding: 30px;
  border-radius: 6px;
  background: #eee;
}


.commitment-text {
  font-size: 18px;
  font-weight:800;
  line-height: 1.6;
  color: #333;
}

.commitment-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: #fff;
}

.commitment-icon i {
    background-color: #fff;
    color: #007ac0;
}

.commitment-item{
    margin-bottom: 25px;
}



/* Responsive: Mobile */
@media (max-width: 768px) {
  .section {
    padding: 40px 15px;
  }
  .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .image-container,
  .text-container {
    flex: 1 1 100%;
    padding: 0;
  }
  .image-container {
    margin-bottom: 20px;
  }
  .text-container h2 {
    font-size: 1.5em;
    margin-top: 0;
  }
  .text-container p {
    font-size: 0.95em;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .contribution-section {
    padding: 40px 15px;
  }
  .contribution-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .commitment-grid {
    grid-template-columns: 1fr;
  }
  .commitment-title {
    font-size: 26px;
  }
}

/* アクセント画像 */
.full-width-image {
  width: 100vw;
  height: 60vh;
  object-fit: cover;
  display: block;
}

/* --- Modified for p tags to unify font-family and font-size to 16px --- */
p {
  font-family: "メイリオ", "Meiryo", "Biz UDPゴシック", "BIZ UDPGothic", sans-serif;
  font-size: 18px;
}

/* Override specific font sizes/families for p-like elements directly to 16px */
.service-abstract-txt, .service-intro-list,
.service-cta-txt,
.strength-detail,
.point-message,
.solution-example-element,
.top-event__text,
.contact__text,
.cta-supplement-txt,
.agitation-txt,
.agitation-message,
.p-enphasize,
.service-description,
.feature-item p,
.about-us-section p,
.text-container p,
.faq-answer p {
  font-family: "メイリオ", "Meiryo", "Biz UDPゴシック", "BIZ UDPGothic", sans-serif;
  font-size: 18px; /* 強制的に16pxに統一 */
  line-height:1.8;
}

/* For p tags specifically within post-body to ensure unification */
.post-body p {
    font-family: "メイリオ", "Meiryo", "Biz UDPゴシック", "BIZ UDPGothic", sans-serif;
    font-size: 18px;
}

