@charset "UTF-8";
/* --------------------------------------------------------------------------------
 web fonts
-------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
 reset (exculding 'sup')
---------------------------------------------------------------------- */
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,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

img {
  vertical-align: middle;
}

/****ボタン初期設定無効化******/
input, button, textarea, select {
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: middle;
}

/****自動文字サイズ変換無効化******/
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* ----------------------------------------------------------------------
 basic setting
---------------------------------------------------------------------- */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  color: #222;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 300;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
}

body * {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
textarea,
select {
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 16px;
}

textarea {
  vertical-align: top;
}

textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select {
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #aaa;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.Breadcrumbs {
  display: block;
  margin: 32px 0;
  padding-left: 20px;
}
.Breadcrumbs a {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 799px) {
  .Breadcrumbs a {
    font-size: 12px;
  }
}
.Breadcrumbs a::before {
  content: ">";
  display: inline-block;
  padding: 0 16px;
}
.Breadcrumbs a:nth-child(1)::before {
  display: none;
}

.CTA {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 213px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.CTA .line {
  display: block;
  width: 1px;
  height: 124px;
  background: #A69373;
  z-index: 1;
}
.CTA a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -16px;
  color: #fefefe;
  text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  padding: 30px 40px 28px 40px;
  line-height: 16px;
  background: linear-gradient(95deg, #28885E 0%, #0C5535 100%);
}
.CTA a:hover {
  opacity: 0.8;
}

.TopView {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  height: 80vh;
  margin: 0 auto;
  padding-top: 86px;
  overflow: hidden;
  padding-left: 64px;
}
@media only screen and (max-width: 799px) {
  .TopView {
    padding-top: 43px;
    padding-left: 0px;
  }
}
.TopView__h1Wrapper {
  opacity: 0;
  -webkit-animation: fade_in 1s;
  animation: fade_in 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.TopView__h1 {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 799px) {
  .TopView__h1 {
    font-size: calc(12px + 2vw);
    text-align: center;
  }
}
.TopView__Bg1 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  z-index: -1;
  opacity: 0;
  -webkit-animation: fade_in 1s;
  animation: fade_in 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.TopView__Bg1 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.TopView__Bg2 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  background: #000;
  z-index: -3;
}
.TopView .BtnWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
}
@media only screen and (max-width: 799px) {
  .TopView .BtnWrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.TopView .topcta {
  display: block;
  color: #fefefe;
  width: 220px;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(95deg, #28885E 0%, #0C5535 100%);
}
.TopView .topcta:hover {
  opacity: 0.8;
}

.point {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (max-width: 799px) {
  .point {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.point__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  gap: 24px;
}
@media only screen and (max-width: 799px) {
  .point__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.point__list li img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: auto;
}
@media only screen and (max-width: 799px) {
  .point__list li img {
    width: 100%;
    height: auto;
  }
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 24px;
  padding-right: 24px;
}
.intro img {
  width: 424px;
  height: 89.373px;
  aspect-ratio: 424/89.37;
  margin-bottom: 40px;
}
@media only screen and (max-width: 799px) {
  .intro img {
    width: 280px;
    height: auto;
  }
}
.intro p {
  color: #363128;
  text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 24px;
  line-height: 150%; /* 36px */
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 799px) {
  .intro p {
    font-size: 14px;
  }
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  gap: 24px;
}
@media only screen and (max-width: 799px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.about__textsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-left: 40px;
  padding-bottom: 80px;
  width: 100%;
}
@media only screen and (max-width: 799px) {
  .about__textsection {
    padding: 24px;
  }
}
.about__textsection h2 {
  color: var(--primary, #28885E);
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 40px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.about__textsection p {
  color: #363128;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 175%;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 799px) {
  .about__textsection p {
    font-size: 14px;
  }
}
.about__imgsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%; /* 画像コンテナの幅を設定 */
  overflow: hidden;
}
@media only screen and (max-width: 799px) {
  .about__imgsection {
    padding-bottom: 100%; /* 画像の高さを設定（幅 ÷ 高さ × 100） */
  }
}
.about__imgsection img {
  position: absolute;
  width: 100%; /* 画像の幅を100%に設定 */
  height: auto; /* 高さは自動で調整 */
  top: 0;
  left: 0;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  margin: 0 auto;
  padding: 64px 0;
}
.feature img {
  display: block;
  width: 300px;
  height: auto;
  margin-bottom: 8px;
}
.feature h2 {
  color: #363128;
  text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 60px */
  letter-spacing: 4px;
}
.feature h2:nth-child(4) {
  margin-top: 80px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 799px) {
  .feature h2:nth-child(4) {
    font-size: 16px;
  }
}
.feature__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  background: #e5e5e5;
  margin-top: 40px;
}
.feature__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 40px 80px;
}
@media only screen and (max-width: 799px) {
  .feature__list li {
    padding: 24px;
  }
}
.feature__list li:nth-child(1) {
  background: url(../images/AdobeStock_548102491.jpeg) no-repeat center center/cover;
}
.feature__list li:nth-child(2) {
  background: url(../images/AdobeStock_335969170.jpeg) no-repeat center center/cover;
}
.feature__list li:nth-child(3) {
  background: url(../images/AdobeStock_887495987.jpeg) no-repeat center center/cover;
}
.feature__list li .textwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 40px;
  border: solid 1px #28885E;
  background: #fff;
}
@media only screen and (max-width: 799px) {
  .feature__list li .textwrapper {
    padding: 24px;
  }
}
.feature__list li .textwrapper::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #28885E;
}
.feature__list li .textwrapper::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  border-bottom: 15px solid #28885E;
  border-right: 15px solid transparent;
}
.feature__list li .textwrapper h3 {
  color: var(--primary, #28885E);
  font-family: "Hiragino Mincho ProN";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 36px */
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}
.feature__list li .textwrapper p {
  color: #363128;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 125%;
}
@media only screen and (max-width: 799px) {
  .feature__list li .textwrapper p {
    font-size: 16px;
  }
}
.feature span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  color: #fefefe;
  background: var(--primary, #28885E);
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px;
}
.service__caption {
  color: #363128;
  text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 32.4px */
  letter-spacing: 2.4px;
  margin-bottom: 16px;
}
.service__logo {
  display: block;
  width: 400px;
  margin-bottom: 40px;
}
.service__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  max-width: 1024px;
}
.service__list li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #F8F8F8;
  margin-bottom: 24px;
}
@media only screen and (max-width: 799px) {
  .service__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.service__list li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  border-bottom: 15px solid #363128;
  border-right: 15px solid transparent;
}
.service__textsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
}
@media only screen and (max-width: 799px) {
  .service__textsection {
    padding: 24px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.service__title {
  color: #363128;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  line-height: 125%;
  font-weight: 900;
  margin-bottom: 8px;
}
.service__text {
  color: #000;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 15px;
  font-style: normal;
  line-height: 135%;
}
.service__img {
  display: block;
  width: 100%; /* 画像コンテナの幅を設定 */
  height: 200px;
  overflow: hidden;
}
.service__img img {
  width: 100%; /* 画像の幅を100%に設定 */
  height: auto; /* 高さは自動で調整 */
  top: 0;
  left: 0;
}

.conversion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/AdobeStock_791262201.jpeg) no-repeat center center/cover;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../images/AdobeStock_791262201.jpeg) no-repeat center center/cover;
}
.conversion__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  padding: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
}
@media only screen and (max-width: 799px) {
  .conversion__container {
    width: 100%;
    padding: 40px;
  }
}
.conversion__container p {
  color: #363128;
  text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  letter-spacing: 2.4px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 799px) {
  .conversion__container p {
    font-size: 14px;
  }
}
.conversion__container img {
  display: block;
  width: 300px;
}

