@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
*/
/************************************************************************

** 子テーマ用のスタイルを書く

************************************************************************/
/*必要ならばここにコードを書く*/
/************************************************************************

** ベース

************************************************************************/
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), url("assets/fonts/Oswald/Oswald-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: local("Oswald Medium"), url("assets/fonts/Oswald/Oswald-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: local("Oswald Medium"), url("assets/fonts/Oswald/Oswald-SemiBold.ttf") format("truetype");
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
}

.main,
.sidebar {
  background-color: transparent;
}

@media screen and (max-width: 834px) {
  main.main,
  div.sidebar {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main.main,
  div.sidebar {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  main.main {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  div.sidebar {
    margin: 0;
    padding: calc(1.5% + 10px);
  }
}

.sidebar {
  z-index: 1;
}

#container .search-edit {
  border: 1px solid #999999;
  padding: 9px 45px 9px 12px;
}
#container .search-edit::placeholder {
  color: #999999;
}
#container .search-submit {
  color: #999999;
  padding-right: 12px;
}

/************************************************************************

** 共通

************************************************************************/
/* ===========================================================

 * ヘッダー

 * ======================================================== */
#header-container-in.wrap {
  width: 100%;
  height: 90px;
  padding: 10px 40px;
}

@media screen and (max-width: 1350px) {
  #header-container-in {
    padding: 10px 20px;
  }
}
#header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header-inner {
  display: flex;
  align-items: center;
  column-gap: 67px;
  height: 100%;
}
@media screen and (max-width: 1435px) {
  #header .header-inner {
    column-gap: 22px;
  }
}
#header .header-in {
  width: 172px;
  height: 32px;
}
@media screen and (max-width: 1435px) {
  #header .header-in {
    width: 150px;
    height: auto;
  }
}
#header .site-name-text-link {
  padding: 0;
}
#header .header-service-nav {
  display: flex;
  align-items: center;
  column-gap: 10px;
  height: 100%;
}
@media screen and (max-width: 1435px) {
  #header .header-service-nav {
    column-gap: 5px;
  }
}
@media screen and (max-width: 1275px) {
  #header .header-service-nav {
    display: none;
  }
}
#header .header-service-nav-item {
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
#header .header-service-nav-link {
  display: inline-block;
  padding: 35px 10px 20px;
  color: #000000;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}
#header .header-service-nav-link:hover {
  color: #3F98B3;
}
#header .header-service-nav-link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3F98B3;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#header .header-service-nav-link:hover::before {
  top: 18px;
  opacity: 1;
  visibility: visible;
}
#header .header-service-nav-item-urgency .header-service-nav-link {
  color: #DB4D4D;
  padding-left: 30px;
}
#header .header-service-nav-item-urgency .header-service-nav-link::before {
  background-color: #DB4D4D;
}
#header .header-service-nav-item-urgency .header-service-nav-link::after {
  content: "";
  width: 21px;
  height: 19px;
  background-image: url("assets/images/common/icon_urgency.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 58%;
  left: 7px;
  transform: translateY(-50%);
}
#header .header-tel-sub-text {
  font-size: 13px;
  margin-bottom: 2px;
  line-height: 1.5;
}
#header .header-tel-sub-text-accent {
  padding-top: 6px;
  position: relative;
}
#header .header-tel-sub-text-accent::before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header .header-tel-text {
  display: flex;
  align-items: center;
  column-gap: 6px;
  color: #225F73;
}
#header .header-tel-number {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  padding-left: 38px;
  position: relative;
  bottom: 1px;
  z-index: 0;
}
#header .header-tel-number::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("assets/images/pc/common/icon_circle-tel_blue.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
#header .header-tel-number a {
  text-decoration: none;
  pointer-events: none;
}
#header .header-tel-box {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  border: 1px solid #225F73;
  border-radius: 4px;
  padding: 2px 6px;
}

/* ===========================================================

 * メインビジュアル（アピールコンテンツ）

 * ======================================================== */
#appeal .appeal-in {
  padding: 40px 0 0;
  margin: 0 40px;
  min-height: auto;
}
@media screen and (max-width: 767px) {
  #appeal .appeal-in {
    padding: 0;
    margin: 0;
  }
}
#appeal .appeal-content {
  background-color: #C6ECF7;
  width: 100%;
  border-radius: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #appeal .appeal-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 10.2%;
    max-width: 1420px;
    min-height: 478px;
    padding: 47px 3% 20px;
  }
}
@media screen and (900px <= width <= 1180px) {
  #appeal .appeal-content {
    column-gap: 4%;
    padding: 47px 3% 30px;
    align-items: center;
  }
}
@media screen and (768px <= width <= 899px) {
  #appeal .appeal-content {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #appeal .appeal-content {
    margin: 6.6666666667vw 5.3333333333vw 10.6666666667vw;
    border-radius: 2.1333333333vw;
    padding: 5.3333333333vw 6.6666666667vw 70.6666666667vw;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #appeal .appeal-content-group01 {
    margin-top: 32px;
    margin-left: 3.2%;
  }
}
@media screen and (900px <= width <= 1180px) {
  #appeal .appeal-content-group01 {
    margin-top: -70px;
    margin-left: 0;
  }
}
@media screen and (768px <= width <= 899px) {
  #appeal .appeal-content-group01 {
    margin-top: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #appeal .appeal-content-group01 {
    padding-top: 40vw;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #appeal .appeal-content-logo {
    width: 417px;
    height: 169px;
    margin-left: 3px;
    margin-bottom: 42px;
  }
}
@media screen and (900px <= width <= 1180px) {
  #appeal .appeal-content-logo {
    width: 350px;
    height: 142px;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (768px <= width <= 899px) {
  #appeal .appeal-content-logo {
    width: 350px;
    height: 142px;
    margin-left: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #appeal .appeal-content-logo {
    width: 78.1333333333vw;
    height: 38.6666666667vw;
    position: absolute;
    top: -7.2vw;
    left: calc(50% + 8.5333333333vw);
    transform: translateX(-50%);
  }
}
#appeal .appeal-message {
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #appeal .appeal-message {
    width: 409px;
  }
}
@media screen and (900px <= width <= 1180px) {
  #appeal .appeal-message {
    width: 350px;
  }
}
@media screen and (768px <= width <= 899px) {
  #appeal .appeal-message {
    width: 80%;
  }
}
#appeal .appeal-message p {
  display: inline;
  border-bottom: dashed 1px #3F98B3;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #appeal .appeal-message p {
    font-size: 4.2666666667vw;
    border-bottom: dashed 0.2666666667vw #3F98B3;
    padding-bottom: 1.3333333333vw;
  }
}
#appeal .appeal-content-group02 {
  width: 459px;
}
@media screen and (768px <= width <= 1030px) {
  #appeal .appeal-content-group02 {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  #appeal .appeal-content-group02 {
    width: 76.5333333333vw;
    position: absolute;
    bottom: -9.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#appeal .appeal-content-list {
  background-color: #C6ECF7;
  width: 100%;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 768px) {
  #appeal .appeal-content-list {
    max-width: 1180px;
    margin: 0 auto;
    padding: 22px 60px 40px;
    border-radius: 20px;
  }
}
@media screen and (768px <= width <= 1023px) {
  #appeal .appeal-content-list {
    padding: 22px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  #appeal .appeal-content-list {
    padding: 3.7333333333vw 8vw 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
#appeal .appeal-content-list-logo {
  width: 315px;
  height: 118px;
}
@media screen and (max-width: 767px) {
  #appeal .appeal-content-list-logo {
    width: 57.6vw;
    height: 20.5333333333vw;
  }
}
#appeal .appeal-content-list-illust {
  width: 341px;
  height: 232px;
  position: absolute;
  right: 107px;
}
@media screen and (min-width: 768px) {
  #appeal .appeal-content-list-illust {
    top: -22px;
  }
}
@media screen and (844px <= width <= 1023px) {
  #appeal .appeal-content-list-illust {
    right: 30px;
  }
}
@media screen and (768px <= width <= 844px) {
  #appeal .appeal-content-list-illust {
    width: 270px;
    height: 184px;
    right: 20px;
    top: auto;
    bottom: -25px;
  }
}
@media screen and (max-width: 767px) {
  #appeal .appeal-content-list-illust {
    width: 40.2666666667vw;
    height: 24.5333333333vw;
    right: 5.3333333333vw;
    bottom: -4.8vw;
  }
}

/* ===========================================================

 * パンくずリスト

 * ======================================================== */
#breadcrumb.breadcrumb {
  background-color: transparent;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 38px;
  padding: 10px 0;
  font-size: 13px;
  color: #000000;
}
@media screen and (max-width: 1275px) {
  #breadcrumb.breadcrumb {
    margin: 14px 40px 38px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #breadcrumb.breadcrumb {
    max-width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb.breadcrumb {
    margin: 0.5333333333vw 0 0;
    padding: 2.6666666667vw 5.3333333333vw;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
#breadcrumb.breadcrumb a {
  color: #000000;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #breadcrumb.breadcrumb a {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  #breadcrumb.breadcrumb a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb > div {
    white-space: nowrap;
  }
}
#breadcrumb .breadcrumb-home-icon {
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-right: 2px;
  background-image: url("assets/images/common/icon_home.svg");
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  #breadcrumb .breadcrumb-home-icon {
    width: 3.2vw;
    height: 3.4666666667vw;
    margin-right: 0.5333333333vw;
    top: 0.5333333333vw;
  }
}
#breadcrumb .breadcrumb-item-icon {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-right: 2px;
  background-image: url("assets/images/common/icon_folder.svg");
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 767px) {
  #breadcrumb .breadcrumb-item-icon {
    width: 3.4666666667vw;
    height: 2.6666666667vw;
    margin-right: 0.5333333333vw;
    top: 0.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb .breadcrumb-caption {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb .far.fa-file {
    font-size: 3.2vw;
  }
}
#breadcrumb .breadcrumb-icon-right {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  position: relative;
  top: -1px;
  left: -2px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #breadcrumb .breadcrumb-icon-right {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: -0.2666666667vw;
    left: -0.5333333333vw;
  }
}
#breadcrumb .sp {
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  #breadcrumb .sp {
    margin: 0 1.8666666667vw;
  }
}

/* ===========================================================

 * 葬儀場を探すリンクセット

 * ======================================================== */
