@charset "UTF-8";
/*
* reset.css
*
* Copyright 2015, SoftBank
* 
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  -webkit-text-size-adjust: none;
  font-family: -apple-system, helvetica, arial, "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "ms pgothic", sans-serif;
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
    height: auto;
    overflow: hidden;
    /**/
}

.clear {
  clear: both;
}





@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');


@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}

*:focus {
  outline: none;
}

.mb16 {
  margin-bottom: 16px;
}

html {
  height: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  height: 100%;
  overflow-x: hidden;
}

a {
  color: #ad0202;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: underline;
  opacity: 1;
  display: block;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

ul {
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0;
  padding: 0;
  /* Win Edge */
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

.only_sp {
  display: none;
}

.only_pc {
  display: block;
}

p {
  line-break: strict;
  word-break: normal;
}

#header {
  /* background: #e2e1e9; */
  background-color: #000;
}

#nav {
  width: 100%;
  z-index: 999;
  position: relative;
  background-color: rgb(0 0 0 / 70%);
}

#nav .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0px;
}

#nav h1 {
  /* width: 180px; */
}

#nav h1 .logo.bl {
  display: none;
}

#nav h1 img {
  height: 90px;
}

#nav .header_btn {
  height: 80px;
  display: flex;
  justify-content: space-between;
}

#nav .header_btn a {
  border-radius: 12px;
  display: inline-block;
  margin-left: 3px;
}

#nav .header_btn a:first-child {
  margin-left: 0;
}

#nav.fixed {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
}

#nav.fixed .logo.wh {
  display: none;
}

#nav.fixed .logo.bl {
  display: inline-block;
}

#MV {
  /*background:-moz-linear-gradient(top, #fff, $c_base1);
  background:linear-gradient(top, #fff, $c_base1);*/
  /* position: relative;
  z-index: 0;
  background-color: #000; */
}

/* 
#MV .MV_bg {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 578px;
  position: relative;
}

#MV:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/MV_bg_pc.jpg) top center no-repeat;
  -webkit-animation: bgFadeIn 4s ease 0.5s 1 normal;
  animation: bgFadeIn 4s ease 0.5s 1 normal;
} */

/* #MV .MV_ttl {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 70%;
  -webkit-animation: SlideIn 1s ease 0.5s 1;
  animation: SlideIn 1s ease 0.5s 1;
}

#MV .MV_ttl img {
  width: 100%;
  max-width: 625px;
} */

@-webkit-keyframes bgFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes bgFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes SlideIn {
  0% {
    opacity: 0;
    left: 35%;
  }

  100% {
    opacity: 1;
    left: 50%;
  }
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    left: 35%;
  }

  100% {
    opacity: 1;
    left: 50%;
  }
}

.SlideInLeft {
  opacity: 0;
  position: relative;
  left: -64px;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

.SlideInLeft.isAnimate {
  opacity: 1;
  left: 0;
}

.FadeInDown {
  opacity: 0;
  position: relative;
  top: -64px;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

.FadeInDown.isAnimate {
  opacity: 1;
  top: 0;
}

#main {
  position: relative;
  z-index: 0;
}

.scroll {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-animation: cloud 1s ease-in-out 0s infinite;
  animation: cloud 1s ease-in-out 0s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes cloud {
  0% {
    top: 0;
  }

  100% {
    top: 0.1%;
  }
}

@keyframes cloud {
  0% {
    top: 0;
  }

  100% {
    top: 0.1%;
  }
}

.container {
  padding: 64px 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

h2 {
  margin-bottom: 48px;
}

#benefits {
  background: url(../img/bg_pattern01.png) top left repeat;
  background-size: 30px;
  font-size: 2vmin;
}

#benefits h2 img {
  max-width: 464px;
  width: 58%;
}

#benefits .intro {
  color: #fff;
  font-weight: bold;
  line-height: 1.7em;
  font-size: 2.6vmin;
  margin-bottom: 6%;
  margin-top: 2%;
}

#benefits .intro span {
  position: relative;
  z-index: 0;
}

#benefits .intro span:before {
  content: "";
  background: #3F51B5;
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -3px;
  z-index: -1;
}

#benefits .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2%;
}

#benefits .flexbox li {
  background: #fff;
  width: 41%;
  margin-bottom: 4%;
  text-align: left;
  padding: 8% 3% 3% 3%;
  position: relative;
}

#benefits .flexbox li:first-child {}

#benefits .flexbox li:last-child {
  margin-bottom: 0;
}

#benefits .flexbox li .point_ttl {
  max-width: 454px;
  position: absolute;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 10%;
  width: 90%;
}

#benefits .flexbox li p {
  color: #000000;
}

