@charset "UTF-8";
/* Scss Document */
html:not(.responsive) {
  width: 100%;
  /* viewport */ }

/*=============================================
 * body
 *=============================================*/
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 500;
  background: #fff;
  color: #1A1311;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.0em;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  img {
    width: 100%;
    height: auto; } }
.navOpen #pagetop {
  opacity: 0; }

.txt-center {
  text-align: center; }

a {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease; }

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.fnt-gothic {
  /*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/ }

.fr {
  float: right; }

.fl {
  float: left; }

.object-fit-cover, .object-fit-cover-pc {
  position: relative; }

.object-fit-cover img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important; }

@media screen and (min-width: 768px) {
  .object-fit-cover-pc img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important; } }
a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden; }

@media screen and (min-width: 769px) {
  .pc_view {
    display: block; } }
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent; }

a[href^="tel:"] {
  text-decoration: none !important; }

@media screen and (min-width: 768px) {
  .none_hover {
    pointer-events: none; }

  a[href^="tel:"] {
    pointer-events: none;
    cursor: text; }

  .sp {
    display: none !important; } }
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 100;
  width: 96px; }
  .pagetop img {
    width: 100%;
    height: auto; }
  .pagetop:hover {
    opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .pagetop {
      position: static;
      width: 97px;
      margin: 0 auto 33px; } }

.fc-form [class^='error'] {
  position: static; }

.f_cl1 {
  color: #8BC63F; }

.f_cl2 {
  color: #F08300; }

.txt_r {
  text-align: right; }

i {
  font-style: normal; }

/*
::-webkit-scrollbar {
width:4px;


}
::-webkit-scrollbar-thumb {
background:#999	;
}
::-webkit-scrollbar * {
background:rgba(0,0,0,0);
}
*/
.d_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }

.brk_in {
  display: inline-block; }

.box_shadown {
  -webkit-box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
  box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63); }

