@media (max-width: 1023px) {
main {
  margin-top: 60px; /* ヘッダー間の空白を50pxに指定 */
}
}

.p-home-visual__cloudbody.-h_top:first-child, .p-home-visual__cloudbody.-h_top:last-child {
    -webkit-animation-duration: 80s;
    animation-duration: 80s;
}
@media print, screen and (min-width: 48em)
.p-home-visual__cloudbody.-c7_m {
    top: -6%;
}
.p-home-visual__cloudbody:first-child {
    -webkit-animation: slideLoop1 20s linear infinite;
    animation: slideLoop1 20s linear infinite;
}
.p-home-visual__cloudbody {
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    height: 100%;
}

img, a img {
    border: none;
}




a:hover img {
    /* opacity: 0.85; */
  filter: brightness(105%);
  -webkit-animation: flash .7s;
  animation: flash .7s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1023px)
.header {
    position: fixed;
    top: 0;
    border-bottom: none;
    padding-top: 0;
    box-shadow: none;
}

@media (max-width: 1023px)
.header.fixed {
    top: 0;
}

.header--pcdn {
    display: none
}

@media (max-width: 1023px) {
    .header--pcdn {
        display:block
    }
}

.header {
    width: 100%;
    padding-top: 40px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    z-index: 1000
}

@media (max-width: 1023px) {
    .header {
        position:fixed;
        top: 0;
        border-bottom: none;
        padding-top: 0;
        box-shadow: none
    }
}

.header.fixed {
    position: fixed;
    top: -40px;
    background: 0 0
}

@media (max-width: 1023px) {
    .header.fixed {
        top:0
    }
}

.header.fixed .header__main {
    background: rgba(255,255,255,.9)
}

.header.fixed+.content__wrapper {
    padding-top: 123px
}

@media (max-width: 1023px) {
    .header.fixed+.content__wrapper {
        padding-top:60px
    }
}


#Toolbar--pc.toolbar--pc {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 13px 0;
    border-radius: 0;
    background: rgba(41,54,59,.9);
    opacity: 1;
    z-index: 1000;
}

#Toolbar--pc.toolbar--pc.is-show {
    display: block;
    -webkit-animation: fadeIn .3s ease 0s 1 normal;
    animation: fadeIn .3s ease 0s 1 normal;
}
#Toolbar--pc.toolbar--pc {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 13px 0;
    border-radius: 0;
    background: rgba(41,54,59,.9);
    opacity: 1;
    z-index: 1000;
}

.header .content {
    padding: 0 40px;
}

.content {
    max-width: 1200px;
    padding: 0 80px;
    margin: 0 auto;
}

.header {
    width: 100%;
    padding-top: 40px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    z-index: 1000
}
.header {
    display: block;
}

.header.fixed {
    position: fixed;
    top: -40px;
    background: 0 0;
}

.header__main {
    height: 90px;
    background: #fff;
}

.header.fixed .header__main {
    background: rgba(255,255,255,.9);
}
.header__main {
    height: 90px;
    background: #fff;
}

@media (max-width: 1023px) {
    .header {
        position:fixed;
        top: 0;
        border-bottom: none;
        padding-top: 0;
        box-shadow: none
    }
}

.header.fixed {
    position: fixed;
    top: -40px;
    background: 0 0
}

@media (max-width: 1023px) {
    .header.fixed {
        top:0
    }
}

.header.fixed .header__main {
    background: rgba(255,255,255,.9)
}

.header.fixed+.content__wrapper {
    padding-top: 123px
}

@media (max-width: 1023px) {
    .header.fixed+.content__wrapper {
        padding-top:60px
    }
}

.header .content {
    padding: 0 40px
}

@media (max-width: 1023px) {
    .header .content {
        padding:0 20px
    }
}

@media (max-width: 767px) {
    .header .content {
        padding:0 20px
    }
}

.header__logo {
    display: block;
    float: left;
    width: 160px;
    margin: 0 16px 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700
}

@media (min-width: 768px) and (max-width:1024px) {
    .header__logo {
        width:120px
    }
}

@media (max-width: 1023px) {
    .header__logo {
        width:120px
    }
}

.header__logo a {
    display: block
}

.header__logo img {
    margin-top: 18px
}

@media (min-width: 768px) and (max-width:1024px) {
    .header__logo img {
        margin-top:24px
    }
}

@media (max-width: 1023px) {
    .header__logo img {
        margin-top:10px
    }
}

.header__main {
    height: 90px;
    background: #fff
}

@media (max-width: 1023px) {
    .header__main {
        height:60px;
        box-shadow: 0 4px 10px rgba(0,0,0,.2)
    }
}

.header__main__nav {
    float: right
}

