@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");

/* BlogSys Date Display Styling */
.date-tags .entry-date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.date-tags .entry-date .fa-clock-o {
  color: #ddd !important;
  font-size: 0.7em !important;
  line-height: 1;
}

.date-tags .entry-date .post-date {
  color: #ddd !important;
  font-size: 0.7em !important;
  line-height: 1;
}

/* Attachment Preview Styles */
.attachment-previews-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 16px;
}

@media (max-width: 1200px) {
    .attachment-previews-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .attachment-previews-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .attachment-previews-container {
        grid-template-columns: 1fr;
    }
}

/* CSS-only equal heights for preview-content divs */
.attachment-previews-container.attachments-equal-preview-height {
    align-items: stretch;
}

.attachment-preview-item {
    border-radius: 8px;
    background-color: #ffffff;
    display: grid;
    grid-template-rows: 300px auto;
    height: 100%;
}

.preview-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
}

.image-preview-container,
.pdf-preview-container,
.file-preview-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.pdf-thumbnail-link {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.pdf-thumbnail {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    filter: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.file-name-container {
    display: flex;
    align-items: center;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 4px;
    min-height: 40px;
}

.file-name-link {
    font-size: 12px;
    line-height: 1.2;
    word-break: break-word;
    color: #1976d2;
    text-decoration: none;
}

.file-name-link:hover {
    color: #1565c0;
    text-decoration: underline;
}

/* Hide external link icons for BlogSys attachments */
/* .no-icon .external-icon,
.no-icon .fa-external-link,
.no-icon .fa-external-link-alt {
    display: none !important;
} */

.bg-light-red {
  background-color: #ffcdd2 !important;
}

.text-light-red {
  color: #ffcdd2 !important;
}

.border-light-red {
  border-color: #ffcdd2 !important;
}

.btn-light-red {
  background-color: #ffcdd2 !important;
  color: white;
}

.badge-light-red {
  background-color: #ffcdd2 !important;
}

.bg-light-pink {
  background-color: #fce4ec !important;
}

.text-light-pink {
  color: #fce4ec !important;
}

.border-light-pink {
  border-color: #fce4ec !important;
}

.btn-light-pink {
  background-color: #fce4ec !important;
  color: white;
}

.badge-light-pink {
  background-color: #fce4ec !important;
}

.bg-light-blue {
  background-color: #e3f2fd !important;
}

.text-light-blue {
  color: #e3f2fd !important;
}

.border-light-blue {
  border-color: #e3f2fd !important;
}

.btn-light-blue {
  background-color: #e3f2fd !important;
  color: white;
}

.badge-light-blue {
  background-color: #e3f2fd !important;
}

.bg-light-green {
  background-color: #e8f5e9 !important;
}

.text-light-green {
  color: #e8f5e9 !important;
}

.border-light-green {
  border-color: #e8f5e9 !important;
}

.btn-light-green {
  background-color: #e8f5e9 !important;
  color: white;
}

.badge-light-green {
  background-color: #e8f5e9 !important;
}

.bg-light-yellow {
  background-color: #fffde7 !important;
}

.text-light-yellow {
  color: #fffde7 !important;
}

.border-light-yellow {
  border-color: #fffde7 !important;
}

.btn-light-yellow {
  background-color: #fffde7 !important;
  color: white;
}

.badge-light-yellow {
  background-color: #fffde7 !important;
}

.bg-light-orange {
  background-color: #fff3e0 !important;
}

.text-light-orange {
  color: #fff3e0 !important;
}

.border-light-orange {
  border-color: #fff3e0 !important;
}

.btn-light-orange {
  background-color: #fff3e0 !important;
  color: white;
}

.badge-light-orange {
  background-color: #fff3e0 !important;
}

.bg-light-gray {
  background-color: #f5f5f5 !important;
}

.text-light-gray {
  color: #f5f5f5 !important;
}

.border-light-gray {
  border-color: #f5f5f5 !important;
}

.btn-light-gray {
  background-color: #f5f5f5 !important;
  color: white;
}

.badge-light-gray {
  background-color: #f5f5f5 !important;
}

.bg-light-brown {
  background-color: #efebe9 !important;
}

.text-light-brown {
  color: #efebe9 !important;
}

.border-light-brown {
  border-color: #efebe9 !important;
}

.btn-light-brown {
  background-color: #efebe9 !important;
  color: white;
}

.badge-light-brown {
  background-color: #efebe9 !important;
}

.bg-base {
  background-color: #ed6b1f !important;
}

.text-base {
  color: #ed6b1f !important;
}

.border-base {
  border-color: #ed6b1f !important;
}

.btn-base {
  background-color: #ed6b1f !important;
  color: white;
}

.badge-base {
  background-color: #ed6b1f !important;
}

/* ネガティブマージン用 */
html {
  overflow: auto;
}

body {
  overflow: hidden;
}

/* リセット */
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p,
.article p,
ol,
.article ol,
ul {
  margin: 0;
  padding: 0;
}

.article ul {
  margin: 0;
  padding: 0;
}
.article ul li {
  margin: 0;
  padding: 0;
}
.article ol li {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  background-color: transparent;
  color: inherit;
  border: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.article h1 {
  font-size: 2.5em;
  font-weight: 700;
}
.article h2 {
  font-size: 2rem;
  font-weight: 700;
}
.article h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.article h4 {
  font-size: 1.3rem;
}
.article h5 {
  font-size: 1.2rem;
}
.article h6 {
  font-size: 1.1rem;
}

.full-width {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.full-width-m {
  margin: 0 calc(50% - 50vw);
}

/* 改行 */
.break-be::before,
.break-at::after {
  content: "\a";
  white-space: pre;
}

/* 非表示 */
.hidden {
  visibility: hidden;
}

/* js-無効 */
#no-js {
  background: rgb(255, 255, 255);
  height: 100%;
  left: 0;
  padding: 1em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

/* リンク無効 */
.pointer-e-none {
  pointer-events: none;
}

/** iOSでのデフォルトスタイルをリセット **/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select {
  background-color: #fff;
}

input[type=submit] {
  background-color: #ff9393;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 1em;
  padding: 1em;
}
input[type=date] {
  font-family: Arial;
}

.breadcrumb {
  background-color: inherit;
  padding: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  padding: 0;
}

/** slick **/
.slider {
  margin: 100px auto;
  width: 80%;
}
.slider img {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
@media (min-width: 576px) {
  .slider img {
    height: auto;
  }
}

.slick-prev {
  display: none;
  left: 5vw;
  z-index: 2;
}

.slick-next {
  display: none;
  right: 5vw;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
}

.top-slick-box {
  height: 300px;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media (min-width: 576px) {
  .top-slick-box {
    height: auto;
    margin: 0 auto;
  }
}

.scroll {
  bottom: 0;
  font-weight: 700;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.scroll span {
  animation: sdb 1.5s infinite;
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
  box-sizing: border-box;
  height: 16px;
  left: 35%;
  position: absolute;
  top: -45px;
  transform: rotate(-45deg);
  width: 16px;
}
.scroll.wh {
  color: #fff;
}
.scroll.wh span {
  border-color: #fff;
}
.scroll.bk {
  color: #707070;
}
.scroll.bk span {
  border-color: #707070;
}

@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.slick-slider {
  width: 100%;
}

.pileup-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background-color: #fff;
}
@media (min-width: 576px) {
  .pileup-box {
    width: 35%;
    height: 100%;
  }
}

img.eyecatch-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 70%;
}
@media (min-width: 992px) {
  img.eyecatch-logo {
    width: 50%;
  }
}

.slide__content-wrap {
  left: 35px;
  position: absolute;
  top: 20px;
}
@media (min-width: 576px) {
  .slide__content-wrap {
    left: 25%;
    top: 50%;
    transform: translate(20%, -50%);
  }
}
@media (min-width: 768px) {
  .slide__content-wrap {
    transform: translate(30%, -50%);
  }
}

.slide__content {
  display: block;
  transition: 1s;
}
.slide__content.on {
  opacity: 1;
  transition: 2s;
}

.slide__text {
  color: #aaa;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .slide__text {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .slide__text {
    font-size: 3em;
  }
}
.slide__text.on {
  color: #333;
}

/** breadcrumb **/
#breadcrumb a {
  transition: all 0.5s;
}
#breadcrumb a:hover {
  color: #ed6b1f;
}

/** ページネーション **/
.page-numbers {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
}
.page-numbers.current {
  color: #fff;
  background-color: #ed6b1f;
}

/** header **/
.header-sns,
.header-contact-btn,
.navi-in > .menu-header {
  display: none;
}

.header-container-in {
  padding: 0 0.5em;
}
@media (min-width: 576px) {
  .header-container-in.hlt-top-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}
.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text {
  font-size: 22px;
}
@media (min-width: 768px) {
  .header-container-in.hlt-top-menu.hlt-tm-small .site-name-text {
    font-size: 24px;
  }
}
.header-container-in.hlt-top-menu .logo-header {
  line-height: 42px;
  max-height: 60px !important;
}
.header-container-in.hlt-top-menu .logo-header img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 240px;
  width: 100%;
}
@media (min-width: 768px) {
  .header-container-in.hlt-top-menu .navi {
    width: auto;
  }
}
@media (min-width: 576px) {
  .header-container-in .header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .header-container-in .header-info .header-sns {
    display: block;
  }
}
.header-container-in .header-info .header-contact-btn {
  background-color: #ed6b1f;
  border: 1px solid #ed6b1f;
  border-radius: 25px;
  color: #fff;
  padding: 0.2em 1.8em;
  transition: all 1s;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .header-container-in .header-info .header-contact-btn {
    display: block;
  }
}
.header-container-in .header-info .header-contact-btn:hover {
  background-color: #fff;
  color: #ed6b1f;
}

@media (min-width: 992px) {
  .navi-in > .menu-header {
    display: flex;
  }
}
.navi-in > .menu-header #menu-item-341 {
  display: none;
}
@media (min-width: 1200px) {
  .navi-in > .menu-header #menu-item-341 {
    display: block;
  }
}

