@charset "utf-8";

/* ----------------------------------------------------------
Common Setting
---------------------------------------------------------- */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    color: #5a5a5a;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo",
        "ヒラギノ角ゴ ProN W3";
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
}

/* .inner {
    max-width: 1400px;
    padding: 0 100px;
    margin: 0 auto;
    box-sizing: border-box;
} */

.container {
    background-image: url("../images/bg.png");
    background-size: 400px;
    background-repeat: no-repeat;
    background-position:
        calc(50% + 600px) 420px;
    position: relative;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

a:link,
a:visited,
a:active {
    color: #5a5a5a;
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    text-decoration: none;
    outline: 0;
    opacity: 0.8;
}

input:hover,
a:hover img {
    outline: 0;
    opacity: 0.8;
}

.boxWrap a:link {
    text-decoration: underline;
}

.boxWrap a:hover {
    text-decoration: none;
}

/* ----------------------------------------------------------
wrap / report
---------------------------------------------------------- */

.wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 150px 0 50px;
}

.innerreport {
    border-bottom: none;
}

.other {
    text-align: center;
    margin-top: 80px;
}

.innerreport h1 {
    font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3";
    text-align: center !important;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 50px;
    letter-spacing: 0.09em;
    padding: 1.25em 0;
    border-bottom: 2px solid #64be00;
    border-top: 2px solid #64be00;
}

.innerreport p.lead01 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 50px;
}

/* ----------------------------------------------------------
boxWrap
---------------------------------------------------------- */

.boxWrap {
    padding: 30px 0;
}

.boxWrap h2 {
    font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3";
    font-size: 2.2rem;
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 2px solid #64be00;
    padding-bottom: 10px;
    line-height: 1.6;
}

.boxWrap h3 {
    font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3";
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6em;
}

.boxWrap h4 {
    margin-bottom: 10px;
}

.boxWrap p:last-of-type {
    margin-bottom: 0;
}

.boxWrap article {
    margin-top: 20px;
}

.boxWrap .mt_20 {
    display: block;
    margin-top: 20px;
}

.boxWrap dl {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.boxWrap dl:last-child {
    align-items: flex-start;
    flex-wrap: wrap;
}

.boxWrap dl:last-child dd {
    width: 100%;
}

.boxWrap dt {
    position: relative;
    min-width: 115px;
}

.boxWrap dt::after {
    content: "：";
    position: absolute;
    top: 0;
    right: 0;
}

.boxWrap dd {
    line-height: 1.6em;
}

.boxWrap a{
    word-break: break-all;
}

.boxWrap ol {
    margin-top: 10px;
    padding-left: 1em;
}

.boxWrap ol li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6em;
}

.boxWrap ol li:not(:last-child) {
    margin-bottom: 10px;
}

.boxWrap .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.boxWrap .flex img {
    max-width: 40%;
}

.boxWrap .flexImg {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.boxWrap .flexImg.two img {
    width: calc((100% - 20px) / 2);
    height: auto;
}

.boxWrap .flexImg.one img {
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.boxWrap .flexImg.one-small img {
    width: 40%;
    height: auto;
    margin: 0 auto;
}

.boxWrap .video-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.boxWrap .video-wrap video {
    width: 100%;
}

.boxWrap .video-wrap p {
    width: 100%;
    font-size: 1.4rem;
    color: #7c7c7c;
    text-align: center !important;
}

@media screen and (max-width: 1024px) {
    .wrap {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .wrap {
        width: 90%;
        margin: 0 auto;
    }

    .innerreport h1 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .innerreport p.lead01 {
        font-size: 1.8rem;
    }

    .boxWrap h2 {
        font-size: 1.8rem;
    }

    .boxWrap:first-of-type {
        padding: 0 0 30px 0;
    }

    .wrap .innerreport .boxWrap p {
        line-height: 1.6;
    }

    .boxWrap .flexImg {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .boxWrap .flexImg.two img {
        width: 100%;
    }

    .boxWrap .flex {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .boxWrap .flex img {
        width: 100%;
        max-width: 100%;
        order: 1;
    }

    .boxWrap .flex p {
        order: 2;
    }
}


/*
右から左へ
----------------------------*/
@-webkit-keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/*
  左から右へ
  ----------------------------*/
@-webkit-keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}

.slide_show_container {
    position: absolute;
    top: calc(50% + 200px);
    z-index: -10;
}

.slide_show {
    display: flex;
    overflow: hidden;
}

.slide_show_list {
    display: flex;
    list-style: none;
}

.slide_show_list_left {
    -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
    animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.slide_show_list_right {
    -webkit-animation: infinity-scroll-right 30s infinite linear 0.5s both;
    animation: infinity-scroll-right 30s infinite linear 0.5s both;
}

.slide_show_item {
    width: calc(100vw / 4);
    margin: 0 20px;
}

.slide_show_item>img {
    width: 100%;
}

.breadcrumb {
    background: none;
    height: 21px;
    width: 100%;
    margin: 100px auto 0;
    font-weight: 400;
    line-height: 21px;
    box-sizing: border-box;
    color: #333333;
}

.breadcrumb li {
    margin: 0px 5px 0px 0px;
    float: left;
    font-size: 11px;
}

.breadcrumb li a {
    color: #333333;
}



@media screen and (max-width: 768px) {
    .inner {
        width: 95%;
        padding: 0;
        margin: 0 auto;
    }

    .slide_show_item {
        width: 100vw;
    }
}