/*----------------------------*/
/*--base--*/
/*----------------------------*/
body {
    color: #111;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 1000px) {
	.inner {
		width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.inner {
		width: 100%;
		padding: 0 20px;
	}
}
  
.forPc {
	display: block;
}
.forSp_small {
    display: none;
}
.forSp {
	display: none;
}
@media screen and (max-width: 767px) {
	.forPc {
	  display: none;
    }
    .forSp_small {
		display: none;
	}
	.forSp {
		display: block;
	}
}
@media screen and (max-width: 414px) {
	.forSp_small {
		display: block;
	}
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.clearfix::after{
	content: "";
	clear: both;
	display: block;
}
  
.font-roboto {
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
	letter-spacing: 0.03rem;
	margin-bottom: 0;
}

.ttlBlock {
    margin-bottom: 50px;
}
h2 {
    padding: 20px;
    border-radius: 6px;
    position: relative;
}
h2::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom right, #03BDFA, #015FE9);
    border-radius: 6px 0 0 6px;
}

.ttlBlock {
    margin-bottom: 50px;
}
.ttlBlock p {
    margin-top: 30px;
}

.fs12 {
	font-size: 12px;
}
.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.fs22 {
	font-size: 22px;
}
.fs26 {
	font-size: 26px;
}
.fs28 {
	font-size: 28px;
}
.fs32 {
    font-size: 32px;
    line-height: 32px;
}
.fs35 {
    font-size: 35px;
    line-height: 35px;
}
.fs36 {
    font-size: 36px;
    line-height: 36px;
}
@media screen and (max-width: 767px) {
	.fs12 {
	  font-size: 10px;
    }
    .fs13 {
        font-size: 11px;
    }
	.fs14 {
	  font-size: 12px;
	}
	.fs16 {
	  font-size: 14px;
	}
	.fs18 {
	  font-size: 16px;
	}
	.fs20 {
	  font-size: 16px;
	}
	.fs22 {
	  font-size: 18px;
    }
    .fs26 {
        font-size: 18px;
    }
    .fs28 {
        font-size: 20px;
    }
    .fs32 {
        font-size: 26px;
        line-height: 26px;
    }
    .fs35 {
        font-size: 26px;
        line-height: 26px;
    }
    .fs36 {
        font-size: 26px;
        line-height: 26px;
    }
}
@media screen and (max-width: 414px) {
	.fs16 {
	  font-size: 13px;
	}
	.fs18 {
	  font-size: 15px;
	}
	.fs20 {
	  font-size: 16px;
	}
	.fs22 {
	  font-size: 17px;
    }
    .fs28 {
        font-size: 17px;
    }
}
small {
    font-size: 12px;
}

em {
    font-weight: bold;
    color: #4ab82b;
}
em.yellow {
    font-weight: bold;
    color: #fffaa8;
}


.bg_blue {
    background: #4A71A8;
}
.bg_gray {
    background: #f8f8f8;
}
.bg_usuigray {
    background: #ECF1F4;
}
.bg_usuigray_kasane {
    background: #E3EAEE;
}
.bg_white {
    background: #fff;
}

.cl_blue {
	color: #0360E9;
}
.cl_red {
	color: #E90303;
}
.cl_white {
	color: #fff;
}
.marker {
    background:linear-gradient(transparent 60%, #fffaa8 60%);
}

section {
    padding: 80px 0;
}
.radius_6 {
    border-radius: 6px;
} 

@media screen and (max-width: 767px) {
    h2.nigyou::before {
        height: 87px;
    }
    .ttlBlock {
        margin-bottom: 30px;
    }
    .ttlBlock p {
        margin-top: 20px;
    }
    section {
        padding: 50px 0;
    }
}

.fw-bold {
    font-weight: bold;
}
.is-center {
    text-align: center;
}

.lh18 {
    line-height: 18px;
}
.lh24 {
    line-height: 24px;
}
.lh26 {
    line-height: 26px;
}
.lh28 {
    line-height: 28px;
}
.lh32 {
    line-height: 32px;
}
@media screen and (max-width: 767px) {
    .lh18 {
        line-height: 18px;
    }
    .lh26 {
        line-height: 22px;
    }
    .lh28 {
        line-height: 24px;
    }
    .lh32 {
        line-height: 22px;
    }
}

.dot {
    display: flex;
    align-items: center;
    gap: 8px;
}
.dot::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/insightSeg/dot.png) no-repeat;
    background-size: 100%;
}
.dot.dot_red::before {
    background: url(../images/insightSeg/dot_red.png) no-repeat;
    background-size: 100%;
}

