@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  color: #000;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}

p {
  margin: 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }
}

p + .caution {
  margin-top: 8px;
}

.main {
  overflow: hidden;
}

.container {
  max-width: 779px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 40px);
  }
}

.heading-l {
  color: #2B2B2B;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .heading-l {
    font-size: 27px;
    letter-spacing: 1.35px;
  }
}
.heading-m {
  color: #2B2B2B;
  font-size: 29px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.45px;
}
@media screen and (max-width: 767px) {
  .heading-m {
    font-size: 22px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1.1px;
  }
}
.heading-m-sub {
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
}

p + img {
  margin-top: 30px;
}

.t_center {
  text-align: center;
}

.caution {
  padding-left: 1em;
  position: relative;
}
.caution::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

p {
  color: #2B2B2B;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  html.menu-open .header-nav {
    display: block !important;
  }
}

html.menu-open {
  width: 100%;
  height: 100vh;
}

/* =======================================- */
/* ▼▼　ヘッダー
/* =======================================- */
.header {
  width: 100%;
  background: rgba(57, 57, 57, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  z-index: 10;
  /* 開くとき（× になる） */
}
@media screen and (max-width: 767px) {
  .header::after {
    content: "";
    position: absolute;
    display: block;
    top: 57px;
    left: 0;
    width: calc(100% - 4px);
    height: 1px;
    background: #D0D0D0;
    z-index: 10;
  }
}
.header-inner {
  margin: 0 43px;
}
@media screen and (max-width: 767px) {
  .header-inner {
    margin-left: 27px;
  }
}
.header-layout1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .header-layout1 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
.header-logo {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header-logo {
    line-height: 150%;
  }
}
.header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 1030px) {
  .header-nav .nav-list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .header-nav .nav-item {
    width: 100%;
  }
}
.header-nav .nav-link {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.75px;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#988525), to(#988525));
  background-image: linear-gradient(#988525, #988525);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .header-nav .nav-link {
    color: #333;
    display: block;
    padding: 20px 32px;
    border-bottom: 1px #D0D0D0 solid;
    position: relative;
  }
  .header-nav .nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    width: 4px;
    height: 4px;
    border: solid #988525;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    display: block;
  }
}
.header-nav .nav-link:hover {
  color: #988525;
  background-position: bottom left;
  background-size: 100% 1px;
}
.header-nav .nav-inquiry a {
  border-radius: 2px;
  background: #988525;
  padding: 16px 46px;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.75px;
  text-decoration: none;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .header-nav .nav-inquiry a {
    margin: 67px auto;
    max-width: 295px;
    width: 100%;
    padding: 16px 46px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.9px;
    border-radius: 4px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .header-nav .nav-inquiry {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #E5E1D7;
    overflow-y: auto;
    padding-top: 57px;
    z-index: 9;
  }
}
.header-btn {
  display: none;
}
.header-btn-icon {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  display: block;
  background: #988525;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header-btn {
    position: absolute;
    top: 17.5px;
    right: 21px;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    z-index: 11;
  }
}
.header .header-btn-top,
.header .header-btn-middle,
.header .header-btn-bottom {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.header .header-btn.js-open .header-btn-top {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.header .header-btn.js-open .header-btn-middle {
  opacity: 0;
}
.header .header-btn.js-open .header-btn-bottom {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

/* =======================================- */
/* ▼▼　footer
/* =======================================- */
.footer {
  background: #F4F4F4;
  padding: 23px 0 25px;
  text-align: center;
  position: relative;
}
.footer-text-l {
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .footer-text-l {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.7px;
  }
}
.footer-text-m {
  color: #2B2B2B;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .footer-text-m {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.7px;
  }
}
.footer .copyright {
  color: #2B2B2B;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.6px;
  }
}
.footer-page-top-pc {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 25px;
  width: 77px;
  height: 77px;
  border: 1px solid #fff;
  background: #8A7A2A;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  cursor: pointer;
  display: block;
}
.footer-page-top-pc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 36px;
  height: 16.875px;
  background: url(/template2/wp/wp-content/themes/ec-shinbun-tmp2/assets/img/common/triangle.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer-page-top-pc {
    display: none;
  }
}
.footer .footer-page-top-pc.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.footer-page-top-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-page-top-sp {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 13px;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    background: #8A7A2A;
    display: block;
    cursor: pointer;
  }
  .footer-page-top-sp::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 16.831px;
    height: 7.89px;
    background: url(/template2/wp/wp-content/themes/ec-shinbun-tmp2/assets/img/common/triangle.png) no-repeat center;
    background-size: cover;
  }
}

