@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -webkit-font-smoothing: antialiased;
  adding: 0 !important;
  margin: 0 !important;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}

/* ---------------------------------------- */
button::-moz-focus-inner {
  border: 0;
}

/* ---------------------------------------- */
a {
  background: transparent;
}

a:focus {
  outline: none;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

/* ---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: bold;
}

li {
  list-style: none;
}

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

td,
th {
  padding: 0;
}

/* ---------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ---------------------------------------- */
.map {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.slideInUp {
  position: relative;
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slideInUp.active {
  opacity: 1;
  transform: translate(0, 0px);
}

/* ---------------------------------------- */
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (min-width: 768px) {
  .row-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-10 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
  .row-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-20 > div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-30 > div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-40 > div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row-50 > div {
    padding-right: 25px;
    padding-left: 25px;
  }
  .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row-70 > div {
    padding-right: 35px;
    padding-left: 35px;
  }
  .row-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-80 > div {
    padding-right: 40px;
    padding-left: 40px;
  }
  .row-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row-90 > div {
    padding-right: 45px;
    padding-left: 45px;
  }
  .row-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row-100 > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
html {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

p,
ul,
ol,
blockquote {
  line-height: 2;
}

ul.default {
  margin-left: 1.3em;
}
ul.default li {
  position: relative;
  padding-left: 10px;
}
ul.default li:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "・";
}

ul.box {
  margin-left: 1.3em;
}
ul.box li {
  position: relative;
  padding-left: 10px;
}
ul.box li:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "□";
}

ol.default {
  margin-left: 1.3em;
  counter-reset: li;
}
ol.default li {
  position: relative;
  padding-left: 10px;
}
ol.default li:before {
  position: absolute;
  top: 0;
  left: -1em;
  counter-increment: li;
  content: counter(li);
}

/* ---------------------------------------- */
.font-size-12 {
  font-size: 1.08rem;
}
@media (min-width: 576px) {
  .font-size-12 {
    font-size: 1.2rem;
  }
}

.font-size-13 {
  font-size: 1.17rem;
}
@media (min-width: 576px) {
  .font-size-13 {
    font-size: 1.3rem;
  }
}

.font-size-14 {
  font-size: 1.26rem;
}
@media (min-width: 576px) {
  .font-size-14 {
    font-size: 1.4rem;
  }
}

.font-size-15 {
  font-size: 1.35rem;
}
@media (min-width: 576px) {
  .font-size-15 {
    font-size: 1.5rem;
  }
}

.font-size-16 {
  font-size: 1.44rem;
}
@media (min-width: 576px) {
  .font-size-16 {
    font-size: 1.6rem;
  }
}

.font-size-18 {
  font-size: 1.62rem;
}
@media (min-width: 576px) {
  .font-size-18 {
    font-size: 1.8rem;
  }
}

.font-size-20 {
  font-size: 1.8rem;
}
@media (min-width: 576px) {
  .font-size-20 {
    font-size: 2rem;
  }
}

.font-size-22 {
  font-size: 1.98rem;
}
@media (min-width: 576px) {
  .font-size-22 {
    font-size: 2.2rem;
  }
}

.font-size-24 {
  font-size: 2.16rem;
}
@media (min-width: 576px) {
  .font-size-24 {
    font-size: 2.4rem;
  }
}

.font-size-26 {
  font-size: 2.34rem;
}
@media (min-width: 576px) {
  .font-size-26 {
    font-size: 2.6rem;
  }
}

.font-size-28 {
  font-size: 2.52rem;
}
@media (min-width: 576px) {
  .font-size-28 {
    font-size: 2.8rem;
  }
}

.font-size-32 {
  font-size: 2.88rem;
}
@media (min-width: 576px) {
  .font-size-32 {
    font-size: 3.2rem;
  }
}

.ratio-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ratio-wrap:before {
  content: "";
  display: block;
}

.ratio-wrap.ratio-1x1:before {
  padding-top: 100%;
}

.ratio-wrap.ratio-2x1:before {
  padding-top: 50%;
}

.ratio-wrap.ratio-3x1:before {
  padding-top: 33.3333%;
}

.ratio-wrap.ratio-5x2:before {
  padding-top: 40%;
}

.ratio-wrap.ratio-3x2:before {
  padding-top: 66.6666%;
}

.ratio-wrap.ratio-4x3:before {
  padding-top: 75%;
}

.ratio-wrap.ratio-16x9:before {
  padding-top: 56.25%;
}

.ratio {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.ratio.contain {
  background-size: contain;
}

/* ---------------------------------------- */
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  color: #000;
  background-color: #fff;
}

:root {
  scroll-padding: 130px;
}
@media (min-width: 576px) {
  :root {
    scroll-padding: 140px;
  }
}

/* ---------------------------------------- */
#wrap {
  position: relative;
  overflow: hidden;
}

/* ---------------------------------------- */
@media (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}

/* ---------------------------------------- */
main {
  font-size: 1.44rem;
}
@media (min-width: 576px) {
  main {
    font-size: 1.53rem;
  }
}
@media (min-width: 768px) {
  main {
    font-size: 1.62rem;
  }
}
@media (min-width: 992px) {
  main {
    font-size: 1.71rem;
  }
}
@media (min-width: 1200px) {
  main {
    font-size: 1.8rem;
  }
}

/* ---------------------------------------- */
.alata {
  font-family: "Alata", sans-serif;
}

.noto-m {
  font-weight: 500;
}

.noto-b {
  font-weight: 700;
}

.noto-serif-r {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/* ---------------------------------------- */
.max-800 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.max-900 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.max-920 {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.max-940 {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.max-1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.max-1060 {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.max-1100 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

/* ---------------------------------------- */
.r-10 {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .r-10 {
    border-radius: 10px;
  }
}

.r-20 {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .r-20 {
    border-radius: 20px;
  }
}

.r-30 {
  border-radius: 15px;
}
@media (min-width: 768px) {
  .r-30 {
    border-radius: 30px;
  }
}

/* ---------------------------------------- */
.v-center {
  display: flex;
  align-items: center;
}

.overflow-hidden {
  overflow: hidden;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

/* ---------------------------------------- */
.bg-1 {
  background-color: #f9f5ee;
}

.bg-stripe-1 {
  background-image: url(/assets/img/common/bg_stripe_1.png);
  background-repeat: repeat;
}

.bg-stripe-2 {
  background-image: url(/assets/img/common/bg_stripe_2.png);
  background-repeat: repeat;
}

.bg-plaid-1 {
  background-image: url(/assets/img/common/bg_plaid_1.png);
  background-repeat: repeat;
}

.bg-plaid-2 {
  background-image: url(/assets/img/common/bg_plaid_2.png);
  background-repeat: repeat;
}

.bg-plaid-3 {
  background-image: url(/assets/img/common/bg_plaid_3.jpg);
  background-repeat: repeat;
}

.bg-2 {
  position: relative;
  background-color: #ebddc6;
}
.bg-2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(/assets/img/common/bg_2.svg);
  background-repeat: repeat-x;
  background-position: top center;
}

/* ---------------------------------------- */
.section {
  padding: 40px 0;
}
@media (min-width: 576px) {
  .section {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 80px 0;
  }
}

/* ---------------------------------------- */
.box-1 {
  background-color: #fff;
  padding: 5% 7.5% 5% 7.5%;
}

.box-2 {
  background-color: #fff;
  border: solid 2px #d73928;
  padding: 5% 7.5% 7.5% 5%;
}

/* ---------------------------------------- */
a,
a:link,
a:hover,
a:active,
a:visited {
  color: #000;
  background-repeat: no-repeat;
}

a:hover img {
  transition: opacity 0.3s ease-out;
  opacity: 0.7;
}

a.cancel-hover:hover {
  opacity: 1;
}

/* ---------------------------------------- */
.hover-op {
  transition: all 0.3s ease-out;
}
.hover-op:hover {
  opacity: 0.7;
}

/* ---------------------------------------- */
.black {
  color: #000 !important;
}

.white {
  color: #fff !important;
}

.red {
  color: #d73928 !important;
}

.green {
  color: #007143 !important;
}

.yellow {
  color: #f4c300 !important;
}

/* ---------------------------------------- */
.btn-1,
.btn-2,
.btn-3,
.btn-4,
.btn-5 {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center right 30px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  transition: all 0.3s ease-out;
}
@media (max-width: 575px) {
  .btn-1,
  .btn-2,
  .btn-3,
  .btn-4,
  .btn-5 {
    width: 100%;
    max-width: 300px;
    height: 60px;
    line-height: 58px;
    background-size: 20px 22.4px;
  }
}
@media (min-width: 576px) {
  .btn-1,
  .btn-2,
  .btn-3,
  .btn-4,
  .btn-5 {
    width: 400px;
    height: 75px;
    line-height: 73px;
  }
}

.btn-1 {
  color: #fff !important;
  background-color: #d73928;
  background-image: url(/assets/img/common/ic_btn_1.svg);
  border: solid 1px #fff;
}
.btn-1:hover {
  color: #d73928 !important;
  background-color: #fff;
  background-image: url(/assets/img/common/ic_btn_2.svg);
  border: solid 1px #d73928;
  opacity: 1;
}

.btn-2 {
  color: #d73928 !important;
  background-color: #fff;
  background-image: url(/assets/img/common/ic_btn_2.svg);
  border: solid 1px #d73928;
}
.btn-2:hover {
  color: #fff !important;
  background-color: #d73928;
  background-image: url(/assets/img/common/ic_btn_1.svg);
  border: solid 1px #fff;
  opacity: 1;
}

.btn-2.line {
  color: #d73928 !important;
  background-color: #fff;
  background-image: url(/assets/img/common/ic_btn_2.svg);
  border: solid 1px #d73928;
}
.btn-2.line:hover {
  color: #fff !important;
  background-color: #d73928;
  background-image: url(/assets/img/common/ic_btn_1.svg);
  border: solid 1px #fff;
}

.btn-3 {
  color: #fff !important;
  background-color: #d73928;
  border: none;
  background-image: url(/assets/img/common/ic_btn_3.svg);
  transition: opacity 0.3s ease-out;
}
.btn-3:hover {
  opacity: 0.8;
}

.btn-4 {
  color: #000;
  background-color: #fff;
  border: solid 2px #f4c300 !important;
  height: 60px;
  border-radius: 30px;
  background-image: url(/assets/img/common/ic_btn_4.svg);
  transition: opacity 0.3s ease-out;
}
@media (min-width: 576px) {
  .btn-4 {
    height: 75px;
    border-radius: 37.5px;
  }
}
.btn-4:hover {
  opacity: 0.8;
}

.btn-4-ic-chirashi {
  position: relative;
}
.btn-4-ic-chirashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 40px;
  height: 28px;
  background-image: url(/assets/img/agency/ic_chirashi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
@media (max-width: 575px) {
  .btn-4-ic-chirashi:before {
    width: 32px;
    height: 22.4px;
  }
}

.btn-5 {
  color: #fff !important;
  background-color: #007143;
  border: none;
  background-image: url(/assets/img/common/ic_btn_3.svg);
}

.btn-return,
.btn-submit {
  cursor: pointer;
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #d73928;
  font-weight: 700;
  border: solid 2px #d73928;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .btn-return,
  .btn-submit {
    width: 240px;
    height: 80px;
    line-height: 80px;
    font-size: 1.9rem;
  }
}
.btn-return:hover,
.btn-submit:hover {
  transition: opacity 0.3s ease-out;
  opacity: 0.7;
}

.btn-return {
  color: #d73928;
  background-color: #fff;
}

/* ---------------------------------------- */
.select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  width: 90%;
  height: 60px;
  display: inline-block;
}
@media (min-width: 768px) {
  .select {
    width: 440px;
    height: 70px;
  }
}
@media (min-width: 992px) {
  .select {
    width: 600px;
    height: 80px;
  }
}
.select .head {
  width: 100%;
  height: 100%;
  color: #d73928;
  border: solid 2px #d73928;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 56px;
  padding-right: 74px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .select .head {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .select .head {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .select .head {
    line-height: 66px;
    padding-right: 90px;
  }
}
@media (min-width: 992px) {
  .select .head {
    line-height: 76px;
    padding-right: 104px;
  }
}
.select .head:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/assets/img/common/ic_select.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d73928;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .select .head:before {
    width: 74px;
    height: 60px;
    background-size: 21.6px 12px;
  }
}
@media (min-width: 768px) {
  .select .head:before {
    width: 90px;
    height: 70px;
  }
}
@media (min-width: 992px) {
  .select .head:before {
    width: 104px;
    height: 80px;
  }
}
.select .body {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: solid 2px #d73928;
  border-radius: 0 0 10px 10px;
}
.select .body ul li {
  border-bottom: solid 1px #d73928;
}
.select .body ul li a {
  display: block;
  padding: 1em;
  color: #d73928;
  text-decoration: none;
}
.select.active .head {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.select.active .head:before {
  border-radius: 0 10px 0 0;
}
.select.active .body {
  display: block;
}

/* ---------------------------------------- */
#transition {
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  opacity: 0;
}

/* ---------------------------------------- */
.page-title {
  color: #fff;
  background-color: #d73928;
  padding-top: 120px;
}
.page-title h1,
.page-title .h1 {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 2rem;
  padding: 30px 0;
}
@media (min-width: 576px) {
  .page-title h1,
  .page-title .h1 {
    font-size: 2.3rem;
    padding: 55px 0;
  }
}
@media (min-width: 768px) {
  .page-title h1,
  .page-title .h1 {
    font-size: 2.7rem;
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .page-title h1,
  .page-title .h1 {
    font-size: 3rem;
    padding: 100px 0;
  }
}

.page-title-short h1,
.page-title-short .h1 {
  padding: 20px 0;
}
@media (min-width: 576px) {
  .page-title-short h1,
  .page-title-short .h1 {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .page-title-short h1,
  .page-title-short .h1 {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .page-title-short h1,
  .page-title-short .h1 {
    padding: 40px 0;
  }
}

/* ---------------------------------------- */
.page-navi {
  position: relative;
  background-color: #ebddc6;
  padding: 40px 0 30px 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-navi {
    padding: 70px 0 50px 0;
    margin-bottom: 50px;
  }
}
.page-navi ul.page-navi-btns {
  display: flex;
  justify-content: space-between;
}
.page-navi ul.page-navi-3 li {
  width: 32%;
}
.page-navi ul.page-navi-4 {
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .page-navi ul.page-navi-4 li {
    width: 49%;
  }
}
@media (min-width: 992px) {
  .page-navi ul.page-navi-4 li {
    width: 24%;
  }
}
@media (max-width: 991px) {
  .page-navi ul.page-navi-4 li:nth-child(1),
  .page-navi ul.page-navi-4 li:nth-child(2) {
    margin-bottom: 10px;
  }
}
.page-navi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-image: url(/assets/img/common/bg_wave_1.svg);
  background-size: 355px 20px;
  height: 20px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (min-width: 768px) {
  .page-navi:before {
    background-size: 710px 40px;
    height: 40px;
  }
}
.page-navi button {
  position: relative;
  cursor: pointer;
  color: #d73928;
  background-color: #fff;
  border: solid 1px #d73928;
  width: 100%;
  height: 70px;
  font-weight: 700;
  text-align: left;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .page-navi button {
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 1.3em;
  }
}
@media (min-width: 576px) {
  .page-navi button {
    font-size: 1.6rem;
    padding-left: 20px;
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .page-navi button {
    font-size: 1.8rem;
    padding-left: 30px;
  }
}
.page-navi button:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 11px;
  background-image: url(/assets/img/common/ic_btn_anchor.svg);
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .page-navi button:before {
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 576px) {
  .page-navi button:before {
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
  }
}
@media (max-width: 575px) {
  .page-navi button:hover:before {
    animation: animateAnchor1 0.4s ease-out;
  }
}
@media (min-width: 576px) {
  .page-navi button:hover:before {
    animation: animateAnchor2 0.4s ease-out;
  }
}

@keyframes animateAnchor1 {
  0% {
    bottom: 30px;
    opacity: 0;
  }
  100% {
    bottom: 15px;
    opacity: 1;
  }
}
@keyframes animateAnchor2 {
  0% {
    top: calc(50% - 20px);
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
/* ---------------------------------------- */
.h2 {
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: 0.1em;
}

/* ---------------------------------------- */
.h-dot {
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  background-image: url(/assets/img/common/line_dot_1.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 0.4em;
}
@media (min-width: 576px) {
  .h-dot {
    font-size: 2.3rem;
  }
}
@media (min-width: 768px) {
  .h-dot {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .h-dot {
    font-size: 2.7rem;
  }
}
@media (min-width: 1200px) {
  .h-dot {
    font-size: 3rem;
  }
}

.h-dot-yellow {
  background-image: url(/assets/img/common/line_dot_3.svg);
}

/* ---------------------------------------- */
.h-ic-dot {
  position: relative;
  color: #d73928;
  font-weight: 700;
  padding-bottom: 0.4em;
  display: inline-block;
  font-size: 1.8rem;
  padding-left: 60px;
}
@media (min-width: 768px) {
  .h-ic-dot {
    font-size: 2.2rem;
    padding-left: 70px;
  }
}
.h-ic-dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: contain;
  transform: translate(0, -45%);
}
@media (min-width: 576px) {
  .h-ic-dot:before {
    width: 60px;
    height: 60px;
  }
}
.h-ic-dot:after {
  content: "";
  position: absolute;
  width: calc(100% - 70px);
  height: 3px;
  left: 60px;
  bottom: 0;
  background-origin: 0;
  background-image: url(/assets/img/common/line_dot_1.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (min-width: 576px) {
  .h-ic-dot:after {
    left: 70px;
  }
}

.h-ic-dot.h-ic-dot-store:before {
  background-image: url(/assets/img/common/ic_store.svg);
}

.h-ic-dot.h-ic-dot-recipe:before {
  background-image: url(/assets/img/common/ic_recipe.svg);
}

.h-ic-dot.h-ic-dot-element:before {
  background-image: url(/assets/img/common/ic_element.svg);
}

.h-ic-dot.h-ic-dot-cook:before {
  background-image: url(/assets/img/common/ic_cook.svg);
}

.h-ic-dot.h-ic-dot-nutrition:before {
  background-image: url(/assets/img/common/ic_nutrition.svg);
}

.h-ic-dot.h-ic-dot-howto:before {
  background-image: url(/assets/img/common/ic_howto.svg);
}

.h-ic-dot.h-ic-dot-keep:before {
  background-image: url(/assets/img/common/ic_keep.svg);
}

/* ---------------------------------------- */
.main-content {
  padding-top: 20px;
}
@media (min-width: 576px) {
  .main-content {
    padding-top: 40px;
  }
}

/* ---------------------------------------- */
.table-1 {
  width: 100%;
}
.table-1 tr th,
.table-1 tr td {
  border-bottom: solid 1px #d6d6d6;
  padding: 1em 0;
}
.table-1 tr td:nth-child(1) {
  text-align: left;
}
.table-1 tr td:nth-child(2) {
  text-align: right;
}

@media (min-width: 992px) {
  .table-1-left tr:last-child th,
  .table-1-left tr:last-child td {
    border-bottom: 0;
  }
}

.table-1-right tr:last-child th,
.table-1-right tr:last-child td {
  border-bottom: 0;
}

/* ---------------------------------------- */
ul.style-1 {
  margin-left: 1em;
}
ul.style-1 li {
  position: relative;
}
ul.style-1 li:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "※";
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
}
@media (max-width: 1099px) {
  header .header-content {
    position: relative;
    height: 120px;
    background-color: #fff;
  }
  header .id {
    position: absolute;
    top: 16px;
    left: calc((100% - 110px) * 0.5);
    width: 110px;
  }
  header ul.sp-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: solid 1px #d73928;
    border-bottom: solid 1px #d73928;
    display: flex;
  }
  header ul.sp-nav li {
    width: 25%;
    border-right: solid 1px #d73928;
  }
  header ul.sp-nav li a {
    display: block;
    height: 61px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  header ul.sp-nav li:last-child {
    border-right: none;
  }
  header ul.sp-nav li:nth-child(1) a {
    background-image: url(/assets/img/common/sp_nav_1.svg);
  }
  header ul.sp-nav li:nth-child(2) a {
    background-image: url(/assets/img/common/sp_nav_2.svg);
  }
  header ul.sp-nav li:nth-child(3) a {
    background-image: url(/assets/img/common/sp_nav_3.svg);
  }
  header ul.sp-nav li:nth-child(4) a {
    background-image: url(/assets/img/common/sp_nav_4.svg);
  }
  header .menu {
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 15px;
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url(/assets/img/common/menu.svg);
  }
}
@media (min-width: 1100px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .header-content {
    position: relative;
    max-width: 1372px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
  }
  header .id {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(0, -52%);
  }
  header ul.sp-nav {
    display: none;
  }
  header .menu {
    display: none;
  }
}
header ul.pc-nav-main {
  position: absolute;
  bottom: 18px;
  right: 60px;
  display: flex;
  justify-content: end;
}
@media (min-width: 992px) {
  header ul.pc-nav-main li {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  header ul.pc-nav-main li {
    margin-left: 40px;
  }
}
header ul.pc-nav-sub {
  position: absolute;
  top: 19px;
  right: 60px;
  display: flex;
  justify-content: end;
}
@media (min-width: 992px) {
  header ul.pc-nav-sub li {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  header ul.pc-nav-sub li {
    margin-left: 40px;
  }
}
header ul.pc-nav-sub li a {
  display: block;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1099px) {
  header ul.pc-nav-main,
  header ul.pc-nav-sub {
    display: none;
  }
}

#sp-navi {
  display: none;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
  font-size: 1.4rem;
}
#sp-navi .sp-nav-content-head {
  position: relative;
  height: 60px;
  border-bottom: solid 2px #d73928;
}
#sp-navi .menu-close {
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 15px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(/assets/img/common/menu_close.svg);
}
#sp-navi ul.sp-nav-content-body-gnav {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
}
#sp-navi ul.sp-nav-content-body-gnav li {
  width: 50%;
  border-bottom: solid 2px #d73928;
}
#sp-navi ul.sp-nav-content-body-gnav li a {
  text-align: center;
  display: block;
  padding: 1px;
  text-decoration: none;
}
#sp-navi ul.sp-nav-content-body-gnav li a span {
  display: inline-block;
  background-position: top center;
  background-size: 40px 40px;
  padding-top: 40px;
}
#sp-navi ul.sp-nav-content-body-gnav li:nth-child(odd) {
  border-right: solid 2px #d73928;
}
#sp-navi ul.sp-nav-content-body-gnav li:nth-child(1) a span {
  background-image: url(/assets/img/common/ic_store.svg);
}
#sp-navi ul.sp-nav-content-body-gnav li:nth-child(2) a span {
  background-image: url(/assets/img/common/ic_info.svg);
}
#sp-navi ul.sp-nav-content-body-gnav li:nth-child(3) a span {
  background-image: url(/assets/img/common/ic_company.svg);
}
#sp-navi ul.sp-nav-content-body-gnav li:nth-child(4) a span {
  background-image: url(/assets/img/common/ic_recipe.svg);
}
#sp-navi .sp-nav-content-body-polka {
  text-align: center;
  padding-top: 20px;
  background-image: url(/assets/img/common/bg_spnavi_polka.svg);
  background-size: cover;
}
#sp-navi ul.sp-nav-content-body-service {
  display: flex;
  font-weight: 700;
  margin-bottom: 20px;
}
#sp-navi ul.sp-nav-content-body-service li {
  width: 50%;
}
#sp-navi ul.sp-nav-content-body-service li a {
  color: #fff;
  display: block;
  padding: 20px;
  text-decoration: none;
  background-image: url(/assets/img/common/spnavi_ic_service.svg);
  background-position: center right 20px;
}
#sp-navi ul.sp-nav-content-body-service li:nth-child(1) a {
  background-color: #d73928;
}
#sp-navi ul.sp-nav-content-body-service li:nth-child(2) a {
  background-color: #007143;
}
#sp-navi ul.sp-nav-content-body-others {
  display: flex;
  border-top: solid 2px #ededed;
}
#sp-navi ul.sp-nav-content-body-others li {
  width: 50%;
  border-bottom: solid 2px #ededed;
}
#sp-navi ul.sp-nav-content-body-others li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 13px;
}
#sp-navi ul.sp-nav-content-body-others li:nth-child(1) {
  border-right: solid 2px #ededed;
}
#sp-navi .sp-nav-content-body-contact {
  padding: 15px;
  text-align: center;
}
#sp-navi .sp-nav-content-body-recruit {
  background-color: #d73928;
  padding: 15px;
  text-align: center;
}

