@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');
.btn-contact-header {
    color: currentColor;
    font-weight: 700;
    font-style: normal;
    background: #ffcc24;
    border: none;
    padding: 10px 20px;
    font-size: 1.5rem;
    width: auto;
    line-height: 1;
    transition: .3s all ease;
    white-space: nowrap;
}
.btn-contact-header:before {
    display: none;
}
.btn-contact-header:after {
    display: none;
}
.btn-contact-header:hover {
    background: #ecb500;
    color: currentColor
}
.btn-ad-header {
    color: #fff;
    background: #ff2643;
    font-weight: 700;
    font-style: normal;
    border: none;
    padding: 10px 20px;
    font-size: 1.5rem;
    line-height: 1;
    transition: .3s all ease;
    white-space: nowrap;
    width: 8em;
}
.btn-ad-header:before {
    display: none;
}
.btn-ad-header:after {
    display: none;
}
.btn-ad-header:hover {
    background: #e50f2c;
}




.mv-index {
    width: 100%;
    height: 70vh;
    position: relative;
    z-index: 5;
}
@media screen and (max-width:912px) {
    .mv-index {
        height: 50vh;
    }    
}


.box-copy {
    position: absolute;
    left: 5%;
    bottom: 80px;
}
.copy-mv-index {
    font-size: clamp(5.4rem, 7.5vw, 9rem);
    letter-spacing: .09em;
    color: #fff;
    position: relative;
    z-index: 5;
    font-weight: bold;
    line-height: 1.1;
}
.copy-mv-index-sub {
    font-size: clamp(1.5rem, 2.18vw, 2.4rem);
    letter-spacing: .05em;
    color: #fff;
    position: relative;
    z-index: 5;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top:20px;
}
@media screen and (max-width:769px) {
    .box-copy {
        bottom: 8%;        
    }
    .copy-mv-index {
        line-height: 1.2;
    }
    .copy-mv-index-sub {
        margin-top: 10px;
    }
}



