﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #222;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium",
    YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: none !important;
}
#wrap {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}
article#content section:after,
article#content div:after {
  content: "";
  display: block;
  clear: both;
}
body .catch {
  font-weight: bold;
  font-size: 110%;
}
body article#content h1,
body article#content h2 {
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
body article#content p:not([class]),
body article#content table:not([class]),
body article#content ul:not([class]),
body article#content ol:not([class]),
body article#content dl:not([class]) {
  text-align: left;
}
body article#content p:not([class]):not(:last-child),
body article#content table:not([class]):not(:last-child),
body article#content ul:not([class]):not(:last-child),
body article#content ol:not([class]):not(:last-child),
body article#content dl:not([class]):not(:last-child) {
  margin-bottom: 16px;
}
body article#content .right {
  text-align: right !important;
}
body article#content .red {
  color: #ff0000;
}
body article#content .orange {
  color: #ff4200;
}
body article#content .green {
  color: #009944;
}
body article#content .blue {
  color: #810d24;
}
body article#content .yellow {
  color: #ffff00;
}
body article#content ul:not([class]) {
  list-style-type: disc;
  padding-left: 1.5em;
}
body article#content ul:not([class]) li {
  padding: 2px 0;
}
body article#content ul:not([class]) li ul {
  list-style-type: circle;
}
body article#content ul:not([class]) li ul ul {
  list-style-type: square;
}
body article#content ol:not([class]) {
  list-style-type: decimal;
  padding-left: 1.5em;
}
body article#content ol:not([class]) li {
  padding: 2px 0;
}
body article#content ol:not([class]) li ol {
  list-style: lower-roman;
}
body article#content dl dd {
  text-align: left;
}
body article#content .memo {
  font-size: 13px;
}
body article#content p.note,
body article#content span.note {
  text-align: left;
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 8px;
  color: #666;
  font-size: 13px;
}
body article#content p.note:before,
body article#content span.note:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body article#content ul.note {
  position: relative;
}
body article#content ul.note li {
  text-align: left;
  color: #666;
  font-size: 13px;
  padding-left: 1.2em;
  line-height: 1;
  text-align: left;
  position: relative;
  margin-bottom: 8px;
}
body article#content ul.note li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body article#content .block5 > * img,
body article#content .block4 > * img,
body article#content .block3 > * img,
body article#content .block2 > * img {
  margin-bottom: 8px;
}
body article#content .block5 dl dt,
body article#content .block4 dl dt,
body article#content .block3 dl dt,
body article#content .block2 dl dt {
  margin-bottom: 8px;
}
body article#content .block2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: stretch;
  justify-content: flex-start;
  gap: 4%;
}
body article#content .block2 > * {
  width: 48%;
  margin-bottom: 32px;
}
body article#content .default__table:not(:last-child),
body article#content .normal__table:not(:last-child) {
  margin-bottom: 32px;
}
body article#content .default__table {
  width: 100%;
  text-align: left;
}
body article#content .default__table th,
body article#content .default__table td {
  border: 1px solid #dddddd;
  padding: 10px 15px;
}
body article#content .default__table thead th {
  background: #f2f2f2;
}
@media screen and (min-width: 751px) {
  body .inner {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
  }
  body article#content .block5,
  body article#content .block4,
  body article#content .block3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: stretch;
    gap: 4%;
  }
  body article#content .block5 > *,
  body article#content .block4 > *,
  body article#content .block3 > * {
    margin-bottom: 32px;
  }
  body article#content .block5 > * {
    width: 16.8%;
  }
  body article#content .block4 {
    justify-content: flex-start;
  }
  body article#content .block4 > * {
    width: 22%;
  }
  body article#content .block3 > * {
    width: 30.66666666666%;
  }
  body article#content .normal__table {
    width: 100%;
    text-align: left;
  }
  body article#content .normal__table th,
  body article#content .normal__table td {
    border: 1px solid #dddddd;
    padding: 10px 15px;
  }
  body article#content .normal__table th {
    width: 20%;
    white-space: nowrap;
    background: #f2f2f2;
  }
  body article#content .img_right {
    float: right;
    margin-left: 32px;
    max-width: 400px;
  }
  body article#content .img_left {
    float: left;
    margin-right: 32px;
    max-width: 400px;
  }
}
@media screen and (max-width: 750px) {
  body article#content .block5,
  body article#content .block4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    gap: 3%;
  }
  body article#content .block5 > *,
  body article#content .block4 > * {
    width: 48.5%;
  }
  body article#content .block3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: stretch;
    gap: 4%;
  }
  body article#content .block3 > * {
    width: 48%;
  }
  body article#content .block5 > *,
  body article#content .block4 > *,
  body article#content .block3 > *,
  body article#content .block2 > * {
    margin-bottom: 32px;
  }
  body article#content .normal__table {
    width: 100%;
    text-align: left;
  }
  body article#content .normal__table th,
  body article#content .normal__table td {
    display: block;
  }
  body article#content .normal__table th {
    padding: 10px 15px;
    border-top: 1px solid #dddddd;
    background: #f2f2f2;
  }
  body article#content .normal__table td {
    padding: 10px 15px 15px;
  }
  body article#content .img_right {
    margin-bottom: 15px;
  }
}
body #flow .flow__list .flow__ttl {
  font-size: 120%;
  margin-bottom: 10px;
}
body #flow .flow__list > * {
  padding: 30px 30px 30px calc(40px + 20px);
  margin-bottom: 30px;
  text-align: left;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(105, 105, 105, 0.49);
  position: relative;
}
body #flow .flow__list > *:before {
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  width: 40px;
  color: #fff;
  content: "0";
  background: #447a3e;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
