@charset "UTF-8";
/*------------------------------------------------------
settings
------------------------------------------------------*/
/*------------------------------------------------------
fonts
------------------------------------------------------*/
/*------------------------------------------------------
variables
------------------------------------------------------*/ /*------------------------------------------------------
mixin
------------------------------------------------------*/ /*------------------------------------------------------
Base
------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  color: #000;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
  background-color: white;
  overflow-x: hidden;
  word-break: break-all;
}

p {
  line-height: 1;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.container {
  max-width: 1227.2px;
  padding: 0 23.6px;
  margin: 0 auto;
}

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

/*------------------------------------------------------
共通・一般・モジュールの記述
------------------------------------------------------*/
#content {
  margin-bottom: 0 !important;
}

.post_content {
  margin-top: 30px !important;
}

.title {
  font-family: "Noto Serif JP";
  font-weight: bold;
  font-size: 36px;
  background-color: transparent !important;
  color: #2c2c2c !important;
  text-align: center;
}
.title::first-letter {
  color: #7b001c;
}
.title::before {
  content: none;
}

.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
  content: none;
}

.iframeWrapper {
  height: 350px;
}
@media screen and (max-width: 599px) {
  .iframeWrapper {
    height: 400px;
  }
}

.c-shareBtns {
  display: none;
}

.l-articleBottom__section {
  display: none;
}

.c-postTitle__date > .__y,
.__md {
  white-space: nowrap;
}

.header-img {
  position: relative;
}
.header-img_inner {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: top 33% left 50%;
}
.header-img_001 {
  background-image: url(../img/header-img_001.jpeg);
}
.header-img_002 {
  background-image: url(../img/header-img_002.jpeg);
}
.header-img_003 {
  background-image: url(../img/header-img_003.jpeg);
}
.header-img_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 36px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.page-id-293 .header-img_inner {
  background-position: top 82% left 50%;
}

/*ContactForm7カスタマイズ*/
.table.CF7_table {
  width: 80%;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
}

.table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}

/*入力欄*/
.CF7_table input,
.CF7_table textarea {
  border: 1px solid #d8d8d8;
}

.CF7_table ::-moz-placeholder {
  color: #797979;
}

.CF7_table ::placeholder {
  color: #797979;
}

/*「必須」文字*/
.CF7_req {
  font-size: 0.9em;
  padding: 5px;
  background: #8b0000; /*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/*「任意」文字*/
.CF7_unreq {
  font-size: 0.9em;
  padding: 5px;
  background: #bdbdbd; /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/* タイトル列 */
@media screen and (min-width: 599px) {
  .CF7_table th {
    width: 30%; /*横幅*/
    background-color: #ebedf5; /*ブルーグレー*/
  }
}
/* レスポンシブ */
@media screen and (max-width: 599px) {
  table.CF7_table {
    width: 100%;
  }
  .CF7_table tr,
.CF7_table td,
.CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
  .CF7_table th {
    background-color: #ebedf5;
  }
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: #8b0000; /* オレンジ*/
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  border-radius: 3px;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

textarea,
input {
  width: 100%;
}

.tbl-r05 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}

th {
  background: #7b001c;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}

td {
  border: solid 1px #ccc;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 80%;
  }
}
@media screen and (max-width: 640px) and (max-width: 599px) {
  .tbl-r05 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .tbl-r05 .thead {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .tbl-r05 tr {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .tbl-r05 td:first-child {
    background: #7b001c;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
.recommendation-item {
  margin: 20px 0;
}
.recommendation-item_text {
  color: #2c2c2c;
  padding-top: 5px;
  text-decoration: none;
}
.recommendation-item_img {
  border: solid 1px black;
}

.swiper {
  margin-bottom: 65px;
}

.swell-block-button {
  margin-bottom: 100px !important;
}

.swiper-text {
  color: #2c2c2c;
}

/*------------------------------------------------------
Main
------------------------------------------------------*/
/* header
======================================================*/
.about {
  position: relative;
}
.about-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 60%;
}
@media screen and (max-width: 599px) {
  .about-box {
    width: 90%;
    padding-bottom: 80px;
  }
}
.about-message {
  line-height: 1.5;
}

.feature-items {
  max-width: 1200px;
}
.feature-conntainer {
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .feature-conntainer {
    padding-bottom: 50px !important;
  }
}

body .swell-block-fullWide__inner:has(.feature-items) {
  display: flex;
  justify-content: center;
  margin-top: -170px !important;
}

.company-textbox {
  max-width: 85%;
  align-self: flex-start;
}
@media screen and (max-width: 599px) {
  .company-textbox {
    max-width: 100%;
  }
}
.company-textbox .swell-block-button {
  text-align: center;
}
.company-textbox_left {
  margin-left: auto;
}
.company-textbox > .wp-block-group__inner-container > p {
  line-height: 1.5;
}

.wp-block-media-text__content:has(.company-textbox) {
  align-self: flex-start;
  padding-top: 20px;
}

.l-footer__nav {
  justify-content: end;
}
@media screen and (max-width: 599px) {
  .l-footer__nav {
    justify-content: center;
  }
}

.infomation-title {
  border-top: double 4px #000 !important;
  border-bottom: double 4px #000 !important;
  padding: 20px 0 !important;
  margin-bottom: 0 !important;
}
.infomation-items .c-postTimes__posted {
  font-size: 16px;
  color: #2c2c2c;
}
.infomation-items .c-postTimes__posted::before {
  content: "";
}

.news-archive .c-postTimes__posted {
  font-size: 16px;
  color: #2c2c2c;
}
.news-archive .c-postTimes__posted::before {
  content: "";
}

.page-id-258 .c-pageTitle {
  display: none;
}

@media screen and (max-width: 599px) {
  .page-id-258 .title {
    margin-bottom: 30px !important;
  }
}
.page-id-258 .about-main .wp-block-media-text__content {
  background-color: #8b0000;
  height: 80%;
  padding: 20px;
  margin-top: -165px !important;
  margin-right: -100px;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .page-id-258 .about-main .wp-block-media-text__content {
    margin: auto !important;
  }
}
.page-id-258 .about-main .wp-block-media-text__content p {
  line-height: 1.5;
}

.about-main_bottom {
  background-color: #8b0000;
  margin-top: -105px;
  z-index: -1;
  padding-top: 120px !important;
  padding-bottom: 50px !important;
}

.page-id-293 .c-pageTitle {
  display: none;
}

.CF7_btn {
  margin-bottom: 80px;
}
/*# sourceMappingURL=mystyle.css.map */