@charset "UTF-8";
/* Scss Document */
:root {
  --pc: 1000px;
  --sp: 999px;
  --fs48: 4.8rem;
  --fs40: 4rem;
  --fs36: 3.6rem;
  --fs28: 2.8rem;
  --fs22: 2.2rem;
  --fs20: 2.0rem;
  --fs18: 1.8rem;
  --fs16: 1.6rem;
  --fs14:1.4rem;
  --fs12:1.2rem;
}

@media (max-width: 999px) {
  :root {
    --fs48: 2.6rem;
    --fs40: 2.2rem;
    --fs36: 2.4rem;
    --fs28: 2.2rem;
    --fs22: 2.0rem;
    --fs20: 1.8rem;
    --fs18: 1.4rem;
    --fs16: 1.4rem;
    --fs14: 1.2rem;
    --fs12: 1.0rem;
  }
}
/* 
---------------------------------------
reset
---------------------------------------
*/
body, header, footer, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}

th {
  text-align: left;
}

li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, th, td, table, dl, dt, dd, ul, ol, li {
  font-weight: normal;
}

em {
  font-style: normal;
  font-weight: normal;
}

a:link, a:visited, a:hover, a:active {
  color: #222;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

/* 
---------------------------------------
表示切替
---------------------------------------
*/
@media screen and (max-width: 999px) {
  .pcView {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .spView {
    display: none !important;
  }
}
@media (min-width: 999px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* フォーム要素のリセット */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

/* 
---------------------------------------
コンテンツ幅
---------------------------------------
*/
.inner18 {
  max-width: 1800px;
  width: 89.33%;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .inner18 {
    width: 89.33%;
    max-width: 536px;
  }
}

.inner16 {
  max-width: 1536px;
  width: 89.33%;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .inner16 {
    width: 89.33%;
    max-width: 536px;
  }
}

.inner14 {
  max-width: 1400px;
  width: 89.33%;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .inner14 {
    width: 89.33%;
    max-width: 536px;
  }
}

.inner12 {
  max-width: 1200px;
  width: 89.33%;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .inner12 {
    width: 89.33%;
    max-width: 536px;
  }
}

.inner10 {
  max-width: 1000px;
  width: 89.33%;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .inner10 {
    width: 89.33%;
    max-width: 536px;
  }
}

.inner8 {
  max-width: 800px;
  width: 89.33%;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .inner8 {
    width: 89.33%;
    max-width: 536px;
  }
}

/* 
---------------------------------------
余白
---------------------------------------
*/
body .mb20 {
  margin-bottom: clamp(120px, 16vw, 200px);
}

body .mb18 {
  margin-bottom: clamp(100px, 14vw, 180px);
}

body .mb16 {
  margin-bottom: clamp(80px, 12vw, 160px);
}

body .mb14 {
  margin-bottom: clamp(70px, 10vw, 140px);
}

body .mb12 {
  margin-bottom: clamp(60px, 10vw, 120px);
}

body .mbTen {
  margin-bottom: clamp(50px, 8vw, 100px);
}

body .mb8 {
  margin-bottom: 80px;
}
@media (max-width: 999px) {
  body .mb8 {
    margin-bottom: 40px;
  }
}

body .mb6 {
  margin-bottom: 60px;
}
@media (max-width: 999px) {
  body .mb6 {
    margin-bottom: 30px;
  }
}

body .mb5 {
  margin-bottom: 50px;
}
@media (max-width: 999px) {
  body .mb5 {
    margin-bottom: 25px;
  }
}

body .mb4 {
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  body .mb4 {
    margin-bottom: 20px;
  }
}

body .mb3 {
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  body .mb3 {
    margin-bottom: 15px;
  }
}

body .mb2 {
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  body .mb2 {
    margin-bottom: 10px;
  }
}

body .mb1 {
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  body .mb1 {
    margin-bottom: 5px;
  }
}

/**************/
html {
  font-size: clamp(8px, 8px + 2 * (100vw - 1000px) / 920, 10px);
}
@media (max-width: 999px) {
  html {
    font-size: 62.5% !important;
  }
}

body {
  font-size: var(--fs18);
  letter-spacing: 0;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}

.bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}

.minchoBold {
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

/* 
---------------------------------------
ヘッダー
---------------------------------------
*/
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0 0 0 2.5vw;
  height: 100px;
}
@media (max-width: 999px) {
  #header {
    padding: 0 2rem;
  }
}
#header .telBox a {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
#header .telBox a small {
  font-size: 2rem;
  margin-right: 1rem;
}
#header .open {
  line-height: 1;
  text-align: right;
  font-size: 14px;
  color: #fff;
}
#header .contactBtn {
  padding: 2rem 3rem;
  background: #FF7D44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  margin-left: 3rem;
}
#header .contactBtn i {
  display: block;
  color: #fff;
  font-size: 3rem;
}