/** headerスクロール制御 **/
.header-container {
  box-shadow: 0 0.5px 1px #ddd;
  margin: 0 calc(50% - 50vw);
  top: 0;
  left: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  width: 100%;
  z-index: 2;
}

.head-animation {
  transform: translateY(-100%);
}

main.main {
  padding-top: 0;
}

.content {
  margin-top: 42px;
}

.entry-title {
  display: none;
}

.type-news .entry-title {
  display: block;
}

.flont-top-page .data-tags {
  margin-bottom: 0;
}

/** 動くアンダーライン **/
.move-line {
  content: "";
  display: inline;
  background-image: linear-gradient(180deg, transparent 95%, #ed6b1f 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  /* padding-bottom: 5px; */
  transition: 2s;
}
.move-line.on {
  transition: 1s;
  background-size: 100% 100%;
}

/** 回転背景・装飾 **/
.bg-rotate-clockwise,
.bg-rotate-revclockwise {
  position: relative;
}
.bg-rotate-clockwise::before,
.bg-rotate-revclockwise::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1200%;
  height: 125%;
  margin: 0 calc(50% - 50vw);
  background: #F7F7F2;
  transform-origin: left center;
  z-index: -1;
}

.bg-rotate-clockwise::before {
  transform: rotate(-2deg);
}

.bg-rotate-revclockwise::before {
  transform: rotate(2deg);
}

.front-top-page .date-tags {
  margin-bottom: 0;
}
.front-top-page .entry-content {
  margin-top: 0;
}

.content-in {
  width: auto;
}

/** トップ **/
#top {
  margin-top: 0;
}

.top-info-box {
  background-color: #f8f8f8;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 5em;
}
@media (min-width: 768px) {
  .top-info-box {
    padding: 2em calc(50vw - 50%);
  }
}
.top-info-box .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2em 0;
}
@media (min-width: 768px) {
  .top-info-box .inner {
    justify-content: center;
    flex-direction: row;
  }
}
.top-info-box .inner .top-info-news {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 3em;
  padding: 1em;
}
@media (min-width: 768px) {
  .top-info-box .inner .top-info-news {
    margin-bottom: 0;
    width: 50%;
    margin-right: 2em;
    max-width: 720px;
  }
}
.top-info-box .inner .top-info-news .top-news-card {
  border-bottom: 1px solid #ddd;
  padding: 1em 0;
}
.top-info-box .inner .top-info-news .top-news-card:last-of-type {
  border-bottom: none;
  margin-bottom: 2em;
}
.top-info-box .inner .top-info-media {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1em;
}
@media (min-width: 768px) {
  .top-info-box .inner .top-info-media {
    width: 40%;
  }
}
.top-info-box .inner .top-info-media a:nth-last-child(2) {
  margin-bottom: 2em;
}
.top-info-box .inner .top-info-media .top-media-card {
  margin: 0;
  width: 48%;
}
.top-info-box .inner .top-info-media .top-media-card:last-of-type {
  margin-bottom: 2em;
}
.top-info-box .inner .top-info-media .top-media-card:hover {
  opacity: 0.7;
}
.top-info-box .inner .top-info-media .top-media-card .top-media-card-item {
  display: flex;
  flex-direction: column;
}
.top-info-box .inner .top-info-media .top-media-card .top-media-card-item .top-card-thumb {
  width: 100%;
}
.top-info-box .inner .top-info-media .top-media-card .top-media-card-item .top-card-thumb .cat-label {
  display: none;
}
.top-info-box .inner .top-info-media .top-media-card .top-media-card-item .top-card-thumb .top-card-thumb-image {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-info-box .inner .top-info-media .top-media-card .top-media-card-item h2.top-media-title {
  font-size: 1em;
}
.top-info-box .inner .top-info-media .top-media-card .top-media-card-item .top-media-repletion {
  font-size: 0.8em;
}

.top-info-btn {
  background-color: #ed6b1f;
  border: 1px solid #ed6b1f;
  border-radius: 5px;
  color: #fff;
  line-height: 3em;
  margin-top: auto;
  text-align: center;
  transition: all 1s;
}
.top-info-btn:hover {
  background-color: #fff;
  color: #ed6b1f;
}
.top-info-btn.top-info-media-btn {
  width: 100%;
}

.top-info-caption {
  margin: 1em 0.5em;
  width: 100%;
}
.top-info-caption h3 {
  display: inline;
}
.top-info-caption span {
  font-size: 0.8em;
}

h2.top-news-title {
  color: #333;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0.5em 0;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  h2.top-news-title {
    padding: 0;
  }
}
h2.top-news-title:hover {
  color: #ed6b1f;
}
h2.archive-title {
  font-size: 1.5em;
  font-weight: 200;
  margin: 2em 0 1em;
}
@media (min-width: 768px) {
  h2.archive-title {
    text-align: center;
  }
}

.badge-new {
  background-color: #ED6B1F;
  border-radius: 4px;
  color: white;
  font-size: 9px;
  margin-right: 0.5em;
  padding: 0 0.5em;
  vertical-align: middle;
}

.top-news-date,
.top-news-branch {
  font-size: 0.7em;
  color: #aaa;
}

.top-news-tag .tag-link {
  background-color: #eee;
  border-radius: 5px;
  font-size: 0.8em;
  line-height: 1.2em;
  padding: 0.5em;
}
@media (min-width: 768px) {
  .top-news-tag .tag-link {
    font-size: 0.7em;
    padding: 0.25em 0.5em;
  }
}

a.tag-link-74 {
  background-color: #ed6b1f !important;
  color: #fff !important;
}

.top-news-content,
.top-media-content {
  padding-bottom: 0;
}

h2.top-service-card {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.top-movie-box {
  position: relative;
  /*	width: 100%;*/
  /*	padding-top: 56.25%;*/
  padding-top: 40%;
  margin: 10em calc(50% - 50vw);
}
.top-movie-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .top-service-box {
    display: flex;
    flex-wrap: wrap;
  }
}

.top-banner-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 576px) {
  .top-banner-box {
    margin: 0 auto;
    width: 80%;
  }
}
.top-banner-box .top-banner-item {
  margin-bottom: 1em;
  transition: all 1s;
  width: 48%;
}
@media (min-width: 576px) {
  .top-banner-box .top-banner-item {
    width: 30%;
  }
}
.top-banner-box .top-banner-item:hover {
  transform: translateY(-0.5em);
}

@media (min-width: 992px) {
  .item-label {
    transition: all 0.5s;
  }
  .item-label:hover {
    color: #ed6b1f;
  }
}