@media (max-width: 1023px) {
    .header__main__nav {
        display:none;
        float: none
    }

    .header__main__nav.visible {
        display: block;
        -webkit-animation: .4s anime;
        animation: .4s anime
    }

    @-webkit-keyframes anime {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes anime {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }
}

@media (max-width: 1023px) {
    .header__main__nav__list {
        position:absolute;
        top: 60px;
        left: 0;
        width: 100%;
        max-height: 90vh;
        background: #20aee5;
        overflow-y: auto;
        z-index: -1
    }
}

.header__main__nav__list li {
    float: left
}

@media (max-width: 1023px) {
    .header__main__nav__list li {
        float:none;
        padding-left: 20px
    }

    .header__main__nav__list li+li {
        border-top: 1px solid #129bd1
    }

    .header__main__nav__list li+li .lowerMenu__list li {
        border-top: none
    }

    .header__main__nav__list li a {
        color: #fff
    }
}

.header__nav__text__link {
    padding-right: 14px;
    cursor: pointer
}

.header__nav__text__link a {
    display: block;
padding: 25px 0;
  text-align: center;
    color:#218716;
    font-size: 12px;
    overflow: hidden;
font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";

}
 
.header__nav__text__link br {
display: block;
content: "";
height: 5px;
}

@media screen and (max-width:1023px){
.header__nav__text__link br{
  display: none;
}
.header__nav__text__link a {
padding: 0 0;
  text-align: left;
}
}

@media screen and (max-width:1120px){
.header__nav__text__link a {
    font-size: 10px;
}
}

@media print, screen and (min-width: 87.5em){
.header__nav__text__link a {
    padding-right: 2px;
    padding-left: 2px;
font-size: 13px;
}
}


.header__nav__text__link a:hover{
    color:#ffb900;
}


@media print, screen and (min-width: 48em){
.header__nav__text__link a {
    font-weight: 500;
}
}




@media (max-width: 1023px) {
    .header__nav__text__link a {
    font-size: 14px;
        height:50px;
        line-height: 50px
    }
}

.header__nav__btn__link a {
    display: block;
    width: 168px;
    height: 40px;
    padding: 4px 0;
    margin: 22px 0 0 12px;
    text-align: center;
    border: 1px solid #20aee5;
    border-radius: 21px;
    font-size: 12px
}

.header__nav__btn__link a.header__nav__banner {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0
}

.header__nav__btn__link a.header__nav__banner img {
    width: 100%;
    margin: 0 auto
}

.header__nav__action {
    margin-top: 13px;
    padding-left: 8px
}

@media (min-width: 768px) and (max-width:1024px) {
    .header__nav__action {
        padding-left:30px
    }
}

@media (max-width: 1023px) {
    .header__nav__action {
        display:table;
        width: 100%;
        margin-top: 0;
        padding: 20px;
        background: #fff
    }
}


@media (max-width: 1023px) {
    .header__nav__action__btn3 {
        display:none;
    }
}
@media (min-width: 1024px) {
    .header__nav__action__btn3 {
            display: table-cell;
    text-align: center;
padding-right: 12px;
    }
}

@media (max-width: 1023px) {
    .header__nav__action__btn2 {
            display: table-cell;
    text-align: center
    }
}
@media (min-width: 1024px) {
    .header__nav__action__btn2 {
        display:none;
    }
}



.header__nav__action__btn2--sp {
    display: none;
    text-align: center
}

@media (max-width: 1023px) {
    .header__nav__action__btn2--sp {
        padding:15px;
        display: block;
        position: absolute;
        top: 0;
        right: 50px
    }
}



.header__nav__action__btn {
    display: table-cell;
    text-align: center
}

.header__nav__action__btn--sp {
    display: none;
    text-align: center
}

@media (max-width: 1023px) {
    .header__nav__action__btn--sp {
        padding:15px;
        display: block;
        position: absolute;
        top: 0;
        right: 50px
    }
}


.header__sub {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 40px;
	background-color: #fd7e16;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	font-size: 12px;
}

@media (max-width: 1023px) {
    .header__sub {
        display:none
    }
}

.header__sub__tagline {
    display: inline;
    line-height: 40px;
font-size: 14px;
    color: #fff;
    font-weight: 600;
font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
}

.header__sub__nav {
    float: right
}

.header__sub__nav__list li {
    display: inline-block
}

.header__sub__nav__list li+li {
    padding-left: 20px
}

.header__sub__nav__list a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none
}

.header__nav__text__lowerMenu {
    position: relative;
    display: inline-block;
    margin-right: 8px
}

@media (max-width: 1023px) {
    .header__nav__text__lowerMenu {
        display:block;
        margin-right: 0
    }
}






.header__nav__text__lowerMenu__child {
    display: none;
    position: absolute;
    top: 80%;
    left: 0;
    width: 255%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    z-index: 100
}

@media (max-width: 1023px) {
    .header__nav__text__lowerMenu__child {
        position:relative;
        top: 0;
        left: -20px;
        width: 110%;
        background: #20aee5;
        box-shadow: none;
        z-index: 0
    }
}

.header__nav__text__lowerMenu__child li {
    float: none
}

.header__nav__text__lowerMenu__child a {
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding: 0 20px
}

@media (max-width: 1023px) {
    .header__nav__text__lowerMenu__child a {
        padding:0;
        width: 100%
    }
}

.header__nav__text__lowerMenu__child.is-open {
    display: block
}

