@charset "UTF-8";
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*                login
======================================================= */
.lower {
  background-color: #e8f4fd;
  letter-spacing: 0.05em;
}

#document__main {
  margin-top: 180px;
  margin-bottom: 70px;
  padding: 0 30px;
}
@media only screen and (max-width: 1023px) {
  #document__main {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  #document__main {
    padding: 0 10px;
    margin-bottom: 60px;
    margin-top: 100px;
  }
}
#document__main.comp {
  background-image: url(/media/images/common/login_wall.webp), url(/media/images/common/wall.webp);
  background-repeat: no-repeat, repeat;
  background-position: bottom center;
  background-size: contain;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 180px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #document__main.comp {
    margin-top: 0 !important;
    padding-top: 100px;
    background-image: url(/media/images/common/register_wall_sp.webp), url(/media/images/common/wall.webp);
    background-repeat: no-repeat, repeat;
    background-position: bottom center;
  }
}
#document__main.comp .document__main_inr {
  max-width: 500px;
  margin: 0 auto;
}
#document__main.comp .completion {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #document__main.comp .completion {
    margin-top: 0;
  }
}

.document__main_inr {
  max-width: 840px;
  margin: 0 auto;
}
.document__main_inr.edit {
  max-width: none;
}

.section__ttl {
  padding: 0 10px;
  text-align: center;
}

.ducument__ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .ducument__ttl {
    font-size: 24px;
  }
}

.document__txt {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .document__txt {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.document__txt_inr {
  line-height: 1.625;
  color: #222124;
}
@media only screen and (max-width: 767px) {
  .document__txt_inr {
    font-size: 14px;
  }
}

.documentlist__ttl_inr {
  font-size: 30px;
}

.section__ttl_jp {
  font-size: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .section__ttl_jp {
    font-size: 30px;
    line-height: 1.28;
  }
}
.section__ttl_jp::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #bfcad6 0%, #bfcad6 33%, #003670 33%, #003670 66%, #bfcad6 66%);
  height: 4px;
  width: 180px;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .section__ttl_jp::before {
    width: 140px;
    bottom: -20px;
  }
}

.section__ttl_en {
  color: #6a768b;
  margin-top: 42px;
  display: block;
  text-align: center;
  font-size: 14px;
}

#contact #document__main {
  margin-top: 190px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1023px) {
  #contact #document__main {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #contact #document__main {
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
#contact .section__ttl_en {
  margin-top: 38px;
}
#contact .form_check {
  display: block;
  line-height: 1.71;
}
#contact .form_check span {
  padding-top: 0;
  padding-left: 4px;
}
@media only screen and (max-width: 767px) {
  #contact .form_check span {
    padding-left: 0;
  }
}
#contact .form_check label {
  text-align: left;
}
#contact .inputbox {
  height: 60px;
  padding: 20px 20px 16px;
}
#contact .input__form + .input__form {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #contact .input__form + .input__form {
    margin-top: 10px;
  }
}
#contact .inquirybox {
  height: 200px;
  margin-top: 12px;
  padding: 22px 20px 20px;
}
@media only screen and (max-width: 767px) {
  #contact .inquirybox {
    padding: 17px 20px 17px;
  }
}
#contact .form_check_wrap {
  display: flex;
}
#contact .form_check {
  margin-top: 8px;
}
#contact .inputcheck {
  margin-top: 4px;
}
#contact .submit_btn__wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #contact .submit_btn__wrap {
    margin-top: 30px;
  }
}

.contact__inr {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 70px 50px;
}
@media only screen and (max-width: 767px) {
  .contact__inr {
    padding: 50px 20px;
  }
}

.document__list {
  margin-top: 40px;
}

.document__list_li {
  position: relative;
  max-width: 360px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .document__list_li:first-child {
    grid-column: 1/3;
  }
}
.document__list_li:first-child .document__cat {
  width: 162px;
  height: 28px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .document__list_li:nth-child(2) {
    grid-column: 1/3;
  }
}
.document__list_li:nth-child(2) .document__cat {
  width: 162px;
  height: 28px;
  line-height: 28px;
}

