@charset "UTF-8";
/*-----------------------------------

Theme Name: fast-Mirai
Theme URI:
Description: 未来電子Fastテンプレート
Version: 2.1

-----------------------------------*/

/*リセット
/************************************************************/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
ol,
ul,
li,
dl {
  list-style-position: inside;
}
ol,
ul,
li,
dl {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  box-sizing: border-box;
  line-height: 1;
  font-size: 62.5%;
  overflow-x: hidden;
  width: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
embed,
object,
audio,
video {
  max-width: 100%;
  height: auto;
}
iframe {
   max-width: 100%;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
hr {
  height: 0;
  border: 0;
}

/*ベース
/************************************************************/
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "M PLUS 1p", "Lato", "游ゴシック体", "Yu Gothic", "YuGothic",
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.4rem;
  font-weight: 400;
  color: #191919;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 110px;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  .l-main {
    padding: 15px 10px;
  }
  .l-main.l-main-single {
    padding: 30px 10px;
  }
  .l-sidebar {
    padding: 0 10px 15px 10px;
  }
  .container {
    padding: 0 10px;
  }
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}

.title {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.title img {
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 640px) {
  .title img {
    width: 45px;
    height: 45px;
  }
}

.title h2 {
  font-size: 180%;
  padding-left: 5px;
}

@media screen and (max-width: 800px) {
  .title h2 {
    font-size: 150%;
  }
}

@media screen and (max-width: 640px) {
  .title h2 {
    font-size: 125%;
  }
}

.title h2 span {
  display: inline-block;
  border-bottom: 5px solid #fd9d27;
  position: relative;
  font-size: 130%;
  padding-bottom: 5px;
  color: #18499d;
}


@media screen and (max-width: 640px) {
  .title h2 span:after {
    right: -12px;
    top: -15px;
  }
}

.title h2 strong {
  color: #1cafdd;
}

.subtitle {
  border-bottom: 5px solid #69d126;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    #fff 50%,
    #fff
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    #fff 50%,
    #fff
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    #fff 50%,
    #fff
  );
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}

.subtitle h2 {
  font-size: 130%;
  padding: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .subtitle h2 {
    font-size: 100%;
  }
}

.subtitle h2 span {
  font-size: 120%;
  color: #18499d;
  position: relative;
}

.subtitle h2 span:after {
  content: url(img/subtitle-check.png);
  position: absolute;
  top: -15px;
  right: -7px;
}

/*レイアウト
/************************************************************/

/*ヘッダー*/
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
}
.l-header::after {
  content: "";
  display: block;
  clear: both;
}

.header-top {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .header-top {
    height: 50px;
  }
}

.menuNavi {
  background-color: #000;
  padding: 0 20px;
}

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

#menuNavi__menu {
  color: #fff;
}

.menu-open {
  display: block !important;
}

/*エキストラ*/
.l-extra {
  position: relative;
  background: #191919;
}
.l-extraNone {
  display: none;
}

/*ラッパー(メイン&サイドバーを囲む要素)*/
.l-wrapper {
  position: relative;
  display: flex;
  width: 1200px;
  max-width: 98%;
  margin: 0 auto;
}
.l-wrapper.no-sidebar {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
}

/*メイン*/
.l-main {
  width: 70%;
  padding: 60px 2.5% 60px 0;
}
.l-wrapper.no-sidebar .l-main {
  margin: auto;
  width: 100%;
  padding: 0;
  max-width: 1000px;
}
.l-main.l-main-single {
  width: 820px;
  max-width: 100%;
  padding: 60px 0;
  margin: 0 auto;
}
.l-main.l-main-w740 {
  width: 740px;
}
.l-main.l-main-w900 {
  width: 900px;
}
.l-main.l-main-w100 {
  width: 100%;
}

/*サイドバー*/
.l-sidebar {
  width: 30%;
  padding: 60px 1.25% 60px 1.25%;

}

/*フッター*/
.l-footer {
  position: relative;
  width: 100%;
}

/*モジュール
/************************************************************/

/*コンテナ(ヘッダー・フッター・エキストラなどで使用)*/
.container {
  position: relative;
  width: 1200px;
  max-width: 98%;
  margin: 0 auto;
}
.container::after {
  content: "";
  display: block;
  clear: both;
}

/*インフォメーションヘッダー*/
.infoHead {
  text-align: center;
  background: #c53929;
}
.infoHead__link {
  display: block;
  font-weight: 700;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
}
.infoHead__link:hover {
  background: rgba(255, 255, 255, 0.15);
  transition: 0.2s;
}