footer {
  background-color: #fff;
}
footer .footer-corp {
  position: relative;
  line-height: 1.9;
}
footer .footer-corp:before {
  content: "";
  position: absolute;
  z-index: 1;
  background-image: url(/assets/img/common/footer_il.svg);
  background-size: contain;
}
@media (max-width: 767px) {
  footer .footer-corp:before {
    top: -40px;
    right: 20px;
    width: 165.2px;
    height: 105px;
  }
}
@media (min-width: 768px) {
  footer .footer-corp:before {
    bottom: 90px;
    right: -50px;
    width: 165.2px;
    height: 105px;
  }
}
@media (min-width: 992px) {
  footer .footer-corp:before {
    bottom: 75px;
    right: -60px;
    width: 188.8px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  footer .footer-corp:before {
    bottom: 70px;
    right: -80px;
    width: 236px;
    height: 150px;
  }
}
footer .footer-corp-id img {
  width: 125px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  footer .footer-corp-id img {
    width: 170px;
    margin-top: 55px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  footer .footer-corp-id img {
    width: 260px;
  }
}
footer .footer-corp-name {
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 576px) {
  footer .footer-corp-name {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  footer .footer-corp-name {
    font-size: 2.2rem;
  }
}
footer .footer-corp-address {
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  footer .footer-corp-address {
    font-size: 1.4rem;
  }
}
footer .footer-corp-copyright {
  font-size: 1.2rem;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  footer .footer-corp-copyright {
    margin-top: 200px;
    margin-bottom: 30px;
  }
}
footer .footer-nav {
  position: relative;
  background-color: #d73928;
  padding: 50px 15px 70px 15px;
}
@media (min-width: 576px) {
  footer .footer-nav {
    padding: 50px 0 70px 30px;
  }
}
@media (min-width: 992px) {
  footer .footer-nav {
    padding: 80px 0 80px 50px;
  }
}
@media (min-width: 1200px) {
  footer .footer-nav {
    padding: 80px 0 80px 100px;
  }
}
footer .footer-nav ul {
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  footer .footer-nav ul {
    font-size: 1.5rem;
  }
}
footer .footer-nav ul li {
  margin-bottom: 0.5em;
}
footer .footer-nav ul li a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .footer-nav ul li a {
    display: block;
    background-image: url(/assets/img/common/ic_a_1.svg);
    background-position: center right;
  }
}
footer .footer-nav:before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  background-color: #d73928;
  width: 200%;
  left: -50%;
}
@media (min-width: 768px) {
  footer .footer-nav:before {
    left: 100%;
  }
}
footer .footer-nav-stores-head {
  position: relative;
  color: #fff;
  background-image: url(/assets/img/common/footer_store_bg.svg);
  background-position: left bottom;
  background-repeat: repeat-x;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media (max-width: 991px) {
  footer .footer-nav-stores-head {
    width: calc(100% - 47px);
    font-size: 1.7rem;
    padding-bottom: 8px;
    margin-bottom: 20px;
    margin-left: 47px;
  }
}
@media (min-width: 992px) {
  footer .footer-nav-stores-head {
    width: 192px;
    font-size: 2.3rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
footer .footer-nav-stores-head:after {
  position: absolute;
  content: "";
  background-image: url(/assets/img/common/footer_ic_store.svg);
  background-size: contain;
}
@media (max-width: 991px) {
  footer .footer-nav-stores-head:after {
    top: 7px;
    left: -47px;
    width: 32.8px;
    height: 28.8px;
  }
}
@media (min-width: 992px) {
  footer .footer-nav-stores-head:after {
    top: 0;
    right: 15px;
    width: 41px;
    height: 36px;
  }
}
footer .footer-nav-recruit {
  margin-top: 30px;
}
@media (max-width: 767px) {
  footer .footer-nav-recruit {
    text-align: center;
  }
}
footer .footer-nav-recruit img {
  width: 260px;
}
@media (min-width: 992px) {
  footer .footer-nav-recruit img {
    width: 334px;
  }
}

.f-contact {
  background-color: #f9e1df;
  padding: 50px 0;
}
@media (min-width: 576px) {
  .f-contact {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .f-contact {
    padding: 90px 0;
  }
}
.f-contact .f-contact-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}
@media (min-width: 576px) {
  .f-contact .f-contact-content {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .f-contact .f-contact-content {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .f-contact .f-contact-content {
    padding: 60px;
  }
}
.f-contact .f-contact-content h2 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(2.2rem, 2vw, 3.8rem);
  margin-bottom: 1em;
}
.f-contact .f-contact-content .tel {
  position: relative;
  display: inline-block;
  text-align: left;
  padding-left: 54px;
  line-height: 1;
}
@media (min-width: 576px) {
  .f-contact .f-contact-content .tel {
    padding-left: 65px;
  }
}
.f-contact .f-contact-content .tel .tel-num {
  font-family: "Alata", sans-serif;
  font-size: 3rem;
  color: #d73928;
}
@media (min-width: 576px) {
  .f-contact .f-contact-content .tel .tel-num {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .f-contact .f-contact-content .tel .tel-num {
    font-size: 4.2rem;
  }
}
@media (min-width: 1200px) {
  .f-contact .f-contact-content .tel .tel-num {
    font-size: 4.8rem;
  }
}
.f-contact .f-contact-content .tel .tel-time {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  margin-top: 0.3em;
}
.f-contact .f-contact-content .tel:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(/assets/img/common/ic_tel.svg);
  background-size: contain;
  width: 43px;
  height: 43px;
}
@media (min-width: 576px) {
  .f-contact .f-contact-content .tel:before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .f-contact .f-contact-content .f-contact-btn {
    width: 270px;
  }
}

#image {
  position: relative;
}
@media (max-width: 1099px) {
  #image {
    margin-top: 120px;
  }
}
#image picture {
  width: 100%;
}
#image picture img {
  width: 100%;
}
#image h1 {
  position: absolute;
  opacity: 0;
  transform: scale(1.2);
}
@media (max-width: 575px) {
  #image h1 {
    top: 8%;
    left: 4%;
    width: 65%;
  }
}
@media (min-width: 576px) {
  #image h1 {
    top: 8%;
    left: 15%;
    width: 35%;
  }
}
@media (min-width: 1100px) {
  #image h1 {
    top: 21%;
    left: 15%;
    width: 35%;
  }
}