.img_shadown {
  -webkit-box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
  box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43); }

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box; }
  .wrap > * {
    box-sizing: border-box; }
  @media screen and (max-width: 1260px) {
    .wrap {
      padding-left: 30px;
      padding-right: 30px;
      max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .wrap {
      padding-left: 0px;
      padding-right: 0px;
      max-width: 310px; } }

img {
  width: 100%;
  height: auto; }

header {
  position: relative;
  padding: 138px 0 0; }
  header h1 {
    margin-left: calc(50% - 689px);
    line-height: 1;
    font-weight: 900;
    font-size: 64px; }
    header h1 img {
      width: 77px;
      margin-right: 11px;
      position: relative;
      top: -3px; }
  @media screen and (max-width: 1400px) {
    header h1 {
      margin-left: 0;
      line-height: 1;
      font-size: 64px;
      margin-left: 30px; } }
  @media screen and (max-width: 1259px) {
    header h1 {
      font-size: 5.1vw; }
      header h1 img {
        width: 6.13vw; } }
  @media screen and (max-width: 767px) {
    header {
      padding-top: 82px; }
      header h1 {
        font-size: 20px;
        margin-left: calc(50% - 185px); }
        header h1 img {
          width: 42px;
          margin-right: 3px; } }
  @media screen and (max-width: 405px) {
    header h1 {
      white-space: nowrap;
      margin-left: 20px; } }

#key {
  position: relative;
  padding: 120px 0 50px; }
  #key .catch {
    position: absolute;
    left: calc(50% - 86px);
    top: -26px;
    font-weight: 700;
    font-size: 30px;
    text-align: right;
    z-index: 9;
    right: 0;
    line-height: 1; }
    #key .catch span {
      font-size: 60px; }
    #key .catch dd {
      color: #ED0000;
      margin: -24px 0 0; }
  #key .tag {
    font-weight: 900;
    font-size: 40px;
    line-height: 60px; }
    #key .tag h2 {
      position: relative;
      color: #fff;
      background-color: #F08300;
      padding: 48px 0 22px;
      margin: 10px 0 0;
      line-height: 73px; }
      #key .tag h2:before, #key .tag h2:after {
        background-color: #F08300;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        transform: translateX(100%); }
      #key .tag h2:after {
        transform: translateX(-100%);
        right: 0;
        left: auto; }
      #key .tag h2 img {
        width: 99px;
        margin-left: 13px; }
      #key .tag h2 span {
        font-size: 64px; }
    #key .tag .list {
      font-size: 24px;
      line-height: 30px;
      padding: 12px 0 0; }
      #key .tag .list dd {
        padding: 8px 0 0 48px;
        gap: 15px;
        align-items: flex-end;
        line-height: 1; }
        #key .tag .list dd ul {
          gap: 20px;
          align-items: flex-end; }
          #key .tag .list dd ul li {
            color: #fff;
            background-color: #8BC63F;
            line-height: 67px;
            padding: 0 10px;
            min-width: 138px;
            text-align: center;
            box-sizing: border-box; }
  @media screen and (max-width: 1259px) {
    #key {
      padding: 10vw 20px 5vw; }
      #key .wrap {
        max-width: 100%;
        padding: 0; }
      #key .catch {
        left: 501px;
        left: 44%;
        font-size: 35px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2vw;
        line-height: 1.4; }
        #key .catch span {
          font-size: 5vw; }
      #key .tag {
        font-size: 3.34vw;
        line-height: 1.3; }
        #key .tag h2 {
          line-height: 1.3;
          padding: 2vw 0 2vw; }
          #key .tag h2 span {
            font-size: 5vw; }
          #key .tag h2 img {
            width: 7%; }
        #key .tag .list {
          padding: 1vw 0 0;
          font-size: 1.9vw;
          line-height: 1.2; }
          #key .tag .list dd ul li {
            line-height: 1.5;
            padding: 1.2vw 0;
            min-width: 11vw; } }
  @media screen and (max-width: 767px) {
    #key {
      padding: 19px 0 0px; }
      #key .wrap {
        max-width: 310px;
        margin: 0 auto; }
      #key .catch {
        position: static;
        transform: none; }
      #key .tag {
        font-size: 20px;
        padding: 5px 0 0; }
        #key .tag h2 {
          font-size: 25px;
          line-height: 40px;
          margin: 7px 0 8px;
          padding: 24px 0 11px; }
          #key .tag h2 span {
            font-size: 40px;
            line-height: 1;
            padding: 7px 0 0px;
            display: inline-block; }
          #key .tag h2 img {
            width: 70px;
            position: relative;
            top: 3px;
            margin-left: 12px; }
        #key .tag .list {
          padding: 0;
          font-size: 16px; }
          #key .tag .list dd {
            padding: 4px 0 0 0;
            flex-wrap: wrap;
            text-align: right;
            justify-content: flex-end;
            gap: 8px; }
            #key .tag .list dd ul {
              gap: 12px;
              align-items: flex-start;
              width: 100%; }
              #key .tag .list dd ul li {
                line-height: 45px;
                min-width: 95px;
                padding: 0; } }