/*サイトタイトル(ヘッダーで使用)*/
.siteTitle {
  width: 40%;
  overflow: hidden;
  padding: 5px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .siteTitle {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .siteTitle {
    width: 50%;
  }
}

/*ロゴがあるとき*/
.siteTitle__logo {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100%;
  max-height: 50px;
  line-height: 20px;
}
/*ロゴがないとき*/
.siteTitle__name {
  display: block;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.siteTitle__link {
  display: block;
  float: left;
  width: auto;
  height: 50px;
}
.siteTitle__link:hover {
  opacity: 0.75;
}
.siteTitle__img {
  width: auto;
  max-height: 50px;
}
.siteTitle__main {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 900;
}
.siteTitle__sub {
  display: block;
  font-size: 1.2rem;
  margin-left: 10px;
  float: left;
}

.serviceNavi {
  width: 60%;
}

@media screen and (max-width: 900px) {
  .serviceNavi {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .serviceNavi {
    display: none;
  }
}

.serviceNavi ul {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 5px;
}

.serviceNavi ul li {
  padding: 0 2.5px;
}

.serviceNavi ul li a {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid #1cafdd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #18499d;
  font-weight: bold;
  padding: 16px 0 16px 10px;
}

.serviceNavi ul li a:after {
  content: "〉";
  color: #1cafdd;
  font-weight: bold;
  padding-left: 10px;
}

/*検索ナビ(エキストラで使用)*/
.searchNavi {
  display: flex;
  padding: 15px 0;
}
.searchNavi__title {
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  padding: 0 15px;
  background: #1cafdd;
  margin-right: 5px;
  border-radius: 5px;
  font-weight: 500;
}
.searchNavi__list {
  list-style: none;
  flex-grow: 2;
  padding-top: 8px;
  margin-right: 15px;
  overflow: hidden;
}
.searchNavi__item {
  color: #bfbfbf;
  float: left;
  height: 14px;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 8px;
  transition: 0.2s;
}
.searchNavi__item:hover {
  color: #ffffff;
  font-weight: bold;
}
.searchNavi__link {
  padding: 0 10px;
}

/*メインナビ(ヘッダーで使用)*/

.mainNavi {
  background-color: #18499d;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .mainNavi .navigation {
    display: none;
    height: calc(100vh - 50px);
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    background-color: #18499d;
    z-index: 999;
    padding-bottom: 80px; /* CTAボタンのスペースを確保 */
  }
  
  .mainNavi .navigation.menu-open {
    display: block;
  }
}

.mainNavi ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  .mainNavi ul {
    width: 100%;
    flex-flow: column wrap;
  }
}

/* PC表示での基本スタイル - 以前のシンプルな構造に戻す */
@media screen and (min-width: 768px) {
  .mainNavi .navigation {
    display: flex;
    flex-direction: row;
  }
  
  /* スマホ専用セクションは非表示 */
  .mainNavi .navigation > li.nav-section.sp-only {
    display: none;
  }
  
  .mainNavi .navigation .nav-section-title {
    display: none; /* PC表示では非表示 */
  }
  
  .mainNavi .navigation .nav-section-list {
    display: flex;
    flex-direction: row;
  }
  
  .mainNavi .navigation .nav-section-list li {
    display: inline-block;
    margin: 0;
  }
  
  .mainNavi .navigation .nav-section-list li.sp-only {
    display: none; /* スマホ専用リンクは非表示 */
  }
  
  .mainNavi .navigation .nav-section-list a {
    padding: 18px 15px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: inline-block;
  }
  
  .mainNavi .navigation .nav-section-list a::before {
    display: none; /* PC表示では非表示 */
  }
  
  .mainNavi .navigation .nav-section-list a:hover {
    background-color: #000;
  }
  
  /* サブナビゲーション（PC表示のみ） */
  .mainNavi .navigation .subnavigation.pc-only {
    display: block;
    border-bottom: 1px solid #fff;
  }
  
  .mainNavi .navigation .subnavigation.pc-only ul {
    padding: 2px;
    flex-flow: row wrap;
    display: flex;
  }
  
  .mainNavi .navigation .subnavigation.pc-only li {
    padding: 2px;
    width: 50%;
  }
  
  .mainNavi .navigation .subnavigation.pc-only li a {
    border: 2px solid #1cafdd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    color: #18499d;
    padding: 8px 12px;
    font-size: 1.3rem;
    display: block;
    text-align: center;
  }
  
  .mainNavi .navigation .subnavigation.pc-only li a:hover {
    background-color: #dcecf0;
  }
}

/* スマホ表示でのsp-only表示 */
@media screen and (max-width: 767px) {
  .mainNavi .navigation .sp-only {
    display: block;
  }
  
  .mainNavi .navigation .pc-only {
    display: none;
  }
  
  .mainNavi .navigation .nav-section-list li.sp-only {
    display: block;
  }
}

.mainNavi .navigation a {
  color: #fff;
  padding: 18px 15px;
  display: inline-block;
  font-weight: bold;
}

@media screen and (min-width: 1101px) and (max-width: 1250px) {
  .mainNavi .navigation a {
    padding: 18px 7px;
    font-size: 90%;
  }
}

@media screen and (max-width: 767px) {
  .mainNavi .navigation {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .mainNavi .navigation a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  /* ナビゲーションセクション */
  .mainNavi .navigation .nav-section {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  
  .mainNavi .navigation .nav-section:last-child {
    border-bottom: none;
  }
  
  .mainNavi .navigation .nav-section-title {
    display: block;
    padding: 18px 20px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    letter-spacing: 0.05em;
  }
  
  .mainNavi .navigation .nav-section-list {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .mainNavi .navigation .nav-section-list li {
    margin: 0;
    padding: 0;
  }
  
  .mainNavi .navigation .nav-section-list a {
    padding: 16px 20px 16px 35px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    transition: background-color 0.3s ease, padding-left 0.3s ease;
  }
  
  .mainNavi .navigation .nav-section-list a::before {
    content: '・';
    position: absolute;
    left: 20px;
    color: #1cafdd;
    font-weight: 700;
  }
  
  .mainNavi .navigation .nav-section-list a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 40px;
  }
  
  .mainNavi .navigation .nav-section-list a:active {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.mainNavi .navigation a:hover {
  background-color: #000;
}

.mainNavi .conversion {
  padding: 5px;
}

@media screen and (max-width: 1101px) {
  .mainNavi .conversion {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #18499d;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 99;
  }
}

@media screen and (max-width: 767px) {
  .mainNavi .conversion {
    height: 70px;
  }
}

.mainNavi .conversion li {
  padding-right: 5px;
}

.mainNavi .conversion li:last-child {
  padding-right: 0;
}

/* 旧.subnavigationスタイルは削除（新構造.nav-sectionを使用） */

.smp-cv-img {
  display: none;
  position: absolute;
  top: -8px;
}

@media screen and (max-width: 767px) {
  .smp-cv-img {
    display: block;
  }

  .mainNavi .conversion {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .mainNavi .conversion li {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .mainNavi .conversion li a {
    width: 100%;
  }

  .mainNavi .conversion li:first-child {
    padding-right: 0;
  }

  .mainNavi .conversion li:nth-child(2) {
    width: 77%;
  }

  .mainNavi .conversion li:nth-child(3) {
    width: 23%;
    padding-right: 0;
  }

  .mainNavi .conversion .btn-tel {
    background-color: #fff;
    border: 1px solid red;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 7px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .mainNavi .conversion .btn-tel .smp-cv-img {
    left: 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
      1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
  }

  .mainNavi .conversion .btn-tel .smp-cv-img p {
    border-bottom: 3px solid #ff9d00;
    padding: 0 3px 3px;
  }

  .mainNavi .conversion .btn-tel .smp-cv-img p span {
    font-size: 120%;
  }

  .mainNavi .conversion .btn-tel .smp-cv-img img {
    width: 30px;
  }

  .mainNavi .conversion .btn-tel dt {
    color: #000;
    padding-bottom: 2px;
  }

  .mainNavi .conversion .btn-tel:before {
    width: 55px;
    height: 36px;
  }

  .mainNavi .conversion .btn-line {
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    flex-flow: column wrap;
    -webkit-align-items: center;
    align-items: center;
  }

  .mainNavi .conversion .btn-line span {
    display: none;
  }

  .mainNavi .conversion .btn-line strong {
    font-size: 100%;
  }

  .mainNavi .conversion .btn-line:after {
    display: none;
  }

  .mainNavi .conversion .btn-form {
    position: fixed;
    top: 0;
    right: 53px;
    width: 65px;
    height: 50px;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 2px;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  .mainNavi .conversion .btn-form span {
    display: none;
  }

  .mainNavi .conversion .btn-form strong {
    font-size: 70%;
  }

  .mainNavi .conversion .btn-form:before {
    margin-right: 0;
    width: 28px;
    height: 28px;
  }

  .mainNavi .conversion .btn-form:after {
    display: none;
  }
}

/*=================================
			ボタン類
==================================*/
.free-tel img {
  width: 117px;
  display: block;
}

@media screen and (max-width: 767px) {
  .free-tel {
    display: none;
  }
}

.btn-tel {
  display: flex;
}

.btn-tel dt {
  color: #fff;
  font-size: 190%;
  font-weight: bold;
  text-align: center;
}

.btn-tel dd {
  color: #fff;
  background-color: red;
  font-size: 85%;
  font-weight: bold;
  padding: 1.5px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #18bd46;
  border: 1px solid #399100;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 1px 0 1px 5px;
}

.btn-line i {
  font-size: 35px;
  margin-right: 5px;
}

.btn-line p {
  text-align: center;
  font-weight: bold;
}

.btn-line span,
.btn-line strong {
  display: block;
}

.btn-line strong {
  font-size: 130%;
}

.btn-line:after {
  content: "〉";
  padding-left: 5px;
}

.btn-form {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ff9d00;
  border: 1px solid #d35303;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 3px 0 3px 5px;
}

.btn-form:before {
  content: "";
  background-image: url(img/form-ico.png);
  width: 32px;
  height: 32px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-right: 5px;
}

.btn-form p {
  text-align: center;
  font-weight: bold;
}

.btn-form span,
.btn-form strong {
  display: block;
}

.btn-form strong {
  font-size: 130%;
}

.btn-form:after {
  content: "〉";
  padding-left: 5px;
}

@media screen and (max-width: 640px) {
  .cv-set .btn-line,
  .cv-set .btn-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 5px;
  }
  .cv-set .btn-line i {
    font-size: 30px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .cv-set .btn-form:before {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .cv-set .btn-line:after,
  .cv-set .btn-form:after {
    display: none;
  }
}

/*検索窓(エキストラとウィジェットで使用)*/
.searchBox {
  font-size: 1.2rem;
  flex-grow: 1;
}
.searchBox__form {
  position: relative;
  height: 30px;
  border-radius: 5px;
  background: #f2f2f2;
  min-width: 130px;
}
.searchBox__input {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: inherit;
  border: none;
  padding: 0 10px;
  background: transparent;
}
.searchBox__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: inherit;
  line-height: 30px;
  border: none;
  cursor: pointer;
  background: transparent;
}

/*グローバルナビ(エキストラで使用)*/
.globalNavi {
  padding-top: 23px;
  overflow: hidden;
}
.globalNavi__list {
  display: table;
  list-style: none;
}
.globalNavi__list .page_item,
.globalNavi__list .menu-item {
  color: #bfbfbf;
  float: left;
  height: 14px;
  line-height: 1;
  margin-bottom: 23px;
  padding: 0 15px;
  border-left: 1px solid #3f3f3f;
  transition: 0.2s;
}
.globalNavi__list .page_item:first-child,
.globalNavi__list .menu-item:first-child {
  border-left: 0;
  padding-left: 0;
}
.globalNavi__list .current_page_item,
.globalNavi__list .current-menu-item,
.globalNavi__list .page_item:hover,
.globalNavi__list .menu-item:hover {
  color: #ffffff;
  font-weight: bold;
}

/*キーリスト(TOPで使用)*/
.key {
  width: 100%;
}
.key__list {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}
.key__item {
  position: relative;
  flex-grow: 1;
  height: 270px;
  background-position: center center;
  background-size: cover;
}
.key__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0.25) 100%
  );
  transition: 0.2s;
}
.key__item:hover::before {
  opacity: 0;
}
.key__cat {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #1cafdd;
  z-index: 2;
}
.key__cat a {
  display: block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1.3rem;
  transition: 0.2s;
}
.key__cat a::before {
  font-family: "icomoon";
  content: "\e902";
  margin-right: 5px;
}
.key__cat a:hover {
  background: rgba(255, 255, 255, 0.25);
}
.key__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.key__title {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.25;
  margin: 10px;
}

/*ランキングボックス(TOPページで使用)*/
.rankingBox {
  padding: 60px 0;
  margin-bottom: 60px;
  background: #f7f7f7;
}
.rankingBox__over {
  overflow-x: auto;
  overflow-y: hidden;
}
.rankingBox__list {
  display: table;
  counter-reset: number;
  height: 0;
}
.rankingBox__item {
  display: table-cell;
  position: relative;
}
.rankingBox__item:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #bfbfbf;
  color: #fff;
  z-index: 5;
}
.rankingBox__item:nth-child(1):before {
  background: #ecd357;
}
.rankingBox__item:nth-child(2):before {
  background: #a9c6d5;
}
.rankingBox__item:nth-child(3):before {
  background: #c58459;
}

.rankingBox__img {
  overflow: hidden;
  width: 230px;
  height: 230px;
}
.rankingBox__img img {
  width: 410px;
  max-width: 410px;
  height: 230px;
  margin-left: -90px;
  vertical-align: bottom;
  transform: scale(1);
  transition: ease-in-out 0.2s;
}
.rankingBox__img img:hover {
  transform: scale(1.2);
}

.rankingBox__title {
  height: calc(100% - 230px);
  background: #1cafdd;
}
.rankingBox__titleLink {
  display: block;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  padding: 15px;
}
.rankingBox__titleLink:hover {
  background: rgba(255, 255, 255, 0.25);
}

/*カテゴリー新着1件(TOPページで使用)*/
.categoryBox {
  padding-bottom: 20px;
}
/*シングルページ*/
.categoryBox.categoryBox-gray {
  padding-top: 60px;
  background: #f7f7f7;
}
.categoryBox__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -20px;
}
.categoryBox__list::after {
  content: "";
  display: block;
  clear: both;
}
.categoryBox__item {
  width: calc(33.3% - 20px);
  float: left;
  margin: 0 0 40px 20px;
}
.categoryBox__title {
  color: #1cafdd;
  border-top: 2px solid;
  font-size: 1.8rem;
}
.categoryBox__titleLink {
  position: relative;
  display: block;
  padding: 20px 0;
}
.categoryBox__titleLink::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-right: 1px solid;
  transform: rotate(45deg);
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  transition: 0.5s;
}
.categoryBox__titleLink:hover::before {
  transform: rotate(765deg);
  width: 10px;
  height: 10px;
  margin-top: -5px;
}

/*カテゴリー説明ボックス(カテゴリーアーカイブで使用)*/
.categoryDescription {
  position: relative;
  padding: 30px 0;
  background: #1cafdd;
}
.categoryDescription::before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.15) 50%,
      transparent 50%
    ),
    linear-gradient(rgba(0, 0, 0, 0.15) 50%, transparent 50%);
  background-size: 2px 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.categoryDescription::after {
  content: "";
  display: block;
  clear: both;
}

.categoryDescription__explain {
  float: left;
  width: 70%;
  padding-right: 2.5%;
}
.categoryDescription__heading {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.categoryDescription__heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.categoryDescription__sub {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.categoryDescription__text {
  color: #fff;
  line-height: 1.75;
}

.categoryDescription__post {
  float: right;
  list-style: none;
  width: 30%;
  padding-left: 2.5%;
}
.categoryDescription__item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.categoryDescription__item:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.categoryDescription__item img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.categoryDescription__ribbon {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -35px;
  width: 125px;
  padding: 10px 0;
  background: linear-gradient(#e73831, #bd2021);
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  transform: rotate(-45deg);
  z-index: 999;
}
.categoryDescription__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.categoryDescription__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0.25) 100%
  );
  transition: 0.2s;
}
.categoryDescription__link:hover::before {
  opacity: 0;
}
.categoryDescription__title {
  position: absolute;
  bottom: 0;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.25;
  margin: 10px;
}

/*ランキングリスト(ランキングページで使用)*/
.rankingPage {
  list-style-type: none;
  counter-reset: number;
  margin-top: 40px;
}
.rankingPage__item {
  position: relative;
  margin-bottom: 20px;
}
.rankingPage__item:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #bfbfbf;
  color: #fff;
  z-index: 5;
}
.rankingPage__item:nth-child(1):before {
  background: #ecd357;
}
.rankingPage__item:nth-child(2):before {
  background: #a9c6d5;
}
.rankingPage__item:nth-child(3):before {
  background: #c58459;
}

