@charset "UTF-8";
/* CSS Document */

  .reason-21dec-detail {
    margin: 1rem auto;
    width: 96%;
    justify-content: space-between;
  }
  .reason-21dec-detail div {
    flex-basis: 33.33%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
  }
  @media screen and (max-width: 800px) {
    .reason-21dec-detail div {
      min-width: 50%;
    }
    .reason-21dec-detail div p br {
      display: none;
    }
  }
  .reason-21dec-detail div p {
    background-color: white;
    padding: 20px 10px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    position: relative;
    border: 1px solid lightgray;
    box-sizing: border-box;
  }
  .reason-21dec-detail div p:before {
    content:'';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    border-top: 7px solid #2c5ea7;
    border-left: 7px solid #2c5ea7;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  .reason-21dec-frame {
    max-width: 600px;
    margin: 2rem auto;
    border: 1px solid lightgray;
    background-color: #efefef;
    border-radius: 10px;
    padding: 15px;
  }
  .reason-21dec-frame .list {
    margin: 0.8rem 0;
  }
  @media screen and (min-width: 781px) {
    .reason-21dec-frame {
      padding-left: 40px;
    }
    .reason-21dec-frame .list {
      padding-left: 2rem;
    }
  }

  .reason-21dec-frame .list .icon {
    display: inline-block;
    margin-right: 1rem;
    height: 1.4rem;
    vertical-align: bottom;
  }
  .ccrg-yamaguchi {
    background-image: url(/img/reason-21dec-yamaguchi.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .ccrg-kanamori {
    background-image: url(/img/reason-21dec-kanamori.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .ccrg-fujita {
    background-image: url(/img/reason-21dec-fujita.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .ccrg-oda {
    background-image: url(/img/reason-21dec-oda.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .reason-21dec-concierge {
    flex-basis: 50%;
    padding: .5rem;
    box-sizing: border-box;
  }
  @media screen and (max-width: 800px) {
    .reason-21dec-concierge {
      min-width: 100%;
    }
  }
  .reason-21dec-concierge h2 {
    font-weight: bold;
    padding-bottom: 1rem;
    background-image: url(/img/reason-21dec-path.png);
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    max-width: 500px;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .reason-21dec-concierge .wrap {
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
  }
  .reason-21dec-bgimg {
    background-image: url(/img/reason-21dec-bgimg.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
  }
  .mw-900px {
    max-width: 900px;
  }
  .w-100 {
    width: 100%;
  }
  .w-96 {
    width: 96%;
  }
  .w-50 {
    width: 50%;
  }
  .h-100 {
    height: 100%;
  }
  .bg-white {
    background-color: white;
  }
  .bg-primary {
    background-color: #2c5ea7 !important;
  }
  .bg-l-primary {
    background-color: #F1F4F8;
  }
  .border-tb {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
  }
  .m-auto {
    margin: 0 auto;
  }
  .padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .padding-1rem-tb {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .padding-15px-all {
    padding: 15px;
  }
  .padding-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .padding-60px-tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-100px-tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .d-none {
    display: none;
  }
  .d-inline-block {
    display: inline-block;
  }
  .d-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .align-items-stretch {
    align-items: stretch;
  }
  .lh-base {
    line-height: 140%;
  }
  .ls-lg {
    letter-spacing: .1rem;
    text-indent: .05rem;
  }
  .font-mincho {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
  .text-center {
    text-align: center;
  }
  .text-primary {
    color: #2c5ea7;
  }
  .text-white {
    color: white;
  }
  .text-crimson {
    color: crimson;
  }
  .text-l-gray {
    color: gray;
  }
  .fw-bold {
    font-weight: bold;
  }
  .fs-small {
    font-size: .8rem;
  }
  .fs-8 {
    font-size: 1.2rem;
  }
  .fs-7 {
    font-size: 1.6rem;
  }
  .fs-6 {
    font-size: 1.8rem;
  }
  .fs-5 {
    font-size: 2rem;
  }
  .fs-4 {
    font-size: 2.4rem;
  }
  .fs-3 {
    font-size: 2.6rem;
  }
  .fs-2 {
    font-size: 2.8rem;
  }
  .fs-1 {
    font-size: 3.2rem;
  }
  .underline {
    background: linear-gradient(transparent 60%, #feffaf 60%);
  }
  @media screen and (min-width:781px) {
    .d-md-inline-block {
      display: inline-block;
    }
    .d-md-none {
      display: none;
    }
  }
  @media screen and (max-width: 320px) {
    .fs-small {
      font-size: .65rem;
    }
    .fs-7 {
      font-size: 1.3rem;
    }
    .fs-6 {
      font-size: 1.4rem;
    }
    .fs-5 {
      font-size: 1.6rem;
    }
    .fs-3 {
      font-size: 2rem;
    }
  }



  /* 2022/12/17 追記 */

  .aboutus-video{
    width: 60%;
	 margin-left:auto;
	margin-right:auto;
  }

#aboutus-voice .voice-video__wrap{
	max-width:1100px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
}

  @media screen and (max-width:801px) {
    .aboutus-video{
      width: 100%;
		max-width: 640px;
    }
  }

#aboutus-voice  .aboutus-video iframe {
	display: block;
    margin: 0 auto;
    width: 100%;
    height: min(800 / 1000 * 100vw, 337px);
}

@media (max-width: 801px){
#aboutus-voice  .aboutus-video iframe {
    height: min(190 / 375 * 100vw, 360px);
}
}
  #aboutus-voice .ctn {
    width: 98%;
    max-width: 1300px;
    margin: 0 auto;
    margin-top:4rem;
}

  #aboutus-voice .aboutus-voice-slide {
    padding: 0 60px;
  }

  @media screen and (max-width:767px) {
      #aboutus-voice .aboutus-voice-slide {
    padding: 0;
  }
  
  }

  #aboutus-voice .inner-sct {
    padding: 80px 0 60px;
  }

  @media screen and (max-width:767px) {
  #aboutus-voice .inner-sct {
    padding: 60px 0 40px;
  }
  
  }

  #aboutus-voice .mfp-content .box .inner{
    background: #e4f4ff;
   height:clamp( 400px, 32vw, 530px) ;
  }

  #aboutus-voice .mfp-content .box .pht {
    width: 30%;
  }



  @media screen and (max-width:801px) {
    #aboutus-voice .mfp-content .box .pht {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}

  @media screen and (max-width:767px) {
    #aboutus-voice .mfp-content .box .inner{
      height: 119vw;
    }
  
  }



    /* 2022/12/28 追記 */

    #aboutus-voice2 .inner-sct .ttl h3 {
      margin-bottom: 20px;
      font-size: clamp(14px, 3.8vw, 24px);
    }

    #aboutus-voice2 .mfp-content .box .pht{
      width: 125%;
      max-width: 100%;
    }
    #aboutus-voice2 .mfp-content .box .pht{
      width: 125%;
      max-width: 100%;
    }

    #aboutus-voice2 .mfp-content .box{
      width: 125%;
      max-width: 100%;
    }

    #aboutus-voice2 .mfp-content .box .inner{
      padding: 0;
      border-radius: 0;
    }

    #aboutus-voice2 .slick-arrow::before{
      display: none;
    }
    #aboutus-voice2 .slick-prev::before{
      display: none;
    }


  
    #aboutus-voice2 .slick-slide img {
      width: 100%;
    }