.document__list_link {
  position: relative;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .document__list_link:hover {
    opacity: 0.6;
  }
}

.provision {
  color: #222124;
  line-height: 1.625;
}

.provision__ttl {
  font-size: 24px;
  font-weight: 600;
  margin-top: 45px;
  margin-bottom: 20px;
  color: #003670;
}
@media only screen and (max-width: 767px) {
  .provision__ttl {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .provision__txt {
    font-size: 14px;
  }
}
.provision__txt + .provision__list_ul {
  margin-top: 35px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .provision__txt + .provision__list_ul {
    margin-top: 20px;
  }
}
.provision__txt + .provision__list_ol {
  margin-top: 35px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .provision__txt + .provision__list_ol {
    margin-top: 20px;
  }
}
.provision__txt a {
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .provision__txt a:hover {
    opacity: 0.6;
  }
}
.provision__txt .provision_tel {
  transition: 0.5s;
}
@media only screen and (min-width: 768px) {
  .provision__txt .provision_tel {
    pointer-events: none;
  }
}
@media only screen and (min-width: 1024px) {
  .provision__txt .provision_tel:hover {
    opacity: 0.6;
  }
}

.provision__txt_inr {
  display: inline-block;
}

.provision__list_ul {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .provision__list_ul {
    padding-left: 10;
  }
}
.provision__list_ul .provision__list_li {
  list-style: disc;
  list-style-position: inside;
}

.provision__list_ol {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .provision__list_ol {
    padding-left: 10;
  }
}
.provision__list_ol .provision__list_li {
  list-style: decimal;
  list-style-position: inside;
}

.provision__list_li {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1.3em;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .provision__list_li {
    margin-top: 10px;
    font-size: 14px;
    text-indent: -1.5em;
  }
}
.provision__list_li:first-child {
  margin-top: 0;
}

.document__ttl {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .document__ttl {
    margin-top: 5px;
  }
}

.document__ttl_inr {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .document__ttl_inr {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
  }
}

.contact {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .contact {
    margin-top: 20px;
  }
}

.notes__txt {
  color: #6a768b;
  font-size: 14px;
  line-height: 1.42;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.notes__txt:nth-child(2) {
  margin-top: 4px;
}
.notes__txt:nth-child(3) {
  margin-top: 4px;
}
.notes__txt:nth-child(4) {
  margin-top: 4px;
}

.notes__txt_inr {
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  .notes__txt_inr {
    padding-left: 5px;
  }
}

/*               フォームパーツ
======================================================= */
.form__group {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .form__group {
    margin-top: 30px;
  }
}

label {
  font-size: 14px;
  font-weight: 400;
  color: #6a768b;
}

.radio_label {
  display: block;
  padding: 18px 8px 12px;
}

.inputbox {
  width: 100%;
  height: 50px;
  margin: 9px 0 15px;
  padding: 14px 20px 12px;
  transition: 0.5s;
  border: 1px solid #bfcad6;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  color: #222124;
}
.inputbox::-moz-placeholder {
  color: #bfcad6;
}
.inputbox::placeholder {
  color: #bfcad6;
}
.inputbox:hover {
  cursor: text;
}

.form_check {
  margin-top: 5px;
}
.form_check--save {
  margin-top: 17px;
}
.form_check--save label {
  color: #6a768b !important;
}
.form_check label {
  color: #6a768b;
  position: relative;
  padding-top: 3px;
  display: block;
}
.form_check label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 14px;
  height: 10px;
  margin-top: -9px;
  top: 65%;
  left: -19px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #ffffff;
}
.form_check label:hover {
  cursor: pointer;
}

.inputcheck {
  width: 24px;
  height: 24px;
  transition: 0.5s;
  border: 1px solid #bfcad6;
  border-radius: 5px;
  position: relative;
  margin-top: 6px;
}
.inputcheck:checked {
  background-color: #65aadd;
}
.inputcheck:hover {
  cursor: pointer;
}

.info_check {
  margin-top: 38px;
  margin-bottom: 40px;
}

.submit_btn__wrap {
  text-align: center;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .submit_btn__wrap {
    margin: 42px auto 0;
  }
}
.submit_btn__wrap a {
  display: inline-block;
}

#inquiry {
  height: 200px;
}
.submit_btn {
  max-width: 400px;
  width: 100%;
  color: #fff;
  background: #003670;
  text-align: center;
  font-weight: 600;
  height: 60px;
  padding: 0 20px;
  border-radius: 5px;
  transition: 0.5s;
}
.submit_btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .submit_btn:hover {
    opacity: 0.6;
  }
}

