@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sassを使用しているので、cssファイルを直接編集しないでください。
先祖返りの原因となります。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* setting/_reset.scss
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

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

body {
  line-height: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body *:not(table), body *:not(table)::before, body *:not(table)::after, body *:not(tbody), body *:not(tbody)::before, body *:not(tbody)::after, body *:not(thead), body *:not(thead)::before, body *:not(thead)::after, body *:not(tfoot), body *:not(tfoot)::before, body *:not(tfoot)::after, body *:not(tr), body *:not(tr)::before, body *:not(tr)::after, body *:not(th), body *:not(th)::before, body *:not(th)::after, body *:not(td), body *:not(td)::before, body *:not(td)::after {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* setting/_extend.scss
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .footer__wrap, .case__wrap, .method__wrap, .header__top, .header__bottom {
    margin-left: auto;
    margin-right: auto;
    max-width: 958px;
  }
}

.case__maintxt span, body {
  font-family: "Noto Sans JP", sans-serif;
}

.case__maintxt, .method__bottombox li em {
  font-family: "Roboto", sans-serif;
}

.offer__list::before {
  font-family: "Oswald", sans-serif;
}

.footer__btn {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.footer__copy {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* setting/_base.scss
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  color: #1A1311;
  font-weight: 500;
  background-color: #F6F6F6;
}

img,
svg {
  vertical-align: bottom;
}

main figure {
  margin: 0;
}

svg {
  height: auto;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

a, div, button {
  -webkit-tap-highlight-color: transparent;
}

input, select, textarea, button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

input::-ms-clear {
  visibility: hidden;
}

select::-ms-expand {
  display: none;
}

button, label {
  cursor: pointer;
}

[data-hidden] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media screen and (min-width: 769px) {
  [data-device=sp] {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  input[type^=text],
  textarea {
    padding: min(15px, 1.0980966325vw);
    border-width: min(2px, 0.1464128843vw);
    font-size: clamp(10px, 1.317715959vw, 1rem);
    border-radius: min(15px, 1.0980966325vw);
  }
}
@media screen and (max-width: 768px) {
  [data-device=pc] {
    display: none !important;
  }
  body {
    -webkit-overflow-scrolling: touch;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input[type^=text],
  textarea {
    padding: min(15px, 4vw);
    border-width: min(2px, 0.5333333333vw);
    font-size: min(18px, 4.8vw);
    border-radius: min(15px, 4vw);
  }
}
/* modules/_header.scss
-------------------------------------------------- */
.header {
  width: 100%;
  background-image: url("../img/head_headerback.jpg");
  background-size: cover;
  overflow: hidden;
}
.header__logobox {
  margin: 0 auto;
}
.header__logotxt {
  color: #FFF;
  text-align: center;
  font-weight: 400;
}
.header__headingbox {
  width: 100%;
  position: relative;
  text-align: center;
}
.header__heading {
  text-align: center;
  font-weight: bold;
  color: #FFF127;
  text-align: center;
  z-index: 1;
}
.header__heading span {
  display: inline-block;
  border-bottom: 3px solid #FFF127;
}
.header__circle {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.header__mainheading {
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.header__mainheading span {
  display: inline-block;
}
.header__txt {
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.header__btnbox {
  width: 100%;
  text-align: center;
}
.header__btn {
  display: block;
  margin: 0 auto;
  background-color: #FC361D;
  color: #FFF;
  font-weight: bold;
  border-radius: 999px;
  position: relative;
}
.header__btn::after {
  content: "";
  display: inline-block;
  background-image: url("../img/head_btnright.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__bottom {
  width: 100%;
  margin: 0 auto;
  background-color: #000;
}
.header__bottomttl {
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.header__bottomtxt {
  color: #FFF;
  text-align: center;
  font-weight: 400;
}
.header__bottomlogowrap {
  width: 100%;
  background-color: #FFF;
}
.header__bottomlogobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__bottomlist {
  position: relative;
}
.header__bottomlist img {
  width: 100%;
}
.header__bottomsubtxt {
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 0 40px 27px;
  }
  .header__logobox {
    width: 234px;
    padding-top: 70px;
  }
  .header__logotxt {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 9px;
  }
  .header__logo {
    width: 232px;
  }
  .header__headingbox {
    margin-top: 60px;
  }
  .header__heading {
    font-size: 27px;
    line-height: 1.4814814815em;
    margin: 0 120px;
  }
  .header__circle {
    top: -66px;
    right: 0;
    width: 150px;
    height: 150px;
  }
  .header__mainheading {
    font-size: 53px;
    line-height: 1.2264150943em;
    margin-top: 45px;
  }
  .header__txt {
    font-size: 20px;
    line-height: 1.45em;
    margin-top: 30px;
    margin-bottom: 38px;
  }
  .header__btnbox {
    margin-bottom: 50px;
  }
  .header__btn {
    width: 336px;
    padding: 16px 16px 16px 0;
    line-height: 1.7em;
    font-size: 20px;
    overflow: hidden;
  }
  .header__btn::after {
    width: 20px;
    height: 15px;
    right: 20px;
    -webkit-transition: right 0.2s ease-in;
    transition: right 0.2s ease-in;
  }
  .header__btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
  .header__btn:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header__btn:hover::after {
    right: 17px;
  }
  .header__bottom {
    padding: 40px 39px 32px;
    border-radius: 13px;
    z-index: 1;
  }
  .header__bottomttl {
    font-size: 29px;
    line-height: 1.4827586207em;
  }
  .header__bottomtxt {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 24px;
    margin-bottom: 35px;
  }
  .header__bottomlogowrap {
    padding: 10px 0 4px;
    border-radius: 8px;
  }
  .header__bottomlogobox {
    gap: 10px 52px;
  }
  .header__bottomlist {
    max-width: 200px;
  }
  .header__bottomsubtxt {
    margin-top: -13px;
    font-size: 12px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 10px 26px;
  }
  .header__logobox {
    width: 145px;
    padding-top: 57px;
  }
  .header__logotxt {
    font-size: 10px;
    line-height: 1.5em;
    margin-bottom: 8px;
  }
  .header__logo {
    width: 100%;
  }
  .header__headingbox {
    margin-top: 71px;
  }
  .header__heading {
    font-size: 16px;
    line-height: 1.75em;
  }
  .header__circle {
    top: -63px;
    right: 21px;
    width: 101px;
    height: 101px;
  }
  .header__mainheading {
    font-size: 26px;
    line-height: 1.2307692308em;
    margin-top: 17px;
  }
  .header__txt {
    font-size: 14px;
    line-height: 1.4285714286em;
    margin-top: 18px;
    margin-bottom: 44px;
  }
  .header__btnbox {
    margin-bottom: 56px;
  }
  .header__btn {
    width: 258px;
    padding: 12px 14px 12px 0;
    line-height: 1.7333333333em;
    font-size: 15px;
  }
  .header__btn::after {
    width: 18px;
    height: 15px;
    right: 17px;
  }
  .header__bottom {
    padding: 18px 5px 14px;
    border-radius: 12px;
    z-index: 1;
  }
  .header__bottomttl {
    font-size: 16px;
    line-height: 1.5em;
  }
  .header__bottomtxt {
    font-size: 12px;
    line-height: 1.5em;
    padding: 0 9px;
    margin-top: 15px;
    margin-bottom: 21px;
  }
  .header__bottomlogowrap {
    padding: 6px 0 4px;
    border-radius: 8px;
  }
  .header__bottomlogobox {
    max-width: 310px;
    margin: 0 auto;
    gap: 1px 33px;
  }
  .header__bottomlist {
    max-width: 78px;
  }
  .header__bottomsubtxt {
    margin-top: 1px;
    font-size: 9px;
    line-height: 1.4444444444em;
  }
}

/* modules/_photo.scss
-------------------------------------------------- */
.photo {
  width: 100%;
  background-color: #1A1311;
  overflow: hidden;
}
.photo__wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.photo__leftbox-fig, .photo__rightbox-fig {
  overflow: hidden;
}
.photo__leftbox-fig img, .photo__rightbox-fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo__middlebox-fig {
  overflow: hidden;
}
.photo__middlebox-fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .photo {
    margin-top: -200px;
    padding-bottom: 16px;
  }
  .photo__wrap {
    padding-top: 200px;
    width: 127.0131771596%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .photo__leftbox, .photo__rightbox {
    width: 30.7204610951%;
  }
  .photo__leftbox-fig, .photo__rightbox-fig {
    margin-top: 14px;
  }
  .photo__leftbox-fig + .photo__leftbox-fig, .photo__leftbox-fig + .photo__rightbox-fig, .photo__rightbox-fig + .photo__leftbox-fig, .photo__rightbox-fig + .photo__rightbox-fig {
    margin-top: 39px;
  }
  .photo__leftbox-fig:first-child, .photo__rightbox-fig:first-child {
    aspect-ratio: 533/296;
  }
  .photo__leftbox-fig:last-child, .photo__rightbox-fig:last-child {
    aspect-ratio: 533/295;
  }
  .photo__leftbox-fig img, .photo__rightbox-fig img {
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
    transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  }
  .photo__leftbox-fig:hover img, .photo__rightbox-fig:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .photo__leftbox-fig {
    border-radius: 0 10px 10px 0;
  }
  .photo__rightbox-fig {
    border-radius: 10px 0 0 10px;
  }
  .photo__middlebox {
    width: 30.7204610951%;
  }
  .photo__middlebox-fig:first-child {
    border-radius: 0 0 10px 10px;
    aspect-ratio: 533/153;
  }
  .photo__middlebox-fig:nth-child(2) {
    border-radius: 10px;
    aspect-ratio: 533/296;
  }
  .photo__middlebox-fig:last-child {
    border-radius: 10px 10px 0 0;
    aspect-ratio: 533/266;
  }
  .photo__middlebox-fig + .photo__middlebox-fig {
    margin-top: 38px;
  }
  .photo__middlebox-fig img {
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
    transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  }
  .photo__middlebox-fig:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .photo {
    margin-top: -80px;
    padding-bottom: 16px;
  }
  .photo__wrap {
    padding-top: 80px;
    width: 155.2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .photo__leftbox, .photo__rightbox {
    width: 30.7560137457%;
  }
  .photo__leftbox-fig, .photo__rightbox-fig {
    margin-top: 5px;
    aspect-ratio: 179/99;
  }
  .photo__leftbox-fig + .photo__leftbox-fig, .photo__leftbox-fig + .photo__rightbox-fig, .photo__rightbox-fig + .photo__leftbox-fig, .photo__rightbox-fig + .photo__rightbox-fig {
    margin-top: 12px;
  }
  .photo__leftbox-fig {
    border-radius: 0 10px 10px 0;
  }
  .photo__rightbox-fig {
    border-radius: 10px 0 0 10px;
  }
  .photo__middlebox {
    width: 30.7560137457%;
  }
  .photo__middlebox-fig:first-child {
    border-radius: 0 0 10px 10px;
    aspect-ratio: 179/51;
  }
  .photo__middlebox-fig:nth-child(2) {
    border-radius: 10px;
    aspect-ratio: 179/99;
  }
  .photo__middlebox-fig:last-child {
    border-radius: 10px 10px 0 0;
    aspect-ratio: 179/89;
  }
  .photo__middlebox-fig + .photo__middlebox-fig {
    margin-top: 13px;
  }
}

/* modules/_offer.scss
-------------------------------------------------- */
.offer {
  width: 100%;
  background-color: #F6F6F6;
}
.offer__ttl {
  text-align: center;
  font-weight: bold;
}
.offer__txt {
  font-weight: bold;
  text-align: center;
}
.offer__listwrap {
  margin: 0 auto;
}
.offer__list {
  width: 100%;
  border: 3px solid #1A1311;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
.offer__list::before {
  content: "";
  display: block;
  border-right: 3px solid black;
  text-align: center;
  font-weight: 500;
  background: center center no-repeat;
}
.offer__list:first-of-type::before {
  background-image: url(../img/offer_num01.svg);
}
.offer__list:nth-of-type(2)::before {
  background-image: url(../img/offer_num02.svg);
}
.offer__list:last-of-type::before {
  background-image: url(../img/offer_num03.svg);
}
@media screen and (min-width: 769px) {
  .offer {
    padding: 100px 40px 106px;
    margin-top: -16px;
    border-radius: 16px 16px 0 0;
  }
  .offer__ttl {
    font-size: 42px;
    line-height: 1.4761904762em;
    margin-bottom: 42px;
  }
  .offer__txt {
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 60px;
  }
  .offer__listwrap {
    max-width: 745px;
    width: 100%;
    margin: 0 auto;
  }
  .offer__list {
    line-height: 64px;
    font-size: 18px;
  }
  .offer__list:not(:first-child) {
    margin-top: 19px;
  }
  .offer__list::before {
    width: 80px;
    background-size: 23px 17px;
    margin-right: 29px;
  }
}
@media screen and (max-width: 768px) {
  .offer {
    padding: 40px 20px 35px;
    margin-top: -16px;
    border-radius: 16px 16px 0 0;
  }
  .offer__ttl {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 40px;
  }
  .offer__txt {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 29px;
  }
  .offer__listwrap {
    width: 100%;
    padding: 0 10px;
  }
  .offer__list:not(:first-child) {
    margin-top: 20px;
  }
  .offer__list span {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.4285714286em;
    padding: 20px 14px;
    border-left: 3px solid #000;
    font-size: 14px;
  }
  .offer__list::before {
    display: block;
    width: 71px;
    background-size: 21px 16px;
    border: none;
  }
}

/* modules/_method.scss
-------------------------------------------------- */
.method__wrap {
  background-color: #FFF;
}
.method__subttl {
  color: #FC361D;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.method__ttl {
  text-align: center;
  font-weight: bold;
}
.method__inner {
  border-top: 1px solid black;
}
.method__topbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.method__topbox figure img {
  width: 100%;
}
.method__topbox figure figcaption {
  font-weight: bold;
  letter-spacing: 0.08em;
}
.method__triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: solid transparent;
  border-left: solid transparent;
  border-top: solid #FC361D;
  border-bottom: 0;
}
.method__middlettl {
  text-align: center;
  font-weight: bold;
}
.method__bottombox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.method__bottombox li span, .method__bottombox li em {
  display: block;
  font-weight: bold;
  text-align: center;
}
.method__bottombox li span {
  letter-spacing: 0.08em;
}
.method__bottombox li em i {
  display: inline-block;
}
.method__bottomtxt {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .method {
    padding: 0 40px;
  }
  .method__wrap {
    border-radius: 12px;
    padding: 30px 51px 51px 52px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .method__subttl {
    font-size: 18px;
    line-height: 1.5em;
  }
  .method__ttl {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1.46875em;
    margin-bottom: 22px;
  }
  .method__topbox {
    padding-top: 22px;
    gap: 0 45px;
  }
  .method__topbox figure {
    max-width: 180px;
    width: calc((100% - 135px) / 4);
  }
  .method__topbox figure figcaption {
    margin-top: 8px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 1.4285714286em;
  }
  .method__triangle {
    margin-top: 33px;
    border-right-width: 46px;
    border-left-width: 46px;
    border-top-width: 23px;
  }
  .method__middlettl {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.5em;
  }
  .method__bottombox {
    margin-top: 27px;
  }
  .method__bottombox li {
    padding-bottom: 3px;
  }
  .method__bottombox li:not(:last-child) {
    border-right: 1px solid #000;
  }
  .method__bottombox li:first-child {
    width: 23.5087719298%;
  }
  .method__bottombox li:first-child span {
    padding-right: 17.4129353234%;
    white-space: nowrap;
  }
  .method__bottombox li:first-child em {
    text-align: left;
    padding-left: 2.4875621891%;
  }
  .method__bottombox li:nth-child(2) {
    width: 26.5497076023%;
  }
  .method__bottombox li:nth-child(3) {
    width: 24.4444444444%;
  }
  .method__bottombox li:last-child {
    width: 25.4970760234%;
  }
  .method__bottombox li span {
    font-size: 18px;
    line-height: 1.5em;
  }
  .method__bottombox li em {
    margin-top: 17px;
    font-size: min(80px, 7.7vw);
    line-height: 1em;
  }
  .method__bottombox li em i {
    font-size: min(24px, 2.3vw);
    line-height: 1em;
  }
  .method__bottomtxt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4285714286em;
  }
}
@media screen and (max-width: 768px) {
  .method {
    padding: 0 20px;
  }
  .method__wrap {
    border-radius: 12px;
    padding: 25px 5px 29px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .method__subttl {
    font-size: 16px;
    line-height: 1.5em;
  }
  .method__ttl {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.45em;
    margin-bottom: 15px;
  }
  .method__topbox {
    padding: 18px 5px 0;
    gap: 15px 35px;
  }
  .method__topbox figure {
    width: calc((100% - 35px) / 2);
  }
  .method__topbox figure figcaption {
    margin-top: 6px;
    margin-left: 6px;
    font-size: 10px;
    line-height: 1.5em;
  }
  .method__triangle {
    margin-top: 27px;
    border-right-width: 47px;
    border-left-width: 47px;
    border-top-width: 23px;
  }
  .method__middlettl {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5em;
  }
  .method__middlettl span {
    display: inline-block;
  }
  .method__bottombox {
    margin-top: 27px;
    padding: 0 28px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .method__bottombox li {
    width: 50%;
    position: relative;
    padding-bottom: 3px;
  }
  .method__bottombox li:nth-child(odd) {
    border-right: 1px solid #000;
  }
  .method__bottombox li:nth-child(-n+2) {
    margin-bottom: 11px;
  }
  .method__bottombox li:nth-child(-n+2)::after {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    height: 1px;
    left: 0;
    bottom: -11px;
    background-color: #000;
  }
  .method__bottombox li:nth-child(n+3) {
    margin-top: 11px;
  }
  .method__bottombox li span {
    font-size: 10px;
    line-height: 1.6em;
  }
  .method__bottombox li em {
    margin-top: 9px;
    font-size: 49px;
    line-height: 1em;
  }
  .method__bottombox li em i {
    font-size: 14px;
    line-height: 1em;
  }
  .method__bottomtxt {
    margin-top: 15px;
    font-size: 8px;
    line-height: 1.5em;
  }
}

/* modules/_case.scss
-------------------------------------------------- */
.case__ttl {
  text-align: center;
  font-weight: bold;
}
.case__txt {
  text-align: center;
  font-weight: bold;
}
.case__subtxt {
  text-align: center;
  font-weight: bold;
}
.case__maintxt {
  text-align: center;
  font-weight: 500;
}
.case__maintxt span {
  display: inline-block;
  font-weight: bold;
}
.case__note {
  text-align: center;
  font-weight: 500;
}
.case__logowrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case__list img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .case {
    padding: 0 40px;
  }
  .case__wrap {
    padding-top: 108px;
  }
  .case__ttl {
    font-size: 42px;
    line-height: 1.4761904762em;
  }
  .case__txt {
    margin-top: 23px;
    font-size: 18px;
    line-height: 2em;
  }
  .case__subtxt {
    margin-top: 56px;
    font-size: 24px;
    line-height: 1.5em;
  }
  .case__maintxt {
    margin-top: 17px;
    font-size: 140px;
    line-height: 1em;
  }
  .case__maintxt span {
    font-size: 28px;
    line-height: 1em;
  }
  .case__note {
    font-size: 14px;
    line-height: 1.4285714286em;
  }
  .case__logowrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 28px 52.6666666667px;
  }
  .case__list {
    width: calc((100% - 158px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .case {
    padding: 0 20px;
  }
  .case__wrap {
    padding-top: 63px;
  }
  .case__ttl {
    font-size: 24px;
    line-height: 1.5em;
  }
  .case__txt {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .case__subtxt {
    margin-top: 47px;
    font-size: 14px;
    line-height: 1.4285714286em;
  }
  .case__maintxt {
    margin-top: 12px;
    font-size: 82px;
    line-height: 1em;
  }
  .case__maintxt span {
    font-size: 16px;
    line-height: 1em;
  }
  .case__note {
    font-size: 8px;
    line-height: 1.5em;
  }
  .case__logowrap {
    margin-top: 52px;
    padding: 0 10px;
    gap: 21px 36px;
  }
  .case__list {
    width: calc((100% - 36px) / 2);
  }
}

/* modules/_story.scss
-------------------------------------------------- */
.p-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1038px;
  gap: clamp(12px, 2.27273vw, 25px) 2%;
  margin: 84px auto 0;
  padding: 0 40px;
}
.p-story__item {
  width: 32%;
}
.p-story__item-column {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #fff;
  color: #111;
  border-radius: 6px;
}
.p-story__item-column:hover .p-story__item-img::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-story__item-column:hover .p-story__item-img > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-story__item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-story__item-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  border-radius: 6px 6px 0 0;
}
.p-story__item-img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.p-story__item-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.p-story__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 24px 24px 20px;
}
.p-story__item-title {
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
}
.p-story__item-company {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #FC361D;
}
.p-story__item-description {
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 17px;
  font-size: 14px;
}
.p-story__item-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  margin-top: auto;
  margin-left: auto;
  color: #FC361D;
  line-height: 1;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.p-story__item-more::after {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background: url(../img/icon_linkarrow_red.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    margin-top: 45px;
    padding: 0 20px;
  }
  .p-story__item {
    width: 100%;
  }
  .p-story__item-title {
    font-size: 16px;
  }
  .p-story__item-more {
    gap: 0 10px;
    font-size: 12px;
  }
  .p-story__item-more ::after {
    width: 8px;
    height: 12px;
  }
}

/* modules/_story.scss
-------------------------------------------------- */
.p-company {
  position: relative;
  max-width: 1040px;
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 88px auto 95px;
}
.p-company__ttl {
  text-align: center;
  font-weight: bold;
}
.p-company__inner {
  margin-top: 62px;
  width: 100%;
}
.p-company__list {
  position: relative;
  width: 100%;
}
.p-company__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-company__item {
  width: 100%;
  border-top: 1px solid #CECECE;
}
.p-company__item:last-child {
  border-bottom: 1px solid #CECECE;
}
.p-company__dt {
  width: 27.084%;
  padding: 30px 20px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  background: #FFF;
}
.p-company__dd {
  width: 72.916%;
  padding: 30px 20px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
.p-company__dd p {
  margin-top: 0.1em;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
}
.p-company__dd p:first-of-type {
  margin-top: 0;
}
.p-company__dd p b {
  font-weight: 700;
}
.p-company__dd ul {
  margin-top: 0.1em;
}
.p-company__dd ul li {
  position: relative;
  padding-left: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.1em;
  line-height: 1.6;
}
.p-company__dd ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-company__dd ul li:first-of-type {
  margin-top: 0;
}
.p-company__domain {
  position: relative;
  padding-left: 1em;
}
.p-company__domain::before {
  content: "＠";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-company__ttl {
    font-size: 42px;
    line-height: 1.4761904762em;
  }
}
@media screen and (max-width: 1040px) {
  .p-company__dt {
    padding: 30px 15px 30px 30px;
  }
  .p-company__dd {
    padding: 30px 15px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-company {
    padding: 0 20px;
    margin: 50px 0;
  }
  .p-company__ttl {
    font-size: 24px;
    line-height: 1.5em;
  }
  .p-company__inner {
    margin-top: 34px;
  }
  .p-company__dt {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 560px) {
  .p-company {
    padding: 0 4%;
  }
  .p-company__flex {
    display: block;
  }
  .p-company__dt {
    width: 100%;
    padding: 1.334em 6% 1.334em 6%;
    font-size: 3.2vmin;
  }
  .p-company__dd {
    width: 100%;
    padding: 1.334em 6% 1.334em 6%;
    font-size: 3.46vmin;
  }
  .p-company__dd p {
    font-size: 3.46vmin;
  }
  .p-company__dd ul li {
    font-size: 3.46vmin;
  }
}

/* modules/_footer.scss
-------------------------------------------------- */
.footer {
  background-color: #1A1311;
}
.footer__ttl {
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.footer__btn {
  position: relative;
  display: block;
  margin: 0 auto;
  border: 1px solid #FFF;
  border-radius: 999px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
}
.footer__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/footer_link_arrow.svg") center center no-repeat;
  background-size: cover;
}
.footer__txt {
  color: #FFF;
  text-align: center;
}
.footer__logobox {
  margin: 0 auto;
}
.footer__logo {
  width: 100%;
}
.footer__copy {
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer__wrap {
    padding-top: 80px;
    padding-bottom: 18px;
  }
  .footer__ttl {
    font-size: 24px;
    line-height: 1.5em;
  }
  .footer__btnbox {
    margin-top: 40px;
  }
  .footer__btn {
    padding: 14px 16px 14px 0;
    width: 336px;
    font-size: 20px;
    line-height: 1.7em;
    overflow: hidden;
  }
  .footer__btn::after {
    right: 22px;
    width: 23px;
    height: 18px;
    -webkit-transition: right 0.2s ease-in;
    transition: right 0.2s ease-in;
  }
  .footer__btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
  .footer__btn:hover::after {
    right: 19px;
  }
  .footer__btn:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .footer__txt {
    margin-top: 23px;
    font-size: 14px;
    line-height: 1.4285714286em;
  }
  .footer__logobox {
    margin-top: 133px;
    width: 232px;
  }
  .footer__copy {
    margin-top: 115px;
    font-size: 10px;
    line-height: 1em;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    padding-top: 35px;
    padding-bottom: 23px;
  }
  .footer__ttl {
    font-size: 18px;
    line-height: 1.5em;
  }
  .footer__btnbox {
    margin-top: 24px;
  }
  .footer__btn {
    padding: 14px 28px 14px 0;
    width: 282px;
    font-size: 16px;
    line-height: 1.6875em;
  }
  .footer__btn::after {
    right: 18px;
    width: 19px;
    height: 15px;
  }
  .footer__txt {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.4285714286em;
  }
  .footer__logobox {
    margin-top: 74px;
    width: 162px;
  }
  .footer__copy {
    margin-top: 76px;
    font-size: 10px;
    line-height: 1em;
  }
}