@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url("https://use.fontawesome.com/releases/v5.10.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;700&family=Prompt:wght@500;700&display=swap");
.br-sm {
  display: none;
}
@media (max-width: 576px) {
  .br-sm {
    display: block;
  }
}

.br-md {
  display: none;
}
@media (max-width: 768px) {
  .br-md {
    display: block;
  }
}

.br-lg {
  display: none;
}
@media (max-width: 992px) {
  .br-lg {
    display: block;
  }
}

.br-xl {
  display: none;
}
@media (max-width: 1050px) {
  .br-xl {
    display: block;
  }
}

.br-xxl {
  display: none;
}
@media (max-width: 1200px) {
  .br-xxl {
    display: block;
  }
}

.br-xxl-hide {
  display: block;
}
@media (max-width: 1200px) {
  .br-xxl-hide {
    display: none;
  }
}

.br-sm {
  display: none;
}
@media (max-width: 576px) {
  .br-sm {
    display: block;
  }
}

.br-md {
  display: none;
}
@media (max-width: 768px) {
  .br-md {
    display: block;
  }
}

.br-lg {
  display: none;
}
@media (max-width: 992px) {
  .br-lg {
    display: block;
  }
}

.br-xl {
  display: none;
}
@media (max-width: 1050px) {
  .br-xl {
    display: block;
  }
}

.br-xxl {
  display: none;
}
@media (max-width: 1200px) {
  .br-xxl {
    display: block;
  }
}

.br-xxl-hide {
  display: block;
}
@media (max-width: 1200px) {
  .br-xxl-hide {
    display: none;
  }
}

