@charset "UTF-8";
/* variable */
/* breakpoint */
/* font family */
/* mixin */
/* introduction main visual */
#introduction_wrap .wrap {
  width: 90%;
}
@media screen and (max-width: 721px) {
  #introduction_wrap .wrap {
    width: 100%;
  }
}

#introduction_main_visual {
  background: url("../../cocoon-master/images/introduction_main_visual.png") no-repeat;
  background-size: cover;
  background-position: top 10px center;
  padding-top: 122px;
  text-align: center;
}
#introduction_main_visual .section_heading {
  position: relative;
  margin-bottom: 0;
}
#introduction_main_visual .section_heading::before {
  content: "Olive 機能紹介";
  position: absolute;
  -webkit-text-stroke: 0;
}
@media screen and (max-width: 721px) {
  #introduction_main_visual .section_heading {
    font-size: 40px;
  }
}
#introduction_main_visual h2 {
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 721px) {
  #introduction_main_visual h2 {
    font-size: 15px;
  }
}

/* introduction schedule */
#introduction_schedule {
  text-align: center;
  
}
#introduction_schedule h1{
  font-size: 30px;
  color: #155765;
}
#introduction_schedule hr{
  height: 4px;
  border-top: 6px solid #8CA609;
  border-radius: 15px;
  margin: 0 auto 20px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  width: 100%;
  max-width: 364px;
}
@media screen and (max-width: 721px) {
  #introduction_schedule hr {
    width: 90%;
    max-width: 364px;
  }
}
@media screen and (max-width: 350px) {
  #introduction_schedule hr {
    width: 100%;
    max-width: 280px;
  }
}
#introduction_schedule p.first {
  color: #4D2C3D;
  font-size: 18px;
}
#introduction_schedule p.section_text {
  font-size: 18px;
  text-align: left;
}
#introduction_schedule img {
  width: 80%;
  max-width: 887px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 721px) {
  #introduction_schedule img {
    width: 100%;
  }
}
#introduction_schedule .flex.wrapper {
  justify-content: end;
}
@media screen and (max-width: 1200px) {
  #introduction_schedule .flex.wrapper {
    margin-top: -40px;
  }
}
@media screen and (max-width: 721px) {
  #introduction_schedule .flex.wrapper {
    display: block;
    margin-top: initial;
  }
}
#introduction_schedule .flex.wrapper .flex {
  height: 50px;
}
#introduction_schedule .flex.wrapper .flex.response {
  border: 3px solid #8CA609;
  background-color: #fff;
  color: #8CA609;
  border-radius: 30px;
  font-size: 20px;
  width: 25%;
  max-width: 257px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#introduction_schedule .flex.wrapper .flex.response img {
  width: 17px;
  height: 25px;
}
#introduction_schedule .flex.wrapper .flex.response p {
  width: 80%;
  margin-bottom: 0;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  #introduction_schedule .flex.wrapper .flex.response {
    width: 40%;
  }
}
@media screen and (max-width: 721px) {
  #introduction_schedule .flex.wrapper .flex.response {
    width: 100%;
    height: 56px;
    max-width: 350px;
    margin: 0 auto;
  }
}
#introduction_schedule .flex.wrapper .flex.sansan {
  border: 3px solid #004E98;
  border-radius: 30px;
  font-size: 27px;
  width: 15%;
  max-width: 187px;
  color: #004E98;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  padding: 10px 15px;
}
#introduction_schedule .flex.wrapper .flex.sansan img {
  width: 50%;
}
#introduction_schedule .flex.wrapper .flex.sansan p {
  width: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #introduction_schedule .flex.wrapper .flex.sansan {
    width: 25%;
  }
  #introduction_schedule .flex.wrapper .flex.sansan img {
    max-width: 75px;
    margin-right: 0;
  }
  #introduction_schedule .flex.wrapper .flex.sansan p {
    padding-left: 3px;
  }
}
@media screen and (max-width: 721px) {
  #introduction_schedule .flex.wrapper .flex.sansan {
    width: 100%;
    max-width: 350px;
    margin-left: initial;
    padding: 25px;
    margin: 10px auto 0;
  }
  #introduction_schedule .flex.wrapper .flex.sansan img {
    width: 71px;
    margin-right: 3px;
  }
  #introduction_schedule .flex.wrapper .flex.sansan p {
    text-align: left;
  }
}

