@charset "utf-8";
img { max-width: 100%; height: auto; }
.mt3em { margin-top: 3em; }
.mt2em { margin-top: 2em; }
.mt1em { margin-top: 1em; }

@media screen and (min-width: 768px) {
  .sp-only { display: none; }
}

.bg-yellow { background: #FFFEF4; }
.t-bold { font-weight: bold; }

.title-section { text-align: center; font-size: 2.5rem; margin-bottom: 1em; font-weight: bold; }
.title-section span  { display: block; font-size: 1rem; font-family: 'Figtree', sans-serif; font-weight: 600; color: #0C83D5; }
.title-section.white { color: #FFF; }
.title-section.white span { color: #FFF; }


.title-section-s { text-align: center; font-size: 1.8rem; margin-bottom: 1em; font-weight: bold; }
.title-section-s span  { display: block; font-size: .6rem; font-family: 'Figtree', sans-serif; font-weight: normal;}
.title-section-s.white { color: #FFF; }
.title-section-s.white span { color: #FFF; }


@media screen and (max-width: 900px) {
  .title-section { font-size: 2rem; }
}
@media screen and (max-width: 600px) {
  .title-section { font-size: 1.5rem; }
}
.list-dot > li { padding-left: 1em;  }
.list-dot > li::before { content: ''; width: .5em; height: .5em; display: inline-block; margin-left: -1em; background: currentColor; margin-right: .5em; border-radius: 50%; }


.mainvisual { background: url("../img/common/header.jpg") no-repeat center center / cover; padding: 160px 0 40px; }
.main-text .title { text-align: center; font-size: 1.5rem; font-family: 'Noto Serif JP', serif; font-weight: 500; }
.main-text .title span{ font-size: 2.2em; color: #0C83D5;  line-height: 1.2; display: block; }
.main-text .copy { font-size: 1.25rem; margin: 1em 0; text-align: center; }
.main-text .button { color: #FFF; width: 280px; margin: 0 auto; border-radius: 2em; background: linear-gradient(to right, #3CCBFF, #0067CE); display: block; font-size: 1.25rem; font-weight: bold;text-align: center; padding: .5em; }
.main-text .button .icon {vertical-align: middle; margin-left: .5em;}
.main-text .button span { display: block; font-size: .5em; }


.mainvisual .scroll-area { width: 100%; height: 140px; overflow: hidden; position: relative;  margin-top: 60px; }
.mainvisual .scroll-track { display: flex; animation: scroll-left 40s linear infinite; width: fit-content; }
.mainvisual .scroll-track img { height: 140px; width: auto; flex-shrink: 0; max-width: none; }


@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); 
  }
}

@media screen and (max-width: 900px) {

  .mainvisual .scroll-area { height: 100px; }
  .mainvisual .scroll-track { display: flex; animation: scroll-left 20s linear infinite; }
  .mainvisual .scroll-track img { height: 100px; }
  .main-text .title { font-size: 1rem; }
  .main-text .copy { font-size: 1rem; }
}



.worries { width: 72%; margin: 0 auto; }
.worries .item { position: relative; padding-top: 10px; }
.worries .item + .item { margin-top: 50px; }
.worries .worry-img { position: absolute; left: -16.6%; top: 0; margin: auto; border: 3px solid #EEEEEE; border-radius: 50%; width: 15%; }
.worries .answer { position: relative; }
.worries .answer-img { position: absolute; top: 0; right: -16.6%; border: 3px solid #A3CE3F; border-radius: 50%;  width: 15%; aspect-ratio: 1 / 1; object-position: center top; object-fit: cover; }
.worries .comment { background: #0C83D5; color: #FFF; padding: .5em 1em; border-radius: 10px; font-weight: bold; position: relative; }
.worries .comment::before { content: ''; width: 12px; height: 12px; display: block; background: #0C83D5; position: absolute; right: 100%; top: 1rem; margin: auto; clip-path: polygon(0 50%, 100% 0, 100% 100%); }
.worries .answer { margin-top: 20px; background: #FFF; border-radius: 10px; border: 2px solid #A3CE3F; padding: 1em; }
.worries .answer::after { content: ''; width: 1rem; height: 1rem; display: block; background: #FFF; position: absolute; left: calc(100% - 2px); top: 1rem; margin: auto; transform: scaleY(.7) translateX(-25%) rotate(45deg); border-top: 2px solid #A3CE3F; border-right: 2px solid #A3CE3F; } 

@media screen and (max-width: 900px) {
  .worries { width: 100%; }
  .worries .comment { width: 80%; margin: 0 0 0 auto; }
  .worries .worry-img { left: 0; width: 16%; }
  .worries .answer-img { right: -24%; width: 20%; }
  .worries .answer { width: 80%; }
}


.table-overview tr { border-bottom: 1px solid #CCCCCC; }
.table-overview th { width: 25%; font-weight: normal; padding: 1em; }
.table-overview td { padding: 1em; }
.overview-note { margin-top: .5em; color: #777777; font-size: .8375rem; }

@media screen and (max-width: 900px) {
  .table-overview th { width: 30%; padding: 1em 0; }
  .table-overview td { padding: 1em 0 1em 1em;}
}

.list-flow { max-width: 700px; margin: 0 auto; coutner-reset: listnum; }
.list-flow > li { counter-increment: listnum; background: #FFFEF4; border: 2px solid #A3CE3F; border-radius: 10px; padding: 30px; display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 1rem;align-items: center; position: relative; }
.list-flow > li::before { content: 'FLOW 'counter(listnum, decimal-leading-zero); position: absolute; color: #A3CE3F; top: .5em; left: .3em; transform: rotate(90deg) translateY(-100%) ; line-height: 1; height: 1; white-space: nowrap; font-size: 1.25rem; font-family: 'Figtree', sans-serif; transform-origin: left top; font-weight: 600; }
.list-flow > li:not(:last-child) { margin-bottom: 4em; }
.list-flow > li:not(:last-child)::after { content: ''; width: 4em; height: 4em; display: block; position: absolute; top: 100%; left: 0; right: 0; background: url("../img/home/arrow-down.svg") no-repeat center center / 70% auto; margin: auto; } 

.list-flow .title { font-size: 1.5rem; font-weight: bold; color: #0C83D5; margin-bottom: .5em; }
.list-flow img { width: fit-content; display: block; margin: 0 auto; }

@media screen and (max-width: 900px) {
  .list-flow > li { grid-template-columns: 60px minmax(0, 1fr); padding: 1.5rem 1.5rem 1.5rem 2rem;  }
  .list-flow .title { font-size: 1.2rem; }
  
}


.home-service { position: relative; padding-top: 80px;  }
.home-service::before { content: ''; width: 100%; height: 80%; position: absolute; top: 0; left: 0; right: 0; margin: auto; z-index: -1; background: url("../img/home/bg-service.jpg") no-repeat center center / cover; }
.home-service .inner { background: #FFF; padding: 50px 60px; border-radius: 10px; box-shadow: 0 0 6px rgba(0,0,0,.16); }
.list-service { display:flex; justify-content: space-between; counter-reset: listnum; }
.list-service > li { width: 30%; text-align: center; counter-increment: listnum; }
.list-service > li::before { content: 'Service 'counter(listnum, decimal-leading-zero); color: #0C83D5; font-family: 'Figtree', sans-serif; font-weight: 600; display: block; text-align: center; margin-bottom: 1em; }
.list-service .title { font-size: 1.5rem; font-weight: bold; color: #0C83D5; margin: .5em 0; }
.list-service p { text-align: left; }

@media screen and (max-width: 900px) {
  .home-service .inner { padding: 2rem 5%; }
  .list-service { display: block; }
  .list-service  > li { width: 100%; display: grid; grid-template-columns: 30% minmax(0, 1fr); gap:1rem; }
  .list-service  > li + li{ margin-top: 2rem; }
  .list-service > li::before { display: none; }
  .list-service .title::before { content: 'Service 'counter(listnum, decimal-leading-zero); color: #0C83D5; font-family: 'Figtree', sans-serif; font-weight: 600; display: block; margin-bottom: 0; font-size: .85rem; }
  .list-service .title { margin: 0 0 .5em; font-size: 1.2rem; text-align: left; }
}



.list-faq .item { border: 1px solid #C7DCEB; border-radius: 10px; background: #FFF; cursor: pointer; }
.list-faq .item + .item { margin-top: 20px; }

.list-faq .item > dt,
.list-faq .item > dd .inner { padding: 1rem 4rem; position: relative; }
.list-faq .item > dt { font-size: 1.125rem; font-weight: 600; }
.list-faq .item > dt::after { content: '＋'; position: absolute; right: 1rem; top: 1rem; margin: auto; font-size: 1.125rem; font-family: 'Noto Sans JP', sans-serif; font-weight: normal; }
.list-faq .item > dt.open::after { content: 'ー'; }
.list-faq .item > dd { display: none; }
.list-faq .item > dd .inner  { padding-right: 1rem; border-top: 1px solid #C7DCEB; min-height: 4em; }
.list-faq .item > dt::before,
.list-faq .item > dd .inner::before { position: absolute; top: .5rem; left: 1rem; margin: auto; font-size: 1.8rem;  font-family: 'Figtree', sans-serif; }
.list-faq .item > dt::before { content: 'Q.'; color: #A3CE3F; }
.list-faq .item > dd .inner::before { content: 'A.'; color: #0C83D5; }



@media screen and (max-width: 900px) {
}

.conts-profile { display: flex; justify-content: space-between; }
.conts-profile .photo { width: 40%;  }
.conts-profile .text  { width: 55%; }

.conts-profile .ttl { color: #A3CE3F; font-weight: bold; margin-bottom: .5em; font-weight: bold; }
.conts-profile .name { letter-spacing: .2em; font-size: .8375rem; }
.conts-profile .name span { display: block; font-size: 2rem; font-family: 'Noto Serif JP', serif; font-weight: 600; }
.conts-profile .history > li { border-bottom: 1px solid #CCCCCC; padding: .5em 0;  }

@media screen and (max-width: 900px) {
  .conts-profile { display: block; }
.conts-profile .photo { margin: 0 auto 2em;  }
.conts-profile .text  { width: 100%; }
}

.page-wrap { padding-top: 150px; position: relative; margin-bottom: 100px; }
.page-wrap::before { content: ''; width: 100%; height: 768px; display: block; position: absolute;  top: 0; left: 0; right: 0; margin: auto; background: url("../img/common/header.jpg") no-repeat center center/ cover; z-index: -1; }
.page-title { text-align: center; font-size: 2.5rem; font-weight: 500; margin-bottom: 1em;  }
.page-title span{ display: block; font-family: 'Figtree', sans-serif; font-weight: 600; color: #0C83D5; font-size: 1rem; }
.page-main { max-width: 1292px; margin: 0 auto; width: 94%; background: #FFF; border-radius: 10px; padding: 50px 30px; }

@media screen and (max-width: 900px) {
  .page-wrap::before { height: 70vh;}
  .page-wrap { padding-top: 100px; }
  .page-title { font-size: 2rem; }
  .page-main { padding: 2rem 5%; }
  
}

@media screen and (max-width: 600px) {
  .page-title { font-size: 1.5rem; }
  
}

.column-conts { display: flex; justify-content: space-between; }
.column-conts .main-conts { width: 75%; }
.column-conts .siebar { width: 22%; }

@media screen and (max-width: 900px) {
  .column-conts { flex-wrap: wrap;}
  .column-conts .main-conts { width: 100%; margin-bottom: 3rem; }
  .column-conts .siebar { width: 100%; }
}


.title-side { font-size:1.25rem; font-weight: bold; font-family: 'Figtree', sans-serif;  border-bottom: 2px solid #0C83D5; padding-bottom: .5em; }
.conts-sidebar { margin-bottom: 4em; }

.list-new-topics > li { border-bottom: 1px solid #E2E2E2; }
.list-new-topics > li > a { display: block; padding: 1em 2em 1em 0; background: url(../img/common/circle-arrow.svg) no-repeat right center/ 1.25rem auto; }


.list-posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 100px 35px; }
.list-posts .date { color: #0C83D5; font-size: .65rem; font-family: 'Figtree', sans-serif; font-weight: 600; margin-bottom: .5em; display: block; }
.list-posts .thumbnail { width: 100%; aspect-ratio: 3 / 2; position: relative; background: #EDEDED; }
.list-posts .thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.list-posts .title { margin-top: .5em; font-weight: bold; line-height: 1.5; }
.list-posts .excerpt { font-size: .75rem; line-height: 1.5; }

.list-posts .more { color: #FFF; background: #0C83D5; width: fit-content; margin: .5em 0 0 auto; padding: .2em 1em; border-radius: 1.5em; font-family: 'Figtree', sans-serif; text-transform: uppercase; }

@media screen and (max-width: 900px) {
  .list-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px 20px; }
  
}

.archive-list .year-label { background: url("../img/common/next.svg") no-repeat right center ; padding: 1em 0; border-bottom: 1px solid #E2E2E2; display: block; cursor: pointer; }
.archive-months { border-bottom: 1px solid #E2E2E2; padding: .5em 0 .5em 1em; display: none; }
.archive-months .archive-month > a  { display: block; padding: .5em 0; position: relative; }
.archive-months .archive-month > a::after { content: ''; width: .4em; height: .4em; display: block; position: absolute; right: .5em; top: 0; bottom: 0; margin: auto; transform: rotate(45deg); border-top: 1px solid #000; border-right: 1px solid #000; }

.post-main { width: 100%; max-width: 800px; margin: 0 auto; }
.page-main.single { padding-top: 120px; }
.post-body h1 { border-bottom: 2px solid #0267C7; font-size: 2rem; font-weight: bold; margin-bottom: .5em; }

.post-body h2 { text-align: left; border-bottom: 2px solid #0267C7;  font-weight: bold; font-size: 1.4rem; padding-bottom: .5em; margin-bottom: 1em; margin-top: 2em;  }
.post-body h3 { text-align: left; border-bottom: 1px solid #0267C7;  font-weight: bold; font-size: 1.125rem; padding-bottom: .5em; margin-bottom: 1em; margin-top: 2em;  }
.post-body h4 { font-size: 1.125rem;  margin-bottom: 1em; font-weight: bold; margin-top: 2em;  }
.post-body h5 { margin-bottom: 1em; font-weight: bold; margin-top: 2em;  }

.post-body p { margin-bottom: 1em ;}
.post-body img { margin-bottom: 1em; }
.post-body ul { margin-bottom: 1em; }
.post-body ul > li { padding-left: 1em; }
.post-body ul > li::before { content: ''; width: .4em; height: .4em; border-radius: 50%; background: #0267C7; margin-left: -1em; margin-right: .6em; display: inline-block;  }

.post-body table { margin-bottom: 1em; border: none; border-collapse: separate; border-spacing: 10px 1em; }
.post-body table td { border: none; border-bottom: 2px solid #D1D1D1; padding: .5em 0; }
.post-body table td:first-child { border-bottom: 2px solid #0267C7; width: 30%;font-weight: bold;   }


@media screen and (max-width: 768px) {
  .page-main.single { padding-top: 50px; }
  .post-body h1 { font-size: 1.5rem; }
  .post-body h2 { font-size: 1.3rem; }
  .post-body h3 { font-size: 1.25rem; }
}

.post-body .outnlie { margin: 2em 0; }

.post-body .post-date { color: #0C83D5; font-family: 'Jost', sans-serif; margin-bottom: 1em; }
.post-meta { margin-bottom: 1em; display: flex; flex-wrap: wrap; align-items: center; }
.post-meta .cat span { display: inline-block; background: #0C83D5; padding: 0 .5em; color: #FFF; margin-right: .5em; font-size: .75rem; margin-right: .5em; }
.post-meta .time { display: flex; align-items: center; color: #0C83D5; margin: 0;  } 
.post-meta .time img { margin: 0 .5em 0 0; }


@media screen and (max-width: 900px) {
  .post-body .post-date { font-size: .8rem; }
  .post-body .post-meta .time { font-size: .8rem; }
}
.post-body .author { border: 1px solid #EF7A7A; background: #FDF5F9; position: relative; display: grid; grid-template-columns: 20% minmax(0, 1fr); padding: 1.5em; gap: 2em; margin: 3em 0 2em; }
.post-body .author .title { border: none; background: #EF7A7A; color: #FFF; position: absolute; top: 0; left: 0; margin: auto; padding: .2em 1em; font-size: 1rem; }
.post-body .author img { width: 100%; object-fit: cover; aspect-ratio: 1 / 1; margin: 0; display: block; border-radius: 50%; margin-top: 2em; }
.post-body .author .name { text-align: center; font-weight: bold; margin-top: .2em; }

@media screen and (max-width: 900px) {
  .post-body .author { padding-top: 3em; grid-template-columns: 1fr; gap: 1rem; }
  .post-body .author img { width: 60%; margin: 0 auto; }
  
}
.ez-toc-counter { background: #F5F5F5; padding: 1.5em; margin-bottom: 2em; }
.ez-toc-title { border-bottom: 1px solid #CECECE; font-weight: bold; margin-bottom: .5em; padding-bottom: .5em; }
.ez-toc-title::before { content: ''; width: 1em ;height: 1em; background: url("../img/common/icon-toc.svg") no-repeat center center/ contain; margin-right: .5em; display: inline-block; vertical-align: middle; }
.ez-toc-counter ul { margin: 0; }
.ez-toc-counter a { text-decoration: underline; }
.ez-toc-counter .ez-toc-list-level-1 { counter-reset: listnum; }
.ez-toc-counter .ez-toc-list-level-1 > li { counter-increment: listnum; }
.ez-toc-counter .ez-toc-list-level-1 > li::before { content: counter(listnum)'.'; background: none; width: auto; height: auto; }
.ez-toc-counter .ez-toc-list-level-3 > li::before { content: '・'; background: none; width: auto; height: auto; }

.wp-pagenavi { margin-top: 5rem; display: flex; align-items: center; justify-content: center; }
.wp-pagenavi a,
.wp-pagenavi span { display: block; width: 2rem; height: 2rem; line-height: calc(2rem - 2px); border: 1px solid #E8E9EC; border-radius: 5px; text-align: center; margin:  2px; font-family: 'Jost', sans-serif; font-size: .8rem; }

.wp-pagenavi .current { background: #0C83D5; color: #FFF; border: none; }

.pager { display: flex; align-items: center; justify-content: center; margin-top: 3em; }
.pager > * { display: flex; align-items: center; line-height: 1.3; }
.pager .list { padding: 0 1em; border-left: 1px solid; border-right: 1px solid; }
.pager .prev { padding-right: 1em; }
.pager .next { padding-left: 1em; }
.pager .prev img { margin-right: .5em; }
.pager .next img { margin-left: .5em; }
.pager .disable { opacity: .6; }
.pager .disable img { filter: grayscale(1); }