/* variable */
/* breakpoint */
/* font family */
/* mixin */
#front_wrap {
  overflow: hidden;
}

/* main visual area */
#front_main_visual {
  padding-top: 122px;
  background: url("../images/front_main_visual.webp") no-repeat;
  background-size: cover;
  background-position: center 96px;
  color: #fff;
  padding-bottom: 0;
  height: 736px;
}
@media screen and (max-width: 721px) {
  #front_main_visual{
    background-position: calc(50% - 275px) center;
  }
}
#front_main_visual .wrap {
  width: 90%;
  height: 100%;
  /*display: flex;*/
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 721px) {
  #front_main_visual .wrap {
    width: 100%;
  }
}
#front_main_visual h1 {
  font-size: 38px;
  text-align: right;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 721px) {
  #front_main_visual h1 {
    margin-top: -20px;
  }
}
#front_main_visual .wrap #main_text_wrap {
  width: 60%;
  max-width: 517px;
  /*max-height: 350px;*/
  position: absolute;
}
@media screen and (max-width: 721px) {
  #front_main_visual .wrap #main_text_wrap {
    bottom: 5px;
  }
}
#front_main_visual .wrap #main_text_wrap a{
  border-radius: 10px;
  width: 48%;
  max-width: 249px;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 48px;
  font-size: 14px;
  background-color: #E35050;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#front_main_visual .wrap #main_text_wrap a:hover{
  opacity: 0.7;
}
#front_main_visual .wrap #main_text_wrap a span::after {
  content: "";
  background: url("../images/cv_arrow_to_right_circle.png") no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: calc(50% - 18px / 2);
  right: 16px;
}
#front_main_visual .wrap #main_text_wrap a span::before{
  content: "";
  background-size: cover !important;
  display: inline-block;
  position: absolute;
  left: 16px;
}
#front_main_visual .wrap #main_text_wrap a.request span::before {
  background: url("../images/cv_olive_book_icon.png") no-repeat;
  width: 35px;
  height: 27px;
  top: calc(50% - 27px / 2);
}
#front_main_visual .wrap #main_text_wrap a.ask span::before {
  background: url("../images/cv_orange_letter_icon.png") no-repeat;
  width: 32px;
  height: 24px;
  top: calc(50% - 24px / 2);
}
@media screen and (max-width: 721px) {
  #front_main_visual .wrap #main_text_wrap {
    width: calc(100% - 40px);
    max-width: auto;
  }
  #front_main_visual .wrap #main_text_wrap div{
    text-align: center;
  }
  #front_main_visual .wrap #main_text_wrap a{
    width: 100%;
    margin-top: 20px;
  }
}
#front_main_visual #front_main_visual_cv {
  text-align: center;
  /*margin-top: 25px;*/
  margin: 25px calc(50% - 50vw) 0;
  background-color: rgba(255, 255, 255, 55%);
  display: flex;
  justify-content: space-evenly;
  padding: 47px 0 36px;
  /*justify-content: space-between;*/
}
@media screen and (max-width: 721px) {
  #front_main_visual #front_main_visual_cv {
    flex-direction: column;
    align-items: center;
    /*gap: 15px;*/
    gap: 35px;
    /*margin-top: 15px;*/
    margin-top: 56px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
#front_main_visual #front_main_visual_cv .flex_item{
  width: 48%;
  max-width: 557px;
}
#front_main_visual #front_main_visual_cv .flex_item:last-child .text{
  /*margin-bottom: 50px;*/
}
@media screen and (max-width: 721px) {
 #front_main_visual #front_main_visual_cv .flex_item{
  width: 100%;
} 
#front_main_visual #front_main_visual_cv .flex_item:last-child .text{
  margin-bottom: 14px;
}
}
#front_main_visual #front_main_visual_cv .text{
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: left;
  padding-left: 40px;
}
#front_main_visual #front_main_visual_cv .micro_text{
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 1200px) {
  #front_main_visual #front_main_visual_cv .text{
    font-size: min(2.10vw, 24px);
  }
}
@media screen and (max-width: 721px) {
  #front_main_visual #front_main_visual_cv .text{
    padding-left: 10px;
    font-size: 20px;
  }
}
#front_main_visual #front_main_visual_cv .cv_btn {
  border-radius: 10px;
  width: 100%;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 108px;
  font-size: 32px;
}
#front_main_visual #front_main_visual_cv .cv_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 721px) {
  #front_main_visual #front_main_visual_cv .cv_btn {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  #front_main_visual #front_main_visual_cv .cv_btn {
    font-size: 22px;
    line-height: 70px;
  }
}
@media screen and (max-width: 721px) {
  #front_main_visual #front_main_visual_cv .cv_btn {
    font-size: 18px;
    text-indent: 1.5em;
  }
}
#front_main_visual #front_main_visual_cv .cv_btn span {
  position: relative;
  display: block;
}
#front_main_visual #front_main_visual_cv .cv_btn span::after {
  content: "";
  background: url("../images/cv_arrow_to_right_circle.png") no-repeat;
  background-size: cover;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 40px / 2);
  right: 37px;
}
@media screen and (max-width: 1200px) {
  #front_main_visual #front_main_visual_cv .cv_btn span::after {
    top: calc(50% - 24px / 2);
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 350px) {
  #front_main_visual #front_main_visual_cv .cv_btn span::after {
    display: none;
  }
}
#front_main_visual #front_main_visual_cv .cv_btn.request span {
  /*background-color: #00BCB8;*/
  background-color: #E35050;
  border-radius: 10px;
}
#front_main_visual #front_main_visual_cv .cv_btn.request span::before {
  content: "";
  background: url("../images/cv_olive_book_icon.png") no-repeat;
  background-size: cover;
  display: inline-block;
  width: 72px;
  height: 56px;
  position: absolute;
  top: calc(50% - 56px / 2);
  left: 37px;
}
@media screen and (max-width: 1200px) {
  #front_main_visual #front_main_visual_cv .cv_btn.request span::before {
    width: 40px;
    height: 31px;
    top: calc(50% - 31px / 2);
  }
}
@media screen and (max-width: 721px) {
  #front_main_visual #front_main_visual_cv .cv_btn.request span::before {
    width: 45px;
    height: 34px;
    top: calc(50% - 34px / 2);
  }
}
@media screen and (max-width: 350px) {
  #front_main_visual #front_main_visual_cv .cv_btn.request span::before {
    display: none;
  }
}
#front_main_visual #front_main_visual_cv .cv_btn.ask span {
  /*background-color: #ED7A2C;*/
  background-color: #E35050;
  border-radius: 10px;
}
#front_main_visual #front_main_visual_cv .cv_btn.ask span::before {
  content: "";
  background: url("../images/cv_orange_letter_icon.png") no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  width: 68px;
  height: 49px;
  top: calc(50% - 49px / 2);
  left: 37px;
}
@media screen and (max-width: 1200px) {
  #front_main_visual #front_main_visual_cv .cv_btn.ask span::before {
    width: 40px;
    height: 30px;
    top: calc(50% - 30px / 2);
  }
}
@media screen and (max-width: 721px) {
  #front_main_visual #front_main_visual_cv .cv_btn.ask span::before {
    width: 45px;
    height: 34px;
    top: calc(50% - 34px / 2);
  }
}
@media screen and (max-width: 350px) {
  #front_main_visual #front_main_visual_cv .cv_btn.ask span::before {
    display: none;
  }
}