.rankingPage__item::after {
  content: "";
  display: block;
  clear: both;
}

.rankingPage__contents {
  float: right;
  width: calc(100% - 180px);
}

/*シングルページのタイトルボックス*/
.singleTitle {
  position: relative;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.singleTitle::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.15) 50%,
      transparent 50%
    ),
    linear-gradient(rgba(0, 0, 0, 0.15) 50%, transparent 50%);
  background-size: 2px 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.singleTitle::after {
  content: "";
  display: block;
  clear: both;
}

.singleTitle__heading {
  float: left;
  width: 70%;
  padding: 0 2.5% 0 0;
}

/*アーカイブディスクリプションボックス(アーカイブで使用)*/
.archiveDescription {
  padding: 20px 0;
  margin: -40px 0 40px 0;
  line-height: 2;
  border-bottom: dotted 1px #e5e5e5;
}
/*アーカイブリスト(アーカイブで使用)*/
.archive {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.archiveItem {
  width: calc(50% - 20px);
  position: relative;
  margin: 0 0 40px 20px;
}
.archiveItem__text {
  font-size: 1.3rem;
  line-height: 1.75;
  color: #7f7f7f;
}
.archiveItem .btn.btn-right {
  display: none;
}

.archiveItem.archiveItem-wide {
  width: 100%;
  margin: 0 0 40px 20px;
  padding-top: 40px;
  border-top: dotted 1px #d8d8d8;
}
.archiveItem.archiveItem-wide:first-child {
  padding-top: 0;
  border-top: none;
}
.archiveItem.archiveItem-wide .archiveItem__text {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.archiveItem.archiveItem-wide .btn.btn-right {
  display: block;
}

.archiveList {
  width: 100%;
  position: relative;
  margin: 0 0 40px 20px;
}
.archiveList__text {
  font-size: 1.3rem;
  line-height: 1.75;
  color: #7f7f7f;
}

/*アイキャッチ画像(複数個所で使用)*/
.eyecatch {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.eyecatch:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
/*ウィジェットエリア*/
.eyecatch.eyecatch-widget {
  margin-bottom: 10px;
}
/*シングルページ*/
.eyecatch.eyecatch-singleTitle {
  float: right;
  width: 27.5%;
  margin: 0 0 0 2.5%;
}
/*ランキングページ*/
.eyecatch.eyecatch-ranking {
  float: left;
  width: 160px;
  margin-right: 20px;
}
.eyecatch img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transform: scale(1);
  transition: ease-in-out 0.2s;
}
.eyecatch img:hover {
  transform: scale(1.2);
}
.eyecatch__cat {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: #1cafdd;
}
.eyecatch__cat a {
  display: block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1.3rem;
  transition: 0.2s;
}
.eyecatch__cat a::before {
  font-family: "icomoon";
  content: "\e902";
  margin-right: 5px;
}
.eyecatch__cat a:hover {
  background: rgba(255, 255, 255, 0.25);
}
.eyecatch__ribbon {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -35px;
  width: 125px;
  padding: 10px 0;
  background: linear-gradient(#e73831, #bd2021);
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  transform: rotate(-45deg);
  z-index: 999;
}

/*データリスト(複数個所で使用)*/
.dateList {
  list-style: none;
  margin-bottom: 10px;
}
/*シングルページ*/
.dateList.dateList-singleTitle {
  margin-bottom: 0;
  background-color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
}
/*ウィジェットエリア*/
.dateList.dateList-widget {
  margin-bottom: 0;
}
.dateList__item {
  display: inline-block;
  text-align: left;
  color: #7f7f7f;
  font-size: 1.2rem;
  margin-right: 10px;
  line-height: 1.5;
}
.dateList__item::before {
  margin-right: 5px;
  line-height: 1;
}
.dateList__item a {
  transition: 0.2s;
}
.dateList__item a[rel="tag"]:hover {
  color: #1cafdd;
}
.dateList__item a[rel="category"]:hover {
  color: #1cafdd;
}
.dateList__item.icon-tag span:last-child {
  display: none;
}

/*ページネーション(アーカイブとコメントで使用)*/
/*pager内はWPの標準マークアップに従う*/
.pager {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  padding-top: 40px;
  border-top: dotted 1px #d8d8d8;
}
.pager.pager-comments {
  margin-bottom: 40px;
}
a.page-numbers,
span.page-numbers.current {
  display: inline-block;
  padding: 11px;
  color: #3f3f3f;
  border: #7f7f7f 1px solid;
  border-radius: 5px;
  transition: 0.2s;
}
a.page-numbers:hover,
span.page-numbers.current {
  color: #ffffff;
  background: #3f3f3f;
}
a.page-numbers.prev,
a.page-numbers.next {
  position: absolute;
  padding-left: 40px;
  padding-right: 40px;
}
a.page-numbers.prev {
  left: 0;
}
a.page-numbers.next {
  right: 0;
}
a.page-numbers.prev::before,
a.page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
}
a.page-numbers.prev::before {
  left: 10px;
  border-left: 1px solid;
  transform: rotate(-45deg);
}
a.page-numbers.next::before {
  right: 10px;
  border-right: 1px solid;
  transform: rotate(45deg);
}

/*サブページネーション(アーカイブタイトルボックス内で使用)*/
.subPager {
  float: right;
  margin-top: 10px;
}
.subPager__text {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 5px;
}
.subPager__list {
  list-style: none;
  display: inline-block;
}
.subPager__item {
  font-family: monospace;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: 2px;
  color: #bfbfbf;
  border: #bfbfbf solid 1px;
  border-radius: 5px;
}
.subPager__item:hover {
  color: #7f7f7f;
  border-color: #7f7f7f;
}
.subPager__link {
  display: block;
}

/*パンくずエリアパーツ(複数個所で使用)*/
.breadcrumb {
  background: #f2f2f2;
  font-size: 90%;
  color: #666;
}

.breadcrumb .container {
  padding: 15px 10px;
}

.breadcrumb span {
  display: inline-block !important;
  margin: 0;
}

/*アーカイブタイトルボックス(アーカイブで使用)*/
.archiveTitle {
  position: relative;
  margin-bottom: 40px;
}
.archiveTitle::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  z-index: -2;
}
.archiveTitle::after {
  content: "";
  display: block;
  clear: both;
}

/*ページトップ(フッターで使用)*/
.pagetop {
  position: relative;
  width: 180px;
  height: 60px;
  line-height: 70px;
  margin: 0 auto;
  background: #aaa;
  color: #ffffff;
  text-align: center;
  border-radius: 0 0 5px 5px;
}
.pagetop::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  transform: rotate(45deg);
  transition: 0.2s;
}
.pagetop:hover::before {
  top: 10px;
}
.pagetop__link {
  display: block;
  height: inherit;
  transition: 0.2s;
}

/*コピーライト&ソーシャルリンク(フッターで使用)*/
.copySns {
  margin: 40px auto 0 auto;
  padding: 30px 0;
  border-top: 1px solid #333333;
  display: flex;
  flex-wrap: wrap;
}
.copySns.copySns-noBorder {
  margin-top: 0;
  border: none;
}
.copySns::after {
  content: "";
  display: block;
  clear: both;
}
/*copyright*/
.copySns__copy {
  width: calc(100% - 200px);
  font-size: 1.3rem;
  color: #d8d8d8;
  letter-spacing: 0.5px;
  line-height: 30px;
}
.copySns__copyInfo {
  display: block;
  margin-top: -5px;
}
.copySns__copyLink {
  font-weight: 700;
  text-decoration: underline;
  color: #ffffff;
  transition: 0.2s;
}
.copySns__copyLink:hover {
  color: #1cafdd;
}

/*ソーシャルリスト*/
.copySns__list {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 200px;
}
.copySns__listItem {
  display: inline-block;
  margin-left: 5px;
}
.copySns__listLink {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #bfbfbf;
  font-size: 1.2rem;
  background: #3f3f3f;
  transition: 0.2s;
}
.copySns__listLink:hover {
  color: #fff;
}

/*お問い合わせ用テーブルデザイン*/
.contactTable {
  width: 100%;
  margin-top: 20px;
}
.contactTable__header {
  width: 180px;
  padding: 0 0 30px 0;
  vertical-align: top;
  line-height: 1.5;
}
.contactTable__header .required {
  display: block;
  float: right;
  text-align: center;
  padding: 3px 5px;
  font-size: 1.2rem;
  background: #1cafdd;
  color: #fff;
  border-radius: 5px;
}
.contactTable__data {
  padding: 0 0 30px 20px;
  vertical-align: top;
  line-height: 1.5;
}
.contactTable__data .error {
  display: block;
  font-size: 1.2rem;
  color: #b70000;
  padding: 3px 0;
}

