@charset "utf-8";
.eyecatch_inc .eyecatch_inc01 .eye_img{
	background-color: #104EA3;
}
.contents01{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 30px;
}
.contents01 .contents01_01{
    /*width: 1080px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;*/
    width: 1080px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.contents01 .contents01_01 h3{
	width: 492px;
	height: auto;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	font-size: 70px;
	line-height: 72px;
	letter-spacing: 0.04em;
}
.contents01 .contents01_01 h3 span{
	padding: 0 36px;
    background: linear-gradient(to right, #2980C6, #7EC5E8);
    color: #fff;
    font-size: 20px;
    line-height: 21.6px;
    letter-spacing: 0.04em;
    margin-top: 30px;
    height: 36px;
    align-content: center;
}


@media only screen and (max-width: 767px) {
.contents01{
    padding: 50px 0 0;
}
.contents01 .contents01_01{
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    
}
.contents01 .contents01_01 h3 {
    font-size:44px ;
    line-height: 50px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.contents01 .contents01_01 h3 span{
    font-size:16px ;
    line-height: 18px;
    letter-spacing: 0.04em;
    height: 34px;
    align-content: center;
    margin-top: 10px;
}
}

/*Q&A*/
.contents01 .contents01_02 {
 /*max-width: 1080px;*/
 width: 100%;
 margin: 0 auto 100px;
 border-bottom: 1px solid #CFCFCF;
}
@media only screen and (max-width: 767px){
    .contents01 .contents01_02 {
     margin: 0 auto 80px;
    }
}
.contents01 .contents01_02 .details-wrap {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: rgb(17 24 39 / 0.1);
}

.contents01 .contents01_02 .details-wrap > :not([hidden]) ~ :not([hidden]) {
	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CFCFCF;
}

/* オープン時にアニメーションを設定 */
details[open] .details-text {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
}
100% {
    opacity: 1;
    transform: none;
}
}

.contents01 .contents01_02 details {
    padding: 36px 10px;

}

.contents01 .contents01_02 details summary {
    box-sizing: border-box;
    display: flex;
    width: 1080px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

.contents01 .contents01_02 details summary:hover {
    cursor: pointer;
    color: #007CC6;
}

.contents01 .contents01_02 details summary::-webkit-details-marker {
    display: none;
}

.contents01 .contents01_02 details .summary-text {
    width: 100%;
    font-size: 20px;
    line-height: 21.6px;
    display: flex;
    column-gap: 20px;
    letter-spacing: 0.1em;
}
/*html body main section.contents01 div.contents01_02 div.details-wrap details.open summary span.summary-text.mid{
    color: #f15a24;
}*/

.contents01 .contents01_02 details .summary-text .summary-text_01{
  white-space: nowrap;
  font-size: 28px;
  color: #333;
  width: 63px;
  text-align: right;
}

.contents01 .contents01_02 details summary > :not([hidden]) ~ :not([hidden]) {
    margin-left: 1.5rem;
}

.contents01 .contents01_02 details .summary-icon {
	display: flex;
	height: 1.5rem;
	flex-shrink: 0;
	align-items: center;
    overflow: hidden;
}

.contents01 .contents01_02 details .summary-icon .open-icon {
    display: block;
    height: 2.2rem;
    width: 2.2rem;
}

.contents01 .contents01_02 details .summary-icon .close-icon {
    display: none;
    height: 2.2rem;
    width: 2.2rem;
}

.contents01 .contents01_02 details[open] .summary-icon .open-icon {
    display: none;
}

.contents01 .contents01_02 details[open] .summary-icon .close-icon {
    display: block;
}

.contents01 .contents01_02 details .details-text {
	display: flex;
	column-gap: 20px;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.04em;
    width: 1080px;
    margin: 20px auto 0;

}
.contents01 .contents01_02 details .details-text .details-text_01 {
    width: 63px;
    text-align: right;
}

.contents01 .contents01_02 details .details-text p {
	margin: 0;
  max-width: 890px;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;

}
.details_bg{
	background-color: #F7F7F7;
}
/*.open .summary-text{
	color:#F15A24 ;
	text-decoration: underline;
}*/



@media only screen and (max-width: 767px) {
    .contents01{
     max-width: 767px;
     width: 100%;
     padding: 0 0 60px;
     margin-top: 0;

 }
 .contents01 .contents01_02 details summary {
    width: 90%;
    max-width: 500px;
}
.contents01 .contents01_02 details .summary-text {
    width: 100%;
    font-size: 16px;
    line-height: 22px;

}
.contents01 .contents01_02 details .details-text {
	font-size: 18px;
    line-height: 21.6px;
    padding-top:20px ;
    max-width: 500px;
    width: 90%;

}
.contents01 .contents01_02 details .summary-text .summary-text_01{
   white-space: nowrap;
   font-size: 20px;
   color: #333;
   width: 50px;
}

.contents01 .contents01_02 details {
    padding: 30px 0px;
    width: 100%;
    margin: 0 auto;

}
.contents01 .contents01_02 details .details-text p {
    font-size: 15px;
    line-height: 26px;
    margin-right: 30px;


}
.contents01 .contents01_02 details .details-text .details-text_01 {
    width: 50px;




}
}




/*ページネーション*/

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 0;
    margin-top: 60px;
}

.pagination a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-radius: 1px;
    color: #333333;
}

.pagination a:not(:hover) {
    text-decoration: none;
}

.pagination .current a {
    background-color: #F15A24;
    color: #fff;
    pointer-events: none;
}


/*cta spのみ*/
@media only screen and (max-width: 767px) {
/*index.cssのspのcta*/
.cta-section {

}
.cta {
	max-width: 500px;
    width: 90%;
    padding: 50px 0;
}
.cta .cta_01 {
    display: block;
    width: 290px;
}
.cta .text01 {
    font-size: 48px;
}
.cta .cta_01 .text01 {
    font-size: 48px;
    line-height: 58px;
}
.cta .text01 span {
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
}
.cta .cta_01 .text01 span {
    font-size: 16px;
}
.cta .text04 {
	text-align: left;
	font-size: 16px;
	padding-bottom: 0;
}
.cta .cta_01 .cta_btn {
    width: 290px;
    height: 80px;
    margin: 30px auto 0;
}
.cta .cta_01 .cta_01_01 .text02 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.cta .cta_01 .cta_01_01 .tel{
	width: 290px;
	height: 80px;
	margin: 30px auto 0;
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    background-color: #00ACCE;
    margin: 10px auto;

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
}
.tel span{
	font-size: 16px;
}
.tel img{
  width: 39px;
  height: auto;
  margin-left: 12px;
}
/*cta  end*/
}