.home .article-footer {
  display: none;
}
.home .tag-link {
  transition: all 0.5s;
}
.home .tag-link:hover {
  background-color: #ed6b1f;
  color: #fff;
  transform: translateY(-0.25em);
}
.home .category-service-post {
  padding-left: 80px;
}
@media (min-width: 576px) {
  .home .category-service-post {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.home .category-service-post > :last-child {
  margin-top: auto;
}

/** eyecatch **/
.eye-catch-wrap {
  margin: 0 calc(50% - 50vw);
}

.type-news .eye-catch-wrap {
  margin: 0 0 3em;
}

.eye-catch-txt {
  position: absolute;
  width: 100%;
  bottom: 10%;
  left: 50%;
  padding: 0 30px;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .eye-catch-txt {
    width: 1236px;
  }
}

.type-news .eye-catch-txt {
  display: none;
}

h1.eyecatch-title {
  color: #fff;
  font-size: 1.5em;
  text-shadow: 1px 1px black;
}

/** カテゴリ記事一覧Pタイトル **/
.category-3 .entry-card-thumb,
.category-4 .entry-card-thumb,
.category-12 .entry-card-thumb {
  float: none;
  width: 100%;
}
@media (min-width: 576px) {
  .category-3 .entry-card-thumb,
  .category-4 .entry-card-thumb,
  .category-12 .entry-card-thumb {
    float: left;
    width: 200px;
  }
  .category-3 .entry-card-thumb img,
  .category-4 .entry-card-thumb img,
  .category-12 .entry-card-thumb img {
    width: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 180px;
  }
}
@media (min-width: 576px) {
  .category-3 .entry-card-content,
  .category-4 .entry-card-content,
  .category-12 .entry-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 200px;
  }
}

.category-4 .card-company-btn:first-child, .category-12 .card-company-btn:first-child {
  display: none;
}

.card-company-btn-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 2em;
}
@media (min-width: 576px) {
  .card-company-btn-box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.card-company-btn-box .card-company-btn {
  border: 1px solid #ed6b1f;
  color: #ed6b1f;
  line-height: 2em;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  position: relative;
  border-radius: 4px;
  text-align: center;
  transition: all 0.5s;
}
@media (min-width: 576px) {
  .card-company-btn-box .card-company-btn {
    margin-right: 1em;
    padding: 0.5em 2em;
    width: auto;
    white-space: nowrap;
    flex: 1 1 200px;
  }
}
@media (min-width: 768px) {
  .card-company-btn-box .card-company-btn {
    width: 33.3333333333%;
  }
}
.card-company-btn-box .card-company-btn:hover {
  transform: translateY(-0.25em);
}
.card-company-btn-box .card-company-btn::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #ed6b1f;
  border-right: 1px solid #ed6b1f;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  right: 1em;
}
.card-company-btn-box .card-company-contact-btn {
  background-color: #ed6b1f;
  color: #fff;
}
.card-company-btn-box .card-company-contact-btn::after {
  border-color: #fff;
}
.card-company-btn-box .card-company-contact-btn:hover {
  color: #fff;
}
@media (min-width: 576px) {
  .card-company-btn-box .card-company-contact-btn :last-child {
    width: 100%;
  }
}

/** sns **/
.follow-me {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.follow-me li {
  margin: 0 4px;
}
.follow-me li a::after {
  background-color: #eee;
  border-radius: 30px;
  color: #333;
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  transition: all 0.3s ease;
  text-align: center;
  width: 32px;
}
.follow-me li a:hover::after {
  color: #fff;
}
.follow-me li a[href*="facebook.com"]::after {
  content: "\f39e";
}
.follow-me li a[href*="facebook.com"]:hover::after {
  background-color: #3b5998;
}
.follow-me li a[href*="twitter.com"]::after {
  content: "𝕏";
  font-family: unset;
  font-weight: bold;
}
.follow-me li a[href*="twitter.com"]:hover::after {
  background-color: #000;
}
.follow-me li a[href*="youtube.com"]::after {
  content: "\f167";
}
.follow-me li a[href*="youtube.com"]:hover::after {
  background-color: #cd201f;
}

/** 企業情報 **/
.info-body {
  text-align: center;
}
.info-body .info-item {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  display: inline-block;
  margin: 2em 0;
  min-height: 160px;
  position: relative;
  transition: all 1s;
}
.info-body .info-item:hover {
  opacity: 0.7;
  transform: translateY(-1em);
}
.info-body .info-item .info-img {
  min-height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-body .info-item .info-text {
  background-color: #fff;
  bottom: 0;
  left: 0;
  padding: 0.25em 1em;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .info-body .info-item .info-text {
    bottom: 2em;
    padding: 0.25em 2em;
    width: 70%;
  }
}
.info-body .info-item .info-text p {
  color: #333;
  font-size: 1.2em;
  position: relative;
  text-align: left;
}
.info-body .info-item .info-text p::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 0.8em;
  font-weight: 700;
  right: 0;
  position: absolute;
  top: 4px;
}

/** 代表挨拶・グループ理念 **/
#president,
#idea {
  max-width: 860px;
  margin: 0 auto 10em;
}

h2.content-title {
  font-size: 0.9em;
  margin-bottom: 8px;
}

.content-text {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .content-text {
    text-align: center;
  }
}

.president-message {
  margin-bottom: 1em;
}

.idea-box {
  margin: 5em 0 10em;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media (min-width: 768px) {
  .idea-box {
    align-items: center;
  }
}
.idea-box.bg-rotate-clockwise::before {
  margin: 10em calc(50% - 50vw);
  padding: 10em 5em 0px;
  transform: rotate(-2deg) translate(-10em, -12em);
  opacity: 0.7;
}
.idea-box.bg-rotate-revclockwise::before {
  margin: 10em calc(50% - 50vw);
  padding: 10em 5em 0px;
  transform: rotate(2deg) translate(-10em, -14em);
  opacity: 0.7;
}

h3.idea-title {
  font-size: 2em;
  font-weight: 700;
  line-height: 3em;
}

.management-philosophy {
  font-size: 1.5em;
  line-height: 3em;
}

.idea-3 {
  margin-bottom: 2em;
}

.idea-headline {
  font-size: 1.25em;
  font-weight: 700;
}

.president-sign {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5em;
}
.president-sign p {
  display: inline-block;
  margin-right: 1em;
}
.president-sign img {
  max-width: 180px;
}

.movie-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .movie-box {
    flex-direction: row;
  }
}
@media (min-width: 576px) {
  .movie-box .movie-item {
    width: 33%;
  }
}

.video-container {
  margin: 0;
}

/** 記事詳細ページ **/
h2.content-title {
  font-size: 1.5em;
  font-weight: 200;
  margin: 2em 0 1em;
}
@media (min-width: 768px) {
  h2.content-title {
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 1em;
    text-align: center;
  }
}

.cat-item-box,
.cat-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 576px) {
  .cat-item {
    flex-direction: row;
  }
}

.cat-box-heading {
  background-color: #f7f7fa;
  color: #333;
  font-weight: 700;
  border-top: 1px solid #ddd;
  padding: 1em;
  width: 100%;
}
@media (min-width: 576px) {
  .cat-box-heading {
    border-right: 1px solid #ddd;
    padding: 2em 2.5em;
    width: 30%;
  }
}

.cat-box-data {
  background-color: #fff;
  border-top: 1px solid #ddd;
  margin-bottom: 2em;
  padding: 1em;
  width: 100%;
}
@media (min-width: 576px) {
  .cat-box-data {
    margin-bottom: 0;
    padding: 2em 2.5em;
    width: 70%;
  }
}
@media (min-width: 768px) {
  .cat-box-data {
    position: relative;
  }
}

.relatedposts {
  background-color: rgb(245, 245, 245);
  margin: 0 calc(50% - 50vw) 1em;
  padding: 2em calc(50vw - 50%) 4em;
}
@media (min-width: 768px) {
  .relatedposts {
    padding: 2em calc(50vw - 45%) 4em;
  }
}

.related-item-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* flex-direction: column; */
}

.related-item,
.related-item-voice {
  margin-right: 2% !important;
  width: 48%;
}
@media (min-width: 576px) {
  .related-item,
  .related-item-voice {
    margin-right: 1% !important;
    width: 24%;
  }
}

@media (min-width: 768px) {
  .related-item {
    width: 19%;
  }
}
.related-item:hover {
  opacity: 0.7;
}
.related-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 120px;
  width: 100%;
}

.article ul li.related-item {
  margin-bottom: 1em;
}

.related-text {
  color: inherit;
  font-size: 0.8em;
}
.related-text:hover {
  color: inherit;
}

/** 会社概要 **/
.overview-btn,
.branch-btn {
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #707070;
  display: block;
  line-height: 2em;
  margin-top: 1em;
  padding: 0.5em 1em;
  position: relative;
  transition: all 0.5s;
  width: 100%;
}
@media (min-width: 768px) {
  .overview-btn,
  .branch-btn {
    margin-top: 0;
    transform: translateY(-50%);
    width: 16em;
    position: absolute;
    right: 1em;
    top: 50%;
  }
}
.overview-btn::after,
.branch-btn::after {
  position: absolute;
  content: "";
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 5px;
  width: 5px;
  top: 50%;
  right: 1em;
}
.overview-btn:hover,
.branch-btn:hover {
  border-color: #ed6b1f;
  color: #ed6b1f;
}
.overview-btn:hover::after,
.branch-btn:hover::after {
  border-color: #ed6b1f;
}

.categoryid-3 .under-conteiner,
.categoryid-4 .under-conteiner {
  max-width: 860px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .notext-content-recruit {
    text-align: center;
  }
}

/** サービス一覧 **/
.card-service-item {
  border-bottom: 1px solid #eee;
}
@media (min-width: 576px) {
  .card-service-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .card-service-item {
    width: 33%;
  }
}