.p-recommend {
  margin-top: 100px;
}
.p-recommend_contents {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-recommend_contents {
    margin-top: 30px;
  }
}
.p-recommend_box {
  width: 30%;
  position: relative;
  overflow: hidden;
}
.p-recommend_box::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.p-recommend img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: 0.5s all;
}
.p-recommend img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}
.p-recommend_title {
  position: absolute;
  bottom: 15px;
  left: 10px;
}
.p-recommend_title_main {
  font-family: "Frank Ruhl Libre", "Noto Serif JP", sans-serif, serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .p-recommend_title_main {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-recommend_title_main {
    font-size: 1rem;
  }
}
.p-recommend_title_sub {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 2.4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .p-recommend_title_sub {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-recommend_title_sub {
    display: none;
  }
}

.br-sm {
  display: none;
}
@media (max-width: 576px) {
  .br-sm {
    display: block;
  }
}

.br-md {
  display: none;
}
@media (max-width: 768px) {
  .br-md {
    display: block;
  }
}

.br-lg {
  display: none;
}
@media (max-width: 992px) {
  .br-lg {
    display: block;
  }
}

.br-xl {
  display: none;
}
@media (max-width: 1050px) {
  .br-xl {
    display: block;
  }
}

.br-xxl {
  display: none;
}
@media (max-width: 1200px) {
  .br-xxl {
    display: block;
  }
}

.br-xxl-hide {
  display: block;
}
@media (max-width: 1200px) {
  .br-xxl-hide {
    display: none;
  }
}

.p-header {
  width: 100%;
  height: 180px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-header {
    height: 100px;
  }
}
.p-header .section-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-header__logo img {
  width: 300px;
  height: 120px;
}
@media (max-width: 768px) {
  .p-header__logo img {
    width: 120px;
    height: 60px;
    margin-top: 5px;
  }
}
.p-header__nav__list {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-header__nav__list {
    display: none;
  }
}
.p-header__nav__list li {
  font-family: "Noto Serif JP", sans-serif, serif;
  margin-left: 25px;
}
.p-header__nav__list a {
  font-size: 2.4rem;
  cursor: pointer;
  transition: color 0.4s;
}
.p-header__nav__list a:hover {
  opacity: 0.6;
  color: #35c290;
  transition: color 0.4s;
}

.br-sm {
  display: none;
}
@media (max-width: 576px) {
  .br-sm {
    display: block;
  }
}

.br-md {
  display: none;
}
@media (max-width: 768px) {
  .br-md {
    display: block;
  }
}

.br-lg {
  display: none;
}
@media (max-width: 992px) {
  .br-lg {
    display: block;
  }
}

.br-xl {
  display: none;
}
@media (max-width: 1050px) {
  .br-xl {
    display: block;
  }
}

.br-xxl {
  display: none;
}
@media (max-width: 1200px) {
  .br-xxl {
    display: block;
  }
}

.br-xxl-hide {
  display: block;
}
@media (max-width: 1200px) {
  .br-xxl-hide {
    display: none;
  }
}

.p-footer {
  height: 680px;
  margin-top: 200px;
}
@media (max-width: 768px) {
  .p-footer {
    height: 450px;
    margin-top: 80px;
  }
}
.p-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-footer__logo img {
  width: 330px;
  height: 85px;
}
@media (max-width: 768px) {
  .p-footer__logo img {
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .p-footer__nav {
    display: none;
  }
}
.p-footer__nav__list {
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.p-footer__nav__list li {
  font-family: "Roboto", "Noto Serif JP", sans-serif;
  margin-left: 25px;
}
.p-footer__nav__list a {
  font-size: 2.4rem;
  cursor: pointer;
  transition: color 0.4s;
}
.p-footer__nav__list a:hover {
  opacity: 0.6;
  color: #35c290;
  transition: color 0.4s;
}
.p-footer__address {
  padding-top: 40px;
}
.p-footer__address p {
  margin-top: 5px;
}
.p-footer__copy {
  margin-top: 60px;
  text-align: center;
}

/*===========home==============*/
.p-home {
  /*=============================================*/
  /*notice */
  /*=============================================*/
  /*=============================================*/
  /*aboutus */
  /*=============================================*/
  /*=============================================*/
  /*work */
  /*=============================================*/
  /*=============================================*/
  /*INTERVIEW */
  /*=============================================*/
  /*=============================================*/
  /*AMANO CONSTRUCTION*/
  /*=============================================*/
  /*=============================================*/
  /*bg-inner*/
  /*=============================================*/
  /*=============================================*/
  /*about*/
  /*=============================================*/
  /*=============================================*/
  /*recruit*/
  /*=============================================*/
  /*=============================================*/
  /*YouTube*/
  /*=============================================*/
  /*=============================================*/
  /*event*/
  /*=============================================*/
  /*=============================================*/
  /*snsバナー*/
  /*=============================================*/
}
.p-home__mainvisual {
  position: relative;
}
.p-home__catch {
  color: #333;
}
@media (max-width: 768px) {
  .p-home__catch {
    max-width: 350px;
  }
}
.p-home__catch span {
  font-family: "Frank Ruhl Libre", "Noto Serif JP", sans-serif, serif;
  color: #333;
  font-size: 70px;
}
@media (max-width: 768px) {
  .p-home__catch span {
    font-size: 40px;
  }
}
@media (max-width: 350px) {
  .p-home__catch span {
    font-size: 30px;
  }
}
.p-home__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home__section {
  margin: 150px 0 0;
}
@media (max-width: 768px) {
  .p-home__section {
    margin: 60px 0 0;
  }
}
.p-home__notice__head {
  margin: 0 -15px;
}
.p-home__notice__body > :last-child {
  border-bottom: solid 1px #333;
}
.p-home__notice__contents {
  display: flex;
  align-items: center;
  padding: 35px;
  border-top: solid 1px #333;
}
@media (max-width: 768px) {
  .p-home__notice__contents {
    display: block;
    padding: 10px;
  }
}
.p-home__notice__time {
  margin-right: 100px;
}
@media (max-width: 768px) {
  .p-home__notice__time {
    margin-right: 0;
  }
}
.p-home__notice__button {
  margin-top: 32px;
  text-align: right;
}
.p-home__about-us__contents {
  height: 1300px;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media (max-width: 768px) {
  .p-home__about-us__contents {
    height: 1200px;
    flex-direction: column;
  }
}
.p-home__about-us__title {
  color: #333;
  padding: 150px 60px 40px 60px;
  font-family: "Frank Ruhl Libre", "Noto Serif JP", sans-serif, serif;
  font-size: 5rem;
}
@media (max-width: 768px) {
  .p-home__about-us__title {
    font-size: 4.2rem;
    padding: 80px 20px 20px 20px;
  }
}
@media (max-width: 576px) {
  .p-home__about-us__title {
    font-size: 3.2rem;
    padding: 80px 20px 20px 20px;
  }
}
@media (max-width: 350px) {
  .p-home__about-us__title {
    font-size: 2.8rem;
  }
}
.p-home__about-us__container {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 60px auto 600px auto;
}
@media (max-width: 768px) {
  .p-home__about-us__container {
    margin: 350px auto 60px auto;
  }
}
.p-home__about-us__text {
  height: 450px;
  max-width: 600px;
  background: #35c290;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-home__about-us__text {
    height: 500px;
  }
}
@media (max-width: 576px) {
  .p-home__about-us__text {
    height: 580px;
  }
}
@media (max-width: 365px) {
  .p-home__about-us__text {
    height: 630px;
  }
}
@media (max-width: 350px) {
  .p-home__about-us__text {
    height: 670px;
  }
}
.p-home__about-us__text p {
  color: #fff;
  max-width: 800px;
  padding: 40px 60px 0 60px;
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 576px) {
  .p-home__about-us__text p {
    font-size: 1.8rem;
    padding: 15px 20px;
  }
}
.p-home__about-us__button {
  text-align: right;
  padding: 30px 50px 50px 50px;
}
@media (max-width: 768px) {
  .p-home__about-us__button {
    padding: 60px 50px 30px 20px;
  }
}
@media (max-width: 576px) {
  .p-home__about-us__button {
    padding: 30px 50px 30px 20px;
  }
}
.p-home__about-us__img {
  max-width: 1000px;
  height: 600px;
  position: absolute;
  top: 650px;
  left: 0px;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-home__about-us__img {
    top: 70px;
    left: 0px;
    height: 300px;
  }
}
.p-home__about-us__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-home__work__contents {
  display: flex;
}
@media (max-width: 768px) {
  .p-home__work__contents {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-home__work__img {
    margin: 40px auto 0;
  }
}
.p-home__work__body {
  max-width: 480px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-home__work__body {
    margin: 0 auto;
  }
}
.p-home__work__body p {
  max-width: 480px;
  line-height: 2;
}
.p-home__work__button {
  text-align: right;
  margin: 10px 20px 0 0;
}
@media (max-width: 768px) {
  .p-home__work__button {
    margin-top: 40px;
  }
}
.p-home__intaview__contents {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-home__intaview__contents {
    margin-top: 40px;
  }
}
.p-home__intaview__body-right {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.p-home__intaview__body-right__text {
  max-width: 650px;
  padding: 40px 50px 40px 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .p-home__intaview__body-right__text {
    padding: 10px 20px 20px 20px;
  }
}
.p-home__intaview__body-right img {
  object-fit: cover;
  object-position: right;
  transition: 0.5s all;
  overflow: hidden;
}
.p-home__intaview__body-right img:hover {
  transform: scale(1.1, 1.1);
}
.p-home__intaview__body-left {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.p-home__intaview__body-left__text {
  max-width: 540px;
  padding: 30px 50px 30px 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .p-home__intaview__body-left__text {
    padding: 10px 20px 20px 20px;
  }
}
.p-home__intaview__body-left img {
  object-fit: cover;
  object-position: left;
  transition: 0.5s all;
}
.p-home__intaview__body-left img:hover {
  transform: scale(1.1, 1.1);
}
.p-home__intaview img {
  position: absolute;
  top: 0;
  left: 0;
}
.p-home__intaview__txt {
  margin-top: 15px;
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .p-home__intaview__txt {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .p-home__intaview__txt {
    font-size: 1.8rem;
    margin-top: 8px;
    line-height: 1;
  }
}
.p-home__intaview__name {
  margin-top: 45px;
}
@media (max-width: 576px) {
  .p-home__intaview__name {
    margin-top: 20px;
  }
}
.p-home__intaview__name-join {
  display: flex;
  align-items: flex-end;
  margin-top: 5px;
}
.p-home__intaview__name-join p {
  margin-right: 10px;
}
.p-home__intaview__button {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-home__intaview__button {
    margin-top: 40px;
  }
}
.p-home__amanocons__img {
  width: 100%;
  margin: 150px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-home__amanocons__img {
    margin: 100px 0 0;
  }
}
.p-home__amanocons__img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-home__amanocons__img img {
    height: 300px;
    object-position: 60% 50%;
  }
}
.p-home__amanocons__text {
  position: absolute;
  top: -20px;
  left: 0;
}
@media (max-width: 768px) {
  .p-home__amanocons__text {
    top: 0;
  }
}
.p-home__amanocons__text h2 {
  color: #fff;
  font-size: 12.3rem;
  font-family: "Frank Ruhl Libre", "Noto Serif JP", sans-serif, serif;
  font-weight: 700;
}
@media (max-width: 1050px) {
  .p-home__amanocons__text h2 {
    font-size: 8.3rem;
  }
}
@media (max-width: 768px) {
  .p-home__amanocons__text h2 {
    font-size: 5.3rem;
  }
}
@media (max-width: 576px) {
  .p-home__amanocons__text h2 {
    font-size: 4rem;
  }
}
.p-home__bg-inner {
  background: linear-gradient(180deg, transparent 0%, transparent 30%, #f5f5f5 0%, #f5f5f5 100%);
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .p-home__bg-inner {
    padding-bottom: 40px;
  }
}
.p-home__about__body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-home__about__body {
    display: block;
    width: 80%;
    margin: 40px auto 0;
    text-align: center;
  }
}
.p-home__about__body > :nth-child(2) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .p-home__about__body > :nth-child(2) {
    margin-top: 30px;
  }
}
.p-home__about__img {
  position: relative;
  transition: all 0.3s;
  width: 100%;
  max-width: 440px;
}
.p-home__about__img::before {
  content: "";
  display: block;
  width: 100%;
  /* padding-top: 100%; */
}
.p-home__about__img::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 90.5%;
  right: 165px;
  /*矢印の形状*/
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .p-home__about__img::after {
    display: none;
  }
}
.p-home__about__img:hover::after {
  right: 155px;
}
.p-home__about__img:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.p-home__about__img__text {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.p-home__about__img__text h3 {
  color: #fff;
  font-family: "Frank Ruhl Libre", "Noto Serif JP", sans-serif, serif;
  font-size: 3.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-home__about__img__text h3 {
    font-size: 1.8rem;
  }
}
.p-home__about__img__text p {
  color: #fff;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .p-home__about__img__text p {
    font-size: 1.8;
  }
}
.p-home__recruit__body {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-home__recruit__body {
    margin-top: 30px;
  }
}
.p-home__recruit__box {
  width: 50%;
  background: #fff;
  text-align: center;
  padding: 20px 30px;
  position: relative;
  transition: all 0.3s;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .p-home__recruit__box {
    padding: 10px 15px;
  }
}
.p-home__recruit__box:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.p-home__youtube__box {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-home__youtube__box {
    margin-top: 40px;
  }
}
.p-home__youtube__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .p-home__youtube__content {
    display: block;
  }
}
.p-home__youtube__content p {
  position: relative;
  width: 30%;
  padding-top: 18%;
  margin: 30px 30px 0 0;
}
@media (max-width: 768px) {
  .p-home__youtube__content p {
    width: 80%;
    padding-top: 45%;
    margin: 50px auto 0;
  }
}
.p-home__youtube__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home__event__img {
  width: 100%;
  margin: 80px 0 0;
}
.p-home__event__img img {
  width: 100%;
  object-fit: cover;
}
.p-home__event__body {
  width: 100%;
  height: 400px;
  background-image: url("../../img/home/event-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-home__event__body {
    margin-top: 40px;
  }
}
.p-home__event__container {
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}
.p-home__event__box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 130px;
}
@media (max-width: 768px) {
  .p-home__event__box {
    padding-top: 150px;
  }
}
.p-home__event__button {
  background: #fff;
  padding: 40px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .p-home__event__button {
    padding: 40px 20px;
  }
}
@media (max-width: 576px) {
  .p-home__event__button {
    padding: 18px 5px;
  }
}
.p-home__event__button:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.p-home__event__button p {
  width: 200px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-home__event__button p {
    width: 150px;
  }
}
.p-home__sns-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .p-home__sns-banner {
    display: block;
    margin-top: 2rem;
  }
}
.p-home__sns-banner a {
  display: block;
  width: 30rem;
  height: auto;
  padding: 2rem;
  transition: opacity 0.6s;
}
@media (max-width: 768px) {
  .p-home__sns-banner a {
    margin: 0 auto;
  }
}
.p-home__sns-banner a:hover {
  opacity: 0.8;
}
.p-home__sns-banner a img {
  width: 100%;
  height: auto;
}

/*=============================================*/
/*news */
/*=============================================*/
.news_block {
  padding: 100px 0 50px;
}

@media (max-width: 768px) {
  .news_block {
    padding: 100px 0 20px;
  }
}
.news_block .news_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .news_block .news_list {
    display: block;
  }
}
.news_block .news_list > li {
  width: 32%;
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1024px) {
  .news_block .news_list > li {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .news_block .news_list > li {
    width: 100%;
  }
}
.news_block .news_list > li:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media (max-width: 1024px) {
  .news_block .news_list > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .news_block .news_list > li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.news_block .news_list > li .txt_box {
  padding: 10px 25px 30px;
  background: #fff;
}

.news_block .news_list > li .bold_ttl {
  margin-top: 10px;
  margin-bottom: 25px;
}

.news_block .news_list > li.column_1 {
  width: 100%;
  margin-right: 0;
}

.news_block .news_list > li.column_1 .list > li {
  display: inline-block;
}

.news_block .news_list > li.column_1 .list > li:not(:last-child) {
  margin-right: 10px;
}

.news_img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.news_img img {
  height: 30rem;
  width: 100%;
  object-fit: cover;
}

/*===========news==============*/
.p-news__contents {
  margin-top: 80px;
}
.p-news__content {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333;
}
.p-news__name {
  width: 25%;
  padding: 30px 50px;
}
@media (max-width: 768px) {
  .p-news__name {
    padding: 30px 10px;
  }
}
.p-news__text {
  width: 75%;
  padding: 30px 50px;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-news__text {
    padding: 30px 10px;
  }
}

.p-news-detail {
  margin-top: 80px;
}
.p-news-detail__contents {
  margin-top: 30px;
  padding: 50px;
  border: 1px solid #333;
}
.p-news-detail__text {
  margin-top: 60px;
  text-align: center;
}
.p-news-detail__content {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333;
  transition: 0.3s;
}
.p-news-detail__content p {
  transition: 0.3s;
}
.p-news-detail__content p:hover {
  transform: scale(1.02);
  transition: 0.3s;
}

/********************************************/
/*single_news_block */
/********************************************/
.blog-contents_inner {
  padding: 4rem 2rem 3.6rem;
  display: flex;
}

@media (max-width: 1050px) {
  .blog-contents_inner {
    display: block;
    padding: 4rem 1rem 3.6rem;
  }
}
.blog-contents-article {
  width: 70%;
}

@media (max-width: 1050px) {
  .blog-contents-article {
    width: 100%;
  }
}
.blog-contents-category {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  background-color: #35c290;
  padding: 1rem 2.5rem;
}

.blog-contents-title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #333333;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .blog-contents-title {
    font-size: 1.8rem;
  }
}
.blog-contents-time {
  font-size: 1.6rem;
  color: #333333;
  text-align: right;
}

.blog-contents-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

@media (max-width: 576px) {
  .blog-contents-share {
    display: block;
  }
}
.blog-contents-img {
  max-width: 95%;
  height: 500px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1050px) {
  .blog-contents-img {
    width: 80%;
    height: 30rem;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .blog-contents-img {
    width: 95%;
  }
}
.blog-contents-heading-01 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #35c290;
  margin-top: 4rem;
}

.blog-contents-heading-01-text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #35c290;
  margin-top: 3rem;
}

