@charset "UTF-8";
/*
Theme Name: FieldJapan
Version: 1.0
Author: FieldJapan
*/
html {
  background-color: #fff;
  color: #727171;
  font-family: "小塚ゴシック Pr6N", sans-serif;
  font-weight: bold;
  line-height: 1.8;
}

.serif {
  font-family: "筑紫明朝 Pro", serif;
}

img {
  width: 100%;
}

.header {
  background-color: #fff;
  height: 56px;
  line-height: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header-inner {
  display: flex;
  align-items: center;
}
.header-logo {
  color: #fff;
  flex-shrink: 0;
  margin: 6px auto 0 8px;
  width: 188px;
}
.header-tel {
  flex-shrink: 0;
  width: 86px;
}
.header-button {
  display: flex;
}
.header-button div {
  margin: 0 8px;
}
.header-button div a {
  background-color: #ff0;
  border-radius: 999px;
  color: #000;
  display: block;
  font-size: 10px;
  padding: 8px 16px;
}
.header-button:hover {
  opacity: 0.8;
}
.header-nav-pc {
  display: none;
}

.header.header-mod {
  background-color: rgba(255, 255, 255, 0.8);
}
.header.header-mod p {
  color: #000;
}
.header.header-mod .menu-button span {
  background-color: #000;
}
.header.header-mod .menu-button span::before, .header.header-mod .menu-button span::after {
  background-color: #000;
}

.menu {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.1s linear;
  visibility: hidden;
  width: 100vw;
}
.menu-inner {
  max-width: 400px;
  padding: 24px 24px 8px;
  width: 88%;
}
.menu-inner ul {
  text-align: center;
}
.menu-inner ul li {
  margin: 0 0 8px;
}
.menu-inner ul li a {
  display: inline-block;
  font-weight: 700;
  padding: 8px 16px;
}
.menu-logo {
  margin: 0 auto 40px;
  width: 200px;
}
.menu-list ul li {
  margin: 0 0 24px;
}
.menu.is-active {
  opacity: 1;
  visibility: visible;
}
.menu-button {
  z-index: 11;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  position: relative;
  top: 0;
  right: 0;
}
.menu-button span {
  background-color: #727171;
  height: 1px;
  width: 24px;
  position: absolute;
  transition: all 0.3s linear;
}
.menu-button span::before {
  content: "";
  background-color: #727171;
  height: 1px;
  width: 24px;
  position: absolute;
  top: -8px;
  transition: all 0.3s linear;
}
.menu-button span::after {
  content: "";
  background-color: #727171;
  height: 1px;
  width: 24px;
  position: absolute;
  top: 8px;
  transition: all 0.3s linear;
}
.menu-button.is-close span {
  background-color: #fff;
}
.menu-button.is-close span::before {
  top: 0px;
  transform: rotate(45deg);
}
.menu-button.is-close span::after {
  top: 0px;
  transform: rotate(-45deg);
}

.inner {
  padding: 40px 24px;
}

main {
  padding-top: 56px;
}

.mv {
  background-image: url("../img/top/mv.jpg");
  background-size: cover;
  background-position: center;
  height: calc(100vh - 56px);
  position: relative;
  text-align: center;
}
.mv-text {
  color: #231815;
  font-feature-settings: "palt";
  line-height: 2.2;
  margin: 0 0 24px;
  padding: 20vh 0 0;
}
.mv-text span {
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
}
.mv-caption {
  border: 1px solid #231815;
  border-radius: 999px;
  color: #231815;
  display: inline-block;
  padding: 8px 16px;
}
.mv-name {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-inline: auto;
  padding: 0 0 4px;
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  width: 280px;
}
.mv-name-bottom {
  font-size: 26px;
}

.top-contact a {
  display: block;
  margin-inline: auto;
  max-width: 408px;
}

.top-problem .inner {
  padding: 0 24px;
}
.top-problem-title {
  background-color: #fff;
  border: 4px solid #9FA0A0;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 16px 0;
  text-align: center;
}
.top-problem-wrap {
  border-bottom: 1px solid #9FA0A0;
  padding: 40px 0;
}
.top-problem-wrap:last-child {
  border-bottom: none;
}
.top-problem-image {
  margin: 0 0 40px;
}
.top-problem-image:last-child {
  margin: 0;
}
.top-problem-line {
  display: none;
}

.top-point {
  text-align: center;
}
.top-point .inner {
  padding: 0 24px;
}
.top-point-title {
  display: inline-block;
  font-size: 1.25rem;
  padding: 8px 32px 0;
  position: relative;
}
.top-point-title::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 60%;
  background: #9FA0A0;
  border-radius: 3px;
  transform: rotate(-45deg);
}
.top-point-title::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 60%;
  background: #9FA0A0;
  border-radius: 3px;
  transform: rotate(45deg);
}
.top-point-title p {
  margin: 0 0 24px;
}
.top-point-inner {
  border-top: 4px solid #9FA0A0;
  border-bottom: 4px solid #9FA0A0;
  margin: 0 0 40px;
  padding: 24px 0;
}
.top-point-description {
  font-size: 1.5rem;
  margin: 0 0 24px;
}
.top-point-description span {
  display: inline-block;
}
.top-point-image {
  margin: 0 auto 24px;
  width: 264px;
}
.top-point-image:last-child {
  margin-bottom: 0;
}
.top-point-caption {
  margin: 0 0 40px;
}
.top-point-04-pc {
  display: none;
}

