@charset "UTF-8";

html {
  font-size: 62.5% !important;
}

body {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem) !important;
  font-weight: 400;
}

/*---link---*/
a {
  text-decoration: none;
  color: #1a1a1a;
}

a:hover {
  color: #5AC8D1;
}


.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}

.bg-controller {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.loop {
  position: fixed;
  top: 60%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.breadcrumb {
  width: 85%;
  margin-bottom: 100px;
}

.breadcrumb a {
  color: #1a1a1a;
}

.contact-wrapper {
  background: #fff;
}

.ui--sp {
  display: none;
}

.gnav>ul,
.navi__menuSub>ul,
.footer-address>ul {
  padding-left: 0;
}

.footer {
  margin-top: 0;
  padding: 0;
}

.copyright {
  margin-top: 0;
}

/*----------------------------------------------------
  #fv
----------------------------------------------------*/
.fv {
  width: 100%;
  height: auto;
  padding: 200px 0 0 0;
  position: relative;
}

.bg-blue {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 60%;
}

.fv-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0 5%;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}

.fv-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.fv-ttl__wrap {
  width: 95%;
  display: flex;
  align-items: baseline;
  margin: 0 auto 20px auto;
}

.fv-ttl {
  width: 100%;
  max-width: 360px;
  position: relative;
}

.fv-ttl h2 img {
  width: auto;
  max-height: 56.58px;
  position: relative;
  z-index: 1;
}

.fv-ttl__txt {
  position: absolute;
  bottom: -68%;
  right: -10%;
  width: 85%;
  height: auto;
  z-index: -1;
}

.fv-lead {
  width: auto;
  margin-left: 20px;
  font-size: 1.4rem;
  font-size: clamp(1.8rem, 0.75vw, 1rem);
  font-weight: 700;
  color: #fff;
}

/*-----wp調整------*/

.container {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.content {
  background: #fff;
  margin-top: 0;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.content-in.wrap {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

.main {
  width: 66%;
  padding: 0 0 36px 0;
  box-sizing: border-box;
  border: none;
}

/*---sidebar------------------------------------*/
.sidebar {
  width: 27.5%;
  padding: 0 0 36px 0;
  background: none;
  box-sizing: border-box;
}

.wp-block-search__button {
  font-size: 1.4rem;
  padding: calc(0.667em + 2px) 14px;
  box-sizing: border-box;
}

.sidebar h2,
.sidebar h3 {
  font-size: 1.6rem;
  background: none;
  font-weight: 700;
  /*---背景色 変更部分---*/
}

.sidebar h3 {
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*---タイトル色 変更部分---*/
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding: 5px 10px;
  margin-bottom: 5px;
}

.widget_popular_entries h3::after,
.widget_new_entries h3::after,
.widget_archive h3::after,
.widget_categories h3::after {
  display: inline;
  font-size: 1.2rem;
  font-weight: normal;
  color: #5AC8D1;
  /*---フォント指定 変更部分---*/
  font-weight: 400;
  font-style: normal;
}

.widget_popular_entries h3::after {
  content: '人気記事';
}

.widget_new_entries h3::after {
  content: '新着記事';
}

.widget_archive h3::after {
  content: 'アーカイブ';
}

.widget_categories h3::after {
  content: 'カテゴリー';
}

.widget-title::after {
  content: 'コンテンツ';
  display: inline;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  /*---フォント色変更部分---*/
}

.sidebar .border-partition .a-wrap:first-of-type {
  border-top: none;
}

.widget-entry-cards .a-wrap:nth-of-type(n+2),
.cat-item:nth-of-type(n+2),
.widget_archive li:nth-of-type(n+2) {
  border-top: 1px dashed #ccc;
  /*---罫線 変更部分---*/
}

.wp-block-search__label {
  display: none;
}

.widget_block ul li a {
  font-size: 1.4rem;
}

.widget-entry-cards .a-wrap {
  width: 100%;
  height: auto;
}

.widget-entry-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.widget-entry-card-thumb {
  float: initial;
}

.widget-entry-cards figure {
  width: 45%;
  height: auto;
  position: relative;
}

.widget-entry-cards figure::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.widget-entry-cards figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.widget-entry-card-content {
  width: 50%;
  margin-left: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  padding: 0 0 8px 0;
}

.widget-entry-card-date.display-none {
  display: block;
}

.widget-entry-card-post-date.post-date {
  display: block;
  font-size: 1.2rem;
  opacity: .8;
  margin-bottom: 5px;
}

.widget-entry-card-post-date.post-date .fa-clock-o:before {
  display: none;
}

.widget-entry-card-title {
  font-size: 1.4rem;
}

.widget_recent_entries ul,
.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_rss ul,
.widget_nav_menu ul,
.widget_block ul {
  font-size: 1.4rem;
}

.widget-entry-card-update-date {
  display: none;
}

.sidebar-link {
  width: 100%;
  height: auto;
}

.sidebar-link a {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar-link a:nth-of-type(n+2) {
  margin-top: 10px;
}

.sidebar-link a>img {
  display: block;
  width: 100%;
  height: auto;
}

.a-wrap:hover {
  background-color: transparent;
}

/*---投稿一覧ページ---*/
.entry-card {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ect-vertical-card .entry-card-wrap {
  padding: 0;
}

.entry-card-thumb {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.entry-card-title {
  font-size: 1.8rem;
  line-height: 1.4;
  display: -webkit-box;
  border-bottom: 1px solid #ccc;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.entry-card-wrap .entry-card-content {
  flex: 1;
}

.entry-card-snippet {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0;
  line-height: 1.6;
  text-align: justify;
  font-size: 1.4rem;
}

/*---個別投稿ページ---*/
.article-header .entry-header {
  height: auto;
  position: relative;
  top: initial;
}

.single-post .entry-title {
  font-size: 2.6rem;
  padding: 10px 20px 10px 26px !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  position: relative;
}

.single-post .entry-title::before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  background: #5AC8D1;
  position: absolute;
  top: 0;
  left: 0;
}

.single-post .post-date {
  margin-right: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.front-top-page .post-date .far,
.archive .post-date .far {
  display: none;
}

.toc {
  width: 100%;
}

.single-post .article h2 {
  font-size: 2rem;
  padding: 20px;
  margin-bottom: 20px;
  background: #eee;
}

.single-post .article h3,
.single-post .article h4,
.single-post .article h5,
.single-post .article h6 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  border: none;
  border-bottom: 4px solid #F5F5F5;
  position: relative;
  padding-left: 10px;
  display: flex;
}

.article h3::before {
  display: inline-block;
  content: '';
  width: calc(22px * 1);
  height: calc(22px * 1);
  background: url('/assets/icon/arrow-r--grn-circle.svg');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-right: 6px;
  flex-shrink: 0;
  font: initial !important;
  margin-right: 6px;
  flex-shrink: 0;
}

.article h4::before,
.article h5::before,
.article h6::before {
  display: inline-block;
  content: '';
  width: calc(22px * 1);
  height: calc(22px * 1);
  background: url('/assets/icon/arrow-r--gray-circle.svg');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-right: 6px;
  flex-shrink: 0;
  font: initial !important;
  margin-right: 6px;
  flex-shrink: 0;
}

.article h3::after {
  content: '';
  background: #CFEFF1;
  width: 3em;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
}

.related-entry-card-wrap:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.related-entries {
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 10px;
}

.related-entry-heading {
  font-size: 2.4rem;
  margin-top: 0;
}

.related-list {
  margin-bottom: 0;
}


@media screen and (max-width:1280px) {
  html {
    font-size: calc(100vw/128) !important;
  }
}

@media screen and (max-width:1024px) {
  html {
    font-size: calc(100vw/102.4) !important;
  }

  #bg-image-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/service/assets/img/top/bg--sp.png');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
  }

  /*---fv---*/
  .fv-ttl {
    width: 35%;
    min-width: initial;
  }

  .fv-img::before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
}

@media screen and (max-width:896px) {
  html {
    font-size: calc(100vw/89.6) !important;
  }
}

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

  main.main,
  div.sidebar {
    padding: 0;
    margin: 10px 0;
    border-width: 0;
  }

  .related-entry-card-title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:787px) {
  html {
    font-size: calc(100vw/78.6) !important;
  }
}

@media screen and (max-width:680px) {
  html {
    font-size: calc(100vw/68) !important;
  }

  .ect-3-columns .entry-card-wrap {
    width: 100%;
  }

  .ect-3-columns .entry-card-wrap:nth-of-type(3n-1) {
    margin: 0;
  }

  .ect-3-columns .entry-card-wrap:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .related-entry-card-snippet {
    display: none;
  }
}

@media screen and (max-width:480px) {
  html {
    font-size: 62.5% !important;
  }

  body {
    font-size: 1.4rem !important;
  }

  .bg-blue {
    position: absolute;
    top: -15%;
    right: -15%;
    width: 90%;
  }

  .fv {
    padding-top: 150px;
  }

  .fv-img::before {
    padding-top: 85%;
  }

  .fv-img>video {
    transform: scale(1.25);
  }

  .fv-ttl__wrap {
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .fv-ttl {
    width: 60%;
    height: auto;
    margin-bottom: 8px;
  }

  .fv-ttl h2 img {
    width: auto;
    max-height: 37.4px;
  }

  .fv-ttl__txt {
    position: absolute;
    bottom: -45%;
    right: 5%;
    width: 60%;
  }

  .fv-lead {
    font-size: 1.2rem;
    padding-left: 0;
  }

  /*---wp調整---*/
  .content {
    padding: 50px 0 80px 0;
  }

  .article-header.entry-header {
    position: relative;
    top: initial;
  }

  .single-post .entry-title {
    font-size: 2rem;
    line-height: 1.4;
    padding: 10px 10px 10px 16px !important;
  }

  .single-post .post-date {
    font-size: 1rem;
    font-weight: 500;
  }

  .single-post .article h2 {
    font-size: 1.8rem;
    padding: 16px 10px;
    margin-bottom: 20px;
    background: #eee;
  }

  .single-post .article h3,
  .single-post .article h4,
  .single-post .article h5,
  .single-post .article h6 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    border: none;
    border-bottom: 4px solid #F5F5F5;
    position: relative;
    padding-left: 5px;
    display: flex;
  }

  .article h3::before,
  .article h4::before,
  .article h5::before,
  .article h6::before {
    width: calc(18px * 1);
    height: calc(18px * 1);
  }

  .p-postCategoryNav__item {
    width: 32%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .p-postCategoryNav__item:nth-of-type(3n - 1) {
    margin: 0 2%;
  }

  .p-postCategoryNav__link {
    font-size: 1.3rem;
  }

  .ect-3-columns .entry-card-wrap {
    width: 100%;
  }

  .entry-card-title {
    font-size: 1.5rem;
  }

  .archive-title {
    font-size: 2rem;
  }

  .related-entries {
    padding: 20px 10px;
  }

  .related-entry-heading {
    font-size: 2rem;
  }

  .related-entry-card-title {
    font-size: 1.3rem;
  }

  .rect-entry-card .a-wrap:not(.ec-big-card-first) .card-thumb {
    margin-bottom: 10px;
  }

  .widget-entry-card-title {
    font-size: 1.2rem;
  }
}