@charset "UTF-8";
.header {
  height: 80px;
  width: 100vw;
  background-color: #444;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.header-content-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between; }

.header-content-wrapper-logo {
  text-align: left;
  padding-top: 35px; }

#SP-header-link {
  display: none; }

.header nav {
  display: block;
  text-align: right;
  padding-top: 20px; }

.header-content-wrapper-matome {
  display: flex; }

.header nav ul {
  display: flex;
  justify-content: flex-end; }

.header nav li a {
  display: block;
  padding: 26px 20px 0;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-family: "Noto Sans CJK JP Regular";
  font-size: 1.4rem;
  height: 80px; }

.CV-button-header {
  padding-top: 35px;
  padding-left: 20px; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  font-family: "Noto Sans CJK JP Regular";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem; }

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100; }

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500; }

a.btn--radius {
  border-radius: 100vh; }

@media (max-width: 767px) {
  .CV-button-header {
    padding-top: 15px; }

  .nav {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(68, 68, 69, 0.95);
    color: #ffffff;
    align-items: center;
    /* 初期：非表示 */
    visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out; }

  .header-link {
    display: none; }

  #SP-header-link {
    display: block; }

  .header nav li a {
    display: block;
    padding: 20px 20px 0;
    color: #fff;
    font-family: "Noto Sans CJK JP Regular";
    text-decoration: none;
    font-size: 1.8rem;
    height: 40px;
    letter-spacing: 0.1rem; }

  .nav ul {
    list-style: none;
    display: flex;
    flex-direction: column; }

  .nav li:not(:last-child) {
    margin-bottom: 30px; }

  .header nav ul {
    display: none; }

  .nav a {
    color: #ffffff;
    text-align: left;
    font-size: 2.0rem;
    padding-left: 40px;
    padding-top: 40px; }

  /* ナビゲーションボタン（開く） */
  #navbtn {
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    width: 30px;
    height: 20px;
    cursor: pointer; }

  #navbtn::before,
  #navbtn::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #fff;
    transform: translateY(10px);
    transition: 0.3s ease-in-out; }

  #navbtn::before {
    transform: translateY(-10px);
    box-shadow: 0 10px #fff; }

  /* ナビゲーションボタン（閉じる） */
  .open #navbtn {
    z-index: 100; }

  .open #navbtn::before {
    transform: rotate(-45deg);
    box-shadow: none; }

  .open #navbtn::after {
    transform: rotate(45deg);
    box-shadow: none; }

  /* ナビゲーションメニュー 開いた時*/
  .open .nav {
    visibility: visible;
    opacity: 1; } }
@media (min-width: 768px) {
  /* PCではボタン非表示 */
  #navbtn {
    display: none; }

  /* ヘッダーは横並び */
  header {
    display: flex;
    align-items: center; }

  /* メニューを右に寄せる */
  .nav {
    /* 右寄せ */
    margin-left: auto; }

  .nav ul {
    display: flex;
    list-style: none; }

  .nav ul li:not(:first-child) {
    margin-left: 20px; }

  .nav ul li a {
    color: #fff; } }
@media (max-width: 600px) {
  .header {
    width: 100vw;
    height: 65px; }

  .header-content-wrapper-logo {
    width: 80%;
    padding-top: 13px;
    padding-left: 20px; }

  .CV-button-header {
    margin-right: 100px;
    margin-top: 4px; }
    .CV-button-header .btn, .CV-button-header a.btn, .CV-button-header button.btn {
      font-size: 1.3rem;
      padding: 0.5rem 2rem; } }
.main {
  margin-top: 80px; }

@media (max-width: 600px) {
  .main {
    margin-top: 65px;
   font-family: "Noto Sans CJK JP Regular";} }
.section-midashi h2 {
  font-size: 8.9rem;
  font-family: "Noto Sans CJK JP Bold";
  font-weight: 600;
  letter-spacing: 0.3rem;
  margin-bottom: 30px; }
.section-midashi h4 {
  font-size: 1.6rem;
  font-family: "Noto Sans CJK JP Bold";
  font-weight: 600;
  letter-spacing: 0.3rem;
  margin-bottom: 10px; }
.section-midashi hr {
  border: solid 3px #F2AD2E;
  width: 40px;
  margin: 0 auto; }

@media (max-width: 600px) {
  .section-midashi h2 {
    font-size: 6.0rem;
    letter-spacing: 0.3rem;
    margin-bottom: 25px; }
  .section-midashi h4 {
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
    margin-bottom: 35px; }
  .section-midashi hr {
    border: solid 3px #F2AD2E;
    width: 33px;
    margin: 0 auto; } }
.formTable {
  margin: 0 auto; }
  .formTable th {
    text-align: left;
    padding-top: 20px; }
  .formTable td {
    padding-left: 30px;
    margin-top: 0; }

.formWrap-text {
  margin-top: 40px;
  margin-bottom: 60px; }

#formWrap {
  width: 700px;
  font-family: "Noto Sans CJK JP Regular";
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%; }

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse; }

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px; }

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
  vertical-align: middle;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto; }

  table.formTable th, table.formTable td {
    width: auto;
    display: block; }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0; }

  form input[type="text"], form textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block; }

  form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display: block;
    width: 100%;
    height: 40px; } }
