@charset "UTF-8";
/* Setting */
.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 0, "GRAD" 0, "opsz" 24;
}

.phone:before {
  content: "\e0cd";
}

.mail:before {
  content: "\e158";
}

.mail-o:before {
  content: "\e0e1";
}

.map:before {
  content: "\e0c8";
}

.heart:before {
  content: "\ea70";
}

.shien:before {
  content: "\f8d7";
}

.office:before {
  content: "\ea40";
}

.home:before {
  content: "\e88a";
}

.peaple:before {
  content: "\e7fb";
}

.pdf:before {
  content: "\e415";
}

.open-win:before {
  content: "\e89e";
}

.news-list {
  width: 100%;
  border-top: 1px #999 solid;
}
.news-list dt {
  padding: 0.8em 0 0.5em;
}
.news-list dt span {
  width: 6rem;
  display: inline-block;
  padding-block: 4px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 20px;
  margin-left: 1.5em;
}
.news-list dd {
  padding-bottom: 0.8em;
  border-bottom: 1px #999 solid;
  margin-right: 0;
}
@media (min-width: 768px) {
  .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .news-list dt {
    width: 14em;
    padding-block: 1em;
    border-bottom: 1px #999 solid;
  }
  .news-list dd {
    width: calc(100% - 14em);
    padding-block: 1em;
  }
}

.newscat-info {
  background: #cce6e6;
}

.newscat-recruit {
  background: #f3e4e2;
}

.about-angelsark {
  margin-bottom: 80px;
}

.service-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5em;
}
.service-info figure {
  margin: 0 auto 1em;
  text-align: center;
}
.service-info figure img {
  border-radius: 20px;
}
.service-info p {
  margin-bottom: 2em;
}
@media (min-width: 1025px) {
  .service-info {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .service-info div {
    width: 58%;
  }
  .service-info figure {
    width: 38%;
  }
}

@media (max-width: 1024px) {
  .service-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .service-item {
    margin-bottom: 2em;
  }
  .service-item h5 {
    text-align: center;
    margin-bottom: 0.8em;
    padding-block: 0.3em;
    background: #c8978f;
    color: #fff;
    border-radius: 20px;
  }
  .service-item figure {
    margin: 0 auto 1em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service-item .def-list {
    display: flex;
    flex-wrap: wrap;
  }
  .service-item .def-list li {
    width: 33%;
  }
}
@media (min-width: 1025px) {
  .service-wrap div.service-item:first-child {
    padding-top: 0 !important;
  }
  .service-item {
    display: flex;
    width: 100%;
    padding-block: 3em;
    border-bottom: 1px #999 solid;
  }
  .service-item__title {
    width: 30%;
    text-align: center;
    flex-shrink: 0;
  }
  .service-item__title h5 {
    color: #fff;
    padding-block: 0.3em;
    margin-bottom: 0.8em;
    background: #c8978f;
  }
  .service-item__content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin-left: 2em;
  }
  .service-item .def-list {
    display: flex;
    flex-wrap: wrap;
  }
  .service-item .def-list li {
    width: 33%;
  }
}
.item-box {
  width: 98%;
  margin: 0 auto 2em;
  padding: 1.8em 1.3em;
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 2px 6px rgba(51, 51, 51, 0.3);
}
.item-box h4 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 3px #c8978f solid;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .item-box {
    padding: 2em;
  }
}
@media (min-width: 1025px) {
  .item-box {
    width: 49%;
    padding: 2em 2.5em;
  }
  .box-wide {
    width: 100% !important;
  }
}
.about-angelsark h4::before {
  font-family: "material symbols rounded";
  content: "\f455";
  display: inline-block;
  font-weight: normal;
  direction: ltr;
  color: #c8978f;
}