/*----------------------------*/
/*--main--*/
/*----------------------------*/
section#main {
    margin-top: 90px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
@media screen and (max-width: 767px) {
    section#main {
        margin-top: 0px;
        padding-top: 30px;
    }
}
section#main .inner {
    position: relative;
    z-index: 1;
}
section#main::after {
    content: "";
    display: block;
    width: 100%;
    height: 35vh;
    background: #fff;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
@media screen and (max-width: 767px) {
    section#main::after {
        height: 70vh;
    }
}
section#main.bgimage {
    background: url(../images/insightSeg/main_bg.png) no-repeat;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
    section#main.bgimage {
        background: url(../images/insightSeg/main_bg_sp.png) no-repeat;
        background-size: 100%;
    }
}
section#main .textArea {
    margin-bottom: 25px;
}
section#main h1 img {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    section#main .textArea {
        margin-bottom: 15px;
    }
}
section#main .textArea .subTtl {
    padding: 30px 0;
    letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
    section#main .textArea p.fs18 {
        font-size: 14px;
        line-height: 1.5rem;
    }
    section#main .textArea .subTtl {
        padding: 10px 0 20px;
        letter-spacing: 0.08rem;
        line-height: 2.4rem;
    }
}
@media screen and (max-width: 414px) {
    section#main .textArea .subTtl {
        line-height: 1.8rem;
    }
}
section#main .textArea p.subTtl em.gradation {
    background: linear-gradient(to right, #03BDFA, #015FE9);
    padding: 4px 8px;
}
section#main .bunruiWrap p {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    section#main .bunruiWrap p {
        margin-bottom: 5px;
    }
}
section#main .bunruiWrap .bunrui_content p {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    section#main .bunruiWrap .bunrui_content p {
        line-height: 1.4rem;
    }
}
section#main .bunruiWrap p small {
    margin-left: 5px;
}
section#main .ctaBlock {
    margin-top: 30px;
}
section#main .ctaBtn a {
    margin-top: 20px;
}

/*----------------------------*/
.insightSeg .lower_pankuzu {
    padding: 0;
    padding-bottom: 5px;
}
.insightSeg .lower_pankuzu.pd-wide0 .section-breadcrumb {
    padding-bottom: 0;
}
.insightSeg .lower_pankuzu .inner {
    width: 1000px;
}
@media screen and (max-width: 1000px) {
	.insightSeg .lower_pankuzu .inner {
        width: 100%;
        padding: 0 20px;
    }
    .insightSeg .lower_pankuzu.pd-wide0 .section-breadcrumb {
        padding: 0;
    }
}

/*----------------------------*/
/*--about--*/
/*----------------------------*/
section#about {
    padding-bottom: 0;
    position: relative;
}
section#about::after {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    background: #fff;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
section#about .aboutWrap {
    position: relative;
    z-index: 1;
}
section#about .block {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    section#about .block {
        margin-bottom: 20px;
    }
}
section#about .block:last-child {
    margin-bottom: 0px;
}
section#about h3 {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    section#about h3 {
        margin-bottom: 5px;
    }
}
section#about .imgBox {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    section#about .imgBox {
        margin-top: 30px;
    }
}

section#about .aboutWrap_bunrui {
    margin-top: 50px;
}
section#about .bunrui_ttl {
    margin-bottom: 40px;
    padding: 20px 0;
    background: linear-gradient(to right, #03BDFA, #015FE9);
    
    position: relative;
}
section#about .bunrui_ttl::before {
    content: "";
    display: block;
    width: 751px;
    height: 50px;
    background: url(../images/insightSeg/bunruiContent_border.png) no-repeat;
    background-size: 100%;

    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
}
@media screen and (max-width: 767px) {
    section#about .bunrui_ttl::before {
        width: 100%;
        height: 50px;
        background: url(../images/insightSeg/bunruiContent_border_sp.png) no-repeat;
        background-size: 100%;
    
        position: absolute;
        bottom: -40px;
        left: 0;
        right: 0;
        margin: auto;
    }

    section#about .imgBox img {
        width: 100%;
    }
}
section#about .bunrui_ttl h3 {
    margin-bottom: 0;
}

section#bunrui_inovator,
section#bunrui_seikaku {
    padding-bottom: 0;
}

/*----------------------------*/
/*-------  共通項目  ----------*/
/*----------------------------*/
.ctaBtn a {
    padding: 20px 0;
    display: block;
    border-radius: 90px;
    background: linear-gradient(to right, #FA9A00, #EA4002);
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .ctaBtn a {
        margin-top: 20px;
    }
}
.ctaBtn a::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/insightSeg/cta_dot.png) no-repeat;
    background-size: 100%;

    position: absolute;
    top: 20%;
    right: 20px;
}
.ctaBtn a:hover,
.ctaBtn a:focus {
    color: #fff;
}
.bunrui_content {
    display: flex;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    
    position: relative;
}
@media screen and (max-width: 767px) {
    .bunrui_content {
        flex-wrap: wrap;
    }
}

.bunrui_content::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #03BDFA, #015FE9);

    position: absolute;
    top: 0;
}
.bunrui_content .block {
    padding: 22px 25px;
    width: calc(100% / 4);
    border-right: 1px solid #EBEBEB;
}
.bunrui_content .block h4 {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .bunrui_content .block {
        padding: 22px 10px;
        width: calc(100% / 2);
        border-bottom: 1px solid #EBEBEB;
    }
    .bunrui_content .block:nth-child(3),
    .bunrui_content .block:nth-child(4) {
        border-bottom: unset;
    }
    .bunrui_content .block:nth-child(3) h4,
    .bunrui_content .block:nth-child(4) h4 {
        min-height: auto;
    }
}
.bunrui_content .iconBox {
    margin: 20px auto;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .bunrui_content .iconBox {
        margin: 10px auto;
    }
    .bunrui_content .iconBox img {
        width: 40%;
    }
}
.bunrui_content p {
    margin-bottom: 0;
}
section#about .bunrui_content .block {
    margin-bottom: 0;
}

/*--bunruiListBlock--*/
.bunruiListBlock {
    border-top: 1px solid #E6E7E7;
    display: flex;
    flex-wrap: wrap;
}
.bunruiListBlock .block.ttlBlock {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bunruiListBlock .block {
    padding: 30px 22px;
    width: calc(100% / 3);
    border-right: 1px solid #E6E7E7;
    border-bottom: 1px solid #E6E7E7;
}
@media screen and (max-width: 767px) {
    .bunruiListBlock .block {
        padding: 20px 10px;
        width: calc(100% / 2);
    }
}
.bunruiListBlock .block:nth-child(3n) {
    border-right: none;
}
@media screen and (max-width: 767px) {
    .bunruiListBlock .block:nth-child(3) {
        border-right: 1px solid #E6E7E7;
    }
    .bunruiListBlock .block:nth-child(2n) {
        border-right: none;
    }
}
.bunruiListBlock .block .iconBox {
    margin-bottom: 5px;
}
.bunruiListBlock .block h4 {
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .bunruiListBlock .block h4 {
        margin-bottom: 5px;
    }
}
.bunruiListBlock .block .iconBox {
    text-align: center;
}

/*--kubunListBlock--*/
.kubunListBlock_wrap {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .kubunListBlock_wrap {
        margin-top: 50px;
    }
}
.kubunListBlock_wrap h3 {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .kubunListBlock_wrap h3 {
        margin-bottom: 10px;
    }
}

.kubunListBlock {
    margin-top: 50px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .kubunListBlock {
        margin-top: 20px;
        padding: 30px;
    }
}
.kubunListBlock .block {
    margin-bottom: 32px;
    width: calc((100% / 2) - 20px);
}
.kubunListBlock .block:nth-child(3),
.kubunListBlock .block:nth-child(4) {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .kubunListBlock .block {
        margin-bottom: 20px;
        width: 100%;
    }
    .kubunListBlock .block:nth-child(3) {
        margin-bottom: 20px;
    }
    .kubunListBlock .block:nth-child(4) {
        margin-bottom: 0;
    }
}
.kubunListBlock h4 {
    margin-bottom: 15px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .kubunListBlock h4 {
        margin-bottom: 5px;
    }
}
.kubunListBlock h4 span {
    position: relative;
    z-index: 1;
    padding-right: 20px;
}
.kubunListBlock h4::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
}
.kubunListBlock ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
@media screen and (max-width: 767px) {
    .kubunListBlock ul li {
        margin-bottom: 3px;
    }
}
.kubunListBlock ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: url(../images/insightSeg/list_dot.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 13px;
    left: 0px;
}
.kubunListBlock ul li:last-child {
    margin-bottom: 0px;
}

section#bunrui_sonota .kubunListBlock .block {
    margin-bottom: 0px;
}
section#bunrui_sonota .kubunListBlock .block ul.mb32 {
    margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
    section#bunrui_sonota .kubunListBlock .block {
        margin-bottom: 20px;
    }
    section#bunrui_sonota .kubunListBlock .block ul.mb32 {
        margin-bottom: 20px;
    }
    section#bunrui_sonota .kubunListBlock .block:last-child {
        margin-bottom: 0;
    }
}
/*----------------------------*/
/*--koubai--*/
/*----------------------------*/
section#bunrui_koubai {
    padding-bottom: 0;
}
.koubaiWrap {
    margin-bottom: 30px;
    padding: 20px;
}
.koubaiWrap:last-child {
    margin-bottom: 0px;
}
.koubai_ttlBlock {
    background: #ECF1F4;
    padding: 20px;
}
.koubai_ttlBlock.redBox {
    background: #FFEFEF;
}
.koubai_ttlBlock h3 {
    margin-bottom: 10px;
}
.koubai_content {
    margin-top: 20px;
    display: flex;
    
    position: relative;
}
@media screen and (max-width: 767px) {
    .koubai_content {
        margin-top: 0;
        flex-wrap: wrap;
    }
}
.koubai_content .block {
    padding: 22px 25px;
    width: calc(100% / 3);
    border-right: 1px solid #EBEBEB;
}
@media screen and (max-width: 767px) {
    .koubai_content .block {
        width: 100%;
        border-right: unset;
        border-bottom: 1px solid #EBEBEB;
    }
    .koubai_content .block:last-child {
        border-bottom: unset;
    }
}
.koubai_content .block:last-child {
    border-right: none;
}
@media screen and (max-width: 767px) {
    .koubai_content .block:last-child {
        padding-bottom: 10px;
    }
}
.koubai_content .iconBox {
    margin: 20px auto;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .koubai_content .iconBox {
        margin: 10px auto;
    }
}

/*----------------------------*/
section#specialpanel h2 {
    padding: 0;
}
section#specialpanel h2 span {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-right: 15px;
    padding: 10px 20px;
}
@media screen and (max-width: 767px) {
    section#specialpanel h2 span {
        margin-right: 10px;
        padding: 10px 10px;
    }
}
section#specialpanel h2::before {
    content: unset;
}

/*----------------------------*/
/*--ichiranblock--*/
/*----------------------------*/
.ichiranblock {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}
.ichiranblock .ichiranblock_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% / 3);
}
.ichiranblock .ichiranblock_list .img_area {
    margin-bottom: 20px;
}
.ichiranblock .ichiranblock_list .img_area img {
    width: 100%;
}
.ichiranblock .ichiranblock_list h3 {
    margin-bottom: 20px;
}
.ichiranblock .ichiranblock_list .text_area p {
    min-height: 90px;
}

.ichiranblock .ichiranblock_list .text_area a {
    background: #fff;
    display: block;
    margin-top: 20px;
    padding: 20px;
    padding-right: 40px;
    border-radius: 3px;
    width: 100%;
    position: relative;
}
.ichiranblock .ichiranblock_list .text_area a::after {
    content: "";
    background: url(../images/insightSeg/bector.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 10px;
    height: 15px;
    position: absolute;
    top: 40%;
    right: 20px;
}

@media screen and (max-width: 767px) {
    .ichiranblock {
        flex-wrap: wrap;
        gap: 60px 30px;
        margin-top: 0;
    }
    .ichiranblock .ichiranblock_list .img_area,
    .ichiranblock .ichiranblock_list .text_area {
        width: 100%;
    }
    .ichiranblock .ichiranblock_list h3 {
        padding: 0;
    }
    .ichiranblock .ichiranblock_list .text_area p {
        min-height: unset;
    }
    .ichiranblock .ichiranblock_list .text_area a {
        padding-right: 60px;
        padding-left: 30px;
    }
    .ichiranblock .ichiranblock_list {
        width: 100%;
    }
}
/*----------------------------*/
section#contact h2 {
    padding: 0;
}
section#contact h2::before {
    content: unset;
}
@media screen and (min-width: 768px) {
    .document_contact .contact_formblock {
        width: 100%;
    }
}

/*----------------------------*/
/*--追従ボタン--*/
/*----------------------------*/
.tuijuubtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.tuijuubtn a {
    padding: 20px 30px;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(to right, #FA9A00, #EA4002);
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(255,255,255,0.8);
    z-index: 999;
}
@media screen and (max-width: 767px) {
    .tuijuubtn a {
        display: none;
    }
}

.content09 {
    padding-top: 0;
}
.document_contact form dl dt,
.document_contact.tuiki_230107 .contact_formblock form dl dt {
    color: #333;
}