#image-il1 {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  background-size: contain;
  width: 25%;
  aspect-ratio: 219/219;
  background-image: url(/assets/img/home/main_il_sp_1.svg);
  transform: translate(0, -60px);
  opacity: 0;
}
@media (min-width: 576px) {
  #image-il1 {
    width: 30%;
    aspect-ratio: 435/243;
    background-image: url(/assets/img/home/main_il_pc_1.svg);
  }
}

#image-il2 {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  background-size: contain;
  width: 30%;
  aspect-ratio: 270/282;
  background-image: url(/assets/img/home/main_il_sp_2.svg);
  transform: translate(0, -60px);
  opacity: 0;
}
@media (min-width: 576px) {
  #image-il2 {
    width: 30%;
    aspect-ratio: 447/275;
    background-image: url(/assets/img/home/main_il_pc_2.svg);
  }
}

#home-search {
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  #home-search {
    padding: 45px 0;
  }
}
@media (min-width: 992px) {
  #home-search {
    padding: 60px 0;
  }
}
#home-search h2 {
  display: inline-block;
  color: #d73928;
  font-size: 2.4rem;
  font-weight: 700;
  background-image: url(/assets/img/common/ic_store.svg);
}
@media (max-width: 575px) {
  #home-search h2 {
    font-size: 2rem;
    background-position: center top;
    padding-top: 70px;
    background-size: 60px 60px;
  }
}
@media (min-width: 576px) {
  #home-search h2 {
    font-size: 2.4rem;
    background-position: left center;
    padding-left: 100px;
    height: 80px;
    line-height: 80px;
  }
}

#home-info {
  position: relative;
  background-image: url(/assets/img/home/bg_2.jpg);
  background-repeat: repeat;
  background-position: top center;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (min-width: 576px) {
  #home-info {
    padding-bottom: 180px;
  }
}
#home-info h2 {
  position: relative;
  text-align: center;
}
#home-info h2 img {
  width: 280px;
}
@media (min-width: 576px) {
  #home-info h2 img {
    width: 320px;
  }
}
@media (min-width: 992px) {
  #home-info h2 img {
    width: 348px;
  }
}
#home-info h2:before {
  content: "";
  position: absolute;
  background-image: url(/assets/img/common/ic_info.svg);
  width: 80px;
  height: 80px;
  top: -95px;
  left: 50%;
  transform: translate(-50%, 0);
}
#home-info .swiper-slide a {
  position: relative;
  display: block;
}
#home-info .swiper-slide a:hover img {
  opacity: 1;
}
#home-info .swiper-slide a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}
#home-info .swiper-slide a:hover:before {
  opacity: 0.2;
}

#home-info:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 77px;
  background-image: url(/assets/img/home/bg_1.png);
  background-repeat: repeat-x;
  background-position: center top;
}

/* ---------------------------------------- */
#home-recipe {
  position: relative;
  background-image: url(/assets/img/home/bg_4_pc.png);
  background-position: center top;
  background-repeat: repeat;
  color: #fff;
  padding: 50px 0;
}
@media (min-width: 576px) {
  #home-recipe {
    padding: 80px 0 120px 0;
  }
}
#home-recipe:before {
  content: "";
  position: absolute;
  transform: translate(-50%, 0);
  top: -77px;
  left: 50%;
  width: 320px;
  height: 104px;
  background-image: url(/assets/img/home/bg_3_sp.png);
}
@media (min-width: 576px) {
  #home-recipe:before {
    top: -87px;
    left: 50%;
    width: 700px;
    height: 130px;
    background-image: url(/assets/img/home/bg_3_pc.png);
  }
}
@media (max-width: 575px) {
  #home-recipe h2.home-recipe-h img {
    width: 275px;
  }
}
#home-recipe .home-recipe {
  color: #000;
  background-color: #fff;
  height: 100%;
  border-radius: 15px;
  padding: 20px;
}
@media (min-width: 576px) {
  #home-recipe .home-recipe {
    border-radius: 30px;
    padding: 30px;
  }
}
#home-recipe .home-recipe a {
  text-decoration: none;
}
#home-recipe .home-recipe-category {
  position: relative;
  background-image: url(/assets/img/common/line_dot_1.svg);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  font-weight: 700;
  color: #d73928;
}
#home-recipe .home-recipe-category:before {
  position: absolute;
  content: "";
  top: -6px;
  left: 0;
}
#home-recipe .home-recipe-category.home-ic-recipe {
  padding-left: 35px;
}
#home-recipe .home-recipe-category.home-ic-recipe:before {
  background-image: url(/assets/img/home/ic_recipe_1.svg);
  width: 24px;
  height: 37px;
}
#home-recipe .home-recipe-title {
  font-weight: 500;
  font-size: clamp(1.7rem, 2vw, 2rem);
  margin-bottom: 10px;
}
#home-recipe ul.home-recipe-tags {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  display: flex;
  flex-wrap: wrap;
}
#home-recipe ul.home-recipe-tags li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
#home-recipe ul.home-recipe-tags li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #d73928;
  padding: 0 1em;
  border-radius: 15px;
  height: 27px;
  line-height: 25px;
}

/* ---------------------------------------- */
#home-houkokun {
  position: relative;
  background-color: #f7d54c;
  background-image: url(/assets/img/home/bg_5.png);
  background-position: center center;
}
@media (max-width: 575px) {
  #home-houkokun {
    margin-top: 80px;
    padding-bottom: 40px;
  }
  #home-houkokun h2 {
    position: absolute;
    top: -40px;
    left: 50%;
    width: 342px;
    transform: translate(-50%, 0);
  }
  #home-houkokun .member {
    margin-top: 70px;
    text-align: center;
  }
  #home-houkokun .member img {
    width: 232px;
  }
  #home-houkokun .houkokun {
    margin-top: 10px;
    text-align: center;
  }
  #home-houkokun .houkokun img {
    width: 370px;
  }
}
@media (min-width: 576px) {
  #home-houkokun {
    background-size: cover;
    margin-top: 140px;
    padding-bottom: 40px;
  }
  #home-houkokun h2 {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #home-houkokun h2 img {
    width: 400px;
  }
  #home-houkokun .member {
    position: absolute;
    top: -8px;
    left: calc(50% - 220px);
  }
  #home-houkokun .member img {
    width: 90px;
  }
  #home-houkokun .houkokun {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  #home-houkokun {
    margin-top: 180px;
    padding-bottom: 60px;
  }
  #home-houkokun h2 img {
    width: 561px;
  }
  #home-houkokun .member {
    top: -8px;
    left: calc(50% - 330px);
  }
  #home-houkokun .member img {
    width: 126px;
  }
}

/* ---------------------------------------- */
#home-about {
  position: relative;
  background-color: #f9f5ee;
  margin-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  #home-about {
    margin-top: 120px;
    padding-bottom: 100px;
  }
}
#home-about h2 {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
#home-about h2:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url(/assets/img/common/ic_company.svg);
  background-repeat: no-repeat;
  top: -90px;
  left: 50%;
  transform: translate(-50%, 0);
}

#home-about:before {
  content: "";
  position: absolute;
  top: -76px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 77px;
  background-image: url(/assets/img/home/bg_6.png);
  background-repeat: repeat-x;
  background-position: center top;
}

.about-100-h {
  color: #007143;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 700;
}

.about-100nen {
  text-align: center;
}
.about-100nen img {
  width: 320px;
}
@media (min-width: 576px) {
  .about-100nen img {
    width: 420px;
  }
}
@media (min-width: 768px) {
  .about-100nen img {
    width: 534px;
  }
}

/* ---------------------------------------- */
#home-relief {
  position: relative;
  padding: 90px 0 30px 0;
}
@media (min-width: 576px) {
  #home-relief {
    padding: 120px 0 60px 0;
  }
}
#home-relief h2 {
  position: absolute;
  top: -220px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 575px) {
  #home-relief h2 {
    top: -145px;
  }
  #home-relief h2 img {
    width: 300px;
  }
}
@media (min-width: 576px) {
  #home-relief h2 {
    top: -220px;
  }
}
#home-relief .point {
  position: relative;
  background-color: #fff;
  height: 100%;
  border-radius: 20px;
  padding: 40px 0 20px 0;
  text-align: center;
}
@media (min-width: 576px) {
  #home-relief .point {
    padding: 60px 0 40px 0;
  }
}
#home-relief .point h3 {
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  font-weight: 700;
}
#home-relief .point h3 span {
  position: relative;
  z-index: 2;
  display: inlin-block;
  background-image: url(/assets/img/common/line_yellow_10.svg);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding: 0 15px;
}
#home-relief .point-h {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Alata", sans-serif;
  font-size: 2.2rem;
  color: #fff;
  transform: translate(15px, -80%);
}
@media (min-width: 576px) {
  #home-relief .point-h {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  #home-relief .point-h {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  #home-relief .point-h {
    font-size: 3.5rem;
  }
}
#home-relief .point-num {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Alata", sans-serif;
  font-size: 5rem;
  color: #f4c300;
  transform: translate(-15px, -55%);
}
@media (min-width: 576px) {
  #home-relief .point-num {
    font-size: 6rem;
  }
}
@media (min-width: 768px) {
  #home-relief .point-num {
    font-size: 7rem;
  }
}
@media (min-width: 1200px) {
  #home-relief .point-num {
    font-size: 8rem;
  }
}
#home-relief .point-il {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  #home-relief .point-il {
    margin-bottom: 10px;
  }
  #home-relief .point-il img {
    width: 120px;
  }
}

/* ---------------------------------------- */
#home-topics {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 10px 0 10px;
}
@media (min-width: 576px) {
  #home-topics {
    padding: 120px 20px 0 20px;
  }
}
#home-topics .head {
  text-align: center;
  background-image: url(/assets/img/home/topics_obj_2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 19px;
}
@media (max-width: 575px) {
  #home-topics .head {
    padding-bottom: 9px;
    background-size: 100% 9px;
  }
  #home-topics .head img {
    width: 200px;
  }
}
#home-topics .body {
  background-image: url(/assets/img/home/topics_obj_3.jpg);
  background-size: cover;
  margin-left: 20px;
  margin-right: 20px;
  padding: 100px 15px 50px 15px;
}
@media (min-width: 576px) {
  #home-topics .body {
    padding: 120px 30px 60px 30px;
  }
}
@media (min-width: 992px) {
  #home-topics .body {
    padding: 120px 100px 120px 100px;
  }
}
#home-topics .body .body-content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 20px 25px 60px 25px;
}
@media (min-width: 576px) {
  #home-topics .body .body-content {
    padding: 40px 40px 60px 40px;
  }
}
@media (min-width: 992px) {
  #home-topics .body .body-content {
    padding: 40px 80px 40px 80px;
  }
}
#home-topics .body .body-content h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: clamp(2.3rem, 2vw, 3rem);
  font-weight: 700;
}
#home-topics .body .body-content h2:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  width: 80px;
  height: 80px;
  background-image: url(/assets/img/common/ic_topics.svg);
  transform: translate(-50%, 0);
}
#home-topics .body .body-content ul {
  position: relative;
  z-index: 1;
}
#home-topics .body .body-content ul li {
  background-image: url(/assets/img/common/line_dot_1.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  #home-topics .body .body-content ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
#home-topics .body .body-content ul li a {
  text-decoration: none;
}
@media (min-width: 992px) {
  #home-topics .body .body-content ul li a {
    display: flex;
  }
}
#home-topics .body .body-content ul li a .date {
  color: #d73928;
  font-family: "Alata", sans-serif;
  display: inline-block;
  line-height: 1;
  padding-top: 0.3em;
}
#home-topics .body .body-content ul li a .cat {
  color: #d73928;
  font-size: clamp(1.3rem, 2vw, 1.5rem);
  width: 90px;
  height: 30px;
  line-height: 26px;
  border: solid 1px #d73928;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
}
@media (min-width: 992px) {
  #home-topics .body .body-content ul li a .cat {
    width: 110px;
  }
}
@media (max-width: 991px) {
  #home-topics .body .body-content ul li a .title {
    margin-top: 0.4em;
  }
}
@media (min-width: 992px) {
  #home-topics .body .body-content ul li a .title {
    margin-left: 20px;
    transform: translate(0, -0.2em);
  }
}
#home-topics .body .body-content ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}
#home-topics .body .body-content:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -72px;
  width: 240px;
  height: 240px;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 576px) {
  #home-topics .body .body-content:before {
    top: -92px;
    width: 348px;
    height: 348px;
  }
}
#home-topics .body .il1 {
  position: absolute;
}
@media (max-width: 767px) {
  #home-topics .body .il1 {
    display: none;
  }
}
@media (min-width: 768px) {
  #home-topics .body .il1 {
    left: 0;
    bottom: 0;
    transform: translate(-20%, 20%);
  }
  #home-topics .body .il1 img {
    width: 160px;
  }
}
@media (min-width: 992px) {
  #home-topics .body .il1 img {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #home-topics .body .il1 img {
    width: 230px;
  }
}
#home-topics .body .il2 {
  position: absolute;
}
@media (max-width: 767px) {
  #home-topics .body .il2 {
    width: 128px;
    right: 10px;
    bottom: -30px;
  }
}
@media (min-width: 768px) {
  #home-topics .body .il2 {
    right: 0;
    bottom: 0;
    transform: translate(20%, 20%);
  }
  #home-topics .body .il2 img {
    width: 200px;
  }
}
@media (min-width: 992px) {
  #home-topics .body .il2 img {
    width: 240px;
  }
}
@media (min-width: 1200px) {
  #home-topics .body .il2 img {
    width: 299px;
  }
}
#home-topics .foot {
  background-image: url(/assets/img/home/topics_obj_2.png);
}
@media (max-width: 575px) {
  #home-topics .foot {
    height: 9px;
    background-size: 100% 9px;
  }
}
@media (min-width: 576px) {
  #home-topics .foot {
    height: 19px;
  }
}

