@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*
01.全体
*/
/* 01-0.共通パーツ */
.l-content {
    margin-bottom: 1em;
    padding-top: 1em;
}

/* 01-1.ヘッダーエリア */
.header-inner-area {
  align-items:center;
  display: flex;
  margin: 0 auto;
  padding: 5px 0 0 0;
  max-width: 1092px;
  justify-content: flex-end;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .header-inner-area {
      margin: 0;
  }
}
.header-logo {
  padding-right: 20px;
}
.header-inner-area .header-logo-area {
  width: 360px!important;
}
.header-address {
  flex: 1;
  order: 2;
  font-size: 0.9em;
}
/* スマホでは非表示に */
@media screen and (max-width: 599px) {
  .header-address {
    display: none;
  }
}
.c-gnav > .menu-item > a .ttl {
  font-size: 18px;
}
.header-btn-tel a {
    padding: 10px 30px;
    background-image: linear-gradient(#35c2ff, #4578ff);
}
/* 01-2.フッターエリア */
.w-beforeFooter {
  margin: 3em auto 0;
}
.w-footer {
  align-items: center;
}
.footer-logo {
  width: 90%;
}
.footer-address {
  font-size: 0.8em;
}
.footer-area01 img {
  width: 400px;
}
.footer-address p{

}
.message-ttl ,
.message-note {
    font-family: "Noto Serif JP", serif;
}
.messaga-ttl-top {

}
.message-ttl-bottom {
    font-size: 2em;
    letter-spacing: 5px;
}
.message-note {
    font-size: 1.7em;
}
.follow-banner {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
}
.l-footer__foot {
    background-color: #fff;
}
.footer-area01 {
  flex: 2;
}
.footer-area02 {
  flex: 2;
}
/* 01-3.追従バナー */
.follow-banner a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  writing-mode: vertical-rl;
  color: #fff;
background-image: linear-gradient(#35c2ff, #4578ff);
font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1em 0.5em;
  border-radius: 10px 0 0 10px;
  transition: opacity 0.25s;
  text-decoration: none;
}
.follow-banner a:hover {
  opacity: 0.7;
}
.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}
/* スマホでは非表示に */
@media screen and (max-width: 599px) {
  .follow-banner {
    display: none;
  }
}
/* 01-4.フッター */
#footer {
  margin-top: 3em;
}

/*
02.トップページ
*/
.top #content {
  padding-top: 2em;
}
@media screen and (max-width: 599px) {
  .message-area {
    margin-bottom: 0;
  }
}
.ttl-main-message {
    font-family: "Noto Serif JP", serif;
    font-size: 2em;
    letter-spacing: 5px;
}
@media screen and (max-width: 599px) {
  .ttl-main-message {
    font-size: 1.5em;
    letter-spacing: 2px;
  }
}
.text-message {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .text-message {
    font-size: 0.8em!important;
  }
}
@media screen and (max-width: 599px) {
  .message-ttl-bottom {
    font-size: 1.5em;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 599px) {
  .area-gyoumu p {
    text-align: center;
  }
}
/*
03.業務内容
*/
.merit-list .is-style-num_circle li::before {
    background-color:#F46E6E;
    box-shadow: 0 0 0 1px #F46E6E;
}

/*
00.お問い合わせ
*/
.page-id-370 .post_content {
  margin-top: 1em;
}
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}
