@charset "utf-8";

/* 共通 */
body {
  font-family: 'Noto Sans JP', sans-serif;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  body {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  body {   
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  body {
  }
}

/* image */
img {
  object-fit: cover;
}

/* フォント指定の汎用クラス */
.font-kiwi {
  font-family: 'Kiwi Maru', serif;
}
.font-quicksand {
  font-family: 'Quicksand', sans-serif;
}

/* ユーティリティクラス */
/* 横幅1100px〜1240pxの時だけ非表示にする */
@media only screen and (min-width: 1100px) and (max-width: 1240px) {
  .hideTbPc {
    display: none;
  }
}
/* コンテンツ幅 */
/* 共通 */
.contentBox {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .contentBox {
    max-width: calc(100vw - calc(24px * 2));
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .contentBox {
    max-width: calc(640px + calc(40px * 2));
    padding: 0 40px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .contentBox {
    max-width: calc(800px + calc(40px * 2));
    padding: 0 40px;
  }
}

/* 共通 */
.content_box {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .content_box {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .content_box {
    padding: 0px 40px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .content_box {
    max-width: calc(800px + calc(40px * 2));
    padding: 0 40px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
  }
}

/* 共通 */
.content_Box {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .content_Box {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .content_Box {
    max-width: calc(640px + calc(40px * 2));
    padding: 0 40px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .content_Box {
    max-width: calc(800px + calc(40px * 2));
    padding: 0 40px;
  }
}
/* ヘッダーメニュー */

/* 共通 */
.footer_copyright {  
  color:#484848; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer_copyright {
    font-size: 12px; 
    font-weight: normal;
    line-height: 150%;
    margin: 0px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_copyright {
    padding-bottom: 12px; 
    font-size: 12px; 
    font-weight: normal;
    line-height: 150%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer_copyright {
    padding-bottom: 12px; 
    font-size: 12px; 
    font-weight: normal;
    line-height: 150%;
  }
}

/* 共通 */
.single-article-list-item {
  list-style: none;              
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .single-article-list-item {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .single-article-list-item {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .single-article-list-item {           
  }
} 


/* 共通 */
.blog_img {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .blog_img {
    width: 327px;
    height: 200px;
    margin: 0px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
    margin: auto
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .blog_img {
    width: 372px;
    height: 238px;
    margin: 0px;
    overflow:hidden; 
    border-radius:12px;  
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .blog_img {
    width: 372px;
    height: 238px;
    margin: 0px;
    overflow:hidden; 
    border-radius:12px;  
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  }
}

/* 共通 */
.home_about_top_text_bold {
  color: #484848;
  font-weight: 500;
  position: relative; 
  margin: 0px;  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_about_top_text_bold {
    font-size: 24px;
    line-height: 120%;
    padding-bottom: 16px; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_about_top_text_bold {
    font-size: 28px;
    line-height: 150%;
    padding-bottom: 16px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_about_top_text_bold {
    font-size: 28px;
    line-height: 150%;
    padding-bottom: 16px; 
  }
}

/* 共通 */
.home_about_top_text_regular {
  color: #484848;
  font-size: 14px;
  font-weight: normal;
  line-height: 180%; 
  position: relative;
}


/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_about_top_text_regular {
    padding-top: 8px; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_about_top_text_regular {
    padding-bottom: 16px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_about_top_text_regular {
    padding-bottom: 16px; 
  }
}

/* 共通 */
.home_about_top {
     
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_about_top {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_about_top {
    padding-bottom: 40px;
    position: relative;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_about_top {
    padding-bottom: 40px;
    position: relative;
  }
}

/* 共通 */
.home_about_top_content_img {
     
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_about_top_content_img {
    position: relative;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_about_top_content_img {
    display: flex;
    gap: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_about_top_content_img {
    display: flex;
    gap: 24px;
  }
}

/* 共通 */
.home_about_first_img {
  margin: 0 0 0 auto;      
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_about_first_img {
    position: absolute;
    top: 0;
    height: 180px;
    overflow: hidden; 
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px; 
    right: 0;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_about_first_img {
    height: 382px;
    overflow: hidden; 
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px; 
    width: 50%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_about_first_img {
    height: 382px;
    overflow: hidden; 
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    width: 50%; 
  }
}

/* 共通 */
.home_about_top_first_img_photo {
  height: inherit;
  max-width: none;
  width: inherit;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.home_about_top_first_img_photo { 
  width: calc(100vw - 24px); 
  max-width: 340px; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.home_about_top_first_img_photo {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100px 0 0 100px;
  width: 48vw;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_about_top_first_img_photo { 
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100px 0 0 100px;
    width: 48vw;
  }
}

/* 共通 */
.home_about_top_img_photo {
  height: inherit;
  max-width: none;
  width: inherit;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.home_about_top_img_photo {  
    width: calc(100vw - 24px);
    max-width: 360px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.home_about_top_img_photo {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 100px 100px 0px;
  width: 48vw;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_about_top_img_photo { 
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 100px 100px 0px;
    width: 48vw;
  }
}
/* 共通 */
.home_about_img {
    overflow: hidden;  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_about_img {
    height: 382px;
    overflow: hidden;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    height: 180px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_about_img {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 50%;
    height: 474px;
    overflow: hidden;    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_about_img {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 50%;
    height: 474px;
    overflow: hidden;      
  }
}

/* 共通 */
.relative_bottom {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .relative_bottom {
    padding: 16px 24px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .relative_bottom {
    padding-left: 24px;
    position: relative; 
    width: 600px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .relative_bottom {
    padding-left: 24px;
    position: relative; 
    width: 600px;
  }
}


/* 共通 */
.home_about_decolation_img {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_about_decolation_img {
    position: absolute;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_about_decolation_img {
    position: absolute;   
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_about_decolation_img {
    position: absolute;   
  }   
}

/* 共通 */
.home_decolation_side_img {  
  position: absolute;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .home_decolation_side_img {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_decolation_side_img {
    position: absolute;
    bottom: 0;
    right: -80px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_decolation_side_img {
    position: absolute;
    bottom: 0;
    right: -200px;
  }   
}

/* 共通 */
.home_card_title {  
    color: #6CA02D;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_card_title {
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 8px;
    display: block;
    font-weight: 500;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_card_title {
    font-size: 20px;
    line-height: 150%;
    padding-bottom: 8px;
    display: block;
    font-weight: 500;    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_card_title {
    font-size: 20px;
    line-height: 150%;
    padding-bottom: 8px;
    display: block;
    font-weight: 500;   
  }   
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_station_content {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 48px;    
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_station_content {
    margin: 0px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_station_content {
  }   
}

/* 共通 */
.home_list {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_list {
    padding-bottom: 48px; 
    padding-top: 16px; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_list {
    padding: 0px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_list {
  }   
}

/* 共通 */
.card_title_english { 
  color: #484848;
  margin: 0px; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_title_english {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 16px; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_title_english {
    font-size: 14px;
    line-height: 150%; 
    padding-bottom: 24px; 
    font-weight: 600;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card_title_english {
    font-size: 14px;
    line-height: 150%; 
    padding-bottom: 24px; 
    font-weight: 600;
  }   
}

/* 共通 */
.home_station_img { 
  color: #484848;
  overflow: hidden;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_station_img {
    max-width: 375px;
    height: 178px;
    overflow: hidden;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_station_img {
   max-width: 456px;
    height: 300px;
    overflow: hidden;
    border-radius: 12px; 
    margin-left: auto; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_station_img {
    max-width: 456px;
    height: 300px;
    overflow: hidden;
    border-radius: 12px; 
    margin-left: auto; 
    margin-top: 106px;   
  }   
}

/* 共通 */
.home_station_card { 
    color: #484848;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_station_card {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
    text-decoration: none;
    max-width: 327px;
    padding: 16px;
    margin: auto;
    position: relative;
    top: -8px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_station_card {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    text-decoration: none;
    padding: 24px;
    position: absolute;
    top: -66px;
    opacity: 0.9;  
    min-width: 385px;  
    height: 240px;  
    margin: 0px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_station_card {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    text-decoration: none;
    padding: 24px;
    position: absolute;
    bottom: 125px;  
    opacity: 0.9;  
    min-width: 385px;  
    height: 240px;  
  }   
}

/* 共通 */
.home_recruit_img { 
  color: #484848;
  overflow: hidden;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_recruit_img {
    max-width: 375px;
    height: 178px;
    overflow: hidden;
    margin: auto;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_recruit_img {
    max-width: 500px;
    height: 300px;
    overflow: hidden;
    border-radius: 12px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_recruit_img {
    max-width: 500px;
    height: 300px;
    overflow: hidden;
    border-radius: 12px;         
  }   
}

/* 共通 */
.card_station_sentence { 
  color: #484848;
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_station_sentence {
    margin: 0px;
    padding-bottom: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_station_sentence {
    margin: 0px;
    padding-bottom: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card_station_sentence {
    margin: 0px;
    padding-bottom: 24px;
  }   
}

/* 共通 */
.home_station_card_title { 
    color: #6CA02D;
    font-size: 20px;
    line-height: 150%;
    padding-bottom: 8px;
    display: block;
    font-weight: 500;
   
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .home_station_card_title {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .home_station_card_title {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .home_station_card_title {
  }             
} 
    
 /* 共通 */
.home_station_card_title::before { 
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/Title_decolation.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;      
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_station_card_title::before {     
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .home_station_card_title::before {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .home_station_card_title::before {  
  }             
}    


/* 共通 */
.card_station_title_english { 
  color: #484848;
  font-size: 14px;
  line-height: 150%;
  margin: 0px;
  font-weight: 600;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_station_title_english {
    padding-bottom: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_station_title_english {
    padding-bottom: 24px;
    font-weight: 600;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card_station_title_english {
    padding-bottom: 24px;
    font-weight: 600;      
  }             
}   

/* 共通 */
.card_sentence { 
  color: #484848;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_sentence {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_sentence {
    color: #484848;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;  
    margin: 0px; 
    padding-bottom: 24px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card_sentence {
    color: #484848;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;  
    margin: 0px; 
    padding-bottom: 24px;        
  }   
}

/* 共通 */
.home_card_title::before {  
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/Title_decolation.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_card_title::before {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_card_title::before {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_card_title::before {    
  }   
}

/* 共通 */
.home_card {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_card {
    border-radius: 12px;
    margin-bottom: 48px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    text-decoration: none;
    padding: 16px;
    max-width: 327px;
    margin: auto;
    position: relative;
    top: -8px    
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_card {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    text-decoration: none;
    max-width: 385px;
    padding: 24px;
    position: absolute;
    opacity: 0.9;
    height: 242px;
    right: 0;
    top: -69px;
    width: 385px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_card {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    text-decoration: none;
    max-width: 385px;
    padding: 24px;
    position: absolute;
    opacity: 0.9;
    height: 242px;
    right: 0;
    top: -69px;
    width: 385px;          
  }   
}

/* 共通 */
.home_service_content {
  margin: 0px;  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_service_content {
    margin-bottom: 80px;         
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_service_content {
    margin-bottom: 106px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .home_service_content {         
  }   
}



/* 共通 */
.home_service_img {  
  overflow: hidden; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_service_img {
    max-width: 327px;
    height: 100%;    
    margin: auto;  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_service_img {
    max-width: 500px;
    border-radius: 12px;
    margin-top: 100px; 
    height: 100%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_service_img {
    max-width: 500px;
    border-radius: 12px;
    margin-top: 100px; 
    height: 100%; 
  }   
}


/* 共通 */
.home_service_img img {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_service_img img {       
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_service_img img {
    padding: 0px;  
    width: 550px;
    height: 100%;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_service_img img {
    padding: 0px;
    width: 550px;
    height: 100%;     
  }   
}



/* 共通 */
.home_station {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .home_station {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_station {
    /* margin-bottom: 40px;  */
    position: relative;     
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_station {
    margin-bottom: 40px; 
    position: relative;            
  }   
}

/* 共通 */
.home_service {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .home_service {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_service {
   position: relative;
   /* padding-bottom: 40px; */
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_service {
    position: relative;       
  }   
}

/* 共通 */
.home_recruit_card {  
    border-radius: 12px;
    background-color: #fff; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_recruit_card {
    box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
    text-decoration: none;
    max-width: 327px;
    padding: 24px;
    margin: auto;
    position: relative;
    top: -8px;     
  }
}


/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_recruit_card {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    text-decoration: none;
    width: 385px;
    padding: 24px;
    position: absolute;
    right: 0px;
    opacity: 0.9;
    height: 243px;
    top: 190px;
  }
}


/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_recruit_card {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    text-decoration: none;
    width: 385px;
    padding: 24px;
    position: absolute;
    right: 0px;
    opacity: 0.9;
    height: 243px;
    top: 190px;     
  }   
}

/* 共通 */
.home_recruit_card_title {  
  color: #6CA02D;
  font-size: 20px;
  line-height: 150%;
  padding-bottom: 8px;
  display: block;
  font-weight: 500;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .home_recruit_card_title {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .home_recruit_card_title {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .home_recruit_card_title {    
  }                
} 

/* 共通 */
.home_recruit_card_title::before {  
    content: "";
    display: inline-block;
    width: 34px;
    height: 30px;
    background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/Title_decolation.svg) no-repeat;
    background-size: contain;
    margin-right: 2px;
    vertical-align: middle;  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_recruit_card_title::before {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_recruit_card_title::before {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_recruit_card_title::before {     
  }                
}   
  
/* 共通 */
.home_recruit {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_recruit {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_recruit {
    position: relative;
    /* padding-top: 80px; */
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_recruit {
     position: relative;
  }                
}     

    
/* 共通 */
.home_recruit_content {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .home_recruit_content {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_recruit_content {
    margin-bottom: 180px; 
    margin-top: 40px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .home_recruit_content {
      margin-bottom: 180px; 
  }                
}       

/* 共通 */
.card_recruit_title_english {  
  color: #484848;
  font-size: 14px;
  line-height: 150%;
  margin: 0px;
  font-weight: 600;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_recruit_title_english {
    padding-bottom: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_recruit_title_english {
    padding-bottom: 24px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card_recruit_title_english {
    padding-bottom: 24px;  
  }                
}  
    
/* 共通 */
.card_recruit_sentence {  
  color: #484848;
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_recruit_sentence {
    padding-bottom: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_recruit_sentence {
    padding-bottom: 24px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card_recruit_sentence {
    padding-bottom: 24px;       
  }                
}  
    
/* 共通 */
.a {  
  display: block;
  text-decoration: none;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .a {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .a {    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .a {     
  }                
}      

/* 共通 */
.btn_text {  
  position: relative;
  padding-right: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .btn_text {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .btn_text {      
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .btn_text {  
    display: inline-block;
    color: #6CA02D;
    vertical-align: middle;
    text-decoration: none; 
  }                
}

/* 共通 */
.arrow::after {  
  width: 8px;
  height: 8px;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  top: calc(50% - 4px);
  position: absolute;
  content: "";
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .arrow::after {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .arrow::after {      
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .arrow::after {   
  }                
}

/* 共通 */
.btn_animation:hover .arrow::after {  
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .arrow::after {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .arrow::after {      
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .arrow::after {   
  }                
}

/* 共通 */
.btn_animation_center:hover .arrow::after {  
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .tn_animation_center:hover .arrow::after{  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .tn_animation_center:hover .arrow::after{      
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .tn_animation_center:hover .arrow::after{   
  }                
}

/* 共通 */
.btn_animation_center { 
  position: relative;
  border: 1px solid #6CA02D;
  width: 100%;
  max-width: 170px;
  text-align: center;
  line-height: 45px;
  text-decoration: none!important;
  border-radius: 9999px;
  overflow: hidden;
  color: #6CA02D;
  display: block;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .btn_animation_center {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .btn_animation_center {     
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .btn_animation_center {    
  }                
}  

/* 共通 */
.instagram_list { 
  margin: 0px;  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .instagram_list {
   padding-right: 10px;
}
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .instagram_list {
    padding-left: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .instagram_list { 
    padding-left: 24px;  
  }                
}  

/* 共通 */
.eye-catch {
  position: relative;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .eye-catch {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .eye-catch {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .eye-catch {
  }
}

/* 共通 */
.eye-catch-banner {
  position: absolute;
  z-index: 1;
}
/* スマホのみ */
@media only screen and (max-width: 767px) {
  .eye-catch-banner {
    bottom: 32px;
    right: 0;
  }
}
/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .eye-catch-banner {
    bottom: 32px;
    right: 0;
  }
  .eye-catch-banner:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
  }
}
/* PCのみ */
@media only screen and (min-width: 1101px) {
  .eye-catch-banner {
    bottom: 32px;
    right: 0;
  }
  .eye-catch-banner:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
  }
}

/* 共通 */
.eye-catch-banner-link {
  display: block;
}
/* スマホのみ */
@media only screen and (max-width: 767px) {
  .eye-catch-banner-link {
    height: 120px;
    width: 310px;
  }
}
/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .eye-catch-banner-link {
    height: 150px;
    width: 388px;
  }
}
/* PCのみ */
@media only screen and (min-width: 1101px) {
  .eye-catch-banner-link {
    height: 150px;
    width: 388px;
  }
}

/* 共通 */
.eye-catch-banner-link-img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  object-fit: cover;
}
/* スマホのみ */
@media only screen and (max-width: 767px) {
  .eye-catch-banner-link-img {
  }
}
/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .eye-catch-banner-link-img {
  }
}
/* PCのみ */
@media only screen and (min-width: 1101px) {
  .eye-catch-banner-link-img {
  }
}

/* 共通 */
.headline_text_wrapper {  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .headline_text_wrapper {
  }
}

/* タブレット */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
}

/* PC */
@media only screen and (min-width: 1101px) {
  .headline_text_wrapper {
  }
}

/* 共通 */
.headline_text_img {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .headline_text_img {
    display: none;
  }
}

/* タブレット */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .headline_text_img {
    width: 70vw;
  }
}

/* PC */
@media only screen and (min-width: 1101px) {
  .headline_text_img {
    width: 70vw;
  }
}

/* 共通 */
.headline_text_img_sp {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .headline_text_img_sp {
    width: 40vw;
    right: 24px;
    bottom: 220px;
    position: absolute;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .headline_text_img_sp {
    display: none;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .headline_text_img_sp {
    display: none;
  }
}     

/* 共通 */
.btn_animation {  
  position: relative;
  border: 1px solid #6CA02D;
  width: 100%;
  max-width: 170px;
  text-align: center;
  line-height: 45px;
  text-decoration: none!important;
  border-radius: 9999px;
  overflow: hidden;
  color: #6CA02D;
  display: block;
}


/* スマホのみ */
@media only screen and (max-width: 767px) {
  .btn_animation {
   margin: auto;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .btn_animation {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .btn_animation {   
  }                
}

/* 共通 */
.btn_animation_diary_list {  
  position: relative;
  border: 1px solid #6CA02D;
  width: 100%;
  max-width: 170px;
  display: flex;
  text-align: center;
  line-height: 45px;
  text-decoration: none!important;
  border-radius: 9999px;
  overflow: hidden;
  color: #6CA02D;
  margin: auto;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .btn_animation_diary_list {
   margin: auto;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .btn_animation_diary_list {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .btn_animation_diary_list {   
  }                
}

/* 共通 */
.btn_animation_diary_list::before {  
 content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #6CA02D;
  transition: .2s;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .btn_animation_diary_list::before {
   margin: auto;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .btn_animation_diary_list::before {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .btn_animation_diary_list::before {   
  }                
}

.btn_animation_diary_list:hover::before {
  width: 100%;
}

.btn_animation_diary_list:hover {
  color: #fff;
}

/* 共通 */
.btn_animation:hover .btn_text {  
  color: #fff;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .btn_animation:hover .btn_text{
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .btn_animation:hover .btn_text{
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .btn_animation:hover .btn_text{   
  }                
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .btn_animation:hover {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .btn_animation:hover {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .btn_animation:hover {   
  }                
}

/* 共通 */
.btn_animation::before {  
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #6CA02D;
  transition: .2s;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .btn_animation::before {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .btn_animation::before {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .btn_animation::before {   
  }                
}

/* 共通 */
.btn_animation:hover::before {
  width: 100%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .btn_animation:hover::before {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .btn_animation:hover::before {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .btn_animation:hover::before {   
  }                
}    

/* 共通 */
.btn_text:hover{  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .btn_text:hover{   
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .btn_text:hover{      
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .btn_text:hover{    
  }                 
}   
     
/* 共通 */
.btn_text:hover:before{  
  width: 100%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
 .btn_text:hover:before{    
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .btn_text:hover:before{       
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .btn_text:hover:before{    
  }                
}  
  
/* 共通 */
.button1{  
  text-align: center; 
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
 .button1{    
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .button1{       
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .button1{    
  }                
}  
  
/* 共通 */
.home_about {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_about {
    background-color: #F4F4F4;
    padding: 16px 0px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_about {
    background-color: #F4F4F4;
    padding: 24px 0px;
    margin-bottom: 56px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_about {
    background-color: #F4F4F4;
    padding: 24px 0px;
    margin-bottom: 56px;
  }
}

/* 共通 */
.bgleft:hover:before {
  transform-origin:left top;
	transform:scale(1, 1);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .bgleft:hover:before {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .bgleft:hover:before {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .bgleft:hover:before {
  
  }
}

/* 共通 */
.home_about_content {     
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_about_content {
    max-width: 327px;
    position: relative;
    margin: auto;
    padding-bottom: 80px;
    padding-top: 196px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_about_content {
    padding-right: 24px;
    width: 50%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_about_content {
    padding-right: 24px;
    width: 50%;
  }
}

/* 共通 */
.home_about_top_flex_side {    
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_about_top_flex_side {
    max-width: 327px;
    position: relative;
    margin: auto;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_about_top_flex_side {
    width: 50%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_about_top_flex_side {
    width: 50%;
  }
}


/* 共通 */
.home_about_bottom_content {    
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_about_bottom_content {
    max-width: 327px;
    position: relative;
    margin: auto;
    padding-top: 196px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_about_bottom_content {
    width: 50%;
    position: relative;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_about_bottom_content {
    width: 50%;
    position: relative;
  }
}

/* 共通 */
.home_about_top_decolation_normal {    
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .home_about_top_decolation_normal {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_about_top_decolation_normal {
    position: relative;
    height: 200px;
    bottom: 230px;
    left: 200px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_about_top_decolation_normal {
    position: relative;
    height: 200px;
    bottom: 230px;
    left: 200px;
  }
}

/* 共通 */
.FooterCTA-primaryNavLinkIcon_Contact {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .FooterCTA-primaryNavLinkIcon_Contact {
    color:#6CA02D; 
    opacity: 0;  
    transition: transform .6s cubic-bezier(.4,.1,.3,1),opacity .6s cubic-bezier(.4,.1,.3,1);
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .FooterCTA-primaryNavLinkIcon_Contact {
    color:#6CA02D; 
    opacity: 0;  
    transition: transform .6s cubic-bezier(.4,.1,.3,1),opacity .6s cubic-bezier(.4,.1,.3,1);
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .FooterCTA-primaryNavLinkIcon_Contact {
    color:#6CA02D; 
    opacity: 0;  
    transition: transform .6s cubic-bezier(.4,.1,.3,1),opacity .6s cubic-bezier(.4,.1,.3,1);
  }                            
}

/* 共通 */
.footer_button_recruit {  
  background: #FF7777;
  border-radius: 9999px;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: normal; 
  white-space: nowrap;
}


/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer_button_recruit {
    display: flex;
    padding: 8px 35px;
    color: #fff;
    margin-top: 10px;   
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_button_recruit {
    padding: 8px 24px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer_button_recruit {
    padding: 8px 24px;
  }
}

/* 共通 */
.footer__linkText:hover {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer__linkText:hover {
    transform: scale(1.1, 1.1);
    color: #6CA02D;
    text-decoration: none; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__linkText:hover {
    transform: scale(1.1, 1.1);
    color: #6CA02D;
    text-decoration: none;        
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer__linkText:hover {
    transform: scale(1.1, 1.1);
    color: #6CA02D;
    text-decoration: none;       
  }
}   

/* 共通 */
.footer {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer {
    padding: 0 24px;
    margin-top: 80px;
    padding-bottom: 40px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer {
    padding: 40px 0px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer {
    padding: 40px 0px;    
  }
}

/* 共通 */
.footer_company {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer_company {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_company {
    padding-left: 110px;    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer_company {
    padding-left: 161px;    
  }
}

/* 共通 */
.footer_twitter {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer_twitter {
    list-style: none;
    padding-right: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_twitter {
    padding-right: 24px;    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer_twitter {
    padding-right: 24px;            
  }
}  
 
/* 共通 */
.footer__tel {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer__tel {
    margin: 0px;
    color:#484848; 
    font-size: 14px; 
    font-weight: normal;
    line-height: 150%; 
    padding-right: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__tel {
    margin: 0px; 
    padding-right: 16px; 
    color:#484848!important; 
    font-size: 14px; 
    font-weight: normal!important;
    line-height: 150%;   
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer__tel {
    margin: 0px; 
    padding-right: 16px; 
    color:#484848!important; 
    font-size: 14px; 
    font-weight: normal!important;
    line-height: 150%;                         
  }   
}

/* 共通 */
.footer_number {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer_number {
    display: flex;
    padding-bottom: 16px;       
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_number {
    display: flex;
    margin: 0px;
    list-style: none; 
    padding-bottom: 12px;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer_number {
    display: flex;
    margin: 0px;
    list-style: none; 
    padding-bottom: 12px;                           
  }
}

/* 共通 */
.footer__fax {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer__fax {
    margin: 0px; 
    color:#484848; 
    font-size: 14px; 
    font-weight: normal;
    line-height: 150%;  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__fax {
    margin: 0px; 
    color:#484848; 
    font-size: 14px; 
    font-weight: normal;
    line-height: 150%;   
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer__fax {
    margin: 0px; 
    color:#484848; 
    font-size: 14px; 
    font-weight: normal;
    line-height: 150%;                           
  }   
}

/* 共通 */
.footer_sns_link {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer_sns_link {
    color:#6CA02D;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_sns_link {
    color:#6CA02D;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer_sns_link {
    color:#6CA02D;     
  }
}

/* 共通 */
.Footer_ul { 
    list-style: none!important;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .Footer_ul {
    padding: 0px;
    margin: 0px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .Footer_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    list-style: none;
    padding-bottom: 56px;    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .Footer_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    list-style: none;
    padding-bottom: 56px;           
  }   
}

/* 共通 */
.footer_company { 
  list-style: none!important;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer_company {
    padding-top: 8px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_company {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer_company {          
  }   
}

/* 共通 */
.button_recruit {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .button_recruit {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .button_recruit {
    margin-top: 22px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.button_recruit {
  margin-top: 22px;      
  }   
}

/* 共通 */
.footer_link {  
  list-style: none;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer_link {
    margin: 0px;
    padding-bottom: 24px;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    list-style: none;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_link {
    margin: 0px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer_link {
    margin: 0px;       
  }
}

/* 共通 */
.footer__linkText {  
  color:#484848; 
  font-size: 14px; 
  font-weight: normal;
  line-height: 150%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer__linkText {
    padding-bottom: 24px;
    list-style: none; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__linkText {
    padding-right:56px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer__linkText {
    padding-right:56px;                 
  }   
}

/* 共通 */
.footer__adress {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer__adress {
    margin: 0px; 
    padding-bottom: 8px; 
    color:#484848; 
    font-size: 14px; 
    font-weight: normal;
    line-height: 150%;  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__adress {
    margin: 0px; 
    padding-bottom: 8px; 
    color:#484848!important; 
    font-size: 14px; 
    font-weight: normal!important;
    line-height: 150%;   
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer__adress {
    margin: 0px; 
    padding-bottom: 8px; 
    color:#484848!important; 
    font-size: 14px; 
    font-weight: normal!important;
    line-height: 150%;                           
  }
}

 /* 共通 */
 .footer_sns_list {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer_sns_list {
    display: flex;
    justify-content: center; 
    padding: 0px;
    margin-bottom: 32px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_sns_list {
    list-style: none; 
    display: flex; 
    justify-content: center; 
    margin: 0px;
    padding-bottom: 40px;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer_sns_list {
    list-style: none; 
    display: flex; 
    justify-content: center;
    margin: 0px;
    padding-bottom: 40px;
  }
}

/* 共通 */
.FooterCTA-grid {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .FooterCTA-grid {
    /* max-width: 327px; */
    margin: 0 auto; 
    gap: 24px;
    list-style: none; 
    padding: 0px; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .FooterCTA-grid {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    /* max-width: 800px; */
    margin: 0 auto;
    gap: 0px 56px;
    list-style: none;
    padding: 0px;
    margin-bottom: 24px;       
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .FooterCTA-grid {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    /* max-width: 800px; */
    margin: 0 auto;
    gap: 0px 56px;
    list-style: none;
    padding: 0px;
    margin-bottom: 24px;      
  }
}

/* 共通 */
.CTA_recruit_img {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .CTA_recruit_img {
    height: 100%;
    width: 127px;
    object-fit: cover;  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .CTA_recruit_img {
    height: 100%;
    width: 146px;
    object-fit: cover; 
    text-decoration: none!important;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .CTA_recruit_img {
    height: 100%;
    width: 146px;
    object-fit: cover; 
    text-decoration: none!important;        
  }
}

 /* 共通 */
 .CTA_contact_img {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .CTA_contact_img {
    height: 100%;
    width: 127px;
    object-fit: cover;  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .CTA_contact_img {
    height: 100%;
    width: 146px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .CTA_contact_img {
    height: 100%;
    width: 146px;
    object-fit: cover;         
  }
}

/* 共通 */
.FooterCTA-primaryNavLink:hover .FooterCTA-primaryNavLinkTxts {  
  transform: translate3d(0,2rem,0);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .FooterCTA-primaryNavLink:hover .FooterCTA-primaryNavLinkTxts {
       
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .FooterCTA-primaryNavLink:hover .FooterCTA-primaryNavLinkTxts {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .FooterCTA-primaryNavLink:hover .FooterCTA-primaryNavLinkTxts {
           
  }
}

/* 共通 */
.FooterCTA-primaryNavLink {  
  display: flex;
  text-decoration: none !important; 
  overflow: hidden;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  margin: auto;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .FooterCTA-primaryNavLink {
    height: 183px;
  }
}
    
/* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .FooterCTA-primaryNavLink {
    height: 209px;
  }
}
    
/* PCのみ */
@media only screen and (min-width: 1101px) {
  .FooterCTA-primaryNavLink {
    height: 209px;
   }
 }

/* 共通 */
.FooterCTA-primaryNavLinkIconBody {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .FooterCTA-primaryNavLinkIconBody {
    position: absolute; 
    left: 45%;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .FooterCTA-primaryNavLinkIconBody {
    position: absolute;
    left: 45%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .FooterCTA-primaryNavLinkIconBody {
    position: absolute; 
    left: 45%;
  }
}

/* 共通 */
.CTA_info {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .CTA_info {
    padding-top: 24px;
    padding-left: 16PX;
    padding-right: 16px;
    padding-bottom: 30px;
    position: relative;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .CTA_info {
    position: relative;
    padding-top: 24px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 26px;
    width: 226px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .CTA_info {
    position: relative;
    padding-top: 24px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 26px;
    width: 226px;
  }
}

/* 共通 */
.FooterCTA-primaryNavLinkTitle_Recruit {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .FooterCTA-primaryNavLinkTitle_Recruit {
    color:#FF7777; 
    font-size: 32px; 
    font-weight: 600;
    line-height: 120%;  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .FooterCTA-primaryNavLinkTitle_Recruit {
    color:#FF7777; 
    font-size: 32px; 
    font-weight: 600;
    line-height: 120%; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .FooterCTA-primaryNavLinkTitle_Recruit {
    color:#FF7777; 
    font-size: 32px; 
    font-weight: 600;
    line-height: 120%;                     
  }
}
 
/* 共通 */
.FooterCTA-primaryNavLinkDescription_Recruit {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .FooterCTA-primaryNavLinkDescription_Recruit {
    color: #FF7777; 
    font-size: 12px; 
    font-weight: normal; 
    line-height: 150%; 
    padding-top: 8px;   
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .FooterCTA-primaryNavLinkDescription_Recruit {
    color: #FF7777; 
    font-size: 12px; 
    font-weight: normal; 
    line-height: 150%; 
    margin-bottom: 16px;  
    margin-top: 16px;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .FooterCTA-primaryNavLinkDescription_Recruit {
    color: #FF7777; 
    font-size: 12px; 
    font-weight: normal; 
    line-height: 150%; 
    margin-bottom: 16px;  
    margin-top: 16px;                        
  }
}

/* 共通 */
.FooterCTA-primaryNavLinkIcon_Recruit {  
  transition: transform .6s cubic-bezier(.4,.1,.3,1),opacity .6s cubic-bezier(.4,.1,.3,1);
  color:#FF7777!important; 
  opacity: 0;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .FooterCTA-primaryNavLinkIcon_Recruit {        
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .FooterCTA-primaryNavLinkIcon_Recruit {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .FooterCTA-primaryNavLinkIcon_Recruit {
  }
}


 /* 共通 */
 .FooterCTA-primaryNavLinkTitle_Contact {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .FooterCTA-primaryNavLinkTitle_Contact {
    color:#6CA02D; 
    font-size: 32px; 
    font-weight: 600;
    line-height: 120%;  
    padding-bottom: 8px;
    display: inline-block;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .FooterCTA-primaryNavLinkTitle_Contact {
    color:#6CA02D; 
    font-size: 32px; 
    font-weight: 600;
    line-height: 120%;  
    padding-bottom: 16px;
    display: inline-block;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .FooterCTA-primaryNavLinkTitle_Contact {
    color:#6CA02D; 
    font-size: 32px; 
    font-weight: 600;
    line-height: 120%;  
    padding-bottom: 16px;
    display: inline-block;                   
  }
} 

/* 共通 */
.FooterCTA-primaryNavLinkDescription_Contact {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .FooterCTA-primaryNavLinkDescription_Contact {
    color:#6CA02D; 
    font-size:12px; 
    font-weight: normal; 
    line-height: 120%;
    padding-bottom: 32px;
}
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .FooterCTA-primaryNavLinkDescription_Contact {
    color:#6CA02D; 
    font-size:12px; 
    font-weight: normal; 
    line-height: 150%;
    padding-bottom: 16px;
    display: inline-block;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .FooterCTA-primaryNavLinkDescription_Contact {
    color:#6CA02D; 
    font-size:14px; 
    font-weight: normal; 
    line-height: 120%;
    padding-bottom: 34px;
    display: inline-block;                         
  }
}

/* 共通 */
.footer_button_contact {  
  background: #6CA02D;
  border-radius: 9999px;
  position: relative;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: normal;  
  white-space: nowrap; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer_button_contact {
    position: relative;
    display: flex;
    padding: 8px 28px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_button_contact {
    padding: 8px 17px;    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer_button_contact { 
    padding: 8px 17px;
  }   
}

/* 共通 */
.footer_CTA {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer_CTA {
    margin-bottom: 24px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_CTA {
    border-radius: 12px;
    min-width: 372px;
    width: calc((100% - 56px) / 2);
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer_CTA {
    border-radius: 12px;
    min-width: 372px;
    width: calc((100% - 56px) / 2);
  }
}

/* SPヘッダー */
/* 共通 */
.nav_content{
        
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav_content{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 72px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav_content{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .nav_content{  
      display: none;            
  }
} 

/* 共通 */
.header__main {    
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .header__main {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .header__main {
    margin: 0px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .header__main {
     margin: 0px;
  }
}

/* 共通 */
.jobs_staff_photo {
}
/* スマホのみ */
@media only screen and (max-width: 767px) {
  .jobs_staff_photo {
  }
}
/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .jobs_staff_photo {
  }
}
/* PCのみ */
@media only screen and (min-width: 1101px) {
  .jobs_staff_photo {
  }
}

/* 共通 */
.jobs_staff_photo_img {
  display: block;
  margin: 0 auto;
  max-width: 540px;
  width: 100%;
}
/* スマホのみ */
@media only screen and (max-width: 767px) {
  .jobs_staff_photo_img {
    border-radius: 10px;
  }
}
/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .jobs_staff_photo_img {
    border-radius: 12px;
  }
}
/* PCのみ */
@media only screen and (min-width: 1101px) {
  .jobs_staff_photo_img {
    border-radius: 12px;
  }
}

/* 共通 */
.jobs_staff_ul {
  padding: 0px;    
}
/* スマホのみ */
@media only screen and (max-width: 767px) {
  .jobs_staff_ul {
    margin-top: 40px;
  }
}
/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .jobs_staff_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 32px;
    list-style: none;
    margin-top: 40px;
  }
}
/* PCのみ */
@media only screen and (min-width: 1101px) {
  .jobs_staff_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 40px;
    list-style: none;
    margin-top: 40px;
  }
}

/* 共通 */
.jobs_staffs_li {
  list-style: none;
  margin-bottom: 0;
}
/* スマホのみ */
@media only screen and (max-width: 767px) {
  .jobs_staffs_li {
    max-width: 327px;
    margin: 32px 0 0 0;
  }
}
/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .jobs_staffs_li {
    width: calc((100% - 56px) / 2);
    padding: 0px;
  } 
}
/* PCのみ */
@media only screen and (min-width: 1101px) {
  .jobs_staffs_li {
    max-width: 372px;
  }
}

/* 共通 */
.job_txt {
  align-items: center;
  display:flex;     
}
/* スマホのみ */
@media only screen and (max-width: 767px) {
  .job_txt {
    gap: 14px;
  }
}
/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .job_txt {
    gap: 16px;
  }
}
/* PCのみ */
@media only screen and (min-width: 1101px) {
  .job_txt {
    gap: 16px;
  }
}

/* 共通 */
.job_title {
  background: #6CA02D;
  border-radius: 9999px;
  display: inline;
  justify-content: space-around;
  align-items: center;
  padding: 0px 12px;
  color: #fff;  
  margin: 0px;    
}
/* スマホのみ */
@media only screen and (max-width: 767px) {
  .job_title {
  }
}
/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .job_title {
  }
}
/* PCのみ */
@media only screen and (min-width: 1101px) {
  .job_title {
  }
}

/* 共通 */
.name_title {
  color: #484848;
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  margin: 0;
}
/* スマホのみ */
@media only screen and (max-width: 767px) {
  .name_title {
  }
}
/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .name_title {
  }
}
/* PCのみ */
@media only screen and (min-width: 1101px) {
  .name_title {
  }
}

/* 共通 */
.job_copy {
  color: #484848;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  margin: 12px 0 0 0;
  padding-bottom: 0;
}
/* スマホのみ */
@media only screen and (max-width: 767px) {
  .job_copy {
  }
}
/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .job_copy {
  }
}
/* PCのみ */
@media only screen and (min-width: 1101px) {
  .job_copy {
  }
}

/* 共通 */
.jobs_message {
    margin: 0px;
    color: #484848;
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    padding-top: 8px;    
}
/* スマホのみ */
@media only screen and (max-width: 767px) {
  .jobs_message {
  }
}
/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .jobs_message {
  }
}
/* PCのみ */
@media only screen and (min-width: 1101px) {
  .jobs_message {  
  }
}

/* 共通 */
.job_staffs_introduction {    
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .job_staffs_introduction {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .job_staffs_introduction {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .job_staffs_introduction {
  }
}

/* 共通 */
.header {
  width: 100vw;
}
  
/* スマホのみ */
@media only screen and (max-width: 767px) {
  .header {
    position: relative;
    z-index: 1000;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .header {
    display: flex;
    width: 100vw;
  }
}

/* タブレット〜PC */
@media only screen and (min-width: 1100px) and (max-width: 1240px) {
  .header {
    min-width: 1160px !important;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .header {
    display: flex;
    min-width: 1340px;
  }
}

/* 共通 */
.header_content {  
  display: flex; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .header_content {
    position: relative;
    z-index: 1;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .header_content {
    justify-content: space-between;
    /* width: 100%; */
    height: 64px;
    align-items: center;
    /* padding: 0px 48px; */
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .header_content {  
    justify-content: space-between;
    width: 100%;
    height: 64px;
    align-items: center;
    padding: 0px 48px;
  }
}

/* 共通 */
.header__inner_pc {
  list-style:none; 
  margin: 0px !important; 
}
  
/* スマホのみ */
@media only screen and (max-width: 767px) {
  .header__inner_pc {
    display: none !important;
  }
}
  
/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .header__inner_pc {
    display: none !important;
  }
}
  
/* PCのみ */
  @media only screen and (min-width: 1101px) {
  .header__inner_pc {
    font-size: 14px;
    color: #484848;
    display: flex;
    margin: 0px;
    font-weight: normal;
    line-height: 150%;
    padding: 0px; 
    align-items: center;  
  }
}

/* 共通 */
.Header__linkText {
  white-space: nowrap;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .Header__linkText {
  }
}

/* タブレットのみ */
  @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .Header__linkText {
    color: #484848;  
    padding: 0px 24px; 
  }
}
  
/* PCのみ */
@media only screen and (min-width: 1101px) {
  .Header__linkText {
    color: #484848;  
    padding: 0px 24px;  
  }
}
 
 /* 共通 */
.Header__linkText:hover {   
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .Header__linkText:hover {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .Header__linkText:hover {
    transform: scale(1.1, 1.1);
    color:#6CA02D;
    text-decoration: none; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .Header__linkText:hover {
    transform: scale(1.1, 1.1);
    color:#6CA02D;
    text-decoration: none;     
  }
}

/* 共通 */
.contact a { 
  text-decoration: none;
  white-space: nowrap;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .contact a {
    display: none;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .contact a {
    background: #6CA02D;
    border-radius: 9999px;
    display: inline;
    padding: 8px 16px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: normal; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .contact a {
    background: #6CA02D;
    border-radius: 9999px;
    display: inline;
    padding: 8px 16px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: normal; 
  }
}

/* 共通 */
.contact {  
  margin: 0px;    
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .contact {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .contact {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .contact {
  }
}

/* 共通 */
.contact a:hover {  
  /* transform: scale(1.1, 1.1); */
  color: #fff!important;
  text-decoration: none; 
  background-color: #84AE51;  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .contact a:hover {
    display: none;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .contact a:hover {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .contact a:hover {
  }
}

/* 共通 */
.recruit {  
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .recruit {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .recruit {
  }
}

/* 共通 */
.contact a a:hover {   
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .contact a a:hover {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .contact a a:hover {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .contact a a:hover {
    background: #84AE51;
    color: #fff;
    text-decoration: none; 
    font-weight: normal; 
    padding-right: 16px;   
  }
}

/* 共通 */
.recruit a:hover {   
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .recruit a:hover {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit a:hover { 
    background: #FF9595; 
    color: #fff;
    text-decoration: none;
    font-weight: normal;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .recruit a:hover {
    background: #FF9595; 
    color: #fff;
    text-decoration: none;
    font-weight: normal;
  }
}

/* 共通 */
.recruit a {
  text-decoration: none !important;
  white-space: nowrap;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .recruit a {
    display: none;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit a {
    background: #FF7777;
    border-radius: 9999px;
    display: inline;
    padding: 8px 16px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: normal; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .recruit a {
    background: #FF7777;
    border-radius: 9999px;
    display: inline;
    padding: 8px 16px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: normal; 
  }
}

/* 共通 */
.button_list {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .button_list {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .button_list {
   /* display: none;   */
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .button_list {
    /* display: flex;    */
  }
}

/* 共通 */
.recruit {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .recruit {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit {   
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .recruit {
    margin-left: 16px;
  }
}

/* 共通 */
.instagram_list a { 
  position: relative;
  display: inline-block;
  border: 1px solid #6CA02D;
  border-radius: 9999px;
  background-size: contain;
  transition: all .3s;
  color: #6ca02d !important; 
  width: 40px;
  height: 40px;  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .instagram_list a {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .instagram_list a {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .instagram_list a {
  }   
}

/* 共通 */
.li_instagram a { 
  position: relative;
  display: inline-block;
  border: 1px solid #6CA02D;
  border-radius: 9999px;
  background-size: contain;
  transition: all .3s;
  color: #6ca02d !important; 
  width: 40px;
  height: 40px;  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .li_instagram a {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .li_instagram a {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .li_instagram a {
  }   
}

/* 共通 */
.li_instagram a:hover { 
  background-image: linear-gradient(195deg, #4c64d3 0%, #cf2e92 30%, #f26939 66%, #ffdd83 100%);
    color: #fff!important;
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 9999px;
    background-size: contain;
    transition: all .3s;

}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .li_instagram a:hover {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .li_instagram a:hover {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .li_instagram a:hover {
  }   
}



/* 共通 */
.li_instagram { 
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .li_instagram {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .li_instagram {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .li_instagram {
  }   
}

/* 共通 */
.instagram_list svg {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .instagram_list svg {
    position: relative;
    z-index: 25;
    top: 6px;
    left: 7px;  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .instagram_list svg {
    position: relative;
    top: 6px;
    left: 7px;   
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .instagram_list svg {
    position: relative;
    top: 6px;
    left: 7px;  
  }   
}

/* 共通 */
.li_instagram svg {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .li_instagram svg {
    position: relative;
    /* z-index: 25; */
    top: 6px;
    left: 7px;
    z-index: 1;
  }
  
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .li_instagram svg {
    position: relative;
    /* z-index: 25; */
    top: 6px;
    left: 7px;
    z-index: 1;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .li_instagram svg {
    position: relative;
    top: 6px;
    left: 7px;
  }   
}

/* 共通 */
.instagram_list a:hover {  
  background-image: linear-gradient(195deg, #4c64d3 0%, #cf2e92 30%, #f26939 66%, #ffdd83 100%);           
  color:#fff!important;  
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 9999px;
  background-size: contain;
  transition: all .3s;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .instagram_list a:hover {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .instagram_list a:hover {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .instagram_list a:hover{
  } 
}

/* 共通 */
.instagram_list svg :hover {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .instagram_list svg :hover {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .instagram_list svg :hover {
    position: relative;
    z-index: 25;
    top: 4px;
    left: 7px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .instagram_list svg :hover {
    position: relative;
    z-index: 25;
    top: 4px;
    left: 7px;      
  }  
}

/* 共通 */
.li_twitter {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .li_twitter {
    margin: 0px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .li_twitter {
    margin-left: 8px;
    margin-bottom: 0px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .li_twitter {
    margin-left: 8px;
    margin-bottom: 0px;
  }  
}

/* 共通 */
.li_twitter a {  
  position: relative;
  display: inline-block;
  border: 1px solid #6CA02D;
  border-radius: 9999px;
  background-size: contain;
  transition: all .3s;
  color: #6ca02d !important; 
  width: 40px;
  height: 40px;  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .li_twitter a {
      margin-left: 8px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .li_twitter a {
      margin-left: 8px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .li_twitter a {
  }   
}

/* 共通 */
.li_twitter svg { 
  position: relative;
  z-index: 25;
  left: 8px;   
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .li_twitter svg {
    top: 6px;
    z-index: 1;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .li_twitter svg {
    top: 6px;
    z-index: 1;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .li_twitter svg {
    top: 6px;
  }   
}

/* 共通 */
.li_twitter a:hover { 
  background-color: #000;     
  color:#fff!important;  
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 9999px;
  background-size: contain;
  transition: all .3s; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .li_twitter a:hover {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .li_twitter a:hover {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .li_twitter a:hover {
  }   
}

/* 共通 */
.li_twitter svg :hover {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .li_twitter svg :hover {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .li_twitter svg :hover {
    position: relative;
    z-index: 25;
    top: 4px;
    left: 8px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .li_twitter svg :hover {
    position: relative;
    z-index: 25;
    top: 4px;
    left: 8px; 
  }   
}

/* 共通 */
.footer_sns_link:hover {  
  transform: scale(1.1, 1.1);
  color:#84AE51!important;
  text-decoration: none;     
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer_sns_link:hover {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer_sns_link:hover {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer_sns_link:hover {  
  }
}  
   
  /* 共通 */
  .FooterCTA-primaryNavLink:hover .FooterCTA-primaryNavLinkIcon_Contact {  
    color:#6CA02D !important; 
    opacity: 100;  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
     .FooterCTA-primaryNavLink:hover .FooterCTA-primaryNavLinkIcon_Contact {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
     .FooterCTA-primaryNavLink:hover .FooterCTA-primaryNavLinkIcon_Contact {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .FooterCTA-primaryNavLink:hover .FooterCTA-primaryNavLinkIcon_Contact {                       
  }
}

 /* 共通 */
  .FooterCTA-primaryNavLink:hover .FooterCTA-primaryNavLinkIcon_Recruit {  
    color:#FF7777 !important; 
    opacity: 100;   
  }
  
  /* スマホのみ */
  @media only screen and (max-width: 767px) {
      .FooterCTA-primaryNavLink:hover .FooterCTA-primaryNavLinkIcon_Recruit {
    }
  }
  
  /* タブレットのみ */
  @media only screen and (min-width: 768px) and (max-width: 1100px) {
      .FooterCTA-primaryNavLink:hover .FooterCTA-primaryNavLinkIcon_Recruit {
  }
}
  
  /* PCのみ */
  @media only screen and (min-width: 1101px) {
      .FooterCTA-primaryNavLink:hover .FooterCTA-primaryNavLinkIcon_Recruit {
                                 
  }
}

/* 共通 */
.FooterCTA-primaryNavLinkTxts {
    display: block;
    transition: transform .5s cubic-bezier(.4,.1,.3,1);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .FooterCTA-primaryNavLinkTxts {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .FooterCTA-primaryNavLinkTxts {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .FooterCTA-primaryNavLinkTxts {                           
  }
}
     
/* 共通 */
.single-article-article {
  display: block;
  transition: transform .5s cubic-bezier(.4,.1,.3,1);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .single-article-article {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .single-article-article {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    gap: 56px; 
    padding-bottom: 40px;   
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .single-article-article {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    gap: 56px; 
    padding-bottom: 40px;                                 
  }
}

/* 共通 */
.blog_img img {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .blog_img img {
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s linear;      
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .blog_img img {
    height: 238px;
    object-fit: cover;
    transition: transform 0.4s linear;             
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .blog_img img {
    height: 238px;
    object-fit: cover;
    transition: transform 0.4s linear;                           
  }
} 

/* 共通 */
 .blog_img img:hover {
  transform:scale(1.2);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
     .blog_img img:hover {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
     .blog_img img:hover {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
     .blog_img img:hover {                           
  }
} 
    
/* 共通 */
.blog_detail {
  display: flex; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .blog_detail {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .blog_detail {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .blog_detail {                          
  }
} 

 /* 共通 */
 .blog_title {
  margin: 0px;
  color: #484848;
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  padding-top: 8px;
  font-weight: bold;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .blog_title {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .blog_title {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .blog_title {                              
  }
} 

/* 共通 */
.blog_category {
  background: #6CA02D;
  border-radius: 9999px;
  display: inline;
  justify-content: space-around;
  align-items: center;
  padding: 0px 12px;
  color: #fff;
  margin: 0px;    
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .blog_category {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .blog_category {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .blog_category {                           
  }
} 

/* 共通 */
.blog_time {
  margin: 0 0 0 auto;
  color: #484848;
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  border-radius:12px; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .blog_time {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .blog_time {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .blog_time {                          
  }
} 

/* 共通 */
.harness_logo {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .harness_logo {
    display: none;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .harness_logo {
    display: none;
  }
  .harness_logo img { 
    min-height: 48px;
    width: 148px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .harness_logo { 
    max-width: 146px;    
  }
  .harness_logo img { 
    min-height: 48px;
    object-fit: contain;
    width: 148px;
  }
} 

/* 共通 */
.harness_sp_logo {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .harness_sp_logo {
    max-width: 106px;
    padding-left: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .harness_sp_logo {
    max-width: 146px;
    padding-left: 16px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .harness_sp_logo { 
    display: none; 
  }
} 

/* 共通 */
.blog_category a {
  color: #fff; 
  text-decoration: none;           
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .blog_category a {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .blog_category a {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
    .blog_category a {              
  }
} 

/* 共通 */
.card-article-top-info {
  padding-top: 16px;                 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .card-article-top-info {
      margin-bottom: 48px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card-article-top-info {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card-article-top-info {       
  }
} 
  
/* 共通 */
.blog_title a {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .blog_title a {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .blog_title a {
    color: #484848; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .blog_title a {
    color: #484848;                      
  }
} 

/* 共通 */
.blog_button {
  text-align: center;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .blog_button {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .blog_button {
    padding-bottom: 56px;    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .blog_button {
    padding-bottom: 56px;             
  }
} 

/* 共通 */
.jobs_staffs_li_last {
  list-style: none;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .jobs_staffs_li_last {
    max-width: 327px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .jobs_staffs_li_last {
    width: calc((100% - 56px) / 2); 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .jobs_staffs_li_last {
    max-width: 372px;                
  }
} 

/* 共通 */
.home_station_img {
  list-style: none;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .home_station_img {  
      margin: auto;  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .home_station_img {      
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_station_img {  
  }
} 

/* 共通 */
.home_station_img img {
  list-style: none;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
    .home_station_img img {    
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_station_img img { 
    /* position: absolute; */
    /* right: 0;  
    top: 66px;    */
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .home_station_img img {
    /* position: absolute;
    right: 0; */
  }
} 

/* 共通 */
.slider {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .slider {    
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .slider { 
    margin: 0px;    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .slider {
    margin: 0px;
  }
} 

/* 共通 */
.pc { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .pc {
    display: none!important;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .pc {    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .pc { 
  }
} 

/* 共通 */
.pc_br { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .pc_br {
    display: none!important;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .pc_br {    
  }
}

/* pc_brのみ */
@media only screen and (min-width: 1101px) {
  .pc { 

  }
} 

/* 共通 */
.headline_staff {
  color: #6CA02D; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .headline_staff {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    padding-bottom: 16px;
    padding-top: 48px;
    text-align: center;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .headline_staff {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    padding-bottom: 24px;
    text-align: center; 
    padding-top: 48px;  
  }
}

/* pcのみ */
@media only screen and (min-width: 1101px) {
  .headline_staff {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    padding-bottom: 24px;
    text-align: center; 
    padding-top: 48px;
  }
} 

/* 共通 */
.headline_staff::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/TitleBadge.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;   
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .headline_staff::before { 
    width: 32px;
    height: 32px;
    margin-bottom: 8px; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .headline_staff::before  { 
    width: 32px;
    height: 32px;
    margin-bottom: 8px;    
  }
}

/* pcのみ */
@media only screen and (min-width: 1101px) {
  .headline_staff::before  {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
} 

/* 共通 */
.headline_blog {
  color: #6CA02D;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .headline_blog {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    padding-bottom: 16px;
    padding-top: 48px;
    text-align: center;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .headline_blog {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    padding-bottom: 16px;
    padding-top: 48px;
    text-align: center;   
  }
}

/* pcのみ */
@media only screen and (min-width: 1101px) {
  .headline_blog {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    padding-bottom: 24px;
    text-align: center; 
  }
} 

/* 共通 */
.headline_blog::before { 
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/TitleBook.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
  margin-right: 2px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .headline_blog::before { 
    width: 32px;
    height: 32px; 
    margin-bottom: 4px;  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .headline_blog::before {
    width: 32px;
    height: 32px;
    margin-bottom: 2px;    
  }
}

/* pcのみ */
@media only screen and (min-width: 1101px) {
  .headline_blog::before  {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
} 

/* 共通 */
.headline_heart {
  font-weight: 500;  
  color: #6CA02D;    
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .headline_heart {
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 16px;
    text-align: center;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .headline_heart {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    padding-bottom: 24px;
    text-align: center;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .headline_heart { 
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    padding-bottom: 24px;
    text-align: center;          
  }
} 

/* 共通 */
.headline_heart::before {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .headline_heart::before {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/TitleHand.svg) no-repeat;
    background-size: contain;
    margin-right: 2px;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-bottom: 4px;  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .headline_heart::before {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/TitleHand.svg) no-repeat;
    background-size: contain;
    margin-right: 2px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-bottom: 8px;   
  }
}

/* pcのみ */
@media only screen and (min-width: 1101px) {
  .headline_heart::before {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/TitleHand.svg) no-repeat;
    background-size: contain;
    margin-right: 2px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
} 

/* 共通 */
.page_top_btn {
  display: none!important;        
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .page_top_btn {   
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .page_top_btn {   
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .page_top_btn {         
  }
} 


/* 共通 */
.footer__adressText{
  margin-bottom: 0px;   
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .footer__adressText{   
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .footer__adressText{   
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .footer__adressText{         
  }
} 

/* ハンバーガーの全体 */
/* 共通 */
.nav_toggle{
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav_toggle {
    display: block;
    position: absolute;
    right: 16px;
    top: 24px;
    width: 25px;
    height: 16px;
    z-index: 3;
    margin: 0px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav_toggle {  
    display: block;
    position: absolute;
    right: 16px;
    top: 24px;
    width: 25px;
    height: 16px;
    z-index: 3;
    margin: 0px;
    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .nav_toggle {   
    display: none; 
  }
} 

/* ハンバーガーの３本線 */
/* 共通 */
.nav_toggle i{ 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav_toggle i{   
    display: block;
    width: 100%;
    height: 2px;
    background-color: #6CA02D;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav_toggle i{   
    display: block;
    width: 100%;
    height: 2px;
    background-color: #6CA02D;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .nav_toggle i{    
    display: none;
  }
} 

/* ハンバーガーの一本ずつの線 */
/* 共通 */
.nav_toggle i:nth-child(1){  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav_toggle i:nth-child(1){  
    top: 0;  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav_toggle i:nth-child(1){ 
    top: 0;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .nav_toggle i:nth-child(1){   
    display: none;     
  }
} 

/* 共通 */
.nav_toggle i:nth-child(2){
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav_toggle i:nth-child(2){  
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav_toggle i:nth-child(2){ 
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .nav_toggle i:nth-child(2){   
    display: none;    
  }
} 

/* 共通 */
.nav_toggle i:nth-child(3){  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav_toggle i:nth-child(3){  
    bottom: 0;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav_toggle i:nth-child(3){ 
    bottom: 0;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .nav_toggle i:nth-child(3){   
   display: none;    
  }
} 

/* ホバーする時の動き */
/* 共通 */
.nav_toggle.show i:nth-child(1){  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav_toggle.show i:nth-child(1){ 
    transform: translateY(7px) rotate(-45deg); 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav_toggle.show i:nth-child(1){ 
    transform: translateY(7px) rotate(-45deg);  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .nav_toggle.show i:nth-child(1){   
   display: none;  
  }
} 

/* 共通 */
.nav_toggle.show i:nth-child(2){  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav_toggle.show i:nth-child(2){ 
    opacity: 0;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav_toggle.show i:nth-child(2){ 
    opacity: 0;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .nav_toggle.show i:nth-child(2){   
    display: none;
  }
} 

/* 共通 */
.nav_toggle.show i:nth-child(3){   
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav_toggle.show i:nth-child(3){ 
    transform: translateY(-7px) rotate(45deg); 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav_toggle.show i:nth-child(3){ 
    transform: translateY(-7px) rotate(45deg); 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .nav_toggle.show i:nth-child(3){ 
    display: none;   
  }
} 

/* 共通 */
.nav{
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav { 
    position: fixed;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    background-color: #fff;
    z-index: 2;
    width: 100%; 
    padding: 56px 24px 0px 24px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav { 
    position: fixed;
    /* top: 3rem; */
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    background-color: #fff;
    z-index: 1;
    width: 100%; 
    padding: 0px 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .nav{ 
   display: none;
  }
} 

/* 共通 */
.nav.show{
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav.show{ 
    opacity: 1;
    visibility: visible; 
    display: block;
    z-index: 2;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav.show{ 
    opacity: 1;
    visibility: visible; 
    display: block;
    z-index: 2;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .nav.show{ 
    display: none;
  }
} 

/* 共通 */
.nav_menu_ul{
  list-style: none;
  padding: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav_menu_ul{ 
    width: 100%;  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav_menu_ul{ 
    width: 100%;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .nav_menu_ul{ 
  }
} 


/* 共通 */
.nav_name_jp{ 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav_name_jp{ 
    display: block;
    font-family: 'Kiwi Maru', serif;;
    margin-bottom: 4px;
    font-size: 24px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav_name_jp{ 
    display: block;
    font-family: 'Kiwi Maru', serif;;
    margin-bottom: 4px;
    font-size: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .nav_name_jp{   
  }
} 

/* 共通 */
.nav_name_eg{
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
   .nav_name_eg{ 
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
   .nav_name_eg{ 
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
   }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
   .nav_name_eg{ 
     display: none;
   }
 } 

/* 共通 */
.nav_menu_li {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav_menu_li { 
    padding-bottom: 16px;
    margin: 0px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav_menu_li { 
    padding-bottom: 16px;
    margin: 0px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .nav_menu_li {  
  }
} 

/* 共通 */
.card_nav {

}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_nav { 
    /* display: flex; */
    max-width: 328px;
    margin-bottom: 16px;
    gap: 0px 8px;
    list-style: none; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_nav { 
    /* display: flex; */
    /* max-width: 328px; */
    margin-bottom: 16px;
    gap: 0px 8px;
    list-style: none; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card_nav {  
  }
} 

/* 共通 */
.card_nav_flex {

}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_nav_flex { 
    display: flex;
    margin-bottom: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_nav_flex {
    display: flex;
    margin-bottom: 16px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card_nav_flex {  
  }
} 

/* 共通 */
.card_nav_recruit {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_nav_recruit { 
    margin-left: 8px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_nav_recruit {
    margin-left: 8px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card_nav_recruit {  
  }
} 

/* 共通 */
.Footer_NavLink { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .Footer_NavLink { 
    text-decoration: none !important;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .Footer_NavLink { 
    text-decoration: none !important;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .Footer_NavLink {  
  }
} 

/* 共通 */
.card_nav_list { 
}

/* 共通 */
.sns{   
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .sns{ 
    z-index: 1; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sns{  
    padding-right: 72px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .sns{  
  }
} 

/* 共通 */
.sns_humberger{   
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .sns_humberger{ 
    z-index: 1; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sns_humberger{  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .sns_humberger{  
  }
} 

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_nav_list { 
    text-decoration: none !important;
    overflow: hidden;
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 12%);
    padding: 24px 8px;
    width: calc((100vw - 56px) / 2);
    height: 120px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_nav_list { 
    text-decoration: none !important;
    overflow: hidden;
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 12%);
    padding: 24px 8px;
    width: calc((100vw - 56px) / 2);
    height: 120px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card_nav_list { 
  }
} 

/* 共通 */
.Title_eg { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .Title_eg { 
    font-weight: bold;
    font-size: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .Title_eg { 
    font-weight: bold;
    font-size: 16px;
    }
  }

/* 共通 */
.card_nav_recruit svg { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_nav_recruit svg { 
   color: #FF7777;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_nav_recruit svg { 
    color: #FF7777;
  }
}

/* 共通 */
.card_nav_contact svg { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_nav_contact svg { 
    color: #6CA02D; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_nav_contact svg { 
    color: #6CA02D;
  }
}

/* 共通 */
.card_nav_contact p { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_nav_contact p { 
    color: #6CA02D; 
    margin: 0px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_nav_contact p { 
    color: #6CA02D; 
    margin: 0px;
  }
}

/* 共通 */
.card_nav_recruit p { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_nav_recruit p { 
    color: #FF7777; 
    margin: 0px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_nav_recruit p { 
    color: #FF7777; 
    margin: 0px;
  }
}

/* 共通 */
.flex_icon { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .flex_icon { 
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .flex_icon { 
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
}

/* 共通 */
.nav_menu_li a { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav_menu_li a { 
    color: #484848;
    text-decoration: none;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav_menu_li a  { 
    color: #484848;
    text-decoration: none;
  }
}

/* 共通 */
.nav_menu_li a:hover { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .nav_menu_li a:hover{ 
    color: #6CA02D;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nav_menu_li a:hover  { 
    color: #6CA02D;
  }
}

/* 共通 */
.Footer_NavLink a:hover { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .Footer_NavLink a:hover{ 
    background-color: #6CA02D;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .Footer_NavLink a:hover  { 
    background-color: #6CA02D;
  }
}

/* 共通 */
.fv_background_img { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.fv_background_img { 
  display: none;  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.fv_background_img { 
  position: relative;
  padding-bottom: 32px;
  margin: 0px;
  width: 100%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.fv_background_img { 
   position: relative;
   padding-bottom: 32px;
   margin: 0px;
   width: 100%;
  }
} 

/* 共通 */
.head_card p {
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.head_card p {    
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.head_card p {    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.head_card p {  
  }
} 

/* 共通 */
.deco_img {
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.deco_img {     
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.deco_img {     
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .deco_img {  
  }
} 

/* 共通 */
.station_card__fv_list {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  opacity: 0.8;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.station_card__fv_list { 
  padding: 8px 24px;
  min-width: 208px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.station_card__fv_list { 
  padding: 16px;
  max-width: 361px;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .station_card__fv_list { 
  padding: 16px;
  max-width: 361px;   
  }
} 


/* 共通 */
.head_title_jp {
  margin: 0px;
  color: #6CA02D;
  line-height: 120%;
  font-weight: 500;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.head_title_jp { 
  font-size: 20px;
  padding: 4px 0px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.head_title_jp { 
  font-size: 40px;
  line-height: 120%;
  padding-bottom: 8px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .head_title_jp { 
   font-size: 40px;
   line-height: 120%;
   padding-bottom: 8px;
  }
} 

/* 共通 */
.head_title_eg {
  margin: 0px;
  font-weight: bold;
  font-size: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.head_title_eg { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.head_title_eg { 
  line-height: 120%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .head_title_eg { 
   line-height: 120%;
  }
} 

/* 共通 */
.service_flex {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.service_flex { 
  position: relative;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.service_flex { 
  display: flex;
  padding-bottom: 32px;
  position: relative;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .service_flex { 
   display: flex;
   padding-bottom: 32px;
   position: relative;
  }
} 

/* 共通 */
.service_bold_text {
  color: #484848;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.service_bold_text { 
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 32px;
  padding-top: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.service_bold_text { 
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
  padding-right: 16px;
  padding-top: 56px;
  width: 60%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .service_bold_text { 
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
  padding-right: 16px;
  padding-top: 56px;
  width: 60%;
  } 
}

/* 共通 */
.service_img {
  border-radius: 12px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.service_img { 
  position: relative;
  width: 100vw;
  height: 200px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.service_img { 
  width: 60%;
  height: 100%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .service_img { 
  width: 60%;
  height: 100%;
  } 
}

/* 共通 */
.service_top_img {
  border-radius: 12px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.service_top_img { 
  position: relative;
  width: 327px;
  height: 100%;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.service_top_img { 
  position: relative;
  width: 40%;
  height: 100%;
  z-index: 1;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .service_top_img {
  position: relative;
  width: 40%;
  height: 100%;
  z-index: 1;
  } 
}

/* 共通 */
.service_regular_text {
  font-size: 14px;
  color: #484848;
  z-index: 1;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.service_regular_text { 
  padding-top: 16px;
  padding-bottom: 0px;
  position: relative;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.service_regular_text { 
  padding-left: 16px;
  /* padding-top: 46px; */
  width: 40%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .service_regular_text { 
  padding-left: 16px;
  padding-top: 46px;
  width: 40%;
  } 
}

/* 共通 */
.background_sp_img {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.background_sp_img { 
  width: 100%;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.background_sp_img { 
  display: none;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.background_sp_img { 
  display: none;
  } 
}

/* 共通 */
.service_decolation_img {

}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.service_decolation_img { 
  display: none;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.service_decolation_img { 
  position: absolute;
  right: -120px;
  bottom: 40px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.service_decolation_img { 
  position: absolute;
  right: -120px;
  bottom: 40px;
  } 
}

/* 共通 */
.service_message {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .service_message {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .service_message { 
    padding: 32px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .service_message { 
    padding-top: 32px;
  } 
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  padding: 0;
}

/* 共通 */
.service_flex_sp {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.service_flex_sp { 
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.service_flex_sp { 
  display: flex;
  padding-bottom: 32px;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.service_flex_sp { 
  display: flex;
  padding-bottom: 32px;  
  } 
}

/* 共通 */
.service_sp_img {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.service_sp_img { 
  position: absolute;
  top: 52%;
  right: -8%;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.service_sp_img { 
  /* position: absolute;
  top: 43%;
  right: -4%;
  width: 24vw; */
  display: none;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.service_sp_img { 
  display: none;
  } 
}

/* 共通 */
.visiting_service {
  background-color: #F4F4F4 ;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.visiting_service { 
  margin-top: 48px;
  padding-bottom: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.visiting_service { 
  width: 100%;
  padding-bottom: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.visiting_service { 
  width: 100%;
  padding-bottom: 24px;
  } 
}

/* 共通 */
.headline_service::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/TitleHand.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.headline_service::before { 
  width: 32px;
  height: 32px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.headline_service::before { 
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.headline_service::before { 
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  } 
}

.mainSection.mainSection-marginVertical-off {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0px;
}

/* 共通 */
.visiting_service_content {
 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.visiting_service_content { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.visiting_service_content { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.visiting_service_content { 
  }
}

/* 共通 */
.headline_service {
  color: #6CA02D;
  font-weight: 500;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.headline_service { 
  font-size: 24px;
  line-height: 150%;
  padding-bottom: 16px;
  padding-top: 16px;
  display: block;
  text-align: center;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.headline_service { 
  font-size: 32px;
  line-height: 120%;
  padding-bottom: 24px;
  text-align: center;
  padding-top: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.headline_service { 
  font-size: 32px;
  line-height: 120%;
  padding-bottom: 24px;
  text-align: center;
  padding-top: 24px;
  }
}

/* 共通 */
.visiting_service_text {
  margin: 0px;
  font-size: 14px;
  color: #484848;
  padding-bottom: 24px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .visiting_service_text { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.visiting_service_text { 
  padding: 0px 32px 16px 32px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.visiting_service_text { 
  }
}

/* 共通 */
.nursing_content {
  background-color: #fff;
  border-radius: 12px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.nursing_content { 
  padding: 24px 0px 24px 24px ;
  margin-bottom: 24px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.nursing_content { 
  padding: 24px 16px 24px 16px;
  margin: 0px 32px 16px 32px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.nursing_content { 
  padding: 16px 40px 8px 40px;
  margin-bottom: 16px;
  }
}

/* 共通 */
.nursing_content_list::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/black_deco.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  margin-right: 7px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.nursing_content_list::before {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.nursing_content_list::before { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.nursing_content_list::before { 
  }
}

/* 共通 */
.nursing_content_list {
  margin: 0px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #484848;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.nursing_content_list { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.nursing_content_list { 
  flex-basis: 240px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.nursing_content_list { 
  flex-basis: 240px;
  }
}

/* 共通 */
.nursing_content_list + .nursing_content_list {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.nursing_content_list + .nursing_content_list { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.nursing_content_list + .nursing_content_list { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.nursing_content_list + .nursing_content_list { 

  }
}





/* 共通 */
.nursing_content_all {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.nursing_content_all { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.nursing_content_all { 
  display: flex;
  flex-wrap: wrap;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.nursing_content_all {
  display: flex;
  flex-wrap: wrap; 
  }
}

/* 共通 */
.nursing_content_flex {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.nursing_content_flex { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.nursing_content_flex { 
  display: flex;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.nursing_content_flex { 
  display: flex;
  }
}

/* 共通 */
.nursing_content_list_right {
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.nursing_content_list_right { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.nursing_content_list_right { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.nursing_content_list_right {   
  }
}

/* 共通 */
.nursing_content_list_right::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/black_deco.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  font-size: 14px;
  margin-right: 7px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.nursing_content_list_right::before { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.nursing_content_list_right::before { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.nursing_content_list_right::before {   
  }
}

/* 共通 */
.nursing_content h3 {
  margin: 0px;
  color: #6CA02D;
  margin-bottom: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.nursing_content h3 { 
  font-size: 20px;
  font-weight: 500;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.nursing_content h3 { 
  font-size: 20px;
  font-weight: 500;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.nursing_content h3 { 
  font-size: 20px;
  font-weight: 500;
  }
}

/* 共通 */
.nursing_content_bottom {
  background-color: #fff;
  border-radius: 12px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.nursing_content_bottom { 
  margin-bottom: 16px;
  padding: 24px 0px 24px 24px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.nursing_content_bottom { 
  padding: 24px 16px 24px 16px;
  margin: 0px 32px 16px 32px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.nursing_content_bottom { 
  padding: 16px 40px 8px 40px;
  margin-bottom: 8px;
  }
}

/* 共通 */
.nursing_content_bottom h3 {
  margin: 0px;
  color: #6CA02D;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.nursing_content_bottom h3 {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.nursing_content_bottom h3  { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.nursing_content_bottom h3  { 
  }
}

/* 共通 */
.Annotation_text {
 color: #484848;
 font-size: 12px;
 margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Annotation_text  { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Annotation_text  { 
  text-align:right;
  padding-right: 32px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Annotation_text  { 
  text-align:right;
  }
}


/* 共通 */
.nursing_content_list_right {
  font-size: 14px;
  color: #484848;
  padding-bottom: 8px;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .nursing_content_list_right  { 
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .nursing_content_list_right  { 
  white-space: nowrap;
   }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .nursing_content_list_right  {   
   }
 }
 
 /* 共通 */
.flow_headline {
  color: #6CA02D;
  font-size: 20px;
  margin: 0px;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .flow_headline  { 
   padding-bottom: 8px;
   padding-top: 16px;
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .flow_headline  { 
  padding-bottom: 16px;
   }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .flow_headline  { 
   padding-bottom: 16px;
   }
 }

 /* 共通 */
.flow_message_text_box {
}

 /* スマホのみ */
 @media only screen and (max-width: 767px) {
  .flow_message_text_box  { 
  }
}

 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .flow_message_text_box  { 
    width: 40%;
  }
}

 /* PCのみ */
 @media only screen and (min-width: 1101px) {
  .flow_message_text_box  { 
    width: 40%;
  }
}
 
 /* 共通 */
.flow_text {
  font-size: 14px;
  color: #484848;
  margin: 0px;
  padding-bottom: 8px;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .flow_text  { 
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .flow_text  { 
   line-height: 180%;
   }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .flow_text  { 
  line-height: 180%;
   }
 }

 /* 共通 */
.flow_flex {
  display: flex;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .flow_flex  { 
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .flow_flex  { 
   }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
  .flow_flex  { 
  }
}

 /* 共通 */
.flow_flex + .flow_flex {
  
}
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
  .flow_flex + .flow_flex { 
    margin-top: 48px;
  }
}
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .flow_flex + .flow_flex { 
    margin-top: 40px;
  }
}
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
  .flow_flex + .flow_flex { 
    margin-top: 40px;
  }
}

 /* 共通 */
.flow_flex_sp{
  display: flex;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_flex_sp { 
  flex-direction: column-reverse;
  margin-bottom: 32px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_flex_sp { 
  margin-bottom: 64px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_flex_sp { 
  margin-bottom: 64px; 
  }
}

 /* 共通 */
.flow_img {
  border-radius: 12px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_img  { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_img  { 
  margin-left: 40px;
  width: 60%;
  height: 100%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_img  { 
  margin-left: 40px;
  width: 60%;
  height: 100%;
  }
}

/* 共通 */
.flow_message { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_message  { 
  margin-top: 48px;
  margin-bottom: 48px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_message  { 
  margin-top: 56px;
  margin-bottom: 56px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_message  { 
  margin-top: 56px;
  margin-bottom: 56px;
  }
}

/* 共通 */
.flow_bottom_img {
  border-radius: 12px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_bottom_img  { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_bottom_img  { 
  margin-right: 40px;
  max-height: 200px;
  width: 60%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_bottom_img  { 
 margin-right: 40px;
 max-height: 200px;
 width: 60%;
  }
}

/* 共通 */
.flow_text_bottom{
  font-size: 14px;
  color: #484848;
  margin: 0px;
  line-height: 180%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_text_bottom { 
  padding-bottom: 8px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_text_bottom { 
  padding-bottom: 16px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_text_bottom { 
 padding-bottom: 16px;
  }
}

/* 共通 */
.btn_animation_center{
  position: relative;
  border: 1px solid #6CA02D;
  width: 100%;
  max-width: 170px;
  text-align: center;
  line-height: 45px;
  text-decoration: none!important;
  border-radius: 9999px;
  overflow: hidden;
  color: #6CA02D;
  display: block;
  margin: auto;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.btn_animation_center {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.btn_animation_center { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.btn_animation_center { 
  }
}

/* 共通 */
.btn_animation_center:hover::before{
  width: 100%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.btn_animation_center:hover::before {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.btn_animation_center:hover::before { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.btn_animation_center:hover::before { 
  }
}

/* 共通 */
.btn_animation_center:hover .btn_text{
  color: #fff;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.btn_animation_center:hover .btn_text {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.btn_animation_center:hover .btn_text { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.btn_animation_center:hover .btn_text { 
  
  }
}

/* 共通 */
.btn_animation_center::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #6CA02D;
  transition: .2s;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.btn_animation_center::before{  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.btn_animation_center::before{ 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.btn_animation_center::before{ 
  }
}

/* 共通 */
.button1_bottom{
  text-align: center; 
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.button1_bottom { 
  padding-top: 24px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.button1_bottom { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.button1_bottom { 
  }
}

/* 共通 */
.diary-button{
  margin-top: 40px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.diary-button { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.diary-button { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.diary-button { 
  }
}

/* 共通 */
.flow{
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow { 
  }
}

/* 共通 */
.icon_background {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6CA02D;
  margin-bottom: 0px;
  width: 64px;
  height: 64px;
  padding: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.icon_background { 
  margin-bottom: 0px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.icon_background { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.icon_background {  
  }
}

/* 共通 */
.flow_icon_img {
 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_icon_img { 
  width: 32px;
  height: 32px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_icon_img { 
  width: 32px;
  height: 32px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_icon_img { 
  width: 32px;
  height: 32px; 
  }
}

/* 共通 */
.flow_flex{ 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_flex {   
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_flex { 
  display: flex;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_flex { 
  display: flex;
  }
}

/* 共通 */
.flow_mail_flex{ 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_mail_flex {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_mail_flex { 
  display: flex;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_mail_flex { 
 display: flex;
  }
}

/* 共通 */
.flow_conract_flex{
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_conract_flex {   
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_conract_flex { 
  display: flex;
  margin-top: 16px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_conract_flex { 
  display: flex;
  margin-top: 16px;
  }
}

/* 共通 */
.flow_card_sentence{
 color: #484848;
 font-size: 14px;
 margin: 0px;
 line-height: 180%;
 padding: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_card_sentence { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_card_sentence { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_card_sentence { 
  }
}

/* 共通 */
.flow_card_content{
  background-color: #fff;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  border-radius: 12px;
  padding: 24px;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .flow_card_content { 
  margin-left: 24px;
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .flow_card_content { 
  margin-left: 16px;
  min-height: 160px;
  width: 100%;
   }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .flow_card_content { 
   margin-left: 16px;
   min-height: 160px;
   width: 100%;
  }
 }

 /* 共通 */
.flow_tel_number{
  color: #484848;
  font-size: 14px;
  margin: 0px;
  line-height: 150%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_tel_number { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_tel_number {   
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_tel_number {  
 }
}

/* 共通 */
.button_flow_contact a{
  margin: 0px;
  background: #6CA02D;
  border-radius: 9999px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: normal; 
  text-decoration: none;
  display: inline-block;
  width: 200px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.button_flow_contact a { 
  padding: 4px 10px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.button_flow_contact a { 
  padding: 8px 16px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.button_flow_contact a { 
  padding: 8px 16px;
 }
}

/* 共通 */
.button_flow_contact a:hover{
  color: #fff;
  background-color: #84AE51;
  transform: scale(1.1, 1.1);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.button_flow_contact a:hover { 
  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.button_flow_contact a:hover { 
  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.button_flow_contact a:hover { 
  
 }
}

/* 共通 */
.staff{
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.staff {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.staff { 
  margin-bottom: 40px;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.staff {  
  margin-bottom: 40px;
 }
}

/* 共通 */
.service{
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.service {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.service { 
  margin-bottom: 40px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.service {  
  margin-bottom: 40px;
 }
}

/* 共通 */
.Philosophy{
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy { 
  margin-bottom: 40px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy {  
  margin-bottom: 40px;
 }
}

/* 共通 */
.flow_mail_text{
  margin: 0px;
  color: #484848;
  font-size: 14px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_mail_text {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_mail_text {   
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_mail_text {  
 }
}

/* 共通 */
.flow_tel_text{
 margin: 0px;
 color: #484848;
 font-size: 14px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_tel_text { 
 padding-bottom: 8px;
 padding-top: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_tel_text { 
 padding-bottom: 8px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_tel_text { 
  padding-bottom: 8px;
 }
}

/* 共通 */
.flow_tel_eg_text{
  color: #6CA02D;
  font-size: 14px;
  line-height: 150%;
  margin: 0px;
  line-height: 150%;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .flow_tel_eg_text {  
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .flow_tel_eg_text {   
   }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .flow_tel_eg_text {  
  }
 }

/* 共通 */
.button_flow_contact{
  margin: 0px;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .button_flow_contact {   
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .button_flow_contact {   
   }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .button_flow_contact {   
  }
 }

 /* 共通 */
.flow_mail{ 
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .flow_mail {  
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .flow_mail { 
  margin-left: 16px;
   }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .flow_mail { 
  margin-left: 16px;
  }
 }

 /* 共通 */
.flow_mail_text{
  color: #484848;
  font-size: 14px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_mail_text { 
  margin-bottom: 8px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_mail_text { 
  margin-bottom: 6px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_mail_text { 
  margin-bottom: 6px;
 }
}
 
/* 共通 */
.flow_tel_flex{
  display: flex;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_tel_flex { 
  margin-bottom: 12px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_tel_flex {  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_tel_flex { 
 }
}

/* 共通 */
.flow_card_title{
  margin: 0px;
  line-height: 180%;
  padding-bottom: 8px;
  color: #484848;
  font-size: 14px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_card_title { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_card_title {  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_card_title {  
 }
}

/* 共通 */
.flow_list_headline{
  color: #6CA02D;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_list_headline { 
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 16px;
    display: block;
    text-align: center;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_list_headline { 
  font-size: 32px;
  line-height: 120%;
  padding-bottom: 24px;
  text-align: center;
  padding-top: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_list_headline { 
    font-size: 32px;
    line-height: 120%;
    padding-bottom: 24px;
    text-align: center;
    padding-top: 24px;
 }
}

/* 共通 */
.flow_list_headline::before{
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/flow_title.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_list_headline::before { 
  width: 32px;
  height: 32px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_list_headline::before{ 
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.flow_list_headline::before { 
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
 }
}

/* 共通 */
.STEP {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
  .STEP { 

  }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .STEP { 

  }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
  .STEP {  

  }
 }

/* 共通 */
.step_list{
 color: #6CA02D;
 text-align: center;
 line-height: 120%;
 font-size: 14px;
 font-weight: 500;
 margin-bottom: 0px;
}


/* スマホのみ */
@media only screen and (max-width: 767px) {
.step_list { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.step_list {   
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.step_list {  
 }
}

/* 共通 */
.border {
  width: 6px;
  height: 100%;
  background-color: #6CA02D;
  border: 1px solid #fff !important;
  border-radius: 16px;
  margin-bottom: -32px;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .border { 
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .border { 
   }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .border{  
  }
 }

 /* 共通 */
.flow_people_flex{
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .flow_people_flex {  
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .flow_people_flex { 
  display: flex;  
   }
 }

 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .flow_people_flex {  
 display: flex;
  }
 }

 /* 共通 */
.sp{
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.sp {   
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.sp { 
  display: none;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.sp {  
  display: none;
 }
}

/* 共通 */
.container, .container-lg, .container-md, .container-sm{
 max-width: 100%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.container, .container-lg, .container-md, .container-sm {   
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.container, .container-lg, .container-md, .container-sm { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.container, .container-lg, .container-md, .container-sm {   
 }
}

/* 共通 */
.footer__navi{
  padding: 0px;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .footer__navi { 
  }
}
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .footer__navi { 
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
  }
}
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .footer__navi { 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
}

 .sideSection-pos-left{
   display: none;
 }

 .mainSection-col-two{
   width: 100% !important;
 }

 /* 共通 */
.Philosophy_card_list{
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .Philosophy_card_list { 
  }
}
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .Philosophy_card_list { 
  position: absolute;
  top: 104px;
  text-align: center;
  background-color: #fff;
  padding: 16px 16px;
  border-radius: 12px;
  opacity: 0.8;
  left: calc(50% - calc(361px / 2));
  max-width: 360px;
  }
}
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .Philosophy_card_list { 
  position: absolute;
  top: 104px;
  text-align: center;
  background-color: #fff;
  padding: 16px 16px;
  border-radius: 12px;
  opacity: 0.8;
  left: calc(50% - calc(361px / 2));
  max-width: 360px;
  }
}

/* 共通 */
.Philosophy_list_headline{
  color: #6CA02D;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_list_headline { 
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 16px;
    padding-top: 16px;
    display: block;
    text-align: center;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_list_headline { 
  font-size: 32px;
  line-height: 120%;
  padding-bottom: 24px;
  text-align: center;
  padding-top: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_list_headline { 
  font-size: 32px;
  line-height: 120%;
  padding-bottom: 24px;
  text-align: center;
  padding-top: 24px;
 }
}

/* 共通 */
.Philosophy_list_headline::before{
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/Philosophy_title_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_list_headline::before { 
  width: 32px;
  height: 32px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_list_headline::before{ 
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_list_headline::before { 
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
 }
}

/* 共通 */
.Philosophy_flex{
  margin-bottom: 48px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_flex { 

  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_flex{ 
  display: flex;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_flex { 
  display: flex;
 }
}

/* 共通 */
.Philosophy_bold_text{
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  color: #484848;
  width: calc(100% - 48px);
}
/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_bold_text { 
  margin: 0px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_bold_text{ 
  margin: 0px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_bold_text { 
  margin: 0px;
 }
}

/* 共通 */
.card_decolation_flex{
  display: flex;
  margin-bottom: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card_decolation_flex { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.card_decolation_flex{ 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.card_decolation_flex { 
 }
}

/* 共通 */
.card_decolation_text{
  display: flex;
  margin-bottom: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card_decolation_text { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.card_decolation_text{ 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.card_decolation_text { 
 }
}

/* 共通 */
.decolation_img_card{
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.decolation_img_card { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.decolation_img_card{
  margin-top: -2px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.decolation_img_card { 
  margin-top: -2px;
 }
}

/* 共通 */
.decolation_img_card img {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .decolation_img_card img { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .decolation_img_card img{
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .decolation_img_card img { 
  }
}

/* 共通 */
.Philosophy_message{
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_message { 
  margin: auto;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_message{ 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_message { 
 }
}

/* 共通 */
.Philosophy_regular_text{
  color: #484848;
  line-height: 180%;
  font-size: 14px;
  margin: 0px;
  padding-bottom: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_regular_text { 
 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_regular_text{ 
 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_regular_text { 
 }
}

/* 共通 */
.Philosophy_img img{
 margin: 0px;
 border-radius: 12px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_img img { 
 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_img img{ 
 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_img img { 
 }
}

/* 共通 */
.Philosophy_img {
 margin: 0px;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .Philosophy_img { 
  
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .Philosophy_img{ 
  
  }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .Philosophy_img { 
  }
 }

/* 共通 */
.Philosophy_card_content{
  
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .Philosophy_card_content { 
  display: flex;
  flex-direction: column-reverse;
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .Philosophy_card_content{ 
    display: flex;
   }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .Philosophy_card_content { 
    display: flex;
  }
 }

 /* 共通 */
.Philosophy_text_card{
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 90%);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_text_card { 
  padding: 16px;
  box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
  max-width: 327px;
  margin: auto;
  z-index: 1;
  position: absolute;
  bottom: -188px;
  left: 24px;
  right: 24px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_text_card{ 
  padding: 24px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  position: relative;
  z-index: 1;
  width: 59%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_text_card { 
  padding: 24px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  position: relative;
  z-index: 1;
  width: 57%;
 }
}

/* 共通 */
.Philosophy_flex1{
  

}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_flex1 { 
  position: relative;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_flex1{ 
  position: relative;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_flex1 { 
 position: relative;
 }
}

/* 共通 */
.Philosophy_image1{
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_image1 { 
  position: relative;
  bottom: 0;
  width: 100vh;
  width: 100vh;
  aspect-ratio: 16/9;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_image1{ 
  position: absolute;
  bottom: -35px;
  right: 0px;
  border-radius: 12px;
  width: 420px
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_image1 { 
  position: absolute;
  bottom: -35px;
  right: 0px;
  border-radius: 12px;
  width: 420px;
 }
}

/* 共通 */
.Philosophy_text_card1{
  background-color: #fff;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 90%);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_text_card1 { 
  padding: 16px;
  box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
  max-width: 327px;
  margin: auto;
  z-index: 1;
  position: absolute;
  left: 24px;
  right: 24px;
  top: 168px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_text_card1{ 
  margin-top: 42px;
  padding: 24px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  position: relative;
  z-index: 1;
  width: 60%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_text_card1 { 
  margin-top: 42px;
  padding: 24px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  position: relative;
  z-index: 1;
  width: 57%;
 }
}

/* 共通 */
.Philosophy_card_content_reverse{
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_card_content_reverse { 
  display: flex;
  flex-direction: column-reverse;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_card_content_reverse{ 
  display: flex;
  flex-direction: row-reverse;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_card_content_reverse { 
  display: flex;
  flex-direction: row-reverse;
 }
}

/* 共通 */
.Philosophy_image2{
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_image2 { 
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_image2{ 
  position: absolute;
  left: 0;
  top: -38px;
  border-radius: 12px;
  width: 420px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_image2 { 
  position: absolute;
  left: 0;
  top: -38px;
  border-radius: 12px;
  width: 420px;
 }
}

/* 共通 */
.Philosophy_flex2{
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_flex2 { 
  position: relative;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_flex2{ 
  position: relative;
  margin-top: 120px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_flex2 { 
  position: relative;
  margin-top: 120px;
 }
}

/* 共通 */
.Philosophy_image3{
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_image3 { 
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_image3{ 
  position: absolute;
  right: 0;
  top: -27px;
  border-radius: 12px;
  width: 420px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_image3 { 
  position: absolute;
  right: 0;
  top: -27px;
  border-radius: 12px;
  width: 420px;
 }
}

/* 共通 */
.Philosophy_flex3{
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_flex3 { 
  position: relative;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_flex3{ 
  margin-top: 112px;
  position: relative;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_flex3 { 
  margin-top: 112px;
  position: relative;
 }
}

/* 共通 */
.Philosophy_image4{
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_image4 { 
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_image4{ 
  position: absolute;
  left: 0;
  top: -30px;
  border-radius: 12px;
  width: 420px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_image4 { 
  position: absolute;
  left: 0;
  top: -30px;
  border-radius: 12px;
  width: 420px;
 }
}

/* 共通 */
.card_content_reverse{
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card_content_reverse { 
  display: flex;
  flex-direction: column-reverse;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.card_content_reverse{ 
  display: flex;
  flex-direction: row-reverse;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.card_content_reverse { 
  display: flex;
  flex-direction: row-reverse;
 }
}

/* 共通 */
.Philosophy_flex4{
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_flex4 { 
  position: relative;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_flex4{ 
  position: relative;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_flex4 { 
  position: relative;
 }
}

/* 共通 */
.Philosophy_text_card3{
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 90%);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_text_card3 { 
  padding: 16px;
  box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
  max-width: 327px;
  margin: auto;
  position: absolute;
  z-index: 1;
  bottom: -215px;
  left: 24px;
  right: 24px;

  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_text_card3 { 
  padding: 24px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  position: relative;
  z-index: 1;
  margin-bottom: 102px;
  width: 53%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_text_card3 { 
  padding: 24px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  position: relative;
  z-index: 1;
  margin-bottom: 102px;
  width: 58%;
 }
} 

/* 共通 */
.Philosophy_image5{
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_image5 { 
  position: relative;
  max-height: 178px;
  width: 100%;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_image5{ 
  position: absolute;
  right: 0;
  top: -27px;
  border-radius: 12px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_image5 { 
  position: absolute;
  right: 0;
  top: -27px;
  border-radius: 12px;
 }
} 

/* 共通 */
.Philosophy_flex5{
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_flex5 { 
  position: relative;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_flex5{ 
  position: relative;
  margin-top: 104px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_flex5 { 
  position: relative;
  margin-top: 104px;
 }
} 

/* 共通 */
.Philosophy_text_card5{
  background-color: #fff;
  border-radius: 12px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_text_card5 { 
  padding: 16px;
  box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
  max-width: 327px;
  margin: auto;
  position: absolute;
  z-index: 1;
  bottom: -270px;
  left: 24px;
  right: 24px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_text_card5{ 
  padding: 24px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  position: relative;
  z-index: 1;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_text_card5 { 
  padding: 24px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  position: relative;
  z-index: 1;
 }
} 

/* 共通 */
.Philosophy_img2{
 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_img2 { 
  padding-top: 263px;
  margin: 0px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_img2{ 

  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_img2 { 
  
 }
} 

/* 共通 */
.Philosophy_img1{
 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_img1 { 
  margin: 0px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_img1{ 

  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_img1 { 
  
 }
} 

/* 共通 */
.Philosophy_img3{
 margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_img3 { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_img3{ 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_img3 { 
 }
} 

/* 共通 */
.Philosophy_image4{
  margin: 0px;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .Philosophy_image4 { 
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
 .Philosophy_image4{ 
 
   }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
  .Philosophy_image4 { 
  }
 } 

 /* 共通 */
  .Philosophy_img5{
  margin: 0px;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
  .Philosophy_img5 { 
    padding-top: 293px;
   }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .Philosophy_img5{ 
 
   }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .Philosophy_img5 { 
   
  }
 } 

 /* 共通 */
.Philosophy_text_card4 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 90%);
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
  .Philosophy_text_card4 { 
  padding: 16px;
  box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
  max-width: 327px;
  margin: auto;
  position: absolute;
  z-index: 1;
  bottom: -245px;
  left: 24px;
  right: 24px;
  }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .Philosophy_text_card4{ 
  padding: 24px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  position: relative;
  z-index: 1;
  width: 62%;
   }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
  .Philosophy_text_card4 { 
  padding: 24px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  position: relative;
  z-index: 1;
  width: 58%;
  }
 } 

 /* 共通 */
.Philosophy_img4{
  margin: 0px;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .Philosophy_img4 { 
  padding-top: 263px;
  }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .Philosophy_img4{ 
  }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .Philosophy_img4 { 
  }
 } 

 /* 共通 */
.Philosophy_img3{
  
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .Philosophy_img3 { 
  padding-top: 238px;
  }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .Philosophy_img3{ 
  }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .Philosophy_img3 { 
  }
 } 

/* 共通 */
.Philosophy_card{
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_card { 
  padding-top: 294px;
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .Philosophy_card{ 
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_card { 
 }
} 

/* 共通 */
.Philosophy_list_card{
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 24px 16px 24px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_list_card { 
  box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
  margin-top: 294px;
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .Philosophy_list_card{ 
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  margin-top: 48px;
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_list_card { 
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  margin-top: 48px;
 }
} 

/* 共通 */
.Philosophy_list{  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_list { 
  max-width: 327px;
   margin: auto;
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .Philosophy_list{ 
   max-width: 800px;
   margin: auto;
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.Philosophy_list { 
  max-width: 800px;
  margin: auto;
 }
} 

/* 共通 */
.home_care_title{ 
  color: #6CA02D; 
  font-weight: 500;
  font-size: 20px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.home_care_title { 
  margin-bottom: 8px;
  margin-top: 16px;
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .home_care_title{ 
  margin-top: 16px;
  margin-bottom: 8px;
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.home_care_title { 
  margin-top: 16px;
  margin-bottom: 8px;
 }
} 

/* 共通 */
.home_care_list_flex{ 
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.home_care_list_flex { 

 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .home_care_list_flex{ 
  display: flex;
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.home_care_list_flex { 
  display: flex;
 }
} 

/* 共通 */
.home_care_list{ 
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.home_care_list { 

 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .home_care_list{ 
  
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.home_care_list { 
 }
} 

/* 共通 */
.care_list{ 
 margin: 0px;
 font-size: 14px;
 color: #484848;
 margin-bottom: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.care_list { 
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .care_list{ 
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.care_list { 
 }
} 

/* 共通 */
.home_care_list_right{ 
  list-style: none;
  padding: 0px; 
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .home_care_list_right { 
  margin: 0px;
  }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home_care_list_right{ 
    margin: 0px 0px 0px 72px;
  }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .home_care_list_right {
  margin: 0px 0px 0px 72px;
  }
 } 

 /* 共通 */
.care_list::before{ 
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/black_deco.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;  
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .care_list::before { 
  width: 12px;
  height: 12px;
  }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .care_list::before{ 
    width: 13px;
    height: 13px;
  }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .care_list::before {
    width: 13px;
    height: 13px;
  }
 } 

 /* 共通 */
.greet_headline{ 
  color: #6CA02D;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .greet_headline { 
  font-size: 24px;
  line-height: 150%;
  padding-bottom: 16px;
  padding-top: 48px;
  display: block;
  text-align: center;
  }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .greet_headline{ 
    font-size: 32px;
    line-height: 120%;
    padding-bottom: 24px;
    text-align: center;
    padding-top: 56px;   
  }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .greet_headline {  
  font-size: 32px;
  line-height: 120%;
  padding-bottom: 24px;
  text-align: center;
  padding-top: 56px;
  }
 } 

/* 共通 */
.greet_headline::before{ 
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/greet_mail.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle; 
  margin-bottom: 8px;
  margin-right: 0px; 
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .greet_headline::before { 
  width: 32px;
  height: 32px;
  }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .greet_headline::before{ 
    width: 40px;
    height: 40px;
  }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .greet_headline::before {  
    width: 40px;
    height: 40px;
  }
 } 

/* 共通 */
.greet_message{ 
  font-size: 20px;
  font-weight: 500;
  color: #484848;
  margin-top: 16px;
  margin-bottom: 0px;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .greet_message { 
    line-height: 150%;
    text-align: center;
  }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .greet_message{ 
    line-height: 180%;
    text-align: center;
  }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .greet_message {  
    line-height: 180%;
    text-align: center;
  }
 } 

 /* 共通 */
.greet_text1{ 
  font-size: 14px;
  color: #484848;
  line-height: 180%;
  margin: 0px;
  padding-bottom: 8px;  
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .greet_text1 { 
  padding-top: 8px; 
  }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .greet_text1{  
    padding-top: 16px;
  }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .greet_text1 { 
    padding-top: 16px;
  }
 } 

 /* 共通 */
.greet_text2{ 
  font-size: 14px;
  color: #484848;
  line-height: 180%;
  margin: 0px;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .greet_text2 {  
   margin-bottom: 8px;
  }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .greet_text2{  
  }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .greet_text2 {   
  }
 } 

/* 共通 */
.greet_company_flex{ 
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .greet_company_flex {  
   text-align: right;
  }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .greet_company_flex{  
    display: flex;
    margin: auto;
    justify-content: center;
    padding-top: 16px;
  }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .greet_company_flex {  
    display: flex;
    margin: auto; 
    padding-top: 16px;
    justify-content: center;
  }
 } 

/* 共通 */
.greet_text_comapany_name{ 
  margin: 0px;
  color: #484848;
  font-size: 14px;
  line-height: 120%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.greet_text_comapany_name {  
  margin-bottom: 8px;
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .greet_text_comapany_name{  
  margin-top: 4px; 
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.greet_text_comapany_name {  
  margin-top: 4px;  
 }
}

/* 共通 */
.greet_name_flex{ 
 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.greet_name_flex {  
  display: flex;
  justify-content: flex-end;
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .greet_name_flex{  
  display: flex;
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.greet_name_flex {   
  display: flex;
 }
}

/* 共通 */
.greet_text_boss_name{ 
  margin: 0px;
  color: #484848;
  font-size: 14px;
  line-height: 120%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.greet_text_boss_name {  
  padding-top: 4px;
  padding-right: 8px;
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .greet_text_boss_name{ 
  padding-left: 8px;
  margin-top: 4px;   
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.greet_text_boss_name { 
  padding-left: 8px;  
  margin-top: 4px;  
 }
} 

/* 共通 */
.greet_text_name{ 
  margin: 0px;
  color: #484848;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.greet_text_name {  
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .greet_text_name{  
  padding-left: 8px; 
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.greet_text_name { 
  padding-left: 8px;
 }
} 

/* 共通 */
.greet { 
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.greet {  
  margin-bottom: 24px;
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .greet{  
    margin-bottom: 32px;
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.greet { 
  margin-bottom: 32px;
 }
} 

/* 共通 */
.company_info_headline{ 
  color: #6CA02D;
 }
 
 /* スマホのみ */
 @media only screen and (max-width: 767px) {
 .company_info_headline { 
  font-size: 24px;
  line-height: 150%;
  padding-bottom: 16px;
  padding-top: 24px;
  display: block;
  text-align: center;
  }
 }
 
 /* タブレットのみ */
 @media only screen and (min-width: 768px) and (max-width: 1100px) {
  .company_info_headline{ 
    font-size: 32px;
    line-height: 120%;
    padding-bottom: 24px;
    text-align: center;
    padding-top: 56px;   
  }
 }
 
 /* PCのみ */
 @media only screen and (min-width: 1101px) {
 .company_info_headline {  
  font-size: 32px;
  line-height: 120%;
  padding-bottom: 24px;
  text-align: center;
  padding-top: 56px;
  }
 } 

 /* 共通 */
.company_info_headline::before{ 
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/company_info.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle; 
  margin-bottom: 8px;
  margin-right: 0px; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.company_info_headline::before { 
  width: 32px;
  height: 32px;  
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .company_info_headline::before{  
   width: 40px;
   height: 40px; 
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.company_info_headline::before { 
  width: 40px;
  height: 40px; 
 }
} 

/* 共通 */
.company_flex{ 
  margin: 0px;
  border-top: 1px solid #bbbb;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.company_flex {  
  padding: 8px 0px;
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .company_flex{
  padding: 16px 0px;
  display: flex;
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.company_flex { 
  padding: 16px 0px;
  display: flex;
 }
} 

/* 共通 */
.facility{ 
  color: #6CA02D;
  font-weight: 500;  
  font-size: 14px;
  display: inline;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.facility {  
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.facility{ 
  margin-bottom: 0px;
  line-height: 150%;
  font-size: 14px;
  width: 20%;
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.facility { 
  margin-bottom: 0px;
  line-height: 150%;
  font-size: 14px;
  width: 20%;
 }
} 

/* 共通 */
.border_top{ 
   
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.border_top {  
  /* width: 327px; */
  height: 1px;
  background-color: #B8B8B8;
  border-radius: 16px;
  margin: 0px;
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .border_top{ 
  /* width: 800px; */
  height: 1px;
  background-color: #B8B8B8;
  margin: auto;
  border-radius: 16px;
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.border_top { 
  width: 800px;
  height: 1px;
  background-color: #B8B8B8;
  margin: auto;
  border-radius: 16px;
 }
} 

/* 共通 */
.facility_name{ 
  margin: 0px;
  color: #484848;
  font-size: 14px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.facility_name { 
  margin-top: 4px;  
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .facility_name{ 
   width: 80%;
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.facility_name {  
  width: 80%;
 }
} 

/* 共通 */
.company_info{ 
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.company_info {  
  margin-bottom: 24px;
 }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .company_info {  
 }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
.company_info { 
 }
} 
/* 共通 */
.station_fv{ 
  display: flex;
  justify-content: center;
  background-image: url(/wp-content/themes/lightning-pro-child-sample/assets/image/station_fv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .station_fv { 
    display: none;
  }
}


/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .station_fv{ 
    padding: 102px 84px;
  } 
}


/* PCのみ */
@media only screen and (min-width: 1101px) {
  .station_fv {  
    padding: 102px 84px;
  }
} 

/* 共通 */
.station_fv_sp {
  display: flex;
  justify-content: center;
  background-image: url(/wp-content/themes/lightning-pro-child-sample/assets/image/station_fv_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.station_fv_sp { 
    padding: 84px 146px;
  }
}


/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .station_fv_sp { 
    display: none;
  }
}


/* PCのみ */
@media only screen and (min-width: 1101px) {
  .station_fv_sp {  
    display: none;
  }
} 

/* 共通 */
.recruit_card__fv_list { 
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  opacity: 0.8;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.recruit_card__fv_list {
  text-align: center;
  background-color: #fff;
  padding: 16px 64px;
  border-radius: 12px;
  opacity: 0.8;
  min-width: 208px;
   } 
 }


/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .recruit_card__fv_list{  
  padding: 16px 100px;
  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.recruit_card__fv_list {  
  padding: 16px 100px;
 }
} 

/* 共通 */
.service_fv_sp{ 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  background-image: url(/wp-content/themes/lightning-pro-child-sample/assets/image/service_fv_sp.jpg);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.service_fv_sp { 
  padding: 146px 84px;
  } 
 }


/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .service_fv_sp{ 
  display: none;
  } 
 }


/* PCのみ */
@media only screen and (min-width: 1101px) {
.service_fv_sp {  
  display: none;
 }
} 

/* 共通 */
.service_fv { 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  background-image: url(/wp-content/themes/lightning-pro-child-sample/assets/image/service_fv_sp.jpg);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.service_fv { 
  display: none;
   } 
 }


/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .service_fv{ 
  padding: 102px;
  } 
 }


/* PCのみ */
@media only screen and (min-width: 1101px) {
.service_fv {  
  padding: 102px;
 }
} 

/* 共通 */
.service_card__fv_list { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.service_card__fv_list { 
  text-align: center;
  background-color: #fff;
  padding: 16px 44px;
  border-radius: 12px;
  opacity: 0.8;
  left: calc(50% - calc(168px / 2));
  top: 146px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.service_card__fv_list { 
  text-align: center;
  background-color: #fff;
  padding: 16px 60px;
  border-radius: 12px;
  opacity: 0.8;
  max-width: 360px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .service_card__fv_list {
  text-align: center;
  background-color: #fff;
  padding: 16px 60px;
  border-radius: 12px;
  opacity: 0.8;
  max-width: 361px;
  }
} 

/* 共通 */
.flow_card_sentence a { 
  color: #6CA02D;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.flow_card_sentence a { 
  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.flow_card_sentence a { 
  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .flow_card_sentence a {
  
  }
} 

/* 共通 */
.map  {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.map { 
  margin: auto;
  width: calc(100vw - 48px);
  aspect-ratio: 1 / 1 !important;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.map { 
  max-width: 800px;
  margin: auto;
  margin-top: 32px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .map {
   /* max-width: 800px; */
   margin: auto;
   margin-top: 32px;
  }
} 

/* 共通 */
.map iframe {  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.map iframe { 
  height: 100% !important;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.map iframe { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .map iframe {
  }
} 

/* 共通 */
.recruit_fv { 
  display: flex;
  justify-content: center;
  background-image: url(/wp-content/themes/lightning-pro-child-sample/assets/image/recruit_fv.jpg); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.recruit_fv {  
  display: none;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.recruit_fv { 
  margin-bottom: 48px;
  padding: 102px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .recruit_fv { 
  margin-bottom: 48px; 
  padding: 102px;
  }
}

/* 共通 */
.recruit_fv_sp { 
  display: flex;
  justify-content: center;
  background-image: url(/wp-content/themes/lightning-pro-child-sample/assets/image/recruit_fv_sp.jpg); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.recruit_fv_sp {  
  margin-bottom: 48px; 
  padding: 146px 84px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.recruit_fv_sp { 
  display: none;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .recruit_fv_sp { 
  display: none;
  }
} 

.veu_card{
  display: none !important;
}

.veu_socialSet.veu_contentAddSection ul{
  display: none !important;
}

.col-md-12{
  display: none !important;
}

/* 共通 */
.recruit_text_bold { 
  line-height: 150%;
  font-weight: normal;
  color: #484848;
  text-align: center;
  margin: 0px;
  padding-top: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.recruit_text_bold { 
  font-size: 24px;
  padding-bottom: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.recruit_text_bold { 
  font-size: 32px;
  padding-bottom: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .recruit_text_bold {
  font-size: 32px;
  padding-bottom: 24px;
  }
} 

/* 共通 */
.recruit_decolation_icon { 
  text-align: center;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.recruit_decolation_icon {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.recruit_decolation_icon {  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .recruit_decolation_icon {
  }
} 

/* 共通 */
.employee_info { 
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.employee_info {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.employee_info { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_info {
  }
} 

/* 共通 */
.recruit_text_regular + .recruit_text_regular { 
  padding-top: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.recruit_text_regular + .recruit_text_regular {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.recruit_text_regular + .recruit_text_regular { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .recruit_text_regular + .recruit_text_regular { 
  }
} 

/* 共通 */
.recruit_text_regular { 
  margin: 0px;
  color: #484848;
  font-size: 14px;
  line-height: 180%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.recruit_text_regular {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.recruit_text_regular { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .recruit_text_regular { 
  }
} 

/* 共通 */
.contact_send_text_regular { 
  margin: 0px;
  color: #484848;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  padding-bottom: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_send_text_regular {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_send_text_regular { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_send_text_regular { 
  }
} 

/* 共通 */
.contact_back_top_link_text a { 
  color: #6CA02D;
  font-size: 14px;
  line-height: 150%;
  margin-top: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_back_top_link_text a {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_back_top_link_text a { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_back_top_link_text a { 
  }
} 

/* 共通 */
.contact_send_content { 
  margin-top: 32px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_send_content {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_send_content { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_send_content { 
  }
} 

/* 共通 */
.contact_back_top_link_text { 
  margin-top: 16px;
  margin-bottom: 0px;
  text-align: center;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_back_top_link_text {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_back_top_link_text { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_back_top_link_text { 
  }
} 

/* 共通 */
.recruit_headline { 
  color: #6CA02D;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.recruit_headline { 
  font-size: 24px;
  line-height: 150%;
  padding-bottom: 8px;
  padding-top: 48px;
  display: block;
  text-align: center; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.recruit_headline { 
  font-size: 32px;
  line-height: 120%;
  padding-bottom: 24px;
  text-align: center;
  padding-top: 56px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .recruit_headline { 
  font-size: 32px;
  line-height: 120%;
  padding-bottom: 24px;
  text-align: center;
  padding-top: 56px;
  }
} 

/* 共通 */
.recruit_headline::before { 
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/recruit_info.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle; 
  margin-bottom: 8px;
  margin-right: 0px; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.recruit_headline::before { 
  width: 32px;
  height: 32px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.recruit_headline::before { 
  width: 40px;
  height: 40px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .recruit_headline::before { 
  width: 40px;
  height: 40px;
  }
} 

/* 共通 */
.station_name { 
  margin: 0px;
  font-size: 14px;
  color: #484848;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.station_name {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.station_name { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .station_name { 
  }
} 

/* 共通 */
.station_icon { 
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.station_icon { 
  padding-right: 4px;
  margin-top: -1px; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.station_icon { 
  padding-right: 4px;
  margin-top: -4px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .station_icon { 
  padding-right: 4px;
  margin-top: -4px;
  }
} 

/* 共通 */
.recruit_tag { 
  margin: 0px;
  background-color: #6CA02D;
  color: #fff;
  line-height: 150%;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 14px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.recruit_tag {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.recruit_tag { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .recruit_tag { 
  }
} 

/* 共通 */
.recruit_tag + .recruit_tag { 
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.recruit_tag + .recruit_tag { 
  margin-left: 8px; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.recruit_tag + .recruit_tag { 
    margin-left: 16px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .recruit_tag + .recruit_tag { 
    margin-left: 16px;
  }
} 

/* 共通 */
.application_detail { 
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #484848;
  line-height: 150%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.application_detail { 
  padding-top: 12px;   
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.application_detail { 
  padding-top: 8px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .application_detail { 
    padding-top: 8px;
  }
} 

/* 共通 */
.recruit_tag_list { 
  display: flex;
  margin-bottom: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.recruit_tag_list {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.recruit_tag_list { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .recruit_tag_list { 
  }
} 

/* 共通 */
.station_flex { 
  display: flex;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.station_flex {  
  margin-bottom: 12px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.station_flex { 
  margin-right: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .station_flex { 
  margin-right: 24px;
  }
} 

/* 共通 */
.recruit_tag_flex { 
  display: flex;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.recruit_tag_flex {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.recruit_tag_flex { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .recruit_tag_flex { 
  }
} 

.siteContent{
  padding: 0px;
}

/* 共通 */
.station_name + .station_name { 
  margin-left: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .station_name + .station_name {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .station_name + .station_name { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .station_name + .station_name { 
  }
} 

/* 共通 */
.card_recruit_list { 
  background-color: #fff;
  border-radius: 12px; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_recruit_list {  
    box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
    padding: 20px 16px;
    margin-bottom: 48px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_recruit_list { 
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    padding: 24px;
    margin-bottom: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
   .card_recruit_list { 
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    padding: 24px;
    margin-bottom: 24px;
  }
} 

/* 共通 */
.recruit_card_flex { 
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .recruit_card_flex {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit_card_flex { 
    display: flex;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
   .recruit_card_flex { 
    display: flex;
  }
} 


/* 共通 */
.station_img { 
  width: 24px;
  height: 24px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .station_img {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .station_img { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .station_img { 
  }
} 

/* 共通 */
.employment＿information_card a { 
  text-decoration: none;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employment＿information_card a {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employment＿information_card a { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employment＿information_card a { 
  }
} 

/* 共通 */
.employee_bold_flex { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employee_bold_flex { 
    margin-bottom: 16px; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employee_bold_flex { 
    display: flex;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_bold_flex { 
    display: flex;
  }
} 

/* 共通 */
.employee_text { 
  font-weight: bold;
  font-size: 14px;
  color: #484848;
  margin: 0px;
  line-height: 150%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employee_text {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employee_text {  
    margin-bottom: 8px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_text {  
  margin-bottom: 8px; 
  }
} 

/* 共通 */
.employee_text + .employee_text  { 

}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employee_text + .employee_text { 
    margin-top: 8px; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employee_text + .employee_text { 
    margin-right: 16px;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_text + .employee_text { 
    margin-right: 16px;   
  }
} 

/* 共通 */
.employee_regular_text { 
  font-size: 14px;
  color: #484848;
  margin: 0px;
  line-height: 180%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employee_regular_text {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employee_regular_text { 
    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_regular_text {  
  }
} 

/* 共通 */
.employee_regular_text + .employee_regular_text { 
  margin-top: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employee_regular_text + .employee_regular_text {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employee_regular_text + .employee_regular_text { 
    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_regular_text + .employee_regular_text { 
    
  }
} 

/* 共通 */
.about_employee { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .about_employee {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .about_employee { 
    margin-top: 56px;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .about_employee { 
  margin-top: 56px; 
  
  }
} 

/* 共通 */
.about_weekday { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .about_weekday {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .about_weekday { 
    
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .about_weekday { 
 
  }
} 

/* 共通 */
.employee_short_text { 
  font-size: 12px;
  color: #484848;
  line-height: 150%;
  margin-top: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employee_short_text { 
    margin-bottom: 24px; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employee_short_text {   
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_short_text { 
  }
} 

/* 共通 */
.card_border { 
  /* border: solid #9F9F9F; */
  border-radius: 12px;
  border-color: #9F9F9F !important;
  border: 1px solid;

  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_border {  
    padding: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_border { 
    padding: 24px;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .card_border { 
    padding: 24px;  
  }
} 

/* 共通 */
.card_border + .card_border { 
  margin-top: 24px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_border + .card_border {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_border + .card_border { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .card_border + .card_border { 
  }
} 

/* 共通 */
.about_weekday + .about_weekday { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .about_weekday + .about_weekday {
    margin-top: 40px;  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .about_weekday + .about_weekday { 
    margin-top: 48px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .about_weekday + .about_weekday { 
  margin-top: 48px; 
  }
} 

/* 共通 */
.info_meeting_title { 
  color: #6CA02D;
  font-weight: 500;
  margin-bottom: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .info_meeting_title {
    font-size: 20px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .info_meeting_title { 
    font-size: 24px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .info_meeting_title { 
  font-size: 24px;
  }
} 

/* 共通 */
.info_meeting { 
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .info_meeting {
    margin-top: 48px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .info_meeting { 
    margin-top: 56px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .info_meeting { 
   margin-top: 56px;
  }
} 

.breadcrumb{
  display: none;
}

/* 共通 */
.employee_recruit { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employee_recruit {
    padding-top: 48px; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employee_recruit { 
    padding-top: 32px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_recruit { 
    padding-top: 32px;   
  }
} 

/* 共通 */
.employee_recruit_card { 
  background-color: #fff;
  border-radius: 12px; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employee_recruit_card {
    box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
    padding: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employee_recruit_card { 
    box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
    padding: 24px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_recruit_card { 
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  padding: 24px;
    
  }
} 

/* 共通 */
.employee_recruit_title { 
  color: #6CA02D;
  line-height: 180%;
  font-size: 24px;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employee_recruit_title {
    padding-bottom: 8px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employee_recruit_title { 
    padding-bottom: 8px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_recruit_title { 
  padding-bottom: 8px;
  }
}

/* 共通 */
.employee_recruit_detail { 
  color: #484848;
  line-height: 180%;
  font-size: 14px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employee_recruit_detail {
    margin-bottom: 32px; 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employee_recruit_detail {
    margin-bottom: 24px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_recruit_detail { 
    margin-bottom: 24px; 
  }
}

/* 共通 */
.employee_recruit_list_border { 
  margin: auto;
  background-color: #B8B8B8;
  margin-bottom: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employee_recruit_list_border {
    height: 1px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employee_recruit_list_border {
    /* width: 752px; */
    height: 1px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_recruit_list_border { 
    height: 1px;
  }
}

/* 共通 */
.employee_recruit_list_title { 
  color: #6CA02D;
  font-size: 14px;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employee_recruit_list_title {
    margin-bottom: 8px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employee_recruit_list_title {
    width: 24%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_recruit_list_title { 
  width: 24%;
  }
}

/* 共通 */
.employee_recruit_list_detail { 
  color: #484848;
  font-size: 14px;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employee_recruit_list_detail {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employee_recruit_list_detail {
    width: 76%;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_recruit_list_detail { 
  width: 76%;
  }
}

/* 共通 */
.employee_recruit_list_flex { 
  margin-bottom: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employee_recruit_list_flex {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employee_recruit_list_flex {
    display: flex;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .employee_recruit_list_flex { 
  display: flex;
  }
}

/* 共通 */
.emplpyee_contact { 
  text-align: center;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .emplpyee_contact {
    margin-top: 32px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .emplpyee_contact {
    margin-top: 40px;  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .emplpyee_contact { 
    margin-top: 40px;
  }
}

/* 共通 */
.fee_fv { 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  background-image: url(/wp-content/themes/lightning-pro-child-sample/assets/image/fee_fv.jpg);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .fee_fv {
    display: none;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .fee_fv {
    padding: 102px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .fee_fv { 
  padding: 102px;  
  }
}

/* 共通 */
.fee_fv_sp { 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  background-image: url(/wp-content/themes/lightning-pro-child-sample/assets/image/fee_fv_sp.jpg);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .fee_fv_sp {
    padding: 146px 84px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .fee_fv_sp {
    display: none;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .fee_fv_sp { 
  display: none;
  }
}

/* 共通 */
.fee { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .fee {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .fee {  
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .fee { 
  }
}

/* 共通 */
.fee_list_headline { 
  color: #6CA02D;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .fee_list_headline {
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 8px;
    padding-top: 16px;
    display: block;
    text-align: center;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .fee_list_headline {
    font-size: 32px;
    line-height: 120%;
    padding-bottom: 24px;
    text-align: center;
    padding-top: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .fee_list_headline { 
  font-size: 32px;
  line-height: 120%;
  padding-bottom: 24px;
  text-align: center;
  padding-top: 24px;
  }
}

/* 共通 */
.fee_list_headline::before { 
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/fee_title_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
  
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .fee_list_headline::before {
    width: 32px;
    height: 32px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .fee_list_headline::before {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .fee_list_headline::before { 
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  }
}

/* 共通 */
.fee_list_regular_text { 
  color: #484848;
  font-size: 14px;
  font-weight: 180%;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .fee_list_regular_text {
  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .fee_list_regular_text {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .fee_list_regular_text { 
  }
}

/* 共通 */
.fee_list_small_text { 
  color: #484848;
  font-size: 12px;
  font-weight: 180%;
  margin: 0px;
  padding-bottom: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .fee_list_small_text {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .fee_list_small_text {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .fee_list_small_text { 
  }
}

/* 共通 */
.fee_list_regular_text + .fee_list_regular_text { 
  padding-top: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .fee_list_regular_text + .fee_list_regular_text {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .fee_list_regular_text + .fee_list_regular_text {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .fee_list_regular_text + .fee_list_regular_text { 
  }
}

/* 共通 */
.fee_content { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .fee_content {
    margin-bottom: 48px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .fee_content {
    margin-bottom: 56px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .fee_content { 
    margin-bottom: 56px;
  }
}

/* 共通 */
.fee_content_text { 
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .fee_content_text {
    padding-bottom: 8px;   
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .fee_content_text {
    padding-bottom: 8px;     
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .fee_content_text { 
  padding-bottom: 8px;   
  }
}

/* 共通 */
.health_insurance_text { 
  background-color: #767676;
  border-radius: 9999px;
  color: #fff;
  display: inline-block;
  line-height: 120%;
  font-size: 14px;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .health_insurance_text {
    padding: 10px 8px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .health_insurance_text {
    padding: 8px 12px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .health_insurance_text { 
    padding: 8px 12px;
  }
}

/* 共通 */
.fee_list_title_box { 
  margin: 0px;
  padding-bottom: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .fee_list_title_box {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .fee_list_title_box {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .fee_list_title_box { 
  }
}

/* 共通 */
.health_insurance_title { 
  margin: 0px;
  padding-bottom: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .health_insurance_title {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .health_insurance_title {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .health_insurance_title { 
  }
}

/* 共通 */
.th {
  color: #484848;
  font-size: 14px;
  line-height: 120%;
} 

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .colspan {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .colspan {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .colspan { 
  }
}

/* 共通 */
td {
  text-align: center;
  font-size: 14px;
  color: #484848;
  line-height: 120%;
} 

/* スマホのみ */
@media only screen and (max-width: 767px) {
  td {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  td {
    width: 130px;
    height: 49px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 td { 
  width: 130px;
  height: 49px;
  }
}

/* 共通 */
th {
  text-align: center;
  font-size: 14px;
  color: #484848;
  line-height: 120%;
} 

/* スマホのみ */
@media only screen and (max-width: 767px) {
  th {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  th {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 th { 
  }
}

/* 共通 */
table th {
  background-color: #E1EFD0;
  font-size: 14px;
  color: #484848;
  line-height: 120%;
} 

/* スマホのみ */
@media only screen and (max-width: 767px) {
  table th {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  table th {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  table th { 
  }
}

/* 共通 */
table {
  text-align: center;
  border-left: none !important;
  border-top: none !important;
} 

/* スマホのみ */
@media only screen and (max-width: 767px) {
  table {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  table {
    max-width: 800px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  table { 
    max-width: 800px;
  }
}

/* 共通 */
table th, table td  {
  border: solid 1px #484848;
  border-bottom: 1px #484848 !important;
  font-size: 14px;
  color: #484848;
  line-height: 120%;
} 

/* スマホのみ */
@media only screen and (max-width: 767px) {
  table th, table td  {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  table th, table td  {
  }
}

/* 共通 */
tr  {
  font-size: 14px;
  color: #484848;
  line-height: 120%;
} 

/* スマホのみ */
@media only screen and (max-width: 767px) {
  tr  {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  tr  {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  tr  { 
  }
}

/* 共通 */
.privacy_headline {
  color: #6CA02D;
} 

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .privacy_headline {
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 8px;
    padding-top: 16px;
    display: block;
    text-align: center;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .privacy_headline {
    font-size: 32px;
    line-height: 120%;
    padding-bottom: 24px;
    text-align: center;
    padding-top: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .privacy_headline { 
    font-size: 32px;
    line-height: 120%;
    padding-bottom: 24px;
    text-align: center;
    padding-top: 24px;
  }
}

/* 共通 */
.privacy_headline::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/lightning-pro-child-sample/assets/image/Philosophy_title_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
} 

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .privacy_headline::before {
    width: 32px;
    height: 32px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .privacy_headline::before {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .privacy_headline::before { 
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
}

/* 共通 */
.privacy_card {
  background-color: #fff;
  border-radius: 12px; 
} 

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .privacy_card {
    box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
    padding: 16px;
    margin-top: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .privacy_card {
    box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
    padding: 24px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .privacy_card { 
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    padding: 24px;
  }
}

/* 共通 */
.privacy {
} 

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .privacy {
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .privacy { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .privacy { 
  }
}

/* 共通 */
.privacy_text_bold { 
  line-height: 150%;
  font-weight: 500;
  color: #484848;
  text-align: center;
  margin: 0px;
  padding-top: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_text_bold { 
  font-size: 20px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_text_bold { 
  font-size: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_text_bold {
  font-size: 24px;
  }
} 

/* 共通 */
.privacy_card_title_list { 
  margin-bottom: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_card_title_list { 
  margin-top: 48px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_card_title_list { 
  margin-top: 40px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_card_title_list {
  margin-top: 40px;
  }
} 

/* 共通 */
.privacy_info_card + .privacy_info_card { 
  margin-top: 24px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_info_card + .privacy_info_card { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_info_card + .privacy_info_card { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_info_card + .privacy_info_card {
  }
} 

/* 共通 */
.privacy_info_bold_text { 
  font-size: 16px;
  line-height: 150%;
  margin: 0px;
  color: #484848;
  padding-bottom: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_info_bold_text { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_info_bold_text { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_info_bold_text {
  }
}

/* 共通 */
.privacy_info_regular_text { 
  font-size: 14px;
  line-height: 180%;
  color: #484848;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_info_regular_text { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_info_regular_text { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_info_regular_text {
  }
}

/* 共通 */
.privacy_company_flex { 
  display: flex;
  justify-content: flex-end;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_company_flex { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_company_flex { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_company_flex {
  }
}

/* 共通 */
.privacy_company_flex + .privacy_company_flex { 
  padding-top: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_company_flex + .privacy_company_flex { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_company_flex + .privacy_company_flex { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_company_flex + .privacy_company_flex {
  }
}


/* 共通 */
.privacy_company_date_name { 
  font-size: 14px;
  color: #484848;
  line-height: 150%;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_company_date_name { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_company_date_name { 
  width: 86px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_company_date_name {
  width: 86px;
  }
}

/* 共通 */
.privacy_company_date { 
  font-size: 14px;
  color: #484848;
  line-height: 150%;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_company_date { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_company_date {
  width: 141px;
  text-align: right; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_company_date {
  width: 141px;
  text-align: right;
  }
}

/* 共通 */
.privacy_company_info { 
  margin-top: 24px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_company_info { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_company_info {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_company_info {
  }
}

/* 共通 */
.privacy_info_purpose_bold_text { 
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 150%;
  color: #484848;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_info_purpose_bold_text { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_info_purpose_bold_text {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_info_purpose_bold_text {
  }
}

/* 共通 */
.privacy_info_purpose_regular_card { 
  margin-bottom: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_info_purpose_regular_card { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_info_purpose_regular_card {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_info_purpose_regular_card {
  }
}

/* 共通 */
.privacy_midiam_card { 
  margin-top: 16px;
  margin-bottom: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_midiam_card { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_midiam_card {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_midiam_card {
  }
}

/* 共通 */
.privacy_info_purpose_list_card + .privacy_info_purpose_list_card { 
  margin-top: 8px;
  margin-bottom: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_info_purpose_list_card + .privacy_info_purpose_list_card  { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_info_purpose_list_card + .privacy_info_purpose_list_card  {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_info_purpose_list_card + .privacy_info_purpose_list_card  {
  }
}

/* 共通 */
.privacy_card_title_top_list { 
  margin-bottom: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_card_title_top_list { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_card_title_top_list {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_card_title_top_list {
  }
}

.border_delite{
  border: none !important;
  border-left: none !important;
  background-color: #fff;
}

/* 共通 */
.pc_only { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.pc_only { 
  display: none;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.pc_only {
  display: none;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .pc_only {
  }
}

/* 共通 */
.Philosophy_content {
  background-color: #F4F4F4; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.Philosophy_content { 
  padding-bottom: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Philosophy_content {
  padding-bottom: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .Philosophy_content {
  padding-bottom: 24px;
  }
}

/* 共通 */
.text_height {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.text_height { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.text_height {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  width: 80px;
  line-height: 150%;
  }
}


/* 共通 */
.text_height {
}
/* PCのみ */
@media only screen and (min-width: 1101px) {
 .text_height {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    width: 54px;
  }
}
/* スマホのみ */
@media only screen and (max-width: 767px) {
.text_height { 
  }
}
/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.text_height {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .text_height {
  }
}

/* 共通 */
.text_height div {
  display: inline-block;
  white-space: pre;
  writing-mode: vertical-rl;
}

.border_bold{
  border-bottom: 2px;
}

.link-list{
  display: none;
}

.sectionBox{
  display: none;
}

/* 共通 */
.contact_fv { 
  display: flex;
  justify-content: center;
  background-image: url(/wp-content/themes/lightning-pro-child-sample/assets/image/contact_fv.jpg); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_fv { 
  display: none;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_fv {
  margin-bottom: 32px;
  padding: 102px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_fv {
  margin-bottom: 32px; 
  padding: 102px;
  }
}

/* 共通 */
.contact_fv-sp { 
  display: flex;
  justify-content: center;
  background-image: url(/wp-content/themes/lightning-pro-child-sample/assets/image/contact_fv_sp.jpg); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_fv-sp { 
  margin-bottom: 48px; 
  padding: 146px 84px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_fv-sp {
  display: none;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_fv-sp {
  display: none;
  }
}
/* 共通 */
.contact_card__fv_list {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  opacity: 0.8;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_card__fv_list { 
  text-align: center;
  background-color: #fff;
  padding: 16px 44px;
  border-radius: 12px;
  opacity: 0.8;
  min-width: 208px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_card__fv_list {
  padding: 16px 60px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_card__fv_list {
  padding: 16px 60px;
  }
}

/* 共通 */
.contact_card__fv_list {
  line-height: 150%;
  font-weight: 500;
  color: #484848;
  text-align: center;
  margin: 0px;
  padding-top: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_card__fv_list { 
  font-size: 20px;
  padding-bottom: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_card__fv_list {
  font-size: 32px;
  padding-bottom: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_card__fv_list {
  font-size: 32px;
  padding-bottom: 24px;
  }
}

/* 共通 */
.contact_content {
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_content { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_content {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_content {
  }
}

/* 共通 */
.contact_text_bold {
  color: #484848;
  line-height: 150%;
  text-align: center;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_text_bold { 
  font-size: 20px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_text_bold {
  font-size: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_text_bold {
   font-size: 24px;
  }
}

/* 共通 */
.contact_form {
  background-color: #fff;
  border-radius: 12px; 

}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_form { 
  box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
  padding: 16px;
  margin-top: 24px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_form {
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  padding: 24px;
  margin-top: 32px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_form {
    box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
    padding: 24px; 
    margin-top: 32px;
  }
}

/* 共通 */
.contact_form_bold_text {
  line-height: 150%;
  font-weight: normal;
  color: #6CA02D;
  text-align: center;
  margin: 0px;
  padding-top: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_form_bold_text { 
  font-size: 20px;
  margin-bottom: 16px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_form_bold_text {
  font-size: 32px;
  padding-bottom: 24px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_form_bold_text {
  font-size: 32px;
  padding-bottom: 24px;
  }
}

/* 共通 */
.contact_form_list p {
  color: #484848;
  font-size: 14px;
  line-height: 150%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_form_list p { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_form_list p {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_form_list p {
  }
}

/* 共通 */
.contact_form_hashtag {
  background-color: #6CA02D;
  padding: 4px 16px;
  color: #fff;
  line-height: 120%;
  font-size: 14px;
  display: inline-block;
  border-radius: 9999px;
  font-weight: normal;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_form_hashtag { 
  margin-left: 8px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_form_hashtag {
  margin-left: 16px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_form_hashtag {
  margin-left: 16px;
  }
}

/* 共通 */
.contact_form_flex {
  display: flex;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_form_flex { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_form_flex {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_form_flex {
  }
}

/* 共通 */
.contact_form_text_regular {
  color: #484848;
  font-size: 14px;
  line-height: 150%;
  margin-top: 6px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_form_text_regular { 
  margin-top: 2px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_form_text_regular {
  margin-top: 2px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_form_text_regular {
  margin-top: 2px;
  }
}

/* 共通 */
.contact_form_privacy_check_list {
  display: flex;
  justify-content: center;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_form_privacy_check_list { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_form_privacy_check_list {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_form_privacy_check_list {
  }
}

/* 共通 */
.contact_form_check_box {
  margin-right: 16px;
  margin-bottom: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_form_check_box { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_form_check_box {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_form_check_box {
  }
}

.btn-primary.disabled, .btn-primary:disabled {
  font-size: 14px;
  color: #fff;
  background-color: #6CA02D;
  font-family: 'Kiwi Maru', serif;;
  border-color: #6CA02D;
  border-radius: 9999px;
  padding: 10px 10px;
  width: 200px;

}

.btn-primary {
  color: #fff;
  background-color: #6CA02D;
  border-color: #6CA02D;
  font-family: 'Kiwi Maru', serif;;
  font-size: 14px;
  border-radius: 9999px;
  padding: 10px 10px;
  width: 200px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #6CA02D;
  border-color: #6CA02D;
  font-family: 'Kiwi Maru', serif;;
  font-size: 14px;
}

/* 共通 */
.privacy_policy {
  color: #6CA02D;
  font-size: 14px;
  line-height: 180%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_policy { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_policy {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_policy {
  }
}

/* 共通 */
.privacy_policy:hover {
  color: #6CA02D;
  font-size: 14px;
  line-height: 180%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_policy:hover { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_policy:hover {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_policy:hover {
  }
}

.wpcf7-list-item{
  margin: 0px;
}

/* 共通 */
.contact_text_regular { 
  margin: 0px;
  color: #484848;
  font-size: 14px;
  line-height: 180%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_text_regular {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_text_regular { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_text_regular { 
  }
} 

/* 共通 */
.contact_text_regular_privacy { 
  margin: 0px;
  color: #484848;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  margin-bottom: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_text_regular_privacy {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_text_regular_privacy { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_text_regular_privacy { 
  }
} 

/* 共通 */
.contact_text_regular_checkbox { 
  margin: 0px;
  color: #484848;
  font-size: 14px;
  line-height: 180%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_text_regular_checkbox {  
  margin-top: -3px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_text_regular_checkbox { 
  margin-top: 3px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_text_regular_checkbox { 
  margin-top: 3px;
  }
} 

/* 共通 */
.privacy_policy_link_text { 
  margin: 0px;
  text-align: center;
  margin-bottom: 13px; 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_policy_link_text { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_policy_link_text { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_policy_link_text {
  }
} 

/* 共通 */
.contact_form_submit_button { 
  margin: 0px;
  text-align: center;
  margin-top: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.contact_form_submit_button {  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.contact_form_submit_button { 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .contact_form_submit_button { 
  }
} 

.ajax-loader{
  display: none;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.form-control:focus {
  color: #484848;
  background-color: #fff;
  border-color: #6CA02D;
  outline: 0;
  box-shadow: 0px 0px 18px rgb(108 160 45 / 25%);
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #6CA02D;
  outline: 0;
  box-shadow: 0px 0px 18px rgb(108 160 45 / 10%);
}

/* 共通 */
.privacy_contact_card { 
  background-color: #fff;
  border-radius: 12px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_contact_card { 
  box-shadow: 0px 0px 18px rgb(0 0 0 / 25%); 
  padding: 16px;
  max-width: 327px;
  margin-top: 48px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_contact_card { 
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  padding: 24px;
  max-width: 592px;
  margin: auto;
  margin-top: 56px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_contact_card { 
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    padding: 24px;
    max-width: 592px;
    margin: auto;
    margin-top: 56px;
  }
} 

/* 共通 */
.privacy_contact_card_title { 
  color: #484848;
  text-align: center;
  line-height: 150%;
  margin-bottom: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_contact_card_title { 
  font-size: 20px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_contact_card_title {
  font-size: 24px; 
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_contact_card_title { 
   font-size: 24px;
  }
} 

/* 共通 */
.privacy_contact_card_text { 
  color: #6CA02D;
  margin-bottom: 0px;
  line-height: 150%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_contact_card_text { 
  font-size: 28px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_contact_card_text {
  font-size: 32px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_contact_card_text { 
   font-size: 32px;
  }
} 

/* 共通 */
.privacy_contact_card_text_number { 
  color: #6CA02D;
  margin-bottom: 0px;
  line-height: 150%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_contact_card_text_number { 
  font-size: 28px;
  margin-left: 8px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_contact_card_text_number {
  font-size: 32px;
  margin-left: 16px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_contact_card_text_number { 
   font-size: 32px;
   margin-left: 16px;
  }
} 

/* 共通 */
.privacy_contact_text_flex { 
  display: flex;
  justify-content: center;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_contact_text_flex { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_contact_text_flex {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_contact_text_flex { 
  }
}

/* 共通 */
.privacy_contact_card_time_text { 
  margin: 0px;
  color: #484848;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin-top: 8px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.privacy_contact_card_time_text { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.privacy_contact_card_time_text {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .privacy_contact_card_time_text { 
  }
}

.veu_sitemap .sitemap-col {
  display: none;
}

.mainSection-title, h2 {
  padding: 0px; 
  border-top: 0px;
  border-bottom: 0px;
  margin: 0px;
}

/* 共通 */
.greet_img { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.greet_img { 
  width: 90vw;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.greet_img {
  height: 240px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .greet_img { 
    height: 240px;
  }
}

/* 共通 */
.greet_top_image { 
  text-align: center;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.greet_top_image { 
  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.greet_top_image {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .greet_top_image { 
  }
}

dd, dt {
   padding-left: 0px; 
   border-left-width: 0px; 
   border-left-style: none; 
   margin-bottom: 0px; 
   font-weight: normal;
}

/* 共通 */
.health_insulance_card { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.health_insulance_card { 
  
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.health_insulance_card  {
  margin-bottom: 40px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .health_insulance_card { 
  margin-bottom: 40px;
  }
}

/* 共通 */
.fee_list_medical_insurance { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.fee_list_medical_insurance { 
  margin-top: 48px;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.fee_list_medical_insurance {
  margin-top: 72px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .fee_list_medical_insurance {
    margin-top: 72px;
  }
}

/* 共通 */
#fee_list { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
#fee_list { 
  display: none;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
#fee_list {
  display: none;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 #fee_list {
  margin-top: 16px;
  }
}

.media-body_excerpt{
  display: none;
}

/* 共通 */
.BlogArchive__postCardList-card-column-list { 
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.BlogArchive__postCardList-card-column-list { 
  padding-top: 48px;
  max-width: 327px;
  margin: auto;
  max-width: calc(100vw - calc(24px * 2));
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.BlogArchive__postCardList-card-column-list {
  list-style: none;
  padding-top: 32px;
  max-width: calc(640px + calc(40px * 2));
  padding: 0 40px;
  margin-top: 32px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .BlogArchive__postCardList-card-column-list {
  list-style: none;
  padding-top: 32px;
  max-width: calc(800px + calc(40px * 2));
  padding: 0 40px;
  margin-top: 32px;
  }
}

/* 共通 */
.card-diary-thum { 
  margin: 0px;
  height: 238px;
  margin: 0px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card-diary-thum { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.card-diary-thum {

  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .card-diary-thum {
  }
}

/* 共通 */
.card-diary-date { 
  margin: 0px;
  margin: 0 0 0 auto;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card-diary-date { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.card-diary-date {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .card-diary-date {
  }
}

.card{
  border: none;
}

/* 共通 */
.card_diary_info { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card_diary_info { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.card_diary_info {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .card_diary_info {
  }
}

/* 共通 */
.card-diary-date { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card-diary-date { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.card-diary-date {
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .card-diary-date {
  }
}

/* 共通 */
.BlogArchive__postCardList-card-column-list { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.BlogArchive__postCardList-card-column-list { 
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.BlogArchive__postCardList-card-column-list {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .BlogArchive__postCardList-card-column-list {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  }
}

/* 共通 */
.card-diary-list-item { 
  list-style: none;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card-diary-list-item { 
  padding: 0px;
  max-width: 327px;
  margin: auto;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.card-diary-list-item {
  width: calc((100% - 56px) / 2);
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .card-diary-list-item {
  width: calc((100% - 56px) / 2);
  }
}

/* 共通 */
.blog_card__fv_list { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.blog_card__fv_list { 
    text-align: center;
    background-color: #fff;
    padding: 16px 22px;
    border-radius: 12px;
    opacity: 0.8;
  }
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.blog_card__fv_list {
  text-align: center;
  background-color: #fff;
  padding: 16px 56px;
  border-radius: 12px;
  opacity: 0.8;
  }
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
 .blog_card__fv_list {
    text-align: center;
    background-color: #fff;
    padding: 16px 56px;
    border-radius: 12px;
    opacity: 0.8;
  }
}

/* 共通 */
.blog_fv{ 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  background-image: url(/wp-content/themes/lightning-pro-child-sample/assets/image/blog_fv.jpg);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.blog_fv { 
  display: none;
   } 
 }

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .blog_fv{ 
  padding: 102px;
  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.blog_fv {  
  padding: 102px;
 }
} 

/* 共通 */
.blog_fv_sp{ 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  background-image: url(/wp-content/themes/lightning-pro-child-sample/assets/image/blog_fv_sp.jpg);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.blog_fv_sp { 
  padding: 146px 84px;
   } 
 }

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .blog_fv_sp{ 
  display: none;
  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.blog_fv_sp {  
  display: none;
 }
} 

/* 共通 */
.card-diary-thum-img{ 
  width: 100%;
  height: 238px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card-diary-thum-img { 
   } 
 }

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .card-diary-thum-img{ 
  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.card-diary-thum-img {  
 }
} 

/* 共通 */
.card-diary-date-and-category{ 
  display: flex;
  justify-content: space-between;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card-diary-date-and-category { 
   } 
 }

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .card-diary-date-and-category{ 
  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.card-diary-date-and-category {  
 }
} 

/* 共通 */
.category-text{ 
  background: #6CA02D;
  border-radius: 9999px;
  display: inline;
  justify-content: space-around;
  align-items: center;
  padding: 0px 12px;
  color: #fff;
  margin: 0px;
  text-decoration: none;
  font-size: 14px;
  padding: 2px 12px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.category-text { 
   } 
 }

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .category-text{ 
  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.category-text {  
 }
} 

/* 共通 */
.card-diary-article-info{ 
  margin-top: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card-diary-article-info { 
   } 
 }

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .card-diary-article-info{ 
  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.card-diary-article-info {  
 }
} 

/* 共通 */
.card-diary-title{ 
  font-weight: bold;
  line-height: 150%;
  color: #484848;
  font-size: 14px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card-diary-title { 
  margin-top: 8px;
   } 
 }

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .card-diary-title{ 
  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.card-diary-title {  
 }
} 

/* 共通 */
.card-diary-title a{ 
  text-decoration: none;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card-diary-title a { 
   } 
 }

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .card-diary-title a{ 
  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.card-diary-title a {  
 }
} 

/* 共通 */
.card-diary-thum-img:hover{ 
  transform: scale(1.2);
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card-diary-thum-img:hover { 
   } 
 }

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .card-diary-thum-img:hover{ 
  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.card-diary-thum-img:hover {  
 }
} 

/* 共通 */
.card-diary-thum-img { 
  object-fit: cover;
  transition: transform 0.4s linear;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.card-diary-thum-img { 
   } 
 }

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .card-diary-thum-img{ 
  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.card-diary-thum-img {  
 }
} 

/* 共通 */
.single-article-thum-img { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.single-article-thum-img { 
   } 
 }

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .single-article-thum-img{ 
  width: 960px;
  height: 100%;
  max-height: 400px;
  margin: auto;
  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.single-article-thum-img {  
  width: 960px;
  height: 100%;
  max-height: 400px;
  margin: auto;
 }
} 

/* 共通 */
.single-article-info { 
  margin: auto;
  background-color: #fff;
  border-radius: 12px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.single-article-info { 
  box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
  max-width: 327px;
  padding: 24px;
  } 
 }

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .single-article-info{ 
    max-width: 800px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    padding: 32px 40px;
    position: relative;
    top: -40px;

  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.single-article-info { 
  max-width: 800px; 
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  padding: 32px 40px;
  position: relative;
  top: -40px;
 }
} 

/* 共通 */
.categoryandpost-time { 
  display: flex;
  justify-content: space-between;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.categoryandpost-time { 
  } 
 }

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .categoryandpost-time{ 
  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.categoryandpost-time { 
 }
} 

/* 共通 */
.single-article-thum { 
  text-align: center;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
.single-article-thum { 
  } 
 }

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .single-article-thum{ 
  } 
 }

/* PCのみ */
@media only screen and (min-width: 1101px) {
.single-article-thum { 
 }
} 

/* ページャー */

/* 共通 */
.wp-pagenavi { 
  display: flex;
  gap: 12px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wp-pagenavi { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wp-pagenavi { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wp-pagenavi { 
  }
}

/* 共通 */
.wp-pagenavi a { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wp-pagenavi a { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wp-pagenavi a { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wp-pagenavi a { 
  }
}

/* 共通 */
.wp-pagenavi span { 
  color: #6CA02D;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wp-pagenavi span { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wp-pagenavi span { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wp-pagenavi span { 
  }
}

/* 共通 */
.wp-pagenavi a.page { 
  font-weight: bold;
  font-size: 24px;
  color: #484848;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wp-pagenavi a.page { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wp-pagenavi a.page { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wp-pagenavi a.page { 
  }
}

/* 共通 */
.wp-pagenavi .extend { 
  display: none;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wp-pagenavi .extend { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wp-pagenavi .extend { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wp-pagenavi .extend { 
  }
}

/* 共通 */
.wp-pagenavi .first { 
  background-color: #6CA02D;
  width: 42px;
  height: 42px;
  border-radius: 100%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wp-pagenavi .first { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wp-pagenavi .first { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wp-pagenavi .first { 
  }
}

/* 共通 */
.wp-pagenavi .last { 
  background-color: #6CA02D;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-image: url(/wp-content/themes/lightning-pro-child-sample/assets/image/icon_arrow-next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #6CA02D;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wp-pagenavi .last { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wp-pagenavi .last { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wp-pagenavi .last { 
  }
}

/* 共通 */
.wp-pagenavi .first { 
  background-color: #6CA02D;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-image: url(/wp-content/themes/lightning-pro-child-sample/assets/image/icon_arrow-before.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #6CA02D;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wp-pagenavi .first { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wp-pagenavi .first { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wp-pagenavi .first { 
  }
}

/* 共通 */
.wp-pagenavi a { 
  text-decoration: none;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wp-pagenavi a { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wp-pagenavi a { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wp-pagenavi a { 
  }
}

/* 共通 */
.wp-pagenavi a:hover { 
  color: #6CA02D;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wp-pagenavi a:hover { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wp-pagenavi a:hover { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wp-pagenavi a:hover { 
  }
}

/* 共通 */
.wp-pagenavi a:active { 
  color: #6CA02D;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wp-pagenavi a:active { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wp-pagenavi a:active { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wp-pagenavi a:active { 
  }
}

/* 共通 */
.card-article-list { 
  padding: 0px;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card-article-list { 
    max-width: 327px;
    margin: auto;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card-article-list { 
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card-article-list { 
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
  }
}

/* 共通 */
.card-diary-list-item  { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card-diary-list-item { 
    margin-bottom: 48px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card-diary-list-item { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card-diary-list-item { 
  }
}

/* 共通 */
.single-article-thum { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .single-article-thum { 
    margin-top: 16px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .single-article-thum { 
    margin-top: 32px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .single-article-thum { 
    margin-top: 32px;
  }
}

/* 共通 */
.card_recruit_list:hover { 
  background-color: #E1EFD0;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card_recruit_list :hover { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card_recruit_list :hover { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card_recruit_list :hover { 
  }
}

/* 共通 */
.employment＿information_card_large { 
  background-color: #fff;
  border-radius: 12px
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .employment＿information_card_large { 
    box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
    padding: 20px 16px;
    margin-bottom: 48px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .employment＿information_card_large { 
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    padding: 24px;
    margin-bottom: 24px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .employment＿information_card_large { 
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
    padding: 24px;
    margin-bottom: 24px;
  }
}

/* 共通 */
.wysiwyg p { 
  color: #484848;
  line-height: 200%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg p { 
    font-size: 14px;
    margin-bottom: 24px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg p { 
    font-size: 16px;
    margin-bottom: 32px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg p { 
    font-size: 16px;
    margin-bottom: 32px;
  }
}

/* 共通 */
.single-article-title { 
  color: #484848;
  line-height: 150%;
  font-weight: 500;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .single-article-title { 
    font-size: 24px;
    margin-bottom: 32px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .single-article-title { 
    font-size: 32px;
    margin-bottom: 40px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .single-article-title { 
    font-size: 32px;
    margin-bottom: 40px;
  }
}

/* 共通 */
.wysiwyg h2 { 
  color: #484848;
  line-height: 150%;
  font-weight: 700;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg h2 { 
    font-size: 22px;
    margin-bottom: 24px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg h2 { 
    font-size: 24px;
    margin-bottom: 32px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg h2 { 
    font-size: 24px;
    margin-bottom: 32px;
  }
}

/* 共通 */
.wysiwyg h3 { 
  color: #484848;
  font-weight: 700;
  line-height: 150%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg h3 { 
    font-size: 20px;
    margin-bottom: 24px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg h3 { 
    font-size: 20px;
    margin-bottom: 32px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg h3 { 
    font-size: 20px;
    margin-bottom: 32px;
  }
}

/* 共通 */
.wysiwyg h4 { 
  color: #484848;
  line-height: 150%;
  font-weight: 700;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg h4 { 
    font-size: 18px;
    margin-bottom: 24px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg h4 { 
    font-size: 18px;
    margin-bottom: 32px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg h4 { 
    font-size: 18px;
    margin-bottom: 32px;
  }
}

/* 共通 */
.wysiwyg h5 { 
  color: #484848;
  line-height: 150%;
  font-size: 16px;
  font-weight: 700;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg h5 { 
    margin-bottom: 24px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg h5 { 
    margin-bottom: 32px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg h5 { 
    margin-bottom: 32px;
  }
}

/* 共通 */
.wysiwyg h6 { 
  color: #484848;
  line-height: 150%;
  font-size: 16px;
  font-weight: 700;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg h6 { 
    font-size: 14px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg h6 { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg h6 { 
  }
}

/* 共通 */
.wysiwyg a { 
  color: #6CA02D;
  line-height: 200%;
  text-decoration:underline;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg a { 
    font-size: 14px;
    margin-bottom: 24px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg a { 
    font-size: 16px;
    margin-bottom: 32px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg a { 
    font-size: 16px;
    margin-bottom: 32px;
  }
}

/* 共通 */
.wysiwyg a:hover { 
  text-decoration: none;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg a:hover { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg a:hover {
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg a:hover { 
  }
}

/* 共通 */
.wysiwyg p strong { 
  color: #484848;
  font-weight: 200%;
  font-weight: bold;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg p strong { 
    font-size: 14px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg p strong { 
    font-size: 16px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg p strong { 
    font-size: 16px;
  }
}

/* 共通 */
.wysiwyg ul { 
  padding: 16px 20px;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg ul { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg ul { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg ul { 
  }
}

/* 共通 */
.wysiwyg li { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg li  { 
    font-size: 14px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg li  { 
    font-size: 16px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg li  { 
    font-size: 16px;
  }
}

/* 共通 */
.wysiwyg ol { 
  padding: 16px 20px;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg ol  { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg ol  { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg ol  { 
  }
}

/* 共通 */
.wysiwyg blockquote { 
  color: #6CA02D;
  border: none;
  background-color: #FAFFF3;
  padding: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg blockquote { 
    padding: 24px 16px ;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg blockquote { 
    padding: 20px 16px ;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg blockquote { 
    padding: 20px 16px ;
  }
}

/* 共通 */
.wysiwyg blockquote p { 
  font-weight: 500;
  margin: 0px;
  line-height: 200%;
  border-left: 4px solid #6CA02D;
  padding-left: 16px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg blockquote p { 
    font-size: 18px;
    margin-top: 24px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg blockquote p { 
    font-size: 16px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg blockquote p { 
    font-size: 16px;
  }
}

/* 共通 */
.wysiwyg blockquote cite { 
  color: #807E7D;
  line-height: 150%;
  font-weight: 300;
  font-style: normal !important;
  display: block;
  text-align: right;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg blockquote cite { 
    font-size: 14px;
    padding-top: 8px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg blockquote cite { 
    font-size: 16px;
    padding-top: 16px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg blockquote cite { 
    font-size: 16px;
    padding-top: 16px;
  }
}

/* 共通 */
.wp-block-pullquote { 
  padding: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wp-block-pullquote { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wp-block-pullquote { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wp-block-pullquote { 
  }
}

/* 共通 */
.wysiwyg img { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .wysiwyg img { 
    height: 100%;
    padding-bottom: 16px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wysiwyg img { 
    width: 720px;
    height: 100%;
    padding-bottom: 24px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .wysiwyg img { 
    width: 720px;
    height: 100%;
    padding-bottom: 24px;
  }
}

/* 共通 */
.card-diary-article a { 
  text-decoration: none;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card-diary-article a { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card-diary-article a { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card-diary-article a { 
  }
}

/* 共通 */
.hashtag_category a { 
  text-decoration: none;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .ashtag_category a { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .ashtag_category a { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .ashtag_category a { 
  }
}

/* 共通 */
.card-diary-date-time { 
  font-size: 14px;
  color: #484848;
  line-height: 150%;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .card-diary-date-time { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .card-diary-date-time { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .card-diary-date-time { 
  }
}

/* 共通 */
.button_diary { 
  text-align: center;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .button_diary { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .button_diary { 
    margin-top: 40px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .button_diary { 
    margin-top: 40px;
  }
}

/* 共通 */
.privacy_info_list_regular_text { 
  font-size: 14px;
  line-height: 180%;
  color: #484848;
  margin: 0px;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .privacy_info_list_regular_text { 
    padding-left: 24px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .privacy_info_list_regular_text { 
    padding-left: 16px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .privacy_info_list_regular_text { 
    padding-left: 16px;
  }
}

/* 共通 */
.image_for_sp { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .image_for_sp { 
    margin-top: 16px;
    margin-bottom: 48px;
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .image_for_sp { 
    margin-top: 16px;
    margin-bottom: 48px;
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .image_for_sp { 
    display: none;
  }
}

/* 共通 */
.contact_content_list_text { 
  margin: 0px;
  font-size: 14px;
  color: #484848;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .contact_content_list_text { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .contact_content_list_text { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .contact_content_list_text { 
  }
}

/* 共通 */
.contact_content_list { 
  margin-bottom: 1.2em;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .contact_content_list { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .contact_content_list { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .contact_content_list { 
  }
}

/* 共通 */
.BlogArchive__postCardList-card-list { 
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .BlogArchive__postCardList-card-list { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .BlogArchive__postCardList-card-list { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .BlogArchive__postCardList-card-list { 
  }
}

.subSection-title, h3 {
  border: none;
}

h3:after, .subSection-title:after {
  display: none;
}

/* 共通 */
.company_list { 
  border-bottom: 1px solid #bbbb;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .company_list { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .company_list { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .company_list { 
  }
}



/* 共通 */
.sample { 
}

/* スマホのみ */
@media only screen and (max-width: 767px) {
  .sample { 
  } 
}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sample { 
  } 
}

/* PCのみ */
@media only screen and (min-width: 1101px) {
  .sample { 
  }
}
