@charset "UTF-8";
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #333;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

@media all and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}
/* --------------
採用TOP
-------------- */
.recruitTop #recruitTop_slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.recruitTop #recruitTop_slider > span {
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  z-index: 10;
}
.recruitTop #recruitTop_slider > span:first-of-type {
  background-image: url(../images/recruit_top_img1.jpg);
  background-position: left 10% center;
}
.recruitTop #recruitTop_slider > span:nth-last-of-type(2) {
  background-image: url(../images/recruit_top_img2.jpg);
  animation-delay: 8s;
  background-position: right center;
}
.recruitTop #recruitTop_slider > span:last-of-type {
  background-image: url(../images/recruit_top_img3.jpg);
  animation-delay: 16s;
  background-position: left 30% center;
}
.recruitTop #recruitTop_slider > span > div {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
}
.recruitTop #recruitTop_slider > span > div span {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.recruitTop #recruitTop_slider > span > div span p {
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: 600;
  padding: 0 10px;
  line-height: 2;
  letter-spacing: 3px;
}
.recruitTop #recruitTop_slider > span > div span p:last-of-type {
  font-size: 80%;
}
.recruitTop #recruitTop_slider > a.logo {
  background-color: #fff;
  position: absolute;
  top: 2%;
  right: 4%;
  padding: 5px;
  z-index: 12;
  width: 22%;
  max-width: 120px;
  height: auto;
}
.recruitTop #recruitTop_slider .buttonArea {
  position: absolute;
  bottom: 5%;
  z-index: 12;
  width: 100%;
}
.recruitTop #recruitTop_slider .buttonArea a {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 70%;
  max-width: 280px;
  margin: 25px auto;
  padding: 15px 0;
}
.recruitTop #loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruitTop #loader img {
  width: 80%;
  max-width: 800px;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    background-size: scale(1.3);
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@media all and (min-width: 768px) {
  .recruitTop #recruitTop_slider > span {
    background-position: center center !important;
  }
  .recruitTop #recruitTop_slider > span > div span p {
    font-size: 24px;
  }
  .recruitTop #recruitTop_slider > span > div span p:last-of-type {
    font-size: 18px;
  }
  .recruitTop #recruitTop_slider .buttonArea {
    display: flex;
    align-items: center;
    width: 900px;
    bottom: 10vw;
    left: calc(50% - 450px);
  }
  .recruitTop #recruitTop_slider .buttonArea a {
    font-size: 17px;
    padding: 15px 0;
    width: 280px;
    margin: 25px 20px;
    letter-spacing: 2px;
    transition: 0.3s;
  }
  .recruitTop #recruitTop_slider .buttonArea a:hover {
    opacity: 0.8;
  }
}
/* --------------
共通ヘッダー
-------------- */
.site-header {
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}
.site-header .hdCts {
  width: calc(100% - 60px);
  margin: 0 auto 0 0;
  padding-left: 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.site-header .hd_logo {
  display: block;
  width: 40%;
  max-width: 74px;
}
.site-header .entry {
  background-color: #51a048;
  font-size: 12px;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
  display: block;
  width: 30%;
  max-width: 110px;
  padding-left: 15px;
  margin: 0 0 0 auto;
}

@media all and (min-width: 768px) {
  .site-header {
    height: 70px;
  }
  .site-header .hdCts {
    width: calc(100% - 60px);
    height: 70px;
  }
  .site-header .hd_logo {
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -86px;
    background-color: #fff;
    width: 172px;
    height: 172px;
    max-width: none;
    padding: 70px 38px 0;
    border-radius: 86px;
    display: block;
  }
  .site-header .entry {
    max-width: 180px;
    line-height: 70px;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.3s;
  }
  .site-header .entry:hover {
    opacity: 0.8;
  }
}
#hamburger {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#hamburger span {
  display: block;
  width: 25px;
  margin: 0 auto 7px;
  height: 2px;
  background: #51a048;
  transition: 0.3s;
}
#hamburger span:last-of-type {
  margin-bottom: 0;
}
#hamburger.open span:first-child {
  transform: rotate(45deg);
  transform-origin: left;
}
#hamburger.open span:nth-child(2) {
  opacity: 0;
}
#hamburger.open span:last-child {
  transform: rotate(-45deg);
  transform-origin: left;
}