.blog-contents-heading-02 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #35c290;
  margin-top: 3.3rem;
  padding-left: 1rem;
  border-left: 4px solid #35c290;
}

.blog-contents-heading-02-text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #35c290;
  margin-top: 2.7rem;
}

.blog-contents-quote-text {
  font-size: 1.6rem;
  background-color: #F8F8F8;
  width: 59rem;
  padding: 2.7rem 1.6rem 1.7rem 7.4rem;
  margin-top: 3rem;
  position: relative;
}

@media (max-width: 1050px) {
  .blog-contents-quote-text {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3rem;
  }
}
@media (max-width: 576px) {
  .blog-contents-quote-text {
    width: 90%;
  }
}
.blog-contents-quote-text:before {
  content: "“";
  top: 10px;
  left: 17px;
  font-size: 9rem;
  color: #B4B4B4;
  position: absolute;
}

.blog-contents-img {
  margin-top: 1.5rem;
}

.blog-contents-lists {
  margin-top: 3rem;
}

.blog-contents-list {
  list-style: none;
  color: #35c290;
}

.blog-contents-list:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #35c290;
}

.blog-contents-text-link {
  color: #35c290;
  text-decoration: underline;
  margin-top: 3rem;
}

.blog-contents-recommend {
  margin-top: 6rem;
}

