@charset "UTF-8";

/*
 * Kataduke Plus CSS
 * カスタムスタイル追加用ファイル
 */

/* ページ事のカスタムスタイルをここに追加 */

/* =========================================================
#################　トップページ　#################
========================================================= */


/* ----------------------------------------
* TOP MV
---------------------------------------- */

.top-mv {
  position: relative;
  width: 1200px;
  margin: 0 auto 50px;
  height: 600px;
}
.top-mv::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc( ( 1200px - 100vw ) / 2 );
  display: block;
  width: 50vw;
  height: 600px;
  border-radius: 20px 0 0 20px;
  background: url(./assets/images/kataduke_mv_top.jpg) no-repeat center center / cover;
}
.top-mv .top-mv-inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  width: 50vw;
  height: 100%;
  font-weight: bold;
}
.top-mv .top-mv-inner .top-mv-copy{
  color: #728B1D;
}
.top-mv .top-mv-inner h2{
  font-size: 40px;
  line-height: 1.5;
  font-weight: 900;
  margin-top: 30px;
}


@media screen and (max-width: 1280px) {
  .top-mv {
    width: auto;
    margin: 0 30px 30px;
  }
  .top-mv::after {
    right: -30px;
  }
}

@media screen and (max-width: 991px) {
  .top-mv {
    margin: 0 0 20px;
    padding: 50px 30px;
    background: url(./assets/images/kataduke_mv_top.jpg) no-repeat center center / cover;
    height: auto;
  }
  .top-mv::after {
    display: none;
  }
  .top-mv .top-mv-inner{
    display: inline-block;
    width: auto;
    padding: 20px;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
  }
  .top-mv .top-mv-inner h2{
    font-size: 24px;
    margin-top: 5px;
  }
}



/* =========================================================
#################　共通パーツ　#################
========================================================= */

/* ----------------------------------------
* 私たちについて
---------------------------------------- */
.about-us {
  display: flex;
  margin: 30px auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F8F8F8;
}
.about-us .about-us-inner{
  flex: 1;
  padding-right: 50px;
}
.about-us h3{
  font-size: 36px;
  font-weight: 700;
}
.about-us p{
  margin: 20px 0;
  font-size: 20px;
  color: #386C5F;
}
.about-us .btn-brown{
  display: inline-block;
  padding: 10px 25px;
  font-size: 15px;
  background: #C6B04B;
  color: #fff;
  border-radius: 8px;
}
.about-us .about-us-pic{
  width: 460px;
  max-width: 40%;
}
.about-us .about-us-pic img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .about-us p{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-us {
    display: block;
  }
  .about-us .about-us-inner{
    padding-right: 0;
  }
  .about-us h3{
    font-size: 24px;
  }
  .about-us .about-us-pic{
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
  }
}