/*見出し(複数個所で使用)*/
.heading {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.heading.heading-first {
  float: left;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: #1cafdd 1px solid;
}
.heading.heading-archive {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.heading.heading-singleTitle {
  font-size: 3rem;
  line-height: 1.5;
  color: #fff;
}
.heading.heading-page {
  font-size: 3rem;
  line-height: 1.5;
}
.heading.heading-primary {
  font-size: 2.2rem;
  line-height: 1.5;
}
.heading.heading-primary span {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 10px;
}
.heading.heading-primary small a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.3rem;
  text-align: center;
  color: #3f3f3f;
  border: 1px solid #3f3f3f;
  border-radius: 5px;
  transition: 0.2s;
}
.heading.heading-primary small a:hover {
  color: #ffffff;
  background: #3f3f3f;
}
.heading.heading-primary .heading__bg {
  font-size: inherit;
  margin-left: 0;
  padding: 5px 15px;
  margin-right: 5px;
  color: #fff;
  border-radius: 5px;
  background: #1cafdd;
}

.heading.heading-widget,
.heading.heading-footer {
  position: relative;
  overflow: hidden;
  font-size: 1.8rem;
  padding-bottom: 10px;
}
.heading.heading-footer {
  color: #d8d8d8;
}

.heading.heading-widget::before,
.heading.heading-widget::after,
.heading.heading-footer::before,
.heading.heading-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.heading.heading-widget::before,
.heading.heading-footer::before {
  border-bottom: 1px solid #1cafdd;
}
.heading.heading-widget::after {
  border-bottom: 1px solid #e5e5e5;
}
.heading.heading-footer::after {
  border-bottom: 1px solid #3f3f3f;
}

.heading a {
  display: inline-block;
  transition: 0.2s;
}

/*ボタン(複数個所で使用)*/
.btn {
  width: 100%;
}
.btn.btn-center {
  text-align: center;
}
.btn.btn-right {
  text-align: right;
}
.btn.btn-mt20 {
  margin-top: 20px;
}

.btn__link,
.widget .tag-cloud-link,
.comment-respond .submit,
.comments__list .comment-reply-link {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 1.3rem !important;
  border: 1px solid #1cafdd;
  color: #1cafdd;
  background: transparent;
  cursor: pointer;
  transition: 0.2s;
}
.widget .tag-cloud-link {
  padding: 10px;
  margin-bottom: 10px;
}
.comment-respond .submit {
  width: auto;
}
.btn__link.btn__link-profile {
  padding: 7px 20px 7px 10px;
  font-weight: 500;
  line-height: 1;
}
.comments__list .comment-reply-link {
  padding: 7px 20px 7px 10px;
}
.btn__link::before,
.comments__list .comment-reply-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.btn__link:hover,
.widget .tag-cloud-link:hover,
.comment-respond .submit:hover,
.comments__list .comment-reply-link:hover {
  color: #ffffff !important;
  background: #1cafdd;
}

/*ソーシャルボタンhover時BGカラー設定*/
.menuNavi__link.icon-facebook:hover,
.copySns__listLink.icon-facebook:hover,
.profile__link.icon-facebook:hover {
  background: #3b5998;
}
.menuNavi__link.icon-twitter:hover,
.copySns__listLink.icon-twitter:hover,
.profile__link.icon-twitter:hover {
  background: #00b0ed;
}
.menuNavi__link.icon-instagram:hover,
.copySns__listLink.icon-instagram:hover,
.profile__link.icon-instagram:hover {
  background: radial-gradient(
      circle farthest-corner at 32% 106%,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
}
.menuNavi__link.icon-google:hover,
.copySns__listLink.icon-google:hover,
.profile__link.icon-google:hover {
  background: #df4a32;
}
.menuNavi__link.icon-rss:hover,
.copySns__listLink.icon-rss:hover {
  background: #ff9900;
}

/*コメント*/
.comments__list + .comment-respond {
  margin-top: 40px;
}

/*カテゴリ用カラー指定
/************************************************************/
.c-black {
  color: #191919 !important;
}
.c-gray {
  color: #7f7f7f !important;
}
.c-darkgray {
  color: #3f3f3f !important;
}
.c-lightgray {
  color: #bfbfbf !important;
}
.c-red {
  color: #dd3340 !important;
}
.c-winered {
  color: #a21d48 !important;
}
.c-pink {
  color: #ff7bac !important;
}
.c-hotpink {
  color: #ed1e79 !important;
}
.c-rosepink {
  color: #ee8299 !important;
}
.c-orange {
  color: #f46f22 !important;
}
.c-goldyellow {
  color: #faa629 !important;
}
.c-sunflour {
  color: #ffc20f !important;
}
.c-green {
  color: #4dac26 !important;
}
.c-emeraldgreen {
  color: #01b3a7 !important;
}
.c-dallasgreen {
  color: #6c9a51 !important;
}
.c-blue {
  color: #009bde !important;
}
.c-sax {
  color: #5ec3ef !important;
}
.c-loyalblue {
  color: #0153a7 !important;
}
.c-lavender {
  color: #919bcc !important;
}
.c-purple {
  color: #692d91 !important;
}
.c-brown {
  color: #754c24 !important;
}
.c-darkbrown {
  color: #42210b !important;
}
.c-lightbrown {
  color: #c69c6d !important;
}
.c-beige {
  color: #ebc7ad !important;
}
.c-cream {
  color: #ffe0b2 !important;
}
.c-radish {
  color: #ce0c40 !important;
}
.c-apricot {
  color: #f99933 !important;
}
.c-yellowgreen {
  color: #bfd676 !important;
}
.c-mintgreen {
  color: #95d1bd !important;
}
.c-lavendergray {
  color: #a0adc1 !important;
}

.bgc-black {
  background: #191919 !important;
}
.bgc-gray {
  background: #7f7f7f !important;
}
.bgc-darkgray {
  background: #3f3f3f !important;
}
.bgc-lightgray {
  background: #bfbfbf !important;
}
.bgc-red {
  background: #dd3340 !important;
}
.bgc-winered {
  background: #a21d48 !important;
}
.bgc-pink {
  background: #ff7bac !important;
}
.bgc-hotpink {
  background: #ed1e79 !important;
}
.bgc-rosepink {
  background: #ee8299 !important;
}
.bgc-orange {
  background: #f46f22 !important;
}
.bgc-goldyellow {
  background: #faa629 !important;
}
.bgc-sunflour {
  background: #ffc20f !important;
}
.bgc-green {
  background: #4dac26 !important;
}
.bgc-emeraldgreen {
  background: #01b3a7 !important;
}
.bgc-dallasgreen {
  background: #6c9a51 !important;
}
.bgc-blue {
  background: #009bde !important;
}
.bgc-sax {
  background: #5ec3ef !important;
}
.bgc-loyalblue {
  background: #0153a7 !important;
}
.bgc-lavender {
  background: #919bcc !important;
}
.bgc-purple {
  background: #692d91 !important;
}
.bgc-brown {
  background: #754c24 !important;
}
.bgc-darkbrown {
  background: #42210b !important;
}
.bgc-lightbrown {
  background: #c69c6d !important;
}
.bgc-beige {
  background: #ebc7ad !important;
}
.bgc-cream {
  background: #ffe0b2 !important;
}
.bgc-radish {
  background: #ce0c40 !important;
}
.bgc-apricot {
  background: #f99933 !important;
}
.bgc-yellowgreen {
  background: #bfd676 !important;
}
.bgc-mintgreen {
  background: #95d1bd !important;
}
.bgc-lavendergray {
  background: #a0adc1 !important;
}

.hc-black:hover {
  color: #191919 !important;
}
.hc-gray:hover {
  color: #7f7f7f !important;
}
.hc-darkgray:hover {
  color: #3f3f3f !important;
}
.hc-lightgray:hover {
  color: #bfbfbf !important;
}
.hc-red:hover {
  color: #dd3340 !important;
}
.hc-winered:hover {
  color: #a21d48 !important;
}
.hc-pink:hover {
  color: #ff7bac !important;
}
.hc-hotpink:hover {
  color: #ed1e79 !important;
}
.hc-rosepink:hover {
  color: #ee8299 !important;
}
.hc-orange:hover {
  color: #f46f22 !important;
}
.hc-goldyellow:hover {
  color: #faa629 !important;
}
.hc-sunflour:hover {
  color: #ffc20f !important;
}
.hc-green:hover {
  color: #4dac26 !important;
}
.hc-emeraldgreen:hover {
  color: #01b3a7 !important;
}
.hc-dallasgreen:hover {
  color: #6c9a51 !important;
}
.hc-blue:hover {
  color: #009bde !important;
}
.hc-sax:hover {
  color: #5ec3ef !important;
}
.hc-loyalblue:hover {
  color: #0153a7 !important;
}
.hc-lavender:hover {
  color: #919bcc !important;
}
.hc-purple:hover {
  color: #692d91 !important;
}
.hc-brown:hover {
  color: #754c24 !important;
}
.hc-darkbrown:hover {
  color: #42210b !important;
}
.hc-lightbrown:hover {
  color: #c69c6d !important;
}
.hc-beige:hover {
  color: #ebc7ad !important;
}
.hc-cream:hover {
  color: #ffe0b2 !important;
}
.hc-radish:hover {
  color: #ce0c40 !important;
}
.hc-apricot:hover {
  color: #f99933 !important;
}
.hc-yellowgreen:hover {
  color: #bfd676 !important;
}
.hc-mintgreen:hover {
  color: #95d1bd !important;
}
.hc-lavendergray:hover {
  color: #a0adc1 !important;
}

/*ウィジェットブロック(※主にWPの標準マークアップに従う)
/************************************************************/

/*サイド用固定ウィジェット枠*/
.widgetSticky {
  position: sticky;
  top: 30px;
}

/*投稿ページ用ウィジェット枠*/
.widgetPost {
  margin-bottom: 20px;
  overflow: hidden;
}

/*フッター用ウィジェット枠*/
.widgetFoot {
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.widgetFoot__contents {
  width: 30%;
}

/*基本ボックス*/
.widget {
  position: relative;
  max-width: 100%;
  margin: 0 auto 40px auto;
}
.widget::after {
  content: "";
  display: block;
  clear: both;
}
.widget:last-child {
  margin-bottom: 0;
}

/*基本リンク*/
.widget a {
  transition: 0.2s;
}
.widget a:hover {
  color: #1cafdd;
}

/*基本リスト*/
.widget ul {
  list-style-type: none;
}
.widget ul li {
  position: relative;
  padding: 15px 0 0 20px;
  margin-bottom: 15px;
  border-top: dotted 1px #d8d8d8;
  line-height: 1.5;
}

.widget > div > ul > li:first-child,
.widget > ul > li:first-child {
  padding-top: 0;
  border-top: 0;
}
.widget ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.widget .sub-menu {
  margin-top: 15px;
}

/*投稿日表示*/
.widget .rss-date,
.widget .post-date {
  display: block;
  font-size: 1.2rem;
  color: #7f7f7f;
  margin-top: 5px;
  font-weight: normal;
}
.widget .rss-date::before,
.widget .post-date::before {
  font-family: "icomoon";
  content: "\e900";
  margin-right: 5px;
}

/*RSS関連*/
.widget h2 .rss-widget-icon {
  display: none;
}
.widget ul li .rsswidget {
  display: block;
  font-weight: 700;
  color: #1cafdd;
}
.widget ul li .rsswidget:hover {
  text-decoration: underline;
}
.widget ul li .rssSummary {
  margin: 10px 0;
}
.widget ul li cite {
  text-align: right;
  display: block;
}
.widget ul li cite::before {
  content: "by:";
}

/*テキストボックス*/
.widget .textwidget {
  font-size: 1.3rem;
  color: #3f3f3f;
  line-height: 1.75;
}

.widget .textwidget a {
  font-weight: 700;
}
.widget .textwidget p + p {
  margin-top: 10px;
}

/*タグクラウド*/
.widget .tagcloud {
  margin-bottom: -10px;
}

/*ドロップダウン*/
.widget .screen-reader-text {
  display: none;
}
.widget select {
  display: block;
  width: 100%;
  height: 30px;
  border: none;
  padding: 0 10px;
  border-radius: 5px;
  background: #fff;
}

/*広告*/
.adWidget {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: auto;
  padding: 0 10px;
  background-color: #f2f2f2;
  background-image: linear-gradient(
    to top right,
    #fff 0%,
    #fff 25%,
    transparent 25%,
    transparent 50%,
    #fff 50%,
    #fff 75%,
    transparent 75%,
    transparent 100%
  );
  background-size: 6px 6px;
}
.adWidget__title {
  font-size: 1.2rem;
  padding: 10px 0;
  display: block;
  font-weight: normal;
}

/*最新の投稿（サムネイル付カスタマイズ）*/
.imgListWidget {
  list-style-type: none;
}
.imgListWidget__item {
  padding-top: 20px;
  line-height: 1.5;
}
.imgListWidget__item:first-child {
  padding-top: 0;
}
.imgListWidget__item::after {
  content: "";
  display: block;
  clear: both;
}
.imgListWidget__title {
  width: calc(100% - 100px);
  float: left;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 10px;
}

/*サムネイルボーダー（最新の投稿でのみ使用中）*/
.imgListWidget__borderBox {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  width: 90px;
  height: 90px;
}
.imgListWidget__borderBox img {
  display: block;
  width: 90px;
  height: 90px;
}
.imgListWidget__borderBox:before,
.imgListWidget__borderBox:after,
.imgListWidget__borderBox > span:before,
.imgListWidget__borderBox > span:after {
  content: "";
  position: absolute;
  background: #ffffff;
  z-index: 99999;
}

.imgListWidget__borderBox:before {
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
}
.imgListWidget__borderBox:after {
  bottom: -100%;
  right: 0;
  width: 2px;
  height: 100%;
}
.imgListWidget__borderBox > span:before {
  top: 0;
  right: -100%;
  width: 100%;
  height: 2px;
}
.imgListWidget__borderBox > span:after {
  top: -100%;
  left: 0;
  width: 2px;
  height: 100%;
}
.imgListWidget__borderBox:hover:before {
  animation: leftAnim 1s linear 0s infinite;
}
.imgListWidget__borderBox:hover:after {
  animation: bottomAnim 1s linear 0.5s infinite;
}
.imgListWidget__borderBox > span:hover:before {
  animation: rightAnim 1s linear 0s infinite;
}
.imgListWidget__borderBox > span:hover:after {
  animation: topAnim 1s linear 0.5s infinite;
}

/*ランキング*/
.rankListWidget {
  list-style-type: none;
  counter-reset: number;
}
.rankListWidget__item {
  position: relative;
  padding-top: 20px;
}
.rankListWidget__item:first-child {
  padding-top: 0;
}
.rankListWidget__item:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #bfbfbf;
  color: #fff;
  z-index: 5;
}
.rankListWidget__item:nth-child(1):before {
  background: #ecd357;
}
.rankListWidget__item:nth-child(2):before {
  background: #a9c6d5;
}
.rankListWidget__item:nth-child(3):before {
  background: #c58459;
}
.rankListWidget__item img {
  width: 100%;
}
.rankListWidget__title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  overflow: hidden;
}

/*カレンダー*/
.widget .calendar_wrap {
  padding: 20px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
.widget .calendar_wrap table {
  width: 100%;
}
.widget .calendar_wrap caption {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.widget .calendar_wrap thead {
  font-size: 1.2rem;
}
.widget .calendar_wrap thead th {
  padding-bottom: 10px;
  text-align: center;
}
.widget .calendar_wrap tbody {
  color: #7f7f7f;
}
.widget .calendar_wrap tbody td {
  background: #f2f2f2;
  border: 1px solid #fff;
  text-align: center;
  height: 35px;
  line-height: 35px;
}
.widget .calendar_wrap tbody td:hover {
  background: #fff;
}
.widget .calendar_wrap tbody a {
  display: block;
  font-weight: bold;
  background: #7f7f7f;
  color: #fff !important;
  text-decoration: underline;
}
.widget .calendar_wrap tbody a:hover {
  background: #1cafdd;
}
.widget .calendar_wrap tbody .pad {
  background: none;
}
.widget .calendar_wrap tfoot a {
  text-decoration: underline;
}
.widget .calendar_wrap tfoot #next {
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: right;
}
.widget .calendar_wrap tfoot #prev {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-top: 10px;
}

/*テーマ
/************************************************************/
/*DARK*/
.t-dark .widget.widget-foot .imgListWidget__borderBox:before,
.t-dark .widget.widget-foot .imgListWidget__borderBox:after,
.t-dark .widget.widget-foot .imgListWidget__borderBox > span:before,
.t-dark .widget.widget-foot .imgListWidget__borderBox > span:after {
  background: #191919;
}

.t-dark .widget.widget-foot .imgListWidget__title,
.t-dark .widget.widget-foot .rankListWidget__title,
.t-dark .widget.widget-foot ul li,
.t-dark .widget.widget-foot .textwidget {
  color: #d8d8d8;
}

.t-dark .widget.widget-foot ul li {
  border-color: #3f3f3f;
}

/*LIGHT*/
.t-light .widget.widget-foot .imgListWidget__borderBox:before,
.t-light .widget.widget-foot .imgListWidget__borderBox:after,
.t-light .widget.widget-foot .imgListWidget__borderBox > span:before,
.t-light .widget.widget-foot .imgListWidget__borderBox > span:after {
  background: #f7f7f7;
}

.t-light .menuNavi__link-current,
.t-light .menuNavi__link:hover {
  background: #f7f7f7;
  color: #191919;
}
.t-light .l-extra {
  background: #f7f7f7;
  border-bottom: 1px #d8d8d8 solid;
}

.t-light .searchNavi__item {
  color: #3f3f3f;
}
.t-light .searchNavi__item:hover {
  color: #191919;
}

.t-light .globalNavi__list .page_item,
.t-light .globalNavi__list .menu-item {
  color: #3f3f3f;
  border-color: #d8d8d8;
}
.t-light .globalNavi__list .page_item:hover,
.t-light .globalNavi__list .menu-item:hover {
  color: #191919;
}

.t-light .l-footer {
  background: #f7f7f7;
  border-top: 5px solid #1cafdd;
}
.t-light .heading.heading-footer {
  color: #191919;
}
.t-light .heading.heading-footer::after {
  border-color: #e5e5e5;
}

.t-light .copySns {
  border-color: #e5e5e5;
}
.t-light .copySns__copy {
  color: #3f3f3f;
}
.t-light .copySns__copyLink {
  color: #191919;
}

.t-light .copySns__listLink {
  color: #fff;
  background: #3f3f3f;
}
.t-light .l-extra .searchBox__form,
.t-light .widget-foot .searchBox__form {
  background: #fff;
  border: 1px solid #d8d8d8;
}
.t-light .widget-foot ul li {
  border-color: #cccccc;
}

/*RICH*/

.t-rich .menuNavi__link-current,
.t-rich .menuNavi__link.icon-search:hover,
.t-rich .menuNavi__link.icon-menu:hover {
  background: linear-gradient(180deg, rgba(25, 25, 25, 1), rgba(48, 48, 48, 1));
}
.t-light.t-rich .menuNavi__link-current,
.t-light.t-rich .menuNavi__link:hover {
  background: #f7f7f7;
}

.t-rich .l-extra::before,
.t-rich .l-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.1)
  );
}

