@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

html {
  overflow: auto;
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}

body {
  font-family: 'Roboto', "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

.wrap {
  width: 1020px;
}

/* Header
-----------------------------------------------------------*/
.container>header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #C2C2C2;
  z-index: 10;
}

header .header_container {
  position: relative;
  height: 80px;
}

header .header_container .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  padding: 0;
  width: 291px;
  height: 45px;
  transition: .3s;
}

@media(hover: hover) {
  header .header_container .logo:hover {
    opacity: .7;
  }
}

header .header_container a.link_lp {
  position: absolute;
  right: 550px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s;
}

@media(hover: hover) {
  header .header_container a.link_lp:hover {
    color: #333;
  }
}

header .header_container a.link_lp::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0);
  transition: 0.3s;
}

@media(hover: hover) {
  header .header_container a.link_lp:hover::before {
    transform: scale(1);
  }
}

header .header_container .search-box {
  position: absolute;
  right: 230px;
  top: 20px;
  margin: 0;
  width: 280px;
}

header .header_container .search-box input[type="text"] {
  padding: 10px 1em;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
}

.search-box input[type="text"]::placeholder {
  color: #C2C2C2;
}

header .header_container .search-box .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 100%;
  padding: 0;
  background-color: #F0AE3C;
  background-image: url(images/icon_search.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
  border-radius: 0 5px 5px 0;
}

header .header_container a.inquery {
  position: absolute;
  top: 17px;
  right: 25px;
  overflow: hidden;
  display: block;
  width: 170px;
  height: 46px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: #E7435C;
  border-radius: 23px;
  z-index: 2;
}

header .header_container a.inquery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F0AE3C;
  transform: scale(0, 1);
  transform-origin: left;
  z-index: -1;
  transition: 0.6s;
}

@media(hover: hover) {
  header a.inquery:hover::before {
    transform: scale(1, 1);
  }
}

/* ----- ハンバーガーメニューボタン ----- */
.icon_animation {
  display: none;
}

/* ----- モバイルドロワーメニュー ----- */
header nav {
  display: none;
}

/* ----- パンくずナビ ----- */
.breadcrumb.sbp-main-before+.content,
.breadcrumb.pbp-main-before+.content {
  margin-top: 0;
}

.breadcrumb.sbp-main-before,
.breadcrumb.sbp-footer-before,
.breadcrumb.pbp-main-before,
.breadcrumb.pbp-footer-before {
  margin: 90px auto 40px;
  padding: .6em 0;
}

.breadcrumb-home .fa-fw,
.breadcrumb-item .fa-fw {
  display: none;
}

/* Footer:BANNER
-----------------------------------------------------------*/
section.footer_banner {
  margin-top: 70px;
  margin-bottom: 0 !important;
}

/* Footer:CATEGORIES
-----------------------------------------------------------*/
section.categories {
  margin-top: 70px;
  margin-bottom: 0 !important;
  padding: 70px 0;
  text-align: center;
  letter-spacing: .1em;
  background-color: #FFF8EB;
}

section.categories h2 {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-size: 30px;
  color: #F0AE3C;
  line-height: 1em;
}

section.categories p {
  margin-block-start: 0;
  margin-block-end: 40px;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

section.categories .cat_list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px calc(7 / 1020 * 100%);
}

section.categories .cat_list .cat_list_item {
  overflow: hidden;
  position: relative;
  width: calc(250 / 1020 * 100%);
  height: 70px;
}

section.categories .cat_list .cat_list_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .1em;
  text-decoration: none;
  background-color: #FFF;
  transition: 0.3s;
}

section.categories .cat_list .cat_list_item a:hover {
  opacity: .7;
}

section.categories .cat_list .cat_list_item img {
  vertical-align: top;
  width: 44px;
  height: 44px;
}

section.categories .cat_list .cat_list_item .cat_info {
  text-align: left;
}

section.categories .cat_list .cat_list_item .cat_info .cat_title {
  display: block;
  font-size: 12px;
  line-height: 1em;
  color: var(--cocoon-custom-text-color);
  letter-spacing: normal;
}

section.categories .cat_list .cat_list_item .cat_info .cat_name {
  color: #333;
}

/*section.categories .cat_list a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}*/

/* Footer:KEYWORDS
-----------------------------------------------------------*/
section.keywords {
  margin-bottom: 0 !important;
  padding: 70px 0;
  text-align: center;
  letter-spacing: .1em;
}

section.keywords h2 {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-size: 30px;
  color: #F0AE3C;
  line-height: 1em;
}

