/*
*{
    outline: 2px red solid;
}
*/
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 100;
}
#pc-menu a{
    padding-bottom: 5px;
    background-image: linear-gradient(#17a34a, #17a34a);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s;
    font-weight: 600;
}
#pc-menu a:hover {
  background-position: bottom left;
  background-size: 100% 2px;
}
.hero{
	background-image: linear-gradient(rgb(0 0 0 / 14%), rgb(0 0 0 / 5%)), url(../img/hero-bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.hero.nagano{
	background-image: url(../img/main-nagano.jpg);
		background-image: url(../img/main-nagano.jpg);
}
.hero-inner{
	width: 100%;
	height: 100%;
}
.hero:before{
    background: #17a34a;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: 1s;
    transform: translate(0%, 0%);
    z-index: 100;
}
.hero.show:before{transform: translate(100%, 0);}
.hero-text-area{top: 16%;}
.ico-no1{
    width: 330px;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(255, 255, 255, 0.8));
    filter: drop-shadow(0px 2px 2px rgba(255, 233, 154, 17)) drop-shadow(0px 2px 2px rgba(255, 233, 154, 17));
}
.hero h1 {
	width: 98%;
	max-width: 1440px;
	margin-top: 26%;
	line-height: 1.5;
	text-shadow: 2px 2px 5px #333;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
.hero.nagano .text-reed{
	text-shadow: 1px 1px 5px #fff, 2px 2px 7px #fff, 2px 2px 7px #FFF, 3px 3px 34px #FFF;
}
.ico-27 {
    position: absolute;
    top: -20px;
    right: 200px;
    transform: rotate(20deg);
}
.hero-text-price{
	width: 98%;
	max-width: 1440px;
	margin-top: -8vh;
	text-shadow: 2px 2px 5px #333;
}
.hero-text-price .text-orange-500{
	text-shadow: 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #FFF;
}
.scroll {
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  margin-top: 50px;
  position: relative;
  width: 50px;
}
.scroll span {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 33%;
  transform: rotate(-45deg);
  width: 10px;
}
.scroll::before{
    animation: scroll 2s infinite;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #17a34ab3;
    content: "";
    height: 50px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 20px rgba(28, 180, 211, .5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#banner{ margin-top: 100vh;}
.flow-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 4px #ccc;
    padding: 20px 0 0;
    position: relative;
}
.flow-item img{
    border-radius: 0 0 20px 20px;
    object-fit: cover;
}

.feature-box{
	border: 2px solid #ea580b;
	background: #fff;
	padding: 0;
}
.feature-box h3{
    background: #ea580b;
    border-bottom: 2px solid #ea580b;
    color: #fff;
    font-size: 1.125rem;
    padding: 0.3rem 1rem 0.3rem 60px;
    position: relative;
    overflow: hidden;
}
.feature-box h3:before{
    position: absolute;
    top: -150%;
    left: -100px;
    width: 150px;
    height: 250%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #fff;
}
.feature-box h3 span{
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 0;
    display: block;
    padding-top: 3px;
    padding-left: 10px;
    color: #ea580b;
    font-size: 1.3rem;
}
.feature-box p{
    padding: 10px 20px;
}
.fukidashi-box01{
    position: relative;
    padding: 2rem 3rem;
    border-radius: 10px;
    border: 3px solid #17a34a;
    box-shadow: 5px 5px 0px #17a34a;
    background-color: #fff;
    height: fit-content;
	 height: -moz-fit-content;
}
.fukidashi-box01:before {
	position: absolute;
	top: 100%;
	left: 50px;
	transform: skew(-25deg);
	height: 25px;
	width: 15px;
	border-right: 8px solid #17a34a;
	background-color: #fff;
	content: "";
}
.fukidashi-box01 p {
	line-height: 1.5;
}
.tuyomi-box{
    border: 2px solid #17a34a;
    background: #17a34a;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    padding: 0.85rem 0.5rem 0.85rem 90px;
    text-align: left;
    display: flex !important;
    align-items: center;
}
.tuyomi-item:first-of-type .tuyomi-box{padding: 0.25rem 0.5rem 0.25rem 90px;}

.tuyomi-box:before{
    position: absolute;
    top: -150%;
    left: -80px;
    width: 160px;
    height: 250%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #fff;
}
.tuyomi-box span{
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 0;
    display: block;
    padding-top: 3px;
    padding-left: 8px;
    color: #17a34a;
    font-size: .8rem;
}
.tuyomi-box:hover{color: #17a34a;}

.w-makasetekun{
	width: 22rem;
	border-radius: 50%
}
.fukidashi-box02 span, .fukidashi-box03 span{
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
    position: relative;
    text-shadow: 0 0 5px #ccc;
    padding: 0.3em 0.5em;
    background: rgb(255, 250, 90);
    width: 150px;
    text-align: center;
}
.fukidashi-box02 span:before, .fukidashi-box03 span:before{
  content: "";
  position: absolute;
  background: #9de5ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.fukidashi-box02:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #dcfce7;
}
.fukidashi-box03:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #dcfce7;
}
.tuyomi-title{
    font-size: 1.6rem;
    line-height: 2.2rem;
}
.tuyomi-title span.sono{
    position: relative;
    width: fit-content;
    padding: 12px 20px;
    color: #ffffff;
    font-size: .9rem;
    line-height: 1;
    border-radius: 10px;
    background-color: #17a34a;
    margin: -90px 0 20px 0;
    display: block;
}
.tuyomi-title span.sono:after{
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    z-index: -1;
    width: 20px;
    height: 12px;
    transform: translateX(-50%);
    box-sizing: border-box;
    background-color: #17a34a;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.lineMarker {
background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,90) 10%);
background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,90) 10%);
background-image: linear-gradient(left, transparent 50%, rgb(255,250,90) 10%);
background-repeat: repeat-x;
background-size: 200% .7em;
background-position: 0 .8em;
transition: all 1.2s ease;
font-weight: bold;
}
.lineMarker.scroll-in{
background-position: -100% 0.7rem;
}
.picture{
    position: relative;
    overflow: hidden;
}
.picture:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: 1.5s;
    transform: translate(0%, 0%);
    background: #fff;
}
.picture.scroll-in:before{transform: translate(100%, 0);}
.feature-area{overflow: hidden;}
.reason01:before, .reason03:before, .reason05:before, .reason07:before{
    content: '';
    background: #17a34a;
    position: absolute;
    top: -40px;
    left: -40px;
    width: calc(100% + 25px);
    height: calc(100% + 40px);
    border-radius: 30px 0 0 30px;
}
.reason02:before, .reason04:before, .reason06:before, .reason08:before{
    content: '';
    background: #17a34a;
    position: absolute;
    top: -40px;
    right: -20px;
    width: calc(100% + 20px);
    height: calc(100% + 40px);
    border-radius: 0 30px 30px 0;
}
.reason01 .xl\:w-1\/2:first-of-type:before,
.reason03 .xl\:w-1\/2:first-of-type:before,
.reason05 .xl\:w-1\/2:first-of-type:before,
.reason07 .xl\:w-1\/2:first-of-type:before{
    content: '';
    background: #fff;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 200%;
    height: 115%;
    border-radius: 30px 0 30px 30px;
    box-shadow: 5px 5px 0px #dae1dd;
}
.reason02 .xl\:w-1\/2:first-of-type:before,
.reason04 .xl\:w-1\/2:first-of-type:before,
.reason06 .xl\:w-1\/2:first-of-type:before,
.reason08 .xl\:w-1\/2:first-of-type:before{
    content: '';
    background: #fff;
    position: absolute;
    top: -30px;
    right: -10px;
    width: 200%;
    height: 110%;
    border-radius: 0 30px 30px 30px;
    box-shadow: -5px 5px 0px #dae1dd;
}
#reason02, #reason03, #reason04,#reason05, #reason06, #reason07, #reason08{padding-top: 30px;}
/**/
.jirei_list{
    position: relative;
    max-width: 1220px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 120px 0;
}
.column-jirei{
    width: 1080px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 45px;
    position: relative;
    text-align: left;
}
.column-jirei:nth-child(odd) {
    margin-right: auto;
    padding: 60px 200px 60px 60px;
}
.column-jirei:nth-child(even) {
    margin-left: auto;
    padding: 60px 60px 60px 60px;
}
.jirei-head{
    align-items: center;
    margin-bottom: 15px;
}
.label {
    background-color: #17a34a;
    border-radius: 20px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 41px;
    text-align: center;
    width: 92px;
}
.column-jirei .ttl{
    position: relative;
    font-size: 2.4rem;
    font-weight: 600;
    color: #17a34a;
}
.column-jirei .txt {
    margin-top: 20px;
    line-height: 2;
}
.column-jirei:nth-child(even) .txt{
    padding-left: 130px;
}
.column-jirei img {
    position: absolute;
    border-radius: 45px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
    transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
    transition: opacity 1s 0.5s, transform 1s 0.5s;
    transition: opacity 1s 0.5s, transform 1s 0.5s, -webkit-transform 1s 0.5s;
}
.column-jirei:nth-child(even) img{
    left: -160px;
    bottom: -130px;
}
.column-jirei:nth-child(odd) img{
    right: -140px;
    bottom: -90px;
}
.cv, .cpa {
    background: yellow;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    line-height: 1.2;
}
.cv{
    top: 20px;
    right: 180px;
}
.cpa{
    right: 30px;
    top: 20px;
}
.cv p, .cpa p {
    font-size: 1.8rem;
}
.cv p span, .cpa p span{
    font-size: 0.7rem;
}
/**/
.slider-container {
      display: flex;
      flex-direction: column;
      gap: 20px;
}
.slider {
      overflow: hidden;
      white-space: nowrap;
      height: 80px;
      position: relative;
}
.slide-track {
      display: flex;
     align-items:center;
     width: max-content;
      animation-timing-function: linear;
}
.slide {
      display: flex;
      align-items:center;
      flex-shrink: 0;
}
    /* 上段：左→右 */
    .scroll-left .slide-track {
      animation: slide-left 30s linear infinite;
    }
    /* 下段：右→左 */
    .scroll-right .slide-track {
      animation: slide-right 30s linear infinite;
    }
	/* 長野　上段：左→右 */
	.scroll-left .slide-track.nagano {
	  animation: slide-left 40s linear infinite;
	}
	/* 長野　下段：右→左 */
	.scroll-right .slide-track.nagano {
	  animation: slide-right 40s linear infinite;
	}
    @keyframes slide-left {
      0% { transform: translateX(0%); }
      100% { transform: translateX(-50%); }
    }
    @keyframes slide-right {
      0% { transform: translateX(-50%); }
      100% { transform: translateX(0%); }
    }