/* ---------------------------------------- */
#home-bnrs-1 {
  padding: 50px 0;
}
@media (min-width: 768px) {
  #home-bnrs-1 {
    padding: 120px 0;
  }
}

/* ---------------------------------------- */
#home-bnrs-2 {
  background-color: #ebddc6;
  padding: 50px 0;
}
@media (min-width: 768px) {
  #home-bnrs-2 {
    padding: 120px 0;
  }
}
#home-bnrs-2 .container {
  max-width: 938px;
}
#home-bnrs-2 a.btn-store,
#home-bnrs-2 a.btn-company {
  display: block;
  height: 150px;
  color: #d73928 !important;
  background-color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.5rem, 2vw, 3rem);
}
@media (min-width: 768px) {
  #home-bnrs-2 a.btn-store,
  #home-bnrs-2 a.btn-company {
    height: 126px;
  }
}
#home-bnrs-2 a.btn-store div,
#home-bnrs-2 a.btn-company div {
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #home-bnrs-2 a.btn-store div,
  #home-bnrs-2 a.btn-company div {
    padding-top: 80px;
    background-position: center top;
  }
}
@media (min-width: 768px) {
  #home-bnrs-2 a.btn-store div,
  #home-bnrs-2 a.btn-company div {
    padding-left: 100px;
    height: 80px;
    line-height: 80px;
  }
}
#home-bnrs-2 .btn-store div {
  background-image: url(/assets/img/common/ic_store.svg);
}
#home-bnrs-2 .btn-company div {
  background-image: url(/assets/img/common/ic_company.svg);
}

/* ---------------------------------------- */
.store {
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 35px 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .store {
    padding: 45px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .store {
    padding: 60px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .store {
    padding: 80px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .store ul.store-data {
    margin: 0 30px;
  }
}
.store ul.store-data li {
  background-image: url(/assets/img/common/line_dot_1.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
}
.store ul.store-data li .head {
  text-align: center;
  font-weight: 500;
  border: solid 1px #f4c300;
  width: 85px;
  height: 30px;
  line-height: 26px;
  border-radius: 15px;
}
@media (min-width: 576px) {
  .store ul.store-data li .head {
    width: 140px;
    height: 40px;
    line-height: 36px;
    border-radius: 20px;
  }
}
.store ul.store-data li .body {
  margin-left: 24px;
  transform: translate(0, -0.35em);
}
.store ul.store-data li .body.time {
  transform: translate(0, 0);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .store ul.store-data li .body.time {
    font-size: 2.1rem;
  }
}
.store ul.store-data li:last-child {
  margin-bottom: 0px;
}
.store a.btn-store-1,
.store a.btn-store-2,
.store a.btn-store-3,
.store a.btn-store-4 {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  font-size: 1.5rem;
  height: 46px;
  line-height: 40px;
  border-radius: 25px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .store a.btn-store-1,
  .store a.btn-store-2,
  .store a.btn-store-3,
  .store a.btn-store-4 {
    font-size: 1.8rem;
    height: 70px;
    line-height: 62px;
    border-radius: 35px;
  }
}
.store a.btn-store-1:before,
.store a.btn-store-2:before,
.store a.btn-store-3:before,
.store a.btn-store-4:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  width: 32.25px;
  height: 30px;
  transform: translate(0, -50%);
  background-size: contain;
}
@media (min-width: 768px) {
  .store a.btn-store-1:before,
  .store a.btn-store-2:before,
  .store a.btn-store-3:before,
  .store a.btn-store-4:before {
    width: 43px;
    height: 40px;
  }
}
.store a.btn-store-1:after,
.store a.btn-store-2:after,
.store a.btn-store-3:after,
.store a.btn-store-4:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 9px;
  height: 15.75px;
  background-image: url(/assets/img/store/ic_btn_ar_red.svg);
  background-size: contain;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .store a.btn-store-1:after,
  .store a.btn-store-2:after,
  .store a.btn-store-3:after,
  .store a.btn-store-4:after {
    width: 12px;
    height: 21px;
  }
}
.store a.btn-store-1,
.store a.btn-store-2,
.store a.btn-store-3 {
  border: solid 2px #d73928;
}
.store a.btn-store-1:after,
.store a.btn-store-2:after,
.store a.btn-store-3:after {
  background-image: url(/assets/img/store/ic_btn_ar_red.svg);
}
.store a.btn-store-1:hover,
.store a.btn-store-2:hover,
.store a.btn-store-3:hover {
  transition: opacity 0.4s ease-out;
  opacity: 0.7;
}
.store a.btn-store-1:before {
  background-image: url(/assets/img/store/ic_btn_chirashi.svg);
}
.store a.btn-store-2:before {
  background-image: url(/assets/img/store/ic_btn_map.svg);
}
.store a.btn-store-3:before {
  background-image: url(/assets/img/store/ic_btn_cart.svg);
}
.store a.btn-store-4 {
  color: #fff;
  background-color: #00bb00;
  border: solid 2px #00bb00;
}
.store a.btn-store-4:before {
  background-image: url(/assets/img/store/ic_btn_line.svg);
}
.store a.btn-store-4:after {
  background-image: url(/assets/img/store/ic_btn_ar_white.svg);
}
.store a.btn-store-4:hover {
  transition: opacity 0.4s ease-out;
  opacity: 0.7;
}

.corp-h2 {
  width: 100%;
  position: relative;
  text-align: center;
  color: #d73928;
  font-weight: 700;
  font-size: clamp(2.4rem, 2vw, 3rem);
  background-image: url(/assets/img/common/line_dot_2.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 0.5em;
  letter-spacing: 0.1em;
}
.corp-h2:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 80px;
  height: 80px;
  background-image: url(/assets/img/company/ic_message.svg);
  background-size: contain;
  transform: translate(-50%, 0);
}
@media (max-width: 575px) {
  .corp-h2:before {
    top: -80px;
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 576px) {
  .corp-h2:before {
    top: -100px;
    width: 80px;
    height: 80px;
  }
}

/* ---------------------------------------- */
.head-1 {
  width: 100%;
  background-image: url(/assets/img/company/bg_head_1.png);
  background-repeat: repeat-x;
  background-position: center center;
  height: 96px;
}

.body-1 {
  background-image: url(/assets/img/company/bg_body_1.png);
  background-repeat: repeat;
  background-position: top center;
}

.head-2 {
  background-image: url(/assets/img/company/bg_head_2.png);
  background-repeat: repeat-x;
  background-position: center center;
}
@media (max-width: 575px) {
  .head-2 {
    height: 76.8px;
    background-size: 1536px 76.8px;
  }
}
@media (min-width: 576px) {
  .head-2 {
    height: 96px;
  }
}

.body-2 {
  background-color: #fff;
}

/* ---------------------------------------- */
#kyoei {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  #kyoei {
    margin-bottom: 160px;
  }
}

/* ---------------------------------------- */
#relief {
  position: relative;
  padding-top: 90px;
}
@media (min-width: 768px) {
  #relief {
    padding-top: 140px;
  }
}
#relief h2 {
  position: absolute;
  top: -220px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 575px) {
  #relief h2 {
    top: -145px;
  }
  #relief h2 img {
    width: 300px;
  }
}
@media (min-width: 576px) {
  #relief h2 {
    top: -220px;
  }
}
#relief .point {
  position: relative;
  background-color: #fff;
  height: 100%;
  padding: 6%;
}
#relief .point:before {
  content: "POINT";
  font-family: "Alata", sans-serif;
  color: #f4c300;
  position: absolute;
  top: -2px;
  line-height: 1;
  font-size: 2rem;
}
@media (min-width: 768px) {
  #relief .point:before {
    top: -5px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #relief .point:before {
    top: -6px;
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  #relief .point:before {
    top: -6px;
    font-size: 4rem;
  }
}
#relief .point:after {
  font-family: "Alata", sans-serif;
  position: absolute;
  color: #f4c300;
  top: -13px;
  font-size: 8.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  #relief .point:after {
    left: 20px;
    top: -20px;
    font-size: 11rem;
  }
}
@media (min-width: 992px) {
  #relief .point:after {
    font-size: 15rem;
    top: -22px;
  }
}
@media (min-width: 1200px) {
  #relief .point:after {
    top: -24px;
  }
}
#relief .point h3 {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.7em;
  padding-top: 1em;
}
@media (min-width: 768px) {
  #relief .point h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  #relief .point h3 {
    font-size: 2.7rem;
  }
}
@media (min-width: 1200px) {
  #relief .point h3 {
    font-size: 3rem;
  }
}
#relief .point .il {
  position: absolute;
  top: 4%;
  right: 5%;
}
#relief .point .il img {
  width: 80px;
}
@media (min-width: 576px) {
  #relief .point .il img {
    width: 90px;
  }
}
@media (min-width: 768px) {
  #relief .point .il img {
    width: 100px;
  }
}
@media (min-width: 992px) {
  #relief .point .il img {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  #relief .point .il img {
    width: 140px;
  }
}
#relief .point.point-1:after {
  content: "01";
}
@media (max-width: 575px) {
  #relief .point.point-1:before {
    left: 130px;
  }
}
@media (min-width: 576px) {
  #relief .point.point-1:before {
    left: 130px;
  }
}
@media (min-width: 768px) {
  #relief .point.point-1:before {
    left: 150px;
  }
}
@media (min-width: 992px) {
  #relief .point.point-1:before {
    left: 150px;
  }
}
@media (min-width: 1200px) {
  #relief .point.point-1:before {
    left: 190px;
  }
}
@media (min-width: 768px) {
  #relief .point-2:before {
    left: 180px;
  }
}
@media (min-width: 992px) {
  #relief .point-2:before {
    left: auto;
    right: 180px;
  }
}
@media (min-width: 1200px) {
  #relief .point-2:before {
    left: 240px;
  }
}
#relief .point-2:after {
  content: "02";
}
#relief .point-3:before {
  left: 155px;
}
@media (min-width: 768px) {
  #relief .point-3:before {
    left: 180px;
  }
}
@media (min-width: 1200px) {
  #relief .point-3:before {
    left: 240px;
  }
}
#relief .point-3:after {
  content: "03";
}
@media (min-width: 768px) {
  #relief .point-4:before {
    left: 180px;
  }
}
@media (min-width: 992px) {
  #relief .point-4:before {
    right: 175px;
  }
}
@media (min-width: 1200px) {
  #relief .point-4:before {
    left: 240px;
  }
}
#relief .point-4:after {
  content: "04";
}
@media (max-width: 767px) {
  #relief .point-2 h3,
  #relief .point-4 h3 {
    text-align: right;
  }
  #relief .point-2 h3 br,
  #relief .point-4 h3 br {
    display: none;
  }
  #relief .point-2 .il,
  #relief .point-4 .il {
    left: 5%;
  }
  #relief .point-2:before,
  #relief .point-4:before {
    left: auto;
    right: 140px;
  }
  #relief .point-2:after,
  #relief .point-4:after {
    right: 20px;
    left: auto;
  }
}

/* ---------------------------------------- */
#message {
  position: relative;
}
#message .corp-h2:before {
  background-image: url(/assets/img/company/ic_message.svg);
}
#message h3 {
  text-align: center;
  color: #d73928;
  font-weight: 700;
  font-size: clamp(2.1rem, 2vw, 3rem);
}
#message h3 span {
  font-size: clamp(2.8rem, 2vw, 4rem);
}
#message .sig {
  display: flex;
}
#message .sig .sig-corp {
  text-align: left;
  font-weight: 500;
  font-size: clamp(1.12rem, 2vw, 1.6rem);
  margin-bottom: 0.2em;
}
#message .sig .sig-job {
  text-align: left;
  font-size: clamp(0.98rem, 2vw, 1.4rem);
}
#message .sig .sig-name {
  font-weight: 700;
  font-size: clamp(1.61rem, 2vw, 2.3rem);
  display: flex;
  align-items: center;
  padding-left: 30px;
  line-height: 1;
}
#message .txt-vertical {
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
@media (max-width: 575px) {
  #message .txt-vertical {
    font-size: 0.9rem;
    line-height: 0.1;
  }
}

/* ---------------------------------------- */
#philosophy {
  position: relative;
}
#philosophy .corp-h2:before {
  background-image: url(/assets/img/company/ic_philosophy.svg);
}

