@charset "utf-8";

body {
  -webkit-text-size-adjust: 100%;
}

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl {
  background: url(../image/open_campus/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;
}

.modaal-container {
  max-width: 1000px;
}

.btn-start-inq {
  display: none;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro {
  padding: 60px 0 70px;
}

.intro .txt-lead {
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #7fbc26;
}

.intro .txt-lead+.txt {
  margin-bottom: 50px;
  font-size: 1.8rem;
  text-align: center;
}

.intro .btn a {
  max-width: 520px;
}

.international {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 10px auto;
  padding: 0 15px;
  border-radius: 14px;
  background: #ff1d25;
  color: #fff;
}

.international a {
  color: #fff;
  text-decoration: none;
}

.international h3 {
  max-width: 205px;
  padding-right: 24px;
  border-right: 1px solid #fff;
  line-height: 1;
  font-size: 2rem;
}

.international h3 span.en {
  display: block;
  margin-top: 8px;
  padding: 0 10px;
  border-radius: 3px;
  background: #efcbcb;
  color: #ff1d25;
  line-height: 1;
  font-size: 1rem;
}

.international p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.international .btn-detail {
  margin-left: 24px;
  max-width: 320px;
  width: 50%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border: #fff solid 2px;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  color: aliceblue;
}

.international .btn-detail a {
  font-size: 1.2rem;
  background-position: right 22px center;
}

/* benefits
-----------------------------------------------------------------*/
.benefits {
  padding: 0 15px 60px;
}

.benefits .inner {
  padding: 25px 2.68% 35px;
  max-width: 1420px;
  background: url(../image/open_campus/bg_benefits.png) center center;
  border-radius: 20px;
}

.benefits h2 {
  margin-bottom: 28px;
  text-align: center;
}

.benefit-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.benefit-list li {
  position: relative;
  width: 32.54%;
  padding: 20px 5px 20px 50px;
  border: 4px solid #231815;
  border-radius: 15px;
  background: #fff;
}

.benefit-list li:nth-child(n + 5) {
  margin-top: 23px;
}

.benefit-list li .num {
  position: absolute;
  z-index: 5;
  left: -15px;
  top: -15px;
}

.benefit-list li .baloon,
.benefit-list li .pic,
.benefit-list li .ico,
.benefit-list li .card {
  position: absolute;
  z-index: 5;
}

.benefit-list li .note {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #666;
}

/* benefit01 */
.benefit-list .benefit01 {
  padding-right: 5%;
}

.benefit-list .benefit01 .baloon {
  left: -20px;
  top: -4px;
  transform: translateY(-100%);
  width: 80%;
}

.benefit-list .benefit01 .pic {
  right: -12px;
  bottom: -10px;
  width: 22%;
}

/* benefit02 */
.benefit-list .benefit02 {
  height: 50%;
  padding-right: 10px;
}

@media screen and (max-width: 1780px) {
  .benefit-list .benefit02 {
    padding-bottom: 10px;
  }
}

/* benefit03 */
.benefit-list .benefit03 {
  padding-right: 8%;
}

.benefit-list .benefit03 .txt02 {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.benefit-list .benefit03 .baloon {
  right: 10%;
  top: -4px;
  transform: translateY(-100%);
  width: 60%;
}

.benefit-list .benefit03 .pic {
  right: 0.2%;
  bottom: 0;
  width: 23%;
}

/* benefit04 */
.benefit-list .benefit04 {
  position: absolute;
  left: 33.8%;
  top: 32.4%;
  height: 20%;
  padding: 15px 7% 15px 50px;
}

.benefit-list .benefit04 .baloon {
  right: -17px;
  top: -22px;
  width: 32%;
}

/* benefit05 */
.benefit-list .benefit05 {
  width: 66.27%;
  padding: 55px 5px 15px 50px;
}

.benefit-list .benefit05 h3,
.benefit-list .benefit06 h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 11px 11px 0 0;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  background: #7fbc26;
}

.benefit-list .benefit05 .layout-box div:first-child {
  width: 41.82%;
  padding-right: 22px;
  border-right: 1px solid #b9b9b9;
}

.benefit-list .benefit05 .layout-box div:nth-child(2) {
  width: 58.18%;
  padding: 0 13% 0 22px;
}

.benefit-list .benefit05 .card {
  right: 5px;
  top: 30px;
  width: 12.5%;
}

/* benefit06 */
.benefit-list .benefit06 {
  padding: 55px 5px 15px 50px;
}

.benefit-list .benefit06 .card {
  right: -14px;
  top: -10px;
  width: 30%;
}

/* events schedule
-----------------------------------------------------------------*/
.open-campus-inline {
  padding-top: 85px;
}

.events h2 {
  margin-bottom: 35px;
  text-align: center;
}

.open-campus .tab-nav {
  max-width: 785px;
}

.open-campus .tab-nav li {
  width: calc((100% - 20px) / 6);
}

.open-campus-caroucel-box {
  position: relative;
}

.open-campus-caroucel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

.open-campus-caroucel.is-show {
  position: relative;
  z-index: 10;
  opacity: 1;
  animation-name: fade-in;
  animation-duration: 1s;
}

.open-campus-caroucel .caroucel li.is-hidden {
  display: none;
}

.events .caroucel {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}

.events .caroucel>li {
  width: calc((100% - 40px) / 3);
  padding: 10px;
}

/*
.events .caroucel > li:nth-child(3n),
.events .caroucel > li:nth-child(3n-1){
  margin-left: 20px;
}
.events .caroucel > li:nth-child(n+4){
  margin-top: 20px;
}
*/

.events .btn-more span {
  background-image: url(../../../common/image/arw_round_down_w.svg);
  cursor: pointer;
}

.btn-reset,
.dateSlected .btn-more {
  display: none;
}

.dateSlected .btn-more {
  display: none;
}

.afterReset .btn-more {
  display: none;
}

.btn-reset {
  margin-bottom: 80px;
}

.dateSlected .btn-reset {
  display: block;
}

.dateSlected .btn-reset.sp {
  display: none;
}

/* calendar
-----------------------------------------------------------------*/

.calendar .calendar-list {
  max-width: 774px;
  margin: 0 auto 25px;
}

.calendar .calendar-list li {
  padding: 0 10px;
}

.calendar .calendar-list .table-box {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #221815;
}

.calendar .calendar-list table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  text-align: center;
}

.calendar .calendar-list table th {
  background: #221815;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}

.calendar .calendar-list table td {
  border: 1px solid #e0e0e0;
}

.calendar .calendar-list table td:first-child {
  border-left: 1px solid #fff;
}

.calendar .calendar-list table td:last-child {
  border-left: 1px solid #fff;
}

.calendar .calendar-list table tr:first-child td {
  border-top: 1px solid #fff;
}

.calendar .calendar-list table tr:last-child td {
  border-bottom: 1px solid #fff;
}

.calendar .calendar-list table span,
.calendar .calendar-list table a {
  display: block;
  padding: 13px 5px;
  line-height: 1;
  font-size: 1.4rem;
}

.calendar .calendar-list table a {
  color: #fff;
  transition: 0.3s;
}

.calendar .calendar-list table a:hover {
  opacity: 0.7;
}

.calendar .calendar-list table a.event-cat01 {
  background: #ffd800;
}

.calendar .calendar-list table a.event-cat02 {
  background: #ca584c;
}

.calendar .calendar-list table a.event-cat03 {
  background: #61c8c8;
}

.calendar .caption {
  justify-content: center;
}

.calendar .caption p {
  position: relative;
  margin: 0 12px;
  padding-left: 40px;
  color: #fff;
  font-size: 1.4rem;
}

.calendar .caption p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 30px;
  height: 18px;
}

.calendar .caption p.txt-event-cat01::before {
  background: #ffd800;
}

.calendar .caption p.txt-event-cat02::before {
  background: #ca584c;
}

.calendar .caption p.txt-event-cat03::before {
  background: #61c8c8;
}

.calendar .btn-perticipate {
  margin: 48px 0 30px;
}

.calendar .btn-perticipate a {
  max-width: 520px;
  background-color: #ffd800;
}

.calendar .bnr {
  max-width: 456px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
}

/* .calendar-list slick */
.calendar .calendar-list .slick-prev,
.calendar .calendar-list .slick-next {
  top: 10px;
  transform: none;
  width: 24px;
  height: 24px;
}

.calendar .calendar-list .slick-prev {
  left: 24px;
  background: url(../../../common/image/arw_prev_circle_w.svg) no-repeat;
  background-size: 100% auto;
}

.calendar .calendar-list .slick-next {
  right: 24px;
  background: url(../../../common/image/arw_next_circle_w.svg) no-repeat;
  background-size: 100% auto;
}

.calendar .calendar-list .slick-prev:before,
.calendar .calendar-list .slick-next:before {
  display: none;
}

.calendar .bnr_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin: 50px auto 5px;
}

