/* Scss Document */
/*------------- reset -------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
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,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: all 0.5s ease-out;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*------------- base -------------*/
body {
  color: #000000;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: none;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

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

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
  text-decoration: none;
  color: #212020;
}

a:hover {
  transition: all 0.3s ease-out;
}

a:hover {
  opacity: 0.6;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.slick-slider div {
  transition: none;
}

/*------------- layout -------------*/
.l-inner {
  padding: 0 12px;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  width: 1024px;
}

.l-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 40px;
}
.l-header.is-scrolled {
  background: #fff;
}
.l-header .logo {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
}
.l-header .logo .color-pink {
  color: #ff8e8e;
}
.l-header .logo .color-green {
  color: #59b224;
}
.l-header .contact {
  background: #ff8e8e;
  padding: 20px;
  width: 260px;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5;
}
.l-header .contact small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 10px;
  }
  .l-header .logo {
    font-size: 14px;
  }
  .l-header .contact {
    font-size: 13px;
    padding: 8px;
    width: 200px;
    border-radius: 50px;
    line-height: 1.3;
  }
  .l-header .contact small {
    font-size: 10px;
  }
}

.l-footer {
  padding: 100px 0 150px;
  background: #59b224;
}
.l-footer .l-footer-text {
  line-height: 1.5;
  font-weight: bold;
}
.l-footer .l-footer-text small {
  font-size: 14px;
}
.l-footer .l-footer-text span {
  display: block;
  margin-top: 70px;
  font-size: 12px;
  font-weight: normal;
}
.l-footer .l-footer-text span a {
  text-decoration: underline;
}
.l-footer .l-footer-right {
  text-align: center;
}
.l-footer .copy {
  font-size: 12px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 35px 0 30px;
  }
  .l-footer .l-footer-text {
    font-size: 14px;
  }
  .l-footer .l-footer-text small {
    font-size: 12px;
  }
  .l-footer .l-footer-text span {
    margin-top: 38px;
    font-size: 12px;
  }
  .l-footer .l-footer-right {
    text-align: center;
  }
  .l-footer .l-footer-right img {
    width: 126px;
  }
  .l-footer .copy {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 10px;
  }
}

/*------------- component -------------*/
.c-flexPC {
  display: flex;
  justify-content: space-between;
}
.c-flexPC--alceter {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-flexPC {
    display: block;
  }
}

.c-flexSP {
  display: flex;
}

/*------------- top -------------*/
.top {
  padding: 200px 0 150px;
  background: url("../img/bg-fv.svg") top center no-repeat;
  background-size: cover;
}
.top-fv {
  padding: 0 60px;
}
.top-fv h1 {
  text-align: center;
  margin-bottom: 30px;
}
.top-fv h1 img {
  width: 1346px;
  max-width: 100%;
}
.top-fv .top-slider {
  max-width: 1511px;
  margin: 0 auto;
}
.top-fv .top-slider img {
  border-radius: clamp(16.94vw, 276px, 16.94vw);
}
@media screen and (max-width: 768px) {
  .top {
    padding: 80px 0 65px;
    background: url("../img/bg-fv_sp.svg") top center no-repeat;
    background-size: cover;
  }
  .top-fv {
    padding: 0 10px;
  }
  .top-fv h1 {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .top-fv .top-slider img {
    border-radius: 17.06667vw;
  }
}

/*------------- utility -------------*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-spbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-spbr {
    display: inline-block;
  }
}

.u-font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.u-pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc-none {
    display: block;
  }
}

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

/*# sourceMappingURL=style.css.map */
