@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : about.css
Description : リクルート - 伊勢湾海運について
===================================================================== */
/* =====================================================================
    about
======================================================================*/
.about .page-ttl {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .about .page-ttl {
    letter-spacing: 0.29em;
  }
}
.about_column {
  position: relative;
  width: 100%;
}
.about_menu {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about_menu {
    width: 83.3333333333%;
    margin: 0 auto;
  }
}
.about_menu > li {
  width: 100%;
  margin: 0 0 2px 0;
}
@media screen and (min-width: 768px) {
  .about_menu > li {
    width: 24.7204968944%;
    margin: 0 2px 2px 0;
  }
}
.about_menu > li > a {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about_menu > li > a:hover {
    opacity: 0.7;
    background-color: rgba(196, 196, 196, 0.8);
  }
}
@media screen and (min-width: 768px) {
  .about_menu > li > a:hover::before {
    content: "";
  }
}

/* =====================================================================
    about_company
======================================================================*/
.about_company_column {
  position: relative;
  width: 100%;
}
.about_company_outline {
  position: relative;
  width: 100%;
}
.about_company_outline_item {
  position: relative;
  width: 100%;
  line-height: 1.684;
}
.about_company_outline_item > dt {
  margin-top: 6rem;
  padding-bottom: 1rem;
  color: #2e3192;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 0.2rem solid #2e3192;
}
@media screen and (min-width: 768px) {
  .about_company_outline_item > dt {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}
.about_company_outline_item > dt:first-child {
  margin-top: 0;
}
.about_company_outline_item > dd {
  margin-top: 1.5rem;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .about_company_outline_item > dd {
    font-size: 2.2rem;
  }
}
.about_company_site {
  position: relative;
  width: 100%;
  margin-top: 16rem;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .about_company_site {
    margin-top: 11rem;
    padding: 11rem 0;
  }
}
.about_company_site::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #f3f1ee;
  transform: translateX(-50%);
  z-index: -1;
}
.about_company_site_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 107.0769230769%;
  margin: -0.8rem -3.5384615385% 0 -3.5384615385%;
}
@media screen and (min-width: 768px) {
  .about_company_site_list {
    width: 140%;
    margin: 0 -20%;
  }
}
.about_company_site_list > li {
  width: 49.4252873563%;
  margin: 0.8rem 0 0 1.1494252874%;
}
@media screen and (min-width: 768px) {
  .about_company_site_list > li {
    width: 24.5714285714%;
    margin: 0 0 0 0.5714285714% !important;
  }
}
.about_company_site_list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .about_company_site_list > li:nth-child(4n+1) {
    margin-left: 0 !important;
  }
}
.about_company_site_list > li > a {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about_company_site_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .about_company_site_list > li > a:hover::before {
    border: 0.8rem solid #a49a7c;
  }
}
.about_company_site_list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0rem solid #a49a7c;
  background-color: transparent;
  transition: 0.3s ease;
}
.about_company_site_btn {
  position: relative;
  width: 83.0769230769%;
  aspect-ratio: 540/110;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .about_company_site_btn {
    width: 52%;
    aspect-ratio: 520/72;
  }
}
.about_company_site_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #002370;
}
@media screen and (min-width: 768px) {
  .about_company_site_btn > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .about_company_site_btn > a:hover::after {
    width: 11.5384615385%;
  }
}
.about_company_site_btn > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 7.4074074074%;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .about_company_site_btn > a::after {
    width: 5.7692307692%;
  }
}
.about_company_site_btn > a > span {
  color: #ffffff;
  font-family: "Zen Antique", serif;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .about_company_site_btn > a > span {
    font-size: 2.4rem;
  }
}
.about_company_mission {
  position: relative;
  width: 100%;
  margin-top: 16rem;
}
@media screen and (min-width: 768px) {
  .about_company_mission {
    margin-top: 11rem;
  }
}
.about_company_mission_ttl {
  position: relative;
  width: 100%;
  padding-bottom: 1rem;
  line-height: 1.684;
  border-bottom: 0.2rem solid #2e3192;
}
.about_company_mission_ttl > em {
  position: relative;
  display: block;
  color: #a49a7c;
  font-style: normal;
  font-family: "Zen Antique", serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
.about_company_mission_ttl > em::before {
  content: "";
  position: absolute;
  left: -1.2em;
  top: 50%;
  display: block;
  width: 0.8em;
  aspect-ratio: 42/34;
  background-image: url(../images/common/icon_arrow3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-45%);
}
.about_company_mission_ttl > span {
  display: block;
  color: #2e3192;
  font-family: "Zen Antique", serif;
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .about_company_mission_ttl > span {
    font-size: 3.2rem;
  }
}
.about_company_mission_lead {
  position: relative;
  width: 100%;
  margin-top: 5rem;
  font-family: "Zen Antique", serif;
  font-size: 6rem;
  line-height: 1.684 !important;
  letter-spacing: 0.08em;
  background: linear-gradient(180deg, #2e3192 0%, #2c2d5f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .about_company_mission_lead {
    margin-top: 3rem;
    font-size: 4.6rem;
    letter-spacing: 0.24em;
  }
}
.about_company_mission_img {
  position: relative;
  width: 49.6923076923%;
  margin: 5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .about_company_mission_img {
    width: 32.3%;
    margin: 3rem auto 0 auto;
  }
}
.about_company_mission_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about_company_mission_text {
    margin-top: 4rem;
  }
}
.about_company_mission_text > dt {
  color: #a49a7c;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.684;
}
@media screen and (min-width: 768px) {
  .about_company_mission_text > dt {
    font-size: 3rem;
  }
}
.about_company_mission_text > dd {
  margin-top: 6rem;
  color: #002370;
  font-size: 3rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about_company_mission_text > dd {
    margin-top: 4rem;
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=about.css.map */