.t-light.t-rich .l-extra::before,
.t-light.t-rich .l-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 35%,
    rgba(0, 0, 0, 0.05)
  );
}
.t-rich .eyecatch {
  box-shadow: 0 12px 10px -6px rgba(0, 0, 0, 0.25);
}
.t-rich .searchBox__form,
.t-rich .comment-respond input,
.t-rich .comment-respond textarea,
.t-rich .contactTable__data input,
.t-rich .contactTable__data textarea {
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.25) inset;
}

/*ユーティリティ
/************************************************************/

/*text-shadow*/
.u-txtShdw {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

/*margin*/
.u-mt-0 {
  margin-top: 0;
}
.u-ml-0 {
  margin-left: 0;
}
.u-mr-0 {
  margin-right: 0;
}
.u-mb-0 {
  margin-bottom: 0;
}

/*display*/
.u-none {
  display: none;
}
.u-none-pc {
  display: none;
}
.u-none-sp {
  display: block;
}

/*keyframes設定
/************************************************************/
/* ヘッダーマーキー */
@keyframes marquee {
  from {
    transform: translate(0%);
  }
  to {
    transform: translate(-100%);
  }
}

/* ボーダー */
@keyframes topAnim {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes bottomAnim {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes rightAnim {
  0% {
    right: -100%;
  }
  100% {
    right: 100%;
  }
}
@keyframes leftAnim {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/*レスポンシブ設定
/************************************************************/

/* PCのTOPのみで適用されるランキングボックスのスクロールバーデザイン */
@media only screen and (min-width: 768px) {
  .rankingBox__over::-webkit-scrollbar {
    width: 8px;
  }
  .rankingBox__over::-webkit-scrollbar-track {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
    background: #fff;
  }
  .rankingBox__over::-webkit-scrollbar-thumb {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
    background-color: #555;
  }
}

@media only screen and (max-width: 1023px) {
  .l-wrapper {
    width: 98%;
  }
  .container {
    width: 98%;
  }
}

@media only screen and (max-width: 900px) {
  .siteTitle__sub {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
    -webkit-text-size-adjust: 100%;
  }
  .l-wrapper {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .l-main {
    width: 100%;
    padding: 20px 15px;
  }
  .l-main.l-main-single {
    width: 100%;
    padding: 40px 15px;
  }
  .l-sidebar {
    width: 100%;
    padding: 0 15px 20px 15px;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .container.container-max {
    padding: 0;
  }
  .infoHead {
    overflow: hidden;
  }
  .infoHead__link {
    padding-left: 100%;
    white-space: nowrap;
    display: inline-block;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    font-size: 1.2rem;
  }

  .siteTitle__logo {
    max-height: 50px;
    line-height: 50px;
  }
  .siteTitle__name {
    height: inherit;
    line-height: 50px;
  }
  .siteTitle__link {
    height: 50px;
  }
  .siteTitle__img {
    max-height: 50px;
  }
  .siteTitle__main {
    font-size: 1.5rem;
  }
  .menuNavi__link {
    height: 50px;
    line-height: 50px;
  }

  .searchNavi {
    padding: 10px 0;
  }
  .searchNavi__title {
    display: none;
  }
  .searchNavi__list {
    display: none;
  }

  .globalNavi {
    padding: 19px 0;
    overflow-x: auto;
  }
  .globalNavi__list {
    padding: 0 10px;
  }
  .globalNavi__list .page_item,
  .globalNavi__list .menu-item {
    float: none;
    display: table-cell;
    white-space: nowrap;
    font-size: 1.2rem;
    height: 12px;
    margin-bottom: 0;
  }

  .archive {
    margin-left: -10px;
  }
  .archiveItem {
    width: calc(50% - 10px);
    margin: 0 0 20px 10px;
  }
  .archiveItem__text {
    display: none;
  }

  .archiveItem.archiveItem-wide,
  .archiveItem.archiveItem-wideSp {
    width: 100%;
    margin: 0 0 20px;
    border-top: dotted 1px #d8d8d8;
  }
  .archiveItem.archiveItem-wide:first-child,
  .archiveItem.archiveItem-wideSp:first-child {
    border-top: none;
  }
  .archiveItem.archiveItem-wide .archiveItem__text {
    display: block;
    font-size: 1.3rem;
  }

  .archiveItem.archiveItem-wideSp .archiveItem__text {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .archiveItem.archiveItem-wideSp .btn.btn-right {
    display: block;
  }

  .archiveList {
    margin: 0 0 20px 10px;
  }
  .archiveList__text {
    font-size: 1.3rem;
  }

  .key {
    overflow-x: auto;
  }
  .key__list {
    display: table;
  }
  .key__item {
    display: table-cell;
    height: 180px;
  }
  .key__cat a {
    font-size: 1.2rem;
    padding: 8px 16px;
  }
  .key__link {
    width: 90vw;
  }

  .rankingBox {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .categoryBox {
    padding-bottom: 10px;
  }
  .categoryBox.categoryBox-gray {
    padding-top: 40px;
  }
  .categoryBox__list {
    margin-left: -10px;
  }
  .categoryBox__item {
    width: calc(50% - 10px);
    margin: 0 0 20px 10px;
  }
  .categoryBox__title {
    font-size: 1.5rem;
  }
  .categoryBox__titleLink {
    padding: 15px 0;
  }

  .categoryDescription__explain {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .categoryDescription__heading {
    font-size: 2.4rem;
  }
  .categoryDescription__post {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .rankingPage__item {
    margin-bottom: 0;
  }
  .rankingPage__contents {
    width: calc(100% - 100px);
  }

  .singleTitle {
    padding: 0;
  }
  .singleTitle::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .singleTitle__heading {
    position: relative;
    float: none;
    width: 100%;
    min-height: 180px;
    padding: 20px 0;
  }

  .eyecatch.eyecatch-archive {
    margin-bottom: 10px;
  }
  .eyecatch.eyecatch-singleTitle {
    display: none;
  }
  .eyecatch.eyecatch-ranking {
    width: 80px;
  }

  .eyecatch__cat a {
    padding: 6px 12px;
    font-size: 1.2rem;
  }
  .eyecatch__cat a::before {
    content: normal;
  }
  .archiveItem.archiveItem-wide .eyecatch__cat a,
  .archiveItem.archiveItem-wideSp .eyecatch__cat a {
    padding: 10px 20px;
    font-size: 1.3rem;
  }
  .archiveItem.archiveItem-wide .eyecatch__cat a::before,
  .archiveItem.archiveItem-wideSp .eyecatch__cat a::before {
    content: "\e902";
  }
  .eyecatch__ribbon {
    top: 0px;
    left: -55px;
    width: 140px;
    padding: 5px 0;
    font-size: 1.1rem;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  .dateList.dateList-archive {
    margin-bottom: 5px;
  }

  .pager {
    font-size: 1.2rem;
  }
  a.page-numbers.prev,
  a.page-numbers.next {
    padding: 10px;
  }
  a.page-numbers.prev::before,
  a.page-numbers.next::before {
    content: normal;
  }

  .subPager {
    display: none;
  }

  .breadcrumb {
    overflow-x: auto;
  }
  .breadcrumb__list {
    display: table;
  }
  .breadcrumb__item {
    display: table-cell;
    white-space: nowrap;
    float: none;
    padding-left: 15px;
    margin-right: 0;
  }
  .breadcrumb__item:first-child {
    padding-left: 0;
  }

  .copySns__copy {
    order: 2;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
  }
  .copySns__copyInfo {
    margin-top: 5px;
  }
  .copySns__list {
    order: 1;
    display: block;
    width: 100%;
    text-align: center;
  }
  .copySns__listItem {
    margin: 0 2.5px;
  }

  .contactTable__header {
    width: 100%;
    display: block;
    padding: 0 0 10px 0;
  }
  .contactTable__data {
    width: 100%;
    display: block;
    padding: 0 0 20px 0;
  }

  .heading.heading-first {
    font-size: 1.4rem;
  }
  .heading.heading-archive {
    font-size: 2rem;
  }
  .archiveItem.archiveItem-wide .heading.heading-archive,
  .archiveItem.archiveItem-wideSp .heading.heading-archive {
    font-size: 1.8rem;
  }
  .heading.heading-singleTitle {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .heading.heading-primary {
    font-size: 1.8rem;
  }
  .heading.heading-primary span {
    font-size: 1.4rem;
  }
  .heading.heading-widget {
    font-size: 1.6rem;
  }
  .heading.heading-footer {
    font-size: 1.6rem;
  }

  .btn__link,
  .widget .tag-cloud-link,
  .comment-respond .submit,
  .comments__list .comment-reply-link {
    font-size: 1.2rem;
  }
  .comment-respond .submit {
    padding-left: 15px;
    padding-right: 15px;
  }

  .widgetFoot {
    display: block;
  }
  .widgetFoot__contents {
    width: 100%;
  }
  .widget.widget-foot:last-child {
    margin-bottom: 40px;
  }

  .u-none-pc {
    display: block;
  }
  .u-none-sp {
    display: none;
  }
}

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

#Main {
  width: 100%;
  background-image: url(img/main-bg.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 50px 10px 0;
}

@media screen and (max-width: 1200px) {
  .main-inner {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .main-inner {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}

@media screen and (max-width: 640px) {
  .main-inner {
    padding: 10px 10px 0;
  }
}

.main-inner .left {
  width: 57%;
}

@media screen and (max-width: 1200px) {
  .main-inner .left {
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  .main-inner .left {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}

.main-inner .left p {
  font-weight: bold;
  font-size: 220%;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 1050px) {
  .main-inner .left p {
    font-size: 170%;
  }
}

@media screen and (max-width: 640px) {
  .main-inner .left p {
    font-size: 150%;
    margin-bottom: 5px;
  }
}

.award {
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .award {
    padding-bottom: 5px;
    padding-top: 130px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .award {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

.main-inner .right {
  width: 43%;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .main-inner .right {
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  .main-inner .right {
    width: 100%;
  }
}

.main-inner .top-right-staff {
  position: absolute;
  top: 0;
  z-index: 0;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .main-inner .top-right-staff {
    top: -50px;
  }
}

@media screen and (max-width: 1200px) {
  .main-inner .top-right-staff img {
    width: 90%;
  }
}

@media screen and (max-width: 800px) {
  .main-inner .top-right-staff {
    top: -158%;
  }
}
@media screen and (max-width: 640px) {
  .main-inner .top-right-staff {
    top: -60%;
  }
}
@media screen and (max-width: 360px) {
  .main-inner .top-right-staff {
    top: -65%;
  }
}
@media screen and (max-width: 640px) {
  .main-inner .top-right-staff img {
    width: 100%;
  }
}

.main-youtube {
  width: 100%;
  position: relative;
}

.main-youtube ul {
  font-size: 170%;
  font-weight: bold;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  line-height: 1.3em;
  padding-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .main-youtube ul {
    font-size: 140%;
  }
}
@media screen and (max-width: 360px) {
  .main-youtube ul {
    font-size: 140%;
  }
}
@media screen and (max-width: 320px) {
  .main-youtube ul {
    font-size: 120%;
  }
}

.main-youtube ul li:first-child strong {
  font-size: 150%;
  color: red;
}

.main-youtube ul li:last-child {
  color: #18499d;
}

.main-youtube-inner {
  background-color: #fff;
  padding: 10px;
  display: flex;
}

@media screen and (max-width: 640px) {
  .main-youtube-inner {
    padding: 5px;
  }
}

.youtube-thumbnail {
  width: 43%;
}

@media screen and (max-width: 640px) {
  .youtube-thumbnail {
    width: 35%;
  }
}

.main-youtube-inner dl {
  width: 57%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .main-youtube-inner dl {
    width: 65%;
    padding-left: 5px;
  }
}

.youtube-thumbnail {
  background-image: url(img/youtube-thumbnail.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.main-youtube-inner dt {
  padding-top: 10px;
}

@media screen and (max-width: 1050px) {
  .main-youtube-inner dt {
    flex-flow: column wrap;
  }
}

.main-youtube-inner dt p {
  padding-left: 5px;
}

@media screen and (max-width: 1050px) {
  .main-youtube-inner dt p {
    padding-left: 0;
    padding-top: 5px;
  }
}

.main-youtube-inner dt,
.main-youtube-inner dd {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.main-youtube-inner dd {
  margin-top: 15px;
  border: 3px solid #1cafdd;
  padding: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .main-youtube-inner dd {
    padding: 5px;
  }
}

.main-youtube-inner dd img {
  width: 52px;
  height: 52px;
}

@media screen and (max-width: 640px) {
  .main-youtube-inner dd img {
    width: 35px;
    height: 35px;
  }
}

.main-youtube-inner dd:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
  z-index: 0;
}

.main-youtube-inner dd:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1cafdd transparent;
  z-index: -1;
}

.main-youtube-inner dd span {
  display: block;
  font-weight: bold;
  font-size: 150%;
  padding-left: 5px;
}

@media screen and (max-width: 1050px) {
  .main-youtube-inner dd span {
    font-size: 100%;
  }
}

#Main-search {
  background-color: #333333;
  padding: 10px;
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
  #Main-search {
    font-size: 80%;
  }
}

@media screen and (max-width: 640px) {
  #Main-search {
    font-size: 80%;
  }
}

#Main-search .main-contents {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 800px) {
  #Main-search .main-contents {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}

#Main-search ul {
  color: #fff;
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  padding-right: 15px;
}

@media screen and (max-width: 640px) {
  #Main-search ul {
    padding-right: 0;
    padding-bottom: 5px;
  }
}

#Main-search ul li:first-child {
  font-size: 120%;
}

#Main-search .blue {
  color: #1cafdd;
}

#Main-search .green {
  color: #69d126;
}

#Main-search .yellow {
  color: #ffff00;
}

#Main-search .searchBox__form {
  background-color: #333333;
  width: auto;
  height: 60px;
  font-size: 180%;
  display: flex;
}

@media screen and (max-width: 640px) {
  #Main-search .searchBox__form {
    width: 100%;
  }
}

#Main-search .searchBox__input {
  background-color: #fff;
  border: 2px solid #707070;
  width: auto;
  position: static;
}

@media screen and (max-width: 640px) {
  #Main-search .searchBox__input {
    width: 65%;
  }
}

#Main-search .searchBox__submit {
  position: static;
  width: auto;
  margin-left: 5px;
  background-color: #1cafdd;
  border: 2px solid #18499d;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 640px) {
  #Main-search .searchBox__submit {
    width: 35%;
  }
}

/*MW WP From設定
/************************************************************/

.mw_wp_form {
  background-color: #dcecf0;
  padding: 40px 20px;
}
@media screen and (max-width: 640px) {
  .mw_wp_form {
    padding: 10px 0 30px;
  }
}

.mw_wp_form dl {
  display: flex;
  padding: 5px 5px 15px;
  align-items: center;
  flex-flow: row wrap;
}

.mw_wp_form dt {
  width: 25%;
  padding: 5px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .mw_wp_form dt {
    width: 100%;
  }
}

.mw_wp_form dt strong {
  margin-left: 0.5em;
  background: red;
  font-size: 80%;
  color: #fff;
  padding: 0.3em 0.5em;
  border-radius: 10px;
}

.mw_wp_form dd {
  width: 75%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .mw_wp_form dd {
    width: 100%;
  }
}

.mw_wp_form input,
.mw_wp_form textarea {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.mw_wp_form input[type="submit"] {
  display: inline-block;
  width: auto;
  background-color: #28a745;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 100px;
  padding: 0.5em 4em;
  font-size: 130%;
  cursor: pointer;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 2px 10px #0a5a1d;
}

.mw_wp_form input[type="submit"]:hover {
  background-color: #218838;
  box-shadow: 0 2px 15px #0a5a1d;
  transform: translateY(-2px);
}

.mw_wp_form .half input {
}

.mw_wp_form .zip {
  position: relative;
}

.mw_wp_form .zip span {
  font-size: 80%;
  padding: 0 0.5em;
}

.mw_wp_form .zip .error {
  position: absolute;
  left: 5px;
  bottom: -19px;
  font-size: 93%;
  padding-left: 0;
}
.mitsumori-area {
  background: #ffffff;
  padding: 1em;
  border-radius: 10px;
}
.mw_wp_form .zip input {
  width: 4em;
}

.mw_wp_form .zip span {
  font-size: 80%;
  padding-left: 1em;
}

.mw_wp_form p {
  text-align: center;
}
.mw_wp_form .quote-text {
  font-size: 24px;
  font-weight: bold;
  background: #18499d;
  color: #fff;
  margin: 0;
  border-radius: 10px;
  padding: 0.3em 0;
}

span.mwform-checkbox-field.horizontal-item label,
span.mwform-radio-field.horizontal-item label {
  width: 100%;
  display: inline-block;
  max-width: 300px;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 0.5em 1.5em;
  color: #18499d;
  margin-right: 1em;
  font-weight: bold;
  cursor: pointer;
}
span.mwform-checkbox-field.horizontal-item label:hover,
span.mwform-radio-field.horizontal-item label:hover {
  background: #18499d;
  color: #fff;
  transition: all 0.3s ease;
}

span.mwform-tel-field input {
  width: 30% !important;
  max-width: 150px;
}

.mw_wp_form .select-wrapper input {
}

.mw_wp_form .select-wrapper span {
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
dt.form-label.first-preference-label,
dt.form-label.second-preference-label {
  width: auto;
}
dd.form-input.first-preference-input input,
dd.form-input.second-preference-input input {
  width: 200px;
}
dd.form-input.first-preference-input select,
dd.form-input.second-preference-input select {
  width: 100px;
  margin-left: 15px;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

dd.form-input.inquiry-content-input textarea {
  width: 100%;
  min-height: 200px;
}
.notice-area {
  font-size: 14px;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
@media (max-width: 780px) {
  .mw_wp_form dl {
    flex-direction: column;
  }
  .mw_wp_form dt,
  .mw_wp_form dd {
    width: 100%;
  }
  span.mwform-checkbox-field.horizontal-item label,
  span.mwform-radio-field.horizontal-item label {
    max-width: max-content;
    padding: 1em;
  }
  input#Name,
  input#Mail,
  input[type="text"] {
    width: 100%;
  }
}

@media (min-width: 641px) {
  .line-sm {
    display: none;
  }
}

@media (max-width: 640px) {
  .line-pc {
    display: none;
  }
}

/*2023_customize*/
/*FVメインイメージの変更*/
.fv-image_pc {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 899px) {
  .fv-image_pc {
    display: none;
  }
}
.fv-image_sp {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 900px) {
  .fv-image_sp {
    display: none;
  }
}

#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.fv img {
  width: 100%;
  height: auto;
  display: block;
}

.fv-cta {
  position: absolute;
  bottom: 3.5em;
  display: flex;
  gap: 10px;
}

.fv-cta a img {
  width: auto;
  height: 70px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.fv-cta a img:hover {
  transform: scale(1.1);
}

.fv {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1100px;
  background: rgb(3 128 215 / 90%);
  border-radius: 20px;
  margin: 3.5em auto;
  padding: 3em 3em 1.5em;
  overflow: hidden;
  backdrop-filter: blur(1px);
  box-shadow: 0 6px 10px 1px #031d3282;
}
.google-review {
  padding: 0 2em;
  max-width: 1400px;
  margin: 0 auto;
}

/* 開始 */

.background-slider {
  flex: 1; /* 親要素の高さに合わせて伸縮 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  display: grid;
  grid-template-rows: 50% 50%; /* 各行を半分の高さに設定 */
}

/* 画像の基本スタイル */
.background-slider img {
  flex-shrink: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.top-row {
  grid-row: 1 / 2;
  display: flex;
  width: 200%; /* 最初の画像セット＋繰り返し用の画像セット分 */
  animation: scroll-left 60s linear infinite;
  height: 100%; /* 行の高さに合わせる */
}

/* 下段用: 同じく2倍幅を確保し、逆方向へアニメーションさせる */
.bottom-row {
  grid-row: 2 / 3;
  display: flex;
  width: 200%;
  animation: scroll-right 60s linear infinite;
  height: 100%; /* 行の高さに合わせる */
}

/* 上段（右→左） */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* 2セット分のうち半分移動で無限スクロール */
  }
}

/* 下段（左→右） */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.fv-image_pc {
  display: block !important;
}

.fv-image_sp {
  display: none !important;
}

.youtube-area {
  width: 100%;
  height: 0;
  z-index: 9;
  max-width: 500px;
  border-radius: 20px;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(calc(-50% + 19em), -50%);
}
.youtube-area video.video {
  border-radius: 10px;
}
.youtube-title {
  position: absolute;
  z-index: 9;
  max-width: 450px;
  margin: auto;
  margin-top: 1em;
  left: 0;
  right: 0;
  height: auto;
}

@media (max-width: 1100px) {
  .fv {
    margin: 3em auto;
    max-width: 100%;
    width: 96%;
  }
  .fv-cta a img {
    height: 6.2vw;
  }
}

@media (max-width: 600px) {
  .fv-image_pc {
    display: none !important;
  }
  .fv-image_sp {
    display: block !important;
  }
}

.ti-review-text-container.ti-review-content {
  font-size: 12px !important;
}

.sp-only {
  display: none;
}
@media (max-width: 1024px) {
  .youtube-area {
    max-width: 450px;
    transform: translate(calc(-50% + 17em), -50%);
  }
  .youtube-title {
    max-width: 400px;
    margin-top: 0.5em;
  }
}
@media (max-width: 768px) {
  .fv {
    padding: 2em 1em 1em;
  }
  .youtube-area {
    max-width: 330px;
    transform: translate(calc(-50% + 13em), -50%);
  }
}
@media (max-width: 600px) {
  #mv {
    flex-direction: column-reverse;
  }
  .background-slider img {
    flex-shrink: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .top-row {
    flex: 1;
    display: flex;
    width: 200%;
    animation: scroll-left 30s linear infinite;
    gap: 3px;
    margin-top: 3px;
  }
  .background-slider {
    height: 100px !important;
    bottom: 0;
    top: auto;
    display: flex;
  }
  .bottom-row {
    display: none;
  }
  .fv {
    padding: 2em 1em 0;
    margin: 0 0 100px;
    width: auto;
    background: rgb(3 128 215 / 100%);
    border-radius: 0;
    box-shadow: none;
  }
  .fv-cta {
    display: none;
  }
  .fv-cta a img {
    height: auto;
  }
  .google-review {
    padding: 1em 2em 0;
  }
  .ti-widget.ti-goog .ti-col-1 .ti-reviews-container,
  .ti-widget.ti-goog .ti-col-1 .ti-footer {
    margin-bottom: 0px !important;
  }
  .ti-widget.ti-goog .ti-footer .ti-profile-details .ti-name,
  .ti-widget.ti-goog .ti-header-write-btn-container {
    display: none;
  }
  .ti-footer.source-Google {
    margin-top: 0 !important;
  }
  .sp-only {
    display: block;
  }
  .youtube-area {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    margin-top: -5%;
    max-width: 100%;
    top: 0;
    left: 0;
    transform: none;
    z-index: -1;
  }
  .youtube-area video.video {
    border-radius: 0px;
  }
  .youtube-title {
    position: absolute;
    z-index: 9;
    max-width: 80%;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: -7vw;
  }
}

.map-content {
  margin-bottom: 50px;
}
h3.map-title {
  margin-bottom: 15px;
}
h3.map-title::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #18499d;
  border-radius: 100%;
  margin-right: 10px;
}
.promise .promise-title span {
  color: #fff !important;
}
.service-list ul li a {
  border: none !important;
}
.subtitle {
  border: none !important;
  background: none !important;
}
#padSection .sns_icons li:before {
  display: none !important;
}
#padSection .sns_icons li {
  padding: 0;
}
#padSection a.youtube {
  position: relative;
  padding-bottom: 0;
  height: auto;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  border: none;
}
.title img {
  margin-right: 10px !important;
}
.serviceNavi ul li a {
  border: none !important;
}
ul.media-list {
  display: block;
  padding: 0;
}
li.media-item {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0.5em !important;
  gap: 15px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0.5em !important;
  transition: opacity 0.3s; /* アニメーションを追加 */
  cursor: pointer;
}
li.media-item:hover {
  opacity: 0.8;
}
li.media-item a {
  display: flex;
  align-items: center; /* 上揃えに変更 */
  text-decoration: none; /* 下線を消す */
  color: inherit; /* テキストの色を親要素から継承 */
}
li.media-item a img {
  width: 100px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 15px; /* 画像とテキストの間にマージンを追加 */
}
li.media-item a div {
  display: flex;
  flex-direction: column; /* 縦並びに変更 */
}
li.media-item h4 {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.6em;
}
li.media-item span {
  font-size: 0.9em;
  color: #666;
  display: inline;
  margin-bottom: 0.5em;
}

.view-all-button {
  margin: 0 auto;
  text-align: center;
}
.view-all-button a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding: 1em 2em;
  background: #fe9c02;
  display: inline-block;
  margin: 1em auto 0;
  border-radius: 10px;
  transition: opacity 0.3s; /* アニメーションを追加 */
}
.view-all-button a:hover {
  opacity: 0.8; /* ホバー時に背景色を変更 */
}
span.new-icon {
  background: red;
  padding: 3px 10px;
  color: #fff !important;
  border-radius: 4px;
  margin-left: 6px;
}

/*-----------------------------------
  中間CTA セクション
-----------------------------------*/
.mid-cta-section {
  background: linear-gradient(135deg, #18499d 0%, #2d6bc9 100%);
  padding: 40px 20px;
  margin: 40px 0;
  text-align: center;
}
.mid-cta-inner {
  max-width: 900px;
  margin: 0 auto;
}
.mid-cta-text {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 25px;
  line-height: 1.6;
}
.mid-cta-text strong {
  font-size: 2.4rem;
  display: block;
  margin-top: 10px;
}
.mid-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.mid-cta-buttons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s, box-shadow 0.3s;
  min-width: 200px;
}
.mid-cta-buttons a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}
.mid-cta-tel {
  background: #ff6b35;
  color: #fff;
}
.mid-cta-tel-number {
  font-size: 2.2rem;
  letter-spacing: 1px;
}
.mid-cta-tel-note {
  font-size: 1.2rem;
  opacity: 0.9;
}
.mid-cta-line {
  background: #06c755;
  color: #fff;
  font-size: 1.6rem;
}
.mid-cta-mail {
  background: #fff;
  color: #18499d;
  font-size: 1.6rem;
  border: 2px solid #fff;
}
.mid-cta-icon {
  font-size: 2rem;
  margin-bottom: 5px;
}
.mid-cta-note {
  color: #fff;
  font-size: 1.4rem;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .mid-cta-text {
    font-size: 1.6rem;
  }
  .mid-cta-text strong {
    font-size: 2rem;
  }
  .mid-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .mid-cta-buttons a {
    width: 100%;
    max-width: 300px;
  }
}

/*-----------------------------------
  FAQ セクション
-----------------------------------*/
.faq-section {
  padding: 60px 0;
  background: #f8f9fa;
}
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  overflow: hidden;
}
.faq-question {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: background 0.3s;
}
.faq-question:hover {
  background: #f8f9fa;
}
.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #18499d;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 15px;
}
.faq-icon-a {
  background: #ff6b35;
}
.faq-answer {
  display: flex;
  align-items: flex-start;
  padding: 0 20px 20px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #555;
}
.faq-answer p {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .faq-question {
    font-size: 1.4rem;
    padding: 15px;
  }
  .faq-answer {
    font-size: 1.3rem;
    padding: 0 15px 15px;
  }
  .faq-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 1.2rem;
  }
}