.header__nav__text__lowerMenu__child .lowerMenu__list__category__label,.header__nav__text__lowerMenu__child .lowerMenu__list__category__label--usage {
    height: 35px;
    padding: 0 20px;
    line-height: 35px;
    background: #f8f8f8;
    font-size: 14px;
    color: #555;
    cursor: default
}

@media (max-width: 1023px) {
    .header__nav__text__lowerMenu__child .lowerMenu__list__category__label,.header__nav__text__lowerMenu__child .lowerMenu__list__category__label--usage {
        padding:0;
        background: 0 0;
        color: #fff
    }
}

.header__nav__text__lowerMenu__child .lowerMenu__list__category__label--usage:hover,.header__nav__text__lowerMenu__child .lowerMenu__list__category__label:hover {
    opacity: 1
}

.header__nav__text__lowerMenu__child .lowerMenu__list__category__label--usage {
    cursor: pointer
}

.header__nav__text__lowerMenu__child .lowerMenu__list__category__label--usage:hover {
    opacity: .6;
    -webkit-transition: .4s;
    transition: .4s
}

.header__nav__text__lowerMenu__child .lowerMenu__list__category__list a {
    height: 40px;
    line-height: 40px
}

.header__nav__text__lowerMenu__child .lowerMenu__list__category__list li {
    border-top: none
}

.header .is-pc {
    display: block
}

@media (max-width: 1023px) {
    .header .is-pc {
        display:none
    }
}

@media (max-width: 767px) {
    .header .is-pc {
        display:none
    }
}

.header .is-sp {
    display: none
}

@media (max-width: 1023px) {
    .header .is-sp {
        display:block
    }
}

@media (max-width: 767px) {
    .header .is-sp {
        display:block
    }
}

.header__min {
    height: 36px;
    padding: 4px;
    background: #20aee5
}

.hamburgerMenu {
    display: none!important
}

@media (max-width: 1023px) {
    .hamburgerMenu {
        display:block!important;
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        padding: 15px;
        z-index: 1000;
        cursor: pointer;
        box-sizing: content-box
    }

    .hamburgerMenu span {
        width: 30px;
        height: 3px;
        margin: auto;
        background-color: #20aee5;
        border-radius: 999px;
        -webkit-transition: .5s;
        transition: .5s;
        position: absolute;
        right: 0;
        left: 0
    }

    .hamburgerMenu span:first-child {
        top: 15px
    }

    .hamburgerMenu span:nth-child(2) {
        top: 23px
    }

    .hamburgerMenu span:last-child {
        top: 31px
    }

    .hamburgerMenu.active span:first-child {
        -webkit-transform: rotate(45deg) translateY(4px) translateX(4px);
        transform: rotate(45deg) translateY(4px) translateX(4px)
    }

    .hamburgerMenu.active span:nth-child(2) {
        opacity: 0
    }

    .hamburgerMenu.active span:last-child {
        -webkit-transform: rotate(-45deg) translateY(-7px) translateX(7px);
        transform: rotate(-45deg) translateY(-7px) translateX(7px)
    }

    .hamburgerMenu:after {
        content: "menu";
        margin: auto;
        font-size: 10px;
        color: #20aee5;
        text-align: center;
        position: absolute;
        top: 36px;
        right: 0;
        left: 1px
    }

    .hamburgerMenu.active:after {
        content: "close";
        margin: auto;
        font-size: 10px;
        color: #20aee5;
        text-align: center;
        position: absolute;
        top: 36px;
        right: 0;
        left: 1px
    }
}

.overlay:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0,0,0,.5)
}



.button--primary--xs {
    width: 80px;
    height: 30px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 10px
}




@media (max-width: 1023px) {
    .header--pcdn {
        display:block
    }
}

.header {
    width: 100%;
    padding-top: 40px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    z-index: 1000
}

@media (max-width: 1023px) {
    .header {
        position:fixed;
        top: 0;
        border-bottom: none;
        padding-top: 0;
        box-shadow: none
    }
}

.header.fixed {
    position: fixed;
    top: -40px;
    background: 0 0
}

@media (max-width: 1023px) {
    .header.fixed {
        top:0
    }
}

.header.fixed .header__main {
    background: rgba(255,255,255,.9)
}

.header.fixed+.content__wrapper {
    padding-top: 123px
}

@media (max-width: 1023px) {
    .header.fixed+.content__wrapper {
        padding-top:60px
    }
}

.header .content {
    padding: 0 40px
}

@media (max-width: 1023px) {
    .header .content {
        padding:0 20px
    }
}

.button--primary--xs {
    display: inline-block;
    border: none;
    border-bottom-width: 2px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.12);
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    cursor: pointer
}

button--primary--xs:hover, {
    opacity: 1
}

.button--primary--xs {
    width: 80px;
    height: 30px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 10px
}






.button--primary--xs {
    background: #ff9701;
    border-bottom: solid 3px #c1671d;

}

.button--primary--xs:hover {
    opacity: .6;
    background: #ffb64d;
    box-shadow: none
}
