@charset "UTF-8";
/* ###### btn_style01 ##### */
@media screen and (min-width: 1024px) {
  .btn_style01 {
    width: 100%;
  }
  .btn_style01 a, .btn_style01 a:link a:visited {
    position: relative;
    width: 100%;
    height: 54px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.0;
    background-color: #534099;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
  }
  .btn_style01 a:hover {
    color: #fff;
    background-color: #403083;
  }
  .btn_style01 .arrow {
    overflow: hidden;
    position: absolute;
    top: 11px;
    right: 11px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .btn_style01 .arrow:before,
  .btn_style01 .arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url(../img/arrow_p01.svg) no-repeat center center;
    background-size: 11px;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .btn_style01 .arrow:after {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .btn_style01 a:hover .arrow:before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    /* 修正: hover時のアニメーションを指定 */
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .btn_style01 a:hover .arrow:after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    /* 修正: hover時のアニメーションを指定 */
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .btn_style01 {
    width: 100%;
  }
  .btn_style01 a, .btn_style01 a:link a:visited {
    position: relative;
    width: 100%;
    height: 52px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.0;
    background-color: #534099;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
  }
  .btn_style01 a:hover {
    color: #fff;
    background-color: #403083;
  }
  .btn_style01 .arrow {
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .btn_style01 .arrow:before,
  .btn_style01 .arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: url(../img/arrow_p01.svg) no-repeat center center;
    background-size: 10px;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .btn_style01 .arrow:after {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .btn_style01 a:hover .arrow:before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    /* 修正: hover時のアニメーションを指定 */
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .btn_style01 a:hover .arrow:after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    /* 修正: hover時のアニメーションを指定 */
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}

@media screen and (max-width: 767px) {
  .btn_style01 {
    width: 100%;
  }
  .btn_style01 a {
    position: relative;
    width: 100%;
    height: 46px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.0;
    background-color: #534099;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
  }
  .btn_style01 a:hover {
    color: #fff;
  }
  .btn_style01 .arrow {
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .btn_style01 .arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../img/arrow_p01.svg) no-repeat center center;
    background-size: 8px;
  }
}

/* ###### btn_style01 ##### */
/* ###### btn_style02 ##### */
@media screen and (min-width: 1024px) {
  .btn_style02 {
    width: 100%;
  }
  .btn_style02 a, .btn_style02 a:link a:visited {
    position: relative;
    width: 100%;
    height: 54px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #534099;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.0;
    background-color: #fff;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border: 1px solid #D4CFC6;
  }
  .btn_style02 a:hover {
    color: #534099;
    background-color: #F5F0E8;
  }
  .btn_style02 .arrow {
    overflow: hidden;
    position: absolute;
    top: 11px;
    right: 11px;
    width: 32px;
    height: 32px;
    background-color: #534099;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .btn_style02 .arrow:before,
  .btn_style02 .arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url(../img/arrow_w01.svg) no-repeat center center;
    background-size: 11px;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .btn_style02 .arrow:after {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .btn_style02 a:hover .arrow:before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    /* 修正: hover時のアニメーションを指定 */
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .btn_style02 a:hover .arrow:after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    /* 修正: hover時のアニメーションを指定 */
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .btn_style02 {
    width: 100%;
  }
  .btn_style02 a, .btn_style02 a:link a:visited {
    position: relative;
    width: 100%;
    height: 52px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #534099;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.0;
    background-color: #fff;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border: 1px solid #D4CFC6;
  }
  .btn_style02 a:hover {
    color: #534099;
    background-color: #F5F0E8;
  }
  .btn_style02 .arrow {
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    background-color: #534099;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .btn_style02 .arrow:before,
  .btn_style02 .arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: url(../img/arrow_w01.svg) no-repeat center center;
    background-size: 10px;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .btn_style02 .arrow:after {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .btn_style02 a:hover .arrow:before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    /* 修正: hover時のアニメーションを指定 */
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .btn_style02 a:hover .arrow:after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    /* 修正: hover時のアニメーションを指定 */
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}

@media screen and (max-width: 767px) {
  .btn_style02 {
    width: 100%;
  }
  .btn_style02 a {
    position: relative;
    width: 100%;
    height: 46px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #534099;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.0;
    background-color: #fff;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border: 1px solid #D4CFC6;
  }
  .btn_style02 a:hover {
    color: #534099;
  }
  .btn_style02 .arrow {
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background-color: #534099;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .btn_style02 .arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../img/arrow_w01.svg) no-repeat center center;
    background-size: 8px;
  }
}

/* ###### btn_style02 ##### */
/* ###### cta_btn_style01 ##### */
@media screen and (min-width: 1024px) {
  .cta_btn_style01 {
    width: 100%;
  }
  .cta_btn_style01 a, .cta_btn_style01 a:link a:visited {
    position: relative;
    width: 100%;
    height: 56px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #534099;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.0;
    background-color: #fff;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
  }
  .cta_btn_style01 a:hover {
    color: #534099;
    background-color: #F5F0E8;
  }
  .cta_btn_style01 .arrow {
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background-color: #534099;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .cta_btn_style01 .arrow:before,
  .cta_btn_style01 .arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: url(../img/arrow_w01.svg) no-repeat center center;
    background-size: 12px;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .cta_btn_style01 .arrow:after {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .cta_btn_style01 a:hover .arrow:before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    /* 修正: hover時のアニメーションを指定 */
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .cta_btn_style01 a:hover .arrow:after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    /* 修正: hover時のアニメーションを指定 */
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .cta_btn_style01 {
    width: 100%;
  }
  .cta_btn_style01 a, .cta_btn_style01 a:link a:visited {
    position: relative;
    width: 100%;
    height: 54px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #534099;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.0;
    background-color: #fff;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
  }
  .cta_btn_style01 a:hover {
    color: #534099;
    background-color: #F5F0E8;
  }
  .cta_btn_style01 .arrow {
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    background-color: #534099;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .cta_btn_style01 .arrow:before,
  .cta_btn_style01 .arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: url(../img/arrow_w01.svg) no-repeat center center;
    background-size: 11px;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .cta_btn_style01 .arrow:after {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .cta_btn_style01 a:hover .arrow:before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    /* 修正: hover時のアニメーションを指定 */
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .cta_btn_style01 a:hover .arrow:after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    /* 修正: hover時のアニメーションを指定 */
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}

@media screen and (max-width: 767px) {
  .cta_btn_style01 {
    width: 100%;
  }
  .cta_btn_style01 a {
    position: relative;
    width: 100%;
    height: 46px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #534099;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.0;
    background-color: #fff;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
  }
  .cta_btn_style01 a:hover {
    color: #534099;
  }
  .cta_btn_style01 .arrow {
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background-color: #534099;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .cta_btn_style01 .arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../img/arrow_w01.svg) no-repeat center center;
    background-size: 8px;
  }
}

/* ###### cta_btn_style01 ##### */
/* ########## header ########## */
@media screen and (min-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 100px;
    height: 100px;
    z-index: 1000;
  }
  .header__detail {
    position: relative;
    width: 94%;
    height: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .header__detail__logo {
    position: relative;
    width: 156px;
  }
  .header__detail__logo p {
    width: 100%;
  }
  .header__detail__logo p img {
    width: 100%;
  }
  .header__detail__nav {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100px;
  }
  .header__detail__nav ul {
    position: relative;
    height: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__detail__nav ul li {
    position: relative;
    font-size: min(1.0vw, 14px);
    font-weight: 500;
  }
  .header__detail__nav ul li a, .header__detail__nav ul li a:link a:visited {
    position: relative;
    color: #7A7068;
  }
  .header__detail__nav ul li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #534099;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .header__detail__nav ul li a:hover {
    color: #534099;
  }
  .header__detail__nav ul li a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .header__detail__nav ul li.current a {
    color: #534099;
  }
  .header__detail__nav ul li.current a::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 50%;
    bottom: -13px;
    background: url(../img/dog_foot_p.svg) no-repeat 0 0;
    background-size: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .header__detail__nav ul li.header__detail__nav__menu__mega {
    position: relative;
  }
  .header__detail__nav ul li.header__detail__nav__menu__mega p {
    position: relative;
    background: url(../img/arrow_b03.svg) no-repeat right 6px;
    background-size: 8px;
    padding-right: 12px;
  }
  .header__detail__nav ul li.header__detail__nav__menu__mega p a::after {
    background: none;
  }
  .header__detail__nav ul li.header__detail__nav__menu__mega p.current a {
    color: #534099;
  }
  .header__detail__nav ul li.header__detail__nav__menu__mega p.current::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 45%;
    bottom: -13px;
    background: url(../img/dog_foot_p.svg) no-repeat 0 0;
    background-size: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .header__detail__nav ul li.header__detail__nav__menu__mega div.header__detail__nav__menu__mega__sub {
    position: absolute;
    width: 400px;
    height: 210px;
    top: 24px;
    left: 50%;
    background-color: #E8E2D9;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    padding: 25px 25px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    z-index: 30;
  }
  .header__detail__nav ul li.header__detail__nav__menu__mega div.header__detail__nav__menu__mega__sub ul.header__detail__nav__menu__mega__sub__list {
    position: relative;
    width: 100%;
  }
  .header__detail__nav ul li.header__detail__nav__menu__mega div.header__detail__nav__menu__mega__sub ul.header__detail__nav__menu__mega__sub__list li {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .header__detail__nav ul li.header__detail__nav__menu__mega div.header__detail__nav__menu__mega__sub ul.header__detail__nav__menu__mega__sub__list li a, .header__detail__nav ul li.header__detail__nav__menu__mega div.header__detail__nav__menu__mega__sub ul.header__detail__nav__menu__mega__sub__list li a:link a:visited {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-weight: 500;
    height: 48px;
    background: url(../img/arrow_p01.svg) no-repeat right 15px center;
    background-size: 10px;
    background-color: #F5F0E8;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
  }
  .header__detail__nav ul li.header__detail__nav__menu__mega div.header__detail__nav__menu__mega__sub ul.header__detail__nav__menu__mega__sub__list li a::after {
    background: none;
  }
  .header__detail__nav ul li.header__detail__nav__menu__mega div.header__detail__nav__menu__mega__sub ul.header__detail__nav__menu__mega__sub__list li a:hover {
    background: url(../img/arrow_p01.svg) no-repeat right 10px center;
    background-size: 10px;
    background-color: #fff;
  }
  .header__detail__nav ul li.header__detail__nav__menu__mega div.header__detail__nav__menu__mega__sub ul.header__detail__nav__menu__mega__sub__list li:nth-child(n + 2) {
    margin-top: 8px;
  }
  .header__detail__nav ul li.header__detail__nav__menu__mega:hover div.header__detail__nav__menu__mega__sub {
    visibility: visible;
    opacity: 1;
    top: 32px;
  }
  .header__detail__nav ul li:nth-child(n + 2) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 90px;
    height: 80px;
    z-index: 1000;
  }
  .header__detail {
    position: relative;
    width: 92%;
    height: 80px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .header__detail__logo {
    position: relative;
    width: 140px;
  }
  .header__detail__logo p {
    width: 100%;
  }
  .header__detail__logo p img {
    width: 100%;
  }
  .header__detail__nav {
    display: none;
  }
  .header__detail__nav__left {
    display: none;
  }
  .header__detail__nav__right {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
  }
  .header__detail {
    position: relative;
    width: 92%;
    height: 60px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .header__detail__logo {
    position: relative;
    width: 94px;
  }
  .header__detail__logo p {
    width: 100%;
  }
  .header__detail__logo p img {
    width: 100%;
  }
  .header__detail__nav {
    display: none;
  }
  .header__detail__nav__left {
    display: none;
  }
  .header__detail__nav__right {
    display: none;
  }
}

/* ########## header ########## */
/* ########## header-bar ########## */
@media screen and (min-width: 1024px) {
  .header-bar {
    position: fixed;
    top: 0;
    right: 20px;
    width: 80px;
    height: 100%;
    z-index: 6100;
    padding: 20px 0;
  }
  .header-bar__detail {
    position: relative;
    width: 80px;
    height: 100%;
    background-color: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  }
  .header-bar__detail__contact {
    position: absolute;
    width: 50px;
    left: 15px;
    bottom: 181px;
    width: 80px;
  }
  .header-bar__detail__contact a, .header-bar__detail__contact a:link a:visited {
    display: block;
    width: 50px;
    border: 1px solid #D4CFC6;
    padding: 32px 15px;
    background-color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
  }
  .header-bar__detail__contact a img, .header-bar__detail__contact a:link a:visited img {
    width: 100%;
  }
  .header-bar__detail__contact a:hover {
    background-color: #F5F0E8;
  }
  .header-bar__detail__sns {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 156px;
    padding: 40px 26px;
    background-color: #F5F0E8;
    border-radius: 0 0 40px 40px;
    -webkit-border-radius: 0 0 40px 40px;
    -moz-border-radius: 0 0 40px 40px;
  }
  .header-bar__detail__sns ul {
    width: 100%;
  }
  .header-bar__detail__sns ul li {
    width: 100%;
  }
  .header-bar__detail__sns ul li img {
    width: 28px;
  }
  .header-bar__detail__sns ul li:nth-child(n + 2) {
    margin-top: 18px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .header-bar {
    position: fixed;
    top: 0;
    right: 20px;
    width: 70px;
    height: 100%;
    z-index: 6100;
    padding: 20px 0;
  }
  .header-bar__detail {
    position: relative;
    width: 70px;
    height: 100%;
    background-color: #fff;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  }
  .header-bar__detail__contact {
    position: absolute;
    width: 46px;
    left: 12px;
    bottom: 158px;
  }
  .header-bar__detail__contact a, .header-bar__detail__contact a:link a:visited {
    display: block;
    width: 46px;
    border: 1px solid #D4CFC6;
    padding: 30px 13px;
    background-color: #fff;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
  }
  .header-bar__detail__contact a img, .header-bar__detail__contact a:link a:visited img {
    width: 100%;
  }
  .header-bar__detail__contact a:hover {
    background-color: #F5F0E8;
  }
  .header-bar__detail__sns {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 133px;
    padding: 35px 24px;
    background-color: #F5F0E8;
    border-radius: 0 0 35px 35px;
    -webkit-border-radius: 0 0 35px 35px;
    -moz-border-radius: 0 0 35px 35px;
  }
  .header-bar__detail__sns ul {
    width: 100%;
  }
  .header-bar__detail__sns ul li {
    width: 100%;
  }
  .header-bar__detail__sns ul li img {
    width: 24px;
  }
  .header-bar__detail__sns ul li:nth-child(n + 2) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header-bar {
    display: none;
  }
  .header-bar__detail {
    display: none;
  }
}

/* ########## header-bar ########## */
/* ########## nav_menu ########## */
@media screen and (min-width: 1024px) {
  div.nav_menu {
    position: fixed;
    top: 30px;
    right: 30px;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/nav_icon_backimg.svg) no-repeat center center;
    background-size: 100%;
    background-color: #534099;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: 9000;
  }
  div.nav_menu a.nav_menu__icon {
    position: relative;
    cursor: pointer;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  div.nav_menu a.nav_menu__icon .menu__line {
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  div.nav_menu a.nav_menu__icon .menu__line--top {
    width: 24px;
    top: 18px;
    left: 18px;
    background-color: #fff;
  }
  div.nav_menu a.nav_menu__icon .menu__line--center {
    width: 24px;
    top: 24px;
    left: 18px;
    background-color: #fff;
  }
  div.nav_menu a.nav_menu__icon .menu__line--bottom {
    width: 24px;
    bottom: 29px;
    left: 18px;
    background-color: #fff;
  }
  div.nav_menu a.nav_menu__icon.active {
    width: 100%;
    height: 60px;
  }
  div.nav_menu a.nav_menu__icon.active .menu__line {
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  div.nav_menu a.nav_menu__icon.active .menu__line--top {
    width: 25px;
    top: 24px;
    left: 18px;
    background-color: #fff;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  div.nav_menu a.nav_menu__icon.active .menu__line--center {
    display: none;
  }
  div.nav_menu a.nav_menu__icon.active .menu__line--bottom {
    width: 25px;
    bottom: 35px;
    left: 18px;
    background-color: #fff;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  div.nav_menu {
    position: fixed;
    top: 28px;
    right: 28px;
    display: block;
    width: 54px;
    height: 54px;
    background: url(../img/nav_icon_backimg.svg) no-repeat center center;
    background-size: 100%;
    background-color: #534099;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: 9000;
  }
  div.nav_menu a.nav_menu__icon {
    position: relative;
    cursor: pointer;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  div.nav_menu a.nav_menu__icon .menu__line {
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  div.nav_menu a.nav_menu__icon .menu__line--top {
    width: 22px;
    top: 16px;
    left: 16px;
    background-color: #fff;
  }
  div.nav_menu a.nav_menu__icon .menu__line--center {
    width: 22px;
    top: 22px;
    left: 16px;
    background-color: #fff;
  }
  div.nav_menu a.nav_menu__icon .menu__line--bottom {
    width: 22px;
    bottom: 25px;
    left: 16px;
    background-color: #fff;
  }
  div.nav_menu a.nav_menu__icon.active {
    width: 100%;
    height: 54px;
  }
  div.nav_menu a.nav_menu__icon.active .menu__line {
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  div.nav_menu a.nav_menu__icon.active .menu__line--top {
    width: 23px;
    top: 22px;
    left: 16px;
    background-color: #fff;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  div.nav_menu a.nav_menu__icon.active .menu__line--center {
    display: none;
  }
  div.nav_menu a.nav_menu__icon.active .menu__line--bottom {
    width: 23px;
    bottom: 31px;
    left: 16px;
    background-color: #fff;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

@media screen and (max-width: 767px) {
  div.nav_menu {
    position: fixed;
    top: 8px;
    right: 8px;
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/nav_icon_backimg.svg) no-repeat center center;
    background-size: 100%;
    background-color: #534099;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: 9000;
  }
  div.nav_menu a.nav_menu__icon {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 44px;
    height: 44px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  div.nav_menu a.nav_menu__icon .menu__line {
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  div.nav_menu a.nav_menu__icon .menu__line--top {
    width: 18px;
    top: 12px;
    left: 13px;
    background-color: #fff;
  }
  div.nav_menu a.nav_menu__icon .menu__line--center {
    width: 18px;
    bottom: 26px;
    left: 13px;
    background-color: #fff;
  }
  div.nav_menu a.nav_menu__icon .menu__line--bottom {
    width: 18px;
    bottom: 21px;
    left: 13px;
    background-color: #fff;
  }
  div.nav_menu a.nav_menu__icon.active {
    width: 100%;
    height: 44px;
  }
  div.nav_menu a.nav_menu__icon.active .menu__line {
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  div.nav_menu a.nav_menu__icon.active .menu__line--top {
    width: 21px;
    top: 17px;
    left: 12px;
    background-color: #fff;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  div.nav_menu a.nav_menu__icon.active .menu__line--center {
    display: none;
  }
  div.nav_menu a.nav_menu__icon.active .menu__line--bottom {
    width: 21px;
    bottom: 26px;
    left: 12px;
    background-color: #fff;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

@media screen and (min-width: 1024px) {
  .gnav {
    background: url(../img/footer_foot_backimg01.svg) no-repeat bottom -138px right -20px;
    background-size: 333px;
    background-color: #E8E2D9;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6000;
  }
  .gnav .gnav__wrap {
    position: relative;
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 100px;
  }
  .gnav .gnav__wrap__head {
    display: none;
  }
  .gnav .gnav__wrap__menu {
    width: 70%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .gnav .gnav__wrap__menu__sp {
    width: 48%;
    border-top: 1px solid #D4CFC6;
  }
  .gnav .gnav__wrap__menu__list {
    border-bottom: 1px solid #D4CFC6;
  }
  .gnav .gnav__wrap__menu__list p {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .gnav .gnav__wrap__menu__list p a, .gnav .gnav__wrap__menu__list p a:link a:visited {
    width: 100%;
    height: 56px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #7A7068;
    line-height: 1.0;
    padding: 0 30px;
    background: url(../img/arrow_p01.svg) no-repeat right 15px center;
    background-size: 10px;
  }
  .gnav .gnav__wrap__menu__list p a:hover {
    color: #534099;
    background: url(../img/arrow_p01.svg) no-repeat right 10px center;
    background-size: 10px;
    background-color: #F5F0E8;
  }
  .gnav .gnav__wrap__menu__list h3 {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 20px 30px 15px;
  }
  .gnav .gnav__wrap__menu__list ul {
    margin: 0 30px 25px;
  }
  .gnav .gnav__wrap__menu__list ul li {
    font-size: 1.4rem;
  }
  .gnav .gnav__wrap__menu__list ul li a, .gnav .gnav__wrap__menu__list ul li a:link a:visited {
    width: 100%;
    height: 48px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../img/arrow_p01.svg) no-repeat right 15px center;
    background-size: 10px;
    background-color: #F5F0E8;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
  }
  .gnav .gnav__wrap__menu__list ul li a:hover {
    background: url(../img/arrow_p01.svg) no-repeat right 10px center;
    background-size: 10px;
    background-color: #fff;
  }
  .gnav .gnav__wrap__menu__list ul li:nth-child(n + 2) {
    margin-top: 5px;
  }
  .gnav .gnav__wrap__menu__contact {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.0;
    margin: 30px 30px 0;
  }
  .gnav .gnav__wrap__menu__contact a, .gnav .gnav__wrap__menu__contact a:link a:visited {
    position: relative;
    color: #fff;
    width: 100%;
    height: 54px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #534099;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
  }
  .gnav .gnav__wrap__menu__contact a img, .gnav .gnav__wrap__menu__contact a:link a:visited img {
    width: 16px;
    margin-right: 6px;
  }
  .gnav .gnav__wrap__menu__contact a:hover {
    color: #fff;
    background-color: #403083;
  }
  .gnav .gnav__wrap__menu .accordion-area {
    list-style: none;
    width: 100%;
    margin: 0 auto;
  }
  .gnav .gnav__wrap__menu .accordion-area ul {
    margin: 0 0 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gnav .gnav__wrap__menu .accordion-area ul li {
    width: 49.6%;
    margin-bottom: 3px;
  }
  .gnav .gnav__wrap__menu .accordion-area ul li a {
    position: relative;
    width: 100%;
    height: 42px;
    color: #F5F0E8;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.05em;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #5699B2;
    padding: 0 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .gnav {
    background-color: #E8E2D9;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6000;
  }
  .gnav .gnav__wrap {
    position: relative;
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 80px 90px 80px 0;
  }
  .gnav .gnav__wrap__head {
    display: none;
  }
  .gnav .gnav__wrap__menu {
    width: 70%;
    margin: 0 auto;
    border-top: 1px solid #D4CFC6;
  }
  .gnav .gnav__wrap__menu__list {
    border-bottom: 1px solid #D4CFC6;
  }
  .gnav .gnav__wrap__menu__list p {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .gnav .gnav__wrap__menu__list p a, .gnav .gnav__wrap__menu__list p a:link a:visited {
    width: 100%;
    height: 52px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #7A7068;
    line-height: 1.0;
    padding: 0 30px;
    background: url(../img/arrow_p01.svg) no-repeat right 15px center;
    background-size: 8px;
  }
  .gnav .gnav__wrap__menu__list p a:hover {
    background: url(../img/arrow_p01.svg) no-repeat right 10px center;
    background-size: 8px;
    background-color: #F5F0E8;
  }
  .gnav .gnav__wrap__menu__list h3 {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 20px 30px 15px;
  }
  .gnav .gnav__wrap__menu__list ul {
    margin: 0 30px 20px;
  }
  .gnav .gnav__wrap__menu__list ul li {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .gnav .gnav__wrap__menu__list ul li a {
    width: 100%;
    height: 46px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../img/arrow_p01.svg) no-repeat right 15px center;
    background-size: 8px;
    background-color: #F5F0E8;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
  }
  .gnav .gnav__wrap__menu__list ul li:nth-child(n + 2) {
    margin-top: 5px;
  }
  .gnav .gnav__wrap__menu__contact {
    font-size: 1.6rem;
    margin: 30px 30px 0;
  }
  .gnav .gnav__wrap__menu__contact a, .gnav .gnav__wrap__menu__contact a:link a:visited {
    position: relative;
    color: #fff;
    font-weight: 500;
    width: 100%;
    height: 52px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #534099;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
  }
  .gnav .gnav__wrap__menu__contact a img, .gnav .gnav__wrap__menu__contact a:link a:visited img {
    width: 14px;
    margin-right: 6px;
  }
  .gnav .gnav__wrap__menu__contact a:hover {
    color: #fff;
    background-color: #403083;
  }
  .gnav .gnav__wrap__menu .accordion-area {
    list-style: none;
    width: 100%;
    margin: 0 auto;
  }
  .gnav .gnav__wrap__menu .accordion-area ul {
    margin: 0 0 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gnav .gnav__wrap__menu .accordion-area ul li {
    width: 49.6%;
    margin-bottom: 3px;
  }
  .gnav .gnav__wrap__menu .accordion-area ul li a {
    position: relative;
    width: 100%;
    height: 42px;
    color: #F5F0E8;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.05em;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #5699B2;
    padding: 0 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .gnav {
    background-color: #E8E2D9;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6000;
  }
  .gnav .gnav__wrap {
    position: relative;
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 60px;
  }
  .gnav .gnav__wrap__head {
    position: relative;
    width: 100%;
    height: 60px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4%;
  }
  .gnav .gnav__wrap__head__logo {
    position: relative;
    width: 94px;
  }
  .gnav .gnav__wrap__head__logo p {
    width: 100%;
  }
  .gnav .gnav__wrap__head__logo p img {
    width: 100%;
  }
  .gnav .gnav__wrap__menu {
    width: 100%;
    margin: 10px auto 0;
    border-top: 1px solid #D4CFC6;
  }
  .gnav .gnav__wrap__menu__list {
    border-bottom: 1px solid #D4CFC6;
  }
  .gnav .gnav__wrap__menu__list p {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .gnav .gnav__wrap__menu__list p a {
    width: 100%;
    height: 50px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #7A7068;
    line-height: 1.0;
    padding: 0 30px;
    background: url(../img/arrow_p01.svg) no-repeat right 15px center;
    background-size: 8px;
  }
  .gnav .gnav__wrap__menu__list h3 {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 15px 30px 12px;
  }
  .gnav .gnav__wrap__menu__list ul {
    margin: 0 30px 20px;
  }
  .gnav .gnav__wrap__menu__list ul li {
    font-size: 1.3rem;
  }
  .gnav .gnav__wrap__menu__list ul li a {
    width: 100%;
    height: 40px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../img/arrow_p01.svg) no-repeat right 15px center;
    background-size: 8px;
    background-color: #F5F0E8;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
  }
  .gnav .gnav__wrap__menu__list ul li:nth-child(n + 2) {
    margin-top: 5px;
  }
  .gnav .gnav__wrap__menu__contact {
    font-size: 1.5rem;
    margin: 20px 30px 0;
  }
  .gnav .gnav__wrap__menu__contact a {
    position: relative;
    color: #fff;
    font-weight: 500;
    width: 100%;
    height: 46px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #534099;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
  }
  .gnav .gnav__wrap__menu__contact a img {
    width: 14px;
    margin-right: 6px;
  }
  .gnav .gnav__wrap__menu .accordion-area {
    list-style: none;
    width: 100%;
    margin: 0 auto;
  }
  .gnav .gnav__wrap__menu .accordion-area ul {
    margin: 0 0 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gnav .gnav__wrap__menu .accordion-area ul li {
    width: 49.6%;
    margin-bottom: 3px;
  }
  .gnav .gnav__wrap__menu .accordion-area ul li a {
    position: relative;
    width: 100%;
    height: 42px;
    color: #F5F0E8;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.05em;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #5699B2;
    padding: 0 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
}

/* ########## nav_menu ########## */
/* ########## contact_btn ########## */
@media screen and (min-width: 1024px) {
  .contact_btn {
    display: none;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .contact_btn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contact_btn {
    position: fixed;
    width: 20%;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
  }
  .contact_btn img {
    width: 100%;
  }
}

/* ########## contact_btn ########## */
@media screen and (min-width: 1024px) {
  .footer {
    position: relative;
    width: 100%;
    margin-top: 160px;
  }
  .footer__cta {
    position: relative;
    width: 100%;
    padding-right: 100px;
    z-index: 3;
  }
  .footer__cta__contact {
    position: relative;
    width: 90%;
    height: 600px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../img/footer_cta_backimg.png) no-repeat center center;
    background-size: cover;
    background-color: #534099;
    margin: 0 auto 220px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .footer__cta__contact__detail {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .footer__cta__contact__detail__desc {
    position: relative;
    width: 100%;
  }
  .footer__cta__contact__detail__desc p {
    width: 72%;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.0;
    margin: 30px auto 0;
  }
  .footer__cta__contact__detail__desc h4 {
    width: 380px;
    margin: 40px auto 0;
  }
  .footer__detail {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(../img/footer_foot_backimg01.svg) no-repeat bottom -138px right -20px;
    background-size: 333px;
    background-color: #E8E2D9;
    padding: 100px 100px 0 0;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
  }
  .footer__detail__left {
    position: relative;
    width: 300px;
    margin-left: 4%;
  }
  .footer__detail__left__desc {
    position: relative;
    width: 100%;
  }
  .footer__detail__left__desc h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .footer__detail__left__desc h4 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    border: 1px solid #D4CFC6;
    font-weight: 500;
    padding: 12px 0;
    margin-top: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
  }
  .footer__detail__left__desc p {
    width: 200px;
    margin-bottom: 35px;
  }
  .footer__detail__left__desc p img {
    width: 100%;
  }
  .footer__detail__left__desc ul {
    position: relative;
    width: 100%;
  }
  .footer__detail__left__desc ul li {
    font-size: 1.3rem;
  }
  .footer__detail__left__desc ul li:nth-child(n + 2) {
    margin-top: 8px;
  }
  .footer__detail__right {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 4%;
  }
  .footer__detail__right__nav {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer__detail__right__nav__list {
    position: relative;
    width: 230px;
  }
  .footer__detail__right__nav__list p {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .footer__detail__right__nav__list p:nth-child(n + 2) {
    margin-top: 15px;
  }
  .footer__detail__right__nav__list ul {
    position: relative;
    width: 100%;
    margin-top: 12px;
    padding-bottom: 5px;
  }
  .footer__detail__right__nav__list ul li {
    position: relative;
    line-height: 1.4;
    font-size: 1.2rem;
    padding-left: 14px;
  }
  .footer__detail__right__nav__list ul li a, .footer__detail__right__nav__list ul li a:link a:visited {
    position: relative;
    color: #7A7068;
  }
  .footer__detail__right__nav__list ul li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #534099;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .footer__detail__right__nav__list ul li a:hover {
    color: #534099;
  }
  .footer__detail__right__nav__list ul li a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .footer__detail__right__nav__list ul li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .footer__detail__right__nav__list ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    width: 6px;
    height: 1px;
    background-color: #534099;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .footer__detail__right__nav__list h6 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 25px;
  }
  .footer__detail__right__nav__list h6 a, .footer__detail__right__nav__list h6 a:link a:visited {
    position: relative;
    width: 100%;
    height: 50px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.0;
    background-color: #534099;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
  }
  .footer__detail__right__nav__list h6 a img, .footer__detail__right__nav__list h6 a:link a:visited img {
    width: 20px;
    padding-right: 6px;
  }
  .footer__detail__right__nav__list h6 a:hover {
    color: #fff;
    background-color: #403083;
  }
  .footer__detail__copy {
    position: relative;
    width: 92%;
    padding: 40px 0 60px;
    margin: 80px auto 0;
    border-top: 1px solid #D4CFC6;
  }
  .footer__detail__copy p {
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0.05em;
  }
  .footer__detail__copy::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 300px;
    height: 1px;
    background-color: #534099;
  }
  .footer__detail::after {
    position: absolute;
    content: '';
    width: 591px;
    height: 238px;
    top: -238px;
    left: 0;
    background: url(../img/foot_backimg03.svg) no-repeat 0 0;
    background-size: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .footer {
    position: relative;
    width: 100%;
    margin-top: 140px;
  }
  .footer__cta {
    position: relative;
    width: 100%;
    padding-right: 90px;
    z-index: 3;
  }
  .footer__cta__contact {
    position: relative;
    width: 90%;
    height: 600px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../img/footer_cta_backimg.png) no-repeat center center;
    background-size: cover;
    background-color: #534099;
    margin: 0 auto 180px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .footer__cta__contact__detail {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .footer__cta__contact__detail__desc {
    position: relative;
    width: 100%;
  }
  .footer__cta__contact__detail__desc p {
    width: 80%;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.0;
    margin: 25px auto 0;
  }
  .footer__cta__contact__detail__desc h4 {
    width: 360px;
    margin: 30px auto 0;
  }
  .footer__detail {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: url(../img/footer_foot_backimg01.svg) no-repeat right -20px bottom -138px;
    background-size: 300px;
    background-color: #E8E2D9;
    padding: 100px 90px 0 5%;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
  }
  .footer__detail__left {
    position: relative;
    width: 44%;
  }
  .footer__detail__left__desc {
    position: relative;
    width: 100%;
  }
  .footer__detail__left__desc h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .footer__detail__left__desc h4 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #D4CFC6;
    font-weight: 500;
    padding: 12px 0;
    margin-top: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
  }
  .footer__detail__left__desc p {
    width: 160px;
    margin-bottom: 30px;
  }
  .footer__detail__left__desc p img {
    width: 100%;
  }
  .footer__detail__left__desc ul {
    position: relative;
    width: 100%;
  }
  .footer__detail__left__desc ul li {
    font-size: 1.2rem;
  }
  .footer__detail__left__desc ul li:nth-child(n + 2) {
    margin-top: 8px;
  }
  .footer__detail__right {
    position: relative;
    width: 50%;
    padding-right: 5%;
  }
  .footer__detail__right__nav {
    width: 100%;
  }
  .footer__detail__right__nav__list {
    position: relative;
    width: 100%;
  }
  .footer__detail__right__nav__list p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .footer__detail__right__nav__list ul {
    position: relative;
    width: 100%;
    margin-top: -5px;
    padding-bottom: 20px;
  }
  .footer__detail__right__nav__list ul li {
    position: relative;
    line-height: 1.4;
    font-size: 1.2rem;
    font-weight: 500;
    padding-left: 14px;
  }
  .footer__detail__right__nav__list ul li a, .footer__detail__right__nav__list ul li a:link a:visited {
    position: relative;
    color: #7A7068;
  }
  .footer__detail__right__nav__list ul li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #534099;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .footer__detail__right__nav__list ul li a:hover {
    color: #534099;
  }
  .footer__detail__right__nav__list ul li a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .footer__detail__right__nav__list ul li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .footer__detail__right__nav__list ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    width: 6px;
    height: 1px;
    background-color: #534099;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .footer__detail__right__nav__list h6 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 25px;
  }
  .footer__detail__right__nav__list h6 a, .footer__detail__right__nav__list h6 a:link a:visited {
    position: relative;
    width: 100%;
    height: 50px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.0;
    background-color: #534099;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
  }
  .footer__detail__right__nav__list h6 a img, .footer__detail__right__nav__list h6 a:link a:visited img {
    width: 20px;
    padding-right: 6px;
  }
  .footer__detail__right__nav__list h6 a:hover {
    color: #fff;
    background-color: #403083;
  }
  .footer__detail__copy {
    position: relative;
    width: 95%;
    padding: 30px 0 40px;
    margin: 80px 0 0;
    border-top: 1px solid #D4CFC6;
  }
  .footer__detail__copy p {
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0.05em;
  }
  .footer__detail::after {
    position: absolute;
    content: '';
    width: 460px;
    height: 240px;
    top: -240px;
    left: 0;
    background: url(../img/foot_backimg03.svg) no-repeat right top;
    background-size: 120%;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    position: relative;
    width: 100%;
    margin-top: 120px;
  }
  .footer__cta {
    position: relative;
    width: 100%;
    z-index: 3;
  }
  .footer__cta__contact {
    position: relative;
    width: 100%;
    height: 650px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../img/sp_footer_cta_backimg.png) no-repeat center center;
    background-size: cover;
    background-color: #534099;
    margin: 0 auto 160px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
  }
  .footer__cta__contact__detail {
    position: relative;
    width: 100%;
  }
  .footer__cta__contact__detail__desc {
    position: relative;
    width: 76%;
    margin: 0 auto;
  }
  .footer__cta__contact__detail__desc p {
    text-align: justify;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.0;
    margin: 20px auto 0;
  }
  .footer__cta__contact__detail__desc h4 {
    width: 100%;
    margin: 30px auto 0;
  }
  .footer__detail {
    position: relative;
    width: 100%;
    background: url(../img/sp_footer_foot_backimg01.svg) no-repeat right -20px bottom -12px;
    background-size: 180px;
    background-color: #E8E2D9;
    padding: 65px 0 0;
    border-radius: 18px 18px 0 0;
    -webkit-border-radius: 18px 18px 0 0;
    -moz-border-radius: 18px 18px 0 0;
  }
  .footer__detail__left {
    position: relative;
    width: 100%;
    padding: 0 12%;
  }
  .footer__detail__left__desc {
    position: relative;
    width: 100%;
  }
  .footer__detail__left__desc h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .footer__detail__left__desc h4 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    border: 1px solid #D4CFC6;
    font-weight: 500;
    padding: 10px 0;
    margin-top: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
  }
  .footer__detail__left__desc p {
    width: 160px;
    margin: 0 auto 35px;
  }
  .footer__detail__left__desc p img {
    width: 100%;
  }
  .footer__detail__left__desc ul {
    position: relative;
    width: 100%;
  }
  .footer__detail__left__desc ul li {
    font-size: 1.3rem;
  }
  .footer__detail__left__desc ul li:nth-child(n + 2) {
    margin-top: 8px;
  }
  .footer__detail__right {
    display: none;
  }
  .footer__detail__right__nav {
    display: none;
  }
  .footer__detail__copy {
    width: 92%;
    border-top: 1px solid #D4CFC6;
    margin: 65px auto 0;
    padding: 25px 0 40px;
  }
  .footer__detail__copy p {
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0.05em;
  }
  .footer__detail::after {
    position: absolute;
    content: '';
    width: 160px;
    height: 140px;
    top: -140px;
    left: 0;
    background: url(../img/foot_backimg03.svg) no-repeat right top;
    background-size: 160%;
    z-index: 1;
  }
}

/* ###### title_sp ##### */
@media screen and (min-width: 1024px) {
  .title_sp {
    position: relative;
    width: 100%;
    padding-bottom: 45px;
  }
  .title_sp h1 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .title_sp h2 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .title_sp p {
    font-family: "Jost", sans-serif;
    font-weight: 450;
    line-height: 1.0;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    background: url(../img/cat_foot_b.svg) no-repeat 0px 0px;
    background-size: 11px;
    padding-left: 17px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .title_sp {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
  }
  .title_sp h1 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .title_sp h2 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .title_sp p {
    font-family: "Jost", sans-serif;
    font-weight: 450;
    line-height: 1.0;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    background: url(../img/cat_foot_b.svg) no-repeat 0px 2px;
    background-size: 10px;
    padding-left: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .title_sp {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
  }
  .title_sp h1 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .title_sp h2 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .title_sp p {
    font-family: "Jost", sans-serif;
    font-weight: 450;
    line-height: 1.0;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    line-height: 1.2;
    background: url(../img/cat_foot_b.svg) no-repeat 0 1px;
    background-size: 10px;
    padding-left: 16px;
    margin-bottom: 10px;
  }
}

/* ###### title_sp ##### */
/* ###### cta_title_sp ##### */
@media screen and (min-width: 1024px) {
  .cta_title_sp {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .cta_title_sp h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .cta_title_sp h2 br {
    display: none;
  }
  .cta_title_sp p {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 450;
    line-height: 1.0;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .cta_title_sp p img {
    width: 17px;
    padding-right: 6px;
    padding-bottom: 1px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .cta_title_sp {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .cta_title_sp h2 {
    color: #fff;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.7;
  }
  .cta_title_sp p {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 450;
    line-height: 1.0;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .cta_title_sp p img {
    width: 17px;
    padding-right: 6px;
    padding-bottom: 1px;
  }
}

@media screen and (max-width: 767px) {
  .cta_title_sp {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .cta_title_sp h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.7;
  }
  .cta_title_sp p {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 450;
    line-height: 1.0;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .cta_title_sp p img {
    width: 17px;
    padding-right: 6px;
    padding-bottom: 1px;
  }
}

/* ###### cta_title_sp ##### */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  html, body {
    font-size: 62.5%;
    overflow: visible;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  html, body {
    font-size: 62.5%;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    font-size: 62.5%;
    overflow: visible;
    overflow-x: hidden;
  }
}

body {
  height: 100%;
  color: #7A7068;
  background-color: #F5F0E8;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 1024px) {
  ol, ul {
    list-style: none;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  h1 {
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  h2 {
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  h3 {
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  h4 {
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  h5 {
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  h6 {
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  p {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  dl {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  ol, ul {
    list-style: none;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  h1 {
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  h2 {
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  h3 {
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  h4 {
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  h5 {
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  h6 {
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  p {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  dl {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) {
  ol, ul {
    list-style: none;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  h1 {
    font-weight: 500;
    letter-spacing: 0.025em;
  }
  h2 {
    font-weight: 500;
    letter-spacing: 0.025em;
  }
  h3 {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  h4 {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  h5 {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  h6 {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  p {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  dl {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: bottom;
}

a, a:link a:visited {
  color: #7A7068;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

a:hover {
  color: #534099;
  text-decoration: none;
}

a.imghover:link img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.imghover:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.imghover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.imghover:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

input:-internal-autofill-selected {
  background-color: #F5F0E8;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* ########## container ########## */
@media screen and (min-width: 1024px) {
  .container {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -moz-animation: fadeIn 2s ease 0s 1 normal;
    -o-animation: fadeIn 2s ease 0s 1 normal;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .container {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -moz-animation: fadeIn 2s ease 0s 1 normal;
    -o-animation: fadeIn 2s ease 0s 1 normal;
  }
}

@media screen and (max-width: 767px) {
  .container {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -moz-animation: fadeIn 2s ease 0s 1 normal;
    -o-animation: fadeIn 2s ease 0s 1 normal;
  }
}

/* ########## container ########## */
/* ########## index_contents ########## */
@media screen and (min-width: 1024px) {
  .index_contents {
    position: relative;
    width: 100%;
    background-color: #E8E2D9;
    margin: 0 auto;
  }
  .index_contents__main {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../img/foot_backimg01.svg), url(../img/foot_backimg02.svg);
    background-position: top 0 left 10px, bottom right;
    background-repeat: no-repeat, no-repeat;
    background-size: 333px, 592px;
    background-color: #F5F0E8;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
  }
  .index_contents__main__catch {
    position: absolute;
    width: 45%;
    bottom: 64px;
    left: 5%;
    z-index: 5;
  }
  .index_contents__main__catch p.catch01 {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: opacity 0.3s ease, -webkit-clip-path 1s ease;
    transition: opacity 0.3s ease, -webkit-clip-path 1s ease;
    transition: clip-path 1s ease, opacity 0.3s ease;
    transition: clip-path 1s ease, opacity 0.3s ease, -webkit-clip-path 1s ease;
  }
  .index_contents__main__catch p.catch01 img {
    width: 100%;
  }
  .index_contents__main__catch p.catch01.is-active {
    opacity: 1;
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
  .index_contents__main__catch p.catch02 {
    display: none;
  }
  .index_contents__main__catch p:nth-child(n + 2) {
    margin-top: 15px;
  }
  .index_contents__main__full {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease 0.3s;
    transition: opacity 0.6s ease 0.3s;
  }
  .index_contents__main__full.swiper-initialized {
    opacity: 1;
  }
  .index_contents__main__full .slide-content_yoko {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .index_contents__main__full .slide-content_tate {
    display: none;
  }
  .index_contents__main__full .swiper-slide {
    width: 55%;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    /* 左右のスライドのサイズ */
    opacity: 1;
  }
  .index_contents__main__full .swiper-slide img {
    height: auto;
    width: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
  .index_contents__main__full .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 1;
  }
  .index_contents__main .main_swiper-pagination {
    position: absolute;
    right: 0;
    bottom: 70px;
    z-index: 10;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    padding-right: 160px;
  }
  .index_contents__main .main_swiper-pagination span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #E8E2D9;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    margin: 0 !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .index_contents__main .main_swiper-pagination .swiper-pagination-bullet-active {
    background-color: #534099;
  }
  .index_contents__detail {
    position: relative;
    width: 100%;
    background-color: #F5F0E8;
  }
  .index_contents__detail__event {
    position: relative;
    width: 100%;
    padding: 140px 100px 120px 0;
    background: url(../img/foot_backimg04.svg) no-repeat top 15px right -7px;
    background-size: 333px;
    background-color: #E8E2D9;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    margin-bottom: 140px;
  }
  .index_contents__detail__event__title {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .index_contents__detail__event__list {
    position: relative;
    width: 90%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .index_contents__detail__event__list__sp {
    position: relative;
    width: 31.5%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 2.75%;
    background-color: #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
  .index_contents__detail__event__list__sp__img {
    position: relative;
    width: 100%;
    border-radius: 14px 14px 0 0;
    -webkit-border-radius: 14px 14px 0 0;
    -moz-border-radius: 14px 14px 0 0;
    overflow: hidden;
  }
  .index_contents__detail__event__list__sp__img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .index_contents__detail__event__list__sp__img .caption {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
  }
  .index_contents__detail__event__list__sp__img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .index_contents__detail__event__list__sp__img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .index_contents__detail__event__list__sp__img:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .index_contents__detail__event__list__sp__desc {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .index_contents__detail__event__list__sp__desc h3 {
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 700;
    margin: 0 30px;
  }
  .index_contents__detail__event__list__sp__option {
    position: relative;
    width: 100%;
    margin-top: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #D4CFC6;
    padding: 18px 28px;
  }
  .index_contents__detail__event__list__sp__option li.cat_style {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.0;
    font-weight: 500;
  }
  .index_contents__detail__event__list__sp__option li.cat_style a, .index_contents__detail__event__list__sp__option li.cat_style a:link a:visited {
    position: relative;
    display: block;
    color: #7A7068;
    background-color: #F5F0E8;
    padding: 8px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .index_contents__detail__event__list__sp__option li.cat_style a:hover {
    color: #fff;
    background-color: #534099;
  }
  .index_contents__detail__event__list__sp__option li.time_style {
    font-size: 1.1rem;
  }
  .index_contents__detail__event__list__sp__option li.time_style img {
    width: 18px;
    padding-right: 6px;
    padding-bottom: 1px;
  }
  .index_contents__detail__event__list__sp:nth-child(3n) {
    margin-right: 0;
  }
  .index_contents__detail__event__list__sp:nth-child(4) {
    display: none;
  }
  .index_contents__detail__event__list__none {
    position: relative;
    width: 100%;
    background-color: #F5F0E8;
    padding: 40px 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
  }
  .index_contents__detail__event__list__none p {
    text-align: center;
    font-size: 1.5rem;
  }
  .index_contents__detail__event h4 {
    max-width: 340px;
    margin: 45px auto 0;
  }
  .index_contents__detail__concept {
    position: relative;
    width: 90%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background: url(../../img/index_img/index_concept_backimg.svg) no-repeat center center;
    background-size: 70%;
    margin: 0 auto 140px;
  }
  .index_contents__detail__concept__img {
    position: relative;
    width: 50%;
  }
  .index_contents__detail__concept__txt {
    position: relative;
    width: 50%;
    padding-right: 60px;
  }
  .index_contents__detail__concept__txt .title_sp {
    padding-bottom: 0;
  }
  .index_contents__detail__concept__txt h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.7;
  }
  .index_contents__detail__concept__txt p {
    font-size: 1.5rem;
    line-height: 2.0;
    margin-top: 30px;
  }
  .index_contents__detail__concept__txt h4 {
    max-width: 340px;
    margin-top: 40px;
  }
  .index_contents__detail__concept__txt h6 {
    font-family: "Jost", sans-serif;
    font-weight: 450;
    line-height: 1.0;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    background: url(../img/cat_foot_b.svg) no-repeat 0px 0px;
    background-size: 11px;
    padding-left: 17px;
    margin-bottom: 10px;
  }
  .index_contents__detail__feature {
    position: relative;
    width: 100%;
    padding: 120px 100px 120px 0;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .index_contents__detail__feature .title_sp {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .index_contents__detail__feature__list {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .index_contents__detail__feature__list__sp01 {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    background: url(../../img/index_img/index_feature_num01.svg) no-repeat top right;
    background-size: 333px;
  }
  .index_contents__detail__feature__list__sp01__img {
    position: relative;
    width: 60%;
  }
  .index_contents__detail__feature__list__sp01__img p {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp01__img p img {
    width: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
  .index_contents__detail__feature__list__sp01__img h6 {
    position: absolute;
    top: -20px;
    right: -50px;
    width: 100px;
    z-index: 3;
  }
  .index_contents__detail__feature__list__sp01__img h6 img {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp01__txt {
    position: relative;
    width: 40%;
    padding: 0 60px;
  }
  .index_contents__detail__feature__list__sp01__txt h3 {
    font-size: 2.2rem;
    color: #534099;
    font-weight: 700;
  }
  .index_contents__detail__feature__list__sp01__txt p {
    font-size: 1.5rem;
    line-height: 2.0;
    margin-top: 30px;
  }
  .index_contents__detail__feature__list__sp01__txt h4 {
    width: 300px;
    margin-top: 30px;
  }
  .index_contents__detail__feature__list__sp02 {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px auto 0;
    background: url(../../img/index_img/index_feature_num02.svg) no-repeat top left;
    background-size: 333px;
  }
  .index_contents__detail__feature__list__sp02__img {
    position: relative;
    width: 60%;
  }
  .index_contents__detail__feature__list__sp02__img p {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp02__img p img {
    width: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
  .index_contents__detail__feature__list__sp02__img h6 {
    position: absolute;
    top: -20px;
    left: -50px;
    width: 100px;
    z-index: 3;
  }
  .index_contents__detail__feature__list__sp02__img h6 img {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp02__txt {
    position: relative;
    width: 40%;
    padding: 0 60px;
  }
  .index_contents__detail__feature__list__sp02__txt h3 {
    font-size: 2.2rem;
    color: #534099;
    font-weight: 700;
  }
  .index_contents__detail__feature__list__sp02__txt p {
    font-size: 1.5rem;
    line-height: 2.0;
    margin-top: 30px;
  }
  .index_contents__detail__feature__list__sp02__txt h4 {
    width: 300px;
    margin-top: 30px;
  }
  .index_contents__detail__feature__list__sp03 {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px auto 0;
    background: url(../../img/index_img/index_feature_num03.svg) no-repeat top right;
    background-size: 333px;
  }
  .index_contents__detail__feature__list__sp03__img {
    position: relative;
    width: 60%;
  }
  .index_contents__detail__feature__list__sp03__img p {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp03__img p img {
    width: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
  .index_contents__detail__feature__list__sp03__img h6 {
    position: absolute;
    top: -20px;
    right: -50px;
    width: 100px;
    z-index: 3;
  }
  .index_contents__detail__feature__list__sp03__img h6 img {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp03__txt {
    position: relative;
    width: 40%;
    padding: 0 60px;
  }
  .index_contents__detail__feature__list__sp03__txt h3 {
    font-size: 2.2rem;
    color: #534099;
    font-weight: 700;
  }
  .index_contents__detail__feature__list__sp03__txt p {
    font-size: 1.5rem;
    line-height: 2.0;
    margin-top: 30px;
  }
  .index_contents__detail__feature__list__sp03__txt h4 {
    width: 300px;
    margin-top: 30px;
  }
  .index_contents__detail__works {
    position: relative;
    width: 100%;
    margin-top: 140px;
    padding-bottom: 120px;
  }
  .index_contents__detail__works .title_sp {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .index_contents__detail__works__list {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5%;
    padding-bottom: 55px;
  }
  .index_contents__detail__works__list__sp {
    position: relative;
    width: 25%;
  }
  .index_contents__detail__works__list__sp__img {
    position: relative;
    width: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    overflow: hidden;
  }
  .index_contents__detail__works__list__sp__img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .index_contents__detail__works__list__sp__img .caption {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
  }
  .index_contents__detail__works__list__sp__img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .index_contents__detail__works__list__sp__img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .index_contents__detail__works__list__sp__img:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .index_contents__detail__works__list__sp__desc {
    position: relative;
    width: 100%;
    padding-top: 20px;
  }
  .index_contents__detail__works__list__sp__desc h3 {
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .index_contents__detail__works__list__sp__option {
    position: relative;
    width: 100%;
    margin-top: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #D4CFC6;
    padding-top: 15px;
  }
  .index_contents__detail__works__list__sp__option li.cat_style {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.0;
    font-weight: 500;
  }
  .index_contents__detail__works__list__sp__option li.cat_style a, .index_contents__detail__works__list__sp__option li.cat_style a:link a:visited {
    position: relative;
    display: block;
    color: #534099;
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .index_contents__detail__works__list__sp__option li.cat_style a:hover {
    color: #fff;
    background-color: #534099;
  }
  .index_contents__detail__works__list__sp__option li.time_style {
    font-size: 1.1rem;
  }
  .index_contents__detail__works__list__sp__option li.time_style img {
    width: 18px;
    padding-right: 6px;
    padding-bottom: 1px;
  }
  .index_contents__detail__works__list__none {
    position: relative;
    width: calc((100% - 100px));
    background-color: #fff;
    padding: 40px 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin-left: auto;
    margin-right: calc(100px + (100% - 100px) * 0.05);
  }
  .index_contents__detail__works__list__none p {
    text-align: center;
    font-size: 1.5rem;
  }
  .index_contents__detail__works__list .swiper-pagination {
    position: absolute;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0 !important;
    padding-right: 100px;
    z-index: 10;
  }
  .index_contents__detail__works__list .swiper-pagination span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #E8E2D9 !important;
    margin: 0 7px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    opacity: 1;
  }
  .index_contents__detail__works__list .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #534099 !important;
  }
  .index_contents__detail__works h4 {
    max-width: 440px;
    margin: 45px auto 0;
    padding-right: 100px;
  }
  .index_contents__detail__blog {
    position: relative;
    width: 100%;
    margin-bottom: 140px;
    padding-right: 100px;
  }
  .index_contents__detail__blog .title_sp {
    width: 90%;
    margin: 0 auto;
  }
  .index_contents__detail__blog__list {
    position: relative;
    width: 90%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .index_contents__detail__blog__list__sp {
    position: relative;
    width: 31.5%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 2.75%;
  }
  .index_contents__detail__blog__list__sp__img {
    position: relative;
    width: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    overflow: hidden;
  }
  .index_contents__detail__blog__list__sp__img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .index_contents__detail__blog__list__sp__img .caption {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
  }
  .index_contents__detail__blog__list__sp__img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .index_contents__detail__blog__list__sp__img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .index_contents__detail__blog__list__sp__img:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .index_contents__detail__blog__list__sp__desc {
    position: relative;
    width: 100%;
    padding-top: 20px;
  }
  .index_contents__detail__blog__list__sp__desc h3 {
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .index_contents__detail__blog__list__sp__option {
    position: relative;
    width: 100%;
    margin-top: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #D4CFC6;
    padding: 18px 0 0;
  }
  .index_contents__detail__blog__list__sp__option li.cat_style {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.0;
    font-weight: 500;
  }
  .index_contents__detail__blog__list__sp__option li.cat_style a, .index_contents__detail__blog__list__sp__option li.cat_style a:link a:visited {
    position: relative;
    display: block;
    color: #534099;
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .index_contents__detail__blog__list__sp__option li.cat_style a:hover {
    color: #fff;
    background-color: #534099;
  }
  .index_contents__detail__blog__list__sp__option li.time_style {
    font-size: 1.1rem;
  }
  .index_contents__detail__blog__list__sp__option li.time_style img {
    width: 18px;
    padding-right: 6px;
    padding-bottom: 1px;
  }
  .index_contents__detail__blog__list__sp:nth-child(3n) {
    margin-right: 0;
  }
  .index_contents__detail__blog__list__sp:nth-child(4) {
    display: none;
  }
  .index_contents__detail__blog__list__none {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 40px 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
  }
  .index_contents__detail__blog__list__none p {
    text-align: center;
    font-size: 1.5rem;
  }
  .index_contents__detail__blog h4 {
    max-width: 340px;
    margin: 45px auto 0;
  }
  .index_contents__detail__company {
    position: relative;
    width: 100%;
    margin: 140px auto 220px;
    z-index: 3;
  }
  .index_contents__detail__company__desc {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .index_contents__detail__company__desc__txt {
    width: 50%;
    padding-left: 5%;
    padding-right: 60px;
  }
  .index_contents__detail__company__desc__txt__sp {
    width: 100%;
  }
  .index_contents__detail__company__desc__txt__sp h3 {
    font-size: 2.2rem;
    line-height: 1.8;
    font-weight: 600;
  }
  .index_contents__detail__company__desc__txt__sp p {
    font-size: 1.5rem;
    line-height: 2.0;
    margin-top: 30px;
  }
  .index_contents__detail__company__desc__txt__sp h4 {
    max-width: 340px;
    margin-top: 40px;
  }
  .index_contents__detail__company__desc__img {
    width: 50%;
  }
  .index_contents__detail__company__desc__img p {
    width: 100%;
  }
  .index_contents__detail__company__desc__img p img {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .index_contents {
    position: relative;
    width: 100%;
    background-color: #E8E2D9;
  }
  .index_contents__main {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/foot_backimg01.svg), url(../img/foot_backimg02.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 0 left 10px, bottom right -40px;
    background-size: 300px, 440px;
    background-color: #F5F0E8;
    border-radius: 0 0 18px 18px;
    -webkit-border-radius: 0 0 18px 18px;
    -moz-border-radius: 0 0 18px 18px;
  }
  .index_contents__main__catch {
    position: absolute;
    width: 50%;
    bottom: 5%;
    left: 5%;
    z-index: 5;
  }
  .index_contents__main__catch p.catch01 {
    display: none;
  }
  .index_contents__main__catch p.catch02 {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: opacity 0.3s ease, -webkit-clip-path 1s ease;
    transition: opacity 0.3s ease, -webkit-clip-path 1s ease;
    transition: clip-path 1s ease, opacity 0.3s ease;
    transition: clip-path 1s ease, opacity 0.3s ease, -webkit-clip-path 1s ease;
  }
  .index_contents__main__catch p.catch02 img {
    width: 100%;
  }
  .index_contents__main__catch p.catch02.is-active {
    opacity: 1;
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
  .index_contents__main__catch p:nth-child(n + 2) {
    margin-top: 8px;
  }
  .index_contents__main__full {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease 0.3s;
    transition: opacity 0.6s ease 0.3s;
  }
  .index_contents__main__full.swiper-initialized {
    opacity: 1;
  }
  .index_contents__main__full .slide-content_yoko {
    display: none;
  }
  .index_contents__main__full .slide-content_tate {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .index_contents__main__full .swiper-slide {
    width: 50%;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    /* 左右のスライドのサイズ */
    opacity: 1;
  }
  .index_contents__main__full .swiper-slide img {
    height: auto;
    width: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
  .index_contents__main__full .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 1;
  }
  .index_contents__main .main_swiper-pagination {
    display: none;
  }
  .index_contents__detail {
    position: relative;
    width: 100%;
    background-color: #F5F0E8;
  }
  .index_contents__detail__event {
    position: relative;
    width: 100%;
    padding: 120px 90px 100px 0;
    background: url(../img/foot_backimg04.svg) no-repeat top 15px right -7px;
    background-size: 300px;
    background-color: #E8E2D9;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    margin-bottom: 140px;
  }
  .index_contents__detail__event__title {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .index_contents__detail__event__list {
    position: relative;
    width: 90%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .index_contents__detail__event__list__sp {
    position: relative;
    width: 48%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
  .index_contents__detail__event__list__sp__img {
    position: relative;
    width: 100%;
    border-radius: 14px 14px 0 0;
    -webkit-border-radius: 14px 14px 0 0;
    -moz-border-radius: 14px 14px 0 0;
    overflow: hidden;
  }
  .index_contents__detail__event__list__sp__img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .index_contents__detail__event__list__sp__img .caption {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
  }
  .index_contents__detail__event__list__sp__img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .index_contents__detail__event__list__sp__img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .index_contents__detail__event__list__sp__img:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .index_contents__detail__event__list__sp__desc {
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .index_contents__detail__event__list__sp__desc h3 {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 700;
    margin: 0 25px;
  }
  .index_contents__detail__event__list__sp__option {
    position: relative;
    width: 100%;
    margin-top: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #D4CFC6;
    padding: 15px 23px;
  }
  .index_contents__detail__event__list__sp__option li.cat_style {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.0;
    font-weight: 500;
  }
  .index_contents__detail__event__list__sp__option li.cat_style a, .index_contents__detail__event__list__sp__option li.cat_style a:link a:visited {
    position: relative;
    display: block;
    color: #7A7068;
    background-color: #F5F0E8;
    padding: 8px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .index_contents__detail__event__list__sp__option li.cat_style a:hover {
    color: #fff;
    background-color: #534099;
  }
  .index_contents__detail__event__list__sp__option li.time_style {
    font-size: 1rem;
  }
  .index_contents__detail__event__list__sp__option li.time_style img {
    width: 18px;
    padding-right: 6px;
    padding-bottom: 1px;
  }
  .index_contents__detail__event__list__sp:nth-child(n + 3) {
    margin-top: 30px;
  }
  .index_contents__detail__event__list__none {
    position: relative;
    width: 100%;
    background-color: #F5F0E8;
    padding: 30px 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
  }
  .index_contents__detail__event__list__none p {
    text-align: center;
    font-size: 1.5rem;
  }
  .index_contents__detail__event h4 {
    width: 320px;
    margin: 40px auto 0;
  }
  .index_contents__detail__concept {
    position: relative;
    width: 90%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background: url(../../img/index_img/index_concept_backimg.svg) no-repeat center center;
    background-size: 70%;
    margin: 0 auto 140px;
  }
  .index_contents__detail__concept__img {
    position: relative;
    width: 50%;
  }
  .index_contents__detail__concept__txt {
    position: relative;
    width: 50%;
    padding-right: 60px;
  }
  .index_contents__detail__concept__txt .title_sp {
    padding-bottom: 0;
  }
  .index_contents__detail__concept__txt h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .index_contents__detail__concept__txt p {
    font-size: 1.5rem;
    line-height: 2.0;
    margin-top: 25px;
  }
  .index_contents__detail__concept__txt h4 {
    width: 320px;
    margin-top: 40px;
  }
  .index_contents__detail__concept__txt h6 {
    font-family: "Jost", sans-serif;
    font-weight: 450;
    line-height: 1.0;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    background: url(../img/cat_foot_b.svg) no-repeat 0px 2px;
    background-size: 10px;
    padding-left: 16px;
    margin-bottom: 10px;
  }
  .index_contents__detail__feature {
    position: relative;
    width: 100%;
    padding: 120px 0;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .index_contents__detail__feature .title_sp {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .index_contents__detail__feature__list {
    position: relative;
    width: 100%;
  }
  .index_contents__detail__feature__list__sp01 {
    position: relative;
    width: 100%;
    background: url(../../img/index_img/index_feature_num01.svg) no-repeat top 0 right 70px;
    background-size: 260px;
    padding: 0 5%;
  }
  .index_contents__detail__feature__list__sp01__img {
    position: relative;
    width: 60%;
  }
  .index_contents__detail__feature__list__sp01__img p {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp01__img p img {
    width: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
  .index_contents__detail__feature__list__sp01__img h6 {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    z-index: 3;
  }
  .index_contents__detail__feature__list__sp01__img h6 img {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp01__txt {
    position: relative;
    width: 70%;
    padding: 40px 90px 0 40px;
    background-color: #fff;
    margin: -40px 0 0 30%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
  .index_contents__detail__feature__list__sp01__txt h3 {
    font-size: 2rem;
    color: #534099;
    font-weight: 700;
  }
  .index_contents__detail__feature__list__sp01__txt p {
    font-size: 1.5rem;
    line-height: 2.0;
    margin-top: 25px;
  }
  .index_contents__detail__feature__list__sp01__txt h4 {
    width: 320px;
    margin-top: 30px;
  }
  .index_contents__detail__feature__list__sp02 {
    position: relative;
    width: 100%;
    background: url(../../img/index_img/index_feature_num02.svg) no-repeat top 0 right 70px;
    background-size: 260px;
    padding: 0 5%;
    margin-top: 45px;
  }
  .index_contents__detail__feature__list__sp02__img {
    position: relative;
    width: 60%;
  }
  .index_contents__detail__feature__list__sp02__img p {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp02__img p img {
    width: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
  .index_contents__detail__feature__list__sp02__img h6 {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    z-index: 3;
  }
  .index_contents__detail__feature__list__sp02__img h6 img {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp02__txt {
    position: relative;
    width: 70%;
    padding: 40px 90px 0 40px;
    background-color: #fff;
    margin: -40px 0 0 30%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
  .index_contents__detail__feature__list__sp02__txt h3 {
    font-size: 2rem;
    color: #534099;
    font-weight: 700;
  }
  .index_contents__detail__feature__list__sp02__txt p {
    font-size: 1.5rem;
    line-height: 2.0;
    margin-top: 25px;
  }
  .index_contents__detail__feature__list__sp02__txt h4 {
    width: 320px;
    margin-top: 30px;
  }
  .index_contents__detail__feature__list__sp03 {
    position: relative;
    width: 100%;
    background: url(../../img/index_img/index_feature_num03.svg) no-repeat top 0 right 70px;
    background-size: 260px;
    padding: 0 5%;
    margin-top: 45px;
  }
  .index_contents__detail__feature__list__sp03__img {
    position: relative;
    width: 60%;
  }
  .index_contents__detail__feature__list__sp03__img p {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp03__img p img {
    width: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
  .index_contents__detail__feature__list__sp03__img h6 {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    z-index: 3;
  }
  .index_contents__detail__feature__list__sp03__img h6 img {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp03__txt {
    position: relative;
    width: 70%;
    padding: 40px 90px 0 40px;
    background-color: #fff;
    margin: -40px 0 0 30%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
  .index_contents__detail__feature__list__sp03__txt h3 {
    font-size: 2rem;
    color: #534099;
    font-weight: 700;
  }
  .index_contents__detail__feature__list__sp03__txt p {
    font-size: 1.5rem;
    line-height: 2.0;
    margin-top: 25px;
  }
  .index_contents__detail__feature__list__sp03__txt h4 {
    width: 320px;
    margin-top: 30px;
  }
  .index_contents__detail__works {
    position: relative;
    width: 100%;
    margin-top: 120px;
  }
  .index_contents__detail__works .title_sp {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .index_contents__detail__works__list {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5%;
    padding-bottom: 50px;
  }
  .index_contents__detail__works__list__sp {
    position: relative;
    width: 25%;
  }
  .index_contents__detail__works__list__sp__img {
    position: relative;
    width: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    overflow: hidden;
  }
  .index_contents__detail__works__list__sp__img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .index_contents__detail__works__list__sp__img .caption {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
  }
  .index_contents__detail__works__list__sp__img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .index_contents__detail__works__list__sp__img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .index_contents__detail__works__list__sp__img:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .index_contents__detail__works__list__sp__desc {
    position: relative;
    width: 100%;
    padding-top: 15px;
  }
  .index_contents__detail__works__list__sp__desc h3 {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .index_contents__detail__works__list__sp__option {
    position: relative;
    width: 100%;
    margin-top: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #D4CFC6;
    padding-top: 15px;
  }
  .index_contents__detail__works__list__sp__option li.cat_style {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.0;
    font-weight: 500;
  }
  .index_contents__detail__works__list__sp__option li.cat_style a, .index_contents__detail__works__list__sp__option li.cat_style a:link a:visited {
    position: relative;
    display: block;
    color: #534099;
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .index_contents__detail__works__list__sp__option li.cat_style a:hover {
    color: #fff;
    background-color: #534099;
  }
  .index_contents__detail__works__list__sp__option li.time_style {
    font-size: 1rem;
  }
  .index_contents__detail__works__list__sp__option li.time_style img {
    width: 18px;
    padding-right: 6px;
    padding-bottom: 1px;
  }
  .index_contents__detail__works__list__none {
    position: relative;
    width: calc((100% - 100px) * 0.9);
    background-color: #fff;
    padding: 30px 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin-left: auto;
    margin-right: calc(100px + (100% - 100px) * 0.05);
  }
  .index_contents__detail__works__list__none p {
    text-align: center;
    font-size: 1.5rem;
  }
  .index_contents__detail__works__list .swiper-pagination {
    position: absolute;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0 !important;
    padding-right: 90px;
    z-index: 10;
  }
  .index_contents__detail__works__list .swiper-pagination span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #E8E2D9 !important;
    margin: 0 7px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    opacity: 1;
  }
  .index_contents__detail__works__list .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #534099 !important;
  }
  .index_contents__detail__works h4 {
    width: 420px;
    margin: 45px auto 0;
    padding-right: 100px;
  }
  .index_contents__detail__blog {
    position: relative;
    width: 100%;
    margin: 120px 0;
    padding-right: 90px;
  }
  .index_contents__detail__blog .title_sp {
    width: 90%;
    margin: 0 auto;
  }
  .index_contents__detail__blog__list {
    position: relative;
    width: 90%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .index_contents__detail__blog__list__sp {
    position: relative;
    width: 48%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index_contents__detail__blog__list__sp__img {
    position: relative;
    width: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    overflow: hidden;
  }
  .index_contents__detail__blog__list__sp__img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .index_contents__detail__blog__list__sp__img .caption {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
  }
  .index_contents__detail__blog__list__sp__img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .index_contents__detail__blog__list__sp__img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .index_contents__detail__blog__list__sp__img:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .index_contents__detail__blog__list__sp__desc {
    position: relative;
    width: 100%;
    padding-top: 15px;
  }
  .index_contents__detail__blog__list__sp__desc h3 {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .index_contents__detail__blog__list__sp__option {
    position: relative;
    width: 100%;
    margin-top: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #D4CFC6;
    padding-top: 15px;
  }
  .index_contents__detail__blog__list__sp__option li.cat_style {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.0;
    font-weight: 500;
  }
  .index_contents__detail__blog__list__sp__option li.cat_style a, .index_contents__detail__blog__list__sp__option li.cat_style a:link a:visited {
    position: relative;
    display: block;
    color: #534099;
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .index_contents__detail__blog__list__sp__option li.cat_style a:hover {
    color: #fff;
    background-color: #534099;
  }
  .index_contents__detail__blog__list__sp__option li.time_style {
    font-size: 1rem;
  }
  .index_contents__detail__blog__list__sp__option li.time_style img {
    width: 18px;
    padding-right: 6px;
    padding-bottom: 1px;
  }
  .index_contents__detail__blog__list__sp:nth-child(n + 3) {
    margin-top: 35px;
  }
  .index_contents__detail__blog__list__none {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
  }
  .index_contents__detail__blog__list__none p {
    text-align: center;
    font-size: 1.5rem;
  }
  .index_contents__detail__blog h4 {
    width: 320px;
    margin: 40px auto 0;
  }
  .index_contents__detail__company {
    position: relative;
    width: 100%;
    margin: 120px auto 200px;
    z-index: 3;
  }
  .index_contents__detail__company__desc {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .index_contents__detail__company__desc__txt {
    width: 50%;
    padding-left: 5%;
    padding-right: 60px;
  }
  .index_contents__detail__company__desc__txt__sp {
    width: 100%;
  }
  .index_contents__detail__company__desc__txt__sp h3 {
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 600;
  }
  .index_contents__detail__company__desc__txt__sp p {
    font-size: 1.5rem;
    line-height: 2.0;
    margin-top: 25px;
  }
  .index_contents__detail__company__desc__txt__sp p.company_desc br {
    display: none;
  }
  .index_contents__detail__company__desc__txt__sp h4 {
    width: 320px;
    margin-top: 35px;
  }
  .index_contents__detail__company__desc__img {
    width: 50%;
  }
  .index_contents__detail__company__desc__img p {
    width: 100%;
  }
  .index_contents__detail__company__desc__img p img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .index_contents {
    position: relative;
    background-color: #E8E2D9;
  }
  .index_contents__main {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../img/foot_backimg01.svg), url(../img/foot_backimg02.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top 0 left 5px, bottom right -72px;
    background-size: 160px, 277px;
    background-color: #F5F0E8;
    border-radius: 0 0 18px 18px;
    -webkit-border-radius: 0 0 18px 18px;
    -moz-border-radius: 0 0 18px 18px;
  }
  .index_contents__main__catch {
    position: absolute;
    width: 60%;
    bottom: 5%;
    left: 5%;
    z-index: 5;
  }
  .index_contents__main__catch p.catch01 {
    display: none;
  }
  .index_contents__main__catch p.catch02 {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: opacity 0.3s ease, -webkit-clip-path 1s ease;
    transition: opacity 0.3s ease, -webkit-clip-path 1s ease;
    transition: clip-path 1s ease, opacity 0.3s ease;
    transition: clip-path 1s ease, opacity 0.3s ease, -webkit-clip-path 1s ease;
  }
  .index_contents__main__catch p.catch02 img {
    width: 100%;
  }
  .index_contents__main__catch p.catch02.is-active {
    opacity: 1;
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
  .index_contents__main__catch p:nth-child(n + 2) {
    margin-top: 8px;
  }
  .index_contents__main__full {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease 0.3s;
    transition: opacity 0.6s ease 0.3s;
  }
  .index_contents__main__full.swiper-initialized {
    opacity: 1;
  }
  .index_contents__main__full .slide-content_yoko {
    display: none;
  }
  .index_contents__main__full .slide-content_tate {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .index_contents__main__full .swiper-slide {
    width: 60%;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    /* 左右のスライドのサイズ */
    opacity: 1;
  }
  .index_contents__main__full .swiper-slide img {
    height: auto;
    width: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
  }
  .index_contents__main__full .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 1;
  }
  .index_contents__main .main_swiper-pagination {
    display: none;
  }
  .index_contents__detail {
    position: relative;
    width: 100%;
    background-color: #F5F0E8;
  }
  .index_contents__detail__event {
    position: relative;
    width: 100%;
    background: url(../img/foot_backimg04.svg) no-repeat top 8px right -2px;
    background-size: 160px;
    background-color: #E8E2D9;
    padding: 120px 0 80px;
    margin-bottom: 120px;
    border-radius: 0 0 18px 18px;
    -webkit-border-radius: 0 0 18px 18px;
    -moz-border-radius: 0 0 18px 18px;
  }
  .index_contents__detail__event__title {
    position: relative;
    width: 88%;
    margin: 0 auto;
  }
  .index_contents__detail__event__list {
    position: relative;
    width: 88%;
    margin: 0 auto;
  }
  .index_contents__detail__event__list__sp {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
  }
  .index_contents__detail__event__list__sp__img {
    position: relative;
    width: 100%;
    border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    overflow: hidden;
  }
  .index_contents__detail__event__list__sp__img img {
    width: 100%;
  }
  .index_contents__detail__event__list__sp__img .caption {
    display: none;
  }
  .index_contents__detail__event__list__sp__img .mask {
    display: none;
  }
  .index_contents__detail__event__list__sp__desc {
    position: relative;
    width: 100%;
    padding: 15px 25px 20px;
  }
  .index_contents__detail__event__list__sp__desc h3 {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 700;
  }
  .index_contents__detail__event__list__sp__option {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #D4CFC6;
    padding: 20px 22px;
  }
  .index_contents__detail__event__list__sp__option li.cat_style {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.0;
    font-weight: 500;
  }
  .index_contents__detail__event__list__sp__option li.cat_style a {
    position: relative;
    color: #534099;
    background-color: #F5F0E8;
    padding: 6px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .index_contents__detail__event__list__sp__option li.time_style {
    font-size: 1rem;
  }
  .index_contents__detail__event__list__sp__option li.time_style img {
    width: 16px;
    padding-right: 5px;
  }
  .index_contents__detail__event__list__sp:nth-child(n+2) {
    margin-top: 20px;
  }
  .index_contents__detail__event__list__sp:nth-child(4) {
    display: none;
  }
  .index_contents__detail__event__list__none {
    position: relative;
    width: 100%;
    background-color: #F5F0E8;
    padding: 25px 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
  }
  .index_contents__detail__event__list__none p {
    text-align: center;
    font-size: 1.3rem;
  }
  .index_contents__detail__event h4 {
    width: 82%;
    margin: 30px auto 0;
  }
  .index_contents__detail__concept {
    position: relative;
    width: 100%;
    margin: 0 auto 120px;
  }
  .index_contents__detail__concept__img {
    position: relative;
    width: 100%;
  }
  .index_contents__detail__concept__txt {
    position: relative;
    width: 100%;
    padding-top: 30px;
  }
  .index_contents__detail__concept__txt .title_sp {
    padding-bottom: 0;
  }
  .index_contents__detail__concept__txt h2 {
    width: 84%;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.7;
    margin: 0 auto;
  }
  .index_contents__detail__concept__txt p {
    width: 84%;
    text-align: justify;
    font-size: 1.5rem;
    line-height: 2.0;
    margin: 20px auto 0;
  }
  .index_contents__detail__concept__txt h4 {
    width: 82%;
    margin: 30px auto 0;
  }
  .index_contents__detail__concept__txt h6 {
    width: 88%;
    font-family: "Jost", sans-serif;
    font-weight: 450;
    line-height: 1.0;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    line-height: 1.2;
    background: url(../img/cat_foot_b.svg) no-repeat 0 1px;
    background-size: 10px;
    padding-left: 16px;
    margin: 0 auto 10px;
  }
  .index_contents__detail__feature {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background-color: #fff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
  }
  .index_contents__detail__feature .title_sp {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .index_contents__detail__feature__list {
    position: relative;
    width: 100%;
  }
  .index_contents__detail__feature__list__sp01 {
    position: relative;
    width: 100%;
  }
  .index_contents__detail__feature__list__sp01__img {
    position: relative;
    width: 94%;
    margin-left: 6%;
  }
  .index_contents__detail__feature__list__sp01__img p {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp01__img p img {
    width: 100%;
    border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
  }
  .index_contents__detail__feature__list__sp01__img h6 {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 70px;
    z-index: 3;
  }
  .index_contents__detail__feature__list__sp01__img h6 img {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp01__txt {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px 6% 0;
    background: url(../../img/index_img/index_feature_num01.svg) no-repeat top -6px right 10px;
    background-size: 190px;
  }
  .index_contents__detail__feature__list__sp01__txt h3 {
    font-size: 1.8rem;
    color: #534099;
    font-weight: 700;
  }
  .index_contents__detail__feature__list__sp01__txt p {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 2.0;
    margin-top: 15px;
  }
  .index_contents__detail__feature__list__sp01__txt h4 {
    width: 90%;
    margin: 25px auto 0;
  }
  .index_contents__detail__feature__list__sp02 {
    position: relative;
    width: 100%;
    margin-top: 45px;
  }
  .index_contents__detail__feature__list__sp02__img {
    position: relative;
    width: 94%;
  }
  .index_contents__detail__feature__list__sp02__img p {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp02__img p img {
    width: 100%;
    border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
    -moz-border-radius: 0 12px 12px 0;
  }
  .index_contents__detail__feature__list__sp02__img h6 {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 70px;
    z-index: 3;
  }
  .index_contents__detail__feature__list__sp02__img h6 img {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp02__txt {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px 6% 0;
    background: url(../../img/index_img/index_feature_num02.svg) no-repeat top -6px left 10px;
    background-size: 190px;
  }
  .index_contents__detail__feature__list__sp02__txt h3 {
    font-size: 1.8rem;
    color: #534099;
    font-weight: 700;
  }
  .index_contents__detail__feature__list__sp02__txt p {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 2.0;
    margin-top: 15px;
  }
  .index_contents__detail__feature__list__sp02__txt h4 {
    width: 90%;
    margin: 25px auto 0;
  }
  .index_contents__detail__feature__list__sp03 {
    position: relative;
    width: 100%;
    margin-top: 45px;
  }
  .index_contents__detail__feature__list__sp03__img {
    position: relative;
    width: 94%;
    margin-left: 6%;
  }
  .index_contents__detail__feature__list__sp03__img p {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp03__img p img {
    width: 100%;
    border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
  }
  .index_contents__detail__feature__list__sp03__img h6 {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 70px;
    z-index: 3;
  }
  .index_contents__detail__feature__list__sp03__img h6 img {
    width: 100%;
  }
  .index_contents__detail__feature__list__sp03__txt {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px 6% 0;
    background: url(../../img/index_img/index_feature_num03.svg) no-repeat top -6px right 10px;
    background-size: 190px;
  }
  .index_contents__detail__feature__list__sp03__txt h3 {
    font-size: 1.8rem;
    color: #534099;
    font-weight: 700;
  }
  .index_contents__detail__feature__list__sp03__txt p {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 2.0;
    margin-top: 15px;
  }
  .index_contents__detail__feature__list__sp03__txt h4 {
    width: 90%;
    margin: 25px auto 0;
  }
  .index_contents__detail__works {
    position: relative;
    width: 100%;
    margin-top: 120px;
  }
  .index_contents__detail__works .title_sp {
    position: relative;
    width: 88%;
    margin: 0 auto;
  }
  .index_contents__detail__works__list {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 6%;
    padding-bottom: 40px;
  }
  .index_contents__detail__works__list__sp {
    position: relative;
    width: 25%;
  }
  .index_contents__detail__works__list__sp__img {
    position: relative;
    width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    overflow: hidden;
  }
  .index_contents__detail__works__list__sp__img img {
    width: 100%;
  }
  .index_contents__detail__works__list__sp__img .caption {
    display: none;
  }
  .index_contents__detail__works__list__sp__img .mask {
    display: none;
  }
  .index_contents__detail__works__list__sp__desc {
    position: relative;
    width: 100%;
    padding-top: 15px;
  }
  .index_contents__detail__works__list__sp__desc h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .index_contents__detail__works__list__sp__option {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #D4CFC6;
    padding-top: 10px;
  }
  .index_contents__detail__works__list__sp__option li.cat_style {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.0;
    font-weight: 500;
  }
  .index_contents__detail__works__list__sp__option li.cat_style a {
    position: relative;
    color: #534099;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    background-color: #fff;
    padding: 0 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .index_contents__detail__works__list__sp__option li.time_style {
    font-size: 1rem;
  }
  .index_contents__detail__works__list__sp__option li.time_style img {
    width: 17px;
    padding-right: 5px;
  }
  .index_contents__detail__works__list__none {
    position: relative;
    width: 100%;
    padding-right: 6%;
  }
  .index_contents__detail__works__list__none p {
    text-align: center;
    font-size: 1.3rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #E8E2D9;
    padding: 25px 0;
  }
  .index_contents__detail__works__list .swiper-pagination {
    position: absolute;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0px !important;
    left: 0;
    z-index: 10;
  }
  .index_contents__detail__works__list .swiper-pagination span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #E8E2D9 !important;
    margin: 0 6px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    opacity: 1;
  }
  .index_contents__detail__works__list .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #534099 !important;
  }
  .index_contents__detail__works h4 {
    width: 82%;
    margin: 35px auto 0;
  }
  .index_contents__detail__blog {
    position: relative;
    width: 100%;
    margin: 120px auto 0;
  }
  .index_contents__detail__blog .title_sp {
    width: 88%;
    margin: 0 auto;
  }
  .index_contents__detail__blog__list {
    position: relative;
    width: 88%;
    margin: 0 auto;
  }
  .index_contents__detail__blog__list__sp {
    position: relative;
    width: 100%;
  }
  .index_contents__detail__blog__list__sp__img {
    position: relative;
    width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    overflow: hidden;
  }
  .index_contents__detail__blog__list__sp__img img {
    width: 100%;
  }
  .index_contents__detail__blog__list__sp__img .caption {
    display: none;
  }
  .index_contents__detail__blog__list__sp__img .mask {
    display: none;
  }
  .index_contents__detail__blog__list__sp__desc {
    position: relative;
    width: 100%;
    padding-top: 15px;
  }
  .index_contents__detail__blog__list__sp__desc h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .index_contents__detail__blog__list__sp__option {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #D4CFC6;
    padding-top: 10px;
  }
  .index_contents__detail__blog__list__sp__option li.cat_style {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.0;
    font-weight: 500;
  }
  .index_contents__detail__blog__list__sp__option li.cat_style a {
    position: relative;
    color: #534099;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    background-color: #fff;
    padding: 0 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .index_contents__detail__blog__list__sp__option li.time_style {
    font-size: 1rem;
  }
  .index_contents__detail__blog__list__sp__option li.time_style img {
    width: 17px;
    padding-right: 5px;
  }
  .index_contents__detail__blog__list__sp:nth-child(n+2) {
    margin-top: 35px;
  }
  .index_contents__detail__blog__list__sp:nth-child(4) {
    display: none;
  }
  .index_contents__detail__blog__list__none {
    position: relative;
    width: 100%;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #E8E2D9;
    padding: 25px 0;
    margin: 0 auto;
  }
  .index_contents__detail__blog__list__none p {
    text-align: center;
    font-size: 1.3rem;
  }
  .index_contents__detail__blog h4 {
    width: 82%;
    margin: 35px auto 0;
  }
  .index_contents__detail__company {
    position: relative;
    width: 100%;
    margin: 120px 0 180px;
    z-index: 3;
  }
  .index_contents__detail__company__desc {
    position: relative;
    width: 100%;
  }
  .index_contents__detail__company__desc__img {
    width: 94%;
    margin-left: 6%;
  }
  .index_contents__detail__company__desc__img p {
    width: 100%;
  }
  .index_contents__detail__company__desc__img p img {
    width: 100%;
  }
  .index_contents__detail__company__desc__txt {
    width: 100%;
    padding-top: 40px;
  }
  .index_contents__detail__company__desc__txt .title_sp {
    width: 88%;
    margin: 0 auto;
  }
  .index_contents__detail__company__desc__txt__sp {
    width: 100%;
  }
  .index_contents__detail__company__desc__txt__sp h3 {
    width: 88%;
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 700;
    margin: 0 auto;
  }
  .index_contents__detail__company__desc__txt__sp p {
    width: 88%;
    text-align: justify;
    font-size: 1.5rem;
    line-height: 2.0;
    margin: 20px auto 0;
  }
  .index_contents__detail__company__desc__txt__sp h4 {
    width: 82%;
    margin: 30px auto 0;
  }
}

/* ########## index_contents ########## */
/* ########## class_style ########## */
@media screen and (min-width: 1024px) {
  .mt_0 {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .mt_0 {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .mt_0 {
    margin-top: 0 !important;
  }
}

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

@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .img_border01 {
    border: 1px solid #D4CFC6;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .img_border01 {
    border: 1px solid #D4CFC6;
  }
}

@media screen and (max-width: 767px) {
  .img_border01 {
    border: 1px solid #D4CFC6;
  }
}

@media screen and (min-width: 1024px) {
  .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 85px;
  }
}

.f_black_style01 {
  color: #666;
}

.f_black_style02 {
  color: #666;
  font-weight: 500;
}

.f_red_style01 {
  color: #e2717c;
}

.f_red_style02 {
  color: #e2717c;
  font-weight: 500;
}

/* ########## class_style ########## */
/* ########## recaptcha ########## */
.grecaptcha-badge {
  visibility: hidden;
}

/* ########## recaptcha ########## */
/*# sourceMappingURL=index.css.map */