/*-----------------------------------
  対応エリア セクション
-----------------------------------*/
.service-area-section {
  padding: 60px 0;
  background: #fff;
}
.area-intro {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #333;
}
.area-block {
  margin-bottom: 30px;
}
.area-title {
  font-size: 1.8rem;
  color: #18499d;
  padding: 10px 15px;
  background: #e8f0fe;
  border-left: 4px solid #18499d;
  margin-bottom: 15px;
}
.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 15px;
}
.area-list li {
  background: #f5f5f5;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 1.4rem;
  color: #555;
  transition: background 0.3s, color 0.3s;
}
.area-list li:hover {
  background: #18499d;
  color: #fff;
}
.area-note {
  text-align: center;
  font-size: 1.4rem;
  color: #777;
  margin-top: 30px;
}
.area-cta {
  text-align: center;
  margin-top: 40px;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 10px;
}
.area-cta p {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #333;
}
.area-cta-btn {
  display: inline-block;
  padding: 15px 40px;
  background: #ff6b35;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s, transform 0.3s;
}
.area-cta-btn:hover {
  background: #e55a2b;
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .area-intro {
    font-size: 1.4rem;
    text-align: left;
  }
  .area-title {
    font-size: 1.6rem;
  }
  .area-list li {
    font-size: 1.3rem;
    padding: 6px 12px;
  }
}

