@charset "utf-8";
 
/* ---------------
    reset
--------------------*/
body, div, main,
dl, dt, dd, ul, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
    margin: 0;
    padding: 0;
}
 
main {
    display: block;
}
 
ul{
    list-style-type: none;
}
 
table {
    line-height: 1.6;
    border: 0px;
    border-collapse:collapse;
    font-size: 1.4rem;
}
 
table th {
    font-weight: normal;
}
 
h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: normal;
}
textarea {
    padding: 2px 4px;
    font-size: 1.4rem;
    line-height: 1;
    color: #333;
}
 
input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
 
p {
    line-height: 1.5;
}
 
img {
    border: none;
    vertical-align: bottom;
}
 
address {
    font-style:normal;
}
 
ul li {
    line-height: 1.4;
}
 
*,*::before,*::after{
    box-sizing: border-box;
}
 
em {
    font-style: normal;
}
 
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
 
.cf:after {
    clear: both;
}
 
/* ---------------
　　　共用
--------------- */
 
html {
    font-size: 62.5%;
    background-color: #fff;
/*    visibility: hidden;*/
}
/* 
html.wf-active {
  visibility: visible;
}
*/
body  {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #343434;
    -webkit-text-size-adjust: none;
    -webkit-print-color-adjust: exact;
    font-family: noto-sans, "nsjpr", sans-serif;    
}
 
a:link {
    border: none;
    color: #343434;
    text-decoration: none;
    transition: all 0.2s ease;
}
 
a:visited {
    border: none;
    color: #343434;
    text-decoration: none;
}
 
a:active {
    border: none;
    color: #343434;
    text-decoration: none;
}
 
a:hover {
    border: none;
    color: #343434;
    text-decoration: none;
    transition: all 0.2s ease;
}
 
.alpha a:hover > img {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
 
.alpha a > img {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: opacity 0.25s ease 0s;
}
 
.sp {
    display: none;
}
 
.pc {
    display: block;
}
 
a[href^="tel:"] {
    text-decoration: none !important;
}
 
img.fit {
    width: 100%;
    height: auto;
}
 
a[href^="no_large"] {
    pointer-events: none;
}
 
@media screen and (max-width: 767px) {

    .wrapper {
        overflow: hidden;
    }

    .sp {
        display: block;
    }
 
    .pc {
        display: none;
    }
     
}
 
.lg_1.pc .wrapper {
    padding-top: 85px;
}
 
a.no_link {
    cursor: default;
    text-decoration: none !important;
    pointer-events: none;
}
 
@media screen and (min-width: 768px) {
 
    a[href^="tel:"] {
        pointer-events: none;
    }
 
}
 
.f_reimin {
    font-family: a-otf-ud-reimin-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
}

#main {
	width: 100%;
}
 
@media screen and (min-width: 768px) {
 
    .inner {
        margin: 0 auto;
        width: 1280px;
    }
     
    #main {
        margin-top: 100px;
    }
 
}
 
/* -----------------
    header
----------------- */
 
.header {
    display: flex;
    height: 95px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    z-index: 10;
    background: #fff;
    transition: top 0.4s ease 0s;
}

.sp_scroll_down .header_left {
/*    position: fixed;*/
	position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.logo {
    margin: 5px 0 5px 10px;
}
 
.logo img,
.logo {
    width: 160px;
}
 
.header_left_top {
    display: none;
}
 
@media screen and (min-width: 768px) {
 
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 0 30px;
        height: 100px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        background: #fff;
        transition: top 0.4s ease 0s;
    }
     
    .lg_1 .header {
        top: 85px;
    }
     
    .scroll_down .header {
        top: -100px;
        transition: top 0.6s ease 0s;
    }
     
    .lg_1.scroll_down .header {
        top: -15px;
        transition: top 0.7s ease 0s;
    }
     
    .logo {
        margin: 0;
    }
 
    .logo a:hover {
        opacity: 0.7;
    }
 
    .logo img,
    .logo {
        width: 230px;
    }
     
    .header_parts {
        display: flex;
    }
     
    .header_left {
        height: 100px;
    }
     
    .header_left_top {
        padding: 15px 0 0 0;
        display: flex;
        height: 58px;
        justify-content: flex-end;
    }
     
    .header_contact a:hover {
        opacity: 0.7;
    }
     
    .search_input {
        width: 200px;
        padding: 2px 15px;
        border: 1px solid #F2F2F2;
        border-radius: 25px;
        background: #F2F2F2;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
     
    .search_input input {
        font-size: 1.4rem;
        padding-right: 10px;
        color: #4D4D4D;
        width: calc(100% - 10px);
        border: none;
        background: #F2F2F2;
    }
     
    .search_input button {
        height: 25px;
        width: 25px;
        border: none;
        background: #F2F2F2 url(../images/common/search.png) no-repeat center center;
        background-size: 20px auto;
    }
     
    .header_contact a {
        padding: 7px 30px 15px 15px;
        font-size: 1.4rem;
        font-weight: bold;
        display: block;
    }
     
}
 
.header_right {
    background: #27211E;
    height: 55px;
}
 
.header_right a {
    color: #fff;
}
 
.header_right h3 {
    padding: 6px 14px;
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
    height: 22px;
}
 
.header_right ul {
    border-top: 1px solid #585451;
    display: flex;
    align-items: center;
    height: calc(100% - 22px);
}
 
.header_right li {
    font-size: 1.2rem;
    width: 50%;
    height: 100%;
}
 
.header_right li:first-child {
    border-right: 1px solid #585451;
    width: calc(50% - 1px);
}
 
.header_right li a {
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    height: 100%;
}
 
@media screen and (min-width: 768px) {
 
    .header_right {
        height: 100px;
        width: 195px;
    }
     
    .header_right h3 {
        padding: 15px 0;
        font-size: 1.2rem;
        height: 45px;
    }
     
    .header_right ul {
        height: calc(100% - 46px);
    }
     
    .header_right li {
        font-size: 1.5rem;
        font-weight: bold;
        height: 100%;
    }
 
    .header_right li a:hover {
        opacity: 0.7;
    }   
}
 
.header_left {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
}
 
.gnavi {
    padding: 8px 5% 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    background: #7E6759;
}
 
.gnavi > li {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}
 
.gnavi > li > span {
    padding: 4px 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    color: #fff;
    font-weight: bold;
}
.gnavi > li > a span {
    display: block;
    color: #fff;
    transition: all 0.2s ease 0s;
}
 
.gnavi > li.open {
    background: #BA7F4C;
    border-radius: 5px 5px 0 0;
    color: #fff;
    transition: all 0.2s ease 0s;
}
 
.gnavi > li.open span {
    padding-top: 6px;
}
 
.gnavi_column {
    padding: 25px 0 0;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #BA7F4C;
    display: none;
}
 
.gnavi_column a {
    color: #fff;
    letter-spacing: normal;
    display: block;
}
 
.gnavi_column figure {
    margin: 0 0 6px 0;
}
 
.gnavi_index {
    margin: 30px 15px;
    padding: 0 15px;
}
 
.gnavi_index li a {
    display: flex;
    align-items: center;
}
 
.gnavi_index li figure {
    margin: 0 20px 0 0;
    width: 30%;
}
 
.gnavi_entry {
    padding: 0 15px 5px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #C4A274;
}
.gnavi_entry li {
    margin: 0 15px 20px;
    width: calc(50% - 30px);
    font-size: 1.3rem;
}

.gnavi_entry li figure.gnavi_img {
    border-radius: 6px;
    overflow: hidden;
}


#sp_menu_back {
    position: absolute;
    width: 100%;
    top: 95px;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.5);
}
 
.menu_open #sp_menu_back {
    opacity: 1;
    z-index: 3;
}

@media screen and (min-width: 768px) {
 
    .header_left {
        position: inherit;
        left: auto;
        top: auto;
    }
 
    .gnavi {
        margin: 0 5px 0 0;
        padding: 0;
        background: inherit;
        justify-content: flex-end;
    }
     
    .gnavi > li {
        font-size: 1.6rem;
        cursor: pointer;
    }
     
    .gnavi > li > span {
        padding: 0 25px;
        height: 42px;
        border-radius: 5px 5px 0 0;
        color: #343434;
        font-weight: normal;
    }
    .gnavi > li > a span {
        color: #343434;
    }
     
    .gnavi > li.open > span {
        background: #BA7F4C;
        color: #fff;
        transition: all 0.2s ease 0s;
    }
     
    .gnavi_column {
        padding: 35px 0 0 0;
        position: absolute;
        top: 100px;
    }
     
    .gnavi_column_inner {
        margin: 0 auto;
        display: flex;
        max-width: 1330px;
    }
     
    .gnavi_column figure {
        margin: 0 0 8px 0;
        transition: all 0.2s ease 0s;
    }

    .gnavi_index {
        margin: 0 35px 25px;
        padding: 0;
        order: 1;
    }
     
    .gnavi_index li {
        width: 220px;
    }
     
    .gnavi_index li a {
        display: block;
    }
     
    .gnavi_index li figure {
        margin: 0 0 8px;
        width: auto;
    }
 
    .gnavi_entry {
        padding: 0;
        border: none;
        order: 2;
    }
 
    .gnavi_entry li {
        margin: 0 35px 30px 0;
        width: 170px;
        font-size: 1.6rem;
    }

    .gnavi_column li a:hover figure {
        opacity: 0.7;
        transition: all 0.2s ease 0s;
    }
 
    #sp_menu_back {
        display: none;
    }
 
}
 
/* -----------------
    about
----------------- */
 
.about .main_img {
    background: url(../images/about/main.jpg) no-repeat center center;
    background-size: cover;
}
 
.about .main_img_top {
    height: auto;
    text-align: center;
}
 
.main_img_top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: rgba(0,0,0,0.15);
}
 
.main_img_top h1,
.main_img_top > p {
    margin: 50px 0 45px;
    padding: 20px 14px 30px;
    color: #fff;
    display: inline-block;
    font-size: 2.0rem;
    letter-spacing: 0.2em;
    font-weight: bold;
    border: 3px solid #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    z-index: 2;
    position: relative;
    line-height: 1.2;
}

.main_img_top h1::after,
.main_img_top > p::after {
    margin: auto;
    position: absolute;
    content: '';
    width: 3px;
    height: 110px;
    left: 0;
    right: 0;
    bottom: -90px;
    background: url(../images/about/title_line.png) no-repeat center center;
    background-size: cover;
}

.main_img_top h1 [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: 2px;
    left: 0;
    right: -13px;
    margin: auto;
    font-size: 0.9rem;
    letter-spacing: 0.3em;
}
 
.main_img_bottom {
    background: rgba(255,255,255,0.85);
}
 
.main_img_column {
    padding: 70px 15px 30px;
}
 