/* introduction detail */
@media screen and (max-width: 721px) {
  #introduction_detail.section_wrap {
    padding-top: 25px;
  }
}
#introduction_detail .flex {
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
}
#introduction_detail .flex .flex_item {
  width: 48%;
  margin: 0 0 60px;
}
@media screen and (max-width: 721px) {
  #introduction_detail .flex .flex_item {
    width: 100%;
  }
}
#introduction_detail .flex .flex_item h3 {
  font-size: 24px;
  position: relative;
  color: #4D2C3D;
  padding-left: 30px;
  text-align: left;
  margin-bottom: 10px;
}
#introduction_detail .flex .flex_item h3 img {
  width: 24px;
  height: 22px;
  position: absolute;
  top: 0.1em;
  left: 0;
}
#introduction_detail .flex .flex_item p.section_text {
  text-align: left;
}
#introduction_detail .flex .flex_item a{
  cursor:pointer;
}
#introduction_detail .flex .flex_item p a{
  color: blue;
}
#introduction_detail .flex .flex_item p a:hover{
  color: #8CA609;
}
#introduction_detail .flex .flex_item a.sample_img {
  background-color: #4D2C3D;
  color: #fff;
  padding: 10px 25px;
  border-radius: 10px;
  margin-left: auto;
  display: block;
  width: fit-content;
  font-size: 14px;
}
@media screen and (max-width: 721px) {
  #introduction_detail .flex {
    display: block;
  }
  #introduction_detail .flex .flex_item.second {
    margin-top: 40px;
  }
}

/* introduction features */
@media screen and (max-width: 721px) {
  #introduction_features.section_wrap {
    padding-top: 25px;
  }
}
#introduction_features .wrap > div {
  max-width: 800px;
  margin: 0 auto;
  color: #57652A;
  display: block;
}
#introduction_features .wrap > div h3 {
  text-align: left;
  font-size: 23px;
}
#introduction_features .wrap > div .flex {
  flex-wrap: wrap;
  text-align: center;
}
#introduction_features .wrap > div .flex a {
  width: 50%;
  max-width: 200px;
  height: 53px;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border: 1px solid #57652A;
  margin: -1px 0 0 -1px;
}
#introduction_features .wrap > div .flex a svg {
  width: calc(20% + 10px);
}
#introduction_features .wrap > div .flex a svg g,
#introduction_features .wrap > div .flex a svg path {
  fill: #57652A;
}
#introduction_features .wrap > div .flex a.active, #introduction_features .wrap > div .flex a:hover {
  background-color: #57652A;
  color: #fff;
}
#introduction_features .wrap > div .flex a.active svg g,
#introduction_features .wrap > div .flex a.active svg path, #introduction_features .wrap > div .flex a:hover svg g,
#introduction_features .wrap > div .flex a:hover svg path {
  fill: #fff;
}
#introduction_features .wrap > div .flex a span {
  width: calc(80% - 10px);
  margin-left: -0.5em;
}
@media screen and (max-width: 721px) {
  #introduction_features .wrap > div .flex .flex_item {
    width: 50%;
    max-width: none;
  }
}

#modal_wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
}
#modal_wrap > div {
  background: #fff;
  width: 60%;
  max-height: calc(80vh - 61px);
  padding: 20px;
  position: relative;
  overflow-y: scroll;
  margin-top: 5vh;
}
@media screen and (max-width: 721px) {
  #modal_wrap > div {
    width: 100%;
    margin: 0;
  }
}
#modal_wrap > div a {
  position: absolute;
  top: 20px;
  right: 20px;
}
#modal_wrap > div figure {
  height: calc(80vh - 101px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 721px) {
  #modal_wrap > div figure {
    height: auto;
    padding-top: 40px;
  }
}
#modal_wrap > div figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* 追加分(おすすめポイント) 2023.06.26 */
.recommended-points{
  width: min(95%, 1200px);
  margin: 0 auto;
  border-top: 2px solid #CCCCCC;
  padding-top: 75px;
  margin-bottom: 50px;
}
.recommended-points__inner{
  border: 1px solid #8CA609;
  width: min(100%, 1073px);
  margin: 0 auto;
  position: relative;
  background-color: #FAFCF2;
}
.recommended-points__label{
  position: absolute;
  border: 3px solid #8CA609;
  border-radius: 100vh;
  font-size: 20px;
  color: #8CA609;
  font-weight: bold;
  padding: 4.34px 49.84px 4.34px 27.84px;
  top: -24px;
  left: 20px;
  background-color: #fff;
}
@media (max-width: 360px){
.recommended-points__label{
  left: 5px;
  font-size: 18px;
}
}
.recommended-points__label::after{
  content: '';
  background: url("../../cocoon-master/images/ico_recommended01.webp") no-repeat;
  background-size: contain;
  width: 20px;
  height: 23px;
  position: absolute;
  right: 16px;
  top: calc(50% - 23px /2);
}
.recommended-points-list{
  padding: 53px 0 11px 45px;
}
@media (max-width: 768px){
.recommended-points-list{
 padding-left: 10px; 
}
}
.recommended-points-list__item{
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}
@media (max-width: 520px){
.recommended-points-list__item{
  padding-left: 30px;
}
}
.recommended-points-list__item::before{
  content: '';
  background: url("../../cocoon-master/images/ico_recommended02.webp") no-repeat;
  background-size: contain;
  width: 27px;
  height: 23px;
  position: absolute;
  left: 0;
  top: calc(50% - 23px /2);
}
@media (max-width: 960px){
.recommended-points-list__item::before{
  top: 9px;
}

}
.recommended-points-list__item:not(:last-child){
  margin-bottom: 15px;
}