.h2-tt {
  max-width: 756px;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 900;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 60px; }
  .h2-tt:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F0DD90;
    height: 18px;
    z-index: -1; }
  .h2-tt:after {
    content: '';
    background: url("../img/shared/logo.svg") no-repeat 0 0/100%;
    width: 77px;
    height: 34px;
    position: absolute;
    bottom: 18px;
    left: 0;
    z-index: 1; }
  @media screen and (max-width: 800px) {
    .h2-tt {
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    .h2-tt {
      font-size: 20px;
      text-align: left;
      padding: 0 0 0 52px;
      margin-bottom: 30px; }
      .h2-tt:before {
        height: 10px;
        left: 6px;
        right: 6px; }
      .h2-tt:after {
        width: 42px;
        height: 19px;
        bottom: 9px;
        left: 7px; } }

#sec1 {
  padding: 105px 0 50px; }
  #sec1 .gr-list {
    justify-content: flex-end;
    padding: 0 25px 0 0; }
  #sec1 .list {
    font-weight: 900; }
    #sec1 .list dl {
      padding-bottom: 40px; }
      #sec1 .list dl dt {
        color: #8BC63F;
        font-size: 40px;
        line-height: 1.475;
        text-indent: -40px;
        padding-left: 40px; }
      #sec1 .list dl dd {
        max-width: 600px;
        padding: 17px 0 0 40px; }
  @media screen and (max-width: 1100px) {
    #sec1 .gr-list {
      padding: 0; } }
  @media screen and (max-width: 1080px) {
    #sec1 .list dl dt {
      font-size: 38px; } }
  @media screen and (max-width: 767px) {
    #sec1 {
      padding: 40px 0 15px; }
      #sec1 .list dl {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 32px; }
        #sec1 .list dl:last-child {
          padding-bottom: 0; }
        #sec1 .list dl dt {
          font-size: 28px;
          line-height: 41px;
          text-indent: -26px;
          padding-left: 42px; }
          #sec1 .list dl dt.ext {
            margin-right: -20px; }
        #sec1 .list dl dd {
          padding: 14px 27px 0 35px; } }

#sec2 {
  padding: 70px 0 94px; }
  #sec2 .photo-list {
    max-width: 768px;
    flex-wrap: nowrap;
    margin: 0 auto;
    gap: 43px;
    justify-content: space-between; }
    @media screen and (max-width: 999px) {
      #sec2 .photo-list {
        gap: 30px; } }
  #sec2 .time {
    padding: 70px 0 135px; }
    #sec2 .time h3 {
      font-size: 40px;
      font-weight: 900;
      padding-bottom: 68px; }
    #sec2 .time .list-time {
      max-width: 513px;
      margin: 0 auto;
      position: relative; }
      #sec2 .time .list-time:before {
        position: absolute;
        content: '';
        background-color: #707070;
        width: 4px;
        top: 50px;
        bottom: 50px;
        right: 126px; }
      #sec2 .time .list-time li {
        position: relative;
        font-weight: 900;
        color: #8BC63F;
        font-size: 40px;
        z-index: 1;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #sec2 .time .list-time li:not(:last-child) {
          margin-bottom: 48px; }
        #sec2 .time .list-time li span {
          display: flex;
          background-color: #F08300;
          color: #fff;
          text-align: center;
          width: 258px;
          height: 111px;
          border-radius: 50%;
          font-size: 48px;
          box-sizing: border-box;
          justify-content: center;
          align-items: center; }
  #sec2 .tbl-info {
    justify-content: space-between; }
    #sec2 .tbl-info dl {
      width: calc(48%);
      max-width: 565px;
      background-color: #F0DD90;
      line-height: 29px;
      font-size: 20px;
      padding: 68px 46px;
      box-sizing: border-box; }
      #sec2 .tbl-info dl dt {
        font-weight: 900; }
      @media screen and (max-width: 1100px) {
        #sec2 .tbl-info dl {
          padding: 40px 30px; } }
      @media screen and (max-width: 900px) {
        #sec2 .tbl-info dl {
          padding: 30px 20px; } }
  @media screen and (max-width: 767px) {
    #sec2 {
      padding: 30px 0 40px; }
      #sec2 .h2-tt {
        margin-bottom: 40px; }
      #sec2 .photo-list {
        flex-wrap: wrap;
        gap: 10px 0; }
        #sec2 .photo-list li {
          width: calc(50% - 5px); }
      #sec2 .time {
        padding: 47px 18px 93px; }
        #sec2 .time h3 {
          font-size: 21px;
          padding-bottom: 35px; }
        #sec2 .time .list-time {
          max-width: 100%; }
          #sec2 .time .list-time:before {
            width: 2px;
            top: 50px;
            bottom: 50px;
            right: 68px; }
          #sec2 .time .list-time li {
            font-size: 21px; }
            #sec2 .time .list-time li:not(:last-child) {
              margin-bottom: 26px; }
            #sec2 .time .list-time li span {
              width: 138px;
              height: 59px;
              font-size: 26px; }
      #sec2 .tbl-info {
        gap: 42px; }
        #sec2 .tbl-info dl {
          width: 100%;
          line-height: 27px;
          font-size: 18px;
          padding: 66px 29px 64px 30px;
          min-height: 400px; } }

