* {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

p {
    transform: rotate(0.03deg);
    line-height: 2em;
}

h2 {
    position: relative;
    display: inline-block;
    font-size: 25px;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

.btnCon {
    width: 100%;
    text-align: center;
}

a.btnView{
    position:relative;
    display: inline-block;
    text-decoration: none;
    box-sizing:border-box;
    overflow: hidden;
    box-shadow: inset 1.5px 1.5px 0 0 #4BC1C2, inset 0 0 0 1.5px #276EA2;
    padding: 0.4em 1.5em;
    border-radius: 10em;
    z-index: 2;
}

.bg{
    width: 100%;
    height: 100%;
    display: block;
    opacity:0;
    transition:opacity .3s;
    position: absolute;
    top:0px;
    left:0px;
    background: linear-gradient(90deg, #4BC1C2, #276EA2);
    transform: rotate(0.03deg);
}
  
.text {
    font-weight: bold;
}

.btnView span.material-symbols-sharp {
    position: absolute;
    font-size: 15px;
    top: calc(50% - 7.5px);
    right: 15px;
}

a.btnView:hover{
    box-shadow:none;
    .text{
        color:#fff;
    }
    .bg{
        opacity:1;
        z-index: -1;
    }
}


#info,#about {
    padding-top: 95px;
    padding-bottom: 50px;
}

#info .titleWrap,#about .titleWrap {
    text-align: center;
    margin-bottom: 50px;
}


/*header*/
header {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    padding: 30px 30px;
    display: flex;
    align-items: center;
}

#header.scroll {
    position: fixed;
    background: #fff;
    animation-name: anime;
    animation-duration: 0.3s;
    height: 100px;
}
  @keyframes anime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.toggle{
    display: none;
}

.menu ul {
    display: flex;
    justify-content: flex-end;
}

.menu li {
    margin-right: 2em;
    font-size: 16px;
    transform: rotate(0.05deg);
}

.menu li:last-child {
    margin-right: 0;
}

.menu li a{
    position:relative;
}

.menu li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    bottom: -5px;
    visibility: hidden;
    opacity: 0;
}

.menu li a:hover::after {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}


/*info*/
#info h2::after {
    content: url(../images/info.png);
    position: absolute;
    top: -45px;
    right: -150px;
}

.infoList {
    margin-bottom: 30px;
}

.infoList li {
    font-size: 16px;
    padding: 0.75em 0;
    border-bottom: 1.5px dotted #000;
}

.infoList li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: .5s;
}

.infoList li a:hover {
    opacity: .5;
}

.infoList li:last-child {
    border-bottom: none;
}

.date {
    background: #9cf2f2;
    background: linear-gradient(45deg, #B5F2F1 0%, #D7F2E8 100%);
    color: #036EB4;
    padding: 0.25em 1em;
    margin-right: 2em;
}


/*about*/
#about h2::after {
    content: url(../images/about.png);
    position: absolute;
    top: -45px;
    right: -135px;
}

#about {
    background: #9cf2f2;
    background: linear-gradient(135deg, #f9f7ca 0%, #9cf2f2 100%);
}

.col3 {
    display: flex;
    justify-content: space-between;
}

.pointBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    width: 280px;
    height: 280px;
    font-size: 19px;
}

.pointBox:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 38px 38px 0;
    border-color: transparent #FFFF00 transparent transparent;
    top: 0;
    right: 0;
}

span.red {
    color: #C00D23;
}

.point {
    margin: 45px 0;
}

/*voice*/
#voice h2::after {
    content: url(../images/voice-icon.png);
    position: absolute;
    top: -110px;
    right: -235px;
}

/*group*/
#group h2::after {
    content: url(../images/group.png);
    position: absolute;
    top: -90px;
    right: -115px;
}

#group .left,
#voice .left {
    text-align: left;
}

.background {
    display: flex;
}

.background img{
    width:100%;
}

#group,
#voice {
    display: flex;
    padding-top: 160px;
    padding-bottom: 80px;
}

#group .right,
#voice .right {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    box-sizing: border-box;
    padding-right: calc((100% - 1000px)/2);
    padding-left: 3.5em;
}

#group p,
#voice p {
    margin-top: 30px;
    margin-bottom: 45px;
}


/*faq*/
#faq h2::after {
    content: url(../images/faq.png);
    position: absolute;
    top: -55px;
    right: -35px;
}

#faq {
    display: flex;
    justify-content: flex-end;
    background: #9cf2f2;
    background: linear-gradient(-135deg, #f9f7ca 0%, #9cf2f2 100%);
    padding-top: 60px;
}

.left.colBox {
    position: absolute;
    left: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-left: calc((100% - 1000px)/2);
    padding-top: 30px;
}

#faq .right.background {
    width: 660px;
}

.right.background {
    justify-content: flex-end;
}

#faq p {
    margin-top: 30px;
    margin-bottom: 45px;
}