.category-20 .category-service-post {
  padding-left: 80px;
}
@media (min-width: 576px) {
  .category-20 .category-service-post {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.category-20 .category-service-post > :last-child {
  margin-top: auto;
}
@media (min-width: 576px) {
  .category-20 .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.service-category-text {
  background-color: #f7f7f2;
  color: #707070;
  font-weight: 700;
  font-size: 1.5em;
  display: inline-block;
  margin-bottom: 1em;
  margin-left: 8px;
  padding: 2px 0 2px 32px;
  position: relative;
  width: 100%;
}
.service-category-text::before {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ed6b1f;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.service-category-text:nth-of-type(n+2) {
  margin-top: 3em;
}
.service-category-text.recycle-service::before {
  content: "\f1b8";
  font-weight: 700;
}
.service-category-text.engineer-service::before {
  content: "\f7d9";
  font-weight: 700;
}
.service-category-text.ecology-service::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f18c";
  font-weight: 400;
}
.service-category-text.healthcare-service::before {
  content: "\f004";
  font-weight: 700;
}
.service-category-text.life-service::before {
  content: "\f015";
  font-weight: 700;
}

.card-thumb-service {
  margin-left: -80px;
  width: 80px;
}
@media (min-width: 576px) {
  .card-thumb-service {
    margin-left: 0;
    float: none;
    width: auto;
  }
}

.card-thumb-service-image {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .card-thumb-service-image {
    width: auto;
    height: auto;
  }
}

.cat-label-service {
  display: none;
}

.card-service-content {
  margin-left: 8px !important;
  padding: 0;
}

.card-service-title {
  font-size: 16px;
  margin: 8px 0;
}

.service-excerpt {
  font-size: 0.9em;
  line-height: 1.8em;
  margin-bottom: 8px;
}

.service-hp {
  background-color: #ed6b1f;
  border: 1px solid #ed6b1f;
  border-radius: 5px;
  color: #fff;
  display: block;
  flex: auto;
  line-height: 44px;
  text-align: center;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .service-hp {
    margin-bottom: 2em;
    width: 100%;
  }
}
.service-hp:hover {
  color: #fff;
  transform: translateY(-0.25em);
}

.sns-linkbtn-box {
  color: #333;
  margin-left: 1em;
  min-width: 36px;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .sns-linkbtn-box {
    margin-left: 0.5em;
    min-height: 32px;
  }
  .sns-linkbtn-box i {
    display: none;
  }
}

.service-operation {
  color: #ddd;
  font-size: 12px;
  text-align: right;
}

.service-linkbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .service-linkbox {
    margin-bottom: 0;
  }
}

.service-link {
  background-color: #eee;
  border-radius: 5px;
  color: #333;
  display: block;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 8px;
  text-align: center;
  transition: all 0.5s;
}
.service-link:hover {
  color: #333;
  transform: translateY(-0.25em);
}

.sns-linkbtn-item-box {
  background-color: #fff;
  bottom: 30px;
  display: none;
  justify-content: space-around;
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 5000;
}
@media (min-width: 992px) {
  .sns-linkbtn-item-box {
    bottom: 0;
    display: flex;
    position: relative;
  }
}
.sns-linkbtn-item-box li {
  margin: 0;
  padding: 0.5em;
}
@media (min-width: 992px) {
  .sns-linkbtn-item-box li {
    padding: 0.1em;
  }
}
.sns-linkbtn-item-box li span {
  margin-right: 1em;
}
.sns-linkbtn-item-box li a {
  padding-left: 1em;
}
.sns-linkbtn-item-box li a::after {
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  line-height: 44px;
  height: 44px;
  width: 44px;
}
@media (min-width: 992px) {
  .sns-linkbtn-item-box li a::after {
    border-radius: 50%;
    line-height: 28px;
    height: 28px;
    width: 28px;
    color: initial;
  }
}
.sns-linkbtn-item-box li a[href*="facebook.com"] span {
  color: #3b5998;
}
.sns-linkbtn-item-box li a[href*="facebook.com"]::after {
  background-color: #3b5998;
}
@media (min-width: 992px) {
  .sns-linkbtn-item-box li a[href*="facebook.com"]::after {
    background-color: initial;
  }
}
.sns-linkbtn-item-box li a[href*="twitter.com"] span {
  color: #000;
}
.sns-linkbtn-item-box li a[href*="twitter.com"]::after {
  background-color: #000;
}
@media (min-width: 992px) {
  .sns-linkbtn-item-box li a[href*="twitter.com"]::after {
    background-color: initial;
  }
}
.sns-linkbtn-item-box li a[href*="youtube.com"] span {
  color: #cd201f;
}
.sns-linkbtn-item-box li a[href*="youtube.com"]::after {
  background-color: #cd201f;
}
@media (min-width: 992px) {
  .sns-linkbtn-item-box li a[href*="youtube.com"]::after {
    background-color: initial;
  }
}
@media (min-width: 992px) {
  .sns-linkbtn-item-box li a span {
    display: none;
  }
}

/** サービス概要・アマルク **/
.amarc-box {
  max-width: 860px;
  margin: 0 auto;
}
.amarc-box .amarc-introduction {
  margin-bottom: 3em;
}
.amarc-box .amarc-introduction img {
  display: block;
  margin: 0 auto;
}
.amarc-box .amarc-merit {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .amarc-box .amarc-merit {
    flex-direction: row;
  }
}
.amarc-box .amarc-merit .amarc-merit-item {
  margin-bottom: 3em;
}
@media (min-width: 576px) {
  .amarc-box .amarc-merit .amarc-merit-item {
    width: 49%;
  }
}
.amarc-box .amarc-merit .amarc-merit-item img {
  border-radius: 8px;
  width: 100%;
}
.amarc-box .amarc-merit .amarc-merit-item .amarc-merit-caption {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0.25em 0;
}
.amarc-box .amarc-merit .amarc-merit-item .amarc-merit-prefix {
  font-size: 0.8em;
}
.amarc-box .amarc-btn {
  background-color: #ed6b1f;
  border: 1px solid #ed6b1f;
  color: #fff;
  display: block;
  line-height: 44px;
  margin-bottom: 5em;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  width: 100%;
}
.amarc-box .amarc-btn:hover {
  background-color: #fff;
  color: #ed6b1f;
  transform: translateY(-0.25em);
}
.amarc-box .amarc-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 5px;
  width: 5px;
}
.amarc-box .amarc-btn:hover::after {
  border-color: #ed6b1f;
}

/** 採用情報 **/
@media (min-width: 768px) {
  h1.post-title {
    margin: 3em 0 0;
  }
}

.text-center {
  text-align: center;
}

.recruit {
  background-color: #f8f8f8;
  margin: 0 calc(50% - 50vw);
}
.recruit .wrapper {
  max-width: 860px;
  margin: 0 auto;
}
.recruit .wrapper .new-graduates-box,
.recruit .wrapper .mid-career-box {
  padding: 2em 0.5em;
}

.recruit-item-box {
  background-color: #fff;
  border-bottom: 1px solid #f8f8f8;
  display: flex;
  flex-direction: column;
  padding: 1em;
  position: relative;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .recruit-item-box {
    position: relative;
  }
}
.recruit-item-box::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  top: 50%;
  right: 1em;
  position: absolute;
  color: #ed6b1f;
  transform: translateY(-50%);
}
.recruit-item-box .recruit-content-text {
  color: #333;
  font-size: 1.25em;
  font-weight: 700;
  transition: 0.5s;
  padding-right: 1em;
  padding-top: 0.25em;
}
.recruit-item-box .recruit-content-text:hover {
  color: #ed6b1f;
}
.recruit-item-box .recruit-related-item-box {
  margin-top: 1em;
  padding: 1em;
  transition: all 1s ease;
}
.recruit-item-box .recruit-related-item {
  padding: 1em;
  background-color: white;
  margin: 0.5em 0;
  border-radius: 8px;
}
.recruit-item-box .recruit-related-item .recruit-related-text {
  color: inherit;
}

.cat-link-17 {
  display: none;
}

.post-637 .cat-label-14,
.post-639 .cat-label-14 {
  display: none;
}
.post-637 .entry-card-content,
.post-639 .entry-card-content {
  color: #707070;
}
.post-637 .entry-card-thumb,
.post-639 .entry-card-thumb {
  float: none;
  width: auto;
}

