.mv {
  background: #6EECC4;
}
.mv .mv_img {
  background: url("../images/mv_entry.jpg") center center/cover;
}
.mv .copys_in {
  font-size: max(20px, 2.9282576867vw);
  margin: max(20px, 2.196193265vw) 0;
}
.mv .title_eg i:before {
  background: #2CCC99;
}
@media all and (max-width: 767px) {
  .mv .mv_img {
    background: url("../images/mv_entry_sp.jpg") center center/cover;
  }
}

.ent_leads {
  position: relative;
}
.ent_leads h2 {
  font-size: clamp(3rem, 2.9282576867vw, 4rem);
  margin-bottom: 40px;
  font-weight: 500;
}
.ent_leads .eg {
  position: absolute;
  right: 0;
  top: 0;
  font-size: clamp(4rem, 4.6852122987vw, 6.4rem);
  font-family: "Caveat", cursive;
  color: #6EECC4;
  border-left: 2px solid #6EECC4;
  padding-left: 5px;
  line-height: 1;
  writing-mode: vertical-rl;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .ent_leads h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .ent_leads .eg {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 3.2rem;
    padding-left: 5px;
  }
}

.mv_under .inner {
  align-items: flex-start;
}
.mv_under .anks {
  margin-top: max(0px, 5.8565153734vw);
}
@media all and (max-width: 900px) {
  .mv_under .inner {
    grid-template-columns: 340px 1fr;
  }
}
@media all and (max-width: 767px) {
  .mv_under .inner {
    grid-template-columns: 1fr;
    padding-bottom: 178px;
  }
  .mv_under .anks {
    position: absolute;
    bottom: 40px;
  }
}

.title_eg {
  font-weight: 600;
  font-size: clamp(5rem, 5.270863836vw, 7.2rem);
}
.title_eg .cap {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .title_eg {
    font-size: 3.6rem;
  }
  .title_eg .cap {
    font-size: 1.4rem;
  }
}

.lead {
  margin: 0 60px 120px 0;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  max-width: 700px;
}
@media all and (max-width: 767px) {
  .lead {
    margin: 0 70px 60px 0;
    font-size: 1.4rem;
  }
}

.entry_info {
  margin-top: 64px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding-bottom: 100px;
}
.entry_info .ttl_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 55px;
  gap: 0 24px;
}
.entry_info .ttl_b:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  background: #628BEB;
  border-radius: 100%;
}
.entry_info .ttl_b .name1 {
  font-size: 4rem;
}
.entry_info .ttl_b .name_eg {
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  position: relative;
  font-weight: 400;
  top: 3px;
}
@media all and (max-width: 767px) {
  .entry_info {
    margin-top: 32px;
    padding-bottom: 50px;
  }
  .entry_info .ttl_b {
    padding-left: 18px;
    gap: 0 12px;
  }
  .entry_info .ttl_b:before {
    top: 11px;
    left: 0;
    width: 11px;
    height: 11px;
  }
  .entry_info .ttl_b .name1 {
    font-size: 2rem;
  }
  .entry_info .ttl_b .name_eg {
    font-size: 1.2rem;
    top: 2px;
  }
}

.ent_img {
  border-radius: 4px;
  overflow: hidden;
  margin: 40px 0 0 0;
}
@media all and (max-width: 767px) {
  .ent_img {
    margin: 20px 0 0 0;
  }
}

