@charset "UTF-8";
@font-face {
  font-family: "Satoshi-Regular";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
/* main colors */
/*トップページのスタイル*/
.main_visual {
  position: relative;
  padding: 8rem 0 3rem 0;
  width: 100%;
}
@media (min-width: 920px) {
  .main_visual {
    padding: 12rem 0 5rem 0;
  }
}
.main_visual .main_visual__bg {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
@media (min-width: 920px) {
  .main_visual .main_visual__bg {
    top: 6rem;
  }
}
.main_visual__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0;
  gap: 3%;
  flex-direction: column;
}
@media (min-width: 920px) {
  .main_visual__inner {
    align-items: center;
    flex-direction: row;
    padding: 0 60px;
  }
}
.main_visual__txt {
  padding: 0 20px;
  white-space: wrap;
  position: relative;
  z-index: 10;
}
@media (min-width: 920px) {
  .main_visual__txt {
    padding: 0;
    white-space: nowrap;
  }
}
.main_visual__txt h1 {
  font-size: min(24rem, 24px);
  margin: 0 0 1.5rem 0;
  line-height: 1.6;
  font-family: "Shippori Antique", sans-serif;
  font-weight: normal;
}
@media (min-width: 920px) {
  .main_visual__txt h1 {
    font-size: min(2.9282576867vw, 40px);
    margin: 0 0 1rem 0;
  }
}
.main_visual__txt h1 .kanji {
  font-size: min(32rem, 32px);
}
@media (min-width: 920px) {
  .main_visual__txt h1 .kanji {
    font-size: min(3.8067349927vw, 52px);
  }
}
.main_visual__txt p {
  font-size: min(16rem, 16px);
}
.main_visual__img {
  width: 100vw;
  transform: translateY(-1rem);
}
@media (min-width: 920px) {
  .main_visual__img {
    width: 50vw;
  }
}

#about {
  padding: 0 0 4rem 0;
}
@media (min-width: 920px) {
  #about {
    padding: 0 0 7rem 0;
  }
}
#about .about_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 920px) {
  #about .about_flex {
    flex-direction: row;
  }
}
#about .about_flex__img {
  width: 100%;
  margin: 0 0 2rem 0;
}
@media (min-width: 920px) {
  #about .about_flex__img {
    width: 50%;
  }
}
#about .about_flex__txt {
  width: 100%;
}
@media (min-width: 920px) {
  #about .about_flex__txt {
    width: 47%;
  }
}
#about .about_flex__txt p {
  margin: 0 0 2rem 0;
}

