@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.inner {
  width: 640px;
  height: auto;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 819px) {
  .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 60px 16px;
  }
}
.hp-txt-large {
  font-size: 120%;
}

.hp-txt-exlarge {
  font-size: 160%;
}

.hp-txt-bold {
  font-weight: bold;
}

.hp-2col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.hp-shadow-green {
  box-shadow: 8px 8px 0 #00afaf;
}

.hp-shadow-orange {
  box-shadow: 8px 8px 0 #ffb800;
}

.hp-tac {
  text-align: center;
}

.hp-tar {
  text-align: right;
}

.hp-border-orange {
  border-top: 2px dotted #ffb800 !important;
  border-bottom: 2px dotted #ffb800 !important;
}

.hp-txt-orange {
  color: #ffb800 !important;
}

.hp-bg-orange {
  background-color: #ffb800;
}

.hp-txt-green {
  color: #00afaf !important;
}

.hp-bg-green {
  background-color: #00afaf;
}

.hp-mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 819px) {
  .hp-2col {
    flex-direction: column;
  }
  .hp-shadow-green {
    box-shadow: 4px 4px 0 #00afaf;
  }
  .hp-tac-sp {
    text-align: center;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
パンくずリスト 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.bl-breadcrumbs {
  width: calc(100% - 200px);
  margin: 20px auto 0;
}

.bl-breadcrumbs-inner {
  display: flex;
}

.bl-breadcrumbs-item::before {
  content: "＞";
  padding: 0 0.5em;
}

.bl-breadcrumbs-item:first-child::before {
  display: none;
}

.bl-breadcrumbs-item {
  font-size: 1.3rem;
  color: #808080;
}

@media screen and (max-width: 819px) {
  .bl-breadcrumbs {
    width: 100%;
    margin: 20px auto;
    padding: 0 16px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップに戻る 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#back-to-top {
  position: fixed;
  right: 80px;
  bottom: 80px;
  text-align: right;
  width: 80px;
  height: 80px;
  z-index: 30;
}
@media screen and (max-width: 1000px) {
  #back-to-top {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  #back-to-top {
    position: fixed;
    right: 16px;
    bottom: 0;
    text-align: right;
    width: 48px;
    height: 48px;
    z-index: 30;
    margin-bottom: 10px;
  }
}
#back-to-top a {
  display: block;
}

#back-to-top img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  #back-to-top img {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  #back-to-top img {
    width: 100%;
  }
}

.back-to-btn {
  opacity: 0;
  visibility: hidden;
}

.back-to-btn-active {
  opacity: 1;
  visibility: visible;
}