/* =======================================- */
/* ▼▼　コンテンツエリア
/* =======================================- */
.container {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 40px);
  }
}

/* =======================================- */
/* ▼▼　Contact Form 7　用のcss
/* =======================================- */
.wpcf7 .screen-reader-response ul,
.wpcf7 .wpcf7-response-output {
  display: none;
}
.wpcf7 .form-input.wpcf7-not-valid {
  border: 2px solid #E94B30;
}
.wpcf7 .form-input.wpcf7-not-valid .wpcf7-not-valid-tip {
  color: #E94B30;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.8em;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 .form-checkbox .wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid {
  display: block;
}

#autozip {
  display: none !important;
}

.form {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .form {
    margin-top: 32.5px;
  }
}
.form-label {
  margin-bottom: 8px;
}
.form-labelText {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.8px;
  padding-right: 65px;
}
.form-any {
  position: relative;
}
.form-any::after {
  content: "任意";
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #717171;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.7px;
  font-weight: 500;
}
.form-required {
  position: relative;
}
.form-required::after {
  content: "必須";
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E36F0F;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.7px;
  font-weight: 500;
}
.form-item {
  margin-top: 24px;
}
.form-item .form-input {
  width: 100%;
  height: 56px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #BAB7B7;
  font-size: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 425px) {
  .form-item .form-input {
    max-width: 100%;
  }
}
.form-item .form-inquiry {
  height: 235px;
}
.form-item .form-textarea {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .form-item:nth-child(1) .form-label {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .form-item:nth-child(2) {
    margin-top: 40px;
  }
}
.form-checkbox {
  font-size: 16px;
  margin-top: 33px;
}
.form-checkbox a {
  color: #fff;
}
.form-checkbox .form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-checkbox-border {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.8px;
}
.form-checkbox-border:hover {
  text-decoration: none;
}
.form-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  border-radius: 2px;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
  background: #fff;
}
.form-checkbox input[type=checkbox]:checked {
  background-color: #fff;
  border-color: #666;
}
.form-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 11px;
  border: solid #D9534F;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}
.form-submit button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 249px;
  margin: 56px auto 0;
  padding: 16px 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #243577;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  cursor: pointer;
}
.form-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.6px;
  margin-top: 6px;
}
.form-text span {
  color: #E36F0F;
}
@media screen and (max-width: 767px) {
  .form-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-radio .form-radio-item {
  margin-bottom: 15px;
}
.form-radio .form-radio-item input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-radio .form-radio-item .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
}
.form-radio .form-radio-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #D0D0D0;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: 1;
}
.form-radio .form-radio-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #E36F0F;
  display: none;
  z-index: 2;
}
.form-radio .form-radio-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #fff;
}
.form-radio .form-radio-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  display: block !important;
}
.form-radio .form-radio-item:last-child {
  margin-bottom: 0;
}
.form-scroll {
  width: 100%;
  height: 187px;
  border-radius: 4px;
  background: #fff;
  border: 2px solid #CCC;
  padding: 24px 32px;
  overflow-y: auto;
  border-radius: 4px;
  margin-top: 23px;
}
.form-scroll p {
  color: #2B2B2B !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}
.form-scroll p + h4 {
  margin-top: 12px;
}
.form-scroll ul {
  list-style: none;
  margin: 8px 0;
}
.form-scroll ul li {
  color: #2B2B2B !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .form-scroll {
    padding: 16px;
  }
}
.form-scroll h4 {
  color: #2B2B2B !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
  margin-bottom: 4px;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 20px;
  height: 235px !important;
}