#business {
  position: relative;
  padding: 0 0 0 0;
}
@media (min-width: 920px) {
  #business {
    padding: 0 0 8rem 0;
  }
}
#business:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: url(../img/home/business_bg.jpg) center center no-repeat;
  background-size: cover;
  z-index: -1;
}
#business .intro_txt {
  width: 100%;
  margin: 0 0 3rem 0;
}
@media (min-width: 920px) {
  #business .intro_txt {
    width: 55%;
  }
}
#business .business_block__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 920px) {
  #business .business_block__wrap {
    flex-direction: row;
  }
}
#business .business_block {
  width: 100%;
  padding: 2rem 20px;
}
@media (min-width: 920px) {
  #business .business_block {
    width: 38vw;
    padding: 2rem 2rem;
  }
}
#business .business_block__blue {
  background: #005D97;
  order: 2;
}
@media (min-width: 920px) {
  #business .business_block__blue {
    order: 1;
  }
}
#business .business_block__red {
  background: #95262A;
  transform: translateY(0);
  order: 1;
}
@media (min-width: 920px) {
  #business .business_block__red {
    transform: translateY(-10rem);
  }
}
@media (min-width: 920px) {
  #business .business_block__red {
    order: 2;
  }
}
#business .business_block__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Shippori Antique", sans-serif;
  background-color: #002D6A;
  color: #fff;
  line-height: 1;
  text-align: center;
  z-index: 0;
  overflow: visible;
  width: 90%;
  margin: 0 auto;
  height: 50px;
  font-weight: 400;
  gap: 0.6rem;
  font-size: min(18rem, 18px);
}
@media (min-width: 920px) {
  #business .business_block__ttl {
    gap: 1rem;
    height: 70px;
    font-size: min(2.196193265vw, 30px);
  }
}
#business .business_block__ttl::before, #business .business_block__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 35.5px solid transparent;
  border-bottom: 35.5px solid transparent;
  z-index: -1;
}
#business .business_block__ttl::before {
  left: -22px;
  border-right: 22.9px solid #002D6A;
}
#business .business_block__ttl::after {
  right: -22px;
  border-left: 22.9px solid #002D6A;
}
@media screen and (max-width: 768px) {
  #business .business_block__ttl::before, #business .business_block__ttl::after {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
  #business .business_block__ttl::before {
    left: -16px;
    border-right: 16.5px solid #002D6A;
  }
  #business .business_block__ttl::after {
    right: -16px;
    border-left: 16.5px solid #002D6A;
  }
}
#business .business_block__ttl .business_block__icon01 {
  width: 16px;
}
@media (min-width: 920px) {
  #business .business_block__ttl .business_block__icon01 {
    width: 30px;
  }
}
#business .business_block__ttl .business_block__icon02 {
  width: 22px;
}
@media (min-width: 920px) {
  #business .business_block__ttl .business_block__icon02 {
    width: 43px;
  }
}
#business .business_block__ttl_red {
  background-color: #6E1215;
}
#business .business_block__ttl_red::before {
  border-right: 22.9px solid #6E1215;
}
#business .business_block__ttl_red::after {
  border-left: 22.9px solid #6E1215;
}
@media screen and (max-width: 768px) {
  #business .business_block__ttl_red::before {
    border-right: 16.5px solid #6E1215;
  }
  #business .business_block__ttl_red::after {
    border-left: 16.5px solid #6E1215;
  }
}
#business .business_block__list {
  margin: 1rem 0 2rem 0;
}
#business .business_block__list a {
  color: #ffffff;
  padding: 0.3rem 0;
  border-bottom: 1px dotted #002D6A;
  display: block;
  position: relative;
  font-size: min(15rem, 15px);
  transition: 0.4s;
}
@media (min-width: 920px) {
  #business .business_block__list a {
    font-size: min(1.6105417277vw, 22px);
  }
}
#business .business_block__list a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  background: url("../img/common/arrow_right.svg") center center no-repeat;
  background-size: 100%;
  width: 7px;
  height: 12px;
}
#business .business_block__list_red {
  margin: 1rem 0 2rem 0;
}
#business .business_block__list_red a {
  border-bottom: 1px dotted #6E1215;
}
#business .business_block__img {
  margin: 0 0 2rem 0;
}
#business .business_block .business_block__btn {
  display: flex;
  justify-content: center;
}

#price {
  padding: 3rem 0 4rem 0;
  background: url("../img/home/price_bg_sp.png") right -7rem no-repeat;
  background-size: 100% auto;
}
@media (min-width: 920px) {
  #price {
    padding: 4rem 0 7rem 0;
    background: url("../img/home/price_bg.png") right -13rem no-repeat;
    background-size: 45% auto;
  }
}
#price .price_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 920px) {
  #price .price_flex {
    flex-direction: row;
  }
}
#price .price_flex__img {
  width: 100%;
  margin: 0 0 2rem 0;
}
@media (min-width: 920px) {
  #price .price_flex__img {
    width: 43%;
    margin: 0 0 0 0;
  }
}
#price .price_flex__txt {
  width: 100%;
}
@media (min-width: 920px) {
  #price .price_flex__txt {
    width: 54%;
  }
}
#price .price_flex__txt p {
  margin: 0 0 2rem 0;
}

