@charset "UTF-8";
@media screen and (max-width: 999px) {
  .wrap {
    overflow: hidden;
  }
  .pc {
    display: none !important;
  }
  /* reset */
  html, body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  acronym,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  b,
  i,
  img,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dd,
  dl,
  dt,
  li,
  ol,
  ul,
  fieldset,
  form,
  label,
  legend,
  button,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  a {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  ol, ul {
    list-style: none;
  }
  q:before,
  q:after,
  blockquote:before,
  blockquote:after {
    content: "";
  }
  html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  a:focus {
    outline: thin dotted;
  }
  a:hover, a:active {
    outline: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }
  audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  audio:not([controls]) {
    display: none;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  button,
  input,
  select,
  textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  button, input {
    line-height: normal;
    *overflow: visible;
  }
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
  }
  input,
  button,
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
  }
  textarea {
    resize: vertical;
  }
  input[type='checkbox'],
  input[type='radio'] {
    display: none;
  }
  input[type='submit'],
  input[type='button'],
  label,
  button,
  select {
    cursor: pointer;
  }
  select::-ms-expand {
    display: none;
  }
  select:disabled {
    opacity: 1 !important;
  }
  body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #3C3C3C;
    line-height: 1.5em;
  }
  section {
    background-color: #FFF;
  }
  .header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
    top: 0;
    box-sizing: border-box;
    background-color: #fff;
  }
  .header__logo {
    margin-left: 20px;
    padding: 20px 0;
  }
  .header__logo img {
    width: 185px;
  }
  .header__nav {
    width: 100%;
    height: 380px;
    position: fixed;
    top: -100%;
    left: 0;
    /*leftの値を変更してメニューを画面外へ*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*アニメーション設定*/
    z-index: 80;
    background-color: #fff;
  }
  .header__nav ul {
    width: 90%;
    margin: 40px auto 30px;
  }
  .header__nav ul li {
    padding-bottom: 20px;
  }
  .header__nav ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    color: #e50101;
    text-decoration: none;
  }
  .header__nav ul li a:before {
    content: url(../img/icon_nav.png);
    display: inline-block;
    margin-right: 3px;
  }
  .header__nav-tel {
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .header__nav-tel a {
    text-decoration: none;
    color: #E71B1E;
    font-size: 28px !important;
  }
  .menu-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    width: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 25px;
    border-radius: 3px;
    background-color: #e50101;
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu-btn span:before {
    bottom: 10px;
  }
  .menu-btn span:after {
    top: 10px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #e50101;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #e50101;
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .header__nav {
    top: 0;
  }
  .mv {
    position: relative;
    z-index: 1;
    margin-top: 0;
  }
  .mv__list {
    width: 100%;
  }
  .mv__list img {
    width: 100%;
  }
  .mv__block {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
  }
  .mv__block-img {
    display: block;
    width: 100%;
    text-align: center;
  }
  .mv__block-img img {
    width: 100%;
  }
  .mv__icon {
    position: absolute;
    width: 10%;
    margin: 0 18%;
    top: 12%;
    left: 4%;
  }
  .mv__icon-icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .mv__icon-icon img {
    width: 100%;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #00B3BA !important;
  }
  .intro {
    width: 95%;
    height: auto;
    margin: 40px auto 0;
    padding: 6% 0;
    background-image: url(../img/intro_bg_sp.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
  .intro__left {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.44px;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #fff;
    text-align: center;
  }
  .intro__right {
    position: relative;
    width: 70%;
    padding-left: 10%;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.11px;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
  }
  .intro__right-img {
    position: absolute;
    width: 55%;
    top: -27%;
    right: -35%;
  }
  .intro__right-img img {
    width: 100%;
  }
  .sec01 {
    background-image: url(../img/pc_sec01_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 40px;
    z-index: 9;
  }
  .sec01__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec01__ttl {
    position: relative;
    margin-top: -80px;
    padding-top: 80px;
    text-align: center;
    margin-bottom: 40px;
  }
  .sec01__ttl img {
    width: 100%;
  }
  .sec01__ttl-ttl {
    position: relative;
    display: inline-block;
  }
  .sec01__ttl-ttl:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    top: calc(-90px - 10%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec01__block {
    width: 100%;
  }
  .sec01__block-box {
    width: 100%;
  }
  .sec01__block-box + .sec01__block-box {
    margin-top: 40px;
  }
  .sec01__block-box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
  }
  .sec01__block-box-text:before {
    content: url(../img/sec01_icon.png);
    display: block;
    width: 30px;
  }
  .sec01__block-box-text + .sec01__block-box-text {
    margin-top: 30px;
  }
  .sec01__block-box img {
    width: 100%;
  }
  .line {
    position: relative;
    background-color: #e50101;
    padding: 40px 0 40px;
    text-align: center;
    font-weight: bold;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #fff;
    z-index: 10;
  }
  .line:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 20px solid #e50101;
    z-index: 10;
  }
  .line--small {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 25px;
  }
  .line--big {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 26px;
    border-bottom: 5px solid #f6f424;
  }
  .line--dots {
    position: relative;
  }
  .line--dots:before {
    content: "●";
    position: absolute;
    font-size: 10px;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #f6f424;
  }
  .sec02 {
    background-image: url(../img/sec02_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 0;
    z-index: 8;
  }
  .sec02__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
  }
  .sec02__ttl {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -80px;
    padding-top: 80px;
  }
  .sec02__ttl-ttl {
    display: block;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
    color: #04345a;
    text-align: center;
  }
  .sec02__ttl img {
    width: 50%;
    margin: 0 auto;
  }
  .sec02__block {
    position: relative;
    gap: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
  .sec02__block + .sec02__block {
    margin-top: 40px;
  }
  .sec02__block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .sec02__block-ttl img {
    width: 48px;
  }
  .sec02__block-ttl h3 {
    display: inline-block;
    padding: 10px 5px;
    font-size: 36px;
    line-height: 28px;
    background-color: #e50101;
    color: #fff;
  }
  .sec02__block-ttl h3.sp--small {
    font-size: 20px;
  }
  .sec02__text {
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
  }
  .sec02__img {
    width: 100%;
  }
  .sec02__img img {
    width: 48px;
  }
  .sec02__left {
    width: 100%;
    box-sizing: border-box;
  }
  .sec02__left-text {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.52px;
    color: #FFFFFF;
    border-radius: 0 0 10px 0;
  }
  .sec02__right {
    width: 100%;
    box-sizing: border-box;
  }
  .sec02__right-text {
    width: 352px;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.52px;
    color: #FFFFFF;
  }
  .sec02__right .sec02__block-ttl h3 {
    font-size: 20px;
  }
  .sec03 {
    position: relative;
    padding: 60px 0;
    z-index: 7;
  }
  .sec03__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec03__ttl {
    position: relative;
    margin-top: -80px;
    padding-top: 80px;
    text-align: center;
    margin-bottom: 40px;
  }
  .sec03__ttl img {
    width: 100%;
  }
  .sec03__ttl-ttl {
    position: relative;
    display: inline-block;
  }
  .sec03__ttl-ttl:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    top: calc(-90px - 10%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec03__ttl img {
    width: 160px;
  }
  .sec03__box {
    position: relative;
    padding: 45px 20px 40px;
    border: 5px solid #e50101;
  }
  .sec03__box + .sec03__box {
    margin-top: 40px;
  }
  .sec03__box-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    padding-top: 5px;
    padding-right: 40px;
    overflow: hidden;
    background-color: #e50101;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
  }
  .sec03__box-icon:after {
    content: "";
    position: absolute;
    top: 29%;
    left: 130%;
    box-sizing: border-box;
    width: 142px;
    height: 142px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
            transform: rotate(-45deg) translateX(-50%) translateY(-50%);
    z-index: 1000;
  }
  .sec03__box-icon-num {
    font-size: 24px;
  }
  .sec03__box-ttl {
    position: relative;
    z-index: 100;
    margin-bottom: 20px;
    color: #e50101;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
  }
  .sec03__box-intro {
    position: relative;
    z-index: 100;
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }
  .sec03__box-intro--red {
    color: #e50101;
    font-weight: bold;
  }
  .sec03__box-text {
    color: #04345a;
    font-size: 16px;
    line-height: 24px;
  }
  .sec03__box-img {
    display: block;
    width: 60px;
    margin: 20px auto;
  }
  .sec03__box-img img {
    width: 100%;
  }
  .sec04 {
    background-image: url(../img/sec04_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    z-index: 6;
  }
  .sec04__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec04__ttl {
    position: relative;
    margin-top: -80px;
    padding-top: 80px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .sec04__ttl img {
    width: 100%;
  }
  .sec04__ttl-ttl {
    position: relative;
    display: inline-block;
  }
  .sec04__ttl-ttl:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    top: calc(-90px - 10%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec04__ttl img {
    width: 265px;
    margin: 0 auto;
  }
  .sec04__block {
    margin: 0 auto;
  }
  .sec04__block + .sec04__block {
    margin-top: 40px;
  }
  .sec04__block-ttl {
    position: relative;
    margin-bottom: 40px !important;
    padding: 25px 10px;
    color: #e50101;
    font-size: 18px !important;
    font-weight: bold;
    line-height: 24px !important;
    background-color: #fccbcb;
  }
  .sec04__block-ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    box-sizing: border-box;
    border-right: 15px solid transparent !important;
    border-left: 15px solid transparent !important;
    border-top: 30px solid #fccbcb !important;
    z-index: 10;
  }
  .sec04__block-ttl:after {
    content: "";
    background-image: url(../img/sec04_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 68px;
    bottom: 0;
    right: 20px;
  }
  .sec04__block-text {
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }
  .sec05 {
    background-image: url(../img/sec05_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    z-index: 5;
  }
  .sec05__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec05__ttl {
    position: relative;
    margin-top: -80px;
    padding-top: 80px;
    text-align: center;
    margin-bottom: 40px;
  }
  .sec05__ttl img {
    width: 100%;
  }
  .sec05__ttl-ttl {
    position: relative;
    display: inline-block;
  }
  .sec05__ttl-ttl:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    top: calc(-90px - 10%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec05__ttl img {
    width: 245px;
    margin: 0 auto;
  }
  .sec05__block {
    width: 100%;
    margin: 0 auto;
  }
  .sec05__block + .sec05__block {
    margin-top: 40px;
  }
  .sec05__block-text {
    display: inline-block;
    width: 70% !important;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    box-sizing: border-box;
  }
  .sec05__block-text--small {
    font-size: 14px;
  }
  .sec05__block img {
    width: 30% !important;
  }
  .sec05__block-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
  }
  .sec05__block-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
  }
  .sec05__box {
    padding: 10px 0;
    font-size: 0;
    border-top: 1px solid #3C3C3C;
  }
  .sec05__box:last-child {
    border-bottom: 1px solid #3C3C3C;
  }
  .sec05__map {
    height: 450px;
  }
  .contact {
    background-color: #fff;
    padding: 60px 0;
  }
  .contact__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px 10px;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .contact__ttl {
    position: relative;
    margin-top: -80px;
    padding-top: 80px;
    text-align: center;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  .contact__ttl img {
    width: 100%;
  }
  .contact__ttl-ttl {
    position: relative;
    display: inline-block;
  }
  .contact__ttl-ttl:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    top: calc(-90px - 10%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .contact__ttl img {
    width: 245px;
    margin: 0 auto;
  }
  .contact__block {
    position: relative;
  }
  .contact__block-left {
    position: absolute;
    bottom: -220px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 308px;
    width: 100%;
  }
  .contact__block-left img {
    max-width: 308px;
    width: 100%;
  }
  .contact__block-right {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.6;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    border-radius: 30px;
    background-color: #E87800;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: #E53D41;
  }
  .contact__block-right img {
    width: 5%;
    margin-right: 10px;
  }
  .contact__block-right p {
    margin-bottom: 5px;
    padding-left: 0;
    font-weight: bold;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1;
    color: #fff;
  }
  .contact__block-right--tel {
    display: block;
    font-weight: bold;
    font-size: 25px;
    font-size: 6.66667vw;
    line-height: 1;
    color: #fff;
    text-decoration: none;
  }
  .contact__block-mail-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-size: 17px;
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    color: #E87800;
    text-align: center;
    border-radius: 30px;
    background-color: #E87800;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: #fff;
    border: 2px solid #E87800;
  }
  .contact__block-mail-btn:hover {
    opacity: 0.6;
  }
  .contact__block-mail-btn img {
    width: 7.8%;
    margin-right: 10px;
  }
  .contact-form {
    padding-top: 0;
  }
  .contact-form__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-form__intro {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
    color: #000;
  }
  .contact-form__intro p {
    display: inline-block;
    padding: 20px 30px;
    margin-bottom: 10px;
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 1.5;
    color: #e50101;
    border-top: 3px solid #e50101;
    border-bottom: 3px solid #e50101;
  }
  .contact-form__intro-text {
    display: block;
  }
  .contact-form__intro img {
    width: 100%;
  }
  .contact-form .form-example {
    margin-bottom: 20px;
  }
  .contact-form .form-example--zip {
    color: #E8282B;
  }
  .contact-form .form-example--kana {
    color: #E8282B;
  }
  .contact-form .form-confirm {
    display: block;
    width: 100%;
  }
  .contact-form .form-confirm:last-of-type {
    display: none;
  }
  .contact-form .form-section {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.5em;
    color: #000000;
  }
  .contact-form .form-ttl {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1;
    color: #000;
  }
  .contact-form .form-ttl .red {
    margin-left: 10px;
    padding: 0 3px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
    font-weight: normal;
    color: #e50101;
  }
  .contact-form .form-cap {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: 500;
    color: #636363;
  }
  .contact-form .form label.radio-text {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .contact-form .form label.radio-text.box input {
    width: auto;
    margin-left: 20px;
  }
  .contact-form .form label.radio-text:before, .contact-form .form label.radio-text:after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
  .contact-form .form label.radio-text:before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
  }
  .contact-form .form label.radio-text:after {
    background: -webkit-linear-gradient(bottom right, #F7B1A4, #EB3B1C);
    background: linear-gradient(to top left, #F7B1A4, #EB3B1C);
    border-radius: 50%;
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 8px;
  }
  .contact-form .form input[type="radio"]:checked + label.radio-text::after {
    opacity: 1;
  }
  .contact-form .form .radio-btn {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
  }
  .contact-form .form input[type="text"], .contact-form .form input[type="email"], .contact-form .form input[type="tel"] {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    font-size: 3.73333vw;
    background-color: #FFFFFF;
    border: 1px solid #000;
    box-sizing: border-box;
  }
  .contact-form .form input[type="text"]::-webkit-input-placeholder, .contact-form .form input[type="email"]::-webkit-input-placeholder, .contact-form .form input[type="tel"]::-webkit-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form input[type="text"]:-ms-input-placeholder, .contact-form .form input[type="email"]:-ms-input-placeholder, .contact-form .form input[type="tel"]:-ms-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form input[type="text"]::placeholder, .contact-form .form input[type="email"]::placeholder, .contact-form .form input[type="tel"]::placeholder {
    color: #CCCCCC;
  }
  .contact-form .form textarea {
    width: 100%;
    height: 100px;
    padding: 8px;
    font-size: 14px;
    font-size: 3.73333vw;
    background-color: #FFFFFF;
    border: 1px solid #000;
    box-sizing: border-box;
  }
  .contact-form .form textarea::-webkit-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form textarea:-ms-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form textarea::placeholder {
    color: #CCCCCC;
  }
  .contact-form__privacy {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .contact-form__privacy-ttl {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .contact-form__privacy-text {
    width: 100%;
    height: 200px;
    padding: 20px;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.9;
    color: #000 !important;
    overflow-y: scroll;
    border: 1px solid #000;
    box-sizing: border-box;
  }
  .contact-form__check {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .contact-form__check label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1;
    color: #4C4948;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .contact-form__check label:before, .contact-form__check label:after {
    content: "";
    display: block;
    position: absolute;
  }
  .contact-form__check label:before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
  .contact-form__check label:after {
    opacity: 0;
    width: 14px;
    height: 14px;
    background-color: #EB3B1C;
    top: -1px;
    left: 9px;
  }
  .contact-form__check input[type="checkbox"]:checked + label.check-text::after {
    opacity: 1;
  }
  .contact-form .radio-text.box {
    display: inline !important;
  }
  .contact-form .radio-text.text {
    display: inline;
    width: 70% !important;
    margin-left: 10px;
  }
  .contact-form__text {
    margin-bottom: 60px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
    color: #333;
  }
  .contact-form .submit {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-form .submit input {
    display: none;
  }
  .contact-form .submit label {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1;
    color: #fff;
    background-color: #e50101;
    text-align: center;
  }
  .contact-form__thanks {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-form__thanks-btn {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 17px;
    font-size: 4.53333vw;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    background-color: #e50101;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .contact__wrap {
    padding: 100px 0;
  }
  .button__wrap-left {
    display: block;
    margin: 0 auto 20px !important;
    background-color: #A19F9E !important;
  }
  .form {
    margin-top: 20px;
  }
  .form-confirm div + div {
    border-top: 4px solid #D2D2D2;
    padding-top: 20px;
  }
  .form-confirm div:first-child {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #e50101;
  }
  .form-confirm div:last-child {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
  }
  .footer {
    width: 100%;
    padding: 50px 20px 30px;
    background-color: #e6e3db;
    box-sizing: border-box;
  }
  .footer__title {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 33.28px;
    letter-spacing: 3.36px;
    color: #000;
  }
  .footer__title-ttl--small {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .footer__block {
    width: 100%;
    margin: 0 auto;
  }
  .footer__block-text {
    font-size: 16px;
    color: #000;
  }
  .footer__block-text + .footer__block-text {
    margin-top: 10px;
  }
  .button-top__inner {
    position: relative;
    z-index: 10000;
  }
  .button-top__inner a {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 80px;
    z-index: 10000;
  }
  .button-top__inner a img {
    width: 100%;
  }
  .button-bottom {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  }
  .button-bottom--tel {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #E53D41;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1;
    text-decoration: none;
    text-align: center;
  }
  .button-bottom--tel span {
    display: block;
  }
  .button-bottom--mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    color: #E87800;
    background-color: #fff;
    border-top: 1px solid #E87800;
    border-bottom: 1px solid #E87800;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  .button-bottom--mail span {
    vertical-align: middle;
  }
  .button-bottom--mail span img {
    display: inline-block;
    width: 12.5%;
    margin-right: 10px;
    vertical-align: top;
  }
  .button-bottom--l {
    position: relative;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1;
    font-weight: bold;
  }
  .button-bottom--l img {
    display: inline-block;
    width: 6.6%;
    margin-right: 10px;
    vertical-align: bottom;
  }
  .contact-form {
    padding-top: 0;
  }
  .contact-form__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-form__intro {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
    color: #000;
  }
  .contact-form__intro p {
    display: inline-block;
    padding: 20px 30px;
    margin-bottom: 10px;
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 1.5;
    color: #e50101;
    border-top: 3px solid #e50101;
    border-bottom: 3px solid #e50101;
  }
  .contact-form__intro-text {
    display: block;
  }
  .contact-form__intro img {
    width: 100%;
  }
  .contact-form .form-example {
    margin-bottom: 20px;
  }
  .contact-form .form-example--zip {
    color: #E8282B;
  }
  .contact-form .form-example--kana {
    color: #E8282B;
  }
  .contact-form .form-confirm {
    display: block;
    width: 100%;
  }
  .contact-form .form-confirm:last-of-type {
    display: none;
  }
  .contact-form .form-section {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.5em;
    color: #000000;
  }
  .contact-form .form-ttl {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1;
    color: #000;
  }
  .contact-form .form-ttl .red {
    margin-left: 10px;
    padding: 0 3px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
    font-weight: normal;
    color: #e50101;
  }
  .contact-form .form-cap {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: 500;
    color: #636363;
  }
  .contact-form .form label.radio-text {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .contact-form .form label.radio-text.box input {
    width: auto;
    margin-left: 20px;
  }
  .contact-form .form label.radio-text:before, .contact-form .form label.radio-text:after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
  .contact-form .form label.radio-text:before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
  }
  .contact-form .form label.radio-text:after {
    background: -webkit-linear-gradient(bottom right, #F7B1A4, #EB3B1C);
    background: linear-gradient(to top left, #F7B1A4, #EB3B1C);
    border-radius: 50%;
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 8px;
  }
  .contact-form .form input[type="radio"]:checked + label.radio-text::after {
    opacity: 1;
  }
  .contact-form .form .radio-btn {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
  }
  .contact-form .form input[type="text"], .contact-form .form input[type="email"], .contact-form .form input[type="tel"] {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    font-size: 3.73333vw;
    background-color: #FFFFFF;
    border: 1px solid #000;
    box-sizing: border-box;
  }
  .contact-form .form input[type="text"]::-webkit-input-placeholder, .contact-form .form input[type="email"]::-webkit-input-placeholder, .contact-form .form input[type="tel"]::-webkit-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form input[type="text"]:-ms-input-placeholder, .contact-form .form input[type="email"]:-ms-input-placeholder, .contact-form .form input[type="tel"]:-ms-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form input[type="text"]::placeholder, .contact-form .form input[type="email"]::placeholder, .contact-form .form input[type="tel"]::placeholder {
    color: #CCCCCC;
  }
  .contact-form .form textarea {
    width: 100%;
    height: 100px;
    padding: 8px;
    font-size: 14px;
    font-size: 3.73333vw;
    background-color: #FFFFFF;
    border: 1px solid #000;
    box-sizing: border-box;
  }
  .contact-form .form textarea::-webkit-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form textarea:-ms-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form textarea::placeholder {
    color: #CCCCCC;
  }
  .contact-form__privacy {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .contact-form__privacy-ttl {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .contact-form__privacy-text {
    width: 100%;
    height: 200px;
    padding: 20px;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.9;
    color: #000 !important;
    overflow-y: scroll;
    border: 1px solid #000;
    box-sizing: border-box;
  }
  .contact-form__check {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .contact-form__check label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1;
    color: #4C4948;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .contact-form__check label:before, .contact-form__check label:after {
    content: "";
    display: block;
    position: absolute;
  }
  .contact-form__check label:before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
  .contact-form__check label:after {
    opacity: 0;
    width: 14px;
    height: 14px;
    background-color: #EB3B1C;
    top: -1px;
    left: 9px;
  }
  .contact-form__check input[type="checkbox"]:checked + label.check-text::after {
    opacity: 1;
  }
  .contact-form .radio-text.box {
    display: inline !important;
  }
  .contact-form .radio-text.text {
    display: inline;
    width: 70% !important;
    margin-left: 10px;
  }
  .contact-form__text {
    margin-bottom: 60px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
    color: #333;
  }
  .contact-form .submit {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-form .submit input {
    display: none;
  }
  .contact-form .submit label {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1;
    color: #fff;
    background-color: #e50101;
    text-align: center;
  }
  .contact-form__thanks {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-form__thanks-btn {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 17px;
    font-size: 4.53333vw;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    background-color: #e50101;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .contact__wrap {
    padding: 100px 0;
  }
  .button__wrap-left {
    display: block;
    margin: 0 auto 20px !important;
    background-color: #A19F9E !important;
  }
  .form {
    margin-top: 20px;
  }
  .form-confirm div + div {
    border-top: 4px solid #D2D2D2;
    padding-top: 20px;
  }
  .form-confirm div:first-child {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #e50101;
  }
  .form-confirm div:last-child {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
  }
}