.required {
  padding-left: 7px;
  font-size: 12px;
  color: #e33665;
  vertical-align: middle;
}

.personal__txt {
  font-size: 14px;
  vertical-align: super;
}
@media only screen and (max-width: 767px) {
  .personal__txt {
    font-size: 12px;
  }
}

.personal__txt {
  color: #6a768b;
}
@media only screen and (max-width: 767px) {
  .personal__txt {
    text-align: left;
  }
}

.personal__txt_inr {
  display: inline-block;
}

.personal__link {
  text-decoration: underline !important;
  text-decoration-color: #003670;
  font-weight: 600;
  color: #003670;
  padding-right: 5px;
}

/*               モビノワ編集部
======================================================= */
#editorial #document__main {
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  #editorial #document__main {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  #editorial #document__main {
    margin-top: 106px;
    margin-bottom: 40px;
    padding: 0;
  }
}
#editorial .document__main_inr.edit {
  margin-top: 190px;
}
@media only screen and (max-width: 1023px) {
  #editorial .document__main_inr.edit {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  #editorial .document__main_inr.edit {
    margin-top: 0px;
  }
}
#editorial .section__ttl_en {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  #editorial .section__ttl_en {
    margin-top: 30px;
  }
}

.editorial__content {
  margin-top: 68px;
  padding: 85px 10px 70px;
  background-color: #e2f0fa;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .editorial__content {
    padding-top: 45px;
    padding-bottom: 10px;
    margin-top: 61px;
  }
}

.wave_top {
  background-image: url(/media/images/common/wave_top.svg);
  background-repeat: repeat-x;
  background-position: left top;
  height: 70px;
  width: 100%;
  position: absolute;
  top: -15px;
  left: 0;
}