.area-search-block {
  width: 100%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 25px 40px 15px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .area-search-block {
    width: 92%;
    margin: 0 auto;
    padding: 40px 40px 25px;
  }
}
.area-search-block .area-search-block-heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.area-search-block .area-search-block-heading::before {
  content: "";
  width: 19px;
  height: 18px;
  background-image: url("assets/images/common/icon_map.svg");
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.area-search-block .area-search-block-illust {
  width: 190px;
  height: 133px;
  position: absolute;
  top: -56px;
  right: 0;
}
.area-search-block .area-search-block-list {
  margin: 0;
}
.area-search-block .area-search-block-group {
  display: flex;
  align-items: baseline;
  padding: 11px 0;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (1024px <= width <= 1220px) {
  .area-search-block .area-search-block-group {
    padding: 11px 0;
  }
}
.area-search-block .area-search-block-group:last-child {
  border-bottom: none;
}
.area-search-block .area-search-block-group dt {
  width: 120px;
  padding: 4px 0;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.area-search-block .area-search-block-pref-wrap {
  display: flex;
  column-gap: 10px;
  width: calc(100% - 120px);
  flex-wrap: wrap;
  line-height: 1.1;
}
@media screen and (1024px <= width <= 1220px) {
  .area-search-block .area-search-block-pref-wrap {
    column-gap: 10px;
  }
}
.area-search-block .area-search-block-pref-wrap dd {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  padding: 5px 5px;
  color: #3F98B3;
  margin: 0;
}
.area-search-block .area-search-block-pref-wrap dd a {
  display: inline-block;
  color: #3F98B3;
  transition: all 0.1s;
}
.area-search-block .area-search-block-pref-wrap dd a:hover {
  opacity: 0.5;
}
.area-search-block dd:has(.area-search-block-city-link) {
  margin-right: -10px;
}

.area-search-block-sp {
  padding: 0 5.3333333333vw;
  margin-bottom: 0;
}
.area-search-block-sp .area-search-block-sp-illust {
  display: none;
  width: 50.6666666667vw;
  height: 35.4666666667vw;
}
.area-search-block-sp .area-search-block-sp-heading {
  display: block;
  width: 64vw;
  height: 9.0666666667vw;
  line-height: 9.0666666667vw;
  margin: 0 auto 5.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: center;
  background-color: #3F98B3;
  color: #FFFFFF;
  border-radius: 999px;
  position: relative;
  z-index: 1;
}
.area-search-block-sp .area-search-block-sp-heading::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.2vw 2.4vw 0 2.4vw;
  border-color: #3F98B3 transparent transparent transparent;
  position: absolute;
  bottom: -2.4vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.area-search-block-sp .area-search-block-sp-heading span {
  padding-left: 8.5333333333vw;
  position: relative;
}
.area-search-block-sp .area-search-block-sp-heading span::before {
  content: "";
  width: 5.8666666667vw;
  height: 5.6vw;
  background-image: url("assets/images/common/icon_map-white.svg");
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 44%;
  left: 0;
  transform: translateY(-50%);
}
.area-search-block-sp .area-search-block-sp-accordion {
  border: 0.2666666667vw solid #333333;
  border-radius: 1.0666666667vw;
  box-shadow: 0 0.5333333333vw 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.area-search-block-sp .area-search-block-sp-accordion-wrap + .area-search-block-sp-accordion-wrap {
  border-top: 0.2666666667vw solid #CCCCCC;
}
.area-search-block-sp .area-search-block-sp-label {
  border: none;
  display: block;
  width: 100%;
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: left;
  color: #000000;
  padding: 4.2666666667vw 13.3333333333vw 4.2666666667vw 5.3333333333vw;
  background-color: #FFFFFF;
  position: relative;
}
.area-search-block-sp .area-search-block-sp-label-icon {
  position: absolute;
  top: 50%;
  right: 8.5333333333vw;
  transform: translateY(-50%);
  z-index: 0;
}
.area-search-block-sp .area-search-block-sp-label-icon::before {
  content: "";
  width: 7.2vw;
  height: 7.2vw;
  border-radius: 50%;
  background-color: #EEEEEE;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.area-search-block-sp .area-search-block-sp-label-icon::after {
  content: "";
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -60%) rotate(135deg);
  transition: transform 0.3s;
}
.area-search-block-sp .area-search-block-sp-label.is-open .area-search-block-sp-label-icon::after {
  transform: translate(-50%, -40%) rotate(-45deg);
}
.area-search-block-sp .area-search-block-sp-list {
  display: none;
  width: 100%;
  background-color: #FFFFFF;
  border-top: 0.2666666667vw solid #CCCCCC;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
.area-search-block-sp .area-search-block-sp-item {
  margin: 0;
}
.area-search-block-sp .area-search-block-sp-item-city {
  margin: 0;
}
.area-search-block-sp .area-search-block-sp-item a {
  display: block;
  margin-left: 5.3333333333vw;
  padding: 4vw 10.6666666667vw 4vw 0;
  background-color: #FFFFFF;
  font-size: 4.2666666667vw;
  position: relative;
}
.area-search-block-sp .area-search-block-sp-item a::after {
  content: "";
  width: 1.6vw;
  height: 1.6vw;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  top: 50%;
  right: 4.8vw;
  transform: translateY(-50%) rotate(45deg);
}
.area-search-block-sp .area-search-block-sp-item:not(:last-child) a {
  border-bottom: 0.2666666667vw dashed #CCCCCC;
}
.area-search-block-sp .area-search-block-sp-item-city a {
  display: block;
  margin-left: 5.3333333333vw;
  padding: 3.2vw 10.6666666667vw 2.9333333333vw 8.8vw;
  background-color: #FFFFFF;
  font-size: 3.7333333333vw;
  position: relative;
}
.area-search-block-sp .area-search-block-sp-item-city a::before {
  content: "∟";
  font-size: 3.2vw;
  position: absolute;
  top: 42%;
  left: 5.8666666667vw;
  transform: translateY(-50%);
}
.area-search-block-sp .area-search-block-sp-item-city a::after {
  content: "";
  width: 1.6vw;
  height: 1.6vw;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  top: 50%;
  right: 4.8vw;
  transform: translateY(-50%) rotate(45deg);
}
.area-search-block-sp .area-search-block-sp-item-city:not(:last-child) a {
  border-bottom: 0.2666666667vw dashed #CCCCCC;
}

.area-search-block-annotation {
  text-align: right;
  font-size: 12px !important;
  line-height: 1;
  padding-right: 17px;
  margin-top: 10px;
  position: relative;
}
@media screen and (768px <= width <= 1023px) {
  .area-search-block-annotation {
    width: 86%;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .area-search-block-annotation {
    font-size: 3.2vw !important;
    padding-right: 4.5333333333vw;
    margin-top: 3.2vw;
    margin-bottom: 0 !important;
    margin-right: 5.3333333333vw;
  }
}
.area-search-block-annotation::after {
  content: "";
  width: 14px;
  height: 11px;
  background-image: url("assets/images/common/icon_link.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 1px;
  right: 2px;
}
@media screen and (max-width: 767px) {
  .area-search-block-annotation::after {
    width: 3.7333333333vw;
    height: 2.9333333333vw;
    top: 0.2666666667vw;
    right: 0.5333333333vw;
  }
}

/* ===========================================================

 * 本文下の共通表示コンテンツ（検索）

 * ======================================================== */
.content-common-search.index-search-box {
  background-color: #EEEEEE;
  padding: 22px 70px 30px;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .content-common-search.index-search-box {
    margin: 0 5.3333333333vw;
    padding: 3.7333333333vw 5.3333333333vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.content-common-search .index-search-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .content-common-search .index-search-heading {
    font-size: 4.2666666667vw;
    text-align: center;
    margin-bottom: 1.3333333333vw;
  }
}
.content-common-search .search-box {
  margin: 0;
}
#container .content-common-search .search-edit {
  padding: 9px 45px 9px 18px;
}
@media screen and (max-width: 767px) {
  #container .content-common-search .search-edit {
    padding: 2.4vw 10.6666666667vw 2.4vw 3.2vw;
    font-size: 4.2666666667vw;
  }
}
#container .content-common-search .search-submit {
  padding-right: 14px;
}
@media screen and (max-width: 767px) {
  #container .content-common-search .search-submit {
    padding-right: 2.6666666667vw;
  }
}

/* ===========================================================

 * 本文下の共通表示コンテンツ

 * ======================================================== */
.content-common-block {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .content-common-block {
    padding-bottom: 20.8vw;
  }
}
.content-common-block .content-common-inner {
  width: 1222px;
  margin: 0 auto;
}
@media screen and (max-width: 1221px) {
  .content-common-block .content-common-inner {
    width: auto;
  }
}
.content-common-block .content-common-inner-left {
  width: 834px;
}
@media screen and (min-width: 768px) {
  .content-common-block .content-common-inner-left {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1221px) {
  .content-common-block .content-common-inner-left {
    width: 67.4%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .content-common-block .content-common-inner-left {
    width: auto;
  }
}
.content-common-block .content-common-inner-left:has(.content-common-illust) {
  display: flex;
  justify-content: center;
}
.content-common-block .content-common-bg {
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .content-common-block .content-common-bg {
    padding: 0 5.3333333333vw 0.8vw;
  }
}
.content-common-block .content-common-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.content-common-block .content-common-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("assets/images/pc/common/bg_circle-bottom.svg");
  background-repeat: no-repeat;
  background-size: 499px 192px;
  background-position: left bottom;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
@media screen and (768px <= width < 1300px) {
  .content-common-block .content-common-bg::after {
    left: -120px;
  }
}
@media screen and (max-width: 767px) {
  .content-common-block .content-common-bg::after {
    background-image: url("assets/images/sp/common/bg_circle-bottom.svg");
    background-size: contain;
    bottom: 0;
    left: 0;
  }
}
.content-common-block .content-common-illust {
  width: 447px;
  height: 139px;
  margin: auto 0;
  transform: translateY(45px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .content-common-block .content-common-illust {
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .content-common-block .content-common-illust {
    width: 60vw;
    height: 35.7333333333vw;
    margin: 14.6666666667vw auto 0;
    transform: translate(1.3333333333vw, 1.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .content-common-block .content-common-illust::after {
    content: "";
    width: 100%;
    height: 6px;
    background-color: #F3FBFD;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 2.6666666667vw;
  }
}
.content-common-block .content-common-service-heading {
  display: flex;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .content-common-block .content-common-service-heading {
    justify-content: center;
    column-gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .content-common-block .content-common-service-heading {
    flex-direction: column;
    row-gap: 3.7333333333vw;
    margin-top: 13.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.content-common-block .content-common-service-text {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .content-common-block .content-common-service-text {
    font-size: 4.2666666667vw;
  }
}
.content-common-block .content-common-service-logo {
  display: inline-block;
  box-sizing: content-box;
  width: 178px;
  height: 33px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #000000;
}
@media screen and (max-width: 767px) {
  .content-common-block .content-common-service-logo {
    width: 46.4vw;
    height: 8.5333333333vw;
    padding-bottom: 2.1333333333vw;
    border-bottom: 0.2666666667vw dashed #000000;
  }
}
.content-common-block .content-common-service-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 0 70px 80px;
}
@media screen and (min-width: 768px) {
  .content-common-block .content-common-service-list {
    column-gap: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .content-common-block .content-common-service-list {
    margin: 0 10.6666666667vw 13.3333333333vw;
    row-gap: 2.6666666667vw;
  }
}
.content-common-block .content-common-service-item {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .content-common-block .content-common-service-item {
    width: 100%;
  }
}
.content-common-block .content-common-service-item a {
  display: block;
  width: 100%;
  padding: 10px 35px 10px 10px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .content-common-block .content-common-service-item a {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .content-common-block .content-common-service-item a {
    padding: 2.4vw 9.3333333333vw 2.4vw 8vw;
    text-align: left;
    border-radius: 2.1333333333vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .content-common-block .content-common-service-item a:hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}
.content-common-block .content-common-service-item a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .content-common-block .content-common-service-item a::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    right: 8vw;
  }
}
.content-common-block .content-common-service-item-urgency a {
  color: #DB4D4D;
}
.content-common-block .content-common-service-item-urgency a span {
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .content-common-block .content-common-service-item-urgency a span {
    padding-left: 5.6vw;
  }
}
.content-common-block .content-common-service-item-urgency a span::before {
  content: "";
  width: 18px;
  height: 16px;
  background-image: url("assets/images/common/icon_urgency.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .content-common-block .content-common-service-item-urgency a span::before {
    width: 4.8vw;
    height: 4.2666666667vw;
  }
}
.content-common-block .content-common-area .area-search-block {
  padding: 40px 60px 25px;
}
.content-common-block .content-common-area .area-search-block-illust {
  width: 200px;
  height: 148px;
  position: absolute;
  top: -60px;
  right: 5px;
}
.content-common-block .content-common-area .area-search-block-group dt {
  width: 122px;
  padding: 4px 10px;
}
.content-common-block .area-search-block-pref-wrap {
  width: calc(100% - 122px);
  column-gap: 12px;
  padding-left: 25px;
  border-left: 1px dashed #CCCCCC;
}
.content-common-block .content-common-area-sp {
  margin: 0 10.6666666667vw;
}
.content-common-block .content-common-area-sp .area-search-block-sp {
  padding: 0;
}
.content-common-block .content-common-area-sp .area-search-block-sp-illust {
  display: block;
  margin: 0 auto 4vw;
}
.content-common-block .area-search-block-annotation {
  margin-right: 0;
}
.content-common-block .content-common-contact-pc {
  margin: 60px 30px 30px;
}
@media screen and (1024px <= width <= 1220px) {
  .content-common-block .content-common-contact-pc {
    margin: 60px 0 30px;
  }
}
.content-common-block .about-link-pc {
  width: 100%;
  margin: 0 auto 60px;
}
.content-common-block .about-link-pc .about-link-pc-url {
  display: block;
  transition: all 0.2s;
}
.content-common-block .about-link-pc .about-link-pc-url:hover {
  opacity: 0.7;
}
.content-common-block .about-link-pc .about-link-pc-annotation {
  margin: 0;
  margin-top: 3px;
  font-size: 12px;
  text-align: right;
  line-height: 1;
}
.content-common-block .content-common-about-pc {
  margin: 0 30px !important;
  width: auto !important;
}
@media screen and (1024px <= width <= 1220px) {
  .content-common-block .content-common-about-pc {
    margin: 0 !important;
  }
}
.content-common-block .content-common-contact-sp {
  margin-top: 16vw;
}
.content-common-block .content-common-contact-sp .normal-tel-banner-sp {
  width: 100%;
  padding: 0 10.6666666667vw;
  margin: 0 auto 2.6666666667vw;
}
.content-common-block .content-common-contact-sp .material-banner-small-sp {
  width: 100%;
  padding: 0 10.6666666667vw;
  margin: 0 auto 4vw;
}
.content-common-block .content-common-contact-sp .about-link-sp {
  width: 100%;
  padding: 0 10.6666666667vw;
  margin: 0 auto;
}
.content-common-block .content-common-contact-sp .about-link-sp .about-link-sp-annotation {
  margin: 0;
  font-size: 3.2vw;
  line-height: 1.4;
  margin-top: 0.5333333333vw;
}

/* ===========================================================

 * PCサイドバー

 * ======================================================== */
#sidebar .widget {
  margin-bottom: 60px;
}
#sidebar .widget_media_image {
  margin-bottom: -8px;
  text-align: center;
}
@media screen and (768px <= width <= 1023px) {
  #sidebar .widget_media_image img {
    width: 40%;
  }
}
#sidebar .widget_search {
  margin-bottom: 80px;
}
#sidebar.sidebar h3 {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: inherit;
  /*↑スタイル初期化ここまで↑*/
  font-size: 20px;
  padding-left: 10px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
#sidebar.sidebar h3::before {
  content: "";
  width: 31px;
  height: 37px;
  background-image: url("assets/images/pc/common/img_sidebar-icon.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: -3px;
  left: -6px;
  z-index: -1;
}
#sidebar .cat-item:has(.children) + .cat-item {
  margin-top: 40px;
}
#sidebar .cat-item:has(.children) > a {
  background-color: #E1F4FA;
  border-radius: 4px;
  padding: 10px 15px;
  font-weight: bold;
  transition: all 0.2s;
}
#sidebar .cat-item:has(.children) > a:hover {
  opacity: 0.6;
}
#sidebar .children {
  padding-left: 15px;
}
#sidebar .children .cat-item {
  border-bottom: 1px dashed #999999;
  font-size: 15px;
}
#sidebar .children .cat-item a {
  position: relative;
  transition: all 0.2s;
}
#sidebar .children .cat-item a:hover {
  background-color: transparent;
  opacity: 0.6;
}
#sidebar .children .cat-item a::after {
  content: "→";
  color: #3F98B3;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
#sidebar .children .cat-item a:hover::after {
  right: 13px;
}
#sidebar .border-partition .a-wrap {
  border-bottom: 1px dashed #999999;
  margin-bottom: 0;
  padding: 18px 0;
  transition: all 0.2s;
}
#sidebar .border-partition .a-wrap:first-of-type {
  border-top: none;
  padding-top: 0;
}
#sidebar .border-partition .a-wrap:hover {
  background-color: transparent;
  opacity: 0.6;
}
#sidebar .widget-entry-cards figure {
  width: 112px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
}
#sidebar .widget-entry-cards figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sidebar .widget-entry-cards:not(.large-thumb-on) .card-title {
  -webkit-line-clamp: 2;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}
#sidebar .widget-entry-card-date {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#sidebar .widget-entry-card-date .post-date {
  padding: 0;
  margin: 0;
  font-size: 10px;
  color: #999999;
}
#sidebar .widget-entry-card-date .post-date::before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  margin-right: 3px;
}
#sidebar .widget-entry-card-date .post-update {
  padding: 0;
  margin: 0;
  font-size: 10px;
  color: #999999;
}
#sidebar .widget-entry-card-date .post-update::before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  width: 9px;
  height: 9px;
  background-image: url("assets/images/common/icon_update.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: relative;
  bottom: -1px;
}
#sidebar .entry-card-tags-ex {
  display: none;
}
#sidebar .tagcloud {
  column-gap: 8px;
  row-gap: 8px;
}
#sidebar .tagcloud a {
  border: 1px solid #000000;
  border-radius: 9999px;
  font-size: 14px;
  flex: none;
  margin: 0;
  padding: 2px 14px;
  outline: 1px solid transparent;
  transition: outline-color 0.2s;
}
#sidebar .tagcloud a:hover {
  outline-color: #000000;
  background-color: transparent;
}
#sidebar .tagcloud a .tag-caption .tax-icon {
  margin-right: 0;
}
#sidebar .tagcloud a .tag-caption .tax-icon::before {
  content: "#";
}
#sidebar #popular_entries-2 .post-tag {
  display: none;
}
#sidebar #popular_entries-2 .cat-label {
  display: none;
}
#sidebar .sidebar-scroll {
  top: 20px;
}

/* ===========================================================

 * フッター

 * ======================================================== */
#footer {
  margin: 0;
  padding: 0;
  background-color: #EEEEEE;
}
#footer .footer-link-block {
  padding: 40px 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #footer .footer-link-block {
    width: 95%;
    max-width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-link-block {
    padding: 0 10.6666666667vw 4vw;
  }
}
#footer .footer-link-block-logo {
  width: 311px;
  height: 126px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #footer .footer-link-block-logo {
    width: 69.6vw;
    height: 34.4vw;
    margin-bottom: 4.8vw;
    position: relative;
    top: -4.8vw;
    left: calc(50% + 8vw);
    transform: translateX(-50%);
  }
}
#footer .footer-link-block-illust {
  width: 347px;
  height: 239px;
  position: absolute;
  top: -52px;
  right: -10px;
}
@media screen and (max-width: 1260px) {
  #footer .footer-link-block-illust {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-link-block-illust {
    display: none;
  }
}
#footer .footer-link-block-group {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #footer .footer-link-block-group {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-link-block-group {
    padding-bottom: 5.3333333333vw;
  }
}
#footer .footer-link-block-group:not(:last-of-type) {
  border-bottom: 1px dashed #999999;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #footer .footer-link-block-group:not(:last-of-type) {
    margin-bottom: 6.1333333333vw;
  }
}
#footer .footer-link-block-group a {
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #footer .footer-link-block-group a {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer-link-block-group a:hover {
    text-decoration: none;
  }
}
#footer .footer-link-block-group-heading {
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #footer .footer-link-block-group-heading {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#footer .footer-link-block-group-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #footer .footer-link-block-group-list {
    font-size: 3.2vw;
    row-gap: 1.8666666667vw;
  }
}
#footer .footer-link-block-group-category .footer-link-block-group-item:not(:last-child)::after {
  content: "/";
  font-size: 14px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #footer .footer-link-block-group-category .footer-link-block-group-item:not(:last-child)::after {
    font-size: 3.2vw;
    margin-right: 1.3333333333vw;
  }
}
#footer .footer-in {
  background-color: #333333;
}
#footer .footer-bottom {
  margin-top: 0;
  padding: 18px 20px 12px;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom {
    padding: 10.6666666667vw 0 37.8666666667vw;
  }
}
#footer .footer-bottom-logo {
  position: static;
  float: none;
  width: 114px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom-logo {
    width: 30.4vw;
    height: 5.6vw;
    margin: 0 auto 5.8666666667vw;
  }
}
#footer .footer-bottom-logo img {
  width: 100%;
  height: auto;
}
#footer .footer-bottom-content {
  float: none;
  text-align: center;
  color: #FFFFFF;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom-content {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
  }
}
#footer .footer-bottom-list {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom-list {
    font-size: 3.2vw;
    column-gap: 2.6666666667vw;
    justify-content: center;
  }
}
#footer .footer-bottom-item a {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom-item a {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer-bottom-item a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    margin-top: 1.3333333333vw;
  }
}
#footer .fixed-footer-contact {
  width: 100%;
  padding: 1.8666666667vw 5.3333333333vw;
  background-color: rgba(63, 152, 179, 0.9);
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 16vw;
  transform: translateY(16vw);
  transition: transform 0.6s;
}
#footer .fixed-footer-contact.is-show {
  transform: translateY(0);
}
#footer .fixed-footer-contact-material, #footer .fixed-footer-contact-tel {
  width: 48%;
  height: 11.2vw;
}
#footer .fixed-footer-contact-material-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 11.2vw;
  padding: 0 1.3333333333vw 0 11.7333333333vw;
  margin-bottom: 0.5333333333vw;
  background-color: #FFFFFF;
  background-image: url("assets/images/sp/common/img_fixed-material.png");
  background-size: 11.2vw 7.4666666667vw;
  background-repeat: no-repeat;
  background-position: 5% 50%;
  box-shadow: 0 0.5333333333vw 0 #709BA5;
  border-radius: 2.1333333333vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #000000;
  text-align: center;
  letter-spacing: 0.02rem;
}
#footer .fixed-footer-contact-tel-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 11.2vw;
  padding: 0 1.3333333333vw 0 11.2vw;
  margin-bottom: 0.5333333333vw;
  background-color: #225F73;
  box-shadow: 0 0.5333333333vw 0 #133540;
  border-radius: 2.1333333333vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.02rem;
  position: relative;
}
#footer .fixed-footer-contact-tel-link::before {
  content: "";
  width: 14.1333333333vw;
  height: 14.4vw;
  background-image: url("assets/images/sp/common/img_fixed-tel.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer .fixed-footer-nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  line-height: 1.5;
}
#footer .fixed-footer-nav-list-wrap {
  background-color: #E1F4FA;
  width: 100%;
}
#footer .fixed-footer-nav-list {
  width: 100%;
  display: flex;
}
#footer .fixed-footer-nav-item {
  width: 20%;
  background-color: #E1F4FA;
  position: relative;
  transition: background-color 0.2s;
}
#footer .fixed-footer-nav-item-menu.is-active {
  background-color: #3F98B3;
}
#footer .fixed-footer-nav-item-text {
  background-color: transparent;
  border: none;
  color: #000000;
  display: block;
  width: 100%;
  padding-top: 9.8666666667vw;
  padding-bottom: 1.8666666667vw;
  font-size: 2.9333333333vw;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#footer .fixed-footer-nav-item-text::before {
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#footer .fixed-footer-nav-item-about .fixed-footer-nav-item-text::before {
  width: 4.5333333333vw;
  height: 5.3333333333vw;
  background-image: url("assets/images/sp/common/icon_global-nav_about.png");
  top: 3.2vw;
}
#footer .fixed-footer-nav-item-plan .fixed-footer-nav-item-text::before {
  width: 5.6vw;
  height: 5.6vw;
  background-image: url("assets/images/sp/common/icon_global-nav_plan.png");
  top: 3.2vw;
}
#footer .fixed-footer-nav-item-area .fixed-footer-nav-item-text::before {
  width: 6.4vw;
  height: 5.8666666667vw;
  background-image: url("assets/images/sp/common/icon_global-nav_area.png");
  top: 2.6666666667vw;
}
#footer .fixed-footer-nav-item-urgency .fixed-footer-nav-item-text {
  color: #DB4D4D;
}
#footer .fixed-footer-nav-item-urgency .fixed-footer-nav-item-text::before {
  width: 5.0666666667vw;
  height: 5.6vw;
  background-image: url("assets/images/sp/common/icon_global-nav_urgency.png");
  top: 2.6666666667vw;
}
#footer .fixed-footer-nav-item-menu.is-active .fixed-footer-nav-item-text {
  color: #FFFFFF;
}
#footer .fixed-footer-nav-item-menu-button {
  width: 4.5333333333vw;
  height: 0.5333333333vw;
  background-color: #000000;
  position: absolute;
  top: 4vw;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}
