@charset "UTF-8";
.u-desktop {
  display: none;
}

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

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

/* FontFamily */
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* font-weight */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 1.45455vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.26667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

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

.appp {
  margin: 1px;
}

.l-inner {
  width: 100%;
  max-width: 1100px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.c-text {
  line-height: 2;
  text-indent: -2em;
  padding-left: 1em;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #333;
  font-weight: normal;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .c-text {
    font-size: 0.9375rem;
  }
}

.c-textTitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #e2111c;
}

.bold {
  font-weight: bold;
}

.c-title {
  position: relative;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #043f12;
  border-left: 3px solid #043f12;
  border-radius: 0 0 0 20px;
  color: #043f12;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.125rem;
    padding: 0.625rem 0.9375rem;
  }
}

.c-title:before {
  position: absolute;
  right: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #043f12 transparent transparent transparent;
}

.c-title:after {
  position: absolute;
  right: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.p-footer {
  background-color: #043f12;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  padding: 1.25rem 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.p-header__inner {
  text-align: center;
  padding: 30px 0;
  padding: 1.875rem 0;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0.9375rem 0;
  }
}

.p-header__title {
  font-size: 35px;
  font-size: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .p-header__title {
    font-size: 1.4375rem;
  }
}

.p-header__subTitle {
  font-size: 28px;
  font-size: 1.75rem;
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .p-header__subTitle {
    font-size: 1.25rem;
  }
}

.p-main {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-main {
    padding-bottom: 3.125rem;
  }
}

.p-main__img {
  width: 100%;
  position: relative;
}

.p-main__img::before {
  content: '';
  display: block;
  padding-top: 40%;
}

@media screen and (max-width: 767px) {
  .p-main__img::before {
    padding-top: 68%;
  }
}

.p-main__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-main__title span {
  padding-left: 30px;
  padding-left: 1.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .sub {
    padding-left: 0 !important;
  }
}

.p-main__lead {
  padding: 30px 30px;
  padding: 1.875rem 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-main__lead {
    padding: 1.875rem 0.625rem;
  }
}

.p-main__pl {
  display: block;
  text-indent: 2em;
}

@media screen and (max-width: 767px) {
  .p-main__pl {
    text-indent: 0;
  }
}

.p-main__color {
  color: #00f;
}

.p-main__color:hover {
  opacity: 0.8;
}

.p-main__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.custom-btn {
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
          box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
}

.btn-28 {
  color: #043f12;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  bordercolor: #043f12;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-28:before,
.btn-28:after {
  content: '';
  display: block;
  position: absolute;
  border-color: #043f12;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-28:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.btn-28:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.btn-28:hover:before,
.btn-28:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #fff;
}

.btn-28:hover {
  color: #043f12;
  background-color: #fff;
  border-color: #fff;
}

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

@media screen and (max-width: 767px) {
  .p-main__box {
    display: block;
  }
}

.p-main__btn + .p-main__btn {
  margin-left: 25px;
  margin-left: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-main__btn + .p-main__btn {
    margin-left: 0;
  }
}