#news {
  padding: 3rem 0 3rem 0;
  background: #ffffff;
}
@media (min-width: 920px) {
  #news {
    padding: 5rem 0 3rem 0;
  }
}
#news .container-base {
  overflow: visible;
}
#news #news-filter {
  transform: translate(-20px, 0);
  width: calc(100% + 40px);
  overflow: visible;
}
@media (min-width: 920px) {
  #news #news-filter {
    width: 100%;
    transform: translate(-20px, -5rem);
    padding: 0;
  }
}
#news #news-filter .news-filter_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 920px) {
  #news #news-filter .news-filter_inner {
    flex-direction: row;
  }
}
#news #news-filter .news-categories {
  display: flex;
  flex-direction: row;
  gap: 8px;
  transform: translateY(0);
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 0 0 0 20px;
  margin: 0 0 1rem 0;
}
@media (min-width: 920px) {
  #news #news-filter .news-categories {
    transform: translateY(5rem);
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    margin: 0;
  }
}
#news #news-filter .news-categories li a {
  line-height: 1;
  background: #95262A;
  border: 1px solid #95262A;
  color: #ffffff;
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  font-weight: 600;
  white-space: nowrap;
  font-size: min(13rem, 13px);
}
#news #news-filter .news-categories li a.active {
  background: #ffffff;
  color: #95262A;
}
#news #news-items {
  width: 100%;
  margin: 0 0 2.5rem 0;
  padding: 0 20px;
}
@media (min-width: 920px) {
  #news #news-items {
    width: 75%;
    padding: 0;
    margin: 0 0 3rem 0;
  }
}
#news #news-items .news-item {
  border-bottom: 1px solid #001E55;
}
#news #news-items .news-item a {
  display: flex;
  padding: 15px 0;
  gap: 15px;
  position: relative;
}
@media (min-width: 920px) {
  #news #news-items .news-item a {
    padding: 20px 0;
    gap: 20px;
  }
}
#news #news-items .news-item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002D6A;
  opacity: 0;
  transition: 0.4s;
}
#news #news-items .news-item a:hover:after {
  opacity: 0.1;
}
#news #news-items .news-item a .news-item__thumb {
  width: 25%;
  position: relative;
  z-index: 10;
}
@media (min-width: 920px) {
  #news #news-items .news-item a .news-item__thumb {
    width: 180px;
  }
}
#news #news-items .news-item a .news-item__thumb img {
  width: 100%;
  height: auto;
}
#news #news-items .news-item a .news-item__right {
  width: calc(75% - 15px);
  position: relative;
  z-index: 10;
}
@media (min-width: 920px) {
  #news #news-items .news-item a .news-item__right {
    width: calc(100% - 200px);
  }
}
#news #news-items .news-item a .news-item__right .news-item__meta {
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 920px) {
  #news #news-items .news-item a .news-item__right .news-item__meta {
    gap: 20px;
    margin: 0 0 0.8rem 0;
  }
}
#news #news-items .news-item a .news-item__right .news-item__meta .news-item__date {
  font-family: "Satoshi-Regular";
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
}
#news #news-items .news-item a .news-item__right .news-item__meta .news-item__category {
  line-height: 1;
  background: #95262A;
  border: 1px solid #95262A;
  color: #ffffff;
  display: inline-flex;
  padding: 5px 12px 5px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  font-weight: 600;
  white-space: nowrap;
  font-size: min(11rem, 11px);
}
@media (min-width: 920px) {
  #news #news-items .news-item a .news-item__right .news-item__meta .news-item__category {
    padding: 7px 16px 6px 16px;
    font-size: min(13rem, 13px);
  }
}
#news #news-items .news-item a .news-item__right .news-item__title {
  font-weight: 300;
  font-size: min(16rem, 16px);
  line-height: 1.6;
}

#recruit {
  position: relative;
  padding: 3rem 0 0 0;
}
@media (min-width: 920px) {
  #recruit {
    padding: 5rem 0 0 0;
  }
}
#recruit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: url("../img/home/recruit_bg.jpg") center center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 920px) {
  #recruit:before {
    height: 80%;
  }
}
#recruit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-image: url("../img/common/foot_bg.png");
  background-repeat: repeat;
  background-color: #F7F7F7;
  z-index: 1;
}
#recruit h2.common_h2 {
  text-align: center;
}
#recruit h2.common_h2:before {
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#recruit h2.common_h2:after {
  width: 60px;
  left: calc(50% + 20px);
  transform: translateX(-50%);
  z-index: 10;
}
#recruit .container-base {
  position: relative;
  z-index: 10;
}
#recruit .recruit_area {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin: 0 0 10rem 0;
  flex-direction: column;
}
@media (min-width: 920px) {
  #recruit .recruit_area {
    flex-direction: row;
    margin: 0 0 6rem 0;
  }
}
#recruit .recruit_area .recruit_area_ttl {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: min(26rem, 26px);
}
@media (min-width: 920px) {
  #recruit .recruit_area .recruit_area_ttl {
    font-size: min(2.196193265vw, 30px);
    width: 35%;
    justify-content: flex-end;
  }
}
#recruit .recruit_area .recruit_area__right {
  width: 100%;
  padding: 2rem 0 0 0;
}
@media (min-width: 920px) {
  #recruit .recruit_area .recruit_area__right {
    width: 35%;
    padding: 5rem 0 0 0;
  }
}
#recruit .recruit_area .recruit_area__right p {
  margin: 0 0 2rem 0;
}

/*# sourceMappingURL=home.css.map */