/* modal
-----------------------------------------------------------------*/
.event-box {
  display: none;
}

.event-box-cont {
  padding: 30px 30px 35px;
  border: 4px solid #231815;
  border-radius: 20px;
  background: #fff;
}

.event-box-cont .txt-area {
  position: relative;
  padding: 20px 20px 0;
}

.event-box-cont .txt-area-hd {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e1e1e1;
  line-height: 1;
}

.event-box-cont .txt-area-hd .pic {
  width: 41.7%;
}

.event-box-cont .txt-area {
  width: 58.7%;
}

.event-box-cont .txt-area .date {
  font-size: 2.6rem;
  margin-right: 25px;
  transform: translateY(-7px);
  font-weight: bold;
}

.event-box-cont .txt-area .date span {
  vertical-align: baseline;
  padding: 0 5px;
  font-size: 1.6rem;
  font-weight: normal;
}

.event-box-cont .txt-area .cat span {
  font-size: 1.5rem;
  padding: 2px 10px 3px;
  border-radius: 3px;
  color: #fff;
}

.event-box-cont .txt-area .cat span.cat01 {
  background: #cb584c;
}

.event-box-cont .txt-area .cat span.cat02 {
  background: #231815;
}

.event-box-cont .txt-area .cat span.cat03 {
  background: #20ade4;
}