/*footer*/
.footWrap {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.com p {
    margin-top: 15px;
    line-height: 1.75em;
}

.link {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

a.btnLink {
    position: relative;
    display: block;
    padding: 0.75em 4em;
    background: linear-gradient(135deg, #4BC1C2 36%, #276EA2 100%);
    color: #fff;
    border-radius: 10em;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 400;
    letter-spacing: 0.15em;
    transition: .3s;
}

a.btnLink:after {
    position: absolute;
    top: calc(50% - 0.7em);
    right: 15px;
    font-family: "Material Symbols Sharp";
    content: "\e5e1";
    font-weight: 100;
}

a.btnLink:hover {
    opacity: .6;
}

@media screen and (max-width:1500px) {
    .left.colBox{
        position:inherit;
    }
    #faq p{
        padding-right:1em;
    }
}

@media screen and (max-width:1100px) {
    .menu li {
        font-size: 15px;
        margin-right: 1.5em;
    }
}

@media screen and (max-width:1080px) {
    #group h2::after,
    #voice h2::after{
        right: -50px;
    }
}

@media screen and (max-width:1000px) {
    .inner {
        width: 100%;
        padding: 0 1.5em;
    }

    .toggle {
        display:block;
        position: absolute;
        top: 25px;
        right: 25px;
    }
    
    .toggleBox {
        display: flex;
        position: relative;
        width: 60px;
        height: 60px;
        cursor: pointer;
        background: #fff;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    
    .toggleBox > span {
      width: 28px;
      height: 1px;
      display: block;
      background: #000;
      transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
    }
    
    .toggleBox > span:nth-child(1) {
        margin: 0;
    }
    .toggleBox > span:nth-child(2) {
        transform: translatey(-50%);
        margin: 8px 0;
    }

    .toggle {
        z-index: 1000;
    }
    
    .menu {
        display: block;
        width: 60%;
        height: 100%;
        background: #fff;
        color: #000;
        position: fixed;
        top: 0;
        right: 0;
        text-align: center;
        transform: translateX(100%);
        transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
        z-index: 999;
    }

    .menu.is-open {
        transform: translateX(0);
    }
    
    
    .is-open {
        overflow: hidden;
    }
    
    .is-open.toggleBox > span {
        background: #000;
    }
    
    .is-open.toggleBox > span:nth-child(1) {
      top: 50%;
      transform: rotate(45deg) translatey(-50%);
    }
    
    .is-open.toggleBox > span:nth-child(2) {
      display: none;
    }
    
    .is-open.toggleBox > span:nth-child(3) {
      top: 50%;
      transform: rotate(-45deg) translatey(-50%);
    }
    
    .is-open.toggleBox {
      z-index: 999;
      transform: translateX(0);
    }

    .menu ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 0 2em;
    }
    
    .menu li {
        width: 100%;
        border-bottom: 1px solid #000;
        text-align: left;
        padding: 15px 0;
        font-size: 15px;
    }
    
    .menu li:last-child {
        border: none;
    }


    #info, #about {
        padding-top: 80px;
    }

    .pointBox {
        width: 230px;
        height: 230px;
        font-size: 16px;
    }

    #group,
    #voice {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    #group .left,#group .right,
    #voice .left,#voice .right  {
        width: 50%;
    }

    #group .right,
    #voice .right {
        padding-left: 1.5em;
        padding-right: 1em;
    }

    #group .left,#voice .left {display: flex;align-items: flex-start;}
    
    #faq .left,#faq .right {
        width: 50%;
    }
    
    #faq .left {
        padding-bottom: 30px;
    }

    #faq {
        padding-top: 80px;
    }

    .left.colBox {
        padding: 0 1.5em;
    }

    #faq p {
        padding-right: 0;
    }

    #faq .right.background {
        display: flex;
        align-items: flex-end;
        width: 50%;
    }
}

@media screen and (max-width:760px) {
    h2::after {display: none;}

    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }

    .logo img {
        width: 82%;
    }

    header {
        height: 80px;
        padding:15px;
    }
    
    #header.scroll {
        height: 80px;
    }
    
    .toggle {
        top: 10px;
        right: 10px;
    }

    #info, #about {
        padding: 30px 0;
    }

    #info .titleWrap, #about .titleWrap {
        margin-bottom: 25px;
    }

    .infoList li a {
        flex-direction: column;
    }
    
    
    .date {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .text {
        font-size: 14px;
    }

    a.btnView{
        width:180px;
    }

    .col3 {
        display: flex;
        flex-direction: column;
    }
    
    .pointBox {
        width: 100%;
        height: 150px;
        margin-bottom: 15px;
    }
    
    .pointBox:last-child {
        margin-bottom: 0;
    }
    
    #group,
    #voice {
        flex-direction: column;
        padding: 45px 0;
    }
    
    #group .left, #group .right,
    #voice .left, #voice .right {
        width: 100%;
    }
    
    .left img {
        width: 95%;
    }
    
    #group .right,
    #voice .right {
        margin-top: 30px;
        padding-right: 7%;
    }
    
    #faq {
        flex-direction: column;
        padding-top: 45px;
    }
    
    #faq .left, #faq .right {
        width: 100%;
    }
    
    #faq .right.background {
        width: 100%;
    }
    
    #faq .right img {
        width: 95%;
    }
    
    .footWrap {
        flex-direction: column;
    }
    
    .com {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .link {align-items: center;justify-content: center;}
    
    a.btnLink {margin-bottom: 15px;}
    
}
.large_btn{
    margin-bottom: 90px;
}
.large_btn a.btnView {
    padding: 1em 1.2em;
}
.large_btn a.btnView .text{
    margin-right: 15px;
}
@media screen and (max-width:760px) {
    .large_btn {
        margin-bottom: 30px;
    }
    .large_btn a.btnView{
       width: auto;
    }
}
.eliDet+.eliTitle {
    margin-top: 20px;
}

@media screen and (min-width:760px) {
    .voice_col{
        display: flex;
        justify-content: space-between;
    }
    .voice_col .eliWrap {
    /* width: 48%; */
}
}