/*---------------------------------------------
ここから下がリセットcssです。cssデザインのデフォルトの色々な値を設定します。
---------------------------------------------*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/*---------------------------------------------
ここから上までリセットcssです。
ここから下がPC画面用のデザイン設定です。
---------------------------------------------*/

/*---------------------------------------------
ここから下がheaderエリアのデザインです。
---------------------------------------------*/

@font-face {
    font-family: number;
    src: local('Times New Roman');
    unicode-range: U+0030-0039;
}

body {
    /*font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
    font-family: number, 'Vollkorn', "Helvetica", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#wrapper {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.logo {
    width: 100%;
    padding-bottom: 10vh;
    position: relative;
    text-align: center;
}

.logo .pc_logo {
    width: 180px;
}

.sp_logo {
    display: none !important;
}

.page_logo {
    position: absolute;
    top: 0;
    padding: 10vh 0 0 5%;
    width: 180px;
}

.page_logo img {
    width: 100%;
}

header {
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 10vh 5% 0 0;
    /*align-items: center;*/
    height: 29vh;
    /*height: 12vh;*/
    /*font-size: 14px;*/
    letter-spacing: 0.1em;
    /*display: flex;*/
    /*justify-content: flex-end;*/
    /*background-color: rgba(255, 255, 255, 0.7);*/
}

#gnav {
    /*display: flex;
    justify-content: flex-end;*/
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.fixed_logo {
    width: 180px;
    position: fixed;
    padding: 13px 5% 0;
    top: 0;
    height: 40px;
    z-index: 99;
    filter: invert();
}

.fixed_logo .sp_logo {
    width: 180px;
    display: block !important;
}

.fixed_logo .pc_logo {
    display: none;
}

.fixed {
    position: fixed;
    display: flex;
    justify-content: flex-end;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

#gnav.fixed ul {
    padding-right: 5%;
    display: flex;
    /*justify-content: flex-end;
    width: calc(100% - 150px);*/
}

#gnav ul li {
    /*justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;*/
    /*align-items: center;*/
    height: 100%;
}

#gnav ul li a {
    text-decoration: none;
    color: #fff;
}

#gnav.fixed ul li a {
    text-decoration: none;
    color: #000;
}

.nav_name {
    display: block;
    font-size: 16px;
    /*color: #000;*/
    font-weight: bold;
}

.nav_description {
    font-size: 11px;
    /*color: #666;*/
}


/*スマホじゃない場合はハンバーガーメニュー非表示*/
.btn-trigger {
    display: none;
}

/*---------------------------------------------
ここから上までがheaderエリアのデザインです。
ここから下がcontentエリアのデザインです。
---------------------------------------------*/

#content {
    width: 100%;
}

#top_image {
    position: relative;
    width: 100%;
    min-height: 100vh;
    /* background: url(img/top_image.gif) no-repeat top; */
    background: url(img/top_image.jpeg) no-repeat top;
    background-size: cover;
}

#top_image::before {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.delayed-image {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#catch_txt {
    position: relative;
    padding: 30vh 5% 10vh;
}

.slogan_en_txt {
    font-size: 48px;
    font-weight: bold;
    /*font-size: 2.5vw;*/
    margin-bottom: 2vh;
    color: white;
    text-align: center;
}

.en_txt_end {
    margin-bottom: 4vh;
}

.slogan_txt {
    font-size: 20px;
    font-weight: bold;
    /*line-height: 40px;*/
    /*font-size: 2.5vw;*/
    margin-bottom: 2vh;
    color: white;
    text-align: center;
}

.marketing_txt {
    font-size: 20px;
    font-weight: bold;
    /*font-size: 1.8vw;*/
    color: white;
    text-align: center;
}

.philosophy {
    position: relative;
    width: 100%;
    min-height: 100vh;
    -webkit-justify-content: center;
    justify-content: center;
    background: url(img/philosophy_image.jpg) no-repeat right;
    background-size: cover;
}