section.keywords p {
  margin-block-start: 0;
  margin-block-end: 40px;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

section.keywords .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

section.keywords .tag_list a {
  padding: .5em 1em;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .1em;
  color: inherit;
  text-decoration: none;
  border: 1px solid #C2C2C2;
  border-radius: 1.5em;
  transition: 0.3s;
}

@media(hover: hover) {
  section.keywords .tag_list a:hover {
    color: #FFF;
    border: 1px solid #289F9F;
    background-color: #289F9F;
  }
}

/* Footer:CONTACT
-----------------------------------------------------------*/
section.contact {
  margin-top: 70px;
  margin-bottom: 0 !important;
  padding: 70px 0;
  text-align: center;
  letter-spacing: .1em;
  background-color: #FFF8EB;
}

section.contact h2 {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-size: 30px;
  color: #F0AE3C;
  line-height: 1em;
}

section.contact p {
  margin-block-start: 0;
  margin-block-end: 40px;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/* ----- 画像 ----- */
section.contact picture {
  display: block;
  margin: 0 auto 50px;
  width: 665px;
}

/* ----- お問い合わせはこちらからボタン ----- */
section.contact a.button_inquery {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 665px;
  height: 100px;
  font-weight: 600;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: #E7435C;
  border-radius: 50px;
  z-index: 2;
}

@media (max-width:1200px) {
  section.contact a.button_inquery {
    font-size: calc(30 / 1200 * 100vw);
  }
}

section.contact a.button_inquery span {
  position: relative;
  padding-left: 58px;
  padding-left: calc(58 / 530 * 100%);
}

section.contact a.button_inquery span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  width: calc(40 / 530 * 100%);
  height: 100%;
  background-image: url(images/icon_cta.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

section.contact a.button_inquery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F0AE3C;
  transform: scale(0, 1);
  transform-origin: left;
  z-index: -1;
  transition: 0.6s;
}

@media(hover: hover) {
  section.contact a.button_inquery:hover::before {
    transform: scale(1, 1);
  }
}

/* Footer:PC固定
-----------------------------------------------------------*/
section.pc_contact_fixbanner {
  position: fixed;
  bottom: 20%;
  right: 5px;
  width: 270px;
  padding: 20px;
  text-align: center;
  color: #E7435C;
  background: #FFF;
  outline: 5px solid #E7435C;
  outline-offset: -5px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
  z-index: 3;
  transform: translateX(110%);
  transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}

section.pc_contact_fixbanner.show {
  transform: translateX(0);
}

/* ----- CLOSEボタン ----- */
section.pc_contact_fixbanner .button_close {
  position: absolute;
  top: -42px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #404040;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
  cursor: pointer;
}

section.pc_contact_fixbanner .button_close::before,
section.pc_contact_fixbanner .button_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: #FFF;
}

section.pc_contact_fixbanner .button_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

section.pc_contact_fixbanner .button_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ----- OPENボタン ----- */
section.pc_contact_fixbanner .button_open {
  display: none;
  position: absolute;
  top: -42px;
  left: -65px;
  width: 40px;
  height: 40px;
  background-color: #E7435C;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
  cursor: pointer;
}

section.pc_contact_fixbanner .button_open::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #FFF;
  border-left: solid 2px #FFF;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
}

section.pc_contact_fixbanner p {
  margin-bottom: .5em;
  font-size: 18px;
}

section.pc_contact_fixbanner p strong {
  margin-bottom: 1em;
  font-size: 20px;
}

section.pc_contact_fixbanner ul {
  padding: 0;
  list-style: none;
  text-align: left;
  width: fit-content;
  margin: 0 auto .5em;
}

section.pc_contact_fixbanner ul li {
  padding-left: 25px;
  background: url(images/icon_contact_list.svg) left top 5px no-repeat;
  background-size: 18px auto;
}

/* ----- お問い合わせボタン ----- */
section.pc_contact_fixbanner a.button_inquery {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 46px;
  font-weight: 600;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: #E7435C;
  border-radius: 50px;
  z-index: 2;
}

section.pc_contact_fixbanner a.button_inquery span {
  position: relative;
  padding-left: 25px;
}

section.pc_contact_fixbanner a.button_inquery span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-image: url(images/icon_cta.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

section.pc_contact_fixbanner a.button_inquery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF5A03;
  transform: scale(0, 1);
  transform-origin: left;
  z-index: -1;
  transition: 0.6s;
}

@media(hover: hover) {
  section.pc_contact_fixbanner a.button_inquery:hover::before {
    transform: scale(1, 1);
  }
}

