@charset "utf-8";

/* common ------------- */
.page_section { padding-bottom: 100px; }
@media screen and (min-width: 1367px) {
.page_section {
  margin-top: 0;
  padding-bottom: 185px;
  width: 1200px;
}
}

.common-heading_directly-below-text { font-weight: 500; }

.common-heading_directly-below-text.subpage .supplement {
  color: #f00;
  display: block;
  padding-left: 1em;
  position: relative;
}
.common-heading_directly-below-text.subpage .supplement:before {
  content: '※';
  left: 0;
  position: absolute;
  top: 0;
}



/* page header ------------------------- */
.contact-menu_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.contact-menu_wrap {
  gap: 30px;
  margin-top: 0;
}
}

.contact-menu_wrap li {
  border-radius: 20px;
  display: block;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) { width: 31.79%; }
}
@media screen and (min-width: 1367px) {
.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) { width: 380px; }
}

.contact-menu_wrap li a {
  align-items: center;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 1367px) {
.contact-menu_wrap li a { transition: .3s; }
}

.contact-menu_wrap li:nth-child(1) a {
  background-color: var(--skyblue);
  border: 2px solid var(--skyblue);
  padding: 50px 30px 30px;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.contact-menu_wrap li:nth-child(1) a {
  gap: 50px;
  padding: 52px 0 48px;
}
.contact-menu_wrap li:nth-child(1) a:hover { background-color: transparent; }
}

.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) a {
  background-color: var(--skyblue-light);
  border: 2px solid var(--skyblue-light);
  gap: 0;
  padding: 30px 30px 30px 0;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) a { padding: 30px 10px; }
}
@media screen and (min-width: 1367px) {
.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) a { padding: 38px 22px; }
.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) a:hover {
  background-color: transparent;
  border: 2px solid var(--skyblue);
}
}

.contact-menu_wrap li:last-child a {
  border: 2px solid #eee;
  padding: 30px 0;
}
@media screen and (min-width: 1367px) {
.contact-menu_wrap li:last-child a { padding: 30px 0 27px; }
}

.contact-menu_wrap li a figure {
  display: block;
  margin: 0 auto;
  width: 35%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) a figure { width: 45%; }
}
@media screen and (min-width: 768px) {
.contact-menu_wrap li:nth-child(1) a figure {
  margin: 0;
  width: 100px;
}
.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) a figure { width: 44%; }
}

.contact-menu_wrap li a figure img {
  display: block;
  height: auto;
  width: 100%;
}

.contact-menu_wrap li a div { width: 100%; }
@media screen and (min-width: 768px) and (max-width: 1366px) {
.contact-menu_wrap li a div { width: 480px; }
}
@media screen and (min-width: 1367px) {
.contact-menu_wrap li:nth-child(1) a div { width: 480px; }
}

.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) a div { width: 60%; }
@media screen and (min-width: 768px) and (max-width: 1366px) {
.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) a div {
  margin-top: 1em;
  text-align: center;
  width: 100%;
}
}
@media screen and (min-width: 1367px) {
.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) a div {
  margin: 30px auto 0;
  text-align: center;
  width: 80%;
}
}

.contact-menu_title {
  color: var(--navy);
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) .contact-menu_title {
  font-size: 18px;
  margin-left: -1em;
}
}

.contact-menu_wrap li:nth-child(1) .contact-menu_title { font-size: 26px; }
@media screen and (min-width: 1367px) {
.contact-menu_wrap li:nth-child(1) .contact-menu_title { font-size: 32px; }
}

@media screen and (min-width: 1367px) {
.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) .contact-menu_title {
  font-size: 26px;
  margin-left: -1.5em;
}
}

.contact-menu_title:after {
  background-image: url(/assets/images/common/icon_arrow_circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  right: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}

.contact-menu_wrap li:nth-child(1) .contact-menu_title:after {
  bottom: .2em;
  top: auto;
  transform: translateY(0);
}
@media screen and (min-width: 1367px) {
.contact-menu_wrap li:nth-child(1) .contact-menu_title:after {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
}

.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) .contact-menu_title:after {
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 1367px) {
.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) .contact-menu_title:after {
  height: 28px;
  width: 28px;
}
}

.contact-menu_wrap li:nth-child(3) .contact-menu_title:after {
  bottom: .2em;
  right: 1.5em;
  top: auto;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
.contact-menu_wrap li:nth-child(3) .contact-menu_title:after {
  bottom: auto;
  right: -1.5em;
  top: 50%;
  transform: translateY(-50%);
}
}

.contact-menu_text {
  color: #000;
  font-size: 14px;
  line-height: 1.86;
  margin-top: 1em;
}
@media screen and (min-width: 1367px) {
.contact-menu_text {
  font-size: 15px;
  margin-top: 20px;
}
.contact-menu_wrap li:nth-child(n+2):nth-child(-n+4) .contact-menu_text { text-align: center; }
}

.contact-menu_wrap li a p strong{
  display: block;
  font-weight: 600;
}

li.contact-by-phone a { display: block; }

.contact-by-phone a {
  color: var(--navy);
  text-align: center;
}
@media screen and (min-width: 1367px) {
a[href^="tel:"] { pointer-events: none; }
}

.contact-by-phone a p span {
  display: inline-block;
  position: relative;
}

.contact-by-phone_title span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}

