@charset "UTF-8";
/* CSS Document */

/* top */
.slick-slider{
	position: relative;
}
.slick-slider .img{
	width: 100%;
}
.slick-slider.pc-slider{
	display: block;
}
.slick-slider.sp-slider{
	display: none;
}
.slide-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 30px;
}
.slide-arrow.prev-arrow{
	left: 0;
	margin-left: 40px;
}
.slide-arrow.next-arrow{
	right: 0;
	margin-right: 40px;
}

/* top problem */
.sec-problem{
	margin-top: 110px;
}
.sec-problem__title{
	background:linear-gradient(transparent 60%, #FFED00 60%);
	display: inline-block;
	font-size: 4rem;
	line-height: 4rem;
	font-weight: bold;
}
.sec-problem__list{
	max-width: 920px;
	padding: 90px 20px 170px;
	margin: 0 auto;
	background-image: url(./../images/q-white.jpg);
	background-position: right 0 bottom 0;
	background-repeat: no-repeat;
	background-size: auto 90%;
}
.sec-problem__item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.sec-problem__item p{
	font-size: 2.8rem;
	margin-left: 8px;
}
.sec-problem__item .img{
	width: 55px;
}
.sec-problem__text{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -40px;
}
.sec-problem__text .text{
	font-size: 3rem;
	line-height: 3.8rem;
}
.sec-problem__text .text span{
	background:linear-gradient(transparent 20%, #FFED00 20%);
}
.sec-problem__text .img{
	height: 80px;
	padding: 0 10px;
}
.sec-problem__btn{
	background-image: url(./../images/problem-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30px;
}
.sec-problem__btn .wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 920px;
	padding: 100px 20px 120px;
	margin: 0 auto;
}
.sec-problem__btn .common-btn .text{
	font-size: 1.8rem;
	line-height: 2.8rem;
	margin-top: 18px;
}

/* top about */
.sec-about{
	margin-top: 150px;
}
.sec-about__text{
	font-size: 1.8rem;
    line-height: 3.2rem;
	max-width: 1040px;
	width: 100%;
	padding: 60px 20px 0;
	margin: 0 auto;
}
.sec-about__group{
	max-width: 1040px;
	width: 100%;
	padding: 100px 20px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.sec-about__card{
	width: 30%;
	padding: 0 10px;
}
.sec-about__card .title{
	margin-top: 24px;
	color: #022461;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2.8rem;
	text-align: center;
}
.sec-about__card .text{
	text-align: center;
	margin-top: 20px;
	line-height: 2rem;
}
.sec-about .common-btn{
	margin: 60px auto 0;
}

/* top news */
.sec-news{
	margin-top: 160px;
}
.sec-news__text{
	max-width: 1040px;
    width: 100%;
    padding: 60px 20px 80px;
    margin: 0 auto;
}
.sec-news__wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.sec-news__article{
	width: 65%;
}
.sec-news__fb{
	width: 33%;
}

.sec-news__tab{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	max-width: 800px;
	width: 100%;
}
.sec-news__tab .tab{
	flex-grow: 1;
	background-color: #022461;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 14px 10px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	width: calc(100% / 4);
	white-space: nowrap;
}
.sec-news__tab .tab.is-active::after{
	content: "▼";
	color: #022461;
	display: block;
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.sec-news__tab .tab.notice{
	background-color: #73BBDA;
}
.sec-news__tab .tab.notice.is-active::after{
	color: #73BBDA;
}
.sec-news__tab .tab.seminar{
	background-color: #D15645;
}
.sec-news__tab .tab.seminar.is-active::after{
	color: #D15645;
}
.sec-news__tab .tab.support{
	background-color: #8DBC65;
}
.sec-news__tab .tab.support.is-active::after{
	color: #8DBC65;
}

.sec-news__panel{
	border: solid 1px #707070;
	border-top: none;
	max-width: 800px;
	width: 100%;
}
.panel{
	display: none;
}
.tab.is-active{
	transition: all 0.2s ease-out;
}
.panel.is-show{
	display:block;
}

.news-list{
	padding-top: 10px;
}
.news-item:not(:last-child){
	border-bottom: 1px solid #ccc;
}
.news-link{
	padding: 24px 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.news-link .cat{
	border-radius: 20px;
	color: #fff;
	font-size: 1.4rem;
	padding: 8px 20px;
	white-space: nowrap;
}
.news-link .cat.notice{
	background-color: #73BBDA;
}
.news-link .cat.seminar{
	background-color: #D15645;
}
.news-link .cat.support{
	background-color: #8DBC65;
}
.news-link .contents-wrap{
	margin-left: 40px;
}
.news-link .date{
	font-size: 1.4rem;
	line-height: 2.6rem;
}
.news-link .title{
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-top: 4px;
}
.sec-news .common-btn{
	margin: 70px auto 0;
}

/* top success */
.sec-success{
	margin-top: 180px;
	background-image: url(./../images/success-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.sec-success .sec-success__inner {
	padding-top: 100px;
	padding-bottom: 100px;
}
.sec-success__group{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-top: 70px;
}
.sec-success__card{
	width: 47%;
	background-color: #fff;
	padding-bottom: 36px;
}
.sec-success__card .title{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3rem;
	padding: 30px 35px;
}
.sec-success__card .img{
	width: 100%;
}
.sec-success__card .text{
	font-size: 1.8rem;
	line-height: 3rem;
	padding: 40px 24px;
}
.sec-success__card .btn{
	background-color: #022461;
    border-radius: 30px;
	max-width: 400px;
    margin: 0 auto;
}
.sec-success__card .btn a{
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 20px 10px 25px;
}
.sec-case{
	margin-top: 180px;
}
.sec-case__group{
	background-image: url(./../images/case-img.jpg);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 60px 0 80px;
}
.sec-case__group .text-top{
	max-width: 1040px;
    width: 100%;
    padding: 0 20px 0;
    margin: 0 auto;
}
.sec-case__group .h3-title{
	margin-top: 80px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 5rem;
	line-height: 6rem;
    text-align: center;
    color: #40230F;
}
.sec-case__group .text{
	margin-top: 40px;
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.065em;
}
.sec-case__group .common-btn{
	margin: 90px auto 0;
}

.sec-link{
	margin-top: 0px;
}
.sec-link__list{
	margin-top: 100px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.sec-link__item{
	width: 30%;
	text-align: center;
	margin-bottom: 40px;
}
.sec-link__list::after{
	content: "";
	display: block;
	width: 30%;
}

/* top contact */
.sec-contact{
	margin-top: 180px;
	background-color: #CBEAF9;
	padding-bottom: 140px;
}
.sec-contact__title{
	font-size: 4rem;
	font-weight: bold;
	padding-top: 60px;
}
.sec-contact__cap{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
.sec-contact__cap .text{
	background-color: #fff;
	border-radius: 15px;
	color: #022461;
	font-size: 2.8rem;
	font-weight: bold;
	padding: 12px 30px 16px;
	margin-left: 36px;
}
.sec-contact__cap .text:first-of-type{
	margin-left: 0;
}
.sec-contact__cap .text p{
	background: linear-gradient(transparent 40%, #FFED00 40%);
}
.sec-contact__list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 1040px;
	margin: 35px auto 0;
}
.sec-contact__list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 1040px;
	margin: 67px auto 0;
}
.sec-contact__card{
	width: 30%;
	background-color: #fff;
	padding: 55px 20px 0;
	min-height: 200px;
	position: relative;
}
.sec-contact__card .img-wrap{
	background-color: #022461;
	border-radius: 50%;
	width: 85px;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -48px;
	left: 50%;
	transform: translateX(-50%);
}
.sec-contact__card .title{
	font-size: 1.8rem;
	font-weight: bold;
}
.sec-contact__card .number{
	margin-top: 14px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 3rem;
}
.sec-contact__card .sub{
	margin-top: 10px;
	font-size: 1.3rem;
}
.sec-contact__card .btn{
	background-color: #022461;
    border-radius: 8px;
    max-width: 190px;
    margin: 10px auto;
}
.sec-contact__card .btn a{
	color: #fff;
    display: block;
    font-weight: bold;
    padding: 10px 10px;
}
.sec-contact__card.fax .btn a{
	display: flex;
    justify-content: center;
    align-items: center;
}
.sec-contact__card.fax .btn a img{
	width: 26px;
    margin-left: 4px;
}

/* 下層 about */
.about-box{
	margin-top: 100px;
}
.about-box__wrap{
	margin-top: 50px;
	font-size: 1.8rem;
	line-height: 3rem;
}
.about-box__wrap .text:not(:first-of-type){
	text-indent: 1em;
}
.about-box__wrap .text span{
	background: linear-gradient(transparent 20%, #FFED00 20%);
}
.about-box .common-btn{
	margin: 60px auto;
}
.about .sec-success{
	margin-top: 140px;
}

.about-desc{
	margin-top: 140px;
}
.about-desc__img{
	margin-top: 60px;
}
.about-desc__table{
	margin: 60px auto;
	max-width: 600px;
	width: 100%;
}
.about-desc__table .title{
	background: #1F9BDE;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	padding: 10px;
}
.about-desc__table dl{
	/* display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap; */
	width: 100%;
	border: 1px solid #1F9BDE;
	padding: 20px 30px;
}
.about-desc__table dt{
	width: 30%;
	font-weight: bold;
	float: left;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.about-desc__table dd{
	border-bottom: 1px solid #707070;
	width: 100%;
	padding-left: 30%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.about-desc__table dd:last-of-type{
	border-bottom: none;
}
.about-desc__table .btn{
	background: #1F9BDE;
	max-width: 380px;
	margin: 60px auto;
}
.about-desc__table .link{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.about-desc__table .text{
	color: #fff;
	font-weight: bold;
}

.about-map{
	margin-top: 100px;
}
.about-map__wrap{
	margin-top: 60px;
}
.about-map__wrap iframe{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

/* 下層　relatives */
.succession-top{
	margin-top: 80px;
	margin-bottom: 120px;	
}
.succession-top .text{
	font-size: 2rem;
	font-weight: bold;
}
.succession-top .point{
	margin-top: 50px;
	padding-right: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.succession-top .item{
	color: #fff;
	font-weight: bold;
	padding: 16px 10px 18px;
	width: 32%;
	height: 50px;
	text-align: center;
	position: relative;
}
.succession-top .item::after{
	content: "";
	display: block;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	position: absolute;
	top: 0;
	right: -30px;
	z-index: 9;
}
.succession-top .item::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.succession-top .item.point-01{
	background: #1F9BDE;
}
.succession-top .item.point-01::after{
	border-left: 30px solid #1F9BDE;
}
.succession-top .item.point-02{
	background: #6C6C6C;
}
.succession-top .item.point-02::after{
	border-left: 30px solid #6C6C6C;
}
.succession-top .item.point-02::before{
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 30px solid #fff;
}
.succession-top .item.point-03{
	background: #A0A0A0;
}
.succession-top .item.point-03::after{
	border-left: 30px solid #A0A0A0;
}
.succession-top .item.point-03::before{
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 30px solid #fff;
}

.relatives-box__idea{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 60px;
}
.relatives-box__idea .img{
	width: 100%;
	max-width: 330px;
}
.relatives-box__idea .text{
	margin-left: 40px;
	line-height: 3rem;
}
.relatives-box__list{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.relatives-box__list .card{
	width: 49%;
	border-radius: 15px;
	padding: 20px 20px 40px;
}
.relatives-box__list .card.meritto{
	border: 1px solid #E080CD;
}
.relatives-box__list .card.demeritto{
	border: 1px solid #1F9BDE;
}
.relatives-box__list .title{
	border-radius: 15px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	padding: 10px;
}
.relatives-box__list .meritto .title{
	background: #E080CD;
}
.relatives-box__list .demeritto .title{
	background: #1F9BDE;
}
.relatives-box__list .list{
	margin-top: 30px;
	line-height: 3rem;
	padding: 0 20px;
}

.relatives-box .h2-title.min:not(:first-of-type){
	margin-top: 120px;
}
.relatives-box__text{
	margin-top: 60px;
	line-height: 3rem;
}

.relatives-box__flow{
	border: 2px solid #022461;
	border-radius: 50px;
	padding: 50px 40px 60px;
	margin-top: 60px;
}
.relatives-box__flow .relatives-box__text{
	margin-top: 0;
}
.relatives-box__flow .img{
	margin-top: 20px;
}
.relatives-box .common-btn{
	margin: 20px auto 0;
}
.relatives-box .more{
	text-align: right;
}

/* archive */
.page-archive{
	margin-top: 80px;
}
.page-archive .news-list{
	border-bottom: 1px solid #ccc;
}
.page-archive .news-item:first-of-type{
	border-top: 1px solid #ccc;
}
.page-archive .single-bottom{
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* single */
.page-single{
	margin-top: 80px;
}
.page-single .news-link{
	padding: 24px 0px;
	width: 100%;
	flex-wrap: wrap;
}
.page-single .news-link .date {
	margin-left: 1em;
}
.page-single .news-link .title{
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
	font-size: 3rem;
    font-weight: bold;
    line-height: 3.2rem;
}
.page-single .single-main{
	border-top: 1px solid #ccc;
	padding-top: 40px;
	line-height: 2.6rem;
}
.page-single .single-bottom{
	border-top: 1px solid #ccc;
	margin-top: 60px;
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* contact */
.contact-box{
	margin-top: 100px;
}
.contact-box__text{
	max-width: 740px;
	width: 100%;
	margin: 0 auto;
	line-height: 3.4rem;
	padding: 0 20px;
}
.contact-box__text span{
	color: red;
}
.contact-box__form{
	margin-top: 80px;
}
.contact-box__form .form-title.h2-title{
	background-color: #013A78;
}
.contact-box .form-outer{
	background: #F2F2F2;
	padding: 60px 20px 80px;
	line-height: 4rem;
}
.contact-box .form-box{
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
}
input, select{
	vertical-align: baseline;
}

.form-box table{
	margin: 0 auto;
	width: 100%;
}
.form-box tr{
	padding-bottom: 40px;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.form-box th{
	font-size: 1.8rem;
	font-weight: normal;
	padding-right: 30px;
    text-align: right;
	width: 30%;
}
.form-box th > span{
	color: red;
}
.form-box td{
	width: 70%;
}

/* ラジオボタンを隠す */
.radio-btns input[type=radio].radio-btns__item,
.radio-btns input[type=checkbox].radio-btns__item{
	display: none;
}
  
.radio-btns label {
	display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio-btns .radio-btns__item + span {
	padding-left: 1.8em;
	display: inline-block;
	position: relative;
}
  
/* 各パーツを作成 */
.radio-btns .radio-btns__item + span::after,
.radio-btns .radio-btns__item + span::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
	border: 1px solid #888;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* after上書き */
.radio-btns .radio-btns__item + span::after{
	opacity: 0;
	width: 14px;
	height: 14px;
	top: 50%;
    left: 3px;
    transform: translateY(-50%);
	border: none;
	background: #B3B3B3;
}

/*
checked状態
文字のcolorとボタンのopacityを変更
*/
/* .radio-btns .radio-btns__item:checked + span {
	color: #f18800;
} */
  
.radio-btns .radio-btns__item:checked + span::after {
	opacity: 1;
}
input, textarea {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #707070;
	font-size: 1.6rem;
    padding: .8em;
    width: 100%;
}
.form-att-text{
	text-align: center;
	margin-bottom: 30px;
}
.form-att-text span{
	color: red;
}
.contact-box .form-outer .top-btn{
	text-align: center;
    margin-bottom: 40px;
    display: block;
}
.contact-box .form-outer .top-btn .mwform-radio-field{
	padding: 0 20px;
}
.mwform-checkbox-field.vertical-item:nth-child(odd){
	float: left;
    margin-right: 20px;
}
.mwform-checkbox-field.vertical-item:nth-child(5),
.mwform-checkbox-field.vertical-item:nth-child(6){
	display: none;
}

.privacy-box {
	margin: 10px 0;
}
.privacy-box .item {
	padding: 1.5rem 1rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.privacy-box .item:not(:last-child) {
	border-bottom: 1px solid #707070;
}
.privacy-box p {
	line-height: 1.5;
	margin-top: 10px;
}
.privacy-box .scroll {
	border: 1px solid #707070;
	color: #707070;
	font-size: 1.6rem;
	height: 200px;
	margin: 0 auto;
	overflow: auto;
	width: 80%;
	padding: 20px;
}
.privacy-box .scroll::-webkit-scrollbar {
	width: 20px;
}
.privacy-box .scroll::-webkit-scrollbar-thumb {
	background: #E8E7E7;
	border: 1px solid #707070;
	border-radius: 0;
}
.privacy-box .scroll::-webkit-scrollbar-track {
	background: #fff;
	border-left: 1px solid #707070;
}

.form-bottom{
	margin-top: 100px;
}
.form-bottom .form-text{
	margin-top: 60px;
}
.form-btn-outer input, 
.form-btn-outer textarea{
	background: #022461;
    border: 1px solid #707070;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 60px auto 0;
	max-width: 400px;
	width: 100%;
}

.form-bottom .mwform-checkbox-field.vertical-item:nth-child(odd){
	float: none;
	margin-left: 0;
}
.wpcf7 .ajax-loader{
	display: block;
}


/* style m */

.blue{
    color: blue;
    text-decoration: none;
}
.red{                         /* spanタグ赤い文字 */
    color: #FF0004;
}
.sxs-box{                  /* 横並びコンテナ（親要素） */
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 30px 0;
}
/* ========================================
                       下層  支援内容  sprtcont 
==========================================*/
/*-------  (section)1 .事業承継計画書の策定支援---------*/
.sprtcont__sxs-box{                  /* 横並びコンテナ（親要素） */
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 30px 0;
}
.text-lead_left{           /* pタグ文章左側 */
    width: 60%;
    margin: 0;
     line-height: 32px;
}
.sprtcont-image{
    width: 30%;
    margin: 0 50px;
}
.text-lead{                  /* pタグ文章 */
    margin:30px 0;
    line-height: 32px;
}
/* ========================================
                       下層  支援体制  system
==========================================*/
/*------- (section)センターの相談体制----------*/
.sprtsyst-box{                              /*外枠*/
    margin-top: 100px;
}
.sprtsyst-image{                         /* センターの相談体制の図*/
    display: block;
    margin: 0 auto;
    margin-bottom: 70px;
}
.sprtsyst__slead{
    margin:30px 0;
    line-height: 32px;
}
/*------- (section)関係団体リンク---------*/
.sprtsyst__sxs-box{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 30px 0;
}
.left-box{                                  /* 関係団体リンク　左側外枠*/
    width: 50%
}
.left-box>div{
    margin-bottom: 60px;
}
.right-box{                                /* 関係団体リンク　右側外枠*/
    width: 50%;
}
.sprtsyst-h5{                            /* 関係団体リンク分類*/
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 48px;
    color: #013a78;
}
.sprtsyst-h5::before{              /* 関係団体リンク分類の前の青い棒*/
    content:"";
    display:inline-block;
    width: 8px;
    height: 25px;
    background-color: #013a78;
    margin-right: 10px;
}
.sprtsyst-item li{                      /* 関係団体リンクli*/
    margin: 10px 0;
}
.sprtsyst-item a{
    color: #000;
}
.sprtsyst-item a:hover{
    color: #000;
}
.sprtsyst-item li::before{        /* 関係団体リンクliの前の疑似要素*/
    content: ">";
    color: #013A78;
    margin-right: 5px;
}
/* ========================================
                       下層  ご相談の流れ  flow
==========================================*/
.sub-hx{
    font-weight: bold;
    font-size: 2.5rem;
    text-align: left;
    color: #000000;
    height: 45px;
    border-bottom: solid 6px #022461;
    line-height: 32px;
    padding: 8px 40px;
}
.page-top__lead{                  /* トップ文章*/
    margin: 20px 0 60px;
}
 /* == （section）相談可能な内容 ==*/
.contents-area{                       /* 相談可能な内容 外枠*/ 
    margin: 20px 0;
}
.sxs-box li{                                /* 相談可能な内容 li*/
   width: calc(100%/2);
    padding:20px 30px 0;
    box-sizing:border-box;
}
.sxs-box li img{                         /* 相談可能な内容 img */
    max-width:100%;
    height: auto;
}
.ontents-catch{                                    /* 会社を買いたい、事業を引継ぎたい方 */
    background-color: #FCE100;
    color: #FF0004;
    font-size: 2.5rem;
	font-weight: bold;
	line-height: 3rem;
	padding: 8px 40px;
}
.gray-frame{                                     /* case5、6のグレーの枠 */
    background-color: #FAFAFA;
    padding-bottom: 30px;
}
.atten{                                                /* アテンションマーク */
    width: 30%;
    height: auto;
    padding:  0 80px;
}
.ontents-note{                                /* アテンション説明文 */
    width: 70%;
    color: #707070;
    line-height: 32px;
}
.ontents-note span{                    /* 黄色アンダーライン */
    background: linear-gradient(transparent 20%, #FFED00 20%);
}
.atten-area{                                  /* アテンション付き文章エリア */
        padding: 30px 50px;
}
.sxs-box-atten{                           /* アテンション付き文章 */
    display: flex;
    margin-left: 5rem;
}
.sxs-box-atten p{
    line-height: 3rem;
    margin-left: 5px;
}
/*-------ボタン（まずはお問合せください）----------*/
.btn-eria{
    max-width: 300px;
    margin: 0 auto;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #022461;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #fff;
  font-size: 1.5rem;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: #228bc8;
  color:#022461;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}
/*------- / ボタン（まずはお問合せください）----------*/
.btn-eria p{                                /* ボタン周り */
    margin-bottom: 10px;
}
.contents-note{                         /* （注釈） */
    font-size: 1.5rem;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
}
 /* == （section）ご相談の流れ ==*/
.flowst{                                                 /* 外枠 */
    margin: 50px 0;
}
.h5-title{
    background-color: #6BBB5A;
    width: 480px;
    height: 50px;
    color: #FFF;
    font-weight: bold;
    line-height: 50px;
    padding-left: 20px;
    font-size:2rem;
}
.frow-note{                                     /* h5注釈 */      
    font-size: 1.2rem;
}
.appl{
    padding:  2em;
    border: solid 3px #6BBB5A;
}
.h6-title{
    font-size: 1.8rem;
    line-height: 30px;
    margin: 10px 0;
}
.h6-title + ul>li{
    letter-spacing: 1.2px;
    line-height: 25px;
    margin-left: 40px;
}
.triangle{
    margin: auto;
    display: block;
    margin-bottom: 50px;
}
.appl p{
    letter-spacing: 1.2px;
    line-height: 25px;
    margin-left: 40px;
}
/* ========================================
     　　　下層  事業承継の基礎知識  succession
==========================================*/
 /* == （section）目次==*/
.basic{
    margin-top: 100px;
}
.toc-read{
    margin: 35px;
}
.toc-read>ol>li{
   letter-spacing: 1.2px;
    line-height: 25px;
    margin-bottom: 10px;
}
.toc-read>ol>li>a>p{
    margin-left: 20px;
}
.toc-read>ol>li>a>p:hover{
    opacity: 0.5;
    transition: 0.5s;
}
 /* == （section）1現状について==*/
.suc-li{                                                 /*リセットしたリストスタイルを戻す*/
	list-style-type: disc;
    margin-left: 20px;
    text-indent: 0;
}
.basic__sxs-box{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 30px 0;
}
.basic__sxs-box dl{
    width: 50%;
    margin: 0 30px;
}
.basic__sxs-box dl>dt{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 2rem;
}
.basic__sxs-box dl>dd{
    margin-left: 10px;
}
.basic__sxs-box img{
    width: 35%;
}
 /* == （section）2そもそも事業承継とは ==*/
.basic2{
    margin:  50px 35px 80px;                     /* 外枠 */
}
   /* 2-1 */
.basic2>dl>dt{                                   
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 2rem;
}
.basic2>dl>dd{
    line-height: 30px;
    margin: 0 0 10px 10px;
}
/*  2-1.①〜③  */
.basic2__sxs-box{                         
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 30px 0;
}
.basic2__sxs-box>ol{
    width: 50%;
    line-height: 30px;
    letter-spacing: 1.2px;
    margin-left: 20px;
}
.basic2__sxs-box>ol>li{
    margin-bottom: 2rem;
}
.basic2__sxs-box>figure{
    width: 40%;
    height: auto;
    font-size: 14px;
    color: #707070;
}
.basic2__sxs-box>figure>figcaption{
    margin-left: 20%;
    text-align: left;
}
/*  2-2  */
.basic2-2{
    margin-bottom: 40px;
}
/*  2-3  */
.basic2>ul>li{                                
    line-height: 30px;
    letter-spacing: 1.2px;
    margin-left: 30px;
}
.basic2-3__read{
    margin:10px 0 0 10px;
    line-height: 25px;
    letter-spacing: 1.2px;
}
.basic2-3__read>span{
    background: linear-gradient(transparent 20%, #FFED00 20%);
}
.basic2-3__image{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 70%;
}
 /* == （section）3. 準備承継の流れ ==*/
.basic3{
    margin: 50px 35px 80px;                      /* 外枠 */
}
.basic3>dl>dt{                                   
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
}
.basic3>dl>dd{
    margin: 0 0 10px 10px;
}
.basic3__image{
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 20px;
    width: 50%;
}
/*  STEP1〜4  */
.step{
    margin: 12px 50px;
}
.step__icon{
    background: #1f9bde;
    width: 200px;
    height: 100px;
    border-radius: 10px;
    font-weight: bold;
    line-height: 36px;
    border: 1px solid #fff;
     color: #fff;
    padding: 5px;
    margin-right:10px
}
.step>dl>dt{
    font-weight: bold;
}
.step>dl>dd{
    margin-bottom: 20px;
}
 /* == （section）4. 承継の種類について ==*/
.basic4{
    margin: 65px 0 80px;                      /* 外枠 */
}
.basic4__sxs-box{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 30px 20px 75px;
}
.basic4__sxs-box img{
    margin: 10px 0 20px;
}
.basic4__sxs-box div{
    margin: 0 50px 0 0;
}
.btn_03{
    margin-left: auto;
}
a.btn_03 {                                           /*ボタンスタイル */
    display: flex;
    width: 220px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    height: 35px;
    position: relative;
    background: #022461;
    border: 1px solid #022461;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0 45px 0 25px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    transition-duration: 0.3s;
	margin-bottom: 60px;
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03:hover {
  background: #fff;
  color: #022461;
}
a.btn_03:hover:before {
  border-top: 2px solid #022461;
  border-right: 2px solid #022461;
}


@media screen and (max-width:900px){
	/* top */
	.slide-arrow.prev-arrow{
		margin-left: 20px;
	}
	.slide-arrow.next-arrow{
		margin-right: 20px;
	}
	.sec-problem{
		margin-top: 60px;
		padding: 0 15px;
	}
	.sec-problem__title{
		font-size: 3rem;
		display: inline;
	}
	.sec-problem__list{
		padding: 40px 0px 60px;
	}
	.sec-problem__item .img{
		width: 30px;
	}
	.sec-problem__item p{
		font-size: 2rem;
	}
	.sec-problem__text{
		align-items: flex-end;
		margin-top: 0;
	}
	.sec-problem__text .text{
		font-size: 2rem;
		line-height: 2.8rem;
	}
	.sec-problem__btn .wrap{
		padding: 60px 15px 60px;
	}
	.sec-problem .common-btn{
		padding: 0 10px;
	}
	.sec-problem__btn .common-btn .text{
		font-size: 1.6rem;
	}

	/* top about */
	.sec-about{
		margin-top: 80px;
	}
	.sec-about__text{
		font-size: 1.6rem;
		line-height: 2.6rem;
		padding: 40px 10px 0;
	}
	.sec-about__group{
		padding: 60px 0px 0;
	}

	/* top news */
	.sec-news{
		margin-top: 80px;
	}
	.sec-news__text{
		padding: 40px 10px 60px;
	}
	.sec-news__wrap{
		flex-wrap: wrap;
	}
	.sec-news__article{
		width: 100%;
	}
	.sec-news .common-btn{
		margin: 40px auto 0;
	}
	.sec-news__fb{
		width: 100%;
		margin: 40px auto;
	}

	/* top success */
	.sec-success{
		margin-top: 80px;
	}
	.sec-success .sec-success__inner{
		padding-top: 40px;
    	padding-bottom: 60px;
	}
	.sec-success__group{
		margin-top: 40px;
	}
	.sec-success__card{
		width: 49%;
	}
	.sec-success__card .title{
		font-size: 2rem;
		padding: 20px;
	}
	.sec-success__card .text{
		padding: 20px;
	}
	.sec-success__card .btn{
		max-width: 200px;
	}
	.sec-success__card .btn a{
		padding: 10px 10px 15px;
	}

	/* top case */
	.sec-case{
		margin-top: 80px;
	}
	.sec-case__group{
		padding: 40px 0 60px;
	}
	.sec-case__group .text-top{
		padding: 0px 10px 0;
	}
	.sec-case__group .h3-title{
		margin-top: 60px;
	}

	/* top link */
	.sec-link{
		margin-top: 0px;
	}
	.sec-link__list{
		margin-top: 40px;
	}

	/* top contact */
	.sec-contact{
		margin-top: 80px;
		padding-bottom: 80px;
	}
	.sec-contact__title{
		font-size: 2rem;
		margin-top: 40px;
	}
	.sec-contact__cap .text{
		font-size: 2rem;
		margin-left: 20px;
	}
	.sec-contact__list{
		padding: 0 20px;
	}

	.relatives-box__list .list{
		padding: 0 0px;
	}

	/* archive */
	.page-archive{
		margin-top: 40px;
	}

	/* single */
	.page-single{
		margin-top: 40px;
	}
	.page-single .news-link .title{
		font-size: 2.4rem;
	}
	.page-single .single-bottom{
		padding-left: 0;
		padding-right: 0;
	}

	/* style m */
	/* =====================================
						下層  支援内容  contents
	=======================================*/
	.sprtcont-image {
		margin: 0;
	}
		/*====================================
			下層  事業承継の基礎知識 succession
	=======================================*/ 
		/* 1.現状について  */
	.basic__sxs-box dl>dd{
		margin-left: 0;
	}
	.basic__sxs-box img {
		margin: 0 auto;
	}
	/* 4. 承継の種類について */
	.basic4__sxs-box>dl {
		width: 55%;
	}

}

@media screen and (max-width:768px){
	.form-att-text{
		text-align: left;
	}
	.form-box tr{
		display: block;
	}
	.form-box th{
		text-align: left;
		width: 100%;
		display: block;
	}
	.form-box td{
		width: 100%;
		display: block;
	}
	.form-bottom{
		margin-top: 60px;
	}
	.privacy-box .scroll{
		width: 100%;
	}
	.form-bottom .form-text{
		margin-top: 40px;
	}
	.form-btn-outer input, .form-btn-outer textarea{
		margin: 40px auto 0;
	}
	.basic2__sxs-box>figure>figcaption{      /* 円グラフ文章 */
			margin-left: 6%;
	}

	.sec-news__tab .tab {
		font-size: 1.6rem;
	}
	.news-link {
    padding: 24px 20px;
	}
	.news-link .contents-wrap {
		margin-left: 20px;
	}
}

@media screen and (max-width:480px){
	/* top */
	
	.slick-slider.pc-slider{
		display: none;
	}
	.slick-slider.sp-slider{
		display: block;
	}

	.sec-problem__list{
		background-image: none;
	}
	.sec-problem__text .img{
		display: none;
	}
	.sec-problem__btn .wrap{
		flex-wrap: wrap;
	}
	.sec-problem .common-btn {
		margin-bottom: 20px;
	}

	/* top about */	
	.sec-about__group{
		flex-wrap: wrap;
	}
	.sec-about__card{
		width: 100%;
		margin-bottom: 40px;
	}
	.sec-about__card .title{
		margin-top: 10px;
		font-size: 2rem;
	}
	.sec-about__card .text{
		text-align: center;
		font-size: 1.6rem;
		margin-top: 10px;
	}
	.sec-about .common-btn{
		margin: 0px auto 0;
	}

	/* top news */
	.sec-news__tab{
		flex-wrap: wrap;
	}
	.sec-news__tab .tab{
		width: calc(100% / 2);
	}
	.news-link{
		flex-wrap: wrap;
		padding: 20px;
	}
	.news-link .contents-wrap {
		margin-left: 0;
		margin-top: 4px;
	}
	.news-link .cat{
		font-size: 1.4rem;
		padding: 6px 16px;
	}
	.news-link .date{
		font-size: 1.4rem;
	}
	.news-link .title{
		font-size: 1.4rem;
		font-weight: bold;
	}

	/* top success*/
	.sec-success__group{
		flex-wrap: wrap;
	}
	.sec-success__card{
		width: 100%;
		margin-bottom: 40px;
	}

	/* top case */
	.sec-case__group .h3-title{
		font-size: 4rem;
		line-height: 5rem;
	}
	.sec-case__group .text{
		text-align: left;
	}
	.sec-case__group .common-btn{
		margin: 60px auto 0;
	}


	/* top link */
	.sec-link__item{
		width: 48%;
		margin-bottom: 20px;
	}
	.sec-link__list::after{
		content: "";
		display: block;
		width: 48%;
	}

	/* top contact */
	.sec-contact__list{
		flex-wrap: wrap;
	}
	.sec-contact__card{
		width: 100%;
		min-height: auto;
		padding: 35px 20px 20px;
		margin-bottom: 40px;
	}
	.sec-contact__card .img-wrap{
		width: 55px;
		height: 55px;
		top: -28px;
	}
	.sec-contact__card .img-wrap .img{
		width: 30px;
	}

	/* 下層 relatives */
	.succession-top .point{
		display: block;
		padding-right: 0;
	}
	.succession-top .item{
		width: 100%;
		margin-bottom: 30px;
	}
	.succession-top .item::after{
		top: 55px;
    	right: 50%;
		transform: translateX(50%);
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
	}
	.succession-top .item.point-01::after{
		border-top: 20px solid #1F9BDE;
		border-left: 20px solid transparent;
	}
	.succession-top .item.point-02::after{
		border-top: 20px solid #6C6C6C;
		border-left: 20px solid transparent;
	}
	.succession-top .item.point-03::after{
		display: none;
	}
	.succession-top .item::before{
		display: none;
	}

	.relatives-box__idea{
		display: block;
	}
	.relatives-box__idea .img{
		width: 100%;
		max-width: 100%;
	}
	.relatives-box__idea .text{
		margin-top: 20px;
		margin-left: 0;
	}

	.relatives-box__list{
		display: block;
	}
	.relatives-box__list .card{
		width: 100%;
		margin-bottom: 40px;
	}
	.relatives-box__list .list{
		margin-top: 20px;
	}
	.relatives-box__flow{
		padding: 30px 10px 40px;
	}

	/* contact */
	.contact-box .form-outer .top-btn{
		text-align: left;
	}
	.contact-box .form-outer .top-btn .mwform-radio-field{
		padding: 0 0;
	}
	.contact-box .form-outer .top-btn .mwform-radio-field{
		margin-left: 0;
	}

	/* style m */

	 /* ========================================
                       下層  支援内容  contents
    ==========================================*/
	.sxs-box{
		display: block;
	}
    .about-desc__img{
        margin-top: 20px;
    }
	/*--  section (1 .事業承継計画書の策定支援)--*/
    .sub-hx{
        border-bottom:none;
        line-height: 25px;
       padding: 0;
    }
	.sprtcont__sxs-box {
		display: block;
        margin: 0px 0 70px;
	}
    .text-lead{
        margin: 40px 0 40px;
    }
	.text-lead_left {
		width: 100%;
       margin: 30px 0 20px;
	}
	.sprtcont-image{
		display: block;
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
	}
	/* ========================================
				   sp下層  支援体制  system
	==========================================*/
	/*-- 関係団体リンク --*/
	.sprtsyst__sxs-box{
		display: block;
	}
	.left-box{
		width: 100%;
	}
    .right-box{
        width: 100%;
    }
	/* ========================================
				   sp下層  ご相談の流れ fllow
	==========================================*/
	.sxs-box li{
		width: 100%;
	}
	.contents-area {
		margin: 0;
	}
	 /* --（section）相談可能な内容 --*/
	.ontents-catch{
		font-size: 2rem;
	}
	.atten-area{
		padding: 10px 0;
	}
	.ontents-note{
		width: 100%;
	}
    .sxs-box-atten{
        margin-left: 0;
    }
	.sxs-box-atten p{
        line-height: 2.4rem;
	}
	.atten-area {
		padding: 35px 0 45px;
	}
	 /* -- （section）ご相談の流れ --*/
	.h5-title{
		width: 100%;
	}
	.h6-title + ul>li{
		margin-left: 0;
	}
	.h6-title + ul>li{
		letter-spacing: 0;
	}
	.appl p{
		margin-left: 0;
	}
	/* ==================================
 　　　sp下層  事業承継の基礎知識  succession
	=====================================*/
	 /* --（section）1現状について--*/
	.basic__sxs-box{
		display: block;
	}
	.basic__sxs-box dl{
		width: 100%;
		margin: 0;
	}
	.basic__sxs-box img {
		margin: 0 20px;
		width: 90%;
	}
	 /* --（section）2そもそも事業承継とは --*/
    .basic2{
    margin:  50px 0 80px;                     /* 外枠 */
    } 
    .basic2>dl>dd{
        margin: 0;
    }
    .basic2__sxs-box>figure>figcaption{      /* 円グラフ文章 */
        margin-left: 16%;
    }
	.basic2__sxs-box{
		display: block;
	}
	.basic2__sxs-box>ol{
		width: 100%;
        margin-left: 10px;
	}
	.basic2__sxs-box>figure{
		width: 90%;
		margin: 0 auto;
	}
	.basic2-3__image{
		width: 100%;
	}
	.basic3__image{
		width: 100%;
	}
	 /* -- （section）3. 準備承継の流れ --*/
	.step{
		margin: 0 10px;
	}
	.step>dl>dd {
		line-height: 25px;
	}
    .basic3{
    margin: 50px 0 80px;                      /* 外枠 */
}
	.basic3>dl>dd {
		line-height: 25px;
		margin: 0 0 10px 0;
	}
	 /* --（section）4. 承継の種類について --*/
	.basic4__sxs-box{
		display: block;
	}
    .basic4__sxs-box div{
        margin: 0;
    }
	.basic4__sxs-box>img{
		display: block;
		margin: 0 auto;
	}
	.basic4__sxs-box>dl{
		width: 100%;
		line-height: 25px;
		margin-top: 20px;
	} 

}
