#app {
  text-align: center;
  padding-top: 0;
}
#app .qr {
  width: 120px;
  margin: 0 auto;
}
#app .qr img {
  width: 100%;
}

#header {
  padding-top: 40px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  background-image: url("/image/pc/bg.png");
  background-size: cover;
  background-position: center center;
}
#header .logo img {
  width: 250px;
}
#header .desc {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 35px;
}

#howto {
  margin: 0 auto 30px;
  max-width: 900px;
}
#howto .inner {
  width: 100%;
}
#howto .title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;
}
#howto .title:after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 200px;
  height: 5px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #addbd5;
  border-radius: 2px;
}
#howto .desc {
  font-size: 16px;
  font-weight: 600;
  padding: 30px;
}
#howto .btn {
  margin: 30px 0;
}
#howto .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#howto .box {
  width: 250px;
  padding: 0 25px;
}
#howto .box.center {
  position: relative;
}
#howto .box.center:before {
  content: url(/image/pc/arrow.png);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 75px;
  left: -50px;
}
#howto .box.center::after {
  content: url(/image/pc/arrow.png);
  position: absolute;
  top: 80px;
  right: -50px;
}
#howto .box .h-title {
  color: #C1E8DF;
  font-size: 18px;
}
#howto .box .h-image {
  padding: 20px 0;
  min-height: 200px;
}
#howto .box .h-image img {
  height: 150px;
}
#howto .box .h-image.right {
  padding: 40px 0 20px;
}
#howto .box .h-image.right img {
  height: 120px;
}
#howto .box .h-desc {
  color: #ffffff;
  font-size: 16px;
  padding: 15px 25px;
  border: 2px solid #70acb0;
  border-radius: 15px;
  background-color: #addbd5;
}
#howto .box .h-desc.right {
  padding: 15px 7px;
}
#howto .box .h-img img {
  width: 80%;
}
#howto .lead {
  margin: 50px 25px;
  padding: 15px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 10px;
  background-color: #70acb0;
}
#howto .lead span {
  text-decoration: underline;
}

#interview {
  margin-bottom: 50px;
  background-image: url("/image/nursery/interview.jpg");
  background-size: cover;
  background-position: center center;
}
#interview .inner {
  width: 100%;
}
#interview .title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;
}
#interview .title:after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 200px;
  height: 5px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #addbd5;
  border-radius: 2px;
}
#interview .desc {
  font-size: 16px;
  font-weight: 600;
  padding: 30px;
}
#interview .btn {
  margin: 30px 0;
}
#interview .inner {
  padding: 50px 80px;
  background-color: rgba(255, 255, 255, 0.75);
}
#interview .desc p {
  margin-top: 10px;
  line-height: 1.2;
}
#interview .more {
  margin: 20px 0;
}

#fukuoka {
  margin-bottom: 50px;
  background-color: #24C7BA;
}
#fukuoka .inner {
  width: 100%;
}
#fukuoka .title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;
}
#fukuoka .title:after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 200px;
  height: 5px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #addbd5;
  border-radius: 2px;
}
#fukuoka .desc {
  font-size: 16px;
  font-weight: 600;
  padding: 30px;
}
#fukuoka .btn {
  margin: 30px 0;
}
#fukuoka .inner {
  padding: 0 80px;
}
#fukuoka .desc {
  padding: 0;
}
#fukuoka .img {
  padding: 30px 0;
}
#fukuoka .img img {
  width: 170px;
}

#feature {
  margin: 0 auto 50px;
  max-width: 970px;
}
#feature .inner {
  width: 100%;
}
#feature .title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;
}
#feature .title:after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 200px;
  height: 5px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #addbd5;
  border-radius: 2px;
}
#feature .desc {
  font-size: 16px;
  font-weight: 600;
  padding: 30px;
}
#feature .btn {
  margin: 30px 0;
}
#feature .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 50px 0;
}
#feature .box {
  width: 33%;
  padding: 3px;
  margin: 0 5px 15px;
  border-radius: 35px;
  border: 6px solid #24C7BA;
  background-color: #ffffff;
}
#feature .box.center {
  margin: 0 5px 15px;
}
#feature .box .box-inner {
  height: 100%;
  padding: 15px;
  border: 2px solid #24C7BA;
  border-radius: 25px;
}
#feature .box .h-title {
  color: #64813d;
  font-size: 22px;
  font-weight: bold;
  padding-top: 15px;
}
#feature .box .h-lead {
  color: #64813d;
  font-size: 22px;
  font-weight: bold;
  padding-top: 15px;
}
#feature .box .h-image {
  padding: 30px 0;
  min-height: 180px;
}
#feature .box .h-image img {
  width: 120px;
}
#feature .box .h-desc {
  text-align: left;
  font-size: 16px;
}
#feature .box .h-desc b {
  font-weight: bold;
}
#feature .desc p {
  margin-top: 10px;
  line-height: 1.2;
}
#feature .more {
  margin: 20px 0;
}

#flow {
  margin-bottom: 30px;
  padding: 7px;
}
#flow .inner {
  width: 100%;
}
#flow .title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;
}
#flow .title:after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 200px;
  height: 5px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #addbd5;
  border-radius: 2px;
}
#flow .desc {
  font-size: 16px;
  font-weight: 600;
  padding: 30px;
}
#flow .btn {
  margin: 30px 0;
}
#flow .title {
  margin-bottom: 50px;
}
#flow .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#flow .flex .left {
  text-align: center;
  margin-right: 40px;
}
#flow .flex .left img {
  width: 200px;
}
#flow .flex .right {
  text-align: left;
  width: 700px;
}
#flow .flex .right .box:not(.last) {
  position: relative;
}
#flow .flex .right .box:not(.last):before {
  position: absolute;
  content: "";
  border-top: 20px solid #addbd5;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  top: 100%;
  left: 20%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#flow .flex .right .h-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background-color: #70acb0;
  padding: 10px;
}
#flow .flex .right .h-desc {
  background-color: #ffffff;
  padding: 14px 10px;
  margin-bottom: 20px;
}
#flow p.small {
  margin: 20px auto;
  text-align: left;
  max-width: 900px;
}

#quation {
  padding: 7px;
}
#quation .inner {
  width: 100%;
}
#quation .title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;
}
#quation .title:after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 200px;
  height: 5px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #addbd5;
  border-radius: 2px;
}
#quation .desc {
  font-size: 16px;
  font-weight: 600;
  padding: 30px;
}
#quation .btn {
  margin: 30px 0;
}
#quation .inner {
  padding: 0 80px;
}
#quation .title {
  margin-bottom: 50px;
}
#quation .box {
  margin: 20px auto;
  text-align: left;
  max-width: 900px;
}
#quation .h-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background-color: #70acb0;
  padding: 10px;
}
#quation .h-desc {
  background-color: #ffffff;
  padding: 14px 10px;
  margin-bottom: 20px;
}