.event-box-cont .txt-area .cat span.cat04 {
  background: #f5ac3c;
}

.event-box-cont .txt-area .cat span.cat05 {
  background: #ec7a9a;
}

.event-box-cont .txt-area .cat span.cat06 {
  background: #8800ff;
}

.event-box-cont .txt-area h3 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.56;
  font-weight: bold;
}

.event-box-cont .txt-area .txt {
  font-size: 1.4rem;
}

.event-box-cont .btn-area {
  margin-top: 18px;
}

.event-box-cont .btn-area h4 {
  margin-bottom: 15px;
  padding-top: 20px;
  border-top: 2px solid #e1e1e1;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
}

.event-box-cont .btn-list {
  display: flex;
  justify-content: center;
}

.event-box-cont .btn-list li {
  max-width: 140px;
  width: calc(100% / 6);
  margin: 0 5px;
}

.event-box-cont .btn-list li a {
  display: block;
  width: 100%;
  height: 45px;
  background: url(../../../common/image/arw_next_circle_w.svg) no-repeat right 8px center #7fbe26;
  background-size: 17px auto;
  border-radius: 28px;
  line-height: 43px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}

.event-box-cont .btn-list li a:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl {
    background: url(../image/open_campus/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  /*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

  /* intro
	-----------------------------------------------------------------*/
  .intro {
    padding: 35px 0;
  }

  .intro .txt-lead {
    margin-bottom: 12px;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .intro .txt-lead+.txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: left;
  }

  .intro .btn a {
    max-width: 320px;
    padding-top: 4px;
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .cont-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .international {
    display: block;
    max-width: 90%;
    padding: 15px 15px 5px;
  }

  .international h3 {
    margin-bottom: 15px;
    max-width: initial;
    padding-right: 0;
    border-right: none;
    text-align: center;
  }

  .international h3 span.en {
    display: inline-block;
  }

  .international .btn-detail {
    margin-left: 24px;
    max-width: initial;
    width: 90%;
  }

  .international .btn-detail a {
    background-position: right 15px center;
  }

  /* benefits
-----------------------------------------------------------------*/
  .benefits {
    order: 2;
    width: 100%;
    padding: 0;
  }

  .benefits .inner {
    padding: 35px 15px 45px;
    max-width: initial;
    border-radius: 0;
  }

  .benefits h2 {
    margin-bottom: 15px;
  }

  #Page .benefits h2 img {
    width: auto;
    height: 62px;
  }

  .benefit-list {
    display: block;
  }

  .benefit-list li {
    width: 100%;
    padding: 20px;
    border: 3px solid #231815;
  }

  .benefit-list li:nth-child(n + 2) {
    margin-top: 25px;
  }

  .benefit-list li .num {
    left: -15px;
    top: -24px;
    width: 60px;
  }

  .benefit-list li:nth-child(odd) .num {
    left: auto;
    right: -15px;
  }

  .benefit-list li .note {
    margin-top: 5px;
    font-size: 1rem;
  }

  /* benefit01 */
  .benefit-list .benefit01 {
    padding-right: 18%;
  }

  .benefit-list .benefit01 .baloon {
    display: none;
  }

  .benefit-list .benefit01 .pic {
    right: -12px;
    bottom: -10px;
    width: 24%;
    max-width: 102px;
  }

  /* benefit02 */
  .benefit-list .benefit02 {
    height: auto;
    padding-right: 10px;
  }

  /* benefit03 */
  .benefit-list .benefit03 {
    padding-right: 30%;
  }

  .benefit-list .benefit03 .txt02 {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .benefit-list .benefit03 .baloon {
    display: none;
  }

  .benefit-list .benefit03 .pic {
    right: -15px;
    bottom: 0;
    width: 35%;
    max-width: 120px;
  }

  /* benefit04 */
  .benefit-list .benefit04 {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    padding: 20px 40% 20px 45px;
  }

  .benefit-list .benefit04 .baloon {
    right: -17px;
    top: -17px;
    width: 51%;
    max-width: 190px;
  }

  /* benefit05 */
  .benefit-list .benefit05 {
    width: 100%;
    padding: 55px 20px 20px 20px;
  }

  .benefit-list .benefit05 h3,
  .benefit-list .benefit06 h3 {
    padding: 3px 0 5px;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }

  .benefit-list .benefit05 .layout-box {
    display: block;
  }

  .benefit-list .benefit05 .layout-box div:first-child {
    width: 100%;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #b9b9b9;
  }

  .benefit-list .benefit05 .layout-box div:nth-child(2) {
    width: 100%;
    padding: 0;
  }

  .benefit-list .benefit05 .card {
    right: 5px;
    top: 50%;
    width: 18%;
    max-width: 80px;
  }

  /* benefit06 */
  .benefit-list .benefit06 {
    padding: 55px 16% 20px 20px;
  }

  .benefit-list .benefit06 .card {
    right: -10px;
    top: 12px;
    width: 28%;
    max-width: 140px;
  }

  /* events schedule
-----------------------------------------------------------------*/
  .events {
    order: 1;
    width: 100%;
    background: url(../image/open_campus/bg_schedule_left_sp.png) no-repeat left top, url(../image/open_campus/bg_schedule_right_sp.png) no-repeat right top #7fbe26;
    background-size: 50% auto;
  }

  .open-campus-inline {
    padding-top: 85px;
  }

  .events h2 {
    margin-bottom: 35px;
  }

  #Page .events h2 img {
    width: auto;
    height: 22px;
  }

  .events .schedule h2 {
    margin-bottom: 100px;
  }

  .open-campus .tab-nav {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
  }

  .open-campus .tab-nav::after {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    display: block;
    content: "";
    width: 194px;
    height: 92px;
    background: url(../image/open_campus/ico_baloon_tab_nav.png) no-repeat;
    background-size: 100% auto;
  }

  .open-campus .tab-nav li {
    width: calc((100% - 24px) / 3);
    margin: 0 6px;
  }

  .open-campus .tab-nav li:nth-child(1) {
    margin-left: 0;
  }

  .open-campus .tab-nav li:nth-child(3) {
    margin-right: 0;
  }

  .open-campus .tab-nav li:nth-child(n + 4) {
    margin-top: 12px;
  }

  .open-campus-caroucel {
    width: calc(100% + 30px);
    margin: 0 0 45px -15px;
  }

  .dateSlected .open-campus-caroucel {
    margin-bottom: -60px;
  }

  .events .caroucel {
    margin: 0 0 80px 0;
    flex-wrap: inherit;
  }

  .events .caroucel>li:nth-child(3n),
  .events .caroucel>li:nth-child(3n-1) {
    margin-left: 0;
  }

  .events .caroucel>li:nth-child(n + 4) {
    margin-top: 0;
  }

  .open-campus-caroucel .caroucel li.is-hidden {
    display: block;
  }

  .events .btn-more {
    display: none;
  }

  /* option */
  .slick-dots {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 75%;
    top: 105%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .slick-dots>li {
    padding: 10px 3px !important;
  }

  .dateSlected .slick-track {
    width: auto !important;
    transform: none !important;
  }

  .dateSlected .open-campus-caroucel .slick-next,
  .dateSlected .open-campus-caroucel .slick-prev {
    display: none !important;
  }

  .dateSlected .open-campus-caroucel .caroucel li {
    transform: scale(0.95);
  }

  .dateSlected .open-campus-caroucel .slick-slide.slick-cloned {
    display: none !important;
  }

  .btn-reset {
    margin: 0 auto 10%;
  }

  .open-campus-caroucel .slick-dots {
    margin: 0 auto;
    position: static !important;
    transform: translate(0) !important;
  }

  .open-campus-caroucel .slick-prev,
  .open-campus-caroucel .slick-next {
    bottom: 0 !important;
    transform: translateY(0) !important;
  }

  /* calendar
-----------------------------------------------------------------*/

  .calendar {
    padding-top: 7%;
  }

  .calendar .calendar-list {
    max-width: initial;
    margin: 0 auto 15px;
  }

  .calendar .calendar-list li {
    padding: 0;
  }

  .calendar .caption {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .calendar .caption p {
    width: calc(50% - 5px);
    margin: 0;
    padding-left: 30px;
    font-size: 1.2rem;
  }

  .calendar .caption p::before {
    width: 20px;
    height: 14px;
    border: 1px solid #fff;
  }

  .calendar .caption p.txt-event-cat03,
  .calendar .caption p.txt-event-cat06 {
    margin-top: 5px;
  }

  .calendar .calendar-list table th {
    padding: 2px 0 4px;
    font-size: 1.8rem;
  }

  .calendar .btn-perticipate {
    margin: 25px 0;
  }

  .calendar .btn-perticipate a {
    font-size: 1.4rem;
  }

  .calendar .bnr {
    max-width: 456px;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
  }

  .calendar .calendar-list .slick-prev,
  .calendar .calendar-list .slick-next {
    top: 8px;
  }

  .calendar .calendar-list .slick-prev {
    left: 12px;
  }

  .calendar .calendar-list .slick-next {
    right: 12px;
  }

  /* modal
-----------------------------------------------------------------*/
  .modaal-inner-wrapper {
    padding: 80px 10px;
  }

  .event-box-cont {
    padding: 0 0 35px;
    border: 2px solid #231815;
    border-radius: 15px;
    overflow: hidden;
  }

  .event-box-cont .layout-box {
    display: block;
  }

  .event-box-cont .layout-box>.pic img {
    width: 100%;
  }

  .event-box-cont .txt-area-hd {
    border-bottom: 1px solid #e1e1e1;
    justify-content: space-between;
  }

  .event-box-cont .txt-area-hd .pic {
    width: 100%;
  }

  .event-box-cont .time-area {
    padding: 0 0 30px 30px;
    margin-bottom: 10px;
    background: url(../image/open_campus/ico_time.svg) no-repeat left top 2px;
    background-size: 22px;
    border-bottom: 1px solid #e1e1e1;
  }

  .event-box-cont .txt-area {
    width: 100%;
    padding: 20px 15px 10px;
  }

  .event-box-cont .txt-area .date {
    margin-right: 10px;
  }

  .event-box-cont .txt-area .cat span {
    font-size: 1.4rem;
  }

  .event-box-cont .txt-area h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    border-bottom: 2px solid #e1e1e1;
  }

  .event-box-cont .txt-area .txt {
    font-size: 1.2rem;
  }

  .event-box-cont .btn-area h4 {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
  }

  .event-box-cont .btn-list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 30px);
    margin-left: 15px;
  }

  .event-box-cont .btn-list li {
    max-width: initial;
    width: calc(50% - 5px);
    margin: 0;
  }

  .event-box-cont .btn-list li:nth-child(n + 3) {
    margin-top: 10px;
  }

  .event-box-cont .btn-list li a {
    height: 50px;
    background: url(../../../common/image/arw_next_circle_w.svg) no-repeat right 8px center #7fbe26;
    background-size: 17px auto;
    border-radius: 15px;
    line-height: 48px;
  }

  .event-box-cont .btn-close {
    margin-top: 20px;
  }

  .event-box-cont .btn-close span {
    max-width: 220px;
    height: 50px;
    line-height: 46px;
    font-size: 1.6rem;
  }

  .modaal-close {
    right: 0;
    top: -14px;
  }
}

.p-oc .page-ttl {
  height: 280px;
}

.p-oc .page-ttl::after {
  content: "";
  background: rgba(100, 100, 50, 0.4);
  width: 100%;
  height: 100%;
  display: block;
}

.p-oc .page-ttl h1 {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  .p-oc #Content {
    padding-top: 60px;
  }

  .p-oc .page-ttl {
    height: 40vw;
  }

  .p-oc .page-ttl h1 {
    padding: 12px 10px;
  }
}