.recruit-other-contents {
  padding: 5em 0;
}
@media (min-width: 576px) {
  .recruit-other-contents {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.recruit-other-contents .entry-card-wrap {
  width: 100%;
}
@media (min-width: 576px) {
  .recruit-other-contents .entry-card-wrap {
    width: 50%;
  }
}
.recruit-other-contents a:hover {
  transform: translateY(-0.25em);
}

.entry-card-content {
  margin-left: 0;
}

/** 先輩の声・詳細 **/
.senior-voice-box.contents {
  flex-direction: column;
  text-align: center;
}

.voice-item {
  max-width: 860px;
  margin: 0 auto 3em;
  transition: all 2s;
}

.voice-question {
  font-weight: 700;
  line-height: 2em;
}

.related-item-voice {
  text-align: center;
}

#post-637,
#post-639 {
  max-width: 860px;
  margin: 0 auto;
}

.post-image {
  width: 100%;
}

/** 採用その他記事 **/
.post-title-prefix {
  margin-top: 0;
}

/** メディア掲載情報 **/
.category-8 .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.category-8 .entry-card-wrap {
  transition: all 0.5s;
  width: 100%;
}
@media (min-width: 576px) {
  .category-8 .entry-card-wrap {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .category-8 .entry-card-wrap {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .category-8 .entry-card-wrap {
    width: 25%;
  }
}
.category-8 .entry-card-wrap:hover {
  transform: translateY(-0.5em);
}
@media (min-width: 576px) {
  .category-8 .entry-card {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .category-8 .entry-card-thumb {
    width: 100%;
  }
}

.media-year-text {
  font-weight: 700;
  font-size: 1.5em;
  padding: 1em 1.5%;
  width: 100%;
}

.line-btn {
  background-color: #00B900;
  color: white;
  width: 100%;
}

/** お知らせ(記事) **/
.single-news .under-conteiner {
  max-width: 640px;
  margin: 0;
}
@media (min-width: 576px) {
  .single-news .under-conteiner {
    margin: 0 auto;
  }
}
.single-news .under-conteiner figure.eye-catch img {
  margin: 0 auto;
  width: auto;
  min-width: auto;
}
.single-news .alert::before {
  content: "";
}

.news-info-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}

.sns-share {
  padding-top: 3em;
}

.news-tag-box a {
  background-color: #eee;
  border-radius: 5px;
  display: inline-block;
}

.news-footer-info-box {
  margin-bottom: 5em;
  text-align: center;
}
.news-footer-info-box > * {
  text-align: center;
  display: flex;
  justify-content: center;
}
.news-footer-info-box a {
  color: #ddd;
}
.news-footer-info-box a.tag-link-74 {
  background-color: inherit !important;
  color: #ddd !important;
}

.type-news .post-update,
.type-news .post-date {
  color: #ddd;
  display: block;
}
.type-news .related-item-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.type-news .related-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 1em;
  padding: 1em;
  width: 100%;
}
.type-news .thumbnail-img {
  display: none;
}
.type-news .related-title {
  font-size: 1.3em;
  font-weight: 700;
}

.news-tag {
  display: flex;
  flex-wrap: wrap;
}
.news-tag .cat-item {
  margin-right: 0.25em;
}
.news-tag .cat-item a {
  background-color: #eee;
  border-radius: 5px;
  margin-bottom: 0.25em !important;
  padding: 0 0.5em !important;
  transition: all 1s;
  color: #aaa;
}
.news-tag .cat-item a:hover {
  background-color: #ed6b1f;
  color: #fff;
}

.post-count {
  margin-left: 0.5em;
}

.sns-buttons .sns-share-message {
  font-weight: bold;
  color: #499eda;
}
.sns-buttons .button-caption {
  display: none;
}
.sns-buttons.sns-share-buttons {
  justify-content: center;
}

a.share-button {
  border-radius: 50%;
  margin: 0 0.25em;
  width: 40px !important;
  height: 40px;
}

.fa-clipboard:before {
  content: "\f0ea" !important;
}

.news-all-btn {
  display: block;
  text-align: center;
}

/** pager-post-navi **/
@media (min-width: 576px) {
  .pager-post-navi {
    position: relative;
  }
  .pager-post-navi::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    width: 1px;
    background-color: #e0e0e0;
  }
}
.pager-post-navi img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pager-post-navi a figure {
  min-width: 56px;
  max-width: 56px;
}
.pager-post-navi a.prev-post::before, .pager-post-navi a.next-post::before {
  font-size: 2em;
  color: #aaa;
}
.pager-post-navi a.prev-post::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 0.5em;
}
.pager-post-navi a.next-post::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: 0.5em;
}
.pager-post-navi .previous-article,
.pager-post-navi .next-article {
  color: #707070;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.pager-post-navi .prev-post:hover {
  opacity: 0.8;
  transform: translateX(-5px);
}
.pager-post-navi .next-post:hover {
  opacity: 0.8;
  transform: translateX(5px);
}

/** お知らせ(アーカイブ) **/
.type-news {
  display: flex;
  flex-direction: column;
}

.news-archive-item {
  margin-bottom: 3em;
  padding-bottom: 1em;
}

@media (min-width: 992px) {
  .post-type-archive-news.no-sidebar .content .main {
    width: 75%;
  }
}
.post-type-archive-news .content-in,
.post-type-archive-news #list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .post-type-archive-news .content-in,
  .post-type-archive-news #list {
    justify-content: space-between;
    flex-direction: row;
  }
}
.post-type-archive-news .news-archive-item {
  max-width: 600px;
  padding: 0;
}
@media (min-width: 992px) {
  .post-type-archive-news .news-archive-item {
    margin: 0 0 3em;
    max-width: none;
    width: 48%;
  }
}
.post-type-archive-news .news-archive-item a {
  color: #333;
}
.post-type-archive-news .entry-card-thumb {
  float: none;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .post-type-archive-news .main {
    width: 75%;
  }
}
.post-type-archive-news .main img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .post-type-archive-news .main img {
    height: 192px;
  }
}
.post-type-archive-news .main img:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
  opacity: 0.7;
}
.post-type-archive-news .entry-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 3%;
}
.post-type-archive-news .entry-card-title {
  font-size: 1.2em;
  margin: 1em 0 0.5em;
}
.post-type-archive-news .entry-card-excerpt {
  color: #707070;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .post-type-archive-news .entry-card-excerpt {
    font-size: 0.8em;
  }
}
.post-type-archive-news .top-news-tag {
  display: block;
  margin-bottom: 1em;
}
.post-type-archive-news .tag-link {
  transition: all 0.5s;
}
.post-type-archive-news .tag-link:hover {
  background-color: #ed6b1f;
  color: #fff;
  transform: translateY(-0.25em);
}
.post-type-archive-news .top-news-footer-contents {
  display: flex;
  align-items: baseline;
  font-size: 1em;
}
.post-type-archive-news .top-news-branch {
  margin-right: 3px;
}

.single-news .entry-card-thumb,
.tax-news-tag .entry-card-thumb {
  float: none;
  width: 100%;
  overflow: hidden;
}
.single-news .news-archive-item a,
.tax-news-tag .news-archive-item a {
  color: #333;
}

@media (min-width: 768px) {
  .tax-news-tag .main {
    max-width: 720px;
    width: 75%;
  }
}
.tax-news-tag .main img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .tax-news-tag .main img {
    height: 192px;
  }
}
.tax-news-tag .main img:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
  opacity: 0.7;
}
.tax-news-tag .entry-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 3%;
}
.tax-news-tag .entry-card-title {
  font-size: 1.2em;
  margin: 1em 0 0.5em;
}
.tax-news-tag .entry-card-excerpt {
  color: #707070;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .tax-news-tag .entry-card-excerpt {
    font-size: 0.8em;
  }
}
.tax-news-tag .top-news-tag {
  display: block;
  margin-bottom: 1em;
}
.tax-news-tag .tag-link {
  transition: all 0.5s;
}
.tax-news-tag .tag-link:hover {
  background-color: #ed6b1f;
  color: #fff;
  transform: translateY(-0.25em);
}
.tax-news-tag .top-news-sub-contents {
  margin-top: auto;
  padding: 0.25em 0;
  padding: 0 3%;
}
.tax-news-tag .top-news-footer-contents {
  display: flex;
  align-items: baseline;
  font-size: 1em;
}
.tax-news-tag .top-news-branch {
  margin-right: 3px;
}
.tax-news-tag .news-archive-item {
  max-width: 600px;
  padding: 0;
}
@media (min-width: 768px) {
  .tax-news-tag .news-archive-item {
    margin: 0 0 3em;
    max-width: none;
    width: 48%;
  }
}
.tax-news-tag .content-in {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tax-news-tag #list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .tax-news-tag #list {
    justify-content: space-between;
    flex-direction: row;
  }
}

.excerpt_nolink_more {
  color: #1967d2;
  border-bottom: 1px solid #1967d2;
}

/** sidebar **/
.post-type-archive-news #sidebar,
.tax-news-tag #sidebar {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .post-type-archive-news #sidebar,
  .tax-news-tag #sidebar {
    padding-top: 94px;
    width: 25%;
  }
}

/** お知らせ(アーカイブ：ウィジェット) **/
#sidebar {
  padding-top: 94px;
}
@media (min-width: 576px) {
  #sidebar {
    margin: 0 calc(50% - 50vw) 3em;
    max-width: 600px;
    padding: 0 2%;
  }
}
@media (min-width: 768px) {
  #sidebar {
    margin: 0;
  }
}