/* YouTubeショートカルーセル - シンプルモダンリデザイン */
.youtube-shorts-carousel {
  padding: 80px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.youtube-shorts-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* ヘッダー部分 */
.youtube-shorts-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.youtube-shorts-title-section {
  display: flex;
  align-items: center;
  gap: 20px;
}

.youtube-shorts-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.youtube-shorts-title-content h2 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.05em;
}

.youtube-shorts-title-content .title-main {
  display: block;
  font-size: 1.4rem;
  color: #18499d;
  font-weight: 700;
  margin-bottom: 5px;
}

.youtube-shorts-title-content .title-accent {
  color: #333;
}

.youtube-shorts-subtitle {
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  color: #666;
  font-weight: 400;
}

.youtube-channel-button-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: #ff0000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.youtube-channel-button-header:hover {
  background: #cc0000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(204, 0, 0, 0.3);
}

.youtube-channel-button-header svg {
  width: 20px;
  height: 20px;
}

/* コンテナ部分 */
.youtube-shorts-container {
  margin-bottom: 0;
}

.youtube-shorts-slider {
  position: relative;
  margin: 0 -10px; /* アイテム間のパディングを相殺 */
}

.youtube-short-item {
  padding: 10px; /* カード間のスペース */
  transition: transform 0.3s ease;
}

