@charset "UTF-8";
/* コンテンツ */


.imgset img {
    width: 100%;
}

.vbox1 {
    margin: 1em auto 2em;
}
.vbox1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.vbox1 ul li:first-child {
    width: 20%;
}
.vbox1 ul li:last-child {
    width: 78%;
}
.vbox1 p {
    line-height: 1.5;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em;
}

.date_box {
    margin-bottom: 3em;
}
.date_box h3 {
    width: 50%;
    margin: 0 auto 2.5em;
}
.date_box p {
    text-align: center;
    font-size: 1.16em;
    line-height: 1.5;
    font-weight: 700;
}

.sw_box {
    margin-bottom: 5em;
}
.sw_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sw_box ul li {
    position: relative;
    width: 48%;
    text-align: center;
}
.sw_box ul li section {
    background-color: #fff;
    padding: 2em 2em 4em;
    border: 5px solid #fee9b4;
    border-radius: 2em;
    /*filter: drop-shadow(0 0 5px #fee9b4);*/
}
.sw_box ul li section h4 {
    font-weight: 800;
    font-size: 1.4em;
    line-height: 1.4;
    margin: 1em auto;
}
.sw_box ul li section h5 {
    background-color: #003477;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 0.3em 0.5em;
}
.sw_box ul li section p {
    font-weight: 700;
    font-size: 0.92em;
    line-height: 1.5;
    margin-top: 0.5em;
}

@keyframes boshu_ani {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes boshu_tx {
  0% {
    color: #fff;
  }
  50% {
    color: #fed900;
  }
  100% {
    color: #fff;
  }
}

.sw_box ul li figure span:nth-of-type(1) {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 150px;
    aspect-ratio: 1;
    background-color: #e60038;
    border-radius: 50%;
    box-sizing: border-box;
    animation: boshu_ani 2s ease-out 0s infinite;
}
.sw_box ul li figure span:nth-of-type(2) {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 150px;
    aspect-ratio: 1;
    background-color: #e60038;
    color: #fff;
    font-weight: 700;
    font-size: 1.32em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    box-sizing: border-box;
    padding-top: 0.5em;
    animation: boshu_tx 1s linear 0s infinite;
}
.sw_more {
    position: relative;
    width: 70%;
    margin: -2em auto 0;
}

.amb_box {
    width: 60%;
    margin: 0 auto 1.5em;
}
.amb_box h3 {
    margin-bottom: 1.5em;
}
.amb_box h4 {
    position: relative;
}
.amb_box h4 span {
    position: absolute;
    width: 25%;
    right: -5em;
    bottom: -2em;
}
.amb_box p {
    margin-top: 0.5em;
    text-align: center;
    font-size: 1.16em;
    font-weight: 700;
    line-height: 1.5;
}
.amb_mv {
    width: 360px;
    margin: 0 auto 5em;
}
.amb_mv video {
    width: 100%;
}

.news_box {
    margin: 0 auto 5em;
}
.news_box figure:nth-of-type(1) {
    position: absolute;
    width: 15%;
    left: -7em;
    top: -2em;
}
.news_box figure:nth-of-type(2) {
    position: absolute;
    width: 20%;
    right: -8em;
    bottom: -3em;
}

.place_box {
    position: relative;
    z-index: 2;
}
.place_box figure {
    position: absolute;
    width: 25%;
    left: -3em;
    top: -2em;
}
.place_box h3 {
    width: 50%;
    line-height: 0;
    margin: 0 auto 2em;
}
.place_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.place_box ul li:nth-child(1) {
    width: 48%;
    border-radius: 1em;
    overflow: hidden;
}
.place_box ul li:nth-child(2) {
    width: 48%;
}
.place_box dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
.place_box dl:last-of-type {
    margin-bottom: 0;
}
.place_box dl dt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 4em;
    flex-shrink: 0;
}
.place_box dl dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#footer {
    margin-top: -3em;
}