/* ---------------------------------------- */
#guidelines {
  position: relative;
}
#guidelines .corp-h2:before {
  background-image: url(/assets/img/company/ic_guidelines.svg);
}
#guidelines h3 {
  text-align: center;
  color: #d73928;
  font-weight: 700;
  font-size: clamp(2.1rem, 2vw, 3rem);
}
#guidelines h3 span {
  font-size: clamp(2.8rem, 2vw, 4rem);
}
#guidelines ol {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #guidelines ol {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  #guidelines ol {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  #guidelines ol {
    display: flex;
    font-size: 2.1rem;
    justify-content: center;
  }
}
#guidelines ol li {
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  #guidelines ol li {
    background-size: 46.2px 39.9px;
    min-height: 39.9px;
    padding-top: 10px;
    padding-left: 62px;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  #guidelines ol li {
    background-size: 59.4px 51.3px;
    min-height: 51.3px;
    padding-top: 15px;
    padding-left: 76px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  #guidelines ol li br {
    display: none;
  }
}
@media (min-width: 1200px) {
  #guidelines ol li {
    padding-left: 90px;
    margin: 0 30px;
  }
}
#guidelines ol li:nth-child(1) {
  background-image: url(/assets/img/company/ic_1.svg);
}
#guidelines ol li:nth-child(2) {
  background-image: url(/assets/img/company/ic_2.svg);
}
#guidelines ol li:nth-child(3) {
  background-image: url(/assets/img/company/ic_3.svg);
}

/* ---------------------------------------- */
#outline {
  margin-top: 96px;
  position: relative;
}
#outline .corp-h2:before {
  background-image: url(/assets/img/common/ic_company.svg);
}
#outline table {
  width: 100%;
}
#outline table tr th,
#outline table tr td {
  border-bottom: solid 2px #e4e4e5;
  vertical-align: top;
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.8;
}
#outline table tr th {
  width: 110px;
  text-align: left;
  color: #d73928;
  font-weight: 500;
}
@media (min-width: 576px) {
  #outline table tr th {
    width: 140px;
  }
}
@media (min-width: 992px) {
  #outline table.table-l tr:last-child th,
  #outline table.table-l tr:last-child td {
    border-bottom: none;
  }
}
#outline table.table-r tr:last-child th,
#outline table.table-r tr:last-child td {
  border-bottom: none;
}

.page-title-recipe {
  position: relative;
  background-image: url(/assets/img/recipe/bg_1.jpg) !important;
  background-repeat: repeat;
  background-position: center center;
}
@media (max-width: 575px) {
  .page-title-recipe h1 img,
  .page-title-recipe .h1 img {
    width: 260px !important;
  }
}
@media (min-width: 576px) {
  .page-title-recipe h1 img,
  .page-title-recipe .h1 img {
    width: 460px;
  }
}
@media (min-width: 992px) {
  .page-title-recipe h1 img,
  .page-title-recipe .h1 img {
    width: auto;
  }
}

.page-title-recipe:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-size: contain;
  transform: translate(-20%, 20%);
  background-image: url(/assets/img/recipe/title_il_1_sp.svg);
  width: 82.8px;
  height: 55.2px;
}
@media (min-width: 576px) {
  .page-title-recipe:before {
    width: 144.9px;
    height: 96.6px;
  }
}
@media (min-width: 768px) {
  .page-title-recipe:before {
    width: 207px;
    height: 138px;
  }
}
@media (min-width: 1200px) {
  .page-title-recipe:before {
    background-image: url(/assets/img/recipe/title_il_1_pc.svg);
    width: 439px;
    height: 197px;
  }
}

.page-title-recipe:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  background-size: contain;
  transform: translate(5%, 20%);
  background-image: url(/assets/img/recipe/title_il_2_sp.svg);
  width: 80px;
  height: 48.8px;
}
@media (min-width: 576px) {
  .page-title-recipe:after {
    width: 140px;
    height: 85.4px;
  }
}
@media (min-width: 768px) {
  .page-title-recipe:after {
    width: 200px;
    height: 122px;
  }
}
@media (min-width: 1200px) {
  .page-title-recipe:after {
    background-image: url(/assets/img/recipe/title_il_2_pc.svg);
    width: 327px;
    height: 134px;
  }
}

/* ---------------------------------------- */
ul.recipe-tags {
  font-weight: 700;
  display: flex;
  justify-content: left !important;
  flex-wrap: wrap;
}
ul.recipe-tags li {
  margin: 0 10px 10px 0;
}
ul.recipe-tags li a {
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  padding: 0 1em;
  background-color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 576px) {
  ul.recipe-tags li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  ul.recipe-tags li a {
    font-size: 1.6rem;
    padding: 0 1.4em;
  }
}
ul.recipe-tags li a:before {
  content: "# ";
}

.recipe-tags-head {
  font-weight: 700;
  color: #d73928;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  .recipe-tags-head {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .recipe-tags-head {
    font-size: 2rem;
  }
}

/* ---------------------------------------- */
.bg-recipe-1 {
  background-image: url(/assets/img/recipe/bg_2.jpg);
  background-repeat: repeat;
}

.bg-recipe-1-head {
  position: relative;
}
.bg-recipe-1-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background-color: #fff;
}

.bg-recipe-2 {
  position: relative;
  background-image: url(/assets/img/recipe/bg_4.jpg);
  background-repeat: repeat;
  min-height: 500px;
  margin-top: 53px;
}
.bg-recipe-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background-image: url(/assets/img/recipe/bg_3.png);
  background-repeat: repeat-x;
  transform: translate(0, -100%);
}

.bg-recipe-3 {
  position: relative;
  background-color: #fdf7db;
}
.bg-recipe-3:before {
  content: "";
  position: absolute;
  background-repeat: repeat-x;
  background-position: center bottom;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .bg-recipe-3:before {
    top: -16px;
    height: 16px;
    background-image: url(/assets/img/recipe/bg_7_sp.svg);
    background-size: 200px 16px;
  }
}
@media (min-width: 768px) {
  .bg-recipe-3:before {
    top: -40px;
    height: 40px;
    background-image: url(/assets/img/recipe/bg_7_pc.svg);
    background-size: 770px 40px;
  }
}

.bg-recipe-4 {
  position: relative;
  background-color: #ebddc6;
}
.bg-recipe-4:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: repeat-x;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .bg-recipe-4:before {
    top: -16px;
    height: 16px;
    background-image: url(/assets/img/recipe/bg_8_sp.svg);
    background-size: 200px 16px;
  }
}
@media (min-width: 768px) {
  .bg-recipe-4:before {
    top: -40px;
    height: 40px;
    background-image: url(/assets/img/recipe/bg_8_pc.svg);
    background-size: 770px 40px;
  }
}

.bg-recipe-5 {
  background-color: #f9f5ee;
}

/* ---------------------------------------- */
.recipe-list {
  background-color: #fff;
  height: 100%;
  border-radius: 15px;
}
@media (min-width: 576px) {
  .recipe-list {
    border-radius: 30px;
  }
}

.recipe-recommend .recipe-list {
  box-shadow: 5px 5px 5px rgba(215, 57, 40, 0.1);
}
@media (min-width: 576px) {
  .recipe-recommend .recipe-list {
    box-shadow: 10px 10px 10px rgba(215, 57, 40, 0.1);
  }
}

.recipe-list-shadow {
  box-shadow: 5px 5px 5px rgba(215, 57, 40, 0.1);
}
@media (min-width: 576px) {
  .recipe-list-shadow {
    box-shadow: 10px 10px 10px rgba(215, 57, 40, 0.1);
  }
}

.recipe-list-img {
  border-radius: 15px 15px 0 0;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media (min-width: 576px) {
  .recipe-list-img {
    border-radius: 30px 30px 0 0;
  }
}
.recipe-list-img img {
  transition: transform 0.3s ease-out;
}
.recipe-list-img img:hover {
  transform: scale(1.05);
}

.recipe-list-text {
  padding: 7%;
  font-weight: 700;
}

.recipe-list-text-category {
  margin-bottom: 10px;
  color: #d73928;
}

.recipe-list-text-title {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .recipe-list-text-title {
    font-size: 2rem;
  }
}
.recipe-list-text-title a {
  text-decoration: none;
}

.recipe-list-text-tag {
  display: flex;
  flex-wrap: wrap;
}
.recipe-list-text-tag li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.recipe-list-text-tag li a {
  display: block;
  text-decoration: none;
  background-color: #d73928;
  height: 22px;
  line-height: 22px;
  border-radius: 11px;
  text-align: center;
  padding: 0 1em;
  color: #fff;
  font-size: 1.1rem;
}
@media (min-width: 576px) {
  .recipe-list-text-tag li a {
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
  }
}
@media (min-width: 576px) {
  .recipe-list-text-tag li a {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------- */
@media (min-width: 576px) {
  .recipe-others {
    display: flex;
  }
}
.recipe-others a,
.recipe-others .a {
  cursor: pointer;
  position: relative;
  width: 100%;
  display: block;
  aspect-ratio: 71/30;
  background-size: 100%;
  background-position: center center;
  transition: all 0.3s ease-out;
}
.recipe-others a div,
.recipe-others .a div {
  position: absolute;
  top: 50%;
  left: 50%;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
  font-size: 2.6rem;
}
@media (min-width: 576px) {
  .recipe-others a div,
  .recipe-others .a div {
    font-size: 3rem;
  }
}
.recipe-others a:hover,
.recipe-others .a:hover {
  background-size: 105%;
}
@media (min-width: 576px) {
  .recipe-others .recipe-others-recommend {
    width: 50%;
  }
}
.recipe-others .recipe-others-recommend a,
.recipe-others .recipe-others-recommend .a {
  background-image: url(/assets/img/recipe/bg_5.jpg);
}
@media (min-width: 576px) {
  .recipe-others .recipe-others-seasonal {
    width: 50%;
  }
}
.recipe-others .recipe-others-seasonal a,
.recipe-others .recipe-others-seasonal .a {
  background-image: url(/assets/img/recipe/bg_6.jpg);
}

/* ---------------------------------------- */
.recipe-single-title {
  position: relative;
  font-weight: 500;
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  letter-spacing: 0.05em;
  padding-bottom: 0.4em;
  margin-bottom: 1.5em;
  margin-top: 1.8em;
}
.recipe-single-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 3px;
  background-image: url(/assets/img/common/line_dot_1.svg);
  background-repeat: repeat-x;
}

/* ---------------------------------------- */
@media (min-width: 992px) {
  .recipe-img-data {
    display: flex;
  }
  .recipe-img-data .recipe-img {
    width: calc(100% - 380px);
    margin-right: 50px;
  }
  .recipe-img-data .recipe-data-wrap {
    width: 380px;
  }
}

.recipe-data {
  border: solid 1px #d73928;
  border-radius: 10px;
  display: flex;
}
@media (max-width: 767px) {
  .recipe-data {
    padding: 14px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .recipe-data {
    padding: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .recipe-data {
    padding: 20px;
    margin-top: 0px;
  }
}
.recipe-data ul li {
  display: flex;
  margin-bottom: 10px;
}
.recipe-data ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .recipe-data ul {
    display: flex;
    flex-wrap: wrap;
  }
  .recipe-data ul li {
    width: 50%;
  }
  .recipe-data ul li:nth-child(3),
  .recipe-data ul li:nth-child(4) {
    margin-bottom: 0;
  }
}

.recipe-data-name {
  color: #d73928;
  height: 30px;
  line-height: 30px;
  padding-left: 34px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  width: 110px;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .recipe-data-name {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .recipe-data-name {
    width: 140px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .recipe-data-name {
    height: 50px;
    line-height: 50px;
    padding-left: 56px;
    width: 170px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .recipe-data-name {
    font-size: 1.8rem;
  }
}

.recipe-data-ic-time {
  background-image: url(/assets/img/recipe/ic_time.svg);
}

.recipe-data-ic-energy {
  background-image: url(/assets/img/recipe/ic_energy.svg);
}

.recipe-data-ic-solt {
  background-image: url(/assets/img/recipe/ic_solt.svg);
}

.recipe-data-ic-veg {
  background-image: url(/assets/img/recipe/ic_veg.svg);
}

.recipe-data-value {
  height: 30px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .recipe-data-value {
    height: 50px;
    line-height: 50px;
  }
}

/* ---------------------------------------- */
ol.recipe-cook {
  counter-reset: num;
}
ol.recipe-cook li {
  position: relative;
  padding-left: 60px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  ol.recipe-cook li {
    padding-left: 100px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
ol.recipe-cook li .recipe-cook-img {
  width: calc(100% + 60px);
  transform: translate(-60px, 0);
  text-align: center;
  margin-top: 2em;
}
@media (min-width: 768px) {
  ol.recipe-cook li .recipe-cook-img {
    width: calc(100% + 100px);
    transform: translate(-100px, 0);
  }
}
ol.recipe-cook li:before {
  font-family: "Alata", sans-serif;
  color: #f4c300;
  font-size: 3.6rem;
  position: absolute;
  top: 0;
  left: 0;
  content: "0" counter(num);
  counter-increment: num;
  line-height: 1;
}
@media (min-width: 768px) {
  ol.recipe-cook li:before {
    font-size: 4.8rem;
  }
}
ol.recipe-cook li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60px;
  width: calc(100% - 60px);
  height: 3px;
  background-image: url(/assets/img/common/line_dot_3.svg);
  background-position: left center;
}
@media (min-width: 768px) {
  ol.recipe-cook li:after {
    left: 100px;
    width: calc(100% - 100px);
  }
}
ol.recipe-cook li:last-child:after {
  display: none;
  margin-bottom: 0;
}

/* ---------------------------------------- */
.recipe-recommend {
  position: relative;
}
.recipe-recommend:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .recipe-recommend:before {
    background-image: url(/assets/img/recipe/recommend_il_sp.svg);
    width: 74.5px;
    height: 44px;
    top: 30px;
    right: 10%;
  }
}
@media (min-width: 576px) {
  .recipe-recommend:before {
    width: 104.3px;
    height: 61.6px;
    top: 30px;
    right: 15%;
  }
}
@media (min-width: 768px) {
  .recipe-recommend:before {
    top: 0;
    right: 0;
    background-image: url(/assets/img/recipe/recommend_il_pc.svg);
    width: 171px;
    height: 72px;
    transform: translate(-15%, -30%);
  }
}
@media (min-width: 992px) {
  .recipe-recommend:before {
    width: 228px;
    height: 96px;
  }
}
@media (min-width: 1200px) {
  .recipe-recommend:before {
    width: 285px;
    height: 120px;
  }
}

/* ---------------------------------------- */
@media (max-width: 575px) {
  .element-title {
    width: 200px !important;
  }
}

.recipe-element-il {
  position: relative;
}
.recipe-element-il:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/assets/img/recipe/element_il.svg);
  background-repeat: no-repeat;
  width: 149px;
  height: 112.5px;
  transform: translate(-10%, -70%);
}
@media (min-width: 576px) {
  .recipe-element-il:after {
    width: 178.8px;
    height: 135px;
    transform: translate(-10%, -80%);
  }
}
@media (min-width: 768px) {
  .recipe-element-il:after {
    width: 178.8px;
    height: 135px;
    transform: translate(-10%, -70%);
  }
}
@media (min-width: 992px) {
  .recipe-element-il:after {
    width: 238.4px;
    height: 180px;
    transform: translate(-10%, -50%);
  }
}
@media (min-width: 1200px) {
  .recipe-element-il:after {
    width: 298px;
    height: 225px;
    transform: translate(-10%, -50%);
  }
}

/* ---------------------------------------- */
.recipe-period {
  font-weight: 700;
  display: flex;
  margin-bottom: 1.5em;
}
.recipe-period .recipe-period-name,
.recipe-period .recipe-period-value {
  height: 40.8px;
  line-height: 40.8px;
}
@media (min-width: 576px) {
  .recipe-period .recipe-period-name,
  .recipe-period .recipe-period-value {
    height: 51px;
    line-height: 51px;
  }
}
.recipe-period .recipe-period-name {
  color: #fff;
  background-image: url(/assets/img/recipe/bg_9.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 1.68rem;
  padding-right: 16px;
  width: 129.6px;
}
@media (min-width: 576px) {
  .recipe-period .recipe-period-name {
    font-size: 2.1rem;
    padding-right: 20px;
    width: 162px;
  }
}
.recipe-period .recipe-period-value {
  font-size: 1.84rem;
  padding-left: 24px;
}
@media (min-width: 576px) {
  .recipe-period .recipe-period-value {
    font-size: 2.3rem;
    padding-left: 30px;
  }
}

/* ---------------------------------------- */
.recipe-tips {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 30px 20px 30px;
  margin-top: 2em;
}
@media (min-width: 576px) {
  .recipe-tips {
    padding: 40px 40px 30px 40px;
  }
}
.recipe-tips :before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(/assets/img/recipe/tips.svg);
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  left: 30px;
  width: 178.4px;
  height: 24px;
}
@media (min-width: 576px) {
  .recipe-tips :before {
    left: 40px;
    width: 223px;
    height: 30px;
  }
}

/* ---------------------------------------- */
.food-honbun p {
  margin-bottom: 1em;
}

.page-title-service {
  text-align: center;
  background-color: none;
  background-size: cover;
  background-image: url(/assets/img/agency/bg_1_sp.jpg);
  padding: 140px 20px 20px 20px;
}
@media (min-width: 576px) {
  .page-title-service {
    padding: 150px 0 40px 0;
  }
}
@media (min-width: 768px) {
  .page-title-service {
    background-image: url(/assets/img/agency/bg_1_pc.jpg);
    padding: 160px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .page-title-service {
    padding: 160px 0 80px 0;
  }
}

/* ---------------------------------------- */
.service-tab {
  font-weight: 700;
  letter-spacing: 0.15em;
  display: flex;
  text-align: center;
  font-size: 2rem;
  margin-top: 40px;
}
@media (min-width: 576px) {
  .service-tab {
    font-size: 2.5rem;
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  .service-tab {
    font-size: 3rem;
  }
}

.service-tab-1,
.service-tab-2 {
  width: 50%;
  transform: translate(0, 1px);
}
.service-tab-1 a,
.service-tab-2 a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 15px 15px 0 0;
}
@media (min-width: 576px) {
  .service-tab-1 a,
  .service-tab-2 a {
    height: 80px;
    line-height: 80px;
    border-radius: 30px 30px 0 0;
  }
}

.service-tab-1 a {
  color: #d73928;
  background-color: #f9e1df;
  text-decoration: none;
}

.service-tab-1.active a {
  color: #fff;
  background-color: #d73928;
  text-decoration: none;
}
.service-tab-1.active a:hover {
  opacity: 1;
}

.service-tab-2 a {
  color: #007143;
  background-color: #d9eae3;
  text-decoration: none;
}

.service-tab-2.active a {
  color: #fff;
  background-color: #007143;
  text-decoration: none;
}
.service-tab-2.active a:hover {
  opacity: 1;
}

.service-tab-1.active a:before,
.service-tab-2.active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 3px;
  background-image: url(/assets/img/common/line_dot_6.svg);
  background-repeat: repeat-x;
}

/* ---------------------------------------- */
.s-intro {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.s-intro h1 {
  padding: 20px 40px;
  text-align: center;
}
@media (min-width: 576px) {
  .s-intro h1 {
    padding: 40px 0;
  }
}

.s-intro:before {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #d73928;
  transform: skewY(-5deg);
}
@media (min-width: 576px) {
  .s-intro:before {
    height: 420px;
  }
}

#delivery .s-intro:before {
  background-color: #007143;
}

.s-intro-price {
  position: relative;
  color: #000;
  background-color: #f9f5ee;
  border-radius: 20px;
  padding: 5% 7%;
}
.s-intro-price h2 {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 0.4em;
  border-bottom: solid 3px #d73928;
  margin-bottom: 2em;
}
@media (min-width: 576px) {
  .s-intro-price h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .s-intro-price:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 238px;
    height: 141.4px;
    background-image: url(/assets/img/agency/price_il_1_pc.svg);
    background-repeat: no-repeat;
    transform: translate(-10%, -60%);
  }
}
@media (min-width: 1200px) {
  .s-intro-price:before {
    width: 340px;
    height: 202px;
  }
}
.s-intro-price:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 106px;
  background-image: url(/assets/img/agency/price_il_2_sp.svg);
  transform: translate(10%, -30%);
}
@media (min-width: 992px) {
  .s-intro-price:after {
    width: 172.9px;
    height: 119px;
    background-image: url(/assets/img/agency/price_il_2_pc.svg);
    transform: translate(-10%, -55%);
  }
}
@media (min-width: 1200px) {
  .s-intro-price:after {
    width: 247px;
    height: 170px;
  }
}

#delivery .s-intro-price {
  background-color: #fff;
}
@media (max-width: 575px) {
  #delivery .s-intro-price img.price {
    max-width: 80%;
  }
}
#delivery .s-intro-price .service-detail-body {
  line-height: 1.4;
}
@media (min-width: 992px) {
  #delivery .s-intro-price:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 154px;
    height: 98px;
    background-image: url(/assets/img/delivery/price_il_1_pc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(10%, -60%);
  }
}
@media (min-width: 1200px) {
  #delivery .s-intro-price:before {
    width: 220px;
    height: 140px;
  }
}
#delivery .s-intro-price:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-image: url(/assets/img/delivery/price_il_2_pc.svg);
  background-size: contain;
  transform: translate(-20%, -65%);
  width: 116px;
  height: 77.5px;
}
@media (min-width: 992px) {
  #delivery .s-intro-price:after {
    width: 162.4px;
    height: 108.5px;
  }
}
@media (min-width: 1200px) {
  #delivery .s-intro-price:after {
    width: 232px;
    height: 155px;
  }
}

