/* 使用フォント */
:root{
  --Zen-Maru-Gothic: "Zen Maru Gothic", sans-serif;
}

/* 背景の花 */
/* 背景追従 */
.bg_wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg_filter {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #FFF5DA;
  opacity: 38%;
}
.bg_shape {
  width: 100%;
  height: auto;
  top: 3.7rem;
  left: -.8rem;
  position: fixed;
  z-index: -1;
}
.bg_shape_sp {
  display: none;
}
/* 背景追従ここまで */
/* 下層FV */
.fv_bg_cor {
  width: 100%;
  height: 51.7rem;
  background-color: #FFF5DA;
  /* opacity: 0; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero_visual {
  width: 106rem;
  height: 40rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.hero_visual img {
  border-radius: 4rem;
  object-position: 50% 35%;
}

/* 会社情報の白い背景部分 */
.company_title_wrapper{
  display: flex;
  justify-content: center;
  background-color: #fff5da;
  padding-top: 3rem ;
  padding-bottom: 4.9rem;
}

/* 会社説明の中身部分 */
.company_content{
  width: 90.3rem;
  background-color: #FFFFFF;
  border-radius: 4rem;
  margin-left: 16.7rem;
  padding: 8.5rem 9rem 8rem;
  font-weight: 500;
  font-family: var(--Zen-Maru-Gothic) ;
  position: relative;
  z-index: 3;
}

.company_sub_title{
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-left: 2rem;
  position: relative;
}


.company_sub_title::before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 10rem;
  background-color: #00A57C;
  position: absolute;
  top: 0.4rem;
  left: -2rem;
}

.company_main_title{
  font-size: 3.3rem;
  margin-bottom: 2rem;
}

.company_desc{
  font-size: 1.6rem;
  line-height: calc(25/16);
}

.company_info {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
}

.company_info_title {
  width: 20%;
  padding: 1.8rem 0;
  border-bottom: 0.1rem solid #01A47D;
  color: #00A57C;
}

.company_info_detail {
  width: 80%;
  padding: 1.8rem 0;
  border-bottom: 0.1rem solid #000000;
}

.company_office{
  margin-top: 0.5rem;
  padding-bottom: 3rem;
}
.company_office:nth-last-child(1) {
  padding-bottom: 0;
}

.office_name{
  font-weight: bold;
}

.office_map{
  margin-top: 1rem;
  font-size: 1.6rem;
  color: #00A57C;
}

.office_address {
  margin-bottom: 1rem;
}

/* sp版開始 */
@media screen and (max-width: 699.98px){
 /* 下層FV */
.fv_bg_cor {
  width: 100%;
  height: 53.1rem;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 2; */
}
.hero_visual {
  width: 100%;
  padding: 0 2.5rem 0;
  height: auto;
  margin: 0;
  /* margin-bottom: 4rem; */
}

/* 背景追従 */
.bg_wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg_shape_sp {
  width: 100%;
  height: auto;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  padding-top: 9.1rem;
}

  .bg_shape {
  display: none;
}

.hero_visual img {
  border-radius: 3rem;
  object-fit: contain;
}

.company_title_wrapper {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.company_content{
  width: 32.5rem;
  background-color: #FFFFFF;
  border-radius: 3rem;
  margin: 0 auto;
  padding: 3rem 2rem 4rem 2rem;
}

.company_sub_title{
  font-size: 1.5rem;
  /* margin-bottom: 0.5rem; */
  margin-bottom: 0;
  margin-left: 2rem;
  position: relative;
}


.company_main_title{
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.company_desc{
  font-size: 1.6rem;
}

.company_info {
  margin-top: 4rem;
  display: block;
  font-size: 1.8rem;
}

.company_info_title {
  width: 100%;
  padding: 0.8rem 0;
}

.company_info_title:first-child{
  padding-top: 0;
}

.company_info_detail {
  width: 100%;
  padding: 1rem 0;
}

.company_office{
  margin-top: 3rem;
  padding-bottom: 0;
  line-height: calc(26/18);
}

.company_office:first-child{
  margin-top: 0;
}
.company_office:last-child{
  margin-bottom: 2rem;
}

}