/* Footer:SP固定
-----------------------------------------------------------*/
section.sp_contact_fixbanner {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  background: #FFF;
  border: 5px solid #E7435C;
  z-index: 3;
}

section.sp_contact_fixbanner .wrap {
  /*display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;*/
  padding: 0;
  width: fit-content;
}

section.sp_contact_fixbanner p {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 13px;
  color: #E7435C;
  line-height: 1.4em;
}

/* ----- お問い合わせボタン ----- */
section.sp_contact_fixbanner a.button_inquery {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 46px;
  font-weight: 600;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: #E7435C;
  border-radius: 50px;
  z-index: 2;
}

section.sp_contact_fixbanner a.button_inquery span {
  position: relative;
  padding-left: calc(28 / 200 * 100%);
}

section.sp_contact_fixbanner a.button_inquery span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-image: url(images/icon_cta.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

section.sp_contact_fixbanner a.button_inquery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF5A03;
  transform: scale(0, 1);
  transform-origin: left;
  z-index: -1;
  transition: 0.6s;
}

@media(hover: hover) {
  section.sp_contact_fixbanner a.button_inquery:hover::before {
    transform: scale(1, 1);
  }
}

/* Footer
-----------------------------------------------------------*/
.footer {
  margin-top: 0;
  padding: 0 0 20px;
  font-size: 14px;
  text-align: center;
  letter-spacing: .1em;
}

.footer a {
  color: initial;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .followus {
  padding: 40px 0;
  color: #FFF;
  background-color: #289F9F;
}

.footer .followus h2 {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-size: 30px;
  line-height: 1em;
}

.footer .followus p {
  margin-block-start: 0;
  margin-block-end: 30px;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.footer .followus>ul {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  padding: 0;
  list-style: none;
}

.footer .followus>ul a {
  position: relative;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #FFF;
  transition: .3s;
}

@media(hover: hover) {
  .footer .followus>ul a:hover {
    background-color: rgba(255, 255, 255, .7);
  }
}

.footer .followus>ul li:nth-child(1) a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/icon_twitter.svg) center center no-repeat;
  background-size: contain;
}

.footer .followus>ul li:nth-child(2) a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/icon_tiktok.svg) center center no-repeat;
  background-size: contain;
}

.footer-in>ul {
  display: flex;
  justify-content: center;
  gap: 0 70px;
  padding: 30px 0 50px;
  list-style: none;
}

.copyright {
  margin-top: 0;
}

.go-to-top {
  z-index: 2;
}

.go-to-top-button {
  background: url(images/page_top_arrow.svg) center center no-repeat #C2C2C2;
  background-size: auto 21px;
  border-radius: 0;
  font-size: 0;
}

.go-to-top-button .fa {
  display: none;
}

/* トップページ
-----------------------------------------------------------*/
/*フロント固定ページのバナー　*/
.home .article .top_banner a {
  display: block;
}

.home .article .top_banner a img {
  width: 100%;
}

/*フロント固定ページのタイトルを非表示　*/
.home .article h1 {
  display: none;
}

/*フロント固定ページのの投稿日を非表示　*/
.home .post-date {
  display: none;
}

/*フロント固定ページの更新日を非表示*/
.home .post-update {
  display: none;
}

.home .category_date {
  display: none !important;
  display: none;
}

/*フロント固定ページのシェアボタンを非表示*/
.home.page .sns-share {
  display: none;
}

/*フロント固定ページのフォローボタンを非表示*/
.home.page .sns-follow {
  display: none;
}

/*フロント固定ページの投稿者名を非表示*/
.home.page .author-info {
  display: none;
}

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

/* FV
=========================================================================*/
section.fv {
  overflow: hidden;
  position: relative;
  margin-bottom: 70px;
  padding-top: 80px;
  background: linear-gradient(to bottom, #F8FBFF 0%, #E7F2FF 20%);
}

section.fv .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  width: 1120px;
}

@media (max-width:1150px) {
  section.fv .inner {
    padding: 0 15px;
    width: 100%;
  }
}

section.fv figure:nth-child(1) {
  margin-bottom: 75px;
  width: calc(590 / 1120 * 100%);
}

section.fv figure:nth-child(1) img {
  margin-bottom: 60px;
}

section.fv figure:nth-child(2) {
  width: calc(500 / 1120 * 100%);
}

/* ----- お問い合わせはこちらからボタン ----- */
section.fv a.button_inquery.pc {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 100px;
  font-weight: 600;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: #E7435C;
  border-radius: 50px;
  z-index: 2;
}