.blog-contents-recommend-title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #35c290;
}

.blog-contents-recommend-card {
  display: flex;
  margin-top: 3rem;
  margin-right: 6.7rem;
}

@media (max-width: 1050px) {
  .blog-contents-recommend-card {
    display: block;
    margin-right: 0;
  }
}
.blog-contents-recommend-img {
  min-width: 15rem;
  height: 11rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1050px) {
  .blog-contents-recommend-img {
    width: 80%;
    height: 30rem;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .blog-contents-recommend-img {
    width: 90%;
    height: 20rem;
  }
}
.blog-contents-recommend-category {
  color: #35c290;
  background-color: #fff;
  padding: 0.8rem 1.8rem;
}

.blog-contents-contents {
  margin-left: 3.2rem;
}

@media (max-width: 1050px) {
  .blog-contents-contents {
    margin-top: 1rem;
  }
}
.blog-contents-number {
  font-size: 1.6rem;
  color: #35c290;
}

.blog-contents-link {
  margin-top: 2.9rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 1050px) {
  .blog-contents-link {
    margin-top: 1rem;
  }
}
.blog-contents-sidebar {
  width: 28%;
  margin-left: 3.6rem;
}

@media (max-width: 1050px) {
  .blog-contents-sidebar {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}
.blog-contents-sidebar-title {
  font-size: 2.1rem;
  color: #fff;
  background-color: #35c290;
  width: 26.9rem;
  height: 6.3rem;
  line-height: 6.3rem;
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .blog-contents-sidebar-title {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
}
.blog-contents-sidebar-box {
  margin-top: 3rem;
}

.blog-contents-sidebar-card {
  display: flex;
  width: 26.9rem;
  height: 11rem;
  margin-top: 1.5rem;
}

.blog-contents-sidebar-img {
  min-width: 10rem;
  height: 11rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-contents-sidebar-contents {
  margin-top: 2rem;
  margin-left: 1.7rem;
  font-size: 1.2rem;
  color: #35c290;
  text-decoration: underline;
}

.blog-contents-sidebar-lists {
  margin-top: 3rem;
}

.blog-contents-sidebar-list {
  font-size: 1.6rem;
  font-weight: bold;
  color: #8ac8cf;
  margin-bottom: 1.6rem;
}

.blog-single-text-body p {
  font-size: 2.5rem;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

@media (max-width: 768px) {
  .blog-single-text-body p {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.img-01 {
  background-image: url("../img/sample01.jpg");
}

.img-02 {
  background-image: url("../img/sample4.jpg");
}

/********************************************/
/*pagenation */
/********************************************/
.pagenation {
  padding-bottom: 15rem;
}

.pagenation .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagenation li .page-numbers {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.4rem 2.2rem;
  border: 1px solid #8ac8cf;
  margin-right: 1.9rem;
}

.pagenation li .page-numbers li .dots {
  border: none;
}

.pagenation .current {
  color: #fff;
  background-color: #8ac8cf;
}

/*===========staff-into==============*/
.p-staff-intro_contents {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .p-staff-intro_contents {
    padding: 0;
  }
}
.p-staff-intro_beside {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .p-staff-intro_beside {
    display: block;
  }
}
.p-staff-intro_content {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .p-staff-intro_content {
    text-align: center;
  }
}
.p-staff-intro_content_box {
  max-width: 460px;
  height: 460px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .p-staff-intro_content_box {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .p-staff-intro_content_box {
    max-width: 360px;
    height: 360px;
  }
}
.p-staff-intro_content a {
  position: relative;
}
.p-staff-intro_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.p-staff-intro_content img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}
.p-staff-intro_catch {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 10px 30px;
  background-color: #35c290;
  color: #fff;
}
.p-staff-intro_name {
  margin-top: 10px;
}
.p-staff-intro_post {
  margin-top: 5px;
}

.p-individual__topvisual {
  width: 100%;
  height: 840px;
  position: relative;
}
.p-individual__topvisual img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.p-individual__topvisual__box {
  display: block;
  background-color: #fff;
  width: 60%;
  height: 35%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media (max-width: 768px) {
  .p-individual__topvisual__box {
    width: 90%;
    height: 25%;
  }
}
@media (max-width: 576px) {
  .p-individual__topvisual__box {
    height: 20%;
  }
}
.p-individual__topvisual__box__catch {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 3.6rem;
  position: absolute;
  top: -45px;
  left: 0px;
  color: #fff;
  background-color: #35c290;
  padding: 10px 100px;
}
@media (max-width: 992px) {
  .p-individual__topvisual__box__catch {
    font-size: 2.8rem;
    padding: 10px 50px;
  }
}
@media (max-width: 576px) {
  .p-individual__topvisual__box__catch {
    font-size: 2.2rem;
    padding: 5px 20px;
    top: -25px;
  }
}
@media (max-width: 350px) {
  .p-individual__topvisual__box__catch {
    font-size: 1.8rem;
  }
}
.p-individual__topvisual__box__name {
  padding: 70px 200px 0 100px;
}
@media (max-width: 768px) {
  .p-individual__topvisual__box__name {
    padding: 60px 100px 0 50px;
  }
}
@media (max-width: 576px) {
  .p-individual__topvisual__box__name {
    padding: 40px 10px 0 10px;
  }
}
.p-individual__topvisual__box__enname {
  padding: 2px 200px 0 100px;
}
@media (max-width: 768px) {
  .p-individual__topvisual__box__enname {
    padding: 2px 100px 0 50px;
  }
}
@media (max-width: 576px) {
  .p-individual__topvisual__box__enname {
    padding: 2px 10px 0 10px;
  }
}
.p-individual__topvisual__box__join {
  padding: 10px 200px 0 100px;
}
@media (max-width: 768px) {
  .p-individual__topvisual__box__join {
    padding: 10px 100px 0 50px;
  }
}
@media (max-width: 576px) {
  .p-individual__topvisual__box__join {
    padding: 10px 10px 0 10px;
  }
}
.p-individual__topvisual__box__post {
  padding: 10px 200px 0 100px;
}
@media (max-width: 768px) {
  .p-individual__topvisual__box__post {
    padding: 10px 100px 0 50px;
  }
}
@media (max-width: 576px) {
  .p-individual__topvisual__box__post {
    padding: 10px 10px 0 10px;
  }
}
.p-individual__content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 180px;
}
@media (max-width: 768px) {
  .p-individual__content {
    display: block;
    margin-top: 80px;
  }
}
.p-individual__content__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-individual__content__img {
    margin: 0 auto;
  }
}
.p-individual__content__body {
  max-width: 480px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-individual__content__body {
    margin: 0 auto;
  }
}
.p-individual__content__body p {
  max-width: 480px;
  line-height: 2;
}
.p-individual__content__text {
  margin-top: 10px;
}
.p-individual__content-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 180px;
}
@media (max-width: 768px) {
  .p-individual__content-left {
    display: block;
    margin-top: 80px;
  }
}
.p-individual__content-left__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-individual__content-left__img {
    margin: 0 auto;
  }
}
.p-individual__content-left__body {
  max-width: 480px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-individual__content-left__body {
    margin: 0 auto;
  }
}
.p-individual__content-left__body p {
  max-width: 480px;
  line-height: 2;
}
.p-individual__content-left__text {
  margin-top: 10px;
}
.p-individual__middle-visual__img {
  width: 100%;
  margin: 150px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-individual__middle-visual__img {
    margin: 80px 0 0;
  }
}
.p-individual__middle-visual__img img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.p-individual__verticalーcontent {
  margin: 180px auto 0;
}
@media (max-width: 768px) {
  .p-individual__verticalーcontent {
    margin-top: 60px;
  }
}
.p-individual__verticalーcontent__body h2 {
  text-align: center;
}
.p-individual__verticalーcontent__title {
  width: 100%;
  line-height: 2;
  text-align: center;
}
.p-individual__verticalーcontent__text {
  width: 70%;
  line-height: 2;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .p-individual__verticalーcontent__text {
    width: 95%;
    margin-top: 20px;
  }
}
.p-individual__verticalーcontent__img {
  width: 100%;
  max-width: 600px;
  object-fit: cover;
  margin: 60px auto 0;
}
.p-individual__verticalーcontent__img::before {
  content: "";
  display: block;
  width: 100%;
  /* padding-top: 100%; */
}
@media (max-width: 768px) {
  .p-individual__verticalーcontent__img {
    margin: 30px auto;
  }
}
.p-individual__holiday-content {
  margin-top: 180px;
}
@media (max-width: 768px) {
  .p-individual__holiday-content {
    margin-top: 80px;
  }
}
.p-individual__holiday-content__body {
  display: flex;
  justify-content: space-around;
  border: solid #d9d9d9;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-individual__holiday-content__body {
    display: block;
    margin-top: 20px;
  }
}
.p-individual__holiday-content__text {
  width: 45%;
  line-height: 2;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .p-individual__holiday-content__text {
    width: 100%;
    padding: 20px;
  }
}
.p-individual__holiday-content figure {
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .p-individual__holiday-content figure {
    padding: 0 20px 20px 20px;
  }
}

.p-ceo__topvisual {
  width: 100%;
  max-height: 1000px;
  position: relative;
}
.p-ceo__topvisual img {
  width: 100%;
  object-fit: cover;
}
.p-ceo__topvisual__box {
  display: block;
  background-color: #fff;
  width: 60%;
  height: 35%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -20%;
  left: 0;
}
@media (max-width: 1200px) {
  .p-ceo__topvisual__box {
    height: 45%;
  }
}
@media (max-width: 992px) {
  .p-ceo__topvisual__box {
    height: 50%;
  }
}
@media (max-width: 768px) {
  .p-ceo__topvisual__box {
    height: 25%;
    width: 90%;
  }
}
@media (max-width: 576px) {
  .p-ceo__topvisual__box {
    height: 32%;
    width: 90%;
  }
}
@media (max-width: 350px) {
  .p-ceo__topvisual__box {
    height: 42%;
    width: 90%;
  }
}
.p-ceo__topvisual__box__catch {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 3.6rem;
  padding: 10px 100px;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .p-ceo__topvisual__box__catch {
    font-size: 2.8rem;
    padding: 5px 100px;
  }
}
@media (max-width: 768px) {
  .p-ceo__topvisual__box__catch {
    padding: 5px 50px;
  }
}
@media (max-width: 576px) {
  .p-ceo__topvisual__box__catch {
    font-size: 2.2rem;
    top: -25px;
  }
}
@media (max-width: 350px) {
  .p-ceo__topvisual__box__catch {
    font-size: 1.8rem;
  }
}
.p-ceo__topvisual__box__name {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 3.6rem;
  padding: 10px 100px 0 100px;
}
@media (max-width: 768px) {
  .p-ceo__topvisual__box__name {
    padding: 10px 100px 0 50px;
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  .p-ceo__topvisual__box__name {
    font-size: 2.2rem;
  }
}
.p-ceo__topvisual__box__enname {
  padding: 2px 100px 0 100px;
}
@media (max-width: 768px) {
  .p-ceo__topvisual__box__enname {
    padding: 2px 100px 0 50px;
  }
}
.p-ceo__topvisual__box__post {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 3.6rem;
  padding: 10px 100px 0 100px;
}
@media (max-width: 768px) {
  .p-ceo__topvisual__box__post {
    padding: 10px 100px 0 50px;
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  .p-ceo__topvisual__box__post {
    font-size: 2.2rem;
  }
}
.p-ceo__middle-visual__img {
  width: 100%;
  height: 1400px;
  margin: 200px 0 0;
}
@media (max-width: 1200px) {
  .p-ceo__middle-visual__img {
    height: 1200px;
  }
}
@media (max-width: 768px) {
  .p-ceo__middle-visual__img {
    height: 1000px;
    margin: 80px 0 0;
  }
}
@media (max-width: 576px) {
  .p-ceo__middle-visual__img {
    height: 620px;
    margin: 80px 0 0;
  }
}
.p-ceo__middle-visual__img img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  position: relative;
}
.p-ceo__middle-visual__img-job {
  width: 100%;
  height: 1400px;
  margin: 200px 0 0;
}
@media (max-width: 1200px) {
  .p-ceo__middle-visual__img-job {
    height: 1000px;
  }
}
@media (max-width: 768px) {
  .p-ceo__middle-visual__img-job {
    height: 700px;
    margin: 80px 0 0;
  }
}
@media (max-width: 576px) {
  .p-ceo__middle-visual__img-job {
    height: 500px;
    margin: 80px 0 0;
  }
}
.p-ceo__middle-visual__img-job img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  position: relative;
}
.p-ceo__verticalーcontent {
  margin: 180px auto 0;
}
@media (max-width: 768px) {
  .p-ceo__verticalーcontent {
    margin-top: 80px;
  }
}
.p-ceo__verticalーcontent__body {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 70%;
  padding-top: 40px;
}
.p-ceo__verticalーcontent__body h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .p-ceo__verticalーcontent__body {
    width: 90%;
    padding-top: 10px;
  }
}
.p-ceo__verticalーcontent__title {
  width: 100%;
  line-height: 2;
  text-align: center;
}
.p-ceo__verticalーcontent__text {
  width: 80%;
  line-height: 2;
  margin: 50px auto;
}
@media (max-width: 768px) {
  .p-ceo__verticalーcontent__text {
    width: 95%;
    margin: 20px auto;
  }
}
.p-ceo__verticalーcontent__body-job {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 70%;
  padding-top: 40px;
}
.p-ceo__verticalーcontent__body-job h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .p-ceo__verticalーcontent__body-job {
    width: 90%;
    padding-top: 10px;
  }
}
.p-ceo__verticalーcontent-top {
  margin: 250px auto 0;
}
@media (max-width: 768px) {
  .p-ceo__verticalーcontent-top {
    margin-top: 300px;
  }
}
@media (max-width: 576px) {
  .p-ceo__verticalーcontent-top {
    margin-top: 180px;
  }
}

/*===========about us==============*/
.p-aboutus {
  overflow-x: hidden;
  /********************************************/
  /*company_block */
  /********************************************/
}
.p-aboutus__philosophy__contents {
  width: 100%;
  background-color: #35c290;
  margin: 200px auto 0;
  padding: 60px 90px;
}
@media (max-width: 768px) {
  .p-aboutus__philosophy__contents {
    margin: 100px auto 0;
    padding: 30px 10px;
  }
}
.p-aboutus__philosophy__title {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .p-aboutus__philosophy__title {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .p-aboutus__philosophy__title {
    font-size: 2.8rem;
  }
}
.p-aboutus__philosophy__text {
  color: #fff;
  line-height: 2;
  width: 80%;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .p-aboutus__philosophy__text {
    width: 90%;
    margin: 30px auto;
  }
}
.p-aboutus__middle-visual {
  margin-top: 150px;
  width: 100%;
  height: 800px;
  position: relative;
}
@media (max-width: 768px) {
  .p-aboutus__middle-visual {
    height: 500px;
    margin-top: 60px;
  }
}
.p-aboutus__middle-visual__img1 {
  width: 60%;
  height: 500px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-aboutus__middle-visual__img1 {
    height: 300px;
  }
}
.p-aboutus__middle-visual__img2 {
  width: 60%;
  height: 500px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .p-aboutus__middle-visual__img2 {
    height: 300px;
  }
}
.p-aboutus__pride__content {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-aboutus__pride__content {
    margin-top: 60px;
  }
}
.p-aboutus__pride__content__title {
  width: 100%;
  line-height: 2;
  text-align: center;
}
.p-aboutus__pride__box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-aboutus__pride__box {
    display: block;
    margin-top: 40px;
  }
}
.p-aboutus__pride__box__img__right {
  width: 100%;
  max-width: 700px;
  height: 100%;
  object-fit: cover;
  margin-right: calc(50% - 50vw);
}
@media (min-width: 1600px) {
  .p-aboutus__pride__box__img__right {
    margin-right: 0;
  }
}
.p-aboutus__pride__box__body {
  max-width: 480px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-aboutus__pride__box__body {
    margin: 0 auto;
  }
}
.p-aboutus__pride__box__body p {
  max-width: 480px;
  line-height: 2;
}
.p-aboutus__pride__box__body__title {
  display: flex;
  align-items: baseline;
}
.p-aboutus__pride__box__body__title h3 {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .p-aboutus__pride__box__body__title h3 {
    margin-top: 10px;
  }
}
.p-aboutus__pride__box__body__title p {
  color: #35c290;
}
.p-aboutus__pride__box__text {
  margin-top: 10px;
}
.p-aboutus__pride__box__02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-aboutus__pride__box__02 {
    display: block;
    margin-top: 40px;
  }
}
.p-aboutus__pride__box__02__img__left {
  width: 100%;
  max-width: 700px;
  height: 100%;
  object-fit: cover;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .p-aboutus__pride__box__02__img__left {
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .p-aboutus__pride__box__02__img__left {
    margin-left: 0;
  }
}
.p-aboutus__pride__box__02__body {
  max-width: 480px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .p-aboutus__pride__box__02__body {
    margin: 0 auto;
  }
}
.p-aboutus__pride__box__02__body p {
  max-width: 480px;
  line-height: 2;
}
.p-aboutus__pride__box__02__body__title {
  display: flex;
  align-items: baseline;
}
.p-aboutus__pride__box__02__body__title h3 {
  margin-left: 10px;
}
.p-aboutus__pride__box__02__body__title p {
  color: #35c290;
}
.p-aboutus__vision__title {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-aboutus__vision__title {
    margin-top: 10px;
  }
}
.p-aboutus__vision__recruit {
  display: flex;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .p-aboutus__vision__recruit {
    margin-top: 20px;
  }
}
.p-aboutus__vision__recruit__img {
  width: 500px;
  height: 400px;
}
.p-aboutus__vision__recruit__box {
  width: 520px;
  height: 350px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -120px;
  right: 0;
}
@media (max-width: 768px) {
  .p-aboutus__vision__recruit__box {
    bottom: -120px;
    width: 80%;
    height: auto;
  }
}
.p-aboutus__vision__recruit__box p {
  line-height: 2;
  padding: 30px;
}
@media (max-width: 768px) {
  .p-aboutus__vision__recruit__box p {
    padding: 20px;
  }
}
.p-aboutus__vision__recruit__box__button {
  text-align: right;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .p-aboutus__vision__recruit__box__button {
    padding-bottom: 20px;
  }
}
.p-aboutus__vision__recruit__image {
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}
@media (max-width: 992px) {
  .p-aboutus__vision__recruit__image {
    margin-top: 190px;
  }
}
.p-aboutus__vision__recruit__image01 {
  margin: -60px 20px 0 0;
  width: 100%;
  max-width: 45%;
}
.p-aboutus__vision__recruit__image02 {
  margin-bottom: -20px;
  width: 100%;
  max-width: 65%;
}
.p-aboutus__company__contents {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.p-aboutus__company__contents .main_ttl {
  width: 40%;
  max-width: 435px;
  margin-right: 5%;
}
.p-aboutus__company__contents .company_table_box {
  width: calc(100% - 435px);
}
.p-aboutus__company_table_box {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-aboutus__company_table_box {
    margin-top: 40px;
  }
}
.p-aboutus__company_table_box .company_table div {
  width: 100%;
  display: flex;
  padding: 30px 5%;
  border-bottom: 0.8px solid #333333;
}
@media (max-width: 768px) {
  .p-aboutus__company_table_box .company_table div {
    display: block;
  }
}
.p-aboutus__company_table_box .company_table div dt,
.p-aboutus__company_table_box .company_table div dd {
  line-height: 1.7;
  text-align: left;
}
.p-aboutus__company_table_box .company_table div dt {
  width: 30%;
  max-width: 150px;
  margin-right: 10%;
}
@media (max-width: 768px) {
  .p-aboutus__company_table_box .company_table div dt {
    width: 100%;
    max-width: 250px;
    margin-right: 0;
  }
}
.p-aboutus__company_table_box .company_table div dd {
  width: calc(90% - 150px);
}
@media (max-width: 768px) {
  .p-aboutus__company_table_box .company_table div dd {
    width: 95%;
    margin-top: 10px;
  }
}

.work-container {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: auto;
}
@media (min-width: 1600px) {
  .work-container {
    width: calc(100% - 30px);
    max-width: 1300px;
    margin: auto;
  }
}

/*===========recruit==============*/
.p-recruit__contents {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333;
}
.p-recruit__name {
  width: 25%;
  padding: 30px 50px;
}
@media (max-width: 768px) {
  .p-recruit__name {
    padding: 30px 10px;
  }
}
.p-recruit__content {
  width: 75%;
  padding: 30px 50px;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-recruit__content {
    padding: 30px 10px;
  }
}
.p-recruit__content-note {
  padding: 30px 50px 0;
}
@media (max-width: 768px) {
  .p-recruit__content-note {
    padding: 30px 10px 0;
  }
}
.p-recruit__note {
  padding: 5px 50px 30px;
}
@media (max-width: 768px) {
  .p-recruit__note {
    padding: 5px 10px 30px;
  }
}
.p-recruit__img-career {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-recruit__img-career {
    margin-top: 30px;
  }
}

/*===========contact==============*/
/********************************************/
/*contact_block */
/********************************************/
.contact_block {
  position: relative;
  padding: 0 0 235px;
  z-index: 1;
}
.contact_block:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #eee;
  z-index: -1;
}
@media (max-width: 768px) {
  .contact_block {
    padding: 0 0 120px;
  }
}

.form_box {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 70px 90px;
  background: #fff;
}
@media (max-width: 768px) {
  .form_box {
    padding: 30px 20px;
  }
}

.form_box table {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .form_box table {
    margin-bottom: 20px;
  }
}
.form_box th {
  width: 35%;
  padding: 1em 13% 1em 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 768px) {
  .form_box th {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
    font-size: 1.5rem;
  }
}
.form_box td {
  width: 65%;
  padding: 1em 0 1em 1em;
}
@media (max-width: 768px) {
  .form_box td {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 1.5em;
    padding: 0;
  }
}
.form_box input[type=password],
.form_box input[type=tel],
.form_box input[type=email],
.form_box input[type=text],
.form_box textarea {
  width: 100%;
  padding: 0.8em 1em;
  background: #eee;
  font-size: 1.5rem;
}

.form_box .required {
  position: relative;
}
.form_box .required:before {
  position: absolute;
  top: 0;
  right: 11%;
  bottom: 0;
  content: "必須";
  margin: auto;
  height: 1em;
  background: #35c290;
  padding: 0.3em 0.6em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .form_box .required:before {
    right: 0;
  }
}
.form_box .required.radio:before {
  top: 1.3em;
}
@media (max-width: 768px) {
  .form_box .required.radio:before {
    top: 0;
  }
}
.form_box .v_top {
  vertical-align: top;
}
.form_box .v_top:before {
  top: 1.3em;
  bottom: auto;
}
@media (max-width: 768px) {
  .form_box .v_top:before {
    top: 0;
  }
}
.form_box .error {
  padding-top: 0.3em;
}

.form_box .mwform-radio-field {
  display: block;
}
.form_box .mwform-radio-field-text {
  position: relative;
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 0.5em 2em;
  font-weight: bold;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.form_box .mwform-radio-field-text:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  margin: auto;
  width: 20px;
  height: 20px;
  background: #eee;
  border-radius: 30px;
}
.form_box .mwform-radio-field-text:after {
  position: absolute;
  top: 0px;
  left: 5px;
  bottom: 0;
  content: "";
  margin: auto;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 30px;
  transition: 0.2s;
  opacity: 0;
}
.form_box input[type=radio]:checked + .mwform-radio-field-text:after {
  opacity: 1;
  transition: 0.2s;
}

.submit_btn {
  text-align: center;
}
.submit_btn input {
  width: 100%;
  max-width: 300px;
  padding: 1.13em 1em;
  background: url(../img/ico-arrow-right.svg) no-repeat center right 15px/7px, #000;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .submit_btn input {
    max-width: 270px;
  }
}

