html {
    font-size: 16px;
    overflow-x: hidden;
}

@media screen and (min-width: 1921px){
    html {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1920px) {
    html {
        font-size: clamp(1rem, 0.95vw, 1.125rem);
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    html {
        font-size: 1rem;
    }
}
/* ヘッダー2025 */
body {
   font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
    color: #FC0000;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    background: #Fffffff;
}

a {
    text-decoration: none;
    color: #222222;
}

p {
    margin: 0;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
}

h1,
h2,
h3,
h4 {
    margin: 0;
	font-size: 0.5em !important;
	color:#B80015;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ヘッダー */

.sticky_contents {
    position: sticky;
    top: 0;
    z-index: 2;
}

.header_wrap {
    padding: 1rem 0.875rem;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #B80015;
}

@media screen and (min-width: 768px) {
    .header_wrap {
        padding: 1.25rem 3.125rem;
        display: flex;
        align-items: center;
    }
}

.header_logo {
    width: 12.375rem;
}

/* @media screen and (min-width: 768px) {
    .header_logo {
        width: 12.5rem;
    }
} */

@media screen and (min-width: 1921px){
    .header_logo {
        width: 17.215rem;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1920px) {
    .header_logo {
        width: clamp(12.5rem, 17.215vw, 17.215rem);
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .header_logo {
        width: 12.5rem;
    }
}

.header_logo .header_logo_image_white {
    display: none;
}

@media screen and (min-width: 768px) {
    .header_logo_image_white {
        display: none;
    }
}

/* ヘッダーメニュー */

.header_menu_wrap {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header_menu {
    display: none;
}

@media screen and (min-width: 768px) {
    .header_menu {
        display: flex;
        align-items: center;
    }
}


@media screen and (min-width: 768px) {
    .header_menu_button_sp {
        display: none;
    }
}

.header_menu_child {
    padding: 1rem;
    font-size: 1rem;
}

@media screen and (min-width: 1921px){
    .header_menu_child {
        padding: 1rem;
        font-size: 1rem;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1920px) {
    .header_menu_child {
        padding: 1rem;
        font-size: clamp(0.875rem, 1vw, 1rem);
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .header_menu_child {
        padding: 1rem;
        font-size: 0.875rem;
    }
}

.header_menu_link {
    position: relative;
}

.header_menu_link.is_active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #B80015;
    bottom: -0.625rem;
    left: 0;
    display: inline-block;
}

.dl_contact_wrap {
    display: none;
}

@media screen and (min-width: 768px) {
    .dl_contact_wrap {
        display: flex;
        align-items: center;
        margin-left: 1.5rem;
    }
    
}

.dl_contact_wrap a {
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
    padding: 0.5rem;
    width: 5rem;
}

@media screen and (min-width: 1921px){
    .dl_contact_wrap a {
        color: #fff;
        text-align: center;
        font-size: 1rem;
        padding: 0.5rem;
        width: 6.5rem;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1920px) {
    .dl_contact_wrap a {
        color: #fff;
        text-align: center;
        font-size: clamp(0.75rem, 1vw, 1rem);
        padding: 0.5rem;
        width: 6.5rem;
        width: clamp(5rem, 6.5vw, 6.5rem);
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .dl_contact_wrap a {
        color: #fff;
        text-align: center;
        font-size: 0.75rem;
        padding: 0.5rem;
        width: 5rem;
    }
}


.dl_contact_wrap .button_dl {
    background: #717171;
    border-radius: 1.25rem 0 0 1.25rem;
}
.dl_contact_wrap .button_contact {
    background: #363636;
    border-radius: 0 1.25rem 1.25rem 0;
}

/* ヘッダーメニュー end*/

/* SP版ヘッダーメニュー */

.header_wrap.sp_is_open {
    background: #313131;
    border-bottom: #313131;
    position: relative;
}

.header_wrap.sp_is_open .header_logo .header_logo_image {
    display: none;
}

.header_wrap.sp_is_open .header_logo .header_logo_image_white {
    display: block;
}

.header_wrap .header_menu_close_button_image {
    display: none;
}

.header_wrap.sp_is_open .header_menu_button_image {
    display: none;
}

.header_wrap.sp_is_open .header_menu_close_button_image {
    display: block;
}

.header_wrap .header_menu_wrap_sp {
    display: none;
}

.header_wrap.sp_is_open .header_menu_wrap_sp {
    display: block;
    position: absolute;
    z-index: 1;
    background: #313131;
    width: 100vw;
    margin: 0 calc(50% - 50vw - 0.95rem);
    top: 3.35rem;
    height: calc(100vh - 3.35rem);
}

.header_menu_sp_inner {
    padding: 2.625rem;
}

.header_wrap.sp_is_open .header_menu_wrap_sp .header_menu {
    display: block;
}
.header_wrap.sp_is_open .header_menu_wrap_sp .header_menu:not(:last-child) {
    margin-bottom: 2.375rem;
}

.header_wrap.sp_is_open .header_menu_wrap_sp .header_menu .header_menu_child {
    padding: 0 0 1rem 1.875rem;
    font-size: 1.125rem;
}

.header_wrap.sp_is_open .header_menu_wrap_sp .header_menu .header_menu_child a {
    color: #BFBFBF;
}

.header_wrap.sp_is_open .header_menu_wrap_sp .header_menu .header_menu_child .header_menu_link::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -1.875rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1.25rem;
    background: #BFBFBF;
    height: 1px;
}

.header_wrap.sp_is_open .header_menu_wrap_sp .header_menu .header_menu_child .header_menu_link.is_active::after {
    position: absolute;
    top: 50%;
    left: -1.875rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1.25rem;
    background: #BFBFBF;
}

.header_wrap.sp_is_open .header_menu_wrap_sp .dl_contact_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
}

.header_wrap.sp_is_open .header_menu_wrap_sp .dl_contact_wrap a {
    font-size: 1rem;
}

.header_wrap.sp_is_open .header_menu_wrap_sp .dl_contact_wrap .button_dl {
    border: 1px solid #707070;
    width: 50%;
}
.header_wrap.sp_is_open .header_menu_wrap_sp .dl_contact_wrap .button_contact {
    border: 1px solid #707070;
    width: 50%;
}

/* SP版ヘッダーメニュー end*/

/* ヘッダー end*/

/* コンテンツ */

.contents_wrap {
    margin: 0 auto;
    padding: 1.75rem 1rem;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .contents_wrap {
        margin: 0 auto;
        padding: 7rem 0;
        width: 1100px;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1920px) {
    .contents_wrap {
        margin: 0 auto;
        padding: 7rem 0;
        width: clamp(1100px, 68vw, 1288px);
    }
}

@media screen and (min-width: 1921px){
    .contents_wrap {
        margin: 0 auto;
        padding: 7rem 0;
        width: 1288px;
    }
}

.contents_title_head {
    padding-bottom: 2rem;
    border-bottom: 1px dashed #707070;
    margin-bottom: 1.125rem;
}

.contents_title_head_inner {
    font-size: 1.5rem;
    font-weight: 700;
}

.contents_title_head_inner .title_main {
    font-size: 1.5rem;
}

.contents_title_head_inner .title_main:not(:last-child) {
    margin-bottom: 0.75rem;
}

.contents_title_head_inner .title_sub {
    font-weight: 400;
}

.contents_title_head .title_text {
    margin-top: 2.75rem;
    font-weight: 400;
    font-size: 1rem;
}

/* 記事 */

.entry_title_wrap {
    margin-bottom: 4.375rem;
}

.entry_date {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    order: 2;
}

@media screen and (min-width: 1921px){
    .entry_date {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1920px) {
    .entry_date {
        font-size: clamp(0.875rem, 1vw, 1rem);
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .entry_date {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
}


.entry_title_main {
    font-size: 1.75rem;
    order: 3;
}

@media screen and (min-width: 1921px){
    .entry_title_main {
        font-size: 2rem;
        margin-bottom: 6.5rem;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1920px) {
    .entry_title_main {
        font-size: clamp(1.75rem, 2vw, 2rem);
        margin-bottom: 6.5rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .entry_title_main {
        font-size: 1.75rem;
        margin-bottom: 6.5rem;
    }
}


.entry_author_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    font-weight: 700;
    order: 1;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .entry_date {
        order: 1;
    }
    .entry_title_main {
        order: 2;
        margin-bottom: 6.5rem;
    }
    .entry_author_wrap {
        order: 3;
        margin-bottom: 0;
    }
}

.entry_title_date_wrap {
    margin-bottom: 0.875rem;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .entry_title_date_wrap {
        margin-bottom: 3.75rem;
    }    
}

.entry_thumb .thumb_image {
    margin-bottom: 0.5rem;
}
.entry_thumb .thumb_caption {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .entry_thumb .thumb_caption {
        text-align: center;
    }
}

/* 記事　タイトル */

.entry_tltle_h2 {
    font-size: 1.75rem;
    font-weight: 700;
}

.entry_tltle_h2:not(:last-child) {
    margin-bottom: 6.5rem;
}

.entry_tltle_h3 {
    font-size: 1.25rem;
    font-weight: 700;
}

.entry_tltle_h3:not(:last-child) {
    margin-bottom: 2.5rem;
}

.entry_tltle_h4 {
    font-size: 1.125rem;
    font-weight: 700;
}

.entry_tltle_h4:not(:last-child) {
    margin-bottom: 2.5rem;
}

/* 記事　タイトル end*/

/* 記事　テキスト */

.entry_text_l {
    font-size: 1rem;
}

.entry_text_l:not(:last-child) {
    margin-bottom: 4.125rem;
}

.entry_text_m {
    font-size: 0.875rem;
}

.entry_text_m:not(:last-child) {
    margin-bottom: 3.875rem;
}

.entry_text_s {
    font-size: 0.75rem;
}

.entry_text_m:not(:last-child) {
    margin-bottom: 3.625rem;
}

/* 記事　テキスト end*/

/* 記事　リスト */

.entry_list {
    padding: 1.875rem 2rem;
    border-radius: 0.5rem;
    background: #FFFFFF;
    font-weight: 700;
}

.entry_list:not(:last-child) {
    margin-bottom: 3.5rem;
}

.entry_list li {
    padding-left: 1rem;
    position: relative;
}

.entry_list li:not(:last-child) {
    margin-bottom: 0.875rem;
}

.entry_list li::before {
    position: absolute;
    content: '・';
    left: 0;
}

/* 記事　リスト end*/

/* 記事　テーブル */

.entry_table_wrap {
    width: 100%;
    box-sizing: border-box;
    overflow-x: scroll;
}

.entry_table_wrap::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
}

.entry_table_wrap::-webkit-scrollbar-track {
    background: #fff;
}

.entry_table_wrap::-webkit-scrollbar-thumb {
    background: #DEDEDE;
    border-radius: 0.5em;
}

@media screen and (min-width: 768px) { 
    .entry_table_wrap {
        width: 100%;
        overflow-x: auto;
    }
}

.entry_table_wrap:not(:last-child) {
    margin-bottom: 2.25rem;
}

.entry_table {
    box-sizing: border-box;
    text-align: center;
    border-collapse: collapse;
    border-color: #B1B1B1;
    background: #FFFFFF;
    font-size: 1rem;
    width: 33.75rem;
}

@media screen and (min-width: 768px) { 
    .entry_table {
        width: 100%;
    }
}

.entry_table th,
.entry_table td {
    padding: 0.875rem;
    width: calc(100% / 3);
}

.entry_table th {
    background: #EBEBEB;
}

/* 記事　テーブル end*/



/* 記事 end*/

/* コンテンツ end*/

/* トップページ */

.contents_wrap.contents_top {
    margin: 0 auto;
    padding: 1.75rem 1rem;
}
@media screen and (max-width: 768px) {
    .contents_wrap.contents_top {
        margin: 0 auto;
        /* padding: 0.5rem 0 5rem 0; */
        width: 90% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .contents_wrap.contents_top {
        margin: 0 auto;
        padding: 7rem 0;
        width: 1100px;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1920px) {
    .contents_wrap.contents_top {
        margin: 0 auto;
        padding: 7rem 0;
        width: clamp(1100px, 81.5vw, 1566px);
    }
}

@media screen and (min-width: 1921px){
    .contents_wrap.contents_top {
        margin: 0 auto;
        padding: 7rem 0;
        width: 1566px;
    }
}

@media screen and (min-width: 768px) {
    .contents_title_head_inner .title_main.title_main_larger {
        font-size: 2.3rem;
    }
}

/* トップページキービジュアル */

.top_message_first_wrap {
    display: flex;
    justify-content: center;
    padding: 10rem 0;
}

.top_message_first_wrap .message_first {
    width: 20.25rem;
    height: 7.875rem;
}

@media screen and (min-width: 768px) {
    .top_message_first_wrap {
        display: flex;
        justify-content: center;
        padding: 15rem 0;
    }

    .top_message_first_wrap .message_first {
        width: 57.215rem;
        height: 10.425rem;
    }
}

.top_message_first_wrap2 {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 9rem 0;
}
.top_message_first_wrap2 .slideimg {
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .top_message_first_wrap2 {
        display: flex;
        justify-content: center;
        padding: 2rem 0 8rem 0;
    }

    .top_message_first_wrap2 .message_first {
        width: 57.215rem;
        height: 10.425rem;
    }
    .top_message_first_wrap2 .slide_news_box{
        border-radius: 10px;
        position: absolute;
        background-color: #ffffff;
        color: #B80015;
        top: 18rem !important;
        left:0rem !important;
        width:82% !important;
        margin: auto !important;
        opacity: 0.8;
    }
    .top_message_first_wrap2 .slide_news_box .slide_news_box_ttl{
        font-size: 1.6rem !important;
        font-weight: 600;
        
    }
}

.top_message_first_wrap2 .message_first {
    width: 20.25rem;
    height: 10.875rem;
}
.top_message_first_wrap2 .slide_news_box{
    border-radius: 10px;
    position: absolute;
    background-color: #ffffff;
    color: #B80015;
    top: 24rem;
    left:5rem;
    width:40%;
    padding:2rem;
    opacity: 0.8;
    z-index: 4;
}
.top_message_first_wrap2 .slide_news_box .slide_news_box_ttl{
    font-size: 3rem;
    font-weight: 600;
      
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
    .top_message_first_wrap2 .slide_news_box{
        border-radius: 6px;
        position: absolute;
        background-color: #ffffff;
        color: #B80015;
        top: 20rem;
        left:3rem;
        width:40%;
        padding:2rem;
        opacity: 0.8;
        z-index: 4;
    }
    .top_message_first_wrap2 .slide_news_box .slide_news_box_ttl{
        font-size: 1.8rem;
        font-weight: 600;
        
    }
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
    .top_message_first_wrap2 .slide_news_box{
        border-radius: 10px;
    position: absolute;
    background-color: #ffffff;
    color: #B80015;
    top: 24rem;
    width:40%;
    padding:2rem;
    opacity: 0.8;
    z-index: 4;
    }
    .top_message_first_wrap2 .slide_news_box .slide_news_box_ttl{
        font-size: 1.8rem;
        font-weight: 600;
        
    }
}


@media screen and (max-width: 768px) {
  
}

@media screen and (min-width: 768px) {
    .top_message_first_wrap2 {
        display: flex;
        justify-content: center;
        padding: 3rem 0;
    }

    .top_message_first_wrap2 .message_first {
        width: 57.215rem;
        height: 10.425rem;
    }
}


/* トップページキービジュアル end*/

.related_article_top .related_article_child {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
.related_article_top .related_article_child:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    .related_article_top .related_article_child {
        width: calc((100% / 3) - 1rem);
        margin-bottom: 1.5rem;
    }
    .related_article_top .related_article_child:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}

.related_article_top .related_article_child .article_title {
    font-size: 1.25rem;
}

.top_two_colums_wrap {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .top_two_colums_wrap {
        display: flex;
        flex-direction: row;
    }
}

.top_two_colums_wrap .col_left {
    width: 100%;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
    .top_two_colums_wrap .col_left {
        width: 50%;
        margin-bottom: 0;
        margin-right: 5rem;
    }
}

.top_two_colums_wrap .col_right {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .top_two_colums_wrap .col_right {
        width: 50%;
    }
}

.top_two_colums_wrap .col_text:not(:last-child) {
    margin-bottom: 7rem;
}

@media screen and (min-width: 768px) {
    .top_two_colums_wrap .more_wrap {
        display: flex;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 768px) {
    .top_two_colums_wrap .col_text:not(:last-child) {
        margin-bottom: 5rem;
    }
}

.numbers_wrap:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
    .numbers_wrap:not(:last-child) {
        margin-bottom: 2.8rem;
    }
}

.numbers_wrap .numbers_child {
    display: flex;
    align-items: center;
    padding: 1.25rem 1rem;
    border: 1px dotted #707070;
}

.numbers_wrap .numbers_child:not(:last-child) {
    margin-bottom: 1.325rem;
}

@media screen and (min-width: 768px) {
    .numbers_wrap .numbers_child {
        padding: 1.5rem;
    }
}

.numbers_wrap .numbers_child.numbers_black {
    border: 1px solid #1C1C1C;
    background: #1C1C1C;
    color: #FFFFFF;
}

.numbers_wrap .numbers_child.numbers_link {
    position: relative;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
}

.numbers_wrap .numbers_child.numbers_link .numbers_arrow {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0.6rem;
    height: 1.25rem;
}

@media screen and (min-width: 768px) {
    .numbers_wrap .numbers_child.numbers_link .numbers_arrow {
        width: 0.6rem;
        height: 1.325rem;
    }
}

.numbers_wrap .numbers_image {
    margin-right: 1.375rem;
    width: 1.875rem;
    height: 1.875rem;
}

@media screen and (min-width: 768px) {
    .numbers_wrap .numbers_image {
        margin-right: 3rem;
        width: 2.5rem;
        height: 2.5rem;
    }
}

.numbers_wrap .numbers_child.numbers_black .numbers_image {
    width: 3rem;
    height: 1.875rem;
}

@media screen and (min-width: 768px) {
    .numbers_wrap .numbers_child.numbers_black .numbers_image {
        width: 3.85rem;
        height: 2.5rem;
    }
}

.numbers_wrap .numbers_text {
    font-size: 1rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .numbers_wrap .numbers_text {
        font-size: 1.325rem;
        font-weight: bold;
    }
}

/* ミッション(トップページ) */

.mission_container_child.child_with_arrow {
    position: relative;
    padding: 1.25rem 2.25rem 1.25rem 1.25rem;
}

.mission_container_child.child_with_arrow .child_arrow {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0.6rem;
    height: 1.25rem;
}

/* ミッション(トップページ) end*/

/* コンセプト（トップページ） */

.top_two_colums_wrap.two_colums_concept {
    position: relative;
}

.top_concept_image_wrap {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
    .top_concept_image_wrap {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        height: 35rem;
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 1921px) {
    .top_concept_image_wrap {
        position: absolute;
        width: 1920px;
        display: flex;
        justify-content: flex-end;
    }
}

.top_concept_image {
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .top_concept_image {
        width: 38rem;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1920px) {
    .top_concept_image {
        width: clamp(38rem, 45vw, 48rem);
    }
}

@media screen and (min-width: 1921px){
    .top_concept_image {
        width: 48rem;
    }
}

.top_concept_image img {
    width: 100%;
    box-sizing: border-box;
    border-radius: 2.5rem 0 0 2.5rem;
}

.top_concept_image_wrap_sp {

}

@media screen and (min-width: 768px) {
    .top_concept_image_wrap_sp {
        display: none;
    }
}

.top_concept_image_wrap_sp .top_concept_image {
    position: relative;
    /* width: 23.75rem; */
    height: 17.125rem;
}

.top_concept_image_wrap_sp .top_concept_image img {
    position: absolute;
    left: 1rem;
}

/* コンセプト（トップページ） end*/

/* Information */

.contents_wrap.contents_top.contents_top_info {
    padding: 2rem 1rem;
    text-align: center;
}
.contents_wrap.contents_top.contents_top_info .contents_title_head {
    padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .contents_wrap.contents_top.contents_top_info {
        padding: 2.325rem 0;
        text-align: center;
    }
    
}

.contents_top_info .more_wrap .more_button {
    border: 1px dotted #FFFFFF;
}

.top_info_wrap {
    margin-bottom: 1.4rem;
}

@media screen and (min-width: 768px) {
    .top_info_wrap {
        margin-bottom: 1.4rem;
    }
}

.top_info_wrap .info_date {
    font-size: 0.75rem;
    margin-bottom: 0.875rem;
}

.top_info_wrap .info_title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.top_info_wrap .info_text {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .top_info_wrap .info_text {
        text-align: center;
    }
    
}

/* Information end*/

/* 左ラベル */

.contents_inner.contents_title_head_label_left {
    position: relative;
}

.contents_inner.contents_title_head_label_left .label_left_wrap {
    position: absolute;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.contents_inner.contents_title_head_label_left .label_left_wrap .label_left {
    background: #B80015;
    color: #FFFFFF;
    transform: rotate(90deg);
    text-align: center;
    position: absolute;
    left: -1.25rem;
    bottom: -3.25rem;
    padding: 0.25rem 0.5rem;
}

@media screen and (min-width: 768px) {
    .contents_inner.contents_title_head_label_left .label_left_wrap .label_left {
        padding: 0.25rem 1.25rem ;
        bottom: -4.25rem;
        left: -2rem;
    }
}

.contents_inner.contents_title_head_label_left .label_left_wrap .label_left.label_left_longer {
    left: -2rem;
    bottom: -4.15rem;
}

@media screen and (min-width: 768px) {
    .contents_inner.contents_title_head_label_left .label_left_wrap .label_left.label_left_longer {
        left: -2.75rem;
    }
}

.contents_inner.contents_title_head_label_left .label_left_wrap .label_left.label_left_white {
    background: #FFFFFF;
    color: #B80015;
}

.contents_inner.contents_title_head_label_left .contents_title_head {
    margin-left: 2em;
}
@media screen and (min-width: 768px) {
    .contents_inner.contents_title_head_label_left .contents_title_head {
        margin-left: 0;
    }
}

/* 左ラベル end*/

/* トップページ end*/

/* 下層ページ一覧系 */

.contents_wrap.contents_list {
    margin: 0 auto;
    padding: 1.75rem 1rem;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .contents_wrap.contents_list {
        margin: 0 auto;
        padding: 7rem 0;
        width: 1100px;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1920px) {
    .contents_wrap.contents_list {
        margin: 0 auto;
        padding: 7rem 0;
        width: clamp(1100px, 88vw, 1695px);
    }
}

@media screen and (min-width: 1921px){
    .contents_wrap.contents_list {
        margin: 0 auto;
        padding: 7rem 0;
        width: 1695px;
    }
}

.contents_title_head.title_head_list {
    padding-bottom: 2rem;
    border-bottom: none;
    margin-bottom: 1.125rem;
}

.contents_title_head.title_head_list .contents_title_head_inner {
    font-size: 1.5rem;
    font-weight: 700;
}

.contents_title_head.title_head_list .contents_title_head_inner .title_main {
    font-size: 2rem;
}

.contents_title_head.title_head_list .contents_title_head_inner .title_main:not(:last-child) {
    margin-bottom: 0.75rem;
}

.contents_title_head.title_head_list .contents_title_head_inner .title_sub {
    font-size: 0.9rem;
    font-weight: 400;
}
.contents_title_head.title_head_list .contents_title_head_inner .title_sub:not(:last-child) {
    margin-bottom: 0.75rem;
}

.contents_title_head.title_head_list .contents_title_head_inner .title_description {
    font-size: 0.9rem;
    font-weight: 400;
}

.list_wrap,.list_wrap2 {
    display: flex;
    flex-direction: column;
}
.list_left_wrap,.list_wrap2 {
    width: 100%;
    margin-bottom: 3.75rem;
}
.list_right_wrap,.list_wrap2 {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .list_wrap {
        display: flex;
        flex-direction: row;
    }
    .list_left_wrap {
        width: 75%;
        margin-bottom: 0;
        margin-right: 2rem;
        margin-top: 4rem;
    }
    .list_left_wrap2 {
        width: 75%;
        margin-bottom: 0;
        margin-right: 2rem;
    }
    .list_right_wrap {
        width: 25%;
    }
}

/* 一覧系 左側の一覧 */

.list_left_container_child {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 1rem;
}

.list_left_container_child:not(:last-child) {
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
    .list_left_container_child {
        display: flex;
        flex-direction: row;
    }
    .list_left_container_child:not(:last-child) {
        margin-bottom: 2.25rem;
    }
}

.list_left_container_child .child_detail {
    padding: 0.875rem;
}

@media screen and (min-width: 768px) {
    .list_left_container_child .child_image {
        width: 33%;
    }
    .list_left_container_child .child_detail {
        width: 67%;
        padding: 2rem 2.5rem;
    }
}

.list_left_container_child .child_image img {
    border-radius: 1rem 1rem 0 0;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .list_left_container_child .child_image img {
        border-radius: 1rem 0 0 1rem;
    }
}

.list_left_container_child .child_detail .article_date {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.list_left_container_child .child_detail .article_date .new_label {
    background: #B80015;
    color: #FFFFFF;
    font-size: 0.625rem;
    padding: 0.25rem 0.5rem;
    margin-right: 0.625rem;
}

.list_left_container_child .child_detail .article_date .date_text {
    font-size: 0.8rem;
}

.list_left_container_child .child_detail .article_title {
    font-size: 1.125rem;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .list_left_container_child .child_detail .article_title {
        font-size: 1.25rem;
        font-weight: 700;
    }
}

.list_left_container_child .child_detail .article_title:not(:last-child) {
    margin-bottom: 1rem;
}

.list_left_container_child .child_detail .article_text {
    font-size: 0.875rem;
}

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

.pagenation_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4.25rem;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pagination_item {
    margin-bottom: 0.875rem;
  }
  .pagination_item_link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 2.85rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    color: #1C1C1C;
    box-shadow: 0 0 10px #C4D0E7;
  }
  .pagination_item_link.with_arrow {
    width: 5.85rem;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .pagination_item_link.with_arrow {
        width: 7.85rem;
        position: relative;
      }
  }
  .pagination_item_link.with_arrow .icon_back {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .pagination_item_link.with_arrow .icon_next {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .pagination_item_link.is_active {
    background: #ababab;
    pointer-events: none;
  }
  .pagination_item_link:not(.is_active):hover {
    background: #ababab;
  }
  .pagination > * + * {
    margin-left: 1.125rem;
  }

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

/* 一覧系 左側の一覧 end*/

/* 一覧系 右側の一覧 */

.list_right_title_head {
    font-size: 1.15rem;
    margin-bottom: 2rem;
}

.list_right_container_child {
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    border-radius: 0.5rem;
}

.list_right_container_child:not(:last-child) {
    margin-bottom: 1.85rem;
}

@media screen and (min-width: 768px) {
    .list_right_container_child {
        display: flex;
        flex-direction: row;
    }
    .list_right_container_child:not(:last-child) {
        margin-bottom: 1.85rem;
    }
}

.list_right_container_child .child_image {
    width: 36%;
}
.list_right_container_child .child_detail {
    width: 64%;
    padding: 0.625rem;
}

@media screen and (min-width: 768px) {
    .list_right_container_child .child_image {
        width: 36%;
    }
    .list_right_container_child .child_detail {
        width: 64%;
    }
}

.list_right_container_child .child_image img {
    border-radius: 0.5rem 0 0 0.5rem;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .list_right_container_child .child_image img {
        border-radius: 0.5rem 0 0 0.5rem;
    }
}

.list_right_container_child .child_detail .article_date {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.list_right_container_child .child_detail .article_date .new_label {
    background: #B80015;
    color: #FFFFFF;
    font-size: 0.625rem;
    padding: 0.25rem 0.5rem;
    margin-right: 0.625rem;
}

.list_right_container_child .child_detail .article_date .date_text {
    font-size: 0.8rem;
}

.list_right_container_child .child_detail .article_title {
    font-size: 0.9rem;
    font-weight: 700;
}

.list_right_container_child .child_detail .article_title:not(:last-child) {
    margin-bottom: 1rem;
}

.list_right_container_child .child_detail .article_text {
    font-size: 0.875rem;
}

/* 一覧系 右側の一覧 end*/

/* 下層ページ一覧系 end*/

/* コンセプト */

.concept_main_message {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
    .concept_main_message {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
}
.concept_main_image {
    margin-bottom: 3.25rem;
}

.concept_message_l {
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    .concept_message_l {
        margin-bottom: 3rem;
    }
}

/* ミッション */

.bg_red {
    background: #B80015;
    color: #FFFFFF;
}

.bg_red a {
    color: #FFFFFF;
}

.bg_white {
    background: #FFFFFF;
}

.bg_black {
    color: #FFFFFF;
    background: #313131;
}
.bg_black_darker {
    color: #FFFFFF;
    background: #1C1C1C;
}

.bg_black a {
    color: #FFFFFF;
}

.contents_wrap.contents_concept_misson {

}

.contents_title_head.title_no_border {
    border-bottom: none;
}

.mission_container_wrap {
    display: flex;
    flex-direction: column;
}

.mission_container_child {
    border: 1px dotted #D18383;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
}

.mission_container_child:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
    .mission_container_child {
        display: flex;
        flex-direction: row;
    }
    .mission_container_child:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.mission_container_child .child_left {
    width: 100%;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
    .mission_container_child .child_left {
        width: 8%;
        margin-bottom: 0;
        margin-right: 0.5rem;
    }
}

.mission_container_child .child_left .child_left_number {
    width: 2rem;
    height: 2rem;
}

.mission_container_child .child_right {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .mission_container_child .child_right {
        width: 92%;
    }
}

.mission_container_child .child_right .child_right_title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
    .mission_container_child .child_right .child_right_title {
        font-size: 1.35rem;
        margin-bottom: 1.65rem;
    }
    .mission_container_child .child_right .child_right_text {
        font-size: 0.875rem;
    }
}

/* ミッション end*/

/* コンセプト end*/

/* サービスページ */

.service_main_message {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
    .service_main_message {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
        width: 60rem;
    }
}
.service_main_image {
    margin-bottom: 3.25rem;
}

.service_message_ll {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 2rem;
}

@media screen and (min-width: 768px) {
    .service_message_ll {
        margin-bottom: 1.5rem;
        font-size: 4rem;
    }
}

.service_message_l {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .service_message_l {
        margin-bottom: 1.5rem;
        font-size: 2rem;
    }
}

.service_message_s:not(:last-child) {
    margin-bottom: 3.325rem;
}

.service_title_wrap {
    margin-bottom: 1.4rem;
}

.service_title_wrap .service_title_l {
    font-size: 2.25rem;
    font-weight: 700;
}
.service_title_wrap .service_title_m {
    font-size: 1.75rem;
    font-weight: 700;
}
.service_title_wrap .service_title_s {
    font-size: 1rem;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .service_title_wrap .service_title_l {
        font-size: 3rem;
    }
    .service_title_wrap .service_title_m {
        font-size: 2.25rem;
    }
    .service_title_wrap .service_title_s {
        font-size: 1rem;
    }
}

.service_box_wrap {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .service_box_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.service_box_child {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2.4rem;
    border: 1px dotted #707070;
}

@media screen and (min-width: 768px) {
    .service_box_child {
        width: calc((100% / 2) - 1rem);
        display: flex;
        flex-direction: row;
    }
}

.service_box_child .box_child_image {
    width: 100%;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .service_box_child .box_child_image {
        width: 40%;
    }
}
.service_box_child .box_child_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.service_box_child .box_child_detail {
    width: 100%;
    padding: 1.5rem 1.25rem;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .service_box_child .box_child_detail {
        width: 60%;
        padding: 1.5rem 1.25rem;
    }
}

.service_box_child .box_child_detail .detail_title_s {
    font-size: 1rem;
    font-weight: 700;
}

.service_box_child .box_child_detail .detail_title_s:not(:last-child) {
    margin-bottom: 0.5rem;
}

.service_box_child .box_child_detail .detail_title_l {
    font-size: 1.3rem;
    font-weight: 700;
}

.service_box_child .box_child_detail .detail_title_l:not(:last-child) {
    margin-bottom: 0.5rem;
}

.service_box_child .box_child_detail .detail_text {
    font-size: 0.8rem;
    font-weight: 400;
}

.service_border_container {
    border: 1px dotted #707070;
    padding: 1.5rem 1.4rem 1rem 1.4rem;
    width: 100%;
    box-sizing: border-box;
}

.service_border_container:not(:last-child) {
    margin-bottom: 2.75rem;
}

@media screen and (min-width: 768px) {
    .service_border_container {
        padding: 3rem 2.8rem 1rem 2.8rem;
    } 
    .service_border_container:not(:last-child) {
        margin-bottom: 3.75rem;
    }
}


.service_border_container .service_title_wrap .service_title_l {
    font-size: 2rem;
}
.service_border_container .service_title_wrap .service_title_m {
    font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
    .service_border_container .service_title_wrap .service_title_l {
        font-size: 2rem;
    }
    .service_border_container .service_title_wrap .service_title_m {
        font-size: 1.3rem;
    }
}

.service_colorbox_wrap {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .service_colorbox_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .service_colorbox_wrap::after {
        content: '';
        width: calc((100% / 3) - 1rem);
    }
}

.service_colorbox_child {
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 1.2rem;
    color: #FFFFFF;
    background: #1C1C1C;
    margin-bottom: 1.2rem;
}

@media screen and (min-width: 768px) {
    .service_colorbox_child {
        width: calc((100% / 3) - 1rem);
        box-sizing: border-box;
        padding: 2rem 1.2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 2.4rem;
    }
}

.service_colorbox_child .colorbox_title {
    font-weight: 700;
    text-align: center;
    font-size: 0.85rem;
}

.service_colorbox_child .colorbox_title:not(:last-child) {
    margin-bottom: 2rem;
}

.service_colorbox_child .colorbox_text {
    font-size: 0.85rem;
}

.service_colorbox_child .colorbox_text:not(:last-child) {
    margin-bottom: 1rem;
}

/* サービスページ end*/

/* しごとの進め方 */

.process_main_message {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
    .process_main_message {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
        width: 68rem;
    }
}

.process_main_image {
    margin-bottom: 3.25rem;
}

.process_message_ll {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 2rem;
}

@media screen and (min-width: 768px) {
    .process_message_ll {
        margin-bottom: 1.5rem;
        font-size: 4rem;
    }
}

.process_message_l {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .process_message_l {
        margin-bottom: 2.5rem;
        font-size: 2rem;
    }
}

.process_message_s:not(:last-child) {
    margin-bottom: 3.325rem;
}


.process_container_wrap {
    display: flex;
    flex-direction: column;
}

.process_container_child {
    border: 1px dotted #FFFFFF;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
}

.process_container_child:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
    .process_container_child {
        display: flex;
        flex-direction: row;
    }
    .process_container_child:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.process_container_child .child_left {
    width: 100%;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
    .process_container_child .child_left {
        width: 8%;
        margin-bottom: 0;
        margin-right: 0.5rem;
    }
}

.process_container_child .child_left .child_left_number {
    width: 2rem;
    height: 2rem;
}

.process_container_child .child_right {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .process_container_child .child_right {
        width: 92%;
    }
}

.process_container_child .child_right .child_right_title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
    .process_container_child .child_right .child_right_title {
        font-size: 1.35rem;
        margin-bottom: 1.65rem;
    }
    .process_container_child .child_right .child_right_text {
        font-size: 1rem;
    }
}

.process_container_child .child_right .child_right_text:not(:last-child) {
    margin-bottom: 1.5rem;
}

.process_container_child .child_right .text_container_wrap {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .process_container_child .child_right .text_container_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.process_container_child .child_right .text_container_wrap .text_container_child {
    background: #313131;
    border: 1px dotted #FFFFFF;
    padding: 0.8rem 1.8rem;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .process_container_child .child_right .text_container_wrap .text_container_child {
        padding: 1.2rem 3.6rem;
        margin-bottom: 1.125rem;
    }
}

.process_container_child .child_right .text_container_wrap .text_container_child:not(:last-child) {

}

@media screen and (min-width: 768px) {
    .process_container_child .child_right .text_container_wrap .text_container_child:not(:last-child) {
        margin-right: 1.6rem;
    }
}

.contents_wrap.process_project_title {
    padding: 0 1rem
}

@media screen and (min-width: 768px) {
    .contents_wrap.process_project_title {
        padding: 0 0 1rem 0;
    }
}

/* しごとの進め方 end*/

/* 関連記事 */


@media screen and (min-width: 768px) {
    .contents_wrap.contents_related_article {
        padding: 2rem 0 3.5rem 0;
    }
}

.related_article_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.related_article_container:not(:last-child) {
    margin-bottom: 4.625rem;
}

@media screen and (min-width: 768px) {
    .related_article_container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
   
    .related_article_container::after {
        content:"";
        display: block;
        width: calc((100% / 3) - 1rem);
    }
 
}

.related_article_child {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 1rem;
    box-shadow: 0 0 10px #C4D0E7;
}
.related_article_child:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    .related_article_child {
        width: calc((100% / 3) - 1rem);
    }
    .related_article_child:not(:last-child) {
        margin-bottom: 0;
    }
}

.related_article_child .article_image img {
    border-radius: 1rem 1rem 0 0;
}

.related_article_child .article_detail {
    border-radius: 0 0 1rem 1rem;
    padding: 1rem;
}

.related_article_child .article_date {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.related_article_child .article_date .new_label {
    background: #B80015;
    color: #FFFFFF;
    font-size: 0.625rem;
    padding: 0.25rem 0.5rem;
    margin-right: 0.625rem;
}

.related_article_child .article_date .cat_label {
    color: #FFFFFF;
    font-size: 0.815rem;
    padding: 0.15rem 0.5rem;
    margin-left: auto;
    min-width: 8.35rem;
    border-radius: 1.25rem;
    text-align: center;
}

.related_article_child .article_date .cat_label.cat_marketing {
    background: #85C7EA;
}

.related_article_child .article_date .cat_label.cat_seo {
    background: #DBA481;
}

.related_article_child .article_date .cat_label.cat_design {
    background: #99CC82;
}

.related_article_child .article_date .date_text {
    font-size: 0.75rem;
}

.related_article_child .article_title {
    font-size: 0.875rem;
    font-weight: 700;
}

.related_article_child .article_title:not(:last-child) {
    margin-bottom: 1rem;
}

.related_article_child .article_tag_wrap {
    display: flex;
    flex-wrap: wrap;
}

.related_article_child .article_tag:not(:last-child) {
    margin-right: 1rem;
}

.related_article_child .article_tag::before {
    content: '#';
}


.more_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.more_wrap_red{
    display: flex;
    align-items: center;
    justify-content: center;
}

.more_wrap .more_button {
    padding: 0.5rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dotted #1C1C1C;
    position: relative;
    width: 12.75rem;
    z-index: 10;
}

.more_wrap_red .more_button {
    padding: 0.5rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dotted #B80015;
    position: relative;
    width: 12.75rem;
    color: #B80015;
}

.more_image {
    position: absolute;
    top: 50%;
    right: 0.375rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
}

.more_wrap_red .more_image {
    position: absolute;
    top: 50%;
    right: 0.375rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
    stroke: #B80015;
}

/* 関連記事 end*/

/* お問い合わせ */

.contact_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2rem;
}

.contact_message {
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 3.5rem;
}
.contact_detail {
    font-size: 1rem;
    font-weight: 400;
}

/* お問い合わせ end*/

/* 採用情報 */

/* 波の背景 */

#wrapper.recruit_wrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 3rem;
  }

@media screen and (min-width: 768px) {
    #wrapper.recruit_wrap {
        padding-top: 0;
      }
}
.recruit_wrap .wave {
    position: relative;
  }
  
  .recruit_wrap .wave:nth-child(3){
    background:#B80015; 
  }
  
  .recruit_wrap .wave canvas{
      position: absolute;
      bottom: 0;
      left:0;
      width: 100%;
      z-index: -1;
  }

.wave_inner {
    padding: 2.25rem 1rem 4.25rem 1rem;
    margin: 0 auto;
    color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .wave_inner {
        padding: 7.25rem 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .wave_inner {
        width: 1100px;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1920px) {
    .wave_inner {
        width: clamp(1100px, 68vw, 1288px);
    }
}

@media screen and (min-width: 1921px){
    .wave_inner {
        width: 1288px;
    }
}

/* 波の背景 end*/

@media screen and (min-width: 768px) {
    .entry_title_main.title_recruit {
        margin-bottom: 4.5rem;
    }
}

.recruit_detail {
    margin-bottom: 3.3rem;
}

@media screen and (min-width: 768px) {
    .recruit_detail {
        margin-bottom: 6.6rem;
    }
}

.recruit_links {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .recruit_links {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.recruit_links .more_wrap {
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
}

.recruit_links .more_wrap:not(:last-child) {
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .recruit_links .more_wrap {
        width: calc((100% / 2) - 3rem);
    }
    .recruit_links .more_wrap:not(:last-child) {
        margin-bottom: 0;
    }
}

.recruit_links .more_wrap .more_button {
    height: 1.5rem;
    background: #FFFFFF;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .recruit_links .more_wrap .more_button {
        height: 2rem;
    }
}

.recruit_links .more_wrap .more_text {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .recruit_links .more_wrap .more_text {
        margin: 0 auto;
        width: 62%;
        font-size: 0.895rem;
    }
}

/* 採用情報 end*/

/* フッター */

/* フッター Read More*/

.footer_colums {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1rem;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .footer_colums {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 1.75rem;
        width: 100%;
        box-sizing: border-box;
    }
}

.footer_colums::after {
    content: '';
    position: absolute;
	margin: 0 calc((50% - 50vw));
	width: 100vw;
    height: 7.5rem;
    bottom: 0;
    left: 0;
    background: #313131;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .footer_colums::after {
        margin: 0 calc((50% - 50vw));
    }
}

.colums_child {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 0.5rem;
}

.colums_child:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
    .colums_child {
        display: flex;
        flex-direction: row;
        width: 29rem;
        padding: 1rem 1.125rem;
    }
    .colums_child:not(:last-child) {
        margin-right: 1.25rem;
        margin-bottom: 0;
    }
}

.colums_child_left {
    width: 100%;
    padding: 1rem 1.125rem;
    box-sizing: border-box;
}

.colums_child_right {
    width: 100%;
}

.colums_child_right .colums_image {
    height: 12.375rem;
}

.colums_child_right .colums_image img {
    border-radius: 0 0 0.5rem 0.5rem;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .colums_child_left {
        width: 50%;
        margin-right: 1.25rem;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .colums_child_right {
        width: 50%;
    }

    .colums_child_right .colums_image {
        height: auto;
    }

    .colums_child_right .colums_image img {
        border-radius: 0.5rem;
    }
}

.colums_child .colums_title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.colums_child .colums_title_sub {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.colums_child .colums_text {
    font-size: 0.875rem;
    font-weight: 400;
}

.colums_child .colums_more {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .colums_child .colums_more {
        margin-top: auto;
        margin-bottom: 1rem;
    }
}

.colums_child .colums_more_button {
    padding: 0.5rem;
    font-size: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dotted #1C1C1C;
    position: relative;
}

.colums_more_image {
    position: absolute;
    top: 50%;
    right: 0.375rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* フッター Read More end*/

/* フッターメニュー */

.footer_menu_wrap {
    background: #313131;
    padding: 2.125rem 1.5rem;
    color: #BFBFBF;
}

@media screen and (min-width: 768px) {
    .footer_menu_wrap {
        padding: 2.125rem 6.375rem;
    }
}

.footer_menu_wrap a {
    color: #BFBFBF;
}

.footer_menu {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .footer_menu {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
}

.footer_menu_child {
    padding: 0.75rem 0;
}

@media screen and (min-width: 768px) {
    .footer_menu_child {
        padding: 0 1rem;
    }
    
}

.footer_menu_over {
    margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    .footer_menu_over {
        margin-bottom: 10rem;
    }
    
}

.footer_menu_under {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .footer_menu_under {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        margin-bottom: 3.5rem;
    }
}

.footer_message {
    width: 100%;
    order: 2;
}

@media screen and (min-width: 768px) {
    .footer_message {
        width: 30rem;
        order: 1;
    }
    
}

.footer_menu_under .footer_menu {
    order: 1;
    margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
    .footer_menu_under .footer_menu {
        order: 2;
        margin-left: auto;
        margin-bottom: 0;
    }
}

/* フッターメニュー end*/

/* コピーライト */

.footer_copywrite {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1.5rem;
    background: #B80015;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .footer_copywrite {
        padding: 1.25rem 6.375rem;
    }
}

/* コピーライト end*/

/* パンくず */

.breadcrumb_wrap {
    margin-top: 0.5rem;
    padding: 0 1rem;
}

@media screen and (min-width: 768px) {
    .breadcrumb_wrap {
        padding: 0 3.125rem;
        margin-top: 1rem;
    }
  }  

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
  }

  .breadcrumb li {
    list-style-type: none;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
  }
  
  .breadcrumb li::after {
    content: "";
    width: 0.5rem;
    height: 0.75rem;
    background-image: url(../img/icon_arrow_right_bread.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0 0.65rem;
  }
  
  .breadcrumb li:last-child::after {
    display: none;
  }
  
  .breadcrumb li a {
    text-decoration: none;
    font-weight: 700;
  }

  .breadcrumb li:first-child a {
    
  }
  .breadcrumb li:first-child a::after {
    content: "";
    width: 1.35rem;
    height: 1.35rem;
    background-image: url(../img/icon_home_bread.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
  }

/* パンくず end*/

/* フッター end*/

/* その他 */

/* テキスト */

.font_weight_700 {
    font-weight: 700;
}

/* テキスト end*/

.pcOnly  {
    display: none !important;
}
.spOnly  {
    display: block !important;
}

@media screen and (min-width: 768px) {
    .pcOnly  {
        display: block !important;
    }
    .spOnly  {
        display: none !important;
    }
}

/* その他 end*/



/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 999;
      background:#B80015;
      text-align:center;
      color:#fff;
    }
    
    /* Loading画像中央配置　*/
    #splash_logo {
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    
    /* Loading アイコンの大きさ設定　*/
    #splash_logo img {
        width: 100%
    }
    @media screen and (min-width: 768px) {
        #splash_logo img {
            width: 100% !important;
        }
    }
    
    /* fadeUpをするアイコンの動き */
    .fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translate(-50%, 100%);
      }
    
      to {
        opacity: 1;
      transform: translate(-50%, -50%);
      }
    }



/*==================================================
スライダーのためのcss
===================================*/

.slider {
    position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
  z-index: 3;
    top: 45%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}
@media screen and (max-width: 768px) {
    .slick-prev, 
    .slick-next {
        display: none !important;
    }
}


.slick-prev {/*戻る矢印の位置と形状*/
    left:-5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:-5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
  margin:10px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:1em;/*ドットボタンのサイズ*/
    height:1em;/*ドットボタンのサイズ*/
    display:block;
    border-radius:0.5em;
    background:#fff;/*ドットボタンの色*/
    border: none;
    cursor: pointer;
    padding: 0;
    appearance: none;
}



.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/
ul{
  margin:0;
  padding: 0;
  list-style: none;
}

/* 10.0 Forms
================================================== */

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Appearance and consistency in all browsers */
	vertical-align: middle; /* Appearance and consistency in IE6/IE7 */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="password"],
textarea {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 30px;
	background-color: #fafafa;
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
	background-color: #dc143c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: block;
	margin-bottom: 30px;
	padding: 6px 18px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #747474;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, 0.20);
	background-color: #fff;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: none;
}

select {
	background-color: #fafafa;
	border: 1px solid rgba(109, 109, 109, 0.1);
	margin: 0 0 30px;
	padding: 10px;
	width: 40%;
	display: block;
}