section.fv a.button_inquery.sp {
  display: none;
}

@media (max-width:1200px) {
  section.fv a.button_inquery.pc {
    font-size: calc(30 / 1200 * 100vw);
  }
}

section.fv a.button_inquery.pc span {
  position: relative;
  padding-left: 58px;
  padding-left: calc(58 / 530 * 100%);
}

section.fv a.button_inquery.pc span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  width: calc(40 / 530 * 100%);
  height: 100%;
  background-image: url(images/icon_cta.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

section.fv a.button_inquery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F0AE3C;
  transform: scale(0, 1);
  transform-origin: left;
  z-index: -1;
  transition: 0.6s;
}

@media(hover: hover) {
  section.fv a.button_inquery:hover::before {
    transform: scale(1, 1);
  }
}


.home .main {
  width: 100%;
  padding: 0;
}

.home .main section {
  /*padding-top: 120px;
  margin-top: -120px;
  margin-bottom: calc(100px - 40px);*/
}

.home .list_title {
  position: relative;
  margin-bottom: 30px;
  padding: 5px 1em 5px 53px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .1em;
  color: #FFF;
  background-color: #E7435C;
}

.home .new_entries.list_title {
  background-image: url(images/icon_new_entries.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 23px auto;
}

.home .popular_entries.list_title {
  background-image: url(images/icon_popular_entries.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 21px auto;
}

/*記事リスト*/
.new-entry-cards .cat-label {
  display: inline;
  display: none;
  color: #FFF;
}

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

.home .widget-entry-cards.card-large-image .a-wrap {
  max-width: 100%;
}

.home .widget-entry-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px calc(20 / 1020 * 100%);
}

.home .widget-entry-cards .widget-entry-card-link,
.home .widget-entry-cards .popular-entry-card-link {
  width: calc(326 / 1020 * 100%);
}

.home .widget-entry-cards .widget-entry-card-link:nth-child(1),
.home .widget-entry-cards .widget-entry-card-link:nth-child(2),
.home .widget-entry-cards .popular-entry-card-link:nth-child(1),
.home .widget-entry-cards .popular-entry-card-link:nth-child(2) {
  width: calc(500 / 1020 * 100%);
}

.home .widget-entry-cards.card-large-image figure {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  will-change: transform;
}

.home .widget-entry-cards.card-large-image figure img {
  vertical-align: top;
  transition: 0.3s;
  object-fit: cover;
}

@media(hover: hover) {

  .home .widget-entry-card-link:hover figure img,
  .home .popular-entry-card-link:hover figure img {
    transform: scale(1.05);
    opacity: .8;
  }
}

body.home .entries_list .eyecatch span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: .25em .5em .15em;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .1em;
  color: #FFF;
  background-color: #289F9F;
}

/*人気記事 No*/
.home .popular-entry-cards .cat-label {
  display: inline;
  display: none;
  color: #FFF;
}

.home .popular-entry-cards .popular-entry-card-link figure {
  position: relative;
}

.home .popular-entry-cards .popular-entry-card-link figure::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  color: #289F9F;
  text-align: center;
  line-height: 40px;
  background-color: #F7F7F7;
  z-index: 2;
}

.home .popular-entry-cards .popular-entry-card-link:nth-child(1) figure:before {
  content: "1";
  color: #FFF;
  background-color: #DBBF8A;
}

.home .popular-entry-cards .popular-entry-card-link:nth-child(2) figure:before {
  content: "2";
  color: #FFF;
  background-color: #B1B9BB;
}

.home .popular-entry-cards .popular-entry-card-link:nth-child(3) figure:before {
  content: "3";
  color: #FFF;
  background-color: #AA775A;
}

.home .popular-entry-cards .popular-entry-card-link:nth-child(4) figure:before {
  content: "4";
}

.home .popular-entry-cards .popular-entry-card-link:nth-child(5) figure:before {
  content: "5";
}

.home .popular-entry-cards .popular-entry-card-link:nth-child(6) figure:before {
  content: "6";
}

.home .popular-entry-cards .popular-entry-card-link:nth-child(7) figure:before {
  content: "7";
}

.home .popular-entry-cards .popular-entry-card-link:nth-child(8) figure:before {
  content: "8";
}

/* 記事一覧ページ
-----------------------------------------------------------*/
.content {
  margin-top: 120px;
}

.archive-title span {
  margin-right: 0;
}

.article-header {
  border-bottom: none;
}

/*記事リスト*/
.ect-vertical-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px calc(20 / 700 * 100%);
}

