@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
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;
  vertical-align: baseline;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-size: 100%;
  line-height: 1;
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

.feature {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  color: #555555;
  font-weight: 500;
  font-style: normal;
  background: #e4e4e4;
}

.feature a {
  transition: 0.3s;
  display: block;
  transform: none;
}
.feature a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.l-container {
  width: 100%;
  overflow: hidden;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.js-fade {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 2s ease;
}

.js-fade.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}

.js-fadeup {
  visibility: hidden;
  opacity: 0;
  transform: translateY(1.5rem);
  pointer-events: none;
  transition: all 1.5s ease;
}

.js-fadeup.is-show {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: inherit;
}

.feature__inner {
  width: 140rem;
  margin: 0 auto;
  padding-bottom: 12rem;
}

.main-visual {
  position: relative;
  width: 90rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 5.8rem;
}
.main-visual .main-lead {
  font-size: 2.3rem;
  line-height: 1.9130434783;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin-top: 6.6rem;
  margin-bottom: 13rem;
  color: #555555;
}
.main-visual .main-lead span {
  font-size: 1.9rem;
  line-height: 2.3157894737;
  letter-spacing: 0.15em;
  color: #555555;
}

.top-img {
  display: flex;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.top-img .ph {
  width: 50%;
}

.main-contents {
  width: 66rem;
  margin: 0 auto;
  margin-top: 14rem;
}
.main-contents .block.flex-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-contents .block .ph-txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
  width: 29.5rem;
}
.main-contents .block.block1 .ph {
  width: 32rem;
}
.main-contents .block.block2 {
  margin-top: 8rem;
}
.main-contents .block.block2 .ph {
  width: 32rem;
}
.main-contents .block.block3 {
  margin-top: 12rem;
}
.main-contents .block.block3 .ph {
  width: 32rem;
}
.main-contents .block.block4 {
  width: 50rem;
  margin: 0 auto;
  margin-top: 8rem;
}
.main-contents .block.block5 {
  margin-top: 12rem;
}
.main-contents .block.block5 .ph {
  width: 32rem;
}
.main-contents .block.block6 {
  width: 50rem;
  margin: 0 auto;
  margin-top: 8rem;
}
.main-contents .block.block7 {
  width: 60rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 12rem;
}
.main-contents .block.block7 .ph {
  width: 30rem;
}

.all-item {
  width: 44rem;
  margin: 0 auto;
  margin-top: 12rem;
}/*# sourceMappingURL=style.css.map */