#footer .fixed-footer-nav-item-menu-button:nth-child(2) {
  top: 5.3333333333vw;
}
#footer .fixed-footer-nav-item-menu-button:nth-child(3) {
  top: 6.6666666667vw;
}
#footer .fixed-footer-nav-item-menu.is-active .fixed-footer-nav-item-menu-button {
  background-color: #FFFFFF;
}
#footer .fixed-footer-nav-item-menu.is-active .fixed-footer-nav-item-menu-button:first-child {
  top: 5.3333333333vw;
  transform: translateX(-50%) rotate(45deg);
}
#footer .fixed-footer-nav-item-menu.is-active .fixed-footer-nav-item-menu-button:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
#footer .fixed-footer-nav-item-menu.is-active .fixed-footer-nav-item-menu-button:nth-child(3) {
  top: 5.3333333333vw;
  transform: translateX(-50%) rotate(-45deg);
}
#footer .fixed-footer-menu {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #FFFFFF;
  overflow-y: scroll;
  position: fixed;
  top: 100vh;
  left: 0;
  z-index: -1;
}
#footer .fixed-footer-menu-heading {
  width: 100%;
  background-color: #E1F4FA;
  padding: 3.4666666667vw 5.3333333333vw;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#footer .fixed-footer-menu-heading-text {
  font-size: 4.8vw;
  font-weight: bold;
}
#footer .fixed-footer-menu-heading-button {
  background-color: transparent;
  border: none;
  display: block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  position: absolute;
  top: 50%;
  right: 4.8vw;
  transform: translateY(-50%);
  z-index: 1;
}
#footer .fixed-footer-menu-heading-button-line {
  display: block;
  width: 4.8vw;
  height: 0.5333333333vw;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
#footer .fixed-footer-menu-heading-button-line:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
#footer .fixed-footer-menu-heading-button-line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#footer .fixed-footer-menu-list-wrap {
  padding: 16vw 5.3333333333vw 24vw;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
#footer .fixed-footer-menu-item {
  border-bottom: 0.2666666667vw solid #CCCCCC;
}
#footer .fixed-footer-menu-item-link {
  display: block;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.4;
  padding: 4.2666666667vw 10.6666666667vw 4.2666666667vw 11.2vw;
  position: relative;
}
#footer .fixed-footer-menu-item-link::after {
  content: "";
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  border-top: 0.5333333333vw solid #000000;
  border-right: 0.5333333333vw solid #000000;
  position: absolute;
  top: 50%;
  right: 5.6vw;
  transform: translateY(-50%) rotate(45deg);
}
#footer .fixed-footer-menu-item-link::before {
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#footer .fixed-footer-menu-item-top .fixed-footer-menu-item-link::before {
  width: 4vw;
  height: 4vw;
  background-image: url("assets/images/sp/common/icon_global-nav_menu-top.svg");
  left: 5.3333333333vw;
}
#footer .fixed-footer-menu-item-about .fixed-footer-menu-item-link::before {
  width: 3.7333333333vw;
  height: 4vw;
  background-image: url("assets/images/sp/common/icon_global-nav_menu-about.svg");
  left: 5.3333333333vw;
}
#footer .fixed-footer-menu-item-plan .fixed-footer-menu-item-link::before {
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: url("assets/images/sp/common/icon_global-nav_menu-plan.svg");
  left: 5.3333333333vw;
}
#footer .fixed-footer-menu-item-area .fixed-footer-menu-item-link::before {
  width: 4.2666666667vw;
  height: 4vw;
  background-image: url("assets/images/sp/common/icon_global-nav_menu-area.svg");
  left: 5.3333333333vw;
}
#footer .fixed-footer-menu-item-urgency .fixed-footer-menu-item-link {
  color: #DB4D4D;
}
#footer .fixed-footer-menu-item-urgency .fixed-footer-menu-item-link::before {
  width: 3.7333333333vw;
  height: 4.2666666667vw;
  background-image: url("assets/images/sp/common/icon_global-nav_menu-urgency.svg");
  left: 5.3333333333vw;
}
#footer .fixed-footer-menu-item-episode .fixed-footer-menu-item-link::before {
  width: 3.7333333333vw;
  height: 3.2vw;
  background-image: url("assets/images/sp/common/icon_global-nav_menu-episode.svg");
  left: 5.3333333333vw;
}
#footer .fixed-footer-menu-item-review .fixed-footer-menu-item-link::before {
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-image: url("assets/images/sp/common/icon_global-nav_menu-review.svg");
  left: 5.3333333333vw;
}
#footer .fixed-footer-menu-item-faq .fixed-footer-menu-item-link::before {
  width: 3.4666666667vw;
  height: 4vw;
  background-image: url("assets/images/sp/common/icon_global-nav_menu-faq.svg");
  left: 5.3333333333vw;
}
#footer .fixed-footer-menu-item-privacy .fixed-footer-menu-item-link::before {
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-image: url("assets/images/sp/common/icon_global-nav_menu-privacy.svg");
  left: 5.3333333333vw;
}
#footer .fixed-footer-menu-item-company .fixed-footer-menu-item-link::before {
  width: 3.4666666667vw;
  height: 4.2666666667vw;
  background-image: url("assets/images/sp/common/icon_global-nav_menu-company.svg");
  top: 49%;
  left: 5.3333333333vw;
}
#footer .fixed-footer-menu-inner-item {
  border-top: 0.2666666667vw solid #CCCCCC;
  padding-left: 12vw;
}
#footer .fixed-footer-menu-inner-item-link {
  display: block;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.5;
  padding: 4.2666666667vw 10.6666666667vw 4.2666666667vw 4.8vw;
  position: relative;
}
#footer .fixed-footer-menu-inner-item-link.c-arrowIcon--right::after {
  width: 2.4vw;
  height: 2.4vw;
  right: 5.6vw;
}
#footer .fixed-footer-menu-inner-item-link::before {
  content: "";
  display: block;
  width: 2.4vw;
  height: 2.4vw;
  border-left: 0.2666666667vw solid #000000;
  border-bottom: 0.2666666667vw solid #000000;
  position: absolute;
  top: 5.3333333333vw;
  left: 0;
}
#footer .fixed-footer-menu-inner-item-link::after {
  content: "";
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  border-top: 0.5333333333vw solid #000000;
  border-right: 0.5333333333vw solid #000000;
  position: absolute;
  top: 50%;
  right: 5.6vw;
  transform: translateY(-50%) rotate(45deg);
}
#footer .fixed-footer-menu-inner-item-no1 {
  font-size: 2.9333333333vw;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.02rem;
  background-color: #333333;
  border-radius: 1.0666666667vw;
  padding: 0.8vw 1.3333333333vw 0.8vw 5.8666666667vw;
  margin-left: 1.8666666667vw;
  position: relative;
  top: -0.5333333333vw;
}
#footer .fixed-footer-menu-inner-item-no1::before {
  content: "";
  width: 3.7333333333vw;
  height: 2.4vw;
  background-image: url("assets/images/sp/common/icon_crown.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 1.3333333333vw;
  transform: translateY(-50%);
}

/* ===========================================================

 * CVボタンセット

 * ======================================================== */