#price .wrap {
  background-color: #8BC63F;
  padding: 97px 60px 35px;
  box-sizing: border-box; }
#price h2 {
  font-size: 48px;
  line-height: 95px;
  font-weight: 900;
  padding-bottom: 48px; }
#price h3 {
  color: #fff;
  font-size: 48px;
  line-height: 95px;
  font-weight: 900;
  padding-bottom: 98px; }
  #price h3 .num {
    font-size: 144px;
    display: inline-block;
    line-height: 1;
    padding: 0 10px 0 20px; }
  #price h3 .t {
    font-weight: 700;
    display: inline-block;
    line-height: 1.4; }
    @media screen and (max-width: 999px) {
      #price h3 .t .sp {
        display: block !important; } }
#price .tbl-price {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 77px; }
  #price .tbl-price h4 {
    padding-bottom: 70px; }
  #price .tbl-price .box {
    text-align: center; }
  #price .tbl-price .tbl-in {
    display: inline-block;
    text-align: left; }
    #price .tbl-price .tbl-in dl {
      margin-bottom: 59px;
      position: relative;
      display: flex;
      justify-content: space-between; }
      #price .tbl-price .tbl-in dl dd {
        display: flex;
        width: 386px;
        justify-content: flex-end;
        gap: 20px; }
        #price .tbl-price .tbl-in dl dd span {
          white-space: nowrap; }
          #price .tbl-price .tbl-in dl dd span.num {
            text-align: right; }
          #price .tbl-price .tbl-in dl dd span:nth-child(2) {
            width: 152px; }
      #price .tbl-price .tbl-in dl.total dd {
        width: 100%; }
#price .note {
  font-size: 20px;
  line-height: 1.5;
  float: right;
  text-align: left; }
@media screen and (max-width: 767px) {
  #price .wrap {
    padding: 67px 0 33px; }
  #price h2 {
    font-size: 35px;
    padding-bottom: 20px;
    line-height: 40px; }
  #price h3 {
    font-size: 24px;
    line-height: 70px;
    padding: 0 0 41px; }
    #price h3 .num {
      font-size: 71px;
      padding: 0; }
    #price h3 .t {
      font-size: 25px;
      line-height: 37px; }
  #price .tbl-price {
    font-size: 18px;
    padding-bottom: 20px; }
    #price .tbl-price h4 {
      font-size: 20px;
      padding-bottom: 30px; }
    #price .tbl-price .box {
      text-align: center; }
    #price .tbl-price .tbl-in {
      display: block;
      padding: 0 13px; }
      #price .tbl-price .tbl-in dl {
        margin-bottom: 27px; }
        #price .tbl-price .tbl-in dl dd {
          display: flex;
          width: 161px;
          gap: 14px; }
          #price .tbl-price .tbl-in dl dd span:nth-child(2) {
            width: 67px; }
        #price .tbl-price .tbl-in dl.total dd {
          width: 100%; }
  #price .note {
    font-size: 14px;
    line-height: 20px;
    float: none;
    padding: 0 16px 0 15px; } }