.philosophy::before {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.philosophy_area {
    padding: 10% 5%;
}

.philosophy_area h2 {
    font-size: 24px;
    margin-bottom: 120px;
    text-align: center;
}

.philosophy h2::before {
    position: absolute;
    bottom: -8px;
    left: calc(50% - 10px);
    width: 20px;
    height: 3px;
    content: '';
    border-radius: 2px;
    background: #fa4141;
}

.philosophy_txt {
    font-size: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.flex_area {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: url(img/case_material_image.jpg) no-repeat left;
    background-size: cover;
}

.flex_area::before {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.flex_content {
    padding: 10% 0 10%;
    width: 100%;
}

.flex_content h2 {
    font-size: 24px;
    margin-bottom: 100px;
    text-align: center;
}

.flex_content h2:before {
    position: absolute;
    bottom: -8px;
    left: calc(50% - 10px);
    width: 20px;
    height: 3px;
    content: '';
    border-radius: 2px;
    background: #fa4141;
}

.flex_content ul li {
    display: flex;
    /*padding: 25px 0;*/
    /*border-bottom: 1px dashed #999;*/
    height: auto;
    /*min-height: 120px;*/
}

.flex_content ul li dl {
    width: 100%;
}

.flex_content ul li dt {
    /*width: 100%;*/
    padding: 12% 15% 0%;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}

.flex_content ul li dd {
    /*width: 100%;*/
    padding: 0% 15% 12%;
    text-align: justify;
    font-size: 16px;
    line-height: inherit;
}

.flex_content ul li dt a {
    color: #000;
    text-decoration: none;
}

.flex_content ul li dd a {
    color: #666;
    text-decoration: none;
}

.sp_word {
    display: none !important;
}

.sp_details {
    display: none !important;
}

.mb_case_bg {
    width: 100%;
    background: url(img/case_image.jpg) no-repeat left;
    background-size: cover;
}

.mb_case_bg::before {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.mb_material_bg {
    width: 100%;
    background: url(img/material_image.jpg) no-repeat right;
    background-size: cover;
}

.mb_material_bg::before {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.border_link {
    padding: 100px 0 0 0;
    text-align: center;
}

.border_link a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.border_link a::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.border_link a:hover::after {
    transform: scale(1, 1);
}

.flex_content_end {
    padding-right: 5%;
}

.information {
    position: relative;
    width: 100%;
    min-height: 100vh;
    -webkit-justify-content: center;
    justify-content: center;
    /* background: url(img/information_image.jpg) no-repeat right; */
    /* background-size: cover; */
}

.information::before {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.info_area {
    padding: 10% 5%;
}

.info_area h2 {
    font-size: 24px;
    margin-bottom: 60px;
    text-align: center;
}

.info_area h2::before {
    position: absolute;
    bottom: -8px;
    left: calc(50% - 10px);
    width: 20px;
    height: 3px;
    content: '';
    border-radius: 2px;
    background: #fa4141;
}

.info_flex {
    display: flex;
    width: 60%;
    margin: 0 auto;
}

.info_flex dt {
    width: 50%;
    padding: 20px;
    /*border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    /*text-align: right;*/
}

.info_flex dd {
    width: 50%;
    padding: 20px;
    /*border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
}

/*.border_end {
    border-bottom: 1px solid #ccc;
}*/

h1,
h2 {
    display: block;
}

.h2_description {
    display: block;
    padding: 10px;
    font-size: 12px;
    color: #666;
    text-align: center;
}

/*---------------------------------------------
ここから上までがcontentエリアのデザインです。
ここから下がfooterエリアのデザインです。
---------------------------------------------*/

footer {
    position: relative;
    width: 100%;
    min-height: 50vh;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #333;
    /*background-color: rgba(0, 0, 0, 0.8);*/
}

.footer_area {
    width: 100%;
    min-height: 50vh;
}

.footer_area p {
    color: #fff;
}

.footer_flex_area {
    display: flex;
    margin: 0 5%;
    border-bottom: 1px solid #fff;
}

.footer_flex_area ul {
    padding: 120px 0 50px;
    display: flex;
    justify-content: space-around;
    /*justify-content: space-between;*/
    /*width: calc(100% - 150px);*/
    width: 100%;
    min-width: 400px;
}

.footer_flex_area ul li {
    list-style: none;
}

.footer_flex_area ul li a {
    color: #fff;
}

.footer_flex_area ul li a strong.nav_name {
    font-size: 18px;
}

.copy_right {
    padding: 50px 5%;
    text-align: center;
}

/*---------------------------------------------
ここから上までがfooterエリアのデザインです。
---------------------------------------------*/

/*---------------------------------------------
ここから下がaboutページのデザインです。
---------------------------------------------*/

#about_top_image {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(img/about_top_image.jpg) no-repeat right;
    background-size: cover;
}

#about_top_image::before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.about {
    position: relative;
    width: 100%;
    /*min-height: 100vh;*/
    -webkit-justify-content: center;
    justify-content: center;
    /*background: url(img/information_image.jpg) no-repeat right;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;*/
}

.about_content {
    padding: 0%;
}

.about_info {
    padding: 50px 5%;
}

.about_info_flex {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.about_info_flex dt {
    width: 50%;
    padding: 20px;
    /*border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    /*text-align: right;*/
}

.about_info_flex dd {
    width: 50%;
    padding: 20px;
    /*border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
}

.about_info h2 {
    font-size: 24px;
    margin-bottom: 100px;
    text-align: center;
}

.about_info h2::before {
    position: absolute;
    bottom: -8px;
    left: calc(50% - 10px);
    width: 20px;
    height: 3px;
    content: '';
    border-radius: 2px;
    background: #fa4141;
}

.about_info_line_height {
    line-height: 1.4em;
}

/*---------------------------------------------
ここから下がcaseページのデザインです。
---------------------------------------------*/

#case_top_image {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(img/case_top_image.jpg) no-repeat right;
    background-size: cover;
}

#case_top_image::before {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

/*---------------------------------------------
ここから下がmaterialページのデザインです。
---------------------------------------------*/

#material_top_image {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(img/material_top_image.jpg) no-repeat right;
    background-size: cover;
}

#material_top_image::before {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

/*---------------------------------------------
ここから下がcase、materialページ共通のデザインです。
---------------------------------------------*/
.page {
    position: relative;
    width: 100%;
    /*min-height: 100vh;*/
    -webkit-justify-content: center;
    justify-content: center;
    /*background: url(img/information_image.jpg) no-repeat right;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;*/
}

.page_content {
    padding: 0%;
}

.page_h1 {
    position: relative;
    width: 90%;
    font-size: 40px;
    padding: 30vh 5% 10vh;
    color: #fff;
    text-align: center;
}

.h1_description {
    display: block;
    padding: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.page_p {
    position: relative;
    width: 90%;
    padding: 0 5% 0;
    font-size: 18px;
    color: white;
    text-align: center;
}

.page_p p {
    padding-bottom: 10px;
}

.page_content ul li {
    display: flex;
    /*padding: 25px 0;*/
    /*border-bottom: 1px dashed #999;*/
    height: auto;
    /*min-height: 120px;*/
}

.page_content ul li dl {
    width: 100%;
}

.page_content ul li dt {
    /*width: 100%;*/
    padding: 12% 15% 0%;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}

.page_content ul li dd {
    /*width: 100%;*/
    padding: 0% 15% 12%;
    text-align: justify;
    font-size: 16px;
    line-height: inherit;
}

.page_content ul li dt a {
    color: #000;
    text-decoration: none;
}

.page_content ul li dd a {
    color: #666;
    text-decoration: none;
}

.page_box {
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    line-height: 0;
}

.page_box img {
    width: 100%;
    transition: 0.6s all;
}

.page_order {
    order: 2;
}

/*---------------------------------------------
ここから下がnewsのデザインです。
---------------------------------------------*/

#news_top_image {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(img/news_top_image.jpg) no-repeat right;
    background-size: cover;
}

#news_top_image::before {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.news {
    position: relative;
    width: 100%;
    /*min-height: 100vh;*/
    -webkit-justify-content: center;
    justify-content: center;
    /*background: url(img/information_image.jpg) no-repeat right;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;*/
}

.news_content {
    padding: 5% 10%;
}

.news_content ul li {
    display: flex;
    padding: 50px 0;
    border-bottom: 1px dashed #999;
    /*height: 20vh;*/
    min-height: 120px;
}

.news_text {
    width: 100%;
    padding: 0 5% 0 0;
}

.news_text span {
    color: #999;
    /*padding-bottom: 20px;*/
}

.news_text h2 {
    width: 100%;
    padding: 10px 0 30px;
    font-size: 20px;
    font-weight: bold;
}

.news_text p {
    width: 100%;
    text-align: justify;
    font-size: 16px;
    line-height: 1.2em;
}

.text_padding {
    padding-bottom: 20px;
}

.news_box {
    max-width: 960px;
    min-width: 120px;
    overflow: hidden;
}

.news_box img {
    width: 100%;
    transition: 0.6s all;
}

/*---------------------------------------------
ここから下が各種メニューボタンに動きをつけるcssです。
---------------------------------------------*/
.snip1189 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.snip1189 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*-webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;*/
}

.snip1189 li {
    display: inline-block;
    list-style: outside none none;
    /*margin: 0 0 0 2em;*/
    padding: 0;
}

.snip1189 a {
    padding: 0.5em 0.8em;
    margin: 0.2em 0;
    display: block;
    /*color: rgba(0, 0, 0, 1);*/
    position: relative;
    text-decoration: none;
}

.snip1189 a::before,
.snip1189 a::after {
    height: 5px;
    width: 5px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
}

.snip1189 a::before {
    left: 0;
    top: 0;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: translate(100%, 50%);
    transform: translate(100%, 50%);
}

.snip1189 a::after {
    right: 0;
    bottom: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.snip1189 a::hover,
.snip1189 .current a {
    color: #fff;
}

.snip1189 a:hover::before,
.snip1189 .current a::before,
.snip1189 a:hover::after,
.snip1189 .current a::after {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
}

#gnav.fixed ul.snip1189 li {
    margin: 0 0 0 2em;
}

#gnav.fixed ul.snip1189 a::before {
    left: 0;
    top: 0;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    -webkit-transform: translate(100%, 50%);
    transform: translate(100%, 50%);
}

#gnav.fixed ul.snip1189 a::after {
    right: 0;
    bottom: 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

#gnav.fixed ul.snip1189 a:hover::before,
#gnav.fixed ul.snip1189 .current a::before,
#gnav.fixed ul.snip1189 a:hover::after,
#gnav.fixed ul.snip1189 .current a::after {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
}

/*---------------------------------------------
ここから下がトップページへ戻るボタンに動きをつけるcssです。
---------------------------------------------*/

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #333;
    opacity: 0.5;
    /*border-radius: 50%;*/
    z-index: 99;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: '\f106';
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/*---------------------------------------------
ここから下がスクロール時に文字や画像を上下左右に動かすcssです。
---------------------------------------------*/

/*1.フェードインアニメーションの指定*/
.scrollanime {
    opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

/*2.上下の動きを指定*/
.updown {
    transform: translateY(-100px);
}

.downup {
    transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
    overflow: hidden;
}

/*横スクロールバーを隠す*/
.slide-right {
    transform: translateX(200px);
}

.slide-left {
    transform: translateX(-200px);
}

/*---------------------------------------------
ここから下が施工事例と資材販売情報の画像をオンマウスすると
画像のピントが拡大されるcssです。
---------------------------------------------*/

.pint_box {
    max-width: 960px;
    min-width: 120px;
    overflow: hidden;
}

.pint_box img {
    width: 100%;
    transition: 0.6s all;
}

.pint_box img:hover {
    transform: scale(1.2, 1.2);
    transition: 0.6s all;
}

.fade_right {
    animation-name: faderight;
    animation-duration: 2s;
}

@keyframes faderight {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*---------------------------------------------
ここから上までがPC画面用のデザイン設定です。
ここから下がスマホ、タブレット画面用のデザイン設定です。
---------------------------------------------*/

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

    /*---------------------------------------------
ここから下がheaderエリアのデザインです。
---------------------------------------------*/

    .logo img {
        max-width: 100%;
    }


    /*---------------------------------------------
ここから下がcontentエリアのデザインです。
---------------------------------------------*/
    #catch_txt {
        position: relative;
        padding: 20vh 5% 10vh;
    }

    .slogan_en_txt {
        font-size: 24px;
        font-weight: bold;
        /*font-size: 2.5vw;*/
        margin-bottom: 1vh;
        color: white;
        text-align: center;
    }

    .en_txt_end {
        margin-bottom: 4vh;
    }

    .slogan_txt {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 1vh;
        color: white;
        text-align: center;
    }

    .marketing_txt {
        font-size: 18px;
        font-weight: bold;
        color: white;
        text-align: center;
    }

    .philosophy_area {
        padding: 50px 5%;
    }

    .philosophy_area h2 {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
    }

    .philosophy_txt {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: center;
    }

    .flex_area {
        width: 100%;
        display: block;
        background: #fff;
    }

    .flex_content {
        padding: 50px 0;
        width: 100%;
    }

    .flex_content h2 {
        font-size: 24px;
        margin-bottom: 50px;
        text-align: center;
    }

    .flex_content ul li {
        display: flex;
        /*padding: 25px 0;*/
        margin: 0;
        /*border-bottom: 1px dashed #999;*/
        /*height: 16vh;*/
        min-height: 120px;
    }

    .flex_content ul li dl {
        width: 100%;
        min-width: 50%;
        /*padding: 0 0 0 20px;*/
    }

    .flex_content ul li dt {
        /*width: 100%;*/
        padding: 10% 10% 0%;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .flex_content ul li dd {
        /*width: 100%;*/
        padding: 0% 10% 10%;
        font-size: 14px;
    }

    .flex_content_end {
        padding-right: 0;
    }

    .page_box {
        width: 100%;
        min-width: 50%;
        /*min-height: 150px;*/
        overflow: hidden;
        line-height: 0;
    }

    .border_link {
        padding: 50px 5% 30px;
        text-align: center;
    }

    .border_link a {
        font-size: 14px;
    }

    .info_area {
        padding: 50px 5%;
    }

    .info_area h2 {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
    }

    .info_flex {
        width: 100%;
    }

    .info_flex dt {
        width: 30%;
    }

    .info_flex dd {
        width: 70%;
    }

    #content div.slide-right {
        transform: translate(0);
    }

    /*---------------------------------------------
ここから下がfooterエリアのデザインです。
---------------------------------------------*/

    .footer_flex_area {
        display: block;
        margin: 0 5%;
        border-bottom: 1px solid #fff;
    }

    .footer_flex_area ul {
        padding: 10% 0 5%;
        margin-right: 0;
        display: flex;
        justify-content: space-between;
        min-width: 100%;
    }

    .footer_flex_area ul li {
        list-style: none;
    }

    .footer_flex_area ul li a {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .footer_flex_area ul li a:hover {
        color: #999;
    }

    .copy_right {
        padding: 5% 5% 10%;
    }

    /*---------------------------------------------
ここから下がaboutエリアのデザインです。
---------------------------------------------*/
    .about_info_flex {
        width: 100%;
    }

    .about_info_flex dt {
        width: 30%;
    }

    .about_info_flex dd {
        width: 70%;
    }

    /*---------------------------------------------
ここから下がcase、materialエリアのデザインです。
---------------------------------------------*/
    .page_logo .pc_logo {
        display: none;
    }

    .page_logo .sp_logo {
        display: block !important;
    }

    .page_logo {
        top: 0;
        left: 0;
        padding: 15px 0 0 5%;
    }

    .page_h1 {
        width: 90%;
        font-size: 40px;
        padding: 30vh 5% 5vh;
    }

    .h1_description {
        padding: 20px;
        font-size: 20px;
    }

    .page_p {
        width: 90%;
        font-size: 16px;
        line-height: 1.2em;
    }

    /*---------------------------------------------
ここから下がnewsエリアのデザインです。
---------------------------------------------*/
    .news_content {
        padding: 5% 5%;
    }

    .news_content ul li p.pint_box {
        display: none;
    }

    .news_text {
        width: 100%;
        padding: 0 5% 0 0;
    }

    .news_text h2 {
        padding: 10px 0 20px;
        font-size: 16px;
    }

    .news_text p {
        font-size: 14px;
        line-height: 1.2em;
    }

    .text_padding {
        padding-bottom: 20px;
    }

    /*---------------------------------------------
ここから下がハンバーガーメニューのデザインです。
---------------------------------------------*/

    header {
        top: 0;
        right: 0;
        /*height: 10vh;*/
        height: 60px;
        position: fixed;
        width: 100%;
        padding: 0;
    }

    .fixed_header {
        /*position: fixed;*/
        background-color: rgba(255, 255, 255, 0.7);
    }

    header .inner {
        margin: 0 5%;
        /*margin: 0 15px;*/
        justify-content: center;
    }

    #gnav {
        display: block;
        position: fixed;
        top: 0;
        /*top: 10vh;*/
        bottom: 0;
        right: 0;
        left: 0;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .visible_switch {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .transition_switch {
        transition: 0.5s ease-in-out;
    }

    #gnav ul {
        width: 100%;
        position: absolute;
        display: flex;
        top: 50%;
        transform: translateY(-50%);
        flex-direction: column;
        /*align-items: flex-start;*/
        /*text-align: center;*/
    }

    #gnav ul li {
        margin: 20px;
    }

    #gnav ul li a,
    #gnav.fixed ul li a {
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #gnav ul li a:hover,
    #gnav.fixed ul li a:hover {
        color: #999;
    }

    #gnav.fixed ul.snip1189 li {
        padding: 20px;
        margin: 0;
    }

    .nav_name {
        display: block;
        font-size: 20px;
        font-weight: bold;
    }

    .btn-trigger {
        position: absolute;
        top: 50%;
        right: 20px;
        width: 34px;
        height: 28px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .btn-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        /*background-color: #383838;*/
        background-color: #fff;
        border-radius: 4px;
    }

    .fixed_header .btn-trigger span {
        background-color: #000;
    }

    .btn-trigger,
    .btn-trigger span {
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box;
    }

    .btn-trigger span:nth-of-type(1) {
        top: 0;
    }

    .btn-trigger span:nth-of-type(2) {
        top: 12px;
    }

    .btn-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    #btn.active span:nth-of-type(1) {
        transform: translateY(12px) rotate(-45deg);
    }

    #btn.active span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        animation: active-btn-bar02 .8s forwards;
    }

    @keyframes active-btn-bar02 {
        100% {
            height: 0;
        }
    }

    #btn.active span:nth-of-type(3) {
        transform: translateY(-12px) rotate(45deg);
    }

    /*---------------------------------------------
ここから下がスマホ版各種メニューのデザインです。
---------------------------------------------*/

    .snip1189 a::before,
    .snip1189 a::after {
        height: 0px;
        width: 0px;
        border: 0;
    }


    .snip1189 a:hover,
    .snip1189 .current a {
        /*color: #ccc;*/
        border: 0;

    }

    .snip1189 a:hover::before,
    .snip1189 .current a::before,
    .snip1189 a:hover::after,
    .snip1189 .current a::after {
        border: 0;
    }

    #gnav.fixed ul.snip1189 a::efore,
    #gnav.fixed ul.snip1189 a::after {
        border: 0;
    }

}