/* ----------------------------------------
* 監修
---------------------------------------- */
.supervisor {
  margin-top: 80px;
  margin-bottom: 80px;
}
.supervisor .supervisor-inner{
  display: flex;
  align-items: center;
}
.supervisor .supervisor-pic{
  width: 200px;
}
.supervisor .supervisor-pic{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.supervisor .supervisor-pic img{
  width: 100%;
  height: auto;
}
.supervisor .supervisor-profile{
  flex: 1;
  padding-left: 50px;
  line-height: 2;
}
.supervisor .supervisor-profile h3{
  font-size: 24px;
  font-weight: 700;
  color: #728B1D;
}
.supervisor .supervisor-profile .supervisor-name{
  font-size: 24px;
  font-weight: 700;
}
.supervisor .supervisor-profile .supervisor-company{
  font-size: 20px;
  color: #386C5F;
}
.supervisor .supervisor-comment{
  position: relative;
  flex: 1;
  margin-top: 30px;
  padding: 30px;
  line-height: 2;
  background: #F8F8F8;
  border-radius: 20px;
}
.supervisor .supervisor-comment::before{
  content: "";
  position: absolute;
  top: -15px;
  left: 90px;
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #F8F8F8;
}

@media screen and (max-width: 767px) {
  .supervisor {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .supervisor .supervisor-inner{
    
    flex-direction: column;
  }
  .supervisor .supervisor-pic{
    text-align: center;
    width: 100px;
    height: 100px;
  }
  .supervisor .supervisor-profile{
    padding-left: 20px;
  }
  .supervisor .supervisor-profile h3{
    font-size: 16px;
  }
  .supervisor .supervisor-profile .supervisor-name{
    font-size: 16px;
  }
  .supervisor .supervisor-profile .supervisor-company{
    font-size: 13px;
    line-height: 1.5;
  }
  .supervisor .supervisor-comment{
    margin-top: 20px;
    padding: 20px;
    line-height: 1.5;
    border-radius: 10px;
    font-size: 14px;
  }
  .supervisor .supervisor-comment::before{
    left: calc(50% - 15px);
  }
}

/* ----------------------------------------
* ページ下部CTA
---------------------------------------- */
.foot_cta {
  margin-top: 180px;
  margin-bottom: 80px;
}

/* foot_cta_title */
.foot_cta .foot_cta_title {
  text-align: center;
  background: #6EBE5B;
}
.foot_cta .foot_cta_title h3 {
  position: relative;
  display: inline-block;
  padding-left: 250px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}
.foot_cta .foot_cta_title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
  height: 164px;
  background: url(./assets/images/kataduke_cta_pic.svg) no-repeat center center / cover;
}
@media screen and (max-width: 991px) {
  .foot_cta {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .foot_cta .foot_cta_title h3 {
    padding-left: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
  }
  .foot_cta .foot_cta_title h3::after {
    width: 140px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .foot_cta {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .foot_cta .foot_cta_title h3 {
    padding-left: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .foot_cta .foot_cta_title h3::after {
    width: 100px;
    height: 70px;
  }
}

/* foot_cta_inner */
.foot_cta .foot_cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  gap: 40px;
}
.foot_cta .foot_cta_text {
}
.foot_cta .foot_cta_text p.foot_cta_text_time {
  font-size: 20px;
  font-weight: 700;
}
.foot_cta .foot_cta_text p.foot_cta_text_time span{
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  background: #FF6765;
  color: #fff;
}
.foot_cta .foot_cta_text p.foot_cta_text_time span:last-child{
  background: #D8BC40;
}
.foot_cta .foot_cta_text p.foot_cta_text_tel {
  position: relative;
  font-size: 64px;
  font-weight: 900;
  padding-left: 20px;
}
.foot_cta .foot_cta_text p.foot_cta_text_tel::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -60px;
  width: 70px;
  height: 70px;
  background: url(./assets/images/kataduke_cta_tel.svg) no-repeat center center / cover;
}
.foot_cta .foot_cta_text p.foot_cta_text_tel a{
  color: #000;
  transition: all 0.3s ease;
}
.foot_cta .foot_cta_text p.foot_cta_text_tel a:hover{
  color: #1877bd;
  text-decoration: none;
}
.foot_cta .foot_cta_text p.foot_cta_text_note {
  color: #386C5F;
  font-size: 16px;
}
.foot_cta .foot_cta_action {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 991px) {
  .foot_cta .foot_cta-inner {
    display: flex;
    flex-direction: column;
  }
  .foot_cta .foot_cta_action {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .foot_cta .foot_cta-inner {
    padding-top: 30px;
    gap: 10px;
  }
  .foot_cta .foot_cta_action {
    flex-direction: column;
    gap: 10px;
  }
  .foot_cta .foot_cta_text p.foot_cta_text_time {
    font-size: 15px;
  }
  .foot_cta .foot_cta_text p.foot_cta_text_time span{
    margin-right: 3px;
    padding: 3px 5px;
  }
  .foot_cta .foot_cta_text p.foot_cta_text_tel {
    font-size: 34px;
    font-weight: 900;
    padding-left: 40px;
  }
  .foot_cta .foot_cta_text p.foot_cta_text_tel::after {
    top: 15px;
    left: 0px;
    width: 35px;
    height: 35px;
  }
  .foot_cta .foot_cta_text p.foot_cta_text_note {
    font-size: 12px;
  }
}

/* btn-foot_cta */
.btn-foot_cta{
  display: inline-block;
  width: 320px;
  background: #EC4245;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 18px 0;
  border-radius: 8px;
  transition: all 0.3s ease;
  border-bottom: solid 3px #C91A2D;
}
.btn-foot_cta.btn-foot_cta_line{
  background: #97B728;
  border-bottom: solid 3px #709200;
}
.btn-foot_cta:hover{
  opacity: 0.8;
  text-decoration: none;
}
.btn-foot_cta span{
  display: inline-block;
  margin-bottom: -8px;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background: url(./assets/images/kataduke_cta_mail.svg) no-repeat center center / cover;
}
.btn-foot_cta span.btn-foot_cta_icon_line{
  background: url(./assets/images/kataduke_cta_line.svg) no-repeat center center / cover;
}
@media screen and (max-width: 767px) {
  .btn-foot_cta{
    padding: 10px 0;
    font-size: 16px;
  }
}




/* =========================================================
#################　運営会社ページ　#################
========================================================= */