h3.custom-tag-title, h3.custom-recent-posts-title, h3.custom-monthly-archive-title {
  background-color: #f7f7f2;
  color: #aaa;
  font-size: 0.9em;
  margin: 2em 0 1em;
  padding: 0.5em 0 0.5em 2em;
  position: relative;
}
@media (min-width: 992px) {
  h3.custom-tag-title, h3.custom-recent-posts-title, h3.custom-monthly-archive-title {
    padding: 0 0 0 2em;
  }
}
h3.custom-tag-title::after, h3.custom-recent-posts-title::after, h3.custom-monthly-archive-title::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  left: 1em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
h3.custom-tag-title::after {
  content: "\f02b";
}
h3.custom-recent-posts-title::after {
  content: "\f15c";
}
h3.custom-monthly-archive-title::after {
  content: "\f0ca";
}

#search-2 .search-edit {
  color: #aaa;
  font-size: 1em;
}
@media (min-width: 768px) {
  #search-2 .search-edit {
    font-size: 0.9em;
  }
}
#search-2 .search-edit::-moz-placeholder {
  color: #aaa;
  font-size: 1em;
}
#search-2 .search-edit::placeholder {
  color: #aaa;
  font-size: 1em;
}
@media (min-width: 768px) {
  #search-2 .search-edit::-moz-placeholder {
    font-size: 0.9em;
  }
  #search-2 .search-edit::placeholder {
    font-size: 0.9em;
  }
}
#search-2 .search-submit {
  font-size: 1em;
  line-height: 1.5em;
}

.widget-news-tag li {
  display: inline-flex;
  margin-right: 0.25em;
}
.widget-news-tag li a {
  background-color: #eee;
  border-radius: 5px;
  color: #aaa;
  margin-bottom: 0.25em !important;
  padding: 0 0.5em;
  transition: all 1s;
}
@media (min-width: 992px) {
  .widget-news-tag li a {
    background-color: #fff;
    font-size: 0.8em;
    line-height: 1.5em;
    padding-left: 0.8em;
    position: relative;
    transition: all 0.5s;
  }
  .widget-news-tag li a::before {
    position: absolute;
    content: "";
    background-color: #fff;
    top: 45%;
    left: 0;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
  }
  .widget-news-tag li a:hover {
    color: #ed6b1f;
  }
  .widget-news-tag li a:hover::before {
    background-color: #ed6b1f;
  }
}
.widget-news-tag .post-count {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .widget-news-tag .cat-item:last-child {
    border-bottom: none;
  }
}

#custom-recent-posts-2 .entry-card-thumb,
#custom-recent-posts-2 .entry-card-excerpt,
#custom-recent-posts-2 .top-news-tag {
  display: none;
}
#custom-recent-posts-2 .news-archive-item {
  box-shadow: none;
  border-bottom: 1px solid #eee;
  padding: 1em;
  margin: 0;
  width: 100%;
}
#custom-recent-posts-2 .news-archive-item .entry-card-content {
  padding: 0;
}
#custom-recent-posts-2 .news-archive-item .entry-card-content .entry-card-title {
  color: #aaa;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  #custom-recent-posts-2 .news-archive-item .entry-card-content .entry-card-title {
    font-size: 0.8em;
  }
}
#custom-recent-posts-2 .news-archive-item .entry-card-content .entry-card-title:hover {
  color: #ed6b1f;
}
#custom-recent-posts-2 .news-archive-item .top-news-sub-contents {
  margin-top: auto;
  padding: 0.25em 0;
}

#custom-monthly-archive-2 select {
  color: #aaa;
  font-size: 1em;
}
@media (min-width: 768px) {
  #custom-monthly-archive-2 select {
    font-size: 0.8em;
  }
}

/** お問い合わせ **/
.category-14 .under-conteiner {
  max-width: 860px;
  margin: 0 auto;
}

article.contact {
  padding: 10em 0;
}
@media (min-width: 576px) {
  article.contact {
    text-align: center;
  }
}

#contact {
  background-color: #f8f8f8;
  margin: 0 calc(50% - 50vw);
  padding: 2em 0.5em;
}

.category-15 .under-conteiner,
.categoryid-15 .under-conteiner,
.categoryid-16 .under-conteiner {
  margin: 0 auto;
  max-width: 860px;
}

.cat-item-box.entry-method {
  margin: 3em calc(50% - 50vw);
  padding: 10em calc(50vw - 50%);
  position: relative;
  z-index: 10;
}
.cat-item-box.entry-method:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 90%;
  margin: 10% -10%;
  background: rgb(245, 245, 245);
  transform-origin: left center;
  transform: rotate(-2deg);
  z-index: -1;
}

.contact-item {
  background-color: #fff;
  color: #707070;
  margin-top: 1em;
  padding: 1em;
}
@media (min-width: 768px) {
  .contact-item {
    padding: 3em;
    max-width: 860px;
    margin: 2em auto 0;
  }
}

.contact-wrap {
  background-color: #fff;
  color: #707070;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  padding: 0 0 1em;
}
@media (min-width: 992px) {
  .contact-wrap {
    border: none;
    margin: 0;
    padding: 0;
  }
  .contact-wrap:hover {
    color: inherit;
  }
}

h2.contact-category-text {
  border-left: 3px solid #ed6b1f;
  background-color: #f7f7f2;
  font-size: 1.1em;
  margin: 3em 0 1em;
  padding: 0.5em;
}
h2.contact-category-text:first-child {
  margin-top: 0;
}

.overlap-item {
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  .overlap-item {
    margin-top: 0;
    padding-top: 0;
  }
}
.overlap-item h2.contact-category-text {
  display: none;
}
@media (min-width: 768px) {
  .overlap-item h2.contact-category-text {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 2em;
  }
}

.category-18 .entry-card-content {
  padding: 0;
}

@media (min-width: 992px) {
  .contact-address-text {
    display: block;
  }
}

.contact-branch-box {
  padding-right: 1em;
  position: relative;
}
@media (min-width: 992px) {
  .contact-branch-box {
    padding: 0;
  }
}
.contact-branch-box::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .contact-branch-box::after {
    content: "";
  }
}
.contact-branch-box.active::after {
  transform: translateY(-50%) rotate(-90deg);
}

.contact-prefix-text {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
@media (min-width: 992px) {
  .contact-prefix-text {
    margin: 0;
  }
}

.contact-collapse-box {
  display: none;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .contact-collapse-box {
    display: block;
  }
}
@media (min-width: 992px) {
  .contact-collapse-box {
    margin-top: 0;
  }
}

.contact-detail-box {
  display: none;
}
@media (min-width: 992px) {
  .contact-detail-box {
    display: block;
    margin-bottom: 1em;
  }
  .contact-detail-box span {
    margin-right: 1em;
  }
}

.card-contact-btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-contact-btn {
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 0.5px #aaa;
  font-weight: 500;
  margin-bottom: 0.5em;
  padding: 1em;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  width: 100%;
}
@media (min-width: 992px) {
  .card-contact-btn {
    padding: 0.5em 1em;
    width: 49%;
  }
}
.card-contact-btn::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  transform: translateY(-50%);
  top: 50%;
  left: 1em;
}

.contact-address-url-btn {
  background-color: #fff;
  border-color: #707070;
  color: #707070;
}
.contact-address-url-btn:hover {
  background-color: #707070;
  color: #fff;
}
.contact-address-url-btn::after {
  content: "\f3c5";
}

.contact-tel-btn {
  background-color: #fff;
  border-color: #23985d;
  color: #23985d;
}
@media (min-width: 992px) {
  .contact-tel-btn {
    display: none;
  }
}
.contact-tel-btn:hover {
  background-color: #23985d;
  color: #fff;
}
.contact-tel-btn::after {
  content: "\f3cd";
}

.contact-mail-btn {
  background-color: #fff;
  border-color: #ed6b1f;
  color: #ed6b1f;
}
.contact-mail-btn:hover {
  background-color: #ed6b1f;
  color: #fff;
}
.contact-mail-btn::after {
  content: "\f0e0";
}

.category-contact-post {
  margin: 0 auto;
  max-width: 860px;
}

.content-contact-title-box {
  border-bottom: 1px solid #ed6b1f;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 2em 0 1em;
}
@media (min-width: 768px) {
  .content-contact-title-box {
    flex-direction: column;
    align-items: center;
  }
}

.content-contact-prefix {
  color: #ed6b1f;
  font-size: 14px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .content-contact-prefix {
    margin-bottom: 2em;
    order: 2;
  }
}
@media (min-width: 992px) {
  .content-contact-prefix::before {
    background: #707070;
    display: block;
    height: 1px;
    margin: 0 auto 5px;
    width: 28px;
  }
}

h2.content-contact-title {
  font-size: 2.5em;
  line-height: 1.5em;
  margin: 0;
}
@media (min-width: 768px) {
  h2.content-contact-title {
    margin-bottom: 0;
    order: 1;
  }
}

.contact-annotation-box {
  margin-bottom: 2em;
}

.contact-annotation {
  margin-bottom: 1em;
}

.contact-tel-img {
  margin-bottom: 3em;
}