.form-radio, .form-radio-item, .wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-list-item {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    width: 100%;
  }
}
.wpcf7-list-item input {
  margin-top: -4px;
  margin-bottom: 0;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}

.btn {
  border-radius: 4px;
  background: #B68B2C;
  padding: 20px 39px;
  max-width: 342px;
  width: 100%;
  margin: 110px auto 0;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 295px;
    padding: 16px;
  }
}

.btn, .header-nav .nav-inquiry a, .features-btn::after, .flow-box-template-item::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover, .header-nav .nav-inquiry a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn:active, .header-nav .nav-inquiry a:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.features-btn:hover::after {
  right: 46px;
}

@media screen and (max-width: 767px) {
  .features-btn:hover::after {
    right: 14.5px;
  }
}
.flow-box-template-item:hover::after {
  right: 47px;
}

@media screen and (max-width: 767px) {
  .flow-box-template-item:hover::after {
    right: 10px;
  }
}
.table {
  width: 100%;
  margin-top: 32px;
}
.table-head {
  background: #E6EAFF;
  padding: 16px 32px;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.8px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table-head {
    white-space: nowrap;
  }
}
.table-cell {
  border-bottom: 1px solid #D0D0D0;
  padding: 16px 32px;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}
.table-head, .table-cell {
  border: 1px solid #D0D0D0;
  vertical-align: middle;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .table-head, .table-cell {
    padding: 8px 24px;
  }
}
.table .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.table-row {
  width: 100%;
  margin-bottom: 31px;
}
.table-row-head {
  padding: 0 0 24px 48px;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.8px;
  text-align: left;
}
.table-row-cell {
  padding: 0 48px 24px 27px;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}
.table-row-head, .table-row-cell {
  border-bottom: 1px solid #D0D0D0;
  vertical-align: middle;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .table-row tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-row-head {
    border-bottom: none;
    padding: 0 0 5px 0;
  }
  .table-row-cell {
    padding: 0 0 18px 0;
  }
}