html {
  font-size: 62.5%;
  color: #333;
  line-height: 2;
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 819px) {
  body {
    font-size: 1.5rem;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
header
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
header {
  border-bottom: 1px solid #808080;
}

.bl-header-wrap {
  width: calc(100% - 200px);
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ly-header-logo a {
  width: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
  font-weight: bold;
  color: #00afaf;
}
.ly-header-logo a img {
  width: 250px;
  height: 20px;
}

.bl-headNav-wrap {
  display: flex;
  align-items: center;
}

.ly-headNav-item {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.ly-headNav-item li {
  margin-right: 40px;
}
.ly-headNav-item li:hover {
  opacity: 0.6;
}

.bl-head-cta {
  width: 200px;
  height: 60px;
  border-radius: 4px;
  color: #fff;
  background-color: #ff66b9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.bl-head-cta:hover {
  background-color: #ff8dcb;
}

.hp-icon-blank {
  vertical-align: baseline;
}

@media screen and (max-width: 900px) {
  .bl-header-wrap {
    width: calc(100% - 80px);
  }
  .ly-header-logo a {
    width: 280px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #00afaf;
  }
  .ly-header-logo a img {
    width: 180px;
    height: auto;
  }
  .bl-head-cta {
    width: 160px;
    height: 40px;
  }
  .bl-head-cta:hover {
    background-color: #ff8dcb;
  }
}
@media screen and (max-width: 819px) {
  .bl-header-wrap {
    width: calc(100% - 32px);
    height: 60px;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
toggle
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.ly-header-nav-sm {
  display: none;
}

@media screen and (max-width: 819px) {
  .bl-headNav-wrap {
    display: none;
  }
  .ly-header-nav-sm {
    display: block;
    position: relative;
  }
  #sm-toggle {
    opacity: 0;
    position: fixed;
  }
  label .toggle-line {
    position: fixed;
    top: 1.8rem;
    right: 1.4rem;
    z-index: 200;
    width: 2.4rem;
    height: 2.4rem;
  }
  label .toggle-line::before,
  label .toggle-line::after,
  label .toggle-line .bar {
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #333;
    content: "";
    transition: all 0.5s;
  }
  label .toggle-line::before {
    top: 0;
    transform-origin: top right;
  }
  label .toggle-line::after {
    bottom: 0;
    transform-origin: bottom right;
  }
  label .toggle-line .bar {
    top: 45%;
  }
  #menu {
    position: fixed;
    top: 61px;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    width: 100%;
    background-color: #fff;
    font-weight: bold;
  }
  #menu p {
    margin-bottom: 32px;
  }
  #menu #menu #menu #menu .flex-colum a {
    line-height: 1.5;
  }
  #sm-toggle:checked + label .toggle-line::before,
  #sm-toggle:checked + label .toggle-line::after {
    width: 130%;
    background-color: #333;
  }
  #sm-toggle:checked + label .toggle-line::before {
    transform: rotate(-45deg);
  }
  #sm-toggle:checked + label .toggle-line::after {
    transform: rotate(45deg);
  }
  #sm-toggle:checked + label .toggle-line .bar {
    transform: scale(0);
  }
  #sm-toggle:checked ~ #menu {
    opacity: 1;
    visibility: visible;
  }
  #sm-toggle:checked ~ #menu::before {
    transform: translateX(0);
  }
  #sm-toggle:checked ~ #menu a {
    transform: translateX(0);
  }
  #sm-toggle:checked ~ #menu p {
    transform: translateX(0);
  }
}
.cta-wrap {
  width: 200px;
  height: 60px;
  border-radius: 4px;
  background-color: #ff66b9;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 60px;
}

.el-toggle-etc {
  margin-bottom: 32px;
}

#sm-toggle:checked ~ #menu div {
  transform: translateX(0);
}

.sm-menuBtn-wrap {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.sm-menuBtn {
  width: 50%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}
.sm-menuBtn img {
  width: 16px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
main
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.bl-eyecatch-wrap {
  width: 900px;
  height: auto;
  margin: 0 auto;
}
.bl-eyecatch-wrap::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 12px;
  background-image: url(../img/stripe-pc.svg);
  background-size: contain;
  vertical-align: middle;
}

.ly-eyecatch-txt {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  padding: 40px 0;
}

@media screen and (max-width: 900px) {
  .bl-eyecatch-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 40px;
  }
  .ly-eyecatch-txt {
    text-align: center;
    font-weight: bold;
    font-size: 3.6rem;
    padding: 40px 0;
  }
}
@media screen and (max-width: 819px) {
  .bl-eyecatch-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 16px;
  }
  .bl-eyecatch-wrap::after {
    background-image: url(../img/stripe-sp.svg);
  }
  .ly-eyecatch-txt {
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    padding: 40px 0;
  }
}
.ly-accent {
  font-weight: bold;
  color: #fff;
  width: 330px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00afaf;
  border-radius: 50px;
  margin: 0 auto 40px;
}

.bl-lead-wrap {
  margin-bottom: 100px;
}

.ly-lead-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.bl-cont-wrap {
  margin-bottom: 100px;
}

.ly-cont-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #00afaf;
  text-align: center;
  margin-bottom: 40px;
}

.bl-recList {
  width: 400px;
  margin: 0 auto 60px;
}

.ly-cont-list {
  width: 625px;
  height: auto;
  margin: 0 auto;
}
.ly-cont-list li {
  margin-bottom: 40px;
  position: relative;
  padding-left: 16px;
}
.ly-cont-list li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #00afaf;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -6px;
}

.bl-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  width: 100%;
  height: 60px;
  background-color: #00afaf;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}

.bl-listStyle-disc {
  list-style-type: disc;
  padding-left: 1.5em;
}