#bnr_wrap{
  text-align: center;
  margin: 40px 0 40px;
}

#bnr_wrap img{
  border: 1px solid #e94b85;
  max-width: 730px;
}

#bnr_wrap img:hover{
  opacity: 0.8;
}
@media screen and (max-width: 721px){
  #bnr_wrap{
    margin: 40px 0 0;
  }
  #bnr_wrap img{
    width: 95%;
  }
}

/* about section */
#about {
  overflow: hidden;
  text-align: center;
  position: relative;
  background-color: #E7F0F4;
}
#about .section_heading {
  position: relative;
}
#about .section_heading::before {
  content: "What's Olive";
  position: absolute;
  -webkit-text-stroke: 0;
}
#about .flex {
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  border-bottom: 6px dotted #BCBEC0;
  gap: 50px;
}
#about .flex svg {
  position: absolute;
  left: 20px;
  display: none;
}
@media screen and (max-width: 721px) {
  #about .flex svg {
    display: block;
  }
}
#about .flex .flex_item {
  width: 30%;
}
#about .flex .flex_item .flex_image_wrap {
  position: relative;
  top: 26px;
}
#about .flex .flex_item .flex_image_wrap img {
  width: 100%;
  max-width: 286px;
  display: block;
}
@media screen and (max-width: 721px) {
  #about .flex .flex_item .flex_image_wrap img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 721px) {
  #about .flex .flex_item .flex_image_wrap img.large {
    display: none;
  }
}
#about .flex .flex_item .flex_image_wrap img.small {
  display: none;
}
@media screen and (max-width: 721px) {
  #about .flex .flex_item .flex_image_wrap img.small {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: -25px;
  }
}
@media screen and (max-width: 350px) {
  #about .flex .flex_item .flex_image_wrap img.small {
    margin-left: -18px;
  }
}
@media screen and (max-width: 1200px) {
  #about .flex .flex_item .flex_image_wrap {
    top: 19px;
  }
}
@media screen and (max-width: 721px) {
  #about .flex .flex_item .flex_image_wrap {
    top: 0;
    left: 0;
    max-width: 404px;
  }
}
@media screen and (max-width: 721px) {
  #about .flex .flex_item {
    width: 100%;
    border-bottom: none;
    position: relative;
  }
  #about .flex .flex_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #about .flex {
    gap: 15px;
  }
}
@media screen and (max-width: 721px) {
  #about .flex {
    display: block;
    width: 95%;
    border-bottom: none;
  }
}