@media all and (min-width: 768px) {
  #hamburger {
    width: 60px;
    height: 70px;
  }
  #hamburger:hover {
    cursor: pointer;
  }
}
#nav {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: -10;
  padding-top: 60px;
  padding-bottom: 40px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: opacity 0.3s;
  opacity: 0;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
}
#nav li {
  padding: 12px 0;
  border-bottom: 1px solid #cccccc;
}
#nav li a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 90%;
  margin: 0 auto;
}
#nav.act {
  opacity: 1;
  z-index: 20;
  pointer-events: auto;
}

@media all and (min-width: 768px) {
  #nav {
    width: 430px;
    height: 100vh;
    padding: 0;
    background: transparent;
  }
  #nav > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    background: #fff;
  }
  #nav ul {
    background-color: #fff;
    width: 100%;
    z-index: 99;
    padding: 0 0 0 40px;
    display: flex;
    flex-wrap: wrap;
  }
  #nav ul > div {
    width: 50%;
  }
  #nav ul li {
    width: 100%;
    border-bottom: none;
  }
  #nav ul li a {
    width: 185px;
    margin: 0;
    transition: color 0.3s;
  }
  #nav ul li a:hover {
    color: #51a048;
  }
  #nav ul li.sub_menu ul {
    padding: 0;
  }
  #nav ul li.sub_menu ul li {
    padding: 8px 0 0;
  }
  #nav ul li.sub_menu ul li:first-child {
    margin-top: 5px;
    border-top: none;
  }
  #nav ul li.sub_menu ul li:last-child {
    padding: 8px 0 0;
  }
  #nav ul li.sub_menu ul li a {
    margin-left: 30px;
  }
  #nav ul li + li {
    border-top: none;
  }
  #nav .menu-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(3, 3, 3, 0.5);
    display: block;
    z-index: -99;
  }
}
/* --------------
共通フッター
-------------- */
.site-footer {
  width: 100%;
  background-color: #51a048;
  padding: 22px 0;
}
.site-footer p, .site-footer a {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.site-footer a {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 12px;
}
.site-footer a + a {
  border-left: 1px solid #fff;
  padding-left: 20px;
}

@media all and (min-width: 768px) {
  .site-footer {
    width: 100%;
    padding: 25px 30px;
  }
  .site-footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-footer .inner p {
    margin: 0;
  }
  .site-footer .inner a {
    margin-bottom: 0;
  }
}
/* --------------
共通メイン
-------------- */
#main {
  padding: 60px 0 0;
}
#main a.readmore {
  display: block;
  font-weight: 600;
  color: #51a048;
}

@media all and (min-width: 768px) {
  #main {
    padding-top: 70px;
  }
}
.cts {
  overflow: hidden;
}