.s-intro-price-cases {
  display: flex;
  justify-content: space-between;
  background-image: url(/assets/img/common/line_dot_4.svg);
  background-position: top center;
  background-repeat: repeat-y;
}

.s-intro-price-case {
  width: 46%;
}
.s-intro-price-case h3 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}
.s-intro-price-case h3 .s-intro-price-case-bg {
  display: inline-block;
  padding: 0.1em 0.4em;
  background-color: #f4c300;
}
.s-intro-price-case h3 .s-intro-price-case-en {
  font-size: 1.7rem;
}
@media (min-width: 576px) {
  .s-intro-price-case h3 {
    font-size: 2rem;
  }
  .s-intro-price-case h3 .s-intro-price-case-en {
    font-size: 3rem;
  }
}

.s-intro-price-case-bg {
  background-color: #f4c300;
}

.s-intro-price-case-en {
  font-size: 2rem;
}

/* ---------------------------------------- */
.membership {
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 576px) {
  .membership {
    padding: 80px 0;
  }
}
.membership h3 img {
  width: 180px;
}
@media (min-width: 576px) {
  .membership h3 img {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .membership h3 img {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .membership h3 img {
    width: 364px;
  }
}
.membership h4 {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 10px 40px 0 40px;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .membership h4 {
    font-size: 1.8rem;
    padding: 15px 60px 0 60px;
  }
}
@media (min-width: 768px) {
  .membership h4 {
    font-size: 2.1rem;
    padding: 15px 60px 0 60px;
  }
}
@media (min-width: 992px) {
  .membership h4 {
    font-size: 2.4rem;
    padding: 15px 60px 0 60px;
  }
}
.membership h4:before, .membership h4:after {
  content: "";
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21.6px;
  height: 33.6px;
}
@media (min-width: 576px) {
  .membership h4:before, .membership h4:after {
    width: 25.2px;
    height: 39.2px;
  }
}
@media (min-width: 768px) {
  .membership h4:before, .membership h4:after {
    width: 30.6px;
    height: 47.6px;
  }
}
@media (min-width: 992px) {
  .membership h4:before, .membership h4:after {
    width: 36px;
    height: 56px;
  }
}
.membership h4:before {
  left: 0;
  background-image: url(/assets/img/agency/ic_membership_l.svg);
}
.membership h4:after {
  right: 0;
  background-image: url(/assets/img/agency/ic_membership_r.svg);
}
@media (max-width: 575px) {
  .membership .btn-freedial {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---------------------------------------- */
.btn-freedial {
  margin-bottom: 1em;
}
.btn-freedial a {
  display: flex;
  width: 100%;
  height: 90px;
  color: #fff;
  background-color: #d73928;
  border-radius: 10px;
  box-shadow: 5px 5px 0 #efb0a9;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .btn-freedial a {
    width: 400px;
    height: 110px;
  }
}
@media (min-width: 768px) {
  .btn-freedial a {
    width: 500px;
    height: 130px;
  }
}
@media (min-width: 992px) {
  .btn-freedial a {
    width: 612px;
    height: 142px;
  }
}

.btn-freedial-content {
  position: relative;
  padding-left: 45px;
}
@media (min-width: 576px) {
  .btn-freedial-content {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .btn-freedial-content {
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .btn-freedial-content {
    padding-left: 90px;
  }
}
.btn-freedial-content:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(/assets/img/common/ic_freedial.svg);
  background-size: contain;
  width: 33.5px;
  height: 22px;
}
@media (min-width: 576px) {
  .btn-freedial-content:before {
    width: 40.2px;
    height: 26.4px;
  }
}
@media (min-width: 768px) {
  .btn-freedial-content:before {
    width: 49.58px;
    height: 32.56px;
  }
}
@media (min-width: 992px) {
  .btn-freedial-content:before {
    width: 67px;
    height: 44px;
  }
}

.btn-freedial-tel {
  font-family: "Alata", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
@media (min-width: 576px) {
  .btn-freedial-tel {
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  .btn-freedial-tel {
    font-size: 4.2rem;
  }
}
@media (min-width: 992px) {
  .btn-freedial-tel {
    font-size: 4.8rem;
  }
}

.btn-freedial-time {
  text-align: left;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .btn-freedial-time {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .btn-freedial-time {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .btn-freedial-time {
    font-size: 2.1rem;
  }
}

/* ---------------------------------------- */
@media (min-width: 992px) {
  .service-detail-list {
    display: flex;
    justify-content: space-between;
  }
}
.service-detail-list li {
  text-align: center;
}
@media (max-width: 991px) {
  .service-detail-list li {
    display: flex;
    background-image: url(/assets/img/common/line_dot_3.svg);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .service-detail-list li {
    width: 33.3333%;
    background-image: url(/assets/img/common/line_dot_5.svg);
    background-repeat: repeat-y;
    background-position: right top;
  }
}
.service-detail-list li:nth-child(1) .service-detail-body {
  font-weight: 500;
  font-size: 1.36rem;
}
@media (min-width: 576px) {
  .service-detail-list li:nth-child(1) .service-detail-body {
    font-size: 1.7rem;
  }
}
.service-detail-list li:nth-child(1) .service-detail-body span {
  font-size: 1.04rem;
}
@media (min-width: 576px) {
  .service-detail-list li:nth-child(1) .service-detail-body span {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .service-detail-list li:nth-child(1) .service-detail-body img {
    width: 120px;
  }
}
@media (min-width: 576px) {
  .service-detail-list li:nth-child(1) .service-detail-body img {
    width: 180px;
  }
}
.service-detail-list li:nth-child(2) .service-detail-body,
.service-detail-list li:nth-child(3) .service-detail-body {
  font-weight: 700;
  font-size: 2.08rem;
}
@media (min-width: 576px) {
  .service-detail-list li:nth-child(2) .service-detail-body,
  .service-detail-list li:nth-child(3) .service-detail-body {
    font-size: 2.6rem;
  }
}
.service-detail-list li:nth-child(3) {
  background-image: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.service-detail-head {
  text-align: center;
  font-weight: 500;
  width: 85px;
  height: 30px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #d73928;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .service-detail-head {
    width: 170px;
    height: 40px;
    font-size: 1.9rem;
    margin-bottom: 40px;
  }
}

#delivery .service-detail-head {
  background-color: #007143;
}

.service-detail-body {
  line-height: 1;
}
@media (max-width: 991px) {
  .service-detail-body {
    width: calc(100% - 100px);
  }
}

/* ---------------------------------------- */
.area {
  position: relative;
  margin-top: 120px;
}
.area h3 {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: clamp(1.8rem, 2.2vw, 2.5rem);
  width: 172.2px;
  height: 58.1px;
  line-height: 46.48px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-image: url(/assets/img/agency/bg_area.svg);
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .area h3 {
    width: 246px;
    height: 83px;
    line-height: 66.4px;
  }
}
.area h4 {
  display: inline-block;
  font-weight: 500;
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  background-image: url(/assets/img/common/line_dot_3.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

ul.area-list li {
  position: relative;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  ul.area-list li {
    margin-bottom: 10px;
  }
}
ul.area-list li .area-list-head {
  position: absolute;
  left: 0;
  top: 0px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 1.6rem;
  border-radius: 50%;
  color: #fff;
  background-color: #e37469;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 576px) {
  ul.area-list li .area-list-head {
    top: 4px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 2rem;
  }
}
ul.area-list li .area-list-body {
  padding-left: 40px;
}
@media (min-width: 576px) {
  ul.area-list li .area-list-body {
    padding-left: 50px;
  }
}

#delivery .area h3 {
  background-image: url(/assets/img/delivery/bg_area.svg);
}
#delivery ul.area-list li .area-list-head {
  background-color: #4c9c7b;
}

/* ---------------------------------------- */
.s-recommend {
  position: relative;
}
.s-recommend h3 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: clamp(2rem, 2.8vw, 3.6rem);
}
@media (max-width: 575px) {
  .s-recommend h3 {
    text-align: left;
  }
  .s-recommend h3 .ic-tel {
    display: inline-block;
    margin-left: 0.4em;
  }
}
.s-recommend h3 .bg-stripe-2 {
  display: inline-block;
  padding: 0 0.2em;
  margin: 0 0.2em;
}
.s-recommend h3:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 53.9px;
  height: 59.5px;
  background-image: url(/assets/img/agency/ic_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-125%, 65%);
}
@media (min-width: 576px) {
  .s-recommend h3:before {
    width: 46.2px;
    height: 51px;
    transform: translate(-130%, 25%);
  }
}
@media (min-width: 768px) {
  .s-recommend h3:before {
    width: 53.9px;
    height: 59.5px;
  }
}
@media (min-width: 992px) {
  .s-recommend h3:before {
    width: 61.6px;
    height: 68px;
  }
}
@media (min-width: 1200px) {
  .s-recommend h3:before {
    width: 77px;
    height: 85px;
  }
}

.s-recommend-cmnts {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  background-image: url(/assets/img/service/bg_recommend.svg);
  background-position: center bottom;
  background-size: contain;
  background-color: #f5eee2;
}
@media (min-width: 576px) {
  .s-recommend-cmnts {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .s-recommend-cmnts {
    padding-top: 80px;
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) {
  .s-recommend-cmnts {
    padding-bottom: 160px;
  }
}
@media (min-width: 1200px) {
  .s-recommend-cmnts {
    padding-bottom: 180px;
  }
}
.s-recommend-cmnts:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(/assets/img/agency/line_1.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 10px;
}
@media (min-width: 576px) {
  .s-recommend-cmnts:before {
    height: 15px;
  }
}

#delivery .s-recommend-cmnts:before {
  background-image: url(/assets/img/delivery/line_1.png);
}

ul.s-recommend-cmnt {
  font-weight: 700;
}
@media (max-width: 767px) {
  ul.s-recommend-cmnt {
    text-align: center;
  }
}
@media (min-width: 768px) {
  ul.s-recommend-cmnt {
    display: flex;
    justify-content: center;
  }
}
ul.s-recommend-cmnt li {
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(1.5rem, 2vw, 2.4rem);
  line-height: 1.4;
  background-color: #fff;
}
@media (max-width: 767px) {
  ul.s-recommend-cmnt li {
    display: inline-block;
    white-space: nowrap;
    padding: 1.5em 2.5em !important;
    border-radius: 10px;
  }
  ul.s-recommend-cmnt li br {
    display: none;
  }
}
@media (min-width: 768px) {
  ul.s-recommend-cmnt li {
    display: flex;
    border-radius: 20px;
    background-size: contain;
    width: 221.6px;
    height: 144px;
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  ul.s-recommend-cmnt li {
    width: 277px;
    height: 180px;
    margin: 0 20px;
  }
}
ul.s-recommend-cmnt li:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 30px;
  width: 30px;
  height: 23px;
  background-image: url(/assets/img/service/ic_cmnt.svg);
  background-repeat: no-repeat;
}
ul.s-recommend-cmnt li:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/assets/img/service/ic_cmnt_conf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(40%, -50%);
  width: 45px;
  height: 49.2px;
}
@media (min-width: 768px) {
  ul.s-recommend-cmnt li:nth-child(2):before {
    width: 60px;
    height: 65.6px;
    transform: translate(40%, -40%);
  }
}
@media (min-width: 992px) {
  ul.s-recommend-cmnt li:nth-child(2):before {
    width: 75px;
    height: 82px;
  }
}
@media (max-width: 767px) {
  ul.s-recommend-cmnt {
    width: 90%;
    margin: 0 auto;
  }
  ul.s-recommend-cmnt li {
    margin-bottom: 40px;
  }
  ul.s-recommend-cmnt li:nth-child(2) {
    margin-left: 40px;
  }
}

/* ---------------------------------------- */
.usage .usage-head {
  background-image: url(/assets/img/agency/bg_usage_1.png);
  background-repeat: repeat-x;
  background-position: center center;
  width: 100%;
  height: 100px;
}
.usage .usage-body {
  background-image: url(/assets/img/agency/bg_usage_2.jpg);
  background-repeat: repeat;
  background-position: center top;
}
.usage .usage-body h2 {
  position: relative;
}
.usage .usage-body h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  background-image: url(/assets/img/agency/ic_usage_h2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -130%);
}

#delivery .usage .usage-head {
  background-image: url(/assets/img/delivery/bg_usage_1.png);
}
#delivery .usage .usage-body {
  background-image: url(/assets/img/delivery/bg_usage_2.jpg);
}

ul.usage-list li {
  position: relative;
  margin-bottom: 35px;
}
@media (min-width: 576px) {
  ul.usage-list li {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  ul.usage-list li {
    margin-bottom: 70px;
  }
}
ul.usage-list li:before {
  content: "";
  position: absolute;
  background-image: url(/assets/img/agency/line_2.png);
  background-size: contain;
  top: 100%;
  left: 35px;
  width: 7px;
  height: 35px;
}
@media (min-width: 576px) {
  ul.usage-list li:before {
    left: 60px;
    width: 11px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  ul.usage-list li:before {
    left: 90px;
    width: 15px;
    height: 70px;
  }
}
ul.usage-list li:last-child:before {
  display: none;
}

.usage-list-head {
  display: flex;
}

.usage-list-head-num {
  font-family: "Alata", sans-serif;
  font-size: clamp(5rem, 5vw, 7rem);
  color: #f4c300;
  line-height: 1;
  width: 2em;
}

.usage-list-head-title {
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 1.6vw;
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #d73928;
  white-space: nowrap;
}

/* ---------------------------------------- */
.usage-polka {
  position: relative;
  background-color: #f4c300;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(1.7rem, 1.7vw, 2.3rem);
}
@media (min-width: 576px) {
  .usage-polka {
    padding: 20px 0;
  }
}
.usage-polka div {
  position: relative;
  z-index: 2;
}
.usage-polka span {
  font-size: clamp(2.2rem, 2.2vw, 3rem);
}
.usage-polka img {
  vertical-align: baseline;
  transform: translate(0, 3px);
}
@media (max-width: 575px) {
  .usage-polka img {
    width: 120px;
  }
}
@media (min-width: 576px) {
  .usage-polka img {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .usage-polka img {
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .usage-polka img {
    width: 198px;
  }
}
.usage-polka:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 120%;
  height: 100%;
  background-color: #f4c300;
  transform: translate(-50%, 0);
}
.usage-polka:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  background-image: url(/assets/img/agency/ic_polka.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
  width: 27.3px;
  height: 10.99px;
}
@media (min-width: 576px) {
  .usage-polka:after {
    width: 39px;
    height: 15.7px;
  }
}

/* ---------------------------------------- */
.usage-talk {
  margin: 0 5%;
}

.usage-talk-c,
.usage-talk-p {
  position: relative;
  display: inline-block;
  padding: 3% 9%;
  text-align: left;
}
@media (min-width: 576px) {
  .usage-talk-c,
  .usage-talk-p {
    padding: 3% 6%;
  }
}
.usage-talk-c:before,
.usage-talk-p:before {
  content: "";
  position: absolute;
  background-size: contain;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .usage-talk-c:before,
  .usage-talk-p:before {
    width: 100px;
    height: 100px;
  }
}

.usage-talk-c {
  background-color: #fdf6d9;
}
.usage-talk-c:before {
  bottom: 0;
  right: 0;
  background-image: url(/assets/img/agency/talk_c.svg);
  transform: translate(60%, 10%);
}

.usage-talk-p {
  background-color: #e5f1ec;
}
.usage-talk-p:before {
  bottom: 0;
  left: 0;
  background-image: url(/assets/img/agency/talk_p.png);
  transform: translate(-60%, 10%);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .usage-talk-p:before {
    background-image: url(/assets/img/agency/talk_p@2x.png);
  }
}

.usage-talk-point {
  color: #d73928;
  border: solid 2px #d73928;
  padding: 3% 6%;
  overflow: hidden;
}
.usage-talk-point h4 {
  position: relative;
  display: inline-block;
  font-family: "Alata", sans-serif;
  font-size: clamp(2.4rem, 2vw, 3.5rem);
  line-height: 1;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}
.usage-talk-point h4:before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 200%;
  height: 2px;
  background-color: #d73928;
}

/* ---------------------------------------- */
.voice .voice-head {
  background-image: url(/assets/img/service/bg_voice_1.png);
  background-repeat: repeat-x;
  background-position: center center;
  width: 100%;
  height: 96px;
}
.voice .voice-body {
  background-image: url(/assets/img/service/bg_voice_2.jpg);
  background-repeat: repeat;
  background-position: center top;
}
.voice .voice-body h2 {
  position: relative;
}
.voice .voice-body h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 60px;
  background-image: url(/assets/img/agency/ic_voice_h2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -130%);
}

.voice-article {
  position: relative;
  background-image: url(/assets/img/service/bg_voice.png);
  background-size: 100% 100%;
  height: 100%;
  padding: 60px 12% 110px 12%;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .voice-article {
    background-image: url(/assets/img/service/bg_voice@2x.png);
  }
}
@media (min-width: 576px) {
  .voice-article {
    padding: 60px 12% 130px 12%;
  }
}
@media (min-width: 768px) {
  .voice-article {
    padding: 60px 12% 140px 12%;
  }
}
@media (min-width: 992px) {
  .voice-article {
    padding: 90px 12% 160px 12%;
  }
}
.voice-article h3 {
  color: #d73928;
  font-size: clamp(2rem, 2vw, 2.4rem);
  margin-bottom: 0.7em;
  font-weight: 700;
}

.attach-tape-1:before,
.attach-tape-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background-image: url(/assets/img/service/img_tape_red.svg);
  background-size: contain;
  width: 140px;
  height: 44.8px;
  transform: translate(-50%, -20%);
}
@media (min-width: 992px) {
  .attach-tape-1:before,
  .attach-tape-2:before {
    width: 160px;
    height: 51.2px;
  }
}
@media (min-width: 1200px) {
  .attach-tape-1:before,
  .attach-tape-2:before {
    width: 200px;
    height: 64px;
  }
}

.attach-tape-2:before {
  background-image: url(/assets/img/service/img_tape_green.svg);
}

.voice-article-p {
  position: absolute;
  bottom: 12%;
  right: 12%;
  display: flex;
  justify-content: end;
}

.voice-article-p-name {
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.voice-article-p-il img {
  width: 60px;
}
@media (min-width: 576px) {
  .voice-article-p-il img {
    width: 65px;
  }
}
@media (min-width: 768px) {
  .voice-article-p-il img {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .voice-article-p-il img {
    width: 75px;
  }
}
@media (min-width: 1200px) {
  .voice-article-p-il img {
    width: 80px;
  }
}

/* ---------------------------------------- */
ul.faq-list {
  text-align: left;
}
@media (min-width: 768px) {
  ul.faq-list {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  ul.faq-list {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  ul.faq-list {
    max-width: 1100px;
  }
}
ul.faq-list li {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  ul.faq-list li {
    border-radius: 20px;
  }
}
ul.faq-list li .faq-head {
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 60px;
  padding-left: 60px;
  color: #d73928;
  background-image: url(/assets/img/agency/ic_faq_1.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
}
@media (min-width: 576px) {
  ul.faq-list li .faq-head {
    border-radius: 20px 20px 0 0;
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  ul.faq-list li .faq-head {
    padding-left: 90px;
  }
}
@media (min-width: 576px) {
  ul.faq-list li .faq-head {
    background-position: center right 30px;
  }
}
ul.faq-list li .faq-head:before {
  font-family: "Alata", sans-serif;
  color: #d73928;
  content: "Q.";
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 2.4rem;
}
@media (min-width: 576px) {
  ul.faq-list li .faq-head:before {
    top: 10px;
    font-size: 2.7rem;
  }
}
@media (min-width: 768px) {
  ul.faq-list li .faq-head:before {
    top: 7px;
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  ul.faq-list li .faq-head:before {
    top: 6px;
    left: 30px;
    font-size: 3.5rem;
  }
}
ul.faq-list li .faq-head:hover {
  opacity: 0.9;
}
ul.faq-list li .faq-body {
  display: none;
  position: relative;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 80px;
  padding-right: 20px;
}
@media (min-width: 576px) {
  ul.faq-list li .faq-body {
    border-radius: 0 0 20px 20px;
    padding-left: 90px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  ul.faq-list li .faq-body {
    padding-left: 110px;
  }
}
ul.faq-list li .faq-body:before {
  content: "A.";
  position: absolute;
  top: 9px;
  left: 40px;
  font-size: 2.4rem;
  font-family: "Alata", sans-serif;
  color: #d73928;
}
@media (min-width: 576px) {
  ul.faq-list li .faq-body:before {
    top: 10px;
    font-size: 2.7rem;
  }
}
@media (min-width: 768px) {
  ul.faq-list li .faq-body:before {
    top: 7px;
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  ul.faq-list li .faq-body:before {
    top: 6px;
    left: 50px;
    font-size: 3.5rem;
  }
}
ul.faq-list li.active .faq-head {
  color: #fff;
  background-color: #d73928;
  background-image: url(/assets/img/agency/ic_faq_2.svg);
  border-radius: 10px 10px 0 0;
}
@media (min-width: 576px) {
  ul.faq-list li.active .faq-head {
    border-radius: 20px 20px 0 0;
  }
}
ul.faq-list li.active .faq-head:before {
  color: #fff;
}

#delivery ul.faq-list li .faq-head {
  color: #007143;
  background-image: url(/assets/img/delivery/ic_faq_1.svg);
}
#delivery ul.faq-list li .faq-head:before {
  color: #007143;
}
#delivery ul.faq-list li .faq-body:before {
  color: #007143;
}
#delivery ul.faq-list li.active .faq-head {
  color: #fff;
  background-color: #007143;
  background-image: url(/assets/img/delivery/ic_faq_2.svg);
}
#delivery ul.faq-list li.active .faq-head:before {
  color: #fff;
}

/* ---------------------------------------- */
.s-bnr {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/assets/img/service/bg_bnr@2x.png);
}
.s-bnr a {
  display: block;
  padding: 20px;
}
.s-bnr a img {
  width: 300px;
}
@media (min-width: 576px) {
  .s-bnr a img {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .s-bnr a img {
    width: 640px;
  }
}
@media (min-width: 992px) {
  .s-bnr a img {
    width: 800px;
  }
}

#agency .s-bnr {
  background-color: #007143;
}

#delivery .s-bnr {
  background-color: #d73928;
}

/* ---------------------------------------- */
#delivery .unnecessary-1 img {
  width: 150px;
}
@media (min-width: 576px) {
  #delivery .unnecessary-1 img {
    width: 180px;
  }
}
@media (min-width: 768px) {
  #delivery .unnecessary-1 img {
    width: 220px;
  }
}
@media (min-width: 992px) {
  #delivery .unnecessary-1 img {
    width: 258px;
  }
}
#delivery .unnecessary-2 {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 10px 40px 0 40px;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  #delivery .unnecessary-2 {
    font-size: 1.8rem;
    padding: 15px 60px 0 60px;
  }
}
@media (min-width: 768px) {
  #delivery .unnecessary-2 {
    font-size: 2.1rem;
    padding: 15px 60px 0 60px;
  }
}
@media (min-width: 992px) {
  #delivery .unnecessary-2 {
    font-size: 2.4rem;
    padding: 15px 60px 0 60px;
  }
}
#delivery .unnecessary-2:before, #delivery .unnecessary-2:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21.6px;
  height: 33.6px;
}
@media (min-width: 576px) {
  #delivery .unnecessary-2:before, #delivery .unnecessary-2:after {
    width: 25.2px;
    height: 39.2px;
  }
}
@media (min-width: 768px) {
  #delivery .unnecessary-2:before, #delivery .unnecessary-2:after {
    width: 30.6px;
    height: 47.6px;
  }
}
@media (min-width: 992px) {
  #delivery .unnecessary-2:before, #delivery .unnecessary-2:after {
    width: 36px;
    height: 56px;
  }
}
#delivery .unnecessary-2:before {
  left: 0;
  background-image: url(/assets/img/agency/ic_membership_l.svg);
}
#delivery .unnecessary-2:after {
  right: 0;
  background-image: url(/assets/img/agency/ic_membership_r.svg);
}
#delivery .unnecessary-3 {
  font-weight: 700;
  color: #007143;
  font-size: clamp(2.4rem, 2.8vw, 4rem);
}