#benefits .flexbox li a {
  display: inline-block;
}

#merit {
  background: url(../img/merit_bg_pc.png) center center no-repeat;
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  background-size: cover;
}

#merit .merit_ttl {
  display: inline-block;
  position: relative;
  margin-top: 2%;
}

#merit .merit_ttl:before {
  content: "";
  position: absolute;
  border-top: solid 1px #fff;
  width: 1px;
  left: 0;
  top: 0;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
}

#merit .merit_ttl:after {
  content: "";
  position: absolute;
  border-bottom: solid 1px #fff;
  width: 1px;
  bottom: 0;
  right: 0;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
}

#merit .merit_ttl h2 {
  position: relative;
  padding: 20px 80px 30px;
  margin-bottom: 0;
}

#merit .merit_ttl h2:before {
  content: "";
  height: 1px;
  position: absolute;
  border-left: solid 1px #fff;
  top: -20px;
  left: 20px;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
}

#merit .merit_ttl h2:after {
  content: "";
  height: 1px;
  position: absolute;
  border-right: solid 1px #fff;
  bottom: -20px;
  right: 20px;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
}

#merit .merit_ttl h2 img {
  max-width: 490px;
  width: 100%;
}

#merit .merit_ttl.FadeInDown.isAnimate:before {
  width: 80px;
}

#merit .merit_ttl.FadeInDown.isAnimate:after {
  width: 80px;
}

#merit .merit_ttl.FadeInDown.isAnimate h2:before {
  height: 80px;
}

#merit .merit_ttl.FadeInDown.isAnimate h2:after {
  height: 80px;
}

#merit p {
  color: #000;
  font-weight: bold;
  margin: 6% auto;
  line-height: 1.7em;
  font-size: 2.6vmin;
}

#merit .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4%;
}

#merit .flexbox li {
  width: 23%;
  margin-right: 2%;
}

#merit .flexbox li:nth-child(4n) {
  margin-bottom: 2%;
  margin-right: 0;
}

#merit .flexbox li img {
  width: 100%;
}

.merit_footer_message {
  background-color: #ffd414;
  background-image: radial-gradient(circle, rgba(255, 242, 58, 1), rgba(255, 183, 6, 1) 80%);
  line-height: 1.35;
  padding: 12px 0 15px;
  font-size: 5vmin !important;
  font-weight: 700;
  border: solid 2px #7d690e;
  box-shadow: 5px 5px 3px #9d9c9c;
}

#flow {
  background: #fff;
  padding-top: 6%;
}

#flow h2 img {
  max-width: 167px;
  width: 22%;
}

#flow .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4%;
}

#flow .flexbox li {
  position: relative;
  width: 46%;
}

#flow .flexbox li:nth-child(2n+1) {
  margin-right: 6%;
  margin-bottom: 0;
}

#flow .flexbox li:nth-child(2n) {
  margin-bottom: 2%;
}

#flow .flexbox li:last-child {
  margin-bottom: 0;
}

#flow .flexbox li img {
  width: 100%;
}

#salary {
  background: #fff;
}

#salary .container {
  width: 100%;
  max-width: 720px;
}

#system {
  background: url(../img/bg_pattern02.png) top left repeat;
  background-size: 30px;
  font-size: 2.6vmin;
}

#system .system img {
  max-width: 232px;
  width: 31%;
}

#system table {
  width: 100%;
  margin-bottom: 48px;
}

#system table tr th {
  background: #181818;
  color: #fff;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  width: 12%;
  font-weight: bold;
  letter-spacing: 0.2em;
}

#system table tr:last-child th {
  border-bottom: none;
}

#system table tr td {
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #000000;
  padding: 14px 8px;
}

#system table tr td span {
  font-weight: bold;
}

#system table tr:last-child td {
  border-bottom: none;
}

#system table tr #example {
  border: 1px dotted #000000;
  padding: 8px;
  margin-top: 32px;
}

#system table .map {
  text-align: right;
  position: relative;
  font-family: "Hiragino Sans";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#system table .map img {
  width: 4%;
  max-width: 18px;
  margin-right: 1%;
}

.gallery {
  margin-bottom: 64px;
}

.gallery img {
  width: 80%;
}

.contacts {
  clip-path: polygon(100% 0%, 0% 8%, 0% 100%, 100% 92%);
  -webkit-clip-path: polygon(100% 0%, 0% 8%, 0% 100%, 100% 92%);
  z-index: 1;
  margin-top: -4.5%;
  margin-bottom: -4.5%;
  background: url(../img/bg_pattern03.png) top left repeat;
  background-size: 4px;
  position: relative;
}

.contacts .contacts_wrapper {
  padding: 3% 0;
}