.contact-policy-box {
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 5em;
  padding: 1em;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .contact-policy-box {
    padding: 1em 1.5em;
  }
}

/** search **/
.search .content .main {
  margin: 0 auto;
  max-width: 860px;
}
.search .entry-card-thumb {
  display: none;
}
.search .entry-card-wrap {
  border-bottom: 1px solid #eee;
  margin: 0;
}
.search .entry-card-content {
  padding: 0;
}
.search .entry-card-title {
  color: #707070;
  line-height: 2em;
  margin: 0;
  padding-left: 1em;
  position: relative;
  transition: all 0.5s;
}
.search .entry-card-title::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.search .entry-card-title:hover {
  color: #ed6b1f;
}
.search .type-news, .search .category-contact-post {
  display: block;
  max-width: initial;
}

.search-url {
  color: #ccc;
  font-size: 12px;
}

/** copyright **/
.copyright {
  color: #707070;
  font-size: 0.7em;
  margin: 0;
  padding: 0.5em 0;
  text-align: center;
}

/* footer */
#footer {
  background-color: #F7F3E8;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}
#footer .footer-in {
  width: auto;
}
@media (min-width: 768px) {
  #footer a:hover {
    background-color: inherit;
    text-decoration: underline;
  }
}

.cat-link {
  color: #aaa;
  transition: all 0.5s;
}
.cat-link:hover {
  color: #ed6b1f;
}

.toggle-box {
  display: none;
}
@media (min-width: 768px) {
  .toggle-box {
    display: block;
  }
  .toggle-box ul li {
    background-color: inherit;
  }
}

@media (min-width: 768px) {
  .footer-menu-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 860px;
    padding-top: 2em;
  }
}
@media (min-width: 768px) {
  .footer-menu-box .mb-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer-menu-box .pointer-e-none {
    pointer-events: auto;
  }
}

.footer-menu-left {
  border-top: 1px solid #6E4946;
}
@media (min-width: 768px) {
  .footer-menu-left {
    border-top: none;
    width: 23%;
  }
}

@media (min-width: 768px) {
  .footer-menu-center {
    width: 23%;
  }
}

@media (min-width: 768px) {
  .footer-menu-right {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .menu-group {
    margin-bottom: 2em;
  }
}

.group-head,
.group-body ul li {
  border-bottom: 1px solid #6E4946;
  color: #6E4946;
  font-weight: 700;
  margin-bottom: 1px;
  padding: 1em;
  position: relative;
  text-align: left;
}
.group-head::after,
.group-body ul li::after {
  color: #6E4946;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.group-head a,
.group-body ul li a {
  color: #6E4946 !important;
}

@media (min-width: 768px) {
  .group-head {
    padding: 0.5em 0;
  }
}
.group-head::after {
  content: "\f067";
}
@media (min-width: 768px) {
  .group-head::after {
    content: none;
  }
}
.group-head.no-child {
  display: block;
}
.group-head.no-child::after {
  content: "\f105";
}
@media (min-width: 768px) {
  .group-head.no-child::after {
    content: none;
  }
}
.group-head.active {
  background-color: #ede7da;
}
.group-head.active::after {
  content: "\f068";
}

.group-body ul li {
  padding-left: 2em;
}
@media (min-width: 768px) {
  .group-body ul li {
    border-bottom: none;
    font-size: 0.9em;
    font-weight: 400;
    padding: 0.25em 0;
  }
}
.group-body ul li::after {
  content: "\f105";
}
@media (min-width: 768px) {
  .group-body ul li::after {
    content: none;
  }
}
.group-body ul li a {
  display: block;
}

@media (min-width: 768px) {
  .footer-menu-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .footer-menu-right ul li {
    width: 50%;
  }
}

.footer-menu-bottom {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .footer-menu-bottom {
    border: 1px solid #F7F3f0;
    border-left: none;
    border-right: none;
    padding: 0.5em 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-menu-bottom .menu-group {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer-menu-bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .footer-menu-credit {
    width: 100%;
  }
}

.footer-site-logo-image {
  width: 100%;
}

.credit-group .contact-info {
  margin-bottom: 2em;
}
.credit-group .follow-me li a::after {
  border-radius: 0;
  color: #fff;
  margin-bottom: 1em;
}
.credit-group .follow-me li a[href*="facebook.com"]::after {
  background-color: #3b5998;
}
.credit-group .follow-me li a[href*="twitter.com"]::after {
  background-color: #000;
}

/* link */
.link-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 5em;
}
@media (min-width: 576px) {
  .link-box {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .link-box::after {
    content: "";
    display: block;
    width: 30%;
  }
}
.link-box > * {
  width: 100%;
}

h3.link-title {
  align-items: center;
  display: flex;
  font-size: 1.3em;
  margin-bottom: 1em;
}
h3.link-title::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  margin-left: 0.4em;
}

.link-item {
  margin-bottom: 5em;
}
@media (min-width: 576px) {
  .link-item {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .link-item {
    width: 30%;
  }
}

.link-img {
  overflow: hidden;
  transition: all 1s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
  border-radius: 8px;
}
.link-img:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
  opacity: 0.7;
}

.link-prefix {
  border-radius: 2px;
  color: #fff;
  display: inline;
  font-size: 0.7em;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em;
}

.link-title {
  color: #333;
  font-size: 1.2em;
  font-weight: 700;
}

.link-txt {
  color: #aaa;
  font-size: 0.9em;
}

.link-url {
  font-size: 0.8em;
}

.link-hp h3.link-title {
  color: #ed6b1f;
}
.link-hp .link-prefix, .link-hp h3.link-title::after {
  background: #ed6b1f;
}

.link-facebook h3.link-title {
  color: #3b5998;
}
.link-facebook .link-prefix, .link-facebook h3.link-title::after {
  background: #3b5998;
}

.link-youtube h3.link-title {
  color: #cd201f;
}
.link-youtube .link-prefix, .link-youtube h3.link-title::after {
  background: #cd201f;
}

.link-twitter h3.link-title {
  color: #000;
}
.link-twitter .link-prefix, .link-twitter h3.link-title::after {
  background: #000;
}

.link-other h3.link-title {
  color: #6E4946;
}
.link-other .link-prefix, .link-other h3.link-title::after {
  background: #6E4946;
}

/* closed-list */
#post-1519 {
  max-width: 860px;
  margin: 0 auto;
}

.closed-list-item {
  background-color: #f9f9f9;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1em 0;
  padding: 1em;
}
@media (min-width: 992px) {
  .closed-list-item {
    background-color: #fff;
    margin-bottom: 1em;
  }
  .closed-list-item:first-of-type {
    margin-top: 5em;
  }
}

.closed-list-prefix {
  border-bottom: 1px solid #ccc;
  font-size: 0.8em;
  padding: 0.25em 0.5em;
}

.closed-list-contents {
  display: flex;
  flex-direction: column;
  padding: 1em 0.25em;
}
@media (min-width: 992px) {
  .closed-list-contents {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 0.5em;
  }
}

@media (min-width: 992px) {
  .closed-list-branch {
    width: 100%;
  }
}

.closed-list-campany {
  font-size: 0.8em;
  margin-bottom: 0 !important;
}

.closed-list-name {
  font-weight: 700;
  margin-bottom: 0 !important;
}

.closed-list-info {
  color: #ed6b1f;
  font-weight: 700;
}
@media (min-width: 992px) {
  .closed-list-info {
    border-left: none;
    font-size: 1em;
    font-weight: 700;
    padding-left: 0;
    margin: 0;
  }
}

.closed-list-supplement {
  color: #707070;
  font-size: 0.9em;
  font-weight: 400;
}

.closed-list-contact {
  background-color: #ed6b1f;
  border-radius: 5px;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .closed-list-contact {
    font-size: 0.9em;
    margin-left: auto;
    padding: 0.5em 1em;
  }
}
.closed-list-contact:hover {
  color: #fff;
  transform: translateY(-0.5em);
}

/* museum */
.page-id-1548 .content .main {
  max-width: 860px;
  margin: 0 auto;
}

.museum-item-box {
  display: flex;
  flex-direction: column;
}

.museum-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .museum-item {
    justify-content: space-between;
  }
}

.museum-item-img {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .museum-item-img {
    width: 40%;
  }
}

@media (min-width: 768px) {
  .museum-item-txt {
    width: 55%;
  }
}

.museum-contact {
  margin-top: 5em;
}

/* ecocap */
.page-id-1571 .content .main {
  max-width: 860px;
  margin: 0 auto;
}

.ecocap-jcv-box {
  background-color: #f7f7f2;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 10em;
}

.ecocap-jcv-caption {
  font-weight: 700;
}

.ecocap-jcv-text {
  font-size: 0.8em;
  font-weight: 700;
}

.ecocap-flow-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10em;
}

.ecocap-flow-item {
  text-align: center;
  width: 50%;
}
@media (min-width: 768px) {
  .ecocap-flow-item {
    width: 25%;
  }
}