.youtube-short-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* 控えめなシャドウ */
  transition: all 0.3s ease;
  background: #000;
}

.youtube-short-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.youtube-short-embed {
  position: relative;
  width: 100%;
  padding-top: 177.78%; /* 9:16 aspect ratio */
  overflow: hidden;
}

.youtube-short-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.youtube-short-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.youtube-short-card:hover .youtube-short-overlay {
  opacity: 1;
}

.youtube-short-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #ff0000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.youtube-short-link-icon:hover {
  background: #fff;
  transform: scale(1.1);
}

/* フッター部分 */
.youtube-shorts-footer {
  text-align: center;
  margin-top: 50px;
}

.youtube-channel-button-footer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  background: #fff;
  color: #ff0000;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #ff0000;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.youtube-channel-button-footer:hover {
  background: #ff0000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.2);
}

.youtube-channel-button-footer svg {
  width: 24px;
  height: 24px;
}

/* Slickスライダーのカスタマイズ (白背景用) */
.youtube-shorts-slider .slick-arrow {
  background: #fff;
  width: 44px;
  height: 44px;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.youtube-shorts-slider .slick-arrow:hover {
  background: #f8f8f8;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transform: scale(1.05);
}

.youtube-shorts-slider .slick-arrow:before {
  color: #333;
  opacity: 1;
  font-size: 20px;
  font-family: inherit; /* フォントアイコン等の場合は調整 */
  display: block;
}

.youtube-shorts-slider .slick-prev {
  left: -22px;
}

.youtube-shorts-slider .slick-next {
  right: -22px;
}

.youtube-shorts-slider .slick-prev:before {
  content: "←"; /* 必要に応じてFontAwesome等に変更 */
  font-weight: bold;
}

.youtube-shorts-slider .slick-next:before {
  content: "→"; /* 必要に応じてFontAwesome等に変更 */
  font-weight: bold;
}

.youtube-shorts-slider .slick-dots {
  display: none !important;
}


/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .youtube-shorts-carousel {
    padding: 50px 0;
  }

  .youtube-shorts-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
  }

  .youtube-shorts-title-content h2 {
    font-size: 2.2rem;
  }

  .youtube-shorts-title-content .title-main {
    font-size: 1.2rem;
  }
  
  .youtube-shorts-subtitle {
    font-size: 1.2rem;
  }
  
  .youtube-channel-button-header {
    width: 100%;
    justify-content: center;
  }

  .youtube-shorts-slider .slick-arrow {
    display: none !important; /* スマホでは矢印隠す */
  }

  .youtube-shorts-slider .slick-dots {
    bottom: -30px;
  }
  
  .youtube-channel-button-footer {
    padding: 14px 30px;
    font-size: 1.4rem;
    width: 100%;
    justify-content: center;
  }
}