.info {
  margin-top: 40px;
  background: #F6F6F6;
}
.info .info_ttl {
  font-size: 2.8rem;
  padding: 40px 64px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.info .info_ttl i {
  transition: all 0.3s ease;
  width: 40px;
}
.info .open {
  position: relative;
}
.info .open:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 64px;
  width: calc(100% - 128px);
  height: 1px;
  background: #000;
}
.info .open i {
  transform: rotate(180deg);
}
.info .info_cont {
  margin: 40px 64px;
  padding-bottom: 64px;
}
.info .info_ttl2 {
  font-size: clamp(3rem, 2.3426061493vw, 3.2rem);
  position: relative;
  display: inline-block;
  border-left: 8px solid #89ADFF;
  padding-left: 20px;
}
.info .info_ttl2:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 2px;
  left: 0;
  width: calc(100% + 24px);
  height: 15px;
  background: #628BEB;
}
@media all and (max-width: 1000px) {
  .info .info_ttl {
    padding: 40px;
  }
  .info .info_cont {
    margin: 40px;
  }
}
@media all and (max-width: 767px) {
  .info {
    margin-top: 20px;
  }
  .info .info_ttl {
    font-size: 1.4rem;
    padding: 17px 12px 17px 12px;
  }
  .info .info_ttl i {
    width: 36px;
  }
  .info .info_ttl2 {
    font-size: 1.8rem;
    border-left: 3px solid #89ADFF;
    padding-left: 10px;
  }
  .info .info_cont {
    padding: 0 20px 40px 20px;
    box-sizing: border-box;
    margin: 20px auto;
  }
  .info .open:before {
    left: 12px;
    width: calc(100% - 24px);
  }
}