@media screen and (max-width: 819px) {
  .ly-cont-list {
    width: 100%;
  }
  .bl-recList {
    width: 100%;
    margin: 0 auto 60px;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
募集要項
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.ly-bg-blue {
  background-color: #f0f9f9;
}

.ly-bg-orange {
  background-color: #fffaed;
}

.bl-selectarea-wrap {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.bl-selectarea-wrap .bl-selectarea-item {
  display: block;
  padding: 10px 20px;
  background-color: #00afaf;
  color: #fff;
  width: 126px;
  text-align: center;
}

.bl-card-wrap {
  margin-bottom: 80px;
}

.bl-card-item {
  border-radius: 20px;
  padding: 20px 60px;
  background-color: #fff;
  margin-bottom: 40px;
}

.ly-tabel-ttl {
  font-weight: bold;
}

.ly-table {
  border-left: 1px solid #333;
  margin-left: 30px;
}
.ly-table .ly-table-td {
  display: inline-block;
  margin-right: 20px;
  margin-left: 30px;
}

.bl-headthree-ttl {
  font-weight: bold;
  font-size: 2.4rem;
  border-top: 2px dotted #00afaf;
  border-bottom: 2px dotted #00afaf;
  width: 80px;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
}

.ly-border {
  border: 2px solid #00afaf;
  border-radius: 10px;
  padding: 40px 40px 0;
}

.ly-list-bullet li {
  list-style-type: disc;
  margin-left: 2em;
}

#acMenu .el-acmenu {
  cursor: pointer;
  background: url(../img/icon-arrow-down.svg) right center no-repeat;
  padding-right: 15px;
}
#acMenu .el-details {
  display: none;
}
#acMenu .el-acmenu.active {
  background: url(../img/icon-arrow-up.svg) right center no-repeat;
}

#acMenu02 .el-acmenu {
  cursor: pointer;
  background: url(../img/icon-arrow-down.svg) right center no-repeat;
  padding-right: 15px;
}
#acMenu02 .el-details {
  display: none;
}
#acMenu02 .el-acmenu.active {
  background: url(../img/icon-arrow-up.svg) right center no-repeat;
}

#pa-acMenu .el-pa-acmenu {
  cursor: pointer;
  background: url(../img/icon-arrow-down.svg) right center no-repeat;
  padding-right: 15px;
}
#pa-acMenu .el-pa-details {
  display: none;
}
#pa-acMenu .el-pa-acmenu.active {
  background: url(../img/icon-arrow-up.svg) right center no-repeat;
}

#pa-acMenu02 .el-pa-acmenu {
  cursor: pointer;
  background: url(../img/icon-arrow-down.svg) right center no-repeat;
  padding-right: 15px;
}
#pa-acMenu02 .el-pa-details {
  display: none;
}
#pa-acMenu02 .el-pa-acmenu.active {
  background: url(../img/icon-arrow-up.svg) right center no-repeat;
}

.el-outline-txt {
  font-weight: bold;
  font-size: 2.4rem;
}

.el-details-item {
  margin: 40px 0;
  width: 100%;
}

.el-details-item-th,
.el-details-item-td {
  border-bottom: 1px solid #808080;
  padding: 20px 0;
}

.el-details-item-th {
  width: 120px;
  white-space: nowrap;
}

.el-details-listItem-th,
.el-details-listItem-td {
  border-bottom: none;
  padding: 0;
}

.el-details-listItem-th {
  display: inline-block;
  white-space: nowrap;
}

.el-details-listItem-td {
  padding-left: 20px;
}