/* feature section */
#feature {
  text-align: center;
  background: url("../images/feature_bg.png") no-repeat;
  background-size: cover;
}
#feature .flex {
  flex-wrap: wrap;
  width: 90%;
  gap: 5px;
  margin: 0 auto;
}
#feature .flex .white_mask {
  width: 210px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 721px) {
  #feature .flex .white_mask {
    width: 200px;
  }
}
#feature .flex a {
  display: contents;
}
#feature .flex a:hover div {
  opacity: 0.5;
}
#feature .flex div.flex_item {
  display: flex;
  align-items: center;
  width: 32%;
  height: 110px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#feature .flex div.flex_item p {
  margin: 0;
}
#feature .flex div.flex_item p br {
  display: block;
}
@media screen and (max-width: 1200px) {
  #feature .flex div.flex_item {
    height: initial;
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 721px) {
  #feature .flex div.flex_item {
    height: 130px;
  }
}
#feature .flex div.bg_navy {
  background-color: rgba(1, 61, 89, 0.8);
}
#feature .flex div.bg_light_blue {
  background-color: rgba(0, 139, 139, 0.8);
}
#feature .flex div.bg_yellow {
  background-color: rgba(92, 138, 0, 0.8);
}
#feature .flex div.bg_brown {
  background-color: rgba(104, 116, 60, 0.8);
}
#feature .flex div.first div {
  width: 50%;
  font-size: 20px;
  font-weight: bold;
}
#feature .flex div.first div.left img {
  width: 70%;
  max-width: 150px;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  margin-right: 15px;
}
@media screen and (max-width: 721px) {
  #feature .flex div.first div.left img {
    margin: 0 auto;
  }
}
#feature .flex div.first div.right {
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #feature .flex div.first div.right {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 721px) {
  #feature .flex div.first div.right {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    margin-top: 22px;
  }
}
#feature .flex div:not(.first) div.left {
  width: 75%;
  height: 100%;
  text-align: left;
}
#feature .flex div:not(.first) div.left .feature_title {
  font-weight: bold;
  font-size: 20px;
}
#feature .flex div:not(.first) div.left p {
  padding: 10px;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  #feature .flex div:not(.first) div.left .feature_title {
    font-size: 16px;
  }
  #feature .flex div:not(.first) div.left p {
    font-size: 13px;
  }
}
@media screen and (max-width: 721px) {
  #feature .flex div:not(.first) div.left .feature_title {
    font-size: 20px;
  }
  #feature .flex div:not(.first) div.left p {
    font-size: 16px;
  }
}
#feature .flex div:not(.first) div.right {
  width: 25%;
  height: 100%;
  position: relative;
}
#feature .flex div:not(.first) div.right img {
  width: 35px;
  height: auto;
  object-fit: cover;
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #feature .flex div:not(.first) div.right img {
    bottom: 1px;
  }
}
@media screen and (max-width: 721px) {
  #feature .flex div:not(.first) div.right img {
    right: 15px;
    bottom: 15px;
  }
}
#feature .flex div:not(.first) div.right img.small {
  width: 30px;
}
#feature .flex div:not(.first) div.right img.large {
  width: 40px;
}
#feature .flex div:not(.first) div.right img.x_large {
  width: 45px;
}
#feature .flex div:not(.first) div.right .white_mask {
  position: absolute;
  top: 10px;
  right: -125px;
}
@media screen and (max-width: 1200px) {
  #feature .flex div:not(.first) div.right .white_mask {
    right: -129px;
  }
}
@media screen and (max-width: 721px) {
  #feature .flex div:not(.first) div.right .white_mask {
    right: -105px;
  }
}
@media screen and (max-width: 721px) {
  #feature .flex {
    display: block;
    width: 100%;
  }
  #feature .flex div.flex_item {
    width: 100%;
  }
}

