@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-family: 'Noto Sans JP';
  color: #222;
  background: #fae7d8;
}

a {
  color: #d7be8e;
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.global_head {
  margin: 0;
}

.wrap {
  display: block;
}

@media only screen and (max-width: 767px) {
  .section {
    margin: 0 38px;
  }
}

@media only screen and (min-width: 768px) {
  .section {
    max-width: 850px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.content {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .content {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .content {
    margin: 0;
  }
}

.content::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .content::before {
    background: url("/dir/ariaru/img/decocheki/line-left-sp.png") repeat-y top left/contain;
    width: 18px;
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .content::before {
    background: url("/dir/ariaru/img/decocheki/line.png") repeat-y top left/contain;
    width: 85px;
    left: 20px;
  }
}

.content::after {
  content: "";
  width: 93px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .content::after {
    background: url("/dir/ariaru/img/decocheki/line-right-sp.png") repeat-y top right/contain;
    width: 18px;
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .content::after {
    background: url("/dir/ariaru/img/decocheki/line.png") repeat-y top right/contain;
    width: 85px;
    right: 20px;
  }
}

h2 {
  text-align: center;
  line-height: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  h2 {
    margin: 0 0 50px;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    margin: 0 0 70px;
  }
}

h2 img {
  width: auto;
}

@media only screen and (max-width: 767px) {
  h2 img {
    height: 30px;
  }
}

@media only screen and (min-width: 768px) {
  h2 img {
    height: 45px;
  }
}

.local-head__icon {
  display: block;
  position: fixed;
  z-index: 5;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #62584e;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .local-head__icon {
    width: 40px;
    height: 40px;
    top: 50px;
    right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__icon {
    width: 57px;
    height: 57px;
    top: 50px;
    right: 30px;
  }
}

.local-head__icon span {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .local-head__icon span {
    width: 20px;
    right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__icon span {
    width: 23px;
    right: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .local-head__icon span:nth-of-type(1) {
    top: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__icon span:nth-of-type(1) {
    top: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .local-head__icon span:nth-of-type(2) {
    top: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__icon span:nth-of-type(2) {
    top: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .local-head__icon.active {
    top: 10px;
  }
}

.local-head__icon.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .local-head__icon.active span:nth-of-type(1) {
    top: 18px;
    right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__icon.active span:nth-of-type(1) {
    top: 28px;
    right: 17px;
  }
}

.local-head__icon.active span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .local-head__icon.active span:nth-of-type(2) {
    top: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__icon.active span:nth-of-type(2) {
    top: 28px;
  }
}

.local-head__content {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  background: #62584e;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media only screen and (max-width: 767px) {
  .local-head__content {
    padding: 60px 23px 0;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__content {
    padding: 100px 0 0;
  }
}

.local-head__content.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media only screen and (min-width: 768px) {
  .local-head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .local-head__logo {
    margin: 0 0 50px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__logo {
    width: 300px;
  }
}

.local-head__logo_item:first-child {
  margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
  .local-head__logo img {
    width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__logo img {
    width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__menu {
    width: calc(100% - 420px);
  }
}

.local-head__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.local-head__nav li {
  font-weight: 600;
  letter-spacing: 0.05rem;
  position: relative;
  cursor: pointer;
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  .local-head__nav li {
    width: 180px;
    margin: 0 auto 30px;
    font-size: 0.95rem;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__nav li {
    margin: 0 auto 50px;
    font-size: 2.0rem;
  }
}

.local-head__nav li:last-child {
  margin: 0 auto;
}

.local-head__nav li::after {
  content: "";
  position: absolute;
  top: 27%;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .local-head__nav li::after {
    border: 3px solid transparent;
    border-left: 7px solid #fff;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__nav li::after {
    border: 4px solid transparent;
    border-left: 8px solid #fff;
  }
}

.local-head__nav li a {
  color: #fff;
  display: block;
  width: 100%;
}

.local-head__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .local-head__sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__sns {
    margin: 80px 0 0;
  }
}

.local-head__sns p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 767px) {
  .local-head__sns p {
    font-size: 0.9rem;
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__sns p {
    font-size: 1.3rem;
    margin: 0 15px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .local-head__sns_item {
    width: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .local-head__sns_item {
    width: 35px;
  }
}

.local-head__sns_item:hover {
  opacity: 0.8;
}

.fixed {
  position: fixed;
  width: 100%;
}

.hero {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .hero {
    padding: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .hero {
    padding: 25px 0 30px;
  }
}

.hero h1 {
  margin: 0;
}

.hero h1 span {
  display: block;
  background: #62584e;
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  .hero h1 span {
    margin: 5px 0 20px;
    padding: 5px 40px;
  }
}

@media only screen and (min-width: 768px) {
  .hero h1 span {
    margin: 0 0 15px;
  }
  .hero h1 span img {
    width: 880px;
  }
}

.intro {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .intro {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) {
  .intro {
    padding: 120px 0;
  }
}

.intro::before {
  content: "";
  background: url("/dir/ariaru/img/decocheki/intro-bg-left.png") no-repeat top left/contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .intro::before {
    height: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .intro::before {
    height: 400px;
  }
}

.intro::after {
  content: "";
  background: url("/dir/ariaru/img/decocheki/intro-bg-right.png") no-repeat top right/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .intro::after {
    height: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .intro::after {
    height: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__inner {
    max-width: 800px;
    margin: 0 auto;
  }
}

.intro p {
  font-weight: 500;
  color: #6E5A59;
  letter-spacing: 0.05rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .intro p {
    font-size: 0.95rem;
    line-height: 1.9rem;
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .intro p {
    text-align: center;
    font-size: 1.1rem;
    line-height: 2.5rem;
    margin: 0 0 25px;
  }
}

.intro p:last-child {
  margin: 0;
}

.outline {
  background: #62584e;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .outline {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) {
  .outline {
    padding: 120px 0;
  }
}

.outline .regist__ttl {
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin: 0 0 15px;
}

@media only screen and (max-width: 767px) {
  .outline .regist__ttl {
    margin: 0 0 15px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .outline .regist__ttl {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .outline .regist__item {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .outline .regist__item {
    margin: 0 0 30px;
  }
}

.outline .regist__item:last-child {
  margin: 0;
}

.outline .regist__item p {
  letter-spacing: 0.05rem;
  margin: 0 0 5px;
}

@media only screen and (max-width: 767px) {
  .outline .regist__item p {
    font-size: 0.95rem;
    line-height: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .outline .regist__item p {
    font-size: 1.0rem;
    line-height: 1.7rem;
  }
}

.outline .regist__item p:last-child {
  margin: 0;
}

.outline .regist__item .text-l {
  letter-spacing: 0.05rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .outline .regist__item .text-l {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) {
  .outline .regist__item .text-l {
    font-size: 1.3rem;
  }
}

.outline .regist__item .text-s {
  font-size: 0.9rem;
  line-height: 1.6rem;
}

.outline .regist__item ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.outline .regist__item ul li {
  margin: 0 0 7px;
}

@media only screen and (max-width: 767px) {
  .outline .regist__item ul li {
    font-size: 0.95rem;
    line-height: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .outline .regist__item ul li {
    font-size: 1.0rem;
  }
}

.outline .regist__btn {
  background: #f9c766;
  text-align: center;
  border-radius: 50px;
  position: relative;
  -webkit-box-shadow: 5px 5px 10px rgba(70, 63, 55, 0.3);
          box-shadow: 5px 5px 10px rgba(70, 63, 55, 0.3);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .outline .regist__btn {
    margin: 0 0 40px;
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .outline .regist__btn {
    margin: 0 0 70px;
    height: 85px;
    line-height: 85px;
  }
}

.outline .regist__btn:hover {
  background: #f9c051;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.outline .regist__btn a {
  color: #62584e;
  display: block;
  width: 100%;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .outline .regist__btn a {
    font-size: 1.0rem;
  }
}

@media only screen and (min-width: 768px) {
  .outline .regist__btn a {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
  }
}

.outline .regist__btn a:hover {
  text-decoration: none;
}

.outline .omachi {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .outline .omachi {
    margin: 35px 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .outline .omachi {
    margin: 40px 0 30px;
  }
}

.outline .flow__item {
  background: #fff;
  color: #62584e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .outline .flow__item {
    margin: 0 0 45px;
    padding: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .outline .flow__item {
    margin: 0 auto 55px;
    padding: 25px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 750px;
  }
}

.outline .flow__item::after {
  content: "";
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .outline .flow__item::after {
    left: 45.8%;
    bottom: -41px;
    border: 13px solid transparent;
    border-top: 14px solid #be9b48;
  }
}

@media only screen and (min-width: 768px) {
  .outline .flow__item::after {
    left: 48%;
    bottom: -52px;
    border: 16px solid transparent;
    border-top: 17px solid #be9b48;
  }
}

@media only screen and (min-width: 768px) {
  .outline .flow__item:first-child {
    margin: 24px auto 55px;
  }
}

.outline .flow__item:last-child {
  margin: 0 auto;
}

.outline .flow__item:last-child::after {
  border: none;
}

.outline .flow__item sapn {
  margin-right: 5px;
}

.outline .flow__item .num {
  background: #d8b676;
  color: #fff;
  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;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .outline .flow__item .num {
    font-size: 1.3rem;
    margin: 0 auto 15px;
    padding: 2px 0;
    border-radius: 3px;
  }
}

@media only screen and (min-width: 768px) {
  .outline .flow__item .num {
    font-size: 1.4rem;
    width: 55px;
    height: 55px;
    border-radius: 50%;
  }
}

.outline .flow__item p {
  margin: 0;
  font-weight: bold;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .outline .flow__item p {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .outline .flow__item p {
    font-size: 1.05rem;
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 767px) {
  .sns {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) {
  .sns {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sns {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) {
  .sns {
    padding: 120px 0;
  }
}

.sns__item {
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
}

@media only screen and (max-width: 767px) {
  .sns__item {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .sns__item {
    width: 450px;
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sns__item iframe.twitter-timeline {
    height: 350px !important;
  }
}

@media only screen and (min-width: 768px) {
  .sns__item iframe.twitter-timeline {
    height: 400px !important;
  }
}

.contact {
  background: #62584e;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .contact {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) {
  .contact {
    padding: 120px 0;
  }
}

.contact .section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .contact .section {
    padding: 0 50px;
  }
}

.contact p {
  color: #fff;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .contact .form dl {
    margin: 0 0 25px;
  }
}

@media only screen and (min-width: 768px) {
  .contact .form dl {
    margin: 0 0 30px;
  }
}

.contact .form dl:last-child {
  margin: 0;
}

.contact .form dl dt {
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: 0.05rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .contact .form dl dt {
    font-size: 0.95rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact .form dl dt {
    font-size: 1.0rem;
  }
}

.contact .form dl dd {
  margin: 0;
}

.contact .form input[type=text],
.contact .form input[type=mail] {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: #fbfbfb;
  font-size: 16px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.contact .form textarea {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: #fbfbfb;
  font-size: 16px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .contact .form textarea {
    height: 270px;
  }
}

@media only screen and (min-width: 768px) {
  .contact .form textarea {
    height: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .contact .form__submit {
    margin: 40px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .contact .form__submit {
    margin: 50px 0 0;
  }
}

.contact .form__submit_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .contact .form__submit_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .contact .form__submit_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact .form__submit input[type=submit] {
  -webkit-appearance: none;
  border: 0;
  background: #c7c6c6;
  color: #fff;
  cursor: pointer;
  font-size: 0.95rem;
  letter-spacing: 0.1rem;
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .contact .form__submit input[type=submit] {
    width: 100%;
    margin: 0 0 10px;
  }
  .contact .form__submit input[type=submit]:last-child {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .contact .form__submit input[type=submit] {
    width: 300px;
    margin: 0 13px;
  }
}

.contact .form__submit input[type=submit]:hover {
  background: #d5d5d5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact .form__submit input[type=submit]:first-child {
  background: #f9c766;
  color: #62584e;
}

.contact .form__submit input[type=submit]:first-child:hover {
  background: #f9c051;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.application {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .application .content {
    padding: 0 0 50px;
  }
}

@media only screen and (min-width: 768px) {
  .application .content {
    padding: 0 0 90px;
  }
}

.application .content::before {
  background: none;
}

.application .content::after {
  background: none;
}

.application .hero {
  background: #fae7d8;
}

@media only screen and (max-width: 767px) {
  .application .hero {
    margin: 0 0 45px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .application .hero {
    margin: 0 0 85px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .application .hero h1 img {
    width: 850px;
  }
}

.application .hero h1 span {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .application .hero h1 span {
    margin: 0;
    padding: 17px 13px 10px;
  }
}

@media only screen and (min-width: 768px) {
  .application .hero h1 span {
    padding: 25px 20px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .application .hero h1 span img {
    width: 220px;
  }
}

@media only screen and (min-width: 768px) {
  .application .hero h1 span img {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .application .section {
    margin: 0 17px;
  }
}

@media only screen and (min-width: 768px) {
  .application .section {
    max-width: 850px;
  }
}

.application .form {
  background: #fff;
  color: #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.application .form__ttl {
  font-weight: bold;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 767px) {
  .application .form__ttl {
    text-align: left;
    font-size: 1.3rem;
    margin: 0 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  .application .form__ttl {
    font-size: 1.6rem;
    margin: 0 0 40px;
  }
}

.application .form .hissu {
  border-top: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .application .form .hissu {
    padding: 45px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .application .form .hissu {
    padding: 60px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .application .form dl {
    margin: 0 0 35px;
  }
}

@media only screen and (min-width: 768px) {
  .application .form dl {
    margin: 0 0 35px;
  }
}

.application .form dl:last-child {
  margin: 0;
}

.application .form dl dt {
  margin: 0 0 10px;
  letter-spacing: 0.05rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .application .form dl dt {
    font-size: 0.95rem;
  }
}

@media only screen and (max-width: 767px) {
  .application .form dl dt {
    font-size: 1.0rem;
  }
}

.application .form dl dd {
  margin: 0;
}

.application .form .required {
  color: #f96363;
  font-size: 0.9rem;
}

.application .form .attention {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .application .form .attention {
    font-size: 0.8rem;
    margin-left: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .application .form .attention {
    font-size: 0.85rem;
    margin-left: 10px;
  }
}

.application .form input[type=text],
.application .form input[type=tel],
.application .form input[type=mail] {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: #fbfbfb;
  font-size: 16px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .application .form .short {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .application .form .short {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .application .form .long {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .application .form .long {
    width: 80%;
  }
}

.application .form .max {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .application .form .radio-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .application .form .radio-container .radio-item {
    margin-bottom: 7px;
  }
}

@media only screen and (min-width: 768px) {
  .application .form .radio-container .radio-item {
    margin-right: 20px;
  }
}

.application .form .radio-container .radio-item input[type=radio] {
  margin-right: 13px;
}

.application .form .radio-container .radio-item label {
  cursor: pointer;
}

.application .form__submit {
  border-top: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .application .form__submit {
    margin: 50px 0 0;
    padding: 45px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .application .form__submit {
    margin: 70px 0 0;
    padding: 50px 0 0;
  }
}

.application .form__submit_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .application .form__submit_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .application .form__submit_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.application .form__submit input[type=submit] {
  -webkit-appearance: none;
  border: 0;
  background: #e4e4e4;
  color: #384359;
  cursor: pointer;
  font-size: 0.95rem;
  letter-spacing: 0.1rem;
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
}

@media only screen and (max-width: 767px) {
  .application .form__submit input[type=submit] {
    width: 100%;
    margin: 0 0 10px;
  }
  .application .form__submit input[type=submit]:last-child {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .application .form__submit input[type=submit] {
    width: 300px;
    margin: 0 13px;
  }
}

.application .form__submit input[type=submit]:hover {
  background: #d5d5d5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.application .form__submit input[type=submit]:first-child {
  background-color: #62584e;
  color: #fff;
}

.application .form__submit input[type=submit]:first-child:hover {
  background: #877360;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.application .form__note_item {
  margin: 0 0 15px;
}

.application .form__note_item:last-child {
  margin: 0;
}

.application .form__note_item p {
  letter-spacing: 0.05rem;
  margin: 0 0 5px;
}

@media only screen and (max-width: 767px) {
  .application .form__note_item p {
    font-size: 0.95rem;
  }
}

@media only screen and (min-width: 768px) {
  .application .form__note_item p {
    font-size: 1.0rem;
  }
}

.application .form__note_item p:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .application .form__note_item .text-s {
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 768px) {
  .application .form__note_item .text-s {
    font-size: 0.85rem;
  }
}

.application .complete {
  color: #555;
}

@media only screen and (min-width: 768px) {
  .application .complete {
    padding: 0 0 300px;
  }
}

.application .complete__ttl {
  font-weight: bold;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 767px) {
  .application .complete__ttl {
    text-align: left;
    font-size: 1.3rem;
    margin: 0 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  .application .complete__ttl {
    font-size: 1.6rem;
    margin: 0 0 40px;
  }
}

.application .complete p {
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 767px) {
  .application .complete p {
    font-size: 0.95rem;
    line-height: 1.7rem;
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .application .complete p {
    font-size: 1.0rem;
    line-height: 1.8rem;
    margin: 0 0 40px;
  }
}

.application .complete p:last-of-type {
  margin: 0;
}

.application .complete__btn {
  background-color: #62584e;
  cursor: pointer;
  font-size: 0.95rem;
  letter-spacing: 0.1rem;
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .application .complete__btn {
    width: 100%;
    margin: 60px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .application .complete__btn {
    width: 300px;
    margin: 70px 0 0;
  }
}

.application .complete__btn:hover {
  background: #877360;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.application .complete__btn a {
  color: #fff;
  display: block;
  width: 100%;
}

.application .complete__btn a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */