/*other.css*/

body {
    background: #fff;
}

.wbr {
    display: inline-block;
}

.wrapper.sticky {
    overflow: inherit;
}

/*----------------------------------
Other pages Main area
------------------------------------*/
.other_top_bk {
    width: 100%;
    height: 100%;
/*
    background-image: url(/img/top/main_grad.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
*/
    position: relative;
}

.other_top {
    background: #fff;
}

.other_top .inner {
    padding: 120px 0 0;
}

.bread {
    display: flex;
    justify-content: flex-start;
	padding-bottom: 95px;
}

.bread a,
.bread span,
.bread p {
    margin-right: 8px;
    font-size: 14px;
}

.pageTitle {
	padding-bottom: 30px;
}

.pageTitle > span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.pageTitle h1 {
	display: flex;
	align-items: center;
	gap: 15px;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pageTitle h1 span {
    font-size: 22px;
    font-weight: 500;
    margin-top: 2px;
}

.pageTitle > p {
    font-size: 20px;
}

.other_top ul.pageLink {
    margin-top: 160px;
    display: flex;
    border-bottom: 1px solid #ccc;
}

.other_top ul.pageLink li {
    margin-right: 70px;
    margin-bottom: 20px;
}

.other_top ul.pageLink li:last-child {
    margin-right: 0;
}

.other_top ul.pageLink li a {
    font-size: 18px;
    font-weight: 500;
}

.other_top ul.pageLink li a.active {
    color: #0000FF;
    font-weight: bold;
} 

.other_top ul.pageLink li a span {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.page_catch {
    margin-top: 140px;
    margin-bottom: 50px;
}

.page_catch h2 {
    font-size: 32px;
    padding-bottom: 35px;
    color: #212121;
}

.page_catch p {
    font-size: 16px;
    color: #3B3B3B;
    line-height: 2;
}

.b_top {
    border-top: 1px solid #9A9A9A;
}

/*----------------------------------
ABOUT Page - Purpose
------------------------------------*/

.purpose_cont {
    width: 100%;
    max-width: 100%;
    background-image: url(/img/about/purpose_bk.jpg);
    background-repeat: repeat;
    padding-top: 85px;
    padding-bottom: 120px;
    position: relative;
}

.purpose_video_wrap {
    position: relative;
    width: 100%;
    max-width: 872px;
    margin: 0 auto;
}

.purpose_video_wrap:before {
    content:"";
    display: block;
    padding-top: 100%;
}

.purpose_video {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    border-radius:50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 1;
}

.purpose_video video {
    min-width: 100%;
    min-height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.center_cont_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 60%;
    max-width: 482px;
}

.center_cont_wrap:before {
    content:"";
    display: block;
    padding-top: 100%;
}

.center_cont {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
}

.center_cont > div {
    width: 64%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.center_cont > div h3 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-align: center;
}

.center_cont > div h3 span {
    font-size: 40px;
    font-weight: 300;
    color: #FF7600;
}

.center_cont > div p {
    font-size: 18px;
    color: #3B3B3B;
    line-height: 1.7;
}

.sec_title h2 span.num {
    font-size: 38px;
    font-family: 'Roboto', sans-serif;
    margin-right: 10px;
}

h2.secTitle span.num {
    font-size: 38px;
    font-family: 'Roboto', sans-serif;
    margin-right: 10px;
}

/*----------------------------------
ABOUT Page - ロケットスタートの3つの宣言
------------------------------------*/

.declar_wrap {
    padding-bottom: 75px;
}

.declar01 {
    background: #fff;
}

.declar01 .inner {
    padding: 90px 0 45px;
}

.declar01 h3 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.declar02 {
    background: #212121;
}

.declar02 .inner {
    padding: 70px 0 70px;
}

.declar_cont p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
}

.declar_cont h4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin-top: 30px;
}

.declar_cont h4 span {
    font-size: 24px;
    color: #FFFF00;
    font-weight: 500;
}

.declar_wrap .Btn02 {
    margin-top: 60px;
}

/*----------------------------------
ABOUT Page - 代表メッセージ
------------------------------------*/

.message_wrap {
    padding-top: 45px;
    padding-bottom: 80px;
}

.sec_title {
    width: 100%;
    padding: 30px 0 30px;
    background: #fff;
}

.sec_title_inner {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1240px;
}

.sec_title h2 {
    font-size: 36px;
    font-weight: 500;
}

.sec_title h2.bf {
    font-weight: 500;
}

.sec_title h2 span {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

/*----------------------------------
ABOUT Page - 代表メッセージ
------------------------------------*/

.representative {
    width: 100%;
    height: 800px;
    background-image: url(/img/about/representative.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 130px;
}

.representative .inner {
    position: relative;
}

.message_cont {
    width: 750px;
    max-width: 80%;
    min-height: 800px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: absolute;
    left: 0;
    top: 100px;
    padding: 80px 5% 60px 5%;
}

.message_cont h3 {
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: #9A9A9A;
    font-weight: 300;
    position: absolute;
    left: 25px;
    top: -35px;
    letter-spacing: 4px;
}

.message_cont h4 {
    color: #3B3B3B;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 40px;
}

.message_cont p {
    color: #3B3B3B;
    margin-bottom: 30px;
}

.message_cont p.star_n {
    font-size: 24px;
    text-align: right;
    margin-top: 50px;
}

.message_cont p.star_n span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.profile_box {
    background: #F8F8F8;
    padding: 30px 30px;
}

.profile_box h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.profile_box {
    font-size: 14px;
}

.profile .Btn02 {
    margin-top: 60px;
}

/*----------------------------------
ABOUT Page - 会社概要
------------------------------------*/

h2.secTitle {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
}

.company_cont {
    display: flex;
    justify-content: space-between;
}

.company_l {
    width: 48%;
    margin-right: 5%;
}

.company_r {
    width: 47%;
}

.company_l h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.company_l p {
    font-size: 16px;
    margin-top: 40px;
    line-height: 2;
}

dl.com_outline {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    margin-top: 75px;
    margin-bottom: 80px;
}

dl.com_outline dt,
dl.com_outline dd {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

dl.com_outline dt {
    width: 180px;
    background: #FAFAFA;
    padding-left: 15px;
    padding-right: 15px;
}

dl.com_outline dd {
    width: calc(100% - 182px);
    padding-left: 40px;
    padding-right: 15px;
}

dl.com_outline dd.effort {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

dl.com_outline dd.effort img {
    padding-right: 1em;
    display: inline-block;
    max-width: 100%;
}

dl.com_outline dd.effort img.logo-img-1th {
    width: 240px;
}

dl.com_outline dd.effort img.logo-img-2th {
    width: 80px;
    margin-bottom: 15px;
}

/*----------------------------------
ABOUT Page - アクセス
------------------------------------*/

.access_wrap {
    border-bottom: 1px solid #9A9A9A;
}

.access_wrap .inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*タブ実装*/
.tab_box01 .btn_area01 {
    margin: 0;
    display: -webkit-box;
    display: flex;
}

.tab_box01 .tab_btn {
    width: 50%;
    padding: 25px 0;
    color: #212121;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    border-bottom: 1px solid #212121;
    font-weight: 600;
}

.tab_box01 .tab_btn {
    margin-right: 2%;
}

.tab_box01 .tab_btn:last-child {
    margin-right: 0;
}

/*
.tab_box01 .tab_btn + .tab_btn {
    margin-left: 8px;
}
*/

.tab_box01 .tab_btn:hover {
    background-color: #dce1e4;
}

.tab_box01 .tab_btn.active {
    background:#212121;
    color:#fff;
}

.tab_box01 .panel_area01 {
    margin-top: 20px;
}

.tab_box01 .tab_panel {
    display:none;
}

.tab_box01 .tab_panel.active {
    display:block;
}

.monochrome iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.tab_box01 .tab_panel {
    position: relative;
    width: 100%;
}

.tab_box01 .tab_panel:before {
    content:"";
    display: block;
    padding-top: 45%;
}

.tab_box01 .tab_panel .monochrome {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.panel_area01 h3 {
    display: none;
}

/*----------------------------------
ABOUT Page - 取り組み・実績
------------------------------------*/

.other_works h3 {
    font-size: 24px;
    font-weight: 500;
}

.other_works h3 span {
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
}

.other_works ul.works {
    margin-top: 50px;
}

.works_wrap.other_works .inner {
    padding-top: 40px;
    padding-bottom: 0;
}

.pageCont .top_contact .inner {
    padding-top: 30px;
    
}

/*----------------------------------
WORK Page
------------------------------------*/

.workList_wrap .inner {
    padding-bottom: 180px;
}

ul.work_tags {
    display: flex;
    flex-wrap: wrap;
}

ul.work_tags li {
    margin-right: 30px;
}

ul.work_tags li a {
    min-width: 294px;
    min-height: 64px;
    border: 1px solid #212121;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    border-radius: 30px;
}

ul.work_tags li a span {
    font-size: 18px;
    font-weight: 500;
}

ul.work_tags li a span:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/img/top/tag_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}

ul.work_cate {
    display: flex;
    flex-wrap: wrap;
}

ul.work_cate li {
    margin-right: 30px;
}

ul.work_cate li a {
    min-width: 294px;
    min-height: 64px;
    border: 1px solid #212121;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    border-radius: 30px;
}

ul.work_cate li a:hover {
    background-color: #f7f7f7;
    opacity: 1;
}

ul.work_cate li a span {
    font-size: 18px;
    font-weight: 500;
}


ul.work_cate li a span:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(/img/common/cate_ar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}

.workList_wrap .tag_links.works__tag-links {
    margin-top: 40px;
    justify-content: start;
}

ul.w_tags {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}

ul.w_tags li {
    margin-right: 15px;
    margin-bottom: 5px;
}

ul.w_tags li a {
    display: inline-block;
    font-size: 14px;
}

ul.w_tags a:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/img/top/tag_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

ul.work_list {
    margin-bottom: 180px;
}

ul.work_list > li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 60px;
}

ul.work_list > li a.w_img img {
    display: block;
}

ul.work_list > li a.w_img {
    display: block;
    width: 368px;
    max-width: 30%;
}

ul.work_list > li .w_cont {
    width: 838px;
    max-width: 67%;
    margin-left: 3%;
}

.w_cont h3 {
    margin-bottom: 15px;
}

.w_cont h3 a {
    font-size: 22px;
}

.w_cont h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.w_cont > p {
    font-size: 14px;
}

ul.work_list > li .Btn02 {
    width: 176px;
    padding: 10px 0 10px 0;
    margin-right: 0;
    margin-top: 55px;
}

ul.work_list > li .Btn02-Text span:after {
    right: 10px;
}

/* Pagenation */

ul.pagination {
    display: flex;
    justify-content: center;
}

ul.pagination li {
    padding: 0 10px;
}

ul.pagination li a {
    display: block;
    width: 224px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #9A9A9A;
}

ul.pagination li a span {
    font-size: 14px;
    font-weight: 500;
}

ul.pagination li.pre a span:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 11px;
    background-image: url(/img/common/pre_ar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

ul.pagination li.next a span:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 11px;
    background-image: url(/img/common/next_ar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 8px;
}

/*----------------------------------
NEWS Page - お知らせ
------------------------------------*/

.newsList_wrap .inner {
    display: flex;
    padding-bottom: 60px;
	max-width: 1000px;
}

.newsList_cont {
    width: 900px;
    max-width: 77%;
    margin-right: 48px;
}

.sideList {
    width: 200px;
    max-width: 20%;
    
}

.widget--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

ul.newsList {
    margin-bottom: 70px;
}

ul.newsList li {
    margin: 20px 0 20px;
    border-bottom: 1px solid #707070;
}

ul.newsList li:last-child {
    border-bottom: none;
}

ul.newsList li .date {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

ul.newsList li a.cat-btn-01 > span,
ul.newsList li > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #fff;
    background: #212121;
    padding: 3px 10px 3px;
    margin-left: 8px;
    border-radius: 10px;
}

ul.newsList li > h2 {
    font-size: 20px;
    padding: 10px 0 10px;
}

ul.newsList li > h2 > a {
    font-size: 20px;
}

ul.newsList li > p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.sideList .list_cate {
    padding: 25px 10px 20px;
    border-top: 2px solid #212121;
}

.sideList .list_cate > h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.sideList .list_cate > ul li {
    margin-bottom: 10px;
}

.sideList .list_cate > ul li a {
    font-size: 16px;
}

.sideList .list_cate > ul li a span {
    font-size: 16px;
}

.sideList .list_cate > ul li span {
    font-size: 16px;
}
/*----------------------------------
NEWS Page - お知らせ詳細
------------------------------------*/

.news_details {
    width: 760px;
    max-width: 76%;
    margin-right: 40px;
    margin-bottom: 30px;
}

.news_details .date {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.news_details a.cat-btn-01 > span,
.news_details > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #fff;
    background: #212121;
    padding: 3px 10px 3px;
    margin-left: 8px;
    border-radius: 10px;
}

.news_details > h2.title {
    font-size: 20px;
    padding: 10px 0 10px;
    margin-bottom: 20px;
	font-weight:bold;
}

.news_details  p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.news_details  p > span {
    font-size: 16px;
}

.news_details > p.a_img img {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
}

.news_details a:link, .news_details a:visited {
    color: #12367A;
    font-size: 16px;
}

.news_details a:hover {
    text-decoration: underline;
}

.news_details img {
    height: auto;
}

.toListBt {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
}

.toListBt:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 11px;
    background-image: url(/img/common/pre_ar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
}

/* -- 設定追加 -- */
.news_details > h1,
.news_details > h2,
.news_details > h3,
.news_details > h4{
    padding: 10px 0 10px;
    margin-bottom: 1em;
    font-weight: bold;
}

.news_details > h1 {
    font-size: 36px;
}

.news_details > h2 {
    font-size: 28px;
	margin-top:2em;
	border-bottom: 1px solid #ccc;
}

.news_details > h3 {
    font-size: 20px;
	margin-top:2em;
}

.news_details > h4 {
    font-size: 18px;
}

.news_details > h5 {
    font-size: 16px;
    font-weight: bold;
}

.news_details strong {
    font-weight:bold;
}

.news_details .headline {
    border-bottom: 1px solid #ccc;
}

.news_details figure {
	margin: 30px 0 60px;
}

.news_details figcaption {
    margin-top: 10px;
	text-align:center;
}

/* -- 著者情報 -- */
.writing-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    background-color: #eee;
    border: 1px solid #ccc;
    max-width: 100%;
    margin-top: 2em;
}

.writing-info:hover {
    text-decoration: none !important;
}

.writing-info figure {
    width: 25%;
}

.writing-info figure img {
    margin: auto;
    display: block;
    width: auto;
}

.writing-info p {
    width: 75%;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
    padding: 1em;
}

.author-info {
    display: grid;
	gap: 2em;
    padding: 2em;
    border: 1px solid #ccc;
    max-width: 100%;
    margin-top: 3em;
}

.author-info .item1 {
	width: 100px;
	overflow: hidden;
	aspect-ratio: 1;
	border-radius: 200px;
	background-color: #eee;
	margin: 0 auto;
}

.author-info .item1 img{
	width: 100%;
}

.author-info .text1{
	font-size: 20px;
    font-weight:bold;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
}

.author-info .text2{
	font-size: 16px;
	margin-bottom: 0;
}

.author-info .logo{
	margin-top: 1em;
	display: flex;
	gap: 1em;
}

.author-info .logo img{
	width: 40px;
}

@media screen and (min-width: 768px) {
.author-info {
	grid-template-columns: auto 1fr;
}
}

@media screen and (max-width: 767px) {
.author-info {
	gap: 1em;
	padding: 1em;
}

.author-info .item1{
	width: 60px;
}

.author-info .text1{
	font-size: 18px;
	text-align: center; 
}

.author-info .text2{
	font-size: 14px;
}

.author-info .logo img{
	width: 30px;
}
}

.cta-info h2, .cta-info h3 {
    padding: 10px 0 10px;
    margin-bottom: 1em;
    font-weight: bold;
}
.cta-info h2 {
    font-size: 28px;
	margin-top:2em;
	border-bottom: 1px solid #ccc;
}
.cta-info h3 {
    font-size: 20px;
	margin-top:2em;
}
.news_details > h4 {
    font-size: 18px;
}
.news_details > h5 {
    font-size: 16px;
    font-weight: bold;
}

/* 関連記事一覧*/
.related_articles ul.articles_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related_articles ul.articles_list .articles_title{
    margin-top: 5px;
}

.related_articles ul.articles_list .articles_title a{
    font-size: 14px;
    color: #12367A;
}

@media screen and (max-width:767px) {
    .related_articles ul.articles_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 15px;
    }
}


/*----------------------------------
Work Detail Page
------------------------------------*/

.detailCont .inner {
    width: calc(100% - 40px);
    max-width: 760px;
}

.detailCont .bread {
    margin-bottom: 30px;
}

.pageTitle .sub {
    font-size: 18px;
    margin-bottom: 30px;
}

.pageTitle span.tag {
    font-size: 18px;
    font-weight: 600;
}

.pageTitle span.tag:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/img/top/tag_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}

.pageTitle .cate {
    font-size: 14px;
    font-weight: 600;
    padding: 0 40px;
    display: inline-block;
    min-width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #212121;
    border-radius: 30px;
}

.detailCont .pageTitle h1 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.detailCont .pageTitle .comp {
    font-size: 18px;
    margin-bottom: 20px;
}

.detailCont .pageTitle .date {
    font-size: 18px;
    color: #9a9a9a;
    margin-bottom: 20px;
}

.detailCont .pageTitle .title_img {
    margin: 60px auto 60px;
}

.detailCont .pageTitle .title_img img {
    display: block;
}

.detailCont .pageTitle .title_tx {
    font-size: 16px;
    line-height: 1.8;
}

.detailCont .article_wrap {
    border-bottom: 1px solid #9a9a9a;
}

.detailCont .article_wrap .inner {
    padding-bottom: 85px;
}

.detailCont .article {
    width: 100%;
    margin: 60px 0 60px;
}

.article p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.article p *{
    font-size: inherit;
}

.article strong {
	font-weight: bold;
}

.article p.a_img img {
    display: block;
    margin: 40px auto 20px;
}

.article a:link, .article a:visited {
    color: #12367A;
    font-size: 16px;
}

.article a:hover {
    text-decoration: underline;
}

.article > h1,
.article > h2,
.article > h3,
.article > h4{
    padding: 10px 0 10px;
    margin-bottom: 1em;
    font-weight: bold;
}

.article > h2 {
    font-size: 30px;
	margin-top:2em;
}

.article > h3 {
    font-size: 20px;
	margin-top:2em;
}

.article > h4 {
    font-size: 18px;
}

.article > h5 {
    font-size: 16px;
    font-weight: bold;
}

.article .headline {
    border-bottom: 1px solid #ccc;
}

.article figure {
	margin: 30px 0 60px;
}

.article figcaption {
    margin-top: 10px;
	text-align:center;
}

.sns_share ul {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.sns_share ul li {
    padding: 10px 30px 10px
}

.sns_share ul li a {
    font-size: 16px;
    position: relative;
}

.sns_share ul li.twitter a span {
    color: #1DA1F2;
}

.sns_share ul li.facebook a span {
    color: #1877F2;
}

.sns_share ul li.x a span {
    color: #010101;
    font-weight: bold;
}

.sns_share ul li.twitter a:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(/img/common/twitter_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.sns_share ul li.facebook a:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(/img/common/facebook_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.sns_share ul li.x a:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/common/x_ic_bk.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.other_works .block_title h3 {
    display: inline-block;
    vertical-align: middle;
}

.block_title .category {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.block_title .category a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    min-width: 140px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #212121;
    border-radius: 30px;
    margin-right: 15px;
    font-weight: 500;
}


/*----------------------------------
お知らせ詳細・実績詳細の共通設定
------------------------------------*/
/* -- ブログの目次 -- */
.news_details .contents,
.article .contents{
	display: inline-block;
	margin-top: 20px;
	padding: 1em 2em;
	background-color: #eee;
	border: 1px solid #ccc;
}

.news_details .contents h2,
.article .contents h2{
	font-weight: bold;
	font-size: 20px;
}

.news_details .contents ul.main > li,
.article .contents ul.main > li { 
	margin-top: 1em;
}

.news_details .contents ul.main > li > a,
.article .contents ul.main > li > a { 
	font-size: 16px;
	font-weight: bold;
}

.news_details .contents ul.sub,
.article .contents ul.sub {
	margin-left: 1.5em;
}

.news_details .contents ul.sub > li,
.article .contents ul.sub > li {
	margin-top: 0.5em;
}

.news_details .contents ul.sub > li > a,
.article .contents ul.sub > li > a {
	font-size: 14px;
}


/* -- お問い合わせボタン -- */
.news_details .link_btn,
.article .link_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 60px;
  border-radius: 100vh;
  background-color: #cd307f;
  margin: 40px auto 0;
}

.news_details .link_btn,
.news_details .link_btn:link,
.news_details .link_btn:visited,
.article .link_btn,
.article .contact_btn:link,
.article .contact_btn:visited {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.news_details .link_btn:hover,
.article .link_btn:hover {
  opacity: 0.7;
}


/*----------------------------------
お問合せ完了
------------------------------------*/
.thanks_wrap > .inner {
    padding-bottom: 100px;
}

.thanks_wrap > .inner > p {
    font-size: 16px;
    line-height: 1.8;
}

.thanks_wrap > .inner > a {
	display: inline-block;
	margin-top: 1em;
    font-size: 16px;
    text-decoration: underline;
}

/*----------------------------------
プライバシーポリシー
------------------------------------*/

.privacy_wrap > .inner {
    padding-bottom: 100px;
}

.privacy_wrap > .inner > h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 15px;
}

.privacy_wrap > .inner > p {
    font-size: 16px;
    line-height: 1.8;
}

.privacy_wrap > .inner > p a,
.privacy_wrap > .inner > p a span.wbr {
    font-size: 16px;
    line-height: 1.8;
}

.privacy_wrap > .inner > ul {
    padding-left: 1.5em;
    margin-top: 10px;
}

.privacy_wrap > .inner > ul > li {
    font-size: 16px;
    list-style-type: disc;
    margin-bottom: 5px;
    line-height: 1.8;
}

.madoguchi p {
    font-size: 16px;
    line-height: 1.8;
}

.madoguchi dl {
    display: flex;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.madoguchi dl dt,
.madoguchi dl dd {
    font-size: 16px;
}

.madoguchi dl dt {
    width: 25%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.madoguchi {
    padding-top: 40px;
}

.madoguchi dl {
    margin-top: 20px;
}

.madoguchi dl dd {
    width: 75%;
    padding: 20px 5px 20px;
}

.madoguchi dl dd p {
    font-size: 16px;
    padding: 3px 0;
}

.para {
    margin: 40px 0 40px;
}

.para p {
    font-size: 16px;
    line-height: 1.8;
}


.privacy_wrap > .inner p.right {
    text-align: right;
    margin-top: 60px;
}

/*----------------------------------
サイト利用規約
------------------------------------*/

.madoguchi.browser {
    padding-top: 0;
}

.madoguchi.browser dl {
    margin-bottom: 10px;
}

.privacy_wrap > .inner > h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 10px;
}

/*----------------------------------
サイトマップ
------------------------------------*/

.sitemap_wrap .pe-none {
    pointer-events: none;
}

.sitemap_wrap .sub-tit {
    display: inline-block;
    font-size: 80%;
    font-weight: normal;
}

.sitemap_wrap h2 {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    padding: 0 0 0.25em;
}

.sitemap_wrap h2 a {
    font-size: 24px;
    display: flex;
    align-items: center;
}

.sitemap_wrap h2 a span {
    display: inline-block;
    margin-left: 0.5em;
}

.sitemap_wrap > .inner > ul > li {
    list-style-type: none;
    line-height: 2;
}

.sitemap_wrap > .inner > ul > li a {
    font-size: 16px;
}

.sitemap_wrap ul.arrow li {
    position: relative;
}

.sitemap_wrap ul.arrow li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.5em;
    bottom: 0;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: solid 1px #3B3B3B;
    border-right: solid 1px #3B3B3B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*----------------------------------
ロケスタのHDX
------------------------------------*/

.hdx_outline h2 {
    font-size: 32px;
    margin-bottom: 90px;
}

.hdx_outline h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

.hdx_cont p {
    font-size: 16px;
    line-height: 1.8;
}

.hdx_fig {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 80px;
}

.hdx_fig h3 img {
    width: 382px;
}

.hdx_fig h3 span {
    font-size: 20px;
    color: #9A9A9A;
    font-family: 'Roboto', sans-serif;
    display: block;
    margin-top: 5px;
}

#hdx {
    width: 790px;
    margin: 60px auto;
}

.rec {
    background: #fafafa;
}

.rec .inner {
    padding: 70px 0 20px;
}

.rec .inner3 {
    padding: 90px 0;
}

.hdx_block .t_copy {
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.hdx_block h2 {
    font-size: 40px;
    text-align: center;
}

.hdx_block h2 span {
    display: block;
    width: 64px;
    margin: 0 auto;
}

.hdx_block .hdx_image {
    width: 1090px;
    margin: 30px auto 30px;
}

.hdx_block ul.link_bts {
    margin-top: 140px;
}

.hdx_block ul.link_bts li {
    position: relative;
}

.hdx_block ul.link_bts li a {
    position: relative;
}

.hdx_block ul.link_bts li a:hover {
    background-color: #f7f7f7;
    opacity: 1;
}

.hdx_block ul.link_bts li.to_service:before {
    content: '';
    display: block;
    width: 169px;
    height: 60px;
    background-image: url(/img/hdx/tip02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.hdx_block ul.link_bts li.to_work:before {
    content: '';
    display: block;
    width: 169px;
    height: 60px;
    background-image: url(/img/hdx/tip01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.dept .inner {
    padding: 70px 0 20px;
}

.other_top ul.hdxLink li a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #212121;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}

.other_top ul.hdxLink li a.active:before {
    background:#0000FF;
}

.hdx_block ul.link_bts li.to_work {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.Btn03 {
    display: block;
    width: 48%;
    height: 60px;
    border: 1px solid #9A9A9A;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
    background: #fff;
}

a.Btn03 span {
    font-size: 14px;
    font-weight: 500;
}

a.Btn03 span:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/img/top/tag_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

/*--- 採用HDX ---*/
.hdx_block .t_copy_2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.hdx_cont p.intro {
    margin: 2em auto 150px;
}

.hr_cont {
    display: flex;
    justify-content: space-between;
}

.hr_l {
    width: 55%;
    margin-right: 5%;
}

.hr_r {
    width: 40%;
}

ul.work_cate.web_list {
    justify-content: center;
    margin: 2em 0;
}

ul.work_cate.web_list li {
    margin-right: 0;
}

.hr_cont h3 {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.hr_cont h2 {
    text-align: left;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 14px;
}

.hr_cont h2.with-logo {
    display: inline-flex;
    justify-self: flex-start;
    align-items: center;
}

.hr_cont h2.with-logo span {
    display: inline-block;
    padding-left: 1em;
    vertical-align: middle;
}

.hr_cont h2.with-logo span img {
    vertical-align: middle;
}

.r-media {
    margin: 3em auto 2em;
    text-align: center;
}

.r-media h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: left;
}

.r-media-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1em;
}

.r-media figure {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    width: 191px;
    max-width: 100%;
    height: 50px;
    border: 1px solid #A2A2A2;
}

.btn_hdx_dl {
    position: relative;
    display: block;
    padding: 40px 15px;
    width: 500px;
    max-width: 100%;
    border: 1px solid #707070;
    margin: 2.5em auto;
    text-align: center;
    letter-spacing: 2px;
}

.hdx_dl .title_01 {
    text-align: center;
    font-size: 20px;
}

.btn_hdx_dl .btn_hdx_dl_text {
    font-size: 22px;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
}

.btn_hdx_dl .btn_hdx_dl__icon {
    display: inline-block;
    padding-left: 1em;
}

.btn_hdx_dl .btn_hdx_dl__icon img {
    height: 22px;
}

.hdx_link_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hdx_link_btn .Btn02.btn_wide {
    width: 8em;
    margin: 0 5px;
    border-left: none;
}

.hdx_link_btn .Btn02-Text span {
    padding-left: 0;
}

.hdx_link_btn .Btn02:hover .Btn02-Text span {
    color: #212121;
}

/*--- 発信HDX ---*/
.web_h3 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 1em;
}

.overview_web {
    margin-bottom: 6em;
}

.web_cont_line {
    position: relative;
    display: flex;
    justify-self: flex-start;
    align-items: center;
    margin-bottom: 62px;
    min-height: 200px;
}

.web_cont_line .icon-type-01 {
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
    border-radius: 50%;
    background-color: #E2EDF0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 2em;
    text-align: center;
}

.web_cont_line .icon-type-01 figure {
    margin-bottom: 13px;
    text-align: center;
}

.web_cont_line .icon-type-01 figure img {
    height: 50px;
}

.web_cont_line .icon-type-01 figure figcaption {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

/*--- 業務HDX ---*/
.it_h3 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 1em;
}

.it_h3_sub_title {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.it_title {
    margin-bottom: 2em;
    background-color: #E2EDF0;
    border-radius: 13px;
    display: flex;
    align-items: center;
}

.it_title .icon-type-02 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #0266CB;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2em;
}

.it_title .icon-type-02 span {
    color: #0266CB;
    font-weight: bold;
    font-size: 21px;
}

.it_title .it_h4 {
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    padding-left: 1em;
    padding-top: 28px;
    padding-bottom: 30px;
}

.kin_p {
    margin-bottom: 5em;
    margin-top: -1.5em;
}

.it_link {
    color: #0266CB;
}

.it_p {
    padding-left: calc(60px + 3em);
    padding-right: 2em;
    margin-bottom: 5em;
}

.arrow-01 {
    margin: 3.5em auto;
    text-align: center;
}

.itanto-fig {
    text-align: center;
    margin-bottom: 3em;
}

/*--- リクルートメディア ---*/
.rm-block {
    padding-top: 3.5em;
}

.r-media-pages .top-tit {
    display: block;
    font-size: 28px;
    font-weight: 600;
}

.r-media-pages .r-logo {
    text-align: center;
    margin: auto;
    padding: 0 1em;
}

.r-media-pages .r-logo img {
    width: 420px;
    max-width: 100%;
}

.r-media-pages .r-intro {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 20px;
    margin: 3.5em 0;
    text-align: center;
}

.r-media-pages .rm-info figure {
    width: 418px;
    max-width: 100%;
    margin-bottom: 1.5em;
}

.r-media-pages .rm-info .p-first {
    margin-bottom: 1.5em;
    font-size: 16px;
}

.r-media-pages .rm-info dl dt {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #CCC;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.r-media-pages .rm-info dl dd {
    padding: 1em 0;
    font-size: 16px;
    line-height: 1.8;
}

.r-media-pages .rm-info .rm-info-cont {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.r-media-pages .rm-info .rm-info-cont .l-cont {
    width: calc(100% / 3);
}

.r-media-pages .rm-info .rm-info-cont .r-cont {
    width: calc(100% - (100% / 3));
}

.r-media-pages .rm-info .rm-info-cont .l-cont,
.r-media-pages .rm-info .rm-info-cont .r-cont {
    padding: 0 2em;
}

.r-media-pages .feature-4 {
    font-size: 28px;
    font-weight: 600;
    padding: 1em 0;
    background-color: #E2EDF0;
    text-align: center;
    margin: 2em 0;
}

.feature-4-cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.feature-4-cont .cont-box {
    position: relative;
    width: calc(50% - 64px);
    margin: 32px;
    padding: 3em;
    border-radius: 13px;
    background-color: #FAFAFA;
    box-shadow: 0 3px 3px 0 rgb(0,0,0,0.16);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 600px;
}

.feature-4-cont .cont-box:before {
    position: absolute;
    top: -22px;
    left:-36.5px;
    z-index: 1;
    content: '';
    display: inline-block;
    width: 140px;
    height: 187px;
    background-size: contain;
    vertical-align: middle;
}

.feature-4-cont .cont-box:first-of-type:before {
    left:-40px;
    background-image: url(/img/hdx/r-media/number-bg-01.png);
}

.feature-4-cont .cont-box:nth-of-type(2):before {
    background-image: url(/img/hdx/r-media/number-bg-02.png);
}

.feature-4-cont .cont-box:nth-of-type(3):before {
    background-image: url(/img/hdx/r-media/number-bg-03.png);
}

.feature-4-cont .cont-box:nth-of-type(4):before {
    background-image: url(/img/hdx/r-media/number-bg-04.png);
}

.feature-4-cont .icon-ex-4 {
    text-align: center;
}

.feature-4-cont .icon-ex-4 figcaption {
    font-size: 20px;
    font-weight: 600;
    margin: 1.5em 0 1em;
    line-height: 1.8;
}

.feature-4-cont .icon-ex-4 img {
    width: 180px;
}

.consultation-btn a {
    display: block;
    width: 420px;
    max-width: 100%;
    margin: 0 auto 120px;
    text-align: center;
    border: 1px solid #707070;
    padding: 2.5em;
}

.consultation-btn a p {
    font-size: 22px;
    font-weight: 300;
}

.mt-ver-r-media {
    margin-top: 120px;
}

/*----------------------------------
志　CREDO
------------------------------------*/

.credo_wrap .bread {
    margin-bottom: 20px;
}

.credo_wrap .page_catch {
    margin-top: 30px;
}

.rock_copy {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rock_copy li.m_r {
    width: 200px;
    margin-right: -20px;
}

.rock_copy li.m_o {
    width: 228px;
    margin-right: -10px;
}

.rock_copy li.m_c {
    width: 196px;
    margin-right: -10px;
}

.rock_copy li.m_k {
    width: 226px;
}

.credo_wrap .page_catch h2 {
    font-size: 46px;
    padding-bottom: 20px;
}

.credo_wrap .page_catch p {
    font-size: 16px;
    line-height: 1.8;
}

.credo_wrap .other_top {
    height: 100vh;
    min-height: 800px;
}

.rock_wrap {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.rock_wrap.fixed {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
}

.rock_wrap .rock {
    position: absolute;
    top: auto;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.rock_wrap.fixed .rock {
    margin-left: -40px;
}

/*ROCKの文字を順番に*/
.m_item {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.m_item.active {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

/*ROCK*/
.rock_outer {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.m_rock {
  opacity: 0;
}

.m_rock.slide {
    animation: SlideIn .5s;
    opacity: 1;
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
.m_rock.fadeIn {
    animation-name:fadeInAnime;
    animation-duration: .5s;
    animation-fill-mode:forwards;
    opacity: 1;
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
*/

.m_item.disappear {
    opacity: 0;
}

/*４つの経営理念*/
.r_policy_outer {
    width: 100%;
    position: absolute;
    bottom: 195px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.r_policy {
    font-size: 40px;
    color: #12367A;
    font-weight: 500;
    text-align: center;
    opacity: 0;
}

/*
.r_policy.slide {
    animation: SlideIn_01 0.7s;
    opacity: 1;
}

@keyframes SlideIn_01 {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
*/

.r_policy.fadeIn {
    animation-name:fadeInAnime_01;
    animation-duration: 1.5s;
    animation-delay: 1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
    font-weight: bold;
}

@keyframes fadeInAnime_01 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.policy_wrap {
    background: transparent;
    position: relative;
    z-index: 2;
}

.policy_wrap .inner {
    padding: 40px 0 150px;
}

.policy_block {
    width: 560px;
    margin: 0 auto 50px;
    border-bottom: 1px solid #1e1e1e;
    padding-bottom: 40px;
}

.policy_block h3 {
    width: 486px;
    margin-bottom: 30px;
}

.policy_block h3 img {
    width: 100%;
}

.policy_block h4 {
    font-size: 22px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 20px;
}

.policy_block p {
    font-size: 20px;
    line-height: 1.8;
}

/*----------------------------------
Modify
------------------------------------*/

.message_cont {
    width: 600px;
    min-height: 700px;
    padding: 60px 3% 40px 3%;
    top: 150px;
}

.message_cont p {
    line-height: 1.8;
}

.message_cont p.star_n {
    margin-top: 40px;
}

.message_cont h3 {
    top: -45px;
}

ul.work_cate li a {
    border: 1px solid #9a9a9a;
}

.bread {
    z-index: 98;
    position: relative;
}

/*----------------------------------
ロゴ
------------------------------------*/

.logo-fig {
    display: block;
    margin-top: 1em;
    width: fit-content;
}

.logo-fig figcaption {
    font-size: 12px;
    padding-top: 0.25em;
}

.logo-fig figcaption span {
    font-size: 12px;
    display: block;
}

.logo-fig-img-1th {
    width: 150px;
}

.cybozu-logo-250w {
    min-width: 250px;
    display: inline-block; 
}
