/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */

/**
* Remove the margin in all browsers.
*/

body {
    margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
* Remove the gray background on active links in IE 10.
*/

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
    text-decoration: underline dotted;
    /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
* Prevent vertical alignment issues.
*/

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

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

/**
* Reset form fields to make them styleable.
* 1. Make form elements stylable across systems iOS especially.
* 2. Inherit text-transform from parent.
*/

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    /* 1 */
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */
}

/**
* Correct cursors for clickable elements.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

/**
* Improve outlines for Firefox and unify style with input elements & buttons.
*/

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
* Remove padding
*/

option {
    padding: 0;
}

/**
* Reset to invisible
*/

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
    overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* Correct the outline style in Safari.
*/

[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

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

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Fix font inheritance.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
* Fix appearance for Firefox
*/
/* [type="number"] {
        -moz-appearance: textfield;
    } */

/**
* Clickable labels
*/

label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
    display: list-item;
}

/*
* Remove outline for editable content.
*/

[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* ここで終わり destyle.css */
/* ************************************************************************************************ */


/* ここからLP用 CSS*/
body .container {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 4s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1
    }
}

main {
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* ============================================ */
/* ヘッダー */
header {
    height: 100px;
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    background-color: rgba(255, 255, 255, 0);
}

header img {
    height: 72px;
    margin: 2rem;
}

nav {
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
    align-items: center;
}

.btn_nav {
    display: block;
    width: 160px;
    height: 60px;
    color: #EAEAEA;
    background-color: #eaeaea52;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    border: 1px solid #EAEAEA;
    box-shadow: 2px 2px 2px 0px #3d3c3c2e;
    padding: 20px 16px 18px;
}

.btn_nav:hover {
    background-color: #EAEAEA;
    color: #808080;

}

.btn_nav p {
    text-shadow: 1px 2px 2px #808080;
}

/* ============================================ */
/* TOP View */
.top_view {
    width: 100%;
    position: relative;
}

.top_img {
    width: 100%;
    margin-top: -100px;
}

.logo_box {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 180px;
}

.logo_img {
    height: 80px; /* ロゴのサイズ */
}

.fixed {
    position: fixed;
    top: 0;
    left: 180px;
    z-index: 1000;
}

/* ============================================ */
/* キャッチコピー&スライダー  */
.top_headline {
    width: 100%;
    background-image: url(../lp_img/back_img01@2x.webp);
    background-repeat: none;
    background-size: cover;
    text-align: right;
    position: relative;
    margin-top: -4px;
    padding-bottom: 16rem;
}

.headline01 {
    width: 60%;
    padding: 1rem;
    border-bottom: 1px;
    animation-name: fadeUpAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

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

.slider_block {
    padding-top: 4rem;
}

/* スライダーのためのcss */
.slider {
    width: 100%;
    display: flex;
}

.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 80%;
    margin: 0 auto;
}

.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin: 1rem 2rem;
}

/* SECTION01 */
/* ============================================ */
.sec01 {
    width: 100%;
    background-color: #CFCCCC;
    position: relative;
    text-align: center;
    margin-top: -2px;
}

.sec01 .img_box {
    width: 100%;
    margin: auto;
}

.sec01 .img_box img {
    width: 100%;
    margin-top: -2px;
}

.title01_box {
    text-align: center;
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    margin: auto;
}

.sec01 .title01_box img {
    width: 25%;
    margin: auto;
}

/* テキストの動き */

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.fadeup-item {
    opacity: 0;
}

/*==================================================
動かしたい動き
===================================*/
.text-fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 2.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

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

/* ここで動きのCSS終了*/


.scroll_for_rps {
    display: none;
}

.scroll_for_rps p {
    display: none;
}


.sec01 .text_box {
    text-align: center;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
}

.sec01 .text_box p {
    color: white;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    line-height: 1.8;
}




/* SECTION0２ */
/* ============================================ */

.sec02 {
    background-color: #CFCCCC;
    text-align: center;
    padding: 8rem 0 0;
}

.title02_box img {
    width: 25%;
    margin-bottom: 2rem;
}

.sec02 ul {
    width: 80%;
    display: flex;
    justify-content: center;
    column-gap: 1rem;
    text-align: center;
    margin: auto;
    margin-bottom: 10rem;
}