.contact-button-block {
  display: flex;
  justify-content: space-between;
}
.contact-button-block .contact-button-block-inner {
  width: 48.5%;
}
.contact-button-block .contact-button-block-balloon {
  width: 280px;
  height: 34px;
  line-height: 34px;
  margin: 0 auto 17px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 9999px;
  position: relative;
}
.contact-button-block .contact-button-block-balloon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #CCCCCC transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-button-block .contact-button-block-balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-button-block .contact-button-block-balloon-yellow {
  background-color: #FFCB1F;
  border: none;
}
.contact-button-block .contact-button-block-balloon-yellow::before {
  border-color: #FFCB1F transparent transparent transparent;
}
.contact-button-block .contact-button-block-balloon-yellow::after {
  content: none;
}
.contact-button-block .contact-button-block-balloon-text {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  line-height: 34px;
}
.contact-button-block .contact-button-block-balloon-yellow .contact-button-block-balloon-text {
  position: relative;
  top: -2px;
}
.contact-button-block .contact-button-block-balloon-text-accent {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  bottom: -1px;
}
.contact-button-block .contact-button-block-tel {
  width: 100%;
  height: 150px;
  background-color: #3F98B3;
  border-radius: 8px;
  padding: 18px 30px 15px 18px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (1024px <= width <= 1220px) {
  .contact-button-block .contact-button-block-tel {
    padding: 18px 10px 15px;
    height: 145px;
  }
}
@media screen and (width <= 845px) {
  .contact-button-block .contact-button-block-tel {
    padding: 18px 10px 15px;
    height: 145px;
  }
}
.contact-button-block .contact-button-block-tel-heading {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 25px;
  padding-left: 10px;
  letter-spacing: 0.04rem;
}
.contact-button-block .contact-button-block-tel-heading-underline {
  border-bottom: 1px dashed #FFFFFF;
  padding-bottom: 5px;
}
.contact-button-block .contact-button-block-tel-content {
  padding-left: 84px;
  position: relative;
}
@media screen and (1024px <= width <= 1220px) {
  .contact-button-block .contact-button-block-tel-content {
    padding-left: 60px;
  }
}
@media screen and (width <= 845px) {
  .contact-button-block .contact-button-block-tel-content {
    padding-left: 65px;
  }
}
.contact-button-block .contact-button-block-tel-content::before {
  content: "";
  width: 74px;
  height: 74px;
  background-image: url("assets/images/pc/common/img_tel-woman.png");
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (1024px <= width <= 1220px) {
  .contact-button-block .contact-button-block-tel-content::before {
    width: 52px;
    height: 52px;
  }
}
@media screen and (width <= 845px) {
  .contact-button-block .contact-button-block-tel-content::before {
    width: 55px;
    height: 55px;
  }
}
.contact-button-block .contact-button-block-tel-number {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 38px;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.01rem;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
@media screen and (1024px <= width <= 1220px) {
  .contact-button-block .contact-button-block-tel-number {
    font-size: 36px;
    padding-left: 25px;
  }
}
.contact-button-block .contact-button-block-tel-number::before {
  content: "";
  width: 26px;
  height: 31px;
  background-image: url("assets/images/common/icon_tel-white.svg");
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 58%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (1024px <= width <= 1220px) {
  .contact-button-block .contact-button-block-tel-number::before {
    width: 22px;
    height: 27px;
  }
}
.contact-button-block .contact-button-block-box-wrap {
  display: flex;
  column-gap: 10px;
  margin: 0;
  padding: 0;
}
.contact-button-block .contact-button-block-box {
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05rem;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  margin: 0;
  padding: 5px 20px 4px;
}
@media screen and (1024px <= width <= 1220px) {
  .contact-button-block .contact-button-block-box {
    padding: 5px 0 4px;
  }
  .contact-button-block .contact-button-block-box:nth-of-type(1) {
    flex-grow: 1;
  }
  .contact-button-block .contact-button-block-box:nth-of-type(2) {
    flex-grow: 2;
  }
}
@media screen and (width <= 845px) {
  .contact-button-block .contact-button-block-box {
    padding: 5px 0 4px;
  }
  .contact-button-block .contact-button-block-box:nth-of-type(1) {
    flex-grow: 1;
  }
  .contact-button-block .contact-button-block-box:nth-of-type(2) {
    flex-grow: 2;
  }
}
.contact-button-block .contact-button-block-material {
  width: 100%;
}
.contact-button-block .contact-button-block-material-inner {
  width: 100%;
  height: 150px;
  background-color: #3F98B3;
  border-radius: 8px;
  padding: 18px 15px 15px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s;
}
@media screen and (1024px <= width <= 1220px) {
  .contact-button-block .contact-button-block-material-inner {
    height: 145px;
  }
}
@media screen and (width <= 845px) {
  .contact-button-block .contact-button-block-material-inner {
    height: 145px;
  }
}
.contact-button-block .contact-button-block-material:hover .contact-button-block-material-inner {
  background-color: #4BA5BE;
}
.contact-button-block .contact-button-block-material-heading {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 0.04rem;
  margin-bottom: 25px;
}
.contact-button-block .contact-button-block-material-heading-underline {
  border-bottom: 1px dashed #FFFFFF;
  padding-bottom: 5px;
}
.contact-button-block .contact-button-block-material-heading-accent {
  padding-top: 6px;
  position: relative;
}
.contact-button-block .contact-button-block-material-heading-accent::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact-button-block .contact-button-block-material-content {
  padding-left: 162px;
  position: relative;
}
@media screen and (1024px <= width <= 1220px) {
  .contact-button-block .contact-button-block-material-content {
    padding-left: 122px;
  }
}
@media screen and (width <= 845px) {
  .contact-button-block .contact-button-block-material-content {
    padding-left: 135px;
  }
}
.contact-button-block .contact-button-block-material-content::before {
  content: "";
  width: 169px;
  height: 108px;
  background-image: url("assets/images/pc/single/img_cv-material.png");
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -12px;
  left: -9px;
}
@media screen and (1024px <= width <= 1220px) {
  .contact-button-block .contact-button-block-material-content::before {
    width: 150px;
    height: 87px;
    left: -12px;
  }
}
@media screen and (width <= 845px) {
  .contact-button-block .contact-button-block-material-content::before {
    width: 150px;
    height: 87px;
    left: -12px;
    bottom: -7px;
  }
}
.contact-button-block .contact-button-block-material-button {
  width: 180px;
  height: 53px;
  line-height: 53px;
  background-color: #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  padding-right: 15px;
  transition: all 0.2s;
  position: relative;
}
@media screen and (1024px <= width <= 1220px) {
  .contact-button-block .contact-button-block-material-button {
    width: auto;
    height: 50px;
    line-height: 50px;
    padding-right: 8%;
    font-size: 15px;
  }
}
.contact-button-block .contact-button-block-material-button::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (1024px <= width <= 1220px) {
  .contact-button-block .contact-button-block-material-button::after {
    right: 10px;
  }
}
@media screen and (width <= 845px) {
  .contact-button-block .contact-button-block-material-button::after {
    right: 10px;
  }
}
.contact-button-block .contact-button-block-material-button-small {
  font-size: 12px;
  margin-left: 2px;
  position: relative;
  bottom: 1px;
}
@media screen and (1024px <= width <= 1220px) {
  .contact-button-block .contact-button-block-material-button-small {
    font-size: 11px;
  }
}
@media screen and (width <= 845px) {
  .contact-button-block .contact-button-block-material-button-small {
    font-size: 11px;
  }
}
.contact-button-block .contact-button-block-material:hover .contact-button-block-material-button {
  transform: translateY(2px);
  box-shadow: none;
}
.contact-button-block .contact-button-block-material-annotation {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
  white-space: nowrap;
}
@media screen and (1024px <= width <= 1220px) {
  .contact-button-block .contact-button-block-material-annotation {
    font-size: 10px;
  }
}
@media screen and (width <= 845px) {
  .contact-button-block .contact-button-block-material-annotation {
    font-size: 10px;
  }
}

.contact-button-block-sp {
  background-color: #3F98B3;
  padding: 5.6vw 5.3333333333vw 0;
  border-radius: 2.1333333333vw;
  margin: 0 5.3333333333vw 0;
}
.contact-button-block-sp .contact-button-block-sp-heading {
  width: 57.6vw;
  height: 12.8vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.2666666667vw;
}
.contact-button-block-sp .contact-button-block-sp-content {
  width: 58.9333333333vw;
  height: 42.1333333333vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -6.4vw;
  transform: translateX(-0.5333333333vw);
}
.contact-button-block-sp .contact-button-block-sp-tel {
  margin-bottom: 3.2vw;
}
.contact-button-block-sp .contact-button-block-sp-tel-link {
  display: block;
  width: 100%;
  padding: 6.6666666667vw 2.6666666667vw 6.4vw 10.6666666667vw;
  margin-bottom: 0.8vw;
  border-radius: 9999px;
  font-size: 5.6vw;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  background-color: #225F73;
  box-shadow: 0 0.8vw 0 #133540;
  position: relative;
}
.contact-button-block-sp .contact-button-block-sp-tel-link::before {
  content: "";
  width: 5.3333333333vw;
  height: 6.4vw;
  background-image: url("assets/images/common/icon_tel-white.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 6.6666666667vw;
  transform: translateY(-50%);
}
.contact-button-block-sp .contact-button-block-sp-tel-link span {
  font-size: 3.7333333333vw;
  margin-left: 1.3333333333vw;
  letter-spacing: 0.05rem;
  position: relative;
  bottom: 0.5333333333vw;
}
.contact-button-block-sp .contact-button-block-sp-material-link {
  display: block;
  width: 100%;
  padding: 5.0666666667vw 2.6666666667vw 4.8vw 11.2vw;
  margin-bottom: 0.8vw;
  border-radius: 9999px;
  font-size: 4.8vw;
  font-weight: bold;
  color: #000000;
  text-align: center;
  line-height: 1;
  background-color: #FFFFFF;
  box-shadow: 0 0.8vw 0 #336C80;
  background-image: url("assets/images/sp/common/img_contact-material.png");
  background-size: 13.3333333333vw 8.8vw;
  background-repeat: no-repeat;
  background-position: 6% 50%;
  position: relative;
}
.contact-button-block-sp .contact-button-block-sp-material-link::after {
  content: "";
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  top: 50%;
  right: 4.8vw;
  transform: translateY(-50%) rotate(45deg);
}
.contact-button-block-sp .contact-button-block-sp-material-link span {
  font-size: 3.2vw;
  margin-left: 0.8vw;
  letter-spacing: 0.05rem;
  position: relative;
  bottom: 0.2666666667vw;
}
.contact-button-block-sp .contact-button-block-sp-guidebook {
  margin-top: 5.3333333333vw;
  width: 69.0666666667vw;
  height: 26.6666666667vw;
  transform: translateX(-1.0666666667vw);
}

/************************************************************************

** ページ

************************************************************************/
/* ===========================================================

 * カルーセル（トップページMV下）

 * ======================================================== */
#carousel.carousel {
  background-color: #F3FBFD;
  margin: 0;
  padding: 0 0 65px;
}
@media screen and (max-width: 767px) {
  #carousel.carousel {
    padding: 0 0 10.1333333333vw;
  }
}
#carousel .carousel-in {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #carousel .carousel-in {
    padding-top: 52px;
  }
}
#carousel .carousel-heading {
  width: 326px;
  height: 115px;
  margin: 0 auto 8px;
}
@media screen and (min-width: 768px) {
  #carousel .carousel-heading {
    transform: translateY(-13px);
  }
}
@media screen and (max-width: 767px) {
  #carousel .carousel-heading {
    width: 78.4vw;
    height: 24.8vw;
    margin: 0 auto 2.6666666667vw;
  }
}
#carousel .carousel-content {
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #carousel .carousel-content {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
}
@media screen and (max-width: 767px) {
  #carousel .carousel-content {
    padding-bottom: 30px;
  }
}
#carousel .carousel-entry-card-wrap {
  margin: 0 9px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #carousel .carousel-entry-card-wrap {
    margin: 0 2.6666666667vw;
    border-radius: 2.1333333333vw;
    box-shadow: 0 0.5333333333vw 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  #carousel .carousel-entry-card-wrap:hover {
    box-shadow: none;
    transform: translateY(3px);
  }
}
#carousel .carousel-entry-card-thumb {
  width: 100%;
  height: 170px;
  margin-top: 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: static;
}
@media screen and (max-width: 767px) {
  #carousel .carousel-entry-card-thumb {
    height: 43.7333333333vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
#carousel .carousel-entry-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#carousel .carousel-entry-card-content {
  padding: 14px 20px 18px;
}
@media screen and (max-width: 767px) {
  #carousel .carousel-entry-card-content {
    padding: 3.7333333333vw 5.3333333333vw 4.8vw;
  }
}
#carousel .carousel-entry-card-cat {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #carousel .carousel-entry-card-cat {
    margin-bottom: 2.1333333333vw;
  }
}
#carousel .cat-label {
  position: static;
  background-color: transparent;
  border: none;
  padding: 0;
  max-width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #3F98B3;
  padding-left: 12px;
  position: relative;
  top: 0;
  left: -2px;
}
@media screen and (max-width: 767px) {
  #carousel .cat-label {
    font-size: 4vw;
    padding-left: 3.2vw;
    left: -0.5333333333vw;
  }
}
#carousel .cat-label::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #3F98B3;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #carousel .cat-label::before {
    width: 1.6vw;
    height: 0.2666666667vw;
    top: 2.1333333333vw;
  }
}
#carousel .carousel-entry-card-title {
  -webkit-line-clamp: 2;
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  height: 50px;
}
@media screen and (max-width: 767px) {
  #carousel .carousel-entry-card-title {
    font-size: 4.8vw;
    height: 13.3333333333vw;
  }
}
#carousel .carousel-entry-card-update {
  color: #999999;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #carousel .carousel-entry-card-update {
    font-size: 4vw;
    padding-left: 5.3333333333vw;
  }
}
#carousel .carousel-entry-card-update::before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("assets/images/common/icon_update.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #carousel .carousel-entry-card-update::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
#carousel .slick-dots {
  display: block !important;
  bottom: 3px;
}
@media screen and (max-width: 767px) {
  #carousel .slick-dots {
    bottom: 0.8vw;
  }
}
#carousel .slick-dots li {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #carousel .slick-dots li {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #carousel .slick-dots li button {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    padding: 1.3333333333vw;
  }
}
#carousel .slick-dots li button:before {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  #carousel .slick-dots li button:before {
    font-size: 2.9333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    line-height: 5.3333333333vw;
  }
}
#carousel .slick-dots li.slick-active button:before {
  color: #3F98B3;
  opacity: 1;
}
#carousel .slick-next, #carousel .slick-prev {
  width: 40px;
  height: 40px;
  top: 46%;
}
@media screen and (max-width: 767px) {
  #carousel .slick-next, #carousel .slick-prev {
    width: 12vw;
    height: 12vw;
  }
}
#carousel .slick-next::before, #carousel .slick-prev::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #carousel .slick-next::before, #carousel .slick-prev::before {
    width: 12vw;
    height: 12vw;
  }
}
#carousel .slick-next::after, #carousel .slick-prev::after {
  content: "";
  width: 20px;
  height: 8px;
  background-image: url("assets/images/common/icon_arrow-white.svg");
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  #carousel .slick-next::after, #carousel .slick-prev::after {
    width: 6.4vw;
    height: 2.6666666667vw;
  }
}
#carousel .slick-next {
  right: -2px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #carousel .slick-next {
    right: 4.5333333333vw;
  }
}
#carousel .slick-next::after {
  transform: translate(-50%, -50%);
}
#carousel .slick-prev {
  left: -2px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #carousel .slick-prev {
    left: 4.5333333333vw;
  }
}
#carousel .slick-prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}

/* ===========================================================

 * トップページ

 * ======================================================== */
.home .index-top {
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .index-top {
    margin-bottom: 0;
  }
}
.home .index-top-illust {
  width: 550px;
  height: 316px;
  margin-left: 5.3%;
}
@media screen and (max-width: 767px) {
  .home .index-top-illust {
    width: 58.4vw;
    height: 71.4666666667vw;
    margin: 0 auto;
  }
}
.home .content {
  position: relative;
  z-index: 1;
}
.home .content::before {
  content: "";
  width: 100%;
  height: 20.4vw;
  background-image: url("assets/images/pc/common/bg_circle-top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 165px;
  left: 0;
}
@media screen and (768px <= width <= 834px) {
  .home .content::before {
    top: 135px;
  }
}
@media screen and (max-width: 767px) {
  .home .content::before {
    width: 100%;
    height: 25.0666666667vw;
    background-image: url("assets/images/sp/common/bg_circle-top.svg");
    top: 22.9333333333vw;
    left: 0;
    transform: none;
  }
}
.home .content::after {
  content: "";
  width: 100%;
  height: calc(100% - (165px + 20.4vw));
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (768px <= width <= 834px) {
  .home .content::after {
    height: calc(100% - (135px + 20.4vw));
  }
}
@media screen and (max-width: 767px) {
  .home .content::after {
    height: calc(100% - 48vw);
  }
}
@media screen and (max-width: 767px) {
  .home .index-top-bg {
    padding-top: 15.2vw;
  }
}
.home .list-wrap {
  margin: 0;
  padding-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .home .list-wrap {
    padding-bottom: 13.3333333333vw;
  }
}

#list-wrap .list-column + .list-column {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #list-wrap .list-column + .list-column {
    margin-top: 14.6666666667vw;
  }
}
#list-wrap .list-title-block {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #list-wrap .list-title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #list-wrap .list-title-block {
    margin: 0 5.3333333333vw 5.3333333333vw;
  }
}
#list-wrap .list-title {
  text-align: left;
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #list-wrap .list-title {
    font-size: 4.8vw;
  }
}
#list-wrap .list-title-in {
  position: static;
  padding: 0;
  white-space: inherit;
  font-size: 36px;
  color: #3F98B3;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  #list-wrap .list-title-in {
    font-size: 7.4666666667vw;
    margin-right: 1.3333333333vw;
  }
}
#list-wrap .list-title-in::before, #list-wrap .list-title-in::after {
  content: none;
}
#list-wrap .list-more-button-wrap {
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #list-wrap .list-more-button-wrap {
    text-align: center;
    margin-top: 6.6666666667vw;
  }
}
#list-wrap .list-more-button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding-right: 35px;
  position: relative;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #list-wrap .list-more-button {
    display: inline-block;
    width: 53.3333333333vw;
    height: 11.2vw;
    line-height: 10.9333333333vw;
    padding-right: 10.1333333333vw;
    padding-left: 2.6666666667vw;
    background-color: #FFFFFF;
    font-size: 3.7333333333vw;
    font-weight: bold;
    border: 1px solid #000000;
    border-radius: 2.1333333333vw;
    box-shadow: 0 0.5333333333vw 0 rgba(0, 0, 0, 0.2);
  }
}
#list-wrap .list-more-button:hover {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  #list-wrap .list-more-button:hover {
    opacity: 0.7;
  }
}
#list-wrap .list-more-button-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #list-wrap .list-more-button-icon {
    border: 1px solid #000000;
    border-radius: 50%;
    transition: all 0.2s;
  }
}
@media screen and (max-width: 767px) {
  #list-wrap .list-more-button-icon {
    right: 3.7333333333vw;
  }
}
#list-wrap .list-more-button-icon::before {
  content: "";
  width: 16px;
  height: 6px;
  background-image: url("assets/images/common/icon_arrow-black.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  #list-wrap .list-more-button:hover .list-more-button-icon {
    right: -2px;
    opacity: 0.7;
  }
}
#list-wrap .ect-vertical-card {
  column-gap: 3%;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  #list-wrap .ect-vertical-card {
    column-gap: 5.3333333333vw;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
    scroll-padding: 5.3333333333vw;
    scroll-snap-type: x mandatory;
  }
}
#list-wrap .entry-card-wrap {
  width: 31.3333333333%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #list-wrap .entry-card-wrap {
    width: 64vw;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}
#list-wrap .entry-card-wrap:hover {
  background-color: transparent;
}
#list-wrap .entry-card-thumb {
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  #list-wrap .entry-card-thumb {
    width: 100%;
    height: 40vw;
    border-radius: 2.1333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
#list-wrap .entry-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  #list-wrap .entry-card-wrap:hover .entry-card-thumb img {
    transform: scale(1.1, 1.1);
  }
}
#list-wrap .cat-label {
  position: static;
  top: auto;
  left: auto;
  border: none;
  background-color: transparent;
  padding: 0;
  max-width: 100%;
  white-space: inherit;
  font-size: 14px;
  font-weight: bold;
  color: #3F98B3;
  padding-left: 12px;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #list-wrap .cat-label {
    font-size: 3.7333333333vw;
    padding-left: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
#list-wrap .cat-label::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #3F98B3;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #list-wrap .cat-label::before {
    width: 1.6vw;
    height: 0.2666666667vw;
    top: 2.1333333333vw;
  }
}
#list-wrap .entry-card-title {
  -webkit-line-clamp: 2;
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.5;
  height: 45px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  #list-wrap .entry-card-title {
    font-size: 4.2666666667vw;
    height: 12vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #list-wrap .entry-card-wrap:hover .entry-card-title {
    text-decoration: none;
  }
}
#list-wrap .ect-vertical-card .entry-card-wrap .entry-card-meta {
  padding-top: 0;
}
#list-wrap .entry-card-info {
  justify-content: flex-start;
}
#list-wrap .post-tag {
  text-align: left;
  padding: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #list-wrap .post-tag {
    margin-bottom: 4vw;
  }
}
#list-wrap .post-tag object {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 5px;
}
@media screen and (max-width: 767px) {
  #list-wrap .post-tag object {
    column-gap: 2.1333333333vw;
    row-gap: 1.6vw;
  }
}
#list-wrap .post-tag a {
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 9999px;
  font-size: 12px;
  flex: none;
  margin: 0;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  #list-wrap .post-tag a {
    font-size: 3.2vw;
    padding: 0.8vw 2.6666666667vw;
  }
}
#list-wrap .post-tag a::before {
  content: "#";
}
#list-wrap .post-date {
  margin: 0;
  color: #999999;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #list-wrap .post-date {
    font-size: 3.7333333333vw;
  }
}
#list-wrap .post-date .far {
  margin-right: 4px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #list-wrap .post-date .far {
    margin-right: 1.0666666667vw;
    font-size: 4vw;
  }
}
#list-wrap .post-update {
  margin: 0;
  color: #999999;
  font-size: 14px;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  #list-wrap .post-update {
    font-size: 3.7333333333vw;
    padding-left: 4.8vw;
  }
}
#list-wrap .post-update::before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("assets/images/common/icon_update.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #list-wrap .post-update::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}

/* ===========================================================

 * 一覧ページ

 * ======================================================== */
#archive-title-wrap.archive-title-wrap {
  margin: 28px 0 35px;
  padding-top: 95px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #archive-title-wrap.archive-title-wrap {
    margin: 6.6666666667vw 5.3333333333vw 6.6666666667vw;
    padding-top: 26.1333333333vw;
  }
}
#archive-title-wrap .archive-title-image {
  width: 102px;
  height: 73px;
  position: absolute;
  top: 0;
  left: -20px;
}
@media screen and (768px <= width <= 1275px) {
  #archive-title-wrap .archive-title-image {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #archive-title-wrap .archive-title-image {
    width: 27.2vw;
    height: 19.4666666667vw;
    left: 0;
  }
}
#archive-title-wrap .archive-title-image.archive-title-image-funeral {
  width: 102px;
  height: 73px;
}
@media screen and (max-width: 767px) {
  #archive-title-wrap .archive-title-image.archive-title-image-funeral {
    width: 27.2vw;
    height: 19.4666666667vw;
  }
}
#archive-title-wrap .archive-title-image.archive-title-image-hoyo {
  width: 110px;
  height: 85px;
}
@media screen and (max-width: 767px) {
  #archive-title-wrap .archive-title-image.archive-title-image-hoyo {
    width: 29.3333333333vw;
    height: 22.6666666667vw;
  }
}
#archive-title-wrap .archive-title-image.archive-title-image-butsudan {
  width: 108px;
  height: 76px;
}
@media screen and (max-width: 767px) {
  #archive-title-wrap .archive-title-image.archive-title-image-butsudan {
    width: 28.8vw;
    height: 20.2666666667vw;
  }
}
#archive-title-wrap .archive-title-image.archive-title-image-shukatsu {
  width: 106px;
  height: 75px;
}
@media screen and (max-width: 767px) {
  #archive-title-wrap .archive-title-image.archive-title-image-shukatsu {
    width: 28.2666666667vw;
    height: 20vw;
  }
}
#archive-title-wrap .archive-title {
  margin: 0;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #archive-title-wrap .archive-title {
    font-size: 4.8vw;
  }
}
#archive-title-wrap .archive-title span.fas {
  display: none;
}
#archive-title-wrap .archive-title-text {
  margin-right: 5px;
  font-size: 36px;
  color: #3F98B3;
}
@media screen and (max-width: 767px) {
  #archive-title-wrap .archive-title-text {
    font-size: 7.4666666667vw;
    margin-right: 0.8vw;
  }
}

