/* Theme Name: wp-jissen */

@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  line-height: 1.8;
  letter-spacing: 1px;
  word-break: break-all;
  background-color: #fff;
  color: #000;
}

/* ---------------------------------- */

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-wrap__img {
  width: 15%;
  aspect-ratio: 17 / 4;
}

.header-wrap__img a img {
  display: block;
  width: 100%;
  height: 100%;
}

.header-wrap__nav {
  width: 45%;
}

.header-wrap__nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-wrap__nav__list__item.__contact {
  background-color: #76a8fe;
  padding: 2.5% 5%;
}

.header-wrap__nav__list__item a {
  color: #000;
  text-decoration: none;
}

.header-wrap__nav__list__item.__contact a {
  color: #fff;
}

/* ---------------------------------- */

.top-wrap {
  aspect-ratio: 2 / 1;
}

.top-wrap.__bg {
  background-image: url("img/fv-bg.png");
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.top-wrap.__bg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.f-ttl {
  font-size: 2.75rem;
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 5%;
  right: 5%;
}

/* ---------------------------------- */

.news-wrap {
  display: flex;
}

.__inner {
  width: 80%;
  margin: 0 auto;
  padding: 5% 0;
}

.news-wrap__ttl {
  width: 25%;
}

.s-ttl__1 {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.5;
}

.s-ttl__1::after {
  content: "";
  display: block;
  width: 80px;
  margin: 0 auto;
  height: 3px;
  background-color: #76a8fe;
}

.s-ttl__1 span {
  display: block;
  font-size: 1rem;
}

.news-wrap__con {
  width: 75%;
}

.news-wrap__con__list__item {
  display: flex;
  align-items: center;
  font-size: 1.15rem;
  border-bottom: dotted #ccc 1.5px;
  padding-top: 1.25%;
  padding-bottom: 1.25%;
}

.news-wrap__con__list__item__date {
  margin-right: 3.75%;
}

.news-wrap__con__list__item__cate {
  background-color: #76a8fe;
  color: #fff;
  font-size: 1rem;
  margin-right: 3.75%;
  padding: 0.25% 1.25%;
}

.news-wrap__con__list__item__head {
  margin-right: 3.75%;
}

/* ---------------------------------- */

/* 12.14ここから確認する！ */

.about {
  background-color: #eee;
}

.about-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-wrap__img {
  aspect-ratio: 3 / 2;
  width: 40%;
}

.about-wrap__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.about-wrap__con {
  width: 45%;
  margin-right: 10%;
}

.s-ttl__2 {
  font-size: 2.5rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 2.5%;
}

.s-ttl__2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #76a8fe;
  position: absolute;
  bottom: 3.25rem;
  left: 15rem;
}

.s-ttl__2 span {
  display: block;
  font-size: 1rem;
}

.about-wrap__con__head {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.5%;
}

.about-wrap__con__txt {
  line-height: 1.25;
}

/* ---------------------------------- */

/* .service {
} */

.service-wrap {
  width: 100%;
  background-image: url("img/service-bg.png");
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.service-wrap::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.s-ttl__3 {
  font-size: 2.5rem;
  line-height: 1.5;
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.s-ttl__3::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 3px;
  background-color: #fff;
}

.s-ttl__3 span {
  display: block;
  font-size: 1rem;
}

.service-wrap__con {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.25%;
}

.service-wrap__con__block {
  aspect-ratio: 3 / 2;
  width: 32.5%;
  z-index: 1;
}

.service-wrap__con__block:nth-of-type(1) {
  margin-right: 5%;
}

.service-wrap__con__block__top {
  background-size: cover;
  background-position: 50%;
  position: relative;
  height: 100%;
}

.service-wrap__con__block__top.__block__img1 {
  background-image: url("img/service-img__1.png");
}

.service-wrap__con__block__top.__block__img2 {
  background-image: url("img/service-img__2.png");
}

.service-wrap__con__block__top span {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #76a8fe;
  color: #fff;
  padding: 1% 2.5%;
  font-weight: bold;
}

.service-wrap__con__block__txt {
  background-color: #000;
  color: #fff;
  padding: 2.5%;
  line-height: 1.5;
  font-size: 0.85rem;
}

/* ---------------------------------- */

.works {
  background-color: #76a8fe;
}

.works-wrap__con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.25%;
}

/* .works-wrap__con__block {
  aspect-ratio: 3 / 2;
  width: 31.25%;
  height: 100%;
  background-image: url("img/works-img.png");
  background-size: cover;
  background-position: 50%;
  position: relative;
} */

.works-wrap__con__block__head {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 1% 2.5%;
  font-weight: bold;
}

/* ---------------------------------- */

/* .company {
  background-color: #fff;
}

.company-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.company-wrap__left {
  width: 30%;
}
f
.s-ttl__4 {
  font-size: 2.5rem;
  line-height: 1.5;
  position: relative;
}

.s-ttl__4::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #76a8fe;
  position: absolute;
  bottom: 1.5rem;
  left: 15rem;
}

.s-ttl__4 span {
  display: block;
  font-size: 1rem;
  text-align: left;
}

.company-wrap__right {
  width: 60%;
}

.company-wrap__right iframe {
  width: 100%;
  height: 27.5vw;
} */

/* ---------------------------------- */

.contact {
  background-color: #1f1d1d;
}

.contact-wrap__con {
  width: 62.5%;
  margin: 0 auto;
}

.contact-wrap__con__form__item {
  margin: 3.25% 0;
}

.contact-wrap__con__form__item label {
  display: block;
  color: #fff;
  padding-bottom: 0.75%;
}

.contact-wrap__con__form__item input {
  width: 100%;
  height: 3.25rem;
}

.contact-wrap__con__form__item textarea {
  width: 100%;
  height: 17.5rem;
}

.contact-wrap__con__form__btn {
  width: 30%;
  margin: 0 auto;
  border: solid 2.5px #fff;
  border-radius: 5rem;
}

.contact-wrap__con__form__btn button {
  width: 100%;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  border: unset;
  background-color: unset;
  line-height: 2.8;
}

/* ---------------------------------- */

.footer {
  background-color: #1f1d1d;
  border-top: solid 1.5px #fff;
}

.footer-wrap {
  padding: 2.5% 0;
}

.footer-wrap__right {
  display: block;
  text-align: center;
  color: #fff;
}

.works-wrap__con__block {
  position: relative;
  aspect-ratio: 3 / 2;
  width: 31.25%;
  height: 100%;
}

.works-wrap__con__block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
