@charset "UTF-8";
/* 各ページごとの設定 */
/*
@mixin pc_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, cover;
	background-position: left top, center, center;
}
@mixin sp_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, auto 100%;
	background-position: left top, center, center;
}
*/
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  .inner {
    width: 1180px;
  }
  #mainvTop {
    margin: 0 0 50px;
  }
  #mainvTop .inner {
    position: relative;
    height: 410px;
  }
  #mainvTop .mainvFirst {
    background: url(../images/top/mainv_bg_01.jpg) no-repeat 50% 50%/cover;
  }
  #mainvTop .mainvFirst .inner .textWrap {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 0 0 60px;
    height: 410px;
    color: #184b36;
  }
  #mainvTop .mainvFirst .inner .textWrap h2 {
    margin: 0 0 10px;
    line-height: 1.2;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 48px;
  }
  #mainvTop .mainvFirst .inner .textWrap h2 .large {
    font-size: 62px;
  }
  #mainvTop .mainvFirst .inner .textWrap h2 strong {
    color: #E20637;
  }
  #mainvTop .mainvFirst .inner .textWrap h2 .dot {
    position: relative;
    display: inline-block;
    padding-top: 0.4em;
  }
  #mainvTop .mainvFirst .inner .textWrap h2 .dot::before {
    display: block;
    position: absolute;
    left: 50%;
    top: 0.1em;
    width: 0.15em;
    height: 0.15em;
    border-radius: 50%;
    background: #E20637;
    content: "";
    transform: translateX(-50%);
  }
  #mainvTop .mainvFirst .inner .textWrap p {
    width: 100%;
    font-size: 17px;
    font-weight: bold;
  }
  #mainvTop .mainvFirst .inner .textWrap p.notes {
    margin: 5px 0 0;
    font-size: 11px;
  }
  #mainvTop .mainvFirst .inner .imageWrap {
    position: absolute;
    right: 82px;
    bottom: 0;
  }
  #mainvTop .mainvFirst .inner .imageWrap img {
    width: 330px;
    height: auto;
  }
  #mainvTop .mainvFirst .inner .imageWrap .name {
    position: absolute;
    right: -50px;
    bottom: 24px;
    font-size: 11px;
    padding: 5px 14px;
    background: #fff;
    border-radius: 2px;
  }
  #yushu {
    margin: 0 0 50px;
  }
  #yushu .inner ul {
    width: 740px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    align-items: center;
  }
  #yushu .inner ul li {
    width: 145px;
  }
  #yushu .inner ul li img {
    width: 100%;
  }
  #yushu .inner ul li:first-child {
    width: 710px;
  }
  #yushu .inner ul li:nth-child(2) {
    width: 380px;
  }
  #reason .inner {
    padding: 0 0 70px;
  }
  #reason h3 {
    position: relative;
    text-align: center;
    font-size: 34px;
    margin: 0 0 45px;
    padding: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #reason h3::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 188px;
    height: 7px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #reason h3 span {
    color: #E20637;
  }
  #reason ol {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    counter-reset: number;
  }
  #reason ol li {
    width: 31.6%;
    position: relative;
    counter-increment: number;
  }
  #reason ol li figure {
    position: relative;
    margin: 0 0 30px;
  }
  #reason ol li figure::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(135deg, #f3ebba 50%, rgba(243, 235, 186, 0) 50%);
    content: "";
  }
  #reason ol li figure::after {
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    line-height: 1;
    color: #184b36;
    font-size: 24px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    content: counter(number);
  }
  #reason ol li figure img {
    border-radius: 5px;
  }
  #reason ol li h4 {
    color: #184b36;
    font-size: 20px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    margin: 0 0 25px;
  }
  #reason ol li h4 span {
    color: #E20637;
  }
  #reason ol li .text {
    line-height: 1.8;
  }
  #reason ol li .text strong {
    font-weight: bold;
  }
  #reason .detailBtn {
    display: block;
    max-width: 420px;
    margin: 28px auto 0;
    padding: 18px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #reason .detailBtn:hover {
    opacity: 0.8;
  }
  #reason .detailBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #reason .detailBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 8px;
    height: 8px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #reason .bannerWrap .bnrText {
    display: none;
  }
  #reason .bannerWrap .bannerList {
    display: flex;
    justify-content: center;
    gap: 10px 20px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 90px;
  }
  #reason .bannerWrap .bannerList > li img {
    width: auto;
    height: 100%;
    max-height: 170px;
  }
  #reason .bannerWrap .bannerList > li a:hover img {
    opacity: 0.8;
  }
  #mainArea .inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #mainArea .inner .left {
    width: 820px;
    margin-right: 80px;
  }
  #mainArea .inner .left #support {
    margin: 0 0 80px;
  }
  #mainArea .inner .left #support h3 {
    position: relative;
    text-align: center;
    font-size: 34px;
    margin: 0 0 45px;
    padding: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #mainArea .inner .left #support h3::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 188px;
    height: 7px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #support h3 span {
    color: #E20637;
  }
  #mainArea .inner .left #support .supportList {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #mainArea .inner .left #support .supportList > li {
    width: 380px;
    margin: 0 0 40px;
  }
  #mainArea .inner .left #support .supportList > li a {
    display: block;
  }
  #mainArea .inner .left #support .supportList > li a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #support .supportList > li figure img {
    width: 100%;
    height: auto;
  }
  #mainArea .inner .left #support .supportList > li .textWrap {
    position: relative;
    padding: 20px 0 0;
    text-align: center;
  }
  #mainArea .inner .left #support .supportList > li .textWrap .point {
    position: absolute;
    left: 20px;
    top: -30px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #184b36;
    border-radius: 30px;
    box-shadow: 0 0 0 3px #fff;
  }
  #mainArea .inner .left #support .supportList > li .textWrap .point::before {
    position: absolute;
    right: 1px;
    bottom: -4px;
    border-width: 15px 6px 0 6px;
    border-color: #184b36 transparent transparent transparent;
    border-style: solid;
    content: "";
    transform: rotate(-40deg);
  }
  #mainArea .inner .left #support .supportList > li .textWrap h4 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    color: #184b36;
  }
  #mainArea .inner .left #support .supportList > li:nth-child(2) .textWrap .point, #mainArea .inner .left #support .supportList > li:nth-child(3) .textWrap .point {
    background: #f3ebba;
    color: #184b36;
    box-shadow: none;
  }
  #mainArea .inner .left #support .supportList > li:nth-child(2) .textWrap .point::before, #mainArea .inner .left #support .supportList > li:nth-child(3) .textWrap .point::before {
    border-color: #f3ebba transparent transparent transparent;
  }
  #mainArea .inner .left #support .detailBtn {
    display: block;
    max-width: 420px;
    margin: 0 auto;
    padding: 18px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #mainArea .inner .left #support .detailBtn:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #support .detailBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #mainArea .inner .left #support .detailBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 8px;
    height: 8px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left .newsWrap {
    display: none;
  }
  #mainArea .inner .left #blog {
    margin: 0 0 80px;
  }
  #mainArea .inner .left #blog:last-child {
    margin: 0;
  }
  #mainArea .inner .left #blog h3 {
    position: relative;
    text-align: center;
    font-size: 34px;
    margin: 0 0 45px;
    padding: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #mainArea .inner .left #blog h3::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 188px;
    height: 7px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #blog h3 span {
    color: #E20637;
  }
  #mainArea .inner .left #blog .blogList {
    position: relative;
    padding: 0 35px;
  }
  #mainArea .inner .left #blog .blogList .slick-track {
    display: flex;
    padding: 3px 0 5px;
  }
  #mainArea .inner .left #blog .blogList .slick-slide {
    margin: 0 10px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    display: flex;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div {
    display: flex;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li {
    display: flex !important;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li > a {
    display: block;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li > a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #blog .blogList .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: #d5d5d5;
    border-radius: 3px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
  }
  #mainArea .inner .left #blog .blogList .slick-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-left: solid 2px #444;
    border-bottom: solid 2px #444;
    content: "";
    transform: translate(-30%, -50%) rotate(45deg);
  }
  #mainArea .inner .left #blog .blogList .slick-prev:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #blog .blogList .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: #d5d5d5;
    border-radius: 3px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
  }
  #mainArea .inner .left #blog .blogList .slick-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: solid 2px #444;
    border-top: solid 2px #444;
    content: "";
    transform: translate(-70%, -50%) rotate(45deg);
  }
  #mainArea .inner .left #blog .blogList .slick-next:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #blog .blogList figure {
    position: relative;
    height: 190px;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList figure .new {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(135deg, rgb(231, 75, 71) 50%, rgba(231, 75, 71, 0) 51%);
    content: "";
  }
  #mainArea .inner .left #blog .blogList figure .new::before {
    position: absolute;
    left: -7px;
    top: 18px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    content: "NEW";
    transform: rotate(-45deg);
  }
  #mainArea .inner .left #blog .blogList figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #mainArea .inner .left #blog .blogList .textArea {
    padding: 10px 14px;
  }
  #mainArea .inner .left #blog .blogList .textArea .title {
    margin: 0 0 5px;
    color: #1e4eb6;
    font-weight: bold;
  }
  #mainArea .inner .left #blog .blogList .textArea .date {
    color: #8d8d8d;
    font-size: 12px;
  }
  #mainArea .inner .left #blog .moreBtn {
    display: block;
    max-width: 420px;
    margin: 28px auto 0;
    padding: 18px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #mainArea .inner .left #blog .moreBtn:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #blog .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #mainArea .inner .left #blog .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 8px;
    height: 8px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left #aimatch {
    width: 800px;
    margin: 0 auto 30px;
  }
  #mainArea .inner .left #school {
    width: 800px;
    margin: 0 auto 80px;
  }
  #mainArea .inner .left #couple {
    margin: 0 0 80px;
  }
  #mainArea .inner .left #couple:last-child {
    margin: 0;
  }
  #mainArea .inner .left #couple h3 {
    position: relative;
    text-align: center;
    font-size: 34px;
    margin: 0 0 45px;
    padding: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #mainArea .inner .left #couple h3::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 188px;
    height: 7px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #couple h3 span {
    color: #E20637;
  }
  #mainArea .inner .left #couple .coupleList {
    position: relative;
    padding: 0 35px;
  }
  #mainArea .inner .left #couple .coupleList .slick-track {
    display: flex;
    padding: 3px 0 5px;
  }
  #mainArea .inner .left #couple .coupleList .slick-slide {
    margin: 0 10px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    display: flex;
  }
  #mainArea .inner .left #couple .coupleList .slick-slide > div {
    display: flex;
    width: 100%;
  }
  #mainArea .inner .left #couple .coupleList .slick-slide > div > li {
    display: flex !important;
    width: 100%;
  }
  #mainArea .inner .left #couple .coupleList .slick-slide > div > li > a {
    display: block;
    width: 100%;
  }
  #mainArea .inner .left #couple .coupleList .slick-slide > div > li > a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #couple .coupleList .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: #d5d5d5;
    border-radius: 3px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
  }
  #mainArea .inner .left #couple .coupleList .slick-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-left: solid 2px #444;
    border-bottom: solid 2px #444;
    content: "";
    transform: translate(-30%, -50%) rotate(45deg);
  }
  #mainArea .inner .left #couple .coupleList .slick-prev:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #couple .coupleList .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: #d5d5d5;
    border-radius: 3px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
  }
  #mainArea .inner .left #couple .coupleList .slick-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: solid 2px #444;
    border-top: solid 2px #444;
    content: "";
    transform: translate(-70%, -50%) rotate(45deg);
  }
  #mainArea .inner .left #couple .coupleList .slick-next:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #couple .coupleList figure {
    position: relative;
    height: 190px;
    width: 100%;
  }
  #mainArea .inner .left #couple .coupleList figure .new {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(135deg, rgb(231, 75, 71) 50%, rgba(231, 75, 71, 0) 51%);
    content: "";
  }
  #mainArea .inner .left #couple .coupleList figure .new::before {
    position: absolute;
    left: -7px;
    top: 18px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    content: "NEW";
    transform: rotate(-45deg);
  }
  #mainArea .inner .left #couple .coupleList figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #mainArea .inner .left #couple .coupleList .textArea {
    padding: 10px 14px;
  }
  #mainArea .inner .left #couple .coupleList .textArea .title {
    margin: 0 0 5px;
    color: #1e4eb6;
    font-weight: bold;
  }
  #mainArea .inner .left #couple .coupleList .textArea .date {
    color: #8d8d8d;
    font-size: 12px;
  }
  #mainArea .inner .left #couple .coupleList .textArea .name {
    margin: 0 0 5px;
  }
  #mainArea .inner .left #couple .coupleList .textArea .name span {
    font-size: 13px;
    display: inline-block;
  }
  #mainArea .inner .left #couple .coupleList .textArea .name span:first-child {
    color: #4967E7;
  }
  #mainArea .inner .left #couple .coupleList .textArea .name span:last-child {
    color: #EA2588;
  }
  #mainArea .inner .left #couple .moreBtn {
    display: block;
    max-width: 420px;
    margin: 28px auto 0;
    padding: 18px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #mainArea .inner .left #couple .moreBtn:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #couple .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #mainArea .inner .left #couple .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 8px;
    height: 8px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left #event h3 {
    position: relative;
    text-align: center;
    font-size: 34px;
    margin: 0 0 45px;
    padding: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #mainArea .inner .left #event h3::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 188px;
    height: 7px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #event h3 span {
    color: #E20637;
  }
  #mainArea .inner .left #event .eventWrap h4 {
    display: block;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-size: auto auto;
    background-color: #d3d3d3;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(255, 255, 255, 0.2) 6px, rgba(255, 255, 255, 0.2) 8px);
  }
  #mainArea .inner .left #event .eventWrap h4 span {
    color: #d5267a;
    margin: 0 1em 0 0;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail {
    position: relative;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 29px 20px 19px;
    border: solid 1px #d3d3d3;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .imageWrap {
    width: 330px;
    padding: 0 0 50px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .imageWrap img {
    width: 100%;
    height: auto;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap {
    width: 410px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap h5 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: bold;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition {
    display: flex;
    justify-content: flex-start;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women {
    margin: 0 40px 0 0;
    width: 100%;
    font-size: 16px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men:last-child,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women:last-child {
    margin: 0;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 24px;
    color: #286acf;
    font-weight: bold;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap::before,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 19px;
    height: 19px;
    background: url(../images/common/event_men.png) no-repeat 50% 50%/contain;
    transform: translateY(-50%);
    content: "";
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .type,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .type {
    margin: 0 19px 0 0;
    display: inline-block;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .few,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .full,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .few,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .full {
    display: inline-block;
    width: 6.5em;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    border: solid 1px #f60;
    color: #f60;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .full,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .full {
    border-color: #c7203b;
    color: #c7203b;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap {
    color: #e84a7f;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap::before {
    background-image: url(../images/common/event_women.png);
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .text {
    font-size: 13px;
    margin: 15px 0 0;
    padding: 10px 0 0;
    border-top: solid 1px #d9d9d9;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] {
    position: absolute;
    left: 59px;
    bottom: 20px;
    width: 250px;
    padding: 8px;
    text-align: center;
    background: linear-gradient(0deg, rgb(233, 74, 127) 0%, rgb(240, 129, 166) 100%);
    cursor: pointer;
    box-sizing: border-box;
    border: solid 2px #e94a7f;
    border-radius: 5px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] span {
    display: inline-block;
    position: relative;
    padding: 0 16px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] span::before {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 6px;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit]:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left > .snsList {
    display: none;
  }
  #mainArea .inner .right {
    width: 280px;
  }
  #mainArea .inner .right .newsWrap {
    margin: 0 0 30px;
  }
  #mainArea .inner .right .newsWrap h4 {
    padding: 17px;
    text-align: center;
    background: #184b36;
    color: #fff;
    font-weight: bold;
  }
  #mainArea .inner .right .newsWrap .newsList > li {
    padding: 15px 0;
    border-bottom: solid 1px #ececec;
  }
  #mainArea .inner .right .newsWrap .newsList > li:last-child {
    border-bottom: none;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap .tag {
    margin: 0 8px 0 0;
    padding: 2px;
    min-width: 90px;
    background: #777;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap .tag.event {
    background: #f3ebba;
    color: #184b36;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap .tag.campaign {
    background: #e74b47;
    color: #fff;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap .date {
    color: #666;
    font-size: 12px;
  }
  #mainArea .inner .right .newsWrap .newsList > li a {
    font-size: 13px;
    color: #2A7BB9;
  }
  #mainArea .inner .right .newsWrap .newsList > li a:hover {
    text-decoration: underline;
  }
  #mainArea .inner .right .newsWrap .moreBtn {
    display: block;
    text-align: center;
    padding: 8px;
    border-radius: 20px;
    background: #e4e4e4;
    color: #444;
    font-size: 13px;
  }
  #mainArea .inner .right .newsWrap .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
  }
  #mainArea .inner .right .newsWrap .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 6px;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .right .newsWrap .moreBtn:hover {
    opacity: 0.8;
  }
  #mainArea .inner .right .bnrList:not(:last-child) {
    margin: 0 0 30px;
  }
  #mainArea .inner .right .bnrList > li {
    margin: 0 0 10px;
  }
  #mainArea .inner .right .bnrList > li:last-child {
    margin: 0;
  }
  #mainArea .inner .right .bnrList > li img {
    width: 100%;
    height: auto;
  }
  #mainArea .inner .right .bnrList > li a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .right .snsList:not(:last-child) {
    margin: 0 0 30px;
  }
  #mainArea .inner .right .snsList > li {
    margin: 0 0 30px;
  }
  #mainArea .inner .right .snsList > li:last-child {
    margin: 0;
  }
  #mainArea .inner .right .snsList > li img {
    width: 100%;
    max-width: 240px;
    height: auto;
  }
  #mainArea .inner .right .snsList > li a {
    display: block;
  }
  #mainArea .inner .right .snsList > li a:hover {
    opacity: 0.8;
  }
  #newsArea .inner .news {
    width: 480px;
    padding: 0 20px 0 0;
    position: relative;
  }
  #newsArea .inner .news h3 {
    font-size: 21px;
    font-weight: bold;
    border-left: solid 6px #efe9d6;
    margin: 0 0 30px;
    padding: 6px 0 6px 0.5em;
  }
  #newsArea .inner .news ul li {
    border-bottom: solid 2px #F0F0F0;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  #newsArea .inner .news ul li figure {
    width: 80px;
    margin: 0 30px 0 0;
  }
  #newsArea .inner .news ul li .textBlock {
    width: 330px;
    padding: 0 40px 0 0;
    display: block;
  }
  #newsArea .inner .news ul li .textBlock p {
    font-size: 12px;
    display: inline-block;
  }
  #newsArea .inner .news ul li .textBlock .date {
    color: #2A7BB9;
    font-weight: bold;
    margin-right: 1em;
  }
  #newsArea .inner .news ul li .textBlock .text {
    display: block;
  }
  #newsArea .inner .news .pageLink {
    position: absolute;
    top: 15px;
    right: 0;
  }
  #newsArea .inner .news .pageLink::after {
    color: #8D8D8D;
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 0 0 0.5em;
  }
  #newsArea .inner .news .pageLink a {
    color: #8D8D8D;
  }
  #newsArea .inner .news .pageLink a:hover {
    text-decoration: underline;
  }
  #newsArea .inner .facebook {
    width: 430px;
    height: 380px;
    text-align: center;
    margin: 0 0 0 70px;
  }
  /*--------------------------endPC--------------------------------*/
}
/*SP
-----------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .inner {
    width: 90vw;
  }
  #mainvTop {
    margin: 0 0 30px;
  }
  #mainvTop .inner {
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 62.6vw;
  }
  #mainvTop .mainvFirst {
    background: url(../images/top/mainv_bg_01.jpg) no-repeat 50% 50%/cover;
  }
  #mainvTop .mainvFirst .inner .textWrap {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 0 0 4.8vw;
    height: 62.6vw;
    color: #184b36;
  }
  #mainvTop .mainvFirst .inner .textWrap h2 {
    margin: 0 0 2vw;
    line-height: 1.2;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 6vw;
  }
  #mainvTop .mainvFirst .inner .textWrap h2 .large {
    font-size: 8.4vw;
  }
  #mainvTop .mainvFirst .inner .textWrap h2 strong {
    color: #E20637;
  }
  #mainvTop .mainvFirst .inner .textWrap h2 .dot {
    position: relative;
    display: inline-block;
    padding-top: 0.4em;
  }
  #mainvTop .mainvFirst .inner .textWrap h2 .dot::before {
    display: block;
    position: absolute;
    left: 50%;
    top: 0.1em;
    width: 0.15em;
    height: 0.15em;
    border-radius: 50%;
    background: #E20637;
    content: "";
    transform: translateX(-50%);
  }
  #mainvTop .mainvFirst .inner .textWrap p {
    width: 100%;
    font-size: 2.6vw;
    font-weight: bold;
  }
  #mainvTop .mainvFirst .inner .textWrap p.notes {
    margin: 0.6vw 0 0;
    font-size: 2.4vw;
  }
  #mainvTop .mainvFirst .inner .imageWrap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
  }
  #mainvTop .mainvFirst .inner .imageWrap img {
    width: 33.2vw;
    height: auto;
  }
  #mainvTop .mainvFirst .inner .imageWrap .name {
    position: absolute;
    right: 5vw;
    bottom: 2.4vw;
    font-size: 2.4vw;
    padding: 0.6vw 1.9vw;
    background: #fff;
    border-radius: 2px;
  }
  #mainvTop .mainvFirst .inner .imageWrap .name span {
    display: inline-block;
  }
  #yushu {
    margin: 0 0 5vw;
  }
  #yushu .inner ul {
    width: fit-content;
    -moz-width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #yushu .inner ul li {
    width: calc(100% - 47vw);
    margin: 0 0 4vw;
  }
  #yushu .inner ul li img {
    width: 100%;
  }
  #yushu .inner ul li:first-child, #yushu .inner ul li:nth-child(2) {
    width: 100%;
  }
  #reason {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px;
  }
  #reason .inner {
    order: 2;
  }
  #reason h3 {
    position: relative;
    text-align: center;
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.2;
  }
  #reason h3::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 141px;
    height: 5px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #reason h3 span {
    color: #E20637;
  }
  #reason ol {
    counter-reset: number;
  }
  #reason ol li {
    counter-increment: number;
    margin: 0 0 40px;
  }
  #reason ol li:last-child {
    margin: 0;
  }
  #reason ol li figure {
    position: relative;
    margin: 0 0 20px;
  }
  #reason ol li figure::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(135deg, #f3ebba 50%, rgba(243, 235, 186, 0) 50%);
    content: "";
  }
  #reason ol li figure::after {
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    line-height: 1;
    color: #184b36;
    font-size: 24px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    content: counter(number);
  }
  #reason ol li figure img {
    border-radius: 5px;
  }
  #reason ol li h4 {
    color: #184b36;
    font-size: 20px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    margin: 0 0 15px;
  }
  #reason ol li h4 span {
    color: #E20637;
  }
  #reason ol li .text {
    font-size: 14px;
    line-height: 1.8;
  }
  #reason ol li .text strong {
    font-weight: bold;
  }
  #reason .detailBtn {
    display: block;
    margin: 25px auto 0;
    padding: 12px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #reason .detailBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 15px;
    font-weight: bold;
  }
  #reason .detailBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 7px;
    height: 7px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #reason .bannerWrap {
    width: 94vw;
    order: 1;
    margin: 0 auto 40px;
  }
  #reason .bannerWrap .bnrText {
    margin: 0 0 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }
  #reason .bannerWrap .bnrText strong {
    color: #E20637;
  }
  #reason .bannerWrap .bannerList {
    margin: 0 auto;
  }
  #reason .bannerWrap .bannerList > li {
    width: 100%;
    margin: 0 0 13px;
  }
  #reason .bannerWrap .bannerList > li:last-child {
    margin: 0;
  }
  #reason .bannerWrap .bannerList > li img {
    width: 100%;
    height: auto;
  }
  #mainArea .inner {
    display: block;
  }
  #mainArea .inner .left #support {
    margin: 0 0 80px;
  }
  #mainArea .inner .left #support h3 {
    position: relative;
    text-align: center;
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.2;
  }
  #mainArea .inner .left #support h3::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 141px;
    height: 5px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #support h3 span {
    color: #E20637;
  }
  #mainArea .inner .left #support .supportList {
    display: block;
  }
  #mainArea .inner .left #support .supportList > li {
    margin: 0 0 35px;
  }
  #mainArea .inner .left #support .supportList > li:last-child {
    margin: 0;
  }
  #mainArea .inner .left #support .supportList > li a {
    display: flex;
  }
  #mainArea .inner .left #support .supportList > li figure {
    order: 2;
    width: 45%;
    position: relative;
  }
  #mainArea .inner .left #support .supportList > li figure img {
    width: calc(100% + 5vw);
    height: 100%;
    position: absolute;
    object-fit: cover;
  }
  #mainArea .inner .left #support .supportList > li .textWrap {
    order: 1;
    width: 55%;
    position: relative;
    padding: 60px 20px 0 0;
    box-sizing: border-box;
  }
  #mainArea .inner .left #support .supportList > li .textWrap .point {
    position: absolute;
    left: 5px;
    top: 2px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 42px;
    height: 42px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background: #184b36;
    border-radius: 21px;
  }
  #mainArea .inner .left #support .supportList > li .textWrap .point::before {
    position: absolute;
    right: 1px;
    bottom: -4px;
    border-width: 15px 6px 0 6px;
    border-color: #184b36 transparent transparent transparent;
    border-style: solid;
    content: "";
    transform: rotate(-40deg);
  }
  #mainArea .inner .left #support .supportList > li .textWrap h4 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    color: #184b36;
  }
  #mainArea .inner .left #support .supportList > li:nth-child(even) .textWrap .point {
    background: #f3ebba;
    color: #184b36;
    box-shadow: none;
  }
  #mainArea .inner .left #support .supportList > li:nth-child(even) .textWrap .point::before {
    border-color: #f3ebba transparent transparent transparent;
  }
  #mainArea .inner .left #support .detailBtn {
    display: block;
    margin: 40px auto 0;
    padding: 12px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #mainArea .inner .left #support .detailBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 15px;
    font-weight: bold;
  }
  #mainArea .inner .left #support .detailBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 7px;
    height: 7px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left .newsWrap {
    margin: 0 0 55px;
  }
  #mainArea .inner .left .newsWrap h4 {
    padding: 12px;
    text-align: center;
    background: #184b36;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }
  #mainArea .inner .left .newsWrap .newsList > li {
    padding: 18px 0;
    border-bottom: solid 1px #ececec;
  }
  #mainArea .inner .left .newsWrap .newsList > li:last-child {
    border-bottom: none;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap .tag {
    margin: 0 8px 0 0;
    padding: 2px;
    min-width: 97px;
    background: #777;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap .tag.event {
    background: #f3ebba;
    color: #184b36;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap .tag.campaign {
    background: #e74b47;
    color: #fff;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap .date {
    color: #666;
    font-size: 12px;
  }
  #mainArea .inner .left .newsWrap .newsList > li a {
    font-size: 14px;
    color: #2A7BB9;
  }
  #mainArea .inner .left .newsWrap .newsList > li a:hover {
    text-decoration: underline;
  }
  #mainArea .inner .left .newsWrap .moreBtn {
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
    background: #e4e4e4;
    color: #444;
    font-size: 14px;
  }
  #mainArea .inner .left .newsWrap .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
  }
  #mainArea .inner .left .newsWrap .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 6px;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left #blog {
    margin: 0 0 60px;
  }
  #mainArea .inner .left #blog:last-child {
    margin: 0;
  }
  #mainArea .inner .left #blog h3 {
    position: relative;
    text-align: center;
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.2;
  }
  #mainArea .inner .left #blog h3::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 141px;
    height: 5px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #blog h3 span {
    color: #E20637;
  }
  #mainArea .inner .left #blog .blogList {
    position: relative;
  }
  #mainArea .inner .left #blog .blogList .slick-track {
    display: flex;
    padding: 3px 0 5px;
  }
  #mainArea .inner .left #blog .blogList .slick-slide {
    margin: 0 7px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    display: flex;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div {
    display: flex;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li {
    display: flex !important;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li > a {
    display: block;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-prev {
    position: absolute;
    left: -14px;
    top: 50%;
    width: 14px;
    height: 50px;
    padding: 0;
    border: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent;
    transform: translateY(-50%);
    outline: none;
  }
  #mainArea .inner .left #blog .blogList .slick-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-left: solid 2px #444;
    border-bottom: solid 2px #444;
    content: "";
    transform: translate(-30%, -50%) rotate(45deg) skew(15deg, 15deg);
  }
  #mainArea .inner .left #blog .blogList .slick-next {
    position: absolute;
    right: -14px;
    top: 50%;
    width: 14px;
    height: 50px;
    padding: 0;
    border: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent;
    transform: translateY(-50%);
    outline: none;
  }
  #mainArea .inner .left #blog .blogList .slick-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-right: solid 2px #444;
    border-top: solid 2px #444;
    content: "";
    transform: translate(-70%, -50%) rotate(45deg) skew(15deg, 15deg);
  }
  #mainArea .inner .left #blog .blogList figure {
    position: relative;
    height: 138px;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList figure .new {
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(135deg, rgb(231, 75, 71) 50%, rgba(231, 75, 71, 0) 51%);
    content: "";
  }
  #mainArea .inner .left #blog .blogList figure .new::before {
    position: absolute;
    left: -5px;
    top: 14px;
    width: 38px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    white-space: nowrap;
    content: "NEW";
    transform: rotate(-45deg);
  }
  #mainArea .inner .left #blog .blogList figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #mainArea .inner .left #blog .blogList .textArea {
    padding: 14px;
  }
  #mainArea .inner .left #blog .blogList .textArea .title {
    margin: 0 0 5px;
    color: #1e4eb6;
    font-weight: bold;
    font-size: 14px;
  }
  #mainArea .inner .left #blog .blogList .textArea .date {
    color: #8d8d8d;
    font-size: 10px;
  }
  #mainArea .inner .left #blog .moreBtn {
    display: block;
    margin: 40px auto 0;
    padding: 12px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #mainArea .inner .left #blog .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 15px;
    font-weight: bold;
  }
  #mainArea .inner .left #blog .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 7px;
    height: 7px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left #aimatch {
    background: #FFF;
    border-top: solid 6px #217071;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    margin-bottom: 5vw;
    padding: 5vw 5vw 6.6vw;
  }
  #mainArea .inner .left #school {
    background: #FFF;
    border-top: solid 6px #217071;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    margin-bottom: 15vw;
    padding: 5vw 5vw 6.6vw;
  }
  #mainArea .inner .left #couple {
    margin: 0 0 60px;
  }
  #mainArea .inner .left #couple:last-child {
    margin: 0;
  }
  #mainArea .inner .left #couple h3 {
    position: relative;
    text-align: center;
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.2;
  }
  #mainArea .inner .left #couple h3::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 141px;
    height: 5px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #couple h3 span {
    color: #E20637;
  }
  #mainArea .inner .left #couple .coupleList {
    position: relative;
  }
  #mainArea .inner .left #couple .coupleList .slick-track {
    display: flex;
    padding: 3px 0 5px;
  }
  #mainArea .inner .left #couple .coupleList .slick-slide {
    margin: 0 7px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    display: flex;
  }
  #mainArea .inner .left #couple .coupleList .slick-slide > div {
    display: flex;
    width: 100%;
  }
  #mainArea .inner .left #couple .coupleList .slick-slide > div > li {
    display: flex !important;
    width: 100%;
  }
  #mainArea .inner .left #couple .coupleList .slick-slide > div > li > a {
    display: block;
    width: 100%;
  }
  #mainArea .inner .left #couple .coupleList .slick-prev {
    position: absolute;
    left: -14px;
    top: 50%;
    width: 14px;
    height: 50px;
    padding: 0;
    border: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent;
    transform: translateY(-50%);
    outline: none;
  }
  #mainArea .inner .left #couple .coupleList .slick-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-left: solid 2px #444;
    border-bottom: solid 2px #444;
    content: "";
    transform: translate(-30%, -50%) rotate(45deg) skew(15deg, 15deg);
  }
  #mainArea .inner .left #couple .coupleList .slick-next {
    position: absolute;
    right: -14px;
    top: 50%;
    width: 14px;
    height: 50px;
    padding: 0;
    border: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent;
    transform: translateY(-50%);
    outline: none;
  }
  #mainArea .inner .left #couple .coupleList .slick-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-right: solid 2px #444;
    border-top: solid 2px #444;
    content: "";
    transform: translate(-70%, -50%) rotate(45deg) skew(15deg, 15deg);
  }
  #mainArea .inner .left #couple .coupleList figure {
    position: relative;
    height: 138px;
    width: 100%;
  }
  #mainArea .inner .left #couple .coupleList figure .new {
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(135deg, rgb(231, 75, 71) 50%, rgba(231, 75, 71, 0) 51%);
    content: "";
  }
  #mainArea .inner .left #couple .coupleList figure .new::before {
    position: absolute;
    left: -5px;
    top: 14px;
    width: 38px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    white-space: nowrap;
    content: "NEW";
    transform: rotate(-45deg);
  }
  #mainArea .inner .left #couple .coupleList figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #mainArea .inner .left #couple .coupleList .textArea {
    padding: 14px;
  }
  #mainArea .inner .left #couple .coupleList .textArea .title {
    margin: 0 0 5px;
    color: #1e4eb6;
    font-weight: bold;
    font-size: 14px;
  }
  #mainArea .inner .left #couple .coupleList .textArea .date {
    color: #8d8d8d;
    font-size: 10px;
  }
  #mainArea .inner .left #couple .coupleList .textArea .name {
    margin: 0 0 5px;
  }
  #mainArea .inner .left #couple .coupleList .textArea .name span {
    font-size: 13px;
    display: inline-block;
  }
  #mainArea .inner .left #couple .coupleList .textArea .name span:first-child {
    color: #4967E7;
  }
  #mainArea .inner .left #couple .coupleList .textArea .name span:last-child {
    color: #EA2588;
  }
  #mainArea .inner .left #couple .moreBtn {
    display: block;
    margin: 40px auto 0;
    padding: 12px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #mainArea .inner .left #couple .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 15px;
    font-weight: bold;
  }
  #mainArea .inner .left #couple .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 7px;
    height: 7px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left #event h3 {
    position: relative;
    text-align: center;
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.2;
  }
  #mainArea .inner .left #event h3::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 141px;
    height: 5px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #event h3 span {
    color: #E20637;
  }
  #mainArea .inner .left #event .eventWrap h4 {
    display: block;
    padding: 12px 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-size: auto auto;
    background-color: #d3d3d3;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(255, 255, 255, 0.2) 6px, rgba(255, 255, 255, 0.2) 8px);
  }
  #mainArea .inner .left #event .eventWrap h4 span {
    color: #d5267a;
    margin: 0 1em 0 0;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail {
    display: block;
    padding: 15px 19px;
    border: solid 1px #d3d3d3;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .imageWrap {
    margin: 0 0 20px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .imageWrap img {
    width: 100%;
    height: auto;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap h5 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition {
    display: flex;
    justify-content: flex-start;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women {
    margin: 0 25px 0 0;
    width: 100%;
    font-size: 15px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men:last-child,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women:last-child {
    margin: 0;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap {
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 0 22px;
    color: #286acf;
    font-weight: bold;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap::before,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap::before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    background: url(../images/common/event_men.png) no-repeat 50% 50%/contain;
    content: "";
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .type,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .type {
    margin: 0 14px 0 0;
    display: inline-block;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .few,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .full,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .few,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .full {
    display: inline-block;
    width: 6em;
    border-radius: 5px;
    text-align: center;
    font-size: 11px;
    border: solid 1px #f60;
    color: #f60;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .full,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .full {
    border-color: #c7203b;
    color: #c7203b;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap {
    color: #e84a7f;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap::before {
    background-image: url(../images/common/event_women.png);
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .text {
    font-size: 12px;
    margin: 12px 0 0;
    padding: 12px 0 0;
    border-top: solid 1px #d9d9d9;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] {
    display: block;
    width: 100%;
    max-width: 262px;
    margin: 18px auto 0;
    padding: 10px;
    text-align: center;
    background: linear-gradient(0deg, rgb(233, 74, 127) 0%, rgb(240, 129, 166) 100%);
    cursor: pointer;
    box-sizing: border-box;
    border: solid 2px #e94a7f;
    border-radius: 5px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] span {
    display: inline-block;
    position: relative;
    padding: 0 16px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] span::before {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 6px;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left > .snsList {
    margin: 40px 0 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  #mainArea .inner .left > .snsList > li {
    width: calc((100% - 20px) / 2);
  }
  #mainArea .inner .right {
    margin: 45px -2vw 0;
    width: 94vw;
  }
  #newsArea {
    margin: 0 0 5vw;
  }
  #newsArea .inner .news {
    margin: 0 0 5vw;
    padding: 10vw 4.4vw 4.4vw;
    position: relative;
  }
  #newsArea .inner .news h3 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border-left: solid 5px #efe9d6;
    margin: 0 0 5vw;
    padding: 4px 0 4px 12px;
  }
  #newsArea .inner .news ul li {
    border-bottom: solid 1px #BBB;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  #newsArea .inner .news ul li figure {
    width: 22%;
    margin: 0 6% 0 0;
  }
  #newsArea .inner .news ul li .textBlock {
    width: 70%;
  }
  #newsArea .inner .news ul li .textBlock p {
    font-size: 12px;
  }
  #newsArea .inner .news ul li .textBlock .date {
    color: #2A7BB9;
    font-weight: bold;
  }
  #newsArea .inner .news ul li .textBlock .text {
    display: block;
  }
  #newsArea .inner .news .pageLink {
    position: absolute;
    top: 11.6vw;
    right: 1em;
  }
  #newsArea .inner .news .pageLink::after {
    color: #8D8D8D;
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 0 0 0.5em;
  }
  #newsArea .inner .news .pageLink a {
    color: #8D8D8D;
  }
  #newsArea .inner .news .pageLink a:hover {
    text-decoration: underline;
  }
  #newsArea .inner .facebook {
    width: 100%;
    height: 380px;
    text-align: center;
    margin: 0 6vw;
  }
  /*--------------------------endSP--------------------------------*/
}
@media screen and (max-width: 360px) {
  #mainv .mainvFirst .inner .textWrap {
    padding: 0 0 0 4vw;
  }
  #mainv .mainvFirst .inner .imageWrap .name {
    right: 0.5vw;
  }
  #mainv .mainvFirst .inner .imageWrap .name span {
    display: block;
  }
}

/*# sourceMappingURL=top.css.map */