@media (max-width: 999px) {
  #header {
    height: 60px;
    background: #fff;
    position: fixed;
    z-index: 999;
  }
  #header .logo img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 28px;
  }
  #header .telBox,
  #header .open {
    display: none;
  }
}
.hNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 999px) {
  .hNav ul li:not(.telBox) {
    display: none;
  }
}

/* 
---------------------------------------
フッター
---------------------------------------
*/
#footer {
  padding: 8rem 0;
  text-align: center;
  font-weight: bold;
  margin-top: -2px;
}
@media (max-width: 999px) {
  #footer {
    padding: 4rem;
    margin-bottom: 50px;
  }
}
#footer .fNav {
  margin-bottom: 20px;
}
#footer .fNav a {
  text-decoration: underline;
}
#footer .copy {
  color: #A5A5A5;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 999px) {
  #footer .copy {
    font-size: 1.2rem;
  }
}
#footer .flogo {
  margin: 0 auto 3rem;
}

#fContact {
  width: 100%;
  display: none;
  z-index: 9999;
}
#fContact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-top: 2px solid white;
}
#fContact ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #011678;
  border-right: 2px solid #fff;
}
#fContact ul li:last-child {
  border-right: none;
}
#fContact ul li a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fContact ul li a i {
  font-size: 2rem;
}

#fContact.fixed {
  position: fixed;
  bottom: 0;
}

/* 
---------------------------------------
メニューバー
---------------------------------------
*/
.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  /* 初期状態（非表示風） */
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 999px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 60px;
    padding: 0;
    height: calc(100vh - 60px);
  }
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 999px) {
  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 2rem 0;
  }
}

.menu li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 999px) {
  .menu li a {
    font-size: 1.8rem;
  }
}

/* 表示状態 */
.menu.is-fixed {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ハンバーガーアイコン */
.hamburger {
  display: none;
  position: fixed;
  top: 24px;
  right: 20px;
  z-index: 1100;
  width: 36px;
  height: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 999px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.hamburger.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
          transform: rotate(45deg) translate(5px, 4px);
}

.hamburger.is-open span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(3px, -3px);
          transform: rotate(-45deg) translate(3px, -3px);
}

/* =============================================================
breadcrumb.css
============================================================== */
#pan {
  display: none;
  text-align: right;
  color: #000000;
}

@media screen and (min-width: 960px) {
  #pan {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#pan li {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 5px;
}

#pan li a {
  color: #000000;
  text-decoration: none;
}

/* =============================================================
base.css
============================================================== */
.base--small, .base, .base--wide {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px auto;
}

.base--wide {
  max-width: 1240px;
}