/* ---------------------------------------- */
.img-truck {
  position: absolute;
  width: 106.8px;
  height: 92.4px;
}
@media (min-width: 576px) {
  .img-truck {
    width: 133.5px;
    height: 115.5px;
  }
}
@media (min-width: 768px) {
  .img-truck {
    width: 160.2px;
    height: 138.6px;
  }
}
@media (min-width: 992px) {
  .img-truck {
    width: 213.6px;
    height: 184.8px;
  }
}
@media (min-width: 1200px) {
  .img-truck {
    width: 267px;
    height: 231px;
  }
}

#agency .img-truck {
  bottom: 160px;
  right: 40px;
}
@media (min-width: 768px) {
  #agency .img-truck {
    bottom: 110px;
    right: 40px;
  }
}
@media (min-width: 1200px) {
  #agency .img-truck {
    bottom: 110px;
    right: 80px;
  }
}

#delivery .img-truck {
  bottom: 250px;
  right: 20px;
}
@media (min-width: 576px) {
  #delivery .img-truck {
    bottom: 210px;
    right: 80px;
  }
}
@media (min-width: 768px) {
  #delivery .img-truck {
    bottom: 190px;
    right: 80px;
  }
}

.require {
  color: #fff;
  background-color: #d73928;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  line-height: 1;
  padding: 0.5em 1em;
  border-radius: 4px;
  display: inline-block;
}

