@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Noto+Sans+JP:wght@400;500;600&display=swap');
/* ----------------------------------------------------
	使用カラー
---------------------------------------------------- */
:root {
  --white: #fbfdff;
  --black: #383838;
  --greige: #5e5e52;
  --navy: #191f45;
  --navy_f6: #f6f9fb;
  --gray_e5: #acacb5;
  /* --gray_e5: #d7d8dc; */
  /* --gray_f4: #ebebeb; */
  --gray_f4: #eff1f4;

  --black_08: #080808;
  --black_1e: #1e1e1e;
  --black_54: #545454;
}
/* ----------------------------------------------------
	使用フォント
---------------------------------------------------- */
/* Regular 400 Medium 500*/
.noto_sans_jp {
  font-family: 'Noto Sans JP', sans-serif;
}
/* Regular 400*/
.Allura {
  font-family: 'Allura', serif;
}
html {
  margin-top: initial!important;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.main {
  border: 0 solid transparent;
  padding: 30px 30px 90px!important;
  box-shadow: 0 0.3rem 0.9rem 0 rgba(183, 183, 183, 0.1);
}
body.home .main {
  background-color: transparent;
  margin: initial;
  box-shadow: initial;
}
.body_popular .main {
  background-color: transparent;
  padding: 20px 0!important;
  box-shadow: initial;
}
a {
  text-decoration: none;
}
.cf::after {
  display: none;
}
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.navi-in > ul .sub-menu {
  opacity: 0;
  pointer-events: none;
}
/* デフォルト打ち消し */
/* .navi-in > ul li:hover > ul {
  display: block;
} */
.navi-in a:hover {
  background-color: transparent;
}
.navi-in .has-icon,
.navi-in .item-description {
  display: none;
}
.navi-in .menu-item-has-children > a {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .navi__device-flg.is-pc .navi-in > ul > li > a:hover  {
    background-color: var(--gray_f4);
  }
  .navi__device-flg.is-pc .navi-in > ul li:hover > ul {
    opacity: 1;
    pointer-events: auto;
  }
  .navi__device-flg.is-pc .navi-in > ul .sub-menu a:hover {
    opacity: 0.6;
  }
  .navi__device-flg.is-sp .navi-in > ul > li > a > .caption-wrap:hover,
  .navi__device-flg.is-sp .navi-in > ul .sub-menu > li > a > .caption-wrap:hover {
    opacity: 0.6;
  }
  .footer a:hover,
  .common__btn:hover,
  .navi__sns:hover,
  .go-to-top-button:hover {
    opacity: 0.8;
  }
  .popular-entry-cards .a-wrap:hover {
    opacity: 0.7;
  }
  .logo:hover,
  .search-submit:hover,
  .popular-entry-cards .a-wrap:hover,
  .app__item:hover {
    opacity: 0.6;
  }
}
/*---------- フォームリセット ----------*/
.search-box.sl_rs {
  margin: initial;
  line-height: initial;
  font-size: 0;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px var(--white) inset !important;
  -webkit-text-fill-color: var(--greige)!important;
}
input:-webkit-autofill:focus {
  caret-color: var(--greige)!important;
}
input.sl_rs,
button.sl_rs,
select.sl_rs,
textarea.sl_rs {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	width: 94%;
	font-family: inherit;
	font-size: inherit;
	padding: 0;
  color: var(--greige);
}
textarea.sl_rs {
	resize: vertical;
}
input[type='checkbox'].sl_rs,
input[type='radio'].sl_rs {
	display: none;
}
input[type='submit'].sl_rs,
input[type='button'].sl_rs,
label.sl_rs,
button.sl_rs,
select.sl_rs {
	cursor: pointer;
}
select.sl_rs::-ms-expand {
	display: none;
}
.navi__device-flg.is-sp {
  display: none;
}
.navi__device-flg.is-pc {
  display: block;
}
/* 人気記事の更新日 */
.widget_popular_entries > .main-widget-label {
  display: none;
}
.popular-entry-card-date {
  display: block;
}
.popular-entry-card-post-date {
  display: none;
}
.display_none {
  display: none;
}
/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header-container {
  position: relative;
  top: initial;
  background-color: #fff;
  width: 100%;
  z-index: 1;
  transition: top 0.3s;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(72, 72, 72, 0.1);
}
.header-container-in {
  padding: 8px 0;
}
#header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 13px 30px 0;
}
.header-in {
  display: initial;
  width: initial;
}
.logo {
  padding: initial;
  text-align: left;
  line-height: 0;
  transition: opacity 0.3s;
}
.site-logo-image {
  width: 215px;
}
.site-name-text-link {
  padding: initial;
}
.tagline {
  font-size: 16px;
  margin: initial;
  letter-spacing: 0.1rem;
  color: var(--greige);
  font-weight: 500;
}
.navi__ss {
  display: flex;
  margin-top: 9px;
} 
/* サイト内検索 */
.navi__search {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border: 2px solid var(--greige);
  border-radius: 0.5rem;
  width: 214px;
}
.navi__search input {
  width: 83%;
  margin-left: 4px;
}
.navi__search .search-edit {
  border: initial!important;
  padding: initial!important;
  border-radius: initial!important;
}
.navi__search .search-submit {
  top: 50%;
  right: 0;
  height: 100%;
  aspect-ratio: 1/1;
  width: auto;
  padding: initial;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
.navi__search .search-submit > img {
  height: 20px;
}
.navi__search input,
.navi__search input::placeholder {
  font-size: 16px;
  line-height: initial;
}
.navi__search input::placeholder {
  color: var(--gray_e5);
}
/* sns */
.navi__sns_box {
  display: flex;
}
.navi__sns {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s;
}
.navi__sns:nth-of-type(1) {
  margin-left: initial!important;
}
.is-insta-in {
  fill: var(--greige);
}
.navi__sns.is-twitter {
  background-color: var(--greige);
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navi__sns.is-twitter img {
  width: 62%;
}
/* .is-twitter-back {
  fill: var(--greige);
}
.is-twitter-in {
  fill: #fff;
} */
.header-container .navi__sns_box {
  margin-left: 20px;
}
.navi {
  background-color: initial;
}
/* メニュー */
.navi-in {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 12px 0;
}
.navi-in > ul > li {
  position: relative;
  min-width: 100px;
  max-width: 200px;
  width: 100%;
  height: initial;
  line-height: initial;
  transition: all 0.3s;
  cursor:pointer;
}
.navi-in > ul > li > a {
  position: relative;
  color: var(--greige);
  font-size: 18px;
  font-weight: 500;
}
.navi-in > ul > li .caption-wrap {
  padding: 6px 0;
  transition: all 0.3s;
  height: initial!important;
  line-height: 1.4!important;
}
.navi__device-flg.is-pc .navi-in > ul > li > a .caption-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: var(--gray_f4);
}
.navi__device-flg.is-pc .navi-in > ul > li:nth-of-type(1) > a .caption-wrap::before {
  display: none;
}
.navi-in > ul .sub-menu {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 110%;
  min-width: initial;
  background-color: transparent;
  transition: opacity 0.3s;
  padding: 16px 0;
}
.navi-in > ul .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--greige);
  opacity: 0.8;
}
.navi-in > ul .sub-menu li {
  width: auto;
  height: initial;
  line-height: initial;
}
.navi-in > ul .sub-menu a {
  text-align: center;
  color: var(--white);
  transition: all 0.3s;
  font-weight: 500;
}
.navi-in > ul .sub-menu .caption-wrap {
  padding: 9px 0;
}
/* ナビsp */
.navi__device-flg.is-sp .navi__inss {
  height: calc(100vh - 100px);
  overflow-y: auto;
}
.navi__device-flg.is-sp .navi-in {
  padding: initial;
}
.navi__device-flg.is-sp .navi__back {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.2;
}
.navi__device-flg.is-sp .navi {
  position: absolute;
  top: 0;
  right: -500px;
  background-color: #fff;
  width: 500px;
  height: 100%;
  min-height: 100vh;
  transition: right 0.2s;
}
.navi__device-flg.is-sp.active .navi {
  right: 0;
}
.navi__flg_box {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 20px;
  background-color: #fff;
  z-index: 1;
}
.navi__flg {
  position: relative;
  width: 80px;
  height: 80px;
  cursor:pointer;
}
.navi__flg figure {
  position: absolute;
  right: 17px;
  width: 55px;
  height: 2px;
  background-color: var(--greige);
  transition: transform 0.2s;
  transform: rotate(0deg);
}
.navi__flg figure:nth-of-type(1) {
  top: 33%;
}
.navi__flg figure:nth-of-type(2) {
  top: 63%;
  width: 37px;
}
.navi__device-flg.is-sp.active .navi__flg figure:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.navi__device-flg.is-sp.active .navi__flg figure:nth-of-type(2) {
  top: 50%;
  width: 55px;
  transform: rotate(-45deg);
}
.nav__arrow {
  position: absolute;
  top: 50%;
  right: 53px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s;
}
.menu-item-has-children.active .nav__arrow {
  transform: translateY(-50%) rotate(0deg);
}
.nav__arrow figure {
  position: absolute;
  top: 17%;
  width: 2px;
  height: 80%;
  background-color: var(--greige);
}
.nav__arrow figure:nth-of-type(1) {
  left: 22%;
  transform: rotate(-40deg);
}
.nav__arrow figure:nth-of-type(2) {
  right: 22%;
  transform: rotate(40deg);
}
.navi__device-flg.is-sp .navi-in > ul .sub-menu {
  display: none;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  left: initial;
  top: initial;
  transform: initial;
  width: initial;
}
.navi__device-flg.is-sp .navi-in > ul .sub-menu::before {
  background-color: var(--gray_f4);
  opacity: 1;
}
.navi__device-flg.is-sp .navi__search {
  opacity: 0;
  transition: all 0s 0.1s;
}
.navi__device-flg.is-sp.active .navi__search {
  opacity: 1;
}
@media screen and (max-width: 1220px){
  /*必要ならばここにコードを書く*/
  .navi-in > .menu-header,
  .navi__device-flg.is-sp {
    display: block;
  }
  .navi__device-flg.is-pc {
    display: none;
  }
  .header-container {
    position: fixed;
    top: 0;
    left: 0;
  }
  /* .header-container.hide {
    top: -100px;
  } */
  .navi__search {
    position: absolute;
    top: 23px;
    left: 58px;
    width: 310px;
    padding: 9px;
  }
  .navi__search input,
  .navi__search input::placeholder {
    font-size: 18px;
  }
  .navi__inss {
    margin-top: 90px;
  }
  .navi-in > .menu-header {
    border-top: 2px solid var(--gray_f4);
  }
  .navi-in > ul > li {
    border-bottom: 2px solid var(--gray_f4);
  }
  .navi-in > ul > li {
    max-width: initial;
  }
  .navi-in > ul > li > a {
    font-size: 22px;
  }
  .caption-wrap {
    position: relative;
  }
  .navi-in > ul > li .caption-wrap {
    padding: 26px 0;
  }
  .navi-in > ul .sub-menu {
    padding: initial;
  }
  .navi-in > ul .sub-menu a {
    font-size: 22px;
    color: var(--greige);
  }
  .navi-in > ul .sub-menu .caption-wrap {
    padding: 14px 0;
  }
  .header-container .navi__sns_box {
    padding: 30px 0;
    margin: auto;
    justify-content: center;
  }
  .header-container .navi__sns {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px){
  /* .header-container.hide {
    top: -18vw;
  } */
  .header-container-in {
    padding: 2.4vw 0 1.6vw;
  }
  #header {
    padding: 0 1.4vw;
  }
  .site-logo-image {
    width: 34.1vw;
    margin-left: 0.7vw;
  }
  .tagline {
    font-size: 3vw;
    text-indent: initial;
    margin: 1.2vw 0 0;
  }
  /*---------- ナビ ----------*/
  .navi__sns {
    width: 8vw;
    height: 8vw;
    margin-left: 5vw;
  }
  .navi__device-flg.is-sp .navi {
    right: -90vw;
    width: 90vw;
  }
  .navi__device-flg.is-sp.active .navi {
    right: 0;
  }
  .navi__flg_box {
    top: 0;
    padding-right: 2.8vw;
  }
  .navi__flg {
    width: 16vw;
    height: 16vw;
  }
  .navi__flg figure {
    width: 66%;
    height: 1px;
    right: 2.3vw;
  }
  .navi__flg figure:nth-of-type(2) {
    width: 39%;
  }
  .navi__device-flg.is-sp.active .navi__flg figure:nth-of-type(2) {
    width: 66%;
  }
  .navi__search {
    top: 4vw;
    left: 7.3vw;
    width: 59vw;
    padding: 1.5vw;
    border: 1px solid var(--greige);
    transition: opacity 0.3s;
  }
  .navi__search input,
  .navi__search input::placeholder {
    font-size: 4.1vw;
    margin-left: 1.4vw;
  }
  .navi__search .search-submit {
    height: 80%;
  }
  .navi__search .search-submit > img {
    height: initial;
  }
  .navi__inss {
    margin-top: 17.4vw;
  }
  .navi__device-flg.is-sp .navi__inss {
    height: calc(100vh - 40vw);
  }
  .navi-in > .menu-header {
    border-top: 1px solid var(--gray_f4);
  }
  .navi-in > ul > li {
    border-bottom: 1px solid var(--gray_f4);
  }
  .navi-in > ul > li .caption-wrap {
    padding: 3.7vw 0;
  }
  .navi-in > ul > li > a {
    font-size: 4vw;
  }
  .navi-in > ul .sub-menu {
    padding: 1vw 0;
  }
  .navi-in > ul .sub-menu a {
    font-size: 4vw;
    padding: 0;
  }
  .navi-in > ul .sub-menu .caption-wrap {
    padding: 2.6vw 0;
  }
  .nav__arrow {
    right: 8vw;
    width: 3.4vw;
    height: 3.4vw;
  }
  .nav__arrow figure {
    width: 1px;
  }
  .header-container .navi__sns_box {
    padding: 6vw 0;
  }
}
/* ----------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
  margin-top: initial!important;
  background-color: var(--gray_f4);
  color: var(--greige)!important;
}
.footer a {
  transition: opacity 0.3s;
}
.footer-bottom {
  margin-top: initial;
  padding: 42px 30px 26px;
  position: relative;
  font-size: 14px;
}
.navi__sns_box {
  justify-content: center;
}
.footer .navi__sns {
  margin-left: 28px;
}
.footer .navi__sns:nth-of-type(1) {
  margin-left: initial;
}
.navi-footer {
  margin-top: 30px;
}
.navi-footer-in > .menu-footer li {
  border-left: initial;
  border-right: initial!important;
  width: initial!important;
  flex: 0 1 auto!important;
}
.navi-footer-in a {
  color: var(--greige)!important;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
.footer-bottom.fnm-text-width .menu-footer li a {
  padding: 0 12px;
}
.navi-footer-in a:hover {
  background-color: transparent;
}
.copyright {
  margin-top: 20px;
  line-height: 1;
  font-size: 12px;
}
/* ----------------------------------------------------
	共通
---------------------------------------------------- */
.content {
  margin-top: initial!important;
}
.gradBack {
  background-image: url(https://mira-colo.jp/wp-content/themes/cocoon-child-master/img/back_grad.jpg?version=230829_09);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.home h2 {
  position: relative;
  text-align: center;
}
h2 {
  color: var(--greige);
  line-height: initial;
}
h2 .is-ja {
  display: block;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05rem;
}
h2 .is-en {
  display: block;
  position: relative;
  font-family: 'Allura', serif;
  font-weight: 400;
  font-size: 72px;
  letter-spacing: 0.5rem;
}
button.common__btn,
.common__btn {
  position: relative;
  text-align: center;
  margin: auto;
  width: 260px;
  height: 70px;
  display: block;
  border-radius: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--greige);
  color: var(--white)!important;
  font-size: 18px;
  letter-spacing: 0.06rem;
  text-indent: 0.7rem;
  transition: opacity 0.3s;
}
.btnArrow {
  position: relative;
}
.btnArrow::before,
.btnArrow:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: var(--white);
  margin-top: 6px;
}
.btnArrow::before {
  top: 20px;
  right: 28px;
  transform: rotate(-50deg);
}
.btnArrow:after {
  top: 27px;
  right: 28px;
  transform: rotate(50deg);
}
.selectArrow {
  position: relative;
}
.selectArrow::before,
.selectArrow:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 9px;
  background-color: var(--greige);
  margin-top: 10px;
}
.selectArrow::before {
  top: 20px;
  right: 17px;
  transform: rotate(50deg);
}
.selectArrow:after {
  top: 20px;
  right: 23px;
  transform: rotate(-50deg);
}
.go-to-top {
  right: 20px;
  bottom: 20px;
}
.go-to-top-button {
  background-color: var(--greige);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: opacity 0.3s;
  display: block!important;
}
.go-to-top__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  right: initial;
  width: 20px;
  height: 20px;
  transform: translate(-50% , -50%);
  transition: all 0.3s;
}
.go-to-top__arrow figure {
  position: absolute;
  top: 2%;
  width: 2px;
  height: 80%;
  background-color: #fff;
}
.go-to-top__arrow figure:nth-of-type(1) {
  left: 22%;
  transform: rotate(40deg);
}
.go-to-top__arrow figure:nth-of-type(2) {
  right: 22%;
  transform: rotate(-40deg);
}
/* ====================================================
	TOP
==================================================== */
body.home .wrap {
  width: 100%;
  max-width: initial;
  padding-top: initial;
}
body.home .content {
  margin-top: initial!important;
}
body.home .main {
  padding: initial!important;
  border: initial!important;
}
.home-wrapInner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.fv {
  position: relative;
  height: 41vw;
  overflow: hidden;
}
.fv__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;
  position: relative;
}
.fv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  margin-top: -8vw;
  /* width: 100%;
  height: 100%; */
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.fv__txt {
  position: absolute;
  top: 3.6vw;
  left: 15.2vw;
  width: 18.3vw;
}
/* ====================================================
	サービスを探す（検索結果）
==================================================== */
body.home .service {
  padding: 0 20px;
}
.service__box {
  background-color: var(--white);
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 1.4rem;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(72, 72, 72, 0.1);
  padding: 90px 30px 55px;
  z-index: 1;
  max-width: 1100px;
}
body.home .service h2 .is-ja {
  font-weight: 500;
}
body.home .service h2 .is-en {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 150px;
  transform: translateY(-50%);
  color: var(--gray_f4);
  margin-top: 10px;
  letter-spacing: 0.5rem;
}
.service__box form {
  position: relative;
  z-index: 1;
}
.service__selectList {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 62px;
}
.service__select {
  border: 2px solid var(--greige);
  border-radius: 0.7rem;
  background: border-box;
  max-width: 230px;
  width: 100%;
  height: 66px;
  margin: 0 6px;
  cursor:pointer;
}
.service__select select {
  text-align: center;
  text-align-last: center;
  width: 100%;
  height: 100%;
}
.service__box button {
  margin-top: 47px;
}
/* ====================================================
	人気記事
==================================================== */
.topMiddle {
  padding-top: 470px;
  padding-bottom: 82px;
}
.body .widget,
.widget,
.addWidget {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.info-list {
  background-color: var(--white);
}
.popular-entry-cards .cat-label {
  position: relative;
  bottom: initial;
  left: initial;
  border: initial;
}
.widget_popular_entries {
  margin-bottom: 6px;
}
.popular-entry-cards {
  margin-bottom: initial;
}
.popular-entry-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 40px;
}
.popular-entry-cards .a-wrap {
  background-color: #fff;
  border-radius: 1.4rem;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(72, 72, 72, 0.1);
  max-width: 300px;
  width: 100%;
  height: 343px;
  padding: initial;
  overflow: hidden;
  margin-left: 50px;
  margin-bottom: 40px;
  transition: opacity 0.3s;
}
.popular-entry-cards .a-wrap:nth-of-type(1),
.popular-entry-cards .a-wrap:nth-of-type(3n+1) {
  margin-left: initial;
}
.popular-entry-card.cf::after,
.popular-entry-cards.cf::after {
  display: none;
}
.popular-entry-cards figure {
  width: 100%;
  height: 188px;
  margin: initial;
  float: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.popular-entry-card-content {
  margin-left: initial;
  padding: 14px;
  height: 140px;
  line-height: initial;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: initial!important;
}
.popular-entry-card-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
  letter-spacing: 0.05rem;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--greige);
}
.popular-entry-card-date {
  position: absolute;
  bottom: 0;
  right: 16px;
  letter-spacing: 0.04rem;
  color: var(--gray_e5);
}
.popular-entry-card-date > span {
  font-size: 16px;
  margin-right: initial;
  padding: initial;
}
.topMiddle .pagination-next,
.topMiddle .pagination {
  display: none;
}
/* ====================================================
	おすすめアプリ
==================================================== */
.top_app {
  background-color: var(--white);
  padding: 75px 30px;
}
.top_app .home-wrapInner {
  max-width: 1140px;
}
.app__list {
  list-style: none;
  display: flex;
  padding: initial;
  padding-top: 60px;
  padding-bottom: 62px;
  justify-content: center;
  align-items: flex-start;
}
.app__li {
  position: relative;
  background: border-box;
  border: 2px solid var(--gray_f4);
  max-width: 360px;
  width: 100%;
  padding: 32px 32px 7px;
  border-radius: 1.2rem;
  margin-left: 45px;
  min-height: 290px;
}
.app__li:nth-of-type(1) {
  margin-left: initial;
}
.app__li_title {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 120px;
  background-color: var(--white);
  font-size: 24px;
  font-weight: 500;
  color: var(--greige);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2rem;
}
.app__box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.app__item {
  color: var(--black_08)!important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-left: 36px;
  margin-bottom: 25px;
  width: 70px;
  transition: opacity 0.3s;
}
.app__item:nth-of-type(1),
.app__item:nth-of-type(3n+1) {
  margin-left: initial;
}
.app__icon {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 /1;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 2px solid var(--gray_f4);
}
.app__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.app__name {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  color: var(--greige);
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/* 1921px以上から */
@media (min-width: 1921px) {
  .fv {
    height: 790px;
    max-height: 84vh;
  }
  .fv__img {
    margin-top: -138px;
  }
}
@media screen and (max-width: 1220px){
  .fv {
    height: 90vw;
    max-height: 700px;
  }
  .fv__img {
    margin-top: -7vw;
  }
  .fv__txt {
    width: 28vw;
    top: 170px;
    left: 30px;
  }
  .service__box {
    max-width: 1000px;
  }
  .body .widget,
  .widget,
  .addWidget {
    max-width: 960px;
  }
  .widget_popular_entries {
    max-width: 960px;
  }
  .popular-entry-cards .a-wrap {
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .app__li {
    max-width: 300px;
    padding: 22px 22px 2px;
    margin-left: 10px;
  }
  .app__li:nth-of-type(1) {
      margin-left: initial;
  }
  .app__item {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 999px){
  .service__box {
    max-width: 840px;
    padding: 70px 10px 40px;
  }
  .service__selectList {
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .service__select {
    max-width: 290px;
    margin: 6px;
  }
  .service__box button {
    margin-top: 17px;
  }
  .topMiddle {
    padding-top: 480px;
  }
  .widget.widget_popular_entries {
    max-width: 630px;
  }
  .popular-entry-cards .a-wrap,
  .popular-entry-cards .a-wrap:nth-of-type(3n+1) {
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .popular-entry-cards .a-wrap:nth-of-type(odd) {
    margin-left: initial;
  }
  .widget_popular_entries {
    margin-bottom: 26px;
  }
  .app__list {
    flex-direction: column;
    align-items: center;
  }
  .app__li {
    max-width: 600px;
    margin-top: 60px;
    margin-left: initial;
    padding: 52px 52px 17px;
  }
  .app__li:nth-of-type(1) {
    margin-top: initial;
  }
  .app__item,
  .app__item:nth-of-type(3n+1) {
    margin-left: 35px;
    margin-bottom: 35px;
  }
  .app__item:nth-of-type(5n+1) {
    margin-left: initial;
  }
}
@media screen and (max-width: 767px){
  button.common__btn,
  .common__btn {
    width: 67vw;
    height: 13.3vw;
    font-size: 4vw;
    text-indent: initial;
    border-radius: 7vw;
  }
  .btnArrow::before,
  .btnArrow:after {
    width: 1px;
    height: 2.4vw;
    margin-top: -1vw;
  }
  .btnArrow::before {
    top: 6vw;
    right: 5vw;
  }
  .btnArrow:after {
    top: 7.4vw;
    right: 5vw;
  }
  .selectArrow::before,
  .selectArrow:after {
    top: 3vw;
    width: 1px;
    height: 2.3vw;
    margin-top: 1.4vw;
  }
  .selectArrow::before {
    right: 4vw;
  }
  .selectArrow:after {
    right: 5.8vw;
  }
  .go-to-top {
    right: 4vw;
    bottom: 4vw;
  }
  .go-to-top-button {
    width: 11vw;
    height: 11vw;
  }
  .go-to-top__arrow {
    width: 3.4vw;
    height: 3.4vw;
  }
  .go-to-top__arrow figure {
    width: 1px;
  }
  h2 .is-en {
    font-size: 13vw;
  }
  h2 .is-ja {
    font-size: 4vw;
  }
  .footer {
    padding: 1vw;
  }
  .footer-bottom {
    padding: 7.2vw 2vw 2vw;
  }
  .footer .navi__sns {
    margin-left: 7vw;
  }
  .navi-footer {
    margin-top: 6vw;
  }
  .navi-footer-in > .menu-footer li.menu-item {
    margin: initial;
  }
  .footer-bottom.fnm-text-width .menu-footer li a {
    font-size: 3.1vw;
    padding: 0 3vw;
  }
  .copyright {
    margin-top: 6.6vw;
    font-size: 2.3vw;
  }
  .fv {
    height: 85vw;
  }
  .fv__img {
    margin-top: initial;
    width: 100%;
    height: 100%;
  }
  .fv__txt {
    width: 29vw;
    top: 21.5vw;
    left: 4vw;
  }
  body.home .service {
    padding: 0 4vw;
  }
  body.home .service h2 .is-en {
    font-size: 20vw;
    margin-top: 2vw;
  }
  body.home .service h2 .is-ja {
    font-size: 4vw;
  }
  .service__box {
    top: -2.6vw;
    padding: 11.2vw 2vw 8vw;
    border-radius: 2.8vw;
    max-width: initial;
    width: 100%;
  }
  .service__selectList {
    margin-top: 4.9vw;
  }
  .service__select {
    margin: 1.2vw;
    height: 11vw;
    width: 39vw;
    border: 1px solid var(--greige);
    border-radius: 1.8vw;
    max-width: initial;
  }
  .service__select select {
    font-size: 3.7vw;
  }
  .selectArrow::before,
  .selectArrow:after {
    display: none;
  }
  .service__box button {
    margin-top: 4vw;
  }
  .topMiddle {
    padding-top: 84.3vw;
    padding-bottom: 16.9vw;
  }
  .widget.widget_popular_entries {
    max-width: initial;
    margin: auto;
    margin-bottom: 5vw;
    width: 92vw;
  }
  .popular-entry-cards {
    margin-top: 8.9vw;
    margin-bottom: 1vw!important;
    justify-content: space-between;
  }
  .popular-entry-cards .a-wrap,
  .popular-entry-cards .a-wrap:nth-of-type(3n+1) {
    max-width: initial;
    width: 44vw;
    height: 53vw;
    margin-left: initial;
    margin-bottom: 4vw;
    border-radius: 4.2vw;
  }
  .popular-entry-cards figure {
    height: 27vw;
  }
  .popular-entry-card-content {
    padding: 2vw;
    height: 23.4vw;
  }
  .popular-entry-card-title {
    font-size: 3.2vw;
    margin-top: 1vw;
    line-height: 2;
    letter-spacing: 0.1vw;
    line-height: 1.5;
  }
  .popular-entry-card-date {
    right: 3.2vw;
  }
  .popular-entry-card-date > span {
    font-size: 3.2vw;
  }
  .top_app {
    padding: 13vw 7vw 16.6vw;
  }
  .app__list {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }
  .app__li {
    max-width: 86vw;
    margin-top: 7vw;
    padding: 7vw 6vw 2.6vw;
    border-radius: 2.2vw;
    min-height: 60vw;
  }
  .app__li_title {
    top: -4.8vw;
    width: 40vw;
    font-size: 5vw;
  }
  .app__item {
    width: calc((100% / 4) - 3.3vw);
  }
  .app__item,
  .app__item:nth-of-type(3n+1),
  .app__item:nth-of-type(5n+1) {
    margin-left: 4.4vw;
    margin-bottom: 4.4vw;
  }
  .app__item:nth-of-type(4n+1) {
    margin-left: initial;
  }
  .app__icon {
    border: 1px solid var(--gray_f4);
    border-radius: 3.4vw;
  }
  .app__name {
    margin-top: 1.8vw;
    font-size: 3.4vw;
  }
}
/*1160px以下*/
@media screen and (max-width: 1160px){
  /*必要ならばここにコードを書く*/

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

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

}

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

/* ====================================================
	他ページ共通
==================================================== */
body.page #content,
body.single #content,
body.archive #content,
body.search #content {
  background-image: url(https://mira-colo.jp/wp-content/themes/cocoon-child-master/img/back_grad.jpg?version=230829_09);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px;
}
body.category.entry-card.cf::after,
.related-entry-card-wrap {
  display: block;
}
#breadcrumb .fa-fw {
  display: none;
}
.entry-content {
  margin-top: 10px;
  margin-bottom: initial;
}
.category-page-content > p {
  margin-bottom: initial;
}
h1.entry-title,
h1.archive-title {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  color: var(--greige);
  margin: initial;
  letter-spacing: 0.1rem;
}
.container {
  max-width: initial;
}
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
body.page .entry-content,
body.post-type-archive-service .entry-content,
body.single .entry-content {
  max-width: 800px;
  margin: auto;
}
.card-thumb img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  transition: all 0.3s;
}
.cat-label {
  top: initial;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  background-color: var(--navy);
  padding: 6px 7px;
  letter-spacing: 0.1rem;
  max-width: initial;
  display: inline-block;
  line-height: 1;
  border: 1px solid #fff;
}
.eye-catch .cat-label {
  font-size: 16px;
  padding: 6px 7px;
  opacity: initial;
  top: initial;
  bottom: -1px;
  left: -1px;
  border: 1px solid #fff;
}
.related-entry-card .cat-label {
  bottom: -1px;
  left: -1px;
}
.addNormal_card {
  height: 190px;
  margin-bottom: initial;
  padding: 20px;
}
.addNormal_card .entry-card-content {
  margin-left: initial;
  position: relative;
  height: 100%;
  padding-bottom: initial;
}
.addNormal_card .entry-card-thumb {
  width: 260px;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addNormal_card .entry-card-title {
  font-size: 20px;
  letter-spacing: 0.08rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.entry-card-snippet,
.related-entry-card-snippet {
  letter-spacing: 0.1rem;
  -webkit-line-clamp: 3;
}
.entry-card-meta,
.related-entry-card-meta {
  font-size: 20px;
  letter-spacing: 0.04rem;
  color: var(--gray_e5);
  bottom: -5px;
  right: -5px;
}
.pagination-next-link,
.page-numbers {
  border: 1px solid var(--cocoon-thin-color);
}
.entry-card .admin-pv {
  position: absolute;
  left: 0;
  bottom: -26px;
  margin: initial;
}
/* 次の記事 */
.pager-post-navi a.prev-post,
.pager-post-navi a.next-post {
  height: 104px;
}
.pager-post-navi a figure {
  height: 66px;
}
.pager-post-navi a.prev-post .prev-post-title,
.pager-post-navi a.next-post .next-post-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 関連記事 */
.related-entry-card-wrap {
  height: 125px;
}
.related-entry-card-thumb {
  height: 88px;
  margin: initial!important;
}
.related-entry-card-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: var(--greige);
}
/* 見つかりませんでした */
.posts-not-found h2 {
  display: none;
}
.posts-not-found > p {
  margin-top: 10px;
}
/* ----------------------------------------------------
	投稿
---------------------------------------------------- */
.single-post .entry-content {
  font-family: var(--cocoon-default-font);
}
.single-post h1.entry-title {
  margin-bottom: 20px;
}
.single-post .eye-catch {
  max-width: 500px;
  margin: auto;
}
.single-post .eye-catch-wrap {
  margin-bottom: 20px;
}
/* ----------------------------------------------------
	固定
---------------------------------------------------- */
body.page .date-tags,
body.page .sns-share,
body.page .sns-follow {
  display: none;
}
/* body.page .article-header {
  border-bottom: 2px solid var(--gray_f4);
  margin-bottom: 48px;
  text-align: center;
} */
body.page h1.entry-title {
  margin-bottom: 20px;
}
body.page .eye-catch {
  max-width: 500px;
  margin: auto;
}
body.page .eye-catch-wrap {
  margin-bottom: 20px;
}
/*---------- 人気記事 ----------*/
body.page.body_popular .entry-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
/* body.page.body_popular .article-header {
  border-bottom: initial;
  margin-bottom: initial;
} */
.body_popular h1 {
  position: relative;
  text-align: center;
}
.body_popular h1 .is-en {
  display: block;
  position: relative;
  font-family: 'Allura', serif;
  font-weight: 400;
  font-size: 72px;
  letter-spacing: 0.5rem;
}
.body_popular h1 .is-ja {
  display: block;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1rem;
}
.popular-entry-cards.card-arrow .a-wrap::after {
  display: none;
}
/* ----------------------------------------------------
	検索結果
---------------------------------------------------- */
.post-type-archive-service .archive-title {
  margin-bottom: 10px;
}
.post-type-archive-service .posts-not-found > p {
  margin-top: initial;
}
.itemsLabel {
  margin-top: 10px;
  list-style: none;
  padding-left: initial;
  display: flex;
  flex-wrap: wrap;
}
.itemsLabel_result {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: var(--greige);
  padding: 6px 16px;
  letter-spacing: 0.1rem;
  margin-left: 6px;
  line-height: initial;
}
.itemsLabel_result:nth-of-type(1) {
  margin-left: initial;
}
article.type-service.entry-card {
  border-top: 2px solid var(--gray_f4);
  padding: 30px;
}
article.type-service.entry-card:nth-of-type(1) {
  border-top: initial;
}
article.type-service .entry-card-title {
  font-size: 22px;
  margin: initial;
}
article.type-service .entry-card-thumb {
  float: none;
  width: 500px;
  height: 300px;
  border: 1px solid var(--cocoon-x-thin-color);
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 20px;
}
article.type-service .entry-card-content {
  margin-left: initial;
  padding-bottom: initial;
}
article.type-service table {
  margin-bottom: initial;
}
article.type-service table th,
article.type-service td {
  padding: 14px;
  font-size: 16px;
  letter-spacing: 0.08rem;
  line-height: 1.2;
}
.service_txt {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
  letter-spacing: 0.08rem;
}
.archiveService__btn {
  margin-top: 16px;
  color: var(--greige)!important;
  background-color: transparent;
  border: 2px solid var(--greige);
  width: 230px;
  height: 64px;
  text-indent: initial;
}
.fa-archiveService {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  font-size: 16px;
}
body.post-type-archive-service .service__box {
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  padding: 70px 50px 50px;
  max-width: 840px;
  margin-top: 40px;
  box-shadow: initial;
  border-radius: initial;
  background-color: var(--gray_f4);
}
body.post-type-archive-service .service__title {
  position: relative;
  text-align: center;
  margin: 0 6px;
}
body.post-type-archive-service .service__title .is-en {
  display: block;
  font-family: 'Allura', serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 130px;
  transform: translateY(-50%);
  margin-top: 10px;
  letter-spacing: 0.5rem;
  color: #fff;
  opacity: 0.8;
}
body.post-type-archive-service .service__title .is-ja {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  z-index: 1;
  position: relative;
  letter-spacing: 0.1rem;
  color: var(--greige);
}
body.post-type-archive-service .service__selectList {
  margin-top: 40px;
}
body.post-type-archive-service .service__select {
  max-width: 180px;
  margin: 0 6px;
  height: 54px;
  background-color: #fff;
}
body.post-type-archive-service .service__box button {
  width: 225px;
  height: 58px;
  text-indent: initial;
  margin-top: 30px;
}
body.post-type-archive-service .service__box button.btnArrow::before,
body.post-type-archive-service .service__box button.btnArrow:after {
  margin-top: 1px;
}
@media screen and (max-width: 1220px){
  body.page #content,
  body.single #content,
  body.archive #content,
  body.search #content {
    padding: 126px 20px 80px;
  }
  body.page.body_popular #content {
    padding: 126px 20px 80px;
  }
}
@media screen and (max-width: 999px){
  body.page.body_popular .entry-content {
    max-width: 630px;
  }
  body.post-type-archive-service .service__box {
    max-width: initial;
  }
  body.post-type-archive-service .service__selectList {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.post-type-archive-service .service__select {
    max-width: 250px;
    height: 64px;
    margin: 6px;
  }
  body.post-type-archive-service .service__box button {
    width: 260px;
  }
}
@media screen and (max-width: 767px){
  body.page #content,
  body.single #content,
  body.archive #content,
  body.search #content,
  body.page.body_popular #content {
    padding: initial!important;
  }
  /* body.page .article-header {
    margin-bottom: 11vw;
  } */
  /* body.page.body_popular .article-header {
    margin-bottom: initial;
  } */
  main.main {
    padding: 22vw 4vw 10vw!important;
  }
  .main {
    box-shadow: initial;
  }
  .body_popular .main {
    padding: 22vw 0 10vw!important
  }
  .body .article {
    margin-bottom: 2vw;
  }
  .entry-title,
  .archive-title{
    font-size: 4.6vw;
    padding: initial!important;
  }
  h1.entry-title,
  h1.archive-title {
    line-height: 1.5;
  }
  .archive-title span {
    margin-right: 1vw;
  }
  body.page.body_popular .entry-content {
    max-width: initial;
    width: 92vw;
  }
  .cat-label,
  .eye-catch .cat-label,
  .related-entry-card .cat-label {
    font-size: 3.2vw;
    padding: 1.5vw 1.7vw;
  }
  .cat-label,
  .related-entry-card .cat-label {
    display: none;
  }
  .popular-entry-card-content .cat-label,
  .eye-catch .cat-label {
    display: block;
  }
  .popular-entry-card-content .cat-label {
    font-size: 2.6vw;
    padding: 1.2vw 1.3vw;
  }
  .entry-card-snippet,
  .related-entry-card-snippet {
    display: none;
  }
  .entry-card .admin-pv {
    bottom: -5vw;
  }
  /* 見つかりませんでした */
  .posts-not-found > p {
    margin-top: 1vw;
    font-size: 3.3vw;
  }
  /* 投稿 */
  .addNormal_card .entry-card-thumb {
    width: 36vw;
    height: 20vw;
    margin-top: initial;
    margin-bottom: initial;
    margin-right: 2.4vw;
  }
  .entry-content {
    margin-top: 2vw;
    font-size: 3.3vw;
  }
  .addNormal_card {
    height: 28.1vw;
    padding: 4vw 2vw;
  }
  .addNormal_card .entry-card-title {
    font-size: 3.4vw;
    margin: 0 0 2vw 0;
    -webkit-line-clamp: 3;
  }
  .entry-card-meta,
  .related-entry-card-meta {
    font-size: 4vw;
  }
  .single-post .article h1 {
    letter-spacing: initial;
    margin-bottom: 4vw;
    /* font-size: 5vw; */
  }
  /* 次の記事 */
  .pager-post-navi a.prev-post,
  .pager-post-navi a.next-post {
    height: 20vw;
  }
  .pager-post-navi a figure {
    height: 15vw;
  }
  .pager-post-navi a.prev-post .prev-post-title,
  .pager-post-navi a.next-post .next-post-title {
    font-size: 3vw;
    line-height: 1.3;
  }
  .pager-post-navi a.prev-post .prev-post-title {
    margin-left: 2vw;
  }
  .pager-post-navi a.next-post .next-post-title {
    margin-right: 2vw;
  }
  /* 関連記事 */
  .related-entry-heading {
    font-size: 4.6vw;
  }
  .related-entry-card-wrap {
    height: 23.8vw;
    padding: 3vw;
  }
  .related-entry-card-thumb {
    width: 30vw;
    height: 17vw;
  }
  .related-entry-card-title {
    -webkit-line-clamp: 3;
    font-size: 3.4vw;
    padding-left: 3vw;
    line-height: 1.6;
  }
  /* 固定 */
  body.page .article h1 {
    letter-spacing: initial;
    margin-bottom: 4vw;
  }
  body.page article h2 {
    padding: 4vw;
  }
  /* サービス */
  .post-type-archive-service .archive-title {
    margin-bottom: 1vw;
  }
  .itemsLabel {
    margin-top: 1vw;
  }
  .itemsLabel_result {
    font-size: 3vw;
    padding: 1vw 2vw;
  }
  article.type-service.entry-card {
    padding: 5vw 1vw;
  }
  article.type-service .entry-card-title {
    font-size: 4.3vw;
  }
  article.type-service .entry-card-thumb {
    width: 100%;
    height: 50vw;
    margin-top: 2.6vw;
    margin-bottom: 3vw;
  }
  article.type-service .entry-card-snippet {
    display: block!important;
  }
  article.type-service table th,
  article.type-service td {
    padding: 1.8vw;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .service_txt {
    font-size: 3.2vw;
    margin-top: 4vw;
    line-height: 1.6;
  }
  .archiveService__btn {
    margin-top: 5vw;
    width: 67vw;
    height: 13.3vw;
    font-size: 4vw;
    border: 1px solid var(--greige);
  }
  .fa-archiveService {
    right: 15vw;
    font-size: 3.6vw;
  }
  body.post-type-archive-service .service__box {
    margin-top: 4vw;
    padding: 14vw 4vw 10vw;
  }
  body.post-type-archive-service .service__title .is-en {
    font-size: 18vw;
    margin-top: 1vw;
  }
  body.post-type-archive-service .service__title .is-ja {
    font-size: 4.3vw;
  }
  body.post-type-archive-service .service__selectList {
    margin-top: 5vw;
  }
  body.post-type-archive-service .service__select {
    width: 36vw;
    max-width: initial;
    margin: 1vw;
    height: 10vw;
    font-size: 4vw;
  }
  body.post-type-archive-service .service__select select {
    font-size: 3.1vw;
  }
  body.post-type-archive-service .service__box button {
    width: 67vw;
    height: 13.3vw;
    font-size: 4vw;
    margin-top: 4vw;
  }
  body.post-type-archive-service .service__box button.btnArrow::before,
  body.post-type-archive-service .service__box button.btnArrow:after {
    margin-top: -1.1vw;
  }
  /* 人気記事 */
  .body_popular h1 .is-en {
    font-size: 13vw;
  }
  .body_popular h1 .is-ja {
    font-size: 4vw;
  }
}
@media screen and (max-width: 499px){
  .entry-card-meta,
  .related-entry-card-meta {
    bottom: 0;
    right: 0;
  }
}
/* ----------------------------------------------------
PC 記事テキストサイズ
---------------------------------------------------- */
body.page h1.entry-title,
.single-post article h1 {
  font-size: 28px;
}
body.page article h2,
.single-post article h2 {
  border-top: solid 1px var(--greige);
  border-bottom: solid 1px var(--greige);
  background-color: #f3fafe;
  color: var(--greige);
  font-size: 25px!important;
}
body.page article h3,
.single-post article h3 {
  font-size: 22px!important;
}
body.page article h4,
body.page article h5,
body.page article h6,
.single-post article h4,
.single-post article h5,
.single-post article h6 {
  font-size: 20px!important;
}
@media screen and (max-width: 767px){
  /* ----------------------------------------------------
  スマホ 記事テキストサイズ
  ---------------------------------------------------- */
  body.page h1.entry-title,
  .single-post article h1 {
    font-size: 5vw;
  }
  body.page article h2,
  .single-post article h2 {
    font-size: 4.8vw!important;
  }
  body.page article h3,
  .single-post article h3 {
    font-size: 4vw!important;
  }
  body.page article h4,
  body.page article h5,
  body.page article h6,
  .single-post article h4,
  .single-post article h5,
  .single-post article h6 {
    font-size: 3.8vw!important;
  }
}