@charset "utf-8";
html {
  max-width:1920px;
  margin:0 auto;
}
footer {
  padding: 90px 20px 40px;
  background: #c5b091;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer li {
  list-style: none;
}
table {
  border-collapse: collapse;
}
.ta-r {text-align: right;}
.footer-list-sns,
.footer-list-link {
  display: flex;
  justify-content: center;
  padding: 0;
}
.footer-list-sns {
  gap: 30px;
  margin-bottom:60px;
}
.footer-list-sns img {
  max-width:45px;
}
.footer-list-link {
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
footer small {
  display: block;
  margin-top: 160px;
  text-align: center;
}
.company {
  max-width: 960px;
  margin: 40px 20px;
}
.company-table {
  width: 100%;
  max-width:960px;
  margin: 0 auto;
}
.company-table th,
.company-table td {
  padding: 20px;
  border: 1px solid #ccc;
}
.company-table th {
  background-color: #dedede; 
  font-weight: bold;
}

.privacy {
  max-width: 960px;
  margin: 40px auto;
  padding: 20px;
  background: #fafafa;
  border-radius: 20px;
}
.privacy h1 {
  margin: 40px 0;
}
.privacy h2 {
  margin: 40px 0 20px;
}
.privacy p {
  margin: 0 0 15px;
}
.privacy ol li {
  margin-top: 10px;
}
.privacy dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 15px;
  border-top: 1px solid #ccc;
}
.privacy dt {
  flex-basis: 25%;
  padding: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
.privacy dd {
  flex-basis: 75%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 559px) {
  .privacy dl {
    flex-flow: column;
  }
}

@media screen and (min-width:768px) {
.inner {
  margin: 0 20px;
}
header {
  height:750px;
  background: url(../images/mv.jpg) no-repeat center / cover;
}
header h1 {
  max-width: 1370px;
  margin: 0 auto;
  padding: 60px 20px 0;
}
.sec-cont_01 {
  background: #f2f2f2;
}
.sec-cont_01 img {
  margin: 0 auto;
}
.sec-cont_02 img {
  margin: 0 auto;
}
.sec-cont_03 {
  position: relative;
  background: #f7edec;
}
.sec-cont_03::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 87px;
  background: url(../images/sec-cont_03_bg_top.jpg) no-repeat;
}
.sec-cont_03 img {
  margin: 0 auto;
  padding-top: 80px;
}
.sec-cont_04 {
  position: relative;
  background: #f2f3ee;
}
.sec-cont_04::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 264px;
  background: url(../images/sec-cont_04_bg_top.jpg) no-repeat; 
}
.sec-cont_04 img {
  margin: 0 auto;
  padding-top: 265px;
}
.sec-cont_05 {
  position: relative;
  height: 920px;
  background: url(../images/sec-cont_05_bg.jpg) no-repeat center / cover;  
}
.sec-cont_05 img {
  position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.sec-cont_06 {
  margin-top: -85px;
  background: #f7edec;
}
.sec-cont_06 img {
  margin: 0 auto;
  padding: 300px 0 80px;
}
.sec-cont_07 {
  background: #f2f3ee;
}
.sec-cont_07 img {
  margin: 0 auto;
}
.sec-cont_08 {
  position: relative;
}
.sec-cont_08::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 199px;
  margin-top:50px;
  background: url(../images/sec-cont_08_bg_top.png) no-repeat center / cover;
}
.sec-cont_08 img {
  margin: -50px auto 0;
  padding: 120px 0 0;
}
.sec-cont_09 {
  background: #f0d8d6;
}
.sec-cont_09 img {
  margin: 0 auto;
}
.sec-cont_10 {
  position: relative;
  height: 1194px;
  background: url(../images/sec-cont_10_bg.jpg) no-repeat center / cover;  
}
.sec-cont_10 img {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.sec-cta {
  padding: 100px 0 140px;
}
.sec-cta img {
  margin: 0 auto;
}
.company {
  margin: 40px auto;
}
}