.contacts .contacts_wrapper:after {
  content: "";
  clip-path: polygon(10% 0, 40% 0, 60% 100%, 30% 100%);
  -webkit-clip-path: polygon(10% 0, 40% 0, 60% 100%, 30% 100%);
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  display: block;
}

.contacts h2 img {
  width: 74%;
  max-width: 567px;
}

.contacts .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts .flexbox li.nomu {
  width: 28%;
}

.contacts .flexbox li.nomu img {
  width: 100%;
}

.contacts .flexbox li.mail {
  width: 94%;
  margin-right: 2%;
}

.contacts .flexbox li.line {
  width: 66%;
  margin-right: 2%;
}

.contacts .flexbox li.phone {
  width: 66%;
}

.contacts .flexbox li a:hover {
  opacity: 1;
}

.contacts .flexbox li a img {
  width: 100%;
}

.contents {
  /* background: url(../img/contents_pc.png) center center no-repeat;
  background-size: 100%; */
  padding: 12%;
  -webkit-transition: 3s all;
  transition: 3s all;
  /*.link_btn {
      position: absolute;
      bottom: 5%;
   left: 10%;
      div {
          display: inline-block;
          border-radius: 50%;
          &:first-child {
                  margin-right: 10px;
          }
          a {
              background: linear-gradient(135deg, $c_base1, $c_base2);
              border-radius: 50%;
              width: 90px;
              height: 90px;
              position: relative;
              img {
                  position: absolute;
                  height: auto;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                  width: 50%;
              }
              &:hover {
                  opacity: 1;
                  background: linear-gradient(135deg, $c_base3, $c_yellow);
              }
          }
      }
  }*/
}

footer {
  background: #020202;
  padding: 24px 10px 150px;
  font-size: 12px;
  color: #fff;
  position: relative;
}

footer .page_top {
  position: absolute;
  right: 8px;
  bottom: 90px;
}

footer .page_top img {
  width: 70px;
}

footer a {
  text-decoration: none;
}

/* ------------------------sp mode---------------------------- */
@media screen and (max-width: 767px) {
  .only_sp {
    display: block;
  }

  .only_pc {
    display: none !important;
  }

  h2 {
    margin-bottom: 32px;
  }

  #nav h1 {
    /* width: 108px; */
  }

  #nav h1 img {
    height: 60px;
  }


  #nav .header_btn {
    height: 42px;
    display: flex;
    justify-content: space-between;
  }

  #nav .header_btn a {
    border-radius: 4px;
    width: 28%;
  }

  #nav .header_btn a.map2:before {
    background-size: 24px 30px;
    top: 0px;
    left: 6px;
    padding: 20px;
  }

  #nav .header_btn a img {
    max-width: 60px;
  }

  /* #MV .MV_bg {
    padding-top: 147%;
  }

  #MV:before {
    content: "";
    background: url(../img/MV_bg_sp.jpg) 0 68px no-repeat;
    background-size: 100%;
  } */

  .container {
    padding: 40px 0;
    max-width: 560px;
  }

  #benefits {
    font-size: 3vmin;
  }

  #benefits .intro {
    font-size: 4vmin;
    margin-bottom: 10%;
    margin-top: 8%;
  }

  #benefits .flexbox li {
    width: 100%;
    margin-bottom: 12%;
    padding: 16% 6% 6% 6%;
  }

  #benefits .flexbox li:first-child {
    margin-right: 0;
  }

  #benefits .flexbox li a {
    display: inline-block;
  }

  #merit {
    background: url(../img/merit_bg_sp.png) center center no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: lighten;
    background-size: cover;
  }

  #merit .merit_ttl:before {
    width: 60px;
  }

  #merit .merit_ttl:after {
    width: 60px;
  }

  #merit .merit_ttl h2 {
    padding: 30px 50px;
  }

  #merit .merit_ttl h2:before {
    height: 60px;
    top: -14px;
    left: 14px;
  }

  #merit .merit_ttl h2:after {
    height: 60px;
    bottom: -14px;
    right: 14px;
  }

  #merit p {
    font-size: 4vmin;
    margin-bottom: 16%;
    color: #000000;
  }

  #merit .flexbox {
    margin-bottom: 8%;
  }

  #merit .flexbox li {
    width: 30%;
    margin-right: 4%;
  }

  #merit .flexbox li:nth-child(3n) {
    margin-bottom: 4%;
    margin-right: 0;
  }

  #merit .flexbox li:nth-child(4n) {
    margin-right: 4%;
    margin-bottom: 0;
  }

  #merit .flexbox li:last-child {
    margin-right: 0;
  }

  .contacts {
    margin-top: -6.6%;
    margin-bottom: -6.6%;
    background-size: 2px;
  }

  .contacts .contacts_wrapper:after {
    content: "";
    clip-path: polygon(1% 0, 40% 0, 80% 100%, 40% 100%);
    -webkit-clip-path: polygon(1% 0, 40% 0, 80% 100%, 40% 100%);
  }

  .contacts .flexbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts .flexbox li.nomu {
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .contacts .flexbox li.mail {
    width: 68%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .contacts .flexbox li.line {
    width: 48%;
    margin-right: 4%;
  }

  .contacts .flexbox li.phone {
    width: 48%;
  }

  #flow .flexbox {
    margin-bottom: 0;
  }

  #flow .flexbox li {
    width: 100%;
    border-bottom: 1px dotted #313131;
    padding-top: 20px;
  }

  #flow .flexbox li:first-child {
    padding-top: 0;
  }

  #flow .flexbox li:nth-child(2n+1) {
    margin-bottom: 1%;
    margin-right: 0;
  }

  #flow .flexbox li:nth-child(2n) {
    margin-bottom: 1%;
  }

  #flow .flexbox li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  #flow .flexbox li:last-child img {
    margin-bottom: 0;
  }

  #flow .flexbox li img {
    margin-bottom: 10%;
  }

  .gallery {
    margin-bottom: 40px;
  }

  .gallery img {
    width: 100%;
  }

  #system table {
    margin-bottom: 24px;
  }

  .contents {
    /* background: url(../img/contents_sp.png) center center no-repeat;
    background-size: 100%;
    padding: 43%; */
    */
  }

  .contents .link_btn {
    left: 5%;
  }

  .contents .link_btn div:first-child {
    margin-right: 4px;
  }

  .contents .link_btn div a {
    width: 60px;
    height: 60px;
    display: block;
  }

  .contents.isAnimate {
    background: url(../img/contents_sp_color.png) center center no-repeat;
    background-size: 100%;
  }

  footer .page_top {
    bottom: 100px;
  }
}