@media screen and (max-width: 819px) {
  .bl-card-wrap {
    margin-bottom: 60px;
  }
  .bl-card-item {
    border-radius: 20px;
    padding: 16px 10px;
    background-color: #fff;
  }
  .ly-table {
    border-left: none;
    margin-left: 0;
  }
  .ly-table .ly-table-td {
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
  }
  .ly-border {
    padding: 20px 20px 0;
  }
  .el-details-item-th {
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: none;
    padding: 20px 0 10px;
  }
  .el-details-item-td {
    display: block;
    padding: 0 0 10px;
  }
  .el-details-listItem-td {
    padding-left: 10px;
  }
  .bl-selectarea-wrap {
    gap: 20px;
  }
  .bl-selectarea-wrap .bl-selectarea-item {
    display: block;
    width: 100px;
    padding: 10px;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
cta
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.bl-cta-wrap {
  background-color: #ff66b9;
  width: 100%;
  height: auto;
}

.ly-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  font-weight: bold;
  color: #fff;
  font-size: 2.4rem;
}

@media screen and (min-width: 700px) {
  .ly-cta {
    height: 180px;
    font-size: 4rem;
  }
  .ly-cta:hover {
    background-color: #ff8dcb;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
業務例
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.bl-example-wrap {
  width: 480px;
  height: auto;
  margin: 0 auto 80px;
  font-size: 2rem;
  font-weight: bold;
}

.bl-example-wrap-list li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.ly-example-time {
  width: 100px;
  height: 56px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  display: block;
  margin-right: 40px;
  padding: 5px 0;
  line-height: 2.2;
  white-space: nowrap;
}

.ly-example-txt {
  line-height: 1.5;
}

@media screen and (max-width: 819px) {
  .bl-example-wrap {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  .bl-example-wrap-list li {
    margin-bottom: 20px;
  }
  .ly-example-time {
    width: 64px;
    height: 40px;
    margin-right: 10px;
    line-height: 1.8;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.bl-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 80px 0;
  font-weight: bold;
}

.ly-footer-right {
  text-align: right;
}
.ly-footer-right ul li {
  margin-bottom: 10px;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #00afaf;
  color: #fff;
  height: 60px;
}

@media screen and (max-width: 900px) {
  .bl-footer-top {
    width: calc(100% - 80px);
    padding: 60px 0;
  }
}
@media screen and (max-width: 819px) {
  .bl-footer-top {
    width: calc(100% - 32px);
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .ly-footer-left {
    margin-bottom: 60px;
  }
  .ly-footer-right {
    text-align: left;
  }
  .ly-footer-right ul li {
    margin-bottom: 6px;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
エントリーフォーム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
table {
  table-layout: fixed;
}

.ep-form th,
.ep-form tr,
.ep-form td {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.el-form-table-wrap {
  width: 90%;
  margin: 30px auto 60px;
}

.el-form-table {
  width: 100%;
}

.el-form-table tr {
  display: flex;
  padding: 20px 0;
}

.el-form-table tr th {
  width: 25%;
  padding: 0;
}

.el-form-table tr td {
  width: 75%;
  padding: 0;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  border: 1px solid #909596;
  padding: 4px 0 4px 20px;
  width: 100%;
  background-color: #fff8fb;
  border-radius: 5px;
}

input[type=tel] {
  border: 1px solid #909596;
  padding: 4px 0 4px 20px;
  width: 100%;
  background-color: #fff8fb;
  border-radius: 5px;
}

input[type=email] {
  border: 1px solid #909596;
  padding: 4px 0 4px 20px;
  width: 100%;
  background-color: #fff8fb;
  border-radius: 5px;
}

.el-form-table input[type=radio] {
  display: none;
}

.el-form-table label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}

.el-form-table label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background-color: #fff;
  border: 1px solid #909596;
  border-radius: 100%;
}

.el-form-table input[type=radio]:checked + label::after {
  position: absolute;
  content: "";
  top: 48%;
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #313133;
  border-radius: 100%;
}

.el-form-table input[type=radio] {
  display: none;
}

.el-form-table label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}

.el-form-table label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background-color: #fff;
  border: 1px solid #909596;
  border-radius: 100%;
}

.el-form-table input[type=radio]:checked + label::after {
  position: absolute;
  content: "";
  top: 48%;
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #313133;
  border-radius: 100%;
}

.example {
  color: #c3c3c3;
  font-weight: normal;
}

.radio p {
  display: inline-block;
  margin-right: 16px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #909596;
  border-radius: 5px;
  padding: 4px 0 4px 10px;
  width: 100%;
  background-color: #fff8fb;
}

select::-ms-expand {
  display: none;
}

select.birth {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #909596;
  padding: 4px 0 4px 20px;
  width: 16%;
  background-color: #fff8fb;
  margin: 0 10px;
}

select.birth:first-child {
  margin-left: 0;
}

select.birth::-ms-expand {
  display: none;
}

.el-radio-ttl {
  color: #ff66b9;
}

textarea {
  border: 1px solid #909596;
  border-radius: 5px;
  padding: 15px 0 15px 20px;
  width: 100%;
  background-color: #fff8fb;
}

textarea[type=hidden] {
  display: none;
}

input[type=reset] {
  border-bottom: 1px solid #888585;
  padding: 4px 20px;
  border-radius: 0;
  color: #888585;
  margin-right: 80px;
}

.form-button {
  border-bottom: 1px solid #888585;
  padding: 4px 40px;
  border-radius: 0;
  color: #888585;
  margin-right: 40px;
  white-space: nowrap;
}

.formbtn {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
  align-items: center;
}

.required {
  display: inline-block;
  font-size: 12px;
  background-color: hotpink;
  color: #fff;
  margin-left: 10px;
  border-radius: 5px;
  padding: 0 5px;
}

.hp-check-table tr {
  border-bottom: 1px solid #808080;
}
.hp-check-table tr th {
  width: 30%;
}

@media screen and (max-width: 989px) {
  .el-form-table tr {
    padding: 15px 0;
  }
}
@media screen and (max-width: 700px) {
  .el-form-table-wrap {
    width: 100%;
    margin: 10px auto 0px;
  }
  .bl-form {
    padding: 10px 15px 30px;
  }
  .el-form-table tr {
    display: block;
  }
  .el-form-table tr th {
    width: 100%;
    padding: 0 0 5px;
    display: block;
  }
  .el-form-table tr td {
    width: 100%;
    padding: 0;
    display: block;
  }
  .example {
    font-size: 1.3rem;
  }
  select.birth {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #909596;
    padding: 4px 0 4px 10px;
    width: 20%;
    background-color: #fff8fb;
    margin: 0 10px;
  }
  .el-radio-ttl {
    display: block !important;
  }
  .formbtn {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  input[type=reset] {
    font-size: 1.3rem;
    margin-top: 30px;
    margin-right: 0;
  }
  button {
    margin-bottom: 40px;
  }
}
.bl-contact-info-wrap {
  text-align: center;
}

.el-sec-subttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.el-sec-txt {
  margin-bottom: 20px;
}

.el-sec-contact {
  margin-bottom: 20px;
}

.el-sec-contact:last-child {
  margin-bottom: 0px;
}

.el-sec-contact a {
  color: #00afaf;
}

.el-sec-contact a:hover {
  opacity: 0.6;
}

.el-sec-contact a img {
  display: inline-block;
  margin-right: 20px;
}

.sp {
  display: none;
}

.bl-thanks {
  text-align: center;
  margin-top: -30px !important;
}

.el-sec-img {
  display: inline-block;
  margin-bottom: 40px;
}

@media screen and (max-width: 989px) {
  .el-sec-subttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .el-sec-txt {
    margin-bottom: 15px;
  }
  .el-sec-contact {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  .sp {
    display: block;
  }
  .ep-request .bl-form {
    padding: 30px 15px 30px;
  }
}
.el-form-btn {
  display: block;
  background-color: #00afaf;
  border: 1px solid #00afaf;
  padding: 10px 60px;
  color: #ffffff;
  align-items: center;
}
.el-form-btn:hover {
  background-color: #fff;
  color: #00afaf;
  border: 1px solid #00afaf;
}

@media screen and (min-width: 700px) {
  .el-form-btn {
    display: block;
    background-color: #00afaf;
    border: 1px solid #00afaf;
    padding: 10px 60px;
    color: #ffffff;
    align-items: center;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サンクスページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.el-btn {
  width: 240px;
  display: block;
  background-color: #00afaf;
  padding: 15px 0;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
}
.el-btn:hover {
  opacity: 0.6;
}

@media screen and (min-width: 700px) {
  .el-btn {
    width: 240px;
    display: block;
    background-color: #00afaf;
    padding: 15px 0;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-weight: 700;
  }
}/*# sourceMappingURL=style.css.map */