/*---------------------------------------------
case、materialページのデザイン崩れ対策です。
---------------------------------------------*/

@media screen and (max-width: 820px) {
    .page_content ul li {
        display: block;
        height: auto;
    }

    .page_content ul li dt {
        /*width: 100%;*/
        padding: 10% 5% 0%;
        margin-bottom: 30px;
        font-size: 24px;
        font-weight: bold;
    }

    .page_content ul li dd {
        /*width: 100%;*/
        padding: 0% 5% 10%;
        text-align: justify;
        font-size: 16px;
        line-height: inherit;
    }

    #gnav ul li {
        margin: 0;
    }

    #gnav.fixed ul.snip1189 li {
        padding: 0;
    }

    /*---------------------------------------------
newsページのデザイン崩れ対策です。
---------------------------------------------*/
    .news_content {
        padding: 5% 5%;
    }

    .news_content ul li p.news_box {
        display: none;
    }

    .news_text {
        width: 100%;
        padding: 0;
    }

    .news_text h2 {
        padding: 10px 0 20px;
        font-size: 20px;
    }

    .news_text p {
        font-size: 16px;
        line-height: 1.2em;
    }

    .text_padding {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 560px) {
    .footer_flex_area ul {
        padding: 10% 0 10%;
        margin-right: 0;
        display: block;
        /*justify-content: space-between;*/
        min-width: 100%;
    }

    .footer_flex_area ul li {
        display: block;
    }

    .footer_flex_area ul li a strong.nav_name {
        font-size: 14px;
    }

    .footer_flex_area ul li a span.nav_description {
        font-size: 10px;
    }
}

@media screen and (max-width: 450px) {
    .pc_word {
        display: none;
    }

    .sp_word {
        display: block !important;
    }

    .flex_content ul li dd {
        padding: 0% 10% 5%;
        font-size: 14px;
    }

    .p_color {
        text-decoration: none;
        text-align: end;
        padding: 0px 10% 0 0;
        font-size: 12px;
    }

    .p_color a {
        color: #000;
        text-decoration: none;
    }
}

@media screen and (max-width: 350px) {
    .pc_word {
        display: none;
    }

    .sp_word {
        display: none !important;
    }

    .sp_details {
        display: block !important;
        text-decoration: none;
        text-align: center;
        padding: 0px;
        font-size: 12px;
    }

    .sp_details a {
        color: #000;
        text-decoration: none;
    }
}