.section-inquiry {
  margin-top: 200px;
  margin-bottom: 200px; }

.Form {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px; }

@media screen and (max-width: 480px) {
  .section-inquiry {
    margin-top: 150px; }

  .Form {
    margin-top: 40px; } }
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center; }

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap; } }
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  text-align: left; }

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px; } }
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto; }

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0; } }
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px; }

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px; } }
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px; }

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px; } }
.form_inquiry_kind {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 1.6rem;
  color: #444; }

@media screen and (max-width: 480px) {
  .form_inquiry_kind {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px; } }
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px; }

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px; } }
.Form-privacy {
  margin-top: 30px; }
  .Form-privacy p {
    margin-bottom: 20px; }
  .Form-privacy a {
    text-decoration: none;
    font-family: "Noto Sans CJK JP Bold";
    font-weight: 700;
    color: #000;
    text-decoration-line: underline; }
  .Form-privacy .Form-privacy__agree {
    margin-top: 20px;
    margin-bottom: 30px; }
  .Form-privacy .small-label {
    margin-top: 30px;
    margin-left: 10px; }

@media screen and (max-width: 480px) {
  .Form-privacy p {
    padding-left: 20px;
    padding-right: 20px; }

  .Form-privacy__text {
    text-align: left; } }
.Form-Btn {
  border-radius: 40px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #eb6100;
  color: #fff;
  font-weight: bold;
  font-size: 20px; }

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px; } }
.footer {
  height: 435px;
  background: #444444;
  color: #fff;
  padding: 30px; }

.footer-content-wrapper-message p {
  margin-top: 90px;
  font-size: 2.4rem;
  font-family: "Noto Sans CJK JP Bold";
  font-weight: 700;
  letter-spacing: 0.3rem; }
.footer-content-wrapper-message img {
  margin-top: 50px; }

.footer-content-wrapper-under {
  margin-top: 80px; }

.site-map__links {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  font-size: 1.4rem; }
  .site-map__links li:first-child {
    margin-right: 30px; }
  .site-map__links a {
    text-decoration: none;
    font-family: "Noto Sans CJK JP Regular";
    color: #fff; }

.footer__copyright {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  font-family: "Noto Sans CJK JP Regular";
  letter-spacing: 0.3rem; }

@media (max-width: 600px) {
  .footer {
    height: 435px;
    padding: 30px; }

  .footer-content-wrapper-message p {
    margin-top: 40px;
    font-size: 1.7rem;
    letter-spacing: 0.3rem; }
  .footer-content-wrapper-message img {
    margin-top: 40px; }

  .footer-content-wrapper-under {
    margin-top: 150px; }

  .site-map__links {
    display: flex;
    justify-content: center;
    font-size: 1.0rem; }
    .site-map__links li:first-child {
      margin-right: 50px; }
    .site-map__links a {
      text-decoration: none;
      font-family: "Noto Sans CJK JP Regular";
      color: #fff; }

  .footer__copyright {
    display: flex;
    justify-content: center;
    font-family: "Noto Sans CJK JP Regular";
    font-size: 1.0rem;
    letter-spacing: 0.2rem; } }