.archive .content {
  position: relative;
  z-index: 1;
}
.archive .content::before {
  content: "";
  width: 100%;
  height: 20.4vw;
  background-image: url("assets/images/pc/common/bg_circle-top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 100px;
  left: 0;
}
@media screen and (768px <= width <= 834px) {
  .archive .content::before {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .archive .content::before {
    width: 100%;
    height: 25.0666666667vw;
    background-image: url("assets/images/sp/common/bg_circle-top.svg");
    top: 0;
    left: 0;
    transform: none;
  }
}
.archive .content::after {
  content: "";
  width: 100%;
  height: calc(100% - (100px + 20.4vw));
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (768px <= width <= 834px) {
  .archive .content::after {
    height: calc(100% - (60px + 20.4vw));
  }
}
@media screen and (max-width: 767px) {
  .archive .content::after {
    height: calc(100% - 25.0666666667vw);
  }
}
.archive .index-top-bg {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .archive .index-top-bg {
    padding-bottom: 12.8vw;
  }
}
.archive .pagination {
  margin-top: 40px;
  margin-bottom: 0;
}
.archive .page-numbers {
  border: 1px solid #000000;
  border-radius: 4px;
  background-color: #FFFFFF;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 2px;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .archive .page-numbers {
    border-radius: 1.0666666667vw;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    line-height: 10.1333333333vw;
    margin-bottom: 0.5333333333vw;
    font-size: 4vw;
    box-shadow: 0 0.5333333333vw 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .archive .page-numbers:hover {
    background-color: transparent;
    box-shadow: none;
    transform: translateY(2px);
  }
}
.archive .page-numbers.current {
  background-color: #3F98B3;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .archive .page-numbers.current:hover {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    transform: none;
  }
}
.archive .page-numbers.next {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .archive .page-numbers.next {
    margin-left: 5.3333333333vw;
  }
}
.archive .page-numbers.prev {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .archive .page-numbers.prev {
    margin-right: 5.3333333333vw;
  }
}
.archive .screen-reader-text-icon-prev {
  display: inline-block;
  width: 18px;
  height: 7px;
  background-image: url("assets/images/common/icon_arrow-black.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: relative;
  top: -2px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .archive .screen-reader-text-icon-prev {
    width: 4.8vw;
    height: 1.8666666667vw;
    top: -0.5333333333vw;
  }
}
.archive .screen-reader-text-icon-next {
  display: inline-block;
  width: 18px;
  height: 7px;
  background-image: url("assets/images/common/icon_arrow-black.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .archive .screen-reader-text-icon-next {
    width: 4.8vw;
    height: 1.8666666667vw;
    top: -0.5333333333vw;
  }
}

#list.list {
  column-gap: 19px;
  row-gap: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #list.list {
    margin: 0 5.3333333333vw;
    row-gap: 10.6666666667vw;
  }
}
#list .ect-vertical-card {
  column-gap: 3%;
}
@media screen and (max-width: 767px) {
  #list .ect-vertical-card {
    column-gap: 5.3333333333vw;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
    scroll-padding: 5.3333333333vw;
    scroll-snap-type: x mandatory;
  }
}
#list .entry-card-wrap {
  width: 31.3333333333%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #list .entry-card-wrap {
    width: 47% !important;
  }
}
#list .entry-card-wrap:hover {
  background-color: transparent;
}
#list .entry-card-thumb {
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  #list .entry-card-thumb {
    width: 100%;
    height: 26.1333333333vw;
    border-radius: 2.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#list .entry-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  #list .entry-card-wrap:hover .entry-card-thumb img {
    transform: scale(1.1, 1.1);
  }
}
#list .cat-label {
  position: static;
  top: auto;
  left: auto;
  border: none;
  background-color: transparent;
  padding: 0;
  max-width: 100%;
  white-space: inherit;
  font-size: 14px;
  font-weight: bold;
  color: #3F98B3;
  padding-left: 12px;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #list .cat-label {
    font-size: 3.2vw;
    padding-left: 2.6666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
#list .cat-label::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #3F98B3;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #list .cat-label::before {
    width: 1.6vw;
    height: 0.2666666667vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
#list .entry-card-title {
  -webkit-line-clamp: 2;
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.5;
  height: 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #list .entry-card-title {
    -webkit-line-clamp: 3;
    font-size: 4vw;
    line-height: 1.6;
    height: 19.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #list .entry-card-wrap:hover .entry-card-title {
    text-decoration: none;
  }
}
#list .ect-vertical-card .entry-card-wrap .entry-card-meta {
  padding-top: 0;
}
#list .entry-card-info {
  justify-content: flex-start;
}
#list .post-tag {
  text-align: left;
  padding: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #list .post-tag {
    margin-bottom: 2.1333333333vw;
  }
}
#list .post-tag object {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 5px;
}
@media screen and (max-width: 767px) {
  #list .post-tag object {
    column-gap: 1.0666666667vw;
    row-gap: 1.6vw;
  }
}
#list .post-tag a {
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 9999px;
  font-size: 12px;
  flex: none;
  margin: 0;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  #list .post-tag a {
    font-size: 2.6666666667vw;
    padding: 0.8vw 2.6666666667vw;
  }
}
#list .post-tag a::before {
  content: "#";
}
#list .post-date {
  margin: 0;
  color: #999999;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #list .post-date {
    font-size: 3.7333333333vw;
  }
}
#list .post-date .far {
  margin-right: 4px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #list .post-date .far {
    margin-right: 1.0666666667vw;
    font-size: 4vw;
  }
}
#list .post-update {
  margin: 0;
  color: #999999;
  font-size: 14px;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  #list .post-update {
    font-size: 3.2vw;
    padding-left: 3.7333333333vw;
  }
}
#list .post-update::before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("assets/images/common/icon_update.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #list .post-update::before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}

/* ===========================================================

 * 検索結果ページ

 * ======================================================== */