.contact-by-phone_number span {
  font-family: 'Jost', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.625;
  margin-left: -.5em;
  padding-left: 32px;
}
@media screen and (min-width: 1367px) {
.contact-by-phone_number span { font-size: 32px; }
}

.contact-by-phone_number span:before {
  background-image: url(/assets/images/contact/icon_contact_phone.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 32px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
}

.contact-by-phone_text span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}



/* contact form ------------- */
.form-area {
  background-color: var(--skyblue-light);
  border-radius: 20px;
  margin-top: 30px;
  padding: 20px 10px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.form-area { margin-top: 30px; }
}
@media screen and (min-width: 1367px) {
.form-area {
  margin: 0 auto;
  padding: 20px;
  width: 900px;
}
}

.form-area p {
  font-size: 15px;
  line-height: 1.4;
}

.form-area iframe {
  height: 1530px !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.form-area iframe { height: 1310px !important; }
}
@media screen and (min-width: 1024px) {
.form-area iframe { height: 1340px !important; }
}

.form-area.type_catalog iframe {
  height: 1740px !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.form-area.type_catalog iframe { height: 1530px !important; }
}
@media screen and (min-width: 1024px) {
.form-area.type_catalog iframe { height: 1490px !important; }
}



/* cooperation ------------------------- */
.contact-page-headline {
  background-color: var(--navy);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.contact-page-headline {
  font-size: 18px;
  width: 30%;
}
}
@media screen and (min-width: 1367px) {
.contact-page-headline {
  font-size: 20px;
  line-height: 60px;
  margin: 0 auto;
  width: 360px;
}
}

.contact-page-read {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.contact-page-read {
  font-size: 13px;
  margin-top: 15px;
  padding-bottom: 15px;
}
}
@media screen and (min-width: 1367px) {
.contact-page-read {
  font-size: 13px;
  margin-top: 23px;
  padding-bottom: 23px;
  text-align: center;
}
}

.application-requirements {
  background-color: #fff;
  border-radius: 15px;
  margin: 0 auto;
  padding: 30px 10px;
  text-align: left;
  width: 95%;
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.application-requirements {
  border-radius: 20px;
  padding: 30px 20px;
  width: 80%;
}
}
@media screen and (min-width: 1367px) {
.application-requirements {
  margin-bottom: 100px;
  padding: 40px;
  width: 770px;
}
}

.application-requirements-heading {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.application-requirements-heading {
  font-size: 16px;
  padding-bottom: 15px;
}
}
@media screen and (min-width: 1367px) {
.application-requirements-heading {
  font-size: 18px;
  padding-bottom: 20px;
}
}

.application-requirements-list-wrap {
  margin: 0;
  padding: 0;
}

.application-requirements-list {
  font-size: 12px;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.application-requirements-list { font-size: 13px; }
}
@media screen and (min-width: 1367px) {
.application-requirements-list {
  font-size: 14px;
  line-height: 1.7;
}
}

.application-requirements-list:before {
  content: '●';
  left: 0;
  position: absolute;
  top: 0;
}

.application-requirements-list-etc {
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.application-requirements-list-etc { font-size: 13px; }
}
@media screen and (min-width: 1367px) {
.application-requirements-list-etc {
  font-size: 14px;
  line-height: 1.7;
}
}

.application-requirements-sentence {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 668px) and (max-width: 1024px) {
.application-requirements-sentence { font-size: 13px; }
}
@media screen and (min-width: 1367px) {
.application-requirements-sentence {
  font-size: 14px;
  line-height: 1.7;
}
}

.req-caution-wrap .sub span {
  background: #f00;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-left: .5em;
  padding: 0 .5em;
}

.form-menu {
  border-bottom: 1px solid var(--navy);
  color: var(--navy);
  font-size: 18px;
  font-weight: 600;
  margin: 1em 0 0;
  padding: .2em 0;
  width: 100%;
}

.form-menu .req {
  background: #f00;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-left: .5em;
  padding: 0 .5em;
}

.form-input { margin: .5em 0 0; }

.form-input input[type="text"],
.form-input textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: .5em;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.form-input input[type="text"],
.form-input textarea { width: 80%; }
}

::placeholder { color: #ccc; }

.agree-wrap a { color: var(--skyblue); }

.btn-primary {
  background-color: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 15px;
  color: #fff;
  display: block;
  height: 80px;
  margin: 30px auto 0;
  position: relative;
  width: 240px;
}
@media screen and (min-width: 1367px) {
.btn-primary {
  cursor: pointer;
  transition: .3s;
}
.btn-primary:hover {
  background-color: #fff;
  color: var(--navy);
}
}

.error_messe {
  color: #f00;
  font-weight: 500;
}



/* thanks ------------------------- */
.thanks_heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 0 1em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.thanks_heading { font-size: 22px; }
}
@media screen and (min-width: 1367px) {
.thanks_heading { font-size: 32px; }
}

.thanks_wrap .supplement {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 1367px) {
.thanks_wrap .supplement { font-size: 20px; }
}

.thanks_wrap .supplement:before {
  content: '※';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.thanks_wrap ul {
  display: block;
  list-style-type: none;
  margin: 1em 0 0;
  padding: 0;
}
@media screen and (min-width: 1367px) {}

.thanks_wrap li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 1367px) {
.thanks_wrap li { font-size: 20px; }
}

.thanks_wrap li:before {
  content: '・';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}