/* 1.All Reset
********************************************/
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,
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;
}

p {
  margin: 0;
}

ol,
ul,
dl {
  text-indent: 0;
}

li {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

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

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
}

/*-------------------------------------------
Link set
------------------------------------------ */
a {
  transition: all ease-in-out 0.3s;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #323232;
}

a:hover {
  text-decoration: none;
  opacity: 0.9;
}

a:active {
  text-decoration: none;
  color: #323232;
}

/*-------------------------------------------
Clearfix
------------------------------------------ */
.clearfix:after {
  /* clearfix */
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%; /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

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

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

html {
  font-size: 62.5% !important;
}

body {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #1a1a1a;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}

.wrapper {
  width: 100%;
  height: auto;
}
.header {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.8s;
  background-color: transparent;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
}
@media only screen and (max-width:767px) {
  .header {
    height: 55px;
    padding: 0 20px;
    background-color: transparent;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0);
  }
}
.header.active {
  background-color: rgba(0, 0, 0, 0.8);
}
.header-inner {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  display: table;
  width: 250px;
  height: auto;
}
.header-logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:767px) {
  .header-logo {
    width: 190px;
  }
  .header-logo img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width:767px) {
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.9);
    padding: 95px 20px 40px 20px;
    box-sizing: border-box;
  }
  .header-menu.active {
    transition: all 0.5s;
    visibility: visible;
    opacity: 1;
  }
}
.header-nav {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .header-nav {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}
.header-nav li {
  width: auto;
  height: auto;
  line-height: 1;
}
.header-nav li:not(:first-child) {
  margin-left: 3em;
}
@media only screen and (max-width:767px) {
  .header-nav li:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width:767px) {
  .header-nav li {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #fff;
  }
}
.header-nav li a {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .header-nav li a {
    font-size: 1.8rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.header .nav-btn {
  display: none;
  width: 28px;
  height: 24px;
  position: relative;
  margin-left: auto;
}
@media only screen and (max-width:767px) {
  .header .nav-btn {
    display: block;
  }
}
.header .nav-btn:hover {
  cursor: pointer;
}
.header .nav-btn .line {
  width: 28px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  border-radius: 3px;
}
.header .nav-btn__line1 {
  top: 0;
  left: 0;
}
.header .nav-btn__line2 {
  top: 10px;
  left: 0;
}
.header .nav-btn__line3 {
  top: 20px;
  left: 0;
}
.header .nav-btn.active .line {
  background: #fff;
}
.header .nav-btn.active .nav-btn__line2 {
  display: none;
}
.header .nav-btn.active .nav-btn__line1 {
  transform: rotate(405deg);
  top: 9px;
}
.header .nav-btn.active .nav-btn__line3 {
  transform: rotate(-405deg);
  top: 9px;
}

.main {
  width: 100%;
  height: auto;
}

.breadcrumb {
  width: 100%;
  height: auto;
  margin-top: 18px;
  margin-bottom: 25px;
}
@media only screen and (max-width:767px) {
  .breadcrumb {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.breadcrumb-inner {
  width: 100%;
  height: auto;
  max-width: 1206px;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .breadcrumb-inner {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
.breadcrumb-list {
  width: 100%;
  height: auto;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumb-list li {
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 1;
  font-family: noto-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}
@media only screen and (max-width:767px) {
  .breadcrumb-list li {
    font-size: 11px;
  }
}
.breadcrumb-list li:not(:first-child) {
  margin-left: 20px;
  position: relative;
}
.breadcrumb-list li:not(:first-child):before {
  width: 4px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -12px;
  content: "";
  background: url(../../assets/img/common/breadcrumb-arrow.svg) center center no-repeat;
  background-size: 4px auto;
}
.breadcrumb-list li a {
  line-height: 1;
  display: inline-block;
  color: #000;
}

section {
  width: 100%;
  height: auto;
}
section .inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}

.footer {
  height: auto;
  padding: 70px 0 40px 0;
  box-sizing: border-box;
  background: #f1f1f1;
}
@media only screen and (max-width:767px) {
  .footer {
    padding: 50px 0 30px 0;
  }
}
.footer-logo {
  display: table;
  width: 250;
  height: auto;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media only screen and (max-width:767px) {
  .footer-logo {
    width: 200px;
  }
}
.footer-logo img {
  width: 100%;
}
.footer-list {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 38px;
}
@media only screen and (max-width:767px) {
  .footer-list {
    flex-direction: column;
  }
}
.footer-item {
  width: auto;
  height: 18px;
  padding: 0 48px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width:767px) {
  .footer-item {
    padding: 0;
  }
}
.footer-item:not(:first-child) {
  border-left: 1px solid #000;
}
@media only screen and (max-width:767px) {
  .footer-item:not(:first-child) {
    border: none;
    margin-top: 5px;
  }
}
.footer-item a {
  font-size: 1.2rem;
  line-height: 1;
  color: #000;
}
.footer-inc {
  font-size: 11px;
  line-height: 1;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #818181;
  text-align: center;
}

.headding__001 {
  font-size: 5.2rem;
  line-height: 1;
  font-weight: bold;
  color: #4ca891;
}
@media only screen and (max-width:767px) {
  .headding__001 {
    font-size: 3rem;
  }
}
.headding__001 span {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 25px;
  color: #000;
  font-family: "Lexend Deca", sans-serif;
  letter-spacing: 1px;
}
@media only screen and (max-width:767px) {
  .headding__001 span {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.headding__001.center {
  text-align: center;
}
.headding__001.center span {
  text-align: center;
}/*# sourceMappingURL=common.css.map */