@charset "UTF-8";
/* -----------------------------------------
 Font family
------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/* -----------------------------------------
 Reset
------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  overflow: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
em {
  font-style: normal;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: .8rem 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
button{
  border: none;
}
/* -----------------------------------------
 基本
------------------------------------------- */
html {
  font-size: 62.5%;
  font-size: calc(1em*.625);  
}
body {
  color: #333;
  background: #fff;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  /* vertical-align: top; */
}
*, *::before, *::after {
  box-sizing: border-box;
}

.pcb-only {
  display: block !important;
}
@media (max-width: 960px){
  .pc-only{
    display: none !important;
  }
  .pcb-only{
    display: none !important;
  }
}
.tab-only {
  display: none;
}
.sp-only {
  display: none !important;
}
.spb-only {
  display: none !important;
}
@media (max-width: 960px){
  .sp-only{
    display: block !important;
  }
  .spb-only{
    display: block !important;
  }
}

/* -----------------------------------------
 リンク
------------------------------------------- */
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  opacity: .7;
  text-decoration: none;
}
a.link-txt:hover {
  text-decoration: underline;
}



/* -----------------------------------------------
共通パーツ
----------------------------------------------- */
.btn__wrapepr{
  display: flex;
  justify-content: center;
  column-gap: 44px;
  margin: 90px 0 75px;
  height:315px;
  text-align: center;
}
.btn__wrapepr.btn__wrapepr2{
  margin: 120px 0;
}
.btn__wrapepr.line-banner-btn__wrapepr a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.btn__wrapepr.line-banner-btn__wrapepr img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.btn__wrapepr.seminar-btn__wrapepr{
  max-width: 539px;
  margin: 0 auto;
  height:auto;
}
.btn__wrapepr.seminar-btn__wrapepr a{
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 65.524%;
  z-index: 1;
  opacity: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.btn__wrapepr.seminar-btn__wrapepr a::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/features/img/cv-btn-01-hover.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.btn__wrapepr.seminar-btn__wrapepr.seminar-btn__wrapepr01 a::after{
  background-image: url(/features/img/cv-btn-01-hover.png);
}
.btn__wrapepr.seminar-btn__wrapepr.seminar-btn__wrapepr02 a::after{
  background-image: url(/features/img/cv-btn-02-hover.png);
}
.btn__wrapepr.seminar-btn__wrapepr.seminar-btn__wrapepr03 a::after{
  background-image: url(/features/img/cv-btn-03-hover.png);
}
.btn__wrapepr.seminar-btn__wrapepr.seminar-btn__wrapepr04 a::after{
  background-image: url(/features/img/cv-btn-04-hover.png);
}
.btn__wrapepr.seminar-btn__wrapepr a:hover img{
  opacity: 0;
  visibility: hidden;
}
.btn__wrapepr.seminar-btn__wrapepr img{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
}
.btn__wrapepr a:hover{
  opacity: 1;
}
.btn__wrapepr .pc-only{
  margin-top: 0;
}
.btn__wrapepr .sp-only{
  margin-top: 0;
}
.btn__search{
  display: inline-block;
  background-color: #C7C7C7;
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  padding: 20px 25px;
  border-radius: 53px;
}
@media (max-width: 960px){
  .btn__wrapepr{
    margin: 25px 20px 35px 5px;
    height: auto;
    flex-direction: column;
    row-gap: 20px;
  }
  .btn__wrapepr.btn__wrapepr2{
    margin: 25px 20px 50px 5px;
  }
  .btn__wrapepr.line-banner-btn__wrapepr{
    max-width: 702px;
    padding: 0 20px 0 5px;
    margin: 25px auto 35px;
  }
  .btn__wrapepr.line-banner-btn__wrapepr a{
    height: auto;
    padding-bottom: 64.53%;
  }
  .btn__booking{
    font-size: 18px;
  }
  .btn__search{
    font-size: 14px;
    margin: 0 20px;
  }
}


/* -----------------------------------------------
main
----------------------------------------------- */
main{
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  line-height: 1.4;

}

.center-item{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

/* コンテンツ幅 */
.l-wrapper{
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px){
  .l-wrapper{
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
  }
}

/* fv */
.fv{
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
  margin-top: 75px;
}
@media (max-width: 750px){
  .sp_fv{
    width: calc(100%-40px);
  }
}

.fv__wrapper li{
  line-height: 0;
  margin-top: 0;
}

.bg_fv_contents .bg_fv_img01{
  position: absolute;
  width: 332px;
  top: -3%;
  left: 37%;
  z-index: -10;
}

@media (max-width: 750px){
  .bg_fv_contents .bg_fv_img01{
    width: 203px;
    top: -1%;
    left: -33%;
  }
}

.bg_fv_contents .bg_fv_img02{
  position: absolute;
  width: 332px;
  top: 69%;
  right: 1%;
  z-index: -10;
}

@media (max-width: 750px){
  .bg_fv_contents .bg_fv_img02{
    width: 203px;
    top: 28%;
    right: -16%;
    z-index: -10;
  }
}

.bg_fv_contents .bg_fv_img03{
  position: absolute;
  width: 332px;
  top: 89%;
  left: 6%;
}

/* cta */
.cta{
  position: fixed;
  bottom: 0;
  right: 3%;
  width: 237px;
  height: auto;
  z-index: 20;
  margin-top: -270px;
  transition: opacity 0.9s ease-in-out, transform 0.9s ease-in-out; /* 時間を長めに設定 */
  transform: scale(1); /* 初期状態のサイズ */
}

@media (max-width: 750px){
  .cta{
    width: 140px;
    margin-top: -140px;
  }
}

/* cta 非表示状態のスタイル */
.hidden {
  opacity: 0;
  transform: scale(0.9) translateY(10px);
  pointer-events: none; /* ボタンが消えた後のクリックを無効にする */
}


/* introduction */
.introduction{
  position: relative;
  background-color: #D2462D;
  margin: 0;
  line-height: 2;
  padding-bottom:80px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
@media (max-width: 750px){
  .introduction{
    padding-bottom:0px;
    font-size: 14px;
  }
  .introduction .l-wrapper{
    width:100%;
  }
  .introduction_text{
    text-align: left;
  }
  
}


small{
  font-size: 12px;
}


.introduction__logo{
  width: 500px;
  margin: 50px 0 0 0;
}

@media (max-width: 750px){
  .introduction__logo{
    width: 250px;
    margin: 30px 0 50px 0;
  }
}

.introduction__inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.introduction__title{
  max-width: 775px;
  text-align: center;
  margin: 100px auto 50px;
}

@media (max-width: 750px){
  .introduction__title{
    margin: 45px auto 40px;
  }
}

.introduction__bg{
  display: flex;
  margin: 0 auto;
}


.introduction__nayami img.inView{
  width:50%;
  height: auto;
  transition: 800ms all ease;
  bottom: 0;
  position: absolute;
}


@media (max-width: 960px){
  .introduction__dattara{
    margin: 50px 0;
  }
}




/* about_cut_illust  */

.about_cut_illust{
  position: relative;
  z-index: 10;
}

.cut_illust{
  position: absolute;
  
}

.left{
  width: 383px;
  top: -138px;
  left: 60px;
}

@media (max-width: 750px){
  .left{
    width: 150px;
    top: -35px;
    left: -24px;
  }
}

.rights{
  width: 268px;
  top: -118px;
  right: 108px;
}

@media (max-width: 750px){
  .rights{
    width: 112px;
    top: -36px;
    right: 6px;
  }
}


/* about  */
.about{
  padding: 90px 160px 80px;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #fedc55 1px, transparent 1px), radial-gradient(circle, #fedc55 1px, transparent 1px);
  background-position: 4px 0, 12px 3px;
  background-size: 16px 6px;
  position: relative;
  margin: 0;
  line-height: 2;
  text-align: center;
  font-size: 20px;
  overflow: hidden;
}

@media (max-width: 750px){
  .about{
    padding: 50px 0 50px;
    font-size: 14px;
    text-align: left;
  }
}

.about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 64px solid #D2462D;
  border-right: 37px solid transparent;
  border-left: 37px solid transparent;
}

@media (max-width: 750px){
  .about::before {
  border-top: 35px solid #D2462D;
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
  }
}


.about__area{
  background-color: #ffffff;
  border: 6px solid #D2462D;
  border-radius:20px;
  width: 100%;
  padding: 80px;
  z-index: 10;
}

@media (max-width: 750px){
  .about__area{
    padding: 15px;
    border: 2px solid #D2462D;
  }
}

.about__title-area{
  padding-top: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about__title{
  color: #231815;
  font-size: 37px;
  font-weight: 700;
  margin: 0 0 65px 0;
  text-align: center;
}
@media (max-width: 750px){
  .about__title{
    font-size: 18px;
    margin: 38px 0 20px 0;
    line-height: 2;
  }
}


.about__title .big{
  color: #D2462D;
  font-size: 67px;
  font-weight: bold;
}

@media (max-width: 750px){
  .about__title .big{
    font-size: 27px;
  }
}

@media (max-width: 360px){
  .about__title .big{
    font-size: 23px;
  }
}


.line_marker{
  background: linear-gradient(transparent 78%, #FAE6B0 70%);
}

.line_dot{
  border-bottom: 3px dotted #D2462D;
}

.about__contents{
  display: flex;
}


.about__contents__img01{
  width: 275px;
}

@media (max-width: 750px){
  .about__contents__img01{
    margin-top:20px;
    width: 100%;
  }
}

.about__contents__img02{
  width:577px;
  padding-top: 70px;
  margin: 0 auto;
}

@media (max-width: 750px){
  .about__contents__img02{
    width:calc(100% - 24px);
    padding-top: 34px;
    margin: 0 auto;
  }
}

.about__contents__text01{
  margin-bottom:45px;
}

@media (max-width: 750px){
  .about__contents__text01{
    margin-bottom:28px;
  }
}

.about__contents__text02{
  margin-bottom:75px;
}

@media (max-width: 750px){
  .about__contents__text02{
    margin-bottom:40px;
  }
}

.about__contents__text03{
  text-align: left;
  padding-left: 20px;
}

@media (max-width: 750px){
  .about__contents__text03{
    padding-left: 0;
  }
}

.about__contents__text-space{
  padding-top: 40px;
}

@media (max-width: 750px){
  .about__contents__text-space{
    padding-top: 25px;
  }
}

.about__contents{
  display: flex;
}


.l-wrapper .bg_img01{
  position: absolute;
  width: 332px;
  top: 14%;
  left: 0;
  z-index: -10;
}

@media (max-width: 750px){
  .l-wrapper .bg_img01{
    width: 203px;
    top: 6%;
    left: 65%;
    z-index: -10;
  }
}

.l-wrapper .bg_img02{
  position: absolute;
  width: 332px;
  top: 40%;
  right: -3%;
  z-index: -10;
}

@media (max-width: 750px){
  .l-wrapper .bg_img02{
    width: 203px;
    top: 43%;
    left: -23%;
    z-index: -10;
  }
}

.l-wrapper .bg_img03{
  position: absolute;
  width: 332px;
  top: 66%;
  left: -3%;
  z-index: -10;
}

@media (max-width: 750px){
  .l-wrapper .bg_img03{
    width: 203px;
    top: 90%;
      left: 66%;
    z-index: -10;
  }
}


/* seminar  */
.seminar{
  position: relative;
  background-color: #D2462D;
  padding: 90px 140px;
  overflow: hidden;
}

@media (max-width: 750px){
  .seminar{
    padding: 90px 0 30px;
  }
}


.seminar__img{
  width: 326px;
  margin: 0 auto;
}
@media (max-width: 960px){
  .seminar{
    padding-top: 10px;
  }
  .seminar__img{
    width: 163px;
  }
}
.seminar__img img{
  width: 100%;
  vertical-align: bottom;
}

.seminar_sub_title_container{
  position: relative;
  z-index: 10;
}

.seminar_sub_title{
  position: absolute;
  width: 262px;
  top: -63px;
  left: 17%;
}

@media (max-width: 760px){
  .seminar_sub_title{
  width: 128px;
  margin: 0 auto;
  top: 0;
  left: 33%;
  }
}


.seminar__in-container{
  display: flex;
  justify-content: center; /* 親要素内で横方向の中央揃え */
  gap: 50px; /* テキストとイラストの間隔を固定 */
  padding: 20px; /* 親要素内の余白を設定 */
}

.seminar__title{
  width: 590px;
  margin: 0 auto;
}

.seminar__cut_illust{
  width: 428px;
  position: absolute;
}

@media (max-width: 760px){
  .seminar__text-section{
    z-index: 30;
  }
  .seminar__in-container{
    display: flex;
    justify-content: center; /* 親要素内で横方向の中央揃え */
    padding: 72px 0 0 48px; /* 親要素内の余白を設定 */
  }

  .seminar__title{
  width: 318px;
  margin: 0 auto;
  }

  .seminar__cut_illust{
    width: 146px;
    position: absolute;
    top: 0;
    left: 62%;
  }
}


.seminar__btn a:link {
    color: #fff;
    text-decoration: none;
  }
  .seminar__btn a:visited {
    color: #fff;
    text-decoration: none;
  }


@media (max-width: 960px){
  .seminar__btn{
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
  }
}

.seminar__btn-box{
  width: 615px;
  display: flex;
  margin: 33px auto 60px;
  font-size: 26px;
  color: #ffffff;
}

@media (max-width: 960px){
  .seminar__btn-box{
    width: 100%;
    display: flex;
    font-size: 13px;
    margin-bottom: 0;
  }
}

.seminar__btn li{
  border-radius: 20px;
  padding: 0 28px;
  margin: 0 14px;
}

@media (max-width: 750px){
  .seminar__btn li{
    width: 100%;
    margin: 0 4px;
    padding: 4px 16px;
    text-align: center;
  }
}

@media (max-width: 360px){
  .seminar__btn li{
    padding: 4px 10px;
  }
}

.btn_private-person{
  background-color: #8FC31F;
}


.btn_local-government{
  background-color: #F8B62D;
}


.btn_company{
  background-color: #2BADD7;
}

.seminar__area-contents{
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  margin: 78px 0 0;
  padding: 58px 50px;
}

@media (max-width: 750px){
  .seminar__area-contents{
    margin: 56px 0 0;
    padding: 25px 20px;
  }
}

.seminar__area-title{
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  margin: 100px 0 0;
  padding: 60px 50px;
}

@media (max-width: 750px){
  .seminar__area-title{
    padding: 15px 10px;
    font-size: 15px;
  }
}

.seminar__private-person__box{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* 必要に応じて設定 */
}

.private-person{
  width: 80%;
  text-align: center;
  color: #8FC31F;
  border: 6px solid #8FC31F;
  position: absolute;
  top: -55px;  /* 見出しを上にずらす */
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff; /* 背景色を親要素と同じにする */
  padding: 10px 20px; /* 必要に応じてパディング調整 */
  border-radius: 30px; /* 角丸を設定 */
  z-index: 10; /* 他の要素よりも前に表示 */
  font-size: 30px;
}

@media (max-width: 750px){
  .private-person{
    width: 270px;
    border: 3px solid #8FC31F; 
    top: -62px;
    padding: 10px 12px; /* 必要に応じてパディング調整 */
    font-size: 15px;
  }
}


.seminar__local-government__box{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* 必要に応じて設定 */
}

.local-government{
  width: 80%;
  text-align: center;
  color: #F8B62D;
  border: 6px solid #F8B62D;
  position: absolute;
  top: -55px; /* 見出しを上にずらす */
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff; /* 背景色を親要素と同じにする */
  padding: 10px 20px; /* 必要に応じてパディング調整 */
  border-radius: 30px; /* 角丸を設定 */
  z-index: 10; /* 他の要素よりも前に表示 */
  font-size: 30px;
}

@media (max-width: 750px){
  .local-government{
    width: 270px;
    border: 3px solid #F8B62D;
    top: -62px;
    padding: 10px 4px; /* 必要に応じてパディング調整 */
    font-size: 15px;
  }
}


.seminar__company__box{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* 必要に応じて設定 */
}

.company{
  width: 80%;
  text-align: center;
  color: #2BADD7;
  border: 6px solid #2BADD7;
  position: absolute;
  top: -55px; /* 見出しを上にずらす */
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff; /* 背景色を親要素と同じにする */
  padding: 10px 20px; /* 必要に応じてパディング調整 */
  border-radius: 30px; /* 角丸を設定 */
  z-index: 10; /* 他の要素よりも前に表示 */
  font-size: 30px;
}

@media (max-width: 750px){
  .company{
    width: 270px;
    border: 3px solid #2BADD7;
    top: -62px;
    padding: 10px 12px; /* 必要に応じてパディング調整 */
    font-size: 15px;
  }
}

.benefits{
  background-color: #ffffff;
  background-image: radial-gradient(circle, #fedc55 1px, transparent 1px), radial-gradient(circle, #fedc55 1px, transparent 1px);
  background-position: 4px 0, 12px 3px;
  background-size: 16px 6px;
  border: 1px solid #231815;
}


.seminar__area-box{
  display: flex;
  padding: 10px 58px;
  align-items: center;
  height: 13vh;
}

@media (max-width: 750px){
  .seminar__area-box{
    display: block;
    padding: 10px 0;
    height: auto;
  }
}


.seminar__area__contents-subtitle{
  border: solid #EFC2AC 1px;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #fedc55 1px, transparent 1px), radial-gradient(circle, #fedc55 1px, transparent 1px);
  background-position: 4px 0, 12px 3px;
  background-size: 16px 6px;
}


.seminar__area__contents-subtitle p{
  width: 72px;
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 750px){
  .seminar__area__contents-subtitle p{
    text-align: center;
    margin: 0 auto;
  }
}

.seminar__area__contents-text{
  padding-left: 20px;
}

@media (max-width: 750px){
  .seminar__area__contents-text{
    padding: 5px 0 0 0;
  }
}

.seminar__area-benefits-title{
  width: 142px;
  position: absolute;
  top: -6%;
  left: 43%;
}

@media (max-width: 750px){
  .seminar__area-benefits-title{
    width: 100px;
    top: -6%;
    left: 36%;
  }
}

.seminar__area-benefits-text{
  font-size: 40px;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 750px){
  .seminar__area-benefits-text{
    font-size: 20px;
  }
}

.seminar__area-benefits-text .txt_26{
  font-size: 26px;
}

@media (max-width: 750px){
  .seminar__area-benefits-text .txt_15{
    font-size: 15px;
  }  
}


.seminar__area-benefits-text span{
  color: #D2462D;
}

.seminar__area-benefits-text .txt_20{
  font-size: 20px;
}

@media (max-width: 750px){
.seminar__area-benefits-text .txt_14{
  font-size: 14px;
  color: #333333;
}
} 

.seminar__area-benefits-img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; /* コンテナの高さを必要に応じて設定 */
  position: relative; 
}

.seminar__area-benefits-img img{
  width: 710px;
  height: auto;
  margin-top: 30px;
}

@media (max-width: 750px){
  .seminar__area-benefits-img img{
    margin-top: 20px;
  }
  } 

a.seminar_btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
  font-size: 28px;
  color: #fff;
	position: relative;
	width: 60%;
  height: 70px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 10rem;
	transition: 0.3s ease-in-out;
}

a.btn_local-government::before{
  /* 擬似要素で三角アイコンをつくる */
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 13px 0 13px 13px;
  display: inline-block;
  width: 0;
  height: 0;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  left: 32px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%); /* translateYのみ */
}

a.seminar_btn:hover {
	box-shadow: 0 0 0;
	transform: translate(5px, 5px);
  color: #fff;
}


a.btn_local-government{
  background-color: #F8B62D;
  box-shadow: 5px 7px 0 #cc9527;
}

.form_private-person,.form_company{
  background-color: #777;
  font-size: 28px;
  color: #fff;
	position: relative;
	width: 60%;
  height: 70px;
	margin: auto;
	padding: 1.6rem 4rem;
	font-weight: bold;
	border-radius: 10rem;
}


@media (max-width: 750px){
  a.btn_local-government {
    font-size: 18px;
    width: 100%;
    height: auto;
    padding: 1rem 2rem;
    border-radius: 2rem;
    color: #fff;
  }

  a.btn_local-government::before {
    border-width: 8px 0 8px 8px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%); /* translateYのみ */
  }

  
  a.btn_local-government{
    background-color: #F8B62D;
    box-shadow: 5px 7px 0 #cc9527;
  }
  

  .form_private-person,.form_company{
    background-color: #777;
    font-size: 18px;
    width: 100%;
    height: auto;
    padding: 1rem 2rem;
    border-radius: 2rem;
  }
}

.form_area-text-bubble{
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

@media (max-width: 750px){
  .form_area-text-bubble{
    font-size: 14px;
    margin: 20px 0 0;
  }
  } 

@media (max-width: 750px){
  .form_area-text-bubble::before,.form_area-text-bubble::after{
    display: none;
  }
} 

.form_area-text-bubble span{
  font-size: 40px;
}

@media (max-width: 750px){
  .form_area-text-bubble span{
    font-size: 28px;
  }
} 



/* form */
.form_area-contents{
  text-align: center;
  margin: 20px auto 0;
}

@media (max-width: 750px){
  .form_area-contents{
    margin: 24px auto 0;
  }
} 

.txt_12{
  font-size: 12px;
  color: #fff;
  margin-top: 30px;
}




/* img-only */
.img-only{
  max-width: 1266px;
  margin: 145px auto 0;
  line-height: 0;
}
.img-only img{
  width: 100%;
}
@media (max-width: 960px){
  .img-only{
    margin: 30px auto 35px;
  }
}



/* spのみの記述 */
@media (max-width: 960px){
  .links__title.-pc{
    display: none;
  }
  .links__block{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* pcのみの記述 */
@media (min-width: 961px){
  .links__title.-sp{
    display: none;
  }
}



.inView{
  opacity: 0;
  position: relative;
  bottom: -30px;
}
.inView.active{
  transition: 400ms all ease;
  opacity: 1;
  bottom: 0px;
  transform: scale(1);
}
.inView.scale{
  transform: scale(1.4);
  bottom: 0px;
}
.inView.scale.active{
  transition: 800ms all ease;
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 960px){
  .inView.scale{
    transform: scale(1.1);
    bottom: 0px;
  }  
  .inView.scale.active{
    transform: scale(0.8);
  }
}

.realityBnrWrap{
  background-color: #FFEDEA;
  padding: 60px 20px;
  margin: 120px auto;
}

.realityBnrWrap a{
  display: block;
  max-width: 958px;
  line-height: 1;
  margin: 0 auto;
}

.realityBnrWrap .pc-only{
  margin: 0 auto;
}

@media (max-width: 960px){
  .realityBnrWrap{
    padding: 40px 20px;
    margin: 50px auto;
  }
  .realityBnrWrap .sp-only{
    margin: 0 auto;
  }
}