@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
body,
header {
  font-size: 1.4rem;
  /* width: 100%; */
}

#wrap {
  background: #ffffff;
}

#wrap {
  max-width: 800px;
  margin: 0 auto;
}

.company_info p {
  color: #fff;
  line-height: 2rem;
}

#wrap img,
footer img,
picture {
  width: 100%;
  padding: 0 0;
  font-size: 0;
}

header {
  display: flex;
}

header .left {
  width: 50%;
}

.cv_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(0.97, 0.97);
  }
  to {
    transform: scale(1, 1);
  }
}

.contactbox {
  background-size: 100% !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.cont_bg1 {
  background: url("../images/from_bg.webp") no-repeat;
}

.cont_bg2 {
  background: url("../images/from_bg1.webp") no-repeat;
}

.cont_bg3 {
  background: url("../images/from_bg2.webp") no-repeat;
}

.cont_bg4 {
  background: url("../images/from_bg3.webp") no-repeat;
  padding-bottom: 3rem;
}

.line1 {
  padding-top: 25%;
  padding-left: 5%;
  padding-bottom: 13%;
  width: 63%;
}

.line2 {
  padding-top: 0;
  padding-bottom: 8%;
  width: 100%;
}

.mt10 {
  margin-top: 2rem;
}

.form {
  padding: 0 0;
}

.form dl {
  width: 95%;
  margin: 0 auto 2rem;
  display: flex;
  padding: 1rem 0;
  background: #fff8e3;
  border-radius: 15px;
}

.form dl dt {
  width: 14%;
  position: relative;
  top: -1rem;
  left: 1.5rem;
}

.form dl dd {
  padding-left: 6%;
  width: 74%;
  font-size: 1.4rem;
  font-weight: 900;
}

.form dl dd img {
}

.form dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

.form dl dd ul li {
  min-width: 30%;
  padding-top: 1rem;
  flex-direction: column;
}

.form label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  margin-right: 20px;
}

.form label::before,
.form label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.blue dl {
  color: #ff7a8d;
}

.blue label::before {
  background-color: #fff;
  border: 3px solid #ff7a8d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0;
}

.blue label::after {
  background-color: #ff7a8d;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 6px;
}

.pink dl {
  color: #ff7a8d;
}

.pink label::before {
  background-color: #fff;
  border: 3px solid #ff7a8d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0;
}

.pink label::after {
  background-color: #ff7da2;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 6px;
}

input:checked + label::after {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

table {
  table-layout: fixed;
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  letter-spacing: 2px;
  font-size: 2.2rem;
}

tbody {
  padding: 2rem 0;
  display: block;
}

table th,
table td {
  padding: 1rem 2rem;
}

table th {
  text-align: right;
  border-right: 3px solid #73af3e;
  font-weight: 800;
}

table th {
  text-align: right;
}

footer {
  background: #ff7a8d;
  text-align: center;
  padding: 1rem 0;
  font-weight: 900;
}

.foot_menu {
  max-width: 800px;
  margin: 1rem auto;
  width: 80%;
  text-align: left;
}

.foot_menu ul {
  display: flex;
  padding-top: 1rem;
}

.foot_menu ul li {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 2px solid #fff;
}

.copy {
  background: #f65b7f;
  color: #fff;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 900;
}

.copy p {
  display: block;
  max-width: 800px;
  margin: 0.4rem auto;
  text-align: center;
  font-size: 0.9rem;
}

.copy p a {
  text-decoration: underline;
}

.subbox {
  font-weight: 900;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.4rem;
  width: 96%;
  margin: 0 auto;
}

.subbox h2 {
  margin: 1rem 0 0.5rem;
  padding: 0.5rem 1rem;
  color: #fff;
  background: #ff7a8d;
}

.subbox dt {
  color: #ff7a8d;
  padding: 1rem 0 0.2rem;
}

.subbox dd {
  padding-top: 0;
  font-size: 1rem;
}

.subbox ul {
}

.subbox ul li {
  padding: 0.5rem 0.5rem;
}

#faq dl {
  background: #fff8e3;
  border-radius: 15px;
  padding: 1.2rem 1.6rem;
  margin: 1.6rem auto;
  line-height: 2rem;
}

#faq dl dt {
  color: #ff7a8d;
  font-weight: 900;
  font-size: 1.6rem;
  border-bottom: 3px solid #ff7a8d;
  margin-bottom: 0.9rem;
  padding-bottom: 0.6rem;
}

#faq dl dt .ico {
  font-size: 2.2rem;
}

#faq dl dd {
  color: #7d7d7d;
  font-weight: 600;
  font-size: 1.4rem;
}

#faq dl dd .ico {
  font-size: 2.2rem;
  color: #7d7d7d;
}

@media only screen and (max-width: 640px) {
  #wrap {
    max-width: inherit;
  }

  .form {
    padding: 1rem 0 0;
  }

  .form dl {
    width: 94%;
  }

  .form dl dt {
    width: 12%;
    top: -1rem;
    left: 0.9rem;
  }

  .form dl dd ul li {
    font-size: 1rem;
    min-width: 50%;
    padding-top: 1.2rem;
  }

  .form dl {
    margin: 0 auto 1.2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #ddd;
  }

  .foot_menu ul li {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    border-right: 1px solid #fff;
    font-size: 0.8rem;
  }
  .copy p {
    margin: 0.5rem auto;
    font-size: 0.6rem;
  }

  .subbox {
    font-size: 0.9rem;
  }
  #faq dl {
    background: #fff8e3;
    padding: 1rem 1.2rem;
    margin: 1.6rem 0.5rem;
    line-height: 1.6rem;
  }

  #faq dl dt {
    color: #ff7a8d;
    font-weight: 900;
    font-size: 1.2rem;
    border-bottom: 3px solid #ff7a8d;
    margin-bottom: 0.9rem;
    padding-bottom: 0.6rem;
  }

  #faq dl dt .ico {
    font-size: 1.6rem;
  }

  #faq dl dd {
    color: #7d7d7d;
    font-weight: 600;
    font-size: 1rem;
  }

  #faq dl dd .ico {
    font-size: 1.8rem;
    color: #7d7d7d;
  }
}