.ecocap-place-box {
  margin-bottom: 5em;
  padding: 0 1em;
}

h3.ecocap-title {
  background-color: #f7f7f2;
  border-left: 2px solid #ed6b1f;
  font-size: 1.2em;
  padding: 0.5em 0 0.5em 0.5em;
}

.ecocap-place-item {
  margin-bottom: 2em;
}

.ecocap-place-name {
  font-weight: 700;
  padding-left: 1em !important;
  position: relative;
}
.ecocap-place-name::after {
  content: "\f041";
  color: #ed6b1f;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.delivery-box {
  margin-bottom: 5em;
  padding: 1em;
}

.delivery-prefix {
  font-size: 0.8em;
}

.contact-method {
  background-color: #f7f7f2;
  border-radius: 10px;
  margin-bottom: 10em;
  padding: 1em;
  text-align: center;
}
.contact-method p {
  display: inline-block;
}

p.method-title {
  font-weight: 700;
  display: block;
}

.ecocap-donation-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .ecocap-donation-box {
    justify-content: flex-start;
  }
}

.ecocap-donation-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}
@media (min-width: 576px) {
  .ecocap-donation-item {
    flex-direction: column;
    width: 48%;
  }
}
@media (min-width: 768px) {
  .ecocap-donation-item {
    margin-right: 2%;
    width: 30%;
  }
}

.ecocap-img {
  margin-bottom: 0.5em;
  transition: all 1s;
  width: 35%;
}
@media (min-width: 576px) {
  .ecocap-img {
    width: 100%;
  }
}
.ecocap-img:hover {
  transform: translateY(-0.5em);
}

.ecocap-contents {
  width: 60%;
}
@media (min-width: 576px) {
  .ecocap-contents {
    padding-left: 1em;
    width: 100%;
  }
}

.ecocap-donation-times {
  font-size: 1.2em;
  font-weight: 700;
}

.ecocap-donation-pdf {
  padding-right: 1em;
  position: relative;
}
.ecocap-donation-pdf::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.contact-prefix {
  font-size: 0.7em;
  margin: 1em 0 3em;
}

/*** 404 ***/
.not-found {
  display: block;
  margin: 120px auto 0;
  max-width: 680px;
  width: 100%;
}

.widget-404-page {
  color: #aaa;
  text-align: center;
}

.title-404 {
  font-size: 2em;
  font-weight: 900;
  line-height: 1em;
  padding-top: 1em;
}

.error-code-404 {
  text-align: center;
}

.heading-404 {
  font-size: 2em;
  font-weight: 900;
  text-align: center;
  padding-top: 2em;
}

.btn-404 {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 50px;
  color: #aaa;
  display: inline-block;
  font-size: 1.2em;
  margin-top: 2em;
  padding: 0.5em 4em;
  position: relative;
  transition: all 0.5s;
}
.btn-404::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-404:hover {
  color: #fff;
  background-color: #aaa;
}

/* smartphone-menu */
.menu-close-button {
  background-color: #ed6b1f;
  color: white;
  height: 48px;
  margin-bottom: 1em;
  position: relative;
}
.menu-close-button::after {
  font-size: 16px;
  font-weight: 700;
  left: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#navi-menu-content > .navi-menu-close-button::after {
  content: "MENU";
}

#sidebar-menu-content > .sidebar-menu-close-button::after {
  content: "SIDE MENU";
}

.menu-close-button > span {
  display: block;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
}

.menu-content .menu-drawer {
  padding: 0 1em;
}

.menu-drawer > li {
  margin: 0;
}
.menu-drawer li {
  margin: 0.5em 0;
}
.menu-drawer a {
  border-bottom: 1px solid #ddd;
  line-height: 44px;
  padding: 0 2em;
  position: relative;
}
.menu-drawer a::after {
  position: absolute;
  content: "";
  top: 45%;
  left: 1em;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  height: 5px;
  width: 5px;
  transform: rotate(-45deg);
}

#slide-in-sidebar h3.custom-tag-title, #slide-in-sidebar h3.custom-recent-posts-title, #slide-in-sidebar h3.custom-monthly-archive-title {
  font-size: 1em;
  padding: 0.5em 0 0.5em 2em;
}
#slide-in-sidebar .cat-item {
  display: inline-flex;
}
#slide-in-sidebar .cat-item a {
  background-color: #eee;
  border-radius: 5px;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  padding: 0.25em 0.5em;
  position: static;
}
@media (min-width: 768px) {
  #slide-in-sidebar .cat-item a {
    font-size: 0.8em;
  }
}
#slide-in-sidebar .news-archive-item {
  width: 100%;
}

/* go-to-top */
.go-to-top {
  right: 1em;
  bottom: 1em;
}

.go-to-top-button {
  font-size: 1.3em;
  width: 50px;
  height: 50px;
  background-color: #ed6b1f;
  border-radius: 50%;
}
.go-to-top-button span {
  color: #fff;
}

/* page-loading */
#loading {
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}
#loading .loading-inner {
  border-radius: 8px;
  height: 64px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
}
#loading .loading-inner .spinner {
  display: flex;
  height: 32px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}
#loading .loading-inner .spinner > div {
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  background-color: #ED6B1F;
  display: inline-block;
  height: 100%;
  margin-right: 2px;
  width: 6px;
}
#loading .loading-inner .spinner .rect2 {
  animation-delay: -1.1s;
}
#loading .loading-inner .spinner .rect3 {
  animation-delay: -1s;
}
#loading .loading-inner .spinner .rect4 {
  animation-delay: -0.9s;
}
#loading .loading-inner .spinner .rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* contact-form-7 */
.must {
  background-color: #ff9393;
  border-radius: 3px;
  color: #fff;
  padding: 0.15em 0.3em;
}

.any {
  background-color: #93c9ff;
  border-radius: 3px;
  color: #fff;
  padding: 0.15em 0.3em;
}

.form-caption {
  font-size: 0.9em;
  font-weight: 600;
  margin-left: 1em;
}

.form-item {
  margin-bottom: 1em;
}
.form-item:last-child {
  margin-bottom: 0;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  border-color: red;
  height: auto;
  margin: 0 0 1em;
} */
/* .wpcf7 .wpcf7-not-valid {
	background: #ffcdd2;
} */
.wpcf7-not-valid-tip, .wpcf7-validation-errors {
  display: none !important;
}

/* .wpcf7-mail-sent-ok {
	background-color: #ED6B1F;
	border-color: #ED6B1F;
	border-radius: 4px;
	color: white;
	text-align: center;
} */
.wpcf7 .ajax-loader {
  display: none !important;
  margin: 1rem 0 !important;
}
.wpcf7 form.submitting .ajax-loader {
  display: block !important;
}

.wpcf7-response-output {
  margin: 1em 0;
  min-height: 54px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #23985d;
  color: #23985d;
  background-color: rgba(70, 180, 80, 0.05);
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  color: #f56e28;
  background-color: rgba(245, 110, 40, 0.05);
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea {
  border: 1px solid #ccc;
  margin: 4px 0;
  padding: 8px 12px;
}

.wpcf7 input[type=file] {
  width: 100%;
}

.wpcf7-form-control-wrap input::-moz-placeholder, .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #ccc;
  font-size: 0.9em;
}

.wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder {
  color: #ccc;
  font-size: 0.9em;
}

.grecaptcha-badge {
  height: 0 !important;
  position: static !important;
  visibility: hidden;
}

.recaptcha-p {
  color: #ccc;
  font-size: 0.7em;
  margin: 1em auto;
}
@media (min-width: 768px) {
  .recaptcha-p {
    text-align: center;
  }
}

.fa-file-o:before {
  content: "\f15b";
  font-weight: 400;
}

.mobile-menu-buttons {
  color: #333;
}
.mobile-menu-buttons label {
  display: block;
}

#popupbg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
#popupbg .content {
  background-color: #fff;
  border-radius: 5px;
  left: 50%;
  max-width: 560px;
  padding: 2em;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 11;
}
@media (min-width: 768px) {
  #popupbg .content {
    padding: 3em;
    width: 80%;
  }
}
#popupbg .content::after {
  border-radius: 15px;
  background: #FFF;
  cursor: pointer;
  content: "×";
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  margin: -15px -15px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 30px;
}
#popupbg .content h3 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  text-align: center;
}
#popupbg .content p {
  margin-bottom: 0.5em;
}
#popupbg .content .date-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}
#popupbg .content .date-box li {
  border-bottom: 1px dotted #cc3747;
  margin-top: 0.5em;
  width: 100%;
}
@media (min-width: 576px) {
  #popupbg .content .date-box li {
    width: 48%;
  }
}

/* print用 */
@media print {
  .wrap {
    width: auto;
  }
  #container .main, #container .content, #container .wrap {
    margin: 0 auto;
  }
  .no-print {
    display: none;
  }
  .full-width, .full-width-m {
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */