@charset "utf-8";


* {
    margin: 0px;
    padding:0px;
    box-sizing: border-box;
}


body {
    letter-spacing: normal;
    text-align: center;
    min-width: 1366px;
    margin: 0px auto;
    background-color: #fff;
    color: #404040;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 425px) {
body {
    letter-spacing: normal;
    text-align: center;
    margin: 0px auto;
    color: #404040;
    min-width: 425px;
}
}

@media only screen and (min-width: 426px) and (max-width: 540px) {
  body {
      min-width: 540px;
}
}



@media only screen and (max-width: 375px) {
  body {
      min-width: 375px;
  }
}



#wrapper {
  width: 100%;
  overflow: hidden;
}


html {
    font-family: '源ノ角ゴシックJP','ヒラギノ角ゴ ProN', 'Noto Sans JP', 'Lato', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 62.5%;
}

@media only screen and (max-width: 540px) {
 html {
    font-family: '源ノ角ゴシックJP','ヒラギノ角ゴ ProN', 'Noto Sans JP', 'Lato', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 100%;
}
}

h1 {
  font-size: 3.2rem;
  line-height: 52.1px;
}

h2 {
  font-size: 2rem;
  line-height: 32px;
}

p {
  font-size: 1.6rem;
  line-height: 25.6px;
}



@media only screen and (max-width: 540px) {
  h1 {
    font-size: 2rem;
    line-height: 32px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 28.8px;
  }

  p {
    font-size: 1.6rem;
    line-height: 25.6px;
  }
}

.header {
  height: 120px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 5px -3px rgb(0 0 0 / 15%);
  position: absolute;
  transition: top 500ms;
  top: 0px
}

.header.sticky {
  position: fixed;/* 上に固定 */
  top: 0;/* 上からスッと表示させる（重要！） */
  margin-top: 0;/* 0にすることでtopで上に配置 */
  background: linear-gradient(rgba(82,82,82,0.5),rgba(255,225,225,0));
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  z-index: 999;
}

.header_content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0px;
  box-sizing: border-box;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.header.sticky {
  position: fixed;/* 上に固定 */
  top: 0;/* 上からスッと表示させる（重要！） */
  margin-top: 0;/* 0にすることでtopで上に配置 */
  background: linear-gradient(rgba(82,82,82,0.5),rgba(255,225,225,0));
}

.header_left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

img.header_logo {
  max-width: 100%;
}

.header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_right .header_right_10thlogo{
  display: none;
}

.header_btn {
  max-width: 345px;
}

.header_btn:hover {
  filter: brightness(1.2);
}


.header_tel {
  margin-left: 10px;
}

.header_tel::before {
  content: url("../img/tel2.png");
  height: auto;
  width: auto;
  display: inline-block;
}

.header_tel a {
  font-size: 24px;
  color: #393E4C;
  text-decoration: none;
  margin-bottom: 1.6px;
}


@media only screen and (max-width: 540px) {
  .header {
    height: 80px;
    top: 0px;
  }

  .header_content {
    padding: 1.6rem 2rem;
    height: 80px;
    width: 100%;
  }

  .header_left {
    width: 50%;
  }

  .header_right {
    width: 50%;
  }

  .header_right .header_right_10thlogo{
    display: block;
    width: 75px;
    height: 60px;
  }

  .header_tel::before {
    content: url(../img/tel2_sp.png);
    height: auto;
    width: auto;
    display: inline-block;
}

.header_tel a {
  font-size: 1.8rem;
}

.header_tel p {
  font-size: 12px;
  line-height: 15px;
}

  .header_btn {
    display: none;
  }

  .header.sticky {
    display: none;
  }
}

@media only screen and (min-width: 426px) and (max-width: 540px) {
  .header_content {
    padding: 1.6rem 2rem;
    height: 80px;
    width: 100%;
}
}



  .fv-ct {
    background-image: url("../img/fv_bg_pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 124px;
    width: 100%;
  }

  .fv-ct_in {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: inherit;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 519px;
    
    position: relative;
  }

/* 240525 追加(10thロゴ) */
.fv-ct_right_fixed{
  position: absolute;
  top: 10px;
  right: 0;
  width: 120px;
  height: 100px;
}

.fv-ct-left {
  width: 50%;
}

.fv_txt_pc {
  max-width: 110%;
  display: flex;
  justify-content: center;
  align-items: center;
  
  

  }

.fv-ct-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.fv_btn {
    max-width: 78%;
}

.animation {
  animation-timing-function: ease-in-out;
  animation:animation 2s linear infinite;
  animation-duration: 2.0s;
  animation-direction: alternate;
}

@keyframes animation {

0% {
  transform: scale(1);
}
30% {
  transform: scale(1);
}
40% {
    transform: scale(1.05);
}
50% {
    transform: scale(1);
}
60% {
    transform: scale(1.05);
}
70% {
    transform: scale(1);
}
100% {

    transform: scale(1);
}
}


.fv-ct-top_sp {
  display: none;
}


@media only screen and (max-width: 540px)  {
  .fv-ct {
    background-image: url("../img/fv_bg_sp.png");
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    background-position: center center;
  }

  .fv-ct_in {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: auto;
  }

  /* 240525 追加(10thロゴ) */
  .fv-ct_right_fixed{
    display: none;
  }

  .fv-ct-left {
    width: 0%;
}

  .fv_txt_pc {
    display: none;
  }

  .fv-ct-right {
    display: none;
  }

  .fv-ct-top_sp {
    display: block;
  }

  img.fv_txt_sp {
    max-width: 85%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 69px;
  }

  img.fv_medal_sp {
    max-width: 100%;
  }

  img.fv_btn_sp {
    max-width: 100%;
  }
}

@media only screen and (min-width: 426px) and (max-width: 540px) {
  .fv-ct_in {
    width: 100%;
}

  .fv-ct-left {
    width: 0%;
  }
}


/*スライダー*/
@keyframes scroll{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 2));
  }
}
.fv_slider {
  width: 100%;
  background: #fff;
  height: 101px;
  margin: auto;
  overflow:hidden;
  position: relative;
  border:1px solid #fff;
}

.fv_slider-wrap {
    animation: scroll 10s linear infinite;
    display: flex;
    width: calc(250px * 24);
    height:100%;
  }

.slide-image{
  box-sizing: border-box;
  padding: 5px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide{
  width:280px;
  height:100%;
  text-align:center;
}

.logo-house,.logo-smyty,.logo-suumo {
  object-fit: contain;
  padding: 20px;
  box-sizing: border-box;
}

.logo-house,.logo-smyty,.logo-suumo{
  margin-left: 50px;
}

.logo-smyty{
  margin-left: 90px;
}

@media only screen and (max-width: 540px) {
  .fv_slider {
    height: 80px;
  }

  .slide {
    width: 180px;
  }

  .logo-house, .logo-smyty, .logo-suumo {
    margin-left: 20px;
}
}

.hs_point_description {
  background-image: url("../img/point_bg.png");
  width: 100%;
}

.hs_point_description_in {
  width: 1100px;
  padding: 50px 0px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: #B50610;
}


.hs_point_description_in br.sp_br {
  display: block;
}

img.red-line {
  margin-bottom: 50px;
}

.point_box {
  padding: 20px;
  width: calc(100% / 3);
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  margin-left: 10px;
  margin: 20px;
}

.point_box img {
  padding: 20px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;

}

p.point_text {
  text-align: left;
}

.point-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.point-flex_sp.slick-slider {
  display: none;
}

.movie_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}

video {
  width: 530px;
  height: 295px;
  margin-left: 25px;
  margin-top: 75px;
  z-index: 1;
}

.tv_img {
  position: absolute;
  left: 0;
  top: 0;
}

img.tv_img{
  width: 580px;
}

.media_img {
  position: absolute;
  right: 0;
  top: 50px;
  display: block;
}

.media_img img {
  width: 474px;
}

.media_img_sp {
  display: none;
}

.hs_voice_description {
  padding-top: 50px;
}

.hs_voice_text br{
  display: block;
}


@media only screen and (max-width: 540px) {

  .hs_point_description_in h1{
    padding-right: 1.4rem;
  }

  .hs_point_description_in.red-line{
    padding-right: 2rem;
  }



  .movie_flex {
    flex-wrap: wrap;
    margin-bottom: 60.4px;
    margin-top: 50px;
  }

  .movie {
    padding-right: 2rem;
  }

  img.tv_img {
    width: 100%;
  }

  .video_ct {
    margin-bottom: 35px;
  }

  video {
    width: 100%;
    height: 196px;
    margin-left: 0rem;
    margin-top: 4.8rem;
  }

  .media_img img {
    display: none;
  }

  .media_img_sp {
    display: block;
    margin-top: 5rem;
  }

  .media_img_sp img {
    width: 100%
  }

  .hs_voice_description {
    padding-top: 0px;
  }

  .hs_voice_text {
    padding-right: 2rem;
  }

  .hs_voice_text br{
    display: none;
  }
}



@media only screen and (max-width: 540px) {
  .hs_point_description {
    background-image: url("../img/point_bg_sp.png");
    background-size: cover;
    background-position: center;
  }

  .hs_point_description_in {
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0rem;
    padding-left: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  img.red-line {
    width: 240px;
  }

  img.red-line {
    margin-bottom: 30px;
  }

  .hs_point_description_in .red-line {
    margin-right: 2rem;
  }

  .point-flex {
    display: none;
  }

  .point_box {
    display: none;
  }

.point-flex_sp.slick-slider {
    display: block;
    margin-bottom: 20px;
  }

  .point-flex_sp .lick-track {
    left: -18px;
  }

  .point_box_sp.slick-slide {
    padding: 20px;
    width: 310px;
    /* height: 310px; */
    height: 330px;  /* 240522変更 */
    background-color: #fff;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    outline: none;
  }

  .point_box_sp img {
    padding: 20px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }

  p.point_text_sp {
    text-align: left;
  }

  .point-flex_sp_dots {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .point-flex_sp_dots li {
    width: calc(100% / 3);
    height: 4px;
    background-color: #404040;
    opacity: 0.6;
  }

  .point-flex_sp_dots li.slick-active
  {
    background-color: #B50610;
    opacity: 1;
  }

  button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0px;
}
}

@media only screen and (min-width: 426px) and (max-width: 540px) {

  .hs_point_description_in {
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0rem;
    padding-left: 2.26rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .movie_flex {
    justify-content: center;
}

  .movie_flex {
    width: 100%;
  }

  img.tv_img {
    width: 100%;
  }

  video {
    width: 100%;
    height: 252px;
    margin-left: 0rem;
    margin-top: 6.3rem;
  }

  .media_img_sp {
    margin-top: 8rem;
  }

  .media_img_sp img {
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .hs_point_description {
    background-size: auto;
    background-position: initial;
}

  video {
    height: 170px;
    margin-top: 4.3rem;
}
}




.slider1_ct {
  width: 100%;
}

ul.slider1 {
  padding-bottom: 50px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

ul.slider1 li img{
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 540px){
  .slider1_ct ul.slider1 {
    width: 100%;
  }
}

@media only screen and (min-width: 426px) and (max-width: 540px){
  .slider1_ct ul.slider1 {
    width: 100%;
  }
}


.hs_reason_description {
  background-color: #F0EEE9;
  padding-top: 50px;
  width: 100%;
}

.hs_reason_description_in {
  width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.sp_br {
  display: none;
}

.reason_box_left {
  padding-right: 50px;
  position: relative;
  margin-bottom: 30px;
}

img.reason_box_left_bg {
  width: 1052px;
}

.reason_box_left_bg_img {
  display: flex;
  padding-right: 133px;
  box-sizing: border-box;
}

img.reason_box_left_img {
  width: 318px;
  height: 318px;
  position: absolute;
  right: 133px;
  z-index: 998;
}

.reason_box_left_ct {
  width: 970px;
  height: 400px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.reason_box_left_ct h1 {
  margin-bottom: 20px;
  text-align: left;
  width: 640px;
}

.reason_box_left_ct h1 span {
  font-size: 46px;
}

.reason_box_left_ct p {
  margin-bottom: 20px;
  text-align: left;
  width: 640px;
}

img.reason_box_left_text {
  width: 640px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.reason_box_right {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}

.reason_box_right_bg_img {
  display: flex;
  justify-content: flex-end;
  padding-left: 133px;
  box-sizing: border-box;
}

img.reason_box_right_bg {
  width: 1052px;
  height: 480px;
}

img.reason_box_right_img {
  width: 318px;
  height: 318px;
  position: absolute;
  left: 133px;
  z-index: 997;
}

.reason_box_right_ct {
  width: 970px;
  height: 400px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
}

.reason_box_right_ct_in {
  padding-right: 30px;
}

.reason_box_right_ct h1 {
  margin-bottom: 20px;
  text-align: left;
  width: 304px;
  margin-left: auto;
}

.reason_box_right_ct h1.reason_box_right_ct_in02 {
  width: 404px;
}

.reason_box_right_ct h1 span {
  font-size: 46px;
}

.reason_box_right_ct p {
  margin-bottom: 20px;
  text-align: left;
  width: 304px;
  margin-left: auto;
}

.reason_box_right_ct p.reason_box_right_text02 {
  width: 404px;
}

img.reason_box_right_text {
  width: 312px;
  height: 330px;
}

img.reason_box_right_text.reason_box_right_text02 {
  width: 212px;
}

br {
  display: block;
}


.reason_box_sp {
  display: none;
}



  br {
    display: none;
  }

  .hs_voice_text {
    padding-bottom: 10px;
  }


  .sp_br {
    display: block;
  }


  .reason_box_top_left_sp {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding-top: 52px;
    padding-bottom: 49px;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .reason_box_top_left_sp .red{
    font-size: 40px;
    font-weight: bold;;
  }

  .reason_box_heading_sp {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 38.4px;
  }

  img.reason_box_right_sp_img {
    width: 160px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .reason_box_text_sp {
    text-align: left;
    margin-bottom: 15.2px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  img.reason1_ex_sp {
    width: 100%;
    margin-bottom: 28.2px;
  }

  img.reason_box_left_sp_img {
    width: 160px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .reason_box_top_right_sp {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    padding-top: 52px;
    padding-bottom: 49px;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .reason_box_top_right_sp .red{
    font-size: 40px;
    font-weight: bold;;
  }

  img.reason2_ex {
    width: 100%;
    margin-bottom: 28.2px;
  }

  img.reason3_ex_sp {
    width: 100%;
    margin-bottom: 28.2px;
  }

  .hs_reason_description_in  br.sp_br {
      display: none;
  }

  @media only screen  and (max-width: 540px) {
    .hs_reason_description {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

    .hs_reason_description_in {
      width: 100%;
    }

    .hs_reason_description_in br.sp_br {
    display: block;
  }

  .hs_reason_description img.red-line {
    padding-right: 0rem;
  }

    .reason_box_sp {
      display: block;
      background-color: #fff;
      margin-bottom: 3rem;
    }

    .reason_box_top_left_sp {
      width: 100%;
      padding-right: 2rem;
      padding-left: 2rem;
    }

    .reason_box_text_sp {
      width: 100%;
      padding-right: 2rem;
      padding-left: 2rem;
    }

    img.reason1_ex_sp {
      width: 100%;
      padding-right: 2rem;
      padding-left: 2rem;
    }

    .reason_box_top_right_sp {
      width: 100%;
      padding-right: 2rem;
      padding-left: 2rem;
    }

    img.reason2_ex {
      width: 100%;
      padding-right: 2rem;
      padding-left: 2rem;
    }

    img.reason3_ex_sp{
      width: 100%;
      padding-right: 2rem;
      padding-left: 2rem;
    }

    .reason_box_left {
      display: none;
    }

    .reason_box_right {
      display: none;
    }
  }


@media only screen and (min-width: 426px) and (max-width: 540px) {

  .hs_reason_description_in {
    width: 100%;
  }

  .hs_reason_description_in br.sp_br {
      display: block;
  }

.hs_reason_description_in .reason_box_heading_sp br.sp_br {
    display: none;
}

  .reason_box_left {
    display: none;
  }

  .reason_box_right {
    display: none;
  }

  .reason_box_sp {
    background-color: #fff;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-bottom: 3rem;
    display: block;
    width: 100%;
  }

  .reason_box_top_left_sp {
    padding-right: 2rem;
    padding-left: 2rem;
    width: 100%;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .reason_box_text_sp {
    padding-right: 2rem;
    padding-left: 2rem;
    width: 100%;
  }

  img.reason1_ex_sp {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
}

  .reason_box_top_right_sp {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  img.reason2_ex {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  img.reason3_ex_sp {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}


.hs_follow_description {
  padding-top: 50px;
  padding-bottom: 20px;
  width: 100%;
}

.hs_follow_description_in {
  margin-right: auto;
  margin-left: auto;
  width: 1103px;
}

.follow_box_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.follow_box_item {
  width: 43%;
  list-style: none;
}

.follow_box_item_title {
  display: flex;
  align-items: center;
}

.follow_box_item_title p {
  width: 90px;
  height: 90px;
  line-height: 85px;
  border-radius: 50%;
  background-color: #B50610;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-right: 20px;
}

.follow_box_item_title h3 {
  font-size: 30px;
  font-weight: bold;
}

.follow_box_item_content {
  margin-left: 100px;
}

.follow_box_item_content_img {
  margin: 20px auto 40px;
  width: 80%;
}

.follow_box_item_content p {
  text-align: left;
}

.follow_box_item_content_text {
  margin-top: 30px;
  margin-left: -45px;
  margin-right: -20px;
  padding: 10px 25px;
  border: 8px solid #9B9B9B;
  border-radius: 15px;
  position: relative;
}

.follow_box_item_br {
  display: block;
}
.follow_box_item_br_max {
  display: block;
}
.follow_box_item_br_pc {
  display: block;
}
.follow_box_item_br_sp {
  display: none;
}
.follow_box_item_br_min {
  display: none;
}

.follow_box_item_content_text p:nth-child(1) {
  font-size: 1.8rem;
}

.follow_box_item_content_text p:nth-child(2),
.follow_box_item_content_text p:nth-child(3),
.follow_box_item_content_text p:nth-child(4) {
  position: relative;
  margin-top: 5px;
}


.follow_box_item_content_text p:nth-child(2)::before {
  content: "1.";
  position: absolute;
  left: -17px;
}

.follow_box_item_content_text p:nth-child(3)::before {
  content: "2.";
  position: absolute;
  left: -17px;
}

.follow_box_item_content_text p:nth-child(4)::before {
  content: "3.";
  position: absolute;
  left: -17px;
}

.follow_box_item_content_img02 {
  width: 140px;
  position: absolute;
  top: 10px;
  right: 10px;
}


@media only screen and (max-width: 540px) {

  .hs_follow_description {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hs_follow_description_in {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .follow_box_list {
    flex-direction: column;
  }

  .follow_box_item {
    width: 100%;
  }

  .follow_box_item_title p {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    margin-right: 10px;
  }

  .follow_box_item_title h3 {
    font-size: 20px;
  }

  .follow_box_item_content {
    margin-left: 50px;
  }

  .follow_box_item_content_img {
    margin: 10px auto 20px;
  }

  .follow_box_item_content_text {
    margin-top: 30px;
    margin-left: -45px;
    margin-right: -5px;
    padding: 10px 25px;
    border: 8px solid #9B9B9B;
    border-radius: 15px;
    position: relative;
  }

  .follow_box_item_br_pc {
    display: none;
  }
  .follow_box_item_br_sp {
    display: block;
  }

  .follow_box_item_content_img02 {
    width: 155px;
  }

}

@media only screen and (max-width: 425px) {

  .follow_box_item_br_min {
    display: block;
  }

  .follow_box_item_br_max {
    display: none;
  }

}

@media only screen and (max-width: 375px) {
  
    .follow_box_item_content_img02 {
      width: 110px;
    }

  }

/* [add]:23年8月27日:hs_merit_description */
.hs_merit_description {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

.hs_merit_description_in {
  margin-right: auto;
  margin-left: auto;
  width: 1103px;
}

.hs_merit_description_in p {
  font-size: 3.7rem;
  line-height: 52.1px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hs_merit_description_in p br {
  display: none;
}

.hs_merit_description_in .merit_box {
  width: 100%;
  height: 320px;
  border: 1px #B50610 solid;
  box-shadow: 5px 5px #b50610;
  display: flex;
}

.hs_merit_description_in .merit_box .merit_box_in {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hs_merit_description_in .merit_box .merit_box_content_1 {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.hs_merit_description_in .merit_box .merit_box_content_1 .merit_box_img {
  width: 100%;
  margin-top: 10px;
}
.hs_merit_description_in .merit_box .merit_box_content_1 .merit_box_text {
  font-size: 1.6rem;
  line-height: 25.6px;
  text-align: start;
}

.hs_merit_description_in .merit_box .merit_box_content_1 .merit_box_img img {
  width: 100%;
}

.hs_merit_description_in .merit_box .merit_box_content_2 {
  width: 10%;
}

.hs_merit_description_in .merit_box .merit_box_content_2 img {
  width: 100%;
}

.hs_merit_description_in .merit_box .merit_box_content_3 {
  width: 45%;
}

.hs_merit_description_in .merit_box .merit_box_content_3 img {
  width: 100%;
}

@media only screen and (max-width: 540px) {

  .hs_merit_description {
    min-width: 425px;
  }
  .hs_merit_description_in {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hs_merit_description_in p {
    font-size: 1.7rem;
    line-height: 22.1px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .hs_merit_description_in p br {
    display: block;
  }
  
  .hs_merit_description_in .merit_box {
    height: auto;
    border: none;
    box-shadow: none;
  }

  .hs_merit_description_in .merit_box .merit_box_in {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .hs_merit_description_in .merit_box .merit_box_content_1 {
    width: 80%;
    display: flex;
    flex-direction: column-reverse;
  }

  .hs_merit_description_in .merit_box .merit_box_content_1 .merit_box_img {
    width: 100%;
    margin-top: 0px;
  }
  .hs_merit_description_in .merit_box .merit_box_content_1 .merit_box_text {
    font-size: 1.6rem;
    line-height: 25.6px;
    text-align: start;
    margin-top: 10px;
  }
  
  .hs_merit_description_in .merit_box .merit_box_content_1 .merit_box_img img {
    width: 80%;
  }

  .hs_merit_description_in .merit_box .merit_box_content_2 {
    display: none;
  }
  
  .hs_merit_description_in .merit_box .merit_box_content_3 {
    width: 100%;
    margin-top: 10px;
  }
  
  .hs_merit_description_in .merit_box .merit_box_content_3 img {
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  
  .hs_merit_description {
    min-width: 375px;
  }
}
/* [add]:23年8月27日:hs_merit_description */


.hs_customer_voice_description {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}

.hs_customer_voice_description_in {
  margin-right: auto;
  margin-left: auto;
  width: 1103px;
}

.voice_heading {
  display: flex;
  justify-content: flex-start;
  position: relative;
  height: 78px;
}

.voice_heading img {
  width: 243px;
  position: absolute;
  left: 0px;
}

.swiper-container.slider2 {
  width: 100%;
  overflow-x: auto;
  display: flex;
}

.customer_voice_flex {
  width: 1100px;
  height: 300px;
  display: flex;
  justify-content: center;
  border: 1px #B50610 solid;
  box-shadow: 5px 5px #b50610;
  margin-bottom: 5px;
}

.customer_voice_imgbox img {
  width: 348px;
  height: 300px;
}

.customer_voice_textbox {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 30px;
  box-sizing: border-box;
}

.customer_voice_textbox h2 {
  text-align: left;
}

.customer_voice_textbox p {
  text-align: left;
}


.slider2_sp.slick-initialized.slick-slider {
  display: none;
}


@media only screen and (max-width: 540px) {
  .hs_customer_voice_description {
    display: block;
  }

  .hs_customer_voice_description_in {
    width: 375px;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
  }

  .voice_heading {
    height: 30px;
}

  .voice_heading img {
    width: 104px;
    left: 0px;
    bottom: -6px;
  }

  .slider2.slick-initialized.slick-slider {
    display: none;
  }

  .slider2_sp.slick-initialized.slick-slider {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .slider2_box_sp {
    width: 100%;
    height: auto;
    justify-content: center;
    border: 1px #B50610 solid;
    box-shadow: 5px 5px #b50610;
    margin: 6px;
  }

  .slider2_box_sp h2 {
    text-align: left;
    padding: 18px;
    height: 120px;
    box-sizing: border-box;
  }

  .slider2_box_sp.slick-slide {
    outline: none;
  }

  .customer_voice_imgbox_sp img {
    width: 100%;
  }

  .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
}

@media only screen and (min-width: 426px) and (max-width: 540px) {
  .hs_customer_voice_description_in {
    width: 520px;
}

  .voice_heading img {
    left: 0;
}

  .slider2_sp.slick-initialized.slick-slider {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 375px) {
  .slider2_sp.slick-initialized.slick-slider {
    width: calc(100% - 20px);
  }

  .voice_heading img {
    left: 10px;
  }
}

.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.content-wrap {
  height: 180px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 40px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 0%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
}
.close-btn {
  background: none;
}
.slide-up {
  height: 180px;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 20px;
}
.content-txt {
  padding: 18px;
}
.content-txt p {
  text-align: left;
}
.more-btn p {
  display: inline-block;
    color: #969696;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.close-btn {
  padding:0;
}

.cv_bt1_in {
  margin-right: auto;
  margin-left: auto;
  height: 440px;
  width: 1366px;
  display: block;
  padding-left: 13rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../img/cv1_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cv_bt1 {
  width: 50%;
}

.cv_bt_text_img {
  width: 100%;
}

.cv_bt1_img {
  width: 100%;
}

.cv_bt1_img_box {
  width: 50%;
}

.cv_bt1_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.cv_bt1_tel::before {
  content: url("../img/tel2.png");
  height: auto;
  width: auto;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -5px;
}

.cv_bt1_tel a {
  text-decoration: none;
  margin-right: 10px;
  font-size: 24px;
  color: #404040;
  font-weight: bold;
}

.cv_bt1_tel p {
  font-weight: bold;
}

.cv_bt1_in_sp {
  display: none;
}


@media only screen and (max-width: 540px) {
  .cv_bt_ct1 {
      background-image: url("../img/cv1_sp.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      height: 364px;
      background-position: center center;
      width: 100%;
      display: block;
    }

  .cv_bt1_in {
    display: none;
  }

  .cv_bt1 {
    display: none;
  }

  .cv_bt1_img_box {
    width: 100%;
  }

  .cv_bt1_img {
    width: 100%;
  }

  .cv_bt1_tel {
    width: 100%;
  }

  .cv_bt1_tel a {
    font-size: 18px;
  }

  .cv_bt1_tel p {
    font-size: 14px;
  }

  .cv_bt1_tel_sp::before {
    content: url("../img/tel2.png");
    height: auto;
    width: auto;
    display: inline-block;
    margin-right: 1px;
    margin-bottom: -5px;
  }

  .cv_bt1_in_sp {
    display: block;
    width: 100%;
    height: 364px;
  }

  .cv_bt1_img_box_sp {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 22rem;
    padding-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
    height: 364px;
  }

  img.cv_bt1_img_sp {
    width: 100%;
  }

  .cv_bt1_tel_sp {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }

  .cv_bt1_tel_sp a{
    text-decoration: none;
    margin-right: 0px;
    font-size: 18px;
    color: #404040;
    font-weight: bold;
  }

  .cv_bt1_tel_sp p {
    font-size: 14px;
    color: #404040;
    font-weight: bold;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 426px) and (max-width: 540px) {
  .cv_bt_ct1 {
    background-image: url("../img/cv1_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height:480px;
    background-position: top;
    width: 100%;
    display: block;
  }

  .cv_bt1_in_sp {
    display: block;
    width: 100%;
    height: 480px;
  }

  .cv_bt1_img_box_sp {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 30rem;
    padding-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}
}

.hs_flow_description {
  background-color: #fff;
  width: 100%;
}

.hs_flow_description_in {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0px;
}

.step_ct_pc {
  display: block;
}

.step_ct {
  display: flex;
  justify-content: space-between;
}

.step_ct_sp.slick-initialized.slick-slider.slick-dotted {
  display: none;
}

.step_ct_sp {
  display: flex;
  justify-content: space-between;
}

.step_ct_in,.step_ct_in_sp {
  width: 250px;
  height: 419px;
}

.step_box,.step_box_sp {
  width: 250px;
  height: 370px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 5px 5px 10px -1px rgb(0 0 0 / 30%);
  margin-bottom: 20px;
}

.step_arrow,.step_arrow_sp {
  width: 250px;
}

.step_img,.step_img_sp {
  width: 210px;
  height: 160px;
  margin-bottom: 10px;
}

.step_text_box h2,
.step_text_box_sp h2 {
  margin-bottom: 10px;
}

.step_text_box p,
.step_text_box_sp p {
  text-align: left;
  font-weight: initial;
}

@media only screen and (max-width: 540px) {
  .hs_flow_description_in {
    width: 100%;
    padding-right: 0rem;
    padding-left: 2rem;
    padding-top: 3rem;
    padding-bottom: 0rem;
    margin-right: auto;
    margin-left: auto;
  }

  .hs_flow_description h1 {
    padding-right: 1.3em;
  }

  .hs_flow_description .red-line {
    padding-right: 2rem;
  }

  .step_ct_pc {
    display: none;
  }

  .step_ct_sp.slick-initialized.slick-slider.slick-dotted {
    display: block;
  }

  .step_ct_in_sp.slick-slide {
    outline: none;
  }

.step_ct_sp_dots {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.point-flex_sp_dots li {
    width: calc(100% / 3);
    height: 4px;
}

.step_ct_sp_dots li.slick-active {
    background-color: #B50610;
    opacity: 1;
}

.step_ct_sp_dots li {
    width: calc(100% / 3);
    height: 4px;
    background-color: #404040;
    opacity: 0.6;
}
}

@media only screen and (min-width: 426px) and (max-width: 540px) {
  .hs_flow_description_in {
    width: 100%;
}
}

.hs_staff_description {
  height: auto;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.hs_staff_description_in {
  padding: 50px 0px;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.hs_staff_description_in h1{
  text-shadow: #fff 5px 0px 20px;
}

.white_letters {
  font-size: 38px;
  padding-top: 20px;
  padding-bottom: 25px;
}

.staff_ct {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.staff_ct_sp.slick-slider {
  display: none;
}

.staff_section,.staff_section_sp {
  display: flex;
  justify-content: center;
  width: 540px;
}

.staff_pf {
  width: 192px;
  object-fit: cover;
}

.staff_filter {
  filter: brightness(150%);
}

.staff_section_text {
  background-color: #fff;
  padding-top: 31px;
  box-shadow: 5px 5px 10px -1px rgb(0 0 0 / 30%);
}

.staff_ct_sp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}


.pf_red_bg,.pf_red_bg_sp {
  background-color: #B50610;
  width: 270px;
  height: 40px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pf_red_bg p,
.pf_red_bg_sp p {
  text-align: left;
  color: #fff;
  font-size: 20px;
  padding-left: 20px;
  font-weight: bold;
}

span.officer {
  font-size: 16px;
  padding-left: 20px;
  font-weight: initial;
}

.staff_messege,.staff_messege_sp {
  padding: 20px;
  text-align: left;
  font-weight: initial;
}

.hs_message,.hs_message_sp {
  text-align: center;
  margin-top: 50px;
  font-weight: initial;
}

.hs_message p,
.hs_message_sp p{
  font-size: 32px;
  line-height: 51.2px;
}

.hs_message br.sp_br {
  display: none;
}


@media only screen and (min-width: 1600px)  {
  .white_letters {
    padding-top: 40rem;
  }
}

@media only screen and (min-width: 1900px)  {
  .white_letters {
    padding-top: 60rem;
  }
}

@media only screen and (min-width: 2100px)  {
  .white_letters {
    padding-top: 70rem;
  }
}

@media only screen and (min-width: 2300px)  {
  .white_letters {
    padding-top: 80rem;
  }
}

@media only screen and (min-width: 2500px)  {
  .white_letters {
    padding-top: 90rem;
  }
}


@media only screen and (max-width: 540px) {
  .hs_staff_description {
    height: auto;
  }

  .hs_staff_description_in {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 0rem;
    padding-left: 2rem;
  }

  .hs_staff_description h1 {
    padding-right: 2rem;
  }

  .hs_staff_description_in .red-line {
    padding-right: 2rem;
}

  .white_letters {
    padding-top: 1rem;
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .white_letters img{
    max-width: 80%;
  }

  .staff_ct {
    display:none;
  }

  .staff_ct_sp.slick-slider {
    display: block;
  }

  .staff_ct_sp {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .staff_section_sp {
    width: 180px;
    height: 395px;
    margin-right: 2.5rem;
    background-color: #fff;
  }

  .staff_pf {
    width: 100%;
  }

  .staff_section_text_sp {
    padding-top: 15px;
    width: 100%;
    height: 220px;
    box-shadow: 5px 5px 10px -1px rgb(0 0 0 / 30%);
    margin-bottom: 2rem;
  }

  .pf_red_bg, .pf_red_bg_sp {
    width: 96%;
    height: 30px;
  }

  .pf_red_bg p, .pf_red_bg_sp p {
    font-size: 18px;
    padding-left: 10px;
  }

  span.officer {
    font-size: 14px;
    padding-left: 5px;
  }

  .staff_messege, .staff_messege_sp {
    padding: 10px;
  }

  .staff_messege_sp p {
    font-size: 14px;
    line-height: 22.4px;
    font-weight: initial;
  }

  .hs_message,.hs_message_sp {
    margin-top: 20px;
  }

  .hs_message p,.hs_message_sp p {
    font-size: 20px;
    line-height: 32px;
    padding-right: 2rem;
  }

  .staff_ct_sp_dots {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .staff_ct_sp_dots li.slick-active {
    background-color: #B50610;
    opacity: 1;
}

  .staff_ct_sp_dots li {
    width: 100%;
    height: 4px;
    background-color: #404040;
    opacity: 0.6;
}

  .hs_message br.sp_br {
    display: block;
  }
}

@media only screen and (min-width: 426px) and (max-width: 540px) {
  .hs_staff_description_in {
    width: 100%;
}

.hs_staff_description h1 {
    padding-right: 2rem;
}

.white_letters img{
  max-width: 80%;
}
}

@media only screen and (max-width: 375px) {
  .white_letters {
    padding-top: 6rem;
}

.white_letters img {
    max-width: 90%;
}
}

.qa {
  background-color: #fff;
  display: block;
  width: 100%;
}

.qa_in {
  padding: 50px 0px;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

img.red-line.margin-bottom_none {
  margin-bottom: 0px;
}

.qa_heading {
  display: flex;
  justify-content: flex-start;
  position: relative;
  height: 69px;
}

.qa_heading img {
  width: 185px;
  position: absolute;
}

.qs_section {
    width: 100%;
}

.qs_ct {
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  background-color: #B50610;
}

.qs_ct h2{
  font-weight: inherit;
}

.white {
  color: #fff;
}

.big_q {
  font-size: 30px;
  padding-right: 30px;
  font-weight: bold;
}

.arrow_circle {
    float: right;
    margin: -25px 0px;
    color:#808080;
    position: relative;
    height: auto;
}

.qa_ct {
    font-size: 16px;
    text-align: left;
    padding: 15px;
    display: none;
    background-color: #F0EEE9;
    margin-top: -23px;
    margin-bottom: 23px;
}

h2.qa_text{
  background-color: #fff;
  font-weight: lighter;
  padding: 10px 15px;
}

.left_mg {
  display: flex;
  justify-content: flex-start;
}

h2.qa_text span{
  font-size: 30px;
  padding-right: 30px;
  font-weight: bold;
}

h2.qa_text span.left_mg {
  font-size: 20px;
  padding-left: 61px;
  font-weight: inherit;
}

.qs_ct_sp {
  display: none;
}

.qa_ct_sp {
  display: none;
}

@media only screen and (max-width: 540px) {
  .qa {
    display: block;
  }

  .qa_in {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
  }

  .qa_heading {
    height: 29px;
  }

  .qa_heading img {
    width: 79px;
  }

  .qs_ct {
    display: none;
  }

  .qs_ct_sp {
    margin-bottom: 15px;
    padding: 15px 15px;
    display: block;
    background-color: #B50610;
  }

  .qs_text_sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .big_q_sp {
    font-size: 30px;
    font-weight: bold;
    padding-right: 10px;
    width: 10%;
    text-align: left;
  }

  .q_text_sp {
    text-align: left;
    padding-right: 15px;
    padding-right: 15px;
    width: 90%;
  }

  .qa_ct {
    display: none;
  }

  .qa_text_sp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    width: 100%;
    height: auto;
    position: relative;
  }

  .big_a_sp {
    font-size: 30px;
    font-weight: bold;
    padding-right: 10px;
    position: absolute;
    left: 10px;
    top: 15px;
  }

  .qa_ct_sp {
    font-size: 16px;
    text-align: left;
    padding: 5px;
    background-color: #F0EEE9;
    margin-top: -20px;
    margin-bottom: 20px;
  }

  p.a_text_sp {
    padding-left: 35px;
    font-weight: initial;
  }
}

@media only screen and (min-width: 426px) and (max-width: 540px) {
  .qa_in {
    width: 100%;
}

.qs_text_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qa_text_sp {
  width: 100%;
}
}

.company_profile {
  width: 100%;
  background-color: #fff;
}

.company_profile_in {
  padding: 50px 0px;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

table.company_profile_ct {
  margin-right: auto;
  margin-left: auto;
  width: 420px;
  /*height: 607px;*/
  height: 150px;
}

table.company_profile_ct th {
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  font-weight: initial;
  padding-bottom: 20px;
  width: 30%;
}

table.company_profile_ct td {
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  font-weight: initial;
  padding-bottom: 20px;
  width: 70%;
}

.address a{
text-decoration: none;
color: #404040;
}


@media only screen and (max-width: 540px) {
  .company_profile {
    background-color: #fff;
    display: block;
  }

  .company_profile_in {
    width: 375px;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
  }

  table.company_profile_ct {
    width: 100%;
    /* height: 507px; */
  }

  table.company_profile_ct th {
    width: 30%;
  }

  table.company_profile_ct td {
    padding-left: 0px;
  }

  .address br.sp_br,
  .business_content br.sp_br {
    display: block;
  }
}

@media only screen and (min-width: 426px) and (max-width: 540px) {
  .company_profile_in {
    width: 375px;
}
}

  .cv_bt_ct2 {
    background-image: url("../img/cv2_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 440px;
    background-position: center center;
    width: 1366px;
    margin-right: auto;
    margin-left: auto;
  }

  .cv_bt2_in {
    margin-right: auto;
    margin-left: auto;
    height: 440px;
    width: 1366px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .cv_bt2 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 65px;
  }

  .cv_bt2_img {
    width: 565px;
  }

  .cv_bt2_img_box {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 65px;
  }

  .cv_bt2_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .cv_bt2_tel::before {
    content: url("../img/tel2.png");
    height: auto;
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -5px;
  }

  .cv_bt2_tel a {
    text-decoration: none;
    margin-right: 10px;
    font-size: 24px;
    color: #404040;
    font-weight: bold;
  }

  .cv_bt2_tel p {
    font-weight: bold;
  }

  .cv_bt2_in_sp {
    display: none;
  }


  @media only screen and (max-width: 540px) {
    .cv_bt_ct2 {
      background-image: url("../img/cv2_sp.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 363px;
      width: 100%;
    }

    .cv_bt2 {
      display: flex;
      justify-content: center;
      padding-left: 0px;
      padding-top: 220px;
    }

    .cv_bt2_in  {
      display: none;
    }

    .cv_bt2_img {
      width: 335px;
    }

    .cv_bt2_tel {
      display: flex;
      justify-content: center;
      align-items: baseline;
      padding-left: 0px;
      font-size: 14px;
      font-weight: bold;
    }

    .cv_bt2_tel a {
      font-size: 18px;
    }

    .cv_bt2_in_sp {
      display: block;
    }

    .cv_bt2_img_box_sp {
      width: 100%;
      padding-right: 2rem;
      padding-left: 2rem;
      padding-top: 22rem;
      padding-bottom: 3rem;
      margin-right: auto;
      margin-left: auto;
      height: 364px;
    }

    img.cv_bt2_img_sp {
      width: 100%;
    }

    .cv_bt2_tel_sp {
      display: flex;
      justify-content: center;
      align-items: baseline;
    }

    .cv_bt2_tel_sp::before {
      content: url("../img/tel2.png");
      height: auto;
      width: auto;
      display: inline-block;
      margin-right: 1px;
      margin-bottom: -5px;
    }

    .cv_bt2_tel_sp a{
      text-decoration: none;
      margin-right: 10px;
      font-size: 18px;
      color: #404040;
      font-weight: bold;
    }

    .cv_bt2_tel_sp p {
      font-size: 14px;
      color: #404040;
      font-weight: bold;
    }
}

@media only screen and (min-width: 426px) and (max-width: 540px) {
  .cv_bt_ct2 {
    background-image: url(../img/cv2_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    width: 100%;
}

  .cv_bt2_in_sp {
    display: block;
    height: auto;
}

  .cv_bt2_img_box_sp {
    width: 375px;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 28rem;
    padding-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
    height: 450px;
}
}

@media only screen and (min-width: 426px) and (max-width: 540px) {
  .cv_bt2_img_box_sp {
    width: 100%;
}
}

footer {
  width: 100%;
  background-color: #B50610;
  display: block;
}

.footer_ct {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 80px;
  justify-content: center;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}

footer ul li a {
  text-decoration: none;
  font-size: 16px;
}

footer ul li {
  padding-left: 5px;
  font-weight: initial;
}

footer ul li:nth-child(1) {
  border-right: 1px #fff solid;
  padding-right: 5px;
}

.footer_ct p {
  font-weight: initial;
  font-size: 16px;
}

.fadein {
  display: none;
}

.footer-fixed {
  display: none;
}



@media only screen and (max-width: 540px) {
  .footer_ct {
    width: 100%;
  }

  .fadein_hidden {
    height: 8vh;
  }

  .footer-fixed{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footerline {
    width: 50%;
    padding: 2px 4px 3px;
    border: 4px solid #20CB59;
    background-color: #fff;
    margin-top: -3px;
  }

  .footerline img {
    max-width: 100%;
  }

  .footertel {
    width: 50%;
  }

  .footertel img {
    width: 100%;
  }

  .fadein {
    display: none;
    transform: translate(0, 0px); /* フェードインで動く高さを指定 */
    position: fixed;
    bottom: -4px;
    right: 0;
    left: 0;
    z-index: 1;
    }

  footer ul li a {
    font-size: 14px;
    }

  .footer_ct p {
    font-weight: initial;
    font-size: 14px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 540px) {
  .fadein_hidden {
    height: 10vh;
  }
}

/**FV下の新セクション**/
.fv-botom {
  width:50%;
  
}
@media only screen and (max-width: 540px){
.fv-botom {
  width:95%;
}

}