.sec02 ul li img {
    width: 100%;
}

.page-link-item {
    margin: 8rem 4rem;

}

.page-link-item img {
    width: 100%;
}

.sec02 .img_box {
    width: 100%;
}

.sec02 .img_box img {
    width: 100%;
}


.sec02 .text_box {
    width: 70%;
    text-align: center;
    padding: 2rem;
    margin: auto;

}

.sec02 .text_box p {
    text-align: left;
    line-height: 1.8;
}

.color01 {
    color: #5c5b5b;
}

.sec03 {
    background-color: #EAEAEA;
    text-align: center;
    padding-top: 8rem;
    margin-top: -2px;
}

.title03_item_sp,
.diagram_item_sp {
    display: none;
}

.title03_box img {
    width: 70%;
    margin: auto;
}

.diagram img {
    width: 70%;
    padding: 6rem 0;
    margin: auto;

}

.sec03 .img_box img {
    width: 100%;
    box-shadow: #606060;
    margin-bottom: 3px;
}

.catalog_box {
    display: flex;
    justify-content: space-around;
    text-align: center;
    background-color: #606060;
    padding: 8rem;
    margin-top: -4px;

}

.catalog_item {
    display: block;
    text-align: center;
    margin: auto;
}

.catalog_img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
}

.catalog_img img {
    width: 160px;
    box-shadow: 10px 10px 4px 0px #3d3c3c;
}


.btn_catalog {
    width: 240px;
    display: block;
    color: white;
    font-size: 20px;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    margin: auto;
}

.btn_catalog p {
    width: 200px;
    position: relative;
    font-size: 16px;
    text-align: center;
    align-items: center;
    padding: 12px 60px 12px 4px;
    margin-left: 36px;
}

.btn_catalog p::after {
    display: block;
    content: "";
    position: absolute;
    top: 24px;
    left: 164px;
    width: 16px;
    /* くの字を山なりに見た時、左側の長さ */
    height: 16px;
    /* くの字を山なりに見た時、右側の長さ */
    border-top: 1px solid #EAEAEA;
    /* くの字を山なりに見た時、左側の太さと色 */
    border-right: 1px solid #EAEAEA;
    /* くの字を山なりに見た時、右側の太さと色 */
    transform: rotate(45deg);
    /* padding: 4px 4px 4px 24px; */

}


.btn_catalog:hover {
    /* width: 280px; */
    background-color: #EAEAEA;
    color: #606060;
    transition: .3s ease-in-out;
}

.btn_catalog span {
    font-size: 14px;
}


.contact_btn_block {
    background-color: #606060;
    text-align: center;
    /* margin: auto; */
    padding-bottom: 10rem;

}

.contact_btn_block img {
    width: 400px;
    background-color: #606060;
    opacity: 1;
    transition: .3s ease-in-out;
}

.contact_btn_block img:hover {
    background-color: #e0d7ee;
    opacity: 0.5;

}

footer {
    background-color: #DBDBDB;
    color: #606060;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    line-height: 2em;

}

.footer_block {
    display: flex;
    justify-content: space-between;
    column-gap: 4rem;
    padding: 6rem 4rem;
}

.logo_footer img {
    width: 300px;
}


.copyright {
    color: #606060;
    text-align: center;
    font-size: 12px;
}

.for_tab {
    display: none;
}



/* ============================================ */
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .for_pc {
        display: none;
    }

    .for_tab {
        display: block;
    }

    header {
        height: 60px;
    }

    nav img {
        height: 40px;
    }

    .btn_nav {
        display: none;
    }

    .top_headline {
        padding-bottom: 30rem;
    }


    .title01_box {
        top: -400px;
    }

    .sec01 .title01_box img {
        width: 40%;
    }

    .sec01 .text_box {
        top: -300px;
    }

    .scroll_for_rps {
        display: none;
    }

    .sec02 .text_box {
        width: 90%;
    }

    .page-link-item {
        margin: 2rem 0;
    }

    .box_for_rps {
        text-align: left;
        margin: 2rem 4rem;
    }

    .box_for_rps .title_for_rps {
        height: 56px;
        width: auto;
    }

    .box_for_rps .text_box {
        width: 100%;
        background-color: #878686;
        color: #EAEAEA;
        margin-top: -2px;
        padding: 2rem 2rem 5rem;
    }

    .img_for_rsp {
        display: flex;

    }

    .img_for_rsp_right {
        display: flex;
        justify-content: flex-end;
    }

    .img_for_rsp_right img,
    .img_for_rsp img {
        height: 300px;
        width: auto;
        margin-top: -4rem;
    }

    .title03_box {
        margin-bottom: 2rem;
    }

    .footer_block {
        display: block;
    }

    .address {
        margin: 2rem 0;
    }
}