/* ------------------------ ---------------------------- */
@media screen and (min-width: 1200px) {
  #gallery .flexbox {
    max-height: 140vh;
  }
}

/* ------------------------ ---------------------------- */
@media screen and (max-width: 320px) {
  #nav h1 {
    width: 44px;
  }

  #nav .header_btn {
    height: 34px;
  }

  #nav .header_btn a {
    width: 28%;
  }

  #nav .header_btn a img {
    max-width: 46px;
  }
}



/* ==========
ポップアップ広告
==========*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.close_btn_wrap {
  text-align: right;
}

.close_btn {
  text-align: right;
  text-decoration: none;
  font-size: 2.4rem;
  color: #666;
}

.modal_bg {
  background: rgba(255, 255, 255, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal_wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  position: relative;
  background-image: url(../img/recruit_popup_bg.png);
  background-size: cover;
  background-position: top;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.close_btn {
  /* position: absolute; */
  /* top: 12px; */
  /* right: 12px; */
}

.modal_wrap_content {
  /* width: 90%; */
  /* padding-top: 18px; */
  margin: 0 auto;
  max-height: 100vh;
}

.modal_wrap_body {
  width: 78%;
}

.modal_wrap_btn {
  margin-top: 12px;
}

.modal_wrap_btn img {
  width: 90%;
}

@media (min-width: 768px) {
  .close_btn {
    max-width: 540px;
    margin: 0 auto;
  }

  .modal_wrap_content {
    max-width: 540px;
  }

}

.sp_on {
  display: block;
}

.pc_on {
  display: none !important;
}

@media (min-width: 768px) {
  .sp_on {
    display: none !important;
  }

  .pc_on {
    display: block !important;
  }
}

.tiktok {
  background-color: #d0e3ff;
}

.tiktok_title {
  width: 100%;
  max-width: 600px;
}

.rec_slider {
  line-height: 0;
  /* font-size: 0; ← こちらでも、余白がなくなります */
  font-size: 0;
}


/* ===============
フッター固定ボタン
=============== */
.fix_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(0 0 0 / 56%);
  padding: 9px 0 9px;
}

.fix_footer p {
  color: #d9c08f;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
}

.fix_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.fix_btn_wrap a {
  width: calc((100% - 60px)/2);
  max-width: 200px;
}

.fix_btn_wrap a img {
  width: 100%;
}


.merit_202507 h2 img {
  width: 100%;
}

.merit_202507 .merit_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.merit_202507 .merit_wrap li {
  width: calc((100% - 24px)/2);
}

.merit_202507 .merit_wrap li img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .merit_202507 {
    width: 72%;
    margin: 0 auto;
  }
}