.ect-vertical-card .entry-card-wrap {
  width: calc(340 / 700 * 100%);
}

.ect-vertical-card .entry-card figure {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  will-change: transform;
}

.ect-vertical-card .entry-card figure img {
  vertical-align: top;
  transition: 0.3s;
  object-fit: cover;
}

@media(hover: hover) {
  .ect-vertical-card .entry-card:hover figure img {
    transform: scale(1.05);
    opacity: .8;
  }
}

.entry-card .cat-label {
  color: #FFF;
}

/* デフォルト表示 */
.admin-pv {
  display: none;
}

.fa-clock-o:before {
  display: none;
}

.entry-card-meta,
.related-entry-card-meta {
  right: auto;
  left: 0;
  text-align: left;
}

.entry-date {
  margin-left: 0;
}

.post-update {
  display: none;
}

.fa-folder-open:before {
  display: none;
}

.fa-tags:before {
  display: none;
}

.fa-search:before {
  display: none;
}

/* ページャー */
.pagination-next {
  display: none;
}

.page-numbers {
  color: #289F9F;
  text-decoration: none;
  display: inline-block;
  height: 46px;
  width: 46px;
  border: none;
  margin: 0 4px;
  line-height: 46px;
  text-align: center;
  background-color: #F0F7F7;
  border-radius: 0;
}

.pagination .current {
  color: #FFF;
  background-color: #289F9F;
}

/* カテゴリー記事一覧ページ
-----------------------------------------------------------*/
.category-header .eye-catch-wrap {
  display: none;
}

/* 関連記事
-----------------------------------------------------------*/
.related-entry-card .cat-label {
  color: #FFF;
}

/* 記事本文部分
-----------------------------------------------------------*/
.main,
.sidebar,
.sidebar-left .main,
.sidebar-left .sidebar {
  margin: 0 !important;
}

.main {
  width: calc(700 / 1020 * 100%);
  padding: 0;
  border-radius: 0;
}

.sidebar {
  padding: 0;
  width: calc(300 / 1020 * 100%);
  border: none;
  border-radius: 0;
}

.sidebar-scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

/* 記事タイトル上部 */
.entry-categories-tags .cat-link {
  color: #FFF;
}

/* カテゴリー */
.entry-categories-tags .entry-categories a.cat-link {
  position: relative;
  display: inline-block;
  display: none;
  padding: .5em 2em;
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  letter-spacing: .1em;
  text-decoration: none;
  transition: 0.3s;
}

@media(hover: hover) {
  .article-header .category_date a:hover {
    color: #289F9F;
    background-color: #FFF;
  }
}

.entry-categories-tags .entry-categories a.cat-link .fa {
  display: none;
}

/* タグ */
.entry-categories-tags .entry-tags a {
  position: relative;
  padding: .5em 1em .5em 2em;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .1em;
  color: inherit;
  text-decoration: none;
  border: 1px solid #C2C2C2;
  border-radius: 1.5em;
  transition: 0.3s;
}

@media(hover: hover) {
  .entry-categories-tags .entry-tags a:hover {
    color: #FFF;
    border: 1px solid #289F9F;
    background-color: #289F9F;
  }
}

.entry-categories-tags .entry-tags a::before {
  content: "#";
  position: absolute;
  top: .5em;
  left: 1em;
}

.entry-categories-tags .entry-tags a.tag-link .fa {
  display: none;
}

/* アイキャッチ：カテゴリー非表示 */
.eye-catch-wrap .cat-label {
  display: none;
}

/* 投稿日 */
.article-header .post-date {
  margin-right: 0;
  font-size: 15px;
}

