@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&display=swap");
/*
CASE STUDY
*/
.p-study {
  position: relative;
}
.p-study__title {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.6666666667em;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-study__title {
    font-size: 2rem;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.p-study__office {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875em;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .p-study__office {
    margin-bottom: 20px;
  }
}
.p-study__office span {
  display: block;
}
.p-study__tags {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .p-study__tags {
    margin-bottom: 40px;
  }
}
.p-study__tag {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  padding: 0px 5px;
  border-radius: 5px;
  background: #ddf0f9;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .p-study__tag {
    font-size: 1.2rem;
  }
}
.p-study__tag::before {
  content: "#";
  color: #3964a2;
}
.p-study__block {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 30px;
  background: #e7f1f5;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-study__block {
    margin-top: 30px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
  }
}
.p-study__info {
  padding: 20px 45px;
}
@media (max-width: 767px) {
  .p-study__info {
    padding: 20px;
    order: 2;
    width: 100%;
  }
}
.p-study__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 767px) {
  .p-study__table tbody {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-study__table tr {
    display: block;
    width: 100%;
  }
}
.p-study__table th {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3964a2;
  border-bottom: 1px solid white;
  padding: 16px 0;
  text-align: left;
  width: 155px;
}
@media (max-width: 767px) {
  .p-study__table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 5px 0;
    font-size: 1.5rem;
  }
}
.p-study__table td {
  font-size: 1.6rem;
  border-bottom: 1px solid white;
  padding: 16px;
}
@media (max-width: 767px) {
  .p-study__table td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}
.p-study__table tr:last-child th,
.p-study__table tr:last-child td {
  border-bottom: none;
}
.p-study__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-study__img {
    order: 1;
  }
}
.p-study__notice {
  text-align: left;
  font-size: 1.3rem;
  color: #888888;
}
.p-study__title-2 {
  color: #3964a2;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.8em;
  border-bottom: 2px solid #3964a2;
  margin-top: 80px;
  margin-bottom: 30px;
  text-wrap: initial;
}
@media (max-width: 767px) {
  .p-study__title-2 {
    font-size: 2rem;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.p-study__title-3 {
  color: #3964a2;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.25em;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .p-study__title-3 {
    font-size: 1.8rem;
    margin-top: 30px;
    text-wrap: initial;
    padding-left: 25px;
  }
}
.p-study__title-3::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #3964a2;
  position: absolute;
  left: 0;
  top: 25px;
}
@media (max-width: 767px) {
  .p-study__title-3::before {
    top: 20px;
    width: 20px;
  }
}
.p-study p strong {
  color: #3964a2;
  font-weight: bold;
}
.p-study__link {
  display: block;
  background: #e7f1f5;
  position: relative;
  border-radius: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3964a2;
  text-decoration: none;
  margin: 40px auto;
  padding: 15px;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.p-study__link::before {
  content: "";
  display: block;
  background: url(../img/bullet-right.png) 0 0 no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  margin-right: 20px;
}
.p-study__link:hover {
  opacity: 0.7;
}

.p-arc {
  position: relative;
}
.p-arc__grid {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .p-arc__grid {
    display: block;
  }
}
.p-arc__block {
  flex: 0 0 30%;
}
.p-arc__block--tag {
  flex: 0 0 70%;
}
.p-arc__title {
  margin-top: 30px;
  font-weight: bold;
  color: #3964a2;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.p-arc__select-wrap {
  display: block;
  margin: 0;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .p-arc__select-wrap {
    width: 100%;
  }
}
.p-arc__select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3.75px;
  background: url(../img/select.png) 0 0 no-repeat;
  background-size: contain;
  width: 20px;
  height: 11px;
}
.p-arc__select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  display: block;
  border-radius: 10px;
  height: 70px;
  padding: 5px 25px;
  border: 1px solid #aaaaaa;
}
@media (max-width: 767px) {
  .p-arc__select-wrap select {
    height: 60px;
  }
}
.p-arc__tags {
  text-align: left;
}
.p-arc__tag {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  padding: 0px 5px;
  border-radius: 5px;
  background: #ddf0f9;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #333333;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-arc__tag {
    font-size: 1.2rem;
  }
}
.p-arc__tag::before {
  content: "#";
  color: #3964a2;
}
.p-arc__tag.is-active {
  color: white;
  background: #3964a2;
}