form {
  font-size: 1.28rem;
}
@media (min-width: 576px) {
  form {
    font-size: 1.36rem;
  }
}
@media (min-width: 768px) {
  form {
    font-size: 1.44rem;
  }
}
@media (min-width: 992px) {
  form {
    font-size: 1.52rem;
  }
}
@media (min-width: 1200px) {
  form {
    font-size: 1.6rem;
  }
}
form input[type=text],
form input[type=email],
form input[type=tel],
form select,
form textarea {
  -webkit-appearance: none;
  width: 100%;
  color: #000;
  background-color: #f9f5ee;
  border: none;
  border-radius: 5px;
  padding: 9px;
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form select,
  form textarea {
    padding: 15px;
  }
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  color: #bbbbbb;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: #bbbbbb;
}
form input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
form input[type=checkbox] + label {
  cursor: pointer;
}
form input[type=checkbox] + label:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(/assets/img/common/ic_checkbox.svg);
  transform: translate(0, 5px);
  margin-right: 10px;
}
form input[type=checkbox]:checked + label:before {
  background-position: center right;
}
form select {
  width: auto;
  -webkit-appearance: none;
  background-image: url(/assets/img/common/ic_select_2.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  padding-right: 60px;
}
form textarea {
  height: 150px;
}
@media (min-width: 576px) {
  form textarea {
    height: 200px;
  }
}
form textarea#purpose {
  font-size: 1.4rem;
  line-height: 1.8;
}
form input.num-3 {
  width: 60px;
}
form input.num-4 {
  width: 80px;
}
form input.num-7 {
  width: 140px;
}
form .label {
  font-weight: 700;
  margin-bottom: 0.4em;
}
@media (min-width: 576px) {
  form .label {
    margin-bottom: 1em;
  }
}
form label.error {
  display: block;
  color: #d73928;
  padding-top: 0.5em;
}
form label.radio {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
form label.radio::before,
form label.radio::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
form label.radio::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
form label.radio::after {
  background-color: #007143;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 9px;
}
form input:checked + label.radio::after {
  opacity: 1;
}
form .visually-hidden {
  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;
}
form button.auto {
  height: 40px;
  padding: 0 20px;
  color: #fff;
  border: 0;
  border-radius: 20px;
  font-family: inherit;
  cursor: pointer;
}
form button.auto:hover {
  opacity: 0.8;
}
form ul.form li {
  padding: 0 0 20px 0;
}
@media (min-width: 576px) {
  form ul.form li {
    padding: 0 0 40px 0;
  }
}
form ul.form li:last-child {
  padding-bottom: 0;
}
form ul.form.confirm li {
  border-bottom: solid 1px #dedede;
}
@media (max-width: 767px) {
  form ul.form.confirm li {
    padding: 15px 0;
  }
  form ul.form.confirm li .form-li-head {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  form ul.form.confirm li {
    padding: 30px 0;
    display: flex;
  }
  form ul.form.confirm li .form-li-head {
    width: 32%;
  }
  form ul.form.confirm li .form-li-body {
    width: 68%;
  }
}
form ul.form.confirm li .form-li-head {
  font-weight: 500;
}
form .agree-wrap {
  display: inline-block;
  background-color: #f7d7d4;
  max-width: 600px;
  border-radius: 7px;
  padding: 1em 4em;
}

.box-contact {
  background-color: #fff;
  max-width: 640px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
@media (min-width: 576px) {
  .box-contact {
    padding: 40px;
  }
}

.box-contact-h {
  font-weight: 500;
  font-size: 2rem;
}
@media (min-width: 576px) {
  .box-contact-h {
    font-size: 2.6rem;
  }
}

.box-contact-tel {
  display: inline-block;
  color: #d73928;
  font-family: "Alata", sans-serif;
  font-size: 2.8rem;
  margin: 0.3em 0;
  background-image: url(../img/common/ic_tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
  padding-left: 42px;
}
@media (min-width: 576px) {
  .box-contact-tel {
    font-size: 3.5rem;
  }
}
@media (min-width: 576px) {
  .box-contact-tel {
    background-size: 40px 40px;
    padding-left: 55px;
  }
}

.box-contact-tel-info {
  font-weight: 500;
  font-size: 1.3rem;
}

.topics-title-ic {
  width: 60px;
}
@media (min-width: 768px) {
  .topics-title-ic {
    width: 80px;
  }
}

/* ---------------------------------------- */
ul.topics-categories {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 1.3rem;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  ul.topics-categories {
    font-size: 1.6rem;
  }
}
ul.topics-categories li {
  width: 30%;
  margin: 0 2.5%;
  margin-bottom: 2.5%;
}
@media (min-width: 768px) {
  ul.topics-categories li {
    width: 200px;
    margin: 0 10px;
  }
}
ul.topics-categories li a {
  background-color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  line-height: 40px;
  border-radius: 20px;
}
@media (min-width: 576px) {
  ul.topics-categories li a {
    line-height: 50px;
    border-radius: 25px;
  }
}
ul.topics-categories li.active a {
  color: #fff;
  background-color: #d73928;
}

/* ---------------------------------------- */
.topics-list {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  .topics-list {
    margin-bottom: 50px;
    border-radius: 15px;
  }
}

.topics-list-img {
  border-radius: 10px 10px 0 0;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media (min-width: 576px) {
  .topics-list-img {
    border-radius: 15px 15px 0 0;
  }
}
.topics-list-img img {
  transition: transform 0.3s ease-out;
}
.topics-list-img img:hover {
  transform: scale(1.05);
}

.topics-list-text {
  padding: 7%;
  font-weight: 700;
}

.topics-list-text-meta {
  margin-bottom: 10px;
}

.topics-list-text-category {
  font-weight: 700;
  font-size: 1.2rem;
  display: inline-block;
  color: #fff;
  background-color: #d73928;
  line-height: 30px;
  border-radius: 15px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .topics-list-text-category {
    font-size: 1.3rem;
  }
}
.topics-list-text-category.recruit {
  background-color: #007143;
}
.topics-list-text-category.bargain {
  background-color: #fb9b00;
}

.topics-list-text-date {
  color: #787878;
  font-weight: 700;
  font-size: 1.1rem;
  display: inline-block;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .topics-list-text-date {
    font-size: 1.3rem;
  }
}

.topics-list-text-title {
  font-weight: 500;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .topics-list-text-title {
    font-size: 1.8rem;
  }
}
.topics-list-text-title a {
  text-decoration: none;
}

/* ---------------------------------------- */
.pager {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .pager {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 576px) {
  .pager {
    margin-bottom: 40px;
  }
}
.pager .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  border-radius: 20px;
  border: solid 2px #d73928;
  margin: 0 3px;
  color: #fff;
  text-decoration: none;
  color: #d73928;
  background-color: #fff;
}
@media (min-width: 576px) {
  .pager .page-numbers {
    width: 60px;
    height: 60px;
    line-height: 52px;
    border-radius: 30px;
    border: solid 3px #d73928;
    margin: 0 5px;
  }
}
.pager .page-numbers.current {
  color: #fff;
  background-color: #d73928;
}
.pager a.page-numbers:hover {
  opacity: 0.9;
}
.pager .prev,
.pager .next {
  display: inline-block;
  text-indent: -9999em;
  background-image: url(/assets/img/common/ic_btn_2.svg);
  background-position: center center;
  margin: 0 2.5px;
  background-size: 7.5px 13.5px;
}
@media (min-width: 576px) {
  .pager .prev,
  .pager .next {
    margin: 0 5px;
    background-size: 10.5px 18.9px;
  }
}
.pager .prev {
  transform: scale(-1, 1);
}

/* ---------------------------------------- */
.topics-single {
  background-color: #fff;
}
.topics-single h2 {
  font-weight: 700;
  font-size: 2.8rem;
  color: #d73928;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .topics-single h2 {
    font-size: 3.4rem;
  }
}
.topics-single h3 {
  font-weight: 700;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 1em;
  background-image: url(/assets/img/common/line_dot_1.svg);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 0.3em;
}
@media (min-width: 576px) {
  .topics-single h3 {
    font-size: 2.4rem;
  }
}
.topics-single p {
  font-size: 1.4rem;
}
@media (min-width: 576px) {
  .topics-single p {
    font-size: 1.6rem;
  }
}

.topics-body {
  padding: 5% 7.5% 5% 7.5%;
}

.topics-single-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.topics-single-category {
  font-weight: 700;
  font-size: 1.4rem;
  height: 36px;
  line-height: 32px;
  border-radius: 18px;
  padding: 0 20px;
  color: #fff;
  background-color: #d73928;
}
@media (min-width: 576px) {
  .topics-single-category {
    font-size: 1.8rem;
    height: 46px;
    line-height: 44px;
    border-radius: 23px;
    padding: 0 40px;
  }
}

.topics-single-date {
  font-weight: 700;
  font-size: 1.3rem;
  color: #d73928;
  display: inline-block;
  border-bottom: solid 2px #d73928;
  line-height: 1;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 4px;
}
@media (min-width: 576px) {
  .topics-single-date {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------- */
.topics-single-nav {
  font-weight: 700;
  display: flex;
  max-width: 600px;
  height: 66px;
  background-color: #fff;
  border-radius: 35px;
  border: solid 2px #d73928;
  margin-left: auto;
  margin-right: auto;
}
.topics-single-nav a,
.topics-single-nav div {
  display: block;
  height: 66px;
  line-height: 62px;
  text-align: center;
  text-decoration: none;
}
.topics-single-nav a:hover,
.topics-single-nav div:hover {
  opacity: 0.7;
}
.topics-single-nav .prev {
  width: 25%;
  padding-left: 20px;
}
.topics-single-nav a.prev {
  background-image: url(/assets/img/common/ic_prev.svg);
  background-position: center left 30px;
}
@media (max-width: 575px) {
  .topics-single-nav a.prev {
    background-size: 5.6px 12px;
  }
}
.topics-single-nav a.index {
  position: relative;
  width: 50%;
}
.topics-single-nav a.index:before, .topics-single-nav a.index:after {
  content: "";
  position: absolute;
  top: 11px;
  width: 2px;
  height: 42px;
  border-radius: 1px;
  background-color: #d73928;
}
.topics-single-nav a.index:before {
  left: 0;
}
.topics-single-nav a.index:after {
  right: 0;
}
.topics-single-nav .next {
  width: 25%;
  padding-right: 20px;
}
.topics-single-nav a.next {
  background-image: url(/assets/img/common/ic_next.svg);
  background-position: center right 30px;
}
@media (max-width: 575px) {
  .topics-single-nav a.next {
    background-size: 5.6px 12px;
  }
}

.privacy-h {
  color: #d73928;
  font-size: clamp(1.9rem, 2vw, 2.1rem);
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #c8c7c7;
  font-weight: 700;
}

.privacy-ol {
  counter-reset: number 0;
  margin-left: 40px;
}
.privacy-ol > li {
  position: relative;
}
.privacy-ol > li:before {
  counter-increment: number 1;
  content: counter(number) ")";
  position: absolute;
  top: 0;
  left: -40px;
}