@media screen and (max-width: 960px) {
.vbox1 {
    margin: 1em auto 3em;
}
.vbox1 ul {
    justify-content: space-around;
}
.vbox1 ul li:first-child {
    display: none;
}
.vbox1 ul li:last-child {
    width: 100%;
}
.vbox1 p {
    margin-bottom: 0;
}

.date_box {
    
}
.date_box h3 {
    width: 60%;
    margin: 0 auto 2.5em;
}
.date_box p {
    font-size: 1em;
}

.sw_box {
    margin-bottom: 4em;
}
.sw_box ul {
    margin-bottom: -3em;
}
.sw_box ul li {
    width: 100%;
    margin-bottom: 3em;
}
.sw_box ul li section {
    padding: 2em 2em 4em;
    border: 4px solid #fee9b4;
}
.sw_box ul li section h4 {
    font-size: 1.4em;
}
.sw_box ul li section h5 {
    font-size: 0.92em;
}
.sw_box ul li section p {
    
}
.sw_box ul li figure span:nth-of-type(1) {
    top: -15px;
    left: -15px;
    width: 22vw;
}
.sw_box ul li figure span:nth-of-type(2) {
    top: -15px;
    left: -15px;
    width: 22vw;
    font-size: 3vw;
}
.sw_more {
    width: 70%;
    margin: -2em auto 0;
}

.amb_box {
    width: 70%;
    margin: 0 auto 1.5em;
}
.amb_box h3 {
    margin-bottom: 1.5em;
}
.amb_box h4 span {
    width: 30%;
    right: -5em;
    bottom: -2em;
}
.amb_box p {
    font-size: 1.16em;
}
.amb_mv {
    width: 70%;
    margin: 0 auto 4em;
}

.news_box {
    margin: 0 auto 5em;
}
.news_box figure:nth-of-type(1) {
    position: absolute;
    width: 20%;
    left: -7em;
    top: -2em;
}
.news_box figure:nth-of-type(2) {
    position: absolute;
    width: 25%;
    right: -7em;
    bottom: -3em;
}

.place_box {
    margin-bottom: 4em;
}
.place_box figure {
    width: 30%;
    left: -1em;
    top: -2em;
}
.place_box h3 {
    width: 60%;
    line-height: 0;
    margin: 0 auto 2em;
}
.place_box ul {
    justify-content: space-around;
}
.place_box ul li:nth-child(1) {
    width: 80%;
    margin-bottom: 2em;
}
.place_box ul li:nth-child(2) {
    width: 80%;
}
.place_box dl {
    margin-bottom: 1em;
}
.place_box dl:last-of-type {
    margin-bottom: 0;
}

#footer {
    margin-top: 0;
}

}



@media screen and (max-width: 520px) {
.vbox1 {
    margin: 1em auto 3em;
}
.vbox1 p {
    font-size: 0.92em;
}

.date_box {
    
}
.date_box h3 {
    width: 70%;
    margin: 0 auto 2.5em;
}
.date_box p {
    font-size: 3.6vw;
}

.sw_box {
    margin-bottom: 3em;
}
.sw_box ul {
    margin-bottom: -3em;
}
.sw_box ul li {
    width: 100%;
    margin-bottom: 3em;
}
.sw_box ul li section {
    padding: 1.5em 1.5em 3em;
    border: 3px solid #fee9b4;
}
.sw_box ul li section h4 {
    font-size: 4vw;
}
.sw_box ul li section h5 {
    font-size: 0.92em;
}
.sw_box ul li section p {
    
}
.sw_box ul li figure span:nth-of-type(1) {
    top: -10px;
    left: -10px;
    width: 24vw;
}
.sw_box ul li figure span:nth-of-type(2) {
    top: -10px;
    left: -10px;
    width: 24vw;
    font-size: 3.5vw;
}
.sw_more {
    width: 90%;
    margin: -2em auto 0;
}

.amb_box {
    width: 80%;
    margin: 0 auto 1.5em;
}
.amb_box h3 {
    margin-bottom: 1.5em;
}
.amb_box h4 span {
    width: 30%;
    right: -3em;
    bottom: -2em;
}
.amb_box p {
    font-size: 1.16em;
}
.amb_mv {
    width: 80%;
    margin: 0 auto 4em;
}

.news_box {
    margin: 0 auto 7em;
}
.news_box figure:nth-of-type(1) {
    position: absolute;
    width: 25%;
    left: -4em;
    top: -2em;
}
.news_box figure:nth-of-type(2) {
    position: absolute;
    width: 30%;
    right: -4em;
    bottom: -1em;
}

.place_box {
    margin-bottom: 3em;
}
.place_box figure {
    width: 45%;
    left: -1em;
    top: -4em;
}
.place_box h3 {
    width: 80%;
    line-height: 0;
    margin: 0 auto 1.5em;
}
.place_box ul {
    justify-content: space-around;
}
.place_box ul li:nth-child(1) {
    width: 90%;
    margin-bottom: 1.5em;
}
.place_box ul li:nth-child(2) {
    width: 90%;
}

}