.icon {
      height: 60px;
      width: auto;
      margin: 0 40px;
      flex-shrink: 0;
}
.icon-xsmall {
  height: 35px;
}
.icon-small {
  height: 40px;
}
.icon-medium {
  height: 50px;
}
.icon-large {
  height: 80px;
}

.hero-bg {
    background-image: linear-gradient(90deg, rgb(49 171 184), rgb(121 202 113));
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-bg before{
content:'';
background: url(../image/index/button-grid-bg.jpg) no-repeat;
    background-position: center;
    background-size: 240px;
}
/* General styling for call-to-action buttons for smooth transitions and shadow */
        .cta-button {
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }
        .section-title {
            font-weight: 900;
            letter-spacing: 1.5px;
        }
        .icon-box {
            background: #f0f4ff;
        }
/* For the FAQ accordion, initially hide the answer content */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.faq-question[aria-expanded="true"] svg {
    transform: rotate(180deg);
}
/**/
.colum-area{
    width: 90%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 40px;
    background-color: #f0f8f3;
    font-size: 30px;
    border-radius: 3px;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-content{
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    width: 80%;
	max-width:1080px;
    position: relative;
}
.close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}
.colum-box{
    background: #fff;
    text-align: left;
    height: 100%;
}
.colum-box h3{
    font-size: 1rem;
    padding: 7%;
}
.popup-content p{font-size: 1rem;}
/**/
textarea {
    resize: vertical;
    width: 100% !important;
    height: 120px !important;
    background: transparent !important;
}
input{background: transparent !important;}
#mfp_loading_screen{z-index: -1;}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
	box-shadow: 0px 1px 3px #CCC inset;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: solid 1px #EEE;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td{
    text-align: left;
    font-size: 14px;
    border-top: solid 1px #CCC;
    padding: 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div#mfp_overlay_inner h4{
    text-align: center;
    padding: 15px 0;
}
div.mfp_err{
    clear: both;
    display: none;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 3px 0px 5px 30px;
    color: #c00;
    font-size: 13px;
    line-height: normal;
    background-image: url(../img/era.jpg);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    background-size: 25px 25px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div.mfp_buttons{
    clear: both;
    padding: 10px 0px;
    text-align: center;
    margin-top: 30px;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
    border-radius: 5px;
    padding: 5px 10px;
    border: solid 1px #CCC;
    background: #ccc;
    font-size: 1rem;
    cursor: pointer;
    outline: none;
}
#mfp_button_send{
    background: #17a34a;
    color: #fff;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
.mfp_element_all {
	max-width: 100%;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
div.mfp_ok {
	border-radius: 5px;
	background-color: #090;
	border: solid 1px #090;
	display: inline-block;
	line-height: 1.5em;
	padding: 0px 5px;
	margin: 0px 2px;
	color: #FFF;
	font-size: 10px;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	display: none;
}
.example{
    font-size: 0.8rem;
    vertical-align: top;
    font-weight: 900;
}
.example-note{
    position: absolute;
    left: 7%;
    top: 105%;
}
@media screen and (max-width: 1280px){
	.hero h1{width: 94%;margin-top: 40vh;font-size: 2.6rem;}
	.hero-text-area{top: 17%;}
	.hero-text-area{width: 94%;margin: 0 auto;}
	.hero.nagano .text-reed{font-size: 3.2rem;line-height: 1.1 !important;}
	.ico-no1{width: 20% !important;}
	.ico-27{top: 0;}
	.hero-text-price{width: 94%;}
	.column-jirei:nth-child(odd){padding: 50px 280px 50px 50px;}
	.column-jirei:nth-child(odd) img{right: -60px;bottom: -120px;}
	.column-jirei:nth-child(even){padding: 50px 50px 50px 50px;}
	.column-jirei:nth-child(even) img{left: -60px;bottom: -140px;}
	.column-jirei:nth-child(even) .txt{padding-left: 230px;}

	.reason01:before, .reason03:before, .reason05:before, .reason07:before,
	.reason02:before, .reason04:before, .reason06:before, .reason08:before{content : none;}
	.reason01 .xl\:w-1\/2:first-of-type:before, .reason03 .xl\:w-1\/2:first-of-type:before, .reason02 .xl\:w-1\/2:first-of-type:before,
	.reason01 .xl\:w-1\/2:first-of-type:before, .reason03 .xl\:w-1\/2:first-of-type:before, .reason04 .xl\:w-1\/2:first-of-type:before, .reason05 .xl\:w-1\/2:first-of-type:before, .reason07 .xl\:w-1\/2:first-of-type:before{content :none;}
	.reason01,.reason02, .reason03, .reason04, .reason05, .reason06, .reason07, .reason08{margin-top: 0 !important;}
	.feature2:before{right: 0;width: 100%;}
	.feature2 .xl\:w-1\/2:first-of-type:before{right: 15px;}

	.reason01,.reason02, .reason03, .reason04, .reason05, .reason06, .reason07, .reason08 {
    position: relative;
    padding: 2rem 3rem;
    border-radius: 10px;
    border: 3px solid #17a34a;
    box-shadow: 5px 5px 0px #17a34a;
    background-color: #fff;
    height: fit-content;
    }
}
@media screen and (max-width: 1024px){
	.hero{background-image: linear-gradient(rgb(0 0 0 / 14%), rgb(0 0 0 / 5%)), url(../img/main-sp.jpg);}
	.hero.nagano{background-image: url(../img/main-nagano-sp.jpg);}
	.hero h1{line-height: 1.4;margin-top: 35vh;}
	.hero h1 span{display: block;font-size: 4rem;margin: 0.5% 0;}
	.container{width: 96% !important;}
}
@media screen and (max-width: 820px){
	.ico-27{right: 0;}
	.column-jirei:nth-child(odd), .column-jirei:nth-child(even){padding: 40px;}
	.column-jirei .ttl{font-size: 1.6rem;}
	.column-jirei:nth-child(odd) img, .column-jirei:nth-child(even) img{position: static;}
	.column-jirei:nth-child(even) .txt{padding:0;}
	.cv, .cpa{width: 100px;height: 100px;}
	.cv p, .cpa p{font-size: 1.3rem;-webkit-font-feature-settings: "palt";font-feature-settings: "palt";}
	.jirei_list{gap: 30px 0;}
}
@media screen and (max-width: 640px){
	.hero h1{margin-top:70%;font-size: 1.4rem;}
	.hero h1 span{font-size: 2rem;}
	.hero-text-area{top: 18%;}
	.hero.nagano .text-reed{font-size: 1.6rem;}
	.hero-text-price{margin-top: 6%;}
	.ico-27{top: -30px;right:0;}
	.reason01,.reason02, .reason03, .reason04, .reason05, .reason06, .reason07, .reason08 {padding: 2rem 1.5rem;}
	.space-y-16 > :not([hidden]) ~ :not([hidden]){margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;}

	.w-makasetekun{width: 80%;}
	.fukidashi-box02 span, .fukidashi-box03 span{font-size: 1.2rem;}
	.fukidashi-box01{padding: 2rem 1rem;}
		

	.icon {margin: 0 20px;}
	.feature-area{padding-bottom: 40px;}
	.column-jirei:nth-child(odd), .column-jirei:nth-child(even){padding: 140px 5% 20px;}
	.column-jirei .ttl{font-size: 1.4rem;}
	.column-jirei .txt{line-height: 1.6;}
		
	.fukidashi-box02:before{ top: 110%;left: 50%; transform: translateX(-50%);margin-left: -15px;border: 15px solid transparent;border-top: 15px solid #dcfce7;}
	.fukidashi-box03:before{ top: 110%;left: 50%; right: auto;transform: translateX(-50%);margin-left: -15px;border: 15px solid transparent;border-top: 15px solid #dcfce7;}
	.colum-area{padding: 20px;}
}
@media screen and (max-width: 320px){
	.cv{right: auto;left: 25px;}
}
	
@media screen and (min-width: 481px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 480px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}