/* サイドバー
-----------------------------------------------------------*/
.sidebar h3 {
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.sidebar h3 {
  position: relative;
  margin-bottom: 30px;
  padding: 5px 1em 5px 53px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .1em;
  color: #FFF;
  background-color: #E7435C;
}

.sidebar .widget_new_entries h3 {
  background-image: url(images/icon_new_entries.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 23px auto;
}

.sidebar .widget_popular_entries h3 {
  background-image: url(images/icon_popular_entries.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 21px auto;
}

.sidebar .widget_custom_html h3 {
  background-image: url(images/icon_contact.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 21px auto;
}

.widget-entry-card {
  font-size: 14px;
}

.sidebar .popular-entry-card .cat-label {
  display: none;
}


/* 投稿記事内
-----------------------------------------------------------*/
.toc {
  width: 100%;
}

.article h2 {
  font-size: 24px;
  padding: 20px 25px;
  background-color: var(--cocoon-xx-thin-color);
  border-radius: var(--cocoon-badge-border-radius);
  border-bottom: 2px solid #0162A7;
}

.article h3 {
  border-left: 7px solid #0162A7;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-size: 22px;
  padding: 12px 20px;
}

.article h4 {
  border-top: none;
  border-bottom: 2px solid #0162A7;
}

/* CTAボタン */
.cta-buttons {
  padding: 40px 20px;
  background-color: #0162A7;
  text-align: center;
}

.cta-buttons>.wp-block-button {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.cta-buttons .wp-block-button__link {
  width: 100%;
  color: #fff;
  background: url(images/icon_cta.svg) center right 25px no-repeat #0162A7;
  background-size: 21px auto;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .16);
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  letter-spacing: .1em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  transition: 0.3s;
}

@media(hover: hover) {
  .cta-buttons .wp-block-button__link:hover {
    transform: translateY(3px);
    opacity: .8;
    box-shadow: 0 0 0 rgba(0, 0, 0, .16);
  }
}

.author-info {
  display: none;
}

.related-entry-heading {
  position: relative;
  margin: 60px 0 22px;
  padding: 5px 1em 5px 53px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .1em;
  color: #FFF;
  background-color: #0162A7;
  background-image: url(images/icon_related.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 21px auto;
}

.cat-label {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  font-size: 11px;
  line-height: 1em;
  color: #FFF;
  background-color: #0162A7;
  padding: 5px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*  1100px以下
=========================================================================
=========================================================================*/
@media screen and (max-width: 1100px) {
  .wrap {
    padding: 0 20px;
    width: 100%;
  }

  /* Header
  -----------------------------------------------------------*/
  header .header_container .logo {
    width: 250px;
    height: 31px;
  }

  header .header_container a.link_lp {
    right: 450px;
  }

  header .header_container .search-box {
    right: 210px;
    width: 210px;
  }

  header .header_container a.inquery {}


  main.main,
  div.sidebar {
    display: block;
    margin: 0;
  }

  .breadcrumb.sbp-main-before,
  .breadcrumb.sbp-footer-before,
  .breadcrumb.pbp-main-before,
  .breadcrumb.pbp-footer-before {
    padding: .6em 20px;
  }
}

/*  920px以下
=========================================================================
=========================================================================*/
@media screen and (max-width: 920px) {

  /* Header
  -----------------------------------------------------------*/
  header .header_container {
    height: 70px;
    z-index: 10;
    background-color: #FFF;
  }

  header .header_container a.link_lp {
    display: none;
  }

  header .header_container .search-box {
    display: none;
  }

  header .header_container a.inquery {
    display: none;
  }

  /* ハンバーガーメニュー部分
  ------------------------------------------------------- */
  .icon_animation {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-color: #F0AE3C;
  }

  /* ----- line ----- */
  .icon_animation .bar {
    position: absolute;
    top: 27px;
    left: 20px;
    display: block;
    width: 30px;
    height: 2px;
    background: #FFF;
    transition: all .3s;
    transform-origin: left top;
  }

  .icon_animation .bar.bottom {
    top: 44px;
    transform-origin: left bottom;
  }

  /* ----- line animation ----- */
  .icon_animation.is_open .bar.top {
    top: 24px;
    left: 25px;
    width: 30px;
    transform: rotate(45deg);
  }

  .icon_animation.is_open .bar.bottom {
    top: 44px;
    left: 25px;
    width: 30px;
    transform: rotate(-45deg);
  }

  /* メニュー閉じるボタン */
  .icon_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 12;
  }

  /* ----- グローバルメニュー ----- */
  header nav {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100vh;
    padding: 95px 0 50px;
    text-align: center;
    background-color: #FFF;
  }

  /* ----- 検索フォーム ----- */
  header nav .search-box {
    margin: 0 auto 25px;
    padding: 0 20px;
    width: 100%;
  }

  header nav .search-box input[type="text"] {
    padding: 10px 1em;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
  }

  header nav .search-box .search-submit {
    position: absolute;
    right: 20px;
    top: 0;
    width: 38px;
    height: 100%;
    padding: 0;
    background-color: #F0AE3C;
    background-image: url(images/icon_search.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center;
    border-radius: 0 5px 5px 0;
  }

  /* ----- メニュー ----- */
  header nav .nav_title {
    font-size: 20px;
    color: #E7435C;
    letter-spacing: .1em;
  }

  header nav a {
    display: block;
    text-decoration: none;
  }

  /*  インバウンドMEOとは  */
  header nav a.link_lp {
    margin-bottom: 1em;
    padding: 10px 20px;
    color: #333;
    transition: .3s;
  }

  @media(hover: hover) {
    header nav a.link_lp:hover {
      color: #FFF;
      background-color: #E7435C;
    }
  }

  /*  お問い合わせ  */
  header nav a.inquery {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto 30px;
    width: calc(100% - 30px);
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background: #E7435C;
    border-radius: 23px;
    z-index: 2;
  }

  header nav a.inquery::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F8C640;
    transform: scale(0, 1);
    transform-origin: left;
    z-index: -1;
    transition: 0.6s;
  }

  @media(hover: hover) {
    header nav a.inquery:hover::before {
      transform: scale(1, 1);
    }
  }

  /*  CATEGORIES  */
  header nav>ul.categories {
    display: flex;
    flex-wrap: wrap;
    gap: 1px 1px;
    margin-bottom: 25px;
    padding: 0;
    list-style: none;
  }

  header nav>ul.categories li {
    width: calc(50% - 1px);

    height: 70px;
  }

  header nav>ul.categories li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    height: 100%;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .1em;
    text-decoration: none;
    background-color: #FFF !important;
    transition: 0.3s;
  }

  @media(hover: hover) {
    header nav>ul.categories li a:hover {
      opacity: .7;
    }
  }

  header nav>ul.categories li a img {
    vertical-align: top;
    width: 44px;
    height: 44px;
  }

  header nav>ul.categories li .cat_info {
    text-align: left;
  }

  header nav>ul.categories li .cat_info .cat_title {
    display: block;
    font-size: 12px;
    line-height: 1em;
    color: var(--cocoon-custom-text-color);
    letter-spacing: normal;
  }

  header nav>ul.categories li .cat_info .cat_name {
    color: #333;
  }

  /*  ARTICLES  */
  header nav>ul.articles {
    margin-bottom: 25px;
    padding: 0;
    list-style: none;
  }

  header nav>ul.articles li {
    margin-bottom: 1px;
    background-color: #E7435C;
  }

  header nav>ul.articles li a {
    padding: 10px 20px;
    color: #FFF;
    transition: .3s;
  }

  @media(hover: hover) {
    header nav>ul.articles li a:hover {
      color: #FFF;
      background-color: rgba(255, 255, 255, .7);
    }
  }

  header nav>ul.articles li a span {
    display: inline-block;
    padding: 0 35px;
  }

  header nav>ul.articles li:nth-child(1) a span {
    background-image: url(images/icon_new_entries.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 23px auto;
  }

  header nav>ul.articles li:nth-child(2) a span {
    background-image: url(images/icon_popular_entries.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 21px auto;
  }


  /* ----- パンくずナビ ----- */
  .breadcrumb.sbp-main-before,
  .breadcrumb.sbp-footer-before,
  .breadcrumb.pbp-main-before,
  .breadcrumb.pbp-footer-before {
    margin: 70px auto 20px;
    padding: .6em 20px;
  }

  /* トップページ
      -----------------------------------------------------------*/
  .home .content {
    margin-top: 70px;
  }
}

/*  834px以下
=========================================================================
=========================================================================*/
@media screen and (max-width: 834px) {

  main.main,
  div.sidebar {
    padding: 0;
    margin: 0;
    width: 100%;
  }



  .home .main section {}

  .home .entry-content {
    margin-top: 0 !important;
    margin-bottom: 0;
  }

  /* FV
  =========================================================================*/
  section.fv {
    margin-bottom: 40px;
    padding-top: 20px;
  }

  section.fv figure:nth-child(1) {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  section.fv figure:nth-child(1) img {
    margin-bottom: 0;
    max-width: 390px;
  }

  section.fv figure:nth-child(2) {
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
  }

  section.fv figure:nth-child(2) img {
    margin-bottom: 0;
    width: 90%;
    max-width: 390px;
  }


  /* ----- お問い合わせはこちらからボタン ----- */
  section.fv a.button_inquery.pc {
    display: none;
  }

  section.fv a.button_inquery.sp {
    display: block;
      position: relative;
      overflow: hidden;
      margin: 0;
      width: 100%;
      height: 100px;
      font-weight: 600;
      font-size: 30px;
      line-height: 100px;
      text-align: center;
      color: #FFF;
      text-decoration: none;
      background: #E7435C;
      border-radius: 50px;
      z-index: 2;
    font-size: calc(25 / 390 * 100vw);
  }

  /* CATEGORIES
  -----------------------------------------------------------*/
  section.categories {
    margin-top: 50px;
    padding: 40px 0;
  }

  section.categories h2 {
    font-size: 20px;
  }

  section.categories p {
    margin-block-end: 20px;
  }

  section.categories .cat_list {
    gap: 10px calc(10 / 350 * 100%);
  }

  section.categories .cat_list .cat_list_item {
    width: calc(170 / 350 * 100%);
  }

  section.categories .cat_list .cat_list_item a {
    font-size: 15px;
  }

  section.categories .cat_list .cat_list_item .cat_info .cat_title {
    font-size: 11px;
  }

  /* KEYWORDS
  -----------------------------------------------------------*/
  section.keywords {
    padding: 40px 0;
  }

  section.keywords h2 {
    font-size: 20px;
  }

  section.keywords p {
    margin-block-end: 20px;
  }

  section.keywords .tag_list {
    gap: 10px 10px;
  }

  section.keywords .tag_list a {
    font-size: 12px;
  }

  /* Footer:CONTACT
  -----------------------------------------------------------*/
  section.contact {
    padding: 40px 0;
  }

  section.contact h2 {
    font-size: 20px;
  }

  section.contact p {
    margin-block-end: 20px;
  }

  /* ----- 画像 ----- */
  section.contact picture {
    margin: 0 auto 25px;
    width: 100%;
  }

  /* ----- お問い合わせはこちらからボタン ----- */
  section.contact a.button_inquery {
    width: 100%;
    height: 77px;
    font-size: 18px;
    line-height: 77px;
  }

  section.contact a.button_inquery span {
    padding-left: 37px;
  }

  section.contact a.button_inquery span::before {
    width: 27px;
  }

  /* Footer:PC固定
    -----------------------------------------------------------*/
  section.pc_contact_fixbanner {
    display: none;
  }

  /* Footer:SP固定
  -----------------------------------------------------------*/
  section.sp_contact_fixbanner {
    display: block;
  }

  /* Footer
  -----------------------------------------------------------*/
  .footer {
    padding: 0 0 100px;
  }

  .footer .followus {
    padding: 30px 0;
  }

  .footer .followus h2 {
    font-size: 20px;
  }

  .footer .followus p {
    margin-block-end: 20px;
  }

  .footer .followus>ul {
    gap: 0 40px;
  }

  .footer .followus>ul a {
    width: 45px;
    height: 45px;
  }

  .footer-in>ul {
    gap: 15px 0;
    padding: 30px 0;
    flex-wrap: wrap;
  }

  .footer-in>ul li {
    width: 100%;
  }

  .copyright {
    font-size: 12px;
  }

  .go-to-top-button {
    background: url(images/page_top_arrow.svg) center center no-repeat #0162A7;
    background-size: auto 21px;
    border-radius: 0;
    font-size: 0;
  }

  .go-to-top-button .fa {
    display: none;
  }

  /* 記事一覧ページ
  -----------------------------------------------------------*/
  .content {
    margin-top: 90px;
  }
}

/*  480px以下
=========================================================================
=========================================================================*/
@media screen and (max-width: 480px) {

  /* Footer:SP固定
  -----------------------------------------------------------*/
  section.sp_contact_fixbanner p {
    font-size: calc(13 / 390 * 100vw);
  }

  /* ----- お問い合わせボタン ----- */
  section.sp_contact_fixbanner a.button_inquery {
    font-size: calc(16 / 390 * 100vw);
  }

  /* トップページ
  -----------------------------------------------------------*/

  /*記事リスト*/
  .home .widget-entry-cards {
    gap: 30px 0;
  }

  .home .widget-entry-cards .widget-entry-card-link,
  .home .widget-entry-cards .popular-entry-card-link {
    width: 100%;
  }

  .home .widget-entry-cards .widget-entry-card-link:nth-child(1),
  .home .widget-entry-cards .widget-entry-card-link:nth-child(2),
  .home .widget-entry-cards .popular-entry-card-link:nth-child(1),
  .home .widget-entry-cards .popular-entry-card-link:nth-child(2) {
    width: 100%;
  }

  .home .entries_list .date {
    font-size: 12px;
  }

  .home .entries_list .title {
    font-size: 16px;
  }

  /* 記事一覧ページ
  -----------------------------------------------------------*/
  .entry-title,
  .archive-title {
    font-size: 22px;
  }

  /*記事リスト*/
  .ect-vertical-card {
    gap: 30px 0;
  }

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

  /* 投稿記事内
  -----------------------------------------------------------*/
  .entry-title {
    padding: 0.6em 0;
  }


}