.main_img_text h2 {
    margin: 0 0 40px 0;
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
 
.main_img_text p {
    margin: 0 0 20px 0;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
 
.main_img_column figure {
    display: none;
}
 
@media screen and (min-width: 768px) {
 
    .about .main_img {
        height: 1280px;
    }
     
    .about .main_img_top {
        height: 660px;
    }
     
    .main_img_top {
        height: 660px;
    }
 
    .header_small .main_img_top {
        height: 440px;
    }
     
    .main_img_top h1,
    .main_img_top > p {
        margin: 0 0 50px;
        padding: 25px 22px 40px;
        font-size: 2.8rem;
    }
     
    .main_img_top h1::after,
    .main_img_top > p::after {
        height: 134px;
        bottom: -110px;
    }

	.main_img_top h1 [data-ruby]::before {
	    top: 6px;
	    right: -16px;
	    font-size: 1.2rem;
	    letter-spacing: 0.6em;
	}
     
    .main_img_bottom {
        height: 620px;
    }
     
    .main_img_column {
        margin: 0 auto;
        padding: 100px 0 0;
        width: 1000px;
        display: flex;
        justify-content: space-between;
    }
     
    .main_img_text {
        margin: 0; 
        width: 630px;
    }
     
    .main_img_text h2 {
        margin: 0 0 60px 0;
        font-size: 3.6rem;
        line-height: 1.3;
    }
     
    .main_img_column figure {
        margin: 20px 0 0 0;
        width: 280px;
        text-align: right;
        display: block;
    }
     
    .main_img_column figure img {
        margin: 0 0 25px 0;
    }
     
}
 
.about_point {
    padding: 40px 0 0 0;
}
 
.about_point h2 {
    margin: 0 0 15px 0;
    color: #343434;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
}
 
.about_point h2 span span {
    font-size: 5.0rem;
    display: inline;
}
 
.about_point h2 span {
    display: block;
    font-size: 3.0rem;
    line-height: 1.4;
}
 
.about_point ol {
    margin: 0;
    padding: 0;
    background: #F7F7F7;
    list-style-type: none;
}
 
.point_text {
    padding: 20px 20px 30px 60px;
    position: relative;
}
 
.point_text h3 {
    margin: 0 0 15px 0;
    font-size: 2.4rem;
    line-height: 1.2;
}
 
.about_point li .point_text::before {
    position: absolute;
    top: -25px;
    left: 15px;
    color: #D9BE27;
    font-size: 6.0rem;
    font-family: a-otf-ud-reimin-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
}
 
.about_point li:nth-child(1) .point_text::before {
    content: '1';
}
 
.about_point li:nth-child(2) .point_text::before {
    content: '2';
}
 
.about_point li:nth-child(3) .point_text::before {
    content: '3';
}
 
.point_text p {
    font-size: 1.5rem;
    line-height: 1.6;
}
 
 
@media screen and (min-width: 768px) {
 
    .about_point {
        padding: 65px 0 0 0;
    }
     
    .about_point h2 {
        font-size: 2.8rem;
    }
     
    .about_point h2 span span {
        font-size: 6.0rem;
    }
     
    .about_point h2 span {
        font-size: 3.6rem;
    }
     
    .about_point ol {
        display: flex;
    }
     
    .about_point li {
        margin: 0 0 0 1px;
        width: calc(33.3333% - 1px);
    }
     
    .about_point li:first-child {
        margin: 0;
    }
     
    .point_text {
        padding: 25px 20px 40px 90px;
    }
     
    .point_text h3 {
        margin: 0 0 25px 0;
        font-size: 2.4rem;
    }
     
    .about_point li .point_text::before {
        top: -37px;
        left: 25px;
        font-size: 9.0rem;
    }
     
}
 
.other_entry_inner {
    border-top: 1px solid #E0E0E0;
}
 
.story .other_entry_inner:nth-child(1) {
    border: none;
}
 
.about_navi ul,
.other_entry ul {
    padding: 0 0 40px 0;
}
 
.about_navi li {
    padding: 40px 30px 0;
}
 
.other_entry li {
    padding: 40px 30px 0;
}
 
.about_navi li figure,
.other_entry li figure {
    position: relative;
    overflow: hidden;
}
 
.about_navi h3,
.other_entry h3 {
    margin: 15px 0 10px;
    font-size: 2.2rem;  
    font-weight: bold;
}
 
.about_navi p,
.other_entry p {
    font-size: 1.5rem;
    line-height: 1.6;
}
 
.about_navi .arrow_btn,
.other_entry .arrow_btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
 
.arrow_btn {
    display: block;
    width: 42px;
    height: 42px;
    background: #343434 url(../images/common/arrow.png) no-repeat center center;
    background-size: 16px auto;
}
 
@media screen and (min-width: 768px) {
 
    .about_navi ul,
    .other_entry ul {
        margin: 0 auto;
        padding: 0;
        max-width: 1160px;
        display: flex;
        flex-wrap: wrap;
    }
     
    .about_navi li {
        padding: 100px 0 90px;
        width: 50%;
    }
     
    .other_entry li {
        padding: 100px 0 80px;
        width: 50%;
    }
     
    .about_navi li:first-child {
        padding-right: 60px;
        border-right: 1px solid #E0E0E0;
    }
     
    .other_entry li:nth-child(odd) {
        padding-right: 60px;
        border-right: 1px solid #E0E0E0;
    }
     
    .about_navi li:last-child,
    .other_entry li:nth-child(even) {
        padding-left: 60px;
    }
     
    .about_navi li figure img,
    .other_entry li figure img {
        transition: transform 0.3s ease;
    }
     
    .about_navi h3,
    .other_entry h3 {
        margin: 25px 0 15px;
        font-size: 2.6rem;  
    }
     
    .about_navi h3 a:hover,
    .other_entry h3 a:hover {
        opacity: 0.7;
        transition: opacity 0.25s ease 0s;
    }
     
    .about_navi p,
    .other_entry p {
        line-height: 1.8;
    }
     
    .about_navi li a:hover figure img,
    .other_entry li a:hover figure img {
        transform: scale(1.1);
        transition: transform 0.3s ease;
    }
     
    a:hover .arrow_btn {
        animation: 0.2s steps(200) 0.1s normal forwards 1 btn_arrow;
    }
     
}
 
.bottom_banner {
    padding: 40px 0 20px;
    background: #F2F1F1;
}
 
.bottom_banner ul {
}
 
.bottom_banner li {
    margin: 0 20px 20px;
    width: calc(100% - 40px);
}
 
.bottom_banner li a {
    display: flex;
}
 
.bottom_banner li figure {
    width: 50%;
}
 
.bottom_banner li p {
    width: 50%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
    background: #fff;
}
 
@media screen and (min-width: 768px) {
 
    .bottom_banner {
        padding: 60px 0 40px;
    }
     
    .bottom_banner ul {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 960px;
        width: auto;
    }
     
    .bottom_banner li {
        margin: 0 10px 20px;
        width: 300px;
        height: 72px;
    }
     
    .bottom_banner li figure {
        width: 145px;
    }
     
    .bottom_banner li p {
        width: 155px;
        line-height: 1.2;
    }
 
    .bottom_banner li a:hover {
        opacity: 0.7;
    }
 
}
 
/* -----------------
    story
----------------- */
 
.story .main_img {
    background: url(../images/story/main.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
 
.story_column_text {
    padding: 20px;
}
 
.story_column1 .story_column_text,
.story_column3 .story_column_text,
.story_column5 .story_column_text {
    background: #f7f7f7;
}
 
.story_column2 .story_column_text,
.story_column4 .story_column_text {
    background: #e9e3db;
}
 
.story_column_text h2 {
    margin: 0 0 20px 0;
    font-size: 2.6rem;
    line-height: 1.4;
}
 
.story_column_text p {
    margin: 0 0 15px 0;
    font-size: 1.6rem;
    line-height: 1.6;
}
 
.story .main_img_top h1 span {
    display: block;
}
 
.story .main_img_top h1 {
    text-align: left;
    line-height: 1.2;
    padding: 30px 14px 40px;
/*  text-orientation: inherit;*/
}
 
@media screen and (min-width: 768px) {
 
    .main_img {
        height: 660px;
    }
     
    .story_column {
        display: flex;
    }
 
    .story_column figure {
        width: 50%;
        min-height: 580px;
    }
     
    .story_column_text {
        padding: 6%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
     
    .story_column2 .story_column_text,
    .story_column4 .story_column_text {
        order: 1;
    }
     
    .story_column1 figure {
        background: url(../images/story/img1.jpg) no-repeat center center;
        background-size: cover;
    }
     
    .story_column2 figure {
        order: 2;
        background: url(../images/story/img2.jpg) no-repeat center center;
        background-size: cover;
    }
     
    .story_column3 figure {
        background: url(../images/story/img3.jpg) no-repeat center center;
        background-size: cover;
    }
     
    .story_column4 figure {
        order: 2;
        background: url(../images/story/img4_2.jpg) no-repeat center center;
        background-size: cover;
    }
     
    .story_column5 figure {
        background: url(../images/story/img5.jpg) no-repeat center center;
        background-size: cover;
    }
 
    .story_column_text h2 {
        margin: 0 0 30px 0;
        font-size: 3.0rem;
    }
     
    .story_column_text p {
        margin: 0 0 20px 0;
        font-size: 1.6rem;
    }
 
}
 
/* -----------------
    quality
----------------- */
 
.quality .main_img {
    background: url(../images/quality/main.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
 
.quality_header {
    padding: 70px 15px 30px;
    text-align: center;
}
 
.quality_header h2 {
    margin: 0 0 40px 0;
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
 
.quality_header p {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
}
 
.quality_column {
    padding: 170px 0 0 0;
    position: relative;
}
 
.quality_box {
    margin: 0 15px;
    padding: 25px 15px 40px 55px;
    background: #fff;
    position: relative;
}
 
.quality_box h2 {
    margin: 0 0 20px 0;
    font-size: 2.2rem;
    line-height: 1.4;
}
 
.quality_box p {
    font-size: 1.6rem;
    line-height: 1.8;
}
 
.quality_column2 {
    padding-bottom: 60px;
}
 
.quality_list {
    margin: 0 30px;
}
 
.quality_list ul {
    margin: 0 0 20px;
}
 
.quality_list li {
    margin: 0 0 30px 0;
}
 
.quality_list h3 {
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
}
 
.quality_list h3::before {
    margin: auto;
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #343434;
}
 
.quality_list p {
    font-size: 1.6rem;
    line-height: 1.6;
}
 
.quality_column figure {
    margin: 0 -30px;
}
 
.quality_column figcaption {
    margin: 10px 10px 0;
    font-size: 1.4rem;
}
 
.quality_column::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    z-index: -1;
}
 
.quality_column1::before {
    background: url(../images/quality/img1.jpg) no-repeat center top;
    background-size: cover;
}
 
.quality_column2::before {
    background: url(../images/quality/img2.jpg) no-repeat center center;
    background-size: cover;
}
 
.quality_column3:before {
    background: url(../images/quality/img4.jpg) no-repeat center center;
    background-size: cover;
}
 
.quality_column .quality_box::after {
    position: absolute;
    color: #d9be27;
    top: 22px;
    left: 15px;
    font-size: 5.0rem;
    font-family: a-otf-ud-reimin-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
}
 
.quality_column1 .quality_box::after {
    content: '1';
}
 
.quality_column2 .quality_box::after {
    content: '2';
}
 
.quality_column3 .quality_box::after {
    content: '3';
}
 
@media screen and (min-width: 768px) {
 
    .quality_header {
        padding: 100px 0;
    }
     
    .quality_header h2 {
        margin: 0 0 30px 0;
        font-size: 3.6rem;
        line-height: 1.2;
    }
     
    .quality_header p {
        margin: 0 auto;
        font-size: 1.6rem;
        line-height: 1.8;
        max-width: 580px;
    }
     
    .quality_column {
        padding: 600px 0 0 0;
    }
     
    .quality_box {
        margin: 0 auto;
        padding: 60px 50px 80px 190px;
        max-width: 1000px;
    }
     
    .quality_box h2 {
        margin: 0 0 30px 0;
        font-size: 2.8rem;
    }
     
    .quality_box p {
        font-size: 1.6rem;
        line-height: 1.8;
    }
     
    .quality_column2 {
        padding-bottom: 100px;
    }
     
    .quality_list {
        margin: 0 auto;
        max-width: 1280px;
    }
     
    .quality_list ul {
        margin: 10px 0 20px;
        display: flex;
        flex-wrap: wrap;
    }
     
    .quality_list li {
        margin: 0 0 60px 0;
        width: calc(50% - 40px);
    }
     
    .quality_list li:nth-child(odd) {
        margin-right: 80px;
    }
     
    .quality_list h3 {
        margin: 0 0 20px 0;
        padding: 0 0 0 60px;
        font-size: 1.8rem;
        font-weight: bold;
        position: relative;
    }
     
    .quality_list h3::before {
        margin: auto;
        content: '';
        position: absolute;
        width: 40px;
        height: 1px;
        top: 0;
        bottom: 0;
        left: 0;
        background: #343434;
    }
     
    .quality_list p {
        font-size: 1.6rem;
        line-height: 1.6;
    }
     
    .quality_column figure {
        margin: 0 auto; 
        max-width: 1280px;
    }
     
    .quality_column figcaption {
        margin: 15px 0 0 0;
        font-size: 1.6rem;
    }
     
    .quality_column::before {
        height: 700px;
    }
     
    .quality_column .quality_box::after {
        top: 45px;
        left: 55px;
        font-size: 10.0rem;
    }
     
}
 
/* -----------------
    section
----------------- */
 
.section .main_img {
    background: url(../images/section/main.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
 
.section_column > figure {
    height: 150px;
    width: 100%;
}
 
.section_column_sales > figure {
    background: url(../images/section/img1_1_2.jpg) no-repeat center top;
    background-size: cover;
}
 
.section_column_factory > figure {
    background: url(../images/section/img2_1.jpg) no-repeat center center;
    background-size: cover;
}
 
.section_column_rd > figure {
    background: url(../images/section/img3_1.jpg) no-repeat center center;
    background-size: cover;
}
 
.section_column_crop > figure {
    background: url(../images/section/img4_1.jpg) no-repeat center center;
    background-size: cover;
}
 
.section_column_pc > figure {
    background: url(../images/section/img5_1.jpg) no-repeat center center;
    background-size: cover;
}
 
.section_column {
    margin: 50px 0 0 0;
}
 
.section_column_sales {
    margin-top: 85px;
}
 
.section_column_pc {
    margin-bottom: 100px;
}
 
.section_column .inner {
    margin: -30px 20px 0;
}
 
.section_column h2 {
    margin: 0 0 30px 0;
    padding: 15px 0 15px 15px;
    color: #fff;
    font-size: 2.2rem;
    width: 220px;
    background-color: rgba(0,0,0,0.6);
}
 
.section_column h3 {
    margin: 0 0 30px 0;
    font-size: 2.0rem;
    line-height: 1.4;
}
 
.section_column p {
    font-size: 1.6rem;
    line-height: 1.8;
}
 
.section_box > div {
    margin: 0 0 0 0;    
}
 
.section_box figure {
    margin: 0 0 20px 0;
}
 
.section_2box {
    margin: 30px 0 0 0;
}
 
.section_2box > div {
    margin: 0 0 30px 0;
}
 
.section_2box h4 {
    margin: 30px 0 25px;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
}
 
.section_2box h4::after {
    margin: auto;
    position: absolute;
    content: '';
    width: 37px;
    height: 1px;
    background: #313131;
    left: 0;
    top: 0;
    bottom: 0;
}
 
@media screen and (min-width: 768px) {
 
    .section_column > figure {
        height: 520px;
    }
     
    .section_column {
        margin: 100px 0 0 0;
    }
     
    .section_column_sales {
        margin-top: 115px;
    }
     
    .section_column_pc {
        margin-bottom: 100px;
    }
     
    .section_column .inner {
        margin: -53px auto 0;
    }
 
    .section_column h2 {
        margin: 0 0 50px 0;
        padding: 28px 0 28px 25px;
        font-size: 3.8rem;
        width: 400px;
    }
     
    .section_column h3 {
        margin: 0 0 45px 0;
        font-size: 3.6rem;
    }
     
    .section_column p {
        font-size: 1.6rem;
        line-height: 2.0;
    }
     
    .section_box {
        display: flex;
    }
     
    .section_box > div {
        margin: 0 75px 0 0; 
        order: 1;
    }
     
    .section_box figure {
        width: 480px;
        flex-shrink: 0;
        order: 2;
    }
     
    .section_2box {
        margin: 30px 0 0 0;
        display: flex;
        justify-content: space-between
    }
     
    .section_2box > div {
        margin: 0;
        max-width: 600px;
        flex-shrink: 0;
    }
         
}
 
/* -----------------
    member
----------------- */

.page_inner.member {
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
}
 
.member .main_img {
    margin-bottom: 85px;
    background: url(../images/member/main.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
 
.member_column1 .member_img {
    background: url(../images/member/img1.jpg) no-repeat center top;
    background-size: cover;
}
 
.member_column2 .member_img {
    background: url(../images/member/img2.jpg) no-repeat center top;
    background-size: cover;
}
 
.member_column3 .member_img {
    background: url(../images/member/img3.jpg) no-repeat center top;
    background-size: cover;
}
 
.member_column4 .member_img {
    background: url(../images/member/img4.jpg) no-repeat center top;
    background-size: cover;
}
 
.member_column5 .member_img {
    background: url(../images/member/img5.jpg) no-repeat center top;
    background-size: cover;
}
 
.member_column2 .member_img,
.member_column4 .member_img {
        order: 1;
}
 
.member_column2 .member_text,
.member_column4 .member_text {
        order: 2;
}
 
.member_column {
    margin: 0 0 40px 0;
    display: flex;
    flex-wrap: wrap;
}
 
.member_img {
    width: 100%;
    height: 360px;
    position: relative;
}
 
.member_prof {
    position: absolute;
    right: 0;
    bottom: 25px;
    padding: 15px 20px 10px;
    background: #fff;
}
 
.member_prof .sec {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 1.2rem;
}
 
.member_prof .sec span {
    margin: 0 15px 0 0;
    padding: 2px 8px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #707070;
}
 
.member_prof .name {
    margin: 0;
    font-size: 2.6rem;
}

.entry_unit .member_like h3 {
  margin: 0;
  padding: 0 10px;
  font-size: 1.6rem;
  border-bottom: none;
}

.member_text {
    padding: 20px 15px;
    width: 100%;
}
 
.member_text h2 {
    margin: 0 0 25px 0;
    font-size: 2.6rem;
    line-height: 1.4;
}
 
.member_text p {
    margin: 0 0 15px 0;
    font-size: 1.6rem;
    line-height: 1.6;
}
 
.member_like {
    margin: 40px 0 0 0;
    padding: 5px 20px 15px;
    border: 1px solid #707070;
}
 
.member_like h3 {
    padding: 0 10px;
    font-weight: bold;
    font-size: 1.6rem;
    background: #fff;
    display: inline-block;
    position: relative;
    top: -15px;
    left: -10px;
}
 
.member_text .member_like p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.6;
}
 
@media screen and (min-width: 768px) {
 
    .member .main_img {
        margin-bottom: 170px;
    }
     
    .member_column {
        margin: 0 0 120px 0;
        display: flex;
        flex-wrap: nowrap;
    }
 
    .member_column2 .member_img,
    .member_column4 .member_img,
    .member_column2 .member_text,
    .member_column4 .member_text {
            order: inherit;
    }
     
    .member_img {
        width: 50%;
        min-width: 600px;
        height: auto;
    }
     
    .member_prof {
        bottom: 100px;
        padding: 30px 40px 25px;
    }
     
    .member_prof .sec {
        margin: 0 0 5px 0;
        font-size: 1.4rem;
    }
     
    .member_prof .sec span {
        margin: 0 15px 0 0;
        padding: 2px 8px;
    }
     
    .member_prof .name {
        margin: 0;
        font-size: 3.8rem;
    }

    .member_text {
        padding: 0 6%; 
        width: 50%;
    }
     
    .member_text h2 {
        margin: 0 0 35px 0;
        font-size: 3.4rem;
    }
     
    .member_text p {
        margin: 0 0 20px 0;
    }
     
    .member_like {
        margin: 65px 0 0 0;
        padding: 5px 30px 20px;
    }
     
}
 
@media screen and (maxn-width: 768px) {
}
 
 
 
/* -----------------
    top
----------------- */
 
.top_column1 {
    margin: 30px 0;
    padding: 80vw 25px 0;
    background: url(../images/top/column1_img_sp.jpg) no-repeat 0 top;
    background-size: 100% auto;
}
 
.top_column1 figure {
    display: none;
}
 
.top_column1_box {
    padding: 20px 20px 45px;
    background-color: rgba(163,59,0,0.7);
    color: #fff;
}
 
.top_column1_box p {
    margin: 0 0 25px 0;
    font-size: 1.7rem;
    line-height: 2.0;
}
 
.top_column1_box .btn {
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 1.6rem;
    display: inline-block;
    width: 100%;
    position: relative;
}
 
.top_column1_box .btn a {
    padding: 18px 35px 18px 25px;
    display: block;
    color: #fff;
    line-height: 1.4;
}
 
.top_column1_box .btn .arrow_btn {
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/common/arrow.png) no-repeat right 20px center;
    background-size: 20px auto;
}
 
@media screen and (min-width: 768px) {
 
    .top_column1 {
        margin: 30px 0;
        padding: 0;
        height: 520px;
        position: relative;
        background: none;
    }
 
    .top_column1 figure {
        position: absolute;
        left: 0;
        top: 0;
        height: 520px;
        width: 76%;
        background: url(../images/top/column1_img_pc.jpg) no-repeat center center;
        background-size: cover;
        display: block;
    }
 
    .top_column1_box {
        margin: 45px 3% 0 0;
        padding: 70px 80px;
        float: right;
        position: relative
    }
     
    .top_column1_box p {
        margin: 0 0 40px 0;
        font-size: 2.4rem;
    }
     
    .top_column1_box .btn {
        width: auto;
    }
     
    .top_column1_box .btn a {
        padding: 20px 75px 20px 40px;
    }
     
    .top_column1_box .btn .arrow_btn {
        width: 55px;
        height: 55px;
        background: url(../images/common/arrow.png) no-repeat right 30px center;
        background-size: 20px auto;
    }
 
    .top_column1_box .btn:hover {
        border: 1px solid #fff;
    }
 
    .top_column1_box .btn a:hover {
        color: #C16719;
    }
 
    .top_column1_box a:hover .arrow_btn {
        animation: 0.2s steps(200) 0.1s normal forwards 1 btn_arrow2;
    }
     
    .top_column1_box .ani_box {
        background-position: 0 0;
        background-size: 202% auto;
        transition: .3s;
    }
 
    .top_column1_box .ani_box {
        background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255,255,255,1) 50%);
    }
 
}
 
.top_column2 li div {
    margin: 0 auto;
    padding: 30px 20px 60px;
}
 
.top_column2 li figure {
    position: relative;
    overflow: hidden;
}
 
.top_column2 li .arrow_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-size: 16px auto;
}
 
.top_column2 li h2 {
    margin: 0 0 30px;
    padding: 0 0 20px;
    font-size: 3.0rem;
    position: relative;
    text-align: center;
}
 
.top_column2 li h2:after {
    margin: auto;
    position: absolute;
    content: '';
    width: 65px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/common/navi_line.png) no-repeat;
    background-size: cover;
}
 
.top_column2 li p {
    font-size: 1.6rem;
    line-height: 1.7;
}

[data-ruby] {
    position: relative;
}

.top_column2 li [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
}
 
@media screen and (min-width: 768px) {
 
    .top_column2 ul {
        display: flex;
    }
     
    .top_column2 li {
        width: 50%;
    }
     
    .top_column2 li div {
        max-width: 535px;
        padding: 50px 0 90px;
    }
     
    .top_column2 ul li:last-child {
        border-left: 1px solid #E0E0E0;
    }
 
    .top_column2 ul li:last-child figure {
        margin-left: -1px;
    }
 
    .top_column2 li figure {
        transition: transform 0.3s ease;
    }
     
    .top_column2 li figure img {
        transition: transform 0.3s ease;
    }
     
    .top_column2 li .arrow_btn {
        width: 55px;
        height: 55px;
        background-size: 22px auto;
    }
     
    .top_column2 li a:hover figure img {
        transform: scale(1.05);
        transition: transform 0.3s ease;
    }
     
    .top_column2 li h2 {
        margin: 0 0 40px;
        padding: 0 0 12px 0;
        font-size: 4.4rem;
    }

    .top_column2 li h2 a:hover {
        opacity: 0.7;
    }

	.top_column2 li  [data-ruby]::before {
	    font-size: 1.6rem;
	}
     
}
 
.top_column3 {
    padding: 60px 20px 30px;
    background: #F7F7F7;
    text-align: center;
}
 
.top_column3 h2 {
    margin: 0 0 30px;
    padding: 0 0 28px 0;
    font-size: 3.0rem;
    position: relative;
    text-align: center;
}
 
.top_column3 h2::after {
    margin: auto;
    position: absolute;
    content: '';
    width: 65px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/common/navi_line.png) no-repeat;
    background-size: cover;
}
 
.top_column3 > p {
    margin: 0 auto 30px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
}
 
.top_column3 li {
    margin: 0 0 20px 0;
    background: #fff;
    text-align: left;
}
 
.top_column3 li figure {
    position: relative;
    overflow: hidden;
}
 
.top_column3 li .arrow_btn {
    position: absolute;
    right: 0;
    bottom: 0;
}
 
.top_column3 li h3 {
    padding: 10px 15px;
    font-size: 2.8rem;
}
 
@media screen and (min-width: 768px) {
 
    .top_column3 {
        padding: 95px 0 110px;
    }
     
    .top_column3 h2 {
        margin: 0 0 40px;
        padding: 0 0 22px 0;
        font-size: 4.4rem;
    }
     
    .top_column3 > p {
        margin: 0 auto 40px;
        text-align: center;
    }
     
    .top_column3 ul {
        display: flex;
        justify-content: center;
    }
     
    .top_column3 li {
        margin: 0 0 0 35px;
        max-width: 405px;
    }
     
    .top_column3 li:first-child {
        margin: 0;
    }
     
    .top_column3 li figure {
        transition: transform 0.3s ease;
    }
     
    .top_column3 li figure img {
        transition: transform 0.3s ease;
    }
     
    .top_column3 li a:hover figure img {
        transform: scale(1.10);
        transition: transform 0.3s ease;
    }
     
    .top_column3 li h3 {
        padding: 10px 20px;
        font-size: 3.6rem;
    }
     
    .top_column3 li h3 a:hover {
        opacity: 0.7;
    }
 
}
 
.top_column4 figure {
    position: relative;
    overflow: hidden;
}
 
.top_column4 .arrow_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-size: 16px auto;
}
 
.top_column4_text {
    padding: 30px 20px 40px;
}
 
.top_column4_text h2 {
    margin: 0 0 30px;
    padding: 0 0 22px 0;
    font-size: 3.0rem;
    position: relative;
    text-align: center;
}
 
.top_column4_text h2::after {
    margin: auto;
    position: absolute;
    content: '';
    width: 65px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/common/navi_line.png) no-repeat;
    background-size: cover;
}
 
.top_column4_text p {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
}
 
@media screen and (min-width: 768px) {
 
    .top_column4 {
        display: flex;
    }
     
    .top_column4 > a {
        width: 50%;
    }
     
    .top_column4 figure {
        transition: transform 0.3s ease;
    }
     
    .top_column4 figure img {
        transition: transform 0.3s ease;
    }
     
    .top_column4 .arrow_btn {
        width: 55px;
        height: 55px;
        background-size: 22px auto;
    }
     
    .top_column4 a:hover figure img {
        transform: scale(1.05);
        transition: transform 0.3s ease;
    }
     
    .top_column4_text {
        padding: 30px 50px;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
     
    .top_column4_text > div {
        max-width: 530px;
    }
     
    .top_column4_text h2 {
        margin: 0 0 40px;
        padding: 0 0 22px 0;
        font-size: 4.4rem;
    }
     
    .top_column4_text h2 a:hover {
        opacity: 0.7;
    }
     
}
.top_news {
    padding: 45px 0;    
    background: #F7F7F7;
    text-align: center;
}
 
.top_news h2,
.top_blog h2 {
    margin: 0 0 40px;
    padding: 0 0 22px 0;
    font-size: 3.0rem;
    position: relative;
    text-align: center;
}
 
.top_news h2::after,
.top_blog h2::after {
    margin: auto;
    position: absolute;
    content: '';
    width: 65px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/common/navi_line.png) no-repeat;
    background-size: cover;
}
 
.top_news ul {
    margin: 0 20px 30px;
}
 
.top_news li {
    margin: 0 0 20px 0;
    font-size: 1.6rem;
    text-align: left;
}
 
.top_news li time {
    margin: 0 0 8px 0;
    display: block;
    font-size: 1.4rem;
}
 
.top_news li a {
    display: block;
    font-weight: bold;
}
 
.top_news .btn_index,
.top_blog .btn_index {
    border: 1px solid #E0E0E0;
    background: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
 
.top_news .btn_index a,
.top_blog .btn_index a {
    padding: 10px 55px 10px 30px;
    display: block;
    background: url(../images/common/arrow.png) no-repeat right 20px center;
    background-size: 20px auto;
}
 
.top_news .btn_index .arrow_btn,
.top_blog .btn_index .arrow_btn {
    display: none;
}
 
.top_blog .btn_index {
    margin: 20px 0 0 0;
}
 
@media screen and (min-width: 768px) {
 
    .top_column5 {
        display: flex;  
    }
 
    .top_news {
        padding: 100px 0;   
        width: 50%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
     
    .top_news h2,
    .top_blog h2 {
        margin: 0 0 40px;
    }
     
    .top_news ul {
        margin: 0 20px 20px;
        max-width: 600px;
    }
     
    .top_news li {
        margin: 0 0 30px 0;
    }
     
    .top_news li a:hover {
        text-decoration: underline;
    }
     
    .top_news li time {
        margin: 0 0 10px 0;
        font-size: 1.6rem;
    }
     
    .top_blog .btn_index {
        margin: 50px 0 0 0;
    }
 
    .top_news .btn_index a,
    .top_blog .btn_index a {
        background: none;
    }
 
    .top_news .btn_index .arrow_btn,
    .top_blog .btn_index .arrow_btn {
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: inline;
        background: url(../images/common/arrow.png) no-repeat right 20px center;
        background-size: 20px auto;
    }
 
    .top_news .btn_index a:hover .arrow_btn,
    .top_blog .btn_index a:hover .arrow_btn {
        animation: 0.2s steps(200) 0.1s normal forwards 1 btn_arrow3;
    }
 
}
 
.top_blog {
    padding: 50px 0;    
    background: #E9E9E8;
    text-align: center;
}
 
.top_blog_wrapper {
    padding: 0 30px;
    position: relative;
}
 
.top_blog_wrapper .slide_prev {
    left: 30px;
    bottom: -58px;
    background: url(../images/common/slide_left.png) no-repeat;
    background-size: cover;
}
 
.top_blog_wrapper .slide_next {
    right: 30px;
    bottom: -58px;
    background: url(../images/common/slide_right.png) no-repeat;
    background-size: cover;
}
 
.top_blog_wrapper .slide_prev,
.top_blog_wrapper .slide_next {
    position: absolute;
    width: 50px;
    height: 40px;
    cursor: pointer;
}

.top_blog_wrapper .slick-disabled {
	display: none !important;
}
 
.top_blog_box_inner {
    text-align: left;
}
 
.top_blog_box_inner > a {
    width: 100%;
}
 
.top_blog_box_inner > div {
    padding: 25px;
    background: #fff;
}
 
.top_blog_box time {
    font-size: 1.4rem;
}

.top_blog_header {
	display: flex;
	align-items: center;
}

.top_blog_box .top_blog_header p {
	margin: 0 0 0 5px;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font-size: 1.2rem;
}

.top_blog_box h3 {
    margin: 10px 0 15px;
    font-size: 1.8rem;
    font-weight: bold;
}
 
.top_blog_box p {
    font-size: 1.4rem;
    line-height: 1.6;
}
 
.top_blog_box figure {
    position: relative;
    overflow: hidden;
    height: 240px;
    width: 100%;
}
 
.top_blog_box figure span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
 
.top_blog_box .arrow_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    background-size: 22px auto;
}
 
@media screen and (min-width: 768px) {
 
    .top_blog {
        padding: 100px 0;   
        width: 50%;
    }
     
    .top_blog_wrapper {
        padding: 0 110px;
    }
     
    .top_blog_wrapper .slide_prev {
        margin: auto;
        top: 0;
        bottom: 0;
    }
     
    .top_blog_wrapper .slide_next {
        margin: auto;
        top: 0;
        bottom: 0;
    }
     
    .top_blog_box_inner {
        display: flex;
        justify-content: center;
    }
     
    .top_blog_box_inner > a {
        width: 40%;
    }
     
    .top_blog_box_inner > div {
        padding: 30px 35px;
        width: 60%;
    }
     
    .top_blog_box h3 a:hover {
        opacity: 0.7;
    }
     
    .top_blog_box figure {
        height: auto;
        height: 100%;
    }
     
    .top_blog_box figure span {
        transition: transform 0.3s ease;
    }
     
    .top_blog_box .arrow_btn {
        width: 32px;
        height: 32px;
        background-size: 16px auto;
    }
     
    .top_blog_box a:hover figure span {
        transform: scale(1.05);
        transition: transform 0.3s ease;
    }
 
    .top_blog_box a:hover .arrow_btn {
        animation: 0.2s steps(200) 0.1s normal forwards 1 btn_arrow4;
    }
 
}
 
.top_column6 ul {
    margin: 30px 0;
}
 
.top_column6 figure {
    position: relative;
    overflow: hidden;
}
 
.top_column6 .arrow_btn {
    position: absolute;
    right: 0;
    bottom: 0;
}
 
.top_column6 li h3 {
    margin: 20px;
    font-size: 2.4rem;
    font-weight: bold;
}
 
.top_column6 li h3 a {
    color: #4D4D4D;
}
 
.top_column6 li p {
    margin: 0 20px 30px;
    font-size: 1.6rem;
    line-height: 1.7;
}

.top_column6 li .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.top_column6 li .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
 
@media screen and (min-width: 768px) {
 
    .top_column6_inner {
        border-bottom: 1px solid #E0E0E0;
    }
 
    .top_column6_inner:last-child {
        border-bottom: none;
    }
 
    .top_column6 ul {
        margin: 0 auto;
        padding: 0 60px;
        display: flex;
        max-width: 1280px;
        flex-wrap: wrap;    
    }
     
    .top_column6 li {
        padding: 100px 0 90px 60px;
        width: 50%;
        border-top: 1px solid #E0E0E0;
    }
     
    .top_column6 li:nth-child(odd) {
        padding: 100px 60px 90px 0;
        border-right: 1px solid #E0E0E0;
    }
     
    .top_column6 li:nth-child(1),
    .top_column6 li:nth-child(2) {
        border-top: none;
    }
     
    .top_column6 figure {
        transition: transform 0.3s ease;
    }
     
    .top_column6 figure img {
        transition: transform 0.3s ease;
    }
     
    .top_column6 a:hover figure img {
        transform: scale(1.05);
        transition: transform 0.3s ease;
    }
     
    .top_column6 li h3 {
        margin: 25px 0 20px;
        font-size: 2.6rem;
    }
     
    .top_column6 li h3 a:hover {
        opacity: 0.7;
    }
     
    .top_column6 li p {
        margin: 0;
    }
 
}
 
.top_column7 figure {
    position: relative;
    overflow: hidden;
}
 
.top_column7 .arrow_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-size: 16px auto;
}
 
.top_column7_text {
    padding: 30px 20px 50px;
    background: #27211E;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
 
.top_column7_text h2 {
    margin: 0 0 30px 0;
    font-size: 3.0rem;
    text-align: center;
}
 
.top_column7_text h2 a {
    color: #fff;
}
 
.top_column7_text p {
    margin: 0 0 30px 0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
}
 
.top_column7_text .btn {
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 1.6rem;
    display: inline-block;
    position: relative;
}
 
.top_column7_text .btn a {
    padding: 20px 70px 20px 30px;
    display: block;
    color: #fff;
}
 
.top_column7_text .btn .arrow_btn {
    margin: auto;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    background: url(../images/common/arrow.png) no-repeat center center;
    background-size: 20px auto;
}
 
@media screen and (min-width: 768px) {
 
    .top_column7 {
        display: flex;
    }
     
    .top_column7 > div {
        width: 50%;
    }
 
    .top_column7 .arrow_btn {
        width: 55px;
        height: 55px;
        background-size: 22px auto;
    }
 
    .top_column7_text {
        padding: 0;
        width: 50%;
        text-align: left;
    }
     
    .top_column7_text > div {
        padding: 0 40px;
    }
     
    .top_column7_text h2 {
        margin: 0 0 40px 0;
        font-size: 4.4rem;
    }
     
    .top_column7_text p {
        margin: 0 0 30px 0;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.7;
        max-width: 560px;
    }
     
    .top_column7_text .btn .arrow_btn {
        background: url(../images/common/arrow.png) no-repeat right 30px center;
        background-size: 20px auto;
    }
 
    .top_column7_text .btn a {
        padding: 20px 90px 20px 30px;
    }
 
    .top_column7_text .btn:hover {
        border: 1px solid #27211E;
    }
 
    .top_column7_text .btn a:hover {
        color: #27211E;
    }
 
    .top_column7_text a:hover .arrow_btn {
        animation: 0.2s steps(200) 0.1s normal forwards 1 btn_arrow2;
    }
     
    .top_column7_text .ani_box {
        background-color: #27211E;      
        background-position: 0 0;
        background-size: 202% auto;
        transition: .3s;
    }
 
    .top_column7_text .ani_box {
        background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255,255,255,1) 50%);
    }
     
    .ani_box:hover {
        background-position: -99% 0;
    }
 
}
 
/* -----------------
    NEWS index
----------------- */
 
.news_index_column li {
    margin: 0 0 10px 0;
    border-bottom: 3px solid #EDEADF;
}
 
.news_index_column a {
    display: block;
    padding: 10px 0;
}
 
.news_index_column li time {
    margin: 0 0 5px 0;
    font-size: 1.4rem;
    display: inline-block;
}
 
.news_index_column li h2 {
    font-size: 2.2rem;
    padding: 0 25px 0 0;
    line-height: 1.3;
    background: url(../images/common/arrow.png) no-repeat right center;
    background-size: 16px auto;
}
 
@media screen and (min-width: 768px) {
 
    .news_index_column li {
        margin: 0 0 20px 0;
    }
     
    .news_index_column a {
        padding: 15px 30px 15px 3px;
    }
     
    .news_index_column a:hover {
        display: block;
        background: #FAF9F6;
    }
     
    .news_index_column li time {
        margin: 0 0 5px 0;
        font-size: 1.6rem;
    }
     
    .news_index_column li h2 {
        font-size: 2.8rem;
        padding: 0 50px 0 0;
        background: url(../images/common/arrow.png) no-repeat right center;
        background-size: 22px auto;
        transition: all 0.3s ease;
    }
     
    .news_index_column li a:hover h2 {
        background: url(../images/common/arrow.png) no-repeat right 20px center;
        background-size: 22px auto;
        transition: all 0.3s ease;
    }
}
 
/* -----------------
    contact
----------------- */
 
.contact .main_img_top {
    background: url(../images/index/contact.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
 
.contact .page_inner h2 {
    margin: 0 0 20px 0;
    font-size: 2.4rem;
    line-height: 1.3;
}
 
.contact .page_inner p {
    margin: 0 0 30px;
    font-size: 1.6rem;
    line-height: 1.6;
}
 
.contact .page_inner p em {
    font-weight: bold;
}
 
.contact .page_inner h3 {
    margin: 30px 0 20px 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 2.0rem;
    border-bottom: 1px solid #707070;
}
 
.contact .contact_txt_box {
    margin: 0 0 20px 0;
    padding: 20px 0 0;
    display: inline-block;
    border: 1px solid #E0E0E0;
    background-color: #FBFAF7;
    width: 100%;
}
 
.contact .contact_txt_box ul {
    margin: 0 15px;
    overflow: hidden;
}
 
.contact .contact_txt_box li {
    margin: 0 0 20px;
    font-size: 1.6rem;
    font-weight: bold;
}
 
.contact .page_inner .btn_policy {
    margin: 0 0 30px 0;
    border: 1px solid #E0E0E0;
    background: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
 
.btn_policy a {
    padding: 8px 55px 8px 20px;
    display: block;
    background: url(../images/common/arrow.png) no-repeat right 20px center;
    background-size: 20px auto;
}
 
.btn_policy .arrow_btn {
    display: none;
}
 
.form_step {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
}
 
.form_step li {
    padding: 5px 0;
    border: 1px solid #5C5645;
    background: #FBFAF7;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    width: calc(33.3333% - 33px);
    position: relative;
}
 
.form_step li span {
    display: block;
}
 
.form_step li::before {
    margin: auto;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -30px;
    width: 0;
    height: 0;
    border-left: 10px solid #2B2B2B;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
 
.form_step li:last-child::before {
    display: none;
}
 
.form_step li.act {
    color: #fff;
    background: #5C5645;
}
 
.form_entry table {
    margin: 0 0 30px;
    width: 100%;
}
 
.form_entry th {
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: left;
    display: block;
    border-left: 4px solid #343434;
}
 
.form_entry td {
    padding: 20px 0px 30px;
    font-size: 1.6rem;
    text-align: left;
    display: block;
}
 
.form_entry .require {
    margin: 0 0 0 20px;
    padding: 2px 12px;
    font-size: 1.2rem;
    display: inline-block;
    color: #fff;
    background: #862121;
}
 
.form_entry label {
    margin: 0 0 20px;
    width: 100%;
}
 
.form_entry input {
    margin: 0;
    padding: 10px;
    border: 1px solid #D5D5D5;
    background: #FAFAFA;
    font-size: 1.6rem;
    width: 100%;
}
 
.form_entry .lb_auto,
.form_entry .lb_auto input {
    width: auto;
}
 
.form_entry input[name="company_name"],
.form_entry input[name="company_kana"],
.form_entry input[name="name"],
.form_entry input[name="kana"] {
    width: calc(100% - 80px);
}
 
.form_entry input[name="zip1"],
.form_entry input[name="zip2"] {
    width: 80px;
}
 
.form_entry input[type="radio"] {
    width: auto;
}
 
.form_entry select {
    margin: 0 0 20px;
    padding: 5px 0;
    font-size: 1.6rem;
}
 
.form_entry p.input_sample {
    margin: 0;
    font-size: 1.4rem;
}
 
.form_entry .name_title {
    width: 80px;
    display: inline-block;
}
 
.form_entry .address {
    margin: 0 10px 0 0;
    display: inline-block;
}
 
.form_entry .address2 {
    margin: 0 10px 0 0;
    width: 100px;
    display: inline-block;
}
 
.form_entry .ipt_cate {
    margin: 0 0 10px 0;
}
 
#inquiry {
    padding: 15px;
    height: 150px;
    width: 100%;
    border: 1px solid #D5D5D5;
    background: #FAFAFA;
    font-size: 1.6rem;
}
 
.contact p.form_attention {
    margin: 0;
    color: #862121;
    font-weight: bold;
}
 
.form_entry .btn_confirm,
.form_entry .btn_send {
    margin: 0 0 40px 0;
    padding: 18px 90px;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    border: 1px solid #343434;
    background: #343434 url(../images/common/arrow.png) no-repeat right 20px center;
    background-size: 22px auto;
    width: 100%;
}
 
.form_entry .btn_back {
    padding: 18px 30px 18px 60px;
    border: 1px solid #E1E1E1;
    font-size: 2.0rem;
    font-weight: bold;
    background: #E1E1E1 url(../images/common/arrow_left.png) no-repeat 20px center;
    background-size: 22px auto;
    width: 100%;
}
 
@media screen and (min-width: 768px) {
 
    .contact .main_img {
        height: 440px;
    }
     
    .contact .page_inner h2 {
        margin: 0 0 40px 0;
        font-size: 3.8rem;
    }
     
    .contact .page_inner p {
        margin: 0 0 40px;
        line-height: 2.0;
    }
     
    .contact .page_inner h3 {
        margin: 60px 0 30px 0;
        padding: 0 0 20px 0;
        font-size: 2.8rem;
    }
     
    .contact .contact_txt_box {
        margin: 0 0 30px 0;
        padding: 40px 0 20px;
        width: 560px;
    }
     
    .contact .contact_txt_box ul {
        margin: 0 30px;
    }
     
    .contact .contact_txt_box li {
        margin: 0 20px 20px;
        font-size: 1.8rem;
        float: left;
    }
     
    .contact_2column {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
     
    .btn_policy a {
        background: none;
    }
 
    .btn_policy .arrow_btn {
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: inline;
        background: url(../images/common/arrow.png) no-repeat right 20px center;
        background-size: 20px auto;
    }
 
    .btn_policy a:hover .arrow_btn {
        animation: 0.2s steps(200) 0.1s normal forwards 1 btn_arrow3;
    }
 
    .form_step {
        margin: 0 0 45px;
    }
     
    .form_step li {
        padding: 10px 0;
        font-size: 2.0rem;
    }
 
    .form_step li span {
        padding: 0 15px 0 0;
    }
     
    .form_step li span {
        display: inline;
    }
 
    .form_entry table {
        margin: 0 0 90px;
    }
     
    .form_entry th {
        padding: 20px 30px;
        background: #FBFAF7;
        border: 1px solid #E0E0E0;
        width: 280px;
        display: table-cell;
    }
     
    .form_entry td {
        padding: 20px 30px;
        border: 1px solid #E0E0E0;
        display: table-cell;
    }
     
    .form_entry label {
        width: auto;
    }
     
    .form_entry input {
        width: 300px;
    }
     
    .form_entry input[name="company_name"],
    .form_entry input[name="company_kana"],
    .form_entry input[name="name"],
    .form_entry input[name="kana"] {
        width: 300px;
    }
 
    .form_entry .name_title {
        width: 100px;
    }
     
    .form_entry .ipt_email input {
        width: 400px;
    }
     
    .form_entry .ipt_cate {
        margin: 0 30px 0 0;
    }
     
    #inquiry {
        width: 550px;
    }
     
    .form_btn_box {
        display: flex;
        justify-content: center;
        position: relative;
    }
     
    .form_entry .btn_confirm,
    .form_entry .btn_send {
        margin: 0;
        padding: 18px 90px;
        transition: all 0.3s ease;
        width: auto;
    }
     
    .form_entry .btn_confirm:hover,
    .form_entry .btn_send:hover {
        color: #343434;
        border: 1px solid #343434;
        background: #fff url(../images/common/arrow.png) no-repeat right 30px center;
        background-size: 22px auto;
        transition: all 0.3s ease;
    }
     
    .form_entry .btn_back {
        transition: all 0.3s ease;
        width: auto;
        position: absolute;
        left: 0;
    }
     
    .form_entry .btn_back:hover {
        border: 1px solid #343434;
        background: #fff url(../images/common/arrow_left.png) no-repeat 20px center;
        background-size: 22px auto;
        transition: all 0.3s ease;
    }
 
}
 
/* -----------------
    search_result
----------------- */
 
.search_result .main_img_top {
    background: url(../images/index/contact.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
 
.no_result {
    font-size: 1.8rem;
}
 
.search_result_column li {
    margin: 0 0 10px 0;
    border-bottom: 3px solid #EDEADF;
}
 
.search_result_column a {
    display: block;
    padding: 10px 25px 10px 0;
    background: url(../images/common/arrow.png) no-repeat right center;
    background-size: 16px auto;
}
 
.search_result_column li h2 {
    margin: 0 0 10px 0;
    font-size: 2.2rem;
    line-height: 1.3;
}
 
.search_result_column li p {
    font-size: 1.6rem;
    line-height: 1.8;
}
 
@media screen and (min-width: 768px) {
 
    .no_result {
        font-size: 2.0rem;
    }
 
    .search_result_column li {
        margin: 0 0 20px 0;
    }
     
    .search_result_column a {
        padding: 15px 60px 15px 3px;
        background: url(../images/common/arrow.png) no-repeat right center;
        background-size: 22px auto;
        transition: all 0.3s ease;
    }
     
    .search_result_column a:hover {
        display: block;
        background: #FAF9F6 url(../images/common/arrow.png) no-repeat right 20px center;
        background-size: 22px auto;
        transition: all 0.3s ease;
    }
     
    .search_result_column li h2 {
        margin: 0 0 15px 0;
        font-size: 2.8rem;
    }
     
    .search_result_column li a:hover h2 {
    }
}
 
 
 
 
/* -----------------
    entry
----------------- */
 
.entry_main_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
 
.bgimg_top .entry_main_img {
    background-position: center top;
}
 
.page_inner {
    margin: 70px 15px 40px;
}
 
.entry_header {
    margin: 0 0 30px 0;
}
 
.entry_header h1 {
    margin: 0 0 10px 0;
    font-size: 3.0rem;
    line-height: 1.3;
    font-family: a-otf-ud-reimin-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal; 
}

.entry_parts {
	display: flex;
	align-items: center;
}

.entry_parts p {
	margin: 0 0 0 15px;
	padding: 4px 15px;
	font-size: 1.4rem;
	border: 1px solid #CCCCCC;
}

.entry_header time {
    font-size: 1.4rem;  
}
 
.entry_unit p {
    margin: 0 0 30px 0;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
}
 
.entry_unit p em {
    font-weight: bold;
    font-style: normal;
}
 
.entry_unit p strong {
    color: #FF0000;
    font-weight: bold;
}
 
.entry_unit p span.big {
    font-weight: bold;
    font-size: 2.2rem;
}
 
.entry_unit p span.small {
    font-size: 1.2rem;
}
 
.entry_unit p::selection {
    background: #BCA314;
    color: #fff;
}
 
.entry_unit p::-moz-selection {
    background: #BCA314;
    color: #fff;
}
 
.entry_unit p.a_center {
    text-align: center;
}
 
.entry_unit p.a_right {
    text-align: right;
}
 
.entry_unit p.line {
    margin: 30px 0;
    height: 1px;
    border-bottom: 2px solid #EDEADF;
    text-indent: -9999px;
    clear: both;
}
 
.entry_unit p.clear {
    margin: 30px 0;
    height: 1px;
    text-indent: -9999px;
    clear: both;
}
 
.entry_unit a {
    text-decoration: underline;
}
 
.entry_unit a:visited {
    color: #838383;
}
 
.entry_unit a:active {
    color: #BA7F4C;
    text-decoration: none;
}
 
.entry_unit h2 {
    margin: 0 0 20px;
    position: relative;
    font-size: 2.6rem;
    line-height: 1.3;
    font-family: a-otf-ud-reimin-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
    clear: both;
}
 
.entry_unit h2 .small {
    font-size: 2.0rem;
}
 
.entry_unit h3 {
    margin: 0 0 20px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #707070;
    font-size: 2.4rem;
    line-height: 1.3;
    color: #343434;
    font-weight: bold;
    clear: both;
}
 
.entry_unit h3 .small {
    font-size: 1.8rem;
}
 
.entry_unit h3.center {
    margin: 0 0 20px;
    padding: 0 0 15px 0;
    font-size: 2.4rem;
    color: #343434;
    font-weight: bold;
    position: relative;
    text-align: center;
    border: none;
}
 
.entry_unit h3.center::before {
    margin: auto;
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D9BE27;
}
 
.entry_unit h4 {
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    font-size: 2.0rem;
    line-height: 1.3;
    color: #343434;
    font-weight: bold;
    position: relative;
    clear: both;
}
 
.entry_unit h4 .small {
    font-size: 1.4rem;
}
 
.entry_unit h4::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    left: 0;
    top: 10px;
    background-color: #707070;
}
 
.entry_unit h5 {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #343434;
    font-weight: bold;
    position: relative;
    clear: both;
}
 
.entry_unit h5 .small {
    font-size: 1.4rem;
}
 
.entry_unit h5::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 0;
    top: 4px;
    background-color: #D9BE27;
}
 
.entry_unit ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 3px;
    list-style: none;
    counter-reset: ol_li;
}
 
.entry_unit ol li {
    margin: 0 0 15px 0;
    padding-left: 1em;
    text-indent: -1.2em;
    font-size: 1.6rem;
    line-height: 1.4;
}
 
.entry_unit ol li:before {
	margin-right: .5em;
	padding: 2px 3px;
	counter-increment: ol_li;
	content: counter(ol_li);
	color: #fff;
	font-size: 1.0rem;
	background-color: #BA7F4C;
	position: relative;
	top: -2px;
}
 
.entry_unit ul {
    margin: 0 0 20px 8px;
}
 
.entry_unit ul li {
    margin: 0 0 7px 0;
    padding: 0 0 0 12px;
    font-size: 1.6rem;
    position: relative;
}
 
.entry_unit ul li::after {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #BA7F4C;
}
 
.entry_unit p.block {
    margin: 0 0 30px 0;
    padding: 20px 30px;
    background: #FBFAF7;
    border: 1px solid #E0E0E0;
}
 
.entry_unit table {
    margin: 0 0 30px 0;
    width: 100%;
}
 
.entry_unit th,
.entry_unit td {
    border: 1px solid #E0E0E0;
    padding: 8px 10px;
    font-size: 1.3rem;
}
 
.entry_unit .ptn2 th,
.entry_unit .ptn2 td {
    padding: 10px 15px;
}
 
.entry_unit .ptn3 th,
.entry_unit .ptn3 td {
    padding: 10px;
}
 
.entry_unit .rd_table1,
.entry_unit .rd_table2,
.entry_unit .rd_table3 {
	 width: 100%;
}

.entry_unit .rd_table2 tr:first-child th:first-child {
	 width: 15%;
}

.entry_unit .rd_table1 tr:last-child td span:first-child {
	float: left;
	color: #f58201;
	font-weight: bold;
}

.entry_unit .rd_table1 tr:last-child td span:nth-child(2) {
	position: relative;
	width: calc(100% - 190px);
	height: 15px;
	background: #f58201;
	display: inline-block;
}

.entry_unit .rd_table1 tr:last-child td span:nth-child(2):after{
	position: absolute;
	content: "";
	top: -8px;
	right: -28px;
	border: 15px solid;
	border-color:transparent;
	border-left: 15px solid #f58201;
}

.entry_unit .rd_table1 tr:last-child td span:nth-child(2):before {
	position: absolute;
	content: "";
	top: -8px;
	left: -28px;
	border: 15px solid;
	border-color:transparent;
	border-left: 15px solid #f58201;
	transform:rotate(-180deg);
}

.entry_unit .rd_table1 tr:last-child td span:last-child {
	float: right;
	color: #f58201;
	font-weight: bold;
}

.entry_unit td .red {
	color: #ff0000;
}

.entry_unit .rd_table1 th,
.entry_unit .rd_table1 td {
    padding: 10px;
    text-align: center;
}

.entry_unit .rd_table2 th,
.entry_unit .rd_table2 td {
    padding: 10px;
    text-align: center;
}

.entry_unit .rd_table3 th,
.entry_unit .rd_table3 td {
    padding: 10px;
    text-align: center;
}

.entry_unit .rd_table2 tr:last-child th,
.entry_unit .rd_table2 tr:last-child td {
	background-color: #fefedc;
}
 
.entry_unit .rd_table3 tr:nth-last-child(1) th,
.entry_unit .rd_table3 tr:nth-last-child(1) td,
.entry_unit .rd_table3 tr:nth-last-child(2) th,
.entry_unit .rd_table3 tr:nth-last-child(2) td,
.entry_unit .rd_table3 tr:nth-last-child(3) th,
.entry_unit .rd_table3 tr:nth-last-child(3) td {
	background-color: #fefedc;
}
 
.entry_unit th {
    font-weight: normal;
    text-align: left;
    background: #FBFAF7;
}
 
.entry_unit .p_btn {
    margin: 20px 0;
    display: table;
    clear: both;
    font-size: 1.4rem;
    background-color: #343434;
}
 
.entry_unit .p_btn a {
    padding: 10px 45px 10px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    background: url(../images/common/arrow.png) no-repeat right 15px center;
    background-size: 15px auto;
}
 
p.continue_btn {
    margin: 40px 0;
    display: table;
    clear: both;
    font-size: 1.4rem;
    background-color: #343434;
    float: right;
}
 
p.continue_btn a {
    padding: 6px 10px 6px 25px;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
}
 
p.continue_btn .arrow_btn {
    display: inline-block;
}
 
.entry_unit p.caption {
    margin: 6px 0 5px 0;
    text-align: center;
    font-size: 1.4rem;
}
/*
.columnImage {
    width: 100%;
}
*/
.entry_unit [class*="column2_"],
.entry_unit [class*="column3_"] {
    margin-bottom: 30px;
}
 
.entry_unit .column2_left,
.entry_unit .column2_right,
.entry_unit .column3_left,
.entry_unit .column3_center,
.entry_unit .column3_right,
.entry_unit .column2_left_small,
.entry_unit .column2_right_big,
.entry_unit .column2_left_big,
.entry_unit .column2_right_small {
    width: 100%;
}
 
.entry_unit .column1_full {
    margin: 0 -15px;
}
 
.column-vide-left,
.column-media-left,
.column-image-left {
    float: none;
    display: block;
}
 
.column-video-right,
.column-media-right,
.column-image-right {
    float: none;
    display: block;
}
 
 
[class*="column-media-"],
[class*="column-image-"] {
    margin-bottom: 30px;
}
 
.entry_unit [class*="column-media-"] [class*="column2_"],
.entry_unit [class*="column-image-"] [class*="column2_"],
.entry_unit [class*="column-media-"] [class*="column3_"],
.entry_unit [class*="column-image-"] [class*="column3_"] {
    margin-bottom: 0;
}
 
.entry_unit .entry_video_l,
.entry_unit .entry_video_m,
.entry_unit .entry_video_s {
    margin-bottom: 30px;
}
 
.entry_unit .custom_3column figure {
    margin: 10px 0;
    overflow: hidden;
    text-align: center;
}

.entry_unit .custom_3column figure img {
    height: 230px;
    width: auto;
    object-fit: cover;
}

.entry_unit .custom_3column h4 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: bold;
}

.custom_3column h4::before {
    display: none;
}
 
.entry_unit .custom_3column p {
    font-size: 1.6rem;
    line-height: 1.7;
}
 
.entry_unit iframe.map {
    width: 100%;
    height: 300px;
}
 
@media screen and (min-width: 768px) {
 
    .entry_main_img {
        height: 660px;
    }
     
	.bgimg_top .entry_main_img {
	    background-position: center top -30px;
	}
 
    .header_small .entry_main_img {
        height: 440px;
    }
     
    .page_inner {
        margin: 150px auto;
        max-width: 1280px;
    }
 
    .entry_header {
        margin: 0 0 50px 0;
    }
     
    .entry_header h1 {
        font-size: 3.8rem;
    }
     
    .entry_unit p {
        margin: 0 0 40px 0;
        line-height: 1.7;
    }
 
    .entry_unit p span.big {
        font-size: 2.2rem;
    }
     
    .entry_unit p span.small {
        font-size: 1.3rem;
    }
     
    .entry_unit p.line {
        margin: 40px 0;
        border-bottom: 3px solid #EDEADF;
    }
     
    .entry_unit p.clear {
        margin: 40px 0;
    }
     
    .entry_unit a:hover {
        color: #838383;
        text-decoration: none;
    }
 
    .entry_unit h2 {
        margin: 0 0 30px;
        font-size: 3.4rem;
    }
     
    .entry_unit h2 .small {
        font-size: 2.4rem;
    }
 
    .entry_unit h3 {
        margin: 0 0 30px;
        padding: 0 0 15px 0;
        font-size: 2.8rem;
    }
     
    .entry_unit h3 .small {
        font-size: 2.0rem;
    }
 
    .entry_unit h3.center {
        margin: 0 0 30px;
        padding: 0 0 25px 0;
        font-size: 2.8rem;
    }
     
    .entry_unit h3.center::before {
        width: 115px;
        height: 5px;
    }
     
    .entry_unit h4 {
        margin: 0 0 40px;
        padding: 0 0 0 50px;
        font-size: 2.4rem;
    }
     
    .entry_unit h4 .small {
        font-size: 1.8rem;
    }
 
    .entry_unit h4::before {
        width: 40px;
        top: 13px;
    }
     
    .entry_unit h5 {
        margin: 0 0 40px;
        padding: 0 0 0 30px;
        font-size: 2.2rem;
    }
     
    .entry_unit h5 .small {
        font-size: 1.6rem;
    }
 
    .entry_unit h5::before {
        width: 20px;
        height: 20px;
        top: 4px;
    }
     
    .entry_unit ol {
        margin: 0 0 30px 0;
        padding: 0 0 0 4px;
    }
     
    .entry_unit ol li {
        margin: 0 0 15px 0;
        font-size: 1.6rem;
    }
     
    .entry_unit ol li:before {
      margin-right: .5em;
      padding: 2px 3px;
      font-size: 1.0rem;
      top: -2px;
    }
     
    .entry_unit ul {
        margin: 0 0 30px 8px;
    }
     
    .entry_unit ul li {
        margin: 0 0 10px 0;
        padding: 0 0 0 12px;
    }
     
    .entry_unit p.block {
        margin: 0 0 40px 0;
        padding: 40px 55px;
    }
     
    .entry_unit table {
        margin: 0 0 50px 0;
        width: auto;
    }
 
    .entry_unit .column2_left table,
    .entry_unit .column2_right table,
    .entry_unit .column3_left table,
    .entry_unit .column3_center table,
    .entry_unit .column3_right table {
        width: 100%;
    }
     
    .entry_unit th,
    .entry_unit td {
        border: 1px solid #E0E0E0;
        padding: 14px 24px;
        font-size: 1.6rem;
    }
     
    .entry_unit .ptn2 th,
    .entry_unit .ptn2 td {
        padding: 20px 40px;
    }
     
    .entry_unit .p_btn {
        margin: 30px 0;
        font-size: 1.4rem;
    }
     
    .entry_unit .p_btn a:hover {
        background: url(../images/common/arrow.png) no-repeat right 20px center;
        background-size: 15px auto;
    }
     
    .entry_unit p.caption {
        margin: 8px 0 10px 0;
        font-size: 1.4rem;
    }
     
    .entry_unit [class*="column2_"],
    .entry_unit [class*="column3_"] {
        margin-bottom: 30px;
    }
     
    .entry_unit .column2_left {
        margin-right: 6%;
        width: 47%;
        float: left;
    }
     
    .entry_unit .column2_right {
        width: 47%;
        float: right;
    }
     
    .entry_unit .column3_left {
        margin-right: 4.25%;
        width: 30.5%;
        float: left;
    }
     
    .entry_unit .column3_center {
        margin-right: 4.25%;
        width: 30.5%;
        float: left;
    }
     
    .entry_unit .column3_right {
        width: 30.5%;
        float: left;
    }
     
    .entry_unit .column2_left_small {
        margin-right:6%;
        width: 37%;
        float: left;
    }
     
    .entry_unit .column2_right_big {
        width: 57%;
        float: right;
    }
     
    .entry_unit .column2_left_big {
        margin-right:6%;
        width: 57%;
        float: left;
    }
     
    .entry_unit .column2_right_small {
        width: 37%;
        float: right;
    }
     
    .entry_unit .column1_full {
        margin: 0 0 30px 0;
        position: relative;
        width: 100vw !important;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        display: block;
        overflow: hidden;
    }
 
    .entry_unit .column1_full img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
 
    .entry_2column .entry_unit .column1_full {
        width: 100% !important;
        left: auto;
        transform: none;        
    }
         
    .entry_2column .entry_unit .column1_full img {
        position: relative;
        top: auto;
        left: auto;     
    }
/*      
    .columnImage {
        width: auto;
    }
*/
    [class*="column-media-"],
    [class*="column-image-"] {
        margin-bottom: 30px;
    }
 
    .entry_unit .entry_video_l,
    .entry_unit .entry_video_m,
    .entry_unit .entry_video_s {
        margin-bottom: 50px;
    }
 
    .entry_unit .entry_video_l {
        width: 100%;
    }
 
    .entry_unit .entry_video_m {
        width: 600px;
    }
 
    .entry_unit .entry_video_s {
        width: 390px;
    }
     
    .column-vide-left,
    .column-media-left,
    .column-image-left {
        float: left;
        display: inline;
        margin-right: 50px;
    }
 
    .column-video-right,
    .column-media-right,
    .column-image-right {
        float: right;
        display: inline;
        margin-left: 50px;
    }
 
    p.continue_btn {
        font-size: 1.6rem;
    }
 
    .entry_unit .custom_3column figure {
        margin: 20px 0;
        height: 280px;
        text-align: center;
    }
     
    .entry_unit .custom_3column figure img {
        height: 280px;
	} 

    .entry_unit .custom_3column h4 {
        margin: 0 0 15px 0;
        font-size: 2.2rem;
    }
     
    .entry_unit .custom_3column p {
        font-size: 1.6rem;
        line-height: 1.7;
    }
     
}
 
/* -----------------
    index
----------------- */
 
.index.kogane .main_img {
    background: url(../images/index/kogane.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
 
.index.quality .main_img {
    background: url(../images/index/quality.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
 
.index.company .main_img {
    background: url(../images/index/company.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
 
.index.products .main_img {
    background: url(../images/index/products.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
 
.index.recruit .main_img {
    background: url(../images/index/recruit.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
 
.index_lead {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 15px 35px;
}
 
.index_lead p {
    margin: 10px 0 0 0;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}
 
.index_list li figure {
    position: relative;
    overflow: hidden;
}
 
.index_list li figure .arrow_btn {
    position: absolute;
    right: 0;
    bottom: 0;
}
 
.index_list li h2 {
    margin: 20px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #4D4D4D;
}
 
.index_list li p {
    margin: 0 20px 30px;
    font-size: 1.6rem;
    line-height: 1.7;
}
 
@media screen and (min-width: 768px) {
 
    .index_lead {
        margin: 0;
        height: 220px;
    }
     
    .index_list_inner {
        border-top: 1px solid #E0E0E0;
    }
     
    .index_list ul {
        margin: 0 auto;
        max-width: 1280px;
        display: flex;
        justify-content: center;
    }
     
    .index_list li {
        padding: 5% 4.7% 4% 4.7%;
        max-width: 520px;
        width: 50%;
    }
     
    .index_list li:first-child {
        padding: 5% 4.7% 4% 4.7%;
        border-right: 1px solid #E0E0E0;
    }
 
    .index_list_inner:last-child li {
        padding-bottom: 6%;
    }
     
    .index_list li figure img {
        transition: transform 0.3s ease;
    }
     
    .index_list li a:hover img {
        transform: scale(1.05);
        transition: transform 0.3s ease;
    }
     
    .index_list li h2 {
        margin: 20px 0;
        font-size: 2.6rem;
    }
     
    .index_list li h2 a:hover {
        opacity: 0.7;
    }
     
    .index_list li p {
        margin: 0;
        line-height: 1.6;
    }
 
}
 
/* -----------------
    news / blog
----------------- */
 
.blog .entry_main_img {
    background: url(../images/index/blog.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
 
.news .entry_main_img {
    background: url(../images/index/news.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
 
.entry_2column {
    position: relative;
}
 
.entry_2column .page_inner {
    margin: 0 15px;
    padding: 70px 0 40px;
    background: #fff;
}
 
.blog_index .entry_2column_inner article {
    margin: 0 0 40px 0;
    padding: 0 0 15px 0;
    border-bottom: 3px solid #EDEADF;
}
     
.side {
    padding: 50px 0 0 0;
    background: #7C7065;
}
 
.side_column {
    padding: 0 0 40px 0;
}
 
.side_column h3 {
    margin: 0 0 30px 0;
    padding: 0 0 10px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: 2px solid #D9BE27;
}
 
.side_column ul {
    margin: 0 0 0 30px;
}
 
.side_column li {
    margin: 0 0 20px 0;
    font-size: 1.4rem;
}
 
.side_column li a {
    color: #fff;
}
 
@media screen and (min-width: 768px) {
 
    .contact .main_img_top,
    .blog .entry_main_img,
    .news .entry_main_img,
    .blog .main_img_top,
    .news .main_img_top {
        height: 440px;
    }
     
    .entry_2column::before {
        position: absolute;
        content: '';
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        background: #7C7065;
        z-index: -1;
    }
     
    .entry_2column_inner {
        margin: 0 auto;
        max-width: 1280px;
        display: flex;
        justify-content: center;
    }
 
    .entry_2column_inner article {
    }
     
    .entry_2column .page_inner {
        margin: 0;
        padding: 150px 55px 150px 0;
        width: 1015px;
    }
     
    .blog_index .entry_2column_inner article {
        margin: 0 0 70px 0;
        padding: 0 0 30px 0;
    }
     
    .side {
        padding: 150px 0 0 0;
        width: 265px;
    }
     
    .side_column {
        padding: 0 0 60px 0;
    }
     
    .side_column h3 {
        width: 200px;
    }
     
    .side_column ul {
        margin: 0 0 0 30px;
    }
     
    .side_column li {
        margin: 0 0 25px 0;
    }
     
    .side_column li a:hover {
        text-decoration: underline;
    }
 
}
 
/* -----------------
    pager
----------------- */
 
.entry_pager {
    margin: 20px 0;
    padding: 30px 0 0 0;
    border-top: 3px solid #EDEADF;
    clear: both;
}
 
.entry_pager ul {
    display: flex;
    justify-content: space-between;
}
 
.entry_pager .arrow_btn {
    width: 35px;
    height: 35px;
    background-size: 16px auto;
}
 
.entry_pager .pager_left .arrow_btn {
    background: #343434 url(../images/common/arrow_left.png) no-repeat center center;
    background-size: 16px auto;
}
 
.entry_pager .pager_index {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}
 
.entry_pager .pager_index a {
    padding: 0 20px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #343434;
    background: #EBE9E1;
}
 
@media screen and (min-width: 768px) {
 
    .entry_pager {
        margin: 30px 0;
        padding: 40px 0 0 0;
    }
     
    .entry_pager .arrow_btn {
        width: 50px;
        height: 50px;
        background-size: 22px auto;
    }
     
    .entry_pager .pager_left .arrow_btn {
        background-size: 22px;
    }
     
    .entry_pager .pager_left a:hover .arrow_btn {
        animation: 0.2s steps(200) 0.1s normal forwards 1 btn_arrow_left;
    }
     
    .entry_pager .pager_index {
        font-size: 1.6rem;
    }
     
    .entry_pager .pager_index a {
        padding: 0 40px;
        height: 50px;
    }
     
    .entry_pager .pager_index a:hover {
        color: #EBE9E1;
        background: #343434;
    }
 
}
 
.index_pager {
    margin: 50px 0 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    clear: both;
}
 
.index_pager div {
    position: relative;
    width: 35px;
    height: 35px;
}
 
.index_pager div .arrow_btn {
    width: 35px;
    height: 35px;
}
 
.index_pager .pager_left .arrow_btn {
    background: #343434 url(../images/common/arrow_left.png) no-repeat center center;
    background-size: 16px auto;
}
 
.index_pager ul {
    display: flex;
    justify-content: center;
}
 
.index_pager li {
    margin: 0 10px;
    font-size: 1.4rem;
    font-weight: bold;
}
 
.index_pager li span {
    color: #343434;
    display: block;
    background: #EBE9E1;
}
 
.index_pager li.cur span {
    padding: 9px;
    background: #887C76;
    color: #fff;
}
 
.index_pager li a {
    padding: 9px;
    color: #343434;
    display: block;
}
 
.index_pager .pager_last span {
    padding-top: 6px;
    background: none;
}
 
@media screen and (min-width: 768px) {
     
    .index_pager {
        margin: 70px 0 0;
    }
     
    .index_pager div {
        width: 50px;
        height: 50px;
    }
     
    .index_pager div .arrow_btn {
        width: 50px;
        height: 50px;
    }
     
    .index_pager .pager_left .arrow_btn {
        background-size: 22px auto;
    }
     
    .index_pager li {
        margin: 0 8px;
        font-size: 1.6rem;
    }
     
    .index_pager li.cur span {
        padding: 14px 11px;
    }
     
    .index_pager li a {
        padding: 14px 11px;
    }
     
    .index_pager .pager_last span {
        padding-top: 8px;
    }
     
}
 
 
/* -----------------
    footer
----------------- */
 
.footer {
    color: #4D4D4D;
    border-top: 1px solid #E0E0E0;  
}
 
.footer_parts {
    padding: 0 0 0 20px;
    display: flex;
    position: relative;
}
 
.footer_search {
    margin: 25px 0 10px;
}
 
.footer_search .search_input {
    width: 230px;
    padding: 2px 15px;
    border: 1px solid #F2F2F2;
    border-radius: 25px;
    background: #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
.footer_search .search_input input {
    font-size: 1.4rem;
    padding-right: 10px;
    color: #4D4D4D;
    width: calc(100% - 10px);
    border: none;
    background: #F2F2F2;
}
 
.footer_search .search_input button {
    height: 25px;
    width: 25px;
    border: none;
    background: #F2F2F2 url(../images/common/search.png) no-repeat center center;
    background-size: 20px auto;
}
 
 
.footer_navi {
    padding: 10px 20px;
}
 
.footer_navi_column {
    display: none;
}
 
.footer_navi_column h4 {
    margin: 0 0 22px 0;
    font-size: 1.4rem;
    font-weight: bold;  
}
 
h4.footer_contact {
    margin: 30px 0 0 0;
    text-align: center;
    font-size: 1.6rem;
    background: #270C0C;
    border-radius: 4px;
}
 
.footer_contact i {
    padding: 0 10px 0 0;
    font-size: 2.2rem;
    vertical-align: middle;
}
 
.footer_contact a {
    padding: 12px 0;
    color: #fff;
    display: block;
}
 
.footer_navi_other {
    display: block;
}
 
.footer_bottom {
    padding: 25px 0;
}
 
.footer_bottom_column {
    padding: 30px 20px;
    border-top: 1px solid #E0E0E0;  
    border-bottom: 1px solid #E0E0E0;   
}
 
.footer_logo {
    margin: 0 0 12px 0;
    font-size: 1.3rem;
    font-weight: bold;  
}
 
.footer_logo span {
    padding: 0 0 0 5px;
    font-size: 1.6rem;
}
 
.footer_bottom_column address {
    font-size: 1.4rem;
    line-height: 1.8;
}

.company_address span {
	display: block;
}
 
.company_tel span {
    display: block;
}
 
.company_tel_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
 
.company_tel_btn {
    padding: 0;
    background: #270C0C;
    border-radius: 4px;
    font-size: 1.4rem;
    display: block;
}
 
.company_tel_btn i {
    padding: 0 5px 0 0;
    font-size: 1.6rem;
}
 
.company_tel_btn a {
    padding: 10px;
    color: #fff;
    display: block;
}
     
.copyright {
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 1.3rem;
}
 
@media screen and (min-width: 768px) {
 
    .footer_parts {
        display: none;
    }
 
    .footer_navi {
        padding: 40px 0 70px;
    }
     
    .footer_navi .inner {
        display: flex;
    }
     
    .footer_navi_other {
        margin: 0 0 0 auto;
        padding: 0 20px 0 0;
        display: block;
    }
 
    .footer_navi_column {
        display: block;
    }
 
    .footer_navi_column a:hover {
        text-decoration: underline;
    }
 
    .footer_navi_column h4 {
        margin: 0 0 18px 0;
    }
     
    .footer_navi_column ul {
        padding: 0 80px 0 0;
    }
     
    .footer_navi_column li {
        margin: 0 0 15px 0;
        padding: 0 0 0 12px;
        font-size: 1.4rem;
        position: relative;
    }
     
    .footer_navi_column li::after {
        margin: auto;
        position: absolute;
        content: '';
        width: 5px;
        height: 1px;
        background: #707070;
        top: 0;
        bottom: 0;
        left: 0;
    }
     
    .footer_navi_column li a {
        color: #4D4D4D;
    }
     
    .footer_navi_company {
        display: flex;
    }
     
    h4.footer_contact {
        margin: 0 0 22px 0;
        text-align: left;
        font-size: 1.4rem;
        background: none;
        border-radius: 0;
    }
     
    .footer_contact i {
        display: none;
    }
     
    .footer_contact a {
        padding: 0;
        color: #4D4D4D;;
    }
 
    .footer_bottom {
        padding: 40px 0;
        border-top: 1px solid #E0E0E0;
    }
     
    .footer_bottom .inner {
        display: flex;
        align-items: flex-end;  
    }
     
    .footer_bottom_column {
        margin: 0 80px 0 0;
        padding: 0;
        border: none;
    }
     
    .footer_bottom_column address {
        line-height: 1.6;
    }
     
    .company_address {
        margin: 0 15px 0 0;
    }
     
	.company_address span {
		display: inline;
	}
 
    .company_tel span {
        padding: 0 15px 0 0;
        display: inline;
    }
     
    .company_tel_btn {
        display: none;
    }
     
    .copyright {
        margin: 0 0 0 auto;
    }
 
}
 
.footer_top {
    padding: 17px;
    position: relative;
}
 
.path {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}
 
.path li {
    margin: 3px 0;
    font-size: 1.4rem;
    line-height: 1.4;
    float: left;
}
 
.path li:last-child a {
    font-weight: bold;
}
 
.path li span {
    padding: 0 8px;
    font-weight: normal;
}
 
.path li a {
    color: #4D4D4D;
    font-weight: normal;
}
 
#up {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #27211E;
}
 
#up a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
#up img {
    width: 18px;
    height: auto
}
 
@media screen and (min-width: 768px) {
 
    .footer_top {
        padding: 20px 0;
        height: 50px;
    }
     
    .path {
        display: flex;
        align-items: center;
        max-width: 1280px;
    }
     
    .path li {
        margin: 0;
        font-size: 1.4rem;
        float: none;
        line-height: inherit;
    }
     
}
 
/* -----------------------
　　　keyframes
----------------------- */
 
@keyframes btn_arrow {
    0%{
        background-position: right 30px center;
    }
    40%{
        background-position: right 20px center;
    }
    100%{
        background-position: center center;
    }
}
 
@keyframes btn_arrow2 {
    0%{
        background-position: right 40px center;
    }
    40%{
        background-position: right 35px center;
    }
    100%{
        background-position: right 30px center;
    }
}
 
@keyframes btn_arrow3 {
    0%{
        background-position: right 30px center;
    }
    40%{
        background-position: right 25px center;
    }
    100%{
        background-position: right 20px center;
    }
}
 
@keyframes btn_arrow4 {
    0%{
        background-position: right 15px center;
    }
    40%{
        background-position: right 10px center;
    }
    100%{
        background-position: center center;
    }
}
 
@keyframes btn_arrow_left {
    0%{
        background-position: left 30px center;
    }
    40%{
        background-position: left 20px center;
    }
    100%{
        background-position: center center;
    }
}
 
 
/* -----------------------
　　　404
----------------------- */
 
#wrapper_404 {
    margin: 10px;
    width: auto;
    background-color: #fff;
    background-image: none;
}
 
#box_404 {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
}
 
.inner_left404 {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
}
 
.inner_left404 img {
    width: 200px;
}
 
.inner_right404 {
    font-size: 1.4rem;
}
 
.inner_right404 h1 {
    font-size: 2.0rem;
    margin-bottom: 20px;
    text-align: center;
}
 
.inner_right404 p {
    margin-bottom: 10px;
}
 
.inner_right404 p a {
    text-decoration: underline;
    color: #222;
}
 
#copyright_404 {
    display: block;
    margin-top: 10px;
}
 
 
@media screen and (min-width: 768px) {
 
    #notfound {
        padding-top: 50px;
    }
     
    #wrapper_404 {
        margin: 0 auto;
        width: 980px;
    }
     
    #box_404 {
        padding: 40px 5px 20px 40px;
        overflow: hidden;
    }
     
    .inner_left404 {
        margin-right: 50px;
        margin-bottom: 0;
        float: left;
        text-align: left;
    }
     
    .inner_left404 img {
        margin: 0 auto;
        width: 175px;
        text-align: center;
    }
     
    .inner_right404 {
        float: left;
        text-align: left;
        font-size: 16px;
    }
     
    .inner_right404 h1 {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: left;
    }
     
}
 
.acms-admin-btn-action-group {
    margin: 10px auto;
    max-width: 1280px;
}
 
#adminBox .acms-admin-btn-admin {
    padding: 5px;
    font-size: 1.2rem;
}
 
#adminBox {
    margin-bottom: 0 !important;
    height: 120px;
    position: fixed;
    width: 100%;
    z-index: 20;
}
 
.acms-admin-btn-action-group th,
.acms-admin-btn-action-group td {
    padding-right: 10px !important;
    background-image: none !important;
    font-size: 1.4rem !important;
    white-space: nowrap !important;
}
 
.acms-admin-form .entryFormLiteEditor, .acms-admin-form textarea,
.acms-admin-btn,
.acms-admin-form select {
    font-size: 14px;
}
 
@media screen and (min-width: 768px) {
 
    #adminBox .acms-admin-btn-admin {
        padding: 10px;
        font-size: 1.2rem;
    }
 
    #adminBox {
        height: 85px;
    }
 
}
 
.titleWrapper {
    padding: 40px 60px 10px;
    background-color: #f7f7f7;
}
 
.titleWrapper h2 {
    margin: 0 0 30px 0;
    font-size: 3.0rem;
}
 
.custom_field_edit h3 {
    padding: 20px 10px;
    font-size: 1.8rem;
    font-weight: bold;
}