.submit_btn--back {
  text-align: center;
}
.submit_btn--back input {
  width: 100%;
  max-width: 300px;
  padding: 1.13em 1em;
  background: url(../img/ico-arrow-right.svg) no-repeat center right 15px/7px, #000;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .submit_btn--back input {
    max-width: 270px;
  }
}

.contact_block .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

/*===========others==============*/
.p-entry__title {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 4.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-entry__title {
    font-size: 3.6rem;
  }
}
@media (max-width: 576px) {
  .p-entry__title {
    font-size: 2.4rem;
  }
}

.p-privacy {
  margin-top: 80px;
}
.p-privacy__title {
  margin-top: 50px;
  text-align: center;
  line-height: 2;
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .p-privacy__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  .p-privacy__title {
    font-size: 2.4rem;
  }
}
.p-privacy__title__text {
  margin-top: 50px;
  line-height: 2;
}
.p-privacy__contents {
  margin-top: 30px;
}
.p-privacy__contents__text {
  margin-top: 30px;
  line-height: 2;
}

.p-thanks {
  margin-top: 80px;
}
.p-thanks p {
  line-height: 2;
}

/*=============================================*/
/*YouTube*/
/*=============================================*/
.p-youtube__box {
  margin-top: 40px;
}
.p-youtube__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .p-youtube__content {
    justify-content: space-around;
  }
}
@media (max-width: 576px) {
  .p-youtube__content {
    display: block;
  }
}
.p-youtube__content p {
  position: relative;
  width: 30%;
  padding-top: 18%;
  margin: 30px 30px 0 0;
}
@media (max-width: 992px) {
  .p-youtube__content p {
    width: 40%;
    padding-top: 25%;
  }
}
@media (max-width: 576px) {
  .p-youtube__content p {
    width: 80%;
    padding-top: 45%;
    margin: 50px auto 0;
  }
}
.p-youtube__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*===========company-profile==============*/
.p-company-profile__body {
  background-color: #35c290;
  padding: 8rem 8rem 6rem 8rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-company-profile__body {
    padding: 4rem;
  }
}
.p-company-profile__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-company-profile__list {
    display: block;
    margin-top: 1rem;
  }
}
.p-company-profile__list:nth-of-type(1) {
  margin-top: 0;
}
.p-company-profile__item {
  display: block;
  width: 24%;
  padding: 2rem 2rem;
  background-color: #fff;
  color: "000";
  margin-right: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-company-profile__item:nth-of-type(4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .p-company-profile__item {
    width: 13rem;
    margin-top: 1rem;
    margin-right: 0;
    font-size: 1rem;
    font-weight: bold;
    padding: 2rem 1rem;
  }
}
.p-company-profile__note {
  font-size: 1.35rem;
  color: #fff;
  text-align: left;
  margin-top: 3rem;
}

.grid-warpper {
  display: flex;
}
@media (max-width: 768px) {
  .grid-warpper {
    display: grid;
    grid-template-columns: 12rem 12rem;
    grid-template-rows: 8rem 8rem;
    gap: 2rem;
  }
}

.p-aboutus__map iframe {
  width: 800px;
  height: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-aboutus__map iframe {
    width: 95%;
  }
}/*# sourceMappingURL=style.css.map */