/* 共通 ここから*/
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
  margin-bottom: 0;
}

p {
	margin-top: 0;
  margin-bottom: 0;
}

button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 0;
}

h1{
  font-size: calc(1.375rem + 1.5vw);
}
h2{
  font-size: calc(1.375rem + 1.5vw);
}
h3{
  font-size: calc(1.3rem + .6vw);
}
h4{
  font-size: calc(1.275rem + .3vw);
}
h5{
  font-size: 1.25rem;
}
h6{
  font-size: 1rem;
}

ol, ul{
  padding-left: 0;
}

.grad {
  background: linear-gradient(70deg, #37bce7, #187fdb);
  -webkit-background-clip: text;
  color: transparent;
}

.bg-grad{
  background: linear-gradient(140deg, #37bce7, #187fdb);
}

.bg-gray{
  background: #ecf1f4;
}
/* site-header-yoro　cta幅
.header-action-item{
  width: 180px;
}
*/
.drop-shadow {
  filter: drop-shadow(0px 0px 20px #ccc);
}

/* headline 養老Pay用 */
.headline:after{
  content: '';
  display: block;
  width: 80px;
  height: 5px;
  margin: 30px auto 0;
  background: linear-gradient(140deg, #37bce7, #187fdb);
}

/* 共通 ここまで*/

@media (min-width: 768px) {
  body {
    color: #333;
    background: #fff;
    font-family: SourceHanSans, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: normal;
    text-align: justify;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  body {
    color: #333;
    background: #fff;
    font-family: SourceHanSans, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: normal;
    text-align: justify;
    font-size: 0.875rem;
  }

}

@media screen and (max-width: 991px) and (min-width: 768px) {
  body {
    color: #333;
    background: #fff;
    font-family: SourceHanSans, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: normal;
    text-align: justify;
    font-size: 1rem;
  }
  
}

@media (min-width: 768px) {
  .dn-pc{
    display: none;
  }
}

@media (max-width: 767px) {
  .dn-sm{
    display: none;
  }
}

@media (max-width: 991px) {
  .dn-md{
    display: none;
  }
}

@media (min-width: 992px) {
  .dn-lg{
    display: none;
  }
}

/* container */
  .container {
    margin-right: auto;
    margin-left: auto
  }
@media (max-width: 991px) {
 
  main .container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
  }
}
@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1120px
  }
}
@media (min-width:1400px) {
  .container {
    max-width: 1320px
  }
}

/* SP fix footer btn */
@media (max-width: 991px) {
  .fix-btn-bg {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-shadow: 0px -20px 20px -20px rgba(0,0,0,.1);
    
  }

  .fix-btn {
    width: 100%;
    height: 60px;
    padding: 10px;
    background: #fff;
  }

  .fix-btn_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .fix-btn_inner > div {
    width: 100%;
  }

  .fix-btn_inner > button {
    width: calc( ( 100% - 10px) / 2 );
    margin-right: 10px;
  }

  .fix-btn_inner > button:last-child {
    margin-right: 0;
  }

  button.fix-btn_btn01 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc( ( 100% - 10px) / 2 );
    height: 40px;
    border-radius: 20px;
    color: #fff;
    background: #d55b58;
    font-weight: bold;
    transition: 1s;
  }

  button.fix-btn_btn01:after {
    display: block;
    position: absolute;
    content: "";
    top: 15px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  button.fix-btn_btn02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc( ( 100% - 10px) / 2 );
    height: 40px;
    border-radius: 20px;
    background: #005bac;
    color: #fff;
    font-weight: bold;
    transition: 1s;
  }

  button.fix-btn_btn02:after {
    display: block;
    position: absolute;
    content: "";
    top: 15px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  button:hover.fix-btn_btn01,
  button:hover.fix-btn_btn02 {
    opacity: 0.8;
    transition: 1s;
  }
}

@media (min-width: 992px) {
  .fix-btn-bg {
    display: none;
  }
}

/* MV */
.mv-logo{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv-logo >div:first-child{
  width: 20%;
  margin-right: 36px;
}
.mv-logo >div:nth-child(2){
  width: 45%;
}

@media (min-width: 768px) {
  .mv-content{
    width: clamp(250px, 35.93vw, 550px);
  }
}
.mv-catch{
  font-size: clamp(24px, 2.8125vw, 42px);;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .mv-visual {
    background: url("../img/mv-bg-small.webp") no-repeat left bottom;
  }
  .mv-catch{
    font-size: 24px;
  }
  .mv-content {
    margin: 35px auto;
    padding: 0 30px;
  }
  
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mv-visual {
    background: url("../img/mv-bg-small.webp") no-repeat left bottom;
  }
}
@media (min-width: 992px) {
  .mv-visual {
    background: url("../img/mv-bg-large.webp") no-repeat left center;
  }
}

@media (min-width: 769px) {
  .mv-content {
    height: 70vh 
  }
  
  .mv-slide {
    width: 210px;
  }
  
}

.mv-slide {
  padding: 8px;
  background: #000!important;
}

img.yoro--mv--img{
  border-radius: 22px;
}

/* サブタイトル */
@media (max-width: 767px) {
  .sub-title{
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .sub-title{
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 36px;
  }
}

/* 養老Pyaはモバイル商品券プラットフォーム byGMOによって提供されているサービスです */
a.yoro-cta_mv{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 24px;
  background: #fff;
  border: 2px solid #fff;
  color: #005bac;
  font-size: 16px;
  transition: 1s;
}

a:hover.yoro-cta_mv{
  background: #76b5ea;
  border: 2px solid #76b5ea;
  color: #fff;
  transition: 1s;
}
@media (max-width: 768px) {
  a.yoro-cta_mv{
    height: auto;
    padding: 12px 24px;
    line-height: 1.2em;
  }
    
  .top-section01-bg{
    width: 100%;
    background: #005bac;
    color: #fff;
    padding: 36px 0;
  }
  
  .top-section01 >div:first-child{
    width: 100%;
    margin-bottom: 18px;
  }
  
  .top-section01 >div:nth-child(2){
    width: 100%;
  }
  
  .top-section01_title{
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 18px;
  }
  
  .top-section01_text{
    font-weight: normal;
  }
}

@media (max-width: 320px) {
  
  .mv-catch{
    font-size: 21px;
  }
  
  a.yoro-cta_mv{
    font-size: 14px;
  }
  
  .top-section01_title{
    font-size: 1.1em;
  }
  
}

@media (min-width: 769px) {
  .top-section01-bg{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    background: #005bac;
    padding: 45px 0;
    color: #fff;
  }
  
  .top-section01{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .top-section01 >div:first-child{
    width: calc( 60% - 30px );
    margin-right: 30px;
  }
  
  .top-section01 >div:nth-child(2){
    width: 40%;
  }
  
  .top-section01_title{
    font-size: calc(1.25rem + .6vw);
    text-align: center;
    margin-bottom: 18px;
  }
  
  .top-section01_text{
    font-weight: normal;
  }
  
}

/* 養老町独自のデジタル決済サービス「養老Pay」で町のお店と周辺地域の住民を元気に */
.top-sec01_text{
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
}

.top-sec01_img{
  display: flex;
  justify-content: center;
  text-align: center;
}

/* 養老町で実施された給付金事業事例 */
@media (max-width: 767px) {
  .example-bnr{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  
  .example-bnr >a{
    width: calc( ( 100% - 12px ) / 2 );
    margin-right: 12px;
    margin-bottom: 12px;
  }
  
  .example-bnr >a:nth-child(even){
    margin-right: 0;
  }
  
  .example-bnr >a:nth-last-child(2),
  .example-bnr >a:last-child{
    margin-bottom: 0;
  }

}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .example-bnr{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  
  .example-bnr >a{
    width: calc( ( 100% - 24px ) / 3 );
    margin-right: 12px;
    margin-bottom: 12px;
  }
  
  .example-bnr >a:nth-child(3n){
    margin-right: 0;
  }
  
  .example-bnr >a:nth-last-child(3),
  .example-bnr >a:nth-last-child(2),
  .example-bnr >a:last-child{
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .example-bnr{
    display: flex;
    margin-bottom: 60px;
  }
  
  .example-bnr >a{
    width: calc( ( 100% - 60px ) / 6 );
    margin-right: 12px;
  }
  
  .example-bnr >a:last-child{
    margin-right: 0;
  }

}

.example-bnr >a{
    display: block;
    background: #ecf1f4;
    border-radius: 12px;
    border: 1px solid #ecf1f4;
    color: #333;
    transition: 1s;
  }

.example-bnr >a:hover{
  background: #fff;
  transition: 1s;
}

.example-bnr >a img{
  transition: 1s;
}

.example-bnr >a:hover img{
  transform: scale(1.1);
  transition: 1s;
}

.example-bnr_img{
  overflow: hidden;
  margin-bottom: 12px;
}
.example-bnr_text{
  text-align: center;
  padding: 0 12px 12px;
}

/* 養老Pay利用方法・機能を一部ご紹介 */
@media (max-width: 767px) {
  .function-bnr{
    display: flex;
    flex-wrap: wrap;
  }
  
  .function-bnr >a{
    width: calc( ( 100% - 12px ) / 2 );
    min-height: 60px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  
  .function-bnr >a:nth-child(even){
    margin-right: 0;
  }
  
  .function-bnr >a:nth-last-child(2),
  .function-bnr >a:last-child{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .function-bnr{
    display: flex;
    flex-wrap: wrap;
  }
  
  .function-bnr >a{
    width: calc( ( 100% - 24px ) / 3 );
    margin-right: 12px;
    margin-bottom: 12px;
  }
  
  .function-bnr >a:nth-child(3n){
    margin-right: 0;
  }
  
  .function-bnr >a:nth-last-child(3),
  .function-bnr >a:nth-last-child(2),
  .function-bnr >a:last-child{
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .function-bnr{
    display: flex;
  }
  
  .function-bnr >a{
    width: calc( ( 100% - 60px ) / 6 );
    margin-right: 12px;
  }
  
  .function-bnr >a:last-child{
    margin-right: 0;
  }

}

.function-bnr >a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(140deg, #37bce7, #187fdb);
  padding: 12px;
  border-radius: 12px;
  color: #fff;
  transition: 1s;
}

.function-bnr >a::after{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 1s;
  opacity: 0;
  background: linear-gradient(140deg, #187fdb, #37bce7);
  border-radius: 12px;
}

.function-bnr >a:hover::after{
  opacity: 1;
}

.function-bnr >a >span{
  position: relative;
  z-index: 2;
}

/*モバイル商品券プラットフォーム byGMOは初期開発コスト0円でお手軽に始められます。*/

@media (max-width: 767px) {
  .headline-noborder{
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .yoro-cta{
    position: relative;
    z-index: 1;
    display: block;
  }
  
  .yoro-cta >a{
    width: 100%;
  }
  
  .yoro-cta >a:first-child{
   margin-bottom: 24px;
  }
  
  a.yoro-cta_doc{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #005bac;
    border: 2px solid #005bac;
    color: #fff;
    font-size: 16px;
    transition: 1s;
  }
  
  a:hover.yoro-cta_doc{
    background: #76b5ea;
    border: 2px solid #76b5ea;
    color: #fff;
    transition: 1s;
  }
  
  a.yoro-cta_ask{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #fff;
    border: 2px solid #005bac;
    color: #005bac;
    font-size: 16px;
    transition: 1s;
  }
  
  a:hover.yoro-cta_ask{
    background: #76b5ea;
    border: 2px solid #76b5ea;
    color: #fff;
    transition: 1s;
  }
  
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .headline-noborder{
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 42px;
    text-align: center;
  }
  
  .yoro-cta{
    position: relative;
    z-index: 1;
    display: flex;
  }
  
  .yoro-cta >a{
    width: calc( ( 100% - 24px ) / 2 );
  }
  
  .yoro-cta >a:first-child{
    margin-right: 24px;
  }
  
  a.yoro-cta_doc{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    background: #005bac;
    border: 2px solid #005bac;
    color: #fff;
    font-size: 18px;
    transition: 1s;
  }
  
  a:hover.yoro-cta_doc{
    background: #76b5ea;
    border: 2px solid #76b5ea;
    color: #fff;
    transition: 1s;
  }
  
  a.yoro-cta_ask{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    background: #fff;
    border: 2px solid #005bac;
    color: #005bac;
    font-size: 18px;
    transition: 1s;
  }
  
  a:hover.yoro-cta_ask{
    background: #76b5ea;
    border: 2px solid #76b5ea;
    color: #fff;
    transition: 1s;
  }
}
@media (min-width: 992px) {
  
  .headline-noborder{
    font-size: 36px;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
  }
  
  .yoro-cta{
    position: relative;
    z-index: 1;
    display: flex;
  }
  
  .yoro-cta >a{
    width: calc( ( 100% - 24px ) / 2 );
  }
  
  .yoro-cta >a:first-child{
    margin-right: 24px;
  }
  
  a.yoro-cta_doc{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    background: #005bac;
    border: 2px solid #005bac;
    color: #fff;
    font-size: 24px;
    transition: 1s;
  }
  
  a:hover.yoro-cta_doc{
    background: #76b5ea;
    border: 2px solid #76b5ea;
    color: #fff;
    transition: 1s;
  }
  
  a.yoro-cta_ask{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    background: #fff;
    border: 2px solid #005bac;
    color: #005bac;
    font-size: 24px;
    transition: 1s;
  }
  
  a:hover.yoro-cta_ask{
    background: #76b5ea;
    border: 2px solid #76b5ea;
    color: #fff;
    transition: 1s;
  }
}

/* 養老町インタビュー */
@media (min-width: 768px) {}
@media (max-width: 767px) {}
@media (max-width: 320px) {}
@media screen and (max-width: 991px) and (min-width: 768px) {}
@media (max-width: 991px) {
  .intervew-box{
    display: block;
    margin-bottom: 24px;
  }
  
  .intervew-box >div:first-child{
    margin-bottom: 24px;
  }
  
  .intervew-box >div:first-child img{
    box-shadow: 8px 16px 32px rgba(0, 0, 0, 0.1);
  }
  
  .intervew-box >div:nth-child(2){
  }
 
  .faq-box{
    margin-bottom: 48px;
  }
  
  div:last-child.faq-box{
    margin-bottom: 0;
  }
  
  .faq-box_icon_q{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-right: 13px;
    padding: 5px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 6px;
  }
  
  .faq-box_q_bg{
    display: flex;
  }
  
  .faq-box_q{
    display: inline-flex;
    align-items: center;
    position: relative;
    width: calc( 100% - 70px );
    min-height: 70px;
    margin-bottom: 1em;
    padding: 12px;
    border-radius: 6px;
    background: #dce5eb;
  }
  
  .faq-box_q::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 10px solid #dce5eb;
  }
  
  .faq-box_q >span{
    display: block;
    line-height: 1.2em;
    font-size: 18px;
  }
  
  .faq-box_icon_a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-left: 13px;
  }
  
  .faq-box_a_bg{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  
  .faq-box_a{
    display: inline-flex;
    align-items: center;
    position: relative;
    width: calc( 100% - 70px );
    min-height: 70px;
    padding: 12px 12px 24px;
    border-radius: 6px;
    background: #187fdb;
  }
  
  .faq-box_a::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 10px solid #187fdb;
  }
  
  .faq-box_a >div >span{
    display: block;
    line-height: 1.4em;
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .intervew-box{
    display: flex;
    align-items: center;
    margin-bottom: 42px;
  }
  
  .intervew-box >div:first-child{
    width: calc( 30% - 30px );
    margin-right: 30px;
  }
  
  .intervew-box >div:first-child img{
    box-shadow: 8px 16px 32px rgba(0, 0, 0, 0.1);
  }
  
  .intervew-box >div:nth-child(2){
    width: 70%;
  }
  
  .faq-box{
    margin-bottom: 60px;
  }
  
  div:last-child.faq-box{
    margin-bottom: 0;
  }
  
  .faq-box_icon_q{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-right: 18px;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 6px;
  }
  
  .faq-box_q_bg{
    display: flex;
  }
  
  .faq-box_q{
    display: inline-flex;
    align-items: center;
    position: relative;
    min-height: 100px;
    margin-bottom: 1.5em;
    padding: 12px 24px;
    border-radius: 6px;
    background: #dce5eb;
  }
  
  .faq-box_q::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #dce5eb;
  }
  
  .faq-box_q >span{
    display: block;
    line-height: 1.2em;
    font-size: 24px;
  }
  
  .faq-box_icon_a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-left: 18px;
  }
  
  .faq-box_a_bg{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  
  .faq-box_a{
    display: inline-flex;
    align-items: center;
    position: relative;
    width: calc( 100% - 100px );
    min-height: 100px;
    padding: 36px 24px;
    border-radius: 6px;
    background: #187fdb;
  }
  
  .faq-box_a::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #187fdb;
  }
  
  .faq-box_a >div >span{
    display: block;
    line-height: 1.2em;
    font-size: 24px;
    color: #fff;
    margin-bottom: 24px;
  }
}

.label_text{
  display:none;
}

.continue_button {
  display:none;
}


.post_text {
  max-height: 40px;
  overflow: hidden;
}

.continue_button {
  display: block;
  margin: 24px auto 0 auto;
  text-align: center;
}

.continue_button label {
  padding: 12px;
  box-sizing: border-box;
  border: solid 1px #005bac;
  color: #005bac;
  border-radius: 3px;
  cursor: pointer;
}

input:checked + div {
  display: block;
}

input:checked + div > .post_text {
  overflow: visible;
  max-height: initial;
  max-height: auto;
}

input:checked + div > .continue_button {
  display:none;
}

/* 養老町で実施された給付金事業事例　一覧 */

@media (min-width: 768px) {
  .example-box{
    background: #ecf1f4;
    padding: 36px;
    margin-bottom: 42px;
    border-radius: 12px;
  }
  
  div.example-box:last-child{
    margin-bottom: 0;
  }
  
  .example-box_list{
    display: flex;
    width: 100%;
  }
  
  .example-box_list >div:first-child{
    width: 15%;
    margin-right: 36px;
  }
  
  .example-box_list >p:last-child{
    width: calc( 85% - 36px );
  }
}
@media (max-width: 767px) {
  .example-box{
    background: #ecf1f4;
    margin-bottom: 36px;
    border-radius: 12px;
  }
  
  div.example-box:last-child{
    margin-bottom: 0;
  }
  
  .example-box_list >p:last-child{
    padding: 24px;
  }
}

/* 養老Pay機能例　一覧 */

@media (min-width: 768px) {}
@media (max-width: 767px) {
  .function-box{}
  
  .function-box >div{
    width: 100%;
    padding: 24px;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 12px;
  }
  .function-box >div:last-child{
    margin-bottom: 0;
  }
  
  .function-box_title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(140deg, #37bce7, #187fdb);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
    padding: 12px 0;
    line-height: 1.2em;
    border-radius: 12px;
  }
}
@media (max-width: 320px) {}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .function-box{
    display: flex;
    flex-wrap: wrap;
  }
  
  .function-box >div{
    width: calc( ( 100% - 12px ) / 2 );
    padding: 24px;
    margin-right: 12px;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 12px;
  }
  
  .function-box >div:nth-child(2n){
    margin-right: 0;
  }
  
  .function-box >div:nth-child(5),
  .function-box >div:nth-child(6){
    margin-bottom: 0;
  }
  
  .function-box_title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(140deg, #37bce7, #187fdb);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
    min-height: 60px;
    line-height: 1.2em;
    border-radius: 12px;
  }
}
@media (max-width: 991px) {}
@media (min-width: 992px) {
  .function-box{
    display: flex;
    flex-wrap: wrap;
  }
  
  .function-box >div{
    width: calc( ( 100% - 24px ) / 3 );
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 24px;
    background: #fff;
    border-radius: 12px;
  }
  
  .function-box >div:nth-child(3n){
    margin-right: 0;
  }
  
  .function-box >div:nth-child(4),
  .function-box >div:nth-child(5),
  .function-box >div:nth-child(6){
    margin-bottom: 0;
  }
  
  .function-box_title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(140deg, #37bce7, #187fdb);
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 12px;
    min-height: 70px;
    line-height: 1.2em;
    border-radius: 12px;
  }
}

/* アンカーリンクのマージン */
@media (max-width: 767px) {
  #about,
  #interview,
  #feature,
  #result{
    margin-top: -67px;
    padding-top: 67px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #about,
  #interview,
  #feature,
  #result{
    margin-top: -67px;
    padding-top: 67px;
  }
}

@media (min-width: 992px) {
  #about,
  #interview,
  #feature,
  #result{
    margin-top: -108px;
    padding-top: 108px;
  }
}

@media (max-width: 767px) {
  #example01,
  #example02,
  #example03,
  #example04,
  #example05,
  #example06{
    margin-top: -103px;
    padding-top: 103px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #example01,
  #example02,
  #example03,
  #example04,
  #example05,
  #example06{
    margin-top: -103px;
    padding-top: 103px;
  }
}

@media (min-width: 992px) {
  #example01,
  #example02,
  #example03,
  #example04,
  #example05,
  #example06{
    margin-top: -150px;/*42px+108px */
    padding-top: 150px;
  }
}


@media (max-width: 767px) {
  #function01,
  #function02,
  #function03,
  #function04,
  #function05,
  #function06{
    margin-top: -103px;/*12px+67px*/
    padding-top: 103px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #function01,
  #function02,
  #function03,
  #function04,
  #function05,
  #function06{
    margin-top: -103px;
    padding-top: 103px;
  }
}

@media (min-width: 992px) {
  #function01,
  #function02,
  #function03,
  #function04,
  #function05,
  #function06{
    margin-top: -144px;
    padding-top: 144px;
  }
}

/* 続きを見る　アコーディオン */

.accordion-bg{
  color: #fff;
}

.accordion {
  position: relative;
}

.accordion-btn {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -3em;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  border: 1px solid #187fdb;
  color: #187fdb;
  cursor: pointer;
  padding: 5px 15px;
  text-align: center;
  transition: all .2s;
  width: fit-content;
  z-index: 1;
  border-radius: 6px;
}

.accordion-btn::after {
  content: "続きを読む";
}

.accordion-text {
  overflow: hidden;
  position: relative;
}

.accordion-btn.is-show {
  bottom: -3em;
}

.accordion-btn.is-show::after {
  content: "閉じる";
}

.accordion-btn.is-show + .accordion-text::before {
  display: none;
}

@media (max-width: 991px) {
  .accordion-text.is-hide {
    height: 45px;
  }
}
@media (min-width: 992px) {
  .accordion-text.is-hide {
    height: 50px;
  }
}

@media (max-width: 991px) {
  .accordion-bg{
    
  }
  
}

@media (min-width: 992px) {
  
  .accordion-bg{
   
  }

}

.header-drawer-logo{
  background: #fff;
  padding: 15px;
  border-radius: 6px;
}

/* 20241218 テキストからロゴに変更 */
.heading-title-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.heading-title__logo-sm {
  width: 460px;
  height: auto;
  margin: 0 13px;
}

.heading-title__text-sm {
}

@media (max-width: 768px) {
  .heading-title-sm {
    flex-direction: column;
  }

  .heading-title__logo-sm {
    width: 360px;
    max-width: 100%;
    height: auto;
    margin: 11px 0;
  }

  .heading-title__text-sm {
  }

}

.heading-title-xs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.heading-title__logo-xs {
  width: 266px;
  height: auto;
  margin: 0 8px 0 0;
}

.heading-title__text-xs {
}

@media (max-width: 768px) {
  .heading-title-xs {
    flex-direction: column;
  }

  .heading-title__logo-xs {
    width: 266px;
    max-width: 100%;
    height: auto;
    margin: 0 0 8px 0;
  }

  .heading-title__text-xs {
  }
}

.heading-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.heading-title__logo {
  width: 640px;
  height: auto;
  margin: 0 19px 0 0;
}

.heading-title__text {
  font-size: 36px;
}

@media (max-width: 768px) {
  .heading-title {
    flex-direction: column;
  }

  .heading-title__logo {
    width: 360px;
    max-width: 100%;
    height: auto;
    margin: 0 0 11px 0;
  }

  .heading-title__text {
    font-size: 24px;
  }
}

/* 20250130追記 */
.mv-tv-bnr{
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.border{
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .mv-tv-bnr-bg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: clamp(250px, 35.93vw, 550px);
  }
  
  .mv-tv-bnr img{
  width: min( 70%, 370px );
  height: auto;
}

}

@media (max-width: 767px) {
  .mv-tv-bnr-bg {
    margin: 35px auto;
    padding: 0 30px;
  }
  
}




@media (min-width: 768px) {}
@media (max-width: 767px) {}
@media (max-width: 320px) {}
@media screen and (max-width: 991px) and (min-width: 768px) {}
@media (max-width: 991px) {}
@media (min-width: 992px) {}
