.top-body .inner {
  padding: 40px 24px 0;
}
.top-body-bg {
  margin-top: 24px;
}
.top-body-title {
  background-color: #fff;
  border: 4px solid #9FA0A0;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
  margin: -16px auto 0;
  padding: 16px 0;
  position: relative;
  text-align: center;
  width: 300px;
  z-index: 1;
}
.top-body-head {
  border-bottom: 2px solid #9FA0A0;
  margin: 0 0 24px;
  text-align: center;
}
.top-body-box {
  background-color: #DBE9F2;
  margin: 0 0 8px;
  padding: 16px 32px;
  text-align: center;
}
.top-body-box-title {
  border-bottom: 2px solid #60ADCD;
  margin: 0 0 12px;
  padding: 0 0 12px;
  text-align: center;
}
.top-body-box-list {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.top-body-box-list li {
  padding: 0 0 0 16px;
  position: relative;
}
.top-body-box-list li::before {
  background-color: #727171;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 14px;
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
}
.top-body-box-image-pc {
  display: none;
}
.top-body-box-text {
  text-align: left;
}

.footer {
  margin: 40px 0 0;
}
.footer-head {
  text-align: center;
}
.footer-head-contact {
  background-color: #E6E6E6;
}
.footer-head-title {
  display: inline-block;
  padding: 8px 24px 0;
  position: relative;
}
.footer-head-title::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 4px;
  height: 60%;
  background: #9FA0A0;
  border-radius: 3px;
  transform: rotate(-45deg);
}
.footer-head-title::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 4px;
  height: 60%;
  background: #9FA0A0;
  border-radius: 3px;
  transform: rotate(45deg);
}
.footer-head-title p {
  margin: 0 0 24px;
}
.footer-head-caption {
  color: #B7282C;
  margin: 0 0 24px;
}
.footer-head-image {
  margin: 0 0 24px;
}
.footer-head-link-image {
  margin-inline: auto;
  width: 260px;
}
.footer-bottom {
  background-color: #E6E6E6;
}
.footer-bottom .inner {
  padding: 40px 24px 24px;
}
.footer-logo {
  margin: 0 auto 40px;
  max-width: 285px;
}
.footer-logo img {
  mix-blend-mode: multiply;
}
.footer-tel {
  margin: 0 auto 40px;
  max-width: 292px;
}
.footer-contact {
  margin: 0 0 40px;
}
.footer-contact-address {
  margin: 0 0 8px;
}
.footer-contact-tel span {
  display: block;
}
.footer-contact-tel a {
  pointer-events: none;
}

.copyright {
  font-weight: normal;
  text-align: center;
}