.search .content {
  position: relative;
  margin-top: 95px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .search .content {
    margin-top: 18.6666666667vw;
  }
}
.search .content::before {
  content: "";
  width: 100%;
  height: 20.4vw;
  background-image: url("assets/images/pc/common/bg_circle-top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 100px;
  left: 0;
}
@media screen and (768px <= width <= 834px) {
  .search .content::before {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .search .content::before {
    width: 100%;
    height: 25.0666666667vw;
    background-image: url("assets/images/sp/common/bg_circle-top.svg");
    top: 0;
    left: 0;
    transform: none;
  }
}
.search .content::after {
  content: "";
  width: 100%;
  height: calc(100% - (100px + 20.4vw));
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (768px <= width <= 834px) {
  .search .content::after {
    height: calc(100% - (60px + 20.4vw));
  }
}
@media screen and (max-width: 767px) {
  .search .content::after {
    height: calc(100% - 25.0666666667vw);
  }
}
.search .index-top-bg {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .search .index-top-bg {
    padding-bottom: 12.8vw;
  }
}
.search .pagination {
  margin-top: 40px;
  margin-bottom: 0;
}
.search .page-numbers {
  border: 1px solid #000000;
  border-radius: 4px;
  background-color: #FFFFFF;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 2px;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .search .page-numbers {
    border-radius: 1.0666666667vw;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    line-height: 10.1333333333vw;
    margin-bottom: 0.5333333333vw;
    font-size: 4vw;
    box-shadow: 0 0.5333333333vw 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .search .page-numbers:hover {
    background-color: transparent;
    box-shadow: none;
    transform: translateY(2px);
  }
}
.search .page-numbers.current {
  background-color: #3F98B3;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .search .page-numbers.current:hover {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    transform: none;
  }
}
.search .page-numbers.next {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .search .page-numbers.next {
    margin-left: 5.3333333333vw;
  }
}
.search .page-numbers.prev {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .search .page-numbers.prev {
    margin-right: 5.3333333333vw;
  }
}
.search .screen-reader-text-icon-prev {
  display: inline-block;
  width: 18px;
  height: 7px;
  background-image: url("assets/images/common/icon_arrow-black.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: relative;
  top: -2px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .search .screen-reader-text-icon-prev {
    width: 4.8vw;
    height: 1.8666666667vw;
    top: -0.5333333333vw;
  }
}
.search .screen-reader-text-icon-next {
  display: inline-block;
  width: 18px;
  height: 7px;
  background-image: url("assets/images/common/icon_arrow-black.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .search .screen-reader-text-icon-next {
    width: 4.8vw;
    height: 1.8666666667vw;
    top: -0.5333333333vw;
  }
}
.search .posts-not-found {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .search .posts-not-found {
    margin: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .search .posts-not-found p {
    font-size: 4.2666666667vw;
  }
}

/* ===========================================================

 * 記事詳細ページ

 * ======================================================== */
:root {
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  :root {
    scroll-padding-top: 90px;
  }
}

.single .content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .single .content {
    overflow: hidden;
  }
}
.single .content::before {
  content: "";
  width: 100%;
  height: 20.4vw;
  background-image: url("assets/images/pc/common/bg_circle-top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 100px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .single .content::before {
    width: 100%;
    height: 25.0666666667vw;
    background-image: url("assets/images/sp/common/bg_circle-top.svg");
    top: 11.2vw;
    left: 0;
    transform: none;
  }
}
.single .content::after {
  content: "";
  width: 100%;
  height: calc(100% - (100px + 20.4vw));
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .single .content::after {
    height: calc(100% - 36.2666666667vw);
  }
}
.single .main {
  padding-top: 100px;
}
@media screen and (768px <= width <= 1023px) {
  .single .main {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single .main {
    padding-top: 8vw;
  }
}
.single .single-top-bg {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .single .single-top-bg {
    padding-bottom: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .single .article {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .single .article p, .single .article li {
    font-size: 4.2666666667vw;
  }
}
.single .cat-link {
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  color: #3F98B3;
  font-weight: bold;
  font-size: 18px;
  padding-left: 23px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .cat-link {
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.single .cat-link::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #3F98B3;
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single .cat-link::before {
    width: 2.9333333333vw;
    height: 0.5333333333vw;
  }
}
.single .entry-categories-tags {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .single .entry-categories-tags {
    margin-bottom: 2.6666666667vw;
  }
}
.single .entry-categories-tags > div {
  margin: 0;
}
.single .entry-categories-tags .tax-icon {
  display: none;
}
.single .article h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .single .article h1 {
    font-size: 5.8666666667vw;
    margin-bottom: 4vw;
    padding: 0;
  }
}
.single .article h2 {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  padding: 6px 0 6px 30px;
  margin-top: 60px;
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .article h2 {
    font-size: 5.8666666667vw;
    line-height: 1.5;
    padding: 1.8666666667vw 0 1.8666666667vw 6.6666666667vw;
    margin-top: 16vw;
    margin-bottom: 12vw;
  }
}
.single .article h2::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #3F98B3;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .single .article h2::before {
    width: 2.1333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.single .article h3 {
  border: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 45px 0 30px;
  padding: 0 10px 5px;
  border-bottom: 2px solid #3F98B3;
}
@media screen and (max-width: 767px) {
  .single .article h3 {
    font-size: 4.8vw;
    margin: 10.6666666667vw 0 8vw;
    padding: 0 2.6666666667vw 1.3333333333vw;
  }
}
.single .article h4 {
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #3F98B3;
  line-height: 1.6;
  margin: 45px 0 30px;
}
@media screen and (max-width: 767px) {
  .single .article h4 {
    font-size: 4.2666666667vw;
    margin: 10.6666666667vw 0 6.6666666667vw;
  }
}
.single .article h4::before {
  content: "【";
}
.single .article h4::after {
  content: "】";
}
.single .article table tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.single .article table th {
  background-color: #F5F5F5;
}
.single .article table:not(.has-border-color) :where(th, td) {
  border-color: #CCCCCC;
}
.single .article .wp-block-table thead {
  border-bottom: 0;
}
.single .article .wp-block-table th, .single .article .wp-block-table td {
  padding: 8px 20px;
}
@media screen and (max-width: 767px) {
  .single .article .wp-block-table th, .single .article .wp-block-table td {
    padding: 10px 20px;
    font-size: 4vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  .single .article .wp-block-table th, .single .article .wp-block-table td {
    padding: 2.6666666667vw 4vw;
    font-size: 4vw;
    line-height: 1.5;
  }
}
.single .article-tag-wrap {
  margin-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .single .article-tag-wrap {
    display: flex;
    align-items: center;
    column-gap: 33px;
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .single .article-tag-wrap {
    margin-bottom: 8vw;
  }
}
.single .date-tags {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 15px;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .single .date-tags {
    justify-content: flex-end;
    margin-bottom: 4vw;
    column-gap: 3.2vw;
  }
}
.single .date-tags .post-date, .single .date-tags .post-update {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .single .date-tags .post-date, .single .date-tags .post-update {
    font-size: 4vw;
  }
}
.single .date-tags .post-date .far {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .single .date-tags .post-date .far {
    font-size: 4.2666666667vw;
  }
}
.single .date-tags .post-date .far::before {
  position: relative;
  bottom: -1px;
}
.single .date-tags .post-date .fas {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .single .date-tags .post-date .fas {
    font-size: 4.2666666667vw;
  }
}
.single .date-tags .post-date .fas::before {
  content: "\f017";
  font-weight: 500;
  position: relative;
  bottom: -1px;
}
.single .date-tags .post-update .fas {
  display: none;
}
.single .date-tags .post-update::before {
  content: "";
  display: inline-block;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  background-image: url("assets/images/common/icon_update-black.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: relative;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .single .date-tags .post-update::before {
    margin-right: 0.5333333333vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    bottom: -0.5333333333vw;
  }
}
.single .entry-tags .tag-link {
  color: #000000;
  border: 1px solid #000000;
  border-radius: 9999px;
  font-size: 14px;
  line-height: 1;
  padding: 4px 12px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .single .entry-tags .tag-link {
    outline: 1px solid transparent;
    transition: outline-color 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .single .entry-tags .tag-link {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 3.2vw;
    margin-right: 2.1333333333vw;
  }
}
.single .entry-tags .tag-link:hover {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .single .entry-tags .tag-link:hover {
    outline-color: #000000;
  }
}
.single .entry-tags .tag-link::before {
  content: "#";
}
.single .entry-tags .tag-icon {
  display: none;
}
.single .eye-catch {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  outline: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
  .single .eye-catch {
    border-radius: 2.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.single .summary-box {
  width: 100%;
  margin: 60px auto 50px;
  background-color: #FFFFFF;
  padding: 18px 30px 8px;
  border: 1px solid #000000;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .summary-box {
    width: 100%;
    margin: 18.6666666667vw auto 8vw;
    padding: 4.2666666667vw 4vw 1.6vw;
    border-radius: 2.1333333333vw;
  }
}
.single .summary-box-heading {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
  line-height: 1;
  padding: 7px 44px;
  border-radius: 9999px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .single .summary-box-heading {
    font-size: 4vw !important;
    padding: 1.8666666667vw 5.3333333333vw;
    white-space: nowrap;
    top: -4vw;
  }
}
.single .summary-box-list {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .single .summary-box-list {
    padding: 0;
  }
}
.single .summary-box-item {
  padding: 12px 0 10px 20px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .summary-box-item {
    padding: 3.2vw 0 2.4vw 4.8vw;
    font-size: 3.7333333333vw;
  }
}
.single .summary-box-item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3F98B3;
  position: absolute;
  top: 19px;
  left: 4px;
}
@media screen and (max-width: 767px) {
  .single .summary-box-item::before {
    width: 1.6vw;
    height: 1.6vw;
    top: 5.6vw;
    left: 1.0666666667vw;
  }
}
.single .summary-box-item + .summary-box-item {
  border-top: 1px dashed #999999;
}
.single .related-article-block {
  background-color: #E1F4FA;
  border-radius: 8px;
  width: 100%;
  padding: 12px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .related-article-block {
    border-radius: 2.1333333333vw;
    padding: 4vw 5.3333333333vw;
  }
}
.single .related-article-block::before {
  content: "";
  width: 32px;
  height: 39px;
  background-image: url("assets/images/common/single/img_related.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: -18px;
  left: -7px;
}
@media screen and (max-width: 767px) {
  .single .related-article-block::before {
    width: 8.5333333333vw;
    height: 10.4vw;
    top: -4.8vw;
    left: -1.8666666667vw;
  }
}
.single .related-article-block-text {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .single .related-article-block-text {
    font-size: 4.2666666667vw;
  }
}
.single .related-article-block-text a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .single .related-article-block-text a:hover {
    text-decoration: none;
  }
}
.single .blog-card {
  display: block;
  width: 100%;
  margin: 70px auto 50px;
}
@media screen and (max-width: 767px) {
  .single .blog-card {
    width: 100%;
    margin: 13.3333333333vw auto 13.3333333333vw;
  }
}
.single .blog-card .blog-card-inner {
  width: 100%;
  background-color: #FFFFFF;
  padding: 33px 30px 30px;
  border: 1px solid #000000;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single .blog-card .blog-card-inner {
    transition: all 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .single .blog-card .blog-card-inner {
    padding: 7.4666666667vw 5.3333333333vw 5.3333333333vw;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .single .blog-card .blog-card-inner::after {
    content: "";
    width: 92px;
    height: 96px;
    background-image: url("assets/images/common/single/img_blog-card.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
    right: 18px;
    bottom: -1px;
  }
}
@media screen and (min-width: 768px) {
  .single .blog-card:hover .blog-card-inner {
    box-shadow: none;
    transform: translateY(3px);
  }
}
.single .blog-card .blog-card-heading {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
  line-height: 1;
  padding: 6px 35px;
  border-radius: 9999px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .single .blog-card .blog-card-heading {
    font-size: 4.2666666667vw;
    padding: 1.8666666667vw 5.3333333333vw;
    white-space: nowrap;
    top: -4vw;
  }
}
.single .blog-card .blog-card-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .single .blog-card .blog-card-wrap {
    column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single .blog-card .blog-card-wrap {
    flex-direction: column;
    row-gap: 4.8vw;
  }
}
.single .blog-card .blog-card-image {
  width: 225px;
  height: 137px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .single .blog-card .blog-card-image {
    width: 100%;
    height: 52.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.single .blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single .blog-card .blog-card-text-wrap {
  width: 324px;
}
@media screen and (max-width: 767px) {
  .single .blog-card .blog-card-text-wrap {
    width: 100%;
  }
}
.single .blog-card .blog-card-category {
  color: #3F98B3;
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .blog-card .blog-card-category {
    font-size: 3.7333333333vw;
    padding-left: 3.2vw;
    margin-bottom: 2.1333333333vw;
  }
}
.single .blog-card .blog-card-category::before {
  content: "";
  width: 11px;
  height: 2px;
  background-color: #3F98B3;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .single .blog-card .blog-card-category::before {
    width: 2.1333333333vw;
    height: 0.5333333333vw;
    top: 2.1333333333vw;
  }
}
.single .blog-card .blog-card-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single .blog-card .blog-card-title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .single .blog-card:hover .blog-card-title {
    text-decoration: none;
  }
}
.single .author-card {
  display: block;
  width: 100%;
  margin: 70px auto 50px;
  background-color: #FFFFFF;
  padding: 30px 40px 20px;
  border: 1px solid #000000;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .author-card {
    margin: 16vw auto 13.3333333333vw;
    padding: 8vw 5.3333333333vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.single .author-card .author-card-heading {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
  line-height: 1;
  padding: 6px 35px;
  border-radius: 9999px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .single .author-card .author-card-heading {
    font-size: 4.2666666667vw;
    padding: 1.8666666667vw 5.3333333333vw;
    white-space: nowrap;
    top: -4vw;
  }
}
.single .author-card .author-card-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 6px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #000000;
}
@media screen and (max-width: 767px) {
  .single .author-card .author-card-name {
    font-size: 4.2666666667vw;
    padding-bottom: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.single .author-card .author-card-content {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .single .author-card .author-card-content {
    column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single .author-card .author-card-content {
    flex-direction: column;
    align-items: center;
    row-gap: 4vw;
  }
}
.single .author-card .author-card-image {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .single .author-card .author-card-image {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
.single .author-card .author-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single .author-card .author-card-text {
  width: calc(100% - 128px);
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single .author-card .author-card-text {
    width: 100%;
    font-size: 4.2666666667vw;
    margin-top: 0;
  }
}
.single .plan-link {
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .single .plan-link {
    margin: 0 auto 13.3333333333vw;
  }
}
.single .plan-link .plan-link-annotation {
  margin: 0;
  margin-top: 3px;
  font-size: 12px;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .single .plan-link .plan-link-annotation {
    margin-top: 0.5333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .single .plan-link .plan-link-url {
    transition: all 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .single .plan-link .plan-link-url:hover {
    opacity: 0.7;
  }
}
.single .plan-link .plan-link-pc {
  position: relative;
}
.single .plan-link .plan-link-badge {
  width: 78px;
  height: 78px;
  position: absolute;
  top: -20px;
  right: -20px;
}
.single .temple-link {
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .single .temple-link {
    width: 100%;
    margin: 0 auto 13.3333333333vw;
  }
}
.single .temple-link .temple-link-annotation {
  margin-top: 3px;
  font-size: 12px;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .single .temple-link .temple-link-annotation {
    margin-top: 0.5333333333vw;
    font-size: 3.2vw;
  }
}
.single .temple-link .temple-link-url {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single .temple-link .temple-link-url {
    transition: all 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .single .temple-link .temple-link-url:hover {
    opacity: 0.7;
  }
}
.single .temple-link .temple-link-url-badge {
  width: 86px;
  height: 86px;
  position: absolute;
  top: -20px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .single .temple-link .temple-link-url-badge {
    width: 22.9333333333vw;
    height: 22.9333333333vw;
    top: -4vw;
    right: -2.1333333333vw;
  }
}
.single .noukan-link {
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .single .noukan-link {
    width: 100%;
    margin: 0 auto 13.3333333333vw;
  }
}
.single .noukan-link .noukan-link-url {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single .noukan-link .noukan-link-url {
    transition: all 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .single .noukan-link .noukan-link-url:hover {
    opacity: 0.7;
  }
}
.single .about-link-pc {
  width: 100%;
  margin: 0 auto 60px;
}
.single .about-link-pc .about-link-pc-url {
  display: block;
  transition: all 0.2s;
}
.single .about-link-pc .about-link-pc-url:hover {
  opacity: 0.7;
}
.single .about-link-pc .about-link-pc-annotation {
  margin: 0;
  margin-top: 3px;
  font-size: 12px;
  text-align: right;
  line-height: 1;
}
.single .material-link-pc {
  margin: 0 auto 60px;
}
.single .material-link-pc .material-link-pc-inner {
  width: 600px;
  margin: 0 auto;
}
.single .material-link-pc .material-link-pc-url {
  display: block;
  position: relative;
  transition: all 0.2s;
}
.single .material-link-pc .material-link-pc-url:hover {
  opacity: 0.7;
}
.single .material-link-pc .material-link-pc-badge {
  width: 106px;
  height: 120px;
  position: absolute;
  top: 54px;
  right: -55px;
}
.single .urgency-tel-banner-pc {
  margin: 0 auto 60px;
}
.single .urgency-tel-banner-pc .urgency-tel-banner-pc-inner {
  width: 600px;
  position: relative;
  margin: 0 auto;
}
.single .urgency-tel-banner-pc .urgency-tel-banner-pc-text {
  margin: 0;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 49px;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  bottom: 14px;
  left: 22%;
}
.single .urgency-tel-banner-pc .urgency-tel-banner-pc-icon {
  display: inline-block;
  margin-right: 7px;
  width: 44px;
  height: 44px;
  background-image: url("assets/images/pc/common/icon_circle-tel_red.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: relative;
  bottom: -3px;
}
.single .normal-tel-banner-pc {
  margin: 0 auto 60px;
}
.single .normal-tel-banner-pc .normal-tel-banner-pc-inner {
  width: 600px;
  position: relative;
  margin: 0 auto;
}
.single .normal-tel-banner-pc .normal-tel-banner-pc-text {
  margin: 0;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 49px;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  bottom: 14px;
  left: 22%;
}
.single .normal-tel-banner-pc .normal-tel-banner-pc-icon {
  display: inline-block;
  margin-right: 7px;
  width: 44px;
  height: 44px;
  background-image: url("assets/images/pc/common/icon_circle-tel_white.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: relative;
  bottom: -3px;
}
.single .urgency-link-large-sp {
  width: 100%;
  padding: 0 5.3333333333vw;
  margin: 0 auto 5.3333333333vw;
}
.single .urgency-link-small-sp {
  width: 100%;
  padding: 0 5.3333333333vw;
  margin: 0 auto 5.3333333333vw;
}
.single .normal-tel-banner-sp {
  width: 100%;
  padding: 0 5.3333333333vw;
  margin: 0 auto 5.3333333333vw;
}
.single .material-banner-large-sp {
  width: 100%;
  padding: 0 5.3333333333vw;
  margin: 0 auto 5.3333333333vw;
}
.single .material-banner-small-sp {
  width: 100%;
  padding: 0 5.3333333333vw;
  margin: 0 auto 5.3333333333vw;
}
.single .about-link-sp {
  width: 100%;
  padding: 0 5.3333333333vw;
  margin: 0 auto 5.3333333333vw;
}
.single .about-link-sp .about-link-sp-annotation {
  margin: 0;
  font-size: 3.2vw;
  line-height: 1.4;
  margin-top: 0.5333333333vw;
}
.single .ranking-select-set-pc {
  width: 507px;
  height: 321px;
  margin: 0 auto;
}
.single .ranking-select-set-sp {
  width: 100%;
  height: auto;
}
.single .ranking-select-set-button-wrap {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .single .ranking-select-set-button-wrap {
    margin-top: 5.3333333333vw;
  }
}
.single .ranking-select-set-button {
  display: block;
  width: 295px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
  padding-right: 20px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #000000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single .ranking-select-set-button {
    transition: transform 0.2s, box-shadow 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .single .ranking-select-set-button {
    width: 78.6666666667vw;
    height: 11.2vw;
    line-height: 11.2vw;
    padding-right: 5.3333333333vw;
    border-radius: 1.0666666667vw;
    box-shadow: 0 0.5333333333vw 0 rgba(0, 0, 0, 0.2);
    border: 0.2666666667vw solid #000000;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .single .ranking-select-set-button:hover {
    transform: translateY(2px);
    box-shadow: none;
  }
}
.single .ranking-select-set-button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-65%) rotate(135deg);
}
.single .wp-block-group:has(.ranking-review) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .single .wp-block-group:has(.ranking-review) {
    margin-top: 5.3333333333vw;
  }
}
.single .ranking-review {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 20px 30px 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .single .ranking-review {
    border: 0.2666666667vw solid #CCCCCC;
    border-radius: 2.1333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .single .ranking-review-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
}
.single .ranking-review-information {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .single .ranking-review-information {
    width: calc(100% - 245px);
  }
}
@media screen and (max-width: 767px) {
  .single .ranking-review-information {
    column-gap: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.single .ranking-review-image {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .single .ranking-review-image {
    width: 16vw;
    height: 16vw;
  }
}
.single .ranking-review-about-wrap {
  width: calc(100% - 80px);
}
.single p.ranking-review-name {
  font-size: 15px;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .single p.ranking-review-name {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.single p.ranking-review-area {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .single p.ranking-review-area {
    font-size: 3.7333333333vw;
  }
}
.single .ranking-review-area-title {
  font-size: 12px;
  color: #FFFFFF;
  background-color: #666666;
  border-radius: 4px;
  margin-right: 10px;
  padding: 2px 8px;
}
@media screen and (max-width: 767px) {
  .single .ranking-review-area-title {
    font-size: 3.2vw;
    border-radius: 1.0666666667vw;
    margin-right: 2.6666666667vw;
    padding: 0.5333333333vw 2.1333333333vw;
  }
}
.single .ranking-review-star {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .single .ranking-review-star {
    column-gap: 8px;
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .single .ranking-review-star {
    column-gap: 4.8vw;
    justify-content: center;
    border: 0.2666666667vw solid #CCCCCC;
    border-radius: 2.1333333333vw;
    padding: 2.1333333333vw 1.3333333333vw;
    margin-bottom: 2.6666666667vw !important;
  }
}
.single .ranking-review-star-heading {
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .single .ranking-review-star-heading {
    background-color: #EEEEEE;
    border-radius: 4px;
    padding: 5px 12px;
  }
}
@media screen and (max-width: 767px) {
  .single .ranking-review-star-heading {
    font-size: 3.7333333333vw;
  }
}
.single p.ranking-review-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .single p.ranking-review-text {
    font-size: 4vw;
  }
}
.single .customer-rating-stars {
  display: flex;
  align-items: center;
}
.single .customer-rating-stars-star {
  display: flex;
  column-gap: 3px;
  padding: 0;
  margin: 0;
}
.single .customer-rating-stars [data-rating-star] {
  display: block;
  background-image: url("assets/images/common/icon_rating-star_empty.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0;
}
.single .customer-rating-stars [data-rating-star=full] {
  background-image: url("assets/images/common/icon_rating-star_full.svg");
}
.single .customer-rating-stars [data-rating-star=half] {
  background-image: url("assets/images/common/icon_rating-star_half.svg");
}
.single .customer-rating-stars [data-rating-star=empty] {
  background-image: url("assets/images/common/icon_rating-star_empty.svg");
}
.single .customer-rating-stars-score {
  display: inline-block;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  margin-left: 4px;
  margin-bottom: 0;
}
.single .customer-rating-stars-score-empty {
  position: relative;
  top: -1px;
  color: #CCCCCC;
}
.single .customer-rating-stars[data-rating-star-size="10"] [data-rating-star] {
  width: 10px;
  height: 10px;
}
.single .customer-rating-stars[data-rating-star-size="11"] [data-rating-star] {
  width: 11px;
  height: 11px;
}
.single .customer-rating-stars[data-rating-star-size="12"] [data-rating-star] {
  width: 12px;
  height: 12px;
}
.single .customer-rating-stars[data-rating-star-size="13"] [data-rating-star] {
  width: 13px;
  height: 13px;
}
.single .customer-rating-stars[data-rating-star-size="14"] [data-rating-star] {
  width: 14px;
  height: 14px;
}
.single .customer-rating-stars[data-rating-star-size="15"] [data-rating-star] {
  width: 15px;
  height: 15px;
}
.single .customer-rating-stars[data-rating-star-size="16"] [data-rating-star] {
  width: 16px;
  height: 16px;
}
.single .customer-rating-stars[data-rating-star-size="17"] [data-rating-star] {
  width: 17px;
  height: 17px;
}
.single .customer-rating-stars[data-rating-star-size="18"] [data-rating-star] {
  width: 18px;
  height: 18px;
}
.single .customer-rating-stars[data-rating-star-size="19"] [data-rating-star] {
  width: 19px;
  height: 19px;
}
.single .customer-rating-stars[data-rating-star-size="20"] [data-rating-star] {
  width: 20px;
  height: 20px;
}
.single .customer-rating-stars[data-rating-star-size="21"] [data-rating-star] {
  width: 21px;
  height: 21px;
}
.single .customer-rating-stars[data-rating-star-size="22"] [data-rating-star] {
  width: 22px;
  height: 22px;
}
.single .customer-rating-stars[data-rating-star-size="23"] [data-rating-star] {
  width: 23px;
  height: 23px;
}
.single .customer-rating-stars[data-rating-star-size="24"] [data-rating-star] {
  width: 24px;
  height: 24px;
}
.single .customer-rating-stars[data-rating-star-size="25"] [data-rating-star] {
  width: 25px;
  height: 25px;
}
.single .customer-rating-stars[data-rating-star-size="26"] [data-rating-star] {
  width: 26px;
  height: 26px;
}
.single .customer-rating-stars[data-rating-star-size="27"] [data-rating-star] {
  width: 27px;
  height: 27px;
}
.single .customer-rating-stars[data-rating-star-size="28"] [data-rating-star] {
  width: 28px;
  height: 28px;
}
.single .customer-rating-stars[data-rating-star-size="29"] [data-rating-star] {
  width: 29px;
  height: 29px;
}
.single .customer-rating-stars[data-rating-star-size="30"] [data-rating-star] {
  width: 30px;
  height: 30px;
}
.single .customer-rating-stars[data-rating-font-size="10"] .customer-rating-stars-score {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="10"] .customer-rating-stars-score {
    font-size: 2.6666666667vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="11"] .customer-rating-stars-score {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="11"] .customer-rating-stars-score {
    font-size: 2.9333333333vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="12"] .customer-rating-stars-score {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="12"] .customer-rating-stars-score {
    font-size: 3.2vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="13"] .customer-rating-stars-score {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="13"] .customer-rating-stars-score {
    font-size: 3.4666666667vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="14"] .customer-rating-stars-score {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="14"] .customer-rating-stars-score {
    font-size: 3.7333333333vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="15"] .customer-rating-stars-score {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="15"] .customer-rating-stars-score {
    font-size: 4vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="16"] .customer-rating-stars-score {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="16"] .customer-rating-stars-score {
    font-size: 4.2666666667vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="17"] .customer-rating-stars-score {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="17"] .customer-rating-stars-score {
    font-size: 4.5333333333vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="18"] .customer-rating-stars-score {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="18"] .customer-rating-stars-score {
    font-size: 4.8vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="19"] .customer-rating-stars-score {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="19"] .customer-rating-stars-score {
    font-size: 5.0666666667vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="20"] .customer-rating-stars-score {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="20"] .customer-rating-stars-score {
    font-size: 5.3333333333vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="21"] .customer-rating-stars-score {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="21"] .customer-rating-stars-score {
    font-size: 5.6vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="22"] .customer-rating-stars-score {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="22"] .customer-rating-stars-score {
    font-size: 5.8666666667vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="23"] .customer-rating-stars-score {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="23"] .customer-rating-stars-score {
    font-size: 6.1333333333vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="24"] .customer-rating-stars-score {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="24"] .customer-rating-stars-score {
    font-size: 6.4vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="25"] .customer-rating-stars-score {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="25"] .customer-rating-stars-score {
    font-size: 6.6666666667vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="26"] .customer-rating-stars-score {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="26"] .customer-rating-stars-score {
    font-size: 6.9333333333vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="27"] .customer-rating-stars-score {
  font-size: 27px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="27"] .customer-rating-stars-score {
    font-size: 7.2vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="28"] .customer-rating-stars-score {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="28"] .customer-rating-stars-score {
    font-size: 7.4666666667vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="29"] .customer-rating-stars-score {
  font-size: 29px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="29"] .customer-rating-stars-score {
    font-size: 7.7333333333vw;
  }
}
.single .customer-rating-stars[data-rating-font-size="30"] .customer-rating-stars-score {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .single .customer-rating-stars[data-rating-font-size="30"] .customer-rating-stars-score {
    font-size: 8vw;
  }
}
.single .ranking-review-link {
  margin: 0;
  margin-top: 30px;
}
.single .ranking-review-link-text {
  display: block;
  width: 253px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
  padding-right: 25px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #000000;
  font-size: 16px;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single .ranking-review-link-text {
    transition: transform 0.2s, box-shadow 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .single .ranking-review-link-text {
    width: 67.4666666667vw;
    height: 11.2vw;
    line-height: 11.2vw;
    padding-right: 6.6666666667vw;
    border-radius: 1.0666666667vw;
    box-shadow: 0 0.5333333333vw 0 rgba(0, 0, 0, 0.2);
    border: 0.2666666667vw solid #000000;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .single .ranking-review-link-text:hover {
    transform: translateY(2px);
    box-shadow: none;
  }
}
.single .ranking-review-link-text::after {
  content: "→";
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
.single .ranking-hall-table-wrap {
  overflow-x: scroll;
}
.single .ranking-hall-table {
  width: 100%;
  min-width: 873px;
  border-collapse: collapse;
  margin-bottom: 0;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table {
    min-width: 232.8vw;
  }
}
.single .ranking-hall-table thead th {
  text-align: left;
  font-size: 16px;
  padding: 9px 18px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table thead th {
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 4.8vw;
  }
}
.single .ranking-hall-table thead th:nth-of-type(1) {
  width: 68px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table thead th:nth-of-type(1) {
    width: 18.1333333333vw;
  }
}
.single .ranking-hall-table thead th:nth-of-type(2) {
  width: 203px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table thead th:nth-of-type(2) {
    width: 54.1333333333vw;
  }
}
.single .ranking-hall-table thead th:nth-of-type(3) {
  width: 195px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table thead th:nth-of-type(3) {
    width: 52vw;
  }
}
.single .ranking-hall-table thead th:nth-of-type(4) {
  width: 195px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table thead th:nth-of-type(4) {
    width: 52vw;
  }
}
.single .ranking-hall-table thead th:nth-of-type(5) {
  width: 136px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table thead th:nth-of-type(5) {
    width: 36.2666666667vw;
  }
}
.single .ranking-hall-table thead th:nth-of-type(6) {
  width: 104px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table thead th:nth-of-type(6) {
    width: 27.7333333333vw;
  }
}
.single .ranking-hall-table thead th:nth-of-type(7) {
  width: 104px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table thead th:nth-of-type(7) {
    width: 27.7333333333vw;
  }
}
.single .ranking-hall-table thead th:nth-of-type(8) {
  width: 74px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table thead th:nth-of-type(8) {
    width: 19.7333333333vw;
  }
}
.single .ranking-hall-table td {
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
  padding: 13px 18px 10px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table td {
    font-size: 3.7333333333vw;
    padding: 2.4vw 4.8vw 1.6vw;
  }
}
.single .ranking-hall-table td a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .single .ranking-hall-table td a:hover {
    text-decoration: none;
  }
}
.single .ranking-hall-table .ranking-hall-table-number {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table .ranking-hall-table-number {
    font-size: 4.2666666667vw;
  }
}
.single .ranking-hall-table .ranking-hall-table-no01 td {
  border-top: none;
}
.single .ranking-hall-table .ranking-hall-table-no01 .ranking-hall-table-number::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("assets/images/common/single/hall-ranking/img_ranking-number_01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table .ranking-hall-table-no01 .ranking-hall-table-number::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.single .ranking-hall-table .ranking-hall-table-no02 .ranking-hall-table-number::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("assets/images/common/single/hall-ranking/img_ranking-number_02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table .ranking-hall-table-no02 .ranking-hall-table-number::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.single .ranking-hall-table .ranking-hall-table-no03 .ranking-hall-table-number::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("assets/images/common/single/hall-ranking/img_ranking-number_03.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table .ranking-hall-table-no03 .ranking-hall-table-number::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.single .ranking-hall-table .ranking-hall-table-access {
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 42px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table .ranking-hall-table-access {
    font-size: 3.7333333333vw;
    max-height: 11.2vw;
  }
}
.single .ranking-hall-table .ranking-hall-table-star {
  padding: 13px 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table .ranking-hall-table-star {
    padding: 3.4666666667vw 2.6666666667vw;
  }
}
.single .ranking-hall-table .ranking-hall-table-star-text {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table .ranking-hall-table-star-text {
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.single .ranking-hall-table .ranking-hall-table-star-text::before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("assets/images/common/icon_rating-star_full.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-table .ranking-hall-table-star-text::before {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
.single .ranking-table-plan {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .single .ranking-table-plan {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .single .ranking-table-plan + .contact-button-block-sp {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .single .ranking-cv-top-plan {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .single .ranking-cv-top-contact {
    margin-bottom: 80px;
  }
}
.single .ranking-content {
  margin: 0;
  position: relative;
  padding-top: 45px;
}
.single .ranking-content::before {
  content: "";
  width: 100%;
  height: 7px;
  background-image: url("assets/images/common/single/hall-ranking/img_ranking-hall-header.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.single .ranking-content + .ranking-content {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .single .ranking-content + .ranking-content {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .single .ranking-content.ranking-content-no1 {
    margin-top: 14.6666666667vw;
  }
}
.single .ranking-box {
  border: 1px solid #000000;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 34px 40px 38px;
}
@media screen and (max-width: 767px) {
  .single .ranking-box {
    border: 0.2666666667vw solid #000000;
    border-radius: 2.1333333333vw;
    padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .single .ranking-box .customer-rating-stars [data-rating-star] {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .single .ranking-box .customer-rating-stars .customer-rating-stars-score {
    font-size: 4.8vw;
  }
}
.single .ranking-box-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .single .ranking-box-wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .single .ranking-box-wrap {
    flex-direction: column;
  }
}
.single .ranking-box-text-wrap {
  width: calc(100% - 339px);
}
@media screen and (max-width: 767px) {
  .single .ranking-box-text-wrap {
    width: 100%;
  }
}
.single .ranking-box-image-wrap {
  width: 309px;
  height: 184px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .single .ranking-box-image-wrap {
    width: 100%;
    height: 47.2vw;
    border-radius: 1.0666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.single .ranking-box-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single .article .ranking-box-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  border: none;
  padding-left: 40px;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .article .ranking-box-heading {
    font-size: 4.8vw;
    padding-left: 9.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.single .ranking-box-number {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 31px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  left: -4px;
  top: -1px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .single .ranking-box-number {
    width: 7.2vw;
    height: 7.2vw;
    line-height: 6.6666666667vw;
    font-size: 4.2666666667vw;
    margin-right: 1.3333333333vw;
    left: 0;
    top: -0.5333333333vw;
  }
}
.single .ranking-content-no1 .ranking-box-number {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .single .ranking-content-no1 .ranking-box-number {
    line-height: 7.2vw;
  }
}
.single .ranking-content-no1 .ranking-box-number::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("assets/images/common/single/hall-ranking/img_ranking-number_01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .single .ranking-content-no1 .ranking-box-number::before {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.single .ranking-content-no2 .ranking-box-number {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .single .ranking-content-no2 .ranking-box-number {
    line-height: 7.2vw;
  }
}
.single .ranking-content-no2 .ranking-box-number::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("assets/images/common/single/hall-ranking/img_ranking-number_02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .single .ranking-content-no2 .ranking-box-number::before {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.single .ranking-content-no3 .ranking-box-number {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .single .ranking-content-no3 .ranking-box-number {
    line-height: 7.2vw;
  }
}
.single .ranking-content-no3 .ranking-box-number::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("assets/images/common/single/hall-ranking/img_ranking-number_03.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .single .ranking-content-no3 .ranking-box-number::before {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.single .ranking-content-normal .ranking-box-number {
  border: 1px solid #000000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .single .ranking-content-normal .ranking-box-number {
    border: 0.2666666667vw solid #000000;
  }
}
.single .ranking-box-information {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .single .ranking-box-information {
    margin-top: 6.6666666667vw;
  }
}
.single .ranking-box-information li {
  margin: 0;
  line-height: 1.4;
  padding-left: 23px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .ranking-box-information li {
    padding-left: 6.1333333333vw;
  }
}
.single .ranking-box-information li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .single .ranking-box-information li + li {
    margin-top: 2.6666666667vw;
  }
}
.single .ranking-box-information li::before {
  content: "";
  position: absolute;
  left: 0;
}
.single .ranking-box-access::before {
  width: 15px;
  height: 20px;
  background-image: url("assets/images/common/icon_access.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .single .ranking-box-access::before {
    width: 4vw;
    height: 5.3333333333vw;
    top: 0.5333333333vw;
  }
}
.single .ranking-box-train::before {
  width: 16px;
  height: 20px;
  background-image: url("assets/images/common/icon_train.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .single .ranking-box-train::before {
    width: 4.2666666667vw;
    height: 5.3333333333vw;
    top: 0.5333333333vw;
  }
}
.single .ranking-box-table {
  table-layout: fixed;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .single .ranking-box-table {
    margin: 8vw 0 0;
  }
}
.single .ranking-box-table th, .single .ranking-box-table td {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .single .ranking-box-table th, .single .ranking-box-table td {
    font-size: 3.4666666667vw;
  }
}
.single .ranking-box-table th {
  width: 138px;
  padding: 10px 18px 7px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .single .ranking-box-table th {
    width: 40%;
    padding: 2.6666666667vw 2.6666666667vw 2.1333333333vw;
  }
}
.single .ranking-box-table td {
  padding: 10px 20px 7px;
  width: calc((100% - 276px) / 2);
}
@media screen and (max-width: 767px) {
  .single .ranking-box-table td {
    width: 60%;
    padding: 2.6666666667vw 2.6666666667vw 2.1333333333vw;
  }
}
.single h4.ranking-recommend-box-heading {
  margin: 0;
  margin: 30px 0 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single h4.ranking-recommend-box-heading {
    margin: 8vw 0 0;
  }
}
.single h4.ranking-recommend-box-heading::before, .single h4.ranking-recommend-box-heading::after {
  content: none;
}
.single h4.ranking-recommend-box-heading img {
  width: 264px;
  height: 53px;
}
@media screen and (max-width: 767px) {
  .single h4.ranking-recommend-box-heading img {
    width: 68vw;
    height: 13.6vw;
  }
}
.single .ranking-recommend-box-list {
  padding: 0;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .single .ranking-recommend-box-list {
    margin-bottom: 4vw;
  }
}
.single .ranking-recommend-box-item {
  margin: 0;
  padding: 12px 0 10px 16px;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .ranking-recommend-box-item {
    padding: 5.3333333333vw 0 5.3333333333vw 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.single .ranking-recommend-box-item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: 24px;
  left: 2px;
}
@media screen and (max-width: 767px) {
  .single .ranking-recommend-box-item::before {
    width: 1.6vw;
    height: 1.6vw;
    top: 8.5333333333vw;
    left: 0.5333333333vw;
  }
}
.single .ranking-recommend-box-item + .ranking-recommend-box-item {
  border-top: 1px dashed #999999;
}
.single .ranking-hall-review-box .ranking-review + .ranking-review {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-review-box .ranking-review + .ranking-review {
    margin-top: 5.3333333333vw;
  }
}
.single .ranking-hall-button {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-button {
    margin-top: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.single .ranking-hall-button-link {
  display: block;
  width: 441px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  padding-right: 25px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #000000;
  font-size: 16px;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single .ranking-hall-button-link {
    transition: transform 0.2s, box-shadow 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-button-link {
    width: 78.6666666667vw;
    height: 11.2vw;
    line-height: 11.2vw;
    padding-right: 6.6666666667vw;
    border-radius: 1.0666666667vw;
    box-shadow: 0 0.5333333333vw 0 rgba(0, 0, 0, 0.2);
    border: 0.2666666667vw solid #000000;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .single .ranking-hall-button-link:hover {
    transform: translateY(2px);
    box-shadow: none;
  }
}
.single .ranking-hall-button-link::after {
  content: "→";
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-button-link::after {
    right: 4.8vw;
  }
}
.single .ranking-other-hall-button {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single .ranking-other-hall-button {
    margin-bottom: 10.6666666667vw;
  }
}
.single .ranking-other-hall-button-link {
  display: block;
  width: 253px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
  padding-right: 25px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #000000;
  font-size: 16px;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single .ranking-other-hall-button-link {
    transition: transform 0.2s, box-shadow 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .single .ranking-other-hall-button-link {
    width: 67.4666666667vw;
    height: 11.2vw;
    line-height: 11.2vw;
    padding-right: 6.6666666667vw;
    border-radius: 1.0666666667vw;
    box-shadow: 0 0.5333333333vw 0 rgba(0, 0, 0, 0.2);
    border: 0.2666666667vw solid #000000;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .single .ranking-other-hall-button-link:hover {
    transform: translateY(2px);
    box-shadow: none;
  }
}
.single .ranking-other-hall-button-link::after {
  content: "→";
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single .ranking-other-hall-button-link::after {
    font-size: 4.2666666667vw;
    right: 4.2666666667vw;
  }
}
.single .ranking-hall-slick-wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-slick-wrap {
    margin-bottom: 21.3333333333vw;
  }
}
.single .ranking-hall-slick {
  padding: 0;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-slick {
    margin: 0 2.6666666667vw;
  }
}
.single .ranking-hall-slick {
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-slick .slick-list {
    overflow: visible;
  }
}
.single .ranking-hall-slick-item {
  border: 1px solid #000000;
  border-radius: 8px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  margin: 0 10px 3px;
}
@media screen and (min-width: 768px) {
  .single .ranking-hall-slick-item {
    transition: transform 0.2s, box-shadow 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-slick-item {
    border: 0.2666666667vw solid #000000;
    border-radius: 2.1333333333vw;
    box-shadow: 0 0.8vw 0 rgba(0, 0, 0, 0.2);
    margin: 0 2.6666666667vw 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .single .ranking-hall-slick-item:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
}
.single .ranking-hall-slick-image {
  width: 100%;
  height: 180px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-slick-image {
    height: 48vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
.single .ranking-hall-slick-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single .ranking-hall-slick-text-wrap {
  background-color: #FFFFFF;
  padding: 15px 12px 12px;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-slick-text-wrap {
    padding: 4vw 4vw 3.2vw;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  }
}
.single .ranking-hall-slick-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 8px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-slick-name {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
    height: 12vw;
  }
}
.single p.ranking-hall-slick-access {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .single p.ranking-hall-slick-access {
    font-size: 3.7333333333vw;
    margin-top: 1.0666666667vw;
  }
}
.single .ranking-hall-slick-wrap .slick-dots {
  padding: 0;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-slick-wrap .slick-dots {
    display: block !important;
    bottom: -8.8vw;
  }
}
.single .ranking-hall-slick-wrap .slick-dots li {
  margin: 0;
}
.single .ranking-hall-slick-wrap .slick-dots li button:before {
  font-size: 11px;
  opacity: 0.2;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-slick-wrap .slick-dots li button:before {
    font-size: 2.9333333333vw;
  }
}
.single .ranking-hall-slick-wrap .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3F98B3;
}
.single .ranking-hall-slick-wrap .slide-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .single .ranking-hall-slick-wrap .slide-arrow {
    transition: background-color 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-slick-wrap .slide-arrow {
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .single .ranking-hall-slick-wrap .slide-arrow:hover {
    background-color: rgb(0, 0, 0);
  }
}
.single .ranking-hall-slick-wrap .slide-arrow::before {
  content: "";
  width: 20px;
  height: 8px;
  background-image: url("assets/images/common/icon_arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-slick-wrap .slide-arrow::before {
    width: 6.1333333333vw;
    height: 2.4vw;
  }
}
.single .ranking-hall-slick-wrap .prev-arrow {
  left: -8px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-slick-wrap .prev-arrow {
    left: -3.4666666667vw;
  }
}
.single .ranking-hall-slick-wrap .prev-arrow::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.single .ranking-hall-slick-wrap .next-arrow {
  right: -8px;
}
@media screen and (max-width: 767px) {
  .single .ranking-hall-slick-wrap .next-arrow {
    right: -3.4666666667vw;
  }
}
.single .ranking-faq {
  margin: 0;
  padding: 0;
  border: 1px solid #666666;
  border-radius: 8px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .single .ranking-faq {
    border: 0.2666666667vw solid #666666;
    border-radius: 1.0666666667vw;
    box-shadow: 0 0.5333333333vw 0 rgba(0, 0, 0, 0.1);
  }
}
.single .ranking-faq-item {
  margin: 0;
  padding: 0;
}
.single .ranking-faq-item + .ranking-faq-item {
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .single .ranking-faq-item + .ranking-faq-item {
    border-top: 0.2666666667vw solid #CCCCCC;
  }
}
.single .ranking-faq-question {
  border: none;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  color: #000000;
  padding: 21px 90px 21px 64px;
  background-color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .ranking-faq-question {
    font-size: 4.2666666667vw;
    padding: 4.8vw 14.6666666667vw 4.8vw 10.6666666667vw;
  }
}
.single .ranking-faq-question::before {
  content: "Q.";
  font-size: 17px;
  color: #3F98B3;
  position: absolute;
  top: 19px;
  left: 38px;
}
@media screen and (max-width: 767px) {
  .single .ranking-faq-question::before {
    font-size: 4.5333333333vw;
    top: 5.0666666667vw;
    left: 4.8vw;
  }
}
.single .ranking-faq-question-icon {
  position: absolute;
  top: 50%;
  right: 64px;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .single .ranking-faq-question-icon {
    right: 8.5333333333vw;
  }
}
.single .ranking-faq-question-icon::before {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #EEEEEE;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .single .ranking-faq-question-icon::before {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.single .ranking-faq-question-icon::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -60%) rotate(135deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .single .ranking-faq-question-icon::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-top: 0.5333333333vw solid #333333;
    border-right: 0.5333333333vw solid #333333;
  }
}
.single .ranking-faq-question:hover .ranking-faq-question-icon::before {
  background-color: #DDDDDD;
}
.single .ranking-faq-question:hover .ranking-faq-question-icon::after {
  transform: translate(-50%, -40%) rotate(135deg);
}
.single .ranking-faq-question.is-open .ranking-faq-question-icon::after {
  transform: translate(-50%, -40%) rotate(-45deg);
}
.single .ranking-faq-answer {
  display: none;
  width: 100%;
  padding: 2px 117px 22px 64px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .single .ranking-faq-answer {
    padding: 0.5333333333vw 14.6666666667vw 4.8vw 10.6666666667vw;
  }
}
.single .ranking-faq-answer-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .single .ranking-faq-answer-text {
    font-size: 4.2666666667vw;
  }
}
.single .under-entry-content {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content {
    margin-top: 19.2vw;
  }
}
.single .related-entries {
  margin-bottom: 50px;
}
.single .related-entry-heading {
  display: flex;
  align-items: baseline;
  column-gap: 5px;
  margin: 0 0 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single .related-entry-heading {
    column-gap: 1.3333333333vw;
    margin: 0 5.3333333333vw 5.8666666667vw;
  }
}
.single .related-entry-main-heading {
  font-size: 36px;
  color: #3F98B3;
}
@media screen and (max-width: 767px) {
  .single .related-entry-main-heading {
    font-size: 7.4666666667vw;
  }
}
.single .related-entry-sub-heading {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single .related-entry-sub-heading {
    font-size: 4.8vw;
  }
}
.single .related-list {
  column-gap: 3.5%;
  row-gap: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single .related-list {
    column-gap: 5.3333333333vw;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
    scroll-padding: 5.3333333333vw;
    scroll-snap-type: x mandatory;
  }
}
.single .related-entry-card-wrap {
  width: 31%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .single .related-entry-card-wrap {
    width: 64vw;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}
.single .related-entry-card-wrap:hover {
  background-color: transparent;
}
.single .related-entry-card-thumb {
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .single .related-entry-card-thumb {
    width: 100%;
    height: 40vw;
    border-radius: 2.1333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.single .related-entry-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .single .related-entry-card-wrap:hover .related-entry-card-thumb img {
    transform: scale(1.1, 1.1);
  }
}
.single .related-entry-card-content .cat-label {
  position: static;
  top: auto;
  left: auto;
  border: none;
  background-color: transparent;
  padding: 0;
  max-width: 100%;
  white-space: inherit;
  font-size: 14px;
  font-weight: bold;
  color: #3F98B3;
  padding-left: 12px;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .single .related-entry-card-content .cat-label {
    font-size: 3.7333333333vw;
    padding-left: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.single .related-entry-card-content .cat-label::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #3F98B3;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .single .related-entry-card-content .cat-label::before {
    width: 1.6vw;
    height: 0.2666666667vw;
    top: 2.1333333333vw;
  }
}
.single .related-entry-card-title {
  -webkit-line-clamp: 2;
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.5;
  height: 45px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .single .related-entry-card-title {
    font-size: 4.2666666667vw;
    height: 12vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .single .related-entry-card-wrap:hover .related-entry-card-title {
    text-decoration: none;
  }
}
.single .related-entry-card-wrap .related-entry-card-meta {
  padding-top: 0;
}
.single .related-entry-card-info {
  justify-content: flex-start;
  align-items: flex-end;
}
.single .related-entry-card-info:has(.post-update) {
  column-gap: 7px;
}
@media screen and (max-width: 767px) {
  .single .related-entry-card-info:has(.post-update) {
    column-gap: 1.8666666667vw;
  }
}
.single .under-entry-content .related-entry-card-meta .post-tag {
  text-align: left;
  padding: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .related-entry-card-meta .post-tag {
    margin-bottom: 3.2vw;
  }
}
.single .under-entry-content .related-entry-card-meta .post-tag object {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 5px;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .related-entry-card-meta .post-tag object {
    column-gap: 2.1333333333vw;
    row-gap: 1.6vw;
  }
}
.single .under-entry-content .related-entry-card-meta .post-tag a {
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 9999px;
  font-size: 12px;
  flex: none;
  margin: 0;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .related-entry-card-meta .post-tag a {
    font-size: 3.2vw;
    padding: 0.8vw 2.6666666667vw;
  }
}
.single .under-entry-content .related-entry-card-meta .post-tag a::before {
  content: "#";
}
.single .under-entry-content .post-date {
  margin: 0;
  padding: 0;
  color: #999999;
  font-size: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .post-date {
    font-size: 3.4666666667vw;
  }
}
.single .under-entry-content .post-update {
  margin: 0;
  padding: 0;
  color: #999999;
  font-size: 13px;
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .post-update {
    font-size: 3.4666666667vw;
    padding-left: 4vw;
    margin-top: 1.3333333333vw;
  }
}
.single .under-entry-content .post-update .fas {
  display: none;
}
.single .under-entry-content .post-update::before {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url("assets/images/common/icon_update.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .post-update::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.single .widget-below-related-entries-title {
  font-size: 36px;
  font-weight: bold;
  color: #3F98B3;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .single .widget-below-related-entries-title {
    font-size: 7.4666666667vw;
    margin: 0 5.3333333333vw 5.8666666667vw;
  }
}
.single .widget-below-related-entries-title::after {
  content: "について";
  font-size: 24px;
  color: #000000;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .single .widget-below-related-entries-title::after {
    margin-left: 1.3333333333vw;
    font-size: 4.8vw;
  }
}
.single .widget_popular_entries, .single .popular-entry-cards {
  margin-bottom: 0;
}
.single .under-entry-content .popular-entry-cards {
  margin: 0;
  display: flex;
  column-gap: 3.5%;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .popular-entry-cards {
    column-gap: 5.3333333333vw;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
    scroll-padding: 5.3333333333vw;
    scroll-snap-type: x mandatory;
  }
}
.single .under-entry-content .popular-entry-cards .widget-entry-card-link {
  margin: 0 !important;
  padding: 0;
  width: 31%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .popular-entry-cards .widget-entry-card-link {
    width: 64vw;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}
.single .under-entry-content .popular-entry-cards .widget-entry-card-link:hover {
  background-color: transparent;
}
.single .under-entry-content .popular-entry-card {
  position: static;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.single .under-entry-content .popular-entry-card-thumb {
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 9px;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .popular-entry-card-thumb {
    width: 100%;
    height: 40vw;
    border-radius: 2.1333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.single .under-entry-content .popular-entry-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .single .under-entry-content .popular-entry-card-link:hover .popular-entry-card-thumb img {
    transform: scale(1.1, 1.1);
  }
}
.single .under-entry-content .popular-entry-card-content {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: calc(100% - 159px);
}
.single .under-entry-content .popular-entry-card-content .cat-label {
  display: block;
  position: static;
  top: auto;
  left: auto;
  border: none;
  background-color: transparent;
  padding: 0;
  max-width: 100%;
  white-space: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  color: #3F98B3;
  padding-left: 12px;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .popular-entry-card-content .cat-label {
    font-size: 3.7333333333vw;
    padding-left: 3.2vw;
    margin-bottom: 2.6666666667vw;
    line-height: 1.2;
  }
}
.single .under-entry-content .popular-entry-card-content .cat-label::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #3F98B3;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .popular-entry-card-content .cat-label::before {
    width: 1.6vw;
    height: 0.2666666667vw;
    top: 2.1333333333vw;
  }
}
.single .under-entry-content .popular-entry-card-title {
  -webkit-line-clamp: 2;
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.5;
  height: 45px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .popular-entry-card-title {
    font-size: 4.2666666667vw;
    height: 12vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .single .under-entry-content .popular-entry-card-link:hover .popular-entry-card-title {
    text-decoration: none;
  }
}
.single .under-entry-content .popular-entry-card-content .post-tag {
  text-align: left;
  padding: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .popular-entry-card-content .post-tag {
    margin-bottom: 3.2vw;
  }
}
.single .under-entry-content .popular-entry-card-content .post-tag object {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 5px;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .popular-entry-card-content .post-tag object {
    column-gap: 2.1333333333vw;
    row-gap: 1.6vw;
  }
}
.single .under-entry-content .popular-entry-card-content .post-tag a {
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 9999px;
  font-size: 12px;
  flex: none;
  margin: 0;
  padding: 3px 10px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .popular-entry-card-content .post-tag a {
    font-size: 3.2vw;
    padding: 0.8vw 2.6666666667vw;
  }
}
.single .under-entry-content .popular-entry-card-content .post-tag a::before {
  content: "#";
}
.single .under-entry-content .popular-entry-card-date {
  display: block;
  margin-top: auto;
  line-height: 1;
}
.single .under-entry-content .popular-entry-card-date .post-date {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 7px;
  font-size: 13px;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .popular-entry-card-date .post-date {
    font-size: 3.4666666667vw;
  }
}
.single .under-entry-content .popular-entry-card-date .post-date::before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .popular-entry-card-date .post-date::before {
    margin-right: 0.8vw;
  }
}
.single .under-entry-content .popular-entry-card-date .post-update {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #999999;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .popular-entry-card-date .post-update {
    font-size: 3.4666666667vw;
    padding-left: 4vw;
  }
}
.single .under-entry-content .popular-entry-card-date .post-update::before {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url("assets/images/common/icon_update.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single .under-entry-content .popular-entry-card-date .post-update::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  .summary-under-cta {
    margin: 0 5.3333333333vw;
  }
}

.toc {
  margin: 60px auto 80px !important;
  border: none;
  width: 77%;
  border-radius: 4px;
  padding: 10px 55px 5px;
  background-color: #F5F5F5;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .toc {
    margin: 8vw auto 10.6666666667vw !important;
    width: 100%;
    padding: 2.6666666667vw 8vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
}

.toc-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .toc-title {
    font-size: 4.2666666667vw;
  }
}
.toc-title::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 25px;
  margin-right: 14px;
  background-image: url("assets/images/common/icon_toc.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
}
@media screen and (max-width: 767px) {
  .toc-title::before {
    width: 7.4666666667vw;
    height: 6.6666666667vw;
    margin-right: 3.7333333333vw;
  }
}
.toc-title::after {
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .toc-title::after {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .toc-title:hover::after {
    text-decoration: none;
  }
}

.article .toc-list ul {
  margin-top: 8px;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .article .toc-list ul {
    margin-top: 2.1333333333vw;
    padding-left: 9.3333333333vw;
  }
}
.article .toc-list li {
  margin: 6px 0;
}
@media screen and (max-width: 767px) {
  .article .toc-list li {
    margin: 1.6vw 0;
  }
}
.toc-list > li::before {
  content: "・";
  font-weight: bold;
}
.toc-list li {
  line-height: 1.9;
}
.toc-list li a {
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .toc-list li a:hover {
    text-decoration: none;
  }
}
.toc-list li li {
  line-height: 1.6;
}
.toc-list li li a {
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .toc-list li li a {
    font-size: 3.7333333333vw;
  }
}

.toc-checkbox:checked ~ .toc-content {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .toc-checkbox:checked ~ .toc-content {
    padding: 2.6666666667vw 0;
  }
}

/* カスタムテキスト用のスタイル */
.cocoon-custom-text-1 {
  color: #3F98B3;
}

.marker-under {
  padding-bottom: 0.8%;
}

.blank-box {
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}

ul.wp-block-list {
  list-style: disc;
}

ol.wp-block-list {
  list-style: decimal;
}

.article ul,
.article ol {
  padding-left: 25px;
}

/* ===========================================================

 * 404エラーページ

 * ======================================================== */
.error404 .content {
  position: relative;
  z-index: 1;
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .error404 .content {
    margin-top: 5.3333333333vw;
  }
}
.error404 .content::before {
  content: "";
  width: 100%;
  height: 20.4vw;
  background-image: url("assets/images/pc/common/bg_circle-top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 95px;
  left: 0;
}
@media screen and (768px <= width <= 1023px) {
  .error404 .content::before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .error404 .content::before {
    width: 100%;
    height: 25.0666666667vw;
    background-image: url("assets/images/sp/common/bg_circle-top.svg");
    top: 10.6666666667vw;
    left: 0;
    transform: none;
  }
}
.error404 .content::after {
  content: "";
  width: 100%;
  height: calc(100% - (95px + 20.4vw));
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (768px <= width <= 1023px) {
  .error404 .content::after {
    height: calc(100% - 20.4vw);
  }
}
@media screen and (max-width: 767px) {
  .error404 .content::after {
    height: calc(100% - 35.7333333333vw);
  }
}
.error404 .main {
  padding-top: 100px;
}
@media screen and (768px <= width <= 1023px) {
  .error404 .main {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .error404 .main {
    padding-top: 8vw;
  }
}
.error404 .error404-top-bg {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .error404 .error404-top-bg {
    padding-bottom: 18.6666666667vw;
  }
}
.error404 .article {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .error404 .article {
    padding: 0 5.3333333333vw;
  }
}
.error404 .article h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.5;
  padding-top: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .error404 .article h1 {
    font-size: 5.8666666667vw;
    margin-bottom: 4vw;
    padding: 0;
    padding-top: 10.6666666667vw;
  }
}
.error404 .article p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .error404 .article p {
    line-height: 1.8;
    font-size: 4.2666666667vw;
  }
}
.error404 .error404-top-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .error404 .error404-top-button-wrap {
    margin-top: 10.6666666667vw;
  }
}
.error404 .error404-top-button {
  display: block;
  width: 300px;
  padding: 9px 35px 9px 10px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .error404 .error404-top-button {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .error404 .error404-top-button {
    width: 62.9333333333vw;
    padding: 1.3333333333vw 9.3333333333vw 1.3333333333vw 8vw;
    text-align: left;
    border-radius: 1.0666666667vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .error404 .error404-top-button:hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}
.error404 .error404-top-button::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .error404 .error404-top-button::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    right: 8vw;
  }
}

/************************************************************************

** レスポンシブデザイン用のメディアクエリ

************************ ！注意！ ************************

子テーマでは
「PC・タブレット表示：768px以上」「SP表示：767px以下」
で設定しています

*********************************************************

************************************************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}