@charset "UTF-8";
@font-face {
  font-family: "ZenMaruGothic";
  font-weight: 500;
  font-display: swap;
  src: url(../font/ZenMaruGothic-Medium-Subset.woff2) format("woff2"), url(../font/ZenMaruGothic-Medium-Subset.woff) format("woff");
}
@font-face {
  font-family: "adobe-handwriting-ernie";
  font-weight: 400;
  font-style: normal;
  src: url(../font/AdobeHandwriting-Ernie.woff2) format("woff2"), url(../font/AdobeHandwriting-Ernie.woff) format("woff");
}
/*-- foundationフォルダの中の_index.scss --*/
body {
  color: #222222;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 18px;
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
fieldset,
p,
figure {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-underline-offset: 3px;
}

table {
  border-collapse: collapse;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*                link
======================================================= */
a {
  color: #222222;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*-- componentフォルダの中の_index.scss --*/
.c-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .c-width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 350px) {
  .c-width {
    padding: 0 12px;
  }
}
.c-width--wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  width: 100%;
}
.c-width--medium {
  margin-left: auto;
  margin-right: auto;
  max-width: 1045px;
  width: 100%;
}

.c-width__content-right {
  margin-right: 0;
  margin-left: auto;
  max-width: 1600px;
  padding: 0;
  width: 100%;
  background-color: #F5E9C4;
}

.c-width__left-bg-orange {
  margin-left: 0;
  margin-right: auto;
  max-width: 1600px;
  padding: 0;
  width: 100%;
  background-color: #F5E9C4;
}

.c-link-btn {
  width: 100%;
  max-width: 380px;
  height: 63px;
  min-height: 63px;
  background-color: #F3DC90;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-link-btn {
    height: auto;
    min-height: 48px;
  }
}
.c-link-btn:hover {
  opacity: 0.8;
}
.c-link-btn:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11px;
  background-image: url("../media/images/link_btn_icon.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .c-link-btn:after {
    right: 6px;
  }
}
.c-link-btn__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F3DC90;
  padding: 18px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-link-btn__link {
    padding: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .c-link-btn__link {
    padding: 16px 8px;
  }
}
.c-link-btn__text {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .c-link-btn__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .c-link-btn__text {
    font-size: 14px;
  }
}

.c-box--bg-white {
  background-color: #fff;
}
.c-box--bg-darkorange {
  background-color: #F3DC90;
}
.c-box--bg-orange {
  background-color: #F5E9C4;
}
.c-box--bg-rightorange {
  background-color: #FFFCDA;
}
.c-box--bg-igage {
  background-image: url(../media/images/title_bg_image.webp);
  background-repeat: no-repeat;
  background-position: center;
}

.c-left--bg-orange {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F5E9C4), color-stop(50%, transparent));
  background: linear-gradient(90deg, #F5E9C4 50%, transparent 50%);
}
@media only screen and (max-width: 767px) {
  .c-left--bg-orange {
    background: transparent;
  }
}

