@charset "UTF-8";

.pc-none {
  display: none;
}
body {
  position: relative;
}
.wrapper {
  width: 100%;
  min-width: 1180px;
  margin: 0 auto;
}
footer {
  padding: 10px 0;
  text-align: center;
  background: #ffd2d3;
}
.copyright {
  font-size: 12px;
}
h1 {
  position: absolute;
  top: 30px;
  left: 100px;
  width: 135px;
  z-index: 2;
}
h2 {
  position: absolute;
  top: 60px;
  left: 0;
  color: rgba(217, 189, 175, .3);
  font-size: 120px;
  font-weight: normal;
}
.firstview {
  width: 100%;
  height: auto;
  background: url(../img/mainbg.jpg) repeat-y;
  background-size: 100%;
  padding-bottom: 80px;
}
.mainimg_outer {
  position: relative;
  width: 100%;
  height: 1000px;
  margin: 0 auto;
}
.mainimg_outer img {
  width: 100%;
}
.btn_action {
  position: absolute;
  top: 60px;
  right: 120px;
  display: inline-block;
  z-index: 10001;
}
.action {
  display: inline-block;
  background: #ffa500;
  border-radius: 4px;
}
.action a {
  display: block;
  padding: 15px 40px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
.line {
  display: inline-block;
  margin-left: 20px;
  background: #00B900;
  border-radius: 4px;
}
.line a {
  display: block;
  padding: 15px 40px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
.mainimg {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 840px;
  z-index: 1;
}
.maintext {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 946px;
  z-index: 2;
}
#concept {
  position: relative;
  width: 1200px;
  height: 720px;
  margin: 0 auto;
}
#concept .bodytext {
  position: absolute;
  top: 0;
  right: 20px;
  color: #444;
  font-size: 18px;
  line-height: 1.8;
}
#concept .point {
  position: absolute;
  bottom: 0;
  left: 120px;
  color: #555;
  font-size: 24px;
  line-height: 2;
}
#staff {
  width: 100%;
  padding: 80px 0;
  background: #fffae7;
}
#staff dl {
  width: 800px;
  margin: 0 auto;
}
#staff dt {
  color: #777;
  font-size: 40px;
  text-align: center;
  letter-spacing: .1em;
}
#staff dd {
  margin-top: 60px;
}
#staff .image {
  float: left;
  width: 240px;
  height: 240px;
  margin-right: 60px;
}
#staff .image img {
  width: 100%;
}
#staff .message {
  padding: 40px 0;
}
#staff .headtext {
  color: #222;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .1em;
}
#staff .bodytext {
  margin-top: 20px;
  color: #222;
  font-size: 16px;
  line-height: 1.8;
}
#work {
  width: 100%;
  padding: 80px 0;
  background: url(../img/mainbg.jpg) repeat-y;
  background-size: 100%;
}
#work dl {
  width: 800px;
  margin: 0 auto;
  font-size: 0;
}
#work dt {
  color: #777;
  font-size: 40px;
  text-align: center;
  letter-spacing: .1em;
}
#work dd {
  display: inline-block;
  padding: 20px;
  width: 260px;
  margin-top: 60px;
  vertical-align: top;
  background: rgba(200,200,200,.2);
  box-sizing: border-box;
  border-radius: 8px;
}
#work dd:nth-last-of-type(2) {
  margin: 60px 10px 0;
}
#work .image {
  border-radius: 50%;
  overflow: hidden;
}
#work .image img {
  width: 100%;
}
#work .message {
  padding: 20px 0;
  text-align: center;
}
#work .headtext {
  color: #222;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .1em;
}
#work .bodytext {
  margin-top: 20px;
  color: #222;
  font-size: 16px;
  line-height: 1.8;
}
#action {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: url(../img/mainbg.jpg) repeat-y;
  background-size: 100%;
}
#action dl {
  width: 800px;
  margin: 0 auto;
  font-size: 0;
}
#action dt {
  color: #777;
  font-size: 40px;
  text-align: center;
  letter-spacing: .1em;
}
#action dd {
  padding: 20px;
  margin-top: 60px;
  vertical-align: top;
  box-sizing: border-box;
}
#action .btn_action {
  position: unset;
  display: block;
  text-align: center;
}
#action .action {
  width: 350px;
}
#action .line {
  width: 350px;
  background: #00B900;
  border-radius: 4px;
}
#action .line a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
#data {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: url(../img/mainbg.jpg) repeat-y;
  background-size: 100%;
}
#data dl {
  width: 800px;
  margin: 0 auto;
  font-size: 0;
}
#data dt {
  color: #777;
  font-size: 40px;
  text-align: center;
  letter-spacing: .1em;
}
#data dd {
  padding: 20px;
  margin-top: 60px;
  vertical-align: top;
  background: rgba(255,255,255,.5);
  box-sizing: border-box;
  border-radius: 4px;
}
#data table {
  color: #222;
  font-size: 16px;
  line-height: 1.8;
}
#data .tbl-data tr {
  border-bottom: 1px solid #ccc;
}
#data .tbl-data th {
  width: 20%;
  padding: 10px;
  font-weight: normal;
}
#data .tbl-data td {
  width: 80%;
  padding: 10px;
}
#data .tbl-data .last {
  border: none;
}
#data .tbl-data .last td {
  position: relative;
}
#data .tbl-data .line-qr {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 140px;
}
#data .tbl-data .line-qr img {
  width: 100%;
}
#contact {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: url(../img/mainbg.jpg) repeat-y;
  background-size: 100%;
}
#contact dl {
  width: 800px;
  margin: 0 auto;
  font-size: 0;
}
#contact dt {
  color: #777;
  font-size: 40px;
  text-align: center;
  letter-spacing: .1em;
}
#contact dd {
  padding: 20px;
  margin-top: 60px;
  vertical-align: top;
  background: #dddcea;
  box-sizing: border-box;
  border-radius: 4px;
}
#contact .btn_action {
  margin-top: 40px;
  position: unset;
  display: block;
  text-align: center;
  background: transparent;
}
#contact .line {
  width: 60%;
  background: #00B900;
  border-radius: 4px;
}
#contact .line a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
#contact table {
  width: 100%;
  color: #222;
  font-size: 16px;
  line-height: 1.8;
}
#contact .tbl-contact tr {
  border-bottom: 1px solid #ccc;
}
#contact .tbl-contact th {
  width: 25%;
  padding: 10px;
  font-weight: normal;
  vertical-align: middle;
}
#contact .tbl-contact th.required::after {
  display: inline-block;
  content: "必須";
  margin-left: 10px;
  padding: 0 8px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  background: #f05;
  border-radius: 4px;
}
#contact .tbl-contact td {
  width: 75%;
  padding: 10px;
}
#contact .tbl-contact .last {
  border: none;
}
#contact .tbl-contact .last td {
  position: relative;
}
#contact input {
  width: 100%;
  padding: .5em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
}
#contact textarea {
  width: 100%;
  height: 8em;
  padding: .5em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  box-sizing: border-box;
}
#contact .btn-submit {
  text-align: center;  
}
#contact button {
  width: 60%;
  margin: 20px 0;
  padding: 15px 0;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: bold;
  background: #ffa500;
  border-radius: 4px;
  cursor: pointer;
}
#contact button.disabled {
  background: #aaa;
  opacity: .8;
  cursor: unset;
}

