@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@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;
  }
  @font-face {
    font-family: 'KiwiMaru';
    src: url("../fonts/KiwiMaru-Light.woff") format("woff"), url("../fonts/KiwiMaru-Light.ttf") format("truetype");
    font-weight: lighter;
    font-style: normal;
  }
  @font-face {
    font-family: 'KiwiMaru';
    src: url("../fonts/KiwiMaru-Regular.woff") format("woff"), url("../fonts/KiwiMaru-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'KiwiMaru';
    src: url("../fonts/KiwiMaru-Medium.woff") format("woff"), url("../fonts/KiwiMaru-Medium.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
  }
  body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #3E3A39;
    line-height: 1.5em;
  }
  section {
    background-color: #FFF;
  }
  .header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
    padding: 13px 0 13px 20px;
    top: 0;
    box-sizing: border-box;
    background-color: #fff;
  }
  .header__logo {
    margin-right: 50px;
  }
  .header__logo img {
    width: 98px;
  }
  .header__nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*アニメーション設定*/
    z-index: 80;
    background-color: #E53D41;
  }
  .header__nav .header__logo {
    padding-top: 13px;
    margin-left: 20px;
  }
  .header__nav .header__logo img {
    width: 98px;
  }
  .header__nav ul {
    width: 64%;
    margin: 40px auto 30px;
  }
  .header__nav ul li {
    padding-bottom: 20px;
  }
  .header__nav ul li a {
    display: block;
    position: relative;
    font-size: 20px;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1.6;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
  }
  .header__nav ul li a:after {
    content: url(../img/icon_nav_sp.png);
    position: absolute;
    right: 0;
  }
  .header__nav ul li + li {
    border-top: 1px solid #fff;
    padding-top: 20px;
  }
  .header__nav-tel {
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    color: #E8282B;
    text-align: center;
    border-radius: 30px;
    background-color: #E87800;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: #fff;
  }
  .header__nav-tel-text {
    line-height: 1;
    margin-bottom: 5px;
  }
  .header__nav-tel-tel {
    position: relative;
  }
  .header__nav-tel-tel a {
    font-size: 25px;
    font-size: 6.66667vw;
    line-height: 1;
    font-weight: bold;
    color: #E8282B;
    text-decoration: none;
  }
  .header__nav-tel-tel img {
    width: 5.7%;
    margin-right: 10px;
  }
  .menu-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -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;
    background-color: #E53D41;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn {
    background-color: #E53D41;
  }
  #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: #fff;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .header__nav {
    left: 0;
    /*メニューを画面内へ*/
  }
  .mv {
    width: 100%;
    margin-top: 60px;
  }
  .mv__img {
    margin: 0;
  }
  .mv__img img {
    display: block;
    width: 100%;
    margin: 0;
  }
  .sec01 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec01__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 39px;
    padding-bottom: 30px;
  }
  .sec01__ttl {
    font-family: 'KiwiMaru';
    margin-bottom: 25px;
    font-size: 25px;
    font-size: 6.66667vw;
    line-height: 1;
    color: #E87800;
    font-weight: bold;
    text-align: center;
  }
  .sec01__ttl:before {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .sec01__ttl:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto 10px;
    background-image: url(../img/sec01_ttl.png);
    background-size: cover;
  }
  .sec01__intro {
    margin-bottom: 33px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
    font-weight: 500;
  }
  .sec01__block {
    width: 100%;
    padding: 20px 17px;
    border: 2px solid #E87800;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .sec01__block-ttl {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: 2.5;
    color: #E87800;
    text-align: center;
  }
  .sec01__block-img {
    margin-bottom: 40px;
    text-align: center;
    display: block;
  }
  .sec01__block-img img {
    width: 80%;
  }
  .sec01__block-text {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .sec01__block-text--red {
    padding: 20px 14px;
    font-weight: bold;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.6;
    color: #fff;
    background-color: #E53D41;
    border-radius: 10px;
  }
  .sec02 {
    background-color: #FBF1E5;
  }
  .sec02__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 0;
  }
  .sec02__ttl {
    font-family: 'KiwiMaru';
    margin-bottom: 25px;
    font-size: 25px;
    font-size: 6.66667vw;
    line-height: 1;
    color: #E87800;
    font-weight: bold;
    text-align: center;
  }
  .sec02__ttl:before {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .sec02__ttl:before {
    content: "";
    display: block;
    width: 42px;
    height: 48px;
    margin: 0 auto 10px;
    background-image: url(../img/sec02_ttl.png);
    background-size: cover;
  }
  .sec02__block {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #FFFFC8;
    border: 2px solid #E87800;
    border-radius: 10px;
    overflow: hidden;
  }
  .sec02__block:after {
    content: url(../image/sec02_dot.png);
    position: absolute;
    bottom: -25px;
  }
  .sec02__left {
    width: 100%;
  }
  .sec02__left-ttl {
    width: 100%;
    margin-bottom: 10px;
    padding: 17px 0 20px;
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    letter-spacing: 4px;
    color: #FFFFFF;
    background-color: #E87800;
  }
  .sec02__left-img {
    text-align: center;
  }
  .sec02__left-img img {
    width: 80%;
  }
  .sec02__right {
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 14px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.6;
    font-weight: 500;
  }
  .sec02__right-img {
    width: 210px;
  }
  .sec02__right-cap {
    margin-top: -6px;
    padding: 5px 0;
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 1.6;
    color: #FFFFFF;
    background-color: #944E35;
    text-align: center;
  }
  .sec02__right-text {
    width: 100%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.6;
    margin: 20px 0;
  }
  .sec02__right-btn-btn {
    position: relative;
    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;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 10px 0;
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 1;
    font-weight: bold;
    color: #E87800;
    text-decoration: none;
    text-align: center;
    border: 2px solid #E87800;
    border-radius: 33px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .sec02__right-btn-btn img {
    width: 9.6%;
    margin-right: 10px;
  }
  .sec02__caution {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
  }
  .contact {
    background-color: #E87800;
    padding: 50px 0 70px;
  }
  .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
    color: #E87800;
  }
  .contact__ttl:before {
    content: "";
    display: block;
    width: 18px;
    height: 28px;
    background-image: url(../img/contact_l.png);
    background-size: cover;
    vertical-align: baseline;
  }
  .contact__ttl:after {
    content: "";
    display: block;
    width: 18px;
    height: 28px;
    background-image: url(../img/contact_r.png);
    background-size: cover;
  }
  .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;
  }
  .footer {
    width: 67vw;
    margin: 0 auto;
    padding: 120px 0 80px;
  }
  .footer__title {
    margin-bottom: 20px;
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    color: #E87800;
  }
  .footer__address {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #999999;
  }
  .footer__block {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.6;
    width: 100%;
    margin: 0 auto 35px;
  }
  .footer__block-text + .footer__block-text {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dotted #999999;
  }
  .footer__block-btn a {
    display: block;
    margin-bottom: 10px;
  }
  .footer__text {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    color: #751E23;
  }
  .footer__copy {
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.6;
    text-align: center;
  }
  .button-top__inner {
    position: relative;
  }
  .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;
  }
  .service {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .service-sec01 {
    margin-top: -80px;
    padding-top: 80px;
  }
  .service-sec01__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0 0;
  }
  .service-sec01__ttl {
    margin-bottom: 25px;
    padding: 12px 0;
    text-align: center;
    border-top: 1px solid #E87800;
    border-bottom: 1px solid #E87800;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1;
    font-weight: bold;
    line-height: 25px;
    color: #E87800;
    text-align: center;
  }
  .service-sec01__ttl--small {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.5;
    font-weight: 500;
    display: block;
  }
  .service-sec01__ttl-sub {
    margin-bottom: 30px;
    padding: 12px 0;
    background-color: #FBF1C5;
    color: #E87800;
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 1;
    font-weight: 500;
    text-align: center;
  }
  .service-sec01__intro {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
    font-weight: 500;
  }
  .service-sec01__block {
    width: 100%;
  }
  .service-sec01__block-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 9px 0 9px 15px;
    border-radius: 10px;
    background-color: #FBF1E5;
    box-sizing: border-box;
  }
  .service-sec01__block-box + .service-sec01__block-box {
    margin-top: 10px;
  }
  .service-sec01__block-box-icon {
    margin-right: 10px;
    width: 15%;
  }
  .service-sec01__block-box-icon img {
    width: 100%;
  }
  .service-sec01__block-box-text {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.6;
    font-weight: bold;
    color: #E87800;
  }
  .service-sec01__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 20px 4%;
  }
  .service-sec01__gallery-box {
    width: 48%;
  }
  .service-sec01__gallery-box img {
    width: 100%;
  }
  .service-sec01__gallery.adjust {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .service-sec01__gallery p {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
  }
  .service-sec01__gallery p.text--right {
    text-align: right;
  }
  .service-sec01__table {
    width: 100%;
    margin-bottom: 24px;
  }
  .service-sec01__table tr th,
  .service-sec01__table tr td {
    padding: 11px 20px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: 500;
  }
  .service-sec01__table tr th:first-child,
  .service-sec01__table tr td:first-child {
    text-align: left;
  }
  .service-sec01__table tr th:last-child,
  .service-sec01__table tr td:last-child {
    text-align: right;
  }
  .service-sec01__table thead tr {
    border-bottom: 1px solid #999999;
  }
  .service-sec01__table thead tr th {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: bold;
    color: #808080;
  }
  .service-sec01__table tbody {
    padding-top: 20px;
  }
  .service-sec01__table tbody tr {
    border-bottom: 1px dotted #C3C3C3;
  }
  .service-sec01__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.8;
    font-weight: 500;
  }
  .service-sec01__bnr {
    position: relative;
    z-index: 100;
    width: 100%;
    margin-top: 20px;
    border: 3px solid #E87800;
    background-color: #E87800;
    border-radius: 15px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .service-sec01__bnr-ttl {
    padding: 10px;
    background-color: #E87800;
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .service-sec01__bnr-text {
    background-color: #FFFFC8;
    padding: 10px 14px 16px;
    color: #E87800;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .service__left {
    width: 370px;
  }
  .service__left img {
    width: 100%;
  }
  .service__right {
    width: 300px;
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
  }
  .service__right .text--orange {
    color: #EA5205;
  }
  .contact-form {
    padding-top: 60px;
  }
  .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: 80px;
    text-align: center;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
  }
  .contact-form__intro p {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
  }
  .contact-form__intro img {
    width: 100%;
  }
  .contact-form .form .form-ttl {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    color: #E87800;
  }
  .contact-form .form .form-ttl .red {
    margin-left: 10px;
    padding: 0 3px;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
    background-color: #E8282B;
  }
  .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-color: #E87800;
    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: 10px 20px;
    font-size: 14px;
    background-color: #F2F2F2;
    border-radius: 8px;
    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%;
    padding: 20px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
    background-color: #F2F2F2;
    border-radius: 8px;
    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 .form-example {
    margin-bottom: 40px;
  }
  .contact-form .form-example--zip {
    color: #E8282B;
  }
  .contact-form .form-example--kana {
    color: #E8282B;
  }
  .contact-form .form-confirm:last-of-type {
    display: none;
  }
  .contact-form__privacy {
    background-color: #FBF1E5;
    margin-bottom: 40px;
  }
  .contact-form__privacy-text {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.9;
    color: #4C4948 !important;
  }
  .contact-form__check {
    width: 80%;
    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 {
    border-bottom: 2px solid #ddd;
    border-left: 2px solid #ddd;
    opacity: 0;
    height: 5px;
    width: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 2px;
    left: 10px;
  }
  .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;
    color: #333;
  }
  .contact-form .submit {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-form .submit input {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1;
    color: #fff;
    background-color: #E53D41;
    border-radius: 37px;
  }
  .contact-form__thanks {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-form__thanks-btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 15px;
    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;
  }
  .form {
    margin-top: 20px;
  }
  .form-confirm div:first-child {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #E87800;
  }
  .form-confirm div:last-child {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
  }
}