#contact {
  padding: 122px 0 190px;
  font-size: 24px;
  font-weight: 700; }
  #contact h2 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 78px; }
  #contact .caption--askerisk {
    width: 74px;
    display: inline-block; }
  #contact .i-list {
    font-size: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 76px; }
  #contact .i-custom {
    cursor: pointer;
    display: inline-block;
    margin: 0 0px;
    position: relative;
    line-height: 1; }
  #contact .i-custom input {
    opacity: 0;
    position: absolute; }
  #contact .i-custom span {
    padding-left: 55px;
    position: relative;
    display: flex;
    align-items: center; }
  #contact .i-custom span:before,
  #contact .i-custom span:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: all .3s ease;
    margin: 0; }
  #contact .i-custom input[type="radio"] ~ span:before,
  #contact .i-custom input[type="radio"] ~ span:after {
    border-radius: 100%; }
  #contact .i-custom span:before {
    background: #FEFEFE;
    width: 13px;
    height: 13px;
    border: 1px solid #8d8d8d;
    left: 0; }
  #contact .i-custom span:after {
    opacity: 0;
    background: url("../img/support/checked.png") no-repeat center/100% auto;
    width: 15px;
    height: 15px;
    left: 0; }
  #contact .i-custom input[type="radio"] ~ span::before {
    width: 27px;
    height: 27px;
    border: 1px solid #707070; }
  #contact .i-custom input[type="radio"] ~ span::after {
    width: 19px;
    height: 19px;
    top: 5px;
    left: 5px;
    bottom: auto;
    background: #1F1F1F; }
  #contact .i-custom:hover span:after {
    opacity: .5; }
  #contact .i-custom input:checked ~ span:after {
    opacity: 1; }
  #contact input[type="text"], #contact input[type="tel"], #contact input[type="email"], #contact textarea {
    border: 2px solid #707070;
    width: 100%;
    padding: 4px 15px;
    box-sizing: border-box;
    line-height: 30px; }
  #contact textarea {
    min-height: 268px;
    resize: vertical; }
  #contact .fc-form {
    word-break: break-all; }
  #contact .form-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 766px;
    margin: 0 0 78px 82px; }
    #contact .form-row.ext {
      margin-bottom: 63px;
      position: relative;
      text-align: center; }
    #contact .form-row.ext2 {
      margin-bottom: 60px; }
    #contact .form-row .form-caption {
      width: 270px; }
    #contact .form-row .form-value {
      width: calc(100% - 270px);
      word-break: break-all; }
  #contact .form-button button {
    background-color: #707070;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    line-height: 45px;
    padding: 0 15px;
    font-size: 24px;
    font-weight: 700; }
    #contact .form-button button:hover {
      opacity: 0.8; }
  #contact .form-button .submit-form, #contact .form-button .submit-confirm {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    gap: 30px; }
  #contact .confirm-main .caption--askerisk {
    display: none; }
  #contact #thanks {
    display: none; }
  @media screen and (max-width: 1260px) {
    #contact .form-row {
      margin-left: 0;
      width: 100%; }
      #contact .form-row.ext {
        position: relative; }
        #contact .form-row.ext .form-caption {
          position: absolute;
          left: 0;
          top: 0; }
        #contact .form-row.ext .form-value {
          width: 100%; }
    #contact .fc-form {
      max-width: 766px;
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    #contact {
      font-size: 18px;
      padding: 70px 0; }
      #contact h2 {
        font-size: 20px;
        padding-bottom: 32px; }
      #contact .i-list {
        font-size: 20px;
        gap: 22px; }
      #contact .i-custom input[type="radio"] ~ span::before {
        width: 17px;
        height: 17px; }
      #contact .i-custom span {
        padding-left: 38px; }
      #contact .i-custom input[type="radio"] ~ span::after {
        width: 13px;
        height: 13px;
        top: 3px;
        left: 3px; }
      #contact .form-row {
        margin-bottom: 25px;
        display: block; }
        #contact .form-row.ext {
          margin-bottom: 57px; }
        #contact .form-row.ext2 {
          margin-bottom: 33px; }
        #contact .form-row .form-caption {
          width: auto;
          padding-bottom: 25px; }
        #contact .form-row .form-value {
          width: auto; }
      #contact .caption--askerisk {
        width: 51px; }
      #contact .form-button button {
        line-height: 39px;
        padding: 0 15px;
        font-size: 20px; }
      #contact .confirm-main .form-row.ext {
        margin-bottom: 25px; } }