/* modal */
.modal .overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(255,255,255,.8);
  z-index: 10001;
}
.modal .content {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10002;
  display: inline-block;
  padding: 40px;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  background: #dddcea;
}
.modal .content a {
  display: inline-block;
  margin-top: 20px;
  color: #E91E63;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .wrapper {
    min-width: inherit;
  }
  h1 {
    left: 20px;
    width: 80px;
  }
  h2 {
    position: relative;
    top: -5vw;
    color: #d9bdaf;
    font-size: 13.333vw;
    text-align: center;
  }
  .firstview {
    padding-bottom: 0;
  }
  .mainimg_outer {
    height: 112vw;
  }
  .btn_action {
    width: 90%;
    top: 115vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .action {
    width: 75%;
  }
  .action a {
    padding: 15px 0;
  }
  .line {
    width: 75%;
    margin-left: 0;
    margin-top: 20px;
  }
  #data .action {
    width: 90%;
  }
  .mainimg {
    top: 0;
    width: 100%;
    height: inherit;
    background: url(../img/spmain.jpg) no-repeat;
    background-size: contain;
  }
  .mainimg img {
    display: none;
  }
  .maintext {
    display: none;
  }
  #concept {
    width: 100%;
    height: auto;
    padding: 50vw 5vw 10vw;
    box-sizing: border-box;
  }
  #concept .bodytext {
    position: initial;
    font-size: 4.8vw;
    text-align: justify;
  }
  #concept .point {
    position: initial;
    margin-top: 1.8em;
    font-size: 4.8vw;
    text-align: justify;
    line-height: 1.8;
  }
  #staff {
    padding: 10vw 5vw;
    box-sizing: border-box;
  }
  #staff dl {
    width: 100%;
  }
  #staff dt {
    font-size: 9.6vw;
    line-height: 1.1;
    letter-spacing: 0;
  }
  #staff dd {
    margin-top: 10vw;
  }
  #staff .image {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  #staff .message {
    margin-top: 5vw;
    padding: 0;
  }
  #staff .headtext {
    font-size: 5.866vw;
    text-align: center;
  }
  #work {
    padding: 10vw 5vw;
    box-sizing: border-box;
  }
  #work dl {
    width: 100%;
  }
  #work dt {
    font-size: 9.6vw;
    line-height: 1.1;
    letter-spacing: 0;
  }
  #work dd {
    width: 100%;
    margin-top: 10vw;
  }
  #work dd:nth-last-of-type(2) {
    margin: 0;
    margin-top: 10vw;
  }
  #action {
    padding: 10vw 5vw;
    box-sizing: border-box;
  }
  #action dl {
    width: 100%;
  }
  #action dt {
    font-size: 9.6vw;
    line-height: 1.1;
    letter-spacing: 0;
  }
  #action dd {
    width: 100%;
    margin-top: 10vw;
  }
  #action .btn_action {
    position: unset;
    display: block;
    text-align: center;
  }
  #action .action {
    width: 100%;
  }
  #action .line {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  #action .line a {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
  }
  #data {
    padding: 10vw 5vw;
    box-sizing: border-box;
  }
  #data dl {
    width: 100%;
  }
  #data dt {
    font-size: 9.6vw;
    line-height: 1.1;
    letter-spacing: 0;
  }
  #data dd {
    padding: 4vw;
    margin-top: 10vw;
  }
  #data .tbl-data {
    display: block;
    width: 100%;
  }
  #data .tbl-data th {
    color: #de7679;
    font-weight: bold;
  }
  #data .tbl-data th,
  #data .tbl-data td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 2vw 0;
    box-sizing: border-box;
  }
  #data .tbl-data .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  #data .tbl-data .line-qr {
    position: initial;
    width: 50vw;
    margin: 5vw auto 0;
  }
  #contact {
    padding: 10vw 5vw;
    box-sizing: border-box;
  }
  #contact dl {
    width: 100%;
  }
  #contact dt {
    font-size: 9.6vw;
    line-height: 1.1;
    letter-spacing: 0;
  }
  #contact dd {
    padding: 4vw;
    margin-top: 10vw;
  }
  #contact .line {
    width: 100%;
    margin-left: 0;
  }
  #contact .tbl-contact th {
    display: block;
    width: 100%;
    padding: 2vw 0;
    box-sizing: border-box;
  }
  #contact .tbl-contact td {
    display: block;
    width: 100%;
    padding: 2vw 0;
    box-sizing: border-box;
  }

}