.c2 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.c2 .bx {
  background: white;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 13px 20px 13px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  height: 117px;
}
.c2 .bx .num {
  text-align: center;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
  top: 1px;
}
.c2 .bx .num:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  width: 1px;
  height: 73px;
  background: #000;
}
.c2 .bx .num .n1 {
  font-size: 2.4rem;
  margin-bottom: 2px;
}
.c2 .bx .num .n2 {
  font-size: 3.2rem;
}
.c2 .bx .txx1 {
  padding-left: 30px;
  font-size: 2.2rem;
}
@media all and (max-width: 1000px) {
  .c2 {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .c2 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .c2 .bx {
    padding: 9.5px 20px 9.5px 0;
    grid-template-columns: 65px 1fr;
    height: 66px;
  }
  .c2 .bx .num {
    border: none;
    line-height: 1;
    position: relative;
    top: 1px;
  }
  .c2 .bx .num:before {
    content: "";
    position: absolute;
    top: 1.5px;
    right: 0;
    width: 1px;
    height: 36.5px;
    background: #000;
  }
  .c2 .bx .num .n1 {
    font-size: 1.6rem;
    margin-bottom: 1px;
  }
  .c2 .bx .num .n2 {
    font-size: 2.2rem;
  }
  .c2 .bx .txx1 {
    padding-left: 20px;
    font-size: 1.4rem;
  }
}

.it2 {
  margin: 80px 0 50px 0;
}
@media all and (max-width: 767px) {
  .it2 {
    margin: 40px 0 25px 0;
  }
}

.info_dat .lines {
  position: relative;
  box-sizing: border-box;
  padding: 35px 20px 35px 20px;
  border-bottom: 1px solid #BBBBBB;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px 0;
}
.info_dat .lines .tl {
  font-size: 1.8rem;
}
.info_dat .lines .tx {
  padding-top: 0.2em;
}
@media all and (max-width: 767px) {
  .info_dat {
    margin-top: 0;
  }
  .info_dat .lines {
    padding: 12px 8px 12px 8px;
    grid-template-columns: 1fr;
    gap: 5px 0;
  }
  .info_dat .lines .tl {
    font-size: 1.4rem;
  }
  .info_dat .lines .tx {
    font-size: 1.3rem;
    padding-top: 0;
  }
}

.ent1 .ttl_b:before {
  background: #6EECC4;
}
.ent1 .info_ttl2 {
  border-left: 8px solid #6EECC4;
}
@media all and (max-width: 767px) {
  .ent1 .info_ttl2 {
    border-left: 3px solid #6EECC4;
  }
}

.ent2 .ttl_b:before {
  background: #EB93E5;
}
.ent2 .info_ttl2 {
  border-left: 8px solid #FFC0FB;
}
.ent2 .info_dat .lines:before {
  background: #EB93E5;
}
.ent2 .c2 .bx {
  height: 152px;
}
.ent2 .c2 .bx .num:before {
  top: -24px;
  height: 104px;
}
@media all and (max-width: 767px) {
  .ent2 .info_ttl2 {
    border-left: 3px solid #FFC0FB;
  }
  .ent2 .c2 .bx {
    height: auto;
    min-height: 66px;
  }
  .ent2 .c2 .bx .num:before {
    top: 1.5px;
    width: 1px;
    height: 36.5px;
  }
  .ent2 .c2 .bx:nth-of-type(3) .num:before {
    top: -10.5px;
    width: 1px;
    height: 59px;
  }
}

.ent_sec1 {
  padding: 120px 0 0 0;
  box-sizing: border-box;
  position: relative;
}
.ent_sec1 .inner {
  position: relative;
}
@media all and (max-width: 767px) {
  .ent_sec1 {
    padding: 60px 0 0 0;
    text-align: center;
  }
  .ent_sec1 .inner {
    text-align: left;
  }
}

.ent_sec2 {
  padding: 120px 0 160px 0;
  box-sizing: border-box;
  position: relative;
}
.ent_sec2 .inner {
  position: relative;
}
@media all and (max-width: 767px) {
  .ent_sec2 {
    padding: 70px 0 20px 0;
    text-align: center;
  }
  .ent_sec2 .inner {
    text-align: left;
  }
}

.forms_wrap {
  margin: 64px 64px 0 64px;
}
.forms_wrap .form_in {
  background: #F6F6F6;
  margin-top: 64px;
  padding: 24px 64px 64px 64px;
  box-sizing: border-box;
}
.forms_wrap .form_in .ttl i {
  border-radius: 4px;
  color: white;
  background: #000;
  font-size: 1.4rem;
  text-align: center;
  width: 50px;
  display: inline-block;
  margin-left: 16px;
}
.forms_wrap .form_in .lines {
  padding: 40px 0;
  border-bottom: 1px solid #C9C9C9;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
}
.forms_wrap .form_in .lines_txa {
  align-items: flex-start;
}
.forms_wrap .form_in .lines_txa .ttl {
  margin-top: 16px;
}
.forms_wrap .form_in input, .forms_wrap .form_in select, .forms_wrap .form_in textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.forms_wrap .form_in input[type=text], .forms_wrap .form_in select, .forms_wrap .form_in textarea {
  padding: 17px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #C9C9C9;
  background: white;
  border-radius: 4px;
  font-weight: normal;
}
.forms_wrap .form_in select {
  background: url("../images/sele_arw.png") center right 20px no-repeat, white;
  background-size: 15px auto;
}
.forms_wrap .form_in textarea {
  min-height: 180px;
  resize: vertical;
}
.forms_wrap .form_in .und {
  margin-top: 64px;
  text-align: center;
}
.forms_wrap .form_in .und a {
  text-decoration: underline;
  color: #000;
}
.forms_wrap .form_in .fbb {
  font-size: 2.2rem;
}
.forms_wrap .form_in .pri_txt {
  margin-top: 16px;
  text-align: left;
  background: white;
  padding: 0 40px;
  box-sizing: border-box;
  font-size: 1.4rem;
  height: 260px;
  overflow-y: scroll;
}
.forms_wrap .form_in .fbb2 {
  font-size: 2.2rem;
  text-align: center;
  padding: 24px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #C9C9C9;
}
.forms_wrap .form_in .pris {
  margin-top: 24px;
}
.forms_wrap .form_in .prtx2 {
  font-size: 1.4rem;
}
.forms_wrap .form_in .subm {
  margin-top: 40px;
}
.forms_wrap .form_in .subm input {
  display: inline-block;
  background: #000;
  border: 1px solid #000;
  color: white;
  font-size: 1.8rem;
  border-radius: 100px;
  width: 400px;
  padding: 16px 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.forms_wrap .form_in .subm input:hover {
  background: white;
  color: #000;
}
.forms_wrap .form_in .subm input:disabled {
  background: #C9C9C9;
  pointer-events: none;
}
.forms_wrap .tels {
  display: block;
  color: #000;
  text-align: center;
  margin: 64px auto 0 auto;
  max-width: 450px;
  background: #F6F6F6;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 2rem;
  padding: 24px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.forms_wrap .tels:hover {
  opacity: 0.5;
}
.forms_wrap .tels .t1 {
  font-size: 2.4rem;
}
.forms_wrap .tels .t2 {
  font-weight: normal;
}
.forms_wrap .tels .tel_num {
  margin-top: 10px;
}
.forms_wrap .tels .tel_num i {
  padding-left: 45px;
  box-sizing: border-box;
  background: url("../images/tel_ic.png") center left no-repeat;
  background-size: 35px auto;
  font-size: 3.6rem;
  letter-spacing: 0.08em;
}
.forms_wrap .btn2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.forms_wrap .btn2 a {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 0 24px;
  position: relative;
  text-decoration: none;
  color: #000;
  border-radius: 10px;
  border: 1px solid #000;
  background: #F6F6F6;
  padding: 27px 66px 27px 32px;
  box-sizing: border-box;
}
.forms_wrap .btn2 a .ic2 {
  position: absolute;
  right: 16px;
  width: 40px;
  top: 50%;
  margin-top: -20px;
}
.forms_wrap .btn2 a .ic2 svg {
  width: 100%;
}
.forms_wrap .btn2 a .t1 {
  display: inline-block;
  font-size: 2rem;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
.forms_wrap .btn2 a .t1 i {
  position: relative;
}
.forms_wrap .btn2 a .t1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 10px;
  background: #FFD034;
}
.forms_wrap .btn2 a .t2 {
  margin-top: 10px;
  font-feature-settings: "palt";
}
.forms_wrap .btn2 a .t3 {
  margin-top: 10px;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
.forms_wrap .btn2 a .t4 {
  font-size: 1.4rem;
  font-feature-settings: "palt";
  margin-top: 3px;
}
.forms_wrap .btn2 a .t11 {
  margin-top: 3px;
}
.forms_wrap .btn2 a path {
  transition: all 0.3s ease;
}
.forms_wrap .btn2 a:hover .ar {
  fill: #000;
}
.forms_wrap .btn2 a:hover .ci {
  fill: white;
}
.forms_wrap input[type=checkbox] + .mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.forms_wrap input[type=checkbox] + .mwform-checkbox-field-text:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #C9C9C9;
  background: white;
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.forms_wrap input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  width: 10px;
  top: -1px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border: 1px solid #000;
  background: none;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.forms_wrap input::placeholder {
  color: #BBBBBB;
}
.forms_wrap textarea::placeholder {
  color: #BBBBBB;
}
.forms_wrap .is-empty {
  color: #BBBBBB;
}
@media all and (max-width: 1000px) {
  .forms_wrap {
    margin: 64px 0;
  }
  .forms_wrap .form_in {
    padding: 0 24px 40px 24px;
  }
  .forms_wrap .btn2 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media all and (max-width: 767px) {
  .forms_wrap .form_in {
    margin-top: 32px;
    padding: 12px 24px 40px 24px;
  }
  .forms_wrap .form_in .ttl {
    margin-bottom: 5px;
  }
  .forms_wrap .form_in .ttl i {
    border-radius: 4px;
    font-size: 1rem;
    width: 30px;
  }
  .forms_wrap .form_in .lines {
    padding: 20px 0;
    grid-template-columns: 1fr;
  }
  .forms_wrap .form_in .lines_txa .ttl {
    margin-top: 8px;
  }
  .forms_wrap .form_in input[type=text], .forms_wrap .form_in select, .forms_wrap .form_in textarea {
    padding: 8px;
  }
  .forms_wrap .form_in select {
    background: url("../images/sele_arw.png") center right 10px no-repeat, white;
    background-size: 8px auto;
  }
  .forms_wrap .form_in textarea {
    min-height: 160px;
  }
  .forms_wrap .form_in .und {
    margin-top: 32px;
  }
  .forms_wrap .form_in .fbb {
    font-size: 1.5rem;
  }
  .forms_wrap .form_in .pri_txt {
    margin-top: 8px;
    padding: 0 20px;
    font-size: 1.2rem;
    height: 160px;
  }
  .forms_wrap .form_in .fbb2 {
    text-align: left;
    font-size: 1.5rem;
    padding: 12px 0;
    margin-bottom: 12px;
  }
  .forms_wrap .form_in .pris {
    margin-top: 16px;
  }
  .forms_wrap .form_in .prtx2 {
    font-size: 1.2rem;
  }
  .forms_wrap .form_in .subm {
    margin-top: 32px;
  }
  .forms_wrap .form_in .subm input {
    font-size: 1.4rem;
    width: 100%;
    padding: 16px 0;
  }
  .forms_wrap .btn2 {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .forms_wrap .btn2 a {
    grid-template-columns: 40px 1fr;
    gap: 0 16px;
    border-radius: 5px;
    padding: 16px 20px;
    align-items: center;
    height: 98px;
    place-content: center;
  }
  .forms_wrap .btn2 a .ic2 {
    width: 36px;
    top: 50%;
    margin-top: -18px;
  }
  .forms_wrap .btn2 a .t1 {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-feature-settings: unset;
  }
  .forms_wrap .btn2 a .t1:before {
    height: 5px;
  }
  .forms_wrap .btn2 a .t2 {
    font-size: 1.2rem;
    margin-top: 5px;
    max-width: 190px;
  }
  .forms_wrap .btn2 a .t3 {
    margin: 7px 0 1px 0;
    font-size: 2.4rem;
  }
  .forms_wrap .btn2 a .t4 {
    font-size: 1.2rem;
  }
  .forms_wrap .btn2 a path {
    transition: all 0.3s ease;
  }
  .forms_wrap .btn2 a:hover .ar {
    fill: #000;
  }
  .forms_wrap .btn2 a:hover .ci {
    fill: white;
  }
  .forms_wrap .btn2 a:nth-of-type(2) .tx {
    margin-top: -5px;
  }
}

.conf_comp_area {
  padding: 220px 0 160px 0;
  box-sizing: border-box;
}
.conf_comp_area .inner {
  max-width: 1180px;
}
.conf_comp_area .fbb, .conf_comp_area .pri_txt, .conf_comp_area .prtx2, .conf_comp_area .pris {
  display: none;
}
.conf_comp_area .forms_wrap .form_in .lines_txa .ttl {
  margin-top: 0;
}
.conf_comp_area .title_eg i:before {
  background: #6EECC4;
}
.conf_comp_area .form_in {
  max-width: 930px;
  margin: 0 auto;
}
@media all and (max-width: 1280px) {
  .conf_comp_area {
    padding: 140px 0 160px 0;
  }
}
@media all and (max-width: 767px) {
  .conf_comp_area {
    padding: 110px 0 80px 0;
  }
  .conf_comp_area .title_eg {
    font-size: 4.4rem;
  }
}

.comp_area .forms_wrap {
  margin: 64px 0 0 0;
}
.comp_area .form_in {
  max-width: 100%;
  background: none;
  padding: 0;
}
.comp_area .comp_a {
  margin-top: 64px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
.comp_area .comp_a:hover {
  opacity: 0.6;
}
.comp_area .comp_a i {
  padding-right: 20px;
  background: url("../images/arww.png") center right no-repeat;
  background-size: 7px auto;
}

.stic {
  display: none;
}

footer {
  border-top: 1px solid #000000;
}

.entry {
  display: none;
}

.pri_txt .pri_inw {
  padding: 0 10px 40px 10px;
}
.pri_txt .lead1 {
  margin-bottom: 30px;
}
.pri_txt .lead2 {
  margin-bottom: 16px;
}
.pri_txt .ttl1 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 500;
}
.pri_txt .pri_in {
  margin-top: 32px;
}
.pri_txt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
}
.pri_txt li:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .pri_txt .pri_inw {
    padding: 0 0 20px 0;
  }
  .pri_txt .lead1 {
    margin-bottom: 32px;
  }
  .pri_txt .lead2 {
    margin-bottom: 12px;
  }
  .pri_txt .ttl1 {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .pri_txt li {
    margin-bottom: 6px;
  }
}

/*# sourceMappingURL=entry.css.map */