/* reason section */
#reason {
  text-align: center;
  /*background-color: #E7F0F4;*/
  padding: 50px 0 100px;
}
#reason .section_heading {
  position: relative;
}
.section_heading a{
  color: #fff !important;
}
.section_heading a::before{
  color: #2D5280;
}
.section_heading a:hover::before{
  color: #E35050;
}
#reason .section_heading a::before {
  content: "Reason";
  position: absolute;
  -webkit-text-stroke: 0;
}
#reason a {
  display: contents;
}
#reason .slide-items {
  width: 90%;
  height: 100%;
  padding-left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 721px) {
  #reason .slide-items {
    width: 100%;
  }
}
#reason .slide-items img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* case study section */
#case_study {
  text-align: center;
  background: url("../images/case_study_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}
#case_study .section_heading {
  position: relative;
}
#case_study .section_heading::before {
  content: "Case Study";
  position: absolute;
  -webkit-text-stroke: 0;
}
#case_study .flex {
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}
#case_study .flex div {
  width: 48%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 721px) {
  #case_study .flex div {
    justify-content: center;
  }
}
#case_study .flex div a {
  padding: 20px 0;
}
#case_study .flex div.left img {
  max-width: 300px;
}
#case_study .flex img {
  width: 60%;
  height: auto;
  object-fit: cover;
}
#case_study .flex img.second {
  margin-top: 40px;
}
#case_study .flex p {
  font-size: 18px;
  margin-bottom: 0;
}
#case_study .flex p.second {
  margin-top: 35px;
}
@media screen and (max-width: 721px) {
  #case_study .flex {
    display: block;
    width: 100%;
  }
  #case_study .flex div {
    width: 100%;
    padding: 20px 10px;
    height: 255px;
  }
  #case_study .flex div.left {
    margin-bottom: 10px;
  }
  #case_study .flex div img {
    width: 70%;
    max-width: 280px;
  }
  #case_study .flex div img.second {
    margin-top: 20px;
  }
  #case_study .flex div p.second {
    margin-top: 45px;
  }
}

/* blog & news section */
#blog .section_heading {
  position: relative;
}
#blog .section_heading a::before {
  content: "Blog";
  position: absolute;
  -webkit-text-stroke: 0;
}

#news .section_heading {
  position: relative;
}
#news .section_heading a::before {
  content: "News";
  position: absolute;
  -webkit-text-stroke: 0;
}

#blog, #news {
  text-align: center;
  background-color: #E7F0F4;
}
#blog ul, #news ul {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}
#blog ul li, #news ul li {
  margin-top: 10px;
  padding: 10px 0;
}
#blog ul li:not(:last-child), #news ul li:not(:last-child) {
  border-bottom: 2px solid #707070;
  border-width: fit-content;
}
#blog ul li:first-child, #news ul li:first-child {
  border-bottom: 2px solid #707070;
  border-width: fit-content;
}
#blog ul li span.title, #news ul li span.title {
  padding: 0 10px;
}
@media screen and (max-width: 721px) {
  #blog ul, #news ul {
    width: 90%;
  }
  #blog ul li span, #news ul li span {
    display: block;
    font-weight: bold;
  }
}

/* report section */
#report {
  text-align: center;
}
#report .section_heading {
  position: relative;
}
#report .section_heading a::before {
  content: "Report";
  position: absolute;
  -webkit-text-stroke: 0;
}
#report .flex {
  width: 90%;
  flex-wrap: wrap;
  margin: 0 auto;
}
#report .flex > a {
  display: contents;
}
#report .flex > a > div {
  width: 25%;
  aspect-ratio: 1/1;
  height: fit-content;
  position: relative;
  background-size: cover;
}
#report .flex > a > div .black_cover {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
}
#report .flex > a > div .black_cover p {
  position: absolute;
  color: #fff;
}
#report .flex > a > div .black_cover p.date {
  font-size: 14px;
  left: 10px;
  top: 10px;
}
@media screen and (max-width: 1200px) {
  #report .flex > a > div .black_cover p.date {
    font-size: 12px;
  }
}
@media screen and (max-width: 721px) {
  #report .flex > a > div .black_cover p.date {
    font-size: 14px;
  }
}
#report .flex > a > div .black_cover p.title {
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  padding-left: 10px;
  text-align: left;
  height: 200px;
  /* line-height: 177px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  #report .flex > a > div .black_cover p.title {
    font-size: 13px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 721px) {
  #report .flex > a > div .black_cover p.title {
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 721px) {
  #report .flex > a > div {
    width: 100%;
  }
}
#report .flex > a:hover .black_cover {
  background: rgba(255, 255, 255, 0.75);
}
#report .flex > a:hover .black_cover p {
  color: #ED7A2C;
}
@media screen and (max-width: 721px) {
  #report .flex {
    display: block;
    width: 100%;
  }
}