.box {
  padding: 56px 48px;
  background: #fff;
}
.box-shadow {
  background: #FFF;
  padding: 40px 80px;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(186, 183, 183, 0.12);
          box-shadow: 3px 3px 4px 0 rgba(186, 183, 183, 0.12);
}
.box-shadow + .box-shadow {
  margin-top: 32px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
.row1_2 .col:first-child {
  max-width: 372px;
}
.row1_2 .col:last-child {
  max-width: 640px;
}
.row1_2-circle {
  gap: 100px;
}
.row1_2-circle .col:first-child {
  width: 197px;
  max-width: 197px;
  max-height: 197px;
  border-radius: 50%;
  overflow: hidden;
}
.row1_2-circle .col:last-child {
  width: 640px;
}
@media screen and (max-width: 767px) {
  .row1_2-circle .col:last-child {
    width: 100%;
  }
}
.row-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.row-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/* =======================================- */
/* ▼▼▼　メインビジュアル
/* =======================================- */
.mainvisual {
  position: relative;
  width: 100%;
  max-height: 587px;
  height: 100vh;
  overflow: hidden;
  background: url(/template2/wp/wp-content/themes/ec-shinbun-tmp2/assets/img/common/mainvisual.jpg) lightgray 50%/cover no-repeat;
  background-size: cover;
}
.mainvisual::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    max-height: 717px;
    background-position: -500px;
  }
}
.mainvisual-box {
  position: absolute;
  top: 199px;
  z-index: 2;
  margin-left: 52px;
}
@media screen and (max-width: 767px) {
  .mainvisual-box {
    top: auto;
    bottom: 72px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
    width: calc(100% - 80px);
  }
}
.mainvisual-heading {
  color: #FFF;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  font-family: "Sawarabi Gothic";
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1.8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .mainvisual-heading {
    font-size: 19px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.95px;
  }
}
.mainvisual-text {
  color: #FFF;
  font-family: "Sawarabi Gothic";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .mainvisual-text {
    font-size: 19px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.95px;
  }
}
.mainvisual .btn {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.9px;
  padding: 18px 56px 18px 101px;
  border-radius: 4px;
  background: #B68B2C;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mainvisual .btn {
    padding: 16px 40px 16px 73px;
  }
}
.mainvisual .btn::before {
  content: "";
  position: absolute;
  left: 56px;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(/template2/wp/wp-content/themes/ec-shinbun-tmp2/assets/img/common/mail.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .mainvisual .btn::before {
    left: 40px;
  }
}
.mainvisual-img {
  max-width: 1063px;
  width: 100%;
  max-height: 477px;
  height: 100%;
  position: absolute;
  top: 87px;
  right: -132px;
}
.mainvisual-img img {
  border-radius: 8px;
  max-height: 477px;
  height: 100%;
}
@media screen and (min-width: 1441px) {
  .mainvisual-img img {
    max-height: none;
    height: auto;
  }
}
@media screen and (min-width: 1441px) {
  .mainvisual-img {
    max-width: 1100px;
    max-height: none;
    right: -44vw;
    position: relative;
  }
}
@media screen and (max-width: 1300px) {
  .mainvisual-img {
    right: -270px;
  }
}
@media screen and (max-width: 1100px) {
  .mainvisual-img {
    right: -330px;
    width: auto;
  }
}
@media screen and (max-width: 930px) {
  .mainvisual-img {
    right: -400px;
  }
}
@media screen and (max-width: 850px) {
  .mainvisual-img {
    right: -470px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img {
    min-width: 337.345px;
    max-width: 550px;
    max-height: 230px;
    padding-left: 10vw;
    width: 100%;
    height: auto;
    position: absolute;
    top: 72.33px;
    right: 4px;
  }
  .mainvisual-img img {
    height: auto;
    border-radius: 8px;
  }
}

.section-1 {
  padding: 128px 0 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .section-1 {
    padding: 221px 0 0;
  }
}
.section-1 .container {
  max-width: 1437px;
  padding: 0 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .section-1 .container {
    padding: 0;
  }
}
.section-1 .img {
  position: absolute;
  top: -48px;
  left: -580px;
  max-width: 618px;
}
@media screen and (max-width: 767px) {
  .section-1 .img {
    top: -178px;
    left: -22px;
    max-width: 343px;
  }
}
.section-1 .text-box {
  padding: 32px 87px 40px 127px;
  border-radius: 2px;
  border: 2px solid #988525;
  max-width: 790px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-1 .text-box {
    padding: 64px 20px 40px;
  }
}
.section-1 .text-box .heading-l {
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .section-1 .text-box .heading-l {
    padding: 0;
    color: #2B2B2B;
    font-size: 27px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.35px;
  }
}
.section-1 .text-box .heading-m {
  color: #2B2B2B;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .section-1 .text-box .heading-m {
    color: #313C5B;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1px;
  }
}
.section-1 .text-box .heading-m-sub {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .section-1 .text-box .heading-m-sub {
    color: #2B2B2B;
    font-size: 20px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 1px;
  }
}
.section-1 p + p {
  margin-top: 16px;
}
.section-1 .heading-m-sub + p {
  margin: 0;
}

.section-2 {
  padding: 132px 0 104px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .section-2 {
    padding: 185px 0 56px;
  }
}
.section-2 .container {
  max-width: 1437px;
  padding: 0 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .section-2 .container {
    padding: 0;
  }
}
.section-2 .img {
  position: absolute;
  top: -30px;
  right: -578px;
  max-width: 618px;
}
@media screen and (max-width: 767px) {
  .section-2 .img {
    top: -147px;
    right: -22px;
    max-width: 343px;
  }
}
.section-2 .text-box {
  width: 100%;
  padding: 32px 127px 40px 85px;
  border-radius: 2px;
  border: 2px solid #988525;
  max-width: 790px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-2 .text-box {
    padding: 90px 20px 40px;
  }
}
.section-2 .text-box .heading-l {
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .section-2 .text-box .heading-l {
    padding: 0;
    color: #2B2B2B;
    font-size: 27px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.35px;
  }
}
.section-2 .text-box .heading-m {
  margin-bottom: 8px;
}
.section-2 .text-box .heading-m-sub {
  margin-bottom: 4px;
}
.section-2 .text-box .table-row-head {
  width: 171px;
  padding: 16px 8px;
  border-bottom: 1px solid #777;
}
@media screen and (max-width: 767px) {
  .section-2 .text-box .table-row-head {
    width: 93px;
    padding: 0 18px 0 0;
    vertical-align: top;
  }
}
.section-2 .text-box .table-row-cell {
  padding: 16px 8px;
}
@media screen and (max-width: 767px) {
  .section-2 .text-box .table-row-cell {
    padding: 0 0 16px 0;
  }
}
.section-2 .text-box .table-row {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section-2 .text-box .table-row tr {
    display: table;
    width: 100%;
  }
}
.section-2 .text-box .table-row tr:not(:first-child) .table-row-head {
  padding-top: 16px;
}
.section-2 .text-box .table-row tr:not(:first-child) .table-row-cell {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .section-2 .btn {
    margin-top: 40px;
    padding: 16px;
    white-space: nowrap;
  }
}

.map {
  padding-bottom: 98.44px;
}
.map .iframe iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .map .iframe {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-bottom: 51.6%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: #000;
  }
  .map .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
}