.img-wrap {
  display: flex;
}
@media (max-width: 1024px) {
  .img-wrap {
    flex-direction: column;
  }
  .img-wrap ul {
    width: 100%;
  }
  .img-wrap figure {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .img-wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .img-wrap figure {
    flex: 0 0 auto;
    max-width: 55%;
  }
  .img-wrap figure img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.itemB-inimg {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.bk-s1 {
  background: url("../img/bk-kyotaku.jpg") no-repeat right center;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bk-s1 {
    background-position: right 70%;
  }
}
@media (max-width: 767px) {
  .bk-s1 {
    padding-bottom: 240px;
    background-position: center bottom;
  }
}

.about-ark .lev4-tit {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 3px #98d7d7 solid;
  margin-bottom: 1em;
}
.about-ark .lev4-tit::before {
  font-family: "material symbols rounded";
  content: "\f455";
  display: inline-block;
  font-weight: normal;
  direction: ltr;
  color: #98d7d7;
}

.sagyo-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.sagyo-list li {
  width: 100%;
  text-align: center;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .sagyo-list li {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .sagyo-list li:not(:last-child) {
    margin-bottom: 1em;
  }
}

.flow-box span.flow-no {
  width: 100%;
  font-weight: bold;
  font-size: 1.1em;
  display: inline-block;
  padding: 0.5em 1.5em;
  margin-bottom: 0.5em;
  background: rgba(152, 215, 215, 0.4);
  border-radius: 10px;
}
.flow-box div {
  margin-left: 2em;
}
@media (max-width: 767px) {
  .flow-box div {
    margin-left: 0;
  }
}
.flow-box > li {
  margin-bottom: 3em;
  padding: 1em 1em 1.5em;
  border-radius: 20px;
  border: 1px #999 solid;
  position: relative;
}
.flow-box > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 45px;
  height: 30px;
  background: #98d7d7;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.flow-tel {
  letter-spacing: 0;
}
.flow-tel span {
  margin-left: 0.3em;
  letter-spacing: 0.1em;
  font-size: 1.2em;
}

.ark-setsubi {
  display: flex;
  flex-wrap: wrap;
}
.ark-setsubi li {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ark-setsubi li div {
  border-left: 5px #98d7d7 solid;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
.ark-setsubi li figure {
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .ark-setsubi li:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 768px) {
  .ark-setsubi li {
    width: 46%;
  }
}
@media (min-width: 768px) {
  .ark-setsubi li {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .ark-setsubi {
    justify-content: space-around;
  }
}

.recruit-box {
  padding: 1.8em 1.5em;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 2em;
  box-shadow: 4px 2px 6px rgba(51, 51, 51, 0.3);
}
.recruit-box h3 {
  font-weight: bold;
  text-align: center;
  font-size: 1.375rem;
  padding-block: 0.5em;
  margin-bottom: 1.5em;
  background: #f8f6f2;
  border-top: 2px #98d7d7 solid;
}
@media (min-width: 1025px) {
  .recruit-box {
    padding: 3em;
  }
}

.recruit-gird {
  width: 100%;
}
.recruit-gird dt {
  padding: 0.8em 0 0.5em 0.8em;
  position: relative;
}
.recruit-gird dt::before {
  content: "";
  width: 5px;
  height: 1.2em;
  display: block;
  background: #98d7d7;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.recruit-gird dd {
  padding-bottom: 0.8em;
  border-bottom: 1px #999 dotted;
}
@media (max-width: 767px) {
  .recruit-gird dd {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .recruit-gird {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .recruit-gird dt {
    width: 7em;
    padding-block: 0.8em;
    border-bottom: 1px #999 dotted;
  }
  .recruit-gird dd {
    padding-block: 0.8em;
    width: calc(100% - 7em);
  }
  .recruit-gird dd p:last-child {
    margin-bottom: 0 !important;
  }
  .recruit-gird dd .hosoku-list {
    margin-bottom: 0;
  }
}

.bk-recbox {
  padding: 1em;
  background: #f8f6f2;
}

.office-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  border-top: 1px #999 solid;
}
.office-grid > dt {
  font-weight: bold;
  padding-block: 0.5em;
  padding-left: 1em;
}
.office-grid > dd {
  padding-bottom: 1em;
  border-bottom: 1px #999 solid;
}
@media (max-width: 767px) {
  .office-grid > dt {
    background: #ebeff7;
    margin-bottom: 0.3em;
  }
  .office-grid dd {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .office-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .office-grid > dt {
    width: 10em;
    padding-block: 0.8em;
    border-bottom: 1px #999 solid;
  }
  .office-grid > dd {
    width: calc(100% - 10em);
    padding-block: 0.8em;
  }
}

.gmap {
  width: 100%;
}
@media (max-width: 767px) {
  .gmap iframe {
    height: 350px;
  }
}

.inquiry-cont {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}

.inquiry-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
.inquiry-wrap dl {
  width: 100%;
  text-align: center;
}
.inquiry-wrap dt {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.inquiry-wrap dt:before {
  content: "●";
  margin-right: 0.2em;
}
@media (min-width: 768px) {
  .inquiry-wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .inquiry-wrap dl {
    width: 48%;
  }
}

.tel-box dd {
  font-size: 1.875rem;
  font-weight: bold;
}
.tel-box dd a {
  width: 100%;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding-block: 0.3em;
  background: #1a4a6e;
  border-radius: 50px;
  letter-spacing: 0.1em;
}
.tel-box dd .material-symbols-rounded {
  margin-right: 0.2em;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}
@media (max-width: 767px) {
  .tel-box {
    margin-bottom: 2em;
  }
}

.form-box a {
  padding-block: 0.84em;
  border-radius: 60px;
}
.form-box .material-symbols-rounded {
  margin-right: 0.2em;
  vertical-align: middle;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.base-form input[type=text], .base-form input[type=tel], .base-form input[type=email] {
  width: 95%;
  padding: 0.5em;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
.base-form input[type=text]:focus, .base-form input[type=tel]:focus, .base-form input[type=email]:focus {
  background: #ecf9f9;
}
.base-form input[type=checkbox] {
  transform: scale(1.6);
  margin-right: 10px;
}
.base-form select {
  font-size: 1.125rem;
  padding: 0.5em;
}
.base-form textarea {
  width: 95% !important;
  min-height: 5em !important;
  padding: 0.5em;
  font-size: 1em;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.base-form textarea:focus {
  background: #ecf9f9;
}
.base-form input[type=submit] {
  width: 90%;
  margin: 0 auto;
  display: block;
  background: #1a4a6e;
  color: #fff;
  font-size: 1.125rem;
  padding-block: 0.8rem;
  cursor: pointer;
  border: 2px #1a4a6e solid;
  border-radius: 50px;
  transition: all 0.4s;
}
.base-form input[type=submit]:hover {
  background: #fff;
  color: #1a4a6e;
}
.base-form p {
  margin-bottom: 0;
}

.require {
  color: #c30;
}

.form-grid {
  width: 100%;
  margin-bottom: 3em;
}
.form-grid dt {
  background: #1a4a6e;
  color: #fff;
  padding: 1rem;
  position: relative;
}
.form-grid dd {
  background: #f8f6f2;
  padding: 1rem;
}
@media (min-width: 1025px) {
  .form-grid {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px #999 solid;
  }
  .form-grid dt {
    width: 12em;
    border-bottom: 1px #fff solid;
  }
  .form-grid dt:last-of-type {
    border-bottom: 1px #1a4a6e solid;
  }
  .form-grid dd {
    width: calc(100% - 12em);
    border-bottom: 1px #999 solid;
  }
}
/*# sourceMappingURL=contents.css.map */