.top section h3 {
  width: 90%;
  color: #13953b;
  text-align: center;
  font-size: min(5vw, 30px);
  margin: 0 auto 30px;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
.top .topimage {
  position: relative;
  margin-bottom: 50px;
  padding: 10% 0 15%;
  background-image: url(../images/bg_sora.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top .topimage h1 {
  margin-bottom: 7%;
  text-align: center;
  font-size: min(5.3vw, 36px);
  line-height: 1;
  letter-spacing: 0.05em;
}
.top .topimage div {
  width: 92%;
  height: 65vw;
  margin: 0 0 0 auto;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.top .topimage div img {
  height: 100%;
  object-fit: cover;
}
.top .topimage > img {
  position: absolute;
  width: 37%;
  right: 6%;
  bottom: 0;
}
.top .info {
  margin-bottom: 80px;
}
.top .info .info_inner table {
  padding: 0 5%;
}
.top .info .info_inner table th, .top .info .info_inner table td {
  display: block;
  width: 100%;
}
.top .info .info_inner table th {
  border-top: solid 1px #13953b;
  border-bottom: solid 1px #13953b;
  padding: 8px 8px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.top .info .info_inner table td {
  padding: 20px 8px;
}
.top .info .info_inner table td p {
  font-size: 14px;
  line-height: 1.75;
}
.top .info .info_inner table td p + p {
  margin-top: 1em;
}
.top .info .info_inner h5 {
  text-align: center;
  font-size: min(4vw, 19px);
  line-height: 1.5;
  color: #13953b;
  margin-bottom: 5%;
}
.top .info .info_inner .swiper {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 10%;
}
.top .info .info_inner .swiper .swiper-slide {
  margin: 0 auto;
}
.top .info .info_inner .swiper .swiper-slide a {
  display: block;
}
.top .info .info_inner .swiper .swiper-slide img {
  width: 71%;
  margin: 0 auto 10px;
}
.top .info .info_inner .swiper .swiper-slide p {
  text-align: center;
}
.top .info .info_inner .swiper .swiper-slide .ttl {
  font-size: min(3.7vw, 19px);
  line-height: 1.9;
  margin-bottom: 0.5em;
}
.top .info .info_inner .swiper .swiper-slide .ttl + p {
  font-size: min(3vw, 17px);
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.top .info .info_inner .swiper .swiper-slide .name {
  font-size: min(4.2vw, 25px);
  line-height: 1.5;
}
.top .info .info_inner .swiper .swiper-button-prev, .top .info .info_inner .swiper .swiper-button-next {
  width: 0;
  height: 0;
  border-style: solid;
  top: 35%;
}
.top .info .info_inner .swiper .swiper-button-prev::after, .top .info .info_inner .swiper .swiper-button-next::after {
  display: none;
}
.top .info .info_inner .swiper .swiper-button-prev {
  left: 5%;
  border-width: 7.5px 7px 7.5px 0;
  border-color: transparent #13953b transparent transparent;
}
.top .info .info_inner .swiper .swiper-button-next {
  right: 5%;
  border-width: 7.5px 0 7.5px 7px;
  border-color: transparent transparent transparent #13953b;
}
.top .info .info_inner .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: solid 1px #13953b;
  opacity: 1;
}
.top .info .info_inner .swiper .swiper-pagination-bullet-active {
  background-color: #13953b;
}
.top .info .info_inner .entry {
  width: 60%;
  text-align: center;
  background-color: #13953b;
  display: block;
  margin: 30px auto 10px;
  color: #fff;
  padding: 1em;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media all and (min-width: 768px) {
  .top section {
    margin: 120px auto;
  }
  .top section h3 {
    margin-bottom: 50px;
  }
  .top .topimage {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 80px;
    padding: 40px 0 30px;
  }
  .top .topimage h1 {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .top .topimage div {
    width: 800px;
    height: 400px;
    margin: 0;
    border-radius: 40px;
  }
  .top .topimage div img {
    object-position: center 20%;
  }
  .top .topimage > img {
    width: 215px;
    right: calc(50% - 490px);
  }
  .top .info {
    width: 900px;
    margin: 0 auto 120px;
  }
  .top .info .info_inner table {
    padding: 0 50px;
  }
  .top .info .info_inner table th, .top .info .info_inner table td {
    display: table-cell;
    width: auto;
  }
  .top .info .info_inner table tr {
    display: block;
    border-top: solid 1px #13953b;
    padding: 10px 0;
  }
  .top .info .info_inner table tr:last-of-type {
    border-bottom: solid 1px #13953b;
  }
  .top .info .info_inner table th {
    border-top: none;
    border-bottom: none;
    width: 180px;
  }
  .top .info .info_inner table td {
    padding: 10px;
  }
  .top .info .info_inner .swiper {
    width: 800px;
    padding-bottom: 90px;
  }
  .top .info .info_inner .swiper .swiper-slide a {
    display: block;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top .info .info_inner .swiper .swiper-slide a img {
    transition: 0.3s;
  }
  .top .info .info_inner .swiper .swiper-slide a:hover {
    cursor: pointer;
  }
  .top .info .info_inner .swiper .swiper-slide a:hover img {
    opacity: 0.8;
  }
  .top .info .info_inner .swiper .swiper-slide img {
    width: 380px;
    margin: 0;
  }
  .top .info .info_inner .swiper .swiper-slide div {
    width: 330px;
  }
  .top .info .info_inner .swiper .swiper-slide p {
    text-align: left;
  }
  .top .info .info_inner .swiper .swiper-button-prev {
    left: 0;
    top: 185px;
  }
  .top .info .info_inner .swiper .swiper-button-next {
    right: 0;
    top: 185px;
  }
  .top .info .info_inner .swiper .swiper-pagination {
    bottom: 0px;
  }
  .top .info .info_inner .swiper .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
  }
  .top .info .info_inner .entry {
    text-align: left;
    width: 306px;
    font-size: 21px;
    line-height: 1;
    position: relative;
    transition: 0.3s;
  }
  .top .info .info_inner .entry span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    position: absolute;
    right: 1em;
    top: 50%;
  }
  .top .info .info_inner .entry span::before {
    content: "";
    width: 0.6em;
    height: 0.6em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
  }
  .top .info .info_inner .entry:hover {
    background-color: rgba(47, 164, 50, 0.2);
  }
}
.top .entry_form.is-confirm .inputArea {
  display: none;
}
.top .entry_form.is-confirm .confirmArea {
  display: block;
}
.top .entry_form.is-complete .entry_form-form {
  display: none;
}
.top .entry_form.is-complete .success {
  display: block;
}
.top .entry_form.is-error .entry_form-form {
  display: none;
}
.top .entry_form.is-error .error {
  display: block;
}
.top .entry_form h3 {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
  font-size: min(5vw, 30px);
  color: #13953b;
}
.top .entry_form .form_inner {
  width: 80%;
  margin: 0 auto 10%;
}
.top .entry_form .form_inner > div {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 18px;
}
.top .entry_form .form_inner p {
  font-size: min(3.4vw, 15px);
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.top .entry_form .form_inner p.error {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #51a048;
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
.top .entry_form .form_inner .error ~ p.error {
  display: block;
}
.top .entry_form .form_inner input[type=text] {
  width: 100%;
  border: solid 1px #999999;
  border-radius: 0;
  padding: 0.5em;
  font-size: 16px;
  line-height: 1.5;
}
.top .entry_form .form_inner input[type=text].error {
  border: solid 1px #51a048;
  background-color: #f5fef4;
}
.top .entry_form .form_inner input[type=text].large {
  height: min(30vw, 210px);
}
.top .entry_form .form_inner input[type=text]:focus {
  outline: solid 2px #13953b;
}
.top .entry_form .form_inner input[type=radio] {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  width: 14px;
  height: 14px;
  border: solid 1px #999;
  border-radius: 7px;
  background-color: #fff;
}
.top .entry_form .form_inner input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 2px;
  top: 2px;
  border-radius: 4px;
  background-color: #51a048;
}
.top .entry_form .form_inner input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background-color: #fff;
}
.top .entry_form .form_inner input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 4px;
  width: 4px;
  height: 10px;
  border-right: 2px solid #51a048;
  border-bottom: 2px solid #51a048;
  transform: rotate(40deg);
}
.top .entry_form .form_inner input[type=checkbox].error {
  border-color: #51a048;
  background-color: #f5fef4;
}
.top .entry_form .form_inner input[type=checkbox].error + label {
  color: #51a048;
}
.top .entry_form .form_inner input[type=checkbox].error ~ .errorTxt {
  opacity: 1;
}
.top .entry_form .form_inner .textarea-wrap {
  position: relative;
  width: 100%;
  min-height: 10em;
  padding: calc(0.5em + 1px);
  padding-bottom: 1em;
  border: solid 1px #fff;
  font-size: 16px;
  line-height: 1.5;
  color: transparent;
  white-space: pre-wrap;
}
.top .entry_form .form_inner .textarea-wrap.address {
  min-height: 4em;
}
.top .entry_form .form_inner textarea {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  border: solid 1px #999999;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  overflow: auto;
  resize: none;
}
.top .entry_form .form_inner textarea:focus {
  outline: solid 2px #13953b;
}
.top .entry_form .form_inner textarea.error {
  border: solid 1px #51a048;
  background-color: #f5fef4;
}
.top .entry_form .form_inner .select-wrap {
  position: absolute;
  width: 100%;
  right: 0;
  text-align: right;
  padding: 0.65em;
  font-size: 14px;
  line-height: 1.5;
  pointer-events: none;
}
.top .entry_form .form_inner .select-wrap::after {
  content: "▼";
  color: #888;
  font-size: 10px;
  line-height: 1;
  margin-top: 2px;
}
.top .entry_form .form_inner select {
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.65em;
  border: solid 1px #999;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #aaa;
  background-color: #fff;
}
.top .entry_form .form_inner select option {
  color: #333;
}
.top .entry_form .form_inner select option:disabled {
  color: #ccc;
}
.top .entry_form .form_inner select:focus {
  outline: solid 2px #13953b;
}
.top .entry_form .form_inner select.error {
  border: solid 1px #51a048;
  background-color: #f5fef4;
}
.top .entry_form .form_inner select.selected {
  color: #333;
}
.top .entry_form .form_inner .flex {
  display: flex;
  align-items: center;
}
.top .entry_form .form_inner .flex input {
  margin-bottom: 0;
}
.top .entry_form .form_inner .flex input:first-of-type {
  width: 40%;
}
.top .entry_form .form_inner .flex input:nth-of-type(2) {
  width: 18%;
}
.top .entry_form .form_inner .flex input:last-of-type {
  width: 18%;
}
.top .entry_form .form_inner .flex p {
  width: 8%;
  text-align: center;
  margin-bottom: 0;
}
.top .entry_form .form_inner .gender {
  margin-bottom: 10px;
}
.top .entry_form .form_inner .gender label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 1;
}
.top .entry_form .form_inner .gender input + input {
  margin-left: 10px;
}
.top .entry_form .form_inner .mail p.note {
  margin: 5px 0 0;
  font-size: 12px;
}
.top .entry_form .form_inner .area {
  margin-bottom: 10px;
}
.top .entry_form .form_inner .area ul li + li {
  margin-top: 10px;
}
.top .entry_form .form_inner .area label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 16px;
  line-height: 1;
}
.top .entry_form .privacy {
  margin-top: 40px;
  text-align: center;
}
.top .entry_form .privacy p {
  font-size: min(3.4vw, 15px);
  line-height: 1.5;
  margin-bottom: 1em;
}
.top .entry_form .privacy p a {
  color: #13953b;
  text-decoration: underline;
}
.top .entry_form .privacy p.errorTxt {
  margin: 10px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #51a048;
  opacity: 0;
}
.top .entry_form .privacy label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  font-size: min(3.8vw, 16px);
  line-height: 1;
  font-weight: 700;
}
.top .entry_form .form_btn button {
  display: block;
  width: 60%;
  -webkit-appearance: none;
          appearance: none;
  max-width: 380px;
  margin: 0 auto 10%;
  background-color: #51a048;
  border: none;
  text-align: center;
  color: #fff;
  font-size: min(3.8vw, 18px);
  font-weight: bold;
  padding: 1em;
  line-height: 1.5;
}
.top .entry_form .confirmArea {
  display: none;
}
.top .entry_form .confirmArea p + dl {
  margin-top: 30px;
}
.top .entry_form .confirmArea dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.top .entry_form .confirmArea dl > div {
  display: table-row;
}
.top .entry_form .confirmArea dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 5em;
  padding: 1em 0;
  font-size: min(3.4vw, 15px);
  line-height: 1.4;
  font-weight: bold;
  border-top: solid 1px #ccc;
}
.top .entry_form .confirmArea dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0.7em 0 0.7em 1em;
  text-align: left;
  font-size: min(3.8vw, 16px);
  line-height: 1.6;
  border-top: solid 1px #ccc;
}
.top .entry_form .confirmArea dl.textBox {
  display: block;
}
.top .entry_form .confirmArea dl.textBox > div {
  display: block;
  border-top: solid 1px #ccc;
}
.top .entry_form .confirmArea dl.textBox dt {
  display: block;
  width: 100%;
  border: none;
}
.top .entry_form .confirmArea dl.textBox dd {
  display: block;
  width: 100%;
  padding: 0 0 1.5em 0;
  border: none;
}
.top .entry_form .confirmArea .form_btn {
  margin-top: 10%;
}
.top .entry_form .confirmArea .backBtn {
  text-align: center;
  font-size: min(3.8vw, 16px);
  font-weight: bold;
}
.top .entry_form .confirmArea .backBtn a {
  color: #666;
}
.top .entry_form .completeText {
  display: none;
  width: 85%;
  margin: 0 auto 30vh;
  text-align: center;
}
.top .entry_form .completeText p {
  width: 100%;
  margin-bottom: 1.5em;
  text-align: left;
  font-size: min(3.8vw, 16px);
  line-height: 1.8;
}
.top .entry_form .completeText p br.pc {
  display: none;
}
.top .entry_form .completeText a {
  font-size: min(3.8vw, 16px);
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .top .entry_form .form_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 700px;
    margin: 0 auto 80px;
  }
  .top .entry_form .form_inner > div {
    margin-bottom: 20px;
  }
  .top .entry_form .form_inner p {
    font-size: 18px;
  }
  .top .entry_form .form_inner input[type=text] {
    padding: 10px;
  }
  .top .entry_form .form_inner .textarea-wrap.address {
    min-height: 46px;
  }
  .top .entry_form .form_inner textarea {
    padding: 10px;
  }
  .top .entry_form .form_inner .select-wrap {
    padding: 10px;
    font-size: 16px;
  }
  .top .entry_form .form_inner .select-wrap::after {
    font-size: 12px;
    margin-top: 3px;
  }
  .top .entry_form .form_inner select {
    padding: 10px;
    font-size: 16px;
  }
  .top .entry_form .form_inner .w340 {
    width: 340px;
  }
  .top .entry_form .form_inner .w340.mg-r20 {
    margin-right: 20px;
  }
  .top .entry_form .form_inner .w340.mg-r360 {
    margin-right: 360px;
  }
  .top .entry_form .form_inner .w700 {
    width: 700px;
  }
  .top .entry_form .form_inner .area ul li {
    display: inline-block;
  }
  .top .entry_form .form_inner .area ul li + li {
    margin-top: 0;
    margin-left: 30px;
  }
  .top .entry_form .privacy {
    width: 700px;
  }
  .top .entry_form .form_btn {
    width: 700px;
  }
  .top .entry_form .form_btn button {
    transition: opacity 0.3s;
  }
  .top .entry_form .form_btn button:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .top .entry_form .confirmArea .form_inner > p {
    width: 100%;
    text-align: center;
  }
  .top .entry_form .confirmArea dl dt {
    width: 10em;
  }
  .top .entry_form .confirmArea dl dt br {
    display: none;
  }
  .top .entry_form .confirmArea dl.textBox {
    display: table;
  }
  .top .entry_form .confirmArea dl.textBox > div {
    display: table-row;
    border: none;
  }
  .top .entry_form .confirmArea dl.textBox dt {
    display: table-cell;
    vertical-align: top;
    width: 10em;
    border-top: solid 1px #ccc;
  }
  .top .entry_form .confirmArea dl.textBox dd {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding: 0.7em 0 0.7em 1em;
    border-top: solid 1px #ccc;
  }
  .top .entry_form .confirmArea .form_btn {
    margin-top: 50px;
  }
  .top .entry_form .confirmArea .form_btn button {
    margin-bottom: 40px;
  }
  .top .entry_form .confirmArea .backBtn {
    font-size: 18px;
  }
  .top .entry_form .confirmArea .backBtn a:hover {
    cursor: pointer;
    color: #13953b;
  }
  .top .entry_form .completeText {
    width: 100%;
  }
  .top .entry_form .completeText p {
    text-align: center;
    font-size: 18px;
  }
  .top .entry_form .completeText p br.pc {
    display: inline;
  }
  .top .entry_form .completeText a {
    font-size: 18px;
  }
  .top .entry_form .completeText a:hover {
    cursor: pointer;
    color: #13953b;
  }
  .top .entry_form .completeText a br.sp {
    display: none;
  }
}