.message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 80px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.message__title {
  color: #363128;
  text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 24px;
  letter-spacing: 5px;
  margin-bottom: 80px;
}
.message__helocopy {
  position: absolute;
  color: var(--primary, #28885E);
  top: 100px;
  text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 72px */
  letter-spacing: 72px;
  text-transform: uppercase;
  opacity: 0.1;
}
.message__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 799px) {
  .message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.message__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 300px;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 799px) {
  .message__img {
    width: 100%;
  }
}
.message__img img {
  width: 100%;
  height: auto;
  max-width: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}
.message__img img:first-child {
  width: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
.message__img img:nth-child(2) {
  width: 250px;
  height: auto;
}
.message__img img:nth-child(3) {
  width: 250px;
  height: auto;
}
.message__textsection {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.message__label {
  color: var(--primary, #28885E);
}
.message__name {
  color: var(--primary, #28885E);
  font-size: 18px;
  margin-bottom: 24px;
}
.message__text {
  color: #363128;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  line-height: 175%; /* 24.5px */
  letter-spacing: 1.4px;
}

.qa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #F1F1F1;
  /* アコーディオン表示の際に回転する */
}
@media only screen and (max-width: 799px) {
  .qa {
    padding: 40px;
  }
}
.qa__sectiontitle {
  color: #363128;
  width: 100%;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 40px;
  line-height: 150%; /* 60px */
  letter-spacing: 4px;
}
@media only screen and (max-width: 799px) {
  .qa__sectiontitle {
    font-size: 20px;
  }
}
.qa__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.qa__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 40px;
}
.qa__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 24px;
  background: var(--primary, #28885E);
  color: #FFF;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 36px */
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 799px) {
  .qa__question {
    font-size: 16px;
  }
}
.qa__question p {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 799px) {
  .qa__question p {
    font-size: 16px;
  }
}
.qa__togglebtn {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  right: 20px;
}
.qa details[open] .qa__togglebtn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.qa__answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #fff;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
@media only screen and (max-width: 799px) {
  .qa__answer {
    font-size: 14px;
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------
 common class
---------------------------------------------------------------------- */
@media only screen and (min-width: 560px) {
  .pc-non {
    display: none !important;
  }
}
@media only screen and (max-width: 559px) {
  .sp-non {
    display: none !important;
  }
}
.mb0 {
  margin-bottom: 0;
}

.tCenter {
  text-align: center;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 560px) {
  .telLink {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
  }
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .wrapper {
    width: auto;
  }
}

.hoverImg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 560px) {
  .hoverImg:hover {
    opacity: 0.7;
  }
}

.hoverTxt {
  text-decoration: none;
  color: inherit;
}
.hoverTxt:hover {
  text-decoration: underline;
}

.require {
  display: inline-block;
  background-color: red;
  color: #fff;
  font-size: 1.4rem;
  padding: 3px 5px;
  border-radius: 4px;
  margin-left: 5px;
}

/* CSS Document */
.header {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  z-index: 100;
  font-size: 14px;
}
.header__Logo {
  display: block;
}
.header__Logo a {
  display: block;
  width: 100%;
  padding: 0 24px;
  height: auto;
}
.header__Logo a img {
  display: block;
  width: 150px;
  height: auto;
}
.header__Logo a:hover {
  opacity: 0.8;
}
.header__Nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  list-style: none;
}
.header__Nav-List {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 799px) {
  .header__Nav-List {
    display: none;
  }
}
.header__Nav-List a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 1px;
  color: #28885E;
}
.header__Nav-List a:hover {
  opacity: 0.8;
}
.header__headercta a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #fefefe;
  background: linear-gradient(95deg, #28885E 0%, #0C5535 100%);
}
.header__headercta a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 799px) {
  .header__headercta a {
    padding: 16px;
  }
}

/* CSS Document */
.Footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 80px;
}
@media only screen and (max-width: 799px) {
  .Footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.Footer__Logo {
  display: block;
  width: 147px;
  height: auto;
  margin: 0 auto;
}
.Footer__Nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
}
@media only screen and (max-width: 799px) {
  .Footer__Nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.Footer__Nav-List {
  display: block;
  margin-right: 32px;
}
.Footer__Nav-List:nth-last-child(1) {
  margin-right: 0;
}
@media only screen and (max-width: 559px) {
  .Footer__Nav-List {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.Footer__Nav-List a {
  display: block;
  color: #28885E;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  font-size: 14px;
}
.Footer__Nav-List a:hover {
  opacity: 0.5;
}

.textwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  padding: 80px 40px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

h2 {
  color: #363128;
  text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 48px */
  letter-spacing: 3.2px;
}

p {
  color: #363128;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 175%; /* 24.5px */
  letter-spacing: 1.4px;
}

table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #363128;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
}
table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
table th {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  min-width: 180px;
  margin-right: 16px;
}
table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*# sourceMappingURL=style.css.map */