.sec-news{
  background: rgba(250,250,250,.97);
}
.group-news {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 50px;
}
.group-news .row-header {
  width: 250px;
}
.box-news {
  width: calc(100% - 50px - 250px);
}
@media screen and (max-width:820px) {
    .group-news {
      max-width: 1200px;
      margin: 0 auto;
      gap: 20px;
        flex-direction: column;
    }
    .group-news .row-header {
       width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    .group-news .row-header .box-btn {
        margin: 0;
    }
    .group-news .row-header .box-btn .btn {
        width: auto;
        max-width: none;
    }
    .group-news .row-header .box-btn .btn::before,
    .group-news .row-header .box-btn .btn::after {
        display: none;
    }    
    .sec-news {
        padding: 5rem 0;
    }
    .box-news {
      width: 100%;
    }
}


.sec-service {
    background: #fff;
}
.sec-service .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.sec-service .bg_copy-decoration {
    position: absolute;
    font-size: clamp(9rem, 20vw, 24rem);
    text-align: right;
    opacity: .05;
    right: 1%;
    line-height: min(10.8vw, 130px);
    top: min(8.5vw, 100px);
    z-index: 0;
}
@media screen and (max-width:768px) { 
    .sec-service .bg_copy-decoration {
        position: static;
        font-size: 2rem;
        text-align: left;
        line-height: unset;
        opacity: .7;
        margin-bottom: 10px;
    }
}
.sec-number {
  background: rgba(0,0,0,.7);
}
.sec-number .title-sub-index:before {
  backgorund :#fff;
}
.sec-number .title-sub-index {
  color :#fff;
}


.sec-works { 
    position: relative;
    background: #fff;
    padding-bottom: 0;
}
.sec-works:after {
    content: '';
    display: block;
    height: 310px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .05;
}
.sec-works .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.sec-works .bg_copy-decoration {
    position: absolute;
    font-size: clamp(10rem, 19.16vw, 23rem);
    text-align: right;
    opacity: .05;
    right: 1%;
    line-height: min(16.67vw, 20rem);
    top: 80px;
}
@media screen and (max-width:768px) { 
    .sec-works .bg_copy-decoration {
        position: static;
        font-size: 2rem;
        text-align: left;
        line-height: unset;
        opacity: .7;
        margin-bottom: 10px;
    }
    .sec-works .bg_copy-decoration br {
        display: none;
    }
    
}

.sec-works .lead-index {
    width: 290px;
    margin-bottom: 40px;
}
.sec-works .box-text {
    width: 338px;
    padding-right :40px;
    position: relative;
}
.sec-works .box-img {
    position: relative;
    width: 2000px;
}

.sec-works .box-text .box-btn {
    position: absolute;
    z-index: 10;
    left: 20px;
    bottom: 100px;
}
.sec-works .box-text .box-btn *+* {
    margin-top: 12px;
}

@media screen and (max-width:768px) { 
    .sec-works .flex{
        flex-direction: column;
        position: relative;
    }
    .sec-works .lead-index {
        width: 60%;
        margin-bottom: 30px;        
    }
    .sec-works .box-text {
        width: 100%;
        padding-right: 0;
        position: static;
    }
    .sec-works .box-img {
        padding-bottom: 60px;
    }
    .sec-works .box-text .box-btn {
        width: 100%;
        bottom: 40px;
        display: flex;
        justify-content: center;
        gap: 10%;
        left: 0;
    }
    .sec-works .box-text .box-btn *+* {
        margin: 0;
    }
    .sec-works .box-text .box-btn .btn {
        width: 40%;
        margin: 0;
    }    
}
@media screen and (max-width:480px) { 
    .sec-works .lead-index {
        width: auto;
    }
    .sec-works .box-text .box-btn {
        bottom: 20px;
        display: block;
        text-align: center;
    }
    .sec-works .box-text .box-btn .btn {
        width: auto;
        margin: 5px auto;
    }
    .sec-works .box-text .box-btn *+.btn {
        margin-top: 5px;
    }
    
}

.sec-aboutus {
 /* background: #ffbd24;*/
 background: rgba(255,189,36,.96);
}
.sec-aboutus .title-sub-index:before,
.sec-aboutus .copy-index b {
  background :#000;
}
.sec-aboutus .inner > .flex {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content:space-between;
    position: relative;
    z-index: 5;
}
.sec-aboutus .copy-index {
    margin-top: min(11.67rem, 140px);
}
.sec-aboutus .copy-index b {
    color:#ffbd24;
}
.sec-aboutus .bg_copy-decoration {
    font-size: min(12.75vw, 15.3rem);
    color: #fff;
    opacity: .2;
    position: absolute;
    left: calc(50% - 4.4em);
    top: calc(50% - 14.17vw);
    z-index: 0;
}
.linkgroup-aboutus li {
    background: url("../img/top/thumb_aboutus01.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.linkgroup-aboutus li:nth-of-type(2) {
    background-image: url("../img/top/thumb_aboutus02.jpg");
}
.linkgroup-aboutus li:nth-of-type(3) {
    background-image: url("../img/top/thumb_aboutus03.jpg");
}
@media screen and (max-width:920px) { 
    .sec-aboutus .bg_copy-decoration {
        left: 2%;
    }    
}
@media screen and (max-width:768px) { 
    .sec-aboutus .inner {
        width: 90%;
        margin: 0 auto;
    }
    .sec-aboutus .inner > .flex {
        flex-direction: column;
        width: 100%;
    }
    .sec-aboutus .bg_copy-decoration {
        position: static;
        font-size: 2rem;
        text-align: left;
        line-height: unset;
        opacity: .7;
        margin-bottom: 10px;
    }
    .sec-aboutus .copy-index {
        margin-top: 0;
    }
}



 .box-feature .title-r_belt {
    margin: 0 auto 3rem;
    padding: 7px 0;
    width: 172px;
    display: block;
     font-weight: bold;
}
@media screen and (max-width:769px) {
     .box-feature .title-r_belt {
        margin: 0 auto 1rem;
        font-size: 1.3rem;
        padding: 5px 0;
    }    
}



.sec-description .box-img .img_wide {
    display: inline-block;
    margin-bottom: 16px;
}
.sec-description .box-img *+.img_wide {
    margin-left: 50px;
}
@media screen and (max-width:769px) {
    .sec-description .box-img .img_wide {
        width: 88%;
        margin-bottom: 16px;
    }
    .sec-description .box-img.no-shadow .img_wide {
        width: 90%;
        margin: 0 5%;
    }
    .sec-description .box-img .img_wide img{
        width: 100%;
        height: auto;
    }
    .sec-description .box-img *+.img_wide {
        margin-left: 12%;
        margin-bottom: 0;
    }
    
}


.sec-lower-common {
    padding-top: 0;
}
.sec-lower-common .inner {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
}

.sec-news_article {
    max-width: 880px;
    margin: 0 auto;
}

.table-outline {
    border-bottom: #adadadad 1px solid;
}
.table-outline dl {
    border-top: #adadadad 1px solid;
}
.table-outline dt{
    padding: 2.4rem 0;
    width: 180px;
    background: #fafafa;
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
}
.table-outline dd{
    padding: 2.4rem 4rem;
    width: calc(100% - 180px);
    line-height: 1.7;
}
@media screen and (max-width: 769px) {
    .table-outline dt{
        padding: 1rem;
        width: 100px;
        text-align: left;
    }
    .table-outline dd{
        padding: 1rem;
        width: calc(100% - 100px);
        line-height: 1.4;
    }    
}

.sec-group .box-img {
    margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
    .sec-group .box-img {
        margin-bottom: 20px;
    }
    .sec-group .box-img img {
        width: 100%;
        height: auto;
    }
    .sec-group .flex {
        flex-direction: column;
    }
    .sec-group .flex > div {
        line-height: 1.4;
    }
    .sec-group .flex p br {
        display: none;
    }    
    .sec-group .flex > *+div {
        margin-top:2.4rem;
    }
}


.box-accsess {
    justify-content: space-between;
}
.box-accsess .box-map {
    width: calc(100% - 380px);
    height: 340px;
}
.box-accsess .box-map iframe {
    width: 100% !important;
    height: 100% !important;
}

.box-accsess .box-text {
    width: 380px;
    padding-left:32px;
}
@media screen and (max-width: 769px) {
    .box-accsess{
        flex-direction: column;
    }
    .box-accsess .box-map {
        width: 100%;
    }
    .box-accsess .box-map img {
        width: 100%;
        height: auto;
    }    
    .box-accsess .box-text {
        width: 100%;
        padding:10px 0 0 0;
    }
}



.sec-story p {
    line-height: 2;
}
.sec-story *+p{
    margin-top:2em;
}
@media screen and (max-width: 769px) {
    .sec-story p {
        line-height: 1.7;
        text-align: left;
    }
    .sec-story p br {
        display: none;
    }
    .sec-story *+p{
        margin-top:1.7em;
    }    
}

.sec-principle > *+div {
    margin-top:6rem;
}
@media screen and (max-width: 769px) {
    .sec-principle > *+div {
        margin-top:3rem;
    }    
}

.sec-ourcode {
    max-width: 880px;
    margin: 0 auto 40px;
}
.sec-ourcode > *+div {
    margin-top:6rem;
}
.sec-ourcode > div > *+div {
    margin-top:4rem;
}

.sec-ourcode *+p,
.sec-ourcode *+ul,
.sec-ourcode *+ol{
    margin-top:2rem;
}

.sec-lower-common .box-news-archive {
    max-width: 960px;
}
.box-news-archive .list-news li {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.list-flex.list-ec {
    max-width: 784px;
    margin-top:40px;
}
.list-flex.list-ec li{
    width: 30%;
    max-width:284px;
}
.news_list_item.is-hidden {
    display: none !important;
}

.map-tieup {
    background:url("../img/mullti_tieup/bg02.png") 50% 57% no-repeat;    
    width: 853px;
    height: 825px;
    position: relative;
    text-align: center;
    margin: -78px 0 30px;
    left: 50%;
    transform: translateX(-50%);
}
.obj-tieup {
    width: 853px;
    height: 825px;
    margin: 0 auto;
    position: relative;
}


@media screen and (max-width: 853px) {
    .map-tieup {
        width: 100%;
        height: auto;
        margin: 20px 0 40px;
        background-size: cover;
    }        
    .obj-tieup {
        width: 100%;
        padding-top: 100%;
        height: auto;
    }
}

.obj-tieup li {
    position: absolute;
    left: 50%;
    top: 50%;
}
.obj-tieup li img {
    width: 100%;
    height: auto;
    
}
.obj-tieup li.anime {
    transform: translate(-50%, -50%) scale(.5);
    transition: 1s all ease;
    opacity: 0;
    width: 33.06%;
    height: auto;    
}
.obj-tieup li.anime.show {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;    
}
.obj-tieup .logo {
    width: 38.45%;
    margin-top:14px;
    opacity: 1;
    z-index: 20;
    transform: translate(-50%, -50%);
}

.obj-tieup li.show.elm01 {
    margin-top: -33%;
    z-index: 5;
}
.obj-tieup li.show.elm02 {
    margin-top: -7.5%;
    margin-left: 35%;
    z-index: 4;
}
.obj-tieup li.show.elm03 {
    margin-top: 34%;
    margin-left: 22%;
    z-index: 3;
}
.obj-tieup li.show.elm04 {
    margin-top: 34%;
    margin-left: -22%;
    z-index: 2;
}
.obj-tieup li.show.elm05 {
    margin-top: -7.5%;
    margin-left: -35%;
    z-index: 1;
}


/* 20230412 追加 */
.b-solicitationpolicy {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: left;
}
@media screen and (max-width: 769px) {
    .b-solicitationpolicy {
        font-size: 1.4rem;
        padding: 0 5%
    }    
}
.toggle-child {
    transform: scale(1,0);
    transform-origin: left top;
    transition: .3s;
    max-height: 0;
    overflow:hidden;
}

.b-solicitationpolicy div {
    margin-top: 40px;
}
.b-solicitationpolicy *+div {
    margin-top: 60px;
}

.b-solicitationpolicy p+p {
    margin-top: 1em;
}
.b-solicitationpolicy *+h5 {
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.b-solicitationpolicy .title-sub-content {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}
.b-solicitationpolicy *+.title-sub-content {
    margin-top: 60px;
}
.b-solicitationpolicy .list-number li {
    display: flex;
    padding-left: 0;
}

.text-indent {
    text-indent:-1.5em;
    padding-left: 1.5em;
}

.b-solicitationpolicy .list-number li:before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    line-height: 1;
    aspect-ratio:1/1;
    background: #000;
    border-radius: 50%;
    position: relative;
    margin: 2px 10px 0 0;
}
.b-solicitationpolicy .list-number li:after {
    display: none;
}
.b-solicitationpolicy .list-number li {
    margin-bottom: 1.2rem;
}
.list-number_large li strong {
    font-weight: normal;
}

.list-number_large li strong, 
.wrap_itemname {
    margin-left: -.5em
}
.hl-middle {
    font-size: 2.2rem;
}
.hl-small {
    font-size: 1.6rem;
    border-left: 4px solid #ff2643;
    padding-left: 10px;
    line-height: 1;
}
.list-number_large li strong {}
.list-number_large li strong+p {
    margin-top: 10px;
    padding-left: 2.5em;
}
.list-number_large > *+li {
    margin-top: 1.5em;
}
.list-dot li {
    display: flex;
    align-items: center;
    gap:8px;
}
.list-dot li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
}
.list-number_large li .list-dot,
.list-number_large li .list-number {
    margin-top: 10px;    
    padding-left: 2.5em;
}

.list-number_large .wrap_itemname {
    display: flex;
}
.tbl-detail {
    margin-bottom: 40px;
}
.tbl-detail dl {
    font-size: 1.4rem;
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}
.tbl-detail dt {
    width: 150px;
    color: #666;
}
.tbl-detail dd {
    width: calc(100% - 150px);
}

.btn-round {
    margin: 40px auto 0;
    display: block;
    border-radius: 50px;
    border: 2px solid #111;
    background: none;
    font-size: 2rem;
    width: 100%;
    max-width: 600px;
    color: #111;
}
.btn-round:hover {
    text-decoration: none;
    background: #eee;
}
.btn-round .-ico {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    font-weight: bold;
    align-items: center;
    transition: .3s all;
}
.btn-round .-ico::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-ChevronDown%22%3E%3Cpath%20d%3D%22M4%209l8%208%208-8%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
    background-size: cover;
    transition: .3s;
    margin-left: 10px;
}

.btn-round.btn-callmodal .-ico::after {
    content: '';
    display: block;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23111%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-ArrowRight%22%3E%3Cpath%20d%3D%22M4%2012h16%22%2F%3E%3Cpath%20d%3D%22M13%205l7%207-7%207%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
    background-size: cover;
    transform: rotate(-45deg);
}
.btn-round.-arrow .-ico::after {
    content: '';
    display: block;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23111%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-ArrowRight%22%3E%3Cpath%20d%3D%22M4%2012h16%22%2F%3E%3Cpath%20d%3D%22M13%205l7%207-7%207%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
    background-size: cover;
    transform: rotate(0);
}
.btn-round.is-active {
    background: #111;
    color: #fff;
    max-width: 880px;
    position: sticky;
    top: 0;
    z-index: 999;
}
@media screen and (max-width: 769px) {
    .btn-round {
        font-size: 1.6rem;
        width: 90%;
    }
    .btn-round.is-active {
        background: #111;
        color: #fff;
        max-width: 880px;
        position: sticky;
        top: 0;
        z-index: 999;
    }    
}


.btn-round.is-active .-ico::after {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-ChevronDown%22%3E%3Cpath%20d%3D%22M4%209l8%208%208-8%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
    background-size: cover;
    transform: rotate(-180deg);
}
.btn-trigger.is-active + .toggle-child {
    transform: scale(1,1);
    max-height:none;    
}


/* modal表示用 */
.mdl-modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1100;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: none;    
}
.mdl-modal.is-show {
    display: flex;
}
.mdl-modal .mdl-modal_main {
    width: 75%;
    height: 90vh;
    max-width: 880px;
    background: #fff;
    overflow-y: auto;
    padding: 40px;
    border-radius: 8px;
    border: solid 2px #fff;
    box-shadow: 0 15px 15px rgba(0,0,0,.15);
    margin-bottom: 0;
}
.mdl-modal .btn-close {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 2%;
    top: 20px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-CircleX%22%3E%3Cpath%20d%3D%22M15%2015L9%209m6%200l-6%206%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
    background-size: cover;
}
@media screen and (max-width: 769px) {
    .mdl-modal .mdl-modal_main {
        width: 100%;
        height: 100vh;
        max-width: 880px;
        background: #fff;
        overflow-y: auto;
        padding: 40px 5%;
        border-radius: 0;
        border: none;
        box-shadow: 0;
        margin-bottom: 0;
    }
    .mdl-modal .btn-close {
        cursor: pointer;
        width: 45px;
        height: 45px;
        position: absolute;
        right: 2%;
        top: 20px;
        background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-CircleX%22%3E%3Cpath%20d%3D%22M15%2015L9%209m6%200l-6%206%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
        background-size: cover;
        z-index: 9999;
    }    
    .b-solicitationpolicy .service-name {
        line-height: 1.2;
        font-size: 2.25rem;
    }
}
@media screen and (min-width: 770px) {
    .-sp_view {
        display: none;
    }
}
.box-text.-insurance_agency {
    width: 100%;
    text-align:center;
    padding: 80px 0 0;
}
/*/////////////////////////////////////////////////////////////////////////*/
.tk-brandon-grotesque {
    font-family: 'Lato', sans-serif;
}
html {
    font-size: 10px;
}
time {
    font-family: brandon-grotesque, sans-serif;
}
.article_form a {
    color: #ff2643;
    text-decoration: none;
    transition: .3s all ease;
}
a:hover {
    text-decoration: underline;
}
.wrapper {
    position: relative;
}
.wrapper.-root::after {
    content: '';
    position: fixed;
    z-index: -2;
    background: #333;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.flex {
    display: flex;
}
.flex.between {
    justify-content: space-between;
}
.section {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.sub-section {
    padding: 8rem 0 0;
    font-size: 1.6rem;
    line-height: 1.7;
}
.sub-section > * + p {
    margin-top: 1.5em;
}
.sec-lower-common + .section {
    padding-top: 0;
}
@media screen and (max-width:769px) {
    .section {
        padding: 5rem 0;
    }
    .sub-section {
        padding: 4rem 0 0;
        font-size: 1.4rem;
    }
    .sub-section > * + p {
        margin-top: 1em;
    }
    .sec-news_article {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 2rem;
    }
}
.box-img img {
    display: block;
}
/* header ------------------------------------------------------------------------- */
.header {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 3rem 4%;
}
.header-logo {
    display: block;
    padding: 8px 0 0 0;
}
.header-logo img {
    width: auto;
    height: 30px;
}
@media screen and (max-width:769px) {
    .header-logo {
        display: block;
        padding: 15px 0 15px 4%;
        position: relative;
        z-index: 2;
    }
    .header-logo img {
        width: auto;
        height: 25px;
    }
}
.header .inner {
    display: flex;
    justify-content: space-between;
}
.nav-header {
    font-size: 1.5rem;
    display: flex;
}
.nav-header li {
    margin-right: min(2vw, 3rem);
}
.nav-header > li > a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    white-space: nowrap;
}
.header nav {
    display: flex;
    gap:8px;
}
@media screen and (max-width:769px) {
    .header {
        /* padding: 1rem 4%; */
        padding: 0;
    }
    .header .inner {
        display: block;
    }
    .header nav {
        width: 100%;
        padding: 0 5% 0;
        background: #f9f7f7;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: .3s all ease;
        position: relative;
        top: -57px;
    }
    .nav-header.pc-show {
        display: none;
    }
    .nav-header.sp-show {
        display: block;
        margin: 1rem 0;
    }
    .nav-header {
        font-size: 1.6rem;
        flex-direction: column;
    }
    .nav-header > li {
        margin-right: 0;
    }
    .nav-header > li + li {
        border-top: 1px solid #ccc;
    }
    .nav-header > li > a {
        display: block;
        padding: 15px 0;
        color: #000;
        height: auto;
        line-height: 1;
        position: relative;
    }
    .nav-header > li > a:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-right: 1px solid #ff2643;
        border-bottom: 1px solid #ff2643;
        transform: rotate(-45deg);
        position: absolute;
        right: 15px;
        top: calc(50% - 4px);
    }
    .nav-header > li > span {
        display: block;
        padding: 15px 0;
        color: #000;
        height: auto;
        line-height: 1;
        font-weight: bold;
    }
    .sub li a {
        color: #000;
        display: block;
        font-weight: normal;
        font-size: 1.4rem;
        text-decoration: none;
        padding: 0 0 0 22px;
        max-height: 0;
        overflow: hidden;
        position: relative;
        transition: .3s all ease;
    }
    .sub li a:before {
        content: '';
        display: block;
        height: 1px;
        width: 10px;
        background: #fd586e;
        position: absolute;
        left: 0;
        top: calc(50% - 1px);
    }
}
.sp-menu {
    display: none;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    cursor: pointer;
    background: rgba(0, 0, 0, .6)
}
.sp-menu span {
    display: block;
    width: 44%;
    height: 2px;
    left: 28%;
    background: #ffcc24;
    position: absolute;
    transition: 0.3s ease;
}
.sp-menu span:nth-child(1) {
    top: calc(35% - 1px);
}
.sp-menu span:nth-child(2) {
    top: calc(50% - 1px);
}
.sp-menu span:nth-child(3) {
    bottom: calc(35% - 1px);
}
.sp-menu.on span {
    background: #fff;
}
.sp-menu.on span:nth-child(1) {
    transform: rotate(45deg);
    top: 27px;
}
.sp-menu.on span:nth-child(2) {
    display: none;
}
.sp-menu.on span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 27px;
}
@media screen and (max-width:769px) {
    .sp-menu {
        display: block;
    }
    .header .sp-menu.on + nav {
        max-height: none;
        padding: 56px 5% 30px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
    }
}
/* title */
.title-sub {
    font-weight: normal;
    padding-bottom: 2rem;
    margin-bottom: 2.2rem;
}
.title-sub b {
    color: #ff2643;
    font-size: 3rem;
}
.title-sub span {
    font-size: 1.6rem;
    display: block;
    margin-top: .8em;
}
@media screen and (max-width:820px) {
    .title-sub {
        font-weight: normal;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width:769px) {
    .title-sub b {
        font-size: 2.5rem;
    }
}
.title-sub-index {
    writing-mode: vertical-rl;
    font-size: 2.4rem;
    position: absolute;
    top: 100px;
    right: 5.8%;
    white-space: nowrap;
    letter-spacing: .3em;
}
.title-sub-index:before {
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    background: #ff2643;
    top: -100px;
    left: 50%;
    position: absolute;
}
@media screen and (max-width:1024px) {
    .title-sub-index {
        font-size: 1.4rem;
        top: 50px;
        right: 10px;
    }
    .title-sub-index:before {
        top: -50px;
        height: 40px;
    }
}
.title-r_belt {
    display: inline-block;
    color: #fff;
    padding: 1rem 0;
    font-size: 1.6rem;
    text-align: center;
    background: linear-gradient(to right, #0051c5, #007af3);
    border-radius: 30px;
    width: 260px;
    ;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 1.6rem;
}
@media screen and (max-width:769px) {
    .title-r_belt {
        padding: .8rem 0;
        font-size: 1.4rem;
        border-radius: 30px;
        width: 92%;
        margin-bottom: 1.2rem;
    }
}
.title-sub-aside {
    font-size: 2.4rem;
    font-family: brandon-grotesque, sans-serif;
    line-height: 1;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #000;
}
@media screen and (max-width:769px) {
    .title-sub-aside {
        font-size: 2rem;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid #000;
    }
}
.title-number {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    font-weight: normal;
}
.title-number b {
    /* color: #ff2643; */
    font-family: brandon-grotesque, sans-serif;
    font-size: 3rem;
    margin-right: 1rem;
}
@media screen and (max-width:769px) {
    .title-number {
        font-size: 2rem;
    }
    .title-number b {
        font-size: 2.8rem;
    }
}
.title-sub-lower {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 4rem;
}
.title-sub-lower.large {
    font-size: 4rem;
    margin-bottom: 2rem;
}
.title-sub-lower span {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 10px;
    font-family: brandon-grotesque, sans-serif;
    color: #ff2643;
}
@media screen and (max-width:769px) {
    .title-sub-lower {
        font-size: 2.0rem;
        margin-bottom: 2.4rem;
    }
    .title-sub-lower.large {
        font-size: 4rem;
        margin-bottom: 2rem;
    }
    .title-sub-lower span {
        font-size: 1.3rem;
        margin-bottom: 0;
    }
}
.title-page_title {
    font-size: 3.2rem;
    margin-bottom: 0;
    letter-spacing: .02em;
}
.title-page_title .small {
    display: block;
    font-size: 1.4rem;
    margin: 10px 0 0;
    color: #777;
    font-weight: normal;
}
@media screen and (max-width:769px) {
    .title-page_title {
        font-size: 2.2rem;
    }
}
.title-sub-content, .sec-news_article h2 {
    font-size: 2.2rem;
    font-weight: normal;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-bottom: 3rem;
}
.title-sub-content:before, .sec-news_article h2:before {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #ff2643;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}
@media screen and (max-width:769px) {
    .title-sub-content, .sec-news_article h2 {
        font-size: 1.9rem;
        line-height: 1.2;
        padding-bottom: 1.5rem;
        margin-bottom: 2rem;
    }
    .title-sub-content:before, .sec-news_article h2:before {
        width: 40px;
    }
}
.title-sub-element, .sec-news_article h3 {
    font-size: 2rem;
    padding: 5px 0 5px 1.5rem;
    border-left: 8px solid #ff2643;
    line-height: 1;
    margin-bottom: 2.5rem;
}
.item-plan .title-sub-element {
    font-size: 1.8rem;
}
@media screen and (max-width:769px) {
    .title-sub-element, .sec-news_article h3 {
        font-size: 1.6rem;
        padding: 2.5px 0 2.5px 1rem;
        border-left: 6px solid #ff2643;
        margin-bottom: 1.3rem;
    }
}
/* news-parts ------------------------------------------------------------------------- */
.sec-news_article h1 {
    font-size: 3rem;
    line-height: 1.4;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ff2643;
    margin-bottom: 1.5rem;
}
.time-update {
    font-size: 1.8rem;
    margin-bottom: 4rem;
    display: block;
}
.sec-news_article h4 {
    font-size: 1.6rem;
    padding: 0 0 0 2rem;
    line-height: 1;
    margin-bottom: 2.5rem;
    position: relative;
}
.sec-news_article h4:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #ff2643;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
}
.sec-news_article h5 {
    font-size: 1.6rem;
    color: #ff2643;
    line-height: 1;
    margin-bottom: 2.5rem;
}
.sec-news_article * + h1, .sec-news_article * + h2, .sec-news_article * + h3, .sec-news_article * + h4, .sec-news_article * + h5, .sec-news_article * + p, .sec-news_article * + div, .sec-news_article * + ul, .sec-news_article * + ol {
    margin-top: 3rem;
}
.sec-lower-common p a:not(.btn) {
    color: #ff2643;
    text-decoration: none;
}
.sec-lower-common p a:not(.btn):hover {
    text-decoration: underline;
}
.sec-news_article .box-img img {
    width: 100%;
    height: auto;
}
.sec-news_article .box-btn.text-center {
    margin-top: 80px;
}
@media screen and (max-width:769px) {
    .sec-news_article h1 {
        font-size: 2rem;
        line-height: 1.2;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #ff2643;
        margin-bottom: 1rem;
    }
    .time-update {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }
    .sec-news_article h4 {
        font-size: 1.4rem;
        line-height: 1;
        margin-bottom: 2.5rem;
    }
    .sec-news_article h4:before {
        top: calc(50% - 3px);
    }
    .sec-news_article h5 {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
    .sec-news_article * + h1, .sec-news_article * + h2, .sec-news_article * + h3, .sec-news_article * + h4, .sec-news_article * + h5, .sec-news_article * + p, .sec-news_article * + div, .sec-news_article * + ul, .sec-news_article * + ol {
        margin-top: 2.4rem;
    }
    .sec-lower-common p a:not(.btn) {
        color: #ff2643;
        text-decoration: none;
    }
    .sec-lower-common p a:not(.btn):hover {
        text-decoration: underline;
    }
    .sec-news_article .box-img img {
        width: 100%;
        height: auto;
    }
    .sec-news_article .box-btn.text-center {
        margin-top: 60px;
    }
}
.title-content_small {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.copy-index {
    font-size: clamp(1.8rem, 2.34vw, 2.8rem);
    line-height: 1;
    color: #fff;
    font-weight: bold;
    letter-spacing: .02em;
    margin-bottom: 4rem;
}
.copy-index b {
    display: inline-block;
    padding: 13px;
    background: #ff2643;
    margin-bottom: 5px;
    white-space: nowrap;
}
@media screen and (max-width:768px) {
    .copy-index {
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        margin-bottom: 2.5rem;
    }
    .copy-index b {
        padding: 5px;
        margin-bottom: 5px;
    }
}
.copy-lower {
    font-size: 2.4rem;
    line-height: 1;
    color: #fff;
    letter-spacing: .02em;
    margin-bottom: 3rem;
}
.copy-lower b {
    display: inline-block;
    padding: 1rem 2rem;
    background: #ff2643;
    margin-bottom: 5px;
    white-space: nowrap;
    font-weight: normal;
}
.box-page_title .copy-lower {
    margin: 4rem 0 0;
}
@media screen and (max-width:769px) {
    .copy-lower.pc-show {
        display: none;
    }
    .copy-lower.sp-show {
        display: block;
    }
    .copy-lower {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    .copy-lower b {
        display: inline-block;
        padding: 1rem 1.2rem;
        background: #ff2643;
    }
    .box-page_title .copy-lower {
        margin: 2rem 0 0;
    }
}
.lead-index {
    font-size: 1.6rem;
    line-height: 1.7;
}
@media screen and (max-width:480px) {
    .lead-index {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
/* news-list ---------------------------------------------------------- */
.list-news {
    overflow: hidden;
    font-size: 1.5rem;
}
.list-news li a, .list-news li p {
    display: flex;
    text-decoration: none;
    color: #000;
    transition: .3s all ease;
}
.list-news li + li {
    margin-top: 1.6rem;
}
.list-news time {
    white-space: nowrap;
    width: 8em;
}
.list-news span {
    width: calc(100% - 8rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-news li a:hover span {
    color: #ff2643;
    text-decoration: underline;
}
@media screen and (max-width:768px) {
    .list-news {
        font-size: 1.3rem;
    }
    .list-news time {
        width: 7em;
    }
    .list-news span {
        width: calc(100% - 7rem);
    }
}
@media screen and (max-width:480px) {
    .list-news li a, .list-news li p {
        flex-direction: column;
        gap: 5px;
    }
    .list-news li + li {
        margin-top: 2rem;
    }
    .list-news time {
        white-space: nowrap;
        width: 100%;
    }
    .list-news span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.4rem;
    }
    .list-news li:nth-of-type(4),
    .list-news li:nth-of-type(5) {
        display: none;
    }
}


.list-text {
    font-size: 1.6rem;
}
.list-text li {
    margin-bottom: 15px;
}
.list-text.small {
    font-size: 1.4rem;
    line-height: 1.1;
    text-align: left;
    display: inline-block;
}
.list-text.small li {
    margin-bottom: 0;
}
.list-text.small li + li {
    margin: 10px 0 0;
}


@media screen and (max-width:768px) {
    .list-text {
        font-size: 1.4rem;
    }
    .list-text li {
        margin-bottom: 10px;
    }
}
.group-cont-number {
    margin: 0 auto;
    width: 80%;
    max-width: 1024px;
    /*  justify-content: space-between; */
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.group-cont-number > div {
    width: calc((100% / 3) - 14px);
    margin: 14px 0;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}
.group-cont-number > div img {
    width: 100%;
    height: auto;
}
.group-cont-number .figure {
    height: 100px;
}
.group-cont-number > div > p {
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 0 2rem;
}
@media screen and (max-width:768px) {
    .group-cont-number {
        gap: 40px;
    }
    .group-cont-number > div {
        width: calc((100% - 40px) / 2);
        margin: 0;
    }
    .group-cont-number > div:nth-of-type(5), .group-cont-number > div:nth-of-type(6) {
        display: none;
    }
}
@media screen and (max-width:480px) {
    .group-cont-number {
        gap: 20px;
    }
    .group-cont-number > div {
        width: calc((100% - 20px) / 2);
    }
}
.linkgroup-aboutus {
    width: 48%;
    max-width: 515px;
}
.linkgroup-aboutus li + li {
    margin-top: 10px;
}
.linkgroup-aboutus a {
    display: block;
    height: 118px;
    background: rgba(0, 0, 0, .4);
    font-size: 1.6rem;
    line-height: 118px;
    text-decoration: none;
    color: #fff;
    padding-left: 25px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, .1);
    position: relative;
    transition: .3s all ease;
}
.linkgroup-aboutus a:before {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    background: #ffcc24;
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
    transition: .3s all ease;
}
.linkgroup-aboutus a:after {
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    border-right: 2px solid #ffcc24;
    border-bottom: 2px solid #ffcc24;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    transition: .3s all ease;
}
.linkgroup-aboutus a:hover {
    background: rgba(0, 0, 0, .8);
}
.linkgroup-aboutus a:hover:before {
    right: 45px;
    width: 15px;
}
.linkgroup-aboutus a:hover:after {
    right: 45px;
}
.linkgroup-aboutus a b {
    position: relative;
    z-index: 5;
}
@media screen and (max-width:769px) {
    .linkgroup-aboutus {
        width: 100%;
        max-width: 515px;
    }
    .linkgroup-aboutus a {
        height: 80px;
        line-height: 80px;
    }
    .linkgroup-aboutus li + li {
        margin-top: 5px;
    }
    .linkgroup-aboutus a:before {
        width: 20px;
        right: 20px;
        transition: .3s all ease;
    }
    .linkgroup-aboutus a:after {
        right: 20px;
    }
}
.bg_copy-decoration {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.05em;
}
/* btn-style */
.box-btn {
    margin-top: 3rem;
    line-height: 1;
}
.box-btn + .box-btn {
    margin-top: .6rem !important;
}
.box-btn.btn-center {
    text-align: center;
}
.list-flex + .box-btn {
    margin: 0 0 3rem;
}
.btn {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 1rem;
    width: 220px;
    position: relative;
    border: 1px solid #000;
    border-radius: 30px;
    text-align: center;
    font-size: 1.4rem;
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: .05em;
    transition: .2s all ease;
}
.btn:before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    right: -35px;
    transition: .2s all ease;
}
.btn:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    transform: rotate(-45deg);
    top: calc(50% - 3.5px);
    right: -35px;
    transition: .3s all ease;
}
.btn.-ad {
    color: #ff2643;
    border-color: #ff2643;
}
.btn.-ad:hover {
    color: #fff;
    background: #ff2643;
}
.btn.-ad:before {
    background: #ff2643;
}
.btn.-ad:after {
    border-right: 1px solid #ff2643;
    border-bottom: 1px solid #ff2643;
    transition: .3s all ease;
}
.btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}
.btn:hover:before {
    width: 10px;
    right: 20px;
    background: #fff;
}
.btn:hover:after {
    right: 20px;
    border-color: #fff;
}
.btn.blank:before {
    display: none;
}
.btn.blank:after {
    width: 14px;
    height: 14px;
    background: url("../img/common/ic_blank_bk.png") 50% 50% no-repeat;
    border: none;
    position: absolute;
    transform: rotate(0);
    top: calc(50% - 7px);
    right: 25px;
}
.btn.blank:hover:after {
    background: url("../img/common/ic_blank.png") 50% 50% no-repeat;
}
.btn-white {
    color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    color: #000;
    background: #fff;
}
.btn.btn-white:before {
    background: #fff;
}
.btn.btn-white:after {
    border-color: #fff;
}
.btn.btn-white:hover:before {
    background: #000;
}
.btn.btn-white:hover:after {
    border-color: #000;
}
@media screen and (max-width:769px) {
    .btn {
        width: 64%!important;
        max-width: 240px!important;
        position: relative;
        font-size: 1.3rem;
        display: block;
        margin: 0 auto;
    }
}
.btn.btn-black {
    background-color: #000;
    color: #fff;
    padding: 1rem;
    border: 1px solid #000;
}
.btn.btn-wide {
    max-width: 400px;
    width: auto;
    display: block;
    padding: 1.5rem 1rem;
    border-radius: 2px;
    margin: 0 auto;
}
.btn.btn-black.blank:after {
    background: url("../img/common/ic_blank.png") 50% 50% no-repeat;
}
.btn.btn-black:hover {
    border: 1px solid #ff2643;
    background: #ff2643;
}
@media screen and (max-width:769px) {
    .btn.btn-wide {
        max-width: 300px;
    }
}
/* footer ------------------------------------------------------------------- */
.footer {
    background: #eee;
    position: relative;
    z-index: 100;
}
.footer .inner {
    border-bottom: 1px solid #adadad;
    padding: 80px 0;
}
.footer .box-link {
    width: 90%;
    max-width: 1024px;
    justify-content: space-between;
    margin: 0 auto;
}
.box-link p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
.sub-contents+p {
    margin-top: 3.5rem;
}


footer a {
    color: #000;
    text-decoration: none;
}
footer a.btn-sp:hover {
    color: #ff2643;
    text-decoration: underline;
}
.box-link .logo {
    margin-bottom: 32px;
}
.box-link .logo img {
    height: 35px;
    width: auto;
}
.box-link .comp-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.box-link .address {
    font-size: 1.2rem;
    line-height: 1.7;
}
.box-link .sub-contents {
    font-size: 1.2rem;
    line-height: 1;
}
.box-link .sub-contents li + li {
    margin-top: 12px;
}
.box-link .sub-contents a {
    color: #000;
    text-decoration: none;
    padding-left: 2rem;
    display: inline-block;
    position: relative;
}
.box-link .sub-contents a:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1px;
    background: #f22c46;
    position: absolute;
    top: 50%;
    left: 0;
}
.box-link .sub-contents a:hover {
    color: #f22c46;
}
@media screen and (max-width:769px) {
    .footer .inner {
        padding: 40px 0;
    }
    .footer .box-link {
        flex-direction: column;
    }
    .box-link .logo {
        margin-bottom: 0;
        width: 25%;
    }
    .box-link .logo img {
        width: 80%;
        height: auto;
    }
    .footer .box-link div:nth-of-type(1) {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-bottom: 3rem;
    }
    .box-link .comp-name {
        width: 75%;
        margin-bottom: 0;
        line-height: 1.2;
    }
    .box-link .address {
        width: 75%;
        margin-bottom: 0;
        line-height: 1.2;
    }
    .box-link p {
        margin: 0;
    }
    .triger-toggle span {
        display: block;
        padding: 15px 0;
        position: relative;
        border-top: 1px solid #ccc;
    }
    .header .triger-toggle span {
        border-top: none;
    }
    .triger-toggle span:before {
        content: '';
        display: block;
        width: 15px;
        height: 1px;
        background: #ff2643;
        position: absolute;
        top: calc(50% - 1px);
        right: 10px;
    }
    .triger-toggle span:after {
        content: '';
        display: block;
        width: 15px;
        height: 1px;
        background: #ff2643;
        position: absolute;
        top: calc(50% - 1px);
        right: 10px;
        transform: rotate(90deg);
        transition: .3s all ease;
    }
    .box-link .btn-sp {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
        position: relative;
    }
    .box-link .btn-sp:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-right: 1px solid #ff2643;
        border-bottom: 1px solid #ff2643;
        transform: rotate(-45deg);
        position: absolute;
        right: 15px;
        top: calc(50% - 4px);
    }
    .box-link .btn-sp[href*="number"] {
        border-top: 1px solid #ccc;
    }
    .box-link .sub-contents {
        background: #dfdfdf;
    }
    .box-link .sub-contents li + li {
        margin-top: 0;
    }
    .box-link .sub-contents li + li {
        padding: 0;
    }
    .box-link .sub-contents a {
        padding: 0 0 0 2rem;
        max-height: 0;
        overflow: hidden;
        display: block;
        transition: .3s all ease;
    }
    .triger-toggle.on + .sub-contents a {
        padding: 12px 0 12px 2rem;
        max-height: none;
    }
    .triger-toggle.on + .sub {
        padding-bottom: 10px;
    }
    .triger-toggle.on + .sub a {
        padding: 5px 0 5px 2.2rem;
        max-height: none;
    }
    .triger-toggle.on span:after {
        transform: rotate(0);
    }
    .box-link a:hover {
        transition: .3s all ease;
        color: #aaa;
    }
}
.footer .bottom {
    justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto;
    padding: 2rem 0;
}
.footer .bottom p {
    font-size: 1.2rem;
}
.footer .bottom samll {
    font-size: 1rem;
}
.footer .bnr-footer a {
    display: block;
    background: url("../img/common/bnr_footer.jpg") 50% 50% no-repeat;
    height: 64px;
    line-height: 64px;
    width: 240px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}
.footer .btn-contact {
    margin: 0 0 30px;
}
@media screen and (max-width:769px) {
    .footer .bottom {
        flex-direction: column;
        text-align: center;
    }
    .footer .bnr-footer a {
        background: url("../img/common/bnr_footer.jpg") 50% 50% no-repeat;
        background-size: cover;
        width: auto;
        font-size: 1.5rem;
        height: 80px;
        line-height: 80px;
    }
    .footer .btn-contact {
        margin: 40px 0;
    }
    .footer small {
        display: block;
        margin-top: 20px;
    }
}
a.blank {
    position: relative;
    z-index: 1;
}
a.blank:after {
    content: '';
    display: block;
    background: url("../img/common/ic_blank.png") 0 0 no-repeat;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
}
.service-slider {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 50px;
}
.slide-number {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.4rem;
    color: #adadad;
    margin-bottom: 1.6rem;
}
.slide-number b {
    color: #ff2643;
    font-size: 7.4rem;
}
.slide-title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 3.3rem;
}
.slide-title span {
    font-size: 1.6rem;
    color: #dadada;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    margin-bottom: 1rem;
}
.service-slider .box-text {
    width: 330px;
    padding-right: 50px;
}
.service-slider .lead-index {
    margin-bottom: 4rem;
}
.service-slider .box-img {
    position: relative;
    height: 430px;
}
.service-slider .box-img img {
    height: 100%;
    width: auto;
    display: block;
}
.box-img .s-slide1 img {
    max-height: 429px;
}
.service-slider .slide-img {
    position: absolute;
    left: 200px;
    box-shadow: 0 20px 80px rgba(0, 0, 0, .2);
    opacity: 0;
    transition: .5s all ease;
}
.service-slider .slide-img.active {
    left: 0;
    opacity: 1;
}
.service-slider .slide-img.s-slide2 {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.s-slide-text {
    position: relative;
}
.slide-text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s all ease;
    z-index: 0;
}
.slide-text.active {
    opacity: 1;
    z-index: 1;
}
@media screen and (max-width:768px) {
    .service-slider .box-img {
        height: 41.68vw;
    }
    .service-slider .box-img img {
        height: 280px;
    }
    .service-slider .box-img .s-slide2 img {
        height: 310px;
    }
    .slide-number {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        position: absolute;
        top: -32px;
        z-index: 100;
        background: none;
        padding: 0 10px;
        right: 0;
    }
    .slide-number b {
        font-size: 2.8rem;
    }
    .slide-title {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .slide-title span {
        font-size: 1.4rem;
        margin-bottom: .5rem;
    }
    .service-slider {
        flex-direction: column-reverse;
        margin-bottom: 0;
    }
    .service-slider .box-text {
        width: 100%;
        padding: 20px 0 0;
        position: relative;
    }
    .slide-text {
        position: static;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
    }
    .slide-text.active {
        opacity: 1;
        max-height: none;
    }
}
@media screen and (max-width:480px) {
    .slide-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .service-slider .box-img {
        height: 79.48vw;
    }
    .slide-number {
        top: 10px;
    }
    .service-slider .box-text {
        width: 100%;
        padding: 0;
        position: relative;
    }
    
}


/* コンテンツナビ --------------------------------------------------------- */
.nav-contents {
    display: flex;
    justify-content: center;
}
.nav-contents li {
    width: 15%;
    max-width: 140px;
    text-align: center;
    font-size: 1.4rem;
}
.nav-contents li:nth-of-type(6) {
    display: none;
}
.nav-contents li span {
    font-size: 6.5rem;
    line-height: .9;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    text-align: center;
    color: #f5f5f5;
}
.nav-contents li i {
    font-style: normal;
    display: block;
    position: relative;
}
.nav-contents li i:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: -40px;
    transform: translate3d(-50%, 0, 0);
    background: url("../img/common/ic_service.png") 0 0 no-repeat;
    background-size: 60px 180px;
}
.nav-contents li i.ico-web:before {
    background-position-y: -30px;
}
.nav-contents li i.ico-event:before {
    background-position-y: -60px;
}
.nav-contents li i.ico-movie:before {
    background-position-y: -90px;
}
.nav-contents li i.ico-plan:before {
    background-position-y: -120px;
}
.nav-contents li.active i:before {
    background-position-x: 100%;
}
.nav-contents li a {
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 15px;
    transition: .3s all ease;
}
.nav-contents a:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #adadad;
    z-index: 5;
    transition: .3s all ease;
}
.nav-contents a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff2643;
    z-index: 10;
}
.nav-contents li a:hover {
    opacity: .5
}
.nav-contents .active span {
    color: #fff0f2;
}
.nav-contents .active a {
    color: #ff2643;
    text-decoration: none;
}
.nav-contents .active a:after {
    width: 100%;
    transition: 8s all linear;
}
@media screen and (max-width:769px) {
    .nav-contents li {
        width: 19%;
        max-width: none;
        text-align: center;
        font-size: 1rem;
    }
    .nav-contents li i:before {
        top: -33px;
    }
}
.nav-contents.text li {
    width: auto;
    max-width: none;
    padding: 0 20px;
    margin: 0;
    white-space: nowrap;
}
@media screen and (max-width:768px) {
    .nav-contents.sp-show {
        display: flex;
    }
    .sec-service .nav-contents {
        margin-bottom: 3rem;
    }
    .sec-service .nav-contents li span {
        font-size: 5rem;
    }
    .sec-service .nav-contents li i:before {
        top: -35px;
    }
    .sec-service .nav-contents {
        flex-wrap: wrap;
    }
    /*
    .sec-service .nav-contents li {
        width: 23%;
        font-size: 1.1rem;
        margin: 0 3% 1rem;
        white-space:nowrap;    
    }
    */
    .sec-service .nav-contents li {
        width: 27%;
        font-size: 1rem;
        margin: 0 3%;
        white-space: nowrap;
    }
    .service-slider + .nav-contents {
        display: none;
    }
}
.nav-contents.text li {
    position: relative;
}
.nav-contents.text li + li:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    left: 0;
}
@media screen and (max-width:769px) {
    .nav-contents.text li {
        padding: 0 10px;
        font-size: 1.2rem;
    }
}
.nav-lower {
    width: 90%;
    max-width: 1024px;
    margin-top: -25px;
    position: absolute;
    z-index: 5;
    background: #fff;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
    left: 50%;
    transform: translateX(-50%);
}
.nav-lower .nav-contents li span {
    font-size: 4.6rem;
}
.nav-lower .nav-contents a {
    padding-bottom: 0;
}
.nav-lower .nav-contents a:before, .nav-lower .nav-contents a:after {
    display: none;
}
@media screen and (max-width:769px) {
    .nav-lower {
        overflow-x: scroll;
    }
    .nav-lower .nav-contents.text {
        justify-content: flex-start;
    }
    .nav-lower .nav-contents.text a {
        padding: 10px 0;
        overflow: hidden;
    }
    .nav-lower {
        margin-top: -40px;
        padding: 10px 0;
        border-radius: 0;
    }
    .nav-lower .nav-contents li span {
        font-size: 4.2rem;
    }
}
.slider-text {
    position: relative;
}
.slider-text .text-item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}
.slider-text .text-item.active {
    z-index: 1;
}
.text-item.active .roll-item {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.name-client {
    width: 100%;
    height: 57px;
    font-size: 2.3rem;
    line-height: 1;
    border: 2px solid #000;
    border-radius: 2px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.roll-item {
    display: block;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.name-client .roll-item {
    line-height: 57px;
    text-align: center;
    font-weight: bold;
}
.surface, .back {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.back {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.name-brand {
    width: 100%;
    height: 30px;
}
.name-brand .roll-item {
    line-height: 30px;
    text-align: center;
}
.name-brand img {
    height: 30px;
    width: auto;
}
.closs {
    font-size: 42px;
    font-weight: bold;
    color: #ff2643;
    text-align: center;
    margin: 10px 0;
}
@media screen and (max-width:769px) {
    .slider-text {
        margin-bottom: 30px;
        height: 46px;
    }
    /* .slider-text .text-itme {
        display: flex;
        justify-content: space-between;
    } */
    .slider-text .text-item {
        display: flex;
        justify-content: center;
    }
    .name-client {
        width: calc((100% - 40px) / 2 + 4%);
        font-size: 1.5rem;
        height: 40px;
    }
    .name-client .roll-item {
        line-height: 38px;
        white-space: nowrap;
    }
    .closs {
        margin: 0;
        font-size: 30px;
        line-height: 40px;
        margin-left: 10px;
    }
    .name-brand {
        width: calc((100% - 40px) / 2 - 4%);
        height: 40px;
    }
    .name-brand img {
        position: relative;
        width: auto;
        height: 100%;
        max-height: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
    .name-brand .back {
        padding: 6px 0;
    }
    .slider-text .text-item:first-of-type .name-brand .back {
        padding: 11px 0 12px;
    }
}
.tieup-slider {
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding-bottom: 8rem;
}
.tieup-slider .item {
    float: left;
}
.tieup-slider .item div {
    /* width: 244px;
    height: 344px; */
    width: 315px;
    height: 444px;
    transform: scale(.77) translateX(42px) translateY(66px);
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    transition: .3s all ease;
}
.tieup-slider .item div img {
    height: 100%;
    width: auto;
    transition: .3s all ease;
}
.tieup-slider .item.slick-active div {
    /* width: 315px;
    height: 444px; */
    transform: scale(1) translateX(0) translateY(0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
@media screen and (max-width:769px) {
    .tieup-slider .item div {
        width: 185px;
        height: 260px;
        transform: scale(.77) translateX(28px) translateY(36px);
    }
    .tieup-slider .item.slick-active div {}
}
.mv-lower {
    padding: 140px 0 0;
    text-align: center;
    background: rgba(0, 0, 0, .9);
    height: 300px;
    position: relative;
    z-index: 1;
}
.title-lower {
    font-size: 3.2rem;
    color: #fff;
}
.title-lower span {
    font-size: 1.6rem;
    color: #ff2643;
    display: block;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    margin-top: 1rem;
}
@media screen and (max-width:769px) {
    .mv-lower {
        padding: 60px 0 0;
        height: 160px;
    }
    .title-lower {
        font-size: 2.4rem;
    }
    .title-lower span {
        font-size: 1.2rem;
    }
}
main {
    /* background: #fff; */
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.txt20 {
    font-size: 2rem;
}
@media screen and (max-width:769px) {
    .txt20 {
        font-size: 1.6rem;
    }
}
.sec-description {
    padding-top: 160px;
}
.sec-description:before {
    content: '';
    display: block;
    height: 100%;
    width: calc(50% + 150px);
    position: absolute;
    left: 0;
    top: 0;
    background: #fafafa;
    z-index: 0;
}
.sec-description .inner {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.sec-description .box-text {
    width: 43%;
    position: relative;
    z-index: 2;
}
.sec-description .box-img {
    width: 50%;
    position: relative;
    z-index: 1;
}
.sec-description .box-img div {
    box-shadow: 0 40px 80px rgba(0, 0, 0, .3)
}
@media screen and (max-width:769px) {
    .sec-description {
        padding-top: 110px;
    }
    .sec-description:before {
        left: auto;
        right: 0;
        width: 50%;
    }
    .sec-description .inner {
        flex-direction: column;
    }
    .sec-description .inner.flex {
        padding-bottom: 0;
    }
    .sec-description .box-text {
        width: 100%;
        padding-bottom: 4rem;
    }
    .sec-description .box-img {
        width: 100%;
    }
    .sec-description .box-img div {
        box-shadow: 0 20px 40px rgba(0, 0, 0, .3)
    }
}
.sec-description .box-img .img_height {
    display: inline-block;
    width: 244px;
    max-height: 336px;
}
.sec-description .box-img .img_height img {
    height: 100%;
    width: auto;
}
.sec-description .box-img .img_height + .img_height {
    position: relative;
    margin: 0 0 0 15px;
    top: 30px;
}
@media screen and (max-width:769px) {
    .sec-description .box-img.flex {
        padding-bottom: 2rem;
    }
    .sec-description .box-img .img_height {
        width: 47%;
        max-resolution: res;
    }
    .sec-description .box-img .img_height img {
        width: 100%;
        height: auto;
    }
}
.sec-description .box-img.no-shadow div {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.service-name {
    font-size: 3.2rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}
.service-name i {
    font-size: 17.4rem;
    height: 130px;
    color: #fae3e6;
    display: block;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: -120px;
    z-index: -1;
}
.service-name span {
    font-size: 1.6rem;
    color: #adadad;
    display: block;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 10px;
}
.col-white, .col-white span {
    color: #fff;
}
@media screen and (max-width:1200px) {
    .service-name i {
        left: -60px;
    }
}
@media screen and (max-width:769px) {
    .service-name {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    .service-name i {
        font-size: 10rem;
        left: -3%;
        height: 90px;
        bottom: 20px;
    }
    .service-name span {
        font-size: 1.4rem;
        margin-bottom: 0;
    }
}
.sec-feature {
    position: relative;
    background: rgba(1, 64, 153, .9);
}
.sec-feature:before {
    content: '';
    display: block;
    width: 200%;
    height: 100%;
    background: #fafafa;
    z-index: 0;
    position: absolute;
    right: calc(50% + 512px);
    top: 0;
}
.sec-feature:after {
    content: '';
    display: block;
    width: 200%;
    height: 50%;
    background: #fff;
    z-index: 0;
    position: absolute;
    right: calc(50% + 512px);
    bottom: 0;
}
.sec-feature.strip:before, .sec-feature.strip:after {
    display: none;
}
.sec-feature .flex {
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.sec-feature .flex.four {
    flex-wrap: wrap;
}
.box-feature {
    background: #fff;
    width: 32%;
    max-width: 384px;
    padding: 3rem;
    position: relative;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .2);
    z-index: 5;
    border-radius: 2px;
}
.sec-feature .flex.four .box-feature {
    width: 48.5%;
    max-width: 580px;
}
.sec-feature .flex.four .box-feature:nth-of-type(3), .sec-feature .flex.four .box-feature:nth-of-type(4) {
    margin-top: 40px;
}
.sec-feature .flex.four .box-img {
    height: 364px;
    overflow: hidden;
}
.sec-feature .flex.four .box-img img {
    height: 100%;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.sec-feature .flex.single {
    justify-content: center;
}
.sec-feature .flex.single .box-feature {
    width: 60%;
    max-width: 580px;
}
@media screen and (max-width:769px) {
    .sec-feature .flex {
        flex-direction: column;
        width: 80%;
    }
    .box-feature, .sec-feature .flex.four .box-feature {
        width: 100%;
        max-width: none;
        padding: 2.5rem 2rem;
    }
    * + .box-feature, .sec-feature .flex.four .box-feature:nth-of-type(2), .sec-feature .flex.four .box-feature:nth-of-type(3), .sec-feature .flex.four .box-feature:nth-of-type(4) {
        margin-top: 20px;
    }
    .sec-feature .flex.single {
        flex-direction: row;
    }
    .sec-feature .flex.single .box-feature {
        width: 80%;
    }
    .sec-feature .flex.four .box-img {
        height: auto;
    }
    .sec-feature .flex.four .box-img img {
        width: 100%;
        height: auto;
    }
}
.box-feature:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(#0051c5, #007af3);
    position: absolute;
    top: 0;
    left: 0;
}
.copy-feature {
    font-size: 2.5rem;
    line-height: 1.4;
    color: #014099;
    text-align: center;
}
.box-feature .text-caption {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 3rem 0 0;
}
.box-feature .figure img {
    display: block;
    width: 100%;
    height: auto;
}
.box-feature .text-caption + * {
    margin: 3rem 0 0;
}
@media screen and (max-width:769px) {
    .copy-feature {
        font-size: 1.6rem;
    }
    .box-feature .text-caption {
        font-size: 1.3rem;
        line-height: 1.7;
        margin: 2rem 0 0;
    }
    .box-feature .text-caption + * {
        margin: 2rem 0 0;
    }
}
.box-event-detail + .box-event-detail {
    margin-top: 80px;
}
.box-event-detail .box-img {
    width: 53%;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.box-event-detail .box-img img {
    box-shadow: 0 0 0
}
.box-event-detail .box-text {
    padding-left: 6rem;
    width: 47%;
    position: relative;
    z-index: 1;
}
.box-event-detail .text {
    font-size: 1.6rem;
    line-height: 1.7;
}
@media screen and (max-width:769px) {
    .box-event-detail {
        width: 90%;
        margin-left: 5%;
        flex-direction: column;
    }
    .box-event-detail + .box-event-detail {
        margin-top: 40px;
    }
    .box-event-detail .box-img {
        width: 100%;
    }
    .box-event-detail .box-img img {
        width: 100%;
        height: auto;
    }
    .box-event-detail .box-text {
        padding: 30px 0 0;
        width: 100%;
    }
    .box-event-detail .text {
        font-size: 1.4rem;
    }
}
.box-detail_list {
    position: relative;
    z-index: 1;
    padding: 0 0 50px;
    margin-top: 4rem;
}
.box-detail_list:after {
    content: '';
    display: block;
    height: 100%;
    width: 500%;
    background: #fafafa;
    z-index: -1;
    position: absolute;
    left: -250%;
    bottom: 0;
}
.box-detail_list dl {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.box-detail_list dl + dl {
    border-top: 1px dotted #adadad;
}
.box-detail_list dt {
    font-size: 1.4rem;
    width: 12rem;
    padding-left: 2rem;
    position: relative;
}
.box-detail_list dt:after {
    content: '';
    display: block;
    background: #ff2643;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
}
.box-detail_list dd {
    font-size: 1.6rem;
}
.box-detail_list dd i {
    font-size: 4.8rem;
    color: #ff2643;
    font-weight: normal;
    margin-right: 15px;
}
.box-detail_list dd span {
    color: #9f9f9f;
    margin-left: 1rem;
    white-space: nowrap;
}
.box-detail_list .btn-postion {
    position: absolute;
    right: 0;
    bottom: -19px;
}
@media screen and (max-width:769px) {
    .box-detail_list {
        position: relative;
        z-index: 1;
        padding: 10px 0 30px;
        margin-top: 3rem;
    }
    .box-detail_list:after {
        height: 80%;
        width: 150%;
        left: -25%;
        top: 0;
    }
    .box-detail_list .btn-postion {
        position: relative;
        right: none;
        bottom: 0;
    }
    .box-detail_list dl {
        padding: 10px 0;
    }
    .box-detail_list dt {
        font-size: 1.3rem;
        width: 9rem;
        padding-left: 2rem;
    }
    .box-detail_list dd {
        font-size: 1.3rem;
    }
    .box-detail_list dd i {
        font-size: 3rem;
        margin-right: 5px;
    }
    .box-detail_list dl:last-of-type {
        border-bottom: 1px dotted #adadad;
        margin-bottom: 20px;
    }
}
.box-page_title {
    background: #fafafa;
    padding: 6rem 0 6rem;
    text-align: center;
}
.box-page_title .bg_copy-decoration {
    font-size: 11.5rem;
    position: absolute;
    z-index: 0;
    color: #adadad;
    opacity: .1;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
@media screen and (max-width:769px) {
    .box-page_title {
        padding: 3rem 5%;
    }
    .box-page_title .bg_copy-decoration {
        font-size: 7rem;
        letter-spacing: 0;
        top: -20px;
    }
}
.text-lead {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}
.box-page_title .text-lead {
    margin: 2rem auto 0;
    max-width: 1024px;
}
.box-page_title .title-page_title + .text-lead {
    margin-top: 4rem;
}
@media screen and (max-width: 769px) {
    .text-lead {
        font-size: 1.3rem;
        margin-bottom: 2.5rem;
    }
    .box-page_title .text-lead {
        margin: 2rem auto 0;
        width: 90%;
        text-align: left;
    }
    .box-page_title .title-page_title + .text-lead {
        margin-top: 4rem;
    }
}
.box-table dl {
    font-size: 1.6rem;
    display: flex;
}
@media screen and (max-width: 769px) {
    .box-table dl {
        font-size: 1.3rem;
    }
}
.list-circle li, .sec-news_article ul li {
    position: relative;
    padding-left: 1.5rem;
}
.list-circle li:before, .sec-news_article ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff2643;
    position: absolute;
    left: 0;
    top: 12px;
}
.sec-news_article ol {
    counter-reset: number;
}
.sec-news_article ol li {
    position: relative;
    padding-left: 2.5rem;
}
.sec-news_article ol li:before {
    counter-increment: number;
    content: counter(number)' .';
    font-family: brandon-grotesque, sans-serif;
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: bold;
    z-index: 1;
    color: #ff2643;
    width: 20px;
    font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
    .sec-news_article ol li {
        padding-left: 2rem;
    }
    .sec-news_article ol li:before {
        top: 0;
        width: 18px;
        font-size: 1.5rem;
    }
}
.list-number {
    counter-reset: number;
    margin-top: 2rem;
}
.list-number > li {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 3.6rem;
}
.list-number li strong {
    display: inline-block;
    margin-bottom: .6em;
}
.list-number > li:before {
    counter-increment: number;
    content: counter(number);
    font-family: brandon-grotesque, sans-serif;
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: bold;
    z-index: 1;
    color: #fff;
    width: 24px;
    display: flex;
    height: 24px;
    justify-content: center;
    align-items: center;
    line-height: .9;
}
.list-number > li:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #FF2643;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 0;
}

.list-number > li ul {
    margin: 10px 0;
    line-height: 1.4;
}
.list-number > li ul *+li {
    margin-top: 10px;
}

.sec-ourcode .list-circle li:before, .sec-ourcode .list-number li:after {
    background: #000;
}
.box-history {
    font-size: 1.4rem;
    position: relative;
}
.box-history:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #dadada;
    position: absolute;
    left: 100px;
}
.box-history dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.box-history dt {
    width: 125px;
    font-weight: bold;
}
.box-history dd {
    width: calc(100% - 125px);
    margin-bottom: 10px;
}
.box-history-catch {
    position: relative;
    margin: -90px auto 90px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, .15);
}
@media screen and (max-width: 769px) {
    .box-history {
        font-size: 1.3rem;
    }
    .box-history:before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #dadada;
        position: absolute;
        left: 60px;
    }
    .box-history dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-bottom: 20px;
    }
    .box-history dt {
        width: 70px;
        font-weight: bold;
    }
    .box-history dd {
        width: calc(100% - 70px);
        margin-bottom: 10px;
    }
    .box-history-catch {
        position: relative;
        margin: 0 auto 40px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    }
    .box-history-catch img {
        width: 112%;
        height: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
.not-applicable {
    text-align: center;
    background: #fafafa;
    padding: 54px 0;
    margin-bottom: 60px;
}
.list-update li {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.list-update li time {
    width: 180px;
}
.list-update li a {
    width: calc(100% - 180px);
}
@media screen and (max-width: 769px) {
    .not-applicable {
        padding: 30px 0;
        margin-bottom: 40px;
    }
    .list-update li {
        padding: 12px 0;
    }
    .list-update li time {
        width: 90px;
    }
    .list-update li a {
        width: calc(100% - 90px);
    }
}
.box-news-archive .box-content {
     width: 72%; 
}
.box-news-archive aside {
    width: 24%;
}
.select-default {
    padding: 10px;
    width: 100%;
    border: 1px solid #000;
}
@media screen and (max-width: 769px) {
    .box-news-archive .flex {
        flex-direction: column-reverse;
    }
    .box-news-archive .box-content {
        width: 100%;
    }
    .box-news-archive aside {
        width: 100%;
        margin-bottom: 4rem;
    }
    .select-default {
        padding: 5px;
    }
}
.box-gray {
    background: #fafafa;
    padding: 30px 24px;
}
* + .box-gray {
    margin-top: 5rem;
}
.box-gray dl {
    line-height: 2.5;
}
@media screen and (max-width: 769px) {
    .box-gray {
        padding: 20px;
    }
    * + .box-gray {
        margin-top: 3rem;
    }
    .box-gray dl {
        line-height: 2;
    }
}
.sec-advertising .box-content {
    width: 53%;
}
.sec-advertising .box-img {
    width: 43%;
}
.sec-advertising .box-img a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #adadad;
}
.sec-advertising .box-img a img {
    margin: 0 auto;
}
@media screen and (max-width: 769px) {
    .sec-advertising {
        flex-direction: column-reverse;
    }
    .sec-advertising .box-content {
        width: 100%;
        margin-top: 3rem;
    }
    .sec-advertising .box-img {
        width: 100%;
    }
    .sec-advertising .box-img a {
        padding: 20px;
    }
}
.table-contact {
    margin-bottom: 8rem;
}
.table-contact dl {
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 2.4rem;
}
.table-contact.confirm dl {
    border-bottom: 1px solid #eee;
}
@media screen and (max-width: 769px) {
    .table-contact {
        margin-bottom: 5rem;
    }
    .table-contact dl {
        flex-direction: column;
        font-size: 1.4rem;
        line-height: 1;
        margin-bottom: 1rem;
    }
}
.table-contact dt {
    width: 32%;
    padding: 12px 0;
}
.table-contact dd {
    width: 67.7%;
    display: flex;
    flex-direction: column-reverse;
}
.table-contact dd.no-reverse {
    flex-direction: column;
}
@media screen and (max-width: 769px) {
    .table-contact dt {
        width: 100%;
        padding: 2rem 0 1rem;
        font-size: 1.5rem;
    }
    .mw_wp_form_confirm .table-contact dt {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .table-contact dd {
        width: 100%;
    }
    .table-contact dd.no-reverse {
        padding-top: 2rem;
    }
}
.table-contact dd input[type="text"], .table-contact dd input[type="email"] {
    padding: 12px 24px;
    background: #eee;
    border: none;
    width: 100%;
    position: relative;
    transition: .3s all ease;
    border-bottom: 2px solid rgba(83, 154, 255, 0);
}
.select-contact, select[name="address"] {
    padding: 12px 24px;
    background: #eee;
    border: none;
    width: 40%;
}
.table-contact dd textarea {
    padding: 12px 24px;
    background: #eee;
    border: none;
    width: 100%;
    height: 10em;
    resize: none;
    transition: .3s all ease;
}
@media screen and (max-width: 769px) {
    .table-contact dd input[type="text"], .table-contact dd input[type="email"] {
        padding: 12px 15px;
    }
    .select-contact, select[name="address"] {
        padding: 12px 15px;
        width: 55%;
    }
    .table-contact dd textarea {
        padding: 12px 15px;
    }
}
.table-contact dd .error + input[type="text"], .table-contact dd .error + input[type="email"], .table-contact dd .error + textarea {
    background: #fae3e6
}
.mw_wp_form .error {
    color: #ff2643;
    display: block;
    margin-top: 10px;
    font-weight: bold;
}
.mw_wp_form .no-reverse .error {
    margin: 0 0 20px;
}
.table-contact dd input[type="text"]:hover, .table-contact dd input[type="email"]:hover, .table-contact dd textarea:hover {
    background: #dfecff;
}
.select-contact:hover, select[name="address"]:hover {
    background: #dfecff;
}
.table-contact dd input[type="text"]:focus, .table-contact dd input[type="email"]:focus, .table-contact dd textarea:focus {
    background: #dfecff;
    border-bottom: 2px solid rgba(83, 154, 255, 1);
}
.table-contact .text-indent {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
    margin-top: 2rem;
}
.table-contact .text-indent br {
    display: none;
}
.label-required {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    background: #ff2643;
    padding: 4px 14px 5px;
    margin-left: 2rem;
}
@media screen and (max-width: 769px) {
    .label-required {
        font-size: 1.2rem;
        padding: 4px 10px;
        margin-left: 1rem;
    }
}
.mwform-radio-field {
    display: block;
}
.mw_wp_form .vertical-item + .vertical-item {
    margin-top: 2rem;
}
.mwform-radio-field label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.mwform-radio-field label input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.mwform-radio-field-text:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: calc(50% - 10px);
}
.mwform-radio-field label input[type="radio"]:checked + .mwform-radio-field-text:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #ff2643;
    position: absolute;
    border-radius: 50%;
    left: 5px;
    top: calc(50% - 5px);
}
.btn-submit, input[type="submit"] {
    background: #000;
    padding: 20px 24px;
    color: #fff;
    text-align: center;
    width: 38%;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
    border-radius: 1px;
    display: inline-block;
    transition: .3s all ease;
}
.btn-submit:hover, input[type="submit"]:hover {
    opacity: .5;
}
@media screen and (max-width: 769px) {
    .btn-submit, input[type="submit"] {
        width: 70%;
        font-size: 1.4rem;
    }
}
.sec-lower-common p a.btn-submit {
    color: #fff;
}
.btn-back {
    background: #eee;
    padding: 20px 24px;
    color: #000;
    text-align: center;
    width: 38%;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
    margin-right: 2rem;
    border-radius: 1px;
    display: inline-block;
}
.list-flow {
    display: flex;
    justify-content: center;
    color: #9f9f9f;
    font-size: 1.6rem;
    margin-bottom: 8rem;
}
.list-flow li {
    margin: 0 20px;
    padding-right: 1.5rem;
    border-bottom: 1px solid #9f9f9f;
}
.list-flow li.current {
    color: #014099;
    border-bottom: 4px solid #014099;
}
.list-flow i {
    font-size: 4rem;
    font-family: "brandon-grotesque", sans-serif;
    margin-right: .5rem;
}
@media screen and (max-width: 769px) {
    .list-flow {
        font-size: 1.2rem;
        margin-bottom: 4rem;
    }
    .list-flow .pc-show {
        display: none;
    }
    .list-flow li {
        margin: 0 1%;
        width: 31%;
        text-align: center;
        padding: 0 0 5px;
        border-bottom: 1px solid #9f9f9f;
    }
    .list-flow i {
        font-size: 2.5rem;
        display: block;
        text-align: center;
        margin-right: 0;
    }
}
.list-tieup {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 6rem;
    flex-wrap: wrap;
}
.list-tieup:after {
    content: '';
    width: 32.42%;
}
/* .item-tieup {
    width: 32.42%;
    max-width: 380px;
    margin-bottom: 4rem;
} */
.item-tieup {
    width: 49%;
    max-width: 490px;
    margin-bottom: 6rem;
}
.item-tieup .box-img {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
    margin-bottom: 1rem;
    overflow: hidden;
}
.item-tieup .box-img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
}
.item-tieup h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
}
.item-tieup h3 b {
    display: inline-block;
    color: #ff2643;
    font-size: 3.6rem;
    position: relative;
    top: 7px;
    padding: 0 5px;
}
.item-tieup h3 img {
    position: relative;
    height: 24px;
    top: 50%;
    transform: translateY(20%);
}
.item-tieup p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}
.list-hash {
    display: flex;
    font-size: 1.4rem;
}
.list-hash li {
    border: 1px solid #000;
    padding: 4px 15px;
    border-radius: 30px;
    margin-right: 5px;
}
@media screen and (max-width: 769px) {
    .list-tieup {
        padding-bottom: 4rem;
    }
    .item-tieup {
        width: 90%;
        max-width: none;
        margin: 0 auto 4rem;
    }
    .item-tieup .box-img {
        box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    }
    .item-tieup .box-img img {
        width: 100%;
        height: auto;
    }
    .item-tieup h3 {
        text-align: center;
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
    }
    .item-tieup h3 b {
        font-size: 3rem;
        top: 5px;
    }
    .item-tieup p {
        font-size: 1.3rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }
    .list-hash {
        display: flex;
        font-size: 1.3rem;
    }
    .list-hash li {
        border: 1px solid #000;
        padding: 4px 10px;
    }
    .item-tieup h3 img {
        position: relative;
        height: 15px;
        top: 50%;
        transform: translateY(20%);
    }
}
.list-plan {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 6rem;
    flex-wrap: wrap;
}
.list-plan:after {
    content: '';
    width: 49%;
}
.item-plan {
    width: 49%;
    max-width: 490px;
    margin-bottom: 6rem;
}
.list-plan.cell3:after {
    content: '';
    width: 32%;
}
.list-plan.cell3 .item-plan {
    width: 32%;
}
.item-plan .box-img {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
    margin-bottom: 1rem;
    overflow: hidden;
}
.item-plan .box-img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
}
.item-plan h3 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 3rem;
}
.item-plan p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
    .list-plan {
        padding-bottom: 4rem;
    }
    .item-plan {
        width: 90%;
        max-width: none;
        margin: 0 auto 4rem;
    }
    .item-plan .box-img {
        box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    }
    .item-plan .box-img img {
        width: 100%;
        height: auto;
    }
    .item-plan h3 {
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }
    .item-plan h3 b {
        font-size: 3rem;
        top: 5px;
    }
    .item-plan p {
        font-size: 1.3rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }
}
.list-number_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    gap: 20px 20px;
}
.list-number_cont:after {
    content: '';
    width: 32%;
}
.item-number {
    width: calc((100% - 40px) / 3);
    padding: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .16);
    text-align: center;
    border-radius: 2px;
}
.item-number img {
    width: 100%;
    height: auto;
    display: block;
}
.item-number .title-r_belt {
    width: auto;
    white-space: nowrap;
    padding: .8rem 1.5rem;
    margin-bottom: 3rem;
}
.item-number .box-text {
    background: #eee;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 20px;
    border-radius: 2px;
}
.item-number .box-text * + p {
    margin-top: 10px;
}
.item-number .box-text b {
    font-size: 1.4rem;
}
.item-number.-wide {
    width: calc(((100% - 40px) / 3) * 2 + 20px);
}
.item-number.-wide .s-flex {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 0;
}
.item-number.-wide .s-flex img {
    width: calc((100% - 20px) / 2);
    height: auto;
}
.item-number.-full {
    width: 100%;
    padding: 40px 20px 20px;
    background: #fff;
}
.item-number.-full img {
    width: auto;
}
.item-number.-full .e-title {
    margin-bottom: 20px;
}
.item-number.-full .e-title img {
    margin: 0 auto;
}
.item-number.-full .e-time {
    margin-top: 20px;
}
.item-number.-full .e-time img {
    margin-left: auto;
}
.item-number.-full .s-flex {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 4%;
    padding: 20px 0;
    background: url("../img/number/img_number09_bg_23.png") 50% 50% no-repeat;
    margin: 0 0;
}
.item-number.-full .s-flex img {
    width: 22%;
    height: auto;
    max-width: max-content;
}
.item-number.-sp_view {
    display: none;
}
@media screen and (max-width: 769px) {
    .item-number.-sp_view {
        display: block;
    }
    .list-number_cont {
        justify-content: center;
        margin: 0 5%;
        width: auto;
    }
    .item-number {
        width: 88%;
        margin-bottom: 16px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    }
    .item-number.-full {
        display: none;
    }
    .item-number.-wide {
        width: 88%;
        padding-bottom: 10px;
    }
    .item-number.-wide .s-flex {
        flex-direction: column;
        gap: 0;
    }
    .item-number.-wide .s-flex img {
        width: 100%;
        height: auto;
    }
    .item-number.-wide .s-flex img + img {
        margin-top: -10vw;
        position: relative;
    }
}
.list-case {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 6rem;
    margin-top: 4rem;
}
.list-case:after {
    content: '';
    width: 32.42%;
}
.item-case {
    width: 32.42%;
    max-width: 389px;
    margin-bottom: 6rem;
}
.item-case p {
    font-size: 1.4rem;
}
.item-case .box-img {
    margin-bottom: 2rem;
    overflow: hidden;
}
.item-case .box-img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
}
.item-case .title-sub-element {
    margin-bottom: 2rem;
    line-height: 1.1;
}
.item-case .box-detail_list {
    padding: 15px;
    margin-top: 2rem;
}
.item-case .box-detail_list:after {
    width: 100%;
    left: 0;
}
.item-case .box-detail_list dl {
    padding: 0;
}
.item-case .box-detail_list dl + dl {
    padding-top: 15px;
}
.item-case .box-detail_list dt {
    width: 8rem;
    font-size: 1.2rem;
    padding-left: 1.5rem;
}
.item-case .box-detail_list dd i {
    font-size: 3rem;
    margin-right: 5px;
}
.item-case .box-detail_list dd {
    font-size: 1.2rem;
}
.sec-content_sub {
    background: #eee;
    padding: 6rem 0 1rem;
    width: 90%;
    max-width: 1024px;
    margin: 0 auto 8rem;
}
.sec-content_sub.no-bg {
    background: none;
}
.sec-content_sub .text-lead {
    margin-bottom: 4rem;
    padding: 0 4.4%;
}
.list-case_small {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.list-case_small .item-case {
    width: 42.6%;
    max-width: 436px;
    margin: 0 1.5% 5rem;
}
@media screen and (max-width: 769px) {
    .list-case {
        flex-direction: column;
    }
    .item-case {
        width: 90%;
        margin: 0 auto 4rem;
    }
    .item-case p {
        font-size: 1.3rem;
        line-height: 1.6;
    }
    .item-case .box-detail_list dl {
        padding-bottom: 10px;
    }
    .item-case .box-detail_list dl:last-of-type {
        border-bottom: none;
        margin-bottom: 20px;
    }
    .item-case .box-detail_list dl + dl {
        padding-top: 10px;
    }
    .item-case .box-detail_list dd i {
        font-size: 2rem;
    }
}
.list-pv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px auto 0;
}
.list-pv li {
    width: calc(100% / 3);
}
.list-pv li img {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 769px) {
    .list-pv {
        margin: 40px auto 0;
    }
    .list-pv li {
        width: calc(100% / 2);
    }
    .list-pv li img {
        width: 100%;
        height: auto;
    }
}
/* 汎用flexリスト */
.list-flex {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1024px;
    flex-wrap: wrap;
    margin: 0 auto;
}
.list-flex li {
    width: 32.42%;
    max-width: 324px;
    margin-bottom: 6rem;
    text-align: center;
}
.list-flex_wide {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    flex-wrap: wrap;
    margin: 0 auto;
}
.list-flex_wide li {
    width: 32.42%;
    max-width: 389px;
    margin-bottom: 6rem;
    text-align: center;
}
.list-flex.thin li {
    width: 30%;
    max-width: 377px;
}
.list-flex_wide.four li {
    width: 22.2%;
    max-width: 266px;
    margin-bottom: 6rem;
    text-align: center;
}
.list-flex.thin li img {
    width: 100%;
    height: auto;
}
.list-flex li .box-img, .list-flex_wide li .box-img {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .16);
}
.list-flex_wide.four li .box-img {
    max-height: 364px;
    overflow: hidden;
}
.list-flex_wide.four li .box-img img {
    width: auto;
    height: 100%;
    max-height: 364px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
.list-flex_wide li .box-img, .list-flex li .box-img {
    overflow: hidden;
    margin-bottom: 2rem;
}
.list-flex:after, .list-flex_wide:after {
    content: '';
    width: 32.42%;
}
.list-flex_wide.four::after, .list-flex_wide.four::before {
    content: "";
    width: 22.2%;
    height: 0;
}
.list-flex_wide.four::before {
    order: 1;
}
.list-flex .btn, .list-flex_wide .btn {
    max-width: 220px;
    width: 90%;
}
@media screen and (max-width: 769px) {
    .list-flex_wide, .list-flex {
        width: 90%;
        margin-left: 5%;
    }
    .list-flex_wide li .box-img img, .list-flex li .box-img img {
        width: 100%;
        height: auto;
    }
    .list-flex li, .list-flex_wide li {
        width: 100%;
        max-width: none;
        margin-bottom: 5rem;
    }
    .list-flex_wide.four li, .list-flex.thin li {
        width: 80%;
        max-width: none;
        margin: 0 auto 4rem;
    }
    .list-flex_wide.four li img {
        width: 100%;
        height: auto;
    }
    .list-flex_wide.four li .box-img {
        max-height: none;
    }
    .list-flex_wide.four li .box-img img {
        width: 100%;
        height: auto;
    }
    .list-flex .btn, .list-flex_wide .btn {
        padding: .8rem;
    }
    .list-flex li .box-btn, .list-flex_wide li .box-btn, .list-flex_wide.four li .box-btn {
        margin-top: 1.5rem;
    }
    .list-flex_wide.four::after, .list-flex_wide.four::before {
        content: "";
        width: 0;
        height: 0;
    }
}
.item-name {
    font-size: 1.6rem;
    font-weight: bold;
}
.item-caption {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 1.5rem;
    line-height: 1.4;
    height: 2.7em;
}
@media screen and (max-width: 769px) {
    .item-caption {
        font-size: 1.3rem;
        text-align: left;
        height: auto;
    }
}
.sec-inner {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
}
.sec-inner_wide {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.sec-inner_wide + .sec-inner_wide {
    margin-top: 80px;
}
.box-anchor {
    background: #fafafa;
    padding: 20px 0;
    margin: 0 auto 40px;
    max-width: 1200px;
}
.list-anchor {
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}
.list-anchor li {
    margin: 10px 10px;
    font-size: 1.4rem;
}
.list-anchor li a {
    position: relative;
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    padding: 8px 50px 8px 25px;
    border-radius: 30px;
    text-decoration: none;
    background: #fff;
}
.list-anchor li a:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ff2643;
    border-bottom: 2px solid #ff2643;
    position: absolute;
    transform: rotate(45deg);
    right: 25px;
    top: calc(50% - 6px);
}
@media screen and (max-width: 769px) {
    .box-anchor {
        padding: 20px 0;
        max-width: none;
    }
    .list-anchor {
        width: 100%;
    }
    .list-anchor li {
        margin: 3px 3px;
        font-size: 1.2rem;
    }
    .list-anchor li a {
        padding: 6px 30px 6px 15px;
        background: #fff;
    }
    .list-anchor li a:after {
        width: 6px;
        height: 6px;
        right: 15px;
    }
}
.mv-movie {
    position: fixed;
    width: 100vw;
    /* aspect-ratio: 1.78 / 1; */
    height: 100%;
    max-height: 70vh;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}
.mv-movie video {
    position: fixed;
    width: 100%;
    /*  height: 100%; */
    aspect-ratio: 1920/1080;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mv-movie:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .15;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: multiply;
}
@media screen and (max-width:1220px) {
    .mv-movie {
        max-height: none;
        height: 70vh;
    }
    .mv-movie video {
        width: auto;
        height: 100%;
    }
}
@media screen and (max-width:1220px) and (max-height:900px) {
    .mv-movie video {
        width: 100%;
        height: auto
    }
}
@media screen and (max-width:912px) {
    .mv-movie {
        max-height: 50vh;
    }
}
@media screen and (max-width:600px) {
    .mv-movie video {
        width: auto;
        height: 100%;
    }
}


.bg-lower {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-top: 56.25%;
}
.bg-lower img {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
/* ページトップに戻る ------------------------------------------------------------------ */
.btn-pagetop {
    display: block;
    width: 56px;
    height: 56px;
    background: #000;
    position: absolute;
    top: -56px;
    right: 0;
    z-index: 9999;
    transition: .3s all ease;
}
.btn-pagetop:hover {
    opacity: .7;
}
.btn-pagetop:before {
    content: '';
    width: 2px;
    height: 16px;
    background: #fff;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 1px);
}
.btn-pagetop:after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    top: calc(50% - 8px);
    left: calc(50% - 5px);
    transform: rotate(-45deg);
    position: absolute;
}
.btn-pagetop.fixed {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
}
@media screen and (max-width:769px) {
    .btn-pagetop {
        width: 44px;
        height: 44px;
        top: -22px;
    }
}
/* 調整クラス ------------------------------------------------------------------ */
.mt80 {
    margin-top: 80px !important;
}
.pb160 {
    padding-bottom: 140px;
}
.sp-show {
    display: none;
}
@media screen and (max-width:769px) {
    .mt80 {
        margin-top: 40px !important;
    }
    .pb160 {
        padding-bottom: 4rem;
    }
    br.sp-show {
        display: block !important;
    }
}
/* SP用 ------------------------------------------------------------------ */
@media screen and (max-width:769px) {
    .tab-nav {
        width: 90%;
        margin: 0 auto 40px;
        display: flex;
    }
    .tab-nav li {
        width: 50%;
        text-align: center;
        font-size: 1.3rem;
        display: block;
        padding: 14px 0;
        background: #fff;
        color: #999;
        position: relative;
    }
    .tab-nav li.active {
        background: #000;
        color: #fff;
    }
    .tab-nav li.active:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 10px 0 10px;
        border-color: #000 transparent transparent transparent;
        position: absolute;
        left: calc(50% - 10px);
        bottom: -12px;
    }
}
body.fixed {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
body.fixed:before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 6;
}
.effect-ready {
    position: relative;
    top: 50px;
    opacity: 0;
    transition: .4s all ease;
}
.effect-ready.on {
    top: 0;
    opacity: 1;
}
.effect-ready-nomove {
    position: relative;
    opacity: 0;
    transition: .3s all ease;
}
.effect-ready-nomove.on {
    opacity: 1;
}
/* 20230403 */
.sec-news {
    padding: 40px 5% 60px;
}
.sec-news .b-bnr {
    padding: 25px 5% 50px;
    text-align: center;
}
.sec-news .b-bnr a {
    display: block;
    transition: .3s all
}
.sec-news .b-bnr a:hover {
    opacity: .7;
}
@media screen and (max-width:769px) {
    .sec-news .b-bnr {
        padding: 0 5% 20px;
    }
    .sec-news .b-bnr a img {
        width: 100%;
        height: auto;
    }
}