.wave_bottom {
  background-image: url(/media/images/common/wave_bottom.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -58px;
  left: 0;
}

.editorial__content_inr {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.cloud__icon {
  position: absolute;
}

.cloud__icon1 {
  top: -140px;
  left: 0;
  animation: wobbling_ly 1.2s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1023px) {
  .cloud__icon1 {
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cloud__icon1 {
    top: -80px;
    left: 20px;
  }
}
.cloud__icon1 img {
  width: 115px;
}
@media only screen and (max-width: 767px) {
  .cloud__icon1 img {
    width: 76px;
  }
}

.cloud__icon2 {
  bottom: -185px;
  right: -82px;
  z-index: 1;
  animation: wobbling_ry 1.2s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1023px) {
  .cloud__icon2 {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cloud__icon2 {
    bottom: -89px;
    right: 0;
  }
}
.cloud__icon2 img {
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .cloud__icon2 img {
    width: 97px;
  }
}

.content__ttl {
  text-align: center;
  line-height: 1.5;
}

.content__ttl_inr {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .content__ttl_inr {
    font-size: 22px;
  }
}

.content__ttl_en {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .content__ttl_en {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.content__txt {
  max-width: 880px;
  margin-top: 24px;
  margin: 24px auto 0;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .content__txt {
    margin-top: 17px;
    padding: 0 20px;
  }
}

.content__txt_inr {
  line-height: 2.25;
  color: #222124;
}
@media only screen and (max-width: 767px) {
  .content__txt_inr {
    line-height: 1.71;
    font-size: 14px;
  }
}
.content__txt_inr:nth-child(n+2) {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .content__txt_inr:nth-child(n+2) {
    margin-top: 10px;
  }
}

.member__list {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .member__list {
    margin-top: 42px;
    padding: 0 20px;
  }
}

.member__list_ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 48px 50px;
}
@media only screen and (max-width: 1023px) {
  .member__list_ul {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .member__list_ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

.member__list_li {
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .member__list_li {
    text-align: center;
  }
}
.member__list_li:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .member__list_li:hover {
    opacity: 0.6;
  }
}

.member__list_img {
  max-width: 200px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 200/200;
  border-radius: 35%;
}
@media only screen and (max-width: 767px) {
  .member__list_img {
    max-width: 100%;
    aspect-ratio: 145/145;
  }
}

.member__list_dept {
  margin-top: 17px;
  text-align: center;
  line-height: 1.42;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .member__list_dept {
    margin-top: 13px;
    font-size: 12px;
  }
}

.member__list_name {
  text-align: center;
  line-height: 1.22;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #003670;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .member__list_name {
    margin-top: 4px;
    font-size: 15px;
  }
}

.external .member__list_li:first-child {
  grid-column: 2/3;
}
@media only screen and (max-width: 767px) {
  .external .member__list_li:first-child {
    grid-column: 1/2;
  }
}
.external .member__list_li:nth-child(2) {
  grid-column: 3/4;
}
@media only screen and (max-width: 767px) {
  .external .member__list_li:nth-child(2) {
    grid-column: 2/3;
  }
}
.external .member__list_li:nth-child(3) {
  grid-column: 4/5;
}
@media only screen and (max-width: 767px) {
  .external .member__list_li:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.external__inr {
  max-width: 1200px;
  margin: 158px auto 0;
}
@media only screen and (max-width: 767px) {
  .external__inr {
    margin-top: 115px;
    padding: 0 10px;
  }
}

.external__list {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .external__list {
    margin-top: 18px;
    padding: 0 20px;
  }
}

.god__section {
  margin-top: 80px;
  padding: 0px 10px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 767px) {
  .god__section {
    margin-top: 45px;
    padding: 0 10px;
  }
}
.god__section .content__ttl {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .god__section .content__ttl {
    margin-top: 0;
  }
}

.god__section__inr {
  padding: 50px 45px 50px 55px;
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .god__section__inr {
    padding: 35px 20px 120px;
  }
}
.god__section__inr .content__txt {
  margin: 29px 0 0 0;
  padding: 0;
  padding-right: 230px;
  max-width: none;
}
@media only screen and (max-width: 1023px) {
  .god__section__inr .content__txt {
    padding-right: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .god__section__inr .content__txt {
    padding-right: 0;
    margin-top: 11px;
  }
}
.god__section__inr .content__txt_inr {
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .god__section__inr .content__txt_inr {
    line-height: 1.71;
  }
}
.god__section__inr .content__txt_inr:nth-child(n+2) {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .god__section__inr .content__txt_inr:nth-child(n+2) {
    margin-top: 10px;
  }
}

.god__icon {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .god__icon {
    width: 153px;
    top: 76%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.interest {
  margin: 80px auto 100px;
  max-width: 1200px;
}
@media only screen and (max-width: 1279px) {
  .interest {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .interest {
    margin-top: 132px;
    margin-bottom: 55px;
    padding: 0 10px;
  }
}

.interest__inr {
  background-color: #ffffff;
  border-radius: 20px;
  border: 3px solid #dbe1ea;
  padding: 58px 50px 58px;
}
@media only screen and (max-width: 767px) {
  .interest__inr {
    padding: 50px 17px 45px;
  }
}

.interest__cont {
  margin-top: 38px;
  display: flex;
  gap: 37px;
}
@media only screen and (max-width: 767px) {
  .interest__cont {
    margin-top: 15px;
    display: block;
  }
}

.interest__cont_img {
  max-width: 400px;
  height: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .interest__cont_img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .interest__cont_txt {
    margin-top: 26px;
  }
}

.interest__cont_txt_inr {
  color: #222124;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .interest__cont_txt_inr {
    font-size: 14px;
    line-height: 1.71;
  }
}
.interest__cont_txt_inr:nth-child(n+2) {
  margin-top: 10px;
}

.interest__cont_link {
  display: block;
  line-height: 56px;
  margin: 40px auto 0;
  max-width: 315px;
  width: 100%;
  height: 60px;
  text-align: center;
  border: 2px solid #003670;
  font-weight: 700;
  border-radius: 5px;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .interest__cont_link:hover {
    background-color: #003670;
    color: #fff;
  }
}

@keyframes wobbling_rx {
  0% {
    margin-right: 10px;
  }
  100% {
    margin-right: 0px;
  }
}
@keyframes wobbling_ry {
  0% {
    margin-bottom: 0px;
  }
  100% {
    margin-bottom: 10px;
  }
}
@keyframes wobbling_lx {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes wobbling_ly {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
.editorial_modal {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.editorial_modal.active {
  opacity: 1;
  visibility: visible;
}

.editorial_modal_inr {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 54, 112, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.editornal_modal {
  padding: 0 10px;
}

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

.editorial_modal_img_main {
  max-width: 200px;
  width: 100%;
  aspect-ratio: 200/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35%;
}
@media only screen and (max-width: 767px) {
  .editorial_modal_img_main {
    max-width: 145px;
    aspect-ratio: 145/145;
  }
}

.editornal_modal_cont {
  padding: 0 10px;
  max-height: 100dvh;
  overflow-y: auto;
}

.editornal_modal_cont_inr {
  background-color: #ffffff;
  opacity: 1;
  margin: 240px auto;
  max-width: 840px;
  width: 100%;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .editornal_modal_cont_inr {
    margin-top: 80px;
    display: block;
    padding: 50px 20px;
    max-width: 355px;
  }
}

.editornal_modal_txt {
  margin-left: 30px;
  width: calc(100% - 200px);
  line-height: 1.71;
}
@media only screen and (max-width: 767px) {
  .editornal_modal_txt {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}

.editornal_modal_txt_dept {
  font-size: 14px;
  line-height: 1.71;
}
@media only screen and (max-width: 767px) {
  .editornal_modal_txt_dept {
    text-align: center;
  }
}

.editornal_modal_txt_name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.55;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .editornal_modal_txt_name {
    text-align: center;
  }
}

.editornal_modal_txt_free {
  color: #222124;
  line-height: 1.625;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .editornal_modal_txt_free {
    font-size: 14px;
    word-break: break-all;
  }
}

.address_wrap {
  margin-top: 40px;
  color: #222124;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .address_wrap {
    margin-top: 35px;
    font-size: 14px;
  }
}

.web_site_link {
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .web_site_link:hover {
    opacity: 0.6;
  }
}

.tel_number {
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .tel_number:hover {
    opacity: 0.6;
  }
}

.close_btn {
  width: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.5s;
}
.close_btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .close_btn:hover {
    opacity: 0.6;
  }
}

/*               よくあるご質問
======================================================= */
.faq__pickup_inr {
  margin-top: 40px;
  background-color: #ffffff;
  border: 3px solid #dbe1ea;
  border-radius: 10px;
  padding: 26px 27px 28px 27px;
}
@media only screen and (max-width: 767px) {
  .faq__pickup_inr {
    margin-top: 30px;
    padding: 30px 20px 20px;
  }
}

.faq__pickup_ttl {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #dbe1ea;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  .faq__pickup_ttl {
    font-size: 16px;
  }
}

.faq__pickup_li {
  padding: 19px 0 0;
}
@media only screen and (max-width: 767px) {
  .faq__pickup_li {
    padding-top: 15px;
  }
}

.faq__pickup_link {
  transition: 0.5s;
}
.faq__pickup_link:hover {
  opacity: 0.6;
}

.anker_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #65aadd;
  border-radius: 50%;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .anker_icon {
    margin-right: 5px;
  }
}

.faq__pickup_txt {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.55;
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .faq__pickup_txt {
    font-size: 15px;
  }
}
.faq__pickup_txt::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  background-image: url(/media/images/common/anker_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.faq__list {
  margin-top: 19px;
}
@media only screen and (max-width: 767px) {
  .faq__list {
    margin-top: 30px;
    padding: 0 20px;
  }
}

.faq__list_dl {
  border-bottom: 1px solid #dbe1ea;
}
.faq__list_dl:last-child {
  border: none;
}
.faq__list_dt {
  transition: 0.5s;
  display: flex;
  align-items: center;
  padding: 8px 0 7px;
}
@media only screen and (max-width: 767px) {
  .faq__list_dt {
    padding: 0;
  }
}
.faq__list_dt.open .faq__list_ttl::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq__list_dt:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .faq__list_dt:hover {
    opacity: 0.6;
  }
}

.faq__list_ttl {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.54;
  position: relative;
  padding-right: 35px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  display: block;
  padding: 20px 30px 20px 0;
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .faq__list_ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__list_ttl {
    padding: 20px 30px 20px 0;
    font-size: 16px;
  }
}
.faq__list_ttl::before {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #003670;
  right: -10px;
  top: 46%;
  width: 20px;
  height: 5px;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__list_ttl::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #003670;
  right: -10px;
  top: 46%;
  width: 20px;
  height: 5px;
  transform: translate(-50%, -50%);
}
.faq__list_ttl.open::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.q__icon {
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  background-color: #65aadd;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: -6px;
}
@media only screen and (max-width: 767px) {
  .q__icon {
    margin-right: 10px;
  }
}

.faq__list_dd {
  display: none;
  padding: 30px 40px;
  background-color: #ffffff;
  color: #222124;
  line-height: 1.625;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .faq__list_dd {
    margin-bottom: 20px;
    padding: 30px 20px;
  }
}

.faq__list_txt {
  line-height: 1.625;
}
.faq__list_txt:nth-child(n+2) {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .faq__list_txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1023px) {
  #faq #document__main {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  #faq #document__main {
    margin-top: 100px;
    margin-bottom: 40px;
  }
}

.completion {
  margin-top: 156px;
}
@media only screen and (max-width: 1023px) {
  .completion {
    margin-top: 100px;
  }
}

.completion_inr {
  background-color: #ffffff;
  padding: 50px 50px 50px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .completion_inr {
    padding: 50px 30px;
  }
}

.completion__ttl {
  text-align: center;
}

.completion__ttl_inr {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .completion__ttl_inr {
    font-size: 18px;
  }
}

.completion__txt {
  margin-top: 20px;
}

.completion__txt_inr {
  font-size: 16px;
  line-height: 1.625;
  color: #222124;
}
@media only screen and (max-width: 767px) {
  .completion__txt_inr {
    font-size: 14px;
  }
}
.completion__txt_inr + .completion__txt_inr {
  margin-top: 10px;
}

.completion__btn {
  margin-top: 40px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  background-color: #003670;
  border-radius: 5px;
}

.completion__btn_inr {
  width: 100%;
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 0 20px;
}

.contact_check {
  margin-top: 21px;
}
.contact_check + .contact_check {
  margin-top: 30px;
}
.contact_check + .form__subttl--regi {
  margin-top: 46px;
}
.contact_check.check_free {
  margin-top: 20px;
}
.contact_check.check_free .contact_check_input {
  margin-top: 5px;
  min-height: 200px;
  white-space: normal;
  padding: 17px 20px 17px;
}
.contact_check + .form_check_wrap {
  margin-top: 20px;
}

.contact_check_label {
  font-size: 14px;
  line-height: 1.71;
  color: #6a768b;
}

.contact_check_input {
  margin-top: 6px;
  height: 60px;
  padding: 18px 20px 18px;
  background-color: #f5fafd;
  border-radius: 5px;
  border: 1px solid #dbe1ea;
  white-space: nowrap;
  overflow: hidden;
}

.contact_check_input_txt {
  color: #222124;
  line-height: 1.625;
}

.preset {
  color: #6a768b;
  font-size: 14px;
  line-height: 1.42;
}

.form-group {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .form-group {
    margin-top: 10px;
  }
}

.type1 {
  width: 100%;
  margin: 9px 0 15px;
  transition: 0.5s;
  border: 1px solid #bfcad6;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  color: #222124;
  height: 60px;
  padding: 20px 20px 16px;
}
.type1::-moz-placeholder {
  color: #bfcad6;
}
.type1::placeholder {
  color: #bfcad6;
}

.type6 {
  width: 100%;
  margin: 9px 0 15px;
  transition: 0.5s;
  border: 1px solid #bfcad6;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  color: #222124;
  height: 60px;
  padding: 20px 20px 16px;
}
.type6::-moz-placeholder {
  color: #bfcad6;
}
.type6::placeholder {
  color: #bfcad6;
}

.type2 {
  width: 100%;
  height: 200px;
  margin: 12px 0 15px;
  transition: 0.5s;
  border: 1px solid #bfcad6;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  color: #222124;
  padding: 22px 20px 20px;
}
.type2::-moz-placeholder {
  color: #bfcad6;
}
.type2::placeholder {
  color: #bfcad6;
}

.type5 {
  width: 24px;
  height: 24px;
  transition: 0.5s;
  border: 1px solid #bfcad6;
  border-radius: 5px;
  position: relative;
  margin-top: 4px;
}
.type5:hover {
  cursor: pointer;
}

.form-actions {
  text-align: center;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .form-actions {
    margin-top: 30px;
  }
}

.btn-primary {
  max-width: 400px;
  width: 100%;
  color: #fff;
  background: #003670;
  text-align: center;
  font-weight: 600;
  height: 60px;
  padding: 0 20px;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .btn-primary:hover {
    opacity: 0.6;
  }
}

.personal__link {
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .personal__link:hover {
    opacity: 0.6;
  }
}

.policy .controls {
  margin-top: 5px;
}

.input-form {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .input-form {
    margin-top: 20px;
  }
}

.inside_list {
  padding-left: 20px;
}

.inside_list__li {
  margin-top: 15px;
  text-indent: -16px;
}
@media only screen and (max-width: 767px) {
  .inside_list__li {
    margin-top: 10px;
  }
}

.domain::before {
  content: "@";
}

.controls .title,
.controls .email,
.controls .company_title,
.controls .tel {
  width: 100%;
  margin: 0px 0 0px;
  transition: 0.5s;
  outline: none;
  font-size: 16px;
  color: #222124;
  height: auto;
  padding: 15px 0 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .controls .title,
  .controls .email,
  .controls .company_title,
  .controls .tel {
    font-size: 14px;
    margin: 0;
    height: auto;
    padding: 10px 0 0;
  }
}
.controls .inquiry {
  width: 100%;
  height: auto;
  margin: 0px 0 0px;
  transition: 0.5s;
  outline: none;
  font-size: 16px;
  color: #222124;
  padding: 20px 0px 0px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .controls .inquiry {
    font-size: 14px;
    margin: 0;
    height: auto;
    padding: 10px 0 0;
  }
}

.modify {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1px;
  text-align: center;
  transition: 0.5s;
  font-weight: 600;
  height: 60px;
  background-color: #ffffff;
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
  border: 2px solid #003670;
  margin: 0 auto;
}
.modify:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .modify:hover {
    opacity: 0.6;
  }
}
.modify + .send {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .modify + .send {
    margin-top: 10px;
  }
}

.confirm .policy {
  display: none;
}
.confirm .form-actions {
  margin-top: 30px;
}

#title-error,
#email-error,
#inquiry-error {
  color: #e33665;
}

.type1.error-tooltip {
  border: 1px solid #e33665;
}

.type2.error-tooltip {
  border: 1px solid #e33665;
}

.type6.error-tooltip {
  border: 1px solid #e33665;
}