.section-3 {
  padding: 80px 0 64px;
  background: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .section-3 {
    padding: 40px 0;
  }
}
.section-3 .container {
  max-width: 1440px;
  padding-right: 88px;
}
@media screen and (max-width: 767px) {
  .section-3 .container {
    padding-right: 0;
  }
}
.section-3 .row {
  margin-top: 58px;
  gap: 128px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .section-3 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    gap: 32px;
  }
}
.section-3 .col {
  width: 100%;
}
.section-3 .img {
  max-width: 558px;
}
.section-3 .table-row-head {
  width: 171px;
  padding: 16px 8px;
  border-bottom: 1px solid #777;
}
@media screen and (max-width: 767px) {
  .section-3 .table-row-head {
    border-bottom: none;
    padding: 0 0 5px 0;
  }
}
.section-3 .table-row-cell {
  padding: 16px 8px;
}
@media screen and (max-width: 767px) {
  .section-3 .table-row-cell {
    padding: 0 0 18px 0 !important;
  }
}
.section-3 .table-row {
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .section-3 .table-row tr {
    display: table;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-3 .table-row tr:not(:first-child) .table-row-head {
  padding-top: 16px;
}
.section-3 .table-row tr:not(:first-child) .table-row-cell {
  padding-top: 16px;
}
.section-3 .heading-m {
  color: #2B2B2B;
  font-size: 29px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.45px;
  margin-top: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .section-3 .heading-m {
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 1.1px;
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.section-3 .btn {
  margin-top: 56px;
}

.section-4 {
  padding: 64px 0 80px;
  background: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .section-4 {
    padding: 0 0 40px;
  }
}
.section-4 .container {
  max-width: 1151px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .section-4 .container {
    padding: 0;
  }
}
.section-4 .heading-m {
  color: #2B2B2B;
  font-size: 29px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.45px;
  margin-bottom: 32px;
}
.section-4 .row {
  padding: 40px;
  background: #fff;
  border: 1px #988525 solid;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .section-4 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 16px;
    gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-4 .row .col {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section-4 .row .col:first-child {
  max-width: 394px;
}
.section-4 .row .col:last-child {
  max-width: 573px;
}
.section-4 .row .heading-s {
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .section-4 .row .heading-s {
    color: #313C5B;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1px;
  }
}
.section-4 .row .heading-s-sub {
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .section-4 .row .heading-s-sub {
    color: #2B2B2B;
    font-size: 20px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 1px;
  }
}
.section-4 p + p {
  margin-top: 16px;
}
.section-4 .row + .row {
  margin-top: 40px;
}

.section-5 {
  padding: 0 0 104px;
  background: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .section-5 {
    padding: 0 0 40px;
  }
}
.section-5 .check-list {
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
}
.section-5 .check-list li {
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
  position: relative;
}
.section-5 .check-list li::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 1px;
  border: 1px solid #9B9B9B;
}
.section-5 .check-list li::after {
  content: "";
  position: absolute;
  top: 33%;
  left: -28px;
  width: 5px;
  height: 17px;
  border: solid #E36F0F;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  display: block;
}
.section-5 .btn {
  margin-top: 56px;
}

.reception {
  padding: 0 0 80px;
  background: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .reception {
    padding: 0 0 40px;
  }
}
.reception .container {
  max-width: 1136px;
  padding: 0 20px;
  border-radius: 8px;
  background: #ECECE9;
}
@media screen and (max-width: 767px) {
  .reception .container {
    padding: 0;
  }
}
.reception .heading-l {
  color: #2B2B2B;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.7px;
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .reception .heading-l {
    font-size: 27px;
    letter-spacing: 1.35px;
    padding-top: 40px;
  }
}
.reception .heading-m {
  color: #2B2B2B;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.1px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .reception .heading-m {
    font-size: 22px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1.1px;
  }
}
.reception .heading-s {
  color: #2B2B2B;
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .reception .heading-s {
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 1.1px;
    margin-bottom: 0;
  }
}
.reception-area {
  border: 1px solid #2B2B2B;
  background: #FFF;
  padding: 24px 0;
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .reception-area {
    margin-bottom: 32px;
  }
}
.reception-box {
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(186, 183, 183, 0.12);
          box-shadow: 3px 3px 4px 0 rgba(186, 183, 183, 0.12);
  margin-top: 32px;
  padding: 0 157px 56px;
}
@media screen and (max-width: 767px) {
  .reception-box {
    padding: 0 16px 40px;
    margin-top: 32.5px;
  }
}
.reception-box .row {
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .reception-box .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reception-box .row-between {
    gap: 4px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.reception-box .list {
  padding: 0 32px;
  border-radius: 2px;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .reception-box .list {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.reception-box .list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
  padding-left: 22px;
  position: relative;
}
.reception-box .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8A7A2A;
}
.reception-box .row-start .heading-s {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .reception-box .row-start .heading-s {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .reception-box .row-between + .row-between {
    gap: 0;
  }
}
.reception-box .btn {
  margin-top: 0;
  max-width: none;
  padding: 16px 56px 16px 97px;
}
.reception-box .btn span {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px;
  position: relative;
}
.reception-box .btn span::before {
  content: "";
  position: absolute;
  left: -41px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(/template2/wp/wp-content/themes/ec-shinbun-tmp2/assets/img/common/mail.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .reception-box .btn {
    margin-top: 15px;
    padding: 16px 23.5px 16px 64.5px;
  }
  .reception-box .btn span {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.reception-box .row + .row {
  margin-top: 40px;
}
@media screen and (max-width: 1060px) {
  .reception-box .row + .row {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 767px) {
  .reception-box .row + .row {
    margin-top: 32px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.reception-tel {
  color: #313C5B;
  text-align: center;
  font-family: Roboto;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reception-tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 40px;
    font-family: Roboto;
    font-size: 30px;
    letter-spacing: 0.6px;
  }
}
.reception-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -82px;
  width: 66.176px;
  height: 66.206px;
  background: url(/template2/wp/wp-content/themes/ec-shinbun-tmp2/assets/img/common/tel.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .reception-tel::before {
    left: 0;
    width: 40px;
    height: 40.036px;
  }
}
.reception-time {
  color: #2B2B2B;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .reception-time {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.8px;
  }
}
.reception-name {
  color: #2B2B2B;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 767px) {
  .reception-name {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.7px;
    margin-top: 2px;
  }
}

.contact {
  padding: 80px 0 104px;
  background: #1F4A4A;
  color: #fff;
}
.contact .container {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .contact .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 0 48px;
  }
}
.contact .container {
  max-width: 777px;
}
.contact .heading-l + p {
  margin-top: 32px;
}
.contact .heading-l {
  color: #fff;
}
.contact p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .contact p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.9px;
  }
}
.contact .form-text {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.6px;
  margin-top: 6px;
}
.contact .caution {
  font-size: 16px;
}
.contact .btn {
  margin-top: 56px;
  background: none;
  border-radius: 4px;
  border: 1px solid #FFF;
  cursor: pointer;
  width: 100%;
  padding: 16px 56px 16px 56px;
}
@media screen and (max-width: 767px) {
  .contact .btn {
    margin-top: 32px;
  }
}
.contact .btn:hover {
  background: #4E6D6D;
}
.contact-confirm .form-confirm {
  background-color: #fff;
  border-radius: 4px;
  padding: 32px 40px 56px;
  border-radius: 4px;
  border: 1px solid #46537B;
  margin-top: 32px;
}
.contact-confirm .table {
  width: 100%;
  margin-top: 0;
}
.contact-confirm .table tr {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #BAB7B7;
}
.contact-confirm .table tr + tr {
  margin-top: 32px;
}
.contact-confirm .table td.table-cell {
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.8px;
  display: block;
  color: #2B2B2B;
  padding-left: 53px;
  padding-bottom: 4px;
}
.contact-confirm .table .table-head {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  background: none;
}
.contact-confirm .table .table-head span {
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.8px;
  text-align: left;
  display: block;
  color: #969696;
  padding-left: 53px;
}
.contact-confirm .table .table-head, .contact-confirm .table .table-cell {
  border: none;
  padding: 0;
}
.contact-confirm tr {
  position: relative;
}
.contact-confirm .form-required::after {
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-confirm .heading-l {
  line-height: 100%;
  font-weight: 500;
}
.contact-confirm .heading-sub {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.8px;
}
.contact-confirm .btn {
  padding: 18px 56px 18px 56px;
}
.contact-confirm .wpcf7-spinner {
  display: none;
}
.contact-confirm .back-btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.7px;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  color: #fff;
  background-color: initial;
  border: none;
  padding: 0 0 0 24px;
  margin: 17px auto 0;
}
.contact-confirm .back-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/template2/wp/wp-content/themes/ec-shinbun-tmp2/assets/img/common/btn-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
}
.contact-confirm .back-btn:hover {
  color: #E36F0F;
}
.contact-confirm .disc {
  position: relative;
  margin-bottom: 58px !important;
}
.contact-confirm .disc .span-disc {
  position: absolute;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.6px;
  bottom: -23px;
  padding-left: 12px;
}
.contact-confirm .disc .span-disc::before {
  content: "*";
  position: absolute;
  color: #E94B30;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.6px;
  top: 70%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-tanks .container {
  max-width: 761px;
}
.contact-tanks .heading-l {
  color: #fff;
  margin-bottom: 41px;
}
.contact-tanks .heading-s {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  color: #fff;
  padding-bottom: 16px;
  margin-top: 40px;
}
.contact-tanks .heading-s + p {
  padding-left: 20px;
}
.contact-tanks .heading-l + .heading-s {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.contact-tanks .heading-l + .heading-s + p {
  padding-left: 0;
}
.contact-tanks p + .btn {
  margin-top: 56px;
}

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

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