.c-right--bg-orange {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #F5E9C4));
  background: linear-gradient(90deg, transparent 50%, #F5E9C4 50%);
}

.u-ib {
  display: inline-block;
}

.u-center {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1024px) {
  .u-pc-hide {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .u-tb-show {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .u-tb-hide {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}

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

@media only screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp-show {
    display: block;
  }
}

.u-text-brown {
  color: #501A1A;
}

.u-text-green {
  color: #4D9534;
}

.u-text-red {
  color: #A20000;
}

.u-text-red2 {
  color: #D81F1F;
}

.u-text-large {
  font-size: 72px;
}
@media only screen and (max-width: 767px) {
  .u-text-large {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .u-text-large {
    font-size: 32px;
  }
}

.u-text__underline-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FBEA00));
  background: linear-gradient(transparent 60%, #FBEA00 60%);
}

.l-header {
  height: 88px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    height: 64px;
  }
}

.l-header__link {
  margin-left: 42px;
}
@media only screen and (max-width: 767px) {
  .l-header__link {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__link + .l-header__link {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__logo {
    height: 30px;
  }
}

.l-ft__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-ft__head-text {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .l-ft__head-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .l-ft__head-text {
    font-size: 18px;
  }
}

.l-ft__main {
  padding-top: 64px;
  padding-bottom: 40px;
}

.l-ft__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .l-ft__content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-ft__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-ft__logo-text {
  margin-left: 18px;
  font-size: 32px;
  font-weight: bold;
}

.l-ft__address {
  margin-top: 16px;
}

.l-ft__sns {
  margin-top: 30px;
}

.l-ft__sns-link {
  display: inline-block;
  margin-top: 10px;
}

.l-ft__logo-bottom {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .l-ft__content-right {
    margin-top: 24px;
  }
}

.l-ft__map {
  width: 100%;
}

.l-ft__map iframe {
  width: 439px;
}
@media only screen and (max-width: 1023px) {
  .l-ft__map iframe {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__map iframe {
    width: 100%;
  }
}

.l-ft__bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .l-ft__bottom-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
}

.l-ft__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-ft__bottom-item {
  font-size: 14px;
}

.l-ft__bottom-item + .l-ft__bottom-item {
  margin-left: 40px;
}

.l-ft__copyright {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .l-ft__copyright {
    width: 100%;
    position: relative;
    margin-top: 32px;
  }
}

.l-ft__copyright-text {
  text-align: center;
  font-size: 12px;
}

.l-sp-menu {
  width: 100%;
  height: calc(100vh - 88px);
  top: 88px;
  overflow: auto;
  position: fixed;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu {
    height: calc(100vh - 64px);
    top: 64px;
    z-index: 9999;
  }
}
.l-sp-menu.is-open {
  pointer-events: auto;
  opacity: 1;
}

.l-sp-menu-btn {
  position: fixed;
  z-index: 1000;
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu-btn {
    display: block;
    top: 18px;
    right: 16px;
    width: 48px;
    height: 29px;
  }
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border--01 {
  -webkit-transform: translate(0, 12px) rotate(35deg);
          transform: translate(0, 12px) rotate(35deg);
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border--02 {
  opacity: 0;
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border--03 {
  -webkit-transform: translate(0, -12px) rotate(-35deg);
          transform: translate(0, -12px) rotate(-35deg);
}

.l-sp-menu-btn__border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url(../media/images/sp_menu_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.l-sp-menu-btn__border--01 {
  top: 0;
}
.l-sp-menu-btn__border--02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-sp-menu-btn__border--03 {
  bottom: 0;
}

.c-sp-menu {
  background-color: #F3DC90;
  padding-bottom: 40px;
  min-height: 100%;
}

.c-sp-width {
  background-color: #501A1A;
  padding: 48px 40px 64px;
}
@media only screen and (max-width: 375px) {
  .c-sp-width {
    padding: 48px 20px 64px;
  }
}

.c-sp-menu__nav-list-item {
  padding-left: 20.5px;
  position: relative;
}
.c-sp-menu__nav-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 12px;
  height: 3px;
  background: #FBEA00;
}

.c-sp-menu__nav-list-item + .c-sp-menu__nav-list-item {
  margin-top: 12px;
}

.c-sp-menu__nav-list-link {
  color: #fff;
  font-weight: bold;
}

body {
  background-color: #fff;
}

.p-kv {
  background-color: #F3DC90;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-kv {
    padding-top: 64px;
  }
}

.p-kv__bg-image {
  height: 852px;
  height: 44.38vw;
  background-image: url(../media/images/kv_bg.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-kv__bg-image {
    height: 69.5vw;
    background-image: url(../media/images/kv_bg_sp.webp);
  }
}

.p-kv__content-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-site__title-wrap {
  margin-top: 6.98vw;
  position: absolute;
  top: 0;
  left: 16.66%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-site__title-wrap {
    margin-top: 7.66vw;
    left: 5.5%;
  }
}

.p-site__catch-wrap {
  margin-top: 12vw;
  position: absolute;
  top: 0;
  left: 16.66%;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .p-site__catch-wrap {
    margin-top: 19vw;
    left: 5%;
  }
}

.p-site__catch-text {
  font-size: 4.63vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-site__catch-text {
    font-size: 8vw;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  }
}

.p-kv__image-wrap {
  margin-top: 3.54vw;
  position: absolute;
  top: 0;
  left: 52.6%;
  width: 30.72vw;
}
@media only screen and (max-width: 767px) {
  .p-kv__image-wrap {
    margin-top: 6.98vw;
    width: 42vw;
    left: auto;
    top: 4.25vw;
    z-index: 3;
    right: -4%;
  }
}

.p-kv__circle-image-wrap {
  position: relative;
  z-index: 1;
}

.p-kv__circle-image {
  position: absolute;
  width: 27.77vw;
  top: -8.13vw;
  left: -1.72vw;
}
@media only screen and (max-width: 767px) {
  .p-kv__circle-image {
    width: 36.75vw;
    left: -10%;
  }
}

.p-kv__circle-image-small {
  position: absolute;
  width: 16.25vw;
  top: 24vw;
  left: -5.88vw;
}
@media only screen and (max-width: 767px) {
  .p-kv__circle-image-small {
    top: 48vw;
    width: 21.25vw;
    left: -5%;
  }
}

.p-site__sub-title-wrap {
  padding-left: 1.51vw;
  padding-right: 1.927vw;
  background-color: #fff;
  -webkit-box-shadow: -11px 11px 0px 0px rgb(251, 234, 0);
          box-shadow: -11px 11px 0px 0px rgb(251, 234, 0);
  margin-left: 11px;
}
@media only screen and (max-width: 767px) {
  .p-site__sub-title-wrap {
    padding-left: 4.75vw;
    padding-right: 8vw;
    -webkit-box-shadow: -6px 5px 0px 0px rgb(251, 234, 0);
            box-shadow: -6px 5px 0px 0px rgb(251, 234, 0);
    margin-left: 6px;
  }
}

.p-site__sub-title-text {
  font-size: 2.18vw;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-site__sub-title-text {
    font-size: 4vw;
  }
}

.p-section {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .p-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-section {
    padding: 60px 0;
  }
}

.p-section__title-wrap {
  position: relative;
}

.p-section__title {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
  z-index: 2;
  padding-left: 34px;
}
@media only screen and (max-width: 767px) {
  .p-section__title {
    font-size: 32px;
    padding-left: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .p-section__title {
    font-size: 20px;
    padding-left: 12px;
  }
}
.p-section__title:before {
  position: absolute;
  content: "";
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #786422;
}
@media only screen and (max-width: 767px) {
  .p-section__title:before {
    width: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .p-section__title:before {
    width: 6px;
  }
}

.p-section__subtitle {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .p-section__subtitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .p-section__subtitle {
    font-size: 32px;
    line-height: 1.25;
  }
}

.p-subtitle-text {
  position: relative;
}
.p-subtitle-text:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 100%;
  background-image: url(../media/images/subtitle-before.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .p-subtitle-text:before {
    left: -36px;
    top: 60%;
    background-image: url(../media/images/subtitle-sp-before.webp);
    width: 51px;
  }
}
.p-subtitle-text:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 100%;
  background-image: url(../media/images/subtitle-after.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .p-subtitle-text:after {
    right: -84px;
    top: 60%;
    background-image: url(../media/images/subtitle-sp-after.webp);
    width: 51px;
  }
}

.p-section-intro {
  padding-bottom: 144px;
}
@media only screen and (max-width: 767px) {
  .p-section-intro {
    padding-bottom: 100px;
  }
}

.p-intro__text {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-top: 40px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-intro__text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-intro__text {
    font-size: 22px;
    line-height: 1.64;
  }
}

.p-intro__text-large {
  font-size: 79px;
  font-weight: bold;
  margin-top: 32px;
}
@media only screen and (max-width: 1023px) {
  .p-intro__text-large {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__text-large {
    font-size: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .p-intro__text-large {
    font-size: 32px;
    margin-top: 24px;
  }
}

.p-section-about {
  padding-top: 96px;
  padding-bottom: 104px;
}

.p-about__text-wrap {
  margin-top: 32px;
}

.p-section-case {
  padding-top: 104px;
  padding-bottom: 82px;
}

.p-case__text-wrap {
  margin-top: 32px;
}

.p-case__sample-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-case__sample-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-case__image-wrap {
  position: relative;
  height: 100%;
}

.p-case__image-title {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 16px 4px;
  z-index: 10;
}

.p-case__image-before {
  position: relative;
}
.p-case__image-before::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  right: -28px;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .p-case__image-before::after {
    top: 100%;
    right: 50%;
    bottom: -40px;
    border-width: 16px 10px 0 10px;
    border-color: #333 transparent transparent transparent;
  }
}

@media only screen and (max-width: 767px) {
  .p-case__before-image {
    width: 100%;
  }
}

.p-case__image-after {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .p-case__image-after {
    margin-left: 0;
    margin-top: 40px;
  }
}

.p-feature__content-wrap {
  background-color: #F5E9C4;
  padding: 120px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-feature__content-wrap {
    background-color: transparent;
    padding-top: 0;
  }
}

.p-feature__content-block {
  margin-top: 102px;
  position: relative;
  height: 692px;
}
@media only screen and (max-width: 1240px) {
  .p-feature__content-block {
    height: 600px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-feature__content-block {
    height: 940px;
  }
}
@media only screen and (max-width: 767px) {
  .p-feature__content-block {
    height: 760px;
    background-color: #F5E9C4;
    margin-right: 16px;
    margin-top: 56px;
  }
  .p-feature__content-block::before {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #F5E9C4;
    left: -16px;
    width: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .p-feature__content-block {
    height: 800px;
  }
}

.p-feature__text-wrap {
  position: absolute;
  top: 0;
  left: 9.8%;
}
@media only screen and (max-width: 1240px) {
  .p-feature__text-wrap {
    left: 6%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-feature__text-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .p-feature__text-wrap {
    width: 420px;
    top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .p-feature__text-wrap {
    width: 100%;
    max-width: 270px;
    left: 16px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-feature__text-red {
  font-size: 24px;
  font-weight: bold;
  color: #A20000;
  margin: 0 auto;
  max-width: 422px;
}
@media only screen and (max-width: 1240px) {
  .p-feature__text-red {
    max-width: 380px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-feature__text-red {
    max-width: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .p-feature__text-red {
    font-size: 22px;
    max-width: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .p-feature__text-red {
    max-width: 100%;
  }
}

.p-feature__text {
  max-width: 422px;
  margin: 32px auto 0;
}
@media only screen and (max-width: 1240px) {
  .p-feature__text {
    max-width: 380px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-feature__text {
    max-width: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .p-feature__text {
    max-width: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .p-feature__text {
    max-width: 100%;
  }
}

.p-feture__content-img-wide {
  position: absolute;
  left: 50%;
  width: 41.67vw;
}
@media only screen and (max-width: 1023px) {
  .p-feture__content-img-wide {
    left: auto;
    right: -30px;
    width: 600px;
    top: 227px;
  }
}
@media only screen and (max-width: 767px) {
  .p-feture__content-img-wide {
    left: auto;
    right: -32px;
    width: 400px;
    top: 267px;
  }
}
@media only screen and (max-width: 480px) {
  .p-feture__content-img-wide {
    width: 290px;
    top: 360px;
  }
}

.p-feature__content-img-wrap {
  position: absolute;
  top: 300px;
  left: 0;
  width: 50%;
}
@media only screen and (max-width: 1240px) {
  .p-feature__content-img-wrap {
    top: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-feature__content-img-wrap {
    top: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .p-feature__content-img-wrap {
    top: 600px;
    left: -20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-feature__content-img-wrap {
    top: 680px;
  }
}

.p-feature__iamge-01 {
  width: 320px;
}
@media only screen and (max-width: 1240px) {
  .p-feature__iamge-01 {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .p-feature__iamge-01 {
    width: 240px;
  }
}
@media only screen and (max-width: 480px) {
  .p-feature__iamge-01 {
    width: 160px;
  }
}

.p-feature__image-02 {
  position: absolute;
  top: 194px;
  left: 252px;
  width: 257px;
}
@media only screen and (max-width: 1240px) {
  .p-feature__image-02 {
    top: 180px;
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .p-feature__image-02 {
    top: 120px;
    left: 180px;
    width: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .p-feature__image-02 {
    top: 60px;
    left: 120px;
    width: 130px;
  }
}

.p-feature__small-text-wrap {
  position: absolute;
  top: 427px;
  left: 50%;
}
@media only screen and (max-width: 1240px) {
  .p-feature__small-text-wrap {
    top: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-feature__small-text-wrap {
    top: 532px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .p-feature__small-text-wrap {
    width: 420px;
    top: 472px;
  }
}
@media only screen and (max-width: 480px) {
  .p-feature__small-text-wrap {
    width: 100%;
    max-width: 280px;
    top: 516px;
    left: 16px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-feature__text-small {
  max-width: 422px;
}
@media only screen and (max-width: 1023px) {
  .p-feature__text-small {
    max-width: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .p-feature__text-small {
    max-width: 420px;
  }
}

.p-section-reason {
  padding-top: 168px;
  padding-bottom: 0;
  background-image: url(../media/images/section_reason_bg.webp);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.p-reason__bg-white {
  background-color: #fff;
}

.p-section__case-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-section__case-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .p-section__case-title {
    font-size: 24px;
  }
}

.p-reason__content-wrap {
  padding: 64px 170px 99px;
}
@media only screen and (max-width: 1023px) {
  .p-reason__content-wrap {
    padding: 48px 80px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .p-reason__content-wrap {
    padding: 40px 32px;
  }
}
@media only screen and (max-width: 480px) {
  .p-reason__content-wrap {
    padding: 20px;
  }
}

.p-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 185px;
}

.p-reason__item + .p-reason__item {
  margin-top: 56px;
}
@media only screen and (max-width: 480px) {
  .p-reason__item + .p-reason__item {
    margin-top: 24px;
  }
}

.p-reason__item-detail {
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-reason__item-detail {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-reason__item-detail {
    font-size: 20px;
  }
}

.p-reason__image-cont {
  position: relative;
}

.p-reason__number {
  background-color: #A20000;
  font-size: 32px;
  color: #fff;
  text-align: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -9px;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .p-reason__number {
    font-size: 24px;
    width: 48px;
    height: 48px;
  }
}

.p-reason__image-detail {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 480px) {
  .p-reason__image-detail {
    width: 100px;
    left: 24px;
  }
}

.p-reason__text-cont {
  margin-left: 80px;
}
@media only screen and (max-width: 767px) {
  .p-reason__text-cont {
    margin-left: 40px;
  }
}

.p-section-voice {
  padding-top: 128px;
}

.p-voice__title {
  position: relative;
}
.p-voice__title:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 100%;
  background-image: url(../media/images/subtitle-before.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .p-voice__title:before {
    left: -64px;
    top: 50%;
    background-image: url(../media/images/subtitle-sp-before.webp);
    width: 51px;
  }
}
.p-voice__title:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 100%;
  background-image: url(../media/images/subtitle-after.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .p-voice__title:after {
    right: -64px;
    top: 50%;
    background-image: url(../media/images/subtitle-sp-after.webp);
    width: 51px;
  }
}

.p-voice__content-wrap {
  margin-top: 72px;
}

.p-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .p-voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-voice__deteil {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 44px 35px;
  max-width: 400px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 767px) {
  .p-voice__deteil {
    max-width: 100%;
    -webkit-filter: none;
            filter: none;
  }
}
@media only screen and (max-width: 480px) {
  .p-voice__deteil {
    padding: 20px;
  }
}
.p-voice__deteil:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60%;
  border-style: solid;
  border-width: 30px 0 0 37px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(24deg);
          transform: skew(24deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.p-voice__text {
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  .p-voice__text {
    font-size: 18px;
  }
}

.p-voice__icon-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media only screen and (max-width: 480px) {
  .p-voice__icon-wrap {
    margin-top: 52px;
  }
}

@media only screen and (max-width: 480px) {
  .p-voice__icon {
    width: 80px;
  }
}

.p-cta__title {
  font-size: 58px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 3px 0px rgb(255, 255, 255);
}
@media only screen and (max-width: 1280px) {
  .p-cta__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-cta__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .p-cta__title {
    font-size: 24px;
  }
}

.p-cta__tel-wrap {
  margin-top: 56px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-cta__tel-wrap {
    margin-top: 40px;
  }
}

.p-cta__tel-item {
  padding: 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-cta__tel-item {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-cta__tel-item {
    padding: 12px 0;
  }
}

.p-cta__tel-text {
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1023px) {
  .p-cta__tel-text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cta__tel-text {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .p-cta__tel-text {
    font-size: 24px;
  }
}
.p-cta__tel-text::before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 68px;
  margin-right: 24px;
  background-image: url(../media/images/red_tel-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .p-cta__tel-text::before {
    width: 40px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cta__tel-text::before {
    width: 32px;
    height: 44px;
  }
}
@media only screen and (max-width: 480px) {
  .p-cta__tel-text::before {
    width: 24px;
    height: 32px;
    margin-right: 16px;
  }
}

.p-cta__tel-icon-wrap {
  position: absolute;
  right: 30px;
  top: -220px;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .p-cta__tel-icon-wrap {
    top: -174px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-cta__tel-icon-wrap {
    top: -148px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cta__tel-icon-wrap {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .p-cta__tel-icon {
    width: 140px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-cta__tel-icon {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cta__tel-icon {
    width: 100px;
  }
}

.p-cta__tel-under-text {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}

.p-section-flow .c-width {
  background-color: #F5E9C4;
}

.p-flow__content-wrap {
  background-color: #F5E9C4;
  padding: 128px 0 204px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(8.3333vw);
          transform: translateX(8.3333vw);
}
@media only screen and (max-width: 1600px) {
  .p-flow__content-wrap {
    padding: 128px 40px 204px 0px;
    max-width: 1100px;
    -webkit-transform: translateX(6.66vw);
            transform: translateX(6.66vw);
  }
}
@media only screen and (max-width: 1240px) {
  .p-flow__content-wrap {
    padding: 128px 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .p-flow__content-wrap {
    padding: 128px 0;
  }
}

.p-flow__text-wrap {
  margin-top: 32px;
}

.p-flow__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-flow__item {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .p-flow__item {
    width: 100%;
  }
}

.p-flow__item + .p-flow__item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-flow__item + .p-flow__item {
    margin-top: 40px;
  }
}
.p-flow__item + .p-flow__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  left: -7%;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1240px) {
  .p-flow__item + .p-flow__item::after {
    border-width: 8px 0 8px 14px;
    left: -8%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-flow__item + .p-flow__item::after {
    border-width: 8px 0 8px 14px;
    left: -8%;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow__item + .p-flow__item::after {
    top: -26px;
    right: 0;
    bottom: auto;
    left: 0;
    border-width: 16px 10px 0 10px;
    border-color: #333 transparent transparent transparent;
  }
}

@media only screen and (max-width: 767px) {
  .p-flow__image {
    width: 100%;
  }
}

.p-flow__image-caption {
  text-align: center;
  background-color: #fff;
  font-size: 14px;
}

.p-faq-list {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .p-faq-list {
    margin-top: 32px;
  }
}

.p-faq-list__item + .p-faq-list__item {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .p-faq-list__item + .p-faq-list__item {
    margin-top: 32px;
  }
}

.p-faq-list__ansewer-icon {
  color: #A20000;
}

.p-faq-list__question {
  background-image: url(../media/images/faq_question_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 24px 26px;
  border-top: 1px solid #A20000;
  border-bottom: 1px solid #A20000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-faq-list__question {
    padding: 18px 20px;
  }
}

.p-faq-list__content {
  width: 100%;
  background-color: #fff;
  padding: 24px 26px;
  border-bottom: 1px solid #A20000;
}
@media only screen and (max-width: 767px) {
  .p-faq-list__content {
    padding: 18px 20px;
  }
}

.p-faq-list__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-faq-list__question-text {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .p-faq-list__question-text {
    margin-left: 18px;
  }
}

.p-faq-list__ansewer-text {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .p-faq-list__ansewer-text {
    margin-left: 18px;
  }
}

.p-price__content-wrap {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-price__content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-price__text-head {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .p-price__text-head {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .p-price__text-head {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .p-price__text-head {
    font-size: 32px;
  }
}

.p-price__text-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .p-price__text-price {
    margin-top: 24px;
  }
}

.p-price__text-large {
  font-size: 64px;
  margin-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .p-price__text-large {
    font-size: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .p-price__text-large {
    font-size: 40px;
    margin-left: 24px;
  }
}

.p-price__annotations {
  margin-top: 24px;
}
@media only screen and (max-width: 480px) {
  .p-price__annotations {
    margin-top: 20px;
  }
}

.p-price__text-annotation {
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .p-price__text-annotation {
    font-size: 18px;
  }
}

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

.p-contact__title {
  font-size: 58px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .p-contact__title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1240px) {
  .p-contact__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-contact__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .p-contact__title {
    font-size: 32px;
  }
}

.p-contact__title-under-text {
  font-size: 58px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .p-contact__title-under-text {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1240px) {
  .p-contact__title-under-text {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-contact__title-under-text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__title-under-text {
    font-size: 36px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .p-contact__title-under-text {
    font-size: 28px;
  }
}

.p-work__content-wrap {
  margin-top: 96px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-work__content-wrap {
    margin-top: 56px;
  }
}

.p-work__title {
  position: relative;
  background-color: #A20000;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 7px 0 6px;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  max-width: 360px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .p-work__title {
    font-size: 24px;
    max-width: 240px;
    padding: 5px 0 3px;
  }
}

.p-work__detail-list {
  width: 100%;
  border: 5px solid #A20000;
  border-radius: 5px;
  padding: 51px 50px 40px;
  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;
  position: relative;
  top: -34px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-work__detail-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .p-work__detail-list {
    font-size: 24px;
    top: -26px;
    padding: 51px 16px 56px 21px;
  }
}

.p-work__detail-item {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-work__detail-item {
    width: 100%;
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .p-work__detail-item {
    font-size: 24px;
    position: relative;
    padding-left: 40px;
  }
}
.p-work__detail-item:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../media/images/work_check_icon.webp);
  background-size: contain;
  background-position: center;
  margin-right: 16px;
}
@media only screen and (max-width: 480px) {
  .p-work__detail-item:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-work__detail-item + .p-work__detail-item {
  padding-left: 36px;
}
@media only screen and (max-width: 767px) {
  .p-work__detail-item + .p-work__detail-item {
    padding-left: 0;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .p-work__detail-item + .p-work__detail-item {
    padding-left: 40px;
  }
}

.p-work__image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .p-work__image-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.p-work__image-wrap {
  margin-top: 54px;
}

@media only screen and (max-width: 767px) {
  .p-work__image {
    width: 100%;
  }
}

.p-work__caption {
  text-align: center;
  background-color: #fff;
  font-size: 14px;
}

.p-contact__content-wrap {
  margin-top: 144px;
  padding: 104px 58px 120px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .p-contact__content-wrap {
    padding: 40px 26px;
  }
}

.p-contact__subtitle {
  font-size: 48px;
  padding-left: 57px;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .p-contact__subtitle {
    font-size: 40px;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__subtitle {
    padding-left: 0;
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .p-contact__subtitle {
    font-size: 18px;
  }
}

.p-subtitle__text-red {
  border: 1px solid #A20000;
  color: #A20000;
  margin-top: 24px;
  line-height: 1.6;
  min-width: 360px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-subtitle__text-red {
    min-width: 280px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .p-subtitle__text-red {
    font-size: 22px;
    max-width: 186px;
    min-width: 186px;
  }
}

.p-contact__subtitle-space {
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .p-contact__subtitle-space {
    margin-right: 160px;
  }
}

.p-contact__stationery-text {
  font-size: 48px;
  padding-left: 57px;
  font-weight: bold;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #AEAEAE 2px, transparent 2px);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding-bottom: 2px;
  margin-top: 24px;
}
@media only screen and (max-width: 1023px) {
  .p-contact__stationery-text {
    font-size: 40px;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__stationery-text {
    padding-left: 0;
    font-size: 32px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, white), color-stop(50%, white)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(98%, rgba(0, 0, 0, 0)), color-stop(98%, #AEAEAE), to(#AEAEAE));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, white 50%, white 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 98%, #AEAEAE 98%, #AEAEAE 100%);
    background-size: 8px 100%, 100% 2em;
    background-position: 0 0, 0 1.95em;
    /* 2行目の線が1行目の下にくるように調整 */
    background-repeat: repeat, repeat;
  }
}
@media only screen and (max-width: 480px) {
  .p-contact__stationery-text {
    font-size: 18px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, white), color-stop(50%, white)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(94%, rgba(0, 0, 0, 0)), color-stop(94%, #AEAEAE), to(#AEAEAE));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, white 50%, white 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 94%, #AEAEAE 94%, #AEAEAE 100%);
    background-size: 10px 100%, 100% 2em;
  }
}

.p-contact__detail {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1240px) {
  .p-contact__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__detail {
    margin-top: 40px;
  }
}

.p-representative__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .p-representative__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1023px) {
  .p-representative__text-wrap {
    margin-top: 24px;
  }
}

.p-representative__image {
  margin-right: 32px;
}
@media only screen and (max-width: 767px) {
  .p-representative__image {
    margin-right: 0;
    text-align: center;
  }
}

.p-representative__text {
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .p-representative__text {
    font-size: 16px;
  }
}

.p-representative__name {
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.3;
}
@media only screen and (max-width: 480px) {
  .p-representative__name {
    font-size: 24px;
    margin-top: 5px;
  }
}

.p-representative__skill {
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
}
@media only screen and (max-width: 480px) {
  .p-representative__skill {
    font-size: 12px;
    margin-top: 5px;
  }
}

.p-representative__history-list {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .p-representative__history-list {
    margin-top: 24px;
  }
}

.p-representative__history-item {
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .p-representative__history-item {
    font-size: 16px;
  }
}

.p-contact__mobile {
  margin-top: 25px;
}

.p-contact__mobile-link {
  font-size: 55px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1440px) {
  .p-contact__mobile-link {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__mobile-link {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .p-contact__mobile-link {
    font-size: 28px;
  }
}
.p-contact__mobile-link::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 59px;
  margin-right: 32px;
  background-image: url(../media/images/mobile_icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .p-contact__mobile-link::before {
    width: 30px;
    height: 52px;
    margin-right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__mobile-link::before {
    width: 26px;
    height: 44px;
    margin-right: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-contact__mobile-link::before {
    margin-right: 15px;
    top: 12px;
  }
}

.p-mobile__annotation {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-left: 66px;
}
@media only screen and (max-width: 1440px) {
  .p-mobile__annotation {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .p-mobile__annotation {
    margin-left: 48px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .p-mobile__annotation {
    font-size: 12px;
    margin-left: 42px;
    margin-top: -6px;
  }
}

.p-contact__image {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-contact__image {
    margin-top: 20px;
  }
}

.p-cotact__tel {
  margin-top: 25px;
}

.p-contact__tel-link {
  font-size: 55px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1440px) {
  .p-contact__tel-link {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__tel-link {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .p-contact__tel-link {
    font-size: 28px;
  }
}
.p-contact__tel-link::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 58px;
  margin-right: 32px;
  background-image: url(../media/images/yellow_tel_icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .p-contact__tel-link::before {
    width: 40px;
    height: 50px;
    margin-right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__tel-link::before {
    width: 32px;
    height: 44px;
    margin-right: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-contact__tel-link::before {
    margin-right: 15px;
  }
}