footer {
  background-color: #F0DD90;
  font-weight: 700;
  padding: 38px 0 140px; }
  footer .ft-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    padding: 0 34px 0 0px; }
    footer .ft-logo .logo {
      padding: 18px 0 0 0;
      font-size: 40px;
      white-space: nowrap; }
      footer .ft-logo .logo img {
        width: 74px;
        height: auto;
        margin: 0 13px 0 0; }
    footer .ft-logo .tit {
      font-size: 24px;
      display: flex;
      align-items: center;
      line-height: 1;
      padding: 0px 0 0px 0; }
      footer .ft-logo .tit img {
        width: 98px;
        margin-left: 14px;
        position: relative;
        top: 4px; }
  footer .lead .list {
    font-size: 22px;
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: right;
    padding-right: 140px; }
    footer .lead .list p {
      width: 100%; }
    footer .lead .list .tel {
      padding: 11px 0 0px; }
      footer .lead .list .tel small span {
        font-size: 28px;
        padding: 0 28px 0 14px; }
      footer .lead .list .tel .num {
        font-size: 40px;
        display: inline-block;
        padding: 0 0px 0 11px; }
    footer .lead .list .mail {
      padding: 0 11px 0 0;
      gap: 36px;
      display: flex;
      justify-content: flex-end; }
  footer .f-banner {
    max-width: 1012px;
    margin: 85px auto 0;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px; }
    footer .f-banner li {
      width: 278px; }
      footer .f-banner li a {
        display: block;
        background-color: #fff;
        border: 1px solid #707070; }
  @media screen and (max-width: 1170px) {
    footer .ft-logo {
      padding-right: 0; }
    footer .lead .list {
      padding-right: 110px; } }
  @media screen and (max-width: 1130px) {
    footer .ft-logo .logo {
      padding-top: 1.3vw;
      font-size: 3.6vw; }
    footer .ft-logo .tit {
      font-size: 2.1vw;
      white-space: nowrap; }
      footer .ft-logo .tit img {
        width: 8.5vw;
        margin-left: 1vw; }
    footer .lead .list {
      font-size: 2vw;
      padding-right: 9.2vw; }
      footer .lead .list .mail {
        padding-right: 0; }
      footer .lead .list .tel .num {
        font-size: 3.5vw; }
      footer .lead .list .tel small span {
        font-size: 2.5vw; } }
  @media screen and (max-width: 767px) {
    footer {
      padding: 38px 0 80px; }
      footer .ft-logo {
        display: block;
        padding: 0; }
        footer .ft-logo .logo {
          font-size: 30px;
          padding: 0 0 10px; }
          footer .ft-logo .logo img {
            display: block;
            margin: 0 auto; }
          footer .ft-logo .logo span {
            display: block;
            font-size: 30px;
            padding: 16px 0 0; }
        footer .ft-logo .tit {
          font-size: 20px;
          line-height: 24px;
          gap: 0;
          position: relative; }
          footer .ft-logo .tit img {
            width: 70px;
            margin: 0;
            position: absolute;
            right: 31px;
            top: -2px; }
      footer .lead .list {
        text-align: left;
        display: block;
        font-size: 18px;
        padding: 0 0 40px; }
        footer .lead .list .tel {
          padding: 14px 0 0px;
          line-height: 33px; }
          footer .lead .list .tel .num {
            font-size: 30px;
            padding-left: 20px; }
          footer .lead .list .tel small span {
            font-size: 22px; }
        footer .lead .list .mail {
          justify-content: flex-start;
          gap: 32px; }
      footer .f-banner {
        width: 278px;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 17px; }
        footer .f-banner li {
          width: 100%; } }