/* ============================================ */
/* スマホ */
@media screen and (max-width:768px) {
    .for_pc {
        display: none;
    }

    .for_sp {
        display: block;
    }

    header {
        height: 60px;
    }

    header nav img {
        height: 40px;
        margin: 8px;
    }

    .logo_box {
        z-index: 999;
        position: absolute;
        top: 50%;
        left: 25%;
    }

    .logo_img {
        height: 50px;/* ロゴのサイズ */
    }

    .fixed {
        position: fixed;
        top: 0.5rem;
        left: 0.5rem;
        height: 40px;
        /* 必要に応じて調整 */
        width: auto;
        /* 必要に応じて調整 */
        opacity: 1;
    }


    .top_img {
        margin-top: -60px;
    }

    .top_headline {
        padding-bottom: 36rem;
    }

    .headline01 {
        width: 90%;
    }

    .slider_block {
        padding: 0;
        padding-top: 4rem;
    }

    /* スライダーのためのcss */
    .slider {
        /*横幅94%で左右に余白を持たせて中央寄せ*/
        width: 94%;
        margin: 0 auto;
    }

    /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
    .slider .slick-slide {
        margin: 1rem 1.5rem;
    }

    .btn_nav {
        display: none;
    }

    .sec01 .title01_box img {
        width: 60%;
    }

    .title01_box {
        top: -500px;
    }

    .sec01 .text_box {
        top: -420px;
    }

    .sec01 .text_box p {
        font-size: 14px;
    }

    .scroll_for_pc {
        display: none;
    }

    .scroll_for_rps {
        display: block;
    }

    .sec02 {
        padding: 5rem 0 0;
    }

    .title02_box img {
        width: 50%;
    }

    .sec02 ul {
        margin-bottom: 0;
    }

    .page-link-item {
        margin: 4rem 0;
    }

    .page-link-item img {
        width: auto;
    }

    .title_for_rps {
        height: 32px;
        width: 100%;
    }

    .page-link-item .text_box {
        width: 100%;
        background-color: #878686;
        padding: 1rem;
        margin-top: -1px;
    }

    .sec02 .text_box {
        color: #EAEAEA;
        font-size: 14px;
        padding-bottom: 4rem;
    }

    .img_for_rsp_right {
        text-align: right;
    }

    .img_for_rsp {
        text-align: left;
    }

    .img_for_rsp_right img,
    .img_for_rsp img {
        height: 190px;
        width: auto;
        margin-top: -3rem;
    }

    .sec02 .color01 {
        width: 80%;
        color: #222222;
        padding: 1rem 0;

    }

    .sec03 {
        padding-top: 6rem;
    }

    .title03_box {
        margin-bottom: 2rem;
    }

    .title03_box img {
        width: 80%;
        margin: 0;
        margin-left: 1rem;
    }

    .title03_item,
    .diagram_item {
        display: none;
    }

    .title03_item_sp,
    .diagram_item_sp {
        display: block;
    }

    .diagram img {
        width: 80%;
        padding: 2rem 0;
    }

    .catalog_box {
        padding: 2rem 0;
    }

    .catalog_box img {
        width: 100px;
    }

    .btn_catalog {
        width: 160px;
    }

    .btn_catalog p {
        width: 160px;
        font-size: 12px;
        padding: 8px 10px 8px 0px;
        margin: 0;
    }

    .btn_catalog p::after {
        width: 160px;
        width: 12px;
        height: 13px;
        top: 18px;
        left: 134px;
        padding: 0px 8px 0px 4px;
        margin: 0;
    }

    .contact_btn_block img {
        width: 260px;
    }

    .footer_block {
        display: block;
        font-size: 14px;
        padding: 6rem 2rem;
    }

    .logo_footer img {
        width: 200px;
    }

    .address {
        margin: 2rem 0;
    }

    .copyright {
        font-size: 10px;
    }
}