@media (min-width: 768px) {
  .header {
    height: 82px;
  }
  .header-logo {
    width: 340px;
  }
  .header-tel {
    margin: 0 24px 0 0;
    width: 188px;
  }
  main {
    padding-top: 82px;
  }
  .mv-text {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    margin: 0 0 40px;
    padding: 24vh 0 0;
  }
  .mv-caption {
    font-size: 1.25rem;
    padding: 4px 32px;
  }
  .inner {
    padding: 72px;
  }
  .top-problem {
    margin: 0 auto 72px;
    max-width: 846px;
  }
  .top-problem-title {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    margin: 0 0 56px;
  }
  .top-problem-inner {
    display: flex;
    align-items: center;
  }
  .top-problem-wrap {
    border-bottom: none;
    padding: 0 6%;
    width: 50%;
  }
  .top-problem-line {
    background-color: #231815;
    display: block;
    height: 423px;
    width: 1px;
  }
  .top-point {
    margin: 0 auto;
    max-width: 846px;
  }
  .top-point-inner {
    padding: 36px 0 56px;
  }
  .top-point-title {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
  .top-point-description {
    letter-spacing: 0.2rem;
  }
  .top-point-wrap {
    display: flex;
  }
  .top-point-image {
    margin: 0 12px;
  }
  .top-point-caption {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
  }
  .top-point-caption span {
    display: block;
  }
  .top-point-04-sp {
    display: none;
  }
  .top-point-04-pc {
    display: block;
  }
  .top-body .inner {
    margin-inline: auto;
    max-width: 846px;
  }
  .top-body-title {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    margin: -40px auto 72px;
    width: 500px;
  }
  .top-body-head {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    margin-bottom: 64px;
    padding-bottom: 24px;
  }
  .top-body-head span {
    display: block;
  }
  .top-body-wrap {
    display: flex;
    font-size: 0.8rem;
  }
  .top-body-column {
    margin: 0 1% 0 0;
  }
  .top-body-column:last-child {
    margin: 0;
  }
  .top-body-column-01 {
    flex-shrink: 0;
    width: 22%;
  }
  .top-body-column-01 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 83px;
  }
  .top-body-column-02 {
    width: 28%;
  }
  .top-body-column-02 > div {
    height: 265px;
  }
  .top-body-column-03 {
    width: 77%;
  }
  .top-body-box {
    padding: 16px 8px;
  }
  .top-body-box-wrap {
    display: flex;
    align-items: center;
  }
  .top-body-box-list li::before {
    top: 4px;
  }
  .top-body-box-text {
    flex-shrink: 0;
    margin: 0 28px 0 0;
    width: 158px;
  }
  .top-body-box-image-pc {
    display: block;
    width: 100%;
  }
  .top-body-box-image-sp {
    display: none;
  }
  .top-body-text {
    margin-inline: auto;
    width: 700px;
  }
  .footer {
    margin-top: 102px;
  }
  .footer-head-title {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    padding: 0px 40px;
  }
  .footer-head-wrap {
    display: flex;
    margin-inline: auto;
    max-width: 846px;
  }
  .footer-head-image {
    margin-right: 3%;
    width: 50%;
  }
  .footer-head-image:last-child {
    margin-right: 0;
  }
  .footer-bottom .inner {
    margin-inline: auto;
    width: 680px;
  }
  .footer-bottom-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .footer-logo {
    margin: 0;
  }
  .footer-tel {
    margin: 0;
  }
  .footer-contact-tel {
    display: flex;
  }
  .footer-contact-tel span:first-child::after {
    content: "／";
    display: inline-block;
    margin: 0 8px;
  }
}
@media (min-width: 1001px) {
  .header-logo a {
    transition: all 0.3s linear;
  }
  .header-logo a:hover {
    opacity: 0.4;
  }
  .header-tel a {
    transition: all 0.3s linear;
  }
  .header-tel a:hover {
    opacity: 0.4;
  }
  .header-nav-pc a div span {
    transition: all 0.3s linear;
  }
  .header-nav-pc a:hover div span {
    opacity: 0.4;
  }
  .top-contact a {
    transition: all 0.3s linear;
  }
  .top-contact a:hover {
    opacity: 0.4;
  }
  .top-body .inner {
    padding: 40px 0 0;
  }
  .top-body-column-01 > div {
    height: 91.3333333333px;
  }
  .top-body-column-01 .top-body-box {
    padding: 0;
  }
  .top-body-column-02 > div {
    height: 290px;
  }
  .top-body-column-02 .top-body-box {
    padding: 16px 8px;
  }
  .top-body-column-03 > div {
    padding: 16px 32px;
  }
  .top-body-box p {
    font-size: 1rem;
  }
  .top-body-box-list li {
    font-size: 0.9rem;
  }
  .top-body-box-list li::before {
    top: 5px;
  }
  .top-body-box-text {
    font-feature-settings: "palt";
  }
  .footer-head-image a {
    transition: all 0.3s linear;
  }
  .footer-head-image a:hover {
    opacity: 0.4;
  }
  .footer-head-link-image a {
    transition: all 0.3s linear;
  }
  .footer-head-link-image a:hover {
    opacity: 0.4;
  }
  .footer-bottom .inner {
    padding: 40px 0 24px;
  }
  .footer-tel a {
    transition: all 0.3s linear;
  }
  .footer-tel a:hover {
    opacity: 0.4;
  }
}
@media (min-width: 1200px) {
  .header {
    height: 102px;
  }
  .header-inner {
    height: 102px;
    padding: 0 40px;
  }
  .header-tel {
    width: 250px;
  }
  .header-nav-sp {
    display: none;
  }
  .header-nav-pc {
    display: block;
  }
  .header-nav-pc nav {
    background-color: #777878;
  }
  .header-nav-pc nav ul {
    display: flex;
    align-items: center;
    padding: 0 30px;
  }
  .header-nav-pc nav ul li {
    width: 16.6666666667%;
  }
  .header-nav-pc nav ul li a {
    color: #fff;
    display: block;
    height: 50px;
    font-feature-settings: "palt";
    font-size: 0.9rem;
    font-weight: normal;
    padding: 15px 0;
    text-align: center;
  }
  .header-nav-pc nav ul li a div {
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
  }
  .header-nav-pc nav ul li a div span {
    display: inline-block;
  }
  .header-nav-pc nav ul li:last-child a div {
    border-right: 1px solid #fff;
  }
  main {
    padding-top: 152px;
  }
  .top-problem .inner {
    padding: 0;
  }
  .top-problem-wrap {
    padding: 0;
  }
  .top-problem-line {
    margin: 0 56px;
  }
  .footer-contact {
    display: flex;
    justify-content: space-between;
    font-feature-settings: "palt";
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=style.css.map */