body #flow .flow__list > *:nth-child(1):before {
  content: "1";
}
body #flow .flow__list > *:nth-child(2):before {
  content: "2";
}
body #flow .flow__list > *:nth-child(3):before {
  content: "3";
}
body #flow .flow__list > *:nth-child(4):before {
  content: "4";
}
body #flow .flow__list > *:nth-child(5):before {
  content: "5";
}
body article#content section.qa {
  text-align: left;
}
body article#content section.qa:not(:last-child) {
  margin-bottom: 32px;
}
body article#content section.qa .q,
body article#content section.qa .a {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
}
body article#content section.qa .q:before,
body article#content section.qa .a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body article#content section.qa .q {
  font-size: 110%;
  padding-top: 5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 8px;
}
body article#content section.qa .q:before {
  content: "Q";
  background: #810d24;
}
body article#content section.qa .a:before {
  content: "A";
  color: #810d24;
  border: 1px solid #810d24;
  background: #fff;
}
body#page #ttl {
  padding: 40px 5%;
  background: #f5f4f3 url("/imgs/mh/bg_washi.png");
  background-size: cover;
}
body#page article#content section:not(:last-child):not(.tmb),
body#page article#content div:not(:last-child):not(.tmb) {
  margin-bottom: 40px;
}
body#page article#content > section,
body#page article#content > div {
  margin-bottom: 0;
}
body#page article#content section h2,
body#page article#content section h3,
body#page article#content section h4,
body#page article#content section h5 {
  text-align: left;
  margin-bottom: 15px;
}
body#page article#content section h3 {
  font-size: 110%;
}
body#page article#content section h2 {
  font-size: 130%;
}
@media screen and (min-width: 751px) {
  body#page #ttl {
    padding: 64px 5%;
  }
  body#page article#content {
    width: 1000px;
    max-width: 90%;
    margin: 64px auto 72px;
  }
}
@media screen and (max-width: 750px) {
  body#page article#content {
    margin: 32px 5% 40px;
  }
}
body#page.service article#content .catch {
  text-align: left;
}
body#page.service article#content .block2 {
  align-items: stretch;
}
body#page.service article#content .block2 > section {
  padding: 24px 30px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  body#page.service article#content .block2 > section {
    padding: 15px 5%;
  }
}
body#home #main {
  position: relative;
  background: #fff url("/imgs/mh/main_bg.png") no-repeat center bottom;
  background-size: cover;
}
body#home #main .main__inner {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
body#home #main .main__txt {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  display: block;
  margin: 0 auto 20px;
}
body#home #main .main__button {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  max-width: 100%;
  color: #fff;
  background: #810d24;
  border-radius: 100px;
  margin: 0 auto;
}
body#home #main .main__button:before {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 120%;
  font-weight: normal;
  font-family: "icomoon" !important;
  content: "\e91c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body#home article#content #service {
  background: #f5f4f3 url("../images/bg_washi.png");
}
body#home article#content #service .block2 .box {
  background: #fff;
}
body#home article#content #service .block2 .box h3 {
  font-size: 110%;
  margin-bottom: 10px;
}
body#home article#content #service .block2 .box .box__inner {
  padding: 10px 32px 24px;
}
body#home article#content #faq {
  background: #f5f4f3 url("../images/bg_washi.png");
}
body#home article#content #faq .q {
  border-color: #d3bba8;
}
@media screen and (min-width: 751px) {
  body#home #main {
    min-height: calc(100vh - 100px);
  }
  body#home #main .main__txt {
    font-size: 48px;
  }
  body#home #main .main__button {
    font-size: 22px;
    padding: 24px 5%;
  }
  body#home article#content h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  body#home article#content > * {
    padding: 48px 5% 72px;
  }
}
@media screen and (max-width: 750px) {
  body#home #main {
    min-height: calc(80vh - 50px);
  }
  body#home #main .main__txt {
    font-size: 5vw;
  }
  body#home #main .main__button {
    font-size: 3.2vw;
    padding: 16px 32px;
  }
  body#home article#content h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  body#home article#content > * {
    padding: 24px 5% 40px;
  }
  body#home article#content #service .block2 {
    align-items: stretch;
  }
  body#home article#content #service .block2 .box h3 {
    margin-bottom: 8px;
  }
  body#home article#content #service .block2 .box .box__inner {
    padding: 8px 4% 16px;
  }
  body#home article#content #first h2 {
    text-align: left;
  }
  body#home article#content #first h2 br {
    display: none;
  }
}
body [class*="__contact"] a {
  line-height: normal;
  display: block;
}
body [class*="__contact"] [class*="__phone"] {
  color: #333;
}
body [class*="__contact"] [class*="__phone"] span {
  display: block;
}
body [class*="__contact"] [class*="__phone"] span.phone {
  color: #447a3e;
  font-weight: bold;
}
body [class*="__contact"] [class*="__phone"] span.phone:before {
  margin-right: 0.1em;
  font-weight: normal;
  vertical-align: middle;
  font-family: "icomoon" !important;
  content: "\e91d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body [class*="__contact"] [class*="__phone"] span.info {
  font-size: 12px;
}
body [class*="__contact"] [class*="__button"] {
  color: #fff;
  background: #810d24;
  font-weight: bold;
}
body [class*="__contact"] [class*="__button"]:before {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 24px;
  font-weight: normal;
  font-family: "icomoon" !important;
  content: "\e91c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 751px) {
  body [class*="__contact"] {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body [class*="__contact"] a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body [class*="__contact"] [class*="__phone"] {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  body [class*="__contact"] {
    text-align: center;
  }
  body [class*="__contact"] a {
    display: block;
    width: 320px;
    max-width: 90%;
    margin: 0 auto 8px;
  }
  body [class*="__contact"] [class*="__phone"] {
    padding: 5px 15px;
    border: 1px solid #dddddd;
  }
  body [class*="__contact"] [class*="__phone"] .phone {
    font-size: 24px;
  }
  body [class*="__contact"] [class*="__button"] {
    font-size: 16px;
    padding: 10px 15px;
  }
  body [class*="__contact"] [class*="__button"] br {
    display: none;
  }
}
body footer #fcontact {
  background: #fff url("/imgs/mh/footer_bg.png") no-repeat center;
  background-size: cover;
}

body footer #fcontact .inner {
  background: #fff;
}
body footer #fnav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
body footer #fnav ul a {
  font-weight: bold;
  color: #333;
  display: block;
}
body footer #fnav ul a:hover {
  text-decoration: underline;
}
body footer #copy {
  color: #333;
  font-size: 90%;
  padding: 16px 5%;
}
@media screen and (min-width: 751px) {
  body footer #fcontact {
    padding: 64px 5%;
  }
  body footer #fcontact .inner {
    padding: 40px;
  }
  body footer #fcontact .catch {
    font-size: 24px;
    margin-bottom: 16px;
  }
  body footer #fcontact .footer__contact .fcontact__phone {
    margin-right: 20px;
  }
  body footer #fcontact .footer__contact .fcontact__phone span.phone {
    font-size: 32px;
  }
  body footer #fcontact .footer__contact .fcontact__phone span.info {
    font-size: 14px;
  }
  body footer #fcontact .footer__contact .fcontact__button {
    font-size: 18px;
    padding: 0 24px;
    height: 64px;
  }
  body footer #fcontact .pc__txt {
    font-size: 110%;
    margin-right: 20px;
  }
  body footer #fnav {
    padding: 32px 5% 15px;
  }
}
@media screen and (max-width: 750px) {
  body footer #fcontact {
    padding: 20px 5%;
  }
  body footer #fcontact .inner {
    padding: 15px;
  }
  body footer #fcontact .catch {
    margin-bottom: 10px;
  }
  body footer #fcontact .pc__txt {
    display: none;
  }
  body footer #fnav {
    padding: 15px 5% 5px;
  }
  body footer #fnav ul {
    font-size: 90%;
  }
}
@media screen and (min-width: 871px) {
  body {
    padding-top: 100px;
  }
}
@media screen and (min-width: 870px) and (max-width: 1300px) {
  body .c-header__list {
    display: none !important;
  }
}
@media screen and (max-width: 870px) {
  body {
    padding-top: 50px;
  }
}
body header.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 30;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header.c-header .c-header__list a {
  display: block;
  color: #333;
}
body header.c-header .c-header__list a:hover {
  text-decoration: underline;
}
body header.c-header .c-hamburger-menu__input {
  display: none;
}
@media screen and (min-width: 871px) {
  body header.c-header {
    height: 100px;
  }
  body header.c-header .c-hamburger-menu__button {
    display: none;
  }
  body header.c-header #gnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body header.c-header #gnav .c-header__list {
    gap: 20px;
    display: flex;
    margin-right: 20px;
  }
  body header.c-header #gnav .c-header__list a {
    font-weight: bold;
  }
  body header.c-header .c-header__contact a {
    height: 100px;
  }
  body header.c-header .c-header__contact .c-header__phone {
    padding: 0 16px;
  }
  body header.c-header .c-header__contact .c-header__phone span.phone {
    font-size: 28px;
  }
  body header.c-header .c-header__contact .c-header__button {
    text-align: left;
    padding: 0 24px;
    width: 170px;
  }
}
@media screen and (max-width: 870px) {
  body header.c-header {
    height: 50px;
  }
  body header.c-header .c-header__logo {
    font-size: 15px;
    max-width: calc(100% - 50px);
    z-index: 999;
  }
  body header.c-header .c-header__logo a {
    height: 50px;
    display: block;
  }
  body header.c-header .c-header__logo a img {
    max-height: 50px;
    vertical-align: middle;
  }
  body header.c-header #gnav > * {
    width: 100%;
    background: #fff;
  }
  body header.c-header .c-header__list {
    border-bottom: 1px solid #dddddd;
  }
  body header.c-header .c-header__list li {
    border-top: 1px solid #dddddd;
  }
  body header.c-header .c-header__list li a {
    padding: 10px 24px 10px 5%;
    position: relative;
  }
  body header.c-header .c-header__list li a:after {
    color: #999;
    position: absolute;
    top: 50%;
    right: 5px;
    font-weight: normal;
    font-family: "icomoon" !important;
    content: "\e915";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  body header.c-header .c-header__contact {
    padding: 15px 5%;
    border-bottom: 1px solid #dddddd;
  }
  body header.c-header .c-header__contact .c-header__phone {
    padding: 5px 15px;
  }
  body header.c-header .c-header__contact .c-header__phone .phone {
    font-size: 24px;
  }
  body header.c-header .c-header__contact .c-header__button {
    font-size: 16px;
    padding: 10px 15px;
  }
  body header.c-header .c-header__contact .c-header__button br {
    display: none;
  }
  body header.c-header .c-hamburger-menu__button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    height: 50px;
    justify-content: center;
    width: 50px;
    z-index: 31;
  }
  body header.c-header .c-hamburger-menu__list {
    text-align: left;
    background-color: #eeeeee;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    position: fixed;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    z-index: 20;
    transform: translateX(-100%);
    transition: transform 0.3s;
  }
  body header.c-header #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0);
  }
  body header.c-header .c-hamburger-menu__button-mark {
    background-color: #000;
    height: 1px;
    transition: 0.3s;
    width: 20px;
  }
  body
    header.c-header
    #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg);
    transform-origin: 0%;
  }
  body
    header.c-header
    #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  body
    header.c-header
    #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg);
    transform-origin: 0%;
  }
}