@media screen and (min-width: 560px) {
  .base--wide {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.base {
  max-width: 1000px;
}

@media screen and (min-width: 560px) {
  .base {
    max-width: 1080px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 560px) {
  .base {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.base--small {
  max-width: 960px;
}

@media screen and (min-width: 560px) {
  .base--small {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.base .base--small {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (min-width: 560px) {
  .base .base--small {
    max-width: 960px;
  }
}
.cen {
  text-align: center !important;
}

.rgt {
  text-align: right !important;
}

.lft {
  text-align: left !important;
}

.opa a:hover {
  opacity: 0.8;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #CF1212;
}

.pt0 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt0 {
  margin-top: 5px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 5px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 599px) {
  .pt05 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 10px !important;
  }
  .pt20 {
    padding-top: 15px !important;
  }
  .pt30 {
    padding-top: 20px !important;
  }
  .pb05 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 20px !important;
  }
  .mt05 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 20px !important;
  }
  .mb05 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}

.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.roboto, .sp_menu__tel, #loading .progressbar-text, #loading {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.material-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  font-size: inherit;
  line-height: inherit;
}

/* =============================================================
space.scss　直でclassを書く
============================================================== */
.space--large {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 560px) {
  .space--large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .space--large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.space--medium {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media screen and (min-width: 560px) {
  .space--medium {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .space--medium {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.space--med {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 560px) {
  .space--med {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 960px) {
  .space--med {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.space--small {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (min-width: 560px) {
  .space--small {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .space--small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* =============================================================
form.css
============================================================== */
.error_txt {
  width: 100%;
  padding: 10px 15px 8px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 108%;
  position: relative;
  background: #fff5f5;
}

.error_txt i {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 18px;
}

.error_box {
  background: #fff;
  padding: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  margin-bottom: 40px;
}

.error_box p {
  color: #cf1212;
  padding-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 999px) {
  .error_box p {
    font-size: 13px;
    padding-bottom: 5px;
  }
}

.submit_btn button[type=submit] {
  margin: 0px auto;
  display: block;
  width: 90%;
  max-width: 400px;
  border: 1px solid #e61010;
  color: #fff;
  font-weight: bold;
  padding: 15px 0px;
  font-size: 138.5%;
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: #CF1212;
}

.back_btn {
  width: 100%;
  max-width: 250px;
  margin: 20px auto 0px auto;
  text-align: center;
}

@media screen and (min-width: 360px) {
  .back_btn {
    width: 60%;
  }
}
.back_btn button {
  border: 1px solid #b9b9b9;
  display: block;
  width: 100%;
  margin: 0px auto;
  color: #000000;
  padding: 10px 0px 8px 0px;
  font-size: 1.3rem;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: rgb(238, 238, 238);
}

.formbtn_box {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 560px) {
  .submit_btn button[type=submit] {
    padding: 15px 0px;
    font-size: 2rem;
  }
  .back_btn button {
    padding: 13px 0px 13px 0px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
/* form parts style
---------------------------------------------*/
.form50 {
  width: 50px;
}

.form70 {
  width: 70px;
}

.form100 {
  width: 100%;
  max-width: 100px;
}

.form150 {
  width: 100%;
  max-width: 150px;
}

.form200 {
  width: 100%;
  max-width: 200px;
}

.form250 {
  width: 100%;
  max-width: 250px;
}

.form300 {
  width: 100%;
  max-width: 300px;
}

.form350 {
  width: 100%;
  max-width: 350px;
}

.form400 {
  width: 100%;
  max-width: 400px;
}

.formmax {
  width: 100%;
}

.comment_box {
  width: 100%;
  margin: 5px 0px 5px 0px;
  height: 300px;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

@media screen and (min-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding: 8px;
    border-radius: 3px;
  }
}
select {
  border: 1px solid #ccc;
  padding: 5px;
}

input:focus,
textarea:focus {
  border: 1px solid #217fc4;
  -webkit-box-shadow: 0px 0px 3px #ccc;
          box-shadow: 0px 0px 3px #ccc;
}

input[type=radio] {
  margin-top: -3px;
}

button:disabled {
  opacity: 0.4 !important;
  cursor: default !important;
}

/* =============================================================
contact.css
============================================================== */
.form_ttl01 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 12px;
}

@media screen and (min-width: 560px) {
  .form_ttl01 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .form_ttl01 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
#kv2 {
  height: 250px;
  background-size: cover;
  background-image: url("../img/fv_bg2.jpg");
  background-position: right center;
  padding-top: 100px;
}
@media (max-width: 999px) {
  #kv2 {
    height: 180px;
  }
}
@media (max-width: 999px) {
  #kv2 {
    /*background-image: url("../img/fv_bg2.jpg");*/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 80px;
  }
}
#kv2 .ttlBox {
  text-align: center;
  padding-left: 16rem;
}
@media (max-width: 999px) {
  #kv2 .ttlBox {
    width: 100%;
    padding-left: 0;
    height: auto;
    padding: 2rem;
  }
}
#kv2 .ttlBox .deco {
  width: 13.534rem;
  height: auto;
  margin-bottom: 3rem;
}
@media (max-width: 999px) {
  #kv2 .ttlBox .deco {
    width: 24%;
    margin-bottom: 1rem;
  }
}
#kv2 .ttlBox .ttl {
  font-size: 3.8rem;
  line-height: 1.5;
}
@media (max-width: 999px) {
  #kv2 .ttlBox .ttl {
    font-size: 2.2rem;
  }
}
#kv2 .ttlBox .txt {
  font-size: 4.6rem;
}
@media (max-width: 999px) {
  #kv2 .ttlBox .txt {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
#kv2 .ttlBox .txt span {
  font-size: 2rem;
  margin-left: 2rem;
}
@media (max-width: 999px) {
  #kv2 .ttlBox .txt span {
    font-size: 1.4rem;
    margin-left: 1rem;
  }
}

.contact {
  /*width: calc(100% + 40px);*/
  /*margin:0px -20px;*/
}

.contact .contact-coution {
  margin-top: 40px;
  text-align: center;
  line-height: 1.6;
  font-size: 1.3rem;
}

@media screen and (min-width: 560px) {
  .contact .contact-coution {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .contact .contact-coution {
    font-size: 1.5rem;
  }
}
/* =============================================================
table.css
============================================================== */
.tbl01 {
  width: 100%;
  border: 1px solid #b6b6b6;
  table-layout: fixed;
}

.tbl01 th, .tbl01 td {
  border-right: 1px solid #b6b6b6;
  width: 50%;
  font-size: 13px;
  line-height: 1.8;
}

@media screen and (min-width: 560px) {
  .tbl01 th, .tbl01 td {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .tbl01 th, .tbl01 td {
    display: table-cell;
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .tbl01 th, .tbl01 td {
    font-size: 16px;
    line-height: 1.8;
  }
}
.tbl01 th {
  padding: 10px 15px 10px 15px;
  text-align: left;
  background: #eee;
}

@media screen and (min-width: 768px) {
  .tbl01 th {
    width: 200px;
    vertical-align: top;
    font-weight: normal;
    border-bottom: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .tbl01 th {
    width: 200px;
    padding: 25px;
  }
}
.tbl01 td {
  padding: 5px 15px 10px 15px;
  border-bottom: 1px solid #b6b6b6;
}

@media screen and (min-width: 768px) {
  .tbl01 td {
    padding: 15px;
    border-right: 1px solid #b6b6b6;
  }
}
@media screen and (min-width: 960px) {
  .tbl01 td {
    padding: 20px;
  }
}
/* table
------------------------------*/
.form_tbl {
  margin-bottom: 40px;
  margin-top: 30px;
}

@media screen and (min-width: 560px) {
  .form_tbl {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .form_tbl {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.form_tbl.tbl01 {
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  border-left: none;
  border-right: none;
}

.form_tbl.tbl01 th, .form_tbl.tbl01 td {
  width: 100%;
  display: block;
  border-right: none;
}

@media screen and (min-width: 560px) {
  .form_tbl.tbl01 th, .form_tbl.tbl01 td {
    display: table-cell;
    width: auto;
  }
}
.form_tbl.tbl01 th {
  padding-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
}

@media screen and (min-width: 560px) {
  .form_tbl.tbl01 th {
    width: 185px;
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .form_tbl.tbl01 th {
    width: 250px;
    padding: 25px;
  }
}
.form_tbl th {
  background: #eee;
  font-weight: bold;
}

.form_tbl th span:not(.material-icons) {
  font-size: 12px;
  color: #fff;
  background: #111;
  padding: 3px 5px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 560px) {
  .form_tbl th span:not(.material-icons) {
    top: -2px;
  }
}
.form_tbl th.th_required {
  background: #eee;
}

.form_tbl th.th_required span {
  background: #CF1212;
}

.form_tbl td {
  padding: 15px 15px 20px 15px;
}

@media screen and (min-width: 560px) {
  .form_tbl td {
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .form_tbl td {
    padding: 25px;
  }
}
.form_tbl td input + p {
  margin-top: 10px;
}

.form_tbl td p {
  font-size: 12px;
}

@media screen and (min-width: 560px) {
  .form_tbl td p {
    font-size: 13px;
  }
}
.contact_yoboform {
  padding: 0px 20px 15px 20px;
}

@media screen and (min-width: 560px) {
  .contact_yoboform {
    padding: 0 0 15px 0;
  }
}
.contact_yoboform h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
  font-size: 2rem;
  margin-bottom: 15px;
  border-left: 5px solid #111;
  padding-left: 5px;
}

@media screen and (min-width: 560px) {
  .contact_yoboform h3 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  .contact_yoboform h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .contact_yoboform h3 + p {
    display: none;
  }
}
.form_tbl_yobo th {
  border-bottom: 1px solid #b6b6b6;
}

.form_tbl_yobo th.tdopen {
  border-bottom: 1px solid #fff;
}

.form_tbl_yobo th p {
  position: relative;
  width: 100%;
}

.form_tbl_yobo th .material-icons {
  font-size: 200%;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0px;
}

@media screen and (min-width: 960px) {
  .form_tbl_yobo th .material-icons {
    display: none;
  }
}
.cont_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_list li {
  margin-right: 20px;
}

/* privacy check */
.contact_privacy {
  width: 100%;
  padding: 20px;
  background: #eee;
  margin-bottom: 40px;
}

@media screen and (min-width: 560px) {
  .contact_privacy {
    margin-bottom: 50px;
    padding: 20px 30px;
  }
}
@media screen and (min-width: 960px) {
  .contact_privacy {
    margin-bottom: 60px;
    padding: 30px 40px;
  }
}
/* thanks
------------------------------*/
.contact_thanks {
  margin-top: 30px;
}

@media screen and (min-width: 560px) {
  .contact_thanks {
    text-align: center;
    margin-top: 50px;
  }
}
.contact_thanks .btn02 {
  margin: 40px auto 0px;
  max-width: 520px;
}

@media screen and (min-width: 560px) {
  .contact_thanks .btn02 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .contact_thanks .btn02 {
    margin-top: 60px;
  }
}
.contact_thanks .sp_none {
  display: none;
}

@media screen and (min-width: 560px) {
  .contact_thanks .sp_none {
    display: inline;
  }
}